{ "_args": [ [ "fs-exists-sync@0.1.0", "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys" ] ], "_development": true, "_from": "fs-exists-sync@0.1.0", "_id": "fs-exists-sync@0.1.0", "_inBundle": false, "_integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=", "_location": "/fs-exists-sync", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fs-exists-sync@0.1.0", "name": "fs-exists-sync", "escapedName": "fs-exists-sync", "rawSpec": "0.1.0", "saveSpec": null, "fetchSpec": "0.1.0" }, "_requiredBy": [ "/detect-file" ], "_resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz", "_spec": "0.1.0", "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/fs-exists-sync/issues" }, "description": "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.", "devDependencies": { "gulp-format-md": "^0.1.7", "mocha": "^2.4.5" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/fs-exists-sync", "keywords": [ "access", "check", "exist", "exists", "file", "file-system", "filepath", "filesystem", "fs", "is-file", "isfile", "path", "stat", "sync" ], "license": "MIT", "main": "index.js", "name": "fs-exists-sync", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/fs-exists-sync.git" }, "scripts": { "test": "mocha" }, "verb": { "layout": "default", "plugins": [ "gulp-format-md" ], "reflinks": [ "verb", "path-exists", "fs-exists", "file-exists", "exists" ], "related": { "list": [ "try-open", "parse-filepath", "is-absolute" ] }, "run": true, "toc": false, "tasks": [ "readme" ], "lint": { "reflinks": true } }, "version": "0.1.0" }