From 171df7de0f1cb213341027bc845b7958a3f6b292 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 21 Mar 2024 19:40:32 +0530 Subject: [PATCH] chore: bump files --- .gitignore | 20 - LICENSE | 21 - README.md | 41 - babel.config.js | 3 - blog/2019-05-28-first-blog-post.md | 12 - blog/2019-05-29-long-blog-post.md | 44 - blog/2021-08-01-mdx-blog-post.mdx | 20 - .../docusaurus-plushie-banner.jpeg | Bin 96122 -> 0 bytes blog/2021-08-26-welcome/index.md | 25 - blog/authors.yml | 17 - docs/intro.md | 47 - docs/tutorial-basics/_category_.json | 8 - docs/tutorial-basics/congratulations.md | 23 - docs/tutorial-basics/create-a-blog-post.md | 34 - docs/tutorial-basics/create-a-document.md | 57 - docs/tutorial-basics/create-a-page.md | 43 - docs/tutorial-basics/deploy-your-site.md | 31 - docs/tutorial-basics/markdown-features.mdx | 152 - docs/tutorial-extras/_category_.json | 7 - .../img/docsVersionDropdown.png | Bin 25427 -> 0 bytes docs/tutorial-extras/img/localeDropdown.png | Bin 27841 -> 0 bytes docs/tutorial-extras/manage-docs-versions.md | 55 - docs/tutorial-extras/translate-your-site.md | 88 - docusaurus.config.js | 141 - package-lock.json | 14911 ---------------- package.json | 45 - sidebars.js | 33 - src/components/HomepageFeatures/index.js | 64 - .../HomepageFeatures/styles.module.css | 11 - src/css/custom.css | 30 - src/pages/index.js | 43 - src/pages/index.module.css | 23 - src/pages/markdown-page.md | 7 - static/.nojekyll | 0 static/img/docusaurus-social-card.jpg | Bin 55746 -> 0 bytes static/img/docusaurus.png | Bin 5142 -> 0 bytes static/img/favicon.ico | Bin 3626 -> 0 bytes static/img/logo.svg | 1 - static/img/undraw_docusaurus_mountain.svg | 171 - static/img/undraw_docusaurus_react.svg | 170 - static/img/undraw_docusaurus_tree.svg | 40 - 41 files changed, 16438 deletions(-) delete mode 100644 .gitignore delete mode 100644 LICENSE delete mode 100644 README.md delete mode 100644 babel.config.js delete mode 100644 blog/2019-05-28-first-blog-post.md delete mode 100644 blog/2019-05-29-long-blog-post.md delete mode 100644 blog/2021-08-01-mdx-blog-post.mdx delete mode 100644 blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg delete mode 100644 blog/2021-08-26-welcome/index.md delete mode 100644 blog/authors.yml delete mode 100644 docs/intro.md delete mode 100644 docs/tutorial-basics/_category_.json delete mode 100644 docs/tutorial-basics/congratulations.md delete mode 100644 docs/tutorial-basics/create-a-blog-post.md delete mode 100644 docs/tutorial-basics/create-a-document.md delete mode 100644 docs/tutorial-basics/create-a-page.md delete mode 100644 docs/tutorial-basics/deploy-your-site.md delete mode 100644 docs/tutorial-basics/markdown-features.mdx delete mode 100644 docs/tutorial-extras/_category_.json delete mode 100644 docs/tutorial-extras/img/docsVersionDropdown.png delete mode 100644 docs/tutorial-extras/img/localeDropdown.png delete mode 100644 docs/tutorial-extras/manage-docs-versions.md delete mode 100644 docs/tutorial-extras/translate-your-site.md delete mode 100644 docusaurus.config.js delete mode 100644 package-lock.json delete mode 100644 package.json delete mode 100644 sidebars.js delete mode 100644 src/components/HomepageFeatures/index.js delete mode 100644 src/components/HomepageFeatures/styles.module.css delete mode 100644 src/css/custom.css delete mode 100644 src/pages/index.js delete mode 100644 src/pages/index.module.css delete mode 100644 src/pages/markdown-page.md delete mode 100644 static/.nojekyll delete mode 100644 static/img/docusaurus-social-card.jpg delete mode 100644 static/img/docusaurus.png delete mode 100644 static/img/favicon.ico delete mode 100644 static/img/logo.svg delete mode 100644 static/img/undraw_docusaurus_mountain.svg delete mode 100644 static/img/undraw_docusaurus_react.svg delete mode 100644 static/img/undraw_docusaurus_tree.svg diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b2d6de30..00000000 --- a/.gitignore +++ /dev/null @@ -1,20 +0,0 @@ -# Dependencies -/node_modules - -# Production -/build - -# Generated files -.docusaurus -.cache-loader - -# Misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 90da770d..00000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 SNIGDHA OS - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 0c6c2c27..00000000 --- a/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# Website - -This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. - -### Installation - -``` -$ yarn -``` - -### Local Development - -``` -$ yarn start -``` - -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. - -### Build - -``` -$ yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -Using SSH: - -``` -$ USE_SSH=true yarn deploy -``` - -Not using SSH: - -``` -$ GIT_USER= yarn deploy -``` - -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index e00595da..00000000 --- a/babel.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - presets: [require.resolve('@docusaurus/core/lib/babel/preset')], -}; diff --git a/blog/2019-05-28-first-blog-post.md b/blog/2019-05-28-first-blog-post.md deleted file mode 100644 index 02f3f81b..00000000 --- a/blog/2019-05-28-first-blog-post.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -slug: first-blog-post -title: First Blog Post -authors: - name: Gao Wei - title: Docusaurus Core Team - url: https://github.com/wgao19 - image_url: https://github.com/wgao19.png -tags: [hola, docusaurus] ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet diff --git a/blog/2019-05-29-long-blog-post.md b/blog/2019-05-29-long-blog-post.md deleted file mode 100644 index 26ffb1b1..00000000 --- a/blog/2019-05-29-long-blog-post.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -slug: long-blog-post -title: Long Blog Post -authors: endi -tags: [hello, docusaurus] ---- - -This is the summary of a very long blog post, - -Use a `` comment to limit blog post size in the list view. - - - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet diff --git a/blog/2021-08-01-mdx-blog-post.mdx b/blog/2021-08-01-mdx-blog-post.mdx deleted file mode 100644 index c04ebe32..00000000 --- a/blog/2021-08-01-mdx-blog-post.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -slug: mdx-blog-post -title: MDX Blog Post -authors: [slorber] -tags: [docusaurus] ---- - -Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/). - -:::tip - -Use the power of React to create interactive blog posts. - -```js - -``` - - - -::: diff --git a/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg b/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg deleted file mode 100644 index 11bda0928456b12f8e53d0ba5709212a4058d449..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 96122 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

My React page

-

This is a React page

- - ); -} -``` - -A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page). - -## Create your first Markdown Page - -Create a file at `src/pages/my-markdown-page.md`: - -```mdx title="src/pages/my-markdown-page.md" -# My Markdown page - -This is a Markdown page -``` - -A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page). diff --git a/docs/tutorial-basics/deploy-your-site.md b/docs/tutorial-basics/deploy-your-site.md deleted file mode 100644 index 1c50ee06..00000000 --- a/docs/tutorial-basics/deploy-your-site.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -sidebar_position: 5 ---- - -# Deploy your site - -Docusaurus is a **static-site-generator** (also called **[Jamstack](https://jamstack.org/)**). - -It builds your site as simple **static HTML, JavaScript and CSS files**. - -## Build your site - -Build your site **for production**: - -```bash -npm run build -``` - -The static files are generated in the `build` folder. - -## Deploy your site - -Test your production build locally: - -```bash -npm run serve -``` - -The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/). - -You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**). diff --git a/docs/tutorial-basics/markdown-features.mdx b/docs/tutorial-basics/markdown-features.mdx deleted file mode 100644 index 35e00825..00000000 --- a/docs/tutorial-basics/markdown-features.mdx +++ /dev/null @@ -1,152 +0,0 @@ ---- -sidebar_position: 4 ---- - -# Markdown Features - -Docusaurus supports **[Markdown](https://daringfireball.net/projects/markdown/syntax)** and a few **additional features**. - -## Front Matter - -Markdown documents have metadata at the top called [Front Matter](https://jekyllrb.com/docs/front-matter/): - -```text title="my-doc.md" -// highlight-start ---- -id: my-doc-id -title: My document title -description: My document description -slug: /my-custom-url ---- -// highlight-end - -## Markdown heading - -Markdown text with [links](./hello.md) -``` - -## Links - -Regular Markdown links are supported, using url paths or relative file paths. - -```md -Let's see how to [Create a page](/create-a-page). -``` - -```md -Let's see how to [Create a page](./create-a-page.md). -``` - -**Result:** Let's see how to [Create a page](./create-a-page.md). - -## Images - -Regular Markdown images are supported. - -You can use absolute paths to reference images in the static directory (`static/img/docusaurus.png`): - -```md -![Docusaurus logo](/img/docusaurus.png) -``` - -![Docusaurus logo](/img/docusaurus.png) - -You can reference images relative to the current file as well. This is particularly useful to colocate images close to the Markdown files using them: - -```md -![Docusaurus logo](./img/docusaurus.png) -``` - -## Code Blocks - -Markdown code blocks are supported with Syntax highlighting. - -````md -```jsx title="src/components/HelloDocusaurus.js" -function HelloDocusaurus() { - return

Hello, Docusaurus!

; -} -``` -```` - -```jsx title="src/components/HelloDocusaurus.js" -function HelloDocusaurus() { - return

Hello, Docusaurus!

; -} -``` - -## Admonitions - -Docusaurus has a special syntax to create admonitions and callouts: - -```md -:::tip My tip - -Use this awesome feature option - -::: - -:::danger Take care - -This action is dangerous - -::: -``` - -:::tip My tip - -Use this awesome feature option - -::: - -:::danger Take care - -This action is dangerous - -::: - -## MDX and React Components - -[MDX](https://mdxjs.com/) can make your documentation more **interactive** and allows using any **React components inside Markdown**: - -```jsx -export const Highlight = ({children, color}) => ( - { - alert(`You clicked the color ${color} with label ${children}`) - }}> - {children} - -); - -This is Docusaurus green ! - -This is Facebook blue ! -``` - -export const Highlight = ({children, color}) => ( - { - alert(`You clicked the color ${color} with label ${children}`); - }}> - {children} - -); - -This is Docusaurus green ! - -This is Facebook blue ! diff --git a/docs/tutorial-extras/_category_.json b/docs/tutorial-extras/_category_.json deleted file mode 100644 index a8ffcc19..00000000 --- a/docs/tutorial-extras/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "Tutorial - Extras", - "position": 3, - "link": { - "type": "generated-index" - } -} diff --git a/docs/tutorial-extras/img/docsVersionDropdown.png b/docs/tutorial-extras/img/docsVersionDropdown.png deleted file mode 100644 index 97e4164618b5f8beda34cfa699720aba0ad2e342..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25427 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 eo4s%98Tb2YE)- diff --git a/docs/tutorial-extras/img/localeDropdown.png b/docs/tutorial-extras/img/localeDropdown.png deleted file mode 100644 index e257edc1f932985396bf59584c7ccfaddf955779..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27841 zcmeAS@N?(olHy`uVBq!ia0y~yU@T%_VASJaW?*1gvMqBv0|Ns~x}&cn1H;CC?mvmF z3=9m6#X;^)4C~IxykuZtW(e>JasB`Q|EJHNK7IQ9_wV2T|Nj5`_YcJT^y&ZqfB*jf z|McnO$4{UB|NHmn@83@!L7ad8|NZ{`=ik5oA3l8e{Q2|y_wT=c{r2U{m$&cU{rdIm z+qZA;K#ZUN|NZ^^>GSvR-x(Mfe*F0H>GS8$A3y*2@%`7YU;qF9ef|3N-+%u;fBy9E z|KB%n-hBS@IUzCS-`{_)U%mSD@uRei{P!QIMo!`Ood>t> z-2e0E-;3ujUc7wq_urpy-@m{Pp9Pq@2RN`;R_-{`lj^ulFB5{QmXp zYU%veL{pZ*3Uw{7m{rK_2yZ7(^|NVdQ^3|)? zZ+`vu?bWMSe}4b|{{6?#A3uKn{{8*ix8J}2eE9J3_n+UdU%&bG<=emi|9<`c^$Vot z+qLVrKY#x6;r+)8m#%#O_WjwjXRltr{`KqkjhlDhzJDhztN88P_iH!rynXZT$M^4F zzI=WA?(OsE&)>g$ckR~QJNF(udi3bShxhN^zx(k1{mYjx@7#U({=@sHPoF+{@+2`S z<^09VckeyCboIu&w{IUmew>h)eEr7lS8rb3ynFx7{f9Si-@ADE+J#G3rsOYenYnLyOll>otF|kUGY$<{q zZRwX-6D2~OGS|DEJv&r3m<*z&`KQ}e!XR%FB`-qii4v*Ta!nrDJHlEe00%lWwY z@wAN`XHVX_viw$Q#mz_V$KM{UbQ3+KQ>*ni>W^eW*_t0lN6u^z`*vbW)Snv_S8r}G z4ih~v`K$R`v3j;S6IkOVK7NR_xFu$9wa>uthQ%?jhezXFOm*v0?yUORV7$kwDBs|j zK+Lx#$-6IgJ+UcJou$6?b%oyB?@M^>V*glt$$YSN&Fy1KyE1oOcYRwZuU8wMlritM zMbIz4{s^zj)A{-uYJUB={9<$GYvt41rnw!DaxvOn;J<4EGxwnfKjn_8J(Wp%IP=mc z52riRyXD>H*II}R_b!W04bKh;c>MN&t;V7^tl!SdoowhX{JK;{u+hOo>L&Mb`92-F09SOY-Ej8?SdLcRsg!IrnjW$@3`Ay&>FeY~Qjzy!}$yQP)%5_H5SL?6_%% z?_N_%j(YU$&S7Wa4u%rF4Uu=3{JH79RMevAUUlt{$1lPkpUx5wE#10vd(K+!(*|;P z|I}EBTYQ}N-r=*2`HR5$+~=(4)y)0z@JsfCTiv%x^S>VIC|0TN+`a7aje`4O3bOa7 z=lMtJeK}ohyFC4}L!54%#NSyJr4O!H&r)8d$NC~%a+yl$A!erB8$K^t-(0`QbozVK z^*(!-{h>70XS?_gT?O=KJ$f5Lv_hsFfxr|>9hP>SNV_}8wqtIXL z)?9zYw}MTyGUKuLTKgT%hZR>H?#%C&?^-`4Ol(@~oK@lL=N)D*pLu)Nist+7`+}c% zlvqBy^EI{Gp6&Y68EUoJ>RE+rJU;f6=%h_MzK=2P24~HZA0je4Yd>Ar{iks!&3NCE z^;`F)o!%0gvc2fv#7#FFxGiei7yEbDm|UM6{U>n8Ry01@VLcA_NoFm4$_CCMPlZejKuMYX#Zce`9wZx01 zbAi|jjbjTgYXq+JsA00p{j>1r`{U-AyH_8Jam^+|GZrM)!x_uQyBQ*KzhvW?FUdb}^UM<OdA1#lR z%&ssMGpms3_BeNf=~&a0i~T}BZ+$5JW#eMM@_vSg`}*4jLXtmZQmfX8>`HNFc&rro z-CxLkNt9c!TQ8AsShUY{qD2QaaT<7{LhCB zJ1sgxI^WH5`LZWsDWj}=rq_+c9~m8$t70z1oL2nTmS`u_rYd`BPd(?4;Ah*9Tz{!v zdGw-HE$=3aKT5m(m&PA|{z?Dnw<)s(F9ru`9{rzQ@IX+8>nY!(_M30+3h6uZ*vM=B z@jBD;e0qCU$fOwypI<&&ezxAacG{Q4S1xlsQLF8JpuE28;}<8Dy4I{{Pp*CQ8=3`8 z)EDKuoMZN1`26Rj4>zCw!b|Q0?-Tz3u0@N|a3OX3sl+LTOR2!jl`l zC%vAPC#t{EnANgvhCX-vxqA6prIz;iPq!6!dd9C>cZ1`)t=1`(dEGapH65HjYUC}G z-6F3opE=ztq-1~2=F>0N6k43|HdQ;z^D+401fQoK{g!;EE$Tgg!2kdnBu;}~kJz@5~Ss(Ve z$GQ|T3MR11WNp?s6m&77Fv8~pr}gBI7TR4Ompm}j+GN3jy2Lv57JQCtArn+(N(m5=DgYvZ-*{_~|&w1W; zrIqW&lWKFB?yosx#ae5y{f(8j+V#b2YS{MtF8g))_v3r>YtvSGZF-q=^>kI8W#)l` z#_L}KQ^c;l++O;3*Txw8v%ee#|9dVmJ^EiqY4+4EYJ0yyESSe*%AQzkK@Tu<*M3&HS2OXTG12 zw-A?e-PBum``U8pufH;_COZ2(lH9B9ST}W9iQ&`C$#dk6%#2xgcgKPGQqR6We{L+q zt!uGlg^ux(?T;7Di4m7ic%|& zSMEB0^HpCjhd6L7+8h$Dxzg@^_I81?PnE(8eGA_!oZj?qf%T3T z`zrZrifcZstvsQI);wn2o8_r2b{6!vlO+8|GblR&v zr-g~@ygn3HsJm%}Jq_S}@ch1G%ED5WC(|#Nhb!`?n8>w1&IuCg+sM1?=6r*@v)_FC z^Cw&BNCLyh%E_tX`E0XzMC+RW#f$kpo*(n_XQ|rUkK2Cwt~>PhOXMa0c>x>EdmXM< zq}J|AJeu=ns^8)jb6J(7o`!z%7HeIVpZw><$_26gTr)b#S!4cKOZ5EaD}8+ZZQO(a z$0fVW#V4$qZ7#5;`}WH(ul2fbNd3F}ydK6%lV9bKkxm%_rCUjx`6146Nfl5XYjin-Y_Tn z@SY->OVJ))cV>P3IQMv5z&-*(Yw?zQKAS)N<|cyqy@{)2fZqdq^7yKKv2 zneZ?E`>biX*JmBpUi`DOF7coDr@!$f7T>vF&)2<>&wkI&{t$b`!jeaIH!MS>|E0|P z9jjcUet)_94slOU74th21NY7EEBfT0{3K+3@wJ6}IB+_5IgfeZbDV=>he}0S4r>oOV`VTy9IJW<;3e(Y7cl8hd?EH88?f=r6!<9O_t5%|eTzyDC2{zL13|7?U(k1p%y=-45! zG=t|^j8(ZG=ga-iyeu~@pS{_}zj1Np!W+j{McMt~mQivFUE}*Y|LIGqEXIe%es0l6 zO9M<(jSYCtA6O_kE4?OV_BF`{OUq2wn+tPi-Q6tC&Kn$6?eacy)9&ojbA7unnOM)4 zPN?-syI^_yM&m!Te~A(YukwlfJn5Fte#7ivPKwRlO=lR7{m(qUDQoZB=f_Q>-&M^M zOX;+K%sSh|Zc^y%*&=Fs3hOe>%$%)G9=F)9R=;DP#L@c`{9d;+S^YFvm|nxRJ;ML; zPQki>53fJZU!XPjfplHHTxVTTZ0d(UZts7+n9CW%eKoS7LRDu%X7J7`wa3L#i8J{H z7YG>6_X@CPUMLaC)bH0YW6PZdQw{I!_->qat|ac>(%11OI=g2bDz3jV^&8*C>XuW1 zF~;}mSOVI1O#Rvz_FC8G-vYI_yf%B-6TWBuv6HhqlhwwT$hKo6yW+kDGk;xZ&^6sZ zap~u@<|oY)daTM@bGSSDUj%<@{bb#D zHf&)Mvt3Zi;&yf0u4L3K{dD($)K*^0`lTVa2!x0xQW!p+7zU?eNox&m`9VD?fVW1Z)`h~Y|mWIBe;3V^OUt-S9@RW;A^tv zcl>Wxw%lrAb(869!>4u;N&K@aqCd*d5PNf2x=B=R;>oOo(I?*2o7nzq)U5rm{KWKT zyD4SQpHF|re_Z_xqw&`VJA|fv&=P-P0&<|J?K6v~-LJ1#=r8-2m^=T0`z^nhKUv~) z4*ofFf4}6+h2N^Ix_IQOC#TI`@FRN3HvXHulP(G|v1{=xUlW*eFzxW8n!dPc@<$T- zWM67h_8f(0MU7nmo|HeEpJbE)1zxG_c zxS8n}cV@Yxz1dSwCl<#CoEK)gUv&LrY@hl2!T!dN>QQ>QhK#q108?N&K=o;~;R<@3isXHNE?%^Phb z8+>r}9=G{Y@kea>YyCRv)e?>`mW+^JzkkX@m%6E!Pv5Y7YEYnaG^ldh7N;L)`?)U* z?hE|2z~onQ%9{^Qy>B!*MQ!Ejx}&fCwD?Md-kG%t+!Loi`#dX{D>$q@h2hb(^^6s# zza;kL&S7dg;jj5pcuCZRTVI7jBlFoDk8(%YI_~Ex`K|oxaO_C~m6O+QFF3r>#Q9&? zrFV~Nf~NN``}y(v3buZp(yfy(-4WE>$nlTy;^Vb?<&)3ex_P&t?n6gG-HXcD(%EN^ z?W>q;Cs!X;S7atNr?%&+eZcGof{!%9PxF;aHuyVkP5JcvOZmGwf4%bliJ9Kuy#J*s zYp2dx9T!W_B~Ny{dvo z(^F!@1`%=28_|+e!WJTeVPt!TSJX+KI>WJpkl{SaNs@&Wj|GDLU=ljX`m7*^y z1-7VWW=uHHFLv5v)#iB~JEuOK;^(Opws+a`YbAk)+Ekd(UN6Jj1;h#^m3pZe`7Tz_(%lkN3)4KX3fv z+UX?!s#o`e=OMA6rV!V1ZP7JHV&ks`i-xbiw)R;R*Xd@VSDJTz$<1-HUt*s6sdCSw zrhERkJ_&r0(^@`Zf9nU%H<~*3A%EWUvfbwYx=+*keeciO5AlbO++O@K^WXN})9wU* zUVi1r!#}@QbT<5$QX~HI7wgZHSDpX5Dm{>Wu;2|R*U}4ReJkf26t+uEpW2j_*%ZI- zfGoof{s-27|5iO|zBB2S?V_N$&MY%jZQ~2Ov|hW{oLh5jQ{1$qj#c>rCJUpqlpEX} z_9h;;lV{lcbkgC1>xwovH^;41d%JA6-|0ra&^uGAMgP>g_Lsl9rm5#xug3YQ%R5T$ zQ}B-?bMGI_mia&L=X~Zj{YO^nTAR=KAG|y7XT=vUBhC{?+pDXqqqFK()CZq^zv`p= z=fm3_jxT?*+r>Y2n*4N*ReG&a`EQD1{6njjwCs4I7jbXlD^2@D{r9$ga+l(|zw-TM zfiLJ*PMlq_dJ@!Cp96V zbz)iDTpl5zT^ufvD_3Wg3KTjD$Y1K1=(1Hv%q1-4kV(+-*;3vbp^+0Dm|G>LUx@R{ zTh?Z}<0yAg#MCPv+2-`}MvIFjzltf+v3rsc|Ev1_?3-72ZA;EySemx<;+Z{v)AoIT z_V?%B?|Z$L7I^orsI;k<{=UCeuzoT7U(N?l^xlOn`MBf%ozL%U3XkvmUw>)gqlrI% zx?d_$^}6)_yKIB7_zSftwfXB9&up$S;f?z{y~n_#Zpm}q6_#JqZhW$R;a?uOi6y@N z)AIMV2iE;}?%JcYT9tze+rx zd~R>L|M>;w$sLE|Q#{V8-I}RT;=bE2WohlsS(a1IvrRwj5pMbadCeD@?}u-ED*bgi z_JGkM0|)K^o?yQ%H&z~SE>u$6^svXQP|4!KXFJLG`(}HuocN|aJLLJTpyRGV(#ba3 zm+t&8&^l^lQW|Q0W#g)UO%98E`D+iZ^jx*+w_V*ghy7>W4nE#45MBA8cW&3;{QGrn z+>foTW5Rqw|5b`BnSWi>^f~uV{LkZ0CuUem*#0_GXLn4z-{$|ypSAq5e|Tq}@ASOo zA9uWPRpBl9Q|vF2Is>gPg~Z*>xLEhpVW0e(8-HKwMeVbzoMbZR+UyMft-p+fVp>2L~r`H z*=f~>3s&n-|2TazKHffb#hscD-=YOx$-UU_-uik|j$rNTfEx!V>PXAmFIZ9j>f&Ad zq&+&%?fyPXTV?R8$bWyd$6cnqg<7FE)Vk`DKc8=95_ohq{^s}RA9vk5bK2+m$8Uc> zw*Qp8P;z;ueaQWqtba{;PB%TTE3f%0cy8Vbmi{JhKc(2zy z?&;6-OIEjeYT2jR^WQ)J=j*}0ivLxn_O1Oe!CbWAbZm8EXIAeMqjMKeor|fr&ewal zep$}c$zf|%vp%gAQx2$E9k@H{;H$g-?wnqwmoi1G9OFH9ZgS5n^tiP-(lfV_|E598 z3(@-2(;GaFdhA`ZXW{AN3%%pR*46)t@3GgDJrwqJ(YZg3@yTH&Kip^Z257wH_?Z#X zp|btm3I4<>;VaI6&HDWJ?fX9*eXLn^yRK&in*Nc|ZQEYqIU$>y;ZNZ%#R-`*Cwb?w zJa%%Jx$;X*Y0j6glBx47E$2@!PB|1E?l#pX?esHlJ`vZ0+gEnPYu^v~F)OL_uJ`47 z=KLwQ_LjZ*sPC#So^tZooj>Ve^Wq%(7%0E#`6)a1zfHZ) zPv?K_g6cEecDOiX3LU*rJ4s$YougmxiS_mU@01iSXRn=;k(*)KTNBWBIdVoPv;9gY zLD#5j=3fg1Z-{EP_&saiq0i93cyz-8&9iM&+h-oCnw_$4VT6U7P5YDxCrK6d&bIOi zEVoaxty5EM314vke^&K(uUD@&9^bE1TlbG$pZSdBgz~ujQ^$DTFr5;Z$G$+^sJ%wO z&HCdzl~bw=lj6OFeWgs@_qG3hsq*QvZC=lcuX;LL7tLICU}ngPgq9Rxm(leX?I`Eu9*DyWimfgcet>MihX)J*Y1UXdFQ{^OS!%G z_J*y!wpIJkn)?i`J7Q;f&o7AMkbB1Crl!K@uA~#(qF}M#aT6nRpJ~OhHP*ayS_`DS zFWr0mt*Um?{nyhfxPRBi&GEGOx_e{2;@^XN-{#&zh@Mv{IT3%EZ!4FlY|;tAdFu21 zJ~e932w**<$5Oz#VRy*g1zJ_vCtt>kuVCFbXZ94cE!=;SPDx5HE6Lv|=a^7NX_4oCi z`R`uk9#|X@T@b1rzB)=x?^O6-#h-;7F;kDXS#4giWnppN<%CN0LtO6FJ2Lz|y>t>* z-P@3URrhDdLWUn7xUX$`-I#f;{qgbB-2L*?H@*GE->COfEJ-5d9zp4x> z1m|!4Rbs_^?fNT=xZ{ojx3|ds`G0BQ&(n<8zAb-VKgC|dhDTaqx#FDaxRZrlOHL<0 zC^!piP2Jr0mDT^6S$@Ct=HIKopBf!fUuz-gxA5zViYU_wkNUpOY1GJ# zIJ>O%!(4uKsf`kew_BvYJuj@@b8m*caBM`}H~sD2`*Nf&tD4=u{2;2Jc30f`^v;Vq zb+5&jzkP7@*R5NxeZ{jLX;0iWo$2&x!v!+s5;aw|c}E|{C;rKJnyNVe(FGIbG<#Y3 zZ|Xd83-&B}d+ufY_TQJ!+Y}boo38$`&!a9uZjX`br0DEpS53>*Z%ABJ>e7F(cKt7v z`477uXfQz60&IEEJT+m^lx_PzCy z{kD2d?#Jyuf8sCqpVODHvHEYOx$m&N>owMICP(Tk4xEUclD6W~#VHFHSY5rYtg@f) zq@mx-{oCem{C)lHzb~TVU;VrJcweV(V4 z3t!K6PFeJ3UGAQVy2>i2H-$!S*?C)MTSjU8OV;3(kCZGYiOyu-uArwRG)=ohMDagI z(1wX8yOr;zf9C&i$oc*+@hSgR{cZ0XZ@v+;A^wut_eAr9IyDpb7N>nXGt+qf&6khL zZMPj=A0Qw5-!$}~*-rULyR0AI)OJp1iLASJeL)FMJ}$-v0Gz2=`8rF0Sj3x0Y>Wkw52H!Ia$M*7j}#OX&-{eQdw2 za&BM0qOxvfXiog=Uk5AiADKG4REVGbI<~6;BsVUHUg@;^mEkGh?|GWX?!78t}@dG0WtJn!nXAvAwh5 z>%GQxQT;oUSMHt}xAyzA)TorEMw5e*wMS)M*Yenxy!;xz#J=qBFM4rNaJ95a`?&=V zOsx6j|Cd>@R+Uf4NVO;Y9c2X5I*GWX-;vw4!Q zpZ^y)wSU%i#;6(5b)Q~7iBAbz6SM9_TVL2N{@*K?=*jGQbX|3Roy)_W6aJKB<>!B& z_WzB@;rSITl8=4tZf8+PYMrXQ9n zs%$&A!Jr`FYope@%Pv17@1J;NA(QqpCE~;>`OU0*mVEqm|N8s-e@k8m*EYQ3pQSPX z=Igg#$}imFe~_5*A!_T^`wKbK(h}xpuvUif#qC&ly#MtKMc0ab+KdcGm&^bCQho4` z$>-Z^?^b1ZKI{wLp_&qu@TusSM~cb)_}a#qS@YVgEBh9#NRNEF;dRWtWq0-TCg|;P z_`f1VcKKzO(?x3z3b5Y4aYG@Qr+rF?q9!t2O0`rWSHuO)_7Sn#4@sv$hHse^8%z@bMpJgX6Y1;jN@xCd&e}d?N z1DcYG)z>T8!r11ToO2apt=%%Mey``^i&#*%N~D-wfg(+)dar}wrAP@YW>}8^}nk2({uYhc3GNpnSL)i zccAce`q8TB4ZC(Wf4W^YmHnE>$&4ryuiCke%%3xuf9e@kZz>6PzN6&+f0BQA%|HK? zPtng-r+O_7yU#8XsB_Rf^cL@#gxoBk~``7w~`R%@LRra@;@#}WyFga$(4m0GLMMw``!Eh;OFgE**<5rv-(e8e!u?zvnvlcd2g(bU7lcgu4cE7 zj?w%+&hA#$k4--_pRIm;e8$x!x0xp2yZGo+`KyPY_~-4HJ+iH1aqo7U*q8frH(D>d zu=ww)ka+vM>2-5|ez8@1QFo+dMMB-IpRa=f9uTxL$8(PFJGM$KBDYtF~84 z?b#o>bh-bv`4VhfZ+l7CSpO)wQ9hs3s$ibJ*b$=u^BWhyKs5=OMfG`D-Qw$YphnRPT4ze&(THP6=H>ZT<*To6w;OnNbBj@*ztDD zj`9!f$IQ&aZ>zCgWjJtI{ngAOKjQ=IoBh`x-uK|MD)aXue}yQ`x4UaBeq_Jpzp>%{ zyS#(e{rR&cl&)T0{_2*^kFx3h?X@${PZz$hy-8=@8c|EzIL+q$*J>E2T5#+P6x^** zRasT99OFNKK{g}rAFKA~PwXabovretrb{?q(@&%@PWDD$13!EG+OsXSkE=7euWGWV zw%U~|*Za?3WBhiKVbO!jm9?_HZw$q?eik=sut_q0xcsz;?ax-*Rl9fJd2(0n$l`|$ z%l$9q-muv(|#Fzdm{8T@m-6pWK4>YZE_ltkn7NaPv&b+hy4XFRsa+b3Qon z@~1B=t&;aVxNP{k;b*{ypS!<4G5Y+RX@Q;cJkc|cvWsWM-koB&Z+>;>f*sdw6*#ym zf0fkUTUI8=Fu!l1{hMx&iPJ?dI_{Hsr*^%sX+B%LZT|DrQ#|E;(x2^%jky+!^ey+l zl513%q{r|tZXH9%gHDDA=M7y|9_30YE7so7n0~N5e0y$ef$XZsmS!^FHotCq&Sm#> z``0g;yX^AA4=ztW8o0&r@WR<|ETsJx#VIOBbI zWa7=(ieDwQ)!O;DHyiJBku+n!{!{Fa<-D((%B!^xxHDhrpLV*t@#fjc-!;|ROE$4D z4Ahq?x*zK6QTa=xmishITJ5bl7f&>vW}nahZ%=4^oR@Cr?6MX^|21p4vK2P|OFSL* znZ0$+s}H9;uTHR*RkEqwwN8FQ_Qr$vr8(oC3U!7&`Y09Db)~V3gU#_`+r}BQKeIl2 zyJ6qb*{eQ>e*G5mRifO-@xtZhub&+>t5|1H`Pqm0bj*ZdTZrw0rjbn0A=!l6iKq>B?T!lTz(hJ^p;Wf4*JqzZy+FeSbZD`-gu%r(gf`hwYz& z6|>)w_9L;s4y-rgnrG))ewJr;-LI09$4{PQ|MfpHH`h1i{@M$Lg&V&;@8&O=Q=?F- zQ~g+e_Gf{*j}Jb4asM)TviGJZw{Ec;y}qxf7Zx_-T(Q}v)(G`$g1`DQBm1^al#Po` zy_{0}OZtCoyNs0g!xiTa%3iPf0h(W6Iqy?%Z8khS>15uM{(&iu<-fBZp4MOX;` zr*DnxzE@et3N@HN5}^!*d}7Ppti{__{4b4O0t9UI59dDq(g+uqhB9owEE z(S5Nj+U2z58kHr27rr&#wBD|>`azEnTb*UM)Rf|t2iY~+m)kEhZx6fvYW=KeksTR7 zBX!sO_^f2V!Y@HfL+U6~=bzWvwO37&)5Xg97Ji(w;kLKU^u6uN{jch-&Yop$#oATL z>(BT=G-l%VtzRpinC#SE6gYq4rQq z-dyj0cTPM#C2F&vv(5QySdhUEqvb!p{4u>II4{|D>hb>ixp6NhoeW<&^Rj};8r27f zy4{wx?Wwe#DKa%fZ?Wo@ReLMf-B!C*vGC=`$MMVmx9`>F$W^vJth{z{=hCCE%1kDG zU}^thWU4%2!D~Ki<%bUZmFznwws1PR1~{*6j-94(Sl>8M(#cysb)6Bg^~cP4#RJpSd<|9WNhtjUW?rrLU3{4v2|{ypVCpI`s} z|9|iMzxphhT^o2zGZdA6AM*`cwUL8m&cn@%A6|Uy)6lzoZMsic!KaKQ)|oMyyk8#Q zec08M?p|z@q7v{u`i!t#f1mB5FF!9{PVYB@~SE+cq)bg14hX->P@qkpHTJ)d0 zXF-g~tIem=BR)smddRiF|w!eVk_^pB=t&cuoC+-t1a5Wl3Y*9_yG-+Fak#H0C^hRlF(p z$Rm&ArLz33R_Eu*rOJF16xN%3oa=@G1GnOSlMDUj?T;^BToVv=F!{wMf3uA`W!1$y zOLC5yp6Xd1Ir*q~bla@?&xSS=O<^zS&P;GFD|>8vN1w!!_!5^Yx?KO zrrPLOH`Tf=icvbxoyV!82M&vhn7u4H^JYxiX_fbVbK3PCg)>~)_5C+1t38>T(&)eA z?$kGnR66aK{o7Tsv`P}aTeIbS|@q;&Y>vv4JQ}b$zMA^Kh3Q!Z<=zM zUM9HpV$xtY1hQJGVf^?_1+!@gI8@{P6xaVaBT!>+Kxhx8~mE-~Bu6SN7p2XO@|L{`$It z`;B<*&RLB5@gWPCbR8^Nw&ZTy)Mv46PI24Z<$*J@Cr^L+#7k+m_Qh=`Nn021`z0}B zm)rcWQEy*Hzg&M>%JI(D@>jeTv-b3Vd8#zQQn!6mP2*#W**UW2)t7`f7uNpURXpWj zYmwyd+7DZJygVg82D#UMRk0|4@c(jr@alj1d)7?-?HNCharSR*FEjNu3CVgZ90KD7 zuQThtsXv$S+ji$U)gPJ$JMC4Lx)d&4yidxGi`r+0)*}@a(zMtM=V{>Xa2_SHkPL zeC+P`tzWw?Pd@sv_K`AsqkF&E&zqf2**i1IEG*pJ&}q@h_8I%vt&4N`BhD{>-6Q$& zM8D(BC;Q`a>=a*H-~PKmpI!gE_a&uWKSk#EsHMuEj=C(|*RYO#owej@nTh8MOPj+* zZk4aR5g2dFx$*PlvOS(B>V%b7x#i7Y!uYhhDp_V_>Ua# z$+{y(Wbdk5f$_Z$Ki~U%t=VEmKsCpY_1idh^3MOYX-#H%;g{MyJFj;>6z*U>ws<as6#|=Nr-oHK_`s&#+Aw7MSa0~4a=Vui*z2ZyG7#(

