{
  "_args": [
    [
      "foreground-child@1.5.6",
      "/Users/zkat/Documents/code/work/tink"
    ]
  ],
  "_from": "foreground-child@1.5.6",
  "_id": "foreground-child@1.5.6",
  "_inBundle": false,
  "_integrity": "sha1-T9ca0t/elnibmApcCilZN8svXOk=",
  "_location": "/foreground-child",
  "_phantomChildren": {
    "lru-cache": "4.1.3",
    "which": "1.3.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "foreground-child@1.5.6",
    "name": "foreground-child",
    "escapedName": "foreground-child",
    "rawSpec": "1.5.6",
    "saveSpec": null,
    "fetchSpec": "1.5.6"
  },
  "_requiredBy": [
    "/spawn-wrap",
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz",
  "_spec": "1.5.6",
  "_where": "/Users/zkat/Documents/code/work/tink",
  "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": "^4",
    "signal-exit": "^3.0.0"
  },
  "description": "Run a child as if it's the foreground process.  Give it stdio.  Exit when it exits.",
  "devDependencies": {
    "tap": "^8.0.1"
  },
  "directories": {
    "test": "test"
  },
  "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 --coverage test/*.js"
  },
  "version": "1.5.6"
}
