{
  "_args": [
    [
      {
        "raw": "exists-sync@0.0.4",
        "scope": null,
        "escapedName": "exists-sync",
        "name": "exists-sync",
        "rawSpec": "0.0.4",
        "spec": "0.0.4",
        "type": "version"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/broccoli-funnel"
    ]
  ],
  "_from": "exists-sync@0.0.4",
  "_id": "exists-sync@0.0.4",
  "_inCache": true,
  "_location": "/exists-sync",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/exists-sync-0.0.4.tgz_1478274363624_0.45601048110984266"
  },
  "_npmUser": {
    "name": "trabus",
    "email": "trabus@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "exists-sync@0.0.4",
    "scope": null,
    "escapedName": "exists-sync",
    "name": "exists-sync",
    "rawSpec": "0.0.4",
    "spec": "0.0.4",
    "type": "version"
  },
  "_requiredBy": [
    "/broccoli-funnel",
    "/ember-cli"
  ],
  "_resolved": "https://registry.npmjs.org/exists-sync/-/exists-sync-0.0.4.tgz",
  "_shasum": "9744c2c428cc03b01060db454d4b12f0ef3c8879",
  "_shrinkwrap": null,
  "_spec": "exists-sync@0.0.4",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/broccoli-funnel",
  "author": {
    "name": "Jake Bixby"
  },
  "bugs": {
    "url": "https://github.com/ember-cli/exists-sync/issues"
  },
  "dependencies": {},
  "description": "existsSync that also checks for symlinks",
  "devDependencies": {
    "chai": "^3.0.0",
    "fs-extra": "^0.19.0",
    "mocha": "^2.2.5"
  },
  "directories": {},
  "dist": {
    "shasum": "9744c2c428cc03b01060db454d4b12f0ef3c8879",
    "tarball": "https://registry.npmjs.org/exists-sync/-/exists-sync-0.0.4.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "ed018fd670ec698d1e34d81ebac8c9b986ebedc2",
  "homepage": "https://github.com/ember-cli/exists-sync#readme",
  "keywords": [
    "fs",
    "existsSync",
    "exists",
    "lstatSync"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "nathanhammond",
      "email": "npm@nathanhammond.com"
    },
    {
      "name": "rwjblue",
      "email": "me@rwjblue.com"
    },
    {
      "name": "stefanpenner",
      "email": "stefan.penner@gmail.com"
    },
    {
      "name": "trabus",
      "email": "trabus@gmail.com"
    },
    {
      "name": "turbo87",
      "email": "tobias.bieniek@gmx.de"
    }
  ],
  "name": "exists-sync",
  "optionalDependencies": {},
  "readme": "exists-sync\n===========\n[![Build Status](https://travis-ci.org/ember-cli/exists-sync.svg)](https://travis-ci.org/ember-cli/exists-sync) [![Build status](https://ci.appveyor.com/api/projects/status/c05xyb4s80pn66yo?svg=true)](https://ci.appveyor.com/project/embercli/exists-sync)\n\nReplacement for [fs.existsSync()](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback), which is being deprecated: \n\n> \"fs.exists() is an anachronism and exists only for historical reasons. There should almost never be a reason to use it in your own code.\n\n> In particular, checking if a file exists before opening it is an anti-pattern that leaves you vulnerable to race conditions: another process may remove the file between the calls to fs.exists() and fs.open(). Just open the file and handle the error when it's not there.\"\n\n`exists-sync` will recursively follow symlinks to verify the target file exists, rather than giving a false positive on a symlink whose target has been removed.",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ember-cli/exists-sync.git"
  },
  "scripts": {
    "postversion": "git push origin master --follow-tags && npm publish",
    "preversion": "npm test",
    "test": "mocha test"
  },
  "version": "0.0.4"
}
