From 65aef96f552e0b9d6e9baf6834e270971cfbbf09 Mon Sep 17 00:00:00 2001 From: Jonathan Hudak Date: Wed, 8 Feb 2023 20:23:47 -0800 Subject: [PATCH] Convert to lume.land --- .github/workflows/build.yml | 30 + CNAME | 1 - _config.ts | 18 + _site/index.html | 5 + _site/main.css | 1 + deno.json | 11 +- deno.lock | 1766 +++++++++++++++++++++++++++++++++++ import_map.json | 5 + index.html | 66 -- server.ts | 74 -- src/_data.yml | 3 + src/_includes/layout.pug | 7 + src/index.pug | 44 + style.css => src/main.css | 15 +- static/CNAME | 1 - 15 files changed, 1888 insertions(+), 159 deletions(-) create mode 100644 .github/workflows/build.yml delete mode 100644 CNAME create mode 100644 _config.ts create mode 100644 _site/index.html create mode 100644 _site/main.css create mode 100644 deno.lock create mode 100644 import_map.json delete mode 100644 index.html delete mode 100644 server.ts create mode 100644 src/_data.yml create mode 100644 src/_includes/layout.pug create mode 100644 src/index.pug rename style.css => src/main.css (94%) delete mode 100644 static/CNAME diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..bcf0be2 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,30 @@ +name: Publish on GitHub Pages + +on: + push: + branches: [main] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Clone repository + uses: actions/checkout@v2 + + - name: Setup Deno environment + uses: denoland/setup-deno@v1 + with: + deno-version: v1.x + + - name: Build site + run: | + deno task build --location=https://jonathanhudak.com + - name: DeployDeploy to GitHub Pages + if: success() + # https://github.com/peaceiris/actions-gh-pages + uses: peaceiris/actions-gh-pages@v3 + with: + cname: jonathanhudak.com + publish_dir: _site + github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CNAME b/CNAME deleted file mode 100644 index 8562a39..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -jonathanhudak.com \ No newline at end of file diff --git a/_config.ts b/_config.ts new file mode 100644 index 0000000..1dd762d --- /dev/null +++ b/_config.ts @@ -0,0 +1,18 @@ +import lume from "lume/mod.ts"; +import lightningcss from "lume/plugins/lightningcss.ts"; +import jsx from "lume/plugins/jsx.ts"; +import mdx from "lume/plugins/mdx.ts"; +import pug from "lume/plugins/pug.ts"; +import metas from "lume/plugins/metas.ts"; + +const site = lume({ + src: "./src", +}); + +site.use(lightningcss()); +site.use(jsx()); +site.use(mdx()); +site.use(pug()); +site.use(metas()); + +export default site; diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..80564be --- /dev/null +++ b/_site/index.html @@ -0,0 +1,5 @@ + +Jonathan Hudak + + +

Jonathan Hudak

Born 1984 in Tacoma, Washington USA

2022
  • Alive and well on Bainbridge Island, Wa.
  • Senior Frontend Engineer at Amazon Web Services
  • Learning techniques of japanese joinery, and wood carving.
  • Creating art and music and not sharing it much.
  • Playing nostalgic 90's rock songs on my old acoustic guitar while my son Theodore builds with lego bricks.
2020
Move to Bainbridge

During Covid times, Seattle got to be a drag so we moved across the Puget Sound to Bainbridge Island. My only complaint about living on the island is the limited array of restaurants. Otherwise it has been beautiful and quiet. We have been able to explore the Olympic Penninsula and enjoy more of my home State.

Jonathan Hudak © 2023

