Does dependency count as loading in npm statistics

How is the number of downloaded downloads calculated after npm statistics? Will one Mongoose download download as one MongoDB download (because it has MongoDB as a dependency)?

Looking at the stats of Mongoose and MongoDB , Mongoose has about half the downloads like MongoDB. Does this mean roughly 50% of users are downloading Mongoose and other simple MongoDBs, since every Mongoose download can be considered a MongoDB download?

+3


source to share


1 answer


Here's an explanation on the same topic: http://blog.npmjs.org/post/92574016600/numeric-precision-matters-how-npm-download-counts



+3


source







All Articles