package-lock.json 224 KB

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