Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / filename-regex / package.json
1 {
2   "_from": "filename-regex@^2.0.0",
3   "_id": "filename-regex@2.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
6   "_location": "/filename-regex",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "filename-regex@^2.0.0",
12     "name": "filename-regex",
13     "escapedName": "filename-regex",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
22   "_shasum": "c1c4b9bee3e09725ddb106b75c1e301fe2f18b26",
23   "_spec": "filename-regex@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/micromatch",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/regexhq/filename-regex/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Regular expression for matching file names, with or without extension.",
35   "devDependencies": {
36     "gulp-format-md": "^0.1.12"
37   },
38   "engines": {
39     "node": ">=0.10.0"
40   },
41   "files": [
42     "index.js"
43   ],
44   "homepage": "https://github.com/regexhq/filename-regex",
45   "keywords": [
46     "basename",
47     "file",
48     "filename",
49     "filepath",
50     "match",
51     "name",
52     "path",
53     "regex",
54     "regexp",
55     "regular expression"
56   ],
57   "license": "MIT",
58   "main": "index.js",
59   "name": "filename-regex",
60   "repository": {
61     "type": "git",
62     "url": "git+https://github.com/regexhq/filename-regex.git"
63   },
64   "scripts": {
65     "test": "mocha"
66   },
67   "verb": {
68     "toc": false,
69     "layout": "default",
70     "tasks": [
71       "readme"
72     ],
73     "plugins": [
74       "gulp-format-md"
75     ],
76     "lint": {
77       "reflinks": true
78     }
79   },
80   "version": "2.0.1"
81 }