{ "_args": [ [ "spdx-license-ids@^1.0.0", "/Users/rebecca/code/npm/node_modules/spdx" ] ], "_from": "spdx-license-ids@>=1.0.0 <2.0.0", "_id": "spdx-license-ids@1.0.2", "_inCache": true, "_location": "/spdx-license-ids", "_nodeVersion": "2.3.3", "_npmUser": { "email": "snnskwtnb@gmail.com", "name": "shinnn" }, "_npmVersion": "2.12.1", "_phantomChildren": {}, "_requested": { "name": "spdx-license-ids", "raw": "spdx-license-ids@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/spdx" ], "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.2.tgz", "_shasum": "0674e9c9a230f980016b5b073a10aa165701677c", "_shrinkwrap": null, "_spec": "spdx-license-ids@^1.0.0", "_where": "/Users/rebecca/code/npm/node_modules/spdx", "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", "istanbul-coveralls": "^1.0.3", "require-bower-files": "^2.0.0", "rimraf": "^2.4.1", "stringify-object": "^2.2.0", "tape": "^4.0.0" }, "directories": {}, "dist": { "shasum": "0674e9c9a230f980016b5b073a10aa165701677c", "tarball": "http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.2.tgz" }, "files": [ "spdx-license-ids.json" ], "gitHead": "df183ecdf1738f77b1e8e41f686ee56206a40693", "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", "maintainers": [ { "name": "shinnn", "email": "snnskwtnb@gmail.com" } ], "name": "spdx-license-ids", "optionalDependencies": {}, "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.0.2" }