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