You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

82 lines
2.3 KiB

{
"name": "spdx-license-ids",
"version": "1.2.1",
"description": "A list of SPDX license identifiers",
"repository": {
"type": "git",
"url": "git+https://github.com/shinnn/spdx-license-ids.git"
},
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"scripts": {
"build": "node --strong_mode --harmony_destructuring build.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",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
},
"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/eslint-config-node": "^2.0.0",
"chalk": "^1.1.3",
"eslint": "^2.7.0",
"get-spdx-license-ids": "^1.0.0",
"istanbul": "^0.4.3",
"loud-rejection": "^1.3.0",
"rimraf-promise": "^2.0.0",
"stringify-object": "^2.3.1",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"write-file-atomically": "1.0.0"
},
"gitHead": "e907f783792ee05a85dbf66acd24cf1c3067bb76",
"bugs": {
"url": "https://github.com/shinnn/spdx-license-ids/issues"
},
"homepage": "https://github.com/shinnn/spdx-license-ids#readme",
"_id": "spdx-license-ids@1.2.1",
"_shasum": "d07ea17a4d2fd9351f9d94e2ff9cec74180fe8f3",
"_from": "spdx-license-ids@>=1.2.0 <1.3.0",
"_npmVersion": "3.8.3",
"_nodeVersion": "5.10.0",
"_npmUser": {
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
"dist": {
"shasum": "d07ea17a4d2fd9351f9d94e2ff9cec74180fe8f3",
"tarball": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.1.tgz"
},
"maintainers": [
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/spdx-license-ids-1.2.1.tgz_1460030484408_0.8782658798154444"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.1.tgz",
"readme": "ERROR: No README data found!"
}