{
  "_args": [
    [
      "foreground-child@^1.2.0",
      "/usr/share/npm/node_modules/tap"
    ]
  ],
  "_from": "foreground-child@>=1.2.0 <2.0.0",
  "_id": "foreground-child@1.5.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/foreground-child",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/foreground-child-1.5.6.tgz_1481871968881_0.5189436199143529"
  },
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "foreground-child",
    "raw": "foreground-child@^1.2.0",
    "rawSpec": "^1.2.0",
    "scope": null,
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz",
  "_shasum": "4fd71ad2dfde96789b980a5c0a295937cb2f5ce9",
  "_shrinkwrap": null,
  "_spec": "foreground-child@^1.2.0",
  "_where": "/usr/share/npm/node_modules/tap",
  "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": "^8.0.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "4fd71ad2dfde96789b980a5c0a295937cb2f5ce9",
    "tarball": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "821919b77066e2f1e29cd55add1dfeb71ae19bd2",
  "homepage": "https://github.com/tapjs/foreground-child#readme",
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    }
  ],
  "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.6"
}
