UNPKG

moduloteste

Version:

um modulo de teste

79 lines (78 loc) 2.35 kB
{ "name": "spdx-license-ids", "version": "1.0.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 --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.21.2", "got": "^3.2.0", "istanbul": "^0.3.14", "istanbul-coveralls": "^1.0.2", "require-bower-files": "^2.0.0", "rm-rf": "^0.1.0", "stringify-object": "^2.0.0", "tape": "^4.0.0" }, "gitHead": "05c7466fcd62c8642006ef354c95064fcade3a03", "bugs": { "url": "https://github.com/shinnn/spdx-license-ids/issues" }, "homepage": "https://github.com/shinnn/spdx-license-ids#readme", "_id": "spdx-license-ids@1.0.1", "_shasum": "8f7d365fbeb056f82d21d0c0e9c1ebbd676e6af4", "_from": "spdx-license-ids@>=1.0.0 <2.0.0", "_npmVersion": "2.10.1", "_nodeVersion": "2.0.2", "_npmUser": { "name": "shinnn", "email": "snnskwtnb@gmail.com" }, "maintainers": [ { "name": "shinnn", "email": "snnskwtnb@gmail.com" } ], "dist": { "shasum": "8f7d365fbeb056f82d21d0c0e9c1ebbd676e6af4", "tarball": "http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.1.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.1.tgz", "readme": "ERROR: No README data found!" }