package-lock.json 252 KB

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