| { |
| "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", |
| "bugs": { |
| "url": "https://github.com/istanbuljs/istanbuljs/issues" |
| }, |
| "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" |
| }, |
| "description": "Core istanbul API for JS code coverage", |
| "engines": { |
| "node": ">=6" |
| }, |
| "files": [ |
| "dist" |
| ], |
| "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2", |
| "homepage": "https://istanbul.js.org/", |
| "keywords": [ |
| "coverage", |
| "istanbul", |
| "js", |
| "instrumentation" |
| ], |
| "license": "BSD-3-Clause", |
| "main": "dist/index.js", |
| "name": "istanbul-lib-instrument", |
| "repository": { |
| "type": "git", |
| "url": "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.3.0" |
| } |