Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / color-convert / package.json
1 {
2   "_from": "color-convert@^1.9.0",
3   "_id": "color-convert@1.9.3",
4   "_inBundle": false,
5   "_integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
6   "_location": "/color-convert",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "color-convert@^1.9.0",
12     "name": "color-convert",
13     "escapedName": "color-convert",
14     "rawSpec": "^1.9.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.9.0"
17   },
18   "_requiredBy": [
19     "/ansi-styles"
20   ],
21   "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
22   "_shasum": "bb71850690e1f136567de629d2d5471deda4c1e8",
23   "_spec": "color-convert@^1.9.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/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.3"
35   },
36   "deprecated": false,
37   "description": "Plain color conversion functions",
38   "devDependencies": {
39     "chalk": "1.1.1",
40     "xo": "0.11.2"
41   },
42   "files": [
43     "index.js",
44     "conversions.js",
45     "css-keywords.js",
46     "route.js"
47   ],
48   "homepage": "https://github.com/Qix-/color-convert#readme",
49   "keywords": [
50     "color",
51     "colour",
52     "convert",
53     "converter",
54     "conversion",
55     "rgb",
56     "hsl",
57     "hsv",
58     "hwb",
59     "cmyk",
60     "ansi",
61     "ansi16"
62   ],
63   "license": "MIT",
64   "name": "color-convert",
65   "repository": {
66     "type": "git",
67     "url": "git+https://github.com/Qix-/color-convert.git"
68   },
69   "scripts": {
70     "pretest": "xo",
71     "test": "node test/basic.js"
72   },
73   "version": "1.9.3",
74   "xo": {
75     "rules": {
76       "default-case": 0,
77       "no-inline-comments": 0,
78       "operator-linebreak": 0
79     }
80   }
81 }