package-lock.json 189 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499
  1. {
  2. "name": "vue-skeleton-ts",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "vue-skeleton-ts",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "daisyui": "^5.5.20",
  12. "pinia": "^3.0.4",
  13. "vue": "^3.5.32",
  14. "vue-router": "^5.0.4"
  15. },
  16. "devDependencies": {
  17. "@tailwindcss/vite": "^4.3.0",
  18. "@tsconfig/node24": "^24.0.4",
  19. "@types/node": "^24.12.2",
  20. "@vitejs/plugin-vue": "^6.0.6",
  21. "@vue/eslint-config-typescript": "^14.7.0",
  22. "@vue/tsconfig": "^0.9.1",
  23. "eslint": "^10.2.1",
  24. "eslint-config-prettier": "^10.1.8",
  25. "eslint-plugin-oxlint": "~1.60.0",
  26. "eslint-plugin-vue": "~10.8.0",
  27. "jiti": "^2.6.1",
  28. "npm-run-all2": "^8.0.4",
  29. "oxlint": "~1.60.0",
  30. "prettier": "3.8.3",
  31. "typescript": "~6.0.0",
  32. "vite": "^8.0.8",
  33. "vite-plugin-vue-devtools": "^8.1.1",
  34. "vue-tsc": "^3.2.6"
  35. },
  36. "engines": {
  37. "node": "^20.19.0 || >=22.12.0"
  38. }
  39. },
  40. "node_modules/@babel/code-frame": {
  41. "version": "7.29.0",
  42. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  43. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  44. "dev": true,
  45. "license": "MIT",
  46. "dependencies": {
  47. "@babel/helper-validator-identifier": "^7.28.5",
  48. "js-tokens": "^4.0.0",
  49. "picocolors": "^1.1.1"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. }
  54. },
  55. "node_modules/@babel/compat-data": {
  56. "version": "7.29.3",
  57. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",
  58. "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
  59. "dev": true,
  60. "license": "MIT",
  61. "engines": {
  62. "node": ">=6.9.0"
  63. }
  64. },
  65. "node_modules/@babel/core": {
  66. "version": "7.29.0",
  67. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  68. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  69. "dev": true,
  70. "license": "MIT",
  71. "dependencies": {
  72. "@babel/code-frame": "^7.29.0",
  73. "@babel/generator": "^7.29.0",
  74. "@babel/helper-compilation-targets": "^7.28.6",
  75. "@babel/helper-module-transforms": "^7.28.6",
  76. "@babel/helpers": "^7.28.6",
  77. "@babel/parser": "^7.29.0",
  78. "@babel/template": "^7.28.6",
  79. "@babel/traverse": "^7.29.0",
  80. "@babel/types": "^7.29.0",
  81. "@jridgewell/remapping": "^2.3.5",
  82. "convert-source-map": "^2.0.0",
  83. "debug": "^4.1.0",
  84. "gensync": "^1.0.0-beta.2",
  85. "json5": "^2.2.3",
  86. "semver": "^6.3.1"
  87. },
  88. "engines": {
  89. "node": ">=6.9.0"
  90. },
  91. "funding": {
  92. "type": "opencollective",
  93. "url": "https://opencollective.com/babel"
  94. }
  95. },
  96. "node_modules/@babel/core/node_modules/semver": {
  97. "version": "6.3.1",
  98. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  99. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  100. "dev": true,
  101. "license": "ISC",
  102. "bin": {
  103. "semver": "bin/semver.js"
  104. }
  105. },
  106. "node_modules/@babel/generator": {
  107. "version": "7.29.1",
  108. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  109. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  110. "dev": true,
  111. "license": "MIT",
  112. "dependencies": {
  113. "@babel/parser": "^7.29.0",
  114. "@babel/types": "^7.29.0",
  115. "@jridgewell/gen-mapping": "^0.3.12",
  116. "@jridgewell/trace-mapping": "^0.3.28",
  117. "jsesc": "^3.0.2"
  118. },
  119. "engines": {
  120. "node": ">=6.9.0"
  121. }
  122. },
  123. "node_modules/@babel/helper-annotate-as-pure": {
  124. "version": "7.27.3",
  125. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  126. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  127. "dev": true,
  128. "license": "MIT",
  129. "dependencies": {
  130. "@babel/types": "^7.27.3"
  131. },
  132. "engines": {
  133. "node": ">=6.9.0"
  134. }
  135. },
  136. "node_modules/@babel/helper-compilation-targets": {
  137. "version": "7.28.6",
  138. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  139. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  140. "dev": true,
  141. "license": "MIT",
  142. "dependencies": {
  143. "@babel/compat-data": "^7.28.6",
  144. "@babel/helper-validator-option": "^7.27.1",
  145. "browserslist": "^4.24.0",
  146. "lru-cache": "^5.1.1",
  147. "semver": "^6.3.1"
  148. },
  149. "engines": {
  150. "node": ">=6.9.0"
  151. }
  152. },
  153. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  154. "version": "6.3.1",
  155. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  156. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  157. "dev": true,
  158. "license": "ISC",
  159. "bin": {
  160. "semver": "bin/semver.js"
  161. }
  162. },
  163. "node_modules/@babel/helper-create-class-features-plugin": {
  164. "version": "7.29.3",
  165. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.3.tgz",
  166. "integrity": "sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==",
  167. "dev": true,
  168. "license": "MIT",
  169. "dependencies": {
  170. "@babel/helper-annotate-as-pure": "^7.27.3",
  171. "@babel/helper-member-expression-to-functions": "^7.28.5",
  172. "@babel/helper-optimise-call-expression": "^7.27.1",
  173. "@babel/helper-replace-supers": "^7.28.6",
  174. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  175. "@babel/traverse": "^7.29.0",
  176. "semver": "^6.3.1"
  177. },
  178. "engines": {
  179. "node": ">=6.9.0"
  180. },
  181. "peerDependencies": {
  182. "@babel/core": "^7.0.0"
  183. }
  184. },
  185. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  186. "version": "6.3.1",
  187. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  188. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  189. "dev": true,
  190. "license": "ISC",
  191. "bin": {
  192. "semver": "bin/semver.js"
  193. }
  194. },
  195. "node_modules/@babel/helper-globals": {
  196. "version": "7.28.0",
  197. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  198. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  199. "dev": true,
  200. "license": "MIT",
  201. "engines": {
  202. "node": ">=6.9.0"
  203. }
  204. },
  205. "node_modules/@babel/helper-member-expression-to-functions": {
  206. "version": "7.28.5",
  207. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  208. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  209. "dev": true,
  210. "license": "MIT",
  211. "dependencies": {
  212. "@babel/traverse": "^7.28.5",
  213. "@babel/types": "^7.28.5"
  214. },
  215. "engines": {
  216. "node": ">=6.9.0"
  217. }
  218. },
  219. "node_modules/@babel/helper-module-imports": {
  220. "version": "7.28.6",
  221. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  222. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  223. "dev": true,
  224. "license": "MIT",
  225. "dependencies": {
  226. "@babel/traverse": "^7.28.6",
  227. "@babel/types": "^7.28.6"
  228. },
  229. "engines": {
  230. "node": ">=6.9.0"
  231. }
  232. },
  233. "node_modules/@babel/helper-module-transforms": {
  234. "version": "7.28.6",
  235. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  236. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  237. "dev": true,
  238. "license": "MIT",
  239. "dependencies": {
  240. "@babel/helper-module-imports": "^7.28.6",
  241. "@babel/helper-validator-identifier": "^7.28.5",
  242. "@babel/traverse": "^7.28.6"
  243. },
  244. "engines": {
  245. "node": ">=6.9.0"
  246. },
  247. "peerDependencies": {
  248. "@babel/core": "^7.0.0"
  249. }
  250. },
  251. "node_modules/@babel/helper-optimise-call-expression": {
  252. "version": "7.27.1",
  253. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  254. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  255. "dev": true,
  256. "license": "MIT",
  257. "dependencies": {
  258. "@babel/types": "^7.27.1"
  259. },
  260. "engines": {
  261. "node": ">=6.9.0"
  262. }
  263. },
  264. "node_modules/@babel/helper-plugin-utils": {
  265. "version": "7.28.6",
  266. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  267. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  268. "dev": true,
  269. "license": "MIT",
  270. "engines": {
  271. "node": ">=6.9.0"
  272. }
  273. },
  274. "node_modules/@babel/helper-replace-supers": {
  275. "version": "7.28.6",
  276. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
  277. "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
  278. "dev": true,
  279. "license": "MIT",
  280. "dependencies": {
  281. "@babel/helper-member-expression-to-functions": "^7.28.5",
  282. "@babel/helper-optimise-call-expression": "^7.27.1",
  283. "@babel/traverse": "^7.28.6"
  284. },
  285. "engines": {
  286. "node": ">=6.9.0"
  287. },
  288. "peerDependencies": {
  289. "@babel/core": "^7.0.0"
  290. }
  291. },
  292. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  293. "version": "7.27.1",
  294. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  295. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  296. "dev": true,
  297. "license": "MIT",
  298. "dependencies": {
  299. "@babel/traverse": "^7.27.1",
  300. "@babel/types": "^7.27.1"
  301. },
  302. "engines": {
  303. "node": ">=6.9.0"
  304. }
  305. },
  306. "node_modules/@babel/helper-string-parser": {
  307. "version": "7.27.1",
  308. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  309. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  310. "license": "MIT",
  311. "engines": {
  312. "node": ">=6.9.0"
  313. }
  314. },
  315. "node_modules/@babel/helper-validator-identifier": {
  316. "version": "7.28.5",
  317. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  318. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  319. "license": "MIT",
  320. "engines": {
  321. "node": ">=6.9.0"
  322. }
  323. },
  324. "node_modules/@babel/helper-validator-option": {
  325. "version": "7.27.1",
  326. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  327. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  328. "dev": true,
  329. "license": "MIT",
  330. "engines": {
  331. "node": ">=6.9.0"
  332. }
  333. },
  334. "node_modules/@babel/helpers": {
  335. "version": "7.29.2",
  336. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
  337. "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
  338. "dev": true,
  339. "license": "MIT",
  340. "dependencies": {
  341. "@babel/template": "^7.28.6",
  342. "@babel/types": "^7.29.0"
  343. },
  344. "engines": {
  345. "node": ">=6.9.0"
  346. }
  347. },
  348. "node_modules/@babel/parser": {
  349. "version": "7.29.3",
  350. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
  351. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  352. "license": "MIT",
  353. "dependencies": {
  354. "@babel/types": "^7.29.0"
  355. },
  356. "bin": {
  357. "parser": "bin/babel-parser.js"
  358. },
  359. "engines": {
  360. "node": ">=6.0.0"
  361. }
  362. },
  363. "node_modules/@babel/plugin-proposal-decorators": {
  364. "version": "7.29.0",
  365. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.0.tgz",
  366. "integrity": "sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==",
  367. "dev": true,
  368. "license": "MIT",
  369. "dependencies": {
  370. "@babel/helper-create-class-features-plugin": "^7.28.6",
  371. "@babel/helper-plugin-utils": "^7.28.6",
  372. "@babel/plugin-syntax-decorators": "^7.28.6"
  373. },
  374. "engines": {
  375. "node": ">=6.9.0"
  376. },
  377. "peerDependencies": {
  378. "@babel/core": "^7.0.0-0"
  379. }
  380. },
  381. "node_modules/@babel/plugin-syntax-decorators": {
  382. "version": "7.28.6",
  383. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.28.6.tgz",
  384. "integrity": "sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==",
  385. "dev": true,
  386. "license": "MIT",
  387. "dependencies": {
  388. "@babel/helper-plugin-utils": "^7.28.6"
  389. },
  390. "engines": {
  391. "node": ">=6.9.0"
  392. },
  393. "peerDependencies": {
  394. "@babel/core": "^7.0.0-0"
  395. }
  396. },
  397. "node_modules/@babel/plugin-syntax-import-attributes": {
  398. "version": "7.28.6",
  399. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz",
  400. "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
  401. "dev": true,
  402. "license": "MIT",
  403. "dependencies": {
  404. "@babel/helper-plugin-utils": "^7.28.6"
  405. },
  406. "engines": {
  407. "node": ">=6.9.0"
  408. },
  409. "peerDependencies": {
  410. "@babel/core": "^7.0.0-0"
  411. }
  412. },
  413. "node_modules/@babel/plugin-syntax-import-meta": {
  414. "version": "7.10.4",
  415. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  416. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  417. "dev": true,
  418. "license": "MIT",
  419. "dependencies": {
  420. "@babel/helper-plugin-utils": "^7.10.4"
  421. },
  422. "peerDependencies": {
  423. "@babel/core": "^7.0.0-0"
  424. }
  425. },
  426. "node_modules/@babel/plugin-syntax-jsx": {
  427. "version": "7.28.6",
  428. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
  429. "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
  430. "dev": true,
  431. "license": "MIT",
  432. "dependencies": {
  433. "@babel/helper-plugin-utils": "^7.28.6"
  434. },
  435. "engines": {
  436. "node": ">=6.9.0"
  437. },
  438. "peerDependencies": {
  439. "@babel/core": "^7.0.0-0"
  440. }
  441. },
  442. "node_modules/@babel/plugin-syntax-typescript": {
  443. "version": "7.28.6",
  444. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
  445. "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
  446. "dev": true,
  447. "license": "MIT",
  448. "dependencies": {
  449. "@babel/helper-plugin-utils": "^7.28.6"
  450. },
  451. "engines": {
  452. "node": ">=6.9.0"
  453. },
  454. "peerDependencies": {
  455. "@babel/core": "^7.0.0-0"
  456. }
  457. },
  458. "node_modules/@babel/plugin-transform-typescript": {
  459. "version": "7.28.6",
  460. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
  461. "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
  462. "dev": true,
  463. "license": "MIT",
  464. "dependencies": {
  465. "@babel/helper-annotate-as-pure": "^7.27.3",
  466. "@babel/helper-create-class-features-plugin": "^7.28.6",
  467. "@babel/helper-plugin-utils": "^7.28.6",
  468. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  469. "@babel/plugin-syntax-typescript": "^7.28.6"
  470. },
  471. "engines": {
  472. "node": ">=6.9.0"
  473. },
  474. "peerDependencies": {
  475. "@babel/core": "^7.0.0-0"
  476. }
  477. },
  478. "node_modules/@babel/template": {
  479. "version": "7.28.6",
  480. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  481. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  482. "dev": true,
  483. "license": "MIT",
  484. "dependencies": {
  485. "@babel/code-frame": "^7.28.6",
  486. "@babel/parser": "^7.28.6",
  487. "@babel/types": "^7.28.6"
  488. },
  489. "engines": {
  490. "node": ">=6.9.0"
  491. }
  492. },
  493. "node_modules/@babel/traverse": {
  494. "version": "7.29.0",
  495. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  496. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  497. "dev": true,
  498. "license": "MIT",
  499. "dependencies": {
  500. "@babel/code-frame": "^7.29.0",
  501. "@babel/generator": "^7.29.0",
  502. "@babel/helper-globals": "^7.28.0",
  503. "@babel/parser": "^7.29.0",
  504. "@babel/template": "^7.28.6",
  505. "@babel/types": "^7.29.0",
  506. "debug": "^4.3.1"
  507. },
  508. "engines": {
  509. "node": ">=6.9.0"
  510. }
  511. },
  512. "node_modules/@babel/types": {
  513. "version": "7.29.0",
  514. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  515. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  516. "license": "MIT",
  517. "dependencies": {
  518. "@babel/helper-string-parser": "^7.27.1",
  519. "@babel/helper-validator-identifier": "^7.28.5"
  520. },
  521. "engines": {
  522. "node": ">=6.9.0"
  523. }
  524. },
  525. "node_modules/@emnapi/core": {
  526. "version": "1.10.0",
  527. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
  528. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  529. "dev": true,
  530. "license": "MIT",
  531. "optional": true,
  532. "dependencies": {
  533. "@emnapi/wasi-threads": "1.2.1",
  534. "tslib": "^2.4.0"
  535. }
  536. },
  537. "node_modules/@emnapi/runtime": {
  538. "version": "1.10.0",
  539. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  540. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  541. "dev": true,
  542. "license": "MIT",
  543. "optional": true,
  544. "dependencies": {
  545. "tslib": "^2.4.0"
  546. }
  547. },
  548. "node_modules/@emnapi/wasi-threads": {
  549. "version": "1.2.1",
  550. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  551. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  552. "dev": true,
  553. "license": "MIT",
  554. "optional": true,
  555. "dependencies": {
  556. "tslib": "^2.4.0"
  557. }
  558. },
  559. "node_modules/@eslint-community/eslint-utils": {
  560. "version": "4.9.1",
  561. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  562. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  563. "dev": true,
  564. "license": "MIT",
  565. "dependencies": {
  566. "eslint-visitor-keys": "^3.4.3"
  567. },
  568. "engines": {
  569. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  570. },
  571. "funding": {
  572. "url": "https://opencollective.com/eslint"
  573. },
  574. "peerDependencies": {
  575. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  576. }
  577. },
  578. "node_modules/@eslint-community/regexpp": {
  579. "version": "4.12.2",
  580. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  581. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  582. "dev": true,
  583. "license": "MIT",
  584. "engines": {
  585. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  586. }
  587. },
  588. "node_modules/@eslint/config-array": {
  589. "version": "0.23.5",
  590. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
  591. "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
  592. "dev": true,
  593. "license": "Apache-2.0",
  594. "dependencies": {
  595. "@eslint/object-schema": "^3.0.5",
  596. "debug": "^4.3.1",
  597. "minimatch": "^10.2.4"
  598. },
  599. "engines": {
  600. "node": "^20.19.0 || ^22.13.0 || >=24"
  601. }
  602. },
  603. "node_modules/@eslint/config-helpers": {
  604. "version": "0.6.0",
  605. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
  606. "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
  607. "dev": true,
  608. "license": "Apache-2.0",
  609. "dependencies": {
  610. "@eslint/core": "^1.2.1"
  611. },
  612. "engines": {
  613. "node": "^20.19.0 || ^22.13.0 || >=24"
  614. }
  615. },
  616. "node_modules/@eslint/core": {
  617. "version": "1.2.1",
  618. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
  619. "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
  620. "dev": true,
  621. "license": "Apache-2.0",
  622. "dependencies": {
  623. "@types/json-schema": "^7.0.15"
  624. },
  625. "engines": {
  626. "node": "^20.19.0 || ^22.13.0 || >=24"
  627. }
  628. },
  629. "node_modules/@eslint/object-schema": {
  630. "version": "3.0.5",
  631. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
  632. "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
  633. "dev": true,
  634. "license": "Apache-2.0",
  635. "engines": {
  636. "node": "^20.19.0 || ^22.13.0 || >=24"
  637. }
  638. },
  639. "node_modules/@eslint/plugin-kit": {
  640. "version": "0.7.1",
  641. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz",
  642. "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==",
  643. "dev": true,
  644. "license": "Apache-2.0",
  645. "dependencies": {
  646. "@eslint/core": "^1.2.1",
  647. "levn": "^0.4.1"
  648. },
  649. "engines": {
  650. "node": "^20.19.0 || ^22.13.0 || >=24"
  651. }
  652. },
  653. "node_modules/@humanfs/core": {
  654. "version": "0.19.2",
  655. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
  656. "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
  657. "dev": true,
  658. "license": "Apache-2.0",
  659. "dependencies": {
  660. "@humanfs/types": "^0.15.0"
  661. },
  662. "engines": {
  663. "node": ">=18.18.0"
  664. }
  665. },
  666. "node_modules/@humanfs/node": {
  667. "version": "0.16.8",
  668. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
  669. "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
  670. "dev": true,
  671. "license": "Apache-2.0",
  672. "dependencies": {
  673. "@humanfs/core": "^0.19.2",
  674. "@humanfs/types": "^0.15.0",
  675. "@humanwhocodes/retry": "^0.4.0"
  676. },
  677. "engines": {
  678. "node": ">=18.18.0"
  679. }
  680. },
  681. "node_modules/@humanfs/types": {
  682. "version": "0.15.0",
  683. "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
  684. "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
  685. "dev": true,
  686. "license": "Apache-2.0",
  687. "engines": {
  688. "node": ">=18.18.0"
  689. }
  690. },
  691. "node_modules/@humanwhocodes/module-importer": {
  692. "version": "1.0.1",
  693. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  694. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  695. "dev": true,
  696. "license": "Apache-2.0",
  697. "engines": {
  698. "node": ">=12.22"
  699. },
  700. "funding": {
  701. "type": "github",
  702. "url": "https://github.com/sponsors/nzakas"
  703. }
  704. },
  705. "node_modules/@humanwhocodes/retry": {
  706. "version": "0.4.3",
  707. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  708. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  709. "dev": true,
  710. "license": "Apache-2.0",
  711. "engines": {
  712. "node": ">=18.18"
  713. },
  714. "funding": {
  715. "type": "github",
  716. "url": "https://github.com/sponsors/nzakas"
  717. }
  718. },
  719. "node_modules/@jridgewell/gen-mapping": {
  720. "version": "0.3.13",
  721. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  722. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  723. "license": "MIT",
  724. "dependencies": {
  725. "@jridgewell/sourcemap-codec": "^1.5.0",
  726. "@jridgewell/trace-mapping": "^0.3.24"
  727. }
  728. },
  729. "node_modules/@jridgewell/remapping": {
  730. "version": "2.3.5",
  731. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  732. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  733. "license": "MIT",
  734. "dependencies": {
  735. "@jridgewell/gen-mapping": "^0.3.5",
  736. "@jridgewell/trace-mapping": "^0.3.24"
  737. }
  738. },
  739. "node_modules/@jridgewell/resolve-uri": {
  740. "version": "3.1.2",
  741. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  742. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  743. "license": "MIT",
  744. "engines": {
  745. "node": ">=6.0.0"
  746. }
  747. },
  748. "node_modules/@jridgewell/sourcemap-codec": {
  749. "version": "1.5.5",
  750. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  751. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  752. "license": "MIT"
  753. },
  754. "node_modules/@jridgewell/trace-mapping": {
  755. "version": "0.3.31",
  756. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  757. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  758. "license": "MIT",
  759. "dependencies": {
  760. "@jridgewell/resolve-uri": "^3.1.0",
  761. "@jridgewell/sourcemap-codec": "^1.4.14"
  762. }
  763. },
  764. "node_modules/@napi-rs/wasm-runtime": {
  765. "version": "1.1.4",
  766. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  767. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  768. "dev": true,
  769. "license": "MIT",
  770. "optional": true,
  771. "dependencies": {
  772. "@tybys/wasm-util": "^0.10.1"
  773. },
  774. "funding": {
  775. "type": "github",
  776. "url": "https://github.com/sponsors/Brooooooklyn"
  777. },
  778. "peerDependencies": {
  779. "@emnapi/core": "^1.7.1",
  780. "@emnapi/runtime": "^1.7.1"
  781. }
  782. },
  783. "node_modules/@nodelib/fs.scandir": {
  784. "version": "2.1.5",
  785. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  786. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  787. "dev": true,
  788. "license": "MIT",
  789. "dependencies": {
  790. "@nodelib/fs.stat": "2.0.5",
  791. "run-parallel": "^1.1.9"
  792. },
  793. "engines": {
  794. "node": ">= 8"
  795. }
  796. },
  797. "node_modules/@nodelib/fs.stat": {
  798. "version": "2.0.5",
  799. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  800. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  801. "dev": true,
  802. "license": "MIT",
  803. "engines": {
  804. "node": ">= 8"
  805. }
  806. },
  807. "node_modules/@nodelib/fs.walk": {
  808. "version": "1.2.8",
  809. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  810. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  811. "dev": true,
  812. "license": "MIT",
  813. "dependencies": {
  814. "@nodelib/fs.scandir": "2.1.5",
  815. "fastq": "^1.6.0"
  816. },
  817. "engines": {
  818. "node": ">= 8"
  819. }
  820. },
  821. "node_modules/@oxc-project/types": {
  822. "version": "0.130.0",
  823. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz",
  824. "integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==",
  825. "dev": true,
  826. "license": "MIT",
  827. "funding": {
  828. "url": "https://github.com/sponsors/Boshen"
  829. }
  830. },
  831. "node_modules/@oxlint/binding-android-arm-eabi": {
  832. "version": "1.60.0",
  833. "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.60.0.tgz",
  834. "integrity": "sha512-YdeJKaZckDQL1qa62a1aKq/goyq48aX3yOxaaWqWb4sau4Ee4IiLbamftNLU3zbePky6QsDj6thnSSzHRBjDfA==",
  835. "cpu": [
  836. "arm"
  837. ],
  838. "dev": true,
  839. "license": "MIT",
  840. "optional": true,
  841. "os": [
  842. "android"
  843. ],
  844. "engines": {
  845. "node": "^20.19.0 || >=22.12.0"
  846. }
  847. },
  848. "node_modules/@oxlint/binding-android-arm64": {
  849. "version": "1.60.0",
  850. "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.60.0.tgz",
  851. "integrity": "sha512-7ANS7PpXCfq84xZQ8E5WPs14gwcuPcl+/8TFNXfpSu0CQBXz3cUo2fDpHT8v8HJN+Ut02eacvMAzTnc9s6X4tw==",
  852. "cpu": [
  853. "arm64"
  854. ],
  855. "dev": true,
  856. "license": "MIT",
  857. "optional": true,
  858. "os": [
  859. "android"
  860. ],
  861. "engines": {
  862. "node": "^20.19.0 || >=22.12.0"
  863. }
  864. },
  865. "node_modules/@oxlint/binding-darwin-arm64": {
  866. "version": "1.60.0",
  867. "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.60.0.tgz",
  868. "integrity": "sha512-pJsgd9AfplLGBm1fIr25V6V14vMrayhx4uIQvlfH7jWs2SZwSrvi3TfgfJySB8T+hvyEH8K2zXljQiUnkgUnfQ==",
  869. "cpu": [
  870. "arm64"
  871. ],
  872. "dev": true,
  873. "license": "MIT",
  874. "optional": true,
  875. "os": [
  876. "darwin"
  877. ],
  878. "engines": {
  879. "node": "^20.19.0 || >=22.12.0"
  880. }
  881. },
  882. "node_modules/@oxlint/binding-darwin-x64": {
  883. "version": "1.60.0",
  884. "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.60.0.tgz",
  885. "integrity": "sha512-Ue1aXHX49ivwflKqGJc7zcd/LeLgbhaTcDCQStgx5x06AXgjEAZmvrlMuIkWd4AL4FHQe6QJ9f33z04Cg448VQ==",
  886. "cpu": [
  887. "x64"
  888. ],
  889. "dev": true,
  890. "license": "MIT",
  891. "optional": true,
  892. "os": [
  893. "darwin"
  894. ],
  895. "engines": {
  896. "node": "^20.19.0 || >=22.12.0"
  897. }
  898. },
  899. "node_modules/@oxlint/binding-freebsd-x64": {
  900. "version": "1.60.0",
  901. "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.60.0.tgz",
  902. "integrity": "sha512-YCyQzsQtusQw+gNRW9rRTifSO+Dt/+dtCl2NHoDMZqJlRTEZ/Oht9YnuporI9yiTx7+cB+eqzX3MtHHVHGIWhg==",
  903. "cpu": [
  904. "x64"
  905. ],
  906. "dev": true,
  907. "license": "MIT",
  908. "optional": true,
  909. "os": [
  910. "freebsd"
  911. ],
  912. "engines": {
  913. "node": "^20.19.0 || >=22.12.0"
  914. }
  915. },
  916. "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
  917. "version": "1.60.0",
  918. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.60.0.tgz",
  919. "integrity": "sha512-c7dxM2Zksa45Qw16i2iGY3Fti2NirJ38FrsBsKw+qcJ0OtqTsBgKJLF0xV+yLG56UH01Z8WRPgsw31e0MoRoGQ==",
  920. "cpu": [
  921. "arm"
  922. ],
  923. "dev": true,
  924. "license": "MIT",
  925. "optional": true,
  926. "os": [
  927. "linux"
  928. ],
  929. "engines": {
  930. "node": "^20.19.0 || >=22.12.0"
  931. }
  932. },
  933. "node_modules/@oxlint/binding-linux-arm-musleabihf": {
  934. "version": "1.60.0",
  935. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.60.0.tgz",
  936. "integrity": "sha512-ZWALoA42UYqBEP1Tbw9OWURgFGS1nWj2AAvLdY6ZcGx/Gj93qVCBKjcvwXMupZibYwFbi9s/rzqkZseb/6gVtQ==",
  937. "cpu": [
  938. "arm"
  939. ],
  940. "dev": true,
  941. "license": "MIT",
  942. "optional": true,
  943. "os": [
  944. "linux"
  945. ],
  946. "engines": {
  947. "node": "^20.19.0 || >=22.12.0"
  948. }
  949. },
  950. "node_modules/@oxlint/binding-linux-arm64-gnu": {
  951. "version": "1.60.0",
  952. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.60.0.tgz",
  953. "integrity": "sha512-tpy+1w4p9hN5CicMCxqNy6ymfRtV5ayE573vFNjp1k1TN/qhLFgflveZoE/0++RlkHikBz2vY545NWm/hp7big==",
  954. "cpu": [
  955. "arm64"
  956. ],
  957. "dev": true,
  958. "libc": [
  959. "glibc"
  960. ],
  961. "license": "MIT",
  962. "optional": true,
  963. "os": [
  964. "linux"
  965. ],
  966. "engines": {
  967. "node": "^20.19.0 || >=22.12.0"
  968. }
  969. },
  970. "node_modules/@oxlint/binding-linux-arm64-musl": {
  971. "version": "1.60.0",
  972. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.60.0.tgz",
  973. "integrity": "sha512-eDYDXZGhQAXyn6GwtwiX/qcLS0HlOLPJ/+iiIY8RYr+3P8oKBmgKxADLlniL6FtWfE7pPk7IGN9/xvDEvDvFeg==",
  974. "cpu": [
  975. "arm64"
  976. ],
  977. "dev": true,
  978. "libc": [
  979. "musl"
  980. ],
  981. "license": "MIT",
  982. "optional": true,
  983. "os": [
  984. "linux"
  985. ],
  986. "engines": {
  987. "node": "^20.19.0 || >=22.12.0"
  988. }
  989. },
  990. "node_modules/@oxlint/binding-linux-ppc64-gnu": {
  991. "version": "1.60.0",
  992. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.60.0.tgz",
  993. "integrity": "sha512-nxehly5XYBHUWI9VJX1bqCf9j/B43DaK/aS/T1fcxCpX3PA4Rm9BB54nPD1CKayT8xg6REN1ao+01hSRNgy8OA==",
  994. "cpu": [
  995. "ppc64"
  996. ],
  997. "dev": true,
  998. "libc": [
  999. "glibc"
  1000. ],
  1001. "license": "MIT",
  1002. "optional": true,
  1003. "os": [
  1004. "linux"
  1005. ],
  1006. "engines": {
  1007. "node": "^20.19.0 || >=22.12.0"
  1008. }
  1009. },
  1010. "node_modules/@oxlint/binding-linux-riscv64-gnu": {
  1011. "version": "1.60.0",
  1012. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.60.0.tgz",
  1013. "integrity": "sha512-j1qf/NaUfOWQutjeoooNG1Q0zsK0XGmSu1uDLq3cctquRF3j7t9Hxqf/76ehCc5GEUAanth2W4Fa+XT1RFg/nw==",
  1014. "cpu": [
  1015. "riscv64"
  1016. ],
  1017. "dev": true,
  1018. "libc": [
  1019. "glibc"
  1020. ],
  1021. "license": "MIT",
  1022. "optional": true,
  1023. "os": [
  1024. "linux"
  1025. ],
  1026. "engines": {
  1027. "node": "^20.19.0 || >=22.12.0"
  1028. }
  1029. },
  1030. "node_modules/@oxlint/binding-linux-riscv64-musl": {
  1031. "version": "1.60.0",
  1032. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.60.0.tgz",
  1033. "integrity": "sha512-YELKPRefQ/q/h3RUmeRfPCUhh2wBvgV1RyZ/F9M9u8cDyXsQW2ojv1DeWQTt466yczDITjZnIOg/s05pk7Ve2A==",
  1034. "cpu": [
  1035. "riscv64"
  1036. ],
  1037. "dev": true,
  1038. "libc": [
  1039. "musl"
  1040. ],
  1041. "license": "MIT",
  1042. "optional": true,
  1043. "os": [
  1044. "linux"
  1045. ],
  1046. "engines": {
  1047. "node": "^20.19.0 || >=22.12.0"
  1048. }
  1049. },
  1050. "node_modules/@oxlint/binding-linux-s390x-gnu": {
  1051. "version": "1.60.0",
  1052. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.60.0.tgz",
  1053. "integrity": "sha512-JkO3C6Gki7Y6h/MiIkFKvHFOz98/YWvQ4WYbK9DLXACMP2rjULzkeGyAzorJE5S1dzLQGFgeqvN779kSFwoV1g==",
  1054. "cpu": [
  1055. "s390x"
  1056. ],
  1057. "dev": true,
  1058. "libc": [
  1059. "glibc"
  1060. ],
  1061. "license": "MIT",
  1062. "optional": true,
  1063. "os": [
  1064. "linux"
  1065. ],
  1066. "engines": {
  1067. "node": "^20.19.0 || >=22.12.0"
  1068. }
  1069. },
  1070. "node_modules/@oxlint/binding-linux-x64-gnu": {
  1071. "version": "1.60.0",
  1072. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.60.0.tgz",
  1073. "integrity": "sha512-XjKHdFVCpZZZSWBCKyyqCq65s2AKXykMXkjLoKYODrD+f5toLhlwsMESscu8FbgnJQ4Y/dpR/zdazsahmgBJIA==",
  1074. "cpu": [
  1075. "x64"
  1076. ],
  1077. "dev": true,
  1078. "libc": [
  1079. "glibc"
  1080. ],
  1081. "license": "MIT",
  1082. "optional": true,
  1083. "os": [
  1084. "linux"
  1085. ],
  1086. "engines": {
  1087. "node": "^20.19.0 || >=22.12.0"
  1088. }
  1089. },
  1090. "node_modules/@oxlint/binding-linux-x64-musl": {
  1091. "version": "1.60.0",
  1092. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.60.0.tgz",
  1093. "integrity": "sha512-js29ZWIuPhNWzY8NC7KoffEMEeWG105vbmm+8EOJsC+T/jHBiKIJEUF78+F/IrgEWMMP9N0kRND4Pp75+xAhKg==",
  1094. "cpu": [
  1095. "x64"
  1096. ],
  1097. "dev": true,
  1098. "libc": [
  1099. "musl"
  1100. ],
  1101. "license": "MIT",
  1102. "optional": true,
  1103. "os": [
  1104. "linux"
  1105. ],
  1106. "engines": {
  1107. "node": "^20.19.0 || >=22.12.0"
  1108. }
  1109. },
  1110. "node_modules/@oxlint/binding-openharmony-arm64": {
  1111. "version": "1.60.0",
  1112. "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.60.0.tgz",
  1113. "integrity": "sha512-H+PUITKHk04stFpWj3x3Kg08Afp/bcXSBi0EhasR5a0Vw7StXHTzdl655PUI0fB4qdh2Wsu6Dsi+3ACxPoyQnA==",
  1114. "cpu": [
  1115. "arm64"
  1116. ],
  1117. "dev": true,
  1118. "license": "MIT",
  1119. "optional": true,
  1120. "os": [
  1121. "openharmony"
  1122. ],
  1123. "engines": {
  1124. "node": "^20.19.0 || >=22.12.0"
  1125. }
  1126. },
  1127. "node_modules/@oxlint/binding-win32-arm64-msvc": {
  1128. "version": "1.60.0",
  1129. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.60.0.tgz",
  1130. "integrity": "sha512-WA/yc7f7ZfCefBXVzNHn1Ztulb1EFwNBb4jMZ6pjML0zz6pHujlF3Q3jySluz3XHl/GNeMTntG1seUBWVMlMag==",
  1131. "cpu": [
  1132. "arm64"
  1133. ],
  1134. "dev": true,
  1135. "license": "MIT",
  1136. "optional": true,
  1137. "os": [
  1138. "win32"
  1139. ],
  1140. "engines": {
  1141. "node": "^20.19.0 || >=22.12.0"
  1142. }
  1143. },
  1144. "node_modules/@oxlint/binding-win32-ia32-msvc": {
  1145. "version": "1.60.0",
  1146. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.60.0.tgz",
  1147. "integrity": "sha512-33YxL1sqwYNZXtn3MD/4dno6s0xeedXOJlT1WohkVD565WvohClZUr7vwKdAk954n4xiEWJkewiCr+zLeq7AeA==",
  1148. "cpu": [
  1149. "ia32"
  1150. ],
  1151. "dev": true,
  1152. "license": "MIT",
  1153. "optional": true,
  1154. "os": [
  1155. "win32"
  1156. ],
  1157. "engines": {
  1158. "node": "^20.19.0 || >=22.12.0"
  1159. }
  1160. },
  1161. "node_modules/@oxlint/binding-win32-x64-msvc": {
  1162. "version": "1.60.0",
  1163. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.60.0.tgz",
  1164. "integrity": "sha512-JOro4ZcfBLamJCyfURQmOQByoorgOdx3ZjAkSqnb/CyG/i+lN3KoV5LAgk5ZAW6DPq7/Cx7n23f8DuTWXTWgyQ==",
  1165. "cpu": [
  1166. "x64"
  1167. ],
  1168. "dev": true,
  1169. "license": "MIT",
  1170. "optional": true,
  1171. "os": [
  1172. "win32"
  1173. ],
  1174. "engines": {
  1175. "node": "^20.19.0 || >=22.12.0"
  1176. }
  1177. },
  1178. "node_modules/@polka/url": {
  1179. "version": "1.0.0-next.29",
  1180. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  1181. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  1182. "dev": true,
  1183. "license": "MIT"
  1184. },
  1185. "node_modules/@rolldown/binding-android-arm64": {
  1186. "version": "1.0.1",
  1187. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.1.tgz",
  1188. "integrity": "sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==",
  1189. "cpu": [
  1190. "arm64"
  1191. ],
  1192. "dev": true,
  1193. "license": "MIT",
  1194. "optional": true,
  1195. "os": [
  1196. "android"
  1197. ],
  1198. "engines": {
  1199. "node": "^20.19.0 || >=22.12.0"
  1200. }
  1201. },
  1202. "node_modules/@rolldown/binding-darwin-arm64": {
  1203. "version": "1.0.1",
  1204. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.1.tgz",
  1205. "integrity": "sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==",
  1206. "cpu": [
  1207. "arm64"
  1208. ],
  1209. "dev": true,
  1210. "license": "MIT",
  1211. "optional": true,
  1212. "os": [
  1213. "darwin"
  1214. ],
  1215. "engines": {
  1216. "node": "^20.19.0 || >=22.12.0"
  1217. }
  1218. },
  1219. "node_modules/@rolldown/binding-darwin-x64": {
  1220. "version": "1.0.1",
  1221. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.1.tgz",
  1222. "integrity": "sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==",
  1223. "cpu": [
  1224. "x64"
  1225. ],
  1226. "dev": true,
  1227. "license": "MIT",
  1228. "optional": true,
  1229. "os": [
  1230. "darwin"
  1231. ],
  1232. "engines": {
  1233. "node": "^20.19.0 || >=22.12.0"
  1234. }
  1235. },
  1236. "node_modules/@rolldown/binding-freebsd-x64": {
  1237. "version": "1.0.1",
  1238. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.1.tgz",
  1239. "integrity": "sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==",
  1240. "cpu": [
  1241. "x64"
  1242. ],
  1243. "dev": true,
  1244. "license": "MIT",
  1245. "optional": true,
  1246. "os": [
  1247. "freebsd"
  1248. ],
  1249. "engines": {
  1250. "node": "^20.19.0 || >=22.12.0"
  1251. }
  1252. },
  1253. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1254. "version": "1.0.1",
  1255. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.1.tgz",
  1256. "integrity": "sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==",
  1257. "cpu": [
  1258. "arm"
  1259. ],
  1260. "dev": true,
  1261. "license": "MIT",
  1262. "optional": true,
  1263. "os": [
  1264. "linux"
  1265. ],
  1266. "engines": {
  1267. "node": "^20.19.0 || >=22.12.0"
  1268. }
  1269. },
  1270. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1271. "version": "1.0.1",
  1272. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.1.tgz",
  1273. "integrity": "sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==",
  1274. "cpu": [
  1275. "arm64"
  1276. ],
  1277. "dev": true,
  1278. "libc": [
  1279. "glibc"
  1280. ],
  1281. "license": "MIT",
  1282. "optional": true,
  1283. "os": [
  1284. "linux"
  1285. ],
  1286. "engines": {
  1287. "node": "^20.19.0 || >=22.12.0"
  1288. }
  1289. },
  1290. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1291. "version": "1.0.1",
  1292. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.1.tgz",
  1293. "integrity": "sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==",
  1294. "cpu": [
  1295. "arm64"
  1296. ],
  1297. "dev": true,
  1298. "libc": [
  1299. "musl"
  1300. ],
  1301. "license": "MIT",
  1302. "optional": true,
  1303. "os": [
  1304. "linux"
  1305. ],
  1306. "engines": {
  1307. "node": "^20.19.0 || >=22.12.0"
  1308. }
  1309. },
  1310. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1311. "version": "1.0.1",
  1312. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.1.tgz",
  1313. "integrity": "sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==",
  1314. "cpu": [
  1315. "ppc64"
  1316. ],
  1317. "dev": true,
  1318. "libc": [
  1319. "glibc"
  1320. ],
  1321. "license": "MIT",
  1322. "optional": true,
  1323. "os": [
  1324. "linux"
  1325. ],
  1326. "engines": {
  1327. "node": "^20.19.0 || >=22.12.0"
  1328. }
  1329. },
  1330. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1331. "version": "1.0.1",
  1332. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.1.tgz",
  1333. "integrity": "sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==",
  1334. "cpu": [
  1335. "s390x"
  1336. ],
  1337. "dev": true,
  1338. "libc": [
  1339. "glibc"
  1340. ],
  1341. "license": "MIT",
  1342. "optional": true,
  1343. "os": [
  1344. "linux"
  1345. ],
  1346. "engines": {
  1347. "node": "^20.19.0 || >=22.12.0"
  1348. }
  1349. },
  1350. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1351. "version": "1.0.1",
  1352. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.1.tgz",
  1353. "integrity": "sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==",
  1354. "cpu": [
  1355. "x64"
  1356. ],
  1357. "dev": true,
  1358. "libc": [
  1359. "glibc"
  1360. ],
  1361. "license": "MIT",
  1362. "optional": true,
  1363. "os": [
  1364. "linux"
  1365. ],
  1366. "engines": {
  1367. "node": "^20.19.0 || >=22.12.0"
  1368. }
  1369. },
  1370. "node_modules/@rolldown/binding-linux-x64-musl": {
  1371. "version": "1.0.1",
  1372. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.1.tgz",
  1373. "integrity": "sha512-bV4fzswuzVcKD90o/VM6QqKxnxlDq0g2BISDLNVmxrnhpv1DDbyPhCIjYfvzYLV+MvkKKnQt2Q6AO86SEBULUQ==",
  1374. "cpu": [
  1375. "x64"
  1376. ],
  1377. "dev": true,
  1378. "libc": [
  1379. "musl"
  1380. ],
  1381. "license": "MIT",
  1382. "optional": true,
  1383. "os": [
  1384. "linux"
  1385. ],
  1386. "engines": {
  1387. "node": "^20.19.0 || >=22.12.0"
  1388. }
  1389. },
  1390. "node_modules/@rolldown/binding-openharmony-arm64": {
  1391. "version": "1.0.1",
  1392. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.1.tgz",
  1393. "integrity": "sha512-/Mh0Zhq3OP7fVs0kcQHZP6lZEthMGTaSf8UBQYSFEZDWGXXlEC+nJ6EqenaK2t4LBXMe3A+K/G2BVXXdtOr4PQ==",
  1394. "cpu": [
  1395. "arm64"
  1396. ],
  1397. "dev": true,
  1398. "license": "MIT",
  1399. "optional": true,
  1400. "os": [
  1401. "openharmony"
  1402. ],
  1403. "engines": {
  1404. "node": "^20.19.0 || >=22.12.0"
  1405. }
  1406. },
  1407. "node_modules/@rolldown/binding-wasm32-wasi": {
  1408. "version": "1.0.1",
  1409. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.1.tgz",
  1410. "integrity": "sha512-+1xc9X45l8ufsBAm6Gjvx2qDRIY9lTVt0cgWNcJ+1gdhXvkbxePA60yRTwSTuXL09CMhyJmjpV7E3NoyxbqFQQ==",
  1411. "cpu": [
  1412. "wasm32"
  1413. ],
  1414. "dev": true,
  1415. "license": "MIT",
  1416. "optional": true,
  1417. "dependencies": {
  1418. "@emnapi/core": "1.10.0",
  1419. "@emnapi/runtime": "1.10.0",
  1420. "@napi-rs/wasm-runtime": "^1.1.4"
  1421. },
  1422. "engines": {
  1423. "node": "^20.19.0 || >=22.12.0"
  1424. }
  1425. },
  1426. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1427. "version": "1.0.1",
  1428. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.1.tgz",
  1429. "integrity": "sha512-1D+UqZdfnuR+Jy1GgMJwi85bD40H21uNmOPRWQhw4oRSuolZ/B5rixZ45DK2KXOTCvmVCecauWgEhbw8bI7tOw==",
  1430. "cpu": [
  1431. "arm64"
  1432. ],
  1433. "dev": true,
  1434. "license": "MIT",
  1435. "optional": true,
  1436. "os": [
  1437. "win32"
  1438. ],
  1439. "engines": {
  1440. "node": "^20.19.0 || >=22.12.0"
  1441. }
  1442. },
  1443. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1444. "version": "1.0.1",
  1445. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.1.tgz",
  1446. "integrity": "sha512-INAycaWuhlOK3wk4mRHGsdgwYWmd9cChdPdE9bwWmy6rn9VqVNYNFGhOdXrofXUxwHIncSiPNb8tNm8knDVIeQ==",
  1447. "cpu": [
  1448. "x64"
  1449. ],
  1450. "dev": true,
  1451. "license": "MIT",
  1452. "optional": true,
  1453. "os": [
  1454. "win32"
  1455. ],
  1456. "engines": {
  1457. "node": "^20.19.0 || >=22.12.0"
  1458. }
  1459. },
  1460. "node_modules/@rolldown/pluginutils": {
  1461. "version": "1.0.1",
  1462. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  1463. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  1464. "dev": true,
  1465. "license": "MIT"
  1466. },
  1467. "node_modules/@tailwindcss/node": {
  1468. "version": "4.3.0",
  1469. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz",
  1470. "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==",
  1471. "dev": true,
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "@jridgewell/remapping": "^2.3.5",
  1475. "enhanced-resolve": "^5.21.0",
  1476. "jiti": "^2.6.1",
  1477. "lightningcss": "1.32.0",
  1478. "magic-string": "^0.30.21",
  1479. "source-map-js": "^1.2.1",
  1480. "tailwindcss": "4.3.0"
  1481. }
  1482. },
  1483. "node_modules/@tailwindcss/oxide": {
  1484. "version": "4.3.0",
  1485. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz",
  1486. "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==",
  1487. "dev": true,
  1488. "license": "MIT",
  1489. "engines": {
  1490. "node": ">= 20"
  1491. },
  1492. "optionalDependencies": {
  1493. "@tailwindcss/oxide-android-arm64": "4.3.0",
  1494. "@tailwindcss/oxide-darwin-arm64": "4.3.0",
  1495. "@tailwindcss/oxide-darwin-x64": "4.3.0",
  1496. "@tailwindcss/oxide-freebsd-x64": "4.3.0",
  1497. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0",
  1498. "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0",
  1499. "@tailwindcss/oxide-linux-arm64-musl": "4.3.0",
  1500. "@tailwindcss/oxide-linux-x64-gnu": "4.3.0",
  1501. "@tailwindcss/oxide-linux-x64-musl": "4.3.0",
  1502. "@tailwindcss/oxide-wasm32-wasi": "4.3.0",
  1503. "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0",
  1504. "@tailwindcss/oxide-win32-x64-msvc": "4.3.0"
  1505. }
  1506. },
  1507. "node_modules/@tailwindcss/oxide-android-arm64": {
  1508. "version": "4.3.0",
  1509. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz",
  1510. "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==",
  1511. "cpu": [
  1512. "arm64"
  1513. ],
  1514. "dev": true,
  1515. "license": "MIT",
  1516. "optional": true,
  1517. "os": [
  1518. "android"
  1519. ],
  1520. "engines": {
  1521. "node": ">= 20"
  1522. }
  1523. },
  1524. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1525. "version": "4.3.0",
  1526. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz",
  1527. "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==",
  1528. "cpu": [
  1529. "arm64"
  1530. ],
  1531. "dev": true,
  1532. "license": "MIT",
  1533. "optional": true,
  1534. "os": [
  1535. "darwin"
  1536. ],
  1537. "engines": {
  1538. "node": ">= 20"
  1539. }
  1540. },
  1541. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1542. "version": "4.3.0",
  1543. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz",
  1544. "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==",
  1545. "cpu": [
  1546. "x64"
  1547. ],
  1548. "dev": true,
  1549. "license": "MIT",
  1550. "optional": true,
  1551. "os": [
  1552. "darwin"
  1553. ],
  1554. "engines": {
  1555. "node": ">= 20"
  1556. }
  1557. },
  1558. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1559. "version": "4.3.0",
  1560. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz",
  1561. "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==",
  1562. "cpu": [
  1563. "x64"
  1564. ],
  1565. "dev": true,
  1566. "license": "MIT",
  1567. "optional": true,
  1568. "os": [
  1569. "freebsd"
  1570. ],
  1571. "engines": {
  1572. "node": ">= 20"
  1573. }
  1574. },
  1575. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1576. "version": "4.3.0",
  1577. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz",
  1578. "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==",
  1579. "cpu": [
  1580. "arm"
  1581. ],
  1582. "dev": true,
  1583. "license": "MIT",
  1584. "optional": true,
  1585. "os": [
  1586. "linux"
  1587. ],
  1588. "engines": {
  1589. "node": ">= 20"
  1590. }
  1591. },
  1592. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1593. "version": "4.3.0",
  1594. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz",
  1595. "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==",
  1596. "cpu": [
  1597. "arm64"
  1598. ],
  1599. "dev": true,
  1600. "libc": [
  1601. "glibc"
  1602. ],
  1603. "license": "MIT",
  1604. "optional": true,
  1605. "os": [
  1606. "linux"
  1607. ],
  1608. "engines": {
  1609. "node": ">= 20"
  1610. }
  1611. },
  1612. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1613. "version": "4.3.0",
  1614. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz",
  1615. "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==",
  1616. "cpu": [
  1617. "arm64"
  1618. ],
  1619. "dev": true,
  1620. "libc": [
  1621. "musl"
  1622. ],
  1623. "license": "MIT",
  1624. "optional": true,
  1625. "os": [
  1626. "linux"
  1627. ],
  1628. "engines": {
  1629. "node": ">= 20"
  1630. }
  1631. },
  1632. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1633. "version": "4.3.0",
  1634. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz",
  1635. "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==",
  1636. "cpu": [
  1637. "x64"
  1638. ],
  1639. "dev": true,
  1640. "libc": [
  1641. "glibc"
  1642. ],
  1643. "license": "MIT",
  1644. "optional": true,
  1645. "os": [
  1646. "linux"
  1647. ],
  1648. "engines": {
  1649. "node": ">= 20"
  1650. }
  1651. },
  1652. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1653. "version": "4.3.0",
  1654. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz",
  1655. "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==",
  1656. "cpu": [
  1657. "x64"
  1658. ],
  1659. "dev": true,
  1660. "libc": [
  1661. "musl"
  1662. ],
  1663. "license": "MIT",
  1664. "optional": true,
  1665. "os": [
  1666. "linux"
  1667. ],
  1668. "engines": {
  1669. "node": ">= 20"
  1670. }
  1671. },
  1672. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1673. "version": "4.3.0",
  1674. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz",
  1675. "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==",
  1676. "bundleDependencies": [
  1677. "@napi-rs/wasm-runtime",
  1678. "@emnapi/core",
  1679. "@emnapi/runtime",
  1680. "@tybys/wasm-util",
  1681. "@emnapi/wasi-threads",
  1682. "tslib"
  1683. ],
  1684. "cpu": [
  1685. "wasm32"
  1686. ],
  1687. "dev": true,
  1688. "license": "MIT",
  1689. "optional": true,
  1690. "dependencies": {
  1691. "@emnapi/core": "^1.10.0",
  1692. "@emnapi/runtime": "^1.10.0",
  1693. "@emnapi/wasi-threads": "^1.2.1",
  1694. "@napi-rs/wasm-runtime": "^1.1.4",
  1695. "@tybys/wasm-util": "^0.10.1",
  1696. "tslib": "^2.8.1"
  1697. },
  1698. "engines": {
  1699. "node": ">=14.0.0"
  1700. }
  1701. },
  1702. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1703. "version": "4.3.0",
  1704. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz",
  1705. "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==",
  1706. "cpu": [
  1707. "arm64"
  1708. ],
  1709. "dev": true,
  1710. "license": "MIT",
  1711. "optional": true,
  1712. "os": [
  1713. "win32"
  1714. ],
  1715. "engines": {
  1716. "node": ">= 20"
  1717. }
  1718. },
  1719. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1720. "version": "4.3.0",
  1721. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz",
  1722. "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==",
  1723. "cpu": [
  1724. "x64"
  1725. ],
  1726. "dev": true,
  1727. "license": "MIT",
  1728. "optional": true,
  1729. "os": [
  1730. "win32"
  1731. ],
  1732. "engines": {
  1733. "node": ">= 20"
  1734. }
  1735. },
  1736. "node_modules/@tailwindcss/vite": {
  1737. "version": "4.3.0",
  1738. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.3.0.tgz",
  1739. "integrity": "sha512-t6J3OrB5Fc0ExuhohouH0fWUGMYL6PTLhW+E7zIk/pdbnJARZDCwjBznFnkh5ynRnIRSI4YjtTH0t6USjJISrw==",
  1740. "dev": true,
  1741. "license": "MIT",
  1742. "dependencies": {
  1743. "@tailwindcss/node": "4.3.0",
  1744. "@tailwindcss/oxide": "4.3.0",
  1745. "tailwindcss": "4.3.0"
  1746. },
  1747. "peerDependencies": {
  1748. "vite": "^5.2.0 || ^6 || ^7 || ^8"
  1749. }
  1750. },
  1751. "node_modules/@tsconfig/node24": {
  1752. "version": "24.0.4",
  1753. "resolved": "https://registry.npmjs.org/@tsconfig/node24/-/node24-24.0.4.tgz",
  1754. "integrity": "sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==",
  1755. "dev": true,
  1756. "license": "MIT"
  1757. },
  1758. "node_modules/@tybys/wasm-util": {
  1759. "version": "0.10.2",
  1760. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
  1761. "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
  1762. "dev": true,
  1763. "license": "MIT",
  1764. "optional": true,
  1765. "dependencies": {
  1766. "tslib": "^2.4.0"
  1767. }
  1768. },
  1769. "node_modules/@types/esrecurse": {
  1770. "version": "4.3.1",
  1771. "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
  1772. "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
  1773. "dev": true,
  1774. "license": "MIT"
  1775. },
  1776. "node_modules/@types/estree": {
  1777. "version": "1.0.9",
  1778. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  1779. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  1780. "dev": true,
  1781. "license": "MIT"
  1782. },
  1783. "node_modules/@types/jsesc": {
  1784. "version": "2.5.1",
  1785. "resolved": "https://registry.npmjs.org/@types/jsesc/-/jsesc-2.5.1.tgz",
  1786. "integrity": "sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==",
  1787. "license": "MIT"
  1788. },
  1789. "node_modules/@types/json-schema": {
  1790. "version": "7.0.15",
  1791. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  1792. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1793. "dev": true,
  1794. "license": "MIT"
  1795. },
  1796. "node_modules/@types/node": {
  1797. "version": "24.12.4",
  1798. "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
  1799. "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
  1800. "dev": true,
  1801. "license": "MIT",
  1802. "dependencies": {
  1803. "undici-types": "~7.16.0"
  1804. }
  1805. },
  1806. "node_modules/@typescript-eslint/eslint-plugin": {
  1807. "version": "8.59.4",
  1808. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.4.tgz",
  1809. "integrity": "sha512-PegsU+XfyJJNjd4+u/k6f9yTyp0lEXXiPopUNobZcIAUJFGICFLN+sP0Rb3JehVmiij1Ph0dFGYqODoRo/2+6A==",
  1810. "dev": true,
  1811. "license": "MIT",
  1812. "dependencies": {
  1813. "@eslint-community/regexpp": "^4.12.2",
  1814. "@typescript-eslint/scope-manager": "8.59.4",
  1815. "@typescript-eslint/type-utils": "8.59.4",
  1816. "@typescript-eslint/utils": "8.59.4",
  1817. "@typescript-eslint/visitor-keys": "8.59.4",
  1818. "ignore": "^7.0.5",
  1819. "natural-compare": "^1.4.0",
  1820. "ts-api-utils": "^2.5.0"
  1821. },
  1822. "engines": {
  1823. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1824. },
  1825. "funding": {
  1826. "type": "opencollective",
  1827. "url": "https://opencollective.com/typescript-eslint"
  1828. },
  1829. "peerDependencies": {
  1830. "@typescript-eslint/parser": "^8.59.4",
  1831. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1832. "typescript": ">=4.8.4 <6.1.0"
  1833. }
  1834. },
  1835. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1836. "version": "7.0.5",
  1837. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  1838. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1839. "dev": true,
  1840. "license": "MIT",
  1841. "engines": {
  1842. "node": ">= 4"
  1843. }
  1844. },
  1845. "node_modules/@typescript-eslint/parser": {
  1846. "version": "8.59.4",
  1847. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.4.tgz",
  1848. "integrity": "sha512-zORHqO/tuhxY1zWuTvMUqddRxpiFJ72xVfcNoWpqdLjs6lfPbuQBJuW4pk+49/uBMy7Ssr4bzgjiKmmDB1UbZQ==",
  1849. "dev": true,
  1850. "license": "MIT",
  1851. "dependencies": {
  1852. "@typescript-eslint/scope-manager": "8.59.4",
  1853. "@typescript-eslint/types": "8.59.4",
  1854. "@typescript-eslint/typescript-estree": "8.59.4",
  1855. "@typescript-eslint/visitor-keys": "8.59.4",
  1856. "debug": "^4.4.3"
  1857. },
  1858. "engines": {
  1859. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1860. },
  1861. "funding": {
  1862. "type": "opencollective",
  1863. "url": "https://opencollective.com/typescript-eslint"
  1864. },
  1865. "peerDependencies": {
  1866. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1867. "typescript": ">=4.8.4 <6.1.0"
  1868. }
  1869. },
  1870. "node_modules/@typescript-eslint/project-service": {
  1871. "version": "8.59.4",
  1872. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.4.tgz",
  1873. "integrity": "sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==",
  1874. "dev": true,
  1875. "license": "MIT",
  1876. "dependencies": {
  1877. "@typescript-eslint/tsconfig-utils": "^8.59.4",
  1878. "@typescript-eslint/types": "^8.59.4",
  1879. "debug": "^4.4.3"
  1880. },
  1881. "engines": {
  1882. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1883. },
  1884. "funding": {
  1885. "type": "opencollective",
  1886. "url": "https://opencollective.com/typescript-eslint"
  1887. },
  1888. "peerDependencies": {
  1889. "typescript": ">=4.8.4 <6.1.0"
  1890. }
  1891. },
  1892. "node_modules/@typescript-eslint/scope-manager": {
  1893. "version": "8.59.4",
  1894. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz",
  1895. "integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==",
  1896. "dev": true,
  1897. "license": "MIT",
  1898. "dependencies": {
  1899. "@typescript-eslint/types": "8.59.4",
  1900. "@typescript-eslint/visitor-keys": "8.59.4"
  1901. },
  1902. "engines": {
  1903. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1904. },
  1905. "funding": {
  1906. "type": "opencollective",
  1907. "url": "https://opencollective.com/typescript-eslint"
  1908. }
  1909. },
  1910. "node_modules/@typescript-eslint/tsconfig-utils": {
  1911. "version": "8.59.4",
  1912. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz",
  1913. "integrity": "sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==",
  1914. "dev": true,
  1915. "license": "MIT",
  1916. "engines": {
  1917. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1918. },
  1919. "funding": {
  1920. "type": "opencollective",
  1921. "url": "https://opencollective.com/typescript-eslint"
  1922. },
  1923. "peerDependencies": {
  1924. "typescript": ">=4.8.4 <6.1.0"
  1925. }
  1926. },
  1927. "node_modules/@typescript-eslint/type-utils": {
  1928. "version": "8.59.4",
  1929. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.4.tgz",
  1930. "integrity": "sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==",
  1931. "dev": true,
  1932. "license": "MIT",
  1933. "dependencies": {
  1934. "@typescript-eslint/types": "8.59.4",
  1935. "@typescript-eslint/typescript-estree": "8.59.4",
  1936. "@typescript-eslint/utils": "8.59.4",
  1937. "debug": "^4.4.3",
  1938. "ts-api-utils": "^2.5.0"
  1939. },
  1940. "engines": {
  1941. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1942. },
  1943. "funding": {
  1944. "type": "opencollective",
  1945. "url": "https://opencollective.com/typescript-eslint"
  1946. },
  1947. "peerDependencies": {
  1948. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1949. "typescript": ">=4.8.4 <6.1.0"
  1950. }
  1951. },
  1952. "node_modules/@typescript-eslint/types": {
  1953. "version": "8.59.4",
  1954. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
  1955. "integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
  1956. "dev": true,
  1957. "license": "MIT",
  1958. "engines": {
  1959. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1960. },
  1961. "funding": {
  1962. "type": "opencollective",
  1963. "url": "https://opencollective.com/typescript-eslint"
  1964. }
  1965. },
  1966. "node_modules/@typescript-eslint/typescript-estree": {
  1967. "version": "8.59.4",
  1968. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.4.tgz",
  1969. "integrity": "sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==",
  1970. "dev": true,
  1971. "license": "MIT",
  1972. "dependencies": {
  1973. "@typescript-eslint/project-service": "8.59.4",
  1974. "@typescript-eslint/tsconfig-utils": "8.59.4",
  1975. "@typescript-eslint/types": "8.59.4",
  1976. "@typescript-eslint/visitor-keys": "8.59.4",
  1977. "debug": "^4.4.3",
  1978. "minimatch": "^10.2.2",
  1979. "semver": "^7.7.3",
  1980. "tinyglobby": "^0.2.15",
  1981. "ts-api-utils": "^2.5.0"
  1982. },
  1983. "engines": {
  1984. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1985. },
  1986. "funding": {
  1987. "type": "opencollective",
  1988. "url": "https://opencollective.com/typescript-eslint"
  1989. },
  1990. "peerDependencies": {
  1991. "typescript": ">=4.8.4 <6.1.0"
  1992. }
  1993. },
  1994. "node_modules/@typescript-eslint/utils": {
  1995. "version": "8.59.4",
  1996. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.4.tgz",
  1997. "integrity": "sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==",
  1998. "dev": true,
  1999. "license": "MIT",
  2000. "dependencies": {
  2001. "@eslint-community/eslint-utils": "^4.9.1",
  2002. "@typescript-eslint/scope-manager": "8.59.4",
  2003. "@typescript-eslint/types": "8.59.4",
  2004. "@typescript-eslint/typescript-estree": "8.59.4"
  2005. },
  2006. "engines": {
  2007. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2008. },
  2009. "funding": {
  2010. "type": "opencollective",
  2011. "url": "https://opencollective.com/typescript-eslint"
  2012. },
  2013. "peerDependencies": {
  2014. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2015. "typescript": ">=4.8.4 <6.1.0"
  2016. }
  2017. },
  2018. "node_modules/@typescript-eslint/visitor-keys": {
  2019. "version": "8.59.4",
  2020. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz",
  2021. "integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==",
  2022. "dev": true,
  2023. "license": "MIT",
  2024. "dependencies": {
  2025. "@typescript-eslint/types": "8.59.4",
  2026. "eslint-visitor-keys": "^5.0.0"
  2027. },
  2028. "engines": {
  2029. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2030. },
  2031. "funding": {
  2032. "type": "opencollective",
  2033. "url": "https://opencollective.com/typescript-eslint"
  2034. }
  2035. },
  2036. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  2037. "version": "5.0.1",
  2038. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  2039. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  2040. "dev": true,
  2041. "license": "Apache-2.0",
  2042. "engines": {
  2043. "node": "^20.19.0 || ^22.13.0 || >=24"
  2044. },
  2045. "funding": {
  2046. "url": "https://opencollective.com/eslint"
  2047. }
  2048. },
  2049. "node_modules/@vitejs/plugin-vue": {
  2050. "version": "6.0.7",
  2051. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.7.tgz",
  2052. "integrity": "sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==",
  2053. "dev": true,
  2054. "license": "MIT",
  2055. "dependencies": {
  2056. "@rolldown/pluginutils": "^1.0.1"
  2057. },
  2058. "engines": {
  2059. "node": "^20.19.0 || >=22.12.0"
  2060. },
  2061. "peerDependencies": {
  2062. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  2063. "vue": "^3.2.25"
  2064. }
  2065. },
  2066. "node_modules/@volar/language-core": {
  2067. "version": "2.4.28",
  2068. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.28.tgz",
  2069. "integrity": "sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==",
  2070. "dev": true,
  2071. "license": "MIT",
  2072. "dependencies": {
  2073. "@volar/source-map": "2.4.28"
  2074. }
  2075. },
  2076. "node_modules/@volar/source-map": {
  2077. "version": "2.4.28",
  2078. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.28.tgz",
  2079. "integrity": "sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==",
  2080. "dev": true,
  2081. "license": "MIT"
  2082. },
  2083. "node_modules/@volar/typescript": {
  2084. "version": "2.4.28",
  2085. "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.28.tgz",
  2086. "integrity": "sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==",
  2087. "dev": true,
  2088. "license": "MIT",
  2089. "dependencies": {
  2090. "@volar/language-core": "2.4.28",
  2091. "path-browserify": "^1.0.1",
  2092. "vscode-uri": "^3.0.8"
  2093. }
  2094. },
  2095. "node_modules/@vue-macros/common": {
  2096. "version": "3.1.2",
  2097. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz",
  2098. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  2099. "license": "MIT",
  2100. "dependencies": {
  2101. "@vue/compiler-sfc": "^3.5.22",
  2102. "ast-kit": "^2.1.2",
  2103. "local-pkg": "^1.1.2",
  2104. "magic-string-ast": "^1.0.2",
  2105. "unplugin-utils": "^0.3.0"
  2106. },
  2107. "engines": {
  2108. "node": ">=20.19.0"
  2109. },
  2110. "funding": {
  2111. "url": "https://github.com/sponsors/vue-macros"
  2112. },
  2113. "peerDependencies": {
  2114. "vue": "^2.7.0 || ^3.2.25"
  2115. },
  2116. "peerDependenciesMeta": {
  2117. "vue": {
  2118. "optional": true
  2119. }
  2120. }
  2121. },
  2122. "node_modules/@vue/babel-helper-vue-transform-on": {
  2123. "version": "1.5.0",
  2124. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  2125. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  2126. "dev": true,
  2127. "license": "MIT"
  2128. },
  2129. "node_modules/@vue/babel-plugin-jsx": {
  2130. "version": "1.5.0",
  2131. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  2132. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  2133. "dev": true,
  2134. "license": "MIT",
  2135. "dependencies": {
  2136. "@babel/helper-module-imports": "^7.27.1",
  2137. "@babel/helper-plugin-utils": "^7.27.1",
  2138. "@babel/plugin-syntax-jsx": "^7.27.1",
  2139. "@babel/template": "^7.27.2",
  2140. "@babel/traverse": "^7.28.0",
  2141. "@babel/types": "^7.28.2",
  2142. "@vue/babel-helper-vue-transform-on": "1.5.0",
  2143. "@vue/babel-plugin-resolve-type": "1.5.0",
  2144. "@vue/shared": "^3.5.18"
  2145. },
  2146. "peerDependencies": {
  2147. "@babel/core": "^7.0.0-0"
  2148. },
  2149. "peerDependenciesMeta": {
  2150. "@babel/core": {
  2151. "optional": true
  2152. }
  2153. }
  2154. },
  2155. "node_modules/@vue/babel-plugin-resolve-type": {
  2156. "version": "1.5.0",
  2157. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  2158. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  2159. "dev": true,
  2160. "license": "MIT",
  2161. "dependencies": {
  2162. "@babel/code-frame": "^7.27.1",
  2163. "@babel/helper-module-imports": "^7.27.1",
  2164. "@babel/helper-plugin-utils": "^7.27.1",
  2165. "@babel/parser": "^7.28.0",
  2166. "@vue/compiler-sfc": "^3.5.18"
  2167. },
  2168. "funding": {
  2169. "url": "https://github.com/sponsors/sxzz"
  2170. },
  2171. "peerDependencies": {
  2172. "@babel/core": "^7.0.0-0"
  2173. }
  2174. },
  2175. "node_modules/@vue/compiler-core": {
  2176. "version": "3.5.34",
  2177. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.34.tgz",
  2178. "integrity": "sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==",
  2179. "license": "MIT",
  2180. "dependencies": {
  2181. "@babel/parser": "^7.29.3",
  2182. "@vue/shared": "3.5.34",
  2183. "entities": "^7.0.1",
  2184. "estree-walker": "^2.0.2",
  2185. "source-map-js": "^1.2.1"
  2186. }
  2187. },
  2188. "node_modules/@vue/compiler-dom": {
  2189. "version": "3.5.34",
  2190. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.34.tgz",
  2191. "integrity": "sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==",
  2192. "license": "MIT",
  2193. "dependencies": {
  2194. "@vue/compiler-core": "3.5.34",
  2195. "@vue/shared": "3.5.34"
  2196. }
  2197. },
  2198. "node_modules/@vue/compiler-sfc": {
  2199. "version": "3.5.34",
  2200. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.34.tgz",
  2201. "integrity": "sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==",
  2202. "license": "MIT",
  2203. "dependencies": {
  2204. "@babel/parser": "^7.29.3",
  2205. "@vue/compiler-core": "3.5.34",
  2206. "@vue/compiler-dom": "3.5.34",
  2207. "@vue/compiler-ssr": "3.5.34",
  2208. "@vue/shared": "3.5.34",
  2209. "estree-walker": "^2.0.2",
  2210. "magic-string": "^0.30.21",
  2211. "postcss": "^8.5.14",
  2212. "source-map-js": "^1.2.1"
  2213. }
  2214. },
  2215. "node_modules/@vue/compiler-ssr": {
  2216. "version": "3.5.34",
  2217. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.34.tgz",
  2218. "integrity": "sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==",
  2219. "license": "MIT",
  2220. "dependencies": {
  2221. "@vue/compiler-dom": "3.5.34",
  2222. "@vue/shared": "3.5.34"
  2223. }
  2224. },
  2225. "node_modules/@vue/devtools-api": {
  2226. "version": "7.7.9",
  2227. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  2228. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  2229. "license": "MIT",
  2230. "dependencies": {
  2231. "@vue/devtools-kit": "^7.7.9"
  2232. }
  2233. },
  2234. "node_modules/@vue/devtools-core": {
  2235. "version": "8.1.2",
  2236. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-8.1.2.tgz",
  2237. "integrity": "sha512-ZGGyaSBP4/+bN2Nd9ZHNYAVDRIzMw1rv2RyXWtyZlo6mQal+IDmTvKY4V+DjAEBhaXt30mHmsgYp1yXJ/2tIWg==",
  2238. "dev": true,
  2239. "license": "MIT",
  2240. "dependencies": {
  2241. "@vue/devtools-kit": "^8.1.2",
  2242. "@vue/devtools-shared": "^8.1.2"
  2243. },
  2244. "peerDependencies": {
  2245. "vue": "^3.0.0"
  2246. }
  2247. },
  2248. "node_modules/@vue/devtools-core/node_modules/@vue/devtools-kit": {
  2249. "version": "8.1.2",
  2250. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.2.tgz",
  2251. "integrity": "sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==",
  2252. "dev": true,
  2253. "license": "MIT",
  2254. "dependencies": {
  2255. "@vue/devtools-shared": "^8.1.2",
  2256. "birpc": "^2.6.1",
  2257. "hookable": "^5.5.3",
  2258. "perfect-debounce": "^2.0.0"
  2259. }
  2260. },
  2261. "node_modules/@vue/devtools-core/node_modules/@vue/devtools-shared": {
  2262. "version": "8.1.2",
  2263. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.2.tgz",
  2264. "integrity": "sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==",
  2265. "dev": true,
  2266. "license": "MIT"
  2267. },
  2268. "node_modules/@vue/devtools-core/node_modules/perfect-debounce": {
  2269. "version": "2.1.0",
  2270. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  2271. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  2272. "dev": true,
  2273. "license": "MIT"
  2274. },
  2275. "node_modules/@vue/devtools-kit": {
  2276. "version": "7.7.9",
  2277. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  2278. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  2279. "license": "MIT",
  2280. "dependencies": {
  2281. "@vue/devtools-shared": "^7.7.9",
  2282. "birpc": "^2.3.0",
  2283. "hookable": "^5.5.3",
  2284. "mitt": "^3.0.1",
  2285. "perfect-debounce": "^1.0.0",
  2286. "speakingurl": "^14.0.1",
  2287. "superjson": "^2.2.2"
  2288. }
  2289. },
  2290. "node_modules/@vue/devtools-shared": {
  2291. "version": "7.7.9",
  2292. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  2293. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  2294. "license": "MIT",
  2295. "dependencies": {
  2296. "rfdc": "^1.4.1"
  2297. }
  2298. },
  2299. "node_modules/@vue/eslint-config-typescript": {
  2300. "version": "14.7.0",
  2301. "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.7.0.tgz",
  2302. "integrity": "sha512-iegbMINVc+seZ/QxtzWiOBozctrHiF2WvGedruu2EbLujg9VuU0FQiNcN2z1ycuaoKKpF4m2qzB5HDEMKbxtIg==",
  2303. "dev": true,
  2304. "license": "MIT",
  2305. "dependencies": {
  2306. "@typescript-eslint/utils": "^8.56.0",
  2307. "fast-glob": "^3.3.3",
  2308. "typescript-eslint": "^8.56.0",
  2309. "vue-eslint-parser": "^10.4.0"
  2310. },
  2311. "engines": {
  2312. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2313. },
  2314. "peerDependencies": {
  2315. "eslint": "^9.10.0 || ^10.0.0",
  2316. "eslint-plugin-vue": "^9.28.0 || ^10.0.0",
  2317. "typescript": ">=4.8.4"
  2318. },
  2319. "peerDependenciesMeta": {
  2320. "typescript": {
  2321. "optional": true
  2322. }
  2323. }
  2324. },
  2325. "node_modules/@vue/language-core": {
  2326. "version": "3.3.1",
  2327. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.3.1.tgz",
  2328. "integrity": "sha512-NP8g6V7x81NVOXbLupUvYY6i6LqUkjkVowe2epRedmpgaFCOdjgWHE/rQBvEJ4r7koAYODIjGeBWEdt6n7jYXQ==",
  2329. "dev": true,
  2330. "license": "MIT",
  2331. "dependencies": {
  2332. "@volar/language-core": "2.4.28",
  2333. "@vue/compiler-dom": "^3.5.0",
  2334. "@vue/shared": "^3.5.0",
  2335. "alien-signals": "^3.2.0",
  2336. "muggle-string": "^0.4.1",
  2337. "path-browserify": "^1.0.1",
  2338. "picomatch": "^4.0.4"
  2339. }
  2340. },
  2341. "node_modules/@vue/language-core/node_modules/picomatch": {
  2342. "version": "4.0.4",
  2343. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  2344. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  2345. "dev": true,
  2346. "license": "MIT",
  2347. "engines": {
  2348. "node": ">=12"
  2349. },
  2350. "funding": {
  2351. "url": "https://github.com/sponsors/jonschlinkert"
  2352. }
  2353. },
  2354. "node_modules/@vue/reactivity": {
  2355. "version": "3.5.34",
  2356. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.34.tgz",
  2357. "integrity": "sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==",
  2358. "license": "MIT",
  2359. "dependencies": {
  2360. "@vue/shared": "3.5.34"
  2361. }
  2362. },
  2363. "node_modules/@vue/runtime-core": {
  2364. "version": "3.5.34",
  2365. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.34.tgz",
  2366. "integrity": "sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==",
  2367. "license": "MIT",
  2368. "dependencies": {
  2369. "@vue/reactivity": "3.5.34",
  2370. "@vue/shared": "3.5.34"
  2371. }
  2372. },
  2373. "node_modules/@vue/runtime-dom": {
  2374. "version": "3.5.34",
  2375. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.34.tgz",
  2376. "integrity": "sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==",
  2377. "license": "MIT",
  2378. "dependencies": {
  2379. "@vue/reactivity": "3.5.34",
  2380. "@vue/runtime-core": "3.5.34",
  2381. "@vue/shared": "3.5.34",
  2382. "csstype": "^3.2.3"
  2383. }
  2384. },
  2385. "node_modules/@vue/server-renderer": {
  2386. "version": "3.5.34",
  2387. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.34.tgz",
  2388. "integrity": "sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==",
  2389. "license": "MIT",
  2390. "dependencies": {
  2391. "@vue/compiler-ssr": "3.5.34",
  2392. "@vue/shared": "3.5.34"
  2393. },
  2394. "peerDependencies": {
  2395. "vue": "3.5.34"
  2396. }
  2397. },
  2398. "node_modules/@vue/shared": {
  2399. "version": "3.5.34",
  2400. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.34.tgz",
  2401. "integrity": "sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==",
  2402. "license": "MIT"
  2403. },
  2404. "node_modules/@vue/tsconfig": {
  2405. "version": "0.9.1",
  2406. "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.1.tgz",
  2407. "integrity": "sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==",
  2408. "dev": true,
  2409. "license": "MIT",
  2410. "peerDependencies": {
  2411. "typescript": ">= 5.8",
  2412. "vue": "^3.4.0"
  2413. },
  2414. "peerDependenciesMeta": {
  2415. "typescript": {
  2416. "optional": true
  2417. },
  2418. "vue": {
  2419. "optional": true
  2420. }
  2421. }
  2422. },
  2423. "node_modules/acorn": {
  2424. "version": "8.16.0",
  2425. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  2426. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  2427. "license": "MIT",
  2428. "bin": {
  2429. "acorn": "bin/acorn"
  2430. },
  2431. "engines": {
  2432. "node": ">=0.4.0"
  2433. }
  2434. },
  2435. "node_modules/acorn-jsx": {
  2436. "version": "5.3.2",
  2437. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2438. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2439. "dev": true,
  2440. "license": "MIT",
  2441. "peerDependencies": {
  2442. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2443. }
  2444. },
  2445. "node_modules/ajv": {
  2446. "version": "6.15.0",
  2447. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
  2448. "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
  2449. "dev": true,
  2450. "license": "MIT",
  2451. "dependencies": {
  2452. "fast-deep-equal": "^3.1.1",
  2453. "fast-json-stable-stringify": "^2.0.0",
  2454. "json-schema-traverse": "^0.4.1",
  2455. "uri-js": "^4.2.2"
  2456. },
  2457. "funding": {
  2458. "type": "github",
  2459. "url": "https://github.com/sponsors/epoberezkin"
  2460. }
  2461. },
  2462. "node_modules/alien-signals": {
  2463. "version": "3.2.1",
  2464. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.2.1.tgz",
  2465. "integrity": "sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==",
  2466. "dev": true,
  2467. "license": "MIT"
  2468. },
  2469. "node_modules/ansi-styles": {
  2470. "version": "6.2.3",
  2471. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  2472. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  2473. "dev": true,
  2474. "license": "MIT",
  2475. "engines": {
  2476. "node": ">=12"
  2477. },
  2478. "funding": {
  2479. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2480. }
  2481. },
  2482. "node_modules/ansis": {
  2483. "version": "4.3.0",
  2484. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.3.0.tgz",
  2485. "integrity": "sha512-44mvgtPvohuU/70DdY5Oz2AIrLJ9k6/5x4KmoSvPwO+5Moijo0+N9D0fKbbYZQWP1hNm5CpOf+E01jhxG/r8xg==",
  2486. "dev": true,
  2487. "license": "ISC",
  2488. "engines": {
  2489. "node": ">=14"
  2490. }
  2491. },
  2492. "node_modules/ast-kit": {
  2493. "version": "2.2.0",
  2494. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  2495. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  2496. "license": "MIT",
  2497. "dependencies": {
  2498. "@babel/parser": "^7.28.5",
  2499. "pathe": "^2.0.3"
  2500. },
  2501. "engines": {
  2502. "node": ">=20.19.0"
  2503. },
  2504. "funding": {
  2505. "url": "https://github.com/sponsors/sxzz"
  2506. }
  2507. },
  2508. "node_modules/ast-walker-scope": {
  2509. "version": "0.8.3",
  2510. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  2511. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  2512. "license": "MIT",
  2513. "dependencies": {
  2514. "@babel/parser": "^7.28.4",
  2515. "ast-kit": "^2.1.3"
  2516. },
  2517. "engines": {
  2518. "node": ">=20.19.0"
  2519. },
  2520. "funding": {
  2521. "url": "https://github.com/sponsors/sxzz"
  2522. }
  2523. },
  2524. "node_modules/balanced-match": {
  2525. "version": "4.0.4",
  2526. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  2527. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  2528. "dev": true,
  2529. "license": "MIT",
  2530. "engines": {
  2531. "node": "18 || 20 || >=22"
  2532. }
  2533. },
  2534. "node_modules/baseline-browser-mapping": {
  2535. "version": "2.10.31",
  2536. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.31.tgz",
  2537. "integrity": "sha512-MujYO3eP72uvmSE0i4wltsodRfIpZATP3jvzRNRGGxgzId7aVocVJJV3nf01qnzzKFGxQVC9bpWxl5cjxTr/7Q==",
  2538. "dev": true,
  2539. "license": "Apache-2.0",
  2540. "bin": {
  2541. "baseline-browser-mapping": "dist/cli.cjs"
  2542. },
  2543. "engines": {
  2544. "node": ">=6.0.0"
  2545. }
  2546. },
  2547. "node_modules/birpc": {
  2548. "version": "2.9.0",
  2549. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  2550. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  2551. "license": "MIT",
  2552. "funding": {
  2553. "url": "https://github.com/sponsors/antfu"
  2554. }
  2555. },
  2556. "node_modules/boolbase": {
  2557. "version": "1.0.0",
  2558. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  2559. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  2560. "dev": true,
  2561. "license": "ISC"
  2562. },
  2563. "node_modules/brace-expansion": {
  2564. "version": "5.0.6",
  2565. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
  2566. "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
  2567. "dev": true,
  2568. "license": "MIT",
  2569. "dependencies": {
  2570. "balanced-match": "^4.0.2"
  2571. },
  2572. "engines": {
  2573. "node": "18 || 20 || >=22"
  2574. }
  2575. },
  2576. "node_modules/braces": {
  2577. "version": "3.0.3",
  2578. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2579. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2580. "dev": true,
  2581. "license": "MIT",
  2582. "dependencies": {
  2583. "fill-range": "^7.1.1"
  2584. },
  2585. "engines": {
  2586. "node": ">=8"
  2587. }
  2588. },
  2589. "node_modules/browserslist": {
  2590. "version": "4.28.2",
  2591. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  2592. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  2593. "dev": true,
  2594. "funding": [
  2595. {
  2596. "type": "opencollective",
  2597. "url": "https://opencollective.com/browserslist"
  2598. },
  2599. {
  2600. "type": "tidelift",
  2601. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2602. },
  2603. {
  2604. "type": "github",
  2605. "url": "https://github.com/sponsors/ai"
  2606. }
  2607. ],
  2608. "license": "MIT",
  2609. "dependencies": {
  2610. "baseline-browser-mapping": "^2.10.12",
  2611. "caniuse-lite": "^1.0.30001782",
  2612. "electron-to-chromium": "^1.5.328",
  2613. "node-releases": "^2.0.36",
  2614. "update-browserslist-db": "^1.2.3"
  2615. },
  2616. "bin": {
  2617. "browserslist": "cli.js"
  2618. },
  2619. "engines": {
  2620. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2621. }
  2622. },
  2623. "node_modules/bundle-name": {
  2624. "version": "4.1.0",
  2625. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  2626. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  2627. "dev": true,
  2628. "license": "MIT",
  2629. "dependencies": {
  2630. "run-applescript": "^7.0.0"
  2631. },
  2632. "engines": {
  2633. "node": ">=18"
  2634. },
  2635. "funding": {
  2636. "url": "https://github.com/sponsors/sindresorhus"
  2637. }
  2638. },
  2639. "node_modules/caniuse-lite": {
  2640. "version": "1.0.30001793",
  2641. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz",
  2642. "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==",
  2643. "dev": true,
  2644. "funding": [
  2645. {
  2646. "type": "opencollective",
  2647. "url": "https://opencollective.com/browserslist"
  2648. },
  2649. {
  2650. "type": "tidelift",
  2651. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2652. },
  2653. {
  2654. "type": "github",
  2655. "url": "https://github.com/sponsors/ai"
  2656. }
  2657. ],
  2658. "license": "CC-BY-4.0"
  2659. },
  2660. "node_modules/chokidar": {
  2661. "version": "5.0.0",
  2662. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2663. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2664. "license": "MIT",
  2665. "dependencies": {
  2666. "readdirp": "^5.0.0"
  2667. },
  2668. "engines": {
  2669. "node": ">= 20.19.0"
  2670. },
  2671. "funding": {
  2672. "url": "https://paulmillr.com/funding/"
  2673. }
  2674. },
  2675. "node_modules/confbox": {
  2676. "version": "0.2.4",
  2677. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  2678. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  2679. "license": "MIT"
  2680. },
  2681. "node_modules/convert-source-map": {
  2682. "version": "2.0.0",
  2683. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2684. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2685. "dev": true,
  2686. "license": "MIT"
  2687. },
  2688. "node_modules/copy-anything": {
  2689. "version": "4.0.5",
  2690. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  2691. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  2692. "license": "MIT",
  2693. "dependencies": {
  2694. "is-what": "^5.2.0"
  2695. },
  2696. "engines": {
  2697. "node": ">=18"
  2698. },
  2699. "funding": {
  2700. "url": "https://github.com/sponsors/mesqueeb"
  2701. }
  2702. },
  2703. "node_modules/cross-spawn": {
  2704. "version": "7.0.6",
  2705. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2706. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2707. "dev": true,
  2708. "license": "MIT",
  2709. "dependencies": {
  2710. "path-key": "^3.1.0",
  2711. "shebang-command": "^2.0.0",
  2712. "which": "^2.0.1"
  2713. },
  2714. "engines": {
  2715. "node": ">= 8"
  2716. }
  2717. },
  2718. "node_modules/cssesc": {
  2719. "version": "3.0.0",
  2720. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2721. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2722. "dev": true,
  2723. "license": "MIT",
  2724. "bin": {
  2725. "cssesc": "bin/cssesc"
  2726. },
  2727. "engines": {
  2728. "node": ">=4"
  2729. }
  2730. },
  2731. "node_modules/csstype": {
  2732. "version": "3.2.3",
  2733. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2734. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2735. "license": "MIT"
  2736. },
  2737. "node_modules/daisyui": {
  2738. "version": "5.5.20",
  2739. "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.20.tgz",
  2740. "integrity": "sha512-HemJcjl0Gk9rQ8BcgofN6p+EURrqftQG9wK1Hkxs98i49xe68+QxpNvry+PyxwkIUgrbMpNmZ5ZWjmtffAjfhQ==",
  2741. "license": "MIT",
  2742. "funding": {
  2743. "url": "https://github.com/saadeghi/daisyui?sponsor=1"
  2744. }
  2745. },
  2746. "node_modules/debug": {
  2747. "version": "4.4.3",
  2748. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2749. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2750. "dev": true,
  2751. "license": "MIT",
  2752. "dependencies": {
  2753. "ms": "^2.1.3"
  2754. },
  2755. "engines": {
  2756. "node": ">=6.0"
  2757. },
  2758. "peerDependenciesMeta": {
  2759. "supports-color": {
  2760. "optional": true
  2761. }
  2762. }
  2763. },
  2764. "node_modules/deep-is": {
  2765. "version": "0.1.4",
  2766. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2767. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2768. "dev": true,
  2769. "license": "MIT"
  2770. },
  2771. "node_modules/default-browser": {
  2772. "version": "5.5.0",
  2773. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  2774. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  2775. "dev": true,
  2776. "license": "MIT",
  2777. "dependencies": {
  2778. "bundle-name": "^4.1.0",
  2779. "default-browser-id": "^5.0.0"
  2780. },
  2781. "engines": {
  2782. "node": ">=18"
  2783. },
  2784. "funding": {
  2785. "url": "https://github.com/sponsors/sindresorhus"
  2786. }
  2787. },
  2788. "node_modules/default-browser-id": {
  2789. "version": "5.0.1",
  2790. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
  2791. "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
  2792. "dev": true,
  2793. "license": "MIT",
  2794. "engines": {
  2795. "node": ">=18"
  2796. },
  2797. "funding": {
  2798. "url": "https://github.com/sponsors/sindresorhus"
  2799. }
  2800. },
  2801. "node_modules/define-lazy-prop": {
  2802. "version": "3.0.0",
  2803. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  2804. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  2805. "dev": true,
  2806. "license": "MIT",
  2807. "engines": {
  2808. "node": ">=12"
  2809. },
  2810. "funding": {
  2811. "url": "https://github.com/sponsors/sindresorhus"
  2812. }
  2813. },
  2814. "node_modules/detect-libc": {
  2815. "version": "2.1.2",
  2816. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2817. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2818. "dev": true,
  2819. "license": "Apache-2.0",
  2820. "engines": {
  2821. "node": ">=8"
  2822. }
  2823. },
  2824. "node_modules/electron-to-chromium": {
  2825. "version": "1.5.360",
  2826. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.360.tgz",
  2827. "integrity": "sha512-GkcBt6YYAw9SxFWn+xVar4cLVGlXVuswwtRLBozi2zp0GjXs4ZnOrqV4zbXzg35n7w81hCkyJNYicgXlVHAmBA==",
  2828. "dev": true,
  2829. "license": "ISC"
  2830. },
  2831. "node_modules/enhanced-resolve": {
  2832. "version": "5.21.6",
  2833. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz",
  2834. "integrity": "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==",
  2835. "dev": true,
  2836. "license": "MIT",
  2837. "dependencies": {
  2838. "graceful-fs": "^4.2.4",
  2839. "tapable": "^2.3.3"
  2840. },
  2841. "engines": {
  2842. "node": ">=10.13.0"
  2843. }
  2844. },
  2845. "node_modules/entities": {
  2846. "version": "7.0.1",
  2847. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2848. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2849. "license": "BSD-2-Clause",
  2850. "engines": {
  2851. "node": ">=0.12"
  2852. },
  2853. "funding": {
  2854. "url": "https://github.com/fb55/entities?sponsor=1"
  2855. }
  2856. },
  2857. "node_modules/error-stack-parser-es": {
  2858. "version": "1.0.5",
  2859. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  2860. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  2861. "dev": true,
  2862. "license": "MIT",
  2863. "funding": {
  2864. "url": "https://github.com/sponsors/antfu"
  2865. }
  2866. },
  2867. "node_modules/escalade": {
  2868. "version": "3.2.0",
  2869. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  2870. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2871. "dev": true,
  2872. "license": "MIT",
  2873. "engines": {
  2874. "node": ">=6"
  2875. }
  2876. },
  2877. "node_modules/escape-string-regexp": {
  2878. "version": "4.0.0",
  2879. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2880. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2881. "dev": true,
  2882. "license": "MIT",
  2883. "engines": {
  2884. "node": ">=10"
  2885. },
  2886. "funding": {
  2887. "url": "https://github.com/sponsors/sindresorhus"
  2888. }
  2889. },
  2890. "node_modules/eslint": {
  2891. "version": "10.4.0",
  2892. "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.0.tgz",
  2893. "integrity": "sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==",
  2894. "dev": true,
  2895. "license": "MIT",
  2896. "dependencies": {
  2897. "@eslint-community/eslint-utils": "^4.8.0",
  2898. "@eslint-community/regexpp": "^4.12.2",
  2899. "@eslint/config-array": "^0.23.5",
  2900. "@eslint/config-helpers": "^0.6.0",
  2901. "@eslint/core": "^1.2.1",
  2902. "@eslint/plugin-kit": "^0.7.1",
  2903. "@humanfs/node": "^0.16.6",
  2904. "@humanwhocodes/module-importer": "^1.0.1",
  2905. "@humanwhocodes/retry": "^0.4.2",
  2906. "@types/estree": "^1.0.6",
  2907. "ajv": "^6.14.0",
  2908. "cross-spawn": "^7.0.6",
  2909. "debug": "^4.3.2",
  2910. "escape-string-regexp": "^4.0.0",
  2911. "eslint-scope": "^9.1.2",
  2912. "eslint-visitor-keys": "^5.0.1",
  2913. "espree": "^11.2.0",
  2914. "esquery": "^1.7.0",
  2915. "esutils": "^2.0.2",
  2916. "fast-deep-equal": "^3.1.3",
  2917. "file-entry-cache": "^8.0.0",
  2918. "find-up": "^5.0.0",
  2919. "glob-parent": "^6.0.2",
  2920. "ignore": "^5.2.0",
  2921. "imurmurhash": "^0.1.4",
  2922. "is-glob": "^4.0.0",
  2923. "json-stable-stringify-without-jsonify": "^1.0.1",
  2924. "minimatch": "^10.2.4",
  2925. "natural-compare": "^1.4.0",
  2926. "optionator": "^0.9.3"
  2927. },
  2928. "bin": {
  2929. "eslint": "bin/eslint.js"
  2930. },
  2931. "engines": {
  2932. "node": "^20.19.0 || ^22.13.0 || >=24"
  2933. },
  2934. "funding": {
  2935. "url": "https://eslint.org/donate"
  2936. },
  2937. "peerDependencies": {
  2938. "jiti": "*"
  2939. },
  2940. "peerDependenciesMeta": {
  2941. "jiti": {
  2942. "optional": true
  2943. }
  2944. }
  2945. },
  2946. "node_modules/eslint-config-prettier": {
  2947. "version": "10.1.8",
  2948. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz",
  2949. "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
  2950. "dev": true,
  2951. "license": "MIT",
  2952. "bin": {
  2953. "eslint-config-prettier": "bin/cli.js"
  2954. },
  2955. "funding": {
  2956. "url": "https://opencollective.com/eslint-config-prettier"
  2957. },
  2958. "peerDependencies": {
  2959. "eslint": ">=7.0.0"
  2960. }
  2961. },
  2962. "node_modules/eslint-plugin-oxlint": {
  2963. "version": "1.60.0",
  2964. "resolved": "https://registry.npmjs.org/eslint-plugin-oxlint/-/eslint-plugin-oxlint-1.60.0.tgz",
  2965. "integrity": "sha512-9RUD23k7ablez1qg7JWnyPYPOlbucDDqaDr+qNUi0TbIQCPqIPCLzfllgqKF9lOxlg+l17H8hISErmarvm2J1w==",
  2966. "dev": true,
  2967. "license": "MIT",
  2968. "dependencies": {
  2969. "jsonc-parser": "^3.3.1"
  2970. },
  2971. "peerDependencies": {
  2972. "oxlint": "~1.60.0"
  2973. }
  2974. },
  2975. "node_modules/eslint-plugin-vue": {
  2976. "version": "10.8.0",
  2977. "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz",
  2978. "integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
  2979. "dev": true,
  2980. "license": "MIT",
  2981. "dependencies": {
  2982. "@eslint-community/eslint-utils": "^4.4.0",
  2983. "natural-compare": "^1.4.0",
  2984. "nth-check": "^2.1.1",
  2985. "postcss-selector-parser": "^7.1.0",
  2986. "semver": "^7.6.3",
  2987. "xml-name-validator": "^4.0.0"
  2988. },
  2989. "engines": {
  2990. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2991. },
  2992. "peerDependencies": {
  2993. "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
  2994. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  2995. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2996. "vue-eslint-parser": "^10.0.0"
  2997. },
  2998. "peerDependenciesMeta": {
  2999. "@stylistic/eslint-plugin": {
  3000. "optional": true
  3001. },
  3002. "@typescript-eslint/parser": {
  3003. "optional": true
  3004. }
  3005. }
  3006. },
  3007. "node_modules/eslint-scope": {
  3008. "version": "9.1.2",
  3009. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
  3010. "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
  3011. "dev": true,
  3012. "license": "BSD-2-Clause",
  3013. "dependencies": {
  3014. "@types/esrecurse": "^4.3.1",
  3015. "@types/estree": "^1.0.8",
  3016. "esrecurse": "^4.3.0",
  3017. "estraverse": "^5.2.0"
  3018. },
  3019. "engines": {
  3020. "node": "^20.19.0 || ^22.13.0 || >=24"
  3021. },
  3022. "funding": {
  3023. "url": "https://opencollective.com/eslint"
  3024. }
  3025. },
  3026. "node_modules/eslint-visitor-keys": {
  3027. "version": "3.4.3",
  3028. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  3029. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  3030. "dev": true,
  3031. "license": "Apache-2.0",
  3032. "engines": {
  3033. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3034. },
  3035. "funding": {
  3036. "url": "https://opencollective.com/eslint"
  3037. }
  3038. },
  3039. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  3040. "version": "5.0.1",
  3041. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  3042. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  3043. "dev": true,
  3044. "license": "Apache-2.0",
  3045. "engines": {
  3046. "node": "^20.19.0 || ^22.13.0 || >=24"
  3047. },
  3048. "funding": {
  3049. "url": "https://opencollective.com/eslint"
  3050. }
  3051. },
  3052. "node_modules/espree": {
  3053. "version": "11.2.0",
  3054. "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
  3055. "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
  3056. "dev": true,
  3057. "license": "BSD-2-Clause",
  3058. "dependencies": {
  3059. "acorn": "^8.16.0",
  3060. "acorn-jsx": "^5.3.2",
  3061. "eslint-visitor-keys": "^5.0.1"
  3062. },
  3063. "engines": {
  3064. "node": "^20.19.0 || ^22.13.0 || >=24"
  3065. },
  3066. "funding": {
  3067. "url": "https://opencollective.com/eslint"
  3068. }
  3069. },
  3070. "node_modules/espree/node_modules/eslint-visitor-keys": {
  3071. "version": "5.0.1",
  3072. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  3073. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  3074. "dev": true,
  3075. "license": "Apache-2.0",
  3076. "engines": {
  3077. "node": "^20.19.0 || ^22.13.0 || >=24"
  3078. },
  3079. "funding": {
  3080. "url": "https://opencollective.com/eslint"
  3081. }
  3082. },
  3083. "node_modules/esquery": {
  3084. "version": "1.7.0",
  3085. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
  3086. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  3087. "dev": true,
  3088. "license": "BSD-3-Clause",
  3089. "dependencies": {
  3090. "estraverse": "^5.1.0"
  3091. },
  3092. "engines": {
  3093. "node": ">=0.10"
  3094. }
  3095. },
  3096. "node_modules/esrecurse": {
  3097. "version": "4.3.0",
  3098. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3099. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3100. "dev": true,
  3101. "license": "BSD-2-Clause",
  3102. "dependencies": {
  3103. "estraverse": "^5.2.0"
  3104. },
  3105. "engines": {
  3106. "node": ">=4.0"
  3107. }
  3108. },
  3109. "node_modules/estraverse": {
  3110. "version": "5.3.0",
  3111. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3112. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3113. "dev": true,
  3114. "license": "BSD-2-Clause",
  3115. "engines": {
  3116. "node": ">=4.0"
  3117. }
  3118. },
  3119. "node_modules/estree-walker": {
  3120. "version": "2.0.2",
  3121. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3122. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  3123. "license": "MIT"
  3124. },
  3125. "node_modules/esutils": {
  3126. "version": "2.0.3",
  3127. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3128. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3129. "dev": true,
  3130. "license": "BSD-2-Clause",
  3131. "engines": {
  3132. "node": ">=0.10.0"
  3133. }
  3134. },
  3135. "node_modules/exsolve": {
  3136. "version": "1.0.8",
  3137. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  3138. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  3139. "license": "MIT"
  3140. },
  3141. "node_modules/fast-deep-equal": {
  3142. "version": "3.1.3",
  3143. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3144. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3145. "dev": true,
  3146. "license": "MIT"
  3147. },
  3148. "node_modules/fast-glob": {
  3149. "version": "3.3.3",
  3150. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  3151. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3152. "dev": true,
  3153. "license": "MIT",
  3154. "dependencies": {
  3155. "@nodelib/fs.stat": "^2.0.2",
  3156. "@nodelib/fs.walk": "^1.2.3",
  3157. "glob-parent": "^5.1.2",
  3158. "merge2": "^1.3.0",
  3159. "micromatch": "^4.0.8"
  3160. },
  3161. "engines": {
  3162. "node": ">=8.6.0"
  3163. }
  3164. },
  3165. "node_modules/fast-glob/node_modules/glob-parent": {
  3166. "version": "5.1.2",
  3167. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3168. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3169. "dev": true,
  3170. "license": "ISC",
  3171. "dependencies": {
  3172. "is-glob": "^4.0.1"
  3173. },
  3174. "engines": {
  3175. "node": ">= 6"
  3176. }
  3177. },
  3178. "node_modules/fast-json-stable-stringify": {
  3179. "version": "2.1.0",
  3180. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3181. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3182. "dev": true,
  3183. "license": "MIT"
  3184. },
  3185. "node_modules/fast-levenshtein": {
  3186. "version": "2.0.6",
  3187. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3188. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3189. "dev": true,
  3190. "license": "MIT"
  3191. },
  3192. "node_modules/fastq": {
  3193. "version": "1.20.1",
  3194. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  3195. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  3196. "dev": true,
  3197. "license": "ISC",
  3198. "dependencies": {
  3199. "reusify": "^1.0.4"
  3200. }
  3201. },
  3202. "node_modules/file-entry-cache": {
  3203. "version": "8.0.0",
  3204. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3205. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3206. "dev": true,
  3207. "license": "MIT",
  3208. "dependencies": {
  3209. "flat-cache": "^4.0.0"
  3210. },
  3211. "engines": {
  3212. "node": ">=16.0.0"
  3213. }
  3214. },
  3215. "node_modules/fill-range": {
  3216. "version": "7.1.1",
  3217. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3218. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3219. "dev": true,
  3220. "license": "MIT",
  3221. "dependencies": {
  3222. "to-regex-range": "^5.0.1"
  3223. },
  3224. "engines": {
  3225. "node": ">=8"
  3226. }
  3227. },
  3228. "node_modules/find-up": {
  3229. "version": "5.0.0",
  3230. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3231. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3232. "dev": true,
  3233. "license": "MIT",
  3234. "dependencies": {
  3235. "locate-path": "^6.0.0",
  3236. "path-exists": "^4.0.0"
  3237. },
  3238. "engines": {
  3239. "node": ">=10"
  3240. },
  3241. "funding": {
  3242. "url": "https://github.com/sponsors/sindresorhus"
  3243. }
  3244. },
  3245. "node_modules/flat-cache": {
  3246. "version": "4.0.1",
  3247. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  3248. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  3249. "dev": true,
  3250. "license": "MIT",
  3251. "dependencies": {
  3252. "flatted": "^3.2.9",
  3253. "keyv": "^4.5.4"
  3254. },
  3255. "engines": {
  3256. "node": ">=16"
  3257. }
  3258. },
  3259. "node_modules/flatted": {
  3260. "version": "3.4.2",
  3261. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  3262. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  3263. "dev": true,
  3264. "license": "ISC"
  3265. },
  3266. "node_modules/fsevents": {
  3267. "version": "2.3.3",
  3268. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3269. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3270. "dev": true,
  3271. "hasInstallScript": true,
  3272. "license": "MIT",
  3273. "optional": true,
  3274. "os": [
  3275. "darwin"
  3276. ],
  3277. "engines": {
  3278. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3279. }
  3280. },
  3281. "node_modules/gensync": {
  3282. "version": "1.0.0-beta.2",
  3283. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  3284. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  3285. "dev": true,
  3286. "license": "MIT",
  3287. "engines": {
  3288. "node": ">=6.9.0"
  3289. }
  3290. },
  3291. "node_modules/glob-parent": {
  3292. "version": "6.0.2",
  3293. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3294. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3295. "dev": true,
  3296. "license": "ISC",
  3297. "dependencies": {
  3298. "is-glob": "^4.0.3"
  3299. },
  3300. "engines": {
  3301. "node": ">=10.13.0"
  3302. }
  3303. },
  3304. "node_modules/graceful-fs": {
  3305. "version": "4.2.11",
  3306. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3307. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3308. "dev": true,
  3309. "license": "ISC"
  3310. },
  3311. "node_modules/hookable": {
  3312. "version": "5.5.3",
  3313. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  3314. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3315. "license": "MIT"
  3316. },
  3317. "node_modules/ignore": {
  3318. "version": "5.3.2",
  3319. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3320. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3321. "dev": true,
  3322. "license": "MIT",
  3323. "engines": {
  3324. "node": ">= 4"
  3325. }
  3326. },
  3327. "node_modules/imurmurhash": {
  3328. "version": "0.1.4",
  3329. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3330. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3331. "dev": true,
  3332. "license": "MIT",
  3333. "engines": {
  3334. "node": ">=0.8.19"
  3335. }
  3336. },
  3337. "node_modules/is-docker": {
  3338. "version": "3.0.0",
  3339. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  3340. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  3341. "dev": true,
  3342. "license": "MIT",
  3343. "bin": {
  3344. "is-docker": "cli.js"
  3345. },
  3346. "engines": {
  3347. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3348. },
  3349. "funding": {
  3350. "url": "https://github.com/sponsors/sindresorhus"
  3351. }
  3352. },
  3353. "node_modules/is-extglob": {
  3354. "version": "2.1.1",
  3355. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3356. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3357. "dev": true,
  3358. "license": "MIT",
  3359. "engines": {
  3360. "node": ">=0.10.0"
  3361. }
  3362. },
  3363. "node_modules/is-glob": {
  3364. "version": "4.0.3",
  3365. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3366. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3367. "dev": true,
  3368. "license": "MIT",
  3369. "dependencies": {
  3370. "is-extglob": "^2.1.1"
  3371. },
  3372. "engines": {
  3373. "node": ">=0.10.0"
  3374. }
  3375. },
  3376. "node_modules/is-inside-container": {
  3377. "version": "1.0.0",
  3378. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  3379. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  3380. "dev": true,
  3381. "license": "MIT",
  3382. "dependencies": {
  3383. "is-docker": "^3.0.0"
  3384. },
  3385. "bin": {
  3386. "is-inside-container": "cli.js"
  3387. },
  3388. "engines": {
  3389. "node": ">=14.16"
  3390. },
  3391. "funding": {
  3392. "url": "https://github.com/sponsors/sindresorhus"
  3393. }
  3394. },
  3395. "node_modules/is-number": {
  3396. "version": "7.0.0",
  3397. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3398. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3399. "dev": true,
  3400. "license": "MIT",
  3401. "engines": {
  3402. "node": ">=0.12.0"
  3403. }
  3404. },
  3405. "node_modules/is-what": {
  3406. "version": "5.5.0",
  3407. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  3408. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  3409. "license": "MIT",
  3410. "engines": {
  3411. "node": ">=18"
  3412. },
  3413. "funding": {
  3414. "url": "https://github.com/sponsors/mesqueeb"
  3415. }
  3416. },
  3417. "node_modules/is-wsl": {
  3418. "version": "3.1.1",
  3419. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
  3420. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  3421. "dev": true,
  3422. "license": "MIT",
  3423. "dependencies": {
  3424. "is-inside-container": "^1.0.0"
  3425. },
  3426. "engines": {
  3427. "node": ">=16"
  3428. },
  3429. "funding": {
  3430. "url": "https://github.com/sponsors/sindresorhus"
  3431. }
  3432. },
  3433. "node_modules/isexe": {
  3434. "version": "2.0.0",
  3435. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  3436. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  3437. "dev": true,
  3438. "license": "ISC"
  3439. },
  3440. "node_modules/jiti": {
  3441. "version": "2.7.0",
  3442. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
  3443. "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
  3444. "dev": true,
  3445. "license": "MIT",
  3446. "bin": {
  3447. "jiti": "lib/jiti-cli.mjs"
  3448. }
  3449. },
  3450. "node_modules/js-tokens": {
  3451. "version": "4.0.0",
  3452. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  3453. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  3454. "dev": true,
  3455. "license": "MIT"
  3456. },
  3457. "node_modules/jsesc": {
  3458. "version": "3.1.0",
  3459. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  3460. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  3461. "license": "MIT",
  3462. "bin": {
  3463. "jsesc": "bin/jsesc"
  3464. },
  3465. "engines": {
  3466. "node": ">=6"
  3467. }
  3468. },
  3469. "node_modules/json-buffer": {
  3470. "version": "3.0.1",
  3471. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  3472. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  3473. "dev": true,
  3474. "license": "MIT"
  3475. },
  3476. "node_modules/json-parse-even-better-errors": {
  3477. "version": "4.0.0",
  3478. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  3479. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  3480. "dev": true,
  3481. "license": "MIT",
  3482. "engines": {
  3483. "node": "^18.17.0 || >=20.5.0"
  3484. }
  3485. },
  3486. "node_modules/json-schema-traverse": {
  3487. "version": "0.4.1",
  3488. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  3489. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  3490. "dev": true,
  3491. "license": "MIT"
  3492. },
  3493. "node_modules/json-stable-stringify-without-jsonify": {
  3494. "version": "1.0.1",
  3495. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  3496. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  3497. "dev": true,
  3498. "license": "MIT"
  3499. },
  3500. "node_modules/json5": {
  3501. "version": "2.2.3",
  3502. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  3503. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  3504. "license": "MIT",
  3505. "bin": {
  3506. "json5": "lib/cli.js"
  3507. },
  3508. "engines": {
  3509. "node": ">=6"
  3510. }
  3511. },
  3512. "node_modules/jsonc-parser": {
  3513. "version": "3.3.1",
  3514. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  3515. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  3516. "dev": true,
  3517. "license": "MIT"
  3518. },
  3519. "node_modules/keyv": {
  3520. "version": "4.5.4",
  3521. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  3522. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  3523. "dev": true,
  3524. "license": "MIT",
  3525. "dependencies": {
  3526. "json-buffer": "3.0.1"
  3527. }
  3528. },
  3529. "node_modules/kolorist": {
  3530. "version": "1.8.0",
  3531. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  3532. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  3533. "dev": true,
  3534. "license": "MIT"
  3535. },
  3536. "node_modules/levn": {
  3537. "version": "0.4.1",
  3538. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  3539. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  3540. "dev": true,
  3541. "license": "MIT",
  3542. "dependencies": {
  3543. "prelude-ls": "^1.2.1",
  3544. "type-check": "~0.4.0"
  3545. },
  3546. "engines": {
  3547. "node": ">= 0.8.0"
  3548. }
  3549. },
  3550. "node_modules/lightningcss": {
  3551. "version": "1.32.0",
  3552. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  3553. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  3554. "dev": true,
  3555. "license": "MPL-2.0",
  3556. "dependencies": {
  3557. "detect-libc": "^2.0.3"
  3558. },
  3559. "engines": {
  3560. "node": ">= 12.0.0"
  3561. },
  3562. "funding": {
  3563. "type": "opencollective",
  3564. "url": "https://opencollective.com/parcel"
  3565. },
  3566. "optionalDependencies": {
  3567. "lightningcss-android-arm64": "1.32.0",
  3568. "lightningcss-darwin-arm64": "1.32.0",
  3569. "lightningcss-darwin-x64": "1.32.0",
  3570. "lightningcss-freebsd-x64": "1.32.0",
  3571. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  3572. "lightningcss-linux-arm64-gnu": "1.32.0",
  3573. "lightningcss-linux-arm64-musl": "1.32.0",
  3574. "lightningcss-linux-x64-gnu": "1.32.0",
  3575. "lightningcss-linux-x64-musl": "1.32.0",
  3576. "lightningcss-win32-arm64-msvc": "1.32.0",
  3577. "lightningcss-win32-x64-msvc": "1.32.0"
  3578. }
  3579. },
  3580. "node_modules/lightningcss-android-arm64": {
  3581. "version": "1.32.0",
  3582. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  3583. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  3584. "cpu": [
  3585. "arm64"
  3586. ],
  3587. "dev": true,
  3588. "license": "MPL-2.0",
  3589. "optional": true,
  3590. "os": [
  3591. "android"
  3592. ],
  3593. "engines": {
  3594. "node": ">= 12.0.0"
  3595. },
  3596. "funding": {
  3597. "type": "opencollective",
  3598. "url": "https://opencollective.com/parcel"
  3599. }
  3600. },
  3601. "node_modules/lightningcss-darwin-arm64": {
  3602. "version": "1.32.0",
  3603. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  3604. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  3605. "cpu": [
  3606. "arm64"
  3607. ],
  3608. "dev": true,
  3609. "license": "MPL-2.0",
  3610. "optional": true,
  3611. "os": [
  3612. "darwin"
  3613. ],
  3614. "engines": {
  3615. "node": ">= 12.0.0"
  3616. },
  3617. "funding": {
  3618. "type": "opencollective",
  3619. "url": "https://opencollective.com/parcel"
  3620. }
  3621. },
  3622. "node_modules/lightningcss-darwin-x64": {
  3623. "version": "1.32.0",
  3624. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  3625. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  3626. "cpu": [
  3627. "x64"
  3628. ],
  3629. "dev": true,
  3630. "license": "MPL-2.0",
  3631. "optional": true,
  3632. "os": [
  3633. "darwin"
  3634. ],
  3635. "engines": {
  3636. "node": ">= 12.0.0"
  3637. },
  3638. "funding": {
  3639. "type": "opencollective",
  3640. "url": "https://opencollective.com/parcel"
  3641. }
  3642. },
  3643. "node_modules/lightningcss-freebsd-x64": {
  3644. "version": "1.32.0",
  3645. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  3646. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  3647. "cpu": [
  3648. "x64"
  3649. ],
  3650. "dev": true,
  3651. "license": "MPL-2.0",
  3652. "optional": true,
  3653. "os": [
  3654. "freebsd"
  3655. ],
  3656. "engines": {
  3657. "node": ">= 12.0.0"
  3658. },
  3659. "funding": {
  3660. "type": "opencollective",
  3661. "url": "https://opencollective.com/parcel"
  3662. }
  3663. },
  3664. "node_modules/lightningcss-linux-arm-gnueabihf": {
  3665. "version": "1.32.0",
  3666. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  3667. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  3668. "cpu": [
  3669. "arm"
  3670. ],
  3671. "dev": true,
  3672. "license": "MPL-2.0",
  3673. "optional": true,
  3674. "os": [
  3675. "linux"
  3676. ],
  3677. "engines": {
  3678. "node": ">= 12.0.0"
  3679. },
  3680. "funding": {
  3681. "type": "opencollective",
  3682. "url": "https://opencollective.com/parcel"
  3683. }
  3684. },
  3685. "node_modules/lightningcss-linux-arm64-gnu": {
  3686. "version": "1.32.0",
  3687. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  3688. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  3689. "cpu": [
  3690. "arm64"
  3691. ],
  3692. "dev": true,
  3693. "libc": [
  3694. "glibc"
  3695. ],
  3696. "license": "MPL-2.0",
  3697. "optional": true,
  3698. "os": [
  3699. "linux"
  3700. ],
  3701. "engines": {
  3702. "node": ">= 12.0.0"
  3703. },
  3704. "funding": {
  3705. "type": "opencollective",
  3706. "url": "https://opencollective.com/parcel"
  3707. }
  3708. },
  3709. "node_modules/lightningcss-linux-arm64-musl": {
  3710. "version": "1.32.0",
  3711. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  3712. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  3713. "cpu": [
  3714. "arm64"
  3715. ],
  3716. "dev": true,
  3717. "libc": [
  3718. "musl"
  3719. ],
  3720. "license": "MPL-2.0",
  3721. "optional": true,
  3722. "os": [
  3723. "linux"
  3724. ],
  3725. "engines": {
  3726. "node": ">= 12.0.0"
  3727. },
  3728. "funding": {
  3729. "type": "opencollective",
  3730. "url": "https://opencollective.com/parcel"
  3731. }
  3732. },
  3733. "node_modules/lightningcss-linux-x64-gnu": {
  3734. "version": "1.32.0",
  3735. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  3736. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  3737. "cpu": [
  3738. "x64"
  3739. ],
  3740. "dev": true,
  3741. "libc": [
  3742. "glibc"
  3743. ],
  3744. "license": "MPL-2.0",
  3745. "optional": true,
  3746. "os": [
  3747. "linux"
  3748. ],
  3749. "engines": {
  3750. "node": ">= 12.0.0"
  3751. },
  3752. "funding": {
  3753. "type": "opencollective",
  3754. "url": "https://opencollective.com/parcel"
  3755. }
  3756. },
  3757. "node_modules/lightningcss-linux-x64-musl": {
  3758. "version": "1.32.0",
  3759. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  3760. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  3761. "cpu": [
  3762. "x64"
  3763. ],
  3764. "dev": true,
  3765. "libc": [
  3766. "musl"
  3767. ],
  3768. "license": "MPL-2.0",
  3769. "optional": true,
  3770. "os": [
  3771. "linux"
  3772. ],
  3773. "engines": {
  3774. "node": ">= 12.0.0"
  3775. },
  3776. "funding": {
  3777. "type": "opencollective",
  3778. "url": "https://opencollective.com/parcel"
  3779. }
  3780. },
  3781. "node_modules/lightningcss-win32-arm64-msvc": {
  3782. "version": "1.32.0",
  3783. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  3784. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  3785. "cpu": [
  3786. "arm64"
  3787. ],
  3788. "dev": true,
  3789. "license": "MPL-2.0",
  3790. "optional": true,
  3791. "os": [
  3792. "win32"
  3793. ],
  3794. "engines": {
  3795. "node": ">= 12.0.0"
  3796. },
  3797. "funding": {
  3798. "type": "opencollective",
  3799. "url": "https://opencollective.com/parcel"
  3800. }
  3801. },
  3802. "node_modules/lightningcss-win32-x64-msvc": {
  3803. "version": "1.32.0",
  3804. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  3805. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  3806. "cpu": [
  3807. "x64"
  3808. ],
  3809. "dev": true,
  3810. "license": "MPL-2.0",
  3811. "optional": true,
  3812. "os": [
  3813. "win32"
  3814. ],
  3815. "engines": {
  3816. "node": ">= 12.0.0"
  3817. },
  3818. "funding": {
  3819. "type": "opencollective",
  3820. "url": "https://opencollective.com/parcel"
  3821. }
  3822. },
  3823. "node_modules/local-pkg": {
  3824. "version": "1.2.0",
  3825. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.2.0.tgz",
  3826. "integrity": "sha512-U16tFsiwNEac4GuqQ/SmG3ayjPIT1YKmiFeH4x9NaHTZwYbSqmEhf9POmzJu6NdUDDVjaE7n1WQQLjymYYFx+Q==",
  3827. "license": "MIT",
  3828. "dependencies": {
  3829. "mlly": "^1.8.2",
  3830. "pkg-types": "^2.3.1",
  3831. "quansync": "^1.0.0"
  3832. },
  3833. "engines": {
  3834. "node": ">=14"
  3835. },
  3836. "funding": {
  3837. "url": "https://github.com/sponsors/antfu"
  3838. }
  3839. },
  3840. "node_modules/locate-path": {
  3841. "version": "6.0.0",
  3842. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  3843. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  3844. "dev": true,
  3845. "license": "MIT",
  3846. "dependencies": {
  3847. "p-locate": "^5.0.0"
  3848. },
  3849. "engines": {
  3850. "node": ">=10"
  3851. },
  3852. "funding": {
  3853. "url": "https://github.com/sponsors/sindresorhus"
  3854. }
  3855. },
  3856. "node_modules/lru-cache": {
  3857. "version": "5.1.1",
  3858. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  3859. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  3860. "dev": true,
  3861. "license": "ISC",
  3862. "dependencies": {
  3863. "yallist": "^3.0.2"
  3864. }
  3865. },
  3866. "node_modules/magic-string": {
  3867. "version": "0.30.21",
  3868. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  3869. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  3870. "license": "MIT",
  3871. "dependencies": {
  3872. "@jridgewell/sourcemap-codec": "^1.5.5"
  3873. }
  3874. },
  3875. "node_modules/magic-string-ast": {
  3876. "version": "1.0.3",
  3877. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  3878. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  3879. "license": "MIT",
  3880. "dependencies": {
  3881. "magic-string": "^0.30.19"
  3882. },
  3883. "engines": {
  3884. "node": ">=20.19.0"
  3885. },
  3886. "funding": {
  3887. "url": "https://github.com/sponsors/sxzz"
  3888. }
  3889. },
  3890. "node_modules/memorystream": {
  3891. "version": "0.3.1",
  3892. "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
  3893. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  3894. "dev": true,
  3895. "engines": {
  3896. "node": ">= 0.10.0"
  3897. }
  3898. },
  3899. "node_modules/merge2": {
  3900. "version": "1.4.1",
  3901. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  3902. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3903. "dev": true,
  3904. "license": "MIT",
  3905. "engines": {
  3906. "node": ">= 8"
  3907. }
  3908. },
  3909. "node_modules/micromatch": {
  3910. "version": "4.0.8",
  3911. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  3912. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3913. "dev": true,
  3914. "license": "MIT",
  3915. "dependencies": {
  3916. "braces": "^3.0.3",
  3917. "picomatch": "^2.3.1"
  3918. },
  3919. "engines": {
  3920. "node": ">=8.6"
  3921. }
  3922. },
  3923. "node_modules/minimatch": {
  3924. "version": "10.2.5",
  3925. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  3926. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  3927. "dev": true,
  3928. "license": "BlueOak-1.0.0",
  3929. "dependencies": {
  3930. "brace-expansion": "^5.0.5"
  3931. },
  3932. "engines": {
  3933. "node": "18 || 20 || >=22"
  3934. },
  3935. "funding": {
  3936. "url": "https://github.com/sponsors/isaacs"
  3937. }
  3938. },
  3939. "node_modules/mitt": {
  3940. "version": "3.0.1",
  3941. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  3942. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  3943. "license": "MIT"
  3944. },
  3945. "node_modules/mlly": {
  3946. "version": "1.8.2",
  3947. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  3948. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  3949. "license": "MIT",
  3950. "dependencies": {
  3951. "acorn": "^8.16.0",
  3952. "pathe": "^2.0.3",
  3953. "pkg-types": "^1.3.1",
  3954. "ufo": "^1.6.3"
  3955. }
  3956. },
  3957. "node_modules/mlly/node_modules/confbox": {
  3958. "version": "0.1.8",
  3959. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  3960. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3961. "license": "MIT"
  3962. },
  3963. "node_modules/mlly/node_modules/pkg-types": {
  3964. "version": "1.3.1",
  3965. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  3966. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  3967. "license": "MIT",
  3968. "dependencies": {
  3969. "confbox": "^0.1.8",
  3970. "mlly": "^1.7.4",
  3971. "pathe": "^2.0.1"
  3972. }
  3973. },
  3974. "node_modules/mrmime": {
  3975. "version": "2.0.1",
  3976. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  3977. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  3978. "dev": true,
  3979. "license": "MIT",
  3980. "engines": {
  3981. "node": ">=10"
  3982. }
  3983. },
  3984. "node_modules/ms": {
  3985. "version": "2.1.3",
  3986. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  3987. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3988. "dev": true,
  3989. "license": "MIT"
  3990. },
  3991. "node_modules/muggle-string": {
  3992. "version": "0.4.1",
  3993. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  3994. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  3995. "license": "MIT"
  3996. },
  3997. "node_modules/nanoid": {
  3998. "version": "3.3.12",
  3999. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
  4000. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  4001. "funding": [
  4002. {
  4003. "type": "github",
  4004. "url": "https://github.com/sponsors/ai"
  4005. }
  4006. ],
  4007. "license": "MIT",
  4008. "bin": {
  4009. "nanoid": "bin/nanoid.cjs"
  4010. },
  4011. "engines": {
  4012. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4013. }
  4014. },
  4015. "node_modules/natural-compare": {
  4016. "version": "1.4.0",
  4017. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  4018. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4019. "dev": true,
  4020. "license": "MIT"
  4021. },
  4022. "node_modules/node-releases": {
  4023. "version": "2.0.44",
  4024. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz",
  4025. "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==",
  4026. "dev": true,
  4027. "license": "MIT"
  4028. },
  4029. "node_modules/npm-normalize-package-bin": {
  4030. "version": "4.0.0",
  4031. "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  4032. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  4033. "dev": true,
  4034. "license": "ISC",
  4035. "engines": {
  4036. "node": "^18.17.0 || >=20.5.0"
  4037. }
  4038. },
  4039. "node_modules/npm-run-all2": {
  4040. "version": "8.0.4",
  4041. "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz",
  4042. "integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==",
  4043. "dev": true,
  4044. "license": "MIT",
  4045. "dependencies": {
  4046. "ansi-styles": "^6.2.1",
  4047. "cross-spawn": "^7.0.6",
  4048. "memorystream": "^0.3.1",
  4049. "picomatch": "^4.0.2",
  4050. "pidtree": "^0.6.0",
  4051. "read-package-json-fast": "^4.0.0",
  4052. "shell-quote": "^1.7.3",
  4053. "which": "^5.0.0"
  4054. },
  4055. "bin": {
  4056. "npm-run-all": "bin/npm-run-all/index.js",
  4057. "npm-run-all2": "bin/npm-run-all/index.js",
  4058. "run-p": "bin/run-p/index.js",
  4059. "run-s": "bin/run-s/index.js"
  4060. },
  4061. "engines": {
  4062. "node": "^20.5.0 || >=22.0.0",
  4063. "npm": ">= 10"
  4064. }
  4065. },
  4066. "node_modules/npm-run-all2/node_modules/isexe": {
  4067. "version": "3.1.5",
  4068. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
  4069. "integrity": "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==",
  4070. "dev": true,
  4071. "license": "BlueOak-1.0.0",
  4072. "engines": {
  4073. "node": ">=18"
  4074. }
  4075. },
  4076. "node_modules/npm-run-all2/node_modules/picomatch": {
  4077. "version": "4.0.4",
  4078. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4079. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4080. "dev": true,
  4081. "license": "MIT",
  4082. "engines": {
  4083. "node": ">=12"
  4084. },
  4085. "funding": {
  4086. "url": "https://github.com/sponsors/jonschlinkert"
  4087. }
  4088. },
  4089. "node_modules/npm-run-all2/node_modules/which": {
  4090. "version": "5.0.0",
  4091. "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
  4092. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  4093. "dev": true,
  4094. "license": "ISC",
  4095. "dependencies": {
  4096. "isexe": "^3.1.1"
  4097. },
  4098. "bin": {
  4099. "node-which": "bin/which.js"
  4100. },
  4101. "engines": {
  4102. "node": "^18.17.0 || >=20.5.0"
  4103. }
  4104. },
  4105. "node_modules/nth-check": {
  4106. "version": "2.1.1",
  4107. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  4108. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  4109. "dev": true,
  4110. "license": "BSD-2-Clause",
  4111. "dependencies": {
  4112. "boolbase": "^1.0.0"
  4113. },
  4114. "funding": {
  4115. "url": "https://github.com/fb55/nth-check?sponsor=1"
  4116. }
  4117. },
  4118. "node_modules/ohash": {
  4119. "version": "2.0.11",
  4120. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  4121. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  4122. "dev": true,
  4123. "license": "MIT"
  4124. },
  4125. "node_modules/open": {
  4126. "version": "10.2.0",
  4127. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  4128. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  4129. "dev": true,
  4130. "license": "MIT",
  4131. "dependencies": {
  4132. "default-browser": "^5.2.1",
  4133. "define-lazy-prop": "^3.0.0",
  4134. "is-inside-container": "^1.0.0",
  4135. "wsl-utils": "^0.1.0"
  4136. },
  4137. "engines": {
  4138. "node": ">=18"
  4139. },
  4140. "funding": {
  4141. "url": "https://github.com/sponsors/sindresorhus"
  4142. }
  4143. },
  4144. "node_modules/optionator": {
  4145. "version": "0.9.4",
  4146. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  4147. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  4148. "dev": true,
  4149. "license": "MIT",
  4150. "dependencies": {
  4151. "deep-is": "^0.1.3",
  4152. "fast-levenshtein": "^2.0.6",
  4153. "levn": "^0.4.1",
  4154. "prelude-ls": "^1.2.1",
  4155. "type-check": "^0.4.0",
  4156. "word-wrap": "^1.2.5"
  4157. },
  4158. "engines": {
  4159. "node": ">= 0.8.0"
  4160. }
  4161. },
  4162. "node_modules/oxlint": {
  4163. "version": "1.60.0",
  4164. "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.60.0.tgz",
  4165. "integrity": "sha512-tnRzTWiWJ9pg3ftRWnD0+Oqh78L6ZSwcEudvCZaER0PIqiAnNyXj5N1dPwjmNpDalkKS9m/WMLN1CTPUBPmsgw==",
  4166. "dev": true,
  4167. "license": "MIT",
  4168. "bin": {
  4169. "oxlint": "bin/oxlint"
  4170. },
  4171. "engines": {
  4172. "node": "^20.19.0 || >=22.12.0"
  4173. },
  4174. "funding": {
  4175. "url": "https://github.com/sponsors/Boshen"
  4176. },
  4177. "optionalDependencies": {
  4178. "@oxlint/binding-android-arm-eabi": "1.60.0",
  4179. "@oxlint/binding-android-arm64": "1.60.0",
  4180. "@oxlint/binding-darwin-arm64": "1.60.0",
  4181. "@oxlint/binding-darwin-x64": "1.60.0",
  4182. "@oxlint/binding-freebsd-x64": "1.60.0",
  4183. "@oxlint/binding-linux-arm-gnueabihf": "1.60.0",
  4184. "@oxlint/binding-linux-arm-musleabihf": "1.60.0",
  4185. "@oxlint/binding-linux-arm64-gnu": "1.60.0",
  4186. "@oxlint/binding-linux-arm64-musl": "1.60.0",
  4187. "@oxlint/binding-linux-ppc64-gnu": "1.60.0",
  4188. "@oxlint/binding-linux-riscv64-gnu": "1.60.0",
  4189. "@oxlint/binding-linux-riscv64-musl": "1.60.0",
  4190. "@oxlint/binding-linux-s390x-gnu": "1.60.0",
  4191. "@oxlint/binding-linux-x64-gnu": "1.60.0",
  4192. "@oxlint/binding-linux-x64-musl": "1.60.0",
  4193. "@oxlint/binding-openharmony-arm64": "1.60.0",
  4194. "@oxlint/binding-win32-arm64-msvc": "1.60.0",
  4195. "@oxlint/binding-win32-ia32-msvc": "1.60.0",
  4196. "@oxlint/binding-win32-x64-msvc": "1.60.0"
  4197. },
  4198. "peerDependencies": {
  4199. "oxlint-tsgolint": ">=0.18.0"
  4200. },
  4201. "peerDependenciesMeta": {
  4202. "oxlint-tsgolint": {
  4203. "optional": true
  4204. }
  4205. }
  4206. },
  4207. "node_modules/p-limit": {
  4208. "version": "3.1.0",
  4209. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  4210. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  4211. "dev": true,
  4212. "license": "MIT",
  4213. "dependencies": {
  4214. "yocto-queue": "^0.1.0"
  4215. },
  4216. "engines": {
  4217. "node": ">=10"
  4218. },
  4219. "funding": {
  4220. "url": "https://github.com/sponsors/sindresorhus"
  4221. }
  4222. },
  4223. "node_modules/p-locate": {
  4224. "version": "5.0.0",
  4225. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  4226. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  4227. "dev": true,
  4228. "license": "MIT",
  4229. "dependencies": {
  4230. "p-limit": "^3.0.2"
  4231. },
  4232. "engines": {
  4233. "node": ">=10"
  4234. },
  4235. "funding": {
  4236. "url": "https://github.com/sponsors/sindresorhus"
  4237. }
  4238. },
  4239. "node_modules/path-browserify": {
  4240. "version": "1.0.1",
  4241. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  4242. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  4243. "dev": true,
  4244. "license": "MIT"
  4245. },
  4246. "node_modules/path-exists": {
  4247. "version": "4.0.0",
  4248. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  4249. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4250. "dev": true,
  4251. "license": "MIT",
  4252. "engines": {
  4253. "node": ">=8"
  4254. }
  4255. },
  4256. "node_modules/path-key": {
  4257. "version": "3.1.1",
  4258. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  4259. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4260. "dev": true,
  4261. "license": "MIT",
  4262. "engines": {
  4263. "node": ">=8"
  4264. }
  4265. },
  4266. "node_modules/pathe": {
  4267. "version": "2.0.3",
  4268. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  4269. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  4270. "license": "MIT"
  4271. },
  4272. "node_modules/perfect-debounce": {
  4273. "version": "1.0.0",
  4274. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  4275. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  4276. "license": "MIT"
  4277. },
  4278. "node_modules/picocolors": {
  4279. "version": "1.1.1",
  4280. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  4281. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  4282. "license": "ISC"
  4283. },
  4284. "node_modules/picomatch": {
  4285. "version": "2.3.2",
  4286. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  4287. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  4288. "dev": true,
  4289. "license": "MIT",
  4290. "engines": {
  4291. "node": ">=8.6"
  4292. },
  4293. "funding": {
  4294. "url": "https://github.com/sponsors/jonschlinkert"
  4295. }
  4296. },
  4297. "node_modules/pidtree": {
  4298. "version": "0.6.0",
  4299. "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz",
  4300. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  4301. "dev": true,
  4302. "license": "MIT",
  4303. "bin": {
  4304. "pidtree": "bin/pidtree.js"
  4305. },
  4306. "engines": {
  4307. "node": ">=0.10"
  4308. }
  4309. },
  4310. "node_modules/pinia": {
  4311. "version": "3.0.4",
  4312. "resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz",
  4313. "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
  4314. "license": "MIT",
  4315. "dependencies": {
  4316. "@vue/devtools-api": "^7.7.7"
  4317. },
  4318. "funding": {
  4319. "url": "https://github.com/sponsors/posva"
  4320. },
  4321. "peerDependencies": {
  4322. "typescript": ">=4.5.0",
  4323. "vue": "^3.5.11"
  4324. },
  4325. "peerDependenciesMeta": {
  4326. "typescript": {
  4327. "optional": true
  4328. }
  4329. }
  4330. },
  4331. "node_modules/pkg-types": {
  4332. "version": "2.3.1",
  4333. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.1.tgz",
  4334. "integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==",
  4335. "license": "MIT",
  4336. "dependencies": {
  4337. "confbox": "^0.2.4",
  4338. "exsolve": "^1.0.8",
  4339. "pathe": "^2.0.3"
  4340. }
  4341. },
  4342. "node_modules/postcss": {
  4343. "version": "8.5.15",
  4344. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
  4345. "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
  4346. "funding": [
  4347. {
  4348. "type": "opencollective",
  4349. "url": "https://opencollective.com/postcss/"
  4350. },
  4351. {
  4352. "type": "tidelift",
  4353. "url": "https://tidelift.com/funding/github/npm/postcss"
  4354. },
  4355. {
  4356. "type": "github",
  4357. "url": "https://github.com/sponsors/ai"
  4358. }
  4359. ],
  4360. "license": "MIT",
  4361. "dependencies": {
  4362. "nanoid": "^3.3.12",
  4363. "picocolors": "^1.1.1",
  4364. "source-map-js": "^1.2.1"
  4365. },
  4366. "engines": {
  4367. "node": "^10 || ^12 || >=14"
  4368. }
  4369. },
  4370. "node_modules/postcss-selector-parser": {
  4371. "version": "7.1.1",
  4372. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  4373. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  4374. "dev": true,
  4375. "license": "MIT",
  4376. "dependencies": {
  4377. "cssesc": "^3.0.0",
  4378. "util-deprecate": "^1.0.2"
  4379. },
  4380. "engines": {
  4381. "node": ">=4"
  4382. }
  4383. },
  4384. "node_modules/prelude-ls": {
  4385. "version": "1.2.1",
  4386. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  4387. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  4388. "dev": true,
  4389. "license": "MIT",
  4390. "engines": {
  4391. "node": ">= 0.8.0"
  4392. }
  4393. },
  4394. "node_modules/prettier": {
  4395. "version": "3.8.3",
  4396. "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz",
  4397. "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
  4398. "dev": true,
  4399. "license": "MIT",
  4400. "bin": {
  4401. "prettier": "bin/prettier.cjs"
  4402. },
  4403. "engines": {
  4404. "node": ">=14"
  4405. },
  4406. "funding": {
  4407. "url": "https://github.com/prettier/prettier?sponsor=1"
  4408. }
  4409. },
  4410. "node_modules/punycode": {
  4411. "version": "2.3.1",
  4412. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  4413. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  4414. "dev": true,
  4415. "license": "MIT",
  4416. "engines": {
  4417. "node": ">=6"
  4418. }
  4419. },
  4420. "node_modules/quansync": {
  4421. "version": "1.0.0",
  4422. "resolved": "https://registry.npmjs.org/quansync/-/quansync-1.0.0.tgz",
  4423. "integrity": "sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==",
  4424. "funding": [
  4425. {
  4426. "type": "individual",
  4427. "url": "https://github.com/sponsors/antfu"
  4428. },
  4429. {
  4430. "type": "individual",
  4431. "url": "https://github.com/sponsors/sxzz"
  4432. }
  4433. ],
  4434. "license": "MIT"
  4435. },
  4436. "node_modules/queue-microtask": {
  4437. "version": "1.2.3",
  4438. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4439. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4440. "dev": true,
  4441. "funding": [
  4442. {
  4443. "type": "github",
  4444. "url": "https://github.com/sponsors/feross"
  4445. },
  4446. {
  4447. "type": "patreon",
  4448. "url": "https://www.patreon.com/feross"
  4449. },
  4450. {
  4451. "type": "consulting",
  4452. "url": "https://feross.org/support"
  4453. }
  4454. ],
  4455. "license": "MIT"
  4456. },
  4457. "node_modules/read-package-json-fast": {
  4458. "version": "4.0.0",
  4459. "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  4460. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  4461. "dev": true,
  4462. "license": "ISC",
  4463. "dependencies": {
  4464. "json-parse-even-better-errors": "^4.0.0",
  4465. "npm-normalize-package-bin": "^4.0.0"
  4466. },
  4467. "engines": {
  4468. "node": "^18.17.0 || >=20.5.0"
  4469. }
  4470. },
  4471. "node_modules/readdirp": {
  4472. "version": "5.0.0",
  4473. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  4474. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  4475. "license": "MIT",
  4476. "engines": {
  4477. "node": ">= 20.19.0"
  4478. },
  4479. "funding": {
  4480. "type": "individual",
  4481. "url": "https://paulmillr.com/funding/"
  4482. }
  4483. },
  4484. "node_modules/reusify": {
  4485. "version": "1.1.0",
  4486. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  4487. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  4488. "dev": true,
  4489. "license": "MIT",
  4490. "engines": {
  4491. "iojs": ">=1.0.0",
  4492. "node": ">=0.10.0"
  4493. }
  4494. },
  4495. "node_modules/rfdc": {
  4496. "version": "1.4.1",
  4497. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  4498. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  4499. "license": "MIT"
  4500. },
  4501. "node_modules/rolldown": {
  4502. "version": "1.0.1",
  4503. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.1.tgz",
  4504. "integrity": "sha512-X0KQHljNnEkWNqqiz9zJrGunh1B0HgOxLXvnFpCOcadzcy5qohZ3tqMEUg00vncoRovXuK3ZqCT9KnnKzoInFQ==",
  4505. "dev": true,
  4506. "license": "MIT",
  4507. "dependencies": {
  4508. "@oxc-project/types": "=0.130.0",
  4509. "@rolldown/pluginutils": "^1.0.0"
  4510. },
  4511. "bin": {
  4512. "rolldown": "bin/cli.mjs"
  4513. },
  4514. "engines": {
  4515. "node": "^20.19.0 || >=22.12.0"
  4516. },
  4517. "optionalDependencies": {
  4518. "@rolldown/binding-android-arm64": "1.0.1",
  4519. "@rolldown/binding-darwin-arm64": "1.0.1",
  4520. "@rolldown/binding-darwin-x64": "1.0.1",
  4521. "@rolldown/binding-freebsd-x64": "1.0.1",
  4522. "@rolldown/binding-linux-arm-gnueabihf": "1.0.1",
  4523. "@rolldown/binding-linux-arm64-gnu": "1.0.1",
  4524. "@rolldown/binding-linux-arm64-musl": "1.0.1",
  4525. "@rolldown/binding-linux-ppc64-gnu": "1.0.1",
  4526. "@rolldown/binding-linux-s390x-gnu": "1.0.1",
  4527. "@rolldown/binding-linux-x64-gnu": "1.0.1",
  4528. "@rolldown/binding-linux-x64-musl": "1.0.1",
  4529. "@rolldown/binding-openharmony-arm64": "1.0.1",
  4530. "@rolldown/binding-wasm32-wasi": "1.0.1",
  4531. "@rolldown/binding-win32-arm64-msvc": "1.0.1",
  4532. "@rolldown/binding-win32-x64-msvc": "1.0.1"
  4533. }
  4534. },
  4535. "node_modules/run-applescript": {
  4536. "version": "7.1.0",
  4537. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  4538. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  4539. "dev": true,
  4540. "license": "MIT",
  4541. "engines": {
  4542. "node": ">=18"
  4543. },
  4544. "funding": {
  4545. "url": "https://github.com/sponsors/sindresorhus"
  4546. }
  4547. },
  4548. "node_modules/run-parallel": {
  4549. "version": "1.2.0",
  4550. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  4551. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  4552. "dev": true,
  4553. "funding": [
  4554. {
  4555. "type": "github",
  4556. "url": "https://github.com/sponsors/feross"
  4557. },
  4558. {
  4559. "type": "patreon",
  4560. "url": "https://www.patreon.com/feross"
  4561. },
  4562. {
  4563. "type": "consulting",
  4564. "url": "https://feross.org/support"
  4565. }
  4566. ],
  4567. "license": "MIT",
  4568. "dependencies": {
  4569. "queue-microtask": "^1.2.2"
  4570. }
  4571. },
  4572. "node_modules/scule": {
  4573. "version": "1.3.0",
  4574. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  4575. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  4576. "license": "MIT"
  4577. },
  4578. "node_modules/semver": {
  4579. "version": "7.8.0",
  4580. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
  4581. "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
  4582. "dev": true,
  4583. "license": "ISC",
  4584. "bin": {
  4585. "semver": "bin/semver.js"
  4586. },
  4587. "engines": {
  4588. "node": ">=10"
  4589. }
  4590. },
  4591. "node_modules/shebang-command": {
  4592. "version": "2.0.0",
  4593. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  4594. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  4595. "dev": true,
  4596. "license": "MIT",
  4597. "dependencies": {
  4598. "shebang-regex": "^3.0.0"
  4599. },
  4600. "engines": {
  4601. "node": ">=8"
  4602. }
  4603. },
  4604. "node_modules/shebang-regex": {
  4605. "version": "3.0.0",
  4606. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  4607. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  4608. "dev": true,
  4609. "license": "MIT",
  4610. "engines": {
  4611. "node": ">=8"
  4612. }
  4613. },
  4614. "node_modules/shell-quote": {
  4615. "version": "1.8.3",
  4616. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  4617. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  4618. "dev": true,
  4619. "license": "MIT",
  4620. "engines": {
  4621. "node": ">= 0.4"
  4622. },
  4623. "funding": {
  4624. "url": "https://github.com/sponsors/ljharb"
  4625. }
  4626. },
  4627. "node_modules/sirv": {
  4628. "version": "3.0.2",
  4629. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  4630. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  4631. "dev": true,
  4632. "license": "MIT",
  4633. "dependencies": {
  4634. "@polka/url": "^1.0.0-next.24",
  4635. "mrmime": "^2.0.0",
  4636. "totalist": "^3.0.0"
  4637. },
  4638. "engines": {
  4639. "node": ">=18"
  4640. }
  4641. },
  4642. "node_modules/source-map-js": {
  4643. "version": "1.2.1",
  4644. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  4645. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  4646. "license": "BSD-3-Clause",
  4647. "engines": {
  4648. "node": ">=0.10.0"
  4649. }
  4650. },
  4651. "node_modules/speakingurl": {
  4652. "version": "14.0.1",
  4653. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  4654. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  4655. "license": "BSD-3-Clause",
  4656. "engines": {
  4657. "node": ">=0.10.0"
  4658. }
  4659. },
  4660. "node_modules/superjson": {
  4661. "version": "2.2.6",
  4662. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
  4663. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  4664. "license": "MIT",
  4665. "dependencies": {
  4666. "copy-anything": "^4"
  4667. },
  4668. "engines": {
  4669. "node": ">=16"
  4670. }
  4671. },
  4672. "node_modules/tailwindcss": {
  4673. "version": "4.3.0",
  4674. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz",
  4675. "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==",
  4676. "dev": true,
  4677. "license": "MIT"
  4678. },
  4679. "node_modules/tapable": {
  4680. "version": "2.3.3",
  4681. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
  4682. "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
  4683. "dev": true,
  4684. "license": "MIT",
  4685. "engines": {
  4686. "node": ">=6"
  4687. },
  4688. "funding": {
  4689. "type": "opencollective",
  4690. "url": "https://opencollective.com/webpack"
  4691. }
  4692. },
  4693. "node_modules/tinyglobby": {
  4694. "version": "0.2.16",
  4695. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  4696. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  4697. "license": "MIT",
  4698. "dependencies": {
  4699. "fdir": "^6.5.0",
  4700. "picomatch": "^4.0.4"
  4701. },
  4702. "engines": {
  4703. "node": ">=12.0.0"
  4704. },
  4705. "funding": {
  4706. "url": "https://github.com/sponsors/SuperchupuDev"
  4707. }
  4708. },
  4709. "node_modules/tinyglobby/node_modules/fdir": {
  4710. "version": "6.5.0",
  4711. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  4712. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  4713. "license": "MIT",
  4714. "engines": {
  4715. "node": ">=12.0.0"
  4716. },
  4717. "peerDependencies": {
  4718. "picomatch": "^3 || ^4"
  4719. },
  4720. "peerDependenciesMeta": {
  4721. "picomatch": {
  4722. "optional": true
  4723. }
  4724. }
  4725. },
  4726. "node_modules/tinyglobby/node_modules/picomatch": {
  4727. "version": "4.0.4",
  4728. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4729. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4730. "license": "MIT",
  4731. "engines": {
  4732. "node": ">=12"
  4733. },
  4734. "funding": {
  4735. "url": "https://github.com/sponsors/jonschlinkert"
  4736. }
  4737. },
  4738. "node_modules/to-regex-range": {
  4739. "version": "5.0.1",
  4740. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  4741. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  4742. "dev": true,
  4743. "license": "MIT",
  4744. "dependencies": {
  4745. "is-number": "^7.0.0"
  4746. },
  4747. "engines": {
  4748. "node": ">=8.0"
  4749. }
  4750. },
  4751. "node_modules/totalist": {
  4752. "version": "3.0.1",
  4753. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  4754. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  4755. "dev": true,
  4756. "license": "MIT",
  4757. "engines": {
  4758. "node": ">=6"
  4759. }
  4760. },
  4761. "node_modules/ts-api-utils": {
  4762. "version": "2.5.0",
  4763. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  4764. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  4765. "dev": true,
  4766. "license": "MIT",
  4767. "engines": {
  4768. "node": ">=18.12"
  4769. },
  4770. "peerDependencies": {
  4771. "typescript": ">=4.8.4"
  4772. }
  4773. },
  4774. "node_modules/tslib": {
  4775. "version": "2.8.1",
  4776. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  4777. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  4778. "dev": true,
  4779. "license": "0BSD",
  4780. "optional": true
  4781. },
  4782. "node_modules/type-check": {
  4783. "version": "0.4.0",
  4784. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  4785. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  4786. "dev": true,
  4787. "license": "MIT",
  4788. "dependencies": {
  4789. "prelude-ls": "^1.2.1"
  4790. },
  4791. "engines": {
  4792. "node": ">= 0.8.0"
  4793. }
  4794. },
  4795. "node_modules/typescript": {
  4796. "version": "6.0.3",
  4797. "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
  4798. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  4799. "devOptional": true,
  4800. "license": "Apache-2.0",
  4801. "bin": {
  4802. "tsc": "bin/tsc",
  4803. "tsserver": "bin/tsserver"
  4804. },
  4805. "engines": {
  4806. "node": ">=14.17"
  4807. }
  4808. },
  4809. "node_modules/typescript-eslint": {
  4810. "version": "8.59.4",
  4811. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.4.tgz",
  4812. "integrity": "sha512-Rw6+44QNFaXtgHSjPy+Kw8hrJniMYzR85E9yLmOLcfZ91/rz+JXQbDTCmc6ccxMPY6K6PgAq26f0JCBfR7LIPQ==",
  4813. "dev": true,
  4814. "license": "MIT",
  4815. "dependencies": {
  4816. "@typescript-eslint/eslint-plugin": "8.59.4",
  4817. "@typescript-eslint/parser": "8.59.4",
  4818. "@typescript-eslint/typescript-estree": "8.59.4",
  4819. "@typescript-eslint/utils": "8.59.4"
  4820. },
  4821. "engines": {
  4822. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4823. },
  4824. "funding": {
  4825. "type": "opencollective",
  4826. "url": "https://opencollective.com/typescript-eslint"
  4827. },
  4828. "peerDependencies": {
  4829. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4830. "typescript": ">=4.8.4 <6.1.0"
  4831. }
  4832. },
  4833. "node_modules/ufo": {
  4834. "version": "1.6.4",
  4835. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz",
  4836. "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
  4837. "license": "MIT"
  4838. },
  4839. "node_modules/undici-types": {
  4840. "version": "7.16.0",
  4841. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
  4842. "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
  4843. "dev": true,
  4844. "license": "MIT"
  4845. },
  4846. "node_modules/unplugin": {
  4847. "version": "3.0.0",
  4848. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  4849. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  4850. "license": "MIT",
  4851. "dependencies": {
  4852. "@jridgewell/remapping": "^2.3.5",
  4853. "picomatch": "^4.0.3",
  4854. "webpack-virtual-modules": "^0.6.2"
  4855. },
  4856. "engines": {
  4857. "node": "^20.19.0 || >=22.12.0"
  4858. }
  4859. },
  4860. "node_modules/unplugin-utils": {
  4861. "version": "0.3.1",
  4862. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  4863. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  4864. "license": "MIT",
  4865. "dependencies": {
  4866. "pathe": "^2.0.3",
  4867. "picomatch": "^4.0.3"
  4868. },
  4869. "engines": {
  4870. "node": ">=20.19.0"
  4871. },
  4872. "funding": {
  4873. "url": "https://github.com/sponsors/sxzz"
  4874. }
  4875. },
  4876. "node_modules/unplugin-utils/node_modules/picomatch": {
  4877. "version": "4.0.4",
  4878. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4879. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4880. "license": "MIT",
  4881. "engines": {
  4882. "node": ">=12"
  4883. },
  4884. "funding": {
  4885. "url": "https://github.com/sponsors/jonschlinkert"
  4886. }
  4887. },
  4888. "node_modules/unplugin/node_modules/picomatch": {
  4889. "version": "4.0.4",
  4890. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4891. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4892. "license": "MIT",
  4893. "engines": {
  4894. "node": ">=12"
  4895. },
  4896. "funding": {
  4897. "url": "https://github.com/sponsors/jonschlinkert"
  4898. }
  4899. },
  4900. "node_modules/update-browserslist-db": {
  4901. "version": "1.2.3",
  4902. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  4903. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  4904. "dev": true,
  4905. "funding": [
  4906. {
  4907. "type": "opencollective",
  4908. "url": "https://opencollective.com/browserslist"
  4909. },
  4910. {
  4911. "type": "tidelift",
  4912. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4913. },
  4914. {
  4915. "type": "github",
  4916. "url": "https://github.com/sponsors/ai"
  4917. }
  4918. ],
  4919. "license": "MIT",
  4920. "dependencies": {
  4921. "escalade": "^3.2.0",
  4922. "picocolors": "^1.1.1"
  4923. },
  4924. "bin": {
  4925. "update-browserslist-db": "cli.js"
  4926. },
  4927. "peerDependencies": {
  4928. "browserslist": ">= 4.21.0"
  4929. }
  4930. },
  4931. "node_modules/uri-js": {
  4932. "version": "4.4.1",
  4933. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  4934. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  4935. "dev": true,
  4936. "license": "BSD-2-Clause",
  4937. "dependencies": {
  4938. "punycode": "^2.1.0"
  4939. }
  4940. },
  4941. "node_modules/util-deprecate": {
  4942. "version": "1.0.2",
  4943. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  4944. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  4945. "dev": true,
  4946. "license": "MIT"
  4947. },
  4948. "node_modules/vite": {
  4949. "version": "8.0.13",
  4950. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz",
  4951. "integrity": "sha512-MFtjBYgzmSxmgA4RAfjIyXWpGe1oALnjgUTzzV7QLx/TKxCzjtMH6Fd9/eVK+5Fg1qNoz5VAwsmMs/NofrmJvw==",
  4952. "dev": true,
  4953. "license": "MIT",
  4954. "dependencies": {
  4955. "lightningcss": "^1.32.0",
  4956. "picomatch": "^4.0.4",
  4957. "postcss": "^8.5.14",
  4958. "rolldown": "1.0.1",
  4959. "tinyglobby": "^0.2.16"
  4960. },
  4961. "bin": {
  4962. "vite": "bin/vite.js"
  4963. },
  4964. "engines": {
  4965. "node": "^20.19.0 || >=22.12.0"
  4966. },
  4967. "funding": {
  4968. "url": "https://github.com/vitejs/vite?sponsor=1"
  4969. },
  4970. "optionalDependencies": {
  4971. "fsevents": "~2.3.3"
  4972. },
  4973. "peerDependencies": {
  4974. "@types/node": "^20.19.0 || >=22.12.0",
  4975. "@vitejs/devtools": "^0.1.18",
  4976. "esbuild": "^0.27.0 || ^0.28.0",
  4977. "jiti": ">=1.21.0",
  4978. "less": "^4.0.0",
  4979. "sass": "^1.70.0",
  4980. "sass-embedded": "^1.70.0",
  4981. "stylus": ">=0.54.8",
  4982. "sugarss": "^5.0.0",
  4983. "terser": "^5.16.0",
  4984. "tsx": "^4.8.1",
  4985. "yaml": "^2.4.2"
  4986. },
  4987. "peerDependenciesMeta": {
  4988. "@types/node": {
  4989. "optional": true
  4990. },
  4991. "@vitejs/devtools": {
  4992. "optional": true
  4993. },
  4994. "esbuild": {
  4995. "optional": true
  4996. },
  4997. "jiti": {
  4998. "optional": true
  4999. },
  5000. "less": {
  5001. "optional": true
  5002. },
  5003. "sass": {
  5004. "optional": true
  5005. },
  5006. "sass-embedded": {
  5007. "optional": true
  5008. },
  5009. "stylus": {
  5010. "optional": true
  5011. },
  5012. "sugarss": {
  5013. "optional": true
  5014. },
  5015. "terser": {
  5016. "optional": true
  5017. },
  5018. "tsx": {
  5019. "optional": true
  5020. },
  5021. "yaml": {
  5022. "optional": true
  5023. }
  5024. }
  5025. },
  5026. "node_modules/vite-hot-client": {
  5027. "version": "2.2.0",
  5028. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.2.0.tgz",
  5029. "integrity": "sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==",
  5030. "dev": true,
  5031. "license": "MIT",
  5032. "funding": {
  5033. "url": "https://github.com/sponsors/antfu"
  5034. },
  5035. "peerDependencies": {
  5036. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0"
  5037. }
  5038. },
  5039. "node_modules/vite-plugin-vue-devtools": {
  5040. "version": "8.1.2",
  5041. "resolved": "https://registry.npmjs.org/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-8.1.2.tgz",
  5042. "integrity": "sha512-gt5h1CNryR9Hy0tvhSbqY3j0F7aj0pGxBxWLa1lXSiZVkhdWDf0vbCOZyjh8ivFGE6FDHTGy3zkcZGlMZdVHig==",
  5043. "dev": true,
  5044. "license": "MIT",
  5045. "dependencies": {
  5046. "@vue/devtools-core": "^8.1.2",
  5047. "@vue/devtools-kit": "^8.1.2",
  5048. "@vue/devtools-shared": "^8.1.2",
  5049. "sirv": "^3.0.2",
  5050. "vite-plugin-inspect": "^11.3.3",
  5051. "vite-plugin-vue-inspector": "^6.0.0"
  5052. },
  5053. "engines": {
  5054. "node": ">=v14.21.3"
  5055. },
  5056. "peerDependencies": {
  5057. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5058. }
  5059. },
  5060. "node_modules/vite-plugin-vue-devtools/node_modules/@vue/devtools-kit": {
  5061. "version": "8.1.2",
  5062. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.2.tgz",
  5063. "integrity": "sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==",
  5064. "dev": true,
  5065. "license": "MIT",
  5066. "dependencies": {
  5067. "@vue/devtools-shared": "^8.1.2",
  5068. "birpc": "^2.6.1",
  5069. "hookable": "^5.5.3",
  5070. "perfect-debounce": "^2.0.0"
  5071. }
  5072. },
  5073. "node_modules/vite-plugin-vue-devtools/node_modules/@vue/devtools-shared": {
  5074. "version": "8.1.2",
  5075. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.2.tgz",
  5076. "integrity": "sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==",
  5077. "dev": true,
  5078. "license": "MIT"
  5079. },
  5080. "node_modules/vite-plugin-vue-devtools/node_modules/perfect-debounce": {
  5081. "version": "2.1.0",
  5082. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5083. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5084. "dev": true,
  5085. "license": "MIT"
  5086. },
  5087. "node_modules/vite-plugin-vue-devtools/node_modules/vite-plugin-inspect": {
  5088. "version": "11.3.3",
  5089. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  5090. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  5091. "dev": true,
  5092. "license": "MIT",
  5093. "dependencies": {
  5094. "ansis": "^4.1.0",
  5095. "debug": "^4.4.1",
  5096. "error-stack-parser-es": "^1.0.5",
  5097. "ohash": "^2.0.11",
  5098. "open": "^10.2.0",
  5099. "perfect-debounce": "^2.0.0",
  5100. "sirv": "^3.0.1",
  5101. "unplugin-utils": "^0.3.0",
  5102. "vite-dev-rpc": "^1.1.0"
  5103. },
  5104. "engines": {
  5105. "node": ">=14"
  5106. },
  5107. "funding": {
  5108. "url": "https://github.com/sponsors/antfu"
  5109. },
  5110. "peerDependencies": {
  5111. "vite": "^6.0.0 || ^7.0.0-0"
  5112. },
  5113. "peerDependenciesMeta": {
  5114. "@nuxt/kit": {
  5115. "optional": true
  5116. }
  5117. }
  5118. },
  5119. "node_modules/vite-plugin-vue-devtools/node_modules/vite-plugin-inspect/node_modules/vite-dev-rpc": {
  5120. "version": "1.1.0",
  5121. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  5122. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  5123. "dev": true,
  5124. "license": "MIT",
  5125. "dependencies": {
  5126. "birpc": "^2.4.0",
  5127. "vite-hot-client": "^2.1.0"
  5128. },
  5129. "funding": {
  5130. "url": "https://github.com/sponsors/antfu"
  5131. },
  5132. "peerDependencies": {
  5133. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  5134. }
  5135. },
  5136. "node_modules/vite-plugin-vue-inspector": {
  5137. "version": "6.0.0",
  5138. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-6.0.0.tgz",
  5139. "integrity": "sha512-OpyITJLgZNibxlrik1EmRtvXHDjLRxNPsWkGFTERZs2LgMEdG4W0WoFt5GIgp3a3jRou+eJR8U1zOBk/XQgEbw==",
  5140. "dev": true,
  5141. "license": "MIT",
  5142. "dependencies": {
  5143. "@babel/core": "^7.23.0",
  5144. "@babel/plugin-proposal-decorators": "^7.23.0",
  5145. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  5146. "@babel/plugin-syntax-import-meta": "^7.10.4",
  5147. "@babel/plugin-transform-typescript": "^7.22.15",
  5148. "@vue/babel-plugin-jsx": "^1.1.5",
  5149. "@vue/compiler-dom": "^3.3.4",
  5150. "kolorist": "^1.8.0",
  5151. "magic-string": "^0.30.4"
  5152. },
  5153. "peerDependencies": {
  5154. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  5155. }
  5156. },
  5157. "node_modules/vite/node_modules/picomatch": {
  5158. "version": "4.0.4",
  5159. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  5160. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  5161. "dev": true,
  5162. "license": "MIT",
  5163. "engines": {
  5164. "node": ">=12"
  5165. },
  5166. "funding": {
  5167. "url": "https://github.com/sponsors/jonschlinkert"
  5168. }
  5169. },
  5170. "node_modules/vscode-uri": {
  5171. "version": "3.1.0",
  5172. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  5173. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  5174. "dev": true,
  5175. "license": "MIT"
  5176. },
  5177. "node_modules/vue": {
  5178. "version": "3.5.34",
  5179. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.34.tgz",
  5180. "integrity": "sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==",
  5181. "license": "MIT",
  5182. "dependencies": {
  5183. "@vue/compiler-dom": "3.5.34",
  5184. "@vue/compiler-sfc": "3.5.34",
  5185. "@vue/runtime-dom": "3.5.34",
  5186. "@vue/server-renderer": "3.5.34",
  5187. "@vue/shared": "3.5.34"
  5188. },
  5189. "peerDependencies": {
  5190. "typescript": "*"
  5191. },
  5192. "peerDependenciesMeta": {
  5193. "typescript": {
  5194. "optional": true
  5195. }
  5196. }
  5197. },
  5198. "node_modules/vue-eslint-parser": {
  5199. "version": "10.4.0",
  5200. "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.4.0.tgz",
  5201. "integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==",
  5202. "dev": true,
  5203. "license": "MIT",
  5204. "dependencies": {
  5205. "debug": "^4.4.0",
  5206. "eslint-scope": "^8.2.0 || ^9.0.0",
  5207. "eslint-visitor-keys": "^4.2.0 || ^5.0.0",
  5208. "espree": "^10.3.0 || ^11.0.0",
  5209. "esquery": "^1.6.0",
  5210. "semver": "^7.6.3"
  5211. },
  5212. "engines": {
  5213. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5214. },
  5215. "funding": {
  5216. "url": "https://github.com/sponsors/mysticatea"
  5217. },
  5218. "peerDependencies": {
  5219. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
  5220. }
  5221. },
  5222. "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
  5223. "version": "5.0.1",
  5224. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  5225. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  5226. "dev": true,
  5227. "license": "Apache-2.0",
  5228. "engines": {
  5229. "node": "^20.19.0 || ^22.13.0 || >=24"
  5230. },
  5231. "funding": {
  5232. "url": "https://opencollective.com/eslint"
  5233. }
  5234. },
  5235. "node_modules/vue-router": {
  5236. "version": "5.0.7",
  5237. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.7.tgz",
  5238. "integrity": "sha512-dqfk8kvRbCutmCOCj/XLDqDEYxc1wBdAOGLuVy5M93ifYMsBd5fIjfaPN4tQAbxr5IprdBDIox1gr4wYyOx/SA==",
  5239. "license": "MIT",
  5240. "dependencies": {
  5241. "@babel/generator": "^8.0.0-rc.4",
  5242. "@vue-macros/common": "^3.1.1",
  5243. "@vue/devtools-api": "^8.1.1",
  5244. "ast-walker-scope": "^0.8.3",
  5245. "chokidar": "^5.0.0",
  5246. "json5": "^2.2.3",
  5247. "local-pkg": "^1.1.2",
  5248. "magic-string": "^0.30.21",
  5249. "mlly": "^1.8.0",
  5250. "muggle-string": "^0.4.1",
  5251. "pathe": "^2.0.3",
  5252. "picomatch": "^4.0.3",
  5253. "scule": "^1.3.0",
  5254. "tinyglobby": "^0.2.15",
  5255. "unplugin": "^3.0.0",
  5256. "unplugin-utils": "^0.3.1",
  5257. "yaml": "^2.8.2"
  5258. },
  5259. "funding": {
  5260. "url": "https://github.com/sponsors/posva"
  5261. },
  5262. "peerDependencies": {
  5263. "@pinia/colada": ">=0.21.2",
  5264. "@vue/compiler-sfc": "^3.5.34",
  5265. "pinia": "^3.0.4",
  5266. "vue": "^3.5.34"
  5267. },
  5268. "peerDependenciesMeta": {
  5269. "@pinia/colada": {
  5270. "optional": true
  5271. },
  5272. "@vue/compiler-sfc": {
  5273. "optional": true
  5274. },
  5275. "pinia": {
  5276. "optional": true
  5277. }
  5278. }
  5279. },
  5280. "node_modules/vue-router/node_modules/@babel/generator": {
  5281. "version": "8.0.0-rc.5",
  5282. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0-rc.5.tgz",
  5283. "integrity": "sha512-nFZPWz3FHIS7y6rMIVoa/WBwjdutfIaRJIBQjzn+t3RnecZoRNlGmGcyR2wb0T/IgSd50Kz/6dG8/LvMCRunjg==",
  5284. "license": "MIT",
  5285. "dependencies": {
  5286. "@babel/parser": "^8.0.0-rc.5",
  5287. "@babel/types": "^8.0.0-rc.5",
  5288. "@jridgewell/gen-mapping": "^0.3.12",
  5289. "@jridgewell/trace-mapping": "^0.3.28",
  5290. "@types/jsesc": "^2.5.0",
  5291. "jsesc": "^3.0.2"
  5292. },
  5293. "engines": {
  5294. "node": "^22.18.0 || >=24.11.0"
  5295. }
  5296. },
  5297. "node_modules/vue-router/node_modules/@babel/helper-string-parser": {
  5298. "version": "8.0.0-rc.5",
  5299. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-rc.5.tgz",
  5300. "integrity": "sha512-sN7R8rBvDurfaziNfDEIjIntlazmlkCDGO4SNl2RJ3wRCn+QxspLV7hzYAE8WWVd2joVuT8sUxeePdLp2idI1A==",
  5301. "license": "MIT",
  5302. "engines": {
  5303. "node": "^22.18.0 || >=24.11.0"
  5304. }
  5305. },
  5306. "node_modules/vue-router/node_modules/@babel/helper-validator-identifier": {
  5307. "version": "8.0.0-rc.5",
  5308. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-rc.5.tgz",
  5309. "integrity": "sha512-ehJDxHvtbZ85RtX/L2fi0h9AGsBNqB5Euv1EB8RMAvGYvD+2X+QbpzzOpbklnNXO+WSZJNOaetw2BBj27xsWVg==",
  5310. "license": "MIT",
  5311. "engines": {
  5312. "node": "^22.18.0 || >=24.11.0"
  5313. }
  5314. },
  5315. "node_modules/vue-router/node_modules/@babel/parser": {
  5316. "version": "8.0.0-rc.5",
  5317. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.0-rc.5.tgz",
  5318. "integrity": "sha512-/Mfg83rK3+jsRbl4Vbd0jqxc6M1A1/WNFtgrowRM1unEsD3XcNnrBdMM0JWakd0/RN9lseQKwPduW1TiEwKOlQ==",
  5319. "license": "MIT",
  5320. "dependencies": {
  5321. "@babel/types": "^8.0.0-rc.5"
  5322. },
  5323. "bin": {
  5324. "parser": "bin/babel-parser.js"
  5325. },
  5326. "engines": {
  5327. "node": "^22.18.0 || >=24.11.0"
  5328. }
  5329. },
  5330. "node_modules/vue-router/node_modules/@babel/types": {
  5331. "version": "8.0.0-rc.5",
  5332. "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-rc.5.tgz",
  5333. "integrity": "sha512-JeSVu/m8x/zpp4CLjYHVNXuhEyOkhPXuxM8YOXjh6L4LlvQNKuUNOTo5KdBuKAcTDHw8DquToTaEkhsBqPXOaA==",
  5334. "license": "MIT",
  5335. "dependencies": {
  5336. "@babel/helper-string-parser": "^8.0.0-rc.5",
  5337. "@babel/helper-validator-identifier": "^8.0.0-rc.5"
  5338. },
  5339. "engines": {
  5340. "node": "^22.18.0 || >=24.11.0"
  5341. }
  5342. },
  5343. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  5344. "version": "8.1.2",
  5345. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.2.tgz",
  5346. "integrity": "sha512-vA0O112YqyDuNA1s7Yb2gCgToQ/OxOWiFDO5ThLCcDy0ldHnSd1dUTaSYhOldbqoNgumE4dxtGAoAaSUKUD1Zg==",
  5347. "license": "MIT",
  5348. "dependencies": {
  5349. "@vue/devtools-kit": "^8.1.2"
  5350. }
  5351. },
  5352. "node_modules/vue-router/node_modules/@vue/devtools-kit": {
  5353. "version": "8.1.2",
  5354. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.2.tgz",
  5355. "integrity": "sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==",
  5356. "license": "MIT",
  5357. "dependencies": {
  5358. "@vue/devtools-shared": "^8.1.2",
  5359. "birpc": "^2.6.1",
  5360. "hookable": "^5.5.3",
  5361. "perfect-debounce": "^2.0.0"
  5362. }
  5363. },
  5364. "node_modules/vue-router/node_modules/@vue/devtools-shared": {
  5365. "version": "8.1.2",
  5366. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.2.tgz",
  5367. "integrity": "sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==",
  5368. "license": "MIT"
  5369. },
  5370. "node_modules/vue-router/node_modules/perfect-debounce": {
  5371. "version": "2.1.0",
  5372. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5373. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5374. "license": "MIT"
  5375. },
  5376. "node_modules/vue-router/node_modules/picomatch": {
  5377. "version": "4.0.4",
  5378. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  5379. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  5380. "license": "MIT",
  5381. "engines": {
  5382. "node": ">=12"
  5383. },
  5384. "funding": {
  5385. "url": "https://github.com/sponsors/jonschlinkert"
  5386. }
  5387. },
  5388. "node_modules/vue-tsc": {
  5389. "version": "3.3.1",
  5390. "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.3.1.tgz",
  5391. "integrity": "sha512-webBP3jhlxzhELZ2g+11KJ6pg5OVY1xWhWrj7N/yQMi1CrtxJnW+tUACyRVeDK0cQNLP2Va5HNYK8pe+7c+msw==",
  5392. "dev": true,
  5393. "license": "MIT",
  5394. "dependencies": {
  5395. "@volar/typescript": "2.4.28",
  5396. "@vue/language-core": "3.3.1"
  5397. },
  5398. "bin": {
  5399. "vue-tsc": "bin/vue-tsc.js"
  5400. },
  5401. "peerDependencies": {
  5402. "typescript": ">=5.0.0"
  5403. }
  5404. },
  5405. "node_modules/webpack-virtual-modules": {
  5406. "version": "0.6.2",
  5407. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  5408. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  5409. "license": "MIT"
  5410. },
  5411. "node_modules/which": {
  5412. "version": "2.0.2",
  5413. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5414. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5415. "dev": true,
  5416. "license": "ISC",
  5417. "dependencies": {
  5418. "isexe": "^2.0.0"
  5419. },
  5420. "bin": {
  5421. "node-which": "bin/node-which"
  5422. },
  5423. "engines": {
  5424. "node": ">= 8"
  5425. }
  5426. },
  5427. "node_modules/word-wrap": {
  5428. "version": "1.2.5",
  5429. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  5430. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  5431. "dev": true,
  5432. "license": "MIT",
  5433. "engines": {
  5434. "node": ">=0.10.0"
  5435. }
  5436. },
  5437. "node_modules/wsl-utils": {
  5438. "version": "0.1.0",
  5439. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  5440. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  5441. "dev": true,
  5442. "license": "MIT",
  5443. "dependencies": {
  5444. "is-wsl": "^3.1.0"
  5445. },
  5446. "engines": {
  5447. "node": ">=18"
  5448. },
  5449. "funding": {
  5450. "url": "https://github.com/sponsors/sindresorhus"
  5451. }
  5452. },
  5453. "node_modules/xml-name-validator": {
  5454. "version": "4.0.0",
  5455. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  5456. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  5457. "dev": true,
  5458. "license": "Apache-2.0",
  5459. "engines": {
  5460. "node": ">=12"
  5461. }
  5462. },
  5463. "node_modules/yallist": {
  5464. "version": "3.1.1",
  5465. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  5466. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  5467. "dev": true,
  5468. "license": "ISC"
  5469. },
  5470. "node_modules/yaml": {
  5471. "version": "2.9.0",
  5472. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
  5473. "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
  5474. "license": "ISC",
  5475. "bin": {
  5476. "yaml": "bin.mjs"
  5477. },
  5478. "engines": {
  5479. "node": ">= 14.6"
  5480. },
  5481. "funding": {
  5482. "url": "https://github.com/sponsors/eemeli"
  5483. }
  5484. },
  5485. "node_modules/yocto-queue": {
  5486. "version": "0.1.0",
  5487. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  5488. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  5489. "dev": true,
  5490. "license": "MIT",
  5491. "engines": {
  5492. "node": ">=10"
  5493. },
  5494. "funding": {
  5495. "url": "https://github.com/sponsors/sindresorhus"
  5496. }
  5497. }
  5498. }
  5499. }