send-mail/node_modules/path-exists/package.json

41 lines
641 B
JSON
Raw Permalink Normal View History

{
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",
"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"
},
"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": "*"
},
"xo": {
"esnext": true
}
}