source: trip-planner-front/node_modules/color-convert/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 805 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.