{
  "_args": [
    [
      "which@^1.2.4",
      "/Users/nick/codes/twreporter-react/node_modules/cross-spawn-async"
    ]
  ],
  "_from": "which@>=1.2.4 <2.0.0",
  "_id": "which@1.2.8",
  "_inCache": true,
  "_installable": true,
  "_location": "/which",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/which-1.2.8.tgz_1462472514341_0.746755798580125"
  },
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "which",
    "raw": "which@^1.2.4",
    "rawSpec": "^1.2.4",
    "scope": null,
    "spec": ">=1.2.4 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cross-spawn-async",
    "/karma-chrome-launcher",
    "/node-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/which/-/which-1.2.8.tgz",
  "_shasum": "37fa9f6eab30e49b8ef6eea24681c5799d52ebd6",
  "_shrinkwrap": null,
  "_spec": "which@^1.2.4",
  "_where": "/Users/nick/codes/twreporter-react/node_modules/cross-spawn-async",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me"
  },
  "bin": {
    "which": "./bin/which"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-which/issues"
  },
  "dependencies": {
    "is-absolute": "^0.1.7",
    "isexe": "^1.1.1"
  },
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  "devDependencies": {
    "mkdirp": "^0.5.0",
    "rimraf": "^2.3.3",
    "tap": "^5.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "37fa9f6eab30e49b8ef6eea24681c5799d52ebd6",
    "tarball": "https://registry.npmjs.org/which/-/which-1.2.8.tgz"
  },
  "files": [
    "bin/which",
    "which.js"
  ],
  "gitHead": "e4de2c25e9163b1f55323792f0fc5806e948ffc1",
  "homepage": "https://github.com/isaacs/node-which#readme",
  "license": "ISC",
  "main": "which.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "which",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-which.git"
  },
  "scripts": {
    "changelog": "bash changelog.sh",
    "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
    "test": "tap test/*.js --cov"
  },
  "version": "1.2.8"
}
