09a511034da3fd0ce83c6a5e80c33078f5c3f3e7
[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     "/findup-sync/micromatch",
21     "/watchpack-chokidar2/micromatch",
22     "/webpack/micromatch"
23   ],
24   "_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
25   "_shasum": "b87a8aa4fc0de8fe6be88895b38983ff265bd119",
26   "_spec": "nanomatch@^1.2.9",
27   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/micromatch",
28   "author": {
29     "name": "Jon Schlinkert",
30     "url": "https://github.com/jonschlinkert"
31   },
32   "bugs": {
33     "url": "https://github.com/micromatch/nanomatch/issues"
34   },
35   "bundleDependencies": false,
36   "contributors": [
37     {
38       "name": "Devon Govett",
39       "url": "http://badassjs.com"
40     },
41     {
42       "name": "Jon Schlinkert",
43       "url": "http://twitter.com/jonschlinkert"
44     }
45   ],
46   "dependencies": {
47     "arr-diff": "^4.0.0",
48     "array-unique": "^0.3.2",
49     "define-property": "^2.0.2",
50     "extend-shallow": "^3.0.2",
51     "fragment-cache": "^0.2.1",
52     "is-windows": "^1.0.2",
53     "kind-of": "^6.0.2",
54     "object.pick": "^1.3.0",
55     "regex-not": "^1.0.0",
56     "snapdragon": "^0.8.1",
57     "to-regex": "^3.0.1"
58   },
59   "deprecated": false,
60   "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)",
61   "devDependencies": {
62     "bash-match": "^1.0.2",
63     "for-own": "^1.0.0",
64     "gulp": "^3.9.1",
65     "gulp-format-md": "^1.0.0",
66     "gulp-istanbul": "^1.1.3",
67     "gulp-mocha": "^5.0.0",
68     "helper-changelog": "^0.3.0",
69     "minimatch": "^3.0.4",
70     "minimist": "^1.2.0",
71     "mocha": "^3.5.3",
72     "multimatch": "^2.1.0"
73   },
74   "engines": {
75     "node": ">=0.10.0"
76   },
77   "files": [
78     "index.js",
79     "lib"
80   ],
81   "homepage": "https://github.com/micromatch/nanomatch",
82   "keywords": [
83     "bash",
84     "expand",
85     "expansion",
86     "expression",
87     "file",
88     "files",
89     "filter",
90     "find",
91     "glob",
92     "globbing",
93     "globs",
94     "globstar",
95     "match",
96     "matcher",
97     "matches",
98     "matching",
99     "micromatch",
100     "minimatch",
101     "multimatch",
102     "nanomatch",
103     "path",
104     "pattern",
105     "patterns",
106     "regex",
107     "regexp",
108     "regular",
109     "shell",
110     "wildcard"
111   ],
112   "license": "MIT",
113   "lintDeps": {
114     "dependencies": {
115       "options": {
116         "lock": {
117           "snapdragon": "^0.8.1"
118         }
119       }
120     },
121     "devDependencies": {
122       "files": {
123         "options": {
124           "ignore": [
125             "benchmark/**"
126           ]
127         }
128       }
129     }
130   },
131   "main": "index.js",
132   "name": "nanomatch",
133   "repository": {
134     "type": "git",
135     "url": "git+https://github.com/micromatch/nanomatch.git"
136   },
137   "scripts": {
138     "test": "mocha"
139   },
140   "verb": {
141     "toc": "collapsible",
142     "layout": "default",
143     "tasks": [
144       "readme"
145     ],
146     "helpers": [
147       "helper-changelog"
148     ],
149     "plugins": [
150       "gulp-format-md"
151     ],
152     "related": {
153       "list": [
154         "extglob",
155         "is-extglob",
156         "is-glob",
157         "micromatch"
158       ]
159     },
160     "reflinks": [
161       "expand-brackets",
162       "expand-tilde",
163       "glob-object",
164       "micromatch",
165       "minimatch",
166       "options",
167       "snapdragon"
168     ],
169     "lint": {
170       "reflinks": true
171     }
172   },
173   "version": "1.2.13"
174 }