{
  "_from": "file-exists@^4.0.0",
  "_id": "file-exists@4.0.0",
  "_inBundle": false,
  "_integrity": "sha1-EE6s8l0/1rPkYpUa6SNTMZX/tSs=",
  "_location": "/file-exists",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "file-exists@^4.0.0",
    "name": "file-exists",
    "escapedName": "file-exists",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/@architect/data"
  ],
  "_resolved": "https://registry.npmjs.org/file-exists/-/file-exists-4.0.0.tgz",
  "_shasum": "104eacf25d3fd6b3e462951ae923533195ffb52b",
  "_spec": "file-exists@^4.0.0",
  "_where": "/Users/brianleroux/Desktop/begin-functions/src/shared/data/node_modules/@architect/data",
  "author": {
    "name": "Scott Corgan"
  },
  "bugs": {
    "url": "https://github.com/scottcorgan/file-exists/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if filepath exists and is a file",
  "devDependencies": {
    "@tap-format/spec": "^0.2.0",
    "async": "^2.1.4",
    "mkdirp": "0.5.1",
    "rmdir": "1.2.0",
    "tape": "4.6.3"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/scottcorgan/file-exists",
  "keywords": [
    "file",
    "exists",
    "fs",
    "isfile",
    "is-file"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "file-exists",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/scottcorgan/file-exists.git"
  },
  "scripts": {
    "test": "node test/index.js | tap-format-spec"
  },
  "version": "4.0.0"
}
