source: trip-planner-front/node_modules/colord/package.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 5.8 KB
Line 
1{
2 "_from": "colord@^2.9.1",
3 "_id": "colord@2.9.1",
4 "_inBundle": false,
5 "_integrity": "sha512-4LBMSt09vR0uLnPVkOUBnmxgoaeN4ewRbx801wY/bXcltXfpR/G46OdWn96XpYmCWuYvO46aBZP4NgX8HpNAcw==",
6 "_location": "/colord",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "colord@^2.9.1",
12 "name": "colord",
13 "escapedName": "colord",
14 "rawSpec": "^2.9.1",
15 "saveSpec": null,
16 "fetchSpec": "^2.9.1"
17 },
18 "_requiredBy": [
19 "/postcss-colormin",
20 "/postcss-minify-gradients"
21 ],
22 "_resolved": "https://registry.npmjs.org/colord/-/colord-2.9.1.tgz",
23 "_shasum": "c961ea0efeb57c9f0f4834458f26cb9cc4a3f90e",
24 "_spec": "colord@^2.9.1",
25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\postcss-colormin",
26 "author": {
27 "name": "Vlad Shilov",
28 "email": "omgovich@ya.ru"
29 },
30 "bugs": {
31 "url": "https://github.com/omgovich/colord/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {},
35 "deprecated": false,
36 "description": "👑 A tiny yet powerful tool for high-performance color manipulations and conversions",
37 "devDependencies": {
38 "@size-limit/preset-small-lib": "^4.10.1",
39 "@types/jest": "^26.0.22",
40 "@typescript-eslint/eslint-plugin": "^4.19.0",
41 "@typescript-eslint/parser": "^4.19.0",
42 "ac-colors": "^1.4.2",
43 "benny": "^3.6.15",
44 "chroma-js": "^2.1.1",
45 "color": "^3.1.3",
46 "eslint": "^7.14.0",
47 "eslint-config-prettier": "^6.15.0",
48 "eslint-plugin-prettier": "^3.1.4",
49 "glob": "^7.1.6",
50 "jest": "^26.6.3",
51 "prettier": "^2.2.0",
52 "rollup": "^2.43.1",
53 "rollup-plugin-terser": "^7.0.2",
54 "rollup-plugin-typescript2": "^0.30.0",
55 "size-limit": "^4.10.1",
56 "tinycolor2": "^1.4.2",
57 "ts-jest": "^26.5.4",
58 "ts-node": "^9.1.1",
59 "tslib": "^2.1.0",
60 "typescript": "^4.2.3"
61 },
62 "eslintConfig": {
63 "plugins": [
64 "prettier"
65 ],
66 "extends": [
67 "eslint:recommended",
68 "plugin:@typescript-eslint/eslint-recommended",
69 "plugin:@typescript-eslint/recommended",
70 "plugin:prettier/recommended",
71 "prettier/@typescript-eslint"
72 ]
73 },
74 "exports": {
75 ".": {
76 "import": "./index.mjs",
77 "require": "./index.js",
78 "default": "./index.mjs"
79 },
80 "./plugins/a11y": {
81 "import": "./plugins/a11y.mjs",
82 "require": "./plugins/a11y.js",
83 "default": "./plugins/a11y.mjs"
84 },
85 "./plugins/cmyk": {
86 "import": "./plugins/cmyk.mjs",
87 "require": "./plugins/cmyk.js",
88 "default": "./plugins/cmyk.mjs"
89 },
90 "./plugins/harmonies": {
91 "import": "./plugins/harmonies.mjs",
92 "require": "./plugins/harmonies.js",
93 "default": "./plugins/harmonies.mjs"
94 },
95 "./plugins/hwb": {
96 "import": "./plugins/hwb.mjs",
97 "require": "./plugins/hwb.js",
98 "default": "./plugins/hwb.mjs"
99 },
100 "./plugins/lab": {
101 "import": "./plugins/lab.mjs",
102 "require": "./plugins/lab.js",
103 "default": "./plugins/lab.mjs"
104 },
105 "./plugins/lch": {
106 "import": "./plugins/lch.mjs",
107 "require": "./plugins/lch.js",
108 "default": "./plugins/lch.mjs"
109 },
110 "./plugins/minify": {
111 "import": "./plugins/minify.mjs",
112 "require": "./plugins/minify.js",
113 "default": "./plugins/minify.mjs"
114 },
115 "./plugins/mix": {
116 "import": "./plugins/mix.mjs",
117 "require": "./plugins/mix.js",
118 "default": "./plugins/mix.mjs"
119 },
120 "./plugins/names": {
121 "import": "./plugins/names.mjs",
122 "require": "./plugins/names.js",
123 "default": "./plugins/names.mjs"
124 },
125 "./plugins/xyz": {
126 "import": "./plugins/xyz.mjs",
127 "require": "./plugins/xyz.js",
128 "default": "./plugins/xyz.mjs"
129 }
130 },
131 "files": [
132 "*.{js,mjs,ts,map}",
133 "plugins/*.{js,mjs,ts,map}"
134 ],
135 "homepage": "https://github.com/omgovich/colord#readme",
136 "jest": {
137 "verbose": true,
138 "transform": {
139 "^.+\\.ts$": "ts-jest"
140 }
141 },
142 "keywords": [
143 "color",
144 "parser",
145 "convert",
146 "tiny",
147 "hex",
148 "rgb",
149 "hsl",
150 "hsv",
151 "hwb",
152 "lab",
153 "lch",
154 "xyz",
155 "css",
156 "color-names",
157 "a11y",
158 "cmyk",
159 "mix",
160 "minify",
161 "harmonies"
162 ],
163 "license": "MIT",
164 "main": "./index.js",
165 "module": "./index.mjs",
166 "name": "colord",
167 "prettier": {
168 "printWidth": 100
169 },
170 "repository": {
171 "type": "git",
172 "url": "git+https://github.com/omgovich/colord.git"
173 },
174 "scripts": {
175 "benchmark": "tsc --outDir bench --skipLibCheck --esModuleInterop ./tests/benchmark.ts && node ./bench/tests/benchmark.js && rm -rf ./bench",
176 "build": "rm -rf ./dist/* && rollup --config",
177 "check-release": "npm run release -- --dry-run",
178 "check-types": "tsc --noEmit true",
179 "lint": "eslint src/**/*.ts",
180 "release": "npm run build && cp *.json dist && cp *.md dist && npm publish dist",
181 "size": "npm run build && size-limit",
182 "test": "jest tests --coverage"
183 },
184 "sideEffects": false,
185 "size-limit": [
186 {
187 "path": "dist/index.mjs",
188 "import": "{ colord }",
189 "limit": "2 KB"
190 },
191 {
192 "path": "dist/plugins/a11y.mjs",
193 "limit": "0.5 KB"
194 },
195 {
196 "path": "dist/plugins/cmyk.mjs",
197 "limit": "1 KB"
198 },
199 {
200 "path": "dist/plugins/harmonies.mjs",
201 "limit": "0.5 KB"
202 },
203 {
204 "path": "dist/plugins/hwb.mjs",
205 "limit": "1 KB"
206 },
207 {
208 "path": "dist/plugins/lab.mjs",
209 "limit": "1.5 KB"
210 },
211 {
212 "path": "dist/plugins/lch.mjs",
213 "limit": "1.5 KB"
214 },
215 {
216 "path": "dist/plugins/minify.mjs",
217 "limit": "0.6 KB"
218 },
219 {
220 "path": "dist/plugins/mix.mjs",
221 "limit": "1 KB"
222 },
223 {
224 "path": "dist/plugins/names.mjs",
225 "limit": "1.5 KB"
226 },
227 {
228 "path": "dist/plugins/xyz.mjs",
229 "limit": "1 KB"
230 }
231 ],
232 "types": "index.d.ts",
233 "version": "2.9.1"
234}
Note: See TracBrowser for help on using the repository browser.