{
  "_args": [
    [
      "command-exists@1.2.2",
      "/Users/prateekbh/projects/preact-material-components/docs"
    ]
  ],
  "_from": "command-exists@1.2.2",
  "_id": "command-exists@1.2.2",
  "_inBundle": false,
  "_integrity": "sha1-EoGcZPr5VEbsCuB/5sr7brNwiyI=",
  "_location": "/command-exists",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "command-exists@1.2.2",
    "name": "command-exists",
    "escapedName": "command-exists",
    "rawSpec": "1.2.2",
    "saveSpec": null,
    "fetchSpec": "1.2.2"
  },
  "_requiredBy": [
    "/devcert-san"
  ],
  "_resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.2.tgz",
  "_spec": "1.2.2",
  "_where": "/Users/prateekbh/projects/preact-material-components/docs",
  "author": {
    "name": "Matthew Conlen"
  },
  "bugs": {
    "url": "https://github.com/mathisonian/command-exists/issues"
  },
  "contributors": [
    {
      "name": "Arthur Silber",
      "email": "arthur@arthursilber.de",
      "url": "https://arthursilber.de"
    }
  ],
  "description": "check whether a command line command exists in the current environment",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "jshint": "^2.9.1",
    "mocha": "^2.5.3"
  },
  "homepage": "https://github.com/mathisonian/command-exists",
  "keywords": [
    "cli",
    "command",
    "exists"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "command-exists",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mathisonian/command-exists.git"
  },
  "scripts": {
    "test": "mocha test/test.js"
  },
  "version": "1.2.2"
}
