Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-glob / package.json
1 {
2   "_from": "is-glob@^4.0.1",
3   "_id": "is-glob@4.0.1",
4   "_inBundle": false,
5   "_integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
6   "_location": "/is-glob",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-glob@^4.0.1",
12     "name": "is-glob",
13     "escapedName": "is-glob",
14     "rawSpec": "^4.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.1"
17   },
18   "_requiredBy": [
19     "/@typescript-eslint/typescript-estree",
20     "/eslint",
21     "/fast-glob",
22     "/glob-parent"
23   ],
24   "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
25   "_shasum": "7567dbe9f2f5e2467bc77ab83c4a29482407a5dc",
26   "_spec": "is-glob@^4.0.1",
27   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/@typescript-eslint/typescript-estree",
28   "author": {
29     "name": "Jon Schlinkert",
30     "url": "https://github.com/jonschlinkert"
31   },
32   "bugs": {
33     "url": "https://github.com/micromatch/is-glob/issues"
34   },
35   "bundleDependencies": false,
36   "contributors": [
37     {
38       "name": "Brian Woodward",
39       "url": "https://twitter.com/doowb"
40     },
41     {
42       "name": "Daniel Perez",
43       "url": "https://tuvistavie.com"
44     },
45     {
46       "name": "Jon Schlinkert",
47       "url": "http://twitter.com/jonschlinkert"
48     }
49   ],
50   "dependencies": {
51     "is-extglob": "^2.1.1"
52   },
53   "deprecated": false,
54   "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
55   "devDependencies": {
56     "gulp-format-md": "^0.1.10",
57     "mocha": "^3.0.2"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "homepage": "https://github.com/micromatch/is-glob",
66   "keywords": [
67     "bash",
68     "braces",
69     "check",
70     "exec",
71     "expression",
72     "extglob",
73     "glob",
74     "globbing",
75     "globstar",
76     "is",
77     "match",
78     "matches",
79     "pattern",
80     "regex",
81     "regular",
82     "string",
83     "test"
84   ],
85   "license": "MIT",
86   "main": "index.js",
87   "name": "is-glob",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/micromatch/is-glob.git"
91   },
92   "scripts": {
93     "test": "mocha"
94   },
95   "verb": {
96     "layout": "default",
97     "plugins": [
98       "gulp-format-md"
99     ],
100     "related": {
101       "list": [
102         "assemble",
103         "base",
104         "update",
105         "verb"
106       ]
107     },
108     "reflinks": [
109       "assemble",
110       "bach",
111       "base",
112       "composer",
113       "gulp",
114       "has-glob",
115       "is-valid-glob",
116       "micromatch",
117       "npm",
118       "scaffold",
119       "verb",
120       "vinyl"
121     ]
122   },
123   "version": "4.0.1"
124 }