Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-less / node_modules / supports-color / package.json
1 {
2   "_from": "supports-color@^3.2.3",
3   "_id": "supports-color@3.2.3",
4   "_inBundle": false,
5   "_integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
6   "_location": "/postcss-less/supports-color",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "supports-color@^3.2.3",
12     "name": "supports-color",
13     "escapedName": "supports-color",
14     "rawSpec": "^3.2.3",
15     "saveSpec": null,
16     "fetchSpec": "^3.2.3"
17   },
18   "_requiredBy": [
19     "/postcss-less/postcss"
20   ],
21   "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
22   "_shasum": "65ac0504b3954171d8a64946b2ae3cbb8a5f54f6",
23   "_spec": "supports-color@^3.2.3",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/postcss-less/node_modules/postcss",
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": "^1.0.0"
37   },
38   "deprecated": false,
39   "description": "Detect whether a terminal supports color",
40   "devDependencies": {
41     "mocha": "*",
42     "require-uncached": "^1.0.2",
43     "xo": "*"
44   },
45   "engines": {
46     "node": ">=0.8.0"
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     "million"
75   ],
76   "license": "MIT",
77   "maintainers": [
78     {
79       "name": "Sindre Sorhus",
80       "email": "sindresorhus@gmail.com",
81       "url": "sindresorhus.com"
82     },
83     {
84       "name": "Joshua Boy Nicolai Appelman",
85       "email": "joshua@jbna.nl",
86       "url": "jbna.nl"
87     },
88     {
89       "name": "JD Ballard",
90       "email": "i.am.qix@gmail.com",
91       "url": "github.com/qix-"
92     }
93   ],
94   "name": "supports-color",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/chalk/supports-color.git"
98   },
99   "scripts": {
100     "test": "xo && mocha",
101     "travis": "mocha"
102   },
103   "version": "3.2.3",
104   "xo": {
105     "envs": [
106       "node",
107       "mocha"
108     ]
109   }
110 }