Identifies why a package has been installed.
npm install npm-whyIdentifies why a package has been installed.
![npm-why-screenshot][screenshot]
``bash`
npm install -g npm-why
`bash
Usage
$ npm-why
Examples
$ npm-why babel-core
`
or without installation:
`bash``
$ npx npm-why babel-core
- [yarn-why][yarn-why-link] - Identifies why a package has been installed (by yarn.lock).
- [nls][nls-link] - Missing inspector for npm packages.
ISC @ Amio
[screenshot]: ./screenshot.png
[amio-link]: https://github.com/amio
[npm-badge]: https://flat.badgen.net/npm/v/npm-why
[npm-link]: https://www.npmjs.com/package/npm-why
[nls-link]: https://github.com/amio/nls
[yarn-why-link]: https://github.com/amio/yarn-why