senseyeio / diligent

Get the licenses associated with your software dependencies
MIT License
80 stars 6 forks source link

NPM: Support SPDX license expression syntax version 2.0 #25

Open dareid opened 6 years ago

dareid commented 6 years ago

See https://docs.npmjs.com/files/package.json#license. Need to support ORs and ANDs. This may have wider implications.

dareid commented 6 years ago

as an example see font-awesome which is (OFL-1.1 AND MIT)