Package Exports
- spdx-license-ids
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (spdx-license-ids) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
spdx-license-ids
A list of SPDX license identifiers
Use as a JavaScript Library
Installation
Package managers
npm
npm install spdx-license-ids
bower
bower install spdx-license-ids
Duo
var spdxLicenseIds = require('shinnn/spdx-license-ids');
Standalone
Download the script file directly.
API
spdxLicenseIds
Type: Array
of String
It returns an array of SPDX license identifiers.
var spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]