Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / supports-color / package.json
1 {
2   "_from": "supports-color@^5.3.0",
3   "_id": "supports-color@5.5.0",
4   "_inBundle": false,
5   "_integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
6   "_location": "/supports-color",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "supports-color@^5.3.0",
12     "name": "supports-color",
13     "escapedName": "supports-color",
14     "rawSpec": "^5.3.0",
15     "saveSpec": null,
16     "fetchSpec": "^5.3.0"
17   },
18   "_requiredBy": [
19     "/chalk",
20     "/postcss"
21   ],
22   "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
23   "_shasum": "e2e69a44ac8772f78a1ec0b35b689df6530efc8f",
24   "_spec": "supports-color@^5.3.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/chalk",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "browser": "browser.js",
32   "bugs": {
33     "url": "https://github.com/chalk/supports-color/issues"
34   },
35   "bundleDependencies": false,
36   "dependencies": {
37     "has-flag": "^3.0.0"
38   },
39   "deprecated": false,
40   "description": "Detect whether a terminal supports color",
41   "devDependencies": {
42     "ava": "^0.25.0",
43     "import-fresh": "^2.0.0",
44     "xo": "^0.20.0"
45   },
46   "engines": {
47     "node": ">=4"
48   },
49   "files": [
50     "index.js",
51     "browser.js"
52   ],
53   "homepage": "https://github.com/chalk/supports-color#readme",
54   "keywords": [
55     "color",
56     "colour",
57     "colors",
58     "terminal",
59     "console",
60     "cli",
61     "ansi",
62     "styles",
63     "tty",
64     "rgb",
65     "256",
66     "shell",
67     "xterm",
68     "command-line",
69     "support",
70     "supports",
71     "capability",
72     "detect",
73     "truecolor",
74     "16m"
75   ],
76   "license": "MIT",
77   "name": "supports-color",
78   "repository": {
79     "type": "git",
80     "url": "git+https://github.com/chalk/supports-color.git"
81   },
82   "scripts": {
83     "test": "xo && ava"
84   },
85   "version": "5.5.0"
86 }