You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.4 KiB
89 lines
2.4 KiB
{
|
|
"_args": [
|
|
[
|
|
"istanbul-lib-instrument@1.10.2",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "istanbul-lib-instrument@1.10.2",
|
|
"_id": "istanbul-lib-instrument@1.10.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A==",
|
|
"_location": "/istanbul-lib-instrument",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "istanbul-lib-instrument@1.10.2",
|
|
"name": "istanbul-lib-instrument",
|
|
"escapedName": "istanbul-lib-instrument",
|
|
"rawSpec": "1.10.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.10.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-plugin-istanbul",
|
|
"/istanbul-api",
|
|
"/jest/jest-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz",
|
|
"_spec": "1.10.2",
|
|
"_where": "D:\\project\\cashier",
|
|
"author": {
|
|
"name": "Krishnan Anantheswaran",
|
|
"email": "kananthmail-github@yahoo.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/istanbuljs/issues"
|
|
},
|
|
"dependencies": {
|
|
"babel-generator": "^6.18.0",
|
|
"babel-template": "^6.16.0",
|
|
"babel-traverse": "^6.18.0",
|
|
"babel-types": "^6.18.0",
|
|
"babylon": "^6.18.0",
|
|
"istanbul-lib-coverage": "^1.2.1",
|
|
"semver": "^5.3.0"
|
|
},
|
|
"description": "Core istanbul API for JS code coverage",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.3.17",
|
|
"babel-plugin-istanbul": "^2.0.3",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-register": "^6.16.3",
|
|
"chai": "^3.0.0",
|
|
"clone": "^2.0.0",
|
|
"coveralls": "^2.11.4",
|
|
"cross-env": "^2.0.1",
|
|
"documentation": "^4.0.0-beta9",
|
|
"js-yaml": "^3.3.1",
|
|
"jshint": "^2.8.0",
|
|
"mocha": "^3.1.2",
|
|
"nopt": "^3.0.6"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/istanbuljs/istanbuljs",
|
|
"keywords": [
|
|
"coverage",
|
|
"istanbul",
|
|
"js",
|
|
"instrumentation"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "dist/index.js",
|
|
"name": "istanbul-lib-instrument",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm run release",
|
|
"pretest": "jshint src/ test/",
|
|
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
|
|
"test": "mocha --require=babel-register"
|
|
},
|
|
"version": "1.10.2"
|
|
}
|
|
|