Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / expand-brackets / package.json
1 {
2   "_from": "expand-brackets@^0.1.4",
3   "_id": "expand-brackets@0.1.5",
4   "_inBundle": false,
5   "_integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
6   "_location": "/expand-brackets",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "expand-brackets@^0.1.4",
12     "name": "expand-brackets",
13     "escapedName": "expand-brackets",
14     "rawSpec": "^0.1.4",
15     "saveSpec": null,
16     "fetchSpec": "^0.1.4"
17   },
18   "_requiredBy": [
19     "/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
22   "_shasum": "df07284e342a807cd733ac5af72411e581d1177b",
23   "_spec": "expand-brackets@^0.1.4",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/micromatch",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/expand-brackets/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "is-posix-bracket": "^0.1.0"
35   },
36   "deprecated": false,
37   "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
38   "devDependencies": {
39     "gulp-format-md": "^0.1.7",
40     "mocha": "^2.2.5",
41     "should": "^7.0.2"
42   },
43   "engines": {
44     "node": ">=0.10.0"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/jonschlinkert/expand-brackets",
50   "keywords": [
51     "bracket",
52     "character class",
53     "expression",
54     "posix"
55   ],
56   "license": "MIT",
57   "main": "index.js",
58   "name": "expand-brackets",
59   "repository": {
60     "type": "git",
61     "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
62   },
63   "scripts": {
64     "test": "mocha"
65   },
66   "verb": {
67     "run": true,
68     "toc": false,
69     "layout": "default",
70     "tasks": [
71       "readme"
72     ],
73     "plugins": [
74       "gulp-format-md"
75     ],
76     "related": {
77       "list": [
78         "extglob",
79         "is-extglob",
80         "is-glob",
81         "is-posix-bracket",
82         "micromatch"
83       ]
84     },
85     "reflinks": [
86       "verb"
87     ],
88     "lint": {
89       "reflinks": true
90     }
91   },
92   "version": "0.1.5"
93 }