istanbul-api
Version:
High level API for istanbul features
55 lines (54 loc) • 1.27 kB
JSON
{
"name": "istanbul-api",
"version": "3.0.0",
"description": "High level API for istanbul features",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"fast": "mocha --slow 1000",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"keywords": [
"istanbul",
"api"
],
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"homepage": "https://istanbul.js.org/",
"dependencies": {
"async": "^2.6.2",
"compare-versions": "^3.4.0",
"fileset": "^2.0.3",
"istanbul-lib-coverage": "^2.0.5",
"istanbul-lib-hook": "^2.0.7",
"istanbul-lib-instrument": "^3.3.0",
"istanbul-lib-report": "^2.0.8",
"istanbul-lib-source-maps": "^3.0.6",
"istanbul-reports": "^2.2.5",
"js-yaml": "^3.13.1",
"make-dir": "^2.1.0",
"minimatch": "^3.0.4",
"once": "^1.4.0",
"semver": "^6.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"is-windows": "^1.0.2",
"memory-streams": "^0.1.3",
"mocha": "^6.1.4",
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=6"
}
}