Initial commit
[yaffs-website] / node_modules / path-exists / package.json
1 {
2   "_args": [
3     [
4       "path-exists@^2.0.0",
5       "/var/www/yaffs/node_modules/find-up"
6     ]
7   ],
8   "_from": "path-exists@>=2.0.0 <3.0.0",
9   "_id": "path-exists@2.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/path-exists",
13   "_nodeVersion": "4.2.1",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.14.7",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "path-exists",
22     "raw": "path-exists@^2.0.0",
23     "rawSpec": "^2.0.0",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/find-up"
30   ],
31   "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
32   "_shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
33   "_shrinkwrap": null,
34   "_spec": "path-exists@^2.0.0",
35   "_where": "/var/www/yaffs/node_modules/find-up",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/path-exists/issues"
43   },
44   "dependencies": {
45     "pinkie-promise": "^2.0.0"
46   },
47   "description": "Check if a path exists",
48   "devDependencies": {
49     "ava": "*",
50     "xo": "*"
51   },
52   "directories": {},
53   "dist": {
54     "shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
55     "tarball": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz"
56   },
57   "engines": {
58     "node": ">=0.10.0"
59   },
60   "files": [
61     "index.js"
62   ],
63   "gitHead": "3af423661e78466764f87c5712263c5d7a1ce5b7",
64   "homepage": "https://github.com/sindresorhus/path-exists",
65   "keywords": [
66     "access",
67     "exist",
68     "exists",
69     "file",
70     "file-system",
71     "filepath",
72     "filesystem",
73     "fs",
74     "path",
75     "stat"
76   ],
77   "license": "MIT",
78   "maintainers": [
79     {
80       "name": "sindresorhus",
81       "email": "sindresorhus@gmail.com"
82     }
83   ],
84   "name": "path-exists",
85   "optionalDependencies": {},
86   "readme": "ERROR: No README data found!",
87   "repository": {
88     "type": "git",
89     "url": "git+https://github.com/sindresorhus/path-exists.git"
90   },
91   "scripts": {
92     "test": "xo && ava"
93   },
94   "version": "2.1.0"
95 }