deprecated-spdx-license-ids
v0.0.0
Published
A list of SPDX license identifiers
Downloads
1
Maintainers
Readme
spdx-license-ids
A list of SPDX license identifiers
Use as a JavaScript Library
Installation
npm
npm install spdx-license-ids
bower
bower install spdx-license-ids
API
spdxLicenseIds
Type: Array
of String
It returns an array of SPDX license identifiers.
const spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]