milahu / pnpm-install-only

minimal implementation of 'pnpm install'
MIT License
1 stars 0 forks source link

find smaller lockfile parser than snyk-nodejs-lockfile-parser #3

Open milahu opened 2 years ago

milahu commented 2 years ago

lockTree wasnt that bad

for yarn.lock, we just need to parse the result of @yarnpkg/lockfile

milahu commented 2 months ago

see also parse-package-lock

but probably just keep nodejs-lockfile-parser, see also #5