upload lock file

This issue has been tracked since 2021-07-08.

I work at a company that like to keep it's package private, I was wondering if it would be possible to just upload a package-lock.json or yarn.lock that both includes all packages that are being installed even those at @my_private_org/test_runner

it would probably be faster to scan it then traversing a single package.json

styfle wrote this answer on 2021-07-08

If you need access to a private registry, you would need to fork Package Phobia and deploy with the NPM_REGISTRY_URL environment variable set to your private registry url.

const { NPM_REGISTRY_URL = 'https://registry.npmjs.com' } = process.env;

More Details About Repo
Owner Name styfle
Repo Name packagephobia
Full Name styfle/packagephobia
Language TypeScript
Created Date 2018-03-20
Updated Date 2023-03-16
Star Count 1915
Watcher Count 18
Fork Count 49
Issue Count 11

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date