.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / filename-regex / package.json
1 {
2   "name": "filename-regex",
3   "description": "Regular expression for matching file names, with or without extension.",
4   "version": "2.0.1",
5   "homepage": "https://github.com/regexhq/filename-regex",
6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7   "repository": "regexhq/filename-regex",
8   "bugs": {
9     "url": "https://github.com/regexhq/filename-regex/issues"
10   },
11   "license": "MIT",
12   "files": [
13     "index.js"
14   ],
15   "main": "index.js",
16   "engines": {
17     "node": ">=0.10.0"
18   },
19   "scripts": {
20     "test": "mocha"
21   },
22   "keywords": [
23     "basename",
24     "file",
25     "filename",
26     "filepath",
27     "match",
28     "name",
29     "path",
30     "regex",
31     "regexp",
32     "regular expression"
33   ],
34   "devDependencies": {
35     "gulp-format-md": "^0.1.12"
36   },
37   "verb": {
38     "toc": false,
39     "layout": "default",
40     "tasks": [
41       "readme"
42     ],
43     "plugins": [
44       "gulp-format-md"
45     ],
46     "lint": {
47       "reflinks": true
48     }
49   }
50 }