From 98414289bbcf320dd9dd495294eda12505809385 Mon Sep 17 00:00:00 2001 From: El Mau Date: Thu, 4 Nov 2021 22:52:22 -0600 Subject: [PATCH] Nuevo sitio --- .gitignore | 1 + source/.editorconfig | 11 + source/.eslintignore | 4 + source/.eslintrc.json | 31 + source/.github/FUNDING.yml | 12 + .../.github/ISSUE_TEMPLATE/bug-report---.md | 25 + source/.github/ISSUE_TEMPLATE/config.yml | 4 + .../ISSUE_TEMPLATE/feature-request---.md | 17 + source/.github/dependabot.yml | 11 + source/.github/workflows/codeql-analysis.yml | 62 + source/.github/workflows/node.js-ci.yml | 34 + source/.gitignore | 6 + source/.markdownlint.json | 10 + source/.markdownlintignore | 3 + source/.stylelintignore | 3 + source/.stylelintrc.json | 34 + source/CHANGELOG.md | 409 + source/CODE_OF_CONDUCT.md | 76 + source/LICENSE | 22 + source/README.md | 142 + source/SECURITY.md | 7 + source/archetypes/blog.md | 13 + source/archetypes/default.md | 4 +- source/archetypes/docs.md | 16 + source/assets/fonts/.gitkeep | 0 source/assets/images/.gitkeep | 0 source/assets/js/alert.js | 17 + source/assets/js/app.js | 0 source/assets/js/bootstrap.js | 2 + source/assets/js/clipboard.js | 37 + source/assets/js/darkmode-init.js | 21 + source/assets/js/darkmode.js | 38 + source/assets/js/highlight.js | 24 + source/assets/js/index.js | 169 + source/assets/js/instant.page.js | 1 + source/assets/js/katex.js | 10 + source/assets/js/lazysizes.js | 1 + source/assets/js/mermaid.js | 11 + source/assets/js/vendor/.gitkeep | 0 source/assets/scss/app.scss | 34 + source/assets/scss/common/_dark.scss | 525 + source/assets/scss/common/_fonts.scss | 71 + source/assets/scss/common/_global.scss | 272 + source/assets/scss/common/_variables.scss | 189 + source/assets/scss/components/_alerts.scss | 91 + source/assets/scss/components/_buttons.scss | 220 + source/assets/scss/components/_code.scss | 66 + source/assets/scss/components/_comments.scss | 30 + source/assets/scss/components/_forms.scss | 19 + source/assets/scss/components/_images.scss | 48 + source/assets/scss/components/_mermaid.scss | 8 + source/assets/scss/components/_search.scss | 81 + source/assets/scss/components/_syntax.scss | 62 + source/assets/scss/components/_tables.scss | 5 + source/assets/scss/layouts/_footer.scss | 20 + source/assets/scss/layouts/_header.scss | 445 + source/assets/scss/layouts/_pages.scss | 49 + source/assets/scss/layouts/_posts.scss | 28 + source/assets/scss/layouts/_sidebar.scss | 110 + source/assets/scss/vendor/.gitkeep | 0 source/babel.config.js | 17 + source/config.yml | 50 - source/config/_default/config.toml | 89 + source/config/_default/languages.toml | 32 + source/config/_default/markup.toml | 29 + source/config/_default/menus/menus.en.toml | 40 + source/config/_default/menus/menus.es.toml | 56 + source/config/_default/params.toml | 88 + source/config/next/config.toml | 1 + source/config/postcss.config.js | 36 + source/config/production/config.toml | 1 + source/content/contacto.md | 8 - source/content/es/_index.md | 9 + source/content/es/blog/_index.md | 8 + source/content/es/blog/campana-anual/index.md | 29 + source/content/es/blog/nuevo-sitio/index.md | 17 + source/content/es/contacto/index.md | 15 + source/content/es/docs/_index.md | 9 + source/content/es/docs/introduccion.md | 23 + source/content/es/privacy-policy/index.md | 36 + source/content/es/servicios/index.md | 28 + source/content/es/versions.md | 11 + source/content/servicios.md | 8 - source/data/docs-versions.yml | 60 + source/functions/hi-from-lambda.js | 11 + source/i18n/en.toml | 2 + source/i18n/nl.toml | 2 + source/images/screenshot.png | Bin 0 -> 121933 bytes source/images/tn.png | Bin 0 -> 141361 bytes source/layouts/404.html | 10 + .../_default/_markup/render-heading.html | 1 + .../_default/_markup/render-image.html | 27 + source/layouts/_default/baseof.html | 27 + source/layouts/_default/index.js | 10 + source/layouts/_default/index.json | 5 + source/layouts/_default/list.html | 13 + source/layouts/_default/section.sitemap.xml | 46 + source/layouts/_default/single.html | 10 + source/layouts/_default/versions.html | 27 + source/layouts/blog/list.html | 24 + source/layouts/blog/single.html | 14 + source/layouts/contributors/list.html | 23 + source/layouts/docs/list.html | 22 + source/layouts/docs/single.html | 48 + source/layouts/index.headers | 10 + source/layouts/index.html | 52 + source/layouts/index.redirects | 13 + source/layouts/partials/footer/footer.html | 18 + .../partials/footer/script-footer.html | 105 + source/layouts/partials/head/favicons.html | 5 + source/layouts/partials/head/head.html | 10 + source/layouts/partials/head/opengraph.html | 69 + .../layouts/partials/head/resource-hints.html | 6 + .../layouts/partials/head/script-header.html | 4 + source/layouts/partials/head/seo.html | 48 + .../partials/head/structured-data.html | 210 + source/layouts/partials/head/stylesheet.html | 11 + .../layouts/partials/head/twitter_cards.html | 24 + source/layouts/partials/header/alert.html | 10 + source/layouts/partials/header/header.html | 138 + source/layouts/partials/main/blog-meta.html | 1 + source/layouts/partials/main/breadcrumb.html | 4 + .../partials/main/docs-navigation.html | 24 + source/layouts/partials/main/edit-page.html | 27 + .../layouts/partials/sidebar/docs-menu.html | 39 + source/layouts/partials/sidebar/docs-toc.html | 6 + source/layouts/robots.txt | 7 + source/layouts/rss.xml | 27 + source/layouts/shortcodes/alert.html | 12 + source/layouts/shortcodes/email.html | 1 + source/layouts/shortcodes/img-simple.html | 7 + source/layouts/shortcodes/img.html | 27 + source/layouts/shortcodes/mermaid.html | 8 + source/layouts/shortcodes/video.html | 11 + source/layouts/sitemap.xml | 22 + source/netlify.toml | 30 + source/package-lock.json | 15022 ++++++++++++++++ source/package.json | 66 + source/public/404.html | 196 - ...901791830f58d430f96f2659dab7eaef7b3cb7.css | 1 - ...780b7b1f7dde7e91d26f073e6229bb7a0793c92.js | 1 - source/public/categories/index.html | 202 - source/public/categories/index.xml | 14 - source/public/contacto/index.html | 317 - source/public/index.html | 231 - source/public/index.xml | 33 - source/public/page/1/index.html | 1 - source/public/servicios/index.html | 315 - source/public/sitemap.xml | 15 - source/public/tags/index.html | 202 - source/public/tags/index.xml | 14 - source/static/android-chrome-192x192.png | Bin 0 -> 5765 bytes source/static/android-chrome-512x512.png | Bin 0 -> 20786 bytes source/static/apple-touch-icon.png | Bin 0 -> 5105 bytes source/static/css/vendor/.gitkeep | 0 source/static/doks.png | Bin 0 -> 8211 bytes source/static/doks.svg | 1 + source/static/favicon-16x16.png | Bin 0 -> 416 bytes source/static/favicon-32x32.png | Bin 0 -> 773 bytes source/static/favicon.ico | Bin 0 -> 15406 bytes source/static/fonts/KaTeX_AMS-Regular.ttf | Bin 0 -> 70936 bytes source/static/fonts/KaTeX_AMS-Regular.woff | Bin 0 -> 36912 bytes source/static/fonts/KaTeX_AMS-Regular.woff2 | Bin 0 -> 31136 bytes .../static/fonts/KaTeX_Caligraphic-Bold.ttf | Bin 0 -> 15416 bytes .../static/fonts/KaTeX_Caligraphic-Bold.woff | Bin 0 -> 9376 bytes .../static/fonts/KaTeX_Caligraphic-Bold.woff2 | Bin 0 -> 8392 bytes .../fonts/KaTeX_Caligraphic-Regular.ttf | Bin 0 -> 14908 bytes .../fonts/KaTeX_Caligraphic-Regular.woff | Bin 0 -> 9148 bytes .../fonts/KaTeX_Caligraphic-Regular.woff2 | Bin 0 -> 8248 bytes source/static/fonts/KaTeX_Fraktur-Bold.ttf | Bin 0 -> 24400 bytes source/static/fonts/KaTeX_Fraktur-Bold.woff | Bin 0 -> 16208 bytes source/static/fonts/KaTeX_Fraktur-Bold.woff2 | Bin 0 -> 13912 bytes source/static/fonts/KaTeX_Fraktur-Regular.ttf | Bin 0 -> 23904 bytes .../static/fonts/KaTeX_Fraktur-Regular.woff | Bin 0 -> 15880 bytes .../static/fonts/KaTeX_Fraktur-Regular.woff2 | Bin 0 -> 13668 bytes source/static/fonts/KaTeX_Main-Bold.ttf | Bin 0 -> 59972 bytes source/static/fonts/KaTeX_Main-Bold.woff | Bin 0 -> 35056 bytes source/static/fonts/KaTeX_Main-Bold.woff2 | Bin 0 -> 29932 bytes source/static/fonts/KaTeX_Main-BoldItalic.ttf | Bin 0 -> 42872 bytes .../static/fonts/KaTeX_Main-BoldItalic.woff | Bin 0 -> 24500 bytes .../static/fonts/KaTeX_Main-BoldItalic.woff2 | Bin 0 -> 21244 bytes source/static/fonts/KaTeX_Main-Italic.ttf | Bin 0 -> 46028 bytes source/static/fonts/KaTeX_Main-Italic.woff | Bin 0 -> 25352 bytes source/static/fonts/KaTeX_Main-Italic.woff2 | Bin 0 -> 22076 bytes source/static/fonts/KaTeX_Main-Regular.ttf | Bin 0 -> 68880 bytes source/static/fonts/KaTeX_Main-Regular.woff | Bin 0 -> 37856 bytes source/static/fonts/KaTeX_Main-Regular.woff2 | Bin 0 -> 32312 bytes source/static/fonts/KaTeX_Math-BoldItalic.ttf | Bin 0 -> 42300 bytes .../static/fonts/KaTeX_Math-BoldItalic.woff | Bin 0 -> 23980 bytes .../static/fonts/KaTeX_Math-BoldItalic.woff2 | Bin 0 -> 21192 bytes source/static/fonts/KaTeX_Math-Italic.ttf | Bin 0 -> 44484 bytes source/static/fonts/KaTeX_Math-Italic.woff | Bin 0 -> 24668 bytes source/static/fonts/KaTeX_Math-Italic.woff2 | Bin 0 -> 21668 bytes source/static/fonts/KaTeX_SansSerif-Bold.ttf | Bin 0 -> 32588 bytes source/static/fonts/KaTeX_SansSerif-Bold.woff | Bin 0 -> 17988 bytes .../static/fonts/KaTeX_SansSerif-Bold.woff2 | Bin 0 -> 15296 bytes .../static/fonts/KaTeX_SansSerif-Italic.ttf | Bin 0 -> 29860 bytes .../static/fonts/KaTeX_SansSerif-Italic.woff | Bin 0 -> 17044 bytes .../static/fonts/KaTeX_SansSerif-Italic.woff2 | Bin 0 -> 14484 bytes .../static/fonts/KaTeX_SansSerif-Regular.ttf | Bin 0 -> 28708 bytes .../static/fonts/KaTeX_SansSerif-Regular.woff | Bin 0 -> 15712 bytes .../fonts/KaTeX_SansSerif-Regular.woff2 | Bin 0 -> 13300 bytes source/static/fonts/KaTeX_Script-Regular.ttf | Bin 0 -> 23520 bytes source/static/fonts/KaTeX_Script-Regular.woff | Bin 0 -> 12992 bytes .../static/fonts/KaTeX_Script-Regular.woff2 | Bin 0 -> 11792 bytes source/static/fonts/KaTeX_Size1-Regular.ttf | Bin 0 -> 11932 bytes source/static/fonts/KaTeX_Size1-Regular.woff | Bin 0 -> 6300 bytes source/static/fonts/KaTeX_Size1-Regular.woff2 | Bin 0 -> 5332 bytes source/static/fonts/KaTeX_Size2-Regular.ttf | Bin 0 -> 11080 bytes source/static/fonts/KaTeX_Size2-Regular.woff | Bin 0 -> 6012 bytes source/static/fonts/KaTeX_Size2-Regular.woff2 | Bin 0 -> 5080 bytes source/static/fonts/KaTeX_Size3-Regular.ttf | Bin 0 -> 7028 bytes source/static/fonts/KaTeX_Size3-Regular.woff | Bin 0 -> 4148 bytes source/static/fonts/KaTeX_Size3-Regular.woff2 | Bin 0 -> 3400 bytes source/static/fonts/KaTeX_Size4-Regular.ttf | Bin 0 -> 10008 bytes source/static/fonts/KaTeX_Size4-Regular.woff | Bin 0 -> 5820 bytes source/static/fonts/KaTeX_Size4-Regular.woff2 | Bin 0 -> 4720 bytes .../static/fonts/KaTeX_Typewriter-Regular.ttf | Bin 0 -> 34560 bytes .../fonts/KaTeX_Typewriter-Regular.woff | Bin 0 -> 19700 bytes .../fonts/KaTeX_Typewriter-Regular.woff2 | Bin 0 -> 16868 bytes source/static/fonts/vendor/.gitkeep | 0 .../fonts/vendor/jost/jost-v4-latin-500.woff | Bin 0 -> 12888 bytes .../fonts/vendor/jost/jost-v4-latin-500.woff2 | Bin 0 -> 9828 bytes .../vendor/jost/jost-v4-latin-500italic.woff | Bin 0 -> 14504 bytes .../vendor/jost/jost-v4-latin-500italic.woff2 | Bin 0 -> 11108 bytes .../fonts/vendor/jost/jost-v4-latin-700.woff | Bin 0 -> 12928 bytes .../fonts/vendor/jost/jost-v4-latin-700.woff2 | Bin 0 -> 9820 bytes .../vendor/jost/jost-v4-latin-700italic.woff | Bin 0 -> 14616 bytes .../vendor/jost/jost-v4-latin-700italic.woff2 | Bin 0 -> 11112 bytes .../vendor/jost/jost-v4-latin-italic.woff | Bin 0 -> 13580 bytes .../vendor/jost/jost-v4-latin-italic.woff2 | Bin 0 -> 10352 bytes .../vendor/jost/jost-v4-latin-regular.woff | Bin 0 -> 11820 bytes .../vendor/jost/jost-v4-latin-regular.woff2 | Bin 0 -> 8864 bytes source/static/images/vendor/.gitkeep | 0 source/static/js/vendor/.gitkeep | 0 source/static/logo-doks.png | Bin 0 -> 20786 bytes source/static/logo-doks.svg | 1 + source/static/site.webmanifest | 1 + source/static/videos/flower.mp4 | Bin 0 -> 1128375 bytes source/static/videos/flower.webm | Bin 0 -> 554058 bytes source/theme.toml | 14 + source/themes/PaperMod | 1 - 242 files changed, 20707 insertions(+), 1610 deletions(-) create mode 100644 source/.editorconfig create mode 100644 source/.eslintignore create mode 100644 source/.eslintrc.json create mode 100644 source/.github/FUNDING.yml create mode 100644 source/.github/ISSUE_TEMPLATE/bug-report---.md create mode 100644 source/.github/ISSUE_TEMPLATE/config.yml create mode 100644 source/.github/ISSUE_TEMPLATE/feature-request---.md create mode 100644 source/.github/dependabot.yml create mode 100644 source/.github/workflows/codeql-analysis.yml create mode 100644 source/.github/workflows/node.js-ci.yml create mode 100644 source/.gitignore create mode 100644 source/.markdownlint.json create mode 100644 source/.markdownlintignore create mode 100644 source/.stylelintignore create mode 100644 source/.stylelintrc.json create mode 100644 source/CHANGELOG.md create mode 100644 source/CODE_OF_CONDUCT.md create mode 100644 source/LICENSE create mode 100644 source/README.md create mode 100644 source/SECURITY.md create mode 100644 source/archetypes/blog.md create mode 100644 source/archetypes/docs.md create mode 100644 source/assets/fonts/.gitkeep create mode 100644 source/assets/images/.gitkeep create mode 100644 source/assets/js/alert.js create mode 100644 source/assets/js/app.js create mode 100644 source/assets/js/bootstrap.js create mode 100644 source/assets/js/clipboard.js create mode 100644 source/assets/js/darkmode-init.js create mode 100644 source/assets/js/darkmode.js create mode 100644 source/assets/js/highlight.js create mode 100644 source/assets/js/index.js create mode 100644 source/assets/js/instant.page.js create mode 100644 source/assets/js/katex.js create mode 100644 source/assets/js/lazysizes.js create mode 100644 source/assets/js/mermaid.js create mode 100644 source/assets/js/vendor/.gitkeep create mode 100644 source/assets/scss/app.scss create mode 100644 source/assets/scss/common/_dark.scss create mode 100644 source/assets/scss/common/_fonts.scss create mode 100644 source/assets/scss/common/_global.scss create mode 100644 source/assets/scss/common/_variables.scss create mode 100644 source/assets/scss/components/_alerts.scss create mode 100644 source/assets/scss/components/_buttons.scss create mode 100644 source/assets/scss/components/_code.scss create mode 100644 source/assets/scss/components/_comments.scss create mode 100644 source/assets/scss/components/_forms.scss create mode 100644 source/assets/scss/components/_images.scss create mode 100644 source/assets/scss/components/_mermaid.scss create mode 100644 source/assets/scss/components/_search.scss create mode 100644 source/assets/scss/components/_syntax.scss create mode 100644 source/assets/scss/components/_tables.scss create mode 100644 source/assets/scss/layouts/_footer.scss create mode 100644 source/assets/scss/layouts/_header.scss create mode 100644 source/assets/scss/layouts/_pages.scss create mode 100644 source/assets/scss/layouts/_posts.scss create mode 100644 source/assets/scss/layouts/_sidebar.scss create mode 100644 source/assets/scss/vendor/.gitkeep create mode 100644 source/babel.config.js delete mode 100644 source/config.yml create mode 100644 source/config/_default/config.toml create mode 100644 source/config/_default/languages.toml create mode 100644 source/config/_default/markup.toml create mode 100644 source/config/_default/menus/menus.en.toml create mode 100644 source/config/_default/menus/menus.es.toml create mode 100644 source/config/_default/params.toml create mode 100644 source/config/next/config.toml create mode 100644 source/config/postcss.config.js create mode 100644 source/config/production/config.toml delete mode 100644 source/content/contacto.md create mode 100644 source/content/es/_index.md create mode 100644 source/content/es/blog/_index.md create mode 100644 source/content/es/blog/campana-anual/index.md create mode 100644 source/content/es/blog/nuevo-sitio/index.md create mode 100644 source/content/es/contacto/index.md create mode 100644 source/content/es/docs/_index.md create mode 100644 source/content/es/docs/introduccion.md create mode 100644 source/content/es/privacy-policy/index.md create mode 100644 source/content/es/servicios/index.md create mode 100644 source/content/es/versions.md delete mode 100644 source/content/servicios.md create mode 100644 source/data/docs-versions.yml create mode 100644 source/functions/hi-from-lambda.js create mode 100644 source/i18n/en.toml create mode 100644 source/i18n/nl.toml create mode 100644 source/images/screenshot.png create mode 100644 source/images/tn.png create mode 100644 source/layouts/404.html create mode 100644 source/layouts/_default/_markup/render-heading.html create mode 100644 source/layouts/_default/_markup/render-image.html create mode 100644 source/layouts/_default/baseof.html create mode 100644 source/layouts/_default/index.js create mode 100644 source/layouts/_default/index.json create mode 100644 source/layouts/_default/list.html create mode 100644 source/layouts/_default/section.sitemap.xml create mode 100644 source/layouts/_default/single.html create mode 100644 source/layouts/_default/versions.html create mode 100644 source/layouts/blog/list.html create mode 100644 source/layouts/blog/single.html create mode 100644 source/layouts/contributors/list.html create mode 100644 source/layouts/docs/list.html create mode 100644 source/layouts/docs/single.html create mode 100644 source/layouts/index.headers create mode 100644 source/layouts/index.html create mode 100644 source/layouts/index.redirects create mode 100644 source/layouts/partials/footer/footer.html create mode 100644 source/layouts/partials/footer/script-footer.html create mode 100644 source/layouts/partials/head/favicons.html create mode 100644 source/layouts/partials/head/head.html create mode 100644 source/layouts/partials/head/opengraph.html create mode 100644 source/layouts/partials/head/resource-hints.html create mode 100644 source/layouts/partials/head/script-header.html create mode 100644 source/layouts/partials/head/seo.html create mode 100644 source/layouts/partials/head/structured-data.html create mode 100644 source/layouts/partials/head/stylesheet.html create mode 100644 source/layouts/partials/head/twitter_cards.html create mode 100644 source/layouts/partials/header/alert.html create mode 100644 source/layouts/partials/header/header.html create mode 100644 source/layouts/partials/main/blog-meta.html create mode 100644 source/layouts/partials/main/breadcrumb.html create mode 100644 source/layouts/partials/main/docs-navigation.html create mode 100644 source/layouts/partials/main/edit-page.html create mode 100644 source/layouts/partials/sidebar/docs-menu.html create mode 100644 source/layouts/partials/sidebar/docs-toc.html create mode 100644 source/layouts/robots.txt create mode 100644 source/layouts/rss.xml create mode 100644 source/layouts/shortcodes/alert.html create mode 100644 source/layouts/shortcodes/email.html create mode 100644 source/layouts/shortcodes/img-simple.html create mode 100644 source/layouts/shortcodes/img.html create mode 100644 source/layouts/shortcodes/mermaid.html create mode 100644 source/layouts/shortcodes/video.html create mode 100644 source/layouts/sitemap.xml create mode 100644 source/netlify.toml create mode 100644 source/package-lock.json create mode 100644 source/package.json delete mode 100644 source/public/404.html delete mode 100644 source/public/assets/css/stylesheet.min.5e2b4101351c21e906f398ae96901791830f58d430f96f2659dab7eaef7b3cb7.css delete mode 100644 source/public/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js delete mode 100644 source/public/categories/index.html delete mode 100644 source/public/categories/index.xml delete mode 100644 source/public/contacto/index.html delete mode 100644 source/public/index.html delete mode 100644 source/public/index.xml delete mode 100644 source/public/page/1/index.html delete mode 100644 source/public/servicios/index.html delete mode 100644 source/public/sitemap.xml delete mode 100644 source/public/tags/index.html delete mode 100644 source/public/tags/index.xml create mode 100644 source/static/android-chrome-192x192.png create mode 100644 source/static/android-chrome-512x512.png create mode 100644 source/static/apple-touch-icon.png create mode 100644 source/static/css/vendor/.gitkeep create mode 100644 source/static/doks.png create mode 100644 source/static/doks.svg create mode 100644 source/static/favicon-16x16.png create mode 100644 source/static/favicon-32x32.png create mode 100644 source/static/favicon.ico create mode 100644 source/static/fonts/KaTeX_AMS-Regular.ttf create mode 100644 source/static/fonts/KaTeX_AMS-Regular.woff create mode 100644 source/static/fonts/KaTeX_AMS-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Caligraphic-Bold.ttf create mode 100644 source/static/fonts/KaTeX_Caligraphic-Bold.woff create mode 100644 source/static/fonts/KaTeX_Caligraphic-Bold.woff2 create mode 100644 source/static/fonts/KaTeX_Caligraphic-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Caligraphic-Regular.woff create mode 100644 source/static/fonts/KaTeX_Caligraphic-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Fraktur-Bold.ttf create mode 100644 source/static/fonts/KaTeX_Fraktur-Bold.woff create mode 100644 source/static/fonts/KaTeX_Fraktur-Bold.woff2 create mode 100644 source/static/fonts/KaTeX_Fraktur-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Fraktur-Regular.woff create mode 100644 source/static/fonts/KaTeX_Fraktur-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Main-Bold.ttf create mode 100644 source/static/fonts/KaTeX_Main-Bold.woff create mode 100644 source/static/fonts/KaTeX_Main-Bold.woff2 create mode 100644 source/static/fonts/KaTeX_Main-BoldItalic.ttf create mode 100644 source/static/fonts/KaTeX_Main-BoldItalic.woff create mode 100644 source/static/fonts/KaTeX_Main-BoldItalic.woff2 create mode 100644 source/static/fonts/KaTeX_Main-Italic.ttf create mode 100644 source/static/fonts/KaTeX_Main-Italic.woff create mode 100644 source/static/fonts/KaTeX_Main-Italic.woff2 create mode 100644 source/static/fonts/KaTeX_Main-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Main-Regular.woff create mode 100644 source/static/fonts/KaTeX_Main-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Math-BoldItalic.ttf create mode 100644 source/static/fonts/KaTeX_Math-BoldItalic.woff create mode 100644 source/static/fonts/KaTeX_Math-BoldItalic.woff2 create mode 100644 source/static/fonts/KaTeX_Math-Italic.ttf create mode 100644 source/static/fonts/KaTeX_Math-Italic.woff create mode 100644 source/static/fonts/KaTeX_Math-Italic.woff2 create mode 100644 source/static/fonts/KaTeX_SansSerif-Bold.ttf create mode 100644 source/static/fonts/KaTeX_SansSerif-Bold.woff create mode 100644 source/static/fonts/KaTeX_SansSerif-Bold.woff2 create mode 100644 source/static/fonts/KaTeX_SansSerif-Italic.ttf create mode 100644 source/static/fonts/KaTeX_SansSerif-Italic.woff create mode 100644 source/static/fonts/KaTeX_SansSerif-Italic.woff2 create mode 100644 source/static/fonts/KaTeX_SansSerif-Regular.ttf create mode 100644 source/static/fonts/KaTeX_SansSerif-Regular.woff create mode 100644 source/static/fonts/KaTeX_SansSerif-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Script-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Script-Regular.woff create mode 100644 source/static/fonts/KaTeX_Script-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Size1-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Size1-Regular.woff create mode 100644 source/static/fonts/KaTeX_Size1-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Size2-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Size2-Regular.woff create mode 100644 source/static/fonts/KaTeX_Size2-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Size3-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Size3-Regular.woff create mode 100644 source/static/fonts/KaTeX_Size3-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Size4-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Size4-Regular.woff create mode 100644 source/static/fonts/KaTeX_Size4-Regular.woff2 create mode 100644 source/static/fonts/KaTeX_Typewriter-Regular.ttf create mode 100644 source/static/fonts/KaTeX_Typewriter-Regular.woff create mode 100644 source/static/fonts/KaTeX_Typewriter-Regular.woff2 create mode 100644 source/static/fonts/vendor/.gitkeep create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-500.woff create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-500.woff2 create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-500italic.woff create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-500italic.woff2 create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-700.woff create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-700.woff2 create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-700italic.woff create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-700italic.woff2 create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-italic.woff create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-italic.woff2 create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-regular.woff create mode 100644 source/static/fonts/vendor/jost/jost-v4-latin-regular.woff2 create mode 100644 source/static/images/vendor/.gitkeep create mode 100644 source/static/js/vendor/.gitkeep create mode 100644 source/static/logo-doks.png create mode 100644 source/static/logo-doks.svg create mode 100644 source/static/site.webmanifest create mode 100644 source/static/videos/flower.mp4 create mode 100644 source/static/videos/flower.webm create mode 100644 source/theme.toml delete mode 160000 source/themes/PaperMod diff --git a/.gitignore b/.gitignore index 87f0ff9..72be577 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # ---> Python conf.py +public/ # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/source/.editorconfig b/source/.editorconfig new file mode 100644 index 0000000..dad6b58 --- /dev/null +++ b/source/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file diff --git a/source/.eslintignore b/source/.eslintignore new file mode 100644 index 0000000..57d0057 --- /dev/null +++ b/source/.eslintignore @@ -0,0 +1,4 @@ +assets/js/index.js +assets/js/katex.js +assets/js/vendor +node_modules \ No newline at end of file diff --git a/source/.eslintrc.json b/source/.eslintrc.json new file mode 100644 index 0000000..c926994 --- /dev/null +++ b/source/.eslintrc.json @@ -0,0 +1,31 @@ +{ + "env": { + "browser": true, + "commonjs": true, + "es6": true, + "node": true + }, + "extends": "eslint:recommended", + "globals": { + "Atomics": "readonly", + "SharedArrayBuffer": "readonly" + }, + "parserOptions": { + "ecmaVersion": 2018, + "sourceType": "module" + }, + "rules": { + "no-console": 0, + "quotes": ["error", "single"], + "comma-dangle": [ + "error", + { + "arrays": "always-multiline", + "objects": "always-multiline", + "imports": "always-multiline", + "exports": "always-multiline", + "functions": "ignore" + } + ] + } +} \ No newline at end of file diff --git a/source/.github/FUNDING.yml b/source/.github/FUNDING.yml new file mode 100644 index 0000000..b15c6e6 --- /dev/null +++ b/source/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: doks # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/source/.github/ISSUE_TEMPLATE/bug-report---.md b/source/.github/ISSUE_TEMPLATE/bug-report---.md new file mode 100644 index 0000000..6a8b3a8 --- /dev/null +++ b/source/.github/ISSUE_TEMPLATE/bug-report---.md @@ -0,0 +1,25 @@ +--- +name: "Bug report \U0001F41E" +about: Create a report to help us improve + +--- + +## Description + +Describe the issue that you're seeing. + +### Steps to reproduce + +Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue _much_ easier to diagnose (seriously). + +### Expected result + +What should happen? + +### Actual result + +What happened. + +### Environment + +Paste the information here as shown by `npm run check` diff --git a/source/.github/ISSUE_TEMPLATE/config.yml b/source/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e376618 --- /dev/null +++ b/source/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Question 🙋 + url: https://github.com/h-enk/doks/discussions/categories/q-a + about: Ask your question in Doks Discussions \ No newline at end of file diff --git a/source/.github/ISSUE_TEMPLATE/feature-request---.md b/source/.github/ISSUE_TEMPLATE/feature-request---.md new file mode 100644 index 0000000..74da274 --- /dev/null +++ b/source/.github/ISSUE_TEMPLATE/feature-request---.md @@ -0,0 +1,17 @@ +--- +name: "Feature request \U0001F680" +about: Suggest an idea for Doks + +--- + +## Summary + +Brief explanation of the feature. + +### Basic example + +Include a basic example or links here. + +### Motivation + +Why are we doing this? What use cases does it support? What is the expected outcome? diff --git a/source/.github/dependabot.yml b/source/.github/dependabot.yml new file mode 100644 index 0000000..8abca40 --- /dev/null +++ b/source/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" diff --git a/source/.github/workflows/codeql-analysis.yml b/source/.github/workflows/codeql-analysis.yml new file mode 100644 index 0000000..0f02f7c --- /dev/null +++ b/source/.github/workflows/codeql-analysis.yml @@ -0,0 +1,62 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +name: "CodeQL" + +on: + push: + branches: [master] + pull_request: + # The branches below must be a subset of the branches above + branches: [master] + schedule: + - cron: '0 11 * * 5' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + + strategy: + fail-fast: false + matrix: + # Override automatic language detection by changing the below list + # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] + language: ['javascript'] + # Learn more... + # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # â„šī¸ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # âœī¸ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 diff --git a/source/.github/workflows/node.js-ci.yml b/source/.github/workflows/node.js-ci.yml new file mode 100644 index 0000000..72ec081 --- /dev/null +++ b/source/.github/workflows/node.js-ci.yml @@ -0,0 +1,34 @@ +name: Hyas CI + +on: + push: + branches: master + pull_request: + branches: master + +jobs: + build: + runs-on: ${{ matrix.os }} + + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] + node: [14.x, 16.x] + + steps: + - name: Check out Hyas project + uses: actions/checkout@v2 + + - name: Set up Node.js ${{ matrix.node }} + uses: actions/setup-node@v2 + with: + node-version: ${{ matrix.node }} + + - name: Install dependencies + run: npm ci + + - name: Run Hyas test script + run: npm test + + - name: Build production website + run: npm run build \ No newline at end of file diff --git a/source/.gitignore b/source/.gitignore new file mode 100644 index 0000000..8f187f0 --- /dev/null +++ b/source/.gitignore @@ -0,0 +1,6 @@ +node_modules +public +resources +# Local Netlify folder +.netlify +TODO \ No newline at end of file diff --git a/source/.markdownlint.json b/source/.markdownlint.json new file mode 100644 index 0000000..a8b885d --- /dev/null +++ b/source/.markdownlint.json @@ -0,0 +1,10 @@ +{ + "comment": "Hyas rules", + + "default": true, + "line_length": false, + "no-inline-html": false, + "no-trailing-punctuation": false, + "no-duplicate-heading": false, + "no-bare-urls": false +} \ No newline at end of file diff --git a/source/.markdownlintignore b/source/.markdownlintignore new file mode 100644 index 0000000..a0380d6 --- /dev/null +++ b/source/.markdownlintignore @@ -0,0 +1,3 @@ +node_modules +CHANGELOG.md +README.md \ No newline at end of file diff --git a/source/.stylelintignore b/source/.stylelintignore new file mode 100644 index 0000000..3972095 --- /dev/null +++ b/source/.stylelintignore @@ -0,0 +1,3 @@ +assets/scss/components/_syntax.scss +assets/scss/vendor +node_modules \ No newline at end of file diff --git a/source/.stylelintrc.json b/source/.stylelintrc.json new file mode 100644 index 0000000..1490802 --- /dev/null +++ b/source/.stylelintrc.json @@ -0,0 +1,34 @@ +{ + "extends": "stylelint-config-standard", + "rules": { + "no-empty-source": null, + "string-quotes": "double", + "at-rule-no-unknown": [ + true, + { + "ignoreAtRules": [ + "extend", + "at-root", + "debug", + "warn", + "error", + "if", + "else", + "for", + "each", + "while", + "mixin", + "include", + "content", + "return", + "function", + "tailwind", + "apply", + "responsive", + "variants", + "screen" + ] + } + ] + } +} \ No newline at end of file diff --git a/source/CHANGELOG.md b/source/CHANGELOG.md new file mode 100644 index 0000000..084c3b3 --- /dev/null +++ b/source/CHANGELOG.md @@ -0,0 +1,409 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [v0.3.5](https://github.com/h-enk/doks/compare/v0.3.4...v0.3.5) + +- feat: add versioning setup [`#478`](https://github.com/h-enk/doks/pull/478) +- feat: adjust latex svg image to dark theme [`#460`](https://github.com/h-enk/doks/pull/460) +- fix: edit-page multi-language support [`#459`](https://github.com/h-enk/doks/pull/459) +- feat: add docsRepoBranch config [`#458`](https://github.com/h-enk/doks/pull/458) +- feat: image max width [`#457`](https://github.com/h-enk/doks/pull/457) +- fix: docs url [`#456`](https://github.com/h-enk/doks/pull/456) +- chore(deps-dev): bump @babel/cli from 7.15.4 to 7.15.7 [`#463`](https://github.com/h-enk/doks/pull/463) +- feat: add multilingual support [`#454`](https://github.com/h-enk/doks/pull/454) +- deps: bump versions to latest [`94bacd3`](https://github.com/h-enk/doks/commit/94bacd3492e7b4d1e46aef13f86e5924ac645f4e) +- deps: bump @babel/cli from 7.15.4 to 7.15.7 [`130a13b`](https://github.com/h-enk/doks/commit/130a13bd9d3891d995e7373cc9a64fa527b4ce26) +- deps: bump versions to latest [`2503f5a`](https://github.com/h-enk/doks/commit/2503f5adf6d2650b82928a8770c2a1ccdc368a0c) + +#### [v0.3.4](https://github.com/h-enk/doks/compare/v0.3.3...v0.3.4) + +> 7 September 2021 + +- chore: update edit page default branch from master to main [`#426`](https://github.com/h-enk/doks/pull/426) +- Update index.js [`#417`](https://github.com/h-enk/doks/pull/417) +- Make id unique collapsible sidebar [`#378`](https://github.com/h-enk/doks/pull/378) +- deps: bump versions to latest [`8a98716`](https://github.com/h-enk/doks/commit/8a9871654e03b79082cfd9ebdf49a0a8ce7e21eb) +- deps: bump version to latest [`23d9dd7`](https://github.com/h-enk/doks/commit/23d9dd75c381b0440f4db717d63bea61baa0c584) +- deps: bump versions to latest [`700e566`](https://github.com/h-enk/doks/commit/700e56611d3a83f33e786f51a191728db7267248) + +#### [v0.3.3](https://github.com/h-enk/doks/compare/v0.3.2...v0.3.3) + +> 5 July 2021 + +- Add Mermaid support [`#369`](https://github.com/h-enk/doks/pull/369) +- Fix lint tests on Linux. [`#373`](https://github.com/h-enk/doks/pull/373) +- feat: add mermaid [`f1fa5c5`](https://github.com/h-enk/doks/commit/f1fa5c5936558ff0b62d8a150bf303629bf50840) +- content: remove temporary mermaid examples [`e4fc868`](https://github.com/h-enk/doks/commit/e4fc8681623685bf20f8e6568a69b5b6c4d81d16) +- fix: update package-lock.json [`3797685`](https://github.com/h-enk/doks/commit/379768538d584676d40c99432f8b49f20c2c0562) + +#### [v0.3.2](https://github.com/h-enk/doks/compare/v0.3.1...v0.3.2) + +> 5 July 2021 + +- feat: update netlify workflow [`692efd6`](https://github.com/h-enk/doks/commit/692efd66692173a651c4b91d2ff3bc5f584a8a31) + +#### [v0.3.1](https://github.com/h-enk/doks/compare/v0.3.0...v0.3.1) + +> 2 July 2021 + +- fix: update theme.toml [`a0d4a76`](https://github.com/h-enk/doks/commit/a0d4a76d2a8187eae70b394905889a37e14b7a47) +- fix: update permalinks setting [`4894d96`](https://github.com/h-enk/doks/commit/4894d96a69eb2c70b7059c90ee02594286b1122e) + +#### [v0.3.0](https://github.com/h-enk/doks/compare/v0.2.3...v0.3.0) + +> 25 June 2021 + +- ✨ Adds video shortcode [`#244`](https://github.com/h-enk/doks/pull/244) +- ✨ Adds collapsible sidebar as an option [`#243`](https://github.com/h-enk/doks/pull/243) +- 🐛 Fixes scrollbar in code blocks [`#231`](https://github.com/h-enk/doks/pull/231) +- fix: add crossorigin attribute to webmanifest link [`#306`](https://github.com/h-enk/doks/pull/306) +- ✨ Uses inline shortcode in alerts for large texts [`#235`](https://github.com/h-enk/doks/pull/235) +- Fix issue where page bundle images fail to load [`#238`](https://github.com/h-enk/doks/pull/238) +- Replace highlightBlock with highlightElement [`#240`](https://github.com/h-enk/doks/pull/240) +- replaces possible backslash for win environments [`#217`](https://github.com/h-enk/doks/pull/217) +- feat: add hugo-installer + auto-changelog [`93f7598`](https://github.com/h-enk/doks/commit/93f7598f872509805287b24d7d06fa3e6f745fbf) +- deps: bump versions to latest [`33ccb71`](https://github.com/h-enk/doks/commit/33ccb717cb4b2fe859e79df36597cfa01cad08a9) +- deps: bump versions to latest [`7b2bea1`](https://github.com/h-enk/doks/commit/7b2bea1bff290389b2a098d13100e1c4dfa3a4d5) + +#### [v0.2.3](https://github.com/h-enk/doks/compare/v0.2.2...v0.2.3) + +> 2 April 2021 + +- feat: update for netlify dev support [`10d0b45`](https://github.com/h-enk/doks/commit/10d0b45203003a43727521dc9f5c35e655500309) +- content: update for doks v0.2.3 [`b505b24`](https://github.com/h-enk/doks/commit/b505b2412bc59fa271f7bf33ca6c835f66ca2936) +- content: update readme [`52cd0c6`](https://github.com/h-enk/doks/commit/52cd0c6e6c902381c5775d5c719c5cdf1ff64111) + +#### [v0.2.2](https://github.com/h-enk/doks/compare/v0.2.1...v0.2.2) + +> 26 March 2021 + +- deps: bump bootstrap to 5.0.0-beta3 [`f76e68e`](https://github.com/h-enk/doks/commit/f76e68e832737c5fbc2421f164988767dddc5d99) +- feat: update default highlight style [`28a3b39`](https://github.com/h-enk/doks/commit/28a3b39fb9653db3f627cd55d610f28ed95860b3) +- chore(release): 0.2.2 [`c332b4d`](https://github.com/h-enk/doks/commit/c332b4d315431da4d94e98f0c2e6649fea0c8219) + +#### [v0.2.1](https://github.com/h-enk/doks/compare/v0.2.0...v0.2.1) + +> 18 March 2021 + +- chore(release): 0.2.1 [`41f9d0e`](https://github.com/h-enk/doks/commit/41f9d0ee49077b3440c119eaf6c5d955f56127f2) +- fix: update package.json for npm workflow [`83b2c0e`](https://github.com/h-enk/doks/commit/83b2c0e002e09aabc0f4b1e8fb30353151707d8b) +- Updating the README! [`d36a6cc`](https://github.com/h-enk/doks/commit/d36a6ccaa8a99aa022cca641eb4d4d6f126ef8a4) + +#### [v0.2.0](https://github.com/h-enk/doks/compare/v0.1.6...v0.2.0) + +> 18 March 2021 + +- Add katex math typesetting [`#181`](https://github.com/h-enk/doks/pull/181) +- Add highlight.js as an option [`#180`](https://github.com/h-enk/doks/pull/180) +- Add optional breadcrumb trail [`#166`](https://github.com/h-enk/doks/pull/166) +- Add table support in markdown [`#165`](https://github.com/h-enk/doks/pull/165) +- Update bootstrap to 5.0.0-beta2 [`#164`](https://github.com/h-enk/doks/pull/164) +- chore(release): 0.2.0 [`c80a5da`](https://github.com/h-enk/doks/commit/c80a5dab1dead3108011793a0777dc6d94a47d70) +- ux: improve contrast text searchbar dark mode [`57fee17`](https://github.com/h-enk/doks/commit/57fee179f8b8ee0c45d90456703230e1e7edeb84) +- Updating the README! [`884d44e`](https://github.com/h-enk/doks/commit/884d44e0f7e3187a6431b8bdf8501993a6f80ac8) + +#### [v0.1.6](https://github.com/h-enk/doks/compare/v0.1.5...v0.1.6) + +> 1 March 2021 + +- build(deps-dev): bump postcss from 8.2.4 to 8.2.6 [`#132`](https://github.com/h-enk/doks/pull/132) +- deps: bump versions to latest [`857906c`](https://github.com/h-enk/doks/commit/857906c69b2d9779abd158dd88c1057f84c8eb6f) +- chore(release): 0.1.6 [`a83f039`](https://github.com/h-enk/doks/commit/a83f0392638c0c8fb775187a4b251c106921cef9) +- scripts: add release:dry-run script [`686d0eb`](https://github.com/h-enk/doks/commit/686d0eb40da535c6907cf97c1d5c9353a1535b8c) + +#### [v0.1.5](https://github.com/h-enk/doks/compare/v0.1.4...v0.1.5) + +> 12 January 2021 + +- chore(release): 0.1.5 [`ff85a1d`](https://github.com/h-enk/doks/commit/ff85a1daecfff2aa21ddbc425c8d67b5e4cd6d9b) +- Updating the README! [`d50ed1e`](https://github.com/h-enk/doks/commit/d50ed1ec0f37d178e1aef133d280b91d5473cd14) +- feat: add hugo extended as a dependency [`258224c`](https://github.com/h-enk/doks/commit/258224c7880911c709f80e478cacf265fafbbb5c) + +#### [v0.1.4](https://github.com/h-enk/doks/compare/v0.1.3...v0.1.4) + +> 3 December 2020 + +- deps: bump versions to latest [`7ce56d0`](https://github.com/h-enk/doks/commit/7ce56d0a362c5099c0a6c50f6ad0f1c7ba969218) +- deps: bump versions to latest [`0377b0d`](https://github.com/h-enk/doks/commit/0377b0de75a3cc8027bd255961f6d0c184d82575) +- deps: bump versions [`c254be6`](https://github.com/h-enk/doks/commit/c254be61754071600665858d6a7d2e2fbc105af3) + +#### [v0.1.3](https://github.com/h-enk/doks/compare/v0.1.2...v0.1.3) + +> 17 November 2020 + +- chore(release): 0.1.3 [`abaaaef`](https://github.com/h-enk/doks/commit/abaaaef6d6056133737d285868e8f8c748b6cc46) +- deps: update doks version file [`d326669`](https://github.com/h-enk/doks/commit/d326669c1d170cd5a76df1faafea472f3132fdf5) +- deps: add doks version file [`f8dcfbe`](https://github.com/h-enk/doks/commit/f8dcfbeebfda5fef533b9b7bc2463fa0dfafd5fa) + +#### [v0.1.2](https://github.com/h-enk/doks/compare/v0.1.1...v0.1.2) + +> 17 November 2020 + +- deps: bump versions [`6ce5813`](https://github.com/h-enk/doks/commit/6ce5813543417f2328846a78b971201d7611781d) +- style: update fonts+ [`41d63a2`](https://github.com/h-enk/doks/commit/41d63a2528f574e3934d58fb30811ce9fb879798) +- chore(release): 0.1.2 [`646f0c8`](https://github.com/h-enk/doks/commit/646f0c87f0ee5a9a97d357753e86647519f3d1ed) + +#### [v0.1.1](https://github.com/h-enk/doks/compare/v0.1.0...v0.1.1) + +> 10 November 2020 + +- deps: reinstall [`6705f4b`](https://github.com/h-enk/doks/commit/6705f4bbc4da4cd967e7165ab3681137014633bb) +- docs: update content [`c4c83eb`](https://github.com/h-enk/doks/commit/c4c83eb9b68674553c6a7e988249a808d75250b4) +- docs: update reasons [`1cec423`](https://github.com/h-enk/doks/commit/1cec4237b395ff306b765d47b29b8410c2884921) + +#### v0.1.0 + +> 6 November 2020 + +- build(deps-dev): bump postcss from 8.1.4 to 8.1.6 [`#18`](https://github.com/h-enk/doks/pull/18) +- Bump lodash from 4.17.15 to 4.17.20 [`#8`](https://github.com/h-enk/doks/pull/8) +- [Security] Bump elliptic from 6.5.2 to 6.5.3 [`#6`](https://github.com/h-enk/doks/pull/6) +- [Security] Bump lazysizes from 5.2.0 to 5.2.1 [`#7`](https://github.com/h-enk/doks/pull/7) +- test: update ci [`d16a94d`](https://github.com/h-enk/doks/commit/d16a94db755deff04e56da96f4e84d339a094236) +- deps: bump postcss [`12411c3`](https://github.com/h-enk/doks/commit/12411c38a98fb362ff348e5c151fcb7813e8691e) +- Initial commit [`67f0a6e`](https://github.com/h-enk/doks/commit/67f0a6e623169a99a71c51c2434e14041c9211aa) + + + +### [0.2.3](https://github.com/h-enk/doks/compare/v0.2.2...v0.2.3) (2021-04-02) + + +### Features + +* update for netlify dev support ([10d0b45](https://github.com/h-enk/doks/commit/10d0b45203003a43727521dc9f5c35e655500309)) + + +### Bug Fixes + +* add class user added to img-simple shortcode ([bce8863](https://github.com/h-enk/doks/commit/bce8863269dd036146d5b6e447d67a23de70227d)) +* drop npm workflow ([977bbda](https://github.com/h-enk/doks/commit/977bbdad82e8e21599e1fcfc0d93fc4e448cf2af)) + + +### Dependencies + +* bump versions to latest ([171293a](https://github.com/h-enk/doks/commit/171293a692450d45348be2870434db2a01578de9)) + +### [0.2.2](https://github.com/h-enk/doks/compare/v0.2.1...v0.2.2) (2021-03-26) + + +### Features + +* update default highlight style ([28a3b39](https://github.com/h-enk/doks/commit/28a3b39fb9653db3f627cd55d610f28ed95860b3)) + + +### Dependencies + +* bump bootstrap to 5.0.0-beta3 ([f76e68e](https://github.com/h-enk/doks/commit/f76e68e832737c5fbc2421f164988767dddc5d99)) +* bump versions to latest ([843e8d4](https://github.com/h-enk/doks/commit/843e8d45252bc596f8422fbce6938b38976373f9)) + +### [0.2.1](https://github.com/h-enk/doks/compare/v0.2.0...v0.2.1) (2021-03-18) + + +### Bug Fixes + +* update package.json for npm workflow ([83b2c0e](https://github.com/h-enk/doks/commit/83b2c0e002e09aabc0f4b1e8fb30353151707d8b)) + +## [0.2.0](https://github.com/h-enk/doks/compare/v0.1.6...v0.2.0) (2021-03-18) + + +### Features + +* add doks default style + examples ([ad91b05](https://github.com/h-enk/doks/commit/ad91b0523e6e240c98710bfedfd31342cb2389dc)) +* add highlight.js as an option ([5180bd5](https://github.com/h-enk/doks/commit/5180bd53c6349372916907783fa9d0d3b22755af)) +* add katex math typesetting ([253b938](https://github.com/h-enk/doks/commit/253b938a2e303a06d07488c6eae79c74442e56d6)) +* add npm-package workflow ([e2ba008](https://github.com/h-enk/doks/commit/e2ba0086f780380fa171cfc2efaa1e868cfc5fc5)) +* add npm-package workflow ([be4b68c](https://github.com/h-enk/doks/commit/be4b68c3d85a04251a9cdcbf1e5a3639b9c53144)) +* add optional breadcrumb trail ([9c67aca](https://github.com/h-enk/doks/commit/9c67aca368f68ab916ff61caa36e0de69c43dec3)) +* add table support in markdown ([5ee11a8](https://github.com/h-enk/doks/commit/5ee11a80e274d5e71ff7a4809516101e7e7ea214)) +* added options lazySizes, clipBoard, instantPage, flexSearch, and darkMode ([5f03d61](https://github.com/h-enk/doks/commit/5f03d61e81aff6f8a0a194cb23bcf821c3476481)) +* added options lazySizes, clipBoard, instantPage, flexSearch, and darkMode ([5099c47](https://github.com/h-enk/doks/commit/5099c4773195aab0a39bd160330bc25f3173c3b0)) +* added options lazySizes, clipBoard, instantPage, flexSearch, and darkMode ([226f661](https://github.com/h-enk/doks/commit/226f661966ebb68f595541b31e6605d1c71efbdd)) +* preload key katex fonts ([6c4d45d](https://github.com/h-enk/doks/commit/6c4d45d248ee9b58745105d91259fc2dfb9540b3)) +* update bootstrap to 5.0.0-beta2 ([22afec7](https://github.com/h-enk/doks/commit/22afec709a1f11ef010d3436eca401cd4d5fd62f)) +* update netlify.toml for netlify-cli use ([9581fc4](https://github.com/h-enk/doks/commit/9581fc4c44d2fdfe6b6093365fdbf5dcd2b869a2)) +* update netlify.toml for netlify-cli use ([20bac2a](https://github.com/h-enk/doks/commit/20bac2a25bcdb3156120afd0d1b6543c0235f3c7)) + + +### Bug Fixes + +* linting error ([92798c9](https://github.com/h-enk/doks/commit/92798c92cd300bf1ed953c2a25bcbe0f8b24c1b2)) +* script loading + script order ([89784d9](https://github.com/h-enk/doks/commit/89784d9656712ce31d83c038a87821f78aa07a3c)) +* update content security header ([64efe3f](https://github.com/h-enk/doks/commit/64efe3ff00c5d315b43d40a4dc056ef7a3f88151)) +* update content security header ([e0996b3](https://github.com/h-enk/doks/commit/e0996b36cbdc439bf0ad6595342c0f965f31c119)) +* update content security header ([b54cae0](https://github.com/h-enk/doks/commit/b54cae0621211bce0754c17fdc302c96b6e50f6c)) +* update content security header ([6d38761](https://github.com/h-enk/doks/commit/6d387614d584607d07c3f944ee55b8a2d6a4ce4e)) +* update content security headers ([c70baa4](https://github.com/h-enk/doks/commit/c70baa448770d39d5c8f0842f742f5f8828a31ca)) +* update content security headers ([8df0fdd](https://github.com/h-enk/doks/commit/8df0fdd8c311752de685ed10f7e8ec1d5d22f69c)) +* update content security headers ([d1008a7](https://github.com/h-enk/doks/commit/d1008a736639e731679fd1e18eba4e6d437f00ad)) + + +### Dependencies + +* bump versions to latest ([e43f982](https://github.com/h-enk/doks/commit/e43f9821e49792e2e06f2e18ac419d58befc7723)) +* bump versions to latest ([9cdd693](https://github.com/h-enk/doks/commit/9cdd69352bb02c12a6174cea5d7d6b330e47f1b5)) + +### [0.1.6](https://github.com/h-enk/doks/compare/v0.1.5...v0.1.6) (2021-03-01) + + +### Features + +* add check commands ([85baab4](https://github.com/h-enk/doks/commit/85baab47ff06557051f373aa6afeb114fb40f50f)) +* match active class docs menu on identifier ([7384cfe](https://github.com/h-enk/doks/commit/7384cfe8f1652b8053f077c964633d4ad12cf281)) +* update package-lock.json ([8c73d74](https://github.com/h-enk/doks/commit/8c73d741fd789e829c35bf51cfc25c6d790b0dbb)) + + +### Bug Fixes + +* convert tabs to spaces ([6511531](https://github.com/h-enk/doks/commit/6511531c5e3f4ae1a9ad5e64972bd34c8e62cb0d)) +* remove extra space in else statement ([03637e5](https://github.com/h-enk/doks/commit/03637e547ef7afa1dcea853746634df3161656db)) +* update urls for deploy to github+ ([8c10161](https://github.com/h-enk/doks/commit/8c101613fa488518152675bb0916e74d444df1e2)) + + +### Documentation + +* update faq ([555fd17](https://github.com/h-enk/doks/commit/555fd17bb21d94764688f8f0c818d352183244b7)) +* update faq ([f751f3f](https://github.com/h-enk/doks/commit/f751f3ff02b736b36854e396b2536a9fef311c50)) +* update readme ([f32c60f](https://github.com/h-enk/doks/commit/f32c60f1ff6fe7f898efa7dc5ff97bd4b60148a6)) +* update requirement sections ([22a8bfb](https://github.com/h-enk/doks/commit/22a8bfbc87b20ae4d03b733b32f1e1f956e3671c)) +* update requirements sections ([3767e8b](https://github.com/h-enk/doks/commit/3767e8bfa0893d9bb827c35b5b2694c023e78ceb)) +* update requirements sections ([8e14777](https://github.com/h-enk/doks/commit/8e14777805500abbf7cbc840a4a19c7635ce5b96)) +* update requirements sections ([49f803e](https://github.com/h-enk/doks/commit/49f803e7e3d905d01ff00f5d02357defb885fe7e)) +* update requirements sections ([4791d5a](https://github.com/h-enk/doks/commit/4791d5a0ba464c57f74d3bd6736985830f0d9e71)) +* update requirements sections ([5321e8d](https://github.com/h-enk/doks/commit/5321e8d3c1094074c2503c3895579ebe32846176)) +* update requirements sections ([920776a](https://github.com/h-enk/doks/commit/920776a6d55167cd8ce40f2edfcc37f2841e3def)) +* update requirements sections ([3420ae9](https://github.com/h-enk/doks/commit/3420ae9c55dedd5424bf7f2f32a3cf1dacaf4e6f)) +* update showcase link ([3e00037](https://github.com/h-enk/doks/commit/3e00037d78b3e980bdbdf005a5c13d9a39d2fa3d)) + + +### Dependencies + +* bump autoprefixer, bootstrap, stylelint, and netlify-lambda to latest versions ([955cb46](https://github.com/h-enk/doks/commit/955cb46a5d4936ce355c28a4a2a8b5c025a8ca1c)) +* bump deps to latest ([05de29a](https://github.com/h-enk/doks/commit/05de29ace1e735840aea04f90924c2c833b00b86)) +* bump postcss-purgecss to 4.0.0 + eslint to 7.18.0 ([44e90f2](https://github.com/h-enk/doks/commit/44e90f2bc944693967c6e3864673d8f21ee07648)) +* bump versions to latest ([857906c](https://github.com/h-enk/doks/commit/857906c69b2d9779abd158dd88c1057f84c8eb6f)) +* bump versions to latest ([5e52acb](https://github.com/h-enk/doks/commit/5e52acbc35db30267867e1b0981c8f4299bdf51d)) +* bump versions to latest ([3087ae0](https://github.com/h-enk/doks/commit/3087ae0f521a780d38ccbd0afbb07e23fa9fad7d)) + +### [0.1.5](https://github.com/h-enk/doks/compare/v0.1.4...v0.1.5) (2021-01-12) + + +### Features + +* add hugo extended as a dependency ([258224c](https://github.com/h-enk/doks/commit/258224c7880911c709f80e478cacf265fafbbb5c)) +* add hugothemes reqs ([b3afb4b](https://github.com/h-enk/doks/commit/b3afb4b4055f5cfe5a28d355ac26f577fc442392)) +* remove exampleSite ([70db6bc](https://github.com/h-enk/doks/commit/70db6bca005c2e2f82e3ac64d9150c4d87889758)) + + +### Documentation + +* update code of conduct ([411123b](https://github.com/h-enk/doks/commit/411123b207cfe0715c31455f9e5cbcfd9a2d93cc)) +* update frontpage ([f2f4937](https://github.com/h-enk/doks/commit/f2f49370a1ecd7d312de1b348e08e26d0a327121)) +* update homepage ([4e65d01](https://github.com/h-enk/doks/commit/4e65d012c5887ff8db9650006d8c6f2303d1b338)) +* update readme ([7283eb9](https://github.com/h-enk/doks/commit/7283eb997da055892d95015f1411b8528f9b2298)) +* update readme ([9dc2f0e](https://github.com/h-enk/doks/commit/9dc2f0ebfe75f968f77290d911e3be035b34e954)) +* update readme ([3ed1ad6](https://github.com/h-enk/doks/commit/3ed1ad6376959a678ceac990310dd51d2f2864f8)) +* update readme ([6a35faf](https://github.com/h-enk/doks/commit/6a35fafe485d82f4a327b8b4ed10a703eac4af1b)) +* update readme ([40dd5e4](https://github.com/h-enk/doks/commit/40dd5e4eea340f2fae24484bb86325f4410378ff)) +* update readme ([7b75c47](https://github.com/h-enk/doks/commit/7b75c47c9e0e5953b781ce4f784a3083361970fb)) +* update readme ([2d33818](https://github.com/h-enk/doks/commit/2d3381885ab6578ed44720e8f99033429034ba2a)) +* update readme ([632623f](https://github.com/h-enk/doks/commit/632623f29401f38e0a853508346a94267372dfa1)) +* update readme for docs discussions ([fb9e340](https://github.com/h-enk/doks/commit/fb9e340f6e48293ed2d32a73754ae081f41a0fc9)) +* update showcase link ([74724eb](https://github.com/h-enk/doks/commit/74724eb4c53d15475492b2b7c103b3056260fd28)) + + +### Dependencies + +* bump to latest versions ([83f4163](https://github.com/h-enk/doks/commit/83f41636f71e547f4928597bdf67128fe954f83e)) +* bump to latest versions ([372d9cb](https://github.com/h-enk/doks/commit/372d9cb64d4d68b6e95b252112e27ff9123b456c)) +* bump versions to latest ([6184067](https://github.com/h-enk/doks/commit/6184067621a33cf0e53a4ae9fab269a91a11b730)) +* bump versions to latest ([940f30d](https://github.com/h-enk/doks/commit/940f30dcebfde1a4a8900118fdf84f57410ed63a)) +* bump versions to latest ([751d6c6](https://github.com/h-enk/doks/commit/751d6c68caa1811be92eaae378e16413f09eb12e)) +* bump versions to latest ([b66c0a6](https://github.com/h-enk/doks/commit/b66c0a6221cddbaf997c032222276185cc910d9d)) +* bump versions to latest ([1d7e3b8](https://github.com/h-enk/doks/commit/1d7e3b873b537e498ef4ef5ce5548b252a62c4bc)) +* bump versions to latest ([0aa2e0f](https://github.com/h-enk/doks/commit/0aa2e0f7e07e930ba507f8652e0d6375c562def7)) +* bump versions to latest ([ce5c733](https://github.com/h-enk/doks/commit/ce5c7336f95c3d6e6be4c7b3fb7db3812b7ac4ac)) +* bump versions to latest ([cc62487](https://github.com/h-enk/doks/commit/cc6248722a91f163359ce42e83f06e0ae5277ef7)) + +### [0.1.4](https://github.com/h-enk/doks/compare/v0.1.3...v0.1.4) (2020-12-03) + + +### Documentation + +* update content ([63ca41e](https://github.com/h-enk/doks/commit/63ca41e1076375eb99aad5ca6d77d95516b6f349)) + + +### Dependencies + +* bump versions ([c254be6](https://github.com/h-enk/doks/commit/c254be61754071600665858d6a7d2e2fbc105af3)) +* bump versions to latest ([831442c](https://github.com/h-enk/doks/commit/831442c1a6f3372b2930681ca9c937d123b5f6a3)) +* bump versions to latest ([0377b0d](https://github.com/h-enk/doks/commit/0377b0de75a3cc8027bd255961f6d0c184d82575)) +* bump versions to latest ([358bad6](https://github.com/h-enk/doks/commit/358bad680156937886f2957b6c6fcdbcdd97782e)) +* bump versions to latest ([7ce56d0](https://github.com/h-enk/doks/commit/7ce56d0a362c5099c0a6c50f6ad0f1c7ba969218)) + +### [0.1.3](https://github.com/h-enk/doks/compare/v0.1.2...v0.1.3) (2020-11-17) + + +### Dependencies + +* add doks version file ([f8dcfbe](https://github.com/h-enk/doks/commit/f8dcfbeebfda5fef533b9b7bc2463fa0dfafd5fa)) +* update doks version file ([d326669](https://github.com/h-enk/doks/commit/d326669c1d170cd5a76df1faafea472f3132fdf5)) + +### [0.1.2](https://github.com/h-enk/doks/compare/v0.1.1...v0.1.2) (2020-11-17) + + +### Dependencies + +* bump versions ([6ce5813](https://github.com/h-enk/doks/commit/6ce5813543417f2328846a78b971201d7611781d)) + +### [0.1.1](https://github.com/h-enk/doks/compare/v0.1.0...v0.1.1) (2020-11-10) + + +### Documentation + +* update content ([c4c83eb](https://github.com/h-enk/doks/commit/c4c83eb9b68674553c6a7e988249a808d75250b4)) +* update reasons ([1cec423](https://github.com/h-enk/doks/commit/1cec4237b395ff306b765d47b29b8410c2884921)) + + +### Dependencies + +* bump eslint ([d794dab](https://github.com/h-enk/doks/commit/d794dabbe389b0f616ccfca564607f9be4670e0c)) +* reinstall ([6705f4b](https://github.com/h-enk/doks/commit/6705f4bbc4da4cd967e7165ab3681137014633bb)) + +## 0.1.0 (2020-11-06) + + +### Features + +* add flexsearch ([97d8e2c](https://github.com/h-enk/doks/commit/97d8e2c0e2568f9f9f653dcc243d06aa25482e70)) +* add standard-version ([6d83ec3](https://github.com/h-enk/doks/commit/6d83ec308e0a9c4db5aa8d2f2c8309ad09673605)) +* update static assets ([1b16e6b](https://github.com/h-enk/doks/commit/1b16e6bb3d87888b51eff2a8ce7d482cc1a5daf6)) + + +### Bug Fixes + +* update badges ([90cea78](https://github.com/h-enk/doks/commit/90cea786c1aec4cc7004fdf9571ad05a739aa96c)) +* update file path ([73004c3](https://github.com/h-enk/doks/commit/73004c3f8eaee87957ab53bb1f27716acde7a361)) + + +### Documentation + +* update ci badge ([7c4373a](https://github.com/h-enk/doks/commit/7c4373a3a9a29f35f858f27ad4b67ad0379a3da0)) +* update content ([c6ea4f3](https://github.com/h-enk/doks/commit/c6ea4f3ae54e1c7b890dffb2243c0a81eb96b295)) +* update content ([c8c403d](https://github.com/h-enk/doks/commit/c8c403dbf9963eeef3c7dca7f6334929bbc5383b)) +* update gist id ([81d7b1a](https://github.com/h-enk/doks/commit/81d7b1a5df91f238378723018a84d0dd4cd12dd5)) +* update README ([a1d2e80](https://github.com/h-enk/doks/commit/a1d2e8091a0a2051fdbb3384ad797d8cd5251ce6)) +* update README ([a9aa6ab](https://github.com/h-enk/doks/commit/a9aa6ab1af1ef5c8619dd3d7c64d96d5a21d956c)) +* update README ([d0bcf8d](https://github.com/h-enk/doks/commit/d0bcf8d69dfd2d28d9f603945efc37a64b8b529b)) +* update README ([f6dcccc](https://github.com/h-enk/doks/commit/f6dcccc458a1a4c5cac655976a665fb66b1f7b7a)) +* update README ([eb4e714](https://github.com/h-enk/doks/commit/eb4e714f4f1fd97117a9fc155df6b6e4be55c0ed)) + + +### Dependencies + +* bump postcss ([12411c3](https://github.com/h-enk/doks/commit/12411c38a98fb362ff348e5c151fcb7813e8691e)) +* bump postcss-cli ([88b49b5](https://github.com/h-enk/doks/commit/88b49b552849ab807f17ff9bfacfc847d9c2dbd2)) +* bump versions ([53cf8ba](https://github.com/h-enk/doks/commit/53cf8ba6e260687c4fc5eea0774a7d0e6aa559f8)) +* update for dependabot PR's ([bad7deb](https://github.com/h-enk/doks/commit/bad7debffa8d8e6b442edf6e51f07f915fdfdd83)) diff --git a/source/CODE_OF_CONDUCT.md b/source/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..77366b2 --- /dev/null +++ b/source/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at hello@getdoks.org. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq diff --git a/source/LICENSE b/source/LICENSE new file mode 100644 index 0000000..a9431aa --- /dev/null +++ b/source/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2018-present, Gridsome +Copyright (c) 2020-present, Henk Verlinde + +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/source/README.md b/source/README.md new file mode 100644 index 0000000..a703451 --- /dev/null +++ b/source/README.md @@ -0,0 +1,142 @@ +

