UNPKG

remap-istanbul

Version:

A tool for remapping Istanbul coverage via Source Maps

53 lines (52 loc) 1.25 kB
{ "name": "remap-istanbul", "version": "0.13.0", "description": "A tool for remapping Istanbul coverage via Source Maps", "homepage": "https://github.com/SitePen/remap-istanbul", "keywords": [ "gulpplugin", "gruntplugin", "source-map", "istanbul", "coverage" ], "maintainers": [ { "name": "dylans", "email": "dylan@dojotoolkit.org" } ], "bugs": { "url": "https://github.com/SitePen/remap-istanbul" }, "license": "BSD-3-Clause", "main": "./lib/main.js", "bin": "./bin/remap-istanbul.js", "repository": { "type": "git", "url": "https://github.com/SitePen/remap-istanbul.git" }, "scripts": { "lint": "eslint ./lib/", "test": "rimraf ./tmp && npx intern config=tests/intern.json" }, "dependencies-comment": { "source-map": "0.7+ releases introduce breaking changes" }, "dependencies": { "istanbul": "0.4.5", "minimatch": "^3.0.4", "plugin-error": "^1.0.1", "source-map": "0.6.1", "through2": "3.0.0" }, "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" } }