wallet-core/node_modules/istanbul-lib-coverage/package.json
2016-10-10 03:43:44 +02:00

115 lines
3.3 KiB
JSON

{
"_args": [
[
{
"raw": "istanbul-lib-coverage@^1.0.0",
"scope": null,
"escapedName": "istanbul-lib-coverage",
"name": "istanbul-lib-coverage",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/home/dold/repos/taler/wallet-webex/node_modules/istanbul-lib-instrument"
]
],
"_from": "istanbul-lib-coverage@>=1.0.0 <2.0.0",
"_id": "istanbul-lib-coverage@1.0.0",
"_inCache": true,
"_location": "/istanbul-lib-coverage",
"_nodeVersion": "5.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/istanbul-lib-coverage-1.0.0.tgz_1470979978048_0.6411592594813555"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {},
"_requested": {
"raw": "istanbul-lib-coverage@^1.0.0",
"scope": null,
"escapedName": "istanbul-lib-coverage",
"name": "istanbul-lib-coverage",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/istanbul-lib-instrument"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.0.tgz",
"_shasum": "c3f9b6d226da12424064cce87fce0fb57fdfa7a2",
"_shrinkwrap": null,
"_spec": "istanbul-lib-coverage@^1.0.0",
"_where": "/home/dold/repos/taler/wallet-webex/node_modules/istanbul-lib-instrument",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-lib-coverage/issues"
},
"dependencies": {},
"description": "Data library for istanbul coverage objects",
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"standard-version": "^2.4.0"
},
"directories": {},
"dist": {
"shasum": "c3f9b6d226da12424064cce87fce0fb57fdfa7a2",
"tarball": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.0.tgz"
},
"gitHead": "6c9c65ed81ce7c0e8b4efa8a4f5d96f02349c5ea",
"homepage": "https://github.com/istanbuljs/istanbul-lib-coverage",
"karmaDeps": {
"browserify-istanbul": "^0.2.1",
"karma": "^0.13.10",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17"
},
"keywords": [
"istanbul",
"coverage",
"data"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-coverage",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-coverage.git"
},
"scripts": {
"fast": "mocha test/",
"posttest": "istanbul check-coverage --statements 95 --branches 80",
"pretest": "jshint index.js lib/ test/",
"release": "standard-version",
"test": "istanbul cover -x 'docs/**' --include-all-sources --print=both _mocha -- test/"
},
"version": "1.0.0"
}