Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / micromatch / package.json
1 {
2   "_from": "micromatch@^2.3.11",
3   "_id": "micromatch@2.3.11",
4   "_inBundle": false,
5   "_integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
6   "_location": "/micromatch",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "micromatch@^2.3.11",
12     "name": "micromatch",
13     "escapedName": "micromatch",
14     "rawSpec": "^2.3.11",
15     "saveSpec": null,
16     "fetchSpec": "^2.3.11"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
22   "_shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
23   "_spec": "micromatch@^2.3.11",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/micromatch/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "arr-diff": "^2.0.0",
35     "array-unique": "^0.2.1",
36     "braces": "^1.8.2",
37     "expand-brackets": "^0.1.4",
38     "extglob": "^0.3.1",
39     "filename-regex": "^2.0.0",
40     "is-extglob": "^1.0.0",
41     "is-glob": "^2.0.1",
42     "kind-of": "^3.0.2",
43     "normalize-path": "^2.0.1",
44     "object.omit": "^2.0.0",
45     "parse-glob": "^3.0.4",
46     "regex-cache": "^0.4.2"
47   },
48   "deprecated": false,
49   "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
50   "devDependencies": {
51     "benchmarked": "^0.1.4",
52     "chalk": "^1.1.1",
53     "gulp": "^3.9.0",
54     "gulp-eslint": "^1.1.1",
55     "gulp-format-md": "^0.1.8",
56     "gulp-istanbul": "^0.10.1",
57     "gulp-mocha": "^2.1.3",
58     "minimatch": "^3.0.0",
59     "minimist": "^1.2.0",
60     "mocha": "^2",
61     "multimatch": "^2.0.0",
62     "should": "^8",
63     "write": "^0.2.1"
64   },
65   "engines": {
66     "node": ">=0.10.0"
67   },
68   "files": [
69     "index.js",
70     "lib"
71   ],
72   "homepage": "https://github.com/jonschlinkert/micromatch",
73   "keywords": [
74     "bash",
75     "expand",
76     "expansion",
77     "expression",
78     "file",
79     "files",
80     "filter",
81     "find",
82     "glob",
83     "globbing",
84     "globs",
85     "globstar",
86     "match",
87     "matcher",
88     "matches",
89     "matching",
90     "minimatch",
91     "multimatch",
92     "path",
93     "pattern",
94     "patterns",
95     "regex",
96     "regexp",
97     "regular",
98     "shell",
99     "wildcard"
100   ],
101   "license": "MIT",
102   "main": "index.js",
103   "name": "micromatch",
104   "repository": {
105     "type": "git",
106     "url": "git+https://github.com/jonschlinkert/micromatch.git"
107   },
108   "scripts": {
109     "test": "mocha"
110   },
111   "verb": {
112     "related": {
113       "list": [
114         "braces",
115         "expand-brackets",
116         "expand-range",
117         "extglob",
118         "fill-range",
119         "gulp-micromatch",
120         "is-glob",
121         "parse-glob"
122       ]
123     },
124     "reflinks": [
125       "braces",
126       "expand-brackets",
127       "extglob",
128       "minimatch",
129       "multimatch",
130       "verb"
131     ],
132     "toc": false,
133     "layout": false,
134     "tasks": [
135       "readme"
136     ],
137     "plugins": [
138       "gulp-format-md"
139     ],
140     "lint": {
141       "reflinks": true
142     }
143   },
144   "version": "2.3.11"
145 }