GT2/GT2-iOS/node_modules/spdx-license-ids/package.json

118 lines
4.8 KiB
JSON

{
"_args": [
[
{
"raw": "spdx-license-ids@^1.0.2",
"scope": null,
"escapedName": "spdx-license-ids",
"name": "spdx-license-ids",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/spdx-correct"
]
],
"_from": "spdx-license-ids@>=1.0.2 <2.0.0",
"_id": "spdx-license-ids@1.2.2",
"_inCache": true,
"_location": "/spdx-license-ids",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/spdx-license-ids-1.2.2.tgz_1469529975605_0.35518706892617047"
},
"_npmUser": {
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {},
"_requested": {
"raw": "spdx-license-ids@^1.0.2",
"scope": null,
"escapedName": "spdx-license-ids",
"name": "spdx-license-ids",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/spdx-correct"
],
"_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
"_shasum": "c9df7a3424594ade6bd11900d596696dc06bac57",
"_shrinkwrap": null,
"_spec": "spdx-license-ids@^1.0.2",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/spdx-correct",
"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/eslint-config-node": "^3.0.0",
"chalk": "^1.1.3",
"eslint": "^3.1.1",
"get-spdx-license-ids": "^1.0.0",
"istanbul": "^0.4.4",
"loud-rejection": "^1.6.0",
"rimraf-promise": "^2.0.0",
"stringify-object": "^2.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"write-file-atomically": "1.0.0"
},
"directories": {},
"dist": {
"shasum": "c9df7a3424594ade6bd11900d596696dc06bac57",
"tarball": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz"
},
"files": [
"spdx-license-ids.json"
],
"gitHead": "70e2541bf04b4fbef4c5df52c581a1861fd355b2",
"homepage": "https://github.com/shinnn/spdx-license-ids#readme",
"keywords": [
"spdx",
"license",
"licenses",
"id",
"identifier",
"identifiers",
"json",
"array",
"oss",
"browser",
"client-side"
],
"license": "Unlicense",
"main": "spdx-license-ids.json",
"maintainers": [
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
}
],
"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 --strong_mode build.js",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
"lint": "eslint --config @shinnn/node --env browser --ignore-path .gitignore .",
"pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
"test": "node --strong_mode test.js | tap-spec"
},
"version": "1.2.2"
}