diff options
-rw-r--r-- | assets/css/components/_project.scss | 33 | ||||
-rw-r--r-- | assets/css/layouts/_section.scss | 13 | ||||
-rw-r--r-- | content/projects/blobfox-emojis/.preview.xcf | bin | 2491991 -> 12710447 bytes | |||
-rw-r--r-- | content/projects/blobfox-emojis/index.md | 3 | ||||
-rw-r--r-- | content/projects/blobfox-emojis/preview.jpg | bin | 0 -> 65597 bytes | |||
-rw-r--r-- | content/projects/blobfox-emojis/preview.png | bin | 89621 -> 0 bytes | |||
-rw-r--r-- | content/projects/bunhd-emojis/index.md | 1 | ||||
-rw-r--r-- | package.json | 10 | ||||
-rwxr-xr-x | scripts/build_sass.sh | 2 | ||||
-rw-r--r-- | templates/layouts/page.html | 3 | ||||
-rw-r--r-- | yarn.lock | 322 |
11 files changed, 341 insertions, 46 deletions
diff --git a/assets/css/components/_project.scss b/assets/css/components/_project.scss index 6fac047..580e70b 100644 --- a/assets/css/components/_project.scss +++ b/assets/css/components/_project.scss | |||
@@ -7,12 +7,13 @@ | |||
7 | 7 | ||
8 | @include component(namespace()) { | 8 | @include component(namespace()) { |
9 | position: relative; | 9 | position: relative; |
10 | overflow: hidden; | ||
10 | 11 | ||
11 | &::before { | 12 | &::before { |
12 | content: ''; | 13 | content: ''; |
13 | display: block; | 14 | display: block; |
14 | padding-top: 12em; | 15 | padding-top: 12em; |
15 | padding-bottom: 25%; | 16 | padding-bottom: 5vw; |
16 | background-color: prop(--colors --bg); | 17 | background-color: prop(--colors --bg); |
17 | } | 18 | } |
18 | 19 | ||
@@ -24,6 +25,7 @@ | |||
24 | &:hover { | 25 | &:hover { |
25 | @include element('picture') { | 26 | @include element('picture') { |
26 | opacity: .75; | 27 | opacity: .75; |
28 | filter: blur(0); | ||
27 | } | 29 | } |
28 | 30 | ||
29 | @include element('card') { | 31 | @include element('card') { |
@@ -39,16 +41,18 @@ | |||
39 | } | 41 | } |
40 | } | 42 | } |
41 | 43 | ||
42 | @include multi('element' 'picture') { | 44 | @include element('picture') { |
43 | display: block; | 45 | display: block; |
44 | position: absolute; | 46 | position: absolute; |
45 | z-index: 10; | 47 | z-index: 10; |
46 | top: 0; | 48 | top: 0; |
47 | left: 0; | 49 | left: 0; |
48 | width: 100%; | 50 | width: 100%; |
49 | height: 100%; | 51 | height: 100%; |
50 | object-fit: cover; | 52 | object-fit: cover; |
51 | object-position: center center; | 53 | object-position: center center; |
54 | transition: opacity .2s; | ||
55 | mask-image: iro-easing-gradient(linear, 340deg, rgba(#000, .75) 7em, ease, #000 26em); | ||
52 | } | 56 | } |
53 | 57 | ||
54 | @include element('card') { | 58 | @include element('card') { |
@@ -58,12 +62,7 @@ | |||
58 | bottom: 1em; | 62 | bottom: 1em; |
59 | min-width: 15em; | 63 | min-width: 15em; |
60 | max-width: calc(100% - 2em); | 64 | max-width: calc(100% - 2em); |
61 | box-shadow: 0 .3em 1em rgba(#000, .15); | 65 | box-shadow: 0 .8em 2.5em rgba(#000, .25); |
62 | } | ||
63 | |||
64 | @include element('picture') { | ||
65 | transition: opacity .2s; | ||
66 | mask-image: iro-easing-gradient(linear, 340deg, rgba(#000, .75) 7em, ease, #000 26em); | ||
67 | } | 66 | } |
68 | 67 | ||
69 | @include media('<=sm') { | 68 | @include media('<=sm') { |
diff --git a/assets/css/layouts/_section.scss b/assets/css/layouts/_section.scss index 1bc86fe..1a1bc0b 100644 --- a/assets/css/layouts/_section.scss +++ b/assets/css/layouts/_section.scss | |||
@@ -42,18 +42,5 @@ | |||
42 | border-top: 1px solid prop(--colors --border); | 42 | border-top: 1px solid prop(--colors --border); |
43 | } | 43 | } |
44 | } | 44 | } |
45 | |||
46 | @include element('banner') { | ||
47 | position: absolute; | ||
48 | z-index: -20; | ||
49 | top: calc(-2 * #{prop(--dims --banner-blur)}); | ||
50 | left: calc(-2 * #{prop(--dims --banner-blur)}); | ||
51 | width: calc(100% + 4 * #{prop(--dims --banner-blur)}); | ||
52 | height: 60rem; | ||
53 | object-fit: cover; | ||
54 | object-position: top center; | ||
55 | filter: blur(#{prop(--dims --banner-blur)}); | ||
56 | mask-image: iro-easing-gradient(linear, to bottom, rgba(#000, .25), ease, transparent); | ||
57 | } | ||
58 | } | 45 | } |
59 | } | 46 | } |
diff --git a/content/projects/blobfox-emojis/.preview.xcf b/content/projects/blobfox-emojis/.preview.xcf index 89e6db5..885455b 100644 --- a/content/projects/blobfox-emojis/.preview.xcf +++ b/content/projects/blobfox-emojis/.preview.xcf | |||
Binary files differ | |||
diff --git a/content/projects/blobfox-emojis/index.md b/content/projects/blobfox-emojis/index.md index 75a96d8..44fd1e7 100644 --- a/content/projects/blobfox-emojis/index.md +++ b/content/projects/blobfox-emojis/index.md | |||
@@ -1,8 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: Blobfox | 2 | title: Blobfox |
3 | category: emj | 3 | category: emj |
4 | preview: preview.png | 4 | preview: preview.jpg |
5 | banner: preview.png | ||
6 | --- | 5 | --- |
7 | 6 | ||
8 | ![](screenshot.png) | 7 | ![](screenshot.png) |
diff --git a/content/projects/blobfox-emojis/preview.jpg b/content/projects/blobfox-emojis/preview.jpg new file mode 100644 index 0000000..dc9e989 --- /dev/null +++ b/content/projects/blobfox-emojis/preview.jpg | |||
Binary files differ | |||
diff --git a/content/projects/blobfox-emojis/preview.png b/content/projects/blobfox-emojis/preview.png deleted file mode 100644 index a41dcd8..0000000 --- a/content/projects/blobfox-emojis/preview.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/content/projects/bunhd-emojis/index.md b/content/projects/bunhd-emojis/index.md index ecd049f..75d4b3f 100644 --- a/content/projects/bunhd-emojis/index.md +++ b/content/projects/bunhd-emojis/index.md | |||
@@ -2,7 +2,6 @@ | |||
2 | title: BunHD | 2 | title: BunHD |
3 | category: emj | 3 | category: emj |
4 | preview: preview.png | 4 | preview: preview.png |
5 | banner: preview.png | ||
6 | --- | 5 | --- |
7 | 6 | ||
8 | ![](screenshot.png) | 7 | ![](screenshot.png) |
diff --git a/package.json b/package.json index aa9474b..4540831 100644 --- a/package.json +++ b/package.json | |||
@@ -4,11 +4,17 @@ | |||
4 | "stylelint-config-sass-guidelines": "^7.1.0" | 4 | "stylelint-config-sass-guidelines": "^7.1.0" |
5 | }, | 5 | }, |
6 | "dependencies": { | 6 | "dependencies": { |
7 | "autoprefixer": "^10.2.5", | ||
7 | "include-media": "^1.4.9", | 8 | "include-media": "^1.4.9", |
8 | "iro-sass": "git+https://git.vulpes.one/iro-sass/" | 9 | "iro-sass": "git+https://git.vulpes.one/iro-sass/", |
10 | "postcss": "^8.2.12", | ||
11 | "postcss-cli": "^8.3.1" | ||
9 | }, | 12 | }, |
10 | "scripts": { | 13 | "scripts": { |
11 | "lint": "stylelint \"assets/css/**/*.scss\"", | 14 | "lint": "stylelint \"assets/css/**/*.scss\"", |
12 | "fix": "stylelint \"assets/css/**/*.scss\" --fix" | 15 | "fix": "stylelint \"assets/css/**/*.scss\" --fix" |
13 | } | 16 | }, |
17 | "browserslist": [ | ||
18 | "defaults" | ||
19 | ] | ||
14 | } | 20 | } |
diff --git a/scripts/build_sass.sh b/scripts/build_sass.sh index 725bdbf..3f5f768 100755 --- a/scripts/build_sass.sh +++ b/scripts/build_sass.sh | |||
@@ -3,4 +3,4 @@ | |||
3 | source "site.defaults.conf" | 3 | source "site.defaults.conf" |
4 | 4 | ||
5 | echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css" | 5 | echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css" |
6 | sassc -t compressed ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css" | 6 | sassc -t compressed ${ASSETS_DIR}css/style.scss | ./node_modules/.bin/postcss --use autoprefixer --no-map > "${OUTPUT_DIR}style.css" |
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 877abee..b6ff7c3 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,7 +1,4 @@ | |||
1 | <section class="l-section l-section--fullscreen l-section--no-head"> | 1 | <section class="l-section l-section--fullscreen l-section--no-head"> |
2 | $if(banner)$ | ||
3 | <img class="l-section__banner" src="$banner$" /> | ||
4 | $endif$ | ||
5 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> | 2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> |
6 | <h1>$title$</h1> | 3 | <h1>$title$</h1> |
7 | 4 | ||
@@ -289,6 +289,14 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: | |||
289 | dependencies: | 289 | dependencies: |
290 | color-convert "^2.0.1" | 290 | color-convert "^2.0.1" |
291 | 291 | ||
292 | anymatch@~3.1.1: | ||
293 | version "3.1.2" | ||
294 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" | ||
295 | integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== | ||
296 | dependencies: | ||
297 | normalize-path "^3.0.0" | ||
298 | picomatch "^2.0.4" | ||
299 | |||
292 | array-union@^2.1.0: | 300 | array-union@^2.1.0: |
293 | version "2.1.0" | 301 | version "2.1.0" |
294 | resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" | 302 | resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" |
@@ -304,6 +312,23 @@ astral-regex@^2.0.0: | |||
304 | resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" | 312 | resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" |
305 | integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== | 313 | integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== |
306 | 314 | ||
315 | at-least-node@^1.0.0: | ||
316 | version "1.0.0" | ||
317 | resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" | ||
318 | integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== | ||
319 | |||
320 | autoprefixer@^10.2.5: | ||
321 | version "10.2.5" | ||
322 | resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.5.tgz#096a0337dbc96c0873526d7fef5de4428d05382d" | ||
323 | integrity sha512-7H4AJZXvSsn62SqZyJCP+1AWwOuoYpUfK6ot9vm0e87XD6mT8lDywc9D9OTJPMULyGcvmIxzTAMeG2Cc+YX+fA== | ||
324 | dependencies: | ||
325 | browserslist "^4.16.3" | ||
326 | caniuse-lite "^1.0.30001196" | ||
327 | colorette "^1.2.2" | ||
328 | fraction.js "^4.0.13" | ||
329 | normalize-range "^0.1.2" | ||
330 | postcss-value-parser "^4.1.0" | ||
331 | |||
307 | autoprefixer@^9.8.6: | 332 | autoprefixer@^9.8.6: |
308 | version "9.8.6" | 333 | version "9.8.6" |
309 | resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" | 334 | resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" |
@@ -327,6 +352,11 @@ balanced-match@^1.0.0: | |||
327 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" | 352 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" |
328 | integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= | 353 | integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= |
329 | 354 | ||
355 | binary-extensions@^2.0.0: | ||
356 | version "2.2.0" | ||
357 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" | ||
358 | integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== | ||
359 | |||
330 | brace-expansion@^1.1.7: | 360 | brace-expansion@^1.1.7: |
331 | version "1.1.11" | 361 | version "1.1.11" |
332 | resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" | 362 | resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" |
@@ -335,7 +365,7 @@ brace-expansion@^1.1.7: | |||
335 | balanced-match "^1.0.0" | 365 | balanced-match "^1.0.0" |
336 | concat-map "0.0.1" | 366 | concat-map "0.0.1" |
337 | 367 | ||
338 | braces@^3.0.1: | 368 | braces@^3.0.1, braces@~3.0.2: |
339 | version "3.0.2" | 369 | version "3.0.2" |
340 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" | 370 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" |
341 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== | 371 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== |
@@ -353,6 +383,17 @@ browserslist@^4.12.0, browserslist@^4.14.5: | |||
353 | escalade "^3.1.1" | 383 | escalade "^3.1.1" |
354 | node-releases "^1.1.70" | 384 | node-releases "^1.1.70" |
355 | 385 | ||
386 | browserslist@^4.16.3: | ||
387 | version "4.16.5" | ||
388 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.5.tgz#952825440bca8913c62d0021334cbe928ef062ae" | ||
389 | integrity sha512-C2HAjrM1AI/djrpAUU/tr4pml1DqLIzJKSLDBXBrNErl9ZCCTXdhwxdJjYc16953+mBWf7Lw+uUJgpgb8cN71A== | ||
390 | dependencies: | ||
391 | caniuse-lite "^1.0.30001214" | ||
392 | colorette "^1.2.2" | ||
393 | electron-to-chromium "^1.3.719" | ||
394 | escalade "^3.1.1" | ||
395 | node-releases "^1.1.71" | ||
396 | |||
356 | callsites@^3.0.0: | 397 | callsites@^3.0.0: |
357 | version "3.1.0" | 398 | version "3.1.0" |
358 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" | 399 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" |
@@ -377,6 +418,11 @@ caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001181: | |||
377 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001202.tgz#4cb3bd5e8a808e8cd89e4e66c549989bc8137201" | 418 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001202.tgz#4cb3bd5e8a808e8cd89e4e66c549989bc8137201" |
378 | integrity sha512-ZcijQNqrcF8JNLjzvEiXqX4JUYxoZa7Pvcsd9UD8Kz4TvhTonOSNRsK+qtvpVL4l6+T1Rh4LFtLfnNWg6BGWCQ== | 419 | integrity sha512-ZcijQNqrcF8JNLjzvEiXqX4JUYxoZa7Pvcsd9UD8Kz4TvhTonOSNRsK+qtvpVL4l6+T1Rh4LFtLfnNWg6BGWCQ== |
379 | 420 | ||
421 | caniuse-lite@^1.0.30001196, caniuse-lite@^1.0.30001214: | ||
422 | version "1.0.30001214" | ||
423 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz#70f153c78223515c6d37a9fde6cd69250da9d872" | ||
424 | integrity sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg== | ||
425 | |||
380 | chalk@^2.0.0, chalk@^2.4.2: | 426 | chalk@^2.0.0, chalk@^2.4.2: |
381 | version "2.4.2" | 427 | version "2.4.2" |
382 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" | 428 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
@@ -386,6 +432,14 @@ chalk@^2.0.0, chalk@^2.4.2: | |||
386 | escape-string-regexp "^1.0.5" | 432 | escape-string-regexp "^1.0.5" |
387 | supports-color "^5.3.0" | 433 | supports-color "^5.3.0" |
388 | 434 | ||
435 | chalk@^4.0.0: | ||
436 | version "4.1.1" | ||
437 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" | ||
438 | integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== | ||
439 | dependencies: | ||
440 | ansi-styles "^4.1.0" | ||
441 | supports-color "^7.1.0" | ||
442 | |||
389 | chalk@^4.1.0: | 443 | chalk@^4.1.0: |
390 | version "4.1.0" | 444 | version "4.1.0" |
391 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" | 445 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
@@ -409,6 +463,30 @@ character-reference-invalid@^1.0.0: | |||
409 | resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" | 463 | resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" |
410 | integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== | 464 | integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== |
411 | 465 | ||
466 | chokidar@^3.3.0: | ||
467 | version "3.5.1" | ||
468 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" | ||
469 | integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== | ||
470 | dependencies: | ||
471 | anymatch "~3.1.1" | ||
472 | braces "~3.0.2" | ||
473 | glob-parent "~5.1.0" | ||
474 | is-binary-path "~2.1.0" | ||
475 | is-glob "~4.0.1" | ||
476 | normalize-path "~3.0.0" | ||
477 | readdirp "~3.5.0" | ||
478 | optionalDependencies: | ||
479 | fsevents "~2.3.1" | ||
480 | |||
481 | cliui@^7.0.2: | ||
482 | version "7.0.4" | ||
483 | resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" | ||
484 | integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== | ||
485 | dependencies: | ||
486 | string-width "^4.2.0" | ||
487 | strip-ansi "^6.0.0" | ||
488 | wrap-ansi "^7.0.0" | ||
489 | |||
412 | clone-regexp@^2.1.0: | 490 | clone-regexp@^2.1.0: |
413 | version "2.2.0" | 491 | version "2.2.0" |
414 | resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-2.2.0.tgz#7d65e00885cd8796405c35a737e7a86b7429e36f" | 492 | resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-2.2.0.tgz#7d65e00885cd8796405c35a737e7a86b7429e36f" |
@@ -440,7 +518,7 @@ color-name@~1.1.4: | |||
440 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" | 518 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
441 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | 519 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
442 | 520 | ||
443 | colorette@^1.2.1: | 521 | colorette@^1.2.1, colorette@^1.2.2: |
444 | version "1.2.2" | 522 | version "1.2.2" |
445 | resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" | 523 | resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" |
446 | integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== | 524 | integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== |
@@ -493,6 +571,11 @@ decamelize@^1.1.0, decamelize@^1.2.0: | |||
493 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" | 571 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" |
494 | integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= | 572 | integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= |
495 | 573 | ||
574 | dependency-graph@^0.9.0: | ||
575 | version "0.9.0" | ||
576 | resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.9.0.tgz#11aed7e203bc8b00f48356d92db27b265c445318" | ||
577 | integrity sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w== | ||
578 | |||
496 | dir-glob@^3.0.1: | 579 | dir-glob@^3.0.1: |
497 | version "3.0.1" | 580 | version "3.0.1" |
498 | resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" | 581 | resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" |
@@ -538,6 +621,11 @@ electron-to-chromium@^1.3.649: | |||
538 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.690.tgz#54df63ec42fba6b8e9e05fe4be52caeeedb6e634" | 621 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.690.tgz#54df63ec42fba6b8e9e05fe4be52caeeedb6e634" |
539 | integrity sha512-zPbaSv1c8LUKqQ+scNxJKv01RYFkVVF1xli+b+3Ty8ONujHjAMg+t/COmdZqrtnS1gT+g4hbSodHillymt1Lww== | 622 | integrity sha512-zPbaSv1c8LUKqQ+scNxJKv01RYFkVVF1xli+b+3Ty8ONujHjAMg+t/COmdZqrtnS1gT+g4hbSodHillymt1Lww== |
540 | 623 | ||
624 | electron-to-chromium@^1.3.719: | ||
625 | version "1.3.720" | ||
626 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.720.tgz#f5d66df8754d993006b7b2ded15ff7738c58bd94" | ||
627 | integrity sha512-B6zLTxxaOFP4WZm6DrvgRk8kLFYWNhQ5TrHMC0l5WtkMXhU5UbnvWoTfeEwqOruUSlNMhVLfYak7REX6oC5Yfw== | ||
628 | |||
541 | emoji-regex@^8.0.0: | 629 | emoji-regex@^8.0.0: |
542 | version "8.0.0" | 630 | version "8.0.0" |
543 | resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" | 631 | resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" |
@@ -646,11 +734,31 @@ flatted@^3.1.0: | |||
646 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469" | 734 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469" |
647 | integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== | 735 | integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== |
648 | 736 | ||
737 | fraction.js@^4.0.13: | ||
738 | version "4.0.13" | ||
739 | resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.0.13.tgz#3c1c315fa16b35c85fffa95725a36fa729c69dfe" | ||
740 | integrity sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA== | ||
741 | |||
742 | fs-extra@^9.0.0: | ||
743 | version "9.1.0" | ||
744 | resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" | ||
745 | integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== | ||
746 | dependencies: | ||
747 | at-least-node "^1.0.0" | ||
748 | graceful-fs "^4.2.0" | ||
749 | jsonfile "^6.0.1" | ||
750 | universalify "^2.0.0" | ||
751 | |||
649 | fs.realpath@^1.0.0: | 752 | fs.realpath@^1.0.0: |
650 | version "1.0.0" | 753 | version "1.0.0" |
651 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" | 754 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" |
652 | integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= | 755 | integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= |
653 | 756 | ||
757 | fsevents@~2.3.1: | ||
758 | version "2.3.2" | ||
759 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" | ||
760 | integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== | ||
761 | |||
654 | function-bind@^1.1.1: | 762 | function-bind@^1.1.1: |
655 | version "1.1.1" | 763 | version "1.1.1" |
656 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" | 764 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" |
@@ -661,12 +769,17 @@ gensync@^1.0.0-beta.2: | |||
661 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" | 769 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |
662 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== | 770 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== |
663 | 771 | ||
772 | get-caller-file@^2.0.5: | ||
773 | version "2.0.5" | ||
774 | resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" | ||
775 | integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== | ||
776 | |||
664 | get-stdin@^8.0.0: | 777 | get-stdin@^8.0.0: |
665 | version "8.0.0" | 778 | version "8.0.0" |
666 | resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53" | 779 | resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53" |
667 | integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg== | 780 | integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg== |
668 | 781 | ||
669 | glob-parent@^5.1.0: | 782 | glob-parent@^5.1.0, glob-parent@~5.1.0: |
670 | version "5.1.2" | 783 | version "5.1.2" |
671 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" | 784 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" |
672 | integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== | 785 | integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== |
@@ -706,6 +819,18 @@ globals@^11.1.0: | |||
706 | resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" | 819 | resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" |
707 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== | 820 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== |
708 | 821 | ||
822 | globby@^11.0.0: | ||
823 | version "11.0.3" | ||
824 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" | ||
825 | integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== | ||
826 | dependencies: | ||
827 | array-union "^2.1.0" | ||
828 | dir-glob "^3.0.1" | ||
829 | fast-glob "^3.1.1" | ||
830 | ignore "^5.1.4" | ||
831 | merge2 "^1.3.0" | ||
832 | slash "^3.0.0" | ||
833 | |||
709 | globby@^11.0.2: | 834 | globby@^11.0.2: |
710 | version "11.0.2" | 835 | version "11.0.2" |
711 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83" | 836 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83" |
@@ -730,6 +855,11 @@ gonzales-pe@^4.3.0: | |||
730 | dependencies: | 855 | dependencies: |
731 | minimist "^1.2.5" | 856 | minimist "^1.2.5" |
732 | 857 | ||
858 | graceful-fs@^4.1.6, graceful-fs@^4.2.0: | ||
859 | version "4.2.6" | ||
860 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" | ||
861 | integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== | ||
862 | |||
733 | hard-rejection@^2.1.0: | 863 | hard-rejection@^2.1.0: |
734 | version "2.1.0" | 864 | version "2.1.0" |
735 | resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" | 865 | resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" |
@@ -786,6 +916,13 @@ ignore@^5.1.4, ignore@^5.1.8: | |||
786 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" | 916 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" |
787 | integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== | 917 | integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== |
788 | 918 | ||
919 | import-cwd@^3.0.0: | ||
920 | version "3.0.0" | ||
921 | resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-3.0.0.tgz#20845547718015126ea9b3676b7592fb8bd4cf92" | ||
922 | integrity sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== | ||
923 | dependencies: | ||
924 | import-from "^3.0.0" | ||
925 | |||
789 | import-fresh@^3.2.1: | 926 | import-fresh@^3.2.1: |
790 | version "3.3.0" | 927 | version "3.3.0" |
791 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" | 928 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
@@ -794,6 +931,13 @@ import-fresh@^3.2.1: | |||
794 | parent-module "^1.0.0" | 931 | parent-module "^1.0.0" |
795 | resolve-from "^4.0.0" | 932 | resolve-from "^4.0.0" |
796 | 933 | ||
934 | import-from@^3.0.0: | ||
935 | version "3.0.0" | ||
936 | resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966" | ||
937 | integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== | ||
938 | dependencies: | ||
939 | resolve-from "^5.0.0" | ||
940 | |||
797 | import-lazy@^4.0.0: | 941 | import-lazy@^4.0.0: |
798 | version "4.0.0" | 942 | version "4.0.0" |
799 | resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" | 943 | resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" |
@@ -859,6 +1003,13 @@ is-arrayish@^0.2.1: | |||
859 | resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" | 1003 | resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" |
860 | integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= | 1004 | integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= |
861 | 1005 | ||
1006 | is-binary-path@~2.1.0: | ||
1007 | version "2.1.0" | ||
1008 | resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" | ||
1009 | integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== | ||
1010 | dependencies: | ||
1011 | binary-extensions "^2.0.0" | ||
1012 | |||
862 | is-buffer@^2.0.0: | 1013 | is-buffer@^2.0.0: |
863 | version "2.0.5" | 1014 | version "2.0.5" |
864 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" | 1015 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" |
@@ -886,7 +1037,7 @@ is-fullwidth-code-point@^3.0.0: | |||
886 | resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" | 1037 | resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" |
887 | integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== | 1038 | integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== |
888 | 1039 | ||
889 | is-glob@^4.0.1: | 1040 | is-glob@^4.0.1, is-glob@~4.0.1: |
890 | version "4.0.1" | 1041 | version "4.0.1" |
891 | resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" | 1042 | resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" |
892 | integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== | 1043 | integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== |
@@ -960,6 +1111,15 @@ json5@^2.1.2: | |||
960 | dependencies: | 1111 | dependencies: |
961 | minimist "^1.2.5" | 1112 | minimist "^1.2.5" |
962 | 1113 | ||
1114 | jsonfile@^6.0.1: | ||
1115 | version "6.1.0" | ||
1116 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" | ||
1117 | integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== | ||
1118 | dependencies: | ||
1119 | universalify "^2.0.0" | ||
1120 | optionalDependencies: | ||
1121 | graceful-fs "^4.1.6" | ||
1122 | |||
963 | kind-of@^6.0.2, kind-of@^6.0.3: | 1123 | kind-of@^6.0.2, kind-of@^6.0.3: |
964 | version "6.0.3" | 1124 | version "6.0.3" |
965 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" | 1125 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" |
@@ -982,6 +1142,31 @@ locate-path@^5.0.0: | |||
982 | dependencies: | 1142 | dependencies: |
983 | p-locate "^4.1.0" | 1143 | p-locate "^4.1.0" |
984 | 1144 | ||
1145 | lodash.difference@^4.5.0: | ||
1146 | version "4.5.0" | ||
1147 | resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" | ||
1148 | integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw= | ||
1149 | |||
1150 | lodash.forown@^4.4.0: | ||
1151 | version "4.4.0" | ||
1152 | resolved "https://registry.yarnpkg.com/lodash.forown/-/lodash.forown-4.4.0.tgz#85115cf04f73ef966eced52511d3893cc46683af" | ||
1153 | integrity sha1-hRFc8E9z75ZuztUlEdOJPMRmg68= | ||
1154 | |||
1155 | lodash.get@^4.4.2: | ||
1156 | version "4.4.2" | ||
1157 | resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" | ||
1158 | integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= | ||
1159 | |||
1160 | lodash.groupby@^4.6.0: | ||
1161 | version "4.6.0" | ||
1162 | resolved "https://registry.yarnpkg.com/lodash.groupby/-/lodash.groupby-4.6.0.tgz#0b08a1dcf68397c397855c3239783832df7403d1" | ||
1163 | integrity sha1-Cwih3PaDl8OXhVwyOXg4Mt90A9E= | ||
1164 | |||
1165 | lodash.sortby@^4.7.0: | ||
1166 | version "4.7.0" | ||
1167 | resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | ||
1168 | integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= | ||
1169 | |||
985 | lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21: | 1170 | lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21: |
986 | version "4.17.21" | 1171 | version "4.17.21" |
987 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | 1172 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
@@ -1120,7 +1305,12 @@ ms@2.1.2: | |||
1120 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" | 1305 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
1121 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== | 1306 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
1122 | 1307 | ||
1123 | node-releases@^1.1.70: | 1308 | nanoid@^3.1.22: |
1309 | version "3.1.22" | ||
1310 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.22.tgz#b35f8fb7d151990a8aebd5aa5015c03cf726f844" | ||
1311 | integrity sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ== | ||
1312 | |||
1313 | node-releases@^1.1.70, node-releases@^1.1.71: | ||
1124 | version "1.1.71" | 1314 | version "1.1.71" |
1125 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb" | 1315 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb" |
1126 | integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg== | 1316 | integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg== |
@@ -1145,6 +1335,11 @@ normalize-package-data@^3.0.0: | |||
1145 | semver "^7.3.2" | 1335 | semver "^7.3.2" |
1146 | validate-npm-package-license "^3.0.1" | 1336 | validate-npm-package-license "^3.0.1" |
1147 | 1337 | ||
1338 | normalize-path@^3.0.0, normalize-path@~3.0.0: | ||
1339 | version "3.0.0" | ||
1340 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" | ||
1341 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== | ||
1342 | |||
1148 | normalize-range@^0.1.2: | 1343 | normalize-range@^0.1.2: |
1149 | version "0.1.2" | 1344 | version "0.1.2" |
1150 | resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" | 1345 | resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" |
@@ -1235,11 +1430,39 @@ path-type@^4.0.0: | |||
1235 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" | 1430 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" |
1236 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== | 1431 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== |
1237 | 1432 | ||
1433 | picomatch@^2.0.4: | ||
1434 | version "2.2.3" | ||
1435 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d" | ||
1436 | integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg== | ||
1437 | |||
1238 | picomatch@^2.0.5, picomatch@^2.2.1: | 1438 | picomatch@^2.0.5, picomatch@^2.2.1: |
1239 | version "2.2.2" | 1439 | version "2.2.2" |
1240 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" | 1440 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" |
1241 | integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== | 1441 | integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== |
1242 | 1442 | ||
1443 | pify@^2.3.0: | ||
1444 | version "2.3.0" | ||
1445 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | ||
1446 | integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= | ||
1447 | |||
1448 | postcss-cli@^8.3.1: | ||
1449 | version "8.3.1" | ||
1450 | resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-8.3.1.tgz#865dad08300ac59ae9cecb7066780aa81c767a77" | ||
1451 | integrity sha512-leHXsQRq89S3JC9zw/tKyiVV2jAhnfQe0J8VI4eQQbUjwIe0XxVqLrR+7UsahF1s9wi4GlqP6SJ8ydf44cgF2Q== | ||
1452 | dependencies: | ||
1453 | chalk "^4.0.0" | ||
1454 | chokidar "^3.3.0" | ||
1455 | dependency-graph "^0.9.0" | ||
1456 | fs-extra "^9.0.0" | ||
1457 | get-stdin "^8.0.0" | ||
1458 | globby "^11.0.0" | ||
1459 | postcss-load-config "^3.0.0" | ||
1460 | postcss-reporter "^7.0.0" | ||
1461 | pretty-hrtime "^1.0.3" | ||
1462 | read-cache "^1.0.0" | ||
1463 | slash "^3.0.0" | ||
1464 | yargs "^16.0.0" | ||
1465 | |||
1243 | postcss-html@^0.36.0: | 1466 | postcss-html@^0.36.0: |
1244 | version "0.36.0" | 1467 | version "0.36.0" |
1245 | resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204" | 1468 | resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204" |
@@ -1254,11 +1477,31 @@ postcss-less@^3.1.4: | |||
1254 | dependencies: | 1477 | dependencies: |
1255 | postcss "^7.0.14" | 1478 | postcss "^7.0.14" |
1256 | 1479 | ||
1480 | postcss-load-config@^3.0.0: | ||
1481 | version "3.0.1" | ||
1482 | resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.0.1.tgz#d214bf9cfec1608ffaf0f4161b3ba20664ab64b9" | ||
1483 | integrity sha512-/pDHe30UYZUD11IeG8GWx9lNtu1ToyTsZHnyy45B4Mrwr/Kb6NgYl7k753+05CJNKnjbwh4975amoPJ+TEjHNQ== | ||
1484 | dependencies: | ||
1485 | cosmiconfig "^7.0.0" | ||
1486 | import-cwd "^3.0.0" | ||
1487 | |||
1257 | postcss-media-query-parser@^0.2.3: | 1488 | postcss-media-query-parser@^0.2.3: |
1258 | version "0.2.3" | 1489 | version "0.2.3" |
1259 | resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" | 1490 | resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" |
1260 | integrity sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ= | 1491 | integrity sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ= |
1261 | 1492 | ||
1493 | postcss-reporter@^7.0.0: | ||
1494 | version "7.0.2" | ||
1495 | resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-7.0.2.tgz#03e9e7381c1afe40646f9c22e7aeeb860e051065" | ||
1496 | integrity sha512-JyQ96NTQQsso42y6L1H1RqHfWH1C3Jr0pt91mVv5IdYddZAE9DUZxuferNgk6q0o6vBVOrfVJb10X1FgDzjmDw== | ||
1497 | dependencies: | ||
1498 | colorette "^1.2.1" | ||
1499 | lodash.difference "^4.5.0" | ||
1500 | lodash.forown "^4.4.0" | ||
1501 | lodash.get "^4.4.2" | ||
1502 | lodash.groupby "^4.6.0" | ||
1503 | lodash.sortby "^4.7.0" | ||
1504 | |||
1262 | postcss-resolve-nested-selector@^0.1.1: | 1505 | postcss-resolve-nested-selector@^0.1.1: |
1263 | version "0.1.1" | 1506 | version "0.1.1" |
1264 | resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e" | 1507 | resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e" |
@@ -1323,6 +1566,20 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0. | |||
1323 | source-map "^0.6.1" | 1566 | source-map "^0.6.1" |
1324 | supports-color "^6.1.0" | 1567 | supports-color "^6.1.0" |
1325 | 1568 | ||
1569 | postcss@^8.2.12: | ||
1570 | version "8.2.12" | ||
1571 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.12.tgz#81248a1a87e0f575cc594a99a08207fd1c4addc4" | ||
1572 | integrity sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ== | ||
1573 | dependencies: | ||
1574 | colorette "^1.2.2" | ||
1575 | nanoid "^3.1.22" | ||
1576 | source-map "^0.6.1" | ||
1577 | |||
1578 | pretty-hrtime@^1.0.3: | ||
1579 | version "1.0.3" | ||
1580 | resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" | ||
1581 | integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= | ||
1582 | |||
1326 | punycode@^2.1.0: | 1583 | punycode@^2.1.0: |
1327 | version "2.1.1" | 1584 | version "2.1.1" |
1328 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" | 1585 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" |
@@ -1338,6 +1595,13 @@ quick-lru@^4.0.1: | |||
1338 | resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" | 1595 | resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" |
1339 | integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== | 1596 | integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== |
1340 | 1597 | ||
1598 | read-cache@^1.0.0: | ||
1599 | version "1.0.0" | ||
1600 | resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774" | ||
1601 | integrity sha1-5mTvMRYRZsl1HNvo28+GtftY93Q= | ||
1602 | dependencies: | ||
1603 | pify "^2.3.0" | ||
1604 | |||
1341 | read-pkg-up@^7.0.1: | 1605 | read-pkg-up@^7.0.1: |
1342 | version "7.0.1" | 1606 | version "7.0.1" |
1343 | resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" | 1607 | resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" |
@@ -1366,6 +1630,13 @@ readable-stream@^3.1.1: | |||
1366 | string_decoder "^1.1.1" | 1630 | string_decoder "^1.1.1" |
1367 | util-deprecate "^1.0.1" | 1631 | util-deprecate "^1.0.1" |
1368 | 1632 | ||
1633 | readdirp@~3.5.0: | ||
1634 | version "3.5.0" | ||
1635 | resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" | ||
1636 | integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== | ||
1637 | dependencies: | ||
1638 | picomatch "^2.2.1" | ||
1639 | |||
1369 | redent@^3.0.0: | 1640 | redent@^3.0.0: |
1370 | version "3.0.0" | 1641 | version "3.0.0" |
1371 | resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" | 1642 | resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" |
@@ -1402,6 +1673,11 @@ repeat-string@^1.0.0: | |||
1402 | resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" | 1673 | resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" |
1403 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= | 1674 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= |
1404 | 1675 | ||
1676 | require-directory@^2.1.1: | ||
1677 | version "2.1.1" | ||
1678 | resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | ||
1679 | integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= | ||
1680 | |||
1405 | require-from-string@^2.0.2: | 1681 | require-from-string@^2.0.2: |
1406 | version "2.0.2" | 1682 | version "2.0.2" |
1407 | resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" | 1683 | resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" |
@@ -1531,7 +1807,7 @@ specificity@^0.4.1: | |||
1531 | resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019" | 1807 | resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019" |
1532 | integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg== | 1808 | integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg== |
1533 | 1809 | ||
1534 | string-width@^4.2.0, string-width@^4.2.2: | 1810 | string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2: |
1535 | version "4.2.2" | 1811 | version "4.2.2" |
1536 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" | 1812 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" |
1537 | integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== | 1813 | integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== |
@@ -1771,6 +2047,11 @@ unist-util-stringify-position@^2.0.0: | |||
1771 | dependencies: | 2047 | dependencies: |
1772 | "@types/unist" "^2.0.2" | 2048 | "@types/unist" "^2.0.2" |
1773 | 2049 | ||
2050 | universalify@^2.0.0: | ||
2051 | version "2.0.0" | ||
2052 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" | ||
2053 | integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== | ||
2054 | |||
1774 | uri-js@^4.2.2: | 2055 | uri-js@^4.2.2: |
1775 | version "4.4.1" | 2056 | version "4.4.1" |
1776 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" | 2057 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" |
@@ -1821,6 +2102,15 @@ which@^1.3.1: | |||
1821 | dependencies: | 2102 | dependencies: |
1822 | isexe "^2.0.0" | 2103 | isexe "^2.0.0" |
1823 | 2104 | ||
2105 | wrap-ansi@^7.0.0: | ||
2106 | version "7.0.0" | ||
2107 | resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" | ||
2108 | integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== | ||
2109 | dependencies: | ||
2110 | ansi-styles "^4.0.0" | ||
2111 | string-width "^4.1.0" | ||
2112 | strip-ansi "^6.0.0" | ||
2113 | |||
1824 | wrappy@1: | 2114 | wrappy@1: |
1825 | version "1.0.2" | 2115 | version "1.0.2" |
1826 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | 2116 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" |
@@ -1836,6 +2126,11 @@ write-file-atomic@^3.0.3: | |||
1836 | signal-exit "^3.0.2" | 2126 | signal-exit "^3.0.2" |
1837 | typedarray-to-buffer "^3.1.5" | 2127 | typedarray-to-buffer "^3.1.5" |
1838 | 2128 | ||
2129 | y18n@^5.0.5: | ||
2130 | version "5.0.8" | ||
2131 | resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" | ||
2132 | integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== | ||
2133 | |||
1839 | yallist@^4.0.0: | 2134 | yallist@^4.0.0: |
1840 | version "4.0.0" | 2135 | version "4.0.0" |
1841 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" | 2136 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
@@ -1846,11 +2141,24 @@ yaml@^1.10.0: | |||
1846 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" | 2141 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" |
1847 | integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== | 2142 | integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== |
1848 | 2143 | ||
1849 | yargs-parser@^20.2.3: | 2144 | yargs-parser@^20.2.2, yargs-parser@^20.2.3: |
1850 | version "20.2.7" | 2145 | version "20.2.7" |
1851 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a" | 2146 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a" |
1852 | integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw== | 2147 | integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw== |
1853 | 2148 | ||
2149 | yargs@^16.0.0: | ||
2150 | version "16.2.0" | ||
2151 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" | ||
2152 | integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== | ||
2153 | dependencies: | ||
2154 | cliui "^7.0.2" | ||
2155 | escalade "^3.1.1" | ||
2156 | get-caller-file "^2.0.5" | ||
2157 | require-directory "^2.1.1" | ||
2158 | string-width "^4.2.0" | ||
2159 | y18n "^5.0.5" | ||
2160 | yargs-parser "^20.2.2" | ||
2161 | |||
1854 | zwitch@^1.0.0: | 2162 | zwitch@^1.0.0: |
1855 | version "1.0.5" | 2163 | version "1.0.5" |
1856 | resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920" | 2164 | resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920" |