+ + Doks + +

+ +

+ Doks +

+ +

+ Modern Documentation Theme +

+ +

+ Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize. +

+ +

+ + GitHub + + + GitHub release (latest SemVer including pre-releases) + + + npm (scoped) + + + GitHub Workflow Status (branch) + + + Netlify + +

+ +![Doks — Modern Documentation Theme](https://raw.githubusercontent.com/h-enk/doks/master/images/tn.png) + +## Demo + +- [doks.netlify.app](https://doks.netlify.app/) + +## Why Doks? + +Nine main reasons why you should use Doks: + +1. __Security aware__. Get A+ scores on [Mozilla Observatory](https://observatory.mozilla.org/analyze/doks.netlify.app) out of the box. Easily change the default Security Headers to suit your needs. + +2. __Fast by default__. Get 100 scores on [Google Lighthouse](https://googlechrome.github.io/lighthouse/viewer/?gist=7731347bb8ce999eff7428a8e763b637) by default. Doks removes unused css, prefetches links, and lazy loads images. + +3. __SEO-ready__. Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking. + +4. __Development tools__. Code with confidence. Check styles, scripts, and markdown for errors and fix automatically or manually. + +5. __Bootstrap framework__. Build robust, flexible, and intuitive websites with Bootstrap 5. Easily customize your Doks site with the source Sass files. + +6. __Netlify-ready__. Deploy to Netlify with sensible defaults. Easily use Netlify Functions, Netlify Redirects, and Netlify Headers. + +7. __Full text search__. Search your Doks site with FlexSearch. Easily customize index settings and search options to your liking. + +8. __Page layouts__. Build pages with a landing page, blog, or documentation layout. Add custom sections and components to suit your needs. + +9. __Dark mode__. Switch to a low-light UI with the click of a button. Change colors with variables to match your branding. + +### Other features + +- __Multilingual and i18n__ support +- __Versioning__ documentation support +- __KaTeX__ math typesetting +- __Mermaid__ diagrams and visualization +- __highlight.js__ syntax highlighting + +## Requirements + +Doks uses npm to centralize dependency management, making it [easy to update](https://getdoks.org/docs/help/how-to-update/) resources, build tooling, plugins, and build scripts: + +- Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. + +## Get started + +Start a new Doks project in three steps: + +### 1. Create a new site + +Doks is available as a child theme, and a starter theme: + +- Use the Doks child theme, if you do __not__ plan to customize a lot, and/or need future Doks updates. +- Use the Doks starter theme, if you plan to customize a lot, and/or do __not__ need future Doks updates. + +Not quite sure? Use the Doks child theme. + +#### Doks child theme + +```bash +git clone https://github.com/h-enk/doks-child-theme.git my-doks-site && cd my-doks-site +``` + +#### Doks starter theme + +```bash +git clone https://github.com/h-enk/doks.git my-doks-site && cd my-doks-site +``` + +### 2. Install dependencies + +```bash +npm install +``` + +### 3. Start development server + +```bash +npm run start +``` + +## Other commands + +Doks comes with [commands](https://getdoks.org/docs/prologue/commands/) for common tasks. + +## Documentation + +- [Netlify](https://docs.netlify.com/) +- [Hugo](https://gohugo.io/documentation/) +- [Doks](https://getdoks.org/) + +## Communities + +- [Netlify Community](https://community.netlify.com/) +- [Hugo Forums](https://discourse.gohugo.io/) +- [Doks Discussions](https://github.com/h-enk/doks/discussions) + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. + +[![OC sponsor 0](https://opencollective.com/doks/sponsor/0/avatar.svg)](https://opencollective.com/doks/sponsor/0/website) + +## Backers + +Support this project by becoming a backer. Your avatar will show up here. + +[![Backers](https://opencollective.com/doks/backers.svg)](https://opencollective.com/doks) diff --git a/source/SECURITY.md b/source/SECURITY.md new file mode 100644 index 0000000..4ad3369 --- /dev/null +++ b/source/SECURITY.md @@ -0,0 +1,7 @@ +# Reporting Security Issues + +The Doks team and community take security issues in Doks seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. + +To report a security issue, email [security@getdoks.org](mailto:security@getdoks.org) and include the word "SECURITY" in the subject line. + +We'll endeavor to respond quickly, and will keep you updated throughout the process. diff --git a/source/archetypes/blog.md b/source/archetypes/blog.md new file mode 100644 index 0000000..7873351 --- /dev/null +++ b/source/archetypes/blog.md @@ -0,0 +1,13 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: "" +lead: "" +date: {{ .Date }} +lastmod: {{ .Date }} +draft: true +weight: 50 +images: ["{{ .Name | urlize }}.jpg"] +contributors: [] +--- + +{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" class="wide" >}} diff --git a/source/archetypes/default.md b/source/archetypes/default.md index 00e77bd..d8210df 100644 --- a/source/archetypes/default.md +++ b/source/archetypes/default.md @@ -1,6 +1,8 @@ --- title: "{{ replace .Name "-" " " | title }}" +description: "" date: {{ .Date }} +lastmod: {{ .Date }} draft: true +images: [] --- - diff --git a/source/archetypes/docs.md b/source/archetypes/docs.md new file mode 100644 index 0000000..bb609d2 --- /dev/null +++ b/source/archetypes/docs.md @@ -0,0 +1,16 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: "" +lead: "" +date: {{ .Date }} +lastmod: {{ .Date }} +draft: true +images: [] +menu: + docs: + parent: "" +weight: 999 +toc: true +--- + +{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" >}} diff --git a/source/assets/fonts/.gitkeep b/source/assets/fonts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/source/assets/images/.gitkeep b/source/assets/images/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/source/assets/js/alert.js b/source/assets/js/alert.js new file mode 100644 index 0000000..0fb2864 --- /dev/null +++ b/source/assets/js/alert.js @@ -0,0 +1,17 @@ +var announcement = document.getElementById('announcement'); + +if (announcement !== null) { + + if (localStorage.getItem('announcement') === null ) { + + announcement.classList.remove('d-none'); + + } + + announcement.addEventListener('closed.bs.alert', () => { + + localStorage.setItem('announcement', 'closed'); + + }); + +} diff --git a/source/assets/js/app.js b/source/assets/js/app.js new file mode 100644 index 0000000..e69de29 diff --git a/source/assets/js/bootstrap.js b/source/assets/js/bootstrap.js new file mode 100644 index 0000000..8d6da8d --- /dev/null +++ b/source/assets/js/bootstrap.js @@ -0,0 +1,2 @@ +import 'bootstrap/dist/js/bootstrap.bundle.min.js' +// import 'bootstrap/dist/js/bootstrap.min.js' diff --git a/source/assets/js/clipboard.js b/source/assets/js/clipboard.js new file mode 100644 index 0000000..55eec7b --- /dev/null +++ b/source/assets/js/clipboard.js @@ -0,0 +1,37 @@ +import Clipboard from 'clipboard'; + +var pre = document.getElementsByTagName('pre'); + +for (var i = 0; i < pre.length; ++ i) +{ + var element = pre[i]; + var mermaid = element.getElementsByClassName('language-mermaid')[0]; + + if (mermaid == null) { + element.insertAdjacentHTML('afterbegin', ''); + } +} + +var clipboard = new Clipboard('.btn-copy', { + + target: function(trigger) { + return trigger.nextElementSibling; + }, + +}); + +clipboard.on('success', function(e) { + + /* + console.info('Action:', e.action); + console.info('Text:', e.text); + console.info('Trigger:', e.trigger); + */ + + e.clearSelection(); +}); + +clipboard.on('error', function(e) { + console.error('Action:', e.action); + console.error('Trigger:', e.trigger); +}); diff --git a/source/assets/js/darkmode-init.js b/source/assets/js/darkmode-init.js new file mode 100644 index 0000000..0f3508d --- /dev/null +++ b/source/assets/js/darkmode-init.js @@ -0,0 +1,21 @@ +const globalDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; +const localMode = localStorage.getItem('theme'); + +if (globalDark && (localMode === null)) { + + localStorage.setItem('theme', 'dark'); + document.documentElement.setAttribute('data-dark-mode', ''); + +} + +if (globalDark && (localMode === 'dark')) { + + document.documentElement.setAttribute('data-dark-mode', ''); + +} + +if (localMode === 'dark') { + + document.documentElement.setAttribute('data-dark-mode', ''); + +} diff --git a/source/assets/js/darkmode.js b/source/assets/js/darkmode.js new file mode 100644 index 0000000..e81db47 --- /dev/null +++ b/source/assets/js/darkmode.js @@ -0,0 +1,38 @@ +const mode = document.getElementById('mode'); + +if (mode !== null) { + + window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => { + + if (event.matches) { + + localStorage.setItem('theme', 'dark'); + document.documentElement.setAttribute('data-dark-mode', ''); + + } else { + + localStorage.setItem('theme', 'light'); + document.documentElement.removeAttribute('data-dark-mode'); + + } + + }) + + mode.addEventListener('click', () => { + + document.documentElement.toggleAttribute('data-dark-mode'); + localStorage.setItem('theme', document.documentElement.hasAttribute('data-dark-mode') ? 'dark' : 'light'); + + }); + + if (localStorage.getItem('theme') === 'dark') { + + document.documentElement.setAttribute('data-dark-mode', ''); + + } else { + + document.documentElement.removeAttribute('data-dark-mode'); + + } + +} diff --git a/source/assets/js/highlight.js b/source/assets/js/highlight.js new file mode 100644 index 0000000..c96b781 --- /dev/null +++ b/source/assets/js/highlight.js @@ -0,0 +1,24 @@ +import hljs from 'highlight.js/lib/core'; + +import javascript from 'highlight.js/lib/languages/javascript'; +import json from 'highlight.js/lib/languages/json'; +import bash from 'highlight.js/lib/languages/bash'; +import xml from 'highlight.js/lib/languages/xml'; +import ini from 'highlight.js/lib/languages/ini'; +import yaml from 'highlight.js/lib/languages/yaml'; +import markdown from 'highlight.js/lib/languages/markdown'; + +hljs.registerLanguage('javascript', javascript); +hljs.registerLanguage('json', json); +hljs.registerLanguage('bash', bash); +hljs.registerLanguage('html', xml); +hljs.registerLanguage('ini', ini); +hljs.registerLanguage('toml', ini); +hljs.registerLanguage('yaml', yaml); +hljs.registerLanguage('md', markdown); + +document.addEventListener('DOMContentLoaded', () => { + document.querySelectorAll('pre code:not(.language-mermaid)').forEach((block) => { + hljs.highlightElement(block); + }); +}); diff --git a/source/assets/js/index.js b/source/assets/js/index.js new file mode 100644 index 0000000..b99ab90 --- /dev/null +++ b/source/assets/js/index.js @@ -0,0 +1,169 @@ +var suggestions = document.getElementById('suggestions'); +var search = document.getElementById('search'); + +if (search !== null) { + document.addEventListener('keydown', inputFocus); +} + +function inputFocus(e) { + if (e.ctrlKey && e.key === '/' ) { + e.preventDefault(); + search.focus(); + } + if (e.key === 'Escape' ) { + search.blur(); + suggestions.classList.add('d-none'); + } +} + +document.addEventListener('click', function(event) { + + var isClickInsideElement = suggestions.contains(event.target); + + if (!isClickInsideElement) { + suggestions.classList.add('d-none'); + } + +}); + +/* +Source: + - https://dev.to/shubhamprakash/trap-focus-using-javascript-6a3 +*/ + +document.addEventListener('keydown',suggestionFocus); + +function suggestionFocus(e) { + const suggestionsHidden = suggestions.classList.contains('d-none'); + if (suggestionsHidden) return; + + const focusableSuggestions= [...suggestions.querySelectorAll('a')]; + if (focusableSuggestions.length === 0) return; + + const index = focusableSuggestions.indexOf(document.activeElement); + + if (e.key === "ArrowUp") { + e.preventDefault(); + const nextIndex = index > 0 ? index - 1 : 0; + focusableSuggestions[nextIndex].focus(); + } + else if (e.key === "ArrowDown") { + e.preventDefault(); + const nextIndex= index + 1 < focusableSuggestions.length ? index + 1 : index; + focusableSuggestions[nextIndex].focus(); + } + +} + +/* +Source: + - https://github.com/nextapps-de/flexsearch#index-documents-field-search + - https://raw.githack.com/nextapps-de/flexsearch/master/demo/autocomplete.html +*/ + +(function(){ + + var index = new FlexSearch.Document({ + tokenize: "forward", + cache: 100, + document: { + id: 'id', + store: [ + "href", "title", "description" + ], + index: ["title", "description", "content"] + } + }); + + + // Not yet supported: https://github.com/nextapps-de/flexsearch#complex-documents + + /* + var docs = [ + {{ range $index, $page := (where .Site.Pages "Section" "docs") -}} + { + id: {{ $index }}, + href: "{{ .Permalink }}", + title: {{ .Title | jsonify }}, + description: {{ .Params.description | jsonify }}, + content: {{ .Content | jsonify }} + }, + {{ end -}} + ]; + */ + + // https://discourse.gohugo.io/t/range-length-or-last-element/3803/2 + + {{ $list := (where .Site.Pages "Section" "docs") -}} + {{ $len := (len $list) -}} + + index.add( + {{ range $index, $element := $list -}} + { + id: {{ $index }}, + href: "{{ .RelPermalink }}", + title: {{ .Title | jsonify }}, + {{ with .Description -}} + description: {{ . | jsonify }}, + {{ else -}} + description: {{ .Summary | plainify | jsonify }}, + {{ end -}} + content: {{ .Plain | jsonify }} + }) + {{ if ne (add $index 1) $len -}} + .add( + {{ end -}} + {{ end -}} + ; + + search.addEventListener('input', show_results, true); + + function show_results(){ + const maxResult = 5; + var searchQuery = this.value; + var results = index.search(searchQuery, {limit: maxResult, enrich: true}); + + // flatten results since index.search() returns results for each indexed field + const flatResults = new Map(); // keyed by href to dedupe results + for (const result of results.flatMap(r => r.result)) { + if (flatResults.has(result.doc.href)) continue; + flatResults.set(result.doc.href, result.doc); + } + + suggestions.innerHTML = ""; + suggestions.classList.remove('d-none'); + + // inform user that no results were found + if (flatResults.size === 0 && searchQuery) { + const noResultsMessage = document.createElement('div') + noResultsMessage.innerHTML = `No results for "${searchQuery}"` + noResultsMessage.classList.add("suggestion__no-results"); + suggestions.appendChild(noResultsMessage); + return; + } + + // construct a list of suggestions + for(const [href, doc] of flatResults) { + const entry = document.createElement('div'); + suggestions.appendChild(entry); + + const a = document.createElement('a'); + a.href = href; + entry.appendChild(a); + + const title = document.createElement('span'); + title.textContent = doc.title; + title.classList.add("suggestion__title"); + a.appendChild(title); + + const description = document.createElement('span'); + description.textContent = doc.description; + description.classList.add("suggestion__description"); + a.appendChild(description); + + suggestions.appendChild(entry); + + if(suggestions.childElementCount == maxResult) break; + } + } +}()); diff --git a/source/assets/js/instant.page.js b/source/assets/js/instant.page.js new file mode 100644 index 0000000..b394bcc --- /dev/null +++ b/source/assets/js/instant.page.js @@ -0,0 +1 @@ +import 'instant.page'; diff --git a/source/assets/js/katex.js b/source/assets/js/katex.js new file mode 100644 index 0000000..e0543ea --- /dev/null +++ b/source/assets/js/katex.js @@ -0,0 +1,10 @@ +document.addEventListener('DOMContentLoaded', function() { + renderMathInElement(document.body, { + delimiters: [ + {left: '$$', right: '$$', display: true}, + {left: '$', right: '$', display: false}, + {left: '\\(', right: '\\)', display: false}, + {left: '\\[', right: '\\]', display: true}, + ], + }); +}); diff --git a/source/assets/js/lazysizes.js b/source/assets/js/lazysizes.js new file mode 100644 index 0000000..c12ed58 --- /dev/null +++ b/source/assets/js/lazysizes.js @@ -0,0 +1 @@ +import 'lazysizes'; diff --git a/source/assets/js/mermaid.js b/source/assets/js/mermaid.js new file mode 100644 index 0000000..2ab0b9a --- /dev/null +++ b/source/assets/js/mermaid.js @@ -0,0 +1,11 @@ +import mermaid from 'mermaid/dist/mermaid'; + +var config = { + theme: 'default', + fontFamily: '"Jost", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";', +}; + +document.addEventListener('DOMContentLoaded', () => { + mermaid.initialize(config); + mermaid.init(undefined, '.language-mermaid'); +}); diff --git a/source/assets/js/vendor/.gitkeep b/source/assets/js/vendor/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/source/assets/scss/app.scss b/source/assets/scss/app.scss new file mode 100644 index 0000000..fc76d8e --- /dev/null +++ b/source/assets/scss/app.scss @@ -0,0 +1,34 @@ +/** Import Bootstrap functions */ +@import "bootstrap/scss/functions"; + +/** Import theme variables */ +@import "common/variables"; + +/** Import Bootstrap */ +@import "bootstrap/scss/bootstrap"; + +/** Import highlight.js */ +// @import "highlight.js/scss/github-dark-dimmed"; + +/** Import KaTeX */ +@import "katex/dist/katex"; + +/** Import theme styles */ +@import "common/fonts"; +@import "common/global"; +@import "common/dark"; +@import "components/alerts"; +@import "components/buttons"; +@import "components/code"; +@import "components/syntax"; +@import "components/comments"; +@import "components/forms"; +@import "components/images"; +@import "components/mermaid"; +@import "components/search"; +@import "components/tables"; +@import "layouts/footer"; +@import "layouts/header"; +@import "layouts/pages"; +@import "layouts/posts"; +@import "layouts/sidebar"; diff --git a/source/assets/scss/common/_dark.scss b/source/assets/scss/common/_dark.scss new file mode 100644 index 0000000..81f30c0 --- /dev/null +++ b/source/assets/scss/common/_dark.scss @@ -0,0 +1,525 @@ +/** Theme variables */ + +// Source: https://material.io/design/color/dark-theme.html + +$body-bg-dark: $gray-900; +$body-overlay-dark: darken($body-bg-dark, 2.5%); + +/* +$border-dark: darken($body-bg-dark, 2.5%); +*/ +$border-dark: $gray-800; +$body-color-dark: $gray-300; +$dots-dark: darken($body-color-dark, 50%); + +$link-color-dark: $blue-300; +$button-color-dark: $link-color-dark; +$focus-color-dark: lighten($link-color-dark, 2.5%); + +$navbar-dark-color: $body-color-dark; +$navbar-dark-hover-color: $link-color-dark; +$navbar-dark-active-color: $link-color-dark; + +/** Theme styles */ + +[data-dark-mode] body { + background: $body-bg-dark; + color: $body-color-dark; +} + +[data-dark-mode] body a { + color: $link-color-dark; +} + +[data-dark-mode] body a.text-body { + color: $body-color-dark !important; +} + +[data-dark-mode] body .btn-primary { + @include button-variant($button-color-dark, $button-color-dark); + + color: $body-bg-dark !important; +} + +[data-dark-mode] body .btn-outline-primary { + @include button-outline-variant($button-color-dark, $button-color-dark); + + color: $link-color-dark; +} + +[data-dark-mode] body .btn-outline-primary:hover { + color: $body-bg-dark; +} + +[data-dark-mode] body .btn-doks-light { + color: $navbar-dark-color; +} + +[data-dark-mode] body .show > .btn-doks-light, +[data-dark-mode] body .btn-doks-light:hover, +[data-dark-mode] body .btn-doks-light:active { + color: $link-color-dark; +} + +[data-dark-mode] body .btn-menu svg { + color: $body-color-dark; +} + +[data-dark-mode] body .doks-sidebar-toggle { + color: $navbar-dark-color; +} + +[data-dark-mode] body .btn-menu:hover, +[data-dark-mode] body .btn-doks-light:hover, +[data-dark-mode] body .doks-sidebar-toggle:hover { + background: $body-overlay-dark; +} + +/* +[data-dark-mode] body .dropdown-menu { + @extend .dropdown-menu-dark; +} +*/ + +[data-dark-mode] body .navbar, +[data-dark-mode] body .doks-subnavbar { + background-color: rgba(33, 37, 41, 0.95); + border-bottom: 1px solid $border-dark; +} + +[data-dark-mode] body.home .navbar { + border-bottom: 0; +} + +[data-dark-mode] body .offcanvas-header { + border-bottom: 1px solid $gray-800; +} + +[data-dark-mode] body .offcanvas .nav-link { + color: $body-color-dark; +} + +[data-dark-mode] body .offcanvas .nav-link:hover, +[data-dark-mode] body .offcanvas .nav-link:focus { + color: $link-color-dark; +} + +[data-dark-mode] body .offcanvas .nav-link.active { + color: $link-color-dark; +} + +[data-dark-mode] body .navbar-light .navbar-brand { + color: $navbar-dark-color !important; +} + +[data-dark-mode] body .navbar-light .navbar-nav .nav-link { + color: $navbar-dark-color; +} + +[data-dark-mode] body .navbar-light .navbar-nav .nav-link:hover, +[data-dark-mode] body .navbar-light .navbar-nav .nav-link:focus { + color: $navbar-dark-hover-color; +} + +[data-dark-mode] body .navbar-light .navbar-nav .nav-link.disabled { + color: $navbar-dark-disabled-color; +} + +[data-dark-mode] body .navbar-light .navbar-nav .show > .nav-link, +[data-dark-mode] body .navbar-light .navbar-nav .active > .nav-link, +[data-dark-mode] body .navbar-light .navbar-nav .nav-link.show, +[data-dark-mode] body .navbar-light .navbar-nav .nav-link.active { + color: $navbar-dark-active-color; +} + +[data-dark-mode] body .navbar-light .navbar-text { + color: $navbar-dark-color; +} + +[data-dark-mode] body .alert-primary a { + color: $body-bg-dark; +} + +[data-dark-mode] body .alert-warning { + background: $body-overlay-dark; + color: $body-color-dark; +} + +[data-dark-mode] body .page-links a { + color: $body-color-dark; +} + +[data-dark-mode] body .btn-toggle-nav a { + color: $body-color-dark; +} + +[data-dark-mode] body .showcase-meta a { + color: $body-color-dark; +} + +[data-dark-mode] body .showcase-meta a:hover, +[data-dark-mode] body .showcase-meta a:focus { + color: $link-color-dark; +} + +[data-dark-mode] body .docs-link:hover, +[data-dark-mode] body .docs-link.active, +[data-dark-mode] body .page-links a:hover { + text-decoration: none; + color: $link-color-dark; +} + +[data-dark-mode] body .btn-toggle { + color: $body-color-dark; + background-color: transparent; + border: 0; +} + +[data-dark-mode] body .btn-toggle:hover, +[data-dark-mode] body .btn-toggle:focus { + color: $body-color-dark; +} + +[data-dark-mode] body .btn-toggle::before { + width: 1.25em; + line-height: 0; + content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28222, 226, 230, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e"); + transition: transform 0.35s ease; + transform-origin: 0.5em 50%; + margin-bottom: 0.125rem; +} + +[data-dark-mode] body .btn-toggle[aria-expanded="true"] { + color: $body-color-dark; +} + +[data-dark-mode] body .btn-toggle[aria-expanded="true"]::before { + transform: rotate(90deg); +} + +[data-dark-mode] body .btn-toggle-nav a:hover, +[data-dark-mode] body .btn-toggle-nav a:focus { + color: $link-color-dark; +} + +[data-dark-mode] body .btn-toggle-nav a.active { + color: $link-color-dark; +} + +[data-dark-mode] body .navbar-light .navbar-text a { + color: $navbar-dark-active-color; +} + +[data-dark-mode] body .docs-links h3.sidebar-link a, +[data-dark-mode] body .page-links h3.sidebar-link a { + color: $body-color-dark; +} + +[data-dark-mode] body .navbar-light .navbar-text a:hover, +[data-dark-mode] body .navbar-light .navbar-text a:focus { + color: $navbar-dark-active-color; +} + +[data-dark-mode] body .navbar .btn-link { + color: $navbar-dark-color; +} + +[data-dark-mode] body .content .btn-link { + color: $link-color-dark; +} + +[data-dark-mode] body .content .btn-link:hover { + color: $link-color-dark; +} + +[data-dark-mode] body .content img[src^="https://latex.codecogs.com/svg.latex"] { + filter: invert(1); +} + +[data-dark-mode] body .navbar .btn-link:hover { + color: $navbar-dark-hover-color; +} + +[data-dark-mode] body .navbar .btn-link:active { + color: $navbar-dark-active-color; +} + +[data-dark-mode] body .form-control.is-search { + background: $body-overlay-dark; + border: 1px solid transparent; + color: $gray-300; + + /* + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); + */ +} + +[data-dark-mode] body .form-control.is-search:focus { + border: 1px solid $link-color-dark; +} + +[data-dark-mode] body .doks-search::after { + color: $gray-300; + border: 1px solid $gray-700; +} + +[data-dark-mode] body .text-dark { + color: $body-color-dark !important; +} + +/* +[data-dark-mode] body .navbar-form::after { + color: $gray-600; + border: 1px solid $gray-800; +} +*/ + +[data-dark-mode] body .form-control { + color: $gray-300; +} + +[data-dark-mode] body .form-control::placeholder { + color: $gray-400; + opacity: 1; +} + +[data-dark-mode] body .border-top { + border-top: 1px solid $border-dark !important; +} + +@include media-breakpoint-up(lg) { + [data-dark-mode] body .docs-sidebar { + order: 0; + border-right: 1px solid $border-dark; + } +} + +[data-dark-mode] body .docs-navigation { + border-top: 1px solid $border-dark; +} + +[data-dark-mode] body pre code::-webkit-scrollbar-thumb { + background: $gray-400; +} + +[data-dark-mode] body code:not(.hljs) { + background: $body-overlay-dark; + color: $body-color-dark; +} + +[data-dark-mode] body pre code:hover { + scrollbar-width: thin; + scrollbar-color: $border-dark transparent; +} + +[data-dark-mode] body pre code::-webkit-scrollbar-thumb:hover { + background: $gray-500; +} + +[data-dark-mode] body blockquote { + border-left: 3px solid $border-dark; +} + +[data-dark-mode] body .footer { + border-top: 1px solid $border-dark; +} + +[data-dark-mode] body .docs-links, +[data-dark-mode] body .docs-toc { + scrollbar-width: thin; + scrollbar-color: $body-bg-dark $body-bg-dark; +} + +[data-dark-mode] body .docs-links::-webkit-scrollbar, +[data-dark-mode] body .docs-toc::-webkit-scrollbar { + width: 5px; +} + +[data-dark-mode] body .docs-links::-webkit-scrollbar-track, +[data-dark-mode] body .docs-toc::-webkit-scrollbar-track { + background: $body-bg-dark; +} + +[data-dark-mode] body .docs-links::-webkit-scrollbar-thumb, +[data-dark-mode] body .docs-toc::-webkit-scrollbar-thumb { + background: $body-bg-dark; +} + +[data-dark-mode] body .docs-links:hover, +[data-dark-mode] body .docs-toc:hover { + scrollbar-width: thin; + scrollbar-color: $border-dark $body-bg-dark; +} + +[data-dark-mode] body .docs-links:hover::-webkit-scrollbar-thumb, +[data-dark-mode] body .docs-toc:hover::-webkit-scrollbar-thumb { + background: $border-dark; +} + +[data-dark-mode] body .docs-links::-webkit-scrollbar-thumb:hover, +[data-dark-mode] body .docs-toc::-webkit-scrollbar-thumb:hover { + background: $border-dark; +} + +[data-dark-mode] body .docs-links h3:not(:first-child) { + border-top: 1px solid $border-dark; +} + +[data-dark-mode] body a.docs-link { + color: $body-color-dark; +} + +[data-dark-mode] body .page-links li:not(:first-child) { + border-top: 1px dashed $border-dark; +} + +[data-dark-mode] body .card { + background: $body-bg-dark; + border: 1px solid $border-dark; +} + +[data-dark-mode] body .card.bg-light { + background: $body-overlay-dark !important; +} + +[data-dark-mode] body .navbar .menu-icon .navicon { + background: $navbar-dark-color; +} + +[data-dark-mode] body .navbar .menu-icon .navicon::before, +[data-dark-mode] body .navbar .menu-icon .navicon::after { + background: $navbar-dark-color; +} + +[data-dark-mode] body .logo-light { + display: none !important; +} + +[data-dark-mode] body .logo-dark { + display: inline-block !important; +} + +[data-dark-mode] body .bg-light { + background: darken($body-bg-dark, 1.5%) !important; +} + +[data-dark-mode] body .bg-dots { + background-image: radial-gradient($dots-dark 15%, transparent 15%); +} + +[data-dark-mode] body .text-muted { + color: darken($body-color-dark, 7.5%) !important; +} + +[data-dark-mode] body .alert-primary { + background: $link-color-dark; + color: $body-bg-dark; +} + +[data-dark-mode] body .figure-caption { + color: $body-color-dark; +} + +[data-dark-mode] body table { + @extend .table-dark; +} + +[data-dark-mode] body .copy-status::after { + content: "Copy"; + display: block; + color: $body-color-dark; +} + +[data-dark-mode] body .copy-status:hover::after { + content: "Copy"; + display: block; + color: $link-color-dark; +} + +[data-dark-mode] body .copy-status:focus::after, +[data-dark-mode] body .copy-status:active::after { + content: "Copied"; + display: block; + color: $link-color-dark; +} + +/* +[data-dark-mode] body .dropdown-toggle:focus, +[data-dark-mode] body .doks-sidebar-toggle:focus { + box-shadow: 0 0 0 0.2rem $focus-color-dark; +} +*/ + +[data-dark-mode] body .offcanvas { + background-color: $body-bg-dark; +} + +[data-dark-mode] body .btn-close { + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNkZWUyZTYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXgiPjxsaW5lIHgxPSIxOCIgeTE9IjYiIHgyPSI2IiB5Mj0iMTgiPjwvbGluZT48bGluZSB4MT0iNiIgeTE9IjYiIHgyPSIxOCIgeTI9IjE4Ij48L2xpbmU+PC9zdmc+"); + background-size: 1.5rem; +} + +@include media-breakpoint-up(md) { + [data-dark-mode] body .alert-dismissible .btn-close { + background-size: 1.25rem; + } +} + +/* +[data-dark-mode] body .btn-close:focus { + box-shadow: 0 0 0 0.2rem $focus-color-dark; +} +*/ + +[data-dark-mode] .dropdown-item { + color: $body-bg-dark; +} + +[data-dark-mode] body hr.text-black-50 { + color: $gray-600 !important; +} + +[data-dark-mode] body .email-form .form-control { + background: $body-overlay-dark; + border: 1px solid transparent; +} + +[data-dark-mode] body .email-form .form-control:focus { + border: 1px solid $link-color-dark; +} + +[data-dark-mode] .page-link { + color: $link-color-dark; + background-color: transparent; + border: $pagination-border-width solid $border-dark; + + &:hover { + color: $body-bg-dark; + background-color: $body-color-dark; + border-color: $body-color-dark; + } + + &:focus { + color: $body-bg-dark; + background-color: $body-color-dark; + } +} + +[data-dark-mode] .page-item { + &.active .page-link { + color: $body-bg-dark; + + @include gradient-bg($link-color-dark); + + border-color: $link-color-dark; + } + + &.disabled .page-link { + color: $pagination-disabled-color; + background-color: $body-overlay-dark; + border-color: $border-dark; + } +} diff --git a/source/assets/scss/common/_fonts.scss b/source/assets/scss/common/_fonts.scss new file mode 100644 index 0000000..d2b7725 --- /dev/null +++ b/source/assets/scss/common/_fonts.scss @@ -0,0 +1,71 @@ +/* jost-regular - latin */ +@font-face { + font-family: "Jost"; + font-style: normal; + font-weight: 400; + font-display: swap; + src: + local("Jost"), + url("fonts/vendor/jost/jost-v4-latin-regular.woff2") format("woff2"), + url("fonts/vendor/jost/jost-v4-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* jost-500 - latin */ +@font-face { + font-family: "Jost"; + font-style: normal; + font-weight: 500; + font-display: swap; + src: + local("Jost"), + url("fonts/vendor/jost/jost-v4-latin-500.woff2") format("woff2"), + url("fonts/vendor/jost/jost-v4-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* jost-700 - latin */ +@font-face { + font-family: "Jost"; + font-style: normal; + font-weight: 700; + font-display: swap; + src: + local("Jost"), + url("fonts/vendor/jost/jost-v4-latin-700.woff2") format("woff2"), + url("fonts/vendor/jost/jost-v4-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* jost-italic - latin */ +@font-face { + font-family: "Jost"; + font-style: italic; + font-weight: 400; + font-display: swap; + src: + local("Jost"), + url("fonts/vendor/jost/jost-v4-latin-italic.woff2") format("woff2"), + url("fonts/vendor/jost/jost-v4-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* jost-500italic - latin */ +@font-face { + font-family: "Jost"; + font-style: italic; + font-weight: 500; + font-display: swap; + src: + local("Jost"), + url("fonts/vendor/jost/jost-v4-latin-500italic.woff2") format("woff2"), + url("fonts/vendor/jost/jost-v4-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* jost-700italic - latin */ +@font-face { + font-family: "Jost"; + font-style: italic; + font-weight: 700; + font-display: swap; + src: + local("Jost"), + url("fonts/vendor/jost/jost-v4-latin-700italic.woff2") format("woff2"), + url("fonts/vendor/jost/jost-v4-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} diff --git a/source/assets/scss/common/_global.scss b/source/assets/scss/common/_global.scss new file mode 100644 index 0000000..7e6c572 --- /dev/null +++ b/source/assets/scss/common/_global.scss @@ -0,0 +1,272 @@ +.contributors .content, +.blog .content, +.page .content, +.error404 .content, +.docs.list .content, +.tutorial.list .content, +.showcase.list .content { + padding-top: 1rem; + padding-bottom: 3rem; +} + +.content img { + max-width: 100%; +} + +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + margin: 2rem 0 1rem; +} + +.offcanvas-header { + border-bottom: 1px solid $gray-300; + padding-top: 1.0625rem; + padding-bottom: 0.8125rem; +} + +h5.offcanvas-title { + margin: 0; +} + +body.docs { + padding-top: 0 !important; +} + +@include media-breakpoint-up(md) { + body { + font-size: $font-size-md; + + /* + padding-top: 4rem !important; + */ + } + + h1, + h2, + h3, + h4, + h5, + h6, + .h1, + .h2, + .h3, + .h4, + .h5, + .h6 { + margin-bottom: 1.125rem; + } +} + +.home h1 { + /* font-size: calc(1.375rem + 1.5vw); */ + font-size: calc(1.875rem + 1.5vw); +} + +a:hover, +a:focus { + text-decoration: underline; +} + +a.btn:hover, +a.btn:focus { + text-decoration: none; +} + +.section { + padding-top: 5rem; + padding-bottom: 5rem; +} + +.section-md { + padding-top: 3rem; + padding-bottom: 3rem; +} + +.section-sm { + padding-top: 1rem; + padding-bottom: 1rem; +} + +/* +.section svg { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-top; +} +*/ + +/* +body { + padding-top: 3.5625rem; +} +*/ + +.docs-sidebar { + order: 2; +} + +@include media-breakpoint-up(lg) { + .docs-sidebar { + order: 0; + border-right: 1px solid $gray-200; + } + + @supports ((position:-webkit-sticky) or (position:sticky)) { + .docs-sidebar { + position: -webkit-sticky; + position: sticky; + top: 4rem; + z-index: 1000; + height: calc(100vh - 4rem); + } + } +} + +@include media-breakpoint-up(xl) { + .docs-sidebar { + flex: 0 1 320px; + } +} + +.docs-links { + padding-bottom: 5rem; +} + +@include media-breakpoint-up(lg) { + @supports ((position: -webkit-sticky) or (position: sticky)) { + .docs-links { + max-height: calc(100vh - 4rem); + overflow-y: scroll; + } + } +} + +@include media-breakpoint-up(lg) { + .docs-links { + display: block; + width: auto; + margin-right: -1.5rem; + padding-bottom: 4rem; + } +} + +.docs-toc { + order: 2; +} + +@supports ((position:-webkit-sticky) or (position:sticky)) { + .docs-toc { + position: -webkit-sticky; + position: sticky; + top: 4rem; + height: calc(100vh - 4rem); + overflow-y: auto; + } +} + +.docs-content { + padding-bottom: 3rem; + order: 1; +} + +.docs-navigation { + border-top: 1px solid $gray-200; + margin-top: 2rem; + margin-bottom: 0; + padding-top: 2rem; +} + +.docs-navigation a { + font-size: $font-size-base * 0.9; +} + +@include media-breakpoint-up(lg) { + .docs-navigation { + margin-bottom: -1rem; + } + + .docs-navigation a { + font-size: $font-size-base; + } +} + +.navbar a:hover, +.navbar a:focus { + text-decoration: none; +} + +#TableOfContents ul { + padding-left: 0; + list-style: none; +} + +::selection { + background: rgba(212, 53, 159, 0.2); +} + +.bg-dots { + background-image: radial-gradient($gray-300 15%, transparent 15%); + background-position: 0 0; + background-size: 1rem 1rem; + -webkit-mask: linear-gradient(to top, #fff, transparent); + mask: linear-gradient(to top, #fff, transparent); + width: 100%; + height: 9rem; + margin-top: -10rem; + z-index: -1; +} + +.bg-dots-md { + margin-top: -11rem; +} + +.bg-dots-lg { + margin-top: -12rem; +} + +// https://fossheim.io/writing/posts/css-text-gradient/ +.gradient-text { + background-color: $primary; + background-image: linear-gradient(90deg, $primary, $blue-300 50%, $pink-500); + background-size: 100%; + background-repeat: repeat; + -webkit-background-clip: text; + -moz-background-clip: text; + -webkit-text-fill-color: transparent; + -moz-text-fill-color: transparent; +} + +.katex { + font-size: $font-size-md; +} + +.card-bar { + border-top: 4px solid; + border-image-source: linear-gradient(90deg, $primary, #8ed6fb 50%, #d32e9d); + border-image-slice: 1; +} + +.modal-backdrop { + background-color: #fff; +} + +.modal-backdrop.show { + opacity: 0.7; +} + +@include media-breakpoint-up(md) { + .modal-backdrop.show { + opacity: 0; + } +} diff --git a/source/assets/scss/common/_variables.scss b/source/assets/scss/common/_variables.scss new file mode 100644 index 0000000..0baa1ec --- /dev/null +++ b/source/assets/scss/common/_variables.scss @@ -0,0 +1,189 @@ +// Color system + +$white: #fff; +$gray-100: #f8f9fa; +$gray-200: #e9ecef; +$gray-300: #dee2e6; +$gray-400: #ced4da; +$gray-500: #adb5bd; +$gray-600: #6c757d; +$gray-700: #495057; +$gray-800: #343a40; +$gray-900: #212529; +$black: #000; + +$yellow: #ffe000; +$black: #1d2d35; +$beige: #fbf7f0; +// $red: #e55235; +$purple: #5d2f86; +$brown: #aa9c84; + +$blue-300: #8ed6fb; +$pink-100: #fcfaff; +$pink-500: #d32e9d; + +$primary: $purple; + +$color-btn-bg: $pink-500; +$color-btn-border: darken($pink-500, 5%); +$color-btn-text: $white; + +// Options +// +// Quickly modify global styling by enabling or disabling optional features. + +$enable-caret: true; +$enable-rounded: true; +$enable-shadows: false; +$enable-gradients: false; +$enable-transitions: true; +$enable-reduced-motion: true; +$enable-smooth-scroll: true; +$enable-grid-classes: true; +$enable-button-pointers: true; +$enable-rfs: true; +$enable-validation-icons: true; +$enable-negative-margins: true; +$enable-deprecation-messages: true; +$enable-important-utilities: true; + +/** Bootstrap navbar fix (https://git.io/fADqW) */ +$navbar-dark-toggler-icon-bg: none; +$navbar-light-toggler-icon-bg: none; + +// Options +// +// Quickly modify global styling by enabling or disabling optional features. + +// $enable-responsive-font-sizes: true; + +// Body +// +// Settings for the `` element. + +$body-bg: $white; +$body-color: $black; + +// Links +// +// Style anchor elements. + +$link-color: $primary; +$link-decoration: none; + +// Grid containers +// +// Define the maximum width of `.container` for different screen sizes. + +$container-max-widths: ( + sm: 540px, + md: 720px, + lg: 960px, + xl: 1240px, + xxl: 1320px +); + +@include _assert-ascending($container-max-widths, "$container-max-widths"); + +// Grid columns +// +// Set the number of columns and specify the width of the gutters. + +$grid-columns: 16; +$grid-gutter-width: 48px; +$grid-row-columns: 6; + +// Components +// +// Define common padding and border radius sizes and more. + +$border-color: $gray-200; + +// Typography +// +// Font, line-height, and color for body text, headings, and more. + +// stylelint-disable value-keyword-case +$font-family-sans-serif: "Jost", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +$font-family-monospace: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace; +$font-family-base: $font-family-sans-serif; +// stylelint-enable value-keyword-case + +$font-size-base: 1rem; // Assumes the browser default, typically `16px` +$font-size-xl: $font-size-base * 1.375; +$font-size-lg: $font-size-base * 1.25; +$font-size-md: $font-size-base * 1.125; +$font-size-sm: $font-size-base * 0.875; + +// $line-height-base: 1.5; + +$headings-font-family: null; +$headings-font-weight: 700; + +$lead-font-weight: 400; + +// Spacing +// +// Control the default styling of most Bootstrap elements by modifying these +// variables. Mostly focused on spacing. +// You can add more entries to the $spacers map, should you need more variation. + +$spacer: 1rem; + +// Navbar + +$navbar-padding-y: $spacer / 2; +$navbar-padding-x: null; + +$navbar-nav-link-padding-x: 0.5rem; + +$navbar-light-color: $black; +$navbar-light-hover-color: $primary; +$navbar-light-active-color: $primary; + +// Cards + +$card-border-color: $gray-200; + +// Alerts +// +// Define alert colors, border radius, and padding. + +$alert-padding-y: $spacer; +$alert-padding-x: $spacer * 1.5; +$alert-margin-bottom: 0; +$alert-border-radius: 0; +$alert-link-font-weight: $headings-font-weight; +$alert-border-width: 0; + +$alert-bg-scale: 0; +$alert-border-scale: 0; +$alert-color-scale: 0; + +// docsearch +$dropdown-config: ( + main-color: $purple, + layout-type: normal, + layout-width: normal, + layout-alignment: align, + background-color: $white, + border-radius: 4, + border-width: 1, + border-color: $gray-200, + box-shadow: none, + branding-position: bottom, + spacing: normal, + include-desc: yes, + background-category-header: $white, + font-size: normal, + header-color: $black, + title-color: $black, + subtitle-color: $black, + text-color: $black, + highlight-color: $purple, + highlight-opacity: 0.1, + highlight-type: underline +); + +$input-btn-focus-width: 0; diff --git a/source/assets/scss/components/_alerts.scss b/source/assets/scss/components/_alerts.scss new file mode 100644 index 0000000..bce819d --- /dev/null +++ b/source/assets/scss/components/_alerts.scss @@ -0,0 +1,91 @@ +.alert { + font-family: $font-family-monospace; + font-size: $font-size-sm; +} + +.alert-icon { + margin-right: 0.75rem; +} + +.docs main .alert { + margin: 2rem -1.5rem; +} + +.alert .alert-link { + text-decoration: underline; +} + +.alert-dark { + color: $white; + background-color: $black; +} + +.alert-dark .alert-link { + color: $white; +} + +.alert-light { + color: $black; +} + +.alert-warning { + background: $beige; + color: $black; +} + +/* +.alert-light { + color: #215888; + background: linear-gradient(-45deg, rgb(212, 245, 255), rgb(234, 250, 255), rgb(234, 250, 255), #d3f6ef); +} + +.alert-light .alert-link { + color: #215888; +} +*/ + +.alert-white { + background-color: rgba(255, 255, 255, 0.95); +} + +.alert-primary { + color: $white; + background-color: $primary; +} + +.alert-primary .alert-link { + color: $white; +} + +.alert .alert-link:hover, +.alert .alert-link:focus { + text-decoration: none; +} + +.alert-dismissible .btn-close { + position: absolute; + + /* + top: 50%; + transform: translateY(-50%); + */ + top: 0.75rem; + right: 1rem; + z-index: 2; + padding: 0.625rem; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E"); + background-size: 1.5rem; + filter: invert(1) grayscale(100%) brightness(200%); +} + +@include media-breakpoint-up(md) { + .alert-dismissible .btn-close { + background-size: 1.25rem; + } +} + +.alert code { + background: darken($beige, 5%); + color: $black; + padding: 0.25rem 0.5rem; +} diff --git a/source/assets/scss/components/_buttons.scss b/source/assets/scss/components/_buttons.scss new file mode 100644 index 0000000..5e8cb2f --- /dev/null +++ b/source/assets/scss/components/_buttons.scss @@ -0,0 +1,220 @@ +.navbar .btn-link { + color: $navbar-light-color; + padding: 0.4375rem 0; +} + +#mode { + padding-right: 0.25rem; + padding-left: 0.25rem; + margin-right: -0.25rem; +} + +.btn-link:focus { + outline: 0; + box-shadow: none; +} + +#navigation { + margin-left: 1.25rem; +} + +@include media-breakpoint-up(md) { + #mode { + margin-left: 1.125rem; + margin-right: -0.375rem; + } + + .navbar .btn-link { + padding: 0.5625em 0.25rem 0.5rem 0.125rem; + } +} + +.navbar .btn-link:hover { + color: $navbar-light-hover-color; +} + +.navbar .btn-link:active { + color: $navbar-light-active-color; +} + +body .toggle-dark { + display: block; +} + +body .toggle-light { + display: none; +} + +[data-dark-mode] body .toggle-light { + display: block; +} + +[data-dark-mode] body .toggle-dark { + display: none; +} + +pre { + position: relative; +} + +@include media-breakpoint-down(md) { + .btn-copy { + display: none; + } +} + +.btn-copy { + transition: opacity 0.3s ease-in-out; + opacity: 0; + position: absolute; + right: 0.25rem; + top: 0.25rem; + z-index: 10; + font-family: $font-family-sans-serif; + font-size: $font-size-sm; + padding: 0.25rem 0.5rem; + color: $color-btn-text; + background-color: $color-btn-bg; + border-color: $color-btn-border; +} + +.btn-copy:hover { + color: $color-btn-text; + background-color: lighten($color-btn-bg, 5%); + border-color: lighten($color-btn-border, 15%); +} + +.btn-copy:focus { + color: $color-btn-text; + background-color: $color-btn-bg; + border-color: lighten($color-btn-border, 15%); + box-shadow: none; +} + +.btn-copy:active, +.btn-copy.active { + color: $color-btn-text; + background-color: $color-btn-bg; + border-color: lighten($color-btn-border, 15%); +} + +.btn-copy:active:focus, +.btn-copy.active:focus { + box-shadow: none; +} + +@include media-breakpoint-up(md) { + pre:hover .btn-copy { + opacity: 1; + } +} + +.btn-copy::after { + content: "Copy"; + display: block; + color: $color-btn-text; +} + +.btn-copy:hover::after { + content: "Copy"; + display: block; + color: $color-btn-text; +} + +.btn-copy:focus::after, +.btn-copy:active::after { + content: "Copied"; + display: block; + color: $color-btn-text; +} + +.collapsible-sidebar { + margin: 2.125rem 0; +} + +.btn-toggle { + display: inline-flex; + align-items: center; + padding: 0.25rem 0.5rem 0.25rem 0; + font-weight: $headings-font-weight; + font-size: $font-size-base; + text-transform: uppercase; + color: $body-color; + background-color: transparent; + border: 0; +} + +.btn-toggle:hover, +.btn-toggle:focus { + color: $body-color; + background-color: transparent; + outline: 0; + box-shadow: none; +} + +.btn-toggle::before { + width: 1.25em; + line-height: 0; + content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2829, 45, 53, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e"); + transition: transform 0.35s ease; + transform-origin: 0.5em 50%; + margin-bottom: 0.125rem; +} + +.btn-toggle[aria-expanded="true"] { + color: $body-color; +} + +.btn-toggle[aria-expanded="true"]::before { + transform: rotate(90deg); +} + +.btn-toggle-nav a { + display: inline-flex; + padding: 0.1875rem 0.5rem; + margin-top: 0.125rem; + margin-left: 1.25rem; + text-decoration: none; +} + +.btn-toggle-nav a:hover, +.btn-toggle-nav a:focus { + background-color: transparent; + color: $link-color; +} + +.btn-toggle-nav a.active { + color: $link-color; +} + +.doks-navbar .dropdown-menu, +.doks-subnavbar .dropdown-menu { + font-size: 0.875rem; +} + +.doks-navbar .dropdown-item.current, +.doks-subnavbar .dropdown-item.current { + font-weight: 600; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right 1rem top 0.6rem; + background-size: 0.75rem 0.75rem; +} + +.btn-close { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E"); + background-size: 1.5rem; +} + +.offcanvas-header .btn-close { + margin-right: 0 !important; +} + +.dropdown-toggle::after { + display: none; +} + +.dropdown-caret { + margin-left: -0.1875rem; + margin-right: -0.3125rem; +} diff --git a/source/assets/scss/components/_code.scss b/source/assets/scss/components/_code.scss new file mode 100644 index 0000000..84ad2bc --- /dev/null +++ b/source/assets/scss/components/_code.scss @@ -0,0 +1,66 @@ +pre, +code, +kbd, +samp { + font-family: $font-family-monospace; + font-size: $font-size-sm; + border-radius: $border-radius; +} + +code { + background: $beige; + color: $black; + padding: 0.25rem 0.5rem; +} + +pre { + margin: 2rem 0; +} + +pre code { + display: block; + overflow-x: auto; + line-height: $line-height-base; + padding: 1.25rem 1.5rem; + tab-size: 4; + scrollbar-width: thin; + scrollbar-color: transparent transparent; +} + +.hljs { + padding: 1.5rem !important; +} + +@include media-breakpoint-down(sm) { + pre, + code, + kbd, + samp { + border-radius: 0; + } + + pre { + margin: 2rem -1.5rem; + } +} + +pre code::-webkit-scrollbar { + height: 5px; +} + +pre code::-webkit-scrollbar-thumb { + background: $gray-400; +} + +pre code:hover { + scrollbar-width: thin; + scrollbar-color: $gray-500 transparent; +} + +pre code::-webkit-scrollbar-thumb:hover { + background: $gray-500; +} + +code.language-mermaid { + background: none; +} diff --git a/source/assets/scss/components/_comments.scss b/source/assets/scss/components/_comments.scss new file mode 100644 index 0000000..18f610c --- /dev/null +++ b/source/assets/scss/components/_comments.scss @@ -0,0 +1,30 @@ +.comment-list { + @extend .list-unstyled; +} + +.comment-list ol { + list-style: none; +} + +.comment-form p { + @extend .form-group !optional; +} + +.comment-form input[type="text"], +.comment-form input[type="email"], +.comment-form input[type="url"], +.comment-form textarea { + @extend .form-control; +} + +.comment-form input[type="submit"] { + @extend .btn; + @extend .btn-secondary; +} + +blockquote { + margin-bottom: 1rem; + font-size: 1.25rem; + border-left: 3px solid $gray-300; + padding-left: 1rem; +} diff --git a/source/assets/scss/components/_forms.scss b/source/assets/scss/components/_forms.scss new file mode 100644 index 0000000..9732838 --- /dev/null +++ b/source/assets/scss/components/_forms.scss @@ -0,0 +1,19 @@ +/** Search form */ +.search-form { + @extend .form-inline !optional; +} + +.search-form label { + @extend .form-group; + + font-weight: normal; +} + +.search-form .search-field { + @extend .form-control; +} + +.search-form .search-submit { + @extend .btn; + @extend .btn-secondary; +} diff --git a/source/assets/scss/components/_images.scss b/source/assets/scss/components/_images.scss new file mode 100644 index 0000000..254eefa --- /dev/null +++ b/source/assets/scss/components/_images.scss @@ -0,0 +1,48 @@ +figure { + margin: 2rem 0; +} + +.figure-caption { + margin: 0.25rem 0 0.75rem; +} + +figure.wide { + margin: 2rem -1.5rem; +} + +figure.wide .figure-caption { + margin: 0.25rem 1.5rem 0.75rem; +} + +@include media-breakpoint-up(md) { + figure.wide { + margin: 2rem -2.5rem; + } + + figure.wide .figure-caption { + margin: 0.25rem 2.5rem 0.75rem; + } +} + +@include media-breakpoint-up(lg) { + figure.wide { + margin: 2rem -5rem; + } + + figure.wide .figure-caption { + margin: 0.25rem 5rem 0.75rem; + } +} + +.blur-up { + filter: blur(5px); +} + +.blur-up.lazyloaded { + filter: unset; +} + +.img-simple { + margin-top: 0.375rem; + margin-bottom: 1.25rem; +} diff --git a/source/assets/scss/components/_mermaid.scss b/source/assets/scss/components/_mermaid.scss new file mode 100644 index 0000000..3ff2488 --- /dev/null +++ b/source/assets/scss/components/_mermaid.scss @@ -0,0 +1,8 @@ +.mermaid { + margin: 1.5rem 0; + padding: 1.5rem; +} + +.mermaid svg { + height: auto; +} diff --git a/source/assets/scss/components/_search.scss b/source/assets/scss/components/_search.scss new file mode 100644 index 0000000..45ec2af --- /dev/null +++ b/source/assets/scss/components/_search.scss @@ -0,0 +1,81 @@ +.navbar-form { + position: relative; +} + +#suggestions { + position: absolute; + left: 0; + margin-top: 0.5rem; + width: calc(100vw - 3rem); + z-index: $zindex-dropdown; +} + +#suggestions a, +.suggestion__no-results { + padding: 0.75rem; + margin: 0 0.5rem; +} + +#suggestions a { + display: block; + text-decoration: none; +} + +#suggestions a:focus { + background: $gray-100; + outline: 0; +} + +#suggestions div:not(:first-child) { + border-top: 1px dashed $gray-200; +} + +#suggestions div:first-child { + margin-top: 0.5rem; +} + +#suggestions div:last-child { + margin-bottom: 0.5rem; +} + +#suggestions a:hover { + background: $gray-100; +} + +#suggestions span { + display: flex; + font-size: $font-size-base; +} + +.suggestion__title { + font-weight: $headings-font-weight; + color: $black; +} + +.suggestion__description, +.suggestion__no-results { + color: $gray-700; +} + +@include media-breakpoint-up(sm) { + #suggestions { + width: 31.125rem; + } + + #suggestions a { + display: flex; + } + + .suggestion__title { + width: 9rem; + padding-right: 1rem; + border-right: 1px solid $gray-200; + display: inline-block; + text-align: right; + } + + .suggestion__description { + width: 19rem; + padding-left: 1rem; + } +} diff --git a/source/assets/scss/components/_syntax.scss b/source/assets/scss/components/_syntax.scss new file mode 100644 index 0000000..2be315d --- /dev/null +++ b/source/assets/scss/components/_syntax.scss @@ -0,0 +1,62 @@ +/* + +Based on Ascetic by (c) Ivan Sagalaev + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 1.25rem 1.5rem; + background: $beige; + color: $body-color; +} + +.hljs-string, +.hljs-variable, +.hljs-template-variable, +.hljs-symbol, +.hljs-bullet, +.hljs-section, +.hljs-addition, +.hljs-attribute, +.hljs-link { + color: $pink-500; +} + +.hljs-comment, +.hljs-quote, +.hljs-meta, +.hljs-deletion { + color: #888; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-section, +.hljs-name, +.hljs-type, +.hljs-strong { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} + +[data-dark-mode] body .hljs { + background: $body-overlay-dark; + color: $body-color-dark; +} + +[data-dark-mode] body .hljs-string, +[data-dark-mode] body .hljs-variable, +[data-dark-mode] body .hljs-template-variable, +[data-dark-mode] body .hljs-symbol, +[data-dark-mode] body .hljs-bullet, +[data-dark-mode] body .hljs-section, +[data-dark-mode] body .hljs-addition, +[data-dark-mode] body .hljs-attribute, +[data-dark-mode] body .hljs-link { + color: $blue-300; +} diff --git a/source/assets/scss/components/_tables.scss b/source/assets/scss/components/_tables.scss new file mode 100644 index 0000000..b1f8c2e --- /dev/null +++ b/source/assets/scss/components/_tables.scss @@ -0,0 +1,5 @@ +table { + @extend .table; + + margin: 3rem 0; +} diff --git a/source/assets/scss/layouts/_footer.scss b/source/assets/scss/layouts/_footer.scss new file mode 100644 index 0000000..7d21811 --- /dev/null +++ b/source/assets/scss/layouts/_footer.scss @@ -0,0 +1,20 @@ +.footer { + border-top: 1px solid $gray-200; + padding-top: 1.125rem; + padding-bottom: 1.125rem; +} + +.footer ul { + margin-bottom: 0; +} + +.footer li { + font-size: $font-size-sm; + margin-bottom: 0; +} + +@include media-breakpoint-up(md) { + .footer li { + font-size: $font-size-base; + } +} diff --git a/source/assets/scss/layouts/_header.scss b/source/assets/scss/layouts/_header.scss new file mode 100644 index 0000000..cb85c32 --- /dev/null +++ b/source/assets/scss/layouts/_header.scss @@ -0,0 +1,445 @@ +.banner .nav li { + @extend .nav-item; +} + +.banner .nav a { + @extend .nav-link; +} + +.navbar-text { + margin-left: 1rem; +} + +.navbar-brand { + font-weight: $headings-font-weight; +} + +/* +.navbar-light .navbar-brand, +.navbar-light .navbar-brand:hover, +.navbar-light .navbar-brand:active { + color: $body-color; +} + +.navbar-light .navbar-nav .active .nav-link { + color: $primary; +} +*/ + +.navbar { + z-index: 1000; + background-color: rgba(255, 255, 255, 0.95); + border-bottom: 1px solid $gray-200; + + /* + margin-top: 4px; + */ +} + +@include media-breakpoint-up(lg) { + .navbar { + z-index: 1025; + } +} + +@include media-breakpoint-up(md) { + .navbar-brand { + font-size: $font-size-xl; + } + + .navbar-text { + margin-left: 1.25rem; + } +} + +.navbar-nav { + flex-direction: row; +} + +.nav-item { + margin-left: 0; +} + +@include media-breakpoint-up(md) { + .nav-item { + margin-left: 0.5rem; + } +} + +/* +@include media-breakpoint-down(sm) { + .nav-item:first-child { + margin-left: 0; + } +} +*/ + +@include media-breakpoint-down(md) { + .navbar .container { + padding-left: 1.5rem; + padding-right: 1.5rem; + } +} + +.break { + flex-basis: 100%; + height: 0; +} + +button#doks-languages { + margin-right: -0.5625rem; + margin-left: 0.75rem; +} + +button#doks-versions { + margin-right: -0.5625rem; + margin-left: 0; +} + +.offcanvas .nav-link { + color: $body-color; +} + +.doks-subnavbar { + background-color: rgba(255, 255, 255, 0.95); + border-bottom: 1px solid $gray-200; +} + +.doks-subnavbar .nav-link { + padding: 0.5rem 1.5rem 0.5rem 0; +} + +.doks-subnavbar .nav-link:first-child { + padding: 0.5rem 1.5rem 0.5rem 0; +} + +.offcanvas .nav-link:hover, +.offcanvas .nav-link:focus { + color: $link-color; +} + +.offcanvas .nav-link.active { + color: $link-color; +} + +/* +.navbar { + background-color: rgba(255, 255, 255, 0.95); + border-bottom: 1px solid $gray-200; + margin-top: 4px; +} +*/ + +.header-bar { + border-top: 4px solid; + border-image-source: linear-gradient(90deg, $primary, #8ed6fb 50%, #d32e9d); + border-image-slice: 1; +} + +.offcanvas .header-bar { + margin-bottom: -4px; +} + +.home .navbar { + border-bottom: 0; +} + +/* +.navbar-form { + position: relative; + margin-top: 0.25rem; +} +*/ + +@include media-breakpoint-up(md) { + .navbar-brand { + margin-right: 0.75rem !important; + } + + .main-nav .nav-item:first-child .nav-link, + .social-nav .nav-item:first-child .nav-link { + padding-left: 0; + } + + .main-nav .nav-item:last-child .nav-link, + .social-nav .nav-item:last-child .nav-link { + padding-right: 0; + } + + .doks-search { + max-width: 20rem; + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + /* + .navbar-form { + margin-top: 0; + margin-left: 6rem; + margin-right: 1.5rem; + } + */ +} + +.form-control.is-search { + padding-right: 4rem; + border: 1px solid transparent; + background: $gray-100; +} + +.form-control.is-search:focus { + border: 1px solid $primary; +} + +.doks-search::after { + position: absolute; + top: 0.4625rem; + right: 0.5375rem; + display: flex; + align-items: center; + justify-content: center; + height: 1.5rem; + padding-right: 0.3125rem; + padding-left: 0.3125rem; + font-size: $font-size-base * 0.75; + color: $gray-700; + content: "Ctrl + /"; + border: 1px solid $gray-300; + border-radius: 0.25rem; +} + +/* +@include media-breakpoint-up(lg) { + .navbar-form { + margin-left: 15rem; + } +} + +@include media-breakpoint-up(xl) { + .navbar-form { + margin-left: 30rem; + } +} +*/ + +/* +.form-control.is-search { +*/ + +/* + padding-right: calc(1.5em + 0.75rem); + */ + +/* + padding-right: 2.5rem; + background: $gray-100; + border: 0; + */ + +/* + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); + */ + +/* +} +*/ + +/* +.navbar-form::after { + position: absolute; + top: 0.4625rem; + right: 0.5375rem; + display: flex; + align-items: center; + justify-content: center; + height: 1.5rem; + padding-right: 0.4375rem; + padding-left: 0.4375rem; + font-size: $font-size-base * 0.75; + color: $gray-700; + content: "/"; + border: 1px solid $gray-300; + border-radius: 0.25rem; +} +*/ + +/*! purgecss start ignore */ +.algolia-autocomplete { + display: flex !important; +} + +.algolia-autocomplete .ds-dropdown-menu { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} + +@include media-breakpoint-down(sm) { + .algolia-autocomplete .ds-dropdown-menu { + max-width: 512px !important; + min-width: 312px !important; + width: auto !important; + } + + .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column { + font-weight: normal; + } + + .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column::after { + content: "/"; + margin-right: 0.25rem; + } +} + +.algolia-autocomplete .algolia-docsearch-suggestion--category-header { + color: $black; +} + +.algolia-autocomplete .algolia-docsearch-suggestion--title { + margin-bottom: 0; +} + +.algolia-autocomplete .algolia-docsearch-suggestion--highlight { + padding: 0 0.05em; +} + +.algolia-autocomplete .algolia-docsearch-footer { + margin-top: 1rem; + margin-right: 0.5rem; + margin-bottom: 0.5rem; +} + +/*! purgecss end ignore */ + +/* + * Source: https://medium.com/creative-technology-concepts-code/responsive-mobile-dropdown-navigation-using-css-only-7218e4498a99 +*/ + +/* Style the menu icon for the dropdown */ + +.navbar .menu-icon { + cursor: pointer; + + /* display: inline-block; */ + + /* float: right; */ + padding: 1.125rem 0.625rem; + margin: 0 0 0 -0.625rem; + + /* position: relative; */ + user-select: none; +} + +.navbar .menu-icon .navicon { + background: $navbar-light-color; + display: block; + height: 2px; + position: relative; + transition: background 0.2s ease-out; + width: 18px; +} + +.navbar .menu-icon .navicon::before, +.navbar .menu-icon .navicon::after { + background: $navbar-light-color; + content: ""; + display: block; + height: 100%; + position: absolute; + transition: all 0.2s ease-out; + width: 100%; +} + +.navbar .menu-icon .navicon::before { + top: 5px; +} + +.navbar .menu-icon .navicon::after { + top: -5px; +} + +/* Add the icon and menu animations when the checkbox is clicked */ + +.navbar .menu-btn { + display: none; +} + +.navbar .menu-btn:checked ~ .navbar-collapse { + display: block; + max-height: 100vh; +} + +.navbar .menu-btn:checked ~ .menu-icon .navicon { + background: transparent; +} + +.navbar .menu-btn:checked ~ .menu-icon .navicon::before { + transform: rotate(-45deg); +} + +.navbar .menu-btn:checked ~ .menu-icon .navicon::after { + transform: rotate(45deg); +} + +.navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::before, +.navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::after { + top: 0; +} + +.btn-menu { + margin-left: 1rem; +} + +.btn-menu, +.doks-sidebar-toggle { + padding-right: 0.25rem; + padding-left: 0.25rem; + margin-right: -0.5rem; +} + +.btn-menu:hover, +.btn-doks-light:hover, +.doks-sidebar-toggle:hover { + background: $pink-100; +} + +.btn-menu:focus, +.doks-sidebar-toggle:focus, +.doks-mode-toggle:focus { + outline: 0; +} + +.doks-sidebar-toggle .doks-collapse { + display: none; +} + +.doks-sidebar-toggle:not(.collapsed) .doks-expand { + display: none; +} + +.doks-sidebar-toggle:not(.collapsed) .doks-collapse { + display: inline-block; +} + +.navbar-light .navbar-brand, +.navbar-light .navbar-brand:hover, +.navbar-light .navbar-brand:active { + color: $body-color; +} + +.navbar-light .navbar-nav .active .nav-link { + color: $primary; +} + +.dropdown-divider { + border-top: 1px dashed $gray-200; +} + +.dropdown-item:hover { + background: $gray-100; +} + +.dropdown-item:active { + color: inherit; +} diff --git a/source/assets/scss/layouts/_pages.scss b/source/assets/scss/layouts/_pages.scss new file mode 100644 index 0000000..2810268 --- /dev/null +++ b/source/assets/scss/layouts/_pages.scss @@ -0,0 +1,49 @@ +.docs-content > h2[id]::before, +.docs-content > h3[id]::before, +.docs-content > h4[id]::before { + display: block; + height: 6rem; + margin-top: -6rem; + content: ""; +} + +.anchor { + visibility: hidden; + padding-left: 0.5rem; +} + +h1:hover a, +h2:hover a, +h3:hover a, +h4:hover a { + visibility: visible; + text-decoration: none; +} + +.card-list { + margin-top: 2.25rem; +} + +.edit-page { + margin-top: 3rem; + font-size: $font-size-base; +} + +.edit-page svg { + margin-right: 0.5rem; + margin-bottom: 0.25rem; +} + +p.meta { + margin-top: 0.5rem; + font-size: $font-size-base; +} + +.breadcrumb { + margin-top: 2.25rem; + font-size: $font-size-base; +} + +.page-link:hover { + text-decoration: none; +} diff --git a/source/assets/scss/layouts/_posts.scss b/source/assets/scss/layouts/_posts.scss new file mode 100644 index 0000000..da27660 --- /dev/null +++ b/source/assets/scss/layouts/_posts.scss @@ -0,0 +1,28 @@ +.home .card, +.contributors.list .card, +.blog.list .card { + margin-top: 2rem; + margin-bottom: 2rem; + transition: transform 0.3s; +} + +.home .card:hover, +.contributors.list .card:hover, +.blog.list .card:hover { + transform: scale(1.025); +} + +.home .card-body, +.contributors.list .card-body, +.blog.list .card-body { + padding: 0 2rem 1rem; +} + +.blog-header { + text-align: center; + margin-bottom: 2rem; +} + +.blog-footer { + text-align: center; +} diff --git a/source/assets/scss/layouts/_sidebar.scss b/source/assets/scss/layouts/_sidebar.scss new file mode 100644 index 0000000..46881bd --- /dev/null +++ b/source/assets/scss/layouts/_sidebar.scss @@ -0,0 +1,110 @@ +.docs-links, +.docs-toc { + scrollbar-width: thin; + scrollbar-color: $white $white; +} + +.docs-links::-webkit-scrollbar, +.docs-toc::-webkit-scrollbar { + width: 5px; +} + +.docs-links::-webkit-scrollbar-track, +.docs-toc::-webkit-scrollbar-track { + background: $white; +} + +.docs-links::-webkit-scrollbar-thumb, +.docs-toc::-webkit-scrollbar-thumb { + background: $white; +} + +.docs-links:hover, +.docs-toc:hover { + scrollbar-width: thin; + scrollbar-color: $gray-200 $white; +} + +.docs-links:hover::-webkit-scrollbar-thumb, +.docs-toc:hover::-webkit-scrollbar-thumb { + background: $gray-200; +} + +.docs-links::-webkit-scrollbar-thumb:hover, +.docs-toc::-webkit-scrollbar-thumb:hover { + background: $gray-200; +} + +.docs-links h3, +.page-links h3 { + text-transform: uppercase; + font-size: $font-size-base; + margin: 1.25rem 0 0.5rem 0; + padding: 1.5rem 0 0 0; +} + +@include media-breakpoint-up(lg) { + .docs-links h3, + .page-links h3 { + margin: 1.125rem 1.5rem 0.75rem 0; + padding: 1.375rem 0 0 0; + } +} + +.docs-links h3:not(:first-child) { + border-top: 1px solid $gray-200; +} + +a.docs-link { + color: $body-color; + display: block; + padding: 0.125rem 0; + font-size: $font-size-base; +} + +.page-links li { + margin-top: 0.375rem; + padding-top: 0.375rem; +} + +.page-links li ul li { + border-top: none; + padding-left: 1rem; + margin-top: 0.125rem; + padding-top: 0.125rem; +} + +.page-links li:not(:first-child) { + border-top: 1px dashed $gray-200; +} + +.page-links a { + color: $body-color; + display: block; + padding: 0.125rem 0; + font-size: $font-size-base * 0.9375; +} + +.docs-link:hover, +.docs-link.active, +.page-links a:hover { + text-decoration: none; + color: $link-color; +} + +.docs-links h3.sidebar-link, +.page-links h3.sidebar-link { + text-transform: none; + font-size: $font-size-md; + font-weight: normal; +} + +.docs-links h3.sidebar-link a, +.page-links h3.sidebar-link a { + color: $body-color; +} + +.docs-links h3.sidebar-link a:hover, +.page-links h3.sidebar-link a:hover { + text-decoration: underline; +} diff --git a/source/assets/scss/vendor/.gitkeep b/source/assets/scss/vendor/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/source/babel.config.js b/source/babel.config.js new file mode 100644 index 0000000..ce9c9de --- /dev/null +++ b/source/babel.config.js @@ -0,0 +1,17 @@ +module.exports = { + presets: [ + [ + '@babel/preset-env', + { + targets: { + browsers: [ + // Best practice: https://github.com/babel/babel/issues/7789 + '>=1%', + 'not ie 11', + 'not op_mini all' + ] + } + } + ] + ] +}; \ No newline at end of file diff --git a/source/config.yml b/source/config.yml deleted file mode 100644 index 061b095..0000000 --- a/source/config.yml +++ /dev/null @@ -1,50 +0,0 @@ -baseURL: "https://empresalibre.net" -title: Empresa Libre -languageCode: 'es' -paginate: 10 -theme: PaperMod - -#~ enableInlineShortcodes: true -enableRobotsTXT: false -buildDrafts: false -buildFuture: false -buildExpired: false -enableEmoji: true - -menu: - main: - - name: Servicios - url: servicios - weight: 1 - - name: Contacto - url: contacto - weight: 2 - -params: - #~ env: production # to enable google analytics, opengraph, twitter-cards and schema. - description: "Empresa Libre" - #~ author: El Mau - # author: ["Me", "You"] # multiple authors - - defaultTheme: auto - # disableThemeToggle: true - #~ ShowShareButtons: true - #~ ShowReadingTime: true - # disableSpecial1stPost: true - displayFullLangName: true - ShowPostNavLinks: true - #~ ShowBreadCrumbs: true - ShowCodeCopyButtons: true - ShowToc: true - # comments: false - images: ["papermod-cover.png"] - - homeInfoParams: - Title: "Empresa Libre" - Content: > - # En cada relaciÃŗn comercial existe una relaciÃŗn humana. - - socialIcons: - - name: KoFi - url: "https://ko-fi.com/elmau" - diff --git a/source/config/_default/config.toml b/source/config/_default/config.toml new file mode 100644 index 0000000..e72874f --- /dev/null +++ b/source/config/_default/config.toml @@ -0,0 +1,89 @@ +baseurl = "https://empresalibre.net/" +canonifyURLs = false +disableAliases = true +disableHugoGeneratorInject = true +enableEmoji = true +enableGitInfo = false +enableRobotsTXT = false +languageCode = "es-MX" +paginate = 7 +rssLimit = 10 + +# Multilingual +defaultContentLanguage = "es" +disableLanguages = ["en", "de", "nl"] +# defaultContentLanguageInSubdir = true + +# add redirects/headers +[outputs] +home = ["HTML", "RSS", "REDIRECTS", "HEADERS"] +section = ["HTML", "RSS", "SITEMAP"] + +# remove .{ext} from text/netlify +[mediaTypes."text/netlify"] +suffixes = [""] +delimiter = "" + +# add output format for netlify _redirects +[outputFormats.REDIRECTS] +mediaType = "text/netlify" +baseName = "_redirects" +isPlainText = true +notAlternative = true + +# add output format for netlify _headers +[outputFormats.HEADERS] +mediaType = "text/netlify" +baseName = "_headers" +isPlainText = true +notAlternative = true + +# add output format for section sitemap.xml +[outputFormats.SITEMAP] +mediaType = "application/xml" +baseName = "sitemap" +isHTML = false +isPlainText = true +noUgly = true +rel = "sitemap" + +[caches] + [caches.getjson] + dir = ":cacheDir/:project" + maxAge = "10s" + +[sitemap] + changefreq = "weekly" + filename = "sitemap.xml" + priority = 0.5 + +[taxonomies] + contributor = "contributors" + +[permalinks] + blog = "/blog/:title/" +# docs = "/docs/1.0/:sections[1:]/:title/" + +[minify.tdewolff.html] + keepWhitespace = false + +[module] + [module.hugoVersion] + extended = true + min = "0.80.0" + max = "" + [[module.mounts]] + source = "assets" + target = "assets" + [[module.mounts]] + source = "static" + target = "static" + [[module.mounts]] + source = "node_modules/flexsearch" + target = "assets/js/vendor/flexsearch" + [[module.mounts]] + source = "node_modules/katex" + target = "assets/js/vendor/katex" + [[module.mounts]] + source = "node_modules/mermaid" + target = "assets/js/vendor/mermaid" diff --git a/source/config/_default/languages.toml b/source/config/_default/languages.toml new file mode 100644 index 0000000..86ffb26 --- /dev/null +++ b/source/config/_default/languages.toml @@ -0,0 +1,32 @@ +[es] + languageName = "Spanish" + contentDir = "content/es" + weight = 10 + [es.params] + languageISO = "ES" + +[en] + languageName = "English" + contentDir = "content/en" + weight = 15 + [en.params] + languageISO = "EN" + +[de] + languageName = "German" + contentDir = "content/de" + weight = 15 + [de.params] + languageISO = "DE" + +[nl] + languageName = "Nederlands" + contentDir = "content/nl" + weight = 20 + [nl.params] + languageISO = "NL" + titleAddition = "Modern documentatie-thema" + description = "Doks is een Hugo-thema waarmee je moderne documentatie-websites kunt bouwen die veilig, snel en klaar voor SEO zijn — standaard." + titleHome = "Doks thema" + footer = "Mogelijk gemaakt door Netlify, Hugo, en Doks" + alertText = "Introductie van het Doks-kinderthema, verschillende DX + UX-updates en meer! Bekijk Doks v0.2" diff --git a/source/config/_default/markup.toml b/source/config/_default/markup.toml new file mode 100644 index 0000000..2880e30 --- /dev/null +++ b/source/config/_default/markup.toml @@ -0,0 +1,29 @@ +defaultMarkdownHandler = "goldmark" + +[goldmark] + [goldmark.extensions] + linkify = false + [goldmark.parser] + autoHeadingID = true + autoHeadingIDType = "github" + [goldmark.parser.attribute] + block = true + title = true + [goldmark.renderer] + unsafe = true + +[highlight] + codeFences = false + guessSyntax = false + hl_Lines = "" + lineNoStart = 1 + lineNos = false + lineNumbersInTable = true + noClasses = false + style = "dracula" + tabWidth = 4 + +[tableOfContents] + endLevel = 3 + ordered = false + startLevel = 2 diff --git a/source/config/_default/menus/menus.en.toml b/source/config/_default/menus/menus.en.toml new file mode 100644 index 0000000..935d480 --- /dev/null +++ b/source/config/_default/menus/menus.en.toml @@ -0,0 +1,40 @@ +[[docs]] + name = "Prologue" + weight = 10 + identifier = "prologue" + url = "/docs/prologue/" + +[[docs]] + name = "Help" + weight = 60 + identifier = "help" + url = "/docs/help/" + +[[main]] + name = "Docs" + url = "/docs/prologue/introduction/" +# url = "/docs/1.0/prologue/introduction/" + weight = 10 + +[[main]] + name = "Blog" + url = "/blog/" + weight = 20 + +[[social]] + name = "GitHub" + pre = "" + url = "https://github.com/h-enk/doks" + post = "v0.1.0" + weight = 10 + +[[social]] + name = "Twitter" + pre = "" + url = "https://twitter.com/getdoks" + weight = 20 + +# [[footer]] +# name = "Privacy" +# url = "/privacy-policy/" +# weight = 10 diff --git a/source/config/_default/menus/menus.es.toml b/source/config/_default/menus/menus.es.toml new file mode 100644 index 0000000..f3d0eb0 --- /dev/null +++ b/source/config/_default/menus/menus.es.toml @@ -0,0 +1,56 @@ +[[docs]] + name = "Inicio" + weight = 10 + identifier = "inicio" + url = "/docs/" + +[[docs]] + name = "ConfiguraciÃŗn" + weight = 20 + identifier = "configuracion" + url = "/docs/configuracion/" + +[[docs]] + name = "Uso" + weight = 30 + identifier = "uso" + url = "/docs/uso/" + +[[docs]] + name = "Ayuda" + weight = 50 + identifier = "ayuda" + url = "/docs/ayuda/" + +[[main]] + name = "Blog" + url = "/blog/" + weight = 10 + +[[main]] + name = "Servicios" + url = "/servicios/" + weight = 20 + +[[main]] + name = "DocumentaciÃŗn" + url = "/docs/" + weight = 30 + +[[social]] + name = "Gitea" + pre = "" + url = "https://git.cuates.net/elmau/empresalibre.net" + post = "v0.1.0" + weight = 10 + +[[social]] + name = "Contacto" + pre = "" + url = "contacto" + weight = 20 + +[[footer]] + name = "Contacto" + url = "/contacto/" + weight = 10 diff --git a/source/config/_default/params.toml b/source/config/_default/params.toml new file mode 100644 index 0000000..8437ec3 --- /dev/null +++ b/source/config/_default/params.toml @@ -0,0 +1,88 @@ +# Meta Data for SEO + +## Homepage +title = "Inicio" +titleSeparator = "-" +titleAddition = "Empresa Libre" +description = "En cada relaciÃŗn comercial, existe una relaciÃŗn humana." + +## Documentation +# docsVersion = "0.1" + +## Open Graph +images = ["doks.png"] +ogLocale = "en_US" +domainTLD = "doks.netlify.app" +titleHome = "Empresa Libre" + +## Twitter Cards +#twitterSite = "@getdoks" +#twitterCreator = "@henkverlinde" + +## JSON-LD +# schemaType = "Person" +schemaType = "Organization" +schemaName = "Doks" +schemaAuthor = "Henk Verlinde" +schemaAuthorTwitter = "https://twitter.com/henkverlinde" +schemaAuthorLinkedIn = "https://www.linkedin.com/in/henkverlinde/" +schemaAuthorGitHub = "https://github.com/h-enk" +schemaLocale = "en-US" +schemaLogo = "logo-doks.png" +schemaLogoWidth = 512 +schemaLogoHeight = 512 +schemaImage = "doks.png" +schemaImageWidth = 1280 +schemaImageHeight = 640 +schemaTwitter = "https://twitter.com/getdoks" +schemaLinkedIn = "" +schemaGitHub = "https://github.com/h-enk/doks" +schemaSection = "blog" + +## Sitelinks Search Box +siteLinksSearchBox = false + +## Chrome Browser +themeColor = "#fff" + +# Images +quality = 85 +bgColor = "#fff" +landscapePhotoWidths = [900, 800, 700, 600, 500] +portraitPhotoWidths = [800, 700, 600, 500] +lqipWidth = "20x" +smallLimit = "300" + +# Footer +footer = "Creado con Hugo y tema Doks" + +# Feed +copyRight = "Copyright (c) 2020-2021 Empresa Libre" + +# Alert +alert = false +alertDismissable = true +# alertText = "Introducing the Doks child theme, several DX + UX updates, and more! Check out Doks v0.2" +alertText = "Introducing the Doks child theme, several DX + UX updates, and more! Check out Doks v0.2" + +# Edit Page +# repoHost [Github | Gitea | GitLab] is used for building the edit link based on git hoster +#repoHost = "GitHub" +repoHost = "Gitea" +docsRepo = "https://git.cuates.net/elmau/empresalibre.net" +docsRepoBranch = "master" +editPage = false + +[options] + lazySizes = true + clipBoard = true + instantPage = true + flexSearch = true + darkMode = true + bootStrapJs = true + breadCrumb = false + highLight = true + kaTex = false + collapsibleSidebar = true + multilingualMode = false + docsVersioning = false diff --git a/source/config/next/config.toml b/source/config/next/config.toml new file mode 100644 index 0000000..9c5e90d --- /dev/null +++ b/source/config/next/config.toml @@ -0,0 +1 @@ +canonifyURLs = false diff --git a/source/config/postcss.config.js b/source/config/postcss.config.js new file mode 100644 index 0000000..b6891e2 --- /dev/null +++ b/source/config/postcss.config.js @@ -0,0 +1,36 @@ +const autoprefixer = require('autoprefixer'); +const purgecss = require('@fullhuman/postcss-purgecss'); +const whitelister = require('purgecss-whitelister'); + +module.exports = { + plugins: [ + autoprefixer(), + purgecss({ + content: [ + './layouts/**/*.html', + './content/**/*.md', + ], + safelist: [ + 'lazyloaded', + 'table', + 'thead', + 'tbody', + 'tr', + 'th', + 'td', + 'h5', + 'alert-link', + ...whitelister([ + './assets/scss/components/_buttons.scss', + './assets/scss/components/_code.scss', + './assets/scss/components/_diagrams.scss', + './assets/scss/components/_syntax.scss', + './assets/scss/components/_search.scss', + './assets/scss/common/_dark.scss', + './node_modules/bootstrap/scss/_dropdown.scss', + './node_modules/katex/dist/katex.css', + ]), + ], + }), + ], +} diff --git a/source/config/production/config.toml b/source/config/production/config.toml new file mode 100644 index 0000000..9c5e90d --- /dev/null +++ b/source/config/production/config.toml @@ -0,0 +1 @@ +canonifyURLs = false diff --git a/source/content/contacto.md b/source/content/contacto.md deleted file mode 100644 index d345aa1..0000000 --- a/source/content/contacto.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Contacto" ---- - -Nuestro horario de oficina es de Lunes a Viernes de 10:00 a 15:00 hr. - -* TelÊfono: (55) 5810-8088 -* Correo electrÃŗnico: contacto **arroba** empresalibre **punto** net diff --git a/source/content/es/_index.md b/source/content/es/_index.md new file mode 100644 index 0000000..d74c478 --- /dev/null +++ b/source/content/es/_index.md @@ -0,0 +1,9 @@ +--- +title : "Empresa Libre" +description: "En cada relaciÃŗn comercial, existe una relaciÃŗn humana." +lead: "En cada relaciÃŗn comercial, existe una relaciÃŗn humana." +date: 2020-10-06T08:47:36+00:00 +lastmod: 2020-10-06T08:47:36+00:00 +draft: false +images: [] +--- diff --git a/source/content/es/blog/_index.md b/source/content/es/blog/_index.md new file mode 100644 index 0000000..98459be --- /dev/null +++ b/source/content/es/blog/_index.md @@ -0,0 +1,8 @@ +--- +title: "Blog de Empresa Libre" +description: "Blog de Empresa Libre" +date: 2020-10-06T08:49:55+00:00 +lastmod: 2020-10-06T08:49:55+00:00 +draft: false +images: [] +--- diff --git a/source/content/es/blog/campana-anual/index.md b/source/content/es/blog/campana-anual/index.md new file mode 100644 index 0000000..103d443 --- /dev/null +++ b/source/content/es/blog/campana-anual/index.md @@ -0,0 +1,29 @@ +--- +title: "CampaÃąa Anual" +description: "" +lead: "Como cada aÃąo, iniciamos nuestra campaÃąa anual de donativos para mantener el desarrollo de Empresa Libre y para apoyar a las ONG que ayudamos." +date: 2021-11-04T22:07:13-06:00 +lastmod: 2021-11-04T22:07:13-06:00 +draft: false +weight: 50 +images: [] +contributors: ["El Mau"] +--- + +
+ +Lo diremos claramente. **Todas** las campaÃąas anteriores han sido un completo fracaso. Estoy conciente que una parte importante de ello, es mi incapacidad para contagiar la importancia de este proyecto. No solo el desarrollo de **Empresa Libre**, si no principalmente el apoyo a las ONGs que ayudamos, y que, con la pandemia, lo requieren mÃĄs que nunca. + +
+ +No dejarÊ de insistir pero intentaremos otras formas. + +1. **Empresa Libre** ahora requerirÃĄ de una aportaciÃŗn anual **simbÃŗlica** mínima de **$300.00 MXN** por emisor. +1. Los emisores que tengan contratado el servicio web estÃĄn exentos de esta aportaciÃŗn. +1. Las ONG tambiÊn estÃĄn exentas, pero se les invita a realizarla. + +
+ +Si hay alguna duda de estos cambios, con gusto los aclaramos por correo o telÊfono. + +Saludos diff --git a/source/content/es/blog/nuevo-sitio/index.md b/source/content/es/blog/nuevo-sitio/index.md new file mode 100644 index 0000000..b7191a6 --- /dev/null +++ b/source/content/es/blog/nuevo-sitio/index.md @@ -0,0 +1,17 @@ +--- +title: "Hola 👋" +description: "" +lead: "Bienvenido a nuestro nuevo sitio. MÃĄs rÃĄpido, mÃĄs ligero, mÃĄs amigable. Simple es mejor que complejo" +date: 2020-11-04T09:19:42+01:00 +lastmod: 2020-11-04T09:19:42+01:00 +draft: false +weight: 50 +images: [] +contributors: ["El Mau"] +--- + +Creemos firmemente que el Internet es uno de los mÃĄs hermosos inventos del ser humano, pero un par de compaÃąias no pueden decidir el rumbo del mismo, es demasiado importante para que la Ãēnica directriz sea la ambiciÃŗn y la usuara desmedida. + +Ahora mismo, los mejores ingeniÊros y las mentes mÃĄs brillantes, estÃĄn trabajando en ver como rastrearnos mejor, como invadir mejor nuestra privacidad y como capitalizar todos y cada uno de nuestros datos y movimientos por Internet, como continuar hacernos la matería prima de este capitalismo de vigilancia. + +Como dice la Dra. Shoshana_Zuboff: **ÂĄYa basta!. Si queremos que el futuro digital sea nuestro hogar, vamos a ser nosotros quienes tengamos que conseguirlo.** diff --git a/source/content/es/contacto/index.md b/source/content/es/contacto/index.md new file mode 100644 index 0000000..e1426d4 --- /dev/null +++ b/source/content/es/contacto/index.md @@ -0,0 +1,15 @@ +--- +title: "Contacto" +description: "PÃĄgina de contacto" +date: 2021-11-04T19:46:42-06:00 +lastmod: 2021-11-04T19:46:42-06:00 +draft: false +images: [] +--- + +Nuestro horario de oficina: + +De Lunes a Viernes de 10:00 a 15:00. + +* TelÊfono: (55) 5810-8088 +* Correo electrÃŗnico: **contacto** [ARROBA] **empresalibre** [PUNTO] **net** diff --git a/source/content/es/docs/_index.md b/source/content/es/docs/_index.md new file mode 100644 index 0000000..7d5e1e6 --- /dev/null +++ b/source/content/es/docs/_index.md @@ -0,0 +1,9 @@ +--- +title : "DocumentaciÃŗn de Empresa Libre" +description: "DocumentaciÃŗn de Empresa Libre" +lead: "" +date: 2020-10-06T08:48:23+00:00 +lastmod: 2020-10-06T08:48:23+00:00 +draft: false +images: [] +--- diff --git a/source/content/es/docs/introduccion.md b/source/content/es/docs/introduccion.md new file mode 100644 index 0000000..be1c896 --- /dev/null +++ b/source/content/es/docs/introduccion.md @@ -0,0 +1,23 @@ +--- +title: "IntroducciÃŗn" +description: "" +lead: "" +date: 2020-10-06T08:48:57+00:00 +lastmod: 2020-10-06T08:48:57+00:00 +draft: false +images: [] +menu: + docs: + parent: "inicio" +weight: 100 +toc: false +--- + +## Iniciar + +La manera mÃĄs sencilla de probar **Empresa Libre**, es usar nuestro servidor demo en la siguiente direcciÃŗn: + +[https://demo.empresalibre.mx](https://demo.empresalibre.mx) + +{{< alert icon="👉" text="Solicita las credenciales de acceso a nuestro correo de contacto" />}} + diff --git a/source/content/es/privacy-policy/index.md b/source/content/es/privacy-policy/index.md new file mode 100644 index 0000000..6315024 --- /dev/null +++ b/source/content/es/privacy-policy/index.md @@ -0,0 +1,36 @@ +--- +title: "Privacy Policy" +description: "We do not use cookies and we do not collect any personal data." +date: 2020-08-27T19:23:18+02:00 +lastmod: 2020-08-27T19:23:18+02:00 +draft: true +images: [] +--- + +__TLDR__: We do not use cookies and we do not collect any personal data. + +## Website visitors + +- No personal information is collected. +- No information is stored in the browser. +- No information is shared with, sent to or sold to third-parties. +- No information is shared with advertising companies. +- No information is mined and harvested for personal and behavioral trends. +- No information is monetized. + +### Information we collect and what we use it for + +We run [Plausible](https://plausible.io/) analytics on getdoks.org. The following information is collected: + +- __Page URL__. We track the page URL of each page view on this website. We use this to understand which pages have been viewed and how many times a particular page has been viewed. For example: _https://getdoks.org/_. +- __HTTP Referrer__. We use the referrer string to understand the number of visitors referred to this website from links on other sites. For example: _https://github.com/_. +- __Browser__. We use this to understand what browsers people use when visiting this website. This is derived from the User-Agent HTTP header. The full User-Agent is discarded. For example: _Chrome_. +- __Operating system__. We use this to understand what operating systems people use when visiting this website. We only use the brand of the operating system and don’t include the version number or any other details. This is derived from the User-Agent HTTP header. The full User-Agent is discarded. For example: _GNU/Linux_. +- __Device type__. We use this to understand what devices people use when visiting this website. This is derived from window.innerWidth. The actual width of the browser in pixels is discarded. For example: _Desktop_. +- __Visitor Country__. We look up the visitor’s country using the IP address. We do not track anything more granular than the country of origin and the IP address of the visitor is discarded. We never store IP addresses in our database or logs. For example: _Canada_. + +## Contact us + +[Contact us]({{< relref "contact/index.md" >}}) if you have any questions. + +Effective Date: _27th August 2020_ diff --git a/source/content/es/servicios/index.md b/source/content/es/servicios/index.md new file mode 100644 index 0000000..c97c496 --- /dev/null +++ b/source/content/es/servicios/index.md @@ -0,0 +1,28 @@ +--- +title: "Nuestros productos y servicios" +description: "" +date: 2021-11-04T20:18:42-06:00 +lastmod: 2021-11-04T20:18:42-06:00 +draft: false +images: [] +--- + +#### Empresa Libre + +> Empresa Libre es un software para facturaciÃŗn electrÃŗnica, especialmente diseÃąado para la legislaciÃŗn mexicana. Cubre las necesidades de control de un alto porcentaje de profesionistas y pequeÃąas empresas. + +Puedes solicitar un demo completamente funcional para verificar que cubre tus necesidades. + +##### Empresa Libre es Software Libre, no gratis. + +Costos: + +* InstalaciÃŗn local o remota: **$ 1,000.00 MXN** +* Primeros 100 folios: **$ 500.00** +* Folio subsecuente: **$ 3.00** +* Hora de soporte local: **$ 400.00** +* Hora de soporte remoto: **$ 300.00** + +Para cualquier ONG del país, la **instalaciÃŗn, uso y folios son gratuitos**, el Ãēnico requisito es ser una ONG legamente constituida y hacer una **aportaciÃŗn anual simbÃŗlica del monto que deseen**. + +Recuerda, cada vez que contratas nuestros servicios, estas ayudando a otros. diff --git a/source/content/es/versions.md b/source/content/es/versions.md new file mode 100644 index 0000000..ddbe002 --- /dev/null +++ b/source/content/es/versions.md @@ -0,0 +1,11 @@ +--- +title: "Versions" +description: "" +lead: "An appendix of hosted documentation for nearly every release of Doks, from v0 through v3." +date: 2021-09-24T08:50:23+02:00 +lastmod: 2021-09-24T08:50:23+02:00 +draft: true +images: [] +layout: versions +url: "/docs/versions/" +--- diff --git a/source/content/servicios.md b/source/content/servicios.md deleted file mode 100644 index ece3d04..0000000 --- a/source/content/servicios.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Servicios" ---- - -* FacturaciÃŗn ElectrÃŗnica -* Dominio y hospedaje web -* Servidores Virtuales (VPS) -* Soporte TÊcnico diff --git a/source/data/docs-versions.yml b/source/data/docs-versions.yml new file mode 100644 index 0000000..8e7e5dd --- /dev/null +++ b/source/data/docs-versions.yml @@ -0,0 +1,60 @@ +# - group: v1.x +# baseurl: "https://getbootstrap.com" +# description: "Every minor and patch release from v1 is listed below." +# versions: +# - v: "1.0.0" +# - v: "1.1.0" +# - v: "1.1.1" +# - v: "1.2.0" +# - v: "1.3.0" +# - v: "1.4.0" +# +# - group: v2.x +# baseurl: "https://getbootstrap.com" +# description: "Every minor and patch release from v2 is listed below." +# versions: +# - v: "2.0.0" +# - v: "2.0.1" +# - v: "2.0.2" +# - v: "2.0.3" +# - v: "2.0.4" +# - v: "2.1.0" +# - v: "2.1.1" +# - v: "2.2.0" +# - v: "2.2.1" +# - v: "2.2.2" +# - v: "2.3.0" +# - v: "2.3.1" +# - v: "2.3.2" +# +# - group: v3.x +# baseurl: "https://getbootstrap.com/docs" +# description: "Every minor and patch release from v3 is listed below. Last update was v3.4.1." +# versions: +# - v: "3.3" +# - v: "3.4" +# +# - group: v4.x +# baseurl: "https://getbootstrap.com/docs" +# description: "Our previous major release with its minor releases. Last update was v4.6.0." +# versions: +# - v: "4.0" +# - v: "4.1" +# - v: "4.2" +# - v: "4.3" +# - v: "4.4" +# - v: "4.5" +# - v: "4.6" + +- group: v0.x + baseurl: "/docs" + description: "Current major release. Last update was v0.2.0." + versions: + - v: "0.1" + - v: "0.2" + +- group: v1.x + baseurl: "/docs" + description: "Every minor and patch release from v1 is listed below. Last update was v1.0.0." + versions: + - v: "1.0" diff --git a/source/functions/hi-from-lambda.js b/source/functions/hi-from-lambda.js new file mode 100644 index 0000000..88e4fa0 --- /dev/null +++ b/source/functions/hi-from-lambda.js @@ -0,0 +1,11 @@ +exports.handler = (event, context, callback) => { + callback (null, { + statusCode: 200, + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + message: 'Hi from Lambda.', + }), + }); +} diff --git a/source/i18n/en.toml b/source/i18n/en.toml new file mode 100644 index 0000000..cb52685 --- /dev/null +++ b/source/i18n/en.toml @@ -0,0 +1,2 @@ +[get-started] + other = "Get Started" \ No newline at end of file diff --git a/source/i18n/nl.toml b/source/i18n/nl.toml new file mode 100644 index 0000000..f80323e --- /dev/null +++ b/source/i18n/nl.toml @@ -0,0 +1,2 @@ +[get-started] + other = "Aan de slag" \ No newline at end of file diff --git a/source/images/screenshot.png b/source/images/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..072753bb5ec712bdbd9e193c3d8770a0e82c17cd GIT binary patch literal 121933 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 BNuK}! literal 0 HcmV?d00001 diff --git a/source/images/tn.png b/source/images/tn.png new file mode 100644 index 0000000000000000000000000000000000000000..ff29c6825b868162ba0a6494106a0e1fbc1bf1c3 GIT binary patch literal 141361 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 literal 0 HcmV?d00001 diff --git a/source/layouts/404.html b/source/layouts/404.html new file mode 100644 index 0000000..f1fe6bf --- /dev/null +++ b/source/layouts/404.html @@ -0,0 +1,10 @@ +{{ define "main" }} +
+
+
+

Page not found :(

+

The page you are looking for doesn't exist or has been moved.

+
+
+
+{{ end }} \ No newline at end of file diff --git a/source/layouts/_default/_markup/render-heading.html b/source/layouts/_default/_markup/render-heading.html new file mode 100644 index 0000000..8abeac6 --- /dev/null +++ b/source/layouts/_default/_markup/render-heading.html @@ -0,0 +1 @@ +{{ .Text | safeHTML }} diff --git a/source/layouts/_default/_markup/render-image.html b/source/layouts/_default/_markup/render-image.html new file mode 100644 index 0000000..18e7a3c --- /dev/null +++ b/source/layouts/_default/_markup/render-image.html @@ -0,0 +1,27 @@ +{{ $image := .Page.Resources.GetMatch .Destination -}} +{{ $lqip := $image.Resize site.Params.lqipWidth -}} + +{{ $imgSrc := "" -}} +{{ $imgSrcSet := slice -}} + +{{ $widths := site.Params.landscapePhotoWidths -}} +{{ if gt $image.Height $image.Width -}} + {{ $widths = site.Params.portraitPhotoWidths -}} +{{ end -}} + +{{ range $widths -}} + {{ $srcUrl := (printf "%dx" . | $image.Resize).Permalink -}} + {{ if eq $imgSrc "" -}}{{ $imgSrc = $srcUrl -}}{{ end -}} + {{ $imgSrcSet = $imgSrcSet | append (printf "%s %dw" $srcUrl .) -}} +{{ end -}} +{{ $imgSrcSet = (delimit $imgSrcSet ",") -}} + +{{ if gt $image.Width site.Params.smallLimit -}} +
+ {{ $.Text }} + + {{ with $.Title }}
{{ . | safeHTML }}
{{ end -}} +
+{{ else -}} + {{ $.Text }} +{{ end -}} diff --git a/source/layouts/_default/baseof.html b/source/layouts/_default/baseof.html new file mode 100644 index 0000000..af1af83 --- /dev/null +++ b/source/layouts/_default/baseof.html @@ -0,0 +1,27 @@ + + + {{ partial "head/head.html" . }} + {{ if eq .Kind "home" -}} + {{ .Scratch.Set "class" "home" -}} + {{ else if eq .Kind "404" -}} + {{ .Scratch.Set "class" "error404" -}} + {{ else if eq .Kind "page" -}} + {{ .Scratch.Set "class" .Type -}} + {{ .Scratch.Add "class" " single" -}} + {{ else -}} + {{ .Scratch.Set "class" .Type -}} + {{ .Scratch.Add "class" " list" -}} + {{ end -}} + + {{ partial "header/header.html" . }} +
+
+ {{ block "main" . }}{{ end }} +
+
+ {{ block "sidebar-prefooter" . }}{{ end }} + {{ block "sidebar-footer" . }}{{ end }} + {{ partial "footer/footer.html" . }} + {{ partial "footer/script-footer.html" . }} + + diff --git a/source/layouts/_default/index.js b/source/layouts/_default/index.js new file mode 100644 index 0000000..9f764f9 --- /dev/null +++ b/source/layouts/_default/index.js @@ -0,0 +1,10 @@ +var docs = [ +{{ range $index, $page := (where .Site.Pages "Section" "docs") -}} + { + id: {{ $index }}, + title: "{{ .Title }}", + description: "{{ .Params.description }}", + href: "{{ .URL | relURL }}" + }, +{{ end -}} +]; \ No newline at end of file diff --git a/source/layouts/_default/index.json b/source/layouts/_default/index.json new file mode 100644 index 0000000..6842871 --- /dev/null +++ b/source/layouts/_default/index.json @@ -0,0 +1,5 @@ +{{- $.Scratch.Add "index" slice -}} +{{- range .Site.RegularPages -}} + {{- $.Scratch.Add "index" (dict "title" .Title "description" .Params.description "contents" .Plain "RelPermalink" .RelPermalink) -}} +{{- end -}} +{{- $.Scratch.Get "index" | jsonify -}} \ No newline at end of file diff --git a/source/layouts/_default/list.html b/source/layouts/_default/list.html new file mode 100644 index 0000000..1401ccd --- /dev/null +++ b/source/layouts/_default/list.html @@ -0,0 +1,13 @@ +{{ define "main" }} +
+
+ {{ range .Paginator.Pages }} + + {{ end }} + {{ template "_internal/pagination.html" . }} +
+
+{{ end }} \ No newline at end of file diff --git a/source/layouts/_default/section.sitemap.xml b/source/layouts/_default/section.sitemap.xml new file mode 100644 index 0000000..701951d --- /dev/null +++ b/source/layouts/_default/section.sitemap.xml @@ -0,0 +1,46 @@ +{{ printf "" | safeHTML -}} + + {{ range $i, $e := .Data.Pages -}} + {{ if ne .Params.sitemap_exclude true }} + + {{ .Permalink }}{{ if not .Lastmod.IsZero }} + {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}{{ end }}{{ with .Sitemap.ChangeFreq }} + {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }} + {{ .Sitemap.Priority }}{{ end }}{{ if .IsTranslated }}{{ range .Translations }} + {{ end }} + {{ end }} + + {{ end -}} + {{ end -}} + {{ range .Sections -}} + {{ range $i, $e := .Data.Pages -}} + {{ if ne .Params.sitemap_exclude true -}} + + {{ .Permalink }}{{ if not .Lastmod.IsZero }} + {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}{{ end }}{{ with .Sitemap.ChangeFreq }} + {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }} + {{ .Sitemap.Priority }}{{ end }}{{ if .IsTranslated }}{{ range .Translations }} + {{ end }} + {{ end }} + + {{ end -}} + {{ end -}} + {{ end -}} + \ No newline at end of file diff --git a/source/layouts/_default/single.html b/source/layouts/_default/single.html new file mode 100644 index 0000000..2f8fc99 --- /dev/null +++ b/source/layouts/_default/single.html @@ -0,0 +1,10 @@ +{{ define "main" }} +
+
+
+

