1
0
Ответвление 0
polybius.fyi/reveal.js/node_modules/spdx-license-ids
2017-10-18 15:31:01 +02:00
..
LICENSE presentations 2017-10-18 15:31:01 +02:00
package.json presentations 2017-10-18 15:31:01 +02:00
README.md presentations 2017-10-18 15:31:01 +02:00
spdx-license-ids.json presentations 2017-10-18 15:31:01 +02:00

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
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.

const spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]

License

The Unlicense.