shrine-medco/shrine-webclient/src/main/html/node_modules/spdx-license-ids7e3705a5a6dctokyber
shrine-medco/shrine-webclient/src/main/html/node_modules/spdx-license-ids
7e3705a5a6dctokyber
spdx-license-ids
spdx-license-ids
README.md
README.md
spdx-license-ids
A list of SPDX license identifiers
Use as a JavaScript Library
    
Installation
Package managers
npm
sh npm install spdx-license-ids
bower
sh bower install spdx-license-ids
Duo
javascript const 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.
javascript const spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]
License
[The Unlicense](./LICENSE).
c4science · Help