Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / balanced-match / package.json
1 {
2   "_from": "balanced-match@^1.0.0",
3   "_id": "balanced-match@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
6   "_location": "/balanced-match",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "balanced-match@^1.0.0",
12     "name": "balanced-match",
13     "escapedName": "balanced-match",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/brace-expansion",
20     "/stylelint"
21   ],
22   "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
23   "_shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767",
24   "_spec": "balanced-match@^1.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/brace-expansion",
26   "author": {
27     "name": "Julian Gruber",
28     "email": "mail@juliangruber.com",
29     "url": "http://juliangruber.com"
30   },
31   "bugs": {
32     "url": "https://github.com/juliangruber/balanced-match/issues"
33   },
34   "bundleDependencies": false,
35   "dependencies": {},
36   "deprecated": false,
37   "description": "Match balanced character pairs, like \"{\" and \"}\"",
38   "devDependencies": {
39     "matcha": "^0.7.0",
40     "tape": "^4.6.0"
41   },
42   "homepage": "https://github.com/juliangruber/balanced-match",
43   "keywords": [
44     "match",
45     "regexp",
46     "test",
47     "balanced",
48     "parse"
49   ],
50   "license": "MIT",
51   "main": "index.js",
52   "name": "balanced-match",
53   "repository": {
54     "type": "git",
55     "url": "git://github.com/juliangruber/balanced-match.git"
56   },
57   "scripts": {
58     "bench": "make bench",
59     "test": "make test"
60   },
61   "testling": {
62     "files": "test/*.js",
63     "browsers": [
64       "ie/8..latest",
65       "firefox/20..latest",
66       "firefox/nightly",
67       "chrome/25..latest",
68       "chrome/canary",
69       "opera/12..latest",
70       "opera/next",
71       "safari/5.1..latest",
72       "ipad/6.0..latest",
73       "iphone/6.0..latest",
74       "android-browser/4.2..latest"
75     ]
76   },
77   "version": "1.0.0"
78 }