mirror of https://github.com/lukechilds/node.git
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.
77 lines
2.2 KiB
77 lines
2.2 KiB
{
|
|
"name": "spdx-license-ids",
|
|
"version": "1.1.0",
|
|
"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 --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"
|
|
},
|
|
"gitHead": "769b83e3335426bd45f70b58b194b79e1d6c0583",
|
|
"bugs": {
|
|
"url": "https://github.com/shinnn/spdx-license-ids/issues"
|
|
},
|
|
"homepage": "https://github.com/shinnn/spdx-license-ids#readme",
|
|
"_id": "spdx-license-ids@1.1.0",
|
|
"_shasum": "28694acdf39fe27de45143fff81f21f6c66d44ac",
|
|
"_from": "spdx-license-ids@1.1.0",
|
|
"_npmVersion": "3.3.8",
|
|
"_nodeVersion": "4.2.1",
|
|
"_npmUser": {
|
|
"name": "shinnn",
|
|
"email": "snnskwtnb@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "shinnn",
|
|
"email": "snnskwtnb@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "28694acdf39fe27de45143fff81f21f6c66d44ac",
|
|
"tarball": "http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|