[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / color-convert / package.json
1 {
2   "_args": [
3     [
4       "color-convert@1.9.3",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "color-convert@1.9.3",
9   "_id": "color-convert@1.9.3",
10   "_inBundle": false,
11   "_integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
12   "_location": "/color-convert",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "color-convert@1.9.3",
18     "name": "color-convert",
19     "escapedName": "color-convert",
20     "rawSpec": "1.9.3",
21     "saveSpec": null,
22     "fetchSpec": "1.9.3"
23   },
24   "_requiredBy": [
25     "/ansi-styles"
26   ],
27   "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
28   "_spec": "1.9.3",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "Heather Arthur",
32     "email": "fayearthur@gmail.com"
33   },
34   "bugs": {
35     "url": "https://github.com/Qix-/color-convert/issues"
36   },
37   "dependencies": {
38     "color-name": "1.1.3"
39   },
40   "description": "Plain color conversion functions",
41   "devDependencies": {
42     "chalk": "1.1.1",
43     "xo": "0.11.2"
44   },
45   "files": [
46     "index.js",
47     "conversions.js",
48     "css-keywords.js",
49     "route.js"
50   ],
51   "homepage": "https://github.com/Qix-/color-convert#readme",
52   "keywords": [
53     "color",
54     "colour",
55     "convert",
56     "converter",
57     "conversion",
58     "rgb",
59     "hsl",
60     "hsv",
61     "hwb",
62     "cmyk",
63     "ansi",
64     "ansi16"
65   ],
66   "license": "MIT",
67   "name": "color-convert",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/Qix-/color-convert.git"
71   },
72   "scripts": {
73     "pretest": "xo",
74     "test": "node test/basic.js"
75   },
76   "version": "1.9.3",
77   "xo": {
78     "rules": {
79       "default-case": 0,
80       "no-inline-comments": 0,
81       "operator-linebreak": 0
82     }
83   }
84 }