milahu / parse-package-lock

parse lockfiles of npm, yarn, pnpm. generic lockfile parser for javascript, to get the deep tree of dependencies, without deduplication. alternative to snyk-nodejs-lockfile-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse-package-lock

parse lockfiles of npm, yarn, pnpm

  • only 300 lines of code: readable, hackable
  • using the original code to parse lockfiles

why

useful for

  • implementing a custom npm install
  • analysis of the dependency tree

todo

similar projects

About

parse lockfiles of npm, yarn, pnpm. generic lockfile parser for javascript, to get the deep tree of dependencies, without deduplication. alternative to snyk-nodejs-lockfile-parser

License:MIT License


Languages

Language:JavaScript 86.0%Language:Shell 14.0%