{"name":"spdx-license-ids","version":"1.1.0","description":"A list of SPDX license identifiers","repository":{"type":"git","url":"https://github.com/shinnn/spdx-license-ids"},"author":{"name":"Shinnosuke Watanabe","url":"https://github.com/shinnn"},"scripts":{"build":"node --harmony_arrow_functions build.js","lint":"eslint --config node_modules/@shinnn/eslintrc/rc.json --ignore-path .gitignore .","pretest":"${npm_package_scripts_build} && ${npm_package_scripts_lint}","test":"node --harmony_arrow_functions test.js","coverage":"node --harmony_arrow_functions node_modules/.bin/istanbul cover test.js","coveralls":"${npm_package_scripts_coverage} && istanbul-coveralls"},"license":"Unlicense","main":"spdx-license-ids.json","files":["spdx-license-ids.json"],"keywords":["spdx","license","licenses","id","identifier","identifiers","json","array","oss","browser","client-side"],"devDependencies":{"@shinnn/eslintrc":"^1.0.0","each-async":"^1.1.1","eslint":"^0.24.0","got":"^3.3.0","istanbul":"^0.3.17","require-bower-files":"^2.0.0","rimraf":"^2.4.1","stringify-object":"^2.2.0","tape":"^4.0.0"},"readme":"# spdx-license-ids\n\nA list of [SPDX license](https://spdx.org/licenses/) identifiers\n\n[**Download JSON**](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids.json)\n\n## Use as a JavaScript Library\n\n[![NPM version](https://img.shields.io/npm/v/spdx-license-ids.svg)](https://www.npmjs.org/package/spdx-license-ids)\n[![Bower version](https://img.shields.io/bower/v/spdx-license-ids.svg)](https://github.com/shinnn/spdx-license-ids/releases)\n[![Build Status](https://travis-ci.org/shinnn/spdx-license-ids.svg?branch=master)](https://travis-ci.org/shinnn/spdx-license-ids)\n[![Coverage Status](https://img.shields.io/coveralls/shinnn/spdx-license-ids.svg)](https://coveralls.io/r/shinnn/spdx-license-ids)\n[![devDependency Status](https://david-dm.org/shinnn/spdx-license-ids/dev-status.svg)](https://david-dm.org/shinnn/spdx-license-ids#info=devDependencies)\n\n### Installation\n\n#### Package managers\n\n##### [npm](https://www.npmjs.com/)\n\n```sh\nnpm install spdx-license-ids\n```\n\n##### [bower](http://bower.io/)\n\n```sh\nbower install spdx-license-ids\n```\n\n##### [Duo](http://duojs.org/)\n\n```javascript\nconst spdxLicenseIds = require('shinnn/spdx-license-ids');\n```\n\n#### Standalone\n\n[Download the script file directly.](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids-browser.js)\n\n### API\n\n#### spdxLicenseIds\n\nType: `Array` of `String`\n\nIt returns an array of SPDX license identifiers.\n\n```javascript\nconst spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]\n```\n\n## License\n\n[The Unlicense](./LICENSE).\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/shinnn/spdx-license-ids/issues"},"homepage":"https://github.com/shinnn/spdx-license-ids","_id":"spdx-license-ids@1.1.0","_shasum":"28694acdf39fe27de45143fff81f21f6c66d44ac","_from":"https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz","_resolved":"https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz"}