1.0.5 • Published 3 years ago

node-dependents v1.0.5

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

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>