0.0.2 • Published 8 years ago

spdx-license-exceptions v0.0.2

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

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 exception name specified as a string. If found, return that info as a JS object, else return false.
  • lice.orThrow(name): Like lice(name) but on failure, throw an error instead of returning false.
  • licu.spdxVersions: The list versions of lookup tables used.

Usage

Use it indirectly via the spdx-license-exceptions module.

License

ISC