package-lock.json 187 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534
  1. {
  2. "name": "radionica3d",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "radionica3d",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@tanstack/vue-query": "^5.25.0",
  12. "@vueuse/core": "^10.9.0",
  13. "@vueuse/motion": "^2.1.0",
  14. "class-variance-authority": "^0.7.0",
  15. "clsx": "^2.1.0",
  16. "date-fns": "^3.3.1",
  17. "i18next-browser-languagedetector": "^8.2.1",
  18. "lucide-vue-next": "^0.354.0",
  19. "pinia": "^2.1.7",
  20. "tailwind-merge": "^2.2.1",
  21. "tailwindcss-animate": "^1.0.7",
  22. "vue": "^3.4.21",
  23. "vue-i18n": "^9.13.1",
  24. "vue-router": "^4.3.0",
  25. "vue-sonner": "^1.1.4",
  26. "zod": "^3.22.4"
  27. },
  28. "devDependencies": {
  29. "@types/node": "^20.11.25",
  30. "@vitejs/plugin-vue": "^5.2.4",
  31. "@vue/test-utils": "^2.4.6",
  32. "autoprefixer": "^10.4.18",
  33. "jsdom": "^29.0.2",
  34. "postcss": "^8.4.35",
  35. "tailwindcss": "^3.4.1",
  36. "typescript": "^5.3.3",
  37. "vite": "^5.1.5",
  38. "vitest": "^4.1.4",
  39. "vue-tsc": "^2.0.7"
  40. }
  41. },
  42. "node_modules/@alloc/quick-lru": {
  43. "version": "5.2.0",
  44. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  45. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  46. "license": "MIT",
  47. "engines": {
  48. "node": ">=10"
  49. },
  50. "funding": {
  51. "url": "https://github.com/sponsors/sindresorhus"
  52. }
  53. },
  54. "node_modules/@asamuzakjp/css-color": {
  55. "version": "5.1.10",
  56. "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-5.1.10.tgz",
  57. "integrity": "sha512-02OhhkKtgNRuicQ/nF3TRnGsxL9wp0r3Y7VlKWyOHHGmGyvXv03y+PnymU8FKFJMTjIr1Bk8U2g1HWSLrpAHww==",
  58. "dev": true,
  59. "license": "MIT",
  60. "dependencies": {
  61. "@csstools/css-calc": "^3.1.1",
  62. "@csstools/css-color-parser": "^4.0.2",
  63. "@csstools/css-parser-algorithms": "^4.0.0",
  64. "@csstools/css-tokenizer": "^4.0.0"
  65. },
  66. "engines": {
  67. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  68. }
  69. },
  70. "node_modules/@asamuzakjp/dom-selector": {
  71. "version": "7.0.9",
  72. "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-7.0.9.tgz",
  73. "integrity": "sha512-r3ElRr7y8ucyN2KdICwGsmj19RoN13CLCa/pvGydghWK6ZzeKQ+TcDjVdtEZz2ElpndM5jXw//B9CEee0mWnVg==",
  74. "dev": true,
  75. "license": "MIT",
  76. "dependencies": {
  77. "@asamuzakjp/nwsapi": "^2.3.9",
  78. "bidi-js": "^1.0.3",
  79. "css-tree": "^3.2.1",
  80. "is-potential-custom-element-name": "^1.0.1"
  81. },
  82. "engines": {
  83. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  84. }
  85. },
  86. "node_modules/@asamuzakjp/nwsapi": {
  87. "version": "2.3.9",
  88. "resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
  89. "integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
  90. "dev": true,
  91. "license": "MIT"
  92. },
  93. "node_modules/@babel/helper-string-parser": {
  94. "version": "7.27.1",
  95. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  96. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  97. "license": "MIT",
  98. "engines": {
  99. "node": ">=6.9.0"
  100. }
  101. },
  102. "node_modules/@babel/helper-validator-identifier": {
  103. "version": "7.28.5",
  104. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  105. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  106. "license": "MIT",
  107. "engines": {
  108. "node": ">=6.9.0"
  109. }
  110. },
  111. "node_modules/@babel/parser": {
  112. "version": "7.29.2",
  113. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  114. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  115. "license": "MIT",
  116. "dependencies": {
  117. "@babel/types": "^7.29.0"
  118. },
  119. "bin": {
  120. "parser": "bin/babel-parser.js"
  121. },
  122. "engines": {
  123. "node": ">=6.0.0"
  124. }
  125. },
  126. "node_modules/@babel/runtime": {
  127. "version": "7.29.2",
  128. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
  129. "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
  130. "license": "MIT",
  131. "engines": {
  132. "node": ">=6.9.0"
  133. }
  134. },
  135. "node_modules/@babel/types": {
  136. "version": "7.29.0",
  137. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  138. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  139. "license": "MIT",
  140. "dependencies": {
  141. "@babel/helper-string-parser": "^7.27.1",
  142. "@babel/helper-validator-identifier": "^7.28.5"
  143. },
  144. "engines": {
  145. "node": ">=6.9.0"
  146. }
  147. },
  148. "node_modules/@bramus/specificity": {
  149. "version": "2.4.2",
  150. "resolved": "https://registry.npmjs.org/@bramus/specificity/-/specificity-2.4.2.tgz",
  151. "integrity": "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==",
  152. "dev": true,
  153. "license": "MIT",
  154. "dependencies": {
  155. "css-tree": "^3.0.0"
  156. },
  157. "bin": {
  158. "specificity": "bin/cli.js"
  159. }
  160. },
  161. "node_modules/@csstools/color-helpers": {
  162. "version": "6.0.2",
  163. "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.2.tgz",
  164. "integrity": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==",
  165. "dev": true,
  166. "funding": [
  167. {
  168. "type": "github",
  169. "url": "https://github.com/sponsors/csstools"
  170. },
  171. {
  172. "type": "opencollective",
  173. "url": "https://opencollective.com/csstools"
  174. }
  175. ],
  176. "license": "MIT-0",
  177. "engines": {
  178. "node": ">=20.19.0"
  179. }
  180. },
  181. "node_modules/@csstools/css-calc": {
  182. "version": "3.1.1",
  183. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.1.1.tgz",
  184. "integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
  185. "dev": true,
  186. "funding": [
  187. {
  188. "type": "github",
  189. "url": "https://github.com/sponsors/csstools"
  190. },
  191. {
  192. "type": "opencollective",
  193. "url": "https://opencollective.com/csstools"
  194. }
  195. ],
  196. "license": "MIT",
  197. "engines": {
  198. "node": ">=20.19.0"
  199. },
  200. "peerDependencies": {
  201. "@csstools/css-parser-algorithms": "^4.0.0",
  202. "@csstools/css-tokenizer": "^4.0.0"
  203. }
  204. },
  205. "node_modules/@csstools/css-color-parser": {
  206. "version": "4.0.2",
  207. "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.2.tgz",
  208. "integrity": "sha512-0GEfbBLmTFf0dJlpsNU7zwxRIH0/BGEMuXLTCvFYxuL1tNhqzTbtnFICyJLTNK4a+RechKP75e7w42ClXSnJQw==",
  209. "dev": true,
  210. "funding": [
  211. {
  212. "type": "github",
  213. "url": "https://github.com/sponsors/csstools"
  214. },
  215. {
  216. "type": "opencollective",
  217. "url": "https://opencollective.com/csstools"
  218. }
  219. ],
  220. "license": "MIT",
  221. "dependencies": {
  222. "@csstools/color-helpers": "^6.0.2",
  223. "@csstools/css-calc": "^3.1.1"
  224. },
  225. "engines": {
  226. "node": ">=20.19.0"
  227. },
  228. "peerDependencies": {
  229. "@csstools/css-parser-algorithms": "^4.0.0",
  230. "@csstools/css-tokenizer": "^4.0.0"
  231. }
  232. },
  233. "node_modules/@csstools/css-parser-algorithms": {
  234. "version": "4.0.0",
  235. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  236. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  237. "dev": true,
  238. "funding": [
  239. {
  240. "type": "github",
  241. "url": "https://github.com/sponsors/csstools"
  242. },
  243. {
  244. "type": "opencollective",
  245. "url": "https://opencollective.com/csstools"
  246. }
  247. ],
  248. "license": "MIT",
  249. "peer": true,
  250. "engines": {
  251. "node": ">=20.19.0"
  252. },
  253. "peerDependencies": {
  254. "@csstools/css-tokenizer": "^4.0.0"
  255. }
  256. },
  257. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  258. "version": "1.1.2",
  259. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.2.tgz",
  260. "integrity": "sha512-5GkLzz4prTIpoyeUiIu3iV6CSG3Plo7xRVOFPKI7FVEJ3mZ0A8SwK0XU3Gl7xAkiQ+mDyam+NNp875/C5y+jSA==",
  261. "dev": true,
  262. "funding": [
  263. {
  264. "type": "github",
  265. "url": "https://github.com/sponsors/csstools"
  266. },
  267. {
  268. "type": "opencollective",
  269. "url": "https://opencollective.com/csstools"
  270. }
  271. ],
  272. "license": "MIT-0",
  273. "peerDependencies": {
  274. "css-tree": "^3.2.1"
  275. },
  276. "peerDependenciesMeta": {
  277. "css-tree": {
  278. "optional": true
  279. }
  280. }
  281. },
  282. "node_modules/@csstools/css-tokenizer": {
  283. "version": "4.0.0",
  284. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  285. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  286. "dev": true,
  287. "funding": [
  288. {
  289. "type": "github",
  290. "url": "https://github.com/sponsors/csstools"
  291. },
  292. {
  293. "type": "opencollective",
  294. "url": "https://opencollective.com/csstools"
  295. }
  296. ],
  297. "license": "MIT",
  298. "peer": true,
  299. "engines": {
  300. "node": ">=20.19.0"
  301. }
  302. },
  303. "node_modules/@emnapi/wasi-threads": {
  304. "version": "1.2.1",
  305. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  306. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  307. "dev": true,
  308. "license": "MIT",
  309. "optional": true,
  310. "dependencies": {
  311. "tslib": "^2.4.0"
  312. }
  313. },
  314. "node_modules/@esbuild/aix-ppc64": {
  315. "version": "0.25.0",
  316. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz",
  317. "integrity": "sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==",
  318. "cpu": [
  319. "ppc64"
  320. ],
  321. "dev": true,
  322. "license": "MIT",
  323. "optional": true,
  324. "os": [
  325. "aix"
  326. ],
  327. "engines": {
  328. "node": ">=18"
  329. }
  330. },
  331. "node_modules/@esbuild/android-arm": {
  332. "version": "0.25.0",
  333. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.0.tgz",
  334. "integrity": "sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==",
  335. "cpu": [
  336. "arm"
  337. ],
  338. "dev": true,
  339. "license": "MIT",
  340. "optional": true,
  341. "os": [
  342. "android"
  343. ],
  344. "engines": {
  345. "node": ">=18"
  346. }
  347. },
  348. "node_modules/@esbuild/android-arm64": {
  349. "version": "0.25.0",
  350. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.0.tgz",
  351. "integrity": "sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==",
  352. "cpu": [
  353. "arm64"
  354. ],
  355. "dev": true,
  356. "license": "MIT",
  357. "optional": true,
  358. "os": [
  359. "android"
  360. ],
  361. "engines": {
  362. "node": ">=18"
  363. }
  364. },
  365. "node_modules/@esbuild/android-x64": {
  366. "version": "0.25.0",
  367. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.0.tgz",
  368. "integrity": "sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==",
  369. "cpu": [
  370. "x64"
  371. ],
  372. "dev": true,
  373. "license": "MIT",
  374. "optional": true,
  375. "os": [
  376. "android"
  377. ],
  378. "engines": {
  379. "node": ">=18"
  380. }
  381. },
  382. "node_modules/@esbuild/darwin-arm64": {
  383. "version": "0.25.0",
  384. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.0.tgz",
  385. "integrity": "sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==",
  386. "cpu": [
  387. "arm64"
  388. ],
  389. "dev": true,
  390. "license": "MIT",
  391. "optional": true,
  392. "os": [
  393. "darwin"
  394. ],
  395. "engines": {
  396. "node": ">=18"
  397. }
  398. },
  399. "node_modules/@esbuild/darwin-x64": {
  400. "version": "0.25.0",
  401. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.0.tgz",
  402. "integrity": "sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==",
  403. "cpu": [
  404. "x64"
  405. ],
  406. "dev": true,
  407. "license": "MIT",
  408. "optional": true,
  409. "os": [
  410. "darwin"
  411. ],
  412. "engines": {
  413. "node": ">=18"
  414. }
  415. },
  416. "node_modules/@esbuild/freebsd-arm64": {
  417. "version": "0.25.0",
  418. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.0.tgz",
  419. "integrity": "sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==",
  420. "cpu": [
  421. "arm64"
  422. ],
  423. "dev": true,
  424. "license": "MIT",
  425. "optional": true,
  426. "os": [
  427. "freebsd"
  428. ],
  429. "engines": {
  430. "node": ">=18"
  431. }
  432. },
  433. "node_modules/@esbuild/freebsd-x64": {
  434. "version": "0.25.0",
  435. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.0.tgz",
  436. "integrity": "sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==",
  437. "cpu": [
  438. "x64"
  439. ],
  440. "dev": true,
  441. "license": "MIT",
  442. "optional": true,
  443. "os": [
  444. "freebsd"
  445. ],
  446. "engines": {
  447. "node": ">=18"
  448. }
  449. },
  450. "node_modules/@esbuild/linux-arm": {
  451. "version": "0.25.0",
  452. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.0.tgz",
  453. "integrity": "sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==",
  454. "cpu": [
  455. "arm"
  456. ],
  457. "dev": true,
  458. "license": "MIT",
  459. "optional": true,
  460. "os": [
  461. "linux"
  462. ],
  463. "engines": {
  464. "node": ">=18"
  465. }
  466. },
  467. "node_modules/@esbuild/linux-arm64": {
  468. "version": "0.25.0",
  469. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.0.tgz",
  470. "integrity": "sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==",
  471. "cpu": [
  472. "arm64"
  473. ],
  474. "dev": true,
  475. "license": "MIT",
  476. "optional": true,
  477. "os": [
  478. "linux"
  479. ],
  480. "engines": {
  481. "node": ">=18"
  482. }
  483. },
  484. "node_modules/@esbuild/linux-ia32": {
  485. "version": "0.25.0",
  486. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.0.tgz",
  487. "integrity": "sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==",
  488. "cpu": [
  489. "ia32"
  490. ],
  491. "dev": true,
  492. "license": "MIT",
  493. "optional": true,
  494. "os": [
  495. "linux"
  496. ],
  497. "engines": {
  498. "node": ">=18"
  499. }
  500. },
  501. "node_modules/@esbuild/linux-loong64": {
  502. "version": "0.25.0",
  503. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.0.tgz",
  504. "integrity": "sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==",
  505. "cpu": [
  506. "loong64"
  507. ],
  508. "dev": true,
  509. "license": "MIT",
  510. "optional": true,
  511. "os": [
  512. "linux"
  513. ],
  514. "engines": {
  515. "node": ">=18"
  516. }
  517. },
  518. "node_modules/@esbuild/linux-mips64el": {
  519. "version": "0.25.0",
  520. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.0.tgz",
  521. "integrity": "sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==",
  522. "cpu": [
  523. "mips64el"
  524. ],
  525. "dev": true,
  526. "license": "MIT",
  527. "optional": true,
  528. "os": [
  529. "linux"
  530. ],
  531. "engines": {
  532. "node": ">=18"
  533. }
  534. },
  535. "node_modules/@esbuild/linux-ppc64": {
  536. "version": "0.25.0",
  537. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.0.tgz",
  538. "integrity": "sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==",
  539. "cpu": [
  540. "ppc64"
  541. ],
  542. "dev": true,
  543. "license": "MIT",
  544. "optional": true,
  545. "os": [
  546. "linux"
  547. ],
  548. "engines": {
  549. "node": ">=18"
  550. }
  551. },
  552. "node_modules/@esbuild/linux-riscv64": {
  553. "version": "0.25.0",
  554. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.0.tgz",
  555. "integrity": "sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==",
  556. "cpu": [
  557. "riscv64"
  558. ],
  559. "dev": true,
  560. "license": "MIT",
  561. "optional": true,
  562. "os": [
  563. "linux"
  564. ],
  565. "engines": {
  566. "node": ">=18"
  567. }
  568. },
  569. "node_modules/@esbuild/linux-s390x": {
  570. "version": "0.25.0",
  571. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.0.tgz",
  572. "integrity": "sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==",
  573. "cpu": [
  574. "s390x"
  575. ],
  576. "dev": true,
  577. "license": "MIT",
  578. "optional": true,
  579. "os": [
  580. "linux"
  581. ],
  582. "engines": {
  583. "node": ">=18"
  584. }
  585. },
  586. "node_modules/@esbuild/linux-x64": {
  587. "version": "0.25.0",
  588. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz",
  589. "integrity": "sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==",
  590. "cpu": [
  591. "x64"
  592. ],
  593. "dev": true,
  594. "license": "MIT",
  595. "optional": true,
  596. "os": [
  597. "linux"
  598. ],
  599. "engines": {
  600. "node": ">=18"
  601. }
  602. },
  603. "node_modules/@esbuild/netbsd-arm64": {
  604. "version": "0.25.0",
  605. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.0.tgz",
  606. "integrity": "sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==",
  607. "cpu": [
  608. "arm64"
  609. ],
  610. "dev": true,
  611. "license": "MIT",
  612. "optional": true,
  613. "os": [
  614. "netbsd"
  615. ],
  616. "engines": {
  617. "node": ">=18"
  618. }
  619. },
  620. "node_modules/@esbuild/netbsd-x64": {
  621. "version": "0.25.0",
  622. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.0.tgz",
  623. "integrity": "sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==",
  624. "cpu": [
  625. "x64"
  626. ],
  627. "dev": true,
  628. "license": "MIT",
  629. "optional": true,
  630. "os": [
  631. "netbsd"
  632. ],
  633. "engines": {
  634. "node": ">=18"
  635. }
  636. },
  637. "node_modules/@esbuild/openbsd-arm64": {
  638. "version": "0.25.0",
  639. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.0.tgz",
  640. "integrity": "sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==",
  641. "cpu": [
  642. "arm64"
  643. ],
  644. "dev": true,
  645. "license": "MIT",
  646. "optional": true,
  647. "os": [
  648. "openbsd"
  649. ],
  650. "engines": {
  651. "node": ">=18"
  652. }
  653. },
  654. "node_modules/@esbuild/openbsd-x64": {
  655. "version": "0.25.0",
  656. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.0.tgz",
  657. "integrity": "sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==",
  658. "cpu": [
  659. "x64"
  660. ],
  661. "dev": true,
  662. "license": "MIT",
  663. "optional": true,
  664. "os": [
  665. "openbsd"
  666. ],
  667. "engines": {
  668. "node": ">=18"
  669. }
  670. },
  671. "node_modules/@esbuild/sunos-x64": {
  672. "version": "0.25.0",
  673. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.0.tgz",
  674. "integrity": "sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==",
  675. "cpu": [
  676. "x64"
  677. ],
  678. "dev": true,
  679. "license": "MIT",
  680. "optional": true,
  681. "os": [
  682. "sunos"
  683. ],
  684. "engines": {
  685. "node": ">=18"
  686. }
  687. },
  688. "node_modules/@esbuild/win32-arm64": {
  689. "version": "0.25.0",
  690. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.0.tgz",
  691. "integrity": "sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==",
  692. "cpu": [
  693. "arm64"
  694. ],
  695. "dev": true,
  696. "license": "MIT",
  697. "optional": true,
  698. "os": [
  699. "win32"
  700. ],
  701. "engines": {
  702. "node": ">=18"
  703. }
  704. },
  705. "node_modules/@esbuild/win32-ia32": {
  706. "version": "0.25.0",
  707. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.0.tgz",
  708. "integrity": "sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==",
  709. "cpu": [
  710. "ia32"
  711. ],
  712. "dev": true,
  713. "license": "MIT",
  714. "optional": true,
  715. "os": [
  716. "win32"
  717. ],
  718. "engines": {
  719. "node": ">=18"
  720. }
  721. },
  722. "node_modules/@esbuild/win32-x64": {
  723. "version": "0.25.0",
  724. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz",
  725. "integrity": "sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==",
  726. "cpu": [
  727. "x64"
  728. ],
  729. "dev": true,
  730. "license": "MIT",
  731. "optional": true,
  732. "os": [
  733. "win32"
  734. ],
  735. "engines": {
  736. "node": ">=18"
  737. }
  738. },
  739. "node_modules/@exodus/bytes": {
  740. "version": "1.15.0",
  741. "resolved": "https://registry.npmjs.org/@exodus/bytes/-/bytes-1.15.0.tgz",
  742. "integrity": "sha512-UY0nlA+feH81UGSHv92sLEPLCeZFjXOuHhrIo0HQydScuQc8s0A7kL/UdgwgDq8g8ilksmuoF35YVTNphV2aBQ==",
  743. "dev": true,
  744. "license": "MIT",
  745. "engines": {
  746. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  747. },
  748. "peerDependencies": {
  749. "@noble/hashes": "^1.8.0 || ^2.0.0"
  750. },
  751. "peerDependenciesMeta": {
  752. "@noble/hashes": {
  753. "optional": true
  754. }
  755. }
  756. },
  757. "node_modules/@intlify/core-base": {
  758. "version": "9.14.5",
  759. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.14.5.tgz",
  760. "integrity": "sha512-5ah5FqZG4pOoHjkvs8mjtv+gPKYU0zCISaYNjBNNqYiaITxW8ZtVih3GS/oTOqN8d9/mDLyrjD46GBApNxmlsA==",
  761. "license": "MIT",
  762. "dependencies": {
  763. "@intlify/message-compiler": "9.14.5",
  764. "@intlify/shared": "9.14.5"
  765. },
  766. "engines": {
  767. "node": ">= 16"
  768. },
  769. "funding": {
  770. "url": "https://github.com/sponsors/kazupon"
  771. }
  772. },
  773. "node_modules/@intlify/message-compiler": {
  774. "version": "9.14.5",
  775. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.14.5.tgz",
  776. "integrity": "sha512-IHzgEu61/YIpQV5Pc3aRWScDcnFKWvQA9kigcINcCBXN8mbW+vk9SK+lDxA6STzKQsVJxUPg9ACC52pKKo3SVQ==",
  777. "license": "MIT",
  778. "dependencies": {
  779. "@intlify/shared": "9.14.5",
  780. "source-map-js": "^1.0.2"
  781. },
  782. "engines": {
  783. "node": ">= 16"
  784. },
  785. "funding": {
  786. "url": "https://github.com/sponsors/kazupon"
  787. }
  788. },
  789. "node_modules/@intlify/shared": {
  790. "version": "9.14.5",
  791. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.14.5.tgz",
  792. "integrity": "sha512-9gB+E53BYuAEMhbCAxVgG38EZrk59sxBtv3jSizNL2hEWlgjBjAw1AwpLHtNaeda12pe6W20OGEa0TwuMSRbyQ==",
  793. "license": "MIT",
  794. "engines": {
  795. "node": ">= 16"
  796. },
  797. "funding": {
  798. "url": "https://github.com/sponsors/kazupon"
  799. }
  800. },
  801. "node_modules/@isaacs/cliui": {
  802. "version": "8.0.2",
  803. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  804. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  805. "dev": true,
  806. "license": "ISC",
  807. "dependencies": {
  808. "string-width": "^5.1.2",
  809. "string-width-cjs": "npm:string-width@^4.2.0",
  810. "strip-ansi": "^7.0.1",
  811. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  812. "wrap-ansi": "^8.1.0",
  813. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  814. },
  815. "engines": {
  816. "node": ">=12"
  817. }
  818. },
  819. "node_modules/@jridgewell/gen-mapping": {
  820. "version": "0.3.13",
  821. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  822. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  823. "license": "MIT",
  824. "dependencies": {
  825. "@jridgewell/sourcemap-codec": "^1.5.0",
  826. "@jridgewell/trace-mapping": "^0.3.24"
  827. }
  828. },
  829. "node_modules/@jridgewell/remapping": {
  830. "version": "2.3.5",
  831. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  832. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  833. "license": "MIT",
  834. "optional": true,
  835. "dependencies": {
  836. "@jridgewell/gen-mapping": "^0.3.5",
  837. "@jridgewell/trace-mapping": "^0.3.24"
  838. }
  839. },
  840. "node_modules/@jridgewell/resolve-uri": {
  841. "version": "3.1.2",
  842. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  843. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  844. "license": "MIT",
  845. "engines": {
  846. "node": ">=6.0.0"
  847. }
  848. },
  849. "node_modules/@jridgewell/sourcemap-codec": {
  850. "version": "1.5.5",
  851. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  852. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  853. "license": "MIT"
  854. },
  855. "node_modules/@jridgewell/trace-mapping": {
  856. "version": "0.3.31",
  857. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  858. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  859. "license": "MIT",
  860. "dependencies": {
  861. "@jridgewell/resolve-uri": "^3.1.0",
  862. "@jridgewell/sourcemap-codec": "^1.4.14"
  863. }
  864. },
  865. "node_modules/@napi-rs/wasm-runtime": {
  866. "version": "1.1.3",
  867. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.3.tgz",
  868. "integrity": "sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==",
  869. "dev": true,
  870. "license": "MIT",
  871. "optional": true,
  872. "dependencies": {
  873. "@tybys/wasm-util": "^0.10.1"
  874. },
  875. "funding": {
  876. "type": "github",
  877. "url": "https://github.com/sponsors/Brooooooklyn"
  878. },
  879. "peerDependencies": {
  880. "@emnapi/core": "^1.7.1",
  881. "@emnapi/runtime": "^1.7.1"
  882. }
  883. },
  884. "node_modules/@nodelib/fs.scandir": {
  885. "version": "2.1.5",
  886. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  887. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  888. "license": "MIT",
  889. "dependencies": {
  890. "@nodelib/fs.stat": "2.0.5",
  891. "run-parallel": "^1.1.9"
  892. },
  893. "engines": {
  894. "node": ">= 8"
  895. }
  896. },
  897. "node_modules/@nodelib/fs.stat": {
  898. "version": "2.0.5",
  899. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  900. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  901. "license": "MIT",
  902. "engines": {
  903. "node": ">= 8"
  904. }
  905. },
  906. "node_modules/@nodelib/fs.walk": {
  907. "version": "1.2.8",
  908. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  909. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  910. "license": "MIT",
  911. "dependencies": {
  912. "@nodelib/fs.scandir": "2.1.5",
  913. "fastq": "^1.6.0"
  914. },
  915. "engines": {
  916. "node": ">= 8"
  917. }
  918. },
  919. "node_modules/@nuxt/kit": {
  920. "version": "3.21.2",
  921. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.21.2.tgz",
  922. "integrity": "sha512-Bd6m6mrDrqpBEbX+g0rc66/ALd1sxlgdx5nfK9MAYO0yKLTOSK7McSYz1KcOYn3LQFCXOWfvXwaqih/b+REI1g==",
  923. "license": "MIT",
  924. "optional": true,
  925. "dependencies": {
  926. "c12": "^3.3.3",
  927. "consola": "^3.4.2",
  928. "defu": "^6.1.4",
  929. "destr": "^2.0.5",
  930. "errx": "^0.1.0",
  931. "exsolve": "^1.0.8",
  932. "ignore": "^7.0.5",
  933. "jiti": "^2.6.1",
  934. "klona": "^2.0.6",
  935. "knitwork": "^1.3.0",
  936. "mlly": "^1.8.1",
  937. "ohash": "^2.0.11",
  938. "pathe": "^2.0.3",
  939. "pkg-types": "^2.3.0",
  940. "rc9": "^3.0.0",
  941. "scule": "^1.3.0",
  942. "semver": "^7.7.4",
  943. "tinyglobby": "^0.2.15",
  944. "ufo": "^1.6.3",
  945. "unctx": "^2.5.0",
  946. "untyped": "^2.0.0"
  947. },
  948. "engines": {
  949. "node": ">=18.12.0"
  950. }
  951. },
  952. "node_modules/@nuxt/kit/node_modules/jiti": {
  953. "version": "2.6.1",
  954. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  955. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  956. "license": "MIT",
  957. "optional": true,
  958. "bin": {
  959. "jiti": "lib/jiti-cli.mjs"
  960. }
  961. },
  962. "node_modules/@one-ini/wasm": {
  963. "version": "0.1.1",
  964. "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz",
  965. "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==",
  966. "dev": true,
  967. "license": "MIT"
  968. },
  969. "node_modules/@oxc-project/types": {
  970. "version": "0.124.0",
  971. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.124.0.tgz",
  972. "integrity": "sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==",
  973. "dev": true,
  974. "license": "MIT",
  975. "funding": {
  976. "url": "https://github.com/sponsors/Boshen"
  977. }
  978. },
  979. "node_modules/@pkgjs/parseargs": {
  980. "version": "0.11.0",
  981. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  982. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  983. "dev": true,
  984. "license": "MIT",
  985. "optional": true,
  986. "engines": {
  987. "node": ">=14"
  988. }
  989. },
  990. "node_modules/@rolldown/binding-android-arm64": {
  991. "version": "1.0.0-rc.15",
  992. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.15.tgz",
  993. "integrity": "sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==",
  994. "cpu": [
  995. "arm64"
  996. ],
  997. "dev": true,
  998. "license": "MIT",
  999. "optional": true,
  1000. "os": [
  1001. "android"
  1002. ],
  1003. "engines": {
  1004. "node": "^20.19.0 || >=22.12.0"
  1005. }
  1006. },
  1007. "node_modules/@rolldown/binding-darwin-arm64": {
  1008. "version": "1.0.0-rc.15",
  1009. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.15.tgz",
  1010. "integrity": "sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==",
  1011. "cpu": [
  1012. "arm64"
  1013. ],
  1014. "dev": true,
  1015. "license": "MIT",
  1016. "optional": true,
  1017. "os": [
  1018. "darwin"
  1019. ],
  1020. "engines": {
  1021. "node": "^20.19.0 || >=22.12.0"
  1022. }
  1023. },
  1024. "node_modules/@rolldown/binding-darwin-x64": {
  1025. "version": "1.0.0-rc.15",
  1026. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.15.tgz",
  1027. "integrity": "sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==",
  1028. "cpu": [
  1029. "x64"
  1030. ],
  1031. "dev": true,
  1032. "license": "MIT",
  1033. "optional": true,
  1034. "os": [
  1035. "darwin"
  1036. ],
  1037. "engines": {
  1038. "node": "^20.19.0 || >=22.12.0"
  1039. }
  1040. },
  1041. "node_modules/@rolldown/binding-freebsd-x64": {
  1042. "version": "1.0.0-rc.15",
  1043. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.15.tgz",
  1044. "integrity": "sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==",
  1045. "cpu": [
  1046. "x64"
  1047. ],
  1048. "dev": true,
  1049. "license": "MIT",
  1050. "optional": true,
  1051. "os": [
  1052. "freebsd"
  1053. ],
  1054. "engines": {
  1055. "node": "^20.19.0 || >=22.12.0"
  1056. }
  1057. },
  1058. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1059. "version": "1.0.0-rc.15",
  1060. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.15.tgz",
  1061. "integrity": "sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==",
  1062. "cpu": [
  1063. "arm"
  1064. ],
  1065. "dev": true,
  1066. "license": "MIT",
  1067. "optional": true,
  1068. "os": [
  1069. "linux"
  1070. ],
  1071. "engines": {
  1072. "node": "^20.19.0 || >=22.12.0"
  1073. }
  1074. },
  1075. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1076. "version": "1.0.0-rc.15",
  1077. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.15.tgz",
  1078. "integrity": "sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==",
  1079. "cpu": [
  1080. "arm64"
  1081. ],
  1082. "dev": true,
  1083. "license": "MIT",
  1084. "optional": true,
  1085. "os": [
  1086. "linux"
  1087. ],
  1088. "engines": {
  1089. "node": "^20.19.0 || >=22.12.0"
  1090. }
  1091. },
  1092. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1093. "version": "1.0.0-rc.15",
  1094. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.15.tgz",
  1095. "integrity": "sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==",
  1096. "cpu": [
  1097. "arm64"
  1098. ],
  1099. "dev": true,
  1100. "license": "MIT",
  1101. "optional": true,
  1102. "os": [
  1103. "linux"
  1104. ],
  1105. "engines": {
  1106. "node": "^20.19.0 || >=22.12.0"
  1107. }
  1108. },
  1109. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1110. "version": "1.0.0-rc.15",
  1111. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.15.tgz",
  1112. "integrity": "sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==",
  1113. "cpu": [
  1114. "ppc64"
  1115. ],
  1116. "dev": true,
  1117. "license": "MIT",
  1118. "optional": true,
  1119. "os": [
  1120. "linux"
  1121. ],
  1122. "engines": {
  1123. "node": "^20.19.0 || >=22.12.0"
  1124. }
  1125. },
  1126. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1127. "version": "1.0.0-rc.15",
  1128. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.15.tgz",
  1129. "integrity": "sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==",
  1130. "cpu": [
  1131. "s390x"
  1132. ],
  1133. "dev": true,
  1134. "license": "MIT",
  1135. "optional": true,
  1136. "os": [
  1137. "linux"
  1138. ],
  1139. "engines": {
  1140. "node": "^20.19.0 || >=22.12.0"
  1141. }
  1142. },
  1143. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1144. "version": "1.0.0-rc.15",
  1145. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.15.tgz",
  1146. "integrity": "sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==",
  1147. "cpu": [
  1148. "x64"
  1149. ],
  1150. "dev": true,
  1151. "license": "MIT",
  1152. "optional": true,
  1153. "os": [
  1154. "linux"
  1155. ],
  1156. "engines": {
  1157. "node": "^20.19.0 || >=22.12.0"
  1158. }
  1159. },
  1160. "node_modules/@rolldown/binding-linux-x64-musl": {
  1161. "version": "1.0.0-rc.15",
  1162. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.15.tgz",
  1163. "integrity": "sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==",
  1164. "cpu": [
  1165. "x64"
  1166. ],
  1167. "dev": true,
  1168. "license": "MIT",
  1169. "optional": true,
  1170. "os": [
  1171. "linux"
  1172. ],
  1173. "engines": {
  1174. "node": "^20.19.0 || >=22.12.0"
  1175. }
  1176. },
  1177. "node_modules/@rolldown/binding-openharmony-arm64": {
  1178. "version": "1.0.0-rc.15",
  1179. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.15.tgz",
  1180. "integrity": "sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==",
  1181. "cpu": [
  1182. "arm64"
  1183. ],
  1184. "dev": true,
  1185. "license": "MIT",
  1186. "optional": true,
  1187. "os": [
  1188. "openharmony"
  1189. ],
  1190. "engines": {
  1191. "node": "^20.19.0 || >=22.12.0"
  1192. }
  1193. },
  1194. "node_modules/@rolldown/binding-wasm32-wasi": {
  1195. "version": "1.0.0-rc.15",
  1196. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.15.tgz",
  1197. "integrity": "sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==",
  1198. "cpu": [
  1199. "wasm32"
  1200. ],
  1201. "dev": true,
  1202. "license": "MIT",
  1203. "optional": true,
  1204. "dependencies": {
  1205. "@emnapi/core": "1.9.2",
  1206. "@emnapi/runtime": "1.9.2",
  1207. "@napi-rs/wasm-runtime": "^1.1.3"
  1208. },
  1209. "engines": {
  1210. "node": ">=14.0.0"
  1211. }
  1212. },
  1213. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1214. "version": "1.0.0-rc.15",
  1215. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.15.tgz",
  1216. "integrity": "sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==",
  1217. "cpu": [
  1218. "arm64"
  1219. ],
  1220. "dev": true,
  1221. "license": "MIT",
  1222. "optional": true,
  1223. "os": [
  1224. "win32"
  1225. ],
  1226. "engines": {
  1227. "node": "^20.19.0 || >=22.12.0"
  1228. }
  1229. },
  1230. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1231. "version": "1.0.0-rc.15",
  1232. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.15.tgz",
  1233. "integrity": "sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==",
  1234. "cpu": [
  1235. "x64"
  1236. ],
  1237. "dev": true,
  1238. "license": "MIT",
  1239. "optional": true,
  1240. "os": [
  1241. "win32"
  1242. ],
  1243. "engines": {
  1244. "node": "^20.19.0 || >=22.12.0"
  1245. }
  1246. },
  1247. "node_modules/@rolldown/pluginutils": {
  1248. "version": "1.0.0-rc.15",
  1249. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.15.tgz",
  1250. "integrity": "sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==",
  1251. "dev": true,
  1252. "license": "MIT"
  1253. },
  1254. "node_modules/@rollup/rollup-android-arm-eabi": {
  1255. "version": "4.60.1",
  1256. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
  1257. "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
  1258. "cpu": [
  1259. "arm"
  1260. ],
  1261. "dev": true,
  1262. "license": "MIT",
  1263. "optional": true,
  1264. "os": [
  1265. "android"
  1266. ]
  1267. },
  1268. "node_modules/@rollup/rollup-android-arm64": {
  1269. "version": "4.60.1",
  1270. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
  1271. "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
  1272. "cpu": [
  1273. "arm64"
  1274. ],
  1275. "dev": true,
  1276. "license": "MIT",
  1277. "optional": true,
  1278. "os": [
  1279. "android"
  1280. ]
  1281. },
  1282. "node_modules/@rollup/rollup-darwin-arm64": {
  1283. "version": "4.60.1",
  1284. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
  1285. "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
  1286. "cpu": [
  1287. "arm64"
  1288. ],
  1289. "dev": true,
  1290. "license": "MIT",
  1291. "optional": true,
  1292. "os": [
  1293. "darwin"
  1294. ]
  1295. },
  1296. "node_modules/@rollup/rollup-darwin-x64": {
  1297. "version": "4.60.1",
  1298. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
  1299. "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
  1300. "cpu": [
  1301. "x64"
  1302. ],
  1303. "dev": true,
  1304. "license": "MIT",
  1305. "optional": true,
  1306. "os": [
  1307. "darwin"
  1308. ]
  1309. },
  1310. "node_modules/@rollup/rollup-freebsd-arm64": {
  1311. "version": "4.60.1",
  1312. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
  1313. "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
  1314. "cpu": [
  1315. "arm64"
  1316. ],
  1317. "dev": true,
  1318. "license": "MIT",
  1319. "optional": true,
  1320. "os": [
  1321. "freebsd"
  1322. ]
  1323. },
  1324. "node_modules/@rollup/rollup-freebsd-x64": {
  1325. "version": "4.60.1",
  1326. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
  1327. "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
  1328. "cpu": [
  1329. "x64"
  1330. ],
  1331. "dev": true,
  1332. "license": "MIT",
  1333. "optional": true,
  1334. "os": [
  1335. "freebsd"
  1336. ]
  1337. },
  1338. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1339. "version": "4.60.1",
  1340. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
  1341. "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
  1342. "cpu": [
  1343. "arm"
  1344. ],
  1345. "dev": true,
  1346. "license": "MIT",
  1347. "optional": true,
  1348. "os": [
  1349. "linux"
  1350. ]
  1351. },
  1352. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1353. "version": "4.60.1",
  1354. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
  1355. "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
  1356. "cpu": [
  1357. "arm"
  1358. ],
  1359. "dev": true,
  1360. "license": "MIT",
  1361. "optional": true,
  1362. "os": [
  1363. "linux"
  1364. ]
  1365. },
  1366. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1367. "version": "4.60.1",
  1368. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
  1369. "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
  1370. "cpu": [
  1371. "arm64"
  1372. ],
  1373. "dev": true,
  1374. "license": "MIT",
  1375. "optional": true,
  1376. "os": [
  1377. "linux"
  1378. ]
  1379. },
  1380. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1381. "version": "4.60.1",
  1382. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
  1383. "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
  1384. "cpu": [
  1385. "arm64"
  1386. ],
  1387. "dev": true,
  1388. "license": "MIT",
  1389. "optional": true,
  1390. "os": [
  1391. "linux"
  1392. ]
  1393. },
  1394. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1395. "version": "4.60.1",
  1396. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
  1397. "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
  1398. "cpu": [
  1399. "loong64"
  1400. ],
  1401. "dev": true,
  1402. "license": "MIT",
  1403. "optional": true,
  1404. "os": [
  1405. "linux"
  1406. ]
  1407. },
  1408. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1409. "version": "4.60.1",
  1410. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
  1411. "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
  1412. "cpu": [
  1413. "loong64"
  1414. ],
  1415. "dev": true,
  1416. "license": "MIT",
  1417. "optional": true,
  1418. "os": [
  1419. "linux"
  1420. ]
  1421. },
  1422. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1423. "version": "4.60.1",
  1424. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
  1425. "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
  1426. "cpu": [
  1427. "ppc64"
  1428. ],
  1429. "dev": true,
  1430. "license": "MIT",
  1431. "optional": true,
  1432. "os": [
  1433. "linux"
  1434. ]
  1435. },
  1436. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1437. "version": "4.60.1",
  1438. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
  1439. "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
  1440. "cpu": [
  1441. "ppc64"
  1442. ],
  1443. "dev": true,
  1444. "license": "MIT",
  1445. "optional": true,
  1446. "os": [
  1447. "linux"
  1448. ]
  1449. },
  1450. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1451. "version": "4.60.1",
  1452. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
  1453. "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
  1454. "cpu": [
  1455. "riscv64"
  1456. ],
  1457. "dev": true,
  1458. "license": "MIT",
  1459. "optional": true,
  1460. "os": [
  1461. "linux"
  1462. ]
  1463. },
  1464. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1465. "version": "4.60.1",
  1466. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
  1467. "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
  1468. "cpu": [
  1469. "riscv64"
  1470. ],
  1471. "dev": true,
  1472. "license": "MIT",
  1473. "optional": true,
  1474. "os": [
  1475. "linux"
  1476. ]
  1477. },
  1478. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1479. "version": "4.60.1",
  1480. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
  1481. "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
  1482. "cpu": [
  1483. "s390x"
  1484. ],
  1485. "dev": true,
  1486. "license": "MIT",
  1487. "optional": true,
  1488. "os": [
  1489. "linux"
  1490. ]
  1491. },
  1492. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1493. "version": "4.60.1",
  1494. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
  1495. "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
  1496. "cpu": [
  1497. "x64"
  1498. ],
  1499. "dev": true,
  1500. "license": "MIT",
  1501. "optional": true,
  1502. "os": [
  1503. "linux"
  1504. ]
  1505. },
  1506. "node_modules/@rollup/rollup-linux-x64-musl": {
  1507. "version": "4.60.1",
  1508. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
  1509. "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
  1510. "cpu": [
  1511. "x64"
  1512. ],
  1513. "dev": true,
  1514. "license": "MIT",
  1515. "optional": true,
  1516. "os": [
  1517. "linux"
  1518. ]
  1519. },
  1520. "node_modules/@rollup/rollup-openbsd-x64": {
  1521. "version": "4.60.1",
  1522. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
  1523. "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
  1524. "cpu": [
  1525. "x64"
  1526. ],
  1527. "dev": true,
  1528. "license": "MIT",
  1529. "optional": true,
  1530. "os": [
  1531. "openbsd"
  1532. ]
  1533. },
  1534. "node_modules/@rollup/rollup-openharmony-arm64": {
  1535. "version": "4.60.1",
  1536. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
  1537. "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
  1538. "cpu": [
  1539. "arm64"
  1540. ],
  1541. "dev": true,
  1542. "license": "MIT",
  1543. "optional": true,
  1544. "os": [
  1545. "openharmony"
  1546. ]
  1547. },
  1548. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1549. "version": "4.60.1",
  1550. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
  1551. "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
  1552. "cpu": [
  1553. "arm64"
  1554. ],
  1555. "dev": true,
  1556. "license": "MIT",
  1557. "optional": true,
  1558. "os": [
  1559. "win32"
  1560. ]
  1561. },
  1562. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1563. "version": "4.60.1",
  1564. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
  1565. "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
  1566. "cpu": [
  1567. "ia32"
  1568. ],
  1569. "dev": true,
  1570. "license": "MIT",
  1571. "optional": true,
  1572. "os": [
  1573. "win32"
  1574. ]
  1575. },
  1576. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1577. "version": "4.60.1",
  1578. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz",
  1579. "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==",
  1580. "cpu": [
  1581. "x64"
  1582. ],
  1583. "dev": true,
  1584. "license": "MIT",
  1585. "optional": true,
  1586. "os": [
  1587. "win32"
  1588. ]
  1589. },
  1590. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1591. "version": "4.60.1",
  1592. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz",
  1593. "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==",
  1594. "cpu": [
  1595. "x64"
  1596. ],
  1597. "dev": true,
  1598. "license": "MIT",
  1599. "optional": true,
  1600. "os": [
  1601. "win32"
  1602. ]
  1603. },
  1604. "node_modules/@standard-schema/spec": {
  1605. "version": "1.1.0",
  1606. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
  1607. "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
  1608. "dev": true,
  1609. "license": "MIT"
  1610. },
  1611. "node_modules/@tanstack/match-sorter-utils": {
  1612. "version": "8.19.4",
  1613. "resolved": "https://registry.npmjs.org/@tanstack/match-sorter-utils/-/match-sorter-utils-8.19.4.tgz",
  1614. "integrity": "sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==",
  1615. "license": "MIT",
  1616. "dependencies": {
  1617. "remove-accents": "0.5.0"
  1618. },
  1619. "engines": {
  1620. "node": ">=12"
  1621. },
  1622. "funding": {
  1623. "type": "github",
  1624. "url": "https://github.com/sponsors/tannerlinsley"
  1625. }
  1626. },
  1627. "node_modules/@tanstack/vue-query": {
  1628. "version": "5.96.2",
  1629. "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.96.2.tgz",
  1630. "integrity": "sha512-mDJoLG1kElNu0vFf8m+sdzka15lWXUZ3CXYVOuivHVdrbjjs5fI0o8i1iqAtIGGL5q+sek4XTbPeWW327zOgtQ==",
  1631. "license": "MIT",
  1632. "dependencies": {
  1633. "@tanstack/match-sorter-utils": "^8.19.4",
  1634. "@tanstack/query-core": "5.96.2",
  1635. "@vue/devtools-api": "^6.6.3",
  1636. "vue-demi": "^0.14.10"
  1637. },
  1638. "funding": {
  1639. "type": "github",
  1640. "url": "https://github.com/sponsors/tannerlinsley"
  1641. },
  1642. "peerDependencies": {
  1643. "@vue/composition-api": "^1.1.2",
  1644. "vue": "^2.6.0 || ^3.3.0"
  1645. },
  1646. "peerDependenciesMeta": {
  1647. "@vue/composition-api": {
  1648. "optional": true
  1649. }
  1650. }
  1651. },
  1652. "node_modules/@tanstack/vue-query/node_modules/@tanstack/query-core": {
  1653. "version": "5.96.2",
  1654. "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.2.tgz",
  1655. "integrity": "sha512-hzI6cTVh4KNRk8UtoIBS7Lv9g6BnJPXvBKsvYH1aGWvv0347jT3BnSvztOE+kD76XGvZnRC/t6qdW1CaIfwCeA==",
  1656. "license": "MIT",
  1657. "funding": {
  1658. "type": "github",
  1659. "url": "https://github.com/sponsors/tannerlinsley"
  1660. }
  1661. },
  1662. "node_modules/@tybys/wasm-util": {
  1663. "version": "0.10.1",
  1664. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  1665. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  1666. "dev": true,
  1667. "license": "MIT",
  1668. "optional": true,
  1669. "dependencies": {
  1670. "tslib": "^2.4.0"
  1671. }
  1672. },
  1673. "node_modules/@types/chai": {
  1674. "version": "5.2.3",
  1675. "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
  1676. "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
  1677. "dev": true,
  1678. "license": "MIT",
  1679. "dependencies": {
  1680. "@types/deep-eql": "*",
  1681. "assertion-error": "^2.0.1"
  1682. }
  1683. },
  1684. "node_modules/@types/deep-eql": {
  1685. "version": "4.0.2",
  1686. "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
  1687. "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
  1688. "dev": true,
  1689. "license": "MIT"
  1690. },
  1691. "node_modules/@types/estree": {
  1692. "version": "1.0.8",
  1693. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  1694. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1695. "devOptional": true,
  1696. "license": "MIT"
  1697. },
  1698. "node_modules/@types/node": {
  1699. "version": "20.19.37",
  1700. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.37.tgz",
  1701. "integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==",
  1702. "dev": true,
  1703. "license": "MIT",
  1704. "peer": true,
  1705. "dependencies": {
  1706. "undici-types": "~6.21.0"
  1707. }
  1708. },
  1709. "node_modules/@types/web-bluetooth": {
  1710. "version": "0.0.20",
  1711. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  1712. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  1713. "license": "MIT"
  1714. },
  1715. "node_modules/@vitejs/plugin-vue": {
  1716. "version": "5.2.4",
  1717. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  1718. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  1719. "dev": true,
  1720. "license": "MIT",
  1721. "engines": {
  1722. "node": "^18.0.0 || >=20.0.0"
  1723. },
  1724. "peerDependencies": {
  1725. "vite": "^5.0.0 || ^6.0.0",
  1726. "vue": "^3.2.25"
  1727. }
  1728. },
  1729. "node_modules/@vitest/expect": {
  1730. "version": "4.1.4",
  1731. "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.4.tgz",
  1732. "integrity": "sha512-iPBpra+VDuXmBFI3FMKHSFXp3Gx5HfmSCE8X67Dn+bwephCnQCaB7qWK2ldHa+8ncN8hJU8VTMcxjPpyMkUjww==",
  1733. "dev": true,
  1734. "license": "MIT",
  1735. "dependencies": {
  1736. "@standard-schema/spec": "^1.1.0",
  1737. "@types/chai": "^5.2.2",
  1738. "@vitest/spy": "4.1.4",
  1739. "@vitest/utils": "4.1.4",
  1740. "chai": "^6.2.2",
  1741. "tinyrainbow": "^3.1.0"
  1742. },
  1743. "funding": {
  1744. "url": "https://opencollective.com/vitest"
  1745. }
  1746. },
  1747. "node_modules/@vitest/pretty-format": {
  1748. "version": "4.1.4",
  1749. "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.4.tgz",
  1750. "integrity": "sha512-ddmDHU0gjEUyEVLxtZa7xamrpIefdEETu3nZjWtHeZX4QxqJ7tRxSteHVXJOcr8jhiLoGAhkK4WJ3WqBpjx42A==",
  1751. "dev": true,
  1752. "license": "MIT",
  1753. "dependencies": {
  1754. "tinyrainbow": "^3.1.0"
  1755. },
  1756. "funding": {
  1757. "url": "https://opencollective.com/vitest"
  1758. }
  1759. },
  1760. "node_modules/@vitest/runner": {
  1761. "version": "4.1.4",
  1762. "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.4.tgz",
  1763. "integrity": "sha512-xTp7VZ5aXP5ZJrn15UtJUWlx6qXLnGtF6jNxHepdPHpMfz/aVPx+htHtgcAL2mDXJgKhpoo2e9/hVJsIeFbytQ==",
  1764. "dev": true,
  1765. "license": "MIT",
  1766. "dependencies": {
  1767. "@vitest/utils": "4.1.4",
  1768. "pathe": "^2.0.3"
  1769. },
  1770. "funding": {
  1771. "url": "https://opencollective.com/vitest"
  1772. }
  1773. },
  1774. "node_modules/@vitest/snapshot": {
  1775. "version": "4.1.4",
  1776. "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.4.tgz",
  1777. "integrity": "sha512-MCjCFgaS8aZz+m5nTcEcgk/xhWv0rEH4Yl53PPlMXOZ1/Ka2VcZU6CJ+MgYCZbcJvzGhQRjVrGQNZqkGPttIKw==",
  1778. "dev": true,
  1779. "license": "MIT",
  1780. "dependencies": {
  1781. "@vitest/pretty-format": "4.1.4",
  1782. "@vitest/utils": "4.1.4",
  1783. "magic-string": "^0.30.21",
  1784. "pathe": "^2.0.3"
  1785. },
  1786. "funding": {
  1787. "url": "https://opencollective.com/vitest"
  1788. }
  1789. },
  1790. "node_modules/@vitest/spy": {
  1791. "version": "4.1.4",
  1792. "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.4.tgz",
  1793. "integrity": "sha512-XxNdAsKW7C+FLydqFJLb5KhJtl3PGCMmYwFRfhvIgxJvLSXhhVI1zM8f1qD3Zg7RCjTSzDVyct6sghs9UEgBEQ==",
  1794. "dev": true,
  1795. "license": "MIT",
  1796. "funding": {
  1797. "url": "https://opencollective.com/vitest"
  1798. }
  1799. },
  1800. "node_modules/@vitest/utils": {
  1801. "version": "4.1.4",
  1802. "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.4.tgz",
  1803. "integrity": "sha512-13QMT+eysM5uVGa1rG4kegGYNp6cnQcsTc67ELFbhNLQO+vgsygtYJx2khvdt4gVQqSSpC/KT5FZZxUpP3Oatw==",
  1804. "dev": true,
  1805. "license": "MIT",
  1806. "dependencies": {
  1807. "@vitest/pretty-format": "4.1.4",
  1808. "convert-source-map": "^2.0.0",
  1809. "tinyrainbow": "^3.1.0"
  1810. },
  1811. "funding": {
  1812. "url": "https://opencollective.com/vitest"
  1813. }
  1814. },
  1815. "node_modules/@volar/language-core": {
  1816. "version": "2.4.15",
  1817. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.15.tgz",
  1818. "integrity": "sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==",
  1819. "dev": true,
  1820. "license": "MIT",
  1821. "dependencies": {
  1822. "@volar/source-map": "2.4.15"
  1823. }
  1824. },
  1825. "node_modules/@volar/source-map": {
  1826. "version": "2.4.15",
  1827. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.15.tgz",
  1828. "integrity": "sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==",
  1829. "dev": true,
  1830. "license": "MIT"
  1831. },
  1832. "node_modules/@volar/typescript": {
  1833. "version": "2.4.15",
  1834. "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.15.tgz",
  1835. "integrity": "sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==",
  1836. "dev": true,
  1837. "license": "MIT",
  1838. "dependencies": {
  1839. "@volar/language-core": "2.4.15",
  1840. "path-browserify": "^1.0.1",
  1841. "vscode-uri": "^3.0.8"
  1842. }
  1843. },
  1844. "node_modules/@vue/compiler-core": {
  1845. "version": "3.5.32",
  1846. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.32.tgz",
  1847. "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==",
  1848. "license": "MIT",
  1849. "dependencies": {
  1850. "@babel/parser": "^7.29.2",
  1851. "@vue/shared": "3.5.32",
  1852. "entities": "^7.0.1",
  1853. "estree-walker": "^2.0.2",
  1854. "source-map-js": "^1.2.1"
  1855. }
  1856. },
  1857. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  1858. "version": "2.0.2",
  1859. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1860. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1861. "license": "MIT"
  1862. },
  1863. "node_modules/@vue/compiler-dom": {
  1864. "version": "3.5.32",
  1865. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz",
  1866. "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==",
  1867. "license": "MIT",
  1868. "dependencies": {
  1869. "@vue/compiler-core": "3.5.32",
  1870. "@vue/shared": "3.5.32"
  1871. }
  1872. },
  1873. "node_modules/@vue/compiler-sfc": {
  1874. "version": "3.5.32",
  1875. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz",
  1876. "integrity": "sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==",
  1877. "license": "MIT",
  1878. "dependencies": {
  1879. "@babel/parser": "^7.29.2",
  1880. "@vue/compiler-core": "3.5.32",
  1881. "@vue/compiler-dom": "3.5.32",
  1882. "@vue/compiler-ssr": "3.5.32",
  1883. "@vue/shared": "3.5.32",
  1884. "estree-walker": "^2.0.2",
  1885. "magic-string": "^0.30.21",
  1886. "postcss": "^8.5.8",
  1887. "source-map-js": "^1.2.1"
  1888. }
  1889. },
  1890. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  1891. "version": "2.0.2",
  1892. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1893. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1894. "license": "MIT"
  1895. },
  1896. "node_modules/@vue/compiler-ssr": {
  1897. "version": "3.5.32",
  1898. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz",
  1899. "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==",
  1900. "license": "MIT",
  1901. "dependencies": {
  1902. "@vue/compiler-dom": "3.5.32",
  1903. "@vue/shared": "3.5.32"
  1904. }
  1905. },
  1906. "node_modules/@vue/compiler-vue2": {
  1907. "version": "2.7.16",
  1908. "resolved": "https://registry.npmjs.org/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  1909. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  1910. "dev": true,
  1911. "license": "MIT",
  1912. "dependencies": {
  1913. "de-indent": "^1.0.2",
  1914. "he": "^1.2.0"
  1915. }
  1916. },
  1917. "node_modules/@vue/devtools-api": {
  1918. "version": "6.6.4",
  1919. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1920. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1921. "license": "MIT"
  1922. },
  1923. "node_modules/@vue/language-core": {
  1924. "version": "2.2.12",
  1925. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.2.12.tgz",
  1926. "integrity": "sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==",
  1927. "dev": true,
  1928. "license": "MIT",
  1929. "dependencies": {
  1930. "@volar/language-core": "2.4.15",
  1931. "@vue/compiler-dom": "^3.5.0",
  1932. "@vue/compiler-vue2": "^2.7.16",
  1933. "@vue/shared": "^3.5.0",
  1934. "alien-signals": "^1.0.3",
  1935. "minimatch": "^9.0.3",
  1936. "muggle-string": "^0.4.1",
  1937. "path-browserify": "^1.0.1"
  1938. },
  1939. "peerDependencies": {
  1940. "typescript": "*"
  1941. },
  1942. "peerDependenciesMeta": {
  1943. "typescript": {
  1944. "optional": true
  1945. }
  1946. }
  1947. },
  1948. "node_modules/@vue/reactivity": {
  1949. "version": "3.5.32",
  1950. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.32.tgz",
  1951. "integrity": "sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==",
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "@vue/shared": "3.5.32"
  1955. }
  1956. },
  1957. "node_modules/@vue/runtime-core": {
  1958. "version": "3.5.32",
  1959. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.32.tgz",
  1960. "integrity": "sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==",
  1961. "license": "MIT",
  1962. "dependencies": {
  1963. "@vue/reactivity": "3.5.32",
  1964. "@vue/shared": "3.5.32"
  1965. }
  1966. },
  1967. "node_modules/@vue/runtime-dom": {
  1968. "version": "3.5.32",
  1969. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz",
  1970. "integrity": "sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==",
  1971. "license": "MIT",
  1972. "dependencies": {
  1973. "@vue/reactivity": "3.5.32",
  1974. "@vue/runtime-core": "3.5.32",
  1975. "@vue/shared": "3.5.32",
  1976. "csstype": "^3.2.3"
  1977. }
  1978. },
  1979. "node_modules/@vue/server-renderer": {
  1980. "version": "3.5.32",
  1981. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.32.tgz",
  1982. "integrity": "sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==",
  1983. "license": "MIT",
  1984. "dependencies": {
  1985. "@vue/compiler-ssr": "3.5.32",
  1986. "@vue/shared": "3.5.32"
  1987. },
  1988. "peerDependencies": {
  1989. "vue": "3.5.32"
  1990. }
  1991. },
  1992. "node_modules/@vue/shared": {
  1993. "version": "3.5.32",
  1994. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.32.tgz",
  1995. "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==",
  1996. "license": "MIT"
  1997. },
  1998. "node_modules/@vue/test-utils": {
  1999. "version": "2.4.6",
  2000. "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz",
  2001. "integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==",
  2002. "dev": true,
  2003. "license": "MIT",
  2004. "dependencies": {
  2005. "js-beautify": "^1.14.9",
  2006. "vue-component-type-helpers": "^2.0.0"
  2007. }
  2008. },
  2009. "node_modules/@vueuse/core": {
  2010. "version": "10.11.1",
  2011. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
  2012. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  2013. "license": "MIT",
  2014. "dependencies": {
  2015. "@types/web-bluetooth": "^0.0.20",
  2016. "@vueuse/metadata": "10.11.1",
  2017. "@vueuse/shared": "10.11.1",
  2018. "vue-demi": ">=0.14.8"
  2019. },
  2020. "funding": {
  2021. "url": "https://github.com/sponsors/antfu"
  2022. }
  2023. },
  2024. "node_modules/@vueuse/metadata": {
  2025. "version": "10.11.1",
  2026. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
  2027. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  2028. "license": "MIT",
  2029. "funding": {
  2030. "url": "https://github.com/sponsors/antfu"
  2031. }
  2032. },
  2033. "node_modules/@vueuse/motion": {
  2034. "version": "2.2.6",
  2035. "resolved": "https://registry.npmjs.org/@vueuse/motion/-/motion-2.2.6.tgz",
  2036. "integrity": "sha512-gKFktPtrdypSv44SaW1oBJKLBiP6kE5NcoQ6RsAU3InemESdiAutgQncfPe/rhLSLCtL4jTAhMmFfxoR6gm5LQ==",
  2037. "license": "MIT",
  2038. "dependencies": {
  2039. "@vueuse/core": "^10.10.0",
  2040. "@vueuse/shared": "^10.10.0",
  2041. "csstype": "^3.1.3",
  2042. "framesync": "^6.1.2",
  2043. "popmotion": "^11.0.5",
  2044. "style-value-types": "^5.1.2"
  2045. },
  2046. "optionalDependencies": {
  2047. "@nuxt/kit": "^3.13.0"
  2048. },
  2049. "peerDependencies": {
  2050. "vue": ">=3.0.0"
  2051. }
  2052. },
  2053. "node_modules/@vueuse/shared": {
  2054. "version": "10.11.1",
  2055. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
  2056. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  2057. "license": "MIT",
  2058. "dependencies": {
  2059. "vue-demi": ">=0.14.8"
  2060. },
  2061. "funding": {
  2062. "url": "https://github.com/sponsors/antfu"
  2063. }
  2064. },
  2065. "node_modules/abbrev": {
  2066. "version": "2.0.0",
  2067. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
  2068. "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
  2069. "dev": true,
  2070. "license": "ISC",
  2071. "engines": {
  2072. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2073. }
  2074. },
  2075. "node_modules/acorn": {
  2076. "version": "8.16.0",
  2077. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  2078. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  2079. "license": "MIT",
  2080. "optional": true,
  2081. "bin": {
  2082. "acorn": "bin/acorn"
  2083. },
  2084. "engines": {
  2085. "node": ">=0.4.0"
  2086. }
  2087. },
  2088. "node_modules/alien-signals": {
  2089. "version": "1.0.13",
  2090. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-1.0.13.tgz",
  2091. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  2092. "dev": true,
  2093. "license": "MIT"
  2094. },
  2095. "node_modules/ansi-regex": {
  2096. "version": "6.2.2",
  2097. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  2098. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  2099. "dev": true,
  2100. "license": "MIT",
  2101. "engines": {
  2102. "node": ">=12"
  2103. },
  2104. "funding": {
  2105. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2106. }
  2107. },
  2108. "node_modules/ansi-styles": {
  2109. "version": "6.2.3",
  2110. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  2111. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  2112. "dev": true,
  2113. "license": "MIT",
  2114. "engines": {
  2115. "node": ">=12"
  2116. },
  2117. "funding": {
  2118. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2119. }
  2120. },
  2121. "node_modules/any-promise": {
  2122. "version": "1.3.0",
  2123. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  2124. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  2125. "license": "MIT"
  2126. },
  2127. "node_modules/anymatch": {
  2128. "version": "3.1.3",
  2129. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  2130. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2131. "license": "ISC",
  2132. "dependencies": {
  2133. "normalize-path": "^3.0.0",
  2134. "picomatch": "^2.0.4"
  2135. },
  2136. "engines": {
  2137. "node": ">= 8"
  2138. }
  2139. },
  2140. "node_modules/arg": {
  2141. "version": "5.0.2",
  2142. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  2143. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  2144. "license": "MIT"
  2145. },
  2146. "node_modules/assertion-error": {
  2147. "version": "2.0.1",
  2148. "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
  2149. "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
  2150. "dev": true,
  2151. "license": "MIT",
  2152. "engines": {
  2153. "node": ">=12"
  2154. }
  2155. },
  2156. "node_modules/autoprefixer": {
  2157. "version": "10.4.27",
  2158. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz",
  2159. "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
  2160. "dev": true,
  2161. "funding": [
  2162. {
  2163. "type": "opencollective",
  2164. "url": "https://opencollective.com/postcss/"
  2165. },
  2166. {
  2167. "type": "tidelift",
  2168. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  2169. },
  2170. {
  2171. "type": "github",
  2172. "url": "https://github.com/sponsors/ai"
  2173. }
  2174. ],
  2175. "license": "MIT",
  2176. "dependencies": {
  2177. "browserslist": "^4.28.1",
  2178. "caniuse-lite": "^1.0.30001774",
  2179. "fraction.js": "^5.3.4",
  2180. "picocolors": "^1.1.1",
  2181. "postcss-value-parser": "^4.2.0"
  2182. },
  2183. "bin": {
  2184. "autoprefixer": "bin/autoprefixer"
  2185. },
  2186. "engines": {
  2187. "node": "^10 || ^12 || >=14"
  2188. },
  2189. "peerDependencies": {
  2190. "postcss": "^8.1.0"
  2191. }
  2192. },
  2193. "node_modules/balanced-match": {
  2194. "version": "1.0.2",
  2195. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2196. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2197. "dev": true,
  2198. "license": "MIT"
  2199. },
  2200. "node_modules/baseline-browser-mapping": {
  2201. "version": "2.10.13",
  2202. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.13.tgz",
  2203. "integrity": "sha512-BL2sTuHOdy0YT1lYieUxTw/QMtPBC3pmlJC6xk8BBYVv6vcw3SGdKemQ+Xsx9ik2F/lYDO9tqsFQH1r9PFuHKw==",
  2204. "dev": true,
  2205. "license": "Apache-2.0",
  2206. "bin": {
  2207. "baseline-browser-mapping": "dist/cli.cjs"
  2208. },
  2209. "engines": {
  2210. "node": ">=6.0.0"
  2211. }
  2212. },
  2213. "node_modules/bidi-js": {
  2214. "version": "1.0.3",
  2215. "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
  2216. "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
  2217. "dev": true,
  2218. "license": "MIT",
  2219. "dependencies": {
  2220. "require-from-string": "^2.0.2"
  2221. }
  2222. },
  2223. "node_modules/binary-extensions": {
  2224. "version": "2.3.0",
  2225. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  2226. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  2227. "license": "MIT",
  2228. "engines": {
  2229. "node": ">=8"
  2230. },
  2231. "funding": {
  2232. "url": "https://github.com/sponsors/sindresorhus"
  2233. }
  2234. },
  2235. "node_modules/brace-expansion": {
  2236. "version": "2.0.3",
  2237. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  2238. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  2239. "dev": true,
  2240. "license": "MIT",
  2241. "dependencies": {
  2242. "balanced-match": "^1.0.0"
  2243. }
  2244. },
  2245. "node_modules/braces": {
  2246. "version": "3.0.3",
  2247. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2248. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2249. "license": "MIT",
  2250. "dependencies": {
  2251. "fill-range": "^7.1.1"
  2252. },
  2253. "engines": {
  2254. "node": ">=8"
  2255. }
  2256. },
  2257. "node_modules/browserslist": {
  2258. "version": "4.28.2",
  2259. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  2260. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  2261. "dev": true,
  2262. "funding": [
  2263. {
  2264. "type": "opencollective",
  2265. "url": "https://opencollective.com/browserslist"
  2266. },
  2267. {
  2268. "type": "tidelift",
  2269. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2270. },
  2271. {
  2272. "type": "github",
  2273. "url": "https://github.com/sponsors/ai"
  2274. }
  2275. ],
  2276. "license": "MIT",
  2277. "peer": true,
  2278. "dependencies": {
  2279. "baseline-browser-mapping": "^2.10.12",
  2280. "caniuse-lite": "^1.0.30001782",
  2281. "electron-to-chromium": "^1.5.328",
  2282. "node-releases": "^2.0.36",
  2283. "update-browserslist-db": "^1.2.3"
  2284. },
  2285. "bin": {
  2286. "browserslist": "cli.js"
  2287. },
  2288. "engines": {
  2289. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2290. }
  2291. },
  2292. "node_modules/c12": {
  2293. "version": "3.3.4",
  2294. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.4.tgz",
  2295. "integrity": "sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==",
  2296. "license": "MIT",
  2297. "optional": true,
  2298. "dependencies": {
  2299. "chokidar": "^5.0.0",
  2300. "confbox": "^0.2.4",
  2301. "defu": "^6.1.6",
  2302. "dotenv": "^17.3.1",
  2303. "exsolve": "^1.0.8",
  2304. "giget": "^3.2.0",
  2305. "jiti": "^2.6.1",
  2306. "ohash": "^2.0.11",
  2307. "pathe": "^2.0.3",
  2308. "perfect-debounce": "^2.1.0",
  2309. "pkg-types": "^2.3.0",
  2310. "rc9": "^3.0.1"
  2311. },
  2312. "peerDependencies": {
  2313. "magicast": "*"
  2314. },
  2315. "peerDependenciesMeta": {
  2316. "magicast": {
  2317. "optional": true
  2318. }
  2319. }
  2320. },
  2321. "node_modules/c12/node_modules/chokidar": {
  2322. "version": "5.0.0",
  2323. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2324. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2325. "license": "MIT",
  2326. "optional": true,
  2327. "dependencies": {
  2328. "readdirp": "^5.0.0"
  2329. },
  2330. "engines": {
  2331. "node": ">= 20.19.0"
  2332. },
  2333. "funding": {
  2334. "url": "https://paulmillr.com/funding/"
  2335. }
  2336. },
  2337. "node_modules/c12/node_modules/jiti": {
  2338. "version": "2.6.1",
  2339. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  2340. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  2341. "license": "MIT",
  2342. "optional": true,
  2343. "bin": {
  2344. "jiti": "lib/jiti-cli.mjs"
  2345. }
  2346. },
  2347. "node_modules/c12/node_modules/readdirp": {
  2348. "version": "5.0.0",
  2349. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  2350. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  2351. "license": "MIT",
  2352. "optional": true,
  2353. "engines": {
  2354. "node": ">= 20.19.0"
  2355. },
  2356. "funding": {
  2357. "type": "individual",
  2358. "url": "https://paulmillr.com/funding/"
  2359. }
  2360. },
  2361. "node_modules/camelcase-css": {
  2362. "version": "2.0.1",
  2363. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  2364. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  2365. "license": "MIT",
  2366. "engines": {
  2367. "node": ">= 6"
  2368. }
  2369. },
  2370. "node_modules/caniuse-lite": {
  2371. "version": "1.0.30001784",
  2372. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001784.tgz",
  2373. "integrity": "sha512-WU346nBTklUV9YfUl60fqRbU5ZqyXlqvo1SgigE1OAXK5bFL8LL9q1K7aap3N739l4BvNqnkm3YrGHiY9sfUQw==",
  2374. "dev": true,
  2375. "funding": [
  2376. {
  2377. "type": "opencollective",
  2378. "url": "https://opencollective.com/browserslist"
  2379. },
  2380. {
  2381. "type": "tidelift",
  2382. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2383. },
  2384. {
  2385. "type": "github",
  2386. "url": "https://github.com/sponsors/ai"
  2387. }
  2388. ],
  2389. "license": "CC-BY-4.0"
  2390. },
  2391. "node_modules/chai": {
  2392. "version": "6.2.2",
  2393. "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
  2394. "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
  2395. "dev": true,
  2396. "license": "MIT",
  2397. "engines": {
  2398. "node": ">=18"
  2399. }
  2400. },
  2401. "node_modules/chokidar": {
  2402. "version": "3.6.0",
  2403. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  2404. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  2405. "license": "MIT",
  2406. "dependencies": {
  2407. "anymatch": "~3.1.2",
  2408. "braces": "~3.0.2",
  2409. "glob-parent": "~5.1.2",
  2410. "is-binary-path": "~2.1.0",
  2411. "is-glob": "~4.0.1",
  2412. "normalize-path": "~3.0.0",
  2413. "readdirp": "~3.6.0"
  2414. },
  2415. "engines": {
  2416. "node": ">= 8.10.0"
  2417. },
  2418. "funding": {
  2419. "url": "https://paulmillr.com/funding/"
  2420. },
  2421. "optionalDependencies": {
  2422. "fsevents": "~2.3.2"
  2423. }
  2424. },
  2425. "node_modules/chokidar/node_modules/glob-parent": {
  2426. "version": "5.1.2",
  2427. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2428. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2429. "license": "ISC",
  2430. "dependencies": {
  2431. "is-glob": "^4.0.1"
  2432. },
  2433. "engines": {
  2434. "node": ">= 6"
  2435. }
  2436. },
  2437. "node_modules/citty": {
  2438. "version": "0.1.6",
  2439. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  2440. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  2441. "license": "MIT",
  2442. "optional": true,
  2443. "dependencies": {
  2444. "consola": "^3.2.3"
  2445. }
  2446. },
  2447. "node_modules/class-variance-authority": {
  2448. "version": "0.7.1",
  2449. "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
  2450. "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
  2451. "license": "Apache-2.0",
  2452. "dependencies": {
  2453. "clsx": "^2.1.1"
  2454. },
  2455. "funding": {
  2456. "url": "https://polar.sh/cva"
  2457. }
  2458. },
  2459. "node_modules/clsx": {
  2460. "version": "2.1.1",
  2461. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  2462. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  2463. "license": "MIT",
  2464. "engines": {
  2465. "node": ">=6"
  2466. }
  2467. },
  2468. "node_modules/color-convert": {
  2469. "version": "2.0.1",
  2470. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2471. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2472. "dev": true,
  2473. "license": "MIT",
  2474. "dependencies": {
  2475. "color-name": "~1.1.4"
  2476. },
  2477. "engines": {
  2478. "node": ">=7.0.0"
  2479. }
  2480. },
  2481. "node_modules/color-name": {
  2482. "version": "1.1.4",
  2483. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2484. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2485. "dev": true,
  2486. "license": "MIT"
  2487. },
  2488. "node_modules/commander": {
  2489. "version": "4.1.1",
  2490. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  2491. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  2492. "license": "MIT",
  2493. "engines": {
  2494. "node": ">= 6"
  2495. }
  2496. },
  2497. "node_modules/confbox": {
  2498. "version": "0.2.4",
  2499. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  2500. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  2501. "license": "MIT",
  2502. "optional": true
  2503. },
  2504. "node_modules/config-chain": {
  2505. "version": "1.1.13",
  2506. "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
  2507. "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
  2508. "dev": true,
  2509. "license": "MIT",
  2510. "dependencies": {
  2511. "ini": "^1.3.4",
  2512. "proto-list": "~1.2.1"
  2513. }
  2514. },
  2515. "node_modules/consola": {
  2516. "version": "3.4.2",
  2517. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  2518. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  2519. "license": "MIT",
  2520. "optional": true,
  2521. "engines": {
  2522. "node": "^14.18.0 || >=16.10.0"
  2523. }
  2524. },
  2525. "node_modules/convert-source-map": {
  2526. "version": "2.0.0",
  2527. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2528. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2529. "dev": true,
  2530. "license": "MIT"
  2531. },
  2532. "node_modules/cross-spawn": {
  2533. "version": "7.0.6",
  2534. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2535. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2536. "dev": true,
  2537. "license": "MIT",
  2538. "dependencies": {
  2539. "path-key": "^3.1.0",
  2540. "shebang-command": "^2.0.0",
  2541. "which": "^2.0.1"
  2542. },
  2543. "engines": {
  2544. "node": ">= 8"
  2545. }
  2546. },
  2547. "node_modules/css-tree": {
  2548. "version": "3.2.1",
  2549. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  2550. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  2551. "dev": true,
  2552. "license": "MIT",
  2553. "dependencies": {
  2554. "mdn-data": "2.27.1",
  2555. "source-map-js": "^1.2.1"
  2556. },
  2557. "engines": {
  2558. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2559. }
  2560. },
  2561. "node_modules/cssesc": {
  2562. "version": "3.0.0",
  2563. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2564. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2565. "license": "MIT",
  2566. "bin": {
  2567. "cssesc": "bin/cssesc"
  2568. },
  2569. "engines": {
  2570. "node": ">=4"
  2571. }
  2572. },
  2573. "node_modules/csstype": {
  2574. "version": "3.2.3",
  2575. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2576. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2577. "license": "MIT"
  2578. },
  2579. "node_modules/data-urls": {
  2580. "version": "7.0.0",
  2581. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-7.0.0.tgz",
  2582. "integrity": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==",
  2583. "dev": true,
  2584. "license": "MIT",
  2585. "dependencies": {
  2586. "whatwg-mimetype": "^5.0.0",
  2587. "whatwg-url": "^16.0.0"
  2588. },
  2589. "engines": {
  2590. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  2591. }
  2592. },
  2593. "node_modules/date-fns": {
  2594. "version": "3.6.0",
  2595. "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
  2596. "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
  2597. "license": "MIT",
  2598. "funding": {
  2599. "type": "github",
  2600. "url": "https://github.com/sponsors/kossnocorp"
  2601. }
  2602. },
  2603. "node_modules/de-indent": {
  2604. "version": "1.0.2",
  2605. "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
  2606. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  2607. "dev": true,
  2608. "license": "MIT"
  2609. },
  2610. "node_modules/decimal.js": {
  2611. "version": "10.6.0",
  2612. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
  2613. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  2614. "dev": true,
  2615. "license": "MIT"
  2616. },
  2617. "node_modules/defu": {
  2618. "version": "6.1.6",
  2619. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.6.tgz",
  2620. "integrity": "sha512-f8mefEW4WIVg4LckePx3mALjQSPQgFlg9U8yaPdlsbdYcHQyj9n2zL2LJEA52smeYxOvmd/nB7TpMtHGMTHcug==",
  2621. "license": "MIT",
  2622. "optional": true
  2623. },
  2624. "node_modules/destr": {
  2625. "version": "2.0.5",
  2626. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  2627. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  2628. "license": "MIT",
  2629. "optional": true
  2630. },
  2631. "node_modules/detect-libc": {
  2632. "version": "2.1.2",
  2633. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2634. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2635. "dev": true,
  2636. "license": "Apache-2.0",
  2637. "engines": {
  2638. "node": ">=8"
  2639. }
  2640. },
  2641. "node_modules/didyoumean": {
  2642. "version": "1.2.2",
  2643. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  2644. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  2645. "license": "Apache-2.0"
  2646. },
  2647. "node_modules/dlv": {
  2648. "version": "1.1.3",
  2649. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  2650. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  2651. "license": "MIT"
  2652. },
  2653. "node_modules/dotenv": {
  2654. "version": "17.4.0",
  2655. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.0.tgz",
  2656. "integrity": "sha512-kCKF62fwtzwYm0IGBNjRUjtJgMfGapII+FslMHIjMR5KTnwEmBmWLDRSnc3XSNP8bNy34tekgQyDT0hr7pERRQ==",
  2657. "license": "BSD-2-Clause",
  2658. "optional": true,
  2659. "engines": {
  2660. "node": ">=12"
  2661. },
  2662. "funding": {
  2663. "url": "https://dotenvx.com"
  2664. }
  2665. },
  2666. "node_modules/eastasianwidth": {
  2667. "version": "0.2.0",
  2668. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  2669. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  2670. "dev": true,
  2671. "license": "MIT"
  2672. },
  2673. "node_modules/editorconfig": {
  2674. "version": "1.0.7",
  2675. "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.7.tgz",
  2676. "integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==",
  2677. "dev": true,
  2678. "license": "MIT",
  2679. "dependencies": {
  2680. "@one-ini/wasm": "0.1.1",
  2681. "commander": "^10.0.0",
  2682. "minimatch": "^9.0.1",
  2683. "semver": "^7.5.3"
  2684. },
  2685. "bin": {
  2686. "editorconfig": "bin/editorconfig"
  2687. },
  2688. "engines": {
  2689. "node": ">=14"
  2690. }
  2691. },
  2692. "node_modules/editorconfig/node_modules/commander": {
  2693. "version": "10.0.1",
  2694. "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
  2695. "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
  2696. "dev": true,
  2697. "license": "MIT",
  2698. "engines": {
  2699. "node": ">=14"
  2700. }
  2701. },
  2702. "node_modules/electron-to-chromium": {
  2703. "version": "1.5.331",
  2704. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.331.tgz",
  2705. "integrity": "sha512-IbxXrsTlD3hRodkLnbxAPP4OuJYdWCeM3IOdT+CpcMoIwIoDfCmRpEtSPfwBXxVkg9xmBeY7Lz2Eo2TDn/HC3Q==",
  2706. "dev": true,
  2707. "license": "ISC"
  2708. },
  2709. "node_modules/emoji-regex": {
  2710. "version": "9.2.2",
  2711. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  2712. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  2713. "dev": true,
  2714. "license": "MIT"
  2715. },
  2716. "node_modules/entities": {
  2717. "version": "7.0.1",
  2718. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2719. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2720. "license": "BSD-2-Clause",
  2721. "engines": {
  2722. "node": ">=0.12"
  2723. },
  2724. "funding": {
  2725. "url": "https://github.com/fb55/entities?sponsor=1"
  2726. }
  2727. },
  2728. "node_modules/errx": {
  2729. "version": "0.1.0",
  2730. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  2731. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  2732. "license": "MIT",
  2733. "optional": true
  2734. },
  2735. "node_modules/es-module-lexer": {
  2736. "version": "2.0.0",
  2737. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
  2738. "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
  2739. "dev": true,
  2740. "license": "MIT"
  2741. },
  2742. "node_modules/esbuild": {
  2743. "version": "0.25.0",
  2744. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.0.tgz",
  2745. "integrity": "sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==",
  2746. "dev": true,
  2747. "hasInstallScript": true,
  2748. "license": "MIT",
  2749. "bin": {
  2750. "esbuild": "bin/esbuild"
  2751. },
  2752. "engines": {
  2753. "node": ">=18"
  2754. },
  2755. "optionalDependencies": {
  2756. "@esbuild/aix-ppc64": "0.25.0",
  2757. "@esbuild/android-arm": "0.25.0",
  2758. "@esbuild/android-arm64": "0.25.0",
  2759. "@esbuild/android-x64": "0.25.0",
  2760. "@esbuild/darwin-arm64": "0.25.0",
  2761. "@esbuild/darwin-x64": "0.25.0",
  2762. "@esbuild/freebsd-arm64": "0.25.0",
  2763. "@esbuild/freebsd-x64": "0.25.0",
  2764. "@esbuild/linux-arm": "0.25.0",
  2765. "@esbuild/linux-arm64": "0.25.0",
  2766. "@esbuild/linux-ia32": "0.25.0",
  2767. "@esbuild/linux-loong64": "0.25.0",
  2768. "@esbuild/linux-mips64el": "0.25.0",
  2769. "@esbuild/linux-ppc64": "0.25.0",
  2770. "@esbuild/linux-riscv64": "0.25.0",
  2771. "@esbuild/linux-s390x": "0.25.0",
  2772. "@esbuild/linux-x64": "0.25.0",
  2773. "@esbuild/netbsd-arm64": "0.25.0",
  2774. "@esbuild/netbsd-x64": "0.25.0",
  2775. "@esbuild/openbsd-arm64": "0.25.0",
  2776. "@esbuild/openbsd-x64": "0.25.0",
  2777. "@esbuild/sunos-x64": "0.25.0",
  2778. "@esbuild/win32-arm64": "0.25.0",
  2779. "@esbuild/win32-ia32": "0.25.0",
  2780. "@esbuild/win32-x64": "0.25.0"
  2781. }
  2782. },
  2783. "node_modules/escalade": {
  2784. "version": "3.2.0",
  2785. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  2786. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2787. "dev": true,
  2788. "license": "MIT",
  2789. "engines": {
  2790. "node": ">=6"
  2791. }
  2792. },
  2793. "node_modules/estree-walker": {
  2794. "version": "3.0.3",
  2795. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  2796. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  2797. "devOptional": true,
  2798. "license": "MIT",
  2799. "dependencies": {
  2800. "@types/estree": "^1.0.0"
  2801. }
  2802. },
  2803. "node_modules/expect-type": {
  2804. "version": "1.3.0",
  2805. "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
  2806. "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
  2807. "dev": true,
  2808. "license": "Apache-2.0",
  2809. "engines": {
  2810. "node": ">=12.0.0"
  2811. }
  2812. },
  2813. "node_modules/exsolve": {
  2814. "version": "1.0.8",
  2815. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  2816. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  2817. "license": "MIT",
  2818. "optional": true
  2819. },
  2820. "node_modules/fast-glob": {
  2821. "version": "3.3.3",
  2822. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  2823. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  2824. "license": "MIT",
  2825. "dependencies": {
  2826. "@nodelib/fs.stat": "^2.0.2",
  2827. "@nodelib/fs.walk": "^1.2.3",
  2828. "glob-parent": "^5.1.2",
  2829. "merge2": "^1.3.0",
  2830. "micromatch": "^4.0.8"
  2831. },
  2832. "engines": {
  2833. "node": ">=8.6.0"
  2834. }
  2835. },
  2836. "node_modules/fast-glob/node_modules/glob-parent": {
  2837. "version": "5.1.2",
  2838. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2839. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2840. "license": "ISC",
  2841. "dependencies": {
  2842. "is-glob": "^4.0.1"
  2843. },
  2844. "engines": {
  2845. "node": ">= 6"
  2846. }
  2847. },
  2848. "node_modules/fastq": {
  2849. "version": "1.20.1",
  2850. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  2851. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  2852. "license": "ISC",
  2853. "dependencies": {
  2854. "reusify": "^1.0.4"
  2855. }
  2856. },
  2857. "node_modules/fill-range": {
  2858. "version": "7.1.1",
  2859. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  2860. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  2861. "license": "MIT",
  2862. "dependencies": {
  2863. "to-regex-range": "^5.0.1"
  2864. },
  2865. "engines": {
  2866. "node": ">=8"
  2867. }
  2868. },
  2869. "node_modules/foreground-child": {
  2870. "version": "3.3.1",
  2871. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  2872. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  2873. "dev": true,
  2874. "license": "ISC",
  2875. "dependencies": {
  2876. "cross-spawn": "^7.0.6",
  2877. "signal-exit": "^4.0.1"
  2878. },
  2879. "engines": {
  2880. "node": ">=14"
  2881. },
  2882. "funding": {
  2883. "url": "https://github.com/sponsors/isaacs"
  2884. }
  2885. },
  2886. "node_modules/fraction.js": {
  2887. "version": "5.3.4",
  2888. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
  2889. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  2890. "dev": true,
  2891. "license": "MIT",
  2892. "engines": {
  2893. "node": "*"
  2894. },
  2895. "funding": {
  2896. "type": "github",
  2897. "url": "https://github.com/sponsors/rawify"
  2898. }
  2899. },
  2900. "node_modules/framesync": {
  2901. "version": "6.1.2",
  2902. "resolved": "https://registry.npmjs.org/framesync/-/framesync-6.1.2.tgz",
  2903. "integrity": "sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==",
  2904. "license": "MIT",
  2905. "dependencies": {
  2906. "tslib": "2.4.0"
  2907. }
  2908. },
  2909. "node_modules/framesync/node_modules/tslib": {
  2910. "version": "2.4.0",
  2911. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  2912. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  2913. "license": "0BSD"
  2914. },
  2915. "node_modules/fsevents": {
  2916. "version": "2.3.3",
  2917. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2918. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2919. "hasInstallScript": true,
  2920. "license": "MIT",
  2921. "optional": true,
  2922. "os": [
  2923. "darwin"
  2924. ],
  2925. "engines": {
  2926. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2927. }
  2928. },
  2929. "node_modules/function-bind": {
  2930. "version": "1.1.2",
  2931. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  2932. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2933. "license": "MIT",
  2934. "funding": {
  2935. "url": "https://github.com/sponsors/ljharb"
  2936. }
  2937. },
  2938. "node_modules/giget": {
  2939. "version": "3.2.0",
  2940. "resolved": "https://registry.npmjs.org/giget/-/giget-3.2.0.tgz",
  2941. "integrity": "sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==",
  2942. "license": "MIT",
  2943. "optional": true,
  2944. "bin": {
  2945. "giget": "dist/cli.mjs"
  2946. }
  2947. },
  2948. "node_modules/glob": {
  2949. "version": "10.5.0",
  2950. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  2951. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  2952. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  2953. "dev": true,
  2954. "license": "ISC",
  2955. "dependencies": {
  2956. "foreground-child": "^3.1.0",
  2957. "jackspeak": "^3.1.2",
  2958. "minimatch": "^9.0.4",
  2959. "minipass": "^7.1.2",
  2960. "package-json-from-dist": "^1.0.0",
  2961. "path-scurry": "^1.11.1"
  2962. },
  2963. "bin": {
  2964. "glob": "dist/esm/bin.mjs"
  2965. },
  2966. "funding": {
  2967. "url": "https://github.com/sponsors/isaacs"
  2968. }
  2969. },
  2970. "node_modules/glob-parent": {
  2971. "version": "6.0.2",
  2972. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  2973. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2974. "license": "ISC",
  2975. "dependencies": {
  2976. "is-glob": "^4.0.3"
  2977. },
  2978. "engines": {
  2979. "node": ">=10.13.0"
  2980. }
  2981. },
  2982. "node_modules/hasown": {
  2983. "version": "2.0.2",
  2984. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  2985. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  2986. "license": "MIT",
  2987. "dependencies": {
  2988. "function-bind": "^1.1.2"
  2989. },
  2990. "engines": {
  2991. "node": ">= 0.4"
  2992. }
  2993. },
  2994. "node_modules/he": {
  2995. "version": "1.2.0",
  2996. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  2997. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  2998. "dev": true,
  2999. "license": "MIT",
  3000. "bin": {
  3001. "he": "bin/he"
  3002. }
  3003. },
  3004. "node_modules/hey-listen": {
  3005. "version": "1.0.8",
  3006. "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  3007. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  3008. "license": "MIT"
  3009. },
  3010. "node_modules/html-encoding-sniffer": {
  3011. "version": "6.0.0",
  3012. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz",
  3013. "integrity": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==",
  3014. "dev": true,
  3015. "license": "MIT",
  3016. "dependencies": {
  3017. "@exodus/bytes": "^1.6.0"
  3018. },
  3019. "engines": {
  3020. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  3021. }
  3022. },
  3023. "node_modules/i18next-browser-languagedetector": {
  3024. "version": "8.2.1",
  3025. "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-8.2.1.tgz",
  3026. "integrity": "sha512-bZg8+4bdmaOiApD7N7BPT9W8MLZG+nPTOFlLiJiT8uzKXFjhxw4v2ierCXOwB5sFDMtuA5G4kgYZ0AznZxQ/cw==",
  3027. "license": "MIT",
  3028. "dependencies": {
  3029. "@babel/runtime": "^7.23.2"
  3030. }
  3031. },
  3032. "node_modules/ignore": {
  3033. "version": "7.0.5",
  3034. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  3035. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  3036. "license": "MIT",
  3037. "optional": true,
  3038. "engines": {
  3039. "node": ">= 4"
  3040. }
  3041. },
  3042. "node_modules/ini": {
  3043. "version": "1.3.8",
  3044. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  3045. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  3046. "dev": true,
  3047. "license": "ISC"
  3048. },
  3049. "node_modules/is-binary-path": {
  3050. "version": "2.1.0",
  3051. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  3052. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  3053. "license": "MIT",
  3054. "dependencies": {
  3055. "binary-extensions": "^2.0.0"
  3056. },
  3057. "engines": {
  3058. "node": ">=8"
  3059. }
  3060. },
  3061. "node_modules/is-core-module": {
  3062. "version": "2.16.1",
  3063. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  3064. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  3065. "license": "MIT",
  3066. "dependencies": {
  3067. "hasown": "^2.0.2"
  3068. },
  3069. "engines": {
  3070. "node": ">= 0.4"
  3071. },
  3072. "funding": {
  3073. "url": "https://github.com/sponsors/ljharb"
  3074. }
  3075. },
  3076. "node_modules/is-extglob": {
  3077. "version": "2.1.1",
  3078. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3079. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3080. "license": "MIT",
  3081. "engines": {
  3082. "node": ">=0.10.0"
  3083. }
  3084. },
  3085. "node_modules/is-fullwidth-code-point": {
  3086. "version": "3.0.0",
  3087. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3088. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3089. "dev": true,
  3090. "license": "MIT",
  3091. "engines": {
  3092. "node": ">=8"
  3093. }
  3094. },
  3095. "node_modules/is-glob": {
  3096. "version": "4.0.3",
  3097. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3098. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3099. "license": "MIT",
  3100. "dependencies": {
  3101. "is-extglob": "^2.1.1"
  3102. },
  3103. "engines": {
  3104. "node": ">=0.10.0"
  3105. }
  3106. },
  3107. "node_modules/is-number": {
  3108. "version": "7.0.0",
  3109. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3110. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3111. "license": "MIT",
  3112. "engines": {
  3113. "node": ">=0.12.0"
  3114. }
  3115. },
  3116. "node_modules/is-potential-custom-element-name": {
  3117. "version": "1.0.1",
  3118. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  3119. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  3120. "dev": true,
  3121. "license": "MIT"
  3122. },
  3123. "node_modules/isexe": {
  3124. "version": "2.0.0",
  3125. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  3126. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  3127. "dev": true,
  3128. "license": "ISC"
  3129. },
  3130. "node_modules/jackspeak": {
  3131. "version": "3.4.3",
  3132. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  3133. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  3134. "dev": true,
  3135. "license": "BlueOak-1.0.0",
  3136. "dependencies": {
  3137. "@isaacs/cliui": "^8.0.2"
  3138. },
  3139. "funding": {
  3140. "url": "https://github.com/sponsors/isaacs"
  3141. },
  3142. "optionalDependencies": {
  3143. "@pkgjs/parseargs": "^0.11.0"
  3144. }
  3145. },
  3146. "node_modules/jiti": {
  3147. "version": "1.21.7",
  3148. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
  3149. "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
  3150. "license": "MIT",
  3151. "peer": true,
  3152. "bin": {
  3153. "jiti": "bin/jiti.js"
  3154. }
  3155. },
  3156. "node_modules/js-beautify": {
  3157. "version": "1.15.4",
  3158. "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.4.tgz",
  3159. "integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==",
  3160. "dev": true,
  3161. "license": "MIT",
  3162. "dependencies": {
  3163. "config-chain": "^1.1.13",
  3164. "editorconfig": "^1.0.4",
  3165. "glob": "^10.4.2",
  3166. "js-cookie": "^3.0.5",
  3167. "nopt": "^7.2.1"
  3168. },
  3169. "bin": {
  3170. "css-beautify": "js/bin/css-beautify.js",
  3171. "html-beautify": "js/bin/html-beautify.js",
  3172. "js-beautify": "js/bin/js-beautify.js"
  3173. },
  3174. "engines": {
  3175. "node": ">=14"
  3176. }
  3177. },
  3178. "node_modules/js-cookie": {
  3179. "version": "3.0.5",
  3180. "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
  3181. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  3182. "dev": true,
  3183. "license": "MIT",
  3184. "engines": {
  3185. "node": ">=14"
  3186. }
  3187. },
  3188. "node_modules/jsdom": {
  3189. "version": "29.0.2",
  3190. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-29.0.2.tgz",
  3191. "integrity": "sha512-9VnGEBosc/ZpwyOsJBCQ/3I5p7Q5ngOY14a9bf5btenAORmZfDse1ZEheMiWcJ3h81+Fv7HmJFdS0szo/waF2w==",
  3192. "dev": true,
  3193. "license": "MIT",
  3194. "peer": true,
  3195. "dependencies": {
  3196. "@asamuzakjp/css-color": "^5.1.5",
  3197. "@asamuzakjp/dom-selector": "^7.0.6",
  3198. "@bramus/specificity": "^2.4.2",
  3199. "@csstools/css-syntax-patches-for-csstree": "^1.1.1",
  3200. "@exodus/bytes": "^1.15.0",
  3201. "css-tree": "^3.2.1",
  3202. "data-urls": "^7.0.0",
  3203. "decimal.js": "^10.6.0",
  3204. "html-encoding-sniffer": "^6.0.0",
  3205. "is-potential-custom-element-name": "^1.0.1",
  3206. "lru-cache": "^11.2.7",
  3207. "parse5": "^8.0.0",
  3208. "saxes": "^6.0.0",
  3209. "symbol-tree": "^3.2.4",
  3210. "tough-cookie": "^6.0.1",
  3211. "undici": "^7.24.5",
  3212. "w3c-xmlserializer": "^5.0.0",
  3213. "webidl-conversions": "^8.0.1",
  3214. "whatwg-mimetype": "^5.0.0",
  3215. "whatwg-url": "^16.0.1",
  3216. "xml-name-validator": "^5.0.0"
  3217. },
  3218. "engines": {
  3219. "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
  3220. },
  3221. "peerDependencies": {
  3222. "canvas": "^3.0.0"
  3223. },
  3224. "peerDependenciesMeta": {
  3225. "canvas": {
  3226. "optional": true
  3227. }
  3228. }
  3229. },
  3230. "node_modules/klona": {
  3231. "version": "2.0.6",
  3232. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  3233. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  3234. "license": "MIT",
  3235. "optional": true,
  3236. "engines": {
  3237. "node": ">= 8"
  3238. }
  3239. },
  3240. "node_modules/knitwork": {
  3241. "version": "1.3.0",
  3242. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  3243. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  3244. "license": "MIT",
  3245. "optional": true
  3246. },
  3247. "node_modules/lightningcss": {
  3248. "version": "1.32.0",
  3249. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  3250. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  3251. "dev": true,
  3252. "license": "MPL-2.0",
  3253. "peer": true,
  3254. "dependencies": {
  3255. "detect-libc": "^2.0.3"
  3256. },
  3257. "engines": {
  3258. "node": ">= 12.0.0"
  3259. },
  3260. "funding": {
  3261. "type": "opencollective",
  3262. "url": "https://opencollective.com/parcel"
  3263. },
  3264. "optionalDependencies": {
  3265. "lightningcss-android-arm64": "1.32.0",
  3266. "lightningcss-darwin-arm64": "1.32.0",
  3267. "lightningcss-darwin-x64": "1.32.0",
  3268. "lightningcss-freebsd-x64": "1.32.0",
  3269. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  3270. "lightningcss-linux-arm64-gnu": "1.32.0",
  3271. "lightningcss-linux-arm64-musl": "1.32.0",
  3272. "lightningcss-linux-x64-gnu": "1.32.0",
  3273. "lightningcss-linux-x64-musl": "1.32.0",
  3274. "lightningcss-win32-arm64-msvc": "1.32.0",
  3275. "lightningcss-win32-x64-msvc": "1.32.0"
  3276. }
  3277. },
  3278. "node_modules/lightningcss-android-arm64": {
  3279. "version": "1.32.0",
  3280. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  3281. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  3282. "cpu": [
  3283. "arm64"
  3284. ],
  3285. "dev": true,
  3286. "license": "MPL-2.0",
  3287. "optional": true,
  3288. "os": [
  3289. "android"
  3290. ],
  3291. "engines": {
  3292. "node": ">= 12.0.0"
  3293. },
  3294. "funding": {
  3295. "type": "opencollective",
  3296. "url": "https://opencollective.com/parcel"
  3297. }
  3298. },
  3299. "node_modules/lightningcss-darwin-arm64": {
  3300. "version": "1.32.0",
  3301. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  3302. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  3303. "cpu": [
  3304. "arm64"
  3305. ],
  3306. "dev": true,
  3307. "license": "MPL-2.0",
  3308. "optional": true,
  3309. "os": [
  3310. "darwin"
  3311. ],
  3312. "engines": {
  3313. "node": ">= 12.0.0"
  3314. },
  3315. "funding": {
  3316. "type": "opencollective",
  3317. "url": "https://opencollective.com/parcel"
  3318. }
  3319. },
  3320. "node_modules/lightningcss-darwin-x64": {
  3321. "version": "1.32.0",
  3322. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  3323. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  3324. "cpu": [
  3325. "x64"
  3326. ],
  3327. "dev": true,
  3328. "license": "MPL-2.0",
  3329. "optional": true,
  3330. "os": [
  3331. "darwin"
  3332. ],
  3333. "engines": {
  3334. "node": ">= 12.0.0"
  3335. },
  3336. "funding": {
  3337. "type": "opencollective",
  3338. "url": "https://opencollective.com/parcel"
  3339. }
  3340. },
  3341. "node_modules/lightningcss-freebsd-x64": {
  3342. "version": "1.32.0",
  3343. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  3344. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  3345. "cpu": [
  3346. "x64"
  3347. ],
  3348. "dev": true,
  3349. "license": "MPL-2.0",
  3350. "optional": true,
  3351. "os": [
  3352. "freebsd"
  3353. ],
  3354. "engines": {
  3355. "node": ">= 12.0.0"
  3356. },
  3357. "funding": {
  3358. "type": "opencollective",
  3359. "url": "https://opencollective.com/parcel"
  3360. }
  3361. },
  3362. "node_modules/lightningcss-linux-arm-gnueabihf": {
  3363. "version": "1.32.0",
  3364. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  3365. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  3366. "cpu": [
  3367. "arm"
  3368. ],
  3369. "dev": true,
  3370. "license": "MPL-2.0",
  3371. "optional": true,
  3372. "os": [
  3373. "linux"
  3374. ],
  3375. "engines": {
  3376. "node": ">= 12.0.0"
  3377. },
  3378. "funding": {
  3379. "type": "opencollective",
  3380. "url": "https://opencollective.com/parcel"
  3381. }
  3382. },
  3383. "node_modules/lightningcss-linux-arm64-gnu": {
  3384. "version": "1.32.0",
  3385. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  3386. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  3387. "cpu": [
  3388. "arm64"
  3389. ],
  3390. "dev": true,
  3391. "license": "MPL-2.0",
  3392. "optional": true,
  3393. "os": [
  3394. "linux"
  3395. ],
  3396. "engines": {
  3397. "node": ">= 12.0.0"
  3398. },
  3399. "funding": {
  3400. "type": "opencollective",
  3401. "url": "https://opencollective.com/parcel"
  3402. }
  3403. },
  3404. "node_modules/lightningcss-linux-arm64-musl": {
  3405. "version": "1.32.0",
  3406. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  3407. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  3408. "cpu": [
  3409. "arm64"
  3410. ],
  3411. "dev": true,
  3412. "license": "MPL-2.0",
  3413. "optional": true,
  3414. "os": [
  3415. "linux"
  3416. ],
  3417. "engines": {
  3418. "node": ">= 12.0.0"
  3419. },
  3420. "funding": {
  3421. "type": "opencollective",
  3422. "url": "https://opencollective.com/parcel"
  3423. }
  3424. },
  3425. "node_modules/lightningcss-linux-x64-gnu": {
  3426. "version": "1.32.0",
  3427. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  3428. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  3429. "cpu": [
  3430. "x64"
  3431. ],
  3432. "dev": true,
  3433. "license": "MPL-2.0",
  3434. "optional": true,
  3435. "os": [
  3436. "linux"
  3437. ],
  3438. "engines": {
  3439. "node": ">= 12.0.0"
  3440. },
  3441. "funding": {
  3442. "type": "opencollective",
  3443. "url": "https://opencollective.com/parcel"
  3444. }
  3445. },
  3446. "node_modules/lightningcss-linux-x64-musl": {
  3447. "version": "1.32.0",
  3448. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  3449. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  3450. "cpu": [
  3451. "x64"
  3452. ],
  3453. "dev": true,
  3454. "license": "MPL-2.0",
  3455. "optional": true,
  3456. "os": [
  3457. "linux"
  3458. ],
  3459. "engines": {
  3460. "node": ">= 12.0.0"
  3461. },
  3462. "funding": {
  3463. "type": "opencollective",
  3464. "url": "https://opencollective.com/parcel"
  3465. }
  3466. },
  3467. "node_modules/lightningcss-win32-arm64-msvc": {
  3468. "version": "1.32.0",
  3469. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  3470. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  3471. "cpu": [
  3472. "arm64"
  3473. ],
  3474. "dev": true,
  3475. "license": "MPL-2.0",
  3476. "optional": true,
  3477. "os": [
  3478. "win32"
  3479. ],
  3480. "engines": {
  3481. "node": ">= 12.0.0"
  3482. },
  3483. "funding": {
  3484. "type": "opencollective",
  3485. "url": "https://opencollective.com/parcel"
  3486. }
  3487. },
  3488. "node_modules/lightningcss-win32-x64-msvc": {
  3489. "version": "1.32.0",
  3490. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  3491. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  3492. "cpu": [
  3493. "x64"
  3494. ],
  3495. "dev": true,
  3496. "license": "MPL-2.0",
  3497. "optional": true,
  3498. "os": [
  3499. "win32"
  3500. ],
  3501. "engines": {
  3502. "node": ">= 12.0.0"
  3503. },
  3504. "funding": {
  3505. "type": "opencollective",
  3506. "url": "https://opencollective.com/parcel"
  3507. }
  3508. },
  3509. "node_modules/lilconfig": {
  3510. "version": "3.1.3",
  3511. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  3512. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  3513. "license": "MIT",
  3514. "engines": {
  3515. "node": ">=14"
  3516. },
  3517. "funding": {
  3518. "url": "https://github.com/sponsors/antonk52"
  3519. }
  3520. },
  3521. "node_modules/lines-and-columns": {
  3522. "version": "1.2.4",
  3523. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  3524. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  3525. "license": "MIT"
  3526. },
  3527. "node_modules/lru-cache": {
  3528. "version": "11.3.3",
  3529. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
  3530. "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
  3531. "dev": true,
  3532. "license": "BlueOak-1.0.0",
  3533. "engines": {
  3534. "node": "20 || >=22"
  3535. }
  3536. },
  3537. "node_modules/lucide-vue-next": {
  3538. "version": "0.354.0",
  3539. "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.354.0.tgz",
  3540. "integrity": "sha512-FVs/VXBTVSqfLywln5U0MQsB/iBdov5BBa2R9hhOaKzP9XtvuUV1jTctevEL7cgLxHpK9J4RPWSjPbPJzu1EPA==",
  3541. "license": "ISC",
  3542. "peerDependencies": {
  3543. "vue": ">=3.0.1"
  3544. }
  3545. },
  3546. "node_modules/magic-string": {
  3547. "version": "0.30.21",
  3548. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  3549. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  3550. "license": "MIT",
  3551. "dependencies": {
  3552. "@jridgewell/sourcemap-codec": "^1.5.5"
  3553. }
  3554. },
  3555. "node_modules/mdn-data": {
  3556. "version": "2.27.1",
  3557. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  3558. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  3559. "dev": true,
  3560. "license": "CC0-1.0"
  3561. },
  3562. "node_modules/merge2": {
  3563. "version": "1.4.1",
  3564. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  3565. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3566. "license": "MIT",
  3567. "engines": {
  3568. "node": ">= 8"
  3569. }
  3570. },
  3571. "node_modules/micromatch": {
  3572. "version": "4.0.8",
  3573. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  3574. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3575. "license": "MIT",
  3576. "dependencies": {
  3577. "braces": "^3.0.3",
  3578. "picomatch": "^2.3.1"
  3579. },
  3580. "engines": {
  3581. "node": ">=8.6"
  3582. }
  3583. },
  3584. "node_modules/minimatch": {
  3585. "version": "9.0.9",
  3586. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  3587. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  3588. "dev": true,
  3589. "license": "ISC",
  3590. "dependencies": {
  3591. "brace-expansion": "^2.0.2"
  3592. },
  3593. "engines": {
  3594. "node": ">=16 || 14 >=14.17"
  3595. },
  3596. "funding": {
  3597. "url": "https://github.com/sponsors/isaacs"
  3598. }
  3599. },
  3600. "node_modules/minipass": {
  3601. "version": "7.1.3",
  3602. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  3603. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  3604. "dev": true,
  3605. "license": "BlueOak-1.0.0",
  3606. "engines": {
  3607. "node": ">=16 || 14 >=14.17"
  3608. }
  3609. },
  3610. "node_modules/mlly": {
  3611. "version": "1.8.2",
  3612. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  3613. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  3614. "license": "MIT",
  3615. "optional": true,
  3616. "dependencies": {
  3617. "acorn": "^8.16.0",
  3618. "pathe": "^2.0.3",
  3619. "pkg-types": "^1.3.1",
  3620. "ufo": "^1.6.3"
  3621. }
  3622. },
  3623. "node_modules/mlly/node_modules/confbox": {
  3624. "version": "0.1.8",
  3625. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  3626. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3627. "license": "MIT",
  3628. "optional": true
  3629. },
  3630. "node_modules/mlly/node_modules/pkg-types": {
  3631. "version": "1.3.1",
  3632. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  3633. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  3634. "license": "MIT",
  3635. "optional": true,
  3636. "dependencies": {
  3637. "confbox": "^0.1.8",
  3638. "mlly": "^1.7.4",
  3639. "pathe": "^2.0.1"
  3640. }
  3641. },
  3642. "node_modules/muggle-string": {
  3643. "version": "0.4.1",
  3644. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  3645. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  3646. "dev": true,
  3647. "license": "MIT"
  3648. },
  3649. "node_modules/mz": {
  3650. "version": "2.7.0",
  3651. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  3652. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  3653. "license": "MIT",
  3654. "dependencies": {
  3655. "any-promise": "^1.0.0",
  3656. "object-assign": "^4.0.1",
  3657. "thenify-all": "^1.0.0"
  3658. }
  3659. },
  3660. "node_modules/nanoid": {
  3661. "version": "3.3.11",
  3662. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  3663. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  3664. "funding": [
  3665. {
  3666. "type": "github",
  3667. "url": "https://github.com/sponsors/ai"
  3668. }
  3669. ],
  3670. "license": "MIT",
  3671. "bin": {
  3672. "nanoid": "bin/nanoid.cjs"
  3673. },
  3674. "engines": {
  3675. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3676. }
  3677. },
  3678. "node_modules/node-releases": {
  3679. "version": "2.0.37",
  3680. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
  3681. "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
  3682. "dev": true,
  3683. "license": "MIT"
  3684. },
  3685. "node_modules/nopt": {
  3686. "version": "7.2.1",
  3687. "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
  3688. "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
  3689. "dev": true,
  3690. "license": "ISC",
  3691. "dependencies": {
  3692. "abbrev": "^2.0.0"
  3693. },
  3694. "bin": {
  3695. "nopt": "bin/nopt.js"
  3696. },
  3697. "engines": {
  3698. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3699. }
  3700. },
  3701. "node_modules/normalize-path": {
  3702. "version": "3.0.0",
  3703. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  3704. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  3705. "license": "MIT",
  3706. "engines": {
  3707. "node": ">=0.10.0"
  3708. }
  3709. },
  3710. "node_modules/object-assign": {
  3711. "version": "4.1.1",
  3712. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  3713. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  3714. "license": "MIT",
  3715. "engines": {
  3716. "node": ">=0.10.0"
  3717. }
  3718. },
  3719. "node_modules/object-hash": {
  3720. "version": "3.0.0",
  3721. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  3722. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  3723. "license": "MIT",
  3724. "engines": {
  3725. "node": ">= 6"
  3726. }
  3727. },
  3728. "node_modules/obug": {
  3729. "version": "2.1.1",
  3730. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  3731. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  3732. "dev": true,
  3733. "funding": [
  3734. "https://github.com/sponsors/sxzz",
  3735. "https://opencollective.com/debug"
  3736. ],
  3737. "license": "MIT"
  3738. },
  3739. "node_modules/ohash": {
  3740. "version": "2.0.11",
  3741. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  3742. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  3743. "license": "MIT",
  3744. "optional": true
  3745. },
  3746. "node_modules/package-json-from-dist": {
  3747. "version": "1.0.1",
  3748. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  3749. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  3750. "dev": true,
  3751. "license": "BlueOak-1.0.0"
  3752. },
  3753. "node_modules/parse5": {
  3754. "version": "8.0.0",
  3755. "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
  3756. "integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
  3757. "dev": true,
  3758. "license": "MIT",
  3759. "dependencies": {
  3760. "entities": "^6.0.0"
  3761. },
  3762. "funding": {
  3763. "url": "https://github.com/inikulin/parse5?sponsor=1"
  3764. }
  3765. },
  3766. "node_modules/parse5/node_modules/entities": {
  3767. "version": "6.0.1",
  3768. "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
  3769. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  3770. "dev": true,
  3771. "license": "BSD-2-Clause",
  3772. "engines": {
  3773. "node": ">=0.12"
  3774. },
  3775. "funding": {
  3776. "url": "https://github.com/fb55/entities?sponsor=1"
  3777. }
  3778. },
  3779. "node_modules/path-browserify": {
  3780. "version": "1.0.1",
  3781. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  3782. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  3783. "dev": true,
  3784. "license": "MIT"
  3785. },
  3786. "node_modules/path-key": {
  3787. "version": "3.1.1",
  3788. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  3789. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  3790. "dev": true,
  3791. "license": "MIT",
  3792. "engines": {
  3793. "node": ">=8"
  3794. }
  3795. },
  3796. "node_modules/path-parse": {
  3797. "version": "1.0.7",
  3798. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  3799. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  3800. "license": "MIT"
  3801. },
  3802. "node_modules/path-scurry": {
  3803. "version": "1.11.1",
  3804. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  3805. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  3806. "dev": true,
  3807. "license": "BlueOak-1.0.0",
  3808. "dependencies": {
  3809. "lru-cache": "^10.2.0",
  3810. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  3811. },
  3812. "engines": {
  3813. "node": ">=16 || 14 >=14.18"
  3814. },
  3815. "funding": {
  3816. "url": "https://github.com/sponsors/isaacs"
  3817. }
  3818. },
  3819. "node_modules/path-scurry/node_modules/lru-cache": {
  3820. "version": "10.4.3",
  3821. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  3822. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  3823. "dev": true,
  3824. "license": "ISC"
  3825. },
  3826. "node_modules/pathe": {
  3827. "version": "2.0.3",
  3828. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  3829. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3830. "devOptional": true,
  3831. "license": "MIT"
  3832. },
  3833. "node_modules/perfect-debounce": {
  3834. "version": "2.1.0",
  3835. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  3836. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  3837. "license": "MIT",
  3838. "optional": true
  3839. },
  3840. "node_modules/picocolors": {
  3841. "version": "1.1.1",
  3842. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  3843. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  3844. "license": "ISC"
  3845. },
  3846. "node_modules/picomatch": {
  3847. "version": "2.3.2",
  3848. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  3849. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  3850. "license": "MIT",
  3851. "engines": {
  3852. "node": ">=8.6"
  3853. },
  3854. "funding": {
  3855. "url": "https://github.com/sponsors/jonschlinkert"
  3856. }
  3857. },
  3858. "node_modules/pify": {
  3859. "version": "2.3.0",
  3860. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  3861. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  3862. "license": "MIT",
  3863. "engines": {
  3864. "node": ">=0.10.0"
  3865. }
  3866. },
  3867. "node_modules/pinia": {
  3868. "version": "2.3.1",
  3869. "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz",
  3870. "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
  3871. "license": "MIT",
  3872. "dependencies": {
  3873. "@vue/devtools-api": "^6.6.3",
  3874. "vue-demi": "^0.14.10"
  3875. },
  3876. "funding": {
  3877. "url": "https://github.com/sponsors/posva"
  3878. },
  3879. "peerDependencies": {
  3880. "typescript": ">=4.4.4",
  3881. "vue": "^2.7.0 || ^3.5.11"
  3882. },
  3883. "peerDependenciesMeta": {
  3884. "typescript": {
  3885. "optional": true
  3886. }
  3887. }
  3888. },
  3889. "node_modules/pirates": {
  3890. "version": "4.0.7",
  3891. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
  3892. "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
  3893. "license": "MIT",
  3894. "engines": {
  3895. "node": ">= 6"
  3896. }
  3897. },
  3898. "node_modules/pkg-types": {
  3899. "version": "2.3.0",
  3900. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  3901. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  3902. "license": "MIT",
  3903. "optional": true,
  3904. "dependencies": {
  3905. "confbox": "^0.2.2",
  3906. "exsolve": "^1.0.7",
  3907. "pathe": "^2.0.3"
  3908. }
  3909. },
  3910. "node_modules/popmotion": {
  3911. "version": "11.0.5",
  3912. "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-11.0.5.tgz",
  3913. "integrity": "sha512-la8gPM1WYeFznb/JqF4GiTkRRPZsfaj2+kCxqQgr2MJylMmIKUwBfWW8Wa5fml/8gmtlD5yI01MP1QCZPWmppA==",
  3914. "license": "MIT",
  3915. "dependencies": {
  3916. "framesync": "6.1.2",
  3917. "hey-listen": "^1.0.8",
  3918. "style-value-types": "5.1.2",
  3919. "tslib": "2.4.0"
  3920. }
  3921. },
  3922. "node_modules/popmotion/node_modules/tslib": {
  3923. "version": "2.4.0",
  3924. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  3925. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  3926. "license": "0BSD"
  3927. },
  3928. "node_modules/postcss": {
  3929. "version": "8.5.8",
  3930. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
  3931. "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
  3932. "funding": [
  3933. {
  3934. "type": "opencollective",
  3935. "url": "https://opencollective.com/postcss/"
  3936. },
  3937. {
  3938. "type": "tidelift",
  3939. "url": "https://tidelift.com/funding/github/npm/postcss"
  3940. },
  3941. {
  3942. "type": "github",
  3943. "url": "https://github.com/sponsors/ai"
  3944. }
  3945. ],
  3946. "license": "MIT",
  3947. "peer": true,
  3948. "dependencies": {
  3949. "nanoid": "^3.3.11",
  3950. "picocolors": "^1.1.1",
  3951. "source-map-js": "^1.2.1"
  3952. },
  3953. "engines": {
  3954. "node": "^10 || ^12 || >=14"
  3955. }
  3956. },
  3957. "node_modules/postcss-import": {
  3958. "version": "15.1.0",
  3959. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  3960. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  3961. "license": "MIT",
  3962. "dependencies": {
  3963. "postcss-value-parser": "^4.0.0",
  3964. "read-cache": "^1.0.0",
  3965. "resolve": "^1.1.7"
  3966. },
  3967. "engines": {
  3968. "node": ">=14.0.0"
  3969. },
  3970. "peerDependencies": {
  3971. "postcss": "^8.0.0"
  3972. }
  3973. },
  3974. "node_modules/postcss-js": {
  3975. "version": "4.1.0",
  3976. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz",
  3977. "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
  3978. "funding": [
  3979. {
  3980. "type": "opencollective",
  3981. "url": "https://opencollective.com/postcss/"
  3982. },
  3983. {
  3984. "type": "github",
  3985. "url": "https://github.com/sponsors/ai"
  3986. }
  3987. ],
  3988. "license": "MIT",
  3989. "dependencies": {
  3990. "camelcase-css": "^2.0.1"
  3991. },
  3992. "engines": {
  3993. "node": "^12 || ^14 || >= 16"
  3994. },
  3995. "peerDependencies": {
  3996. "postcss": "^8.4.21"
  3997. }
  3998. },
  3999. "node_modules/postcss-load-config": {
  4000. "version": "6.0.1",
  4001. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
  4002. "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
  4003. "funding": [
  4004. {
  4005. "type": "opencollective",
  4006. "url": "https://opencollective.com/postcss/"
  4007. },
  4008. {
  4009. "type": "github",
  4010. "url": "https://github.com/sponsors/ai"
  4011. }
  4012. ],
  4013. "license": "MIT",
  4014. "dependencies": {
  4015. "lilconfig": "^3.1.1"
  4016. },
  4017. "engines": {
  4018. "node": ">= 18"
  4019. },
  4020. "peerDependencies": {
  4021. "jiti": ">=1.21.0",
  4022. "postcss": ">=8.0.9",
  4023. "tsx": "^4.8.1",
  4024. "yaml": "^2.4.2"
  4025. },
  4026. "peerDependenciesMeta": {
  4027. "jiti": {
  4028. "optional": true
  4029. },
  4030. "postcss": {
  4031. "optional": true
  4032. },
  4033. "tsx": {
  4034. "optional": true
  4035. },
  4036. "yaml": {
  4037. "optional": true
  4038. }
  4039. }
  4040. },
  4041. "node_modules/postcss-nested": {
  4042. "version": "6.2.0",
  4043. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
  4044. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  4045. "funding": [
  4046. {
  4047. "type": "opencollective",
  4048. "url": "https://opencollective.com/postcss/"
  4049. },
  4050. {
  4051. "type": "github",
  4052. "url": "https://github.com/sponsors/ai"
  4053. }
  4054. ],
  4055. "license": "MIT",
  4056. "dependencies": {
  4057. "postcss-selector-parser": "^6.1.1"
  4058. },
  4059. "engines": {
  4060. "node": ">=12.0"
  4061. },
  4062. "peerDependencies": {
  4063. "postcss": "^8.2.14"
  4064. }
  4065. },
  4066. "node_modules/postcss-selector-parser": {
  4067. "version": "6.1.2",
  4068. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  4069. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  4070. "license": "MIT",
  4071. "dependencies": {
  4072. "cssesc": "^3.0.0",
  4073. "util-deprecate": "^1.0.2"
  4074. },
  4075. "engines": {
  4076. "node": ">=4"
  4077. }
  4078. },
  4079. "node_modules/postcss-value-parser": {
  4080. "version": "4.2.0",
  4081. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  4082. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  4083. "license": "MIT"
  4084. },
  4085. "node_modules/proto-list": {
  4086. "version": "1.2.4",
  4087. "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
  4088. "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==",
  4089. "dev": true,
  4090. "license": "ISC"
  4091. },
  4092. "node_modules/punycode": {
  4093. "version": "2.3.1",
  4094. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  4095. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  4096. "dev": true,
  4097. "license": "MIT",
  4098. "engines": {
  4099. "node": ">=6"
  4100. }
  4101. },
  4102. "node_modules/queue-microtask": {
  4103. "version": "1.2.3",
  4104. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4105. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4106. "funding": [
  4107. {
  4108. "type": "github",
  4109. "url": "https://github.com/sponsors/feross"
  4110. },
  4111. {
  4112. "type": "patreon",
  4113. "url": "https://www.patreon.com/feross"
  4114. },
  4115. {
  4116. "type": "consulting",
  4117. "url": "https://feross.org/support"
  4118. }
  4119. ],
  4120. "license": "MIT"
  4121. },
  4122. "node_modules/rc9": {
  4123. "version": "3.0.1",
  4124. "resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.1.tgz",
  4125. "integrity": "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==",
  4126. "license": "MIT",
  4127. "optional": true,
  4128. "dependencies": {
  4129. "defu": "^6.1.6",
  4130. "destr": "^2.0.5"
  4131. }
  4132. },
  4133. "node_modules/read-cache": {
  4134. "version": "1.0.0",
  4135. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  4136. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  4137. "license": "MIT",
  4138. "dependencies": {
  4139. "pify": "^2.3.0"
  4140. }
  4141. },
  4142. "node_modules/readdirp": {
  4143. "version": "3.6.0",
  4144. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  4145. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  4146. "license": "MIT",
  4147. "dependencies": {
  4148. "picomatch": "^2.2.1"
  4149. },
  4150. "engines": {
  4151. "node": ">=8.10.0"
  4152. }
  4153. },
  4154. "node_modules/remove-accents": {
  4155. "version": "0.5.0",
  4156. "resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz",
  4157. "integrity": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==",
  4158. "license": "MIT"
  4159. },
  4160. "node_modules/require-from-string": {
  4161. "version": "2.0.2",
  4162. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  4163. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  4164. "dev": true,
  4165. "license": "MIT",
  4166. "engines": {
  4167. "node": ">=0.10.0"
  4168. }
  4169. },
  4170. "node_modules/resolve": {
  4171. "version": "1.22.11",
  4172. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  4173. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  4174. "license": "MIT",
  4175. "dependencies": {
  4176. "is-core-module": "^2.16.1",
  4177. "path-parse": "^1.0.7",
  4178. "supports-preserve-symlinks-flag": "^1.0.0"
  4179. },
  4180. "bin": {
  4181. "resolve": "bin/resolve"
  4182. },
  4183. "engines": {
  4184. "node": ">= 0.4"
  4185. },
  4186. "funding": {
  4187. "url": "https://github.com/sponsors/ljharb"
  4188. }
  4189. },
  4190. "node_modules/reusify": {
  4191. "version": "1.1.0",
  4192. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  4193. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  4194. "license": "MIT",
  4195. "engines": {
  4196. "iojs": ">=1.0.0",
  4197. "node": ">=0.10.0"
  4198. }
  4199. },
  4200. "node_modules/rolldown": {
  4201. "version": "1.0.0-rc.15",
  4202. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.15.tgz",
  4203. "integrity": "sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==",
  4204. "dev": true,
  4205. "license": "MIT",
  4206. "dependencies": {
  4207. "@oxc-project/types": "=0.124.0",
  4208. "@rolldown/pluginutils": "1.0.0-rc.15"
  4209. },
  4210. "bin": {
  4211. "rolldown": "bin/cli.mjs"
  4212. },
  4213. "engines": {
  4214. "node": "^20.19.0 || >=22.12.0"
  4215. },
  4216. "optionalDependencies": {
  4217. "@rolldown/binding-android-arm64": "1.0.0-rc.15",
  4218. "@rolldown/binding-darwin-arm64": "1.0.0-rc.15",
  4219. "@rolldown/binding-darwin-x64": "1.0.0-rc.15",
  4220. "@rolldown/binding-freebsd-x64": "1.0.0-rc.15",
  4221. "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.15",
  4222. "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.15",
  4223. "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.15",
  4224. "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.15",
  4225. "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.15",
  4226. "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.15",
  4227. "@rolldown/binding-linux-x64-musl": "1.0.0-rc.15",
  4228. "@rolldown/binding-openharmony-arm64": "1.0.0-rc.15",
  4229. "@rolldown/binding-wasm32-wasi": "1.0.0-rc.15",
  4230. "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.15",
  4231. "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.15"
  4232. }
  4233. },
  4234. "node_modules/rollup": {
  4235. "version": "4.60.1",
  4236. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz",
  4237. "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==",
  4238. "dev": true,
  4239. "license": "MIT",
  4240. "dependencies": {
  4241. "@types/estree": "1.0.8"
  4242. },
  4243. "bin": {
  4244. "rollup": "dist/bin/rollup"
  4245. },
  4246. "engines": {
  4247. "node": ">=18.0.0",
  4248. "npm": ">=8.0.0"
  4249. },
  4250. "optionalDependencies": {
  4251. "@rollup/rollup-android-arm-eabi": "4.60.1",
  4252. "@rollup/rollup-android-arm64": "4.60.1",
  4253. "@rollup/rollup-darwin-arm64": "4.60.1",
  4254. "@rollup/rollup-darwin-x64": "4.60.1",
  4255. "@rollup/rollup-freebsd-arm64": "4.60.1",
  4256. "@rollup/rollup-freebsd-x64": "4.60.1",
  4257. "@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
  4258. "@rollup/rollup-linux-arm-musleabihf": "4.60.1",
  4259. "@rollup/rollup-linux-arm64-gnu": "4.60.1",
  4260. "@rollup/rollup-linux-arm64-musl": "4.60.1",
  4261. "@rollup/rollup-linux-loong64-gnu": "4.60.1",
  4262. "@rollup/rollup-linux-loong64-musl": "4.60.1",
  4263. "@rollup/rollup-linux-ppc64-gnu": "4.60.1",
  4264. "@rollup/rollup-linux-ppc64-musl": "4.60.1",
  4265. "@rollup/rollup-linux-riscv64-gnu": "4.60.1",
  4266. "@rollup/rollup-linux-riscv64-musl": "4.60.1",
  4267. "@rollup/rollup-linux-s390x-gnu": "4.60.1",
  4268. "@rollup/rollup-linux-x64-gnu": "4.60.1",
  4269. "@rollup/rollup-linux-x64-musl": "4.60.1",
  4270. "@rollup/rollup-openbsd-x64": "4.60.1",
  4271. "@rollup/rollup-openharmony-arm64": "4.60.1",
  4272. "@rollup/rollup-win32-arm64-msvc": "4.60.1",
  4273. "@rollup/rollup-win32-ia32-msvc": "4.60.1",
  4274. "@rollup/rollup-win32-x64-gnu": "4.60.1",
  4275. "@rollup/rollup-win32-x64-msvc": "4.60.1",
  4276. "fsevents": "~2.3.2"
  4277. }
  4278. },
  4279. "node_modules/run-parallel": {
  4280. "version": "1.2.0",
  4281. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  4282. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  4283. "funding": [
  4284. {
  4285. "type": "github",
  4286. "url": "https://github.com/sponsors/feross"
  4287. },
  4288. {
  4289. "type": "patreon",
  4290. "url": "https://www.patreon.com/feross"
  4291. },
  4292. {
  4293. "type": "consulting",
  4294. "url": "https://feross.org/support"
  4295. }
  4296. ],
  4297. "license": "MIT",
  4298. "dependencies": {
  4299. "queue-microtask": "^1.2.2"
  4300. }
  4301. },
  4302. "node_modules/saxes": {
  4303. "version": "6.0.0",
  4304. "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
  4305. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  4306. "dev": true,
  4307. "license": "ISC",
  4308. "dependencies": {
  4309. "xmlchars": "^2.2.0"
  4310. },
  4311. "engines": {
  4312. "node": ">=v12.22.7"
  4313. }
  4314. },
  4315. "node_modules/scule": {
  4316. "version": "1.3.0",
  4317. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  4318. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  4319. "license": "MIT",
  4320. "optional": true
  4321. },
  4322. "node_modules/semver": {
  4323. "version": "7.7.4",
  4324. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  4325. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  4326. "devOptional": true,
  4327. "license": "ISC",
  4328. "bin": {
  4329. "semver": "bin/semver.js"
  4330. },
  4331. "engines": {
  4332. "node": ">=10"
  4333. }
  4334. },
  4335. "node_modules/shebang-command": {
  4336. "version": "2.0.0",
  4337. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  4338. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  4339. "dev": true,
  4340. "license": "MIT",
  4341. "dependencies": {
  4342. "shebang-regex": "^3.0.0"
  4343. },
  4344. "engines": {
  4345. "node": ">=8"
  4346. }
  4347. },
  4348. "node_modules/shebang-regex": {
  4349. "version": "3.0.0",
  4350. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  4351. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  4352. "dev": true,
  4353. "license": "MIT",
  4354. "engines": {
  4355. "node": ">=8"
  4356. }
  4357. },
  4358. "node_modules/siginfo": {
  4359. "version": "2.0.0",
  4360. "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
  4361. "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
  4362. "dev": true,
  4363. "license": "ISC"
  4364. },
  4365. "node_modules/signal-exit": {
  4366. "version": "4.1.0",
  4367. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  4368. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4369. "dev": true,
  4370. "license": "ISC",
  4371. "engines": {
  4372. "node": ">=14"
  4373. },
  4374. "funding": {
  4375. "url": "https://github.com/sponsors/isaacs"
  4376. }
  4377. },
  4378. "node_modules/source-map-js": {
  4379. "version": "1.2.1",
  4380. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  4381. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  4382. "license": "BSD-3-Clause",
  4383. "engines": {
  4384. "node": ">=0.10.0"
  4385. }
  4386. },
  4387. "node_modules/stackback": {
  4388. "version": "0.0.2",
  4389. "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
  4390. "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
  4391. "dev": true,
  4392. "license": "MIT"
  4393. },
  4394. "node_modules/std-env": {
  4395. "version": "4.0.0",
  4396. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  4397. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  4398. "dev": true,
  4399. "license": "MIT"
  4400. },
  4401. "node_modules/string-width": {
  4402. "version": "5.1.2",
  4403. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  4404. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  4405. "dev": true,
  4406. "license": "MIT",
  4407. "dependencies": {
  4408. "eastasianwidth": "^0.2.0",
  4409. "emoji-regex": "^9.2.2",
  4410. "strip-ansi": "^7.0.1"
  4411. },
  4412. "engines": {
  4413. "node": ">=12"
  4414. },
  4415. "funding": {
  4416. "url": "https://github.com/sponsors/sindresorhus"
  4417. }
  4418. },
  4419. "node_modules/string-width-cjs": {
  4420. "name": "string-width",
  4421. "version": "4.2.3",
  4422. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  4423. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  4424. "dev": true,
  4425. "license": "MIT",
  4426. "dependencies": {
  4427. "emoji-regex": "^8.0.0",
  4428. "is-fullwidth-code-point": "^3.0.0",
  4429. "strip-ansi": "^6.0.1"
  4430. },
  4431. "engines": {
  4432. "node": ">=8"
  4433. }
  4434. },
  4435. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  4436. "version": "5.0.1",
  4437. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4438. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4439. "dev": true,
  4440. "license": "MIT",
  4441. "engines": {
  4442. "node": ">=8"
  4443. }
  4444. },
  4445. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  4446. "version": "8.0.0",
  4447. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  4448. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  4449. "dev": true,
  4450. "license": "MIT"
  4451. },
  4452. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  4453. "version": "6.0.1",
  4454. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  4455. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  4456. "dev": true,
  4457. "license": "MIT",
  4458. "dependencies": {
  4459. "ansi-regex": "^5.0.1"
  4460. },
  4461. "engines": {
  4462. "node": ">=8"
  4463. }
  4464. },
  4465. "node_modules/strip-ansi": {
  4466. "version": "7.2.0",
  4467. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  4468. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  4469. "dev": true,
  4470. "license": "MIT",
  4471. "dependencies": {
  4472. "ansi-regex": "^6.2.2"
  4473. },
  4474. "engines": {
  4475. "node": ">=12"
  4476. },
  4477. "funding": {
  4478. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  4479. }
  4480. },
  4481. "node_modules/strip-ansi-cjs": {
  4482. "name": "strip-ansi",
  4483. "version": "6.0.1",
  4484. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  4485. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  4486. "dev": true,
  4487. "license": "MIT",
  4488. "dependencies": {
  4489. "ansi-regex": "^5.0.1"
  4490. },
  4491. "engines": {
  4492. "node": ">=8"
  4493. }
  4494. },
  4495. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  4496. "version": "5.0.1",
  4497. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4498. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4499. "dev": true,
  4500. "license": "MIT",
  4501. "engines": {
  4502. "node": ">=8"
  4503. }
  4504. },
  4505. "node_modules/style-value-types": {
  4506. "version": "5.1.2",
  4507. "resolved": "https://registry.npmjs.org/style-value-types/-/style-value-types-5.1.2.tgz",
  4508. "integrity": "sha512-Vs9fNreYF9j6W2VvuDTP7kepALi7sk0xtk2Tu8Yxi9UoajJdEVpNpCov0HsLTqXvNGKX+Uv09pkozVITi1jf3Q==",
  4509. "license": "MIT",
  4510. "dependencies": {
  4511. "hey-listen": "^1.0.8",
  4512. "tslib": "2.4.0"
  4513. }
  4514. },
  4515. "node_modules/style-value-types/node_modules/tslib": {
  4516. "version": "2.4.0",
  4517. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  4518. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  4519. "license": "0BSD"
  4520. },
  4521. "node_modules/sucrase": {
  4522. "version": "3.35.1",
  4523. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
  4524. "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
  4525. "license": "MIT",
  4526. "dependencies": {
  4527. "@jridgewell/gen-mapping": "^0.3.2",
  4528. "commander": "^4.0.0",
  4529. "lines-and-columns": "^1.1.6",
  4530. "mz": "^2.7.0",
  4531. "pirates": "^4.0.1",
  4532. "tinyglobby": "^0.2.11",
  4533. "ts-interface-checker": "^0.1.9"
  4534. },
  4535. "bin": {
  4536. "sucrase": "bin/sucrase",
  4537. "sucrase-node": "bin/sucrase-node"
  4538. },
  4539. "engines": {
  4540. "node": ">=16 || 14 >=14.17"
  4541. }
  4542. },
  4543. "node_modules/supports-preserve-symlinks-flag": {
  4544. "version": "1.0.0",
  4545. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  4546. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  4547. "license": "MIT",
  4548. "engines": {
  4549. "node": ">= 0.4"
  4550. },
  4551. "funding": {
  4552. "url": "https://github.com/sponsors/ljharb"
  4553. }
  4554. },
  4555. "node_modules/symbol-tree": {
  4556. "version": "3.2.4",
  4557. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  4558. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  4559. "dev": true,
  4560. "license": "MIT"
  4561. },
  4562. "node_modules/tailwind-merge": {
  4563. "version": "2.6.1",
  4564. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
  4565. "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==",
  4566. "license": "MIT",
  4567. "funding": {
  4568. "type": "github",
  4569. "url": "https://github.com/sponsors/dcastil"
  4570. }
  4571. },
  4572. "node_modules/tailwindcss": {
  4573. "version": "3.4.19",
  4574. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz",
  4575. "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==",
  4576. "license": "MIT",
  4577. "peer": true,
  4578. "dependencies": {
  4579. "@alloc/quick-lru": "^5.2.0",
  4580. "arg": "^5.0.2",
  4581. "chokidar": "^3.6.0",
  4582. "didyoumean": "^1.2.2",
  4583. "dlv": "^1.1.3",
  4584. "fast-glob": "^3.3.2",
  4585. "glob-parent": "^6.0.2",
  4586. "is-glob": "^4.0.3",
  4587. "jiti": "^1.21.7",
  4588. "lilconfig": "^3.1.3",
  4589. "micromatch": "^4.0.8",
  4590. "normalize-path": "^3.0.0",
  4591. "object-hash": "^3.0.0",
  4592. "picocolors": "^1.1.1",
  4593. "postcss": "^8.4.47",
  4594. "postcss-import": "^15.1.0",
  4595. "postcss-js": "^4.0.1",
  4596. "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
  4597. "postcss-nested": "^6.2.0",
  4598. "postcss-selector-parser": "^6.1.2",
  4599. "resolve": "^1.22.8",
  4600. "sucrase": "^3.35.0"
  4601. },
  4602. "bin": {
  4603. "tailwind": "lib/cli.js",
  4604. "tailwindcss": "lib/cli.js"
  4605. },
  4606. "engines": {
  4607. "node": ">=14.0.0"
  4608. }
  4609. },
  4610. "node_modules/tailwindcss-animate": {
  4611. "version": "1.0.7",
  4612. "resolved": "https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz",
  4613. "integrity": "sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==",
  4614. "license": "MIT",
  4615. "peerDependencies": {
  4616. "tailwindcss": ">=3.0.0 || insiders"
  4617. }
  4618. },
  4619. "node_modules/thenify": {
  4620. "version": "3.3.1",
  4621. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  4622. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  4623. "license": "MIT",
  4624. "dependencies": {
  4625. "any-promise": "^1.0.0"
  4626. }
  4627. },
  4628. "node_modules/thenify-all": {
  4629. "version": "1.6.0",
  4630. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  4631. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  4632. "license": "MIT",
  4633. "dependencies": {
  4634. "thenify": ">= 3.1.0 < 4"
  4635. },
  4636. "engines": {
  4637. "node": ">=0.8"
  4638. }
  4639. },
  4640. "node_modules/tinybench": {
  4641. "version": "2.9.0",
  4642. "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
  4643. "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
  4644. "dev": true,
  4645. "license": "MIT"
  4646. },
  4647. "node_modules/tinyexec": {
  4648. "version": "1.1.1",
  4649. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  4650. "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  4651. "dev": true,
  4652. "license": "MIT",
  4653. "engines": {
  4654. "node": ">=18"
  4655. }
  4656. },
  4657. "node_modules/tinyglobby": {
  4658. "version": "0.2.15",
  4659. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  4660. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  4661. "license": "MIT",
  4662. "dependencies": {
  4663. "fdir": "^6.5.0",
  4664. "picomatch": "^4.0.3"
  4665. },
  4666. "engines": {
  4667. "node": ">=12.0.0"
  4668. },
  4669. "funding": {
  4670. "url": "https://github.com/sponsors/SuperchupuDev"
  4671. }
  4672. },
  4673. "node_modules/tinyglobby/node_modules/fdir": {
  4674. "version": "6.5.0",
  4675. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  4676. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  4677. "license": "MIT",
  4678. "engines": {
  4679. "node": ">=12.0.0"
  4680. },
  4681. "peerDependencies": {
  4682. "picomatch": "^3 || ^4"
  4683. },
  4684. "peerDependenciesMeta": {
  4685. "picomatch": {
  4686. "optional": true
  4687. }
  4688. }
  4689. },
  4690. "node_modules/tinyglobby/node_modules/picomatch": {
  4691. "version": "4.0.4",
  4692. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4693. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4694. "license": "MIT",
  4695. "peer": true,
  4696. "engines": {
  4697. "node": ">=12"
  4698. },
  4699. "funding": {
  4700. "url": "https://github.com/sponsors/jonschlinkert"
  4701. }
  4702. },
  4703. "node_modules/tinyrainbow": {
  4704. "version": "3.1.0",
  4705. "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz",
  4706. "integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==",
  4707. "dev": true,
  4708. "license": "MIT",
  4709. "engines": {
  4710. "node": ">=14.0.0"
  4711. }
  4712. },
  4713. "node_modules/tldts": {
  4714. "version": "7.0.28",
  4715. "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.28.tgz",
  4716. "integrity": "sha512-+Zg3vWhRUv8B1maGSTFdev9mjoo8Etn2Ayfs4cnjlD3CsGkxXX4QyW3j2WJ0wdjYcYmy7Lx2RDsZMhgCWafKIw==",
  4717. "dev": true,
  4718. "license": "MIT",
  4719. "dependencies": {
  4720. "tldts-core": "^7.0.28"
  4721. },
  4722. "bin": {
  4723. "tldts": "bin/cli.js"
  4724. }
  4725. },
  4726. "node_modules/tldts-core": {
  4727. "version": "7.0.28",
  4728. "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.28.tgz",
  4729. "integrity": "sha512-7W5Efjhsc3chVdFhqtaU0KtK32J37Zcr9RKtID54nG+tIpcY79CQK/veYPODxtD/LJ4Lue66jvrQzIX2Z2/pUQ==",
  4730. "dev": true,
  4731. "license": "MIT"
  4732. },
  4733. "node_modules/to-regex-range": {
  4734. "version": "5.0.1",
  4735. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  4736. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  4737. "license": "MIT",
  4738. "dependencies": {
  4739. "is-number": "^7.0.0"
  4740. },
  4741. "engines": {
  4742. "node": ">=8.0"
  4743. }
  4744. },
  4745. "node_modules/tough-cookie": {
  4746. "version": "6.0.1",
  4747. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz",
  4748. "integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==",
  4749. "dev": true,
  4750. "license": "BSD-3-Clause",
  4751. "dependencies": {
  4752. "tldts": "^7.0.5"
  4753. },
  4754. "engines": {
  4755. "node": ">=16"
  4756. }
  4757. },
  4758. "node_modules/tr46": {
  4759. "version": "6.0.0",
  4760. "resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz",
  4761. "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
  4762. "dev": true,
  4763. "license": "MIT",
  4764. "dependencies": {
  4765. "punycode": "^2.3.1"
  4766. },
  4767. "engines": {
  4768. "node": ">=20"
  4769. }
  4770. },
  4771. "node_modules/ts-interface-checker": {
  4772. "version": "0.1.13",
  4773. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  4774. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  4775. "license": "Apache-2.0"
  4776. },
  4777. "node_modules/tslib": {
  4778. "version": "2.8.1",
  4779. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  4780. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  4781. "dev": true,
  4782. "license": "0BSD",
  4783. "optional": true
  4784. },
  4785. "node_modules/typescript": {
  4786. "version": "5.9.3",
  4787. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  4788. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  4789. "devOptional": true,
  4790. "license": "Apache-2.0",
  4791. "peer": true,
  4792. "bin": {
  4793. "tsc": "bin/tsc",
  4794. "tsserver": "bin/tsserver"
  4795. },
  4796. "engines": {
  4797. "node": ">=14.17"
  4798. }
  4799. },
  4800. "node_modules/ufo": {
  4801. "version": "1.6.3",
  4802. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  4803. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  4804. "license": "MIT",
  4805. "optional": true
  4806. },
  4807. "node_modules/unctx": {
  4808. "version": "2.5.0",
  4809. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz",
  4810. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  4811. "license": "MIT",
  4812. "optional": true,
  4813. "dependencies": {
  4814. "acorn": "^8.15.0",
  4815. "estree-walker": "^3.0.3",
  4816. "magic-string": "^0.30.21",
  4817. "unplugin": "^2.3.11"
  4818. }
  4819. },
  4820. "node_modules/undici": {
  4821. "version": "7.24.7",
  4822. "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz",
  4823. "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==",
  4824. "dev": true,
  4825. "license": "MIT",
  4826. "engines": {
  4827. "node": ">=20.18.1"
  4828. }
  4829. },
  4830. "node_modules/undici-types": {
  4831. "version": "6.21.0",
  4832. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  4833. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  4834. "dev": true,
  4835. "license": "MIT"
  4836. },
  4837. "node_modules/unplugin": {
  4838. "version": "2.3.11",
  4839. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  4840. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  4841. "license": "MIT",
  4842. "optional": true,
  4843. "dependencies": {
  4844. "@jridgewell/remapping": "^2.3.5",
  4845. "acorn": "^8.15.0",
  4846. "picomatch": "^4.0.3",
  4847. "webpack-virtual-modules": "^0.6.2"
  4848. },
  4849. "engines": {
  4850. "node": ">=18.12.0"
  4851. }
  4852. },
  4853. "node_modules/unplugin/node_modules/picomatch": {
  4854. "version": "4.0.4",
  4855. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4856. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4857. "license": "MIT",
  4858. "optional": true,
  4859. "engines": {
  4860. "node": ">=12"
  4861. },
  4862. "funding": {
  4863. "url": "https://github.com/sponsors/jonschlinkert"
  4864. }
  4865. },
  4866. "node_modules/untyped": {
  4867. "version": "2.0.0",
  4868. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  4869. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  4870. "license": "MIT",
  4871. "optional": true,
  4872. "dependencies": {
  4873. "citty": "^0.1.6",
  4874. "defu": "^6.1.4",
  4875. "jiti": "^2.4.2",
  4876. "knitwork": "^1.2.0",
  4877. "scule": "^1.3.0"
  4878. },
  4879. "bin": {
  4880. "untyped": "dist/cli.mjs"
  4881. }
  4882. },
  4883. "node_modules/untyped/node_modules/jiti": {
  4884. "version": "2.6.1",
  4885. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  4886. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  4887. "license": "MIT",
  4888. "optional": true,
  4889. "bin": {
  4890. "jiti": "lib/jiti-cli.mjs"
  4891. }
  4892. },
  4893. "node_modules/update-browserslist-db": {
  4894. "version": "1.2.3",
  4895. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  4896. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  4897. "dev": true,
  4898. "funding": [
  4899. {
  4900. "type": "opencollective",
  4901. "url": "https://opencollective.com/browserslist"
  4902. },
  4903. {
  4904. "type": "tidelift",
  4905. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4906. },
  4907. {
  4908. "type": "github",
  4909. "url": "https://github.com/sponsors/ai"
  4910. }
  4911. ],
  4912. "license": "MIT",
  4913. "dependencies": {
  4914. "escalade": "^3.2.0",
  4915. "picocolors": "^1.1.1"
  4916. },
  4917. "bin": {
  4918. "update-browserslist-db": "cli.js"
  4919. },
  4920. "peerDependencies": {
  4921. "browserslist": ">= 4.21.0"
  4922. }
  4923. },
  4924. "node_modules/util-deprecate": {
  4925. "version": "1.0.2",
  4926. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  4927. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  4928. "license": "MIT"
  4929. },
  4930. "node_modules/vite": {
  4931. "version": "5.4.21",
  4932. "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
  4933. "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
  4934. "dev": true,
  4935. "license": "MIT",
  4936. "peer": true,
  4937. "dependencies": {
  4938. "esbuild": "^0.21.3",
  4939. "postcss": "^8.4.43",
  4940. "rollup": "^4.20.0"
  4941. },
  4942. "bin": {
  4943. "vite": "bin/vite.js"
  4944. },
  4945. "engines": {
  4946. "node": "^18.0.0 || >=20.0.0"
  4947. },
  4948. "funding": {
  4949. "url": "https://github.com/vitejs/vite?sponsor=1"
  4950. },
  4951. "optionalDependencies": {
  4952. "fsevents": "~2.3.3"
  4953. },
  4954. "peerDependencies": {
  4955. "@types/node": "^18.0.0 || >=20.0.0",
  4956. "less": "*",
  4957. "lightningcss": "^1.21.0",
  4958. "sass": "*",
  4959. "sass-embedded": "*",
  4960. "stylus": "*",
  4961. "sugarss": "*",
  4962. "terser": "^5.4.0"
  4963. },
  4964. "peerDependenciesMeta": {
  4965. "@types/node": {
  4966. "optional": true
  4967. },
  4968. "less": {
  4969. "optional": true
  4970. },
  4971. "lightningcss": {
  4972. "optional": true
  4973. },
  4974. "sass": {
  4975. "optional": true
  4976. },
  4977. "sass-embedded": {
  4978. "optional": true
  4979. },
  4980. "stylus": {
  4981. "optional": true
  4982. },
  4983. "sugarss": {
  4984. "optional": true
  4985. },
  4986. "terser": {
  4987. "optional": true
  4988. }
  4989. }
  4990. },
  4991. "node_modules/vitest": {
  4992. "version": "4.1.4",
  4993. "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.4.tgz",
  4994. "integrity": "sha512-tFuJqTxKb8AvfyqMfnavXdzfy3h3sWZRWwfluGbkeR7n0HUev+FmNgZ8SDrRBTVrVCjgH5cA21qGbCffMNtWvg==",
  4995. "dev": true,
  4996. "license": "MIT",
  4997. "dependencies": {
  4998. "@vitest/expect": "4.1.4",
  4999. "@vitest/mocker": "4.1.4",
  5000. "@vitest/pretty-format": "4.1.4",
  5001. "@vitest/runner": "4.1.4",
  5002. "@vitest/snapshot": "4.1.4",
  5003. "@vitest/spy": "4.1.4",
  5004. "@vitest/utils": "4.1.4",
  5005. "es-module-lexer": "^2.0.0",
  5006. "expect-type": "^1.3.0",
  5007. "magic-string": "^0.30.21",
  5008. "obug": "^2.1.1",
  5009. "pathe": "^2.0.3",
  5010. "picomatch": "^4.0.3",
  5011. "std-env": "^4.0.0-rc.1",
  5012. "tinybench": "^2.9.0",
  5013. "tinyexec": "^1.0.2",
  5014. "tinyglobby": "^0.2.15",
  5015. "tinyrainbow": "^3.1.0",
  5016. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
  5017. "why-is-node-running": "^2.3.0"
  5018. },
  5019. "bin": {
  5020. "vitest": "vitest.mjs"
  5021. },
  5022. "engines": {
  5023. "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
  5024. },
  5025. "funding": {
  5026. "url": "https://opencollective.com/vitest"
  5027. },
  5028. "peerDependencies": {
  5029. "@edge-runtime/vm": "*",
  5030. "@opentelemetry/api": "^1.9.0",
  5031. "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
  5032. "@vitest/browser-playwright": "4.1.4",
  5033. "@vitest/browser-preview": "4.1.4",
  5034. "@vitest/browser-webdriverio": "4.1.4",
  5035. "@vitest/coverage-istanbul": "4.1.4",
  5036. "@vitest/coverage-v8": "4.1.4",
  5037. "@vitest/ui": "4.1.4",
  5038. "happy-dom": "*",
  5039. "jsdom": "*",
  5040. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5041. },
  5042. "peerDependenciesMeta": {
  5043. "@edge-runtime/vm": {
  5044. "optional": true
  5045. },
  5046. "@opentelemetry/api": {
  5047. "optional": true
  5048. },
  5049. "@types/node": {
  5050. "optional": true
  5051. },
  5052. "@vitest/browser-playwright": {
  5053. "optional": true
  5054. },
  5055. "@vitest/browser-preview": {
  5056. "optional": true
  5057. },
  5058. "@vitest/browser-webdriverio": {
  5059. "optional": true
  5060. },
  5061. "@vitest/coverage-istanbul": {
  5062. "optional": true
  5063. },
  5064. "@vitest/coverage-v8": {
  5065. "optional": true
  5066. },
  5067. "@vitest/ui": {
  5068. "optional": true
  5069. },
  5070. "happy-dom": {
  5071. "optional": true
  5072. },
  5073. "jsdom": {
  5074. "optional": true
  5075. },
  5076. "vite": {
  5077. "optional": false
  5078. }
  5079. }
  5080. },
  5081. "node_modules/vitest/node_modules/@vitest/mocker": {
  5082. "version": "4.1.4",
  5083. "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.4.tgz",
  5084. "integrity": "sha512-R9HTZBhW6yCSGbGQnDnH3QHfJxokKN4KB+Yvk9Q1le7eQNYwiCyKxmLmurSpFy6BzJanSLuEUDrD+j97Q+ZLPg==",
  5085. "dev": true,
  5086. "license": "MIT",
  5087. "dependencies": {
  5088. "@vitest/spy": "4.1.4",
  5089. "estree-walker": "^3.0.3",
  5090. "magic-string": "^0.30.21"
  5091. },
  5092. "funding": {
  5093. "url": "https://opencollective.com/vitest"
  5094. },
  5095. "peerDependencies": {
  5096. "msw": "^2.4.9",
  5097. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5098. },
  5099. "peerDependenciesMeta": {
  5100. "msw": {
  5101. "optional": true
  5102. },
  5103. "vite": {
  5104. "optional": true
  5105. }
  5106. }
  5107. },
  5108. "node_modules/vitest/node_modules/picomatch": {
  5109. "version": "4.0.4",
  5110. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  5111. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  5112. "dev": true,
  5113. "license": "MIT",
  5114. "engines": {
  5115. "node": ">=12"
  5116. },
  5117. "funding": {
  5118. "url": "https://github.com/sponsors/jonschlinkert"
  5119. }
  5120. },
  5121. "node_modules/vitest/node_modules/vite": {
  5122. "version": "8.0.8",
  5123. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.8.tgz",
  5124. "integrity": "sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==",
  5125. "dev": true,
  5126. "license": "MIT",
  5127. "peer": true,
  5128. "dependencies": {
  5129. "lightningcss": "^1.32.0",
  5130. "picomatch": "^4.0.4",
  5131. "postcss": "^8.5.8",
  5132. "rolldown": "1.0.0-rc.15",
  5133. "tinyglobby": "^0.2.15"
  5134. },
  5135. "bin": {
  5136. "vite": "bin/vite.js"
  5137. },
  5138. "engines": {
  5139. "node": "^20.19.0 || >=22.12.0"
  5140. },
  5141. "funding": {
  5142. "url": "https://github.com/vitejs/vite?sponsor=1"
  5143. },
  5144. "optionalDependencies": {
  5145. "fsevents": "~2.3.3"
  5146. },
  5147. "peerDependencies": {
  5148. "@types/node": "^20.19.0 || >=22.12.0",
  5149. "@vitejs/devtools": "^0.1.0",
  5150. "esbuild": "^0.27.0 || ^0.28.0",
  5151. "jiti": ">=1.21.0",
  5152. "less": "^4.0.0",
  5153. "sass": "^1.70.0",
  5154. "sass-embedded": "^1.70.0",
  5155. "stylus": ">=0.54.8",
  5156. "sugarss": "^5.0.0",
  5157. "terser": "^5.16.0",
  5158. "tsx": "^4.8.1",
  5159. "yaml": "^2.4.2"
  5160. },
  5161. "peerDependenciesMeta": {
  5162. "@types/node": {
  5163. "optional": true
  5164. },
  5165. "@vitejs/devtools": {
  5166. "optional": true
  5167. },
  5168. "esbuild": {
  5169. "optional": true
  5170. },
  5171. "jiti": {
  5172. "optional": true
  5173. },
  5174. "less": {
  5175. "optional": true
  5176. },
  5177. "sass": {
  5178. "optional": true
  5179. },
  5180. "sass-embedded": {
  5181. "optional": true
  5182. },
  5183. "stylus": {
  5184. "optional": true
  5185. },
  5186. "sugarss": {
  5187. "optional": true
  5188. },
  5189. "terser": {
  5190. "optional": true
  5191. },
  5192. "tsx": {
  5193. "optional": true
  5194. },
  5195. "yaml": {
  5196. "optional": true
  5197. }
  5198. }
  5199. },
  5200. "node_modules/vscode-uri": {
  5201. "version": "3.1.0",
  5202. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  5203. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  5204. "dev": true,
  5205. "license": "MIT"
  5206. },
  5207. "node_modules/vue": {
  5208. "version": "3.5.32",
  5209. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.32.tgz",
  5210. "integrity": "sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==",
  5211. "license": "MIT",
  5212. "peer": true,
  5213. "dependencies": {
  5214. "@vue/compiler-dom": "3.5.32",
  5215. "@vue/compiler-sfc": "3.5.32",
  5216. "@vue/runtime-dom": "3.5.32",
  5217. "@vue/server-renderer": "3.5.32",
  5218. "@vue/shared": "3.5.32"
  5219. },
  5220. "peerDependencies": {
  5221. "typescript": "*"
  5222. },
  5223. "peerDependenciesMeta": {
  5224. "typescript": {
  5225. "optional": true
  5226. }
  5227. }
  5228. },
  5229. "node_modules/vue-component-type-helpers": {
  5230. "version": "2.2.12",
  5231. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.2.12.tgz",
  5232. "integrity": "sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw==",
  5233. "dev": true,
  5234. "license": "MIT"
  5235. },
  5236. "node_modules/vue-demi": {
  5237. "version": "0.14.10",
  5238. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  5239. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  5240. "hasInstallScript": true,
  5241. "license": "MIT",
  5242. "bin": {
  5243. "vue-demi-fix": "bin/vue-demi-fix.js",
  5244. "vue-demi-switch": "bin/vue-demi-switch.js"
  5245. },
  5246. "engines": {
  5247. "node": ">=12"
  5248. },
  5249. "funding": {
  5250. "url": "https://github.com/sponsors/antfu"
  5251. },
  5252. "peerDependencies": {
  5253. "@vue/composition-api": "^1.0.0-rc.1",
  5254. "vue": "^3.0.0-0 || ^2.6.0"
  5255. },
  5256. "peerDependenciesMeta": {
  5257. "@vue/composition-api": {
  5258. "optional": true
  5259. }
  5260. }
  5261. },
  5262. "node_modules/vue-i18n": {
  5263. "version": "9.14.5",
  5264. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.5.tgz",
  5265. "integrity": "sha512-0jQ9Em3ymWngyiIkj0+c/k7WgaPO+TNzjKSNq9BvBQaKJECqn9cd9fL4tkDhB5G1QBskGl9YxxbDAhgbFtpe2g==",
  5266. "deprecated": "v9 and v10 no longer supported. please migrate to v11. about maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html",
  5267. "license": "MIT",
  5268. "dependencies": {
  5269. "@intlify/core-base": "9.14.5",
  5270. "@intlify/shared": "9.14.5",
  5271. "@vue/devtools-api": "^6.5.0"
  5272. },
  5273. "engines": {
  5274. "node": ">= 16"
  5275. },
  5276. "funding": {
  5277. "url": "https://github.com/sponsors/kazupon"
  5278. },
  5279. "peerDependencies": {
  5280. "vue": "^3.0.0"
  5281. }
  5282. },
  5283. "node_modules/vue-router": {
  5284. "version": "4.6.4",
  5285. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz",
  5286. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  5287. "license": "MIT",
  5288. "dependencies": {
  5289. "@vue/devtools-api": "^6.6.4"
  5290. },
  5291. "funding": {
  5292. "url": "https://github.com/sponsors/posva"
  5293. },
  5294. "peerDependencies": {
  5295. "vue": "^3.5.0"
  5296. }
  5297. },
  5298. "node_modules/vue-sonner": {
  5299. "version": "1.3.2",
  5300. "resolved": "https://registry.npmjs.org/vue-sonner/-/vue-sonner-1.3.2.tgz",
  5301. "integrity": "sha512-UbZ48E9VIya3ToiRHAZUbodKute/z/M1iT8/3fU8zEbwBRE11AKuHikssv18LMk2gTTr6eMQT4qf6JoLHWuj/A==",
  5302. "license": "MIT"
  5303. },
  5304. "node_modules/vue-tsc": {
  5305. "version": "2.2.12",
  5306. "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.2.12.tgz",
  5307. "integrity": "sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==",
  5308. "dev": true,
  5309. "license": "MIT",
  5310. "dependencies": {
  5311. "@volar/typescript": "2.4.15",
  5312. "@vue/language-core": "2.2.12"
  5313. },
  5314. "bin": {
  5315. "vue-tsc": "bin/vue-tsc.js"
  5316. },
  5317. "peerDependencies": {
  5318. "typescript": ">=5.0.0"
  5319. }
  5320. },
  5321. "node_modules/w3c-xmlserializer": {
  5322. "version": "5.0.0",
  5323. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  5324. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  5325. "dev": true,
  5326. "license": "MIT",
  5327. "dependencies": {
  5328. "xml-name-validator": "^5.0.0"
  5329. },
  5330. "engines": {
  5331. "node": ">=18"
  5332. }
  5333. },
  5334. "node_modules/webidl-conversions": {
  5335. "version": "8.0.1",
  5336. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz",
  5337. "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==",
  5338. "dev": true,
  5339. "license": "BSD-2-Clause",
  5340. "engines": {
  5341. "node": ">=20"
  5342. }
  5343. },
  5344. "node_modules/webpack-virtual-modules": {
  5345. "version": "0.6.2",
  5346. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  5347. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  5348. "license": "MIT",
  5349. "optional": true
  5350. },
  5351. "node_modules/whatwg-mimetype": {
  5352. "version": "5.0.0",
  5353. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz",
  5354. "integrity": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==",
  5355. "dev": true,
  5356. "license": "MIT",
  5357. "engines": {
  5358. "node": ">=20"
  5359. }
  5360. },
  5361. "node_modules/whatwg-url": {
  5362. "version": "16.0.1",
  5363. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-16.0.1.tgz",
  5364. "integrity": "sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==",
  5365. "dev": true,
  5366. "license": "MIT",
  5367. "dependencies": {
  5368. "@exodus/bytes": "^1.11.0",
  5369. "tr46": "^6.0.0",
  5370. "webidl-conversions": "^8.0.1"
  5371. },
  5372. "engines": {
  5373. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  5374. }
  5375. },
  5376. "node_modules/which": {
  5377. "version": "2.0.2",
  5378. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5379. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5380. "dev": true,
  5381. "license": "ISC",
  5382. "dependencies": {
  5383. "isexe": "^2.0.0"
  5384. },
  5385. "bin": {
  5386. "node-which": "bin/node-which"
  5387. },
  5388. "engines": {
  5389. "node": ">= 8"
  5390. }
  5391. },
  5392. "node_modules/why-is-node-running": {
  5393. "version": "2.3.0",
  5394. "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
  5395. "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
  5396. "dev": true,
  5397. "license": "MIT",
  5398. "dependencies": {
  5399. "siginfo": "^2.0.0",
  5400. "stackback": "0.0.2"
  5401. },
  5402. "bin": {
  5403. "why-is-node-running": "cli.js"
  5404. },
  5405. "engines": {
  5406. "node": ">=8"
  5407. }
  5408. },
  5409. "node_modules/wrap-ansi": {
  5410. "version": "8.1.0",
  5411. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  5412. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  5413. "dev": true,
  5414. "license": "MIT",
  5415. "dependencies": {
  5416. "ansi-styles": "^6.1.0",
  5417. "string-width": "^5.0.1",
  5418. "strip-ansi": "^7.0.1"
  5419. },
  5420. "engines": {
  5421. "node": ">=12"
  5422. },
  5423. "funding": {
  5424. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5425. }
  5426. },
  5427. "node_modules/wrap-ansi-cjs": {
  5428. "name": "wrap-ansi",
  5429. "version": "7.0.0",
  5430. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  5431. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  5432. "dev": true,
  5433. "license": "MIT",
  5434. "dependencies": {
  5435. "ansi-styles": "^4.0.0",
  5436. "string-width": "^4.1.0",
  5437. "strip-ansi": "^6.0.0"
  5438. },
  5439. "engines": {
  5440. "node": ">=10"
  5441. },
  5442. "funding": {
  5443. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5444. }
  5445. },
  5446. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  5447. "version": "5.0.1",
  5448. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5449. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5450. "dev": true,
  5451. "license": "MIT",
  5452. "engines": {
  5453. "node": ">=8"
  5454. }
  5455. },
  5456. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  5457. "version": "4.3.0",
  5458. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5459. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5460. "dev": true,
  5461. "license": "MIT",
  5462. "dependencies": {
  5463. "color-convert": "^2.0.1"
  5464. },
  5465. "engines": {
  5466. "node": ">=8"
  5467. },
  5468. "funding": {
  5469. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5470. }
  5471. },
  5472. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  5473. "version": "8.0.0",
  5474. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5475. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  5476. "dev": true,
  5477. "license": "MIT"
  5478. },
  5479. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  5480. "version": "4.2.3",
  5481. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5482. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5483. "dev": true,
  5484. "license": "MIT",
  5485. "dependencies": {
  5486. "emoji-regex": "^8.0.0",
  5487. "is-fullwidth-code-point": "^3.0.0",
  5488. "strip-ansi": "^6.0.1"
  5489. },
  5490. "engines": {
  5491. "node": ">=8"
  5492. }
  5493. },
  5494. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  5495. "version": "6.0.1",
  5496. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5497. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5498. "dev": true,
  5499. "license": "MIT",
  5500. "dependencies": {
  5501. "ansi-regex": "^5.0.1"
  5502. },
  5503. "engines": {
  5504. "node": ">=8"
  5505. }
  5506. },
  5507. "node_modules/xml-name-validator": {
  5508. "version": "5.0.0",
  5509. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  5510. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  5511. "dev": true,
  5512. "license": "Apache-2.0",
  5513. "engines": {
  5514. "node": ">=18"
  5515. }
  5516. },
  5517. "node_modules/xmlchars": {
  5518. "version": "2.2.0",
  5519. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  5520. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  5521. "dev": true,
  5522. "license": "MIT"
  5523. },
  5524. "node_modules/zod": {
  5525. "version": "3.25.76",
  5526. "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
  5527. "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
  5528. "license": "MIT",
  5529. "funding": {
  5530. "url": "https://github.com/sponsors/colinhacks"
  5531. }
  5532. }
  5533. }
  5534. }