Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / micromatch / 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": "/micromatch/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     "/micromatch",
20     "/micromatch/is-glob"
21   ],
22   "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
23   "_shasum": "ac468177c4943405a092fc8f29760c6ffc6206c0",
24   "_spec": "is-extglob@^1.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/micromatch",
26   "author": {
27     "name": "Jon Schlinkert",
28     "url": "https://github.com/jonschlinkert"
29   },
30   "bugs": {
31     "url": "https://github.com/jonschlinkert/is-extglob/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Returns true if a string has an extglob.",
36   "devDependencies": {
37     "mocha": "*",
38     "should": "*"
39   },
40   "engines": {
41     "node": ">=0.10.0"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/jonschlinkert/is-extglob",
47   "keywords": [
48     "bash",
49     "braces",
50     "check",
51     "exec",
52     "extglob",
53     "expression",
54     "glob",
55     "globbing",
56     "globstar",
57     "match",
58     "matches",
59     "pattern",
60     "regex",
61     "regular",
62     "string",
63     "test"
64   ],
65   "license": "MIT",
66   "main": "index.js",
67   "name": "is-extglob",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/jonschlinkert/is-extglob.git"
71   },
72   "scripts": {
73     "prepublish": "browserify -o browser.js -e index.js",
74     "test": "mocha"
75   },
76   "version": "1.0.0"
77 }