2020-12-01 00:51:34 +07:00
|
|
|
{
|
2021-06-23 00:18:21 +07:00
|
|
|
"name": "path-exists",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"description": "Check if a path exists",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/path-exists",
|
2020-12-01 00:51:34 +07:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2021-06-23 00:18:21 +07:00
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava"
|
|
|
|
},
|
2020-12-01 00:51:34 +07:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"path",
|
|
|
|
"exists",
|
|
|
|
"exist",
|
|
|
|
"file",
|
|
|
|
"filepath",
|
|
|
|
"fs",
|
|
|
|
"filesystem",
|
|
|
|
"file-system",
|
|
|
|
"access",
|
|
|
|
"stat"
|
|
|
|
],
|
2021-06-23 00:18:21 +07:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "*",
|
|
|
|
"xo": "*"
|
2020-12-01 00:51:34 +07:00
|
|
|
},
|
|
|
|
"xo": {
|
|
|
|
"esnext": true
|
|
|
|
}
|
|
|
|
}
|