Packages count that a repository depends on!
$ npm install --save dep-graph-count
constdepGraphCount=require('dep-graph-count');depGraphCount('facebook','react').then(res=>{console.log(res);// { repositories: '1,147,374', packages: '46,145' }// orconsole.log(res.repositories);// 1,147,374// orconsole.log(res.packages);// 46,145});typeofusername/organization-string
tyepofrepository-string
depg:Command line tool to find total dependents on a repository!
MIT - Copyright © Rishi Giri