You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Forrest L Norvell 6a359b1ce9 deps: upgrade to npm 2.11.3 10 years ago
..
LICENSE deps: upgrade to npm 2.10.1 10 years ago
README.md deps: upgrade to npm 2.11.3 10 years ago
package.json deps: upgrade to npm 2.11.3 10 years ago
spdx-license-ids.json deps: upgrade to npm 2.11.3 10 years ago

README.md

spdx-license-ids

A list of SPDX license identifiers

Download JSON

Use as a JavaScript Library

NPM version Bower version Build Status Coverage Status devDependency Status

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', ... ]

License

The Unlicense.