Missing inspector for npm packages.
npm install -g nlsUsage
$ nls [<target-dir>] List available npm scripts.
$ nls why <package-name> Identifies why a package has been installed.
Options
-h, --help Output usage information
-v, --version Output the version number
Examples
# List npm scripts in current dir
$ nls
# List npm scripts in "node_modules/chalk"
$ nls node_modules/chalk
# Find who depend upon package 'chalk'.
$ nls why chalkMIT @ Amio