https://github.com/jokester/pkgraph
dependency graph files (package-lock.json yarn.lock etc)
https://github.com/jokester/pkgraph
Last synced: about 2 months ago
JSON representation
dependency graph files (package-lock.json yarn.lock etc)
- Host: GitHub
- URL: https://github.com/jokester/pkgraph
- Owner: jokester
- Created: 2023-06-15T12:47:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T08:46:39.000Z (12 months ago)
- Last Synced: 2025-03-14T19:48:37.835Z (2 months ago)
- Language: TypeScript
- Size: 601 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pkgraph
------
Visualize and diff dependency-lock files as graphs
## Get started
## See also
- https://github.com/tychota/yarn-lock-diff
- https://github.com/adiktofsugar/diff-package-lock
- https://github.com/snyk/nodejs-lockfile-parser
- https://github.com/snyk/dep-graph
- https://github.com/madiweaver/lock-diff#readme
- https://github.com/pahen/madge
- https://github.com/dependents/node-dependency-tree## Related work
- https://www.npmjs.com/package/@rushstack/lockfile-explorer
- https://github.com/microsoft/rushstack/tree/main/libraries/rush-lib/src/logic/npm which also contains npm/yarn/pnpm package-lock parser## How it works
## License
MIT