71c5896c4b09e4cdc12d23bc661712076a12ff85
[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     "/chokidar",
21     "/eslint",
22     "/fast-glob",
23     "/findup-sync",
24     "/glob-parent",
25     "/watchpack-chokidar2/chokidar"
26   ],
27   "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
28   "_shasum": "7567dbe9f2f5e2467bc77ab83c4a29482407a5dc",
29   "_spec": "is-glob@^4.0.1",
30   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/@typescript-eslint/typescript-estree",
31   "author": {
32     "name": "Jon Schlinkert",
33     "url": "https://github.com/jonschlinkert"
34   },
35   "bugs": {
36     "url": "https://github.com/micromatch/is-glob/issues"
37   },
38   "bundleDependencies": false,
39   "contributors": [
40     {
41       "name": "Brian Woodward",
42       "url": "https://twitter.com/doowb"
43     },
44     {
45       "name": "Daniel Perez",
46       "url": "https://tuvistavie.com"
47     },
48     {
49       "name": "Jon Schlinkert",
50       "url": "http://twitter.com/jonschlinkert"
51     }
52   ],
53   "dependencies": {
54     "is-extglob": "^2.1.1"
55   },
56   "deprecated": false,
57   "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.",
58   "devDependencies": {
59     "gulp-format-md": "^0.1.10",
60     "mocha": "^3.0.2"
61   },
62   "engines": {
63     "node": ">=0.10.0"
64   },
65   "files": [
66     "index.js"
67   ],
68   "homepage": "https://github.com/micromatch/is-glob",
69   "keywords": [
70     "bash",
71     "braces",
72     "check",
73     "exec",
74     "expression",
75     "extglob",
76     "glob",
77     "globbing",
78     "globstar",
79     "is",
80     "match",
81     "matches",
82     "pattern",
83     "regex",
84     "regular",
85     "string",
86     "test"
87   ],
88   "license": "MIT",
89   "main": "index.js",
90   "name": "is-glob",
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/micromatch/is-glob.git"
94   },
95   "scripts": {
96     "test": "mocha"
97   },
98   "verb": {
99     "layout": "default",
100     "plugins": [
101       "gulp-format-md"
102     ],
103     "related": {
104       "list": [
105         "assemble",
106         "base",
107         "update",
108         "verb"
109       ]
110     },
111     "reflinks": [
112       "assemble",
113       "bach",
114       "base",
115       "composer",
116       "gulp",
117       "has-glob",
118       "is-valid-glob",
119       "micromatch",
120       "npm",
121       "scaffold",
122       "verb",
123       "vinyl"
124     ]
125   },
126   "version": "4.0.1"
127 }