44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "istanbul-lib-instrument",
|
|
"version": "3.3.0",
|
|
"description": "Core istanbul API for JS code coverage",
|
|
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
|
|
"test": "mocha --require=@babel/register",
|
|
"prepublish": "npm run release"
|
|
},
|
|
"dependencies": {
|
|
"@babel/generator": "^7.4.0",
|
|
"@babel/parser": "^7.4.3",
|
|
"@babel/template": "^7.4.0",
|
|
"@babel/traverse": "^7.4.3",
|
|
"@babel/types": "^7.4.0",
|
|
"istanbul-lib-coverage": "^2.0.5",
|
|
"semver": "^6.0.0"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/istanbuljs/issues"
|
|
},
|
|
"homepage": "https://istanbul.js.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:istanbuljs/istanbuljs.git"
|
|
},
|
|
"keywords": [
|
|
"coverage",
|
|
"istanbul",
|
|
"js",
|
|
"instrumentation"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
|
|
}
|