mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 15:39:27 +02:00
* [Dev] test:silent now passes --silent='passed-only' to Vitest (#6131) * [Dev] test:silent now passes --silent='passed-only' to Vitest * Update test shard to actually use `test-silent` * Removed obselete `project` flag * [Bug] Unblock priority spread under Psychic Terrain (#6136) Unblock priority spread under Psychic Terrain Co-authored-by: Acelynn Zhang <acelynnzhang@Acelynns-MacBook-Pro.local> * [Dev] Remove `sanitizeOverrides`, consolidate initialization code into 1 file https://github.com/pagefaultgames/pokerogue/pull/6134 * Removed `sanitizeOverrides` * Moved initialization code to its own file * Hopefully fixed test contamination * Actually listened to people now * fixed the thingy * Run stub setup on init because * Update testFileInitialization.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Misc] Sinistea and Poltchageist line alt forms now available (#4989) * Sinistea and Poltchageist line alt forms now available * Unmark Poltchageist line as unobtainable, fix sprite key of alt forms * Correct forms not being marked as starter selectable * Reduce wild chance for Antique/Masterpiece forms Instead of being 1/2 chance to get the Antique or Masterpiece forms, it is now only a 1/16 chance to get them. --------- Co-authored-by: damocleas <damocleas25@gmail.com> * [Bug] Fix when variable move power is called (#6126) * Apply variable power attribute before type boost * Update test/abilities/normal-move-type-change.test.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Minor test improvements --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [UI/UX] [Bug] Fix `ModifierSelectPhase` animation delay (#6121) * Rework promise handling to ensure no races * Add delay to ensure pokeball opening animation can be seen * Remove leftover debug statements. Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Add tween bouncing pokeball to tweens that must complete for promise to resolve * Fix typo in tsdoc Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Test] `MoveHelper#changeMoveset` disables moveset overrides (#5915) Also fix Assist tests and add `expect` for max moveset length * [Refactor] Minor cleanup of `initExpKeys` (#6127) * [Bug] Fix Thrash continuing on caught Pokemon (#6144) Fix Thrash continuing on caught Pokemon * [UI/UX] Replace 'Neutral' in the Arena Flyout with 'Field' (#6139) Update arena-flyout.ts for Field > Neutral * [Dev] Added typedoc deployments for Beta (#6147) * [Misc] Fix import in decrypt-save.js (#6149) * [Refactor][Bug] Illusion no longer overwrites data of original Pokemon https://github.com/pagefaultgames/pokerogue/pull/6140 * [UI/UX] Added "Hide Username" Setting (#6105) * [UI/UX] Added "Hide Username" Setting * Mask tid with asterisk instead of hiding completely --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> * [Dev] Add `dist/` to `ls-lint` ignore list * [i18n] Update Locales * [Beta] [Bug] Fix shiny display issues (#6154) Fix shininess check * [Bug][Beta] Make bounce delay use fixed int (#6156) Make bounce delay use fixed int * [Refactor] Refactor UI text ts (#5946) * Add destroy method to pokemon-sprite-sparkle-handler * Move TextStyle to enums, convert into const object * Cleanup text.ts file * Add necessary explicit types for TextStyle let vars * Fix locales submodule commit * Fix merge issue --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Test] Added custom equality matchers (#6157) * Added rudimentary test matchers for `toEqualArrayUnsorted` and `toHaveTypes` Might port the rest at a later date * Actually run the effing setup matchers file + fixed ls lint to not be angy * added dev dep * Update .ls-lint.yml * Update .ls-lint.yml --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> * [Misc] Fix import in `vitest.d.ts` * [Dev] Turned on `checkJs` in TSConfig; fixed script type errors (#6115) * [Misc] Moved + cleaned up string manipulation functions (#6112) * Added string utility package to replace util functions * Changed string manipulation functions fully over to `change-case` * Fixed missing comma in package.json trailing commas when :( * fixed lockfile * Hopefully re-added all the string utils * fixed package json * Fixed remaining cases of regex + code dupliation * Fixed more bugs and errors * Moved around functions and hopefully fixed the regex issues * Minor renaming * Fixed incorrect casing on setting strings pascal snake case 💀 * ran biome * [Refactor] Prevent serialization of full species in pokemon summon data https://github.com/pagefaultgames/pokerogue/pull/6145 * Prevent serialization of entire species form in pokemon summon data * Apply suggestions from code review Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Apply Kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --------- Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Docs] Add `@module` modifier tag to `tsdoc.json` * [Bug] Fix camel case bug in `strings.ts` (#6161) * [Dev] Change `target` to `ES2023` in `tsconfig.json` (#6160) * breakup fight and ball commands into their own methods * Breakup run and pokemon commands * Breakup commandPhase#start Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Minor touchups * Add overload for handle command * Fix improperly named computeMoveId method * Improve `canUse` computation * Explicitly check against Moves.NONE Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Update with Bertie's comments Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Fix imports * Apply kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Improve documentation Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Balance][Challenge] Added expanded Fresh Start options (#6162) * [Dev] Add `workflow-dispatch` trigger to tests github workflow (#6152) Add `workflow-dispatch` trigger to github workflow Co-authored-by: damocleas <damocleas25@gmail.com> * [Test] Add support for custom boilerplates to `create-test.js` (#6158) * Added support for custom boilerplates to test:create script * Added support for custom boilerplates to create-test.js * Fixed syntax error * Update create-test.js Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> * Fix pluralization error in `create-test.js` --------- Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> * [Refactor] Mark nickname in pokemon as optional (#6168) Mark nickname in pokemon as optional * [Dev] Update Vite from 6.3.5 to 7.0.6 (#6163) * [ME] [Bug] Disable trades in GTS ME with only 1 valid party member https://github.com/pagefaultgames/pokerogue/pull/6167 * [Refactor] Minor refactor of battler tags (#6129) * Minor refactor battler tags * Improve documentation * Update type when loading in pokemon-data constructor for battler tags * Fix issues in tsdoc comments with Wlowscha's suggestions Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> * Apply bertie's suggestions from code review Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Remove unnecessary as const from tagType * Remove missed `as const` * Apply kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Update src/data/battler-tags.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Update src/data/battler-tags.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --------- Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Docs] Adjust `@module` doc comment in `battler-tags.ts` Note that currently Typedoc is not parsing `@module` docs, but this comment adjustment would be required if and when it gets fixed * [Balance] End of turn triggers won't occur when you end a biome (#6169) * [Balance] End of turn triggers won't occur when you end a biome * Add tests * Move phase manipulation logic into `PhaseManager` * Rename "biome end" to "interlude" * Rename `TurnEndPhase#endOfBiome` to `upcomingInterlude` --------- Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> * [Test] Add missing single battle override to `CheckInterludePhase` test * [UI/UX] Fix button and input field overlaps (#6013) * [Fix] Fix button overlap * [Fix] Fix input field overlaps * use getWidth to determine if label should be shortened --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: damocleas <damocleas25@gmail.com> * [Dev] Moved type helpers to separate directory; (#6123) * [Dev] Moved type helpers to separate directory; renamed `EnumValues` to `ObjectValues` and enforced usage * Update tsconfig.json Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Fixed import issue * Updated documentation slightly --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> * [Misc] Improve type signatures of serialized arena/battler tags (#6180) * Improve type signatures of serialized arena/battler tags * Minor adjustments to tsdocs from code review Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --------- Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Balance] Updated SF/Triage interactions for moves (#6179) * Fixed move flags * Disabled order up interactionn with sheer force * Update src/data/moves/move.ts * Removed order up test that no longer applies shouldn't have been there in the first place * [Move Bug] Fully implemented Future Sight, Doom Desire; fixed Wish Double battle oversight (#5862) * Mostly implemented Future Sight/Doom Desire * Fixed a few docs * Fixed com * Update magic_guard.test.ts * Update documentation * Update documentation on arena-tag.ts * Update arena-tag.ts docs * Update arena-tag.ts * Update turn-end-phase.ts * Update move.ts documentation * Fixed tpyo * Update move.ts documentation * Add assorted TODO test cases * Refactored FS to use a positional tag manager * Added strong typing to the manager, finished save load stufff * Fixed locales + tests * Fixed tests and documentation * sh Fixed tests for good * Fixed MEP * Reverted overrides changse * Fixed issues with merging * Fixed locales update & heal block test * Fixed wish tests * Fixed test typo * Fixed wish test flaking out due to speed ties * Fixed tests fr fr * actually fixed tests bc i'm stupid * Fixed tests for real * Remove locales update * Update arena-tag.ts Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> * Update move.ts Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> * Update arena-tag.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Applied review suggestions and added a _wee_ bit more docs * fixed wish condition * Applied kev's reviews * Minor nits * Minor formatting change in `heal-block.test.ts` --------- Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Refactor] Added `PhaseManager.toTitleScreen` (#6114) * Added `toTitlePhase`; documented phase manager * Documented phase methods * Fixed syntax errors + updated signature * Reverted all the goodies * Fixed missing shift phase call GHAG * Reverted change * [UI/UX] Implement Discard Button (#5985) * [feature]Implemented needed parts for discard function from issue #4780: -TryDiscardFunction in battlescene; -Created a party discard mode button; -Updated Transfer button in modifier-select-ui-handler to Manage items; -Created tests for the discard function in test/ui; -Added images for the new discard and transfer buttons to loading-scene; -Created placeholder messages for discard feature in party-ui-handler; Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt> * [Fix] Updated icon for dynamic messaging * [Fix] Corrected legacy mode icons and adjusted double-battle button location * [Fix]Adjusted button positioning and mapping after review. Mapping requires debugging. * [Fix] Fixed visible pokeball in legacy mode and key mapping * [Fix] Background fixes,manage menu is the only one affected by changes now * Implement i18n keys * [Fix] implemented most code optimizations and callbacks to the modified locales folder * [Fix] Implemented 3 suggestions * [Fix]improved/corrected test structure Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * [Fix] added functionality test for the discard button * [Fix] added necessary comment Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Fix] Implemented suggested changes in test/discard text prompt * [Fix] Implemented UI suggestions and removed discard text confirmation * [Fix] added missing imports * Fix imports in test file * [Fix] Implemented suggested cursor behavior and reworked test code * [Fix] Corrected failed test * [Fix] atempting to fix the test timeout issue * [Fix] Undoing latest attempt * [Fix] Implemented suggestions to fix broken tests * Reviews * [Fix] replaced icon images * [Fix] Updated jsons to match new icons and removed pokeball icon from legacy mode * Optimized new images * [Fix] Fixed referenced bug and added similar confirmation box to release * [Fix] Updated tests to handle the corfirmation box * [Fix] Added back the accidentally removed changes * [Fix]updated incorrect import path * [fix] add description for the manageItemMode function Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * Update src/ui/party-ui-handler.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> * [Fix] corrected formating issue --------- Co-authored-by: Mikhail Shueb <mikhail.shueb@tecnico.ulisboa.pt> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> Co-authored-by: damocleas <damocleas25@gmail.com> Co-authored-by: Bertie690 <taylormw163@gmail.com> Co-authored-by: Adri1 <adrien.grivel@hotmail.fr> * [Bug] Fix Truant behavior (#6171) * Update locales * [i18n] Add Tagalog language support (#6170) * [Bug] [Beta] Fix serializable battler tags (#6183) Fix serializable battler tags * [Misc] [Beta] Fix serializable battler tags (#6184) Fix serializable battler tags * [Misc] Disallow using NonFunctionProperties in loadTag methods (#6185) Disallow using NonFunctionProperties in loadTag methods * [Dev] `pnpm biome` will now only display errors by default (#6187) * [Sprite] Move Clauncher, Clawitzer, Skiddo, Fomantis, Lurantis animations to consistent (#6177) * Move Clauncher, Clawitzer, Skiddo out of exp * Move Fomantis, Lurantis out of exp * [Misc] Fix missing types in battler tags and remove DragonCheerTag (#6188) * Fix missing types in battler tags * Fix issues with dragon cheer * [Misc] Set default for crit stage battler tag (#6192) Set default for crit stage * [Bug] [Beta] Remove setting currentPhase to null in clearAllPhases (#6193) Remove setting currentPhase to null in clearAllPhases * [Test] `game.move.use` overrides summon data moveset if present (#6174) * [Test] Update `game.move.use` to override summon data moveset if present * ran biome & fixed errors * [Beta] Remove non-Legend Fresh Start option, fix starting movesets https://github.com/pagefaultgames/pokerogue/pull/6196 * Remove non-Legend fresh start option, fix starting movesets * Move updateInfo call * Fix relearns counting for starter moves * Reduce array allocations and function calls * [Misc] Move asset initialization from `preload` to `launchBattle` https://github.com/pagefaultgames/pokerogue/pull/6109 * Move asset initialization into `preload` instead of `launchBattle` * Fix init problems; remove unused `waitUntil` util function * Fixed missing `clearAllPhases` call * [Balance] Adjust Cosmog / Cosmoem Evolutions, Lower Buneary Friendship requirements (#6198) * Lower Buneary Friendship Requirement and Change Cosmog method * Update biomes.ts - Cosmog/Cosmoem wild evo levels * fix ? * fixed now * Update Cosmog Evolution + Biome Levels --------- Co-authored-by: damocleas <damocleas25@gmail.com> * [Test] Port over + augment remaining test matchers from pkty (#6159) * Partially ported over pkty matchers (WIP) * Cleaned up some more matchers * Fiexd up matchers * Fixed up remaining matchers * Removed the word "matcher" from the pkty matcher functions If we want them back we can always undo this commit and convert the other custom ones * Added wip spite test * Added `toHaveUsedPP` matcher * Fixed up docs and tests * Fixed spite test * Ran biome * Apply Biome * Reverted biome breaking i18next * Update src/typings/i18next.d.ts comment * Fixed log message to not be overly verbose * Added option to check for all PP used in pp matcher + cleaned up grudge tests * Fixed up tests * Fixed tests and such * Fix various TSDocs + missing TSDoc imports * [Beta] Further Cosmog Evolution Readjustments (#6203) Update pokemon-evolutions.ts * [Dev] Move various functions out of `pokemon-species.ts` (#6155) `initSpecies` moved to its own file, other functions moved to `pokemon-utils.ts` * [Balance] Prevent MEs on X1 Waves (#6204) * [Balance] Prevent MEs on X1 Waves * Fix Bug-Type Superfan Encounter Test * Fix Unit Tests * [Balance] Update and Change Breeder Trainer Class Teams (#6200) * Update Breeder Trainer Class * Update trainer-config.ts * Update trainer-config.ts * Update whirlwind.test.ts * Update src/data/trainers/trainer-config.ts Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> * Adjust Party Templates and move Wynaut * Update trainer-party-template.ts --------- Co-authored-by: damocleas <damocleas25@gmail.com> Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> --------- Co-authored-by: Acelynn Zhang <102631387+acelynnzhang@users.noreply.github.com> Co-authored-by: Acelynn Zhang <acelynnzhang@Acelynns-MacBook-Pro.local> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Madmadness65 <59298170+Madmadness65@users.noreply.github.com> Co-authored-by: damocleas <damocleas25@gmail.com> Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: SmhMyHead <191356399+SmhMyHead@users.noreply.github.com> Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Co-authored-by: fabske0 <192151969+fabske0@users.noreply.github.com> Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com> Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt> Co-authored-by: Mikhail Shueb <mikhail.shueb@tecnico.ulisboa.pt> Co-authored-by: Adri1 <adrien.grivel@hotmail.fr> Co-authored-by: Blitzy <118096277+Blitz425@users.noreply.github.com>
3831 lines
120 KiB
YAML
3831 lines
120 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
dependencies:
|
|
'@material/material-color-utilities':
|
|
specifier: ^0.2.7
|
|
version: 0.2.7
|
|
compare-versions:
|
|
specifier: ^6.1.1
|
|
version: 6.1.1
|
|
crypto-js:
|
|
specifier: ^4.2.0
|
|
version: 4.2.0
|
|
i18next:
|
|
specifier: ^24.2.3
|
|
version: 24.2.3(typescript@5.8.3)
|
|
i18next-browser-languagedetector:
|
|
specifier: ^8.2.0
|
|
version: 8.2.0
|
|
i18next-http-backend:
|
|
specifier: ^3.0.2
|
|
version: 3.0.2
|
|
i18next-korean-postposition-processor:
|
|
specifier: ^1.0.0
|
|
version: 1.0.0(i18next@24.2.3(typescript@5.8.3))
|
|
json-stable-stringify:
|
|
specifier: ^1.3.0
|
|
version: 1.3.0
|
|
jszip:
|
|
specifier: ^3.10.1
|
|
version: 3.10.1
|
|
phaser:
|
|
specifier: ^3.90.0
|
|
version: 3.90.0
|
|
phaser3-rex-plugins:
|
|
specifier: ^1.80.16
|
|
version: 1.80.16(graphology-types@0.24.8)
|
|
devDependencies:
|
|
'@biomejs/biome':
|
|
specifier: 2.0.0
|
|
version: 2.0.0
|
|
'@ls-lint/ls-lint':
|
|
specifier: 2.3.1
|
|
version: 2.3.1
|
|
'@types/jsdom':
|
|
specifier: ^21.1.7
|
|
version: 21.1.7
|
|
'@types/node':
|
|
specifier: ^22.16.5
|
|
version: 22.16.5
|
|
'@vitest/coverage-istanbul':
|
|
specifier: ^3.2.4
|
|
version: 3.2.4(vitest@3.2.4(@types/node@22.16.5)(jsdom@26.1.0)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(yaml@2.8.0))
|
|
'@vitest/expect':
|
|
specifier: ^3.2.4
|
|
version: 3.2.4
|
|
chalk:
|
|
specifier: ^5.4.1
|
|
version: 5.4.1
|
|
dependency-cruiser:
|
|
specifier: ^16.10.4
|
|
version: 16.10.4
|
|
inquirer:
|
|
specifier: ^12.8.2
|
|
version: 12.8.2(@types/node@22.16.5)
|
|
jsdom:
|
|
specifier: ^26.1.0
|
|
version: 26.1.0
|
|
lefthook:
|
|
specifier: ^1.12.2
|
|
version: 1.12.2
|
|
msw:
|
|
specifier: ^2.10.4
|
|
version: 2.10.4(@types/node@22.16.5)(typescript@5.8.3)
|
|
phaser3spectorjs:
|
|
specifier: ^0.0.8
|
|
version: 0.0.8
|
|
typedoc:
|
|
specifier: ^0.28.8
|
|
version: 0.28.8(typescript@5.8.3)
|
|
typescript:
|
|
specifier: ^5.8.3
|
|
version: 5.8.3
|
|
vite:
|
|
specifier: ^7.0.6
|
|
version: 7.0.6(@types/node@22.16.5)(yaml@2.8.0)
|
|
vite-tsconfig-paths:
|
|
specifier: ^5.1.4
|
|
version: 5.1.4(typescript@5.8.3)(vite@7.0.6(@types/node@22.16.5)(yaml@2.8.0))
|
|
vitest:
|
|
specifier: ^3.2.4
|
|
version: 3.2.4(@types/node@22.16.5)(jsdom@26.1.0)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(yaml@2.8.0)
|
|
vitest-canvas-mock:
|
|
specifier: ^0.3.3
|
|
version: 0.3.3(vitest@3.2.4(@types/node@22.16.5)(jsdom@26.1.0)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(yaml@2.8.0))
|
|
|
|
packages:
|
|
|
|
'@ampproject/remapping@2.3.0':
|
|
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@asamuzakjp/css-color@3.2.0':
|
|
resolution: {integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==}
|
|
|
|
'@babel/code-frame@7.27.1':
|
|
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/compat-data@7.28.0':
|
|
resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.28.0':
|
|
resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@7.28.0':
|
|
resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-compilation-targets@7.27.2':
|
|
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-globals@7.28.0':
|
|
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-imports@7.27.1':
|
|
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-transforms@7.27.3':
|
|
resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-string-parser@7.27.1':
|
|
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-identifier@7.27.1':
|
|
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-option@7.27.1':
|
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helpers@7.28.2':
|
|
resolution: {integrity: sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/parser@7.28.0':
|
|
resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
'@babel/runtime@7.28.2':
|
|
resolution: {integrity: sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/template@7.27.2':
|
|
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/traverse@7.28.0':
|
|
resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@7.28.2':
|
|
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@biomejs/biome@2.0.0':
|
|
resolution: {integrity: sha512-BlUoXEOI/UQTDEj/pVfnkMo8SrZw3oOWBDrXYFT43V7HTkIUDkBRY53IC5Jx1QkZbaB+0ai1wJIfYwp9+qaJTQ==}
|
|
engines: {node: '>=14.21.3'}
|
|
hasBin: true
|
|
|
|
'@biomejs/cli-darwin-arm64@2.0.0':
|
|
resolution: {integrity: sha512-QvqWYtFFhhxdf8jMAdJzXW+Frc7X8XsnHQLY+TBM1fnT1TfeV/v9vsFI5L2J7GH6qN1+QEEJ19jHibCY2Ypplw==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@biomejs/cli-darwin-x64@2.0.0':
|
|
resolution: {integrity: sha512-5JFhls1EfmuIH4QGFPlNpxJQFC6ic3X1ltcoLN+eSRRIPr6H/lUS1ttuD0Fj7rPgPhZqopK/jfH8UVj/1hIsQw==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@biomejs/cli-linux-arm64-musl@2.0.0':
|
|
resolution: {integrity: sha512-Bxsz8ki8+b3PytMnS5SgrGV+mbAWwIxI3ydChb/d1rURlJTMdxTTq5LTebUnlsUWAX6OvJuFeiVq9Gjn1YbCyA==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@biomejs/cli-linux-arm64@2.0.0':
|
|
resolution: {integrity: sha512-BAH4QVi06TzAbVchXdJPsL0Z/P87jOfes15rI+p3EX9/EGTfIjaQ9lBVlHunxcmoptaA5y1Hdb9UYojIhmnjIw==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@biomejs/cli-linux-x64-musl@2.0.0':
|
|
resolution: {integrity: sha512-tiQ0ABxMJb9I6GlfNp0ulrTiQSFacJRJO8245FFwE3ty3bfsfxlU/miblzDIi+qNrgGsLq5wIZcVYGp4c+HXZA==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@biomejs/cli-linux-x64@2.0.0':
|
|
resolution: {integrity: sha512-09PcOGYTtkopWRm6mZ/B6Mr6UHdkniUgIG/jLBv+2J8Z61ezRE+xQmpi3yNgUrFIAU4lPA9atg7mhvE/5Bo7Wg==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@biomejs/cli-win32-arm64@2.0.0':
|
|
resolution: {integrity: sha512-vrTtuGu91xNTEQ5ZcMJBZuDlqr32DWU1r14UfePIGndF//s2WUAmer4FmgoPgruo76rprk37e8S2A2c0psXdxw==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@biomejs/cli-win32-x64@2.0.0':
|
|
resolution: {integrity: sha512-2USVQ0hklNsph/KIR72ZdeptyXNnQ3JdzPn3NbjI4Sna34CnxeiYAaZcZzXPDl5PYNFBivV4xmvT3Z3rTmyDBg==}
|
|
engines: {node: '>=14.21.3'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@bundled-es-modules/cookie@2.0.1':
|
|
resolution: {integrity: sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==}
|
|
|
|
'@bundled-es-modules/statuses@1.0.1':
|
|
resolution: {integrity: sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==}
|
|
|
|
'@bundled-es-modules/tough-cookie@0.1.6':
|
|
resolution: {integrity: sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==}
|
|
|
|
'@csstools/color-helpers@5.0.2':
|
|
resolution: {integrity: sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@csstools/css-calc@2.1.4':
|
|
resolution: {integrity: sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-parser-algorithms': ^3.0.5
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-color-parser@3.0.10':
|
|
resolution: {integrity: sha512-TiJ5Ajr6WRd1r8HSiwJvZBiJOqtH86aHpUjq5aEKWHiII2Qfjqd/HCWKPOW8EP4vcspXbHnXrwIDlu5savQipg==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-parser-algorithms': ^3.0.5
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-parser-algorithms@3.0.5':
|
|
resolution: {integrity: sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-tokenizer@3.0.4':
|
|
resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@esbuild/aix-ppc64@0.25.8':
|
|
resolution: {integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/android-arm64@0.25.8':
|
|
resolution: {integrity: sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.25.8':
|
|
resolution: {integrity: sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.25.8':
|
|
resolution: {integrity: sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/darwin-arm64@0.25.8':
|
|
resolution: {integrity: sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.25.8':
|
|
resolution: {integrity: sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/freebsd-arm64@0.25.8':
|
|
resolution: {integrity: sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.25.8':
|
|
resolution: {integrity: sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/linux-arm64@0.25.8':
|
|
resolution: {integrity: sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.25.8':
|
|
resolution: {integrity: sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.25.8':
|
|
resolution: {integrity: sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.25.8':
|
|
resolution: {integrity: sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.25.8':
|
|
resolution: {integrity: sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.25.8':
|
|
resolution: {integrity: sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.25.8':
|
|
resolution: {integrity: sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.25.8':
|
|
resolution: {integrity: sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.25.8':
|
|
resolution: {integrity: sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/netbsd-arm64@0.25.8':
|
|
resolution: {integrity: sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.25.8':
|
|
resolution: {integrity: sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.25.8':
|
|
resolution: {integrity: sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.25.8':
|
|
resolution: {integrity: sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openharmony-arm64@0.25.8':
|
|
resolution: {integrity: sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/sunos-x64@0.25.8':
|
|
resolution: {integrity: sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/win32-arm64@0.25.8':
|
|
resolution: {integrity: sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.25.8':
|
|
resolution: {integrity: sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.25.8':
|
|
resolution: {integrity: sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@gerrit0/mini-shiki@3.8.1':
|
|
resolution: {integrity: sha512-HVZW+8pxoOExr5ZMPK15U79jQAZTO/S6i5byQyyZGjtNj+qaYd82cizTncwFzTQgiLo8uUBym6vh+/1tfJklTw==}
|
|
|
|
'@inquirer/checkbox@4.2.0':
|
|
resolution: {integrity: sha512-fdSw07FLJEU5vbpOPzXo5c6xmMGDzbZE2+niuDHX5N6mc6V0Ebso/q3xiHra4D73+PMsC8MJmcaZKuAAoaQsSA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/confirm@5.1.14':
|
|
resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/core@10.1.15':
|
|
resolution: {integrity: sha512-8xrp836RZvKkpNbVvgWUlxjT4CraKk2q+I3Ksy+seI2zkcE+y6wNs1BVhgcv8VyImFecUhdQrYLdW32pAjwBdA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/editor@4.2.15':
|
|
resolution: {integrity: sha512-wst31XT8DnGOSS4nNJDIklGKnf+8shuauVrWzgKegWUe28zfCftcWZ2vktGdzJgcylWSS2SrDnYUb6alZcwnCQ==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/expand@4.0.17':
|
|
resolution: {integrity: sha512-PSqy9VmJx/VbE3CT453yOfNa+PykpKg/0SYP7odez1/NWBGuDXgPhp4AeGYYKjhLn5lUUavVS/JbeYMPdH50Mw==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/figures@1.0.13':
|
|
resolution: {integrity: sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@inquirer/input@4.2.1':
|
|
resolution: {integrity: sha512-tVC+O1rBl0lJpoUZv4xY+WGWY8V5b0zxU1XDsMsIHYregdh7bN5X5QnIONNBAl0K765FYlAfNHS2Bhn7SSOVow==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/number@3.0.17':
|
|
resolution: {integrity: sha512-GcvGHkyIgfZgVnnimURdOueMk0CztycfC8NZTiIY9arIAkeOgt6zG57G+7vC59Jns3UX27LMkPKnKWAOF5xEYg==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/password@4.0.17':
|
|
resolution: {integrity: sha512-DJolTnNeZ00E1+1TW+8614F7rOJJCM4y4BAGQ3Gq6kQIG+OJ4zr3GLjIjVVJCbKsk2jmkmv6v2kQuN/vriHdZA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/prompts@7.7.1':
|
|
resolution: {integrity: sha512-XDxPrEWeWUBy8scAXzXuFY45r/q49R0g72bUzgQXZ1DY/xEFX+ESDMkTQolcb5jRBzaNJX2W8XQl6krMNDTjaA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/rawlist@4.1.5':
|
|
resolution: {integrity: sha512-R5qMyGJqtDdi4Ht521iAkNqyB6p2UPuZUbMifakg1sWtu24gc2Z8CJuw8rP081OckNDMgtDCuLe42Q2Kr3BolA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/search@3.0.17':
|
|
resolution: {integrity: sha512-CuBU4BAGFqRYors4TNCYzy9X3DpKtgIW4Boi0WNkm4Ei1hvY9acxKdBdyqzqBCEe4YxSdaQQsasJlFlUJNgojw==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/select@4.3.1':
|
|
resolution: {integrity: sha512-Gfl/5sqOF5vS/LIrSndFgOh7jgoe0UXEizDqahFRkq5aJBLegZ6WjuMh/hVEJwlFQjyLq1z9fRtvUMkb7jM1LA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/type@3.0.8':
|
|
resolution: {integrity: sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@isaacs/cliui@8.0.2':
|
|
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
|
engines: {node: '>=12'}
|
|
|
|
'@istanbuljs/schema@0.1.3':
|
|
resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==}
|
|
engines: {node: '>=8'}
|
|
|
|
'@jridgewell/gen-mapping@0.3.12':
|
|
resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==}
|
|
|
|
'@jridgewell/resolve-uri@3.1.2':
|
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.4':
|
|
resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.29':
|
|
resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==}
|
|
|
|
'@ls-lint/ls-lint@2.3.1':
|
|
resolution: {integrity: sha512-vPe6IDByQnQRTxcAYjTxrmga/tSIui50VBFTB5KIJWY3OOFmxE2VtymjeSEfQfiMbhZV/ZPAqYy2lt8pZFQ0Rw==}
|
|
cpu: [x64, arm64, s390x, ppc64le]
|
|
os: [darwin, linux, win32]
|
|
hasBin: true
|
|
|
|
'@material/material-color-utilities@0.2.7':
|
|
resolution: {integrity: sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ==}
|
|
|
|
'@mswjs/interceptors@0.39.4':
|
|
resolution: {integrity: sha512-B82DbrGVCIBrNEfRJbqUFB0eNz0wVzqbenEpmbE71XLVU4yKZbDnRBuxz+7udc/uM7LDWDD4sRJ5tISzHf2QkQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@open-draft/deferred-promise@2.2.0':
|
|
resolution: {integrity: sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==}
|
|
|
|
'@open-draft/logger@0.3.0':
|
|
resolution: {integrity: sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==}
|
|
|
|
'@open-draft/until@2.1.0':
|
|
resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==}
|
|
|
|
'@pkgjs/parseargs@0.11.0':
|
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
engines: {node: '>=14'}
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.46.1':
|
|
resolution: {integrity: sha512-oENme6QxtLCqjChRUUo3S6X8hjCXnWmJWnedD7VbGML5GUtaOtAyx+fEEXnBXVf0CBZApMQU0Idwi0FmyxzQhw==}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-android-arm64@4.46.1':
|
|
resolution: {integrity: sha512-OikvNT3qYTl9+4qQ9Bpn6+XHM+ogtFadRLuT2EXiFQMiNkXFLQfNVppi5o28wvYdHL2s3fM0D/MZJ8UkNFZWsw==}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-darwin-arm64@4.46.1':
|
|
resolution: {integrity: sha512-EFYNNGij2WllnzljQDQnlFTXzSJw87cpAs4TVBAWLdkvic5Uh5tISrIL6NRcxoh/b2EFBG/TK8hgRrGx94zD4A==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-darwin-x64@4.46.1':
|
|
resolution: {integrity: sha512-ZaNH06O1KeTug9WI2+GRBE5Ujt9kZw4a1+OIwnBHal92I8PxSsl5KpsrPvthRynkhMck4XPdvY0z26Cym/b7oA==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.46.1':
|
|
resolution: {integrity: sha512-n4SLVebZP8uUlJ2r04+g2U/xFeiQlw09Me5UFqny8HGbARl503LNH5CqFTb5U5jNxTouhRjai6qPT0CR5c/Iig==}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-freebsd-x64@4.46.1':
|
|
resolution: {integrity: sha512-8vu9c02F16heTqpvo3yeiu7Vi1REDEC/yES/dIfq3tSXe6mLndiwvYr3AAvd1tMNUqE9yeGYa5w7PRbI5QUV+w==}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.46.1':
|
|
resolution: {integrity: sha512-K4ncpWl7sQuyp6rWiGUvb6Q18ba8mzM0rjWJ5JgYKlIXAau1db7hZnR0ldJvqKWWJDxqzSLwGUhA4jp+KqgDtQ==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.46.1':
|
|
resolution: {integrity: sha512-YykPnXsjUjmXE6j6k2QBBGAn1YsJUix7pYaPLK3RVE0bQL2jfdbfykPxfF8AgBlqtYbfEnYHmLXNa6QETjdOjQ==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.46.1':
|
|
resolution: {integrity: sha512-kKvqBGbZ8i9pCGW3a1FH3HNIVg49dXXTsChGFsHGXQaVJPLA4f/O+XmTxfklhccxdF5FefUn2hvkoGJH0ScWOA==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.46.1':
|
|
resolution: {integrity: sha512-zzX5nTw1N1plmqC9RGC9vZHFuiM7ZP7oSWQGqpbmfjK7p947D518cVK1/MQudsBdcD84t6k70WNczJOct6+hdg==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-loongarch64-gnu@4.46.1':
|
|
resolution: {integrity: sha512-O8CwgSBo6ewPpktFfSDgB6SJN9XDcPSvuwxfejiddbIC/hn9Tg6Ai0f0eYDf3XvB/+PIWzOQL+7+TZoB8p9Yuw==}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.46.1':
|
|
resolution: {integrity: sha512-JnCfFVEKeq6G3h3z8e60kAp8Rd7QVnWCtPm7cxx+5OtP80g/3nmPtfdCXbVl063e3KsRnGSKDHUQMydmzc/wBA==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.46.1':
|
|
resolution: {integrity: sha512-dVxuDqS237eQXkbYzQQfdf/njgeNw6LZuVyEdUaWwRpKHhsLI+y4H/NJV8xJGU19vnOJCVwaBFgr936FHOnJsQ==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.46.1':
|
|
resolution: {integrity: sha512-CvvgNl2hrZrTR9jXK1ye0Go0HQRT6ohQdDfWR47/KFKiLd5oN5T14jRdUVGF4tnsN8y9oSfMOqH6RuHh+ck8+w==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.46.1':
|
|
resolution: {integrity: sha512-x7ANt2VOg2565oGHJ6rIuuAon+A8sfe1IeUx25IKqi49OjSr/K3awoNqr9gCwGEJo9OuXlOn+H2p1VJKx1psxA==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.46.1':
|
|
resolution: {integrity: sha512-9OADZYryz/7E8/qt0vnaHQgmia2Y0wrjSSn1V/uL+zw/i7NUhxbX4cHXdEQ7dnJgzYDS81d8+tf6nbIdRFZQoQ==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.46.1':
|
|
resolution: {integrity: sha512-NuvSCbXEKY+NGWHyivzbjSVJi68Xfq1VnIvGmsuXs6TCtveeoDRKutI5vf2ntmNnVq64Q4zInet0UDQ+yMB6tA==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.46.1':
|
|
resolution: {integrity: sha512-mWz+6FSRb82xuUMMV1X3NGiaPFqbLN9aIueHleTZCc46cJvwTlvIh7reQLk4p97dv0nddyewBhwzryBHH7wtPw==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.46.1':
|
|
resolution: {integrity: sha512-7Thzy9TMXDw9AU4f4vsLNBxh7/VOKuXi73VH3d/kHGr0tZ3x/ewgL9uC7ojUKmH1/zvmZe2tLapYcZllk3SO8Q==}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.46.1':
|
|
resolution: {integrity: sha512-7GVB4luhFmGUNXXJhH2jJwZCFB3pIOixv2E3s17GQHBFUOQaISlt7aGcQgqvCaDSxTZJUzlK/QJ1FN8S94MrzQ==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@shikijs/engine-oniguruma@3.8.1':
|
|
resolution: {integrity: sha512-KGQJZHlNY7c656qPFEQpIoqOuC4LrxjyNndRdzk5WKB/Ie87+NJCF1xo9KkOUxwxylk7rT6nhlZyTGTC4fCe1g==}
|
|
|
|
'@shikijs/langs@3.8.1':
|
|
resolution: {integrity: sha512-TjOFg2Wp1w07oKnXjs0AUMb4kJvujML+fJ1C5cmEj45lhjbUXtziT1x2bPQb9Db6kmPhkG5NI2tgYW1/DzhUuQ==}
|
|
|
|
'@shikijs/themes@3.8.1':
|
|
resolution: {integrity: sha512-Vu3t3BBLifc0GB0UPg2Pox1naTemrrvyZv2lkiSw3QayVV60me1ujFQwPZGgUTmwXl1yhCPW8Lieesm0CYruLQ==}
|
|
|
|
'@shikijs/types@3.8.1':
|
|
resolution: {integrity: sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg==}
|
|
|
|
'@shikijs/vscode-textmate@10.0.2':
|
|
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
|
|
|
|
'@types/chai@5.2.2':
|
|
resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==}
|
|
|
|
'@types/cookie@0.6.0':
|
|
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
|
|
|
|
'@types/deep-eql@4.0.2':
|
|
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
|
|
|
|
'@types/estree@1.0.8':
|
|
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
|
|
'@types/hast@3.0.4':
|
|
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
|
|
|
|
'@types/jsdom@21.1.7':
|
|
resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==}
|
|
|
|
'@types/node@22.16.5':
|
|
resolution: {integrity: sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==}
|
|
|
|
'@types/statuses@2.0.6':
|
|
resolution: {integrity: sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA==}
|
|
|
|
'@types/tough-cookie@4.0.5':
|
|
resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
|
|
|
|
'@types/unist@3.0.3':
|
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
|
|
'@vitest/coverage-istanbul@3.2.4':
|
|
resolution: {integrity: sha512-IDlpuFJiWU9rhcKLkpzj8mFu/lpe64gVgnV15ZOrYx1iFzxxrxCzbExiUEKtwwXRvEiEMUS6iZeYgnMxgbqbxQ==}
|
|
peerDependencies:
|
|
vitest: 3.2.4
|
|
|
|
'@vitest/expect@3.2.4':
|
|
resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==}
|
|
|
|
'@vitest/mocker@3.2.4':
|
|
resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==}
|
|
peerDependencies:
|
|
msw: ^2.4.9
|
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
|
|
peerDependenciesMeta:
|
|
msw:
|
|
optional: true
|
|
vite:
|
|
optional: true
|
|
|
|
'@vitest/pretty-format@3.2.4':
|
|
resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==}
|
|
|
|
'@vitest/runner@3.2.4':
|
|
resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==}
|
|
|
|
'@vitest/snapshot@3.2.4':
|
|
resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==}
|
|
|
|
'@vitest/spy@3.2.4':
|
|
resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==}
|
|
|
|
'@vitest/utils@3.2.4':
|
|
resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
|
|
|
|
acorn-jsx-walk@2.0.0:
|
|
resolution: {integrity: sha512-uuo6iJj4D4ygkdzd6jPtcxs8vZgDX9YFIkqczGImoypX2fQ4dVImmu3UzA4ynixCIMTrEOWW+95M2HuBaCEOVA==}
|
|
|
|
acorn-jsx@5.3.2:
|
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
peerDependencies:
|
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
acorn-loose@8.5.2:
|
|
resolution: {integrity: sha512-PPvV6g8UGMGgjrMu+n/f9E/tCSkNQ2Y97eFvuVdJfG11+xdIeDcLyNdC8SHcrHbRqkfwLASdplyR6B6sKM1U4A==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
acorn-walk@8.3.4:
|
|
resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
acorn@8.15.0:
|
|
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
|
|
engines: {node: '>=0.4.0'}
|
|
hasBin: true
|
|
|
|
agent-base@7.1.4:
|
|
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
engines: {node: '>= 14'}
|
|
|
|
ajv@8.17.1:
|
|
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
|
|
|
|
ansi-escapes@4.3.2:
|
|
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-regex@5.0.1:
|
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-regex@6.1.0:
|
|
resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
|
|
engines: {node: '>=12'}
|
|
|
|
ansi-styles@4.3.0:
|
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-styles@6.2.1:
|
|
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
|
|
engines: {node: '>=12'}
|
|
|
|
argparse@2.0.1:
|
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
|
|
assertion-error@2.0.1:
|
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
engines: {node: '>=12'}
|
|
|
|
balanced-match@1.0.2:
|
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
|
|
brace-expansion@2.0.2:
|
|
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
|
|
browserslist@4.25.1:
|
|
resolution: {integrity: sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==}
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
hasBin: true
|
|
|
|
cac@6.7.14:
|
|
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
call-bind@1.0.8:
|
|
resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
call-bound@1.0.4:
|
|
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
caniuse-lite@1.0.30001727:
|
|
resolution: {integrity: sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==}
|
|
|
|
chai@5.2.1:
|
|
resolution: {integrity: sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==}
|
|
engines: {node: '>=18'}
|
|
|
|
chalk@4.1.2:
|
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
engines: {node: '>=10'}
|
|
|
|
chalk@5.4.1:
|
|
resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==}
|
|
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
|
|
chardet@0.7.0:
|
|
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
|
|
|
|
check-error@2.1.1:
|
|
resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
|
|
engines: {node: '>= 16'}
|
|
|
|
cli-width@4.1.0:
|
|
resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
|
|
engines: {node: '>= 12'}
|
|
|
|
cliui@8.0.1:
|
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
color-convert@2.0.1:
|
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
engines: {node: '>=7.0.0'}
|
|
|
|
color-name@1.1.4:
|
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
|
|
commander@13.1.0:
|
|
resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==}
|
|
engines: {node: '>=18'}
|
|
|
|
compare-versions@6.1.1:
|
|
resolution: {integrity: sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==}
|
|
|
|
convert-source-map@2.0.0:
|
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
|
|
cookie@0.7.2:
|
|
resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
core-util-is@1.0.3:
|
|
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
|
|
|
cross-fetch@4.0.0:
|
|
resolution: {integrity: sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==}
|
|
|
|
cross-spawn@7.0.6:
|
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
crypto-js@4.2.0:
|
|
resolution: {integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==}
|
|
|
|
cssfontparser@1.2.1:
|
|
resolution: {integrity: sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg==}
|
|
|
|
cssstyle@4.6.0:
|
|
resolution: {integrity: sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==}
|
|
engines: {node: '>=18'}
|
|
|
|
dagre@0.8.5:
|
|
resolution: {integrity: sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==}
|
|
|
|
data-urls@5.0.0:
|
|
resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==}
|
|
engines: {node: '>=18'}
|
|
|
|
debug@4.4.1:
|
|
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
engines: {node: '>=6.0'}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
decimal.js@10.6.0:
|
|
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
|
|
|
|
deep-eql@5.0.2:
|
|
resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
|
|
engines: {node: '>=6'}
|
|
|
|
define-data-property@1.1.4:
|
|
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
dependency-cruiser@16.10.4:
|
|
resolution: {integrity: sha512-hrxVOjIm8idZ9ZVDGSyyG3SHiNcEUPhL6RTEmO/3wfQWLepH5pA3nuDMMrcJ1DkZztFA7xg3tk8OVO+MmwwH9w==}
|
|
engines: {node: ^18.17||>=20}
|
|
hasBin: true
|
|
|
|
dunder-proto@1.0.1:
|
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
eastasianwidth@0.2.0:
|
|
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
|
|
electron-to-chromium@1.5.191:
|
|
resolution: {integrity: sha512-xcwe9ELcuxYLUFqZZxL19Z6HVKcvNkIwhbHUz7L3us6u12yR+7uY89dSl570f/IqNthx8dAw3tojG7i4Ni4tDA==}
|
|
|
|
emoji-regex@8.0.0:
|
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
|
emoji-regex@9.2.2:
|
|
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
|
|
enhanced-resolve@5.18.2:
|
|
resolution: {integrity: sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
entities@4.5.0:
|
|
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
entities@6.0.1:
|
|
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
es-define-property@1.0.1:
|
|
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-errors@1.3.0:
|
|
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-module-lexer@1.7.0:
|
|
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
|
|
es-object-atoms@1.1.1:
|
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
esbuild@0.25.8:
|
|
resolution: {integrity: sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
escalade@3.2.0:
|
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
engines: {node: '>=6'}
|
|
|
|
estree-walker@3.0.3:
|
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
|
|
eventemitter3@3.1.2:
|
|
resolution: {integrity: sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==}
|
|
|
|
eventemitter3@5.0.1:
|
|
resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
|
|
|
|
events@3.3.0:
|
|
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
|
engines: {node: '>=0.8.x'}
|
|
|
|
expect-type@1.2.2:
|
|
resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
external-editor@3.1.0:
|
|
resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==}
|
|
engines: {node: '>=4'}
|
|
|
|
fast-deep-equal@3.1.3:
|
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
|
|
fast-uri@3.0.6:
|
|
resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==}
|
|
|
|
fdir@6.4.6:
|
|
resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==}
|
|
peerDependencies:
|
|
picomatch: ^3 || ^4
|
|
peerDependenciesMeta:
|
|
picomatch:
|
|
optional: true
|
|
|
|
foreground-child@3.3.1:
|
|
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
engines: {node: '>=14'}
|
|
|
|
fsevents@2.3.3:
|
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
function-bind@1.1.2:
|
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
|
|
gensync@1.0.0-beta.2:
|
|
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
get-caller-file@2.0.5:
|
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
|
|
get-intrinsic@1.3.0:
|
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-proto@1.0.1:
|
|
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
glob@10.4.5:
|
|
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
|
|
hasBin: true
|
|
|
|
global-directory@4.0.1:
|
|
resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
globrex@0.1.2:
|
|
resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==}
|
|
|
|
gopd@1.2.0:
|
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
graceful-fs@4.2.11:
|
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
|
|
graphlib@2.1.8:
|
|
resolution: {integrity: sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==}
|
|
|
|
graphology-types@0.24.8:
|
|
resolution: {integrity: sha512-hDRKYXa8TsoZHjgEaysSRyPdT6uB78Ci8WnjgbStlQysz7xR52PInxNsmnB7IBOM1BhikxkNyCVEFgmPKnpx3Q==}
|
|
|
|
graphology@0.25.4:
|
|
resolution: {integrity: sha512-33g0Ol9nkWdD6ulw687viS8YJQBxqG5LWII6FI6nul0pq6iM2t5EKquOTFDbyTblRB3O9I+7KX4xI8u5ffekAQ==}
|
|
peerDependencies:
|
|
graphology-types: '>=0.24.0'
|
|
|
|
graphql@16.11.0:
|
|
resolution: {integrity: sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==}
|
|
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
|
|
|
has-flag@4.0.0:
|
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
has-property-descriptors@1.0.2:
|
|
resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
|
|
|
|
has-symbols@1.1.0:
|
|
resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
hasown@2.0.2:
|
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
headers-polyfill@4.0.3:
|
|
resolution: {integrity: sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==}
|
|
|
|
html-encoding-sniffer@4.0.0:
|
|
resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
html-escaper@2.0.2:
|
|
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
|
|
|
|
http-proxy-agent@7.0.2:
|
|
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
|
engines: {node: '>= 14'}
|
|
|
|
https-proxy-agent@7.0.6:
|
|
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
|
engines: {node: '>= 14'}
|
|
|
|
i18next-browser-languagedetector@8.2.0:
|
|
resolution: {integrity: sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g==}
|
|
|
|
i18next-http-backend@2.7.3:
|
|
resolution: {integrity: sha512-FgZxrXdRA5u44xfYsJlEBL4/KH3f2IluBpgV/7riW0YW2VEyM8FzVt2XHAOi6id0Ppj7vZvCZVpp5LrGXnc8Ig==}
|
|
|
|
i18next-http-backend@3.0.2:
|
|
resolution: {integrity: sha512-PdlvPnvIp4E1sYi46Ik4tBYh/v/NbYfFFgTjkwFl0is8A18s7/bx9aXqsrOax9WUbeNS6mD2oix7Z0yGGf6m5g==}
|
|
|
|
i18next-korean-postposition-processor@1.0.0:
|
|
resolution: {integrity: sha512-ruNXjI9awsFK6Ie+F9gYaMW8ciLMuCkeRjH9QkSv2Wb8xI0mnm773v3M9eua8dtvAXudIUk4p6Ho7hNkEASXDg==}
|
|
peerDependencies:
|
|
i18next: '>=8.4.0'
|
|
|
|
i18next@22.5.1:
|
|
resolution: {integrity: sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==}
|
|
|
|
i18next@24.2.3:
|
|
resolution: {integrity: sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==}
|
|
peerDependencies:
|
|
typescript: ^5
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
iconv-lite@0.4.24:
|
|
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
iconv-lite@0.6.3:
|
|
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
ignore@7.0.5:
|
|
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
|
|
engines: {node: '>= 4'}
|
|
|
|
immediate@3.0.6:
|
|
resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==}
|
|
|
|
inherits@2.0.4:
|
|
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
|
|
ini@4.1.1:
|
|
resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
|
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
|
|
inquirer@12.8.2:
|
|
resolution: {integrity: sha512-oBDL9f4+cDambZVJdfJu2M5JQfvaug9lbo6fKDlFV40i8t3FGA1Db67ov5Hp5DInG4zmXhHWTSnlXBntnJ7GMA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
interpret@3.1.1:
|
|
resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
is-core-module@2.16.1:
|
|
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-fullwidth-code-point@3.0.0:
|
|
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-installed-globally@1.0.0:
|
|
resolution: {integrity: sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
is-node-process@1.2.0:
|
|
resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==}
|
|
|
|
is-path-inside@4.0.0:
|
|
resolution: {integrity: sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==}
|
|
engines: {node: '>=12'}
|
|
|
|
is-potential-custom-element-name@1.0.1:
|
|
resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
|
|
|
|
isarray@1.0.0:
|
|
resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
|
|
|
|
isarray@2.0.5:
|
|
resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
|
|
|
|
isexe@2.0.0:
|
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
|
|
istanbul-lib-coverage@3.2.2:
|
|
resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==}
|
|
engines: {node: '>=8'}
|
|
|
|
istanbul-lib-instrument@6.0.3:
|
|
resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-lib-report@3.0.1:
|
|
resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-lib-source-maps@5.0.6:
|
|
resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==}
|
|
engines: {node: '>=10'}
|
|
|
|
istanbul-reports@3.1.7:
|
|
resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==}
|
|
engines: {node: '>=8'}
|
|
|
|
jackspeak@3.4.3:
|
|
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
|
|
|
|
jest-canvas-mock@2.5.2:
|
|
resolution: {integrity: sha512-vgnpPupjOL6+L5oJXzxTxFrlGEIbHdZqFU+LFNdtLxZ3lRDCl17FlTMM7IatoRQkrcyOTMlDinjUguqmQ6bR2A==}
|
|
|
|
js-tokens@4.0.0:
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
js-tokens@9.0.1:
|
|
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
|
|
|
|
js-yaml@4.1.0:
|
|
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
|
hasBin: true
|
|
|
|
jsdom@26.1.0:
|
|
resolution: {integrity: sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
canvas: ^3.0.0
|
|
peerDependenciesMeta:
|
|
canvas:
|
|
optional: true
|
|
|
|
jsesc@3.1.0:
|
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
json-schema-traverse@1.0.0:
|
|
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
|
|
json-stable-stringify@1.3.0:
|
|
resolution: {integrity: sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
json5@2.2.3:
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
jsonify@0.0.1:
|
|
resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==}
|
|
|
|
jszip@3.10.1:
|
|
resolution: {integrity: sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==}
|
|
|
|
kleur@3.0.3:
|
|
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
|
|
engines: {node: '>=6'}
|
|
|
|
lefthook-darwin-arm64@1.12.2:
|
|
resolution: {integrity: sha512-fTxeI9tEskrHjc3QyEO+AG7impBXY2Ed8V5aiRc3fw9POfYtVh9b5jRx90fjk2+ld5hf+Z1DsyyLq/vOHDFskQ==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
lefthook-darwin-x64@1.12.2:
|
|
resolution: {integrity: sha512-T1dCDKAAfdHgYZ8qtrS02SJSHoR52RFcrGArFNll9Mu4ZSV19Sp8BO+kTwDUOcLYdcPGNaqOp9PkRBQGZWQC7g==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
lefthook-freebsd-arm64@1.12.2:
|
|
resolution: {integrity: sha512-2n9z7Q4BKeMBoB9cuEdv0UBQH82Z4GgBQpCrfjCtyzpDnYQwrH8Tkrlnlko4qPh9MM6nLLGIYMKsA5nltzo8Cg==}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
lefthook-freebsd-x64@1.12.2:
|
|
resolution: {integrity: sha512-1hNY/irY+/3kjRzKoJYxG+m3BYI8QxopJUK1PQnknGo1Wy5u302SdX+tR7pnpz6JM5chrNw4ozSbKKOvdZ5VEw==}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
lefthook-linux-arm64@1.12.2:
|
|
resolution: {integrity: sha512-1W4swYIVRkxq/LFTuuK4oVpd6NtTKY4E3VY2Uq2JDkIOJV46+8qGBF+C/QA9K3O9chLffgN7c+i+NhIuGiZ/Vw==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
lefthook-linux-x64@1.12.2:
|
|
resolution: {integrity: sha512-J6VGuMfhq5iCsg1Pv7xULbuXC63gP5LaikT0PhkyBNMi3HQneZFDJ8k/sp0Ue9HkQv6QfWIo3/FgB9gz38MCFw==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
lefthook-openbsd-arm64@1.12.2:
|
|
resolution: {integrity: sha512-wncDRW3ml24DaOyH22KINumjvCohswbQqbxyH2GORRCykSnE859cTjOrRIchTKBIARF7PSeGPUtS7EK0+oDbaw==}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
lefthook-openbsd-x64@1.12.2:
|
|
resolution: {integrity: sha512-2jDOkCHNnc/oK/vR62hAf3vZb1EQ6Md2GjIlgZ/V7A3ztOsM8QZ5IxwYN3D1UOIR5ZnwMBy7PtmTJC/HJrig5w==}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
lefthook-windows-arm64@1.12.2:
|
|
resolution: {integrity: sha512-ZMH/q6UNSidhHEG/1QoqIl1n4yPTBWuVmKx5bONtKHicoz4QCQ+QEiNjKsG5OO4C62nfyHGThmweCzZVUQECJw==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
lefthook-windows-x64@1.12.2:
|
|
resolution: {integrity: sha512-TqT2jIPcTQ9uwaw+v+DTmvnUHM/p7bbsSrPoPX+fRXSGLzFjyiY+12C9dObSwfCQq6rT70xqQJ9AmftJQsa5/Q==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
lefthook@1.12.2:
|
|
resolution: {integrity: sha512-2CeTu5NcmoT9YnqsHTq/TF36MlqlzHzhivGx3DrXHwcff4TdvrkIwUTA56huM3Nlo5ODAF/0hlPzaKLmNHCBnQ==}
|
|
hasBin: true
|
|
|
|
lie@3.3.0:
|
|
resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==}
|
|
|
|
linkify-it@5.0.0:
|
|
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
|
|
|
|
lodash@4.17.21:
|
|
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
|
|
loupe@3.2.0:
|
|
resolution: {integrity: sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==}
|
|
|
|
lru-cache@10.4.3:
|
|
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
|
|
lru-cache@5.1.1:
|
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
|
|
lunr@2.3.9:
|
|
resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==}
|
|
|
|
magic-string@0.30.17:
|
|
resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
|
|
|
|
magicast@0.3.5:
|
|
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
|
|
|
|
make-dir@4.0.0:
|
|
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
|
|
engines: {node: '>=10'}
|
|
|
|
markdown-it@14.1.0:
|
|
resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
|
|
hasBin: true
|
|
|
|
math-intrinsics@1.1.0:
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
mdurl@2.0.0:
|
|
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
|
|
|
|
memoize@10.1.0:
|
|
resolution: {integrity: sha512-MMbFhJzh4Jlg/poq1si90XRlTZRDHVqdlz2mPyGJ6kqMpyHUyVpDd5gpFAvVehW64+RA1eKE9Yt8aSLY7w2Kgg==}
|
|
engines: {node: '>=18'}
|
|
|
|
mimic-function@5.0.1:
|
|
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
|
engines: {node: '>=18'}
|
|
|
|
minimatch@9.0.5:
|
|
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minimist@1.2.8:
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
|
|
minipass@7.1.2:
|
|
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
moo-color@1.0.3:
|
|
resolution: {integrity: sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ==}
|
|
|
|
ms@2.1.3:
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
msw@2.10.4:
|
|
resolution: {integrity: sha512-6R1or/qyele7q3RyPwNuvc0IxO8L8/Aim6Sz5ncXEgcWUNxSKE+udriTOWHtpMwmfkLYlacA2y7TIx4cL5lgHA==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
typescript: '>= 4.8.x'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
mustache@4.2.0:
|
|
resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==}
|
|
hasBin: true
|
|
|
|
mute-stream@2.0.0:
|
|
resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==}
|
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
|
|
nanoid@3.3.11:
|
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
hasBin: true
|
|
|
|
node-fetch@2.7.0:
|
|
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
|
|
engines: {node: 4.x || >=6.0.0}
|
|
peerDependencies:
|
|
encoding: ^0.1.0
|
|
peerDependenciesMeta:
|
|
encoding:
|
|
optional: true
|
|
|
|
node-releases@2.0.19:
|
|
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
|
|
|
|
nwsapi@2.2.21:
|
|
resolution: {integrity: sha512-o6nIY3qwiSXl7/LuOU0Dmuctd34Yay0yeuZRLFmDPrrdHpXKFndPj3hM+YEPVHYC5fx2otBx4Ilc/gyYSAUaIA==}
|
|
|
|
object-keys@1.1.1:
|
|
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
obliterator@2.0.5:
|
|
resolution: {integrity: sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==}
|
|
|
|
os-tmpdir@1.0.2:
|
|
resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
outvariant@1.4.3:
|
|
resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==}
|
|
|
|
package-json-from-dist@1.0.1:
|
|
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
|
|
|
pako@1.0.11:
|
|
resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==}
|
|
|
|
papaparse@5.5.3:
|
|
resolution: {integrity: sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==}
|
|
|
|
parse5@7.3.0:
|
|
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
|
|
|
|
path-key@3.1.1:
|
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-parse@1.0.7:
|
|
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
|
|
path-scurry@1.11.1:
|
|
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
engines: {node: '>=16 || 14 >=14.18'}
|
|
|
|
path-to-regexp@6.3.0:
|
|
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
|
|
|
|
pathe@2.0.3:
|
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
|
|
pathval@2.0.1:
|
|
resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
|
|
engines: {node: '>= 14.16'}
|
|
|
|
phaser3-rex-plugins@1.80.16:
|
|
resolution: {integrity: sha512-c34SfEjdK7rz8EbM7bDmJwB/xCb/YR77IaAaowzqkCLb7pLeI3E8PfLivm882iirN11XOHjYT2uYlvtdbNAtMA==}
|
|
|
|
phaser3spectorjs@0.0.8:
|
|
resolution: {integrity: sha512-0dSO7/aMjEUPrp5EcjRvRRsEf+jXDbmzalPeJ6VtTB2Pn1PeaKc+qlL/DmO3l1Dvc5lkzc+Sil1Ta+Hkyi5cbA==}
|
|
|
|
phaser@3.90.0:
|
|
resolution: {integrity: sha512-/cziz/5ZIn02uDkC9RzN8VF9x3Gs3XdFFf9nkiMEQT3p7hQlWuyjy4QWosU802qqno2YSLn2BfqwOKLv/sSVfQ==}
|
|
|
|
picocolors@1.1.1:
|
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
|
|
picomatch@4.0.3:
|
|
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
engines: {node: '>=12'}
|
|
|
|
postcss@8.5.6:
|
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
process-nextick-args@2.0.1:
|
|
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
|
|
|
prompts@2.4.2:
|
|
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
|
|
engines: {node: '>= 6'}
|
|
|
|
psl@1.15.0:
|
|
resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==}
|
|
|
|
punycode.js@2.3.1:
|
|
resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==}
|
|
engines: {node: '>=6'}
|
|
|
|
punycode@2.3.1:
|
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
engines: {node: '>=6'}
|
|
|
|
querystringify@2.2.0:
|
|
resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==}
|
|
|
|
readable-stream@2.3.8:
|
|
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
|
|
|
|
rechoir@0.8.0:
|
|
resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==}
|
|
engines: {node: '>= 10.13.0'}
|
|
|
|
regexp-tree@0.1.27:
|
|
resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==}
|
|
hasBin: true
|
|
|
|
require-directory@2.1.1:
|
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
require-from-string@2.0.2:
|
|
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
requires-port@1.0.0:
|
|
resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==}
|
|
|
|
resolve@1.22.10:
|
|
resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
|
|
engines: {node: '>= 0.4'}
|
|
hasBin: true
|
|
|
|
rollup@4.46.1:
|
|
resolution: {integrity: sha512-33xGNBsDJAkzt0PvninskHlWnTIPgDtTwhg0U38CUoNP/7H6wI2Cz6dUeoNPbjdTdsYTGuiFFASuUOWovH0SyQ==}
|
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
hasBin: true
|
|
|
|
rrweb-cssom@0.8.0:
|
|
resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==}
|
|
|
|
run-async@4.0.5:
|
|
resolution: {integrity: sha512-oN9GTgxUNDBumHTTDmQ8dep6VIJbgj9S3dPP+9XylVLIK4xB9XTXtKWROd5pnhdXR9k0EgO1JRcNh0T+Ny2FsA==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
rxjs@7.8.2:
|
|
resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
|
|
|
|
safe-buffer@5.1.2:
|
|
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
|
|
|
|
safe-regex@2.1.1:
|
|
resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==}
|
|
|
|
safer-buffer@2.1.2:
|
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
|
|
saxes@6.0.0:
|
|
resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
|
|
engines: {node: '>=v12.22.7'}
|
|
|
|
semver@6.3.1:
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
hasBin: true
|
|
|
|
semver@7.7.2:
|
|
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
set-function-length@1.2.2:
|
|
resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
setimmediate@1.0.5:
|
|
resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==}
|
|
|
|
shebang-command@2.0.0:
|
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
engines: {node: '>=8'}
|
|
|
|
shebang-regex@3.0.0:
|
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
engines: {node: '>=8'}
|
|
|
|
siginfo@2.0.0:
|
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
|
|
signal-exit@4.1.0:
|
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
engines: {node: '>=14'}
|
|
|
|
sisteransi@1.0.5:
|
|
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
|
|
|
|
source-map-js@1.2.1:
|
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
stackback@0.0.2:
|
|
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
|
|
statuses@2.0.2:
|
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
std-env@3.9.0:
|
|
resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==}
|
|
|
|
strict-event-emitter@0.5.1:
|
|
resolution: {integrity: sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==}
|
|
|
|
string-width@4.2.3:
|
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
engines: {node: '>=8'}
|
|
|
|
string-width@5.1.2:
|
|
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
|
|
engines: {node: '>=12'}
|
|
|
|
string_decoder@1.1.1:
|
|
resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
|
|
|
|
strip-ansi@6.0.1:
|
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-ansi@7.1.0:
|
|
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
strip-bom@3.0.0:
|
|
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
|
|
engines: {node: '>=4'}
|
|
|
|
strip-literal@3.0.0:
|
|
resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==}
|
|
|
|
supports-color@7.2.0:
|
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
engines: {node: '>=8'}
|
|
|
|
supports-preserve-symlinks-flag@1.0.0:
|
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
symbol-tree@3.2.4:
|
|
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
|
|
|
|
tapable@2.2.2:
|
|
resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==}
|
|
engines: {node: '>=6'}
|
|
|
|
teamcity-service-messages@0.1.14:
|
|
resolution: {integrity: sha512-29aQwaHqm8RMX74u2o/h1KbMLP89FjNiMxD9wbF2BbWOnbM+q+d1sCEC+MqCc4QW3NJykn77OMpTFw/xTHIc0w==}
|
|
|
|
test-exclude@7.0.1:
|
|
resolution: {integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==}
|
|
engines: {node: '>=18'}
|
|
|
|
tinybench@2.9.0:
|
|
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
|
|
tinyexec@0.3.2:
|
|
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
|
|
|
tinyglobby@0.2.14:
|
|
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
tinypool@1.1.1:
|
|
resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==}
|
|
engines: {node: ^18.0.0 || >=20.0.0}
|
|
|
|
tinyrainbow@2.0.0:
|
|
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
tinyspy@4.0.3:
|
|
resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
tldts-core@6.1.86:
|
|
resolution: {integrity: sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==}
|
|
|
|
tldts@6.1.86:
|
|
resolution: {integrity: sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==}
|
|
hasBin: true
|
|
|
|
tmp@0.0.33:
|
|
resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==}
|
|
engines: {node: '>=0.6.0'}
|
|
|
|
tough-cookie@4.1.4:
|
|
resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==}
|
|
engines: {node: '>=6'}
|
|
|
|
tough-cookie@5.1.2:
|
|
resolution: {integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==}
|
|
engines: {node: '>=16'}
|
|
|
|
tr46@0.0.3:
|
|
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
|
|
tr46@5.1.1:
|
|
resolution: {integrity: sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==}
|
|
engines: {node: '>=18'}
|
|
|
|
tsconfck@3.1.6:
|
|
resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==}
|
|
engines: {node: ^18 || >=20}
|
|
hasBin: true
|
|
peerDependencies:
|
|
typescript: ^5.0.0
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
tsconfig-paths-webpack-plugin@4.2.0:
|
|
resolution: {integrity: sha512-zbem3rfRS8BgeNK50Zz5SIQgXzLafiHjOwUAvk/38/o1jHn/V5QAgVUcz884or7WYcPaH3N2CIfUc2u0ul7UcA==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
tsconfig-paths@4.2.0:
|
|
resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==}
|
|
engines: {node: '>=6'}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
type-fest@0.21.3:
|
|
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
|
|
engines: {node: '>=10'}
|
|
|
|
type-fest@4.41.0:
|
|
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
|
|
engines: {node: '>=16'}
|
|
|
|
typedoc@0.28.8:
|
|
resolution: {integrity: sha512-16GfLopc8icHfdvqZDqdGBoS2AieIRP2rpf9mU+MgN+gGLyEQvAO0QgOa6NJ5QNmQi0LFrDY9in4F2fUNKgJKA==}
|
|
engines: {node: '>= 18', pnpm: '>= 10'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x
|
|
|
|
typescript@5.8.3:
|
|
resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
uc.micro@2.1.0:
|
|
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
|
|
|
|
undici-types@6.21.0:
|
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
|
|
universalify@0.2.0:
|
|
resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==}
|
|
engines: {node: '>= 4.0.0'}
|
|
|
|
update-browserslist-db@1.1.3:
|
|
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
browserslist: '>= 4.21.0'
|
|
|
|
url-parse@1.5.10:
|
|
resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==}
|
|
|
|
util-deprecate@1.0.2:
|
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
|
|
vite-node@3.2.4:
|
|
resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==}
|
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
hasBin: true
|
|
|
|
vite-tsconfig-paths@5.1.4:
|
|
resolution: {integrity: sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==}
|
|
peerDependencies:
|
|
vite: '*'
|
|
peerDependenciesMeta:
|
|
vite:
|
|
optional: true
|
|
|
|
vite@7.0.6:
|
|
resolution: {integrity: sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@types/node': ^20.19.0 || >=22.12.0
|
|
jiti: '>=1.21.0'
|
|
less: ^4.0.0
|
|
lightningcss: ^1.21.0
|
|
sass: ^1.70.0
|
|
sass-embedded: ^1.70.0
|
|
stylus: '>=0.54.8'
|
|
sugarss: ^5.0.0
|
|
terser: ^5.16.0
|
|
tsx: ^4.8.1
|
|
yaml: ^2.4.2
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
jiti:
|
|
optional: true
|
|
less:
|
|
optional: true
|
|
lightningcss:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
sass-embedded:
|
|
optional: true
|
|
stylus:
|
|
optional: true
|
|
sugarss:
|
|
optional: true
|
|
terser:
|
|
optional: true
|
|
tsx:
|
|
optional: true
|
|
yaml:
|
|
optional: true
|
|
|
|
vitest-canvas-mock@0.3.3:
|
|
resolution: {integrity: sha512-3P968tYBpqYyzzOaVtqnmYjqbe13576/fkjbDEJSfQAkHtC5/UjuRHOhFEN/ZV5HVZIkaROBUWgazDKJ+Ibw+Q==}
|
|
peerDependencies:
|
|
vitest: '*'
|
|
|
|
vitest@3.2.4:
|
|
resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==}
|
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@edge-runtime/vm': '*'
|
|
'@types/debug': ^4.1.12
|
|
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
|
'@vitest/browser': 3.2.4
|
|
'@vitest/ui': 3.2.4
|
|
happy-dom: '*'
|
|
jsdom: '*'
|
|
peerDependenciesMeta:
|
|
'@edge-runtime/vm':
|
|
optional: true
|
|
'@types/debug':
|
|
optional: true
|
|
'@types/node':
|
|
optional: true
|
|
'@vitest/browser':
|
|
optional: true
|
|
'@vitest/ui':
|
|
optional: true
|
|
happy-dom:
|
|
optional: true
|
|
jsdom:
|
|
optional: true
|
|
|
|
w3c-xmlserializer@5.0.0:
|
|
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
|
|
engines: {node: '>=18'}
|
|
|
|
watskeburt@4.2.3:
|
|
resolution: {integrity: sha512-uG9qtQYoHqAsnT711nG5iZc/8M5inSmkGCOp7pFaytKG2aTfIca7p//CjiVzAE4P7hzaYuCozMjNNaLgmhbK5g==}
|
|
engines: {node: ^18||>=20}
|
|
hasBin: true
|
|
|
|
webfontloader@1.6.28:
|
|
resolution: {integrity: sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==}
|
|
|
|
webidl-conversions@3.0.1:
|
|
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
|
|
webidl-conversions@7.0.0:
|
|
resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
|
|
engines: {node: '>=12'}
|
|
|
|
whatwg-encoding@3.1.1:
|
|
resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
whatwg-mimetype@4.0.0:
|
|
resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
|
|
engines: {node: '>=18'}
|
|
|
|
whatwg-url@14.2.0:
|
|
resolution: {integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==}
|
|
engines: {node: '>=18'}
|
|
|
|
whatwg-url@5.0.0:
|
|
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
|
|
which@2.0.2:
|
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
engines: {node: '>= 8'}
|
|
hasBin: true
|
|
|
|
why-is-node-running@2.3.0:
|
|
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
engines: {node: '>=8'}
|
|
hasBin: true
|
|
|
|
wrap-ansi@6.2.0:
|
|
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
|
|
engines: {node: '>=8'}
|
|
|
|
wrap-ansi@7.0.0:
|
|
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
wrap-ansi@8.1.0:
|
|
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
ws@8.18.3:
|
|
resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==}
|
|
engines: {node: '>=10.0.0'}
|
|
peerDependencies:
|
|
bufferutil: ^4.0.1
|
|
utf-8-validate: '>=5.0.2'
|
|
peerDependenciesMeta:
|
|
bufferutil:
|
|
optional: true
|
|
utf-8-validate:
|
|
optional: true
|
|
|
|
xml-name-validator@5.0.0:
|
|
resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
|
|
engines: {node: '>=18'}
|
|
|
|
xmlchars@2.2.0:
|
|
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
|
|
|
|
y18n@5.0.8:
|
|
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
engines: {node: '>=10'}
|
|
|
|
yallist@3.1.1:
|
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
|
|
yaml@2.8.0:
|
|
resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==}
|
|
engines: {node: '>= 14.6'}
|
|
hasBin: true
|
|
|
|
yargs-parser@21.1.1:
|
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
engines: {node: '>=12'}
|
|
|
|
yargs@17.7.2:
|
|
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
|
engines: {node: '>=12'}
|
|
|
|
yoctocolors-cjs@2.1.2:
|
|
resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==}
|
|
engines: {node: '>=18'}
|
|
|
|
snapshots:
|
|
|
|
'@ampproject/remapping@2.3.0':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.12
|
|
'@jridgewell/trace-mapping': 0.3.29
|
|
|
|
'@asamuzakjp/css-color@3.2.0':
|
|
dependencies:
|
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-color-parser': 3.0.10(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
lru-cache: 10.4.3
|
|
|
|
'@babel/code-frame@7.27.1':
|
|
dependencies:
|
|
'@babel/helper-validator-identifier': 7.27.1
|
|
js-tokens: 4.0.0
|
|
picocolors: 1.1.1
|
|
|
|
'@babel/compat-data@7.28.0': {}
|
|
|
|
'@babel/core@7.28.0':
|
|
dependencies:
|
|
'@ampproject/remapping': 2.3.0
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/generator': 7.28.0
|
|
'@babel/helper-compilation-targets': 7.27.2
|
|
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
|
|
'@babel/helpers': 7.28.2
|
|
'@babel/parser': 7.28.0
|
|
'@babel/template': 7.27.2
|
|
'@babel/traverse': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
convert-source-map: 2.0.0
|
|
debug: 4.4.1
|
|
gensync: 1.0.0-beta.2
|
|
json5: 2.2.3
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/generator@7.28.0':
|
|
dependencies:
|
|
'@babel/parser': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
'@jridgewell/gen-mapping': 0.3.12
|
|
'@jridgewell/trace-mapping': 0.3.29
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/helper-compilation-targets@7.27.2':
|
|
dependencies:
|
|
'@babel/compat-data': 7.28.0
|
|
'@babel/helper-validator-option': 7.27.1
|
|
browserslist: 4.25.1
|
|
lru-cache: 5.1.1
|
|
semver: 6.3.1
|
|
|
|
'@babel/helper-globals@7.28.0': {}
|
|
|
|
'@babel/helper-module-imports@7.27.1':
|
|
dependencies:
|
|
'@babel/traverse': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-module-imports': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.27.1
|
|
'@babel/traverse': 7.28.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-string-parser@7.27.1': {}
|
|
|
|
'@babel/helper-validator-identifier@7.27.1': {}
|
|
|
|
'@babel/helper-validator-option@7.27.1': {}
|
|
|
|
'@babel/helpers@7.28.2':
|
|
dependencies:
|
|
'@babel/template': 7.27.2
|
|
'@babel/types': 7.28.2
|
|
|
|
'@babel/parser@7.28.0':
|
|
dependencies:
|
|
'@babel/types': 7.28.2
|
|
|
|
'@babel/runtime@7.28.2': {}
|
|
|
|
'@babel/template@7.27.2':
|
|
dependencies:
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/parser': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
|
|
'@babel/traverse@7.28.0':
|
|
dependencies:
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/generator': 7.28.0
|
|
'@babel/helper-globals': 7.28.0
|
|
'@babel/parser': 7.28.0
|
|
'@babel/template': 7.27.2
|
|
'@babel/types': 7.28.2
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/types@7.28.2':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.27.1
|
|
|
|
'@biomejs/biome@2.0.0':
|
|
optionalDependencies:
|
|
'@biomejs/cli-darwin-arm64': 2.0.0
|
|
'@biomejs/cli-darwin-x64': 2.0.0
|
|
'@biomejs/cli-linux-arm64': 2.0.0
|
|
'@biomejs/cli-linux-arm64-musl': 2.0.0
|
|
'@biomejs/cli-linux-x64': 2.0.0
|
|
'@biomejs/cli-linux-x64-musl': 2.0.0
|
|
'@biomejs/cli-win32-arm64': 2.0.0
|
|
'@biomejs/cli-win32-x64': 2.0.0
|
|
|
|
'@biomejs/cli-darwin-arm64@2.0.0':
|
|
optional: true
|
|
|
|
'@biomejs/cli-darwin-x64@2.0.0':
|
|
optional: true
|
|
|
|
'@biomejs/cli-linux-arm64-musl@2.0.0':
|
|
optional: true
|
|
|
|
'@biomejs/cli-linux-arm64@2.0.0':
|
|
optional: true
|
|
|
|
'@biomejs/cli-linux-x64-musl@2.0.0':
|
|
optional: true
|
|
|
|
'@biomejs/cli-linux-x64@2.0.0':
|
|
optional: true
|
|
|
|
'@biomejs/cli-win32-arm64@2.0.0':
|
|
optional: true
|
|
|
|
'@biomejs/cli-win32-x64@2.0.0':
|
|
optional: true
|
|
|
|
'@bundled-es-modules/cookie@2.0.1':
|
|
dependencies:
|
|
cookie: 0.7.2
|
|
|
|
'@bundled-es-modules/statuses@1.0.1':
|
|
dependencies:
|
|
statuses: 2.0.2
|
|
|
|
'@bundled-es-modules/tough-cookie@0.1.6':
|
|
dependencies:
|
|
'@types/tough-cookie': 4.0.5
|
|
tough-cookie: 4.1.4
|
|
|
|
'@csstools/color-helpers@5.0.2': {}
|
|
|
|
'@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-color-parser@3.0.10(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/color-helpers': 5.0.2
|
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-tokenizer@3.0.4': {}
|
|
|
|
'@esbuild/aix-ppc64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.25.8':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.25.8':
|
|
optional: true
|
|
|
|
'@gerrit0/mini-shiki@3.8.1':
|
|
dependencies:
|
|
'@shikijs/engine-oniguruma': 3.8.1
|
|
'@shikijs/langs': 3.8.1
|
|
'@shikijs/themes': 3.8.1
|
|
'@shikijs/types': 3.8.1
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
|
|
'@inquirer/checkbox@4.2.0(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/figures': 1.0.13
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
ansi-escapes: 4.3.2
|
|
yoctocolors-cjs: 2.1.2
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/confirm@5.1.14(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/core@10.1.15(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/figures': 1.0.13
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
ansi-escapes: 4.3.2
|
|
cli-width: 4.1.0
|
|
mute-stream: 2.0.0
|
|
signal-exit: 4.1.0
|
|
wrap-ansi: 6.2.0
|
|
yoctocolors-cjs: 2.1.2
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/editor@4.2.15(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
external-editor: 3.1.0
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/expand@4.0.17(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
yoctocolors-cjs: 2.1.2
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/figures@1.0.13': {}
|
|
|
|
'@inquirer/input@4.2.1(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/number@3.0.17(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/password@4.0.17(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
ansi-escapes: 4.3.2
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/prompts@7.7.1(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/checkbox': 4.2.0(@types/node@22.16.5)
|
|
'@inquirer/confirm': 5.1.14(@types/node@22.16.5)
|
|
'@inquirer/editor': 4.2.15(@types/node@22.16.5)
|
|
'@inquirer/expand': 4.0.17(@types/node@22.16.5)
|
|
'@inquirer/input': 4.2.1(@types/node@22.16.5)
|
|
'@inquirer/number': 3.0.17(@types/node@22.16.5)
|
|
'@inquirer/password': 4.0.17(@types/node@22.16.5)
|
|
'@inquirer/rawlist': 4.1.5(@types/node@22.16.5)
|
|
'@inquirer/search': 3.0.17(@types/node@22.16.5)
|
|
'@inquirer/select': 4.3.1(@types/node@22.16.5)
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/rawlist@4.1.5(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
yoctocolors-cjs: 2.1.2
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/search@3.0.17(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/figures': 1.0.13
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
yoctocolors-cjs: 2.1.2
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/select@4.3.1(@types/node@22.16.5)':
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/figures': 1.0.13
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
ansi-escapes: 4.3.2
|
|
yoctocolors-cjs: 2.1.2
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@inquirer/type@3.0.8(@types/node@22.16.5)':
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
'@isaacs/cliui@8.0.2':
|
|
dependencies:
|
|
string-width: 5.1.2
|
|
string-width-cjs: string-width@4.2.3
|
|
strip-ansi: 7.1.0
|
|
strip-ansi-cjs: strip-ansi@6.0.1
|
|
wrap-ansi: 8.1.0
|
|
wrap-ansi-cjs: wrap-ansi@7.0.0
|
|
|
|
'@istanbuljs/schema@0.1.3': {}
|
|
|
|
'@jridgewell/gen-mapping@0.3.12':
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.4
|
|
'@jridgewell/trace-mapping': 0.3.29
|
|
|
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.4': {}
|
|
|
|
'@jridgewell/trace-mapping@0.3.29':
|
|
dependencies:
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
'@jridgewell/sourcemap-codec': 1.5.4
|
|
|
|
'@ls-lint/ls-lint@2.3.1': {}
|
|
|
|
'@material/material-color-utilities@0.2.7': {}
|
|
|
|
'@mswjs/interceptors@0.39.4':
|
|
dependencies:
|
|
'@open-draft/deferred-promise': 2.2.0
|
|
'@open-draft/logger': 0.3.0
|
|
'@open-draft/until': 2.1.0
|
|
is-node-process: 1.2.0
|
|
outvariant: 1.4.3
|
|
strict-event-emitter: 0.5.1
|
|
|
|
'@open-draft/deferred-promise@2.2.0': {}
|
|
|
|
'@open-draft/logger@0.3.0':
|
|
dependencies:
|
|
is-node-process: 1.2.0
|
|
outvariant: 1.4.3
|
|
|
|
'@open-draft/until@2.1.0': {}
|
|
|
|
'@pkgjs/parseargs@0.11.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-android-arm64@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-arm64@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-x64@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-x64@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-loongarch64-gnu@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.46.1':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.46.1':
|
|
optional: true
|
|
|
|
'@shikijs/engine-oniguruma@3.8.1':
|
|
dependencies:
|
|
'@shikijs/types': 3.8.1
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
|
|
'@shikijs/langs@3.8.1':
|
|
dependencies:
|
|
'@shikijs/types': 3.8.1
|
|
|
|
'@shikijs/themes@3.8.1':
|
|
dependencies:
|
|
'@shikijs/types': 3.8.1
|
|
|
|
'@shikijs/types@3.8.1':
|
|
dependencies:
|
|
'@shikijs/vscode-textmate': 10.0.2
|
|
'@types/hast': 3.0.4
|
|
|
|
'@shikijs/vscode-textmate@10.0.2': {}
|
|
|
|
'@types/chai@5.2.2':
|
|
dependencies:
|
|
'@types/deep-eql': 4.0.2
|
|
|
|
'@types/cookie@0.6.0': {}
|
|
|
|
'@types/deep-eql@4.0.2': {}
|
|
|
|
'@types/estree@1.0.8': {}
|
|
|
|
'@types/hast@3.0.4':
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
'@types/jsdom@21.1.7':
|
|
dependencies:
|
|
'@types/node': 22.16.5
|
|
'@types/tough-cookie': 4.0.5
|
|
parse5: 7.3.0
|
|
|
|
'@types/node@22.16.5':
|
|
dependencies:
|
|
undici-types: 6.21.0
|
|
|
|
'@types/statuses@2.0.6': {}
|
|
|
|
'@types/tough-cookie@4.0.5': {}
|
|
|
|
'@types/unist@3.0.3': {}
|
|
|
|
'@vitest/coverage-istanbul@3.2.4(vitest@3.2.4(@types/node@22.16.5)(jsdom@26.1.0)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(yaml@2.8.0))':
|
|
dependencies:
|
|
'@istanbuljs/schema': 0.1.3
|
|
debug: 4.4.1
|
|
istanbul-lib-coverage: 3.2.2
|
|
istanbul-lib-instrument: 6.0.3
|
|
istanbul-lib-report: 3.0.1
|
|
istanbul-lib-source-maps: 5.0.6
|
|
istanbul-reports: 3.1.7
|
|
magicast: 0.3.5
|
|
test-exclude: 7.0.1
|
|
tinyrainbow: 2.0.0
|
|
vitest: 3.2.4(@types/node@22.16.5)(jsdom@26.1.0)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(yaml@2.8.0)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@vitest/expect@3.2.4':
|
|
dependencies:
|
|
'@types/chai': 5.2.2
|
|
'@vitest/spy': 3.2.4
|
|
'@vitest/utils': 3.2.4
|
|
chai: 5.2.1
|
|
tinyrainbow: 2.0.0
|
|
|
|
'@vitest/mocker@3.2.4(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(vite@7.0.6(@types/node@22.16.5)(yaml@2.8.0))':
|
|
dependencies:
|
|
'@vitest/spy': 3.2.4
|
|
estree-walker: 3.0.3
|
|
magic-string: 0.30.17
|
|
optionalDependencies:
|
|
msw: 2.10.4(@types/node@22.16.5)(typescript@5.8.3)
|
|
vite: 7.0.6(@types/node@22.16.5)(yaml@2.8.0)
|
|
|
|
'@vitest/pretty-format@3.2.4':
|
|
dependencies:
|
|
tinyrainbow: 2.0.0
|
|
|
|
'@vitest/runner@3.2.4':
|
|
dependencies:
|
|
'@vitest/utils': 3.2.4
|
|
pathe: 2.0.3
|
|
strip-literal: 3.0.0
|
|
|
|
'@vitest/snapshot@3.2.4':
|
|
dependencies:
|
|
'@vitest/pretty-format': 3.2.4
|
|
magic-string: 0.30.17
|
|
pathe: 2.0.3
|
|
|
|
'@vitest/spy@3.2.4':
|
|
dependencies:
|
|
tinyspy: 4.0.3
|
|
|
|
'@vitest/utils@3.2.4':
|
|
dependencies:
|
|
'@vitest/pretty-format': 3.2.4
|
|
loupe: 3.2.0
|
|
tinyrainbow: 2.0.0
|
|
|
|
acorn-jsx-walk@2.0.0: {}
|
|
|
|
acorn-jsx@5.3.2(acorn@8.15.0):
|
|
dependencies:
|
|
acorn: 8.15.0
|
|
|
|
acorn-loose@8.5.2:
|
|
dependencies:
|
|
acorn: 8.15.0
|
|
|
|
acorn-walk@8.3.4:
|
|
dependencies:
|
|
acorn: 8.15.0
|
|
|
|
acorn@8.15.0: {}
|
|
|
|
agent-base@7.1.4: {}
|
|
|
|
ajv@8.17.1:
|
|
dependencies:
|
|
fast-deep-equal: 3.1.3
|
|
fast-uri: 3.0.6
|
|
json-schema-traverse: 1.0.0
|
|
require-from-string: 2.0.2
|
|
|
|
ansi-escapes@4.3.2:
|
|
dependencies:
|
|
type-fest: 0.21.3
|
|
|
|
ansi-regex@5.0.1: {}
|
|
|
|
ansi-regex@6.1.0: {}
|
|
|
|
ansi-styles@4.3.0:
|
|
dependencies:
|
|
color-convert: 2.0.1
|
|
|
|
ansi-styles@6.2.1: {}
|
|
|
|
argparse@2.0.1: {}
|
|
|
|
assertion-error@2.0.1: {}
|
|
|
|
balanced-match@1.0.2: {}
|
|
|
|
brace-expansion@2.0.2:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
|
|
browserslist@4.25.1:
|
|
dependencies:
|
|
caniuse-lite: 1.0.30001727
|
|
electron-to-chromium: 1.5.191
|
|
node-releases: 2.0.19
|
|
update-browserslist-db: 1.1.3(browserslist@4.25.1)
|
|
|
|
cac@6.7.14: {}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
|
|
call-bind@1.0.8:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-define-property: 1.0.1
|
|
get-intrinsic: 1.3.0
|
|
set-function-length: 1.2.2
|
|
|
|
call-bound@1.0.4:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
get-intrinsic: 1.3.0
|
|
|
|
caniuse-lite@1.0.30001727: {}
|
|
|
|
chai@5.2.1:
|
|
dependencies:
|
|
assertion-error: 2.0.1
|
|
check-error: 2.1.1
|
|
deep-eql: 5.0.2
|
|
loupe: 3.2.0
|
|
pathval: 2.0.1
|
|
|
|
chalk@4.1.2:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
supports-color: 7.2.0
|
|
|
|
chalk@5.4.1: {}
|
|
|
|
chardet@0.7.0: {}
|
|
|
|
check-error@2.1.1: {}
|
|
|
|
cli-width@4.1.0: {}
|
|
|
|
cliui@8.0.1:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 7.0.0
|
|
|
|
color-convert@2.0.1:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
|
|
color-name@1.1.4: {}
|
|
|
|
commander@13.1.0: {}
|
|
|
|
compare-versions@6.1.1: {}
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
cookie@0.7.2: {}
|
|
|
|
core-util-is@1.0.3: {}
|
|
|
|
cross-fetch@4.0.0:
|
|
dependencies:
|
|
node-fetch: 2.7.0
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
|
|
cross-spawn@7.0.6:
|
|
dependencies:
|
|
path-key: 3.1.1
|
|
shebang-command: 2.0.0
|
|
which: 2.0.2
|
|
|
|
crypto-js@4.2.0: {}
|
|
|
|
cssfontparser@1.2.1: {}
|
|
|
|
cssstyle@4.6.0:
|
|
dependencies:
|
|
'@asamuzakjp/css-color': 3.2.0
|
|
rrweb-cssom: 0.8.0
|
|
|
|
dagre@0.8.5:
|
|
dependencies:
|
|
graphlib: 2.1.8
|
|
lodash: 4.17.21
|
|
|
|
data-urls@5.0.0:
|
|
dependencies:
|
|
whatwg-mimetype: 4.0.0
|
|
whatwg-url: 14.2.0
|
|
|
|
debug@4.4.1:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
decimal.js@10.6.0: {}
|
|
|
|
deep-eql@5.0.2: {}
|
|
|
|
define-data-property@1.1.4:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
dependency-cruiser@16.10.4:
|
|
dependencies:
|
|
acorn: 8.15.0
|
|
acorn-jsx: 5.3.2(acorn@8.15.0)
|
|
acorn-jsx-walk: 2.0.0
|
|
acorn-loose: 8.5.2
|
|
acorn-walk: 8.3.4
|
|
ajv: 8.17.1
|
|
commander: 13.1.0
|
|
enhanced-resolve: 5.18.2
|
|
ignore: 7.0.5
|
|
interpret: 3.1.1
|
|
is-installed-globally: 1.0.0
|
|
json5: 2.2.3
|
|
memoize: 10.1.0
|
|
picocolors: 1.1.1
|
|
picomatch: 4.0.3
|
|
prompts: 2.4.2
|
|
rechoir: 0.8.0
|
|
safe-regex: 2.1.1
|
|
semver: 7.7.2
|
|
teamcity-service-messages: 0.1.14
|
|
tsconfig-paths-webpack-plugin: 4.2.0
|
|
watskeburt: 4.2.3
|
|
|
|
dunder-proto@1.0.1:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
eastasianwidth@0.2.0: {}
|
|
|
|
electron-to-chromium@1.5.191: {}
|
|
|
|
emoji-regex@8.0.0: {}
|
|
|
|
emoji-regex@9.2.2: {}
|
|
|
|
enhanced-resolve@5.18.2:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
tapable: 2.2.2
|
|
|
|
entities@4.5.0: {}
|
|
|
|
entities@6.0.1: {}
|
|
|
|
es-define-property@1.0.1: {}
|
|
|
|
es-errors@1.3.0: {}
|
|
|
|
es-module-lexer@1.7.0: {}
|
|
|
|
es-object-atoms@1.1.1:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
|
|
esbuild@0.25.8:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.25.8
|
|
'@esbuild/android-arm': 0.25.8
|
|
'@esbuild/android-arm64': 0.25.8
|
|
'@esbuild/android-x64': 0.25.8
|
|
'@esbuild/darwin-arm64': 0.25.8
|
|
'@esbuild/darwin-x64': 0.25.8
|
|
'@esbuild/freebsd-arm64': 0.25.8
|
|
'@esbuild/freebsd-x64': 0.25.8
|
|
'@esbuild/linux-arm': 0.25.8
|
|
'@esbuild/linux-arm64': 0.25.8
|
|
'@esbuild/linux-ia32': 0.25.8
|
|
'@esbuild/linux-loong64': 0.25.8
|
|
'@esbuild/linux-mips64el': 0.25.8
|
|
'@esbuild/linux-ppc64': 0.25.8
|
|
'@esbuild/linux-riscv64': 0.25.8
|
|
'@esbuild/linux-s390x': 0.25.8
|
|
'@esbuild/linux-x64': 0.25.8
|
|
'@esbuild/netbsd-arm64': 0.25.8
|
|
'@esbuild/netbsd-x64': 0.25.8
|
|
'@esbuild/openbsd-arm64': 0.25.8
|
|
'@esbuild/openbsd-x64': 0.25.8
|
|
'@esbuild/openharmony-arm64': 0.25.8
|
|
'@esbuild/sunos-x64': 0.25.8
|
|
'@esbuild/win32-arm64': 0.25.8
|
|
'@esbuild/win32-ia32': 0.25.8
|
|
'@esbuild/win32-x64': 0.25.8
|
|
|
|
escalade@3.2.0: {}
|
|
|
|
estree-walker@3.0.3:
|
|
dependencies:
|
|
'@types/estree': 1.0.8
|
|
|
|
eventemitter3@3.1.2: {}
|
|
|
|
eventemitter3@5.0.1: {}
|
|
|
|
events@3.3.0: {}
|
|
|
|
expect-type@1.2.2: {}
|
|
|
|
external-editor@3.1.0:
|
|
dependencies:
|
|
chardet: 0.7.0
|
|
iconv-lite: 0.4.24
|
|
tmp: 0.0.33
|
|
|
|
fast-deep-equal@3.1.3: {}
|
|
|
|
fast-uri@3.0.6: {}
|
|
|
|
fdir@6.4.6(picomatch@4.0.3):
|
|
optionalDependencies:
|
|
picomatch: 4.0.3
|
|
|
|
foreground-child@3.3.1:
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
signal-exit: 4.1.0
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
gensync@1.0.0-beta.2: {}
|
|
|
|
get-caller-file@2.0.5: {}
|
|
|
|
get-intrinsic@1.3.0:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
function-bind: 1.1.2
|
|
get-proto: 1.0.1
|
|
gopd: 1.2.0
|
|
has-symbols: 1.1.0
|
|
hasown: 2.0.2
|
|
math-intrinsics: 1.1.0
|
|
|
|
get-proto@1.0.1:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
glob@10.4.5:
|
|
dependencies:
|
|
foreground-child: 3.3.1
|
|
jackspeak: 3.4.3
|
|
minimatch: 9.0.5
|
|
minipass: 7.1.2
|
|
package-json-from-dist: 1.0.1
|
|
path-scurry: 1.11.1
|
|
|
|
global-directory@4.0.1:
|
|
dependencies:
|
|
ini: 4.1.1
|
|
|
|
globrex@0.1.2: {}
|
|
|
|
gopd@1.2.0: {}
|
|
|
|
graceful-fs@4.2.11: {}
|
|
|
|
graphlib@2.1.8:
|
|
dependencies:
|
|
lodash: 4.17.21
|
|
|
|
graphology-types@0.24.8: {}
|
|
|
|
graphology@0.25.4(graphology-types@0.24.8):
|
|
dependencies:
|
|
events: 3.3.0
|
|
graphology-types: 0.24.8
|
|
obliterator: 2.0.5
|
|
|
|
graphql@16.11.0: {}
|
|
|
|
has-flag@4.0.0: {}
|
|
|
|
has-property-descriptors@1.0.2:
|
|
dependencies:
|
|
es-define-property: 1.0.1
|
|
|
|
has-symbols@1.1.0: {}
|
|
|
|
hasown@2.0.2:
|
|
dependencies:
|
|
function-bind: 1.1.2
|
|
|
|
headers-polyfill@4.0.3: {}
|
|
|
|
html-encoding-sniffer@4.0.0:
|
|
dependencies:
|
|
whatwg-encoding: 3.1.1
|
|
|
|
html-escaper@2.0.2: {}
|
|
|
|
http-proxy-agent@7.0.2:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
https-proxy-agent@7.0.6:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
i18next-browser-languagedetector@8.2.0:
|
|
dependencies:
|
|
'@babel/runtime': 7.28.2
|
|
|
|
i18next-http-backend@2.7.3:
|
|
dependencies:
|
|
cross-fetch: 4.0.0
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
|
|
i18next-http-backend@3.0.2:
|
|
dependencies:
|
|
cross-fetch: 4.0.0
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
|
|
i18next-korean-postposition-processor@1.0.0(i18next@24.2.3(typescript@5.8.3)):
|
|
dependencies:
|
|
i18next: 24.2.3(typescript@5.8.3)
|
|
|
|
i18next@22.5.1:
|
|
dependencies:
|
|
'@babel/runtime': 7.28.2
|
|
|
|
i18next@24.2.3(typescript@5.8.3):
|
|
dependencies:
|
|
'@babel/runtime': 7.28.2
|
|
optionalDependencies:
|
|
typescript: 5.8.3
|
|
|
|
iconv-lite@0.4.24:
|
|
dependencies:
|
|
safer-buffer: 2.1.2
|
|
|
|
iconv-lite@0.6.3:
|
|
dependencies:
|
|
safer-buffer: 2.1.2
|
|
|
|
ignore@7.0.5: {}
|
|
|
|
immediate@3.0.6: {}
|
|
|
|
inherits@2.0.4: {}
|
|
|
|
ini@4.1.1: {}
|
|
|
|
inquirer@12.8.2(@types/node@22.16.5):
|
|
dependencies:
|
|
'@inquirer/core': 10.1.15(@types/node@22.16.5)
|
|
'@inquirer/prompts': 7.7.1(@types/node@22.16.5)
|
|
'@inquirer/type': 3.0.8(@types/node@22.16.5)
|
|
ansi-escapes: 4.3.2
|
|
mute-stream: 2.0.0
|
|
run-async: 4.0.5
|
|
rxjs: 7.8.2
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
|
|
interpret@3.1.1: {}
|
|
|
|
is-core-module@2.16.1:
|
|
dependencies:
|
|
hasown: 2.0.2
|
|
|
|
is-fullwidth-code-point@3.0.0: {}
|
|
|
|
is-installed-globally@1.0.0:
|
|
dependencies:
|
|
global-directory: 4.0.1
|
|
is-path-inside: 4.0.0
|
|
|
|
is-node-process@1.2.0: {}
|
|
|
|
is-path-inside@4.0.0: {}
|
|
|
|
is-potential-custom-element-name@1.0.1: {}
|
|
|
|
isarray@1.0.0: {}
|
|
|
|
isarray@2.0.5: {}
|
|
|
|
isexe@2.0.0: {}
|
|
|
|
istanbul-lib-coverage@3.2.2: {}
|
|
|
|
istanbul-lib-instrument@6.0.3:
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/parser': 7.28.0
|
|
'@istanbuljs/schema': 0.1.3
|
|
istanbul-lib-coverage: 3.2.2
|
|
semver: 7.7.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
istanbul-lib-report@3.0.1:
|
|
dependencies:
|
|
istanbul-lib-coverage: 3.2.2
|
|
make-dir: 4.0.0
|
|
supports-color: 7.2.0
|
|
|
|
istanbul-lib-source-maps@5.0.6:
|
|
dependencies:
|
|
'@jridgewell/trace-mapping': 0.3.29
|
|
debug: 4.4.1
|
|
istanbul-lib-coverage: 3.2.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
istanbul-reports@3.1.7:
|
|
dependencies:
|
|
html-escaper: 2.0.2
|
|
istanbul-lib-report: 3.0.1
|
|
|
|
jackspeak@3.4.3:
|
|
dependencies:
|
|
'@isaacs/cliui': 8.0.2
|
|
optionalDependencies:
|
|
'@pkgjs/parseargs': 0.11.0
|
|
|
|
jest-canvas-mock@2.5.2:
|
|
dependencies:
|
|
cssfontparser: 1.2.1
|
|
moo-color: 1.0.3
|
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
js-tokens@9.0.1: {}
|
|
|
|
js-yaml@4.1.0:
|
|
dependencies:
|
|
argparse: 2.0.1
|
|
|
|
jsdom@26.1.0:
|
|
dependencies:
|
|
cssstyle: 4.6.0
|
|
data-urls: 5.0.0
|
|
decimal.js: 10.6.0
|
|
html-encoding-sniffer: 4.0.0
|
|
http-proxy-agent: 7.0.2
|
|
https-proxy-agent: 7.0.6
|
|
is-potential-custom-element-name: 1.0.1
|
|
nwsapi: 2.2.21
|
|
parse5: 7.3.0
|
|
rrweb-cssom: 0.8.0
|
|
saxes: 6.0.0
|
|
symbol-tree: 3.2.4
|
|
tough-cookie: 5.1.2
|
|
w3c-xmlserializer: 5.0.0
|
|
webidl-conversions: 7.0.0
|
|
whatwg-encoding: 3.1.1
|
|
whatwg-mimetype: 4.0.0
|
|
whatwg-url: 14.2.0
|
|
ws: 8.18.3
|
|
xml-name-validator: 5.0.0
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- supports-color
|
|
- utf-8-validate
|
|
|
|
jsesc@3.1.0: {}
|
|
|
|
json-schema-traverse@1.0.0: {}
|
|
|
|
json-stable-stringify@1.3.0:
|
|
dependencies:
|
|
call-bind: 1.0.8
|
|
call-bound: 1.0.4
|
|
isarray: 2.0.5
|
|
jsonify: 0.0.1
|
|
object-keys: 1.1.1
|
|
|
|
json5@2.2.3: {}
|
|
|
|
jsonify@0.0.1: {}
|
|
|
|
jszip@3.10.1:
|
|
dependencies:
|
|
lie: 3.3.0
|
|
pako: 1.0.11
|
|
readable-stream: 2.3.8
|
|
setimmediate: 1.0.5
|
|
|
|
kleur@3.0.3: {}
|
|
|
|
lefthook-darwin-arm64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-darwin-x64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-freebsd-arm64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-freebsd-x64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-linux-arm64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-linux-x64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-openbsd-arm64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-openbsd-x64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-windows-arm64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook-windows-x64@1.12.2:
|
|
optional: true
|
|
|
|
lefthook@1.12.2:
|
|
optionalDependencies:
|
|
lefthook-darwin-arm64: 1.12.2
|
|
lefthook-darwin-x64: 1.12.2
|
|
lefthook-freebsd-arm64: 1.12.2
|
|
lefthook-freebsd-x64: 1.12.2
|
|
lefthook-linux-arm64: 1.12.2
|
|
lefthook-linux-x64: 1.12.2
|
|
lefthook-openbsd-arm64: 1.12.2
|
|
lefthook-openbsd-x64: 1.12.2
|
|
lefthook-windows-arm64: 1.12.2
|
|
lefthook-windows-x64: 1.12.2
|
|
|
|
lie@3.3.0:
|
|
dependencies:
|
|
immediate: 3.0.6
|
|
|
|
linkify-it@5.0.0:
|
|
dependencies:
|
|
uc.micro: 2.1.0
|
|
|
|
lodash@4.17.21: {}
|
|
|
|
loupe@3.2.0: {}
|
|
|
|
lru-cache@10.4.3: {}
|
|
|
|
lru-cache@5.1.1:
|
|
dependencies:
|
|
yallist: 3.1.1
|
|
|
|
lunr@2.3.9: {}
|
|
|
|
magic-string@0.30.17:
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.4
|
|
|
|
magicast@0.3.5:
|
|
dependencies:
|
|
'@babel/parser': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
source-map-js: 1.2.1
|
|
|
|
make-dir@4.0.0:
|
|
dependencies:
|
|
semver: 7.7.2
|
|
|
|
markdown-it@14.1.0:
|
|
dependencies:
|
|
argparse: 2.0.1
|
|
entities: 4.5.0
|
|
linkify-it: 5.0.0
|
|
mdurl: 2.0.0
|
|
punycode.js: 2.3.1
|
|
uc.micro: 2.1.0
|
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
mdurl@2.0.0: {}
|
|
|
|
memoize@10.1.0:
|
|
dependencies:
|
|
mimic-function: 5.0.1
|
|
|
|
mimic-function@5.0.1: {}
|
|
|
|
minimatch@9.0.5:
|
|
dependencies:
|
|
brace-expansion: 2.0.2
|
|
|
|
minimist@1.2.8: {}
|
|
|
|
minipass@7.1.2: {}
|
|
|
|
moo-color@1.0.3:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
|
|
ms@2.1.3: {}
|
|
|
|
msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3):
|
|
dependencies:
|
|
'@bundled-es-modules/cookie': 2.0.1
|
|
'@bundled-es-modules/statuses': 1.0.1
|
|
'@bundled-es-modules/tough-cookie': 0.1.6
|
|
'@inquirer/confirm': 5.1.14(@types/node@22.16.5)
|
|
'@mswjs/interceptors': 0.39.4
|
|
'@open-draft/deferred-promise': 2.2.0
|
|
'@open-draft/until': 2.1.0
|
|
'@types/cookie': 0.6.0
|
|
'@types/statuses': 2.0.6
|
|
graphql: 16.11.0
|
|
headers-polyfill: 4.0.3
|
|
is-node-process: 1.2.0
|
|
outvariant: 1.4.3
|
|
path-to-regexp: 6.3.0
|
|
picocolors: 1.1.1
|
|
strict-event-emitter: 0.5.1
|
|
type-fest: 4.41.0
|
|
yargs: 17.7.2
|
|
optionalDependencies:
|
|
typescript: 5.8.3
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
|
|
mustache@4.2.0: {}
|
|
|
|
mute-stream@2.0.0: {}
|
|
|
|
nanoid@3.3.11: {}
|
|
|
|
node-fetch@2.7.0:
|
|
dependencies:
|
|
whatwg-url: 5.0.0
|
|
|
|
node-releases@2.0.19: {}
|
|
|
|
nwsapi@2.2.21: {}
|
|
|
|
object-keys@1.1.1: {}
|
|
|
|
obliterator@2.0.5: {}
|
|
|
|
os-tmpdir@1.0.2: {}
|
|
|
|
outvariant@1.4.3: {}
|
|
|
|
package-json-from-dist@1.0.1: {}
|
|
|
|
pako@1.0.11: {}
|
|
|
|
papaparse@5.5.3: {}
|
|
|
|
parse5@7.3.0:
|
|
dependencies:
|
|
entities: 6.0.1
|
|
|
|
path-key@3.1.1: {}
|
|
|
|
path-parse@1.0.7: {}
|
|
|
|
path-scurry@1.11.1:
|
|
dependencies:
|
|
lru-cache: 10.4.3
|
|
minipass: 7.1.2
|
|
|
|
path-to-regexp@6.3.0: {}
|
|
|
|
pathe@2.0.3: {}
|
|
|
|
pathval@2.0.1: {}
|
|
|
|
phaser3-rex-plugins@1.80.16(graphology-types@0.24.8):
|
|
dependencies:
|
|
dagre: 0.8.5
|
|
eventemitter3: 3.1.2
|
|
graphology: 0.25.4(graphology-types@0.24.8)
|
|
i18next: 22.5.1
|
|
i18next-http-backend: 2.7.3
|
|
js-yaml: 4.1.0
|
|
mustache: 4.2.0
|
|
papaparse: 5.5.3
|
|
webfontloader: 1.6.28
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- graphology-types
|
|
|
|
phaser3spectorjs@0.0.8: {}
|
|
|
|
phaser@3.90.0:
|
|
dependencies:
|
|
eventemitter3: 5.0.1
|
|
|
|
picocolors@1.1.1: {}
|
|
|
|
picomatch@4.0.3: {}
|
|
|
|
postcss@8.5.6:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
process-nextick-args@2.0.1: {}
|
|
|
|
prompts@2.4.2:
|
|
dependencies:
|
|
kleur: 3.0.3
|
|
sisteransi: 1.0.5
|
|
|
|
psl@1.15.0:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
punycode.js@2.3.1: {}
|
|
|
|
punycode@2.3.1: {}
|
|
|
|
querystringify@2.2.0: {}
|
|
|
|
readable-stream@2.3.8:
|
|
dependencies:
|
|
core-util-is: 1.0.3
|
|
inherits: 2.0.4
|
|
isarray: 1.0.0
|
|
process-nextick-args: 2.0.1
|
|
safe-buffer: 5.1.2
|
|
string_decoder: 1.1.1
|
|
util-deprecate: 1.0.2
|
|
|
|
rechoir@0.8.0:
|
|
dependencies:
|
|
resolve: 1.22.10
|
|
|
|
regexp-tree@0.1.27: {}
|
|
|
|
require-directory@2.1.1: {}
|
|
|
|
require-from-string@2.0.2: {}
|
|
|
|
requires-port@1.0.0: {}
|
|
|
|
resolve@1.22.10:
|
|
dependencies:
|
|
is-core-module: 2.16.1
|
|
path-parse: 1.0.7
|
|
supports-preserve-symlinks-flag: 1.0.0
|
|
|
|
rollup@4.46.1:
|
|
dependencies:
|
|
'@types/estree': 1.0.8
|
|
optionalDependencies:
|
|
'@rollup/rollup-android-arm-eabi': 4.46.1
|
|
'@rollup/rollup-android-arm64': 4.46.1
|
|
'@rollup/rollup-darwin-arm64': 4.46.1
|
|
'@rollup/rollup-darwin-x64': 4.46.1
|
|
'@rollup/rollup-freebsd-arm64': 4.46.1
|
|
'@rollup/rollup-freebsd-x64': 4.46.1
|
|
'@rollup/rollup-linux-arm-gnueabihf': 4.46.1
|
|
'@rollup/rollup-linux-arm-musleabihf': 4.46.1
|
|
'@rollup/rollup-linux-arm64-gnu': 4.46.1
|
|
'@rollup/rollup-linux-arm64-musl': 4.46.1
|
|
'@rollup/rollup-linux-loongarch64-gnu': 4.46.1
|
|
'@rollup/rollup-linux-ppc64-gnu': 4.46.1
|
|
'@rollup/rollup-linux-riscv64-gnu': 4.46.1
|
|
'@rollup/rollup-linux-riscv64-musl': 4.46.1
|
|
'@rollup/rollup-linux-s390x-gnu': 4.46.1
|
|
'@rollup/rollup-linux-x64-gnu': 4.46.1
|
|
'@rollup/rollup-linux-x64-musl': 4.46.1
|
|
'@rollup/rollup-win32-arm64-msvc': 4.46.1
|
|
'@rollup/rollup-win32-ia32-msvc': 4.46.1
|
|
'@rollup/rollup-win32-x64-msvc': 4.46.1
|
|
fsevents: 2.3.3
|
|
|
|
rrweb-cssom@0.8.0: {}
|
|
|
|
run-async@4.0.5: {}
|
|
|
|
rxjs@7.8.2:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
safe-buffer@5.1.2: {}
|
|
|
|
safe-regex@2.1.1:
|
|
dependencies:
|
|
regexp-tree: 0.1.27
|
|
|
|
safer-buffer@2.1.2: {}
|
|
|
|
saxes@6.0.0:
|
|
dependencies:
|
|
xmlchars: 2.2.0
|
|
|
|
semver@6.3.1: {}
|
|
|
|
semver@7.7.2: {}
|
|
|
|
set-function-length@1.2.2:
|
|
dependencies:
|
|
define-data-property: 1.1.4
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
get-intrinsic: 1.3.0
|
|
gopd: 1.2.0
|
|
has-property-descriptors: 1.0.2
|
|
|
|
setimmediate@1.0.5: {}
|
|
|
|
shebang-command@2.0.0:
|
|
dependencies:
|
|
shebang-regex: 3.0.0
|
|
|
|
shebang-regex@3.0.0: {}
|
|
|
|
siginfo@2.0.0: {}
|
|
|
|
signal-exit@4.1.0: {}
|
|
|
|
sisteransi@1.0.5: {}
|
|
|
|
source-map-js@1.2.1: {}
|
|
|
|
stackback@0.0.2: {}
|
|
|
|
statuses@2.0.2: {}
|
|
|
|
std-env@3.9.0: {}
|
|
|
|
strict-event-emitter@0.5.1: {}
|
|
|
|
string-width@4.2.3:
|
|
dependencies:
|
|
emoji-regex: 8.0.0
|
|
is-fullwidth-code-point: 3.0.0
|
|
strip-ansi: 6.0.1
|
|
|
|
string-width@5.1.2:
|
|
dependencies:
|
|
eastasianwidth: 0.2.0
|
|
emoji-regex: 9.2.2
|
|
strip-ansi: 7.1.0
|
|
|
|
string_decoder@1.1.1:
|
|
dependencies:
|
|
safe-buffer: 5.1.2
|
|
|
|
strip-ansi@6.0.1:
|
|
dependencies:
|
|
ansi-regex: 5.0.1
|
|
|
|
strip-ansi@7.1.0:
|
|
dependencies:
|
|
ansi-regex: 6.1.0
|
|
|
|
strip-bom@3.0.0: {}
|
|
|
|
strip-literal@3.0.0:
|
|
dependencies:
|
|
js-tokens: 9.0.1
|
|
|
|
supports-color@7.2.0:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
|
|
symbol-tree@3.2.4: {}
|
|
|
|
tapable@2.2.2: {}
|
|
|
|
teamcity-service-messages@0.1.14: {}
|
|
|
|
test-exclude@7.0.1:
|
|
dependencies:
|
|
'@istanbuljs/schema': 0.1.3
|
|
glob: 10.4.5
|
|
minimatch: 9.0.5
|
|
|
|
tinybench@2.9.0: {}
|
|
|
|
tinyexec@0.3.2: {}
|
|
|
|
tinyglobby@0.2.14:
|
|
dependencies:
|
|
fdir: 6.4.6(picomatch@4.0.3)
|
|
picomatch: 4.0.3
|
|
|
|
tinypool@1.1.1: {}
|
|
|
|
tinyrainbow@2.0.0: {}
|
|
|
|
tinyspy@4.0.3: {}
|
|
|
|
tldts-core@6.1.86: {}
|
|
|
|
tldts@6.1.86:
|
|
dependencies:
|
|
tldts-core: 6.1.86
|
|
|
|
tmp@0.0.33:
|
|
dependencies:
|
|
os-tmpdir: 1.0.2
|
|
|
|
tough-cookie@4.1.4:
|
|
dependencies:
|
|
psl: 1.15.0
|
|
punycode: 2.3.1
|
|
universalify: 0.2.0
|
|
url-parse: 1.5.10
|
|
|
|
tough-cookie@5.1.2:
|
|
dependencies:
|
|
tldts: 6.1.86
|
|
|
|
tr46@0.0.3: {}
|
|
|
|
tr46@5.1.1:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
tsconfck@3.1.6(typescript@5.8.3):
|
|
optionalDependencies:
|
|
typescript: 5.8.3
|
|
|
|
tsconfig-paths-webpack-plugin@4.2.0:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
enhanced-resolve: 5.18.2
|
|
tapable: 2.2.2
|
|
tsconfig-paths: 4.2.0
|
|
|
|
tsconfig-paths@4.2.0:
|
|
dependencies:
|
|
json5: 2.2.3
|
|
minimist: 1.2.8
|
|
strip-bom: 3.0.0
|
|
|
|
tslib@2.8.1: {}
|
|
|
|
type-fest@0.21.3: {}
|
|
|
|
type-fest@4.41.0: {}
|
|
|
|
typedoc@0.28.8(typescript@5.8.3):
|
|
dependencies:
|
|
'@gerrit0/mini-shiki': 3.8.1
|
|
lunr: 2.3.9
|
|
markdown-it: 14.1.0
|
|
minimatch: 9.0.5
|
|
typescript: 5.8.3
|
|
yaml: 2.8.0
|
|
|
|
typescript@5.8.3: {}
|
|
|
|
uc.micro@2.1.0: {}
|
|
|
|
undici-types@6.21.0: {}
|
|
|
|
universalify@0.2.0: {}
|
|
|
|
update-browserslist-db@1.1.3(browserslist@4.25.1):
|
|
dependencies:
|
|
browserslist: 4.25.1
|
|
escalade: 3.2.0
|
|
picocolors: 1.1.1
|
|
|
|
url-parse@1.5.10:
|
|
dependencies:
|
|
querystringify: 2.2.0
|
|
requires-port: 1.0.0
|
|
|
|
util-deprecate@1.0.2: {}
|
|
|
|
vite-node@3.2.4(@types/node@22.16.5)(yaml@2.8.0):
|
|
dependencies:
|
|
cac: 6.7.14
|
|
debug: 4.4.1
|
|
es-module-lexer: 1.7.0
|
|
pathe: 2.0.3
|
|
vite: 7.0.6(@types/node@22.16.5)(yaml@2.8.0)
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- jiti
|
|
- less
|
|
- lightningcss
|
|
- sass
|
|
- sass-embedded
|
|
- stylus
|
|
- sugarss
|
|
- supports-color
|
|
- terser
|
|
- tsx
|
|
- yaml
|
|
|
|
vite-tsconfig-paths@5.1.4(typescript@5.8.3)(vite@7.0.6(@types/node@22.16.5)(yaml@2.8.0)):
|
|
dependencies:
|
|
debug: 4.4.1
|
|
globrex: 0.1.2
|
|
tsconfck: 3.1.6(typescript@5.8.3)
|
|
optionalDependencies:
|
|
vite: 7.0.6(@types/node@22.16.5)(yaml@2.8.0)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
- typescript
|
|
|
|
vite@7.0.6(@types/node@22.16.5)(yaml@2.8.0):
|
|
dependencies:
|
|
esbuild: 0.25.8
|
|
fdir: 6.4.6(picomatch@4.0.3)
|
|
picomatch: 4.0.3
|
|
postcss: 8.5.6
|
|
rollup: 4.46.1
|
|
tinyglobby: 0.2.14
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
fsevents: 2.3.3
|
|
yaml: 2.8.0
|
|
|
|
vitest-canvas-mock@0.3.3(vitest@3.2.4(@types/node@22.16.5)(jsdom@26.1.0)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(yaml@2.8.0)):
|
|
dependencies:
|
|
jest-canvas-mock: 2.5.2
|
|
vitest: 3.2.4(@types/node@22.16.5)(jsdom@26.1.0)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(yaml@2.8.0)
|
|
|
|
vitest@3.2.4(@types/node@22.16.5)(jsdom@26.1.0)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(yaml@2.8.0):
|
|
dependencies:
|
|
'@types/chai': 5.2.2
|
|
'@vitest/expect': 3.2.4
|
|
'@vitest/mocker': 3.2.4(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(vite@7.0.6(@types/node@22.16.5)(yaml@2.8.0))
|
|
'@vitest/pretty-format': 3.2.4
|
|
'@vitest/runner': 3.2.4
|
|
'@vitest/snapshot': 3.2.4
|
|
'@vitest/spy': 3.2.4
|
|
'@vitest/utils': 3.2.4
|
|
chai: 5.2.1
|
|
debug: 4.4.1
|
|
expect-type: 1.2.2
|
|
magic-string: 0.30.17
|
|
pathe: 2.0.3
|
|
picomatch: 4.0.3
|
|
std-env: 3.9.0
|
|
tinybench: 2.9.0
|
|
tinyexec: 0.3.2
|
|
tinyglobby: 0.2.14
|
|
tinypool: 1.1.1
|
|
tinyrainbow: 2.0.0
|
|
vite: 7.0.6(@types/node@22.16.5)(yaml@2.8.0)
|
|
vite-node: 3.2.4(@types/node@22.16.5)(yaml@2.8.0)
|
|
why-is-node-running: 2.3.0
|
|
optionalDependencies:
|
|
'@types/node': 22.16.5
|
|
jsdom: 26.1.0
|
|
transitivePeerDependencies:
|
|
- jiti
|
|
- less
|
|
- lightningcss
|
|
- msw
|
|
- sass
|
|
- sass-embedded
|
|
- stylus
|
|
- sugarss
|
|
- supports-color
|
|
- terser
|
|
- tsx
|
|
- yaml
|
|
|
|
w3c-xmlserializer@5.0.0:
|
|
dependencies:
|
|
xml-name-validator: 5.0.0
|
|
|
|
watskeburt@4.2.3: {}
|
|
|
|
webfontloader@1.6.28: {}
|
|
|
|
webidl-conversions@3.0.1: {}
|
|
|
|
webidl-conversions@7.0.0: {}
|
|
|
|
whatwg-encoding@3.1.1:
|
|
dependencies:
|
|
iconv-lite: 0.6.3
|
|
|
|
whatwg-mimetype@4.0.0: {}
|
|
|
|
whatwg-url@14.2.0:
|
|
dependencies:
|
|
tr46: 5.1.1
|
|
webidl-conversions: 7.0.0
|
|
|
|
whatwg-url@5.0.0:
|
|
dependencies:
|
|
tr46: 0.0.3
|
|
webidl-conversions: 3.0.1
|
|
|
|
which@2.0.2:
|
|
dependencies:
|
|
isexe: 2.0.0
|
|
|
|
why-is-node-running@2.3.0:
|
|
dependencies:
|
|
siginfo: 2.0.0
|
|
stackback: 0.0.2
|
|
|
|
wrap-ansi@6.2.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
wrap-ansi@7.0.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
wrap-ansi@8.1.0:
|
|
dependencies:
|
|
ansi-styles: 6.2.1
|
|
string-width: 5.1.2
|
|
strip-ansi: 7.1.0
|
|
|
|
ws@8.18.3: {}
|
|
|
|
xml-name-validator@5.0.0: {}
|
|
|
|
xmlchars@2.2.0: {}
|
|
|
|
y18n@5.0.8: {}
|
|
|
|
yallist@3.1.1: {}
|
|
|
|
yaml@2.8.0: {}
|
|
|
|
yargs-parser@21.1.1: {}
|
|
|
|
yargs@17.7.2:
|
|
dependencies:
|
|
cliui: 8.0.1
|
|
escalade: 3.2.0
|
|
get-caller-file: 2.0.5
|
|
require-directory: 2.1.1
|
|
string-width: 4.2.3
|
|
y18n: 5.0.8
|
|
yargs-parser: 21.1.1
|
|
|
|
yoctocolors-cjs@2.1.2: {}
|