diff options
Diffstat (limited to 'node_modules/istanbul-lib-coverage')
-rw-r--r-- | node_modules/istanbul-lib-coverage/package.json | 104 |
1 files changed, 18 insertions, 86 deletions
diff --git a/node_modules/istanbul-lib-coverage/package.json b/node_modules/istanbul-lib-coverage/package.json index e70e6fab6..f9ce1f2b8 100644 --- a/node_modules/istanbul-lib-coverage/package.json +++ b/node_modules/istanbul-lib-coverage/package.json @@ -1,59 +1,16 @@ { - "_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": {}, + "name": "istanbul-lib-coverage", + "version": "1.0.0", "description": "Data library for istanbul coverage objects", + "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", + "main": "index.js", + "scripts": { + "fast": "mocha test/", + "pretest": "jshint index.js lib/ test/", + "test": "istanbul cover -x 'docs/**' --include-all-sources --print=both _mocha -- test/", + "posttest": "istanbul check-coverage --statements 95 --branches 80", + "release": "standard-version" + }, "devDependencies": { "chai": "^3.0.0", "coveralls": "^2.11.4", @@ -62,13 +19,6 @@ "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", @@ -79,36 +29,18 @@ "karma-phantomjs-launcher": "^0.2.0", "phantomjs": "^1.9.17" }, + "repository": { + "type": "git", + "url": "git@github.com:istanbuljs/istanbul-lib-coverage.git" + }, "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/" + "bugs": { + "url": "https://github.com/istanbuljs/istanbul-lib-coverage/issues" }, - "version": "1.0.0" + "homepage": "https://github.com/istanbuljs/istanbul-lib-coverage" } |