{{ .Title }}

+ {{ .Content }} +
+
+
+{{ end }} diff --git a/source/layouts/_default/versions.html b/source/layouts/_default/versions.html new file mode 100644 index 0000000..3101b82 --- /dev/null +++ b/source/layouts/_default/versions.html @@ -0,0 +1,27 @@ +{{ define "main" }} +
+

{{ .Title }}

+

{{ .Params.lead | safeHTML }}

+ {{ .Content }} +
+ {{ range $release := sort (index $.Site.Data "docs-versions") "group" "desc" -}} +
+

{{ $release.group }}

+

{{ $release.description }}

+ {{ $versions := sort $release.versions "v" "desc" -}} + {{ range $i, $version := $versions -}} + {{ $len := len $versions -}} + {{ if (eq $i 0) }}{{ end }} + {{ end -}} +
+ {{ end -}} +
+
+{{ end }} diff --git a/source/layouts/blog/list.html b/source/layouts/blog/list.html new file mode 100644 index 0000000..9695387 --- /dev/null +++ b/source/layouts/blog/list.html @@ -0,0 +1,24 @@ +{{ define "main" }} +
+
+
+

{{ .Title }}

+
{{ .Content }}
+
+ {{ $paginator := .Paginate (.Data.Pages) -}} + {{ range $paginator.Pages -}} +
+
+

