anvaka / npmrank

npm dependencies graph metrics
https://anvaka.github.io/npmrank/online/
MIT License
285 stars 20 forks source link

A top native packages #4

Open jdalton opened 9 years ago

jdalton commented 9 years ago

A top native packages would be cool.

anvaka commented 9 years ago

What is a native package? The on that uses node-gyp or something else?

jdalton commented 9 years ago

Ya a C or C++ package (non-js package).

anvaka commented 9 years ago

Looks like all native packages have to depend on node-gyp.

If this is accurate, then I'm going to build a graph of packages which ultimately depend on node-gyp. Based on this graph I'm going to compute stats similar to regular computeStats.js file.

jdalton commented 9 years ago

If this is accurate,

I believe it is :)