npm-dependents

1.0.3 • Public • Published

npm-dependents

There's currently no npm command for retrieving a list or count of modules that depend on a given package.

This is a useful metric for evaluating a modules potential usefulness.

Install

[sudo] npm -g install npm-dependents

Usage

 
  npm-dependents [module]
  npm-dependents [-l] [--list] [module]
  npm-dependents [-r] [--raw] [module]
  npm-dependents [-h] [--help]
 
  With no flags, shows a count of all dependents.
 
  -h | --help Shows usage
  -l | --list List all dependents
  -r | --raw  Show only the count, not surrounding text
 
  If a module name is not provided the current directory is 
  expected to contain a package.json with a name field, which
  is then used as the module name.
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i npm-dependents

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

3.6 kB

Total Files

5

Last publish

Collaborators

  • davidmarkclements