aswi2020vldc-gitlab/templetes/node_modules/path-exists/package.json @ 9bb1e829
1 |
{
|
---|---|
2 |
"name": "path-exists", |
3 |
"version": "3.0.0", |
4 |
"description": "Check if a path exists", |
5 |
"license": "MIT", |
6 |
"repository": "sindresorhus/path-exists", |
7 |
"author": { |
8 |
"name": "Sindre Sorhus", |
9 |
"email": "sindresorhus@gmail.com", |
10 |
"url": "sindresorhus.com" |
11 |
}, |
12 |
"engines": { |
13 |
"node": ">=4" |
14 |
}, |
15 |
"scripts": { |
16 |
"test": "xo && ava" |
17 |
}, |
18 |
"files": [ |
19 |
"index.js" |
20 |
], |
21 |
"keywords": [ |
22 |
"path", |
23 |
"exists", |
24 |
"exist", |
25 |
"file", |
26 |
"filepath", |
27 |
"fs", |
28 |
"filesystem", |
29 |
"file-system", |
30 |
"access", |
31 |
"stat" |
32 |
], |
33 |
"devDependencies": { |
34 |
"ava": "*", |
35 |
"xo": "*" |
36 |
}, |
37 |
"xo": { |
38 |
"esnext": true |
39 |
} |
40 |
}
|