package-lock.json 253 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464
  1. {
  2. "name": "jin-ce-hong-lun",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "jin-ce-hong-lun",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "axios": "^1.15.0",
  12. "clsx": "^2.1.1",
  13. "lucide-react": "^1.11.0",
  14. "next": "16.2.3",
  15. "next-intl": "^4.9.1",
  16. "nextjs-toploader": "^3.9.17",
  17. "react": "19.2.4",
  18. "react-dom": "19.2.4",
  19. "tailwind-merge": "^3.5.0"
  20. },
  21. "devDependencies": {
  22. "@tailwindcss/postcss": "^4",
  23. "@types/node": "^20",
  24. "@types/react": "^19",
  25. "@types/react-dom": "^19",
  26. "cross-env": "^10.1.0",
  27. "eslint": "^9",
  28. "eslint-config-next": "16.2.3",
  29. "tailwindcss": "^4",
  30. "typescript": "^5"
  31. }
  32. },
  33. "node_modules/@alloc/quick-lru": {
  34. "version": "5.2.0",
  35. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  36. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  37. "dev": true,
  38. "license": "MIT",
  39. "engines": {
  40. "node": ">=10"
  41. },
  42. "funding": {
  43. "url": "https://github.com/sponsors/sindresorhus"
  44. }
  45. },
  46. "node_modules/@babel/code-frame": {
  47. "version": "7.29.0",
  48. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  49. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  50. "dev": true,
  51. "license": "MIT",
  52. "dependencies": {
  53. "@babel/helper-validator-identifier": "^7.28.5",
  54. "js-tokens": "^4.0.0",
  55. "picocolors": "^1.1.1"
  56. },
  57. "engines": {
  58. "node": ">=6.9.0"
  59. }
  60. },
  61. "node_modules/@babel/compat-data": {
  62. "version": "7.29.0",
  63. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
  64. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  65. "dev": true,
  66. "license": "MIT",
  67. "engines": {
  68. "node": ">=6.9.0"
  69. }
  70. },
  71. "node_modules/@babel/core": {
  72. "version": "7.29.0",
  73. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  74. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  75. "dev": true,
  76. "license": "MIT",
  77. "dependencies": {
  78. "@babel/code-frame": "^7.29.0",
  79. "@babel/generator": "^7.29.0",
  80. "@babel/helper-compilation-targets": "^7.28.6",
  81. "@babel/helper-module-transforms": "^7.28.6",
  82. "@babel/helpers": "^7.28.6",
  83. "@babel/parser": "^7.29.0",
  84. "@babel/template": "^7.28.6",
  85. "@babel/traverse": "^7.29.0",
  86. "@babel/types": "^7.29.0",
  87. "@jridgewell/remapping": "^2.3.5",
  88. "convert-source-map": "^2.0.0",
  89. "debug": "^4.1.0",
  90. "gensync": "^1.0.0-beta.2",
  91. "json5": "^2.2.3",
  92. "semver": "^6.3.1"
  93. },
  94. "engines": {
  95. "node": ">=6.9.0"
  96. },
  97. "funding": {
  98. "type": "opencollective",
  99. "url": "https://opencollective.com/babel"
  100. }
  101. },
  102. "node_modules/@babel/generator": {
  103. "version": "7.29.1",
  104. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  105. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  106. "dev": true,
  107. "license": "MIT",
  108. "dependencies": {
  109. "@babel/parser": "^7.29.0",
  110. "@babel/types": "^7.29.0",
  111. "@jridgewell/gen-mapping": "^0.3.12",
  112. "@jridgewell/trace-mapping": "^0.3.28",
  113. "jsesc": "^3.0.2"
  114. },
  115. "engines": {
  116. "node": ">=6.9.0"
  117. }
  118. },
  119. "node_modules/@babel/helper-compilation-targets": {
  120. "version": "7.28.6",
  121. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  122. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  123. "dev": true,
  124. "license": "MIT",
  125. "dependencies": {
  126. "@babel/compat-data": "^7.28.6",
  127. "@babel/helper-validator-option": "^7.27.1",
  128. "browserslist": "^4.24.0",
  129. "lru-cache": "^5.1.1",
  130. "semver": "^6.3.1"
  131. },
  132. "engines": {
  133. "node": ">=6.9.0"
  134. }
  135. },
  136. "node_modules/@babel/helper-globals": {
  137. "version": "7.28.0",
  138. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  139. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  140. "dev": true,
  141. "license": "MIT",
  142. "engines": {
  143. "node": ">=6.9.0"
  144. }
  145. },
  146. "node_modules/@babel/helper-module-imports": {
  147. "version": "7.28.6",
  148. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  149. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  150. "dev": true,
  151. "license": "MIT",
  152. "dependencies": {
  153. "@babel/traverse": "^7.28.6",
  154. "@babel/types": "^7.28.6"
  155. },
  156. "engines": {
  157. "node": ">=6.9.0"
  158. }
  159. },
  160. "node_modules/@babel/helper-module-transforms": {
  161. "version": "7.28.6",
  162. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  163. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  164. "dev": true,
  165. "license": "MIT",
  166. "dependencies": {
  167. "@babel/helper-module-imports": "^7.28.6",
  168. "@babel/helper-validator-identifier": "^7.28.5",
  169. "@babel/traverse": "^7.28.6"
  170. },
  171. "engines": {
  172. "node": ">=6.9.0"
  173. },
  174. "peerDependencies": {
  175. "@babel/core": "^7.0.0"
  176. }
  177. },
  178. "node_modules/@babel/helper-string-parser": {
  179. "version": "7.27.1",
  180. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  181. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  182. "dev": true,
  183. "license": "MIT",
  184. "engines": {
  185. "node": ">=6.9.0"
  186. }
  187. },
  188. "node_modules/@babel/helper-validator-identifier": {
  189. "version": "7.28.5",
  190. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  191. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  192. "dev": true,
  193. "license": "MIT",
  194. "engines": {
  195. "node": ">=6.9.0"
  196. }
  197. },
  198. "node_modules/@babel/helper-validator-option": {
  199. "version": "7.27.1",
  200. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  201. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  202. "dev": true,
  203. "license": "MIT",
  204. "engines": {
  205. "node": ">=6.9.0"
  206. }
  207. },
  208. "node_modules/@babel/helpers": {
  209. "version": "7.29.2",
  210. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
  211. "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
  212. "dev": true,
  213. "license": "MIT",
  214. "dependencies": {
  215. "@babel/template": "^7.28.6",
  216. "@babel/types": "^7.29.0"
  217. },
  218. "engines": {
  219. "node": ">=6.9.0"
  220. }
  221. },
  222. "node_modules/@babel/parser": {
  223. "version": "7.29.2",
  224. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  225. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  226. "dev": true,
  227. "license": "MIT",
  228. "dependencies": {
  229. "@babel/types": "^7.29.0"
  230. },
  231. "bin": {
  232. "parser": "bin/babel-parser.js"
  233. },
  234. "engines": {
  235. "node": ">=6.0.0"
  236. }
  237. },
  238. "node_modules/@babel/template": {
  239. "version": "7.28.6",
  240. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  241. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  242. "dev": true,
  243. "license": "MIT",
  244. "dependencies": {
  245. "@babel/code-frame": "^7.28.6",
  246. "@babel/parser": "^7.28.6",
  247. "@babel/types": "^7.28.6"
  248. },
  249. "engines": {
  250. "node": ">=6.9.0"
  251. }
  252. },
  253. "node_modules/@babel/traverse": {
  254. "version": "7.29.0",
  255. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  256. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  257. "dev": true,
  258. "license": "MIT",
  259. "dependencies": {
  260. "@babel/code-frame": "^7.29.0",
  261. "@babel/generator": "^7.29.0",
  262. "@babel/helper-globals": "^7.28.0",
  263. "@babel/parser": "^7.29.0",
  264. "@babel/template": "^7.28.6",
  265. "@babel/types": "^7.29.0",
  266. "debug": "^4.3.1"
  267. },
  268. "engines": {
  269. "node": ">=6.9.0"
  270. }
  271. },
  272. "node_modules/@babel/types": {
  273. "version": "7.29.0",
  274. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  275. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  276. "dev": true,
  277. "license": "MIT",
  278. "dependencies": {
  279. "@babel/helper-string-parser": "^7.27.1",
  280. "@babel/helper-validator-identifier": "^7.28.5"
  281. },
  282. "engines": {
  283. "node": ">=6.9.0"
  284. }
  285. },
  286. "node_modules/@emnapi/core": {
  287. "version": "1.9.2",
  288. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
  289. "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
  290. "dev": true,
  291. "license": "MIT",
  292. "optional": true,
  293. "dependencies": {
  294. "@emnapi/wasi-threads": "1.2.1",
  295. "tslib": "^2.4.0"
  296. }
  297. },
  298. "node_modules/@emnapi/runtime": {
  299. "version": "1.9.2",
  300. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
  301. "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
  302. "license": "MIT",
  303. "optional": true,
  304. "dependencies": {
  305. "tslib": "^2.4.0"
  306. }
  307. },
  308. "node_modules/@emnapi/wasi-threads": {
  309. "version": "1.2.1",
  310. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  311. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  312. "dev": true,
  313. "license": "MIT",
  314. "optional": true,
  315. "dependencies": {
  316. "tslib": "^2.4.0"
  317. }
  318. },
  319. "node_modules/@epic-web/invariant": {
  320. "version": "1.0.0",
  321. "resolved": "https://registry.npmjs.org/@epic-web/invariant/-/invariant-1.0.0.tgz",
  322. "integrity": "sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==",
  323. "dev": true,
  324. "license": "MIT"
  325. },
  326. "node_modules/@eslint-community/eslint-utils": {
  327. "version": "4.9.1",
  328. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  329. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  330. "dev": true,
  331. "license": "MIT",
  332. "dependencies": {
  333. "eslint-visitor-keys": "^3.4.3"
  334. },
  335. "engines": {
  336. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  337. },
  338. "funding": {
  339. "url": "https://opencollective.com/eslint"
  340. },
  341. "peerDependencies": {
  342. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  343. }
  344. },
  345. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  346. "version": "3.4.3",
  347. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  348. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  349. "dev": true,
  350. "license": "Apache-2.0",
  351. "engines": {
  352. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  353. },
  354. "funding": {
  355. "url": "https://opencollective.com/eslint"
  356. }
  357. },
  358. "node_modules/@eslint-community/regexpp": {
  359. "version": "4.12.2",
  360. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  361. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  362. "dev": true,
  363. "license": "MIT",
  364. "engines": {
  365. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  366. }
  367. },
  368. "node_modules/@eslint/config-array": {
  369. "version": "0.21.2",
  370. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
  371. "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
  372. "dev": true,
  373. "license": "Apache-2.0",
  374. "dependencies": {
  375. "@eslint/object-schema": "^2.1.7",
  376. "debug": "^4.3.1",
  377. "minimatch": "^3.1.5"
  378. },
  379. "engines": {
  380. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  381. }
  382. },
  383. "node_modules/@eslint/config-helpers": {
  384. "version": "0.4.2",
  385. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
  386. "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
  387. "dev": true,
  388. "license": "Apache-2.0",
  389. "dependencies": {
  390. "@eslint/core": "^0.17.0"
  391. },
  392. "engines": {
  393. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  394. }
  395. },
  396. "node_modules/@eslint/core": {
  397. "version": "0.17.0",
  398. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
  399. "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
  400. "dev": true,
  401. "license": "Apache-2.0",
  402. "dependencies": {
  403. "@types/json-schema": "^7.0.15"
  404. },
  405. "engines": {
  406. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  407. }
  408. },
  409. "node_modules/@eslint/eslintrc": {
  410. "version": "3.3.5",
  411. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz",
  412. "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
  413. "dev": true,
  414. "license": "MIT",
  415. "dependencies": {
  416. "ajv": "^6.14.0",
  417. "debug": "^4.3.2",
  418. "espree": "^10.0.1",
  419. "globals": "^14.0.0",
  420. "ignore": "^5.2.0",
  421. "import-fresh": "^3.2.1",
  422. "js-yaml": "^4.1.1",
  423. "minimatch": "^3.1.5",
  424. "strip-json-comments": "^3.1.1"
  425. },
  426. "engines": {
  427. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  428. },
  429. "funding": {
  430. "url": "https://opencollective.com/eslint"
  431. }
  432. },
  433. "node_modules/@eslint/js": {
  434. "version": "9.39.4",
  435. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",
  436. "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",
  437. "dev": true,
  438. "license": "MIT",
  439. "engines": {
  440. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  441. },
  442. "funding": {
  443. "url": "https://eslint.org/donate"
  444. }
  445. },
  446. "node_modules/@eslint/object-schema": {
  447. "version": "2.1.7",
  448. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  449. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  450. "dev": true,
  451. "license": "Apache-2.0",
  452. "engines": {
  453. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  454. }
  455. },
  456. "node_modules/@eslint/plugin-kit": {
  457. "version": "0.4.1",
  458. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
  459. "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
  460. "dev": true,
  461. "license": "Apache-2.0",
  462. "dependencies": {
  463. "@eslint/core": "^0.17.0",
  464. "levn": "^0.4.1"
  465. },
  466. "engines": {
  467. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  468. }
  469. },
  470. "node_modules/@formatjs/bigdecimal": {
  471. "version": "0.2.0",
  472. "resolved": "https://registry.npmjs.org/@formatjs/bigdecimal/-/bigdecimal-0.2.0.tgz",
  473. "integrity": "sha512-GeaxHZbUoYvHL9tC5eltHLs+1zU70aPw0s7LwqgktIzF5oMhNY4o4deEtusJMsq7WFJF3Ye2zQEzdG8beVk73w==",
  474. "license": "MIT"
  475. },
  476. "node_modules/@formatjs/ecma402-abstract": {
  477. "version": "3.2.0",
  478. "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-3.2.0.tgz",
  479. "integrity": "sha512-dHnqHgBo6GXYGRsepaE1wmsC2etaivOWd5VaJstZd+HI2zR3DCUjbDVZRtoPGkkXZmyHvBwrdEUuqfvzhF/DtQ==",
  480. "license": "MIT",
  481. "dependencies": {
  482. "@formatjs/bigdecimal": "0.2.0",
  483. "@formatjs/fast-memoize": "3.1.1",
  484. "@formatjs/intl-localematcher": "0.8.2"
  485. }
  486. },
  487. "node_modules/@formatjs/fast-memoize": {
  488. "version": "3.1.1",
  489. "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-3.1.1.tgz",
  490. "integrity": "sha512-CbNbf+tlJn1baRnPkNePnBqTLxGliG6DDgNa/UtV66abwIjwsliPMOt0172tzxABYzSuxZBZfcp//qI8AvBWPg==",
  491. "license": "MIT"
  492. },
  493. "node_modules/@formatjs/icu-messageformat-parser": {
  494. "version": "3.5.3",
  495. "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-3.5.3.tgz",
  496. "integrity": "sha512-HJWZ9S6JWey6iY5+YXE3Kd0ofWU1sC2KTTp56e1168g/xxWvVvr8k9G4fexIgwYV9wbtjY7kGYK5FjoWB3B2OQ==",
  497. "license": "MIT",
  498. "dependencies": {
  499. "@formatjs/ecma402-abstract": "3.2.0",
  500. "@formatjs/icu-skeleton-parser": "2.1.3"
  501. }
  502. },
  503. "node_modules/@formatjs/icu-skeleton-parser": {
  504. "version": "2.1.3",
  505. "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-2.1.3.tgz",
  506. "integrity": "sha512-9mFp8TJ166ZM2pcjKwsBWXrDnOJGT7vMEScVgLygUODPOsE8S6f/FHoacvrlHK1B4dYZk8vSCNruyPU64AfgJQ==",
  507. "license": "MIT",
  508. "dependencies": {
  509. "@formatjs/ecma402-abstract": "3.2.0"
  510. }
  511. },
  512. "node_modules/@formatjs/intl-localematcher": {
  513. "version": "0.8.2",
  514. "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.8.2.tgz",
  515. "integrity": "sha512-q05KMYGJLyqFNFtIb8NhWLF5X3aK/k0wYt7dnRFuy6aLQL+vUwQ1cg5cO4qawEiINybeCPXAWlprY2mSBjSXAQ==",
  516. "license": "MIT",
  517. "dependencies": {
  518. "@formatjs/fast-memoize": "3.1.1"
  519. }
  520. },
  521. "node_modules/@humanfs/core": {
  522. "version": "0.19.1",
  523. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  524. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  525. "dev": true,
  526. "license": "Apache-2.0",
  527. "engines": {
  528. "node": ">=18.18.0"
  529. }
  530. },
  531. "node_modules/@humanfs/node": {
  532. "version": "0.16.7",
  533. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
  534. "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
  535. "dev": true,
  536. "license": "Apache-2.0",
  537. "dependencies": {
  538. "@humanfs/core": "^0.19.1",
  539. "@humanwhocodes/retry": "^0.4.0"
  540. },
  541. "engines": {
  542. "node": ">=18.18.0"
  543. }
  544. },
  545. "node_modules/@humanwhocodes/module-importer": {
  546. "version": "1.0.1",
  547. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  548. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  549. "dev": true,
  550. "license": "Apache-2.0",
  551. "engines": {
  552. "node": ">=12.22"
  553. },
  554. "funding": {
  555. "type": "github",
  556. "url": "https://github.com/sponsors/nzakas"
  557. }
  558. },
  559. "node_modules/@humanwhocodes/retry": {
  560. "version": "0.4.3",
  561. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  562. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  563. "dev": true,
  564. "license": "Apache-2.0",
  565. "engines": {
  566. "node": ">=18.18"
  567. },
  568. "funding": {
  569. "type": "github",
  570. "url": "https://github.com/sponsors/nzakas"
  571. }
  572. },
  573. "node_modules/@img/colour": {
  574. "version": "1.1.0",
  575. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  576. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  577. "license": "MIT",
  578. "optional": true,
  579. "engines": {
  580. "node": ">=18"
  581. }
  582. },
  583. "node_modules/@img/sharp-darwin-arm64": {
  584. "version": "0.34.5",
  585. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  586. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  587. "cpu": [
  588. "arm64"
  589. ],
  590. "license": "Apache-2.0",
  591. "optional": true,
  592. "os": [
  593. "darwin"
  594. ],
  595. "engines": {
  596. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  597. },
  598. "funding": {
  599. "url": "https://opencollective.com/libvips"
  600. },
  601. "optionalDependencies": {
  602. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  603. }
  604. },
  605. "node_modules/@img/sharp-darwin-x64": {
  606. "version": "0.34.5",
  607. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  608. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  609. "cpu": [
  610. "x64"
  611. ],
  612. "license": "Apache-2.0",
  613. "optional": true,
  614. "os": [
  615. "darwin"
  616. ],
  617. "engines": {
  618. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  619. },
  620. "funding": {
  621. "url": "https://opencollective.com/libvips"
  622. },
  623. "optionalDependencies": {
  624. "@img/sharp-libvips-darwin-x64": "1.2.4"
  625. }
  626. },
  627. "node_modules/@img/sharp-libvips-darwin-arm64": {
  628. "version": "1.2.4",
  629. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  630. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  631. "cpu": [
  632. "arm64"
  633. ],
  634. "license": "LGPL-3.0-or-later",
  635. "optional": true,
  636. "os": [
  637. "darwin"
  638. ],
  639. "funding": {
  640. "url": "https://opencollective.com/libvips"
  641. }
  642. },
  643. "node_modules/@img/sharp-libvips-darwin-x64": {
  644. "version": "1.2.4",
  645. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  646. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  647. "cpu": [
  648. "x64"
  649. ],
  650. "license": "LGPL-3.0-or-later",
  651. "optional": true,
  652. "os": [
  653. "darwin"
  654. ],
  655. "funding": {
  656. "url": "https://opencollective.com/libvips"
  657. }
  658. },
  659. "node_modules/@img/sharp-libvips-linux-arm": {
  660. "version": "1.2.4",
  661. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  662. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  663. "cpu": [
  664. "arm"
  665. ],
  666. "license": "LGPL-3.0-or-later",
  667. "optional": true,
  668. "os": [
  669. "linux"
  670. ],
  671. "funding": {
  672. "url": "https://opencollective.com/libvips"
  673. }
  674. },
  675. "node_modules/@img/sharp-libvips-linux-arm64": {
  676. "version": "1.2.4",
  677. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  678. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  679. "cpu": [
  680. "arm64"
  681. ],
  682. "license": "LGPL-3.0-or-later",
  683. "optional": true,
  684. "os": [
  685. "linux"
  686. ],
  687. "funding": {
  688. "url": "https://opencollective.com/libvips"
  689. }
  690. },
  691. "node_modules/@img/sharp-libvips-linux-ppc64": {
  692. "version": "1.2.4",
  693. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  694. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  695. "cpu": [
  696. "ppc64"
  697. ],
  698. "license": "LGPL-3.0-or-later",
  699. "optional": true,
  700. "os": [
  701. "linux"
  702. ],
  703. "funding": {
  704. "url": "https://opencollective.com/libvips"
  705. }
  706. },
  707. "node_modules/@img/sharp-libvips-linux-riscv64": {
  708. "version": "1.2.4",
  709. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  710. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  711. "cpu": [
  712. "riscv64"
  713. ],
  714. "license": "LGPL-3.0-or-later",
  715. "optional": true,
  716. "os": [
  717. "linux"
  718. ],
  719. "funding": {
  720. "url": "https://opencollective.com/libvips"
  721. }
  722. },
  723. "node_modules/@img/sharp-libvips-linux-s390x": {
  724. "version": "1.2.4",
  725. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  726. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  727. "cpu": [
  728. "s390x"
  729. ],
  730. "license": "LGPL-3.0-or-later",
  731. "optional": true,
  732. "os": [
  733. "linux"
  734. ],
  735. "funding": {
  736. "url": "https://opencollective.com/libvips"
  737. }
  738. },
  739. "node_modules/@img/sharp-libvips-linux-x64": {
  740. "version": "1.2.4",
  741. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  742. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  743. "cpu": [
  744. "x64"
  745. ],
  746. "license": "LGPL-3.0-or-later",
  747. "optional": true,
  748. "os": [
  749. "linux"
  750. ],
  751. "funding": {
  752. "url": "https://opencollective.com/libvips"
  753. }
  754. },
  755. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  756. "version": "1.2.4",
  757. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  758. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  759. "cpu": [
  760. "arm64"
  761. ],
  762. "license": "LGPL-3.0-or-later",
  763. "optional": true,
  764. "os": [
  765. "linux"
  766. ],
  767. "funding": {
  768. "url": "https://opencollective.com/libvips"
  769. }
  770. },
  771. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  772. "version": "1.2.4",
  773. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  774. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  775. "cpu": [
  776. "x64"
  777. ],
  778. "license": "LGPL-3.0-or-later",
  779. "optional": true,
  780. "os": [
  781. "linux"
  782. ],
  783. "funding": {
  784. "url": "https://opencollective.com/libvips"
  785. }
  786. },
  787. "node_modules/@img/sharp-linux-arm": {
  788. "version": "0.34.5",
  789. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  790. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  791. "cpu": [
  792. "arm"
  793. ],
  794. "license": "Apache-2.0",
  795. "optional": true,
  796. "os": [
  797. "linux"
  798. ],
  799. "engines": {
  800. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  801. },
  802. "funding": {
  803. "url": "https://opencollective.com/libvips"
  804. },
  805. "optionalDependencies": {
  806. "@img/sharp-libvips-linux-arm": "1.2.4"
  807. }
  808. },
  809. "node_modules/@img/sharp-linux-arm64": {
  810. "version": "0.34.5",
  811. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  812. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  813. "cpu": [
  814. "arm64"
  815. ],
  816. "license": "Apache-2.0",
  817. "optional": true,
  818. "os": [
  819. "linux"
  820. ],
  821. "engines": {
  822. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  823. },
  824. "funding": {
  825. "url": "https://opencollective.com/libvips"
  826. },
  827. "optionalDependencies": {
  828. "@img/sharp-libvips-linux-arm64": "1.2.4"
  829. }
  830. },
  831. "node_modules/@img/sharp-linux-ppc64": {
  832. "version": "0.34.5",
  833. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  834. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  835. "cpu": [
  836. "ppc64"
  837. ],
  838. "license": "Apache-2.0",
  839. "optional": true,
  840. "os": [
  841. "linux"
  842. ],
  843. "engines": {
  844. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  845. },
  846. "funding": {
  847. "url": "https://opencollective.com/libvips"
  848. },
  849. "optionalDependencies": {
  850. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  851. }
  852. },
  853. "node_modules/@img/sharp-linux-riscv64": {
  854. "version": "0.34.5",
  855. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  856. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  857. "cpu": [
  858. "riscv64"
  859. ],
  860. "license": "Apache-2.0",
  861. "optional": true,
  862. "os": [
  863. "linux"
  864. ],
  865. "engines": {
  866. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  867. },
  868. "funding": {
  869. "url": "https://opencollective.com/libvips"
  870. },
  871. "optionalDependencies": {
  872. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  873. }
  874. },
  875. "node_modules/@img/sharp-linux-s390x": {
  876. "version": "0.34.5",
  877. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  878. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  879. "cpu": [
  880. "s390x"
  881. ],
  882. "license": "Apache-2.0",
  883. "optional": true,
  884. "os": [
  885. "linux"
  886. ],
  887. "engines": {
  888. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  889. },
  890. "funding": {
  891. "url": "https://opencollective.com/libvips"
  892. },
  893. "optionalDependencies": {
  894. "@img/sharp-libvips-linux-s390x": "1.2.4"
  895. }
  896. },
  897. "node_modules/@img/sharp-linux-x64": {
  898. "version": "0.34.5",
  899. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  900. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  901. "cpu": [
  902. "x64"
  903. ],
  904. "license": "Apache-2.0",
  905. "optional": true,
  906. "os": [
  907. "linux"
  908. ],
  909. "engines": {
  910. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  911. },
  912. "funding": {
  913. "url": "https://opencollective.com/libvips"
  914. },
  915. "optionalDependencies": {
  916. "@img/sharp-libvips-linux-x64": "1.2.4"
  917. }
  918. },
  919. "node_modules/@img/sharp-linuxmusl-arm64": {
  920. "version": "0.34.5",
  921. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  922. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  923. "cpu": [
  924. "arm64"
  925. ],
  926. "license": "Apache-2.0",
  927. "optional": true,
  928. "os": [
  929. "linux"
  930. ],
  931. "engines": {
  932. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  933. },
  934. "funding": {
  935. "url": "https://opencollective.com/libvips"
  936. },
  937. "optionalDependencies": {
  938. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  939. }
  940. },
  941. "node_modules/@img/sharp-linuxmusl-x64": {
  942. "version": "0.34.5",
  943. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  944. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  945. "cpu": [
  946. "x64"
  947. ],
  948. "license": "Apache-2.0",
  949. "optional": true,
  950. "os": [
  951. "linux"
  952. ],
  953. "engines": {
  954. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  955. },
  956. "funding": {
  957. "url": "https://opencollective.com/libvips"
  958. },
  959. "optionalDependencies": {
  960. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  961. }
  962. },
  963. "node_modules/@img/sharp-wasm32": {
  964. "version": "0.34.5",
  965. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  966. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  967. "cpu": [
  968. "wasm32"
  969. ],
  970. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  971. "optional": true,
  972. "dependencies": {
  973. "@emnapi/runtime": "^1.7.0"
  974. },
  975. "engines": {
  976. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  977. },
  978. "funding": {
  979. "url": "https://opencollective.com/libvips"
  980. }
  981. },
  982. "node_modules/@img/sharp-win32-arm64": {
  983. "version": "0.34.5",
  984. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  985. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  986. "cpu": [
  987. "arm64"
  988. ],
  989. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  990. "optional": true,
  991. "os": [
  992. "win32"
  993. ],
  994. "engines": {
  995. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  996. },
  997. "funding": {
  998. "url": "https://opencollective.com/libvips"
  999. }
  1000. },
  1001. "node_modules/@img/sharp-win32-ia32": {
  1002. "version": "0.34.5",
  1003. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1004. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1005. "cpu": [
  1006. "ia32"
  1007. ],
  1008. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1009. "optional": true,
  1010. "os": [
  1011. "win32"
  1012. ],
  1013. "engines": {
  1014. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1015. },
  1016. "funding": {
  1017. "url": "https://opencollective.com/libvips"
  1018. }
  1019. },
  1020. "node_modules/@img/sharp-win32-x64": {
  1021. "version": "0.34.5",
  1022. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1023. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1024. "cpu": [
  1025. "x64"
  1026. ],
  1027. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1028. "optional": true,
  1029. "os": [
  1030. "win32"
  1031. ],
  1032. "engines": {
  1033. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1034. },
  1035. "funding": {
  1036. "url": "https://opencollective.com/libvips"
  1037. }
  1038. },
  1039. "node_modules/@jridgewell/gen-mapping": {
  1040. "version": "0.3.13",
  1041. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1042. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1043. "dev": true,
  1044. "license": "MIT",
  1045. "dependencies": {
  1046. "@jridgewell/sourcemap-codec": "^1.5.0",
  1047. "@jridgewell/trace-mapping": "^0.3.24"
  1048. }
  1049. },
  1050. "node_modules/@jridgewell/remapping": {
  1051. "version": "2.3.5",
  1052. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1053. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1054. "dev": true,
  1055. "license": "MIT",
  1056. "dependencies": {
  1057. "@jridgewell/gen-mapping": "^0.3.5",
  1058. "@jridgewell/trace-mapping": "^0.3.24"
  1059. }
  1060. },
  1061. "node_modules/@jridgewell/resolve-uri": {
  1062. "version": "3.1.2",
  1063. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1064. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1065. "dev": true,
  1066. "license": "MIT",
  1067. "engines": {
  1068. "node": ">=6.0.0"
  1069. }
  1070. },
  1071. "node_modules/@jridgewell/sourcemap-codec": {
  1072. "version": "1.5.5",
  1073. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1074. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1075. "dev": true,
  1076. "license": "MIT"
  1077. },
  1078. "node_modules/@jridgewell/trace-mapping": {
  1079. "version": "0.3.31",
  1080. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1081. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1082. "dev": true,
  1083. "license": "MIT",
  1084. "dependencies": {
  1085. "@jridgewell/resolve-uri": "^3.1.0",
  1086. "@jridgewell/sourcemap-codec": "^1.4.14"
  1087. }
  1088. },
  1089. "node_modules/@napi-rs/wasm-runtime": {
  1090. "version": "0.2.12",
  1091. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  1092. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  1093. "dev": true,
  1094. "license": "MIT",
  1095. "optional": true,
  1096. "dependencies": {
  1097. "@emnapi/core": "^1.4.3",
  1098. "@emnapi/runtime": "^1.4.3",
  1099. "@tybys/wasm-util": "^0.10.0"
  1100. }
  1101. },
  1102. "node_modules/@next/env": {
  1103. "version": "16.2.3",
  1104. "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.3.tgz",
  1105. "integrity": "sha512-ZWXyj4uNu4GCWQw9cjRxWlbD+33mcDszIo9iQxFnBX3Wmgq9ulaSJcl6VhuWx5pCWqqD+9W6Wfz7N0lM5lYPMA==",
  1106. "license": "MIT"
  1107. },
  1108. "node_modules/@next/eslint-plugin-next": {
  1109. "version": "16.2.3",
  1110. "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.3.tgz",
  1111. "integrity": "sha512-nE/b9mht28XJxjTwKs/yk7w4XTaU3t40UHVAky6cjiijdP/SEy3hGsnQMPxmXPTpC7W4/97okm6fngKnvCqVaA==",
  1112. "dev": true,
  1113. "license": "MIT",
  1114. "dependencies": {
  1115. "fast-glob": "3.3.1"
  1116. }
  1117. },
  1118. "node_modules/@next/swc-darwin-arm64": {
  1119. "version": "16.2.3",
  1120. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.3.tgz",
  1121. "integrity": "sha512-u37KDKTKQ+OQLvY+z7SNXixwo4Q2/IAJFDzU1fYe66IbCE51aDSAzkNDkWmLN0yjTUh4BKBd+hb69jYn6qqqSg==",
  1122. "cpu": [
  1123. "arm64"
  1124. ],
  1125. "license": "MIT",
  1126. "optional": true,
  1127. "os": [
  1128. "darwin"
  1129. ],
  1130. "engines": {
  1131. "node": ">= 10"
  1132. }
  1133. },
  1134. "node_modules/@next/swc-darwin-x64": {
  1135. "version": "16.2.3",
  1136. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.3.tgz",
  1137. "integrity": "sha512-gHjL/qy6Q6CG3176FWbAKyKh9IfntKZTB3RY/YOJdDFpHGsUDXVH38U4mMNpHVGXmeYW4wj22dMp1lTfmu/bTQ==",
  1138. "cpu": [
  1139. "x64"
  1140. ],
  1141. "license": "MIT",
  1142. "optional": true,
  1143. "os": [
  1144. "darwin"
  1145. ],
  1146. "engines": {
  1147. "node": ">= 10"
  1148. }
  1149. },
  1150. "node_modules/@next/swc-linux-arm64-gnu": {
  1151. "version": "16.2.3",
  1152. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.3.tgz",
  1153. "integrity": "sha512-U6vtblPtU/P14Y/b/n9ZY0GOxbbIhTFuaFR7F4/uMBidCi2nSdaOFhA0Go81L61Zd6527+yvuX44T4ksnf8T+Q==",
  1154. "cpu": [
  1155. "arm64"
  1156. ],
  1157. "license": "MIT",
  1158. "optional": true,
  1159. "os": [
  1160. "linux"
  1161. ],
  1162. "engines": {
  1163. "node": ">= 10"
  1164. }
  1165. },
  1166. "node_modules/@next/swc-linux-arm64-musl": {
  1167. "version": "16.2.3",
  1168. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.3.tgz",
  1169. "integrity": "sha512-/YV0LgjHUmfhQpn9bVoGc4x4nan64pkhWR5wyEV8yCOfwwrH630KpvRg86olQHTwHIn1z59uh6JwKvHq1h4QEw==",
  1170. "cpu": [
  1171. "arm64"
  1172. ],
  1173. "license": "MIT",
  1174. "optional": true,
  1175. "os": [
  1176. "linux"
  1177. ],
  1178. "engines": {
  1179. "node": ">= 10"
  1180. }
  1181. },
  1182. "node_modules/@next/swc-linux-x64-gnu": {
  1183. "version": "16.2.3",
  1184. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.3.tgz",
  1185. "integrity": "sha512-/HiWEcp+WMZ7VajuiMEFGZ6cg0+aYZPqCJD3YJEfpVWQsKYSjXQG06vJP6F1rdA03COD9Fef4aODs3YxKx+RDQ==",
  1186. "cpu": [
  1187. "x64"
  1188. ],
  1189. "license": "MIT",
  1190. "optional": true,
  1191. "os": [
  1192. "linux"
  1193. ],
  1194. "engines": {
  1195. "node": ">= 10"
  1196. }
  1197. },
  1198. "node_modules/@next/swc-linux-x64-musl": {
  1199. "version": "16.2.3",
  1200. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.3.tgz",
  1201. "integrity": "sha512-Kt44hGJfZSefebhk/7nIdivoDr3Ugp5+oNz9VvF3GUtfxutucUIHfIO0ZYO8QlOPDQloUVQn4NVC/9JvHRk9hw==",
  1202. "cpu": [
  1203. "x64"
  1204. ],
  1205. "license": "MIT",
  1206. "optional": true,
  1207. "os": [
  1208. "linux"
  1209. ],
  1210. "engines": {
  1211. "node": ">= 10"
  1212. }
  1213. },
  1214. "node_modules/@next/swc-win32-arm64-msvc": {
  1215. "version": "16.2.3",
  1216. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.3.tgz",
  1217. "integrity": "sha512-O2NZ9ie3Tq6xj5Z5CSwBT3+aWAMW2PIZ4egUi9MaWLkwaehgtB7YZjPm+UpcNpKOme0IQuqDcor7BsW6QBiQBw==",
  1218. "cpu": [
  1219. "arm64"
  1220. ],
  1221. "license": "MIT",
  1222. "optional": true,
  1223. "os": [
  1224. "win32"
  1225. ],
  1226. "engines": {
  1227. "node": ">= 10"
  1228. }
  1229. },
  1230. "node_modules/@next/swc-win32-x64-msvc": {
  1231. "version": "16.2.3",
  1232. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.3.tgz",
  1233. "integrity": "sha512-Ibm29/GgB/ab5n7XKqlStkm54qqZE8v2FnijUPBgrd67FWrac45o/RsNlaOWjme/B5UqeWt/8KM4aWBwA1D2Kw==",
  1234. "cpu": [
  1235. "x64"
  1236. ],
  1237. "license": "MIT",
  1238. "optional": true,
  1239. "os": [
  1240. "win32"
  1241. ],
  1242. "engines": {
  1243. "node": ">= 10"
  1244. }
  1245. },
  1246. "node_modules/@nodelib/fs.scandir": {
  1247. "version": "2.1.5",
  1248. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1249. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1250. "dev": true,
  1251. "license": "MIT",
  1252. "dependencies": {
  1253. "@nodelib/fs.stat": "2.0.5",
  1254. "run-parallel": "^1.1.9"
  1255. },
  1256. "engines": {
  1257. "node": ">= 8"
  1258. }
  1259. },
  1260. "node_modules/@nodelib/fs.stat": {
  1261. "version": "2.0.5",
  1262. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1263. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1264. "dev": true,
  1265. "license": "MIT",
  1266. "engines": {
  1267. "node": ">= 8"
  1268. }
  1269. },
  1270. "node_modules/@nodelib/fs.walk": {
  1271. "version": "1.2.8",
  1272. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1273. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1274. "dev": true,
  1275. "license": "MIT",
  1276. "dependencies": {
  1277. "@nodelib/fs.scandir": "2.1.5",
  1278. "fastq": "^1.6.0"
  1279. },
  1280. "engines": {
  1281. "node": ">= 8"
  1282. }
  1283. },
  1284. "node_modules/@nolyfill/is-core-module": {
  1285. "version": "1.0.39",
  1286. "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
  1287. "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
  1288. "dev": true,
  1289. "license": "MIT",
  1290. "engines": {
  1291. "node": ">=12.4.0"
  1292. }
  1293. },
  1294. "node_modules/@parcel/watcher": {
  1295. "version": "2.5.6",
  1296. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  1297. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  1298. "hasInstallScript": true,
  1299. "license": "MIT",
  1300. "dependencies": {
  1301. "detect-libc": "^2.0.3",
  1302. "is-glob": "^4.0.3",
  1303. "node-addon-api": "^7.0.0",
  1304. "picomatch": "^4.0.3"
  1305. },
  1306. "engines": {
  1307. "node": ">= 10.0.0"
  1308. },
  1309. "funding": {
  1310. "type": "opencollective",
  1311. "url": "https://opencollective.com/parcel"
  1312. },
  1313. "optionalDependencies": {
  1314. "@parcel/watcher-android-arm64": "2.5.6",
  1315. "@parcel/watcher-darwin-arm64": "2.5.6",
  1316. "@parcel/watcher-darwin-x64": "2.5.6",
  1317. "@parcel/watcher-freebsd-x64": "2.5.6",
  1318. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  1319. "@parcel/watcher-linux-arm-musl": "2.5.6",
  1320. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  1321. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  1322. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  1323. "@parcel/watcher-linux-x64-musl": "2.5.6",
  1324. "@parcel/watcher-win32-arm64": "2.5.6",
  1325. "@parcel/watcher-win32-ia32": "2.5.6",
  1326. "@parcel/watcher-win32-x64": "2.5.6"
  1327. }
  1328. },
  1329. "node_modules/@parcel/watcher-android-arm64": {
  1330. "version": "2.5.6",
  1331. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  1332. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  1333. "cpu": [
  1334. "arm64"
  1335. ],
  1336. "license": "MIT",
  1337. "optional": true,
  1338. "os": [
  1339. "android"
  1340. ],
  1341. "engines": {
  1342. "node": ">= 10.0.0"
  1343. },
  1344. "funding": {
  1345. "type": "opencollective",
  1346. "url": "https://opencollective.com/parcel"
  1347. }
  1348. },
  1349. "node_modules/@parcel/watcher-darwin-arm64": {
  1350. "version": "2.5.6",
  1351. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  1352. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  1353. "cpu": [
  1354. "arm64"
  1355. ],
  1356. "license": "MIT",
  1357. "optional": true,
  1358. "os": [
  1359. "darwin"
  1360. ],
  1361. "engines": {
  1362. "node": ">= 10.0.0"
  1363. },
  1364. "funding": {
  1365. "type": "opencollective",
  1366. "url": "https://opencollective.com/parcel"
  1367. }
  1368. },
  1369. "node_modules/@parcel/watcher-darwin-x64": {
  1370. "version": "2.5.6",
  1371. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  1372. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  1373. "cpu": [
  1374. "x64"
  1375. ],
  1376. "license": "MIT",
  1377. "optional": true,
  1378. "os": [
  1379. "darwin"
  1380. ],
  1381. "engines": {
  1382. "node": ">= 10.0.0"
  1383. },
  1384. "funding": {
  1385. "type": "opencollective",
  1386. "url": "https://opencollective.com/parcel"
  1387. }
  1388. },
  1389. "node_modules/@parcel/watcher-freebsd-x64": {
  1390. "version": "2.5.6",
  1391. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  1392. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  1393. "cpu": [
  1394. "x64"
  1395. ],
  1396. "license": "MIT",
  1397. "optional": true,
  1398. "os": [
  1399. "freebsd"
  1400. ],
  1401. "engines": {
  1402. "node": ">= 10.0.0"
  1403. },
  1404. "funding": {
  1405. "type": "opencollective",
  1406. "url": "https://opencollective.com/parcel"
  1407. }
  1408. },
  1409. "node_modules/@parcel/watcher-linux-arm-glibc": {
  1410. "version": "2.5.6",
  1411. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  1412. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  1413. "cpu": [
  1414. "arm"
  1415. ],
  1416. "license": "MIT",
  1417. "optional": true,
  1418. "os": [
  1419. "linux"
  1420. ],
  1421. "engines": {
  1422. "node": ">= 10.0.0"
  1423. },
  1424. "funding": {
  1425. "type": "opencollective",
  1426. "url": "https://opencollective.com/parcel"
  1427. }
  1428. },
  1429. "node_modules/@parcel/watcher-linux-arm-musl": {
  1430. "version": "2.5.6",
  1431. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  1432. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  1433. "cpu": [
  1434. "arm"
  1435. ],
  1436. "license": "MIT",
  1437. "optional": true,
  1438. "os": [
  1439. "linux"
  1440. ],
  1441. "engines": {
  1442. "node": ">= 10.0.0"
  1443. },
  1444. "funding": {
  1445. "type": "opencollective",
  1446. "url": "https://opencollective.com/parcel"
  1447. }
  1448. },
  1449. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  1450. "version": "2.5.6",
  1451. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  1452. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  1453. "cpu": [
  1454. "arm64"
  1455. ],
  1456. "license": "MIT",
  1457. "optional": true,
  1458. "os": [
  1459. "linux"
  1460. ],
  1461. "engines": {
  1462. "node": ">= 10.0.0"
  1463. },
  1464. "funding": {
  1465. "type": "opencollective",
  1466. "url": "https://opencollective.com/parcel"
  1467. }
  1468. },
  1469. "node_modules/@parcel/watcher-linux-arm64-musl": {
  1470. "version": "2.5.6",
  1471. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  1472. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  1473. "cpu": [
  1474. "arm64"
  1475. ],
  1476. "license": "MIT",
  1477. "optional": true,
  1478. "os": [
  1479. "linux"
  1480. ],
  1481. "engines": {
  1482. "node": ">= 10.0.0"
  1483. },
  1484. "funding": {
  1485. "type": "opencollective",
  1486. "url": "https://opencollective.com/parcel"
  1487. }
  1488. },
  1489. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1490. "version": "2.5.6",
  1491. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  1492. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  1493. "cpu": [
  1494. "x64"
  1495. ],
  1496. "license": "MIT",
  1497. "optional": true,
  1498. "os": [
  1499. "linux"
  1500. ],
  1501. "engines": {
  1502. "node": ">= 10.0.0"
  1503. },
  1504. "funding": {
  1505. "type": "opencollective",
  1506. "url": "https://opencollective.com/parcel"
  1507. }
  1508. },
  1509. "node_modules/@parcel/watcher-linux-x64-musl": {
  1510. "version": "2.5.6",
  1511. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  1512. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  1513. "cpu": [
  1514. "x64"
  1515. ],
  1516. "license": "MIT",
  1517. "optional": true,
  1518. "os": [
  1519. "linux"
  1520. ],
  1521. "engines": {
  1522. "node": ">= 10.0.0"
  1523. },
  1524. "funding": {
  1525. "type": "opencollective",
  1526. "url": "https://opencollective.com/parcel"
  1527. }
  1528. },
  1529. "node_modules/@parcel/watcher-win32-arm64": {
  1530. "version": "2.5.6",
  1531. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  1532. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  1533. "cpu": [
  1534. "arm64"
  1535. ],
  1536. "license": "MIT",
  1537. "optional": true,
  1538. "os": [
  1539. "win32"
  1540. ],
  1541. "engines": {
  1542. "node": ">= 10.0.0"
  1543. },
  1544. "funding": {
  1545. "type": "opencollective",
  1546. "url": "https://opencollective.com/parcel"
  1547. }
  1548. },
  1549. "node_modules/@parcel/watcher-win32-ia32": {
  1550. "version": "2.5.6",
  1551. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  1552. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  1553. "cpu": [
  1554. "ia32"
  1555. ],
  1556. "license": "MIT",
  1557. "optional": true,
  1558. "os": [
  1559. "win32"
  1560. ],
  1561. "engines": {
  1562. "node": ">= 10.0.0"
  1563. },
  1564. "funding": {
  1565. "type": "opencollective",
  1566. "url": "https://opencollective.com/parcel"
  1567. }
  1568. },
  1569. "node_modules/@parcel/watcher-win32-x64": {
  1570. "version": "2.5.6",
  1571. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  1572. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  1573. "cpu": [
  1574. "x64"
  1575. ],
  1576. "license": "MIT",
  1577. "optional": true,
  1578. "os": [
  1579. "win32"
  1580. ],
  1581. "engines": {
  1582. "node": ">= 10.0.0"
  1583. },
  1584. "funding": {
  1585. "type": "opencollective",
  1586. "url": "https://opencollective.com/parcel"
  1587. }
  1588. },
  1589. "node_modules/@parcel/watcher/node_modules/picomatch": {
  1590. "version": "4.0.4",
  1591. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  1592. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  1593. "license": "MIT",
  1594. "engines": {
  1595. "node": ">=12"
  1596. },
  1597. "funding": {
  1598. "url": "https://github.com/sponsors/jonschlinkert"
  1599. }
  1600. },
  1601. "node_modules/@rtsao/scc": {
  1602. "version": "1.1.0",
  1603. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  1604. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1605. "dev": true,
  1606. "license": "MIT"
  1607. },
  1608. "node_modules/@schummar/icu-type-parser": {
  1609. "version": "1.21.5",
  1610. "resolved": "https://registry.npmjs.org/@schummar/icu-type-parser/-/icu-type-parser-1.21.5.tgz",
  1611. "integrity": "sha512-bXHSaW5jRTmke9Vd0h5P7BtWZG9Znqb8gSDxZnxaGSJnGwPLDPfS+3g0BKzeWqzgZPsIVZkM7m2tbo18cm5HBw==",
  1612. "license": "MIT"
  1613. },
  1614. "node_modules/@swc/core-darwin-arm64": {
  1615. "version": "1.15.24",
  1616. "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.24.tgz",
  1617. "integrity": "sha512-uM5ZGfFXjtvtJ+fe448PVBEbn/CSxS3UAyLj3O9xOqKIWy3S6hPTXSPbszxkSsGDYKi+YFhzAsR4r/eXLxEQ0g==",
  1618. "cpu": [
  1619. "arm64"
  1620. ],
  1621. "license": "Apache-2.0 AND MIT",
  1622. "optional": true,
  1623. "os": [
  1624. "darwin"
  1625. ],
  1626. "engines": {
  1627. "node": ">=10"
  1628. }
  1629. },
  1630. "node_modules/@swc/core-darwin-x64": {
  1631. "version": "1.15.24",
  1632. "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.24.tgz",
  1633. "integrity": "sha512-fMIb/Zfn929pw25VMBhV7Ji2Dl+lCWtUPNdYJQYOke+00E5fcQ9ynxtP8+qhUo/HZc+mYQb1gJxwHM9vty+lXg==",
  1634. "cpu": [
  1635. "x64"
  1636. ],
  1637. "license": "Apache-2.0 AND MIT",
  1638. "optional": true,
  1639. "os": [
  1640. "darwin"
  1641. ],
  1642. "engines": {
  1643. "node": ">=10"
  1644. }
  1645. },
  1646. "node_modules/@swc/core-linux-arm-gnueabihf": {
  1647. "version": "1.15.24",
  1648. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.24.tgz",
  1649. "integrity": "sha512-vOkjsyjjxnoYx3hMEWcGxQrMgnNrRm6WAegBXrN8foHtDAR+zpdhpGF5a4lj1bNPgXAvmysjui8cM1ov/Clkaw==",
  1650. "cpu": [
  1651. "arm"
  1652. ],
  1653. "license": "Apache-2.0",
  1654. "optional": true,
  1655. "os": [
  1656. "linux"
  1657. ],
  1658. "engines": {
  1659. "node": ">=10"
  1660. }
  1661. },
  1662. "node_modules/@swc/core-linux-arm64-gnu": {
  1663. "version": "1.15.24",
  1664. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.24.tgz",
  1665. "integrity": "sha512-h/oNu+upkXJ6Cicnq7YGVj9PkdfarLCdQa8l/FlHYvfv8CEiMaeeTnpLU7gSBH/rGxosM6Qkfa/J9mThGF9CLA==",
  1666. "cpu": [
  1667. "arm64"
  1668. ],
  1669. "license": "Apache-2.0 AND MIT",
  1670. "optional": true,
  1671. "os": [
  1672. "linux"
  1673. ],
  1674. "engines": {
  1675. "node": ">=10"
  1676. }
  1677. },
  1678. "node_modules/@swc/core-linux-arm64-musl": {
  1679. "version": "1.15.24",
  1680. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.24.tgz",
  1681. "integrity": "sha512-ZpF/pRe1guk6sKzQI9D1jAORtjTdNlyeXn9GDz8ophof/w2WhojRblvSDJaGe7rJjcPN8AaOkhwdRUh7q8oYIg==",
  1682. "cpu": [
  1683. "arm64"
  1684. ],
  1685. "license": "Apache-2.0 AND MIT",
  1686. "optional": true,
  1687. "os": [
  1688. "linux"
  1689. ],
  1690. "engines": {
  1691. "node": ">=10"
  1692. }
  1693. },
  1694. "node_modules/@swc/core-linux-ppc64-gnu": {
  1695. "version": "1.15.24",
  1696. "resolved": "https://registry.npmjs.org/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.24.tgz",
  1697. "integrity": "sha512-QZEsZfisHTSJlmyChgDFNmKPb3W6Lhbfo/O76HhIngfEdnQNmukS38/VSe1feho+xkV5A5hETyCbx3sALBZKAQ==",
  1698. "cpu": [
  1699. "ppc64"
  1700. ],
  1701. "license": "Apache-2.0 AND MIT",
  1702. "optional": true,
  1703. "os": [
  1704. "linux"
  1705. ],
  1706. "engines": {
  1707. "node": ">=10"
  1708. }
  1709. },
  1710. "node_modules/@swc/core-linux-s390x-gnu": {
  1711. "version": "1.15.24",
  1712. "resolved": "https://registry.npmjs.org/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.24.tgz",
  1713. "integrity": "sha512-DLdJKVsJgglqQrJBuoUYNmzm3leI7kUZhLbZGHv42onfKsGf6JDS3+bzCUQfte/XOqDjh/tmmn1DR/CF/tCJFw==",
  1714. "cpu": [
  1715. "s390x"
  1716. ],
  1717. "license": "Apache-2.0 AND MIT",
  1718. "optional": true,
  1719. "os": [
  1720. "linux"
  1721. ],
  1722. "engines": {
  1723. "node": ">=10"
  1724. }
  1725. },
  1726. "node_modules/@swc/core-linux-x64-gnu": {
  1727. "version": "1.15.24",
  1728. "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.24.tgz",
  1729. "integrity": "sha512-IpLYfposPA/XLxYOKpRfeccl1p5dDa3+okZDHHTchBkXEaVCnq5MADPmIWwIYj1tudt7hORsEHccG5no6IUQRw==",
  1730. "cpu": [
  1731. "x64"
  1732. ],
  1733. "license": "Apache-2.0 AND MIT",
  1734. "optional": true,
  1735. "os": [
  1736. "linux"
  1737. ],
  1738. "engines": {
  1739. "node": ">=10"
  1740. }
  1741. },
  1742. "node_modules/@swc/core-linux-x64-musl": {
  1743. "version": "1.15.24",
  1744. "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.24.tgz",
  1745. "integrity": "sha512-JHy3fMSc0t/EPWgo74+OK5TGr51aElnzqfUPaiRf2qJ/BfX5CUCfMiWVBuhI7qmVMBnk1jTRnL/xZnOSHDPLYg==",
  1746. "cpu": [
  1747. "x64"
  1748. ],
  1749. "license": "Apache-2.0 AND MIT",
  1750. "optional": true,
  1751. "os": [
  1752. "linux"
  1753. ],
  1754. "engines": {
  1755. "node": ">=10"
  1756. }
  1757. },
  1758. "node_modules/@swc/core-win32-arm64-msvc": {
  1759. "version": "1.15.24",
  1760. "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.24.tgz",
  1761. "integrity": "sha512-Txj+qUH1z2bUd1P3JvwByfjKFti3cptlAxhWgmunBUUxy/IW3CXLZ6l6Gk4liANadKkU71nIU1X30Z5vpMT3BA==",
  1762. "cpu": [
  1763. "arm64"
  1764. ],
  1765. "license": "Apache-2.0 AND MIT",
  1766. "optional": true,
  1767. "os": [
  1768. "win32"
  1769. ],
  1770. "engines": {
  1771. "node": ">=10"
  1772. }
  1773. },
  1774. "node_modules/@swc/core-win32-ia32-msvc": {
  1775. "version": "1.15.24",
  1776. "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.24.tgz",
  1777. "integrity": "sha512-15D/nl3XwrhFpMv+MADFOiVwv3FvH9j8c6Rf8EXBT3Q5LoMh8YnDnSgPYqw1JzPnksvsBX6QPXLiPqmcR/Z4qQ==",
  1778. "cpu": [
  1779. "ia32"
  1780. ],
  1781. "license": "Apache-2.0 AND MIT",
  1782. "optional": true,
  1783. "os": [
  1784. "win32"
  1785. ],
  1786. "engines": {
  1787. "node": ">=10"
  1788. }
  1789. },
  1790. "node_modules/@swc/core-win32-x64-msvc": {
  1791. "version": "1.15.24",
  1792. "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.24.tgz",
  1793. "integrity": "sha512-PR0PlTlPra2JbaDphrOAzm6s0v9rA0F17YzB+XbWD95B4g2cWcZY9LAeTa4xll70VLw9Jr7xBrlohqlQmelMFQ==",
  1794. "cpu": [
  1795. "x64"
  1796. ],
  1797. "license": "Apache-2.0 AND MIT",
  1798. "optional": true,
  1799. "os": [
  1800. "win32"
  1801. ],
  1802. "engines": {
  1803. "node": ">=10"
  1804. }
  1805. },
  1806. "node_modules/@swc/counter": {
  1807. "version": "0.1.3",
  1808. "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
  1809. "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
  1810. "license": "Apache-2.0"
  1811. },
  1812. "node_modules/@swc/helpers": {
  1813. "version": "0.5.15",
  1814. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
  1815. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  1816. "license": "Apache-2.0",
  1817. "dependencies": {
  1818. "tslib": "^2.8.0"
  1819. }
  1820. },
  1821. "node_modules/@swc/types": {
  1822. "version": "0.1.26",
  1823. "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.26.tgz",
  1824. "integrity": "sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==",
  1825. "license": "Apache-2.0",
  1826. "dependencies": {
  1827. "@swc/counter": "^0.1.3"
  1828. }
  1829. },
  1830. "node_modules/@tailwindcss/node": {
  1831. "version": "4.2.2",
  1832. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz",
  1833. "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
  1834. "dev": true,
  1835. "license": "MIT",
  1836. "dependencies": {
  1837. "@jridgewell/remapping": "^2.3.5",
  1838. "enhanced-resolve": "^5.19.0",
  1839. "jiti": "^2.6.1",
  1840. "lightningcss": "1.32.0",
  1841. "magic-string": "^0.30.21",
  1842. "source-map-js": "^1.2.1",
  1843. "tailwindcss": "4.2.2"
  1844. }
  1845. },
  1846. "node_modules/@tailwindcss/oxide": {
  1847. "version": "4.2.2",
  1848. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
  1849. "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
  1850. "dev": true,
  1851. "license": "MIT",
  1852. "engines": {
  1853. "node": ">= 20"
  1854. },
  1855. "optionalDependencies": {
  1856. "@tailwindcss/oxide-android-arm64": "4.2.2",
  1857. "@tailwindcss/oxide-darwin-arm64": "4.2.2",
  1858. "@tailwindcss/oxide-darwin-x64": "4.2.2",
  1859. "@tailwindcss/oxide-freebsd-x64": "4.2.2",
  1860. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
  1861. "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
  1862. "@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
  1863. "@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
  1864. "@tailwindcss/oxide-linux-x64-musl": "4.2.2",
  1865. "@tailwindcss/oxide-wasm32-wasi": "4.2.2",
  1866. "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
  1867. "@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
  1868. }
  1869. },
  1870. "node_modules/@tailwindcss/oxide-android-arm64": {
  1871. "version": "4.2.2",
  1872. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
  1873. "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
  1874. "cpu": [
  1875. "arm64"
  1876. ],
  1877. "dev": true,
  1878. "license": "MIT",
  1879. "optional": true,
  1880. "os": [
  1881. "android"
  1882. ],
  1883. "engines": {
  1884. "node": ">= 20"
  1885. }
  1886. },
  1887. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1888. "version": "4.2.2",
  1889. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
  1890. "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
  1891. "cpu": [
  1892. "arm64"
  1893. ],
  1894. "dev": true,
  1895. "license": "MIT",
  1896. "optional": true,
  1897. "os": [
  1898. "darwin"
  1899. ],
  1900. "engines": {
  1901. "node": ">= 20"
  1902. }
  1903. },
  1904. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1905. "version": "4.2.2",
  1906. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
  1907. "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
  1908. "cpu": [
  1909. "x64"
  1910. ],
  1911. "dev": true,
  1912. "license": "MIT",
  1913. "optional": true,
  1914. "os": [
  1915. "darwin"
  1916. ],
  1917. "engines": {
  1918. "node": ">= 20"
  1919. }
  1920. },
  1921. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1922. "version": "4.2.2",
  1923. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
  1924. "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
  1925. "cpu": [
  1926. "x64"
  1927. ],
  1928. "dev": true,
  1929. "license": "MIT",
  1930. "optional": true,
  1931. "os": [
  1932. "freebsd"
  1933. ],
  1934. "engines": {
  1935. "node": ">= 20"
  1936. }
  1937. },
  1938. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1939. "version": "4.2.2",
  1940. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
  1941. "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
  1942. "cpu": [
  1943. "arm"
  1944. ],
  1945. "dev": true,
  1946. "license": "MIT",
  1947. "optional": true,
  1948. "os": [
  1949. "linux"
  1950. ],
  1951. "engines": {
  1952. "node": ">= 20"
  1953. }
  1954. },
  1955. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1956. "version": "4.2.2",
  1957. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
  1958. "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
  1959. "cpu": [
  1960. "arm64"
  1961. ],
  1962. "dev": true,
  1963. "license": "MIT",
  1964. "optional": true,
  1965. "os": [
  1966. "linux"
  1967. ],
  1968. "engines": {
  1969. "node": ">= 20"
  1970. }
  1971. },
  1972. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1973. "version": "4.2.2",
  1974. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
  1975. "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
  1976. "cpu": [
  1977. "arm64"
  1978. ],
  1979. "dev": true,
  1980. "license": "MIT",
  1981. "optional": true,
  1982. "os": [
  1983. "linux"
  1984. ],
  1985. "engines": {
  1986. "node": ">= 20"
  1987. }
  1988. },
  1989. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1990. "version": "4.2.2",
  1991. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
  1992. "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
  1993. "cpu": [
  1994. "x64"
  1995. ],
  1996. "dev": true,
  1997. "license": "MIT",
  1998. "optional": true,
  1999. "os": [
  2000. "linux"
  2001. ],
  2002. "engines": {
  2003. "node": ">= 20"
  2004. }
  2005. },
  2006. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  2007. "version": "4.2.2",
  2008. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
  2009. "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
  2010. "cpu": [
  2011. "x64"
  2012. ],
  2013. "dev": true,
  2014. "license": "MIT",
  2015. "optional": true,
  2016. "os": [
  2017. "linux"
  2018. ],
  2019. "engines": {
  2020. "node": ">= 20"
  2021. }
  2022. },
  2023. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  2024. "version": "4.2.2",
  2025. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
  2026. "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
  2027. "bundleDependencies": [
  2028. "@napi-rs/wasm-runtime",
  2029. "@emnapi/core",
  2030. "@emnapi/runtime",
  2031. "@tybys/wasm-util",
  2032. "@emnapi/wasi-threads",
  2033. "tslib"
  2034. ],
  2035. "cpu": [
  2036. "wasm32"
  2037. ],
  2038. "dev": true,
  2039. "license": "MIT",
  2040. "optional": true,
  2041. "dependencies": {
  2042. "@emnapi/core": "^1.8.1",
  2043. "@emnapi/runtime": "^1.8.1",
  2044. "@emnapi/wasi-threads": "^1.1.0",
  2045. "@napi-rs/wasm-runtime": "^1.1.1",
  2046. "@tybys/wasm-util": "^0.10.1",
  2047. "tslib": "^2.8.1"
  2048. },
  2049. "engines": {
  2050. "node": ">=14.0.0"
  2051. }
  2052. },
  2053. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  2054. "version": "4.2.2",
  2055. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
  2056. "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
  2057. "cpu": [
  2058. "arm64"
  2059. ],
  2060. "dev": true,
  2061. "license": "MIT",
  2062. "optional": true,
  2063. "os": [
  2064. "win32"
  2065. ],
  2066. "engines": {
  2067. "node": ">= 20"
  2068. }
  2069. },
  2070. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  2071. "version": "4.2.2",
  2072. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
  2073. "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
  2074. "cpu": [
  2075. "x64"
  2076. ],
  2077. "dev": true,
  2078. "license": "MIT",
  2079. "optional": true,
  2080. "os": [
  2081. "win32"
  2082. ],
  2083. "engines": {
  2084. "node": ">= 20"
  2085. }
  2086. },
  2087. "node_modules/@tailwindcss/postcss": {
  2088. "version": "4.2.2",
  2089. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz",
  2090. "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==",
  2091. "dev": true,
  2092. "license": "MIT",
  2093. "dependencies": {
  2094. "@alloc/quick-lru": "^5.2.0",
  2095. "@tailwindcss/node": "4.2.2",
  2096. "@tailwindcss/oxide": "4.2.2",
  2097. "postcss": "^8.5.6",
  2098. "tailwindcss": "4.2.2"
  2099. }
  2100. },
  2101. "node_modules/@tybys/wasm-util": {
  2102. "version": "0.10.1",
  2103. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  2104. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  2105. "dev": true,
  2106. "license": "MIT",
  2107. "optional": true,
  2108. "dependencies": {
  2109. "tslib": "^2.4.0"
  2110. }
  2111. },
  2112. "node_modules/@types/estree": {
  2113. "version": "1.0.8",
  2114. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  2115. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  2116. "dev": true,
  2117. "license": "MIT"
  2118. },
  2119. "node_modules/@types/json-schema": {
  2120. "version": "7.0.15",
  2121. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  2122. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  2123. "dev": true,
  2124. "license": "MIT"
  2125. },
  2126. "node_modules/@types/json5": {
  2127. "version": "0.0.29",
  2128. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  2129. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  2130. "dev": true,
  2131. "license": "MIT"
  2132. },
  2133. "node_modules/@types/node": {
  2134. "version": "20.19.39",
  2135. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.39.tgz",
  2136. "integrity": "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==",
  2137. "dev": true,
  2138. "license": "MIT",
  2139. "dependencies": {
  2140. "undici-types": "~6.21.0"
  2141. }
  2142. },
  2143. "node_modules/@types/react": {
  2144. "version": "19.2.14",
  2145. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
  2146. "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
  2147. "dev": true,
  2148. "license": "MIT",
  2149. "dependencies": {
  2150. "csstype": "^3.2.2"
  2151. }
  2152. },
  2153. "node_modules/@types/react-dom": {
  2154. "version": "19.2.3",
  2155. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
  2156. "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
  2157. "dev": true,
  2158. "license": "MIT",
  2159. "peerDependencies": {
  2160. "@types/react": "^19.2.0"
  2161. }
  2162. },
  2163. "node_modules/@typescript-eslint/eslint-plugin": {
  2164. "version": "8.58.1",
  2165. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz",
  2166. "integrity": "sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==",
  2167. "dev": true,
  2168. "license": "MIT",
  2169. "dependencies": {
  2170. "@eslint-community/regexpp": "^4.12.2",
  2171. "@typescript-eslint/scope-manager": "8.58.1",
  2172. "@typescript-eslint/type-utils": "8.58.1",
  2173. "@typescript-eslint/utils": "8.58.1",
  2174. "@typescript-eslint/visitor-keys": "8.58.1",
  2175. "ignore": "^7.0.5",
  2176. "natural-compare": "^1.4.0",
  2177. "ts-api-utils": "^2.5.0"
  2178. },
  2179. "engines": {
  2180. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2181. },
  2182. "funding": {
  2183. "type": "opencollective",
  2184. "url": "https://opencollective.com/typescript-eslint"
  2185. },
  2186. "peerDependencies": {
  2187. "@typescript-eslint/parser": "^8.58.1",
  2188. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2189. "typescript": ">=4.8.4 <6.1.0"
  2190. }
  2191. },
  2192. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  2193. "version": "7.0.5",
  2194. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  2195. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  2196. "dev": true,
  2197. "license": "MIT",
  2198. "engines": {
  2199. "node": ">= 4"
  2200. }
  2201. },
  2202. "node_modules/@typescript-eslint/parser": {
  2203. "version": "8.58.1",
  2204. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.1.tgz",
  2205. "integrity": "sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==",
  2206. "dev": true,
  2207. "license": "MIT",
  2208. "dependencies": {
  2209. "@typescript-eslint/scope-manager": "8.58.1",
  2210. "@typescript-eslint/types": "8.58.1",
  2211. "@typescript-eslint/typescript-estree": "8.58.1",
  2212. "@typescript-eslint/visitor-keys": "8.58.1",
  2213. "debug": "^4.4.3"
  2214. },
  2215. "engines": {
  2216. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2217. },
  2218. "funding": {
  2219. "type": "opencollective",
  2220. "url": "https://opencollective.com/typescript-eslint"
  2221. },
  2222. "peerDependencies": {
  2223. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2224. "typescript": ">=4.8.4 <6.1.0"
  2225. }
  2226. },
  2227. "node_modules/@typescript-eslint/project-service": {
  2228. "version": "8.58.1",
  2229. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.1.tgz",
  2230. "integrity": "sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==",
  2231. "dev": true,
  2232. "license": "MIT",
  2233. "dependencies": {
  2234. "@typescript-eslint/tsconfig-utils": "^8.58.1",
  2235. "@typescript-eslint/types": "^8.58.1",
  2236. "debug": "^4.4.3"
  2237. },
  2238. "engines": {
  2239. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2240. },
  2241. "funding": {
  2242. "type": "opencollective",
  2243. "url": "https://opencollective.com/typescript-eslint"
  2244. },
  2245. "peerDependencies": {
  2246. "typescript": ">=4.8.4 <6.1.0"
  2247. }
  2248. },
  2249. "node_modules/@typescript-eslint/scope-manager": {
  2250. "version": "8.58.1",
  2251. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
  2252. "integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
  2253. "dev": true,
  2254. "license": "MIT",
  2255. "dependencies": {
  2256. "@typescript-eslint/types": "8.58.1",
  2257. "@typescript-eslint/visitor-keys": "8.58.1"
  2258. },
  2259. "engines": {
  2260. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2261. },
  2262. "funding": {
  2263. "type": "opencollective",
  2264. "url": "https://opencollective.com/typescript-eslint"
  2265. }
  2266. },
  2267. "node_modules/@typescript-eslint/tsconfig-utils": {
  2268. "version": "8.58.1",
  2269. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
  2270. "integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
  2271. "dev": true,
  2272. "license": "MIT",
  2273. "engines": {
  2274. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2275. },
  2276. "funding": {
  2277. "type": "opencollective",
  2278. "url": "https://opencollective.com/typescript-eslint"
  2279. },
  2280. "peerDependencies": {
  2281. "typescript": ">=4.8.4 <6.1.0"
  2282. }
  2283. },
  2284. "node_modules/@typescript-eslint/type-utils": {
  2285. "version": "8.58.1",
  2286. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz",
  2287. "integrity": "sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==",
  2288. "dev": true,
  2289. "license": "MIT",
  2290. "dependencies": {
  2291. "@typescript-eslint/types": "8.58.1",
  2292. "@typescript-eslint/typescript-estree": "8.58.1",
  2293. "@typescript-eslint/utils": "8.58.1",
  2294. "debug": "^4.4.3",
  2295. "ts-api-utils": "^2.5.0"
  2296. },
  2297. "engines": {
  2298. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2299. },
  2300. "funding": {
  2301. "type": "opencollective",
  2302. "url": "https://opencollective.com/typescript-eslint"
  2303. },
  2304. "peerDependencies": {
  2305. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2306. "typescript": ">=4.8.4 <6.1.0"
  2307. }
  2308. },
  2309. "node_modules/@typescript-eslint/types": {
  2310. "version": "8.58.1",
  2311. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
  2312. "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
  2313. "dev": true,
  2314. "license": "MIT",
  2315. "engines": {
  2316. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2317. },
  2318. "funding": {
  2319. "type": "opencollective",
  2320. "url": "https://opencollective.com/typescript-eslint"
  2321. }
  2322. },
  2323. "node_modules/@typescript-eslint/typescript-estree": {
  2324. "version": "8.58.1",
  2325. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz",
  2326. "integrity": "sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==",
  2327. "dev": true,
  2328. "license": "MIT",
  2329. "dependencies": {
  2330. "@typescript-eslint/project-service": "8.58.1",
  2331. "@typescript-eslint/tsconfig-utils": "8.58.1",
  2332. "@typescript-eslint/types": "8.58.1",
  2333. "@typescript-eslint/visitor-keys": "8.58.1",
  2334. "debug": "^4.4.3",
  2335. "minimatch": "^10.2.2",
  2336. "semver": "^7.7.3",
  2337. "tinyglobby": "^0.2.15",
  2338. "ts-api-utils": "^2.5.0"
  2339. },
  2340. "engines": {
  2341. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2342. },
  2343. "funding": {
  2344. "type": "opencollective",
  2345. "url": "https://opencollective.com/typescript-eslint"
  2346. },
  2347. "peerDependencies": {
  2348. "typescript": ">=4.8.4 <6.1.0"
  2349. }
  2350. },
  2351. "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
  2352. "version": "4.0.4",
  2353. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  2354. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  2355. "dev": true,
  2356. "license": "MIT",
  2357. "engines": {
  2358. "node": "18 || 20 || >=22"
  2359. }
  2360. },
  2361. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  2362. "version": "5.0.5",
  2363. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  2364. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  2365. "dev": true,
  2366. "license": "MIT",
  2367. "dependencies": {
  2368. "balanced-match": "^4.0.2"
  2369. },
  2370. "engines": {
  2371. "node": "18 || 20 || >=22"
  2372. }
  2373. },
  2374. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  2375. "version": "10.2.5",
  2376. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  2377. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  2378. "dev": true,
  2379. "license": "BlueOak-1.0.0",
  2380. "dependencies": {
  2381. "brace-expansion": "^5.0.5"
  2382. },
  2383. "engines": {
  2384. "node": "18 || 20 || >=22"
  2385. },
  2386. "funding": {
  2387. "url": "https://github.com/sponsors/isaacs"
  2388. }
  2389. },
  2390. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2391. "version": "7.7.4",
  2392. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  2393. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  2394. "dev": true,
  2395. "license": "ISC",
  2396. "bin": {
  2397. "semver": "bin/semver.js"
  2398. },
  2399. "engines": {
  2400. "node": ">=10"
  2401. }
  2402. },
  2403. "node_modules/@typescript-eslint/utils": {
  2404. "version": "8.58.1",
  2405. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.1.tgz",
  2406. "integrity": "sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==",
  2407. "dev": true,
  2408. "license": "MIT",
  2409. "dependencies": {
  2410. "@eslint-community/eslint-utils": "^4.9.1",
  2411. "@typescript-eslint/scope-manager": "8.58.1",
  2412. "@typescript-eslint/types": "8.58.1",
  2413. "@typescript-eslint/typescript-estree": "8.58.1"
  2414. },
  2415. "engines": {
  2416. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2417. },
  2418. "funding": {
  2419. "type": "opencollective",
  2420. "url": "https://opencollective.com/typescript-eslint"
  2421. },
  2422. "peerDependencies": {
  2423. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2424. "typescript": ">=4.8.4 <6.1.0"
  2425. }
  2426. },
  2427. "node_modules/@typescript-eslint/visitor-keys": {
  2428. "version": "8.58.1",
  2429. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
  2430. "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
  2431. "dev": true,
  2432. "license": "MIT",
  2433. "dependencies": {
  2434. "@typescript-eslint/types": "8.58.1",
  2435. "eslint-visitor-keys": "^5.0.0"
  2436. },
  2437. "engines": {
  2438. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2439. },
  2440. "funding": {
  2441. "type": "opencollective",
  2442. "url": "https://opencollective.com/typescript-eslint"
  2443. }
  2444. },
  2445. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  2446. "version": "5.0.1",
  2447. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  2448. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  2449. "dev": true,
  2450. "license": "Apache-2.0",
  2451. "engines": {
  2452. "node": "^20.19.0 || ^22.13.0 || >=24"
  2453. },
  2454. "funding": {
  2455. "url": "https://opencollective.com/eslint"
  2456. }
  2457. },
  2458. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  2459. "version": "1.11.1",
  2460. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  2461. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  2462. "cpu": [
  2463. "arm"
  2464. ],
  2465. "dev": true,
  2466. "license": "MIT",
  2467. "optional": true,
  2468. "os": [
  2469. "android"
  2470. ]
  2471. },
  2472. "node_modules/@unrs/resolver-binding-android-arm64": {
  2473. "version": "1.11.1",
  2474. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  2475. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  2476. "cpu": [
  2477. "arm64"
  2478. ],
  2479. "dev": true,
  2480. "license": "MIT",
  2481. "optional": true,
  2482. "os": [
  2483. "android"
  2484. ]
  2485. },
  2486. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  2487. "version": "1.11.1",
  2488. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
  2489. "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
  2490. "cpu": [
  2491. "arm64"
  2492. ],
  2493. "dev": true,
  2494. "license": "MIT",
  2495. "optional": true,
  2496. "os": [
  2497. "darwin"
  2498. ]
  2499. },
  2500. "node_modules/@unrs/resolver-binding-darwin-x64": {
  2501. "version": "1.11.1",
  2502. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  2503. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  2504. "cpu": [
  2505. "x64"
  2506. ],
  2507. "dev": true,
  2508. "license": "MIT",
  2509. "optional": true,
  2510. "os": [
  2511. "darwin"
  2512. ]
  2513. },
  2514. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  2515. "version": "1.11.1",
  2516. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  2517. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  2518. "cpu": [
  2519. "x64"
  2520. ],
  2521. "dev": true,
  2522. "license": "MIT",
  2523. "optional": true,
  2524. "os": [
  2525. "freebsd"
  2526. ]
  2527. },
  2528. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  2529. "version": "1.11.1",
  2530. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  2531. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  2532. "cpu": [
  2533. "arm"
  2534. ],
  2535. "dev": true,
  2536. "license": "MIT",
  2537. "optional": true,
  2538. "os": [
  2539. "linux"
  2540. ]
  2541. },
  2542. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  2543. "version": "1.11.1",
  2544. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  2545. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  2546. "cpu": [
  2547. "arm"
  2548. ],
  2549. "dev": true,
  2550. "license": "MIT",
  2551. "optional": true,
  2552. "os": [
  2553. "linux"
  2554. ]
  2555. },
  2556. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  2557. "version": "1.11.1",
  2558. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  2559. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  2560. "cpu": [
  2561. "arm64"
  2562. ],
  2563. "dev": true,
  2564. "license": "MIT",
  2565. "optional": true,
  2566. "os": [
  2567. "linux"
  2568. ]
  2569. },
  2570. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  2571. "version": "1.11.1",
  2572. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  2573. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  2574. "cpu": [
  2575. "arm64"
  2576. ],
  2577. "dev": true,
  2578. "license": "MIT",
  2579. "optional": true,
  2580. "os": [
  2581. "linux"
  2582. ]
  2583. },
  2584. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  2585. "version": "1.11.1",
  2586. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  2587. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  2588. "cpu": [
  2589. "ppc64"
  2590. ],
  2591. "dev": true,
  2592. "license": "MIT",
  2593. "optional": true,
  2594. "os": [
  2595. "linux"
  2596. ]
  2597. },
  2598. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  2599. "version": "1.11.1",
  2600. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  2601. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  2602. "cpu": [
  2603. "riscv64"
  2604. ],
  2605. "dev": true,
  2606. "license": "MIT",
  2607. "optional": true,
  2608. "os": [
  2609. "linux"
  2610. ]
  2611. },
  2612. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  2613. "version": "1.11.1",
  2614. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  2615. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  2616. "cpu": [
  2617. "riscv64"
  2618. ],
  2619. "dev": true,
  2620. "license": "MIT",
  2621. "optional": true,
  2622. "os": [
  2623. "linux"
  2624. ]
  2625. },
  2626. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  2627. "version": "1.11.1",
  2628. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  2629. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  2630. "cpu": [
  2631. "s390x"
  2632. ],
  2633. "dev": true,
  2634. "license": "MIT",
  2635. "optional": true,
  2636. "os": [
  2637. "linux"
  2638. ]
  2639. },
  2640. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  2641. "version": "1.11.1",
  2642. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  2643. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  2644. "cpu": [
  2645. "x64"
  2646. ],
  2647. "dev": true,
  2648. "license": "MIT",
  2649. "optional": true,
  2650. "os": [
  2651. "linux"
  2652. ]
  2653. },
  2654. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  2655. "version": "1.11.1",
  2656. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  2657. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  2658. "cpu": [
  2659. "x64"
  2660. ],
  2661. "dev": true,
  2662. "license": "MIT",
  2663. "optional": true,
  2664. "os": [
  2665. "linux"
  2666. ]
  2667. },
  2668. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  2669. "version": "1.11.1",
  2670. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  2671. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  2672. "cpu": [
  2673. "wasm32"
  2674. ],
  2675. "dev": true,
  2676. "license": "MIT",
  2677. "optional": true,
  2678. "dependencies": {
  2679. "@napi-rs/wasm-runtime": "^0.2.11"
  2680. },
  2681. "engines": {
  2682. "node": ">=14.0.0"
  2683. }
  2684. },
  2685. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  2686. "version": "1.11.1",
  2687. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  2688. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  2689. "cpu": [
  2690. "arm64"
  2691. ],
  2692. "dev": true,
  2693. "license": "MIT",
  2694. "optional": true,
  2695. "os": [
  2696. "win32"
  2697. ]
  2698. },
  2699. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  2700. "version": "1.11.1",
  2701. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  2702. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  2703. "cpu": [
  2704. "ia32"
  2705. ],
  2706. "dev": true,
  2707. "license": "MIT",
  2708. "optional": true,
  2709. "os": [
  2710. "win32"
  2711. ]
  2712. },
  2713. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  2714. "version": "1.11.1",
  2715. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  2716. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  2717. "cpu": [
  2718. "x64"
  2719. ],
  2720. "dev": true,
  2721. "license": "MIT",
  2722. "optional": true,
  2723. "os": [
  2724. "win32"
  2725. ]
  2726. },
  2727. "node_modules/acorn": {
  2728. "version": "8.16.0",
  2729. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  2730. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  2731. "dev": true,
  2732. "license": "MIT",
  2733. "bin": {
  2734. "acorn": "bin/acorn"
  2735. },
  2736. "engines": {
  2737. "node": ">=0.4.0"
  2738. }
  2739. },
  2740. "node_modules/acorn-jsx": {
  2741. "version": "5.3.2",
  2742. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2743. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2744. "dev": true,
  2745. "license": "MIT",
  2746. "peerDependencies": {
  2747. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2748. }
  2749. },
  2750. "node_modules/ajv": {
  2751. "version": "6.14.0",
  2752. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
  2753. "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
  2754. "dev": true,
  2755. "license": "MIT",
  2756. "dependencies": {
  2757. "fast-deep-equal": "^3.1.1",
  2758. "fast-json-stable-stringify": "^2.0.0",
  2759. "json-schema-traverse": "^0.4.1",
  2760. "uri-js": "^4.2.2"
  2761. },
  2762. "funding": {
  2763. "type": "github",
  2764. "url": "https://github.com/sponsors/epoberezkin"
  2765. }
  2766. },
  2767. "node_modules/ansi-styles": {
  2768. "version": "4.3.0",
  2769. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2770. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2771. "dev": true,
  2772. "license": "MIT",
  2773. "dependencies": {
  2774. "color-convert": "^2.0.1"
  2775. },
  2776. "engines": {
  2777. "node": ">=8"
  2778. },
  2779. "funding": {
  2780. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2781. }
  2782. },
  2783. "node_modules/argparse": {
  2784. "version": "2.0.1",
  2785. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2786. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2787. "dev": true,
  2788. "license": "Python-2.0"
  2789. },
  2790. "node_modules/aria-query": {
  2791. "version": "5.3.2",
  2792. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
  2793. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  2794. "dev": true,
  2795. "license": "Apache-2.0",
  2796. "engines": {
  2797. "node": ">= 0.4"
  2798. }
  2799. },
  2800. "node_modules/array-buffer-byte-length": {
  2801. "version": "1.0.2",
  2802. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  2803. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  2804. "dev": true,
  2805. "license": "MIT",
  2806. "dependencies": {
  2807. "call-bound": "^1.0.3",
  2808. "is-array-buffer": "^3.0.5"
  2809. },
  2810. "engines": {
  2811. "node": ">= 0.4"
  2812. },
  2813. "funding": {
  2814. "url": "https://github.com/sponsors/ljharb"
  2815. }
  2816. },
  2817. "node_modules/array-includes": {
  2818. "version": "3.1.9",
  2819. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  2820. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  2821. "dev": true,
  2822. "license": "MIT",
  2823. "dependencies": {
  2824. "call-bind": "^1.0.8",
  2825. "call-bound": "^1.0.4",
  2826. "define-properties": "^1.2.1",
  2827. "es-abstract": "^1.24.0",
  2828. "es-object-atoms": "^1.1.1",
  2829. "get-intrinsic": "^1.3.0",
  2830. "is-string": "^1.1.1",
  2831. "math-intrinsics": "^1.1.0"
  2832. },
  2833. "engines": {
  2834. "node": ">= 0.4"
  2835. },
  2836. "funding": {
  2837. "url": "https://github.com/sponsors/ljharb"
  2838. }
  2839. },
  2840. "node_modules/array.prototype.findlast": {
  2841. "version": "1.2.5",
  2842. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2843. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2844. "dev": true,
  2845. "license": "MIT",
  2846. "dependencies": {
  2847. "call-bind": "^1.0.7",
  2848. "define-properties": "^1.2.1",
  2849. "es-abstract": "^1.23.2",
  2850. "es-errors": "^1.3.0",
  2851. "es-object-atoms": "^1.0.0",
  2852. "es-shim-unscopables": "^1.0.2"
  2853. },
  2854. "engines": {
  2855. "node": ">= 0.4"
  2856. },
  2857. "funding": {
  2858. "url": "https://github.com/sponsors/ljharb"
  2859. }
  2860. },
  2861. "node_modules/array.prototype.findlastindex": {
  2862. "version": "1.2.6",
  2863. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  2864. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  2865. "dev": true,
  2866. "license": "MIT",
  2867. "dependencies": {
  2868. "call-bind": "^1.0.8",
  2869. "call-bound": "^1.0.4",
  2870. "define-properties": "^1.2.1",
  2871. "es-abstract": "^1.23.9",
  2872. "es-errors": "^1.3.0",
  2873. "es-object-atoms": "^1.1.1",
  2874. "es-shim-unscopables": "^1.1.0"
  2875. },
  2876. "engines": {
  2877. "node": ">= 0.4"
  2878. },
  2879. "funding": {
  2880. "url": "https://github.com/sponsors/ljharb"
  2881. }
  2882. },
  2883. "node_modules/array.prototype.flat": {
  2884. "version": "1.3.3",
  2885. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  2886. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  2887. "dev": true,
  2888. "license": "MIT",
  2889. "dependencies": {
  2890. "call-bind": "^1.0.8",
  2891. "define-properties": "^1.2.1",
  2892. "es-abstract": "^1.23.5",
  2893. "es-shim-unscopables": "^1.0.2"
  2894. },
  2895. "engines": {
  2896. "node": ">= 0.4"
  2897. },
  2898. "funding": {
  2899. "url": "https://github.com/sponsors/ljharb"
  2900. }
  2901. },
  2902. "node_modules/array.prototype.flatmap": {
  2903. "version": "1.3.3",
  2904. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  2905. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  2906. "dev": true,
  2907. "license": "MIT",
  2908. "dependencies": {
  2909. "call-bind": "^1.0.8",
  2910. "define-properties": "^1.2.1",
  2911. "es-abstract": "^1.23.5",
  2912. "es-shim-unscopables": "^1.0.2"
  2913. },
  2914. "engines": {
  2915. "node": ">= 0.4"
  2916. },
  2917. "funding": {
  2918. "url": "https://github.com/sponsors/ljharb"
  2919. }
  2920. },
  2921. "node_modules/array.prototype.tosorted": {
  2922. "version": "1.1.4",
  2923. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  2924. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  2925. "dev": true,
  2926. "license": "MIT",
  2927. "dependencies": {
  2928. "call-bind": "^1.0.7",
  2929. "define-properties": "^1.2.1",
  2930. "es-abstract": "^1.23.3",
  2931. "es-errors": "^1.3.0",
  2932. "es-shim-unscopables": "^1.0.2"
  2933. },
  2934. "engines": {
  2935. "node": ">= 0.4"
  2936. }
  2937. },
  2938. "node_modules/arraybuffer.prototype.slice": {
  2939. "version": "1.0.4",
  2940. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  2941. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  2942. "dev": true,
  2943. "license": "MIT",
  2944. "dependencies": {
  2945. "array-buffer-byte-length": "^1.0.1",
  2946. "call-bind": "^1.0.8",
  2947. "define-properties": "^1.2.1",
  2948. "es-abstract": "^1.23.5",
  2949. "es-errors": "^1.3.0",
  2950. "get-intrinsic": "^1.2.6",
  2951. "is-array-buffer": "^3.0.4"
  2952. },
  2953. "engines": {
  2954. "node": ">= 0.4"
  2955. },
  2956. "funding": {
  2957. "url": "https://github.com/sponsors/ljharb"
  2958. }
  2959. },
  2960. "node_modules/ast-types-flow": {
  2961. "version": "0.0.8",
  2962. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  2963. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  2964. "dev": true,
  2965. "license": "MIT"
  2966. },
  2967. "node_modules/async-function": {
  2968. "version": "1.0.0",
  2969. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  2970. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  2971. "dev": true,
  2972. "license": "MIT",
  2973. "engines": {
  2974. "node": ">= 0.4"
  2975. }
  2976. },
  2977. "node_modules/asynckit": {
  2978. "version": "0.4.0",
  2979. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  2980. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  2981. "license": "MIT"
  2982. },
  2983. "node_modules/available-typed-arrays": {
  2984. "version": "1.0.7",
  2985. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  2986. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  2987. "dev": true,
  2988. "license": "MIT",
  2989. "dependencies": {
  2990. "possible-typed-array-names": "^1.0.0"
  2991. },
  2992. "engines": {
  2993. "node": ">= 0.4"
  2994. },
  2995. "funding": {
  2996. "url": "https://github.com/sponsors/ljharb"
  2997. }
  2998. },
  2999. "node_modules/axe-core": {
  3000. "version": "4.11.2",
  3001. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.2.tgz",
  3002. "integrity": "sha512-byD6KPdvo72y/wj2T/4zGEvvlis+PsZsn/yPS3pEO+sFpcrqRpX/TJCxvVaEsNeMrfQbCr7w163YqoD9IYwHXw==",
  3003. "dev": true,
  3004. "license": "MPL-2.0",
  3005. "engines": {
  3006. "node": ">=4"
  3007. }
  3008. },
  3009. "node_modules/axios": {
  3010. "version": "1.15.0",
  3011. "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
  3012. "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
  3013. "license": "MIT",
  3014. "dependencies": {
  3015. "follow-redirects": "^1.15.11",
  3016. "form-data": "^4.0.5",
  3017. "proxy-from-env": "^2.1.0"
  3018. }
  3019. },
  3020. "node_modules/axobject-query": {
  3021. "version": "4.1.0",
  3022. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  3023. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  3024. "dev": true,
  3025. "license": "Apache-2.0",
  3026. "engines": {
  3027. "node": ">= 0.4"
  3028. }
  3029. },
  3030. "node_modules/balanced-match": {
  3031. "version": "1.0.2",
  3032. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3033. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3034. "dev": true,
  3035. "license": "MIT"
  3036. },
  3037. "node_modules/baseline-browser-mapping": {
  3038. "version": "2.10.18",
  3039. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz",
  3040. "integrity": "sha512-VSnGQAOLtP5mib/DPyg2/t+Tlv65NTBz83BJBJvmLVHHuKJVaDOBvJJykiT5TR++em5nfAySPccDZDa4oSrn8A==",
  3041. "license": "Apache-2.0",
  3042. "bin": {
  3043. "baseline-browser-mapping": "dist/cli.cjs"
  3044. },
  3045. "engines": {
  3046. "node": ">=6.0.0"
  3047. }
  3048. },
  3049. "node_modules/brace-expansion": {
  3050. "version": "1.1.14",
  3051. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
  3052. "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
  3053. "dev": true,
  3054. "license": "MIT",
  3055. "dependencies": {
  3056. "balanced-match": "^1.0.0",
  3057. "concat-map": "0.0.1"
  3058. }
  3059. },
  3060. "node_modules/braces": {
  3061. "version": "3.0.3",
  3062. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  3063. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3064. "dev": true,
  3065. "license": "MIT",
  3066. "dependencies": {
  3067. "fill-range": "^7.1.1"
  3068. },
  3069. "engines": {
  3070. "node": ">=8"
  3071. }
  3072. },
  3073. "node_modules/browserslist": {
  3074. "version": "4.28.2",
  3075. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  3076. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  3077. "dev": true,
  3078. "funding": [
  3079. {
  3080. "type": "opencollective",
  3081. "url": "https://opencollective.com/browserslist"
  3082. },
  3083. {
  3084. "type": "tidelift",
  3085. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3086. },
  3087. {
  3088. "type": "github",
  3089. "url": "https://github.com/sponsors/ai"
  3090. }
  3091. ],
  3092. "license": "MIT",
  3093. "dependencies": {
  3094. "baseline-browser-mapping": "^2.10.12",
  3095. "caniuse-lite": "^1.0.30001782",
  3096. "electron-to-chromium": "^1.5.328",
  3097. "node-releases": "^2.0.36",
  3098. "update-browserslist-db": "^1.2.3"
  3099. },
  3100. "bin": {
  3101. "browserslist": "cli.js"
  3102. },
  3103. "engines": {
  3104. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3105. }
  3106. },
  3107. "node_modules/call-bind": {
  3108. "version": "1.0.9",
  3109. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
  3110. "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
  3111. "dev": true,
  3112. "license": "MIT",
  3113. "dependencies": {
  3114. "call-bind-apply-helpers": "^1.0.2",
  3115. "es-define-property": "^1.0.1",
  3116. "get-intrinsic": "^1.3.0",
  3117. "set-function-length": "^1.2.2"
  3118. },
  3119. "engines": {
  3120. "node": ">= 0.4"
  3121. },
  3122. "funding": {
  3123. "url": "https://github.com/sponsors/ljharb"
  3124. }
  3125. },
  3126. "node_modules/call-bind-apply-helpers": {
  3127. "version": "1.0.2",
  3128. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3129. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3130. "license": "MIT",
  3131. "dependencies": {
  3132. "es-errors": "^1.3.0",
  3133. "function-bind": "^1.1.2"
  3134. },
  3135. "engines": {
  3136. "node": ">= 0.4"
  3137. }
  3138. },
  3139. "node_modules/call-bound": {
  3140. "version": "1.0.4",
  3141. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  3142. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  3143. "dev": true,
  3144. "license": "MIT",
  3145. "dependencies": {
  3146. "call-bind-apply-helpers": "^1.0.2",
  3147. "get-intrinsic": "^1.3.0"
  3148. },
  3149. "engines": {
  3150. "node": ">= 0.4"
  3151. },
  3152. "funding": {
  3153. "url": "https://github.com/sponsors/ljharb"
  3154. }
  3155. },
  3156. "node_modules/callsites": {
  3157. "version": "3.1.0",
  3158. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3159. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3160. "dev": true,
  3161. "license": "MIT",
  3162. "engines": {
  3163. "node": ">=6"
  3164. }
  3165. },
  3166. "node_modules/caniuse-lite": {
  3167. "version": "1.0.30001787",
  3168. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001787.tgz",
  3169. "integrity": "sha512-mNcrMN9KeI68u7muanUpEejSLghOKlVhRqS/Za2IeyGllJ9I9otGpR9g3nsw7n4W378TE/LyIteA0+/FOZm4Kg==",
  3170. "funding": [
  3171. {
  3172. "type": "opencollective",
  3173. "url": "https://opencollective.com/browserslist"
  3174. },
  3175. {
  3176. "type": "tidelift",
  3177. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3178. },
  3179. {
  3180. "type": "github",
  3181. "url": "https://github.com/sponsors/ai"
  3182. }
  3183. ],
  3184. "license": "CC-BY-4.0"
  3185. },
  3186. "node_modules/chalk": {
  3187. "version": "4.1.2",
  3188. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3189. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3190. "dev": true,
  3191. "license": "MIT",
  3192. "dependencies": {
  3193. "ansi-styles": "^4.1.0",
  3194. "supports-color": "^7.1.0"
  3195. },
  3196. "engines": {
  3197. "node": ">=10"
  3198. },
  3199. "funding": {
  3200. "url": "https://github.com/chalk/chalk?sponsor=1"
  3201. }
  3202. },
  3203. "node_modules/client-only": {
  3204. "version": "0.0.1",
  3205. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  3206. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  3207. "license": "MIT"
  3208. },
  3209. "node_modules/clsx": {
  3210. "version": "2.1.1",
  3211. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  3212. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  3213. "license": "MIT",
  3214. "engines": {
  3215. "node": ">=6"
  3216. }
  3217. },
  3218. "node_modules/color-convert": {
  3219. "version": "2.0.1",
  3220. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3221. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3222. "dev": true,
  3223. "license": "MIT",
  3224. "dependencies": {
  3225. "color-name": "~1.1.4"
  3226. },
  3227. "engines": {
  3228. "node": ">=7.0.0"
  3229. }
  3230. },
  3231. "node_modules/color-name": {
  3232. "version": "1.1.4",
  3233. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3234. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3235. "dev": true,
  3236. "license": "MIT"
  3237. },
  3238. "node_modules/combined-stream": {
  3239. "version": "1.0.8",
  3240. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  3241. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3242. "license": "MIT",
  3243. "dependencies": {
  3244. "delayed-stream": "~1.0.0"
  3245. },
  3246. "engines": {
  3247. "node": ">= 0.8"
  3248. }
  3249. },
  3250. "node_modules/concat-map": {
  3251. "version": "0.0.1",
  3252. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3253. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3254. "dev": true,
  3255. "license": "MIT"
  3256. },
  3257. "node_modules/convert-source-map": {
  3258. "version": "2.0.0",
  3259. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3260. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3261. "dev": true,
  3262. "license": "MIT"
  3263. },
  3264. "node_modules/cross-env": {
  3265. "version": "10.1.0",
  3266. "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-10.1.0.tgz",
  3267. "integrity": "sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==",
  3268. "dev": true,
  3269. "license": "MIT",
  3270. "dependencies": {
  3271. "@epic-web/invariant": "^1.0.0",
  3272. "cross-spawn": "^7.0.6"
  3273. },
  3274. "bin": {
  3275. "cross-env": "dist/bin/cross-env.js",
  3276. "cross-env-shell": "dist/bin/cross-env-shell.js"
  3277. },
  3278. "engines": {
  3279. "node": ">=20"
  3280. }
  3281. },
  3282. "node_modules/cross-spawn": {
  3283. "version": "7.0.6",
  3284. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  3285. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  3286. "dev": true,
  3287. "license": "MIT",
  3288. "dependencies": {
  3289. "path-key": "^3.1.0",
  3290. "shebang-command": "^2.0.0",
  3291. "which": "^2.0.1"
  3292. },
  3293. "engines": {
  3294. "node": ">= 8"
  3295. }
  3296. },
  3297. "node_modules/csstype": {
  3298. "version": "3.2.3",
  3299. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  3300. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  3301. "dev": true,
  3302. "license": "MIT"
  3303. },
  3304. "node_modules/damerau-levenshtein": {
  3305. "version": "1.0.8",
  3306. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  3307. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  3308. "dev": true,
  3309. "license": "BSD-2-Clause"
  3310. },
  3311. "node_modules/data-view-buffer": {
  3312. "version": "1.0.2",
  3313. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  3314. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  3315. "dev": true,
  3316. "license": "MIT",
  3317. "dependencies": {
  3318. "call-bound": "^1.0.3",
  3319. "es-errors": "^1.3.0",
  3320. "is-data-view": "^1.0.2"
  3321. },
  3322. "engines": {
  3323. "node": ">= 0.4"
  3324. },
  3325. "funding": {
  3326. "url": "https://github.com/sponsors/ljharb"
  3327. }
  3328. },
  3329. "node_modules/data-view-byte-length": {
  3330. "version": "1.0.2",
  3331. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  3332. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  3333. "dev": true,
  3334. "license": "MIT",
  3335. "dependencies": {
  3336. "call-bound": "^1.0.3",
  3337. "es-errors": "^1.3.0",
  3338. "is-data-view": "^1.0.2"
  3339. },
  3340. "engines": {
  3341. "node": ">= 0.4"
  3342. },
  3343. "funding": {
  3344. "url": "https://github.com/sponsors/inspect-js"
  3345. }
  3346. },
  3347. "node_modules/data-view-byte-offset": {
  3348. "version": "1.0.1",
  3349. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  3350. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  3351. "dev": true,
  3352. "license": "MIT",
  3353. "dependencies": {
  3354. "call-bound": "^1.0.2",
  3355. "es-errors": "^1.3.0",
  3356. "is-data-view": "^1.0.1"
  3357. },
  3358. "engines": {
  3359. "node": ">= 0.4"
  3360. },
  3361. "funding": {
  3362. "url": "https://github.com/sponsors/ljharb"
  3363. }
  3364. },
  3365. "node_modules/debug": {
  3366. "version": "4.4.3",
  3367. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  3368. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  3369. "dev": true,
  3370. "license": "MIT",
  3371. "dependencies": {
  3372. "ms": "^2.1.3"
  3373. },
  3374. "engines": {
  3375. "node": ">=6.0"
  3376. },
  3377. "peerDependenciesMeta": {
  3378. "supports-color": {
  3379. "optional": true
  3380. }
  3381. }
  3382. },
  3383. "node_modules/deep-is": {
  3384. "version": "0.1.4",
  3385. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3386. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3387. "dev": true,
  3388. "license": "MIT"
  3389. },
  3390. "node_modules/define-data-property": {
  3391. "version": "1.1.4",
  3392. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  3393. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  3394. "dev": true,
  3395. "license": "MIT",
  3396. "dependencies": {
  3397. "es-define-property": "^1.0.0",
  3398. "es-errors": "^1.3.0",
  3399. "gopd": "^1.0.1"
  3400. },
  3401. "engines": {
  3402. "node": ">= 0.4"
  3403. },
  3404. "funding": {
  3405. "url": "https://github.com/sponsors/ljharb"
  3406. }
  3407. },
  3408. "node_modules/define-properties": {
  3409. "version": "1.2.1",
  3410. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  3411. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  3412. "dev": true,
  3413. "license": "MIT",
  3414. "dependencies": {
  3415. "define-data-property": "^1.0.1",
  3416. "has-property-descriptors": "^1.0.0",
  3417. "object-keys": "^1.1.1"
  3418. },
  3419. "engines": {
  3420. "node": ">= 0.4"
  3421. },
  3422. "funding": {
  3423. "url": "https://github.com/sponsors/ljharb"
  3424. }
  3425. },
  3426. "node_modules/delayed-stream": {
  3427. "version": "1.0.0",
  3428. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  3429. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  3430. "license": "MIT",
  3431. "engines": {
  3432. "node": ">=0.4.0"
  3433. }
  3434. },
  3435. "node_modules/detect-libc": {
  3436. "version": "2.1.2",
  3437. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  3438. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  3439. "license": "Apache-2.0",
  3440. "engines": {
  3441. "node": ">=8"
  3442. }
  3443. },
  3444. "node_modules/doctrine": {
  3445. "version": "2.1.0",
  3446. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3447. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3448. "dev": true,
  3449. "license": "Apache-2.0",
  3450. "dependencies": {
  3451. "esutils": "^2.0.2"
  3452. },
  3453. "engines": {
  3454. "node": ">=0.10.0"
  3455. }
  3456. },
  3457. "node_modules/dunder-proto": {
  3458. "version": "1.0.1",
  3459. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  3460. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  3461. "license": "MIT",
  3462. "dependencies": {
  3463. "call-bind-apply-helpers": "^1.0.1",
  3464. "es-errors": "^1.3.0",
  3465. "gopd": "^1.2.0"
  3466. },
  3467. "engines": {
  3468. "node": ">= 0.4"
  3469. }
  3470. },
  3471. "node_modules/electron-to-chromium": {
  3472. "version": "1.5.335",
  3473. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.335.tgz",
  3474. "integrity": "sha512-q9n5T4BR4Xwa2cwbrwcsDJtHD/enpQ5S1xF1IAtdqf5AAgqDFmR/aakqH3ChFdqd/QXJhS3rnnXFtexU7rax6Q==",
  3475. "dev": true,
  3476. "license": "ISC"
  3477. },
  3478. "node_modules/emoji-regex": {
  3479. "version": "9.2.2",
  3480. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  3481. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  3482. "dev": true,
  3483. "license": "MIT"
  3484. },
  3485. "node_modules/enhanced-resolve": {
  3486. "version": "5.20.1",
  3487. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
  3488. "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
  3489. "dev": true,
  3490. "license": "MIT",
  3491. "dependencies": {
  3492. "graceful-fs": "^4.2.4",
  3493. "tapable": "^2.3.0"
  3494. },
  3495. "engines": {
  3496. "node": ">=10.13.0"
  3497. }
  3498. },
  3499. "node_modules/es-abstract": {
  3500. "version": "1.24.2",
  3501. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz",
  3502. "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
  3503. "dev": true,
  3504. "license": "MIT",
  3505. "dependencies": {
  3506. "array-buffer-byte-length": "^1.0.2",
  3507. "arraybuffer.prototype.slice": "^1.0.4",
  3508. "available-typed-arrays": "^1.0.7",
  3509. "call-bind": "^1.0.8",
  3510. "call-bound": "^1.0.4",
  3511. "data-view-buffer": "^1.0.2",
  3512. "data-view-byte-length": "^1.0.2",
  3513. "data-view-byte-offset": "^1.0.1",
  3514. "es-define-property": "^1.0.1",
  3515. "es-errors": "^1.3.0",
  3516. "es-object-atoms": "^1.1.1",
  3517. "es-set-tostringtag": "^2.1.0",
  3518. "es-to-primitive": "^1.3.0",
  3519. "function.prototype.name": "^1.1.8",
  3520. "get-intrinsic": "^1.3.0",
  3521. "get-proto": "^1.0.1",
  3522. "get-symbol-description": "^1.1.0",
  3523. "globalthis": "^1.0.4",
  3524. "gopd": "^1.2.0",
  3525. "has-property-descriptors": "^1.0.2",
  3526. "has-proto": "^1.2.0",
  3527. "has-symbols": "^1.1.0",
  3528. "hasown": "^2.0.2",
  3529. "internal-slot": "^1.1.0",
  3530. "is-array-buffer": "^3.0.5",
  3531. "is-callable": "^1.2.7",
  3532. "is-data-view": "^1.0.2",
  3533. "is-negative-zero": "^2.0.3",
  3534. "is-regex": "^1.2.1",
  3535. "is-set": "^2.0.3",
  3536. "is-shared-array-buffer": "^1.0.4",
  3537. "is-string": "^1.1.1",
  3538. "is-typed-array": "^1.1.15",
  3539. "is-weakref": "^1.1.1",
  3540. "math-intrinsics": "^1.1.0",
  3541. "object-inspect": "^1.13.4",
  3542. "object-keys": "^1.1.1",
  3543. "object.assign": "^4.1.7",
  3544. "own-keys": "^1.0.1",
  3545. "regexp.prototype.flags": "^1.5.4",
  3546. "safe-array-concat": "^1.1.3",
  3547. "safe-push-apply": "^1.0.0",
  3548. "safe-regex-test": "^1.1.0",
  3549. "set-proto": "^1.0.0",
  3550. "stop-iteration-iterator": "^1.1.0",
  3551. "string.prototype.trim": "^1.2.10",
  3552. "string.prototype.trimend": "^1.0.9",
  3553. "string.prototype.trimstart": "^1.0.8",
  3554. "typed-array-buffer": "^1.0.3",
  3555. "typed-array-byte-length": "^1.0.3",
  3556. "typed-array-byte-offset": "^1.0.4",
  3557. "typed-array-length": "^1.0.7",
  3558. "unbox-primitive": "^1.1.0",
  3559. "which-typed-array": "^1.1.19"
  3560. },
  3561. "engines": {
  3562. "node": ">= 0.4"
  3563. },
  3564. "funding": {
  3565. "url": "https://github.com/sponsors/ljharb"
  3566. }
  3567. },
  3568. "node_modules/es-define-property": {
  3569. "version": "1.0.1",
  3570. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  3571. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3572. "license": "MIT",
  3573. "engines": {
  3574. "node": ">= 0.4"
  3575. }
  3576. },
  3577. "node_modules/es-errors": {
  3578. "version": "1.3.0",
  3579. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  3580. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3581. "license": "MIT",
  3582. "engines": {
  3583. "node": ">= 0.4"
  3584. }
  3585. },
  3586. "node_modules/es-iterator-helpers": {
  3587. "version": "1.3.2",
  3588. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.2.tgz",
  3589. "integrity": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==",
  3590. "dev": true,
  3591. "license": "MIT",
  3592. "dependencies": {
  3593. "call-bind": "^1.0.9",
  3594. "call-bound": "^1.0.4",
  3595. "define-properties": "^1.2.1",
  3596. "es-abstract": "^1.24.2",
  3597. "es-errors": "^1.3.0",
  3598. "es-set-tostringtag": "^2.1.0",
  3599. "function-bind": "^1.1.2",
  3600. "get-intrinsic": "^1.3.0",
  3601. "globalthis": "^1.0.4",
  3602. "gopd": "^1.2.0",
  3603. "has-property-descriptors": "^1.0.2",
  3604. "has-proto": "^1.2.0",
  3605. "has-symbols": "^1.1.0",
  3606. "internal-slot": "^1.1.0",
  3607. "iterator.prototype": "^1.1.5",
  3608. "math-intrinsics": "^1.1.0"
  3609. },
  3610. "engines": {
  3611. "node": ">= 0.4"
  3612. }
  3613. },
  3614. "node_modules/es-object-atoms": {
  3615. "version": "1.1.1",
  3616. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  3617. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  3618. "license": "MIT",
  3619. "dependencies": {
  3620. "es-errors": "^1.3.0"
  3621. },
  3622. "engines": {
  3623. "node": ">= 0.4"
  3624. }
  3625. },
  3626. "node_modules/es-set-tostringtag": {
  3627. "version": "2.1.0",
  3628. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  3629. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  3630. "license": "MIT",
  3631. "dependencies": {
  3632. "es-errors": "^1.3.0",
  3633. "get-intrinsic": "^1.2.6",
  3634. "has-tostringtag": "^1.0.2",
  3635. "hasown": "^2.0.2"
  3636. },
  3637. "engines": {
  3638. "node": ">= 0.4"
  3639. }
  3640. },
  3641. "node_modules/es-shim-unscopables": {
  3642. "version": "1.1.0",
  3643. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  3644. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  3645. "dev": true,
  3646. "license": "MIT",
  3647. "dependencies": {
  3648. "hasown": "^2.0.2"
  3649. },
  3650. "engines": {
  3651. "node": ">= 0.4"
  3652. }
  3653. },
  3654. "node_modules/es-to-primitive": {
  3655. "version": "1.3.0",
  3656. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  3657. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  3658. "dev": true,
  3659. "license": "MIT",
  3660. "dependencies": {
  3661. "is-callable": "^1.2.7",
  3662. "is-date-object": "^1.0.5",
  3663. "is-symbol": "^1.0.4"
  3664. },
  3665. "engines": {
  3666. "node": ">= 0.4"
  3667. },
  3668. "funding": {
  3669. "url": "https://github.com/sponsors/ljharb"
  3670. }
  3671. },
  3672. "node_modules/escalade": {
  3673. "version": "3.2.0",
  3674. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  3675. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3676. "dev": true,
  3677. "license": "MIT",
  3678. "engines": {
  3679. "node": ">=6"
  3680. }
  3681. },
  3682. "node_modules/escape-string-regexp": {
  3683. "version": "4.0.0",
  3684. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3685. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3686. "dev": true,
  3687. "license": "MIT",
  3688. "engines": {
  3689. "node": ">=10"
  3690. },
  3691. "funding": {
  3692. "url": "https://github.com/sponsors/sindresorhus"
  3693. }
  3694. },
  3695. "node_modules/eslint": {
  3696. "version": "9.39.4",
  3697. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz",
  3698. "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==",
  3699. "dev": true,
  3700. "license": "MIT",
  3701. "dependencies": {
  3702. "@eslint-community/eslint-utils": "^4.8.0",
  3703. "@eslint-community/regexpp": "^4.12.1",
  3704. "@eslint/config-array": "^0.21.2",
  3705. "@eslint/config-helpers": "^0.4.2",
  3706. "@eslint/core": "^0.17.0",
  3707. "@eslint/eslintrc": "^3.3.5",
  3708. "@eslint/js": "9.39.4",
  3709. "@eslint/plugin-kit": "^0.4.1",
  3710. "@humanfs/node": "^0.16.6",
  3711. "@humanwhocodes/module-importer": "^1.0.1",
  3712. "@humanwhocodes/retry": "^0.4.2",
  3713. "@types/estree": "^1.0.6",
  3714. "ajv": "^6.14.0",
  3715. "chalk": "^4.0.0",
  3716. "cross-spawn": "^7.0.6",
  3717. "debug": "^4.3.2",
  3718. "escape-string-regexp": "^4.0.0",
  3719. "eslint-scope": "^8.4.0",
  3720. "eslint-visitor-keys": "^4.2.1",
  3721. "espree": "^10.4.0",
  3722. "esquery": "^1.5.0",
  3723. "esutils": "^2.0.2",
  3724. "fast-deep-equal": "^3.1.3",
  3725. "file-entry-cache": "^8.0.0",
  3726. "find-up": "^5.0.0",
  3727. "glob-parent": "^6.0.2",
  3728. "ignore": "^5.2.0",
  3729. "imurmurhash": "^0.1.4",
  3730. "is-glob": "^4.0.0",
  3731. "json-stable-stringify-without-jsonify": "^1.0.1",
  3732. "lodash.merge": "^4.6.2",
  3733. "minimatch": "^3.1.5",
  3734. "natural-compare": "^1.4.0",
  3735. "optionator": "^0.9.3"
  3736. },
  3737. "bin": {
  3738. "eslint": "bin/eslint.js"
  3739. },
  3740. "engines": {
  3741. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3742. },
  3743. "funding": {
  3744. "url": "https://eslint.org/donate"
  3745. },
  3746. "peerDependencies": {
  3747. "jiti": "*"
  3748. },
  3749. "peerDependenciesMeta": {
  3750. "jiti": {
  3751. "optional": true
  3752. }
  3753. }
  3754. },
  3755. "node_modules/eslint-config-next": {
  3756. "version": "16.2.3",
  3757. "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.2.3.tgz",
  3758. "integrity": "sha512-Dnkrylzjof/Az7iNoIQJqD18zTxQZcngir19KJaiRsMnnjpQSVoa6aEg/1Q4hQC+cW90uTlgQYadwL1CYNwFWA==",
  3759. "dev": true,
  3760. "license": "MIT",
  3761. "dependencies": {
  3762. "@next/eslint-plugin-next": "16.2.3",
  3763. "eslint-import-resolver-node": "^0.3.6",
  3764. "eslint-import-resolver-typescript": "^3.5.2",
  3765. "eslint-plugin-import": "^2.32.0",
  3766. "eslint-plugin-jsx-a11y": "^6.10.0",
  3767. "eslint-plugin-react": "^7.37.0",
  3768. "eslint-plugin-react-hooks": "^7.0.0",
  3769. "globals": "16.4.0",
  3770. "typescript-eslint": "^8.46.0"
  3771. },
  3772. "peerDependencies": {
  3773. "eslint": ">=9.0.0",
  3774. "typescript": ">=3.3.1"
  3775. },
  3776. "peerDependenciesMeta": {
  3777. "typescript": {
  3778. "optional": true
  3779. }
  3780. }
  3781. },
  3782. "node_modules/eslint-config-next/node_modules/globals": {
  3783. "version": "16.4.0",
  3784. "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
  3785. "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
  3786. "dev": true,
  3787. "license": "MIT",
  3788. "engines": {
  3789. "node": ">=18"
  3790. },
  3791. "funding": {
  3792. "url": "https://github.com/sponsors/sindresorhus"
  3793. }
  3794. },
  3795. "node_modules/eslint-import-resolver-node": {
  3796. "version": "0.3.10",
  3797. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.10.tgz",
  3798. "integrity": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==",
  3799. "dev": true,
  3800. "license": "MIT",
  3801. "dependencies": {
  3802. "debug": "^3.2.7",
  3803. "is-core-module": "^2.16.1",
  3804. "resolve": "^2.0.0-next.6"
  3805. }
  3806. },
  3807. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3808. "version": "3.2.7",
  3809. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3810. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3811. "dev": true,
  3812. "license": "MIT",
  3813. "dependencies": {
  3814. "ms": "^2.1.1"
  3815. }
  3816. },
  3817. "node_modules/eslint-import-resolver-typescript": {
  3818. "version": "3.10.1",
  3819. "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
  3820. "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
  3821. "dev": true,
  3822. "license": "ISC",
  3823. "dependencies": {
  3824. "@nolyfill/is-core-module": "1.0.39",
  3825. "debug": "^4.4.0",
  3826. "get-tsconfig": "^4.10.0",
  3827. "is-bun-module": "^2.0.0",
  3828. "stable-hash": "^0.0.5",
  3829. "tinyglobby": "^0.2.13",
  3830. "unrs-resolver": "^1.6.2"
  3831. },
  3832. "engines": {
  3833. "node": "^14.18.0 || >=16.0.0"
  3834. },
  3835. "funding": {
  3836. "url": "https://opencollective.com/eslint-import-resolver-typescript"
  3837. },
  3838. "peerDependencies": {
  3839. "eslint": "*",
  3840. "eslint-plugin-import": "*",
  3841. "eslint-plugin-import-x": "*"
  3842. },
  3843. "peerDependenciesMeta": {
  3844. "eslint-plugin-import": {
  3845. "optional": true
  3846. },
  3847. "eslint-plugin-import-x": {
  3848. "optional": true
  3849. }
  3850. }
  3851. },
  3852. "node_modules/eslint-module-utils": {
  3853. "version": "2.12.1",
  3854. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  3855. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  3856. "dev": true,
  3857. "license": "MIT",
  3858. "dependencies": {
  3859. "debug": "^3.2.7"
  3860. },
  3861. "engines": {
  3862. "node": ">=4"
  3863. },
  3864. "peerDependenciesMeta": {
  3865. "eslint": {
  3866. "optional": true
  3867. }
  3868. }
  3869. },
  3870. "node_modules/eslint-module-utils/node_modules/debug": {
  3871. "version": "3.2.7",
  3872. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3873. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3874. "dev": true,
  3875. "license": "MIT",
  3876. "dependencies": {
  3877. "ms": "^2.1.1"
  3878. }
  3879. },
  3880. "node_modules/eslint-plugin-import": {
  3881. "version": "2.32.0",
  3882. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  3883. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  3884. "dev": true,
  3885. "license": "MIT",
  3886. "dependencies": {
  3887. "@rtsao/scc": "^1.1.0",
  3888. "array-includes": "^3.1.9",
  3889. "array.prototype.findlastindex": "^1.2.6",
  3890. "array.prototype.flat": "^1.3.3",
  3891. "array.prototype.flatmap": "^1.3.3",
  3892. "debug": "^3.2.7",
  3893. "doctrine": "^2.1.0",
  3894. "eslint-import-resolver-node": "^0.3.9",
  3895. "eslint-module-utils": "^2.12.1",
  3896. "hasown": "^2.0.2",
  3897. "is-core-module": "^2.16.1",
  3898. "is-glob": "^4.0.3",
  3899. "minimatch": "^3.1.2",
  3900. "object.fromentries": "^2.0.8",
  3901. "object.groupby": "^1.0.3",
  3902. "object.values": "^1.2.1",
  3903. "semver": "^6.3.1",
  3904. "string.prototype.trimend": "^1.0.9",
  3905. "tsconfig-paths": "^3.15.0"
  3906. },
  3907. "engines": {
  3908. "node": ">=4"
  3909. },
  3910. "peerDependencies": {
  3911. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  3912. }
  3913. },
  3914. "node_modules/eslint-plugin-import/node_modules/debug": {
  3915. "version": "3.2.7",
  3916. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3917. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3918. "dev": true,
  3919. "license": "MIT",
  3920. "dependencies": {
  3921. "ms": "^2.1.1"
  3922. }
  3923. },
  3924. "node_modules/eslint-plugin-jsx-a11y": {
  3925. "version": "6.10.2",
  3926. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  3927. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  3928. "dev": true,
  3929. "license": "MIT",
  3930. "dependencies": {
  3931. "aria-query": "^5.3.2",
  3932. "array-includes": "^3.1.8",
  3933. "array.prototype.flatmap": "^1.3.2",
  3934. "ast-types-flow": "^0.0.8",
  3935. "axe-core": "^4.10.0",
  3936. "axobject-query": "^4.1.0",
  3937. "damerau-levenshtein": "^1.0.8",
  3938. "emoji-regex": "^9.2.2",
  3939. "hasown": "^2.0.2",
  3940. "jsx-ast-utils": "^3.3.5",
  3941. "language-tags": "^1.0.9",
  3942. "minimatch": "^3.1.2",
  3943. "object.fromentries": "^2.0.8",
  3944. "safe-regex-test": "^1.0.3",
  3945. "string.prototype.includes": "^2.0.1"
  3946. },
  3947. "engines": {
  3948. "node": ">=4.0"
  3949. },
  3950. "peerDependencies": {
  3951. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  3952. }
  3953. },
  3954. "node_modules/eslint-plugin-react": {
  3955. "version": "7.37.5",
  3956. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  3957. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  3958. "dev": true,
  3959. "license": "MIT",
  3960. "dependencies": {
  3961. "array-includes": "^3.1.8",
  3962. "array.prototype.findlast": "^1.2.5",
  3963. "array.prototype.flatmap": "^1.3.3",
  3964. "array.prototype.tosorted": "^1.1.4",
  3965. "doctrine": "^2.1.0",
  3966. "es-iterator-helpers": "^1.2.1",
  3967. "estraverse": "^5.3.0",
  3968. "hasown": "^2.0.2",
  3969. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3970. "minimatch": "^3.1.2",
  3971. "object.entries": "^1.1.9",
  3972. "object.fromentries": "^2.0.8",
  3973. "object.values": "^1.2.1",
  3974. "prop-types": "^15.8.1",
  3975. "resolve": "^2.0.0-next.5",
  3976. "semver": "^6.3.1",
  3977. "string.prototype.matchall": "^4.0.12",
  3978. "string.prototype.repeat": "^1.0.0"
  3979. },
  3980. "engines": {
  3981. "node": ">=4"
  3982. },
  3983. "peerDependencies": {
  3984. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  3985. }
  3986. },
  3987. "node_modules/eslint-plugin-react-hooks": {
  3988. "version": "7.0.1",
  3989. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
  3990. "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
  3991. "dev": true,
  3992. "license": "MIT",
  3993. "dependencies": {
  3994. "@babel/core": "^7.24.4",
  3995. "@babel/parser": "^7.24.4",
  3996. "hermes-parser": "^0.25.1",
  3997. "zod": "^3.25.0 || ^4.0.0",
  3998. "zod-validation-error": "^3.5.0 || ^4.0.0"
  3999. },
  4000. "engines": {
  4001. "node": ">=18"
  4002. },
  4003. "peerDependencies": {
  4004. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  4005. }
  4006. },
  4007. "node_modules/eslint-scope": {
  4008. "version": "8.4.0",
  4009. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  4010. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  4011. "dev": true,
  4012. "license": "BSD-2-Clause",
  4013. "dependencies": {
  4014. "esrecurse": "^4.3.0",
  4015. "estraverse": "^5.2.0"
  4016. },
  4017. "engines": {
  4018. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4019. },
  4020. "funding": {
  4021. "url": "https://opencollective.com/eslint"
  4022. }
  4023. },
  4024. "node_modules/eslint-visitor-keys": {
  4025. "version": "4.2.1",
  4026. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  4027. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  4028. "dev": true,
  4029. "license": "Apache-2.0",
  4030. "engines": {
  4031. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4032. },
  4033. "funding": {
  4034. "url": "https://opencollective.com/eslint"
  4035. }
  4036. },
  4037. "node_modules/espree": {
  4038. "version": "10.4.0",
  4039. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  4040. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  4041. "dev": true,
  4042. "license": "BSD-2-Clause",
  4043. "dependencies": {
  4044. "acorn": "^8.15.0",
  4045. "acorn-jsx": "^5.3.2",
  4046. "eslint-visitor-keys": "^4.2.1"
  4047. },
  4048. "engines": {
  4049. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4050. },
  4051. "funding": {
  4052. "url": "https://opencollective.com/eslint"
  4053. }
  4054. },
  4055. "node_modules/esquery": {
  4056. "version": "1.7.0",
  4057. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
  4058. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  4059. "dev": true,
  4060. "license": "BSD-3-Clause",
  4061. "dependencies": {
  4062. "estraverse": "^5.1.0"
  4063. },
  4064. "engines": {
  4065. "node": ">=0.10"
  4066. }
  4067. },
  4068. "node_modules/esrecurse": {
  4069. "version": "4.3.0",
  4070. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4071. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4072. "dev": true,
  4073. "license": "BSD-2-Clause",
  4074. "dependencies": {
  4075. "estraverse": "^5.2.0"
  4076. },
  4077. "engines": {
  4078. "node": ">=4.0"
  4079. }
  4080. },
  4081. "node_modules/estraverse": {
  4082. "version": "5.3.0",
  4083. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4084. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4085. "dev": true,
  4086. "license": "BSD-2-Clause",
  4087. "engines": {
  4088. "node": ">=4.0"
  4089. }
  4090. },
  4091. "node_modules/esutils": {
  4092. "version": "2.0.3",
  4093. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  4094. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4095. "dev": true,
  4096. "license": "BSD-2-Clause",
  4097. "engines": {
  4098. "node": ">=0.10.0"
  4099. }
  4100. },
  4101. "node_modules/fast-deep-equal": {
  4102. "version": "3.1.3",
  4103. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4104. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4105. "dev": true,
  4106. "license": "MIT"
  4107. },
  4108. "node_modules/fast-glob": {
  4109. "version": "3.3.1",
  4110. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
  4111. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  4112. "dev": true,
  4113. "license": "MIT",
  4114. "dependencies": {
  4115. "@nodelib/fs.stat": "^2.0.2",
  4116. "@nodelib/fs.walk": "^1.2.3",
  4117. "glob-parent": "^5.1.2",
  4118. "merge2": "^1.3.0",
  4119. "micromatch": "^4.0.4"
  4120. },
  4121. "engines": {
  4122. "node": ">=8.6.0"
  4123. }
  4124. },
  4125. "node_modules/fast-glob/node_modules/glob-parent": {
  4126. "version": "5.1.2",
  4127. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  4128. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4129. "dev": true,
  4130. "license": "ISC",
  4131. "dependencies": {
  4132. "is-glob": "^4.0.1"
  4133. },
  4134. "engines": {
  4135. "node": ">= 6"
  4136. }
  4137. },
  4138. "node_modules/fast-json-stable-stringify": {
  4139. "version": "2.1.0",
  4140. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4141. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4142. "dev": true,
  4143. "license": "MIT"
  4144. },
  4145. "node_modules/fast-levenshtein": {
  4146. "version": "2.0.6",
  4147. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4148. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4149. "dev": true,
  4150. "license": "MIT"
  4151. },
  4152. "node_modules/fastq": {
  4153. "version": "1.20.1",
  4154. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  4155. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  4156. "dev": true,
  4157. "license": "ISC",
  4158. "dependencies": {
  4159. "reusify": "^1.0.4"
  4160. }
  4161. },
  4162. "node_modules/file-entry-cache": {
  4163. "version": "8.0.0",
  4164. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  4165. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  4166. "dev": true,
  4167. "license": "MIT",
  4168. "dependencies": {
  4169. "flat-cache": "^4.0.0"
  4170. },
  4171. "engines": {
  4172. "node": ">=16.0.0"
  4173. }
  4174. },
  4175. "node_modules/fill-range": {
  4176. "version": "7.1.1",
  4177. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  4178. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4179. "dev": true,
  4180. "license": "MIT",
  4181. "dependencies": {
  4182. "to-regex-range": "^5.0.1"
  4183. },
  4184. "engines": {
  4185. "node": ">=8"
  4186. }
  4187. },
  4188. "node_modules/find-up": {
  4189. "version": "5.0.0",
  4190. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4191. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4192. "dev": true,
  4193. "license": "MIT",
  4194. "dependencies": {
  4195. "locate-path": "^6.0.0",
  4196. "path-exists": "^4.0.0"
  4197. },
  4198. "engines": {
  4199. "node": ">=10"
  4200. },
  4201. "funding": {
  4202. "url": "https://github.com/sponsors/sindresorhus"
  4203. }
  4204. },
  4205. "node_modules/flat-cache": {
  4206. "version": "4.0.1",
  4207. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  4208. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  4209. "dev": true,
  4210. "license": "MIT",
  4211. "dependencies": {
  4212. "flatted": "^3.2.9",
  4213. "keyv": "^4.5.4"
  4214. },
  4215. "engines": {
  4216. "node": ">=16"
  4217. }
  4218. },
  4219. "node_modules/flatted": {
  4220. "version": "3.4.2",
  4221. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  4222. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  4223. "dev": true,
  4224. "license": "ISC"
  4225. },
  4226. "node_modules/follow-redirects": {
  4227. "version": "1.16.0",
  4228. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
  4229. "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
  4230. "funding": [
  4231. {
  4232. "type": "individual",
  4233. "url": "https://github.com/sponsors/RubenVerborgh"
  4234. }
  4235. ],
  4236. "license": "MIT",
  4237. "engines": {
  4238. "node": ">=4.0"
  4239. },
  4240. "peerDependenciesMeta": {
  4241. "debug": {
  4242. "optional": true
  4243. }
  4244. }
  4245. },
  4246. "node_modules/for-each": {
  4247. "version": "0.3.5",
  4248. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  4249. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  4250. "dev": true,
  4251. "license": "MIT",
  4252. "dependencies": {
  4253. "is-callable": "^1.2.7"
  4254. },
  4255. "engines": {
  4256. "node": ">= 0.4"
  4257. },
  4258. "funding": {
  4259. "url": "https://github.com/sponsors/ljharb"
  4260. }
  4261. },
  4262. "node_modules/form-data": {
  4263. "version": "4.0.5",
  4264. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
  4265. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  4266. "license": "MIT",
  4267. "dependencies": {
  4268. "asynckit": "^0.4.0",
  4269. "combined-stream": "^1.0.8",
  4270. "es-set-tostringtag": "^2.1.0",
  4271. "hasown": "^2.0.2",
  4272. "mime-types": "^2.1.12"
  4273. },
  4274. "engines": {
  4275. "node": ">= 6"
  4276. }
  4277. },
  4278. "node_modules/function-bind": {
  4279. "version": "1.1.2",
  4280. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  4281. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4282. "license": "MIT",
  4283. "funding": {
  4284. "url": "https://github.com/sponsors/ljharb"
  4285. }
  4286. },
  4287. "node_modules/function.prototype.name": {
  4288. "version": "1.1.8",
  4289. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  4290. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  4291. "dev": true,
  4292. "license": "MIT",
  4293. "dependencies": {
  4294. "call-bind": "^1.0.8",
  4295. "call-bound": "^1.0.3",
  4296. "define-properties": "^1.2.1",
  4297. "functions-have-names": "^1.2.3",
  4298. "hasown": "^2.0.2",
  4299. "is-callable": "^1.2.7"
  4300. },
  4301. "engines": {
  4302. "node": ">= 0.4"
  4303. },
  4304. "funding": {
  4305. "url": "https://github.com/sponsors/ljharb"
  4306. }
  4307. },
  4308. "node_modules/functions-have-names": {
  4309. "version": "1.2.3",
  4310. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  4311. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  4312. "dev": true,
  4313. "license": "MIT",
  4314. "funding": {
  4315. "url": "https://github.com/sponsors/ljharb"
  4316. }
  4317. },
  4318. "node_modules/generator-function": {
  4319. "version": "2.0.1",
  4320. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  4321. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  4322. "dev": true,
  4323. "license": "MIT",
  4324. "engines": {
  4325. "node": ">= 0.4"
  4326. }
  4327. },
  4328. "node_modules/gensync": {
  4329. "version": "1.0.0-beta.2",
  4330. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4331. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4332. "dev": true,
  4333. "license": "MIT",
  4334. "engines": {
  4335. "node": ">=6.9.0"
  4336. }
  4337. },
  4338. "node_modules/get-intrinsic": {
  4339. "version": "1.3.0",
  4340. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  4341. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  4342. "license": "MIT",
  4343. "dependencies": {
  4344. "call-bind-apply-helpers": "^1.0.2",
  4345. "es-define-property": "^1.0.1",
  4346. "es-errors": "^1.3.0",
  4347. "es-object-atoms": "^1.1.1",
  4348. "function-bind": "^1.1.2",
  4349. "get-proto": "^1.0.1",
  4350. "gopd": "^1.2.0",
  4351. "has-symbols": "^1.1.0",
  4352. "hasown": "^2.0.2",
  4353. "math-intrinsics": "^1.1.0"
  4354. },
  4355. "engines": {
  4356. "node": ">= 0.4"
  4357. },
  4358. "funding": {
  4359. "url": "https://github.com/sponsors/ljharb"
  4360. }
  4361. },
  4362. "node_modules/get-proto": {
  4363. "version": "1.0.1",
  4364. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  4365. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  4366. "license": "MIT",
  4367. "dependencies": {
  4368. "dunder-proto": "^1.0.1",
  4369. "es-object-atoms": "^1.0.0"
  4370. },
  4371. "engines": {
  4372. "node": ">= 0.4"
  4373. }
  4374. },
  4375. "node_modules/get-symbol-description": {
  4376. "version": "1.1.0",
  4377. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  4378. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  4379. "dev": true,
  4380. "license": "MIT",
  4381. "dependencies": {
  4382. "call-bound": "^1.0.3",
  4383. "es-errors": "^1.3.0",
  4384. "get-intrinsic": "^1.2.6"
  4385. },
  4386. "engines": {
  4387. "node": ">= 0.4"
  4388. },
  4389. "funding": {
  4390. "url": "https://github.com/sponsors/ljharb"
  4391. }
  4392. },
  4393. "node_modules/get-tsconfig": {
  4394. "version": "4.13.7",
  4395. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.7.tgz",
  4396. "integrity": "sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==",
  4397. "dev": true,
  4398. "license": "MIT",
  4399. "dependencies": {
  4400. "resolve-pkg-maps": "^1.0.0"
  4401. },
  4402. "funding": {
  4403. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  4404. }
  4405. },
  4406. "node_modules/glob-parent": {
  4407. "version": "6.0.2",
  4408. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4409. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4410. "dev": true,
  4411. "license": "ISC",
  4412. "dependencies": {
  4413. "is-glob": "^4.0.3"
  4414. },
  4415. "engines": {
  4416. "node": ">=10.13.0"
  4417. }
  4418. },
  4419. "node_modules/globals": {
  4420. "version": "14.0.0",
  4421. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  4422. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  4423. "dev": true,
  4424. "license": "MIT",
  4425. "engines": {
  4426. "node": ">=18"
  4427. },
  4428. "funding": {
  4429. "url": "https://github.com/sponsors/sindresorhus"
  4430. }
  4431. },
  4432. "node_modules/globalthis": {
  4433. "version": "1.0.4",
  4434. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  4435. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  4436. "dev": true,
  4437. "license": "MIT",
  4438. "dependencies": {
  4439. "define-properties": "^1.2.1",
  4440. "gopd": "^1.0.1"
  4441. },
  4442. "engines": {
  4443. "node": ">= 0.4"
  4444. },
  4445. "funding": {
  4446. "url": "https://github.com/sponsors/ljharb"
  4447. }
  4448. },
  4449. "node_modules/gopd": {
  4450. "version": "1.2.0",
  4451. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  4452. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4453. "license": "MIT",
  4454. "engines": {
  4455. "node": ">= 0.4"
  4456. },
  4457. "funding": {
  4458. "url": "https://github.com/sponsors/ljharb"
  4459. }
  4460. },
  4461. "node_modules/graceful-fs": {
  4462. "version": "4.2.11",
  4463. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4464. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4465. "dev": true,
  4466. "license": "ISC"
  4467. },
  4468. "node_modules/has-bigints": {
  4469. "version": "1.1.0",
  4470. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  4471. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  4472. "dev": true,
  4473. "license": "MIT",
  4474. "engines": {
  4475. "node": ">= 0.4"
  4476. },
  4477. "funding": {
  4478. "url": "https://github.com/sponsors/ljharb"
  4479. }
  4480. },
  4481. "node_modules/has-flag": {
  4482. "version": "4.0.0",
  4483. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4484. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4485. "dev": true,
  4486. "license": "MIT",
  4487. "engines": {
  4488. "node": ">=8"
  4489. }
  4490. },
  4491. "node_modules/has-property-descriptors": {
  4492. "version": "1.0.2",
  4493. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  4494. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  4495. "dev": true,
  4496. "license": "MIT",
  4497. "dependencies": {
  4498. "es-define-property": "^1.0.0"
  4499. },
  4500. "funding": {
  4501. "url": "https://github.com/sponsors/ljharb"
  4502. }
  4503. },
  4504. "node_modules/has-proto": {
  4505. "version": "1.2.0",
  4506. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  4507. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  4508. "dev": true,
  4509. "license": "MIT",
  4510. "dependencies": {
  4511. "dunder-proto": "^1.0.0"
  4512. },
  4513. "engines": {
  4514. "node": ">= 0.4"
  4515. },
  4516. "funding": {
  4517. "url": "https://github.com/sponsors/ljharb"
  4518. }
  4519. },
  4520. "node_modules/has-symbols": {
  4521. "version": "1.1.0",
  4522. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  4523. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4524. "license": "MIT",
  4525. "engines": {
  4526. "node": ">= 0.4"
  4527. },
  4528. "funding": {
  4529. "url": "https://github.com/sponsors/ljharb"
  4530. }
  4531. },
  4532. "node_modules/has-tostringtag": {
  4533. "version": "1.0.2",
  4534. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4535. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4536. "license": "MIT",
  4537. "dependencies": {
  4538. "has-symbols": "^1.0.3"
  4539. },
  4540. "engines": {
  4541. "node": ">= 0.4"
  4542. },
  4543. "funding": {
  4544. "url": "https://github.com/sponsors/ljharb"
  4545. }
  4546. },
  4547. "node_modules/hasown": {
  4548. "version": "2.0.2",
  4549. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  4550. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4551. "license": "MIT",
  4552. "dependencies": {
  4553. "function-bind": "^1.1.2"
  4554. },
  4555. "engines": {
  4556. "node": ">= 0.4"
  4557. }
  4558. },
  4559. "node_modules/hermes-estree": {
  4560. "version": "0.25.1",
  4561. "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
  4562. "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
  4563. "dev": true,
  4564. "license": "MIT"
  4565. },
  4566. "node_modules/hermes-parser": {
  4567. "version": "0.25.1",
  4568. "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
  4569. "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
  4570. "dev": true,
  4571. "license": "MIT",
  4572. "dependencies": {
  4573. "hermes-estree": "0.25.1"
  4574. }
  4575. },
  4576. "node_modules/icu-minify": {
  4577. "version": "4.9.1",
  4578. "resolved": "https://registry.npmjs.org/icu-minify/-/icu-minify-4.9.1.tgz",
  4579. "integrity": "sha512-6NkfF9GHHFouqnz+wuiLjCWQiyxoEyJ5liUv4Jxxo/8wyhV7MY0L0iTEGDAVEa4aAD58WqTxFMa20S5nyMjwNw==",
  4580. "funding": [
  4581. {
  4582. "type": "individual",
  4583. "url": "https://github.com/sponsors/amannn"
  4584. }
  4585. ],
  4586. "license": "MIT",
  4587. "dependencies": {
  4588. "@formatjs/icu-messageformat-parser": "^3.4.0"
  4589. }
  4590. },
  4591. "node_modules/ignore": {
  4592. "version": "5.3.2",
  4593. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4594. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4595. "dev": true,
  4596. "license": "MIT",
  4597. "engines": {
  4598. "node": ">= 4"
  4599. }
  4600. },
  4601. "node_modules/import-fresh": {
  4602. "version": "3.3.1",
  4603. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  4604. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4605. "dev": true,
  4606. "license": "MIT",
  4607. "dependencies": {
  4608. "parent-module": "^1.0.0",
  4609. "resolve-from": "^4.0.0"
  4610. },
  4611. "engines": {
  4612. "node": ">=6"
  4613. },
  4614. "funding": {
  4615. "url": "https://github.com/sponsors/sindresorhus"
  4616. }
  4617. },
  4618. "node_modules/imurmurhash": {
  4619. "version": "0.1.4",
  4620. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4621. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4622. "dev": true,
  4623. "license": "MIT",
  4624. "engines": {
  4625. "node": ">=0.8.19"
  4626. }
  4627. },
  4628. "node_modules/internal-slot": {
  4629. "version": "1.1.0",
  4630. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  4631. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  4632. "dev": true,
  4633. "license": "MIT",
  4634. "dependencies": {
  4635. "es-errors": "^1.3.0",
  4636. "hasown": "^2.0.2",
  4637. "side-channel": "^1.1.0"
  4638. },
  4639. "engines": {
  4640. "node": ">= 0.4"
  4641. }
  4642. },
  4643. "node_modules/intl-messageformat": {
  4644. "version": "11.2.0",
  4645. "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-11.2.0.tgz",
  4646. "integrity": "sha512-IhghAA8n4KSlXuWKzYsWyWb82JoYTzShfyvdSF85oJPnNOjvv4kAo7S7Jtkm3/vJ53C7dQNRO+Gpnj3iWgTjBQ==",
  4647. "license": "BSD-3-Clause",
  4648. "dependencies": {
  4649. "@formatjs/ecma402-abstract": "3.2.0",
  4650. "@formatjs/fast-memoize": "3.1.1",
  4651. "@formatjs/icu-messageformat-parser": "3.5.3"
  4652. }
  4653. },
  4654. "node_modules/is-array-buffer": {
  4655. "version": "3.0.5",
  4656. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  4657. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  4658. "dev": true,
  4659. "license": "MIT",
  4660. "dependencies": {
  4661. "call-bind": "^1.0.8",
  4662. "call-bound": "^1.0.3",
  4663. "get-intrinsic": "^1.2.6"
  4664. },
  4665. "engines": {
  4666. "node": ">= 0.4"
  4667. },
  4668. "funding": {
  4669. "url": "https://github.com/sponsors/ljharb"
  4670. }
  4671. },
  4672. "node_modules/is-async-function": {
  4673. "version": "2.1.1",
  4674. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  4675. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  4676. "dev": true,
  4677. "license": "MIT",
  4678. "dependencies": {
  4679. "async-function": "^1.0.0",
  4680. "call-bound": "^1.0.3",
  4681. "get-proto": "^1.0.1",
  4682. "has-tostringtag": "^1.0.2",
  4683. "safe-regex-test": "^1.1.0"
  4684. },
  4685. "engines": {
  4686. "node": ">= 0.4"
  4687. },
  4688. "funding": {
  4689. "url": "https://github.com/sponsors/ljharb"
  4690. }
  4691. },
  4692. "node_modules/is-bigint": {
  4693. "version": "1.1.0",
  4694. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  4695. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  4696. "dev": true,
  4697. "license": "MIT",
  4698. "dependencies": {
  4699. "has-bigints": "^1.0.2"
  4700. },
  4701. "engines": {
  4702. "node": ">= 0.4"
  4703. },
  4704. "funding": {
  4705. "url": "https://github.com/sponsors/ljharb"
  4706. }
  4707. },
  4708. "node_modules/is-boolean-object": {
  4709. "version": "1.2.2",
  4710. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  4711. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  4712. "dev": true,
  4713. "license": "MIT",
  4714. "dependencies": {
  4715. "call-bound": "^1.0.3",
  4716. "has-tostringtag": "^1.0.2"
  4717. },
  4718. "engines": {
  4719. "node": ">= 0.4"
  4720. },
  4721. "funding": {
  4722. "url": "https://github.com/sponsors/ljharb"
  4723. }
  4724. },
  4725. "node_modules/is-bun-module": {
  4726. "version": "2.0.0",
  4727. "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
  4728. "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
  4729. "dev": true,
  4730. "license": "MIT",
  4731. "dependencies": {
  4732. "semver": "^7.7.1"
  4733. }
  4734. },
  4735. "node_modules/is-bun-module/node_modules/semver": {
  4736. "version": "7.7.4",
  4737. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  4738. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  4739. "dev": true,
  4740. "license": "ISC",
  4741. "bin": {
  4742. "semver": "bin/semver.js"
  4743. },
  4744. "engines": {
  4745. "node": ">=10"
  4746. }
  4747. },
  4748. "node_modules/is-callable": {
  4749. "version": "1.2.7",
  4750. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4751. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4752. "dev": true,
  4753. "license": "MIT",
  4754. "engines": {
  4755. "node": ">= 0.4"
  4756. },
  4757. "funding": {
  4758. "url": "https://github.com/sponsors/ljharb"
  4759. }
  4760. },
  4761. "node_modules/is-core-module": {
  4762. "version": "2.16.1",
  4763. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  4764. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4765. "dev": true,
  4766. "license": "MIT",
  4767. "dependencies": {
  4768. "hasown": "^2.0.2"
  4769. },
  4770. "engines": {
  4771. "node": ">= 0.4"
  4772. },
  4773. "funding": {
  4774. "url": "https://github.com/sponsors/ljharb"
  4775. }
  4776. },
  4777. "node_modules/is-data-view": {
  4778. "version": "1.0.2",
  4779. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  4780. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  4781. "dev": true,
  4782. "license": "MIT",
  4783. "dependencies": {
  4784. "call-bound": "^1.0.2",
  4785. "get-intrinsic": "^1.2.6",
  4786. "is-typed-array": "^1.1.13"
  4787. },
  4788. "engines": {
  4789. "node": ">= 0.4"
  4790. },
  4791. "funding": {
  4792. "url": "https://github.com/sponsors/ljharb"
  4793. }
  4794. },
  4795. "node_modules/is-date-object": {
  4796. "version": "1.1.0",
  4797. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  4798. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  4799. "dev": true,
  4800. "license": "MIT",
  4801. "dependencies": {
  4802. "call-bound": "^1.0.2",
  4803. "has-tostringtag": "^1.0.2"
  4804. },
  4805. "engines": {
  4806. "node": ">= 0.4"
  4807. },
  4808. "funding": {
  4809. "url": "https://github.com/sponsors/ljharb"
  4810. }
  4811. },
  4812. "node_modules/is-extglob": {
  4813. "version": "2.1.1",
  4814. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4815. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4816. "license": "MIT",
  4817. "engines": {
  4818. "node": ">=0.10.0"
  4819. }
  4820. },
  4821. "node_modules/is-finalizationregistry": {
  4822. "version": "1.1.1",
  4823. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  4824. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  4825. "dev": true,
  4826. "license": "MIT",
  4827. "dependencies": {
  4828. "call-bound": "^1.0.3"
  4829. },
  4830. "engines": {
  4831. "node": ">= 0.4"
  4832. },
  4833. "funding": {
  4834. "url": "https://github.com/sponsors/ljharb"
  4835. }
  4836. },
  4837. "node_modules/is-generator-function": {
  4838. "version": "1.1.2",
  4839. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  4840. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  4841. "dev": true,
  4842. "license": "MIT",
  4843. "dependencies": {
  4844. "call-bound": "^1.0.4",
  4845. "generator-function": "^2.0.0",
  4846. "get-proto": "^1.0.1",
  4847. "has-tostringtag": "^1.0.2",
  4848. "safe-regex-test": "^1.1.0"
  4849. },
  4850. "engines": {
  4851. "node": ">= 0.4"
  4852. },
  4853. "funding": {
  4854. "url": "https://github.com/sponsors/ljharb"
  4855. }
  4856. },
  4857. "node_modules/is-glob": {
  4858. "version": "4.0.3",
  4859. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4860. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4861. "license": "MIT",
  4862. "dependencies": {
  4863. "is-extglob": "^2.1.1"
  4864. },
  4865. "engines": {
  4866. "node": ">=0.10.0"
  4867. }
  4868. },
  4869. "node_modules/is-map": {
  4870. "version": "2.0.3",
  4871. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  4872. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4873. "dev": true,
  4874. "license": "MIT",
  4875. "engines": {
  4876. "node": ">= 0.4"
  4877. },
  4878. "funding": {
  4879. "url": "https://github.com/sponsors/ljharb"
  4880. }
  4881. },
  4882. "node_modules/is-negative-zero": {
  4883. "version": "2.0.3",
  4884. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4885. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4886. "dev": true,
  4887. "license": "MIT",
  4888. "engines": {
  4889. "node": ">= 0.4"
  4890. },
  4891. "funding": {
  4892. "url": "https://github.com/sponsors/ljharb"
  4893. }
  4894. },
  4895. "node_modules/is-number": {
  4896. "version": "7.0.0",
  4897. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4898. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4899. "dev": true,
  4900. "license": "MIT",
  4901. "engines": {
  4902. "node": ">=0.12.0"
  4903. }
  4904. },
  4905. "node_modules/is-number-object": {
  4906. "version": "1.1.1",
  4907. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  4908. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4909. "dev": true,
  4910. "license": "MIT",
  4911. "dependencies": {
  4912. "call-bound": "^1.0.3",
  4913. "has-tostringtag": "^1.0.2"
  4914. },
  4915. "engines": {
  4916. "node": ">= 0.4"
  4917. },
  4918. "funding": {
  4919. "url": "https://github.com/sponsors/ljharb"
  4920. }
  4921. },
  4922. "node_modules/is-regex": {
  4923. "version": "1.2.1",
  4924. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4925. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4926. "dev": true,
  4927. "license": "MIT",
  4928. "dependencies": {
  4929. "call-bound": "^1.0.2",
  4930. "gopd": "^1.2.0",
  4931. "has-tostringtag": "^1.0.2",
  4932. "hasown": "^2.0.2"
  4933. },
  4934. "engines": {
  4935. "node": ">= 0.4"
  4936. },
  4937. "funding": {
  4938. "url": "https://github.com/sponsors/ljharb"
  4939. }
  4940. },
  4941. "node_modules/is-set": {
  4942. "version": "2.0.3",
  4943. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4944. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4945. "dev": true,
  4946. "license": "MIT",
  4947. "engines": {
  4948. "node": ">= 0.4"
  4949. },
  4950. "funding": {
  4951. "url": "https://github.com/sponsors/ljharb"
  4952. }
  4953. },
  4954. "node_modules/is-shared-array-buffer": {
  4955. "version": "1.0.4",
  4956. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4957. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4958. "dev": true,
  4959. "license": "MIT",
  4960. "dependencies": {
  4961. "call-bound": "^1.0.3"
  4962. },
  4963. "engines": {
  4964. "node": ">= 0.4"
  4965. },
  4966. "funding": {
  4967. "url": "https://github.com/sponsors/ljharb"
  4968. }
  4969. },
  4970. "node_modules/is-string": {
  4971. "version": "1.1.1",
  4972. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4973. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4974. "dev": true,
  4975. "license": "MIT",
  4976. "dependencies": {
  4977. "call-bound": "^1.0.3",
  4978. "has-tostringtag": "^1.0.2"
  4979. },
  4980. "engines": {
  4981. "node": ">= 0.4"
  4982. },
  4983. "funding": {
  4984. "url": "https://github.com/sponsors/ljharb"
  4985. }
  4986. },
  4987. "node_modules/is-symbol": {
  4988. "version": "1.1.1",
  4989. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4990. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4991. "dev": true,
  4992. "license": "MIT",
  4993. "dependencies": {
  4994. "call-bound": "^1.0.2",
  4995. "has-symbols": "^1.1.0",
  4996. "safe-regex-test": "^1.1.0"
  4997. },
  4998. "engines": {
  4999. "node": ">= 0.4"
  5000. },
  5001. "funding": {
  5002. "url": "https://github.com/sponsors/ljharb"
  5003. }
  5004. },
  5005. "node_modules/is-typed-array": {
  5006. "version": "1.1.15",
  5007. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  5008. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  5009. "dev": true,
  5010. "license": "MIT",
  5011. "dependencies": {
  5012. "which-typed-array": "^1.1.16"
  5013. },
  5014. "engines": {
  5015. "node": ">= 0.4"
  5016. },
  5017. "funding": {
  5018. "url": "https://github.com/sponsors/ljharb"
  5019. }
  5020. },
  5021. "node_modules/is-weakmap": {
  5022. "version": "2.0.2",
  5023. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  5024. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  5025. "dev": true,
  5026. "license": "MIT",
  5027. "engines": {
  5028. "node": ">= 0.4"
  5029. },
  5030. "funding": {
  5031. "url": "https://github.com/sponsors/ljharb"
  5032. }
  5033. },
  5034. "node_modules/is-weakref": {
  5035. "version": "1.1.1",
  5036. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  5037. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  5038. "dev": true,
  5039. "license": "MIT",
  5040. "dependencies": {
  5041. "call-bound": "^1.0.3"
  5042. },
  5043. "engines": {
  5044. "node": ">= 0.4"
  5045. },
  5046. "funding": {
  5047. "url": "https://github.com/sponsors/ljharb"
  5048. }
  5049. },
  5050. "node_modules/is-weakset": {
  5051. "version": "2.0.4",
  5052. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  5053. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  5054. "dev": true,
  5055. "license": "MIT",
  5056. "dependencies": {
  5057. "call-bound": "^1.0.3",
  5058. "get-intrinsic": "^1.2.6"
  5059. },
  5060. "engines": {
  5061. "node": ">= 0.4"
  5062. },
  5063. "funding": {
  5064. "url": "https://github.com/sponsors/ljharb"
  5065. }
  5066. },
  5067. "node_modules/isarray": {
  5068. "version": "2.0.5",
  5069. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  5070. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  5071. "dev": true,
  5072. "license": "MIT"
  5073. },
  5074. "node_modules/isexe": {
  5075. "version": "2.0.0",
  5076. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  5077. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5078. "dev": true,
  5079. "license": "ISC"
  5080. },
  5081. "node_modules/iterator.prototype": {
  5082. "version": "1.1.5",
  5083. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  5084. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  5085. "dev": true,
  5086. "license": "MIT",
  5087. "dependencies": {
  5088. "define-data-property": "^1.1.4",
  5089. "es-object-atoms": "^1.0.0",
  5090. "get-intrinsic": "^1.2.6",
  5091. "get-proto": "^1.0.0",
  5092. "has-symbols": "^1.1.0",
  5093. "set-function-name": "^2.0.2"
  5094. },
  5095. "engines": {
  5096. "node": ">= 0.4"
  5097. }
  5098. },
  5099. "node_modules/jiti": {
  5100. "version": "2.6.1",
  5101. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  5102. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  5103. "dev": true,
  5104. "license": "MIT",
  5105. "bin": {
  5106. "jiti": "lib/jiti-cli.mjs"
  5107. }
  5108. },
  5109. "node_modules/js-tokens": {
  5110. "version": "4.0.0",
  5111. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  5112. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5113. "license": "MIT"
  5114. },
  5115. "node_modules/js-yaml": {
  5116. "version": "4.1.1",
  5117. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  5118. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  5119. "dev": true,
  5120. "license": "MIT",
  5121. "dependencies": {
  5122. "argparse": "^2.0.1"
  5123. },
  5124. "bin": {
  5125. "js-yaml": "bin/js-yaml.js"
  5126. }
  5127. },
  5128. "node_modules/jsesc": {
  5129. "version": "3.1.0",
  5130. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  5131. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  5132. "dev": true,
  5133. "license": "MIT",
  5134. "bin": {
  5135. "jsesc": "bin/jsesc"
  5136. },
  5137. "engines": {
  5138. "node": ">=6"
  5139. }
  5140. },
  5141. "node_modules/json-buffer": {
  5142. "version": "3.0.1",
  5143. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  5144. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  5145. "dev": true,
  5146. "license": "MIT"
  5147. },
  5148. "node_modules/json-schema-traverse": {
  5149. "version": "0.4.1",
  5150. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5151. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5152. "dev": true,
  5153. "license": "MIT"
  5154. },
  5155. "node_modules/json-stable-stringify-without-jsonify": {
  5156. "version": "1.0.1",
  5157. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5158. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5159. "dev": true,
  5160. "license": "MIT"
  5161. },
  5162. "node_modules/json5": {
  5163. "version": "2.2.3",
  5164. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  5165. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5166. "dev": true,
  5167. "license": "MIT",
  5168. "bin": {
  5169. "json5": "lib/cli.js"
  5170. },
  5171. "engines": {
  5172. "node": ">=6"
  5173. }
  5174. },
  5175. "node_modules/jsx-ast-utils": {
  5176. "version": "3.3.5",
  5177. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  5178. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  5179. "dev": true,
  5180. "license": "MIT",
  5181. "dependencies": {
  5182. "array-includes": "^3.1.6",
  5183. "array.prototype.flat": "^1.3.1",
  5184. "object.assign": "^4.1.4",
  5185. "object.values": "^1.1.6"
  5186. },
  5187. "engines": {
  5188. "node": ">=4.0"
  5189. }
  5190. },
  5191. "node_modules/keyv": {
  5192. "version": "4.5.4",
  5193. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  5194. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  5195. "dev": true,
  5196. "license": "MIT",
  5197. "dependencies": {
  5198. "json-buffer": "3.0.1"
  5199. }
  5200. },
  5201. "node_modules/language-subtag-registry": {
  5202. "version": "0.3.23",
  5203. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  5204. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  5205. "dev": true,
  5206. "license": "CC0-1.0"
  5207. },
  5208. "node_modules/language-tags": {
  5209. "version": "1.0.9",
  5210. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
  5211. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  5212. "dev": true,
  5213. "license": "MIT",
  5214. "dependencies": {
  5215. "language-subtag-registry": "^0.3.20"
  5216. },
  5217. "engines": {
  5218. "node": ">=0.10"
  5219. }
  5220. },
  5221. "node_modules/levn": {
  5222. "version": "0.4.1",
  5223. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  5224. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5225. "dev": true,
  5226. "license": "MIT",
  5227. "dependencies": {
  5228. "prelude-ls": "^1.2.1",
  5229. "type-check": "~0.4.0"
  5230. },
  5231. "engines": {
  5232. "node": ">= 0.8.0"
  5233. }
  5234. },
  5235. "node_modules/lightningcss": {
  5236. "version": "1.32.0",
  5237. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  5238. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  5239. "dev": true,
  5240. "license": "MPL-2.0",
  5241. "dependencies": {
  5242. "detect-libc": "^2.0.3"
  5243. },
  5244. "engines": {
  5245. "node": ">= 12.0.0"
  5246. },
  5247. "funding": {
  5248. "type": "opencollective",
  5249. "url": "https://opencollective.com/parcel"
  5250. },
  5251. "optionalDependencies": {
  5252. "lightningcss-android-arm64": "1.32.0",
  5253. "lightningcss-darwin-arm64": "1.32.0",
  5254. "lightningcss-darwin-x64": "1.32.0",
  5255. "lightningcss-freebsd-x64": "1.32.0",
  5256. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  5257. "lightningcss-linux-arm64-gnu": "1.32.0",
  5258. "lightningcss-linux-arm64-musl": "1.32.0",
  5259. "lightningcss-linux-x64-gnu": "1.32.0",
  5260. "lightningcss-linux-x64-musl": "1.32.0",
  5261. "lightningcss-win32-arm64-msvc": "1.32.0",
  5262. "lightningcss-win32-x64-msvc": "1.32.0"
  5263. }
  5264. },
  5265. "node_modules/lightningcss-android-arm64": {
  5266. "version": "1.32.0",
  5267. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  5268. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  5269. "cpu": [
  5270. "arm64"
  5271. ],
  5272. "dev": true,
  5273. "license": "MPL-2.0",
  5274. "optional": true,
  5275. "os": [
  5276. "android"
  5277. ],
  5278. "engines": {
  5279. "node": ">= 12.0.0"
  5280. },
  5281. "funding": {
  5282. "type": "opencollective",
  5283. "url": "https://opencollective.com/parcel"
  5284. }
  5285. },
  5286. "node_modules/lightningcss-darwin-arm64": {
  5287. "version": "1.32.0",
  5288. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  5289. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  5290. "cpu": [
  5291. "arm64"
  5292. ],
  5293. "dev": true,
  5294. "license": "MPL-2.0",
  5295. "optional": true,
  5296. "os": [
  5297. "darwin"
  5298. ],
  5299. "engines": {
  5300. "node": ">= 12.0.0"
  5301. },
  5302. "funding": {
  5303. "type": "opencollective",
  5304. "url": "https://opencollective.com/parcel"
  5305. }
  5306. },
  5307. "node_modules/lightningcss-darwin-x64": {
  5308. "version": "1.32.0",
  5309. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  5310. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  5311. "cpu": [
  5312. "x64"
  5313. ],
  5314. "dev": true,
  5315. "license": "MPL-2.0",
  5316. "optional": true,
  5317. "os": [
  5318. "darwin"
  5319. ],
  5320. "engines": {
  5321. "node": ">= 12.0.0"
  5322. },
  5323. "funding": {
  5324. "type": "opencollective",
  5325. "url": "https://opencollective.com/parcel"
  5326. }
  5327. },
  5328. "node_modules/lightningcss-freebsd-x64": {
  5329. "version": "1.32.0",
  5330. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  5331. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  5332. "cpu": [
  5333. "x64"
  5334. ],
  5335. "dev": true,
  5336. "license": "MPL-2.0",
  5337. "optional": true,
  5338. "os": [
  5339. "freebsd"
  5340. ],
  5341. "engines": {
  5342. "node": ">= 12.0.0"
  5343. },
  5344. "funding": {
  5345. "type": "opencollective",
  5346. "url": "https://opencollective.com/parcel"
  5347. }
  5348. },
  5349. "node_modules/lightningcss-linux-arm-gnueabihf": {
  5350. "version": "1.32.0",
  5351. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  5352. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  5353. "cpu": [
  5354. "arm"
  5355. ],
  5356. "dev": true,
  5357. "license": "MPL-2.0",
  5358. "optional": true,
  5359. "os": [
  5360. "linux"
  5361. ],
  5362. "engines": {
  5363. "node": ">= 12.0.0"
  5364. },
  5365. "funding": {
  5366. "type": "opencollective",
  5367. "url": "https://opencollective.com/parcel"
  5368. }
  5369. },
  5370. "node_modules/lightningcss-linux-arm64-gnu": {
  5371. "version": "1.32.0",
  5372. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  5373. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  5374. "cpu": [
  5375. "arm64"
  5376. ],
  5377. "dev": true,
  5378. "license": "MPL-2.0",
  5379. "optional": true,
  5380. "os": [
  5381. "linux"
  5382. ],
  5383. "engines": {
  5384. "node": ">= 12.0.0"
  5385. },
  5386. "funding": {
  5387. "type": "opencollective",
  5388. "url": "https://opencollective.com/parcel"
  5389. }
  5390. },
  5391. "node_modules/lightningcss-linux-arm64-musl": {
  5392. "version": "1.32.0",
  5393. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  5394. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  5395. "cpu": [
  5396. "arm64"
  5397. ],
  5398. "dev": true,
  5399. "license": "MPL-2.0",
  5400. "optional": true,
  5401. "os": [
  5402. "linux"
  5403. ],
  5404. "engines": {
  5405. "node": ">= 12.0.0"
  5406. },
  5407. "funding": {
  5408. "type": "opencollective",
  5409. "url": "https://opencollective.com/parcel"
  5410. }
  5411. },
  5412. "node_modules/lightningcss-linux-x64-gnu": {
  5413. "version": "1.32.0",
  5414. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  5415. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  5416. "cpu": [
  5417. "x64"
  5418. ],
  5419. "dev": true,
  5420. "license": "MPL-2.0",
  5421. "optional": true,
  5422. "os": [
  5423. "linux"
  5424. ],
  5425. "engines": {
  5426. "node": ">= 12.0.0"
  5427. },
  5428. "funding": {
  5429. "type": "opencollective",
  5430. "url": "https://opencollective.com/parcel"
  5431. }
  5432. },
  5433. "node_modules/lightningcss-linux-x64-musl": {
  5434. "version": "1.32.0",
  5435. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  5436. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  5437. "cpu": [
  5438. "x64"
  5439. ],
  5440. "dev": true,
  5441. "license": "MPL-2.0",
  5442. "optional": true,
  5443. "os": [
  5444. "linux"
  5445. ],
  5446. "engines": {
  5447. "node": ">= 12.0.0"
  5448. },
  5449. "funding": {
  5450. "type": "opencollective",
  5451. "url": "https://opencollective.com/parcel"
  5452. }
  5453. },
  5454. "node_modules/lightningcss-win32-arm64-msvc": {
  5455. "version": "1.32.0",
  5456. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  5457. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  5458. "cpu": [
  5459. "arm64"
  5460. ],
  5461. "dev": true,
  5462. "license": "MPL-2.0",
  5463. "optional": true,
  5464. "os": [
  5465. "win32"
  5466. ],
  5467. "engines": {
  5468. "node": ">= 12.0.0"
  5469. },
  5470. "funding": {
  5471. "type": "opencollective",
  5472. "url": "https://opencollective.com/parcel"
  5473. }
  5474. },
  5475. "node_modules/lightningcss-win32-x64-msvc": {
  5476. "version": "1.32.0",
  5477. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  5478. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  5479. "cpu": [
  5480. "x64"
  5481. ],
  5482. "dev": true,
  5483. "license": "MPL-2.0",
  5484. "optional": true,
  5485. "os": [
  5486. "win32"
  5487. ],
  5488. "engines": {
  5489. "node": ">= 12.0.0"
  5490. },
  5491. "funding": {
  5492. "type": "opencollective",
  5493. "url": "https://opencollective.com/parcel"
  5494. }
  5495. },
  5496. "node_modules/locate-path": {
  5497. "version": "6.0.0",
  5498. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5499. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5500. "dev": true,
  5501. "license": "MIT",
  5502. "dependencies": {
  5503. "p-locate": "^5.0.0"
  5504. },
  5505. "engines": {
  5506. "node": ">=10"
  5507. },
  5508. "funding": {
  5509. "url": "https://github.com/sponsors/sindresorhus"
  5510. }
  5511. },
  5512. "node_modules/lodash.merge": {
  5513. "version": "4.6.2",
  5514. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5515. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5516. "dev": true,
  5517. "license": "MIT"
  5518. },
  5519. "node_modules/loose-envify": {
  5520. "version": "1.4.0",
  5521. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5522. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5523. "license": "MIT",
  5524. "dependencies": {
  5525. "js-tokens": "^3.0.0 || ^4.0.0"
  5526. },
  5527. "bin": {
  5528. "loose-envify": "cli.js"
  5529. }
  5530. },
  5531. "node_modules/lru-cache": {
  5532. "version": "5.1.1",
  5533. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  5534. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5535. "dev": true,
  5536. "license": "ISC",
  5537. "dependencies": {
  5538. "yallist": "^3.0.2"
  5539. }
  5540. },
  5541. "node_modules/lucide-react": {
  5542. "version": "1.11.0",
  5543. "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.11.0.tgz",
  5544. "integrity": "sha512-UOhjdztXCgdBReRcIhsvz2siIBogfv/lhJEIViCpLt924dO+GDms9T7DNoucI23s6kEPpe988m5N0D2ajnzb2g==",
  5545. "license": "ISC",
  5546. "peerDependencies": {
  5547. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  5548. }
  5549. },
  5550. "node_modules/magic-string": {
  5551. "version": "0.30.21",
  5552. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  5553. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  5554. "dev": true,
  5555. "license": "MIT",
  5556. "dependencies": {
  5557. "@jridgewell/sourcemap-codec": "^1.5.5"
  5558. }
  5559. },
  5560. "node_modules/math-intrinsics": {
  5561. "version": "1.1.0",
  5562. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  5563. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  5564. "license": "MIT",
  5565. "engines": {
  5566. "node": ">= 0.4"
  5567. }
  5568. },
  5569. "node_modules/merge2": {
  5570. "version": "1.4.1",
  5571. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5572. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5573. "dev": true,
  5574. "license": "MIT",
  5575. "engines": {
  5576. "node": ">= 8"
  5577. }
  5578. },
  5579. "node_modules/micromatch": {
  5580. "version": "4.0.8",
  5581. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  5582. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5583. "dev": true,
  5584. "license": "MIT",
  5585. "dependencies": {
  5586. "braces": "^3.0.3",
  5587. "picomatch": "^2.3.1"
  5588. },
  5589. "engines": {
  5590. "node": ">=8.6"
  5591. }
  5592. },
  5593. "node_modules/mime-db": {
  5594. "version": "1.52.0",
  5595. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  5596. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  5597. "license": "MIT",
  5598. "engines": {
  5599. "node": ">= 0.6"
  5600. }
  5601. },
  5602. "node_modules/mime-types": {
  5603. "version": "2.1.35",
  5604. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  5605. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  5606. "license": "MIT",
  5607. "dependencies": {
  5608. "mime-db": "1.52.0"
  5609. },
  5610. "engines": {
  5611. "node": ">= 0.6"
  5612. }
  5613. },
  5614. "node_modules/minimatch": {
  5615. "version": "3.1.5",
  5616. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  5617. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  5618. "dev": true,
  5619. "license": "ISC",
  5620. "dependencies": {
  5621. "brace-expansion": "^1.1.7"
  5622. },
  5623. "engines": {
  5624. "node": "*"
  5625. }
  5626. },
  5627. "node_modules/minimist": {
  5628. "version": "1.2.8",
  5629. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  5630. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  5631. "dev": true,
  5632. "license": "MIT",
  5633. "funding": {
  5634. "url": "https://github.com/sponsors/ljharb"
  5635. }
  5636. },
  5637. "node_modules/ms": {
  5638. "version": "2.1.3",
  5639. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  5640. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5641. "dev": true,
  5642. "license": "MIT"
  5643. },
  5644. "node_modules/nanoid": {
  5645. "version": "3.3.11",
  5646. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  5647. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  5648. "funding": [
  5649. {
  5650. "type": "github",
  5651. "url": "https://github.com/sponsors/ai"
  5652. }
  5653. ],
  5654. "license": "MIT",
  5655. "bin": {
  5656. "nanoid": "bin/nanoid.cjs"
  5657. },
  5658. "engines": {
  5659. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5660. }
  5661. },
  5662. "node_modules/napi-postinstall": {
  5663. "version": "0.3.4",
  5664. "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz",
  5665. "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==",
  5666. "dev": true,
  5667. "license": "MIT",
  5668. "bin": {
  5669. "napi-postinstall": "lib/cli.js"
  5670. },
  5671. "engines": {
  5672. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  5673. },
  5674. "funding": {
  5675. "url": "https://opencollective.com/napi-postinstall"
  5676. }
  5677. },
  5678. "node_modules/natural-compare": {
  5679. "version": "1.4.0",
  5680. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5681. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5682. "dev": true,
  5683. "license": "MIT"
  5684. },
  5685. "node_modules/negotiator": {
  5686. "version": "1.0.0",
  5687. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
  5688. "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
  5689. "license": "MIT",
  5690. "engines": {
  5691. "node": ">= 0.6"
  5692. }
  5693. },
  5694. "node_modules/next": {
  5695. "version": "16.2.3",
  5696. "resolved": "https://registry.npmjs.org/next/-/next-16.2.3.tgz",
  5697. "integrity": "sha512-9V3zV4oZFza3PVev5/poB9g0dEafVcgNyQ8eTRop8GvxZjV2G15FC5ARuG1eFD42QgeYkzJBJzHghNP8Ad9xtA==",
  5698. "license": "MIT",
  5699. "dependencies": {
  5700. "@next/env": "16.2.3",
  5701. "@swc/helpers": "0.5.15",
  5702. "baseline-browser-mapping": "^2.9.19",
  5703. "caniuse-lite": "^1.0.30001579",
  5704. "postcss": "8.4.31",
  5705. "styled-jsx": "5.1.6"
  5706. },
  5707. "bin": {
  5708. "next": "dist/bin/next"
  5709. },
  5710. "engines": {
  5711. "node": ">=20.9.0"
  5712. },
  5713. "optionalDependencies": {
  5714. "@next/swc-darwin-arm64": "16.2.3",
  5715. "@next/swc-darwin-x64": "16.2.3",
  5716. "@next/swc-linux-arm64-gnu": "16.2.3",
  5717. "@next/swc-linux-arm64-musl": "16.2.3",
  5718. "@next/swc-linux-x64-gnu": "16.2.3",
  5719. "@next/swc-linux-x64-musl": "16.2.3",
  5720. "@next/swc-win32-arm64-msvc": "16.2.3",
  5721. "@next/swc-win32-x64-msvc": "16.2.3",
  5722. "sharp": "^0.34.5"
  5723. },
  5724. "peerDependencies": {
  5725. "@opentelemetry/api": "^1.1.0",
  5726. "@playwright/test": "^1.51.1",
  5727. "babel-plugin-react-compiler": "*",
  5728. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5729. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5730. "sass": "^1.3.0"
  5731. },
  5732. "peerDependenciesMeta": {
  5733. "@opentelemetry/api": {
  5734. "optional": true
  5735. },
  5736. "@playwright/test": {
  5737. "optional": true
  5738. },
  5739. "babel-plugin-react-compiler": {
  5740. "optional": true
  5741. },
  5742. "sass": {
  5743. "optional": true
  5744. }
  5745. }
  5746. },
  5747. "node_modules/next-intl": {
  5748. "version": "4.9.1",
  5749. "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-4.9.1.tgz",
  5750. "integrity": "sha512-N7ga0CjtYcdxNvaKNIi6eJ2mmatlHK5hp8rt0YO2Omoc1m0gean242/Ukdj6+gJNiReBVcYIjK0HZeNx7CV1ug==",
  5751. "funding": [
  5752. {
  5753. "type": "individual",
  5754. "url": "https://github.com/sponsors/amannn"
  5755. }
  5756. ],
  5757. "license": "MIT",
  5758. "dependencies": {
  5759. "@formatjs/intl-localematcher": "^0.8.1",
  5760. "@parcel/watcher": "^2.4.1",
  5761. "@swc/core": "^1.15.2",
  5762. "icu-minify": "^4.9.1",
  5763. "negotiator": "^1.0.0",
  5764. "next-intl-swc-plugin-extractor": "^4.9.1",
  5765. "po-parser": "^2.1.1",
  5766. "use-intl": "^4.9.1"
  5767. },
  5768. "peerDependencies": {
  5769. "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
  5770. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0"
  5771. },
  5772. "peerDependenciesMeta": {
  5773. "typescript": {
  5774. "optional": true
  5775. }
  5776. }
  5777. },
  5778. "node_modules/next-intl-swc-plugin-extractor": {
  5779. "version": "4.9.1",
  5780. "resolved": "https://registry.npmjs.org/next-intl-swc-plugin-extractor/-/next-intl-swc-plugin-extractor-4.9.1.tgz",
  5781. "integrity": "sha512-8whJJ6oxJz8JqkHarggmmuEDyXgC7nEnaPhZD91CJwEWW4xp0AST3Mw17YxvHyP2vAF3taWfFbs1maD+WWtz3w==",
  5782. "license": "MIT"
  5783. },
  5784. "node_modules/next-intl/node_modules/@swc/core": {
  5785. "version": "1.15.24",
  5786. "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.24.tgz",
  5787. "integrity": "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ==",
  5788. "hasInstallScript": true,
  5789. "license": "Apache-2.0",
  5790. "dependencies": {
  5791. "@swc/counter": "^0.1.3",
  5792. "@swc/types": "^0.1.26"
  5793. },
  5794. "engines": {
  5795. "node": ">=10"
  5796. },
  5797. "funding": {
  5798. "type": "opencollective",
  5799. "url": "https://opencollective.com/swc"
  5800. },
  5801. "optionalDependencies": {
  5802. "@swc/core-darwin-arm64": "1.15.24",
  5803. "@swc/core-darwin-x64": "1.15.24",
  5804. "@swc/core-linux-arm-gnueabihf": "1.15.24",
  5805. "@swc/core-linux-arm64-gnu": "1.15.24",
  5806. "@swc/core-linux-arm64-musl": "1.15.24",
  5807. "@swc/core-linux-ppc64-gnu": "1.15.24",
  5808. "@swc/core-linux-s390x-gnu": "1.15.24",
  5809. "@swc/core-linux-x64-gnu": "1.15.24",
  5810. "@swc/core-linux-x64-musl": "1.15.24",
  5811. "@swc/core-win32-arm64-msvc": "1.15.24",
  5812. "@swc/core-win32-ia32-msvc": "1.15.24",
  5813. "@swc/core-win32-x64-msvc": "1.15.24"
  5814. },
  5815. "peerDependencies": {
  5816. "@swc/helpers": ">=0.5.17"
  5817. },
  5818. "peerDependenciesMeta": {
  5819. "@swc/helpers": {
  5820. "optional": true
  5821. }
  5822. }
  5823. },
  5824. "node_modules/next-intl/node_modules/@swc/helpers": {
  5825. "version": "0.5.21",
  5826. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.21.tgz",
  5827. "integrity": "sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==",
  5828. "license": "Apache-2.0",
  5829. "optional": true,
  5830. "peer": true,
  5831. "dependencies": {
  5832. "tslib": "^2.8.0"
  5833. }
  5834. },
  5835. "node_modules/next/node_modules/postcss": {
  5836. "version": "8.4.31",
  5837. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
  5838. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  5839. "funding": [
  5840. {
  5841. "type": "opencollective",
  5842. "url": "https://opencollective.com/postcss/"
  5843. },
  5844. {
  5845. "type": "tidelift",
  5846. "url": "https://tidelift.com/funding/github/npm/postcss"
  5847. },
  5848. {
  5849. "type": "github",
  5850. "url": "https://github.com/sponsors/ai"
  5851. }
  5852. ],
  5853. "license": "MIT",
  5854. "dependencies": {
  5855. "nanoid": "^3.3.6",
  5856. "picocolors": "^1.0.0",
  5857. "source-map-js": "^1.0.2"
  5858. },
  5859. "engines": {
  5860. "node": "^10 || ^12 || >=14"
  5861. }
  5862. },
  5863. "node_modules/nextjs-toploader": {
  5864. "version": "3.9.17",
  5865. "resolved": "https://registry.npmjs.org/nextjs-toploader/-/nextjs-toploader-3.9.17.tgz",
  5866. "integrity": "sha512-9OF0KSSLtoSAuNg2LZ3aTl4hR9mBDj5L9s9DZiFCbMlXehyICGjkIz5dVGzuATU2bheJZoBdFgq9w07AKSuQQw==",
  5867. "license": "MIT",
  5868. "dependencies": {
  5869. "nprogress": "^0.2.0",
  5870. "prop-types": "^15.8.1"
  5871. },
  5872. "funding": {
  5873. "url": "https://buymeacoffee.com/thesgj"
  5874. },
  5875. "peerDependencies": {
  5876. "next": ">= 6.0.0",
  5877. "react": ">= 16.0.0",
  5878. "react-dom": ">= 16.0.0"
  5879. }
  5880. },
  5881. "node_modules/node-addon-api": {
  5882. "version": "7.1.1",
  5883. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  5884. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  5885. "license": "MIT"
  5886. },
  5887. "node_modules/node-exports-info": {
  5888. "version": "1.6.0",
  5889. "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz",
  5890. "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
  5891. "dev": true,
  5892. "license": "MIT",
  5893. "dependencies": {
  5894. "array.prototype.flatmap": "^1.3.3",
  5895. "es-errors": "^1.3.0",
  5896. "object.entries": "^1.1.9",
  5897. "semver": "^6.3.1"
  5898. },
  5899. "engines": {
  5900. "node": ">= 0.4"
  5901. },
  5902. "funding": {
  5903. "url": "https://github.com/sponsors/ljharb"
  5904. }
  5905. },
  5906. "node_modules/node-releases": {
  5907. "version": "2.0.37",
  5908. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
  5909. "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
  5910. "dev": true,
  5911. "license": "MIT"
  5912. },
  5913. "node_modules/nprogress": {
  5914. "version": "0.2.0",
  5915. "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz",
  5916. "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==",
  5917. "license": "MIT"
  5918. },
  5919. "node_modules/object-assign": {
  5920. "version": "4.1.1",
  5921. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5922. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5923. "license": "MIT",
  5924. "engines": {
  5925. "node": ">=0.10.0"
  5926. }
  5927. },
  5928. "node_modules/object-inspect": {
  5929. "version": "1.13.4",
  5930. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  5931. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  5932. "dev": true,
  5933. "license": "MIT",
  5934. "engines": {
  5935. "node": ">= 0.4"
  5936. },
  5937. "funding": {
  5938. "url": "https://github.com/sponsors/ljharb"
  5939. }
  5940. },
  5941. "node_modules/object-keys": {
  5942. "version": "1.1.1",
  5943. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  5944. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5945. "dev": true,
  5946. "license": "MIT",
  5947. "engines": {
  5948. "node": ">= 0.4"
  5949. }
  5950. },
  5951. "node_modules/object.assign": {
  5952. "version": "4.1.7",
  5953. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  5954. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  5955. "dev": true,
  5956. "license": "MIT",
  5957. "dependencies": {
  5958. "call-bind": "^1.0.8",
  5959. "call-bound": "^1.0.3",
  5960. "define-properties": "^1.2.1",
  5961. "es-object-atoms": "^1.0.0",
  5962. "has-symbols": "^1.1.0",
  5963. "object-keys": "^1.1.1"
  5964. },
  5965. "engines": {
  5966. "node": ">= 0.4"
  5967. },
  5968. "funding": {
  5969. "url": "https://github.com/sponsors/ljharb"
  5970. }
  5971. },
  5972. "node_modules/object.entries": {
  5973. "version": "1.1.9",
  5974. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  5975. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  5976. "dev": true,
  5977. "license": "MIT",
  5978. "dependencies": {
  5979. "call-bind": "^1.0.8",
  5980. "call-bound": "^1.0.4",
  5981. "define-properties": "^1.2.1",
  5982. "es-object-atoms": "^1.1.1"
  5983. },
  5984. "engines": {
  5985. "node": ">= 0.4"
  5986. }
  5987. },
  5988. "node_modules/object.fromentries": {
  5989. "version": "2.0.8",
  5990. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  5991. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  5992. "dev": true,
  5993. "license": "MIT",
  5994. "dependencies": {
  5995. "call-bind": "^1.0.7",
  5996. "define-properties": "^1.2.1",
  5997. "es-abstract": "^1.23.2",
  5998. "es-object-atoms": "^1.0.0"
  5999. },
  6000. "engines": {
  6001. "node": ">= 0.4"
  6002. },
  6003. "funding": {
  6004. "url": "https://github.com/sponsors/ljharb"
  6005. }
  6006. },
  6007. "node_modules/object.groupby": {
  6008. "version": "1.0.3",
  6009. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  6010. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  6011. "dev": true,
  6012. "license": "MIT",
  6013. "dependencies": {
  6014. "call-bind": "^1.0.7",
  6015. "define-properties": "^1.2.1",
  6016. "es-abstract": "^1.23.2"
  6017. },
  6018. "engines": {
  6019. "node": ">= 0.4"
  6020. }
  6021. },
  6022. "node_modules/object.values": {
  6023. "version": "1.2.1",
  6024. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  6025. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  6026. "dev": true,
  6027. "license": "MIT",
  6028. "dependencies": {
  6029. "call-bind": "^1.0.8",
  6030. "call-bound": "^1.0.3",
  6031. "define-properties": "^1.2.1",
  6032. "es-object-atoms": "^1.0.0"
  6033. },
  6034. "engines": {
  6035. "node": ">= 0.4"
  6036. },
  6037. "funding": {
  6038. "url": "https://github.com/sponsors/ljharb"
  6039. }
  6040. },
  6041. "node_modules/optionator": {
  6042. "version": "0.9.4",
  6043. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  6044. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  6045. "dev": true,
  6046. "license": "MIT",
  6047. "dependencies": {
  6048. "deep-is": "^0.1.3",
  6049. "fast-levenshtein": "^2.0.6",
  6050. "levn": "^0.4.1",
  6051. "prelude-ls": "^1.2.1",
  6052. "type-check": "^0.4.0",
  6053. "word-wrap": "^1.2.5"
  6054. },
  6055. "engines": {
  6056. "node": ">= 0.8.0"
  6057. }
  6058. },
  6059. "node_modules/own-keys": {
  6060. "version": "1.0.1",
  6061. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  6062. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  6063. "dev": true,
  6064. "license": "MIT",
  6065. "dependencies": {
  6066. "get-intrinsic": "^1.2.6",
  6067. "object-keys": "^1.1.1",
  6068. "safe-push-apply": "^1.0.0"
  6069. },
  6070. "engines": {
  6071. "node": ">= 0.4"
  6072. },
  6073. "funding": {
  6074. "url": "https://github.com/sponsors/ljharb"
  6075. }
  6076. },
  6077. "node_modules/p-limit": {
  6078. "version": "3.1.0",
  6079. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  6080. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6081. "dev": true,
  6082. "license": "MIT",
  6083. "dependencies": {
  6084. "yocto-queue": "^0.1.0"
  6085. },
  6086. "engines": {
  6087. "node": ">=10"
  6088. },
  6089. "funding": {
  6090. "url": "https://github.com/sponsors/sindresorhus"
  6091. }
  6092. },
  6093. "node_modules/p-locate": {
  6094. "version": "5.0.0",
  6095. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  6096. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6097. "dev": true,
  6098. "license": "MIT",
  6099. "dependencies": {
  6100. "p-limit": "^3.0.2"
  6101. },
  6102. "engines": {
  6103. "node": ">=10"
  6104. },
  6105. "funding": {
  6106. "url": "https://github.com/sponsors/sindresorhus"
  6107. }
  6108. },
  6109. "node_modules/parent-module": {
  6110. "version": "1.0.1",
  6111. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  6112. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  6113. "dev": true,
  6114. "license": "MIT",
  6115. "dependencies": {
  6116. "callsites": "^3.0.0"
  6117. },
  6118. "engines": {
  6119. "node": ">=6"
  6120. }
  6121. },
  6122. "node_modules/path-exists": {
  6123. "version": "4.0.0",
  6124. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  6125. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6126. "dev": true,
  6127. "license": "MIT",
  6128. "engines": {
  6129. "node": ">=8"
  6130. }
  6131. },
  6132. "node_modules/path-key": {
  6133. "version": "3.1.1",
  6134. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6135. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6136. "dev": true,
  6137. "license": "MIT",
  6138. "engines": {
  6139. "node": ">=8"
  6140. }
  6141. },
  6142. "node_modules/path-parse": {
  6143. "version": "1.0.7",
  6144. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  6145. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  6146. "dev": true,
  6147. "license": "MIT"
  6148. },
  6149. "node_modules/picocolors": {
  6150. "version": "1.1.1",
  6151. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  6152. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  6153. "license": "ISC"
  6154. },
  6155. "node_modules/picomatch": {
  6156. "version": "2.3.2",
  6157. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  6158. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  6159. "dev": true,
  6160. "license": "MIT",
  6161. "engines": {
  6162. "node": ">=8.6"
  6163. },
  6164. "funding": {
  6165. "url": "https://github.com/sponsors/jonschlinkert"
  6166. }
  6167. },
  6168. "node_modules/po-parser": {
  6169. "version": "2.1.1",
  6170. "resolved": "https://registry.npmjs.org/po-parser/-/po-parser-2.1.1.tgz",
  6171. "integrity": "sha512-ECF4zHLbUItpUgE3OTtLKlPjeBN+fKEczj2zYjDfCGOzicNs0GK3Vg2IoAYwx7LH/XYw43fZQP6xnZ4TkNxSLQ==",
  6172. "license": "MIT"
  6173. },
  6174. "node_modules/possible-typed-array-names": {
  6175. "version": "1.1.0",
  6176. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  6177. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  6178. "dev": true,
  6179. "license": "MIT",
  6180. "engines": {
  6181. "node": ">= 0.4"
  6182. }
  6183. },
  6184. "node_modules/postcss": {
  6185. "version": "8.5.9",
  6186. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
  6187. "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
  6188. "dev": true,
  6189. "funding": [
  6190. {
  6191. "type": "opencollective",
  6192. "url": "https://opencollective.com/postcss/"
  6193. },
  6194. {
  6195. "type": "tidelift",
  6196. "url": "https://tidelift.com/funding/github/npm/postcss"
  6197. },
  6198. {
  6199. "type": "github",
  6200. "url": "https://github.com/sponsors/ai"
  6201. }
  6202. ],
  6203. "license": "MIT",
  6204. "dependencies": {
  6205. "nanoid": "^3.3.11",
  6206. "picocolors": "^1.1.1",
  6207. "source-map-js": "^1.2.1"
  6208. },
  6209. "engines": {
  6210. "node": "^10 || ^12 || >=14"
  6211. }
  6212. },
  6213. "node_modules/prelude-ls": {
  6214. "version": "1.2.1",
  6215. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6216. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6217. "dev": true,
  6218. "license": "MIT",
  6219. "engines": {
  6220. "node": ">= 0.8.0"
  6221. }
  6222. },
  6223. "node_modules/prop-types": {
  6224. "version": "15.8.1",
  6225. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  6226. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  6227. "license": "MIT",
  6228. "dependencies": {
  6229. "loose-envify": "^1.4.0",
  6230. "object-assign": "^4.1.1",
  6231. "react-is": "^16.13.1"
  6232. }
  6233. },
  6234. "node_modules/proxy-from-env": {
  6235. "version": "2.1.0",
  6236. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  6237. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  6238. "license": "MIT",
  6239. "engines": {
  6240. "node": ">=10"
  6241. }
  6242. },
  6243. "node_modules/punycode": {
  6244. "version": "2.3.1",
  6245. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  6246. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  6247. "dev": true,
  6248. "license": "MIT",
  6249. "engines": {
  6250. "node": ">=6"
  6251. }
  6252. },
  6253. "node_modules/queue-microtask": {
  6254. "version": "1.2.3",
  6255. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6256. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6257. "dev": true,
  6258. "funding": [
  6259. {
  6260. "type": "github",
  6261. "url": "https://github.com/sponsors/feross"
  6262. },
  6263. {
  6264. "type": "patreon",
  6265. "url": "https://www.patreon.com/feross"
  6266. },
  6267. {
  6268. "type": "consulting",
  6269. "url": "https://feross.org/support"
  6270. }
  6271. ],
  6272. "license": "MIT"
  6273. },
  6274. "node_modules/react": {
  6275. "version": "19.2.4",
  6276. "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
  6277. "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
  6278. "license": "MIT",
  6279. "engines": {
  6280. "node": ">=0.10.0"
  6281. }
  6282. },
  6283. "node_modules/react-dom": {
  6284. "version": "19.2.4",
  6285. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
  6286. "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
  6287. "license": "MIT",
  6288. "dependencies": {
  6289. "scheduler": "^0.27.0"
  6290. },
  6291. "peerDependencies": {
  6292. "react": "^19.2.4"
  6293. }
  6294. },
  6295. "node_modules/react-is": {
  6296. "version": "16.13.1",
  6297. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  6298. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  6299. "license": "MIT"
  6300. },
  6301. "node_modules/reflect.getprototypeof": {
  6302. "version": "1.0.10",
  6303. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  6304. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  6305. "dev": true,
  6306. "license": "MIT",
  6307. "dependencies": {
  6308. "call-bind": "^1.0.8",
  6309. "define-properties": "^1.2.1",
  6310. "es-abstract": "^1.23.9",
  6311. "es-errors": "^1.3.0",
  6312. "es-object-atoms": "^1.0.0",
  6313. "get-intrinsic": "^1.2.7",
  6314. "get-proto": "^1.0.1",
  6315. "which-builtin-type": "^1.2.1"
  6316. },
  6317. "engines": {
  6318. "node": ">= 0.4"
  6319. },
  6320. "funding": {
  6321. "url": "https://github.com/sponsors/ljharb"
  6322. }
  6323. },
  6324. "node_modules/regexp.prototype.flags": {
  6325. "version": "1.5.4",
  6326. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  6327. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  6328. "dev": true,
  6329. "license": "MIT",
  6330. "dependencies": {
  6331. "call-bind": "^1.0.8",
  6332. "define-properties": "^1.2.1",
  6333. "es-errors": "^1.3.0",
  6334. "get-proto": "^1.0.1",
  6335. "gopd": "^1.2.0",
  6336. "set-function-name": "^2.0.2"
  6337. },
  6338. "engines": {
  6339. "node": ">= 0.4"
  6340. },
  6341. "funding": {
  6342. "url": "https://github.com/sponsors/ljharb"
  6343. }
  6344. },
  6345. "node_modules/resolve": {
  6346. "version": "2.0.0-next.6",
  6347. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz",
  6348. "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
  6349. "dev": true,
  6350. "license": "MIT",
  6351. "dependencies": {
  6352. "es-errors": "^1.3.0",
  6353. "is-core-module": "^2.16.1",
  6354. "node-exports-info": "^1.6.0",
  6355. "object-keys": "^1.1.1",
  6356. "path-parse": "^1.0.7",
  6357. "supports-preserve-symlinks-flag": "^1.0.0"
  6358. },
  6359. "bin": {
  6360. "resolve": "bin/resolve"
  6361. },
  6362. "engines": {
  6363. "node": ">= 0.4"
  6364. },
  6365. "funding": {
  6366. "url": "https://github.com/sponsors/ljharb"
  6367. }
  6368. },
  6369. "node_modules/resolve-from": {
  6370. "version": "4.0.0",
  6371. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6372. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6373. "dev": true,
  6374. "license": "MIT",
  6375. "engines": {
  6376. "node": ">=4"
  6377. }
  6378. },
  6379. "node_modules/resolve-pkg-maps": {
  6380. "version": "1.0.0",
  6381. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  6382. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  6383. "dev": true,
  6384. "license": "MIT",
  6385. "funding": {
  6386. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  6387. }
  6388. },
  6389. "node_modules/reusify": {
  6390. "version": "1.1.0",
  6391. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  6392. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  6393. "dev": true,
  6394. "license": "MIT",
  6395. "engines": {
  6396. "iojs": ">=1.0.0",
  6397. "node": ">=0.10.0"
  6398. }
  6399. },
  6400. "node_modules/run-parallel": {
  6401. "version": "1.2.0",
  6402. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6403. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6404. "dev": true,
  6405. "funding": [
  6406. {
  6407. "type": "github",
  6408. "url": "https://github.com/sponsors/feross"
  6409. },
  6410. {
  6411. "type": "patreon",
  6412. "url": "https://www.patreon.com/feross"
  6413. },
  6414. {
  6415. "type": "consulting",
  6416. "url": "https://feross.org/support"
  6417. }
  6418. ],
  6419. "license": "MIT",
  6420. "dependencies": {
  6421. "queue-microtask": "^1.2.2"
  6422. }
  6423. },
  6424. "node_modules/safe-array-concat": {
  6425. "version": "1.1.3",
  6426. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  6427. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  6428. "dev": true,
  6429. "license": "MIT",
  6430. "dependencies": {
  6431. "call-bind": "^1.0.8",
  6432. "call-bound": "^1.0.2",
  6433. "get-intrinsic": "^1.2.6",
  6434. "has-symbols": "^1.1.0",
  6435. "isarray": "^2.0.5"
  6436. },
  6437. "engines": {
  6438. "node": ">=0.4"
  6439. },
  6440. "funding": {
  6441. "url": "https://github.com/sponsors/ljharb"
  6442. }
  6443. },
  6444. "node_modules/safe-push-apply": {
  6445. "version": "1.0.0",
  6446. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  6447. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  6448. "dev": true,
  6449. "license": "MIT",
  6450. "dependencies": {
  6451. "es-errors": "^1.3.0",
  6452. "isarray": "^2.0.5"
  6453. },
  6454. "engines": {
  6455. "node": ">= 0.4"
  6456. },
  6457. "funding": {
  6458. "url": "https://github.com/sponsors/ljharb"
  6459. }
  6460. },
  6461. "node_modules/safe-regex-test": {
  6462. "version": "1.1.0",
  6463. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  6464. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  6465. "dev": true,
  6466. "license": "MIT",
  6467. "dependencies": {
  6468. "call-bound": "^1.0.2",
  6469. "es-errors": "^1.3.0",
  6470. "is-regex": "^1.2.1"
  6471. },
  6472. "engines": {
  6473. "node": ">= 0.4"
  6474. },
  6475. "funding": {
  6476. "url": "https://github.com/sponsors/ljharb"
  6477. }
  6478. },
  6479. "node_modules/scheduler": {
  6480. "version": "0.27.0",
  6481. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  6482. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  6483. "license": "MIT"
  6484. },
  6485. "node_modules/semver": {
  6486. "version": "6.3.1",
  6487. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6488. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6489. "dev": true,
  6490. "license": "ISC",
  6491. "bin": {
  6492. "semver": "bin/semver.js"
  6493. }
  6494. },
  6495. "node_modules/set-function-length": {
  6496. "version": "1.2.2",
  6497. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  6498. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  6499. "dev": true,
  6500. "license": "MIT",
  6501. "dependencies": {
  6502. "define-data-property": "^1.1.4",
  6503. "es-errors": "^1.3.0",
  6504. "function-bind": "^1.1.2",
  6505. "get-intrinsic": "^1.2.4",
  6506. "gopd": "^1.0.1",
  6507. "has-property-descriptors": "^1.0.2"
  6508. },
  6509. "engines": {
  6510. "node": ">= 0.4"
  6511. }
  6512. },
  6513. "node_modules/set-function-name": {
  6514. "version": "2.0.2",
  6515. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  6516. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  6517. "dev": true,
  6518. "license": "MIT",
  6519. "dependencies": {
  6520. "define-data-property": "^1.1.4",
  6521. "es-errors": "^1.3.0",
  6522. "functions-have-names": "^1.2.3",
  6523. "has-property-descriptors": "^1.0.2"
  6524. },
  6525. "engines": {
  6526. "node": ">= 0.4"
  6527. }
  6528. },
  6529. "node_modules/set-proto": {
  6530. "version": "1.0.0",
  6531. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  6532. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  6533. "dev": true,
  6534. "license": "MIT",
  6535. "dependencies": {
  6536. "dunder-proto": "^1.0.1",
  6537. "es-errors": "^1.3.0",
  6538. "es-object-atoms": "^1.0.0"
  6539. },
  6540. "engines": {
  6541. "node": ">= 0.4"
  6542. }
  6543. },
  6544. "node_modules/sharp": {
  6545. "version": "0.34.5",
  6546. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  6547. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  6548. "hasInstallScript": true,
  6549. "license": "Apache-2.0",
  6550. "optional": true,
  6551. "dependencies": {
  6552. "@img/colour": "^1.0.0",
  6553. "detect-libc": "^2.1.2",
  6554. "semver": "^7.7.3"
  6555. },
  6556. "engines": {
  6557. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  6558. },
  6559. "funding": {
  6560. "url": "https://opencollective.com/libvips"
  6561. },
  6562. "optionalDependencies": {
  6563. "@img/sharp-darwin-arm64": "0.34.5",
  6564. "@img/sharp-darwin-x64": "0.34.5",
  6565. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  6566. "@img/sharp-libvips-darwin-x64": "1.2.4",
  6567. "@img/sharp-libvips-linux-arm": "1.2.4",
  6568. "@img/sharp-libvips-linux-arm64": "1.2.4",
  6569. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  6570. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  6571. "@img/sharp-libvips-linux-s390x": "1.2.4",
  6572. "@img/sharp-libvips-linux-x64": "1.2.4",
  6573. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  6574. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  6575. "@img/sharp-linux-arm": "0.34.5",
  6576. "@img/sharp-linux-arm64": "0.34.5",
  6577. "@img/sharp-linux-ppc64": "0.34.5",
  6578. "@img/sharp-linux-riscv64": "0.34.5",
  6579. "@img/sharp-linux-s390x": "0.34.5",
  6580. "@img/sharp-linux-x64": "0.34.5",
  6581. "@img/sharp-linuxmusl-arm64": "0.34.5",
  6582. "@img/sharp-linuxmusl-x64": "0.34.5",
  6583. "@img/sharp-wasm32": "0.34.5",
  6584. "@img/sharp-win32-arm64": "0.34.5",
  6585. "@img/sharp-win32-ia32": "0.34.5",
  6586. "@img/sharp-win32-x64": "0.34.5"
  6587. }
  6588. },
  6589. "node_modules/sharp/node_modules/semver": {
  6590. "version": "7.7.4",
  6591. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  6592. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  6593. "license": "ISC",
  6594. "optional": true,
  6595. "bin": {
  6596. "semver": "bin/semver.js"
  6597. },
  6598. "engines": {
  6599. "node": ">=10"
  6600. }
  6601. },
  6602. "node_modules/shebang-command": {
  6603. "version": "2.0.0",
  6604. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6605. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6606. "dev": true,
  6607. "license": "MIT",
  6608. "dependencies": {
  6609. "shebang-regex": "^3.0.0"
  6610. },
  6611. "engines": {
  6612. "node": ">=8"
  6613. }
  6614. },
  6615. "node_modules/shebang-regex": {
  6616. "version": "3.0.0",
  6617. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6618. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6619. "dev": true,
  6620. "license": "MIT",
  6621. "engines": {
  6622. "node": ">=8"
  6623. }
  6624. },
  6625. "node_modules/side-channel": {
  6626. "version": "1.1.0",
  6627. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  6628. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  6629. "dev": true,
  6630. "license": "MIT",
  6631. "dependencies": {
  6632. "es-errors": "^1.3.0",
  6633. "object-inspect": "^1.13.3",
  6634. "side-channel-list": "^1.0.0",
  6635. "side-channel-map": "^1.0.1",
  6636. "side-channel-weakmap": "^1.0.2"
  6637. },
  6638. "engines": {
  6639. "node": ">= 0.4"
  6640. },
  6641. "funding": {
  6642. "url": "https://github.com/sponsors/ljharb"
  6643. }
  6644. },
  6645. "node_modules/side-channel-list": {
  6646. "version": "1.0.1",
  6647. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
  6648. "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
  6649. "dev": true,
  6650. "license": "MIT",
  6651. "dependencies": {
  6652. "es-errors": "^1.3.0",
  6653. "object-inspect": "^1.13.4"
  6654. },
  6655. "engines": {
  6656. "node": ">= 0.4"
  6657. },
  6658. "funding": {
  6659. "url": "https://github.com/sponsors/ljharb"
  6660. }
  6661. },
  6662. "node_modules/side-channel-map": {
  6663. "version": "1.0.1",
  6664. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  6665. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  6666. "dev": true,
  6667. "license": "MIT",
  6668. "dependencies": {
  6669. "call-bound": "^1.0.2",
  6670. "es-errors": "^1.3.0",
  6671. "get-intrinsic": "^1.2.5",
  6672. "object-inspect": "^1.13.3"
  6673. },
  6674. "engines": {
  6675. "node": ">= 0.4"
  6676. },
  6677. "funding": {
  6678. "url": "https://github.com/sponsors/ljharb"
  6679. }
  6680. },
  6681. "node_modules/side-channel-weakmap": {
  6682. "version": "1.0.2",
  6683. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  6684. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  6685. "dev": true,
  6686. "license": "MIT",
  6687. "dependencies": {
  6688. "call-bound": "^1.0.2",
  6689. "es-errors": "^1.3.0",
  6690. "get-intrinsic": "^1.2.5",
  6691. "object-inspect": "^1.13.3",
  6692. "side-channel-map": "^1.0.1"
  6693. },
  6694. "engines": {
  6695. "node": ">= 0.4"
  6696. },
  6697. "funding": {
  6698. "url": "https://github.com/sponsors/ljharb"
  6699. }
  6700. },
  6701. "node_modules/source-map-js": {
  6702. "version": "1.2.1",
  6703. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  6704. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  6705. "license": "BSD-3-Clause",
  6706. "engines": {
  6707. "node": ">=0.10.0"
  6708. }
  6709. },
  6710. "node_modules/stable-hash": {
  6711. "version": "0.0.5",
  6712. "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
  6713. "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  6714. "dev": true,
  6715. "license": "MIT"
  6716. },
  6717. "node_modules/stop-iteration-iterator": {
  6718. "version": "1.1.0",
  6719. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  6720. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  6721. "dev": true,
  6722. "license": "MIT",
  6723. "dependencies": {
  6724. "es-errors": "^1.3.0",
  6725. "internal-slot": "^1.1.0"
  6726. },
  6727. "engines": {
  6728. "node": ">= 0.4"
  6729. }
  6730. },
  6731. "node_modules/string.prototype.includes": {
  6732. "version": "2.0.1",
  6733. "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  6734. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  6735. "dev": true,
  6736. "license": "MIT",
  6737. "dependencies": {
  6738. "call-bind": "^1.0.7",
  6739. "define-properties": "^1.2.1",
  6740. "es-abstract": "^1.23.3"
  6741. },
  6742. "engines": {
  6743. "node": ">= 0.4"
  6744. }
  6745. },
  6746. "node_modules/string.prototype.matchall": {
  6747. "version": "4.0.12",
  6748. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  6749. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  6750. "dev": true,
  6751. "license": "MIT",
  6752. "dependencies": {
  6753. "call-bind": "^1.0.8",
  6754. "call-bound": "^1.0.3",
  6755. "define-properties": "^1.2.1",
  6756. "es-abstract": "^1.23.6",
  6757. "es-errors": "^1.3.0",
  6758. "es-object-atoms": "^1.0.0",
  6759. "get-intrinsic": "^1.2.6",
  6760. "gopd": "^1.2.0",
  6761. "has-symbols": "^1.1.0",
  6762. "internal-slot": "^1.1.0",
  6763. "regexp.prototype.flags": "^1.5.3",
  6764. "set-function-name": "^2.0.2",
  6765. "side-channel": "^1.1.0"
  6766. },
  6767. "engines": {
  6768. "node": ">= 0.4"
  6769. },
  6770. "funding": {
  6771. "url": "https://github.com/sponsors/ljharb"
  6772. }
  6773. },
  6774. "node_modules/string.prototype.repeat": {
  6775. "version": "1.0.0",
  6776. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  6777. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  6778. "dev": true,
  6779. "license": "MIT",
  6780. "dependencies": {
  6781. "define-properties": "^1.1.3",
  6782. "es-abstract": "^1.17.5"
  6783. }
  6784. },
  6785. "node_modules/string.prototype.trim": {
  6786. "version": "1.2.10",
  6787. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  6788. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  6789. "dev": true,
  6790. "license": "MIT",
  6791. "dependencies": {
  6792. "call-bind": "^1.0.8",
  6793. "call-bound": "^1.0.2",
  6794. "define-data-property": "^1.1.4",
  6795. "define-properties": "^1.2.1",
  6796. "es-abstract": "^1.23.5",
  6797. "es-object-atoms": "^1.0.0",
  6798. "has-property-descriptors": "^1.0.2"
  6799. },
  6800. "engines": {
  6801. "node": ">= 0.4"
  6802. },
  6803. "funding": {
  6804. "url": "https://github.com/sponsors/ljharb"
  6805. }
  6806. },
  6807. "node_modules/string.prototype.trimend": {
  6808. "version": "1.0.9",
  6809. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  6810. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  6811. "dev": true,
  6812. "license": "MIT",
  6813. "dependencies": {
  6814. "call-bind": "^1.0.8",
  6815. "call-bound": "^1.0.2",
  6816. "define-properties": "^1.2.1",
  6817. "es-object-atoms": "^1.0.0"
  6818. },
  6819. "engines": {
  6820. "node": ">= 0.4"
  6821. },
  6822. "funding": {
  6823. "url": "https://github.com/sponsors/ljharb"
  6824. }
  6825. },
  6826. "node_modules/string.prototype.trimstart": {
  6827. "version": "1.0.8",
  6828. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  6829. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  6830. "dev": true,
  6831. "license": "MIT",
  6832. "dependencies": {
  6833. "call-bind": "^1.0.7",
  6834. "define-properties": "^1.2.1",
  6835. "es-object-atoms": "^1.0.0"
  6836. },
  6837. "engines": {
  6838. "node": ">= 0.4"
  6839. },
  6840. "funding": {
  6841. "url": "https://github.com/sponsors/ljharb"
  6842. }
  6843. },
  6844. "node_modules/strip-bom": {
  6845. "version": "3.0.0",
  6846. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6847. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6848. "dev": true,
  6849. "license": "MIT",
  6850. "engines": {
  6851. "node": ">=4"
  6852. }
  6853. },
  6854. "node_modules/strip-json-comments": {
  6855. "version": "3.1.1",
  6856. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6857. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6858. "dev": true,
  6859. "license": "MIT",
  6860. "engines": {
  6861. "node": ">=8"
  6862. },
  6863. "funding": {
  6864. "url": "https://github.com/sponsors/sindresorhus"
  6865. }
  6866. },
  6867. "node_modules/styled-jsx": {
  6868. "version": "5.1.6",
  6869. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
  6870. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  6871. "license": "MIT",
  6872. "dependencies": {
  6873. "client-only": "0.0.1"
  6874. },
  6875. "engines": {
  6876. "node": ">= 12.0.0"
  6877. },
  6878. "peerDependencies": {
  6879. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  6880. },
  6881. "peerDependenciesMeta": {
  6882. "@babel/core": {
  6883. "optional": true
  6884. },
  6885. "babel-plugin-macros": {
  6886. "optional": true
  6887. }
  6888. }
  6889. },
  6890. "node_modules/supports-color": {
  6891. "version": "7.2.0",
  6892. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6893. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6894. "dev": true,
  6895. "license": "MIT",
  6896. "dependencies": {
  6897. "has-flag": "^4.0.0"
  6898. },
  6899. "engines": {
  6900. "node": ">=8"
  6901. }
  6902. },
  6903. "node_modules/supports-preserve-symlinks-flag": {
  6904. "version": "1.0.0",
  6905. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6906. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6907. "dev": true,
  6908. "license": "MIT",
  6909. "engines": {
  6910. "node": ">= 0.4"
  6911. },
  6912. "funding": {
  6913. "url": "https://github.com/sponsors/ljharb"
  6914. }
  6915. },
  6916. "node_modules/tailwind-merge": {
  6917. "version": "3.5.0",
  6918. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz",
  6919. "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==",
  6920. "license": "MIT",
  6921. "funding": {
  6922. "type": "github",
  6923. "url": "https://github.com/sponsors/dcastil"
  6924. }
  6925. },
  6926. "node_modules/tailwindcss": {
  6927. "version": "4.2.2",
  6928. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz",
  6929. "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
  6930. "dev": true,
  6931. "license": "MIT"
  6932. },
  6933. "node_modules/tapable": {
  6934. "version": "2.3.2",
  6935. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
  6936. "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
  6937. "dev": true,
  6938. "license": "MIT",
  6939. "engines": {
  6940. "node": ">=6"
  6941. },
  6942. "funding": {
  6943. "type": "opencollective",
  6944. "url": "https://opencollective.com/webpack"
  6945. }
  6946. },
  6947. "node_modules/tinyglobby": {
  6948. "version": "0.2.16",
  6949. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  6950. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  6951. "dev": true,
  6952. "license": "MIT",
  6953. "dependencies": {
  6954. "fdir": "^6.5.0",
  6955. "picomatch": "^4.0.4"
  6956. },
  6957. "engines": {
  6958. "node": ">=12.0.0"
  6959. },
  6960. "funding": {
  6961. "url": "https://github.com/sponsors/SuperchupuDev"
  6962. }
  6963. },
  6964. "node_modules/tinyglobby/node_modules/fdir": {
  6965. "version": "6.5.0",
  6966. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6967. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6968. "dev": true,
  6969. "license": "MIT",
  6970. "engines": {
  6971. "node": ">=12.0.0"
  6972. },
  6973. "peerDependencies": {
  6974. "picomatch": "^3 || ^4"
  6975. },
  6976. "peerDependenciesMeta": {
  6977. "picomatch": {
  6978. "optional": true
  6979. }
  6980. }
  6981. },
  6982. "node_modules/tinyglobby/node_modules/picomatch": {
  6983. "version": "4.0.4",
  6984. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6985. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6986. "dev": true,
  6987. "license": "MIT",
  6988. "engines": {
  6989. "node": ">=12"
  6990. },
  6991. "funding": {
  6992. "url": "https://github.com/sponsors/jonschlinkert"
  6993. }
  6994. },
  6995. "node_modules/to-regex-range": {
  6996. "version": "5.0.1",
  6997. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6998. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6999. "dev": true,
  7000. "license": "MIT",
  7001. "dependencies": {
  7002. "is-number": "^7.0.0"
  7003. },
  7004. "engines": {
  7005. "node": ">=8.0"
  7006. }
  7007. },
  7008. "node_modules/ts-api-utils": {
  7009. "version": "2.5.0",
  7010. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  7011. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  7012. "dev": true,
  7013. "license": "MIT",
  7014. "engines": {
  7015. "node": ">=18.12"
  7016. },
  7017. "peerDependencies": {
  7018. "typescript": ">=4.8.4"
  7019. }
  7020. },
  7021. "node_modules/tsconfig-paths": {
  7022. "version": "3.15.0",
  7023. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  7024. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  7025. "dev": true,
  7026. "license": "MIT",
  7027. "dependencies": {
  7028. "@types/json5": "^0.0.29",
  7029. "json5": "^1.0.2",
  7030. "minimist": "^1.2.6",
  7031. "strip-bom": "^3.0.0"
  7032. }
  7033. },
  7034. "node_modules/tsconfig-paths/node_modules/json5": {
  7035. "version": "1.0.2",
  7036. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  7037. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  7038. "dev": true,
  7039. "license": "MIT",
  7040. "dependencies": {
  7041. "minimist": "^1.2.0"
  7042. },
  7043. "bin": {
  7044. "json5": "lib/cli.js"
  7045. }
  7046. },
  7047. "node_modules/tslib": {
  7048. "version": "2.8.1",
  7049. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  7050. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  7051. "license": "0BSD"
  7052. },
  7053. "node_modules/type-check": {
  7054. "version": "0.4.0",
  7055. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  7056. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  7057. "dev": true,
  7058. "license": "MIT",
  7059. "dependencies": {
  7060. "prelude-ls": "^1.2.1"
  7061. },
  7062. "engines": {
  7063. "node": ">= 0.8.0"
  7064. }
  7065. },
  7066. "node_modules/typed-array-buffer": {
  7067. "version": "1.0.3",
  7068. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  7069. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  7070. "dev": true,
  7071. "license": "MIT",
  7072. "dependencies": {
  7073. "call-bound": "^1.0.3",
  7074. "es-errors": "^1.3.0",
  7075. "is-typed-array": "^1.1.14"
  7076. },
  7077. "engines": {
  7078. "node": ">= 0.4"
  7079. }
  7080. },
  7081. "node_modules/typed-array-byte-length": {
  7082. "version": "1.0.3",
  7083. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  7084. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  7085. "dev": true,
  7086. "license": "MIT",
  7087. "dependencies": {
  7088. "call-bind": "^1.0.8",
  7089. "for-each": "^0.3.3",
  7090. "gopd": "^1.2.0",
  7091. "has-proto": "^1.2.0",
  7092. "is-typed-array": "^1.1.14"
  7093. },
  7094. "engines": {
  7095. "node": ">= 0.4"
  7096. },
  7097. "funding": {
  7098. "url": "https://github.com/sponsors/ljharb"
  7099. }
  7100. },
  7101. "node_modules/typed-array-byte-offset": {
  7102. "version": "1.0.4",
  7103. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  7104. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  7105. "dev": true,
  7106. "license": "MIT",
  7107. "dependencies": {
  7108. "available-typed-arrays": "^1.0.7",
  7109. "call-bind": "^1.0.8",
  7110. "for-each": "^0.3.3",
  7111. "gopd": "^1.2.0",
  7112. "has-proto": "^1.2.0",
  7113. "is-typed-array": "^1.1.15",
  7114. "reflect.getprototypeof": "^1.0.9"
  7115. },
  7116. "engines": {
  7117. "node": ">= 0.4"
  7118. },
  7119. "funding": {
  7120. "url": "https://github.com/sponsors/ljharb"
  7121. }
  7122. },
  7123. "node_modules/typed-array-length": {
  7124. "version": "1.0.7",
  7125. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  7126. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  7127. "dev": true,
  7128. "license": "MIT",
  7129. "dependencies": {
  7130. "call-bind": "^1.0.7",
  7131. "for-each": "^0.3.3",
  7132. "gopd": "^1.0.1",
  7133. "is-typed-array": "^1.1.13",
  7134. "possible-typed-array-names": "^1.0.0",
  7135. "reflect.getprototypeof": "^1.0.6"
  7136. },
  7137. "engines": {
  7138. "node": ">= 0.4"
  7139. },
  7140. "funding": {
  7141. "url": "https://github.com/sponsors/ljharb"
  7142. }
  7143. },
  7144. "node_modules/typescript": {
  7145. "version": "5.9.3",
  7146. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  7147. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  7148. "dev": true,
  7149. "license": "Apache-2.0",
  7150. "bin": {
  7151. "tsc": "bin/tsc",
  7152. "tsserver": "bin/tsserver"
  7153. },
  7154. "engines": {
  7155. "node": ">=14.17"
  7156. }
  7157. },
  7158. "node_modules/typescript-eslint": {
  7159. "version": "8.58.1",
  7160. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.1.tgz",
  7161. "integrity": "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==",
  7162. "dev": true,
  7163. "license": "MIT",
  7164. "dependencies": {
  7165. "@typescript-eslint/eslint-plugin": "8.58.1",
  7166. "@typescript-eslint/parser": "8.58.1",
  7167. "@typescript-eslint/typescript-estree": "8.58.1",
  7168. "@typescript-eslint/utils": "8.58.1"
  7169. },
  7170. "engines": {
  7171. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  7172. },
  7173. "funding": {
  7174. "type": "opencollective",
  7175. "url": "https://opencollective.com/typescript-eslint"
  7176. },
  7177. "peerDependencies": {
  7178. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  7179. "typescript": ">=4.8.4 <6.1.0"
  7180. }
  7181. },
  7182. "node_modules/unbox-primitive": {
  7183. "version": "1.1.0",
  7184. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  7185. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  7186. "dev": true,
  7187. "license": "MIT",
  7188. "dependencies": {
  7189. "call-bound": "^1.0.3",
  7190. "has-bigints": "^1.0.2",
  7191. "has-symbols": "^1.1.0",
  7192. "which-boxed-primitive": "^1.1.1"
  7193. },
  7194. "engines": {
  7195. "node": ">= 0.4"
  7196. },
  7197. "funding": {
  7198. "url": "https://github.com/sponsors/ljharb"
  7199. }
  7200. },
  7201. "node_modules/undici-types": {
  7202. "version": "6.21.0",
  7203. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  7204. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  7205. "dev": true,
  7206. "license": "MIT"
  7207. },
  7208. "node_modules/unrs-resolver": {
  7209. "version": "1.11.1",
  7210. "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
  7211. "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
  7212. "dev": true,
  7213. "hasInstallScript": true,
  7214. "license": "MIT",
  7215. "dependencies": {
  7216. "napi-postinstall": "^0.3.0"
  7217. },
  7218. "funding": {
  7219. "url": "https://opencollective.com/unrs-resolver"
  7220. },
  7221. "optionalDependencies": {
  7222. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  7223. "@unrs/resolver-binding-android-arm64": "1.11.1",
  7224. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  7225. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  7226. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  7227. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  7228. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  7229. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  7230. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  7231. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  7232. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  7233. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  7234. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  7235. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  7236. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  7237. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  7238. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  7239. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  7240. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  7241. }
  7242. },
  7243. "node_modules/update-browserslist-db": {
  7244. "version": "1.2.3",
  7245. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  7246. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  7247. "dev": true,
  7248. "funding": [
  7249. {
  7250. "type": "opencollective",
  7251. "url": "https://opencollective.com/browserslist"
  7252. },
  7253. {
  7254. "type": "tidelift",
  7255. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7256. },
  7257. {
  7258. "type": "github",
  7259. "url": "https://github.com/sponsors/ai"
  7260. }
  7261. ],
  7262. "license": "MIT",
  7263. "dependencies": {
  7264. "escalade": "^3.2.0",
  7265. "picocolors": "^1.1.1"
  7266. },
  7267. "bin": {
  7268. "update-browserslist-db": "cli.js"
  7269. },
  7270. "peerDependencies": {
  7271. "browserslist": ">= 4.21.0"
  7272. }
  7273. },
  7274. "node_modules/uri-js": {
  7275. "version": "4.4.1",
  7276. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7277. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7278. "dev": true,
  7279. "license": "BSD-2-Clause",
  7280. "dependencies": {
  7281. "punycode": "^2.1.0"
  7282. }
  7283. },
  7284. "node_modules/use-intl": {
  7285. "version": "4.9.1",
  7286. "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-4.9.1.tgz",
  7287. "integrity": "sha512-iGVV/xFYlhe3btafRlL8RPLD2Jsuet4yqn9DR6LWWbMhULsJnXgLonDkzDmsAIBIwFtk02oJuX/Ox2vwHKF+UQ==",
  7288. "funding": [
  7289. {
  7290. "type": "individual",
  7291. "url": "https://github.com/sponsors/amannn"
  7292. }
  7293. ],
  7294. "license": "MIT",
  7295. "dependencies": {
  7296. "@formatjs/fast-memoize": "^3.1.0",
  7297. "@schummar/icu-type-parser": "1.21.5",
  7298. "icu-minify": "^4.9.1",
  7299. "intl-messageformat": "^11.1.0"
  7300. },
  7301. "peerDependencies": {
  7302. "react": "^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0"
  7303. }
  7304. },
  7305. "node_modules/which": {
  7306. "version": "2.0.2",
  7307. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  7308. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7309. "dev": true,
  7310. "license": "ISC",
  7311. "dependencies": {
  7312. "isexe": "^2.0.0"
  7313. },
  7314. "bin": {
  7315. "node-which": "bin/node-which"
  7316. },
  7317. "engines": {
  7318. "node": ">= 8"
  7319. }
  7320. },
  7321. "node_modules/which-boxed-primitive": {
  7322. "version": "1.1.1",
  7323. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  7324. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  7325. "dev": true,
  7326. "license": "MIT",
  7327. "dependencies": {
  7328. "is-bigint": "^1.1.0",
  7329. "is-boolean-object": "^1.2.1",
  7330. "is-number-object": "^1.1.1",
  7331. "is-string": "^1.1.1",
  7332. "is-symbol": "^1.1.1"
  7333. },
  7334. "engines": {
  7335. "node": ">= 0.4"
  7336. },
  7337. "funding": {
  7338. "url": "https://github.com/sponsors/ljharb"
  7339. }
  7340. },
  7341. "node_modules/which-builtin-type": {
  7342. "version": "1.2.1",
  7343. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  7344. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  7345. "dev": true,
  7346. "license": "MIT",
  7347. "dependencies": {
  7348. "call-bound": "^1.0.2",
  7349. "function.prototype.name": "^1.1.6",
  7350. "has-tostringtag": "^1.0.2",
  7351. "is-async-function": "^2.0.0",
  7352. "is-date-object": "^1.1.0",
  7353. "is-finalizationregistry": "^1.1.0",
  7354. "is-generator-function": "^1.0.10",
  7355. "is-regex": "^1.2.1",
  7356. "is-weakref": "^1.0.2",
  7357. "isarray": "^2.0.5",
  7358. "which-boxed-primitive": "^1.1.0",
  7359. "which-collection": "^1.0.2",
  7360. "which-typed-array": "^1.1.16"
  7361. },
  7362. "engines": {
  7363. "node": ">= 0.4"
  7364. },
  7365. "funding": {
  7366. "url": "https://github.com/sponsors/ljharb"
  7367. }
  7368. },
  7369. "node_modules/which-collection": {
  7370. "version": "1.0.2",
  7371. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  7372. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  7373. "dev": true,
  7374. "license": "MIT",
  7375. "dependencies": {
  7376. "is-map": "^2.0.3",
  7377. "is-set": "^2.0.3",
  7378. "is-weakmap": "^2.0.2",
  7379. "is-weakset": "^2.0.3"
  7380. },
  7381. "engines": {
  7382. "node": ">= 0.4"
  7383. },
  7384. "funding": {
  7385. "url": "https://github.com/sponsors/ljharb"
  7386. }
  7387. },
  7388. "node_modules/which-typed-array": {
  7389. "version": "1.1.20",
  7390. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
  7391. "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
  7392. "dev": true,
  7393. "license": "MIT",
  7394. "dependencies": {
  7395. "available-typed-arrays": "^1.0.7",
  7396. "call-bind": "^1.0.8",
  7397. "call-bound": "^1.0.4",
  7398. "for-each": "^0.3.5",
  7399. "get-proto": "^1.0.1",
  7400. "gopd": "^1.2.0",
  7401. "has-tostringtag": "^1.0.2"
  7402. },
  7403. "engines": {
  7404. "node": ">= 0.4"
  7405. },
  7406. "funding": {
  7407. "url": "https://github.com/sponsors/ljharb"
  7408. }
  7409. },
  7410. "node_modules/word-wrap": {
  7411. "version": "1.2.5",
  7412. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  7413. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  7414. "dev": true,
  7415. "license": "MIT",
  7416. "engines": {
  7417. "node": ">=0.10.0"
  7418. }
  7419. },
  7420. "node_modules/yallist": {
  7421. "version": "3.1.1",
  7422. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  7423. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  7424. "dev": true,
  7425. "license": "ISC"
  7426. },
  7427. "node_modules/yocto-queue": {
  7428. "version": "0.1.0",
  7429. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7430. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7431. "dev": true,
  7432. "license": "MIT",
  7433. "engines": {
  7434. "node": ">=10"
  7435. },
  7436. "funding": {
  7437. "url": "https://github.com/sponsors/sindresorhus"
  7438. }
  7439. },
  7440. "node_modules/zod": {
  7441. "version": "4.3.6",
  7442. "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
  7443. "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
  7444. "dev": true,
  7445. "license": "MIT",
  7446. "funding": {
  7447. "url": "https://github.com/sponsors/colinhacks"
  7448. }
  7449. },
  7450. "node_modules/zod-validation-error": {
  7451. "version": "4.0.2",
  7452. "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
  7453. "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
  7454. "dev": true,
  7455. "license": "MIT",
  7456. "engines": {
  7457. "node": ">=18.0.0"
  7458. },
  7459. "peerDependencies": {
  7460. "zod": "^3.25.0 || ^4.0.0"
  7461. }
  7462. }
  7463. }
  7464. }