@ironblood/npm-remote-ls
v2.0.0-alpha.0
Published
Examine a package's dependency graph before you install it
Readme
npm-remote-ls
Examine a package's dependency graph before you install it.
Installation
npm install @ironblood/npm-remote-ls -gUsage
Listing Package Dependencies
$ npm-remote-ls -n [email protected]
[email protected]
├─ [email protected]
│ └─ [email protected]
└─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
└─ [email protected]- When optional dependencies are present, they’re listed separately so you can see which deps are optional. By default they aren’t traversed; rerun the CLI with any optional package you want to inspect in detail.
- Peer dependencies are traversed by default, development dependencies are ignored.
Help!
There are various command line flags you can toggle for npm-remote-ls, for
details run:
npm-remote-ls --helpLicense
ISC
