aswi2020vldc-gitlab/templetes/node_modules/find-up/package.json @ 3a515b92
1 |
{
|
---|---|
2 |
"name": "find-up", |
3 |
"version": "3.0.0", |
4 |
"description": "Find a file or directory by walking up parent directories", |
5 |
"license": "MIT", |
6 |
"repository": "sindresorhus/find-up", |
7 |
"author": { |
8 |
"name": "Sindre Sorhus", |
9 |
"email": "sindresorhus@gmail.com", |
10 |
"url": "sindresorhus.com" |
11 |
}, |
12 |
"engines": { |
13 |
"node": ">=6" |
14 |
}, |
15 |
"scripts": { |
16 |
"test": "xo && ava" |
17 |
}, |
18 |
"files": [ |
19 |
"index.js" |
20 |
], |
21 |
"keywords": [ |
22 |
"find", |
23 |
"up", |
24 |
"find-up", |
25 |
"findup", |
26 |
"look-up", |
27 |
"look", |
28 |
"file", |
29 |
"search", |
30 |
"match", |
31 |
"package", |
32 |
"resolve", |
33 |
"parent", |
34 |
"parents", |
35 |
"folder", |
36 |
"directory", |
37 |
"dir", |
38 |
"walk", |
39 |
"walking", |
40 |
"path" |
41 |
], |
42 |
"dependencies": { |
43 |
"locate-path": "^3.0.0" |
44 |
}, |
45 |
"devDependencies": { |
46 |
"ava": "*", |
47 |
"tempy": "^0.2.1", |
48 |
"xo": "*" |
49 |
} |
50 |
}
|