.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @babel / highlight / node_modules / color-convert / package.json
1 {
2   "name": "color-convert",
3   "description": "Plain color conversion functions",
4   "version": "1.9.3",
5   "author": "Heather Arthur <fayearthur@gmail.com>",
6   "license": "MIT",
7   "repository": "Qix-/color-convert",
8   "scripts": {
9     "pretest": "xo",
10     "test": "node test/basic.js"
11   },
12   "keywords": [
13     "color",
14     "colour",
15     "convert",
16     "converter",
17     "conversion",
18     "rgb",
19     "hsl",
20     "hsv",
21     "hwb",
22     "cmyk",
23     "ansi",
24     "ansi16"
25   ],
26   "files": [
27     "index.js",
28     "conversions.js",
29     "css-keywords.js",
30     "route.js"
31   ],
32   "xo": {
33     "rules": {
34       "default-case": 0,
35       "no-inline-comments": 0,
36       "operator-linebreak": 0
37     }
38   },
39   "devDependencies": {
40     "chalk": "1.1.1",
41     "xo": "0.11.2"
42   },
43   "dependencies": {
44     "color-name": "1.1.3"
45   }
46 }