summaryrefslogtreecommitdiff
path: root/node_modules/path-exists/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/path-exists/package.json')
-rw-r--r--node_modules/path-exists/package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/node_modules/path-exists/package.json b/node_modules/path-exists/package.json
new file mode 100644
index 0000000..efd5626
--- /dev/null
+++ b/node_modules/path-exists/package.json
@@ -0,0 +1,40 @@
+{
+ "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"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "path",
+ "exists",
+ "exist",
+ "file",
+ "filepath",
+ "fs",
+ "filesystem",
+ "file-system",
+ "access",
+ "stat"
+ ],
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
+ "xo": {
+ "esnext": true
+ }
+}