https://github.com/zardoy/package-info
Quickly see dependencies of NPM package
https://github.com/zardoy/package-info
Last synced: 11 months ago
JSON representation
Quickly see dependencies of NPM package
- Host: GitHub
- URL: https://github.com/zardoy/package-info
- Owner: zardoy
- License: mit
- Created: 2021-05-22T20:23:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T05:16:44.000Z (about 5 years ago)
- Last Synced: 2025-04-06T21:41:53.508Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://zardoy.github.io/package-info/
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Package Deps Info
## Why?
Only because [BundlePhobia](https://bundlephobia.com/) doesn't snow the actual list of dependencies, but it does great job of ESM Scanning and import cost stats.
Also, I needed the online version. For CLI usage, you can probably use [npm view](https://docs.npmjs.com/cli/v6/commands/npm-view) command.
---
Please, let me know if you find an alternative.