hiJ+S5Zq->z6+myq(*E$f^_T;0q^%Q+(3?cXsTtZ_NMUhqrN;U^3YC-V*6 z^#$H8sQqVj@!N|(_k}mz{{5@yebaUAFx3@B6Cz(3o_n`>vySaF3v2uHH)`!HqaK9+ zm^5i^$kJ6i7KmBDT5XuDXq-^=$8nFP^EHh+A(?Ln4Gb)Qo|C8-v|Aysrs}>>L}`0l z`^-|OS@l(>^)t`hS@`+AaPI2wU!NXj-8yUKg+=lbyA|APC!Uyb^ikJwW=30vhsK?e zm7I&!dFQQ)db48vyp{vykE326tUvG}^MUE2xd}5)OWia(Ha{mrs^CO>#wSJPnnTOw zl9t5gzO(N6`OsE&Vf{_Dl;z*QK6MTCO}y0P9sQG~zgBeP|DDM_Vt;#L^$HB_6nAXY zR0x@uCFpz4F}^p>?tY*1wxaU~vW=e@w>276ZEa$+AISif4W zuIae_;ftqid}4NnXYQDWt!MZzWN&rl)ajMe?=SklQ`ubZu3olr%H{i2@+EaypXObk z9=uUkPyLtk3I@|(^ZO%gZrrpNIL2HYP{p({Aa147dKT+ftNR&SU%$1e*qQig;jCqi z)9o*x=xcn>*!)5_DO0sm|Le_ee`(_<(h~oRBD1BBeciWjkHuaFHF4)j@jsm&SlV$N zVfuLa;lXYH{M_msfA@1AvY!&reX3jb>($8#Md{Xg6*~_;ebUeKIa{IEmPOCZS{@}**83($x5Z!CT8@3V7#_2(@nrkAYuC5ewKXfY z)|7aBah?*fWv<HgK?2VOWli+sa-_V@=e@f<^b))oIajmeBxlpsFHduN-W`0pIg)eF9;NX+*JTjAxJT3|Rn8*B~SNe?b52r1A{=D!`x|zM@nEAKDw3us)KL1zW z_+`~T8;jmEO}#t+a?L;e@s5#rr;E-r&XBM(MrF68rGNK_FSzBua5}s7tJU^bw;YaD zM5Jw-Z_2pdnhf41K&CBJk7tDUV)A7wQqsJR2Zv3)u zpAARKzJ~5+if`)Aect1DWb8?+n_0#%F{OOcs-_mR}=S zefr?(fu~oqUTlz9C0=88^N^LyvIA?n9|k;nBlanXvs^u7qeth`=)YetRlRMn`d~2S z-}(FIwU!k>n`WKtIA&Mh*RHei+)tl0vp!93;mNOeaE2dzq4|)>+fbs0{nu;VUYR#} z^|k-c3plRdm;dY2(g$BmRGzKu;`qAUdj9j&yvV+Yn})km&RzK_asK(|?z$DW#?v*X zvfpp~_v=t@^4dV<*Vpe^*H#*Iv~s%k3klAPXiGwz34z-O6;9@Z5y-)+4^*Vq~#b)L-s<*~g? zyUIq3xtei88^sPuKNkw9JN86ywsLQr+*0lBOS_apT`qd-%E`PqzWZ?Vl*m2D<{8@_ z42qbRDxclgZ>>=C$ZFAT-aI|eRZH|(4nFY)HQ|0-GSO}OclO@TmTeR77RG$$dw-Cp zhkw(C7Y$BZ+Z}xl1PMzhYW{fS%qPS#c~*kQ^6Cu<7ne%Jdxk-+6+ACLLXnb7jD?tO1oqC%P|N zowz0|+MWJvxX(N<#m7`K*vVbLL3jN%Cb1LWHx|v-64~{9^7duoE+-Zp_g+-@`m?Wp zb-Rz))N?HQb3RloXRk4?ixE2Y@b#5~Y3jCjKc9@gG+7{1{P*J@W(Q1~M2ng2YEo70 zYb1EM`vsS`d_OWP%#gKhX|-LY_b*Gs)2DaEJqi^&a%OL$@d=4X+vRHFO)SpW-0GO# zZKLBa%4dE5Zr)u(ok-ifDME%is=tn{TJM%QR>7KxC5xwj$q-RJWOovhPm1qMc%WW|L6bp%IV^pZ*Jl% zw3L{3X3qLoskTCS|9R?OeB?_xFpWEiTXEW&j??_6_wVM}b~+{*hIdRq-5GK3eD2RL zs{@0(zP0|+t627P+EmZu8xlT6T3olCzsJ;;^Ri9oo~pl>3n$h!?PmEd**4*6d3QH! z|Bd%E&q*J%NRL=>ni~`}m$_|Hb|&%P6MOA6D?cr#YQ^y>H;Pn>Za%)srVybYYs6C0 zeQ)!Fm-GDZP3lXp5$i60_pf2Lpzy6F&t^+~+{d+AWmnC;eQ(Zu3fjlEaf!k2H(-U& z*N9D?P&chL@gmzY1yL!}nKjl$uNI}BF}Hp=zspzc)Gr%-l|vk*=hgFl^$Vis^*;aN zVkJL&)`#=IR;5|238<_TNc)-5cDYd1=f_bdSEHLCAN~Edf8Vddoj;!LU;nC&vGJt6 z{r}hD_y3l=rpcG>+kN+!@9k~&TK6{RD};SKE?uUQ z&HZX&c!{h4}(=dxHj7RB>niNt`+>}US-vN{XX-@r_VbU1^XmTUtX!#^5N~@6Hfe# zPnSJelpZzvs?nhhPageVIbrtve<}_tthW^%Yo5z+pXiZ29PjvU;Tx%a^Hw{5y>IsL zbfwyp9sbIN|99KpuiYfDQC#8S{#v=5ot@DdUK>p&or~m%e8qd(&i=1)X2c?wWr}t; zSlZ*2d={>{ZIR4=JpnlJzD&8!N@QN;cIkY1G#j2|6_G{Pf=aH@N>t z$X(d;{cUT!=bLS3h5t$JH_M!&pmRR$@k*WfPxb14T@RYU_E9s*S@F-Ql$v!Kyl#nH z8x++_x7FP_J6-(3H0#YZ7ylhxe>PM3KKEgx4nb}`uA@nrd)M?^KmF7+d%oQwgOf{y zcJWti5;>(}dW3_|I50%aLHPQ~UxMcG=aOBPpI(1E+*J4R>bOpwJxt#_Q`b)9S>}|a zzf-U22;06r`UeioI;rC@^HeN*VB6IRE*TL?CLK=huWR%6{gL@~UZ41(Mxm7+>wxkW~dg_U~I^3$(>y!^@FPTdR*E(_ibaZ{YUU3d@MbMV=}EV+Aj z`upQgJ3noo@9KAN&(E7*tDCu(De2CCWIE0A?0kmroey-6Jw58SZ_bLq4;KxNP4Q4! zprNzM%O)jMB%^9Z>8^LrPIGVVP+czFssDc7mbbIx8-DXx7yit=pBd=Ea(dG1_1f82 zKVClkz(64+>AC^)f&B(D&-VwjO`LqFY0c$Q^LV{G>4xiGzr0j&=KpW~X@b{{&Ss00 z*HtYmG_K_7zj}#x;s@&hS6TaB{@@7-0jF+1+R3oxXoiUHoJD0|tNBg@$(etM$&L9V zV|e_K(IRK}-!?VomR~AXzR@wamhrZ=KRcVlIP_tl)k+XPWx9&VBp#E%V_=vjrtGBy%dgcKD0i`)c+H^leo-77=Q{fW_yw!5^sy zj#jbdpPwd8`)nL}s^ZgxXR~J=+x+-pqj-S?$5uj@VCc#!i2j8PTITn*WN)MX^KCZsPWK+~@!X*O?+nAIr;8ay`Q;9^)U*98TD+uq z&z#-<;`Y7&npiG4pAKSp&FwNtAt?2S=M1gVUH4k_-FHuNJv{08<~!{*J3DJEjXH~K zTKA`1nWi!8!&4F2ZyQc6da!`gg69lx#VgT6P5gF6bJv=Gc-r^7XZq>XeZ5Tl-ZDnM zPfnjN+849>UMFmkln;S2ynB)6q|LEqesg(HnDb76p z-0CRa8cVC(E>;<_SB=X%k1zhv;VE*LL;lr#zxmZa>fZmi`=VB}b269ggVR&XADrGe z=WrG0k>wMz11B>x|NQU0YksHx_1T}E*6<3nn@UY^e&BK9 zPSxGx(U%sS7W!^k{LCyYimd)^L?Gytl1YTpStt9ao)0d8T;k&ivxz)mz88uPxC2 zaVPNU43{}I59_br&-2+*QfvK%ZJ$hd>!!auH+`;C>BtW8%S0Un}=-`j5 zuUB6FdY#|)i~NP>m)YO157_h1@l8wH=7e)#LbOks7K zWaZ7pGc|LAw531W7_=)EeZG7npy86jR8^0{m5Y2Lwy)XJqR{K|;Q6V?Tet50@NMzb zrCKk}n_UlEb9K42Q+#}M^^fIix1Kup`S{k?=GV&COm&YwKj*dl`t|#^Tr<1>>G%Ey zYfY{{=5hIU@hjKZ)gFBRK2LtPV#xKn*bJlCx$peN z%Qf|3EA#5ZnB)1JCEd;|p31n$;QW1NU(%=5Z6b>{@n&ac?@rQ4&F+nd>vQ(rSuM16VeN@6 z4}aJF&b@ZGrZSh`e%^7Tm(TN`&puic|Mux}zTV2^8)~GxmmdFWR92~V^T71Q=L1w& z!^4>`Y|`;{SZ^C(VBesjdFDl1>e|qRM|Nx3?uD(HdiL(!uT#BJ#lM)U|8gzq4H*61R_`_I6a%-CK97Lssso{3ieHocxwvo&Lv@_)HR-W6pRe znFi+SG;u((@^#<7cXYn_?OmB&6& zF=k?t!jgj2K82vrz*=lAFLoc~j| zqptb2ugfZ}xRRopnxJQU1ShiHn?J)L{r>Oxjd{;c>+W~jJx6F7Q>pBv$R^9XnHL@X z#NM7+A*PiyJvz4i%^wpky(g|A%nAkUcO5On=E`(m{(NfJ^vKJW_N%z|=6;gVEKj+bkMv-}o=Df3~U7BJqm2%F}-~cwf(#PUHW^dpC#8ed)Y&)+K+B&AYkm zw)?j4;x%bdC;b1qZ+nBC?;34Gwyie7pe&USVKQjXvYr5rErN}aSNuN0VvHg`|UDNu+>DPak zo_t$0-FIJq{>G#i#}ECR@w)Uy>Z-Xag*{IfRXOcaf5GySSC6s!)6)&_72oIQe0e?T z?=Q38tFOGR*;(-P{>8-2J65}1ewZp1^(=7BHqN3;PETIwofg)vyY=%E19an^0b@t!eyh8QYqyw3)xA3!j{H*=2Iw z>%?g5c)J7P`7b<#e*btaWgh+f*Gg4JDVWo9H1n1jwKkxTQ zn5E*qn0KzZ=lX5mU!4B4qKx@Rv32~vv*w#G-{(B;^!Ie}J=a(9b=U6izf*m2{~WhK z8@WsSYZ}%s`>^x=@%ZaI?pa;Gy(}=VtZHlW-3PxfXm444a$j}UmAjLF247zB?c>dk zReLVI`XXifcMD(j#?!5FZ%t1xTloI#I{SLNCG|UJ6c=CIf9Ln{-_!X&T&-L4+)utf zw%WU|^^2C!6s?cfJDtyMzMwrPytVeb$n78VR;IbG?tIx9Y}}L6&wu}TJu7jWj;!|$kw2x=XD|PKLC|jXp?%#) zTWcqO7VbWuxApe^9np7IaMta1-ZUj6=0^0NZ#r6w%&*V0m%p{&=F5_bi~IMu{5`$& z``^Gv;wS+}#z-}~*)&k6sY zDq3Z4OS8QAC(TmvaNNRwPwm`Wrf%C~WSbk!b3E>yT|HNN-t*J!KVI>QeE(hh$Mjp- z=}U`mOnV!(J^cRd=H$k{pcPtgGN(`e+gVt3BkRhn_K*mxe&2o9t?I68$}4&DM0v}} z6wY0s_IB?~+jYfLoUYHa-~RdOBJU&%5$(24=~LAkSBFcyxvFZoK}S*j`ktRQ(`>}* zc6RqKe_q_G_xSY7ZDA|=_q)a2v$|gGapPf`Uv?_je7%VqIexEOc)hi@yJWKT^10!8 z*ONZ${#*L`Xli;dGo1wZ(&P(<6^d}Hjyu$oNleX zZu0ujzAGywHmo;q`TN3i=IdhzXPe(?NiHJI%%2cqKA*TA4cx8iMPA|?9bWo)6=7urcd1T z$*D_?(|wZmhVVips9!ZF!|u4`*@&roZ<{Qb!}s{a{QAs&e>|>F46WN+vs2XO@KK4Z z^OE|m{$ho!M>S()cE@;K_~E(Uv`%P0&z5KLv-IC@;g9NFKSTfjJ0;gMfqfdMJ-0Fa zUNFgR=lkf=3bzMmuJ3s?W0A+^R;Tsl`9D9Me|-A=9mQv2tryh1&g&YwNqiH&@nq%> z{dW^I43|squ+)|AT_=9M+-W^Tt^DQKBN1Bywmdt0Qb%c#`p!?RZ;CvV7I#PIsJ%Zg zbi@C-NO>OE(3g_YjmJ{A=JpyL5xucoeR@ERo%4?)liVfl8jJVWi(Ok8`zZ9&Q}e*> zpPzn-30os^_Su%2I2-$e3F~!M7Mjjms9J7xDl#Z3ASP#?TEM^0Tt7caue|-UXySU2 zMMvjMTjbPnF>v#eWy_}t+8T57oor3g=*;a?y`CgxG&|tM~FZpS0X8 zea&+I^9k#9I%hwXjAz(a)3R~npIPRrGuAT6THXFx^mW$fyWwkAm+h0$RBB2;IREn^ zfl1*K&3~VSNbS2*e*gQ0g?EZoZ*Z(ycxBtO<;ykawZz~4`RU{T;<`V=zvj%<=Rf)) zCtmoi(3APcyf(xKT{?YQ^8PCQeGdWzDsD!k@G?%>)pBIhXZ^CbH9zlWpDT~w_^;eL zK2F7Jb;Z9u>fSC1{<>NL@6z9$KWlj@?>kGkikHsIv(LGr6u(uKmoKpYzWDXo^7ys? zG8WWV&iFKSj{NMJwOhnGdk)ok#YUaeIUYV=*QR)dupYnGh1{8P#ow|6cct3hm~UOM z_UAk8tKsawrypLM6UD$?`N?pG=Av&dLGQR(WHMEi4sPCXRH%;s&n$~25|`#z|FQaf zH+*Hi{gQgi+@iPP`^DGQa7$XmO$$?dR3d)yyTXQ70aG;pTo6j$H0Mn9-lU`D?O&ho z`1aAwW*;rj z|2?^Wp5Cu}8TV>lsb_Hted*EavTj~dbM^aSCkD@?Dz1N?B7c{D7QMgst^dEuT@71; zZX17)@hp3`W!{F~)vG1%$0!)Q3z({U)b`Ob>mB0S|L!OLJ^lOV%jmyFwmvVpzIIOc z?m0MF-#6%K<^AW;94vBnPN_SW{9zZoSseE3Z_Uxg&cCMDAMwBcYWnMfrv*>$iCUh# zacV~NtRRsqjyIk(UOjMlzg5lY$zBC6MQTDPO*cNSM*9efs|n_cwlY@8eSIB|i3 zNGachhsRa98J92xzI4fZDD<5{_U6=OLXNsg(Oo9GnoVMkrdib<`NnS-9=Ck^x%TaZ z1gpFC4dzeU|Ekn|Jl?zpCus%L;xR-eaJ0rDKumj1QI; z?Cx3jw5OJDHZIzH`To2!`sUC5XMa9_{>{;Er#D}IQT}aRXvMDck=`=ArF>#jez$B? zOzfG^zB6Ibx`hvGPTFfnV6ZR5r*yB2R_U3t1W`Hih% zmd(%ivwjxr2+mPSe0cJ?aH!$As&%KD#Z0nZzb>|7_kS{d_UGkie?CwDru6&z)Tuj~ zWE6LXgoO#M&QehK|4=idrbgqEL}!Fh&7p^ncUUd){ofsRA^XiNm*4xl5tbgTyV=*Q zeK*_e{4DmL&#(HNsQgsC|AM7zS5oiMeHA5hS4cO9;)>l&8`$aIQ{!@AuU~Zs^}7TEOD1plurFc5^1jCf z`#SI3NqZt_**yL8&!^A+WETJXIWu;9y|hW+&09H7=W#umUmSXM$!*8_3+e$a5{ikE zCDF4gg^Jw|g`X{48v0boNF-Ne?)md!R_bdf?*FG-->}94;`;3o|4JftO0Bf_9$TsK zDkAE9bh6>O<3*=_x+gkHl=XM!ZNDw_TsSdFPDMLiSNpBj^qlN%FMQ38l)dgMf4Zyg z_`>cTrXEI?mm3+QR`x8`*;M4MU;gRovEJTZ>Elo3&F#X2R$jdFLSx=34ZCH2(-#NJ z+ojjPE|Psyd+?mrA?Lsd)x})TG?u?oul}}uuDPV@+661JcG=&(e}De95MABnrZd-S zMrW@1>*LP8`=GnfV&xY*pG@Aq_ueV5=V!OseR%z9Qo(c1OMFSvYO0c5{Szm3A8vp0 z)Jgrk`C|zOXVLaQFT2*oNw=*|VGg^e_9DD@w+(N?8nN1%&yvi)7BSxSsZD--F5Te& z_7@8iN<|mQnHHp%74O_HFUUJ<-}KW@%Y4e(QbV@Co&2(9o<+6%BoPJ>2T6@B_^r-@a?M zhi!rqBR-_I=`Vd!xyf_W`g)ri|0c=q*Vk)UleT?@-u1k|zo(uhPmg<-e)-7_t&L%( zRntu$`KIn+ka;~{<%z7W@QJLry>a!T;eFMG9dnkZdoG=)_hf$Y##JnumOr=(8U6Hj zW#2IsQ`GsuX|L%wVb|X|Tc6ZS7nyo%*Wxd)S=HGNyPmtlW%(;Bm;3W)z8Pe5cx#oxE0>&wO3`R8&6P7>Ah zx_i#P*j7e7W%*ZO=YEz%uae1=_$N*0ZW8eO@k0OM3(Zc`E0Jqs=wqKid;Kws&-L}Q$2A<37lRwV*rCVi?zkl*sDLMarb&C(|c~LC2d%f4{)8FE^ z&d*56JYILE<{j(WAKGl1Ter_=Torh=;DS%s@@Y5iwLYA=Z9XrRcfP5@`&@$+5q5Ex zxI%B=uXpL*@9noYI^=)$tnIEp=3o9TeIYD$FUu1LhVz9F!=3I)dkl?iOrP4>l$bOA6v$<_d%>Y5 zWx@Vw`AyfNi$YR2;nNSo=}p=h~#5 zhC5!LIJvQdnVIor$P3m}n^p?^U4B7y*2KRqT#u`EG5@wY`MbIOJ%3E~s!bb9TlW?I zPyh2z@$CKM?~T2Ge0tZd92$68zi8+0zy9woed*ix=ZxLPWv5J{>=f&_?>jqTaow}? zw=-H(L#y3R|4@1Etq|{|xJ<(**lJQv!|YDR46dN>uU9_INj;wZ`_10mZ5dm-IV)wa z3;6sf2-_bi@aM@BmOHi*nZJ%Hl}(!6?wR+ah5w=Dr{$4LG-5aF-}s#-xTC@_f?H4d zP(iwGrDyu5BBun0zhcgLm%cMqI#WY_dPVi~xl_-Xefj)6=ekYL zj;X~Vle?|=HBV@_ZgsmTYbhhMrcgd^L&wAdnYzBd{rY07ixuj3ZC`z8o7mQ~`UvD6of5$;a#VB_R#~DS{3rb&3pIdJ7I6N}>gy~z3-6tNGKe@iHdP|4ufpZ(z z7Koode(d(*S2Ns}Zw{H+7n9bcds@2kIp2arU(w3#fo>0CBz!b157_K!W$Jn@ae3QS z>(0U-U#AtntU65^cL7ow!OJ#7FRCk7N1!$8a&pC zr&8E!9pMp8Qv6|G&B|W?Fng_C!nWLar0uJac3!oZjbWetUN5b30ph zB)_x7Cx^I=^^4!zCd^TEKi^QTBEs}#;?vY$(R@!U<8u}oESeU3eW%mGA1b?j=HETG zOus8Tt8mliBT;8JHb)+r@|?9ROlj`Khi;GF=KYd7@pz(N;tl^xm)`iR)b#BVTF3SC za*(9;outjyhWmcLy(zlF`*r9YFTUSb7{2(tmsYi&aq8*RxwF3dEVF2G`LZu!!FfA2 zF4h-L9d*o-pYBgL3i~fQu_5G+d*UU=C;lZFIxF^V`s*!rq~r)dNP~ax4HSr)862u8V$V( zvmRTlTmP_rPi$<4bhuP${I(0NKO86J{!MUIOK4&hV^Y+LexhoS{qTYPrq}W!299he zJ+xcIlXkw|Dr&PW=JeLNrJ3bNce%avx>1{<$mV`U(d6a=U(cq?EGt{K@SlvHZ1-cM zfAzWY<7Gm>uBnE1rkRwRJg$B=`}5rQyTi-xJTo}%@BZrdPiZC5j%SW9FUtAlkequN4ug9N0N{7kI{@lv+VBf-0`*jQdUGVH;mR-21 zdXdBG+SO)u|31DtapL^SrTCx!68|fy_MpPfrAv>V`FQz4*S{<4&gAb)+nICn zw!ZVn=TCob&t2;<*Z=mcgRAE*`WWMG-mG%eu;EYXs)tX1+-_eV!?x|5g7>|HER4%M z(iH#Kd8-J_vAJ=xa_8pHDe39)j(xJJ_uIeEH@32`T%f>yI^p^J$`(P33;IV+$zP}u zebS})N6MG?QLY9YdWFtl@3dc{!3Yv%WuCOzQKOTK>y=2twSZI_CGf~ z|2~i7_C%B80(UvF7#>oMdb;L;{UN6wv+DVda~(rbG_7VTTgd;Lk7_k{r&$>eeYLPZ(QM&SLqbK4xAD|SX-JANd8-Niz!QVY}6b7n=4 zrY1OFxMnV?yiee%2B&=2)^kt2tP+1-=-U`EU!_P|`fhNd@p1pdk}j_bwgAd^|iZD(8p-*bE_`SR}I!GpY|p8pD1EJaW2<}4}MBON-SUt+@JAK%~IuiK?~ z<4}cpMU>OI&)&XO&G+pOOsadtIzjCAy%ST7miB~Q@?NTRE9=FFYuj{xnf}h29Glj> zU1w&S;N#!F|NfP!=Q~?&HA6P_pTX@3Ti%|v?9|`db^76lpKNPd_HbE$KbBj2Qf@=7 z!0vvtS!eS$_pHBXdob_6Nc#Olye>O;Xlc#;={k+?q>_isEHUJ^o}pZ=ZhSUu=}) zx-z@Uw{}y1Y@Jv#Yr^LaCdF>9aD7Nta0M<9=G%RSdN9f`@i$(ool91-`(_r zFEwmmH+4(Qx&@*qAMCBs^3`8lXcrLVQFHakPWzN3mi;~U_HXleF6XGuyn6XMGxv9^ z#~-x})F16Ta&)0pT2#W1lNO!(7WVHw|6$>?X9b(joac42Pn0^+d-$Y|#rCERrdghlE7R{)ddEe#^PaI=i@6CNV8`RaB z?wIoKan!M!fB3n?hI7|;R*vo-1|ogA41bLapRw%Q8zW}gs<3wN;>Q8LUU`o;+{-J^z{6fsMmgy+kJSx4nEm{xb|Or2T8X%ouRyyP0^AN}du)2-G?^p(zu^oyK5Q8cDi`?2cW zZBrIzpPKsR%tR9do_KRTr?>CAXFocAZ$HEd z4+_nkv+Q+Bx@~#QzfaEd;tzlOJAYnHeXzd3rzB1HEgPA(IJY_(9tk;Rv;4O}vvjod z<{P?6?LBoif-~>ebiKT_=1DeV(iySM7f(F26kaa0q0q&VZ*^(e3OzyphMOC0-yPL6 zlopQRouVuAT7KHkoqxsu)Sd6VqUUFrAvw9BWTN3qt=3;*>GO{4TUx=UV(fUL_3_lJ z&WF!4yeO-R*mYC#(fUT^hf_^9EM3RQwZ+a^qA03u?fIAaTjPA9JX*XNcL#7?+_h0O zfA+$4HFgUAiOcdfYw(%7COrA)aq97Yh0n8ht3EpuwA#evi{i66TMkZAf8MeFwBZMJ z_p9vE^Y@0Nm(E$_^}T8@_s6{|P5M+2@f_(ssT& z?x}nN{|&`!mV#_bOU`Z6O?|(0Q_-p^p+al5{uGLPxAe?pVBoa&ba4z>!7se_bVj&i zvS!AYV3Xie%|c#mN()_5+e~lBEBspf^-H7bp^P~j6~t<4{+YkxUMTQ^k1>CW7wded z=i=fo4JdCidM-Q}ATq(LKV6rz_>!O|GhwY)?dM9STc9+VFwOT3D>lHQsa#vFFt8;ay zziJ$H+Ni-TRW7K+>XF~JBxILeTdi*IS|excZAlOJ9MqPHxc&a)b?q99grl-Kb53nq zzFG10o7>$tRW^v*+6AzlVXohoF?Vk3?=L@B?aL}v3@n{=K6$dI^bZ>i+v3GHb&hY} zv-sKjZ^eHu=CxQdT;{r&>Kn57?!Fr=T_^RMQnxYfeH3vz_1E{cx~w*b+V5RETv{r< zr8L__X@=13>5FH2UN%il-#N)>$0DPH_v7R*oj9rZcx}Luw(xWPz3Z>HJH;|>RoJ&@ z=gyd&o3>~v)s(t2%@_U8WpQWmvHtIekJO9jr7VwLY^|ZP(fsT@^9f&>eC}{p&M1he z-B7Ul@uLe%cd=y7ePr{nm$}ryTPL$S^}C8d?wM^So4rHM-v7%TP=EftyiD8mjt`a# z#mZVP%oq5g`rC$O%G_^pt4nV&e^#hE`Ge~e!`|FSCoX^6Hdj4(QR^{Yo!(^&JJ&0T zl6E4@}s;w6O zRm&}W85d@le)V~QrQW%y_BG=Av8#$B7RCxCe14_5Jo}*K+buVjeSfy;efsyLn->cN zy4nxFI+OJ;um8nDVeOTU4f|$CJ#Lkc4(E(3nERyi?YEyrz0N#LpDUMUZDT4suwHDg zz_!mE>UKP#X1gz(Ta;zyvv!5%w)KP&@ewO_30=(+ z4dbnSv7zZyJBKAp@}YxTA9jW>6`gEbu;}K+wi_DmPy77lmhE1C=-8jT3HtrZ@B1Ik zxFzd%aG`_cy7lu9&cAYH3)ivc$t$mB{HmPs&qgN8Zo}3c7WX|vcWW$^UVQzJ`=xj5 z0$R^y35$hIOw<0h=Fj?_t22F{avgRm|E}kf_NT`}<0eathlhmFgf;A3j?FIZewmYI zwXRsQ?5Ur@jZ>~dr;pZL*=A87e(G&~!Q{RF5B!;ya`}1Xc?stio6J)@WR7pX@OjR2 zoA<}}?9(f#y!vsYsa${KryPbkjoVE>*c9CP{O{SHWowIOe*K>H&vJjg z?d8$GzDR?IrfHqBHf zV#YS7X8!ed>jIu-GOhSn6EtheI=z&-f`EO?H-w#a{a@tXo<1Y+hs);+Q=%BBedrV2 zHvRR6-hva)eJvgzFrVjh?E9mIyI${dzwpW88e`!_yV#>8#j!Tx4Sfe*Oy_ui*RYB8 z_U%4r|BQ?KXTP7ve0z1&%$X*)b1r5szh38k;&8`#hbjhnF=J^x`S$fsIghDk3*7$K zbC+n4v3=R%YTcU6pI@F=Z|OgL zeEa;0Me)0pmvua@k2!hds*dRHD{s{I#GLsz^*C$#KVObtSI=+L{e0%;qlG{Io_@IG zz@e91@An)iVYsoBZ{5T0Q?G2+Hn6T1WK_+xa(1v4c<+=t>8#r4m;kw{;crUx{HxSs zHrefe8l-XJyq)Xsh^V00_;2sc9_ok|Th4yE_koq<`pkwuckZBRZfP<{KEzX#** z+p{;+zge;M$J^^co(vKd|Mt}W;$?qTq##gxwUFu0k<8Md1Jmv5cki8Ze^dR=b<2Zt zm%lYgKGDMU!Scjs={8%B=7K$kUu-&AqT7-xti>1Gc|DfP`z~)yhjWU8xkT2xrL~LJ zJN5GDM4nGb)SLbEPUrM<9aGvDr_V|KpQlqlVfH$$r!N=$$zXXtb&9?CT=mbZQ`rP& z)rZ{w@xwYVuHo;8dm>%>zo#!3`<(u*i*u@O>v_qNAM1h*tRD4pmmd6Bd$I7rZQCyA zqx{-=NAGf!Jg#=H&^_6~u}Qhkch|;!e8yQDNUi7f5 z7ch*PYI1UBsHMGudf*e?tK04WZK~fn&$lttZ`s_~H{}I?*3IufF@2i&*T>U;sMq;U zEW8)rr(N@KV)&i;ey^qN{|T(HaXPa*;EP4De#G?9su#r{i>2neEiSm09Hg`8TmLDh zC;XqPt{hBSe(SBsnX+%L_3!oLm+aquYvy}}Hb>5WOYd{f|L%?nTs;5hvt$2v+wYv0 zdpZBagw)eN^EdVw2ffy=sd}_bqIdI_L;7o%?0Wq!v}64ZUzvr+dym&My5E(ZU0WpF R%fP_E;OXk;vd$@?2>`wxH{}2T diff --git a/docs/tutorial-extras/manage-docs-versions.md b/docs/tutorial-extras/manage-docs-versions.md deleted file mode 100644 index ccda0b90..00000000 --- a/docs/tutorial-extras/manage-docs-versions.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Manage Docs Versions - -Docusaurus can manage multiple versions of your docs. - -## Create a docs version - -Release a version 1.0 of your project: - -```bash -npm run docusaurus docs:version 1.0 -``` - -The `docs` folder is copied into `versioned_docs/version-1.0` and `versions.json` is created. - -Your docs now have 2 versions: - -- `1.0` at `http://localhost:3000/docs/` for the version 1.0 docs -- `current` at `http://localhost:3000/docs/next/` for the **upcoming, unreleased docs** - -## Add a Version Dropdown - -To navigate seamlessly across versions, add a version dropdown. - -Modify the `docusaurus.config.js` file: - -```js title="docusaurus.config.js" -export default { - themeConfig: { - navbar: { - items: [ - // highlight-start - { - type: 'docsVersionDropdown', - }, - // highlight-end - ], - }, - }, -}; -``` - -The docs version dropdown appears in your navbar: - -![Docs Version Dropdown](./img/docsVersionDropdown.png) - -## Update an existing version - -It is possible to edit versioned docs in their respective folder: - -- `versioned_docs/version-1.0/hello.md` updates `http://localhost:3000/docs/hello` -- `docs/hello.md` updates `http://localhost:3000/docs/next/hello` diff --git a/docs/tutorial-extras/translate-your-site.md b/docs/tutorial-extras/translate-your-site.md deleted file mode 100644 index b5a644ab..00000000 --- a/docs/tutorial-extras/translate-your-site.md +++ /dev/null @@ -1,88 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Translate your site - -Let's translate `docs/intro.md` to French. - -## Configure i18n - -Modify `docusaurus.config.js` to add support for the `fr` locale: - -```js title="docusaurus.config.js" -export default { - i18n: { - defaultLocale: 'en', - locales: ['en', 'fr'], - }, -}; -``` - -## Translate a doc - -Copy the `docs/intro.md` file to the `i18n/fr` folder: - -```bash -mkdir -p i18n/fr/docusaurus-plugin-content-docs/current/ - -cp docs/intro.md i18n/fr/docusaurus-plugin-content-docs/current/intro.md -``` - -Translate `i18n/fr/docusaurus-plugin-content-docs/current/intro.md` in French. - -## Start your localized site - -Start your site on the French locale: - -```bash -npm run start -- --locale fr -``` - -Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated. - -:::caution - -In development, you can only use one locale at a time. - -::: - -## Add a Locale Dropdown - -To navigate seamlessly across languages, add a locale dropdown. - -Modify the `docusaurus.config.js` file: - -```js title="docusaurus.config.js" -export default { - themeConfig: { - navbar: { - items: [ - // highlight-start - { - type: 'localeDropdown', - }, - // highlight-end - ], - }, - }, -}; -``` - -The locale dropdown now appears in your navbar: - -![Locale Dropdown](./img/localeDropdown.png) - -## Build your localized site - -Build your site for a specific locale: - -```bash -npm run build -- --locale fr -``` - -Or build your site to include all the locales at once: - -```bash -npm run build -``` diff --git a/docusaurus.config.js b/docusaurus.config.js deleted file mode 100644 index 7b8d5b1c..00000000 --- a/docusaurus.config.js +++ /dev/null @@ -1,141 +0,0 @@ -// @ts-check -// `@type` JSDoc annotations allow editor autocompletion and type checking -// (when paired with `@ts-check`). -// There are various equivalent ways to declare your Docusaurus config. -// See: https://docusaurus.io/docs/api/docusaurus-config - -import {themes as prismThemes} from 'prism-react-renderer'; - -/** @type {import('@docusaurus/types').Config} */ -const config = { - title: 'My Site', - tagline: 'Dinosaurs are cool', - favicon: 'img/favicon.ico', - - // Set the production url of your site here - url: 'https://your-docusaurus-site.example.com', - // Set the // pathname under which your site is served - // For GitHub pages deployment, it is often '//' - baseUrl: '/', - - // GitHub pages deployment config. - // If you aren't using GitHub pages, you don't need these. - organizationName: 'facebook', // Usually your GitHub org/user name. - projectName: 'docusaurus', // Usually your repo name. - - onBrokenLinks: 'throw', - onBrokenMarkdownLinks: 'warn', - - // Even if you don't use internationalization, you can use this field to set - // useful metadata like html lang. For example, if your site is Chinese, you - // may want to replace "en" with "zh-Hans". - i18n: { - defaultLocale: 'en', - locales: ['en'], - }, - - presets: [ - [ - 'classic', - /** @type {import('@docusaurus/preset-classic').Options} */ - ({ - docs: { - sidebarPath: './sidebars.js', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', - }, - blog: { - showReadingTime: true, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', - }, - theme: { - customCss: './src/css/custom.css', - }, - }), - ], - ], - - themeConfig: - /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ - ({ - // Replace with your project's social card - image: 'img/docusaurus-social-card.jpg', - navbar: { - title: 'My Site', - logo: { - alt: 'My Site Logo', - src: 'img/logo.svg', - }, - items: [ - { - type: 'docSidebar', - sidebarId: 'tutorialSidebar', - position: 'left', - label: 'Tutorial', - }, - {to: '/blog', label: 'Blog', position: 'left'}, - { - href: 'https://github.com/facebook/docusaurus', - label: 'GitHub', - position: 'right', - }, - ], - }, - footer: { - style: 'dark', - links: [ - { - title: 'Docs', - items: [ - { - label: 'Tutorial', - to: '/docs/intro', - }, - ], - }, - { - title: 'Community', - items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', - }, - { - label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', - }, - { - label: 'Twitter', - href: 'https://twitter.com/docusaurus', - }, - ], - }, - { - title: 'More', - items: [ - { - label: 'Blog', - to: '/blog', - }, - { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', - }, - ], - }, - ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, - }, - prism: { - theme: prismThemes.github, - darkTheme: prismThemes.dracula, - }, - }), -}; - -export default config; diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 41c8daed..00000000 --- a/package-lock.json +++ /dev/null @@ -1,14911 +0,0 @@ -{ - "name": "mxt", - "version": "0.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "mxt", - "version": "0.0.0", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/preset-classic": "3.1.1", - "@mdx-js/react": "^3.0.0", - "clsx": "^2.0.0", - "prism-react-renderer": "^2.3.0", - "react": "^18.0.0", - "react-dom": "^18.0.0" - }, - "devDependencies": { - "@docusaurus/module-type-aliases": "3.1.1", - "@docusaurus/types": "3.1.1", - "gh-pages": "^6.1.1" - }, - "engines": { - "node": ">=18.0" - } - }, - "node_modules/@algolia/autocomplete-core": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz", - "integrity": "sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==", - "dependencies": { - "@algolia/autocomplete-plugin-algolia-insights": "1.9.3", - "@algolia/autocomplete-shared": "1.9.3" - } - }, - "node_modules/@algolia/autocomplete-plugin-algolia-insights": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.9.3.tgz", - "integrity": "sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==", - "dependencies": { - "@algolia/autocomplete-shared": "1.9.3" - }, - "peerDependencies": { - "search-insights": ">= 1 < 3" - } - }, - "node_modules/@algolia/autocomplete-preset-algolia": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz", - "integrity": "sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==", - "dependencies": { - "@algolia/autocomplete-shared": "1.9.3" - }, - "peerDependencies": { - "@algolia/client-search": ">= 4.9.1 < 6", - "algoliasearch": ">= 4.9.1 < 6" - } - }, - "node_modules/@algolia/autocomplete-shared": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz", - "integrity": "sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==", - "peerDependencies": { - "@algolia/client-search": ">= 4.9.1 < 6", - "algoliasearch": ">= 4.9.1 < 6" - } - }, - "node_modules/@algolia/cache-browser-local-storage": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.22.1.tgz", - "integrity": "sha512-Sw6IAmOCvvP6QNgY9j+Hv09mvkvEIDKjYW8ow0UDDAxSXy664RBNQk3i/0nt7gvceOJ6jGmOTimaZoY1THmU7g==", - "dependencies": { - "@algolia/cache-common": "4.22.1" - } - }, - "node_modules/@algolia/cache-common": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.22.1.tgz", - "integrity": "sha512-TJMBKqZNKYB9TptRRjSUtevJeQVXRmg6rk9qgFKWvOy8jhCPdyNZV1nB3SKGufzvTVbomAukFR8guu/8NRKBTA==" - }, - "node_modules/@algolia/cache-in-memory": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/cache-in-memory/-/cache-in-memory-4.22.1.tgz", - "integrity": "sha512-ve+6Ac2LhwpufuWavM/aHjLoNz/Z/sYSgNIXsinGofWOysPilQZPUetqLj8vbvi+DHZZaYSEP9H5SRVXnpsNNw==", - "dependencies": { - "@algolia/cache-common": "4.22.1" - } - }, - "node_modules/@algolia/client-account": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/client-account/-/client-account-4.22.1.tgz", - "integrity": "sha512-k8m+oegM2zlns/TwZyi4YgCtyToackkOpE+xCaKCYfBfDtdGOaVZCM5YvGPtK+HGaJMIN/DoTL8asbM3NzHonw==", - "dependencies": { - "@algolia/client-common": "4.22.1", - "@algolia/client-search": "4.22.1", - "@algolia/transporter": "4.22.1" - } - }, - "node_modules/@algolia/client-analytics": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-4.22.1.tgz", - "integrity": "sha512-1ssi9pyxyQNN4a7Ji9R50nSdISIumMFDwKNuwZipB6TkauJ8J7ha/uO60sPJFqQyqvvI+px7RSNRQT3Zrvzieg==", - "dependencies": { - "@algolia/client-common": "4.22.1", - "@algolia/client-search": "4.22.1", - "@algolia/requester-common": "4.22.1", - "@algolia/transporter": "4.22.1" - } - }, - "node_modules/@algolia/client-common": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.22.1.tgz", - "integrity": "sha512-IvaL5v9mZtm4k4QHbBGDmU3wa/mKokmqNBqPj0K7lcR8ZDKzUorhcGp/u8PkPC/e0zoHSTvRh7TRkGX3Lm7iOQ==", - "dependencies": { - "@algolia/requester-common": "4.22.1", - "@algolia/transporter": "4.22.1" - } - }, - "node_modules/@algolia/client-personalization": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.22.1.tgz", - "integrity": "sha512-sl+/klQJ93+4yaqZ7ezOttMQ/nczly/3GmgZXJ1xmoewP5jmdP/X/nV5U7EHHH3hCUEHeN7X1nsIhGPVt9E1cQ==", - "dependencies": { - "@algolia/client-common": "4.22.1", - "@algolia/requester-common": "4.22.1", - "@algolia/transporter": "4.22.1" - } - }, - "node_modules/@algolia/client-search": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.22.1.tgz", - "integrity": "sha512-yb05NA4tNaOgx3+rOxAmFztgMTtGBi97X7PC3jyNeGiwkAjOZc2QrdZBYyIdcDLoI09N0gjtpClcackoTN0gPA==", - "dependencies": { - "@algolia/client-common": "4.22.1", - "@algolia/requester-common": "4.22.1", - "@algolia/transporter": "4.22.1" - } - }, - "node_modules/@algolia/events": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@algolia/events/-/events-4.0.1.tgz", - "integrity": "sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==" - }, - "node_modules/@algolia/logger-common": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/logger-common/-/logger-common-4.22.1.tgz", - "integrity": "sha512-OnTFymd2odHSO39r4DSWRFETkBufnY2iGUZNrMXpIhF5cmFE8pGoINNPzwg02QLBlGSaLqdKy0bM8S0GyqPLBg==" - }, - "node_modules/@algolia/logger-console": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/logger-console/-/logger-console-4.22.1.tgz", - "integrity": "sha512-O99rcqpVPKN1RlpgD6H3khUWylU24OXlzkavUAMy6QZd1776QAcauE3oP8CmD43nbaTjBexZj2nGsBH9Tc0FVA==", - "dependencies": { - "@algolia/logger-common": "4.22.1" - } - }, - "node_modules/@algolia/requester-browser-xhr": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.22.1.tgz", - "integrity": "sha512-dtQGYIg6MteqT1Uay3J/0NDqD+UciHy3QgRbk7bNddOJu+p3hzjTRYESqEnoX/DpEkaNYdRHUKNylsqMpgwaEw==", - "dependencies": { - "@algolia/requester-common": "4.22.1" - } - }, - "node_modules/@algolia/requester-common": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-common/-/requester-common-4.22.1.tgz", - "integrity": "sha512-dgvhSAtg2MJnR+BxrIFqlLtkLlVVhas9HgYKMk2Uxiy5m6/8HZBL40JVAMb2LovoPFs9I/EWIoFVjOrFwzn5Qg==" - }, - "node_modules/@algolia/requester-node-http": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.22.1.tgz", - "integrity": "sha512-JfmZ3MVFQkAU+zug8H3s8rZ6h0ahHZL/SpMaSasTCGYR5EEJsCc8SI5UZ6raPN2tjxa5bxS13BRpGSBUens7EA==", - "dependencies": { - "@algolia/requester-common": "4.22.1" - } - }, - "node_modules/@algolia/transporter": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.22.1.tgz", - "integrity": "sha512-kzWgc2c9IdxMa3YqA6TN0NW5VrKYYW/BELIn7vnLyn+U/RFdZ4lxxt9/8yq3DKV5snvoDzzO4ClyejZRdV3lMQ==", - "dependencies": { - "@algolia/cache-common": "4.22.1", - "@algolia/logger-common": "4.22.1", - "@algolia/requester-common": "4.22.1" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", - "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", - "dependencies": { - "@babel/highlight": "^7.24.2", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.1.tgz", - "integrity": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.24.3", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.3.tgz", - "integrity": "sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==", - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.2", - "@babel/generator": "^7.24.1", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.24.1", - "@babel/parser": "^7.24.1", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.1.tgz", - "integrity": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==", - "dependencies": { - "@babel/types": "^7.24.0", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", - "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", - "dependencies": { - "@babel/types": "^7.22.15" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", - "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", - "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.1.tgz", - "integrity": "sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.24.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", - "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "regexpu-core": "^5.3.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz", - "integrity": "sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", - "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", - "dependencies": { - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.24.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz", - "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==", - "dependencies": { - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", - "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", - "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", - "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", - "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-wrap-function": "^7.22.20" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz", - "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", - "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", - "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", - "dependencies": { - "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.15", - "@babel/types": "^7.22.19" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.1.tgz", - "integrity": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==", - "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", - "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", - "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz", - "integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==", - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz", - "integrity": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz", - "integrity": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz", - "integrity": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz", - "integrity": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz", - "integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz", - "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz", - "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-unicode-sets-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz", - "integrity": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.24.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz", - "integrity": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-remap-async-to-generator": "^7.22.20", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz", - "integrity": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==", - "dependencies": { - "@babel/helper-module-imports": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-remap-async-to-generator": "^7.22.20" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz", - "integrity": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz", - "integrity": "sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz", - "integrity": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz", - "integrity": "sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz", - "integrity": "sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-replace-supers": "^7.24.1", - "@babel/helper-split-export-declaration": "^7.22.6", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz", - "integrity": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/template": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz", - "integrity": "sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz", - "integrity": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz", - "integrity": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz", - "integrity": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz", - "integrity": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==", - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz", - "integrity": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-for-of": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz", - "integrity": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz", - "integrity": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz", - "integrity": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz", - "integrity": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz", - "integrity": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz", - "integrity": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz", - "integrity": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==", - "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz", - "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==", - "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-simple-access": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz", - "integrity": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==", - "dependencies": { - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-identifier": "^7.22.20" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz", - "integrity": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==", - "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", - "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz", - "integrity": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz", - "integrity": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz", - "integrity": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz", - "integrity": "sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz", - "integrity": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-replace-supers": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz", - "integrity": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz", - "integrity": "sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz", - "integrity": "sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz", - "integrity": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz", - "integrity": "sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz", - "integrity": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-constant-elements": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.1.tgz", - "integrity": "sha512-QXp1U9x0R7tkiGB0FOk8o74jhnap0FlZ5gNkRIWdG3eP+SvMFg118e1zaWewDzgABb106QSKpVsD3Wgd8t6ifA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz", - "integrity": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", - "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.23.3", - "@babel/types": "^7.23.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", - "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", - "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz", - "integrity": "sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz", - "integrity": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "regenerator-transform": "^0.15.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz", - "integrity": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime": { - "version": "7.24.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz", - "integrity": "sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==", - "dependencies": { - "@babel/helper-module-imports": "^7.24.3", - "@babel/helper-plugin-utils": "^7.24.0", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.1", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz", - "integrity": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz", - "integrity": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz", - "integrity": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz", - "integrity": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz", - "integrity": "sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typescript": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.1.tgz", - "integrity": "sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-typescript": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz", - "integrity": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz", - "integrity": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz", - "integrity": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz", - "integrity": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/preset-env": { - "version": "7.24.3", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.3.tgz", - "integrity": "sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==", - "dependencies": { - "@babel/compat-data": "^7.24.1", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.1", - "@babel/plugin-syntax-import-attributes": "^7.24.1", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.1", - "@babel/plugin-transform-async-generator-functions": "^7.24.3", - "@babel/plugin-transform-async-to-generator": "^7.24.1", - "@babel/plugin-transform-block-scoped-functions": "^7.24.1", - "@babel/plugin-transform-block-scoping": "^7.24.1", - "@babel/plugin-transform-class-properties": "^7.24.1", - "@babel/plugin-transform-class-static-block": "^7.24.1", - "@babel/plugin-transform-classes": "^7.24.1", - "@babel/plugin-transform-computed-properties": "^7.24.1", - "@babel/plugin-transform-destructuring": "^7.24.1", - "@babel/plugin-transform-dotall-regex": "^7.24.1", - "@babel/plugin-transform-duplicate-keys": "^7.24.1", - "@babel/plugin-transform-dynamic-import": "^7.24.1", - "@babel/plugin-transform-exponentiation-operator": "^7.24.1", - "@babel/plugin-transform-export-namespace-from": "^7.24.1", - "@babel/plugin-transform-for-of": "^7.24.1", - "@babel/plugin-transform-function-name": "^7.24.1", - "@babel/plugin-transform-json-strings": "^7.24.1", - "@babel/plugin-transform-literals": "^7.24.1", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.1", - "@babel/plugin-transform-member-expression-literals": "^7.24.1", - "@babel/plugin-transform-modules-amd": "^7.24.1", - "@babel/plugin-transform-modules-commonjs": "^7.24.1", - "@babel/plugin-transform-modules-systemjs": "^7.24.1", - "@babel/plugin-transform-modules-umd": "^7.24.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.24.1", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1", - "@babel/plugin-transform-numeric-separator": "^7.24.1", - "@babel/plugin-transform-object-rest-spread": "^7.24.1", - "@babel/plugin-transform-object-super": "^7.24.1", - "@babel/plugin-transform-optional-catch-binding": "^7.24.1", - "@babel/plugin-transform-optional-chaining": "^7.24.1", - "@babel/plugin-transform-parameters": "^7.24.1", - "@babel/plugin-transform-private-methods": "^7.24.1", - "@babel/plugin-transform-private-property-in-object": "^7.24.1", - "@babel/plugin-transform-property-literals": "^7.24.1", - "@babel/plugin-transform-regenerator": "^7.24.1", - "@babel/plugin-transform-reserved-words": "^7.24.1", - "@babel/plugin-transform-shorthand-properties": "^7.24.1", - "@babel/plugin-transform-spread": "^7.24.1", - "@babel/plugin-transform-sticky-regex": "^7.24.1", - "@babel/plugin-transform-template-literals": "^7.24.1", - "@babel/plugin-transform-typeof-symbol": "^7.24.1", - "@babel/plugin-transform-unicode-escapes": "^7.24.1", - "@babel/plugin-transform-unicode-property-regex": "^7.24.1", - "@babel/plugin-transform-unicode-regex": "^7.24.1", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.1", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.31.0", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/preset-modules": { - "version": "0.1.6-no-external-plugins", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@babel/preset-react": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.1.tgz", - "integrity": "sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-transform-react-display-name": "^7.24.1", - "@babel/plugin-transform-react-jsx": "^7.23.4", - "@babel/plugin-transform-react-jsx-development": "^7.22.5", - "@babel/plugin-transform-react-pure-annotations": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-typescript": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz", - "integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-syntax-jsx": "^7.24.1", - "@babel/plugin-transform-modules-commonjs": "^7.24.1", - "@babel/plugin-transform-typescript": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" - }, - "node_modules/@babel/runtime": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.1.tgz", - "integrity": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/runtime-corejs3": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.1.tgz", - "integrity": "sha512-T9ko/35G+Bkl+win48GduaPlhSlOjjE5s1TeiEcD+QpxlLQnoEfb/nO/T+TQqkm+ipFwORn+rB8w14iJ/uD0bg==", - "dependencies": { - "core-js-pure": "^3.30.2", - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", - "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", - "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", - "dependencies": { - "@babel/code-frame": "^7.24.1", - "@babel/generator": "^7.24.1", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.1", - "@babel/types": "^7.24.0", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", - "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", - "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@colors/colors": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "optional": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/@docsearch/css": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.6.0.tgz", - "integrity": "sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==" - }, - "node_modules/@docsearch/react": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.6.0.tgz", - "integrity": "sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==", - "dependencies": { - "@algolia/autocomplete-core": "1.9.3", - "@algolia/autocomplete-preset-algolia": "1.9.3", - "@docsearch/css": "3.6.0", - "algoliasearch": "^4.19.1" - }, - "peerDependencies": { - "@types/react": ">= 16.8.0 < 19.0.0", - "react": ">= 16.8.0 < 19.0.0", - "react-dom": ">= 16.8.0 < 19.0.0", - "search-insights": ">= 1 < 3" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "react": { - "optional": true - }, - "react-dom": { - "optional": true - }, - "search-insights": { - "optional": true - } - } - }, - "node_modules/@docusaurus/core": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.1.1.tgz", - "integrity": "sha512-2nQfKFcf+MLEM7JXsXwQxPOmQAR6ytKMZVSx7tVi9HEm9WtfwBH1fp6bn8Gj4zLUhjWKCLoysQ9/Wm+EZCQ4yQ==", - "dependencies": { - "@babel/core": "^7.23.3", - "@babel/generator": "^7.23.3", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.22.9", - "@babel/preset-env": "^7.22.9", - "@babel/preset-react": "^7.22.5", - "@babel/preset-typescript": "^7.22.5", - "@babel/runtime": "^7.22.6", - "@babel/runtime-corejs3": "^7.22.6", - "@babel/traverse": "^7.22.8", - "@docusaurus/cssnano-preset": "3.1.1", - "@docusaurus/logger": "3.1.1", - "@docusaurus/mdx-loader": "3.1.1", - "@docusaurus/react-loadable": "5.5.2", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-common": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "@slorber/static-site-generator-webpack-plugin": "^4.0.7", - "@svgr/webpack": "^6.5.1", - "autoprefixer": "^10.4.14", - "babel-loader": "^9.1.3", - "babel-plugin-dynamic-import-node": "^2.3.3", - "boxen": "^6.2.1", - "chalk": "^4.1.2", - "chokidar": "^3.5.3", - "clean-css": "^5.3.2", - "cli-table3": "^0.6.3", - "combine-promises": "^1.1.0", - "commander": "^5.1.0", - "copy-webpack-plugin": "^11.0.0", - "core-js": "^3.31.1", - "css-loader": "^6.8.1", - "css-minimizer-webpack-plugin": "^4.2.2", - "cssnano": "^5.1.15", - "del": "^6.1.1", - "detect-port": "^1.5.1", - "escape-html": "^1.0.3", - "eta": "^2.2.0", - "file-loader": "^6.2.0", - "fs-extra": "^11.1.1", - "html-minifier-terser": "^7.2.0", - "html-tags": "^3.3.1", - "html-webpack-plugin": "^5.5.3", - "leven": "^3.1.0", - "lodash": "^4.17.21", - "mini-css-extract-plugin": "^2.7.6", - "postcss": "^8.4.26", - "postcss-loader": "^7.3.3", - "prompts": "^2.4.2", - "react-dev-utils": "^12.0.1", - "react-helmet-async": "^1.3.0", - "react-loadable": "npm:@docusaurus/react-loadable@5.5.2", - "react-loadable-ssr-addon-v5-slorber": "^1.0.1", - "react-router": "^5.3.4", - "react-router-config": "^5.1.1", - "react-router-dom": "^5.3.4", - "rtl-detect": "^1.0.4", - "semver": "^7.5.4", - "serve-handler": "^6.1.5", - "shelljs": "^0.8.5", - "terser-webpack-plugin": "^5.3.9", - "tslib": "^2.6.0", - "update-notifier": "^6.0.2", - "url-loader": "^4.1.1", - "webpack": "^5.88.1", - "webpack-bundle-analyzer": "^4.9.0", - "webpack-dev-server": "^4.15.1", - "webpack-merge": "^5.9.0", - "webpackbar": "^5.0.2" - }, - "bin": { - "docusaurus": "bin/docusaurus.mjs" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/cssnano-preset": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.1.1.tgz", - "integrity": "sha512-LnoIDjJWbirdbVZDMq+4hwmrTl2yHDnBf9MLG9qyExeAE3ac35s4yUhJI8yyTCdixzNfKit4cbXblzzqMu4+8g==", - "dependencies": { - "cssnano-preset-advanced": "^5.3.10", - "postcss": "^8.4.26", - "postcss-sort-media-queries": "^4.4.1", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - } - }, - "node_modules/@docusaurus/logger": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.1.1.tgz", - "integrity": "sha512-BjkNDpQzewcTnST8trx4idSoAla6zZ3w22NqM/UMcFtvYJgmoE4layuTzlfql3VFPNuivvj7BOExa/+21y4X2Q==", - "dependencies": { - "chalk": "^4.1.2", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - } - }, - "node_modules/@docusaurus/mdx-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.1.1.tgz", - "integrity": "sha512-xN2IccH9+sv7TmxwsDJNS97BHdmlqWwho+kIVY4tcCXkp+k4QuzvWBeunIMzeayY4Fu13A6sAjHGv5qm72KyGA==", - "dependencies": { - "@babel/parser": "^7.22.7", - "@babel/traverse": "^7.22.8", - "@docusaurus/logger": "3.1.1", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "@mdx-js/mdx": "^3.0.0", - "@slorber/remark-comment": "^1.0.0", - "escape-html": "^1.0.3", - "estree-util-value-to-estree": "^3.0.1", - "file-loader": "^6.2.0", - "fs-extra": "^11.1.1", - "image-size": "^1.0.2", - "mdast-util-mdx": "^3.0.0", - "mdast-util-to-string": "^4.0.0", - "rehype-raw": "^7.0.0", - "remark-directive": "^3.0.0", - "remark-emoji": "^4.0.0", - "remark-frontmatter": "^5.0.0", - "remark-gfm": "^4.0.0", - "stringify-object": "^3.3.0", - "tslib": "^2.6.0", - "unified": "^11.0.3", - "unist-util-visit": "^5.0.0", - "url-loader": "^4.1.1", - "vfile": "^6.0.1", - "webpack": "^5.88.1" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/module-type-aliases": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.1.1.tgz", - "integrity": "sha512-xBJyx0TMfAfVZ9ZeIOb1awdXgR4YJMocIEzTps91rq+hJDFJgJaylDtmoRhUxkwuYmNK1GJpW95b7DLztSBJ3A==", - "dependencies": { - "@docusaurus/react-loadable": "5.5.2", - "@docusaurus/types": "3.1.1", - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router-config": "*", - "@types/react-router-dom": "*", - "react-helmet-async": "*", - "react-loadable": "npm:@docusaurus/react-loadable@5.5.2" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/@docusaurus/plugin-content-blog": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.1.1.tgz", - "integrity": "sha512-ew/3VtVoG3emoAKmoZl7oKe1zdFOsI0NbcHS26kIxt2Z8vcXKCUgK9jJJrz0TbOipyETPhqwq4nbitrY3baibg==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/logger": "3.1.1", - "@docusaurus/mdx-loader": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-common": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "cheerio": "^1.0.0-rc.12", - "feed": "^4.2.2", - "fs-extra": "^11.1.1", - "lodash": "^4.17.21", - "reading-time": "^1.5.0", - "srcset": "^4.0.0", - "tslib": "^2.6.0", - "unist-util-visit": "^5.0.0", - "utility-types": "^3.10.0", - "webpack": "^5.88.1" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/plugin-content-docs": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.1.1.tgz", - "integrity": "sha512-lhFq4E874zw0UOH7ujzxnCayOyAt0f9YPVYSb9ohxrdCM8B4szxitUw9rIX4V9JLLHVoqIJb6k+lJJ1jrcGJ0A==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/logger": "3.1.1", - "@docusaurus/mdx-loader": "3.1.1", - "@docusaurus/module-type-aliases": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "@types/react-router-config": "^5.0.7", - "combine-promises": "^1.1.0", - "fs-extra": "^11.1.1", - "js-yaml": "^4.1.0", - "lodash": "^4.17.21", - "tslib": "^2.6.0", - "utility-types": "^3.10.0", - "webpack": "^5.88.1" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/plugin-content-pages": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.1.1.tgz", - "integrity": "sha512-NQHncNRAJbyLtgTim9GlEnNYsFhuCxaCNkMwikuxLTiGIPH7r/jpb7O3f3jUMYMebZZZrDq5S7om9a6rvB/YCA==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/mdx-loader": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "fs-extra": "^11.1.1", - "tslib": "^2.6.0", - "webpack": "^5.88.1" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/plugin-debug": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.1.1.tgz", - "integrity": "sha512-xWeMkueM9wE/8LVvl4+Qf1WqwXmreMjI5Kgr7GYCDoJ8zu4kD+KaMhrh7py7MNM38IFvU1RfrGKacCEe2DRRfQ==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils": "3.1.1", - "fs-extra": "^11.1.1", - "react-json-view-lite": "^1.2.0", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/plugin-google-analytics": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.1.1.tgz", - "integrity": "sha512-+q2UpWTqVi8GdlLoSlD5bS/YpxW+QMoBwrPrUH/NpvpuOi0Of7MTotsQf9JWd3hymZxl2uu1o3PIrbpxfeDFDQ==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/plugin-google-gtag": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.1.1.tgz", - "integrity": "sha512-0mMPiBBlQ5LFHTtjxuvt/6yzh8v7OxLi3CbeEsxXZpUzcKO/GC7UA1VOWUoBeQzQL508J12HTAlR3IBU9OofSw==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "@types/gtag.js": "^0.0.12", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/plugin-google-tag-manager": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.1.1.tgz", - "integrity": "sha512-d07bsrMLdDIryDtY17DgqYUbjkswZQr8cLWl4tzXrt5OR/T/zxC1SYKajzB3fd87zTu5W5klV5GmUwcNSMXQXA==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/plugin-sitemap": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.1.1.tgz", - "integrity": "sha512-iJ4hCaMmDaUqRv131XJdt/C/jJQx8UreDWTRqZKtNydvZVh/o4yXGRRFOplea1D9b/zpwL1Y+ZDwX7xMhIOTmg==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/logger": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-common": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "fs-extra": "^11.1.1", - "sitemap": "^7.1.1", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/preset-classic": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.1.1.tgz", - "integrity": "sha512-jG4ys/hWYf69iaN/xOmF+3kjs4Nnz1Ay3CjFLDtYa8KdxbmUhArA9HmP26ru5N0wbVWhY+6kmpYhTJpez5wTyg==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/plugin-content-blog": "3.1.1", - "@docusaurus/plugin-content-docs": "3.1.1", - "@docusaurus/plugin-content-pages": "3.1.1", - "@docusaurus/plugin-debug": "3.1.1", - "@docusaurus/plugin-google-analytics": "3.1.1", - "@docusaurus/plugin-google-gtag": "3.1.1", - "@docusaurus/plugin-google-tag-manager": "3.1.1", - "@docusaurus/plugin-sitemap": "3.1.1", - "@docusaurus/theme-classic": "3.1.1", - "@docusaurus/theme-common": "3.1.1", - "@docusaurus/theme-search-algolia": "3.1.1", - "@docusaurus/types": "3.1.1" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/react-loadable": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", - "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", - "dependencies": { - "@types/react": "*", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@docusaurus/theme-classic": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.1.1.tgz", - "integrity": "sha512-GiPE/jbWM8Qv1A14lk6s9fhc0LhPEQ00eIczRO4QL2nAQJZXkjPG6zaVx+1cZxPFWbAsqSjKe2lqkwF3fGkQ7Q==", - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/mdx-loader": "3.1.1", - "@docusaurus/module-type-aliases": "3.1.1", - "@docusaurus/plugin-content-blog": "3.1.1", - "@docusaurus/plugin-content-docs": "3.1.1", - "@docusaurus/plugin-content-pages": "3.1.1", - "@docusaurus/theme-common": "3.1.1", - "@docusaurus/theme-translations": "3.1.1", - "@docusaurus/types": "3.1.1", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-common": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "@mdx-js/react": "^3.0.0", - "clsx": "^2.0.0", - "copy-text-to-clipboard": "^3.2.0", - "infima": "0.2.0-alpha.43", - "lodash": "^4.17.21", - "nprogress": "^0.2.0", - "postcss": "^8.4.26", - "prism-react-renderer": "^2.3.0", - "prismjs": "^1.29.0", - "react-router-dom": "^5.3.4", - "rtlcss": "^4.1.0", - "tslib": "^2.6.0", - "utility-types": "^3.10.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/theme-common": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.1.1.tgz", - "integrity": "sha512-38urZfeMhN70YaXkwIGXmcUcv2CEYK/2l4b05GkJPrbEbgpsIZM3Xc+Js2ehBGGZmfZq8GjjQ5RNQYG+MYzCYg==", - "dependencies": { - "@docusaurus/mdx-loader": "3.1.1", - "@docusaurus/module-type-aliases": "3.1.1", - "@docusaurus/plugin-content-blog": "3.1.1", - "@docusaurus/plugin-content-docs": "3.1.1", - "@docusaurus/plugin-content-pages": "3.1.1", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-common": "3.1.1", - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router-config": "*", - "clsx": "^2.0.0", - "parse-numeric-range": "^1.3.0", - "prism-react-renderer": "^2.3.0", - "tslib": "^2.6.0", - "utility-types": "^3.10.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/theme-search-algolia": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.1.1.tgz", - "integrity": "sha512-tBH9VY5EpRctVdaAhT+b1BY8y5dyHVZGFXyCHgTrvcXQy5CV4q7serEX7U3SveNT9zksmchPyct6i1sFDC4Z5g==", - "dependencies": { - "@docsearch/react": "^3.5.2", - "@docusaurus/core": "3.1.1", - "@docusaurus/logger": "3.1.1", - "@docusaurus/plugin-content-docs": "3.1.1", - "@docusaurus/theme-common": "3.1.1", - "@docusaurus/theme-translations": "3.1.1", - "@docusaurus/utils": "3.1.1", - "@docusaurus/utils-validation": "3.1.1", - "algoliasearch": "^4.18.0", - "algoliasearch-helper": "^3.13.3", - "clsx": "^2.0.0", - "eta": "^2.2.0", - "fs-extra": "^11.1.1", - "lodash": "^4.17.21", - "tslib": "^2.6.0", - "utility-types": "^3.10.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/theme-translations": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.1.1.tgz", - "integrity": "sha512-xvWQFwjxHphpJq5fgk37FXCDdAa2o+r7FX8IpMg+bGZBNXyWBu3MjZ+G4+eUVNpDhVinTc+j6ucL0Ain5KCGrg==", - "dependencies": { - "fs-extra": "^11.1.1", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - } - }, - "node_modules/@docusaurus/types": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.1.1.tgz", - "integrity": "sha512-grBqOLnubUecgKFXN9q3uit2HFbCxTWX4Fam3ZFbMN0sWX9wOcDoA7lwdX/8AmeL20Oc4kQvWVgNrsT8bKRvzg==", - "dependencies": { - "@mdx-js/mdx": "^3.0.0", - "@types/history": "^4.7.11", - "@types/react": "*", - "commander": "^5.1.0", - "joi": "^17.9.2", - "react-helmet-async": "^1.3.0", - "utility-types": "^3.10.0", - "webpack": "^5.88.1", - "webpack-merge": "^5.9.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@docusaurus/utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.1.1.tgz", - "integrity": "sha512-ZJfJa5cJQtRYtqijsPEnAZoduW6sjAQ7ZCWSZavLcV10Fw0Z3gSaPKA/B4micvj2afRZ4gZxT7KfYqe5H8Cetg==", - "dependencies": { - "@docusaurus/logger": "3.1.1", - "@svgr/webpack": "^6.5.1", - "escape-string-regexp": "^4.0.0", - "file-loader": "^6.2.0", - "fs-extra": "^11.1.1", - "github-slugger": "^1.5.0", - "globby": "^11.1.0", - "gray-matter": "^4.0.3", - "jiti": "^1.20.0", - "js-yaml": "^4.1.0", - "lodash": "^4.17.21", - "micromatch": "^4.0.5", - "resolve-pathname": "^3.0.0", - "shelljs": "^0.8.5", - "tslib": "^2.6.0", - "url-loader": "^4.1.1", - "webpack": "^5.88.1" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "@docusaurus/types": "*" - }, - "peerDependenciesMeta": { - "@docusaurus/types": { - "optional": true - } - } - }, - "node_modules/@docusaurus/utils-common": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.1.1.tgz", - "integrity": "sha512-eGne3olsIoNfPug5ixjepZAIxeYFzHHnor55Wb2P57jNbtVaFvij/T+MS8U0dtZRFi50QU+UPmRrXdVUM8uyMg==", - "dependencies": { - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "@docusaurus/types": "*" - }, - "peerDependenciesMeta": { - "@docusaurus/types": { - "optional": true - } - } - }, - "node_modules/@docusaurus/utils-validation": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.1.1.tgz", - "integrity": "sha512-KlY4P9YVDnwL+nExvlIpu79abfEv6ZCHuOX4ZQ+gtip+Wxj0daccdReIWWtqxM/Fb5Cz1nQvUCc7VEtT8IBUAA==", - "dependencies": { - "@docusaurus/logger": "3.1.1", - "@docusaurus/utils": "3.1.1", - "joi": "^17.9.2", - "js-yaml": "^4.1.0", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - } - }, - "node_modules/@hapi/hoek": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" - }, - "node_modules/@hapi/topo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", - "dependencies": { - "@hapi/hoek": "^9.0.0" - } - }, - "node_modules/@jest/schemas": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", - "dependencies": { - "@sinclair/typebox": "^0.27.8" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/types": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", - "dependencies": { - "@jest/schemas": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@leichtgewicht/ip-codec": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", - "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" - }, - "node_modules/@mdx-js/mdx": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.0.1.tgz", - "integrity": "sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==", - "dependencies": { - "@types/estree": "^1.0.0", - "@types/estree-jsx": "^1.0.0", - "@types/hast": "^3.0.0", - "@types/mdx": "^2.0.0", - "collapse-white-space": "^2.0.0", - "devlop": "^1.0.0", - "estree-util-build-jsx": "^3.0.0", - "estree-util-is-identifier-name": "^3.0.0", - "estree-util-to-js": "^2.0.0", - "estree-walker": "^3.0.0", - "hast-util-to-estree": "^3.0.0", - "hast-util-to-jsx-runtime": "^2.0.0", - "markdown-extensions": "^2.0.0", - "periscopic": "^3.0.0", - "remark-mdx": "^3.0.0", - "remark-parse": "^11.0.0", - "remark-rehype": "^11.0.0", - "source-map": "^0.7.0", - "unified": "^11.0.0", - "unist-util-position-from-estree": "^2.0.0", - "unist-util-stringify-position": "^4.0.0", - "unist-util-visit": "^5.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/react": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.1.tgz", - "integrity": "sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==", - "dependencies": { - "@types/mdx": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - }, - "peerDependencies": { - "@types/react": ">=16", - "react": ">=16" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@pnpm/config.env-replace": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", - "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==", - "engines": { - "node": ">=12.22.0" - } - }, - "node_modules/@pnpm/network.ca-file": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz", - "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==", - "dependencies": { - "graceful-fs": "4.2.10" - }, - "engines": { - "node": ">=12.22.0" - } - }, - "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" - }, - "node_modules/@pnpm/npm-conf": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.2.2.tgz", - "integrity": "sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==", - "dependencies": { - "@pnpm/config.env-replace": "^1.1.0", - "@pnpm/network.ca-file": "^1.0.1", - "config-chain": "^1.1.11" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@polka/url": { - "version": "1.0.0-next.25", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", - "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==" - }, - "node_modules/@sideway/address": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", - "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", - "dependencies": { - "@hapi/hoek": "^9.0.0" - } - }, - "node_modules/@sideway/formula": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", - "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==" - }, - "node_modules/@sideway/pinpoint": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" - }, - "node_modules/@sinclair/typebox": { - "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" - }, - "node_modules/@sindresorhus/is": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", - "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/is?sponsor=1" - } - }, - "node_modules/@slorber/remark-comment": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@slorber/remark-comment/-/remark-comment-1.0.0.tgz", - "integrity": "sha512-RCE24n7jsOj1M0UPvIQCHTe7fI0sFL4S2nwKVWwHyVr/wI/H8GosgsJGyhnsZoGFnD/P2hLf1mSbrrgSLN93NA==", - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.1.0", - "micromark-util-symbol": "^1.0.1" - } - }, - "node_modules/@slorber/static-site-generator-webpack-plugin": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@slorber/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.7.tgz", - "integrity": "sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA==", - "dependencies": { - "eval": "^0.1.8", - "p-map": "^4.0.0", - "webpack-sources": "^3.2.2" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/@svgr/babel-plugin-add-jsx-attribute": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz", - "integrity": "sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz", - "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==", - "engines": { - "node": ">=14" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz", - "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==", - "engines": { - "node": ">=14" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz", - "integrity": "sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/babel-plugin-svg-dynamic-title": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz", - "integrity": "sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/babel-plugin-svg-em-dimensions": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz", - "integrity": "sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/babel-plugin-transform-react-native-svg": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz", - "integrity": "sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/babel-plugin-transform-svg-component": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz", - "integrity": "sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==", - "engines": { - "node": ">=12" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/babel-preset": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-6.5.1.tgz", - "integrity": "sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==", - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": "^6.5.1", - "@svgr/babel-plugin-remove-jsx-attribute": "*", - "@svgr/babel-plugin-remove-jsx-empty-expression": "*", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.1", - "@svgr/babel-plugin-svg-dynamic-title": "^6.5.1", - "@svgr/babel-plugin-svg-em-dimensions": "^6.5.1", - "@svgr/babel-plugin-transform-react-native-svg": "^6.5.1", - "@svgr/babel-plugin-transform-svg-component": "^6.5.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@svgr/core": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-6.5.1.tgz", - "integrity": "sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==", - "dependencies": { - "@babel/core": "^7.19.6", - "@svgr/babel-preset": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", - "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/hast-util-to-babel-ast": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz", - "integrity": "sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==", - "dependencies": { - "@babel/types": "^7.20.0", - "entities": "^4.4.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/plugin-jsx": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz", - "integrity": "sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==", - "dependencies": { - "@babel/core": "^7.19.6", - "@svgr/babel-preset": "^6.5.1", - "@svgr/hast-util-to-babel-ast": "^6.5.1", - "svg-parser": "^2.0.4" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@svgr/core": "^6.0.0" - } - }, - "node_modules/@svgr/plugin-svgo": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz", - "integrity": "sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==", - "dependencies": { - "cosmiconfig": "^7.0.1", - "deepmerge": "^4.2.2", - "svgo": "^2.8.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - }, - "peerDependencies": { - "@svgr/core": "*" - } - }, - "node_modules/@svgr/webpack": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-6.5.1.tgz", - "integrity": "sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==", - "dependencies": { - "@babel/core": "^7.19.6", - "@babel/plugin-transform-react-constant-elements": "^7.18.12", - "@babel/preset-env": "^7.19.4", - "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@svgr/core": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", - "@svgr/plugin-svgo": "^6.5.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@szmarczak/http-timer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz", - "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==", - "dependencies": { - "defer-to-connect": "^2.0.1" - }, - "engines": { - "node": ">=14.16" - } - }, - "node_modules/@trysound/sax": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", - "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@types/acorn": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", - "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", - "dependencies": { - "@types/estree": "*" - } - }, - "node_modules/@types/body-parser": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", - "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "node_modules/@types/bonjour": { - "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", - "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/connect": { - "version": "3.4.38", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", - "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/connect-history-api-fallback": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", - "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", - "dependencies": { - "@types/express-serve-static-core": "*", - "@types/node": "*" - } - }, - "node_modules/@types/debug": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", - "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", - "dependencies": { - "@types/ms": "*" - } - }, - "node_modules/@types/eslint": { - "version": "8.56.6", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.6.tgz", - "integrity": "sha512-ymwc+qb1XkjT/gfoQwxIeHZ6ixH23A+tCT2ADSA/DPVKzAjwYkTXBMCQ/f6fe4wEa85Lhp26VPeUxI7wMhAi7A==", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" - }, - "node_modules/@types/estree-jsx": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", - "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", - "dependencies": { - "@types/estree": "*" - } - }, - "node_modules/@types/express": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", - "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.33", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/@types/express-serve-static-core": { - "version": "4.17.43", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz", - "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*", - "@types/send": "*" - } - }, - "node_modules/@types/gtag.js": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@types/gtag.js/-/gtag.js-0.0.12.tgz", - "integrity": "sha512-YQV9bUsemkzG81Ea295/nF/5GijnD2Af7QhEofh7xu+kvCN6RdodgNwwGWXB5GMI3NoyvQo0odNctoH/qLMIpg==" - }, - "node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@types/history": { - "version": "4.7.11", - "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz", - "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==" - }, - "node_modules/@types/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" - }, - "node_modules/@types/http-cache-semantics": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", - "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==" - }, - "node_modules/@types/http-errors": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", - "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==" - }, - "node_modules/@types/http-proxy": { - "version": "1.17.14", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", - "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", - "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", - "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" - }, - "node_modules/@types/mdast": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", - "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@types/mdx": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.11.tgz", - "integrity": "sha512-HM5bwOaIQJIQbAYfax35HCKxx7a3KrK3nBtIqJgSOitivTD1y3oW9P3rxY9RkXYPUk7y/AjAohfHKmFpGE79zw==" - }, - "node_modules/@types/mime": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", - "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" - }, - "node_modules/@types/ms": { - "version": "0.7.34", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", - "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" - }, - "node_modules/@types/node": { - "version": "20.11.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", - "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@types/node-forge": { - "version": "1.3.11", - "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", - "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" - }, - "node_modules/@types/prismjs": { - "version": "1.26.3", - "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.3.tgz", - "integrity": "sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==" - }, - "node_modules/@types/prop-types": { - "version": "15.7.11", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", - "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" - }, - "node_modules/@types/qs": { - "version": "6.9.14", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.14.tgz", - "integrity": "sha512-5khscbd3SwWMhFqylJBLQ0zIu7c1K6Vz0uBIt915BI3zV0q1nfjRQD3RqSBcPaO6PHEF4ov/t9y89fSiyThlPA==" - }, - "node_modules/@types/range-parser": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", - "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" - }, - "node_modules/@types/react": { - "version": "18.2.67", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.67.tgz", - "integrity": "sha512-vkIE2vTIMHQ/xL0rgmuoECBCkZFZeHr49HeWSc24AptMbNRo7pwSBvj73rlJJs9fGKj0koS+V7kQB1jHS0uCgw==", - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-router": { - "version": "5.1.20", - "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", - "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==", - "dependencies": { - "@types/history": "^4.7.11", - "@types/react": "*" - } - }, - "node_modules/@types/react-router-config": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-5.0.11.tgz", - "integrity": "sha512-WmSAg7WgqW7m4x8Mt4N6ZyKz0BubSj/2tVUMsAHp+Yd2AMwcSbeFq9WympT19p5heCFmF97R9eD5uUR/t4HEqw==", - "dependencies": { - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router": "^5.1.0" - } - }, - "node_modules/@types/react-router-dom": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz", - "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==", - "dependencies": { - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router": "*" - } - }, - "node_modules/@types/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" - }, - "node_modules/@types/sax": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", - "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/scheduler": { - "version": "0.16.8", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", - "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" - }, - "node_modules/@types/send": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", - "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", - "dependencies": { - "@types/mime": "^1", - "@types/node": "*" - } - }, - "node_modules/@types/serve-index": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", - "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", - "dependencies": { - "@types/express": "*" - } - }, - "node_modules/@types/serve-static": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", - "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", - "dependencies": { - "@types/http-errors": "*", - "@types/mime": "*", - "@types/node": "*" - } - }, - "node_modules/@types/sockjs": { - "version": "0.3.36", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", - "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/unist": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", - "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" - }, - "node_modules/@types/ws": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", - "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/yargs": { - "version": "17.0.32", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", - "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" - }, - "node_modules/@ungap/structured-clone": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==" - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/accepts/node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/accepts/node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-import-assertions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", - "peerDependencies": { - "acorn": "^8" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/address": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", - "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/algoliasearch": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.22.1.tgz", - "integrity": "sha512-jwydKFQJKIx9kIZ8Jm44SdpigFwRGPESaxZBaHSV0XWN2yBJAOT4mT7ppvlrpA4UGzz92pqFnVKr/kaZXrcreg==", - "dependencies": { - "@algolia/cache-browser-local-storage": "4.22.1", - "@algolia/cache-common": "4.22.1", - "@algolia/cache-in-memory": "4.22.1", - "@algolia/client-account": "4.22.1", - "@algolia/client-analytics": "4.22.1", - "@algolia/client-common": "4.22.1", - "@algolia/client-personalization": "4.22.1", - "@algolia/client-search": "4.22.1", - "@algolia/logger-common": "4.22.1", - "@algolia/logger-console": "4.22.1", - "@algolia/requester-browser-xhr": "4.22.1", - "@algolia/requester-common": "4.22.1", - "@algolia/requester-node-http": "4.22.1", - "@algolia/transporter": "4.22.1" - } - }, - "node_modules/algoliasearch-helper": { - "version": "3.16.3", - "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.16.3.tgz", - "integrity": "sha512-1OuJT6sONAa9PxcOmWo5WCAT3jQSpCR9/m5Azujja7nhUQwAUDvaaAYrcmUySsrvHh74usZHbE3jFfGnWtZj8w==", - "dependencies": { - "@algolia/events": "^4.0.1" - }, - "peerDependencies": { - "algoliasearch": ">= 3.1 < 6" - } - }, - "node_modules/ansi-align": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", - "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", - "dependencies": { - "string-width": "^4.1.0" - } - }, - "node_modules/ansi-align/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/ansi-align/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-html-community": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "engines": [ - "node >= 0.8.0" - ], - "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/astring": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", - "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==", - "bin": { - "astring": "bin/astring" - } - }, - "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true - }, - "node_modules/at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/autoprefixer": { - "version": "10.4.19", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz", - "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "browserslist": "^4.23.0", - "caniuse-lite": "^1.0.30001599", - "fraction.js": "^4.3.7", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/babel-loader": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", - "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", - "dependencies": { - "find-cache-dir": "^4.0.0", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 14.15.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0", - "webpack": ">=5" - } - }, - "node_modules/babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", - "dependencies": { - "object.assign": "^4.1.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.10", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz", - "integrity": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==", - "dependencies": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.1", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.1.tgz", - "integrity": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/batch": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" - }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/body-parser": { - "version": "1.20.2", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", - "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.5", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.2", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/body-parser/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/bonjour-service": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", - "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "multicast-dns": "^7.2.5" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" - }, - "node_modules/boxen": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-6.2.1.tgz", - "integrity": "sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==", - "dependencies": { - "ansi-align": "^3.0.1", - "camelcase": "^6.2.0", - "chalk": "^4.1.2", - "cli-boxes": "^3.0.0", - "string-width": "^5.0.1", - "type-fest": "^2.5.0", - "widest-line": "^4.0.1", - "wrap-ansi": "^8.0.1" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", - "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cacheable-lookup": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz", - "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==", - "engines": { - "node": ">=14.16" - } - }, - "node_modules/cacheable-request": { - "version": "10.2.14", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz", - "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==", - "dependencies": { - "@types/http-cache-semantics": "^4.0.2", - "get-stream": "^6.0.1", - "http-cache-semantics": "^4.1.1", - "keyv": "^4.5.3", - "mimic-response": "^4.0.0", - "normalize-url": "^8.0.0", - "responselike": "^3.0.0" - }, - "engines": { - "node": ">=14.16" - } - }, - "node_modules/cacheable-request/node_modules/normalize-url": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz", - "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", - "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", - "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", - "dependencies": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001599", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001599.tgz", - "integrity": "sha512-LRAQHZ4yT1+f9LemSMeqdMpMxZcc4RMWdj4tiFe3G8tNkWK+E58g+/tzotb5cU6TbcVJLr4fySiAW7XmxQvZQA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/ccount": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", - "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/character-entities": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", - "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-entities-html4": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", - "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-entities-legacy": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", - "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-reference-invalid": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", - "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/cheerio": { - "version": "1.0.0-rc.12", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz", - "integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==", - "dependencies": { - "cheerio-select": "^2.1.0", - "dom-serializer": "^2.0.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "htmlparser2": "^8.0.1", - "parse5": "^7.0.0", - "parse5-htmlparser2-tree-adapter": "^7.0.0" - }, - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/cheeriojs/cheerio?sponsor=1" - } - }, - "node_modules/cheerio-select": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", - "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", - "dependencies": { - "boolbase": "^1.0.0", - "css-select": "^5.1.0", - "css-what": "^6.1.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "engines": { - "node": ">=6.0" - } - }, - "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "engines": { - "node": ">=8" - } - }, - "node_modules/clean-css": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", - "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 10.0" - } - }, - "node_modules/clean-css/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/cli-boxes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", - "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cli-table3": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", - "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", - "dependencies": { - "string-width": "^4.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - }, - "optionalDependencies": { - "@colors/colors": "1.5.0" - } - }, - "node_modules/cli-table3/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/cli-table3/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/clone-deep/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clsx": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", - "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/collapse-white-space": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", - "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/colord": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" - }, - "node_modules/colorette": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" - }, - "node_modules/combine-promises": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/combine-promises/-/combine-promises-1.2.0.tgz", - "integrity": "sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/comma-separated-tokens": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", - "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/commander": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", - "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/common-path-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", - "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" - }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compressible/node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/compression/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/compression/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - }, - "node_modules/config-chain": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", - "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", - "dependencies": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" - } - }, - "node_modules/configstore": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", - "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", - "dependencies": { - "dot-prop": "^6.0.1", - "graceful-fs": "^4.2.6", - "unique-string": "^3.0.0", - "write-file-atomic": "^3.0.3", - "xdg-basedir": "^5.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/yeoman/configstore?sponsor=1" - } - }, - "node_modules/connect-history-api-fallback": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", - "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/consola": { - "version": "2.15.3", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", - "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==" - }, - "node_modules/content-disposition": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", - "integrity": "sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-type": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" - }, - "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" - }, - "node_modules/copy-text-to-clipboard": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz", - "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/copy-webpack-plugin": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", - "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", - "dependencies": { - "fast-glob": "^3.2.11", - "glob-parent": "^6.0.1", - "globby": "^13.1.1", - "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0" - }, - "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - } - }, - "node_modules/copy-webpack-plugin/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/copy-webpack-plugin/node_modules/globby": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", - "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", - "dependencies": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.3.0", - "ignore": "^5.2.4", - "merge2": "^1.4.1", - "slash": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/copy-webpack-plugin/node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/core-js": { - "version": "3.36.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", - "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-compat": { - "version": "3.36.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.1.tgz", - "integrity": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==", - "dependencies": { - "browserslist": "^4.23.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-pure": { - "version": "3.36.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.1.tgz", - "integrity": "sha512-NXCvHvSVYSrewP0L5OhltzXeWFJLo2AL2TYnj6iLV3Bw8mM62wAQMNgUCRI6EBu6hVVpbCxmOPlxh1Ikw2PfUA==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/crypto-random-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", - "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", - "dependencies": { - "type-fest": "^1.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/crypto-random-string/node_modules/type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/css-declaration-sorter": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", - "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.0.9" - } - }, - "node_modules/css-loader": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz", - "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==", - "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.4", - "postcss-modules-scope": "^3.1.1", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/css-minimizer-webpack-plugin": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz", - "integrity": "sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==", - "dependencies": { - "cssnano": "^5.1.8", - "jest-worker": "^29.1.2", - "postcss": "^8.4.17", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@parcel/css": { - "optional": true - }, - "@swc/css": { - "optional": true - }, - "clean-css": { - "optional": true - }, - "csso": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "lightningcss": { - "optional": true - } - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/css-select": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", - "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.1.0", - "domhandler": "^5.0.2", - "domutils": "^3.0.1", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/css-tree/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cssnano": { - "version": "5.1.15", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", - "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", - "dependencies": { - "cssnano-preset-default": "^5.2.14", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/cssnano" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/cssnano-preset-advanced": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.10.tgz", - "integrity": "sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==", - "dependencies": { - "autoprefixer": "^10.4.12", - "cssnano-preset-default": "^5.2.14", - "postcss-discard-unused": "^5.1.0", - "postcss-merge-idents": "^5.1.1", - "postcss-reduce-idents": "^5.2.0", - "postcss-zindex": "^5.1.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/cssnano-preset-default": { - "version": "5.2.14", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", - "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", - "dependencies": { - "css-declaration-sorter": "^6.3.1", - "cssnano-utils": "^3.1.0", - "postcss-calc": "^8.2.3", - "postcss-colormin": "^5.3.1", - "postcss-convert-values": "^5.1.3", - "postcss-discard-comments": "^5.1.2", - "postcss-discard-duplicates": "^5.1.0", - "postcss-discard-empty": "^5.1.1", - "postcss-discard-overridden": "^5.1.0", - "postcss-merge-longhand": "^5.1.7", - "postcss-merge-rules": "^5.1.4", - "postcss-minify-font-values": "^5.1.0", - "postcss-minify-gradients": "^5.1.1", - "postcss-minify-params": "^5.1.4", - "postcss-minify-selectors": "^5.2.1", - "postcss-normalize-charset": "^5.1.0", - "postcss-normalize-display-values": "^5.1.0", - "postcss-normalize-positions": "^5.1.1", - "postcss-normalize-repeat-style": "^5.1.1", - "postcss-normalize-string": "^5.1.0", - "postcss-normalize-timing-functions": "^5.1.0", - "postcss-normalize-unicode": "^5.1.1", - "postcss-normalize-url": "^5.1.0", - "postcss-normalize-whitespace": "^5.1.1", - "postcss-ordered-values": "^5.1.3", - "postcss-reduce-initial": "^5.1.2", - "postcss-reduce-transforms": "^5.1.0", - "postcss-svgo": "^5.1.0", - "postcss-unique-selectors": "^5.1.1" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/cssnano-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", - "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "dependencies": { - "css-tree": "^1.1.2" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" - }, - "node_modules/debounce": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decode-named-character-reference": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", - "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", - "dependencies": { - "character-entities": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/decompress-response": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", - "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", - "dependencies": { - "mimic-response": "^3.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/decompress-response/node_modules/mimic-response": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", - "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/default-gateway": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", - "dependencies": { - "execa": "^5.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/defer-to-connect": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", - "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", - "engines": { - "node": ">=10" - } - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "engines": { - "node": ">=8" - } - }, - "node_modules/define-properties": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/del": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", - "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", - "dependencies": { - "globby": "^11.0.1", - "graceful-fs": "^4.2.4", - "is-glob": "^4.0.1", - "is-path-cwd": "^2.2.0", - "is-path-inside": "^3.0.2", - "p-map": "^4.0.0", - "rimraf": "^3.0.2", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/dequal": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/detect-node": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - }, - "node_modules/detect-port": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.5.1.tgz", - "integrity": "sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==", - "dependencies": { - "address": "^1.0.1", - "debug": "4" - }, - "bin": { - "detect": "bin/detect-port.js", - "detect-port": "bin/detect-port.js" - } - }, - "node_modules/detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", - "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", - "dependencies": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "bin": { - "detect": "bin/detect-port", - "detect-port": "bin/detect-port" - }, - "engines": { - "node": ">= 4.2.1" - } - }, - "node_modules/detect-port-alt/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/detect-port-alt/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/devlop": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", - "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", - "dependencies": { - "dequal": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/dns-packet": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", - "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", - "dependencies": { - "@leichtgewicht/ip-codec": "^2.0.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", - "dependencies": { - "utila": "~0.4" - } - }, - "node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/domutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/dot-prop": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", - "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/dot-prop/node_modules/is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" - }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - }, - "node_modules/electron-to-chromium": { - "version": "1.4.713", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.713.tgz", - "integrity": "sha512-vDarADhwntXiULEdmWd77g2dV6FrNGa8ecAC29MZ4TwPut2fvosD0/5sJd1qWNNe8HcJFAC+F5Lf9jW1NPtWmw==" - }, - "node_modules/email-addresses": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-5.0.0.tgz", - "integrity": "sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==", - "dev": true - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" - }, - "node_modules/emojilib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz", - "integrity": "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==" - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/emoticon": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/emoticon/-/emoticon-4.0.1.tgz", - "integrity": "sha512-dqx7eA9YaqyvYtUhJwT4rC1HIp82j5ybS1/vQ42ur+jBe17dJMwZE4+gvL1XadSFfxaPFFGt3Xsw+Y8akThDlw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/enhanced-resolve": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz", - "integrity": "sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-module-lexer": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.2.tgz", - "integrity": "sha512-7nOqkomXZEaxUDJw21XZNtRk739QvrPSoZoRtbsEfcii00vdzZUh6zh1CQwHhrib8MdEtJfv5rJiGeb4KuV/vw==" - }, - "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-goat": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz", - "integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esrecurse/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estree-util-attach-comments": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", - "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", - "dependencies": { - "@types/estree": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/estree-util-build-jsx": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", - "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "devlop": "^1.0.0", - "estree-util-is-identifier-name": "^3.0.0", - "estree-walker": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/estree-util-is-identifier-name": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", - "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/estree-util-to-js": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", - "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "astring": "^1.8.0", - "source-map": "^0.7.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/estree-util-value-to-estree": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/estree-util-value-to-estree/-/estree-util-value-to-estree-3.0.1.tgz", - "integrity": "sha512-b2tdzTurEIbwRh+mKrEcaWfu1wgb8J1hVsgREg7FFiecWwK/PhO8X0kyc+0bIcKNtD4sqxIdNoRy6/p/TvECEA==", - "dependencies": { - "@types/estree": "^1.0.0", - "is-plain-obj": "^4.0.0" - }, - "engines": { - "node": ">=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/remcohaszing" - } - }, - "node_modules/estree-util-visit": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", - "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/estree-walker": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", - "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", - "dependencies": { - "@types/estree": "^1.0.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eta": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/eta/-/eta-2.2.0.tgz", - "integrity": "sha512-UVQ72Rqjy/ZKQalzV5dCCJP80GrmPrMxh6NlNf+erV6ObL0ZFkhCstWRawS85z3smdr3d2wXPsZEY7rDPfGd2g==", - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "url": "https://github.com/eta-dev/eta?sponsor=1" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/eval": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/eval/-/eval-0.1.8.tgz", - "integrity": "sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==", - "dependencies": { - "@types/node": "*", - "require-like": ">= 0.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/express": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.19.1.tgz", - "integrity": "sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==", - "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.2", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.6.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.11.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express/node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "dependencies": { - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/express/node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" - }, - "node_modules/express/node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-url-parser": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", - "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==", - "dependencies": { - "punycode": "^1.3.2" - } - }, - "node_modules/fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fault": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz", - "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==", - "dependencies": { - "format": "^0.2.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/faye-websocket": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", - "dependencies": { - "websocket-driver": ">=0.5.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/feed": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/feed/-/feed-4.2.2.tgz", - "integrity": "sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==", - "dependencies": { - "xml-js": "^1.6.11" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/file-loader/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/file-loader/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/file-loader/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/file-loader/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/filename-reserved-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", - "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/filenamify": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz", - "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", - "dev": true, - "dependencies": { - "filename-reserved-regex": "^2.0.0", - "strip-outer": "^1.0.1", - "trim-repeated": "^1.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/filesize": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", - "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/find-cache-dir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", - "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", - "dependencies": { - "common-path-prefix": "^3.0.0", - "pkg-dir": "^7.0.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/find-up": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", - "dependencies": { - "locate-path": "^7.1.0", - "path-exists": "^5.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", - "bin": { - "flat": "cli.js" - } - }, - "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", - "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", - "dependencies": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "chokidar": "^3.4.2", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "glob": "^7.1.6", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=10", - "yarn": ">=1.0.0" - }, - "peerDependencies": { - "eslint": ">= 6", - "typescript": ">= 2.7", - "vue-template-compiler": "*", - "webpack": ">= 4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - }, - "vue-template-compiler": { - "optional": true - } - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", - "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", - "dependencies": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/form-data-encoder": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz", - "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==", - "engines": { - "node": ">= 14.17" - } - }, - "node_modules/format": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", - "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://github.com/sponsors/rawify" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=14.14" - } - }, - "node_modules/fs-monkey": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", - "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==" - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-own-enumerable-property-symbols": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" - }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/gh-pages": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.1.1.tgz", - "integrity": "sha512-upnohfjBwN5hBP9w2dPE7HO5JJTHzSGMV1JrLrHvNuqmjoYHg6TBrCcnEoorjG/e0ejbuvnwyKMdTyM40PEByw==", - "dev": true, - "dependencies": { - "async": "^3.2.4", - "commander": "^11.0.0", - "email-addresses": "^5.0.0", - "filenamify": "^4.3.0", - "find-cache-dir": "^3.3.1", - "fs-extra": "^11.1.1", - "globby": "^6.1.0" - }, - "bin": { - "gh-pages": "bin/gh-pages.js", - "gh-pages-clean": "bin/gh-pages-clean.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/gh-pages/node_modules/array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", - "dev": true, - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gh-pages/node_modules/commander": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", - "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", - "dev": true, - "engines": { - "node": ">=16" - } - }, - "node_modules/gh-pages/node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dev": true, - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/gh-pages/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/gh-pages/node_modules/globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==", - "dev": true, - "dependencies": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gh-pages/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/gh-pages/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/gh-pages/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/gh-pages/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/gh-pages/node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/github-slugger": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", - "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==" - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - }, - "node_modules/global-dirs": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", - "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", - "dependencies": { - "ini": "2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/global-dirs/node_modules/ini": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", - "engines": { - "node": ">=10" - } - }, - "node_modules/global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "dependencies": { - "global-prefix": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "dependencies": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/got": { - "version": "12.6.1", - "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz", - "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==", - "dependencies": { - "@sindresorhus/is": "^5.2.0", - "@szmarczak/http-timer": "^5.0.1", - "cacheable-lookup": "^7.0.0", - "cacheable-request": "^10.2.8", - "decompress-response": "^6.0.0", - "form-data-encoder": "^2.1.2", - "get-stream": "^6.0.1", - "http2-wrapper": "^2.1.10", - "lowercase-keys": "^3.0.0", - "p-cancelable": "^3.0.0", - "responselike": "^3.0.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sindresorhus/got?sponsor=1" - } - }, - "node_modules/got/node_modules/@sindresorhus/is": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz", - "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sindresorhus/is?sponsor=1" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" - }, - "node_modules/gray-matter": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", - "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", - "dependencies": { - "js-yaml": "^3.13.1", - "kind-of": "^6.0.2", - "section-matter": "^1.0.0", - "strip-bom-string": "^1.0.0" - }, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/gray-matter/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/gray-matter/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/gzip-size": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", - "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", - "dependencies": { - "duplexer": "^0.1.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/handle-thing": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-yarn": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", - "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/hast-util-from-parse5": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz", - "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==", - "dependencies": { - "@types/hast": "^3.0.0", - "@types/unist": "^3.0.0", - "devlop": "^1.0.0", - "hastscript": "^8.0.0", - "property-information": "^6.0.0", - "vfile": "^6.0.0", - "vfile-location": "^5.0.0", - "web-namespaces": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-parse-selector": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", - "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", - "dependencies": { - "@types/hast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-raw": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.2.tgz", - "integrity": "sha512-PldBy71wO9Uq1kyaMch9AHIghtQvIwxBUkv823pKmkTM3oV1JxtsTNYdevMxvUHqcnOAuO65JKU2+0NOxc2ksA==", - "dependencies": { - "@types/hast": "^3.0.0", - "@types/unist": "^3.0.0", - "@ungap/structured-clone": "^1.0.0", - "hast-util-from-parse5": "^8.0.0", - "hast-util-to-parse5": "^8.0.0", - "html-void-elements": "^3.0.0", - "mdast-util-to-hast": "^13.0.0", - "parse5": "^7.0.0", - "unist-util-position": "^5.0.0", - "unist-util-visit": "^5.0.0", - "vfile": "^6.0.0", - "web-namespaces": "^2.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-estree": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.0.tgz", - "integrity": "sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==", - "dependencies": { - "@types/estree": "^1.0.0", - "@types/estree-jsx": "^1.0.0", - "@types/hast": "^3.0.0", - "comma-separated-tokens": "^2.0.0", - "devlop": "^1.0.0", - "estree-util-attach-comments": "^3.0.0", - "estree-util-is-identifier-name": "^3.0.0", - "hast-util-whitespace": "^3.0.0", - "mdast-util-mdx-expression": "^2.0.0", - "mdast-util-mdx-jsx": "^3.0.0", - "mdast-util-mdxjs-esm": "^2.0.0", - "property-information": "^6.0.0", - "space-separated-tokens": "^2.0.0", - "style-to-object": "^0.4.0", - "unist-util-position": "^5.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-jsx-runtime": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.0.tgz", - "integrity": "sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==", - "dependencies": { - "@types/estree": "^1.0.0", - "@types/hast": "^3.0.0", - "@types/unist": "^3.0.0", - "comma-separated-tokens": "^2.0.0", - "devlop": "^1.0.0", - "estree-util-is-identifier-name": "^3.0.0", - "hast-util-whitespace": "^3.0.0", - "mdast-util-mdx-expression": "^2.0.0", - "mdast-util-mdx-jsx": "^3.0.0", - "mdast-util-mdxjs-esm": "^2.0.0", - "property-information": "^6.0.0", - "space-separated-tokens": "^2.0.0", - "style-to-object": "^1.0.0", - "unist-util-position": "^5.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-jsx-runtime/node_modules/inline-style-parser": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.2.tgz", - "integrity": "sha512-EcKzdTHVe8wFVOGEYXiW9WmJXPjqi1T+234YpJr98RiFYKHV3cdy1+3mkTE+KHTHxFFLH51SfaGOoUdW+v7ViQ==" - }, - "node_modules/hast-util-to-jsx-runtime/node_modules/style-to-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.5.tgz", - "integrity": "sha512-rDRwHtoDD3UMMrmZ6BzOW0naTjMsVZLIjsGleSKS/0Oz+cgCfAPRspaqJuE8rDzpKha/nEvnM0IF4seEAZUTKQ==", - "dependencies": { - "inline-style-parser": "0.2.2" - } - }, - "node_modules/hast-util-to-parse5": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", - "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", - "dependencies": { - "@types/hast": "^3.0.0", - "comma-separated-tokens": "^2.0.0", - "devlop": "^1.0.0", - "property-information": "^6.0.0", - "space-separated-tokens": "^2.0.0", - "web-namespaces": "^2.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-whitespace": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", - "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", - "dependencies": { - "@types/hast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hastscript": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-8.0.0.tgz", - "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==", - "dependencies": { - "@types/hast": "^3.0.0", - "comma-separated-tokens": "^2.0.0", - "hast-util-parse-selector": "^4.0.0", - "property-information": "^6.0.0", - "space-separated-tokens": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", - "bin": { - "he": "bin/he" - } - }, - "node_modules/history": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", - "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", - "dependencies": { - "@babel/runtime": "^7.1.2", - "loose-envify": "^1.2.0", - "resolve-pathname": "^3.0.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0", - "value-equal": "^1.0.1" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hpack.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", - "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } - }, - "node_modules/hpack.js/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - }, - "node_modules/hpack.js/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/hpack.js/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/hpack.js/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/html-entities": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", - "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/mdevils" - }, - { - "type": "patreon", - "url": "https://patreon.com/mdevils" - } - ] - }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" - }, - "node_modules/html-minifier-terser": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.0.tgz", - "integrity": "sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==", - "dependencies": { - "camel-case": "^4.1.2", - "clean-css": "~5.3.2", - "commander": "^10.0.0", - "entities": "^4.4.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.15.1" - }, - "bin": { - "html-minifier-terser": "cli.js" - }, - "engines": { - "node": "^14.13.1 || >=16.0.0" - } - }, - "node_modules/html-minifier-terser/node_modules/commander": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", - "engines": { - "node": ">=14" - } - }, - "node_modules/html-tags": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/html-void-elements": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", - "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/html-webpack-plugin": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", - "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", - "dependencies": { - "@types/html-minifier-terser": "^6.0.0", - "html-minifier-terser": "^6.0.2", - "lodash": "^4.17.21", - "pretty-error": "^4.0.0", - "tapable": "^2.0.0" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/html-webpack-plugin" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "webpack": "^5.20.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/html-webpack-plugin/node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", - "engines": { - "node": ">= 12" - } - }, - "node_modules/html-webpack-plugin/node_modules/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", - "dependencies": { - "camel-case": "^4.1.2", - "clean-css": "^5.2.2", - "commander": "^8.3.0", - "he": "^1.2.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.10.0" - }, - "bin": { - "html-minifier-terser": "cli.js" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/htmlparser2": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", - "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "entities": "^4.4.0" - } - }, - "node_modules/http-cache-semantics": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" - }, - "node_modules/http-deceiver": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-parser-js": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" - }, - "node_modules/http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/http-proxy-middleware": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", - "dependencies": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" - }, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "@types/express": "^4.17.13" - }, - "peerDependenciesMeta": { - "@types/express": { - "optional": true - } - } - }, - "node_modules/http-proxy-middleware/node_modules/is-plain-obj": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/http2-wrapper": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz", - "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==", - "dependencies": { - "quick-lru": "^5.1.1", - "resolve-alpn": "^1.2.0" - }, - "engines": { - "node": ">=10.19.0" - } - }, - "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "engines": { - "node": ">=10.17.0" - } - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/image-size": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.1.1.tgz", - "integrity": "sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==", - "dependencies": { - "queue": "6.0.2" - }, - "bin": { - "image-size": "bin/image-size.js" - }, - "engines": { - "node": ">=16.x" - } - }, - "node_modules/immer": { - "version": "9.0.21", - "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", - "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/immer" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/infima": { - "version": "0.2.0-alpha.43", - "resolved": "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.43.tgz", - "integrity": "sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ==", - "engines": { - "node": ">=12" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" - }, - "node_modules/inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", - "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" - }, - "node_modules/interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/ipaddr.js": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", - "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/is-alphabetical": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", - "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-alphanumerical": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", - "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", - "dependencies": { - "is-alphabetical": "^2.0.0", - "is-decimal": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dependencies": { - "ci-info": "^3.2.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, - "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-decimal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", - "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-hexadecimal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", - "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-installed-globally": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", - "dependencies": { - "global-dirs": "^3.0.0", - "is-path-inside": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-npm": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz", - "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-plain-obj": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", - "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-reference": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz", - "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==", - "dependencies": { - "@types/estree": "*" - } - }, - "node_modules/is-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", - "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-root": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", - "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-yarn-global": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.1.tgz", - "integrity": "sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==", - "engines": { - "node": ">=12" - } - }, - "node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-util": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", - "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", - "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-worker": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", - "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", - "dependencies": { - "@types/node": "*", - "jest-util": "^29.7.0", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/jiti": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", - "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", - "bin": { - "jiti": "bin/jiti.js" - } - }, - "node_modules/joi": { - "version": "17.12.2", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.12.2.tgz", - "integrity": "sha512-RonXAIzCiHLc8ss3Ibuz45u28GOsWE1UpfDXLbN/9NKbL4tCJf8TWYVKsoYuuh+sAUt7fsSNpA+r2+TBA6Wjmw==", - "dependencies": { - "@hapi/hoek": "^9.3.0", - "@hapi/topo": "^5.1.0", - "@sideway/address": "^4.1.5", - "@sideway/formula": "^3.0.1", - "@sideway/pinpoint": "^2.0.0" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - }, - "node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/latest-version": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-7.0.0.tgz", - "integrity": "sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==", - "dependencies": { - "package-json": "^8.1.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/launch-editor": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", - "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", - "dependencies": { - "picocolors": "^1.0.0", - "shell-quote": "^1.8.1" - } - }, - "node_modules/leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" - }, - "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "engines": { - "node": ">=6.11.5" - } - }, - "node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/locate-path": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", - "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", - "dependencies": { - "p-locate": "^6.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" - }, - "node_modules/lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" - }, - "node_modules/lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" - }, - "node_modules/longest-streak": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", - "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/lowercase-keys": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz", - "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/markdown-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", - "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/markdown-table": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", - "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/mdast-util-directive": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.0.0.tgz", - "integrity": "sha512-JUpYOqKI4mM3sZcNxmF/ox04XYFFkNwr0CFlrQIkCwbvH0xzMCqkMqAde9wRd80VAhaUrwFwKm2nxretdT1h7Q==", - "dependencies": { - "@types/mdast": "^4.0.0", - "@types/unist": "^3.0.0", - "devlop": "^1.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0", - "parse-entities": "^4.0.0", - "stringify-entities": "^4.0.0", - "unist-util-visit-parents": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-find-and-replace": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", - "integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", - "dependencies": { - "@types/mdast": "^4.0.0", - "escape-string-regexp": "^5.0.0", - "unist-util-is": "^6.0.0", - "unist-util-visit-parents": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mdast-util-from-markdown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", - "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==", - "dependencies": { - "@types/mdast": "^4.0.0", - "@types/unist": "^3.0.0", - "decode-named-character-reference": "^1.0.0", - "devlop": "^1.0.0", - "mdast-util-to-string": "^4.0.0", - "micromark": "^4.0.0", - "micromark-util-decode-numeric-character-reference": "^2.0.0", - "micromark-util-decode-string": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0", - "unist-util-stringify-position": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/mdast-util-frontmatter": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz", - "integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==", - "dependencies": { - "@types/mdast": "^4.0.0", - "devlop": "^1.0.0", - "escape-string-regexp": "^5.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0", - "micromark-extension-frontmatter": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mdast-util-gfm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", - "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", - "dependencies": { - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-gfm-autolink-literal": "^2.0.0", - "mdast-util-gfm-footnote": "^2.0.0", - "mdast-util-gfm-strikethrough": "^2.0.0", - "mdast-util-gfm-table": "^2.0.0", - "mdast-util-gfm-task-list-item": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-autolink-literal": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.0.tgz", - "integrity": "sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==", - "dependencies": { - "@types/mdast": "^4.0.0", - "ccount": "^2.0.0", - "devlop": "^1.0.0", - "mdast-util-find-and-replace": "^3.0.0", - "micromark-util-character": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/mdast-util-gfm-footnote": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", - "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", - "dependencies": { - "@types/mdast": "^4.0.0", - "devlop": "^1.1.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-strikethrough": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", - "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-table": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", - "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", - "dependencies": { - "@types/mdast": "^4.0.0", - "devlop": "^1.0.0", - "markdown-table": "^3.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-task-list-item": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", - "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", - "dependencies": { - "@types/mdast": "^4.0.0", - "devlop": "^1.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-mdx": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", - "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", - "dependencies": { - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-mdx-expression": "^2.0.0", - "mdast-util-mdx-jsx": "^3.0.0", - "mdast-util-mdxjs-esm": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-mdx-expression": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.0.tgz", - "integrity": "sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "devlop": "^1.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-mdx-jsx": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.1.2.tgz", - "integrity": "sha512-eKMQDeywY2wlHc97k5eD8VC+9ASMjN8ItEZQNGwJ6E0XWKiW/Z0V5/H8pvoXUf+y+Mj0VIgeRRbujBmFn4FTyA==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "@types/unist": "^3.0.0", - "ccount": "^2.0.0", - "devlop": "^1.1.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0", - "parse-entities": "^4.0.0", - "stringify-entities": "^4.0.0", - "unist-util-remove-position": "^5.0.0", - "unist-util-stringify-position": "^4.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-mdxjs-esm": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", - "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "devlop": "^1.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-phrasing": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", - "dependencies": { - "@types/mdast": "^4.0.0", - "unist-util-is": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-hast": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.1.0.tgz", - "integrity": "sha512-/e2l/6+OdGp/FB+ctrJ9Avz71AN/GRH3oi/3KAx/kMnoUsD6q0woXlDT8lLEeViVKE7oZxE7RXzvO3T8kF2/sA==", - "dependencies": { - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "@ungap/structured-clone": "^1.0.0", - "devlop": "^1.0.0", - "micromark-util-sanitize-uri": "^2.0.0", - "trim-lines": "^3.0.0", - "unist-util-position": "^5.0.0", - "unist-util-visit": "^5.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-markdown": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz", - "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==", - "dependencies": { - "@types/mdast": "^4.0.0", - "@types/unist": "^3.0.0", - "longest-streak": "^3.0.0", - "mdast-util-phrasing": "^4.0.0", - "mdast-util-to-string": "^4.0.0", - "micromark-util-decode-string": "^2.0.0", - "unist-util-visit": "^5.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", - "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", - "dependencies": { - "@types/mdast": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/memfs": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", - "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", - "dependencies": { - "fs-monkey": "^1.0.4" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/micromark": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz", - "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "@types/debug": "^4.0.0", - "debug": "^4.0.0", - "decode-named-character-reference": "^1.0.0", - "devlop": "^1.0.0", - "micromark-core-commonmark": "^2.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-chunked": "^2.0.0", - "micromark-util-combine-extensions": "^2.0.0", - "micromark-util-decode-numeric-character-reference": "^2.0.0", - "micromark-util-encode": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0", - "micromark-util-resolve-all": "^2.0.0", - "micromark-util-sanitize-uri": "^2.0.0", - "micromark-util-subtokenize": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-core-commonmark": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.0.tgz", - "integrity": "sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "devlop": "^1.0.0", - "micromark-factory-destination": "^2.0.0", - "micromark-factory-label": "^2.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-factory-title": "^2.0.0", - "micromark-factory-whitespace": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-chunked": "^2.0.0", - "micromark-util-classify-character": "^2.0.0", - "micromark-util-html-tag-name": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0", - "micromark-util-resolve-all": "^2.0.0", - "micromark-util-subtokenize": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-core-commonmark/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-core-commonmark/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-core-commonmark/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-directive": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.0.tgz", - "integrity": "sha512-61OI07qpQrERc+0wEysLHMvoiO3s2R56x5u7glHq2Yqq6EHbH4dW25G9GfDdGCDYqA21KE6DWgNSzxSwHc2hSg==", - "dependencies": { - "devlop": "^1.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-factory-whitespace": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0", - "parse-entities": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-directive/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-directive/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-directive/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-frontmatter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz", - "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==", - "dependencies": { - "fault": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-gfm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", - "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", - "dependencies": { - "micromark-extension-gfm-autolink-literal": "^2.0.0", - "micromark-extension-gfm-footnote": "^2.0.0", - "micromark-extension-gfm-strikethrough": "^2.0.0", - "micromark-extension-gfm-table": "^2.0.0", - "micromark-extension-gfm-tagfilter": "^2.0.0", - "micromark-extension-gfm-task-list-item": "^2.0.0", - "micromark-util-combine-extensions": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-autolink-literal": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.0.0.tgz", - "integrity": "sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==", - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-sanitize-uri": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-gfm-footnote": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.0.0.tgz", - "integrity": "sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==", - "dependencies": { - "devlop": "^1.0.0", - "micromark-core-commonmark": "^2.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0", - "micromark-util-sanitize-uri": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-gfm-strikethrough": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.0.0.tgz", - "integrity": "sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==", - "dependencies": { - "devlop": "^1.0.0", - "micromark-util-chunked": "^2.0.0", - "micromark-util-classify-character": "^2.0.0", - "micromark-util-resolve-all": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-gfm-table": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.0.0.tgz", - "integrity": "sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==", - "dependencies": { - "devlop": "^1.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-gfm-tagfilter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", - "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", - "dependencies": { - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-task-list-item": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.0.1.tgz", - "integrity": "sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==", - "dependencies": { - "devlop": "^1.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-mdx-expression": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz", - "integrity": "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "@types/estree": "^1.0.0", - "devlop": "^1.0.0", - "micromark-factory-mdx-expression": "^2.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-events-to-acorn": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-mdx-expression/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-mdx-expression/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-mdx-expression/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-mdx-jsx": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.0.tgz", - "integrity": "sha512-uvhhss8OGuzR4/N17L1JwvmJIpPhAd8oByMawEKx6NVdBCbesjH4t+vjEp3ZXft9DwvlKSD07fCeI44/N0Vf2w==", - "dependencies": { - "@types/acorn": "^4.0.0", - "@types/estree": "^1.0.0", - "devlop": "^1.0.0", - "estree-util-is-identifier-name": "^3.0.0", - "micromark-factory-mdx-expression": "^2.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-extension-mdx-md": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", - "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", - "dependencies": { - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-mdxjs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", - "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", - "dependencies": { - "acorn": "^8.0.0", - "acorn-jsx": "^5.0.0", - "micromark-extension-mdx-expression": "^3.0.0", - "micromark-extension-mdx-jsx": "^3.0.0", - "micromark-extension-mdx-md": "^2.0.0", - "micromark-extension-mdxjs-esm": "^3.0.0", - "micromark-util-combine-extensions": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-mdxjs-esm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", - "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", - "dependencies": { - "@types/estree": "^1.0.0", - "devlop": "^1.0.0", - "micromark-core-commonmark": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-events-to-acorn": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0", - "unist-util-position-from-estree": "^2.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-mdxjs-esm/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-extension-mdxjs-esm/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-factory-destination": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz", - "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-destination/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-destination/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-factory-label": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz", - "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "devlop": "^1.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-label/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-label/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-factory-mdx-expression": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.1.tgz", - "integrity": "sha512-F0ccWIUHRLRrYp5TC9ZYXmZo+p2AM13ggbsW4T0b5CRKP8KHVRB8t4pwtBgTxtjRmwrK0Irwm7vs2JOZabHZfg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "@types/estree": "^1.0.0", - "devlop": "^1.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-events-to-acorn": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0", - "unist-util-position-from-estree": "^2.0.0", - "vfile-message": "^4.0.0" - } - }, - "node_modules/micromark-factory-mdx-expression/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-mdx-expression/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-factory-space": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", - "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-factory-space/node_modules/micromark-util-types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", - "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-factory-title": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz", - "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-title/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-title/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-title/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-factory-whitespace": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz", - "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-whitespace/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-whitespace/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-factory-whitespace/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-character": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", - "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-character/node_modules/micromark-util-types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", - "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-chunked": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz", - "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/micromark-util-chunked/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-classify-character": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz", - "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-util-classify-character/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-util-classify-character/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-combine-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz", - "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-chunked": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-util-decode-numeric-character-reference": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz", - "integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/micromark-util-decode-numeric-character-reference/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-decode-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz", - "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-decode-numeric-character-reference": "^2.0.0", - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/micromark-util-decode-string/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-util-decode-string/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-encode": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", - "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-events-to-acorn": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz", - "integrity": "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "@types/acorn": "^4.0.0", - "@types/estree": "^1.0.0", - "@types/unist": "^3.0.0", - "devlop": "^1.0.0", - "estree-util-visit": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0", - "vfile-message": "^4.0.0" - } - }, - "node_modules/micromark-util-events-to-acorn/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-html-tag-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz", - "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-normalize-identifier": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz", - "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/micromark-util-normalize-identifier/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-resolve-all": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz", - "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-util-sanitize-uri": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", - "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-encode": "^2.0.0", - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/micromark-util-sanitize-uri/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-util-sanitize-uri/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-subtokenize": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.0.tgz", - "integrity": "sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "devlop": "^1.0.0", - "micromark-util-chunked": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark-util-subtokenize/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-symbol": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", - "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-types": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", - "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark/node_modules/micromark-factory-space": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", - "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark/node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/micromark/node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", - "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.18", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", - "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", - "dependencies": { - "mime-db": "~1.33.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/mimic-response": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz", - "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mini-css-extract-plugin": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", - "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", - "dependencies": { - "schema-utils": "^4.0.0", - "tapable": "^2.2.1" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - } - }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/mrmime": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", - "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/multicast-dns": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", - "dependencies": { - "dns-packet": "^5.2.2", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" - } - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node_modules/node-emoji": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.1.3.tgz", - "integrity": "sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==", - "dependencies": { - "@sindresorhus/is": "^4.6.0", - "char-regex": "^1.0.2", - "emojilib": "^2.4.0", - "skin-tone": "^2.0.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", - "engines": { - "node": ">= 6.13.0" - } - }, - "node_modules/node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/nprogress": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz", - "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==" - }, - "node_modules/nth-check": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "dependencies": { - "boolbase": "^1.0.0" - }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", - "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", - "dependencies": { - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "has-symbols": "^1.0.3", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/obuf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" - }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/open": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", - "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", - "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/opener": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", - "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", - "bin": { - "opener": "bin/opener-bin.js" - } - }, - "node_modules/p-cancelable": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz", - "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==", - "engines": { - "node": ">=12.20" - } - }, - "node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "dependencies": { - "yocto-queue": "^1.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", - "dependencies": { - "p-limit": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-retry": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", - "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", - "dependencies": { - "@types/retry": "0.12.0", - "retry": "^0.13.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/package-json": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-8.1.1.tgz", - "integrity": "sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==", - "dependencies": { - "got": "^12.1.0", - "registry-auth-token": "^5.0.1", - "registry-url": "^6.0.0", - "semver": "^7.3.7" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/param-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-entities": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz", - "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==", - "dependencies": { - "@types/unist": "^2.0.0", - "character-entities": "^2.0.0", - "character-entities-legacy": "^3.0.0", - "character-reference-invalid": "^2.0.0", - "decode-named-character-reference": "^1.0.0", - "is-alphanumerical": "^2.0.0", - "is-decimal": "^2.0.0", - "is-hexadecimal": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/parse-entities/node_modules/@types/unist": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", - "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parse-numeric-range": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", - "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" - }, - "node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "dependencies": { - "entities": "^4.4.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, - "node_modules/parse5-htmlparser2-tree-adapter": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz", - "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==", - "dependencies": { - "domhandler": "^5.0.2", - "parse5": "^7.0.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/path-exists": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==" - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/periscopic": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", - "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==", - "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^3.0.0", - "is-reference": "^3.0.0" - } - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", - "dev": true, - "dependencies": { - "pinkie": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pkg-dir": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", - "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", - "dependencies": { - "find-up": "^6.3.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-up": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", - "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-up/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-up/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-calc": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", - "dependencies": { - "postcss-selector-parser": "^6.0.9", - "postcss-value-parser": "^4.2.0" - }, - "peerDependencies": { - "postcss": "^8.2.2" - } - }, - "node_modules/postcss-colormin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", - "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0", - "colord": "^2.9.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-convert-values": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", - "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-comments": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", - "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-duplicates": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", - "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-empty": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", - "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-overridden": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", - "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-unused": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-5.1.0.tgz", - "integrity": "sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==", - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-loader": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.4.tgz", - "integrity": "sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A==", - "dependencies": { - "cosmiconfig": "^8.3.5", - "jiti": "^1.20.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - } - }, - "node_modules/postcss-loader/node_modules/cosmiconfig": { - "version": "8.3.6", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", - "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", - "dependencies": { - "import-fresh": "^3.3.0", - "js-yaml": "^4.1.0", - "parse-json": "^5.2.0", - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/d-fischer" - }, - "peerDependencies": { - "typescript": ">=4.9.5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/postcss-merge-idents": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-5.1.1.tgz", - "integrity": "sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==", - "dependencies": { - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-merge-longhand": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", - "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0", - "stylehacks": "^5.1.1" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-merge-rules": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", - "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.1.0", - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-font-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", - "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-gradients": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", - "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", - "dependencies": { - "colord": "^2.9.1", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-params": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", - "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", - "dependencies": { - "browserslist": "^4.21.4", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-selectors": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", - "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-modules-extract-imports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-local-by-default": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz", - "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==", - "dependencies": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-scope": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz", - "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==", - "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-values": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "dependencies": { - "icss-utils": "^5.0.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-normalize-charset": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", - "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-display-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", - "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-positions": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", - "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-repeat-style": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", - "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-string": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", - "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-timing-functions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", - "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-unicode": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", - "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", - "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", - "dependencies": { - "normalize-url": "^6.0.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-whitespace": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", - "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-ordered-values": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", - "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", - "dependencies": { - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-idents": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-5.2.0.tgz", - "integrity": "sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-initial": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", - "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-transforms": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", - "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.16", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", - "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-sort-media-queries": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-4.4.1.tgz", - "integrity": "sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==", - "dependencies": { - "sort-css-media-queries": "2.1.0" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.4.16" - } - }, - "node_modules/postcss-svgo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", - "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", - "dependencies": { - "postcss-value-parser": "^4.2.0", - "svgo": "^2.7.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-unique-selectors": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", - "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" - }, - "node_modules/postcss-zindex": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-5.1.0.tgz", - "integrity": "sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/pretty-error": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", - "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", - "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^3.0.0" - } - }, - "node_modules/pretty-time": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", - "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/prism-react-renderer": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.3.1.tgz", - "integrity": "sha512-Rdf+HzBLR7KYjzpJ1rSoxT9ioO85nZngQEoFIhL07XhtJHlCU3SOz0GJ6+qvMyQe0Se+BV3qpe6Yd/NmQF5Juw==", - "dependencies": { - "@types/prismjs": "^1.26.0", - "clsx": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.0.0" - } - }, - "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", - "engines": { - "node": ">=6" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/property-information": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.1.tgz", - "integrity": "sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/proto-list": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", - "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" - }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/proxy-addr/node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" - }, - "node_modules/pupa": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz", - "integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==", - "dependencies": { - "escape-goat": "^4.0.0" - }, - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/queue": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", - "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", - "dependencies": { - "inherits": "~2.0.3" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", - "integrity": "sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "dependencies": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "bin": { - "rc": "cli.js" - } - }, - "node_modules/rc/node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "dependencies": { - "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", - "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", - "dependencies": { - "@babel/code-frame": "^7.16.0", - "address": "^1.1.2", - "browserslist": "^4.18.1", - "chalk": "^4.1.2", - "cross-spawn": "^7.0.3", - "detect-port-alt": "^1.1.6", - "escape-string-regexp": "^4.0.0", - "filesize": "^8.0.6", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.5.0", - "global-modules": "^2.0.0", - "globby": "^11.0.4", - "gzip-size": "^6.0.0", - "immer": "^9.0.7", - "is-root": "^2.1.0", - "loader-utils": "^3.2.0", - "open": "^8.4.0", - "pkg-up": "^3.1.0", - "prompts": "^2.4.2", - "react-error-overlay": "^6.0.11", - "recursive-readdir": "^2.2.2", - "shell-quote": "^1.7.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/react-dev-utils/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/loader-utils": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", - "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", - "engines": { - "node": ">= 12.13.0" - } - }, - "node_modules/react-dev-utils/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/react-dev-utils/node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "dependencies": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - }, - "peerDependencies": { - "react": "^18.2.0" - } - }, - "node_modules/react-error-overlay": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" - }, - "node_modules/react-fast-compare": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", - "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" - }, - "node_modules/react-helmet-async": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz", - "integrity": "sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": "^16.6.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/react-json-view-lite": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-json-view-lite/-/react-json-view-lite-1.3.0.tgz", - "integrity": "sha512-aN1biKC5v4DQkmQBlZjuMFR09MKZGMPtIg+cut8zEeg2HXd6gl2gRy0n4HMacHf0dznQgo0SVXN7eT8zV3hEuQ==", - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": "^16.13.1 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-loadable": { - "name": "@docusaurus/react-loadable", - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", - "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", - "dependencies": { - "@types/react": "*", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-loadable-ssr-addon-v5-slorber": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/react-loadable-ssr-addon-v5-slorber/-/react-loadable-ssr-addon-v5-slorber-1.0.1.tgz", - "integrity": "sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==", - "dependencies": { - "@babel/runtime": "^7.10.3" - }, - "engines": { - "node": ">=10.13.0" - }, - "peerDependencies": { - "react-loadable": "*", - "webpack": ">=4.41.1 || 5.x" - } - }, - "node_modules/react-router": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz", - "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==", - "dependencies": { - "@babel/runtime": "^7.12.13", - "history": "^4.9.0", - "hoist-non-react-statics": "^3.1.0", - "loose-envify": "^1.3.1", - "path-to-regexp": "^1.7.0", - "prop-types": "^15.6.2", - "react-is": "^16.6.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0" - }, - "peerDependencies": { - "react": ">=15" - } - }, - "node_modules/react-router-config": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz", - "integrity": "sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==", - "dependencies": { - "@babel/runtime": "^7.1.2" - }, - "peerDependencies": { - "react": ">=15", - "react-router": ">=5" - } - }, - "node_modules/react-router-dom": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz", - "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==", - "dependencies": { - "@babel/runtime": "^7.12.13", - "history": "^4.9.0", - "loose-envify": "^1.3.1", - "prop-types": "^15.6.2", - "react-router": "5.3.4", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0" - }, - "peerDependencies": { - "react": ">=15" - } - }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/reading-time": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/reading-time/-/reading-time-1.5.0.tgz", - "integrity": "sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==" - }, - "node_modules/rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", - "dependencies": { - "resolve": "^1.1.6" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/recursive-readdir": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", - "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", - "dependencies": { - "minimatch": "^3.0.5" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" - }, - "node_modules/regenerator-transform": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dependencies": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/registry-auth-token": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz", - "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==", - "dependencies": { - "@pnpm/npm-conf": "^2.1.0" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/registry-url": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz", - "integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==", - "dependencies": { - "rc": "1.2.8" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/rehype-raw": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", - "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-raw": "^9.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/remark-directive": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.0.tgz", - "integrity": "sha512-l1UyWJ6Eg1VPU7Hm/9tt0zKtReJQNOA4+iDMAxTyZNWnJnFlbS/7zhiel/rogTLQ2vMYwDzSJa4BiVNqGlqIMA==", - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-directive": "^3.0.0", - "micromark-extension-directive": "^3.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-emoji": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/remark-emoji/-/remark-emoji-4.0.1.tgz", - "integrity": "sha512-fHdvsTR1dHkWKev9eNyhTo4EFwbUvJ8ka9SgeWkMPYFX4WoI7ViVBms3PjlQYgw5TLvNQso3GUB/b/8t3yo+dg==", - "dependencies": { - "@types/mdast": "^4.0.2", - "emoticon": "^4.0.1", - "mdast-util-find-and-replace": "^3.0.1", - "node-emoji": "^2.1.0", - "unified": "^11.0.4" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, - "node_modules/remark-frontmatter": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz", - "integrity": "sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==", - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-frontmatter": "^2.0.0", - "micromark-extension-frontmatter": "^2.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-gfm": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", - "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-gfm": "^3.0.0", - "micromark-extension-gfm": "^3.0.0", - "remark-parse": "^11.0.0", - "remark-stringify": "^11.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.0.1.tgz", - "integrity": "sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==", - "dependencies": { - "mdast-util-mdx": "^3.0.0", - "micromark-extension-mdxjs": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-parse": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", - "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-from-markdown": "^2.0.0", - "micromark-util-types": "^2.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-rehype": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.0.tgz", - "integrity": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==", - "dependencies": { - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "mdast-util-to-hast": "^13.0.0", - "unified": "^11.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-stringify": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", - "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-to-markdown": "^2.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/renderkid": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", - "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", - "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^6.0.1" - } - }, - "node_modules/renderkid/node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/renderkid/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-like": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz", - "integrity": "sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==", - "engines": { - "node": "*" - } - }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-alpn": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", - "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-pathname": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" - }, - "node_modules/responselike": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz", - "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==", - "dependencies": { - "lowercase-keys": "^3.0.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/rtl-detect": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.1.2.tgz", - "integrity": "sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==" - }, - "node_modules/rtlcss": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.1.tgz", - "integrity": "sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==", - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0", - "postcss": "^8.4.21", - "strip-json-comments": "^3.1.1" - }, - "bin": { - "rtlcss": "bin/rtlcss.js" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sax": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", - "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" - }, - "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "dependencies": { - "loose-envify": "^1.1.0" - } - }, - "node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/search-insights": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.13.0.tgz", - "integrity": "sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==", - "peer": true - }, - "node_modules/section-matter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", - "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", - "dependencies": { - "extend-shallow": "^2.0.1", - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" - }, - "node_modules/selfsigned": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", - "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", - "dependencies": { - "@types/node-forge": "^1.3.0", - "node-forge": "^1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", - "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", - "dependencies": { - "semver": "^7.3.5" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/send/node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serialize-javascript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/serve-handler": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.5.tgz", - "integrity": "sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==", - "dependencies": { - "bytes": "3.0.0", - "content-disposition": "0.5.2", - "fast-url-parser": "1.1.3", - "mime-types": "2.1.18", - "minimatch": "3.1.2", - "path-is-inside": "1.0.2", - "path-to-regexp": "2.2.1", - "range-parser": "1.2.0" - } - }, - "node_modules/serve-handler/node_modules/path-to-regexp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", - "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==" - }, - "node_modules/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", - "dependencies": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/serve-index/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/serve-index/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" - }, - "node_modules/serve-index/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/serve-index/node_modules/setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - }, - "node_modules/serve-index/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dependencies": { - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", - "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/side-channel": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", - "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "node_modules/sirv": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", - "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", - "dependencies": { - "@polka/url": "^1.0.0-next.24", - "mrmime": "^2.0.0", - "totalist": "^3.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "node_modules/sitemap": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz", - "integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==", - "dependencies": { - "@types/node": "^17.0.5", - "@types/sax": "^1.2.1", - "arg": "^5.0.0", - "sax": "^1.2.4" - }, - "bin": { - "sitemap": "dist/cli.js" - }, - "engines": { - "node": ">=12.0.0", - "npm": ">=5.6.0" - } - }, - "node_modules/sitemap/node_modules/@types/node": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", - "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" - }, - "node_modules/skin-tone": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz", - "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==", - "dependencies": { - "unicode-emoji-modifier-base": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/sockjs": { - "version": "0.3.24", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "dependencies": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" - } - }, - "node_modules/sort-css-media-queries": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz", - "integrity": "sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==", - "engines": { - "node": ">= 6.3.0" - } - }, - "node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/space-separated-tokens": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", - "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/spdy": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "dependencies": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/spdy-transport": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "dependencies": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" - }, - "node_modules/srcset": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/srcset/-/srcset-4.0.0.tgz", - "integrity": "sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/stable": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", - "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/std-env": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", - "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/string-width/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/string-width/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/stringify-entities": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", - "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", - "dependencies": { - "character-entities-html4": "^2.0.0", - "character-entities-legacy": "^3.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/stringify-object": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", - "dependencies": { - "get-own-enumerable-property-symbols": "^3.0.0", - "is-obj": "^1.0.1", - "is-regexp": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", - "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/strip-outer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", - "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-outer/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/style-to-object": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", - "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", - "dependencies": { - "inline-style-parser": "0.1.1" - } - }, - "node_modules/stylehacks": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", - "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", - "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" - }, - "node_modules/svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", - "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - }, - "bin": { - "svgo": "bin/svgo" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/svgo/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/svgo/node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/svgo/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/svgo/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/svgo/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/svgo/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/terser": { - "version": "5.29.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.2.tgz", - "integrity": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==", - "dependencies": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.20", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.26.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "node_modules/terser-webpack-plugin/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/terser-webpack-plugin/node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/terser-webpack-plugin/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - }, - "node_modules/thunky": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" - }, - "node_modules/tiny-invariant": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", - "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" - }, - "node_modules/tiny-warning": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/totalist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", - "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/trim-lines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", - "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/trim-repeated": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", - "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/trim-repeated/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/trough": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", - "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" - }, - "node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/type-is/node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/type-is/node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-emoji-modifier-base": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz", - "integrity": "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unified": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", - "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", - "dependencies": { - "@types/unist": "^3.0.0", - "bail": "^2.0.0", - "devlop": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unique-string": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", - "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==", - "dependencies": { - "crypto-random-string": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/unist-util-is": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-position": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", - "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-position-from-estree": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", - "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove-position": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", - "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-visit": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-stringify-position": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", - "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-visit": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-is": "^6.0.0", - "unist-util-visit-parents": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-visit-parents": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", - "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-is": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/universalify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", - "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/update-notifier": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-6.0.2.tgz", - "integrity": "sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==", - "dependencies": { - "boxen": "^7.0.0", - "chalk": "^5.0.1", - "configstore": "^6.0.0", - "has-yarn": "^3.0.0", - "import-lazy": "^4.0.0", - "is-ci": "^3.0.1", - "is-installed-globally": "^0.4.0", - "is-npm": "^6.0.0", - "is-yarn-global": "^0.4.0", - "latest-version": "^7.0.0", - "pupa": "^3.1.0", - "semver": "^7.3.7", - "semver-diff": "^4.0.0", - "xdg-basedir": "^5.1.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/yeoman/update-notifier?sponsor=1" - } - }, - "node_modules/update-notifier/node_modules/boxen": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz", - "integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==", - "dependencies": { - "ansi-align": "^3.0.1", - "camelcase": "^7.0.1", - "chalk": "^5.2.0", - "cli-boxes": "^3.0.0", - "string-width": "^5.1.2", - "type-fest": "^2.13.0", - "widest-line": "^4.0.1", - "wrap-ansi": "^8.1.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/update-notifier/node_modules/camelcase": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", - "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/update-notifier/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/uri-js/node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/url-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", - "dependencies": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "file-loader": "*", - "webpack": "^4.0.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "file-loader": { - "optional": true - } - } - }, - "node_modules/url-loader/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/url-loader/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/url-loader/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/url-loader/node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/url-loader/node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/url-loader/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" - }, - "node_modules/utila": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", - "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" - }, - "node_modules/utility-types": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz", - "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/value-equal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", - "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/vfile": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", - "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-stringify-position": "^4.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vfile-location": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.2.tgz", - "integrity": "sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==", - "dependencies": { - "@types/unist": "^3.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vfile-message": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", - "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-stringify-position": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/wbuf": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", - "dependencies": { - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/web-namespaces": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", - "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/webpack": { - "version": "5.91.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", - "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.12.1", - "@webassemblyjs/wasm-edit": "^1.12.1", - "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.21.10", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.16.0", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.11", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.1", - "webpack-sources": "^3.2.3" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-bundle-analyzer": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.1.tgz", - "integrity": "sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==", - "dependencies": { - "@discoveryjs/json-ext": "0.5.7", - "acorn": "^8.0.4", - "acorn-walk": "^8.0.0", - "commander": "^7.2.0", - "debounce": "^1.2.1", - "escape-string-regexp": "^4.0.0", - "gzip-size": "^6.0.0", - "html-escaper": "^2.0.2", - "is-plain-object": "^5.0.0", - "opener": "^1.5.2", - "picocolors": "^1.0.0", - "sirv": "^2.0.3", - "ws": "^7.3.1" - }, - "bin": { - "webpack-bundle-analyzer": "lib/bin/analyzer.js" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/webpack-dev-middleware": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", - "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", - "dependencies": { - "colorette": "^2.0.10", - "memfs": "^3.4.3", - "mime-types": "^2.1.31", - "range-parser": "^1.2.1", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/webpack-dev-middleware/node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/webpack-dev-middleware/node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/webpack-dev-server": { - "version": "4.15.2", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", - "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", - "dependencies": { - "@types/bonjour": "^3.5.9", - "@types/connect-history-api-fallback": "^1.3.5", - "@types/express": "^4.17.13", - "@types/serve-index": "^1.9.1", - "@types/serve-static": "^1.13.10", - "@types/sockjs": "^0.3.33", - "@types/ws": "^8.5.5", - "ansi-html-community": "^0.0.8", - "bonjour-service": "^1.0.11", - "chokidar": "^3.5.3", - "colorette": "^2.0.10", - "compression": "^1.7.4", - "connect-history-api-fallback": "^2.0.0", - "default-gateway": "^6.0.3", - "express": "^4.17.3", - "graceful-fs": "^4.2.6", - "html-entities": "^2.3.2", - "http-proxy-middleware": "^2.0.3", - "ipaddr.js": "^2.0.1", - "launch-editor": "^2.6.0", - "open": "^8.0.9", - "p-retry": "^4.5.0", - "rimraf": "^3.0.2", - "schema-utils": "^4.0.0", - "selfsigned": "^2.1.1", - "serve-index": "^1.9.1", - "sockjs": "^0.3.24", - "spdy": "^4.0.2", - "webpack-dev-middleware": "^5.3.4", - "ws": "^8.13.0" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.37.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - }, - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/webpack-merge": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", - "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", - "dependencies": { - "clone-deep": "^4.0.1", - "flat": "^5.0.2", - "wildcard": "^2.0.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/webpack/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/webpack/node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/webpack/node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/webpack/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/webpackbar": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz", - "integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==", - "dependencies": { - "chalk": "^4.1.0", - "consola": "^2.15.3", - "pretty-time": "^1.1.0", - "std-env": "^3.0.1" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "webpack": "3 || 4 || 5" - } - }, - "node_modules/websocket-driver": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", - "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", - "dependencies": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/websocket-extensions": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/widest-line": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", - "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", - "dependencies": { - "string-width": "^5.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/wildcard": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", - "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==" - }, - "node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - }, - "node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/xdg-basedir": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz", - "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/xml-js": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz", - "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", - "dependencies": { - "sax": "^1.2.4" - }, - "bin": { - "xml-js": "bin/cli.js" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/yocto-queue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zwitch": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", - "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - } - } -} diff --git a/package.json b/package.json deleted file mode 100644 index cf1efd9a..00000000 --- a/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "mxt", - "version": "0.0.0", - "private": true, - "scripts": { - "docusaurus": "docusaurus", - "start": "docusaurus start", - "build": "docusaurus build", - "swizzle": "docusaurus swizzle", - "deploy": "docusaurus deploy", - "clear": "docusaurus clear", - "serve": "docusaurus serve", - "write-translations": "docusaurus write-translations", - "write-heading-ids": "docusaurus write-heading-ids" - }, - "dependencies": { - "@docusaurus/core": "3.1.1", - "@docusaurus/preset-classic": "3.1.1", - "@mdx-js/react": "^3.0.0", - "clsx": "^2.0.0", - "prism-react-renderer": "^2.3.0", - "react": "^18.0.0", - "react-dom": "^18.0.0" - }, - "devDependencies": { - "@docusaurus/module-type-aliases": "3.1.1", - "@docusaurus/types": "3.1.1", - "gh-pages": "^6.1.1" - }, - "browserslist": { - "production": [ - ">0.5%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 3 chrome version", - "last 3 firefox version", - "last 5 safari version" - ] - }, - "engines": { - "node": ">=18.0" - } -} diff --git a/sidebars.js b/sidebars.js deleted file mode 100644 index 33275803..00000000 --- a/sidebars.js +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Creating a sidebar enables you to: - - create an ordered group of docs - - render a sidebar for each doc of that group - - provide next/previous navigation - - The sidebars can be generated from the filesystem, or explicitly defined here. - - Create as many sidebars as you want. - */ - -// @ts-check - -/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ -const sidebars = { - // By default, Docusaurus generates a sidebar from the docs folder structure - tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], - - // But you can create a sidebar manually - /* - tutorialSidebar: [ - 'intro', - 'hello', - { - type: 'category', - label: 'Tutorial', - items: ['tutorial-basics/create-a-document'], - }, - ], - */ -}; - -export default sidebars; diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js deleted file mode 100644 index acc76219..00000000 --- a/src/components/HomepageFeatures/index.js +++ /dev/null @@ -1,64 +0,0 @@ -import clsx from 'clsx'; -import Heading from '@theme/Heading'; -import styles from './styles.module.css'; - -const FeatureList = [ - { - title: 'Easy to Use', - Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, - description: ( - <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. - - ), - }, - { - title: 'Focus on What Matters', - Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, - description: ( - <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. - - ), - }, - { - title: 'Powered by React', - Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, - description: ( - <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. - - ), - }, -]; - -function Feature({Svg, title, description}) { - return ( -

-
- -
-
- {title} -

{description}

-
-
- ); -} - -export default function HomepageFeatures() { - return ( -
-
-
- {FeatureList.map((props, idx) => ( - - ))} -
-
-
- ); -} diff --git a/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css deleted file mode 100644 index b248eb2e..00000000 --- a/src/components/HomepageFeatures/styles.module.css +++ /dev/null @@ -1,11 +0,0 @@ -.features { - display: flex; - align-items: center; - padding: 2rem 0; - width: 100%; -} - -.featureSvg { - height: 200px; - width: 200px; -} diff --git a/src/css/custom.css b/src/css/custom.css deleted file mode 100644 index 2bc6a4cf..00000000 --- a/src/css/custom.css +++ /dev/null @@ -1,30 +0,0 @@ -/** - * Any CSS included here will be global. The classic template - * bundles Infima by default. Infima is a CSS framework designed to - * work well for content-centric websites. - */ - -/* You can override the default Infima variables here. */ -:root { - --ifm-color-primary: #2e8555; - --ifm-color-primary-dark: #29784c; - --ifm-color-primary-darker: #277148; - --ifm-color-primary-darkest: #205d3b; - --ifm-color-primary-light: #33925d; - --ifm-color-primary-lighter: #359962; - --ifm-color-primary-lightest: #3cad6e; - --ifm-code-font-size: 95%; - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); -} - -/* For readability concerns, you should choose a lighter palette in dark mode. */ -[data-theme='dark'] { - --ifm-color-primary: #25c2a0; - --ifm-color-primary-dark: #21af90; - --ifm-color-primary-darker: #1fa588; - --ifm-color-primary-darkest: #1a8870; - --ifm-color-primary-light: #29d5b0; - --ifm-color-primary-lighter: #32d8b4; - --ifm-color-primary-lightest: #4fddbf; - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); -} diff --git a/src/pages/index.js b/src/pages/index.js deleted file mode 100644 index a8c61f2b..00000000 --- a/src/pages/index.js +++ /dev/null @@ -1,43 +0,0 @@ -import clsx from 'clsx'; -import Link from '@docusaurus/Link'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -import Layout from '@theme/Layout'; -import HomepageFeatures from '@site/src/components/HomepageFeatures'; - -import Heading from '@theme/Heading'; -import styles from './index.module.css'; - -function HomepageHeader() { - const {siteConfig} = useDocusaurusContext(); - return ( -
-
- - {siteConfig.title} - -

{siteConfig.tagline}

-
- - Docusaurus Tutorial - 5min ⏱️ - -
-
-
- ); -} - -export default function Home() { - const {siteConfig} = useDocusaurusContext(); - return ( - - -
- -
-
- ); -} diff --git a/src/pages/index.module.css b/src/pages/index.module.css deleted file mode 100644 index 9f71a5da..00000000 --- a/src/pages/index.module.css +++ /dev/null @@ -1,23 +0,0 @@ -/** - * CSS files with the .module.css suffix will be treated as CSS modules - * and scoped locally. - */ - -.heroBanner { - padding: 4rem 0; - text-align: center; - position: relative; - overflow: hidden; -} - -@media screen and (max-width: 996px) { - .heroBanner { - padding: 2rem; - } -} - -.buttons { - display: flex; - align-items: center; - justify-content: center; -} diff --git a/src/pages/markdown-page.md b/src/pages/markdown-page.md deleted file mode 100644 index 9756c5b6..00000000 --- a/src/pages/markdown-page.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Markdown page example ---- - -# Markdown page example - -You don't need React to write simple standalone pages. diff --git a/static/.nojekyll b/static/.nojekyll deleted file mode 100644 index e69de29b..00000000 diff --git a/static/img/docusaurus-social-card.jpg b/static/img/docusaurus-social-card.jpg deleted file mode 100644 index ffcb448210e1a456cb3588ae8b396a597501f187..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 55746 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

