{
  "_args": [
    [
      {
        "raw": "babel-plugin-istanbul@^2.0.0",
        "scope": null,
        "escapedName": "babel-plugin-istanbul",
        "name": "babel-plugin-istanbul",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/babel-jest"
    ]
  ],
  "_from": "babel-plugin-istanbul@>=2.0.0 <3.0.0",
  "_id": "babel-plugin-istanbul@2.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/babel-plugin-istanbul",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/babel-plugin-istanbul-2.0.3.tgz_1476687800569_0.42528436449356377"
  },
  "_npmUser": {
    "name": "bcoe",
    "email": "ben@npmjs.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "babel-plugin-istanbul@^2.0.0",
    "scope": null,
    "escapedName": "babel-plugin-istanbul",
    "name": "babel-plugin-istanbul",
    "rawSpec": "^2.0.0",
    "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.3.tgz",
  "_shasum": "266b304b9109607d60748474394676982f660df4",
  "_shrinkwrap": null,
  "_spec": "babel-plugin-istanbul@^2.0.0",
  "_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/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.4",
    "object-assign": "^4.1.0",
    "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.1",
    "mocha": "^3.0.2",
    "mock-fs": "^3.11.0",
    "nyc": "^8.1.0",
    "pmock": "^0.2.3",
    "standard": "^8.0.0",
    "standard-version": "^3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "266b304b9109607d60748474394676982f660df4",
    "tarball": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-2.0.3.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "9cb75e23e9cfc47044b9617e7f3db966ec3b09d7",
  "greenkeeper": {
    "ignore": [
      "find-up",
      "cross-env"
    ]
  },
  "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
  "keywords": [
    "istanbul",
    "babel",
    "plugin",
    "instrumentation"
  ],
  "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": [
      "src/*.js",
      "fixtures/should-cover.js"
    ],
    "require": [
      "babel-core/register"
    ],
    "sourceMap": false,
    "instrument": 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 --require=${FS_MOCK:-mock-fs} test/*.js",
    "version": "standard-version"
  },
  "version": "2.0.3"
}
