https://github.com/amio/npm-why
Identifies why a package has been installed. Equivalent to `yarn why` for npm packages.
https://github.com/amio/npm-why
Last synced: 2 months ago
JSON representation
Identifies why a package has been installed. Equivalent to `yarn why` for npm packages.
- Host: GitHub
- URL: https://github.com/amio/npm-why
- Owner: amio
- Created: 2018-05-04T04:23:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T00:57:33.000Z (8 months ago)
- Last Synced: 2024-10-30T00:32:05.355Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 171
- Watchers: 4
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-why [![npm-version][npm-badge]][npm-link]
Identifies why a package has been installed.
![npm-why-screenshot][screenshot]
## Install & Usage
```bash
npm install -g npm-why
``````bash
Usage$ npm-why
Examples
$ npm-why babel-core
```or without installation:
```bash
$ npx npm-why babel-core
```## Related
- [yarn-why][yarn-why-link] - Identifies why a package has been installed (by yarn.lock).
- [nls][nls-link] - Missing inspector for npm packages.## License
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