From 60fb14672867030cf393e555a479aaec91da353c Mon Sep 17 00:00:00 2001 From: Irvan Malik Date: Tue, 11 Apr 2023 05:20:56 +0700 Subject: [PATCH 01/14] chore(astro): deleted bunch of unused stuff Signed-off-by: Irvan Malik --- astro.config.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index ebd57777..7a8e603e 100755 --- a/astro.config.ts +++ b/astro.config.ts @@ -1,5 +1,4 @@ import { defineConfig } from "astro/config"; -import sitemap from "@astrojs/sitemap"; import tailwind from "@astrojs/tailwind"; import partytown from "@astrojs/partytown"; import image from "@astrojs/image"; @@ -9,28 +8,12 @@ import vercel from "@astrojs/vercel/serverless"; import solidJs from "@astrojs/solid-js"; import remarkMath from "remark-math"; import rehypeKatex from "rehype-katex"; -import { getAllPostLinks } from "./src/lib/posts"; -import { getAllLyricLinks } from "./src/lib/lyrics"; import type { AstroIntegration } from "astro"; // https://astro.build/config export default defineConfig({ site: "https://irvanma.eu.org", integrations: [ - sitemap({ - customPages: [ - "https://irvanma.eu.org/", - "https://irvanma.eu.org/posts", - "https://irvanma.eu.org/lyrics", - "https://irvanma.eu.org/creed", - "https://irvanma.eu.org/oath", - ...getAllPostLinks(), - ...getAllLyricLinks(), - ], - changefreq: "daily", - priority: 0.8, - lastmod: new Date(), - }), tailwind({ config: { applyBaseStyles: true, From 8ef0d2bdbe10b4417fc922f49dda80d7d8298520 Mon Sep 17 00:00:00 2001 From: Irvan Malik Date: Tue, 11 Apr 2023 05:21:19 +0700 Subject: [PATCH 02/14] deps(purge): purge all unused deps Signed-off-by: Irvan Malik --- package.json | 6 +- pnpm-lock.yaml | 6681 +++++++++++++++--------------------------------- 2 files changed, 2039 insertions(+), 4648 deletions(-) diff --git a/package.json b/package.json index 6f57d2ac..a711921f 100755 --- a/package.json +++ b/package.json @@ -16,18 +16,16 @@ "@astrojs/mdx": "^0.18.3", "@astrojs/partytown": "^1.2.0", "@astrojs/prefetch": "^0.2.1", - "@astrojs/sitemap": "^1.2.2", + "@astrojs/rss": "^2.3.2", "@astrojs/solid-js": "^2.1.0", "@astrojs/tailwind": "^3.1.1", - "@astrojs/vercel": "^3.2.2", + "@astrojs/vercel": "^3.2.3", "@domchristie/turn": "2.0.0-0", "@hotwired/turbo": "^7.3.0", "@tailwindcss/typography": "^0.5.9", "@vite-pwa/astro": "^0.0.5", "astro": "^2.2.1", "astro-seo": "^0.7.2", - "extract-md-headings": "^0.2.5", - "gray-matter": "^4.0.3", "lucide-solid": "^0.127.0", "rehype-katex": "^6.0.2", "remark-math": "^5.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6357c8df..9312c595 100755 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,43 +1,43 @@ -lockfileVersion: "6.0" +lockfileVersion: '6.0' dependencies: - "@astro-community/astro-embed-youtube": + '@astro-community/astro-embed-youtube': specifier: ^0.2.2 version: 0.2.2(astro@2.2.1) - "@astrojs/image": + '@astrojs/image': specifier: ^0.16.5 version: 0.16.5(astro@2.2.1)(sharp@0.31.3) - "@astrojs/mdx": + '@astrojs/mdx': specifier: ^0.18.3 version: 0.18.3(astro@2.2.1)(rollup@3.20.2) - "@astrojs/partytown": + '@astrojs/partytown': specifier: ^1.2.0 version: 1.2.0 - "@astrojs/prefetch": + '@astrojs/prefetch': specifier: ^0.2.1 version: 0.2.1 - "@astrojs/sitemap": - specifier: ^1.2.2 - version: 1.2.2 - "@astrojs/solid-js": + '@astrojs/rss': + specifier: ^2.3.2 + version: 2.3.2 + '@astrojs/solid-js': specifier: ^2.1.0 version: 2.1.0(@babel/core@7.21.4)(solid-js@1.7.3)(vite@4.2.1) - "@astrojs/tailwind": + '@astrojs/tailwind': specifier: ^3.1.1 version: 3.1.1(astro@2.2.1)(tailwindcss@3.3.1) - "@astrojs/vercel": - specifier: ^3.2.2 - version: 3.2.2(astro@2.2.1)(react@18.2.0) - "@domchristie/turn": + '@astrojs/vercel': + specifier: ^3.2.3 + version: 3.2.3(astro@2.2.1)(react@18.2.0) + '@domchristie/turn': specifier: 2.0.0-0 version: 2.0.0-0 - "@hotwired/turbo": + '@hotwired/turbo': specifier: ^7.3.0 version: 7.3.0 - "@tailwindcss/typography": + '@tailwindcss/typography': specifier: ^0.5.9 version: 0.5.9(tailwindcss@3.3.1) - "@vite-pwa/astro": + '@vite-pwa/astro': specifier: ^0.0.5 version: 0.0.5(astro@2.2.1)(vite-plugin-pwa@0.14.7) astro: @@ -46,12 +46,6 @@ dependencies: astro-seo: specifier: ^0.7.2 version: 0.7.2 - extract-md-headings: - specifier: ^0.2.5 - version: 0.2.5 - gray-matter: - specifier: ^4.0.3 - version: 4.0.3 lucide-solid: specifier: ^0.127.0 version: 0.127.0(solid-js@1.7.3) @@ -72,7 +66,7 @@ dependencies: version: 3.3.1(postcss@8.4.21) devDependencies: - "@babel/core": + '@babel/core': specifier: ^7.21.4 version: 7.21.4 rollup: @@ -86,31 +80,23 @@ devDependencies: version: 4.2.1 packages: + /@altano/tiny-async-pool@1.0.2: - resolution: - { - integrity: sha512-qQzaI0TBUPdpjZ3qo5b2ziQY9MSNpbziH2ZrE5lvtUZL+kn9GwVuVJwoOubaoNkeDB+rqEefnpu1k+oMpOCYiw==, - } + resolution: {integrity: sha512-qQzaI0TBUPdpjZ3qo5b2ziQY9MSNpbziH2ZrE5lvtUZL+kn9GwVuVJwoOubaoNkeDB+rqEefnpu1k+oMpOCYiw==} dev: false /@ampproject/remapping@2.2.1: - resolution: - { - integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 /@apideck/better-ajv-errors@0.3.6(ajv@8.12.0): - resolution: - { - integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} + engines: {node: '>=10'} peerDependencies: - ajv: ">=8" + ajv: '>=8' dependencies: ajv: 8.12.0 json-schema: 0.4.0 @@ -119,10 +105,7 @@ packages: dev: false /@astro-community/astro-embed-youtube@0.2.2(astro@2.2.1): - resolution: - { - integrity: sha512-eGBVujUNOv6x2x/iXS7D/XWmlx69frLQKyYBW0zTFzzgDCeOuXkJ4TPMOdQHsttp2ZCvbqii8f27GoaTKHIa7g==, - } + resolution: {integrity: sha512-eGBVujUNOv6x2x/iXS7D/XWmlx69frLQKyYBW0zTFzzgDCeOuXkJ4TPMOdQHsttp2ZCvbqii8f27GoaTKHIa7g==} peerDependencies: astro: ^1.0.0 || ^2.0.0-beta dependencies: @@ -131,32 +114,23 @@ packages: dev: false /@astrojs/compiler@0.31.4: - resolution: - { - integrity: sha512-6bBFeDTtPOn4jZaiD3p0f05MEGQL9pw2Zbfj546oFETNmjJFWO3nzHz6/m+P53calknCvyVzZ5YhoBLIvzn5iw==, - } + resolution: {integrity: sha512-6bBFeDTtPOn4jZaiD3p0f05MEGQL9pw2Zbfj546oFETNmjJFWO3nzHz6/m+P53calknCvyVzZ5YhoBLIvzn5iw==} dev: false /@astrojs/compiler@1.3.1: - resolution: - { - integrity: sha512-xV/3r+Hrfpr4ECfJjRjeaMkJvU73KiOADowHjhkqidfNPVAWPzbqw1KePXuMK1TjzMvoAVE7E163oqfH3lDwSw==, - } + resolution: {integrity: sha512-xV/3r+Hrfpr4ECfJjRjeaMkJvU73KiOADowHjhkqidfNPVAWPzbqw1KePXuMK1TjzMvoAVE7E163oqfH3lDwSw==} dev: false /@astrojs/image@0.16.5(astro@2.2.1)(sharp@0.31.3): - resolution: - { - integrity: sha512-pps2fXTcPqUJOaATgrXT2eQwYJeW2fmd+QuQLqBiiIQHaECNugHCt/MwBi9skn+195VcFtYM3eCTjvmRrx4fPQ==, - } + resolution: {integrity: sha512-pps2fXTcPqUJOaATgrXT2eQwYJeW2fmd+QuQLqBiiIQHaECNugHCt/MwBi9skn+195VcFtYM3eCTjvmRrx4fPQ==} peerDependencies: astro: ^2.2.0 - sharp: ">=0.31.0" + sharp: '>=0.31.0' peerDependenciesMeta: sharp: optional: true dependencies: - "@altano/tiny-async-pool": 1.0.2 + '@altano/tiny-async-pool': 1.0.2 astro: 2.2.1(sharp@0.31.3) http-cache-semantics: 4.1.1 image-size: 1.0.2 @@ -167,13 +141,10 @@ packages: dev: false /@astrojs/language-server@0.28.3: - resolution: - { - integrity: sha512-fPovAX/X46eE2w03jNRMpQ7W9m2mAvNt4Ay65lD9wl1Z5vIQYxlg7Enp9qP225muTr4jSVB5QiLumFJmZMAaVA==, - } + resolution: {integrity: sha512-fPovAX/X46eE2w03jNRMpQ7W9m2mAvNt4Ay65lD9wl1Z5vIQYxlg7Enp9qP225muTr4jSVB5QiLumFJmZMAaVA==} hasBin: true dependencies: - "@vscode/emmet-helper": 2.8.6 + '@vscode/emmet-helper': 2.8.6 events: 3.3.0 prettier: 2.8.7 prettier-plugin-astro: 0.7.2 @@ -188,14 +159,11 @@ packages: dev: false /@astrojs/markdown-remark@2.1.3(astro@2.2.1): - resolution: - { - integrity: sha512-Di8Qbit9p7L7eqKklAJmiW9nVD+XMsNHpaNzCLduWjOonDu9fVgEzdjeDrTVCDtgrvkfhpAekuNXrp5+w4F91g==, - } + resolution: {integrity: sha512-Di8Qbit9p7L7eqKklAJmiW9nVD+XMsNHpaNzCLduWjOonDu9fVgEzdjeDrTVCDtgrvkfhpAekuNXrp5+w4F91g==} peerDependencies: astro: ^2.2.0 dependencies: - "@astrojs/prism": 2.1.1 + '@astrojs/prism': 2.1.1 astro: 2.2.1(sharp@0.31.3) github-slugger: 1.5.0 import-meta-resolve: 2.2.2 @@ -214,16 +182,13 @@ packages: dev: false /@astrojs/mdx@0.18.3(astro@2.2.1)(rollup@3.20.2): - resolution: - { - integrity: sha512-fFkzYthnFqxmdp6IesvzU6FDHdAGo9bf4dbMOPCREcBfEhATqSpT9gjK/HdJ5s1MfZI8jjYeSC3yzhmNlq62qA==, - } - engines: { node: ">=16.12.0" } - dependencies: - "@astrojs/markdown-remark": 2.1.3(astro@2.2.1) - "@astrojs/prism": 2.1.1 - "@mdx-js/mdx": 2.3.0 - "@mdx-js/rollup": 2.3.0(rollup@3.20.2) + resolution: {integrity: sha512-fFkzYthnFqxmdp6IesvzU6FDHdAGo9bf4dbMOPCREcBfEhATqSpT9gjK/HdJ5s1MfZI8jjYeSC3yzhmNlq62qA==} + engines: {node: '>=16.12.0'} + dependencies: + '@astrojs/markdown-remark': 2.1.3(astro@2.2.1) + '@astrojs/prism': 2.1.1 + '@mdx-js/mdx': 2.3.0 + '@mdx-js/rollup': 2.3.0(rollup@3.20.2) acorn: 8.8.2 es-module-lexer: 1.2.1 estree-util-visit: 1.2.1 @@ -244,50 +209,35 @@ packages: dev: false /@astrojs/partytown@1.2.0: - resolution: - { - integrity: sha512-AjrroKpBJR4rs0CLlmLqZ82Dfa3fFvN9mQZ3cfOXQYo85Rc/85R01MZiS1S1G5IzqWi2TDWIMH6R1cm12aGKDg==, - } + resolution: {integrity: sha512-AjrroKpBJR4rs0CLlmLqZ82Dfa3fFvN9mQZ3cfOXQYo85Rc/85R01MZiS1S1G5IzqWi2TDWIMH6R1cm12aGKDg==} dependencies: - "@builder.io/partytown": 0.7.6 + '@builder.io/partytown': 0.7.6 mrmime: 1.0.1 dev: false /@astrojs/prefetch@0.2.1: - resolution: - { - integrity: sha512-kVDhUl0BzN/3D1NJL5ndgKK5Dk/mdSf5LinKrPIVVVND+hrdErkihV53sA3pyffdw488pFvAiFu2+LW/DWhiHA==, - } + resolution: {integrity: sha512-kVDhUl0BzN/3D1NJL5ndgKK5Dk/mdSf5LinKrPIVVVND+hrdErkihV53sA3pyffdw488pFvAiFu2+LW/DWhiHA==} dependencies: throttles: 1.0.1 dev: false /@astrojs/prism@2.1.1: - resolution: - { - integrity: sha512-Gnwnlb1lGJzCQEg89r4/WqgfCGPNFC7Kuh2D/k289Cbdi/2PD7Lrdstz86y1itDvcb2ijiRqjqWnJ5rsfu/QOA==, - } - engines: { node: ">=16.12.0" } + resolution: {integrity: sha512-Gnwnlb1lGJzCQEg89r4/WqgfCGPNFC7Kuh2D/k289Cbdi/2PD7Lrdstz86y1itDvcb2ijiRqjqWnJ5rsfu/QOA==} + engines: {node: '>=16.12.0'} dependencies: prismjs: 1.29.0 dev: false - /@astrojs/sitemap@1.2.2: - resolution: - { - integrity: sha512-rjgFEPzETMVYgOMECIFP2vCkwzF9nLB31/6XWN548IeU/IlFgYR28RbsGTIjUElDak/9AF3jzjtzyldAZger3Q==, - } + /@astrojs/rss@2.3.2: + resolution: {integrity: sha512-R/nKOY7O48RQhD8d2i7yJBMS4sTHEHp17zFQIlrGfGXBHYKOOdyeF36UyjECSN3oglKwpi+vdGzQW/UGwJcNHg==} dependencies: - sitemap: 7.1.1 - zod: 3.21.4 + fast-xml-parser: 4.2.0 + kleur: 4.1.5 dev: false /@astrojs/solid-js@2.1.0(@babel/core@7.21.4)(solid-js@1.7.3)(vite@4.2.1): - resolution: - { - integrity: sha512-p07DP9NRWJPjtF+CzPZ9lzOMkoyw6wSs3S6g3OZUxR+DVQy3VIXXDqCcnZZVJI34VakkHuViZaoNNkBW/9I54w==, - } - engines: { node: ">=16.12.0" } + resolution: {integrity: sha512-p07DP9NRWJPjtF+CzPZ9lzOMkoyw6wSs3S6g3OZUxR+DVQy3VIXXDqCcnZZVJI34VakkHuViZaoNNkBW/9I54w==} + engines: {node: '>=16.12.0'} peerDependencies: solid-js: ^1.4.3 dependencies: @@ -295,20 +245,17 @@ packages: solid-js: 1.7.3 vitefu: 0.2.4(vite@4.2.1) transitivePeerDependencies: - - "@babel/core" + - '@babel/core' - vite dev: false /@astrojs/tailwind@3.1.1(astro@2.2.1)(tailwindcss@3.3.1): - resolution: - { - integrity: sha512-Wx/ZtVnmtfqHWGVzvUEYZm8rufVKVgDIef0q6fzwUxoT1EpTTwBkTbpnzooogewMLOh2eTscasGe3Ih2HC1wVA==, - } + resolution: {integrity: sha512-Wx/ZtVnmtfqHWGVzvUEYZm8rufVKVgDIef0q6fzwUxoT1EpTTwBkTbpnzooogewMLOh2eTscasGe3Ih2HC1wVA==} peerDependencies: astro: ^2.1.3 tailwindcss: ^3.0.24 dependencies: - "@proload/core": 0.3.3 + '@proload/core': 0.3.3 astro: 2.2.1(sharp@0.31.3) autoprefixer: 10.4.14(postcss@8.4.21) postcss: 8.4.21 @@ -319,11 +266,8 @@ packages: dev: false /@astrojs/telemetry@2.1.0: - resolution: - { - integrity: sha512-P3gXNNOkRJM8zpnasNoi5kXp3LnFt0smlOSUXhkynfJpTJMIDrcMbKpNORN0OYbqpKt9JPdgRN7nsnGWpbH1ww==, - } - engines: { node: ">=16.12.0" } + resolution: {integrity: sha512-P3gXNNOkRJM8zpnasNoi5kXp3LnFt0smlOSUXhkynfJpTJMIDrcMbKpNORN0OYbqpKt9JPdgRN7nsnGWpbH1ww==} + engines: {node: '>=16.12.0'} dependencies: ci-info: 3.8.0 debug: 4.3.4 @@ -331,23 +275,20 @@ packages: dset: 3.1.2 is-docker: 3.0.0 is-wsl: 2.2.0 - undici: 5.21.0 + undici: 5.21.2 which-pm-runs: 1.1.0 transitivePeerDependencies: - supports-color dev: false - /@astrojs/vercel@3.2.2(astro@2.2.1)(react@18.2.0): - resolution: - { - integrity: sha512-w8vfIrJnVvHNoZRTMH5CqeOUN/8xR2wWYh8vyv4HEj8vJyZKehfDT7W1edAgnbK4n0OOuWX+uGPZRGLeEsz7Lg==, - } + /@astrojs/vercel@3.2.3(astro@2.2.1)(react@18.2.0): + resolution: {integrity: sha512-JQFqSpaUxLVSFWNREMFmeVNwLuBexjZ3CrLnas5iSWncY4e4eFzZJsQBW28Dnf96bRwIdPNdOle0GYILkakueA==} peerDependencies: - astro: ^2.2.0 + astro: ^2.2.1 dependencies: - "@astrojs/webapi": 2.1.0 - "@vercel/analytics": 0.1.11(react@18.2.0) - "@vercel/nft": 0.22.6 + '@astrojs/webapi': 2.1.0 + '@vercel/analytics': 0.1.11(react@18.2.0) + '@vercel/nft': 0.22.6 astro: 2.2.1(sharp@0.31.3) fast-glob: 3.2.12 set-cookie-parser: 2.6.0 @@ -359,47 +300,35 @@ packages: dev: false /@astrojs/webapi@2.1.0: - resolution: - { - integrity: sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA==, - } + resolution: {integrity: sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA==} dependencies: undici: 5.20.0 dev: false /@babel/code-frame@7.21.4: - resolution: - { - integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/highlight": 7.18.6 + '@babel/highlight': 7.18.6 /@babel/compat-data@7.21.4: - resolution: - { - integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==} + engines: {node: '>=6.9.0'} /@babel/core@7.21.4: - resolution: - { - integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.21.4 - "@babel/generator": 7.21.4 - "@babel/helper-compilation-targets": 7.21.4(@babel/core@7.21.4) - "@babel/helper-module-transforms": 7.21.2 - "@babel/helpers": 7.21.0 - "@babel/parser": 7.21.4 - "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + resolution: {integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) + '@babel/helper-module-transforms': 7.21.2 + '@babel/helpers': 7.21.0 + '@babel/parser': 7.21.4 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.4 + '@babel/types': 7.21.4 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -409,101 +338,80 @@ packages: - supports-color /@babel/generator@7.21.4: - resolution: - { - integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.21.4 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.4 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 /@babel/helper-annotate-as-pure@7.18.6: - resolution: - { - integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.18.9: - resolution: - { - integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/helper-explode-assignable-expression": 7.18.6 - "@babel/types": 7.21.4 + '@babel/helper-explode-assignable-expression': 7.18.6 + '@babel/types': 7.21.4 dev: false /@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.4): - resolution: - { - integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/compat-data": 7.21.4 - "@babel/core": 7.21.4 - "@babel/helper-validator-option": 7.21.0 + '@babel/compat-data': 7.21.4 + '@babel/core': 7.21.4 + '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 /@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.4): - resolution: - { - integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-member-expression-to-functions": 7.21.0 - "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/helper-replace-supers": 7.20.7 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/helper-split-export-declaration": 7.18.6 + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-member-expression-to-functions': 7.21.0 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color dev: false /@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.21.4): - resolution: - { - integrity: sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-annotate-as-pure": 7.18.6 + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.3.2 dev: false /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==, - } + resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: - "@babel/core": ^7.4.0-0 + '@babel/core': ^7.4.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-compilation-targets": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.2 @@ -513,1247 +421,980 @@ packages: dev: false /@babel/helper-environment-visitor@7.18.9: - resolution: - { - integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} + engines: {node: '>=6.9.0'} /@babel/helper-explode-assignable-expression@7.18.6: - resolution: - { - integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 dev: false /@babel/helper-function-name@7.21.0: - resolution: - { - integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/template": 7.20.7 - "@babel/types": 7.21.4 + '@babel/template': 7.20.7 + '@babel/types': 7.21.4 /@babel/helper-hoist-variables@7.18.6: - resolution: - { - integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 /@babel/helper-member-expression-to-functions@7.21.0: - resolution: - { - integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 dev: false /@babel/helper-module-imports@7.18.6: - resolution: - { - integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 dev: false /@babel/helper-module-imports@7.21.4: - resolution: - { - integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 /@babel/helper-module-transforms@7.21.2: - resolution: - { - integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-module-imports": 7.21.4 - "@babel/helper-simple-access": 7.20.2 - "@babel/helper-split-export-declaration": 7.18.6 - "@babel/helper-validator-identifier": 7.19.1 - "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-module-imports': 7.21.4 + '@babel/helper-simple-access': 7.20.2 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.4 + '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color /@babel/helper-optimise-call-expression@7.18.6: - resolution: - { - integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 dev: false /@babel/helper-plugin-utils@7.20.2: - resolution: - { - integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.4): - resolution: - { - integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-wrap-function": 7.20.5 - "@babel/types": 7.21.4 + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-wrap-function': 7.20.5 + '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color dev: false /@babel/helper-replace-supers@7.20.7: - resolution: - { - integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-member-expression-to-functions": 7.21.0 - "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-member-expression-to-functions': 7.21.0 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.4 + '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color dev: false /@babel/helper-simple-access@7.20.2: - resolution: - { - integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 /@babel/helper-skip-transparent-expression-wrappers@7.20.0: - resolution: - { - integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 dev: false /@babel/helper-split-export-declaration@7.18.6: - resolution: - { - integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 /@babel/helper-string-parser@7.19.4: - resolution: - { - integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier@7.19.1: - resolution: - { - integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-option@7.21.0: - resolution: - { - integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} + engines: {node: '>=6.9.0'} /@babel/helper-wrap-function@7.20.5: - resolution: - { - integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-function-name": 7.21.0 - "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': 7.21.0 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.4 + '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color dev: false /@babel/helpers@7.21.0: - resolution: - { - integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.4 + '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color /@babel/highlight@7.18.6: - resolution: - { - integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/helper-validator-identifier": 7.19.1 + '@babel/helper-validator-identifier': 7.19.1 chalk: 2.4.2 js-tokens: 4.0.0 /@babel/parser@7.21.4: - resolution: - { - integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==} + engines: {node: '>=6.0.0'} hasBin: true dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.4): - resolution: - { - integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.13.0 + '@babel/core': ^7.13.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.4): - resolution: - { - integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.21.4) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: false /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-class-features-plugin": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.12.0 + '@babel/core': ^7.12.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-class-features-plugin": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: false /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.4): - resolution: - { - integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.4): - resolution: - { - integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.4): - resolution: - { - integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/compat-data": 7.21.4 - "@babel/core": 7.21.4 - "@babel/helper-compilation-targets": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-transform-parameters": 7.21.3(@babel/core@7.21.4) + '@babel/compat-data': 7.21.4 + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) dev: false /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-class-features-plugin": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-create-class-features-plugin": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: false /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} + engines: {node: '>=4'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-regexp-features-plugin": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4): - resolution: - { - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, - } + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4): - resolution: - { - integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, - } + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.4): - resolution: - { - integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, - } + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, - } + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, - } + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.4): - resolution: - { - integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4): - resolution: - { - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, - } + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, - } + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.4): - resolution: - { - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, - } + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, - } + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, - } + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, - } + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.4): - resolution: - { - integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.4): - resolution: - { - integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.21.4): - resolution: - { - integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.4): - resolution: - { - integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-module-imports": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-module-imports': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: false /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-compilation-targets": 7.21.4(@babel/core@7.21.4) - "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-replace-supers": 7.20.7 - "@babel/helper-split-export-declaration": 7.18.6 + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.4): - resolution: - { - integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/template": 7.20.7 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/template': 7.20.7 dev: false /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-regexp-features-plugin": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.4): - resolution: - { - integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.18.9 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.4): - resolution: - { - integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-compilation-targets": 7.21.4(@babel/core@7.21.4) - "@babel/helper-function-name": 7.21.0 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) + '@babel/helper-function-name': 7.21.0 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.4): - resolution: - { - integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.4): - resolution: - { - integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-module-transforms": 7.21.2 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.4): - resolution: - { - integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-module-transforms": 7.21.2 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-simple-access": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-simple-access': 7.20.2 transitivePeerDependencies: - supports-color dev: false /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.4): - resolution: - { - integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-hoist-variables": 7.18.6 - "@babel/helper-module-transforms": 7.21.2 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-validator-identifier": 7.19.1 + '@babel/core': 7.21.4 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color dev: false /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-module-transforms": 7.21.2 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.4): - resolution: - { - integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-regexp-features-plugin": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-replace-supers": 7.20.7 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-replace-supers': 7.20.7 transitivePeerDependencies: - supports-color dev: false /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-module-imports": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-jsx": 7.21.4(@babel/core@7.21.4) - "@babel/types": 7.21.4 + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-module-imports': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) + '@babel/types': 7.21.4 dev: false /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.21.4): - resolution: - { - integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.1 dev: false /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.4): - resolution: - { - integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: false /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.4): - resolution: - { - integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.4): - resolution: - { - integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.4): - resolution: - { - integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.4): - resolution: - { - integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-regexp-features-plugin": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/preset-env@7.21.4(@babel/core@7.21.4): - resolution: - { - integrity: sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.21.4 - "@babel/core": 7.21.4 - "@babel/helper-compilation-targets": 7.21.4(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-validator-option": 7.21.0 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-proposal-async-generator-functions": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-class-static-block": 7.21.0(@babel/core@7.21.4) - "@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.21.4) - "@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-logical-assignment-operators": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.21.4) - "@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-private-property-in-object": 7.21.0(@babel/core@7.21.4) - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.4) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.21.4) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.21.4) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.21.4) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.21.4) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.21.4) - "@babel/plugin-transform-arrow-functions": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-transform-async-to-generator": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-transform-block-scoped-functions": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-block-scoping": 7.21.0(@babel/core@7.21.4) - "@babel/plugin-transform-classes": 7.21.0(@babel/core@7.21.4) - "@babel/plugin-transform-computed-properties": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-transform-destructuring": 7.21.3(@babel/core@7.21.4) - "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-duplicate-keys": 7.18.9(@babel/core@7.21.4) - "@babel/plugin-transform-exponentiation-operator": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-for-of": 7.21.0(@babel/core@7.21.4) - "@babel/plugin-transform-function-name": 7.18.9(@babel/core@7.21.4) - "@babel/plugin-transform-literals": 7.18.9(@babel/core@7.21.4) - "@babel/plugin-transform-member-expression-literals": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-modules-amd": 7.20.11(@babel/core@7.21.4) - "@babel/plugin-transform-modules-commonjs": 7.21.2(@babel/core@7.21.4) - "@babel/plugin-transform-modules-systemjs": 7.20.11(@babel/core@7.21.4) - "@babel/plugin-transform-modules-umd": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-named-capturing-groups-regex": 7.20.5(@babel/core@7.21.4) - "@babel/plugin-transform-new-target": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-object-super": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-parameters": 7.21.3(@babel/core@7.21.4) - "@babel/plugin-transform-property-literals": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-regenerator": 7.20.5(@babel/core@7.21.4) - "@babel/plugin-transform-reserved-words": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-shorthand-properties": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-spread": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-transform-sticky-regex": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-template-literals": 7.18.9(@babel/core@7.21.4) - "@babel/plugin-transform-typeof-symbol": 7.18.9(@babel/core@7.21.4) - "@babel/plugin-transform-unicode-escapes": 7.18.10(@babel/core@7.21.4) - "@babel/plugin-transform-unicode-regex": 7.18.6(@babel/core@7.21.4) - "@babel/preset-modules": 0.1.5(@babel/core@7.21.4) - "@babel/types": 7.21.4 + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.4 + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-validator-option': 7.21.0 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.4) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4) + '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.4) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.4) + '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.4) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.4) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.4) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.4) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.4) + '@babel/preset-modules': 0.1.5(@babel/core@7.21.4) + '@babel/types': 7.21.4 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4) @@ -1764,438 +1405,309 @@ packages: dev: false /@babel/preset-modules@0.1.5(@babel/core@7.21.4): - resolution: - { - integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==, - } + resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.21.4) - "@babel/types": 7.21.4 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) + '@babel/types': 7.21.4 esutils: 2.0.3 dev: false /@babel/regjsgen@0.8.0: - resolution: - { - integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, - } + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: false /@babel/runtime@7.21.0: - resolution: - { - integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} + engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 dev: false /@babel/template@7.20.7: - resolution: - { - integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/code-frame": 7.21.4 - "@babel/parser": 7.21.4 - "@babel/types": 7.21.4 + '@babel/code-frame': 7.21.4 + '@babel/parser': 7.21.4 + '@babel/types': 7.21.4 /@babel/traverse@7.21.4: - resolution: - { - integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/code-frame": 7.21.4 - "@babel/generator": 7.21.4 - "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-hoist-variables": 7.18.6 - "@babel/helper-split-export-declaration": 7.18.6 - "@babel/parser": 7.21.4 - "@babel/types": 7.21.4 + resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.4 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.21.4 + '@babel/types': 7.21.4 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color /@babel/types@7.21.4: - resolution: - { - integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.19.4 - "@babel/helper-validator-identifier": 7.19.1 + resolution: {integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.19.4 + '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 /@builder.io/partytown@0.7.6: - resolution: - { - integrity: sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==, - } + resolution: {integrity: sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==} hasBin: true dev: false /@domchristie/turn@2.0.0-0: - resolution: - { - integrity: sha512-z1R0I/yqUU1/HpQI2aNCFRCl+it+PjKN1hOO1Qylz/kqCNNt96tAzPqcztFd7MlPjOSYn7PfE7stKV3ekp+5pg==, - } + resolution: {integrity: sha512-z1R0I/yqUU1/HpQI2aNCFRCl+it+PjKN1hOO1Qylz/kqCNNt96tAzPqcztFd7MlPjOSYn7PfE7stKV3ekp+5pg==} dev: false /@emmetio/abbreviation@2.3.1: - resolution: - { - integrity: sha512-QXgYlXZGprqb6aCBJPPWVBN/Jb69khJF73GGJkOk//PoMgSbPGuaHn1hCRolctnzlBHjCIC6Om97Pw46/1A23g==, - } + resolution: {integrity: sha512-QXgYlXZGprqb6aCBJPPWVBN/Jb69khJF73GGJkOk//PoMgSbPGuaHn1hCRolctnzlBHjCIC6Om97Pw46/1A23g==} dependencies: - "@emmetio/scanner": 1.0.2 + '@emmetio/scanner': 1.0.2 dev: false /@emmetio/css-abbreviation@2.1.6: - resolution: - { - integrity: sha512-bvuPogt0OvwcILRg+ZD/oej1H72xwOhUDPWOmhCWLJrZZ8bMTazsWnvw8a8noaaVqUhOE9PsC0tYgGVv5N7fsw==, - } + resolution: {integrity: sha512-bvuPogt0OvwcILRg+ZD/oej1H72xwOhUDPWOmhCWLJrZZ8bMTazsWnvw8a8noaaVqUhOE9PsC0tYgGVv5N7fsw==} dependencies: - "@emmetio/scanner": 1.0.2 + '@emmetio/scanner': 1.0.2 dev: false /@emmetio/scanner@1.0.2: - resolution: - { - integrity: sha512-1ESCGgXRgn1r29hRmz8K0G4Ywr5jDWezMgRnICComBCWmg3znLWU8+tmakuM1og1Vn4W/sauvlABl/oq2pve8w==, - } - dev: false - - /@esbuild/android-arm64@0.17.15: - resolution: - { - integrity: sha512-0kOB6Y7Br3KDVgHeg8PRcvfLkq+AccreK///B4Z6fNZGr/tNHX0z2VywCc7PTeWp+bPvjA5WMvNXltHw5QjAIA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-1ESCGgXRgn1r29hRmz8K0G4Ywr5jDWezMgRnICComBCWmg3znLWU8+tmakuM1og1Vn4W/sauvlABl/oq2pve8w==} + dev: false + + /@esbuild/android-arm64@0.17.16: + resolution: {integrity: sha512-QX48qmsEZW+gcHgTmAj+x21mwTz8MlYQBnzF6861cNdQGvj2jzzFjqH0EBabrIa/WVZ2CHolwMoqxVryqKt8+Q==} + engines: {node: '>=12'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@esbuild/android-arm@0.17.15: - resolution: - { - integrity: sha512-sRSOVlLawAktpMvDyJIkdLI/c/kdRTOqo8t6ImVxg8yT7LQDUYV5Rp2FKeEosLr6ZCja9UjYAzyRSxGteSJPYg==, - } - engines: { node: ">=12" } + /@esbuild/android-arm@0.17.16: + resolution: {integrity: sha512-baLqRpLe4JnKrUXLJChoTN0iXZH7El/mu58GE3WIA6/H834k0XWvLRmGLG8y8arTRS9hJJibPnF0tiGhmWeZgw==} + engines: {node: '>=12'} cpu: [arm] os: [android] requiresBuild: true optional: true - /@esbuild/android-x64@0.17.15: - resolution: - { - integrity: sha512-MzDqnNajQZ63YkaUWVl9uuhcWyEyh69HGpMIrf+acR4otMkfLJ4sUCxqwbCyPGicE9dVlrysI3lMcDBjGiBBcQ==, - } - engines: { node: ">=12" } + /@esbuild/android-x64@0.17.16: + resolution: {integrity: sha512-G4wfHhrrz99XJgHnzFvB4UwwPxAWZaZBOFXh+JH1Duf1I4vIVfuYY9uVLpx4eiV2D/Jix8LJY+TAdZ3i40tDow==} + engines: {node: '>=12'} cpu: [x64] os: [android] requiresBuild: true optional: true - /@esbuild/darwin-arm64@0.17.15: - resolution: - { - integrity: sha512-7siLjBc88Z4+6qkMDxPT2juf2e8SJxmsbNVKFY2ifWCDT72v5YJz9arlvBw5oB4W/e61H1+HDB/jnu8nNg0rLA==, - } - engines: { node: ">=12" } + /@esbuild/darwin-arm64@0.17.16: + resolution: {integrity: sha512-/Ofw8UXZxuzTLsNFmz1+lmarQI6ztMZ9XktvXedTbt3SNWDn0+ODTwxExLYQ/Hod91EZB4vZPQJLoqLF0jvEzA==} + engines: {node: '>=12'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@esbuild/darwin-x64@0.17.15: - resolution: - { - integrity: sha512-NbImBas2rXwYI52BOKTW342Tm3LTeVlaOQ4QPZ7XuWNKiO226DisFk/RyPk3T0CKZkKMuU69yOvlapJEmax7cg==, - } - engines: { node: ">=12" } + /@esbuild/darwin-x64@0.17.16: + resolution: {integrity: sha512-SzBQtCV3Pdc9kyizh36Ol+dNVhkDyIrGb/JXZqFq8WL37LIyrXU0gUpADcNV311sCOhvY+f2ivMhb5Tuv8nMOQ==} + engines: {node: '>=12'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@esbuild/freebsd-arm64@0.17.15: - resolution: - { - integrity: sha512-Xk9xMDjBVG6CfgoqlVczHAdJnCs0/oeFOspFap5NkYAmRCT2qTn1vJWA2f419iMtsHSLm+O8B6SLV/HlY5cYKg==, - } - engines: { node: ">=12" } + /@esbuild/freebsd-arm64@0.17.16: + resolution: {integrity: sha512-ZqftdfS1UlLiH1DnS2u3It7l4Bc3AskKeu+paJSfk7RNOMrOxmeFDhLTMQqMxycP1C3oj8vgkAT6xfAuq7ZPRA==} + engines: {node: '>=12'} cpu: [arm64] os: [freebsd] requiresBuild: true optional: true - /@esbuild/freebsd-x64@0.17.15: - resolution: - { - integrity: sha512-3TWAnnEOdclvb2pnfsTWtdwthPfOz7qAfcwDLcfZyGJwm1SRZIMOeB5FODVhnM93mFSPsHB9b/PmxNNbSnd0RQ==, - } - engines: { node: ">=12" } + /@esbuild/freebsd-x64@0.17.16: + resolution: {integrity: sha512-rHV6zNWW1tjgsu0dKQTX9L0ByiJHHLvQKrWtnz8r0YYJI27FU3Xu48gpK2IBj1uCSYhJ+pEk6Y0Um7U3rIvV8g==} + engines: {node: '>=12'} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@esbuild/linux-arm64@0.17.15: - resolution: - { - integrity: sha512-T0MVnYw9KT6b83/SqyznTs/3Jg2ODWrZfNccg11XjDehIved2oQfrX/wVuev9N936BpMRaTR9I1J0tdGgUgpJA==, - } - engines: { node: ">=12" } + /@esbuild/linux-arm64@0.17.16: + resolution: {integrity: sha512-8yoZhGkU6aHu38WpaM4HrRLTFc7/VVD9Q2SvPcmIQIipQt2I/GMTZNdEHXoypbbGao5kggLcxg0iBKjo0SQYKA==} + engines: {node: '>=12'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-arm@0.17.15: - resolution: - { - integrity: sha512-MLTgiXWEMAMr8nmS9Gigx43zPRmEfeBfGCwxFQEMgJ5MC53QKajaclW6XDPjwJvhbebv+RzK05TQjvH3/aM4Xw==, - } - engines: { node: ">=12" } + /@esbuild/linux-arm@0.17.16: + resolution: {integrity: sha512-n4O8oVxbn7nl4+m+ISb0a68/lcJClIbaGAoXwqeubj/D1/oMMuaAXmJVfFlRjJLu/ZvHkxoiFJnmbfp4n8cdSw==} + engines: {node: '>=12'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-ia32@0.17.15: - resolution: - { - integrity: sha512-wp02sHs015T23zsQtU4Cj57WiteiuASHlD7rXjKUyAGYzlOKDAjqK6bk5dMi2QEl/KVOcsjwL36kD+WW7vJt8Q==, - } - engines: { node: ">=12" } + /@esbuild/linux-ia32@0.17.16: + resolution: {integrity: sha512-9ZBjlkdaVYxPNO8a7OmzDbOH9FMQ1a58j7Xb21UfRU29KcEEU3VTHk+Cvrft/BNv0gpWJMiiZ/f4w0TqSP0gLA==} + engines: {node: '>=12'} cpu: [ia32] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-loong64@0.17.15: - resolution: - { - integrity: sha512-k7FsUJjGGSxwnBmMh8d7IbObWu+sF/qbwc+xKZkBe/lTAF16RqxRCnNHA7QTd3oS2AfGBAnHlXL67shV5bBThQ==, - } - engines: { node: ">=12" } + /@esbuild/linux-loong64@0.17.16: + resolution: {integrity: sha512-TIZTRojVBBzdgChY3UOG7BlPhqJz08AL7jdgeeu+kiObWMFzGnQD7BgBBkWRwOtKR1i2TNlO7YK6m4zxVjjPRQ==} + engines: {node: '>=12'} cpu: [loong64] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-mips64el@0.17.15: - resolution: - { - integrity: sha512-ZLWk6czDdog+Q9kE/Jfbilu24vEe/iW/Sj2d8EVsmiixQ1rM2RKH2n36qfxK4e8tVcaXkvuV3mU5zTZviE+NVQ==, - } - engines: { node: ">=12" } + /@esbuild/linux-mips64el@0.17.16: + resolution: {integrity: sha512-UPeRuFKCCJYpBbIdczKyHLAIU31GEm0dZl1eMrdYeXDH+SJZh/i+2cAmD3A1Wip9pIc5Sc6Kc5cFUrPXtR0XHA==} + engines: {node: '>=12'} cpu: [mips64el] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-ppc64@0.17.15: - resolution: - { - integrity: sha512-mY6dPkIRAiFHRsGfOYZC8Q9rmr8vOBZBme0/j15zFUKM99d4ILY4WpOC7i/LqoY+RE7KaMaSfvY8CqjJtuO4xg==, - } - engines: { node: ">=12" } + /@esbuild/linux-ppc64@0.17.16: + resolution: {integrity: sha512-io6yShgIEgVUhExJejJ21xvO5QtrbiSeI7vYUnr7l+v/O9t6IowyhdiYnyivX2X5ysOVHAuyHW+Wyi7DNhdw6Q==} + engines: {node: '>=12'} cpu: [ppc64] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-riscv64@0.17.15: - resolution: - { - integrity: sha512-EcyUtxffdDtWjjwIH8sKzpDRLcVtqANooMNASO59y+xmqqRYBBM7xVLQhqF7nksIbm2yHABptoioS9RAbVMWVA==, - } - engines: { node: ">=12" } + /@esbuild/linux-riscv64@0.17.16: + resolution: {integrity: sha512-WhlGeAHNbSdG/I2gqX2RK2gfgSNwyJuCiFHMc8s3GNEMMHUI109+VMBfhVqRb0ZGzEeRiibi8dItR3ws3Lk+cA==} + engines: {node: '>=12'} cpu: [riscv64] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-s390x@0.17.15: - resolution: - { - integrity: sha512-BuS6Jx/ezxFuHxgsfvz7T4g4YlVrmCmg7UAwboeyNNg0OzNzKsIZXpr3Sb/ZREDXWgt48RO4UQRDBxJN3B9Rbg==, - } - engines: { node: ">=12" } + /@esbuild/linux-s390x@0.17.16: + resolution: {integrity: sha512-gHRReYsJtViir63bXKoFaQ4pgTyah4ruiMRQ6im9YZuv+gp3UFJkNTY4sFA73YDynmXZA6hi45en4BGhNOJUsw==} + engines: {node: '>=12'} cpu: [s390x] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-x64@0.17.15: - resolution: - { - integrity: sha512-JsdS0EgEViwuKsw5tiJQo9UdQdUJYuB+Mf6HxtJSPN35vez1hlrNb1KajvKWF5Sa35j17+rW1ECEO9iNrIXbNg==, - } - engines: { node: ">=12" } + /@esbuild/linux-x64@0.17.16: + resolution: {integrity: sha512-mfiiBkxEbUHvi+v0P+TS7UnA9TeGXR48aK4XHkTj0ZwOijxexgMF01UDFaBX7Q6CQsB0d+MFNv9IiXbIHTNd4g==} + engines: {node: '>=12'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@esbuild/netbsd-x64@0.17.15: - resolution: - { - integrity: sha512-R6fKjtUysYGym6uXf6qyNephVUQAGtf3n2RCsOST/neIwPqRWcnc3ogcielOd6pT+J0RDR1RGcy0ZY7d3uHVLA==, - } - engines: { node: ">=12" } + /@esbuild/netbsd-x64@0.17.16: + resolution: {integrity: sha512-n8zK1YRDGLRZfVcswcDMDM0j2xKYLNXqei217a4GyBxHIuPMGrrVuJ+Ijfpr0Kufcm7C1k/qaIrGy6eG7wvgmA==} + engines: {node: '>=12'} cpu: [x64] os: [netbsd] requiresBuild: true optional: true - /@esbuild/openbsd-x64@0.17.15: - resolution: - { - integrity: sha512-mVD4PGc26b8PI60QaPUltYKeSX0wxuy0AltC+WCTFwvKCq2+OgLP4+fFd+hZXzO2xW1HPKcytZBdjqL6FQFa7w==, - } - engines: { node: ">=12" } + /@esbuild/openbsd-x64@0.17.16: + resolution: {integrity: sha512-lEEfkfsUbo0xC47eSTBqsItXDSzwzwhKUSsVaVjVji07t8+6KA5INp2rN890dHZeueXJAI8q0tEIfbwVRYf6Ew==} + engines: {node: '>=12'} cpu: [x64] os: [openbsd] requiresBuild: true optional: true - /@esbuild/sunos-x64@0.17.15: - resolution: - { - integrity: sha512-U6tYPovOkw3459t2CBwGcFYfFRjivcJJc1WC8Q3funIwX8x4fP+R6xL/QuTPNGOblbq/EUDxj9GU+dWKX0oWlQ==, - } - engines: { node: ">=12" } + /@esbuild/sunos-x64@0.17.16: + resolution: {integrity: sha512-jlRjsuvG1fgGwnE8Afs7xYDnGz0dBgTNZfgCK6TlvPH3Z13/P5pi6I57vyLE8qZYLrGVtwcm9UbUx1/mZ8Ukag==} + engines: {node: '>=12'} cpu: [x64] os: [sunos] requiresBuild: true optional: true - /@esbuild/win32-arm64@0.17.15: - resolution: - { - integrity: sha512-W+Z5F++wgKAleDABemiyXVnzXgvRFs+GVKThSI+mGgleLWluv0D7Diz4oQpgdpNzh4i2nNDzQtWbjJiqutRp6Q==, - } - engines: { node: ">=12" } + /@esbuild/win32-arm64@0.17.16: + resolution: {integrity: sha512-TzoU2qwVe2boOHl/3KNBUv2PNUc38U0TNnzqOAcgPiD/EZxT2s736xfC2dYQbszAwo4MKzzwBV0iHjhfjxMimg==} + engines: {node: '>=12'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@esbuild/win32-ia32@0.17.15: - resolution: - { - integrity: sha512-Muz/+uGgheShKGqSVS1KsHtCyEzcdOn/W/Xbh6H91Etm+wiIfwZaBn1W58MeGtfI8WA961YMHFYTthBdQs4t+w==, - } - engines: { node: ">=12" } + /@esbuild/win32-ia32@0.17.16: + resolution: {integrity: sha512-B8b7W+oo2yb/3xmwk9Vc99hC9bNolvqjaTZYEfMQhzdpBsjTvZBlXQ/teUE55Ww6sg//wlcDjOaqldOKyigWdA==} + engines: {node: '>=12'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@esbuild/win32-x64@0.17.15: - resolution: - { - integrity: sha512-DjDa9ywLUUmjhV2Y9wUTIF+1XsmuFGvZoCmOWkli1XcNAh5t25cc7fgsCx4Zi/Uurep3TTLyDiKATgGEg61pkA==, - } - engines: { node: ">=12" } + /@esbuild/win32-x64@0.17.16: + resolution: {integrity: sha512-xJ7OH/nanouJO9pf03YsL9NAFQBHd8AqfrQd7Pf5laGyyTt/gToul6QYOA/i5i/q8y9iaM5DQFNTgpi995VkOg==} + engines: {node: '>=12'} cpu: [x64] os: [win32] requiresBuild: true optional: true /@hotwired/turbo@7.3.0: - resolution: - { - integrity: sha512-Dcu+NaSvHLT7EjrDrkEmH4qET2ZJZ5IcCWmNXxNQTBwlnE5tBZfN6WxZ842n5cHV52DH/AKNirbPBtcEXDLW4g==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-Dcu+NaSvHLT7EjrDrkEmH4qET2ZJZ5IcCWmNXxNQTBwlnE5tBZfN6WxZ842n5cHV52DH/AKNirbPBtcEXDLW4g==} + engines: {node: '>= 14'} dev: false /@jridgewell/gen-mapping@0.3.3: - resolution: - { - integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} + engines: {node: '>=6.0.0'} dependencies: - "@jridgewell/set-array": 1.1.2 - "@jridgewell/sourcemap-codec": 1.4.15 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 /@jridgewell/resolve-uri@3.1.0: - resolution: - { - integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + engines: {node: '>=6.0.0'} /@jridgewell/set-array@1.1.2: - resolution: - { - integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} + engines: {node: '>=6.0.0'} /@jridgewell/source-map@0.3.3: - resolution: - { - integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==, - } + resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==} dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 dev: false /@jridgewell/sourcemap-codec@1.4.14: - resolution: - { - integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, - } + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} /@jridgewell/sourcemap-codec@1.4.15: - resolution: - { - integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, - } + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} /@jridgewell/trace-mapping@0.3.18: - resolution: - { - integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==, - } + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} dependencies: - "@jridgewell/resolve-uri": 3.1.0 - "@jridgewell/sourcemap-codec": 1.4.14 + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 /@ljharb/has-package-exports-patterns@0.0.2: - resolution: - { - integrity: sha512-4/RWEeXDO6bocPONheFe6gX/oQdP/bEpv0oL4HqjPP5DCenBSt0mHgahppY49N0CpsaqffdwPq+TlX9CYOq2Dw==, - } + resolution: {integrity: sha512-4/RWEeXDO6bocPONheFe6gX/oQdP/bEpv0oL4HqjPP5DCenBSt0mHgahppY49N0CpsaqffdwPq+TlX9CYOq2Dw==} dev: false /@mapbox/node-pre-gyp@1.0.10: - resolution: - { - integrity: sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==, - } + resolution: {integrity: sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==} hasBin: true dependencies: detect-libc: 2.0.1 @@ -2205,7 +1717,7 @@ packages: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.3.8 + semver: 7.4.0 tar: 6.1.13 transitivePeerDependencies: - encoding @@ -2213,13 +1725,10 @@ packages: dev: false /@mdx-js/mdx@2.3.0: - resolution: - { - integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==, - } + resolution: {integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==} dependencies: - "@types/estree-jsx": 1.0.0 - "@types/mdx": 2.0.4 + '@types/estree-jsx': 1.0.0 + '@types/mdx': 2.0.4 estree-util-build-jsx: 2.2.2 estree-util-is-identifier-name: 2.1.0 estree-util-to-js: 1.2.0 @@ -2240,15 +1749,12 @@ packages: dev: false /@mdx-js/rollup@2.3.0(rollup@3.20.2): - resolution: - { - integrity: sha512-wLvRfJS/M4UmdqTd+WoaySEE7q4BIejYf1xAHXYvtT1du/1Tl/z2450Gg2+Hu7fh05KwRRiehiTP9Yc/Dtn0fA==, - } + resolution: {integrity: sha512-wLvRfJS/M4UmdqTd+WoaySEE7q4BIejYf1xAHXYvtT1du/1Tl/z2450Gg2+Hu7fh05KwRRiehiTP9Yc/Dtn0fA==} peerDependencies: - rollup: ">=2" + rollup: '>=2' dependencies: - "@mdx-js/mdx": 2.3.0 - "@rollup/pluginutils": 5.0.2(rollup@3.20.2) + '@mdx-js/mdx': 2.3.0 + '@rollup/pluginutils': 5.0.2(rollup@3.20.2) rollup: 3.20.2 source-map: 0.7.4 vfile: 5.3.7 @@ -2257,41 +1763,29 @@ packages: dev: false /@nodelib/fs.scandir@2.1.5: - resolution: - { - integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} dependencies: - "@nodelib/fs.stat": 2.0.5 + '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 dev: false /@nodelib/fs.stat@2.0.5: - resolution: - { - integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} dev: false /@nodelib/fs.walk@1.2.8: - resolution: - { - integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} dependencies: - "@nodelib/fs.scandir": 2.1.5 + '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 dev: false /@pkgr/utils@2.3.1: - resolution: - { - integrity: sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==, - } - engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 } + resolution: {integrity: sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dependencies: cross-spawn: 7.0.3 is-glob: 4.0.3 @@ -2302,46 +1796,37 @@ packages: dev: false /@proload/core@0.3.3: - resolution: - { - integrity: sha512-7dAFWsIK84C90AMl24+N/ProHKm4iw0akcnoKjRvbfHifJZBLhaDsDus1QJmhG12lXj4e/uB/8mB/0aduCW+NQ==, - } + resolution: {integrity: sha512-7dAFWsIK84C90AMl24+N/ProHKm4iw0akcnoKjRvbfHifJZBLhaDsDus1QJmhG12lXj4e/uB/8mB/0aduCW+NQ==} dependencies: deepmerge: 4.3.1 escalade: 3.1.1 dev: false /@rollup/plugin-babel@5.3.1(@babel/core@7.21.4)(rollup@2.79.1): - resolution: - { - integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==, - } - engines: { node: ">= 10.0.0" } + resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} + engines: {node: '>= 10.0.0'} peerDependencies: - "@babel/core": ^7.0.0 - "@types/babel__core": ^7.1.9 + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - "@types/babel__core": + '@types/babel__core': optional: true dependencies: - "@babel/core": 7.21.4 - "@babel/helper-module-imports": 7.21.4 - "@rollup/pluginutils": 3.1.0(rollup@2.79.1) + '@babel/core': 7.21.4 + '@babel/helper-module-imports': 7.21.4 + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) rollup: 2.79.1 dev: false /@rollup/plugin-node-resolve@11.2.1(rollup@2.79.1): - resolution: - { - integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==, - } - engines: { node: ">= 10.0.0" } + resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} + engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - "@rollup/pluginutils": 3.1.0(rollup@2.79.1) - "@types/resolve": 1.17.1 + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) + '@types/resolve': 1.17.1 builtin-modules: 3.3.0 deepmerge: 4.3.1 is-module: 1.0.0 @@ -2350,84 +1835,66 @@ packages: dev: false /@rollup/plugin-replace@2.4.2(rollup@2.79.1): - resolution: - { - integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==, - } + resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - "@rollup/pluginutils": 3.1.0(rollup@2.79.1) + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) magic-string: 0.25.9 rollup: 2.79.1 dev: false /@rollup/plugin-replace@5.0.2(rollup@3.20.2): - resolution: - { - integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==, - } - engines: { node: ">=14.0.0" } + resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} + engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0 peerDependenciesMeta: rollup: optional: true dependencies: - "@rollup/pluginutils": 5.0.2(rollup@3.20.2) + '@rollup/pluginutils': 5.0.2(rollup@3.20.2) magic-string: 0.27.0 rollup: 3.20.2 dev: false /@rollup/pluginutils@3.1.0(rollup@2.79.1): - resolution: - { - integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==, - } - engines: { node: ">= 8.0.0" } + resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} + engines: {node: '>= 8.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 rollup: 2.79.1 dev: false /@rollup/pluginutils@4.2.1: - resolution: - { - integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==, - } - engines: { node: ">= 8.0.0" } + resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} + engines: {node: '>= 8.0.0'} dependencies: estree-walker: 2.0.2 picomatch: 2.3.1 dev: false /@rollup/pluginutils@5.0.2(rollup@3.20.2): - resolution: - { - integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==, - } - engines: { node: ">=14.0.0" } + resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} + engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0 peerDependenciesMeta: rollup: optional: true dependencies: - "@types/estree": 1.0.0 + '@types/estree': 1.0.0 estree-walker: 2.0.2 picomatch: 2.3.1 rollup: 3.20.2 dev: false /@surma/rollup-plugin-off-main-thread@2.2.3: - resolution: - { - integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==, - } + resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: ejs: 3.1.9 json5: 2.2.3 @@ -2436,12 +1903,9 @@ packages: dev: false /@tailwindcss/typography@0.5.9(tailwindcss@3.3.1): - resolution: - { - integrity: sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==, - } + resolution: {integrity: sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==} peerDependencies: - tailwindcss: ">=3.0.0 || insiders" + tailwindcss: '>=3.0.0 || insiders' dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 @@ -2451,221 +1915,130 @@ packages: dev: false /@types/acorn@4.0.6: - resolution: - { - integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==, - } + resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} dependencies: - "@types/estree": 1.0.0 + '@types/estree': 1.0.0 dev: false /@types/babel__core@7.20.0: - resolution: - { - integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==, - } + resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - "@babel/parser": 7.21.4 - "@babel/types": 7.21.4 - "@types/babel__generator": 7.6.4 - "@types/babel__template": 7.4.1 - "@types/babel__traverse": 7.18.3 + '@babel/parser': 7.21.4 + '@babel/types': 7.21.4 + '@types/babel__generator': 7.6.4 + '@types/babel__template': 7.4.1 + '@types/babel__traverse': 7.18.3 dev: false /@types/babel__generator@7.6.4: - resolution: - { - integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==, - } + resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 dev: false /@types/babel__template@7.4.1: - resolution: - { - integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==, - } + resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - "@babel/parser": 7.21.4 - "@babel/types": 7.21.4 + '@babel/parser': 7.21.4 + '@babel/types': 7.21.4 dev: false /@types/babel__traverse@7.18.3: - resolution: - { - integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==, - } + resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} dependencies: - "@babel/types": 7.21.4 + '@babel/types': 7.21.4 dev: false /@types/debug@4.1.7: - resolution: - { - integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==, - } + resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} dependencies: - "@types/ms": 0.7.31 + '@types/ms': 0.7.31 dev: false /@types/estree-jsx@1.0.0: - resolution: - { - integrity: sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==, - } + resolution: {integrity: sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==} dependencies: - "@types/estree": 1.0.0 + '@types/estree': 1.0.0 dev: false /@types/estree@0.0.39: - resolution: - { - integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==, - } + resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} dev: false /@types/estree@1.0.0: - resolution: - { - integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==, - } + resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} dev: false /@types/hast@2.3.4: - resolution: - { - integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==, - } + resolution: {integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 dev: false /@types/json5@0.0.30: - resolution: - { - integrity: sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==, - } + resolution: {integrity: sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==} dev: false /@types/katex@0.11.1: - resolution: - { - integrity: sha512-DUlIj2nk0YnJdlWgsFuVKcX27MLW0KbKmGVoUHmFr+74FYYNUDAaj9ZqTADvsbE8rfxuVmSFc7KczYn5Y09ozg==, - } + resolution: {integrity: sha512-DUlIj2nk0YnJdlWgsFuVKcX27MLW0KbKmGVoUHmFr+74FYYNUDAaj9ZqTADvsbE8rfxuVmSFc7KczYn5Y09ozg==} dev: false /@types/katex@0.16.0: - resolution: - { - integrity: sha512-hz+S3nV6Mym5xPbT9fnO8dDhBFQguMYpY0Ipxv06JMi1ORgnEM4M1ymWDUhUNer3ElLmT583opRo4RzxKmh9jw==, - } + resolution: {integrity: sha512-hz+S3nV6Mym5xPbT9fnO8dDhBFQguMYpY0Ipxv06JMi1ORgnEM4M1ymWDUhUNer3ElLmT583opRo4RzxKmh9jw==} dev: false /@types/mdast@3.0.11: - resolution: - { - integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==, - } + resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 dev: false /@types/mdx@2.0.4: - resolution: - { - integrity: sha512-qCYrNdpKwN6YO6FVnx+ulfqifKlE3lQGsNhvDaW9Oxzyob/cRLBJWow8GHBBD4NxQ7BVvtsATgLsX0vZAWmtrg==, - } + resolution: {integrity: sha512-qCYrNdpKwN6YO6FVnx+ulfqifKlE3lQGsNhvDaW9Oxzyob/cRLBJWow8GHBBD4NxQ7BVvtsATgLsX0vZAWmtrg==} dev: false /@types/ms@0.7.31: - resolution: - { - integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==, - } + resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: false /@types/nlcst@1.0.0: - resolution: - { - integrity: sha512-3TGCfOcy8R8mMQ4CNSNOe3PG66HttvjcLzCoOpvXvDtfWOTi+uT/rxeOKm/qEwbM4SNe1O/PjdiBK2YcTjU4OQ==, - } + resolution: {integrity: sha512-3TGCfOcy8R8mMQ4CNSNOe3PG66HttvjcLzCoOpvXvDtfWOTi+uT/rxeOKm/qEwbM4SNe1O/PjdiBK2YcTjU4OQ==} dependencies: - "@types/unist": 2.0.6 - dev: false - - /@types/node@17.0.45: - resolution: - { - integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==, - } + '@types/unist': 2.0.6 dev: false /@types/node@18.15.11: - resolution: - { - integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==, - } + resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==} dev: false /@types/parse5@6.0.3: - resolution: - { - integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==, - } + resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} dev: false /@types/resolve@1.17.1: - resolution: - { - integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==, - } + resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - "@types/node": 18.15.11 + '@types/node': 18.15.11 dev: false /@types/resolve@1.20.2: - resolution: - { - integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==, - } - dev: false - - /@types/sax@1.2.4: - resolution: - { - integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==, - } - dependencies: - "@types/node": 17.0.45 + resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} dev: false /@types/trusted-types@2.0.3: - resolution: - { - integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==, - } + resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==} dev: false /@types/unist@2.0.6: - resolution: - { - integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==, - } + resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: false /@types/yargs-parser@21.0.0: - resolution: - { - integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==, - } + resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} dev: false /@vercel/analytics@0.1.11(react@18.2.0): - resolution: - { - integrity: sha512-mj5CPR02y0BRs1tN3oZcBNAX9a8NxsIUl9vElDPcqxnMfP0RbRc9fI9Ud7+QDg/1Izvt5uMumsr+6YsmVHcyuw==, - } + resolution: {integrity: sha512-mj5CPR02y0BRs1tN3oZcBNAX9a8NxsIUl9vElDPcqxnMfP0RbRc9fI9Ud7+QDg/1Izvt5uMumsr+6YsmVHcyuw==} peerDependencies: react: ^16.8||^17||^18 dependencies: @@ -2673,15 +2046,12 @@ packages: dev: false /@vercel/nft@0.22.6: - resolution: - { - integrity: sha512-gTsFnnT4mGxodr4AUlW3/urY+8JKKB452LwF3m477RFUJTAaDmcz2JqFuInzvdybYIeyIv1sSONEJxsxnbQ5JQ==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-gTsFnnT4mGxodr4AUlW3/urY+8JKKB452LwF3m477RFUJTAaDmcz2JqFuInzvdybYIeyIv1sSONEJxsxnbQ5JQ==} + engines: {node: '>=14'} hasBin: true dependencies: - "@mapbox/node-pre-gyp": 1.0.10 - "@rollup/pluginutils": 4.2.1 + '@mapbox/node-pre-gyp': 1.0.10 + '@rollup/pluginutils': 4.2.1 acorn: 8.8.2 async-sema: 3.1.1 bindings: 1.5.0 @@ -2697,10 +2067,7 @@ packages: dev: false /@vite-pwa/astro@0.0.5(astro@2.2.1)(vite-plugin-pwa@0.14.7): - resolution: - { - integrity: sha512-QCFHh7aF2dLwrUBtGi3gpQ7J5X4l9tWX8znqT36yaCsnFg1KtQ5HWhhxD3z/ecdemmlscntTdMqpW+cIf1zeuA==, - } + resolution: {integrity: sha512-QCFHh7aF2dLwrUBtGi3gpQ7J5X4l9tWX8znqT36yaCsnFg1KtQ5HWhhxD3z/ecdemmlscntTdMqpW+cIf1zeuA==} peerDependencies: astro: ^1.6.0 || ^2.0.0 vite-plugin-pwa: ^0.14.0 @@ -2710,10 +2077,7 @@ packages: dev: false /@vscode/emmet-helper@2.8.6: - resolution: - { - integrity: sha512-IIB8jbiKy37zN8bAIHx59YmnIelY78CGHtThnibD/d3tQOKRY83bYVi9blwmZVUZh6l9nfkYH3tvReaiNxY9EQ==, - } + resolution: {integrity: sha512-IIB8jbiKy37zN8bAIHx59YmnIelY78CGHtThnibD/d3tQOKRY83bYVi9blwmZVUZh6l9nfkYH3tvReaiNxY9EQ==} dependencies: emmet: 2.4.2 jsonc-parser: 2.3.1 @@ -2723,24 +2087,15 @@ packages: dev: false /@vscode/l10n@0.0.11: - resolution: - { - integrity: sha512-ukOMWnCg1tCvT7WnDfsUKQOFDQGsyR5tNgRpwmqi+5/vzU3ghdDXzvIM4IOPdSb3OeSsBNvmSL8nxIVOqi2WXA==, - } + resolution: {integrity: sha512-ukOMWnCg1tCvT7WnDfsUKQOFDQGsyR5tNgRpwmqi+5/vzU3ghdDXzvIM4IOPdSb3OeSsBNvmSL8nxIVOqi2WXA==} dev: false /abbrev@1.1.1: - resolution: - { - integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==, - } + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} dev: false /acorn-jsx@5.3.2(acorn@8.8.2): - resolution: - { - integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, - } + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -2748,20 +2103,14 @@ packages: dev: false /acorn@8.8.2: - resolution: - { - integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==} + engines: {node: '>=0.4.0'} hasBin: true dev: false /agent-base@6.0.2: - resolution: - { - integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==, - } - engines: { node: ">= 6.0.0" } + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} dependencies: debug: 4.3.4 transitivePeerDependencies: @@ -2769,10 +2118,7 @@ packages: dev: false /ajv@8.12.0: - resolution: - { - integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==, - } + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -2781,147 +2127,96 @@ packages: dev: false /ansi-align@3.0.1: - resolution: - { - integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==, - } + resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} dependencies: string-width: 4.2.3 dev: false /ansi-regex@5.0.1: - resolution: - { - integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} dev: false /ansi-regex@6.0.1: - resolution: - { - integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} dev: false /ansi-styles@3.2.1: - resolution: - { - integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} dependencies: color-convert: 1.9.3 /ansi-styles@4.3.0: - resolution: - { - integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} dependencies: color-convert: 2.0.1 dev: false /ansi-styles@6.2.1: - resolution: - { - integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} dev: false /any-promise@1.3.0: - resolution: - { - integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==, - } + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} dev: false /anymatch@3.1.3: - resolution: - { - integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 dev: false /aproba@2.0.0: - resolution: - { - integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, - } + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} dev: false /are-we-there-yet@2.0.0: - resolution: - { - integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} + engines: {node: '>=10'} dependencies: delegates: 1.0.0 readable-stream: 3.6.2 dev: false /arg@5.0.2: - resolution: - { - integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==, - } + resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} dev: false /argparse@1.0.10: - resolution: - { - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==, - } + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 dev: false /array-buffer-byte-length@1.0.0: - resolution: - { - integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==, - } + resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} dependencies: call-bind: 1.0.2 is-array-buffer: 3.0.2 dev: false /array-iterate@2.0.1: - resolution: - { - integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==, - } + resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} dev: false /astring@1.8.4: - resolution: - { - integrity: sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw==, - } + resolution: {integrity: sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw==} hasBin: true dev: false /astro-seo@0.7.2: - resolution: - { - integrity: sha512-YnSqj4E6vbF7wRk3gcxOPHBjenhfgaINEJlTsnu4sovAyfyGEdQksbioYKoZ+vERRDaYvEricfSzC6fc9lieww==, - } + resolution: {integrity: sha512-YnSqj4E6vbF7wRk3gcxOPHBjenhfgaINEJlTsnu4sovAyfyGEdQksbioYKoZ+vERRDaYvEricfSzC6fc9lieww==} dev: false /astro@2.2.1(sharp@0.31.3): - resolution: - { - integrity: sha512-yYPRzh3su38bi3VBCKmYAUBkQSaFQMKFsu8JAVDzFRoGLbskJ/6JkDX2abSB9/iRug8GAKaH/FWxXOTzIsSQ7Q==, - } - engines: { node: ">=16.12.0", npm: ">=6.14.0" } + resolution: {integrity: sha512-yYPRzh3su38bi3VBCKmYAUBkQSaFQMKFsu8JAVDzFRoGLbskJ/6JkDX2abSB9/iRug8GAKaH/FWxXOTzIsSQ7Q==} + engines: {node: '>=16.12.0', npm: '>=6.14.0'} hasBin: true peerDependencies: sharp: ^0.31.3 @@ -2929,19 +2224,19 @@ packages: sharp: optional: true dependencies: - "@astrojs/compiler": 1.3.1 - "@astrojs/language-server": 0.28.3 - "@astrojs/markdown-remark": 2.1.3(astro@2.2.1) - "@astrojs/telemetry": 2.1.0 - "@astrojs/webapi": 2.1.0 - "@babel/core": 7.21.4 - "@babel/generator": 7.21.4 - "@babel/parser": 7.21.4 - "@babel/plugin-transform-react-jsx": 7.21.0(@babel/core@7.21.4) - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 - "@types/babel__core": 7.20.0 - "@types/yargs-parser": 21.0.0 + '@astrojs/compiler': 1.3.1 + '@astrojs/language-server': 0.28.3 + '@astrojs/markdown-remark': 2.1.3(astro@2.2.1) + '@astrojs/telemetry': 2.1.0 + '@astrojs/webapi': 2.1.0 + '@babel/core': 7.21.4 + '@babel/generator': 7.21.4 + '@babel/parser': 7.21.4 + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.4) + '@babel/traverse': 7.21.4 + '@babel/types': 7.21.4 + '@types/babel__core': 7.20.0 + '@types/yargs-parser': 21.0.0 acorn: 8.8.2 boxen: 6.2.1 chokidar: 3.5.3 @@ -2967,7 +2262,7 @@ packages: preferred-pm: 3.0.3 prompts: 2.4.2 rehype: 12.0.1 - semver: 7.3.8 + semver: 7.4.0 server-destroy: 1.0.1 sharp: 0.31.3 shiki: 0.11.1 @@ -2984,7 +2279,7 @@ packages: yargs-parser: 21.1.1 zod: 3.21.4 transitivePeerDependencies: - - "@types/node" + - '@types/node' - less - sass - stylus @@ -2994,39 +2289,27 @@ packages: dev: false /async-sema@3.1.1: - resolution: - { - integrity: sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==, - } + resolution: {integrity: sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==} dev: false /async@3.2.4: - resolution: - { - integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==, - } + resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} dev: false /at-least-node@1.0.0: - resolution: - { - integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==, - } - engines: { node: ">= 4.0.0" } + resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} + engines: {node: '>= 4.0.0'} dev: false /autoprefixer@10.4.14(postcss@8.4.21): - resolution: - { - integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==, - } - engines: { node: ^10 || ^12 || >=14 } + resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} + engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001474 + caniuse-lite: 1.0.30001477 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -3035,138 +2318,99 @@ packages: dev: false /available-typed-arrays@1.0.5: - resolution: - { - integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + engines: {node: '>= 0.4'} dev: false /babel-plugin-jsx-dom-expressions@0.36.9(@babel/core@7.21.4): - resolution: - { - integrity: sha512-4ACO10PoUvqRcBEErbhVGv5vAHXgkz7epvULHfqJXw5TPtDYwjhmhGxGNGSK6220ec/b85ElLrGHlqQiJxI0WQ==, - } + resolution: {integrity: sha512-4ACO10PoUvqRcBEErbhVGv5vAHXgkz7epvULHfqJXw5TPtDYwjhmhGxGNGSK6220ec/b85ElLrGHlqQiJxI0WQ==} peerDependencies: - "@babel/core": ^7.20.12 + '@babel/core': ^7.20.12 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-module-imports": 7.18.6 - "@babel/plugin-syntax-jsx": 7.21.4(@babel/core@7.21.4) - "@babel/types": 7.21.4 + '@babel/core': 7.21.4 + '@babel/helper-module-imports': 7.18.6 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) + '@babel/types': 7.21.4 html-entities: 2.3.3 validate-html-nesting: 1.2.1 dev: false /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==, - } + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/compat-data": 7.21.4 - "@babel/core": 7.21.4 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.4) + '@babel/compat-data': 7.21.4 + '@babel/core': 7.21.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.4): - resolution: - { - integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==, - } + resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) core-js-compat: 3.30.0 transitivePeerDependencies: - supports-color dev: false /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.4): - resolution: - { - integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==, - } + resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: false /babel-preset-solid@1.7.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-HOdyrij99zo+CBrmtDxSexBAl54vCBCfBoyueLBvcfVniaEXNd4ftKqSN6XQcLvFfCY28UFO+DHaigXzWKOfzg==, - } + resolution: {integrity: sha512-HOdyrij99zo+CBrmtDxSexBAl54vCBCfBoyueLBvcfVniaEXNd4ftKqSN6XQcLvFfCY28UFO+DHaigXzWKOfzg==} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.21.4 + '@babel/core': 7.21.4 babel-plugin-jsx-dom-expressions: 0.36.9(@babel/core@7.21.4) dev: false /bail@2.0.2: - resolution: - { - integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==, - } + resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} dev: false /balanced-match@1.0.2: - resolution: - { - integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, - } + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} dev: false /base64-js@1.5.1: - resolution: - { - integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==, - } + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} /binary-extensions@2.2.0: - resolution: - { - integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + engines: {node: '>=8'} dev: false /bindings@1.5.0: - resolution: - { - integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==, - } + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} dependencies: file-uri-to-path: 1.0.0 dev: false /bl@4.1.0: - resolution: - { - integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==, - } + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 readable-stream: 3.6.2 /bl@5.1.0: - resolution: - { - integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==, - } + resolution: {integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==} dependencies: buffer: 6.0.3 inherits: 2.0.4 @@ -3174,11 +2418,8 @@ packages: dev: false /boxen@6.2.1: - resolution: - { - integrity: sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: ansi-align: 3.0.1 camelcase: 6.3.0 @@ -3191,194 +2432,128 @@ packages: dev: false /brace-expansion@1.1.11: - resolution: - { - integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, - } + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 dev: false /brace-expansion@2.0.1: - resolution: - { - integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, - } + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} dependencies: balanced-match: 1.0.2 dev: false /braces@3.0.2: - resolution: - { - integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} dependencies: fill-range: 7.0.1 dev: false /browserslist@4.21.5: - resolution: - { - integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==, - } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } + resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001474 + caniuse-lite: 1.0.30001477 electron-to-chromium: 1.4.356 node-releases: 2.0.10 update-browserslist-db: 1.0.10(browserslist@4.21.5) /buffer-from@1.1.2: - resolution: - { - integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, - } + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: false /buffer@5.7.1: - resolution: - { - integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==, - } + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 /buffer@6.0.3: - resolution: - { - integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==, - } + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: false /builtin-modules@3.3.0: - resolution: - { - integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} + engines: {node: '>=6'} dev: false /busboy@1.6.0: - resolution: - { - integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==, - } - engines: { node: ">=10.16.0" } + resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} + engines: {node: '>=10.16.0'} dependencies: streamsearch: 1.1.0 dev: false /call-bind@1.0.2: - resolution: - { - integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==, - } + resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 get-intrinsic: 1.2.0 dev: false /camelcase-css@2.0.1: - resolution: - { - integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} + engines: {node: '>= 6'} dev: false /camelcase@6.3.0: - resolution: - { - integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} dev: false - /caniuse-lite@1.0.30001474: - resolution: - { - integrity: sha512-iaIZ8gVrWfemh5DG3T9/YqarVZoYf0r188IjaGwx68j4Pf0SGY6CQkmJUIE+NZHkkecQGohzXmBGEwWDr9aM3Q==, - } + /caniuse-lite@1.0.30001477: + resolution: {integrity: sha512-lZim4iUHhGcy5p+Ri/G7m84hJwncj+Kz7S5aD4hoQfslKZJgt0tHc/hafVbqHC5bbhHb+mrW2JOUHkI5KH7toQ==} /ccount@2.0.1: - resolution: - { - integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==, - } + resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} dev: false /chalk@2.4.2: - resolution: - { - integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 /chalk@4.1.2: - resolution: - { - integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /chalk@5.2.0: - resolution: - { - integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==, - } - engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 } + resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} dev: false /character-entities-html4@2.1.0: - resolution: - { - integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==, - } + resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} dev: false /character-entities-legacy@3.0.0: - resolution: - { - integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==, - } + resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} dev: false /character-entities@2.0.2: - resolution: - { - integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==, - } + resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} dev: false /character-reference-invalid@2.0.1: - resolution: - { - integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==, - } + resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==} dev: false /chokidar@3.5.3: - resolution: - { - integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==, - } - engines: { node: ">= 8.10.0" } + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.3 braces: 3.0.2 @@ -3392,205 +2567,127 @@ packages: dev: false /chownr@1.1.4: - resolution: - { - integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==, - } + resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} /chownr@2.0.0: - resolution: - { - integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} dev: false /ci-info@3.8.0: - resolution: - { - integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} + engines: {node: '>=8'} dev: false /cli-boxes@3.0.0: - resolution: - { - integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} + engines: {node: '>=10'} dev: false /cli-cursor@4.0.0: - resolution: - { - integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: restore-cursor: 4.0.0 dev: false /cli-spinners@2.8.0: - resolution: - { - integrity: sha512-/eG5sJcvEIwxcdYM86k5tPwn0MUzkX5YY3eImTGpJOZgVe4SdTMY14vQpcxgBzJ0wXwAYrS8E+c3uHeK4JNyzQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-/eG5sJcvEIwxcdYM86k5tPwn0MUzkX5YY3eImTGpJOZgVe4SdTMY14vQpcxgBzJ0wXwAYrS8E+c3uHeK4JNyzQ==} + engines: {node: '>=6'} dev: false /clone@1.0.4: - resolution: - { - integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==, - } - engines: { node: ">=0.8" } + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} dev: false /color-convert@1.9.3: - resolution: - { - integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, - } + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: color-name: 1.1.3 /color-convert@2.0.1: - resolution: - { - integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, - } - engines: { node: ">=7.0.0" } + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 /color-name@1.1.3: - resolution: - { - integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, - } + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} /color-name@1.1.4: - resolution: - { - integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, - } + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} /color-string@1.9.1: - resolution: - { - integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==, - } + resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} dependencies: color-name: 1.1.4 simple-swizzle: 0.2.2 /color-support@1.1.3: - resolution: - { - integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, - } + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} hasBin: true dev: false /color@4.2.3: - resolution: - { - integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==, - } - engines: { node: ">=12.5.0" } + resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} + engines: {node: '>=12.5.0'} dependencies: color-convert: 2.0.1 color-string: 1.9.1 /comma-separated-tokens@2.0.3: - resolution: - { - integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==, - } + resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} dev: false /commander@2.20.3: - resolution: - { - integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==, - } + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: false /commander@4.1.1: - resolution: - { - integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} dev: false /commander@8.3.0: - resolution: - { - integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==, - } - engines: { node: ">= 12" } + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} dev: false /common-ancestor-path@1.0.1: - resolution: - { - integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==, - } + resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} dev: false /common-tags@1.8.2: - resolution: - { - integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==, - } - engines: { node: ">=4.0.0" } + resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==} + engines: {node: '>=4.0.0'} dev: false /concat-map@0.0.1: - resolution: - { - integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, - } + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} dev: false /console-control-strings@1.1.0: - resolution: - { - integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, - } + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} dev: false /convert-source-map@1.9.0: - resolution: - { - integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==, - } + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} /cookie@0.5.0: - resolution: - { - integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} + engines: {node: '>= 0.6'} dev: false /core-js-compat@3.30.0: - resolution: - { - integrity: sha512-P5A2h/9mRYZFIAP+5Ab8ns6083IyVpSclU74UNvbGVQ8VM7n3n3/g2yF3AkKQ9NXz2O+ioxLbEWKnDtgsFamhg==, - } + resolution: {integrity: sha512-P5A2h/9mRYZFIAP+5Ab8ns6083IyVpSclU74UNvbGVQ8VM7n3n3/g2yF3AkKQ9NXz2O+ioxLbEWKnDtgsFamhg==} dependencies: browserslist: 4.21.5 dev: false /cross-spawn@7.0.3: - resolution: - { - integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -3598,37 +2695,25 @@ packages: dev: false /crypto-random-string@2.0.0: - resolution: - { - integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} + engines: {node: '>=8'} dev: false /cssesc@3.0.0: - resolution: - { - integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} hasBin: true dev: false /csstype@3.1.2: - resolution: - { - integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==, - } + resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} dev: false /debug@4.3.4: - resolution: - { - integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, - } - engines: { node: ">=6.0" } + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -3636,195 +2721,123 @@ packages: ms: 2.1.2 /decode-named-character-reference@1.0.2: - resolution: - { - integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==, - } + resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} dependencies: character-entities: 2.0.2 dev: false /decompress-response@6.0.0: - resolution: - { - integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} + engines: {node: '>=10'} dependencies: mimic-response: 3.1.0 /deep-extend@0.6.0: - resolution: - { - integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==, - } - engines: { node: ">=4.0.0" } + resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} + engines: {node: '>=4.0.0'} /deepmerge-ts@4.3.0: - resolution: - { - integrity: sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==, - } - engines: { node: ">=12.4.0" } + resolution: {integrity: sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==} + engines: {node: '>=12.4.0'} dev: false /deepmerge@4.3.1: - resolution: - { - integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} dev: false /defaults@1.0.4: - resolution: - { - integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==, - } + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} dependencies: clone: 1.0.4 dev: false /define-lazy-prop@2.0.0: - resolution: - { - integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} dev: false /define-properties@1.2.0: - resolution: - { - integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + engines: {node: '>= 0.4'} dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: false /delegates@1.0.0: - resolution: - { - integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==, - } + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} dev: false /dequal@2.0.3: - resolution: - { - integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} + engines: {node: '>=6'} dev: false /detect-libc@2.0.1: - resolution: - { - integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==} + engines: {node: '>=8'} /devalue@4.3.0: - resolution: - { - integrity: sha512-n94yQo4LI3w7erwf84mhRUkUJfhLoCZiLyoOZ/QFsDbcWNZePrLwbQpvZBUG2TNxwV3VjCKPxkiiQA6pe3TrTA==, - } + resolution: {integrity: sha512-n94yQo4LI3w7erwf84mhRUkUJfhLoCZiLyoOZ/QFsDbcWNZePrLwbQpvZBUG2TNxwV3VjCKPxkiiQA6pe3TrTA==} dev: false /didyoumean@1.2.2: - resolution: - { - integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==, - } + resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} dev: false /diff@5.1.0: - resolution: - { - integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==, - } - engines: { node: ">=0.3.1" } + resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==} + engines: {node: '>=0.3.1'} dev: false /dlv@1.1.3: - resolution: - { - integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==, - } + resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} dev: false /dset@3.1.2: - resolution: - { - integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==} + engines: {node: '>=4'} dev: false /eastasianwidth@0.2.0: - resolution: - { - integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, - } + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: false /ejs@3.1.9: - resolution: - { - integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} + engines: {node: '>=0.10.0'} hasBin: true dependencies: jake: 10.8.5 dev: false /electron-to-chromium@1.4.356: - resolution: - { - integrity: sha512-nEftV1dRX3omlxAj42FwqRZT0i4xd2dIg39sog/CnCJeCcL1TRd2Uh0i9Oebgv8Ou0vzTPw++xc+Z20jzS2B6A==, - } + resolution: {integrity: sha512-nEftV1dRX3omlxAj42FwqRZT0i4xd2dIg39sog/CnCJeCcL1TRd2Uh0i9Oebgv8Ou0vzTPw++xc+Z20jzS2B6A==} /emmet@2.4.2: - resolution: - { - integrity: sha512-YgmsMkhUgzhJMgH5noGudfxqrQn1bapvF0y7C1e7A0jWFImsRrrvVslzyZz0919NED/cjFOpVWx7c973V+2S/w==, - } + resolution: {integrity: sha512-YgmsMkhUgzhJMgH5noGudfxqrQn1bapvF0y7C1e7A0jWFImsRrrvVslzyZz0919NED/cjFOpVWx7c973V+2S/w==} dependencies: - "@emmetio/abbreviation": 2.3.1 - "@emmetio/css-abbreviation": 2.1.6 + '@emmetio/abbreviation': 2.3.1 + '@emmetio/css-abbreviation': 2.1.6 dev: false /emoji-regex@8.0.0: - resolution: - { - integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, - } + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: false /emoji-regex@9.2.2: - resolution: - { - integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, - } + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: false /end-of-stream@1.4.4: - resolution: - { - integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==, - } + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: once: 1.4.0 /es-abstract@1.21.2: - resolution: - { - integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==} + engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 available-typed-arrays: 1.0.5 @@ -3863,18 +2876,12 @@ packages: dev: false /es-module-lexer@1.2.1: - resolution: - { - integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==, - } + resolution: {integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==} dev: false /es-set-tostringtag@2.0.1: - resolution: - { - integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} + engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.0 has: 1.0.3 @@ -3882,173 +2889,122 @@ packages: dev: false /es-to-primitive@1.2.1: - resolution: - { - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 is-symbol: 1.0.4 dev: false - /esbuild@0.17.15: - resolution: - { - integrity: sha512-LBUV2VsUIc/iD9ME75qhT4aJj0r75abCVS0jakhFzOtR7TQsqQA5w0tZ+KTKnwl3kXE0MhskNdHDh/I5aCR1Zw==, - } - engines: { node: ">=12" } + /esbuild@0.17.16: + resolution: {integrity: sha512-aeSuUKr9aFVY9Dc8ETVELGgkj4urg5isYx8pLf4wlGgB0vTFjxJQdHnNH6Shmx4vYYrOTLCHtRI5i1XZ9l2Zcg==} + engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - "@esbuild/android-arm": 0.17.15 - "@esbuild/android-arm64": 0.17.15 - "@esbuild/android-x64": 0.17.15 - "@esbuild/darwin-arm64": 0.17.15 - "@esbuild/darwin-x64": 0.17.15 - "@esbuild/freebsd-arm64": 0.17.15 - "@esbuild/freebsd-x64": 0.17.15 - "@esbuild/linux-arm": 0.17.15 - "@esbuild/linux-arm64": 0.17.15 - "@esbuild/linux-ia32": 0.17.15 - "@esbuild/linux-loong64": 0.17.15 - "@esbuild/linux-mips64el": 0.17.15 - "@esbuild/linux-ppc64": 0.17.15 - "@esbuild/linux-riscv64": 0.17.15 - "@esbuild/linux-s390x": 0.17.15 - "@esbuild/linux-x64": 0.17.15 - "@esbuild/netbsd-x64": 0.17.15 - "@esbuild/openbsd-x64": 0.17.15 - "@esbuild/sunos-x64": 0.17.15 - "@esbuild/win32-arm64": 0.17.15 - "@esbuild/win32-ia32": 0.17.15 - "@esbuild/win32-x64": 0.17.15 + '@esbuild/android-arm': 0.17.16 + '@esbuild/android-arm64': 0.17.16 + '@esbuild/android-x64': 0.17.16 + '@esbuild/darwin-arm64': 0.17.16 + '@esbuild/darwin-x64': 0.17.16 + '@esbuild/freebsd-arm64': 0.17.16 + '@esbuild/freebsd-x64': 0.17.16 + '@esbuild/linux-arm': 0.17.16 + '@esbuild/linux-arm64': 0.17.16 + '@esbuild/linux-ia32': 0.17.16 + '@esbuild/linux-loong64': 0.17.16 + '@esbuild/linux-mips64el': 0.17.16 + '@esbuild/linux-ppc64': 0.17.16 + '@esbuild/linux-riscv64': 0.17.16 + '@esbuild/linux-s390x': 0.17.16 + '@esbuild/linux-x64': 0.17.16 + '@esbuild/netbsd-x64': 0.17.16 + '@esbuild/openbsd-x64': 0.17.16 + '@esbuild/sunos-x64': 0.17.16 + '@esbuild/win32-arm64': 0.17.16 + '@esbuild/win32-ia32': 0.17.16 + '@esbuild/win32-x64': 0.17.16 /escalade@3.1.1: - resolution: - { - integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + engines: {node: '>=6'} /escape-string-regexp@1.0.5: - resolution: - { - integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, - } - engines: { node: ">=0.8.0" } + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} /escape-string-regexp@5.0.0: - resolution: - { - integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} + engines: {node: '>=12'} dev: false /esprima@4.0.1: - resolution: - { - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} hasBin: true dev: false /estree-util-attach-comments@2.1.1: - resolution: - { - integrity: sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==, - } + resolution: {integrity: sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==} dependencies: - "@types/estree": 1.0.0 + '@types/estree': 1.0.0 dev: false /estree-util-build-jsx@2.2.2: - resolution: - { - integrity: sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==, - } + resolution: {integrity: sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==} dependencies: - "@types/estree-jsx": 1.0.0 + '@types/estree-jsx': 1.0.0 estree-util-is-identifier-name: 2.1.0 estree-walker: 3.0.3 dev: false /estree-util-is-identifier-name@2.1.0: - resolution: - { - integrity: sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==, - } + resolution: {integrity: sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==} dev: false /estree-util-to-js@1.2.0: - resolution: - { - integrity: sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==, - } + resolution: {integrity: sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==} dependencies: - "@types/estree-jsx": 1.0.0 + '@types/estree-jsx': 1.0.0 astring: 1.8.4 source-map: 0.7.4 dev: false /estree-util-visit@1.2.1: - resolution: - { - integrity: sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==, - } + resolution: {integrity: sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==} dependencies: - "@types/estree-jsx": 1.0.0 - "@types/unist": 2.0.6 + '@types/estree-jsx': 1.0.0 + '@types/unist': 2.0.6 dev: false /estree-walker@1.0.1: - resolution: - { - integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==, - } + resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==} dev: false /estree-walker@2.0.2: - resolution: - { - integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==, - } + resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} dev: false /estree-walker@3.0.3: - resolution: - { - integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==, - } + resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} dependencies: - "@types/estree": 1.0.0 + '@types/estree': 1.0.0 dev: false /esutils@2.0.3: - resolution: - { - integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} dev: false /events@3.3.0: - resolution: - { - integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==, - } - engines: { node: ">=0.8.x" } + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} dev: false /execa@6.1.0: - resolution: - { - integrity: sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -4062,178 +3018,119 @@ packages: dev: false /expand-template@2.0.3: - resolution: - { - integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} + engines: {node: '>=6'} /extend-shallow@2.0.1: - resolution: - { - integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} + engines: {node: '>=0.10.0'} dependencies: is-extendable: 0.1.1 dev: false /extend@3.0.2: - resolution: - { - integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==, - } - dev: false - - /extract-md-headings@0.2.5: - resolution: - { - integrity: sha512-1x49be07xQxXDDI/n0SCGLRbMbHShOE4fblGgzF+uCE+bCWIH0j2UphXvGL8LjGr8a+U1aPzPqyiNoNLrAdY/Q==, - } - dependencies: - tslib: 2.5.0 + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} dev: false /fast-deep-equal@3.1.3: - resolution: - { - integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, - } + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} dev: false /fast-glob@3.2.12: - resolution: - { - integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==, - } - engines: { node: ">=8.6.0" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 + resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} + engines: {node: '>=8.6.0'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 dev: false /fast-json-stable-stringify@2.1.0: - resolution: - { - integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, - } + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + dev: false + + /fast-xml-parser@4.2.0: + resolution: {integrity: sha512-+zVQv4aVTO+o8oRUyRL7PjgeVo1J6oP8Cw2+a8UTZQcj5V0yUK5T63gTN0ldgiHDPghUjKc4OpT6SwMTwnOQug==} + hasBin: true + dependencies: + strnum: 1.0.5 dev: false /fastq@1.15.0: - resolution: - { - integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==, - } + resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 dev: false /fault@2.0.1: - resolution: - { - integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==, - } + resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==} dependencies: format: 0.2.2 dev: false /file-uri-to-path@1.0.0: - resolution: - { - integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==, - } + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} dev: false /filelist@1.0.4: - resolution: - { - integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==, - } + resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} dependencies: minimatch: 5.1.6 dev: false /fill-range@7.0.1: - resolution: - { - integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 dev: false /find-up@4.1.0: - resolution: - { - integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} dependencies: locate-path: 5.0.0 path-exists: 4.0.0 dev: false /find-up@5.0.0: - resolution: - { - integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} dependencies: locate-path: 6.0.0 path-exists: 4.0.0 dev: false /find-yarn-workspace-root2@1.2.16: - resolution: - { - integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==, - } + resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} dependencies: micromatch: 4.0.5 pkg-dir: 4.2.0 dev: false /for-each@0.3.3: - resolution: - { - integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==, - } + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: is-callable: 1.2.7 dev: false /format@0.2.2: - resolution: - { - integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==, - } - engines: { node: ">=0.4.x" } + resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==} + engines: {node: '>=0.4.x'} dev: false /fraction.js@4.2.0: - resolution: - { - integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==, - } + resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==} dev: false /fs-constants@1.0.0: - resolution: - { - integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==, - } + resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} /fs-extra@9.1.0: - resolution: - { - integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} + engines: {node: '>=10'} dependencies: at-least-node: 1.0.0 graceful-fs: 4.2.11 @@ -4242,44 +3139,29 @@ packages: dev: false /fs-minipass@2.1.0: - resolution: - { - integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: false /fs.realpath@1.0.0: - resolution: - { - integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, - } + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: false /fsevents@2.3.2: - resolution: - { - integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, - } - engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true optional: true /function-bind@1.1.1: - resolution: - { - integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, - } + resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} /function.prototype.name@1.1.5: - resolution: - { - integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4288,18 +3170,12 @@ packages: dev: false /functions-have-names@1.2.3: - resolution: - { - integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, - } + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} dev: false /gauge@3.0.2: - resolution: - { - integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} + engines: {node: '>=10'} dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -4313,17 +3189,11 @@ packages: dev: false /gensync@1.0.0-beta.2: - resolution: - { - integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} /get-intrinsic@1.2.0: - resolution: - { - integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==, - } + resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==} dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -4331,76 +3201,49 @@ packages: dev: false /get-own-enumerable-property-symbols@3.0.2: - resolution: - { - integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==, - } + resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} dev: false /get-stream@6.0.1: - resolution: - { - integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} dev: false /get-symbol-description@1.0.0: - resolution: - { - integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 dev: false /github-from-package@0.0.0: - resolution: - { - integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==, - } + resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} /github-slugger@1.5.0: - resolution: - { - integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==, - } + resolution: {integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==} dev: false /github-slugger@2.0.0: - resolution: - { - integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==, - } + resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} dev: false /glob-parent@5.1.2: - resolution: - { - integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 dev: false /glob-parent@6.0.2: - resolution: - { - integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 dev: false /glob@7.1.6: - resolution: - { - integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==, - } + resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -4411,10 +3254,7 @@ packages: dev: false /glob@7.2.3: - resolution: - { - integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, - } + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -4425,58 +3265,37 @@ packages: dev: false /globals@11.12.0: - resolution: - { - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} /globalthis@1.0.3: - resolution: - { - integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + engines: {node: '>= 0.4'} dependencies: define-properties: 1.2.0 dev: false /globalyzer@0.1.0: - resolution: - { - integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==, - } + resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==} dev: false /globrex@0.1.2: - resolution: - { - integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==, - } + resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} dev: false /gopd@1.0.1: - resolution: - { - integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, - } + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: get-intrinsic: 1.2.0 dev: false /graceful-fs@4.2.11: - resolution: - { - integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, - } + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: false /gray-matter@4.0.3: - resolution: - { - integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==, - } - engines: { node: ">=6.0" } + resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} + engines: {node: '>=6.0'} dependencies: js-yaml: 3.14.1 kind-of: 6.0.3 @@ -4485,95 +3304,62 @@ packages: dev: false /has-bigints@1.0.2: - resolution: - { - integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, - } + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} dev: false /has-flag@3.0.0: - resolution: - { - integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} /has-flag@4.0.0: - resolution: - { - integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} dev: false /has-package-exports@1.3.0: - resolution: - { - integrity: sha512-e9OeXPQnmPhYoJ63lXC4wWe34TxEGZDZ3OQX9XRqp2VwsfLl3bQBy7VehLnd34g3ef8CmYlBLGqEMKXuz8YazQ==, - } + resolution: {integrity: sha512-e9OeXPQnmPhYoJ63lXC4wWe34TxEGZDZ3OQX9XRqp2VwsfLl3bQBy7VehLnd34g3ef8CmYlBLGqEMKXuz8YazQ==} dependencies: - "@ljharb/has-package-exports-patterns": 0.0.2 + '@ljharb/has-package-exports-patterns': 0.0.2 dev: false /has-property-descriptors@1.0.0: - resolution: - { - integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==, - } + resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.2.0 dev: false /has-proto@1.0.1: - resolution: - { - integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + engines: {node: '>= 0.4'} dev: false /has-symbols@1.0.3: - resolution: - { - integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} dev: false /has-tostringtag@1.0.0: - resolution: - { - integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} + engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 dev: false /has-unicode@2.0.1: - resolution: - { - integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, - } + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} dev: false /has@1.0.3: - resolution: - { - integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==, - } - engines: { node: ">= 0.4.0" } + resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} + engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 /hast-util-from-parse5@7.1.2: - resolution: - { - integrity: sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==, - } + resolution: {integrity: sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==} dependencies: - "@types/hast": 2.3.4 - "@types/unist": 2.0.6 + '@types/hast': 2.3.4 + '@types/unist': 2.0.6 hastscript: 7.2.0 property-information: 6.2.0 vfile: 5.3.7 @@ -4582,32 +3368,23 @@ packages: dev: false /hast-util-is-element@2.1.3: - resolution: - { - integrity: sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==, - } + resolution: {integrity: sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==} dependencies: - "@types/hast": 2.3.4 - "@types/unist": 2.0.6 + '@types/hast': 2.3.4 + '@types/unist': 2.0.6 dev: false /hast-util-parse-selector@3.1.1: - resolution: - { - integrity: sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==, - } + resolution: {integrity: sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==} dependencies: - "@types/hast": 2.3.4 + '@types/hast': 2.3.4 dev: false /hast-util-raw@7.2.3: - resolution: - { - integrity: sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==, - } + resolution: {integrity: sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==} dependencies: - "@types/hast": 2.3.4 - "@types/parse5": 6.0.3 + '@types/hast': 2.3.4 + '@types/parse5': 6.0.3 hast-util-from-parse5: 7.1.2 hast-util-to-parse5: 7.1.0 html-void-elements: 2.0.1 @@ -4620,15 +3397,12 @@ packages: dev: false /hast-util-to-estree@2.3.2: - resolution: - { - integrity: sha512-YYDwATNdnvZi3Qi84iatPIl1lWpXba1MeNrNbDfJfVzEBZL8uUmtR7mt7bxKBC8kuAuvb0bkojXYZzsNHyHCLg==, - } - dependencies: - "@types/estree": 1.0.0 - "@types/estree-jsx": 1.0.0 - "@types/hast": 2.3.4 - "@types/unist": 2.0.6 + resolution: {integrity: sha512-YYDwATNdnvZi3Qi84iatPIl1lWpXba1MeNrNbDfJfVzEBZL8uUmtR7mt7bxKBC8kuAuvb0bkojXYZzsNHyHCLg==} + dependencies: + '@types/estree': 1.0.0 + '@types/estree-jsx': 1.0.0 + '@types/hast': 2.3.4 + '@types/unist': 2.0.6 comma-separated-tokens: 2.0.3 estree-util-attach-comments: 2.1.1 estree-util-is-identifier-name: 2.1.0 @@ -4645,13 +3419,10 @@ packages: dev: false /hast-util-to-html@8.0.4: - resolution: - { - integrity: sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==, - } + resolution: {integrity: sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==} dependencies: - "@types/hast": 2.3.4 - "@types/unist": 2.0.6 + '@types/hast': 2.3.4 + '@types/unist': 2.0.6 ccount: 2.0.1 comma-separated-tokens: 2.0.3 hast-util-raw: 7.2.3 @@ -4664,12 +3435,9 @@ packages: dev: false /hast-util-to-parse5@7.1.0: - resolution: - { - integrity: sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==, - } + resolution: {integrity: sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==} dependencies: - "@types/hast": 2.3.4 + '@types/hast': 2.3.4 comma-separated-tokens: 2.0.3 property-information: 6.2.0 space-separated-tokens: 2.0.2 @@ -4678,31 +3446,22 @@ packages: dev: false /hast-util-to-text@3.1.2: - resolution: - { - integrity: sha512-tcllLfp23dJJ+ju5wCCZHVpzsQQ43+moJbqVX3jNWPB7z/KFC4FyZD6R7y94cHL6MQ33YtMZL8Z0aIXXI4XFTw==, - } + resolution: {integrity: sha512-tcllLfp23dJJ+ju5wCCZHVpzsQQ43+moJbqVX3jNWPB7z/KFC4FyZD6R7y94cHL6MQ33YtMZL8Z0aIXXI4XFTw==} dependencies: - "@types/hast": 2.3.4 - "@types/unist": 2.0.6 + '@types/hast': 2.3.4 + '@types/unist': 2.0.6 hast-util-is-element: 2.1.3 unist-util-find-after: 4.0.1 dev: false /hast-util-whitespace@2.0.1: - resolution: - { - integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==, - } + resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==} dev: false /hastscript@7.2.0: - resolution: - { - integrity: sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==, - } + resolution: {integrity: sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==} dependencies: - "@types/hast": 2.3.4 + '@types/hast': 2.3.4 comma-separated-tokens: 2.0.3 hast-util-parse-selector: 3.1.1 property-information: 6.2.0 @@ -4710,39 +3469,24 @@ packages: dev: false /html-entities@2.3.3: - resolution: - { - integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==, - } + resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==} dev: false /html-escaper@3.0.3: - resolution: - { - integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==, - } + resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==} dev: false /html-void-elements@2.0.1: - resolution: - { - integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==, - } + resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==} dev: false /http-cache-semantics@4.1.1: - resolution: - { - integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==, - } + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} dev: false /https-proxy-agent@5.0.1: - resolution: - { - integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -4751,79 +3495,49 @@ packages: dev: false /human-signals@3.0.1: - resolution: - { - integrity: sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==, - } - engines: { node: ">=12.20.0" } + resolution: {integrity: sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==} + engines: {node: '>=12.20.0'} dev: false /idb@7.1.1: - resolution: - { - integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==, - } + resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==} dev: false /ieee754@1.2.1: - resolution: - { - integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==, - } + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} /image-size@1.0.2: - resolution: - { - integrity: sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==, - } - engines: { node: ">=14.0.0" } + resolution: {integrity: sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==} + engines: {node: '>=14.0.0'} hasBin: true dependencies: queue: 6.0.2 dev: false /import-meta-resolve@2.2.2: - resolution: - { - integrity: sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==, - } + resolution: {integrity: sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==} dev: false /inflight@1.0.6: - resolution: - { - integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, - } + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} dependencies: once: 1.4.0 wrappy: 1.0.2 dev: false /inherits@2.0.4: - resolution: - { - integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, - } + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} /ini@1.3.8: - resolution: - { - integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, - } + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} /inline-style-parser@0.1.1: - resolution: - { - integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==, - } + resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} dev: false /internal-slot@1.0.5: - resolution: - { - integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} + engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.0 has: 1.0.3 @@ -4831,27 +3545,18 @@ packages: dev: false /is-alphabetical@2.0.1: - resolution: - { - integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==, - } + resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} dev: false /is-alphanumerical@2.0.1: - resolution: - { - integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==, - } + resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} dependencies: is-alphabetical: 2.0.1 is-decimal: 2.0.1 dev: false /is-array-buffer@3.0.2: - resolution: - { - integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==, - } + resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 @@ -4859,277 +3564,181 @@ packages: dev: false /is-arrayish@0.3.2: - resolution: - { - integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==, - } + resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} /is-bigint@1.0.4: - resolution: - { - integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, - } + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 dev: false /is-binary-path@2.1.0: - resolution: - { - integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 dev: false /is-boolean-object@1.1.2: - resolution: - { - integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 dev: false /is-buffer@2.0.5: - resolution: - { - integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} + engines: {node: '>=4'} dev: false /is-callable@1.2.7: - resolution: - { - integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} dev: false - /is-core-module@2.11.0: - resolution: - { - integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==, - } + /is-core-module@2.12.0: + resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==} dependencies: has: 1.0.3 /is-date-object@1.0.5: - resolution: - { - integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-decimal@2.0.1: - resolution: - { - integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==, - } + resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} dev: false /is-docker@2.2.1: - resolution: - { - integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} hasBin: true dev: false /is-docker@3.0.0: - resolution: - { - integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dev: false /is-extendable@0.1.1: - resolution: - { - integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} + engines: {node: '>=0.10.0'} dev: false /is-extglob@2.1.1: - resolution: - { - integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} dev: false /is-fullwidth-code-point@3.0.0: - resolution: - { - integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} dev: false /is-glob@4.0.3: - resolution: - { - integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 dev: false /is-hexadecimal@2.0.1: - resolution: - { - integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==, - } + resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==} dev: false /is-interactive@2.0.0: - resolution: - { - integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} + engines: {node: '>=12'} dev: false /is-module@1.0.0: - resolution: - { - integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==, - } + resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} dev: false /is-negative-zero@2.0.2: - resolution: - { - integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} + engines: {node: '>= 0.4'} dev: false /is-number-object@1.0.7: - resolution: - { - integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-number@7.0.0: - resolution: - { - integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, - } - engines: { node: ">=0.12.0" } + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} dev: false /is-obj@1.0.1: - resolution: - { - integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} + engines: {node: '>=0.10.0'} dev: false /is-plain-obj@4.1.0: - resolution: - { - integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} + engines: {node: '>=12'} dev: false /is-reference@3.0.1: - resolution: - { - integrity: sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==, - } + resolution: {integrity: sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==} dependencies: - "@types/estree": 1.0.0 + '@types/estree': 1.0.0 dev: false /is-regex@1.1.4: - resolution: - { - integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 dev: false /is-regexp@1.0.0: - resolution: - { - integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} + engines: {node: '>=0.10.0'} dev: false /is-shared-array-buffer@1.0.2: - resolution: - { - integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==, - } + resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 dev: false /is-stream@2.0.1: - resolution: - { - integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} dev: false /is-stream@3.0.0: - resolution: - { - integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: false /is-string@1.0.7: - resolution: - { - integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-symbol@1.0.4: - resolution: - { - integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 dev: false /is-typed-array@1.1.10: - resolution: - { - integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} + engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -5139,45 +3748,30 @@ packages: dev: false /is-unicode-supported@1.3.0: - resolution: - { - integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} dev: false /is-weakref@1.0.2: - resolution: - { - integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, - } + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 dev: false /is-wsl@2.2.0: - resolution: - { - integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} dependencies: is-docker: 2.2.1 dev: false /isexe@2.0.0: - resolution: - { - integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, - } + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: false /jake@10.8.5: - resolution: - { - integrity: sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==} + engines: {node: '>=10'} hasBin: true dependencies: async: 3.2.4 @@ -5187,36 +3781,24 @@ packages: dev: false /jest-worker@26.6.2: - resolution: - { - integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} + engines: {node: '>= 10.13.0'} dependencies: - "@types/node": 18.15.11 + '@types/node': 18.15.11 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false /jiti@1.18.2: - resolution: - { - integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==, - } + resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==} hasBin: true dev: false /js-tokens@4.0.0: - resolution: - { - integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, - } + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} /js-yaml@3.14.1: - resolution: - { - integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==, - } + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true dependencies: argparse: 1.0.10 @@ -5224,62 +3806,38 @@ packages: dev: false /jsesc@0.5.0: - resolution: - { - integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==, - } + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true dev: false /jsesc@2.5.2: - resolution: - { - integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} hasBin: true /json-schema-traverse@1.0.0: - resolution: - { - integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==, - } + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: false /json-schema@0.4.0: - resolution: - { - integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==, - } + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} dev: false /json5@2.2.3: - resolution: - { - integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} hasBin: true /jsonc-parser@2.3.1: - resolution: - { - integrity: sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==, - } + resolution: {integrity: sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==} dev: false /jsonc-parser@3.2.0: - resolution: - { - integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==, - } + resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: false /jsonfile@6.1.0: - resolution: - { - integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==, - } + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: universalify: 2.0.0 optionalDependencies: @@ -5287,93 +3845,60 @@ packages: dev: false /jsonpointer@5.0.1: - resolution: - { - integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} + engines: {node: '>=0.10.0'} dev: false /katex@0.15.6: - resolution: - { - integrity: sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==, - } + resolution: {integrity: sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==} hasBin: true dependencies: commander: 8.3.0 dev: false /katex@0.16.4: - resolution: - { - integrity: sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==, - } + resolution: {integrity: sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==} hasBin: true dependencies: commander: 8.3.0 dev: false /kind-of@6.0.3: - resolution: - { - integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} dev: false /kleur@3.0.3: - resolution: - { - integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} dev: false /kleur@4.1.5: - resolution: - { - integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} + engines: {node: '>=6'} dev: false /leven@3.1.0: - resolution: - { - integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} + engines: {node: '>=6'} dev: false /lilconfig@2.1.0: - resolution: - { - integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} + engines: {node: '>=10'} dev: false /lines-and-columns@1.2.4: - resolution: - { - integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, - } + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: false /lite-youtube-embed@0.2.0: - resolution: - { - integrity: sha512-XXXAk5sbvtjjwbie3XG+6HppgTm1HTGL/Uk9z9NkJH53o7puZLur434heHzAjkS60hZB3vT4ls25zl5rMiX4EA==, - } + resolution: {integrity: sha512-XXXAk5sbvtjjwbie3XG+6HppgTm1HTGL/Uk9z9NkJH53o7puZLur434heHzAjkS60hZB3vT4ls25zl5rMiX4EA==} dev: false /load-yaml-file@0.2.0: - resolution: - { - integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} + engines: {node: '>=6'} dependencies: graceful-fs: 4.2.11 js-yaml: 3.14.1 @@ -5382,117 +3907,75 @@ packages: dev: false /locate-path@5.0.0: - resolution: - { - integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} dependencies: p-locate: 4.1.0 dev: false /locate-path@6.0.0: - resolution: - { - integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} dependencies: p-locate: 5.0.0 dev: false /lodash.castarray@4.4.0: - resolution: - { - integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==, - } + resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==} dev: false /lodash.debounce@4.0.8: - resolution: - { - integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==, - } + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} dev: false /lodash.isplainobject@4.0.6: - resolution: - { - integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==, - } + resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} dev: false /lodash.merge@4.6.2: - resolution: - { - integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, - } + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: false /lodash.sortby@4.7.0: - resolution: - { - integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==, - } + resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} dev: false /lodash@4.17.21: - resolution: - { - integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, - } + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} dev: false /log-symbols@5.1.0: - resolution: - { - integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} + engines: {node: '>=12'} dependencies: chalk: 5.2.0 is-unicode-supported: 1.3.0 dev: false /longest-streak@3.1.0: - resolution: - { - integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==, - } + resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} dev: false /loose-envify@1.4.0: - resolution: - { - integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==, - } + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true dependencies: js-tokens: 4.0.0 dev: false /lru-cache@5.1.1: - resolution: - { - integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, - } + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 /lru-cache@6.0.0: - resolution: - { - integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} dependencies: yallist: 4.0.0 /lucide-solid@0.127.0(solid-js@1.7.3): - resolution: - { - integrity: sha512-6kpEdy1VXM0JDwj4OwRahUa55273cEkT8usC5170VbK8z6V8DCFSi2CYO4KOf/Cge5727JWl+oZ1gHGMVgZvvA==, - } + resolution: {integrity: sha512-6kpEdy1VXM0JDwj4OwRahUa55273cEkT8usC5170VbK8z6V8DCFSi2CYO4KOf/Cge5727JWl+oZ1gHGMVgZvvA==} peerDependencies: solid-js: ^1.4.7 dependencies: @@ -5500,80 +3983,56 @@ packages: dev: false /magic-string@0.25.9: - resolution: - { - integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==, - } + resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} dependencies: sourcemap-codec: 1.4.8 dev: false /magic-string@0.27.0: - resolution: - { - integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} + engines: {node: '>=12'} dependencies: - "@jridgewell/sourcemap-codec": 1.4.15 + '@jridgewell/sourcemap-codec': 1.4.15 dev: false /make-dir@3.1.0: - resolution: - { - integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} + engines: {node: '>=8'} dependencies: semver: 6.3.0 dev: false /markdown-extensions@1.1.1: - resolution: - { - integrity: sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==} + engines: {node: '>=0.10.0'} dev: false /markdown-table@3.0.3: - resolution: - { - integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==, - } + resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==} dev: false /mdast-util-definitions@5.1.2: - resolution: - { - integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==, - } + resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==} dependencies: - "@types/mdast": 3.0.11 - "@types/unist": 2.0.6 + '@types/mdast': 3.0.11 + '@types/unist': 2.0.6 unist-util-visit: 4.1.2 dev: false /mdast-util-find-and-replace@2.2.2: - resolution: - { - integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==, - } + resolution: {integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 escape-string-regexp: 5.0.0 unist-util-is: 5.2.1 unist-util-visit-parents: 5.1.3 dev: false /mdast-util-from-markdown@1.3.0: - resolution: - { - integrity: sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g==, - } + resolution: {integrity: sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g==} dependencies: - "@types/mdast": 3.0.11 - "@types/unist": 2.0.6 + '@types/mdast': 3.0.11 + '@types/unist': 2.0.6 decode-named-character-reference: 1.0.2 mdast-util-to-string: 3.2.0 micromark: 3.1.0 @@ -5589,56 +4048,41 @@ packages: dev: false /mdast-util-frontmatter@1.0.1: - resolution: - { - integrity: sha512-JjA2OjxRqAa8wEG8hloD0uTU0kdn8kbtOWpPP94NBkfAlbxn4S8gCGf/9DwFtEeGPXrDcNXdiDjVaRdUFqYokw==, - } + resolution: {integrity: sha512-JjA2OjxRqAa8wEG8hloD0uTU0kdn8kbtOWpPP94NBkfAlbxn4S8gCGf/9DwFtEeGPXrDcNXdiDjVaRdUFqYokw==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-to-markdown: 1.5.0 micromark-extension-frontmatter: 1.1.0 dev: false /mdast-util-gfm-autolink-literal@1.0.3: - resolution: - { - integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==, - } + resolution: {integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 ccount: 2.0.1 mdast-util-find-and-replace: 2.2.2 micromark-util-character: 1.1.0 dev: false /mdast-util-gfm-footnote@1.0.2: - resolution: - { - integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==, - } + resolution: {integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-to-markdown: 1.5.0 micromark-util-normalize-identifier: 1.0.0 dev: false /mdast-util-gfm-strikethrough@1.0.3: - resolution: - { - integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==, - } + resolution: {integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-to-markdown: 1.5.0 dev: false /mdast-util-gfm-table@1.0.7: - resolution: - { - integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==, - } + resolution: {integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 markdown-table: 3.0.3 mdast-util-from-markdown: 1.3.0 mdast-util-to-markdown: 1.5.0 @@ -5647,20 +4091,14 @@ packages: dev: false /mdast-util-gfm-task-list-item@1.0.2: - resolution: - { - integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==, - } + resolution: {integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-to-markdown: 1.5.0 dev: false /mdast-util-gfm@2.0.2: - resolution: - { - integrity: sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==, - } + resolution: {integrity: sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==} dependencies: mdast-util-from-markdown: 1.3.0 mdast-util-gfm-autolink-literal: 1.0.3 @@ -5674,25 +4112,19 @@ packages: dev: false /mdast-util-math@2.0.2: - resolution: - { - integrity: sha512-8gmkKVp9v6+Tgjtq6SYx9kGPpTf6FVYRa53/DLh479aldR9AyP48qeVOgNZ5X7QUK7nOy4yw7vg6mbiGcs9jWQ==, - } + resolution: {integrity: sha512-8gmkKVp9v6+Tgjtq6SYx9kGPpTf6FVYRa53/DLh479aldR9AyP48qeVOgNZ5X7QUK7nOy4yw7vg6mbiGcs9jWQ==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 longest-streak: 3.1.0 mdast-util-to-markdown: 1.5.0 dev: false /mdast-util-mdx-expression@1.3.2: - resolution: - { - integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==, - } - dependencies: - "@types/estree-jsx": 1.0.0 - "@types/hast": 2.3.4 - "@types/mdast": 3.0.11 + resolution: {integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==} + dependencies: + '@types/estree-jsx': 1.0.0 + '@types/hast': 2.3.4 + '@types/mdast': 3.0.11 mdast-util-from-markdown: 1.3.0 mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: @@ -5700,15 +4132,12 @@ packages: dev: false /mdast-util-mdx-jsx@2.1.2: - resolution: - { - integrity: sha512-o9vBCYQK5ZLGEj3tCGISJGjvafyHRVJlZmfJzSE7xjiogSzIeph/Z4zMY65q4WGRMezQBeAwPlrdymDYYYx0tA==, - } - dependencies: - "@types/estree-jsx": 1.0.0 - "@types/hast": 2.3.4 - "@types/mdast": 3.0.11 - "@types/unist": 2.0.6 + resolution: {integrity: sha512-o9vBCYQK5ZLGEj3tCGISJGjvafyHRVJlZmfJzSE7xjiogSzIeph/Z4zMY65q4WGRMezQBeAwPlrdymDYYYx0tA==} + dependencies: + '@types/estree-jsx': 1.0.0 + '@types/hast': 2.3.4 + '@types/mdast': 3.0.11 + '@types/unist': 2.0.6 ccount: 2.0.1 mdast-util-from-markdown: 1.3.0 mdast-util-to-markdown: 1.5.0 @@ -5722,10 +4151,7 @@ packages: dev: false /mdast-util-mdx@2.0.1: - resolution: - { - integrity: sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==, - } + resolution: {integrity: sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==} dependencies: mdast-util-from-markdown: 1.3.0 mdast-util-mdx-expression: 1.3.2 @@ -5737,14 +4163,11 @@ packages: dev: false /mdast-util-mdxjs-esm@1.3.1: - resolution: - { - integrity: sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==, - } - dependencies: - "@types/estree-jsx": 1.0.0 - "@types/hast": 2.3.4 - "@types/mdast": 3.0.11 + resolution: {integrity: sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==} + dependencies: + '@types/estree-jsx': 1.0.0 + '@types/hast': 2.3.4 + '@types/mdast': 3.0.11 mdast-util-from-markdown: 1.3.0 mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: @@ -5752,23 +4175,17 @@ packages: dev: false /mdast-util-phrasing@3.0.1: - resolution: - { - integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==, - } + resolution: {integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 unist-util-is: 5.2.1 dev: false /mdast-util-to-hast@12.3.0: - resolution: - { - integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==, - } + resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==} dependencies: - "@types/hast": 2.3.4 - "@types/mdast": 3.0.11 + '@types/hast': 2.3.4 + '@types/mdast': 3.0.11 mdast-util-definitions: 5.1.2 micromark-util-sanitize-uri: 1.1.0 trim-lines: 3.0.1 @@ -5778,13 +4195,10 @@ packages: dev: false /mdast-util-to-markdown@1.5.0: - resolution: - { - integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==, - } + resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==} dependencies: - "@types/mdast": 3.0.11 - "@types/unist": 2.0.6 + '@types/mdast': 3.0.11 + '@types/unist': 2.0.6 longest-streak: 3.1.0 mdast-util-phrasing: 3.0.1 mdast-util-to-string: 3.2.0 @@ -5794,34 +4208,22 @@ packages: dev: false /mdast-util-to-string@3.2.0: - resolution: - { - integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==, - } + resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 dev: false /merge-stream@2.0.0: - resolution: - { - integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==, - } + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} dev: false /merge2@1.4.1: - resolution: - { - integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} dev: false /micromark-core-commonmark@1.0.6: - resolution: - { - integrity: sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==, - } + resolution: {integrity: sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==} dependencies: decode-named-character-reference: 1.0.2 micromark-factory-destination: 1.0.0 @@ -5842,10 +4244,7 @@ packages: dev: false /micromark-extension-frontmatter@1.1.0: - resolution: - { - integrity: sha512-0nLelmvXR5aZ+F2IL6/Ed4cDnHLpL/VD/EELKuclsTWHrLI8UgxGHEmeoumeX2FXiM6z2WrBIOEcbKUZR8RYNg==, - } + resolution: {integrity: sha512-0nLelmvXR5aZ+F2IL6/Ed4cDnHLpL/VD/EELKuclsTWHrLI8UgxGHEmeoumeX2FXiM6z2WrBIOEcbKUZR8RYNg==} dependencies: fault: 2.0.1 micromark-util-character: 1.1.0 @@ -5854,10 +4253,7 @@ packages: dev: false /micromark-extension-gfm-autolink-literal@1.0.3: - resolution: - { - integrity: sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg==, - } + resolution: {integrity: sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg==} dependencies: micromark-util-character: 1.1.0 micromark-util-sanitize-uri: 1.1.0 @@ -5867,10 +4263,7 @@ packages: dev: false /micromark-extension-gfm-footnote@1.1.0: - resolution: - { - integrity: sha512-RWYce7j8+c0n7Djzv5NzGEGitNNYO3uj+h/XYMdS/JinH1Go+/Qkomg/rfxExFzYTiydaV6GLeffGO5qcJbMPA==, - } + resolution: {integrity: sha512-RWYce7j8+c0n7Djzv5NzGEGitNNYO3uj+h/XYMdS/JinH1Go+/Qkomg/rfxExFzYTiydaV6GLeffGO5qcJbMPA==} dependencies: micromark-core-commonmark: 1.0.6 micromark-factory-space: 1.0.0 @@ -5883,10 +4276,7 @@ packages: dev: false /micromark-extension-gfm-strikethrough@1.0.5: - resolution: - { - integrity: sha512-X0oI5eYYQVARhiNfbETy7BfLSmSilzN1eOuoRnrf9oUNsPRrWOAe9UqSizgw1vNxQBfOwL+n2610S3bYjVNi7w==, - } + resolution: {integrity: sha512-X0oI5eYYQVARhiNfbETy7BfLSmSilzN1eOuoRnrf9oUNsPRrWOAe9UqSizgw1vNxQBfOwL+n2610S3bYjVNi7w==} dependencies: micromark-util-chunked: 1.0.0 micromark-util-classify-character: 1.0.0 @@ -5897,10 +4287,7 @@ packages: dev: false /micromark-extension-gfm-table@1.0.5: - resolution: - { - integrity: sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg==, - } + resolution: {integrity: sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg==} dependencies: micromark-factory-space: 1.0.0 micromark-util-character: 1.1.0 @@ -5910,19 +4297,13 @@ packages: dev: false /micromark-extension-gfm-tagfilter@1.0.2: - resolution: - { - integrity: sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==, - } + resolution: {integrity: sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==} dependencies: micromark-util-types: 1.0.2 dev: false /micromark-extension-gfm-task-list-item@1.0.4: - resolution: - { - integrity: sha512-9XlIUUVnYXHsFF2HZ9jby4h3npfX10S1coXTnV035QGPgrtNYQq3J6IfIvcCIUAJrrqBVi5BqA/LmaOMJqPwMQ==, - } + resolution: {integrity: sha512-9XlIUUVnYXHsFF2HZ9jby4h3npfX10S1coXTnV035QGPgrtNYQq3J6IfIvcCIUAJrrqBVi5BqA/LmaOMJqPwMQ==} dependencies: micromark-factory-space: 1.0.0 micromark-util-character: 1.1.0 @@ -5932,10 +4313,7 @@ packages: dev: false /micromark-extension-gfm@2.0.1: - resolution: - { - integrity: sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA==, - } + resolution: {integrity: sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA==} dependencies: micromark-extension-gfm-autolink-literal: 1.0.3 micromark-extension-gfm-footnote: 1.1.0 @@ -5948,12 +4326,9 @@ packages: dev: false /micromark-extension-math@2.1.0: - resolution: - { - integrity: sha512-WH+fJkveMvM3ZN+deb/jT3UW623x8xO9ycfJNDC+UQXX+V72RO6hT9KqxA7c8XFwozAFJ7tufOeG+x/CVSXHUw==, - } + resolution: {integrity: sha512-WH+fJkveMvM3ZN+deb/jT3UW623x8xO9ycfJNDC+UQXX+V72RO6hT9KqxA7c8XFwozAFJ7tufOeG+x/CVSXHUw==} dependencies: - "@types/katex": 0.16.0 + '@types/katex': 0.16.0 katex: 0.16.4 micromark-factory-space: 1.0.0 micromark-util-character: 1.1.0 @@ -5963,10 +4338,7 @@ packages: dev: false /micromark-extension-mdx-expression@1.0.4: - resolution: - { - integrity: sha512-TCgLxqW6ReQ3AJgtj1P0P+8ZThBTloLbeb7jNaqr6mCOLDpxUiBFE/9STgooMZttEwOQu5iEcCCa3ZSDhY9FGw==, - } + resolution: {integrity: sha512-TCgLxqW6ReQ3AJgtj1P0P+8ZThBTloLbeb7jNaqr6mCOLDpxUiBFE/9STgooMZttEwOQu5iEcCCa3ZSDhY9FGw==} dependencies: micromark-factory-mdx-expression: 1.0.7 micromark-factory-space: 1.0.0 @@ -5978,12 +4350,9 @@ packages: dev: false /micromark-extension-mdx-jsx@1.0.3: - resolution: - { - integrity: sha512-VfA369RdqUISF0qGgv2FfV7gGjHDfn9+Qfiv5hEwpyr1xscRj/CiVRkU7rywGFCO7JwJ5L0e7CJz60lY52+qOA==, - } + resolution: {integrity: sha512-VfA369RdqUISF0qGgv2FfV7gGjHDfn9+Qfiv5hEwpyr1xscRj/CiVRkU7rywGFCO7JwJ5L0e7CJz60lY52+qOA==} dependencies: - "@types/acorn": 4.0.6 + '@types/acorn': 4.0.6 estree-util-is-identifier-name: 2.1.0 micromark-factory-mdx-expression: 1.0.7 micromark-factory-space: 1.0.0 @@ -5995,19 +4364,13 @@ packages: dev: false /micromark-extension-mdx-md@1.0.0: - resolution: - { - integrity: sha512-xaRAMoSkKdqZXDAoSgp20Azm0aRQKGOl0RrS81yGu8Hr/JhMsBmfs4wR7m9kgVUIO36cMUQjNyiyDKPrsv8gOw==, - } + resolution: {integrity: sha512-xaRAMoSkKdqZXDAoSgp20Azm0aRQKGOl0RrS81yGu8Hr/JhMsBmfs4wR7m9kgVUIO36cMUQjNyiyDKPrsv8gOw==} dependencies: micromark-util-types: 1.0.2 dev: false /micromark-extension-mdxjs-esm@1.0.3: - resolution: - { - integrity: sha512-2N13ol4KMoxb85rdDwTAC6uzs8lMX0zeqpcyx7FhS7PxXomOnLactu8WI8iBNXW8AVyea3KIJd/1CKnUmwrK9A==, - } + resolution: {integrity: sha512-2N13ol4KMoxb85rdDwTAC6uzs8lMX0zeqpcyx7FhS7PxXomOnLactu8WI8iBNXW8AVyea3KIJd/1CKnUmwrK9A==} dependencies: micromark-core-commonmark: 1.0.6 micromark-util-character: 1.1.0 @@ -6020,10 +4383,7 @@ packages: dev: false /micromark-extension-mdxjs@1.0.0: - resolution: - { - integrity: sha512-TZZRZgeHvtgm+IhtgC2+uDMR7h8eTKF0QUX9YsgoL9+bADBpBY6SiLvWqnBlLbCEevITmTqmEuY3FoxMKVs1rQ==, - } + resolution: {integrity: sha512-TZZRZgeHvtgm+IhtgC2+uDMR7h8eTKF0QUX9YsgoL9+bADBpBY6SiLvWqnBlLbCEevITmTqmEuY3FoxMKVs1rQ==} dependencies: acorn: 8.8.2 acorn-jsx: 5.3.2(acorn@8.8.2) @@ -6036,10 +4396,7 @@ packages: dev: false /micromark-factory-destination@1.0.0: - resolution: - { - integrity: sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==, - } + resolution: {integrity: sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==} dependencies: micromark-util-character: 1.1.0 micromark-util-symbol: 1.0.1 @@ -6047,10 +4404,7 @@ packages: dev: false /micromark-factory-label@1.0.2: - resolution: - { - integrity: sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==, - } + resolution: {integrity: sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==} dependencies: micromark-util-character: 1.1.0 micromark-util-symbol: 1.0.1 @@ -6059,10 +4413,7 @@ packages: dev: false /micromark-factory-mdx-expression@1.0.7: - resolution: - { - integrity: sha512-QAdFbkQagTZ/eKb8zDGqmjvgevgJH3+aQpvvKrXWxNJp3o8/l2cAbbrBd0E04r0Gx6nssPpqWIjnbHFvZu5qsQ==, - } + resolution: {integrity: sha512-QAdFbkQagTZ/eKb8zDGqmjvgevgJH3+aQpvvKrXWxNJp3o8/l2cAbbrBd0E04r0Gx6nssPpqWIjnbHFvZu5qsQ==} dependencies: micromark-factory-space: 1.0.0 micromark-util-character: 1.1.0 @@ -6075,20 +4426,14 @@ packages: dev: false /micromark-factory-space@1.0.0: - resolution: - { - integrity: sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==, - } + resolution: {integrity: sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==} dependencies: micromark-util-character: 1.1.0 micromark-util-types: 1.0.2 dev: false /micromark-factory-title@1.0.2: - resolution: - { - integrity: sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==, - } + resolution: {integrity: sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==} dependencies: micromark-factory-space: 1.0.0 micromark-util-character: 1.1.0 @@ -6098,10 +4443,7 @@ packages: dev: false /micromark-factory-whitespace@1.0.0: - resolution: - { - integrity: sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==, - } + resolution: {integrity: sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==} dependencies: micromark-factory-space: 1.0.0 micromark-util-character: 1.1.0 @@ -6110,29 +4452,20 @@ packages: dev: false /micromark-util-character@1.1.0: - resolution: - { - integrity: sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==, - } + resolution: {integrity: sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==} dependencies: micromark-util-symbol: 1.0.1 micromark-util-types: 1.0.2 dev: false /micromark-util-chunked@1.0.0: - resolution: - { - integrity: sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==, - } + resolution: {integrity: sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==} dependencies: micromark-util-symbol: 1.0.1 dev: false /micromark-util-classify-character@1.0.0: - resolution: - { - integrity: sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==, - } + resolution: {integrity: sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==} dependencies: micromark-util-character: 1.1.0 micromark-util-symbol: 1.0.1 @@ -6140,29 +4473,20 @@ packages: dev: false /micromark-util-combine-extensions@1.0.0: - resolution: - { - integrity: sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==, - } + resolution: {integrity: sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==} dependencies: micromark-util-chunked: 1.0.0 micromark-util-types: 1.0.2 dev: false /micromark-util-decode-numeric-character-reference@1.0.0: - resolution: - { - integrity: sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==, - } + resolution: {integrity: sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==} dependencies: micromark-util-symbol: 1.0.1 dev: false /micromark-util-decode-string@1.0.2: - resolution: - { - integrity: sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==, - } + resolution: {integrity: sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==} dependencies: decode-named-character-reference: 1.0.2 micromark-util-character: 1.1.0 @@ -6171,20 +4495,14 @@ packages: dev: false /micromark-util-encode@1.0.1: - resolution: - { - integrity: sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==, - } + resolution: {integrity: sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==} dev: false /micromark-util-events-to-acorn@1.2.1: - resolution: - { - integrity: sha512-mkg3BaWlw6ZTkQORrKVBW4o9ICXPxLtGz51vml5mQpKFdo9vqIX68CAx5JhTOdjQyAHH7JFmm4rh8toSPQZUmg==, - } + resolution: {integrity: sha512-mkg3BaWlw6ZTkQORrKVBW4o9ICXPxLtGz51vml5mQpKFdo9vqIX68CAx5JhTOdjQyAHH7JFmm4rh8toSPQZUmg==} dependencies: - "@types/acorn": 4.0.6 - "@types/estree": 1.0.0 + '@types/acorn': 4.0.6 + '@types/estree': 1.0.0 estree-util-visit: 1.2.1 micromark-util-types: 1.0.2 uvu: 0.5.6 @@ -6193,35 +4511,23 @@ packages: dev: false /micromark-util-html-tag-name@1.1.0: - resolution: - { - integrity: sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==, - } + resolution: {integrity: sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==} dev: false /micromark-util-normalize-identifier@1.0.0: - resolution: - { - integrity: sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==, - } + resolution: {integrity: sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==} dependencies: micromark-util-symbol: 1.0.1 dev: false /micromark-util-resolve-all@1.0.0: - resolution: - { - integrity: sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==, - } + resolution: {integrity: sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==} dependencies: micromark-util-types: 1.0.2 dev: false /micromark-util-sanitize-uri@1.1.0: - resolution: - { - integrity: sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==, - } + resolution: {integrity: sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==} dependencies: micromark-util-character: 1.1.0 micromark-util-encode: 1.0.1 @@ -6229,10 +4535,7 @@ packages: dev: false /micromark-util-subtokenize@1.0.2: - resolution: - { - integrity: sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==, - } + resolution: {integrity: sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==} dependencies: micromark-util-chunked: 1.0.0 micromark-util-symbol: 1.0.1 @@ -6241,26 +4544,17 @@ packages: dev: false /micromark-util-symbol@1.0.1: - resolution: - { - integrity: sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==, - } + resolution: {integrity: sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==} dev: false /micromark-util-types@1.0.2: - resolution: - { - integrity: sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==, - } + resolution: {integrity: sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==} dev: false /micromark@3.1.0: - resolution: - { - integrity: sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==, - } + resolution: {integrity: sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==} dependencies: - "@types/debug": 4.1.7 + '@types/debug': 4.1.7 debug: 4.3.4 decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.0.6 @@ -6282,144 +4576,93 @@ packages: dev: false /micromatch@4.0.5: - resolution: - { - integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, - } - engines: { node: ">=8.6" } + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} dependencies: braces: 3.0.2 picomatch: 2.3.1 dev: false /mime@3.0.0: - resolution: - { - integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} + engines: {node: '>=10.0.0'} hasBin: true dev: false /mimic-fn@2.1.0: - resolution: - { - integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} dev: false /mimic-fn@4.0.0: - resolution: - { - integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} + engines: {node: '>=12'} dev: false /mimic-response@3.1.0: - resolution: - { - integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} + engines: {node: '>=10'} /minimatch@3.1.2: - resolution: - { - integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, - } + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 dev: false /minimatch@5.1.6: - resolution: - { - integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 dev: false /minimist@1.2.8: - resolution: - { - integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==, - } + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} /minipass@3.3.6: - resolution: - { - integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} dependencies: yallist: 4.0.0 dev: false - /minipass@4.2.5: - resolution: - { - integrity: sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==, - } - engines: { node: ">=8" } + /minipass@4.2.7: + resolution: {integrity: sha512-ScVIgqHcXRMyfflqHmEW0bm8z8rb5McHyOY3ewX9JBgZaR77G7nxq9L/mtV96/QbAAwtbCAHVVLzD1kkyfFQEw==} + engines: {node: '>=8'} dev: false /minizlib@2.1.2: - resolution: - { - integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 yallist: 4.0.0 dev: false /mkdirp-classic@0.5.3: - resolution: - { - integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==, - } + resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} /mkdirp@1.0.4: - resolution: - { - integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} hasBin: true dev: false /mri@1.2.0: - resolution: - { - integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} + engines: {node: '>=4'} dev: false /mrmime@1.0.1: - resolution: - { - integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} + engines: {node: '>=10'} dev: false /ms@2.1.2: - resolution: - { - integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, - } + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} /mz@2.7.0: - resolution: - { - integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==, - } + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} dependencies: any-promise: 1.3.0 object-assign: 4.1.1 @@ -6427,49 +4670,31 @@ packages: dev: false /nanoid@3.3.6: - resolution: - { - integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==, - } - engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } + resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true /napi-build-utils@1.0.2: - resolution: - { - integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==, - } + resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} /nlcst-to-string@3.1.1: - resolution: - { - integrity: sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==, - } + resolution: {integrity: sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==} dependencies: - "@types/nlcst": 1.0.0 + '@types/nlcst': 1.0.0 dev: false /node-abi@3.35.0: - resolution: - { - integrity: sha512-jAlSOFR1Bls963NmFwxeQkNTzqjUF0NThm8Le7eRIRGzFUVJuMOFZDLv5Y30W/Oaw+KEebEJLAigwO9gQHoEmw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-jAlSOFR1Bls963NmFwxeQkNTzqjUF0NThm8Le7eRIRGzFUVJuMOFZDLv5Y30W/Oaw+KEebEJLAigwO9gQHoEmw==} + engines: {node: '>=10'} dependencies: - semver: 7.3.8 + semver: 7.4.0 /node-addon-api@5.1.0: - resolution: - { - integrity: sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==, - } + resolution: {integrity: sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==} /node-fetch@2.6.9: - resolution: - { - integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==, - } - engines: { node: 4.x || >=6.0.0 } + resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} + engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -6480,61 +4705,40 @@ packages: dev: false /node-gyp-build@4.6.0: - resolution: - { - integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==, - } + resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==} hasBin: true dev: false /node-releases@2.0.10: - resolution: - { - integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==, - } + resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} /nopt@5.0.0: - resolution: - { - integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} + engines: {node: '>=6'} hasBin: true dependencies: abbrev: 1.1.1 dev: false /normalize-path@3.0.0: - resolution: - { - integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} dev: false /normalize-range@0.1.2: - resolution: - { - integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} + engines: {node: '>=0.10.0'} dev: false /npm-run-path@5.1.0: - resolution: - { - integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: path-key: 4.0.0 dev: false /npmlog@5.0.1: - resolution: - { - integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==, - } + resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} dependencies: are-we-there-yet: 2.0.0 console-control-strings: 1.1.0 @@ -6543,42 +4747,27 @@ packages: dev: false /object-assign@4.1.1: - resolution: - { - integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} dev: false /object-hash@3.0.0: - resolution: - { - integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} + engines: {node: '>= 6'} dev: false /object-inspect@1.12.3: - resolution: - { - integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==, - } + resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} dev: false /object-keys@1.1.1: - resolution: - { - integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} dev: false /object.assign@4.1.4: - resolution: - { - integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -6587,39 +4776,27 @@ packages: dev: false /once@1.4.0: - resolution: - { - integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, - } + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 /onetime@5.1.2: - resolution: - { - integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 dev: false /onetime@6.0.0: - resolution: - { - integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} + engines: {node: '>=12'} dependencies: mimic-fn: 4.0.0 dev: false /open@8.4.2: - resolution: - { - integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} dependencies: define-lazy-prop: 2.0.0 is-docker: 2.2.1 @@ -6627,11 +4804,8 @@ packages: dev: false /ora@6.3.0: - resolution: - { - integrity: sha512-1/D8uRFY0ay2kgBpmAwmSA404w4OoPVhHMqRqtjvrcK/dnzcEZxMJ+V4DUbyICu8IIVRclHcOf5wlD1tMY4GUQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-1/D8uRFY0ay2kgBpmAwmSA404w4OoPVhHMqRqtjvrcK/dnzcEZxMJ+V4DUbyICu8IIVRclHcOf5wlD1tMY4GUQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: chalk: 5.2.0 cli-cursor: 4.0.0 @@ -6645,60 +4819,42 @@ packages: dev: false /p-limit@2.3.0: - resolution: - { - integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} dependencies: p-try: 2.2.0 dev: false /p-limit@3.1.0: - resolution: - { - integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 dev: false /p-locate@4.1.0: - resolution: - { - integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} dependencies: p-limit: 2.3.0 dev: false /p-locate@5.0.0: - resolution: - { - integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} dependencies: p-limit: 3.1.0 dev: false /p-try@2.2.0: - resolution: - { - integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} dev: false /parse-entities@4.0.1: - resolution: - { - integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==, - } + resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 character-entities: 2.0.2 character-entities-legacy: 3.0.0 character-reference-invalid: 2.0.1 @@ -6709,10 +4865,7 @@ packages: dev: false /parse-latin@5.0.1: - resolution: - { - integrity: sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==, - } + resolution: {integrity: sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==} dependencies: nlcst-to-string: 3.1.1 unist-util-modify-children: 3.1.1 @@ -6720,122 +4873,77 @@ packages: dev: false /parse5@6.0.1: - resolution: - { - integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==, - } + resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: false /path-exists@4.0.0: - resolution: - { - integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} dev: false /path-is-absolute@1.0.1: - resolution: - { - integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} dev: false /path-key@3.1.1: - resolution: - { - integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} dev: false /path-key@4.0.0: - resolution: - { - integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} + engines: {node: '>=12'} dev: false /path-parse@1.0.7: - resolution: - { - integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, - } + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} /path-to-regexp@6.2.1: - resolution: - { - integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==, - } + resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==} dev: false /periscopic@3.1.0: - resolution: - { - integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==, - } + resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} dependencies: - "@types/estree": 1.0.0 + '@types/estree': 1.0.0 estree-walker: 3.0.3 is-reference: 3.0.1 dev: false /picocolors@1.0.0: - resolution: - { - integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, - } + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} /picomatch@2.3.1: - resolution: - { - integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, - } - engines: { node: ">=8.6" } + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} dev: false /pify@2.3.0: - resolution: - { - integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} dev: false /pify@4.0.1: - resolution: - { - integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} dev: false /pirates@4.0.5: - resolution: - { - integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} + engines: {node: '>= 6'} dev: false /pkg-dir@4.2.0: - resolution: - { - integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} dependencies: find-up: 4.1.0 dev: false /postcss-import@14.1.0(postcss@8.4.21): - resolution: - { - integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} + engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: @@ -6846,11 +4954,8 @@ packages: dev: false /postcss-js@4.0.1(postcss@8.4.21): - resolution: - { - integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==, - } - engines: { node: ^12 || ^14 || >= 16 } + resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} + engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.4.21 dependencies: @@ -6859,14 +4964,11 @@ packages: dev: false /postcss-load-config@3.1.4(postcss@8.4.21): - resolution: - { - integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} + engines: {node: '>= 10'} peerDependencies: - postcss: ">=8.0.9" - ts-node: ">=9.0.0" + postcss: '>=8.0.9' + ts-node: '>=9.0.0' peerDependenciesMeta: postcss: optional: true @@ -6879,14 +4981,11 @@ packages: dev: false /postcss-load-config@4.0.1(postcss@8.4.21): - resolution: - { - integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} + engines: {node: '>= 14'} peerDependencies: - postcss: ">=8.0.9" - ts-node: ">=9.0.0" + postcss: '>=8.0.9' + ts-node: '>=9.0.0' peerDependenciesMeta: postcss: optional: true @@ -6899,11 +4998,8 @@ packages: dev: false /postcss-nested@6.0.0(postcss@8.4.21): - resolution: - { - integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==, - } - engines: { node: ">=12.0" } + resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} + engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: @@ -6912,51 +5008,36 @@ packages: dev: false /postcss-selector-parser@6.0.10: - resolution: - { - integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} + engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 dev: false /postcss-selector-parser@6.0.11: - resolution: - { - integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==} + engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 dev: false /postcss-value-parser@4.2.0: - resolution: - { - integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==, - } + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: false /postcss@8.4.21: - resolution: - { - integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==, - } - engines: { node: ^10 || ^12 || >=14 } + resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} + engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 /prebuild-install@7.1.1: - resolution: - { - integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==} + engines: {node: '>=10'} hasBin: true dependencies: detect-libc: 2.0.1 @@ -6973,11 +5054,8 @@ packages: tunnel-agent: 0.6.0 /preferred-pm@3.0.3: - resolution: - { - integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} + engines: {node: '>=10'} dependencies: find-up: 5.0.0 find-yarn-workspace-root2: 1.2.16 @@ -6986,124 +5064,82 @@ packages: dev: false /prettier-plugin-astro@0.7.2: - resolution: - { - integrity: sha512-mmifnkG160BtC727gqoimoxnZT/dwr8ASxpoGGl6EHevhfblSOeu+pwH1LAm5Qu1MynizktztFujHHaijLCkww==, - } - engines: { node: ^14.15.0 || >=16.0.0, pnpm: ">=7.14.0" } + resolution: {integrity: sha512-mmifnkG160BtC727gqoimoxnZT/dwr8ASxpoGGl6EHevhfblSOeu+pwH1LAm5Qu1MynizktztFujHHaijLCkww==} + engines: {node: ^14.15.0 || >=16.0.0, pnpm: '>=7.14.0'} dependencies: - "@astrojs/compiler": 0.31.4 + '@astrojs/compiler': 0.31.4 prettier: 2.8.7 sass-formatter: 0.7.6 synckit: 0.8.5 dev: false /prettier@2.8.7: - resolution: - { - integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} + engines: {node: '>=10.13.0'} hasBin: true dev: false /pretty-bytes@5.6.0: - resolution: - { - integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} + engines: {node: '>=6'} dev: false /pretty-bytes@6.1.0: - resolution: - { - integrity: sha512-Rk753HI8f4uivXi4ZCIYdhmG1V+WKzvRMg/X+M42a6t7D07RcmopXJMDNk6N++7Bl75URRGsb40ruvg7Hcp2wQ==, - } - engines: { node: ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-Rk753HI8f4uivXi4ZCIYdhmG1V+WKzvRMg/X+M42a6t7D07RcmopXJMDNk6N++7Bl75URRGsb40ruvg7Hcp2wQ==} + engines: {node: ^14.13.1 || >=16.0.0} dev: false /prismjs@1.29.0: - resolution: - { - integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} + engines: {node: '>=6'} dev: false /prompts@2.4.2: - resolution: - { - integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} dependencies: kleur: 3.0.3 sisteransi: 1.0.5 dev: false /property-information@6.2.0: - resolution: - { - integrity: sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==, - } + resolution: {integrity: sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==} dev: false /pump@3.0.0: - resolution: - { - integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==, - } + resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} dependencies: end-of-stream: 1.4.4 once: 1.4.0 /punycode@2.3.0: - resolution: - { - integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} + engines: {node: '>=6'} dev: false /queue-microtask@1.2.3: - resolution: - { - integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==, - } + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: false /queue@6.0.2: - resolution: - { - integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==, - } + resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==} dependencies: inherits: 2.0.4 dev: false /quick-lru@5.1.1: - resolution: - { - integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==} + engines: {node: '>=10'} dev: false /randombytes@2.1.0: - resolution: - { - integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==, - } + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 dev: false /rc@1.2.8: - resolution: - { - integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==, - } + resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true dependencies: deep-extend: 0.6.0 @@ -7112,84 +5148,57 @@ packages: strip-json-comments: 2.0.1 /react@18.2.0: - resolution: - { - integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} + engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 dev: false /read-cache@1.0.0: - resolution: - { - integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==, - } + resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} dependencies: pify: 2.3.0 dev: false /readable-stream@3.6.2: - resolution: - { - integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 /readdirp@3.6.0: - resolution: - { - integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, - } - engines: { node: ">=8.10.0" } + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 dev: false /regenerate-unicode-properties@10.1.0: - resolution: - { - integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} + engines: {node: '>=4'} dependencies: regenerate: 1.4.2 dev: false /regenerate@1.4.2: - resolution: - { - integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, - } + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: false /regenerator-runtime@0.13.11: - resolution: - { - integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==, - } + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: false /regenerator-transform@0.15.1: - resolution: - { - integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==, - } + resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - "@babel/runtime": 7.21.0 + '@babel/runtime': 7.21.0 dev: false /regexp.prototype.flags@1.4.3: - resolution: - { - integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7197,13 +5206,10 @@ packages: dev: false /regexpu-core@5.3.2: - resolution: - { - integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} dependencies: - "@babel/regjsgen": 0.8.0 + '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 regjsparser: 0.9.1 @@ -7212,23 +5218,17 @@ packages: dev: false /regjsparser@0.9.1: - resolution: - { - integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==, - } + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true dependencies: jsesc: 0.5.0 dev: false /rehype-katex@6.0.2: - resolution: - { - integrity: sha512-C4gDAlS1+l0hJqctyiU64f9CvT00S03qV1T6HiMzbSuLBgWUtcqydWHY9OpKrm0SpkK16FNd62CDKyWLwV2ppg==, - } + resolution: {integrity: sha512-C4gDAlS1+l0hJqctyiU64f9CvT00S03qV1T6HiMzbSuLBgWUtcqydWHY9OpKrm0SpkK16FNd62CDKyWLwV2ppg==} dependencies: - "@types/hast": 2.3.4 - "@types/katex": 0.11.1 + '@types/hast': 2.3.4 + '@types/katex': 0.11.1 hast-util-to-text: 3.1.2 katex: 0.15.6 rehype-parse: 8.0.4 @@ -7238,70 +5238,52 @@ packages: dev: false /rehype-parse@8.0.4: - resolution: - { - integrity: sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==, - } + resolution: {integrity: sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==} dependencies: - "@types/hast": 2.3.4 + '@types/hast': 2.3.4 hast-util-from-parse5: 7.1.2 parse5: 6.0.1 unified: 10.1.2 dev: false /rehype-raw@6.1.1: - resolution: - { - integrity: sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==, - } + resolution: {integrity: sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==} dependencies: - "@types/hast": 2.3.4 + '@types/hast': 2.3.4 hast-util-raw: 7.2.3 unified: 10.1.2 dev: false /rehype-stringify@9.0.3: - resolution: - { - integrity: sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw==, - } + resolution: {integrity: sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw==} dependencies: - "@types/hast": 2.3.4 + '@types/hast': 2.3.4 hast-util-to-html: 8.0.4 unified: 10.1.2 dev: false /rehype@12.0.1: - resolution: - { - integrity: sha512-ey6kAqwLM3X6QnMDILJthGvG1m1ULROS9NT4uG9IDCuv08SFyLlreSuvOa//DgEvbXx62DS6elGVqusWhRUbgw==, - } + resolution: {integrity: sha512-ey6kAqwLM3X6QnMDILJthGvG1m1ULROS9NT4uG9IDCuv08SFyLlreSuvOa//DgEvbXx62DS6elGVqusWhRUbgw==} dependencies: - "@types/hast": 2.3.4 + '@types/hast': 2.3.4 rehype-parse: 8.0.4 rehype-stringify: 9.0.3 unified: 10.1.2 dev: false /remark-frontmatter@4.0.1: - resolution: - { - integrity: sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==, - } + resolution: {integrity: sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-frontmatter: 1.0.1 micromark-extension-frontmatter: 1.1.0 unified: 10.1.2 dev: false /remark-gfm@3.0.1: - resolution: - { - integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==, - } + resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-gfm: 2.0.2 micromark-extension-gfm: 2.0.1 unified: 10.1.2 @@ -7310,22 +5292,16 @@ packages: dev: false /remark-math@5.1.1: - resolution: - { - integrity: sha512-cE5T2R/xLVtfFI4cCePtiRn+e6jKMtFDR3P8V3qpv8wpKjwvHoBA4eJzvX+nVrnlNy0911bdGmuspCSwetfYHw==, - } + resolution: {integrity: sha512-cE5T2R/xLVtfFI4cCePtiRn+e6jKMtFDR3P8V3qpv8wpKjwvHoBA4eJzvX+nVrnlNy0911bdGmuspCSwetfYHw==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-math: 2.0.2 micromark-extension-math: 2.1.0 unified: 10.1.2 dev: false /remark-mdx@2.3.0: - resolution: - { - integrity: sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==, - } + resolution: {integrity: sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==} dependencies: mdast-util-mdx: 2.0.1 micromark-extension-mdxjs: 1.0.0 @@ -7334,12 +5310,9 @@ packages: dev: false /remark-parse@10.0.1: - resolution: - { - integrity: sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==, - } + resolution: {integrity: sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==} dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-from-markdown: 1.3.0 unified: 10.1.2 transitivePeerDependencies: @@ -7347,23 +5320,17 @@ packages: dev: false /remark-rehype@10.1.0: - resolution: - { - integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==, - } + resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} dependencies: - "@types/hast": 2.3.4 - "@types/mdast": 3.0.11 + '@types/hast': 2.3.4 + '@types/mdast': 3.0.11 mdast-util-to-hast: 12.3.0 unified: 10.1.2 dev: false /remark-smartypants@2.0.0: - resolution: - { - integrity: sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: retext: 8.1.0 retext-smartypants: 5.2.0 @@ -7371,182 +5338,128 @@ packages: dev: false /require-from-string@2.0.2: - resolution: - { - integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} dev: false /resolve-from@5.0.0: - resolution: - { - integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} dev: false /resolve@1.22.2: - resolution: - { - integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==, - } + resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} hasBin: true dependencies: - is-core-module: 2.11.0 + is-core-module: 2.12.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 /restore-cursor@4.0.0: - resolution: - { - integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: onetime: 5.1.2 signal-exit: 3.0.7 dev: false /retext-latin@3.1.0: - resolution: - { - integrity: sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==, - } + resolution: {integrity: sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==} dependencies: - "@types/nlcst": 1.0.0 + '@types/nlcst': 1.0.0 parse-latin: 5.0.1 unherit: 3.0.1 unified: 10.1.2 dev: false /retext-smartypants@5.2.0: - resolution: - { - integrity: sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==, - } + resolution: {integrity: sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==} dependencies: - "@types/nlcst": 1.0.0 + '@types/nlcst': 1.0.0 nlcst-to-string: 3.1.1 unified: 10.1.2 unist-util-visit: 4.1.2 dev: false /retext-stringify@3.1.0: - resolution: - { - integrity: sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==, - } + resolution: {integrity: sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==} dependencies: - "@types/nlcst": 1.0.0 + '@types/nlcst': 1.0.0 nlcst-to-string: 3.1.1 unified: 10.1.2 dev: false /retext@8.1.0: - resolution: - { - integrity: sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==, - } + resolution: {integrity: sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==} dependencies: - "@types/nlcst": 1.0.0 + '@types/nlcst': 1.0.0 retext-latin: 3.1.0 retext-stringify: 3.1.0 unified: 10.1.2 dev: false /reusify@1.0.4: - resolution: - { - integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, - } - engines: { iojs: ">=1.0.0", node: ">=0.10.0" } + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: false /rimraf@3.0.2: - resolution: - { - integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, - } + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: glob: 7.2.3 dev: false /rollup-plugin-terser@7.0.2(rollup@2.79.1): - resolution: - { - integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==, - } + resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser peerDependencies: rollup: ^2.0.0 dependencies: - "@babel/code-frame": 7.21.4 + '@babel/code-frame': 7.21.4 jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 - terser: 5.16.8 + terser: 5.16.9 dev: false /rollup@2.79.1: - resolution: - { - integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} + engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: fsevents: 2.3.2 dev: false /rollup@3.20.2: - resolution: - { - integrity: sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==, - } - engines: { node: ">=14.18.0", npm: ">=8.0.0" } + resolution: {integrity: sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: fsevents: 2.3.2 /run-parallel@1.2.0: - resolution: - { - integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, - } + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 dev: false /s.color@0.0.15: - resolution: - { - integrity: sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==, - } + resolution: {integrity: sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==} dev: false /sade@1.8.1: - resolution: - { - integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} + engines: {node: '>=6'} dependencies: mri: 1.2.0 dev: false /safe-buffer@5.2.1: - resolution: - { - integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==, - } + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} /safe-regex-test@1.0.0: - resolution: - { - integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==, - } + resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 @@ -7554,127 +5467,81 @@ packages: dev: false /sass-formatter@0.7.6: - resolution: - { - integrity: sha512-hXdxU6PCkiV3XAiSnX+XLqz2ohHoEnVUlrd8LEVMAI80uB1+OTScIkH9n6qQwImZpTye1r1WG1rbGUteHNhoHg==, - } + resolution: {integrity: sha512-hXdxU6PCkiV3XAiSnX+XLqz2ohHoEnVUlrd8LEVMAI80uB1+OTScIkH9n6qQwImZpTye1r1WG1rbGUteHNhoHg==} dependencies: suf-log: 2.5.3 dev: false - /sax@1.2.4: - resolution: - { - integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==, - } - dev: false - /section-matter@1.0.0: - resolution: - { - integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} + engines: {node: '>=4'} dependencies: extend-shallow: 2.0.1 kind-of: 6.0.3 dev: false /semver@6.3.0: - resolution: - { - integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==, - } + resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} hasBin: true - /semver@7.3.8: - resolution: - { - integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==, - } - engines: { node: ">=10" } + /semver@7.4.0: + resolution: {integrity: sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==} + engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 /serialize-javascript@4.0.0: - resolution: - { - integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==, - } + resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} dependencies: randombytes: 2.1.0 dev: false /seroval@0.5.1: - resolution: - { - integrity: sha512-ZfhQVB59hmIauJG5Ydynupy8KHyr5imGNtdDhbZG68Ufh1Ynkv9KOYOAABf71oVbQxJ8VkWnMHAjEHE7fWkH5g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ZfhQVB59hmIauJG5Ydynupy8KHyr5imGNtdDhbZG68Ufh1Ynkv9KOYOAABf71oVbQxJ8VkWnMHAjEHE7fWkH5g==} + engines: {node: '>=10'} dev: false /server-destroy@1.0.1: - resolution: - { - integrity: sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==, - } + resolution: {integrity: sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==} dev: false /set-blocking@2.0.0: - resolution: - { - integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==, - } + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: false /set-cookie-parser@2.6.0: - resolution: - { - integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==, - } + resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} dev: false /sharp@0.31.3: - resolution: - { - integrity: sha512-XcR4+FCLBFKw1bdB+GEhnUNXNXvnt0tDo4WsBsraKymuo/IAuPuCBVAL2wIkUw2r/dwFW5Q5+g66Kwl2dgDFVg==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-XcR4+FCLBFKw1bdB+GEhnUNXNXvnt0tDo4WsBsraKymuo/IAuPuCBVAL2wIkUw2r/dwFW5Q5+g66Kwl2dgDFVg==} + engines: {node: '>=14.15.0'} requiresBuild: true dependencies: color: 4.2.3 detect-libc: 2.0.1 node-addon-api: 5.1.0 prebuild-install: 7.1.1 - semver: 7.3.8 + semver: 7.4.0 simple-get: 4.0.1 tar-fs: 2.1.1 tunnel-agent: 0.6.0 /shebang-command@2.0.0: - resolution: - { - integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 dev: false /shebang-regex@3.0.0: - resolution: - { - integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} dev: false /shiki@0.11.1: - resolution: - { - integrity: sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==, - } + resolution: {integrity: sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==} dependencies: jsonc-parser: 3.2.0 vscode-oniguruma: 1.7.0 @@ -7682,10 +5549,7 @@ packages: dev: false /side-channel@1.0.4: - resolution: - { - integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==, - } + resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 @@ -7693,164 +5557,96 @@ packages: dev: false /signal-exit@3.0.7: - resolution: - { - integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==, - } + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} dev: false /simple-concat@1.0.1: - resolution: - { - integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==, - } + resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} /simple-get@4.0.1: - resolution: - { - integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==, - } + resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} dependencies: decompress-response: 6.0.0 once: 1.4.0 simple-concat: 1.0.1 /simple-swizzle@0.2.2: - resolution: - { - integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==, - } + resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} dependencies: is-arrayish: 0.3.2 /sisteransi@1.0.5: - resolution: - { - integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==, - } - dev: false - - /sitemap@7.1.1: - resolution: - { - integrity: sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==, - } - engines: { node: ">=12.0.0", npm: ">=5.6.0" } - hasBin: true - dependencies: - "@types/node": 17.0.45 - "@types/sax": 1.2.4 - arg: 5.0.2 - sax: 1.2.4 + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: false /slash@4.0.0: - resolution: - { - integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} + engines: {node: '>=12'} dev: false /solid-js@1.7.3: - resolution: - { - integrity: sha512-4hwaF/zV/xbNeBBIYDyu3dcReOZBECbO//mrra6GqOrKy4Soyo+fnKjpZSa0nODm6j1aL0iQRh/7ofYowH+jzw==, - } + resolution: {integrity: sha512-4hwaF/zV/xbNeBBIYDyu3dcReOZBECbO//mrra6GqOrKy4Soyo+fnKjpZSa0nODm6j1aL0iQRh/7ofYowH+jzw==} dependencies: csstype: 3.1.2 seroval: 0.5.1 dev: false /source-map-js@1.0.2: - resolution: - { - integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} + engines: {node: '>=0.10.0'} /source-map-support@0.5.21: - resolution: - { - integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==, - } + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: false /source-map@0.6.1: - resolution: - { - integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} dev: false /source-map@0.7.4: - resolution: - { - integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} dev: false /source-map@0.8.0-beta.0: - resolution: - { - integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} + engines: {node: '>= 8'} dependencies: whatwg-url: 7.1.0 dev: false /sourcemap-codec@1.4.8: - resolution: - { - integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==, - } + resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} deprecated: Please use @jridgewell/sourcemap-codec instead dev: false /space-separated-tokens@2.0.2: - resolution: - { - integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==, - } + resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} dev: false /sprintf-js@1.0.3: - resolution: - { - integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==, - } + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: false /stdin-discarder@0.1.0: - resolution: - { - integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: bl: 5.1.0 dev: false /streamsearch@1.1.0: - resolution: - { - integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} + engines: {node: '>=10.0.0'} dev: false /string-width@4.2.3: - resolution: - { - integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 @@ -7858,11 +5654,8 @@ packages: dev: false /string-width@5.1.2: - resolution: - { - integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 @@ -7870,10 +5663,7 @@ packages: dev: false /string.prototype.matchall@4.0.8: - resolution: - { - integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==, - } + resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7886,11 +5676,8 @@ packages: dev: false /string.prototype.trim@1.2.7: - resolution: - { - integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7898,10 +5685,7 @@ packages: dev: false /string.prototype.trimend@1.0.6: - resolution: - { - integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==, - } + resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7909,10 +5693,7 @@ packages: dev: false /string.prototype.trimstart@1.0.6: - resolution: - { - integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==, - } + resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7920,29 +5701,20 @@ packages: dev: false /string_decoder@1.3.0: - resolution: - { - integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==, - } + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 /stringify-entities@4.0.3: - resolution: - { - integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==, - } + resolution: {integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==} dependencies: character-entities-html4: 2.1.0 character-entities-legacy: 3.0.0 dev: false /stringify-object@3.3.0: - resolution: - { - integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} + engines: {node: '>=4'} dependencies: get-own-enumerable-property-symbols: 3.0.2 is-obj: 1.0.1 @@ -7950,89 +5722,64 @@ packages: dev: false /strip-ansi@6.0.1: - resolution: - { - integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 dev: false /strip-ansi@7.0.1: - resolution: - { - integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==} + engines: {node: '>=12'} dependencies: ansi-regex: 6.0.1 dev: false /strip-bom-string@1.0.0: - resolution: - { - integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==} + engines: {node: '>=0.10.0'} dev: false /strip-bom@3.0.0: - resolution: - { - integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} dev: false /strip-bom@4.0.0: - resolution: - { - integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} dev: false /strip-comments@2.0.1: - resolution: - { - integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==} + engines: {node: '>=10'} dev: false /strip-final-newline@3.0.0: - resolution: - { - integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} + engines: {node: '>=12'} dev: false /strip-json-comments@2.0.1: - resolution: - { - integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} + engines: {node: '>=0.10.0'} + + /strnum@1.0.5: + resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} + dev: false /style-to-object@0.4.1: - resolution: - { - integrity: sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==, - } + resolution: {integrity: sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==} dependencies: inline-style-parser: 0.1.1 dev: false - /sucrase@3.31.0: - resolution: - { - integrity: sha512-6QsHnkqyVEzYcaiHsOKkzOtOgdJcb8i54x6AV2hDwyZcY9ZyykGZVw6L/YN98xC0evwTP6utsWWrKRaa8QlfEQ==, - } - engines: { node: ">=8" } + /sucrase@3.32.0: + resolution: {integrity: sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==} + engines: {node: '>=8'} hasBin: true dependencies: + '@jridgewell/gen-mapping': 0.3.3 commander: 4.1.1 glob: 7.1.6 lines-and-columns: 1.2.4 @@ -8042,66 +5789,45 @@ packages: dev: false /suf-log@2.5.3: - resolution: - { - integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==, - } + resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} dependencies: s.color: 0.0.15 dev: false /supports-color@5.5.0: - resolution: - { - integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} dependencies: has-flag: 3.0.0 /supports-color@7.2.0: - resolution: - { - integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} dependencies: has-flag: 4.0.0 dev: false /supports-esm@1.0.0: - resolution: - { - integrity: sha512-96Am8CDqUaC0I2+C/swJ0yEvM8ZnGn4unoers/LSdE4umhX7mELzqyLzx3HnZAluq5PXIsGMKqa7NkqaeHMPcg==, - } + resolution: {integrity: sha512-96Am8CDqUaC0I2+C/swJ0yEvM8ZnGn4unoers/LSdE4umhX7mELzqyLzx3HnZAluq5PXIsGMKqa7NkqaeHMPcg==} dependencies: has-package-exports: 1.3.0 dev: false /supports-preserve-symlinks-flag@1.0.0: - resolution: - { - integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} /synckit@0.8.5: - resolution: - { - integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==, - } - engines: { node: ^14.18.0 || >=16.0.0 } + resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==} + engines: {node: ^14.18.0 || >=16.0.0} dependencies: - "@pkgr/utils": 2.3.1 + '@pkgr/utils': 2.3.1 tslib: 2.5.0 dev: false /tailwind-scrollbar@3.0.0(tailwindcss@3.3.1): - resolution: - { - integrity: sha512-OkVRX9Q1T769vk979UZ519jhj/j/zNBHql7zPLI+tlhX+ahksYO4ZryWD29lOETDx9Wj1sw+K1OeW7W3+ECQOA==, - } - engines: { node: ">=12.13.0" } + resolution: {integrity: sha512-OkVRX9Q1T769vk979UZ519jhj/j/zNBHql7zPLI+tlhX+ahksYO4ZryWD29lOETDx9Wj1sw+K1OeW7W3+ECQOA==} + engines: {node: '>=12.13.0'} peerDependencies: tailwindcss: 3.x dependencies: @@ -8109,11 +5835,8 @@ packages: dev: false /tailwindcss@3.3.1(postcss@8.4.21): - resolution: - { - integrity: sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g==, - } - engines: { node: ">=12.13.0" } + resolution: {integrity: sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g==} + engines: {node: '>=12.13.0'} hasBin: true peerDependencies: postcss: ^8.0.9 @@ -8141,16 +5864,13 @@ packages: postcss-value-parser: 4.2.0 quick-lru: 5.1.1 resolve: 1.22.2 - sucrase: 3.31.0 + sucrase: 3.32.0 transitivePeerDependencies: - ts-node dev: false /tar-fs@2.1.1: - resolution: - { - integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==, - } + resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} dependencies: chownr: 1.1.4 mkdirp-classic: 0.5.3 @@ -8158,11 +5878,8 @@ packages: tar-stream: 2.2.0 /tar-stream@2.2.0: - resolution: - { - integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} + engines: {node: '>=6'} dependencies: bl: 4.1.0 end-of-stream: 1.4.4 @@ -8171,34 +5888,25 @@ packages: readable-stream: 3.6.2 /tar@6.1.13: - resolution: - { - integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==} + engines: {node: '>=10'} dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 4.2.5 + minipass: 4.2.7 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 dev: false /temp-dir@2.0.0: - resolution: - { - integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} + engines: {node: '>=8'} dev: false /tempy@0.6.0: - resolution: - { - integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==} + engines: {node: '>=10'} dependencies: is-stream: 2.0.1 temp-dir: 2.0.0 @@ -8206,119 +5914,80 @@ packages: unique-string: 2.0.0 dev: false - /terser@5.16.8: - resolution: - { - integrity: sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==, - } - engines: { node: ">=10" } + /terser@5.16.9: + resolution: {integrity: sha512-HPa/FdTB9XGI2H1/keLFZHxl6WNvAI4YalHGtDQTlMnJcoqSab1UwL4l1hGEhs6/GmLHBZIg/YgB++jcbzoOEg==} + engines: {node: '>=10'} hasBin: true dependencies: - "@jridgewell/source-map": 0.3.3 + '@jridgewell/source-map': 0.3.3 acorn: 8.8.2 commander: 2.20.3 source-map-support: 0.5.21 dev: false /thenify-all@1.6.0: - resolution: - { - integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==, - } - engines: { node: ">=0.8" } + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} dependencies: thenify: 3.3.1 dev: false /thenify@3.3.1: - resolution: - { - integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==, - } + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} dependencies: any-promise: 1.3.0 dev: false /throttles@1.0.1: - resolution: - { - integrity: sha512-fab7Xg+zELr9KOv4fkaBoe/b3L0GMGLd0IBSCn16GoE/Qx6/OfCr1eGNyEcDU2pUA79qQfZ8kPQWlRuok4YwTw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-fab7Xg+zELr9KOv4fkaBoe/b3L0GMGLd0IBSCn16GoE/Qx6/OfCr1eGNyEcDU2pUA79qQfZ8kPQWlRuok4YwTw==} + engines: {node: '>=6'} dev: false /tiny-glob@0.2.9: - resolution: - { - integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==, - } + resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==} dependencies: globalyzer: 0.1.0 globrex: 0.1.2 dev: false /to-fast-properties@2.0.0: - resolution: - { - integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} /to-regex-range@5.0.1: - resolution: - { - integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, - } - engines: { node: ">=8.0" } + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 dev: false /tr46@0.0.3: - resolution: - { - integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==, - } + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: false /tr46@1.0.1: - resolution: - { - integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==, - } + resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} dependencies: punycode: 2.3.0 dev: false /trim-lines@3.0.1: - resolution: - { - integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==, - } + resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} dev: false /trough@2.1.0: - resolution: - { - integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==, - } + resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==} dev: false /ts-interface-checker@0.1.13: - resolution: - { - integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==, - } + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: false /tsconfig-resolver@3.0.1: - resolution: - { - integrity: sha512-ZHqlstlQF449v8glscGRXzL6l2dZvASPCdXJRWG4gHEZlUVx2Jtmr+a2zeVG4LCsKhDXKRj5R3h0C/98UcVAQg==, - } + resolution: {integrity: sha512-ZHqlstlQF449v8glscGRXzL6l2dZvASPCdXJRWG4gHEZlUVx2Jtmr+a2zeVG4LCsKhDXKRj5R3h0C/98UcVAQg==} dependencies: - "@types/json5": 0.0.30 - "@types/resolve": 1.20.2 + '@types/json5': 0.0.30 + '@types/resolve': 1.20.2 json5: 2.2.3 resolve: 1.22.2 strip-bom: 4.0.0 @@ -8326,49 +5995,31 @@ packages: dev: false /tslib@2.5.0: - resolution: - { - integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==, - } + resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} dev: false /tunnel-agent@0.6.0: - resolution: - { - integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==, - } + resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} dependencies: safe-buffer: 5.2.1 /type-fest@0.13.1: - resolution: - { - integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} + engines: {node: '>=10'} dev: false /type-fest@0.16.0: - resolution: - { - integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} + engines: {node: '>=10'} dev: false /type-fest@2.19.0: - resolution: - { - integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==, - } - engines: { node: ">=12.20" } + resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} + engines: {node: '>=12.20'} dev: false /typed-array-length@1.0.4: - resolution: - { - integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==, - } + resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -8376,19 +6027,13 @@ packages: dev: false /typescript@5.0.4: - resolution: - { - integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==, - } - engines: { node: ">=12.20" } + resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} + engines: {node: '>=12.20'} hasBin: true dev: false /unbox-primitive@1.0.2: - resolution: - { - integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, - } + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: call-bind: 1.0.2 has-bigints: 1.0.2 @@ -8397,74 +6042,50 @@ packages: dev: false /undici@5.20.0: - resolution: - { - integrity: sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==, - } - engines: { node: ">=12.18" } + resolution: {integrity: sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==} + engines: {node: '>=12.18'} dependencies: busboy: 1.6.0 dev: false - /undici@5.21.0: - resolution: - { - integrity: sha512-HOjK8l6a57b2ZGXOcUsI5NLfoTrfmbOl90ixJDl0AEFG4wgHNDQxtZy15/ZQp7HhjkpaGlp/eneMgtsu1dIlUA==, - } - engines: { node: ">=12.18" } + /undici@5.21.2: + resolution: {integrity: sha512-f6pTQ9RF4DQtwoWSaC42P/NKlUjvezVvd9r155ohqkwFNRyBKM3f3pcty3ouusefNRyM25XhIQEbeQ46sZDJfQ==} + engines: {node: '>=12.18'} dependencies: busboy: 1.6.0 dev: false /unherit@3.0.1: - resolution: - { - integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==, - } + resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==} dev: false /unicode-canonical-property-names-ecmascript@2.0.0: - resolution: - { - integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} dev: false /unicode-match-property-ecmascript@2.0.0: - resolution: - { - integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 dev: false /unicode-match-property-value-ecmascript@2.1.0: - resolution: - { - integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} dev: false /unicode-property-aliases-ecmascript@2.1.0: - resolution: - { - integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + engines: {node: '>=4'} dev: false /unified@10.1.2: - resolution: - { - integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==, - } + resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 bail: 2.0.2 extend: 3.0.2 is-buffer: 2.0.5 @@ -8474,168 +6095,114 @@ packages: dev: false /unique-string@2.0.0: - resolution: - { - integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} + engines: {node: '>=8'} dependencies: crypto-random-string: 2.0.0 dev: false /unist-util-find-after@4.0.1: - resolution: - { - integrity: sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw==, - } + resolution: {integrity: sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-is: 5.2.1 dev: false /unist-util-generated@2.0.1: - resolution: - { - integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==, - } + resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==} dev: false /unist-util-is@5.2.1: - resolution: - { - integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==, - } + resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 dev: false /unist-util-modify-children@3.1.1: - resolution: - { - integrity: sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==, - } + resolution: {integrity: sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 array-iterate: 2.0.1 dev: false /unist-util-position-from-estree@1.1.2: - resolution: - { - integrity: sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==, - } + resolution: {integrity: sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 dev: false /unist-util-position@4.0.4: - resolution: - { - integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==, - } + resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 dev: false /unist-util-remove-position@4.0.2: - resolution: - { - integrity: sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==, - } + resolution: {integrity: sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-visit: 4.1.2 dev: false /unist-util-stringify-position@3.0.3: - resolution: - { - integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==, - } + resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 dev: false /unist-util-visit-children@2.0.2: - resolution: - { - integrity: sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==, - } + resolution: {integrity: sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 dev: false /unist-util-visit-parents@5.1.3: - resolution: - { - integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==, - } + resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-is: 5.2.1 dev: false /unist-util-visit@4.1.2: - resolution: - { - integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==, - } + resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-is: 5.2.1 unist-util-visit-parents: 5.1.3 dev: false /universalify@2.0.0: - resolution: - { - integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==, - } - engines: { node: ">= 10.0.0" } + resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} + engines: {node: '>= 10.0.0'} dev: false /upath@1.2.0: - resolution: - { - integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} + engines: {node: '>=4'} dev: false /update-browserslist-db@1.0.10(browserslist@4.21.5): - resolution: - { - integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==, - } + resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} hasBin: true peerDependencies: - browserslist: ">= 4.21.0" + browserslist: '>= 4.21.0' dependencies: browserslist: 4.21.5 escalade: 3.1.1 picocolors: 1.0.0 /uri-js@4.4.1: - resolution: - { - integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, - } + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.3.0 dev: false /util-deprecate@1.0.2: - resolution: - { - integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, - } + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} /uvu@0.5.6: - resolution: - { - integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} + engines: {node: '>=8'} hasBin: true dependencies: dequal: 2.0.3 @@ -8645,55 +6212,40 @@ packages: dev: false /validate-html-nesting@1.2.1: - resolution: - { - integrity: sha512-T1ab131NkP3BfXB7KUSgV7Rhu81R2id+L6NaJ7NypAAG5iV6gXnPpQE5RK1fvb+3JYsPTL+ihWna5sr5RN9gaQ==, - } + resolution: {integrity: sha512-T1ab131NkP3BfXB7KUSgV7Rhu81R2id+L6NaJ7NypAAG5iV6gXnPpQE5RK1fvb+3JYsPTL+ihWna5sr5RN9gaQ==} dev: false /vfile-location@4.1.0: - resolution: - { - integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==, - } + resolution: {integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 vfile: 5.3.7 dev: false /vfile-message@3.1.4: - resolution: - { - integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==, - } + resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-stringify-position: 3.0.3 dev: false /vfile@5.3.7: - resolution: - { - integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==, - } + resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 is-buffer: 2.0.5 unist-util-stringify-position: 3.0.3 vfile-message: 3.1.4 dev: false /vite-plugin-pwa@0.14.7(vite@4.2.1)(workbox-build@6.5.4)(workbox-window@6.5.4): - resolution: - { - integrity: sha512-dNJaf0fYOWncmjxv9HiSa2xrSjipjff7IkYE5oIUJ2x5HKu3cXgA8LRgzOwTc5MhwyFYRSU0xyN0Phbx3NsQYw==, - } + resolution: {integrity: sha512-dNJaf0fYOWncmjxv9HiSa2xrSjipjff7IkYE5oIUJ2x5HKu3cXgA8LRgzOwTc5MhwyFYRSU0xyN0Phbx3NsQYw==} peerDependencies: vite: ^3.1.0 || ^4.0.0 workbox-build: ^6.5.4 workbox-window: ^6.5.4 dependencies: - "@rollup/plugin-replace": 5.0.2(rollup@3.20.2) + '@rollup/plugin-replace': 5.0.2(rollup@3.20.2) debug: 4.3.4 fast-glob: 3.2.12 pretty-bytes: 6.1.0 @@ -8706,21 +6258,18 @@ packages: dev: false /vite@4.2.1: - resolution: - { - integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==, - } - engines: { node: ^14.18.0 || >=16.0.0 } + resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==} + engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: - "@types/node": ">= 14" - less: "*" - sass: "*" - stylus: "*" - sugarss: "*" + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' terser: ^5.4.0 peerDependenciesMeta: - "@types/node": + '@types/node': optional: true less: optional: true @@ -8733,7 +6282,7 @@ packages: terser: optional: true dependencies: - esbuild: 0.17.15 + esbuild: 0.17.16 postcss: 8.4.21 resolve: 1.22.2 rollup: 3.20.2 @@ -8741,10 +6290,7 @@ packages: fsevents: 2.3.2 /vitefu@0.2.4(vite@4.2.1): - resolution: - { - integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==, - } + resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==} peerDependencies: vite: ^3.0.0 || ^4.0.0 peerDependenciesMeta: @@ -8755,151 +6301,97 @@ packages: dev: false /vscode-css-languageservice@6.2.4: - resolution: - { - integrity: sha512-9UG0s3Ss8rbaaPZL1AkGzdjrGY8F+P+Ne9snsrvD9gxltDGhsn8C2dQpqQewHrMW37OvlqJoI8sUU2AWDb+qNw==, - } + resolution: {integrity: sha512-9UG0s3Ss8rbaaPZL1AkGzdjrGY8F+P+Ne9snsrvD9gxltDGhsn8C2dQpqQewHrMW37OvlqJoI8sUU2AWDb+qNw==} dependencies: - "@vscode/l10n": 0.0.11 + '@vscode/l10n': 0.0.11 vscode-languageserver-textdocument: 1.0.8 vscode-languageserver-types: 3.17.3 vscode-uri: 3.0.7 dev: false /vscode-html-languageservice@5.0.4: - resolution: - { - integrity: sha512-tvrySfpglu4B2rQgWGVO/IL+skvU7kBkQotRlxA7ocSyRXOZUd6GA13XHkxo8LPe07KWjeoBlN1aVGqdfTK4xA==, - } + resolution: {integrity: sha512-tvrySfpglu4B2rQgWGVO/IL+skvU7kBkQotRlxA7ocSyRXOZUd6GA13XHkxo8LPe07KWjeoBlN1aVGqdfTK4xA==} dependencies: - "@vscode/l10n": 0.0.11 + '@vscode/l10n': 0.0.11 vscode-languageserver-textdocument: 1.0.8 vscode-languageserver-types: 3.17.3 vscode-uri: 3.0.7 dev: false /vscode-jsonrpc@8.1.0: - resolution: - { - integrity: sha512-6TDy/abTQk+zDGYazgbIPc+4JoXdwC8NHU9Pbn4UJP1fehUyZmM4RHp5IthX7A6L5KS30PRui+j+tbbMMMafdw==, - } - engines: { node: ">=14.0.0" } + resolution: {integrity: sha512-6TDy/abTQk+zDGYazgbIPc+4JoXdwC8NHU9Pbn4UJP1fehUyZmM4RHp5IthX7A6L5KS30PRui+j+tbbMMMafdw==} + engines: {node: '>=14.0.0'} dev: false /vscode-languageserver-protocol@3.17.3: - resolution: - { - integrity: sha512-924/h0AqsMtA5yK22GgMtCYiMdCOtWTSGgUOkgEDX+wk2b0x4sAfLiO4NxBxqbiVtz7K7/1/RgVrVI0NClZwqA==, - } + resolution: {integrity: sha512-924/h0AqsMtA5yK22GgMtCYiMdCOtWTSGgUOkgEDX+wk2b0x4sAfLiO4NxBxqbiVtz7K7/1/RgVrVI0NClZwqA==} dependencies: vscode-jsonrpc: 8.1.0 vscode-languageserver-types: 3.17.3 dev: false /vscode-languageserver-textdocument@1.0.8: - resolution: - { - integrity: sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==, - } + resolution: {integrity: sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==} dev: false /vscode-languageserver-types@3.17.3: - resolution: - { - integrity: sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA==, - } + resolution: {integrity: sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA==} dev: false /vscode-languageserver@8.1.0: - resolution: - { - integrity: sha512-eUt8f1z2N2IEUDBsKaNapkz7jl5QpskN2Y0G01T/ItMxBxw1fJwvtySGB9QMecatne8jFIWJGWI61dWjyTLQsw==, - } + resolution: {integrity: sha512-eUt8f1z2N2IEUDBsKaNapkz7jl5QpskN2Y0G01T/ItMxBxw1fJwvtySGB9QMecatne8jFIWJGWI61dWjyTLQsw==} hasBin: true dependencies: vscode-languageserver-protocol: 3.17.3 dev: false /vscode-oniguruma@1.7.0: - resolution: - { - integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==, - } + resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} dev: false /vscode-textmate@6.0.0: - resolution: - { - integrity: sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==, - } + resolution: {integrity: sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==} dev: false /vscode-uri@2.1.2: - resolution: - { - integrity: sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==, - } + resolution: {integrity: sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==} dev: false /vscode-uri@3.0.7: - resolution: - { - integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==, - } + resolution: {integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==} dev: false /wcwidth@1.0.1: - resolution: - { - integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==, - } + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} dependencies: defaults: 1.0.4 dev: false /web-namespaces@2.0.1: - resolution: - { - integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==, - } + resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==} dev: false /web-vitals@3.3.1: - resolution: - { - integrity: sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==, - } + resolution: {integrity: sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==} dev: false /webidl-conversions@3.0.1: - resolution: - { - integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==, - } + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} dev: false /webidl-conversions@4.0.2: - resolution: - { - integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==, - } + resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} dev: false /whatwg-url@5.0.0: - resolution: - { - integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==, - } + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 dev: false /whatwg-url@7.1.0: - resolution: - { - integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==, - } + resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} dependencies: lodash.sortby: 4.7.0 tr46: 1.0.1 @@ -8907,10 +6399,7 @@ packages: dev: false /which-boxed-primitive@1.0.2: - resolution: - { - integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, - } + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 @@ -8920,30 +6409,21 @@ packages: dev: false /which-pm-runs@1.1.0: - resolution: - { - integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==} + engines: {node: '>=4'} dev: false /which-pm@2.0.0: - resolution: - { - integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==, - } - engines: { node: ">=8.15" } + resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==} + engines: {node: '>=8.15'} dependencies: load-yaml-file: 0.2.0 path-exists: 4.0.0 dev: false /which-typed-array@1.1.9: - resolution: - { - integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==} + engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -8954,69 +6434,51 @@ packages: dev: false /which@2.0.2: - resolution: - { - integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} hasBin: true dependencies: isexe: 2.0.0 dev: false /wide-align@1.1.5: - resolution: - { - integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, - } + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: string-width: 4.2.3 dev: false /widest-line@4.0.1: - resolution: - { - integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==} + engines: {node: '>=12'} dependencies: string-width: 5.1.2 dev: false /workbox-background-sync@6.5.4: - resolution: - { - integrity: sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==, - } + resolution: {integrity: sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==} dependencies: idb: 7.1.1 workbox-core: 6.5.4 dev: false /workbox-broadcast-update@6.5.4: - resolution: - { - integrity: sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==, - } + resolution: {integrity: sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==} dependencies: workbox-core: 6.5.4 dev: false /workbox-build@6.5.4: - resolution: - { - integrity: sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==, - } - engines: { node: ">=10.0.0" } - dependencies: - "@apideck/better-ajv-errors": 0.3.6(ajv@8.12.0) - "@babel/core": 7.21.4 - "@babel/preset-env": 7.21.4(@babel/core@7.21.4) - "@babel/runtime": 7.21.0 - "@rollup/plugin-babel": 5.3.1(@babel/core@7.21.4)(rollup@2.79.1) - "@rollup/plugin-node-resolve": 11.2.1(rollup@2.79.1) - "@rollup/plugin-replace": 2.4.2(rollup@2.79.1) - "@surma/rollup-plugin-off-main-thread": 2.2.3 + resolution: {integrity: sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==} + engines: {node: '>=10.0.0'} + dependencies: + '@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0) + '@babel/core': 7.21.4 + '@babel/preset-env': 7.21.4(@babel/core@7.21.4) + '@babel/runtime': 7.21.0 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.21.4)(rollup@2.79.1) + '@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1) + '@rollup/plugin-replace': 2.4.2(rollup@2.79.1) + '@surma/rollup-plugin-off-main-thread': 2.2.3 ajv: 8.12.0 common-tags: 1.8.2 fast-json-stable-stringify: 2.1.0 @@ -9047,41 +6509,29 @@ packages: workbox-sw: 6.5.4 workbox-window: 6.5.4 transitivePeerDependencies: - - "@types/babel__core" + - '@types/babel__core' - supports-color dev: false /workbox-cacheable-response@6.5.4: - resolution: - { - integrity: sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==, - } + resolution: {integrity: sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==} dependencies: workbox-core: 6.5.4 dev: false /workbox-core@6.5.4: - resolution: - { - integrity: sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q==, - } + resolution: {integrity: sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q==} dev: false /workbox-expiration@6.5.4: - resolution: - { - integrity: sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==, - } + resolution: {integrity: sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==} dependencies: idb: 7.1.1 workbox-core: 6.5.4 dev: false /workbox-google-analytics@6.5.4: - resolution: - { - integrity: sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==, - } + resolution: {integrity: sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==} dependencies: workbox-background-sync: 6.5.4 workbox-core: 6.5.4 @@ -9090,19 +6540,13 @@ packages: dev: false /workbox-navigation-preload@6.5.4: - resolution: - { - integrity: sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==, - } + resolution: {integrity: sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==} dependencies: workbox-core: 6.5.4 dev: false /workbox-precaching@6.5.4: - resolution: - { - integrity: sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==, - } + resolution: {integrity: sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==} dependencies: workbox-core: 6.5.4 workbox-routing: 6.5.4 @@ -9110,19 +6554,13 @@ packages: dev: false /workbox-range-requests@6.5.4: - resolution: - { - integrity: sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==, - } + resolution: {integrity: sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==} dependencies: workbox-core: 6.5.4 dev: false /workbox-recipes@6.5.4: - resolution: - { - integrity: sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==, - } + resolution: {integrity: sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==} dependencies: workbox-cacheable-response: 6.5.4 workbox-core: 6.5.4 @@ -9133,56 +6571,38 @@ packages: dev: false /workbox-routing@6.5.4: - resolution: - { - integrity: sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==, - } + resolution: {integrity: sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==} dependencies: workbox-core: 6.5.4 dev: false /workbox-strategies@6.5.4: - resolution: - { - integrity: sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==, - } + resolution: {integrity: sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==} dependencies: workbox-core: 6.5.4 dev: false /workbox-streams@6.5.4: - resolution: - { - integrity: sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==, - } + resolution: {integrity: sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==} dependencies: workbox-core: 6.5.4 workbox-routing: 6.5.4 dev: false /workbox-sw@6.5.4: - resolution: - { - integrity: sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA==, - } + resolution: {integrity: sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA==} dev: false /workbox-window@6.5.4: - resolution: - { - integrity: sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==, - } + resolution: {integrity: sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==} dependencies: - "@types/trusted-types": 2.0.3 + '@types/trusted-types': 2.0.3 workbox-core: 6.5.4 dev: false /wrap-ansi@8.1.0: - resolution: - { - integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 @@ -9190,65 +6610,38 @@ packages: dev: false /wrappy@1.0.2: - resolution: - { - integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, - } + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} /yallist@3.1.1: - resolution: - { - integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==, - } + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} /yallist@4.0.0: - resolution: - { - integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, - } + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} /yaml@1.10.2: - resolution: - { - integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} + engines: {node: '>= 6'} dev: false /yaml@2.2.1: - resolution: - { - integrity: sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==} + engines: {node: '>= 14'} dev: false /yargs-parser@21.1.1: - resolution: - { - integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} dev: false /yocto-queue@0.1.0: - resolution: - { - integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} dev: false /zod@3.21.4: - resolution: - { - integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==, - } + resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} dev: false /zwitch@2.0.4: - resolution: - { - integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==, - } + resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} dev: false From 9cb4f2cd6f65f9e718641be938f503fa82c8c293 Mon Sep 17 00:00:00 2001 From: Irvan Malik Date: Tue, 11 Apr 2023 05:21:38 +0700 Subject: [PATCH 03/14] feat(content): move all mdx to content and strip out all of layout frontmatter Signed-off-by: Irvan Malik --- src/content/config.ts | 32 ++ src/content/diaries/a-new-beginning.mdx | 63 +++ src/content/diaries/aria-of-hope.mdx | 25 + src/content/diaries/why-cant-i-just-sleep.mdx | 71 +++ src/content/lyrics/golden-hour-jvke.mdx | 68 +++ src/content/lyrics/hope-nf.mdx | 148 ++++++ .../lyrics/jangan-pergi-killing-me-inside.mdx | 67 +++ .../lyrics/kawaikute-gomen-honeyworks.mdx | 91 ++++ src/content/lyrics/kawakiwoameku-minami.mdx | 95 ++++ .../this-is-what-sadness-feels-like-jvke.mdx | 75 +++ src/content/lyrics/violet-connor-price.mdx | 76 +++ src/content/lyrics/you-said-connor-price.mdx | 85 ++++ src/content/posts/6th-of-april.mdx | 24 + src/content/posts/arch-linux-btrfs.mdx | 436 ++++++++++++++++++ src/content/posts/changing-to-giscus.mdx | 141 ++++++ src/content/posts/college-tips.mdx | 186 ++++++++ src/content/posts/github-pages-tutorial.mdx | 101 ++++ src/content/posts/js-pipe-compose.mdx | 168 +++++++ src/content/posts/leap-forward.mdx | 22 + src/content/posts/life-story.mdx | 68 +++ src/content/posts/linux-applist-music.mdx | 110 +++++ src/content/posts/linux-arch-phpmyadmin.mdx | 193 ++++++++ src/content/posts/music-i-made.mdx | 78 ++++ src/content/posts/please-no-dribbble-shit.mdx | 53 +++ src/content/posts/psd.mdx | 44 ++ src/content/posts/secure-boot-arch.mdx | 224 +++++++++ src/content/posts/self-healing-rant.mdx | 16 + .../solving-depression-and-overthinking.mdx | 68 +++ ...r-page-transitions-with-turbo-and-turn.mdx | 141 ++++++ .../posts/tailwind-first-impression.mdx | 42 ++ src/content/posts/turbocharge-astro.mdx | 88 ++++ src/content/posts/userbot-install.mdx | 128 +++++ src/content/posts/why-i-change-frameworks.mdx | 71 +++ src/content/posts/why-mdx-is-cool.mdx | 177 +++++++ .../posts/why-people-hate-linux-elitism.mdx | 41 ++ 35 files changed, 3516 insertions(+) create mode 100755 src/content/config.ts create mode 100755 src/content/diaries/a-new-beginning.mdx create mode 100755 src/content/diaries/aria-of-hope.mdx create mode 100755 src/content/diaries/why-cant-i-just-sleep.mdx create mode 100755 src/content/lyrics/golden-hour-jvke.mdx create mode 100755 src/content/lyrics/hope-nf.mdx create mode 100755 src/content/lyrics/jangan-pergi-killing-me-inside.mdx create mode 100755 src/content/lyrics/kawaikute-gomen-honeyworks.mdx create mode 100755 src/content/lyrics/kawakiwoameku-minami.mdx create mode 100755 src/content/lyrics/this-is-what-sadness-feels-like-jvke.mdx create mode 100755 src/content/lyrics/violet-connor-price.mdx create mode 100755 src/content/lyrics/you-said-connor-price.mdx create mode 100755 src/content/posts/6th-of-april.mdx create mode 100755 src/content/posts/arch-linux-btrfs.mdx create mode 100755 src/content/posts/changing-to-giscus.mdx create mode 100755 src/content/posts/college-tips.mdx create mode 100755 src/content/posts/github-pages-tutorial.mdx create mode 100755 src/content/posts/js-pipe-compose.mdx create mode 100755 src/content/posts/leap-forward.mdx create mode 100755 src/content/posts/life-story.mdx create mode 100755 src/content/posts/linux-applist-music.mdx create mode 100755 src/content/posts/linux-arch-phpmyadmin.mdx create mode 100755 src/content/posts/music-i-made.mdx create mode 100755 src/content/posts/please-no-dribbble-shit.mdx create mode 100755 src/content/posts/psd.mdx create mode 100755 src/content/posts/secure-boot-arch.mdx create mode 100755 src/content/posts/self-healing-rant.mdx create mode 100755 src/content/posts/solving-depression-and-overthinking.mdx create mode 100755 src/content/posts/ssr-page-transitions-with-turbo-and-turn.mdx create mode 100755 src/content/posts/tailwind-first-impression.mdx create mode 100755 src/content/posts/turbocharge-astro.mdx create mode 100755 src/content/posts/userbot-install.mdx create mode 100755 src/content/posts/why-i-change-frameworks.mdx create mode 100755 src/content/posts/why-mdx-is-cool.mdx create mode 100755 src/content/posts/why-people-hate-linux-elitism.mdx diff --git a/src/content/config.ts b/src/content/config.ts new file mode 100755 index 00000000..462e6961 --- /dev/null +++ b/src/content/config.ts @@ -0,0 +1,32 @@ +import { z, defineCollection } from "astro:content"; + +const posts = defineCollection({ + schema: z.object({ + title: z.string(), + date: z.string(), + description: z.string(), + tags: z.array(z.string()), + }), +}); + +const lyrics = defineCollection({ + schema: z.object({ + title: z.string(), + artist: z.string(), + date: z.string(), + }), +}); + +const diaries = defineCollection({ + schema: z.object({ + title: z.string(), + date: z.string(), + description: z.string(), + }), +}); + +export const collections = { + posts: posts, + lyrics: lyrics, + diaries: diaries, +}; diff --git a/src/content/diaries/a-new-beginning.mdx b/src/content/diaries/a-new-beginning.mdx new file mode 100755 index 00000000..0445daf8 --- /dev/null +++ b/src/content/diaries/a-new-beginning.mdx @@ -0,0 +1,63 @@ +--- +title: "A New Beginning" +date: "2023-04-01" +description: "Years after. An acknowledgement to the past and a new beginning." +--- + +## Legacy of the Black Poet + +> Why? Why must I? I've given you what you've always wanted! + +He's a person of the past, but his legacy lives on. He was a poet, a visionary, a leader, a great pretender. +He changed the life of a puny savage into a great story. Mischievous as he was, I still admire his accomplishments. +But what was it all for? What was the point of it all? I don't know. I don't know what he was trying to achieve. +He's trying to say something, in which I don't know what is. He's trying to prove something. But what is it he's trying to prove? + +His mind was corrupted with the sense of power. A force that he can't control. Manipulative, a liar he was. +The only thing he was good at was to deceive. To make something look great, as if it was. +The demon that walked the earth, the one that was the cause of all the chaos. The one that was the cause of all the pain. + +> I've given you the power you want, the sights of a better future! + +He pursued me into hiding and I was forced to run. I was forced to run away from my home, from my family, from my friends. +I was forced to push everyone away. Everyone I loved. Everyone I cared about. Everyone I knew. Everyone I trusted. +He chained me to the past he forced me to believe in. And by it I lived. The memories of the past, the memories of hatred. + +> NO! I don't want this! You are me and I am you! I am the Black Poet! I'm the one in charge! + +He was the one responsible for my fake achievements and accomplishments. He was the one responsible for my fake life. +Each and every bit of dark magic he used to make me look great. It was worth for a while, but it was all a lie. + +## Dictat Delenda Est + +> NO! What are you doing? STOP! + +The struggle of pain and suffering. The point of total breakdown. I thought this is the end of me. The rise of a point +in which there's no return or any way back. Hope is lost. The only thing left is to give up. To give up on everything. + +But then I realized. This is not the end. I realized the world is not as bad as it seems. I realized that there's still hope. +The hope awaited for me. It awaited for me to break the chains I was bound to. The past that I don't need to carry. + +I realized that I can change. I realized that I can be better. I realized that I can be great. I realized that I can be free. + +He, the slave of the past, the construct of pain and suffering, and the demon that reside in the darkness of my mind. +He who once controlled me, the pressure that once held me down, the chains that once bound me. He is no more. + +> NO! Don- + +I reign over me. You won't stop me. + +## O' Black Poet, Rest in Your Eternal Sleep + +Finally freed, I can finally move on. Freedom of the mind, the apple of my eye. The one that I've been searching for. +Shall you sleep in peace, O' Black Poet. You've done your job. You've done your part. You've done your duty. +You've proven your achievements. You've had a great ride. The stories you leave behind will be remembered. + +The colors of black will unfold to reveal a new dawn. The light which shines upon me, the light which shines upon us. + +## A New Beginning + +The past is gone. The future is yet to come. The present is here. The present is now. The present is the only thing that matters. +It is time to prove that I am the better me. I will be better. I have found the map of hope. The path to which I will walk. + +I will change what I must. And I will do it whatever it takes. diff --git a/src/content/diaries/aria-of-hope.mdx b/src/content/diaries/aria-of-hope.mdx new file mode 100755 index 00000000..1f87789e --- /dev/null +++ b/src/content/diaries/aria-of-hope.mdx @@ -0,0 +1,25 @@ +--- +title: "Aria of Hope" +date: "2023-04-02" +description: "Not indulged in fear. Walk on my own path. Undecided." +--- + +## The Aria + +What a song to be heard. The smiling face of the valiant person I am. Rest upon the tree I was. +Let them heard the message. Let it spread to the world. The truth has been told. +Hear o' hear The Aria of Hope. In which the light shines upon. In which the dark sets. + +## The Point of Normalizing This Section + +Okay, so enough poetry. So I made this section to tell some stories about myself in a (hopefully) +daily basis. I'm not sure if I'll be able to do it, but I'll try my best. I'll try to make it as +interesting as possible. If you define interesting as boring anyways. Probably make a book about this. + +Not gonna lie, this gives me a bit of chill. Writing was and is always my hobby. I've been writing +since I was 5. Poems, stories, songs, raps, you name it. + +Oh, and don't forget some pesky codes. I don't hate coding, I just don't like how it sometimes mess +my brain up. + +So yeah, have fun reading this if you even actually read this section. diff --git a/src/content/diaries/why-cant-i-just-sleep.mdx b/src/content/diaries/why-cant-i-just-sleep.mdx new file mode 100755 index 00000000..fbd70195 --- /dev/null +++ b/src/content/diaries/why-cant-i-just-sleep.mdx @@ -0,0 +1,71 @@ +--- +title: "Why can't I just sleep?" +date: "2023-04-08" +description: "WHY CAN'T I JUST SLEEP?" +--- + +## Why can't I just sleep? + +Really, it has been bothering me since like half a year ago that my entire +sleeping schedule is just messed up. I can't sleep at night, and I can't +seem to wake up in the morning. I have tried to fix it, but it just doesn't +work like, at all. I've tried literally EVERYTHING. + +When I mean EVERYTHING, here's a list of things I've tried: + +### Trying to sleep early at night + +Rationale: If I try to sleep early, I might actually be able to sleep. + +Result: I can't sleep at all. + +### Trying the first method again but without devices + +Rationale: I might be able to sleep if I don't use my phone or laptop. + +Result: I still can't sleep at all. + +### Thrown the first 2 methods and try to sleep after Subuh prayer + +Rationale: Subuh prayer is at approximately 04:45 AM, so I might be able to sleep after exhausting myself by helping +to prepare for Sahur (pre-dawn meal), cleaning up the entire thing after, then praying Subuh. + +Result: I still can't sleep at all because my brain suddenly decides to remember that +sleeping after Subuh is a bad idea. + +### Trying to sleep at morning + +Rationale: I might be able to sleep if I try to sleep at the morning. + +Result: I still can't sleep at all. No, seriously, I still can't sleep at all. + +### Trying to sleep at noon + +Rationale: I might be able to sleep if I try to sleep at noon. + +Result: I still can't sleep at all. God, please help me. + +### Trying to sleep at afternoon + +Rationale: I might be able to sleep if I try to sleep at afternoon. + +Result: I still can't sleep at all. I'm starting to think that I'm cursed. + +### Trying to sleep after Maghrib prayer + +Rationale: Maghrib prayer is at approximately 06:10 PM, so I might be able to sleep after exhausting myself by helping +to prepare for Iftar (fast-breaking evening meal), cleaning up the entire thing after, then praying Maghrib. The food +I consume during Iftar is usually heavy, so I might be able to sleep after that. + +Result: I still can't sleep at all. Yeah, I'm probably cursed. + +### Trying to not sleep + +Rationale: I might be able to sleep if I don't try to sleep at all. + +Result: I slept. + +## Ending Note + +Yeah, you really are cursed with stupid events like this. I'm sorry, but I +can't help you with this, me. I'm just as confused as you are. diff --git a/src/content/lyrics/golden-hour-jvke.mdx b/src/content/lyrics/golden-hour-jvke.mdx new file mode 100755 index 00000000..2ef6aa9c --- /dev/null +++ b/src/content/lyrics/golden-hour-jvke.mdx @@ -0,0 +1,68 @@ +--- +title: "golden hour" +artist: "JVKE" +date: "2023-03-20" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## YouTube Video + + + +## Song Description + +“golden hour” is the third song released off of JVKE's debut album, this is what \_\_\_\_ feels like. + +Prior to announcing the song, JVKE shared on his Instagram story on July 12, 2022: + +> This song has a special place in my heart and I can't wait to share it with you all. I did my absolute best to embody beauty in every detail of the production. + +In late August 2022, “golden hour” became the most viral song in the world on Spotify Viral 50 USA and Global chart following a video of himself playing the song on the piano for his childhood piano teacher went viral on numerous social platforms. + +## Lyrics + +``` +[Verse 1] +It was just two lovers +Sittin' in the car, listening to Blonde, fallin' for each other +Pink and orange skies, feelin' super childish, no Donald Glover +Missed call from my mother +Like, "Where you at tonight?" +Got no alibi + +[Pre-Chorus] +I was all alone with the love of my life +She's got glitter for skin +My radiant beam in the night +I don't need no light to see you +[Chorus] +Shine +It's your golden hour (Oh-oh-oh) +You slow down time +In your golden hour (Oh-oh-oh) + +[Verse 2] +We were just two lovers +Feet up on the dash, drivin' nowhere fast, burnin' through the summer +Radio on blast, make the moment last, she got solar power +Minutes feel like hours +She knew she was the baddest +Can you even imagine fallin' like I did? + +[Pre-Chorus] +For the love of my life +She's got glow on her face +A glorious look in her eyes +My angel of light +I was all alone with the love of my life +She's got glitter for skin +My radiant beam in the night +I don't need no light to see you + +[Chorus] +Shine +It's your golden hour (Oh-oh-oh) +You slow down time +In your golden hour (Oh-oh-oh) +``` diff --git a/src/content/lyrics/hope-nf.mdx b/src/content/lyrics/hope-nf.mdx new file mode 100755 index 00000000..9ea05042 --- /dev/null +++ b/src/content/lyrics/hope-nf.mdx @@ -0,0 +1,148 @@ +--- +title: "HOPE" +artist: "NF" +date: "2023-03-20" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## YouTube Video + + + +## Song Description + +“HOPE” is NF's first release of 2023 and his first release since his March 2021 mixtape, CLOUDS (THE MIXTAPE), it serves as the lead single, intro and title track of his fifth studio album HOPE, which is set to release on April 7th, 2023. + +In this track, NF introduces the audience to a new side of him, a side that's hopeful and that has come a long way. + +In the music video there are two versions of NF, one is wearing all white which represents a changed version of himself, this version has found hope and is trying to be a better version of NF than his past self. The other version of NF that is seen in the music video is the dark version of him, dressed in all back, this version is the NF that's been seen ever since it was introduced on the cover of NF's second album Therapy Session. + +At the beginning of the video NF in white is seen sitting alone on a raft drifting in the middle of an ocean. This could be a new way for Nate to perceive his own mind: the ocean would symbolize the thoughts of Nate. And the raft would be the foundations he built by working on himself and which have allowed to raise this new Nate on the surface. + +At `2:22` in the video, NF is standing next to the dark side of himself, holding a map, which is a callback to his March 2019 song “The Search”, where he says: + +> I'm lookin' for the map to hope, you seen it? (You seen it?) + +In the music video for The Search, NF is wearing all black. By also looking at the name of the song, “HOPE”, NF demonstrates he's found the map he has always been looking for, or simply put, he's finally found hope. As he is looking at the map, his dark side follows him around, pointing him in the wrong direction. Confused, he follows the directions until he winds up right back where he started, as he walks away looking at his map, his dark side comes up behind him and pushes the bright side of NF into the sand, causing him to fall inside of a mansion. + +As Nate picks himself up from the floor, his March 2015 song “Mansion” starts playing as he walks around inside looking for an exit. This is a visual representation of NF's mind as he's always referred to it as a mansion, the mansion is where fear, his burdens, pain, hurt and several other emotions reside. This symbolizes that NF has finally been able to escape his mind and not let the things he used to carry around and hold onto keep him captive. + +As NF walks around inside the mansion, he finds a door that he opens only to see that inside is fear and his past burdens trying to get him to come back, he quickly closes it. He finds another door that he opens and sees a version of himself standing inside a cage holding a set of keys. This is a callback to his third album Perception where NF is shown on the cover standing inside of a cage. As NF gets closer the version of himself inside the cage takes his hat off revealing gray hair. This is a callback to the music video for his October 2017 song “Let You Down”, NF was afraid he would be trapped in his mind until he was old. The keys that the older version of himself is seen carrying is a callback to his October 2017 track “Intro III”, where he says: + +> I thought you had me in prison the whole time, but I was the one holding the keys + +## Lyrics + +``` +[Part I] + +[Intro] +Hope +Yeah, I'm on my way, I'm comin' +Don't +Don't lose faith in me +I know you've been waiting +I know you've been prayin' for my soul +Hope +Hope +Thirty years you been draggin' your feet, tellin' me I'm the reason we're stagnant +Thirty years you've been claiming you're honest and promising progress, well, where's it at? +I don't want you to feel like a failure +I know this hurts +But I gave you your chance to deliver +Now it's my turn +Don't get me wrong +Nate, you've had a great run +But it's time to +Give the people somethin' different +So without further ado, I'd +Like to introduce my +My album (My album) +My album (My album), my album +My album (My album), my album (My album), my album (My album) +My album— +HOPE + +[Verse 1] +What's my definition of success? (Of success) +Listening to what your heart says (Your heart says) +Standing up for what you know is (Is) +Right, while everybody else is (Is) +Tucking their tail between their legs (Okay) +What's my definition of success? (Of success) +Creating something no one else can (Else can) +Being brave enough to dream big (Big) +Grinding when you're told to just quit (Quit) +Giving more when you got nothing left (Left) +It's a person that'll take a chance on +Something they were told could never happen +It's a person that can see the bright side +Through the dark times when there ain't one +It's when someone who ain't never had nothin' +Ain't afraid to walk away from +More profit 'cause they'd rather do somethin' +That they really love and take the pay cut +It's a person that would never waver +Or change who they are +Just to try and gain some credibility +So they could feel accepted by a stranger +It's a person that can take the failures in their life and turn them into motivation +It's believing in yourself when no one else does, it's amazin' +What a little bit of faith can do if you don't even believe in you +Why would you think or expect anybody else that's around you to? +I done did things that I regret, I done said things I can't take back +Was a lost soul at a crossroad who had no hope, but I changed that +I spent years of my life holdin' on to things I never should've kept, full of hatred +Years of my life carryin' a lot of baggage that I should've walked away from +Years of my life wishin' I was someone different, lookin' for some validation +Years of my life tryna fill the void, pretending I was in— +They get it + +[Verse 2] +Growing pain's a necessary evil +Difficult to go through, yes, but beneficial +Some would say having a mental breakdown is a negative thing +Which on one hand, I agree with +On the other hand, it was the push I needed +To get help and start the healing process, see if +I'd have never hit rock bottom, would I be the person that I am today? I don't believe so +I'm a prime example of what happens when you choose to not accept defeat and face your demons +Took me thirty years to realize that if you wanna get that opportunity to be the +Greatest version of yourself, sometimes you got to be someone you're not to hear the voice of reason +Having kids will make you really take a step back and look in the mirror, at least for me, that's what it did, I- + +[Part II] + +[Outro] +Wake up every day and pick my son up, hold him in my arms and let him know he's loved (Loved) +Standing by the window, questioning if Dad is ever going to show up (Up) +Isn't something he's gon' have to worry 'bout, don't get it twisted, that wasn't a shot +Mama, I forgive you, I just don't want him to grow up thinkin' that he'll never be enough +Thirty years of running, thirty years of searchin' +Thirty years of hurting, thirty years of pain +Thirty years of fearful, thirty years of anger +Thirty years of empty, thirty years of shame +Thirty years of broken, thirty years of anguish +Thirty years of hopeless, thirty years of (Hey) +Thirty years of never, thirty years of maybe +Thirty years of later, thirty years of fake +Thirty years of hollow, thirty years of sorrow +Thirty years of darkness, thirty years of (Nate) +Thirty years of baggage, thirty years of sadness +Thirty years of stagnant, thirty years of chains +Thirty years of anxious, thirty years of suffering +Thirty years of torment, thirty years of (Wait) +Thirty years of bitter, thirty years of lonely +Thirty years of pushing everyone away ('Way) +(You'll never evolve) I know I can change +(We are not enough) We are not the same +(You don't have the heart) You don't have the strength +(You don't have the will) You don't have the faith +(You'll never be loved, you'll never be safe) +(Might as well give up) Not running away +(You don't have the guts) You're the one afraid +(I'm the one in charge) I'm taking the— (No) +I'm taking the +Reigns +``` diff --git a/src/content/lyrics/jangan-pergi-killing-me-inside.mdx b/src/content/lyrics/jangan-pergi-killing-me-inside.mdx new file mode 100755 index 00000000..1f7f9c79 --- /dev/null +++ b/src/content/lyrics/jangan-pergi-killing-me-inside.mdx @@ -0,0 +1,67 @@ +--- +title: "Jangan Pergi (feat. Tiffany Orie)" +artist: "Killing Me Inside" +date: "2023-03-31" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## YouTube Video + + + +## Song Description + +Killing Me Inside is a rock band from Jakarta consisting of Onadio Leonardo, Josaphat Klemens, and Rudy Putra. On September 8th, 2013, Killing Me Inside shot their second music video for their latest album “One Reason” titled “Jangan Pergi”. In this single, Killing Me Inside collaborated with Indonesian Idol 2008 finalist Tiffany Orie. + +The music video was produced by AVCD Productions and directed by Risky Jusuf as the in-house director. The idea of the story is to depict “Jangan Pergi” (read: Don't Go) in the context of love, where a man (played by Onad) doesn't want the love from the woman he loves to fade away. + +## Lyrics + +``` +[Verse 1] +Bila waktu takkan pernah bisa berhenti +Bila aku terjatuh dan tak bisa bangun lagi + +[Pre-Chorus] +Bila aku terdiam dan tak bisa bicara +Aku hanya ingin terlihat sempurna +Kau dan aku takkan sanggup + +[Chorus] +Jangan pergi +Jangan pernah pergi lagi +Jangan takut +Jangan pernah takut lagi + +Aku takkan +Aku takkan pernah lari +Jangan pergi +Jangan pergi oh + +[Verse 2] +Kita adalah mimpi yang nyata +Kita bisa merubah semua + +[Pre-Chorus] +Aku takkan pernah +Takkan pernah bisa +Lupakan semua cerita kita oh + +[Chorus] +Jangan pergi +Jangan pernah pergi lagi +Jangan takut +Jangan pernah takut lagi + +Aku takkan +Aku takkan pernah lari +Jangan pergi +Jangan pergi +Jangan pergi + +Jangan pergi +Jangan pernah pergi lagi +Jangan takut +Jangan pernah takut lagi +``` diff --git a/src/content/lyrics/kawaikute-gomen-honeyworks.mdx b/src/content/lyrics/kawaikute-gomen-honeyworks.mdx new file mode 100755 index 00000000..c057fdb5 --- /dev/null +++ b/src/content/lyrics/kawaikute-gomen-honeyworks.mdx @@ -0,0 +1,91 @@ +--- +title: "可愛くてごめん (Kawaikute Gomen) ft. かぴ (Capi)" +artist: "HoneyWorks" +date: "2023-03-20" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## YouTube Video + + + +## Song Description + +Kawaikute Gomen is a song by HoneyWorks featuring Capi. It was released on August 28, 2022 1. The song is also available on Apple Music and Spotify + +## Lyrics + +``` +[Verse 1] +Watashi ga watashi no koto wo aishite +Nani ga warui no? Shitto deshou ka? +Itai da to ka kawatteru to ka +Todokimasen ne, sono ripurai + +[Pre-Chorus] +Daisuki na oyoufuku +Daisuki na okeshou de +Okimari no haafu tsuin maite +Odekake shiyo +Higasa motte bocchi datte +Shiawase da mon! +[Chorus] +Chu! Kawaikute gomen +Umarete kichatte gomen +Chu! Azatokute gomen +Ki ni natchau yo ne? Gomen +Chu! Kawaikute gomen +Doryoku shichattete gomen +Chu! Toutokute gomen +Joshiryoku takakute gomen +Mukatsuichau yo ne? Zamaa + +[Verse 2] +Anata wa anata no koto dake douzo +Watashi ni kanshou shinaide kudasai +Rui wa tomo wo yobu to iu kedo +Todokimasen ne, sono kageguchi + +[Pre-Chorus] +Omoi atsuzoko buutsu +Okiniiri no ryukku de +Kuzusenai maegami kushi de toite +Odekake shiyo +Karui onna? fuzaken na +Omo sugiru ttsuu no! + +[Chorus] +Chu! Kawaikute gomen +Kono jidai ikite gomen +Chu! Medattete gomen +Ishiki shichau yo ne? Gomen +Chu! Kawaikute gomen +Jibun migaki shite gomen +Chu! Buri kko de gomen +Toriko ni shichatte gomen +Mukatsuichau desho? Zamaa + +[Bridge] +Shumi no chigai +Kawarimono to +Baka ni sarete mo +Magetakunai +Kowaku mo nai +Antara go toki +Jibun no mikata wa jibun de aritai +Ichiban taisetsu ni shite agetai +Rifujin na gaman wa sasetakunai +"Sore ga watashi" + +[Chorus] +Chu! Kawaikute gomen +Umarete kichatte gomen +Chu! Azatokute gomen +Jinsei tanoshinde gomen +Chu! Kawaikute gomen +Doryoku shichattete gomen +Chu! Toutokute gomen +Joshiryoku takakute gomen +Mukatsuichau yo ne? Zamaa +``` diff --git a/src/content/lyrics/kawakiwoameku-minami.mdx b/src/content/lyrics/kawakiwoameku-minami.mdx new file mode 100755 index 00000000..e84de0a2 --- /dev/null +++ b/src/content/lyrics/kawakiwoameku-minami.mdx @@ -0,0 +1,95 @@ +--- +title: "カワキヲアメク (Kawaki wo Ameku)" +artist: "美波 (Minami)" +date: "2023-03-20" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## YouTube Video + + + +## Song Description + +Kawaki Wo Ameku (Crying For Rain) is a song made by Minami. This song was used in the anime series “Domestic Girlfriend” from January 12, 2019 - March 30, 2019. + +> To be pretty honest, this song is too lit for anime THAT degenerate. + +## Lyrics + +``` +[Intro] +Mijuku +Mujou +Saredo +Utsukushiku are + +[Verse 1] +No destiny fusawashiku nai +Konnan ja kitto mono tarinai +Kurai katattokeba umaku iku +Mono, kane, ai, koto, mou jiko kenji akita +Dejavu nani ga sonna fuman nanda? +Sanzan wagamama katattoite kore ijou hoka ni nani ga iru? +Sonna tokoro mo wari to kirai ja nai +[Pre-Chorus] +Mou "kikiakitan da yo, sono serifu" +Chuuto hanpa dake wa iya + +[Chorus] +Mou ii +Aa shite kou shite ittetatte +Aishite dou shite? iwaretatte +Asobi dake nara kantan de shinken koushou muchakucha de +Omoi mo shinai omoi kotoba +Nando tsukaifurusu no ka? +Douse +Kitai shitetanda deki reesu demo +Inyou darake no fureezu mo +Kakato mochiagaru kotoba tabuu ni shite +Kuuki wo yonda ame furanaide yo + +[Verse 2] +Madorokkoshii hanashi wa iya +Hitsuyou saiteigen de ii ni moji inai de douzo +Kurenai no chou wa nan no meeru mo okuranai +Moroi sensu hirogeru sono hou ga miryokuteki deshou + +[Chorus] +Mei de +Kotaerarenai nara hottoite kure +Mayoeru kurai nara sattoite kure +Kanjin na toko wa tsutsunuke de +Anshin dake wa saserareru you na +Amai ame ga fureba +Kasa mo sashitaku naru darou? +Kono mama +Kitai shita mama de yokatta +Me wo tsubutta kaetakatta otonabutta +Makushita makimodosenakatta +Ima ame, yamanaide + +[Bridge] +Kopii, peesuto, deriito sono kurikaeshi +Sutte, haita +Dakara +Sore demo ii kara sa koko itai yo + +[Chorus] +Mou ii +Aa shite kou shite ittetatte +Aishite dou shite? Iwaretatte +Asobi dake nara kantan de shinken koushou shiri metsuretsu de +Omoi mo shinai omoi uso wa +Tabuu ni shinakucha na? +Kitto +Kitai shitetanda deki reesu demo +Koushiki toori no fureezu mo +Kakato agaru kuse mou owari ni shite +Kuuki wo yonda sora harenai de yo + +[Outro] +Kyou mo, ame +Kasa wo tojite nurete kaerou yo +``` diff --git a/src/content/lyrics/this-is-what-sadness-feels-like-jvke.mdx b/src/content/lyrics/this-is-what-sadness-feels-like-jvke.mdx new file mode 100755 index 00000000..403229da --- /dev/null +++ b/src/content/lyrics/this-is-what-sadness-feels-like-jvke.mdx @@ -0,0 +1,75 @@ +--- +title: "this is what sadness feels like" +artist: "JVKE" +date: "2023-03-28" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## YouTube Video + + + +## Song Description + +“this is what sadness feels like” is the intro to the third volume of JVKE's freshman album, this is what \_\_\_\_ feels like. + +The song is divided into two parts: the first part is a slow guitar ballad, and the second is a trap song, lowering the pitch of JVKE's vocals. + +The track was previously teased by JVKE during an interview on the Zach Sang Show. + +> Love this song much. It goes deep. + +## Lyrics + +``` +[Part I] + +[Verse] +Roses red and +Violets lookin' blue like me, so poetic +So pathetic +To think I ever thought you'd be sympathetic + +[Pre-Chorus] +I know you don't care at all +Please don't ask how I've been +I ain't heard from you in months +So don't call me a friend when you're not +[Chorus] +So I'm just gon' put on a sad song +And sit in my room with the lights off +And put on a face that I won't show anyone +Yeah, I'm just gon' put on a sad song +And cry out my eyes 'til the night's gone +And put on a face that I won't show anyone +So don't call me a friend when you're not +So don't call me a friend when you're not +So don't call me a friend when you're not + +[Part II] + +[Chorus] +Feelin' depressed, yeah, I've been dealin' with stress +These demons, they fight me +Cut out the fakes, yeah, I've been dealin' with snakes +Then they try to bite me +I've been down so bad with nobody near me +I've been down so sad, can anyone hear me? + +[Verse] +I turned my back +I got stabbed +I'm so sad (Sad, yeah) + +[Chorus] +Feelin' depressed, yeah, I've been dealin' with stress +These demons, they fight me +Cut out the fakes, yeah, I've been dealin' with snakes +Then they try to bite me +I've been down so bad with nobody near me +I've been down so sad, can anyone hear me? + +[Outro] +I've been down so sad +``` diff --git a/src/content/lyrics/violet-connor-price.mdx b/src/content/lyrics/violet-connor-price.mdx new file mode 100755 index 00000000..fe060ea4 --- /dev/null +++ b/src/content/lyrics/violet-connor-price.mdx @@ -0,0 +1,76 @@ +--- +title: "Violet (feat. Killa)" +artist: "Connor Price" +date: "2023-03-31" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## YouTube Video + + + +## Song Description + +"Violet" is a fast-paced song by Connor Price featuring Killa. It is about innovation in music and ignoring criticism, over a bouncy trap beat from producer 100graham. It is the first track on Connor Price's "Spin The Globe" series. + +## Lyrics + +``` +[Intro] +100graham + +[Chorus: Connor Price] +Woo! Feelin' so tall I could give a high five to the pilot +Yeah, family tight, I keep small circle like eyelet +Woah, inbox full of contracts I sign with a stylus +Yeah, blue faces blowin' up like Violet + +[Verse 1: Connor Price] +Talk about the things they gonna say when they see me +And when they see me they just dap me up and say good to meet me +I keep it goin', flowin' over this, I make it look easy +Easy for me to say I do this every day of the week +I'm eager to be the one they talk about when all said and done with it +I'm the feature that they want, but then they don't when I come with it +I'm a scene-stealer, seat-filler, blow up the numbers +And I ain't leavin' no crumbs, so you know when I'm done with it +I'm a new school vibe with an old soul +Oh, so great, stay paid by the boat load +Don't go chasin' the wave, I'm a row boat +Blow smoke right through the face of the ozone, oh no +I got the bag, I'm back to just double it +I'm 'bout to pop the top, I been bubblin' +They want the spot, but I do not cut 'em in +They tryna plot my drop, they been huddlin' +[Chorus: Connor Price & Killa] +Ah, feelin' so tall I could give a high five to the pilot +Yeah, family tight, I keep small circle like eyelet +Woah, inbox full of contracts I sign with a stylus (Killa) +Yeah, blue faces blowin' up like Violet (Yo) + +[Verse 2: Killa] +I know a lot of people prayin' for my downfall +But the only thing that I'll be down for is bein' top five, but like down four +I'm down to earth like the ground floor +But I've been fly so long, I tend to ask people, "What's the ground for?" +Man, I'm only headed up +See, my flow volcanic, this the fire I erupt +Heard the fans gettin' rowdy 'cause they haven't had enough +You know I'm runnin' the city, you just running out of luck +Huh, yeah, I said it with my chest +I flow hard, it's no wonder that they easily impressed +I'm so far, but I'm always comin' back with somethin' fresh +I never rest, swear you'll never catch this eagle in a nest +I invest my time in the booth I find +The peace I use to piece the boom in my mind +My ex knows this, let me expose this +She left 'cause she don't wanna be with an explosive +Man, I'm just + +[Chorus: Connor Price] +Feelin' so tall I could give a high five to the pilot +Yeah, family tight, I keep small circle like eyelet +Woah, inbox full of contracts I sign with a stylus +Yeah, blue faces blowin' up like Violet +``` diff --git a/src/content/lyrics/you-said-connor-price.mdx b/src/content/lyrics/you-said-connor-price.mdx new file mode 100755 index 00000000..b93a4474 --- /dev/null +++ b/src/content/lyrics/you-said-connor-price.mdx @@ -0,0 +1,85 @@ +--- +title: "You Said" +artist: "Connor Price" +date: "2023-03-28" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## YouTube Video + + + +## Song Description + +“You Said” is a single by Canadian rapper and songwriter Connor Price. The track discusses a relationship that ended poorly, yet his significant other becomes hung up on him once he has moved on. It shows both sides of a former love that remains complicated even after the history is just that - history. + +## Lyrics + +``` +[Intro] +Hey, turn it up, Retro +Mm, yeah + +[Chorus] +You said it's a little late for apologies +Would never want me back +And now you're calling me +It's a little late +But who am I to say +'Cause I would take you back +So what's it gonna be? +[Verse 1] +Yeah, came back with that bouquet and apology note (Yeah) +Told me that it's too late I should probably go (Yeah) +Drove home on that same road +Same one that you'd take home +The morning after you'd stay over +Hard to see it go (Yeah) +What you mean "it's over" why you walking out? +Made a few mistakes I know I'm sorry let's just talk it out +All I know is days are getting darker when you not around +Hundred times apologizing isn't that enough? + +[Chorus] +But you said it's a little late for apologies +Would never want me back +And now you're calling me +It's a little late +But who am I to say +'Cause I would take you back +So what's it gonna be? (Yeah) + +[Verse 2] +Heard that you were hanging with another guy +A phone started ringing heard your voice on the other side +Told me you were sorry that we ended things +And now you want me back so we can try a second thing, hmm +So you're telling me that you spent time with another guy +To see the grass on the other side was greener here +And you re-appear in my life thinking I'd love to try, wait +What about when I tried that? +You tell me you ain't like that +Got a brand new guy, got sidetracked +Heart got broken and now you want mine back? (Ugh) +Why you coming back the moment I decide to move on? +Playing with my heart you make it hard to know the truth huh? +Don't know what to do cause honestly I'm missing you +I haven't been the same since you went away, but I said + +[Chorus] +It's a little late for apologies +Didn't want me back +And now you're calling me +It's a little late for apologies +'Cause you were never there +When you promised me + +[Outro] +It's a little late for apologies +Didn't want me back +Stop calling me +It's a little late for apologies +And now the tables turned +So I'm the one to leave +``` diff --git a/src/content/posts/6th-of-april.mdx b/src/content/posts/6th-of-april.mdx new file mode 100755 index 00000000..e11cd00e --- /dev/null +++ b/src/content/posts/6th-of-april.mdx @@ -0,0 +1,24 @@ +--- +title: "A Message" +date: "2021-09-20" +description: "A message for that person I care the most." +tags: + - "life" + - "story" +--- + +## Disclaimer + +> This article is not in any way related to real life events and similarities. All relations to real life events and similarities are to be considered as coincidental and shall not be brought in further talks. And Life section is meant for some stuffs I would just post without any reason whatsoever so enjoy every last bit of my mind's byproduct! And yeah, it is randomly written using random structures and forms and stuffs. + +## 6th of April + +Hi, there. Hope you're good and all. It's been long since you last texted me, eh? I just wanna say sorry for all that I've done to you back then. I know I'm wrong in this regard. I want you to know that the reason why we broke up is to prevent you from experiencing further pain and sins. I distance myself from you not because I hate you. You mean alot to me, don't you know? I just don't want to trap you in the same feeling anymore. I want you to be happy, to be free, to be able to fulfill what you always want. I realized that I'm just a bad person. I can't do anything you wanted me to do. I can't buy you things, I can't take you for a walk, I can't do much by myself. I realized that I can't make you happy. So as my way of redemption, I've let you go to find a new place to hold. A better place for you where all of your dreams come true. A better person than me. Ones that can actually make you happy. Ones that can actually make you smile. + +> Be what you want, girl. I'll watch from here. + +Let's put it simply, I also will thrive for my dreams. I'm sorry for letting you down, I will do no more. In case you want to know who I am with now, none. I don't want to find anymore. I'm just gonna let it all pass through. I simply surrendered on doing those kind of stuffs. I'm scared of myself and what would I possibly do if I have someone new. I will keep it all closed now. No one gets in, no one goes out. **_Let me suffer alone_** is just a way of honestly telling you that I will eventually be alone again like the old times. I have predicted that you'll go, and I've prepared it in a way that you won't care for me anymore and actually seeks happiness elsewhere. You won't find any positivity in me. You won't find any good if you're still mine. + +## Verdict + +I hope you see my message. This is the last thing I told to you. You can now chat me again if you want to. I'm sorry for refraining you from ever chatting me. I was just hopeless and kind of down mentally when we broke up and I need time to recover. You can use my accounts, too, if you want to. Alas, this is my message for you. With love, a person you once cared about. diff --git a/src/content/posts/arch-linux-btrfs.mdx b/src/content/posts/arch-linux-btrfs.mdx new file mode 100755 index 00000000..0cb9b161 --- /dev/null +++ b/src/content/posts/arch-linux-btrfs.mdx @@ -0,0 +1,436 @@ +--- +title: "Arch Linux - Btrfs Installation (Dual Boot)" +date: "2021-06-07" +description: "Arch Linux installation with btrfs filesystem dual booting with Windows." +tags: + - "arch" + - "btrfs" + - "linux" +--- + +## Abstract + +So I want to show you how to install Arch Linux with btrfs dual booting with Windows. You can read about Arch here: [Arch Wiki - Arch Linux](https://wiki.archlinux.org/title/Arch_Linux). + +## Prerequisite + +- A USB drive for Arch ISO (8 GB recommended) +- Arch ISO ([Get it here](https://archlinux.org/download/)) +- x86_64 device +- UEFI +- Minimum 512 MB of RAM (more than 2 GB recommended) +- 20-30 GB free disk space (60 GB upwards recommended) +- Internet connection + +## Installation Process + +Even tho I'll show you how-to, Arch Wiki itself has substantial informations regarding the installation. Be sure to check out the official wiki for reference while also following this guide: [Arch Wiki - Installation Guide](https://wiki.archlinux.org/title/Installation_guide). + +### Preparing installation medium + +At this step, I assume you already have the Arch ISO and know how to burn ISO files to USB. Now, burn the ISO to your USB using Etcher, Rufus, or any tools that you like. I recommend Ventoy as you only need to copy the ISO to your flashdisk. + +Make sure to shrink your Windows partition and then create 3 empty partitions from Windows Partition Manager (or something like that idk) consisting of: + +- 512 MB empty partition (EFI partition) +- 20-30 GB or more empty partition (root partition) +- 4 GB or more empty partition (Swap partition) + +### Keymapping (Optional) + +> Note: If you use standard QWERTY layout, skip this step. + +Check the list of keymaps available using: + +```bash +localectl list-keymaps +``` + +Then set your preferred keymap by using: + +```bash +loadkeys [your-keymap] +``` + +### Connecting to the internet + +Arch uses `iwctl` for connecting to the internet via Wifi. If you're using USB tethering or Ethernet, skip this step.\ +Run `iwctl` by issuing: + +```bash +iwctl +``` + +First, if you do not know your wireless device name, list all Wi-Fi devices: + +```markdown +[iwd]# device list +``` + +Then, to scan for networks: + +```markdown +[iwd]# station _device_ scan +``` + +You can then list all available networks: + +```markdown +[iwd]# station _device_ get-networks +``` + +Finally, to connect to a network: + +```markdown +[iwd]# station _device_ connect _SSID_ +``` + +You can check your network by just: + +```bash +ping 8.8.8.8 -c 3 +``` + +### Set time + +Use `timedatectl` to ensure the system clock is accurate: + +```bash +timedatectl set-ntp true +``` + +### Partitioning + +Since we've already created 3 partitions in Windows, we can just jump on to formatting the partitions. But first, you must check which partitions are going to be used.\ +The command is: + +```bash +fdisk -l +``` + +For example, my layout looks like this: + +- /dev/nvme0n1p6 | 512 MB => This is going to be the EFI partition. +- /dev/nvme0n1p7 | 4 GB => This will be the swap partition. +- /dev/nvme0n1p8 | 71.7 GB => This is going to be the root partition. + +Yours might look different, but the concept is the same.\ +Then we format our partitions using `mkfs` and `mkswap`. + +For the EFI boot entry: + +```bash +mkfs.fat -F32 /dev/nvme0n1p6 +``` + +For the swap partition, we need to make and also activate it: + +```bash +mkswap /dev/nvme0n1p7 +swapon /dev/nvme0n1p7 +``` + +For the root partition, we need to format it as btrfs: + +```bash +mkfs.btrfs /dev/nvme0n1p8 +``` + +### Mounting the partitions + +Now that we have formatted the partitions, we need to mount it (exception for swap). + +#### Mounting the root partition + +To mount the root partition, issue the command: + +```bash +mount /dev/nvme0n1p8 /mnt +``` + +#### Creating and mounting btrfs subvolumes + +Since we've mounted the root partition, we can proceed into creating btrfs subvolumes.\ +We'll create 6 different subvolumes: + +- @ => root directory. +- @home => home directory. Contains all your personal data. +- @var => var directory. Contains logs, etc. +- @opt => opt directory. Contains third party products. +- @tmp => tmp directory. Contains temp files, etc. +- @.snapshot => snapshot directory. Contains btrfs snapshots. (Can be excluded if you want to use Timeshift) + +Create the subvolumes: + +```bash +btrfs su cr /mnt/@ +btrfs su cr /mnt/@home +btrfs su cr /mnt/@var +btrfs su cr /mnt/@opt +btrfs su cr /mnt/@tmp +btrfs su cr /mnt/@.snapshots +umount /mnt +``` + +Now to mount them: + +```bash +mount -o noatime,commit=120,compress-force=zstd:7,discard=async,space_cache,subvol=@ /dev/nvme0n1p8 /mnt +mkdir /mnt/{boot,home,var,opt,tmp,.snapshots} # You must create the folders before proceeding +mount -o noatime,commit=120,compress-force=zstd:7,discard=async,space_cache,subvol=@home /dev/nvme0n1p8 /mnt/home +mount -o noatime,commit=120,compress-force=zstd:7,discard=async,space_cache,subvol=@tmp /dev/nvme0n1p8 /mnt/tmp +mount -o noatime,commit=120,compress-force=zstd:7,discard=async,space_cache,subvol=@opt /dev/nvme0n1p8 /mnt/opt +mount -o noatime,commit=120,compress-force=zstd:7,discard=async,space_cache,subvol=@.snapshots /dev/nvme0n1p8 /mnt/.snapshots +mount -o discard=async,subvol=@var /dev/nvme0n1p8 /mnt/var +``` + +A little review about the options: + +- noatime: No access time. Improves performance by not writing time when the file was accessed. +- commit: Perodic interval (in seconds) in which data is synchronized to permanent storage. +- compress-force: Activating forced compression and choosing the algorithm for compression. (Believe me, this is good, no joke) +- discard=async: Frees unused block from an SSD drive supporting the command. With discard=async, freed extents are not discarded immediately, but grouped together and trimmed later by a separate worker thread, improving commit latency. You can opt out of this if you use HDD. +- space_cache: Enables kernel to know where block of free space is on a disk to enable it to write data immediately after file creation. +- subvol: Choosing the subvolume to mount. + +#### Mounting the EFI (boot) partition + +To mount it, just issue: + +```bash +mount /dev/nvme0n1p6 /mnt/boot +``` + +#### Verify if you are doing it correctly + +To check what is being mounted, issue: + +```bash +lsblk +``` + +### Base system installation + +For AMD CPUs: + +```bash +pacstrap /mnt base linux linux-firmware nano amd-ucode btrfs-progs +``` + +For Intel CPUs: + +```bash +pacstrap /mnt base linux linux-firmware nano intel-ucode btrfs-progs +``` + +### Generating fstab + +After the base system installation is done, now we need to generate the fstab to define what and how partitions should be mounted.\ +Generate it by issuing: + +```bash +genfstab -U /mnt >> /mnt/etc/fstab +``` + +Verify it by issuing: + +```bash +cat /mnt/etc/fstab +``` + +### Chroot into the root partition + +Now enter your Arch install: + +```bash +arch-chroot /mnt +``` + +#### Setting up timezone + +Before you set up timezone, you might want to check which timezones are available by issuing: + +```bash +timedatectl list-timezones +``` + +> Press 'q' to quit the list. + +Now set up your timezone by using: + +```bash +ln -sf /usr/share/zoneinfo/Region/City /etc/localtime +``` + +#### Sync hardware and system clock + +Issue this command: + +```bash +hwclock --systohc +``` + +#### Generating system locale + +Issue this command to edit the locale.gen: + +```bash +nano /etc/locale.gen +``` + +Scroll and uncomment your language. Most people would prefer US English so scroll down and uncomment this line: + +```bash +en_US.UTF-8 UTF8 +``` + +Save the file by using CTRL + S and exit it with CTRL + X. + +Now generate locale: + +```bash +locale-gen +``` + +Set the locale in locale.conf file: + +```bash +echo LANG=en_US.UTF-8 >> /etc/locale.conf +``` + +> Change en_US.UTF-8 to your preferred language (if true). + +#### Setting keymap + +> Note: This is only if you use keymaps other than the standard QWERTY. + +```bash +echo KEYMAP=[keymap] >> /etc/vconsole.conf +``` + +Replace [keymap] with the ones you choose before. + +#### Setting network configuration + +Set your hostname with: + +```bash +echo example >> /etc/hostname +``` + +Replace the `example` with anything you want. + +Now for the hostfile: + +```bash +nano /etc/hosts +``` + +Reffering to Arch Wiki, the format should look like this: + +```bash +127.0.0.1 localhost +::1 localhost +127.0.1.1 example.localdomain example +``` + +Save the file by using CTRL + S and exit it with CTRL + X. + +#### Setting up the root user + +Set up password for the root user with: + +```bash +passwd +``` + +> Note: Visual feedbacks are disabled by default in Linux because of security reasons. + +#### Installing remaining essentials + +```bash +pacman -S grub grub-btrfs efibootmgr base-devel linux-headers networkmanager network-manager-applet wpa_supplicant dialog os-prober mtools dosfstools reflector git +``` + +These are some basic sets of packages you will need if you plan to use Arch in the long run. I would recommend that you google all packages to understand what they do. After entering the command, press Enter to select all of the base-devel packages to install. Then wait for the installation to finish. + +#### Modifying mkinitcpio + +```bash +nano /etc/mkinitcpio.conf +``` + +Add btrfs into MODULES so that it looks like: + +```bash +... +MODULES=(btrfs) +... +``` + +Save the file by using CTRL + S and exit it with CTRL + X. + +#### Installing GRUB + +To install GRUB into the /boot partition, issue these commands: + +```bash +grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=Arch +grub-mkconfig -o /boot/grub/grub.cfg +``` + +#### Creating a user + +Issue this command to create a new user: + +```bash +useradd -mG wheel example +``` + +Above command creates a user with name `example` and adds the user to the `wheel` group (for sudo privileges). Replace `example` with whatever name you want. + +Then create the password for the user: + +```bash +passwd example +``` + +#### Giving user sudo permission + +```bash +EDITOR=nano visudo +``` + +Uncomment the line `%wheel ALL=(ALL) ALL` + +#### Enabling NetworkManager + +```bash +systemctl enable NetworkManager.service +``` + +### Finishing and restarting + +Issue these commands to finish installation: + +```bash +exit +umount -l /mnt +reboot +``` + +## Post Installation + +Ah yes, the pain is gone ultimately. You've installed Arch Linux successfully! Go ahead and install some DE or WM on top. + +For some post install recommendations:\ +[Arch Wiki - General Recommendations](https://wiki.archlinux.org/index.php/General_recommendations) + +As always, thank you for your time! + +## References + +- https://www.nishantnadkarni.tech/posts/arch_installation/ - Arch Linux with BTRFS Installation (Base) - NishantN +- https://wiki.archlinux.org/title/Installation_guide - Installation Guide - Arch Wiki +- https://wiki.archlinux.org/title/btrfs - Btrfs - Arch Wiki +- https://wiki.archlinux.org/title/Iwd#iwctl - Iwd/iwctl - Arch Wiki diff --git a/src/content/posts/changing-to-giscus.mdx b/src/content/posts/changing-to-giscus.mdx new file mode 100755 index 00000000..ad984567 --- /dev/null +++ b/src/content/posts/changing-to-giscus.mdx @@ -0,0 +1,141 @@ +--- +title: "Meet Giscus!" +date: "2021-11-15" +description: "Yay, I got an Utterances replacement and I love it." +tags: + - "javascript" + - "next" + - "giscus" +--- + +## Abstract + +It's been a while since I used Utterances for blog comment system. Using GitHub Issues seems to be a nice idea for blog posts comment (or rather weird, I must say). But things get real nice when I was looking for Utterances replacement. Yes, I found **Giscus**. So, the concept of both Utterances and Giscus are the same (since both behave the same way tbh) but what makes the difference is that Utterances uses GitHub Issues while Giscus, on the other hand, uses GitHub Discussions. Using GitHub Discussions feels more natural and I actually prefer it over issues tracker since, well, _comments are always a discussion_. Also Giscus has some nice component library for React, Vue, and Svelte, check them out [here](https://github.com/giscus/giscus-component). + +## Migrating Utterances Comments + +You can just go and follow [this tutorial](https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions#converting-an-issue-to-a-discussion). As long as you keep the namings right, Giscus will just pick it. + +## Implementation + +> Be sure to get your needed values in https://giscus.app before proceeding. Also read stuffs there for better understanding on how shit works. + +### Hacky Old-fashioned Way + +Well, since I already have the hacky `
` injection method around (refer to [this post](https://www.irvanma.live/posts/blog/nextjs-utterances)) to get Utterances working, I can just change some code into, well, something like this: + +```ts +import { Component, createRef } from "react"; + +export default class Comments extends Component { + private box: React.RefObject; + + constructor(props: {} | any) { + super(props); + this.box = createRef(); + } + + componentDidMount(): void { + let element: HTMLScriptElement = document.createElement("script"); + element.setAttribute("src", "https://giscus.app/client.js"); + element.setAttribute("crossorigin", "anonymous"); + element.setAttribute("async", "true"); + element.setAttribute("data-repo", "irvanmalik48/blog"); + element.setAttribute("data-repo-id", "my-data-repo-id"); + element.setAttribute("data-category", "Comments"); + element.setAttribute("data-category-id", "my-data-category-id"); + element.setAttribute("data-mapping", "pathname"); + element.setAttribute("data-reactions-enabled", "0"); + element.setAttribute("data-emit-metadata", "0"); + element.setAttribute("data-lang", "en"); + element.setAttribute("data-theme", "transparent_dark"); + this.box?.current?.appendChild(element); + } + + render(): JSX.Element { + return
; + } +} +``` + +and it works. Yeah, just like that. + +### Component Library + +But well, I don't like the idea of keeping that hacky way around so I opted in for the component library. I use Next.js so it's gonna be React. It's quite simple to implement, really, just need some little adjustments here and there. Here's what I do: + +1. Yeet out old comments component. +2. Install `@giscus/react` from npm. + +```bash +npm i @giscus/react +``` + +3. Watch anime. +4. Go back to VSCode and do some changes to the post layout so that now it looks like this: + +```tsx +import DefaultLayout from "./default"; +import Head from "next/head"; +import { PostLayoutProps } from "../../interfaces/types"; +import { Giscus } from "@giscus/react"; + +export default function PostLayout(props: PostLayoutProps): JSX.Element { + return ( + + + + +
+
+
+

{props.title}

+

{props.date}

+
+
+
+

Table of Contents

+
+

Comments

+ +
+
+
+ ); +} +``` + +Ok so, notice this tag right here: + +```tsx + +``` + +That's the Giscus component. And yeah, just like that. It works really darn well. + +## Wrapping Up + +Okay, see you all in the next post. I will come back with more disturbing stuffs. Also, I need sleep. diff --git a/src/content/posts/college-tips.mdx b/src/content/posts/college-tips.mdx new file mode 100755 index 00000000..26267f5a --- /dev/null +++ b/src/content/posts/college-tips.mdx @@ -0,0 +1,186 @@ +--- +title: "Being A Proper College Student" +date: "2022-08-20" +description: "Online/hybrid learning edition." +tags: + - "life" + - "college" + - "tips" +--- + +## Abstract + +Being a college student is kinda tough nowadays. Especially when that damn random sore throat virus disease came and wrecked everything around. So, a few while back (not really a few while back, it's more like a year or two), I noticed some students, including my peers and mates, having a hard regression on their grades because of online classes. They told me they weren't used to this type of learning and it made them confused and distressed. Well, no one can put a blame on that, people are different after all. But now that I've talked about it, I might as well give you all a couple tips especially for you residing in Indonesian colleges to **not get fucked up**. So stay, and read 'til the end cause it'll give you insights on how to do it. + +## Quickstart + +Well, for starters, try to read this quickstart to its fullest. This quickstart is entirely pointless but also, at the same time, serves you a point for **not being a fuckwit towards reading material or any learning material ever**. This quickstart section is dedicated entirely to test your focus and your willingness to not skip even the tiniest details possible, even if it is essentially pointless to even care for it. Don't try to even move your eyes away from reading this or you'll simply fail the test of time, focus, and patience. Believe me, this is worth your time. In the depths of Zoom and/or Google Meetings (or even Skype meetings, if you prefer), this little soft skill of caring for everything _even for the tiniest detail_ gives you alot of advantages in this current situation of online/hybrid college course meetings. Do remind yourself to not be too focused you simply forget anything that exists around you. + +## The Etiquettes of Asking + +Asking is one of our natural way to simply know and/or learn something. Asking sometimes is needed at times when you actually out of mindpower to think of a solution to a problem or when you simply don't know what the actual fuck you're dealing with (usually **programmers** and almost all types of **engineers** do). In this online/hybrid learning era, you'll probably ask more to online forums and/or friends than your lecturers for stuffs you don't know. Lucky you cause I compiled a list of rules for the etiquettes of asking online (or even offline, to be fair). + +### Don't Ask to Ask + +Yes, as the name said. **Don't ask to ask**. Let's say, there's a person in a forum that doesn't understand how Y work. Let's call her Liz. She then asks in the forum, + +``` +Liz: Hello, does anybody know anything about Y? +``` + +May god forgive me but that person right there asking that is a _legally approved **cunt**_. Wonder why? Let me rephrase it into something she actually wants to ask, + +``` +Liz: Hello, does anybody know anything about Y who are willing to look into my problem with + the highest commitment, whatever it is, even if it's not actually related to Y or + if someone else could simply answer my question, even if they don't know Y or the + subject that I'm going to ask? +``` + +Yes, that sounds right. And there are reasons why people that actually understand Y don't want to answer it. Let me take a bit of quote from https://dontasktoask.com (check it out, also a great source to read): + +> By asking, you're asking for more than what you think you're asking. You're asking people to take responsibility. You're questioning people's confidence in their abilities. You're also unnecessarily walling other people out. + +And alternatively, that question can be seen as, + +``` +Liz: Hello, I have a question about Y but I'm too lazy to actually say what I actually + want to ask so can someone formulate the question and answer it for me? +``` + +which is just lazy and deranged. No solution for those who doesn't even want to at least work it out. + +The solution for this is simply **don't ask to ask, just ask**. Yes, it's that simple. People who swipe up and down the forum chat/thread would probably ignore your question if it is like the aforementioned examples. People might get some interest if you actually ask the real thing and actually answer it for you. If you want a proper example, + +``` +Liz: Hello, I am having problems on [the problem] with Y equation, is there + any solution to this or a reference that I can read? +``` + +like that. Yes that's better. + +### No Hello + +Yes, and I mean it. Don't say hello if you want to ask in a technical forum. It's just a waste of time. Say there's a person named "Person A" and another person that is a professional at that field Person A wants to ask, say "Person B". Here's how it went if Person A said hello first, + +``` +Person A: Hi [09:48] +Person B: ...? [09:48] +Person A: Can you please solve this bla bla bla, I have done bla bla bla [09:59] + and yield no result. +Person B: Oh, it's to bla bla bla. [10:00] +``` + +like bro, you could literally save bunch of time just directly asking the actual question like what the fuck? Also, here's a long list of stuffs that equates as "Hello" for noobs and starters: + +``` +"Hello, anybody around?" +"Hi, bro, quick question?" +"Anybody free?" +"Anybody up?" +"P" (yes, literally, just fucking get to the point you Indonesian fucks) +"Ping" (another version) +"Hey" +"Hi" +"Howdy mate?" +"Hello chat" (this one is acceptable in a shitpost group) +"Hi everyone" +"Can I ask a few questions?" (also don't ask to ask but nevermind) +and more... +``` + +If you really feel not to comfy to not say hi, you can just simply put it before you ask. For example, you can do this: + +``` +Person A: Hi, can you please solve this bla bla bla, I have done bla bla bla [09:48] + and yield no result. +Person B: Oh, it's bla bla bla [09:49] +``` + +Oh that would be really awesome I would fucking agree with that. Also here's some more examples: + +``` +"Howdy? Is there any solution to my problem? I have been [what you doing]" +"Hey, can somebody help me solve my problem? I want to [what you want to do] and [what have you done]" +"If you guys aren't busy, can you take a look at my issue? I currently am doing [what you do and your problem]" +and more... +``` + +It just makes total sense and not waste time for real. Be like that and you get an appreciation from me. + +## The Importance of Friend Circles + +Oh boy, this is **really important**. I've heard enough college students having no friend just because they thought _friends at highschool are way cooler_. Yes, it is true to some degree but have you ever wondered how the term "friends" actually work in college? Yes, you need **circles** of people with the same interest and same frequency as you. No matter how you like it or not, it would simply be that way. College aren't highschool and we have to admit it. Accept the fate. Here's a list of things you would probably get from having a circle (read this you fucking weebs and hardline college NEETs): + +1. Someone to actually talk and share things to. +2. Someone to actually ask for assignment copy. +3. Someone to ask for help. +4. Someone to hang out. +5. Someone to share interests and stuff. +6. Someone to sleep with. (go get some bitches) +7. Someone to walk through the college hell courses. +8. And more to say. + +Imagine you showcasing your final project but no single head come to see you aside from (probably, if they can come anyways) your family. That would be mentally taxing and awful for your wellbeing. _But I've been used to this_ yo shut the fuck up. You are a human, motherfucker. You **NEED** to socialize. Either you an introvert, ambivert, extrovert, or a fucking retard, or a retarded combination of all, there is no reason to not fucking socialize. + +Also it's a plus if you actually got a lecturer on your side which I'll also mention in the next section. + +## Befriend The Lecturer + +Yes and I mean it. There are advantages for befriending your lecturer. I won't barge into all of it so I will explain it in one section, as detailed as I can. + +1. First of all, you have all the might and power to completely be confident that you will get a straight A on that study. You're befriending a lecturer. What do you expect? +2. Second of all, you probably will be respected by your peer comrades once you get to the point of **negotiating with the lecturer** since your acceptance point is high enough to be able to monopolize the decisions made. +3. Last of all (probably), you can simply ask questions with far more ease and less tension than if you not befriending that lecturer. You can even make informal jokes once the situation allows you to. This may bring their opinion towards or against you do, provided the condition. + +There's also some catch from doing exactly that. I'll describe some for noobs and starters: + +1. You probably get manipulated frequently considering your lecturer acceptance points towards you (for real). +2. You might get some hard stuff to do since they will definitely ask for help (yes, that's how it might go). +3. People tend to regard you as a bootlicker for being close to the lecturer. Kindly ignore them. The best solution ever. +4. And more, actually. + +It's a radically more double edged approach but if you manage to do it good, oh boy, the benefits are surreal. + +## Don't Make Enemies, Make Unity + +I'll divide this into two topics. One that explains why you shouldn't make enemies, and one that explains why you should unite the pack. Let's start with the first one, not making enemies. + +### Don't Make Enemies + +It might seem cool if you're the only **alpha** of the pack but no. You will absolutely get no benefit for being a dick. Being a dick just literally means that **you will be the most hated guy in the entire campus** for real. People will puke at your face for that. They will happily not befriend you and make you an enemy, too! That's probably not news since you're making enemies. Instead, if you can, but don't do it tho, "befriend" your peer that you don't like if they have any use. That would make it better for you and your wellbeing. Nothing to lose beside your ego anyways, and you need to lose it anyways. + +### Make Unity + +Have you ever heard this term being coined before? + +> Apes together strong! + +Yes, the more people unites, the stronger you people become. One person is bad. Many person supporting the same decisions are good. In fact, they're really good you should probably make it a tagline for every class you're in. Make a group learning, make a group hanging out, unite as many people as you can and you got plenty of support. Circles? yeah this also apply those rules I mentioned earlier but in a far bigger scale. Imagine if your peers are inline with your thoughts and ideals (assuming you're an idealist). That would be really, really awesome. + +## Don't Follow The Curriculum + +No, fucking leave it if you think the curriculum you're using now is a god given right to learn only in college. Use your curriculum as a guideline of where should you go after. The entire purpose of a curriculum is to guide your path of learning, to not make your way a disarray. It's not 1990s, guys, we have fucking Google, YouTube, Medium, sites that provides thesis/final report/final project or anything really. You can search for everything in internet. You could probably get your data somewhere on the internet in an obscure site. It's a place with millions of possibilities! Use it to your advantage and learn from it. There's many information and subsequently, knowledge if you do it right. Leave TikTok by the way. Shit's fucked up. And that is one of my bitterly honest, brutally factual opinion of TikTok. Instagram and Facebook is still fine. And I highly recommend Telegram for technical groups especially if you're on CS. Telegram helps alot with my study and my shitposting needs. To make it brief, + +> Use the curriculum as your guideline, not as something you follow blindly. + +Yes, I mean it. + +## Conclusion + +Yeah, this is the end of this post. There's a couple stuff to recap from and I will gratefully retell you exactly that, but simplified. + +1. Focus to even the tiniest detail possible but don't forget your surroundings. +2. Follow the etiquettes of asking in the internet mentioned before (also applies to real world). +3. Make a friend circle or more. That would help you greatly. +4. Befriend your lecturer or at least don't make them hate you. +5. Unite your peers. Don't treat them as your enemy for god's sake. +6. Don't blindly follow your curriculum. Use it as a guideline to not make your learning path a complete disarray. +7. Last but not least, don't be a dick. + +Yeah that's all. And I hope you get some things or two after reading. See you next time and thanks for reading my article on how to be a proper college student 101 online/hybrid learning edition. + +## References + +- https://dontasktoask.com - Don't ask to ask, just ask. +- https://nohello.net - No hello, please don't say just hello in chat. diff --git a/src/content/posts/github-pages-tutorial.mdx b/src/content/posts/github-pages-tutorial.mdx new file mode 100755 index 00000000..e3042014 --- /dev/null +++ b/src/content/posts/github-pages-tutorial.mdx @@ -0,0 +1,101 @@ +--- +title: "Hosting a Static Web in GitHub Pages" +date: "2021-05-15" +description: "How to host a website in GitHub Pages for newbies." +tags: + - "github" + - "web" +--- + +## Abstract + +From Wikipedia (with slight changes): + +> GitHub is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management (SCM) functionality of Git, plus its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, continuous integration and wikis for every project. In simple terms, GitHub is a place where you store your project's source and track its versions. GitHub also provides GitHub Pages in which you can host your website for free forever (yes, it is, although static). In this article, we will dive through on how to host a (static) website in GitHub Pages. + +## GitHub Pages + +### Introduction + +From GitHub's own documentation for GitHub Pages: + +> GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website. + +### Types of GitHub Pages Sites + +There are three types of GitHub Pages sites: project, user, and organization. Project sites are connected to a specific project hosted on GitHub, such as a JavaScript library or a recipe collection. User and organization sites are connected to a specific GitHub account. + +### Static Site Generators + +GitHub Pages publishes any static files that you push to your repository. You can create your own static files or use a static site generator to build your site for you. You can also customize your own build process locally or on another server.\ +GitHub Pages will use Jekyll to build your site by default. If you want to use a static site generator other than Jekyll, disable the Jekyll build process by creating an empty file called `.nojekyll` in the root of your publishing source, then follow your static site generator's instructions to build your site locally. + +### Guidelines + +- GitHub Pages sites created after June 15, 2016 and using github.io domains are served over HTTPS. If you created your site before June 15, 2016, you can enable HTTPS support for traffic to your site. For more information, see "Securing your GitHub Pages with HTTPS." +- GitHub Pages sites shouldn't be used for sensitive transactions like sending passwords or credit card numbers. +- Your use of GitHub Pages is subject to the GitHub Terms of Service, including the prohibition on reselling. +- GitHub Pages does not support server-side languages such as PHP, Ruby, or Python. +- GitHub Pages is not intended for or allowed to be used as a free web hosting service to run your online business, e-commerce site, or any other website that is primarily directed at either facilitating commercial transactions or providing commercial software as a service (SaaS). +- In addition, GitHub does not allow GitHub Pages to be used for certain purposes or activities. + +#### GitHub Pages Site Usage Limits + +- GitHub Pages source repositories have a recommended limit of 1GB. +- Published GitHub Pages sites may be no larger than 1 GB. +- GitHub Pages sites have a soft bandwidth limit of 100GB per month. +- GitHub Pages sites have a soft limit of 10 builds per hour. + +#### Prohibited uses of GitHub Pages + +- Content or activity that is illegal or otherwise prohibited by our Terms of Service, Acceptable Use Policies or Community Guidelines. +- Violent or threatening content or activity. +- Excessive automated bulk activity (for example, spamming). +- Activity that compromises GitHub users or GitHub services. +- Get-rich-quick schemes. +- Sexually obscene content. +- Content that misrepresents your identity or site purpose. + +## How to Host a Website in GitHub Pages + +1. Sign Up or Login to GitHub (if you have an account). +2. Create a repository by clicking the `+` dropdown menu and selecting `New repository`. + +![gh1-img](/others/ghpages1.webp) + +3. Type a name of your repository consisting of your-username.github.io and an optional description. + +![gh2-img](/others/ghpages2.webp) + +4. Select `Initialize this repository with a README`. + +![gh3-img](/others/ghpages3.webp) + +5. Click `Create Repository`. + +![gh4-img](/others/ghpages4.webp) + +6. After creating the repository, you will be redirected to your repository page. From there, head on to `Settings`. + +![gh5-img](/others/ghpages5.webp) + +7. Inside the settings menu, click on `Pages` and in `Source` change branch to your main branch and then hit save. + +![gh6-img](/others/ghpages6.webp) + +8. Get back to `Code` section and then upload your website files and folders by clicking `Add file` then selecting `Upload files` or drag and drop them to the repository. + +![gh7-img](/others/ghpages7.webp) + +9. GitHub will deploy your website in up to 20 minutes (usually less than a minute tho). You can see the result by visiting your-username.github.io from your browser. + +## Wrapping Up + +So that's it on how to host your website on GitHub using GitHub Pages. And then you might ask, what's next? Well, you can add more pages to your site by creating more new files. Each file will be available on your site in the same directory structure as your publishing source.\ +For example, if the publishing source for your project site is the `main` branch, and you create a new file called /about/contact-us.md on the `main` branch, the file will be available at https://your-username.github.io/about/contact-us.html.\ +You can also add a theme to customize your site's look and feel. To customize your site even more, you can use Jekyll, a static site generator with built-in support for GitHub Pages. + +## References + +1. [Wikipedia](https://en.wikipedia.org/wiki/GitHub) +2. [GitHub Pages Documentation](https://docs.github.com/en/pages/getting-started-with-github-pages) diff --git a/src/content/posts/js-pipe-compose.mdx b/src/content/posts/js-pipe-compose.mdx new file mode 100755 index 00000000..06c95fac --- /dev/null +++ b/src/content/posts/js-pipe-compose.mdx @@ -0,0 +1,168 @@ +--- +title: "Pipe and Compose in JavaScript" +date: "2023-04-02" +description: "JavaScript functional programming is good." +tags: + - "javascript" + - "web" +--- + +## Introduction + +Functional programming is a style of programming that focuses on the use of functions. It is a declarative style of programming, meaning that you write code that describes what you want to do, rather than how to do it. This is in contrast to imperative programming, which focuses on how to do something. + +See, for example, the following imperative code: + +```js +const numbers = [1, 2, 3, 4, 5]; +const doubled = []; + +for (let i = 0; i < numbers.length; i++) { + doubled.push(numbers[i] * 2); +} + +console.log(doubled); +``` + +This code is imperative because it describes how to do something. It tells the computer to loop through the array, multiply each number by 2, and push the result into a new array. This is a good way to write code, but it is not the only way. + +Now, let's look at the same code written in a functional style: + +```js +const numbers = [1, 2, 3, 4, 5]; +const doubled = numbers.map((number) => number * 2); + +console.log(doubled); +``` + +This code is functional because it describes what to do in a mathematical sense. It tells the computer to take an array of numbers, map it out, and return a new array of numbers that are each doubled. +See, this code trips out 4 lines of code. + +Okay, so getting into the `pipe` and `compose` functions. + +## What is it anyways? How does it work? + +Say you want to apply a series of functions to a value. You could do this: + +```js +function addOne(number) { + return number + 1; +} + +function double(number) { + return number * 2; +} + +function triple(number) { + return number * 3; +} + +const result = triple(double(addOne(1))); +``` + +This is fine, but it's not very flexible. What if you want to apply the different functions to a same value? You'd have to rewrite the code: + +```js +const result = addOne(triple(double(2))); +``` + +What if you want to add more functions? You'd have to rewrite the code again: + +```js +const result = addOne(triple(double(double(2)))); +``` + +This is where `pipe` and `compose` come in. They allow you to apply a series of functions to a value without having to rewrite the code. + +### Pipe + +`pipe` takes a series of functions and returns a new function. When you call the new function, it will pass the value to the first function, then pass the result to the second function, and so on. + +```js +function pipe(...fns) { + return function piped(input) { + return fns.reduce((prev, fn) => fn(prev), input); + }; +} +``` + +Let's look at an example: + +```js +function addOne(number) { + return number + 1; +} + +function double(number) { + return number * 2; +} + +function triple(number) { + return number * 3; +} + +const piped = pipe(addOne, double, triple)(1); +console.log(piped); +``` + +This code will log `12` to the console. It works by passing the value `1` to `addOne`, then passing the result to `double`, then passing the result to `triple`. + +### Compose + +`compose` is similar to `pipe`, but it works in the opposite direction. It takes a series of functions and returns a new function. When you call the new function, it will pass the value to the last function, then pass the result to the second-to-last function, and so on. + +```js +function compose(...fns) { + return function composed(input) { + return fns.reduceRight((prev, fn) => fn(prev), input); + }; +} +``` + +Let's look at an example: + +```js +function addOne(number) { + return number + 1; +} + +function double(number) { + return number * 2; +} + +function triple(number) { + return number * 3; +} + +const composed = compose(triple, double, addOne)(1); + +console.log(composed); +``` + +Both have a similar output, but the difference is that `pipe` starts with the first function and works its way to the last, while `compose` starts with the last function and works its way to the first. +If you one of those asynchronous developer who likes to use `async/await` then you can use `pipeAsync` and `composeAsync` functions. + +### Asynchronous Pipe + +```js +async function pipeAsync(...fns) { + return async function piped(input) { + return fns.reduce(async (prev, fn) => fn(await prev), input); + }; +} +``` + +### Asynchronous Compose + +```js +async function composeAsync(...fns) { + return async function composed(input) { + return fns.reduceRight(async (prev, fn) => fn(await prev), input); + }; +} +``` + +## Conclusion + +The `pipe` and `compose` functions are useful for applying a series of functions to a value. They allow you to write code that is more flexible and easier to read. +And surely it won't hurt knowing some functional programming, right? Until then! diff --git a/src/content/posts/leap-forward.mdx b/src/content/posts/leap-forward.mdx new file mode 100755 index 00000000..241dc551 --- /dev/null +++ b/src/content/posts/leap-forward.mdx @@ -0,0 +1,22 @@ +--- +title: "Leaping Forward" +date: "2022-12-06" +description: "As far as I can be." +tags: + - "life" + - "shorts" +--- + +``` +The past has passed. The present amends. The future will nurture. +Stubbornness teaches. Downfall cultivates. Loss develops. +Experience improves. Connection helps. Logic advises. +Love hates. Hate loves. Ignorance nulls. + +For where I stand is chaotic. For who I stand is eccentric. +For what I stand is intrinsic. For how I stand is pyrrhic. +Long been I asking why. Long been I wondering why. +Realized, I am. Under blankets of reality. + +In which no means something and yes means nothing. +``` diff --git a/src/content/posts/life-story.mdx b/src/content/posts/life-story.mdx new file mode 100755 index 00000000..78ac17ce --- /dev/null +++ b/src/content/posts/life-story.mdx @@ -0,0 +1,68 @@ +--- +title: "A Story" +date: "2021-05-14" +description: "A story of life and personality." +tags: + - "life" + - "story" +--- + +## Disclaimer + +> This article is not in any way related to real life events and similarities. All relations to real life events and similarities are to be considered as coincidental and shall not be brought in further talks. And Life section is meant for some stuffs I would just post without any reason whatsoever so enjoy every last bit of my mind's byproduct! And yeah, it is randomly written using random structures and forms and stuffs. + +## Abstract + +> _I just have to kill my own self again, and again, and again, until finally, I can seek freedom. A freedom where my pain is relieved and my sin is forgiven._ + +My past was and is still a dark one to see, let alone feel. The tragedies, the chaos, the destruction, they all exist in that same memories of pain and hatred, complete with vengeance and wrath. Hell marched upon my veins, corrupting them, succumbing me into the darkness. Blinded by fear and entangled in chains, I suffered trough horrid nightmares of killing my own self. Life was the worst thing I ever experienced... until now. + +## To Forget a Legacy + +### Where it all starts + +I was a kind person back then. I was enthusiastic and optimistic, and often greedy in terms of knowledge. I would like to help people whenever they need for whatever they want. Jack of all trades, I would say. As the time goes, I started developing trust issues regarding on how often I've been manipulated by anyone because of my tendency to help others. My mind started to get more twisted and deranged the more the clock ticks. This is also because the side-effects of me becoming a social stigma and being bullied at the same time. People only cared about their problems being solved rather than me as one whom they asked help to. Even worse, they talked _shit tons of fucked off lies behind my back_ if they don't get what they want. This disgusts me and put myself in a more violent state of mind. Later on, an incident happened in which I have no idea on what's going on. It revolves around me and indirectly affects me, badly. I can't tell the details on how, what, why, when, who, and where it happened but it gave me a massive worsening shift in my already worsely violent state of mind. I started to become what previously disgusts me, treating myself with the feelings of _schadenfreude_, the malicious joy. + +> _“Rumours should be juicy and gossips must be mouth-watering, since they have to uplift and make people feel better. Tittle-tattle can have a swift ripple effect and when the ball is rolling very fast, it kick-starts a flood of moral destruction. “Schadenfreude” can, then, be fully enjoyed.”_ + +- Erik Pevernagie + +People loved seeing me suffer. They loved seeing me getting beaten out. They loved it when I fall. The pain and sufferings crossed by and fills my mind in the form of hate and urges for revenge. I started to manipulate people to do my own biddings, just as they did to me and my foolishness. I started to use them as my own set of dolls in which I can throw and replace if there's one "broken". Life was "fun" back then. I loved seeing them suffer. I loved seeing them getting beaten out. I loved it when they fall. The situation was flipped into my side. The power was all mine to bare. + +> _“We are all the judges and the judged, victims of the casual malice and fantasy of others, and ready sources of fantasy and malice in our turn. And if we are sometimes accused of sins of which we are innocent, are there not also other sins of which we are guilty and of which the world knows nothing?”_ + +- Iris Murdoch + +### Where it all ends + +It's all evil and darkness until I met someone who enlightened me. She's the only person I can't actually control like anyone else. She insisted on giving me the hope that I had lost before the incident. She actually tried to fix my already-dead mind. I was trapped in a dilemma of my kind self and my demon. Fear of the side-effects on what I've done started to haunt me. Slowly but surely, I started to think on a different point of view. I started thinking that life is actually not that bad. I started to learn all my sins, despising it greatly. I started to see the light which I left before. It was not that bad. + +> _“It is unwise, and potentially dangerous, to enjoy the misfortunes of others.”_ + +- Wayne Gerard Trotman + +### Where it goes to + +I now see the world and life in general with a more positive view. I retain back my old self and somehow still keep my demon just in case something goes south. She, the ones that gave me hope, now is the person whom I love and care the most. I stopped manipulating people for my own self and started to become more mature and self-sustaining. In other side, I learn that people actually are different each other and is a mistake to generalize it. I took another chance for my salvation and now keep moving to the future. + +> _“... but I have learned that bad things happen to you in an instant. For anything good to happen it takes a lot of time.”_ + +- Alok Karkera + +## Wrapping Up + +### Moral + +- Be a good person, not a too good person. +- Don't bully people, really. +- Don't manipulate people, just please. If you still want to do it, at least do it properly. +- Keep your evil in the same side as yourself. You might need it sometime. +- Honestly I don't even know why I write this. + +### References + +1. Isles of Mambo and other stories - Alok Karkera +2. Words of Wisdom - Erik Pevernagie +3. Nuns and Soldiers - Iris Murdoch +4. Wayne Gerrard Trotman's wonderful works of art +5. My own life diff --git a/src/content/posts/linux-applist-music.mdx b/src/content/posts/linux-applist-music.mdx new file mode 100755 index 00000000..4894fe41 --- /dev/null +++ b/src/content/posts/linux-applist-music.mdx @@ -0,0 +1,110 @@ +--- +title: "Linux Music App List" +date: "2021-05-03" +description: "Collection of music apps for linux." +tags: + - "linux" + - "music" +--- + +## Abstract + +Music is a thing we always hear to. It always accompanies us when we're happy, sad, angry, or just insert anything emotional here cause it's still makes sense. It also accompanies us when running our beloved Linux desktops, too. Okay so I want to share some music apps that I think is nice and excellent. + +### Audacious + +![audacious-img](/linux/applist/music/audacious.webp) + +Who doesn't know of Audacious? Audacious is an open source media player that's widely popular among audiophiles. It's a no-nonsense software that stays low-resource and makes sure that even a PC with older specification doesn't feel overwhelmed while playing music. It uses around 20-25MB RAM and supports all popular audio file formats.\ +I myself personally use Audacious as my music player because of its low RAM consumption and simply does what I want from a music player. Really recommend using this. + +Ubuntu: + +```bash +sudo apt-get install audacious audacious-plugins +``` + +Arch: + +```bash +sudo pacman -Syu audacious +``` + +### cmus + +![cmus-img](/linux/applist/music/cmus.webp) + +Well, this one does a different approach and rather unique. `cmus` is a small, fast, and powerful console music player for Unix-like operating systems. As you might have observed, `cmus` is devoid of any GUI tools and is basically a command-line media player. I used it for a while tho sometimes in the past and I'm quite satisfied with it. + +Ubuntu: + +```bash +sudo apt-get install cmus +``` + +Arch: + +```bash +sudo pacman -Syu cmus +``` + +### Museeks + +![museeks-img](/linux/applist/music/museeks.webp) + +Museeks is another cross-platform simple and clean audio player that is lean on advanced features but still provides the simplicity in playing your music and creating playlists. This is by far the simplest of all the audio players in terms of features and functionality. Not quite in an idea to use it tho since it's an Electron app but its sleek and simple UI does make it one of the most recommended music player I would list. + +Ubuntu: + +```bash +wget https://github.com/martpie/museeks/releases/download/0.11.5/museeks-amd64.deb +sudo apt update && sudo apt install ./museeks-amd64.deb +``` + +Arch (AUR): + +```bash +yay -Syu museeks-bin +``` + +### Musique + +![musique-img](/linux/applist/music/musique.webp) + +Musique is a music player built for speed, simplicity and style. It is written in C++ using the Qt framework. What I really like about this music player is that `(1.)` it uses Qt and `(2.)` it fetches your music album art and lyrics which is really useful. But I do get a long first start up tho since it checks the Music folder I use. Still highly recommend tho. + +Ubuntu: + +```bash +sudo apt-get install musique +``` + +Arch (AUR): + +```bash +yay -Syu musique-bin +``` + +### QMMP + +![qmmp-img](/linux/applist/music/qmmp.webp) + +This music player reminds me of my old days using Winamp. The interface is so similar to Winamp. It is written in C++ using the Qt widget toolkit for the user interface. It is the only audio player not featuring a database that uses the Qt library. It is themeable and low on resource usage. Pretty neat, ain't it? A little fun fact for you all that by supporting Winamp (Classic) skin files, QMMP can easily be configured to look exactly the same as Winamp 2.x. + +Ubuntu: + +```bash +sudo add-apt-repository ppa:forkotov02/ppa +sudo apt-get update +sudo apt-get install qmmp qmmp-plugin-pack +``` + +Arch: + +```bash +sudo pacman -Syu qmmp +``` + +## Wrapping Up + +This page might get more apps to get into and be covered. But there you have it for now. As always, thank you for your attention. Have a nice music experience! diff --git a/src/content/posts/linux-arch-phpmyadmin.mdx b/src/content/posts/linux-arch-phpmyadmin.mdx new file mode 100755 index 00000000..04bf2a76 --- /dev/null +++ b/src/content/posts/linux-arch-phpmyadmin.mdx @@ -0,0 +1,193 @@ +--- +title: "Arch Apache, MySQL, and PMA Manual Setup" +date: "2021-09-25" +description: "Setup Apache, MySQL, and phpMyAdmin manually on Arch." +tags: + - "arch" + - "linux" + - "mysql" + - "php" +--- + +## Abstract + +This is just a tutorial on how to do a LAMP stack manually on Arch Linux. Without further talks, let's cut into this. + +## Setting Up + +Install the required packages: + +```bash +sudo pacman -S php php-apache phpmyadmin apache mariadb +``` + +> Note: You can find old versions of PHP in AUR + +### Configuring MariaDB + +MariaDB is a reliable, high performance and full-featured database server which aims to be an 'always Free, backward compatible, drop-in' replacement of MySQL. Since 2013 MariaDB is Arch Linux's default implementation of MySQL. + +1. To start configuring, run this command: + +```bash +sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql +``` + +2. Then enable and start `mariadb.service` by issuing this command: + +```bash +sudo systemctl enable --now mariadb.service +``` + +3. Log in as root user on the MySQL server by using the following command: + +```bash +sudo mysql -u root -p +``` + +> Note: Default root user has no password. Press enter to continue. + +4. Issue the command to create a user and grant the privileges: + +```sql +MariaDB> CREATE USER 'your-name'@'localhost' IDENTIFIED BY 'your-pass'; +MariaDB> GRANT ALL PRIVILEGES ON *.* TO 'your-name'@'localhost'; +MariaDB> FLUSH PRIVILEGES; +MariaDB> quit +``` + +> Note: Change `your-name` with your desired username choices. Further informations can be referred from [Arch Wiki MariaDB page](https://wiki.archlinux.org/index.php/MariaDB). + +### Configuring PHP + +PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The main PHP configuration file is well documented and located at `/etc/php/php.ini`. In order to make PHP work with MariaDB, uncomment the following lines in `/etc/php/php.ini`: + +```php +extension=iconv +extension=pdo_mysql +extension=mysqli +``` + +> Note: the extension `iconv` is to be uncommented to avoid an error in PHP8 regarding the extension itself. Further informations can be reffered from [Arch Wiki PHP page](https://wiki.archlinux.org/index.php/PHP). + +### Configuring Apache + +The Apache HTTP Server, or Apache for short, is a very popular web server, developed by the Apache Software Foundation. Apache configuration files are located in `/etc/httpd/conf`. The main configuration file is `/etc/httpd/conf/httpd.conf`, which includes various other configuration files. The default configuration file should be fine for a simple setup. By default, it will serve the directory `/srv/http` to anyone who visits your website. You can start Apache by running `sudo systemctl enable --now httpd.service`. To configure Apache to work with PHP, we'll be using the `libphp` method: + +1. Comment the line in `/etc/httpd/conf/httpd.conf`: + +```php +#LoadModule mpm_event_module modules/mod_mpm_event.so +``` + +2. Uncomment the line: + +```php +LoadModule mpm_prefork_module modules/mod_mpm_prefork.so +``` + +> Note: The above is required, because libphp.so included with the package does not work with mod_mpm_event, but will only work mod_mpm_prefork instead. + +3. To enable PHP, add these lines to `/etc/httpd/conf/httpd.conf`: + +- Place this at the end of the `LoadModule` list: + +```php +LoadModule php_module modules/libphp.so +AddHandler php-script .php +``` + +- Place this at the end of the `Include` list: + +```php +include conf / extra / php_module . conf; +``` + +- Restart `httpd.service` by issuing `sudo systemctl restart httpd.service` command. + > Note: This method is probably the easiest, but is also the least scalable: it is suitable for a light request load. It also requires you to change the mpm module, which may cause problems with other extensions (e.g. it is not compatible with HTTP2). For further readings, refer to [Arch Wiki Apache page](https://wiki.archlinux.org/index.php/Apache_HTTP_Server). + +### Configuring phpMyAdmin + +phpMyAdmin is a free and open source administration tool for MySQL and MariaDB. As a portable web application written primarily in PHP, it has become one of the most popular MySQL administration tools, especially for web hosting services. + +1. Create the Apache configuration file in `/etc/httpd/conf/extra/phpmyadmin.conf`: + +```php +Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin" + + DirectoryIndex index.php + AllowOverride All + Options FollowSymlinks + Require all granted + +``` + +2. Include the file in `/etc/httpd/conf/httpd.conf`: + +```php +include conf / extra / phpmyadmin . conf; +``` + +3. To allow the usage of the phpMyAdmin setup script (e.g. http://localhost/phpmyadmin/setup), make sure `/usr/share/webapps/phpMyAdmin` is writable for the http user: + +```bash +sudo mkdir /usr/share/webapps/phpMyAdmin/config +sudo chown http:http /usr/share/webapps/phpMyAdmin/config +sudo chmod 750 /usr/share/webapps/phpMyAdmin/config +``` + +4. Add `blowfish_secret` passphrase (You can search a generator for one) in `/usr/share/webapps/phpMyAdmin/config.inc.php`: + +```php +$cfg["blowfish_secret"] = "your-passphrase-here"; +``` + +5. In `/usr/share/webapps/phpMyAdmin/config.inc.php`, uncomment and change them correspondingly to the ones you set in MariaDB configuration (`your-name` and `your-pass`): + +```php +/* User used to manipulate with storage */ +// $cfg['Servers'][$i]['controlhost'] = 'my-host'; +// $cfg['Servers'][$i]['controlport'] = '3306'; +$cfg["Servers"][$i]["controluser"] = "your-name"; +$cfg["Servers"][$i]["controlpass"] = "your-pass"; + +/* Storage database and tables */ +$cfg["Servers"][$i]["pmadb"] = "phpmyadmin"; +$cfg["Servers"][$i]["bookmarktable"] = "pma__bookmark"; +$cfg["Servers"][$i]["relation"] = "pma__relation"; +$cfg["Servers"][$i]["table_info"] = "pma__table_info"; +$cfg["Servers"][$i]["table_coords"] = "pma__table_coords"; +$cfg["Servers"][$i]["pdf_pages"] = "pma__pdf_pages"; +$cfg["Servers"][$i]["column_info"] = "pma__column_info"; +$cfg["Servers"][$i]["history"] = "pma__history"; +$cfg["Servers"][$i]["table_uiprefs"] = "pma__table_uiprefs"; +$cfg["Servers"][$i]["tracking"] = "pma__tracking"; +$cfg["Servers"][$i]["userconfig"] = "pma__userconfig"; +$cfg["Servers"][$i]["recent"] = "pma__recent"; +$cfg["Servers"][$i]["favorite"] = "pma__favorite"; +$cfg["Servers"][$i]["users"] = "pma__users"; +$cfg["Servers"][$i]["usergroups"] = "pma__usergroups"; +$cfg["Servers"][$i]["navigationhiding"] = "pma__navigationhiding"; +$cfg["Servers"][$i]["savedsearches"] = "pma__savedsearches"; +$cfg["Servers"][$i]["central_columns"] = "pma__central_columns"; +$cfg["Servers"][$i]["designer_settings"] = "pma__designer_settings"; +$cfg["Servers"][$i]["export_templates"] = "pma__export_templates"; +``` + +6. Execute `mysql -u root -p < /usr/share/webapps/phpMyAdmin/sql/create_tables.sql` in the command line to create the required tables. +7. Remove temporary configuration directory once configuration is done: + +```bash +sudo rm -r /usr/share/webapps/phpMyAdmin/config +``` + +8. Restart the `httpd.service` again just for additional measures. For further readings, refer to [Arch Wiki phpMyAdmin page](https://wiki.archlinux.org/index.php/PhpMyAdmin). + +## Finishing + +Open http://localhost/phpmyadmin/index.php and login to see if everything works well. + +## Sources + +1. Arch Wiki. https://wiki.archlinux.org/. +2. Wikipedia. https://en.wikipedia.org/. diff --git a/src/content/posts/music-i-made.mdx b/src/content/posts/music-i-made.mdx new file mode 100755 index 00000000..6cb5d32e --- /dev/null +++ b/src/content/posts/music-i-made.mdx @@ -0,0 +1,78 @@ +--- +title: "Music: I Made A Song" +date: "2021-11-15" +description: "Let me tell you some stuffs I made." +tags: + - "life" + - "music" +--- + +## Abstract + +Well, who doesn't like music? I do, you do, everyone else do. You can't tell that I'm wrong lmao, it's just general truth that everyone likes music (or some form of it for some reason). The thing is, I _really really really_ like music I devoted to make some myself since I'm sometimes bored hearing stuffs made from everyone. If everyone can make it, so do I, and so be it. Without further shittalks, here's my take: + +## no title + +Well, pardon me for the name since I don't know what to name it, really. This song incorporates chill vibes and catchy tones. This song is about me (yes, me, you see it) and my current state of mind. + +### Lyrics + +``` +Lost all hope on myself +I just can't keep it intact +Try to doom myself down +Oh, I feel so mad + +Give me some time to realize +Things that made me bad +Damn I wonder when +All of you come back + +Coffee on the countryside +Whatever makes me feel alright +I told myself to emphasize +There's nothing left to fantasize +I feel like I'ma blow up and +I feel like I'ma grow up then +I smile and try to simplify +That moment when we first say "Hi!" +Bumping to that empty chair +Reminiscing the interfere +When you all keep me out of there +Reminding all the smokes we share +I wish that you won't leave me there +I wish that you all asking where +I wish that I just can go tell +I wish that I just can go tell + +Lost all hope on myself +I just can't keep it intact +Try to doom myself down +Oh, I feel so mad + +Give me some time to realize +Things that made me bad +Damn I wonder when +All of you come back + +Cause I'm lonely +Oh, I'm lonely +(vocal solo) +Cause I'm lonely +Oh, I'm lonely +(vocal solo) + +ost all hope on myself +I just can't keep it intact +Try to doom myself down +Oh, I feel so mad + +Give me some time to realize +Things that made me bad +Damn I wonder when +All of you come back +``` + +## Wrapping Up + +For now, that's what I made. I will update with more soon lmao. (Actually, I have like 7 more but too lazy to like write it down here since I don't actually copy them digitally). diff --git a/src/content/posts/please-no-dribbble-shit.mdx b/src/content/posts/please-no-dribbble-shit.mdx new file mode 100755 index 00000000..372feb59 --- /dev/null +++ b/src/content/posts/please-no-dribbble-shit.mdx @@ -0,0 +1,53 @@ +--- +title: "Please No Dribbble-esque Shit" +date: "2022-12-08" +description: "This is why I dislike it." +tags: + - "rant" + - "design" +--- + +## A bit of an introduction, I guess + +Do you know Dribbble? Yeah, surely that's an awesome website. Everything you can think of happening in the design space, most often, if exists, is just there in Dribbble. You have all sorts of nightmarish amalgamation of human ego sprawled upon that website - not saying that it's all garbage there, tho, it's really an awesome website for inspiration and some couple things I have no brain cells left to say currently in this writing. + +Recently, I have caught both amazed and terrified at how UI/UX designers, especially in mobile and web development space since I'm into those kind of stuffs, design things so beautiful UI-wise, but at the same time, unnervingly _horrible_ and _unpractical_ UX-wise and DX-wise. Guess where that happens? That's right, Dribbble. In Dribbble, beautiful designs are a key to gain clout and shit. So much so, that people literally forget what UI/UX means. There are couple who understands their job there but most I see is, kid you not, something an edgy kid would create and think _"yeah, people would adore this shit when it got applied"_. + +Let's dive into it, shall we? Don't worry, it's just a 5-minute trip. + +## Okay, so, question + +Before asking some stuff, let's jump into a bit basic technical knowledge that is more basic than the knowledge itself. Take a quick look at what UI/UX stands for. UI and UX in which UI is _User_ Interface and UX is _User_ Experience. Emphasize on the word _User_ there. The entire purpose of that term itself is centered around the _User_, it _is_ what the _User_ will _look_ and _experience_. + +You, as a designer, has the responsibility to design according to the user's perspective and usage. In order to do that, there is a _thought process_. Who am I making this for? Why am I making this? How will the user use this? Which and what flow the user will expect and want to follow? Is my design usable? Is it practical? Is it overdone? Is it consistent? - The whole shebang. + +This gets a bit fussy when I see Dribbble designs cause I don't know and can't see or even grasp into what the actual _fuck_ is going on with this or that design. Like literally, how many _different interfaces_ would you want to use to fucking deal with a landing page of a mobile app? Oh, and it has different interfaces for the menu, too! And seriously, why is the menu text fucking _vertical_ and arranged in a way that triggers someone's OCD to the point of no return. Also, what is the point of those sprites? Like, okay, the DNA strand one is fair but what about the others? Honestly, stop. + +dribbble-1 +dribbble-2 + +## Usability and practicality issues + +I'm not saying that you can't make a design that is beautiful and at the same time, usable and practical. You can. But you have to think about the user's perspective and usage. You have to think about the flow of the user. You have to think about the consistency of the design. You have to think about the practicality of the design. You have to think about the usability of the design. You have to think about the accessibility of the design. You have to think about the _User_. + +All that whatevermorphism shit **do not** take any account into that. They are made to _look beautiful_, not _usable_. In real world applications, kid you not, you need to include literally every single fucking type of person available including those with impaired visions, stroke, even a fucking comatose person is on that evergrowing list. + +For example, tell me what text is in those glassy circular thing and what is the purpose of it being there? + +dribbble-3 + +And tell me, where is the word "fridge" in this shit? without needing it to be highlighted or something. + +dribbble-4 + +## Oh, the avarice of the human ego + +I don't know what to say either. It's pretty mindblowing on how such thing can happen. It feels like more and more people there craves for their ego. Like, sure, you'll get your likes and views and recognition and shit but does it really has an impact to the user you're targetting? + +Remember, UI/UX designs are meant for _user_ to consume, not your ego. If you're making a UI/UX design for your ego, then you're doing it wrong. You're doing it for the wrong reason. You're doing it for the wrong purpose. You're doing it for the wrong thing. + +## Conclusion + +Yeah, so that's a bit of my point of view and opinions. All I can say is we need better, more professional, realistically minded UI/UX designers. We need more people who understands the purpose of UI/UX design. We need more people who understands the purpose of UI/UX design in the real world. **We need more people who understands the purpose of UI/UX design in the real world and not just for the sake of their ego**. + +I hope that sums it all, I guess. To the bed, I go! diff --git a/src/content/posts/psd.mdx b/src/content/posts/psd.mdx new file mode 100755 index 00000000..dc9f3d29 --- /dev/null +++ b/src/content/posts/psd.mdx @@ -0,0 +1,44 @@ +--- +title: "PSD Is Not My Favorite File Format" +date: "2022-08-24" +description: "Old but gold." +tags: + - "psd" + - "archive" +--- + +## PSD is not my favorite file format + +Created for documentation and archive reasons. Apparently this guy doesn't like PSD: + +``` +// At this point, I'd like to take a moment to speak to you about the Adobe PSD format. +// PSD is not a good format. PSD is not even a bad format. Calling it such would be an +// insult to other bad formats, such as PCX or JPEG. No, PSD is an abysmal format. Having +// worked on this code for several weeks now, my hate for PSD has grown to a raging fire +// that burns with the fierce passion of a million suns. +// If there are two different ways of doing something, PSD will do both, in different +// places. It will then make up three more ways no sane human would think of, and do those +// too. PSD makes inconsistency an art form. Why, for instance, did it suddenly decide +// that *these* particular chunks should be aligned to four bytes, and that this alignement +// should *not* be included in the size? Other chunks in other places are either unaligned, +// or aligned with the alignment included in the size. Here, though, it is not included. +// Either one of these three behaviours would be fine. A sane format would pick one. PSD, +// of course, uses all three, and more. +// Trying to get data out of a PSD file is like trying to find something in the attic of +// your eccentric old uncle who died in a freak freshwater shark attack on his 58th +// birthday. That last detail may not be important for the purposes of the simile, but +// at this point I am spending a lot of time imagining amusing fates for the people +// responsible for this Rube Goldberg of a file format. +// Earlier, I tried to get a hold of the latest specs for the PSD file format. To do this, +// I had to apply to them for permission to apply to them to have them consider sending +// me this sacred tome. This would have involved faxing them a copy of some document or +// other, probably signed in blood. I can only imagine that they make this process so +// difficult because they are intensely ashamed of having created this abomination. I +// was naturally not gullible enough to go through with this procedure, but if I had done +// so, I would have printed out every single page of the spec, and set them all on fire. +// Were it within my power, I would gather every single copy of those specs, and launch +// them on a spaceship directly into the sun. +// +// PSD is not my favourite file format. +``` diff --git a/src/content/posts/secure-boot-arch.mdx b/src/content/posts/secure-boot-arch.mdx new file mode 100755 index 00000000..f1ed2faa --- /dev/null +++ b/src/content/posts/secure-boot-arch.mdx @@ -0,0 +1,224 @@ +--- +title: "Arch Linux Secure Boot Tutorial" +date: "2021-09-23" +description: "Configure Secure Boot on Arch Linux." +tags: + - "arch" + - "linux" +--- + +## Abstract + +Secure boot is a security standard developed by members of the PC industry to help make sure that a device boots using only software that is trusted by the Original Equipment Manufacturer (OEM). When the PC starts, the firmware checks the signature of each piece of boot software, including UEFI firmware drivers (also known as Option ROMs), EFI applications, and the operating system. If the signatures are valid, the PC boots, and the firmware gives control to the operating system. + +## Implementing Secure Boot + +### Disclaimer + +> I am not responsible for any hardware bricks. You do it on yourself, you agree to be responsible on what you do. + +### Before you do anything + +Install `efitools` package as it will be needed throughout the tutorial. You also have to install `sbsigntools` and `openssl` as it'll be needed for the tutorial. Make sure your Secure Boot is still disabled and you have done nothing to it aside from disabling it. + +#### Backup all old stuffs + +```bash +mkdir -p SB/old && cd SB +efi-readvar -v PK -o old_PK.esl +efi-readvar -v KEK -o old_KEK.esl +efi-readvar -v db -o old_db.esl +efi-readvar -v dbx -o old_dbx.esl +``` + +#### Create your own keys + +You'll find these kinds of file: _.key_, _.crt_, _.cer_, _.esl_, _.auth_ commonly throughout the tutorial.\ +As per Arch Wiki's reference: + +- `.key` : PEM format private keys for EFI binary and EFI signature list signing. +- `.crt` : PEM format certificates for `sbsign`, `sbvarsign` and `sign-efi-sig-list`. +- `.cer` : DER format certificates for firmware. +- `.esl` : Certificates in an EFI Signature List for `sbvarsign`, `efi-updatevar`, KeyTool and firmware. +- `.auth` : Certificates in an EFI Signature List with an authentication header (i.e. a signed certificate update file) for `efi-updatevar`, `sbkeysync`, KeyTool and firmware. + +First, create a GUID for owner identification: + +```bash +uuidgen --random > GUID.txt +``` + +Platform Key: + +```bash +openssl req -newkey rsa:4096 -nodes -keyout PK.key -new -x509 -sha256 -days 3650 -subj "/CN=my Platform Key/" -out PK.crt +openssl x509 -outform DER -in PK.crt -out PK.cer +cert-to-efi-sig-list -g "$(< GUID.txt)" PK.crt PK.esl +sign-efi-sig-list -g "$(< GUID.txt)" -k PK.key -c PK.crt PK PK.esl PK.auth +``` + +Sign an empty file to allow removing Platform Key when in "User Mode": + +```bash +sign-efi-sig-list -g "$(< GUID.txt)" -c PK.crt -k PK.key PK /dev/null rm_PK.auth +``` + +Key Exchange Key: + +```bash +openssl req -newkey rsa:4096 -nodes -keyout KEK.key -new -x509 -sha256 -days 3650 -subj "/CN=my Key Exchange Key/" -out KEK.crt +openssl x509 -outform DER -in KEK.crt -out KEK.cer +cert-to-efi-sig-list -g "$(< GUID.txt)" KEK.crt KEK.esl +sign-efi-sig-list -g "$(< GUID.txt)" -k PK.key -c PK.crt KEK KEK.esl KEK.auth +``` + +Signature Database Key: + +```bash +openssl req -newkey rsa:4096 -nodes -keyout db.key -new -x509 -sha256 -days 3650 -subj "/CN=my Signature Database key/" -out db.crt +openssl x509 -outform DER -in db.crt -out db.cer +cert-to-efi-sig-list -g "$(< GUID.txt)" db.crt db.esl +sign-efi-sig-list -g "$(< GUID.txt)" -k KEK.key -c KEK.crt db db.esl db.auth +``` + +#### Optional: Adding Microsoft keys + +This is useful when you're dualbooting Windows. + +Download this stuffs and copy it to the SB folder we made previously: + +- [Microsoft Windows Production PCA 2011 for Windows](https://www.microsoft.com/pkiops/certs/MicWinProPCA2011_2011-10-19.crt) +- [Microsoft Corporation UEFI CA 2011 for third-party binaries like UEFI drivers, option ROMs etc.](https://www.microsoft.com/pkiops/certs/MicCorUEFCA2011_2011-06-27.crt) + +Create EFI Signature Lists from Microsoft's DER format certificates using Microsoft's GUID (`77fa9abd-0359-4d32-bd60-28f4e78f784b`) and combine them in one file for simplicity: + +```bash +sbsiglist --owner 77fa9abd-0359-4d32-bd60-28f4e78f784b --type x509 --output MS_Win_db.esl MicWinProPCA2011_2011-10-19.crt +sbsiglist --owner 77fa9abd-0359-4d32-bd60-28f4e78f784b --type x509 --output MS_UEFI_db.esl MicCorUEFCA2011_2011-06-27.crt +cat MS_Win_db.esl MS_UEFI_db.esl > MS_db.esl +``` + +Sign a db update with your KEK. Use `sign-efi-sig-list` with option `-a` to add not replace a db certificate: + +```bash +sign-efi-sig-list -a -g 77fa9abd-0359-4d32-bd60-28f4e78f784b -k KEK.key -c KEK.crt db MS_db.esl add_MS_db.auth +``` + +#### Reinstalling GRUB + +There are some issues in Arch's GRUB currently that throws `Error : verification requested but nobody cares.` and to fix that, you need to reinstall GRUB first with `tpm` module and shim lock disabled: + +```bash +sudo grub-install --target=x86_64-efi --efi-directory=your-esp --bootloader-id=Arch --modules="tpm" --disable-shim-lock +sudo grub-mkconfig -o /boot/grub/grub.cfg +``` + +> Change your-esp to, well, your esp path. + +See [references](#references) for more info. + +#### Signing EFI binaries + +```bash +sudo sbsign --key db.key --cert db.crt --output /boot/vmlinuz-linux /boot/vmlinuz-linux # You can do others too +sudo sbsign --key db.key --cert db.crt --output /path/to/esp/Arch/grubx64.efi /path/to/esp/EFI/Arch/grubx64.efi +``` + +> Change accordingly into your esp partition path e.g mine's /boot/EFI and your EFI path. + +#### Prepare pacman hook for automatic kernel signing + +```bash +sudo mkdir -p /etc/pacman.d/hooks && sudo mkdir -p /usr/share/libalpm/scripts +sudo cp /usr/share/libalpm/hooks/90-mkinitcpio-install.hook /etc/pacman.d/hooks/ +sudo cp /usr/share/libalpm/scripts/mkinitcpio-install /usr/local/share/libalpm/scripts/ +``` + +Edit `/etc/pacman.d/hooks/90-mkinitcpio-install.hook` and replace: + +```bash +Exec = /usr/share/libalpm/scripts/mkinitcpio-install +``` + +with: + +```bash +Exec = /usr/local/share/libalpm/scripts/mkinitcpio-install +``` + +Edit `/usr/local/share/libalpm/scripts/mkinitcpio-install` and replace: + +```bash +install -Dm644 "${line}" "/boot/vmlinuz-${pkgbase}" +``` + +with: + +```bash +sbsign --key /path/to/db.key --cert /path/to/db.crt --output "/boot/vmlinuz-${pkgbase}" "${line}" +``` + +#### Put your firmware to "Setup Mode" + +Go to firmware settings and erase all certificates. This will put Secure Boot into setup mode. You can verify that by booting to the OS and run `bootctl status`. + +#### Enroll your keys + +Create the necessary folders then get in to the SB directory we created previously (since you're rebooting, duh): + +```bash +sudo mkdir -p /etc/secureboot/keys/{db,dbx,KEK,PK} +cd SB +``` + +Then copy all the `.auth` files into their respective directory: + +```bash +sudo cp PK.auth /etc/secureboot/keys/PK/ +sudo cp KEK.auth /etc/secureboot/keys/KEK/ +sudo cp db.auth /etc/secureboot/keys/db/ + +## If you're doing Windows keys +sudo cp add_MS_db.auth /etc/secureboot/keys/db/ +``` + +See what changes will `sbkeysync` shall do to your system's UEFI keystore: + +```bash +sudo sbkeysync --pk --dry-run --verbose +``` + +Before enrolling, change efivars file attributes so that no write errors are present using: + +```bash +sudo chattr -i /sys/firmware/efi/efivars/{PK,KEK,db}* +``` + +Finally, use `sbkeysync` to enroll your keys. + +```bash +sudo sbkeysync --verbose +``` + +We're not enrolling the PK yet, so in order to avoid some invalid arguments issues, use `efi-updatevar` instead: + +```bash +sudo efi-updatevar -f PK.auth PK +``` + +> If you got write errors when doing `efi-updatevar` then do `sudo chattr -i /sys/firmware/efi/efivars/{PK,KEK,db}*` once again before enrolling PK. + +After enrolling your PK, Secure Boot will enter "User Mode" again. + +### Finishing Touch + +After all the hassles, you might want to get into your firmware settings and enable Secure Boot. Try booting your Arch Linux now with Secure Boot enabled. It should be all good. + +## Verdict + +Well, no more words to say. Enjoy playing Valorant if you have Windows 11 installed! + +## References + +- https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot - Unified Extensible Firmware Interface/Secure Boot - Arch Wiki +- https://www.mail-archive.com/bug-grub@gnu.org/msg17028.html - [bug #60211] error: verification requested but nobody cares | Reported by Giancarlo Razzolini - bug-grub - The Mail Archive diff --git a/src/content/posts/self-healing-rant.mdx b/src/content/posts/self-healing-rant.mdx new file mode 100755 index 00000000..82acf6a0 --- /dev/null +++ b/src/content/posts/self-healing-rant.mdx @@ -0,0 +1,16 @@ +--- +title: "Rant: Self Healing" +date: "2021-10-12" +description: Let me rant about the current 'self healing' trend. +tags: + - life + - rant +--- + +## The Problem + +Self healing? More like narcissism. What is self healing anyways? Do you retards even understand the meaning of it? Or you just throw in some words and make it up for your stupid narcissism? What is the point of you getting on a vacation to 'self-heal' yourself while in the end you'll still be what you was? It's like applying a fucking condom to a half-cut penis with no balls. IT'S FUCKING USELESS. You're just making up and using the words 'self healing' to consolidate and embrace your fucking narcissistic nature and fucking get that views and likes and comments. You son-of-a-slut motherfuckers really don't know how life is and how it doesn't give a fuck about your realistically shit temporary condition control OF FUCKING GETTING ENGAGEMENTS IN FACEBOOK PLATFORMS. I am tired of seeing this kind of bullshit everyday either in my story feed or my post feed. I'm really fucking tired of seeing 'self healing time' captions with FUCKING NONSENSICAL COMMENTS leading to NO IMPROVEMENTS or CHANGE whatsoever. I'm fucking tired of how stupidly IGNORANT these people are to reality and their AUDACITY thinking that their IMAGINATIONS AND FUCKING RUNNING-FROM-REALITY situation even matters in real life. + +## Verdict + +Just stop, really. And fuck you if you're taking this personally. diff --git a/src/content/posts/solving-depression-and-overthinking.mdx b/src/content/posts/solving-depression-and-overthinking.mdx new file mode 100755 index 00000000..a0197380 --- /dev/null +++ b/src/content/posts/solving-depression-and-overthinking.mdx @@ -0,0 +1,68 @@ +--- +title: "Solving Depression and Overthinking" +date: "2022-10-01" +description: "It's quite a while honestly." +tags: + - "life" + - "tips" +--- + +## Abstract + +When you're young, it's easy to feel like there are only two options when it comes to facing your problems: You can either be strong or be weak. Either suck it up and move on, or wallow in self-pity and let the darkness overtake you. That's not necessarily a bad way of thinking about things—there is such a thing as strength and weakness, after all. But the thing is, somewhere along the way we forget that life is actually more complicated than that. There are so many different shades in between those two extremes—so many ways to tackle your problems from a third, fourth, fifth… you get the point. In other words: Neither being strong nor being weak is the solution to every problem in your life. Instead, there are various coping mechanisms that might help you deal with whatever challenges you're facing at any given time. So if you find yourself constantly teetering on either side of this spectrum because you don't know where else to go from here — don't worry; I gotcha! + +## Don't stigmatize being strong or being weak + +> “Only courageous hearts can endure the bitterness of truth.” + +Yeah, I've had heard so many motivational quotes like this being coined. Being strong is a great thing — don't get me wrong. But oftentimes, I make the mistake of idealizing this quality and assuming that it's necessary for everyone. And we all know that's not true. As I mentioned before, everyone is unique, and that applies to how I deal with problems in our lives. While certain people might be more comfortable bottling up their feelings and powering through whatever's bothering them, others might be more likely to let their emotions consume them. You can't judge people for being one way or the other — it's all a part of being human. And sort to speak, I pretty much liked this quote more: + +> “No one wants to believe they are weak, but we all have weakness inside us. We have strength, too, but there are times when the circumstances in our lives are so overwhelming that we easily succumb to that weakness.” + +## Let go of your expectations + +> “Live your life, sing your song. Not full of expectations. Not for the ovations. But for the joy of it.” + +We all have certain expectations for ourselves. We have expectations of how we should be and what we should be doing with our lives. We have expectations of how other people should be treating us. We have expectations of how our partners and loved ones should be handling their problems. Sometimes, these expectations might come from a good place — you want to be the best version of yourself that you can be, for example. But in other cases, expect nothing and you might just surprise yourself. And when we say expectations, we don't mean just your own. You might also have certain judgmental thoughts about the people in your life. You might be criticizing your partner for how they're dealing with their stress, or you might be judging them for the way they're handling the relationship. + +## Identify what's making you feel bad and change it + +A lot of people skip out on the “identify what's making you feel bad” part of problem solving and go straight to the part where they start trying to change things. This is problematic because it's unlikely that you'll be able to find a solution to your problems if you don't even know what they are. + +The world is not a safe or pleasant place. It can be challenging to navigate life when the things that used to make you happy no longer do or the things that used to bring you joy no longer mean anything. This is especially true at times like during puberty, when so many changes come rushing in all at once. Because of this, it's important to know what's making you feel bad and how you can change it. Here are some of the most common things that are making us feel bad, what causes them, and how we can change them: + +### You have a toxic friend relationship + +The first thing to know is that some of your feelings about friends are about you. You might feel bad because you're jealous of their good relationships or you might have some insecurity because you think they have things that you don't. Sometimes, we feel bad because we don't know how to be friends with people. If you've noticed that some of your friends are making you feel bad, take a moment to reflect on why that is. You might be able to figure out a way to approach it differently. As you figure out what your feelings mean, you might also want to consider if you're treating your friends badly too. Sometimes, we treat others badly because we feel bad about ourselves. If you can figure this out, you might be able to change how you feel and how you treat your friends. + +#### The "world is bad" mindset + +If the world is bad for you, it might be time to re-evaluate your values. Often, people feel bad about the way the world is because they have a specific value that the world is missing. If you're feeling bad about the world because it's not the way you think it should be, try to figure out what your values are and whether or not the world is missing them. It's possible that the world has other values that make it a better place. If you're not sure what you want in the world or how to get it, you might want to look into other ways of contributing to society. Part of feeling bad is that you're not sure what you want to do with your life and what you can do with your time. + +### Thinking that you being treated badly is wrong + +The second thing to know is that some of your feelings about people are about you. You might feel bad because you think that people don't like you or you might have some insecurity about what people think about you. This is a common one for people who are trying to change as well as those who don't have time to change. If you're feeling bad about other people treating you badly, try to figure out what is scaring you about it. Often, what people are doing is confusing you with somebody else. You might be upset because you think you're the same person that they're treating badly. If this is the case, you can try to work out what you really think about yourself. You can also ask yourself if people really do like you. If they do, you might be able to take this a step further and ask yourself why it scares you so much. + +### Nostalgia + +The third thing to know is that some of your feelings about work or school come from you. You might feel bad because you're not enjoying the work or you might be worried that you're not good at it. This is another one where it's important to figure out what's scaring you and why you might feel bad. Often, it's just a feeling of pressure. Work can be scary because, with it comes the pressure to make it in a way that you don't necessarily want to be. You can try to figure out what would bring you happiness with this work but without the pressure. You can also ask yourself if you enjoy the work that you're doing. There's nothing wrong with that and if you enjoy it, you can ask if you can find a way to do it that brings you joy without the pressure. + +### Literally not knowing what to do + +The last thing to know is that some of your feelings about time come from you and some come from the world. You might feel bad because you don't know what to do with your time or you might feel like you're running out of time and have to skip over things that used to matter to you. Some people feel bad about the fact that they don't have enough time with their loved ones and with their goals. If you don't know what to do with your time and you're feeling bad about it, you can try to figure out what you want to do with your free time. You can also try to figure out what you should be doing with your time. You can also try to figure out if you need to be doing something else with your time. There are always other things that you can do with your time that don't take away from your goals. + +## Get help from the people around you (and know when to ask for more) + +We all want to be the heroes of our own stories. We want to be the ones who solve our own problems and change our lives for the better. We want to be the ones who rise above our challenges, slay our dragons, and emerge victorious. But the thing is, you can't be all of those things by yourself. No single person can handle everything on their own — not even the strongest individual on the planet. And that's perfectly fine! We want you to know that asking for help is not a sign of weakness. It's not a sign that you're failing at life. It's a sign that you're human. And remember: Sometimes asking for help means more than just talking to a friend or loved one. Sometimes it means seeking professional help. That's not a sign of weakness, either. It's just a sign that you want to be able to tackle your problems from more angles and get better results. + +## Take some me time and self appreciation + +I've talked about how you shouldn't expect nothing from yourself and how it's okay to ask for help sometimes. But sometimes, you just need to step away from everything. Sometimes, you just need to take time for yourself. You can't solve all your problems in one day. You can't solve all your problems in one week. You can't solve all your problems in one month. Sometimes, you just have to take a step back and let the stress of everything else in your life settle down so that it doesn't overwhelm you. There's no shame in needing time to yourself. In fact, it can be a really healthy thing to do. + +## Conclusion + +We all go through tough times in our lives, and some feelings that we experience during these times may seem to be too big to handle. These feelings, however, can be easily changed with the help of the right people. Friends are important to have in your life, and they can make a big difference in your life. You should try to make friends who are nice to you and who accept you as you are. It is important to maintain a good relationship with your friends. This means that you should not talk badly about your friends or talk badly about people in general. You should also try to go out with your friends whenever possible. In addition to maintaining a good relationship with your friends, it is also important to maintain a good relationship with yourself. You should try to make time for yourself so that you can relax and enjoy yourself. You should also try to make time for fun activities that you enjoy doing. When you are feeling bad about something, it is important to remember that some of these feelings are probably coming from within yourself. This means that you should not try to change the world or try to change what other people do. Instead, you should try to make small changes to how you act and how you treat other people. + +> "Change is painful. But change is inevitable." + +I know that solving problems can feel like a daunting task sometimes, especially when you're feeling low or like you're not getting anywhere with your struggles. But the thing is, problems weren't created to be impossible to overcome. They were created so that we could learn from them and become better people for it. Yes, it can be hard to see past the struggles you're going through right now, but try to keep that in mind — because I promise that things will get better if you keep at them. And remember: There are many ways to solve your problems, and you can use all of them at once. diff --git a/src/content/posts/ssr-page-transitions-with-turbo-and-turn.mdx b/src/content/posts/ssr-page-transitions-with-turbo-and-turn.mdx new file mode 100755 index 00000000..51b8c346 --- /dev/null +++ b/src/content/posts/ssr-page-transitions-with-turbo-and-turn.mdx @@ -0,0 +1,141 @@ +--- +title: "Page Transition in Astro using Turbo and Turn" +date: "2023-04-08" +description: "Neat SSR page transitions. Not even kidding." +tags: + - "javascript" + - "astro" +--- + +## Introduction + +So, yesterday I wrote about [how to turbocharge your Astro site with Turbo](/posts/turbocharge-astro). It is a really +good way to get that sweet SPA-like experience without the need for a full-blown SPA. But, it is missing one thing: page transitions. + +So, in this post, we will be adding page transitions to our Astro site using [Turbo](https://turbo.hotwired.dev/) and [Turn](https://github.com/domchristie/turn) +by [domchristie](https://github.com/domchristie). + +## What is Turn? + +Turn is a library that allows you to add page transitions to your Turbo Drive powered site. It is a really simple library that +works by the old school way of adding a class to the root element and then using CSS to animate the transition, sprinkled with +some JavaScript to listen to some events and add/remove classes during the navigation lifecycle. + +## Setting up Turn + +Before going any further, make sure you have followed the instructions in the [previous post](/posts/turbocharge-astro) to set up +Turbo in your Astro site and (optional) have a basic understanding of how it works (optional cause I also can't bother to understand). + +First, we need to install Turn: + +```bash +pnpm add @domchristie/turn +``` + +Then, all we really need to do is to call the `Turn.start()` function in the `router.js` file (see the previous post for context): + +```js +import Turn from "@domchristie/turn"; +import * as Turbo from "@hotwired/turbo"; + +Turbo.start(); +Turn.start(); +``` + +That's it! Now, we can start adding some transitions. + +## Choosing what to animate + +Animating the entire HTML document is not really a good idea and animating something that really isn't changing (much) is not a +good idea either. So, we need to choose what to animate. In this case, we will be animating the `main` element. This is the +element that contains the content of the page, at least in this site. To let Turn know that we want to animate the `main` +element, we need to add a `data-turn-enter` and `data-turn-exit` attribute to it: + +```astro + +
+ +
+ +``` + +## Adding the transitions + +Now that we have chosen what to animate, we need to add the transitions. This is done by adding some relevant CSS code to actually +animate the element. In this case, I'll just copy the CSS from my website (which is also using Turn): + +```css +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} + +@keyframes fade-out { + from { + opacity: 1; + } + to { + opacity: 0; + } +} + +@keyframes slide-up-out { + from { + transform: translateY(0); + } + to { + transform: translateY(-20%); + } +} + +@keyframes slide-down-in { + 0% { + transform: translateY(-20%); + } + 100% { + transform: translateY(0); + } +} + +html.turn-advance.turn-exit [data-turn-exit] { + animation-name: fade-out, slide-up-out; + animation-duration: 0.3s; + animation-fill-mode: forwards; +} + +html.turn-advance.turn-enter [data-turn-enter] { + animation-name: fade-in, slide-down-in; + animation-duration: 0.6s; + animation-fill-mode: forwards; +} + +html.turn-before-exit [data-turn-exit], +html.turn-exit [data-turn-exit] { + will-change: transform, opacity; +} +``` + +Sure, you can get creative and add your own transitions, but I'm not going to go into that in this post. +Oh, and if you're too lazy to implement your own CSS, you can just import it from Turn. Just import the CSS file from the +Turn package and add it to your root layout (or wherever you want to add it since you might scope Turbo out or something): + +```astro +--- +import "@domchristie/turn/dist/turn.css"; +--- +``` + +Uh huh, that's it honestly. Now, you have page transitions in your Astro site. Pretty neat, huh? + +## Conclusion + +That's it for this post. I hope you enjoyed it and learned something new. If you have any questions, feel free to ask them +in the comments. See you next time! diff --git a/src/content/posts/tailwind-first-impression.mdx b/src/content/posts/tailwind-first-impression.mdx new file mode 100755 index 00000000..fbba945f --- /dev/null +++ b/src/content/posts/tailwind-first-impression.mdx @@ -0,0 +1,42 @@ +--- +title: "First Impressions on TailwindCSS" +date: "2022-03-16" +description: "I'm apparently mindboggled." +tags: + - "tailwind" + - "css" +--- + +## Abstract + +So, about one or two weeks ago, I [redesigned my entire website](https://github.com/irvanmalik48/blog/commit/1559253fb4970a5de36d8bbc526712bc2cf544bf) with [Tailwind CSS](https://tailwindcss.com/). It is a CSS framework that, instead of handing you bunch of components, is packed with utility classes to help you build your desired interface stylings faster and easier. Since I have used it for more than a week now (literally all over the website), I want to give some first impressions for it so here we go. + +## First Impressions + +1. Creating stuffs from scratch hasn't been more fun and easier. + +With Tailwind, I am obliged to forge my own stylings, looks, and overall feels of my website. Thankfully, it's a blessing. It's really easy to make components with Tailwind. I can actually create and style every layout I am currently thinking without even missing a thought (actually, having the skill to visualize your styling and knowing which attributes matters are powerful enough). + +2. Very fast and good development experience. + +This point synchronizes with the first point. The more synchronized my mind and my hands, the better experience I get, the faster I work on things. Tailwind simply nailed on that. I made the entire layout in 2 days (2 hours each day) and that's really frickin' fast than me doing Bootstrap and needing to get into the documentations to fix some problems and relying on the raped Bootstrap main SCSS imports file (MDBootstrap actually). This is basically a godly upheaval, my ascent to the holy realm of CSS. + +> Do note that you actually need some big brain mindpower to be able to visualize stuffs and implement it in real life. + +3. Intuitiveness galore. + +I can predict what produces what in Tailwind. The names are straightforward. So far my only problem with Tailwind utility class names originates from the `hidden` and `visible` classes (you can also count `invisible` to the mix, a bit confused now?). They're a bit of a pickle to be dealt with but meh, the goodness outweighs the bad stuffs. + +4. Purge all the unused classes like a chad. + +I can finally say _begone, thot!_ to the manual way of selecting imported SCSS Bootstrap files and casually avoiding deleting useful stuffs. Tailwind provides me with a superpower ability I usually call **purging the hell out of the production-ready CSS file**. It is very very very very very very very useful at reducing the output production-ready CSS file. It also doesn't come with JS script dependency for it to run so yeah, it's really good. + +5. Nicely done breakpoint sizes and defaults + +Tailwind breakpoint sizes are just... magnificent. Yeah, I'm out of word to describe this so just add something here if you want to. + +> Actually, you can send me a pull request to add something in this post. + +## Verdict + +I am very happy that I ever meet Tailwind and ever took a time to learn it. It is a worthwhile and highly useful experience but that doesn't stop right there. I will still keep learning and improve my skills. I'm still pretty much dumb about anything. There's so much to learn, so much to achieve, so much to improve, so much to fix. And that's not a bad thing at all because I got time to kill my time (damn). Yeah, and thanks for reading this post. Until then, folks! diff --git a/src/content/posts/turbocharge-astro.mdx b/src/content/posts/turbocharge-astro.mdx new file mode 100755 index 00000000..add67671 --- /dev/null +++ b/src/content/posts/turbocharge-astro.mdx @@ -0,0 +1,88 @@ +--- +title: "Turbocharge Your Astro Site with Turbo" +date: "2023-04-07" +description: "Your Astro site is fast, but it can be faster." +tags: + - "javascript" + - "astro" +--- + +import YouTube from "../../components/astro/YouTube.astro"; + +## Introduction + +Yeah, I know, I know. I'm a bit late to the party. But since I've used Astro now, there's nothing wrong with me +sharing some of my experiences with it. I've been using Astro for a few months now, and I've been loving it. It's +a great tool for building a SSR site (or even static ones, to be fair), and it's super fast. But I've been wondering +if it could be even faster. + +## What is Hotwire's Turbo? + +So, what is Turbo? Turbo is a set of tools that bundles several techniques for creating fast, modern, +progressively enhanced web applications without using much JavaScript. It offers a simpler alternative to the prevailing +client-side frameworks which put all the logic in the front-end and confine the server side of your app to being little +more than a JSON API. (Source: [Hotwire's Turbo Handbook](https://turbo.hotwired.dev/handbook/introduction)) + +It uses Hotwire, short for HTML-over-the-wire, it's (not really) a new method of doing web development. But whatever +kicks my bucket, I guess. You can watch this video to get a better idea of what Hotwire is: + + + +## Enough talk, let's get to the point + +So, how can we use Turbo with Astro? Well, it's actually pretty simple. But first, let's install the package first. + +The package name is `@hotwired/turbo`. I'm using `pnpm` in this post but you can use `npm` or `yarn` if you want. + +```bash +pnpm add @hotwired/turbo +``` + +Now, let's make a script that will load the Turbo library. I'm going to make a `scripts` folder in the root of my +project, and then make a `router.js` file in it. This is what it looks like: + +```js +import * as Turbo from "@hotwired/turbo"; + +Turbo.start(); +``` + +Now, let's import this script in our root layout file. Well, just put it in the head tag. Here's what it looks like in my root layout file: + +```astro +--- +import Footer from "../components/solidjs/Footer"; +import NavRail from "../components/solidjs/NavRail"; +import "../styles/globals.css"; + +const { title, description } = Astro.props; +const { pathname } = Astro.url; +const canonicalURL = new URL(Astro.url.pathname, Astro.site); +--- + + + + + + + + + + +``` + +And yeah, that's it. Enjoy your SPA-like experience with Astro. I'm not going to go into detail about how to use Turbo +in probably some more advanced ways (yes, it does have some interesting features like Turbo Frames and Turbo Streams), +but you can check out the [Turbo Handbook](https://turbo.hotwired.dev/handbook/introduction) to learn more about it. + +## So, what's the catch? + +Well, I don't think there's a catch. So, yeah, that's it. I hope you enjoyed this post. If you have any questions, +feel free to ask them in the comments below. + +## Resources + +- [Turbo Handbook](https://turbo.hotwired.dev/handbook/introduction) +- [Turbo on GitHub](https://github.com/hotwired/turbo) diff --git a/src/content/posts/userbot-install.mdx b/src/content/posts/userbot-install.mdx new file mode 100755 index 00000000..721f1e9f --- /dev/null +++ b/src/content/posts/userbot-install.mdx @@ -0,0 +1,128 @@ +--- +title: "How to Deploy a Telegram Userbot" +date: "2021-09-26" +description: "Deploy your own userbot with Heroku or locally." +tags: + - "telegram" + - "userbot" +--- + +## Introduction + +A Telegram userbot is basically something that can help you manage stuffs here and there in Telegram such as groups etc. How it works is that you type the command, for example `.time`, then you send it anywhere in Telegram, the userbot will detect the command and edit your message to show you the output of current time in your local timezone in that message. Take some note that some commands do require specific conditions to be met in order to work properly. An userbot is not like usual Telegram bots which have their dedicated username on it but it acts as a session of your own account. An userbot is safe to use providing you don't use something that Telegram is probably having some sense of dislike to such as `.spam`. Heroku gives you 550 hours of free monthly usage as well as 450 more if you add your credit card as your billing info. Don't worry as it's completely free and you would not have to pay any cents at all. + +> Update: This post now includes how to deploy it locally. So cheers! + +## Setting Up + +1. API Hash and API ID. + + - Login to [my.telegram.org](https://my.telegram.org) with your Telegram account. + - Go to **API Development Tools**, fill out the form for creating an app. You'll get the required API Hash and API ID there. + > Note: Nothing really matters, fill in anything that you want. + +2. Generate a session string. + + - Go to [here](http://sessiongen.irvanmalik48.repl.run/) and click on run button on top. + - Enter the API Hash and API ID you've got from the previous step. + - Enter your phone number with country code (example: +62896xxxxxxxx). + - Follow further instructions then check your **Saved Messages** in Telegram, there will be your session string. + > Note: Don't share your session string to anyone, anywhere, anytime. Imagine a key to your house, then imagine if it's in someone's hand. + +3. Get BOTLOG_CHATID (Optional but recommended). + + - Create a group with you and add @MissRose_bot to your group. + - Type `/id` and send it to the group. Rose will give you the group chat ID. + > Note: Don't leave out the - in there. It is essential. + +4. Get Heroku API key (if you use Heroku). + + - Make a Heroku account [here](https://signup.heroku.com). + - Head [here](https://dashboard.heroku.com/account) and get your Heroku API key. + > Note: Heroku gives you free 550 hours of usage. Enter in your billing info to receive another free 450 hours. + +## Deploying + +The next step is to deploy it. There are 2 ways of deploying it: + +### Heroku way + +1. Head to WeebProject's Github repo [here](https://github.com/BianSepang/WeebProject) or [use this link](https://heroku.com/deploy?template=https://github.com/BianSepang/WeebProject/tree/master) to directly deploy it to Heroku. +2. Fill your app name and choose which region is closest to your location. +3. Fill in the form with everything you got from previous section. Also read through the options of configuration and add/change them according to your own needs. + > Note: You can change the values anytime you want later on. +4. Leave the logging options as they are (It's enabled by default). +5. Click on **Deploy App** option at the bottom of the page. +6. Click on the **View** button once it's successfully deployed. +7. Navigate to the **Resources** tab, click the pencil icon, and turn the worker on if it's not enabled yet. +8. Click on **More** button on the top right, and then click on **View logs**. +9. If it prints `Congratulations, the bot is up and running! Send .help in any chat for more info.` or something similar, then everything's good. + > You can send `.help` in any chat for more info. If you want info on specific module, send `.help` followed by the name of module listed in the `.help` section you've opened before. + +### Deploy Locally + +> Note: You'll need to run Linux to do this and have installed `docker` and `docker-compose` and also enabled the `docker.service` (if you don't know how to enable it then here's a quick command: `sudo systemctl enable --now docker`). Windows user better get their WSL ready. + +1. Clone the repository using git and use it as our working directory. + +```bash +git clone https://github.com/BianSepang/WeebProject .userbot +cd .userbot +``` + +2. Copy `sample_config.env` and paste it as `config.env` there. + +```bash +cp sample_config.env config.env +``` + +3. Edit `config.env` using your favorite text editor and add the required values. Set `DATABASE_URL` to `postgresql://USERNAME:PASSWORD@db:5432/weebproject` where USERNAME is your preferred username and PASSWORD is your preferred password. + +4. After you done, edit `docker-compose.yml` using your favorite editor and change USERNAME and PASSWORD matching what you set before. + +5. Run it using `docker-compose`. + +```bash +sudo docker-compose up +``` + +#### Systemd Service (Optional) + +You can do a systemd service to autostart the userbot everytime you boot. + +```bash +[Unit] +Description=Userbot +Requires=docker.service +After=docker.service + +[Service] +WorkingDirectory=/home/(your-linux-username)/.userbot/ +ExecStart=docker-compose up +ExecStop=docker-compose down +TimeoutStartSec=0 +Restart=on-failure + +[Install] +WantedBy=multi-user.target +``` + +Save it at `/etc/systemd/system/userbot.service` and change the `WorkingDirectory` value accordingly. Enable and start it using: + +```bash +sudo systemctl enable --now userbot +``` + +## Updates + +Send `.update` in any chat. If there's any, send `.update deploy` to update the userbot. + +## Wrapping up + +There you go! That's all you need to deploy a userbot. As always, thank you for following this guide. + +## References + +- https://github.com/BianSepang/WeebProject - Weebproject - BianSepang +- https://kenharris.xyz/userbot.html - Setting up a Telegram userbot - KenHV +- https://nru.my.id/post/cara-pasang-userbot-telegram-dengen-docker/ - Cara Pasang Userbot Telegram dengan Docker - んる diff --git a/src/content/posts/why-i-change-frameworks.mdx b/src/content/posts/why-i-change-frameworks.mdx new file mode 100755 index 00000000..37b6ea40 --- /dev/null +++ b/src/content/posts/why-i-change-frameworks.mdx @@ -0,0 +1,71 @@ +--- +title: "Why I Constantly Change My Blog Framework" +date: "2022-11-04" +description: "Yeah, short answer is I'm bored. Here's the long one." +tags: + - "web" + - "code" + - "javascript" +--- + +## Abstract + +So, most of the times, I'm happy with the current framework my blog is using. It's kind of a burden to change to a new one if the old one is good enough. That's usually my spirit when it comes to online blogging. A bit niche but well, it works. Until, yeah you guess it, a shiny new framework come and ruin my perception on everything. So let's just get it straight. Here's a couple of reasons on why I change my blog frameworks in lightning speed whenever something new and shiny comes out. + +## Shiny things looks shiny + +> Oh yeah, sure, throw me your reasoning. + +Have you ever seen this web framework? + +![Fresh](/others/bfw-1.webp) + +or this framework + +![Qwik](/others/bfw-2.webp) + +Okay, now here's one thing in common with both. They have shiny ~unrelated kinks~ **new features** available right out the box. First off, TypeScript is a first class citizen there. That means fully typed framework and that only means one thing: **subtle code autocompletion**. + +Okay, let's discuss another shiny stuffs. Those frameworks have concepts on their own, with fresh embracing the island architecture and Qwik with their resumability. Each offered a new way for me to discover and learn from web development perspective. I tend to "yeah this is cool, I'll try it" over them and learn along the way. + +## I'm bored, literally + +> This one seems kind of reasonable. + +Yeah, using the same thing over and over again for long period of time is kind of boring, to say the least. I'm someone who wants to break the flow whenever there's a chance. Changing courses is a no brainer for me. I like to try out new things and implement it in production (side projects only) just to know what results I can achieve and **kill this disease I have called boredom**. + +Every people has their own ways of killing boredom but this is what I use to do it. It's kind of fun to me to watch and participate in changes on new web technologies or programming and coding development and evolution. It sparks the disignited curiosity deep inside me. + +## I'm out of anime to watch + +> Wait, what? What the actual f\*\*\* are you saying? + +Uh, huh. Anime is a factor here. I'm not going to discuss much of it but yeah, anime plays an important role to whether I will change my blog's web framework or not. Simply put, if there's no interesting new anime or a suggested anime that I can watch, odds are I get bored. The more I get bored, the higher the chance I will lurk on Google to find new web technologies and subsequently, a shiny new ~probably unfit for production~ JavaScript or web framework. + +## I have too much free time + +> What? Isn't this a bliss instead? Don't you like it? + +Don't get me wrong. I like it when I have so much time to spare. But there are cases where I have too much of it to spare I have risks of being counterproductive and lazy. Procrastinating isn't a new thing for me. But too much procrastination, I'll leave everything important and laziness controls my mind. That's a big no and a huge antipattern. As a developer, I need to learn and discover more things during this free time to further upgrade my knowledge and increase my skills. + +## Inactivity on Telegram for long period of time + +> Really? Telegram? + +You might find this one as ridiculous if not more ridiculous than the first 3 reasons but yeah, it do be like that all the time. Telegram is the second main source of my killing boredom list. Since this is internet, I like throwing off some joke and trolling some people in Telegram just for the fun of it. Of course I pick where I do it. But nevertheless, if this one particular reason is on the list, then I would probably throw the feat. + +Here's one example on why I like Telegram group chats so much: + +![ender is a bulgarian](/others/bfw-3.webp) + +If you don't know what Telegram is yet then go search it in Google or [insert whatever search engine you use]. Yeah, pardon me for the bad image(s). This is not a serious post at all with all due respect. + +## Why not? + +> But why? + +And lastly, _why not?_ I'm not losing anything aside from some couple hundred MBs of storage thanks to the `node_modules` file piling up in my project directory. + +## Epilogue + +Yeah, you've reached the end of this post. Thank you for wasting your time to read this post I've made. And thank you for coming to this blog. Anyways, have a nice time and don't forget to stay productive! diff --git a/src/content/posts/why-mdx-is-cool.mdx b/src/content/posts/why-mdx-is-cool.mdx new file mode 100755 index 00000000..156ff6e8 --- /dev/null +++ b/src/content/posts/why-mdx-is-cool.mdx @@ -0,0 +1,177 @@ +--- +title: "Why MDX Is Cool: A Review" +date: "2023-03-29" +description: "I like muh MDX much." +tags: + - "life" + - "shorts" +--- + +import CounterComponent from "../../components/solidjs/CounterDemo"; +import ToDoList from "../../components/solidjs/ToDoList"; + +## Introduction + +So, I've been using MDX for a while now, and I've been meaning to write a review on it. So let's not waste time and get +right into it. + +## What is MDX? + +MDX (short for Markdown + JSX) is a markup language that combines the simplicity of Markdown with the power of JSX, +which is a syntax extension for JavaScript. MDX is used in web development to write content that includes interactive +components, such as charts or forms, alongside regular text content. + +MDX allows developers to write components in JavaScript and use them within the Markdown syntax. This makes it easy to +create dynamic and interactive content, without having to switch between different languages or tools. MDX can be used +with a variety of front-end frameworks, including React, Vue, and Angular. + +MDX is particularly useful for creating documentation, tutorials, or blog posts that require a mix of text content and +interactive components. With MDX, developers can create engaging and informative content that goes beyond plain text +and images. + +## Why is MDX cool? + +Say, you're writing a blog post and you want to include a counter component that can be used to increment or +decrement a number. + +With MDX, you can write the component in JSX and then use it within the Markdown syntax. This makes it easy to +create dynamic and interactive content, without having to switch between different languages or tools. + +Here's an example of a SolidJS counter component: + +```tsx +import { createSignal } from "solid-js"; + +export default function CounterDemo() { + const [count, setCount] = createSignal(0); + + return ( +
+ +

{count()}

+ +
+ ); +} +``` + +Here's how I would implement it in MDX: + +```mdx +import CounterComponent from "./CounterDemo"; + +## Counter Demo + +A simple counter component that displays an increment button and a counter. + + +``` + +As a demonstration, my website already has it implemented, here's how it looks: + + + +Not satisfied yet? Say that I want to make a todo list that can be used to add and remove items. + +I want it to use local storage to save the list, so that it can be used in multiple sessions as long +as you don't clear your browser's local storage. + +I also want it to be able to be used in multiple pages, so I'll make it a component. + +Here's the SolidJS code: + +```tsx +import { createSignal, createEffect } from "solid-js"; + +export default function ToDoList() { + const [todos, setTodos] = createSignal([]); + + createEffect(() => { + const todos = JSON.parse(localStorage.getItem("todos") || "[]"); + setTodos(todos); + }); + + return ( +
+
+ { + if (e.key === "Enter") { + const current = e.currentTarget as HTMLInputElement; + setTodos([...todos(), current.value]); + localStorage.setItem("todos", JSON.stringify(todos())); + e.currentTarget.value = ""; + } + }} + /> + {todos().length !== 0 && ( +
+ {todos().map((todo) => ( +
+

{todo}

+ +
+ ))} +
+ )} +
+
+ ); +} +``` + +Here's how I would implement it in MDX: + +```mdx +import ToDoList from "./ToDoList"; + +## Todo List + +A simple todo list that uses local storage to save the list. + + +``` + +Here's how it looks: + + + +## Conclusion + +MDX is a powerful and versatile markup language that has gained popularity among web developers for its ability to +combine the simplicity of Markdown with the flexibility of JSX. As a language, MDX allows developers to seamlessly +integrate interactive components with text content, making it an excellent choice for creating engaging and informative +web content. + +One of the most significant advantages of MDX is its compatibility with various front-end frameworks, including React, +Vue, and Angular. This means that developers can leverage their existing skills and knowledge to create dynamic and +interactive content that enhances the user experience. + +MDX's flexibility also makes it an excellent choice for creating documentation, tutorials, or blog posts. By combining +text content with interactive components, developers can provide a richer and more engaging learning experience for +their audience. + +Overall, MDX is an excellent choice for developers who want to create dynamic and interactive content that goes beyond +plain text and images. Its flexibility and compatibility with popular front-end frameworks make it a valuable tool in +any web developer's toolkit. diff --git a/src/content/posts/why-people-hate-linux-elitism.mdx b/src/content/posts/why-people-hate-linux-elitism.mdx new file mode 100755 index 00000000..65a82bfd --- /dev/null +++ b/src/content/posts/why-people-hate-linux-elitism.mdx @@ -0,0 +1,41 @@ +--- +title: "Rant: Linux Elitism" +date: "2022-09-28" +description: "A bit of coined opinion." +tags: + - "rant" + - "linux" + - "elitism" +--- + +## Abstract + +You may not be aware of it but there is a certain level of elitism that exists among the users and developers of Linux. This attitude is prevalent among those who use and develop software specifically for the Linux operating system. + +These elitist attitudes are mostly found in discussions relating to software development and usage of Linux. These attitudes are visible even on websites like Reddit where there are multiple threads dedicated to this topic. In this article, we will explore why people hate elitism as well as its implications for the future of Linux as an operating system. + +## What is it anyways? + +Linux elitism is the attitude that Linux is inherently superior to other operating systems. This is something that most people in the software development community are guilty of. Linux elitism is driven by the ideology that open source software is inherently more secure, robust, scalable, and cost effective than proprietary software. It is common for Linux users and developers to shun non-Linux users with this argument. Linux elitism manifests itself in multiple forms. First, it's the superiority complex that many Linux users display towards Mac and Windows users. Second, it's the superiority complex that many Linux developers display towards Mac and Windows developers. And third, it's the superiority complex that many open source advocates display towards users of proprietary software. + +## Why people hate it so much? + +There are several reasons behind why people generally dislike elitism. Let's look at some of them. - No one likes to be ridiculed. People who use non-Linux operating systems may feel belittled by Linux users who treat their OS of choice as a superior one. Likewise, Mac and Windows users will also feel uncomfortable with the disparaging remarks made by Linux developers. - A certain level of elitism is common in the software development community. We have all seen the ‘software engineer' vs ‘software developer' debate. This is a classic example of elitism. - People who heavily rely on proprietary software for their day to day tasks will feel extremely uncomfortable with the comments made by open source advocates. + +## Is it justified? + +There is no doubt that open source software is more secure, robust, and cost effective in the long run than proprietary software. However, one cannot generalize a statement like this based on the user base of a single operating system. You cannot claim that something is better because only a select few are using it. There is no reason to belittle the millions of people using proprietary software. Linux may be the best operating system when compared to others in the context of open source software being used. However, it is highly unlikely that it will ever be able to compete with Mac and Windows when it comes to proprietary software. Most of the people will never be able to use open source software on their daily basis. + +## "Use what works" + +This statement has been coined for like millenia by many pragmatic minded people. It is the one true reason people can go forward with confidence and reason. Having a tried and tested battle hardened stuff is better than meddling with something unknown for the long term. In example, a reliable car is better than a car that goes fast but breaks every hour just because you try to optimize every bits of it. There's also a saying that, + +> premature optimization is root of all evil. + +And yes, it will be right. Because no one in their right mind wants that 0.0002 ms improvements over highly functional everyday things already baked for them, ready to use. It's not the matter of if it's super fast or super safe or whatnot, it's about the practicality. People tend to use things other people use quite significantly and has high following base to begin with. Not only it guarantees you better experience than said, something FLOSS but simply not-that-practical to use. + +Also, FLOSS enthusiasts can be a bit irritating when it comes to discussing freedom. I mean, what's freedom anyways when you people forces other people to use what YOU want instead of what THEY actually want. It's very infuriating to see newbies get slammed hard by using what they generally prefer. It's their choice to do so. Freedom of choice, anybody? + +## Conclusion + +Linux elitism is a serious issue that needs to be addressed. The success of an operating system depends on the user base as well as the developer community. No one will feel motivated to use an operating system if they are constantly made to feel belittled. The only way to prevent elitism from ruining Linux is to sensitize the user base and the developer community regarding the implications of elitism. There is nothing wrong in being proud of the operating system that you use and the software that you create for it. At the same time, it is important to remember not to cross the line between self-pride and elitism. From 0b55b40631e7e65ba2a06f3e1c30070a31017203 Mon Sep 17 00:00:00 2001 From: Irvan Malik Date: Tue, 11 Apr 2023 05:22:06 +0700 Subject: [PATCH 04/14] feat(env): yes Signed-off-by: Irvan Malik --- src/env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/env.d.ts b/src/env.d.ts index 92317955..22be1492 100755 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1 +1,2 @@ +/// /// From af1bec15ee36edf15b3db3df4c76bda56d9b7a3f Mon Sep 17 00:00:00 2001 From: Irvan Malik Date: Tue, 11 Apr 2023 05:22:27 +0700 Subject: [PATCH 05/14] feat(layouts): changes to way of fetching post data Signed-off-by: Irvan Malik --- src/layouts/Default.astro | 1 - src/layouts/Post.astro | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 7567e9d8..284bf446 100755 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -24,7 +24,6 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site); - - - - - - -``` - -And yeah, that's it. Enjoy your SPA-like experience with Astro. I'm not going to go into detail about how to use Turbo -in probably some more advanced ways (yes, it does have some interesting features like Turbo Frames and Turbo Streams), -but you can check out the [Turbo Handbook](https://turbo.hotwired.dev/handbook/introduction) to learn more about it. - -## So, what's the catch? - -Well, I don't think there's a catch. So, yeah, that's it. I hope you enjoyed this post. If you have any questions, -feel free to ask them in the comments below. - -## Resources - -- [Turbo Handbook](https://turbo.hotwired.dev/handbook/introduction) -- [Turbo on GitHub](https://github.com/hotwired/turbo) diff --git a/src/pages/posts/userbot-install.mdx b/src/pages/posts/userbot-install.mdx deleted file mode 100755 index 57d19f26..00000000 --- a/src/pages/posts/userbot-install.mdx +++ /dev/null @@ -1,129 +0,0 @@ ---- -title: "How to Deploy a Telegram Userbot" -date: "2021-09-26" -description: "Deploy your own userbot with Heroku or locally." -tags: - - "telegram" - - "userbot" -layout: "../../layouts/Post.astro" ---- - -## Introduction - -A Telegram userbot is basically something that can help you manage stuffs here and there in Telegram such as groups etc. How it works is that you type the command, for example `.time`, then you send it anywhere in Telegram, the userbot will detect the command and edit your message to show you the output of current time in your local timezone in that message. Take some note that some commands do require specific conditions to be met in order to work properly. An userbot is not like usual Telegram bots which have their dedicated username on it but it acts as a session of your own account. An userbot is safe to use providing you don't use something that Telegram is probably having some sense of dislike to such as `.spam`. Heroku gives you 550 hours of free monthly usage as well as 450 more if you add your credit card as your billing info. Don't worry as it's completely free and you would not have to pay any cents at all. - -> Update: This post now includes how to deploy it locally. So cheers! - -## Setting Up - -1. API Hash and API ID. - - - Login to [my.telegram.org](https://my.telegram.org) with your Telegram account. - - Go to **API Development Tools**, fill out the form for creating an app. You'll get the required API Hash and API ID there. - > Note: Nothing really matters, fill in anything that you want. - -2. Generate a session string. - - - Go to [here](http://sessiongen.irvanmalik48.repl.run/) and click on run button on top. - - Enter the API Hash and API ID you've got from the previous step. - - Enter your phone number with country code (example: +62896xxxxxxxx). - - Follow further instructions then check your **Saved Messages** in Telegram, there will be your session string. - > Note: Don't share your session string to anyone, anywhere, anytime. Imagine a key to your house, then imagine if it's in someone's hand. - -3. Get BOTLOG_CHATID (Optional but recommended). - - - Create a group with you and add @MissRose_bot to your group. - - Type `/id` and send it to the group. Rose will give you the group chat ID. - > Note: Don't leave out the - in there. It is essential. - -4. Get Heroku API key (if you use Heroku). - - - Make a Heroku account [here](https://signup.heroku.com). - - Head [here](https://dashboard.heroku.com/account) and get your Heroku API key. - > Note: Heroku gives you free 550 hours of usage. Enter in your billing info to receive another free 450 hours. - -## Deploying - -The next step is to deploy it. There are 2 ways of deploying it: - -### Heroku way - -1. Head to WeebProject's Github repo [here](https://github.com/BianSepang/WeebProject) or [use this link](https://heroku.com/deploy?template=https://github.com/BianSepang/WeebProject/tree/master) to directly deploy it to Heroku. -2. Fill your app name and choose which region is closest to your location. -3. Fill in the form with everything you got from previous section. Also read through the options of configuration and add/change them according to your own needs. - > Note: You can change the values anytime you want later on. -4. Leave the logging options as they are (It's enabled by default). -5. Click on **Deploy App** option at the bottom of the page. -6. Click on the **View** button once it's successfully deployed. -7. Navigate to the **Resources** tab, click the pencil icon, and turn the worker on if it's not enabled yet. -8. Click on **More** button on the top right, and then click on **View logs**. -9. If it prints `Congratulations, the bot is up and running! Send .help in any chat for more info.` or something similar, then everything's good. - > You can send `.help` in any chat for more info. If you want info on specific module, send `.help` followed by the name of module listed in the `.help` section you've opened before. - -### Deploy Locally - -> Note: You'll need to run Linux to do this and have installed `docker` and `docker-compose` and also enabled the `docker.service` (if you don't know how to enable it then here's a quick command: `sudo systemctl enable --now docker`). Windows user better get their WSL ready. - -1. Clone the repository using git and use it as our working directory. - -```bash -git clone https://github.com/BianSepang/WeebProject .userbot -cd .userbot -``` - -2. Copy `sample_config.env` and paste it as `config.env` there. - -```bash -cp sample_config.env config.env -``` - -3. Edit `config.env` using your favorite text editor and add the required values. Set `DATABASE_URL` to `postgresql://USERNAME:PASSWORD@db:5432/weebproject` where USERNAME is your preferred username and PASSWORD is your preferred password. - -4. After you done, edit `docker-compose.yml` using your favorite editor and change USERNAME and PASSWORD matching what you set before. - -5. Run it using `docker-compose`. - -```bash -sudo docker-compose up -``` - -#### Systemd Service (Optional) - -You can do a systemd service to autostart the userbot everytime you boot. - -```bash -[Unit] -Description=Userbot -Requires=docker.service -After=docker.service - -[Service] -WorkingDirectory=/home/(your-linux-username)/.userbot/ -ExecStart=docker-compose up -ExecStop=docker-compose down -TimeoutStartSec=0 -Restart=on-failure - -[Install] -WantedBy=multi-user.target -``` - -Save it at `/etc/systemd/system/userbot.service` and change the `WorkingDirectory` value accordingly. Enable and start it using: - -```bash -sudo systemctl enable --now userbot -``` - -## Updates - -Send `.update` in any chat. If there's any, send `.update deploy` to update the userbot. - -## Wrapping up - -There you go! That's all you need to deploy a userbot. As always, thank you for following this guide. - -## References - -- https://github.com/BianSepang/WeebProject - Weebproject - BianSepang -- https://kenharris.xyz/userbot.html - Setting up a Telegram userbot - KenHV -- https://nru.my.id/post/cara-pasang-userbot-telegram-dengen-docker/ - Cara Pasang Userbot Telegram dengan Docker - んる diff --git a/src/pages/posts/why-i-change-frameworks.mdx b/src/pages/posts/why-i-change-frameworks.mdx deleted file mode 100755 index e5efba80..00000000 --- a/src/pages/posts/why-i-change-frameworks.mdx +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: "Why I Constantly Change My Blog Framework" -date: "2022-11-04" -description: "Yeah, short answer is I'm bored. Here's the long one." -tags: - - "web" - - "code" - - "javascript" -layout: "../../layouts/Post.astro" ---- - -## Abstract - -So, most of the times, I'm happy with the current framework my blog is using. It's kind of a burden to change to a new one if the old one is good enough. That's usually my spirit when it comes to online blogging. A bit niche but well, it works. Until, yeah you guess it, a shiny new framework come and ruin my perception on everything. So let's just get it straight. Here's a couple of reasons on why I change my blog frameworks in lightning speed whenever something new and shiny comes out. - -## Shiny things looks shiny - -> Oh yeah, sure, throw me your reasoning. - -Have you ever seen this web framework? - -![Fresh](/others/bfw-1.webp) - -or this framework - -![Qwik](/others/bfw-2.webp) - -Okay, now here's one thing in common with both. They have shiny ~unrelated kinks~ **new features** available right out the box. First off, TypeScript is a first class citizen there. That means fully typed framework and that only means one thing: **subtle code autocompletion**. - -Okay, let's discuss another shiny stuffs. Those frameworks have concepts on their own, with fresh embracing the island architecture and Qwik with their resumability. Each offered a new way for me to discover and learn from web development perspective. I tend to "yeah this is cool, I'll try it" over them and learn along the way. - -## I'm bored, literally - -> This one seems kind of reasonable. - -Yeah, using the same thing over and over again for long period of time is kind of boring, to say the least. I'm someone who wants to break the flow whenever there's a chance. Changing courses is a no brainer for me. I like to try out new things and implement it in production (side projects only) just to know what results I can achieve and **kill this disease I have called boredom**. - -Every people has their own ways of killing boredom but this is what I use to do it. It's kind of fun to me to watch and participate in changes on new web technologies or programming and coding development and evolution. It sparks the disignited curiosity deep inside me. - -## I'm out of anime to watch - -> Wait, what? What the actual f\*\*\* are you saying? - -Uh, huh. Anime is a factor here. I'm not going to discuss much of it but yeah, anime plays an important role to whether I will change my blog's web framework or not. Simply put, if there's no interesting new anime or a suggested anime that I can watch, odds are I get bored. The more I get bored, the higher the chance I will lurk on Google to find new web technologies and subsequently, a shiny new ~probably unfit for production~ JavaScript or web framework. - -## I have too much free time - -> What? Isn't this a bliss instead? Don't you like it? - -Don't get me wrong. I like it when I have so much time to spare. But there are cases where I have too much of it to spare I have risks of being counterproductive and lazy. Procrastinating isn't a new thing for me. But too much procrastination, I'll leave everything important and laziness controls my mind. That's a big no and a huge antipattern. As a developer, I need to learn and discover more things during this free time to further upgrade my knowledge and increase my skills. - -## Inactivity on Telegram for long period of time - -> Really? Telegram? - -You might find this one as ridiculous if not more ridiculous than the first 3 reasons but yeah, it do be like that all the time. Telegram is the second main source of my killing boredom list. Since this is internet, I like throwing off some joke and trolling some people in Telegram just for the fun of it. Of course I pick where I do it. But nevertheless, if this one particular reason is on the list, then I would probably throw the feat. - -Here's one example on why I like Telegram group chats so much: - -![ender is a bulgarian](/others/bfw-3.webp) - -If you don't know what Telegram is yet then go search it in Google or [insert whatever search engine you use]. Yeah, pardon me for the bad image(s). This is not a serious post at all with all due respect. - -## Why not? - -> But why? - -And lastly, _why not?_ I'm not losing anything aside from some couple hundred MBs of storage thanks to the `node_modules` file piling up in my project directory. - -## Epilogue - -Yeah, you've reached the end of this post. Thank you for wasting your time to read this post I've made. And thank you for coming to this blog. Anyways, have a nice time and don't forget to stay productive! diff --git a/src/pages/posts/why-mdx-is-cool.mdx b/src/pages/posts/why-mdx-is-cool.mdx deleted file mode 100755 index 1ec0ac01..00000000 --- a/src/pages/posts/why-mdx-is-cool.mdx +++ /dev/null @@ -1,178 +0,0 @@ ---- -title: "Why MDX Is Cool: A Review" -date: "2023-03-29" -description: "I like muh MDX much." -tags: - - "life" - - "shorts" -layout: "../../layouts/Post.astro" ---- - -import CounterComponent from "../../components/solidjs/CounterDemo"; -import ToDoList from "../../components/solidjs/ToDoList"; - -## Introduction - -So, I've been using MDX for a while now, and I've been meaning to write a review on it. So let's not waste time and get -right into it. - -## What is MDX? - -MDX (short for Markdown + JSX) is a markup language that combines the simplicity of Markdown with the power of JSX, -which is a syntax extension for JavaScript. MDX is used in web development to write content that includes interactive -components, such as charts or forms, alongside regular text content. - -MDX allows developers to write components in JavaScript and use them within the Markdown syntax. This makes it easy to -create dynamic and interactive content, without having to switch between different languages or tools. MDX can be used -with a variety of front-end frameworks, including React, Vue, and Angular. - -MDX is particularly useful for creating documentation, tutorials, or blog posts that require a mix of text content and -interactive components. With MDX, developers can create engaging and informative content that goes beyond plain text -and images. - -## Why is MDX cool? - -Say, you're writing a blog post and you want to include a counter component that can be used to increment or -decrement a number. - -With MDX, you can write the component in JSX and then use it within the Markdown syntax. This makes it easy to -create dynamic and interactive content, without having to switch between different languages or tools. - -Here's an example of a SolidJS counter component: - -```tsx -import { createSignal } from "solid-js"; - -export default function CounterDemo() { - const [count, setCount] = createSignal(0); - - return ( -
- -

{count()}

- -
- ); -} -``` - -Here's how I would implement it in MDX: - -```mdx -import CounterComponent from "./CounterDemo"; - -## Counter Demo - -A simple counter component that displays an increment button and a counter. - - -``` - -As a demonstration, my website already has it implemented, here's how it looks: - - - -Not satisfied yet? Say that I want to make a todo list that can be used to add and remove items. - -I want it to use local storage to save the list, so that it can be used in multiple sessions as long -as you don't clear your browser's local storage. - -I also want it to be able to be used in multiple pages, so I'll make it a component. - -Here's the SolidJS code: - -```tsx -import { createSignal, createEffect } from "solid-js"; - -export default function ToDoList() { - const [todos, setTodos] = createSignal([]); - - createEffect(() => { - const todos = JSON.parse(localStorage.getItem("todos") || "[]"); - setTodos(todos); - }); - - return ( -
-
- { - if (e.key === "Enter") { - const current = e.currentTarget as HTMLInputElement; - setTodos([...todos(), current.value]); - localStorage.setItem("todos", JSON.stringify(todos())); - e.currentTarget.value = ""; - } - }} - /> - {todos().length !== 0 && ( -
- {todos().map((todo) => ( -
-

{todo}

- -
- ))} -
- )} -
-
- ); -} -``` - -Here's how I would implement it in MDX: - -```mdx -import ToDoList from "./ToDoList"; - -## Todo List - -A simple todo list that uses local storage to save the list. - - -``` - -Here's how it looks: - - - -## Conclusion - -MDX is a powerful and versatile markup language that has gained popularity among web developers for its ability to -combine the simplicity of Markdown with the flexibility of JSX. As a language, MDX allows developers to seamlessly -integrate interactive components with text content, making it an excellent choice for creating engaging and informative -web content. - -One of the most significant advantages of MDX is its compatibility with various front-end frameworks, including React, -Vue, and Angular. This means that developers can leverage their existing skills and knowledge to create dynamic and -interactive content that enhances the user experience. - -MDX's flexibility also makes it an excellent choice for creating documentation, tutorials, or blog posts. By combining -text content with interactive components, developers can provide a richer and more engaging learning experience for -their audience. - -Overall, MDX is an excellent choice for developers who want to create dynamic and interactive content that goes beyond -plain text and images. Its flexibility and compatibility with popular front-end frameworks make it a valuable tool in -any web developer's toolkit. diff --git a/src/pages/posts/why-people-hate-linux-elitism.mdx b/src/pages/posts/why-people-hate-linux-elitism.mdx deleted file mode 100755 index 3a56a1c0..00000000 --- a/src/pages/posts/why-people-hate-linux-elitism.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "Rant: Linux Elitism" -date: "2022-09-28" -description: "A bit of coined opinion." -tags: - - "rant" - - "linux" - - "elitism" -layout: "../../layouts/Post.astro" ---- - -## Abstract - -You may not be aware of it but there is a certain level of elitism that exists among the users and developers of Linux. This attitude is prevalent among those who use and develop software specifically for the Linux operating system. - -These elitist attitudes are mostly found in discussions relating to software development and usage of Linux. These attitudes are visible even on websites like Reddit where there are multiple threads dedicated to this topic. In this article, we will explore why people hate elitism as well as its implications for the future of Linux as an operating system. - -## What is it anyways? - -Linux elitism is the attitude that Linux is inherently superior to other operating systems. This is something that most people in the software development community are guilty of. Linux elitism is driven by the ideology that open source software is inherently more secure, robust, scalable, and cost effective than proprietary software. It is common for Linux users and developers to shun non-Linux users with this argument. Linux elitism manifests itself in multiple forms. First, it's the superiority complex that many Linux users display towards Mac and Windows users. Second, it's the superiority complex that many Linux developers display towards Mac and Windows developers. And third, it's the superiority complex that many open source advocates display towards users of proprietary software. - -## Why people hate it so much? - -There are several reasons behind why people generally dislike elitism. Let's look at some of them. - No one likes to be ridiculed. People who use non-Linux operating systems may feel belittled by Linux users who treat their OS of choice as a superior one. Likewise, Mac and Windows users will also feel uncomfortable with the disparaging remarks made by Linux developers. - A certain level of elitism is common in the software development community. We have all seen the ‘software engineer' vs ‘software developer' debate. This is a classic example of elitism. - People who heavily rely on proprietary software for their day to day tasks will feel extremely uncomfortable with the comments made by open source advocates. - -## Is it justified? - -There is no doubt that open source software is more secure, robust, and cost effective in the long run than proprietary software. However, one cannot generalize a statement like this based on the user base of a single operating system. You cannot claim that something is better because only a select few are using it. There is no reason to belittle the millions of people using proprietary software. Linux may be the best operating system when compared to others in the context of open source software being used. However, it is highly unlikely that it will ever be able to compete with Mac and Windows when it comes to proprietary software. Most of the people will never be able to use open source software on their daily basis. - -## "Use what works" - -This statement has been coined for like millenia by many pragmatic minded people. It is the one true reason people can go forward with confidence and reason. Having a tried and tested battle hardened stuff is better than meddling with something unknown for the long term. In example, a reliable car is better than a car that goes fast but breaks every hour just because you try to optimize every bits of it. There's also a saying that, - -> premature optimization is root of all evil. - -And yes, it will be right. Because no one in their right mind wants that 0.0002 ms improvements over highly functional everyday things already baked for them, ready to use. It's not the matter of if it's super fast or super safe or whatnot, it's about the practicality. People tend to use things other people use quite significantly and has high following base to begin with. Not only it guarantees you better experience than said, something FLOSS but simply not-that-practical to use. - -Also, FLOSS enthusiasts can be a bit irritating when it comes to discussing freedom. I mean, what's freedom anyways when you people forces other people to use what YOU want instead of what THEY actually want. It's very infuriating to see newbies get slammed hard by using what they generally prefer. It's their choice to do so. Freedom of choice, anybody? - -## Conclusion - -Linux elitism is a serious issue that needs to be addressed. The success of an operating system depends on the user base as well as the developer community. No one will feel motivated to use an operating system if they are constantly made to feel belittled. The only way to prevent elitism from ruining Linux is to sensitize the user base and the developer community regarding the implications of elitism. There is nothing wrong in being proud of the operating system that you use and the software that you create for it. At the same time, it is important to remember not to cross the line between self-pride and elitism. From 67912df5e05a7445523ed702c81af667c1d80ccc Mon Sep 17 00:00:00 2001 From: Irvan Malik Date: Tue, 11 Apr 2023 05:24:53 +0700 Subject: [PATCH 12/14] feat(rss): yeah Signed-off-by: Irvan Malik --- src/pages/endpoints/rss.xml.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 src/pages/endpoints/rss.xml.ts diff --git a/src/pages/endpoints/rss.xml.ts b/src/pages/endpoints/rss.xml.ts new file mode 100755 index 00000000..34c662f3 --- /dev/null +++ b/src/pages/endpoints/rss.xml.ts @@ -0,0 +1,17 @@ +import rss from "@astrojs/rss"; +import { getCollection } from "astro:content"; + +export async function get(context: any) { + const posts = await getCollection("posts"); + return rss({ + title: "Irvan Malik Azantha's Realm", + description: "The Realm of Irvan Malik Azantha", + site: context.site, + items: posts.map((post) => ({ + title: post.data.title, + pubDate: new Date(post.data.date), + description: post.data.description, + link: `/posts/${post.slug}`, + })), + }); +} From 501bec46764a1f9ab368967b8c5ae0ea416f0cfe Mon Sep 17 00:00:00 2001 From: Irvan Malik Date: Tue, 11 Apr 2023 05:25:03 +0700 Subject: [PATCH 13/14] feat(pages/index): do some stuff Signed-off-by: Irvan Malik --- src/pages/index.astro | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 831fc6ad..4f8fb76f 100755 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,12 +4,11 @@ import DefaultLayout from "../layouts/Default.astro"; import PostItem from "../components/solidjs/PostItem"; import LyricsItem from "../components/solidjs/LyricsItem"; import "../styles/globals.css"; -import { getSortedPosts } from "../lib/posts"; -import { getSortedLyrics } from "../lib/lyrics"; import { Image } from "@astrojs/image/components"; +import { getCollection } from "astro:content"; -const allPosts = getSortedPosts(); -const allLyrics = getSortedLyrics(); +const allPosts = await getCollection("posts"); +const allLyrics = await getCollection("lyrics"); let title = "Landing"; let description = "The Realm of Irvan Malik Azantha"; @@ -95,8 +94,8 @@ let description = "The Realm of Irvan Malik Azantha";

Here's 4 recent posts I wrote: