| { |
| "author": "Moos", |
| "bin": "bin/cli.js", |
| "bugs": { |
| "url": "https://github.com/moos/istanbul-diff/issues" |
| }, |
| "dependencies": { |
| "chalk": "^2.4.2", |
| "jsondiffpatch": "^0.3.11", |
| "lodash": "^4.17.4", |
| "lodash-deep": "^2.0.0", |
| "minimist": "^1.2.0", |
| "nicejob": "^1.0.0", |
| "omit-deep-lodash": "^1.1.4" |
| }, |
| "description": "Diffs istanbul json summary coverage reports", |
| "devDependencies": { |
| "chai": "^4.2.0", |
| "mocha": "^6.1.4" |
| }, |
| "homepage": "https://github.com/moos/istanbul-diff#readme", |
| "keywords": [ |
| "istanbul", |
| "coverage" |
| ], |
| "license": "MIT", |
| "main": "lib/index.js", |
| "name": "istanbul-diff", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/moos/istanbul-diff.git" |
| }, |
| "scripts": { |
| "sample-dec": "./bin/cli.js test/data/coverage-summary.1.json test/data/coverage-summary.2.json --nofail", |
| "sample-inc": "./bin/cli.js test/data/coverage-summary.2.json test/data/coverage-summary.1.json", |
| "sample-same": "./bin/cli.js test/data/coverage-summary.1.json test/data/coverage-summary.1.json", |
| "sample-single": "./bin/cli.js test/data/coverage-summary.1.json", |
| "test": "mocha", |
| "test-cover": "istanbul cover --report html --report json-summary node_modules/.bin/_mocha" |
| }, |
| "version": "2.0.0" |
| } |