Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / glob-base / node_modules / is-extglob / package.json
1 {
2   "_from": "is-extglob@^1.0.0",
3   "_id": "is-extglob@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
6   "_location": "/glob-base/is-extglob",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-extglob@^1.0.0",
12     "name": "is-extglob",
13     "escapedName": "is-extglob",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/glob-base/is-glob"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
22   "_shasum": "ac468177c4943405a092fc8f29760c6ffc6206c0",
23   "_spec": "is-extglob@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/glob-base/node_modules/is-glob",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/is-extglob/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Returns true if a string has an extglob.",
35   "devDependencies": {
36     "mocha": "*",
37     "should": "*"
38   },
39   "engines": {
40     "node": ">=0.10.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/jonschlinkert/is-extglob",
46   "keywords": [
47     "bash",
48     "braces",
49     "check",
50     "exec",
51     "extglob",
52     "expression",
53     "glob",
54     "globbing",
55     "globstar",
56     "match",
57     "matches",
58     "pattern",
59     "regex",
60     "regular",
61     "string",
62     "test"
63   ],
64   "license": "MIT",
65   "main": "index.js",
66   "name": "is-extglob",
67   "repository": {
68     "type": "git",
69     "url": "git+https://github.com/jonschlinkert/is-extglob.git"
70   },
71   "scripts": {
72     "prepublish": "browserify -o browser.js -e index.js",
73     "test": "mocha"
74   },
75   "version": "1.0.0"
76 }