gAcF#Nyg3D6Tsx+xEnx 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 LzE}T9|Nl(@dtee# diff --git a/static/img/docusaurus.png b/static/img/docusaurus.png deleted file mode 100644 index f458149e3c8f53335f28fbc162ae67f55575c881..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5142 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 R9P&WwJzf1=);T3K0RZ;Y<4^zq diff --git a/static/img/favicon.ico b/static/img/favicon.ico deleted file mode 100644 index c01d54bcd39a5f853428f3cd5aa0f383d963c484..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3626 zcmZQzU}RuqP>=@E3JfBA3=Con3=A3!3=9ek3=C!r5OD?u28IS+1_mK+2nO*%IR1>C zVEh@o?)Woy@8Zwc{U-}waQL5a&G~=A4VVA%w*&u2yqfbr@bB0E0ssFa;lKZbzu*2J z{kZyT!VTvo2{&A15^lIKK<)lbmc1bNp0kJB4YEJshV%b~o9_R^->yQk8{v+ipO5~> z-b?zQaNTiE!VMR;_%n9zp?3d^KVt{NB!xl3B}cHoA$Ge!*-roC?nL|#d9(e$*Q;0m zJzu>7(|$jHg54DPY9`43PYE|%K;ix;{*2v$_%n9f;?LNT91aPWvDxqPKjEg!|F9cX z|LqPR{BL{k;D6i0hyQ!Oe-E}l{OyYW2{)WTZhaVk#;z*+-plK3-rKS{R# zjP3t~s}4~AIR8($4)T}l|ELEQ|Gn=Y{qJ(~)_<3qH~+iby7k}pDtO$a{0zo7Z~k|^eH-roz~67DG5r6}kZ{!*WG@V7#GkSIMymf|_Ithm^xy8( zx&L-2&iuDOdFsFY$&)D9;q+;E{0IK|)*tp|Cqu$D6#J9n&)9t-)&9tb{r^Kgo%tX5 z;=q6JYpehJ-{0`x{^&k%dIzO>7`8il6rTP=zFyp#c+JKGn*U+`FONTC_lq?9?f%D~ zb^ITH&iQ}*C71uPmmL4cUUvEKe{IHpms__X=?;|k(853b?TUX1*PUJ`+;9m;N`JBO zXY4+cY(Jfo)A4`srHcQSTekeS*t7|bEw^p^@Ac*lIIV!wKP3Nm zBH5oGf5z?y$@ZUh`X75KSAdjkIb`;UU5^+EW%HQy4hJ6=w> z;o^W~e_s3JnI0n7e*(Np8r60 z+y2iy@AbdzO4R@As|o*`Z)E=OzFqWx;+?AhGw-+jU-D$a|J6@t{@?t3@&A2qHvB*K zZs-5wZ+Ca!`g|E?FO1HNC$ani`Mc&?;{S_pPyT=S=I;Nme?R|!^Xb+9+xKt%|NZCJ z|DQj9{=a(V>i^H5KK}=SE0?bPzkl~Wh}rS~|9_ahFq-7@H}7s{(t)T>Hpn3cmL0wJGZ01uODP5GA@PHzi}sR z|NE~r{vUhX=6}LjyZ=EOO#g@Pw)`J|7Sj#MXPy7|+$#CM;>pzin_evZzw6cN{|8@h z`G5NT{{NRgo&10E^Tq!UzTN!)^xK2~Z+^b`|Ka!B|8Kv&?)>xr7qZR^RfAkTX|H?k%|J|nR{ZBZL2ovOT0+jASX&pp^(l|&i@vOuDiTPiBHGV?RtrC!($T$+-7CdYB-?mBPzqGZ`e|cw-|7t;!|0DNX zVf8=AE^IjJpw<7VL)PFpj5}rfKjyeKIRAm-EcUd`gqYLT$aaI+(J=pm%!@m1_uqfD z$$zhT2LGcDT9afqDDAk<)c@}_-{61Z1^fTOo6P<@bZUX!0x~=Pj9nS5+yx~*yFa4@B`IVXYB68pRv<{+6l5A \ No newline at end of file diff --git a/static/img/undraw_docusaurus_mountain.svg b/static/img/undraw_docusaurus_mountain.svg deleted file mode 100644 index af961c49..00000000 --- a/static/img/undraw_docusaurus_mountain.svg +++ /dev/null @@ -1,171 +0,0 @@ - - Easy to Use - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/undraw_docusaurus_react.svg b/static/img/undraw_docusaurus_react.svg deleted file mode 100644 index 94b5cf08..00000000 --- a/static/img/undraw_docusaurus_react.svg +++ /dev/null @@ -1,170 +0,0 @@ - - Powered by React - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/undraw_docusaurus_tree.svg b/static/img/undraw_docusaurus_tree.svg deleted file mode 100644 index d9161d33..00000000 --- a/static/img/undraw_docusaurus_tree.svg +++ /dev/null @@ -1,40 +0,0 @@ - - Focus on What Matters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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 VT5h1lQ_H`g<>8z|fmi -