{{ .Params.title }}

+

{{ .Params.lead | safeHTML }}

+ {{ partial "main/blog-meta.html" . -}} +
+
+ {{ end -}} + {{ $.Scratch.Set "paginator" true }} + {{ template "_internal/pagination.html" . }} +
+
+
+
+{{ end }} \ No newline at end of file diff --git a/source/layouts/blog/single.html b/source/layouts/blog/single.html new file mode 100644 index 0000000..48fdb82 --- /dev/null +++ b/source/layouts/blog/single.html @@ -0,0 +1,14 @@ +{{ define "main" }} +
+
+
+
+

{{ .Title }}

+ {{ partial "main/blog-meta.html" . }} +
+

{{ .Params.lead | safeHTML }}

+ {{ .Content }} +
+
+
+{{ end }} \ No newline at end of file diff --git a/source/layouts/contributors/list.html b/source/layouts/contributors/list.html new file mode 100644 index 0000000..adc53aa --- /dev/null +++ b/source/layouts/contributors/list.html @@ -0,0 +1,23 @@ +{{ define "main" }} +
+
+
+

{{ .Title }}

+
{{ .Content }}
+
+ {{ range .Data.Pages -}} +
+
+

{{ .Params.title }}

+ {{ if eq .Section "blog" -}} +

