forked from enviPath/enviPy
102 lines
2.3 KiB
JSON
102 lines
2.3 KiB
JSON
{
|
|
"_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": "range",
|
|
"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",
|
|
"_shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
|
|
"_spec": "fs-exists-sync@^0.1.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/detect-file",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/fs-exists-sync/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
}
|