source: trip-planner-front/node_modules/@csstools/convert-colors/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.7 KB
Line 
1{
2 "_args": [
3 [
4 "@csstools/convert-colors@1.4.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@csstools/convert-colors@1.4.0",
10 "_id": "@csstools/convert-colors@1.4.0",
11 "_inBundle": false,
12 "_integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==",
13 "_location": "/@csstools/convert-colors",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@csstools/convert-colors@1.4.0",
19 "name": "@csstools/convert-colors",
20 "escapedName": "@csstools%2fconvert-colors",
21 "scope": "@csstools",
22 "rawSpec": "1.4.0",
23 "saveSpec": null,
24 "fetchSpec": "1.4.0"
25 },
26 "_requiredBy": [
27 "/postcss-color-gray",
28 "/postcss-color-mod-function",
29 "/postcss-lab-function"
30 ],
31 "_resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz",
32 "_spec": "1.4.0",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Jonathan Neal",
36 "email": "jonathantneal@hotmail.com"
37 },
38 "bugs": {
39 "url": "https://github.com/jonathantneal/convert-colors/issues"
40 },
41 "description": "Convert colors between RGB, HSL, and HWB",
42 "devDependencies": {
43 "babel-core": "^6.26.0",
44 "babel-preset-env": "^1.6",
45 "echint": "^4.0",
46 "eslint": "^4.15",
47 "eslint-config-dev": "2.0",
48 "pre-commit": "^1.2",
49 "rollup": "^0.54",
50 "rollup-plugin-babel": "^3.0"
51 },
52 "engines": {
53 "node": ">=4.0.0"
54 },
55 "eslintConfig": {
56 "extends": "dev",
57 "rules": {
58 "max-params": [
59 2,
60 4
61 ]
62 }
63 },
64 "files": [
65 "index.js",
66 "index.bundle.js",
67 "lib"
68 ],
69 "homepage": "https://github.com/jonathantneal/convert-colors#readme",
70 "keywords": [
71 "colors",
72 "converts",
73 "conversions",
74 "converting",
75 "css",
76 "rgb",
77 "hsl",
78 "hwb",
79 "lab",
80 "lch",
81 "hsv",
82 "xyz",
83 "red",
84 "green",
85 "blue",
86 "hue",
87 "saturation",
88 "lightness",
89 "whiteness",
90 "blackness",
91 "cie"
92 ],
93 "license": "CC0-1.0",
94 "main": "index.bundle.js",
95 "module": "index.js",
96 "name": "@csstools/convert-colors",
97 "repository": {
98 "type": "git",
99 "url": "git+https://github.com/jonathantneal/convert-colors.git"
100 },
101 "scripts": {
102 "prepublishOnly": "npm test",
103 "pretest": "rollup -c .rollup.js --silent",
104 "test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape",
105 "test:ec": "echint test",
106 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
107 "test:tape": "node .tape"
108 },
109 "version": "1.4.0"
110}
Note: See TracBrowser for help on using the repository browser.