\ No newline at end of file diff --git a/_site/main.css b/_site/main.css new file mode 100644 index 0000000..0d51eca --- /dev/null +++ b/_site/main.css @@ -0,0 +1 @@ +:root{--yellow-50:"#F6F1E4";--yellow-100:"#EEE3C9";--yellow-200:"#DCC793";--yellow-300:"#CBAC5D";--yellow-400:"#A98937";--yellow-500:"#755E26";--yellow-600:"#5C4B1E";--yellow-700:"#453816";--yellow-800:"#2E250F";--yellow-900:"#171307";--color:var(--yellow-50);--background-color:#262524;--background-color:var(--yellow-800);--link-color:var(--yellow-300);--main-headline-color:#e91e63;--accent-background-color:var(--yellow-200);--accent-color:var(--yellow-500);--background-color:var(--yellow-800);--color:var(--yellow-100);--step--2:clamp(.91rem,calc(.89rem + .1vw),.96rem);--step--1:clamp(1.09rem,calc(1.05rem + .21vw),1.2rem);--step-0:clamp(1.31rem,calc(1.24rem + .37vw),1.5rem);--step-1:clamp(1.58rem,calc(1.46rem + .59vw),1.88rem);--step-2:clamp(1.89rem,calc(1.71rem + .89vw),2.34rem);--step-3:clamp(2.27rem,calc(2.01rem + 1.29vw),2.93rem);--step-4:clamp(2.72rem,calc(2.36rem + 1.83vw),3.66rem);--step-5:clamp(3.27rem,calc(2.75rem + 2.56vw),4.58rem);--space-3xs:clamp(.31rem,calc(.29rem + .12vw),.38rem);--space-2xs:clamp(.69rem,calc(.66rem + .12vw),.75rem);--space-xs:clamp(1rem,calc(.95rem + .24vw),1.13rem);--space-s:clamp(1.31rem,calc(1.24rem + .37vw),1.5rem);--space-m:clamp(2rem,calc(1.9rem + .49vw),2.25rem);--space-l:clamp(2.63rem,calc(2.48rem + .73vw),3rem);--space-xl:clamp(3.94rem,calc(3.72rem + 1.1vw),4.5rem);--space-2xl:clamp(5.25rem,calc(4.96rem + 1.46vw),6rem);--space-3xl:clamp(7.88rem,calc(7.44rem + 2.2vw),9rem);--space-3xs-2xs:clamp(.31rem,calc(.14rem + .85vw),.75rem);--space-2xs-xs:clamp(.69rem,calc(.52rem + .85vw),1.13rem);--space-xs-s:clamp(1rem,calc(.8rem + .98vw),1.5rem);--space-s-m:clamp(1.31rem,calc(.95rem + 1.83vw),2.25rem);--space-m-l:clamp(2rem,calc(1.61rem + 1.95vw),3rem);--space-l-xl:clamp(2.63rem,calc(1.89rem + 3.66vw),4.5rem);--space-xl-2xl:clamp(3.94rem,calc(3.13rem + 4.02vw),6rem);--space-2xl-3xl:clamp(5.25rem,calc(3.79rem + 7.32vw),9rem);--space-s-l:clamp(1.31rem,calc(.65rem + 3.29vw),3rem);--accent:salmon}body,body *{margin:0;padding:0}body{color:var(--color);background-color:var(--background-color);padding:var(--space-xl-2xl)0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}header,main,footer{padding:0 var(--space-m-l);max-width:calc(var(--space-3xl)*6);border:none;margin:auto;display:block}a{color:var(--accent-color)}h1,h2{padding-top:var(--space-m-l)}h1,h2,h3,p{display:block}h1{font-size:var(--step-5)}h2{font-size:var(--step-4)}h3{font-size:var(--step-2);color:var(--accent)}h4{font-size:var(--step-1);color:var(--accent)}h5{font-size:var(--step-0);color:var(--accent)}ul{padding-left:var(--space-s)}p{font-size:var(--step--1);line-height:1.3}.u-flow>*+*{margin-top:var(--space-s)}.u-flow--l>*+*{margin-top:var(--space-l)}.u-flow--s-m>*+*{margin-top:var(--space-s-m)}.ul{line-height:1.5;list-style:square}@media (prefers-color-scheme:light){body{background-color:linen}}@media (prefers-color-scheme:dark){body{color:#fff;background-color:#00f}}footer{padding-top:var(--space-2xl)} \ No newline at end of file diff --git a/deno.json b/deno.json index ac6e4f4..5ad0e51 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,8 @@ { - "tasks": { - "dev": "deno run --watch --allow-net --allow-env --allow-read ./server.ts" - } -} \ No newline at end of file + "importMap": "./import_map.json", + "tasks": { + "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -", + "build": "deno task lume", + "serve": "deno task lume -s" + } +} diff --git a/deno.lock b/deno.lock new file mode 100644 index 0000000..826e0bb --- /dev/null +++ b/deno.lock @@ -0,0 +1,1766 @@ +{ + "version": "2", + "remote": { + "https://deno.land/std@0.161.0/_util/assert.ts": "e94f2eb37cebd7f199952e242c77654e43333c1ac4c5c700e929ea3aa5489f74", + "https://deno.land/std@0.161.0/_util/os.ts": "8a33345f74990e627b9dfe2de9b040004b08ea5146c7c9e8fe9a29070d193934", + "https://deno.land/std@0.161.0/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3", + "https://deno.land/std@0.161.0/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09", + "https://deno.land/std@0.161.0/path/_util.ts": "d16be2a16e1204b65f9d0dfc54a9bc472cafe5f4a190b3c8471ec2016ccd1677", + "https://deno.land/std@0.161.0/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633", + "https://deno.land/std@0.161.0/path/glob.ts": "cb5255638de1048973c3e69e420c77dc04f75755524cb3b2e160fe9277d939ee", + "https://deno.land/std@0.161.0/path/mod.ts": "56fec03ad0ebd61b6ab39ddb9b0ddb4c4a5c9f2f4f632e09dd37ec9ebfd722ac", + "https://deno.land/std@0.161.0/path/posix.ts": "6b63de7097e68c8663c84ccedc0fd977656eb134432d818ecd3a4e122638ac24", + "https://deno.land/std@0.161.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9", + "https://deno.land/std@0.161.0/path/win32.ts": "ee8826dce087d31c5c81cd414714e677eb68febc40308de87a2ce4b40e10fb8d", + "https://deno.land/std@0.170.0/_util/asserts.ts": "d0844e9b62510f89ce1f9878b046f6a57bf88f208a10304aab50efcb48365272", + "https://deno.land/std@0.170.0/_util/os.ts": "8a33345f74990e627b9dfe2de9b040004b08ea5146c7c9e8fe9a29070d193934", + "https://deno.land/std@0.170.0/encoding/base64.ts": "8605e018e49211efc767686f6f687827d7f5fd5217163e981d8d693105640d7a", + "https://deno.land/std@0.170.0/fmt/colors.ts": "03ad95e543d2808bc43c17a3dd29d25b43d0f16287fe562a0be89bf632454a12", + "https://deno.land/std@0.170.0/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3", + "https://deno.land/std@0.170.0/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09", + "https://deno.land/std@0.170.0/path/_util.ts": "d16be2a16e1204b65f9d0dfc54a9bc472cafe5f4a190b3c8471ec2016ccd1677", + "https://deno.land/std@0.170.0/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633", + "https://deno.land/std@0.170.0/path/glob.ts": "81cc6c72be002cd546c7a22d1f263f82f63f37fe0035d9726aa96fc8f6e4afa1", + "https://deno.land/std@0.170.0/path/mod.ts": "cf7cec7ac11b7048bb66af8ae03513e66595c279c65cfa12bfc07d9599608b78", + "https://deno.land/std@0.170.0/path/posix.ts": "b859684bc4d80edfd4cad0a82371b50c716330bed51143d6dcdbe59e6278b30c", + "https://deno.land/std@0.170.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9", + "https://deno.land/std@0.170.0/path/win32.ts": "7cebd2bda6657371adc00061a1d23fdd87bcdf64b4843bb148b0b24c11b40f69", + "https://deno.land/std@0.176.0/_util/asserts.ts": "178dfc49a464aee693a7e285567b3d0b555dc805ff490505a8aae34f9cfb1462", + "https://deno.land/std@0.176.0/_util/os.ts": "d932f56d41e4f6a6093d56044e29ce637f8dcc43c5a90af43504a889cf1775e3", + "https://deno.land/std@0.176.0/async/abortable.ts": "73acfb3ed7261ce0d930dbe89e43db8d34e017b063cf0eaa7d215477bf53442e", + "https://deno.land/std@0.176.0/async/deadline.ts": "b98e50d2c42399af03ad13bbb8cf59dadb9f0cd5d70648cc0c3b9202d75ab565", + "https://deno.land/std@0.176.0/async/debounce.ts": "adab11d04ca38d699444ac8a9d9856b4155e8dda2afd07ce78276c01ea5a4332", + "https://deno.land/std@0.176.0/async/deferred.ts": "42790112f36a75a57db4a96d33974a936deb7b04d25c6084a9fa8a49f135def8", + "https://deno.land/std@0.176.0/async/delay.ts": "73aa04cec034c84fc748c7be49bb15cac3dd43a57174bfdb7a4aec22c248f0dd", + "https://deno.land/std@0.176.0/async/mod.ts": "f04344fa21738e5ad6bea37a6bfffd57c617c2d372bb9f9dcfd118a1b622e576", + "https://deno.land/std@0.176.0/async/mux_async_iterator.ts": "70c7f2ee4e9466161350473ad61cac0b9f115cff4c552eaa7ef9d50c4cbb4cc9", + "https://deno.land/std@0.176.0/async/pool.ts": "fd082bd4aaf26445909889435a5c74334c017847842ec035739b4ae637ae8260", + "https://deno.land/std@0.176.0/async/retry.ts": "5efa3ba450ac0c07a40a82e2df296287b5013755d232049efd7ea2244f15b20f", + "https://deno.land/std@0.176.0/async/tee.ts": "47e42d35f622650b02234d43803d0383a89eb4387e1b83b5a40106d18ae36757", + "https://deno.land/std@0.176.0/bytes/copy.ts": "939d89e302a9761dcf1d9c937c7711174ed74c59eef40a1e4569a05c9de88219", + "https://deno.land/std@0.176.0/collections/_utils.ts": "5114abc026ddef71207a79609b984614e66a63a4bda17d819d56b0e72c51527e", + "https://deno.land/std@0.176.0/collections/deep_merge.ts": "5a8ed29030f4471a5272785c57c3455fa79697b9a8f306013a8feae12bafc99a", + "https://deno.land/std@0.176.0/crypto/_fnv/fnv32.ts": "e4649dfdefc5c987ed53c3c25db62db771a06d9d1b9c36d2b5cf0853b8e82153", + "https://deno.land/std@0.176.0/crypto/_fnv/fnv64.ts": "bfa0e4702061fdb490a14e6bf5f9168a22fb022b307c5723499469bfefca555e", + "https://deno.land/std@0.176.0/crypto/_fnv/index.ts": "169c213eb75de2d6738c1ed66a8e5782bd222b70b187cc4e7fb7b73edfcf0927", + "https://deno.land/std@0.176.0/crypto/_fnv/util.ts": "accba12bfd80a352e32a872f87df2a195e75561f1b1304a4cb4f5a4648d288f9", + "https://deno.land/std@0.176.0/crypto/_util.ts": "0522d1466e3c92df84cea94da85dbb7bd93e629dacb2aa5b39cab432ab7cb3d6", + "https://deno.land/std@0.176.0/crypto/_wasm/lib/deno_std_wasm_crypto.generated.mjs": "5dedb7f9aa05f0e18ed017691c58df5f4686e4cbbd70368c6f896e5cca03f2b4", + "https://deno.land/std@0.176.0/crypto/_wasm/mod.ts": "e2df88236fc061eac7a89e8cb0b97843f5280b08b2a990e473b7397a3e566003", + "https://deno.land/std@0.176.0/crypto/crypto.ts": "d5ce53784ab7b1348095389426a7ea98536223fb143812ecb50724a0aa1ec657", + "https://deno.land/std@0.176.0/crypto/keystack.ts": "877ab0f19eb7d37ad6495190d3c3e39f58e9c52e0b6a966f82fd6df67ca55f90", + "https://deno.land/std@0.176.0/crypto/mod.ts": "885738e710868202d7328305b0c0c134e36a2d9c98ceab9513ea2442863c00eb", + "https://deno.land/std@0.176.0/crypto/timing_safe_equal.ts": "8d69ab611c67fe51b6127d97fcfb4d8e7d0e1b6b4f3e0cc4ab86744c3691f965", + "https://deno.land/std@0.176.0/crypto/to_hash_string.ts": "fe4e95239d7afb617f469bc2f76ff20f888ddb8d1385e0d92276f6e4d5a809d1", + "https://deno.land/std@0.176.0/encoding/_yaml/dumper/dumper.ts": "49053c293a2250b33f2efc0ce3973280c6dc3bc0b41397af3863b5f03340e01b", + "https://deno.land/std@0.176.0/encoding/_yaml/dumper/dumper_state.ts": "975a3702752a29251c5746206507dfebbfede60dd2c0dec161dc22633fbc6085", + "https://deno.land/std@0.176.0/encoding/_yaml/error.ts": "e60ab51d7c0253cf0d1cf7d445202e8e3da5c77aae0032071ba7400121c281b4", + "https://deno.land/std@0.176.0/encoding/_yaml/loader/loader.ts": "6c59f60faaf78d73db0e016293f4bfed19e6356d7064230d07d6b68a65a1df5d", + "https://deno.land/std@0.176.0/encoding/_yaml/loader/loader_state.ts": "fcc82fcdf167acb0e9e5e32b32682e58b45f2d44210bf685794797ccb5621232", + "https://deno.land/std@0.176.0/encoding/_yaml/mark.ts": "0027d6f62a70a6c64b85bd1751ddf1646ea97edcefbf5bea1706d5e519f4e34f", + "https://deno.land/std@0.176.0/encoding/_yaml/parse.ts": "63e79582e07145ca1d3205d1ac72b82bf5ce14159dabae195abe7e36de8111bd", + "https://deno.land/std@0.176.0/encoding/_yaml/schema.ts": "0833c75c59bf72c8a8f96f6c0615bcd98d23fdd9b076657f42b5c1a4f9d972b0", + "https://deno.land/std@0.176.0/encoding/_yaml/schema/core.ts": "366f56673336ba24f5723c04319efcc7471be5f55d5f8d95c9b4a38ec233d4c6", + "https://deno.land/std@0.176.0/encoding/_yaml/schema/default.ts": "96e9ed6ead36f53a0832c542fc9b8cca7f8b4a67c1c8424e1423a39ee7154db7", + "https://deno.land/std@0.176.0/encoding/_yaml/schema/extended.ts": "f9bd75c79ebdfb92a8e167488b6bde7113a31b8fabe20ad7eed0904fba11bcd2", + "https://deno.land/std@0.176.0/encoding/_yaml/schema/failsafe.ts": "cddcbf0258bbe0cd77ca10e2f5aec13439f50d4068f96aab08ca2d64496dabe8", + "https://deno.land/std@0.176.0/encoding/_yaml/schema/json.ts": "c86905dfb1b6c4633750bfbb5bd529a30be5c08287ab7eb6694390b40e276487", + "https://deno.land/std@0.176.0/encoding/_yaml/schema/mod.ts": "051f93dd97a15aaad2da62bd24627e8fd2f02fb026d21567d924b720d606f078", + "https://deno.land/std@0.176.0/encoding/_yaml/state.ts": "ef03d55ec235d48dcfbecc0ab3ade90bfae69a61094846e08003421c2cf5cfc6", + "https://deno.land/std@0.176.0/encoding/_yaml/stringify.ts": "426b73e4dbaeed26ed855add3862786d7e374bd4c59e5e1bd9a6fcd5082be3c7", + "https://deno.land/std@0.176.0/encoding/_yaml/type.ts": "5ded5472a0f17a219ac3b0e90d96dc8472a68654a40258a31e03a6c6297b6788", + "https://deno.land/std@0.176.0/encoding/_yaml/type/binary.ts": "935d39794420ac3718d26716192239de6a53566c6f2ba5010e8ed26936b94a89", + "https://deno.land/std@0.176.0/encoding/_yaml/type/bool.ts": "1c99cfbaa94b022575b636a73e1549569b26fc6bbff2cd5e539aa77b49bdf303", + "https://deno.land/std@0.176.0/encoding/_yaml/type/float.ts": "f60ad19b27050add694bfc255b7efef27103f047861aa657823ff3f6853bad11", + "https://deno.land/std@0.176.0/encoding/_yaml/type/function.ts": "65a37f6bef43ef141854ee48a1058d9c9c4c80ed6eed6cd35608329a6957e27a", + "https://deno.land/std@0.176.0/encoding/_yaml/type/int.ts": "892f59bb7b2dbd64dd9b643c17441af95c0b962ad027e454cb84a68864787b86", + "https://deno.land/std@0.176.0/encoding/_yaml/type/map.ts": "92e647a6aec0dc184ea4b039a77a15883b54da754311189c595b43f6aaa50030", + "https://deno.land/std@0.176.0/encoding/_yaml/type/merge.ts": "8192bf3e4d637f32567917f48bb276043da9cf729cf594e5ec191f7cd229337e", + "https://deno.land/std@0.176.0/encoding/_yaml/type/mod.ts": "060e2b3d38725094b77ea3a3f05fc7e671fced8e67ca18e525be98c4aa8f4bbb", + "https://deno.land/std@0.176.0/encoding/_yaml/type/nil.ts": "606e8f0c44d73117c81abec822f89ef81e40f712258c74f186baa1af659b8887", + "https://deno.land/std@0.176.0/encoding/_yaml/type/omap.ts": "fbd5da9970c211335ff7c8fa11e9c5e9256e568d52418ac237d1538c5cb0d5e6", + "https://deno.land/std@0.176.0/encoding/_yaml/type/pairs.ts": "ea487a44c0ae64d8d952779fa1cb5fa0a12f32a0b5d3d1e8c1f06f446448427c", + "https://deno.land/std@0.176.0/encoding/_yaml/type/regexp.ts": "672000d22a1062d61577d30b218c28f5cb1d039a7a60079fdde6a4e558d5ca51", + "https://deno.land/std@0.176.0/encoding/_yaml/type/seq.ts": "39b28f7c7aa41263c5c42cab9d184f03555e9ba19493766afc0c0c325a9ac49f", + "https://deno.land/std@0.176.0/encoding/_yaml/type/set.ts": "0e30a9f750306b514c8ae9869d1ac2548d57beab55b33e85ea9673ca0a08264c", + "https://deno.land/std@0.176.0/encoding/_yaml/type/str.ts": "a67a3c6e429d95041399e964015511779b1130ea5889fa257c48457bd3446e31", + "https://deno.land/std@0.176.0/encoding/_yaml/type/timestamp.ts": "706ea80a76a73e48efaeb400ace087da1f927647b53ad6f754f4e06d51af087f", + "https://deno.land/std@0.176.0/encoding/_yaml/type/undefined.ts": "94a316ca450597ccbc6750cbd79097ad0d5f3a019797eed3c841a040c29540ba", + "https://deno.land/std@0.176.0/encoding/_yaml/utils.ts": "26b311f0d42a7ce025060bd6320a68b50e52fd24a839581eb31734cd48e20393", + "https://deno.land/std@0.176.0/encoding/base64.ts": "7de04c2f8aeeb41453b09b186480be90f2ff357613b988e99fabb91d2eeceba1", + "https://deno.land/std@0.176.0/encoding/base64url.ts": "3f1178f6446834457b16bfde8b559c1cd3481727fe384d3385e4a9995dc2d851", + "https://deno.land/std@0.176.0/encoding/front_matter/mod.ts": "086d2c2f20e8b20bad9c02daa270333439441c1509959c79f7ab792dff394b39", + "https://deno.land/std@0.176.0/encoding/front_matter/yaml.ts": "c0293a9599dd5a8af53a1567c829eb23c35f364744ae7b19a3cd28c6e6b3c68d", + "https://deno.land/std@0.176.0/encoding/hex.ts": "50f8c95b52eae24395d3dfcb5ec1ced37c5fe7610ef6fffdcc8b0fdc38e3b32f", + "https://deno.land/std@0.176.0/encoding/jsonc.ts": "02b86115d2b812f26789481ebcf4748171e8ece6514b60243b3733e2c200876a", + "https://deno.land/std@0.176.0/encoding/yaml.ts": "02571d1bbbcfd7c5647789cee872ecf9c1c470e1b1a40948ed219fb661e19d87", + "https://deno.land/std@0.176.0/flags/mod.ts": "d1cdefa18472ef69858a17df5cf7c98445ed27ac10e1460183081303b0ebc270", + "https://deno.land/std@0.176.0/fmt/colors.ts": "938c5d44d889fb82eff6c358bea8baa7e85950a16c9f6dae3ec3a7a729164471", + "https://deno.land/std@0.176.0/fs/_util.ts": "65381f341af1ff7f40198cee15c20f59951ac26e51ddc651c5293e24f9ce6f32", + "https://deno.land/std@0.176.0/fs/copy.ts": "14214efd94fc3aa6db1e4af2b4b9578e50f7362b7f3725d5a14ad259a5df26c8", + "https://deno.land/std@0.176.0/fs/empty_dir.ts": "c3d2da4c7352fab1cf144a1ecfef58090769e8af633678e0f3fabaef98594688", + "https://deno.land/std@0.176.0/fs/ensure_dir.ts": "724209875497a6b4628dfb256116e5651c4f7816741368d6c44aab2531a1e603", + "https://deno.land/std@0.176.0/fs/ensure_file.ts": "c38602670bfaf259d86ca824a94e6cb9e5eb73757fefa4ebf43a90dd017d53d9", + "https://deno.land/std@0.176.0/fs/ensure_link.ts": "c0f5b2f0ec094ed52b9128eccb1ee23362a617457aa0f699b145d4883f5b2fb4", + "https://deno.land/std@0.176.0/fs/ensure_symlink.ts": "2955cc8332aeca9bdfefd05d8d3976b94e282b0f353392a71684808ed2ffdd41", + "https://deno.land/std@0.176.0/fs/eol.ts": "f1f2eb348a750c34500741987b21d65607f352cf7205f48f4319d417fff42842", + "https://deno.land/std@0.176.0/fs/exists.ts": "b8c8a457b71e9d7f29b9d2f87aad8dba2739cbe637e8926d6ba6e92567875f8e", + "https://deno.land/std@0.176.0/fs/expand_glob.ts": "45d17e89796a24bd6002e4354eda67b4301bb8ba67d2cac8453cdabccf1d9ab0", + "https://deno.land/std@0.176.0/fs/mod.ts": "bc3d0acd488cc7b42627044caf47d72019846d459279544e1934418955ba4898", + "https://deno.land/std@0.176.0/fs/move.ts": "4cb47f880e3f0582c55e71c9f8b1e5e8cfaacb5e84f7390781dd563b7298ec19", + "https://deno.land/std@0.176.0/fs/walk.ts": "ea95ffa6500c1eda6b365be488c056edc7c883a1db41ef46ec3bf057b1c0fe32", + "https://deno.land/std@0.176.0/http/file_server.ts": "86d624c0c908a4a377090668ee872cf5c064245da71b3e8f8f7df888cac869d5", + "https://deno.land/std@0.176.0/http/http_status.ts": "8a7bcfe3ac025199ad804075385e57f63d055b2aed539d943ccc277616d6f932", + "https://deno.land/std@0.176.0/http/server.ts": "cbb17b594651215ba95c01a395700684e569c165a567e4e04bba327f41197433", + "https://deno.land/std@0.176.0/http/util.ts": "36c0b60c031f9e2ba024353ed11693f76c714551f9e766b36cdaacda54f25a21", + "https://deno.land/std@0.176.0/io/buffer.ts": "e2b7564f684dad625cab08f5106f33572d325705d19a36822b3272fbdfb8f726", + "https://deno.land/std@0.176.0/media_types/_db.ts": "7606d83e31f23ce1a7968cbaee852810c2cf477903a095696cdc62eaab7ce570", + "https://deno.land/std@0.176.0/media_types/_util.ts": "916efbd30b6148a716f110e67a4db29d6949bf4048997b754415dd7e42c52378", + "https://deno.land/std@0.176.0/media_types/content_type.ts": "c682589a0aeb016bfed355cc1ed6fbb3ead2ea48fc0000ac5de6a5730613ad1c", + "https://deno.land/std@0.176.0/media_types/format_media_type.ts": "1e35e16562e5c417401ffc388a9f8f421f97f0ee06259cbe990c51bae4e6c7a8", + "https://deno.land/std@0.176.0/media_types/get_charset.ts": "8be15a1fd31a545736b91ace56d0e4c66ea0d7b3fdc5c90760e8202e7b4b1fad", + "https://deno.land/std@0.176.0/media_types/parse_media_type.ts": "bed260d868ea271445ae41d748e7afed9b5a7f407d2777ead08cecf73e9278de", + "https://deno.land/std@0.176.0/media_types/type_by_extension.ts": "6076a7fc63181d70f92ec582fdea2c927eb2cfc7f9c9bee9d6add2aca86f2355", + "https://deno.land/std@0.176.0/media_types/vendor/mime-db.v1.52.0.ts": "6925bbcae81ca37241e3f55908d0505724358cda3384eaea707773b2c7e99586", + "https://deno.land/std@0.176.0/path/_constants.ts": "e49961f6f4f48039c0dfed3c3f93e963ca3d92791c9d478ac5b43183413136e0", + "https://deno.land/std@0.176.0/path/_interface.ts": "6471159dfbbc357e03882c2266d21ef9afdb1e4aa771b0545e90db58a0ba314b", + "https://deno.land/std@0.176.0/path/_util.ts": "d7abb1e0dea065f427b89156e28cdeb32b045870acdf865833ba808a73b576d0", + "https://deno.land/std@0.176.0/path/common.ts": "ee7505ab01fd22de3963b64e46cff31f40de34f9f8de1fff6a1bd2fe79380000", + "https://deno.land/std@0.176.0/path/glob.ts": "d479e0a695621c94d3fd7fe7abd4f9499caf32a8de13f25073451c6ef420a4e1", + "https://deno.land/std@0.176.0/path/mod.ts": "4b83694ac500d7d31b0cdafc927080a53dc0c3027eb2895790fb155082b0d232", + "https://deno.land/std@0.176.0/path/posix.ts": "8b7c67ac338714b30c816079303d0285dd24af6b284f7ad63da5b27372a2c94d", + "https://deno.land/std@0.176.0/path/separator.ts": "0fb679739d0d1d7bf45b68dacfb4ec7563597a902edbaf3c59b50d5bcadd93b1", + "https://deno.land/std@0.176.0/path/win32.ts": "d186344e5583bcbf8b18af416d13d82b35a317116e6460a5a3953508c3de5bba", + "https://deno.land/std@0.176.0/types.d.ts": "220ed56662a0bd393ba5d124aa6ae2ad36a00d2fcbc0e8666a65f4606aaa9784", + "https://deno.land/std@0.176.0/version.ts": "fa05028f9b7a16358f89f8e33e856dddd9447202a1d5a1f56a86034e6cfcd66c", + "https://deno.land/x/cliffy@v0.25.7/_utils/distance.ts": "02af166952c7c358ac83beae397aa2fbca4ad630aecfcd38d92edb1ea429f004", + "https://deno.land/x/cliffy@v0.25.7/ansi/ansi.ts": "7f43d07d31dd7c24b721bb434c39cbb5132029fa4be3dd8938873065f65e5810", + "https://deno.land/x/cliffy@v0.25.7/ansi/ansi_escapes.ts": "885f61f343223f27b8ec69cc138a54bea30542924eacd0f290cd84edcf691387", + "https://deno.land/x/cliffy@v0.25.7/ansi/chain.ts": "31fb9fcbf72fed9f3eb9b9487270d2042ccd46a612d07dd5271b1a80ae2140a0", + "https://deno.land/x/cliffy@v0.25.7/ansi/colors.ts": "5f71993af5bd1aa0a795b15f41692d556d7c89584a601fed75997df844b832c9", + "https://deno.land/x/cliffy@v0.25.7/ansi/cursor_position.ts": "d537491e31d9c254b208277448eff92ff7f55978c4928dea363df92c0df0813f", + "https://deno.land/x/cliffy@v0.25.7/ansi/deps.ts": "0f35cb7e91868ce81561f6a77426ea8bc55dc15e13f84c7352f211023af79053", + "https://deno.land/x/cliffy@v0.25.7/ansi/mod.ts": "bb4e6588e6704949766205709463c8c33b30fec66c0b1846bc84a3db04a4e075", + "https://deno.land/x/cliffy@v0.25.7/ansi/tty.ts": "8fb064c17ead6cdf00c2d3bc87a9fd17b1167f2daa575c42b516f38bdb604673", + "https://deno.land/x/cliffy@v0.25.7/command/_errors.ts": "a9bd23dc816b32ec96c9b8f3057218241778d8c40333b43341138191450965e5", + "https://deno.land/x/cliffy@v0.25.7/command/_utils.ts": "9ab3d69fabab6c335b881b8a5229cbd5db0c68f630a1c307aff988b6396d9baf", + "https://deno.land/x/cliffy@v0.25.7/command/command.ts": "a2b83c612acd65c69116f70dec872f6da383699b83874b70fcf38cddf790443f", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_bash_completions_generator.ts": "43b4abb543d4dc60233620d51e69d82d3b7c44e274e723681e0dce2a124f69f9", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_fish_completions_generator.ts": "d0289985f5cf0bd288c05273bfa286b24c27feb40822eb7fd9d7fee64e6580e8", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_zsh_completions_generator.ts": "14461eb274954fea4953ee75938821f721da7da607dc49bcc7db1e3f33a207bd", + "https://deno.land/x/cliffy@v0.25.7/command/completions/bash.ts": "053aa2006ec327ccecacb00ba28e5eb836300e5c1bec1b3cfaee9ddcf8189756", + "https://deno.land/x/cliffy@v0.25.7/command/completions/complete.ts": "58df61caa5e6220ff2768636a69337923ad9d4b8c1932aeb27165081c4d07d8b", + "https://deno.land/x/cliffy@v0.25.7/command/completions/fish.ts": "9938beaa6458c6cf9e2eeda46a09e8cd362d4f8c6c9efe87d3cd8ca7477402a5", + "https://deno.land/x/cliffy@v0.25.7/command/completions/mod.ts": "aeef7ec8e319bb157c39a4bab8030c9fe8fa327b4c1e94c9c1025077b45b40c0", + "https://deno.land/x/cliffy@v0.25.7/command/completions/zsh.ts": "8b04ab244a0b582f7927d405e17b38602428eeb347a9968a657e7ea9f40e721a", + "https://deno.land/x/cliffy@v0.25.7/command/deprecated.ts": "bbe6670f1d645b773d04b725b8b8e7814c862c9f1afba460c4d599ffe9d4983c", + "https://deno.land/x/cliffy@v0.25.7/command/deps.ts": "275b964ce173770bae65f6b8ebe9d2fd557dc10292cdd1ed3db1735f0d77fa1d", + "https://deno.land/x/cliffy@v0.25.7/command/help/_help_generator.ts": "f7c349cb2ddb737e70dc1f89bcb1943ca9017a53506be0d4138e0aadb9970a49", + "https://deno.land/x/cliffy@v0.25.7/command/help/mod.ts": "09d74d3eb42d21285407cda688074c29595d9c927b69aedf9d05ff3f215820d3", + "https://deno.land/x/cliffy@v0.25.7/command/mod.ts": "d0a32df6b14028e43bb2d41fa87d24bc00f9662a44e5a177b3db02f93e473209", + "https://deno.land/x/cliffy@v0.25.7/command/type.ts": "24e88e3085e1574662b856ccce70d589959648817135d4469fab67b9cce1b364", + "https://deno.land/x/cliffy@v0.25.7/command/types.ts": "ae02eec0ed7a769f7dba2dd5d3a931a61724b3021271b1b565cf189d9adfd4a0", + "https://deno.land/x/cliffy@v0.25.7/command/types/action_list.ts": "33c98d449617c7a563a535c9ceb3741bde9f6363353fd492f90a74570c611c27", + "https://deno.land/x/cliffy@v0.25.7/command/types/boolean.ts": "3879ec16092b4b5b1a0acb8675f8c9250c0b8a972e1e4c7adfba8335bd2263ed", + "https://deno.land/x/cliffy@v0.25.7/command/types/child_command.ts": "f1fca390c7fbfa7a713ca15ef55c2c7656bcbb394d50e8ef54085bdf6dc22559", + "https://deno.land/x/cliffy@v0.25.7/command/types/command.ts": "325d0382e383b725fd8d0ef34ebaeae082c5b76a1f6f2e843fee5dbb1a4fe3ac", + "https://deno.land/x/cliffy@v0.25.7/command/types/enum.ts": "2178345972adf7129a47e5f02856ca3e6852a91442a1c78307dffb8a6a3c6c9f", + "https://deno.land/x/cliffy@v0.25.7/command/types/file.ts": "8618f16ac9015c8589cbd946b3de1988cc4899b90ea251f3325c93c46745140e", + "https://deno.land/x/cliffy@v0.25.7/command/types/integer.ts": "29864725fd48738579d18123d7ee78fed37515e6dc62146c7544c98a82f1778d", + "https://deno.land/x/cliffy@v0.25.7/command/types/number.ts": "aeba96e6f470309317a16b308c82e0e4138a830ec79c9877e4622c682012bc1f", + "https://deno.land/x/cliffy@v0.25.7/command/types/string.ts": "e4dadb08a11795474871c7967beab954593813bb53d9f69ea5f9b734e43dc0e0", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/mod.ts": "17e2df3b620905583256684415e6c4a31e8de5c59066eb6d6c9c133919292dc4", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider.ts": "d6fb846043232cbd23c57d257100c7fc92274984d75a5fead0f3e4266dc76ab8", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/deno_land.ts": "24f8d82e38c51e09be989f30f8ad21f9dd41ac1bb1973b443a13883e8ba06d6d", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/github.ts": "99e1b133dd446c6aa79f69e69c46eb8bc1c968dd331c2a7d4064514a317c7b59", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/nest_land.ts": "0e07936cea04fa41ac9297f32d87f39152ea873970c54cb5b4934b12fee1885e", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/upgrade_command.ts": "3640a287d914190241ea1e636774b1b4b0e1828fa75119971dd5304784061e05", + "https://deno.land/x/cliffy@v0.25.7/flags/_errors.ts": "f1fbb6bfa009e7950508c9d491cfb4a5551027d9f453389606adb3f2327d048f", + "https://deno.land/x/cliffy@v0.25.7/flags/_utils.ts": "340d3ecab43cde9489187e1f176504d2c58485df6652d1cdd907c0e9c3ce4cc2", + "https://deno.land/x/cliffy@v0.25.7/flags/_validate_flags.ts": "16eb5837986c6f6f7620817820161a78d66ce92d690e3697068726bbef067452", + "https://deno.land/x/cliffy@v0.25.7/flags/deprecated.ts": "a72a35de3cc7314e5ebea605ca23d08385b218ef171c32a3f135fb4318b08126", + "https://deno.land/x/cliffy@v0.25.7/flags/flags.ts": "68a9dfcacc4983a84c07ba19b66e5e9fccd04389fad215210c60fb414cc62576", + "https://deno.land/x/cliffy@v0.25.7/flags/mod.ts": "b21c2c135cd2437cc16245c5f168a626091631d6d4907ad10db61c96c93bdb25", + "https://deno.land/x/cliffy@v0.25.7/flags/types.ts": "7452ea5296758fb7af89930349ce40d8eb9a43b24b3f5759283e1cb5113075fd", + "https://deno.land/x/cliffy@v0.25.7/flags/types/boolean.ts": "4c026dd66ec9c5436860dc6d0241427bdb8d8e07337ad71b33c08193428a2236", + "https://deno.land/x/cliffy@v0.25.7/flags/types/integer.ts": "b60d4d590f309ddddf066782d43e4dc3799f0e7d08e5ede7dc62a5ee94b9a6d9", + "https://deno.land/x/cliffy@v0.25.7/flags/types/number.ts": "610936e2d29de7c8c304b65489a75ebae17b005c6122c24e791fbed12444d51e", + "https://deno.land/x/cliffy@v0.25.7/flags/types/string.ts": "e89b6a5ce322f65a894edecdc48b44956ec246a1d881f03e97bbda90dd8638c5", + "https://deno.land/x/cliffy@v0.25.7/keycode/key_code.ts": "c4ab0ffd102c2534962b765ded6d8d254631821bf568143d9352c1cdcf7a24be", + "https://deno.land/x/cliffy@v0.25.7/keycode/key_codes.ts": "917f0a2da0dbace08cf29bcfdaaa2257da9fe7e705fff8867d86ed69dfb08cfe", + "https://deno.land/x/cliffy@v0.25.7/keycode/mod.ts": "292d2f295316c6e0da6955042a7b31ab2968ff09f2300541d00f05ed6c2aa2d4", + "https://deno.land/x/cliffy@v0.25.7/mod.ts": "e3515ccf6bd4e4ac89322034e07e2332ed71901e4467ee5bc9d72851893e167b", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_input.ts": "737cff2de02c8ce35250f5dd79c67b5fc176423191a2abd1f471a90dd725659e", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_list.ts": "79b301bf09eb19f0d070d897f613f78d4e9f93100d7e9a26349ef0bfaa7408d2", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_prompt.ts": "8630ce89a66d83e695922df41721cada52900b515385d86def597dea35971bb2", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_suggestions.ts": "2a8b619f91e8f9a270811eff557f10f1343a444a527b5fc22c94de832939920c", + "https://deno.land/x/cliffy@v0.25.7/prompt/_utils.ts": "676cca30762656ed1a9bcb21a7254244278a23ffc591750e98a501644b6d2df3", + "https://deno.land/x/cliffy@v0.25.7/prompt/checkbox.ts": "e5a5a9adbb86835dffa2afbd23c6f7a8fe25a9d166485388ef25aba5dc3fbf9e", + "https://deno.land/x/cliffy@v0.25.7/prompt/confirm.ts": "94c8e55de3bbcd53732804420935c432eab29945497d1c47c357d236a89cb5f6", + "https://deno.land/x/cliffy@v0.25.7/prompt/deps.ts": "4c38ab18e55a792c9a136c1c29b2b6e21ea4820c45de7ef4cf517ce94012c57d", + "https://deno.land/x/cliffy@v0.25.7/prompt/figures.ts": "26af0fbfe21497220e4b887bb550fab997498cde14703b98e78faf370fbb4b94", + "https://deno.land/x/cliffy@v0.25.7/prompt/input.ts": "ee45532e0a30c2463e436e08ae291d79d1c2c40872e17364c96d2b97c279bf4d", + "https://deno.land/x/cliffy@v0.25.7/prompt/list.ts": "6780427ff2a932a48c9b882d173c64802081d6cdce9ff618d66ba6504b6abc50", + "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts": "195aed14d10d279914eaa28c696dec404d576ca424c097a5bc2b4a7a13b66c89", + "https://deno.land/x/cliffy@v0.25.7/prompt/number.ts": "015305a76b50138234dde4fd50eb886c6c7c0baa1b314caf811484644acdc2cf", + "https://deno.land/x/cliffy@v0.25.7/prompt/prompt.ts": "0e7f6a1d43475ee33fb25f7d50749b2f07fc0bcddd9579f3f9af12d05b4a4412", + "https://deno.land/x/cliffy@v0.25.7/prompt/secret.ts": "58745f5231fb2c44294c4acf2511f8c5bfddfa1e12f259580ff90dedea2703d6", + "https://deno.land/x/cliffy@v0.25.7/prompt/select.ts": "1e982eae85718e4e15a3ee10a5ae2233e532d7977d55888f3a309e8e3982b784", + "https://deno.land/x/cliffy@v0.25.7/prompt/toggle.ts": "842c3754a40732f2e80bcd4670098713e402e64bd930e6cab2b787f7ad4d931a", + "https://deno.land/x/cliffy@v0.25.7/table/border.ts": "2514abae4e4f51eda60a5f8c927ba24efd464a590027e900926b38f68e01253c", + "https://deno.land/x/cliffy@v0.25.7/table/cell.ts": "1d787d8006ac8302020d18ec39f8d7f1113612c20801b973e3839de9c3f8b7b3", + "https://deno.land/x/cliffy@v0.25.7/table/deps.ts": "5b05fa56c1a5e2af34f2103fd199e5f87f0507549963019563eae519271819d2", + "https://deno.land/x/cliffy@v0.25.7/table/layout.ts": "46bf10ae5430cf4fbb92f23d588230e9c6336edbdb154e5c9581290562b169f4", + "https://deno.land/x/cliffy@v0.25.7/table/mod.ts": "e74f69f38810ee6139a71132783765feb94436a6619c07474ada45b465189834", + "https://deno.land/x/cliffy@v0.25.7/table/row.ts": "5f519ba7488d2ef76cbbf50527f10f7957bfd668ce5b9169abbc44ec88302645", + "https://deno.land/x/cliffy@v0.25.7/table/table.ts": "ec204c9d08bb3ff1939c5ac7412a4c9ed7d00925d4fc92aff9bfe07bd269258d", + "https://deno.land/x/cliffy@v0.25.7/table/utils.ts": "187bb7dcbcfb16199a5d906113f584740901dfca1007400cba0df7dcd341bc29", + "https://deno.land/x/deno_dom@v0.1.36-alpha/build/deno-wasm/deno-wasm.js": "3fa41dba4813e6d4b024a53a146b76e1afcbdf218fc02063442378c61239ed14", + "https://deno.land/x/deno_dom@v0.1.36-alpha/deno-dom-wasm.ts": "bfd999a493a6974e9fca4d331bee03bfb68cfc600c662cd0b48b21d67a2a8ba0", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/api.ts": "0ff5790f0a3eeecb4e00b7d8fbfa319b165962cf6d0182a65ba90f158d74f7d7", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/constructor-lock.ts": "59714df7e0571ec7bd338903b1f396202771a6d4d7f55a452936bd0de9deb186", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/deserialize.ts": "f4d34514ca00473ca428b69ad437ba345925744b5d791cb9552e2d7a0e7b0439", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/document-fragment.ts": "a40c6e18dd0efcf749a31552c1c9a6f7fa614452245e86ee38fc92ba0235e5ae", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/document.ts": "b8f4e4ccabaaa063d6562a0f2f8dea9c0419515d63d8bd79bfde95f7cd64bd93", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/dom-parser.ts": "609097b426f8c2358f3e5d2bca55ed026cf26cdf86562e94130dfdb0f2537f92", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/element.ts": "4a267c24d0e20b70741a14ab371a7511a4f3db682d3a1d229adaa66a46445fff", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/elements/html-template-element.ts": "19ad97c55222115e8daaca2788b9c98cc31a7f9d2547ed5bca0c56a4a12bfec8", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/html-collection.ts": "ae90197f5270c32074926ad6cf30ee07d274d44596c7e413c354880cebce8565", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/node-list.ts": "4c6e4b4585301d4147addaccd90cb5f5a80e8d6290a1ba7058c5e3dfea16e15d", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/node.ts": "3069e6fc93ac4111a136ed68199d76673339842b9751610ba06f111ba7dc10a7", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/selectors/custom-api.ts": "852696bd58e534bc41bd3be9e2250b60b67cd95fd28ed16b1deff1d548531a71", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/selectors/nwsapi-types.ts": "c43b36c36acc5d32caabaa54fda8c9d239b2b0fcbce9a28efb93c84aa1021698", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/selectors/nwsapi.js": "985d7d8fc1eabbb88946b47a1c44c1b2d4aa79ff23c21424219f1528fa27a2ff", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/selectors/selectors.ts": "83eab57be2290fb48e3130533448c93c6c61239f2a2f3b85f1917f80ca0fdc75", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/selectors/sizzle-types.ts": "78149e2502409989ce861ed636b813b059e16bc267bb543e7c2b26ef43e4798b", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/selectors/sizzle.js": "c3aed60c1045a106d8e546ac2f85cc82e65f62d9af2f8f515210b9212286682a", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/utils-types.ts": "96db30e3e4a75b194201bb9fa30988215da7f91b380fca6a5143e51ece2a8436", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/dom/utils.ts": "ecd889ba74f3ce282620d8ca1d4d5e0365e6cc86101d2352f3bbf936ae496e2c", + "https://deno.land/x/deno_dom@v0.1.36-alpha/src/parser.ts": "b65eb7e673fa7ca611de871de109655f0aa9fa35ddc1de73df1a5fc2baafc332", + "https://deno.land/x/events@v1.0.0/mod.ts": "3e2655ffa5e86a6ee01022f964b7fdc6152c007106c47b02958e766c6614dbaf", + "https://deno.land/x/imagemagick_deno@0.0.14/mod.ts": "6b58c767d2308488597c3660e7ff399ede244198d7903900fa43a49cf93c7796", + "https://deno.land/x/imagemagick_deno@0.0.14/src/alpha-option.ts": "749a9f3309e491ec09a1d6bc50ce95d9733887d9f57c6863c4ff1c7e9610227b", + "https://deno.land/x/imagemagick_deno@0.0.14/src/auto-threshold-method.ts": "bb08a00046137e441930e56190b6db10c5fe657cb0a6142cd565a40b1c4250a2", + "https://deno.land/x/imagemagick_deno@0.0.14/src/channels.ts": "a15c5f2d278ee7961b4b425c97cfc1fc62c1955c87706c74743fa6215fa482c9", + "https://deno.land/x/imagemagick_deno@0.0.14/src/color-space.ts": "3d9a60f3a8bfefea8d9525572d7bd6214530c69688e8799dceb492b7797d1d0a", + "https://deno.land/x/imagemagick_deno@0.0.14/src/composite-operator.ts": "f4b5046415c5965d53b17a9e441a42d87e8477b7c158704abd417d6ac10f3ea0", + "https://deno.land/x/imagemagick_deno@0.0.14/src/defines/define.ts": "645fb3a06424ed750250212ac8762ba2ea97c4e4fdbda8aedf21734cbaf4833c", + "https://deno.land/x/imagemagick_deno@0.0.14/src/defines/defines.ts": "fc8e12475e11a30f9f6f9c2b5e2fba94b01d65135654b97694da915d40fae2fe", + "https://deno.land/x/imagemagick_deno@0.0.14/src/distort-method.ts": "13819e00ccb6a636af9ece5d11dfce9451e578d46c94e1f528b0ae5da7721985", + "https://deno.land/x/imagemagick_deno@0.0.14/src/drawables/drawable.ts": "61b40233ea3c28664c2f8dfd8d794772d8a7a779f4228060efd41b0d44762521", + "https://deno.land/x/imagemagick_deno@0.0.14/src/drawables/drawing-wand.ts": "3c495d8cf37eac2c3cc0e840a13aed24457d37414528077b06d3f8aa76cd4cde", + "https://deno.land/x/imagemagick_deno@0.0.14/src/error-metric.ts": "fafe44d95312b0e9dd6e5d6d3efd536764468a4b80e3dc3d7d7efc33a40fb871", + "https://deno.land/x/imagemagick_deno@0.0.14/src/evaluate-operator.ts": "c05d51cb193d95ce0432dee914465cbafc35026ea1102cc48f431571bfb67260", + "https://deno.land/x/imagemagick_deno@0.0.14/src/filter-type.ts": "face0109ae9e56125b778a8842384031d6e0bd688dfcf96c0861f2fd8bb27225", + "https://deno.land/x/imagemagick_deno@0.0.14/src/gravity.ts": "ed99d33e3775c510c0a29fb330ca5ac9445e41dd3644507186c25cc32eb8634a", + "https://deno.land/x/imagemagick_deno@0.0.14/src/image-magick.ts": "1ae1c396bb9539b7918ac40c3710d13475f8e9d3d0a5a9216c087c1b95fab4ba", + "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/exception/exception.ts": "2c1e1d5f6df4fcaef50403ed18f5ebdf560a5e764944d569db406e97f76f2aae", + "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/geometry-flags.ts": "56bbc3f668db2e67f607cd1c08e07f51ded80a8c402efb0b6cd4ad98d0f69d19", + "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/magick-rectangle.ts": "ffffcd9ebffe20f871396af22c9f5acb332b5d503a5b21200a94e1e61e4e68b3", + "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/native-instance.ts": "25b42d5db19439ba7016821bf363d85cabe6fa0784e9ec0e84a975f9ca4a850c", + "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/native/array.ts": "bcfa4f33246feaf3e1cfd219f188819caf2ed84562f986f508b1ba8beecd28fb", + "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/native/string.ts": "a3985bf82a8c0e0507001ab1af72c817f6a9f3fffcba532c5504b75102107ce3", + "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/pointer/pointer.ts": "d866febf67a2d72678e6bd0fd70f751622348c3c2c4ad0aba42dbd750c4f8526", + "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/string-info.ts": "6121081f0382fdfe259bb6c95655b1626cc68af778ad91af437daa8c55965575", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-color.ts": "6e849e94f3183d86f44d55f4646af394d0d3573fbce8b26b6d6bfbda03dcaf5c", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-colors.ts": "c3a4cdbbca0ebce9386ae71f835118847d8770573efcb63a35c54242aa156f90", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-error-severity.ts": "160e5f07bad67542c9c95a8ec61e70f294333bf7f3c463419dc4fadfacdbdbf6", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-error.ts": "5a515e203373ef48903bda51635e04f232bf3144eaee48c66d65df1e705346d4", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-format-info.ts": "3c20c60a0eab8883cf7268c6993855718de5c3b53cab36097af611ac1a5219f9", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-format.ts": "b5fa87a4dcc9ccdc1465fbee8cc3a6999767c94d67ad0d86b7998af26bf8c309", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-geometry.ts": "c41ec925e2cba2f4a07ab278de87d533aac282f68b038d6ca7075fc09570f759", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-image-collection.ts": "7a1249264e27e9ae7d0e416d6dffe057750f212819c7973f5666f3a80e274e4a", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-image.ts": "e712e9f6d6f87a426e8a0cf6b467d100d10ee5ca70d81b145c370a1007ca8b27", + "https://deno.land/x/imagemagick_deno@0.0.14/src/magick.ts": "990bbb125a908afd71bba8b9601704f64abfe68b861e906ec7495f87b2f4c776", + "https://deno.land/x/imagemagick_deno@0.0.14/src/orientation-type.ts": "a5c48feec25d432e5c3ad3ed76c929a7960836d3ab1012525c0f7883e4f46c30", + "https://deno.land/x/imagemagick_deno@0.0.14/src/paint-method.ts": "0178827b90549bf587e8ae9e2757cb96607b1fffa5c05d0534a8de136a346d29", + "https://deno.land/x/imagemagick_deno@0.0.14/src/percentage.ts": "00240337512949c97e407b006cdd025af5fc6db600adce9ca6193ab61e326291", + "https://deno.land/x/imagemagick_deno@0.0.14/src/pixel-channel.ts": "8039ee75caf150f4f817c49a12f025dd7ca01e263dfd3bd882a55ad0eb17086c", + "https://deno.land/x/imagemagick_deno@0.0.14/src/pixel-interpolate-method.ts": "d2c62675acb5d8fffca3e2c91c9a35bfebec62f2424268e5e240f9f17f57d356", + "https://deno.land/x/imagemagick_deno@0.0.14/src/pixels/pixel-collection.ts": "e21b9e3ecd31cd94f7a57939f565f9df3d3009e68fe8a03d8760780096d2e457", + "https://deno.land/x/imagemagick_deno@0.0.14/src/point.ts": "f664938d0f39eadd41fe5eb8ca81c52b59a7f7138539afea3ddc863d25a4a935", + "https://deno.land/x/imagemagick_deno@0.0.14/src/profiles/image-profile.ts": "ea1bb6406430a03cf9263a40260fcd8f99bcc14fa3629206fcbcd2679c94b4a2", + "https://deno.land/x/imagemagick_deno@0.0.14/src/quantum.ts": "7e92f9cf73fc6ec89df48ab4c462339fad580f0b6a1e1009d3c5a5cb599dc3ed", + "https://deno.land/x/imagemagick_deno@0.0.14/src/settings/distort-settings.ts": "cdb352260b90a140191c222bafde0740114062822400bdf89709bef1c2f40563", + "https://deno.land/x/imagemagick_deno@0.0.14/src/settings/drawing-settings.ts": "40eb95416367982afd13de2138dd06527a937e1459d6e374f8d5f8e7fa0deb7e", + "https://deno.land/x/imagemagick_deno@0.0.14/src/settings/magick-read-settings.ts": "95417d00701245c7c5bd202cd0d4f02546ae01a77ecc9d0523c97a84ddf862d5", + "https://deno.land/x/imagemagick_deno@0.0.14/src/settings/magick-settings.ts": "8fb86c3bd354023d8026624bb4bca78501ae92adea6287f97e687b8b762095d1", + "https://deno.land/x/imagemagick_deno@0.0.14/src/settings/native-drawing-settings.ts": "b6a04740bd9261a478ff44b631cb039c9f909ed2243cae4e6ae6b3ebcce6dc21", + "https://deno.land/x/imagemagick_deno@0.0.14/src/settings/native-magick-settings.ts": "859787363161a2c6a693ab5b475859f9e9b02dfb7128215b0c03a68839892d1c", + "https://deno.land/x/imagemagick_deno@0.0.14/src/virtual-pixel-method.ts": "ae2f0520e05b382299e4d41f4d7e2c67baf727ef7c816037e601c978948b1451", + "https://deno.land/x/imagemagick_deno@0.0.14/src/wasm/magick.ts": "b5ec7d6c3c7379f8f9ba0c23238f7024aa35f3a15edb2d1cbca4ccc44a186ac9", + "https://deno.land/x/imagemagick_deno@0.0.14/src/wasm/magick_native.js": "e7f2cfe41531d94286bf839783c08cc0b4b9c89e6ad7bbd0e2a4dcf70086ca75", + "https://deno.land/x/lume@v1.15.2/cli.ts": "2565143a668f57cce01b6d250b99635f72a796e2f97c27c4e5b0bd71aae30704", + "https://deno.land/x/lume@v1.15.2/cli/build.ts": "819f0c7a7d3657da9b7dc92beca735352fcd0f8c18a27826a525903dac103b13", + "https://deno.land/x/lume@v1.15.2/cli/create.ts": "3b5ed82e4c81858b53f929502ab3dc7c3e2f63be80c1d41011bc566442bbb4e9", + "https://deno.land/x/lume@v1.15.2/cli/import_map.ts": "1c18f2cc4792e83fecb8512e35df021100b6a6bbfeac662f80a45bddd5509bd1", + "https://deno.land/x/lume@v1.15.2/cli/init.ts": "e8c680004483335de8df0ea4fe42e48ce168eac44cbe04b50675b82e0d13f958", + "https://deno.land/x/lume@v1.15.2/cli/run.ts": "ee2813fe642f22f311f578ef0c6bc0f007e592f82be4d77d4c0b8923b8708d6c", + "https://deno.land/x/lume@v1.15.2/cli/upgrade.ts": "c7a2add7056ee074cfa75644720503c72897ecd3443fa365cf8a4647d9e5c466", + "https://deno.land/x/lume@v1.15.2/core.ts": "d9fe31153b696335ee45a5c04ee2c80bd482b8952a8400c6b86dcb11f96f8074", + "https://deno.land/x/lume@v1.15.2/core/cache.ts": "6d770debcedbb7441c2a9d14096ed518907e6615e0d5d014b83d4f5be52a7b3a", + "https://deno.land/x/lume@v1.15.2/core/component_loader.ts": "1da0e26074acd70425767bf868f203dc885864639d3eab79d2903c20d498ac99", + "https://deno.land/x/lume@v1.15.2/core/data_loader.ts": "f7f45d376112b57fcbc7ceaff758016ebabbc7e3cefcbf738d3aaa78544dd362", + "https://deno.land/x/lume@v1.15.2/core/errors.ts": "73901534cfb14808a0fc69fd4929f169604b85f7b94e494be53e101f956b315d", + "https://deno.land/x/lume@v1.15.2/core/events.ts": "f02a60b815325093b650bcf4104d023a079b990dfa29b103f2cf2062b3ffc1ce", + "https://deno.land/x/lume@v1.15.2/core/filesystem.ts": "38ec994cc6ad3db99a43196aed4391e7c8f3b942ceae62fd6c9cf6e7551fa834", + "https://deno.land/x/lume@v1.15.2/core/formats.ts": "0a0be3070e179b33122f064251bd5d75dd60ea633f038265c4ce1a42b4916985", + "https://deno.land/x/lume@v1.15.2/core/includes_loader.ts": "78baec185f448ae2137d1251dfb896147f719b0e62646c8ff47d01a31e8c67be", + "https://deno.land/x/lume@v1.15.2/core/loaders/binary.ts": "cbbfe972103e2663adb2bcf350e2431a6510ef05ce2accc57cd59b09123a9f3d", + "https://deno.land/x/lume@v1.15.2/core/loaders/json.ts": "ef23666ff3a42d45389bfe9aff7056dffc86f09e75182c723941c37f326a3c63", + "https://deno.land/x/lume@v1.15.2/core/loaders/module.ts": "b6d0a1c8250f340054e13843966d371021db869a267c98df63aeda6ca14a9290", + "https://deno.land/x/lume@v1.15.2/core/loaders/text.ts": "d2680045e17907bfde700a57ae229fff560a3e99adc584bc0fd51418b7341919", + "https://deno.land/x/lume@v1.15.2/core/loaders/yaml.ts": "025893f94aa9c56686832752892b97f029e93e4d58ca2236ea6f16fc7c01fd5a", + "https://deno.land/x/lume@v1.15.2/core/logger.ts": "6e1b68ac2bb7c052defb99bd925f7dd4522ed7c35ba2011bbfa84fbad9ee1d20", + "https://deno.land/x/lume@v1.15.2/core/page_loader.ts": "f6826167d25f11079c6a60e19822319d681abcea12b5236e829367782f3c32f9", + "https://deno.land/x/lume@v1.15.2/core/page_preparer.ts": "c272a7b914bbca7306c14ab5f0f29d125bae1a553ea59346046a45db6d3ef713", + "https://deno.land/x/lume@v1.15.2/core/processors.ts": "a94b05c794798e04ccdb2909a956d1ee239699e974c470b9e76eede41000acc5", + "https://deno.land/x/lume@v1.15.2/core/reader.ts": "014680a5b89b0a4ddf3e3b2cc3cb6d6e0d32f0038e3c55994142123a434ff827", + "https://deno.land/x/lume@v1.15.2/core/renderer.ts": "d8e3ff3437a70f6a9c012d977d2c99328c88f6e3d69a116409ab7307309abceb", + "https://deno.land/x/lume@v1.15.2/core/scopes.ts": "0c216c54563b22dcddd8f74e611fd72aa19820281857cf022ee8d234075fb8cf", + "https://deno.land/x/lume@v1.15.2/core/scripts.ts": "f6637fb2629d9d4e9c906b4229c8e4b16f451bb05fb89e5334f7c6e24b292405", + "https://deno.land/x/lume@v1.15.2/core/server.ts": "e639a9297828af5331742c49262b91c9e0da61a510e24f61b4e5fab477141b93", + "https://deno.land/x/lume@v1.15.2/core/site.ts": "7067d2bcdd5d8591a1d3b9c38a175f473a219b1d1139ea392a0f08d37b005bba", + "https://deno.land/x/lume@v1.15.2/core/source.ts": "aafdedbb3689e7adc804933ee4ecee9e22d1cf2b04f9e252ebf1dcb1c8bcea3b", + "https://deno.land/x/lume@v1.15.2/core/utils.ts": "d7b8f9c420f4ab09faebe72c14dee021811a3c1712a0f1b7830836e385d451b5", + "https://deno.land/x/lume@v1.15.2/core/watcher.ts": "3e2d1f9038ad8183e2758ef4f10733d662fade2042ebb767ab0c2d1a765d2f5c", + "https://deno.land/x/lume@v1.15.2/core/writer.ts": "c10e163dea1226210c9f094415a92e70f47621c2d4e0a496d1e49a6dcd2179c2", + "https://deno.land/x/lume@v1.15.2/deps/base64.ts": "5a1cca285707df9f34bb07b75ea9751ccbbffd7a6f9dff4e6d26a9d2ab8a112a", + "https://deno.land/x/lume@v1.15.2/deps/cliffy.ts": "faff0c2ca187ec9fd1ad8660141f85b9d05b5c36bab25b40eb5038c02590a310", + "https://deno.land/x/lume@v1.15.2/deps/colors.ts": "ec0f2ac8b15e96b23ee3fbd177aae0cf00a34dfa645463ed23e205fa30168d78", + "https://deno.land/x/lume@v1.15.2/deps/crypto.ts": "10c811bd20f4ddba2f4c6b01aadb497f3c9f89028deb167c8497036705457256", + "https://deno.land/x/lume@v1.15.2/deps/date.ts": "e78430363581658601ededaa067d772e642ead9b37153e7f56e4c5ca6b7da577", + "https://deno.land/x/lume@v1.15.2/deps/dom.ts": "dfe5d2a96a737c75314ab8133984f2ec75a6ca6cde275231e65b48380d48531d", + "https://deno.land/x/lume@v1.15.2/deps/flags.ts": "f574080c89dd294141445c0a4cf0a4cf77b2896b8b3de745c157700c0379f2e3", + "https://deno.land/x/lume@v1.15.2/deps/front_matter.ts": "33f4ee6c314565effc7e81d7c04a31b45eed0e74aad84cc48168a59bc81fe799", + "https://deno.land/x/lume@v1.15.2/deps/fs.ts": "4b56bf7e9ed45370a984701ad7f98a192855c0d32fbbcb506abe954b2e7ef113", + "https://deno.land/x/lume@v1.15.2/deps/hex.ts": "b5e6c7b3dc43c9db59ee539a1185fb69b446235e782a6669f51e1d56144b0e6f", + "https://deno.land/x/lume@v1.15.2/deps/http.ts": "173e5fe6d5f1cd9384050e1d668f8e1104872e06f23e7f47b632be93ed93684d", + "https://deno.land/x/lume@v1.15.2/deps/imagick.ts": "752ad4f244516971daf57ca8bb7d8b6670f78311cbae5338f64f9b2ab324f3b4", + "https://deno.land/x/lume@v1.15.2/deps/jsonc.ts": "168e9d5e7e5683c79ed160468979db09e3e587230e672a0c4c3eca5e09b1a5ca", + "https://deno.land/x/lume@v1.15.2/deps/lightningcss.ts": "eb531f8fd7e54ff92908e296fc20f889eca4491b2df0f1bc6b34a73891ad2c4e", + "https://deno.land/x/lume@v1.15.2/deps/markdown_it.ts": "e48e34de092bc3fc96617372f26190cf3bbf722f4206a9e9e64febbc8fb925c4", + "https://deno.land/x/lume@v1.15.2/deps/mdx.ts": "338abdd0b16b23445a005ccec8233946ead94381ca6e45af9ddd2efc2ce52345", + "https://deno.land/x/lume@v1.15.2/deps/nunjucks.ts": "a8f31de092612a613680944e10b3647ccf91a1db4e099f046c3e73a40f8a6193", + "https://deno.land/x/lume@v1.15.2/deps/path.ts": "e9a0998d8215bb1036a0236d716c2b8df2d03dcd877badb1542e8778ce6db035", + "https://deno.land/x/lume@v1.15.2/deps/pug.ts": "27ae2b6c129f3c5c913057c9388f845fdd4eca600181480aca624f3de4c8a8a4", + "https://deno.land/x/lume@v1.15.2/deps/react.ts": "6ce99e14ad6bd9ce09f69c90b5a5597e44be78eab7f334bcab31f4824b12536a", + "https://deno.land/x/lume@v1.15.2/deps/remark.ts": "1d4c029051e40cc011cb684fed9e282b8d8a8a6d81a2e20ab998226381552788", + "https://deno.land/x/lume@v1.15.2/deps/yaml.ts": "a32dd39fcf78599d8396f40c21c1f91b0052b2cf310e696361973960c182a10a", + "https://deno.land/x/lume@v1.15.2/middlewares/logger.ts": "69e69099a2e3a8c62d0bb62014381337f6e855c6b330e210e4a705fe8111e10a", + "https://deno.land/x/lume@v1.15.2/middlewares/no_cache.ts": "95fb11d820d931b6aca268fa30aee22e315c556bd214e135bb9b5ddbcbe039d6", + "https://deno.land/x/lume@v1.15.2/middlewares/not_found.ts": "8a2b7d78d0dd4f441cee909682faac9387ca3b801f8e4ae0f6695a007313732e", + "https://deno.land/x/lume@v1.15.2/middlewares/reload.ts": "031c06bb4b090d92b9a209d78ea54956a108e84acb8dfe9a44aad3737e882676", + "https://deno.land/x/lume@v1.15.2/middlewares/reload_client.js": "34d75e01503fae8180796de882af42b1125fac88f22a010a99d5548de1ba7d72", + "https://deno.land/x/lume@v1.15.2/mod.ts": "2327311f1e815538a92e611b037ed59b987782c265d8877a61fba5c146e151ba", + "https://deno.land/x/lume@v1.15.2/plugins/imagick.ts": "50983cad8e4b97fd6004815bcbeb0fa3e3d332388ecd3bfe6e02a94e5710cef6", + "https://deno.land/x/lume@v1.15.2/plugins/json.ts": "60f3b8616c282a9c592e1974db143b3461999c55b20235eebced87482ebf16bd", + "https://deno.land/x/lume@v1.15.2/plugins/jsx.ts": "532a055f1c6c6f00d21d13cb658614d5f6fc56ea28266020d371ba5fb151461a", + "https://deno.land/x/lume@v1.15.2/plugins/lightningcss.ts": "35314acf393bbd947bfd5a766769cf03b2a5e255437c45c68de641730d26054e", + "https://deno.land/x/lume@v1.15.2/plugins/markdown.ts": "dfc6fdd0c2af96da5134567d0d57c3efc5cef3f18c48fa2eb858c7e5db03e12e", + "https://deno.land/x/lume@v1.15.2/plugins/mdx.ts": "58cdeace94871d1da8359cd726cd2364c5909e25d4af3b342db9df8de110be5b", + "https://deno.land/x/lume@v1.15.2/plugins/metas.ts": "69a3dc3569fc99dd91d6dd7329330590e9fe95abc769de685f14e324e381eea4", + "https://deno.land/x/lume@v1.15.2/plugins/modules.ts": "d31ababab5e35b47fc207685765c9431ddc7bec019061e18b1d36f527e13029d", + "https://deno.land/x/lume@v1.15.2/plugins/nunjucks.ts": "6d66887a15cd23793f95e9d38df0b77a55b4b037dd743076556d5c54e2953376", + "https://deno.land/x/lume@v1.15.2/plugins/paginate.ts": "0fefcbb290088bfa8770b84af3cd092a5fd9e8abd0adb426eb74be0927abc0da", + "https://deno.land/x/lume@v1.15.2/plugins/pug.ts": "6115a2906303720ce1afdcf299330a0bd0a3a34b805e2a7fd02792c53abbd824", + "https://deno.land/x/lume@v1.15.2/plugins/search.ts": "63b29bf31dfdb4cb9146b5e82c5d86190507842f5da0b85be9ed310c15752076", + "https://deno.land/x/lume@v1.15.2/plugins/source_maps.ts": "3d3d97691937019949fa791dbd61002c42d918d07cc7cc37028c5018b9aa1bc4", + "https://deno.land/x/lume@v1.15.2/plugins/url.ts": "43d3d47896a7322a8dd34572dedb4baa6f73a382594a2ff7c34a3a064dcc6c9e", + "https://deno.land/x/lume@v1.15.2/plugins/yaml.ts": "df24aac4098dba258f1ac331a3b16ba488a336eb63c51afed8f59201228d583c", + "https://deno.land/x/nunjucks@3.2.3-2/mod.d.ts": "7ad0a1e485a1890b16591eaa5a7b48fadca831b71b6c5e13c2a4fed279d70190", + "https://deno.land/x/nunjucks@3.2.3-2/mod.js": "3d7c6c78d98b4d9dedb4317be7898a150854cec270a9faa1ef0a77df549b619a", + "https://deno.land/x/nunjucks@3.2.3-2/src/compiler.js": "e5c219a22b0b8f660967db1513db86b3d4006d8c71d7de1e3358da7387450b1d", + "https://deno.land/x/nunjucks@3.2.3-2/src/deps.js": "959735f33da5fe75359e0b17035e42cc66b8da2c0ba416f55b7e45e6ded1de42", + "https://deno.land/x/nunjucks@3.2.3-2/src/environment.js": "064e89a4ab4c73e94c9084b950636d64eba646bb3862827854f184e0bc3e3467", + "https://deno.land/x/nunjucks@3.2.3-2/src/express_app.js": "4519e0f67fa36309a77c37620dacefcc5e82efff286e5b3e59a878f6b5850955", + "https://deno.land/x/nunjucks@3.2.3-2/src/filters.js": "2d187ad9af3f8b5b77de1c382f1fab6814fe30d39d07e2c806591cb38508b7a5", + "https://deno.land/x/nunjucks@3.2.3-2/src/globals.js": "c8e87dbc7036e1b8a73815ba964c6cc7656225e13d414e6a4daa04b81e5f063d", + "https://deno.land/x/nunjucks@3.2.3-2/src/jinja_compat.js": "08581e0096405e74c617395ee14848e5d1a38469df0a3be96966da54ef2dffbc", + "https://deno.land/x/nunjucks@3.2.3-2/src/lexer.js": "b907d8f207a20f70ef9da956dc56009ce1c8e21d5bcdf0580d93423604379af6", + "https://deno.land/x/nunjucks@3.2.3-2/src/lib.js": "47f3e94e8fab597296131a25cddb9b26d875313213317d27d2bae0b09d61f94e", + "https://deno.land/x/nunjucks@3.2.3-2/src/loader.js": "cd3aa871c0954919b4925c4c17ceb7dcae181a49386dbf71a464f22a002037d9", + "https://deno.land/x/nunjucks@3.2.3-2/src/loaders.js": "f802869dbba64e2e5704e25308509420c24af93f6cac1a06e55063f74d4e4b2b", + "https://deno.land/x/nunjucks@3.2.3-2/src/node_loaders.js": "553701d375ca131fd46ea7bdbc34150b454c608b4dc54e6acaaefd190f11ecc3", + "https://deno.land/x/nunjucks@3.2.3-2/src/nodes.js": "522375384d38e394888caa8eee947bef339b2feff45ea7fb99c3f66af459eb53", + "https://deno.land/x/nunjucks@3.2.3-2/src/object.js": "bc981128f958b306bf854654e0c1a26eb333714df9442bac5e8d59e7575696c0", + "https://deno.land/x/nunjucks@3.2.3-2/src/parser.js": "0f5186728eb7778ba0a4d79de81eda1e616cce3c22df3fd649531e77bd1e23a7", + "https://deno.land/x/nunjucks@3.2.3-2/src/precompile.js": "7055e7385ac8f7b5fa1d65ce21ad05a1ad144abb9456e9633a137620bfb45bb0", + "https://deno.land/x/nunjucks@3.2.3-2/src/precompile_global.js": "9d2a8af44ae9d9f1336e1789afef8fe102558a1fd3abbeec55a0572dce0f7de0", + "https://deno.land/x/nunjucks@3.2.3-2/src/precompiled_loader.js": "d951087a9ae3ae96fa24e050d491a9b5fbab3c4c6fae0777fa8309eace198bb3", + "https://deno.land/x/nunjucks@3.2.3-2/src/runtime.js": "e6ebe0265797eaa8e1d974c1e0414c4e4359705024a6617e56fcdaadb3828696", + "https://deno.land/x/nunjucks@3.2.3-2/src/tests.js": "0f68a51c0be20e82eb033c913bb10bca1fc7eb4fcc603943515aac4608e88999", + "https://deno.land/x/nunjucks@3.2.3-2/src/transformer.js": "401e3b1588ea2933883cc43cc329077f5b1a3a5da391f9dfc0a2a63a1a89660c", + "https://deno.land/x/nunjucks@3.2.3-2/src/waterfall.js": "4d8878b3ebcf0a1b4bf9e7575e2f30bc6467cb8ee3717b80754c945cde661b9e" + }, + "npm": { + "specifiers": { + "@mdx-js/mdx@2.2.1": "@mdx-js/mdx@2.2.1", + "date-fns@2.29.3": "date-fns@2.29.3", + "lightningcss-wasm@1.18.0": "lightningcss-wasm@1.18.0", + "markdown-it-attrs@4.1.6": "markdown-it-attrs@4.1.6_markdown-it@13.0.1", + "markdown-it-deflist@2.1.0": "markdown-it-deflist@2.1.0", + "markdown-it@13.0.1": "markdown-it@13.0.1", + "pug@3.0.2": "pug@3.0.2", + "react-dom@18.2.0": "react-dom@18.2.0_react@18.2.0", + "react@18.2.0": "react@18.2.0", + "rehype-raw@6.1.1": "rehype-raw@6.1.1", + "rehype-sanitize@5.0.1": "rehype-sanitize@5.0.1", + "rehype-stringify@9.0.3": "rehype-stringify@9.0.3", + "remark-gfm@3.0.1": "remark-gfm@3.0.1", + "remark-parse@10.0.1": "remark-parse@10.0.1", + "remark-rehype@10.1.0": "remark-rehype@10.1.0", + "unified@10.1.2": "unified@10.1.2" + }, + "packages": { + "@babel/helper-string-parser@7.19.4": { + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dependencies": {} + }, + "@babel/helper-validator-identifier@7.19.1": { + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dependencies": {} + }, + "@babel/parser@7.20.15": { + "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==", + "dependencies": {} + }, + "@babel/types@7.20.7": { + "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", + "dependencies": { + "@babel/helper-string-parser": "@babel/helper-string-parser@7.19.4", + "@babel/helper-validator-identifier": "@babel/helper-validator-identifier@7.19.1", + "to-fast-properties": "to-fast-properties@2.0.0" + } + }, + "@mdx-js/mdx@2.2.1": { + "integrity": "sha512-hZ3ex7exYLJn6FfReq8yTvA6TE53uW9UHJQM9IlSauOuS55J9y8RtA7W+dzp6Yrzr00/U1sd7q+Wf61q6SfiTQ==", + "dependencies": { + "@types/estree-jsx": "@types/estree-jsx@1.0.0", + "@types/mdx": "@types/mdx@2.0.3", + "estree-util-build-jsx": "estree-util-build-jsx@2.2.2", + "estree-util-is-identifier-name": "estree-util-is-identifier-name@2.1.0", + "estree-util-to-js": "estree-util-to-js@1.1.1", + "estree-walker": "estree-walker@3.0.3", + "hast-util-to-estree": "hast-util-to-estree@2.3.0", + "markdown-extensions": "markdown-extensions@1.1.1", + "periscopic": "periscopic@3.1.0", + "remark-mdx": "remark-mdx@2.2.1", + "remark-parse": "remark-parse@10.0.1", + "remark-rehype": "remark-rehype@10.1.0", + "unified": "unified@10.1.2", + "unist-util-position-from-estree": "unist-util-position-from-estree@1.1.2", + "unist-util-stringify-position": "unist-util-stringify-position@3.0.3", + "unist-util-visit": "unist-util-visit@4.1.2", + "vfile": "vfile@5.3.7" + } + }, + "@types/acorn@4.0.6": { + "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", + "dependencies": { "@types/estree": "@types/estree@1.0.0" } + }, + "@types/debug@4.1.7": { + "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", + "dependencies": { "@types/ms": "@types/ms@0.7.31" } + }, + "@types/estree-jsx@1.0.0": { + "integrity": "sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==", + "dependencies": { "@types/estree": "@types/estree@1.0.0" } + }, + "@types/estree@1.0.0": { + "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==", + "dependencies": {} + }, + "@types/hast@2.3.4": { + "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", + "dependencies": { "@types/unist": "@types/unist@2.0.6" } + }, + "@types/mdast@3.0.10": { + "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", + "dependencies": { "@types/unist": "@types/unist@2.0.6" } + }, + "@types/mdx@2.0.3": { + "integrity": "sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==", + "dependencies": {} + }, + "@types/ms@0.7.31": { + "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==", + "dependencies": {} + }, + "@types/parse5@6.0.3": { + "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==", + "dependencies": {} + }, + "@types/unist@2.0.6": { + "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", + "dependencies": {} + }, + "acorn-jsx@5.3.2_acorn@8.8.2": { + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dependencies": { "acorn": "acorn@8.8.2" } + }, + "acorn@7.4.1": { + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dependencies": {} + }, + "acorn@8.8.2": { + "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "dependencies": {} + }, + "argparse@2.0.1": { + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dependencies": {} + }, + "asap@2.0.6": { + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "dependencies": {} + }, + "assert-never@1.2.1": { + "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==", + "dependencies": {} + }, + "astring@1.8.4": { + "integrity": "sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw==", + "dependencies": {} + }, + "babel-walk@3.0.0-canary-5": { + "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==", + "dependencies": { "@babel/types": "@babel/types@7.20.7" } + }, + "bail@2.0.2": { + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", + "dependencies": {} + }, + "call-bind@1.0.2": { + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "function-bind@1.1.1", + "get-intrinsic": "get-intrinsic@1.2.0" + } + }, + "ccount@2.0.1": { + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", + "dependencies": {} + }, + "character-entities-html4@2.1.0": { + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", + "dependencies": {} + }, + "character-entities-legacy@3.0.0": { + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", + "dependencies": {} + }, + "character-entities@2.0.2": { + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", + "dependencies": {} + }, + "character-parser@2.2.0": { + "integrity": "sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==", + "dependencies": { "is-regex": "is-regex@1.1.4" } + }, + "character-reference-invalid@2.0.1": { + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", + "dependencies": {} + }, + "comma-separated-tokens@2.0.3": { + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "dependencies": {} + }, + "constantinople@4.0.1": { + "integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==", + "dependencies": { + "@babel/parser": "@babel/parser@7.20.15", + "@babel/types": "@babel/types@7.20.7" + } + }, + "date-fns@2.29.3": { + "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", + "dependencies": {} + }, + "debug@4.3.4": { + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { "ms": "ms@2.1.2" } + }, + "decode-named-character-reference@1.0.2": { + "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", + "dependencies": { "character-entities": "character-entities@2.0.2" } + }, + "dequal@2.0.3": { + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "dependencies": {} + }, + "diff@5.1.0": { + "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", + "dependencies": {} + }, + "doctypes@1.1.0": { + "integrity": "sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==", + "dependencies": {} + }, + "entities@3.0.1": { + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", + "dependencies": {} + }, + "escape-string-regexp@5.0.0": { + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "dependencies": {} + }, + "estree-util-attach-comments@2.1.1": { + "integrity": "sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==", + "dependencies": { "@types/estree": "@types/estree@1.0.0" } + }, + "estree-util-build-jsx@2.2.2": { + "integrity": "sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==", + "dependencies": { + "@types/estree-jsx": "@types/estree-jsx@1.0.0", + "estree-util-is-identifier-name": "estree-util-is-identifier-name@2.1.0", + "estree-walker": "estree-walker@3.0.3" + } + }, + "estree-util-is-identifier-name@2.1.0": { + "integrity": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==", + "dependencies": {} + }, + "estree-util-to-js@1.1.1": { + "integrity": "sha512-tW/ADSJON4o+T8rSmSX1ZXdat4n6bVOu0iTUFY9ZFF2dD/1/Hug8Lc/HYuJRA4Mop9zDZHQMo1m4lIxxJHkTjQ==", + "dependencies": { + "@types/estree-jsx": "@types/estree-jsx@1.0.0", + "astring": "astring@1.8.4", + "source-map": "source-map@0.7.4" + } + }, + "estree-util-visit@1.2.1": { + "integrity": "sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==", + "dependencies": { + "@types/estree-jsx": "@types/estree-jsx@1.0.0", + "@types/unist": "@types/unist@2.0.6" + } + }, + "estree-walker@3.0.3": { + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dependencies": { "@types/estree": "@types/estree@1.0.0" } + }, + "extend@3.0.2": { + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dependencies": {} + }, + "function-bind@1.1.1": { + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dependencies": {} + }, + "get-intrinsic@1.2.0": { + "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==", + "dependencies": { + "function-bind": "function-bind@1.1.1", + "has": "has@1.0.3", + "has-symbols": "has-symbols@1.0.3" + } + }, + "has-symbols@1.0.3": { + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dependencies": {} + }, + "has-tostringtag@1.0.0": { + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dependencies": { "has-symbols": "has-symbols@1.0.3" } + }, + "has@1.0.3": { + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { "function-bind": "function-bind@1.1.1" } + }, + "hast-util-from-parse5@7.1.1": { + "integrity": "sha512-R6PoNcUs89ZxLJmMWsVbwSWuz95/9OriyQZ3e2ybwqGsRXzhA6gv49rgGmQvLbZuSNDv9fCg7vV7gXUsvtUFaA==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "@types/unist": "@types/unist@2.0.6", + "hastscript": "hastscript@7.2.0", + "property-information": "property-information@6.2.0", + "vfile": "vfile@5.3.7", + "vfile-location": "vfile-location@4.1.0", + "web-namespaces": "web-namespaces@2.0.1" + } + }, + "hast-util-parse-selector@3.1.1": { + "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", + "dependencies": { "@types/hast": "@types/hast@2.3.4" } + }, + "hast-util-raw@7.2.3": { + "integrity": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "@types/parse5": "@types/parse5@6.0.3", + "hast-util-from-parse5": "hast-util-from-parse5@7.1.1", + "hast-util-to-parse5": "hast-util-to-parse5@7.1.0", + "html-void-elements": "html-void-elements@2.0.1", + "parse5": "parse5@6.0.1", + "unist-util-position": "unist-util-position@4.0.4", + "unist-util-visit": "unist-util-visit@4.1.2", + "vfile": "vfile@5.3.7", + "web-namespaces": "web-namespaces@2.0.1", + "zwitch": "zwitch@2.0.4" + } + }, + "hast-util-sanitize@4.1.0": { + "integrity": "sha512-Hd9tU0ltknMGRDv+d6Ro/4XKzBqQnP/EZrpiTbpFYfXv/uOhWeKc+2uajcbEvAEH98VZd7eII2PiXm13RihnLw==", + "dependencies": { "@types/hast": "@types/hast@2.3.4" } + }, + "hast-util-to-estree@2.3.0": { + "integrity": "sha512-FCFA4GhTQqRO9n8dDDj9IlSWiVxDEY7jEOmTWocMpF5IiQ2BADVYf72AWB1hsZmJJPDsf5VTvYZnXHS/52HA4w==", + "dependencies": { + "@types/estree": "@types/estree@1.0.0", + "@types/estree-jsx": "@types/estree-jsx@1.0.0", + "@types/hast": "@types/hast@2.3.4", + "@types/unist": "@types/unist@2.0.6", + "comma-separated-tokens": "comma-separated-tokens@2.0.3", + "estree-util-attach-comments": "estree-util-attach-comments@2.1.1", + "estree-util-is-identifier-name": "estree-util-is-identifier-name@2.1.0", + "hast-util-whitespace": "hast-util-whitespace@2.0.1", + "mdast-util-mdx-expression": "mdast-util-mdx-expression@1.3.2", + "mdast-util-mdxjs-esm": "mdast-util-mdxjs-esm@1.3.1", + "property-information": "property-information@6.2.0", + "space-separated-tokens": "space-separated-tokens@2.0.2", + "style-to-object": "style-to-object@0.4.1", + "unist-util-position": "unist-util-position@4.0.4", + "zwitch": "zwitch@2.0.4" + } + }, + "hast-util-to-html@8.0.4": { + "integrity": "sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "@types/unist": "@types/unist@2.0.6", + "ccount": "ccount@2.0.1", + "comma-separated-tokens": "comma-separated-tokens@2.0.3", + "hast-util-raw": "hast-util-raw@7.2.3", + "hast-util-whitespace": "hast-util-whitespace@2.0.1", + "html-void-elements": "html-void-elements@2.0.1", + "property-information": "property-information@6.2.0", + "space-separated-tokens": "space-separated-tokens@2.0.2", + "stringify-entities": "stringify-entities@4.0.3", + "zwitch": "zwitch@2.0.4" + } + }, + "hast-util-to-parse5@7.1.0": { + "integrity": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "comma-separated-tokens": "comma-separated-tokens@2.0.3", + "property-information": "property-information@6.2.0", + "space-separated-tokens": "space-separated-tokens@2.0.2", + "web-namespaces": "web-namespaces@2.0.1", + "zwitch": "zwitch@2.0.4" + } + }, + "hast-util-whitespace@2.0.1": { + "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", + "dependencies": {} + }, + "hastscript@7.2.0": { + "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "comma-separated-tokens": "comma-separated-tokens@2.0.3", + "hast-util-parse-selector": "hast-util-parse-selector@3.1.1", + "property-information": "property-information@6.2.0", + "space-separated-tokens": "space-separated-tokens@2.0.2" + } + }, + "html-void-elements@2.0.1": { + "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==", + "dependencies": {} + }, + "inline-style-parser@0.1.1": { + "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", + "dependencies": {} + }, + "is-alphabetical@2.0.1": { + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", + "dependencies": {} + }, + "is-alphanumerical@2.0.1": { + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", + "dependencies": { + "is-alphabetical": "is-alphabetical@2.0.1", + "is-decimal": "is-decimal@2.0.1" + } + }, + "is-buffer@2.0.5": { + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "dependencies": {} + }, + "is-core-module@2.11.0": { + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dependencies": { "has": "has@1.0.3" } + }, + "is-decimal@2.0.1": { + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", + "dependencies": {} + }, + "is-expression@4.0.0": { + "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", + "dependencies": { + "acorn": "acorn@7.4.1", + "object-assign": "object-assign@4.1.1" + } + }, + "is-hexadecimal@2.0.1": { + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", + "dependencies": {} + }, + "is-plain-obj@4.1.0": { + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", + "dependencies": {} + }, + "is-promise@2.2.2": { + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", + "dependencies": {} + }, + "is-reference@3.0.1": { + "integrity": "sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==", + "dependencies": { "@types/estree": "@types/estree@1.0.0" } + }, + "is-regex@1.1.4": { + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dependencies": { + "call-bind": "call-bind@1.0.2", + "has-tostringtag": "has-tostringtag@1.0.0" + } + }, + "js-stringify@1.0.2": { + "integrity": "sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==", + "dependencies": {} + }, + "js-tokens@4.0.0": { + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dependencies": {} + }, + "jstransformer@1.0.0": { + "integrity": "sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==", + "dependencies": { + "is-promise": "is-promise@2.2.2", + "promise": "promise@7.3.1" + } + }, + "kleur@4.1.5": { + "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", + "dependencies": {} + }, + "lightningcss-wasm@1.18.0": { + "integrity": "sha512-abx10CItvB4xTLKoOFhgkC3qAknaLeqY/Gnq0sfVdywSVM5/zG5YZS9kk96g+vHAf9QkIxcMVL/pRyB3mPsjmQ==", + "dependencies": { "napi-wasm": "napi-wasm@1.0.1" } + }, + "linkify-it@4.0.1": { + "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==", + "dependencies": { "uc.micro": "uc.micro@1.0.6" } + }, + "longest-streak@3.1.0": { + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", + "dependencies": {} + }, + "loose-envify@1.4.0": { + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dependencies": { "js-tokens": "js-tokens@4.0.0" } + }, + "markdown-extensions@1.1.1": { + "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==", + "dependencies": {} + }, + "markdown-it-attrs@4.1.6_markdown-it@13.0.1": { + "integrity": "sha512-O7PDKZlN8RFMyDX13JnctQompwrrILuz2y43pW2GagcwpIIElkAdfeek+erHfxUOlXWPsjFeWmZ8ch1xtRLWpA==", + "dependencies": { "markdown-it": "markdown-it@13.0.1" } + }, + "markdown-it-deflist@2.1.0": { + "integrity": "sha512-3OuqoRUlSxJiuQYu0cWTLHNhhq2xtoSFqsZK8plANg91+RJQU1ziQ6lA2LzmFAEes18uPBsHZpcX6We5l76Nzg==", + "dependencies": {} + }, + "markdown-it@13.0.1": { + "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", + "dependencies": { + "argparse": "argparse@2.0.1", + "entities": "entities@3.0.1", + "linkify-it": "linkify-it@4.0.1", + "mdurl": "mdurl@1.0.1", + "uc.micro": "uc.micro@1.0.6" + } + }, + "markdown-table@3.0.3": { + "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", + "dependencies": {} + }, + "mdast-util-definitions@5.1.2": { + "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "@types/unist": "@types/unist@2.0.6", + "unist-util-visit": "unist-util-visit@4.1.2" + } + }, + "mdast-util-find-and-replace@2.2.2": { + "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "escape-string-regexp": "escape-string-regexp@5.0.0", + "unist-util-is": "unist-util-is@5.2.0", + "unist-util-visit-parents": "unist-util-visit-parents@5.1.3" + } + }, + "mdast-util-from-markdown@1.3.0": { + "integrity": "sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "@types/unist": "@types/unist@2.0.6", + "decode-named-character-reference": "decode-named-character-reference@1.0.2", + "mdast-util-to-string": "mdast-util-to-string@3.1.1", + "micromark": "micromark@3.1.0", + "micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@1.0.0", + "micromark-util-decode-string": "micromark-util-decode-string@1.0.2", + "micromark-util-normalize-identifier": "micromark-util-normalize-identifier@1.0.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "unist-util-stringify-position": "unist-util-stringify-position@3.0.3", + "uvu": "uvu@0.5.6" + } + }, + "mdast-util-gfm-autolink-literal@1.0.3": { + "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "ccount": "ccount@2.0.1", + "mdast-util-find-and-replace": "mdast-util-find-and-replace@2.2.2", + "micromark-util-character": "micromark-util-character@1.1.0" + } + }, + "mdast-util-gfm-footnote@1.0.2": { + "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0", + "micromark-util-normalize-identifier": "micromark-util-normalize-identifier@1.0.0" + } + }, + "mdast-util-gfm-strikethrough@1.0.3": { + "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0" + } + }, + "mdast-util-gfm-table@1.0.7": { + "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "markdown-table": "markdown-table@3.0.3", + "mdast-util-from-markdown": "mdast-util-from-markdown@1.3.0", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0" + } + }, + "mdast-util-gfm-task-list-item@1.0.2": { + "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0" + } + }, + "mdast-util-gfm@2.0.2": { + "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==", + "dependencies": { + "mdast-util-from-markdown": "mdast-util-from-markdown@1.3.0", + "mdast-util-gfm-autolink-literal": "mdast-util-gfm-autolink-literal@1.0.3", + "mdast-util-gfm-footnote": "mdast-util-gfm-footnote@1.0.2", + "mdast-util-gfm-strikethrough": "mdast-util-gfm-strikethrough@1.0.3", + "mdast-util-gfm-table": "mdast-util-gfm-table@1.0.7", + "mdast-util-gfm-task-list-item": "mdast-util-gfm-task-list-item@1.0.2", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0" + } + }, + "mdast-util-mdx-expression@1.3.2": { + "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==", + "dependencies": { + "@types/estree-jsx": "@types/estree-jsx@1.0.0", + "@types/hast": "@types/hast@2.3.4", + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-from-markdown": "mdast-util-from-markdown@1.3.0", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0" + } + }, + "mdast-util-mdx-jsx@2.1.1": { + "integrity": "sha512-dV398twlcAKiqQfj3BkC4PWinVlG1YSL/qs71M7z8xmSksqp3lATH+qrmWUJBOIjOYcD5xuIu6k1ld2btB3EqQ==", + "dependencies": { + "@types/estree-jsx": "@types/estree-jsx@1.0.0", + "@types/hast": "@types/hast@2.3.4", + "@types/mdast": "@types/mdast@3.0.10", + "ccount": "ccount@2.0.1", + "mdast-util-from-markdown": "mdast-util-from-markdown@1.3.0", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0", + "parse-entities": "parse-entities@4.0.0", + "stringify-entities": "stringify-entities@4.0.3", + "unist-util-remove-position": "unist-util-remove-position@4.0.2", + "unist-util-stringify-position": "unist-util-stringify-position@3.0.3", + "vfile-message": "vfile-message@3.1.4" + } + }, + "mdast-util-mdx@2.0.1": { + "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==", + "dependencies": { + "mdast-util-from-markdown": "mdast-util-from-markdown@1.3.0", + "mdast-util-mdx-expression": "mdast-util-mdx-expression@1.3.2", + "mdast-util-mdx-jsx": "mdast-util-mdx-jsx@2.1.1", + "mdast-util-mdxjs-esm": "mdast-util-mdxjs-esm@1.3.1", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0" + } + }, + "mdast-util-mdxjs-esm@1.3.1": { + "integrity": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==", + "dependencies": { + "@types/estree-jsx": "@types/estree-jsx@1.0.0", + "@types/hast": "@types/hast@2.3.4", + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-from-markdown": "mdast-util-from-markdown@1.3.0", + "mdast-util-to-markdown": "mdast-util-to-markdown@1.5.0" + } + }, + "mdast-util-phrasing@3.0.1": { + "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "unist-util-is": "unist-util-is@5.2.0" + } + }, + "mdast-util-to-hast@12.3.0": { + "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-definitions": "mdast-util-definitions@5.1.2", + "micromark-util-sanitize-uri": "micromark-util-sanitize-uri@1.1.0", + "trim-lines": "trim-lines@3.0.1", + "unist-util-generated": "unist-util-generated@2.0.1", + "unist-util-position": "unist-util-position@4.0.4", + "unist-util-visit": "unist-util-visit@4.1.2" + } + }, + "mdast-util-to-markdown@1.5.0": { + "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "@types/unist": "@types/unist@2.0.6", + "longest-streak": "longest-streak@3.1.0", + "mdast-util-phrasing": "mdast-util-phrasing@3.0.1", + "mdast-util-to-string": "mdast-util-to-string@3.1.1", + "micromark-util-decode-string": "micromark-util-decode-string@1.0.2", + "unist-util-visit": "unist-util-visit@4.1.2", + "zwitch": "zwitch@2.0.4" + } + }, + "mdast-util-to-string@3.1.1": { + "integrity": "sha512-tGvhT94e+cVnQt8JWE9/b3cUQZWS732TJxXHktvP+BYo62PpYD53Ls/6cC60rW21dW+txxiM4zMdc6abASvZKA==", + "dependencies": { "@types/mdast": "@types/mdast@3.0.10" } + }, + "mdurl@1.0.1": { + "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", + "dependencies": {} + }, + "micromark-core-commonmark@1.0.6": { + "integrity": "sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==", + "dependencies": { + "decode-named-character-reference": "decode-named-character-reference@1.0.2", + "micromark-factory-destination": "micromark-factory-destination@1.0.0", + "micromark-factory-label": "micromark-factory-label@1.0.2", + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-factory-title": "micromark-factory-title@1.0.2", + "micromark-factory-whitespace": "micromark-factory-whitespace@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-chunked": "micromark-util-chunked@1.0.0", + "micromark-util-classify-character": "micromark-util-classify-character@1.0.0", + "micromark-util-html-tag-name": "micromark-util-html-tag-name@1.1.0", + "micromark-util-normalize-identifier": "micromark-util-normalize-identifier@1.0.0", + "micromark-util-resolve-all": "micromark-util-resolve-all@1.0.0", + "micromark-util-subtokenize": "micromark-util-subtokenize@1.0.2", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-extension-gfm-autolink-literal@1.0.3": { + "integrity": "sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg==", + "dependencies": { + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-sanitize-uri": "micromark-util-sanitize-uri@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-extension-gfm-footnote@1.0.4": { + "integrity": "sha512-E/fmPmDqLiMUP8mLJ8NbJWJ4bTw6tS+FEQS8CcuDtZpILuOb2kjLqPEeAePF1djXROHXChM/wPJw0iS4kHCcIg==", + "dependencies": { + "micromark-core-commonmark": "micromark-core-commonmark@1.0.6", + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-normalize-identifier": "micromark-util-normalize-identifier@1.0.0", + "micromark-util-sanitize-uri": "micromark-util-sanitize-uri@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-extension-gfm-strikethrough@1.0.4": { + "integrity": "sha512-/vjHU/lalmjZCT5xt7CcHVJGq8sYRm80z24qAKXzaHzem/xsDYb2yLL+NNVbYvmpLx3O7SYPuGL5pzusL9CLIQ==", + "dependencies": { + "micromark-util-chunked": "micromark-util-chunked@1.0.0", + "micromark-util-classify-character": "micromark-util-classify-character@1.0.0", + "micromark-util-resolve-all": "micromark-util-resolve-all@1.0.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-extension-gfm-table@1.0.5": { + "integrity": "sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg==", + "dependencies": { + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-extension-gfm-tagfilter@1.0.1": { + "integrity": "sha512-Ty6psLAcAjboRa/UKUbbUcwjVAv5plxmpUTy2XC/3nJFL37eHej8jrHrRzkqcpipJliuBH30DTs7+3wqNcQUVA==", + "dependencies": { "micromark-util-types": "micromark-util-types@1.0.2" } + }, + "micromark-extension-gfm-task-list-item@1.0.3": { + "integrity": "sha512-PpysK2S1Q/5VXi72IIapbi/jliaiOFzv7THH4amwXeYXLq3l1uo8/2Be0Ac1rEwK20MQEsGH2ltAZLNY2KI/0Q==", + "dependencies": { + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-extension-gfm@2.0.1": { + "integrity": "sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA==", + "dependencies": { + "micromark-extension-gfm-autolink-literal": "micromark-extension-gfm-autolink-literal@1.0.3", + "micromark-extension-gfm-footnote": "micromark-extension-gfm-footnote@1.0.4", + "micromark-extension-gfm-strikethrough": "micromark-extension-gfm-strikethrough@1.0.4", + "micromark-extension-gfm-table": "micromark-extension-gfm-table@1.0.5", + "micromark-extension-gfm-tagfilter": "micromark-extension-gfm-tagfilter@1.0.1", + "micromark-extension-gfm-task-list-item": "micromark-extension-gfm-task-list-item@1.0.3", + "micromark-util-combine-extensions": "micromark-util-combine-extensions@1.0.0", + "micromark-util-types": "micromark-util-types@1.0.2" + } + }, + "micromark-extension-mdx-expression@1.0.4": { + "integrity": "sha512-TCgLxqW6ReQ3AJgtj1P0P+8ZThBTloLbeb7jNaqr6mCOLDpxUiBFE/9STgooMZttEwOQu5iEcCCa3ZSDhY9FGw==", + "dependencies": { + "micromark-factory-mdx-expression": "micromark-factory-mdx-expression@1.0.7", + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-events-to-acorn": "micromark-util-events-to-acorn@1.2.1", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-extension-mdx-jsx@1.0.3": { + "integrity": "sha512-VfA369RdqUISF0qGgv2FfV7gGjHDfn9+Qfiv5hEwpyr1xscRj/CiVRkU7rywGFCO7JwJ5L0e7CJz60lY52+qOA==", + "dependencies": { + "@types/acorn": "@types/acorn@4.0.6", + "estree-util-is-identifier-name": "estree-util-is-identifier-name@2.1.0", + "micromark-factory-mdx-expression": "micromark-factory-mdx-expression@1.0.7", + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6", + "vfile-message": "vfile-message@3.1.4" + } + }, + "micromark-extension-mdx-md@1.0.0": { + "integrity": "sha512-xaRAMoSkKdqZXDAoSgp20Azm0aRQKGOl0RrS81yGu8Hr/JhMsBmfs4wR7m9kgVUIO36cMUQjNyiyDKPrsv8gOw==", + "dependencies": { "micromark-util-types": "micromark-util-types@1.0.2" } + }, + "micromark-extension-mdxjs-esm@1.0.3": { + "integrity": "sha512-2N13ol4KMoxb85rdDwTAC6uzs8lMX0zeqpcyx7FhS7PxXomOnLactu8WI8iBNXW8AVyea3KIJd/1CKnUmwrK9A==", + "dependencies": { + "micromark-core-commonmark": "micromark-core-commonmark@1.0.6", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-events-to-acorn": "micromark-util-events-to-acorn@1.2.1", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "unist-util-position-from-estree": "unist-util-position-from-estree@1.1.2", + "uvu": "uvu@0.5.6", + "vfile-message": "vfile-message@3.1.4" + } + }, + "micromark-extension-mdxjs@1.0.0_acorn@8.8.2": { + "integrity": "sha512-TZZRZgeHvtgm+IhtgC2+uDMR7h8eTKF0QUX9YsgoL9+bADBpBY6SiLvWqnBlLbCEevITmTqmEuY3FoxMKVs1rQ==", + "dependencies": { + "acorn": "acorn@8.8.2", + "acorn-jsx": "acorn-jsx@5.3.2_acorn@8.8.2", + "micromark-extension-mdx-expression": "micromark-extension-mdx-expression@1.0.4", + "micromark-extension-mdx-jsx": "micromark-extension-mdx-jsx@1.0.3", + "micromark-extension-mdx-md": "micromark-extension-mdx-md@1.0.0", + "micromark-extension-mdxjs-esm": "micromark-extension-mdxjs-esm@1.0.3", + "micromark-util-combine-extensions": "micromark-util-combine-extensions@1.0.0", + "micromark-util-types": "micromark-util-types@1.0.2" + } + }, + "micromark-factory-destination@1.0.0": { + "integrity": "sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==", + "dependencies": { + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2" + } + }, + "micromark-factory-label@1.0.2": { + "integrity": "sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==", + "dependencies": { + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-factory-mdx-expression@1.0.7": { + "integrity": "sha512-QAdFbkQagTZ/eKb8zDGqmjvgevgJH3+aQpvvKrXWxNJp3o8/l2cAbbrBd0E04r0Gx6nssPpqWIjnbHFvZu5qsQ==", + "dependencies": { + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-events-to-acorn": "micromark-util-events-to-acorn@1.2.1", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "unist-util-position-from-estree": "unist-util-position-from-estree@1.1.2", + "uvu": "uvu@0.5.6", + "vfile-message": "vfile-message@3.1.4" + } + }, + "micromark-factory-space@1.0.0": { + "integrity": "sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==", + "dependencies": { + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-types": "micromark-util-types@1.0.2" + } + }, + "micromark-factory-title@1.0.2": { + "integrity": "sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==", + "dependencies": { + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-factory-whitespace@1.0.0": { + "integrity": "sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==", + "dependencies": { + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2" + } + }, + "micromark-util-character@1.1.0": { + "integrity": "sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==", + "dependencies": { + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2" + } + }, + "micromark-util-chunked@1.0.0": { + "integrity": "sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==", + "dependencies": { + "micromark-util-symbol": "micromark-util-symbol@1.0.1" + } + }, + "micromark-util-classify-character@1.0.0": { + "integrity": "sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==", + "dependencies": { + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2" + } + }, + "micromark-util-combine-extensions@1.0.0": { + "integrity": "sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==", + "dependencies": { + "micromark-util-chunked": "micromark-util-chunked@1.0.0", + "micromark-util-types": "micromark-util-types@1.0.2" + } + }, + "micromark-util-decode-numeric-character-reference@1.0.0": { + "integrity": "sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==", + "dependencies": { + "micromark-util-symbol": "micromark-util-symbol@1.0.1" + } + }, + "micromark-util-decode-string@1.0.2": { + "integrity": "sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==", + "dependencies": { + "decode-named-character-reference": "decode-named-character-reference@1.0.2", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@1.0.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1" + } + }, + "micromark-util-encode@1.0.1": { + "integrity": "sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==", + "dependencies": {} + }, + "micromark-util-events-to-acorn@1.2.1": { + "integrity": "sha512-mkg3BaWlw6ZTkQORrKVBW4o9ICXPxLtGz51vml5mQpKFdo9vqIX68CAx5JhTOdjQyAHH7JFmm4rh8toSPQZUmg==", + "dependencies": { + "@types/acorn": "@types/acorn@4.0.6", + "@types/estree": "@types/estree@1.0.0", + "estree-util-visit": "estree-util-visit@1.2.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6", + "vfile-location": "vfile-location@4.1.0", + "vfile-message": "vfile-message@3.1.4" + } + }, + "micromark-util-html-tag-name@1.1.0": { + "integrity": "sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==", + "dependencies": {} + }, + "micromark-util-normalize-identifier@1.0.0": { + "integrity": "sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==", + "dependencies": { + "micromark-util-symbol": "micromark-util-symbol@1.0.1" + } + }, + "micromark-util-resolve-all@1.0.0": { + "integrity": "sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==", + "dependencies": { "micromark-util-types": "micromark-util-types@1.0.2" } + }, + "micromark-util-sanitize-uri@1.1.0": { + "integrity": "sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==", + "dependencies": { + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-encode": "micromark-util-encode@1.0.1", + "micromark-util-symbol": "micromark-util-symbol@1.0.1" + } + }, + "micromark-util-subtokenize@1.0.2": { + "integrity": "sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==", + "dependencies": { + "micromark-util-chunked": "micromark-util-chunked@1.0.0", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "micromark-util-symbol@1.0.1": { + "integrity": "sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==", + "dependencies": {} + }, + "micromark-util-types@1.0.2": { + "integrity": "sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==", + "dependencies": {} + }, + "micromark@3.1.0": { + "integrity": "sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==", + "dependencies": { + "@types/debug": "@types/debug@4.1.7", + "debug": "debug@4.3.4", + "decode-named-character-reference": "decode-named-character-reference@1.0.2", + "micromark-core-commonmark": "micromark-core-commonmark@1.0.6", + "micromark-factory-space": "micromark-factory-space@1.0.0", + "micromark-util-character": "micromark-util-character@1.1.0", + "micromark-util-chunked": "micromark-util-chunked@1.0.0", + "micromark-util-combine-extensions": "micromark-util-combine-extensions@1.0.0", + "micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@1.0.0", + "micromark-util-encode": "micromark-util-encode@1.0.1", + "micromark-util-normalize-identifier": "micromark-util-normalize-identifier@1.0.0", + "micromark-util-resolve-all": "micromark-util-resolve-all@1.0.0", + "micromark-util-sanitize-uri": "micromark-util-sanitize-uri@1.1.0", + "micromark-util-subtokenize": "micromark-util-subtokenize@1.0.2", + "micromark-util-symbol": "micromark-util-symbol@1.0.1", + "micromark-util-types": "micromark-util-types@1.0.2", + "uvu": "uvu@0.5.6" + } + }, + "mri@1.2.0": { + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", + "dependencies": {} + }, + "ms@2.1.2": { + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dependencies": {} + }, + "napi-wasm@1.0.1": { + "integrity": "sha512-70Ks5fMTw5/5iZJg8dtyivwPP9tgyeLRHGa2j4GlFOjz4lWbbTWrDAvSeJlQg+o++cWpX2bSPGI1Hu4W2kbOoA==", + "dependencies": {} + }, + "object-assign@4.1.1": { + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dependencies": {} + }, + "parse-entities@4.0.0": { + "integrity": "sha512-5nk9Fn03x3rEhGaX1FU6IDwG/k+GxLXlFAkgrbM1asuAFl3BhdQWvASaIsmwWypRNcZKHPYnIuOSfIWEyEQnPQ==", + "dependencies": { + "@types/unist": "@types/unist@2.0.6", + "character-entities": "character-entities@2.0.2", + "character-entities-legacy": "character-entities-legacy@3.0.0", + "character-reference-invalid": "character-reference-invalid@2.0.1", + "decode-named-character-reference": "decode-named-character-reference@1.0.2", + "is-alphanumerical": "is-alphanumerical@2.0.1", + "is-decimal": "is-decimal@2.0.1", + "is-hexadecimal": "is-hexadecimal@2.0.1" + } + }, + "parse5@6.0.1": { + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dependencies": {} + }, + "path-parse@1.0.7": { + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dependencies": {} + }, + "periscopic@3.1.0": { + "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==", + "dependencies": { + "@types/estree": "@types/estree@1.0.0", + "estree-walker": "estree-walker@3.0.3", + "is-reference": "is-reference@3.0.1" + } + }, + "promise@7.3.1": { + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "dependencies": { "asap": "asap@2.0.6" } + }, + "property-information@6.2.0": { + "integrity": "sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==", + "dependencies": {} + }, + "pug-attrs@3.0.0": { + "integrity": "sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==", + "dependencies": { + "constantinople": "constantinople@4.0.1", + "js-stringify": "js-stringify@1.0.2", + "pug-runtime": "pug-runtime@3.0.1" + } + }, + "pug-code-gen@3.0.2": { + "integrity": "sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==", + "dependencies": { + "constantinople": "constantinople@4.0.1", + "doctypes": "doctypes@1.1.0", + "js-stringify": "js-stringify@1.0.2", + "pug-attrs": "pug-attrs@3.0.0", + "pug-error": "pug-error@2.0.0", + "pug-runtime": "pug-runtime@3.0.1", + "void-elements": "void-elements@3.1.0", + "with": "with@7.0.2" + } + }, + "pug-error@2.0.0": { + "integrity": "sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==", + "dependencies": {} + }, + "pug-filters@4.0.0": { + "integrity": "sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==", + "dependencies": { + "constantinople": "constantinople@4.0.1", + "jstransformer": "jstransformer@1.0.0", + "pug-error": "pug-error@2.0.0", + "pug-walk": "pug-walk@2.0.0", + "resolve": "resolve@1.22.1" + } + }, + "pug-lexer@5.0.1": { + "integrity": "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==", + "dependencies": { + "character-parser": "character-parser@2.2.0", + "is-expression": "is-expression@4.0.0", + "pug-error": "pug-error@2.0.0" + } + }, + "pug-linker@4.0.0": { + "integrity": "sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==", + "dependencies": { + "pug-error": "pug-error@2.0.0", + "pug-walk": "pug-walk@2.0.0" + } + }, + "pug-load@3.0.0": { + "integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==", + "dependencies": { + "object-assign": "object-assign@4.1.1", + "pug-walk": "pug-walk@2.0.0" + } + }, + "pug-parser@6.0.0": { + "integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==", + "dependencies": { + "pug-error": "pug-error@2.0.0", + "token-stream": "token-stream@1.0.0" + } + }, + "pug-runtime@3.0.1": { + "integrity": "sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==", + "dependencies": {} + }, + "pug-strip-comments@2.0.0": { + "integrity": "sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==", + "dependencies": { "pug-error": "pug-error@2.0.0" } + }, + "pug-walk@2.0.0": { + "integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==", + "dependencies": {} + }, + "pug@3.0.2": { + "integrity": "sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==", + "dependencies": { + "pug-code-gen": "pug-code-gen@3.0.2", + "pug-filters": "pug-filters@4.0.0", + "pug-lexer": "pug-lexer@5.0.1", + "pug-linker": "pug-linker@4.0.0", + "pug-load": "pug-load@3.0.0", + "pug-parser": "pug-parser@6.0.0", + "pug-runtime": "pug-runtime@3.0.1", + "pug-strip-comments": "pug-strip-comments@2.0.0" + } + }, + "react-dom@18.2.0_react@18.2.0": { + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "dependencies": { + "loose-envify": "loose-envify@1.4.0", + "react": "react@18.2.0", + "scheduler": "scheduler@0.23.0" + } + }, + "react@18.2.0": { + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "dependencies": { "loose-envify": "loose-envify@1.4.0" } + }, + "rehype-raw@6.1.1": { + "integrity": "sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "hast-util-raw": "hast-util-raw@7.2.3", + "unified": "unified@10.1.2" + } + }, + "rehype-sanitize@5.0.1": { + "integrity": "sha512-da/jIOjq8eYt/1r9GN6GwxIR3gde7OZ+WV8pheu1tL8K0D9KxM2AyMh+UEfke+FfdM3PvGHeYJU0Td5OWa7L5A==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "hast-util-sanitize": "hast-util-sanitize@4.1.0", + "unified": "unified@10.1.2" + } + }, + "rehype-stringify@9.0.3": { + "integrity": "sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "hast-util-to-html": "hast-util-to-html@8.0.4", + "unified": "unified@10.1.2" + } + }, + "remark-gfm@3.0.1": { + "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-gfm": "mdast-util-gfm@2.0.2", + "micromark-extension-gfm": "micromark-extension-gfm@2.0.1", + "unified": "unified@10.1.2" + } + }, + "remark-mdx@2.2.1": { + "integrity": "sha512-R9wcN+/THRXTKyRBp6Npo/mcbGA2iT3N4G8qUqLA5pOEg7kBidHv8K2hHidCMYZ6DXmwK18umu0K4cicgA2PPQ==", + "dependencies": { + "mdast-util-mdx": "mdast-util-mdx@2.0.1", + "micromark-extension-mdxjs": "micromark-extension-mdxjs@1.0.0_acorn@8.8.2" + } + }, + "remark-parse@10.0.1": { + "integrity": "sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==", + "dependencies": { + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-from-markdown": "mdast-util-from-markdown@1.3.0", + "unified": "unified@10.1.2" + } + }, + "remark-rehype@10.1.0": { + "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", + "dependencies": { + "@types/hast": "@types/hast@2.3.4", + "@types/mdast": "@types/mdast@3.0.10", + "mdast-util-to-hast": "mdast-util-to-hast@12.3.0", + "unified": "unified@10.1.2" + } + }, + "resolve@1.22.1": { + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dependencies": { + "is-core-module": "is-core-module@2.11.0", + "path-parse": "path-parse@1.0.7", + "supports-preserve-symlinks-flag": "supports-preserve-symlinks-flag@1.0.0" + } + }, + "sade@1.8.1": { + "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", + "dependencies": { "mri": "mri@1.2.0" } + }, + "scheduler@0.23.0": { + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "dependencies": { "loose-envify": "loose-envify@1.4.0" } + }, + "source-map@0.7.4": { + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dependencies": {} + }, + "space-separated-tokens@2.0.2": { + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "dependencies": {} + }, + "stringify-entities@4.0.3": { + "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", + "dependencies": { + "character-entities-html4": "character-entities-html4@2.1.0", + "character-entities-legacy": "character-entities-legacy@3.0.0" + } + }, + "style-to-object@0.4.1": { + "integrity": "sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==", + "dependencies": { "inline-style-parser": "inline-style-parser@0.1.1" } + }, + "supports-preserve-symlinks-flag@1.0.0": { + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dependencies": {} + }, + "to-fast-properties@2.0.0": { + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dependencies": {} + }, + "token-stream@1.0.0": { + "integrity": "sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==", + "dependencies": {} + }, + "trim-lines@3.0.1": { + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", + "dependencies": {} + }, + "trough@2.1.0": { + "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", + "dependencies": {} + }, + "uc.micro@1.0.6": { + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==", + "dependencies": {} + }, + "unified@10.1.2": { + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "dependencies": { + "@types/unist": "@types/unist@2.0.6", + "bail": "bail@2.0.2", + "extend": "extend@3.0.2", + "is-buffer": "is-buffer@2.0.5", + "is-plain-obj": "is-plain-obj@4.1.0", + "trough": "trough@2.1.0", + "vfile": "vfile@5.3.7" + } + }, + "unist-util-generated@2.0.1": { + "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==", + "dependencies": {} + }, + "unist-util-is@5.2.0": { + "integrity": "sha512-Glt17jWwZeyqrFqOK0pF1Ded5U3yzJnFr8CG1GMjCWTp9zDo2p+cmD6pWbZU8AgM5WU3IzRv6+rBwhzsGh6hBQ==", + "dependencies": {} + }, + "unist-util-position-from-estree@1.1.2": { + "integrity": "sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==", + "dependencies": { "@types/unist": "@types/unist@2.0.6" } + }, + "unist-util-position@4.0.4": { + "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==", + "dependencies": { "@types/unist": "@types/unist@2.0.6" } + }, + "unist-util-remove-position@4.0.2": { + "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==", + "dependencies": { + "@types/unist": "@types/unist@2.0.6", + "unist-util-visit": "unist-util-visit@4.1.2" + } + }, + "unist-util-stringify-position@3.0.3": { + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "dependencies": { "@types/unist": "@types/unist@2.0.6" } + }, + "unist-util-visit-parents@5.1.3": { + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", + "dependencies": { + "@types/unist": "@types/unist@2.0.6", + "unist-util-is": "unist-util-is@5.2.0" + } + }, + "unist-util-visit@4.1.2": { + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", + "dependencies": { + "@types/unist": "@types/unist@2.0.6", + "unist-util-is": "unist-util-is@5.2.0", + "unist-util-visit-parents": "unist-util-visit-parents@5.1.3" + } + }, + "uvu@0.5.6": { + "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", + "dependencies": { + "dequal": "dequal@2.0.3", + "diff": "diff@5.1.0", + "kleur": "kleur@4.1.5", + "sade": "sade@1.8.1" + } + }, + "vfile-location@4.1.0": { + "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==", + "dependencies": { + "@types/unist": "@types/unist@2.0.6", + "vfile": "vfile@5.3.7" + } + }, + "vfile-message@3.1.4": { + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "dependencies": { + "@types/unist": "@types/unist@2.0.6", + "unist-util-stringify-position": "unist-util-stringify-position@3.0.3" + } + }, + "vfile@5.3.7": { + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "dependencies": { + "@types/unist": "@types/unist@2.0.6", + "is-buffer": "is-buffer@2.0.5", + "unist-util-stringify-position": "unist-util-stringify-position@3.0.3", + "vfile-message": "vfile-message@3.1.4" + } + }, + "void-elements@3.1.0": { + "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==", + "dependencies": {} + }, + "web-namespaces@2.0.1": { + "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", + "dependencies": {} + }, + "with@7.0.2": { + "integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==", + "dependencies": { + "@babel/parser": "@babel/parser@7.20.15", + "@babel/types": "@babel/types@7.20.7", + "assert-never": "assert-never@1.2.1", + "babel-walk": "babel-walk@3.0.0-canary-5" + } + }, + "zwitch@2.0.4": { + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "dependencies": {} + } + } + } +} diff --git a/import_map.json b/import_map.json new file mode 100644 index 0000000..4d8c1a3 --- /dev/null +++ b/import_map.json @@ -0,0 +1,5 @@ +{ + "imports": { + "lume/": "https://deno.land/x/lume@v1.15.2/" + } +} diff --git a/index.html b/index.html deleted file mode 100644 index 6e912f6..0000000 --- a/index.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - Jonathan Hudak - - - -
-
-
-

Jonathan Hudak

-

Born 1984 in Tacoma, Washington USA

- -
-
-
-
-
-

2022

-
    -
  • - Alive and well on Bainbridge Island, Wa. -
  • -
  • - Senior Frontend Engineer at Amazon Web Services -
  • -
  • - Learning techniques of japanese joinery, and wood carving. -
  • -
  • - Creating art and music and not sharing it much. -
  • -
  • - Playing nostalgic 90's rock songs on my old acoustic guitar while my son Theodore builds with lego bricks. -
  • -
-
- -
-

2020

-
-

Move to Bainbridge

-

During Covid times, Seattle got to be a drag so we moved across the Puget Sound to Bainbridge Island. My only complaint about living on the island is the limited array of restaurants. Otherwise it has been beautiful and quiet. We have been able to explore the Olympic Penninsula and enjoy more of my home State.

-
-
-
-
- - - - diff --git a/server.ts b/server.ts deleted file mode 100644 index e2bf016..0000000 --- a/server.ts +++ /dev/null @@ -1,74 +0,0 @@ -import { Application, Router } from "https://deno.land/x/oak/mod.ts"; -import "https://deno.land/x/dotenv/load.ts"; -import { ApiFactory } from "https://deno.land/x/aws_api/client/mod.ts"; -import { S3 } from "https://deno.land/x/aws_api/services/s3/mod.ts"; - -let s3: any; - -function getClient() { - if (s3) return s3; - - s3 = new ApiFactory({ - region: "us-west-2", - credentials: { - awsAccessKeyId: Deno.env.get("KEY") || "", - awsSecretKey: Deno.env.get("SECRET") || "", - }, - }).makeNew(S3); - - return s3; -} - -async function listObjects(context: any) { - const client = getClient(); - // context.objects = await client.listObjects({ - // Bucket: "hudak.lol", - // }); - context.response.body = await client.listObjects({ - Bucket: "hudak.lol", - }); -} - -// export default () => { -// const body = JSON.stringify({ msg: "HERE COMES THE FUTURE" }); -// return new Response(body); -// }; - -const app = new Application(); - -app.use(async (context, next) => { - try { - await context.send({ - root: Deno.cwd(), - index: "index.html", - }); - } catch { - next(); - } -}); - -app.addEventListener("listen", ({ hostname, port }) => { - console.log(`Listening on ${hostname}:${port}`); -}); - -const router = new Router(); -router.get("/api/objects/list", listObjects, (context: any) => { - // console.debug(response); - // return new Promise((resolve, reject) => { - // client - // ?.listObjects({ - // Bucket: "hudak.lol", - // }) - // .then((result: any) => { - // context.response.body = JSON.stringify(result); - // resolve(result); - // }); - // // context.response.type = "application/json"; - // }).then(next); - return listObjects(context); -}); - -app.use(router.routes()); -app.use(router.allowedMethods()); - -await app.listen({ port: 5678 }); diff --git a/src/_data.yml b/src/_data.yml new file mode 100644 index 0000000..9991acc --- /dev/null +++ b/src/_data.yml @@ -0,0 +1,3 @@ +layout: layout.pug +site: + title: Jonathan Hudak diff --git a/src/_includes/layout.pug b/src/_includes/layout.pug new file mode 100644 index 0000000..199f53e --- /dev/null +++ b/src/_includes/layout.pug @@ -0,0 +1,7 @@ +doctype html +head + meta(charset='utf-8') + title= site.title + + link(rel='stylesheet', href='main.css') +main !{content} diff --git a/src/index.pug b/src/index.pug new file mode 100644 index 0000000..6ca2450 --- /dev/null +++ b/src/index.pug @@ -0,0 +1,44 @@ +.u-flow + header + .u-flow + h1 Jonathan Hudak + p Born 1984 in Tacoma, Washington USA + ul.ul + li + a(href='https://www.instagram.com/hudak_doodles/') Artist 🖼 + li + | Musician 🎸 + a(title='Mystical Synth Pop from 2010-2011' href='https://tumbledry.bandcamp.com/music') >🎹 + | 🎤 🎧 + li + | Coder of Web 💻 + a(href='https://hudak.codes') hudak.codes + | 💾 + a(href='https://github.com/jonathanhudak') github + main + .u-flow + details + summary + | 2022 + ul.ul + li + | Alive and well on Bainbridge Island, Wa. + li + | Senior Frontend Engineer at Amazon Web Services + li + | Learning techniques of japanese joinery, and wood carving. + li + | Creating art and music and not sharing it much. + li + | Playing nostalgic 90's rock songs on my old acoustic guitar while my son Theodore builds with lego bricks. + details + summary + | 2020 + details + summary Move to Bainbridge + p + | During Covid times, Seattle got to be a drag so we moved across the Puget Sound to Bainbridge Island. My only complaint about living on the island is the limited array of restaurants. Otherwise it has been beautiful and quiet. We have been able to explore the Olympic Penninsula and enjoy more of my home State. + footer.footer + .u-flow + p + | Jonathan Hudak © 2023 \ No newline at end of file diff --git a/style.css b/src/main.css similarity index 94% rename from style.css rename to src/main.css index ce72eb1..c27c307 100644 --- a/style.css +++ b/src/main.css @@ -84,27 +84,16 @@ body { header, main, footer { padding: 0 var(--space-m-l); - max-width: calc(var(--space-3xl) * 4); + max-width: calc(var(--space-3xl) * 6); margin: auto; display: block; + border: none; } a { color: var(--accent-color); } -summary { - /* display: flex; */ - align-items: center; - padding-bottom: var(--space-xs); -} -summary > h2, summary > h3 { - display: inline-block; -} - -summary:focus { - border: 1px solid var(--accent); -} h1, h2 { padding-top: var( --space-m-l); diff --git a/static/CNAME b/static/CNAME deleted file mode 100644 index 8562a39..0000000 --- a/static/CNAME +++ /dev/null @@ -1 +0,0 @@ -jonathanhudak.com \ No newline at end of file