Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / nanomatch / package.json
1 {
2   "_from": "nanomatch@^1.2.9",
3   "_id": "nanomatch@1.2.13",
4   "_inBundle": false,
5   "_integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
6   "_location": "/nanomatch",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "nanomatch@^1.2.9",
12     "name": "nanomatch",
13     "escapedName": "nanomatch",
14     "rawSpec": "^1.2.9",
15     "saveSpec": null,
16     "fetchSpec": "^1.2.9"
17   },
18   "_requiredBy": [
19     "/fast-glob/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
22   "_shasum": "b87a8aa4fc0de8fe6be88895b38983ff265bd119",
23   "_spec": "nanomatch@^1.2.9",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fast-glob/node_modules/micromatch",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/micromatch/nanomatch/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Devon Govett",
36       "url": "http://badassjs.com"
37     },
38     {
39       "name": "Jon Schlinkert",
40       "url": "http://twitter.com/jonschlinkert"
41     }
42   ],
43   "dependencies": {
44     "arr-diff": "^4.0.0",
45     "array-unique": "^0.3.2",
46     "define-property": "^2.0.2",
47     "extend-shallow": "^3.0.2",
48     "fragment-cache": "^0.2.1",
49     "is-windows": "^1.0.2",
50     "kind-of": "^6.0.2",
51     "object.pick": "^1.3.0",
52     "regex-not": "^1.0.0",
53     "snapdragon": "^0.8.1",
54     "to-regex": "^3.0.1"
55   },
56   "deprecated": false,
57   "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
58   "devDependencies": {
59     "bash-match": "^1.0.2",
60     "for-own": "^1.0.0",
61     "gulp": "^3.9.1",
62     "gulp-format-md": "^1.0.0",
63     "gulp-istanbul": "^1.1.3",
64     "gulp-mocha": "^5.0.0",
65     "helper-changelog": "^0.3.0",
66     "minimatch": "^3.0.4",
67     "minimist": "^1.2.0",
68     "mocha": "^3.5.3",
69     "multimatch": "^2.1.0"
70   },
71   "engines": {
72     "node": ">=0.10.0"
73   },
74   "files": [
75     "index.js",
76     "lib"
77   ],
78   "homepage": "https://github.com/micromatch/nanomatch",
79   "keywords": [
80     "bash",
81     "expand",
82     "expansion",
83     "expression",
84     "file",
85     "files",
86     "filter",
87     "find",
88     "glob",
89     "globbing",
90     "globs",
91     "globstar",
92     "match",
93     "matcher",
94     "matches",
95     "matching",
96     "micromatch",
97     "minimatch",
98     "multimatch",
99     "nanomatch",
100     "path",
101     "pattern",
102     "patterns",
103     "regex",
104     "regexp",
105     "regular",
106     "shell",
107     "wildcard"
108   ],
109   "license": "MIT",
110   "lintDeps": {
111     "dependencies": {
112       "options": {
113         "lock": {
114           "snapdragon": "^0.8.1"
115         }
116       }
117     },
118     "devDependencies": {
119       "files": {
120         "options": {
121           "ignore": [
122             "benchmark/**"
123           ]
124         }
125       }
126     }
127   },
128   "main": "index.js",
129   "name": "nanomatch",
130   "repository": {
131     "type": "git",
132     "url": "git+https://github.com/micromatch/nanomatch.git"
133   },
134   "scripts": {
135     "test": "mocha"
136   },
137   "verb": {
138     "toc": "collapsible",
139     "layout": "default",
140     "tasks": [
141       "readme"
142     ],
143     "helpers": [
144       "helper-changelog"
145     ],
146     "plugins": [
147       "gulp-format-md"
148     ],
149     "related": {
150       "list": [
151         "extglob",
152         "is-extglob",
153         "is-glob",
154         "micromatch"
155       ]
156     },
157     "reflinks": [
158       "expand-brackets",
159       "expand-tilde",
160       "glob-object",
161       "micromatch",
162       "minimatch",
163       "options",
164       "snapdragon"
165     ],
166     "lint": {
167       "reflinks": true
168     }
169   },
170   "version": "1.2.13"
171 }