{
  "_from": "nyc@^15.1.0",
  "_id": "nyc@15.1.0",
  "_inBundle": false,
  "_integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==",
  "_location": "/nyc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nyc@^15.1.0",
    "name": "nyc",
    "escapedName": "nyc",
    "rawSpec": "^15.1.0",
    "saveSpec": null,
    "fetchSpec": "^15.1.0"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz",
  "_shasum": "1335dae12ddc87b6e249d5a1994ca4bdaea75f02",
  "_spec": "nyc@^15.1.0",
  "_where": "/home/mars/current-universe/tappity-tap/node_modules/tap",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bin": {
    "nyc": "bin/nyc.js"
  },
  "bugs": {
    "url": "https://github.com/istanbuljs/nyc/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Isaac Schlueter"
    },
    {
      "name": "Mark Wubben"
    },
    {
      "name": "James Talmage"
    },
    {
      "name": "Krishnan Anantheswaran"
    }
  ],
  "dependencies": {
    "@istanbuljs/load-nyc-config": "^1.0.0",
    "@istanbuljs/schema": "^0.1.2",
    "caching-transform": "^4.0.0",
    "convert-source-map": "^1.7.0",
    "decamelize": "^1.2.0",
    "find-cache-dir": "^3.2.0",
    "find-up": "^4.1.0",
    "foreground-child": "^2.0.0",
    "get-package-type": "^0.1.0",
    "glob": "^7.1.6",
    "istanbul-lib-coverage": "^3.0.0",
    "istanbul-lib-hook": "^3.0.0",
    "istanbul-lib-instrument": "^4.0.0",
    "istanbul-lib-processinfo": "^2.0.2",
    "istanbul-lib-report": "^3.0.0",
    "istanbul-lib-source-maps": "^4.0.0",
    "istanbul-reports": "^3.0.2",
    "make-dir": "^3.0.0",
    "node-preload": "^0.2.1",
    "p-map": "^3.0.0",
    "process-on-spawn": "^1.0.0",
    "resolve-from": "^5.0.0",
    "rimraf": "^3.0.0",
    "signal-exit": "^3.0.2",
    "spawn-wrap": "^2.0.0",
    "test-exclude": "^6.0.0",
    "yargs": "^15.0.2"
  },
  "deprecated": false,
  "description": "the Istanbul command line interface",
  "devDependencies": {
    "any-path": "^1.3.0",
    "coveralls": "^3.0.9",
    "is-windows": "^1.0.2",
    "requirejs": "^2.3.6",
    "source-map-support": "^0.5.16",
    "standard": "^14.3.1",
    "standard-version": "^8.0.0",
    "tap": "^14.10.5",
    "which": "^2.0.2"
  },
  "engines": {
    "node": ">=8.9"
  },
  "files": [
    "index.js",
    "bin/*.js",
    "lib/**/*.js"
  ],
  "homepage": "https://istanbul.js.org/",
  "keywords": [
    "coverage",
    "reporter",
    "subprocess",
    "testing"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "nyc",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/istanbuljs/nyc.git"
  },
  "scripts": {
    "clean": "node ./npm-run-clean.js",
    "instrument": "node ./build-self-coverage.js",
    "lint": "standard",
    "posttest": "npm run report",
    "pretest": "npm run lint && npm run clean && npm run instrument",
    "release": "standard-version",
    "report": "node ./bin/nyc report --temp-dir ./.self_coverage/ -r text -r lcov",
    "snap": "npm test -- --snapshot",
    "test": "tap"
  },
  "standard": {
    "ignore": [
      "/tap-snapshots/",
      "**/fixtures/**",
      "**/test/build/*"
    ]
  },
  "version": "15.1.0"
}
