mirror your GitHub repos to tangled.org automatically synchub.to
mirror sync tangled github git
92

Configure Feed

Select the types of activity you want to include in your feed.

feat: add og image

Daniel Roe (Jul 5, 2026, 1:52 PM +0200) 74c6573b 7a2c9cdc

+10 -566
+10
app/app.vue
··· 1 1 <script setup lang="ts"> 2 + const ogImage = 'https://synchub.to/og.png' 3 + 2 4 useSeoMeta({ 3 5 title: 'synchub.to', 4 6 description: 'Mirror your GitHub repos to tangled.org, automatically.', 7 + ogTitle: 'synchub.to', 8 + ogDescription: 'Mirror your public GitHub repos to tangled.org, automatically.', 9 + ogImage, 10 + ogImageWidth: 1200, 11 + ogImageHeight: 630, 12 + ogType: 'website', 13 + twitterCard: 'summary_large_image', 14 + twitterImage: ogImage, 5 15 }) 6 16 </script> 7 17
-1
nuxt.config.ts
··· 8 8 '@nuxt/scripts', 9 9 '@nuxt/fonts', 10 10 '@nuxt/image', 11 - 'nuxt-og-image', 12 11 '@nuxt/test-utils', 13 12 ], 14 13 devtools: { enabled: true },
-1
package.json
··· 50 50 "@octokit/webhooks-methods": "^6.0.0", 51 51 "drizzle-orm": "^0.45.2", 52 52 "nuxt": "^4.4.8", 53 - "nuxt-og-image": "^6.4.11", 54 53 "rolldown": "^1.0.0-rc.18", 55 54 "ssh2": "^1.17.0", 56 55 "vite-plus": "0.1.20",
-564
pnpm-lock.yaml
··· 54 54 nuxt: 55 55 specifier: ^4.4.8 56 56 version: 4.4.8(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0))(@electric-sql/pglite@0.4.5)(@parcel/watcher@2.5.6)(@types/node@24.13.2)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0)))(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0))(esbuild@0.28.0)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.3)(optionator@0.9.4)(oxlint@1.61.0(oxlint-tsgolint@0.22.0))(rolldown@1.0.0-rc.18)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.0-rc.18)(rollup@4.60.2))(rollup@4.60.2)(srvx@0.11.15)(terser@5.46.2)(tsx@4.21.0)(typescript@6.0.3)(vite@7.3.2(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.7(typescript@6.0.3))(yaml@2.9.0) 57 - nuxt-og-image: 58 - specifier: ^6.4.11 59 - version: 6.5.3(778382f6defca828f628d461f7cab343) 60 57 rolldown: 61 58 specifier: ^1.0.0-rc.18 62 59 version: 1.0.0-rc.18 ··· 1327 1324 peerDependencies: 1328 1325 vite: '>=6.0' 1329 1326 1330 - '@nuxt/devtools-kit@4.0.0-alpha.3': 1331 - resolution: {integrity: sha512-ymp4jqS3hFfwRw8uDkv8cpu4kWvhQrX+S4jnA/oOc76s4AXf2HCZZJgrncKxh+txqi1NJj8nsQNBbaqRAo3g4w==} 1332 - peerDependencies: 1333 - vite: '>=6.0' 1334 - 1335 1327 '@nuxt/devtools-wizard@3.2.4': 1336 1328 resolution: {integrity: sha512-5tu2+Quu9XTxwtpzM8CUN0UKn/bzZIfJcoGd+at5Yy1RiUQJ4E52tRK0idW1rMSUDkbkvX3dSnu8Tpj7SAtWdQ==} 1337 1329 hasBin: true ··· 2583 2575 '@poppinss/exception@1.2.3': 2584 2576 resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==} 2585 2577 2586 - '@quansync/fs@1.0.0': 2587 - resolution: {integrity: sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==} 2588 - 2589 - '@resvg/resvg-js-android-arm-eabi@2.6.2': 2590 - resolution: {integrity: sha512-FrJibrAk6v29eabIPgcTUMPXiEz8ssrAk7TXxsiZzww9UTQ1Z5KAbFJs+Z0Ez+VZTYgnE5IQJqBcoSiMebtPHA==} 2591 - engines: {node: '>= 10'} 2592 - cpu: [arm] 2593 - os: [android] 2594 - 2595 - '@resvg/resvg-js-android-arm64@2.6.2': 2596 - resolution: {integrity: sha512-VcOKezEhm2VqzXpcIJoITuvUS/fcjIw5NA/w3tjzWyzmvoCdd+QXIqy3FBGulWdClvp4g+IfUemigrkLThSjAQ==} 2597 - engines: {node: '>= 10'} 2598 - cpu: [arm64] 2599 - os: [android] 2600 - 2601 - '@resvg/resvg-js-darwin-arm64@2.6.2': 2602 - resolution: {integrity: sha512-nmok2LnAd6nLUKI16aEB9ydMC6Lidiiq2m1nEBDR1LaaP7FGs4AJ90qDraxX+CWlVuRlvNjyYJTNv8qFjtL9+A==} 2603 - engines: {node: '>= 10'} 2604 - cpu: [arm64] 2605 - os: [darwin] 2606 - 2607 - '@resvg/resvg-js-darwin-x64@2.6.2': 2608 - resolution: {integrity: sha512-GInyZLjgWDfsVT6+SHxQVRwNzV0AuA1uqGsOAW+0th56J7Nh6bHHKXHBWzUrihxMetcFDmQMAX1tZ1fZDYSRsw==} 2609 - engines: {node: '>= 10'} 2610 - cpu: [x64] 2611 - os: [darwin] 2612 - 2613 - '@resvg/resvg-js-linux-arm-gnueabihf@2.6.2': 2614 - resolution: {integrity: sha512-YIV3u/R9zJbpqTTNwTZM5/ocWetDKGsro0SWp70eGEM9eV2MerWyBRZnQIgzU3YBnSBQ1RcxRZvY/UxwESfZIw==} 2615 - engines: {node: '>= 10'} 2616 - cpu: [arm] 2617 - os: [linux] 2618 - 2619 - '@resvg/resvg-js-linux-arm64-gnu@2.6.2': 2620 - resolution: {integrity: sha512-zc2BlJSim7YR4FZDQ8OUoJg5holYzdiYMeobb9pJuGDidGL9KZUv7SbiD4E8oZogtYY42UZEap7dqkkYuA91pg==} 2621 - engines: {node: '>= 10'} 2622 - cpu: [arm64] 2623 - os: [linux] 2624 - libc: [glibc] 2625 - 2626 - '@resvg/resvg-js-linux-arm64-musl@2.6.2': 2627 - resolution: {integrity: sha512-3h3dLPWNgSsD4lQBJPb4f+kvdOSJHa5PjTYVsWHxLUzH4IFTJUAnmuWpw4KqyQ3NA5QCyhw4TWgxk3jRkQxEKg==} 2628 - engines: {node: '>= 10'} 2629 - cpu: [arm64] 2630 - os: [linux] 2631 - libc: [musl] 2632 - 2633 - '@resvg/resvg-js-linux-x64-gnu@2.6.2': 2634 - resolution: {integrity: sha512-IVUe+ckIerA7xMZ50duAZzwf1U7khQe2E0QpUxu5MBJNao5RqC0zwV/Zm965vw6D3gGFUl7j4m+oJjubBVoftw==} 2635 - engines: {node: '>= 10'} 2636 - cpu: [x64] 2637 - os: [linux] 2638 - libc: [glibc] 2639 - 2640 - '@resvg/resvg-js-linux-x64-musl@2.6.2': 2641 - resolution: {integrity: sha512-UOf83vqTzoYQO9SZ0fPl2ZIFtNIz/Rr/y+7X8XRX1ZnBYsQ/tTb+cj9TE+KHOdmlTFBxhYzVkP2lRByCzqi4jQ==} 2642 - engines: {node: '>= 10'} 2643 - cpu: [x64] 2644 - os: [linux] 2645 - libc: [musl] 2646 - 2647 - '@resvg/resvg-js-win32-arm64-msvc@2.6.2': 2648 - resolution: {integrity: sha512-7C/RSgCa+7vqZ7qAbItfiaAWhyRSoD4l4BQAbVDqRRsRgY+S+hgS3in0Rxr7IorKUpGE69X48q6/nOAuTJQxeQ==} 2649 - engines: {node: '>= 10'} 2650 - cpu: [arm64] 2651 - os: [win32] 2652 - 2653 - '@resvg/resvg-js-win32-ia32-msvc@2.6.2': 2654 - resolution: {integrity: sha512-har4aPAlvjnLcil40AC77YDIk6loMawuJwFINEM7n0pZviwMkMvjb2W5ZirsNOZY4aDbo5tLx0wNMREp5Brk+w==} 2655 - engines: {node: '>= 10'} 2656 - cpu: [ia32] 2657 - os: [win32] 2658 - 2659 - '@resvg/resvg-js-win32-x64-msvc@2.6.2': 2660 - resolution: {integrity: sha512-ZXtYhtUr5SSaBrUDq7DiyjOFJqBVL/dOBN7N/qmi/pO0IgiWW/f/ue3nbvu9joWE5aAKDoIzy/CxsY0suwGosQ==} 2661 - engines: {node: '>= 10'} 2662 - cpu: [x64] 2663 - os: [win32] 2664 - 2665 - '@resvg/resvg-js@2.6.2': 2666 - resolution: {integrity: sha512-xBaJish5OeGmniDj9cW5PRa/PtmuVU3ziqrbr5xJj901ZDN4TosrVaNZpEiLZAxdfnhAe7uQ7QFWfjPe9d9K2Q==} 2667 - engines: {node: '>= 10'} 2668 - 2669 - '@resvg/resvg-wasm@2.6.2': 2670 - resolution: {integrity: sha512-FqALmHI8D4o6lk/LRWDnhw95z5eO+eAa6ORjVg09YRR7BkcM6oPHU9uyC0gtQG5vpFLvgpeU4+zEAz2H8APHNw==} 2671 - engines: {node: '>= 10'} 2672 - 2673 2578 '@rolldown/binding-android-arm64@1.0.0-rc.18': 2674 2579 resolution: {integrity: sha512-lIDyUAfD7U3+BWKzdxMbJcsYHuqXqmGz40aeRqvuAm3y5TkJSYTBW2RDrn65DJFPQqVjUAUqq5uz8urzQ8aBdQ==} 2675 2580 engines: {node: ^20.19.0 || >=22.12.0} ··· 3066 2971 resolution: {integrity: sha512-SSByXfEjhzPn8gXdEdgpYqpLMPSkLUH2HVE0GxZfOtNsJ0GgOHQs0g9T67ZZ1z0kTELLKdtOtYrzrbv9+ffF7g==} 3067 2972 peerDependencies: 3068 2973 vue: '>=3.5.18' 3069 - 3070 - '@unocss/config@66.7.0': 3071 - resolution: {integrity: sha512-C6waL+xzqAPzz5n47qnrs4GbyAtlusNYYmcV6DKYh1MgUP4EFhMnEMyuR2mw3M3tsBpyGuehLdRK5+ECF5yLkA==} 3072 - 3073 - '@unocss/core@66.7.0': 3074 - resolution: {integrity: sha512-j6MFMx5C3iIwW4T4hVbh+30fKWgSGkmS3bCcdjlfqM88lRT+dHFBN9nkfNOBJT6e6IHN9415nexuzcQvTjJXxw==} 3075 2974 3076 2975 '@vercel/nft@1.5.0': 3077 2976 resolution: {integrity: sha512-IWTDeIoWhQ7ZtRO/JRKH+jhmeQvZYhtGPmzw/QGDY+wDCQqfm25P9yIdoAFagu4fWsK4IwZXDFIjrmp5rRm/sA==} ··· 3648 3547 chownr@3.0.0: 3649 3548 resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} 3650 3549 engines: {node: '>=18'} 3651 - 3652 - chrome-launcher@1.2.1: 3653 - resolution: {integrity: sha512-qmFR5PLMzHyuNJHwOloHPAHhbaNglkfeV/xDtt5b7xiFFyU1I+AZZX0PYseMuhenJSSirgxELYIbswcoc+5H4A==} 3654 - engines: {node: '>=12.13.0'} 3655 - hasBin: true 3656 3550 3657 3551 citty@0.1.6: 3658 3552 resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==} ··· 3675 3569 color-name@1.1.4: 3676 3570 resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 3677 3571 3678 - colorette@2.0.20: 3679 - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} 3680 - 3681 3572 commander@10.0.1: 3682 3573 resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} 3683 3574 engines: {node: '>=14'} ··· 3809 3700 3810 3701 csstype@3.2.3: 3811 3702 resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} 3812 - 3813 - culori@4.0.2: 3814 - resolution: {integrity: sha512-1+BhOB8ahCn4O0cep0Sh2l9KCOfOdY+BXJnKMHFFzDEouSr/el18QwXEMRlOj9UY5nCeA8UN3a/82rUWRBeyBw==} 3815 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 3816 3703 3817 3704 db0@0.3.4: 3818 3705 resolution: {integrity: sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==} ··· 4492 4379 resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} 4493 4380 engines: {node: '>= 0.4'} 4494 4381 4495 - is-docker@2.2.1: 4496 - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} 4497 - engines: {node: '>=8'} 4498 - hasBin: true 4499 - 4500 4382 is-docker@3.0.0: 4501 4383 resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} 4502 4384 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} ··· 4549 4431 resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} 4550 4432 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 4551 4433 4552 - is-wsl@2.2.0: 4553 - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} 4554 - engines: {node: '>=8'} 4555 - 4556 4434 is-wsl@3.1.1: 4557 4435 resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==} 4558 4436 engines: {node: '>=16'} ··· 4668 4546 levn@0.4.1: 4669 4547 resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} 4670 4548 engines: {node: '>= 0.8.0'} 4671 - 4672 - lighthouse-logger@2.0.2: 4673 - resolution: {integrity: sha512-vWl2+u5jgOQuZR55Z1WM0XDdrJT6mzMP8zHUct7xTlWhuQs+eV0g+QL0RQdFjT54zVmbhLCP8vIVpy1wGn/gCg==} 4674 4549 4675 4550 lightningcss-android-arm64@1.32.0: 4676 4551 resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} ··· 4801 4676 resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} 4802 4677 engines: {node: '>=10'} 4803 4678 4804 - marky@1.3.0: 4805 - resolution: {integrity: sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==} 4806 - 4807 4679 mdn-data@2.0.28: 4808 4680 resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} 4809 4681 ··· 4963 4835 nth-check@2.1.1: 4964 4836 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 4965 4837 4966 - nuxt-og-image@6.5.3: 4967 - resolution: {integrity: sha512-sQ20oBxddjG8sCIM+5lDIVg/PeLOnaCn+HQrLxpRLm9UFJ4xd/UdD8VWb0pXAN81wCxTMcJUap3j2jRbG+EXUg==} 4968 - engines: {node: '>=18.0.0'} 4969 - hasBin: true 4970 - peerDependencies: 4971 - '@resvg/resvg-js': ^2.6.0 4972 - '@resvg/resvg-wasm': ^2.6.0 4973 - '@takumi-rs/core': ^1.0.0-beta.3 4974 - '@takumi-rs/wasm': ^1.0.0-beta.3 4975 - '@unhead/vue': ^2.0.5 || ^3.0.0 4976 - fontless: ^0.2.0 4977 - nitropack: ^2.13.4 4978 - playwright-core: ^1.50.0 4979 - satori: '>=0.19.2' 4980 - sharp: ^0.34.0 4981 - tailwindcss: ^4.0.0 4982 - unifont: ^0.7.0 4983 - unstorage: ^1.15.0 4984 - zod: '>=3' 4985 - peerDependenciesMeta: 4986 - '@resvg/resvg-js': 4987 - optional: true 4988 - '@resvg/resvg-wasm': 4989 - optional: true 4990 - '@takumi-rs/core': 4991 - optional: true 4992 - '@takumi-rs/wasm': 4993 - optional: true 4994 - fontless: 4995 - optional: true 4996 - nitropack: 4997 - optional: true 4998 - playwright-core: 4999 - optional: true 5000 - satori: 5001 - optional: true 5002 - sharp: 5003 - optional: true 5004 - tailwindcss: 5005 - optional: true 5006 - unifont: 5007 - optional: true 5008 - zod: 5009 - optional: true 5010 - 5011 - nuxt-site-config-kit@4.0.8: 5012 - resolution: {integrity: sha512-7g3giKXt0M2vssCUg8XFfR6+u4U0zywQ8p8i4msy4p+9etteFNrkrCmVHZ83xiWGFbnoTgiaymPjbaQH3KZqAg==} 5013 - 5014 - nuxt-site-config@4.0.8: 5015 - resolution: {integrity: sha512-H7wHoOJ5Z6ZnTqD5vUugaKkWZbejZ9kGmzpr2dheOaC6RdT8JafCfMrmJG7W+cyJiJJ3YmzL+bzPBW2bW6MExA==} 5016 - 5017 4838 nuxt@4.4.8: 5018 4839 resolution: {integrity: sha512-r/DGE4cNkEDclOw9tbJ18zqu+ix3me+7QCfumPdl5lBXGWgCajskzuq/HzDkHKfIZsn7ACVEjMLRNA2teh++bQ==} 5019 4840 engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0} ··· 5027 4848 '@types/node': 5028 4849 optional: true 5029 4850 5030 - nuxtseo-shared@5.2.5: 5031 - resolution: {integrity: sha512-ZE/daHUgOGzxfPNLPK/BE07itpInUuWDi+70Ut1nCtuMqsGEJer7X51oYDdMW3E75Gazjkfb8PkYcHwNhp3uiw==} 5032 - peerDependencies: 5033 - '@nuxt/schema': ^3.16.0 || ^4.0.0 5034 - nuxt: ^3.16.0 || ^4.0.0 5035 - nuxt-site-config: ^3.2.0 || ^4.0.0 5036 - vue: ^3.5.0 5037 - zod: ^3.23.0 || ^4.0.0 5038 - peerDependenciesMeta: 5039 - nuxt-site-config: 5040 - optional: true 5041 - zod: 5042 - optional: true 5043 - 5044 4851 nypm@0.6.6: 5045 4852 resolution: {integrity: sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==} 5046 4853 engines: {node: '>=18'} ··· 5430 5237 quansync@0.2.11: 5431 5238 resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} 5432 5239 5433 - quansync@1.0.0: 5434 - resolution: {integrity: sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==} 5435 - 5436 5240 queue-microtask@1.2.3: 5437 5241 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} 5438 5242 ··· 5613 5417 sisteransi@1.0.5: 5614 5418 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} 5615 5419 5616 - site-config-stack@4.0.8: 5617 - resolution: {integrity: sha512-Su+57p7CGqd3QSMmaDV+qU9EqWmgAT3SGX4Wurb5VsEBMFC3oXvai8BlrXVUnH1ay9hA1WOn0g0i6+y/RJX5Yw==} 5618 - peerDependencies: 5619 - vue: ^3.5.30 5620 - 5621 5420 slash@5.1.0: 5622 5421 resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} 5623 5422 engines: {node: '>=14.16'} ··· 5846 5645 unbash@3.0.0: 5847 5646 resolution: {integrity: sha512-FeFPZ/WFT0mbRCuydiZzpPFlrYN8ZUpphQKoq4EeElVIYjYyGzPMxQR/simUwCOJIyVhpFk4RbtyO7RuMpMnHA==} 5848 5647 engines: {node: '>=14'} 5849 - 5850 - unconfig-core@7.5.0: 5851 - resolution: {integrity: sha512-Su3FauozOGP44ZmKdHy2oE6LPjk51M/TRRjHv2HNCWiDvfvCoxC2lno6jevMA91MYAdCdwP05QnWdWpSbncX/w==} 5852 - 5853 - unconfig@7.5.0: 5854 - resolution: {integrity: sha512-oi8Qy2JV4D3UQ0PsopR28CzdQ3S/5A1zwsUwp/rosSbfhJ5z7b90bIyTwi/F7hCLD4SGcZVjDzd4XoUQcEanvA==} 5855 5648 5856 5649 uncrypto@0.1.3: 5857 5650 resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} ··· 7312 7105 transitivePeerDependencies: 7313 7106 - magicast 7314 7107 7315 - '@nuxt/devtools-kit@4.0.0-alpha.3(magicast@0.5.3)(vite@7.3.2(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0))': 7316 - dependencies: 7317 - '@nuxt/kit': 4.4.8(magicast@0.5.3) 7318 - tinyexec: 1.2.4 7319 - vite: 7.3.2(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0) 7320 - transitivePeerDependencies: 7321 - - magicast 7322 - 7323 7108 '@nuxt/devtools-wizard@3.2.4': 7324 7109 dependencies: 7325 7110 '@clack/prompts': 1.5.1 ··· 8435 8220 8436 8221 '@poppinss/exception@1.2.3': {} 8437 8222 8438 - '@quansync/fs@1.0.0': 8439 - dependencies: 8440 - quansync: 1.0.0 8441 - 8442 - '@resvg/resvg-js-android-arm-eabi@2.6.2': 8443 - optional: true 8444 - 8445 - '@resvg/resvg-js-android-arm64@2.6.2': 8446 - optional: true 8447 - 8448 - '@resvg/resvg-js-darwin-arm64@2.6.2': 8449 - optional: true 8450 - 8451 - '@resvg/resvg-js-darwin-x64@2.6.2': 8452 - optional: true 8453 - 8454 - '@resvg/resvg-js-linux-arm-gnueabihf@2.6.2': 8455 - optional: true 8456 - 8457 - '@resvg/resvg-js-linux-arm64-gnu@2.6.2': 8458 - optional: true 8459 - 8460 - '@resvg/resvg-js-linux-arm64-musl@2.6.2': 8461 - optional: true 8462 - 8463 - '@resvg/resvg-js-linux-x64-gnu@2.6.2': 8464 - optional: true 8465 - 8466 - '@resvg/resvg-js-linux-x64-musl@2.6.2': 8467 - optional: true 8468 - 8469 - '@resvg/resvg-js-win32-arm64-msvc@2.6.2': 8470 - optional: true 8471 - 8472 - '@resvg/resvg-js-win32-ia32-msvc@2.6.2': 8473 - optional: true 8474 - 8475 - '@resvg/resvg-js-win32-x64-msvc@2.6.2': 8476 - optional: true 8477 - 8478 - '@resvg/resvg-js@2.6.2': 8479 - optionalDependencies: 8480 - '@resvg/resvg-js-android-arm-eabi': 2.6.2 8481 - '@resvg/resvg-js-android-arm64': 2.6.2 8482 - '@resvg/resvg-js-darwin-arm64': 2.6.2 8483 - '@resvg/resvg-js-darwin-x64': 2.6.2 8484 - '@resvg/resvg-js-linux-arm-gnueabihf': 2.6.2 8485 - '@resvg/resvg-js-linux-arm64-gnu': 2.6.2 8486 - '@resvg/resvg-js-linux-arm64-musl': 2.6.2 8487 - '@resvg/resvg-js-linux-x64-gnu': 2.6.2 8488 - '@resvg/resvg-js-linux-x64-musl': 2.6.2 8489 - '@resvg/resvg-js-win32-arm64-msvc': 2.6.2 8490 - '@resvg/resvg-js-win32-ia32-msvc': 2.6.2 8491 - '@resvg/resvg-js-win32-x64-msvc': 2.6.2 8492 - optional: true 8493 - 8494 - '@resvg/resvg-wasm@2.6.2': 8495 - optional: true 8496 - 8497 8223 '@rolldown/binding-android-arm64@1.0.0-rc.18': 8498 8224 optional: true 8499 8225 ··· 8772 8498 unhead: 2.1.15 8773 8499 vue: 3.5.38(typescript@6.0.3) 8774 8500 8775 - '@unocss/config@66.7.0': 8776 - dependencies: 8777 - '@unocss/core': 66.7.0 8778 - colorette: 2.0.20 8779 - consola: 3.4.2 8780 - unconfig: 7.5.0 8781 - 8782 - '@unocss/core@66.7.0': {} 8783 - 8784 8501 '@vercel/nft@1.5.0(rollup@4.60.2)': 8785 8502 dependencies: 8786 8503 '@mapbox/node-pre-gyp': 2.0.3 ··· 9423 9140 9424 9141 chownr@3.0.0: {} 9425 9142 9426 - chrome-launcher@1.2.1: 9427 - dependencies: 9428 - '@types/node': 24.13.2 9429 - escape-string-regexp: 4.0.0 9430 - is-wsl: 2.2.0 9431 - lighthouse-logger: 2.0.2 9432 - transitivePeerDependencies: 9433 - - supports-color 9434 - 9435 9143 citty@0.1.6: 9436 9144 dependencies: 9437 9145 consola: 3.4.2 ··· 9451 9159 color-name: 1.1.4 9452 9160 9453 9161 color-name@1.1.4: {} 9454 - 9455 - colorette@2.0.20: {} 9456 9162 9457 9163 commander@10.0.1: {} 9458 9164 ··· 9597 9303 css-tree: 2.2.1 9598 9304 9599 9305 csstype@3.2.3: {} 9600 - 9601 - culori@4.0.2: {} 9602 9306 9603 9307 db0@0.3.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0)): 9604 9308 optionalDependencies: ··· 10312 10016 dependencies: 10313 10017 hasown: 2.0.3 10314 10018 10315 - is-docker@2.2.1: {} 10316 - 10317 10019 is-docker@3.0.0: {} 10318 10020 10319 10021 is-extglob@2.1.1: {} ··· 10349 10051 10350 10052 is-stream@3.0.0: {} 10351 10053 10352 - is-wsl@2.2.0: 10353 - dependencies: 10354 - is-docker: 2.2.1 10355 - 10356 10054 is-wsl@3.1.1: 10357 10055 dependencies: 10358 10056 is-inside-container: 1.0.0 ··· 10459 10157 dependencies: 10460 10158 prelude-ls: 1.2.1 10461 10159 type-check: 0.4.0 10462 - 10463 - lighthouse-logger@2.0.2: 10464 - dependencies: 10465 - debug: 4.4.3 10466 - marky: 1.3.0 10467 - transitivePeerDependencies: 10468 - - supports-color 10469 10160 10470 10161 lightningcss-android-arm64@1.32.0: 10471 10162 optional: true ··· 10600 10291 dependencies: 10601 10292 semver: 7.8.4 10602 10293 10603 - marky@1.3.0: {} 10604 - 10605 10294 mdn-data@2.0.28: {} 10606 10295 10607 10296 mdn-data@2.27.1: {} ··· 10778 10467 - supports-color 10779 10468 - uploadthing 10780 10469 10781 - nitropack@2.13.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0))(oxc-parser@0.134.0)(rolldown@1.0.0-rc.18)(srvx@0.11.15): 10782 - dependencies: 10783 - '@cloudflare/kv-asset-handler': 0.4.2 10784 - '@rollup/plugin-alias': 6.0.0(rollup@4.60.2) 10785 - '@rollup/plugin-commonjs': 29.0.2(rollup@4.60.2) 10786 - '@rollup/plugin-inject': 5.0.5(rollup@4.60.2) 10787 - '@rollup/plugin-json': 6.1.0(rollup@4.60.2) 10788 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.60.2) 10789 - '@rollup/plugin-replace': 6.0.3(rollup@4.60.2) 10790 - '@rollup/plugin-terser': 1.0.0(rollup@4.60.2) 10791 - '@vercel/nft': 1.5.0(rollup@4.60.2) 10792 - archiver: 7.0.1 10793 - c12: 3.3.4(magicast@0.5.3) 10794 - chokidar: 5.0.0 10795 - citty: 0.2.2 10796 - compatx: 0.2.0 10797 - confbox: 0.2.4 10798 - consola: 3.4.2 10799 - cookie-es: 2.0.1 10800 - croner: 10.0.1 10801 - crossws: 0.3.5 10802 - db0: 0.3.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0)) 10803 - defu: 6.1.7 10804 - destr: 2.0.5 10805 - dot-prop: 10.1.0 10806 - esbuild: 0.28.0 10807 - escape-string-regexp: 5.0.0 10808 - etag: 1.8.1 10809 - exsolve: 1.0.8 10810 - globby: 16.2.0 10811 - gzip-size: 7.0.0 10812 - h3: 1.15.11 10813 - hookable: 5.5.3 10814 - httpxy: 0.5.1 10815 - ioredis: 5.10.1 10816 - jiti: 2.7.0 10817 - klona: 2.0.6 10818 - knitwork: 1.3.0 10819 - listhen: 1.10.0(srvx@0.11.15) 10820 - magic-string: 0.30.21 10821 - magicast: 0.5.3 10822 - mime: 4.1.0 10823 - mlly: 1.8.2 10824 - node-fetch-native: 1.6.7 10825 - node-mock-http: 1.0.4 10826 - ofetch: 1.5.1 10827 - ohash: 2.0.11 10828 - pathe: 2.0.3 10829 - perfect-debounce: 2.1.0 10830 - pkg-types: 2.3.1 10831 - pretty-bytes: 7.1.0 10832 - radix3: 1.1.2 10833 - rollup: 4.60.2 10834 - rollup-plugin-visualizer: 7.0.1(rolldown@1.0.0-rc.18)(rollup@4.60.2) 10835 - scule: 1.3.0 10836 - semver: 7.8.4 10837 - serve-placeholder: 2.0.2 10838 - serve-static: 2.2.1 10839 - source-map: 0.7.6 10840 - std-env: 4.1.0 10841 - ufo: 1.6.4 10842 - ultrahtml: 1.6.0 10843 - uncrypto: 0.1.3 10844 - unctx: 2.5.0 10845 - unenv: 2.0.0-rc.24 10846 - unimport: 6.3.0(oxc-parser@0.134.0)(rolldown@1.0.0-rc.18) 10847 - unplugin-utils: 0.3.1 10848 - unstorage: 1.17.5(db0@0.3.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0)))(ioredis@5.10.1) 10849 - untyped: 2.0.0 10850 - unwasm: 0.5.3 10851 - youch: 4.1.1 10852 - youch-core: 0.3.3 10853 - transitivePeerDependencies: 10854 - - '@azure/app-configuration' 10855 - - '@azure/cosmos' 10856 - - '@azure/data-tables' 10857 - - '@azure/identity' 10858 - - '@azure/keyvault-secrets' 10859 - - '@azure/storage-blob' 10860 - - '@capacitor/preferences' 10861 - - '@deno/kv' 10862 - - '@electric-sql/pglite' 10863 - - '@libsql/client' 10864 - - '@netlify/blobs' 10865 - - '@planetscale/database' 10866 - - '@upstash/redis' 10867 - - '@vercel/blob' 10868 - - '@vercel/functions' 10869 - - '@vercel/kv' 10870 - - aws4fetch 10871 - - bare-abort-controller 10872 - - bare-buffer 10873 - - better-sqlite3 10874 - - drizzle-orm 10875 - - encoding 10876 - - idb-keyval 10877 - - mysql2 10878 - - oxc-parser 10879 - - react-native-b4a 10880 - - rolldown 10881 - - sqlite3 10882 - - srvx 10883 - - supports-color 10884 - - uploadthing 10885 - optional: true 10886 - 10887 10470 node-addon-api@7.1.1: {} 10888 10471 10889 10472 node-fetch-native@1.6.7: {} ··· 10923 10506 dependencies: 10924 10507 boolbase: 1.0.0 10925 10508 10926 - nuxt-og-image@6.5.3(778382f6defca828f628d461f7cab343): 10927 - dependencies: 10928 - '@clack/prompts': 1.5.1 10929 - '@nuxt/kit': 4.4.8(magicast@0.5.3) 10930 - '@unhead/vue': 2.1.15(vue@3.5.33(typescript@6.0.3)) 10931 - '@unocss/config': 66.7.0 10932 - '@unocss/core': 66.7.0 10933 - '@vue/compiler-sfc': 3.5.38 10934 - chrome-launcher: 1.2.1 10935 - consola: 3.4.2 10936 - culori: 4.0.2 10937 - defu: 6.1.7 10938 - devalue: 5.8.1 10939 - exsolve: 1.0.8 10940 - lightningcss: 1.32.0 10941 - magic-string: 0.30.21 10942 - magicast: 0.5.3 10943 - mocked-exports: 0.1.1 10944 - nuxt-site-config: 4.0.8(4a76482caed7f2aef5522e947723b6aa) 10945 - nuxtseo-shared: 5.2.5(8f0621ef11216476fa76fba6dad1aaac) 10946 - nypm: 0.6.6 10947 - ofetch: 1.5.1 10948 - ohash: 2.0.11 10949 - oxc-parser: 0.134.0 10950 - oxc-walker: 1.0.0(oxc-parser@0.134.0)(rolldown@1.0.0-rc.18) 10951 - pathe: 2.0.3 10952 - pkg-types: 2.3.1 10953 - radix3: 1.1.2 10954 - std-env: 4.1.0 10955 - strip-literal: 3.1.0 10956 - tinyexec: 1.2.4 10957 - tinyglobby: 0.2.17 10958 - ufo: 1.6.4 10959 - ultrahtml: 1.6.0 10960 - unplugin: 3.0.0 10961 - unstorage: 1.17.5(db0@0.3.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0)))(ioredis@5.10.1) 10962 - optionalDependencies: 10963 - '@resvg/resvg-js': 2.6.2 10964 - '@resvg/resvg-wasm': 2.6.2 10965 - fontless: 0.2.1(db0@0.3.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0)))(ioredis@5.10.1)(vite@7.3.2(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0)) 10966 - nitropack: 2.13.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0))(oxc-parser@0.134.0)(rolldown@1.0.0-rc.18)(srvx@0.11.15) 10967 - playwright-core: 1.59.1 10968 - sharp: 0.34.5 10969 - unifont: 0.7.4 10970 - zod: 4.4.3 10971 - transitivePeerDependencies: 10972 - - '@nuxt/schema' 10973 - - nuxt 10974 - - rolldown 10975 - - supports-color 10976 - - vite 10977 - - vue 10978 - 10979 - nuxt-site-config-kit@4.0.8(magicast@0.5.3)(vue@3.5.33(typescript@6.0.3)): 10980 - dependencies: 10981 - '@nuxt/kit': 4.4.8(magicast@0.5.3) 10982 - site-config-stack: 4.0.8(vue@3.5.33(typescript@6.0.3)) 10983 - std-env: 4.1.0 10984 - ufo: 1.6.4 10985 - transitivePeerDependencies: 10986 - - magicast 10987 - - vue 10988 - 10989 - nuxt-site-config@4.0.8(4a76482caed7f2aef5522e947723b6aa): 10990 - dependencies: 10991 - '@nuxt/kit': 4.4.8(magicast@0.5.3) 10992 - h3: 1.15.11 10993 - nuxt-site-config-kit: 4.0.8(magicast@0.5.3)(vue@3.5.33(typescript@6.0.3)) 10994 - nuxtseo-shared: 5.2.5(8f0621ef11216476fa76fba6dad1aaac) 10995 - pathe: 2.0.3 10996 - pkg-types: 2.3.1 10997 - site-config-stack: 4.0.8(vue@3.5.33(typescript@6.0.3)) 10998 - ufo: 1.6.4 10999 - transitivePeerDependencies: 11000 - - '@nuxt/schema' 11001 - - magicast 11002 - - nuxt 11003 - - vite 11004 - - vue 11005 - - zod 11006 - 11007 10509 nuxt@4.4.8(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0))(@electric-sql/pglite@0.4.5)(@parcel/watcher@2.5.6)(@types/node@24.13.2)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0)))(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0))(esbuild@0.28.0)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.3)(optionator@0.9.4)(oxlint@1.61.0(oxlint-tsgolint@0.22.0))(rolldown@1.0.0-rc.18)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.0-rc.18)(rollup@4.60.2))(rollup@4.60.2)(srvx@0.11.15)(terser@5.46.2)(tsx@4.21.0)(typescript@6.0.3)(vite@7.3.2(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.7(typescript@6.0.3))(yaml@2.9.0): 11008 10510 dependencies: 11009 10511 '@dxup/nuxt': 0.4.1(magicast@0.5.3)(typescript@6.0.3) ··· 11137 10639 - vue-tsc 11138 10640 - xml2js 11139 10641 - yaml 11140 - 11141 - nuxtseo-shared@5.2.5(8f0621ef11216476fa76fba6dad1aaac): 11142 - dependencies: 11143 - '@clack/prompts': 1.5.1 11144 - '@nuxt/devtools-kit': 4.0.0-alpha.3(magicast@0.5.3)(vite@7.3.2(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0)) 11145 - '@nuxt/kit': 4.4.8(magicast@0.5.3) 11146 - '@nuxt/schema': 4.4.8 11147 - birpc: 4.0.0 11148 - consola: 3.4.2 11149 - defu: 6.1.7 11150 - nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0))(@electric-sql/pglite@0.4.5)(@parcel/watcher@2.5.6)(@types/node@24.13.2)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4(@electric-sql/pglite@0.4.5)(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0)))(drizzle-orm@0.45.2(@electric-sql/pglite@0.4.5)(@neondatabase/serverless@1.1.0))(esbuild@0.28.0)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.3)(optionator@0.9.4)(oxlint@1.61.0(oxlint-tsgolint@0.22.0))(rolldown@1.0.0-rc.18)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.0-rc.18)(rollup@4.60.2))(rollup@4.60.2)(srvx@0.11.15)(terser@5.46.2)(tsx@4.21.0)(typescript@6.0.3)(vite@7.3.2(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.7(typescript@6.0.3))(yaml@2.9.0) 11151 - ofetch: 1.5.1 11152 - pathe: 2.0.3 11153 - pkg-types: 2.3.1 11154 - radix3: 1.1.2 11155 - sirv: 3.0.2 11156 - std-env: 4.1.0 11157 - ufo: 1.6.4 11158 - vue: 3.5.33(typescript@6.0.3) 11159 - optionalDependencies: 11160 - nuxt-site-config: 4.0.8(4a76482caed7f2aef5522e947723b6aa) 11161 - zod: 4.4.3 11162 - transitivePeerDependencies: 11163 - - magicast 11164 - - vite 11165 10642 11166 10643 nypm@0.6.6: 11167 10644 dependencies: ··· 11667 11144 11668 11145 quansync@0.2.11: {} 11669 11146 11670 - quansync@1.0.0: {} 11671 - 11672 11147 queue-microtask@1.2.3: {} 11673 11148 11674 11149 radix3@1.1.2: {} ··· 11912 11387 11913 11388 sisteransi@1.0.5: {} 11914 11389 11915 - site-config-stack@4.0.8(vue@3.5.33(typescript@6.0.3)): 11916 - dependencies: 11917 - ufo: 1.6.4 11918 - vue: 3.5.33(typescript@6.0.3) 11919 - 11920 11390 slash@5.1.0: {} 11921 11391 11922 11392 smob@1.6.1: {} ··· 12136 11606 12137 11607 unbash@3.0.0: {} 12138 11608 12139 - unconfig-core@7.5.0: 12140 - dependencies: 12141 - '@quansync/fs': 1.0.0 12142 - quansync: 1.0.0 12143 - 12144 - unconfig@7.5.0: 12145 - dependencies: 12146 - '@quansync/fs': 1.0.0 12147 - defu: 6.1.7 12148 - jiti: 2.7.0 12149 - quansync: 1.0.0 12150 - unconfig-core: 7.5.0 12151 - 12152 11609 uncrypto@0.1.3: {} 12153 11610 12154 11611 unctx@2.5.0: ··· 12203 11660 optionalDependencies: 12204 11661 oxc-parser: 0.133.0 12205 11662 rolldown: 1.0.0-rc.18 12206 - 12207 - unimport@6.3.0(oxc-parser@0.134.0)(rolldown@1.0.0-rc.18): 12208 - dependencies: 12209 - acorn: 8.16.0 12210 - escape-string-regexp: 5.0.0 12211 - estree-walker: 3.0.3 12212 - local-pkg: 1.1.2 12213 - magic-string: 0.30.21 12214 - mlly: 1.8.2 12215 - pathe: 2.0.3 12216 - picomatch: 4.0.4 12217 - pkg-types: 2.3.1 12218 - scule: 1.3.0 12219 - strip-literal: 3.1.0 12220 - tinyglobby: 0.2.17 12221 - unplugin: 3.0.0 12222 - unplugin-utils: 0.3.1 12223 - optionalDependencies: 12224 - oxc-parser: 0.134.0 12225 - rolldown: 1.0.0-rc.18 12226 - optional: true 12227 11663 12228 11664 universal-github-app-jwt@2.2.2: {} 12229 11665
public/og.png

This is a binary file and will not be displayed.