{
  "_args": [
    [
      "spdx-license-ids@https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.0.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "spdx-license-ids@>=1.0.2 <2.0.0",
  "_id": "spdx-license-ids@1.2.0",
  "_inCache": true,
  "_location": "/spdx-license-ids",
  "_phantomChildren": {},
  "_requested": {
    "name": "spdx-license-ids",
    "raw": "spdx-license-ids@https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.0.tgz",
    "rawSpec": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.0.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.0.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/spdx-correct",
    "/spdx-expression-parse"
  ],
  "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.0.tgz",
  "_shasum": "b549dd0f63dcb745a17e2ea3a07402e0e332d1e2",
  "_shrinkwrap": null,
  "_spec": "spdx-license-ids@https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.0.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/spdx-license-ids/issues"
  },
  "dependencies": {},
  "description": "A list of SPDX license identifiers",
  "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"
  },
  "files": [
    "spdx-license-ids.json"
  ],
  "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  "keywords": [
    "array",
    "browser",
    "client-side",
    "id",
    "identifier",
    "identifiers",
    "json",
    "license",
    "licenses",
    "oss",
    "spdx"
  ],
  "license": "Unlicense",
  "main": "spdx-license-ids.json",
  "name": "spdx-license-ids",
  "optionalDependencies": {},
  "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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  },
  "scripts": {
    "build": "node --harmony_arrow_functions build.js",
    "coverage": "node --harmony_arrow_functions node_modules/.bin/istanbul cover test.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
    "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"
  },
  "version": "1.2.0"
}
