{
  "_args": [
    [
      "foreground-child@2.0.0",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "foreground-child@2.0.0",
  "_id": "foreground-child@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
  "_location": "/foreground-child",
  "_phantomChildren": {
    "isexe": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "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"
  ],
  "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/tapjs/foreground-child/issues"
  },
  "dependencies": {
    "cross-spawn": "^7.0.0",
    "signal-exit": "^3.0.2"
  },
  "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"
}
