{
  "_args": [
    [
      {
        "raw": "exists-stat@1.0.0",
        "scope": null,
        "escapedName": "exists-stat",
        "name": "exists-stat",
        "rawSpec": "1.0.0",
        "spec": "1.0.0",
        "type": "version"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/qunit"
    ]
  ],
  "_from": "exists-stat@1.0.0",
  "_id": "exists-stat@1.0.0",
  "_inCache": true,
  "_location": "/exists-stat",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/exists-stat-1.0.0.tgz_1489870663528_0.0063629846554249525"
  },
  "_npmUser": {
    "name": "trentmwillis",
    "email": "trentmwillis@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "exists-stat@1.0.0",
    "scope": null,
    "escapedName": "exists-stat",
    "name": "exists-stat",
    "rawSpec": "1.0.0",
    "spec": "1.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/qunit"
  ],
  "_resolved": "https://registry.npmjs.org/exists-stat/-/exists-stat-1.0.0.tgz",
  "_shasum": "0660e3525a2e89d9e446129440c272edfa24b529",
  "_shrinkwrap": null,
  "_spec": "exists-stat@1.0.0",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/qunit",
  "author": {
    "name": "Trent Willis",
    "email": "trentmwillis@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/trentmwillis/exists-stat/issues"
  },
  "dependencies": {},
  "description": "Synchronously check if a path exists and returns its stats object if it does",
  "devDependencies": {
    "qunitjs": "^2.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "0660e3525a2e89d9e446129440c272edfa24b529",
    "tarball": "https://registry.npmjs.org/exists-stat/-/exists-stat-1.0.0.tgz"
  },
  "gitHead": "8a27c942312812198f1503e328d978d8742a0b9d",
  "homepage": "https://github.com/trentmwillis/exists-stat#readme",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "trentmwillis",
      "email": "trentmwillis@gmail.com"
    }
  ],
  "name": "exists-stat",
  "optionalDependencies": {},
  "readme": "# exists-stat\n\nSynchronously check if a path exists and returns its stats object if it does. Saves you from needing `try-catch` statements when trying to get stats information.\n\n```js\nexistsStat('exists-dir').isDirectory(); // true\nexistsStat('exists.js').isFile();       //true\n\nexistsStat('does-not-exist-dir'); // null\nexistsStat('does-not-exist.js');  // null\n```\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trentmwillis/exists-stat.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}
