Initial commit
[yaffs-website] / node_modules / fs-exists-sync / package.json
1 {
2   "_args": [
3     [
4       "fs-exists-sync@^0.1.0",
5       "/var/www/yaffs/node_modules/detect-file"
6     ]
7   ],
8   "_from": "fs-exists-sync@>=0.1.0 <0.2.0",
9   "_id": "fs-exists-sync@0.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/fs-exists-sync",
13   "_nodeVersion": "5.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/fs-exists-sync-0.1.0.tgz_1460202025245_0.6282676137052476"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.6.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "fs-exists-sync",
26     "raw": "fs-exists-sync@^0.1.0",
27     "rawSpec": "^0.1.0",
28     "scope": null,
29     "spec": ">=0.1.0 <0.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/detect-file"
34   ],
35   "_resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
36   "_shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
37   "_shrinkwrap": null,
38   "_spec": "fs-exists-sync@^0.1.0",
39   "_where": "/var/www/yaffs/node_modules/detect-file",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/fs-exists-sync/issues"
46   },
47   "dependencies": {},
48   "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.",
49   "devDependencies": {
50     "gulp-format-md": "^0.1.7",
51     "mocha": "^2.4.5"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
56     "tarball": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "index.js"
63   ],
64   "gitHead": "3b44654977775bac2d1151520c9b6257249a6374",
65   "homepage": "https://github.com/jonschlinkert/fs-exists-sync",
66   "keywords": [
67     "access",
68     "check",
69     "exist",
70     "exists",
71     "file",
72     "file-system",
73     "filepath",
74     "filesystem",
75     "fs",
76     "is-file",
77     "isfile",
78     "path",
79     "stat",
80     "sync"
81   ],
82   "license": "MIT",
83   "main": "index.js",
84   "maintainers": [
85     {
86       "name": "jonschlinkert",
87       "email": "github@sellside.com"
88     }
89   ],
90   "name": "fs-exists-sync",
91   "optionalDependencies": {},
92   "readme": "ERROR: No README data found!",
93   "repository": {
94     "type": "git",
95     "url": "git+https://github.com/jonschlinkert/fs-exists-sync.git"
96   },
97   "scripts": {
98     "test": "mocha"
99   },
100   "verb": {
101     "layout": "default",
102     "lint": {
103       "reflinks": true
104     },
105     "plugins": [
106       "gulp-format-md"
107     ],
108     "reflinks": [
109       "exists",
110       "file-exists",
111       "fs-exists",
112       "path-exists",
113       "verb"
114     ],
115     "related": {
116       "list": [
117         "is-absolute",
118         "parse-filepath",
119         "try-open"
120       ]
121     },
122     "run": true,
123     "tasks": [
124       "readme"
125     ],
126     "toc": false
127   },
128   "version": "0.1.0"
129 }