GT2/GT2-Android/node_modules/spdx-license-ids
Ren Ren Juan c5fd23b54f Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
..
LICENSE Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
README.md Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
package.json Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
spdx-license-ids.json Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00

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