mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-26 12:27:58 +08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "locate-path",
|
|
"version": "5.0.0",
|
|
"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",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"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": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:14 GMT+0800 (中国标准时间)",
|
|
"_from": "locate-path@5.0.0",
|
|
"_resolved": "https://registry.npm.taobao.org/locate-path/download/locate-path-5.0.0.tgz?cache=0&sync_timestamp=1597081764621&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flocate-path%2Fdownload%2Flocate-path-5.0.0.tgz"
|
|
} |