@zerwiz/ymir 0.1.33 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +56 -0
- package/apps/README.md +4 -0
- package/apps/hlidskjalf/README.md +68 -0
- package/apps/hlidskjalf/android/app/build.gradle +73 -0
- package/apps/hlidskjalf/android/app/capacitor.build.gradle +19 -0
- package/apps/hlidskjalf/android/app/proguard-rules.pro +21 -0
- package/apps/hlidskjalf/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +26 -0
- package/apps/hlidskjalf/android/app/src/main/AndroidManifest.xml +41 -0
- package/apps/hlidskjalf/android/app/src/main/java/org/zerwiz/ymir/MainActivity.java +5 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable/ic_launcher_background.xml +170 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +34 -0
- package/apps/hlidskjalf/android/app/src/main/res/layout/activity_main.xml +12 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +5 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/apps/hlidskjalf/android/app/src/main/res/values/ic_launcher_background.xml +4 -0
- package/apps/hlidskjalf/android/app/src/main/res/values/strings.xml +7 -0
- package/apps/hlidskjalf/android/app/src/main/res/values/styles.xml +22 -0
- package/apps/hlidskjalf/android/app/src/main/res/xml/file_paths.xml +5 -0
- package/apps/hlidskjalf/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java +18 -0
- package/apps/hlidskjalf/android/build.gradle +29 -0
- package/apps/hlidskjalf/android/capacitor.settings.gradle +3 -0
- package/apps/hlidskjalf/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/apps/hlidskjalf/android/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/apps/hlidskjalf/android/gradle.properties +22 -0
- package/apps/hlidskjalf/android/gradlew +248 -0
- package/apps/hlidskjalf/android/gradlew.bat +92 -0
- package/apps/hlidskjalf/android/settings.gradle +5 -0
- package/apps/hlidskjalf/android/variables.gradle +16 -0
- package/apps/hlidskjalf/capacitor.config.ts +26 -0
- package/apps/hlidskjalf/dist/apple-touch-icon.png +0 -0
- package/apps/hlidskjalf/dist/assets/index-BWmNIyaG.css +1 -0
- package/apps/hlidskjalf/dist/assets/index-k7QEfNto.js +88 -0
- package/apps/hlidskjalf/dist/assets/index-k7QEfNto.js.map +1 -0
- package/apps/hlidskjalf/dist/icon.svg +7 -0
- package/apps/hlidskjalf/dist/index.html +64 -0
- package/apps/hlidskjalf/dist/manifest.webmanifest +31 -0
- package/apps/hlidskjalf/dist/og.jpg +0 -0
- package/apps/hlidskjalf/dist/og.png +0 -0
- package/apps/hlidskjalf/dist/og.svg +64 -0
- package/apps/hlidskjalf/dist/sw.js +39 -0
- package/apps/hlidskjalf/dist/ymir-icon.png +0 -0
- package/apps/hlidskjalf/dist/ymir-mark.svg +62 -0
- package/apps/hlidskjalf/electron/icon.png +0 -0
- package/apps/hlidskjalf/electron/main.cjs +236 -0
- package/apps/hlidskjalf/electron/preload.cjs +8 -0
- package/apps/hlidskjalf/electron/smidja-icon.png +0 -0
- package/apps/hlidskjalf/electron/ymir-hlidskjalf.desktop.in +12 -0
- package/apps/hlidskjalf/electron/ymir-smidja.desktop.in +12 -0
- package/apps/hlidskjalf/index.html +63 -0
- package/apps/hlidskjalf/package-lock.json +5398 -0
- package/apps/hlidskjalf/package.json +55 -0
- package/apps/hlidskjalf/public/apple-touch-icon.png +0 -0
- package/apps/hlidskjalf/public/icon.svg +7 -0
- package/apps/hlidskjalf/public/manifest.webmanifest +31 -0
- package/apps/hlidskjalf/public/og.jpg +0 -0
- package/apps/hlidskjalf/public/og.png +0 -0
- package/apps/hlidskjalf/public/og.svg +64 -0
- package/apps/hlidskjalf/public/sw.js +39 -0
- package/apps/hlidskjalf/public/ymir-icon.png +0 -0
- package/apps/hlidskjalf/public/ymir-mark.svg +62 -0
- package/apps/hlidskjalf/server/accounts.ts +159 -0
- package/apps/hlidskjalf/server/index.ts +2045 -0
- package/apps/hlidskjalf/src/app/App.tsx +116 -0
- package/apps/hlidskjalf/src/app/BottomStream.tsx +128 -0
- package/apps/hlidskjalf/src/app/MobileNav.tsx +87 -0
- package/apps/hlidskjalf/src/app/Rail.tsx +106 -0
- package/apps/hlidskjalf/src/app/Shell.tsx +135 -0
- package/apps/hlidskjalf/src/app/Topbar.tsx +130 -0
- package/apps/hlidskjalf/src/components/AccentPicker.tsx +207 -0
- package/apps/hlidskjalf/src/components/AccountMenu.tsx +115 -0
- package/apps/hlidskjalf/src/components/AgentCard.tsx +75 -0
- package/apps/hlidskjalf/src/components/EmberBackground.tsx +36 -0
- package/apps/hlidskjalf/src/components/Emblem.tsx +48 -0
- package/apps/hlidskjalf/src/components/Halls.tsx +155 -0
- package/apps/hlidskjalf/src/components/LoginModal.tsx +329 -0
- package/apps/hlidskjalf/src/components/Markdown.tsx +10 -0
- package/apps/hlidskjalf/src/components/MetricTile.tsx +40 -0
- package/apps/hlidskjalf/src/components/ModelPicker.tsx +100 -0
- package/apps/hlidskjalf/src/components/Overlay.tsx +134 -0
- package/apps/hlidskjalf/src/components/PRCard.tsx +154 -0
- package/apps/hlidskjalf/src/components/RecallPanel.tsx +116 -0
- package/apps/hlidskjalf/src/components/RuneTag.tsx +23 -0
- package/apps/hlidskjalf/src/components/Status.tsx +35 -0
- package/apps/hlidskjalf/src/components/TaskChip.tsx +23 -0
- package/apps/hlidskjalf/src/components/TraceRow.tsx +28 -0
- package/apps/hlidskjalf/src/data/lore.ts +127 -0
- package/apps/hlidskjalf/src/data/metadata.ts +147 -0
- package/apps/hlidskjalf/src/data/mythology.ts +95 -0
- package/apps/hlidskjalf/src/data/realms.ts +167 -0
- package/apps/hlidskjalf/src/gates/Cron.tsx +77 -0
- package/apps/hlidskjalf/src/gates/Decisions.tsx +67 -0
- package/apps/hlidskjalf/src/gates/Files.tsx +138 -0
- package/apps/hlidskjalf/src/gates/Fleet.tsx +184 -0
- package/apps/hlidskjalf/src/gates/Forge.tsx +486 -0
- package/apps/hlidskjalf/src/gates/OmniChat.tsx +217 -0
- package/apps/hlidskjalf/src/gates/Processes.tsx +162 -0
- package/apps/hlidskjalf/src/gates/Profile.tsx +225 -0
- package/apps/hlidskjalf/src/gates/Reviews.tsx +33 -0
- package/apps/hlidskjalf/src/gates/Runes.tsx +116 -0
- package/apps/hlidskjalf/src/gates/Runtime.tsx +106 -0
- package/apps/hlidskjalf/src/gates/Sessions.tsx +109 -0
- package/apps/hlidskjalf/src/gates/Stats.tsx +268 -0
- package/apps/hlidskjalf/src/gates/Tasks.tsx +173 -0
- package/apps/hlidskjalf/src/gates/Trace.tsx +155 -0
- package/apps/hlidskjalf/src/gates/Well.tsx +154 -0
- package/apps/hlidskjalf/src/gates/Worktrees.tsx +48 -0
- package/apps/hlidskjalf/src/hooks/useTenantDef.ts +13 -0
- package/apps/hlidskjalf/src/main.tsx +31 -0
- package/apps/hlidskjalf/src/services/api.ts +404 -0
- package/apps/hlidskjalf/src/services/auth.ts +107 -0
- package/apps/hlidskjalf/src/services/stream.ts +35 -0
- package/apps/hlidskjalf/src/state/store.ts +648 -0
- package/apps/hlidskjalf/src/state/ui.ts +62 -0
- package/apps/hlidskjalf/src/styles/auth.css +485 -0
- package/apps/hlidskjalf/src/styles/components.css +1259 -0
- package/apps/hlidskjalf/src/styles/forge.css +115 -0
- package/apps/hlidskjalf/src/styles/global.css +167 -0
- package/apps/hlidskjalf/src/styles/menus.css +175 -0
- package/apps/hlidskjalf/src/styles/mobile.css +298 -0
- package/apps/hlidskjalf/src/styles/overlays.css +205 -0
- package/apps/hlidskjalf/src/styles/shell.css +641 -0
- package/apps/hlidskjalf/src/types.ts +251 -0
- package/apps/hlidskjalf/src/vite-env.d.ts +9 -0
- package/apps/hlidskjalf/static/landing.md +6 -0
- package/apps/hlidskjalf/tsconfig.json +25 -0
- package/apps/hlidskjalf/vite.config.ts +49 -0
- package/apps/hlidskjalf-mobile/App.tsx +93 -0
- package/apps/hlidskjalf-mobile/app.json +13 -0
- package/apps/hlidskjalf-mobile/index.ts +4 -0
- package/apps/hlidskjalf-mobile/package.json +35 -0
- package/apps/hlidskjalf-mobile/public/icon.svg +7 -0
- package/apps/hlidskjalf-mobile/tsconfig.json +4 -0
- package/apps/odrerir/.astro/content.d.ts +159 -0
- package/apps/odrerir/.astro/dev.json +24 -0
- package/apps/odrerir/.astro/settings.json +5 -0
- package/apps/odrerir/.astro/types.d.ts +2 -0
- package/apps/odrerir/astro.config.mjs +79 -0
- package/apps/odrerir/dist/apple-touch-icon.png +0 -0
- package/apps/odrerir/dist/favicon-192.png +0 -0
- package/apps/odrerir/dist/favicon-32.png +0 -0
- package/apps/odrerir/dist/favicon-512.png +0 -0
- package/apps/odrerir/dist/favicon.svg +53 -0
- package/apps/odrerir/dist/icon.svg +7 -0
- package/apps/odrerir/dist/index.html +837 -0
- package/apps/odrerir/dist/og-square.png +0 -0
- package/apps/odrerir/dist/og-story.png +0 -0
- package/apps/odrerir/dist/og.png +0 -0
- package/apps/odrerir/dist/safari-pinned-tab.svg +7 -0
- package/apps/odrerir/dist/site.webmanifest +16 -0
- package/apps/odrerir/dist/styles/cloth.css +112 -0
- package/apps/odrerir/dist/styles/livehall.css +278 -0
- package/apps/odrerir/electron/icon.png +0 -0
- package/apps/odrerir/electron/main.cjs +183 -0
- package/apps/odrerir/electron/ymir-odrerir.desktop.in +12 -0
- package/apps/odrerir/package-lock.json +4195 -0
- package/apps/odrerir/package.json +30 -0
- package/apps/odrerir/public/apple-touch-icon.png +0 -0
- package/apps/odrerir/public/favicon-192.png +0 -0
- package/apps/odrerir/public/favicon-32.png +0 -0
- package/apps/odrerir/public/favicon-512.png +0 -0
- package/apps/odrerir/public/favicon.svg +53 -0
- package/apps/odrerir/public/icon.svg +7 -0
- package/apps/odrerir/public/og-square.png +0 -0
- package/apps/odrerir/public/og-story.png +0 -0
- package/apps/odrerir/public/og.png +0 -0
- package/apps/odrerir/public/safari-pinned-tab.svg +7 -0
- package/apps/odrerir/public/site.webmanifest +16 -0
- package/apps/odrerir/scripts/extract-cloth.mjs +101 -0
- package/apps/odrerir/src/index.html +837 -0
- package/apps/odrerir/src/styles/cloth.css +112 -0
- package/apps/odrerir/src/styles/livehall.css +278 -0
- package/apps/sessrumnir/.github/ISSUE_TEMPLATE/bug_report.yml +99 -0
- package/apps/sessrumnir/.github/ISSUE_TEMPLATE/config.yml +8 -0
- package/apps/sessrumnir/.github/ISSUE_TEMPLATE/feature_request.yml +46 -0
- package/apps/sessrumnir/.github/PULL_REQUEST_TEMPLATE.md +56 -0
- package/apps/sessrumnir/.github/SUPPORT.md +18 -0
- package/apps/sessrumnir/.github/workflows/build.yml +133 -0
- package/apps/sessrumnir/AGENTS.md +540 -0
- package/apps/sessrumnir/CLA.md +63 -0
- package/apps/sessrumnir/CONTRIBUTING.md +233 -0
- package/apps/sessrumnir/LICENSE +200 -0
- package/apps/sessrumnir/NOTICE +33 -0
- package/apps/sessrumnir/README.md +329 -0
- package/apps/sessrumnir/bin/sessrumnir-web.sh +117 -0
- package/apps/sessrumnir/bin/sessrumnir.js +169 -0
- package/apps/sessrumnir/docs/CNAME +1 -0
- package/apps/sessrumnir/docs/favicon.ico +0 -0
- package/apps/sessrumnir/docs/icon-512.png +0 -0
- package/apps/sessrumnir/docs/index.html +441 -0
- package/apps/sessrumnir/docs/robots.txt +4 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_181929.png +0 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_182005.png +0 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_182020.png +0 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_182039.png +0 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_182117.png +0 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_182225.png +0 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_182248.png +0 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_182322.png +0 -0
- package/apps/sessrumnir/docs/screenshots/Screenshot_20260824_182340.png +0 -0
- package/apps/sessrumnir/docs/sitemap.xml +9 -0
- package/apps/sessrumnir/electron.vite.config.ts +49 -0
- package/apps/sessrumnir/eslint.config.mjs +75 -0
- package/apps/sessrumnir/i18next.config.ts +33 -0
- package/apps/sessrumnir/install.sh +144 -0
- package/apps/sessrumnir/out/main/index.js +10881 -0
- package/apps/sessrumnir/out/preload/index.js +722 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-400-normal-C8QS47vb.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-400-normal-D3EsxgFc.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-500-normal-B7dJQtg-.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-500-normal-BLlg2W5x.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-600-normal-BcIsDXzC.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-600-normal-CBymlcNF.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-ext-400-normal-Bgrpe4p1.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-ext-400-normal-BlcaxZtM.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-ext-500-normal-CdQuyvtc.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-ext-500-normal-pZw22qtS.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-ext-600-normal-Dr-wLyOm.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-cyrillic-ext-600-normal-dLR2-a_v.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-400-normal-BGH8Vunh.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-400-normal-C3_-2Ua-.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-500-normal-Dj3SQ6fR.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-500-normal-EBdSCOD3.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-600-normal-B254Xisw.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-600-normal-DUW-TI76.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-ext-400-normal-DuQ88yz3.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-ext-400-normal-DuXFa1Dr.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-ext-500-normal-AH9qog1s.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-ext-500-normal-DAuUCO41.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-ext-600-normal-CD-dlDpD.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-latin-ext-600-normal-D3T6BBXG.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-vietnamese-400-normal-C-RiYxEf.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-vietnamese-400-normal-DmUuA7Y2.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-vietnamese-500-normal-DsPuwQHi.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-vietnamese-500-normal-tGBW_mI7.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-vietnamese-600-normal-Dar_cCT6.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/cormorant-vietnamese-600-normal-GIs8CF2x.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-300-normal-Ba-HN6uq.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-300-normal-ByB2hQUF.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-400-normal-BSMlKf0J.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-400-normal-CEL4l2ZJ.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-500-normal-Ael50iVv.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-500-normal-Bq9vWWag.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-ext-300-normal-B8O3uHbr.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-ext-300-normal-BbtBtHoB.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-ext-400-normal-DMdlQ8Kv.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-ext-400-normal-xuaO2J-f.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-ext-500-normal-BIfNGwUT.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-cyrillic-ext-500-normal-BqneJy0T.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-300-normal-BPU54Tw3.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-300-normal-BRS-C4KA.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-ext-300-normal-BEtQ2wm2.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-ext-300-normal-CQbCaAQ4.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-ext-400-normal-BmRBH3aV.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-ext-400-normal-D3D2R8hC.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-ext-500-normal-CAhNIIs5.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-latin-ext-500-normal-CZ70TYgx.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-vietnamese-300-normal-B6fSpYYV.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-vietnamese-300-normal-CpdbWO_2.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-vietnamese-400-normal-BulugwFq.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-vietnamese-400-normal-DDuiU_S-.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-vietnamese-500-normal-C8zxqsMH.woff +0 -0
- package/apps/sessrumnir/out/renderer/assets/ibm-plex-mono-vietnamese-500-normal-DZ4AoWbu.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/index-BxqsRq2x.css +4858 -0
- package/apps/sessrumnir/out/renderer/assets/index-TaD69rFk.js +99435 -0
- package/apps/sessrumnir/out/renderer/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/inter-greek-wght-normal-CkhJZR-_.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/inter-latin-wght-normal-Dx4kXJAl.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/jetbrains-mono-cyrillic-wght-normal-D73BlboJ.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/jetbrains-mono-greek-wght-normal-Bw9x6K1M.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/jetbrains-mono-latin-ext-wght-normal-DBQx-q_a.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/jetbrains-mono-latin-wght-normal-B9CIFXIH.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/jetbrains-mono-vietnamese-wght-normal-Bt-aOZkq.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/newsreader-latin-ext-wght-italic-DFS986qL.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/newsreader-latin-ext-wght-normal-C-3rgBeH.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/newsreader-latin-wght-italic-Bxi8ein9.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/newsreader-latin-wght-normal-CCVVNp6i.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/newsreader-vietnamese-wght-italic-xAqemagA.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/newsreader-vietnamese-wght-normal-Czsa-EzN.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/openmoji-color-9qo_2DLG.woff2 +0 -0
- package/apps/sessrumnir/out/renderer/assets/pi-logo-B6SVnhuS.svg +7 -0
- package/apps/sessrumnir/out/renderer/index.html +19 -0
- package/apps/sessrumnir/out/renderer/theme-boot.js +30 -0
- package/apps/sessrumnir/package-lock.json +10636 -0
- package/apps/sessrumnir/package.json +183 -0
- package/apps/sessrumnir/public/apple-touch-icon.png +0 -0
- package/apps/sessrumnir/public/icon.svg +7 -0
- package/apps/sessrumnir/resources/icons/generate_icons.py +38 -0
- package/apps/sessrumnir/resources/icons/icon-128.png +0 -0
- package/apps/sessrumnir/resources/icons/icon-16.png +0 -0
- package/apps/sessrumnir/resources/icons/icon-256.png +0 -0
- package/apps/sessrumnir/resources/icons/icon-32.png +0 -0
- package/apps/sessrumnir/resources/icons/icon-48.png +0 -0
- package/apps/sessrumnir/resources/icons/icon-512.png +0 -0
- package/apps/sessrumnir/resources/icons/icon-64.png +0 -0
- package/apps/sessrumnir/resources/icons/icon.icns +0 -0
- package/apps/sessrumnir/resources/icons/icon.ico +0 -0
- package/apps/sessrumnir/resources/icons/icon.png +0 -0
- package/apps/sessrumnir/resources/icons/icon.svg +7 -0
- package/apps/sessrumnir/resources/linux/after-install.sh +23 -0
- package/apps/sessrumnir/resources/linux/after-remove.sh +18 -0
- package/apps/sessrumnir/resources/locales/en/translation.json +1735 -0
- package/apps/sessrumnir/resources/permission-prompt-text.test.ts +111 -0
- package/apps/sessrumnir/resources/permission-prompt-text.ts +84 -0
- package/apps/sessrumnir/resources/permission-rules.test.ts +351 -0
- package/apps/sessrumnir/resources/permission-rules.ts +293 -0
- package/apps/sessrumnir/resources/pi-desktop-permissions.ts +62 -0
- package/apps/sessrumnir/resources/ymir-sessrumnir.desktop.in +12 -0
- package/apps/sessrumnir/scripts/check-semantic-colors.mjs +57 -0
- package/apps/sessrumnir/src/main/activity-stats.test.ts +240 -0
- package/apps/sessrumnir/src/main/activity-stats.ts +596 -0
- package/apps/sessrumnir/src/main/agent-detection.test.ts +25 -0
- package/apps/sessrumnir/src/main/agent-detection.ts +114 -0
- package/apps/sessrumnir/src/main/app-data-paths.test.ts +90 -0
- package/apps/sessrumnir/src/main/app-data-paths.ts +95 -0
- package/apps/sessrumnir/src/main/app-log.test.ts +114 -0
- package/apps/sessrumnir/src/main/app-log.ts +210 -0
- package/apps/sessrumnir/src/main/archived-sessions.test.ts +50 -0
- package/apps/sessrumnir/src/main/archived-sessions.ts +95 -0
- package/apps/sessrumnir/src/main/attachment-reader.test.ts +56 -0
- package/apps/sessrumnir/src/main/attachment-reader.ts +52 -0
- package/apps/sessrumnir/src/main/auto-tag.test.ts +38 -0
- package/apps/sessrumnir/src/main/auto-tag.ts +75 -0
- package/apps/sessrumnir/src/main/autostart-linux.test.ts +56 -0
- package/apps/sessrumnir/src/main/autostart-linux.ts +58 -0
- package/apps/sessrumnir/src/main/cmd-escape.test.ts +424 -0
- package/apps/sessrumnir/src/main/cmd-escape.ts +186 -0
- package/apps/sessrumnir/src/main/council-manager.test.ts +167 -0
- package/apps/sessrumnir/src/main/council-manager.ts +265 -0
- package/apps/sessrumnir/src/main/diagnostics-report.test.ts +140 -0
- package/apps/sessrumnir/src/main/diagnostics-report.ts +91 -0
- package/apps/sessrumnir/src/main/diagnostics.ts +111 -0
- package/apps/sessrumnir/src/main/editor-guard.test.ts +59 -0
- package/apps/sessrumnir/src/main/editor-guard.ts +50 -0
- package/apps/sessrumnir/src/main/extension-ui-ipc.test.ts +299 -0
- package/apps/sessrumnir/src/main/extension-ui-ipc.ts +117 -0
- package/apps/sessrumnir/src/main/file-service.test.ts +279 -0
- package/apps/sessrumnir/src/main/file-service.ts +652 -0
- package/apps/sessrumnir/src/main/fs-errors.ts +42 -0
- package/apps/sessrumnir/src/main/get-messages-trim.test.ts +77 -0
- package/apps/sessrumnir/src/main/get-messages-trim.ts +97 -0
- package/apps/sessrumnir/src/main/git-conveyor.test.ts +305 -0
- package/apps/sessrumnir/src/main/git-conveyor.ts +338 -0
- package/apps/sessrumnir/src/main/git-worktree.test.ts +101 -0
- package/apps/sessrumnir/src/main/git-worktree.ts +201 -0
- package/apps/sessrumnir/src/main/i18n.ts +31 -0
- package/apps/sessrumnir/src/main/index.ts +619 -0
- package/apps/sessrumnir/src/main/ipc/active-engine.ts +15 -0
- package/apps/sessrumnir/src/main/ipc/context.ts +58 -0
- package/apps/sessrumnir/src/main/ipc/council-handlers.ts +126 -0
- package/apps/sessrumnir/src/main/ipc/diagnostics-handlers.ts +8 -0
- package/apps/sessrumnir/src/main/ipc/file-handlers.ts +96 -0
- package/apps/sessrumnir/src/main/ipc/git-conveyor-handlers.ts +55 -0
- package/apps/sessrumnir/src/main/ipc/model-handlers.ts +33 -0
- package/apps/sessrumnir/src/main/ipc/models-config-handlers.ts +80 -0
- package/apps/sessrumnir/src/main/ipc/notes-handlers.ts +65 -0
- package/apps/sessrumnir/src/main/ipc/package-handlers.ts +330 -0
- package/apps/sessrumnir/src/main/ipc/permission-rules-handlers.ts +223 -0
- package/apps/sessrumnir/src/main/ipc/pi-handlers.ts +136 -0
- package/apps/sessrumnir/src/main/ipc/pi-start-options.ts +150 -0
- package/apps/sessrumnir/src/main/ipc/run-pi-cli.ts +53 -0
- package/apps/sessrumnir/src/main/ipc/session-handlers.ts +491 -0
- package/apps/sessrumnir/src/main/ipc/settings.ts +120 -0
- package/apps/sessrumnir/src/main/ipc/skills-mcp-handlers.ts +192 -0
- package/apps/sessrumnir/src/main/ipc/system-handlers.ts +131 -0
- package/apps/sessrumnir/src/main/ipc/tag-handlers.ts +69 -0
- package/apps/sessrumnir/src/main/ipc/terminal-handlers.ts +41 -0
- package/apps/sessrumnir/src/main/ipc/theme-handlers.ts +131 -0
- package/apps/sessrumnir/src/main/ipc/update-handlers.ts +61 -0
- package/apps/sessrumnir/src/main/ipc/validation.ts +45 -0
- package/apps/sessrumnir/src/main/ipc/workflow-handlers.ts +108 -0
- package/apps/sessrumnir/src/main/ipc/workspace-activity-wiring.ts +179 -0
- package/apps/sessrumnir/src/main/ipc/workspace-handlers.ts +133 -0
- package/apps/sessrumnir/src/main/ipc-handlers.ts +98 -0
- package/apps/sessrumnir/src/main/map-concurrent.test.ts +80 -0
- package/apps/sessrumnir/src/main/map-concurrent.ts +30 -0
- package/apps/sessrumnir/src/main/models-file.test.ts +114 -0
- package/apps/sessrumnir/src/main/models-file.ts +89 -0
- package/apps/sessrumnir/src/main/notes-manager.test.ts +64 -0
- package/apps/sessrumnir/src/main/notes-manager.ts +183 -0
- package/apps/sessrumnir/src/main/notify-decision.test.ts +39 -0
- package/apps/sessrumnir/src/main/notify-decision.ts +25 -0
- package/apps/sessrumnir/src/main/omp-fork-points.test.ts +119 -0
- package/apps/sessrumnir/src/main/omp-fork-points.ts +105 -0
- package/apps/sessrumnir/src/main/omp-plugin-list.test.ts +94 -0
- package/apps/sessrumnir/src/main/omp-plugin-list.ts +103 -0
- package/apps/sessrumnir/src/main/package-catalog.test.ts +157 -0
- package/apps/sessrumnir/src/main/package-catalog.ts +166 -0
- package/apps/sessrumnir/src/main/package-updates.test.ts +149 -0
- package/apps/sessrumnir/src/main/package-updates.ts +185 -0
- package/apps/sessrumnir/src/main/path-authorization.test.ts +64 -0
- package/apps/sessrumnir/src/main/path-authorization.ts +31 -0
- package/apps/sessrumnir/src/main/pi-binary-resolution.test.ts +582 -0
- package/apps/sessrumnir/src/main/pi-binary-resolution.ts +649 -0
- package/apps/sessrumnir/src/main/pi-event-router.test.ts +388 -0
- package/apps/sessrumnir/src/main/pi-event-router.ts +290 -0
- package/apps/sessrumnir/src/main/pi-paths.test.ts +134 -0
- package/apps/sessrumnir/src/main/pi-paths.ts +74 -0
- package/apps/sessrumnir/src/main/pi-rpc-manager.test.ts +467 -0
- package/apps/sessrumnir/src/main/pi-rpc-manager.ts +1319 -0
- package/apps/sessrumnir/src/main/process-tree.test.ts +94 -0
- package/apps/sessrumnir/src/main/renderer-origin.test.ts +33 -0
- package/apps/sessrumnir/src/main/renderer-origin.ts +35 -0
- package/apps/sessrumnir/src/main/session-lineage-reader.test.ts +317 -0
- package/apps/sessrumnir/src/main/session-lineage-reader.ts +111 -0
- package/apps/sessrumnir/src/main/session-metadata.test.ts +508 -0
- package/apps/sessrumnir/src/main/session-metadata.ts +526 -0
- package/apps/sessrumnir/src/main/session-name.test.ts +71 -0
- package/apps/sessrumnir/src/main/session-name.ts +69 -0
- package/apps/sessrumnir/src/main/session-paths.test.ts +110 -0
- package/apps/sessrumnir/src/main/session-paths.ts +88 -0
- package/apps/sessrumnir/src/main/session-tags.test.ts +61 -0
- package/apps/sessrumnir/src/main/session-tags.ts +253 -0
- package/apps/sessrumnir/src/main/session-trash.test.ts +66 -0
- package/apps/sessrumnir/src/main/session-trash.ts +65 -0
- package/apps/sessrumnir/src/main/settings-logic.ts +66 -0
- package/apps/sessrumnir/src/main/skills-discovery.test.ts +149 -0
- package/apps/sessrumnir/src/main/skills-discovery.ts +179 -0
- package/apps/sessrumnir/src/main/startup-launch.ts +63 -0
- package/apps/sessrumnir/src/main/terminal-service.ts +96 -0
- package/apps/sessrumnir/src/main/theme-store.test.ts +440 -0
- package/apps/sessrumnir/src/main/theme-store.ts +495 -0
- package/apps/sessrumnir/src/main/tray-decision.test.ts +46 -0
- package/apps/sessrumnir/src/main/tray-decision.ts +49 -0
- package/apps/sessrumnir/src/main/tray-manager.ts +220 -0
- package/apps/sessrumnir/src/main/tsconfig.json +20 -0
- package/apps/sessrumnir/src/main/window-background.test.ts +29 -0
- package/apps/sessrumnir/src/main/window-background.ts +16 -0
- package/apps/sessrumnir/src/main/workflow-discovery.test.ts +252 -0
- package/apps/sessrumnir/src/main/workflow-monitor.test.ts +371 -0
- package/apps/sessrumnir/src/main/workflow-monitor.ts +1020 -0
- package/apps/sessrumnir/src/main/workspace-activity.test.ts +227 -0
- package/apps/sessrumnir/src/main/workspace-activity.ts +215 -0
- package/apps/sessrumnir/src/main/workspace-manager.test.ts +680 -0
- package/apps/sessrumnir/src/main/workspace-manager.ts +1199 -0
- package/apps/sessrumnir/src/main/workspace-trust.test.ts +78 -0
- package/apps/sessrumnir/src/main/workspace-trust.ts +84 -0
- package/apps/sessrumnir/src/preload/index.ts +358 -0
- package/apps/sessrumnir/src/preload/tsconfig.json +20 -0
- package/apps/sessrumnir/src/renderer/index.html +18 -0
- package/apps/sessrumnir/src/renderer/public/theme-boot.js +30 -0
- package/apps/sessrumnir/src/renderer/src/app.tsx +194 -0
- package/apps/sessrumnir/src/renderer/src/assets/openmoji-color.woff2 +0 -0
- package/apps/sessrumnir/src/renderer/src/assets/pi-logo.svg +7 -0
- package/apps/sessrumnir/src/renderer/src/assets/ymir-mark.svg +55 -0
- package/apps/sessrumnir/src/renderer/src/assets.d.ts +7 -0
- package/apps/sessrumnir/src/renderer/src/components/chat-code-highlight.ts +239 -0
- package/apps/sessrumnir/src/renderer/src/components/chat-file-link.ts +140 -0
- package/apps/sessrumnir/src/renderer/src/components/chat-input.tsx +729 -0
- package/apps/sessrumnir/src/renderer/src/components/chat-panel-widths.test.ts +175 -0
- package/apps/sessrumnir/src/renderer/src/components/chat-panel-widths.ts +100 -0
- package/apps/sessrumnir/src/renderer/src/components/chat-panel.tsx +523 -0
- package/apps/sessrumnir/src/renderer/src/components/chat-project-picker.tsx +193 -0
- package/apps/sessrumnir/src/renderer/src/components/chat-search.tsx +251 -0
- package/apps/sessrumnir/src/renderer/src/components/code-editor-highlight.ts +85 -0
- package/apps/sessrumnir/src/renderer/src/components/code-editor-language.test.ts +19 -0
- package/apps/sessrumnir/src/renderer/src/components/code-editor-language.ts +88 -0
- package/apps/sessrumnir/src/renderer/src/components/code-editor.tsx +128 -0
- package/apps/sessrumnir/src/renderer/src/components/command-palette.tsx +315 -0
- package/apps/sessrumnir/src/renderer/src/components/command-results.tsx +80 -0
- package/apps/sessrumnir/src/renderer/src/components/composer-permission-menu.tsx +91 -0
- package/apps/sessrumnir/src/renderer/src/components/context-menu.tsx +457 -0
- package/apps/sessrumnir/src/renderer/src/components/copy-button.tsx +36 -0
- package/apps/sessrumnir/src/renderer/src/components/council-panels.tsx +193 -0
- package/apps/sessrumnir/src/renderer/src/components/custom-models-editor.tsx +330 -0
- package/apps/sessrumnir/src/renderer/src/components/diagnostics-panel.tsx +380 -0
- package/apps/sessrumnir/src/renderer/src/components/diff-viewer.tsx +318 -0
- package/apps/sessrumnir/src/renderer/src/components/ember-background.tsx +113 -0
- package/apps/sessrumnir/src/renderer/src/components/error-boundary.tsx +38 -0
- package/apps/sessrumnir/src/renderer/src/components/extension-ui-dialog-helpers.test.ts +43 -0
- package/apps/sessrumnir/src/renderer/src/components/extension-ui-dialog-helpers.ts +51 -0
- package/apps/sessrumnir/src/renderer/src/components/extension-ui-dialog.tsx +486 -0
- package/apps/sessrumnir/src/renderer/src/components/file-tree.tsx +784 -0
- package/apps/sessrumnir/src/renderer/src/components/git-conveyor-actions.tsx +246 -0
- package/apps/sessrumnir/src/renderer/src/components/home-screen.tsx +396 -0
- package/apps/sessrumnir/src/renderer/src/components/image-viewer.tsx +100 -0
- package/apps/sessrumnir/src/renderer/src/components/line-numbered-code.tsx +58 -0
- package/apps/sessrumnir/src/renderer/src/components/markdown-renderer.tsx +237 -0
- package/apps/sessrumnir/src/renderer/src/components/message-bubble.tsx +1006 -0
- package/apps/sessrumnir/src/renderer/src/components/mission-control.tsx +341 -0
- package/apps/sessrumnir/src/renderer/src/components/model-selector.tsx +219 -0
- package/apps/sessrumnir/src/renderer/src/components/note-picker.tsx +155 -0
- package/apps/sessrumnir/src/renderer/src/components/notes-panel.tsx +437 -0
- package/apps/sessrumnir/src/renderer/src/components/package-browser.tsx +604 -0
- package/apps/sessrumnir/src/renderer/src/components/permission-mode.test.ts +22 -0
- package/apps/sessrumnir/src/renderer/src/components/permission-mode.ts +49 -0
- package/apps/sessrumnir/src/renderer/src/components/permission-rules-editor-helpers.test.ts +44 -0
- package/apps/sessrumnir/src/renderer/src/components/permission-rules-editor-helpers.ts +35 -0
- package/apps/sessrumnir/src/renderer/src/components/permission-rules-editor.tsx +226 -0
- package/apps/sessrumnir/src/renderer/src/components/permission-selector.tsx +104 -0
- package/apps/sessrumnir/src/renderer/src/components/resize-handle.tsx +51 -0
- package/apps/sessrumnir/src/renderer/src/components/review-rail.tsx +194 -0
- package/apps/sessrumnir/src/renderer/src/components/session-menu-position.test.ts +22 -0
- package/apps/sessrumnir/src/renderer/src/components/session-menu-position.ts +34 -0
- package/apps/sessrumnir/src/renderer/src/components/session-panel.tsx +711 -0
- package/apps/sessrumnir/src/renderer/src/components/session-runtime-indicator.tsx +43 -0
- package/apps/sessrumnir/src/renderer/src/components/settings-panel.tsx +1360 -0
- package/apps/sessrumnir/src/renderer/src/components/sidebar-activity.test.ts +47 -0
- package/apps/sessrumnir/src/renderer/src/components/sidebar-activity.ts +76 -0
- package/apps/sessrumnir/src/renderer/src/components/sidebar-session-labels.test.ts +73 -0
- package/apps/sessrumnir/src/renderer/src/components/sidebar-session-labels.ts +47 -0
- package/apps/sessrumnir/src/renderer/src/components/sidebar.tsx +1045 -0
- package/apps/sessrumnir/src/renderer/src/components/skills-panel.tsx +159 -0
- package/apps/sessrumnir/src/renderer/src/components/stats-panel.tsx +368 -0
- package/apps/sessrumnir/src/renderer/src/components/status-bar.tsx +274 -0
- package/apps/sessrumnir/src/renderer/src/components/status-popover.tsx +481 -0
- package/apps/sessrumnir/src/renderer/src/components/streaming-bubble.tsx +128 -0
- package/apps/sessrumnir/src/renderer/src/components/subagent-progress.tsx +254 -0
- package/apps/sessrumnir/src/renderer/src/components/task-launcher.tsx +168 -0
- package/apps/sessrumnir/src/renderer/src/components/terminal.tsx +203 -0
- package/apps/sessrumnir/src/renderer/src/components/theme-editor-helpers.test.ts +35 -0
- package/apps/sessrumnir/src/renderer/src/components/theme-editor-helpers.ts +35 -0
- package/apps/sessrumnir/src/renderer/src/components/theme-editor.tsx +440 -0
- package/apps/sessrumnir/src/renderer/src/components/theme-gallery.tsx +373 -0
- package/apps/sessrumnir/src/renderer/src/components/thinking-level-selector.tsx +85 -0
- package/apps/sessrumnir/src/renderer/src/components/timeline.tsx +289 -0
- package/apps/sessrumnir/src/renderer/src/components/tool-call-icon.ts +32 -0
- package/apps/sessrumnir/src/renderer/src/components/workflow-navigator.tsx +901 -0
- package/apps/sessrumnir/src/renderer/src/components/workspace-tabs.tsx +241 -0
- package/apps/sessrumnir/src/renderer/src/global.d.ts +8 -0
- package/apps/sessrumnir/src/renderer/src/hooks/use-folder-drop.ts +101 -0
- package/apps/sessrumnir/src/renderer/src/hooks.test.ts +88 -0
- package/apps/sessrumnir/src/renderer/src/hooks.ts +574 -0
- package/apps/sessrumnir/src/renderer/src/i18n.test.ts +54 -0
- package/apps/sessrumnir/src/renderer/src/i18n.ts +89 -0
- package/apps/sessrumnir/src/renderer/src/index.css +425 -0
- package/apps/sessrumnir/src/renderer/src/main.tsx +42 -0
- package/apps/sessrumnir/src/renderer/src/message-grouping.test.ts +422 -0
- package/apps/sessrumnir/src/renderer/src/message-grouping.ts +410 -0
- package/apps/sessrumnir/src/renderer/src/message-parsing.test.ts +86 -0
- package/apps/sessrumnir/src/renderer/src/message-parsing.ts +166 -0
- package/apps/sessrumnir/src/renderer/src/store-external-prompts.test.ts +161 -0
- package/apps/sessrumnir/src/renderer/src/store-session-transitions.test.ts +2090 -0
- package/apps/sessrumnir/src/renderer/src/store-timeline.test.ts +52 -0
- package/apps/sessrumnir/src/renderer/src/store-turn-error.test.ts +136 -0
- package/apps/sessrumnir/src/renderer/src/store.ts +3726 -0
- package/apps/sessrumnir/src/renderer/src/subagent-detection.test.ts +55 -0
- package/apps/sessrumnir/src/renderer/src/theme/engine.test.ts +29 -0
- package/apps/sessrumnir/src/renderer/src/theme/engine.ts +20 -0
- package/apps/sessrumnir/src/renderer/src/themes/breeze-claudius.json +69 -0
- package/apps/sessrumnir/src/renderer/src/themes/breeze-dark.json +69 -0
- package/apps/sessrumnir/src/renderer/src/themes/breeze-light.json +69 -0
- package/apps/sessrumnir/src/renderer/src/themes/builtin-themes.test.ts +95 -0
- package/apps/sessrumnir/src/renderer/src/themes/dark.json +46 -0
- package/apps/sessrumnir/src/renderer/src/themes/fensalir.json +82 -0
- package/apps/sessrumnir/src/renderer/src/themes/gruvbox.json +69 -0
- package/apps/sessrumnir/src/renderer/src/themes/index.ts +60 -0
- package/apps/sessrumnir/src/renderer/src/themes/light.json +46 -0
- package/apps/sessrumnir/src/renderer/src/themes/nord.json +69 -0
- package/apps/sessrumnir/src/renderer/src/themes/sessrumnir.json +82 -0
- package/apps/sessrumnir/src/renderer/src/utils/debounced-buffer.test.ts +81 -0
- package/apps/sessrumnir/src/renderer/src/utils/debounced-buffer.ts +57 -0
- package/apps/sessrumnir/src/renderer/src/utils/format-relative-time.test.ts +62 -0
- package/apps/sessrumnir/src/renderer/src/utils/format-relative-time.ts +28 -0
- package/apps/sessrumnir/src/renderer/src/utils/heatmap-grid.test.ts +57 -0
- package/apps/sessrumnir/src/renderer/src/utils/heatmap-grid.ts +41 -0
- package/apps/sessrumnir/src/renderer/src/utils/ipc-error.test.ts +22 -0
- package/apps/sessrumnir/src/renderer/src/utils/ipc-error.ts +12 -0
- package/apps/sessrumnir/src/renderer/src/utils/model-search.test.ts +63 -0
- package/apps/sessrumnir/src/renderer/src/utils/model-search.ts +20 -0
- package/apps/sessrumnir/src/renderer/src/utils/planning-prompt.test.ts +31 -0
- package/apps/sessrumnir/src/renderer/src/utils/planning-prompt.ts +27 -0
- package/apps/sessrumnir/src/renderer/src/utils/preview-load-error.test.ts +15 -0
- package/apps/sessrumnir/src/renderer/src/utils/preview-load-error.ts +22 -0
- package/apps/sessrumnir/src/renderer/src/utils/process-status-label.test.ts +13 -0
- package/apps/sessrumnir/src/renderer/src/utils/process-status-label.ts +19 -0
- package/apps/sessrumnir/src/renderer/src/utils/quick-switcher.test.ts +68 -0
- package/apps/sessrumnir/src/renderer/src/utils/quick-switcher.ts +52 -0
- package/apps/sessrumnir/src/renderer/src/utils/rank-file-results.test.ts +46 -0
- package/apps/sessrumnir/src/renderer/src/utils/rank-file-results.ts +23 -0
- package/apps/sessrumnir/src/renderer/src/utils/relative-time.tsx +25 -0
- package/apps/sessrumnir/src/renderer/src/utils/session-title.test.ts +98 -0
- package/apps/sessrumnir/src/renderer/src/utils/session-title.ts +58 -0
- package/apps/sessrumnir/src/renderer/src/utils/stale-guard.test.ts +29 -0
- package/apps/sessrumnir/src/renderer/src/utils/stale-guard.ts +20 -0
- package/apps/sessrumnir/src/renderer/src/utils/theme.test.ts +174 -0
- package/apps/sessrumnir/src/renderer/src/utils/theme.ts +159 -0
- package/apps/sessrumnir/src/renderer/src/utils/workflow-runs.test.ts +130 -0
- package/apps/sessrumnir/src/renderer/src/utils/workflow-runs.ts +84 -0
- package/apps/sessrumnir/src/renderer/tsconfig.json +24 -0
- package/apps/sessrumnir/src/shared/agent-engine-label.test.ts +45 -0
- package/apps/sessrumnir/src/shared/agent-engine-label.ts +53 -0
- package/apps/sessrumnir/src/shared/app-settings.test.ts +25 -0
- package/apps/sessrumnir/src/shared/app-settings.ts +23 -0
- package/apps/sessrumnir/src/shared/bridge-http.ts +341 -0
- package/apps/sessrumnir/src/shared/bridge.ts +337 -0
- package/apps/sessrumnir/src/shared/council-config.test.ts +300 -0
- package/apps/sessrumnir/src/shared/council-config.ts +356 -0
- package/apps/sessrumnir/src/shared/default-settings.ts +39 -0
- package/apps/sessrumnir/src/shared/folder-drop.test.ts +118 -0
- package/apps/sessrumnir/src/shared/folder-drop.ts +74 -0
- package/apps/sessrumnir/src/shared/fork-point.test.ts +30 -0
- package/apps/sessrumnir/src/shared/fork-point.ts +24 -0
- package/apps/sessrumnir/src/shared/i18n/i18next.d.ts +10 -0
- package/apps/sessrumnir/src/shared/i18n/index.test.ts +51 -0
- package/apps/sessrumnir/src/shared/i18n/index.ts +50 -0
- package/apps/sessrumnir/src/shared/i18n/languages.ts +12 -0
- package/apps/sessrumnir/src/shared/i18n/locale-checks.ts +98 -0
- package/apps/sessrumnir/src/shared/i18n/locales.test.ts +92 -0
- package/apps/sessrumnir/src/shared/i18n/pseudo.test.ts +39 -0
- package/apps/sessrumnir/src/shared/i18n/pseudo.ts +44 -0
- package/apps/sessrumnir/src/shared/i18n/resolve.test.ts +43 -0
- package/apps/sessrumnir/src/shared/i18n/resolve.ts +41 -0
- package/apps/sessrumnir/src/shared/i18n/resources.ts +11 -0
- package/apps/sessrumnir/src/shared/ipc-contracts.ts +1539 -0
- package/apps/sessrumnir/src/shared/models-config.test.ts +124 -0
- package/apps/sessrumnir/src/shared/models-config.ts +167 -0
- package/apps/sessrumnir/src/shared/package-filter.ts +19 -0
- package/apps/sessrumnir/src/shared/package-spec.test.ts +51 -0
- package/apps/sessrumnir/src/shared/package-spec.ts +25 -0
- package/apps/sessrumnir/src/shared/path-compare.test.ts +38 -0
- package/apps/sessrumnir/src/shared/path-compare.ts +76 -0
- package/apps/sessrumnir/src/shared/permission-mode.ts +8 -0
- package/apps/sessrumnir/src/shared/pi-command.test.ts +165 -0
- package/apps/sessrumnir/src/shared/pi-command.ts +139 -0
- package/apps/sessrumnir/src/shared/product-name.ts +7 -0
- package/apps/sessrumnir/src/shared/session-lineage.test.ts +103 -0
- package/apps/sessrumnir/src/shared/session-lineage.ts +50 -0
- package/apps/sessrumnir/src/shared/session-preview.test.ts +93 -0
- package/apps/sessrumnir/src/shared/session-preview.ts +56 -0
- package/apps/sessrumnir/src/shared/sidebar-width.test.ts +58 -0
- package/apps/sessrumnir/src/shared/sidebar-width.ts +37 -0
- package/apps/sessrumnir/src/shared/theme/builtin-ids.ts +16 -0
- package/apps/sessrumnir/src/shared/theme/resolve.test.ts +66 -0
- package/apps/sessrumnir/src/shared/theme/resolve.ts +29 -0
- package/apps/sessrumnir/src/shared/theme/syntax-defaults.ts +24 -0
- package/apps/sessrumnir/src/shared/theme/theme-file.test.ts +88 -0
- package/apps/sessrumnir/src/shared/theme/theme-file.ts +132 -0
- package/apps/sessrumnir/src/shared/theme/tokens.test.ts +35 -0
- package/apps/sessrumnir/src/shared/theme/tokens.ts +86 -0
- package/apps/sessrumnir/src/shared/tsconfig.json +17 -0
- package/apps/sessrumnir/src/shared/untrusted-data.test.ts +32 -0
- package/apps/sessrumnir/src/shared/untrusted-data.ts +22 -0
- package/apps/sessrumnir/src/shared/version-compare.test.ts +33 -0
- package/apps/sessrumnir/src/shared/version-compare.ts +50 -0
- package/apps/sessrumnir/src/shared/workflow-control.ts +33 -0
- package/apps/sessrumnir/src/web-server.ts +315 -0
- package/apps/sessrumnir/tsconfig.json +26 -0
- package/apps/smidja/smidja_build.py +45 -0
- package/apps/smidja/smidja_build_review.py +76 -0
- package/apps/smidja/smidja_build_test.py +79 -0
- package/apps/smidja/smidja_document.py +76 -0
- package/apps/smidja/smidja_modules/agent_cc.py +15 -0
- package/apps/smidja/smidja_modules/agent_opencode.py +194 -0
- package/apps/smidja/smidja_modules/agent_pi.py +392 -0
- package/apps/smidja/smidja_modules/agents.py +993 -0
- package/apps/smidja/smidja_modules/changes.py +103 -0
- package/apps/smidja/smidja_modules/console.py +131 -0
- package/apps/smidja/smidja_modules/data_types.py +447 -0
- package/apps/smidja/smidja_modules/gates.py +108 -0
- package/apps/smidja/smidja_modules/git_helper.py +120 -0
- package/apps/smidja/smidja_modules/lm_local.py +144 -0
- package/apps/smidja/smidja_modules/permissions.py +194 -0
- package/apps/smidja/smidja_modules/prompts.py +21 -0
- package/apps/smidja/smidja_modules/quality.py +240 -0
- package/apps/smidja/smidja_modules/runner.py +155 -0
- package/apps/smidja/smidja_modules/session.py +50 -0
- package/apps/smidja/smidja_modules/stall_watch.py +149 -0
- package/apps/smidja/smidja_modules/tracer.py +271 -0
- package/apps/smidja/smidja_modules/utils.py +77 -0
- package/apps/smidja/smidja_orchestrate.py +162 -0
- package/apps/smidja/smidja_plan.py +45 -0
- package/apps/smidja/smidja_plan_build.py +55 -0
- package/apps/smidja/smidja_plan_build_test.py +86 -0
- package/apps/smidja/smidja_plan_build_test_quality.py +98 -0
- package/apps/smidja/smidja_prompt.py +44 -0
- package/apps/smidja/smidja_quality.py +49 -0
- package/apps/smidja/smidja_recon_iv.py +202 -0
- package/apps/smidja/smidja_scout.py +45 -0
- package/apps/smidja/smidja_simple_sdlc.py +183 -0
- package/apps/smidja/smidja_smidja_config/smidja.config.yaml +143 -0
- package/apps/smidja-factory/AGENTS.md +165 -0
- package/apps/smidja-factory/README.md +3 -0
- package/apps/smidja-factory/SKILL.md +18 -0
- package/apps/smidja-factory/apps/visualizer/.oxlintrc.json +18 -0
- package/apps/smidja-factory/apps/visualizer/bun.lock +269 -0
- package/apps/smidja-factory/apps/visualizer/desktop/icon.png +0 -0
- package/apps/smidja-factory/apps/visualizer/desktop/main.js +140 -0
- package/apps/smidja-factory/apps/visualizer/desktop/package-lock.json +871 -0
- package/apps/smidja-factory/apps/visualizer/desktop/package.json +18 -0
- package/apps/smidja-factory/apps/visualizer/desktop/preload.js +19 -0
- package/apps/smidja-factory/apps/visualizer/index.html +28 -0
- package/apps/smidja-factory/apps/visualizer/package.json +31 -0
- package/apps/smidja-factory/apps/visualizer/public/icon.svg +7 -0
- package/apps/smidja-factory/apps/visualizer/public/models/claude.png +0 -0
- package/apps/smidja-factory/apps/visualizer/public/models/gemini.png +0 -0
- package/apps/smidja-factory/apps/visualizer/public/models/kimi.png +0 -0
- package/apps/smidja-factory/apps/visualizer/public/models/openai.png +0 -0
- package/apps/smidja-factory/apps/visualizer/public/models/zai.png +0 -0
- package/apps/smidja-factory/apps/visualizer/server/chat.ts +425 -0
- package/apps/smidja-factory/apps/visualizer/server/db.ts +1050 -0
- package/apps/smidja-factory/apps/visualizer/server/index.ts +648 -0
- package/apps/smidja-factory/apps/visualizer/server/model-catalog.ts +90 -0
- package/apps/smidja-factory/apps/visualizer/server/roster-api.ts +75 -0
- package/apps/smidja-factory/apps/visualizer/server/roster_resolve.py +170 -0
- package/apps/smidja-factory/apps/visualizer/server/settings.ts +106 -0
- package/apps/smidja-factory/apps/visualizer/shared/types.ts +630 -0
- package/apps/smidja-factory/apps/visualizer/src/App.vue +379 -0
- package/apps/smidja-factory/apps/visualizer/src/components/ChatInput.vue +155 -0
- package/apps/smidja-factory/apps/visualizer/src/components/ChatThread.vue +219 -0
- package/apps/smidja-factory/apps/visualizer/src/components/ChatView.vue +335 -0
- package/apps/smidja-factory/apps/visualizer/src/components/DecisionsView.vue +177 -0
- package/apps/smidja-factory/apps/visualizer/src/components/DetailSection.vue +76 -0
- package/apps/smidja-factory/apps/visualizer/src/components/MemoryView.vue +397 -0
- package/apps/smidja-factory/apps/visualizer/src/components/PhaseDetail.vue +1354 -0
- package/apps/smidja-factory/apps/visualizer/src/components/PhaseDots.vue +55 -0
- package/apps/smidja-factory/apps/visualizer/src/components/SessionCard.vue +583 -0
- package/apps/smidja-factory/apps/visualizer/src/components/SessionMiniCard.vue +58 -0
- package/apps/smidja-factory/apps/visualizer/src/components/SessionPanel.vue +272 -0
- package/apps/smidja-factory/apps/visualizer/src/components/SessionStartForm.vue +152 -0
- package/apps/smidja-factory/apps/visualizer/src/components/SessionTrace.vue +1157 -0
- package/apps/smidja-factory/apps/visualizer/src/components/SessionsList.vue +96 -0
- package/apps/smidja-factory/apps/visualizer/src/components/SettingsView.vue +152 -0
- package/apps/smidja-factory/apps/visualizer/src/components/StatChip.vue +98 -0
- package/apps/smidja-factory/apps/visualizer/src/components/StatsView.vue +382 -0
- package/apps/smidja-factory/apps/visualizer/src/components/StatusChip.vue +73 -0
- package/apps/smidja-factory/apps/visualizer/src/components/ToolCallCard.vue +156 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/api.ts +177 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/chat-api.ts +95 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/chat-store.ts +351 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/events.ts +131 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/format.ts +92 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/highlight.ts +54 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/markdown.ts +120 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/models.ts +42 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/router.ts +67 -0
- package/apps/smidja-factory/apps/visualizer/src/lib/types.ts +61 -0
- package/apps/smidja-factory/apps/visualizer/src/main.ts +13 -0
- package/apps/smidja-factory/apps/visualizer/src/style.css +592 -0
- package/apps/smidja-factory/apps/visualizer/tsconfig.json +30 -0
- package/apps/smidja-factory/apps/visualizer/vite.config.js +32 -0
- package/apps/smidja-factory/apps/visualizer/vite.config.ts +31 -0
- package/apps/smidja-factory/cookbooks/create_config.md +61 -0
- package/apps/smidja-factory/cookbooks/create_smidja.md +120 -0
- package/apps/smidja-factory/cookbooks/how_to_prompt_for_the_eng.md +110 -0
- package/apps/smidja-factory/cookbooks/install.md +56 -0
- package/apps/smidja-factory/cookbooks/run_smidja.md +122 -0
- package/apps/smidja-factory/cookbooks/smidja_overview.md +88 -0
- package/apps/smidja-factory/cookbooks/update_config.md +103 -0
- package/apps/smidja-factory/cookbooks/update_modules.md +100 -0
- package/apps/smidja-factory/cookbooks/update_smidja.md +90 -0
- package/apps/smidja-factory/docs/enhancement-plan.md +420 -0
- package/apps/smidja-factory/references/config.md +202 -0
- package/apps/smidja-factory/references/handoff.md +161 -0
- package/apps/smidja-factory/references/observability.md +166 -0
- package/apps/smidja-factory/scripts/install.py +113 -0
- package/apps/smidja-factory/scripts/make_config.py +35 -0
- package/apps/smidja-factory/scripts/make_smidja.py +119 -0
- package/apps/smidja-factory/skills/add-or-edit-ai-models/SKILL.md +151 -0
- package/apps/smidja-factory/skills/create-new-agent/SKILL.md +125 -0
- package/apps/smidja-factory/skills/create-new-teams/SKILL.md +151 -0
- package/apps/smidja-factory/skills/git-ops/README.md +25 -0
- package/apps/smidja-factory/skills/git-ops/SKILL.md +18 -0
- package/apps/smidja-factory/skills/git-ops/create_branch.sh +79 -0
- package/apps/smidja-factory/skills/git-ops/safe_commit.sh +82 -0
- package/apps/smidja-factory/skills/git-ops/sync_upstream.sh +94 -0
- package/apps/smidja-factory/skills/how-to-run-agent-teams/SKILL.md +117 -0
- package/apps/smidja-factory/skills/smidja-instructions/SKILL.md +168 -0
- package/apps/smidja-factory/skills/smidja-launcher/SKILL.md +155 -0
- package/apps/smidja-factory/skills/smidja-start/SKILL.md +266 -0
- package/apps/smidja-factory/skills/volundr/SKILL.md +232 -0
- package/apps/smidja-factory/skills/volundr/prompt/dispatch-prompt.md +91 -0
- package/apps/smidja-factory/skills/volundr/prompt/volundr-system.md +63 -0
- package/apps/smidja-factory/skills/volundr/scripts/volundr-observe.py +52 -0
- package/apps/smidja-factory/skills/volundr/scripts/volundr-recall.py +54 -0
- package/apps/smidja-factory/skills/volundr/scripts/volundr-status.py +51 -0
- package/apps/smidja-factory/skills/volundr/scripts/volundr-teach.py +47 -0
- package/apps/smidja-factory/templates/env.sample +28 -0
- package/apps/smidja-factory/templates/harness_engineering/subagents.ts +706 -0
- package/apps/smidja-factory/templates/harness_engineering/themeMap.ts +145 -0
- package/apps/smidja-factory/templates/justfile +89 -0
- package/apps/smidja-factory/templates/prompt_engineering/builder/system.md +13 -0
- package/apps/smidja-factory/templates/prompt_engineering/builder/user.md +34 -0
- package/apps/smidja-factory/templates/prompt_engineering/documenter/system.md +17 -0
- package/apps/smidja-factory/templates/prompt_engineering/documenter/user.md +48 -0
- package/apps/smidja-factory/templates/prompt_engineering/orchestrator/system.md +55 -0
- package/apps/smidja-factory/templates/prompt_engineering/orchestrator/user.md +39 -0
- package/apps/smidja-factory/templates/prompt_engineering/planner/system.md +21 -0
- package/apps/smidja-factory/templates/prompt_engineering/planner/user.md +45 -0
- package/apps/smidja-factory/templates/prompt_engineering/recon_orchestrator/system.md +51 -0
- package/apps/smidja-factory/templates/prompt_engineering/recon_orchestrator/user.md +26 -0
- package/apps/smidja-factory/templates/prompt_engineering/reviewer/system.md +16 -0
- package/apps/smidja-factory/templates/prompt_engineering/reviewer/user.md +44 -0
- package/apps/smidja-factory/templates/prompt_engineering/scout/system.md +32 -0
- package/apps/smidja-factory/templates/prompt_engineering/scout/user.md +34 -0
- package/apps/smidja-factory/templates/smidja/smidja_build.py +45 -0
- package/apps/smidja-factory/templates/smidja/smidja_build_review.py +76 -0
- package/apps/smidja-factory/templates/smidja/smidja_build_test.py +79 -0
- package/apps/smidja-factory/templates/smidja/smidja_document.py +76 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/agent_cc.py +15 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/agent_opencode.py +194 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/agent_pi.py +392 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/agents.py +993 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/changes.py +103 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/console.py +131 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/data_types.py +447 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/gates.py +108 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/git_helper.py +120 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/lm_local.py +144 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/permissions.py +194 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/prompts.py +21 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/quality.py +240 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/runner.py +155 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/session.py +50 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/stall_watch.py +149 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/tracer.py +271 -0
- package/apps/smidja-factory/templates/smidja/smidja_modules/utils.py +77 -0
- package/apps/smidja-factory/templates/smidja/smidja_orchestrate.py +162 -0
- package/apps/smidja-factory/templates/smidja/smidja_plan.py +45 -0
- package/apps/smidja-factory/templates/smidja/smidja_plan_build.py +55 -0
- package/apps/smidja-factory/templates/smidja/smidja_plan_build_test.py +86 -0
- package/apps/smidja-factory/templates/smidja/smidja_plan_build_test_quality.py +98 -0
- package/apps/smidja-factory/templates/smidja/smidja_prompt.py +44 -0
- package/apps/smidja-factory/templates/smidja/smidja_quality.py +49 -0
- package/apps/smidja-factory/templates/smidja/smidja_recon_iv.py +202 -0
- package/apps/smidja-factory/templates/smidja/smidja_scout.py +45 -0
- package/apps/smidja-factory/templates/smidja/smidja_simple_sdlc.py +183 -0
- package/apps/smidja-factory/templates/smidja.config.yaml +143 -0
- package/bin/app-build.sh +36 -0
- package/bin/electron-lib.sh +25 -0
- package/bin/sessrumnir.sh +1 -1
- package/bin/ymir-install.sh +7 -0
- package/install.sh +88 -0
- package/package.json +16 -7
- package/scripts/electron.sh +6 -2
- package/.agents/bus/messages.json +0 -1
- package/.agents/config/agents.machine.example.yaml +0 -16
- package/.pi/mcp.json +0 -16
- package/assets/reference/state/.branch-eligible-owner +0 -4
- package/assets/reference/state/.branch-mirror-cursor +0 -1
- package/assets/reference/state/.branch-outcomes-cursor +0 -1
- package/assets/reference/state/.branch-session +0 -1
- package/assets/reference/state/.count-default_wF_p5 +0 -1
- package/assets/reference/state/.count-default_wF_p6 +0 -1
- package/assets/reference/state/.count-default_wR_p2 +0 -1
- package/assets/reference/state/.count-default_wS_p2 +0 -1
- package/assets/reference/state/.count-firstmate_fm-server-knowledge +0 -1
- package/assets/reference/state/.hash-default_wF_p5 +0 -1
- package/assets/reference/state/.hash-default_wF_p6 +0 -1
- package/assets/reference/state/.hash-default_wR_p2 +0 -1
- package/assets/reference/state/.hash-default_wS_p2 +0 -1
- package/assets/reference/state/.hash-firstmate_fm-server-knowledge +0 -1
- package/assets/reference/state/.heartbeat-streak +0 -1
- package/assets/reference/state/.inactive-outcome-reconcile +0 -2
- package/assets/reference/state/.lock +0 -1
- package/assets/reference/state/.pi-branch-extension-loaded +0 -1
- package/assets/reference/state/.pi-turnend-extension-loaded +0 -2
- package/assets/reference/state/.pi-watch-extension-loaded +0 -2
- package/assets/reference/state/.seen-server-knowledge_turn-ended +0 -1
- package/assets/reference/state/.session-start-agents-baseline +0 -2
- package/assets/reference/state/.session-start-complete +0 -1
- package/assets/reference/state/.stale-default_wF_p5 +0 -1
- package/assets/reference/state/.stale-default_wR_p2 +0 -1
- package/assets/reference/state/.stale-firstmate_fm-server-knowledge +0 -1
- package/assets/reference/state/.stale-since-default_wF_p5 +0 -1
- package/assets/reference/state/.stale-since-default_wR_p2 +0 -1
- package/assets/reference/state/.stale-since-firstmate_fm-server-knowledge +0 -1
- package/assets/reference/state/.startup-network.delivered +0 -1
- package/assets/reference/state/.startup-network.report +0 -1
- package/assets/reference/state/.startup-network.status +0 -10
- package/assets/reference/state/.startup-network.timings +0 -6
- package/assets/reference/state/.trace-context-effective +0 -1
- package/assets/reference/state/.wake-queue +0 -0
- package/assets/reference/state/.wake-queue.seq +0 -1
- package/assets/reference/state/.wake-rows.consume.BcqXSq +0 -0
- package/assets/reference/state/.wake-rows.consume.NDZZei +0 -0
- package/assets/reference/state/.wake-rows.consume.VGkhYm +0 -0
- package/assets/reference/state/.wake-rows.consume.tR2rTy +0 -0
- package/assets/reference/state/.watch-arm-output.3581p6 +0 -0
- package/assets/reference/state/.watch-arm-output.3ciDNP +0 -0
- package/assets/reference/state/.watch-arm-output.SksR6k +0 -0
- package/assets/reference/state/.watch-cycle-exits.log +0 -22
- package/assets/reference/state/.watch-deliveries.log +0 -19
- package/assets/reference/state/.watch-triage.log +0 -38
- package/assets/reference/state/.watch.lock/fm-home +0 -1
- package/assets/reference/state/.watch.lock/pid +0 -1
- package/assets/reference/state/.watch.lock/pid-identity +0 -1
- package/assets/reference/state/.watch.lock/watcher-path +0 -1
- package/assets/reference/state/.watch.lock.owner.qqbxmS/fm-home +0 -1
- package/assets/reference/state/.watch.lock.owner.qqbxmS/pid +0 -1
- package/assets/reference/state/.watch.lock.owner.qqbxmS/pid-identity +0 -1
- package/assets/reference/state/.watch.lock.owner.qqbxmS/watcher-path +0 -1
- package/assets/reference/state/.watcher-down +0 -1
- package/assets/reference/state/branch-outcomes.jsonl +0 -1
- package/assets/reference/state/branch-session/2026-09-04T16-49-38-671Z_01a06d53-6b6f-7619-930d-e6dfd9a4a29e.jsonl +0 -211
- package/assets/reference/state/home-summary.json +0 -42
- package/assets/reference/state/server-knowledge.busy-gen +0 -1
- package/assets/reference/state/server-knowledge.busy-state +0 -1
- package/assets/reference/state/server-knowledge.herdr-presentation +0 -12
- package/assets/reference/state/server-knowledge.meta +0 -18
- package/assets/reference/state/server-knowledge.pi-ext.ts +0 -26
- package/assets/reference/state/server-knowledge.turn-ended +0 -0
- /package/{assets/reference/state/.last-check → apps/hlidskjalf/src/app/.gitkeep} +0 -0
- /package/{assets/reference/state/.last-heartbeat → apps/hlidskjalf/src/components/.gitkeep} +0 -0
- /package/{assets/reference/state/.last-watcher-beat → apps/hlidskjalf/src/services/.gitkeep} +0 -0
- /package/{assets/reference/state/.main-eligible-rows.tmp.p2HMKo → apps/smidja/smidja_modules/__init__.py} +0 -0
- /package/{assets/reference/state/.main-eligible-rows.tmp.Exxm82 → apps/smidja-factory/templates/smidja/smidja_modules/__init__.py} +0 -0
|
@@ -0,0 +1,4195 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ymir-livehall",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "ymir-livehall",
|
|
9
|
+
"version": "0.1.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"astro": "latest"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"node_modules/@astrojs/compiler-binding": {
|
|
15
|
+
"version": "0.4.0",
|
|
16
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding/-/compiler-binding-0.4.0.tgz",
|
|
17
|
+
"integrity": "sha512-x2RjDUuWfwLNtc3mjAdSRInwqh/rqbLar9cm/5FOMbHvmYZB7yfKewzSclAxWjIZsypJDXv1lhaP2WG+P8TK3g==",
|
|
18
|
+
"license": "MIT",
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
21
|
+
},
|
|
22
|
+
"optionalDependencies": {
|
|
23
|
+
"@astrojs/compiler-binding-darwin-arm64": "0.4.0",
|
|
24
|
+
"@astrojs/compiler-binding-darwin-x64": "0.4.0",
|
|
25
|
+
"@astrojs/compiler-binding-linux-arm64-gnu": "0.4.0",
|
|
26
|
+
"@astrojs/compiler-binding-linux-arm64-musl": "0.4.0",
|
|
27
|
+
"@astrojs/compiler-binding-linux-x64-gnu": "0.4.0",
|
|
28
|
+
"@astrojs/compiler-binding-linux-x64-musl": "0.4.0",
|
|
29
|
+
"@astrojs/compiler-binding-wasm32-wasi": "0.4.0",
|
|
30
|
+
"@astrojs/compiler-binding-win32-arm64-msvc": "0.4.0",
|
|
31
|
+
"@astrojs/compiler-binding-win32-x64-msvc": "0.4.0"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"node_modules/@astrojs/compiler-binding-darwin-arm64": {
|
|
35
|
+
"version": "0.4.0",
|
|
36
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-arm64/-/compiler-binding-darwin-arm64-0.4.0.tgz",
|
|
37
|
+
"integrity": "sha512-ZVUwHundaQyFNjE6uoa0usaC0WOCitDCLS/4mdb4rOiJXwVUuKJBMxI5WMzXLWmamsXtK/Z//ifLXvV5Yeh4Hw==",
|
|
38
|
+
"cpu": [
|
|
39
|
+
"arm64"
|
|
40
|
+
],
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"optional": true,
|
|
43
|
+
"os": [
|
|
44
|
+
"darwin"
|
|
45
|
+
],
|
|
46
|
+
"engines": {
|
|
47
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"node_modules/@astrojs/compiler-binding-darwin-x64": {
|
|
51
|
+
"version": "0.4.0",
|
|
52
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-x64/-/compiler-binding-darwin-x64-0.4.0.tgz",
|
|
53
|
+
"integrity": "sha512-FI6G8AY8u6fR1SI/QRR5yGMwtvZwP34CDmZpZ5HwJGa50UM1VISTLhqkhV4a476pmgd25X1Aur2dqw6hUnrlKA==",
|
|
54
|
+
"cpu": [
|
|
55
|
+
"x64"
|
|
56
|
+
],
|
|
57
|
+
"license": "MIT",
|
|
58
|
+
"optional": true,
|
|
59
|
+
"os": [
|
|
60
|
+
"darwin"
|
|
61
|
+
],
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"node_modules/@astrojs/compiler-binding-linux-arm64-gnu": {
|
|
67
|
+
"version": "0.4.0",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-gnu/-/compiler-binding-linux-arm64-gnu-0.4.0.tgz",
|
|
69
|
+
"integrity": "sha512-lB9gLFJK7m82EnjaU8nlRBEfcwGNeHidW3sSjODTUjMNaoewVuUz9fwwdY5M4jiSXIqWLH3yl6TX8FTDKA74Sw==",
|
|
70
|
+
"cpu": [
|
|
71
|
+
"arm64"
|
|
72
|
+
],
|
|
73
|
+
"libc": [
|
|
74
|
+
"glibc"
|
|
75
|
+
],
|
|
76
|
+
"license": "MIT",
|
|
77
|
+
"optional": true,
|
|
78
|
+
"os": [
|
|
79
|
+
"linux"
|
|
80
|
+
],
|
|
81
|
+
"engines": {
|
|
82
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"node_modules/@astrojs/compiler-binding-linux-arm64-musl": {
|
|
86
|
+
"version": "0.4.0",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-musl/-/compiler-binding-linux-arm64-musl-0.4.0.tgz",
|
|
88
|
+
"integrity": "sha512-HPbvWqbxFxyaoQJhLxCaSjtYBx9KBo7JGVzEFZCmMl968a2PsSH0UfiODYgYPXofTOIsIH2aoCcrHXML0IA3ig==",
|
|
89
|
+
"cpu": [
|
|
90
|
+
"arm64"
|
|
91
|
+
],
|
|
92
|
+
"libc": [
|
|
93
|
+
"musl"
|
|
94
|
+
],
|
|
95
|
+
"license": "MIT",
|
|
96
|
+
"optional": true,
|
|
97
|
+
"os": [
|
|
98
|
+
"linux"
|
|
99
|
+
],
|
|
100
|
+
"engines": {
|
|
101
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"node_modules/@astrojs/compiler-binding-linux-x64-gnu": {
|
|
105
|
+
"version": "0.4.0",
|
|
106
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-gnu/-/compiler-binding-linux-x64-gnu-0.4.0.tgz",
|
|
107
|
+
"integrity": "sha512-tQKolMxoJ/+0AmLWm1PmJ/i+z3i10ZU1bNuVjEDulCf48azEMtUNjTZgHJ5MPtpYRNc7dlETr8QujUfduzoC7Q==",
|
|
108
|
+
"cpu": [
|
|
109
|
+
"x64"
|
|
110
|
+
],
|
|
111
|
+
"libc": [
|
|
112
|
+
"glibc"
|
|
113
|
+
],
|
|
114
|
+
"license": "MIT",
|
|
115
|
+
"optional": true,
|
|
116
|
+
"os": [
|
|
117
|
+
"linux"
|
|
118
|
+
],
|
|
119
|
+
"engines": {
|
|
120
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"node_modules/@astrojs/compiler-binding-linux-x64-musl": {
|
|
124
|
+
"version": "0.4.0",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-musl/-/compiler-binding-linux-x64-musl-0.4.0.tgz",
|
|
126
|
+
"integrity": "sha512-5v5YymudsxMHp3NBLCS8BUlu5CRqeLtWD9cKS/4nIhIEHCbpz9okmVV6I0HWqmBAPhWYcDa3vw/vltYPrOQCTA==",
|
|
127
|
+
"cpu": [
|
|
128
|
+
"x64"
|
|
129
|
+
],
|
|
130
|
+
"libc": [
|
|
131
|
+
"musl"
|
|
132
|
+
],
|
|
133
|
+
"license": "MIT",
|
|
134
|
+
"optional": true,
|
|
135
|
+
"os": [
|
|
136
|
+
"linux"
|
|
137
|
+
],
|
|
138
|
+
"engines": {
|
|
139
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"node_modules/@astrojs/compiler-binding-wasm32-wasi": {
|
|
143
|
+
"version": "0.4.0",
|
|
144
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-wasm32-wasi/-/compiler-binding-wasm32-wasi-0.4.0.tgz",
|
|
145
|
+
"integrity": "sha512-m/phuH3x3PREvv1OnkM44NoPh4MatUadix1fB1u5SvMLCyDTUZykDJbKnWf1cjnYmHdlB8HcjTjl6JrCqAIXcw==",
|
|
146
|
+
"cpu": [
|
|
147
|
+
"wasm32"
|
|
148
|
+
],
|
|
149
|
+
"license": "MIT",
|
|
150
|
+
"optional": true,
|
|
151
|
+
"dependencies": {
|
|
152
|
+
"@napi-rs/wasm-runtime": "^1.2.2"
|
|
153
|
+
},
|
|
154
|
+
"engines": {
|
|
155
|
+
"node": ">=14.0.0"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"node_modules/@astrojs/compiler-binding-win32-arm64-msvc": {
|
|
159
|
+
"version": "0.4.0",
|
|
160
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-arm64-msvc/-/compiler-binding-win32-arm64-msvc-0.4.0.tgz",
|
|
161
|
+
"integrity": "sha512-B9zYf3okEY83kM8gydlpH2BHP00w4ifxPqlYlWrgTwuD6wnkrJDCwBlgy1q31cERjCJRXN1lrE2VmkLvFjv/6g==",
|
|
162
|
+
"cpu": [
|
|
163
|
+
"arm64"
|
|
164
|
+
],
|
|
165
|
+
"license": "MIT",
|
|
166
|
+
"optional": true,
|
|
167
|
+
"os": [
|
|
168
|
+
"win32"
|
|
169
|
+
],
|
|
170
|
+
"engines": {
|
|
171
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"node_modules/@astrojs/compiler-binding-win32-x64-msvc": {
|
|
175
|
+
"version": "0.4.0",
|
|
176
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-x64-msvc/-/compiler-binding-win32-x64-msvc-0.4.0.tgz",
|
|
177
|
+
"integrity": "sha512-zB0Nrv0dGc0zZWPGDRmmETTPhDRqyZjAjk+gWMlVrJX5U89obpB3VUUE1ZiHxOCN5LQojeLK6O8L/dnoHolvNQ==",
|
|
178
|
+
"cpu": [
|
|
179
|
+
"x64"
|
|
180
|
+
],
|
|
181
|
+
"license": "MIT",
|
|
182
|
+
"optional": true,
|
|
183
|
+
"os": [
|
|
184
|
+
"win32"
|
|
185
|
+
],
|
|
186
|
+
"engines": {
|
|
187
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"node_modules/@astrojs/compiler-rs": {
|
|
191
|
+
"version": "0.4.0",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-rs/-/compiler-rs-0.4.0.tgz",
|
|
193
|
+
"integrity": "sha512-koVikeon1kreEy+/JzLQRy3vzHHQVOjycs4degg4vFufKApZOwMZvSSAEztYNhmcQVfNVsVZZI4cEge3cexAbQ==",
|
|
194
|
+
"license": "MIT",
|
|
195
|
+
"dependencies": {
|
|
196
|
+
"@astrojs/compiler-binding": "0.4.0"
|
|
197
|
+
},
|
|
198
|
+
"engines": {
|
|
199
|
+
"node": ">=22.12.0"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"node_modules/@astrojs/internal-helpers": {
|
|
203
|
+
"version": "0.11.0",
|
|
204
|
+
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.11.0.tgz",
|
|
205
|
+
"integrity": "sha512-3rzxJ+xbo0+8YyqOzLziIN32wmsHdCjEVz2sGOpRxJ+Ben/KiLph4ItxBy1abEL+E8fkRzqjg0rfXmaHJGw9JA==",
|
|
206
|
+
"license": "MIT",
|
|
207
|
+
"dependencies": {
|
|
208
|
+
"@types/hast": "^3.0.4",
|
|
209
|
+
"@types/mdast": "^4.0.4",
|
|
210
|
+
"js-yaml": "^4.3.0",
|
|
211
|
+
"picomatch": "^4.0.4",
|
|
212
|
+
"retext-smartypants": "^6.2.0",
|
|
213
|
+
"shiki": "^4.0.2",
|
|
214
|
+
"smol-toml": "^1.6.0",
|
|
215
|
+
"unified": "^11.0.5"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"node_modules/@astrojs/markdown-satteri": {
|
|
219
|
+
"version": "0.4.1",
|
|
220
|
+
"resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.4.1.tgz",
|
|
221
|
+
"integrity": "sha512-EniHbFNa6SQHDih7JnpPos3NWXO6hdt4raBcOosfGmlfc3gP9CI/sESA3VOf1PgJZ7SFfewlZW9Livn0JugEZg==",
|
|
222
|
+
"license": "MIT",
|
|
223
|
+
"dependencies": {
|
|
224
|
+
"@astrojs/internal-helpers": "0.11.0",
|
|
225
|
+
"@astrojs/prism": "4.0.2",
|
|
226
|
+
"github-slugger": "^2.0.0",
|
|
227
|
+
"satteri": "^0.10.3"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"node_modules/@astrojs/prism": {
|
|
231
|
+
"version": "4.0.2",
|
|
232
|
+
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.2.tgz",
|
|
233
|
+
"integrity": "sha512-KTivpmnz6lDsC6o9H4+DNm2SrE/GHzw8cNAvEJwAvUT+eoaEnn/4NtbDNfRRaxaJHdp15gf+tfHAWiXR4wB3BA==",
|
|
234
|
+
"license": "MIT",
|
|
235
|
+
"dependencies": {
|
|
236
|
+
"prismjs": "^1.30.0"
|
|
237
|
+
},
|
|
238
|
+
"engines": {
|
|
239
|
+
"node": ">=22.12.0"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"node_modules/@astrojs/telemetry": {
|
|
243
|
+
"version": "3.3.3",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.3.tgz",
|
|
245
|
+
"integrity": "sha512-C1TLn5sPJr0x4vk56piHWKbnqlEB8BKyte5Y45V02U+D7BGO5eMqZDH5aPjnkXQWJggvmsTXxH03QMZ9NgWLzQ==",
|
|
246
|
+
"license": "MIT",
|
|
247
|
+
"dependencies": {
|
|
248
|
+
"ci-info": "^4.4.0",
|
|
249
|
+
"dset": "^3.1.4",
|
|
250
|
+
"is-docker": "^4.0.0",
|
|
251
|
+
"package-manager-detector": "^1.6.0"
|
|
252
|
+
},
|
|
253
|
+
"engines": {
|
|
254
|
+
"node": "18.20.8 || ^20.3.0 || >=22.0.0"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"node_modules/@babel/helper-string-parser": {
|
|
258
|
+
"version": "7.29.7",
|
|
259
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
260
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
261
|
+
"license": "MIT",
|
|
262
|
+
"engines": {
|
|
263
|
+
"node": ">=6.9.0"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
267
|
+
"version": "7.29.7",
|
|
268
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
269
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
270
|
+
"license": "MIT",
|
|
271
|
+
"engines": {
|
|
272
|
+
"node": ">=6.9.0"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"node_modules/@babel/parser": {
|
|
276
|
+
"version": "7.29.8",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
|
|
278
|
+
"integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
|
|
279
|
+
"license": "MIT",
|
|
280
|
+
"dependencies": {
|
|
281
|
+
"@babel/types": "^7.29.8"
|
|
282
|
+
},
|
|
283
|
+
"bin": {
|
|
284
|
+
"parser": "bin/babel-parser.js"
|
|
285
|
+
},
|
|
286
|
+
"engines": {
|
|
287
|
+
"node": ">=6.0.0"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"node_modules/@babel/types": {
|
|
291
|
+
"version": "7.29.8",
|
|
292
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
|
|
293
|
+
"integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
|
|
294
|
+
"license": "MIT",
|
|
295
|
+
"dependencies": {
|
|
296
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
297
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
298
|
+
},
|
|
299
|
+
"engines": {
|
|
300
|
+
"node": ">=6.9.0"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"node_modules/@bruits/satteri-darwin-arm64": {
|
|
304
|
+
"version": "0.10.5",
|
|
305
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-darwin-arm64/-/satteri-darwin-arm64-0.10.5.tgz",
|
|
306
|
+
"integrity": "sha512-27KTVl4TJkVahMy/ohyA7qd4938G5UNneFUz/PsScYfpIhj0IVAS23mpcJXdPF44sa6nva198lmV/cKIb2YPyA==",
|
|
307
|
+
"cpu": [
|
|
308
|
+
"arm64"
|
|
309
|
+
],
|
|
310
|
+
"license": "MIT",
|
|
311
|
+
"optional": true,
|
|
312
|
+
"os": [
|
|
313
|
+
"darwin"
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
"node_modules/@bruits/satteri-darwin-x64": {
|
|
317
|
+
"version": "0.10.5",
|
|
318
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-darwin-x64/-/satteri-darwin-x64-0.10.5.tgz",
|
|
319
|
+
"integrity": "sha512-IjnLe3nKspq6qaeqGgjT7MT8VrTV74yWRlaag7ZdNsI8TDAYZ0iPxMCo+9KQZHUk5EyVB+reBI/PFWL5KuFw9Q==",
|
|
320
|
+
"cpu": [
|
|
321
|
+
"x64"
|
|
322
|
+
],
|
|
323
|
+
"license": "MIT",
|
|
324
|
+
"optional": true,
|
|
325
|
+
"os": [
|
|
326
|
+
"darwin"
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
"node_modules/@bruits/satteri-linux-arm64-gnu": {
|
|
330
|
+
"version": "0.10.5",
|
|
331
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-arm64-gnu/-/satteri-linux-arm64-gnu-0.10.5.tgz",
|
|
332
|
+
"integrity": "sha512-glkYXZCJywjP13v67eAyAMSJdF+ncvEbYvgi/wOtffL9tQ27lr/zsyzUfgs+ovjJ9d8JNQKiXeiArJcX8PJL9w==",
|
|
333
|
+
"cpu": [
|
|
334
|
+
"arm64"
|
|
335
|
+
],
|
|
336
|
+
"libc": [
|
|
337
|
+
"glibc"
|
|
338
|
+
],
|
|
339
|
+
"license": "MIT",
|
|
340
|
+
"optional": true,
|
|
341
|
+
"os": [
|
|
342
|
+
"linux"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"node_modules/@bruits/satteri-linux-arm64-musl": {
|
|
346
|
+
"version": "0.10.5",
|
|
347
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-arm64-musl/-/satteri-linux-arm64-musl-0.10.5.tgz",
|
|
348
|
+
"integrity": "sha512-yWdgG1g17Nh2QyGVlFUxGRa3FEFwiMcpZEyMNWkbM3deC94cmVc+/i9OuyFpdKuWo3GkgoCtYVOoxk1uCnCZIA==",
|
|
349
|
+
"cpu": [
|
|
350
|
+
"arm64"
|
|
351
|
+
],
|
|
352
|
+
"libc": [
|
|
353
|
+
"musl"
|
|
354
|
+
],
|
|
355
|
+
"license": "MIT",
|
|
356
|
+
"optional": true,
|
|
357
|
+
"os": [
|
|
358
|
+
"linux"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
"node_modules/@bruits/satteri-linux-x64-gnu": {
|
|
362
|
+
"version": "0.10.5",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-x64-gnu/-/satteri-linux-x64-gnu-0.10.5.tgz",
|
|
364
|
+
"integrity": "sha512-FVaLoPT1fBgGl0J+AYebyyXJYBachGl8Oyyrf1lye4RTqCB4S0Gwkj1uM9RJyThUOvx5VUmAT1CnNh1SFHA+kw==",
|
|
365
|
+
"cpu": [
|
|
366
|
+
"x64"
|
|
367
|
+
],
|
|
368
|
+
"libc": [
|
|
369
|
+
"glibc"
|
|
370
|
+
],
|
|
371
|
+
"license": "MIT",
|
|
372
|
+
"optional": true,
|
|
373
|
+
"os": [
|
|
374
|
+
"linux"
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
"node_modules/@bruits/satteri-linux-x64-musl": {
|
|
378
|
+
"version": "0.10.5",
|
|
379
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-x64-musl/-/satteri-linux-x64-musl-0.10.5.tgz",
|
|
380
|
+
"integrity": "sha512-EHpVAx2bqW3GINHTKkljtxVfQmVDGWIuwOYOP5YghTj+0PkBa2o8oKPRtQ9Kbsr1Fye8jtUcDjhwj2jMNugZKg==",
|
|
381
|
+
"cpu": [
|
|
382
|
+
"x64"
|
|
383
|
+
],
|
|
384
|
+
"libc": [
|
|
385
|
+
"musl"
|
|
386
|
+
],
|
|
387
|
+
"license": "MIT",
|
|
388
|
+
"optional": true,
|
|
389
|
+
"os": [
|
|
390
|
+
"linux"
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
"node_modules/@bruits/satteri-wasm32-wasi": {
|
|
394
|
+
"version": "0.10.5",
|
|
395
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-wasm32-wasi/-/satteri-wasm32-wasi-0.10.5.tgz",
|
|
396
|
+
"integrity": "sha512-ypz8c/Zmipxp4IoeDa228Gstv6TLzVmNs3yC6wKCoNSOjx1iwpgzu87Y3hTkXFdwChVGU85qeUDuOIarGUZQLw==",
|
|
397
|
+
"cpu": [
|
|
398
|
+
"wasm32"
|
|
399
|
+
],
|
|
400
|
+
"license": "MIT",
|
|
401
|
+
"optional": true,
|
|
402
|
+
"dependencies": {
|
|
403
|
+
"@emnapi/core": "1.11.1",
|
|
404
|
+
"@emnapi/runtime": "1.11.1",
|
|
405
|
+
"@napi-rs/wasm-runtime": "^1.2.3"
|
|
406
|
+
},
|
|
407
|
+
"engines": {
|
|
408
|
+
"node": ">=14.0.0"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"node_modules/@bruits/satteri-wasm32-wasi/node_modules/@emnapi/core": {
|
|
412
|
+
"version": "1.11.1",
|
|
413
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz",
|
|
414
|
+
"integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
|
|
415
|
+
"license": "MIT",
|
|
416
|
+
"optional": true,
|
|
417
|
+
"dependencies": {
|
|
418
|
+
"@emnapi/wasi-threads": "1.2.2",
|
|
419
|
+
"tslib": "^2.4.0"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"node_modules/@bruits/satteri-wasm32-wasi/node_modules/@emnapi/runtime": {
|
|
423
|
+
"version": "1.11.1",
|
|
424
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz",
|
|
425
|
+
"integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
|
|
426
|
+
"license": "MIT",
|
|
427
|
+
"optional": true,
|
|
428
|
+
"dependencies": {
|
|
429
|
+
"tslib": "^2.4.0"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"node_modules/@bruits/satteri-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
|
|
433
|
+
"version": "1.2.2",
|
|
434
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
|
|
435
|
+
"integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
|
|
436
|
+
"license": "MIT",
|
|
437
|
+
"optional": true,
|
|
438
|
+
"dependencies": {
|
|
439
|
+
"tslib": "^2.4.0"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"node_modules/@bruits/satteri-win32-arm64-msvc": {
|
|
443
|
+
"version": "0.10.5",
|
|
444
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-win32-arm64-msvc/-/satteri-win32-arm64-msvc-0.10.5.tgz",
|
|
445
|
+
"integrity": "sha512-siTV88nb0LRqNpkL2gXboqCwVdq95sLtzMHS1/3eONV2gLbB3NAK46wmSMvCO/yquBvI2lvaFIfd8P12ecsxBw==",
|
|
446
|
+
"cpu": [
|
|
447
|
+
"arm64"
|
|
448
|
+
],
|
|
449
|
+
"license": "MIT",
|
|
450
|
+
"optional": true,
|
|
451
|
+
"os": [
|
|
452
|
+
"win32"
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
"node_modules/@bruits/satteri-win32-x64-msvc": {
|
|
456
|
+
"version": "0.10.5",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-win32-x64-msvc/-/satteri-win32-x64-msvc-0.10.5.tgz",
|
|
458
|
+
"integrity": "sha512-C3IfPvfvMXmlzBxaMPKFS1XiuV9pu2mC7YqkPk7PSvTgPZ8gbdASIpHpztDLvTTQjqZ0z1Ol8tK5X+V6XXC0wQ==",
|
|
459
|
+
"cpu": [
|
|
460
|
+
"x64"
|
|
461
|
+
],
|
|
462
|
+
"license": "MIT",
|
|
463
|
+
"optional": true,
|
|
464
|
+
"os": [
|
|
465
|
+
"win32"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
468
|
+
"node_modules/@capsizecss/unpack": {
|
|
469
|
+
"version": "4.0.1",
|
|
470
|
+
"resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.1.tgz",
|
|
471
|
+
"integrity": "sha512-CuNiSqg7+e1cO/GjffyMOm5Tt2jUF9CWHHnvQ/UkqvtkGfHdgwEC0wpmq7fkN3gxwpRnrAN0WzO3vREKmNolMQ==",
|
|
472
|
+
"license": "MIT",
|
|
473
|
+
"dependencies": {
|
|
474
|
+
"fontkitten": "^1.0.3"
|
|
475
|
+
},
|
|
476
|
+
"engines": {
|
|
477
|
+
"node": ">=18"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"node_modules/@clack/core": {
|
|
481
|
+
"version": "1.5.1",
|
|
482
|
+
"resolved": "https://registry.npmjs.org/@clack/core/-/core-1.5.1.tgz",
|
|
483
|
+
"integrity": "sha512-iHTrHA8MtVuLl2TfZySmcKv1qO2PoyC9Z7pfSDozEuV5vtY3/wcOPKJXlqJ5Oq2Cx5DDGQGAMVx6HZfRRoVEbQ==",
|
|
484
|
+
"license": "MIT",
|
|
485
|
+
"dependencies": {
|
|
486
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
487
|
+
"sisteransi": "^1.0.5"
|
|
488
|
+
},
|
|
489
|
+
"engines": {
|
|
490
|
+
"node": ">= 20.12.0"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"node_modules/@clack/prompts": {
|
|
494
|
+
"version": "1.8.1",
|
|
495
|
+
"resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.8.1.tgz",
|
|
496
|
+
"integrity": "sha512-dlT1m5e/0yUL0kRNcQn7yGLVThkgbB0Ga/1AmfDDC/8ik6AIiSf2QLQO2zPYvefsHP0aFgxO93cVLCCfDp7kzQ==",
|
|
497
|
+
"license": "MIT",
|
|
498
|
+
"dependencies": {
|
|
499
|
+
"@clack/core": "1.5.1",
|
|
500
|
+
"fast-string-width": "^3.0.2",
|
|
501
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
502
|
+
"sisteransi": "^1.0.5"
|
|
503
|
+
},
|
|
504
|
+
"engines": {
|
|
505
|
+
"node": ">= 20.12.0"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"node_modules/@emnapi/core": {
|
|
509
|
+
"version": "1.11.3",
|
|
510
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.3.tgz",
|
|
511
|
+
"integrity": "sha512-zLpS5asjEb7lq8jYLq37N6XKaE41DIexlY1rF/z4/tIl3wo13Sqm28fRyfIsKZD+NZ8mM5RoKkpW/rBcuoSZSg==",
|
|
512
|
+
"license": "MIT",
|
|
513
|
+
"optional": true,
|
|
514
|
+
"peer": true,
|
|
515
|
+
"dependencies": {
|
|
516
|
+
"@emnapi/wasi-threads": "1.2.3",
|
|
517
|
+
"tslib": "^2.4.0"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
"node_modules/@emnapi/runtime": {
|
|
521
|
+
"version": "1.11.3",
|
|
522
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.3.tgz",
|
|
523
|
+
"integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==",
|
|
524
|
+
"license": "MIT",
|
|
525
|
+
"optional": true,
|
|
526
|
+
"dependencies": {
|
|
527
|
+
"tslib": "^2.4.0"
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
"node_modules/@emnapi/wasi-threads": {
|
|
531
|
+
"version": "1.2.3",
|
|
532
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.3.tgz",
|
|
533
|
+
"integrity": "sha512-ELEBe8PsLvvJ6QMr0zLt8ffvOHW/dc1m3CEzNMg7aJUv3bMaoDtw2TXyDAwkYBuroxxuHEwhRTLJSe5sya547g==",
|
|
534
|
+
"license": "MIT",
|
|
535
|
+
"optional": true,
|
|
536
|
+
"peer": true,
|
|
537
|
+
"dependencies": {
|
|
538
|
+
"tslib": "^2.4.0"
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
542
|
+
"version": "0.28.2",
|
|
543
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.2.tgz",
|
|
544
|
+
"integrity": "sha512-XExcO+dvLKvVtNTibSTBej1NCAbaGhWn9Ww1ZPx80qsahhPFe/8jgWP0IchNe0F3HwkU7n8ejhH8bjonqht8mQ==",
|
|
545
|
+
"cpu": [
|
|
546
|
+
"ppc64"
|
|
547
|
+
],
|
|
548
|
+
"license": "MIT",
|
|
549
|
+
"optional": true,
|
|
550
|
+
"os": [
|
|
551
|
+
"aix"
|
|
552
|
+
],
|
|
553
|
+
"engines": {
|
|
554
|
+
"node": ">=18"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"node_modules/@esbuild/android-arm": {
|
|
558
|
+
"version": "0.28.2",
|
|
559
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.2.tgz",
|
|
560
|
+
"integrity": "sha512-kXXoiPVVGQcnIYGOeaovwOURpniDBpSq4A03qkQ+BMQqtGG6HYap3xne9C1O1yo4TR3qxlCX5IqqmX6fFo2Lqg==",
|
|
561
|
+
"cpu": [
|
|
562
|
+
"arm"
|
|
563
|
+
],
|
|
564
|
+
"license": "MIT",
|
|
565
|
+
"optional": true,
|
|
566
|
+
"os": [
|
|
567
|
+
"android"
|
|
568
|
+
],
|
|
569
|
+
"engines": {
|
|
570
|
+
"node": ">=18"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
"node_modules/@esbuild/android-arm64": {
|
|
574
|
+
"version": "0.28.2",
|
|
575
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.2.tgz",
|
|
576
|
+
"integrity": "sha512-5YfKeeI8qWfBZIX+u2xZC3Zlb3Os/gLS2sbEKM+I4ZOcsWmHS2WLysCcQZDAFRslDUU5Oiq44gf6PYN1vGwG5A==",
|
|
577
|
+
"cpu": [
|
|
578
|
+
"arm64"
|
|
579
|
+
],
|
|
580
|
+
"license": "MIT",
|
|
581
|
+
"optional": true,
|
|
582
|
+
"os": [
|
|
583
|
+
"android"
|
|
584
|
+
],
|
|
585
|
+
"engines": {
|
|
586
|
+
"node": ">=18"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"node_modules/@esbuild/android-x64": {
|
|
590
|
+
"version": "0.28.2",
|
|
591
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.2.tgz",
|
|
592
|
+
"integrity": "sha512-O387ite7SzUyCcy3JQX4P4bLtEA7bLLkx+esve5JHnyYfNTxcVpXZo9jhdB0lTKN44gztELTdU7nS8Nr16Fs1Q==",
|
|
593
|
+
"cpu": [
|
|
594
|
+
"x64"
|
|
595
|
+
],
|
|
596
|
+
"license": "MIT",
|
|
597
|
+
"optional": true,
|
|
598
|
+
"os": [
|
|
599
|
+
"android"
|
|
600
|
+
],
|
|
601
|
+
"engines": {
|
|
602
|
+
"node": ">=18"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
606
|
+
"version": "0.28.2",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.2.tgz",
|
|
608
|
+
"integrity": "sha512-n4KqkOQrraxHJcgjM1RvwbigfQKIKJVpM7xp+KsxiyUSrRdIXnt73VhrPAx0fV44hgfmIVKjxMN9J1t5jySVkw==",
|
|
609
|
+
"cpu": [
|
|
610
|
+
"arm64"
|
|
611
|
+
],
|
|
612
|
+
"license": "MIT",
|
|
613
|
+
"optional": true,
|
|
614
|
+
"os": [
|
|
615
|
+
"darwin"
|
|
616
|
+
],
|
|
617
|
+
"engines": {
|
|
618
|
+
"node": ">=18"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
622
|
+
"version": "0.28.2",
|
|
623
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.2.tgz",
|
|
624
|
+
"integrity": "sha512-uq6suIWYP37qzGddBKPw5QEQPi6HiLGsO7UmkpfyaYNQ3D+rN6w6WfwH+nuqcGXWvawGwxOEroO4YGnFh95azw==",
|
|
625
|
+
"cpu": [
|
|
626
|
+
"x64"
|
|
627
|
+
],
|
|
628
|
+
"license": "MIT",
|
|
629
|
+
"optional": true,
|
|
630
|
+
"os": [
|
|
631
|
+
"darwin"
|
|
632
|
+
],
|
|
633
|
+
"engines": {
|
|
634
|
+
"node": ">=18"
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
638
|
+
"version": "0.28.2",
|
|
639
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.2.tgz",
|
|
640
|
+
"integrity": "sha512-n+I0BTSRIoy+d6RPKnEVwql5UwBJolytvY4mAOIEJorKlqgPII8ix6slVVrfZ5Tnj7glIZvloylbB/EJPMWEXw==",
|
|
641
|
+
"cpu": [
|
|
642
|
+
"arm64"
|
|
643
|
+
],
|
|
644
|
+
"license": "MIT",
|
|
645
|
+
"optional": true,
|
|
646
|
+
"os": [
|
|
647
|
+
"freebsd"
|
|
648
|
+
],
|
|
649
|
+
"engines": {
|
|
650
|
+
"node": ">=18"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
654
|
+
"version": "0.28.2",
|
|
655
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.2.tgz",
|
|
656
|
+
"integrity": "sha512-78XJTJkvPs0kz2w61301PJjXl4g7q3JqiYMZ/M/yVI73EHBrCRTgkhu9oqG7vPqq+a/yadEW8aD+agKlk5xrmg==",
|
|
657
|
+
"cpu": [
|
|
658
|
+
"x64"
|
|
659
|
+
],
|
|
660
|
+
"license": "MIT",
|
|
661
|
+
"optional": true,
|
|
662
|
+
"os": [
|
|
663
|
+
"freebsd"
|
|
664
|
+
],
|
|
665
|
+
"engines": {
|
|
666
|
+
"node": ">=18"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
"node_modules/@esbuild/linux-arm": {
|
|
670
|
+
"version": "0.28.2",
|
|
671
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.2.tgz",
|
|
672
|
+
"integrity": "sha512-XlDnu2q5yoqems+xay6wSAcg9DDD7K9RLKZEBOMZm3ckNpJBvOX20tSfby8KfrrhINDyv9V2YVZKY/SpoGJI8w==",
|
|
673
|
+
"cpu": [
|
|
674
|
+
"arm"
|
|
675
|
+
],
|
|
676
|
+
"license": "MIT",
|
|
677
|
+
"optional": true,
|
|
678
|
+
"os": [
|
|
679
|
+
"linux"
|
|
680
|
+
],
|
|
681
|
+
"engines": {
|
|
682
|
+
"node": ">=18"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
686
|
+
"version": "0.28.2",
|
|
687
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.2.tgz",
|
|
688
|
+
"integrity": "sha512-pW4AC0P3it8c7do9MVM4p51FzHzdM/TZrerurgRcHJ2WTa1VQ1CIq18xncfpBJw4ojkiZZrKW2yIBWBP92j6Ug==",
|
|
689
|
+
"cpu": [
|
|
690
|
+
"arm64"
|
|
691
|
+
],
|
|
692
|
+
"license": "MIT",
|
|
693
|
+
"optional": true,
|
|
694
|
+
"os": [
|
|
695
|
+
"linux"
|
|
696
|
+
],
|
|
697
|
+
"engines": {
|
|
698
|
+
"node": ">=18"
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
702
|
+
"version": "0.28.2",
|
|
703
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.2.tgz",
|
|
704
|
+
"integrity": "sha512-CYbnj78HsIeA+DhgUKgFCfvNsTHFhMMrinUrMZpDXJXKN8T3XViTZ/+wtHeVxEWY8ewSzTFN+nRmSwO2tZaLUQ==",
|
|
705
|
+
"cpu": [
|
|
706
|
+
"ia32"
|
|
707
|
+
],
|
|
708
|
+
"license": "MIT",
|
|
709
|
+
"optional": true,
|
|
710
|
+
"os": [
|
|
711
|
+
"linux"
|
|
712
|
+
],
|
|
713
|
+
"engines": {
|
|
714
|
+
"node": ">=18"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
718
|
+
"version": "0.28.2",
|
|
719
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.2.tgz",
|
|
720
|
+
"integrity": "sha512-buwkd8nsph4R+ajRvw0qM5Hja/TXQow3ptzWO2EbG/cqcIkHloRrdlBtQlshyYGTNFvfkfJ5tpPLVkY4DtsPfQ==",
|
|
721
|
+
"cpu": [
|
|
722
|
+
"loong64"
|
|
723
|
+
],
|
|
724
|
+
"license": "MIT",
|
|
725
|
+
"optional": true,
|
|
726
|
+
"os": [
|
|
727
|
+
"linux"
|
|
728
|
+
],
|
|
729
|
+
"engines": {
|
|
730
|
+
"node": ">=18"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
734
|
+
"version": "0.28.2",
|
|
735
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.2.tgz",
|
|
736
|
+
"integrity": "sha512-ZVykbDyk7519VwiNb9Lcj9m8XM6v5V9uKPvrEMkkEedVewf+0itkhahp4HDpgERXhwLRpWFypsGbG/J8s0QjJA==",
|
|
737
|
+
"cpu": [
|
|
738
|
+
"mips64el"
|
|
739
|
+
],
|
|
740
|
+
"license": "MIT",
|
|
741
|
+
"optional": true,
|
|
742
|
+
"os": [
|
|
743
|
+
"linux"
|
|
744
|
+
],
|
|
745
|
+
"engines": {
|
|
746
|
+
"node": ">=18"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
750
|
+
"version": "0.28.2",
|
|
751
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.2.tgz",
|
|
752
|
+
"integrity": "sha512-CAXl+Dtd9UUuJd8pKKdwh6MLm3MUMiqMPmhZ3tTSXPqfyQ3vDl6R5hZdZ/kYojK4ofXtdfSv1tFq8XzWx3heNQ==",
|
|
753
|
+
"cpu": [
|
|
754
|
+
"ppc64"
|
|
755
|
+
],
|
|
756
|
+
"license": "MIT",
|
|
757
|
+
"optional": true,
|
|
758
|
+
"os": [
|
|
759
|
+
"linux"
|
|
760
|
+
],
|
|
761
|
+
"engines": {
|
|
762
|
+
"node": ">=18"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
766
|
+
"version": "0.28.2",
|
|
767
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.2.tgz",
|
|
768
|
+
"integrity": "sha512-GeXCej4IQtU1B+QlDV8W/RRvbzI3O/Stss+/bCXv4lZls5WGRtu2a+3JkA3i4qIUlMXpcHebWpF8AkJhATowuA==",
|
|
769
|
+
"cpu": [
|
|
770
|
+
"riscv64"
|
|
771
|
+
],
|
|
772
|
+
"license": "MIT",
|
|
773
|
+
"optional": true,
|
|
774
|
+
"os": [
|
|
775
|
+
"linux"
|
|
776
|
+
],
|
|
777
|
+
"engines": {
|
|
778
|
+
"node": ">=18"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
782
|
+
"version": "0.28.2",
|
|
783
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.2.tgz",
|
|
784
|
+
"integrity": "sha512-3H1weTYZPxt/WOhByszQZybS9w5lKzUn1FDMsgEChbHWQwHYQQRfBxgCcZvPhjHfKyJjIievvMmEUawJrdY9Dg==",
|
|
785
|
+
"cpu": [
|
|
786
|
+
"s390x"
|
|
787
|
+
],
|
|
788
|
+
"license": "MIT",
|
|
789
|
+
"optional": true,
|
|
790
|
+
"os": [
|
|
791
|
+
"linux"
|
|
792
|
+
],
|
|
793
|
+
"engines": {
|
|
794
|
+
"node": ">=18"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"node_modules/@esbuild/linux-x64": {
|
|
798
|
+
"version": "0.28.2",
|
|
799
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.2.tgz",
|
|
800
|
+
"integrity": "sha512-4xTZr1FUmSoQW4XIWmit3tzQrUTZM+N3P0XV8xROKYF50XfI7xeO90+1bZvNwxIufQ9hDQVRJH5YhgPVF8A/HQ==",
|
|
801
|
+
"cpu": [
|
|
802
|
+
"x64"
|
|
803
|
+
],
|
|
804
|
+
"license": "MIT",
|
|
805
|
+
"optional": true,
|
|
806
|
+
"os": [
|
|
807
|
+
"linux"
|
|
808
|
+
],
|
|
809
|
+
"engines": {
|
|
810
|
+
"node": ">=18"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"node_modules/@esbuild/netbsd-arm64": {
|
|
814
|
+
"version": "0.28.2",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.2.tgz",
|
|
816
|
+
"integrity": "sha512-sSATRjPeDBg3pdgHoQfoYBob11Kk1FGa9lui5RIHZCoCkJa9QKlvl3/vKz2usCmYYjs7ymJR/2Nnsqe+Hjt5nw==",
|
|
817
|
+
"cpu": [
|
|
818
|
+
"arm64"
|
|
819
|
+
],
|
|
820
|
+
"license": "MIT",
|
|
821
|
+
"optional": true,
|
|
822
|
+
"os": [
|
|
823
|
+
"netbsd"
|
|
824
|
+
],
|
|
825
|
+
"engines": {
|
|
826
|
+
"node": ">=18"
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
830
|
+
"version": "0.28.2",
|
|
831
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.2.tgz",
|
|
832
|
+
"integrity": "sha512-lqnzCV+mM0gIADaKihiCg6ifgfU2L3h5E33rNQBN1Y4MaVGnzryzmvvf7UHxprpQdE8hpqLolJ9Rl+SkIRDpyw==",
|
|
833
|
+
"cpu": [
|
|
834
|
+
"x64"
|
|
835
|
+
],
|
|
836
|
+
"license": "MIT",
|
|
837
|
+
"optional": true,
|
|
838
|
+
"os": [
|
|
839
|
+
"netbsd"
|
|
840
|
+
],
|
|
841
|
+
"engines": {
|
|
842
|
+
"node": ">=18"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"node_modules/@esbuild/openbsd-arm64": {
|
|
846
|
+
"version": "0.28.2",
|
|
847
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.2.tgz",
|
|
848
|
+
"integrity": "sha512-AL2qJILH7lNjrDmCQDvdxMfAUIv8KMNZOvrwAQ8i8//ntL9FflhOyMJ8OZSMBb8/AWXe3/5v5S20y3zCoZWKoQ==",
|
|
849
|
+
"cpu": [
|
|
850
|
+
"arm64"
|
|
851
|
+
],
|
|
852
|
+
"license": "MIT",
|
|
853
|
+
"optional": true,
|
|
854
|
+
"os": [
|
|
855
|
+
"openbsd"
|
|
856
|
+
],
|
|
857
|
+
"engines": {
|
|
858
|
+
"node": ">=18"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
862
|
+
"version": "0.28.2",
|
|
863
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.2.tgz",
|
|
864
|
+
"integrity": "sha512-QtiuPytchRyC4rwUKhexJdQKvDuZ6hWloi3igqPQNUJCS1/v9EiO3UTOXR6A3FoMo4fnAKbWJdqaIwhOzh8qEw==",
|
|
865
|
+
"cpu": [
|
|
866
|
+
"x64"
|
|
867
|
+
],
|
|
868
|
+
"license": "MIT",
|
|
869
|
+
"optional": true,
|
|
870
|
+
"os": [
|
|
871
|
+
"openbsd"
|
|
872
|
+
],
|
|
873
|
+
"engines": {
|
|
874
|
+
"node": ">=18"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"node_modules/@esbuild/openharmony-arm64": {
|
|
878
|
+
"version": "0.28.2",
|
|
879
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.2.tgz",
|
|
880
|
+
"integrity": "sha512-WkhYDmpTjLvGlScA1rwjRUmhl4k8oXR3cIbtqWmELgU/dFeHHlEllxDvdWcNJV9rbzCexB5vz8gtNewWLgCT7Q==",
|
|
881
|
+
"cpu": [
|
|
882
|
+
"arm64"
|
|
883
|
+
],
|
|
884
|
+
"license": "MIT",
|
|
885
|
+
"optional": true,
|
|
886
|
+
"os": [
|
|
887
|
+
"openharmony"
|
|
888
|
+
],
|
|
889
|
+
"engines": {
|
|
890
|
+
"node": ">=18"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
894
|
+
"version": "0.28.2",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.2.tgz",
|
|
896
|
+
"integrity": "sha512-GPMSkTOtMnv2U2F8gxe4Io6qmVs+YKyp832Etqqxr0hFngmXQ3rzwytelm3GIn7T4VviRUlf3sOgBOiTdvaf7g==",
|
|
897
|
+
"cpu": [
|
|
898
|
+
"x64"
|
|
899
|
+
],
|
|
900
|
+
"license": "MIT",
|
|
901
|
+
"optional": true,
|
|
902
|
+
"os": [
|
|
903
|
+
"sunos"
|
|
904
|
+
],
|
|
905
|
+
"engines": {
|
|
906
|
+
"node": ">=18"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
910
|
+
"version": "0.28.2",
|
|
911
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.2.tgz",
|
|
912
|
+
"integrity": "sha512-PIhhEkE9uPBleRBrQEJpUn7MBnibZzbGzYWPmY3x+YoVg/95zbjB4CxPPOQ8l5tYYM4mMaCthF8/1DIfBQQyWQ==",
|
|
913
|
+
"cpu": [
|
|
914
|
+
"arm64"
|
|
915
|
+
],
|
|
916
|
+
"license": "MIT",
|
|
917
|
+
"optional": true,
|
|
918
|
+
"os": [
|
|
919
|
+
"win32"
|
|
920
|
+
],
|
|
921
|
+
"engines": {
|
|
922
|
+
"node": ">=18"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
926
|
+
"version": "0.28.2",
|
|
927
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.2.tgz",
|
|
928
|
+
"integrity": "sha512-YmJbfTlvU7Sdn9BB+4PRES4oB6pxgS37MAONj+hBr/cpXS1aBPKXxNnDbu+QCWPj0o9dgyxeq79g6c5P8KeuYA==",
|
|
929
|
+
"cpu": [
|
|
930
|
+
"ia32"
|
|
931
|
+
],
|
|
932
|
+
"license": "MIT",
|
|
933
|
+
"optional": true,
|
|
934
|
+
"os": [
|
|
935
|
+
"win32"
|
|
936
|
+
],
|
|
937
|
+
"engines": {
|
|
938
|
+
"node": ">=18"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"node_modules/@esbuild/win32-x64": {
|
|
942
|
+
"version": "0.28.2",
|
|
943
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.2.tgz",
|
|
944
|
+
"integrity": "sha512-5ebpxr3nWMzrL/rnUI755Jkuee0bHL/Gq0WTF9lvcpv73wAp5eu8MfBUgWK9bhWvZjj7yX8etf/8tI8Ney695g==",
|
|
945
|
+
"cpu": [
|
|
946
|
+
"x64"
|
|
947
|
+
],
|
|
948
|
+
"license": "MIT",
|
|
949
|
+
"optional": true,
|
|
950
|
+
"os": [
|
|
951
|
+
"win32"
|
|
952
|
+
],
|
|
953
|
+
"engines": {
|
|
954
|
+
"node": ">=18"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"node_modules/@img/colour": {
|
|
958
|
+
"version": "1.1.0",
|
|
959
|
+
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
|
960
|
+
"integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
|
|
961
|
+
"license": "MIT",
|
|
962
|
+
"optional": true,
|
|
963
|
+
"engines": {
|
|
964
|
+
"node": ">=18"
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"node_modules/@img/sharp-darwin-arm64": {
|
|
968
|
+
"version": "0.35.4",
|
|
969
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.35.4.tgz",
|
|
970
|
+
"integrity": "sha512-Uhfl4V4lhP2nbUVF9+hyH1+luj86f1gUFeo8ALYxFoULoU+G87D43BfeMP8XHsk9boxAnCY/bf2EHwhA7MuGsA==",
|
|
971
|
+
"cpu": [
|
|
972
|
+
"arm64"
|
|
973
|
+
],
|
|
974
|
+
"license": "Apache-2.0",
|
|
975
|
+
"optional": true,
|
|
976
|
+
"os": [
|
|
977
|
+
"darwin"
|
|
978
|
+
],
|
|
979
|
+
"engines": {
|
|
980
|
+
"node": ">=20.9.0"
|
|
981
|
+
},
|
|
982
|
+
"funding": {
|
|
983
|
+
"url": "https://opencollective.com/libvips"
|
|
984
|
+
},
|
|
985
|
+
"optionalDependencies": {
|
|
986
|
+
"@img/sharp-libvips-darwin-arm64": "1.3.3"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"node_modules/@img/sharp-darwin-x64": {
|
|
990
|
+
"version": "0.35.4",
|
|
991
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.35.4.tgz",
|
|
992
|
+
"integrity": "sha512-hWniXY3bG5qKpkKrAwPe4y+VTPmf086YQAnkxWh7uA1YrlRouWGa0M0Mxj3ZjnXFkv7/TD1bTy9lGUK26vRvWw==",
|
|
993
|
+
"cpu": [
|
|
994
|
+
"x64"
|
|
995
|
+
],
|
|
996
|
+
"license": "Apache-2.0",
|
|
997
|
+
"optional": true,
|
|
998
|
+
"os": [
|
|
999
|
+
"darwin"
|
|
1000
|
+
],
|
|
1001
|
+
"engines": {
|
|
1002
|
+
"node": ">=20.9.0"
|
|
1003
|
+
},
|
|
1004
|
+
"funding": {
|
|
1005
|
+
"url": "https://opencollective.com/libvips"
|
|
1006
|
+
},
|
|
1007
|
+
"optionalDependencies": {
|
|
1008
|
+
"@img/sharp-libvips-darwin-x64": "1.3.3"
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"node_modules/@img/sharp-freebsd-wasm32": {
|
|
1012
|
+
"version": "0.35.4",
|
|
1013
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-freebsd-wasm32/-/sharp-freebsd-wasm32-0.35.4.tgz",
|
|
1014
|
+
"integrity": "sha512-lIsKw/BU+kjB4eZjxrYrZmwOJYi3Ajrv66iAlBmUPyKc3HpnloevB1g3wxGD9P/5BbQ1brBGl65VRRrCvQDEqA==",
|
|
1015
|
+
"license": "Apache-2.0",
|
|
1016
|
+
"optional": true,
|
|
1017
|
+
"os": [
|
|
1018
|
+
"freebsd"
|
|
1019
|
+
],
|
|
1020
|
+
"dependencies": {
|
|
1021
|
+
"@img/sharp-wasm32": "0.35.4"
|
|
1022
|
+
},
|
|
1023
|
+
"engines": {
|
|
1024
|
+
"node": ">=20.9.0"
|
|
1025
|
+
},
|
|
1026
|
+
"funding": {
|
|
1027
|
+
"url": "https://opencollective.com/libvips"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
1031
|
+
"version": "1.3.3",
|
|
1032
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.3.3.tgz",
|
|
1033
|
+
"integrity": "sha512-suTBPTDGrI9WodccaDdwZItTSaBYASlBk1NSfElSHrUfzu3szG6lvIF58+WiFvnfzuK8ZBFS5zE00PxqxnRiPg==",
|
|
1034
|
+
"cpu": [
|
|
1035
|
+
"arm64"
|
|
1036
|
+
],
|
|
1037
|
+
"license": "LGPL-3.0-or-later",
|
|
1038
|
+
"optional": true,
|
|
1039
|
+
"os": [
|
|
1040
|
+
"darwin"
|
|
1041
|
+
],
|
|
1042
|
+
"funding": {
|
|
1043
|
+
"url": "https://opencollective.com/libvips"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
1047
|
+
"version": "1.3.3",
|
|
1048
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.3.3.tgz",
|
|
1049
|
+
"integrity": "sha512-FVJZ5mITMobmXIz/hPDTw0EintTW5H3WfrxwLqEqjiIihlu+hVRyGrFQ60xl0Lxn7Bt3zdpevPaQi0HEzqz9fw==",
|
|
1050
|
+
"cpu": [
|
|
1051
|
+
"x64"
|
|
1052
|
+
],
|
|
1053
|
+
"license": "LGPL-3.0-or-later",
|
|
1054
|
+
"optional": true,
|
|
1055
|
+
"os": [
|
|
1056
|
+
"darwin"
|
|
1057
|
+
],
|
|
1058
|
+
"funding": {
|
|
1059
|
+
"url": "https://opencollective.com/libvips"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
1063
|
+
"version": "1.3.3",
|
|
1064
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.3.3.tgz",
|
|
1065
|
+
"integrity": "sha512-3rbU4vqXXc3hY/OiXdl52xZvT0F1yEngWfvqudtPJg/KkyiaQw2DRsFrNzpmLvfavbwOq3qXn36GP8obHRULQA==",
|
|
1066
|
+
"cpu": [
|
|
1067
|
+
"arm"
|
|
1068
|
+
],
|
|
1069
|
+
"libc": [
|
|
1070
|
+
"glibc"
|
|
1071
|
+
],
|
|
1072
|
+
"license": "LGPL-3.0-or-later",
|
|
1073
|
+
"optional": true,
|
|
1074
|
+
"os": [
|
|
1075
|
+
"linux"
|
|
1076
|
+
],
|
|
1077
|
+
"funding": {
|
|
1078
|
+
"url": "https://opencollective.com/libvips"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
1082
|
+
"version": "1.3.3",
|
|
1083
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.3.3.tgz",
|
|
1084
|
+
"integrity": "sha512-0DaL0A6Xu6sQSQFwe4iVCrKWU2cCTItnRsYsCdxAMm9NF6twAA9BKnoqy4hqz4+azQ0JHuA26qiUKsf1XJ/v5A==",
|
|
1085
|
+
"cpu": [
|
|
1086
|
+
"arm64"
|
|
1087
|
+
],
|
|
1088
|
+
"libc": [
|
|
1089
|
+
"glibc"
|
|
1090
|
+
],
|
|
1091
|
+
"license": "LGPL-3.0-or-later",
|
|
1092
|
+
"optional": true,
|
|
1093
|
+
"os": [
|
|
1094
|
+
"linux"
|
|
1095
|
+
],
|
|
1096
|
+
"funding": {
|
|
1097
|
+
"url": "https://opencollective.com/libvips"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
1101
|
+
"version": "1.3.3",
|
|
1102
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.3.3.tgz",
|
|
1103
|
+
"integrity": "sha512-cdn1OvUBwsXhbC0zSzJnNzf5MZ/mTrobawDvNXBTxe8VtqKAm0sRuEY2Evzovb/w9JMk4TvRxqt1mekSuJz64w==",
|
|
1104
|
+
"cpu": [
|
|
1105
|
+
"ppc64"
|
|
1106
|
+
],
|
|
1107
|
+
"libc": [
|
|
1108
|
+
"glibc"
|
|
1109
|
+
],
|
|
1110
|
+
"license": "LGPL-3.0-or-later",
|
|
1111
|
+
"optional": true,
|
|
1112
|
+
"os": [
|
|
1113
|
+
"linux"
|
|
1114
|
+
],
|
|
1115
|
+
"funding": {
|
|
1116
|
+
"url": "https://opencollective.com/libvips"
|
|
1117
|
+
}
|
|
1118
|
+
},
|
|
1119
|
+
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
1120
|
+
"version": "1.3.3",
|
|
1121
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.3.3.tgz",
|
|
1122
|
+
"integrity": "sha512-HjPVx7yKz+0lqdhDlTw1tt90wamBoxhiXpvl1XZpJLiHH4RCJ5yDTqH+VlYPv2fwFs89JFw4c1IexYOcQUi4IQ==",
|
|
1123
|
+
"cpu": [
|
|
1124
|
+
"riscv64"
|
|
1125
|
+
],
|
|
1126
|
+
"libc": [
|
|
1127
|
+
"glibc"
|
|
1128
|
+
],
|
|
1129
|
+
"license": "LGPL-3.0-or-later",
|
|
1130
|
+
"optional": true,
|
|
1131
|
+
"os": [
|
|
1132
|
+
"linux"
|
|
1133
|
+
],
|
|
1134
|
+
"funding": {
|
|
1135
|
+
"url": "https://opencollective.com/libvips"
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
1139
|
+
"version": "1.3.3",
|
|
1140
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.3.3.tgz",
|
|
1141
|
+
"integrity": "sha512-neWLh+3yCNThxnfy3c4BbVBeGgt9aftno+XbT56iK28RgeDs3UOFWviLWlUu0bArYVYJaFDK+RRohbicUNCm8Q==",
|
|
1142
|
+
"cpu": [
|
|
1143
|
+
"s390x"
|
|
1144
|
+
],
|
|
1145
|
+
"libc": [
|
|
1146
|
+
"glibc"
|
|
1147
|
+
],
|
|
1148
|
+
"license": "LGPL-3.0-or-later",
|
|
1149
|
+
"optional": true,
|
|
1150
|
+
"os": [
|
|
1151
|
+
"linux"
|
|
1152
|
+
],
|
|
1153
|
+
"funding": {
|
|
1154
|
+
"url": "https://opencollective.com/libvips"
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
1158
|
+
"version": "1.3.3",
|
|
1159
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.3.tgz",
|
|
1160
|
+
"integrity": "sha512-4vKmvAst9nrowcqquKFAyZJUDolUaIp8uRiN0mWFguJ1IplC9/pitXtlnnlU4aa/eJw3J7i67V+pwUL+wZGdsA==",
|
|
1161
|
+
"cpu": [
|
|
1162
|
+
"x64"
|
|
1163
|
+
],
|
|
1164
|
+
"libc": [
|
|
1165
|
+
"glibc"
|
|
1166
|
+
],
|
|
1167
|
+
"license": "LGPL-3.0-or-later",
|
|
1168
|
+
"optional": true,
|
|
1169
|
+
"os": [
|
|
1170
|
+
"linux"
|
|
1171
|
+
],
|
|
1172
|
+
"funding": {
|
|
1173
|
+
"url": "https://opencollective.com/libvips"
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
1177
|
+
"version": "1.3.3",
|
|
1178
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.3.3.tgz",
|
|
1179
|
+
"integrity": "sha512-Y9kQaLMuNoB0bPYOOdcZMaseNrFpPodIWWMrx+CZyydf2xn68j9WYc6sWWRrDwNkzCQjKYfc68L7jKjGlHMibw==",
|
|
1180
|
+
"cpu": [
|
|
1181
|
+
"arm64"
|
|
1182
|
+
],
|
|
1183
|
+
"libc": [
|
|
1184
|
+
"musl"
|
|
1185
|
+
],
|
|
1186
|
+
"license": "LGPL-3.0-or-later",
|
|
1187
|
+
"optional": true,
|
|
1188
|
+
"os": [
|
|
1189
|
+
"linux"
|
|
1190
|
+
],
|
|
1191
|
+
"funding": {
|
|
1192
|
+
"url": "https://opencollective.com/libvips"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
1196
|
+
"version": "1.3.3",
|
|
1197
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.3.3.tgz",
|
|
1198
|
+
"integrity": "sha512-fj8Mv0HHfD1Rr+4I68+3agJynxDWtBFgicTbSOb9Bke6pIwzGcJ+RX/yHjmiEGFMCavY/dxvem7MyNaJF+wDiw==",
|
|
1199
|
+
"cpu": [
|
|
1200
|
+
"x64"
|
|
1201
|
+
],
|
|
1202
|
+
"libc": [
|
|
1203
|
+
"musl"
|
|
1204
|
+
],
|
|
1205
|
+
"license": "LGPL-3.0-or-later",
|
|
1206
|
+
"optional": true,
|
|
1207
|
+
"os": [
|
|
1208
|
+
"linux"
|
|
1209
|
+
],
|
|
1210
|
+
"funding": {
|
|
1211
|
+
"url": "https://opencollective.com/libvips"
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
"node_modules/@img/sharp-linux-arm": {
|
|
1215
|
+
"version": "0.35.4",
|
|
1216
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.35.4.tgz",
|
|
1217
|
+
"integrity": "sha512-7OAS8gI0EReKGVN2HssHlM6umJgxF5VI3xN0p9FA91p/YO+ou5hiNghLdZ5BEHztwaaK5+bLKRf8x/o2L2nk9A==",
|
|
1218
|
+
"cpu": [
|
|
1219
|
+
"arm"
|
|
1220
|
+
],
|
|
1221
|
+
"libc": [
|
|
1222
|
+
"glibc"
|
|
1223
|
+
],
|
|
1224
|
+
"license": "Apache-2.0",
|
|
1225
|
+
"optional": true,
|
|
1226
|
+
"os": [
|
|
1227
|
+
"linux"
|
|
1228
|
+
],
|
|
1229
|
+
"engines": {
|
|
1230
|
+
"node": ">=20.9.0"
|
|
1231
|
+
},
|
|
1232
|
+
"funding": {
|
|
1233
|
+
"url": "https://opencollective.com/libvips"
|
|
1234
|
+
},
|
|
1235
|
+
"optionalDependencies": {
|
|
1236
|
+
"@img/sharp-libvips-linux-arm": "1.3.3"
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
"node_modules/@img/sharp-linux-arm64": {
|
|
1240
|
+
"version": "0.35.4",
|
|
1241
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.35.4.tgz",
|
|
1242
|
+
"integrity": "sha512-De4jpEnAU8Hd5oT0j1G3uL4ZvTuipVMn7YC6vPaJhy6/7EwEae0SVAoBrUMYQbkLGDm85taVWwuPc1a44LTzCQ==",
|
|
1243
|
+
"cpu": [
|
|
1244
|
+
"arm64"
|
|
1245
|
+
],
|
|
1246
|
+
"libc": [
|
|
1247
|
+
"glibc"
|
|
1248
|
+
],
|
|
1249
|
+
"license": "Apache-2.0",
|
|
1250
|
+
"optional": true,
|
|
1251
|
+
"os": [
|
|
1252
|
+
"linux"
|
|
1253
|
+
],
|
|
1254
|
+
"engines": {
|
|
1255
|
+
"node": ">=20.9.0"
|
|
1256
|
+
},
|
|
1257
|
+
"funding": {
|
|
1258
|
+
"url": "https://opencollective.com/libvips"
|
|
1259
|
+
},
|
|
1260
|
+
"optionalDependencies": {
|
|
1261
|
+
"@img/sharp-libvips-linux-arm64": "1.3.3"
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
"node_modules/@img/sharp-linux-ppc64": {
|
|
1265
|
+
"version": "0.35.4",
|
|
1266
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.35.4.tgz",
|
|
1267
|
+
"integrity": "sha512-2oYZJeIl4kCcMGk4ouZVjnkCtFrpQFlNEtJ6GbxzhHQchwH0NH/qEb9ykmOl29dqwMq+JhFdZn+1ak2FKhI9fQ==",
|
|
1268
|
+
"cpu": [
|
|
1269
|
+
"ppc64"
|
|
1270
|
+
],
|
|
1271
|
+
"libc": [
|
|
1272
|
+
"glibc"
|
|
1273
|
+
],
|
|
1274
|
+
"license": "Apache-2.0",
|
|
1275
|
+
"optional": true,
|
|
1276
|
+
"os": [
|
|
1277
|
+
"linux"
|
|
1278
|
+
],
|
|
1279
|
+
"engines": {
|
|
1280
|
+
"node": ">=20.9.0"
|
|
1281
|
+
},
|
|
1282
|
+
"funding": {
|
|
1283
|
+
"url": "https://opencollective.com/libvips"
|
|
1284
|
+
},
|
|
1285
|
+
"optionalDependencies": {
|
|
1286
|
+
"@img/sharp-libvips-linux-ppc64": "1.3.3"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"node_modules/@img/sharp-linux-riscv64": {
|
|
1290
|
+
"version": "0.35.4",
|
|
1291
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.35.4.tgz",
|
|
1292
|
+
"integrity": "sha512-cPbNChoRURAWdebDIHSenxRpgEdy7JkPydSnUxRm9VvKD7m0/xVaR/8Fzlu81pk5nHEvHH87UZUA7cTtwnbJSA==",
|
|
1293
|
+
"cpu": [
|
|
1294
|
+
"riscv64"
|
|
1295
|
+
],
|
|
1296
|
+
"libc": [
|
|
1297
|
+
"glibc"
|
|
1298
|
+
],
|
|
1299
|
+
"license": "Apache-2.0",
|
|
1300
|
+
"optional": true,
|
|
1301
|
+
"os": [
|
|
1302
|
+
"linux"
|
|
1303
|
+
],
|
|
1304
|
+
"engines": {
|
|
1305
|
+
"node": ">=20.9.0"
|
|
1306
|
+
},
|
|
1307
|
+
"funding": {
|
|
1308
|
+
"url": "https://opencollective.com/libvips"
|
|
1309
|
+
},
|
|
1310
|
+
"optionalDependencies": {
|
|
1311
|
+
"@img/sharp-libvips-linux-riscv64": "1.3.3"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"node_modules/@img/sharp-linux-s390x": {
|
|
1315
|
+
"version": "0.35.4",
|
|
1316
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.35.4.tgz",
|
|
1317
|
+
"integrity": "sha512-RY0JFY8Fd6RonCBtHz+DvadaPkXDSI1AUn6yWL9TipqkZ1vY8w8evqdgyDFnkm4/K1ve1TvZiaePP5oSd4+WVQ==",
|
|
1318
|
+
"cpu": [
|
|
1319
|
+
"s390x"
|
|
1320
|
+
],
|
|
1321
|
+
"libc": [
|
|
1322
|
+
"glibc"
|
|
1323
|
+
],
|
|
1324
|
+
"license": "Apache-2.0",
|
|
1325
|
+
"optional": true,
|
|
1326
|
+
"os": [
|
|
1327
|
+
"linux"
|
|
1328
|
+
],
|
|
1329
|
+
"engines": {
|
|
1330
|
+
"node": ">=20.9.0"
|
|
1331
|
+
},
|
|
1332
|
+
"funding": {
|
|
1333
|
+
"url": "https://opencollective.com/libvips"
|
|
1334
|
+
},
|
|
1335
|
+
"optionalDependencies": {
|
|
1336
|
+
"@img/sharp-libvips-linux-s390x": "1.3.3"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"node_modules/@img/sharp-linux-x64": {
|
|
1340
|
+
"version": "0.35.4",
|
|
1341
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.4.tgz",
|
|
1342
|
+
"integrity": "sha512-9qvvEAuk8k89TfWUoX2htWjbAMX8p+NxCppjpcg5k6xMsjhBQPTsoIh36h9Qde4WRuGpJeYnOjdosDn/cnv+OA==",
|
|
1343
|
+
"cpu": [
|
|
1344
|
+
"x64"
|
|
1345
|
+
],
|
|
1346
|
+
"libc": [
|
|
1347
|
+
"glibc"
|
|
1348
|
+
],
|
|
1349
|
+
"license": "Apache-2.0",
|
|
1350
|
+
"optional": true,
|
|
1351
|
+
"os": [
|
|
1352
|
+
"linux"
|
|
1353
|
+
],
|
|
1354
|
+
"engines": {
|
|
1355
|
+
"node": ">=20.9.0"
|
|
1356
|
+
},
|
|
1357
|
+
"funding": {
|
|
1358
|
+
"url": "https://opencollective.com/libvips"
|
|
1359
|
+
},
|
|
1360
|
+
"optionalDependencies": {
|
|
1361
|
+
"@img/sharp-libvips-linux-x64": "1.3.3"
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
1365
|
+
"version": "0.35.4",
|
|
1366
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.35.4.tgz",
|
|
1367
|
+
"integrity": "sha512-KB5jxpfWQTr0nc3xdHtWChdbifHrBGsd2SM62Eyxrl8afikm+f5qGBU75SJIZBT/S1MC8XyacdlXBMSWq6OURA==",
|
|
1368
|
+
"cpu": [
|
|
1369
|
+
"arm64"
|
|
1370
|
+
],
|
|
1371
|
+
"libc": [
|
|
1372
|
+
"musl"
|
|
1373
|
+
],
|
|
1374
|
+
"license": "Apache-2.0",
|
|
1375
|
+
"optional": true,
|
|
1376
|
+
"os": [
|
|
1377
|
+
"linux"
|
|
1378
|
+
],
|
|
1379
|
+
"engines": {
|
|
1380
|
+
"node": ">=20.9.0"
|
|
1381
|
+
},
|
|
1382
|
+
"funding": {
|
|
1383
|
+
"url": "https://opencollective.com/libvips"
|
|
1384
|
+
},
|
|
1385
|
+
"optionalDependencies": {
|
|
1386
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.3.3"
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
1390
|
+
"version": "0.35.4",
|
|
1391
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.35.4.tgz",
|
|
1392
|
+
"integrity": "sha512-f+eZJZIQNEEd26RPSW+76chwOf1XtA2Y/O+5ocVyLliHkeih3e+jhLVBdNTd2rS3IbNXK8+ug93Vf5ZXtF5Lxg==",
|
|
1393
|
+
"cpu": [
|
|
1394
|
+
"x64"
|
|
1395
|
+
],
|
|
1396
|
+
"libc": [
|
|
1397
|
+
"musl"
|
|
1398
|
+
],
|
|
1399
|
+
"license": "Apache-2.0",
|
|
1400
|
+
"optional": true,
|
|
1401
|
+
"os": [
|
|
1402
|
+
"linux"
|
|
1403
|
+
],
|
|
1404
|
+
"engines": {
|
|
1405
|
+
"node": ">=20.9.0"
|
|
1406
|
+
},
|
|
1407
|
+
"funding": {
|
|
1408
|
+
"url": "https://opencollective.com/libvips"
|
|
1409
|
+
},
|
|
1410
|
+
"optionalDependencies": {
|
|
1411
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.3.3"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
"node_modules/@img/sharp-wasm32": {
|
|
1415
|
+
"version": "0.35.4",
|
|
1416
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.35.4.tgz",
|
|
1417
|
+
"integrity": "sha512-zQnl4Kwp7Q6NHsENtU2T/00Zi+w3AQNwz3+UaTyVBy2FpXrzXzGjndpK61onhZjRtRpQXxCTeqw19bVyXOh7jA==",
|
|
1418
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
1419
|
+
"optional": true,
|
|
1420
|
+
"dependencies": {
|
|
1421
|
+
"@emnapi/runtime": "^1.11.3"
|
|
1422
|
+
},
|
|
1423
|
+
"engines": {
|
|
1424
|
+
"node": ">=20.9.0"
|
|
1425
|
+
},
|
|
1426
|
+
"funding": {
|
|
1427
|
+
"url": "https://opencollective.com/libvips"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
"node_modules/@img/sharp-webcontainers-wasm32": {
|
|
1431
|
+
"version": "0.35.4",
|
|
1432
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-webcontainers-wasm32/-/sharp-webcontainers-wasm32-0.35.4.tgz",
|
|
1433
|
+
"integrity": "sha512-ESfNkywmCfPNyaZjxooddJQiQ+l/nTpGEOGthxiLnIHXC/CmcBixnfwUleX9mCz9ovrUUvKMap/pm8RYbzfwaA==",
|
|
1434
|
+
"cpu": [
|
|
1435
|
+
"wasm32"
|
|
1436
|
+
],
|
|
1437
|
+
"license": "Apache-2.0",
|
|
1438
|
+
"optional": true,
|
|
1439
|
+
"dependencies": {
|
|
1440
|
+
"@img/sharp-wasm32": "0.35.4"
|
|
1441
|
+
},
|
|
1442
|
+
"engines": {
|
|
1443
|
+
"node": ">=20.9.0"
|
|
1444
|
+
},
|
|
1445
|
+
"funding": {
|
|
1446
|
+
"url": "https://opencollective.com/libvips"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"node_modules/@img/sharp-win32-arm64": {
|
|
1450
|
+
"version": "0.35.4",
|
|
1451
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.35.4.tgz",
|
|
1452
|
+
"integrity": "sha512-iNdlBX9gLVvqe2I3uIJSIKTq6wckP/DYxZtcqxm09x5Gi24DnFBmPAWZmr60ZyYMG0xlzo6goG3670ar+RXvRw==",
|
|
1453
|
+
"cpu": [
|
|
1454
|
+
"arm64"
|
|
1455
|
+
],
|
|
1456
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
1457
|
+
"optional": true,
|
|
1458
|
+
"os": [
|
|
1459
|
+
"win32"
|
|
1460
|
+
],
|
|
1461
|
+
"engines": {
|
|
1462
|
+
"node": ">=20.9.0"
|
|
1463
|
+
},
|
|
1464
|
+
"funding": {
|
|
1465
|
+
"url": "https://opencollective.com/libvips"
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
"node_modules/@img/sharp-win32-ia32": {
|
|
1469
|
+
"version": "0.35.4",
|
|
1470
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.35.4.tgz",
|
|
1471
|
+
"integrity": "sha512-kqRsbaa5CS6KHlpxnN7WhE6vAAugXyZButpRdvDWetlv6Qv4N9WTcrWzF7tXfB9T7MsoadqdI8hmwLq6UlLvtw==",
|
|
1472
|
+
"cpu": [
|
|
1473
|
+
"ia32"
|
|
1474
|
+
],
|
|
1475
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
1476
|
+
"optional": true,
|
|
1477
|
+
"os": [
|
|
1478
|
+
"win32"
|
|
1479
|
+
],
|
|
1480
|
+
"engines": {
|
|
1481
|
+
"node": "^20.9.0"
|
|
1482
|
+
},
|
|
1483
|
+
"funding": {
|
|
1484
|
+
"url": "https://opencollective.com/libvips"
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
"node_modules/@img/sharp-win32-x64": {
|
|
1488
|
+
"version": "0.35.4",
|
|
1489
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.35.4.tgz",
|
|
1490
|
+
"integrity": "sha512-XtmnYhBcrORsJ4XJngyzr/EWP0hRZLAZRFaApdKuviyqF78+ylxh2y06ZmtULAMOnObJ3ucpN0AcwSWnMowTRg==",
|
|
1491
|
+
"cpu": [
|
|
1492
|
+
"x64"
|
|
1493
|
+
],
|
|
1494
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
1495
|
+
"optional": true,
|
|
1496
|
+
"os": [
|
|
1497
|
+
"win32"
|
|
1498
|
+
],
|
|
1499
|
+
"engines": {
|
|
1500
|
+
"node": ">=20.9.0"
|
|
1501
|
+
},
|
|
1502
|
+
"funding": {
|
|
1503
|
+
"url": "https://opencollective.com/libvips"
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
1507
|
+
"version": "1.6.0",
|
|
1508
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
|
|
1509
|
+
"integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
|
|
1510
|
+
"license": "MIT"
|
|
1511
|
+
},
|
|
1512
|
+
"node_modules/@napi-rs/wasm-runtime": {
|
|
1513
|
+
"version": "1.2.4",
|
|
1514
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.4.tgz",
|
|
1515
|
+
"integrity": "sha512-AJxoUD2/15ESHbvpcyjU274nsAPLuOtPHCk0vKJM5pj//Fg/B1FXNWjPnXTT9PymCYYiHo4zPj0ZomXBKhoy7g==",
|
|
1516
|
+
"license": "MIT",
|
|
1517
|
+
"optional": true,
|
|
1518
|
+
"dependencies": {
|
|
1519
|
+
"@tybys/wasm-util": "^0.10.3"
|
|
1520
|
+
},
|
|
1521
|
+
"engines": {
|
|
1522
|
+
"node": "^20.19.0 || ^22.13.0 || >=23.5.0"
|
|
1523
|
+
},
|
|
1524
|
+
"funding": {
|
|
1525
|
+
"type": "github",
|
|
1526
|
+
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
1527
|
+
},
|
|
1528
|
+
"peerDependencies": {
|
|
1529
|
+
"@emnapi/core": "^1.7.1 || ^2.0.0-alpha.4",
|
|
1530
|
+
"@emnapi/runtime": "^1.7.1 || ^2.0.0-alpha.4"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"node_modules/@oslojs/encoding": {
|
|
1534
|
+
"version": "1.1.0",
|
|
1535
|
+
"resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
|
|
1536
|
+
"integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
|
|
1537
|
+
"license": "MIT"
|
|
1538
|
+
},
|
|
1539
|
+
"node_modules/@oxc-project/types": {
|
|
1540
|
+
"version": "0.149.0",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.149.0.tgz",
|
|
1542
|
+
"integrity": "sha512-Efcc+iF0j3Bf67YjEqIqWXbX5XddXoK/Mw4K1/JuXwRCZ8N16VR7iT23nlCc9XrveFVh/E5Rqs2StT0V8v9LdA==",
|
|
1543
|
+
"license": "MIT",
|
|
1544
|
+
"funding": {
|
|
1545
|
+
"url": "https://github.com/sponsors/oxc-project"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"node_modules/@rolldown/binding-android-arm-eabi": {
|
|
1549
|
+
"version": "1.2.8",
|
|
1550
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.8.tgz",
|
|
1551
|
+
"integrity": "sha512-tN5aztYkKCte4i5SIrrz5yK/HMjEuCqCSCJa418jOV8tZ1cBY3YF2otxB1ktPxzsLA1BeTqwapK0bfjxNvHJVw==",
|
|
1552
|
+
"cpu": [
|
|
1553
|
+
"arm"
|
|
1554
|
+
],
|
|
1555
|
+
"license": "MIT",
|
|
1556
|
+
"optional": true,
|
|
1557
|
+
"os": [
|
|
1558
|
+
"android"
|
|
1559
|
+
],
|
|
1560
|
+
"engines": {
|
|
1561
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
"node_modules/@rolldown/binding-android-arm64": {
|
|
1565
|
+
"version": "1.2.8",
|
|
1566
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.8.tgz",
|
|
1567
|
+
"integrity": "sha512-dIYTWl9XprMUiQFoc55KUyk/oS8SKYH3zFl0LTR7RT0Xj4hgSVyuJcroH8JUu8RcpF8fTB6E0aOwCkZoYPcDSQ==",
|
|
1568
|
+
"cpu": [
|
|
1569
|
+
"arm64"
|
|
1570
|
+
],
|
|
1571
|
+
"license": "MIT",
|
|
1572
|
+
"optional": true,
|
|
1573
|
+
"os": [
|
|
1574
|
+
"android"
|
|
1575
|
+
],
|
|
1576
|
+
"engines": {
|
|
1577
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
1581
|
+
"version": "1.2.8",
|
|
1582
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.8.tgz",
|
|
1583
|
+
"integrity": "sha512-PCSDQGXD2IyTEFrcgPyBM8jJuGmrbCMuoIOXdbEGVemruKACXoLQJrb+A45Z0L5t1RQkdfJprAYPkikbh7dzdA==",
|
|
1584
|
+
"cpu": [
|
|
1585
|
+
"arm64"
|
|
1586
|
+
],
|
|
1587
|
+
"license": "MIT",
|
|
1588
|
+
"optional": true,
|
|
1589
|
+
"os": [
|
|
1590
|
+
"darwin"
|
|
1591
|
+
],
|
|
1592
|
+
"engines": {
|
|
1593
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
"node_modules/@rolldown/binding-darwin-x64": {
|
|
1597
|
+
"version": "1.2.8",
|
|
1598
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.8.tgz",
|
|
1599
|
+
"integrity": "sha512-Uk7lRsGhPFHVX/sAUC6D5H9Ol30dFHd6iquokll2th3LpdJ3F5CzQB+7DHn0Ri2mG+U7k2zXiPHDrwZenXhwSA==",
|
|
1600
|
+
"cpu": [
|
|
1601
|
+
"x64"
|
|
1602
|
+
],
|
|
1603
|
+
"license": "MIT",
|
|
1604
|
+
"optional": true,
|
|
1605
|
+
"os": [
|
|
1606
|
+
"darwin"
|
|
1607
|
+
],
|
|
1608
|
+
"engines": {
|
|
1609
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
1613
|
+
"version": "1.2.8",
|
|
1614
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.8.tgz",
|
|
1615
|
+
"integrity": "sha512-DjszaTEVogPqA5bYzsEeqDCQxbcp2fexQwKcRspYji2yzR68fCf+e4fx6kBSRDwX5/brZaHw/hWS9+A/+/w9sQ==",
|
|
1616
|
+
"cpu": [
|
|
1617
|
+
"x64"
|
|
1618
|
+
],
|
|
1619
|
+
"license": "MIT",
|
|
1620
|
+
"optional": true,
|
|
1621
|
+
"os": [
|
|
1622
|
+
"freebsd"
|
|
1623
|
+
],
|
|
1624
|
+
"engines": {
|
|
1625
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
1629
|
+
"version": "1.2.8",
|
|
1630
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.8.tgz",
|
|
1631
|
+
"integrity": "sha512-zmwa7FTmdzB6aaEEuuls18H6Ap5JmJPSoPTuXixeJZV6tG40SyLkApQtz1g8ptZtiEKqj9OM0oNLPh1AgvE31Q==",
|
|
1632
|
+
"cpu": [
|
|
1633
|
+
"arm"
|
|
1634
|
+
],
|
|
1635
|
+
"license": "MIT",
|
|
1636
|
+
"optional": true,
|
|
1637
|
+
"os": [
|
|
1638
|
+
"linux"
|
|
1639
|
+
],
|
|
1640
|
+
"engines": {
|
|
1641
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
1645
|
+
"version": "1.2.8",
|
|
1646
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.8.tgz",
|
|
1647
|
+
"integrity": "sha512-KdYQDPHwJVnbFwdTGMgxsI9SqblBlz6STGM+w1We/d5B8OWWidYH0MwkU/uA1wM5fIpO2MkOVxXrNzzuZhw9ew==",
|
|
1648
|
+
"cpu": [
|
|
1649
|
+
"arm64"
|
|
1650
|
+
],
|
|
1651
|
+
"libc": [
|
|
1652
|
+
"glibc"
|
|
1653
|
+
],
|
|
1654
|
+
"license": "MIT",
|
|
1655
|
+
"optional": true,
|
|
1656
|
+
"os": [
|
|
1657
|
+
"linux"
|
|
1658
|
+
],
|
|
1659
|
+
"engines": {
|
|
1660
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
1664
|
+
"version": "1.2.8",
|
|
1665
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.8.tgz",
|
|
1666
|
+
"integrity": "sha512-jFJTifHnNPY+yzOoNZQfSIysrVyXzEQPhPnOUjmD1bcQGHH6s7c8cViKWar8YplQImE5N9JRqMCLrM2CdxOrZA==",
|
|
1667
|
+
"cpu": [
|
|
1668
|
+
"arm64"
|
|
1669
|
+
],
|
|
1670
|
+
"libc": [
|
|
1671
|
+
"musl"
|
|
1672
|
+
],
|
|
1673
|
+
"license": "MIT",
|
|
1674
|
+
"optional": true,
|
|
1675
|
+
"os": [
|
|
1676
|
+
"linux"
|
|
1677
|
+
],
|
|
1678
|
+
"engines": {
|
|
1679
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
1683
|
+
"version": "1.2.8",
|
|
1684
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.8.tgz",
|
|
1685
|
+
"integrity": "sha512-FhiOziBDWPBjbcmRzfLyIJnaP7AVMFXT7YCXPjXxj7wKU3vx24RjrCNN/zjvVa+N2vVoHJwCoUBvsrN/DG3zIA==",
|
|
1686
|
+
"cpu": [
|
|
1687
|
+
"ppc64"
|
|
1688
|
+
],
|
|
1689
|
+
"libc": [
|
|
1690
|
+
"glibc"
|
|
1691
|
+
],
|
|
1692
|
+
"license": "MIT",
|
|
1693
|
+
"optional": true,
|
|
1694
|
+
"os": [
|
|
1695
|
+
"linux"
|
|
1696
|
+
],
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
1702
|
+
"version": "1.2.8",
|
|
1703
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.8.tgz",
|
|
1704
|
+
"integrity": "sha512-WnHfADMzOV2Y55wlx1hzzQnar/wDt/VdvWSD99r18Mz9ylNieIGOkRx3UV21h7m/eJvjySYJkO26VvGNFkwsIQ==",
|
|
1705
|
+
"cpu": [
|
|
1706
|
+
"s390x"
|
|
1707
|
+
],
|
|
1708
|
+
"libc": [
|
|
1709
|
+
"glibc"
|
|
1710
|
+
],
|
|
1711
|
+
"license": "MIT",
|
|
1712
|
+
"optional": true,
|
|
1713
|
+
"os": [
|
|
1714
|
+
"linux"
|
|
1715
|
+
],
|
|
1716
|
+
"engines": {
|
|
1717
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
1721
|
+
"version": "1.2.8",
|
|
1722
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.8.tgz",
|
|
1723
|
+
"integrity": "sha512-H9tRr5ibfXFVLxbPOseVewewFpl28zcEdjRDt2FTUZU7odxP0gEv1ki4/kGmcGOh78oRwZuuQllGLZ9zTJp84g==",
|
|
1724
|
+
"cpu": [
|
|
1725
|
+
"x64"
|
|
1726
|
+
],
|
|
1727
|
+
"libc": [
|
|
1728
|
+
"glibc"
|
|
1729
|
+
],
|
|
1730
|
+
"license": "MIT",
|
|
1731
|
+
"optional": true,
|
|
1732
|
+
"os": [
|
|
1733
|
+
"linux"
|
|
1734
|
+
],
|
|
1735
|
+
"engines": {
|
|
1736
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
1740
|
+
"version": "1.2.8",
|
|
1741
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.8.tgz",
|
|
1742
|
+
"integrity": "sha512-UefiqfM3D6IVNlZ8tSGs9+Ejjud2T+oxO0IHADU45Y+lyEjD2dVFyZHbkfX0LUb5Zugo/oIv1eCO/KVYhgYJYA==",
|
|
1743
|
+
"cpu": [
|
|
1744
|
+
"x64"
|
|
1745
|
+
],
|
|
1746
|
+
"libc": [
|
|
1747
|
+
"musl"
|
|
1748
|
+
],
|
|
1749
|
+
"license": "MIT",
|
|
1750
|
+
"optional": true,
|
|
1751
|
+
"os": [
|
|
1752
|
+
"linux"
|
|
1753
|
+
],
|
|
1754
|
+
"engines": {
|
|
1755
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
1759
|
+
"version": "1.2.8",
|
|
1760
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.8.tgz",
|
|
1761
|
+
"integrity": "sha512-637Ke4kWSy6rp9cxQ9gMOXlxPgIw/c1beASV4M//3+9I4uwBVOOl74G+e3zyU3u19U7RkRl/HuewixZ/Z6+Rjg==",
|
|
1762
|
+
"cpu": [
|
|
1763
|
+
"arm64"
|
|
1764
|
+
],
|
|
1765
|
+
"license": "MIT",
|
|
1766
|
+
"optional": true,
|
|
1767
|
+
"os": [
|
|
1768
|
+
"openharmony"
|
|
1769
|
+
],
|
|
1770
|
+
"engines": {
|
|
1771
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
1775
|
+
"version": "1.2.8",
|
|
1776
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.8.tgz",
|
|
1777
|
+
"integrity": "sha512-xWBkPOF1Q9k/Gv1nQXnVdLxKu74jXppuOM4Z3mnypVUJJJwLsMl7hNJGRAUJoG8A5MgOI1ACKM+wBFxSJzKy4A==",
|
|
1778
|
+
"cpu": [
|
|
1779
|
+
"arm64"
|
|
1780
|
+
],
|
|
1781
|
+
"license": "MIT",
|
|
1782
|
+
"optional": true,
|
|
1783
|
+
"os": [
|
|
1784
|
+
"win32"
|
|
1785
|
+
],
|
|
1786
|
+
"engines": {
|
|
1787
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
1791
|
+
"version": "1.2.8",
|
|
1792
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.8.tgz",
|
|
1793
|
+
"integrity": "sha512-uz2ZvfgXbxqNwijjjbxrnvALwpyODDcgc1T1N8N3rf/DXKQmaFwmB4LX4yyjggpwN2obdQLb2rgirX5ffCWYng==",
|
|
1794
|
+
"cpu": [
|
|
1795
|
+
"x64"
|
|
1796
|
+
],
|
|
1797
|
+
"license": "MIT",
|
|
1798
|
+
"optional": true,
|
|
1799
|
+
"os": [
|
|
1800
|
+
"win32"
|
|
1801
|
+
],
|
|
1802
|
+
"engines": {
|
|
1803
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"node_modules/@rolldown/pluginutils": {
|
|
1807
|
+
"version": "1.0.1",
|
|
1808
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
|
|
1809
|
+
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
1810
|
+
"license": "MIT"
|
|
1811
|
+
},
|
|
1812
|
+
"node_modules/@shikijs/core": {
|
|
1813
|
+
"version": "4.4.3",
|
|
1814
|
+
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.4.3.tgz",
|
|
1815
|
+
"integrity": "sha512-QCR4q2ZO/ILJEuwiBMel4wdcTDb1JGwfjKTxPDF6x8ixOaluPrVqIn06C99AcRPhmYlBR56d/Fb+GN58GzExpg==",
|
|
1816
|
+
"license": "MIT",
|
|
1817
|
+
"dependencies": {
|
|
1818
|
+
"@shikijs/primitive": "4.4.3",
|
|
1819
|
+
"@shikijs/types": "4.4.3",
|
|
1820
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1821
|
+
"@types/hast": "^3.0.5",
|
|
1822
|
+
"hast-util-to-html": "^9.0.5"
|
|
1823
|
+
},
|
|
1824
|
+
"engines": {
|
|
1825
|
+
"node": ">=20"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
"node_modules/@shikijs/engine-javascript": {
|
|
1829
|
+
"version": "4.4.3",
|
|
1830
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.4.3.tgz",
|
|
1831
|
+
"integrity": "sha512-FbOjFJp9VLdo1Wevs10BBtVxiTWwNLqZh5Gkhjgda/ioL15YOgeSl9n+6XMa3qRlPQzfhFNe641SrynFHYG0nQ==",
|
|
1832
|
+
"license": "MIT",
|
|
1833
|
+
"dependencies": {
|
|
1834
|
+
"@shikijs/types": "4.4.3",
|
|
1835
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1836
|
+
"oniguruma-to-es": "^4.3.6"
|
|
1837
|
+
},
|
|
1838
|
+
"engines": {
|
|
1839
|
+
"node": ">=20"
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
"node_modules/@shikijs/engine-oniguruma": {
|
|
1843
|
+
"version": "4.4.3",
|
|
1844
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.4.3.tgz",
|
|
1845
|
+
"integrity": "sha512-EcOQkxdxGQrc1Row/cC2c96/v1dbZqGnEVu1qTuT/MJmp6+cXCvQussowVmCv5Tqr3KuY3c7IbM6HTW3LJ1k9w==",
|
|
1846
|
+
"license": "MIT",
|
|
1847
|
+
"dependencies": {
|
|
1848
|
+
"@shikijs/types": "4.4.3",
|
|
1849
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1850
|
+
},
|
|
1851
|
+
"engines": {
|
|
1852
|
+
"node": ">=20"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
"node_modules/@shikijs/langs": {
|
|
1856
|
+
"version": "4.4.3",
|
|
1857
|
+
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.4.3.tgz",
|
|
1858
|
+
"integrity": "sha512-ePic0yfAJGOF83D5wBHK/00EjK65oahBYxFk5epgq33WRv7X9UuxLEV8PtR0szC0z8dl7INIpIodB99JRFlR+A==",
|
|
1859
|
+
"license": "MIT",
|
|
1860
|
+
"dependencies": {
|
|
1861
|
+
"@shikijs/types": "4.4.3"
|
|
1862
|
+
},
|
|
1863
|
+
"engines": {
|
|
1864
|
+
"node": ">=20"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
"node_modules/@shikijs/primitive": {
|
|
1868
|
+
"version": "4.4.3",
|
|
1869
|
+
"resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.4.3.tgz",
|
|
1870
|
+
"integrity": "sha512-m0wBeLDQDeIxRdUmrCPdQqfuUamDwRL5isCfYbguKD6NiaKpVbsv+3J81DyIKgNW5h4WAIIr8T4EkgQrBBxvaQ==",
|
|
1871
|
+
"license": "MIT",
|
|
1872
|
+
"dependencies": {
|
|
1873
|
+
"@shikijs/types": "4.4.3",
|
|
1874
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1875
|
+
"@types/hast": "^3.0.5"
|
|
1876
|
+
},
|
|
1877
|
+
"engines": {
|
|
1878
|
+
"node": ">=20"
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
"node_modules/@shikijs/themes": {
|
|
1882
|
+
"version": "4.4.3",
|
|
1883
|
+
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.4.3.tgz",
|
|
1884
|
+
"integrity": "sha512-w8UHjeUnIR965KMWJHUPXOc2mNJUnK3vpVLYLvw5IYU2mnTTJ89E24OrJDBNiJDQ0qzb0tc4l7mrIXx5cFeIyw==",
|
|
1885
|
+
"license": "MIT",
|
|
1886
|
+
"dependencies": {
|
|
1887
|
+
"@shikijs/types": "4.4.3"
|
|
1888
|
+
},
|
|
1889
|
+
"engines": {
|
|
1890
|
+
"node": ">=20"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
"node_modules/@shikijs/types": {
|
|
1894
|
+
"version": "4.4.3",
|
|
1895
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.4.3.tgz",
|
|
1896
|
+
"integrity": "sha512-UEJxmRR++MAGR6hugn0vgVS2W/6lWAts84FFSrnlH9sP0LNol7E5+NQ792pH8liWUhyMyjhTgSUH3k7iD7tc5g==",
|
|
1897
|
+
"license": "MIT",
|
|
1898
|
+
"dependencies": {
|
|
1899
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1900
|
+
"@types/hast": "^3.0.5"
|
|
1901
|
+
},
|
|
1902
|
+
"engines": {
|
|
1903
|
+
"node": ">=20"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
"node_modules/@shikijs/vscode-textmate": {
|
|
1907
|
+
"version": "10.0.2",
|
|
1908
|
+
"resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
|
|
1909
|
+
"integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
|
|
1910
|
+
"license": "MIT"
|
|
1911
|
+
},
|
|
1912
|
+
"node_modules/@tybys/wasm-util": {
|
|
1913
|
+
"version": "0.10.4",
|
|
1914
|
+
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.4.tgz",
|
|
1915
|
+
"integrity": "sha512-W3c4gRigFS0T/Ma4qIYF3GDAc5AQdHb1yL5znJT1Zv1YaD9Kitx656wBjvr19qbiosmZT8lWDM5BEMynUqX65A==",
|
|
1916
|
+
"license": "MIT",
|
|
1917
|
+
"optional": true,
|
|
1918
|
+
"dependencies": {
|
|
1919
|
+
"tslib": "^2.4.0"
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1922
|
+
"node_modules/@types/estree": {
|
|
1923
|
+
"version": "1.0.9",
|
|
1924
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
1925
|
+
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
1926
|
+
"license": "MIT"
|
|
1927
|
+
},
|
|
1928
|
+
"node_modules/@types/estree-jsx": {
|
|
1929
|
+
"version": "1.0.5",
|
|
1930
|
+
"resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
|
|
1931
|
+
"integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
|
|
1932
|
+
"license": "MIT",
|
|
1933
|
+
"dependencies": {
|
|
1934
|
+
"@types/estree": "*"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
"node_modules/@types/hast": {
|
|
1938
|
+
"version": "3.0.5",
|
|
1939
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
|
|
1940
|
+
"integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
|
|
1941
|
+
"license": "MIT",
|
|
1942
|
+
"dependencies": {
|
|
1943
|
+
"@types/unist": "*"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"node_modules/@types/mdast": {
|
|
1947
|
+
"version": "4.0.4",
|
|
1948
|
+
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
1949
|
+
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
1950
|
+
"license": "MIT",
|
|
1951
|
+
"dependencies": {
|
|
1952
|
+
"@types/unist": "*"
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"node_modules/@types/nlcst": {
|
|
1956
|
+
"version": "2.0.3",
|
|
1957
|
+
"resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
|
|
1958
|
+
"integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
|
|
1959
|
+
"license": "MIT",
|
|
1960
|
+
"dependencies": {
|
|
1961
|
+
"@types/unist": "*"
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
"node_modules/@types/unist": {
|
|
1965
|
+
"version": "3.0.3",
|
|
1966
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
1967
|
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
1968
|
+
"license": "MIT"
|
|
1969
|
+
},
|
|
1970
|
+
"node_modules/@ungap/structured-clone": {
|
|
1971
|
+
"version": "1.4.0",
|
|
1972
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.4.0.tgz",
|
|
1973
|
+
"integrity": "sha512-1mEZtMKPM09vDmQt5y7YvmN2+DFTP7Tg0EWXdic8/C6VRnpb33e4ghisCIE3WZjsE2N8mf+QV1Zqh7ZFYLWInQ==",
|
|
1974
|
+
"license": "ISC"
|
|
1975
|
+
},
|
|
1976
|
+
"node_modules/am-i-vibing": {
|
|
1977
|
+
"version": "0.4.0",
|
|
1978
|
+
"resolved": "https://registry.npmjs.org/am-i-vibing/-/am-i-vibing-0.4.0.tgz",
|
|
1979
|
+
"integrity": "sha512-MxT4XZL7pzLHpuvhDKdMaQHMGGkJDLluKBLsbstn+8wv9sWcFT6h+0ve9qkml95amVTZtZV83gQe2hY+ojgHLg==",
|
|
1980
|
+
"license": "MIT",
|
|
1981
|
+
"dependencies": {
|
|
1982
|
+
"process-ancestry": "^0.1.0"
|
|
1983
|
+
},
|
|
1984
|
+
"bin": {
|
|
1985
|
+
"am-i-vibing": "dist/cli.mjs"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"node_modules/anymatch": {
|
|
1989
|
+
"version": "3.1.3",
|
|
1990
|
+
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
1991
|
+
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
1992
|
+
"license": "ISC",
|
|
1993
|
+
"dependencies": {
|
|
1994
|
+
"normalize-path": "^3.0.0",
|
|
1995
|
+
"picomatch": "^2.0.4"
|
|
1996
|
+
},
|
|
1997
|
+
"engines": {
|
|
1998
|
+
"node": ">= 8"
|
|
1999
|
+
}
|
|
2000
|
+
},
|
|
2001
|
+
"node_modules/anymatch/node_modules/picomatch": {
|
|
2002
|
+
"version": "2.3.2",
|
|
2003
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
2004
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
2005
|
+
"license": "MIT",
|
|
2006
|
+
"engines": {
|
|
2007
|
+
"node": ">=8.6"
|
|
2008
|
+
},
|
|
2009
|
+
"funding": {
|
|
2010
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"node_modules/argparse": {
|
|
2014
|
+
"version": "2.0.1",
|
|
2015
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2016
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2017
|
+
"license": "Python-2.0"
|
|
2018
|
+
},
|
|
2019
|
+
"node_modules/aria-query": {
|
|
2020
|
+
"version": "5.3.2",
|
|
2021
|
+
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
|
|
2022
|
+
"integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
|
|
2023
|
+
"license": "Apache-2.0",
|
|
2024
|
+
"engines": {
|
|
2025
|
+
"node": ">= 0.4"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
"node_modules/astro": {
|
|
2029
|
+
"version": "7.3.2",
|
|
2030
|
+
"resolved": "https://registry.npmjs.org/astro/-/astro-7.3.2.tgz",
|
|
2031
|
+
"integrity": "sha512-ysTcdpGP61XZpHoMRYC/CK19DQ94qkBvzXMtXEo0gEqPNkmOU/Tv++CtWmzaI4nF2Ck8RXFdiWvdlTWa2oOr9w==",
|
|
2032
|
+
"license": "MIT",
|
|
2033
|
+
"dependencies": {
|
|
2034
|
+
"@astrojs/compiler-rs": "^0.4.0",
|
|
2035
|
+
"@astrojs/internal-helpers": "0.11.0",
|
|
2036
|
+
"@astrojs/markdown-satteri": "0.4.1",
|
|
2037
|
+
"@astrojs/telemetry": "3.3.3",
|
|
2038
|
+
"@capsizecss/unpack": "^4.0.0",
|
|
2039
|
+
"@clack/prompts": "^1.1.0",
|
|
2040
|
+
"@oslojs/encoding": "^1.1.0",
|
|
2041
|
+
"am-i-vibing": "^0.4.0",
|
|
2042
|
+
"aria-query": "^5.3.2",
|
|
2043
|
+
"axobject-query": "^4.1.0",
|
|
2044
|
+
"ci-info": "^4.4.0",
|
|
2045
|
+
"clsx": "^2.1.1",
|
|
2046
|
+
"common-ancestor-path": "^2.0.0",
|
|
2047
|
+
"cookie": "^2.0.1",
|
|
2048
|
+
"devalue": "^5.8.1",
|
|
2049
|
+
"diff": "^9.0.0",
|
|
2050
|
+
"dset": "^3.1.4",
|
|
2051
|
+
"es-module-lexer": "^2.0.0",
|
|
2052
|
+
"esbuild": "^0.28.0",
|
|
2053
|
+
"find-proc": "0.1.0",
|
|
2054
|
+
"flattie": "^1.1.1",
|
|
2055
|
+
"fontace": "~0.4.1",
|
|
2056
|
+
"get-tsconfig": "5.0.0-beta.4",
|
|
2057
|
+
"github-slugger": "^2.0.0",
|
|
2058
|
+
"html-escaper": "3.0.3",
|
|
2059
|
+
"http-cache-semantics": "^4.2.0",
|
|
2060
|
+
"js-yaml": "^4.3.0",
|
|
2061
|
+
"jsonc-parser": "^3.3.1",
|
|
2062
|
+
"magic-string": "^1.0.0",
|
|
2063
|
+
"magicast": "^0.5.2",
|
|
2064
|
+
"mrmime": "^2.0.1",
|
|
2065
|
+
"neotraverse": "^1.0.1",
|
|
2066
|
+
"obug": "^2.1.1",
|
|
2067
|
+
"p-limit": "^7.3.0",
|
|
2068
|
+
"p-queue": "^9.1.0",
|
|
2069
|
+
"package-manager-detector": "^1.6.0",
|
|
2070
|
+
"piccolore": "^0.1.3",
|
|
2071
|
+
"picomatch": "^4.0.4",
|
|
2072
|
+
"semver": "^7.7.4",
|
|
2073
|
+
"shiki": "^4.0.2",
|
|
2074
|
+
"smol-toml": "^1.6.0",
|
|
2075
|
+
"svgo": "^4.0.1",
|
|
2076
|
+
"tinyclip": "^0.1.12",
|
|
2077
|
+
"tinyexec": "^1.0.4",
|
|
2078
|
+
"tinyglobby": "^0.2.15",
|
|
2079
|
+
"ultrahtml": "^1.6.0",
|
|
2080
|
+
"unifont": "~0.7.5",
|
|
2081
|
+
"unstorage": "^1.17.5",
|
|
2082
|
+
"vite": "^8.0.13",
|
|
2083
|
+
"vitefu": "^1.1.2",
|
|
2084
|
+
"xxhash-wasm": "^1.1.0",
|
|
2085
|
+
"yargs-parser": "^22.0.0",
|
|
2086
|
+
"zod": "^4.5.4"
|
|
2087
|
+
},
|
|
2088
|
+
"bin": {
|
|
2089
|
+
"astro": "bin/astro.mjs"
|
|
2090
|
+
},
|
|
2091
|
+
"engines": {
|
|
2092
|
+
"node": ">=22.12.0",
|
|
2093
|
+
"npm": ">=9.6.5",
|
|
2094
|
+
"pnpm": ">=7.1.0"
|
|
2095
|
+
},
|
|
2096
|
+
"funding": {
|
|
2097
|
+
"type": "opencollective",
|
|
2098
|
+
"url": "https://opencollective.com/astrodotbuild"
|
|
2099
|
+
},
|
|
2100
|
+
"optionalDependencies": {
|
|
2101
|
+
"sharp": "^0.35.4"
|
|
2102
|
+
},
|
|
2103
|
+
"peerDependencies": {
|
|
2104
|
+
"@astrojs/markdown-remark": "^7.3.0"
|
|
2105
|
+
},
|
|
2106
|
+
"peerDependenciesMeta": {
|
|
2107
|
+
"@astrojs/markdown-remark": {
|
|
2108
|
+
"optional": true
|
|
2109
|
+
}
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
"node_modules/axobject-query": {
|
|
2113
|
+
"version": "4.1.0",
|
|
2114
|
+
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
|
|
2115
|
+
"integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
|
|
2116
|
+
"license": "Apache-2.0",
|
|
2117
|
+
"engines": {
|
|
2118
|
+
"node": ">= 0.4"
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
"node_modules/bail": {
|
|
2122
|
+
"version": "2.0.2",
|
|
2123
|
+
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
|
2124
|
+
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
2125
|
+
"license": "MIT",
|
|
2126
|
+
"funding": {
|
|
2127
|
+
"type": "github",
|
|
2128
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
"node_modules/boolbase": {
|
|
2132
|
+
"version": "1.0.0",
|
|
2133
|
+
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
|
|
2134
|
+
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
|
|
2135
|
+
"license": "ISC"
|
|
2136
|
+
},
|
|
2137
|
+
"node_modules/ccount": {
|
|
2138
|
+
"version": "2.0.1",
|
|
2139
|
+
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
2140
|
+
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
2141
|
+
"license": "MIT",
|
|
2142
|
+
"funding": {
|
|
2143
|
+
"type": "github",
|
|
2144
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
"node_modules/character-entities-html4": {
|
|
2148
|
+
"version": "2.1.0",
|
|
2149
|
+
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
2150
|
+
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
2151
|
+
"license": "MIT",
|
|
2152
|
+
"funding": {
|
|
2153
|
+
"type": "github",
|
|
2154
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2155
|
+
}
|
|
2156
|
+
},
|
|
2157
|
+
"node_modules/character-entities-legacy": {
|
|
2158
|
+
"version": "3.0.0",
|
|
2159
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
2160
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
2161
|
+
"license": "MIT",
|
|
2162
|
+
"funding": {
|
|
2163
|
+
"type": "github",
|
|
2164
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
"node_modules/chokidar": {
|
|
2168
|
+
"version": "5.0.0",
|
|
2169
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
|
|
2170
|
+
"integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
|
|
2171
|
+
"license": "MIT",
|
|
2172
|
+
"dependencies": {
|
|
2173
|
+
"readdirp": "^5.0.0"
|
|
2174
|
+
},
|
|
2175
|
+
"engines": {
|
|
2176
|
+
"node": ">= 20.19.0"
|
|
2177
|
+
},
|
|
2178
|
+
"funding": {
|
|
2179
|
+
"url": "https://paulmillr.com/funding/"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
"node_modules/ci-info": {
|
|
2183
|
+
"version": "4.4.0",
|
|
2184
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
|
|
2185
|
+
"integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
|
|
2186
|
+
"funding": [
|
|
2187
|
+
{
|
|
2188
|
+
"type": "github",
|
|
2189
|
+
"url": "https://github.com/sponsors/sibiraj-s"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"license": "MIT",
|
|
2193
|
+
"engines": {
|
|
2194
|
+
"node": ">=8"
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
2197
|
+
"node_modules/clsx": {
|
|
2198
|
+
"version": "2.1.1",
|
|
2199
|
+
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
2200
|
+
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
2201
|
+
"license": "MIT",
|
|
2202
|
+
"engines": {
|
|
2203
|
+
"node": ">=6"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
"node_modules/comma-separated-tokens": {
|
|
2207
|
+
"version": "2.0.3",
|
|
2208
|
+
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
2209
|
+
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
2210
|
+
"license": "MIT",
|
|
2211
|
+
"funding": {
|
|
2212
|
+
"type": "github",
|
|
2213
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
"node_modules/commander": {
|
|
2217
|
+
"version": "11.1.0",
|
|
2218
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
|
|
2219
|
+
"integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
|
|
2220
|
+
"license": "MIT",
|
|
2221
|
+
"engines": {
|
|
2222
|
+
"node": ">=16"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
"node_modules/common-ancestor-path": {
|
|
2226
|
+
"version": "2.0.0",
|
|
2227
|
+
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz",
|
|
2228
|
+
"integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==",
|
|
2229
|
+
"license": "BlueOak-1.0.0",
|
|
2230
|
+
"engines": {
|
|
2231
|
+
"node": ">= 18"
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
"node_modules/cookie": {
|
|
2235
|
+
"version": "2.0.1",
|
|
2236
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-2.0.1.tgz",
|
|
2237
|
+
"integrity": "sha512-yuToqVvRrj6pfDXREyQAAv8SkAEk/8GS3jQRTiUMm66TVtBYmqQeoEjL2Lmq8Rpo6271vH76InTChTitEAm65w==",
|
|
2238
|
+
"license": "MIT",
|
|
2239
|
+
"engines": {
|
|
2240
|
+
"node": ">=22"
|
|
2241
|
+
},
|
|
2242
|
+
"funding": {
|
|
2243
|
+
"type": "opencollective",
|
|
2244
|
+
"url": "https://opencollective.com/express"
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
"node_modules/cookie-es": {
|
|
2248
|
+
"version": "1.2.3",
|
|
2249
|
+
"resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
|
|
2250
|
+
"integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
|
|
2251
|
+
"license": "MIT"
|
|
2252
|
+
},
|
|
2253
|
+
"node_modules/crossws": {
|
|
2254
|
+
"version": "0.3.5",
|
|
2255
|
+
"resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
|
|
2256
|
+
"integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
|
|
2257
|
+
"license": "MIT",
|
|
2258
|
+
"dependencies": {
|
|
2259
|
+
"uncrypto": "^0.1.3"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"node_modules/css-select": {
|
|
2263
|
+
"version": "6.0.0",
|
|
2264
|
+
"resolved": "https://registry.npmjs.org/css-select/-/css-select-6.0.0.tgz",
|
|
2265
|
+
"integrity": "sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==",
|
|
2266
|
+
"license": "BSD-2-Clause",
|
|
2267
|
+
"dependencies": {
|
|
2268
|
+
"boolbase": "^1.0.0",
|
|
2269
|
+
"css-what": "^7.0.0",
|
|
2270
|
+
"domhandler": "^5.0.3",
|
|
2271
|
+
"domutils": "^3.2.2",
|
|
2272
|
+
"nth-check": "^2.1.1"
|
|
2273
|
+
},
|
|
2274
|
+
"funding": {
|
|
2275
|
+
"url": "https://github.com/sponsors/fb55"
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
"node_modules/css-tree": {
|
|
2279
|
+
"version": "3.2.1",
|
|
2280
|
+
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
|
|
2281
|
+
"integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
|
|
2282
|
+
"license": "MIT",
|
|
2283
|
+
"dependencies": {
|
|
2284
|
+
"mdn-data": "2.27.1",
|
|
2285
|
+
"source-map-js": "^1.2.1"
|
|
2286
|
+
},
|
|
2287
|
+
"engines": {
|
|
2288
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
"node_modules/css-what": {
|
|
2292
|
+
"version": "7.0.0",
|
|
2293
|
+
"resolved": "https://registry.npmjs.org/css-what/-/css-what-7.0.0.tgz",
|
|
2294
|
+
"integrity": "sha512-wD5oz5xibMOPHzy13CyGmogB3phdvcDaB5t0W/Nr5Z2O/agcB8YwOz6e2Lsp10pNDzBoDO9nVa3RGs/2BttpHQ==",
|
|
2295
|
+
"license": "BSD-2-Clause",
|
|
2296
|
+
"engines": {
|
|
2297
|
+
"node": ">= 6"
|
|
2298
|
+
},
|
|
2299
|
+
"funding": {
|
|
2300
|
+
"url": "https://github.com/sponsors/fb55"
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
"node_modules/csso": {
|
|
2304
|
+
"version": "5.0.5",
|
|
2305
|
+
"resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
|
|
2306
|
+
"integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
|
|
2307
|
+
"license": "MIT",
|
|
2308
|
+
"dependencies": {
|
|
2309
|
+
"css-tree": "~2.2.0"
|
|
2310
|
+
},
|
|
2311
|
+
"engines": {
|
|
2312
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
|
|
2313
|
+
"npm": ">=7.0.0"
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
"node_modules/csso/node_modules/css-tree": {
|
|
2317
|
+
"version": "2.2.1",
|
|
2318
|
+
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
|
|
2319
|
+
"integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
|
|
2320
|
+
"license": "MIT",
|
|
2321
|
+
"dependencies": {
|
|
2322
|
+
"mdn-data": "2.0.28",
|
|
2323
|
+
"source-map-js": "^1.0.1"
|
|
2324
|
+
},
|
|
2325
|
+
"engines": {
|
|
2326
|
+
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
|
|
2327
|
+
"npm": ">=7.0.0"
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
"node_modules/csso/node_modules/mdn-data": {
|
|
2331
|
+
"version": "2.0.28",
|
|
2332
|
+
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
|
|
2333
|
+
"integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
|
|
2334
|
+
"license": "CC0-1.0"
|
|
2335
|
+
},
|
|
2336
|
+
"node_modules/defu": {
|
|
2337
|
+
"version": "6.1.7",
|
|
2338
|
+
"resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
|
|
2339
|
+
"integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
|
|
2340
|
+
"license": "MIT"
|
|
2341
|
+
},
|
|
2342
|
+
"node_modules/dequal": {
|
|
2343
|
+
"version": "2.0.3",
|
|
2344
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
2345
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
2346
|
+
"license": "MIT",
|
|
2347
|
+
"engines": {
|
|
2348
|
+
"node": ">=6"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
"node_modules/destr": {
|
|
2352
|
+
"version": "2.0.5",
|
|
2353
|
+
"resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
|
|
2354
|
+
"integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
|
|
2355
|
+
"license": "MIT"
|
|
2356
|
+
},
|
|
2357
|
+
"node_modules/detect-libc": {
|
|
2358
|
+
"version": "2.1.2",
|
|
2359
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
2360
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
2361
|
+
"license": "Apache-2.0",
|
|
2362
|
+
"engines": {
|
|
2363
|
+
"node": ">=8"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"node_modules/devalue": {
|
|
2367
|
+
"version": "5.9.2",
|
|
2368
|
+
"resolved": "https://registry.npmjs.org/devalue/-/devalue-5.9.2.tgz",
|
|
2369
|
+
"integrity": "sha512-po4PAY5c53tw5XMocSnf8A/5OHhbbUftpr93aEN6BBoAdntUmK7vu7wOATqvt7cXO7m1Cl4gMVn6p7n6n4mj0w==",
|
|
2370
|
+
"license": "MIT"
|
|
2371
|
+
},
|
|
2372
|
+
"node_modules/devlop": {
|
|
2373
|
+
"version": "1.1.0",
|
|
2374
|
+
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
2375
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
2376
|
+
"license": "MIT",
|
|
2377
|
+
"dependencies": {
|
|
2378
|
+
"dequal": "^2.0.0"
|
|
2379
|
+
},
|
|
2380
|
+
"funding": {
|
|
2381
|
+
"type": "github",
|
|
2382
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2383
|
+
}
|
|
2384
|
+
},
|
|
2385
|
+
"node_modules/diff": {
|
|
2386
|
+
"version": "9.0.0",
|
|
2387
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
|
|
2388
|
+
"integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
|
|
2389
|
+
"license": "BSD-3-Clause",
|
|
2390
|
+
"engines": {
|
|
2391
|
+
"node": ">=0.3.1"
|
|
2392
|
+
}
|
|
2393
|
+
},
|
|
2394
|
+
"node_modules/dom-serializer": {
|
|
2395
|
+
"version": "2.0.0",
|
|
2396
|
+
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
|
|
2397
|
+
"integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
|
|
2398
|
+
"license": "MIT",
|
|
2399
|
+
"dependencies": {
|
|
2400
|
+
"domelementtype": "^2.3.0",
|
|
2401
|
+
"domhandler": "^5.0.2",
|
|
2402
|
+
"entities": "^4.2.0"
|
|
2403
|
+
},
|
|
2404
|
+
"funding": {
|
|
2405
|
+
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
"node_modules/domelementtype": {
|
|
2409
|
+
"version": "2.3.0",
|
|
2410
|
+
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
|
|
2411
|
+
"integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
|
|
2412
|
+
"funding": [
|
|
2413
|
+
{
|
|
2414
|
+
"type": "github",
|
|
2415
|
+
"url": "https://github.com/sponsors/fb55"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"license": "BSD-2-Clause"
|
|
2419
|
+
},
|
|
2420
|
+
"node_modules/domhandler": {
|
|
2421
|
+
"version": "5.0.3",
|
|
2422
|
+
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
|
|
2423
|
+
"integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
|
|
2424
|
+
"license": "BSD-2-Clause",
|
|
2425
|
+
"dependencies": {
|
|
2426
|
+
"domelementtype": "^2.3.0"
|
|
2427
|
+
},
|
|
2428
|
+
"engines": {
|
|
2429
|
+
"node": ">= 4"
|
|
2430
|
+
},
|
|
2431
|
+
"funding": {
|
|
2432
|
+
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
"node_modules/domutils": {
|
|
2436
|
+
"version": "3.2.2",
|
|
2437
|
+
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
|
|
2438
|
+
"integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
|
|
2439
|
+
"license": "BSD-2-Clause",
|
|
2440
|
+
"dependencies": {
|
|
2441
|
+
"dom-serializer": "^2.0.0",
|
|
2442
|
+
"domelementtype": "^2.3.0",
|
|
2443
|
+
"domhandler": "^5.0.3"
|
|
2444
|
+
},
|
|
2445
|
+
"funding": {
|
|
2446
|
+
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
"node_modules/dset": {
|
|
2450
|
+
"version": "3.1.4",
|
|
2451
|
+
"resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
|
|
2452
|
+
"integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
|
|
2453
|
+
"license": "MIT",
|
|
2454
|
+
"engines": {
|
|
2455
|
+
"node": ">=4"
|
|
2456
|
+
}
|
|
2457
|
+
},
|
|
2458
|
+
"node_modules/entities": {
|
|
2459
|
+
"version": "4.5.0",
|
|
2460
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
2461
|
+
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
2462
|
+
"license": "BSD-2-Clause",
|
|
2463
|
+
"engines": {
|
|
2464
|
+
"node": ">=0.12"
|
|
2465
|
+
},
|
|
2466
|
+
"funding": {
|
|
2467
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
"node_modules/es-module-lexer": {
|
|
2471
|
+
"version": "2.3.2",
|
|
2472
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
|
|
2473
|
+
"integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
|
|
2474
|
+
"license": "MIT"
|
|
2475
|
+
},
|
|
2476
|
+
"node_modules/esbuild": {
|
|
2477
|
+
"version": "0.28.2",
|
|
2478
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.2.tgz",
|
|
2479
|
+
"integrity": "sha512-HKVLS8dvII+xoKW9kmqxbRKrnWEXfJJr/FZhhJmiqIB0e053QNYFqOBouTMO/k5sID4MvCiUCvv8b9M4h32wIA==",
|
|
2480
|
+
"hasInstallScript": true,
|
|
2481
|
+
"license": "MIT",
|
|
2482
|
+
"bin": {
|
|
2483
|
+
"esbuild": "bin/esbuild"
|
|
2484
|
+
},
|
|
2485
|
+
"engines": {
|
|
2486
|
+
"node": ">=18"
|
|
2487
|
+
},
|
|
2488
|
+
"optionalDependencies": {
|
|
2489
|
+
"@esbuild/aix-ppc64": "0.28.2",
|
|
2490
|
+
"@esbuild/android-arm": "0.28.2",
|
|
2491
|
+
"@esbuild/android-arm64": "0.28.2",
|
|
2492
|
+
"@esbuild/android-x64": "0.28.2",
|
|
2493
|
+
"@esbuild/darwin-arm64": "0.28.2",
|
|
2494
|
+
"@esbuild/darwin-x64": "0.28.2",
|
|
2495
|
+
"@esbuild/freebsd-arm64": "0.28.2",
|
|
2496
|
+
"@esbuild/freebsd-x64": "0.28.2",
|
|
2497
|
+
"@esbuild/linux-arm": "0.28.2",
|
|
2498
|
+
"@esbuild/linux-arm64": "0.28.2",
|
|
2499
|
+
"@esbuild/linux-ia32": "0.28.2",
|
|
2500
|
+
"@esbuild/linux-loong64": "0.28.2",
|
|
2501
|
+
"@esbuild/linux-mips64el": "0.28.2",
|
|
2502
|
+
"@esbuild/linux-ppc64": "0.28.2",
|
|
2503
|
+
"@esbuild/linux-riscv64": "0.28.2",
|
|
2504
|
+
"@esbuild/linux-s390x": "0.28.2",
|
|
2505
|
+
"@esbuild/linux-x64": "0.28.2",
|
|
2506
|
+
"@esbuild/netbsd-arm64": "0.28.2",
|
|
2507
|
+
"@esbuild/netbsd-x64": "0.28.2",
|
|
2508
|
+
"@esbuild/openbsd-arm64": "0.28.2",
|
|
2509
|
+
"@esbuild/openbsd-x64": "0.28.2",
|
|
2510
|
+
"@esbuild/openharmony-arm64": "0.28.2",
|
|
2511
|
+
"@esbuild/sunos-x64": "0.28.2",
|
|
2512
|
+
"@esbuild/win32-arm64": "0.28.2",
|
|
2513
|
+
"@esbuild/win32-ia32": "0.28.2",
|
|
2514
|
+
"@esbuild/win32-x64": "0.28.2"
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2517
|
+
"node_modules/eventemitter3": {
|
|
2518
|
+
"version": "5.0.4",
|
|
2519
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
2520
|
+
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
|
2521
|
+
"license": "MIT"
|
|
2522
|
+
},
|
|
2523
|
+
"node_modules/extend": {
|
|
2524
|
+
"version": "3.0.2",
|
|
2525
|
+
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
2526
|
+
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
2527
|
+
"license": "MIT"
|
|
2528
|
+
},
|
|
2529
|
+
"node_modules/fast-string-truncated-width": {
|
|
2530
|
+
"version": "3.0.3",
|
|
2531
|
+
"resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
|
|
2532
|
+
"integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
|
|
2533
|
+
"license": "MIT"
|
|
2534
|
+
},
|
|
2535
|
+
"node_modules/fast-string-width": {
|
|
2536
|
+
"version": "3.0.2",
|
|
2537
|
+
"resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
|
|
2538
|
+
"integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
|
|
2539
|
+
"license": "MIT",
|
|
2540
|
+
"dependencies": {
|
|
2541
|
+
"fast-string-truncated-width": "^3.0.2"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
"node_modules/fast-wrap-ansi": {
|
|
2545
|
+
"version": "0.2.2",
|
|
2546
|
+
"resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.2.tgz",
|
|
2547
|
+
"integrity": "sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==",
|
|
2548
|
+
"license": "MIT",
|
|
2549
|
+
"dependencies": {
|
|
2550
|
+
"fast-string-width": "^3.0.2"
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
"node_modules/fdir": {
|
|
2554
|
+
"version": "6.5.0",
|
|
2555
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
2556
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
2557
|
+
"license": "MIT",
|
|
2558
|
+
"engines": {
|
|
2559
|
+
"node": ">=12.0.0"
|
|
2560
|
+
},
|
|
2561
|
+
"peerDependencies": {
|
|
2562
|
+
"picomatch": "^3 || ^4"
|
|
2563
|
+
},
|
|
2564
|
+
"peerDependenciesMeta": {
|
|
2565
|
+
"picomatch": {
|
|
2566
|
+
"optional": true
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
"node_modules/find-proc": {
|
|
2571
|
+
"version": "0.1.0",
|
|
2572
|
+
"resolved": "https://registry.npmjs.org/find-proc/-/find-proc-0.1.0.tgz",
|
|
2573
|
+
"integrity": "sha512-OaOpEYv2PiQ7SQ5LIrl+deA1XaWcxEjnpM6VuWXTUvn+teIXxeFTLDmu18/zDQpFmHN4o3oDBX+BT0AGwEhemg==",
|
|
2574
|
+
"license": "MIT",
|
|
2575
|
+
"engines": {
|
|
2576
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2577
|
+
}
|
|
2578
|
+
},
|
|
2579
|
+
"node_modules/flattie": {
|
|
2580
|
+
"version": "1.1.1",
|
|
2581
|
+
"resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
|
|
2582
|
+
"integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==",
|
|
2583
|
+
"license": "MIT",
|
|
2584
|
+
"engines": {
|
|
2585
|
+
"node": ">=8"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2588
|
+
"node_modules/fontace": {
|
|
2589
|
+
"version": "0.4.1",
|
|
2590
|
+
"resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz",
|
|
2591
|
+
"integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==",
|
|
2592
|
+
"license": "MIT",
|
|
2593
|
+
"dependencies": {
|
|
2594
|
+
"fontkitten": "^1.0.2"
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
"node_modules/fontkitten": {
|
|
2598
|
+
"version": "1.0.3",
|
|
2599
|
+
"resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
|
|
2600
|
+
"integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==",
|
|
2601
|
+
"license": "MIT",
|
|
2602
|
+
"dependencies": {
|
|
2603
|
+
"tiny-inflate": "^1.0.3"
|
|
2604
|
+
},
|
|
2605
|
+
"engines": {
|
|
2606
|
+
"node": ">=20"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
"node_modules/fsevents": {
|
|
2610
|
+
"version": "2.3.3",
|
|
2611
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
2612
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2613
|
+
"hasInstallScript": true,
|
|
2614
|
+
"license": "MIT",
|
|
2615
|
+
"optional": true,
|
|
2616
|
+
"os": [
|
|
2617
|
+
"darwin"
|
|
2618
|
+
],
|
|
2619
|
+
"engines": {
|
|
2620
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2621
|
+
}
|
|
2622
|
+
},
|
|
2623
|
+
"node_modules/get-tsconfig": {
|
|
2624
|
+
"version": "5.0.0-beta.4",
|
|
2625
|
+
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-5.0.0-beta.4.tgz",
|
|
2626
|
+
"integrity": "sha512-7nF7C9fIPFEMHgEMEfgIlO9wDdZ8CyHw27rWciFZfHvHDReIiPhsYuzPRXsfvBCqFy1l8RRyyWV7QLM+ZhUJsQ==",
|
|
2627
|
+
"license": "MIT",
|
|
2628
|
+
"dependencies": {
|
|
2629
|
+
"resolve-pkg-maps": "^1.0.0"
|
|
2630
|
+
},
|
|
2631
|
+
"engines": {
|
|
2632
|
+
"node": ">=20.20.0"
|
|
2633
|
+
},
|
|
2634
|
+
"funding": {
|
|
2635
|
+
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
2636
|
+
}
|
|
2637
|
+
},
|
|
2638
|
+
"node_modules/github-slugger": {
|
|
2639
|
+
"version": "2.0.0",
|
|
2640
|
+
"resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
|
|
2641
|
+
"integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
|
|
2642
|
+
"license": "ISC"
|
|
2643
|
+
},
|
|
2644
|
+
"node_modules/h3": {
|
|
2645
|
+
"version": "1.15.11",
|
|
2646
|
+
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
|
|
2647
|
+
"integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
|
|
2648
|
+
"license": "MIT",
|
|
2649
|
+
"dependencies": {
|
|
2650
|
+
"cookie-es": "^1.2.3",
|
|
2651
|
+
"crossws": "^0.3.5",
|
|
2652
|
+
"defu": "^6.1.6",
|
|
2653
|
+
"destr": "^2.0.5",
|
|
2654
|
+
"iron-webcrypto": "^1.2.1",
|
|
2655
|
+
"node-mock-http": "^1.0.4",
|
|
2656
|
+
"radix3": "^1.1.2",
|
|
2657
|
+
"ufo": "^1.6.3",
|
|
2658
|
+
"uncrypto": "^0.1.3"
|
|
2659
|
+
}
|
|
2660
|
+
},
|
|
2661
|
+
"node_modules/hast-util-to-html": {
|
|
2662
|
+
"version": "9.0.5",
|
|
2663
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
2664
|
+
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
2665
|
+
"license": "MIT",
|
|
2666
|
+
"dependencies": {
|
|
2667
|
+
"@types/hast": "^3.0.0",
|
|
2668
|
+
"@types/unist": "^3.0.0",
|
|
2669
|
+
"ccount": "^2.0.0",
|
|
2670
|
+
"comma-separated-tokens": "^2.0.0",
|
|
2671
|
+
"hast-util-whitespace": "^3.0.0",
|
|
2672
|
+
"html-void-elements": "^3.0.0",
|
|
2673
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
2674
|
+
"property-information": "^7.0.0",
|
|
2675
|
+
"space-separated-tokens": "^2.0.0",
|
|
2676
|
+
"stringify-entities": "^4.0.0",
|
|
2677
|
+
"zwitch": "^2.0.4"
|
|
2678
|
+
},
|
|
2679
|
+
"funding": {
|
|
2680
|
+
"type": "opencollective",
|
|
2681
|
+
"url": "https://opencollective.com/unified"
|
|
2682
|
+
}
|
|
2683
|
+
},
|
|
2684
|
+
"node_modules/hast-util-whitespace": {
|
|
2685
|
+
"version": "3.0.0",
|
|
2686
|
+
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
2687
|
+
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
2688
|
+
"license": "MIT",
|
|
2689
|
+
"dependencies": {
|
|
2690
|
+
"@types/hast": "^3.0.0"
|
|
2691
|
+
},
|
|
2692
|
+
"funding": {
|
|
2693
|
+
"type": "opencollective",
|
|
2694
|
+
"url": "https://opencollective.com/unified"
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
"node_modules/html-escaper": {
|
|
2698
|
+
"version": "3.0.3",
|
|
2699
|
+
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
|
|
2700
|
+
"integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
|
|
2701
|
+
"license": "MIT"
|
|
2702
|
+
},
|
|
2703
|
+
"node_modules/html-void-elements": {
|
|
2704
|
+
"version": "3.0.0",
|
|
2705
|
+
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
2706
|
+
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
2707
|
+
"license": "MIT",
|
|
2708
|
+
"funding": {
|
|
2709
|
+
"type": "github",
|
|
2710
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
"node_modules/http-cache-semantics": {
|
|
2714
|
+
"version": "4.2.0",
|
|
2715
|
+
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
|
|
2716
|
+
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
|
|
2717
|
+
"license": "BSD-2-Clause"
|
|
2718
|
+
},
|
|
2719
|
+
"node_modules/iron-webcrypto": {
|
|
2720
|
+
"version": "1.2.1",
|
|
2721
|
+
"resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
|
|
2722
|
+
"integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
|
|
2723
|
+
"license": "MIT",
|
|
2724
|
+
"funding": {
|
|
2725
|
+
"url": "https://github.com/sponsors/brc-dd"
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2728
|
+
"node_modules/is-docker": {
|
|
2729
|
+
"version": "4.0.0",
|
|
2730
|
+
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-4.0.0.tgz",
|
|
2731
|
+
"integrity": "sha512-LHE+wROyG/Y/0ZnbktRCoTix2c1RhgWaZraMZ8o1Q7zCh0VSrICJQO5oqIIISrcSBtrXv0o233w1IYwsWCjTzA==",
|
|
2732
|
+
"license": "MIT",
|
|
2733
|
+
"bin": {
|
|
2734
|
+
"is-docker": "cli.js"
|
|
2735
|
+
},
|
|
2736
|
+
"engines": {
|
|
2737
|
+
"node": ">=20"
|
|
2738
|
+
},
|
|
2739
|
+
"funding": {
|
|
2740
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2741
|
+
}
|
|
2742
|
+
},
|
|
2743
|
+
"node_modules/is-plain-obj": {
|
|
2744
|
+
"version": "4.1.0",
|
|
2745
|
+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
2746
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
2747
|
+
"license": "MIT",
|
|
2748
|
+
"engines": {
|
|
2749
|
+
"node": ">=12"
|
|
2750
|
+
},
|
|
2751
|
+
"funding": {
|
|
2752
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
"node_modules/js-yaml": {
|
|
2756
|
+
"version": "4.3.2",
|
|
2757
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz",
|
|
2758
|
+
"integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==",
|
|
2759
|
+
"funding": [
|
|
2760
|
+
{
|
|
2761
|
+
"type": "github",
|
|
2762
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"type": "github",
|
|
2766
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
2767
|
+
}
|
|
2768
|
+
],
|
|
2769
|
+
"license": "MIT",
|
|
2770
|
+
"dependencies": {
|
|
2771
|
+
"argparse": "^2.0.1"
|
|
2772
|
+
},
|
|
2773
|
+
"bin": {
|
|
2774
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
"node_modules/jsonc-parser": {
|
|
2778
|
+
"version": "3.3.1",
|
|
2779
|
+
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
|
|
2780
|
+
"integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
|
|
2781
|
+
"license": "MIT"
|
|
2782
|
+
},
|
|
2783
|
+
"node_modules/lightningcss": {
|
|
2784
|
+
"version": "1.33.0",
|
|
2785
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
|
|
2786
|
+
"integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
|
|
2787
|
+
"license": "MPL-2.0",
|
|
2788
|
+
"dependencies": {
|
|
2789
|
+
"detect-libc": "^2.0.3"
|
|
2790
|
+
},
|
|
2791
|
+
"engines": {
|
|
2792
|
+
"node": ">= 12.0.0"
|
|
2793
|
+
},
|
|
2794
|
+
"funding": {
|
|
2795
|
+
"type": "opencollective",
|
|
2796
|
+
"url": "https://opencollective.com/parcel"
|
|
2797
|
+
},
|
|
2798
|
+
"optionalDependencies": {
|
|
2799
|
+
"lightningcss-android-arm64": "1.33.0",
|
|
2800
|
+
"lightningcss-darwin-arm64": "1.33.0",
|
|
2801
|
+
"lightningcss-darwin-x64": "1.33.0",
|
|
2802
|
+
"lightningcss-freebsd-x64": "1.33.0",
|
|
2803
|
+
"lightningcss-linux-arm-gnueabihf": "1.33.0",
|
|
2804
|
+
"lightningcss-linux-arm64-gnu": "1.33.0",
|
|
2805
|
+
"lightningcss-linux-arm64-musl": "1.33.0",
|
|
2806
|
+
"lightningcss-linux-x64-gnu": "1.33.0",
|
|
2807
|
+
"lightningcss-linux-x64-musl": "1.33.0",
|
|
2808
|
+
"lightningcss-win32-arm64-msvc": "1.33.0",
|
|
2809
|
+
"lightningcss-win32-x64-msvc": "1.33.0"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
"node_modules/lightningcss-android-arm64": {
|
|
2813
|
+
"version": "1.33.0",
|
|
2814
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
|
|
2815
|
+
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
|
|
2816
|
+
"cpu": [
|
|
2817
|
+
"arm64"
|
|
2818
|
+
],
|
|
2819
|
+
"license": "MPL-2.0",
|
|
2820
|
+
"optional": true,
|
|
2821
|
+
"os": [
|
|
2822
|
+
"android"
|
|
2823
|
+
],
|
|
2824
|
+
"engines": {
|
|
2825
|
+
"node": ">= 12.0.0"
|
|
2826
|
+
},
|
|
2827
|
+
"funding": {
|
|
2828
|
+
"type": "opencollective",
|
|
2829
|
+
"url": "https://opencollective.com/parcel"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2832
|
+
"node_modules/lightningcss-darwin-arm64": {
|
|
2833
|
+
"version": "1.33.0",
|
|
2834
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
|
|
2835
|
+
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
|
|
2836
|
+
"cpu": [
|
|
2837
|
+
"arm64"
|
|
2838
|
+
],
|
|
2839
|
+
"license": "MPL-2.0",
|
|
2840
|
+
"optional": true,
|
|
2841
|
+
"os": [
|
|
2842
|
+
"darwin"
|
|
2843
|
+
],
|
|
2844
|
+
"engines": {
|
|
2845
|
+
"node": ">= 12.0.0"
|
|
2846
|
+
},
|
|
2847
|
+
"funding": {
|
|
2848
|
+
"type": "opencollective",
|
|
2849
|
+
"url": "https://opencollective.com/parcel"
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
"node_modules/lightningcss-darwin-x64": {
|
|
2853
|
+
"version": "1.33.0",
|
|
2854
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
|
|
2855
|
+
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
|
|
2856
|
+
"cpu": [
|
|
2857
|
+
"x64"
|
|
2858
|
+
],
|
|
2859
|
+
"license": "MPL-2.0",
|
|
2860
|
+
"optional": true,
|
|
2861
|
+
"os": [
|
|
2862
|
+
"darwin"
|
|
2863
|
+
],
|
|
2864
|
+
"engines": {
|
|
2865
|
+
"node": ">= 12.0.0"
|
|
2866
|
+
},
|
|
2867
|
+
"funding": {
|
|
2868
|
+
"type": "opencollective",
|
|
2869
|
+
"url": "https://opencollective.com/parcel"
|
|
2870
|
+
}
|
|
2871
|
+
},
|
|
2872
|
+
"node_modules/lightningcss-freebsd-x64": {
|
|
2873
|
+
"version": "1.33.0",
|
|
2874
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
|
|
2875
|
+
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
|
|
2876
|
+
"cpu": [
|
|
2877
|
+
"x64"
|
|
2878
|
+
],
|
|
2879
|
+
"license": "MPL-2.0",
|
|
2880
|
+
"optional": true,
|
|
2881
|
+
"os": [
|
|
2882
|
+
"freebsd"
|
|
2883
|
+
],
|
|
2884
|
+
"engines": {
|
|
2885
|
+
"node": ">= 12.0.0"
|
|
2886
|
+
},
|
|
2887
|
+
"funding": {
|
|
2888
|
+
"type": "opencollective",
|
|
2889
|
+
"url": "https://opencollective.com/parcel"
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
2893
|
+
"version": "1.33.0",
|
|
2894
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
|
|
2895
|
+
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
|
|
2896
|
+
"cpu": [
|
|
2897
|
+
"arm"
|
|
2898
|
+
],
|
|
2899
|
+
"license": "MPL-2.0",
|
|
2900
|
+
"optional": true,
|
|
2901
|
+
"os": [
|
|
2902
|
+
"linux"
|
|
2903
|
+
],
|
|
2904
|
+
"engines": {
|
|
2905
|
+
"node": ">= 12.0.0"
|
|
2906
|
+
},
|
|
2907
|
+
"funding": {
|
|
2908
|
+
"type": "opencollective",
|
|
2909
|
+
"url": "https://opencollective.com/parcel"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
2913
|
+
"version": "1.33.0",
|
|
2914
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
|
|
2915
|
+
"integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
|
|
2916
|
+
"cpu": [
|
|
2917
|
+
"arm64"
|
|
2918
|
+
],
|
|
2919
|
+
"libc": [
|
|
2920
|
+
"glibc"
|
|
2921
|
+
],
|
|
2922
|
+
"license": "MPL-2.0",
|
|
2923
|
+
"optional": true,
|
|
2924
|
+
"os": [
|
|
2925
|
+
"linux"
|
|
2926
|
+
],
|
|
2927
|
+
"engines": {
|
|
2928
|
+
"node": ">= 12.0.0"
|
|
2929
|
+
},
|
|
2930
|
+
"funding": {
|
|
2931
|
+
"type": "opencollective",
|
|
2932
|
+
"url": "https://opencollective.com/parcel"
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
"node_modules/lightningcss-linux-arm64-musl": {
|
|
2936
|
+
"version": "1.33.0",
|
|
2937
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
|
|
2938
|
+
"integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
|
|
2939
|
+
"cpu": [
|
|
2940
|
+
"arm64"
|
|
2941
|
+
],
|
|
2942
|
+
"libc": [
|
|
2943
|
+
"musl"
|
|
2944
|
+
],
|
|
2945
|
+
"license": "MPL-2.0",
|
|
2946
|
+
"optional": true,
|
|
2947
|
+
"os": [
|
|
2948
|
+
"linux"
|
|
2949
|
+
],
|
|
2950
|
+
"engines": {
|
|
2951
|
+
"node": ">= 12.0.0"
|
|
2952
|
+
},
|
|
2953
|
+
"funding": {
|
|
2954
|
+
"type": "opencollective",
|
|
2955
|
+
"url": "https://opencollective.com/parcel"
|
|
2956
|
+
}
|
|
2957
|
+
},
|
|
2958
|
+
"node_modules/lightningcss-linux-x64-gnu": {
|
|
2959
|
+
"version": "1.33.0",
|
|
2960
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
|
|
2961
|
+
"integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
|
|
2962
|
+
"cpu": [
|
|
2963
|
+
"x64"
|
|
2964
|
+
],
|
|
2965
|
+
"libc": [
|
|
2966
|
+
"glibc"
|
|
2967
|
+
],
|
|
2968
|
+
"license": "MPL-2.0",
|
|
2969
|
+
"optional": true,
|
|
2970
|
+
"os": [
|
|
2971
|
+
"linux"
|
|
2972
|
+
],
|
|
2973
|
+
"engines": {
|
|
2974
|
+
"node": ">= 12.0.0"
|
|
2975
|
+
},
|
|
2976
|
+
"funding": {
|
|
2977
|
+
"type": "opencollective",
|
|
2978
|
+
"url": "https://opencollective.com/parcel"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
"node_modules/lightningcss-linux-x64-musl": {
|
|
2982
|
+
"version": "1.33.0",
|
|
2983
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
|
|
2984
|
+
"integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
|
|
2985
|
+
"cpu": [
|
|
2986
|
+
"x64"
|
|
2987
|
+
],
|
|
2988
|
+
"libc": [
|
|
2989
|
+
"musl"
|
|
2990
|
+
],
|
|
2991
|
+
"license": "MPL-2.0",
|
|
2992
|
+
"optional": true,
|
|
2993
|
+
"os": [
|
|
2994
|
+
"linux"
|
|
2995
|
+
],
|
|
2996
|
+
"engines": {
|
|
2997
|
+
"node": ">= 12.0.0"
|
|
2998
|
+
},
|
|
2999
|
+
"funding": {
|
|
3000
|
+
"type": "opencollective",
|
|
3001
|
+
"url": "https://opencollective.com/parcel"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
3005
|
+
"version": "1.33.0",
|
|
3006
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
|
|
3007
|
+
"integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
|
|
3008
|
+
"cpu": [
|
|
3009
|
+
"arm64"
|
|
3010
|
+
],
|
|
3011
|
+
"license": "MPL-2.0",
|
|
3012
|
+
"optional": true,
|
|
3013
|
+
"os": [
|
|
3014
|
+
"win32"
|
|
3015
|
+
],
|
|
3016
|
+
"engines": {
|
|
3017
|
+
"node": ">= 12.0.0"
|
|
3018
|
+
},
|
|
3019
|
+
"funding": {
|
|
3020
|
+
"type": "opencollective",
|
|
3021
|
+
"url": "https://opencollective.com/parcel"
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"node_modules/lightningcss-win32-x64-msvc": {
|
|
3025
|
+
"version": "1.33.0",
|
|
3026
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
|
|
3027
|
+
"integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
|
|
3028
|
+
"cpu": [
|
|
3029
|
+
"x64"
|
|
3030
|
+
],
|
|
3031
|
+
"license": "MPL-2.0",
|
|
3032
|
+
"optional": true,
|
|
3033
|
+
"os": [
|
|
3034
|
+
"win32"
|
|
3035
|
+
],
|
|
3036
|
+
"engines": {
|
|
3037
|
+
"node": ">= 12.0.0"
|
|
3038
|
+
},
|
|
3039
|
+
"funding": {
|
|
3040
|
+
"type": "opencollective",
|
|
3041
|
+
"url": "https://opencollective.com/parcel"
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3044
|
+
"node_modules/lru-cache": {
|
|
3045
|
+
"version": "11.5.2",
|
|
3046
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
|
|
3047
|
+
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
|
3048
|
+
"license": "BlueOak-1.0.0",
|
|
3049
|
+
"engines": {
|
|
3050
|
+
"node": "20 || >=22"
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3053
|
+
"node_modules/magic-string": {
|
|
3054
|
+
"version": "1.3.1",
|
|
3055
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.3.1.tgz",
|
|
3056
|
+
"integrity": "sha512-rm91zr2Ou+XueDTohjQQjdQEcYM6zVi8KVUCG8Ec3vHwUEKrhSdCNyfuIywkA6hcCAteIn0ZOtAHA6eGpiX+Pg==",
|
|
3057
|
+
"license": "MIT",
|
|
3058
|
+
"dependencies": {
|
|
3059
|
+
"@jridgewell/sourcemap-codec": "^1.6.0"
|
|
3060
|
+
}
|
|
3061
|
+
},
|
|
3062
|
+
"node_modules/magicast": {
|
|
3063
|
+
"version": "0.5.5",
|
|
3064
|
+
"resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.5.tgz",
|
|
3065
|
+
"integrity": "sha512-UicdXN8zQ3JHlxVq+28afMXPr1z7WNY6+7EJnzTdQWkTAlMLF5fNCCKxJHBQwGaNGR11581EiQmQzx73+MvszA==",
|
|
3066
|
+
"license": "MIT",
|
|
3067
|
+
"dependencies": {
|
|
3068
|
+
"@babel/parser": "^7.29.7",
|
|
3069
|
+
"@babel/types": "^7.29.7",
|
|
3070
|
+
"source-map-js": "^1.2.1"
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
3073
|
+
"node_modules/mdast-util-to-hast": {
|
|
3074
|
+
"version": "13.2.1",
|
|
3075
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
3076
|
+
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
3077
|
+
"license": "MIT",
|
|
3078
|
+
"dependencies": {
|
|
3079
|
+
"@types/hast": "^3.0.0",
|
|
3080
|
+
"@types/mdast": "^4.0.0",
|
|
3081
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
3082
|
+
"devlop": "^1.0.0",
|
|
3083
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
3084
|
+
"trim-lines": "^3.0.0",
|
|
3085
|
+
"unist-util-position": "^5.0.0",
|
|
3086
|
+
"unist-util-visit": "^5.0.0",
|
|
3087
|
+
"vfile": "^6.0.0"
|
|
3088
|
+
},
|
|
3089
|
+
"funding": {
|
|
3090
|
+
"type": "opencollective",
|
|
3091
|
+
"url": "https://opencollective.com/unified"
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
"node_modules/mdn-data": {
|
|
3095
|
+
"version": "2.27.1",
|
|
3096
|
+
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
|
|
3097
|
+
"integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
|
|
3098
|
+
"license": "CC0-1.0"
|
|
3099
|
+
},
|
|
3100
|
+
"node_modules/micromark-util-character": {
|
|
3101
|
+
"version": "2.1.1",
|
|
3102
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
3103
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
3104
|
+
"funding": [
|
|
3105
|
+
{
|
|
3106
|
+
"type": "GitHub Sponsors",
|
|
3107
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"type": "OpenCollective",
|
|
3111
|
+
"url": "https://opencollective.com/unified"
|
|
3112
|
+
}
|
|
3113
|
+
],
|
|
3114
|
+
"license": "MIT",
|
|
3115
|
+
"dependencies": {
|
|
3116
|
+
"micromark-util-symbol": "^2.0.0",
|
|
3117
|
+
"micromark-util-types": "^2.0.0"
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
"node_modules/micromark-util-encode": {
|
|
3121
|
+
"version": "2.0.1",
|
|
3122
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
3123
|
+
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
3124
|
+
"funding": [
|
|
3125
|
+
{
|
|
3126
|
+
"type": "GitHub Sponsors",
|
|
3127
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"type": "OpenCollective",
|
|
3131
|
+
"url": "https://opencollective.com/unified"
|
|
3132
|
+
}
|
|
3133
|
+
],
|
|
3134
|
+
"license": "MIT"
|
|
3135
|
+
},
|
|
3136
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
3137
|
+
"version": "2.0.1",
|
|
3138
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
3139
|
+
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
3140
|
+
"funding": [
|
|
3141
|
+
{
|
|
3142
|
+
"type": "GitHub Sponsors",
|
|
3143
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"type": "OpenCollective",
|
|
3147
|
+
"url": "https://opencollective.com/unified"
|
|
3148
|
+
}
|
|
3149
|
+
],
|
|
3150
|
+
"license": "MIT",
|
|
3151
|
+
"dependencies": {
|
|
3152
|
+
"micromark-util-character": "^2.0.0",
|
|
3153
|
+
"micromark-util-encode": "^2.0.0",
|
|
3154
|
+
"micromark-util-symbol": "^2.0.0"
|
|
3155
|
+
}
|
|
3156
|
+
},
|
|
3157
|
+
"node_modules/micromark-util-symbol": {
|
|
3158
|
+
"version": "2.0.1",
|
|
3159
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
3160
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
3161
|
+
"funding": [
|
|
3162
|
+
{
|
|
3163
|
+
"type": "GitHub Sponsors",
|
|
3164
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"type": "OpenCollective",
|
|
3168
|
+
"url": "https://opencollective.com/unified"
|
|
3169
|
+
}
|
|
3170
|
+
],
|
|
3171
|
+
"license": "MIT"
|
|
3172
|
+
},
|
|
3173
|
+
"node_modules/micromark-util-types": {
|
|
3174
|
+
"version": "2.0.2",
|
|
3175
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
3176
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
3177
|
+
"funding": [
|
|
3178
|
+
{
|
|
3179
|
+
"type": "GitHub Sponsors",
|
|
3180
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"type": "OpenCollective",
|
|
3184
|
+
"url": "https://opencollective.com/unified"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"license": "MIT"
|
|
3188
|
+
},
|
|
3189
|
+
"node_modules/mrmime": {
|
|
3190
|
+
"version": "2.0.1",
|
|
3191
|
+
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
|
|
3192
|
+
"integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
|
|
3193
|
+
"license": "MIT",
|
|
3194
|
+
"engines": {
|
|
3195
|
+
"node": ">=10"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3198
|
+
"node_modules/nanoid": {
|
|
3199
|
+
"version": "3.3.19",
|
|
3200
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.19.tgz",
|
|
3201
|
+
"integrity": "sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==",
|
|
3202
|
+
"funding": [
|
|
3203
|
+
{
|
|
3204
|
+
"type": "github",
|
|
3205
|
+
"url": "https://github.com/sponsors/ai"
|
|
3206
|
+
}
|
|
3207
|
+
],
|
|
3208
|
+
"license": "MIT",
|
|
3209
|
+
"bin": {
|
|
3210
|
+
"nanoid": "bin/nanoid.cjs"
|
|
3211
|
+
},
|
|
3212
|
+
"engines": {
|
|
3213
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
"node_modules/neotraverse": {
|
|
3217
|
+
"version": "1.0.1",
|
|
3218
|
+
"resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-1.0.1.tgz",
|
|
3219
|
+
"integrity": "sha512-WmmLty1YWwJl9yZi77v2dVIV6X2kuYV8YYBI/G3LWGKdGHmHUvL1z7FW0iDvEvGAwNEoc5x1tOOOyDnf5jJw/w==",
|
|
3220
|
+
"license": "MIT",
|
|
3221
|
+
"engines": {
|
|
3222
|
+
"node": ">= 10"
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
"node_modules/nlcst-to-string": {
|
|
3226
|
+
"version": "4.0.0",
|
|
3227
|
+
"resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
|
|
3228
|
+
"integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
|
|
3229
|
+
"license": "MIT",
|
|
3230
|
+
"dependencies": {
|
|
3231
|
+
"@types/nlcst": "^2.0.0"
|
|
3232
|
+
},
|
|
3233
|
+
"funding": {
|
|
3234
|
+
"type": "opencollective",
|
|
3235
|
+
"url": "https://opencollective.com/unified"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
"node_modules/node-fetch-native": {
|
|
3239
|
+
"version": "1.6.7",
|
|
3240
|
+
"resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
|
|
3241
|
+
"integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
|
|
3242
|
+
"license": "MIT"
|
|
3243
|
+
},
|
|
3244
|
+
"node_modules/node-mock-http": {
|
|
3245
|
+
"version": "1.0.5",
|
|
3246
|
+
"resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.5.tgz",
|
|
3247
|
+
"integrity": "sha512-KQyt/wLjG3TAc7DOUhpqWzgd4ERxR80JOlTK5VE5R1S12IaPVN5qkj4klBce9HPG1Njuup4Sb5bljaT34lIyjw==",
|
|
3248
|
+
"license": "MIT"
|
|
3249
|
+
},
|
|
3250
|
+
"node_modules/normalize-path": {
|
|
3251
|
+
"version": "3.0.0",
|
|
3252
|
+
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
3253
|
+
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
3254
|
+
"license": "MIT",
|
|
3255
|
+
"engines": {
|
|
3256
|
+
"node": ">=0.10.0"
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3259
|
+
"node_modules/nth-check": {
|
|
3260
|
+
"version": "2.1.1",
|
|
3261
|
+
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
|
|
3262
|
+
"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
|
|
3263
|
+
"license": "BSD-2-Clause",
|
|
3264
|
+
"dependencies": {
|
|
3265
|
+
"boolbase": "^1.0.0"
|
|
3266
|
+
},
|
|
3267
|
+
"funding": {
|
|
3268
|
+
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3271
|
+
"node_modules/obug": {
|
|
3272
|
+
"version": "2.2.1",
|
|
3273
|
+
"resolved": "https://registry.npmjs.org/obug/-/obug-2.2.1.tgz",
|
|
3274
|
+
"integrity": "sha512-XrsrhT5sybtKI6wakr2SPOlGZWWYbUXZ7a0jT8/QOeAPau+1X/bSegNe5YR75oJmEZQbKningirmGOEJCIk61Q==",
|
|
3275
|
+
"funding": [
|
|
3276
|
+
"https://github.com/sponsors/sxzz",
|
|
3277
|
+
"https://opencollective.com/debug"
|
|
3278
|
+
],
|
|
3279
|
+
"license": "MIT",
|
|
3280
|
+
"engines": {
|
|
3281
|
+
"node": ">=12.20.0"
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
"node_modules/ofetch": {
|
|
3285
|
+
"version": "1.5.1",
|
|
3286
|
+
"resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
|
|
3287
|
+
"integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
|
|
3288
|
+
"license": "MIT",
|
|
3289
|
+
"dependencies": {
|
|
3290
|
+
"destr": "^2.0.5",
|
|
3291
|
+
"node-fetch-native": "^1.6.7",
|
|
3292
|
+
"ufo": "^1.6.1"
|
|
3293
|
+
}
|
|
3294
|
+
},
|
|
3295
|
+
"node_modules/ohash": {
|
|
3296
|
+
"version": "2.0.12",
|
|
3297
|
+
"resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.12.tgz",
|
|
3298
|
+
"integrity": "sha512-65S/5gk9YSsaRjcyf7Nfa6h/d3E8/1gslpXfI4W7Dxn/oap8IKRuNT5VXkLQ1YFKIEg4apRY4Pj6aiwFzrDdmw==",
|
|
3299
|
+
"license": "MIT"
|
|
3300
|
+
},
|
|
3301
|
+
"node_modules/oniguruma-parser": {
|
|
3302
|
+
"version": "0.12.2",
|
|
3303
|
+
"resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz",
|
|
3304
|
+
"integrity": "sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==",
|
|
3305
|
+
"license": "MIT"
|
|
3306
|
+
},
|
|
3307
|
+
"node_modules/oniguruma-to-es": {
|
|
3308
|
+
"version": "4.3.6",
|
|
3309
|
+
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz",
|
|
3310
|
+
"integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==",
|
|
3311
|
+
"license": "MIT",
|
|
3312
|
+
"dependencies": {
|
|
3313
|
+
"oniguruma-parser": "^0.12.2",
|
|
3314
|
+
"regex": "^6.1.0",
|
|
3315
|
+
"regex-recursion": "^6.0.2"
|
|
3316
|
+
}
|
|
3317
|
+
},
|
|
3318
|
+
"node_modules/p-limit": {
|
|
3319
|
+
"version": "7.3.2",
|
|
3320
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.2.tgz",
|
|
3321
|
+
"integrity": "sha512-Ll0w3fU24vYpXoZmjjZIee6bJQDgG0oAyo1PdmFYI8UDwJJddaHAypxIH9avUu+t+lSsAwKVsb1jDCMIIChliw==",
|
|
3322
|
+
"license": "MIT",
|
|
3323
|
+
"dependencies": {
|
|
3324
|
+
"yocto-queue": "^1.2.1"
|
|
3325
|
+
},
|
|
3326
|
+
"engines": {
|
|
3327
|
+
"node": ">=20"
|
|
3328
|
+
},
|
|
3329
|
+
"funding": {
|
|
3330
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3331
|
+
}
|
|
3332
|
+
},
|
|
3333
|
+
"node_modules/p-queue": {
|
|
3334
|
+
"version": "9.3.3",
|
|
3335
|
+
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.3.tgz",
|
|
3336
|
+
"integrity": "sha512-NXAOdnEe5FsZJfT4oK84lE1Y5cFFdWlRuOo5tww8DyNMxyRXwn39fIkUtNLKppcPC+UYU/bXujNCUGDv01y7CA==",
|
|
3337
|
+
"license": "MIT",
|
|
3338
|
+
"dependencies": {
|
|
3339
|
+
"eventemitter3": "^5.0.4",
|
|
3340
|
+
"p-timeout": "^7.0.0"
|
|
3341
|
+
},
|
|
3342
|
+
"engines": {
|
|
3343
|
+
"node": ">=20"
|
|
3344
|
+
},
|
|
3345
|
+
"funding": {
|
|
3346
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3349
|
+
"node_modules/p-timeout": {
|
|
3350
|
+
"version": "7.0.2",
|
|
3351
|
+
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.2.tgz",
|
|
3352
|
+
"integrity": "sha512-prbX4Z3YszrFNgH+MW5Zoeq3baXrMtP/MQnFeET90UB/GtGcGDQ5Usg9OCy6ETjTTntOw1SL2z9fMPUppN3Guw==",
|
|
3353
|
+
"license": "MIT",
|
|
3354
|
+
"engines": {
|
|
3355
|
+
"node": ">=20"
|
|
3356
|
+
},
|
|
3357
|
+
"funding": {
|
|
3358
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3361
|
+
"node_modules/package-manager-detector": {
|
|
3362
|
+
"version": "1.8.0",
|
|
3363
|
+
"resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.8.0.tgz",
|
|
3364
|
+
"integrity": "sha512-yQA4H19AmPEoMUeavPMDIe1higySl/gH/yaQrkT/s07Qp+7pp2hYz30N3z2l5BkjVkF9Ow6o0wjJamm2y7Sn0A==",
|
|
3365
|
+
"license": "MIT"
|
|
3366
|
+
},
|
|
3367
|
+
"node_modules/piccolore": {
|
|
3368
|
+
"version": "0.1.3",
|
|
3369
|
+
"resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz",
|
|
3370
|
+
"integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==",
|
|
3371
|
+
"license": "ISC"
|
|
3372
|
+
},
|
|
3373
|
+
"node_modules/picocolors": {
|
|
3374
|
+
"version": "1.1.1",
|
|
3375
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3376
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3377
|
+
"license": "ISC"
|
|
3378
|
+
},
|
|
3379
|
+
"node_modules/picomatch": {
|
|
3380
|
+
"version": "4.0.7",
|
|
3381
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
|
|
3382
|
+
"integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
|
|
3383
|
+
"license": "MIT",
|
|
3384
|
+
"engines": {
|
|
3385
|
+
"node": ">=12"
|
|
3386
|
+
},
|
|
3387
|
+
"funding": {
|
|
3388
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
"node_modules/postcss": {
|
|
3392
|
+
"version": "8.5.28",
|
|
3393
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
|
|
3394
|
+
"integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
|
|
3395
|
+
"funding": [
|
|
3396
|
+
{
|
|
3397
|
+
"type": "opencollective",
|
|
3398
|
+
"url": "https://opencollective.com/postcss/"
|
|
3399
|
+
},
|
|
3400
|
+
{
|
|
3401
|
+
"type": "tidelift",
|
|
3402
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"type": "github",
|
|
3406
|
+
"url": "https://github.com/sponsors/ai"
|
|
3407
|
+
}
|
|
3408
|
+
],
|
|
3409
|
+
"license": "MIT",
|
|
3410
|
+
"dependencies": {
|
|
3411
|
+
"nanoid": "^3.3.18",
|
|
3412
|
+
"picocolors": "^1.1.1",
|
|
3413
|
+
"source-map-js": "^1.2.1"
|
|
3414
|
+
},
|
|
3415
|
+
"engines": {
|
|
3416
|
+
"node": "^10 || ^12 || >=14"
|
|
3417
|
+
}
|
|
3418
|
+
},
|
|
3419
|
+
"node_modules/prismjs": {
|
|
3420
|
+
"version": "1.30.0",
|
|
3421
|
+
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
|
|
3422
|
+
"integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
|
|
3423
|
+
"license": "MIT",
|
|
3424
|
+
"engines": {
|
|
3425
|
+
"node": ">=6"
|
|
3426
|
+
}
|
|
3427
|
+
},
|
|
3428
|
+
"node_modules/process-ancestry": {
|
|
3429
|
+
"version": "0.1.0",
|
|
3430
|
+
"resolved": "https://registry.npmjs.org/process-ancestry/-/process-ancestry-0.1.0.tgz",
|
|
3431
|
+
"integrity": "sha512-tGqJW/UnclpYASFcM6Xh8D8l/BMtaQ9+CSG0vlJSJTcdMM4lDRv4c6H0Pdcsfted+bVczdYSfk2fdukg2gQkZg==",
|
|
3432
|
+
"license": "MIT",
|
|
3433
|
+
"engines": {
|
|
3434
|
+
"node": ">=18.0.0"
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
3437
|
+
"node_modules/property-information": {
|
|
3438
|
+
"version": "7.2.0",
|
|
3439
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
|
|
3440
|
+
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
|
|
3441
|
+
"license": "MIT",
|
|
3442
|
+
"funding": {
|
|
3443
|
+
"type": "github",
|
|
3444
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3447
|
+
"node_modules/radix3": {
|
|
3448
|
+
"version": "1.1.2",
|
|
3449
|
+
"resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
|
|
3450
|
+
"integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
|
|
3451
|
+
"license": "MIT"
|
|
3452
|
+
},
|
|
3453
|
+
"node_modules/readdirp": {
|
|
3454
|
+
"version": "5.1.1",
|
|
3455
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.1.1.tgz",
|
|
3456
|
+
"integrity": "sha512-Kko+Y5XQ6fM+Ce3dq3m9YGxnacYZYl9cA1wZjaF3Vbry2L3i1qVg8+CAgNPsXRArPMUMCaOR7oa9Nqntc43JKA==",
|
|
3457
|
+
"license": "MIT",
|
|
3458
|
+
"engines": {
|
|
3459
|
+
"node": ">= 20.19.0"
|
|
3460
|
+
},
|
|
3461
|
+
"funding": {
|
|
3462
|
+
"type": "individual",
|
|
3463
|
+
"url": "https://paulmillr.com/funding/"
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3466
|
+
"node_modules/regex": {
|
|
3467
|
+
"version": "6.1.0",
|
|
3468
|
+
"resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
|
|
3469
|
+
"integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
|
|
3470
|
+
"license": "MIT",
|
|
3471
|
+
"dependencies": {
|
|
3472
|
+
"regex-utilities": "^2.3.0"
|
|
3473
|
+
}
|
|
3474
|
+
},
|
|
3475
|
+
"node_modules/regex-recursion": {
|
|
3476
|
+
"version": "6.0.2",
|
|
3477
|
+
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
|
|
3478
|
+
"integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
|
|
3479
|
+
"license": "MIT",
|
|
3480
|
+
"dependencies": {
|
|
3481
|
+
"regex-utilities": "^2.3.0"
|
|
3482
|
+
}
|
|
3483
|
+
},
|
|
3484
|
+
"node_modules/regex-utilities": {
|
|
3485
|
+
"version": "2.3.0",
|
|
3486
|
+
"resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
|
|
3487
|
+
"integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
|
|
3488
|
+
"license": "MIT"
|
|
3489
|
+
},
|
|
3490
|
+
"node_modules/resolve-pkg-maps": {
|
|
3491
|
+
"version": "1.0.0",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
|
|
3493
|
+
"integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
|
|
3494
|
+
"license": "MIT",
|
|
3495
|
+
"funding": {
|
|
3496
|
+
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"node_modules/retext-smartypants": {
|
|
3500
|
+
"version": "6.2.0",
|
|
3501
|
+
"resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
|
|
3502
|
+
"integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
|
|
3503
|
+
"license": "MIT",
|
|
3504
|
+
"dependencies": {
|
|
3505
|
+
"@types/nlcst": "^2.0.0",
|
|
3506
|
+
"nlcst-to-string": "^4.0.0",
|
|
3507
|
+
"unist-util-visit": "^5.0.0"
|
|
3508
|
+
},
|
|
3509
|
+
"funding": {
|
|
3510
|
+
"type": "opencollective",
|
|
3511
|
+
"url": "https://opencollective.com/unified"
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
"node_modules/rolldown": {
|
|
3515
|
+
"version": "1.2.8",
|
|
3516
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.8.tgz",
|
|
3517
|
+
"integrity": "sha512-Z67nTmhZe7anqnM/EjI392w5i/ANUinjip7QYsOyN37oayduxt3ksdX0hf5OOamkAd53BiIHfbfSzfUmzKFQqQ==",
|
|
3518
|
+
"license": "MIT",
|
|
3519
|
+
"dependencies": {
|
|
3520
|
+
"@oxc-project/types": "=0.149.0",
|
|
3521
|
+
"@rolldown/pluginutils": "^1.0.0"
|
|
3522
|
+
},
|
|
3523
|
+
"bin": {
|
|
3524
|
+
"rolldown": "bin/cli.mjs"
|
|
3525
|
+
},
|
|
3526
|
+
"engines": {
|
|
3527
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
3528
|
+
},
|
|
3529
|
+
"optionalDependencies": {
|
|
3530
|
+
"@rolldown/binding-android-arm-eabi": "1.2.8",
|
|
3531
|
+
"@rolldown/binding-android-arm64": "1.2.8",
|
|
3532
|
+
"@rolldown/binding-darwin-arm64": "1.2.8",
|
|
3533
|
+
"@rolldown/binding-darwin-x64": "1.2.8",
|
|
3534
|
+
"@rolldown/binding-freebsd-x64": "1.2.8",
|
|
3535
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.2.8",
|
|
3536
|
+
"@rolldown/binding-linux-arm64-gnu": "1.2.8",
|
|
3537
|
+
"@rolldown/binding-linux-arm64-musl": "1.2.8",
|
|
3538
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.2.8",
|
|
3539
|
+
"@rolldown/binding-linux-s390x-gnu": "1.2.8",
|
|
3540
|
+
"@rolldown/binding-linux-x64-gnu": "1.2.8",
|
|
3541
|
+
"@rolldown/binding-linux-x64-musl": "1.2.8",
|
|
3542
|
+
"@rolldown/binding-openharmony-arm64": "1.2.8",
|
|
3543
|
+
"@rolldown/binding-win32-arm64-msvc": "1.2.8",
|
|
3544
|
+
"@rolldown/binding-win32-x64-msvc": "1.2.8"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
"node_modules/satteri": {
|
|
3548
|
+
"version": "0.10.5",
|
|
3549
|
+
"resolved": "https://registry.npmjs.org/satteri/-/satteri-0.10.5.tgz",
|
|
3550
|
+
"integrity": "sha512-Ao1LKpAEa9Wdg0otgbVKViZHEq9ebdXe4DMrp3s9vQAU0HNIuHnFEuMuOcm0ZIXyV0Yzxj91NvhLpvXZJO/5ZQ==",
|
|
3551
|
+
"license": "MIT",
|
|
3552
|
+
"dependencies": {
|
|
3553
|
+
"@types/estree-jsx": "^1.0.5",
|
|
3554
|
+
"@types/hast": "^3.0.5",
|
|
3555
|
+
"@types/mdast": "^4.0.4",
|
|
3556
|
+
"@types/unist": "^3.0.3"
|
|
3557
|
+
},
|
|
3558
|
+
"optionalDependencies": {
|
|
3559
|
+
"@bruits/satteri-darwin-arm64": "0.10.5",
|
|
3560
|
+
"@bruits/satteri-darwin-x64": "0.10.5",
|
|
3561
|
+
"@bruits/satteri-linux-arm64-gnu": "0.10.5",
|
|
3562
|
+
"@bruits/satteri-linux-arm64-musl": "0.10.5",
|
|
3563
|
+
"@bruits/satteri-linux-x64-gnu": "0.10.5",
|
|
3564
|
+
"@bruits/satteri-linux-x64-musl": "0.10.5",
|
|
3565
|
+
"@bruits/satteri-wasm32-wasi": "0.10.5",
|
|
3566
|
+
"@bruits/satteri-win32-arm64-msvc": "0.10.5",
|
|
3567
|
+
"@bruits/satteri-win32-x64-msvc": "0.10.5"
|
|
3568
|
+
}
|
|
3569
|
+
},
|
|
3570
|
+
"node_modules/sax": {
|
|
3571
|
+
"version": "1.6.1",
|
|
3572
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.1.tgz",
|
|
3573
|
+
"integrity": "sha512-42tBVwLWnaQvW5zc4HbZrTuWccECCZfBi92FDuwtqxasH+JbPB3/FOKb1m222K42R4WxuxzzMsTswfzgtSu64Q==",
|
|
3574
|
+
"license": "BlueOak-1.0.0",
|
|
3575
|
+
"engines": {
|
|
3576
|
+
"node": ">=11.0.0"
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
"node_modules/semver": {
|
|
3580
|
+
"version": "7.8.5",
|
|
3581
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
3582
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3583
|
+
"license": "ISC",
|
|
3584
|
+
"bin": {
|
|
3585
|
+
"semver": "bin/semver.js"
|
|
3586
|
+
},
|
|
3587
|
+
"engines": {
|
|
3588
|
+
"node": ">=10"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
"node_modules/sharp": {
|
|
3592
|
+
"version": "0.35.4",
|
|
3593
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.4.tgz",
|
|
3594
|
+
"integrity": "sha512-n++8XWcj+jCOr2IOl7h8LbKnGBDY4aPbmprMONBNFdn0ImXqpGVv5zliDs0V9HbmbCQLpbuo2ej9rAoOQTvMDA==",
|
|
3595
|
+
"license": "Apache-2.0",
|
|
3596
|
+
"optional": true,
|
|
3597
|
+
"dependencies": {
|
|
3598
|
+
"@img/colour": "^1.1.0",
|
|
3599
|
+
"detect-libc": "^2.1.2",
|
|
3600
|
+
"semver": "^7.8.5"
|
|
3601
|
+
},
|
|
3602
|
+
"engines": {
|
|
3603
|
+
"node": ">=20.9.0"
|
|
3604
|
+
},
|
|
3605
|
+
"funding": {
|
|
3606
|
+
"url": "https://opencollective.com/libvips"
|
|
3607
|
+
},
|
|
3608
|
+
"optionalDependencies": {
|
|
3609
|
+
"@img/sharp-darwin-arm64": "0.35.4",
|
|
3610
|
+
"@img/sharp-darwin-x64": "0.35.4",
|
|
3611
|
+
"@img/sharp-freebsd-wasm32": "0.35.4",
|
|
3612
|
+
"@img/sharp-libvips-darwin-arm64": "1.3.3",
|
|
3613
|
+
"@img/sharp-libvips-darwin-x64": "1.3.3",
|
|
3614
|
+
"@img/sharp-libvips-linux-arm": "1.3.3",
|
|
3615
|
+
"@img/sharp-libvips-linux-arm64": "1.3.3",
|
|
3616
|
+
"@img/sharp-libvips-linux-ppc64": "1.3.3",
|
|
3617
|
+
"@img/sharp-libvips-linux-riscv64": "1.3.3",
|
|
3618
|
+
"@img/sharp-libvips-linux-s390x": "1.3.3",
|
|
3619
|
+
"@img/sharp-libvips-linux-x64": "1.3.3",
|
|
3620
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.3.3",
|
|
3621
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.3.3",
|
|
3622
|
+
"@img/sharp-linux-arm": "0.35.4",
|
|
3623
|
+
"@img/sharp-linux-arm64": "0.35.4",
|
|
3624
|
+
"@img/sharp-linux-ppc64": "0.35.4",
|
|
3625
|
+
"@img/sharp-linux-riscv64": "0.35.4",
|
|
3626
|
+
"@img/sharp-linux-s390x": "0.35.4",
|
|
3627
|
+
"@img/sharp-linux-x64": "0.35.4",
|
|
3628
|
+
"@img/sharp-linuxmusl-arm64": "0.35.4",
|
|
3629
|
+
"@img/sharp-linuxmusl-x64": "0.35.4",
|
|
3630
|
+
"@img/sharp-webcontainers-wasm32": "0.35.4",
|
|
3631
|
+
"@img/sharp-win32-arm64": "0.35.4",
|
|
3632
|
+
"@img/sharp-win32-ia32": "0.35.4",
|
|
3633
|
+
"@img/sharp-win32-x64": "0.35.4"
|
|
3634
|
+
},
|
|
3635
|
+
"peerDependenciesMeta": {
|
|
3636
|
+
"@types/node": {
|
|
3637
|
+
"optional": true
|
|
3638
|
+
}
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3641
|
+
"node_modules/shiki": {
|
|
3642
|
+
"version": "4.4.3",
|
|
3643
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-4.4.3.tgz",
|
|
3644
|
+
"integrity": "sha512-Mb/GvXPHBAXdgGIcnfU5L3ldpn1XcxrGkPHwqgRx17/I2XRfqlFKk2vGkHWINn1kdXvzJZeuO3is6I9KLPFm0g==",
|
|
3645
|
+
"license": "MIT",
|
|
3646
|
+
"dependencies": {
|
|
3647
|
+
"@shikijs/core": "4.4.3",
|
|
3648
|
+
"@shikijs/engine-javascript": "4.4.3",
|
|
3649
|
+
"@shikijs/engine-oniguruma": "4.4.3",
|
|
3650
|
+
"@shikijs/langs": "4.4.3",
|
|
3651
|
+
"@shikijs/themes": "4.4.3",
|
|
3652
|
+
"@shikijs/types": "4.4.3",
|
|
3653
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
3654
|
+
"@types/hast": "^3.0.5"
|
|
3655
|
+
},
|
|
3656
|
+
"engines": {
|
|
3657
|
+
"node": ">=20"
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
"node_modules/sisteransi": {
|
|
3661
|
+
"version": "1.0.5",
|
|
3662
|
+
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
|
|
3663
|
+
"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
|
|
3664
|
+
"license": "MIT"
|
|
3665
|
+
},
|
|
3666
|
+
"node_modules/smol-toml": {
|
|
3667
|
+
"version": "1.8.0",
|
|
3668
|
+
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.8.0.tgz",
|
|
3669
|
+
"integrity": "sha512-kCZr2V3ch9i00x8zXRhjUNVcjG9ijES5dDudkXvUVCT5QlJNQWElSJdZqyPemffHoLNUYwOcou0Fy+ojN0uHSQ==",
|
|
3670
|
+
"license": "BSD-3-Clause",
|
|
3671
|
+
"engines": {
|
|
3672
|
+
"node": ">= 18"
|
|
3673
|
+
},
|
|
3674
|
+
"funding": {
|
|
3675
|
+
"url": "https://github.com/sponsors/cyyynthia"
|
|
3676
|
+
}
|
|
3677
|
+
},
|
|
3678
|
+
"node_modules/source-map-js": {
|
|
3679
|
+
"version": "1.2.1",
|
|
3680
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3681
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3682
|
+
"license": "BSD-3-Clause",
|
|
3683
|
+
"engines": {
|
|
3684
|
+
"node": ">=0.10.0"
|
|
3685
|
+
}
|
|
3686
|
+
},
|
|
3687
|
+
"node_modules/space-separated-tokens": {
|
|
3688
|
+
"version": "2.0.2",
|
|
3689
|
+
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
3690
|
+
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
3691
|
+
"license": "MIT",
|
|
3692
|
+
"funding": {
|
|
3693
|
+
"type": "github",
|
|
3694
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3695
|
+
}
|
|
3696
|
+
},
|
|
3697
|
+
"node_modules/stringify-entities": {
|
|
3698
|
+
"version": "4.0.4",
|
|
3699
|
+
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
3700
|
+
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
3701
|
+
"license": "MIT",
|
|
3702
|
+
"dependencies": {
|
|
3703
|
+
"character-entities-html4": "^2.0.0",
|
|
3704
|
+
"character-entities-legacy": "^3.0.0"
|
|
3705
|
+
},
|
|
3706
|
+
"funding": {
|
|
3707
|
+
"type": "github",
|
|
3708
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3709
|
+
}
|
|
3710
|
+
},
|
|
3711
|
+
"node_modules/svgo": {
|
|
3712
|
+
"version": "4.1.0",
|
|
3713
|
+
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.1.0.tgz",
|
|
3714
|
+
"integrity": "sha512-bkxnTg1kSU0guhIBmibA6UUhrQmPVA1XsQLN+ylCd+UWzbnLkySOcXpyk1mrl05f+pcaCx2eHb+sp6BgMZWX+Q==",
|
|
3715
|
+
"license": "MIT",
|
|
3716
|
+
"dependencies": {
|
|
3717
|
+
"commander": "^11.1.0",
|
|
3718
|
+
"css-select": "^6.0.0",
|
|
3719
|
+
"css-tree": "^3.0.1",
|
|
3720
|
+
"css-what": "^7.0.0",
|
|
3721
|
+
"csso": "^5.0.5",
|
|
3722
|
+
"picocolors": "^1.1.1",
|
|
3723
|
+
"sax": "1.6.1"
|
|
3724
|
+
},
|
|
3725
|
+
"bin": {
|
|
3726
|
+
"svgo": "bin/svgo.js"
|
|
3727
|
+
},
|
|
3728
|
+
"engines": {
|
|
3729
|
+
"node": ">=16"
|
|
3730
|
+
},
|
|
3731
|
+
"funding": {
|
|
3732
|
+
"type": "opencollective",
|
|
3733
|
+
"url": "https://opencollective.com/svgo"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
"node_modules/tiny-inflate": {
|
|
3737
|
+
"version": "1.0.3",
|
|
3738
|
+
"resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
|
|
3739
|
+
"integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
|
|
3740
|
+
"license": "MIT"
|
|
3741
|
+
},
|
|
3742
|
+
"node_modules/tinyclip": {
|
|
3743
|
+
"version": "0.1.15",
|
|
3744
|
+
"resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.15.tgz",
|
|
3745
|
+
"integrity": "sha512-uo33abH+Ays0xYaDysoBt494Hb3hsEczMpcC0MwFl773pazORx4fmvKhclhR1wonUbB6vvpRsvVMwnhfqeMc+A==",
|
|
3746
|
+
"license": "MIT",
|
|
3747
|
+
"engines": {
|
|
3748
|
+
"node": "^16.14.0 || >= 17.3.0"
|
|
3749
|
+
}
|
|
3750
|
+
},
|
|
3751
|
+
"node_modules/tinyexec": {
|
|
3752
|
+
"version": "1.3.1",
|
|
3753
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.1.tgz",
|
|
3754
|
+
"integrity": "sha512-GCvB3aoys96IuDFBMcTB46JOR6mdMtAToqwiW8JlWhsoh1mhHi/xn9ss/Dg7N555GiJyEt2qzoG/NHCwM6h1EA==",
|
|
3755
|
+
"license": "MIT",
|
|
3756
|
+
"engines": {
|
|
3757
|
+
"node": ">=18"
|
|
3758
|
+
}
|
|
3759
|
+
},
|
|
3760
|
+
"node_modules/tinyglobby": {
|
|
3761
|
+
"version": "0.2.17",
|
|
3762
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
3763
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
3764
|
+
"license": "MIT",
|
|
3765
|
+
"dependencies": {
|
|
3766
|
+
"fdir": "^6.5.0",
|
|
3767
|
+
"picomatch": "^4.0.4"
|
|
3768
|
+
},
|
|
3769
|
+
"engines": {
|
|
3770
|
+
"node": ">=12.0.0"
|
|
3771
|
+
},
|
|
3772
|
+
"funding": {
|
|
3773
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3776
|
+
"node_modules/trim-lines": {
|
|
3777
|
+
"version": "3.0.1",
|
|
3778
|
+
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
3779
|
+
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
3780
|
+
"license": "MIT",
|
|
3781
|
+
"funding": {
|
|
3782
|
+
"type": "github",
|
|
3783
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3784
|
+
}
|
|
3785
|
+
},
|
|
3786
|
+
"node_modules/trough": {
|
|
3787
|
+
"version": "2.2.0",
|
|
3788
|
+
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
|
|
3789
|
+
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
|
3790
|
+
"license": "MIT",
|
|
3791
|
+
"funding": {
|
|
3792
|
+
"type": "github",
|
|
3793
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3794
|
+
}
|
|
3795
|
+
},
|
|
3796
|
+
"node_modules/tslib": {
|
|
3797
|
+
"version": "2.8.1",
|
|
3798
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
3799
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
3800
|
+
"license": "0BSD",
|
|
3801
|
+
"optional": true
|
|
3802
|
+
},
|
|
3803
|
+
"node_modules/ufo": {
|
|
3804
|
+
"version": "1.6.4",
|
|
3805
|
+
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz",
|
|
3806
|
+
"integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
|
|
3807
|
+
"license": "MIT"
|
|
3808
|
+
},
|
|
3809
|
+
"node_modules/ultrahtml": {
|
|
3810
|
+
"version": "1.7.0",
|
|
3811
|
+
"resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.7.0.tgz",
|
|
3812
|
+
"integrity": "sha512-2xRd0VHoAQE4M+vF/DvFFB7pUV0ZxTW1TLi7lHQWnF/Sb5TPeEUV/l+hxcNnGO00ZXGnR0voCMmYRKQf+rvJ2g==",
|
|
3813
|
+
"license": "MIT"
|
|
3814
|
+
},
|
|
3815
|
+
"node_modules/uncrypto": {
|
|
3816
|
+
"version": "0.1.3",
|
|
3817
|
+
"resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
|
|
3818
|
+
"integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
|
|
3819
|
+
"license": "MIT"
|
|
3820
|
+
},
|
|
3821
|
+
"node_modules/undici": {
|
|
3822
|
+
"version": "8.10.2",
|
|
3823
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-8.10.2.tgz",
|
|
3824
|
+
"integrity": "sha512-/y4/bH9YNU5hi9NIrpOuvGXFcxrj3CMrV+/AYpowAYTpHn8gX/XPFjNy766FPoYY0miQhdW977JFWKGNhBdwyQ==",
|
|
3825
|
+
"license": "MIT",
|
|
3826
|
+
"engines": {
|
|
3827
|
+
"node": ">=22.19.0"
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
"node_modules/unified": {
|
|
3831
|
+
"version": "11.0.5",
|
|
3832
|
+
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
3833
|
+
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
3834
|
+
"license": "MIT",
|
|
3835
|
+
"dependencies": {
|
|
3836
|
+
"@types/unist": "^3.0.0",
|
|
3837
|
+
"bail": "^2.0.0",
|
|
3838
|
+
"devlop": "^1.0.0",
|
|
3839
|
+
"extend": "^3.0.0",
|
|
3840
|
+
"is-plain-obj": "^4.0.0",
|
|
3841
|
+
"trough": "^2.0.0",
|
|
3842
|
+
"vfile": "^6.0.0"
|
|
3843
|
+
},
|
|
3844
|
+
"funding": {
|
|
3845
|
+
"type": "opencollective",
|
|
3846
|
+
"url": "https://opencollective.com/unified"
|
|
3847
|
+
}
|
|
3848
|
+
},
|
|
3849
|
+
"node_modules/unifont": {
|
|
3850
|
+
"version": "0.7.5",
|
|
3851
|
+
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.5.tgz",
|
|
3852
|
+
"integrity": "sha512-ULe/Cs+ZIsq+dcFofNkhqielCrUJnb5mr+Yc4EBM2VlL+6OZR6+cjtI2mT1bJvRBrVncqHAbLURxmPLcCXzWMg==",
|
|
3853
|
+
"license": "MIT",
|
|
3854
|
+
"dependencies": {
|
|
3855
|
+
"css-tree": "^3.1.0",
|
|
3856
|
+
"ohash": "^2.0.11",
|
|
3857
|
+
"undici": "^8.0.0"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
"node_modules/unist-util-is": {
|
|
3861
|
+
"version": "6.0.1",
|
|
3862
|
+
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
3863
|
+
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
3864
|
+
"license": "MIT",
|
|
3865
|
+
"dependencies": {
|
|
3866
|
+
"@types/unist": "^3.0.0"
|
|
3867
|
+
},
|
|
3868
|
+
"funding": {
|
|
3869
|
+
"type": "opencollective",
|
|
3870
|
+
"url": "https://opencollective.com/unified"
|
|
3871
|
+
}
|
|
3872
|
+
},
|
|
3873
|
+
"node_modules/unist-util-position": {
|
|
3874
|
+
"version": "5.0.0",
|
|
3875
|
+
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
3876
|
+
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
3877
|
+
"license": "MIT",
|
|
3878
|
+
"dependencies": {
|
|
3879
|
+
"@types/unist": "^3.0.0"
|
|
3880
|
+
},
|
|
3881
|
+
"funding": {
|
|
3882
|
+
"type": "opencollective",
|
|
3883
|
+
"url": "https://opencollective.com/unified"
|
|
3884
|
+
}
|
|
3885
|
+
},
|
|
3886
|
+
"node_modules/unist-util-stringify-position": {
|
|
3887
|
+
"version": "4.0.0",
|
|
3888
|
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
3889
|
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
3890
|
+
"license": "MIT",
|
|
3891
|
+
"dependencies": {
|
|
3892
|
+
"@types/unist": "^3.0.0"
|
|
3893
|
+
},
|
|
3894
|
+
"funding": {
|
|
3895
|
+
"type": "opencollective",
|
|
3896
|
+
"url": "https://opencollective.com/unified"
|
|
3897
|
+
}
|
|
3898
|
+
},
|
|
3899
|
+
"node_modules/unist-util-visit": {
|
|
3900
|
+
"version": "5.1.0",
|
|
3901
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
3902
|
+
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
3903
|
+
"license": "MIT",
|
|
3904
|
+
"dependencies": {
|
|
3905
|
+
"@types/unist": "^3.0.0",
|
|
3906
|
+
"unist-util-is": "^6.0.0",
|
|
3907
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
3908
|
+
},
|
|
3909
|
+
"funding": {
|
|
3910
|
+
"type": "opencollective",
|
|
3911
|
+
"url": "https://opencollective.com/unified"
|
|
3912
|
+
}
|
|
3913
|
+
},
|
|
3914
|
+
"node_modules/unist-util-visit-parents": {
|
|
3915
|
+
"version": "6.0.2",
|
|
3916
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
3917
|
+
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
3918
|
+
"license": "MIT",
|
|
3919
|
+
"dependencies": {
|
|
3920
|
+
"@types/unist": "^3.0.0",
|
|
3921
|
+
"unist-util-is": "^6.0.0"
|
|
3922
|
+
},
|
|
3923
|
+
"funding": {
|
|
3924
|
+
"type": "opencollective",
|
|
3925
|
+
"url": "https://opencollective.com/unified"
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3928
|
+
"node_modules/unstorage": {
|
|
3929
|
+
"version": "1.17.5",
|
|
3930
|
+
"resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
|
|
3931
|
+
"integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
|
|
3932
|
+
"license": "MIT",
|
|
3933
|
+
"dependencies": {
|
|
3934
|
+
"anymatch": "^3.1.3",
|
|
3935
|
+
"chokidar": "^5.0.0",
|
|
3936
|
+
"destr": "^2.0.5",
|
|
3937
|
+
"h3": "^1.15.10",
|
|
3938
|
+
"lru-cache": "^11.2.7",
|
|
3939
|
+
"node-fetch-native": "^1.6.7",
|
|
3940
|
+
"ofetch": "^1.5.1",
|
|
3941
|
+
"ufo": "^1.6.3"
|
|
3942
|
+
},
|
|
3943
|
+
"peerDependencies": {
|
|
3944
|
+
"@azure/app-configuration": "^1.8.0",
|
|
3945
|
+
"@azure/cosmos": "^4.2.0",
|
|
3946
|
+
"@azure/data-tables": "^13.3.0",
|
|
3947
|
+
"@azure/identity": "^4.6.0",
|
|
3948
|
+
"@azure/keyvault-secrets": "^4.9.0",
|
|
3949
|
+
"@azure/storage-blob": "^12.26.0",
|
|
3950
|
+
"@capacitor/preferences": "^6 || ^7 || ^8",
|
|
3951
|
+
"@deno/kv": ">=0.9.0",
|
|
3952
|
+
"@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
|
|
3953
|
+
"@planetscale/database": "^1.19.0",
|
|
3954
|
+
"@upstash/redis": "^1.34.3",
|
|
3955
|
+
"@vercel/blob": ">=0.27.1",
|
|
3956
|
+
"@vercel/functions": "^2.2.12 || ^3.0.0",
|
|
3957
|
+
"@vercel/kv": "^1 || ^2 || ^3",
|
|
3958
|
+
"aws4fetch": "^1.0.20",
|
|
3959
|
+
"db0": ">=0.2.1",
|
|
3960
|
+
"idb-keyval": "^6.2.1",
|
|
3961
|
+
"ioredis": "^5.4.2",
|
|
3962
|
+
"uploadthing": "^7.4.4"
|
|
3963
|
+
},
|
|
3964
|
+
"peerDependenciesMeta": {
|
|
3965
|
+
"@azure/app-configuration": {
|
|
3966
|
+
"optional": true
|
|
3967
|
+
},
|
|
3968
|
+
"@azure/cosmos": {
|
|
3969
|
+
"optional": true
|
|
3970
|
+
},
|
|
3971
|
+
"@azure/data-tables": {
|
|
3972
|
+
"optional": true
|
|
3973
|
+
},
|
|
3974
|
+
"@azure/identity": {
|
|
3975
|
+
"optional": true
|
|
3976
|
+
},
|
|
3977
|
+
"@azure/keyvault-secrets": {
|
|
3978
|
+
"optional": true
|
|
3979
|
+
},
|
|
3980
|
+
"@azure/storage-blob": {
|
|
3981
|
+
"optional": true
|
|
3982
|
+
},
|
|
3983
|
+
"@capacitor/preferences": {
|
|
3984
|
+
"optional": true
|
|
3985
|
+
},
|
|
3986
|
+
"@deno/kv": {
|
|
3987
|
+
"optional": true
|
|
3988
|
+
},
|
|
3989
|
+
"@netlify/blobs": {
|
|
3990
|
+
"optional": true
|
|
3991
|
+
},
|
|
3992
|
+
"@planetscale/database": {
|
|
3993
|
+
"optional": true
|
|
3994
|
+
},
|
|
3995
|
+
"@upstash/redis": {
|
|
3996
|
+
"optional": true
|
|
3997
|
+
},
|
|
3998
|
+
"@vercel/blob": {
|
|
3999
|
+
"optional": true
|
|
4000
|
+
},
|
|
4001
|
+
"@vercel/functions": {
|
|
4002
|
+
"optional": true
|
|
4003
|
+
},
|
|
4004
|
+
"@vercel/kv": {
|
|
4005
|
+
"optional": true
|
|
4006
|
+
},
|
|
4007
|
+
"aws4fetch": {
|
|
4008
|
+
"optional": true
|
|
4009
|
+
},
|
|
4010
|
+
"db0": {
|
|
4011
|
+
"optional": true
|
|
4012
|
+
},
|
|
4013
|
+
"idb-keyval": {
|
|
4014
|
+
"optional": true
|
|
4015
|
+
},
|
|
4016
|
+
"ioredis": {
|
|
4017
|
+
"optional": true
|
|
4018
|
+
},
|
|
4019
|
+
"uploadthing": {
|
|
4020
|
+
"optional": true
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
"node_modules/vfile": {
|
|
4025
|
+
"version": "6.0.3",
|
|
4026
|
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
4027
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
4028
|
+
"license": "MIT",
|
|
4029
|
+
"dependencies": {
|
|
4030
|
+
"@types/unist": "^3.0.0",
|
|
4031
|
+
"vfile-message": "^4.0.0"
|
|
4032
|
+
},
|
|
4033
|
+
"funding": {
|
|
4034
|
+
"type": "opencollective",
|
|
4035
|
+
"url": "https://opencollective.com/unified"
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
"node_modules/vfile-message": {
|
|
4039
|
+
"version": "4.0.3",
|
|
4040
|
+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
4041
|
+
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
4042
|
+
"license": "MIT",
|
|
4043
|
+
"dependencies": {
|
|
4044
|
+
"@types/unist": "^3.0.0",
|
|
4045
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
4046
|
+
},
|
|
4047
|
+
"funding": {
|
|
4048
|
+
"type": "opencollective",
|
|
4049
|
+
"url": "https://opencollective.com/unified"
|
|
4050
|
+
}
|
|
4051
|
+
},
|
|
4052
|
+
"node_modules/vite": {
|
|
4053
|
+
"version": "8.3.0",
|
|
4054
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.3.0.tgz",
|
|
4055
|
+
"integrity": "sha512-lhZBVvEHefgE+HQZC9O7EBJgCU/nVzFNl7vkS4RE0APtWLP02/8QVIkQtzBxPquh7lq5/78NHipTj7ODQ6XuyQ==",
|
|
4056
|
+
"license": "MIT",
|
|
4057
|
+
"dependencies": {
|
|
4058
|
+
"lightningcss": "^1.33.0",
|
|
4059
|
+
"picomatch": "^4.0.7",
|
|
4060
|
+
"postcss": "^8.5.28",
|
|
4061
|
+
"rolldown": "~1.2.6",
|
|
4062
|
+
"tinyglobby": "^0.2.17"
|
|
4063
|
+
},
|
|
4064
|
+
"bin": {
|
|
4065
|
+
"vite": "bin/vite.js"
|
|
4066
|
+
},
|
|
4067
|
+
"engines": {
|
|
4068
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
4069
|
+
},
|
|
4070
|
+
"funding": {
|
|
4071
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
4072
|
+
},
|
|
4073
|
+
"optionalDependencies": {
|
|
4074
|
+
"fsevents": "~2.3.3"
|
|
4075
|
+
},
|
|
4076
|
+
"peerDependencies": {
|
|
4077
|
+
"@types/node": "^20.19.0 || >=22.12.0",
|
|
4078
|
+
"@vitejs/devtools": "^0.7.1",
|
|
4079
|
+
"esbuild": "^0.27.0 || ^0.28.0",
|
|
4080
|
+
"jiti": ">=1.21.0",
|
|
4081
|
+
"less": "^4.0.0",
|
|
4082
|
+
"sass": "^1.70.0",
|
|
4083
|
+
"sass-embedded": "^1.70.0",
|
|
4084
|
+
"stylus": ">=0.54.8",
|
|
4085
|
+
"sugarss": "^5.0.0",
|
|
4086
|
+
"terser": "^5.16.0",
|
|
4087
|
+
"tsx": "^4.8.1",
|
|
4088
|
+
"yaml": "^2.4.2"
|
|
4089
|
+
},
|
|
4090
|
+
"peerDependenciesMeta": {
|
|
4091
|
+
"@types/node": {
|
|
4092
|
+
"optional": true
|
|
4093
|
+
},
|
|
4094
|
+
"@vitejs/devtools": {
|
|
4095
|
+
"optional": true
|
|
4096
|
+
},
|
|
4097
|
+
"esbuild": {
|
|
4098
|
+
"optional": true
|
|
4099
|
+
},
|
|
4100
|
+
"jiti": {
|
|
4101
|
+
"optional": true
|
|
4102
|
+
},
|
|
4103
|
+
"less": {
|
|
4104
|
+
"optional": true
|
|
4105
|
+
},
|
|
4106
|
+
"sass": {
|
|
4107
|
+
"optional": true
|
|
4108
|
+
},
|
|
4109
|
+
"sass-embedded": {
|
|
4110
|
+
"optional": true
|
|
4111
|
+
},
|
|
4112
|
+
"stylus": {
|
|
4113
|
+
"optional": true
|
|
4114
|
+
},
|
|
4115
|
+
"sugarss": {
|
|
4116
|
+
"optional": true
|
|
4117
|
+
},
|
|
4118
|
+
"terser": {
|
|
4119
|
+
"optional": true
|
|
4120
|
+
},
|
|
4121
|
+
"tsx": {
|
|
4122
|
+
"optional": true
|
|
4123
|
+
},
|
|
4124
|
+
"yaml": {
|
|
4125
|
+
"optional": true
|
|
4126
|
+
}
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
"node_modules/vitefu": {
|
|
4130
|
+
"version": "1.1.3",
|
|
4131
|
+
"resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz",
|
|
4132
|
+
"integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
|
|
4133
|
+
"license": "MIT",
|
|
4134
|
+
"workspaces": [
|
|
4135
|
+
"tests/deps/*",
|
|
4136
|
+
"tests/projects/*",
|
|
4137
|
+
"tests/projects/workspace/packages/*"
|
|
4138
|
+
],
|
|
4139
|
+
"peerDependencies": {
|
|
4140
|
+
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
4141
|
+
},
|
|
4142
|
+
"peerDependenciesMeta": {
|
|
4143
|
+
"vite": {
|
|
4144
|
+
"optional": true
|
|
4145
|
+
}
|
|
4146
|
+
}
|
|
4147
|
+
},
|
|
4148
|
+
"node_modules/xxhash-wasm": {
|
|
4149
|
+
"version": "1.1.0",
|
|
4150
|
+
"resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
|
|
4151
|
+
"integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==",
|
|
4152
|
+
"license": "MIT"
|
|
4153
|
+
},
|
|
4154
|
+
"node_modules/yargs-parser": {
|
|
4155
|
+
"version": "22.0.0",
|
|
4156
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
4157
|
+
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
4158
|
+
"license": "ISC",
|
|
4159
|
+
"engines": {
|
|
4160
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
4161
|
+
}
|
|
4162
|
+
},
|
|
4163
|
+
"node_modules/yocto-queue": {
|
|
4164
|
+
"version": "1.2.2",
|
|
4165
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
|
|
4166
|
+
"integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
|
|
4167
|
+
"license": "MIT",
|
|
4168
|
+
"engines": {
|
|
4169
|
+
"node": ">=12.20"
|
|
4170
|
+
},
|
|
4171
|
+
"funding": {
|
|
4172
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4173
|
+
}
|
|
4174
|
+
},
|
|
4175
|
+
"node_modules/zod": {
|
|
4176
|
+
"version": "4.6.4",
|
|
4177
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.6.4.tgz",
|
|
4178
|
+
"integrity": "sha512-AXSD6hvGdvRjajG/l1cC+d6IrhH+sjmPKtYeQdJIK8MFJl3LyClzS+o/YsVC+zQZPupAaeH5skwwm8YqYH7BqA==",
|
|
4179
|
+
"license": "MIT",
|
|
4180
|
+
"funding": {
|
|
4181
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
4182
|
+
}
|
|
4183
|
+
},
|
|
4184
|
+
"node_modules/zwitch": {
|
|
4185
|
+
"version": "2.0.4",
|
|
4186
|
+
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
4187
|
+
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
4188
|
+
"license": "MIT",
|
|
4189
|
+
"funding": {
|
|
4190
|
+
"type": "github",
|
|
4191
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4192
|
+
}
|
|
4193
|
+
}
|
|
4194
|
+
}
|
|
4195
|
+
}
|