source: imaps-frontend/node_modules/locate-path/package.json@ d565449

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

Update repo after prototype presentation

  • Property mode set to 100644
File size: 786 bytes
Line 
1{
2 "name": "locate-path",
3 "version": "6.0.0",
4 "description": "Get the first path that exists on disk of multiple paths",
5 "license": "MIT",
6 "repository": "sindresorhus/locate-path",
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 "locate",
25 "path",
26 "paths",
27 "file",
28 "files",
29 "exists",
30 "find",
31 "finder",
32 "search",
33 "searcher",
34 "array",
35 "iterable",
36 "iterator"
37 ],
38 "dependencies": {
39 "p-locate": "^5.0.0"
40 },
41 "devDependencies": {
42 "ava": "^2.4.0",
43 "tsd": "^0.13.1",
44 "xo": "^0.32.1"
45 }
46}
Note: See TracBrowser for help on using the repository browser.