2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "istanbul-lib-instrument",
|
2017-04-20 03:09:25 +02:00
|
|
|
"version": "1.7.0",
|
2016-11-03 01:33:53 +01:00
|
|
|
"description": "Core istanbul API for JS code coverage",
|
|
|
|
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
|
2017-04-20 03:09:25 +02:00
|
|
|
"test": "mocha --require=babel-register",
|
2016-11-03 01:33:53 +01:00
|
|
|
"pretest": "jshint src/ test/",
|
2017-04-20 03:09:25 +02:00
|
|
|
"prepublish": "npm run release"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-11-03 01:33:53 +01:00
|
|
|
"babel-generator": "^6.18.0",
|
|
|
|
"babel-template": "^6.16.0",
|
|
|
|
"babel-traverse": "^6.18.0",
|
|
|
|
"babel-types": "^6.18.0",
|
|
|
|
"babylon": "^6.13.0",
|
2017-04-20 03:09:25 +02:00
|
|
|
"istanbul-lib-coverage": "^1.0.2",
|
2016-11-03 01:33:53 +01:00
|
|
|
"semver": "^5.3.0"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.3.17",
|
2016-11-03 01:33:53 +01:00
|
|
|
"babel-plugin-istanbul": "^2.0.3",
|
2016-10-10 03:43:44 +02:00
|
|
|
"babel-preset-es2015": "^6.3.13",
|
2016-11-03 01:33:53 +01:00
|
|
|
"babel-register": "^6.16.3",
|
2016-10-10 03:43:44 +02:00
|
|
|
"chai": "^3.0.0",
|
2016-11-03 01:33:53 +01:00
|
|
|
"clone": "^2.0.0",
|
2016-10-10 03:43:44 +02:00
|
|
|
"coveralls": "^2.11.4",
|
2016-11-03 01:33:53 +01:00
|
|
|
"cross-env": "^2.0.1",
|
|
|
|
"documentation": "^4.0.0-beta9",
|
2016-10-10 03:43:44 +02:00
|
|
|
"js-yaml": "^3.3.1",
|
|
|
|
"jshint": "^2.8.0",
|
2016-11-03 01:33:53 +01:00
|
|
|
"mocha": "^3.1.2",
|
2017-04-20 03:09:25 +02:00
|
|
|
"nopt": "^3.0.6"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/istanbuljs/istanbul-lib-instrument/issues"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"homepage": "https://github.com/istanbuljs/istanbul-lib-instrument",
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:istanbuljs/istanbul-lib-instrument.git"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"keywords": [
|
|
|
|
"coverage",
|
|
|
|
"istanbul",
|
|
|
|
"js",
|
|
|
|
"instrumentation"
|
2016-11-03 01:33:53 +01:00
|
|
|
]
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|