{
  "_from": "foreground-child@^2.0.0",
  "_id": "foreground-child@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
  "_location": "/foreground-child",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "foreground-child@^2.0.0",
    "name": "foreground-child",
    "escapedName": "foreground-child",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/nyc",
    "/spawn-wrap",
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
  "_shasum": "71b32800c9f15aa8f2f83f4a6bd9bff35d861a53",
  "_spec": "foreground-child@^2.0.0",
  "_where": "/home/mars/current-universe/tappity-tap/node_modules/tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/tapjs/foreground-child/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cross-spawn": "^7.0.0",
    "signal-exit": "^3.0.2"
  },
  "deprecated": false,
  "description": "Run a child as if it's the foreground process.  Give it stdio.  Exit when it exits.",
  "devDependencies": {
    "tap": "^14.6.1"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/tapjs/foreground-child#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "foreground-child",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/foreground-child.git"
  },
  "scripts": {
    "changelog": "bash changelog.sh",
    "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
    "test": "tap"
  },
  "tap": {
    "jobs": 1
  },
  "version": "2.0.0"
}
