{
  "_args": [
    [
      "foreground-child@^1.5.3",
      "/Users/kpdecker/dev/kpdecker/pr/nyc"
    ]
  ],
  "_from": "foreground-child@>=1.5.3 <2.0.0",
  "_id": "foreground-child@1.5.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/foreground-child",
  "_nodeVersion": "4.4.4",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/foreground-child-1.5.3.tgz_1467393732948_0.8209910723380744"
  },
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.10.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "foreground-child",
    "raw": "foreground-child@^1.5.3",
    "rawSpec": "^1.5.3",
    "scope": null,
    "spec": ">=1.5.3 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/spawn-wrap",
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.3.tgz",
  "_shasum": "94dd6aba671389867de8e57e99f1c2ecfb15c01a",
  "_shrinkwrap": null,
  "_spec": "foreground-child@^1.5.3",
  "_where": "/Users/kpdecker/dev/kpdecker/pr/nyc",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "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": "^6.1.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "94dd6aba671389867de8e57e99f1c2ecfb15c01a",
    "tarball": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.3.tgz"
  },
  "gitHead": "27729f8b0795d78864ddd1b3a5f0b7e07d48ddf8",
  "homepage": "https://github.com/tapjs/foreground-child#readme",
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "email": "isaacs@npmjs.com",
      "name": "isaacs"
    }
  ],
  "name": "foreground-child",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.3"
}
