| { |
| "bin": "./bin/remap-istanbul.js", |
| "bugs": { |
| "url": "https://github.com/SitePen/remap-istanbul" |
| }, |
| "dependencies": { |
| "istanbul": "0.4.5", |
| "minimatch": "^3.0.4", |
| "plugin-error": "^1.0.1", |
| "source-map": "0.6.1", |
| "through2": "3.0.0" |
| }, |
| "dependencies-comment": { |
| "source-map": "0.7+ releases introduce breaking changes" |
| }, |
| "description": "A tool for remapping Istanbul coverage via Source Maps", |
| "devDependencies": { |
| "eslint": "^5.9.0", |
| "eslint-config-airbnb-base": "^13.1.0", |
| "eslint-plugin-import": "^2.14.0", |
| "grunt": "^1.0.3", |
| "gulp": "^4.0.0", |
| "intern": "^4.3.3", |
| "rimraf": "^2.6.2" |
| }, |
| "homepage": "https://github.com/SitePen/remap-istanbul", |
| "keywords": [ |
| "gulpplugin", |
| "gruntplugin", |
| "source-map", |
| "istanbul", |
| "coverage" |
| ], |
| "license": "BSD-3-Clause", |
| "main": "./lib/main.js", |
| "maintainers": [ |
| { |
| "email": "dylan@dojotoolkit.org", |
| "name": "dylans" |
| } |
| ], |
| "name": "remap-istanbul", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/SitePen/remap-istanbul.git" |
| }, |
| "scripts": { |
| "lint": "eslint ./lib/", |
| "test": "rimraf ./tmp && npx intern config=tests/intern.json" |
| }, |
| "version": "0.13.0" |
| } |