{
  "_args": [
    [
      "nyc@^3.1.0",
      "/usr/share/npm/node_modules/tap"
    ]
  ],
  "_from": "nyc@>=3.1.0 <4.0.0",
  "_id": "nyc@3.2.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/nyc",
  "_nodeVersion": "3.2.0",
  "_npmUser": {
    "email": "ben@npmjs.com",
    "name": "bcoe"
  },
  "_npmVersion": "2.14.2",
  "_phantomChildren": {
    "decamelize": "1.2.0",
    "mkdirp": "0.5.1",
    "os-locale": "1.4.0",
    "rimraf": "2.4.5",
    "signal-exit": "2.1.2",
    "string-width": "1.0.2",
    "wrap-ansi": "2.1.0",
    "y18n": "3.2.1"
  },
  "_requested": {
    "name": "nyc",
    "raw": "nyc@^3.1.0",
    "rawSpec": "^3.1.0",
    "scope": null,
    "spec": ">=3.1.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/nyc/-/nyc-3.2.2.tgz",
  "_shasum": "a21223ffcd86bf3d2d2ae9e14b8a08aeade046ee",
  "_shrinkwrap": null,
  "_spec": "nyc@^3.1.0",
  "_where": "/usr/share/npm/node_modules/tap",
  "author": {
    "email": "ben@npmjs.com",
    "name": "Ben Coe"
  },
  "bin": {
    "nyc": "./bin/nyc.js"
  },
  "bugs": {
    "url": "https://github.com/bcoe/nyc/issues"
  },
  "bundleDependencies": [
    "foreground-child",
    "spawn-wrap"
  ],
  "config": {
    "nyc": {
      "exclude": [
        "bin",
        "node_modules"
      ]
    }
  },
  "contributors": [
    {
      "name": "Isaac Schlueter"
    },
    {
      "name": "Ollie Buck"
    }
  ],
  "dependencies": {
    "foreground-child": "1.3.0",
    "glob": "^5.0.14",
    "istanbul": "^0.3.19",
    "lodash": "^3.10.0",
    "mkdirp": "^0.5.0",
    "rimraf": "^2.4.2",
    "signal-exit": "^2.1.1",
    "spawn-wrap": "^1.0.1",
    "strip-bom": "^2.0.0",
    "yargs": "^3.15.0"
  },
  "description": "a code coverage tool that works well with subprocesses.",
  "devDependencies": {
    "chai": "^3.0.0",
    "sinon": "^1.15.3",
    "standard": "^5.2.1",
    "tap": "^1.3.4"
  },
  "directories": {},
  "dist": {
    "shasum": "a21223ffcd86bf3d2d2ae9e14b8a08aeade046ee",
    "tarball": "https://registry.npmjs.org/nyc/-/nyc-3.2.2.tgz"
  },
  "gitHead": "4e9545a0c039032585149bf503c797f975e1e982",
  "homepage": "https://github.com/bcoe/nyc#readme",
  "keywords": [
    "coverage",
    "reporter",
    "subprocess",
    "testing"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    }
  ],
  "name": "nyc",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bcoe/nyc.git"
  },
  "scripts": {
    "istanbul": "istanbul",
    "test": "standard && tap --coverage ./test/nyc-test.js"
  },
  "version": "3.2.2"
}
