Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / braces / package.json
1 {
2   "_from": "braces@^1.8.2",
3   "_id": "braces@1.8.5",
4   "_inBundle": false,
5   "_integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
6   "_location": "/braces",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "braces@^1.8.2",
12     "name": "braces",
13     "escapedName": "braces",
14     "rawSpec": "^1.8.2",
15     "saveSpec": null,
16     "fetchSpec": "^1.8.2"
17   },
18   "_requiredBy": [
19     "/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
22   "_shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
23   "_spec": "braces@^1.8.2",
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/braces/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "expand-range": "^1.8.1",
35     "preserve": "^0.2.0",
36     "repeat-element": "^1.1.2"
37   },
38   "deprecated": false,
39   "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
40   "devDependencies": {
41     "benchmarked": "^0.1.5",
42     "brace-expansion": "^1.1.3",
43     "chalk": "^1.1.3",
44     "gulp-format-md": "^0.1.8",
45     "minimatch": "^3.0.0",
46     "minimist": "^1.2.0",
47     "mocha": "^2.4.5",
48     "should": "^8.3.1"
49   },
50   "engines": {
51     "node": ">=0.10.0"
52   },
53   "files": [
54     "index.js"
55   ],
56   "homepage": "https://github.com/jonschlinkert/braces",
57   "keywords": [
58     "alpha",
59     "alphabetical",
60     "bash",
61     "brace",
62     "expand",
63     "expansion",
64     "filepath",
65     "fill",
66     "fs",
67     "glob",
68     "globbing",
69     "letter",
70     "match",
71     "matches",
72     "matching",
73     "number",
74     "numerical",
75     "path",
76     "range",
77     "ranges",
78     "sh"
79   ],
80   "license": "MIT",
81   "main": "index.js",
82   "name": "braces",
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/jonschlinkert/braces.git"
86   },
87   "scripts": {
88     "test": "mocha"
89   },
90   "verb": {
91     "plugins": [
92       "gulp-format-md"
93     ],
94     "reflinks": [
95       "verb"
96     ],
97     "toc": false,
98     "layout": "default",
99     "lint": {
100       "reflinks": true
101     },
102     "tasks": [
103       "readme"
104     ],
105     "related": {
106       "list": [
107         "micromatch",
108         "expand-range",
109         "fill-range"
110       ]
111     }
112   },
113   "version": "1.8.5"
114 }