source: imaps-frontend/node_modules/find-up/package.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 917 bytes
Line 
1{
2 "name": "find-up",
3 "version": "5.0.0",
4 "description": "Find a file or directory by walking up parent directories",
5 "license": "MIT",
6 "repository": "sindresorhus/find-up",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=10"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "find",
25 "up",
26 "find-up",
27 "findup",
28 "look-up",
29 "look",
30 "file",
31 "search",
32 "match",
33 "package",
34 "resolve",
35 "parent",
36 "parents",
37 "folder",
38 "directory",
39 "walk",
40 "walking",
41 "path"
42 ],
43 "dependencies": {
44 "locate-path": "^6.0.0",
45 "path-exists": "^4.0.0"
46 },
47 "devDependencies": {
48 "ava": "^2.1.0",
49 "is-path-inside": "^2.1.0",
50 "tempy": "^0.6.0",
51 "tsd": "^0.13.1",
52 "xo": "^0.33.0"
53 }
54}
Note: See TracBrowser for help on using the repository browser.