JSPM

  • Created
  • Published
  • Downloads 32786083
  • Score
    100M100P100Q251184F
  • License Unlicense

A list of SPDX license identifiers

Package Exports

  • spdx-license-ids

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (spdx-license-ids) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.