lockfile-extract
is a lightweight CLI tool that extracts all package versions from package-lock.json
βwithout installing dependencies!
Easily analyze your project's dependencies without running npm list
or installing unnecessary packages.
- β Instantly extract package names & versions
- β Multiple output formats: CLI, JSON, and CSV
- β
Zero dependencies requiredβno
npm install
needed - β Fast & lightweight for quick analysis
pip install lockfile-extract
lockfile-extract package-lock.json
express 4.17.1, axios 1.2.3, lodash 4.17.21, ...
lockfile-extract package-lock.json --format=json
π Creates output.json with package details in JSON format.
lockfile-extract package-lock.json --format=csv
π Creates output.csv with package details in CSV format.