.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / filename-regex / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/filename-regex/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/filename-regex/package.json
new file mode 100644 (file)
index 0000000..f79bafb
--- /dev/null
@@ -0,0 +1,50 @@
+{
+  "name": "filename-regex",
+  "description": "Regular expression for matching file names, with or without extension.",
+  "version": "2.0.1",
+  "homepage": "https://github.com/regexhq/filename-regex",
+  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+  "repository": "regexhq/filename-regex",
+  "bugs": {
+    "url": "https://github.com/regexhq/filename-regex/issues"
+  },
+  "license": "MIT",
+  "files": [
+    "index.js"
+  ],
+  "main": "index.js",
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "scripts": {
+    "test": "mocha"
+  },
+  "keywords": [
+    "basename",
+    "file",
+    "filename",
+    "filepath",
+    "match",
+    "name",
+    "path",
+    "regex",
+    "regexp",
+    "regular expression"
+  ],
+  "devDependencies": {
+    "gulp-format-md": "^0.1.12"
+  },
+  "verb": {
+    "toc": false,
+    "layout": "default",
+    "tasks": [
+      "readme"
+    ],
+    "plugins": [
+      "gulp-format-md"
+    ],
+    "lint": {
+      "reflinks": true
+    }
+  }
+}