We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to automate license verification for a package, and a transitive dependency is eyes@1.8.x, which has a broken package.json.
eyes@1.8.x
package.json
Can such a package be whitelisted?
Steps to replicate:
npm init npm i winston@2.4.4 npx js-green-licenses --local .
The text was updated successfully, but these errors were encountered:
👋 sounds like it would be us worth handling this edge-case, thanks for reporting.
Sorry, something went wrong.
Thank you - this library has made my life so much easier!
feat: added skipping of package.json check if package is whitelisted (r…
0d95d18
…esolves #118) (#136)
Successfully merging a pull request may close this issue.
I am trying to automate license verification for a package, and a transitive dependency is
eyes@1.8.x
, which has a brokenpackage.json
.Can such a package be whitelisted?
Steps to replicate:
The text was updated successfully, but these errors were encountered: