{
  "_args": [
    [
      "babel-plugin-istanbul@^2.0.0",
      "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/babel-jest"
    ]
  ],
  "_from": "babel-plugin-istanbul@>=2.0.0 <3.0.0",
  "_id": "babel-plugin-istanbul@2.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/babel-plugin-istanbul",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/babel-plugin-istanbul-2.0.1.tgz_1472833584634_0.47891264013014734"
  },
  "_npmUser": {
    "email": "ben@npmjs.com",
    "name": "bcoe"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "babel-plugin-istanbul",
    "raw": "babel-plugin-istanbul@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-jest",
    "/jest-runtime"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-2.0.1.tgz",
  "_shasum": "c384916f081ceaeb9d4b44b6a7db84e07ad67418",
  "_shrinkwrap": null,
  "_spec": "babel-plugin-istanbul@^2.0.0",
  "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/babel-jest",
  "author": {
    "name": "Thai Pangsakulyanont @dtinth"
  },
  "bugs": {
    "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues"
  },
  "dependencies": {
    "find-up": "^1.1.2",
    "istanbul-lib-instrument": "^1.1.1",
    "test-exclude": "^2.1.1"
  },
  "description": "A babel plugin that adds istanbul instrumentation to ES6 code",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.21",
    "babel-preset-es2015": "^6.3.13",
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "cross-env": "^2.0.0",
    "mocha": "^3.0.2",
    "nyc": "^8.1.0",
    "standard": "^8.0.0",
    "standard-version": "^2.3.1"
  },
  "directories": {},
  "dist": {
    "shasum": "c384916f081ceaeb9d4b44b6a7db84e07ad67418",
    "tarball": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-2.0.1.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "0bd16cf06bedcb28a93d621a6bd5ce113acbcccd",
  "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
  "keywords": [
    "babel",
    "instrumentation",
    "istanbul",
    "plugin"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "gotwarlost",
      "email": "kananthmail-github@yahoo.com"
    }
  ],
  "name": "babel-plugin-istanbul",
  "nyc": {
    "include": [
      "fixtures/should-cover.js",
      "src/*.js"
    ],
    "instrument": false,
    "require": [
      "babel-core/register"
    ],
    "sourceMap": false
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "prepublish": "npm test && npm run release",
    "pretest": "standard && npm run release",
    "release": "babel src --out-dir lib",
    "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha test/*.js",
    "version": "standard-version"
  },
  "version": "2.0.1"
}
