{
  "_from": "istanbul-lib-processinfo@^2.0.2",
  "_id": "istanbul-lib-processinfo@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==",
  "_location": "/istanbul-lib-processinfo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "istanbul-lib-processinfo@^2.0.2",
    "name": "istanbul-lib-processinfo",
    "escapedName": "istanbul-lib-processinfo",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/nyc",
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz",
  "_shasum": "e1426514662244b2f25df728e8fd1ba35fe53b9c",
  "_spec": "istanbul-lib-processinfo@^2.0.2",
  "_where": "/home/mars/current-universe/tappity-tap/node_modules/tap",
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbul-lib-processinfo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "archy": "^1.0.0",
    "cross-spawn": "^7.0.0",
    "istanbul-lib-coverage": "^3.0.0-alpha.1",
    "make-dir": "^3.0.0",
    "p-map": "^3.0.0",
    "rimraf": "^3.0.0",
    "uuid": "^3.3.3"
  },
  "deprecated": false,
  "description": "A utility for managing the `processinfo` folder that NYC uses.",
  "devDependencies": {
    "nyc": "^15.0.0-alpha.0",
    "standard-version": "^7.0.0",
    "tap": "^14.6.5"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/istanbuljs/istanbul-lib-processinfo#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "istanbul-lib-processinfo",
  "nyc": {
    "include": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/istanbuljs/istanbul-lib-processinfo.git"
  },
  "scripts": {
    "release": "standard-version",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "jobs": 1
  },
  "version": "2.0.2"
}