{{ .Params.lead | safeHTML }}

+ {{ partial "main/blog-meta.html" . -}} + {{ end -}} +
+
+ {{ end -}} +
+
+
+
+{{ end }} \ No newline at end of file diff --git a/source/layouts/docs/list.html b/source/layouts/docs/list.html new file mode 100644 index 0000000..c868c31 --- /dev/null +++ b/source/layouts/docs/list.html @@ -0,0 +1,22 @@ +{{ define "main" }} +
+
+
+

{{ .Title }}

+
{{ .Content }}
+
+ {{ $currentSection := .CurrentSection }} + {{ range where .Site.RegularPages.ByTitle "Section" .Section }} + {{ if in (.RelPermalink | string) $currentSection.RelPermalink }} + + {{ end }} + {{ end }} +
+
+
+
+{{ end }} diff --git a/source/layouts/docs/single.html b/source/layouts/docs/single.html new file mode 100644 index 0000000..28bb90b --- /dev/null +++ b/source/layouts/docs/single.html @@ -0,0 +1,48 @@ +{{ define "main" }} +
+
+ +
+ {{ if ne .Params.toc false -}} + + {{ end -}} + {{ if .Params.toc -}} +
+ {{ else -}} +
+ {{ end -}} + {{ if .Site.Params.options.breadCrumb -}} + + + {{ end }} +

{{ .Title }}

+

{{ .Params.lead | safeHTML }}

