.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / npm-run-path / node_modules / path-key / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/npm-run-path/node_modules/path-key/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/npm-run-path/node_modules/path-key/package.json
new file mode 100644 (file)
index 0000000..81e0e8b
--- /dev/null
@@ -0,0 +1,39 @@
+{
+  "name": "path-key",
+  "version": "2.0.1",
+  "description": "Get the PATH environment variable key cross-platform",
+  "license": "MIT",
+  "repository": "sindresorhus/path-key",
+  "author": {
+    "name": "Sindre Sorhus",
+    "email": "sindresorhus@gmail.com",
+    "url": "sindresorhus.com"
+  },
+  "engines": {
+    "node": ">=4"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "files": [
+    "index.js"
+  ],
+  "keywords": [
+    "path",
+    "key",
+    "environment",
+    "env",
+    "variable",
+    "var",
+    "get",
+    "cross-platform",
+    "windows"
+  ],
+  "devDependencies": {
+    "ava": "*",
+    "xo": "*"
+  },
+  "xo": {
+    "esnext": true
+  }
+}