Author: Adam Argyle [atom@argyleink.com]
Hash: 12fed8327e37579d31ca87bf44db01163cfae748
Timestamp: Wed, 19 Jan 2022 05:20:57 +0000 (2 years ago)

+804 -509 +/-3 browse
basic processing
1diff --git a/package-lock.json b/package-lock.json
2index 89850e8..b08bb91 100644
3--- a/package-lock.json
4+++ b/package-lock.json
5 @@ -1,14 +1,15 @@
6 {
7 "name": "open-props",
8- "version": "1.0.8",
9+ "version": "1.1.3",
10 "lockfileVersion": 2,
11 "requires": true,
12 "packages": {
13 "": {
14 "name": "open-props",
15- "version": "1.0.8",
16+ "version": "1.1.3",
17 "license": "MIT",
18 "devDependencies": {
19+ "@parcel/css": "^1.0.3",
20 "ava": "^3.15.0",
21 "concurrently": "^6.2.1",
22 "cssnano": "^5.0.8",
23 @@ -1596,6 +1597,192 @@
24 "node": ">= 8"
25 }
26 },
27+ "node_modules/@parcel/css": {
28+ "version": "1.0.3",
29+ "resolved": "https://registry.npmjs.org/@parcel/css/-/css-1.0.3.tgz",
30+ "integrity": "sha512-3HnWkLKtGSrQzlBFIhMzvFhz6LMyufeIDWC1MJMdk/CckMLpItp419RLXXgbRzVTgrfrTXImiImsoAEyk+fekA==",
31+ "dev": true,
32+ "dependencies": {
33+ "detect-libc": "^1.0.3"
34+ },
35+ "engines": {
36+ "node": ">= 12.0.0"
37+ },
38+ "funding": {
39+ "type": "opencollective",
40+ "url": "https://opencollective.com/parcel"
41+ },
42+ "optionalDependencies": {
43+ "@parcel/css-darwin-arm64": "1.0.3",
44+ "@parcel/css-darwin-x64": "1.0.3",
45+ "@parcel/css-linux-arm-gnueabihf": "1.0.3",
46+ "@parcel/css-linux-arm64-gnu": "1.0.3",
47+ "@parcel/css-linux-arm64-musl": "1.0.3",
48+ "@parcel/css-linux-x64-gnu": "1.0.3",
49+ "@parcel/css-linux-x64-musl": "1.0.3",
50+ "@parcel/css-win32-x64-msvc": "1.0.3"
51+ }
52+ },
53+ "node_modules/@parcel/css-darwin-arm64": {
54+ "version": "1.0.3",
55+ "resolved": "https://registry.npmjs.org/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.0.3.tgz",
56+ "integrity": "sha512-qjT9TpKj33u+skvIb9Gm6AYaZVniwy71mr+sq27AwgYhafPCMzIJUyhCkC2/9vLXTv+K+BRLsAqU3Z/ueGrhOw==",
57+ "cpu": [
58+ "arm64"
59+ ],
60+ "dev": true,
61+ "optional": true,
62+ "os": [
63+ "darwin"
64+ ],
65+ "engines": {
66+ "node": ">= 12.0.0"
67+ },
68+ "funding": {
69+ "type": "opencollective",
70+ "url": "https://opencollective.com/parcel"
71+ }
72+ },
73+ "node_modules/@parcel/css-darwin-x64": {
74+ "version": "1.0.3",
75+ "resolved": "https://registry.npmjs.org/@parcel/css-darwin-x64/-/css-darwin-x64-1.0.3.tgz",
76+ "integrity": "sha512-VaZl225H5HT/mNK2P1vMY6m1+kjf3IH3sI70twJ5eP7JqSqojFBW1XikbQzKfuE0oy+h/YobBhRnCXNmoNY8IQ==",
77+ "cpu": [
78+ "x64"
79+ ],
80+ "dev": true,
81+ "optional": true,
82+ "os": [
83+ "darwin"
84+ ],
85+ "engines": {
86+ "node": ">= 12.0.0"
87+ },
88+ "funding": {
89+ "type": "opencollective",
90+ "url": "https://opencollective.com/parcel"
91+ }
92+ },
93+ "node_modules/@parcel/css-linux-arm-gnueabihf": {
94+ "version": "1.0.3",
95+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm-gnueabihf/-/css-linux-arm-gnueabihf-1.0.3.tgz",
96+ "integrity": "sha512-XvZMzlXOZVg8HJMmm/V1XNKQexC/70J23HC0kpsYFuvd4cgzW+3OhdI20kl1xgFL9xRsJyCUsoW+Ug3aNfdicw==",
97+ "cpu": [
98+ "arm"
99+ ],
100+ "dev": true,
101+ "optional": true,
102+ "os": [
103+ "linux"
104+ ],
105+ "engines": {
106+ "node": ">= 12.0.0"
107+ },
108+ "funding": {
109+ "type": "opencollective",
110+ "url": "https://opencollective.com/parcel"
111+ }
112+ },
113+ "node_modules/@parcel/css-linux-arm64-gnu": {
114+ "version": "1.0.3",
115+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-gnu/-/css-linux-arm64-gnu-1.0.3.tgz",
116+ "integrity": "sha512-cxdfp4x7DU+PuknPlIqpwS3NEd13Erd4NVdJQTEcBWdLa6zg579ghduDdxWChIq1GeUGGNMhR3KQJBl61sXfTw==",
117+ "cpu": [
118+ "arm64"
119+ ],
120+ "dev": true,
121+ "optional": true,
122+ "os": [
123+ "linux"
124+ ],
125+ "engines": {
126+ "node": ">= 12.0.0"
127+ },
128+ "funding": {
129+ "type": "opencollective",
130+ "url": "https://opencollective.com/parcel"
131+ }
132+ },
133+ "node_modules/@parcel/css-linux-arm64-musl": {
134+ "version": "1.0.3",
135+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-musl/-/css-linux-arm64-musl-1.0.3.tgz",
136+ "integrity": "sha512-7y0/B2bvT9UROO6UvMjaZe+MBBdDl7RzCVzWr05NCXT8WZjLgSnZYNakRlIxQjb3miUK9xNygh9+w0msahrIKw==",
137+ "cpu": [
138+ "arm64"
139+ ],
140+ "dev": true,
141+ "optional": true,
142+ "os": [
143+ "linux"
144+ ],
145+ "engines": {
146+ "node": ">= 12.0.0"
147+ },
148+ "funding": {
149+ "type": "opencollective",
150+ "url": "https://opencollective.com/parcel"
151+ }
152+ },
153+ "node_modules/@parcel/css-linux-x64-gnu": {
154+ "version": "1.0.3",
155+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-gnu/-/css-linux-x64-gnu-1.0.3.tgz",
156+ "integrity": "sha512-pAXwgadvHjCBlRBTFjzvKNkt2n25AU6GltWLyQLiSpznWrxfEq9DywBy4DjfcnR0z+VgZP2S6783JfzjrCJOTg==",
157+ "cpu": [
158+ "x64"
159+ ],
160+ "dev": true,
161+ "optional": true,
162+ "os": [
163+ "linux"
164+ ],
165+ "engines": {
166+ "node": ">= 12.0.0"
167+ },
168+ "funding": {
169+ "type": "opencollective",
170+ "url": "https://opencollective.com/parcel"
171+ }
172+ },
173+ "node_modules/@parcel/css-linux-x64-musl": {
174+ "version": "1.0.3",
175+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-musl/-/css-linux-x64-musl-1.0.3.tgz",
176+ "integrity": "sha512-6MR2Xym/b3O2mwL4g15z62CFXMphpyC16lBN5wrGtJQwHq0Ne4NNfpAvUgOBSwQfUqknbrRc+o90+rWy356KmQ==",
177+ "cpu": [
178+ "x64"
179+ ],
180+ "dev": true,
181+ "optional": true,
182+ "os": [
183+ "linux"
184+ ],
185+ "engines": {
186+ "node": ">= 12.0.0"
187+ },
188+ "funding": {
189+ "type": "opencollective",
190+ "url": "https://opencollective.com/parcel"
191+ }
192+ },
193+ "node_modules/@parcel/css-win32-x64-msvc": {
194+ "version": "1.0.3",
195+ "resolved": "https://registry.npmjs.org/@parcel/css-win32-x64-msvc/-/css-win32-x64-msvc-1.0.3.tgz",
196+ "integrity": "sha512-pF6Pfd3M+s+WNXN/MVLh69HsgYaEk/eAqSPgQSCNYr8zFn3AkIpCiu84/FDHSgOvome89absXVP6IH1ZZDBt5w==",
197+ "cpu": [
198+ "x64"
199+ ],
200+ "dev": true,
201+ "optional": true,
202+ "os": [
203+ "win32"
204+ ],
205+ "engines": {
206+ "node": ">= 12.0.0"
207+ },
208+ "funding": {
209+ "type": "opencollective",
210+ "url": "https://opencollective.com/parcel"
211+ }
212+ },
213 "node_modules/@rollup/plugin-alias": {
214 "version": "3.1.5",
215 "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-3.1.5.tgz",
216 @@ -1798,9 +1985,9 @@
217 }
218 },
219 "node_modules/ansi-regex": {
220- "version": "5.0.0",
221- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
222- "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
223+ "version": "5.0.1",
224+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
225+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
226 "dev": true,
227 "engines": {
228 "node": ">=8"
229 @@ -1901,35 +2088,42 @@
230 }
231 },
232 "node_modules/autoprefixer": {
233- "version": "9.8.6",
234- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
235- "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
236+ "version": "9.8.8",
237+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz",
238+ "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
239 "dev": true,
240 "dependencies": {
241 "browserslist": "^4.12.0",
242 "caniuse-lite": "^1.0.30001109",
243- "colorette": "^1.2.1",
244 "normalize-range": "^0.1.2",
245 "num2fraction": "^1.2.2",
246+ "picocolors": "^0.2.1",
247 "postcss": "^7.0.32",
248 "postcss-value-parser": "^4.1.0"
249 },
250 "bin": {
251 "autoprefixer": "bin/autoprefixer"
252+ },
253+ "funding": {
254+ "type": "tidelift",
255+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
256 }
257 },
258 "node_modules/autoprefixer/node_modules/postcss": {
259- "version": "7.0.36",
260- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
261- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
262+ "version": "7.0.39",
263+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
264+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
265 "dev": true,
266 "dependencies": {
267- "chalk": "^2.4.2",
268- "source-map": "^0.6.1",
269- "supports-color": "^6.1.0"
270+ "picocolors": "^0.2.1",
271+ "source-map": "^0.6.1"
272 },
273 "engines": {
274 "node": ">=6.0.0"
275+ },
276+ "funding": {
277+ "type": "opencollective",
278+ "url": "https://opencollective.com/postcss/"
279 }
280 },
281 "node_modules/ava": {
282 @@ -3010,17 +3204,20 @@
283 }
284 },
285 "node_modules/css-blank-pseudo/node_modules/postcss": {
286- "version": "7.0.36",
287- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
288- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
289+ "version": "7.0.39",
290+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
291+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
292 "dev": true,
293 "dependencies": {
294- "chalk": "^2.4.2",
295- "source-map": "^0.6.1",
296- "supports-color": "^6.1.0"
297+ "picocolors": "^0.2.1",
298+ "source-map": "^0.6.1"
299 },
300 "engines": {
301 "node": ">=6.0.0"
302+ },
303+ "funding": {
304+ "type": "opencollective",
305+ "url": "https://opencollective.com/postcss/"
306 }
307 },
308 "node_modules/css-color-names": {
309 @@ -3061,17 +3258,20 @@
310 }
311 },
312 "node_modules/css-has-pseudo/node_modules/postcss": {
313- "version": "7.0.36",
314- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
315- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
316+ "version": "7.0.39",
317+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
318+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
319 "dev": true,
320 "dependencies": {
321- "chalk": "^2.4.2",
322- "source-map": "^0.6.1",
323- "supports-color": "^6.1.0"
324+ "picocolors": "^0.2.1",
325+ "source-map": "^0.6.1"
326 },
327 "engines": {
328 "node": ">=6.0.0"
329+ },
330+ "funding": {
331+ "type": "opencollective",
332+ "url": "https://opencollective.com/postcss/"
333 }
334 },
335 "node_modules/css-prefers-color-scheme": {
336 @@ -3090,17 +3290,20 @@
337 }
338 },
339 "node_modules/css-prefers-color-scheme/node_modules/postcss": {
340- "version": "7.0.36",
341- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
342- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
343+ "version": "7.0.39",
344+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
345+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
346 "dev": true,
347 "dependencies": {
348- "chalk": "^2.4.2",
349- "source-map": "^0.6.1",
350- "supports-color": "^6.1.0"
351+ "picocolors": "^0.2.1",
352+ "source-map": "^0.6.1"
353 },
354 "engines": {
355 "node": ">=6.0.0"
356+ },
357+ "funding": {
358+ "type": "opencollective",
359+ "url": "https://opencollective.com/postcss/"
360 }
361 },
362 "node_modules/css-select": {
363 @@ -3365,6 +3568,18 @@
364 "node": ">= 0.6.0"
365 }
366 },
367+ "node_modules/detect-libc": {
368+ "version": "1.0.3",
369+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
370+ "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
371+ "dev": true,
372+ "bin": {
373+ "detect-libc": "bin/detect-libc.js"
374+ },
375+ "engines": {
376+ "node": ">=0.10"
377+ }
378+ },
379 "node_modules/dir-glob": {
380 "version": "3.0.1",
381 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
382 @@ -4639,12 +4854,6 @@
383 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
384 "dev": true
385 },
386- "node_modules/lodash._reinterpolate": {
387- "version": "3.0.0",
388- "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
389- "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
390- "dev": true
391- },
392 "node_modules/lodash.camelcase": {
393 "version": "4.3.0",
394 "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
395 @@ -4699,25 +4908,6 @@
396 "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=",
397 "dev": true
398 },
399- "node_modules/lodash.template": {
400- "version": "4.5.0",
401- "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
402- "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
403- "dev": true,
404- "dependencies": {
405- "lodash._reinterpolate": "^3.0.0",
406- "lodash.templatesettings": "^4.0.0"
407- }
408- },
409- "node_modules/lodash.templatesettings": {
410- "version": "4.2.0",
411- "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
412- "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
413- "dev": true,
414- "dependencies": {
415- "lodash._reinterpolate": "^3.0.0"
416- }
417- },
418 "node_modules/lodash.uniq": {
419 "version": "4.5.0",
420 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
421 @@ -5248,12 +5438,15 @@
422 }
423 },
424 "node_modules/nth-check": {
425- "version": "2.0.0",
426- "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz",
427- "integrity": "sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==",
428+ "version": "2.0.1",
429+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
430+ "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
431 "dev": true,
432 "dependencies": {
433 "boolbase": "^1.0.0"
434+ },
435+ "funding": {
436+ "url": "https://github.com/fb55/nth-check?sponsor=1"
437 }
438 },
439 "node_modules/num2fraction": {
440 @@ -5791,17 +5984,20 @@
441 }
442 },
443 "node_modules/postcss-attribute-case-insensitive/node_modules/postcss": {
444- "version": "7.0.36",
445- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
446- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
447+ "version": "7.0.39",
448+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
449+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
450 "dev": true,
451 "dependencies": {
452- "chalk": "^2.4.2",
453- "source-map": "^0.6.1",
454- "supports-color": "^6.1.0"
455+ "picocolors": "^0.2.1",
456+ "source-map": "^0.6.1"
457 },
458 "engines": {
459 "node": ">=6.0.0"
460+ },
461+ "funding": {
462+ "type": "opencollective",
463+ "url": "https://opencollective.com/postcss/"
464 }
465 },
466 "node_modules/postcss-attribute-case-insensitive/node_modules/postcss-selector-parser": {
467 @@ -5958,17 +6154,20 @@
468 }
469 },
470 "node_modules/postcss-color-functional-notation/node_modules/postcss": {
471- "version": "7.0.36",
472- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
473- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
474+ "version": "7.0.39",
475+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
476+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
477 "dev": true,
478 "dependencies": {
479- "chalk": "^2.4.2",
480- "source-map": "^0.6.1",
481- "supports-color": "^6.1.0"
482+ "picocolors": "^0.2.1",
483+ "source-map": "^0.6.1"
484 },
485 "engines": {
486 "node": ">=6.0.0"
487+ },
488+ "funding": {
489+ "type": "opencollective",
490+ "url": "https://opencollective.com/postcss/"
491 }
492 },
493 "node_modules/postcss-color-gray": {
494 @@ -5986,17 +6185,20 @@
495 }
496 },
497 "node_modules/postcss-color-gray/node_modules/postcss": {
498- "version": "7.0.36",
499- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
500- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
501+ "version": "7.0.39",
502+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
503+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
504 "dev": true,
505 "dependencies": {
506- "chalk": "^2.4.2",
507- "source-map": "^0.6.1",
508- "supports-color": "^6.1.0"
509+ "picocolors": "^0.2.1",
510+ "source-map": "^0.6.1"
511 },
512 "engines": {
513 "node": ">=6.0.0"
514+ },
515+ "funding": {
516+ "type": "opencollective",
517+ "url": "https://opencollective.com/postcss/"
518 }
519 },
520 "node_modules/postcss-color-hex-alpha": {
521 @@ -6013,17 +6215,20 @@
522 }
523 },
524 "node_modules/postcss-color-hex-alpha/node_modules/postcss": {
525- "version": "7.0.36",
526- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
527- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
528+ "version": "7.0.39",
529+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
530+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
531 "dev": true,
532 "dependencies": {
533- "chalk": "^2.4.2",
534- "source-map": "^0.6.1",
535- "supports-color": "^6.1.0"
536+ "picocolors": "^0.2.1",
537+ "source-map": "^0.6.1"
538 },
539 "engines": {
540 "node": ">=6.0.0"
541+ },
542+ "funding": {
543+ "type": "opencollective",
544+ "url": "https://opencollective.com/postcss/"
545 }
546 },
547 "node_modules/postcss-color-mod-function": {
548 @@ -6041,17 +6246,20 @@
549 }
550 },
551 "node_modules/postcss-color-mod-function/node_modules/postcss": {
552- "version": "7.0.36",
553- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
554- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
555+ "version": "7.0.39",
556+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
557+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
558 "dev": true,
559 "dependencies": {
560- "chalk": "^2.4.2",
561- "source-map": "^0.6.1",
562- "supports-color": "^6.1.0"
563+ "picocolors": "^0.2.1",
564+ "source-map": "^0.6.1"
565 },
566 "engines": {
567 "node": ">=6.0.0"
568+ },
569+ "funding": {
570+ "type": "opencollective",
571+ "url": "https://opencollective.com/postcss/"
572 }
573 },
574 "node_modules/postcss-color-rebeccapurple": {
575 @@ -6068,17 +6276,20 @@
576 }
577 },
578 "node_modules/postcss-color-rebeccapurple/node_modules/postcss": {
579- "version": "7.0.36",
580- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
581- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
582+ "version": "7.0.39",
583+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
584+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
585 "dev": true,
586 "dependencies": {
587- "chalk": "^2.4.2",
588- "source-map": "^0.6.1",
589- "supports-color": "^6.1.0"
590+ "picocolors": "^0.2.1",
591+ "source-map": "^0.6.1"
592 },
593 "engines": {
594 "node": ">=6.0.0"
595+ },
596+ "funding": {
597+ "type": "opencollective",
598+ "url": "https://opencollective.com/postcss/"
599 }
600 },
601 "node_modules/postcss-colormin": {
602 @@ -6158,17 +6369,20 @@
603 }
604 },
605 "node_modules/postcss-custom-media/node_modules/postcss": {
606- "version": "7.0.36",
607- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
608- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
609+ "version": "7.0.39",
610+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
611+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
612 "dev": true,
613 "dependencies": {
614- "chalk": "^2.4.2",
615- "source-map": "^0.6.1",
616- "supports-color": "^6.1.0"
617+ "picocolors": "^0.2.1",
618+ "source-map": "^0.6.1"
619 },
620 "engines": {
621 "node": ">=6.0.0"
622+ },
623+ "funding": {
624+ "type": "opencollective",
625+ "url": "https://opencollective.com/postcss/"
626 }
627 },
628 "node_modules/postcss-custom-properties": {
629 @@ -6185,17 +6399,20 @@
630 }
631 },
632 "node_modules/postcss-custom-properties/node_modules/postcss": {
633- "version": "7.0.36",
634- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
635- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
636+ "version": "7.0.39",
637+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
638+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
639 "dev": true,
640 "dependencies": {
641- "chalk": "^2.4.2",
642- "source-map": "^0.6.1",
643- "supports-color": "^6.1.0"
644+ "picocolors": "^0.2.1",
645+ "source-map": "^0.6.1"
646 },
647 "engines": {
648 "node": ">=6.0.0"
649+ },
650+ "funding": {
651+ "type": "opencollective",
652+ "url": "https://opencollective.com/postcss/"
653 }
654 },
655 "node_modules/postcss-custom-selectors": {
656 @@ -6212,17 +6429,20 @@
657 }
658 },
659 "node_modules/postcss-custom-selectors/node_modules/postcss": {
660- "version": "7.0.36",
661- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
662- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
663+ "version": "7.0.39",
664+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
665+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
666 "dev": true,
667 "dependencies": {
668- "chalk": "^2.4.2",
669- "source-map": "^0.6.1",
670- "supports-color": "^6.1.0"
671+ "picocolors": "^0.2.1",
672+ "source-map": "^0.6.1"
673 },
674 "engines": {
675 "node": ">=6.0.0"
676+ },
677+ "funding": {
678+ "type": "opencollective",
679+ "url": "https://opencollective.com/postcss/"
680 }
681 },
682 "node_modules/postcss-dir-pseudo-class": {
683 @@ -6239,17 +6459,20 @@
684 }
685 },
686 "node_modules/postcss-dir-pseudo-class/node_modules/postcss": {
687- "version": "7.0.36",
688- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
689- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
690+ "version": "7.0.39",
691+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
692+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
693 "dev": true,
694 "dependencies": {
695- "chalk": "^2.4.2",
696- "source-map": "^0.6.1",
697- "supports-color": "^6.1.0"
698+ "picocolors": "^0.2.1",
699+ "source-map": "^0.6.1"
700 },
701 "engines": {
702 "node": ">=6.0.0"
703+ },
704+ "funding": {
705+ "type": "opencollective",
706+ "url": "https://opencollective.com/postcss/"
707 }
708 },
709 "node_modules/postcss-discard-comments": {
710 @@ -6302,17 +6525,20 @@
711 }
712 },
713 "node_modules/postcss-double-position-gradients/node_modules/postcss": {
714- "version": "7.0.36",
715- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
716- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
717+ "version": "7.0.39",
718+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
719+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
720 "dev": true,
721 "dependencies": {
722- "chalk": "^2.4.2",
723- "source-map": "^0.6.1",
724- "supports-color": "^6.1.0"
725+ "picocolors": "^0.2.1",
726+ "source-map": "^0.6.1"
727 },
728 "engines": {
729 "node": ">=6.0.0"
730+ },
731+ "funding": {
732+ "type": "opencollective",
733+ "url": "https://opencollective.com/postcss/"
734 }
735 },
736 "node_modules/postcss-env-function": {
737 @@ -6329,17 +6555,20 @@
738 }
739 },
740 "node_modules/postcss-env-function/node_modules/postcss": {
741- "version": "7.0.36",
742- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
743- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
744+ "version": "7.0.39",
745+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
746+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
747 "dev": true,
748 "dependencies": {
749- "chalk": "^2.4.2",
750- "source-map": "^0.6.1",
751- "supports-color": "^6.1.0"
752+ "picocolors": "^0.2.1",
753+ "source-map": "^0.6.1"
754 },
755 "engines": {
756 "node": ">=6.0.0"
757+ },
758+ "funding": {
759+ "type": "opencollective",
760+ "url": "https://opencollective.com/postcss/"
761 }
762 },
763 "node_modules/postcss-focus-visible": {
764 @@ -6355,17 +6584,20 @@
765 }
766 },
767 "node_modules/postcss-focus-visible/node_modules/postcss": {
768- "version": "7.0.36",
769- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
770- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
771+ "version": "7.0.39",
772+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
773+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
774 "dev": true,
775 "dependencies": {
776- "chalk": "^2.4.2",
777- "source-map": "^0.6.1",
778- "supports-color": "^6.1.0"
779+ "picocolors": "^0.2.1",
780+ "source-map": "^0.6.1"
781 },
782 "engines": {
783 "node": ">=6.0.0"
784+ },
785+ "funding": {
786+ "type": "opencollective",
787+ "url": "https://opencollective.com/postcss/"
788 }
789 },
790 "node_modules/postcss-focus-within": {
791 @@ -6381,17 +6613,20 @@
792 }
793 },
794 "node_modules/postcss-focus-within/node_modules/postcss": {
795- "version": "7.0.36",
796- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
797- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
798+ "version": "7.0.39",
799+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
800+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
801 "dev": true,
802 "dependencies": {
803- "chalk": "^2.4.2",
804- "source-map": "^0.6.1",
805- "supports-color": "^6.1.0"
806+ "picocolors": "^0.2.1",
807+ "source-map": "^0.6.1"
808 },
809 "engines": {
810 "node": ">=6.0.0"
811+ },
812+ "funding": {
813+ "type": "opencollective",
814+ "url": "https://opencollective.com/postcss/"
815 }
816 },
817 "node_modules/postcss-font-variant": {
818 @@ -6404,17 +6639,20 @@
819 }
820 },
821 "node_modules/postcss-font-variant/node_modules/postcss": {
822- "version": "7.0.36",
823- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
824- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
825+ "version": "7.0.39",
826+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
827+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
828 "dev": true,
829 "dependencies": {
830- "chalk": "^2.4.2",
831- "source-map": "^0.6.1",
832- "supports-color": "^6.1.0"
833+ "picocolors": "^0.2.1",
834+ "source-map": "^0.6.1"
835 },
836 "engines": {
837 "node": ">=6.0.0"
838+ },
839+ "funding": {
840+ "type": "opencollective",
841+ "url": "https://opencollective.com/postcss/"
842 }
843 },
844 "node_modules/postcss-gap-properties": {
845 @@ -6430,17 +6668,20 @@
846 }
847 },
848 "node_modules/postcss-gap-properties/node_modules/postcss": {
849- "version": "7.0.36",
850- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
851- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
852+ "version": "7.0.39",
853+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
854+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
855 "dev": true,
856 "dependencies": {
857- "chalk": "^2.4.2",
858- "source-map": "^0.6.1",
859- "supports-color": "^6.1.0"
860+ "picocolors": "^0.2.1",
861+ "source-map": "^0.6.1"
862 },
863 "engines": {
864 "node": ">=6.0.0"
865+ },
866+ "funding": {
867+ "type": "opencollective",
868+ "url": "https://opencollective.com/postcss/"
869 }
870 },
871 "node_modules/postcss-image-set-function": {
872 @@ -6457,17 +6698,20 @@
873 }
874 },
875 "node_modules/postcss-image-set-function/node_modules/postcss": {
876- "version": "7.0.36",
877- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
878- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
879+ "version": "7.0.39",
880+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
881+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
882 "dev": true,
883 "dependencies": {
884- "chalk": "^2.4.2",
885- "source-map": "^0.6.1",
886- "supports-color": "^6.1.0"
887+ "picocolors": "^0.2.1",
888+ "source-map": "^0.6.1"
889 },
890 "engines": {
891 "node": ">=6.0.0"
892+ },
893+ "funding": {
894+ "type": "opencollective",
895+ "url": "https://opencollective.com/postcss/"
896 }
897 },
898 "node_modules/postcss-import": {
899 @@ -6485,27 +6729,29 @@
900 }
901 },
902 "node_modules/postcss-initial": {
903- "version": "3.0.2",
904- "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz",
905- "integrity": "sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==",
906+ "version": "3.0.4",
907+ "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz",
908+ "integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==",
909 "dev": true,
910 "dependencies": {
911- "lodash.template": "^4.5.0",
912 "postcss": "^7.0.2"
913 }
914 },
915 "node_modules/postcss-initial/node_modules/postcss": {
916- "version": "7.0.36",
917- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
918- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
919+ "version": "7.0.39",
920+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
921+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
922 "dev": true,
923 "dependencies": {
924- "chalk": "^2.4.2",
925- "source-map": "^0.6.1",
926- "supports-color": "^6.1.0"
927+ "picocolors": "^0.2.1",
928+ "source-map": "^0.6.1"
929 },
930 "engines": {
931 "node": ">=6.0.0"
932+ },
933+ "funding": {
934+ "type": "opencollective",
935+ "url": "https://opencollective.com/postcss/"
936 }
937 },
938 "node_modules/postcss-lab-function": {
939 @@ -6523,17 +6769,20 @@
940 }
941 },
942 "node_modules/postcss-lab-function/node_modules/postcss": {
943- "version": "7.0.36",
944- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
945- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
946+ "version": "7.0.39",
947+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
948+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
949 "dev": true,
950 "dependencies": {
951- "chalk": "^2.4.2",
952- "source-map": "^0.6.1",
953- "supports-color": "^6.1.0"
954+ "picocolors": "^0.2.1",
955+ "source-map": "^0.6.1"
956 },
957 "engines": {
958 "node": ">=6.0.0"
959+ },
960+ "funding": {
961+ "type": "opencollective",
962+ "url": "https://opencollective.com/postcss/"
963 }
964 },
965 "node_modules/postcss-load-config": {
966 @@ -6563,17 +6812,20 @@
967 }
968 },
969 "node_modules/postcss-logical/node_modules/postcss": {
970- "version": "7.0.36",
971- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
972- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
973+ "version": "7.0.39",
974+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
975+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
976 "dev": true,
977 "dependencies": {
978- "chalk": "^2.4.2",
979- "source-map": "^0.6.1",
980- "supports-color": "^6.1.0"
981+ "picocolors": "^0.2.1",
982+ "source-map": "^0.6.1"
983 },
984 "engines": {
985 "node": ">=6.0.0"
986+ },
987+ "funding": {
988+ "type": "opencollective",
989+ "url": "https://opencollective.com/postcss/"
990 }
991 },
992 "node_modules/postcss-media-minmax": {
993 @@ -6589,17 +6841,20 @@
994 }
995 },
996 "node_modules/postcss-media-minmax/node_modules/postcss": {
997- "version": "7.0.36",
998- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
999- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1000+ "version": "7.0.39",
1001+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1002+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1003 "dev": true,
1004 "dependencies": {
1005- "chalk": "^2.4.2",
1006- "source-map": "^0.6.1",
1007- "supports-color": "^6.1.0"
1008+ "picocolors": "^0.2.1",
1009+ "source-map": "^0.6.1"
1010 },
1011 "engines": {
1012 "node": ">=6.0.0"
1013+ },
1014+ "funding": {
1015+ "type": "opencollective",
1016+ "url": "https://opencollective.com/postcss/"
1017 }
1018 },
1019 "node_modules/postcss-merge-longhand": {
1020 @@ -6863,17 +7118,20 @@
1021 }
1022 },
1023 "node_modules/postcss-nesting/node_modules/postcss": {
1024- "version": "7.0.36",
1025- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1026- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1027+ "version": "7.0.39",
1028+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1029+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1030 "dev": true,
1031 "dependencies": {
1032- "chalk": "^2.4.2",
1033- "source-map": "^0.6.1",
1034- "supports-color": "^6.1.0"
1035+ "picocolors": "^0.2.1",
1036+ "source-map": "^0.6.1"
1037 },
1038 "engines": {
1039 "node": ">=6.0.0"
1040+ },
1041+ "funding": {
1042+ "type": "opencollective",
1043+ "url": "https://opencollective.com/postcss/"
1044 }
1045 },
1046 "node_modules/postcss-normalize-charset": {
1047 @@ -7013,17 +7271,20 @@
1048 }
1049 },
1050 "node_modules/postcss-overflow-shorthand/node_modules/postcss": {
1051- "version": "7.0.36",
1052- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1053- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1054+ "version": "7.0.39",
1055+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1056+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1057 "dev": true,
1058 "dependencies": {
1059- "chalk": "^2.4.2",
1060- "source-map": "^0.6.1",
1061- "supports-color": "^6.1.0"
1062+ "picocolors": "^0.2.1",
1063+ "source-map": "^0.6.1"
1064 },
1065 "engines": {
1066 "node": ">=6.0.0"
1067+ },
1068+ "funding": {
1069+ "type": "opencollective",
1070+ "url": "https://opencollective.com/postcss/"
1071 }
1072 },
1073 "node_modules/postcss-page-break": {
1074 @@ -7036,17 +7297,20 @@
1075 }
1076 },
1077 "node_modules/postcss-page-break/node_modules/postcss": {
1078- "version": "7.0.36",
1079- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1080- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1081+ "version": "7.0.39",
1082+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1083+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1084 "dev": true,
1085 "dependencies": {
1086- "chalk": "^2.4.2",
1087- "source-map": "^0.6.1",
1088- "supports-color": "^6.1.0"
1089+ "picocolors": "^0.2.1",
1090+ "source-map": "^0.6.1"
1091 },
1092 "engines": {
1093 "node": ">=6.0.0"
1094+ },
1095+ "funding": {
1096+ "type": "opencollective",
1097+ "url": "https://opencollective.com/postcss/"
1098 }
1099 },
1100 "node_modules/postcss-place": {
1101 @@ -7063,17 +7327,20 @@
1102 }
1103 },
1104 "node_modules/postcss-place/node_modules/postcss": {
1105- "version": "7.0.36",
1106- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1107- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1108+ "version": "7.0.39",
1109+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1110+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1111 "dev": true,
1112 "dependencies": {
1113- "chalk": "^2.4.2",
1114- "source-map": "^0.6.1",
1115- "supports-color": "^6.1.0"
1116+ "picocolors": "^0.2.1",
1117+ "source-map": "^0.6.1"
1118 },
1119 "engines": {
1120 "node": ">=6.0.0"
1121+ },
1122+ "funding": {
1123+ "type": "opencollective",
1124+ "url": "https://opencollective.com/postcss/"
1125 }
1126 },
1127 "node_modules/postcss-preset-env": {
1128 @@ -7125,17 +7392,20 @@
1129 }
1130 },
1131 "node_modules/postcss-preset-env/node_modules/postcss": {
1132- "version": "7.0.36",
1133- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1134- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1135+ "version": "7.0.39",
1136+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1137+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1138 "dev": true,
1139 "dependencies": {
1140- "chalk": "^2.4.2",
1141- "source-map": "^0.6.1",
1142- "supports-color": "^6.1.0"
1143+ "picocolors": "^0.2.1",
1144+ "source-map": "^0.6.1"
1145 },
1146 "engines": {
1147 "node": ">=6.0.0"
1148+ },
1149+ "funding": {
1150+ "type": "opencollective",
1151+ "url": "https://opencollective.com/postcss/"
1152 }
1153 },
1154 "node_modules/postcss-pseudo-class-any-link": {
1155 @@ -7152,17 +7422,20 @@
1156 }
1157 },
1158 "node_modules/postcss-pseudo-class-any-link/node_modules/postcss": {
1159- "version": "7.0.36",
1160- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1161- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1162+ "version": "7.0.39",
1163+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1164+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1165 "dev": true,
1166 "dependencies": {
1167- "chalk": "^2.4.2",
1168- "source-map": "^0.6.1",
1169- "supports-color": "^6.1.0"
1170+ "picocolors": "^0.2.1",
1171+ "source-map": "^0.6.1"
1172 },
1173 "engines": {
1174 "node": ">=6.0.0"
1175+ },
1176+ "funding": {
1177+ "type": "opencollective",
1178+ "url": "https://opencollective.com/postcss/"
1179 }
1180 },
1181 "node_modules/postcss-reduce-initial": {
1182 @@ -7201,17 +7474,20 @@
1183 }
1184 },
1185 "node_modules/postcss-replace-overflow-wrap/node_modules/postcss": {
1186- "version": "7.0.36",
1187- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1188- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1189+ "version": "7.0.39",
1190+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1191+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1192 "dev": true,
1193 "dependencies": {
1194- "chalk": "^2.4.2",
1195- "source-map": "^0.6.1",
1196- "supports-color": "^6.1.0"
1197+ "picocolors": "^0.2.1",
1198+ "source-map": "^0.6.1"
1199 },
1200 "engines": {
1201 "node": ">=6.0.0"
1202+ },
1203+ "funding": {
1204+ "type": "opencollective",
1205+ "url": "https://opencollective.com/postcss/"
1206 }
1207 },
1208 "node_modules/postcss-reporter": {
1209 @@ -7242,17 +7518,20 @@
1210 }
1211 },
1212 "node_modules/postcss-selector-matches/node_modules/postcss": {
1213- "version": "7.0.36",
1214- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1215- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1216+ "version": "7.0.39",
1217+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1218+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1219 "dev": true,
1220 "dependencies": {
1221- "chalk": "^2.4.2",
1222- "source-map": "^0.6.1",
1223- "supports-color": "^6.1.0"
1224+ "picocolors": "^0.2.1",
1225+ "source-map": "^0.6.1"
1226 },
1227 "engines": {
1228 "node": ">=6.0.0"
1229+ },
1230+ "funding": {
1231+ "type": "opencollective",
1232+ "url": "https://opencollective.com/postcss/"
1233 }
1234 },
1235 "node_modules/postcss-selector-not": {
1236 @@ -7266,17 +7545,20 @@
1237 }
1238 },
1239 "node_modules/postcss-selector-not/node_modules/postcss": {
1240- "version": "7.0.36",
1241- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1242- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1243+ "version": "7.0.39",
1244+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1245+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1246 "dev": true,
1247 "dependencies": {
1248- "chalk": "^2.4.2",
1249- "source-map": "^0.6.1",
1250- "supports-color": "^6.1.0"
1251+ "picocolors": "^0.2.1",
1252+ "source-map": "^0.6.1"
1253 },
1254 "engines": {
1255 "node": ">=6.0.0"
1256+ },
1257+ "funding": {
1258+ "type": "opencollective",
1259+ "url": "https://opencollective.com/postcss/"
1260 }
1261 },
1262 "node_modules/postcss-selector-parser": {
1263 @@ -8393,18 +8675,6 @@
1264 "node": ">=10"
1265 }
1266 },
1267- "node_modules/supports-color": {
1268- "version": "6.1.0",
1269- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
1270- "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
1271- "dev": true,
1272- "dependencies": {
1273- "has-flag": "^3.0.0"
1274- },
1275- "engines": {
1276- "node": ">=6"
1277- }
1278- },
1279 "node_modules/svgo": {
1280 "version": "2.5.0",
1281 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.5.0.tgz",
1282 @@ -10216,6 +10486,79 @@
1283 "fastq": "^1.6.0"
1284 }
1285 },
1286+ "@parcel/css": {
1287+ "version": "1.0.3",
1288+ "resolved": "https://registry.npmjs.org/@parcel/css/-/css-1.0.3.tgz",
1289+ "integrity": "sha512-3HnWkLKtGSrQzlBFIhMzvFhz6LMyufeIDWC1MJMdk/CckMLpItp419RLXXgbRzVTgrfrTXImiImsoAEyk+fekA==",
1290+ "dev": true,
1291+ "requires": {
1292+ "@parcel/css-darwin-arm64": "1.0.3",
1293+ "@parcel/css-darwin-x64": "1.0.3",
1294+ "@parcel/css-linux-arm-gnueabihf": "1.0.3",
1295+ "@parcel/css-linux-arm64-gnu": "1.0.3",
1296+ "@parcel/css-linux-arm64-musl": "1.0.3",
1297+ "@parcel/css-linux-x64-gnu": "1.0.3",
1298+ "@parcel/css-linux-x64-musl": "1.0.3",
1299+ "@parcel/css-win32-x64-msvc": "1.0.3",
1300+ "detect-libc": "^1.0.3"
1301+ }
1302+ },
1303+ "@parcel/css-darwin-arm64": {
1304+ "version": "1.0.3",
1305+ "resolved": "https://registry.npmjs.org/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.0.3.tgz",
1306+ "integrity": "sha512-qjT9TpKj33u+skvIb9Gm6AYaZVniwy71mr+sq27AwgYhafPCMzIJUyhCkC2/9vLXTv+K+BRLsAqU3Z/ueGrhOw==",
1307+ "dev": true,
1308+ "optional": true
1309+ },
1310+ "@parcel/css-darwin-x64": {
1311+ "version": "1.0.3",
1312+ "resolved": "https://registry.npmjs.org/@parcel/css-darwin-x64/-/css-darwin-x64-1.0.3.tgz",
1313+ "integrity": "sha512-VaZl225H5HT/mNK2P1vMY6m1+kjf3IH3sI70twJ5eP7JqSqojFBW1XikbQzKfuE0oy+h/YobBhRnCXNmoNY8IQ==",
1314+ "dev": true,
1315+ "optional": true
1316+ },
1317+ "@parcel/css-linux-arm-gnueabihf": {
1318+ "version": "1.0.3",
1319+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm-gnueabihf/-/css-linux-arm-gnueabihf-1.0.3.tgz",
1320+ "integrity": "sha512-XvZMzlXOZVg8HJMmm/V1XNKQexC/70J23HC0kpsYFuvd4cgzW+3OhdI20kl1xgFL9xRsJyCUsoW+Ug3aNfdicw==",
1321+ "dev": true,
1322+ "optional": true
1323+ },
1324+ "@parcel/css-linux-arm64-gnu": {
1325+ "version": "1.0.3",
1326+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-gnu/-/css-linux-arm64-gnu-1.0.3.tgz",
1327+ "integrity": "sha512-cxdfp4x7DU+PuknPlIqpwS3NEd13Erd4NVdJQTEcBWdLa6zg579ghduDdxWChIq1GeUGGNMhR3KQJBl61sXfTw==",
1328+ "dev": true,
1329+ "optional": true
1330+ },
1331+ "@parcel/css-linux-arm64-musl": {
1332+ "version": "1.0.3",
1333+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-musl/-/css-linux-arm64-musl-1.0.3.tgz",
1334+ "integrity": "sha512-7y0/B2bvT9UROO6UvMjaZe+MBBdDl7RzCVzWr05NCXT8WZjLgSnZYNakRlIxQjb3miUK9xNygh9+w0msahrIKw==",
1335+ "dev": true,
1336+ "optional": true
1337+ },
1338+ "@parcel/css-linux-x64-gnu": {
1339+ "version": "1.0.3",
1340+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-gnu/-/css-linux-x64-gnu-1.0.3.tgz",
1341+ "integrity": "sha512-pAXwgadvHjCBlRBTFjzvKNkt2n25AU6GltWLyQLiSpznWrxfEq9DywBy4DjfcnR0z+VgZP2S6783JfzjrCJOTg==",
1342+ "dev": true,
1343+ "optional": true
1344+ },
1345+ "@parcel/css-linux-x64-musl": {
1346+ "version": "1.0.3",
1347+ "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-musl/-/css-linux-x64-musl-1.0.3.tgz",
1348+ "integrity": "sha512-6MR2Xym/b3O2mwL4g15z62CFXMphpyC16lBN5wrGtJQwHq0Ne4NNfpAvUgOBSwQfUqknbrRc+o90+rWy356KmQ==",
1349+ "dev": true,
1350+ "optional": true
1351+ },
1352+ "@parcel/css-win32-x64-msvc": {
1353+ "version": "1.0.3",
1354+ "resolved": "https://registry.npmjs.org/@parcel/css-win32-x64-msvc/-/css-win32-x64-msvc-1.0.3.tgz",
1355+ "integrity": "sha512-pF6Pfd3M+s+WNXN/MVLh69HsgYaEk/eAqSPgQSCNYr8zFn3AkIpCiu84/FDHSgOvome89absXVP6IH1ZZDBt5w==",
1356+ "dev": true,
1357+ "optional": true
1358+ },
1359 "@rollup/plugin-alias": {
1360 "version": "3.1.5",
1361 "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-3.1.5.tgz",
1362 @@ -10384,9 +10727,9 @@
1363 }
1364 },
1365 "ansi-regex": {
1366- "version": "5.0.0",
1367- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
1368- "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
1369+ "version": "5.0.1",
1370+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1371+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1372 "dev": true
1373 },
1374 "ansi-styles": {
1375 @@ -10460,29 +10803,28 @@
1376 "dev": true
1377 },
1378 "autoprefixer": {
1379- "version": "9.8.6",
1380- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
1381- "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
1382+ "version": "9.8.8",
1383+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz",
1384+ "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
1385 "dev": true,
1386 "requires": {
1387 "browserslist": "^4.12.0",
1388 "caniuse-lite": "^1.0.30001109",
1389- "colorette": "^1.2.1",
1390 "normalize-range": "^0.1.2",
1391 "num2fraction": "^1.2.2",
1392+ "picocolors": "^0.2.1",
1393 "postcss": "^7.0.32",
1394 "postcss-value-parser": "^4.1.0"
1395 },
1396 "dependencies": {
1397 "postcss": {
1398- "version": "7.0.36",
1399- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1400- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1401+ "version": "7.0.39",
1402+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1403+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1404 "dev": true,
1405 "requires": {
1406- "chalk": "^2.4.2",
1407- "source-map": "^0.6.1",
1408- "supports-color": "^6.1.0"
1409+ "picocolors": "^0.2.1",
1410+ "source-map": "^0.6.1"
1411 }
1412 }
1413 }
1414 @@ -11335,14 +11677,13 @@
1415 },
1416 "dependencies": {
1417 "postcss": {
1418- "version": "7.0.36",
1419- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1420- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1421+ "version": "7.0.39",
1422+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1423+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1424 "dev": true,
1425 "requires": {
1426- "chalk": "^2.4.2",
1427- "source-map": "^0.6.1",
1428- "supports-color": "^6.1.0"
1429+ "picocolors": "^0.2.1",
1430+ "source-map": "^0.6.1"
1431 }
1432 }
1433 }
1434 @@ -11373,14 +11714,13 @@
1435 },
1436 "dependencies": {
1437 "postcss": {
1438- "version": "7.0.36",
1439- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1440- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1441+ "version": "7.0.39",
1442+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1443+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1444 "dev": true,
1445 "requires": {
1446- "chalk": "^2.4.2",
1447- "source-map": "^0.6.1",
1448- "supports-color": "^6.1.0"
1449+ "picocolors": "^0.2.1",
1450+ "source-map": "^0.6.1"
1451 }
1452 }
1453 }
1454 @@ -11395,14 +11735,13 @@
1455 },
1456 "dependencies": {
1457 "postcss": {
1458- "version": "7.0.36",
1459- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1460- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1461+ "version": "7.0.39",
1462+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1463+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1464 "dev": true,
1465 "requires": {
1466- "chalk": "^2.4.2",
1467- "source-map": "^0.6.1",
1468- "supports-color": "^6.1.0"
1469+ "picocolors": "^0.2.1",
1470+ "source-map": "^0.6.1"
1471 }
1472 }
1473 }
1474 @@ -11612,6 +11951,12 @@
1475 "integrity": "sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w==",
1476 "dev": true
1477 },
1478+ "detect-libc": {
1479+ "version": "1.0.3",
1480+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
1481+ "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
1482+ "dev": true
1483+ },
1484 "dir-glob": {
1485 "version": "3.0.1",
1486 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
1487 @@ -12601,12 +12946,6 @@
1488 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
1489 "dev": true
1490 },
1491- "lodash._reinterpolate": {
1492- "version": "3.0.0",
1493- "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
1494- "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
1495- "dev": true
1496- },
1497 "lodash.camelcase": {
1498 "version": "4.3.0",
1499 "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
1500 @@ -12661,25 +13000,6 @@
1501 "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=",
1502 "dev": true
1503 },
1504- "lodash.template": {
1505- "version": "4.5.0",
1506- "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
1507- "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
1508- "dev": true,
1509- "requires": {
1510- "lodash._reinterpolate": "^3.0.0",
1511- "lodash.templatesettings": "^4.0.0"
1512- }
1513- },
1514- "lodash.templatesettings": {
1515- "version": "4.2.0",
1516- "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
1517- "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
1518- "dev": true,
1519- "requires": {
1520- "lodash._reinterpolate": "^3.0.0"
1521- }
1522- },
1523 "lodash.uniq": {
1524 "version": "4.5.0",
1525 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
1526 @@ -13091,9 +13411,9 @@
1527 "dev": true
1528 },
1529 "nth-check": {
1530- "version": "2.0.0",
1531- "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz",
1532- "integrity": "sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==",
1533+ "version": "2.0.1",
1534+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
1535+ "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
1536 "dev": true,
1537 "requires": {
1538 "boolbase": "^1.0.0"
1539 @@ -13495,14 +13815,13 @@
1540 "dev": true
1541 },
1542 "postcss": {
1543- "version": "7.0.36",
1544- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1545- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1546+ "version": "7.0.39",
1547+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1548+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1549 "dev": true,
1550 "requires": {
1551- "chalk": "^2.4.2",
1552- "source-map": "^0.6.1",
1553- "supports-color": "^6.1.0"
1554+ "picocolors": "^0.2.1",
1555+ "source-map": "^0.6.1"
1556 }
1557 },
1558 "postcss-selector-parser": {
1559 @@ -13629,14 +13948,13 @@
1560 },
1561 "dependencies": {
1562 "postcss": {
1563- "version": "7.0.36",
1564- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1565- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1566+ "version": "7.0.39",
1567+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1568+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1569 "dev": true,
1570 "requires": {
1571- "chalk": "^2.4.2",
1572- "source-map": "^0.6.1",
1573- "supports-color": "^6.1.0"
1574+ "picocolors": "^0.2.1",
1575+ "source-map": "^0.6.1"
1576 }
1577 }
1578 }
1579 @@ -13653,14 +13971,13 @@
1580 },
1581 "dependencies": {
1582 "postcss": {
1583- "version": "7.0.36",
1584- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1585- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1586+ "version": "7.0.39",
1587+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1588+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1589 "dev": true,
1590 "requires": {
1591- "chalk": "^2.4.2",
1592- "source-map": "^0.6.1",
1593- "supports-color": "^6.1.0"
1594+ "picocolors": "^0.2.1",
1595+ "source-map": "^0.6.1"
1596 }
1597 }
1598 }
1599 @@ -13676,14 +13993,13 @@
1600 },
1601 "dependencies": {
1602 "postcss": {
1603- "version": "7.0.36",
1604- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1605- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1606+ "version": "7.0.39",
1607+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1608+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1609 "dev": true,
1610 "requires": {
1611- "chalk": "^2.4.2",
1612- "source-map": "^0.6.1",
1613- "supports-color": "^6.1.0"
1614+ "picocolors": "^0.2.1",
1615+ "source-map": "^0.6.1"
1616 }
1617 }
1618 }
1619 @@ -13700,14 +14016,13 @@
1620 },
1621 "dependencies": {
1622 "postcss": {
1623- "version": "7.0.36",
1624- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1625- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1626+ "version": "7.0.39",
1627+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1628+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1629 "dev": true,
1630 "requires": {
1631- "chalk": "^2.4.2",
1632- "source-map": "^0.6.1",
1633- "supports-color": "^6.1.0"
1634+ "picocolors": "^0.2.1",
1635+ "source-map": "^0.6.1"
1636 }
1637 }
1638 }
1639 @@ -13723,14 +14038,13 @@
1640 },
1641 "dependencies": {
1642 "postcss": {
1643- "version": "7.0.36",
1644- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1645- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1646+ "version": "7.0.39",
1647+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1648+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1649 "dev": true,
1650 "requires": {
1651- "chalk": "^2.4.2",
1652- "source-map": "^0.6.1",
1653- "supports-color": "^6.1.0"
1654+ "picocolors": "^0.2.1",
1655+ "source-map": "^0.6.1"
1656 }
1657 }
1658 }
1659 @@ -13793,14 +14107,13 @@
1660 },
1661 "dependencies": {
1662 "postcss": {
1663- "version": "7.0.36",
1664- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1665- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1666+ "version": "7.0.39",
1667+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1668+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1669 "dev": true,
1670 "requires": {
1671- "chalk": "^2.4.2",
1672- "source-map": "^0.6.1",
1673- "supports-color": "^6.1.0"
1674+ "picocolors": "^0.2.1",
1675+ "source-map": "^0.6.1"
1676 }
1677 }
1678 }
1679 @@ -13816,14 +14129,13 @@
1680 },
1681 "dependencies": {
1682 "postcss": {
1683- "version": "7.0.36",
1684- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1685- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1686+ "version": "7.0.39",
1687+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1688+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1689 "dev": true,
1690 "requires": {
1691- "chalk": "^2.4.2",
1692- "source-map": "^0.6.1",
1693- "supports-color": "^6.1.0"
1694+ "picocolors": "^0.2.1",
1695+ "source-map": "^0.6.1"
1696 }
1697 }
1698 }
1699 @@ -13839,14 +14151,13 @@
1700 },
1701 "dependencies": {
1702 "postcss": {
1703- "version": "7.0.36",
1704- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1705- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1706+ "version": "7.0.39",
1707+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1708+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1709 "dev": true,
1710 "requires": {
1711- "chalk": "^2.4.2",
1712- "source-map": "^0.6.1",
1713- "supports-color": "^6.1.0"
1714+ "picocolors": "^0.2.1",
1715+ "source-map": "^0.6.1"
1716 }
1717 }
1718 }
1719 @@ -13862,14 +14173,13 @@
1720 },
1721 "dependencies": {
1722 "postcss": {
1723- "version": "7.0.36",
1724- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1725- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1726+ "version": "7.0.39",
1727+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1728+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1729 "dev": true,
1730 "requires": {
1731- "chalk": "^2.4.2",
1732- "source-map": "^0.6.1",
1733- "supports-color": "^6.1.0"
1734+ "picocolors": "^0.2.1",
1735+ "source-map": "^0.6.1"
1736 }
1737 }
1738 }
1739 @@ -13909,14 +14219,13 @@
1740 },
1741 "dependencies": {
1742 "postcss": {
1743- "version": "7.0.36",
1744- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1745- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1746+ "version": "7.0.39",
1747+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1748+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1749 "dev": true,
1750 "requires": {
1751- "chalk": "^2.4.2",
1752- "source-map": "^0.6.1",
1753- "supports-color": "^6.1.0"
1754+ "picocolors": "^0.2.1",
1755+ "source-map": "^0.6.1"
1756 }
1757 }
1758 }
1759 @@ -13932,14 +14241,13 @@
1760 },
1761 "dependencies": {
1762 "postcss": {
1763- "version": "7.0.36",
1764- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1765- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1766+ "version": "7.0.39",
1767+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1768+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1769 "dev": true,
1770 "requires": {
1771- "chalk": "^2.4.2",
1772- "source-map": "^0.6.1",
1773- "supports-color": "^6.1.0"
1774+ "picocolors": "^0.2.1",
1775+ "source-map": "^0.6.1"
1776 }
1777 }
1778 }
1779 @@ -13954,14 +14262,13 @@
1780 },
1781 "dependencies": {
1782 "postcss": {
1783- "version": "7.0.36",
1784- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1785- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1786+ "version": "7.0.39",
1787+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1788+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1789 "dev": true,
1790 "requires": {
1791- "chalk": "^2.4.2",
1792- "source-map": "^0.6.1",
1793- "supports-color": "^6.1.0"
1794+ "picocolors": "^0.2.1",
1795+ "source-map": "^0.6.1"
1796 }
1797 }
1798 }
1799 @@ -13976,14 +14283,13 @@
1800 },
1801 "dependencies": {
1802 "postcss": {
1803- "version": "7.0.36",
1804- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1805- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1806+ "version": "7.0.39",
1807+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1808+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1809 "dev": true,
1810 "requires": {
1811- "chalk": "^2.4.2",
1812- "source-map": "^0.6.1",
1813- "supports-color": "^6.1.0"
1814+ "picocolors": "^0.2.1",
1815+ "source-map": "^0.6.1"
1816 }
1817 }
1818 }
1819 @@ -13998,14 +14304,13 @@
1820 },
1821 "dependencies": {
1822 "postcss": {
1823- "version": "7.0.36",
1824- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1825- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1826+ "version": "7.0.39",
1827+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1828+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1829 "dev": true,
1830 "requires": {
1831- "chalk": "^2.4.2",
1832- "source-map": "^0.6.1",
1833- "supports-color": "^6.1.0"
1834+ "picocolors": "^0.2.1",
1835+ "source-map": "^0.6.1"
1836 }
1837 }
1838 }
1839 @@ -14020,14 +14325,13 @@
1840 },
1841 "dependencies": {
1842 "postcss": {
1843- "version": "7.0.36",
1844- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1845- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1846+ "version": "7.0.39",
1847+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1848+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1849 "dev": true,
1850 "requires": {
1851- "chalk": "^2.4.2",
1852- "source-map": "^0.6.1",
1853- "supports-color": "^6.1.0"
1854+ "picocolors": "^0.2.1",
1855+ "source-map": "^0.6.1"
1856 }
1857 }
1858 }
1859 @@ -14043,14 +14347,13 @@
1860 },
1861 "dependencies": {
1862 "postcss": {
1863- "version": "7.0.36",
1864- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1865- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1866+ "version": "7.0.39",
1867+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1868+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1869 "dev": true,
1870 "requires": {
1871- "chalk": "^2.4.2",
1872- "source-map": "^0.6.1",
1873- "supports-color": "^6.1.0"
1874+ "picocolors": "^0.2.1",
1875+ "source-map": "^0.6.1"
1876 }
1877 }
1878 }
1879 @@ -14067,24 +14370,22 @@
1880 }
1881 },
1882 "postcss-initial": {
1883- "version": "3.0.2",
1884- "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz",
1885- "integrity": "sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==",
1886+ "version": "3.0.4",
1887+ "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz",
1888+ "integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==",
1889 "dev": true,
1890 "requires": {
1891- "lodash.template": "^4.5.0",
1892 "postcss": "^7.0.2"
1893 },
1894 "dependencies": {
1895 "postcss": {
1896- "version": "7.0.36",
1897- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1898- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1899+ "version": "7.0.39",
1900+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1901+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1902 "dev": true,
1903 "requires": {
1904- "chalk": "^2.4.2",
1905- "source-map": "^0.6.1",
1906- "supports-color": "^6.1.0"
1907+ "picocolors": "^0.2.1",
1908+ "source-map": "^0.6.1"
1909 }
1910 }
1911 }
1912 @@ -14101,14 +14402,13 @@
1913 },
1914 "dependencies": {
1915 "postcss": {
1916- "version": "7.0.36",
1917- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1918- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1919+ "version": "7.0.39",
1920+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1921+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1922 "dev": true,
1923 "requires": {
1924- "chalk": "^2.4.2",
1925- "source-map": "^0.6.1",
1926- "supports-color": "^6.1.0"
1927+ "picocolors": "^0.2.1",
1928+ "source-map": "^0.6.1"
1929 }
1930 }
1931 }
1932 @@ -14134,14 +14434,13 @@
1933 },
1934 "dependencies": {
1935 "postcss": {
1936- "version": "7.0.36",
1937- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1938- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1939+ "version": "7.0.39",
1940+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1941+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1942 "dev": true,
1943 "requires": {
1944- "chalk": "^2.4.2",
1945- "source-map": "^0.6.1",
1946- "supports-color": "^6.1.0"
1947+ "picocolors": "^0.2.1",
1948+ "source-map": "^0.6.1"
1949 }
1950 }
1951 }
1952 @@ -14156,14 +14455,13 @@
1953 },
1954 "dependencies": {
1955 "postcss": {
1956- "version": "7.0.36",
1957- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1958- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1959+ "version": "7.0.39",
1960+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1961+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1962 "dev": true,
1963 "requires": {
1964- "chalk": "^2.4.2",
1965- "source-map": "^0.6.1",
1966- "supports-color": "^6.1.0"
1967+ "picocolors": "^0.2.1",
1968+ "source-map": "^0.6.1"
1969 }
1970 }
1971 }
1972 @@ -14368,14 +14666,13 @@
1973 },
1974 "dependencies": {
1975 "postcss": {
1976- "version": "7.0.36",
1977- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1978- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1979+ "version": "7.0.39",
1980+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
1981+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
1982 "dev": true,
1983 "requires": {
1984- "chalk": "^2.4.2",
1985- "source-map": "^0.6.1",
1986- "supports-color": "^6.1.0"
1987+ "picocolors": "^0.2.1",
1988+ "source-map": "^0.6.1"
1989 }
1990 }
1991 }
1992 @@ -14484,14 +14781,13 @@
1993 },
1994 "dependencies": {
1995 "postcss": {
1996- "version": "7.0.36",
1997- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
1998- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
1999+ "version": "7.0.39",
2000+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2001+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2002 "dev": true,
2003 "requires": {
2004- "chalk": "^2.4.2",
2005- "source-map": "^0.6.1",
2006- "supports-color": "^6.1.0"
2007+ "picocolors": "^0.2.1",
2008+ "source-map": "^0.6.1"
2009 }
2010 }
2011 }
2012 @@ -14506,14 +14802,13 @@
2013 },
2014 "dependencies": {
2015 "postcss": {
2016- "version": "7.0.36",
2017- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
2018- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
2019+ "version": "7.0.39",
2020+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2021+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2022 "dev": true,
2023 "requires": {
2024- "chalk": "^2.4.2",
2025- "source-map": "^0.6.1",
2026- "supports-color": "^6.1.0"
2027+ "picocolors": "^0.2.1",
2028+ "source-map": "^0.6.1"
2029 }
2030 }
2031 }
2032 @@ -14529,14 +14824,13 @@
2033 },
2034 "dependencies": {
2035 "postcss": {
2036- "version": "7.0.36",
2037- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
2038- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
2039+ "version": "7.0.39",
2040+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2041+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2042 "dev": true,
2043 "requires": {
2044- "chalk": "^2.4.2",
2045- "source-map": "^0.6.1",
2046- "supports-color": "^6.1.0"
2047+ "picocolors": "^0.2.1",
2048+ "source-map": "^0.6.1"
2049 }
2050 }
2051 }
2052 @@ -14587,14 +14881,13 @@
2053 },
2054 "dependencies": {
2055 "postcss": {
2056- "version": "7.0.36",
2057- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
2058- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
2059+ "version": "7.0.39",
2060+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2061+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2062 "dev": true,
2063 "requires": {
2064- "chalk": "^2.4.2",
2065- "source-map": "^0.6.1",
2066- "supports-color": "^6.1.0"
2067+ "picocolors": "^0.2.1",
2068+ "source-map": "^0.6.1"
2069 }
2070 }
2071 }
2072 @@ -14610,14 +14903,13 @@
2073 },
2074 "dependencies": {
2075 "postcss": {
2076- "version": "7.0.36",
2077- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
2078- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
2079+ "version": "7.0.39",
2080+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2081+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2082 "dev": true,
2083 "requires": {
2084- "chalk": "^2.4.2",
2085- "source-map": "^0.6.1",
2086- "supports-color": "^6.1.0"
2087+ "picocolors": "^0.2.1",
2088+ "source-map": "^0.6.1"
2089 }
2090 }
2091 }
2092 @@ -14652,14 +14944,13 @@
2093 },
2094 "dependencies": {
2095 "postcss": {
2096- "version": "7.0.36",
2097- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
2098- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
2099+ "version": "7.0.39",
2100+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2101+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2102 "dev": true,
2103 "requires": {
2104- "chalk": "^2.4.2",
2105- "source-map": "^0.6.1",
2106- "supports-color": "^6.1.0"
2107+ "picocolors": "^0.2.1",
2108+ "source-map": "^0.6.1"
2109 }
2110 }
2111 }
2112 @@ -14689,14 +14980,13 @@
2113 },
2114 "dependencies": {
2115 "postcss": {
2116- "version": "7.0.36",
2117- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
2118- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
2119+ "version": "7.0.39",
2120+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2121+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2122 "dev": true,
2123 "requires": {
2124- "chalk": "^2.4.2",
2125- "source-map": "^0.6.1",
2126- "supports-color": "^6.1.0"
2127+ "picocolors": "^0.2.1",
2128+ "source-map": "^0.6.1"
2129 }
2130 }
2131 }
2132 @@ -14712,14 +15002,13 @@
2133 },
2134 "dependencies": {
2135 "postcss": {
2136- "version": "7.0.36",
2137- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
2138- "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
2139+ "version": "7.0.39",
2140+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2141+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2142 "dev": true,
2143 "requires": {
2144- "chalk": "^2.4.2",
2145- "source-map": "^0.6.1",
2146- "supports-color": "^6.1.0"
2147+ "picocolors": "^0.2.1",
2148+ "source-map": "^0.6.1"
2149 }
2150 }
2151 }
2152 @@ -15627,15 +15916,6 @@
2153 "strip-ansi": "^6.0.0"
2154 }
2155 },
2156- "supports-color": {
2157- "version": "6.1.0",
2158- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
2159- "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
2160- "dev": true,
2161- "requires": {
2162- "has-flag": "^3.0.0"
2163- }
2164- },
2165 "svgo": {
2166 "version": "2.5.0",
2167 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.5.0.tgz",
2168 diff --git a/package.json b/package.json
2169index 2e48335..e6a3a9a 100644
2170--- a/package.json
2171+++ b/package.json
2172 @@ -64,6 +64,7 @@
2173 "scripts": {
2174 "build": "npm run gen:op",
2175 "test": "ava test/basic.test.cjs",
2176+ "package": "node parcel.js",
2177 "bundle": "concurrently npm:lib:*",
2178 "bundle:pre-edit": "json -I -f package.json -e \"this.unpkg=''\"",
2179 "bundle:post-edit": "json -I -f package.json -e \"this.unpkg='open-props.min.css'\"",
2180 @@ -100,6 +101,7 @@
2181 "lib:colors:orange": "postcss src/props.orange.css -o orange.min.css"
2182 },
2183 "devDependencies": {
2184+ "@parcel/css": "^1.0.3",
2185 "ava": "^3.15.0",
2186 "concurrently": "^6.2.1",
2187 "cssnano": "^5.0.8",
2188 diff --git a/parcel.js b/parcel.js
2189new file mode 100644
2190index 0000000..ed7c11e
2191--- /dev/null
2192+++ b/parcel.js
2193 @@ -0,0 +1,13 @@
2194+ import css from '@parcel/css'
2195+ import fs from 'fs'
2196+
2197+ let {code} = css.transform({
2198+ filename: 'open-props.parcel.css',
2199+ code: fs.readFileSync('open-props.min.css'),
2200+ minify: true,
2201+ drafts: {
2202+ nesting: true
2203+ },
2204+ })
2205+
2206+ fs.writeFileSync('open-props.parcel.css', code.toString())
2207\ No newline at end of file