{
  "_args": [
    [
      "istanbul-lib-instrument@^1.1.1",
      "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/babel-plugin-istanbul"
    ]
  ],
  "_from": "istanbul-lib-instrument@>=1.1.1 <2.0.0",
  "_id": "istanbul-lib-instrument@1.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/istanbul-lib-instrument",
  "_nodeVersion": "4.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/istanbul-lib-instrument-1.1.1.tgz_1472575947790_0.3833767755422741"
  },
  "_npmUser": {
    "email": "ben@npmjs.com",
    "name": "bcoe"
  },
  "_npmVersion": "3.3.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "istanbul-lib-instrument",
    "raw": "istanbul-lib-instrument@^1.1.1",
    "rawSpec": "^1.1.1",
    "scope": null,
    "spec": ">=1.1.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-plugin-istanbul",
    "/istanbul-api",
    "/jest/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.1.1.tgz",
  "_shasum": "5fdc53051d4152939d8824fd8f272d31a552a129",
  "_shrinkwrap": null,
  "_spec": "istanbul-lib-instrument@^1.1.1",
  "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/babel-plugin-istanbul",
  "author": {
    "email": "kananthmail-github@yahoo.com",
    "name": "Krishnan Anantheswaran"
  },
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbul-lib-instrument/issues"
  },
  "dependencies": {
    "babel-generator": "^6.11.3",
    "babel-template": "^6.9.0",
    "babel-traverse": "^6.9.0",
    "babel-types": "^6.10.2",
    "babylon": "^6.8.1",
    "istanbul-lib-coverage": "^1.0.0"
  },
  "description": "Core istanbul API for JS code coverage",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.21",
    "babel-preset-es2015": "^6.3.13",
    "chai": "^3.0.0",
    "clone": "^1.0.2",
    "coveralls": "^2.11.4",
    "documentation": "^4.0.0-beta5",
    "istanbul": "^1.0.0-alpha.2",
    "js-yaml": "^3.3.1",
    "jshint": "^2.8.0",
    "mocha": "^2.2.5",
    "nopt": "^3.0.6",
    "standard-version": "^2.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "5fdc53051d4152939d8824fd8f272d31a552a129",
    "tarball": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.1.1.tgz"
  },
  "gitHead": "71134b6e4e56bf381dbe4e2ad64c2da764396869",
  "homepage": "https://github.com/istanbuljs/istanbul-lib-instrument",
  "keywords": [
    "coverage",
    "instrumentation",
    "istanbul",
    "js"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "gotwarlost",
      "email": "kananthmail-github@yahoo.com"
    }
  ],
  "name": "istanbul-lib-instrument",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-instrument.git"
  },
  "scripts": {
    "fast": "mocha --harmony --compilers js:babel-core/register --recursive test/",
    "posttest": "node ./node_modules/istanbul/lib/cli.js check-coverage --statements 90 --branches 80",
    "prepublish": "npm test && npm run release",
    "pretest": "jshint src/ test/",
    "release": "babel src --out-dir dist && documentation build -f md -o api.md src/*js",
    "test": "./test.sh",
    "v10-test": "mocha --compilers js:babel-core/register --recursive test/",
    "version": "standard-version"
  },
  "version": "1.1.1"
}