+ {{ if ne .Params.toc false -}} + + {{ end -}} + {{ .Content }} + {{ if .Site.Params.editPage -}} + {{ partial "main/edit-page.html" . }} + {{ end -}} + {{ partial "main/docs-navigation.html" . }} + +
+
+{{ end }} diff --git a/source/layouts/index.headers b/source/layouts/index.headers new file mode 100644 index 0000000..8926db5 --- /dev/null +++ b/source/layouts/index.headers @@ -0,0 +1,10 @@ +/* + Strict-Transport-Security: max-age=31536000; includeSubDomains; preload + X-Content-Type-Options: nosniff + X-XSS-Protection: 1; mode=block + Content-Security-Policy: default-src 'self'; frame-ancestors https://jamstackthemes.dev; manifest-src 'self' https://*.netlify.app; connect-src 'self' https://*.netlify.app; font-src 'self' https://*.netlify.app; img-src 'self' https://*.netlify.app data:; script-src 'self' https://*.netlify.app 'sha512-RBYr6Ld4w1yVqaACrgrBLQfPgGhj/1jyacA74WxJ1KM6KVcSWymwrdDwb3HDcdpwiNJ5yssot1He0U9vXoQVlg=='; style-src 'self' https://*.netlify.app 'unsafe-inline' + X-Frame-Options: SAMEORIGIN + Referrer-Policy: strict-origin + Feature-Policy: geolocation 'self' + Cache-Control: public, max-age=31536000 + Access-Control-Allow-Origin: * \ No newline at end of file diff --git a/source/layouts/index.html b/source/layouts/index.html new file mode 100644 index 0000000..29c0158 --- /dev/null +++ b/source/layouts/index.html @@ -0,0 +1,52 @@ +{{ define "main" }} +
+
+
+

{{ .Title }}

+
+
+

{{ .Params.lead | safeHTML }}

+ +
+
+
+{{ end }} + +{{ define "sidebar-prefooter" }} + {{ if eq $.Site.Language.LanguageName "Spanish" }} +
+
+ +
+
+

Confianza

+

Tenemos mÃĄs de 20 aÃąos ofreciendo nuestros servicios. Orgullosamente podemos decir que la mayoría de nuestros clientes, son ahora nuestros amigos.

+
+
+

Honestidad

+

No sabemos hacerlo todo, pero lo que hacemos lo hacemos bien y te lo comunicamos de la forma mÃĄs clara posible.

+
+
+

Responsabilidad Social

+

Un importante porcentaje de nuestro tiempo e ingresos, los dedicamos a actividades sociales y altruistas, conocelas.

+

Cuando adquieres cualquiera de nuestros productos o servicios estÃĄs ayudando a otros.

+
+
+ +
+
+ {{ end }} +{{ end }} + +{{ define "sidebar-footer" }} +
+
+
+ {{- .Content -}} +
+
+
+{{ end }} diff --git a/source/layouts/index.redirects b/source/layouts/index.redirects new file mode 100644 index 0000000..5d7d6d2 --- /dev/null +++ b/source/layouts/index.redirects @@ -0,0 +1,13 @@ +{{- range $p := .Site.Pages -}} +{{- range .Aliases }} +{{ . }} {{ $p.RelPermalink -}} +{{- end }} +{{- end -}} + +# /docs/1.0/prologue/ /docs/1.0/prologue/introduction/ +# /docs/1.0/help/ /docs/1.0/help/how-to-update/ +# /docs/1.0/ /docs/1.0/prologue/introduction/ +# /docs/ /docs/1.0/prologue/introduction/ +# +# /docs/0.1/* https://v0-1-0--doks-versioning-poc.netlify.app/docs/0.1/:splat 200 +# /docs/0.2/* https://v0-2-0--doks-versioning-poc.netlify.app/docs/0.2/:splat 200 diff --git a/source/layouts/partials/footer/footer.html b/source/layouts/partials/footer/footer.html new file mode 100644 index 0000000..bd26030 --- /dev/null +++ b/source/layouts/partials/footer/footer.html @@ -0,0 +1,18 @@ +
+
+
+
+
    +
  • {{ .Site.Params.footer | safeHTML }}
  • +
+
+
+
    + {{ range .Site.Menus.footer -}} +
  • {{ .Name }}
  • + {{ end -}} +
+
+
+
+
\ No newline at end of file diff --git a/source/layouts/partials/footer/script-footer.html b/source/layouts/partials/footer/script-footer.html new file mode 100644 index 0000000..159ad3f --- /dev/null +++ b/source/layouts/partials/footer/script-footer.html @@ -0,0 +1,105 @@ +{{ $indexTemplate := resources.Get "js/index.js" -}} +{{ $index := $indexTemplate | resources.ExecuteAsTemplate "index.js" . -}} + +{{ $bs := resources.Get "js/bootstrap.js" -}} +{{ $bs := $bs | js.Build -}} + +{{ $highlight := resources.Get "js/highlight.js" -}} +{{ $highlight := $highlight | js.Build -}} + +{{ $katex := resources.Get "js/vendor/katex/dist/katex.js" -}} +{{ $katexAutoRender := resources.Get "js/vendor/katex/dist/contrib/auto-render.js" -}} + +{{ $mermaid := resources.Get "js/mermaid.js" | js.Build -}} + +{{ $app := resources.Get "js/app.js" -}} + +{{ $slice := slice $app -}} + +{{ if .Site.Params.options.lazySizes -}} + {{ $lazySizes := resources.Get "js/lazysizes.js" -}} + {{ $lazySizes := $lazySizes | js.Build -}} + {{ $slice = $slice | append $lazySizes -}} +{{ end -}} + +{{ if .Site.Params.options.clipBoard -}} + {{ $clipBoard := resources.Get "js/clipboard.js" -}} + {{ $clipBoard := $clipBoard | js.Build -}} + {{ $slice = $slice | append $clipBoard -}} +{{ end -}} + +{{ if .Site.Params.options.instantPage -}} + {{ $instantPage := resources.Get "js/instant.page.js" -}} + {{ $instantPage := $instantPage | js.Build -}} + {{ $slice = $slice | append $instantPage -}} +{{ end -}} + +{{ if .Site.Params.options.flexSearch -}} + {{ $flexSearch := resources.Get "js/vendor/flexsearch/dist/flexsearch.bundle.js" -}} + {{ $slice = $slice | append $flexSearch -}} +{{ end -}} + +{{ if .Site.Params.options.darkMode -}} + {{ $darkMode := resources.Get "js/darkmode.js" -}} + {{ $darkMode := $darkMode | js.Build -}} + {{ $slice = $slice | append $darkMode -}} +{{ end -}} + +{{ if .Site.Params.alertDismissable -}} + {{ $alert := resources.Get "js/alert.js" -}} + {{ $alert := $alert | js.Build -}} + {{ $slice = $slice | append $alert -}} +{{ end -}} + +{{ if .Site.Params.options.kaTex -}} + {{ $katexConfig := resources.Get "js/katex.js" -}} + {{ $katexConfig := $katexConfig | js.Build -}} + {{ $slice = $slice | append $katexConfig -}} +{{ end -}} + +{{ $js := $slice | resources.Concat "main.js" -}} + +{{ if eq (hugo.Environment) "development" -}} + {{ if .Site.Params.options.bootStrapJs -}} + + {{ end -}} + {{ if .Site.Params.options.highLight -}} + + {{ end -}} + {{ if .Site.Params.options.kaTex -}} + + + {{ end -}} + + {{ with .Params.mermaid -}} + + {{ end -}} + {{ if and (.Site.Params.options.flexSearch) (eq .Section "docs") -}} + + {{ end -}} +{{ else -}} + {{ $js := $js | minify | fingerprint "sha512" -}} + {{ $index := $index | minify | fingerprint "sha512" -}} + {{ $bs := $bs | minify | fingerprint "sha512" -}} + {{ $highlight := $highlight | minify | fingerprint "sha512" -}} + {{ $katex := $katex | minify | fingerprint "sha512" -}} + {{ $katexAutoRender := $katexAutoRender | minify | fingerprint "sha512" -}} + {{ $mermaid := $mermaid | minify | fingerprint "sha512" -}} + {{ if .Site.Params.options.bootStrapJs -}} + + {{ end -}} + {{ if .Site.Params.options.highLight -}} + + {{ end -}} + {{ if .Site.Params.options.kaTex -}} + + + {{ end -}} + + {{ with .Params.mermaid -}} + + {{ end -}} + {{ if and (.Site.Params.options.flexSearch) (eq .Section "docs") -}} + + {{ end -}} +{{ end -}} \ No newline at end of file diff --git a/source/layouts/partials/head/favicons.html b/source/layouts/partials/head/favicons.html new file mode 100644 index 0000000..c034df1 --- /dev/null +++ b/source/layouts/partials/head/favicons.html @@ -0,0 +1,5 @@ + + + + + diff --git a/source/layouts/partials/head/head.html b/source/layouts/partials/head/head.html new file mode 100644 index 0000000..9c1ecb3 --- /dev/null +++ b/source/layouts/partials/head/head.html @@ -0,0 +1,10 @@ + + + + + {{ block "head/resource-hints" . }}{{ partial "head/resource-hints.html" . }}{{ end }} + {{ block "head/script-header" . }}{{ partial "head/script-header.html" . }}{{ end }} + {{ block "head/stylesheet" . }}{{ partial "head/stylesheet.html" . }}{{ end }} + {{ block "head/seo" . }}{{ partial "head/seo.html" . }}{{ end }} + {{ block "head/favicons" . }}{{ partial "head/favicons.html" . }}{{ end }} + \ No newline at end of file diff --git a/source/layouts/partials/head/opengraph.html b/source/layouts/partials/head/opengraph.html new file mode 100644 index 0000000..6127e82 --- /dev/null +++ b/source/layouts/partials/head/opengraph.html @@ -0,0 +1,69 @@ + + + + +{{ if $.Scratch.Get "paginator" -}} + {{ $paginator := .Paginate (where .Site.RegularPages.ByDate.Reverse "Section" "blog" ) -}} + +{{ else -}} + +{{ end -}} +{{ with .Site.Params.title -}} + +{{ end -}} + +{{ $iso8601 := "2006-01-02T15:04:05-07:00" -}} +{{ if .IsPage -}} + {{ if not .PublishDate.IsZero -}} + + {{ else if not .Date.IsZero -}} + + {{ end -}} + {{ if not .Lastmod.IsZero -}} + + {{ end -}} +{{ else -}} + {{ if not .Date.IsZero -}} + + {{ end -}} +{{ end -}} + +{{ if eq .Kind "home" -}} + {{ .Scratch.Set "title" .Site.Params.titleHome -}} +{{ else -}} + {{ .Scratch.Set "title" .Title -}} +{{ end -}} + +{{ with $.Params.images -}} + {{ range first 6 . -}} + + {{ end -}} +{{ else -}} + {{ $images := $.Resources.ByType "image" -}} + {{ $featured := $images.GetMatch "*feature*" -}} + {{ if not $featured -}} + {{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }} + {{ end -}} + {{ with $featured -}} + + {{ else -}} + {{ with $.Site.Params.images -}} + + + {{ end -}} + {{ end -}} +{{ end -}} + +{{ with $.Site.Params.images -}} + {{ $.Scratch.Set "primaryImage" (index . 0 | absURL) -}} +{{ end -}} + +{{ with .Params.audio -}} + +{{ end -}} + +{{ with .Params.videos -}} + {{ range . -}} + + {{ end -}} +{{ end -}} diff --git a/source/layouts/partials/head/resource-hints.html b/source/layouts/partials/head/resource-hints.html new file mode 100644 index 0000000..3baa711 --- /dev/null +++ b/source/layouts/partials/head/resource-hints.html @@ -0,0 +1,6 @@ + + +{{ if .Site.Params.options.kaTex -}} + + +{{ end -}} \ No newline at end of file diff --git a/source/layouts/partials/head/script-header.html b/source/layouts/partials/head/script-header.html new file mode 100644 index 0000000..0155989 --- /dev/null +++ b/source/layouts/partials/head/script-header.html @@ -0,0 +1,4 @@ +{{ if .Site.Params.options.darkMode -}} + {{ $darkModeInit := resources.Get "js/darkmode-init.js" | js.Build | minify -}} + +{{ end -}} \ No newline at end of file diff --git a/source/layouts/partials/head/seo.html b/source/layouts/partials/head/seo.html new file mode 100644 index 0000000..ac31d72 --- /dev/null +++ b/source/layouts/partials/head/seo.html @@ -0,0 +1,48 @@ +{{ if eq .Kind "404" -}} + +{{ else -}} + {{ with .Params.robots -}} + + {{ else -}} + + + + {{ end -}} +{{ end -}} + +{{ if .IsHome -}} + {{ .Site.Params.title }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.titleAddition }} +{{ else -}} + {{ .Title }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.title }} +{{ end -}} + +{{ with .Description -}} + +{{ else -}} + {{ with .Summary | plainify -}} + + {{ else -}} + + {{ end -}} +{{ end -}} + +{{ if $.Scratch.Get "paginator" }} + + {{ if .Paginator.HasPrev -}} + + {{ end -}} + {{ if .Paginator.HasNext -}} + + {{ end -}} +{{ else -}} + +{{ end -}} + +{{ partial "head/opengraph.html" . }} +{{ partial "head/twitter_cards.html" . }} + +{{ range .AlternativeOutputFormats -}} + +{{ end -}} + +{{ partial "head/structured-data.html" . }} diff --git a/source/layouts/partials/head/structured-data.html b/source/layouts/partials/head/structured-data.html new file mode 100644 index 0000000..1f153a3 --- /dev/null +++ b/source/layouts/partials/head/structured-data.html @@ -0,0 +1,210 @@ +{{ $baseURL := "/" | absURL -}} + +{{ $dot := . -}} +{{ $dot.Scratch.Set "path" "" -}} +{{ $dot.Scratch.Set "breadcrumb" slice -}} + +{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" -}} +{{ $.Scratch.Add "path" .Site.BaseURL -}} + +{{ $.Scratch.Add "breadcrumb" (slice (dict "url" .Site.BaseURL "name" "home" "position" 1 )) -}} + {{ range $index, $element := split $url "/" -}} + {{ $dot.Scratch.Add "path" $element -}} + {{ $.Scratch.Add "path" "/" -}} + {{ if ne $element "" -}} + {{ $.Scratch.Add "breadcrumb" (slice (dict "url" ($.Scratch.Get "path") "name" . "position" (add $index 2))) -}} + {{ end -}} +{{ end -}} + + \ No newline at end of file diff --git a/source/layouts/partials/head/stylesheet.html b/source/layouts/partials/head/stylesheet.html new file mode 100644 index 0000000..4dc25c0 --- /dev/null +++ b/source/layouts/partials/head/stylesheet.html @@ -0,0 +1,11 @@ +{{ if eq (hugo.Environment) "development" -}} + {{ $options := (dict "targetPath" "main.css" "enableSourceMap" true "includePaths" (slice "node_modules")) -}} + {{ $css := resources.Get "scss/app.scss" | toCSS $options -}} + +{{ else -}} + {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "includePaths" (slice "node_modules")) -}} + {{ $css := resources.Get "scss/app.scss" | toCSS $options | postCSS (dict "config" "config/postcss.config.js") -}} + {{ $secureCSS := $css | resources.Fingerprint "sha512" -}} + +{{ end -}} + \ No newline at end of file diff --git a/source/layouts/partials/head/twitter_cards.html b/source/layouts/partials/head/twitter_cards.html new file mode 100644 index 0000000..fdf581c --- /dev/null +++ b/source/layouts/partials/head/twitter_cards.html @@ -0,0 +1,24 @@ + + + + + +{{ with $.Params.images -}} + +{{ else -}} + {{ $images := $.Resources.ByType "image" -}} + {{ $featured := $images.GetMatch "*feature*" -}} + {{ if not $featured -}} + {{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" -}} + {{ end -}} + {{ with $featured -}} + + {{ else -}} + {{ with $.Site.Params.images -}} + + {{ else -}} + + {{ end -}} + {{ end -}} +{{ end -}} + \ No newline at end of file diff --git a/source/layouts/partials/header/alert.html b/source/layouts/partials/header/alert.html new file mode 100644 index 0000000..fd5970b --- /dev/null +++ b/source/layouts/partials/header/alert.html @@ -0,0 +1,10 @@ +{{ if .Site.Params.alertDismissable -}} + +{{ else -}} + +{{ end -}} diff --git a/source/layouts/partials/header/header.html b/source/layouts/partials/header/header.html new file mode 100644 index 0000000..428bec1 --- /dev/null +++ b/source/layouts/partials/header/header.html @@ -0,0 +1,138 @@ +{{ if .Site.Params.alert -}} + {{ partial "header/alert.html" . }} +{{ end -}} + +{{ if eq .Site.Params.options.flexSearch false -}} +
+{{ end -}} + +
+ + + +{{ if eq .Site.Params.options.flexSearch false }} +
+{{ end -}} + +{{ if eq .Section "docs" -}} + + +
+ +
+{{ end -}} diff --git a/source/layouts/partials/main/blog-meta.html b/source/layouts/partials/main/blog-meta.html new file mode 100644 index 0000000..a9eb438 --- /dev/null +++ b/source/layouts/partials/main/blog-meta.html @@ -0,0 +1 @@ +

Posted {{ .PublishDate.Format "January 2, 2006" }} by {{ if .Params.contributors -}}{{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }} and {{ end }}{{ . }}{{ end -}}{{ end -}} ‐ {{ .ReadingTime -}} min read

\ No newline at end of file diff --git a/source/layouts/partials/main/breadcrumb.html b/source/layouts/partials/main/breadcrumb.html new file mode 100644 index 0000000..7c7d8fb --- /dev/null +++ b/source/layouts/partials/main/breadcrumb.html @@ -0,0 +1,4 @@ +{{ with .Parent -}} + {{ partial "main/breadcrumb.html" . -}} +

+{{ end -}} \ No newline at end of file diff --git a/source/layouts/partials/main/docs-navigation.html b/source/layouts/partials/main/docs-navigation.html new file mode 100644 index 0000000..e6a5668 --- /dev/null +++ b/source/layouts/partials/main/docs-navigation.html @@ -0,0 +1,24 @@ +{{ if or .Prev .Next -}} +
+ + {{ $pages := where site.RegularPages "Section" .Section -}} + {{ with $pages.Next . -}} + +
+
+ ← {{ .Title }} +
+
+
+ {{ end -}} + {{ with $pages.Prev . -}} + +
+
+ {{ .Title }} → +
+
+
+ {{ end -}} +
+{{ end -}} \ No newline at end of file diff --git a/source/layouts/partials/main/edit-page.html b/source/layouts/partials/main/edit-page.html new file mode 100644 index 0000000..e8c901a --- /dev/null +++ b/source/layouts/partials/main/edit-page.html @@ -0,0 +1,27 @@ +{{ $filePath := replace .File.Path "\\" "/" }} +{{ $editPath := "null" }} + +{{ if (eq .Site.Params.repoHost "GitHub") }} + {{ $editPath = "/blob/" }} +{{ else if (eq .Site.Params.repoHost "Gitea") }} + {{ $editPath = "/_edit/" }} +{{ else if (eq .Site.Params.repoHost "GitLab") }} + {{ $editPath = "/-/blob/" }} +{{ end }} + +{{ $contentPath := print .Site.Params.docsRepo $editPath .Site.Params.docsRepoBranch "/content/" }} + +{{ $url := print $contentPath $filePath }} + +{{ if .Site.Params.options.multilingualMode }} + {{ $url = print $contentPath .Lang "/" $filePath }} +{{ end }} + +

+ + + + + Edit this page on {{ .Site.Params.repoHost }} + +

diff --git a/source/layouts/partials/sidebar/docs-menu.html b/source/layouts/partials/sidebar/docs-menu.html new file mode 100644 index 0000000..cd383bb --- /dev/null +++ b/source/layouts/partials/sidebar/docs-menu.html @@ -0,0 +1,39 @@ +{{ if .Site.Params.options.collapsibleSidebar -}} +
    + {{ $currentPage := . -}} + {{ range $index, $element := .Site.Menus.docs -}} + {{- $active := or ($currentPage.IsMenuCurrent "docs" .) ($currentPage.HasMenuCurrent "docs" .) -}} + {{- $active = or $active (eq $currentPage.Section .Identifier) -}} +
  • + + {{ if .HasChildren -}} +
    +
      + {{ range .Children -}} + {{- $active := or ($currentPage.IsMenuCurrent "docs" .) ($currentPage.HasMenuCurrent "docs" .) -}} + {{- $active = or $active (eq $currentPage.Section .Identifier) -}} +
    • {{ .Name }}
    • + {{ end -}} +
    +
    + {{ end -}} +
  • + {{ end -}} +
+{{ else -}} + {{ $currentPage := . -}} + {{ range .Site.Menus.docs -}} +

{{ .Name }}

+ {{ if .HasChildren -}} +
    + {{ range .Children -}} + {{- $active := or ($currentPage.IsMenuCurrent "docs" .) ($currentPage.HasMenuCurrent "docs" .) -}} + {{- $active = or $active (eq $currentPage.Section .Identifier) -}} +
  • {{ .Name }}
  • + {{ end -}} +
+ {{ end -}} + {{ end -}} +{{ end -}} \ No newline at end of file diff --git a/source/layouts/partials/sidebar/docs-toc.html b/source/layouts/partials/sidebar/docs-toc.html new file mode 100644 index 0000000..a0de898 --- /dev/null +++ b/source/layouts/partials/sidebar/docs-toc.html @@ -0,0 +1,6 @@ +{{ if and (ne .Params.toc false) (ne .TableOfContents "") -}} + +{{ end -}} diff --git a/source/layouts/robots.txt b/source/layouts/robots.txt new file mode 100644 index 0000000..3107a65 --- /dev/null +++ b/source/layouts/robots.txt @@ -0,0 +1,7 @@ +User-agent: * +{{ if eq (hugo.Environment) "production" -}} +Allow: / +{{ else -}} +Disallow: / +{{ end }} +Sitemap: {{ "sitemap.xml" | absURL -}} diff --git a/source/layouts/rss.xml b/source/layouts/rss.xml new file mode 100644 index 0000000..b8f563e --- /dev/null +++ b/source/layouts/rss.xml @@ -0,0 +1,27 @@ +{{ printf "" | safeHTML }} + + + {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} + {{ .Permalink }} + Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} + Hugo -- gohugo.io{{ with .Site.LanguageCode }} + {{.}}{{end}}{{ with .Site.Author.email }} + {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} + {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Params.copyRight }} + {{ . | safeHTML }}{{end}}{{ if not .Date.IsZero }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} + {{ with .OutputFormats.Get "RSS" }} + {{ printf "" .Permalink .MediaType | safeHTML }} + {{ end }} + {{ range .Pages }}{{ if ne .Params.feed_exclude true }} + + {{ .Title }} + {{ .Permalink }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} + {{ .Permalink }} + {{ .Summary | html }} + + {{ end }}{{ end }} + + diff --git a/source/layouts/shortcodes/alert.html b/source/layouts/shortcodes/alert.html new file mode 100644 index 0000000..7cc7eb0 --- /dev/null +++ b/source/layouts/shortcodes/alert.html @@ -0,0 +1,12 @@ + diff --git a/source/layouts/shortcodes/email.html b/source/layouts/shortcodes/email.html new file mode 100644 index 0000000..88674fc --- /dev/null +++ b/source/layouts/shortcodes/email.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/layouts/shortcodes/img-simple.html b/source/layouts/shortcodes/img-simple.html new file mode 100644 index 0000000..117bc81 --- /dev/null +++ b/source/layouts/shortcodes/img-simple.html @@ -0,0 +1,7 @@ +{{ $image := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) -}} +{{ $lqip := $image.Resize $.Site.Params.lqipWidth -}} +{{ if eq .Site.Params.options.lazySizes true -}} + +{{ else -}} + +{{ end -}} \ No newline at end of file diff --git a/source/layouts/shortcodes/img.html b/source/layouts/shortcodes/img.html new file mode 100644 index 0000000..51a6a9d --- /dev/null +++ b/source/layouts/shortcodes/img.html @@ -0,0 +1,27 @@ +{{ $image := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) -}} +{{ $lqip := $image.Resize $.Site.Params.lqipWidth -}} + +{{ $imgSrc := "" -}} +{{ $imgSrcSet := slice -}} + +{{ $widths := $.Site.Params.landscapePhotoWidths -}} +{{ if gt $image.Height $image.Width -}} + {{ $widths = $.Site.Params.portraitPhotoWidths -}} +{{ end -}} + +{{ range $widths -}} + {{ $srcUrl := (printf "%dx" . | $image.Resize).Permalink -}} + {{ if eq $imgSrc "" -}}{{ $imgSrc = $srcUrl -}}{{ end -}} + {{ $imgSrcSet = $imgSrcSet | append (printf "%s %dw" $srcUrl .) -}} +{{ end -}} +{{ $imgSrcSet = (delimit $imgSrcSet ",") -}} + + + {{ if eq .Site.Params.options.lazySizes true -}} + + {{ else -}} + + {{ end -}} + + {{ with .Get "caption" }}
{{ . | safeHTML }}
{{ end }} + diff --git a/source/layouts/shortcodes/mermaid.html b/source/layouts/shortcodes/mermaid.html new file mode 100644 index 0000000..aeecad5 --- /dev/null +++ b/source/layouts/shortcodes/mermaid.html @@ -0,0 +1,8 @@ +{{ if .Page.Params.mermaid -}} +
+ {{ $data := replaceRE "(^\\s+```)" "" .Inner -}} + {{ replaceRE "(```\\s+$)" "" $data -}} +
+{{ else -}} + {{ errorf "Failed to process mermaid shortcode: %s. Set mermaid to true in page front matter." .Position }} +{{ end -}} diff --git a/source/layouts/shortcodes/video.html b/source/layouts/shortcodes/video.html new file mode 100644 index 0000000..784c3a7 --- /dev/null +++ b/source/layouts/shortcodes/video.html @@ -0,0 +1,11 @@ +
+ + {{ with .Get "webm-src" -}} + + {{ end -}} + {{ with .Get "mp4-src" -}} + + {{ end -}} + Sorry, your browser doesn't support embedded videos. + +
diff --git a/source/layouts/sitemap.xml b/source/layouts/sitemap.xml new file mode 100644 index 0000000..a3fcf7a --- /dev/null +++ b/source/layouts/sitemap.xml @@ -0,0 +1,22 @@ +{{ printf "" | safeHTML }} + + {{ range .Data.Pages }}{{ if ne .Params.sitemap_exclude true }} + + {{ .Permalink }}{{ if not .Lastmod.IsZero }} + {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}{{ end }}{{ with .Sitemap.ChangeFreq }} + {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }} + {{ .Sitemap.Priority }}{{ end }}{{ if .IsTranslated }}{{ range .Translations }} + {{ end }} + {{ end }} + + {{ end }}{{ end }} + diff --git a/source/netlify.toml b/source/netlify.toml new file mode 100644 index 0000000..45537d0 --- /dev/null +++ b/source/netlify.toml @@ -0,0 +1,30 @@ +[build] + publish = "public" + functions = "functions" + +[build.environment] + NODE_VERSION = "16.9.1" + NPM_VERSION = "7.21.1" + +[context.production] + command = "npm run build" + +[context.deploy-preview] + command = "npm run build -- -b $DEPLOY_PRIME_URL" + +[context.branch-deploy] + command = "npm run build -- -b $DEPLOY_PRIME_URL" + +[context.next] + command = "npm run build" + +[context.next.environment] + HUGO_ENV = "next" + +[dev] + framework = "#custom" + command = "npm run start" + targetPort = 1313 + port = 8888 + publish = "public" + autoLaunch = false diff --git a/source/package-lock.json b/source/package-lock.json new file mode 100644 index 0000000..48187c9 --- /dev/null +++ b/source/package-lock.json @@ -0,0 +1,15022 @@ +{ + "name": "@hyas/doks", + "version": "0.3.5", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@hyas/doks", + "version": "0.3.5", + "hasInstallScript": true, + "license": "MIT", + "devDependencies": { + "@babel/cli": "^7.15", + "@babel/core": "^7.15", + "@babel/preset-env": "^7.15", + "@fullhuman/postcss-purgecss": "^4.0", + "auto-changelog": "^2.3.0", + "autoprefixer": "^10.3", + "bootstrap": "^5.1", + "clipboard": "^2.0", + "eslint": "^8.0", + "exec-bin": "^1.0.0", + "flexsearch": "^0.7.21", + "highlight.js": "^11.2", + "hugo-installer": "^3.1", + "instant.page": "^5.1", + "katex": "^0.13", + "lazysizes": "^5.3", + "markdownlint-cli": "^0.29", + "mermaid": "^8.13", + "node-fetch": "^3.0", + "postcss": "^8.3", + "postcss-cli": "^9.0", + "purgecss-whitelister": "^2.4", + "shx": "^0.3.3", + "stylelint": "^13.13", + "stylelint-config-standard": "^22.0" + } + }, + "node_modules/@babel/cli": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.15.7.tgz", + "integrity": "sha512-YW5wOprO2LzMjoWZ5ZG6jfbY9JnkDxuHDwvnrThnuYtByorova/I0HNXJedrUfwuXFQfYOjcqDA4PU3qlZGZjg==", + "dev": true, + "dependencies": { + "commander": "^4.0.1", + "convert-source-map": "^1.1.0", + "fs-readdir-recursive": "^1.1.0", + "glob": "^7.0.0", + "make-dir": "^2.1.0", + "slash": "^2.0.0", + "source-map": "^0.5.0" + }, + "bin": { + "babel": "bin/babel.js", + "babel-external-helpers": "bin/babel-external-helpers.js" + }, + "engines": { + "node": ">=6.9.0" + }, + "optionalDependencies": { + "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", + "chokidar": "^3.4.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz", + "integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", + "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.8.tgz", + "integrity": "sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.15.8", + "@babel/generator": "^7.15.8", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-module-transforms": "^7.15.8", + "@babel/helpers": "^7.15.4", + "@babel/parser": "^7.15.8", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.6", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.8.tgz", + "integrity": "sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.6", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz", + "integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz", + "integrity": "sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==", + "dev": true, + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz", + "integrity": "sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-validator-option": "^7.14.5", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz", + "integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-member-expression-to-functions": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz", + "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.14.5", + "regexpu-core": "^4.7.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz", + "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.13.0", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/traverse": "^7.13.0", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz", + "integrity": "sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz", + "integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==", + "dev": true, + "dependencies": { + "@babel/helper-get-function-arity": "^7.15.4", + "@babel/template": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-get-function-arity": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz", + "integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz", + "integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz", + "integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz", + "integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz", + "integrity": "sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.15.4", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-simple-access": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "@babel/helper-validator-identifier": "^7.15.7", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz", + "integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz", + "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz", + "integrity": "sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-wrap-function": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz", + "integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==", + "dev": true, + "dependencies": { + "@babel/helper-member-expression-to-functions": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz", + "integrity": "sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz", + "integrity": "sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz", + "integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", + "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz", + "integrity": "sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.15.4", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz", + "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", + "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz", + "integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz", + "integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4", + "@babel/plugin-proposal-optional-chaining": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz", + "integrity": "sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-remap-async-to-generator": "^7.15.4", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz", + "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-static-block": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz", + "integrity": "sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-proposal-dynamic-import": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz", + "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz", + "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@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-proposal-json-strings": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz", + "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz", + "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@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-proposal-nullish-coalescing-operator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz", + "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@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-proposal-numeric-separator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz", + "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.15.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz", + "integrity": "sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz", + "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@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-proposal-optional-chaining": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz", + "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.14.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-proposal-private-methods": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz", + "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz", + "integrity": "sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-create-class-features-plugin": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@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-proposal-unicode-property-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz", + "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=4" + }, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "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==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz", + "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz", + "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-remap-async-to-generator": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz", + "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.15.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz", + "integrity": "sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz", + "integrity": "sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "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.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz", + "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.14.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz", + "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz", + "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz", + "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz", + "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz", + "integrity": "sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz", + "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz", + "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz", + "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz", + "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz", + "integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-simple-access": "^7.15.4", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz", + "integrity": "sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.15.4", + "@babel/helper-module-transforms": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-validator-identifier": "^7.14.9", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz", + "integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.14.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz", + "integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz", + "integrity": "sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz", + "integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-replace-supers": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz", + "integrity": "sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz", + "integrity": "sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz", + "integrity": "sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==", + "dev": true, + "dependencies": { + "regenerator-transform": "^0.14.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz", + "integrity": "sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz", + "integrity": "sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz", + "integrity": "sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz", + "integrity": "sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz", + "integrity": "sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz", + "integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz", + "integrity": "sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz", + "integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.8.tgz", + "integrity": "sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-validator-option": "^7.14.5", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.15.4", + "@babel/plugin-proposal-async-generator-functions": "^7.15.8", + "@babel/plugin-proposal-class-properties": "^7.14.5", + "@babel/plugin-proposal-class-static-block": "^7.15.4", + "@babel/plugin-proposal-dynamic-import": "^7.14.5", + "@babel/plugin-proposal-export-namespace-from": "^7.14.5", + "@babel/plugin-proposal-json-strings": "^7.14.5", + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", + "@babel/plugin-proposal-numeric-separator": "^7.14.5", + "@babel/plugin-proposal-object-rest-spread": "^7.15.6", + "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", + "@babel/plugin-proposal-optional-chaining": "^7.14.5", + "@babel/plugin-proposal-private-methods": "^7.14.5", + "@babel/plugin-proposal-private-property-in-object": "^7.15.4", + "@babel/plugin-proposal-unicode-property-regex": "^7.14.5", + "@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-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-transform-arrow-functions": "^7.14.5", + "@babel/plugin-transform-async-to-generator": "^7.14.5", + "@babel/plugin-transform-block-scoped-functions": "^7.14.5", + "@babel/plugin-transform-block-scoping": "^7.15.3", + "@babel/plugin-transform-classes": "^7.15.4", + "@babel/plugin-transform-computed-properties": "^7.14.5", + "@babel/plugin-transform-destructuring": "^7.14.7", + "@babel/plugin-transform-dotall-regex": "^7.14.5", + "@babel/plugin-transform-duplicate-keys": "^7.14.5", + "@babel/plugin-transform-exponentiation-operator": "^7.14.5", + "@babel/plugin-transform-for-of": "^7.15.4", + "@babel/plugin-transform-function-name": "^7.14.5", + "@babel/plugin-transform-literals": "^7.14.5", + "@babel/plugin-transform-member-expression-literals": "^7.14.5", + "@babel/plugin-transform-modules-amd": "^7.14.5", + "@babel/plugin-transform-modules-commonjs": "^7.15.4", + "@babel/plugin-transform-modules-systemjs": "^7.15.4", + "@babel/plugin-transform-modules-umd": "^7.14.5", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9", + "@babel/plugin-transform-new-target": "^7.14.5", + "@babel/plugin-transform-object-super": "^7.14.5", + "@babel/plugin-transform-parameters": "^7.15.4", + "@babel/plugin-transform-property-literals": "^7.14.5", + "@babel/plugin-transform-regenerator": "^7.14.5", + "@babel/plugin-transform-reserved-words": "^7.14.5", + "@babel/plugin-transform-shorthand-properties": "^7.14.5", + "@babel/plugin-transform-spread": "^7.15.8", + "@babel/plugin-transform-sticky-regex": "^7.14.5", + "@babel/plugin-transform-template-literals": "^7.14.5", + "@babel/plugin-transform-typeof-symbol": "^7.14.5", + "@babel/plugin-transform-unicode-escapes": "^7.14.5", + "@babel/plugin-transform-unicode-regex": "^7.14.5", + "@babel/preset-modules": "^0.1.4", + "@babel/types": "^7.15.6", + "babel-plugin-polyfill-corejs2": "^0.2.2", + "babel-plugin-polyfill-corejs3": "^0.2.5", + "babel-plugin-polyfill-regenerator": "^0.2.2", + "core-js-compat": "^3.16.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz", + "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz", + "integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.14.5", + "@babel/parser": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz", + "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.14.5", + "@babel/generator": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-hoist-variables": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "@babel/parser": "^7.15.4", + "@babel/types": "^7.15.4", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.15.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz", + "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.9", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@braintree/sanitize-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz", + "integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==", + "dev": true + }, + "node_modules/@eslint/eslintrc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.3.tgz", + "integrity": "sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.0.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz", + "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/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==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@fullhuman/postcss-purgecss": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.0.3.tgz", + "integrity": "sha512-/EnQ9UDWGGqHkn1UKAwSgh+gJHPKmD+Z+5dQ4gWT4qq2NUyez3zqAfZNwFH3eSgmgO+wjTXfhlLchx2M9/K+7Q==", + "dev": true, + "dependencies": { + "purgecss": "^4.0.3" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.6.0.tgz", + "integrity": "sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.0", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz", + "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==", + "dev": true + }, + "node_modules/@nicolo-ribaudo/chokidar-2": { + "version": "2.1.8-no-fsevents.3", + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", + "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", + "dev": true, + "optional": true + }, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@popperjs/core": { + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.10.2.tgz", + "integrity": "sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==", + "dev": true, + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/@sindresorhus/is": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.2.0.tgz", + "integrity": "sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } + }, + "node_modules/@szmarczak/http-timer": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", + "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==", + "dev": true, + "dependencies": { + "defer-to-connect": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@types/cacheable-request": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz", + "integrity": "sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==", + "dev": true, + "dependencies": { + "@types/http-cache-semantics": "*", + "@types/keyv": "*", + "@types/node": "*", + "@types/responselike": "*" + } + }, + "node_modules/@types/http-cache-semantics": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", + "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==", + "dev": true + }, + "node_modules/@types/keyv": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.3.tgz", + "integrity": "sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/mdast": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", + "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", + "dev": true, + "dependencies": { + "@types/unist": "*" + } + }, + "node_modules/@types/minimist": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", + "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "16.10.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.10.9.tgz", + "integrity": "sha512-H9ReOt+yqIJPCutkTYjFjlyK6WEMQYT9hLZMlWtOjFQY2ItppsWZ6RJf8Aw+jz5qTYceuHvFgPIaKOHtLAEWBw==", + "dev": true + }, + "node_modules/@types/normalize-package-data": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", + "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", + "dev": true + }, + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "node_modules/@types/responselike": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/unist": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", + "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", + "dev": true + }, + "node_modules/acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "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==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.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==", + "dev": true, + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "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/ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/auto-changelog": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.3.0.tgz", + "integrity": "sha512-S2B+RtTgytsa7l5iFGBoWT9W9ylITT5JJ8OaMJ7nrwvnlRm1dSS2tghaYueDeInZZafOE+1llH3tUQjMDRVS1g==", + "dev": true, + "dependencies": { + "commander": "^5.0.0", + "handlebars": "^4.7.3", + "node-fetch": "^2.6.0", + "parse-github-url": "^1.0.2", + "semver": "^6.3.0" + }, + "bin": { + "auto-changelog": "src/index.js" + }, + "engines": { + "node": ">=8.3" + } + }, + "node_modules/auto-changelog/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==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/auto-changelog/node_modules/node-fetch": { + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==", + "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + } + }, + "node_modules/autoprefixer": { + "version": "10.3.7", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.7.tgz", + "integrity": "sha512-EmGpu0nnQVmMhX8ROoJ7Mx8mKYPlcUHuxkwrRYEYMz85lu7H09v8w6R1P0JPdn/hKU32GjpLBFEOuIlDWCRWvg==", + "dev": true, + "dependencies": { + "browserslist": "^4.17.3", + "caniuse-lite": "^1.0.30001264", + "fraction.js": "^4.1.1", + "normalize-range": "^0.1.2", + "picocolors": "^0.2.1", + "postcss-value-parser": "^4.1.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz", + "integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.2.2", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz", + "integrity": "sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.2.2", + "core-js-compat": "^3.16.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz", + "integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.2.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "dev": true, + "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==", + "dev": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "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/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/bl": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz", + "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==", + "dev": true, + "dependencies": { + "readable-stream": "^2.3.5", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/bootstrap": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", + "integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, + "peerDependencies": { + "@popperjs/core": "^2.10.2" + } + }, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.4.tgz", + "integrity": "sha512-Zg7RpbZpIJRW3am9Lyckue7PLytvVxxhJj1CaJVlCWENsGEAOlnlt8X0ZxGRPp7Bt9o8tIRM5SEXy4BCPMJjLQ==", + "dev": true, + "dependencies": { + "caniuse-lite": "^1.0.30001265", + "electron-to-chromium": "^1.3.867", + "escalade": "^3.1.1", + "node-releases": "^2.0.0", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/browserslist/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "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": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-alloc": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", + "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", + "dev": true, + "dependencies": { + "buffer-alloc-unsafe": "^1.1.0", + "buffer-fill": "^1.0.0" + } + }, + "node_modules/buffer-alloc-unsafe": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", + "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", + "dev": true + }, + "node_modules/buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/buffer-fill": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", + "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=", + "dev": true + }, + "node_modules/cacheable-lookup": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "dev": true, + "engines": { + "node": ">=10.6.0" + } + }, + "node_modules/cacheable-request": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", + "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", + "dev": true, + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^6.0.1", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "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==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase-keys": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", + "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "map-obj": "^4.0.0", + "quick-lru": "^4.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/camelcase-keys/node_modules/quick-lru": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", + "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001267", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001267.tgz", + "integrity": "sha512-r1mjTzAuJ9W8cPBGbbus8E0SKcUP7gn03R14Wk8FlAlqhH9hroy9nLqmpuXlfKEw/oILW+FGz47ipXV2O7x8lg==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "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==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/character-entities": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", + "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-legacy": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", + "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-reference-invalid": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", + "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/chokidar": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", + "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", + "dev": true, + "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" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/clipboard": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz", + "integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==", + "dev": true, + "dependencies": { + "good-listener": "^1.2.2", + "select": "^1.1.2", + "tiny-emitter": "^2.0.0" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/clone-regexp": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz", + "integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==", + "dev": true, + "dependencies": { + "is-regexp": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "dev": true, + "dependencies": { + "mimic-response": "^1.0.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/core-js-compat": { + "version": "3.18.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.18.3.tgz", + "integrity": "sha512-4zP6/y0a2RTHN5bRGT7PTq9lVt3WzvffTNjqnTKsXhkAYNDTkdCLOIfAdOLcQ/7TDdyRj3c+NeHe1NmF1eDScw==", + "dev": true, + "dependencies": { + "browserslist": "^4.17.3", + "semver": "7.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "bin": { + "semver": "bin/semver.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==", + "dev": true + }, + "node_modules/cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "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==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/d3": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/d3/-/d3-7.1.1.tgz", + "integrity": "sha512-8zkLMwSvUAnfN9pcJDfkuxU0Nvg4RLUD0A4BZN1KxJPtlnCGzMx3xM5cRl4m8fym/Vy8rlq52tl90UF3m91OnA==", + "dev": true, + "dependencies": { + "d3-array": "3", + "d3-axis": "3", + "d3-brush": "3", + "d3-chord": "3", + "d3-color": "3", + "d3-contour": "3", + "d3-delaunay": "6", + "d3-dispatch": "3", + "d3-drag": "3", + "d3-dsv": "3", + "d3-ease": "3", + "d3-fetch": "3", + "d3-force": "3", + "d3-format": "3", + "d3-geo": "3", + "d3-hierarchy": "3", + "d3-interpolate": "3", + "d3-path": "3", + "d3-polygon": "3", + "d3-quadtree": "3", + "d3-random": "3", + "d3-scale": "4", + "d3-scale-chromatic": "3", + "d3-selection": "3", + "d3-shape": "3", + "d3-time": "3", + "d3-time-format": "4", + "d3-timer": "3", + "d3-transition": "3", + "d3-zoom": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-array": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.1.1.tgz", + "integrity": "sha512-33qQ+ZoZlli19IFiQx4QEpf2CBEayMRzhlisJHSCsSUbDXv6ZishqS1x7uFVClKG4Wr7rZVHvaAttoLow6GqdQ==", + "dev": true, + "dependencies": { + "internmap": "1 - 2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-axis": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", + "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-brush": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", + "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", + "dev": true, + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "3", + "d3-transition": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-chord": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", + "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", + "dev": true, + "dependencies": { + "d3-path": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-collection": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz", + "integrity": "sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==", + "dev": true + }, + "node_modules/d3-color": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.0.1.tgz", + "integrity": "sha512-6/SlHkDOBLyQSJ1j1Ghs82OIUXpKWlR0hCsw0XrLSQhuUPuCSmLQ1QPH98vpnQxMUQM2/gfAkUEWsupVpd9JGw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-contour": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-3.0.1.tgz", + "integrity": "sha512-0Oc4D0KyhwhM7ZL0RMnfGycLN7hxHB8CMmwZ3+H26PWAG0ozNuYG5hXSDNgmP1SgJkQMrlG6cP20HoaSbvcJTQ==", + "dev": true, + "dependencies": { + "d3-array": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-delaunay": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.2.tgz", + "integrity": "sha512-IMLNldruDQScrcfT+MWnazhHbDJhcRJyOEBAJfwQnHle1RPh6WDuLvxNArUju2VSMSUuKlY5BGHRJ2cYyoFLQQ==", + "dev": true, + "dependencies": { + "delaunator": "5" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dispatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", + "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-drag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", + "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", + "dev": true, + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-selection": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dsv": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", + "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", + "dev": true, + "dependencies": { + "commander": "7", + "iconv-lite": "0.6", + "rw": "1" + }, + "bin": { + "csv2json": "bin/dsv2json.js", + "csv2tsv": "bin/dsv2dsv.js", + "dsv2dsv": "bin/dsv2dsv.js", + "dsv2json": "bin/dsv2json.js", + "json2csv": "bin/json2dsv.js", + "json2dsv": "bin/json2dsv.js", + "json2tsv": "bin/json2dsv.js", + "tsv2csv": "bin/dsv2dsv.js", + "tsv2json": "bin/dsv2json.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dsv/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==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/d3-ease": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-fetch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", + "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", + "dev": true, + "dependencies": { + "d3-dsv": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-force": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", + "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", + "dev": true, + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-quadtree": "1 - 3", + "d3-timer": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-format": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.0.1.tgz", + "integrity": "sha512-hdL7+HBIohpgfolhBxr1KX47VMD6+vVD/oEFrxk5yhmzV2prk99EkFKYpXuhVkFpTgHdJ6/4bYcjdLPPXV4tIA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-geo": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.0.1.tgz", + "integrity": "sha512-Wt23xBych5tSy9IYAM1FR2rWIBFWa52B/oF/GYe5zbdHrg08FU8+BuI6X4PvTwPDdqdAdq04fuWJpELtsaEjeA==", + "dev": true, + "dependencies": { + "d3-array": "2.5.0 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-hierarchy": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.0.1.tgz", + "integrity": "sha512-RlLTaofEoOrMK1JoXYIGhKTkJFI/6rFrYPgxy6QlZo2BcVc4HGTqEU0rPpzuMq5T/5XcMtAzv1XiLA3zRTfygw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-interpolate": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "dev": true, + "dependencies": { + "d3-color": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-path": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.0.1.tgz", + "integrity": "sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-polygon": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", + "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-quadtree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-random": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", + "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "dev": true, + "dependencies": { + "d3-array": "2.10.0 - 3", + "d3-format": "1 - 3", + "d3-interpolate": "1.2.0 - 3", + "d3-time": "2.1.1 - 3", + "d3-time-format": "2 - 4" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale-chromatic": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz", + "integrity": "sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==", + "dev": true, + "dependencies": { + "d3-color": "1 - 3", + "d3-interpolate": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-selection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", + "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-shape": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.0.1.tgz", + "integrity": "sha512-HNZNEQoDhuCrDWEc/BMbF/hKtzMZVoe64TvisFLDp2Iyj0UShB/E6/lBsLlJTfBMbYgftHj90cXJ0SEitlE6Xw==", + "dev": true, + "dependencies": { + "d3-path": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.0.0.tgz", + "integrity": "sha512-zmV3lRnlaLI08y9IMRXSDshQb5Nj77smnfpnd2LrBa/2K281Jijactokeak14QacHs/kKq0AQ121nidNYlarbQ==", + "dev": true, + "dependencies": { + "d3-array": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time-format": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.0.0.tgz", + "integrity": "sha512-nzaCwlj+ZVBIlFuVOT1RmU+6xb/7D5IcnhHzHQcBgS/aTa5K9fWZNN5LCXA27LgF5WxoSNJqKBbLcGMtM6Ca6A==", + "dev": true, + "dependencies": { + "d3-time": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-timer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-transition": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", + "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", + "dev": true, + "dependencies": { + "d3-color": "1 - 3", + "d3-dispatch": "1 - 3", + "d3-ease": "1 - 3", + "d3-interpolate": "1 - 3", + "d3-timer": "1 - 3" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "d3-selection": "2 - 3" + } + }, + "node_modules/d3-voronoi": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.4.tgz", + "integrity": "sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==", + "dev": true + }, + "node_modules/d3-zoom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", + "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", + "dev": true, + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "2 - 3", + "d3-transition": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/dagre": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/dagre/-/dagre-0.8.5.tgz", + "integrity": "sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==", + "dev": true, + "dependencies": { + "graphlib": "^2.1.8", + "lodash": "^4.17.15" + } + }, + "node_modules/dagre-d3": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/dagre-d3/-/dagre-d3-0.6.4.tgz", + "integrity": "sha512-e/6jXeCP7/ptlAM48clmX4xTZc5Ek6T6kagS7Oz2HrYSdqcLZFLqpAfh7ldbZRFfxCZVyh61NEPR08UQRVxJzQ==", + "dev": true, + "dependencies": { + "d3": "^5.14", + "dagre": "^0.8.5", + "graphlib": "^2.1.8", + "lodash": "^4.17.15" + } + }, + "node_modules/dagre-d3/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==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3": { + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/d3/-/d3-5.16.0.tgz", + "integrity": "sha512-4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw==", + "dev": true, + "dependencies": { + "d3-array": "1", + "d3-axis": "1", + "d3-brush": "1", + "d3-chord": "1", + "d3-collection": "1", + "d3-color": "1", + "d3-contour": "1", + "d3-dispatch": "1", + "d3-drag": "1", + "d3-dsv": "1", + "d3-ease": "1", + "d3-fetch": "1", + "d3-force": "1", + "d3-format": "1", + "d3-geo": "1", + "d3-hierarchy": "1", + "d3-interpolate": "1", + "d3-path": "1", + "d3-polygon": "1", + "d3-quadtree": "1", + "d3-random": "1", + "d3-scale": "2", + "d3-scale-chromatic": "1", + "d3-selection": "1", + "d3-shape": "1", + "d3-time": "1", + "d3-time-format": "2", + "d3-timer": "1", + "d3-transition": "1", + "d3-voronoi": "1", + "d3-zoom": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-array": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", + "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-axis": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz", + "integrity": "sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-brush": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.6.tgz", + "integrity": "sha512-7RW+w7HfMCPyZLifTz/UnJmI5kdkXtpCbombUSs8xniAyo0vIbrDzDwUJB6eJOgl9u5DQOt2TQlYumxzD1SvYA==", + "dev": true, + "dependencies": { + "d3-dispatch": "1", + "d3-drag": "1", + "d3-interpolate": "1", + "d3-selection": "1", + "d3-transition": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-chord": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.6.tgz", + "integrity": "sha512-JXA2Dro1Fxw9rJe33Uv+Ckr5IrAa74TlfDEhE/jfLOaXegMQFQTAgAw9WnZL8+HxVBRXaRGCkrNU7pJeylRIuA==", + "dev": true, + "dependencies": { + "d3-array": "1", + "d3-path": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-color": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.4.1.tgz", + "integrity": "sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-contour": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-1.3.2.tgz", + "integrity": "sha512-hoPp4K/rJCu0ladiH6zmJUEz6+u3lgR+GSm/QdM2BBvDraU39Vr7YdDCicJcxP1z8i9B/2dJLgDC1NcvlF8WCg==", + "dev": true, + "dependencies": { + "d3-array": "^1.1.1" + } + }, + "node_modules/dagre-d3/node_modules/d3-dispatch": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz", + "integrity": "sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-drag": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.5.tgz", + "integrity": "sha512-rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w==", + "dev": true, + "dependencies": { + "d3-dispatch": "1", + "d3-selection": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-dsv": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.2.0.tgz", + "integrity": "sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==", + "dev": true, + "dependencies": { + "commander": "2", + "iconv-lite": "0.4", + "rw": "1" + }, + "bin": { + "csv2json": "bin/dsv2json", + "csv2tsv": "bin/dsv2dsv", + "dsv2dsv": "bin/dsv2dsv", + "dsv2json": "bin/dsv2json", + "json2csv": "bin/json2dsv", + "json2dsv": "bin/json2dsv", + "json2tsv": "bin/json2dsv", + "tsv2csv": "bin/dsv2dsv", + "tsv2json": "bin/dsv2json" + } + }, + "node_modules/dagre-d3/node_modules/d3-ease": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.7.tgz", + "integrity": "sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-fetch": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-1.2.0.tgz", + "integrity": "sha512-yC78NBVcd2zFAyR/HnUiBS7Lf6inSCoWcSxFfw8FYL7ydiqe80SazNwoffcqOfs95XaLo7yebsmQqDKSsXUtvA==", + "dev": true, + "dependencies": { + "d3-dsv": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-force": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.2.1.tgz", + "integrity": "sha512-HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg==", + "dev": true, + "dependencies": { + "d3-collection": "1", + "d3-dispatch": "1", + "d3-quadtree": "1", + "d3-timer": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-format": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.4.5.tgz", + "integrity": "sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-geo": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.12.1.tgz", + "integrity": "sha512-XG4d1c/UJSEX9NfU02KwBL6BYPj8YKHxgBEw5om2ZnTRSbIcego6dhHwcxuSR3clxh0EpE38os1DVPOmnYtTPg==", + "dev": true, + "dependencies": { + "d3-array": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-hierarchy": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz", + "integrity": "sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-interpolate": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.4.0.tgz", + "integrity": "sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==", + "dev": true, + "dependencies": { + "d3-color": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-path": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", + "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-polygon": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-1.0.6.tgz", + "integrity": "sha512-k+RF7WvI08PC8reEoXa/w2nSg5AUMTi+peBD9cmFc+0ixHfbs4QmxxkarVal1IkVkgxVuk9JSHhJURHiyHKAuQ==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-quadtree": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.7.tgz", + "integrity": "sha512-RKPAeXnkC59IDGD0Wu5mANy0Q2V28L+fNe65pOCXVdVuTJS3WPKaJlFHer32Rbh9gIo9qMuJXio8ra4+YmIymA==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-random": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-1.1.2.tgz", + "integrity": "sha512-6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-scale": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.2.tgz", + "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", + "dev": true, + "dependencies": { + "d3-array": "^1.2.0", + "d3-collection": "1", + "d3-format": "1", + "d3-interpolate": "1", + "d3-time": "1", + "d3-time-format": "2" + } + }, + "node_modules/dagre-d3/node_modules/d3-scale-chromatic": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.5.0.tgz", + "integrity": "sha512-ACcL46DYImpRFMBcpk9HhtIyC7bTBR4fNOPxwVSl0LfulDAwyiHyPOTqcDG1+t5d4P9W7t/2NAuWu59aKko/cg==", + "dev": true, + "dependencies": { + "d3-color": "1", + "d3-interpolate": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-selection": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.2.tgz", + "integrity": "sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-shape": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", + "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", + "dev": true, + "dependencies": { + "d3-path": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-time": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz", + "integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-time-format": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz", + "integrity": "sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==", + "dev": true, + "dependencies": { + "d3-time": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-timer": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.10.tgz", + "integrity": "sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==", + "dev": true + }, + "node_modules/dagre-d3/node_modules/d3-transition": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.3.2.tgz", + "integrity": "sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==", + "dev": true, + "dependencies": { + "d3-color": "1", + "d3-dispatch": "1", + "d3-ease": "1", + "d3-interpolate": "1", + "d3-selection": "^1.1.0", + "d3-timer": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-zoom": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.8.3.tgz", + "integrity": "sha512-VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ==", + "dev": true, + "dependencies": { + "d3-dispatch": "1", + "d3-drag": "1", + "d3-interpolate": "1", + "d3-selection": "1", + "d3-transition": "1" + } + }, + "node_modules/dagre-d3/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==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/data-uri-to-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", + "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decamelize-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", + "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", + "dev": true, + "dependencies": { + "decamelize": "^1.1.0", + "map-obj": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decamelize-keys/node_modules/map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decompress": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz", + "integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==", + "dev": true, + "dependencies": { + "decompress-tar": "^4.0.0", + "decompress-tarbz2": "^4.0.0", + "decompress-targz": "^4.0.0", + "decompress-unzip": "^4.0.1", + "graceful-fs": "^4.1.10", + "make-dir": "^1.0.0", + "pify": "^2.3.0", + "strip-dirs": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "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==", + "dev": true, + "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==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/decompress-tar": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz", + "integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==", + "dev": true, + "dependencies": { + "file-type": "^5.2.0", + "is-stream": "^1.1.0", + "tar-stream": "^1.5.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/decompress-tarbz2": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz", + "integrity": "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==", + "dev": true, + "dependencies": { + "decompress-tar": "^4.1.0", + "file-type": "^6.1.0", + "is-stream": "^1.1.0", + "seek-bzip": "^1.0.5", + "unbzip2-stream": "^1.0.9" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/decompress-tarbz2/node_modules/file-type": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz", + "integrity": "sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/decompress-targz": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz", + "integrity": "sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==", + "dev": true, + "dependencies": { + "decompress-tar": "^4.1.1", + "file-type": "^5.2.0", + "is-stream": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/decompress-unzip": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz", + "integrity": "sha1-3qrM39FK6vhVePczroIQ+bSEj2k=", + "dev": true, + "dependencies": { + "file-type": "^3.8.0", + "get-stream": "^2.2.0", + "pify": "^2.3.0", + "yauzl": "^2.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/decompress-unzip/node_modules/file-type": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz", + "integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decompress/node_modules/make-dir": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", + "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", + "dev": true, + "dependencies": { + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/decompress/node_modules/make-dir/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "dependencies": { + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/del": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz", + "integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==", + "dev": true, + "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/del/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/delaunator": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.0.tgz", + "integrity": "sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==", + "dev": true, + "dependencies": { + "robust-predicates": "^3.0.0" + } + }, + "node_modules/delegate": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz", + "integrity": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==", + "dev": true + }, + "node_modules/dependency-graph": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", + "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", + "dev": true, + "engines": { + "node": ">= 0.6.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "node_modules/dom-serializer/node_modules/domelementtype": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "node_modules/domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "dev": true, + "dependencies": { + "domelementtype": "1" + } + }, + "node_modules/dompurify": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.3.tgz", + "integrity": "sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==", + "dev": true + }, + "node_modules/domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "dependencies": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.3.868", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.868.tgz", + "integrity": "sha512-kZYCHqwJ1ctGrYDlOcWQH+/AftAm/KD4lEnLDNwS0kKwx1x6dU4zv+GuDjsPPOGn/2TjnKBaZjDyjXaoix0q/A==", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/entities": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", + "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.0.1.tgz", + "integrity": "sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==", + "dev": true, + "dependencies": { + "@eslint/eslintrc": "^1.0.3", + "@humanwhocodes/config-array": "^0.6.0", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "enquirer": "^2.3.5", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^6.0.0", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.0.0", + "espree": "^9.0.0", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.6.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "progress": "^2.0.0", + "regexpp": "^3.2.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-scope": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-6.0.0.tgz", + "integrity": "sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz", + "integrity": "sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "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/eslint/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/eslint/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==", + "dev": true + }, + "node_modules/eslint/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==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/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==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz", + "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/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==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/espree": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.0.0.tgz", + "integrity": "sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==", + "dev": true, + "dependencies": { + "acorn": "^8.5.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.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==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "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==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true, + "engines": { + "node": ">=4.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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/exec-bin": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/exec-bin/-/exec-bin-1.0.0.tgz", + "integrity": "sha512-p8f8h8b6op2nR7U5rsd+zACUMfsfB+jW8HNIBD2njOQ/gF2WvBfQRo/OU6Q6f/b34WLAyePZcwMJyrDdEjB/fw==", + "dev": true, + "bin": { + "exec-bin": "bin/exec-bin.js" + } + }, + "node_modules/execall": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz", + "integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==", + "dev": true, + "dependencies": { + "clone-regexp": "^2.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dev": true, + "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" + } + }, + "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==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", + "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", + "dev": true + }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", + "dev": true, + "dependencies": { + "pend": "~1.2.0" + } + }, + "node_modules/fetch-blob": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.2.tgz", + "integrity": "sha512-hunJbvy/6OLjCD0uuhLdp0mMPzP/yd2ssd1t2FCJsaA7wkWhpbp9xfuNVpv7Ll4jFhzp6T4LAupSiV9uOeg0VQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "paypal", + "url": "https://paypal.me/jimmywarting" + } + ], + "dependencies": { + "web-streams-polyfill": "^3.0.3" + }, + "engines": { + "node": "^12.20 || >= 14.13" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/file-type": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz", + "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "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==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz", + "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==", + "dev": true + }, + "node_modules/flexsearch": { + "version": "0.7.21", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.21.tgz", + "integrity": "sha512-W7cHV7Hrwjid6lWmy0IhsWDFQboWSng25U3VVywpHOTJnnAZNPScog67G+cVpeX9f7yDD21ih0WDrMMT+JoaYg==", + "dev": true + }, + "node_modules/fraction.js": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.1.tgz", + "integrity": "sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" + } + }, + "node_modules/fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "dev": true + }, + "node_modules/fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fs-readdir-recursive": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", + "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-stream": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz", + "integrity": "sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=", + "dev": true, + "dependencies": { + "object-assign": "^4.0.1", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-all": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/glob-all/-/glob-all-3.2.1.tgz", + "integrity": "sha512-x877rVkzB3ipid577QOp+eQCR6M5ZyiwrtaYgrX/z3EThaSPFtLDwBXFHc3sH1cG0R0vFYI5SRYeWMMSEyXkUw==", + "dev": true, + "dependencies": { + "glob": "^7.1.2", + "yargs": "^15.3.1" + }, + "bin": { + "glob-all": "bin/glob-all" + } + }, + "node_modules/glob-all/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/glob-all/node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/glob-all/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/glob-all/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==", + "dev": true + }, + "node_modules/glob-all/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/glob-all/node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true + }, + "node_modules/glob-all/node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dev": true, + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/glob-all/node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "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==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/global-prefix/node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "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==", + "dev": true, + "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==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby/node_modules/ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/globby/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/globjoin": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", + "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=", + "dev": true + }, + "node_modules/gonzales-pe": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz", + "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==", + "dev": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "gonzales": "bin/gonzales.js" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/good-listener": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz", + "integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=", + "dev": true, + "dependencies": { + "delegate": "^3.1.2" + } + }, + "node_modules/got": { + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz", + "integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==", + "dev": true, + "dependencies": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.1", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=10.19.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/got?sponsor=1" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", + "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==", + "dev": true + }, + "node_modules/graphlib": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz", + "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==", + "dev": true, + "dependencies": { + "lodash": "^4.17.15" + } + }, + "node_modules/handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "wordwrap": "^1.0.0" + }, + "bin": { + "handlebars": "bin/handlebars" + }, + "engines": { + "node": ">=0.4.7" + }, + "optionalDependencies": { + "uglify-js": "^3.1.4" + } + }, + "node_modules/handlebars/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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hard-rejection": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", + "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/highlight.js": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.2.0.tgz", + "integrity": "sha512-JOySjtOEcyG8s4MLR2MNbLUyaXqUunmSnL2kdV/KuGJOmHZuAR5xC54Ko7goAXBWNhf09Vy3B+U7vR62UZ/0iw==", + "dev": true, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/hosted-git-info": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz", + "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/hpagent": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/hpagent/-/hpagent-0.1.2.tgz", + "integrity": "sha512-ePqFXHtSQWAFXYmj+JtOTHr84iNrII4/QRlAAPPE+zqnKy4xJo7Ie1Y4kC7AdB+LxLxSTTzBMASsEcy0q8YyvQ==", + "dev": true + }, + "node_modules/html-tags": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", + "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "dev": true, + "dependencies": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + } + }, + "node_modules/htmlparser2/node_modules/entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", + "dev": true + }, + "node_modules/htmlparser2/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true + }, + "node_modules/http2-wrapper": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "dev": true, + "dependencies": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + }, + "engines": { + "node": ">=10.19.0" + } + }, + "node_modules/hugo-installer": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hugo-installer/-/hugo-installer-3.1.0.tgz", + "integrity": "sha512-E3yc8m1NRZBROOx0tx5WtUfAa9EcBbjbM4YSfy3KLGXQfHXIpbfD3oQ5YIKvih8aKuyyRtKzBZIdiOHfWAvvtg==", + "dev": true, + "dependencies": { + "decompress": "4.2.x", + "del": "6.0.x", + "got": "11.8.x", + "hpagent": "0.1.x", + "object-path": "0.11.x", + "semver": "7.3.x", + "yargs": "16.2.x" + }, + "bin": { + "hugo-installer": "bin/hugo-installer.js" + } + }, + "node_modules/hugo-installer/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "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/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", + "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", + "dev": true, + "dependencies": { + "import-from": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", + "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-from/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "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==", + "dev": true + }, + "node_modules/ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/instant.page": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/instant.page/-/instant.page-5.1.0.tgz", + "integrity": "sha512-7tz0vkrbj6rN08+C56UDTs1Z71ATPNjMv2eCFaYnIIn3jlkEF6HZCaUtsigjaN2hVaYiuu06vu1usDMnu+OEFg==", + "dev": true + }, + "node_modules/internmap": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/is-alphabetical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", + "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/is-alphanumerical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", + "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "dev": true, + "dependencies": { + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.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": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "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==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-buffer": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "engines": { + "node": ">=4" + } + }, + "node_modules/is-core-module": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.7.0.tgz", + "integrity": "sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-decimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", + "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-hexadecimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", + "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/is-natural-number": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz", + "integrity": "sha1-q5124dtM7VHjXeDHLr7PCfc0zeg=", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=0.12.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==", + "dev": true, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-regexp": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz", + "integrity": "sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", + "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonc-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", + "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==", + "dev": true + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/katex": { + "version": "0.13.18", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.13.18.tgz", + "integrity": "sha512-a3dC4NSVSDU3O1WZbTnOiA8rVNJ2lSiomOl0kmckCIGObccIHXof7gAseIY0o1gjEspe+34ZeSEX2D1ChFKIvA==", + "dev": true, + "dependencies": { + "commander": "^6.0.0" + }, + "bin": { + "katex": "cli.js" + } + }, + "node_modules/katex/node_modules/commander": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/keyv": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", + "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/khroma": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/khroma/-/khroma-1.4.1.tgz", + "integrity": "sha512-+GmxKvmiRuCcUYDgR7g5Ngo0JEDeOsGdNONdU2zsiBQaK4z19Y2NvXqfEDE0ZiIrg45GTZyAnPLVsLZZACYm3Q==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/known-css-properties": { + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz", + "integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==", + "dev": true + }, + "node_modules/lazysizes": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/lazysizes/-/lazysizes-5.3.2.tgz", + "integrity": "sha512-22UzWP+Vedi/sMeOr8O7FWimRVtiNJV2HCa+V8+peZOw6QbswN9k58VUhd7i6iK5bw5QkYrF01LJbeJe0PV8jg==", + "dev": true + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lilconfig": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.3.tgz", + "integrity": "sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", + "dev": true + }, + "node_modules/linkify-it": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", + "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", + "dev": true, + "dependencies": { + "uc.micro": "^1.0.1" + } + }, + "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/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", + "dev": true + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", + "dev": true + }, + "node_modules/lodash.difference": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz", + "integrity": "sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=", + "dev": true + }, + "node_modules/lodash.differencewith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.differencewith/-/lodash.differencewith-4.5.0.tgz", + "integrity": "sha1-uvr7yRi1UVTheRdqALsK76rIVLc=", + "dev": true + }, + "node_modules/lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=", + "dev": true + }, + "node_modules/lodash.forown": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.forown/-/lodash.forown-4.4.0.tgz", + "integrity": "sha1-hRFc8E9z75ZuztUlEdOJPMRmg68=", + "dev": true + }, + "node_modules/lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "dev": true + }, + "node_modules/lodash.groupby": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz", + "integrity": "sha1-Cwih3PaDl8OXhVwyOXg4Mt90A9E=", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", + "dev": true + }, + "node_modules/lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", + "dev": true + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-symbols/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-symbols/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "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/log-symbols/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/log-symbols/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==", + "dev": true + }, + "node_modules/log-symbols/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/log-symbols/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==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/longest-streak": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz", + "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/make-dir/node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/map-obj": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", + "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/markdown-it": { + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz", + "integrity": "sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1", + "entities": "~2.1.0", + "linkify-it": "^3.0.1", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" + }, + "bin": { + "markdown-it": "bin/markdown-it.js" + } + }, + "node_modules/markdownlint": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.24.0.tgz", + "integrity": "sha512-OJIGsGFV/rC9irI5E1FMy6v9hdACSwaa+EN3224Y5KG8zj2EYzdHOw0pOJovIYmjNfEZ9BtxUY4P7uYHTSNnbQ==", + "dev": true, + "dependencies": { + "markdown-it": "12.2.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/markdownlint-cli": { + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.29.0.tgz", + "integrity": "sha512-SEXRUT1ri9sXV8xQK88vjGAgmz2X9rxEG2tXdDZMljzW8e++LNTO9zzBBStx3JQWrTDoGTPHNrcurbuiyF97gw==", + "dev": true, + "dependencies": { + "commander": "~8.2.0", + "deep-extend": "~0.6.0", + "get-stdin": "~8.0.0", + "glob": "~7.2.0", + "ignore": "~5.1.8", + "js-yaml": "^4.1.0", + "jsonc-parser": "~3.0.0", + "lodash.differencewith": "~4.5.0", + "lodash.flatten": "~4.4.0", + "markdownlint": "~0.24.0", + "markdownlint-rule-helpers": "~0.15.0", + "minimatch": "~3.0.4", + "minimist": "~1.2.5", + "run-con": "~1.2.10" + }, + "bin": { + "markdownlint": "markdownlint.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/markdownlint-cli/node_modules/commander": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz", + "integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/markdownlint-cli/node_modules/ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/markdownlint-rule-helpers": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.15.0.tgz", + "integrity": "sha512-A+9mswc3m/kkqpJCqntmte/1VKhDJ+tjZsERLz5L4h/Qr7ht2/BkGkgY5E7/wsxIhcpl+ctIfz+oS3PQrMOB2w==", + "dev": true + }, + "node_modules/mathml-tag-names": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", + "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/mdast-util-from-markdown": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz", + "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==", + "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-to-string": "^2.0.0", + "micromark": "~2.11.0", + "parse-entities": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-to-markdown": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz", + "integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "longest-streak": "^2.0.0", + "mdast-util-to-string": "^2.0.0", + "parse-entities": "^2.0.0", + "repeat-string": "^1.0.0", + "zwitch": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-to-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", + "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", + "dev": true + }, + "node_modules/meow": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", + "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", + "dev": true, + "dependencies": { + "@types/minimist": "^1.2.0", + "camelcase-keys": "^6.2.2", + "decamelize": "^1.2.0", + "decamelize-keys": "^1.1.0", + "hard-rejection": "^2.1.0", + "minimist-options": "4.1.0", + "normalize-package-data": "^3.0.0", + "read-pkg-up": "^7.0.1", + "redent": "^3.0.0", + "trim-newlines": "^3.0.0", + "type-fest": "^0.18.0", + "yargs-parser": "^20.2.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/mermaid": { + "version": "8.13.3", + "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.3.tgz", + "integrity": "sha512-w6KmDtSzkk856WUVqlBsyLZX0q4Jr35IlxiHTPTaWwMgWHFpI8rEJzcxWoyrpxeT/Rac/vvvSFOZymDTeA0iiA==", + "dev": true, + "dependencies": { + "@braintree/sanitize-url": "^3.1.0", + "d3": "^7.0.0", + "dagre": "^0.8.5", + "dagre-d3": "^0.6.4", + "dompurify": "2.3.3", + "graphlib": "^2.1.8", + "khroma": "^1.4.1", + "moment-mini": "^2.24.0", + "stylis": "^4.0.10" + } + }, + "node_modules/micromark": { + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz", + "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "debug": "^4.0.0", + "parse-entities": "^2.0.0" + } + }, + "node_modules/micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "dev": true, + "dependencies": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/min-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/minimist-options": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", + "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", + "dev": true, + "dependencies": { + "arrify": "^1.0.1", + "is-plain-obj": "^1.1.0", + "kind-of": "^6.0.3" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/moment-mini": { + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/moment-mini/-/moment-mini-2.24.0.tgz", + "integrity": "sha512-9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ==", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/nanocolors": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.13.tgz", + "integrity": "sha512-0n3mSAQLPpGLV9ORXT5+C/D4mwew7Ebws69Hx4E2sgz2ZA5+32Q80B9tL8PbL7XHnRDiAxH/pnrUJ9a4fkTNTA==", + "dev": true + }, + "node_modules/nanoid": { + "version": "3.1.30", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", + "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/node-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.0.0.tgz", + "integrity": "sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q==", + "dev": true, + "dependencies": { + "data-uri-to-buffer": "^3.0.1", + "fetch-blob": "^3.1.2" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/node-fetch" + } + }, + "node_modules/node-releases": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.0.tgz", + "integrity": "sha512-aA87l0flFYMzCHpTM3DERFSYxc6lv/BltdbRTOMZuxZ0cwZCD3mejE5n9vLhSJCN++/eOqr77G1IO5uXxlQYWA==", + "dev": true + }, + "node_modules/normalize-package-data": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", + "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^4.0.1", + "is-core-module": "^2.5.0", + "semver": "^7.3.4", + "validate-npm-package-license": "^3.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/normalize-package-data/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "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==", + "dev": true, + "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": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-selector": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", + "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", + "dev": true + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object-path": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.8.tgz", + "integrity": "sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==", + "dev": true, + "engines": { + "node": ">= 10.12.0" + } + }, + "node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/p-cancelable": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", + "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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/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/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==", + "dev": true, + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-entities": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", + "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", + "dev": true, + "dependencies": { + "character-entities": "^1.0.0", + "character-entities-legacy": "^1.0.0", + "character-reference-invalid": "^1.0.0", + "is-alphanumerical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-hexadecimal": "^1.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/parse-github-url": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", + "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==", + "dev": true, + "bin": { + "parse-github-url": "cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "dev": true, + "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/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/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "dev": true, + "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==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", + "dev": true + }, + "node_modules/picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "dev": true, + "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": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "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": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "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": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss": { + "version": "8.3.9", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.9.tgz", + "integrity": "sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==", + "dev": true, + "dependencies": { + "nanoid": "^3.1.28", + "picocolors": "^0.2.1", + "source-map-js": "^0.6.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-cli": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.0.1.tgz", + "integrity": "sha512-zO160OBaAZBFUWO+QZIzEKMjnPIc5c61dMg1d7xafblh9cxbNb6s16ahJuP91PcVsu//gqr7BKllJxRiRDsSYw==", + "dev": true, + "dependencies": { + "chokidar": "^3.3.0", + "dependency-graph": "^0.11.0", + "fs-extra": "^10.0.0", + "get-stdin": "^9.0.0", + "globby": "^12.0.0", + "nanocolors": "^0.2.11", + "postcss-load-config": "^3.0.0", + "postcss-reporter": "^7.0.0", + "pretty-hrtime": "^1.0.3", + "read-cache": "^1.0.0", + "slash": "^4.0.0", + "yargs": "^17.0.0" + }, + "bin": { + "postcss": "index.js" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-cli/node_modules/array-union": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz", + "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/postcss-cli/node_modules/get-stdin": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz", + "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/postcss-cli/node_modules/globby": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-12.0.2.tgz", + "integrity": "sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==", + "dev": true, + "dependencies": { + "array-union": "^3.0.1", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.7", + "ignore": "^5.1.8", + "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/postcss-cli/node_modules/ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/postcss-cli/node_modules/slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/postcss-cli/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/postcss-less": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz", + "integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==", + "dev": true, + "dependencies": { + "postcss": "^7.0.14" + }, + "engines": { + "node": ">=6.14.4" + } + }, + "node_modules/postcss-less/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-less/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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss-load-config": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.0.tgz", + "integrity": "sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==", + "dev": true, + "dependencies": { + "import-cwd": "^3.0.0", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + }, + "engines": { + "node": ">= 10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "ts-node": { + "optional": true + } + } + }, + "node_modules/postcss-media-query-parser": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=", + "dev": true + }, + "node_modules/postcss-reporter": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.4.tgz", + "integrity": "sha512-jY/fnpGSin7kwJeunXbY35STp5O3VIxSFdjee5JkoPQ+FfGH5JW3N+Xe9oAPcL9UkjWjkK+JC72o8XH4XXKdhw==", + "dev": true, + "dependencies": { + "lodash.difference": "^4.5.0", + "lodash.forown": "^4.4.0", + "lodash.get": "^4.4.2", + "lodash.groupby": "^4.6.0", + "lodash.sortby": "^4.7.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-reporter/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/postcss-resolve-nested-selector": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", + "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=", + "dev": true + }, + "node_modules/postcss-safe-parser": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz", + "integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==", + "dev": true, + "dependencies": { + "postcss": "^7.0.26" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/postcss-safe-parser/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-safe-parser/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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss-sass": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz", + "integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==", + "dev": true, + "dependencies": { + "gonzales-pe": "^4.3.0", + "postcss": "^7.0.21" + } + }, + "node_modules/postcss-sass/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-sass/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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss-scss": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz", + "integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==", + "dev": true, + "dependencies": { + "postcss": "^7.0.6" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/postcss-scss/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-scss/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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", + "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", + "dev": true + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "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==", + "dev": true + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/purgecss": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.0.3.tgz", + "integrity": "sha512-PYOIn5ibRIP34PBU9zohUcCI09c7drPJJtTDAc0Q6QlRz2/CHQ8ywGLdE7ZhxU2VTqB7p5wkvj5Qcm05Rz3Jmw==", + "dev": true, + "dependencies": { + "commander": "^6.0.0", + "glob": "^7.0.0", + "postcss": "^8.2.1", + "postcss-selector-parser": "^6.0.2" + }, + "bin": { + "purgecss": "bin/purgecss.js" + } + }, + "node_modules/purgecss-whitelister": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/purgecss-whitelister/-/purgecss-whitelister-2.4.0.tgz", + "integrity": "sha512-O0jBUDtY9dU9tUT0vA1FvwFdkKDerxzteYaBV49JCbm+QJLFKMlIsf5Kp5cdbLatHQNjJtV8VB8eXtISoZL2Dg==", + "dev": true, + "dependencies": { + "glob-all": "^3.1.0", + "gonzales-pe": "^4.2.4", + "scss-parser": "1.0.3" + } + }, + "node_modules/purgecss/node_modules/commander": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "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==", + "dev": true, + "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==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", + "dev": true, + "dependencies": { + "pify": "^2.3.0" + } + }, + "node_modules/read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "dev": true, + "dependencies": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "dev": true, + "dependencies": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/read-pkg-up/node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg/node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/read-pkg/node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/read-pkg/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/read-pkg/node_modules/type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "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/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "dev": true, + "dependencies": { + "resolve": "^1.1.6" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/redent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "dev": true, + "dependencies": { + "indent-string": "^4.0.0", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz", + "integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", + "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "node_modules/regexpu-core": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz", + "integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^9.0.0", + "regjsgen": "^0.5.2", + "regjsparser": "^0.7.0", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", + "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==", + "dev": true + }, + "node_modules/regjsparser": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz", + "integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==", + "dev": true, + "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": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/remark": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz", + "integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==", + "dev": true, + "dependencies": { + "remark-parse": "^9.0.0", + "remark-stringify": "^9.0.0", + "unified": "^9.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-parse": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz", + "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==", + "dev": true, + "dependencies": { + "mdast-util-from-markdown": "^0.8.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-stringify": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz", + "integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==", + "dev": true, + "dependencies": { + "mdast-util-to-markdown": "^0.6.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true, + "engines": { + "node": ">=0.10.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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "node_modules/resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "dependencies": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/responselike": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", + "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "dev": true, + "dependencies": { + "lowercase-keys": "^2.0.0" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/robust-predicates": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.1.tgz", + "integrity": "sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==", + "dev": true + }, + "node_modules/run-con": { + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/run-con/-/run-con-1.2.10.tgz", + "integrity": "sha512-n7PZpYmMM26ZO21dd8y3Yw1TRtGABjRtgPSgFS/nhzfvbJMXFtJhJVyEgayMiP+w/23craJjsnfDvx4W4ue/HQ==", + "dev": true, + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~2.0.0", + "minimist": "^1.2.5", + "strip-json-comments": "~3.1.1" + }, + "bin": { + "run-con": "cli.js" + } + }, + "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==", + "dev": true, + "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/rw": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", + "integrity": "sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=", + "dev": true + }, + "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==", + "dev": true + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "node_modules/scss-parser": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/scss-parser/-/scss-parser-1.0.3.tgz", + "integrity": "sha512-XQKCfOJERmhn1yoNRUyxv9wgkf4DIv29Jk0m4FiZforeiCmGxrby8K3not7tQ8GK1yvtd9N0OnNimNetJ8V+zQ==", + "dev": true, + "dependencies": { + "invariant": "2.2.2", + "lodash": "^4.17.4" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/seek-bzip": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.6.tgz", + "integrity": "sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==", + "dev": true, + "dependencies": { + "commander": "^2.8.1" + }, + "bin": { + "seek-bunzip": "bin/seek-bunzip", + "seek-table": "bin/seek-bzip-table" + } + }, + "node_modules/seek-bzip/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==", + "dev": true + }, + "node_modules/select": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz", + "integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=", + "dev": true + }, + "node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "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==", + "dev": true, + "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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/shelljs": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", + "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", + "dev": true, + "dependencies": { + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" + }, + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/shx": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/shx/-/shx-0.3.3.tgz", + "integrity": "sha512-nZJ3HFWVoTSyyB+evEKjJ1STiixGztlqwKLTUNV5KqMWtGey9fTd4KU1gdZ1X9BV6215pswQ/Jew9NsuS/fNDA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.3", + "shelljs": "^0.8.4" + }, + "bin": { + "shx": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/signal-exit": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz", + "integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==", + "dev": true + }, + "node_modules/slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/slice-ansi/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/slice-ansi/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/slice-ansi/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==", + "dev": true + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", + "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz", + "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==", + "dev": true + }, + "node_modules/specificity": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz", + "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==", + "dev": true, + "bin": { + "specificity": "bin/specificity" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "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==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-dirs": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-2.1.0.tgz", + "integrity": "sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==", + "dev": true, + "dependencies": { + "is-natural-number": "^4.0.1" + } + }, + "node_modules/strip-indent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "dev": true, + "dependencies": { + "min-indent": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/style-search": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", + "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=", + "dev": true + }, + "node_modules/stylelint": { + "version": "13.13.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.13.1.tgz", + "integrity": "sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==", + "dev": true, + "dependencies": { + "@stylelint/postcss-css-in-js": "^0.37.2", + "@stylelint/postcss-markdown": "^0.36.2", + "autoprefixer": "^9.8.6", + "balanced-match": "^2.0.0", + "chalk": "^4.1.1", + "cosmiconfig": "^7.0.0", + "debug": "^4.3.1", + "execall": "^2.0.0", + "fast-glob": "^3.2.5", + "fastest-levenshtein": "^1.0.12", + "file-entry-cache": "^6.0.1", + "get-stdin": "^8.0.0", + "global-modules": "^2.0.0", + "globby": "^11.0.3", + "globjoin": "^0.1.4", + "html-tags": "^3.1.0", + "ignore": "^5.1.8", + "import-lazy": "^4.0.0", + "imurmurhash": "^0.1.4", + "known-css-properties": "^0.21.0", + "lodash": "^4.17.21", + "log-symbols": "^4.1.0", + "mathml-tag-names": "^2.1.3", + "meow": "^9.0.0", + "micromatch": "^4.0.4", + "normalize-selector": "^0.2.0", + "postcss": "^7.0.35", + "postcss-html": "^0.36.0", + "postcss-less": "^3.1.4", + "postcss-media-query-parser": "^0.2.3", + "postcss-resolve-nested-selector": "^0.1.1", + "postcss-safe-parser": "^4.0.2", + "postcss-sass": "^0.4.4", + "postcss-scss": "^2.1.1", + "postcss-selector-parser": "^6.0.5", + "postcss-syntax": "^0.36.2", + "postcss-value-parser": "^4.1.0", + "resolve-from": "^5.0.0", + "slash": "^3.0.0", + "specificity": "^0.4.1", + "string-width": "^4.2.2", + "strip-ansi": "^6.0.0", + "style-search": "^0.1.0", + "sugarss": "^2.0.0", + "svg-tags": "^1.0.0", + "table": "^6.6.0", + "v8-compile-cache": "^2.3.0", + "write-file-atomic": "^3.0.3" + }, + "bin": { + "stylelint": "bin/stylelint.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + } + }, + "node_modules/stylelint-config-recommended": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz", + "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==", + "dev": true, + "peerDependencies": { + "stylelint": "^13.13.0" + } + }, + "node_modules/stylelint-config-standard": { + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz", + "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==", + "dev": true, + "dependencies": { + "stylelint-config-recommended": "^5.0.0" + }, + "peerDependencies": { + "stylelint": "^13.13.0" + } + }, + "node_modules/stylelint/node_modules/@stylelint/postcss-css-in-js": { + "version": "0.37.2", + "resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz", + "integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==", + "dev": true, + "dependencies": { + "@babel/core": ">=7.9.0" + }, + "peerDependencies": { + "postcss": ">=7.0.0", + "postcss-syntax": ">=0.36.2" + } + }, + "node_modules/stylelint/node_modules/@stylelint/postcss-markdown": { + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz", + "integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==", + "dev": true, + "dependencies": { + "remark": "^13.0.0", + "unist-util-find-all-after": "^3.0.2" + }, + "peerDependencies": { + "postcss": ">=7.0.0", + "postcss-syntax": ">=0.36.2" + } + }, + "node_modules/stylelint/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/stylelint/node_modules/autoprefixer": { + "version": "9.8.8", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", + "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", + "dev": true, + "dependencies": { + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001109", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "picocolors": "^0.2.1", + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + } + }, + "node_modules/stylelint/node_modules/balanced-match": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", + "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", + "dev": true + }, + "node_modules/stylelint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "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/stylelint/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/stylelint/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==", + "dev": true + }, + "node_modules/stylelint/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/stylelint/node_modules/ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/stylelint/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/stylelint/node_modules/postcss-html": { + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz", + "integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==", + "dev": true, + "dependencies": { + "htmlparser2": "^3.10.0" + }, + "peerDependencies": { + "postcss": ">=5.0.0", + "postcss-syntax": ">=0.36.0" + } + }, + "node_modules/stylelint/node_modules/postcss-syntax": { + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz", + "integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==", + "dev": true, + "peerDependencies": { + "postcss": ">=5.0.0" + } + }, + "node_modules/stylelint/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/stylelint/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/stylelint/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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/stylelint/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==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/stylis": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.10.tgz", + "integrity": "sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==", + "dev": true + }, + "node_modules/sugarss": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz", + "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==", + "dev": true, + "dependencies": { + "postcss": "^7.0.2" + } + }, + "node_modules/sugarss/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/sugarss/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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=", + "dev": true + }, + "node_modules/table": { + "version": "6.7.2", + "resolved": "https://registry.npmjs.org/table/-/table-6.7.2.tgz", + "integrity": "sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==", + "dev": true, + "dependencies": { + "ajv": "^8.0.1", + "lodash.clonedeep": "^4.5.0", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/table/node_modules/ajv": { + "version": "8.6.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz", + "integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==", + "dev": true, + "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/table/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==", + "dev": true + }, + "node_modules/tar-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz", + "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==", + "dev": true, + "dependencies": { + "bl": "^1.0.0", + "buffer-alloc": "^1.2.0", + "end-of-stream": "^1.0.0", + "fs-constants": "^1.0.0", + "readable-stream": "^2.3.0", + "to-buffer": "^1.1.1", + "xtend": "^4.0.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "node_modules/tiny-emitter": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz", + "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==", + "dev": true + }, + "node_modules/to-buffer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz", + "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==", + "dev": true + }, + "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": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", + "dev": true + }, + "node_modules/trim-newlines": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", + "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/trough": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", + "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", + "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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==", + "dev": true, + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/uc.micro": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==", + "dev": true + }, + "node_modules/uglify-js": { + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.2.tgz", + "integrity": "sha512-rtPMlmcO4agTUfz10CbgJ1k6UAoXM2gWb3GoMPPZB/+/Ackf8lNWk11K4rYi2D0apgoFRLtQOZhb+/iGNJq26A==", + "dev": true, + "optional": true, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/unbzip2-stream": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", + "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==", + "dev": true, + "dependencies": { + "buffer": "^5.2.1", + "through": "^2.3.8" + } + }, + "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==", + "dev": true, + "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==", + "dev": true, + "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.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", + "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", + "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unified": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", + "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", + "dev": true, + "dependencies": { + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^2.0.0", + "trough": "^1.0.0", + "vfile": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unified/node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/unist-util-find-all-after": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz", + "integrity": "sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==", + "dev": true, + "dependencies": { + "unist-util-is": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-is": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-stringify-position": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", + "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "node_modules/v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/vfile": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", + "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^2.0.0", + "vfile-message": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/vfile-message": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", + "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/web-streams-polyfill": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.1.1.tgz", + "integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=", + "dev": true + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", + "dev": true + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/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==", + "dev": true + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "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==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", + "dev": true, + "dependencies": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + }, + "node_modules/zwitch": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", + "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + } + }, + "dependencies": { + "@babel/cli": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.15.7.tgz", + "integrity": "sha512-YW5wOprO2LzMjoWZ5ZG6jfbY9JnkDxuHDwvnrThnuYtByorova/I0HNXJedrUfwuXFQfYOjcqDA4PU3qlZGZjg==", + "dev": true, + "requires": { + "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", + "chokidar": "^3.4.0", + "commander": "^4.0.1", + "convert-source-map": "^1.1.0", + "fs-readdir-recursive": "^1.1.0", + "glob": "^7.0.0", + "make-dir": "^2.1.0", + "slash": "^2.0.0", + "source-map": "^0.5.0" + } + }, + "@babel/code-frame": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz", + "integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==", + "dev": true, + "requires": { + "@babel/highlight": "^7.14.5" + } + }, + "@babel/compat-data": { + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", + "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", + "dev": true + }, + "@babel/core": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.8.tgz", + "integrity": "sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.15.8", + "@babel/generator": "^7.15.8", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-module-transforms": "^7.15.8", + "@babel/helpers": "^7.15.4", + "@babel/parser": "^7.15.8", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.6", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + } + }, + "@babel/generator": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.8.tgz", + "integrity": "sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==", + "dev": true, + "requires": { + "@babel/types": "^7.15.6", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz", + "integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz", + "integrity": "sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==", + "dev": true, + "requires": { + "@babel/helper-explode-assignable-expression": "^7.15.4", + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz", + "integrity": "sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-validator-option": "^7.14.5", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz", + "integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-member-expression-to-functions": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4" + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz", + "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.14.5", + "regexpu-core": "^4.7.1" + } + }, + "@babel/helper-define-polyfill-provider": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz", + "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.13.0", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/traverse": "^7.13.0", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + } + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz", + "integrity": "sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-function-name": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz", + "integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.15.4", + "@babel/template": "^7.15.4", + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz", + "integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz", + "integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz", + "integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-module-imports": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz", + "integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-module-transforms": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz", + "integrity": "sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.15.4", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-simple-access": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "@babel/helper-validator-identifier": "^7.15.7", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.6" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz", + "integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz", + "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==", + "dev": true + }, + "@babel/helper-remap-async-to-generator": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz", + "integrity": "sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-wrap-function": "^7.15.4", + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-replace-supers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz", + "integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==", + "dev": true, + "requires": { + "@babel/helper-member-expression-to-functions": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-simple-access": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz", + "integrity": "sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz", + "integrity": "sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz", + "integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==", + "dev": true, + "requires": { + "@babel/types": "^7.15.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "dev": true + }, + "@babel/helper-validator-option": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", + "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", + "dev": true + }, + "@babel/helper-wrap-function": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz", + "integrity": "sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==", + "dev": true, + "requires": { + "@babel/helper-function-name": "^7.15.4", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + } + }, + "@babel/helpers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz", + "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==", + "dev": true, + "requires": { + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + } + }, + "@babel/highlight": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", + "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.14.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz", + "integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", + "dev": true + }, + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz", + "integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4", + "@babel/plugin-proposal-optional-chaining": "^7.14.5" + } + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz", + "integrity": "sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-remap-async-to-generator": "^7.15.4", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-class-properties": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz", + "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-proposal-class-static-block": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz", + "integrity": "sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz", + "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz", + "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz", + "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz", + "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz", + "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz", + "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.15.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz", + "integrity": "sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.15.4" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz", + "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz", + "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-proposal-private-methods": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz", + "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz", + "integrity": "sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-create-class-features-plugin": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + } + }, + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz", + "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-arrow-functions": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz", + "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz", + "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-remap-async-to-generator": "^7.14.5" + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz", + "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.15.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz", + "integrity": "sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz", + "integrity": "sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-computed-properties": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz", + "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.14.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz", + "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-dotall-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz", + "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-duplicate-keys": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz", + "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz", + "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==", + "dev": true, + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-for-of": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz", + "integrity": "sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-function-name": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz", + "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==", + "dev": true, + "requires": { + "@babel/helper-function-name": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz", + "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-member-expression-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz", + "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz", + "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz", + "integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-simple-access": "^7.15.4", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-systemjs": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz", + "integrity": "sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==", + "dev": true, + "requires": { + "@babel/helper-hoist-variables": "^7.15.4", + "@babel/helper-module-transforms": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-validator-identifier": "^7.14.9", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz", + "integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.14.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz", + "integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5" + } + }, + "@babel/plugin-transform-new-target": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz", + "integrity": "sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-object-super": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz", + "integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-replace-supers": "^7.14.5" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz", + "integrity": "sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-property-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz", + "integrity": "sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-regenerator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz", + "integrity": "sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==", + "dev": true, + "requires": { + "regenerator-transform": "^0.14.2" + } + }, + "@babel/plugin-transform-reserved-words": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz", + "integrity": "sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-shorthand-properties": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz", + "integrity": "sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-spread": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz", + "integrity": "sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4" + } + }, + "@babel/plugin-transform-sticky-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz", + "integrity": "sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-template-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz", + "integrity": "sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-typeof-symbol": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz", + "integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-unicode-escapes": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz", + "integrity": "sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-unicode-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz", + "integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/preset-env": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.8.tgz", + "integrity": "sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-validator-option": "^7.14.5", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.15.4", + "@babel/plugin-proposal-async-generator-functions": "^7.15.8", + "@babel/plugin-proposal-class-properties": "^7.14.5", + "@babel/plugin-proposal-class-static-block": "^7.15.4", + "@babel/plugin-proposal-dynamic-import": "^7.14.5", + "@babel/plugin-proposal-export-namespace-from": "^7.14.5", + "@babel/plugin-proposal-json-strings": "^7.14.5", + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", + "@babel/plugin-proposal-numeric-separator": "^7.14.5", + "@babel/plugin-proposal-object-rest-spread": "^7.15.6", + "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", + "@babel/plugin-proposal-optional-chaining": "^7.14.5", + "@babel/plugin-proposal-private-methods": "^7.14.5", + "@babel/plugin-proposal-private-property-in-object": "^7.15.4", + "@babel/plugin-proposal-unicode-property-regex": "^7.14.5", + "@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-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-transform-arrow-functions": "^7.14.5", + "@babel/plugin-transform-async-to-generator": "^7.14.5", + "@babel/plugin-transform-block-scoped-functions": "^7.14.5", + "@babel/plugin-transform-block-scoping": "^7.15.3", + "@babel/plugin-transform-classes": "^7.15.4", + "@babel/plugin-transform-computed-properties": "^7.14.5", + "@babel/plugin-transform-destructuring": "^7.14.7", + "@babel/plugin-transform-dotall-regex": "^7.14.5", + "@babel/plugin-transform-duplicate-keys": "^7.14.5", + "@babel/plugin-transform-exponentiation-operator": "^7.14.5", + "@babel/plugin-transform-for-of": "^7.15.4", + "@babel/plugin-transform-function-name": "^7.14.5", + "@babel/plugin-transform-literals": "^7.14.5", + "@babel/plugin-transform-member-expression-literals": "^7.14.5", + "@babel/plugin-transform-modules-amd": "^7.14.5", + "@babel/plugin-transform-modules-commonjs": "^7.15.4", + "@babel/plugin-transform-modules-systemjs": "^7.15.4", + "@babel/plugin-transform-modules-umd": "^7.14.5", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9", + "@babel/plugin-transform-new-target": "^7.14.5", + "@babel/plugin-transform-object-super": "^7.14.5", + "@babel/plugin-transform-parameters": "^7.15.4", + "@babel/plugin-transform-property-literals": "^7.14.5", + "@babel/plugin-transform-regenerator": "^7.14.5", + "@babel/plugin-transform-reserved-words": "^7.14.5", + "@babel/plugin-transform-shorthand-properties": "^7.14.5", + "@babel/plugin-transform-spread": "^7.15.8", + "@babel/plugin-transform-sticky-regex": "^7.14.5", + "@babel/plugin-transform-template-literals": "^7.14.5", + "@babel/plugin-transform-typeof-symbol": "^7.14.5", + "@babel/plugin-transform-unicode-escapes": "^7.14.5", + "@babel/plugin-transform-unicode-regex": "^7.14.5", + "@babel/preset-modules": "^0.1.4", + "@babel/types": "^7.15.6", + "babel-plugin-polyfill-corejs2": "^0.2.2", + "babel-plugin-polyfill-corejs3": "^0.2.5", + "babel-plugin-polyfill-regenerator": "^0.2.2", + "core-js-compat": "^3.16.0", + "semver": "^6.3.0" + } + }, + "@babel/preset-modules": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz", + "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + } + }, + "@babel/runtime": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/template": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz", + "integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.14.5", + "@babel/parser": "^7.15.4", + "@babel/types": "^7.15.4" + } + }, + "@babel/traverse": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz", + "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.14.5", + "@babel/generator": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-hoist-variables": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "@babel/parser": "^7.15.4", + "@babel/types": "^7.15.4", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.15.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz", + "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.14.9", + "to-fast-properties": "^2.0.0" + } + }, + "@braintree/sanitize-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz", + "integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==", + "dev": true + }, + "@eslint/eslintrc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.3.tgz", + "integrity": "sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==", + "dev": true, + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.0.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "globals": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz", + "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "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==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "@fullhuman/postcss-purgecss": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.0.3.tgz", + "integrity": "sha512-/EnQ9UDWGGqHkn1UKAwSgh+gJHPKmD+Z+5dQ4gWT4qq2NUyez3zqAfZNwFH3eSgmgO+wjTXfhlLchx2M9/K+7Q==", + "dev": true, + "requires": { + "purgecss": "^4.0.3" + } + }, + "@humanwhocodes/config-array": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.6.0.tgz", + "integrity": "sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==", + "dev": true, + "requires": { + "@humanwhocodes/object-schema": "^1.2.0", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + } + }, + "@humanwhocodes/object-schema": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz", + "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==", + "dev": true + }, + "@nicolo-ribaudo/chokidar-2": { + "version": "2.1.8-no-fsevents.3", + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", + "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", + "dev": true, + "optional": true + }, + "@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==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@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==", + "dev": true + }, + "@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==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@popperjs/core": { + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.10.2.tgz", + "integrity": "sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==", + "dev": true, + "peer": true + }, + "@sindresorhus/is": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.2.0.tgz", + "integrity": "sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==", + "dev": true + }, + "@szmarczak/http-timer": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", + "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==", + "dev": true, + "requires": { + "defer-to-connect": "^2.0.0" + } + }, + "@types/cacheable-request": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz", + "integrity": "sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==", + "dev": true, + "requires": { + "@types/http-cache-semantics": "*", + "@types/keyv": "*", + "@types/node": "*", + "@types/responselike": "*" + } + }, + "@types/http-cache-semantics": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", + "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==", + "dev": true + }, + "@types/keyv": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.3.tgz", + "integrity": "sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/mdast": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", + "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", + "dev": true, + "requires": { + "@types/unist": "*" + } + }, + "@types/minimist": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", + "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "dev": true + }, + "@types/node": { + "version": "16.10.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.10.9.tgz", + "integrity": "sha512-H9ReOt+yqIJPCutkTYjFjlyK6WEMQYT9hLZMlWtOjFQY2ItppsWZ6RJf8Aw+jz5qTYceuHvFgPIaKOHtLAEWBw==", + "dev": true + }, + "@types/normalize-package-data": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", + "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", + "dev": true + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "@types/responselike": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/unist": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", + "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", + "dev": true + }, + "acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "dev": true + }, + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "requires": {} + }, + "aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "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==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "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==", + "dev": true + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "dev": true + }, + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true + }, + "auto-changelog": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.3.0.tgz", + "integrity": "sha512-S2B+RtTgytsa7l5iFGBoWT9W9ylITT5JJ8OaMJ7nrwvnlRm1dSS2tghaYueDeInZZafOE+1llH3tUQjMDRVS1g==", + "dev": true, + "requires": { + "commander": "^5.0.0", + "handlebars": "^4.7.3", + "node-fetch": "^2.6.0", + "parse-github-url": "^1.0.2", + "semver": "^6.3.0" + }, + "dependencies": { + "commander": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", + "dev": true + }, + "node-fetch": { + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==", + "dev": true, + "requires": { + "whatwg-url": "^5.0.0" + } + } + } + }, + "autoprefixer": { + "version": "10.3.7", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.7.tgz", + "integrity": "sha512-EmGpu0nnQVmMhX8ROoJ7Mx8mKYPlcUHuxkwrRYEYMz85lu7H09v8w6R1P0JPdn/hKU32GjpLBFEOuIlDWCRWvg==", + "dev": true, + "requires": { + "browserslist": "^4.17.3", + "caniuse-lite": "^1.0.30001264", + "fraction.js": "^4.1.1", + "normalize-range": "^0.1.2", + "picocolors": "^0.2.1", + "postcss-value-parser": "^4.1.0" + } + }, + "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==", + "dev": true, + "requires": { + "object.assign": "^4.1.0" + } + }, + "babel-plugin-polyfill-corejs2": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz", + "integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.2.2", + "semver": "^6.1.1" + } + }, + "babel-plugin-polyfill-corejs3": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz", + "integrity": "sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.2.2", + "core-js-compat": "^3.16.2" + } + }, + "babel-plugin-polyfill-regenerator": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz", + "integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.2.2" + } + }, + "bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "dev": true + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true + }, + "bl": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz", + "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==", + "dev": true, + "requires": { + "readable-stream": "^2.3.5", + "safe-buffer": "^5.1.1" + } + }, + "bootstrap": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", + "integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", + "dev": true, + "requires": {} + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "browserslist": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.4.tgz", + "integrity": "sha512-Zg7RpbZpIJRW3am9Lyckue7PLytvVxxhJj1CaJVlCWENsGEAOlnlt8X0ZxGRPp7Bt9o8tIRM5SEXy4BCPMJjLQ==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001265", + "electron-to-chromium": "^1.3.867", + "escalade": "^3.1.1", + "node-releases": "^2.0.0", + "picocolors": "^1.0.0" + }, + "dependencies": { + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + } + } + }, + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "buffer-alloc": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", + "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", + "dev": true, + "requires": { + "buffer-alloc-unsafe": "^1.1.0", + "buffer-fill": "^1.0.0" + } + }, + "buffer-alloc-unsafe": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", + "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", + "dev": true + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "dev": true + }, + "buffer-fill": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", + "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=", + "dev": true + }, + "cacheable-lookup": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "dev": true + }, + "cacheable-request": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", + "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", + "dev": true, + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^6.0.1", + "responselike": "^2.0.0" + }, + "dependencies": { + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + } + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "camelcase-keys": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", + "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", + "dev": true, + "requires": { + "camelcase": "^5.3.1", + "map-obj": "^4.0.0", + "quick-lru": "^4.0.1" + }, + "dependencies": { + "quick-lru": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", + "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", + "dev": true + } + } + }, + "caniuse-lite": { + "version": "1.0.30001267", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001267.tgz", + "integrity": "sha512-r1mjTzAuJ9W8cPBGbbus8E0SKcUP7gn03R14Wk8FlAlqhH9hroy9nLqmpuXlfKEw/oILW+FGz47ipXV2O7x8lg==", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "character-entities": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", + "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", + "dev": true + }, + "character-entities-legacy": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", + "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", + "dev": true + }, + "character-reference-invalid": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", + "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", + "dev": true + }, + "chokidar": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", + "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", + "dev": true, + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.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" + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true + }, + "clipboard": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz", + "integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==", + "dev": true, + "requires": { + "good-listener": "^1.2.2", + "select": "^1.1.2", + "tiny-emitter": "^2.0.0" + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "clone-regexp": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz", + "integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==", + "dev": true, + "requires": { + "is-regexp": "^2.0.0" + } + }, + "clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "dev": true, + "requires": { + "mimic-response": "^1.0.0" + } + }, + "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==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "core-js-compat": { + "version": "3.18.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.18.3.tgz", + "integrity": "sha512-4zP6/y0a2RTHN5bRGT7PTq9lVt3WzvffTNjqnTKsXhkAYNDTkdCLOIfAdOLcQ/7TDdyRj3c+NeHe1NmF1eDScw==", + "dev": true, + "requires": { + "browserslist": "^4.17.3", + "semver": "7.0.0" + }, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true + } + } + }, + "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==", + "dev": true + }, + "cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dev": true, + "requires": { + "@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" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, + "d3": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/d3/-/d3-7.1.1.tgz", + "integrity": "sha512-8zkLMwSvUAnfN9pcJDfkuxU0Nvg4RLUD0A4BZN1KxJPtlnCGzMx3xM5cRl4m8fym/Vy8rlq52tl90UF3m91OnA==", + "dev": true, + "requires": { + "d3-array": "3", + "d3-axis": "3", + "d3-brush": "3", + "d3-chord": "3", + "d3-color": "3", + "d3-contour": "3", + "d3-delaunay": "6", + "d3-dispatch": "3", + "d3-drag": "3", + "d3-dsv": "3", + "d3-ease": "3", + "d3-fetch": "3", + "d3-force": "3", + "d3-format": "3", + "d3-geo": "3", + "d3-hierarchy": "3", + "d3-interpolate": "3", + "d3-path": "3", + "d3-polygon": "3", + "d3-quadtree": "3", + "d3-random": "3", + "d3-scale": "4", + "d3-scale-chromatic": "3", + "d3-selection": "3", + "d3-shape": "3", + "d3-time": "3", + "d3-time-format": "4", + "d3-timer": "3", + "d3-transition": "3", + "d3-zoom": "3" + } + }, + "d3-array": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.1.1.tgz", + "integrity": "sha512-33qQ+ZoZlli19IFiQx4QEpf2CBEayMRzhlisJHSCsSUbDXv6ZishqS1x7uFVClKG4Wr7rZVHvaAttoLow6GqdQ==", + "dev": true, + "requires": { + "internmap": "1 - 2" + } + }, + "d3-axis": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", + "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", + "dev": true + }, + "d3-brush": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", + "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", + "dev": true, + "requires": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "3", + "d3-transition": "3" + } + }, + "d3-chord": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", + "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", + "dev": true, + "requires": { + "d3-path": "1 - 3" + } + }, + "d3-collection": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz", + "integrity": "sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==", + "dev": true + }, + "d3-color": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.0.1.tgz", + "integrity": "sha512-6/SlHkDOBLyQSJ1j1Ghs82OIUXpKWlR0hCsw0XrLSQhuUPuCSmLQ1QPH98vpnQxMUQM2/gfAkUEWsupVpd9JGw==", + "dev": true + }, + "d3-contour": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-3.0.1.tgz", + "integrity": "sha512-0Oc4D0KyhwhM7ZL0RMnfGycLN7hxHB8CMmwZ3+H26PWAG0ozNuYG5hXSDNgmP1SgJkQMrlG6cP20HoaSbvcJTQ==", + "dev": true, + "requires": { + "d3-array": "2 - 3" + } + }, + "d3-delaunay": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.2.tgz", + "integrity": "sha512-IMLNldruDQScrcfT+MWnazhHbDJhcRJyOEBAJfwQnHle1RPh6WDuLvxNArUju2VSMSUuKlY5BGHRJ2cYyoFLQQ==", + "dev": true, + "requires": { + "delaunator": "5" + } + }, + "d3-dispatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", + "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", + "dev": true + }, + "d3-drag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", + "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", + "dev": true, + "requires": { + "d3-dispatch": "1 - 3", + "d3-selection": "3" + } + }, + "d3-dsv": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", + "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", + "dev": true, + "requires": { + "commander": "7", + "iconv-lite": "0.6", + "rw": "1" + }, + "dependencies": { + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true + } + } + }, + "d3-ease": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", + "dev": true + }, + "d3-fetch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", + "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", + "dev": true, + "requires": { + "d3-dsv": "1 - 3" + } + }, + "d3-force": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", + "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", + "dev": true, + "requires": { + "d3-dispatch": "1 - 3", + "d3-quadtree": "1 - 3", + "d3-timer": "1 - 3" + } + }, + "d3-format": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.0.1.tgz", + "integrity": "sha512-hdL7+HBIohpgfolhBxr1KX47VMD6+vVD/oEFrxk5yhmzV2prk99EkFKYpXuhVkFpTgHdJ6/4bYcjdLPPXV4tIA==", + "dev": true + }, + "d3-geo": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.0.1.tgz", + "integrity": "sha512-Wt23xBych5tSy9IYAM1FR2rWIBFWa52B/oF/GYe5zbdHrg08FU8+BuI6X4PvTwPDdqdAdq04fuWJpELtsaEjeA==", + "dev": true, + "requires": { + "d3-array": "2.5.0 - 3" + } + }, + "d3-hierarchy": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.0.1.tgz", + "integrity": "sha512-RlLTaofEoOrMK1JoXYIGhKTkJFI/6rFrYPgxy6QlZo2BcVc4HGTqEU0rPpzuMq5T/5XcMtAzv1XiLA3zRTfygw==", + "dev": true + }, + "d3-interpolate": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "dev": true, + "requires": { + "d3-color": "1 - 3" + } + }, + "d3-path": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.0.1.tgz", + "integrity": "sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w==", + "dev": true + }, + "d3-polygon": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", + "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", + "dev": true + }, + "d3-quadtree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", + "dev": true + }, + "d3-random": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", + "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", + "dev": true + }, + "d3-scale": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "dev": true, + "requires": { + "d3-array": "2.10.0 - 3", + "d3-format": "1 - 3", + "d3-interpolate": "1.2.0 - 3", + "d3-time": "2.1.1 - 3", + "d3-time-format": "2 - 4" + } + }, + "d3-scale-chromatic": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz", + "integrity": "sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==", + "dev": true, + "requires": { + "d3-color": "1 - 3", + "d3-interpolate": "1 - 3" + } + }, + "d3-selection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", + "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", + "dev": true + }, + "d3-shape": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.0.1.tgz", + "integrity": "sha512-HNZNEQoDhuCrDWEc/BMbF/hKtzMZVoe64TvisFLDp2Iyj0UShB/E6/lBsLlJTfBMbYgftHj90cXJ0SEitlE6Xw==", + "dev": true, + "requires": { + "d3-path": "1 - 3" + } + }, + "d3-time": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.0.0.tgz", + "integrity": "sha512-zmV3lRnlaLI08y9IMRXSDshQb5Nj77smnfpnd2LrBa/2K281Jijactokeak14QacHs/kKq0AQ121nidNYlarbQ==", + "dev": true, + "requires": { + "d3-array": "2 - 3" + } + }, + "d3-time-format": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.0.0.tgz", + "integrity": "sha512-nzaCwlj+ZVBIlFuVOT1RmU+6xb/7D5IcnhHzHQcBgS/aTa5K9fWZNN5LCXA27LgF5WxoSNJqKBbLcGMtM6Ca6A==", + "dev": true, + "requires": { + "d3-time": "1 - 3" + } + }, + "d3-timer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", + "dev": true + }, + "d3-transition": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", + "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", + "dev": true, + "requires": { + "d3-color": "1 - 3", + "d3-dispatch": "1 - 3", + "d3-ease": "1 - 3", + "d3-interpolate": "1 - 3", + "d3-timer": "1 - 3" + } + }, + "d3-voronoi": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.4.tgz", + "integrity": "sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==", + "dev": true + }, + "d3-zoom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", + "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", + "dev": true, + "requires": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "2 - 3", + "d3-transition": "2 - 3" + } + }, + "dagre": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/dagre/-/dagre-0.8.5.tgz", + "integrity": "sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==", + "dev": true, + "requires": { + "graphlib": "^2.1.8", + "lodash": "^4.17.15" + } + }, + "dagre-d3": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/dagre-d3/-/dagre-d3-0.6.4.tgz", + "integrity": "sha512-e/6jXeCP7/ptlAM48clmX4xTZc5Ek6T6kagS7Oz2HrYSdqcLZFLqpAfh7ldbZRFfxCZVyh61NEPR08UQRVxJzQ==", + "dev": true, + "requires": { + "d3": "^5.14", + "dagre": "^0.8.5", + "graphlib": "^2.1.8", + "lodash": "^4.17.15" + }, + "dependencies": { + "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==", + "dev": true + }, + "d3": { + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/d3/-/d3-5.16.0.tgz", + "integrity": "sha512-4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw==", + "dev": true, + "requires": { + "d3-array": "1", + "d3-axis": "1", + "d3-brush": "1", + "d3-chord": "1", + "d3-collection": "1", + "d3-color": "1", + "d3-contour": "1", + "d3-dispatch": "1", + "d3-drag": "1", + "d3-dsv": "1", + "d3-ease": "1", + "d3-fetch": "1", + "d3-force": "1", + "d3-format": "1", + "d3-geo": "1", + "d3-hierarchy": "1", + "d3-interpolate": "1", + "d3-path": "1", + "d3-polygon": "1", + "d3-quadtree": "1", + "d3-random": "1", + "d3-scale": "2", + "d3-scale-chromatic": "1", + "d3-selection": "1", + "d3-shape": "1", + "d3-time": "1", + "d3-time-format": "2", + "d3-timer": "1", + "d3-transition": "1", + "d3-voronoi": "1", + "d3-zoom": "1" + } + }, + "d3-array": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", + "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==", + "dev": true + }, + "d3-axis": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz", + "integrity": "sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==", + "dev": true + }, + "d3-brush": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.6.tgz", + "integrity": "sha512-7RW+w7HfMCPyZLifTz/UnJmI5kdkXtpCbombUSs8xniAyo0vIbrDzDwUJB6eJOgl9u5DQOt2TQlYumxzD1SvYA==", + "dev": true, + "requires": { + "d3-dispatch": "1", + "d3-drag": "1", + "d3-interpolate": "1", + "d3-selection": "1", + "d3-transition": "1" + } + }, + "d3-chord": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.6.tgz", + "integrity": "sha512-JXA2Dro1Fxw9rJe33Uv+Ckr5IrAa74TlfDEhE/jfLOaXegMQFQTAgAw9WnZL8+HxVBRXaRGCkrNU7pJeylRIuA==", + "dev": true, + "requires": { + "d3-array": "1", + "d3-path": "1" + } + }, + "d3-color": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.4.1.tgz", + "integrity": "sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==", + "dev": true + }, + "d3-contour": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-1.3.2.tgz", + "integrity": "sha512-hoPp4K/rJCu0ladiH6zmJUEz6+u3lgR+GSm/QdM2BBvDraU39Vr7YdDCicJcxP1z8i9B/2dJLgDC1NcvlF8WCg==", + "dev": true, + "requires": { + "d3-array": "^1.1.1" + } + }, + "d3-dispatch": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz", + "integrity": "sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==", + "dev": true + }, + "d3-drag": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.5.tgz", + "integrity": "sha512-rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w==", + "dev": true, + "requires": { + "d3-dispatch": "1", + "d3-selection": "1" + } + }, + "d3-dsv": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.2.0.tgz", + "integrity": "sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==", + "dev": true, + "requires": { + "commander": "2", + "iconv-lite": "0.4", + "rw": "1" + } + }, + "d3-ease": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.7.tgz", + "integrity": "sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==", + "dev": true + }, + "d3-fetch": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-1.2.0.tgz", + "integrity": "sha512-yC78NBVcd2zFAyR/HnUiBS7Lf6inSCoWcSxFfw8FYL7ydiqe80SazNwoffcqOfs95XaLo7yebsmQqDKSsXUtvA==", + "dev": true, + "requires": { + "d3-dsv": "1" + } + }, + "d3-force": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.2.1.tgz", + "integrity": "sha512-HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg==", + "dev": true, + "requires": { + "d3-collection": "1", + "d3-dispatch": "1", + "d3-quadtree": "1", + "d3-timer": "1" + } + }, + "d3-format": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.4.5.tgz", + "integrity": "sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==", + "dev": true + }, + "d3-geo": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.12.1.tgz", + "integrity": "sha512-XG4d1c/UJSEX9NfU02KwBL6BYPj8YKHxgBEw5om2ZnTRSbIcego6dhHwcxuSR3clxh0EpE38os1DVPOmnYtTPg==", + "dev": true, + "requires": { + "d3-array": "1" + } + }, + "d3-hierarchy": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz", + "integrity": "sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==", + "dev": true + }, + "d3-interpolate": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.4.0.tgz", + "integrity": "sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==", + "dev": true, + "requires": { + "d3-color": "1" + } + }, + "d3-path": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", + "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", + "dev": true + }, + "d3-polygon": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-1.0.6.tgz", + "integrity": "sha512-k+RF7WvI08PC8reEoXa/w2nSg5AUMTi+peBD9cmFc+0ixHfbs4QmxxkarVal1IkVkgxVuk9JSHhJURHiyHKAuQ==", + "dev": true + }, + "d3-quadtree": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.7.tgz", + "integrity": "sha512-RKPAeXnkC59IDGD0Wu5mANy0Q2V28L+fNe65pOCXVdVuTJS3WPKaJlFHer32Rbh9gIo9qMuJXio8ra4+YmIymA==", + "dev": true + }, + "d3-random": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-1.1.2.tgz", + "integrity": "sha512-6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==", + "dev": true + }, + "d3-scale": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.2.tgz", + "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", + "dev": true, + "requires": { + "d3-array": "^1.2.0", + "d3-collection": "1", + "d3-format": "1", + "d3-interpolate": "1", + "d3-time": "1", + "d3-time-format": "2" + } + }, + "d3-scale-chromatic": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.5.0.tgz", + "integrity": "sha512-ACcL46DYImpRFMBcpk9HhtIyC7bTBR4fNOPxwVSl0LfulDAwyiHyPOTqcDG1+t5d4P9W7t/2NAuWu59aKko/cg==", + "dev": true, + "requires": { + "d3-color": "1", + "d3-interpolate": "1" + } + }, + "d3-selection": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.2.tgz", + "integrity": "sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==", + "dev": true + }, + "d3-shape": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", + "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", + "dev": true, + "requires": { + "d3-path": "1" + } + }, + "d3-time": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz", + "integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==", + "dev": true + }, + "d3-time-format": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz", + "integrity": "sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==", + "dev": true, + "requires": { + "d3-time": "1" + } + }, + "d3-timer": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.10.tgz", + "integrity": "sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==", + "dev": true + }, + "d3-transition": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.3.2.tgz", + "integrity": "sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==", + "dev": true, + "requires": { + "d3-color": "1", + "d3-dispatch": "1", + "d3-ease": "1", + "d3-interpolate": "1", + "d3-selection": "^1.1.0", + "d3-timer": "1" + } + }, + "d3-zoom": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.8.3.tgz", + "integrity": "sha512-VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ==", + "dev": true, + "requires": { + "d3-dispatch": "1", + "d3-drag": "1", + "d3-interpolate": "1", + "d3-selection": "1", + "d3-transition": "1" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + } + } + }, + "data-uri-to-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", + "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==", + "dev": true + }, + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "decamelize-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", + "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", + "dev": true, + "requires": { + "decamelize": "^1.1.0", + "map-obj": "^1.0.0" + }, + "dependencies": { + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true + } + } + }, + "decompress": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz", + "integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==", + "dev": true, + "requires": { + "decompress-tar": "^4.0.0", + "decompress-tarbz2": "^4.0.0", + "decompress-targz": "^4.0.0", + "decompress-unzip": "^4.0.1", + "graceful-fs": "^4.1.10", + "make-dir": "^1.0.0", + "pify": "^2.3.0", + "strip-dirs": "^2.0.0" + }, + "dependencies": { + "make-dir": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", + "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", + "dev": true, + "requires": { + "pify": "^3.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + } + } + } + } + }, + "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==", + "dev": true, + "requires": { + "mimic-response": "^3.1.0" + }, + "dependencies": { + "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==", + "dev": true + } + } + }, + "decompress-tar": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz", + "integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==", + "dev": true, + "requires": { + "file-type": "^5.2.0", + "is-stream": "^1.1.0", + "tar-stream": "^1.5.2" + } + }, + "decompress-tarbz2": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz", + "integrity": "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==", + "dev": true, + "requires": { + "decompress-tar": "^4.1.0", + "file-type": "^6.1.0", + "is-stream": "^1.1.0", + "seek-bzip": "^1.0.5", + "unbzip2-stream": "^1.0.9" + }, + "dependencies": { + "file-type": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz", + "integrity": "sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==", + "dev": true + } + } + }, + "decompress-targz": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz", + "integrity": "sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==", + "dev": true, + "requires": { + "decompress-tar": "^4.1.1", + "file-type": "^5.2.0", + "is-stream": "^1.1.0" + } + }, + "decompress-unzip": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz", + "integrity": "sha1-3qrM39FK6vhVePczroIQ+bSEj2k=", + "dev": true, + "requires": { + "file-type": "^3.8.0", + "get-stream": "^2.2.0", + "pify": "^2.3.0", + "yauzl": "^2.4.2" + }, + "dependencies": { + "file-type": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz", + "integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek=", + "dev": true + } + } + }, + "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==", + "dev": true + }, + "deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "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==", + "dev": true + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "del": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz", + "integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==", + "dev": true, + "requires": { + "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" + }, + "dependencies": { + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + } + } + }, + "delaunator": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.0.tgz", + "integrity": "sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==", + "dev": true, + "requires": { + "robust-predicates": "^3.0.0" + } + }, + "delegate": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz", + "integrity": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==", + "dev": true + }, + "dependency-graph": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", + "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", + "dev": true + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + } + }, + "doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "dev": true + } + } + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "dompurify": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.3.tgz", + "integrity": "sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==", + "dev": true + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "electron-to-chromium": { + "version": "1.3.868", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.868.tgz", + "integrity": "sha512-kZYCHqwJ1ctGrYDlOcWQH+/AftAm/KD4lEnLDNwS0kKwx1x6dU4zv+GuDjsPPOGn/2TjnKBaZjDyjXaoix0q/A==", + "dev": true + }, + "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==", + "dev": true + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "requires": { + "ansi-colors": "^4.1.1" + } + }, + "entities": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", + "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "dev": true + }, + "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==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "eslint": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.0.1.tgz", + "integrity": "sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==", + "dev": true, + "requires": { + "@eslint/eslintrc": "^1.0.3", + "@humanwhocodes/config-array": "^0.6.0", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "enquirer": "^2.3.5", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^6.0.0", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.0.0", + "espree": "^9.0.0", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.6.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "progress": "^2.0.0", + "regexpp": "^3.2.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "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==", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "requires": { + "is-glob": "^4.0.3" + } + }, + "globals": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz", + "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "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==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "eslint-scope": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-6.0.0.tgz", + "integrity": "sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==", + "dev": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + } + }, + "eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^2.0.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true + } + } + }, + "eslint-visitor-keys": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz", + "integrity": "sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==", + "dev": true + }, + "espree": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.0.0.tgz", + "integrity": "sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==", + "dev": true, + "requires": { + "acorn": "^8.5.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.0.0" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "requires": { + "estraverse": "^5.1.0" + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + } + }, + "estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "exec-bin": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/exec-bin/-/exec-bin-1.0.0.tgz", + "integrity": "sha512-p8f8h8b6op2nR7U5rsd+zACUMfsfB+jW8HNIBD2njOQ/gF2WvBfQRo/OU6Q6f/b34WLAyePZcwMJyrDdEjB/fw==", + "dev": true + }, + "execall": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz", + "integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==", + "dev": true, + "requires": { + "clone-regexp": "^2.1.0" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "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==", + "dev": true + }, + "fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dev": true, + "requires": { + "@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" + } + }, + "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==", + "dev": true + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "fastest-levenshtein": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", + "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", + "dev": true + }, + "fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", + "dev": true, + "requires": { + "pend": "~1.2.0" + } + }, + "fetch-blob": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.2.tgz", + "integrity": "sha512-hunJbvy/6OLjCD0uuhLdp0mMPzP/yd2ssd1t2FCJsaA7wkWhpbp9xfuNVpv7Ll4jFhzp6T4LAupSiV9uOeg0VQ==", + "dev": true, + "requires": { + "web-streams-polyfill": "^3.0.3" + } + }, + "file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "requires": { + "flat-cache": "^3.0.4" + } + }, + "file-type": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz", + "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY=", + "dev": true + }, + "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==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "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, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz", + "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==", + "dev": true + }, + "flexsearch": { + "version": "0.7.21", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.21.tgz", + "integrity": "sha512-W7cHV7Hrwjid6lWmy0IhsWDFQboWSng25U3VVywpHOTJnnAZNPScog67G+cVpeX9f7yDD21ih0WDrMMT+JoaYg==", + "dev": true + }, + "fraction.js": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.1.tgz", + "integrity": "sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==", + "dev": true + }, + "fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "dev": true + }, + "fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "fs-readdir-recursive": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", + "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "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==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "dev": true + }, + "get-stream": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz", + "integrity": "sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=", + "dev": true, + "requires": { + "object-assign": "^4.0.1", + "pinkie-promise": "^2.0.0" + } + }, + "glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-all": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/glob-all/-/glob-all-3.2.1.tgz", + "integrity": "sha512-x877rVkzB3ipid577QOp+eQCR6M5ZyiwrtaYgrX/z3EThaSPFtLDwBXFHc3sH1cG0R0vFYI5SRYeWMMSEyXkUw==", + "dev": true, + "requires": { + "glob": "^7.1.2", + "yargs": "^15.3.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "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==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "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==", + "dev": true + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dev": true, + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "dev": true, + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "dev": true, + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + }, + "dependencies": { + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "globby": { + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + }, + "dependencies": { + "ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + } + } + }, + "globjoin": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", + "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=", + "dev": true + }, + "gonzales-pe": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz", + "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "good-listener": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz", + "integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=", + "dev": true, + "requires": { + "delegate": "^3.1.2" + } + }, + "got": { + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz", + "integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==", + "dev": true, + "requires": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.1", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + } + }, + "graceful-fs": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", + "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==", + "dev": true + }, + "graphlib": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz", + "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==", + "dev": true, + "requires": { + "lodash": "^4.17.15" + } + }, + "handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "dev": true, + "requires": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4", + "wordwrap": "^1.0.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "hard-rejection": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", + "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "dev": true + }, + "highlight.js": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.2.0.tgz", + "integrity": "sha512-JOySjtOEcyG8s4MLR2MNbLUyaXqUunmSnL2kdV/KuGJOmHZuAR5xC54Ko7goAXBWNhf09Vy3B+U7vR62UZ/0iw==", + "dev": true + }, + "hosted-git-info": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz", + "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "hpagent": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/hpagent/-/hpagent-0.1.2.tgz", + "integrity": "sha512-ePqFXHtSQWAFXYmj+JtOTHr84iNrII4/QRlAAPPE+zqnKy4xJo7Ie1Y4kC7AdB+LxLxSTTzBMASsEcy0q8YyvQ==", + "dev": true + }, + "html-tags": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", + "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==", + "dev": true + }, + "htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "dev": true, + "requires": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + }, + "dependencies": { + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", + "dev": true + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } + } + }, + "http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true + }, + "http2-wrapper": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "dev": true, + "requires": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + } + }, + "hugo-installer": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hugo-installer/-/hugo-installer-3.1.0.tgz", + "integrity": "sha512-E3yc8m1NRZBROOx0tx5WtUfAa9EcBbjbM4YSfy3KLGXQfHXIpbfD3oQ5YIKvih8aKuyyRtKzBZIdiOHfWAvvtg==", + "dev": true, + "requires": { + "decompress": "4.2.x", + "del": "6.0.x", + "got": "11.8.x", + "hpagent": "0.1.x", + "object-path": "0.11.x", + "semver": "7.3.x", + "yargs": "16.2.x" + }, + "dependencies": { + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true + }, + "import-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", + "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", + "dev": true, + "requires": { + "import-from": "^3.0.0" + } + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "import-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", + "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", + "dev": true, + "requires": { + "resolve-from": "^5.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + } + } + }, + "import-lazy": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", + "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", + "dev": true + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "inden