Open
Description
Looks like it may be checking things in a specific order, so it's identifying it as "Unlicense" (which is a correct license).
https://docs.npmjs.com/files/package.json
Finally, if you do not wish to grant others the right to use a private or unpublished package under any terms:
{ "license": "UNLICENSED" }
I'd suggest doing a longest-fit search for the license, so it can get the correct category.
If someone puts the wrong license in their package.json
then that is an issue for them to fix ;-)
Metadata
Metadata
Assignees
Labels
No labels