blob: 223c0142c21ee040a82043a6667eb0e579cbb053 [file] [log] [blame]
{
"_args": [
[
"istanbul-lib-instrument@3.1.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "istanbul-lib-instrument@3.1.0",
"_id": "istanbul-lib-instrument@3.1.0",
"_inBundle": false,
"_integrity": "sha512-ooVllVGT38HIk8MxDj/OIHXSYvH+1tq/Vb38s8ixt9GoJadXska4WkGY+0wkmtYCZNYtaARniH/DixUGGLZ0uA==",
"_location": "/istanbul-api/istanbul-lib-instrument",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "istanbul-lib-instrument@3.1.0",
"name": "istanbul-lib-instrument",
"escapedName": "istanbul-lib-instrument",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/istanbul-api"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"dependencies": {
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.0.0",
"@babel/template": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0",
"istanbul-lib-coverage": "^2.0.3",
"semver": "^5.5.0"
},
"description": "Core istanbul API for JS code coverage",
"engines": {
"node": ">=6"
},
"files": [
"dist"
],
"gitHead": "7875defdc3c3640787ac5d83700246de119e8b83",
"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",
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
"test": "mocha --require=@babel/register"
},
"version": "3.1.0"
}