spdx-license-exceptions
Lookup SPDX license exception identifiers.
Main purpose of this module is to centralize efforts for URL template maintaince and anomaly handling.
NO SPDX DATA INCLUDED
I'm trying to obtain a license to reproduce the actual table data.
Until then, you'll have to scrape it yourself by running upd.sh
.
API
-
lice(name)
: Try to find info on the license exceptionname
specified as a string. If found, return that info as a JS object, else returnfalse
. -
lice.orThrow(name)
: Likelice(name)
but on failure, throw an error instead of returningfalse
. -
licu.spdxVersions
: The list versions of lookup tables used.
Usage
Use it indirectly via the spdx-license-exceptions
module.
License
ISC