Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / inquirer / node_modules / color-convert / package.json
1 {
2   "_from": "color-convert@^2.0.1",
3   "_id": "color-convert@2.0.1",
4   "_inBundle": false,
5   "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
6   "_location": "/inquirer/color-convert",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "color-convert@^2.0.1",
12     "name": "color-convert",
13     "escapedName": "color-convert",
14     "rawSpec": "^2.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.1"
17   },
18   "_requiredBy": [
19     "/inquirer/ansi-styles"
20   ],
21   "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
22   "_shasum": "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3",
23   "_spec": "color-convert@^2.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/inquirer/node_modules/ansi-styles",
25   "author": {
26     "name": "Heather Arthur",
27     "email": "fayearthur@gmail.com"
28   },
29   "bugs": {
30     "url": "https://github.com/Qix-/color-convert/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "color-name": "~1.1.4"
35   },
36   "deprecated": false,
37   "description": "Plain color conversion functions",
38   "devDependencies": {
39     "chalk": "^2.4.2",
40     "xo": "^0.24.0"
41   },
42   "engines": {
43     "node": ">=7.0.0"
44   },
45   "files": [
46     "index.js",
47     "conversions.js",
48     "route.js"
49   ],
50   "homepage": "https://github.com/Qix-/color-convert#readme",
51   "keywords": [
52     "color",
53     "colour",
54     "convert",
55     "converter",
56     "conversion",
57     "rgb",
58     "hsl",
59     "hsv",
60     "hwb",
61     "cmyk",
62     "ansi",
63     "ansi16"
64   ],
65   "license": "MIT",
66   "name": "color-convert",
67   "repository": {
68     "type": "git",
69     "url": "git+https://github.com/Qix-/color-convert.git"
70   },
71   "scripts": {
72     "pretest": "xo",
73     "test": "node test/basic.js"
74   },
75   "version": "2.0.1",
76   "xo": {
77     "rules": {
78       "default-case": 0,
79       "no-inline-comments": 0,
80       "operator-linebreak": 0
81     }
82   }
83 }