node-dependents

1.0.5 • Public • Published

node-dependents

Tool to gather all dependents of a npm package.

For example:

  • Package A has B, C as dependents.
  • Package B has D, E as dependents.
  • Package C has F, G as dependents.

The tool should return the number 6 as the number of dependents.

Installation

# With npm
npm i node-dependents -g

How to use

node-dependents <package name>

Package Sidebar

Install

npm i node-dependents

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

2.9 kB

Total Files

4

Last publish

Collaborators

  • gntousakis