1.0.1 • Published 5 years ago
npm-dep-check v1.0.1
npm-dep-check
Find the dependencies of an NPM package.
Install
This script is intended to work as a global package:
npm i -g npm-dep-checkThe module doesn't use any dependencies to work.
Usage
You should use it as follows:
npm-dep-check /path/of/your-node-project name-of-packageNote: the project must have the files package.json and package-lock.json (or yarn.lock).
Example
npm-dep-check . netmaskOutput:
[package-lock.json]
Analysis among 3762 dependencies (184 modules).
Used by 1 direct dependency:
- node-mailjet [v3.3.1]
Used by 4 indirect dependencies:
- pac-proxy-agent [v2.0.2]
- pac-resolver [v3.0.0]
- proxy-agent [v2.3.1]
- superagent-proxy [v1.0.3]
Module netmask v1.0.6Versions
- v1.0.1: Yarn Support
- v1.0.0: First version
Author
- Yarflam - initial worker
Licence
Free / Open Source / Peace & Love <3