Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / glob-base / node_modules / is-glob / package.json
1 {
2   "_from": "is-glob@^2.0.0",
3   "_id": "is-glob@2.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
6   "_location": "/glob-base/is-glob",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-glob@^2.0.0",
12     "name": "is-glob",
13     "escapedName": "is-glob",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/glob-base",
20     "/glob-base/glob-parent"
21   ],
22   "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
23   "_shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
24   "_spec": "is-glob@^2.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/glob-base",
26   "author": {
27     "name": "Jon Schlinkert",
28     "url": "https://github.com/jonschlinkert"
29   },
30   "bugs": {
31     "url": "https://github.com/jonschlinkert/is-glob/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "is-extglob": "^1.0.0"
36   },
37   "deprecated": false,
38   "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.",
39   "devDependencies": {
40     "mocha": "*"
41   },
42   "engines": {
43     "node": ">=0.10.0"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/jonschlinkert/is-glob",
49   "keywords": [
50     "bash",
51     "braces",
52     "check",
53     "exec",
54     "extglob",
55     "expression",
56     "glob",
57     "globbing",
58     "globstar",
59     "match",
60     "matches",
61     "pattern",
62     "regex",
63     "regular",
64     "string",
65     "test"
66   ],
67   "license": "MIT",
68   "main": "index.js",
69   "name": "is-glob",
70   "repository": {
71     "type": "git",
72     "url": "git+https://github.com/jonschlinkert/is-glob.git"
73   },
74   "scripts": {
75     "test": "mocha"
76   },
77   "verb": {
78     "related": {
79       "list": [
80         "has-glob",
81         "is-extglob",
82         "is-posix-bracket",
83         "is-valid-glob",
84         "micromatch"
85       ]
86     }
87   },
88   "version": "2.0.1"
89 }