{
  "_from": "isexe@^1.1.1",
  "_id": "isexe@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-NvPiLmB1CSD15yQaR2qMakInWtA=",
  "_location": "/isexe",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "isexe@^1.1.1",
    "name": "isexe",
    "escapedName": "isexe",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/which"
  ],
  "_resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
  "_shasum": "36f3e22e60750920f5e7241a476a8c6a42275ad0",
  "_spec": "isexe@^1.1.1",
  "_where": "/Users/joevandrunen/Documents/workspace/check-file-dependencies/test/fixtures/good-npm/node_modules/which",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/isexe/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Minimal module to check if a file is executable.",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "rimraf": "^2.5.0",
    "tap": "^5.1.2"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/isaacs/isexe#readme",
  "keywords": [],
  "license": "ISC",
  "main": "index.js",
  "name": "isexe",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/isexe.git"
  },
  "scripts": {
    "test": "tap test/*.js --branches=100 --statements=100 --functions=100 --lines=100"
  },
  "version": "1.1.2"
}
