webhook/node_modules/locate-path/package.json

46 lines
720 B
JSON
Raw Normal View History

{
2022-11-10 11:43:16 +01:00
"name": "locate-path",
2022-11-10 14:06:47 +01:00
"version": "5.0.0",
2022-11-10 11:43:16 +01:00
"description": "Get the first path that exists on disk of multiple paths",
"license": "MIT",
"repository": "sindresorhus/locate-path",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
2022-11-10 14:06:47 +01:00
"url": "sindresorhus.com"
2022-11-10 11:43:16 +01:00
},
"engines": {
2022-11-10 14:06:47 +01:00
"node": ">=8"
2022-11-10 11:43:16 +01:00
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"locate",
"path",
"paths",
"file",
"files",
"exists",
"find",
"finder",
"search",
"searcher",
"array",
"iterable",
"iterator"
],
"dependencies": {
2022-11-10 14:06:47 +01:00
"p-locate": "^4.1.0"
2022-11-10 11:43:16 +01:00
},
"devDependencies": {
2022-11-10 14:06:47 +01:00
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
2022-11-10 11:43:16 +01:00
}
}