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

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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