package-lock.json 224 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olivetin-webui",
  9. "version": "1.0.0",
  10. "license": "AGPL-3.0-only",
  11. "dependencies": {
  12. "@connectrpc/connect": "^2.1.1",
  13. "@connectrpc/connect-web": "^2.1.1",
  14. "@hugeicons/core-free-icons": "^4.1.4",
  15. "@hugeicons/vue": "^1.0.5",
  16. "@vitejs/plugin-vue": "^6.0.7",
  17. "@xterm/addon-fit": "^0.11.0",
  18. "@xterm/addon-web-links": "^0.12.0",
  19. "@xterm/xterm": "^6.0.0",
  20. "iconify-icon": "^3.0.2",
  21. "picocrank": "^1.15.0",
  22. "standard": "^17.1.2",
  23. "unplugin-vue-components": "^32.0.0",
  24. "vite": "^8.0.13",
  25. "vue": "^3.5.34",
  26. "vue-i18n": "^11.4.4",
  27. "vue-router": "^5.0.7"
  28. },
  29. "devDependencies": {
  30. "process": "^0.11.10",
  31. "stylelint": "^17.11.1",
  32. "stylelint-config-standard": "^40.0.0"
  33. }
  34. },
  35. "node_modules/@babel/code-frame": {
  36. "version": "7.29.0",
  37. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  38. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  39. "dev": true,
  40. "license": "MIT",
  41. "dependencies": {
  42. "@babel/helper-validator-identifier": "^7.28.5",
  43. "js-tokens": "^4.0.0",
  44. "picocolors": "^1.1.1"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. }
  49. },
  50. "node_modules/@babel/generator": {
  51. "version": "8.0.0-rc.5",
  52. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0-rc.5.tgz",
  53. "integrity": "sha512-nFZPWz3FHIS7y6rMIVoa/WBwjdutfIaRJIBQjzn+t3RnecZoRNlGmGcyR2wb0T/IgSd50Kz/6dG8/LvMCRunjg==",
  54. "license": "MIT",
  55. "dependencies": {
  56. "@babel/parser": "^8.0.0-rc.5",
  57. "@babel/types": "^8.0.0-rc.5",
  58. "@jridgewell/gen-mapping": "^0.3.12",
  59. "@jridgewell/trace-mapping": "^0.3.28",
  60. "@types/jsesc": "^2.5.0",
  61. "jsesc": "^3.0.2"
  62. },
  63. "engines": {
  64. "node": "^22.18.0 || >=24.11.0"
  65. }
  66. },
  67. "node_modules/@babel/generator/node_modules/@babel/helper-string-parser": {
  68. "version": "8.0.0-rc.5",
  69. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-rc.5.tgz",
  70. "integrity": "sha512-sN7R8rBvDurfaziNfDEIjIntlazmlkCDGO4SNl2RJ3wRCn+QxspLV7hzYAE8WWVd2joVuT8sUxeePdLp2idI1A==",
  71. "license": "MIT",
  72. "engines": {
  73. "node": "^22.18.0 || >=24.11.0"
  74. }
  75. },
  76. "node_modules/@babel/generator/node_modules/@babel/helper-validator-identifier": {
  77. "version": "8.0.0-rc.5",
  78. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-rc.5.tgz",
  79. "integrity": "sha512-ehJDxHvtbZ85RtX/L2fi0h9AGsBNqB5Euv1EB8RMAvGYvD+2X+QbpzzOpbklnNXO+WSZJNOaetw2BBj27xsWVg==",
  80. "license": "MIT",
  81. "engines": {
  82. "node": "^22.18.0 || >=24.11.0"
  83. }
  84. },
  85. "node_modules/@babel/generator/node_modules/@babel/parser": {
  86. "version": "8.0.0-rc.5",
  87. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.0-rc.5.tgz",
  88. "integrity": "sha512-/Mfg83rK3+jsRbl4Vbd0jqxc6M1A1/WNFtgrowRM1unEsD3XcNnrBdMM0JWakd0/RN9lseQKwPduW1TiEwKOlQ==",
  89. "license": "MIT",
  90. "dependencies": {
  91. "@babel/types": "^8.0.0-rc.5"
  92. },
  93. "bin": {
  94. "parser": "bin/babel-parser.js"
  95. },
  96. "engines": {
  97. "node": "^22.18.0 || >=24.11.0"
  98. }
  99. },
  100. "node_modules/@babel/generator/node_modules/@babel/types": {
  101. "version": "8.0.0-rc.5",
  102. "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-rc.5.tgz",
  103. "integrity": "sha512-JeSVu/m8x/zpp4CLjYHVNXuhEyOkhPXuxM8YOXjh6L4LlvQNKuUNOTo5KdBuKAcTDHw8DquToTaEkhsBqPXOaA==",
  104. "license": "MIT",
  105. "dependencies": {
  106. "@babel/helper-string-parser": "^8.0.0-rc.5",
  107. "@babel/helper-validator-identifier": "^8.0.0-rc.5"
  108. },
  109. "engines": {
  110. "node": "^22.18.0 || >=24.11.0"
  111. }
  112. },
  113. "node_modules/@babel/helper-string-parser": {
  114. "version": "7.27.1",
  115. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  116. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  117. "license": "MIT",
  118. "engines": {
  119. "node": ">=6.9.0"
  120. }
  121. },
  122. "node_modules/@babel/helper-validator-identifier": {
  123. "version": "7.28.5",
  124. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  125. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  126. "license": "MIT",
  127. "engines": {
  128. "node": ">=6.9.0"
  129. }
  130. },
  131. "node_modules/@babel/parser": {
  132. "version": "7.29.3",
  133. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
  134. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  135. "license": "MIT",
  136. "dependencies": {
  137. "@babel/types": "^7.29.0"
  138. },
  139. "bin": {
  140. "parser": "bin/babel-parser.js"
  141. },
  142. "engines": {
  143. "node": ">=6.0.0"
  144. }
  145. },
  146. "node_modules/@babel/types": {
  147. "version": "7.29.0",
  148. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  149. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  150. "license": "MIT",
  151. "dependencies": {
  152. "@babel/helper-string-parser": "^7.27.1",
  153. "@babel/helper-validator-identifier": "^7.28.5"
  154. },
  155. "engines": {
  156. "node": ">=6.9.0"
  157. }
  158. },
  159. "node_modules/@bufbuild/protobuf": {
  160. "version": "2.7.0",
  161. "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.7.0.tgz",
  162. "integrity": "sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==",
  163. "license": "(Apache-2.0 AND BSD-3-Clause)",
  164. "peer": true
  165. },
  166. "node_modules/@cacheable/memory": {
  167. "version": "2.0.7",
  168. "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.7.tgz",
  169. "integrity": "sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==",
  170. "dev": true,
  171. "license": "MIT",
  172. "dependencies": {
  173. "@cacheable/utils": "^2.3.3",
  174. "@keyv/bigmap": "^1.3.0",
  175. "hookified": "^1.14.0",
  176. "keyv": "^5.5.5"
  177. }
  178. },
  179. "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
  180. "version": "1.3.1",
  181. "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.1.tgz",
  182. "integrity": "sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==",
  183. "dev": true,
  184. "license": "MIT",
  185. "dependencies": {
  186. "hashery": "^1.4.0",
  187. "hookified": "^1.15.0"
  188. },
  189. "engines": {
  190. "node": ">= 18"
  191. },
  192. "peerDependencies": {
  193. "keyv": "^5.6.0"
  194. }
  195. },
  196. "node_modules/@cacheable/memory/node_modules/keyv": {
  197. "version": "5.6.0",
  198. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  199. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  200. "dev": true,
  201. "license": "MIT",
  202. "dependencies": {
  203. "@keyv/serialize": "^1.1.1"
  204. }
  205. },
  206. "node_modules/@cacheable/utils": {
  207. "version": "2.3.4",
  208. "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.4.tgz",
  209. "integrity": "sha512-knwKUJEYgIfwShABS1BX6JyJJTglAFcEU7EXqzTdiGCXur4voqkiJkdgZIQtWNFhynzDWERcTYv/sETMu3uJWA==",
  210. "dev": true,
  211. "license": "MIT",
  212. "dependencies": {
  213. "hashery": "^1.3.0",
  214. "keyv": "^5.6.0"
  215. }
  216. },
  217. "node_modules/@cacheable/utils/node_modules/keyv": {
  218. "version": "5.6.0",
  219. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  220. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  221. "dev": true,
  222. "license": "MIT",
  223. "dependencies": {
  224. "@keyv/serialize": "^1.1.1"
  225. }
  226. },
  227. "node_modules/@connectrpc/connect": {
  228. "version": "2.1.1",
  229. "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.1.1.tgz",
  230. "integrity": "sha512-JzhkaTvM73m2K1URT6tv53k2RwngSmCXLZJgK580qNQOXRzZRR/BCMfZw3h+90JpnG6XksP5bYT+cz0rpUzUWQ==",
  231. "license": "Apache-2.0",
  232. "peerDependencies": {
  233. "@bufbuild/protobuf": "^2.7.0"
  234. }
  235. },
  236. "node_modules/@connectrpc/connect-web": {
  237. "version": "2.1.1",
  238. "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-2.1.1.tgz",
  239. "integrity": "sha512-J8317Q2MaFRCT1jzVR1o06bZhDIBmU0UAzWx6xOIXzOq8+k71/+k7MUF7AwcBUX+34WIvbm5syRgC5HXQA8fOg==",
  240. "license": "Apache-2.0",
  241. "peerDependencies": {
  242. "@bufbuild/protobuf": "^2.7.0",
  243. "@connectrpc/connect": "2.1.1"
  244. }
  245. },
  246. "node_modules/@csstools/css-calc": {
  247. "version": "3.2.0",
  248. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.0.tgz",
  249. "integrity": "sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==",
  250. "dev": true,
  251. "funding": [
  252. {
  253. "type": "github",
  254. "url": "https://github.com/sponsors/csstools"
  255. },
  256. {
  257. "type": "opencollective",
  258. "url": "https://opencollective.com/csstools"
  259. }
  260. ],
  261. "license": "MIT",
  262. "engines": {
  263. "node": ">=20.19.0"
  264. },
  265. "peerDependencies": {
  266. "@csstools/css-parser-algorithms": "^4.0.0",
  267. "@csstools/css-tokenizer": "^4.0.0"
  268. }
  269. },
  270. "node_modules/@csstools/css-parser-algorithms": {
  271. "version": "4.0.0",
  272. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  273. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  274. "dev": true,
  275. "funding": [
  276. {
  277. "type": "github",
  278. "url": "https://github.com/sponsors/csstools"
  279. },
  280. {
  281. "type": "opencollective",
  282. "url": "https://opencollective.com/csstools"
  283. }
  284. ],
  285. "license": "MIT",
  286. "engines": {
  287. "node": ">=20.19.0"
  288. },
  289. "peerDependencies": {
  290. "@csstools/css-tokenizer": "^4.0.0"
  291. }
  292. },
  293. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  294. "version": "1.1.3",
  295. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.3.tgz",
  296. "integrity": "sha512-SH60bMfrRCJF3morcdk57WklujF4Jr/EsQUzqkarfHXEFcAR1gg7fS/chAE922Sehgzc1/+Tz5H3Ypa1HiEKrg==",
  297. "dev": true,
  298. "funding": [
  299. {
  300. "type": "github",
  301. "url": "https://github.com/sponsors/csstools"
  302. },
  303. {
  304. "type": "opencollective",
  305. "url": "https://opencollective.com/csstools"
  306. }
  307. ],
  308. "license": "MIT-0",
  309. "peerDependencies": {
  310. "css-tree": "^3.2.1"
  311. },
  312. "peerDependenciesMeta": {
  313. "css-tree": {
  314. "optional": true
  315. }
  316. }
  317. },
  318. "node_modules/@csstools/css-tokenizer": {
  319. "version": "4.0.0",
  320. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  321. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  322. "dev": true,
  323. "funding": [
  324. {
  325. "type": "github",
  326. "url": "https://github.com/sponsors/csstools"
  327. },
  328. {
  329. "type": "opencollective",
  330. "url": "https://opencollective.com/csstools"
  331. }
  332. ],
  333. "license": "MIT",
  334. "engines": {
  335. "node": ">=20.19.0"
  336. }
  337. },
  338. "node_modules/@csstools/media-query-list-parser": {
  339. "version": "5.0.0",
  340. "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
  341. "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
  342. "dev": true,
  343. "funding": [
  344. {
  345. "type": "github",
  346. "url": "https://github.com/sponsors/csstools"
  347. },
  348. {
  349. "type": "opencollective",
  350. "url": "https://opencollective.com/csstools"
  351. }
  352. ],
  353. "license": "MIT",
  354. "engines": {
  355. "node": ">=20.19.0"
  356. },
  357. "peerDependencies": {
  358. "@csstools/css-parser-algorithms": "^4.0.0",
  359. "@csstools/css-tokenizer": "^4.0.0"
  360. }
  361. },
  362. "node_modules/@csstools/selector-resolve-nested": {
  363. "version": "4.0.0",
  364. "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.0.tgz",
  365. "integrity": "sha512-9vAPxmp+Dx3wQBIUwc1v7Mdisw1kbbaGqXUM8QLTgWg7SoPGYtXBsMXvsFs/0Bn5yoFhcktzxNZGNaUt0VjgjA==",
  366. "dev": true,
  367. "funding": [
  368. {
  369. "type": "github",
  370. "url": "https://github.com/sponsors/csstools"
  371. },
  372. {
  373. "type": "opencollective",
  374. "url": "https://opencollective.com/csstools"
  375. }
  376. ],
  377. "license": "MIT-0",
  378. "engines": {
  379. "node": ">=20.19.0"
  380. },
  381. "peerDependencies": {
  382. "postcss-selector-parser": "^7.1.1"
  383. }
  384. },
  385. "node_modules/@csstools/selector-specificity": {
  386. "version": "6.0.0",
  387. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-6.0.0.tgz",
  388. "integrity": "sha512-4sSgl78OtOXEX/2d++8A83zHNTgwCJMaR24FvsYL7Uf/VS8HZk9PTwR51elTbGqMuwH3szLvvOXEaVnqn0Z3zA==",
  389. "dev": true,
  390. "funding": [
  391. {
  392. "type": "github",
  393. "url": "https://github.com/sponsors/csstools"
  394. },
  395. {
  396. "type": "opencollective",
  397. "url": "https://opencollective.com/csstools"
  398. }
  399. ],
  400. "license": "MIT-0",
  401. "engines": {
  402. "node": ">=20.19.0"
  403. },
  404. "peerDependencies": {
  405. "postcss-selector-parser": "^7.1.1"
  406. }
  407. },
  408. "node_modules/@emnapi/core": {
  409. "version": "1.10.0",
  410. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
  411. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  412. "license": "MIT",
  413. "optional": true,
  414. "dependencies": {
  415. "@emnapi/wasi-threads": "1.2.1",
  416. "tslib": "^2.4.0"
  417. }
  418. },
  419. "node_modules/@emnapi/runtime": {
  420. "version": "1.10.0",
  421. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  422. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  423. "license": "MIT",
  424. "optional": true,
  425. "dependencies": {
  426. "tslib": "^2.4.0"
  427. }
  428. },
  429. "node_modules/@emnapi/wasi-threads": {
  430. "version": "1.2.1",
  431. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  432. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  433. "license": "MIT",
  434. "optional": true,
  435. "dependencies": {
  436. "tslib": "^2.4.0"
  437. }
  438. },
  439. "node_modules/@esbuild/aix-ppc64": {
  440. "version": "0.27.2",
  441. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  442. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  443. "cpu": [
  444. "ppc64"
  445. ],
  446. "license": "MIT",
  447. "optional": true,
  448. "os": [
  449. "aix"
  450. ],
  451. "peer": true,
  452. "engines": {
  453. "node": ">=18"
  454. }
  455. },
  456. "node_modules/@esbuild/android-arm": {
  457. "version": "0.27.2",
  458. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  459. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  460. "cpu": [
  461. "arm"
  462. ],
  463. "license": "MIT",
  464. "optional": true,
  465. "os": [
  466. "android"
  467. ],
  468. "peer": true,
  469. "engines": {
  470. "node": ">=18"
  471. }
  472. },
  473. "node_modules/@esbuild/android-arm64": {
  474. "version": "0.27.2",
  475. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  476. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  477. "cpu": [
  478. "arm64"
  479. ],
  480. "license": "MIT",
  481. "optional": true,
  482. "os": [
  483. "android"
  484. ],
  485. "peer": true,
  486. "engines": {
  487. "node": ">=18"
  488. }
  489. },
  490. "node_modules/@esbuild/android-x64": {
  491. "version": "0.27.2",
  492. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  493. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  494. "cpu": [
  495. "x64"
  496. ],
  497. "license": "MIT",
  498. "optional": true,
  499. "os": [
  500. "android"
  501. ],
  502. "peer": true,
  503. "engines": {
  504. "node": ">=18"
  505. }
  506. },
  507. "node_modules/@esbuild/darwin-arm64": {
  508. "version": "0.27.2",
  509. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  510. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  511. "cpu": [
  512. "arm64"
  513. ],
  514. "license": "MIT",
  515. "optional": true,
  516. "os": [
  517. "darwin"
  518. ],
  519. "peer": true,
  520. "engines": {
  521. "node": ">=18"
  522. }
  523. },
  524. "node_modules/@esbuild/darwin-x64": {
  525. "version": "0.27.2",
  526. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  527. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  528. "cpu": [
  529. "x64"
  530. ],
  531. "license": "MIT",
  532. "optional": true,
  533. "os": [
  534. "darwin"
  535. ],
  536. "peer": true,
  537. "engines": {
  538. "node": ">=18"
  539. }
  540. },
  541. "node_modules/@esbuild/freebsd-arm64": {
  542. "version": "0.27.2",
  543. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  544. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  545. "cpu": [
  546. "arm64"
  547. ],
  548. "license": "MIT",
  549. "optional": true,
  550. "os": [
  551. "freebsd"
  552. ],
  553. "peer": true,
  554. "engines": {
  555. "node": ">=18"
  556. }
  557. },
  558. "node_modules/@esbuild/freebsd-x64": {
  559. "version": "0.27.2",
  560. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  561. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  562. "cpu": [
  563. "x64"
  564. ],
  565. "license": "MIT",
  566. "optional": true,
  567. "os": [
  568. "freebsd"
  569. ],
  570. "peer": true,
  571. "engines": {
  572. "node": ">=18"
  573. }
  574. },
  575. "node_modules/@esbuild/linux-arm": {
  576. "version": "0.27.2",
  577. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  578. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  579. "cpu": [
  580. "arm"
  581. ],
  582. "license": "MIT",
  583. "optional": true,
  584. "os": [
  585. "linux"
  586. ],
  587. "peer": true,
  588. "engines": {
  589. "node": ">=18"
  590. }
  591. },
  592. "node_modules/@esbuild/linux-arm64": {
  593. "version": "0.27.2",
  594. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  595. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  596. "cpu": [
  597. "arm64"
  598. ],
  599. "license": "MIT",
  600. "optional": true,
  601. "os": [
  602. "linux"
  603. ],
  604. "peer": true,
  605. "engines": {
  606. "node": ">=18"
  607. }
  608. },
  609. "node_modules/@esbuild/linux-ia32": {
  610. "version": "0.27.2",
  611. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  612. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  613. "cpu": [
  614. "ia32"
  615. ],
  616. "license": "MIT",
  617. "optional": true,
  618. "os": [
  619. "linux"
  620. ],
  621. "peer": true,
  622. "engines": {
  623. "node": ">=18"
  624. }
  625. },
  626. "node_modules/@esbuild/linux-loong64": {
  627. "version": "0.27.2",
  628. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  629. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  630. "cpu": [
  631. "loong64"
  632. ],
  633. "license": "MIT",
  634. "optional": true,
  635. "os": [
  636. "linux"
  637. ],
  638. "peer": true,
  639. "engines": {
  640. "node": ">=18"
  641. }
  642. },
  643. "node_modules/@esbuild/linux-mips64el": {
  644. "version": "0.27.2",
  645. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  646. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  647. "cpu": [
  648. "mips64el"
  649. ],
  650. "license": "MIT",
  651. "optional": true,
  652. "os": [
  653. "linux"
  654. ],
  655. "peer": true,
  656. "engines": {
  657. "node": ">=18"
  658. }
  659. },
  660. "node_modules/@esbuild/linux-ppc64": {
  661. "version": "0.27.2",
  662. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  663. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  664. "cpu": [
  665. "ppc64"
  666. ],
  667. "license": "MIT",
  668. "optional": true,
  669. "os": [
  670. "linux"
  671. ],
  672. "peer": true,
  673. "engines": {
  674. "node": ">=18"
  675. }
  676. },
  677. "node_modules/@esbuild/linux-riscv64": {
  678. "version": "0.27.2",
  679. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  680. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  681. "cpu": [
  682. "riscv64"
  683. ],
  684. "license": "MIT",
  685. "optional": true,
  686. "os": [
  687. "linux"
  688. ],
  689. "peer": true,
  690. "engines": {
  691. "node": ">=18"
  692. }
  693. },
  694. "node_modules/@esbuild/linux-s390x": {
  695. "version": "0.27.2",
  696. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  697. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  698. "cpu": [
  699. "s390x"
  700. ],
  701. "license": "MIT",
  702. "optional": true,
  703. "os": [
  704. "linux"
  705. ],
  706. "peer": true,
  707. "engines": {
  708. "node": ">=18"
  709. }
  710. },
  711. "node_modules/@esbuild/linux-x64": {
  712. "version": "0.27.2",
  713. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  714. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  715. "cpu": [
  716. "x64"
  717. ],
  718. "license": "MIT",
  719. "optional": true,
  720. "os": [
  721. "linux"
  722. ],
  723. "peer": true,
  724. "engines": {
  725. "node": ">=18"
  726. }
  727. },
  728. "node_modules/@esbuild/netbsd-arm64": {
  729. "version": "0.27.2",
  730. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  731. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  732. "cpu": [
  733. "arm64"
  734. ],
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "netbsd"
  739. ],
  740. "peer": true,
  741. "engines": {
  742. "node": ">=18"
  743. }
  744. },
  745. "node_modules/@esbuild/netbsd-x64": {
  746. "version": "0.27.2",
  747. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  748. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  749. "cpu": [
  750. "x64"
  751. ],
  752. "license": "MIT",
  753. "optional": true,
  754. "os": [
  755. "netbsd"
  756. ],
  757. "peer": true,
  758. "engines": {
  759. "node": ">=18"
  760. }
  761. },
  762. "node_modules/@esbuild/openbsd-arm64": {
  763. "version": "0.27.2",
  764. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  765. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  766. "cpu": [
  767. "arm64"
  768. ],
  769. "license": "MIT",
  770. "optional": true,
  771. "os": [
  772. "openbsd"
  773. ],
  774. "peer": true,
  775. "engines": {
  776. "node": ">=18"
  777. }
  778. },
  779. "node_modules/@esbuild/openbsd-x64": {
  780. "version": "0.27.2",
  781. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  782. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  783. "cpu": [
  784. "x64"
  785. ],
  786. "license": "MIT",
  787. "optional": true,
  788. "os": [
  789. "openbsd"
  790. ],
  791. "peer": true,
  792. "engines": {
  793. "node": ">=18"
  794. }
  795. },
  796. "node_modules/@esbuild/openharmony-arm64": {
  797. "version": "0.27.2",
  798. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  799. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  800. "cpu": [
  801. "arm64"
  802. ],
  803. "license": "MIT",
  804. "optional": true,
  805. "os": [
  806. "openharmony"
  807. ],
  808. "peer": true,
  809. "engines": {
  810. "node": ">=18"
  811. }
  812. },
  813. "node_modules/@esbuild/sunos-x64": {
  814. "version": "0.27.2",
  815. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  816. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  817. "cpu": [
  818. "x64"
  819. ],
  820. "license": "MIT",
  821. "optional": true,
  822. "os": [
  823. "sunos"
  824. ],
  825. "peer": true,
  826. "engines": {
  827. "node": ">=18"
  828. }
  829. },
  830. "node_modules/@esbuild/win32-arm64": {
  831. "version": "0.27.2",
  832. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  833. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  834. "cpu": [
  835. "arm64"
  836. ],
  837. "license": "MIT",
  838. "optional": true,
  839. "os": [
  840. "win32"
  841. ],
  842. "peer": true,
  843. "engines": {
  844. "node": ">=18"
  845. }
  846. },
  847. "node_modules/@esbuild/win32-ia32": {
  848. "version": "0.27.2",
  849. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  850. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  851. "cpu": [
  852. "ia32"
  853. ],
  854. "license": "MIT",
  855. "optional": true,
  856. "os": [
  857. "win32"
  858. ],
  859. "peer": true,
  860. "engines": {
  861. "node": ">=18"
  862. }
  863. },
  864. "node_modules/@esbuild/win32-x64": {
  865. "version": "0.27.2",
  866. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  867. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  868. "cpu": [
  869. "x64"
  870. ],
  871. "license": "MIT",
  872. "optional": true,
  873. "os": [
  874. "win32"
  875. ],
  876. "peer": true,
  877. "engines": {
  878. "node": ">=18"
  879. }
  880. },
  881. "node_modules/@eslint-community/eslint-utils": {
  882. "version": "4.9.0",
  883. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
  884. "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
  885. "license": "MIT",
  886. "dependencies": {
  887. "eslint-visitor-keys": "^3.4.3"
  888. },
  889. "engines": {
  890. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  891. },
  892. "funding": {
  893. "url": "https://opencollective.com/eslint"
  894. },
  895. "peerDependencies": {
  896. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  897. }
  898. },
  899. "node_modules/@eslint-community/regexpp": {
  900. "version": "4.12.2",
  901. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  902. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  903. "license": "MIT",
  904. "engines": {
  905. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  906. }
  907. },
  908. "node_modules/@eslint/eslintrc": {
  909. "version": "2.1.4",
  910. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  911. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  912. "license": "MIT",
  913. "dependencies": {
  914. "ajv": "^6.12.4",
  915. "debug": "^4.3.2",
  916. "espree": "^9.6.0",
  917. "globals": "^13.19.0",
  918. "ignore": "^5.2.0",
  919. "import-fresh": "^3.2.1",
  920. "js-yaml": "^4.1.0",
  921. "minimatch": "^3.1.2",
  922. "strip-json-comments": "^3.1.1"
  923. },
  924. "engines": {
  925. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  926. },
  927. "funding": {
  928. "url": "https://opencollective.com/eslint"
  929. }
  930. },
  931. "node_modules/@eslint/js": {
  932. "version": "8.57.1",
  933. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  934. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  935. "license": "MIT",
  936. "engines": {
  937. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  938. }
  939. },
  940. "node_modules/@hugeicons/core-free-icons": {
  941. "version": "4.1.4",
  942. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-4.1.4.tgz",
  943. "integrity": "sha512-vkMvlnW7Atqh7juhZCadYDvqABWcEeVAkavAK6HJBFbYkLCme5CN51Oc91D5j5ruDja+HQPjMfWkTxxulcwvAQ==",
  944. "license": "MIT"
  945. },
  946. "node_modules/@hugeicons/vue": {
  947. "version": "1.0.5",
  948. "resolved": "https://registry.npmjs.org/@hugeicons/vue/-/vue-1.0.5.tgz",
  949. "integrity": "sha512-kaouUZceXtdDfupfiqqfn40tIyRBF/fcEvCfY96hZIXZ3JMsqpwhCDqiqoj+B5bMEUXOuvz3npNyKI5+7iPfYA==",
  950. "license": "MIT",
  951. "peerDependencies": {
  952. "vue": "^2.6.0 || ^3.0.0"
  953. }
  954. },
  955. "node_modules/@humanwhocodes/config-array": {
  956. "version": "0.13.0",
  957. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  958. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  959. "deprecated": "Use @eslint/config-array instead",
  960. "license": "Apache-2.0",
  961. "dependencies": {
  962. "@humanwhocodes/object-schema": "^2.0.3",
  963. "debug": "^4.3.1",
  964. "minimatch": "^3.0.5"
  965. },
  966. "engines": {
  967. "node": ">=10.10.0"
  968. }
  969. },
  970. "node_modules/@humanwhocodes/module-importer": {
  971. "version": "1.0.1",
  972. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  973. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  974. "license": "Apache-2.0",
  975. "engines": {
  976. "node": ">=12.22"
  977. },
  978. "funding": {
  979. "type": "github",
  980. "url": "https://github.com/sponsors/nzakas"
  981. }
  982. },
  983. "node_modules/@humanwhocodes/object-schema": {
  984. "version": "2.0.3",
  985. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  986. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  987. "deprecated": "Use @eslint/object-schema instead",
  988. "license": "BSD-3-Clause"
  989. },
  990. "node_modules/@iconify/types": {
  991. "version": "2.0.0",
  992. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  993. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  994. "license": "MIT"
  995. },
  996. "node_modules/@intlify/core-base": {
  997. "version": "11.4.4",
  998. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.4.4.tgz",
  999. "integrity": "sha512-w/vItlylrAmhebkIbVl5YY8XMCtj8Mb2g70ttxktMYuf5AuRahgEHL2iLgLIsZBIbTSgs4hkUo7ucCL0uTJvOg==",
  1000. "license": "MIT",
  1001. "dependencies": {
  1002. "@intlify/devtools-types": "11.4.4",
  1003. "@intlify/message-compiler": "11.4.4",
  1004. "@intlify/shared": "11.4.4"
  1005. },
  1006. "engines": {
  1007. "node": ">= 22"
  1008. },
  1009. "funding": {
  1010. "url": "https://github.com/sponsors/kazupon"
  1011. }
  1012. },
  1013. "node_modules/@intlify/devtools-types": {
  1014. "version": "11.4.4",
  1015. "resolved": "https://registry.npmjs.org/@intlify/devtools-types/-/devtools-types-11.4.4.tgz",
  1016. "integrity": "sha512-PcBLmGmDQsTSVV911P8upzpcLJO1CNVYi/IH6bGnLR2nA+0L963+kXN1ZrisTEnbtw2ewN6HMMSldqzjronA0Q==",
  1017. "license": "MIT",
  1018. "dependencies": {
  1019. "@intlify/core-base": "11.4.4",
  1020. "@intlify/shared": "11.4.4"
  1021. },
  1022. "engines": {
  1023. "node": ">= 22"
  1024. },
  1025. "funding": {
  1026. "url": "https://github.com/sponsors/kazupon"
  1027. }
  1028. },
  1029. "node_modules/@intlify/message-compiler": {
  1030. "version": "11.4.4",
  1031. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.4.4.tgz",
  1032. "integrity": "sha512-vn0OAV9pYkJlPPmgnsSm5eAG3mL0+9C/oaded2JY9jmxBbhmUXT3TcAUY8WRgLY9Hte7lkUJKpXrVlYjMXBD2w==",
  1033. "license": "MIT",
  1034. "dependencies": {
  1035. "@intlify/shared": "11.4.4",
  1036. "source-map-js": "^1.0.2"
  1037. },
  1038. "engines": {
  1039. "node": ">= 22"
  1040. },
  1041. "funding": {
  1042. "url": "https://github.com/sponsors/kazupon"
  1043. }
  1044. },
  1045. "node_modules/@intlify/shared": {
  1046. "version": "11.4.4",
  1047. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.4.4.tgz",
  1048. "integrity": "sha512-QRUCHqda1U6aR14FR0vvXD4+4gj6+fm0AhAozvSuRCw0fCvrmCugWpgiR4xH2NI6s8am6N9p5OhirplsX8ZS3g==",
  1049. "license": "MIT",
  1050. "engines": {
  1051. "node": ">= 22"
  1052. },
  1053. "funding": {
  1054. "url": "https://github.com/sponsors/kazupon"
  1055. }
  1056. },
  1057. "node_modules/@jridgewell/gen-mapping": {
  1058. "version": "0.3.13",
  1059. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1060. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1061. "license": "MIT",
  1062. "dependencies": {
  1063. "@jridgewell/sourcemap-codec": "^1.5.0",
  1064. "@jridgewell/trace-mapping": "^0.3.24"
  1065. }
  1066. },
  1067. "node_modules/@jridgewell/remapping": {
  1068. "version": "2.3.5",
  1069. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1070. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1071. "license": "MIT",
  1072. "dependencies": {
  1073. "@jridgewell/gen-mapping": "^0.3.5",
  1074. "@jridgewell/trace-mapping": "^0.3.24"
  1075. }
  1076. },
  1077. "node_modules/@jridgewell/resolve-uri": {
  1078. "version": "3.1.2",
  1079. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1080. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1081. "license": "MIT",
  1082. "engines": {
  1083. "node": ">=6.0.0"
  1084. }
  1085. },
  1086. "node_modules/@jridgewell/sourcemap-codec": {
  1087. "version": "1.5.5",
  1088. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1089. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1090. "license": "MIT"
  1091. },
  1092. "node_modules/@jridgewell/trace-mapping": {
  1093. "version": "0.3.31",
  1094. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1095. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1096. "license": "MIT",
  1097. "dependencies": {
  1098. "@jridgewell/resolve-uri": "^3.1.0",
  1099. "@jridgewell/sourcemap-codec": "^1.4.14"
  1100. }
  1101. },
  1102. "node_modules/@keyv/serialize": {
  1103. "version": "1.1.1",
  1104. "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
  1105. "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
  1106. "dev": true,
  1107. "license": "MIT"
  1108. },
  1109. "node_modules/@napi-rs/wasm-runtime": {
  1110. "version": "1.1.4",
  1111. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  1112. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  1113. "license": "MIT",
  1114. "optional": true,
  1115. "dependencies": {
  1116. "@tybys/wasm-util": "^0.10.1"
  1117. },
  1118. "funding": {
  1119. "type": "github",
  1120. "url": "https://github.com/sponsors/Brooooooklyn"
  1121. },
  1122. "peerDependencies": {
  1123. "@emnapi/core": "^1.7.1",
  1124. "@emnapi/runtime": "^1.7.1"
  1125. }
  1126. },
  1127. "node_modules/@nodelib/fs.scandir": {
  1128. "version": "2.1.5",
  1129. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1130. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1131. "dependencies": {
  1132. "@nodelib/fs.stat": "2.0.5",
  1133. "run-parallel": "^1.1.9"
  1134. },
  1135. "engines": {
  1136. "node": ">= 8"
  1137. }
  1138. },
  1139. "node_modules/@nodelib/fs.stat": {
  1140. "version": "2.0.5",
  1141. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1142. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1143. "engines": {
  1144. "node": ">= 8"
  1145. }
  1146. },
  1147. "node_modules/@nodelib/fs.walk": {
  1148. "version": "1.2.8",
  1149. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1150. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1151. "dependencies": {
  1152. "@nodelib/fs.scandir": "2.1.5",
  1153. "fastq": "^1.6.0"
  1154. },
  1155. "engines": {
  1156. "node": ">= 8"
  1157. }
  1158. },
  1159. "node_modules/@oxc-project/types": {
  1160. "version": "0.130.0",
  1161. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz",
  1162. "integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==",
  1163. "license": "MIT",
  1164. "funding": {
  1165. "url": "https://github.com/sponsors/Boshen"
  1166. }
  1167. },
  1168. "node_modules/@rolldown/binding-android-arm64": {
  1169. "version": "1.0.1",
  1170. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.1.tgz",
  1171. "integrity": "sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==",
  1172. "cpu": [
  1173. "arm64"
  1174. ],
  1175. "license": "MIT",
  1176. "optional": true,
  1177. "os": [
  1178. "android"
  1179. ],
  1180. "engines": {
  1181. "node": "^20.19.0 || >=22.12.0"
  1182. }
  1183. },
  1184. "node_modules/@rolldown/binding-darwin-arm64": {
  1185. "version": "1.0.1",
  1186. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.1.tgz",
  1187. "integrity": "sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==",
  1188. "cpu": [
  1189. "arm64"
  1190. ],
  1191. "license": "MIT",
  1192. "optional": true,
  1193. "os": [
  1194. "darwin"
  1195. ],
  1196. "engines": {
  1197. "node": "^20.19.0 || >=22.12.0"
  1198. }
  1199. },
  1200. "node_modules/@rolldown/binding-darwin-x64": {
  1201. "version": "1.0.1",
  1202. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.1.tgz",
  1203. "integrity": "sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==",
  1204. "cpu": [
  1205. "x64"
  1206. ],
  1207. "license": "MIT",
  1208. "optional": true,
  1209. "os": [
  1210. "darwin"
  1211. ],
  1212. "engines": {
  1213. "node": "^20.19.0 || >=22.12.0"
  1214. }
  1215. },
  1216. "node_modules/@rolldown/binding-freebsd-x64": {
  1217. "version": "1.0.1",
  1218. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.1.tgz",
  1219. "integrity": "sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==",
  1220. "cpu": [
  1221. "x64"
  1222. ],
  1223. "license": "MIT",
  1224. "optional": true,
  1225. "os": [
  1226. "freebsd"
  1227. ],
  1228. "engines": {
  1229. "node": "^20.19.0 || >=22.12.0"
  1230. }
  1231. },
  1232. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1233. "version": "1.0.1",
  1234. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.1.tgz",
  1235. "integrity": "sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==",
  1236. "cpu": [
  1237. "arm"
  1238. ],
  1239. "license": "MIT",
  1240. "optional": true,
  1241. "os": [
  1242. "linux"
  1243. ],
  1244. "engines": {
  1245. "node": "^20.19.0 || >=22.12.0"
  1246. }
  1247. },
  1248. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1249. "version": "1.0.1",
  1250. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.1.tgz",
  1251. "integrity": "sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==",
  1252. "cpu": [
  1253. "arm64"
  1254. ],
  1255. "license": "MIT",
  1256. "optional": true,
  1257. "os": [
  1258. "linux"
  1259. ],
  1260. "engines": {
  1261. "node": "^20.19.0 || >=22.12.0"
  1262. }
  1263. },
  1264. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1265. "version": "1.0.1",
  1266. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.1.tgz",
  1267. "integrity": "sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==",
  1268. "cpu": [
  1269. "arm64"
  1270. ],
  1271. "license": "MIT",
  1272. "optional": true,
  1273. "os": [
  1274. "linux"
  1275. ],
  1276. "engines": {
  1277. "node": "^20.19.0 || >=22.12.0"
  1278. }
  1279. },
  1280. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1281. "version": "1.0.1",
  1282. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.1.tgz",
  1283. "integrity": "sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==",
  1284. "cpu": [
  1285. "ppc64"
  1286. ],
  1287. "license": "MIT",
  1288. "optional": true,
  1289. "os": [
  1290. "linux"
  1291. ],
  1292. "engines": {
  1293. "node": "^20.19.0 || >=22.12.0"
  1294. }
  1295. },
  1296. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1297. "version": "1.0.1",
  1298. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.1.tgz",
  1299. "integrity": "sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==",
  1300. "cpu": [
  1301. "s390x"
  1302. ],
  1303. "license": "MIT",
  1304. "optional": true,
  1305. "os": [
  1306. "linux"
  1307. ],
  1308. "engines": {
  1309. "node": "^20.19.0 || >=22.12.0"
  1310. }
  1311. },
  1312. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1313. "version": "1.0.1",
  1314. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.1.tgz",
  1315. "integrity": "sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==",
  1316. "cpu": [
  1317. "x64"
  1318. ],
  1319. "license": "MIT",
  1320. "optional": true,
  1321. "os": [
  1322. "linux"
  1323. ],
  1324. "engines": {
  1325. "node": "^20.19.0 || >=22.12.0"
  1326. }
  1327. },
  1328. "node_modules/@rolldown/binding-linux-x64-musl": {
  1329. "version": "1.0.1",
  1330. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.1.tgz",
  1331. "integrity": "sha512-bV4fzswuzVcKD90o/VM6QqKxnxlDq0g2BISDLNVmxrnhpv1DDbyPhCIjYfvzYLV+MvkKKnQt2Q6AO86SEBULUQ==",
  1332. "cpu": [
  1333. "x64"
  1334. ],
  1335. "license": "MIT",
  1336. "optional": true,
  1337. "os": [
  1338. "linux"
  1339. ],
  1340. "engines": {
  1341. "node": "^20.19.0 || >=22.12.0"
  1342. }
  1343. },
  1344. "node_modules/@rolldown/binding-openharmony-arm64": {
  1345. "version": "1.0.1",
  1346. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.1.tgz",
  1347. "integrity": "sha512-/Mh0Zhq3OP7fVs0kcQHZP6lZEthMGTaSf8UBQYSFEZDWGXXlEC+nJ6EqenaK2t4LBXMe3A+K/G2BVXXdtOr4PQ==",
  1348. "cpu": [
  1349. "arm64"
  1350. ],
  1351. "license": "MIT",
  1352. "optional": true,
  1353. "os": [
  1354. "openharmony"
  1355. ],
  1356. "engines": {
  1357. "node": "^20.19.0 || >=22.12.0"
  1358. }
  1359. },
  1360. "node_modules/@rolldown/binding-wasm32-wasi": {
  1361. "version": "1.0.1",
  1362. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.1.tgz",
  1363. "integrity": "sha512-+1xc9X45l8ufsBAm6Gjvx2qDRIY9lTVt0cgWNcJ+1gdhXvkbxePA60yRTwSTuXL09CMhyJmjpV7E3NoyxbqFQQ==",
  1364. "cpu": [
  1365. "wasm32"
  1366. ],
  1367. "license": "MIT",
  1368. "optional": true,
  1369. "dependencies": {
  1370. "@emnapi/core": "1.10.0",
  1371. "@emnapi/runtime": "1.10.0",
  1372. "@napi-rs/wasm-runtime": "^1.1.4"
  1373. },
  1374. "engines": {
  1375. "node": "^20.19.0 || >=22.12.0"
  1376. }
  1377. },
  1378. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1379. "version": "1.0.1",
  1380. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.1.tgz",
  1381. "integrity": "sha512-1D+UqZdfnuR+Jy1GgMJwi85bD40H21uNmOPRWQhw4oRSuolZ/B5rixZ45DK2KXOTCvmVCecauWgEhbw8bI7tOw==",
  1382. "cpu": [
  1383. "arm64"
  1384. ],
  1385. "license": "MIT",
  1386. "optional": true,
  1387. "os": [
  1388. "win32"
  1389. ],
  1390. "engines": {
  1391. "node": "^20.19.0 || >=22.12.0"
  1392. }
  1393. },
  1394. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1395. "version": "1.0.1",
  1396. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.1.tgz",
  1397. "integrity": "sha512-INAycaWuhlOK3wk4mRHGsdgwYWmd9cChdPdE9bwWmy6rn9VqVNYNFGhOdXrofXUxwHIncSiPNb8tNm8knDVIeQ==",
  1398. "cpu": [
  1399. "x64"
  1400. ],
  1401. "license": "MIT",
  1402. "optional": true,
  1403. "os": [
  1404. "win32"
  1405. ],
  1406. "engines": {
  1407. "node": "^20.19.0 || >=22.12.0"
  1408. }
  1409. },
  1410. "node_modules/@rolldown/pluginutils": {
  1411. "version": "1.0.1",
  1412. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  1413. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  1414. "license": "MIT"
  1415. },
  1416. "node_modules/@rtsao/scc": {
  1417. "version": "1.1.0",
  1418. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  1419. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1420. "license": "MIT"
  1421. },
  1422. "node_modules/@sindresorhus/merge-streams": {
  1423. "version": "4.0.0",
  1424. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  1425. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  1426. "dev": true,
  1427. "license": "MIT",
  1428. "engines": {
  1429. "node": ">=18"
  1430. },
  1431. "funding": {
  1432. "url": "https://github.com/sponsors/sindresorhus"
  1433. }
  1434. },
  1435. "node_modules/@tybys/wasm-util": {
  1436. "version": "0.10.2",
  1437. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
  1438. "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
  1439. "license": "MIT",
  1440. "optional": true,
  1441. "dependencies": {
  1442. "tslib": "^2.4.0"
  1443. }
  1444. },
  1445. "node_modules/@types/jsesc": {
  1446. "version": "2.5.1",
  1447. "resolved": "https://registry.npmjs.org/@types/jsesc/-/jsesc-2.5.1.tgz",
  1448. "integrity": "sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==",
  1449. "license": "MIT"
  1450. },
  1451. "node_modules/@types/json5": {
  1452. "version": "0.0.29",
  1453. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  1454. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  1455. "license": "MIT"
  1456. },
  1457. "node_modules/@ungap/structured-clone": {
  1458. "version": "1.3.0",
  1459. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  1460. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  1461. "license": "ISC"
  1462. },
  1463. "node_modules/@vitejs/plugin-vue": {
  1464. "version": "6.0.7",
  1465. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.7.tgz",
  1466. "integrity": "sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==",
  1467. "license": "MIT",
  1468. "dependencies": {
  1469. "@rolldown/pluginutils": "^1.0.1"
  1470. },
  1471. "engines": {
  1472. "node": "^20.19.0 || >=22.12.0"
  1473. },
  1474. "peerDependencies": {
  1475. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  1476. "vue": "^3.2.25"
  1477. }
  1478. },
  1479. "node_modules/@vue-macros/common": {
  1480. "version": "3.1.2",
  1481. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz",
  1482. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  1483. "license": "MIT",
  1484. "dependencies": {
  1485. "@vue/compiler-sfc": "^3.5.22",
  1486. "ast-kit": "^2.1.2",
  1487. "local-pkg": "^1.1.2",
  1488. "magic-string-ast": "^1.0.2",
  1489. "unplugin-utils": "^0.3.0"
  1490. },
  1491. "engines": {
  1492. "node": ">=20.19.0"
  1493. },
  1494. "funding": {
  1495. "url": "https://github.com/sponsors/vue-macros"
  1496. },
  1497. "peerDependencies": {
  1498. "vue": "^2.7.0 || ^3.2.25"
  1499. },
  1500. "peerDependenciesMeta": {
  1501. "vue": {
  1502. "optional": true
  1503. }
  1504. }
  1505. },
  1506. "node_modules/@vue/compiler-core": {
  1507. "version": "3.5.34",
  1508. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.34.tgz",
  1509. "integrity": "sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==",
  1510. "license": "MIT",
  1511. "dependencies": {
  1512. "@babel/parser": "^7.29.3",
  1513. "@vue/shared": "3.5.34",
  1514. "entities": "^7.0.1",
  1515. "estree-walker": "^2.0.2",
  1516. "source-map-js": "^1.2.1"
  1517. }
  1518. },
  1519. "node_modules/@vue/compiler-dom": {
  1520. "version": "3.5.34",
  1521. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.34.tgz",
  1522. "integrity": "sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==",
  1523. "license": "MIT",
  1524. "dependencies": {
  1525. "@vue/compiler-core": "3.5.34",
  1526. "@vue/shared": "3.5.34"
  1527. }
  1528. },
  1529. "node_modules/@vue/compiler-sfc": {
  1530. "version": "3.5.34",
  1531. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.34.tgz",
  1532. "integrity": "sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==",
  1533. "license": "MIT",
  1534. "dependencies": {
  1535. "@babel/parser": "^7.29.3",
  1536. "@vue/compiler-core": "3.5.34",
  1537. "@vue/compiler-dom": "3.5.34",
  1538. "@vue/compiler-ssr": "3.5.34",
  1539. "@vue/shared": "3.5.34",
  1540. "estree-walker": "^2.0.2",
  1541. "magic-string": "^0.30.21",
  1542. "postcss": "^8.5.14",
  1543. "source-map-js": "^1.2.1"
  1544. }
  1545. },
  1546. "node_modules/@vue/compiler-ssr": {
  1547. "version": "3.5.34",
  1548. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.34.tgz",
  1549. "integrity": "sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==",
  1550. "license": "MIT",
  1551. "dependencies": {
  1552. "@vue/compiler-dom": "3.5.34",
  1553. "@vue/shared": "3.5.34"
  1554. }
  1555. },
  1556. "node_modules/@vue/devtools-api": {
  1557. "version": "6.6.4",
  1558. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1559. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1560. "license": "MIT"
  1561. },
  1562. "node_modules/@vue/devtools-kit": {
  1563. "version": "8.1.2",
  1564. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.2.tgz",
  1565. "integrity": "sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==",
  1566. "license": "MIT",
  1567. "dependencies": {
  1568. "@vue/devtools-shared": "^8.1.2",
  1569. "birpc": "^2.6.1",
  1570. "hookable": "^5.5.3",
  1571. "perfect-debounce": "^2.0.0"
  1572. }
  1573. },
  1574. "node_modules/@vue/devtools-shared": {
  1575. "version": "8.1.2",
  1576. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.2.tgz",
  1577. "integrity": "sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==",
  1578. "license": "MIT"
  1579. },
  1580. "node_modules/@vue/reactivity": {
  1581. "version": "3.5.34",
  1582. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.34.tgz",
  1583. "integrity": "sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==",
  1584. "license": "MIT",
  1585. "dependencies": {
  1586. "@vue/shared": "3.5.34"
  1587. }
  1588. },
  1589. "node_modules/@vue/runtime-core": {
  1590. "version": "3.5.34",
  1591. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.34.tgz",
  1592. "integrity": "sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==",
  1593. "license": "MIT",
  1594. "dependencies": {
  1595. "@vue/reactivity": "3.5.34",
  1596. "@vue/shared": "3.5.34"
  1597. }
  1598. },
  1599. "node_modules/@vue/runtime-dom": {
  1600. "version": "3.5.34",
  1601. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.34.tgz",
  1602. "integrity": "sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==",
  1603. "license": "MIT",
  1604. "dependencies": {
  1605. "@vue/reactivity": "3.5.34",
  1606. "@vue/runtime-core": "3.5.34",
  1607. "@vue/shared": "3.5.34",
  1608. "csstype": "^3.2.3"
  1609. }
  1610. },
  1611. "node_modules/@vue/server-renderer": {
  1612. "version": "3.5.34",
  1613. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.34.tgz",
  1614. "integrity": "sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==",
  1615. "license": "MIT",
  1616. "dependencies": {
  1617. "@vue/compiler-ssr": "3.5.34",
  1618. "@vue/shared": "3.5.34"
  1619. },
  1620. "peerDependencies": {
  1621. "vue": "3.5.34"
  1622. }
  1623. },
  1624. "node_modules/@vue/shared": {
  1625. "version": "3.5.34",
  1626. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.34.tgz",
  1627. "integrity": "sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==",
  1628. "license": "MIT"
  1629. },
  1630. "node_modules/@xterm/addon-fit": {
  1631. "version": "0.11.0",
  1632. "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.11.0.tgz",
  1633. "integrity": "sha512-jYcgT6xtVYhnhgxh3QgYDnnNMYTcf8ElbxxFzX0IZo+vabQqSPAjC3c1wJrKB5E19VwQei89QCiZZP86DCPF7g==",
  1634. "license": "MIT"
  1635. },
  1636. "node_modules/@xterm/addon-web-links": {
  1637. "version": "0.12.0",
  1638. "resolved": "https://registry.npmjs.org/@xterm/addon-web-links/-/addon-web-links-0.12.0.tgz",
  1639. "integrity": "sha512-4Smom3RPyVp7ZMYOYDoC/9eGJJJqYhnPLGGqJ6wOBfB8VxPViJNSKdgRYb8NpaM6YSelEKbA2SStD7lGyqaobw==",
  1640. "license": "MIT"
  1641. },
  1642. "node_modules/@xterm/xterm": {
  1643. "version": "6.0.0",
  1644. "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-6.0.0.tgz",
  1645. "integrity": "sha512-TQwDdQGtwwDt+2cgKDLn0IRaSxYu1tSUjgKarSDkUM0ZNiSRXFpjxEsvc/Zgc5kq5omJ+V0a8/kIM2WD3sMOYg==",
  1646. "license": "MIT",
  1647. "workspaces": [
  1648. "addons/*"
  1649. ]
  1650. },
  1651. "node_modules/acorn": {
  1652. "version": "8.16.0",
  1653. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  1654. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  1655. "license": "MIT",
  1656. "bin": {
  1657. "acorn": "bin/acorn"
  1658. },
  1659. "engines": {
  1660. "node": ">=0.4.0"
  1661. }
  1662. },
  1663. "node_modules/acorn-jsx": {
  1664. "version": "5.3.2",
  1665. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1666. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1667. "license": "MIT",
  1668. "peerDependencies": {
  1669. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1670. }
  1671. },
  1672. "node_modules/ajv": {
  1673. "version": "6.15.0",
  1674. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
  1675. "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
  1676. "license": "MIT",
  1677. "dependencies": {
  1678. "fast-deep-equal": "^3.1.1",
  1679. "fast-json-stable-stringify": "^2.0.0",
  1680. "json-schema-traverse": "^0.4.1",
  1681. "uri-js": "^4.2.2"
  1682. },
  1683. "funding": {
  1684. "type": "github",
  1685. "url": "https://github.com/sponsors/epoberezkin"
  1686. }
  1687. },
  1688. "node_modules/ansi-regex": {
  1689. "version": "5.0.1",
  1690. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1691. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1692. "engines": {
  1693. "node": ">=8"
  1694. }
  1695. },
  1696. "node_modules/ansi-styles": {
  1697. "version": "4.3.0",
  1698. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1699. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1700. "dependencies": {
  1701. "color-convert": "^2.0.1"
  1702. },
  1703. "engines": {
  1704. "node": ">=8"
  1705. },
  1706. "funding": {
  1707. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1708. }
  1709. },
  1710. "node_modules/argparse": {
  1711. "version": "2.0.1",
  1712. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  1713. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1714. "license": "Python-2.0"
  1715. },
  1716. "node_modules/array-buffer-byte-length": {
  1717. "version": "1.0.2",
  1718. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  1719. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  1720. "license": "MIT",
  1721. "dependencies": {
  1722. "call-bound": "^1.0.3",
  1723. "is-array-buffer": "^3.0.5"
  1724. },
  1725. "engines": {
  1726. "node": ">= 0.4"
  1727. },
  1728. "funding": {
  1729. "url": "https://github.com/sponsors/ljharb"
  1730. }
  1731. },
  1732. "node_modules/array-includes": {
  1733. "version": "3.1.9",
  1734. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  1735. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  1736. "license": "MIT",
  1737. "dependencies": {
  1738. "call-bind": "^1.0.8",
  1739. "call-bound": "^1.0.4",
  1740. "define-properties": "^1.2.1",
  1741. "es-abstract": "^1.24.0",
  1742. "es-object-atoms": "^1.1.1",
  1743. "get-intrinsic": "^1.3.0",
  1744. "is-string": "^1.1.1",
  1745. "math-intrinsics": "^1.1.0"
  1746. },
  1747. "engines": {
  1748. "node": ">= 0.4"
  1749. },
  1750. "funding": {
  1751. "url": "https://github.com/sponsors/ljharb"
  1752. }
  1753. },
  1754. "node_modules/array.prototype.findlast": {
  1755. "version": "1.2.5",
  1756. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  1757. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  1758. "license": "MIT",
  1759. "dependencies": {
  1760. "call-bind": "^1.0.7",
  1761. "define-properties": "^1.2.1",
  1762. "es-abstract": "^1.23.2",
  1763. "es-errors": "^1.3.0",
  1764. "es-object-atoms": "^1.0.0",
  1765. "es-shim-unscopables": "^1.0.2"
  1766. },
  1767. "engines": {
  1768. "node": ">= 0.4"
  1769. },
  1770. "funding": {
  1771. "url": "https://github.com/sponsors/ljharb"
  1772. }
  1773. },
  1774. "node_modules/array.prototype.findlastindex": {
  1775. "version": "1.2.6",
  1776. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  1777. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  1778. "license": "MIT",
  1779. "dependencies": {
  1780. "call-bind": "^1.0.8",
  1781. "call-bound": "^1.0.4",
  1782. "define-properties": "^1.2.1",
  1783. "es-abstract": "^1.23.9",
  1784. "es-errors": "^1.3.0",
  1785. "es-object-atoms": "^1.1.1",
  1786. "es-shim-unscopables": "^1.1.0"
  1787. },
  1788. "engines": {
  1789. "node": ">= 0.4"
  1790. },
  1791. "funding": {
  1792. "url": "https://github.com/sponsors/ljharb"
  1793. }
  1794. },
  1795. "node_modules/array.prototype.flat": {
  1796. "version": "1.3.3",
  1797. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  1798. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  1799. "license": "MIT",
  1800. "dependencies": {
  1801. "call-bind": "^1.0.8",
  1802. "define-properties": "^1.2.1",
  1803. "es-abstract": "^1.23.5",
  1804. "es-shim-unscopables": "^1.0.2"
  1805. },
  1806. "engines": {
  1807. "node": ">= 0.4"
  1808. },
  1809. "funding": {
  1810. "url": "https://github.com/sponsors/ljharb"
  1811. }
  1812. },
  1813. "node_modules/array.prototype.flatmap": {
  1814. "version": "1.3.3",
  1815. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  1816. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  1817. "license": "MIT",
  1818. "dependencies": {
  1819. "call-bind": "^1.0.8",
  1820. "define-properties": "^1.2.1",
  1821. "es-abstract": "^1.23.5",
  1822. "es-shim-unscopables": "^1.0.2"
  1823. },
  1824. "engines": {
  1825. "node": ">= 0.4"
  1826. },
  1827. "funding": {
  1828. "url": "https://github.com/sponsors/ljharb"
  1829. }
  1830. },
  1831. "node_modules/array.prototype.tosorted": {
  1832. "version": "1.1.4",
  1833. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  1834. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  1835. "license": "MIT",
  1836. "dependencies": {
  1837. "call-bind": "^1.0.7",
  1838. "define-properties": "^1.2.1",
  1839. "es-abstract": "^1.23.3",
  1840. "es-errors": "^1.3.0",
  1841. "es-shim-unscopables": "^1.0.2"
  1842. },
  1843. "engines": {
  1844. "node": ">= 0.4"
  1845. }
  1846. },
  1847. "node_modules/arraybuffer.prototype.slice": {
  1848. "version": "1.0.4",
  1849. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  1850. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  1851. "license": "MIT",
  1852. "dependencies": {
  1853. "array-buffer-byte-length": "^1.0.1",
  1854. "call-bind": "^1.0.8",
  1855. "define-properties": "^1.2.1",
  1856. "es-abstract": "^1.23.5",
  1857. "es-errors": "^1.3.0",
  1858. "get-intrinsic": "^1.2.6",
  1859. "is-array-buffer": "^3.0.4"
  1860. },
  1861. "engines": {
  1862. "node": ">= 0.4"
  1863. },
  1864. "funding": {
  1865. "url": "https://github.com/sponsors/ljharb"
  1866. }
  1867. },
  1868. "node_modules/ast-kit": {
  1869. "version": "2.2.0",
  1870. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  1871. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  1872. "license": "MIT",
  1873. "dependencies": {
  1874. "@babel/parser": "^7.28.5",
  1875. "pathe": "^2.0.3"
  1876. },
  1877. "engines": {
  1878. "node": ">=20.19.0"
  1879. },
  1880. "funding": {
  1881. "url": "https://github.com/sponsors/sxzz"
  1882. }
  1883. },
  1884. "node_modules/ast-walker-scope": {
  1885. "version": "0.8.3",
  1886. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  1887. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  1888. "license": "MIT",
  1889. "dependencies": {
  1890. "@babel/parser": "^7.28.4",
  1891. "ast-kit": "^2.1.3"
  1892. },
  1893. "engines": {
  1894. "node": ">=20.19.0"
  1895. },
  1896. "funding": {
  1897. "url": "https://github.com/sponsors/sxzz"
  1898. }
  1899. },
  1900. "node_modules/astral-regex": {
  1901. "version": "2.0.0",
  1902. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  1903. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  1904. "dev": true,
  1905. "engines": {
  1906. "node": ">=8"
  1907. }
  1908. },
  1909. "node_modules/async-function": {
  1910. "version": "1.0.0",
  1911. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  1912. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  1913. "license": "MIT",
  1914. "engines": {
  1915. "node": ">= 0.4"
  1916. }
  1917. },
  1918. "node_modules/available-typed-arrays": {
  1919. "version": "1.0.7",
  1920. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  1921. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  1922. "license": "MIT",
  1923. "dependencies": {
  1924. "possible-typed-array-names": "^1.0.0"
  1925. },
  1926. "engines": {
  1927. "node": ">= 0.4"
  1928. },
  1929. "funding": {
  1930. "url": "https://github.com/sponsors/ljharb"
  1931. }
  1932. },
  1933. "node_modules/balanced-match": {
  1934. "version": "1.0.2",
  1935. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1936. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1937. "license": "MIT"
  1938. },
  1939. "node_modules/birpc": {
  1940. "version": "2.9.0",
  1941. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  1942. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  1943. "license": "MIT",
  1944. "funding": {
  1945. "url": "https://github.com/sponsors/antfu"
  1946. }
  1947. },
  1948. "node_modules/brace-expansion": {
  1949. "version": "1.1.14",
  1950. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
  1951. "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "balanced-match": "^1.0.0",
  1955. "concat-map": "0.0.1"
  1956. }
  1957. },
  1958. "node_modules/braces": {
  1959. "version": "3.0.3",
  1960. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1961. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1962. "dev": true,
  1963. "license": "MIT",
  1964. "dependencies": {
  1965. "fill-range": "^7.1.1"
  1966. },
  1967. "engines": {
  1968. "node": ">=8"
  1969. }
  1970. },
  1971. "node_modules/builtins": {
  1972. "version": "5.1.0",
  1973. "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
  1974. "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
  1975. "license": "MIT",
  1976. "dependencies": {
  1977. "semver": "^7.0.0"
  1978. }
  1979. },
  1980. "node_modules/builtins/node_modules/semver": {
  1981. "version": "7.7.3",
  1982. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  1983. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1984. "license": "ISC",
  1985. "bin": {
  1986. "semver": "bin/semver.js"
  1987. },
  1988. "engines": {
  1989. "node": ">=10"
  1990. }
  1991. },
  1992. "node_modules/cacheable": {
  1993. "version": "2.3.2",
  1994. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.3.2.tgz",
  1995. "integrity": "sha512-w+ZuRNmex9c1TR9RcsxbfTKCjSL0rh1WA5SABbrWprIHeNBdmyQLSYonlDy9gpD+63XT8DgZ/wNh1Smvc9WnJA==",
  1996. "dev": true,
  1997. "license": "MIT",
  1998. "dependencies": {
  1999. "@cacheable/memory": "^2.0.7",
  2000. "@cacheable/utils": "^2.3.3",
  2001. "hookified": "^1.15.0",
  2002. "keyv": "^5.5.5",
  2003. "qified": "^0.6.0"
  2004. }
  2005. },
  2006. "node_modules/cacheable/node_modules/keyv": {
  2007. "version": "5.6.0",
  2008. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  2009. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  2010. "dev": true,
  2011. "license": "MIT",
  2012. "dependencies": {
  2013. "@keyv/serialize": "^1.1.1"
  2014. }
  2015. },
  2016. "node_modules/call-bind": {
  2017. "version": "1.0.8",
  2018. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  2019. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  2020. "license": "MIT",
  2021. "dependencies": {
  2022. "call-bind-apply-helpers": "^1.0.0",
  2023. "es-define-property": "^1.0.0",
  2024. "get-intrinsic": "^1.2.4",
  2025. "set-function-length": "^1.2.2"
  2026. },
  2027. "engines": {
  2028. "node": ">= 0.4"
  2029. },
  2030. "funding": {
  2031. "url": "https://github.com/sponsors/ljharb"
  2032. }
  2033. },
  2034. "node_modules/call-bind-apply-helpers": {
  2035. "version": "1.0.2",
  2036. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2037. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2038. "license": "MIT",
  2039. "dependencies": {
  2040. "es-errors": "^1.3.0",
  2041. "function-bind": "^1.1.2"
  2042. },
  2043. "engines": {
  2044. "node": ">= 0.4"
  2045. }
  2046. },
  2047. "node_modules/call-bound": {
  2048. "version": "1.0.4",
  2049. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  2050. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2051. "license": "MIT",
  2052. "dependencies": {
  2053. "call-bind-apply-helpers": "^1.0.2",
  2054. "get-intrinsic": "^1.3.0"
  2055. },
  2056. "engines": {
  2057. "node": ">= 0.4"
  2058. },
  2059. "funding": {
  2060. "url": "https://github.com/sponsors/ljharb"
  2061. }
  2062. },
  2063. "node_modules/callsites": {
  2064. "version": "3.1.0",
  2065. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2066. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2067. "engines": {
  2068. "node": ">=6"
  2069. }
  2070. },
  2071. "node_modules/chalk": {
  2072. "version": "4.1.2",
  2073. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2074. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2075. "license": "MIT",
  2076. "dependencies": {
  2077. "ansi-styles": "^4.1.0",
  2078. "supports-color": "^7.1.0"
  2079. },
  2080. "engines": {
  2081. "node": ">=10"
  2082. },
  2083. "funding": {
  2084. "url": "https://github.com/chalk/chalk?sponsor=1"
  2085. }
  2086. },
  2087. "node_modules/chokidar": {
  2088. "version": "5.0.0",
  2089. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2090. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2091. "license": "MIT",
  2092. "dependencies": {
  2093. "readdirp": "^5.0.0"
  2094. },
  2095. "engines": {
  2096. "node": ">= 20.19.0"
  2097. },
  2098. "funding": {
  2099. "url": "https://paulmillr.com/funding/"
  2100. }
  2101. },
  2102. "node_modules/color-convert": {
  2103. "version": "2.0.1",
  2104. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2105. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2106. "dependencies": {
  2107. "color-name": "~1.1.4"
  2108. },
  2109. "engines": {
  2110. "node": ">=7.0.0"
  2111. }
  2112. },
  2113. "node_modules/color-name": {
  2114. "version": "1.1.4",
  2115. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2116. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2117. },
  2118. "node_modules/colord": {
  2119. "version": "2.9.3",
  2120. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  2121. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  2122. "dev": true
  2123. },
  2124. "node_modules/concat-map": {
  2125. "version": "0.0.1",
  2126. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2127. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2128. "license": "MIT"
  2129. },
  2130. "node_modules/confbox": {
  2131. "version": "0.2.2",
  2132. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  2133. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  2134. "license": "MIT"
  2135. },
  2136. "node_modules/cosmiconfig": {
  2137. "version": "9.0.1",
  2138. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.1.tgz",
  2139. "integrity": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==",
  2140. "dev": true,
  2141. "license": "MIT",
  2142. "dependencies": {
  2143. "env-paths": "^2.2.1",
  2144. "import-fresh": "^3.3.0",
  2145. "js-yaml": "^4.1.0",
  2146. "parse-json": "^5.2.0"
  2147. },
  2148. "engines": {
  2149. "node": ">=14"
  2150. },
  2151. "funding": {
  2152. "url": "https://github.com/sponsors/d-fischer"
  2153. },
  2154. "peerDependencies": {
  2155. "typescript": ">=4.9.5"
  2156. },
  2157. "peerDependenciesMeta": {
  2158. "typescript": {
  2159. "optional": true
  2160. }
  2161. }
  2162. },
  2163. "node_modules/cross-spawn": {
  2164. "version": "7.0.6",
  2165. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2166. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2167. "license": "MIT",
  2168. "dependencies": {
  2169. "path-key": "^3.1.0",
  2170. "shebang-command": "^2.0.0",
  2171. "which": "^2.0.1"
  2172. },
  2173. "engines": {
  2174. "node": ">= 8"
  2175. }
  2176. },
  2177. "node_modules/css-functions-list": {
  2178. "version": "3.3.3",
  2179. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.3.3.tgz",
  2180. "integrity": "sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==",
  2181. "dev": true,
  2182. "license": "MIT",
  2183. "engines": {
  2184. "node": ">=12"
  2185. }
  2186. },
  2187. "node_modules/css-tree": {
  2188. "version": "3.2.1",
  2189. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  2190. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  2191. "dev": true,
  2192. "license": "MIT",
  2193. "dependencies": {
  2194. "mdn-data": "2.27.1",
  2195. "source-map-js": "^1.2.1"
  2196. },
  2197. "engines": {
  2198. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2199. }
  2200. },
  2201. "node_modules/cssesc": {
  2202. "version": "3.0.0",
  2203. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2204. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2205. "dev": true,
  2206. "license": "MIT",
  2207. "bin": {
  2208. "cssesc": "bin/cssesc"
  2209. },
  2210. "engines": {
  2211. "node": ">=4"
  2212. }
  2213. },
  2214. "node_modules/csstype": {
  2215. "version": "3.2.3",
  2216. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2217. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2218. "license": "MIT"
  2219. },
  2220. "node_modules/data-view-buffer": {
  2221. "version": "1.0.2",
  2222. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2223. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2224. "license": "MIT",
  2225. "dependencies": {
  2226. "call-bound": "^1.0.3",
  2227. "es-errors": "^1.3.0",
  2228. "is-data-view": "^1.0.2"
  2229. },
  2230. "engines": {
  2231. "node": ">= 0.4"
  2232. },
  2233. "funding": {
  2234. "url": "https://github.com/sponsors/ljharb"
  2235. }
  2236. },
  2237. "node_modules/data-view-byte-length": {
  2238. "version": "1.0.2",
  2239. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2240. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2241. "license": "MIT",
  2242. "dependencies": {
  2243. "call-bound": "^1.0.3",
  2244. "es-errors": "^1.3.0",
  2245. "is-data-view": "^1.0.2"
  2246. },
  2247. "engines": {
  2248. "node": ">= 0.4"
  2249. },
  2250. "funding": {
  2251. "url": "https://github.com/sponsors/inspect-js"
  2252. }
  2253. },
  2254. "node_modules/data-view-byte-offset": {
  2255. "version": "1.0.1",
  2256. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2257. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2258. "license": "MIT",
  2259. "dependencies": {
  2260. "call-bound": "^1.0.2",
  2261. "es-errors": "^1.3.0",
  2262. "is-data-view": "^1.0.1"
  2263. },
  2264. "engines": {
  2265. "node": ">= 0.4"
  2266. },
  2267. "funding": {
  2268. "url": "https://github.com/sponsors/ljharb"
  2269. }
  2270. },
  2271. "node_modules/debug": {
  2272. "version": "4.4.3",
  2273. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2274. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2275. "license": "MIT",
  2276. "dependencies": {
  2277. "ms": "^2.1.3"
  2278. },
  2279. "engines": {
  2280. "node": ">=6.0"
  2281. },
  2282. "peerDependenciesMeta": {
  2283. "supports-color": {
  2284. "optional": true
  2285. }
  2286. }
  2287. },
  2288. "node_modules/deep-is": {
  2289. "version": "0.1.4",
  2290. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2291. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2292. "license": "MIT"
  2293. },
  2294. "node_modules/define-data-property": {
  2295. "version": "1.1.4",
  2296. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  2297. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  2298. "license": "MIT",
  2299. "dependencies": {
  2300. "es-define-property": "^1.0.0",
  2301. "es-errors": "^1.3.0",
  2302. "gopd": "^1.0.1"
  2303. },
  2304. "engines": {
  2305. "node": ">= 0.4"
  2306. },
  2307. "funding": {
  2308. "url": "https://github.com/sponsors/ljharb"
  2309. }
  2310. },
  2311. "node_modules/define-properties": {
  2312. "version": "1.2.1",
  2313. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  2314. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  2315. "license": "MIT",
  2316. "dependencies": {
  2317. "define-data-property": "^1.0.1",
  2318. "has-property-descriptors": "^1.0.0",
  2319. "object-keys": "^1.1.1"
  2320. },
  2321. "engines": {
  2322. "node": ">= 0.4"
  2323. },
  2324. "funding": {
  2325. "url": "https://github.com/sponsors/ljharb"
  2326. }
  2327. },
  2328. "node_modules/detect-libc": {
  2329. "version": "2.1.2",
  2330. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2331. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2332. "license": "Apache-2.0",
  2333. "engines": {
  2334. "node": ">=8"
  2335. }
  2336. },
  2337. "node_modules/doctrine": {
  2338. "version": "3.0.0",
  2339. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  2340. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  2341. "license": "Apache-2.0",
  2342. "dependencies": {
  2343. "esutils": "^2.0.2"
  2344. },
  2345. "engines": {
  2346. "node": ">=6.0.0"
  2347. }
  2348. },
  2349. "node_modules/dunder-proto": {
  2350. "version": "1.0.1",
  2351. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2352. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2353. "license": "MIT",
  2354. "dependencies": {
  2355. "call-bind-apply-helpers": "^1.0.1",
  2356. "es-errors": "^1.3.0",
  2357. "gopd": "^1.2.0"
  2358. },
  2359. "engines": {
  2360. "node": ">= 0.4"
  2361. }
  2362. },
  2363. "node_modules/emoji-regex": {
  2364. "version": "8.0.0",
  2365. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2366. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2367. "dev": true
  2368. },
  2369. "node_modules/entities": {
  2370. "version": "7.0.1",
  2371. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2372. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2373. "license": "BSD-2-Clause",
  2374. "engines": {
  2375. "node": ">=0.12"
  2376. },
  2377. "funding": {
  2378. "url": "https://github.com/fb55/entities?sponsor=1"
  2379. }
  2380. },
  2381. "node_modules/env-paths": {
  2382. "version": "2.2.1",
  2383. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  2384. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  2385. "dev": true,
  2386. "license": "MIT",
  2387. "engines": {
  2388. "node": ">=6"
  2389. }
  2390. },
  2391. "node_modules/error-ex": {
  2392. "version": "1.3.2",
  2393. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  2394. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  2395. "license": "MIT",
  2396. "dependencies": {
  2397. "is-arrayish": "^0.2.1"
  2398. }
  2399. },
  2400. "node_modules/es-abstract": {
  2401. "version": "1.24.0",
  2402. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
  2403. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  2404. "license": "MIT",
  2405. "dependencies": {
  2406. "array-buffer-byte-length": "^1.0.2",
  2407. "arraybuffer.prototype.slice": "^1.0.4",
  2408. "available-typed-arrays": "^1.0.7",
  2409. "call-bind": "^1.0.8",
  2410. "call-bound": "^1.0.4",
  2411. "data-view-buffer": "^1.0.2",
  2412. "data-view-byte-length": "^1.0.2",
  2413. "data-view-byte-offset": "^1.0.1",
  2414. "es-define-property": "^1.0.1",
  2415. "es-errors": "^1.3.0",
  2416. "es-object-atoms": "^1.1.1",
  2417. "es-set-tostringtag": "^2.1.0",
  2418. "es-to-primitive": "^1.3.0",
  2419. "function.prototype.name": "^1.1.8",
  2420. "get-intrinsic": "^1.3.0",
  2421. "get-proto": "^1.0.1",
  2422. "get-symbol-description": "^1.1.0",
  2423. "globalthis": "^1.0.4",
  2424. "gopd": "^1.2.0",
  2425. "has-property-descriptors": "^1.0.2",
  2426. "has-proto": "^1.2.0",
  2427. "has-symbols": "^1.1.0",
  2428. "hasown": "^2.0.2",
  2429. "internal-slot": "^1.1.0",
  2430. "is-array-buffer": "^3.0.5",
  2431. "is-callable": "^1.2.7",
  2432. "is-data-view": "^1.0.2",
  2433. "is-negative-zero": "^2.0.3",
  2434. "is-regex": "^1.2.1",
  2435. "is-set": "^2.0.3",
  2436. "is-shared-array-buffer": "^1.0.4",
  2437. "is-string": "^1.1.1",
  2438. "is-typed-array": "^1.1.15",
  2439. "is-weakref": "^1.1.1",
  2440. "math-intrinsics": "^1.1.0",
  2441. "object-inspect": "^1.13.4",
  2442. "object-keys": "^1.1.1",
  2443. "object.assign": "^4.1.7",
  2444. "own-keys": "^1.0.1",
  2445. "regexp.prototype.flags": "^1.5.4",
  2446. "safe-array-concat": "^1.1.3",
  2447. "safe-push-apply": "^1.0.0",
  2448. "safe-regex-test": "^1.1.0",
  2449. "set-proto": "^1.0.0",
  2450. "stop-iteration-iterator": "^1.1.0",
  2451. "string.prototype.trim": "^1.2.10",
  2452. "string.prototype.trimend": "^1.0.9",
  2453. "string.prototype.trimstart": "^1.0.8",
  2454. "typed-array-buffer": "^1.0.3",
  2455. "typed-array-byte-length": "^1.0.3",
  2456. "typed-array-byte-offset": "^1.0.4",
  2457. "typed-array-length": "^1.0.7",
  2458. "unbox-primitive": "^1.1.0",
  2459. "which-typed-array": "^1.1.19"
  2460. },
  2461. "engines": {
  2462. "node": ">= 0.4"
  2463. },
  2464. "funding": {
  2465. "url": "https://github.com/sponsors/ljharb"
  2466. }
  2467. },
  2468. "node_modules/es-define-property": {
  2469. "version": "1.0.1",
  2470. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  2471. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2472. "license": "MIT",
  2473. "engines": {
  2474. "node": ">= 0.4"
  2475. }
  2476. },
  2477. "node_modules/es-errors": {
  2478. "version": "1.3.0",
  2479. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  2480. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2481. "license": "MIT",
  2482. "engines": {
  2483. "node": ">= 0.4"
  2484. }
  2485. },
  2486. "node_modules/es-iterator-helpers": {
  2487. "version": "1.2.1",
  2488. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  2489. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  2490. "license": "MIT",
  2491. "dependencies": {
  2492. "call-bind": "^1.0.8",
  2493. "call-bound": "^1.0.3",
  2494. "define-properties": "^1.2.1",
  2495. "es-abstract": "^1.23.6",
  2496. "es-errors": "^1.3.0",
  2497. "es-set-tostringtag": "^2.0.3",
  2498. "function-bind": "^1.1.2",
  2499. "get-intrinsic": "^1.2.6",
  2500. "globalthis": "^1.0.4",
  2501. "gopd": "^1.2.0",
  2502. "has-property-descriptors": "^1.0.2",
  2503. "has-proto": "^1.2.0",
  2504. "has-symbols": "^1.1.0",
  2505. "internal-slot": "^1.1.0",
  2506. "iterator.prototype": "^1.1.4",
  2507. "safe-array-concat": "^1.1.3"
  2508. },
  2509. "engines": {
  2510. "node": ">= 0.4"
  2511. }
  2512. },
  2513. "node_modules/es-object-atoms": {
  2514. "version": "1.1.1",
  2515. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2516. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2517. "license": "MIT",
  2518. "dependencies": {
  2519. "es-errors": "^1.3.0"
  2520. },
  2521. "engines": {
  2522. "node": ">= 0.4"
  2523. }
  2524. },
  2525. "node_modules/es-set-tostringtag": {
  2526. "version": "2.1.0",
  2527. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2528. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2529. "license": "MIT",
  2530. "dependencies": {
  2531. "es-errors": "^1.3.0",
  2532. "get-intrinsic": "^1.2.6",
  2533. "has-tostringtag": "^1.0.2",
  2534. "hasown": "^2.0.2"
  2535. },
  2536. "engines": {
  2537. "node": ">= 0.4"
  2538. }
  2539. },
  2540. "node_modules/es-shim-unscopables": {
  2541. "version": "1.1.0",
  2542. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  2543. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  2544. "license": "MIT",
  2545. "dependencies": {
  2546. "hasown": "^2.0.2"
  2547. },
  2548. "engines": {
  2549. "node": ">= 0.4"
  2550. }
  2551. },
  2552. "node_modules/es-to-primitive": {
  2553. "version": "1.3.0",
  2554. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  2555. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "is-callable": "^1.2.7",
  2559. "is-date-object": "^1.0.5",
  2560. "is-symbol": "^1.0.4"
  2561. },
  2562. "engines": {
  2563. "node": ">= 0.4"
  2564. },
  2565. "funding": {
  2566. "url": "https://github.com/sponsors/ljharb"
  2567. }
  2568. },
  2569. "node_modules/esbuild": {
  2570. "version": "0.27.2",
  2571. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
  2572. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  2573. "hasInstallScript": true,
  2574. "license": "MIT",
  2575. "optional": true,
  2576. "peer": true,
  2577. "bin": {
  2578. "esbuild": "bin/esbuild"
  2579. },
  2580. "engines": {
  2581. "node": ">=18"
  2582. },
  2583. "optionalDependencies": {
  2584. "@esbuild/aix-ppc64": "0.27.2",
  2585. "@esbuild/android-arm": "0.27.2",
  2586. "@esbuild/android-arm64": "0.27.2",
  2587. "@esbuild/android-x64": "0.27.2",
  2588. "@esbuild/darwin-arm64": "0.27.2",
  2589. "@esbuild/darwin-x64": "0.27.2",
  2590. "@esbuild/freebsd-arm64": "0.27.2",
  2591. "@esbuild/freebsd-x64": "0.27.2",
  2592. "@esbuild/linux-arm": "0.27.2",
  2593. "@esbuild/linux-arm64": "0.27.2",
  2594. "@esbuild/linux-ia32": "0.27.2",
  2595. "@esbuild/linux-loong64": "0.27.2",
  2596. "@esbuild/linux-mips64el": "0.27.2",
  2597. "@esbuild/linux-ppc64": "0.27.2",
  2598. "@esbuild/linux-riscv64": "0.27.2",
  2599. "@esbuild/linux-s390x": "0.27.2",
  2600. "@esbuild/linux-x64": "0.27.2",
  2601. "@esbuild/netbsd-arm64": "0.27.2",
  2602. "@esbuild/netbsd-x64": "0.27.2",
  2603. "@esbuild/openbsd-arm64": "0.27.2",
  2604. "@esbuild/openbsd-x64": "0.27.2",
  2605. "@esbuild/openharmony-arm64": "0.27.2",
  2606. "@esbuild/sunos-x64": "0.27.2",
  2607. "@esbuild/win32-arm64": "0.27.2",
  2608. "@esbuild/win32-ia32": "0.27.2",
  2609. "@esbuild/win32-x64": "0.27.2"
  2610. }
  2611. },
  2612. "node_modules/escape-string-regexp": {
  2613. "version": "4.0.0",
  2614. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2615. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2616. "license": "MIT",
  2617. "engines": {
  2618. "node": ">=10"
  2619. },
  2620. "funding": {
  2621. "url": "https://github.com/sponsors/sindresorhus"
  2622. }
  2623. },
  2624. "node_modules/eslint": {
  2625. "version": "8.57.1",
  2626. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  2627. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  2628. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  2629. "license": "MIT",
  2630. "dependencies": {
  2631. "@eslint-community/eslint-utils": "^4.2.0",
  2632. "@eslint-community/regexpp": "^4.6.1",
  2633. "@eslint/eslintrc": "^2.1.4",
  2634. "@eslint/js": "8.57.1",
  2635. "@humanwhocodes/config-array": "^0.13.0",
  2636. "@humanwhocodes/module-importer": "^1.0.1",
  2637. "@nodelib/fs.walk": "^1.2.8",
  2638. "@ungap/structured-clone": "^1.2.0",
  2639. "ajv": "^6.12.4",
  2640. "chalk": "^4.0.0",
  2641. "cross-spawn": "^7.0.2",
  2642. "debug": "^4.3.2",
  2643. "doctrine": "^3.0.0",
  2644. "escape-string-regexp": "^4.0.0",
  2645. "eslint-scope": "^7.2.2",
  2646. "eslint-visitor-keys": "^3.4.3",
  2647. "espree": "^9.6.1",
  2648. "esquery": "^1.4.2",
  2649. "esutils": "^2.0.2",
  2650. "fast-deep-equal": "^3.1.3",
  2651. "file-entry-cache": "^6.0.1",
  2652. "find-up": "^5.0.0",
  2653. "glob-parent": "^6.0.2",
  2654. "globals": "^13.19.0",
  2655. "graphemer": "^1.4.0",
  2656. "ignore": "^5.2.0",
  2657. "imurmurhash": "^0.1.4",
  2658. "is-glob": "^4.0.0",
  2659. "is-path-inside": "^3.0.3",
  2660. "js-yaml": "^4.1.0",
  2661. "json-stable-stringify-without-jsonify": "^1.0.1",
  2662. "levn": "^0.4.1",
  2663. "lodash.merge": "^4.6.2",
  2664. "minimatch": "^3.1.2",
  2665. "natural-compare": "^1.4.0",
  2666. "optionator": "^0.9.3",
  2667. "strip-ansi": "^6.0.1",
  2668. "text-table": "^0.2.0"
  2669. },
  2670. "bin": {
  2671. "eslint": "bin/eslint.js"
  2672. },
  2673. "engines": {
  2674. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2675. },
  2676. "funding": {
  2677. "url": "https://opencollective.com/eslint"
  2678. }
  2679. },
  2680. "node_modules/eslint-config-standard": {
  2681. "version": "17.1.0",
  2682. "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
  2683. "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
  2684. "funding": [
  2685. {
  2686. "type": "github",
  2687. "url": "https://github.com/sponsors/feross"
  2688. },
  2689. {
  2690. "type": "patreon",
  2691. "url": "https://www.patreon.com/feross"
  2692. },
  2693. {
  2694. "type": "consulting",
  2695. "url": "https://feross.org/support"
  2696. }
  2697. ],
  2698. "license": "MIT",
  2699. "engines": {
  2700. "node": ">=12.0.0"
  2701. },
  2702. "peerDependencies": {
  2703. "eslint": "^8.0.1",
  2704. "eslint-plugin-import": "^2.25.2",
  2705. "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
  2706. "eslint-plugin-promise": "^6.0.0"
  2707. }
  2708. },
  2709. "node_modules/eslint-config-standard-jsx": {
  2710. "version": "11.0.0",
  2711. "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz",
  2712. "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==",
  2713. "funding": [
  2714. {
  2715. "type": "github",
  2716. "url": "https://github.com/sponsors/feross"
  2717. },
  2718. {
  2719. "type": "patreon",
  2720. "url": "https://www.patreon.com/feross"
  2721. },
  2722. {
  2723. "type": "consulting",
  2724. "url": "https://feross.org/support"
  2725. }
  2726. ],
  2727. "license": "MIT",
  2728. "peerDependencies": {
  2729. "eslint": "^8.8.0",
  2730. "eslint-plugin-react": "^7.28.0"
  2731. }
  2732. },
  2733. "node_modules/eslint-import-resolver-node": {
  2734. "version": "0.3.9",
  2735. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  2736. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  2737. "license": "MIT",
  2738. "dependencies": {
  2739. "debug": "^3.2.7",
  2740. "is-core-module": "^2.13.0",
  2741. "resolve": "^1.22.4"
  2742. }
  2743. },
  2744. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  2745. "version": "3.2.7",
  2746. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2747. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2748. "license": "MIT",
  2749. "dependencies": {
  2750. "ms": "^2.1.1"
  2751. }
  2752. },
  2753. "node_modules/eslint-module-utils": {
  2754. "version": "2.12.1",
  2755. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  2756. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  2757. "license": "MIT",
  2758. "dependencies": {
  2759. "debug": "^3.2.7"
  2760. },
  2761. "engines": {
  2762. "node": ">=4"
  2763. },
  2764. "peerDependenciesMeta": {
  2765. "eslint": {
  2766. "optional": true
  2767. }
  2768. }
  2769. },
  2770. "node_modules/eslint-module-utils/node_modules/debug": {
  2771. "version": "3.2.7",
  2772. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2773. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2774. "license": "MIT",
  2775. "dependencies": {
  2776. "ms": "^2.1.1"
  2777. }
  2778. },
  2779. "node_modules/eslint-plugin-es": {
  2780. "version": "4.1.0",
  2781. "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
  2782. "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
  2783. "license": "MIT",
  2784. "dependencies": {
  2785. "eslint-utils": "^2.0.0",
  2786. "regexpp": "^3.0.0"
  2787. },
  2788. "engines": {
  2789. "node": ">=8.10.0"
  2790. },
  2791. "funding": {
  2792. "url": "https://github.com/sponsors/mysticatea"
  2793. },
  2794. "peerDependencies": {
  2795. "eslint": ">=4.19.1"
  2796. }
  2797. },
  2798. "node_modules/eslint-plugin-es/node_modules/eslint-utils": {
  2799. "version": "2.1.0",
  2800. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  2801. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  2802. "license": "MIT",
  2803. "dependencies": {
  2804. "eslint-visitor-keys": "^1.1.0"
  2805. },
  2806. "engines": {
  2807. "node": ">=6"
  2808. },
  2809. "funding": {
  2810. "url": "https://github.com/sponsors/mysticatea"
  2811. }
  2812. },
  2813. "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
  2814. "version": "1.3.0",
  2815. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  2816. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
  2817. "license": "Apache-2.0",
  2818. "engines": {
  2819. "node": ">=4"
  2820. }
  2821. },
  2822. "node_modules/eslint-plugin-import": {
  2823. "version": "2.32.0",
  2824. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  2825. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  2826. "license": "MIT",
  2827. "dependencies": {
  2828. "@rtsao/scc": "^1.1.0",
  2829. "array-includes": "^3.1.9",
  2830. "array.prototype.findlastindex": "^1.2.6",
  2831. "array.prototype.flat": "^1.3.3",
  2832. "array.prototype.flatmap": "^1.3.3",
  2833. "debug": "^3.2.7",
  2834. "doctrine": "^2.1.0",
  2835. "eslint-import-resolver-node": "^0.3.9",
  2836. "eslint-module-utils": "^2.12.1",
  2837. "hasown": "^2.0.2",
  2838. "is-core-module": "^2.16.1",
  2839. "is-glob": "^4.0.3",
  2840. "minimatch": "^3.1.2",
  2841. "object.fromentries": "^2.0.8",
  2842. "object.groupby": "^1.0.3",
  2843. "object.values": "^1.2.1",
  2844. "semver": "^6.3.1",
  2845. "string.prototype.trimend": "^1.0.9",
  2846. "tsconfig-paths": "^3.15.0"
  2847. },
  2848. "engines": {
  2849. "node": ">=4"
  2850. },
  2851. "peerDependencies": {
  2852. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  2853. }
  2854. },
  2855. "node_modules/eslint-plugin-import/node_modules/debug": {
  2856. "version": "3.2.7",
  2857. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2858. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2859. "license": "MIT",
  2860. "dependencies": {
  2861. "ms": "^2.1.1"
  2862. }
  2863. },
  2864. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  2865. "version": "2.1.0",
  2866. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2867. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2868. "license": "Apache-2.0",
  2869. "dependencies": {
  2870. "esutils": "^2.0.2"
  2871. },
  2872. "engines": {
  2873. "node": ">=0.10.0"
  2874. }
  2875. },
  2876. "node_modules/eslint-plugin-n": {
  2877. "version": "15.7.0",
  2878. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
  2879. "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
  2880. "license": "MIT",
  2881. "dependencies": {
  2882. "builtins": "^5.0.1",
  2883. "eslint-plugin-es": "^4.1.0",
  2884. "eslint-utils": "^3.0.0",
  2885. "ignore": "^5.1.1",
  2886. "is-core-module": "^2.11.0",
  2887. "minimatch": "^3.1.2",
  2888. "resolve": "^1.22.1",
  2889. "semver": "^7.3.8"
  2890. },
  2891. "engines": {
  2892. "node": ">=12.22.0"
  2893. },
  2894. "funding": {
  2895. "url": "https://github.com/sponsors/mysticatea"
  2896. },
  2897. "peerDependencies": {
  2898. "eslint": ">=7.0.0"
  2899. }
  2900. },
  2901. "node_modules/eslint-plugin-n/node_modules/semver": {
  2902. "version": "7.7.3",
  2903. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  2904. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2905. "license": "ISC",
  2906. "bin": {
  2907. "semver": "bin/semver.js"
  2908. },
  2909. "engines": {
  2910. "node": ">=10"
  2911. }
  2912. },
  2913. "node_modules/eslint-plugin-promise": {
  2914. "version": "6.6.0",
  2915. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
  2916. "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
  2917. "license": "ISC",
  2918. "engines": {
  2919. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2920. },
  2921. "funding": {
  2922. "url": "https://opencollective.com/eslint"
  2923. },
  2924. "peerDependencies": {
  2925. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  2926. }
  2927. },
  2928. "node_modules/eslint-plugin-react": {
  2929. "version": "7.37.5",
  2930. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  2931. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  2932. "license": "MIT",
  2933. "dependencies": {
  2934. "array-includes": "^3.1.8",
  2935. "array.prototype.findlast": "^1.2.5",
  2936. "array.prototype.flatmap": "^1.3.3",
  2937. "array.prototype.tosorted": "^1.1.4",
  2938. "doctrine": "^2.1.0",
  2939. "es-iterator-helpers": "^1.2.1",
  2940. "estraverse": "^5.3.0",
  2941. "hasown": "^2.0.2",
  2942. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  2943. "minimatch": "^3.1.2",
  2944. "object.entries": "^1.1.9",
  2945. "object.fromentries": "^2.0.8",
  2946. "object.values": "^1.2.1",
  2947. "prop-types": "^15.8.1",
  2948. "resolve": "^2.0.0-next.5",
  2949. "semver": "^6.3.1",
  2950. "string.prototype.matchall": "^4.0.12",
  2951. "string.prototype.repeat": "^1.0.0"
  2952. },
  2953. "engines": {
  2954. "node": ">=4"
  2955. },
  2956. "peerDependencies": {
  2957. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  2958. }
  2959. },
  2960. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  2961. "version": "2.1.0",
  2962. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2963. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2964. "license": "Apache-2.0",
  2965. "dependencies": {
  2966. "esutils": "^2.0.2"
  2967. },
  2968. "engines": {
  2969. "node": ">=0.10.0"
  2970. }
  2971. },
  2972. "node_modules/eslint-plugin-react/node_modules/resolve": {
  2973. "version": "2.0.0-next.5",
  2974. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  2975. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  2976. "license": "MIT",
  2977. "dependencies": {
  2978. "is-core-module": "^2.13.0",
  2979. "path-parse": "^1.0.7",
  2980. "supports-preserve-symlinks-flag": "^1.0.0"
  2981. },
  2982. "bin": {
  2983. "resolve": "bin/resolve"
  2984. },
  2985. "funding": {
  2986. "url": "https://github.com/sponsors/ljharb"
  2987. }
  2988. },
  2989. "node_modules/eslint-scope": {
  2990. "version": "7.2.2",
  2991. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  2992. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  2993. "license": "BSD-2-Clause",
  2994. "dependencies": {
  2995. "esrecurse": "^4.3.0",
  2996. "estraverse": "^5.2.0"
  2997. },
  2998. "engines": {
  2999. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3000. },
  3001. "funding": {
  3002. "url": "https://opencollective.com/eslint"
  3003. }
  3004. },
  3005. "node_modules/eslint-utils": {
  3006. "version": "3.0.0",
  3007. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  3008. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  3009. "license": "MIT",
  3010. "dependencies": {
  3011. "eslint-visitor-keys": "^2.0.0"
  3012. },
  3013. "engines": {
  3014. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  3015. },
  3016. "funding": {
  3017. "url": "https://github.com/sponsors/mysticatea"
  3018. },
  3019. "peerDependencies": {
  3020. "eslint": ">=5"
  3021. }
  3022. },
  3023. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  3024. "version": "2.1.0",
  3025. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  3026. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  3027. "license": "Apache-2.0",
  3028. "engines": {
  3029. "node": ">=10"
  3030. }
  3031. },
  3032. "node_modules/eslint-visitor-keys": {
  3033. "version": "3.4.3",
  3034. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  3035. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  3036. "license": "Apache-2.0",
  3037. "engines": {
  3038. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3039. },
  3040. "funding": {
  3041. "url": "https://opencollective.com/eslint"
  3042. }
  3043. },
  3044. "node_modules/eslint/node_modules/glob-parent": {
  3045. "version": "6.0.2",
  3046. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3047. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3048. "license": "ISC",
  3049. "dependencies": {
  3050. "is-glob": "^4.0.3"
  3051. },
  3052. "engines": {
  3053. "node": ">=10.13.0"
  3054. }
  3055. },
  3056. "node_modules/espree": {
  3057. "version": "9.6.1",
  3058. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  3059. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  3060. "license": "BSD-2-Clause",
  3061. "dependencies": {
  3062. "acorn": "^8.9.0",
  3063. "acorn-jsx": "^5.3.2",
  3064. "eslint-visitor-keys": "^3.4.1"
  3065. },
  3066. "engines": {
  3067. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3068. },
  3069. "funding": {
  3070. "url": "https://opencollective.com/eslint"
  3071. }
  3072. },
  3073. "node_modules/esquery": {
  3074. "version": "1.6.0",
  3075. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  3076. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3077. "license": "BSD-3-Clause",
  3078. "dependencies": {
  3079. "estraverse": "^5.1.0"
  3080. },
  3081. "engines": {
  3082. "node": ">=0.10"
  3083. }
  3084. },
  3085. "node_modules/esrecurse": {
  3086. "version": "4.3.0",
  3087. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3088. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3089. "license": "BSD-2-Clause",
  3090. "dependencies": {
  3091. "estraverse": "^5.2.0"
  3092. },
  3093. "engines": {
  3094. "node": ">=4.0"
  3095. }
  3096. },
  3097. "node_modules/estraverse": {
  3098. "version": "5.3.0",
  3099. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3100. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3101. "license": "BSD-2-Clause",
  3102. "engines": {
  3103. "node": ">=4.0"
  3104. }
  3105. },
  3106. "node_modules/estree-walker": {
  3107. "version": "2.0.2",
  3108. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3109. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  3110. "license": "MIT"
  3111. },
  3112. "node_modules/esutils": {
  3113. "version": "2.0.3",
  3114. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3115. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3116. "license": "BSD-2-Clause",
  3117. "engines": {
  3118. "node": ">=0.10.0"
  3119. }
  3120. },
  3121. "node_modules/exsolve": {
  3122. "version": "1.0.7",
  3123. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  3124. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  3125. "license": "MIT"
  3126. },
  3127. "node_modules/fast-deep-equal": {
  3128. "version": "3.1.3",
  3129. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3130. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  3131. },
  3132. "node_modules/fast-glob": {
  3133. "version": "3.3.3",
  3134. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  3135. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3136. "dev": true,
  3137. "license": "MIT",
  3138. "dependencies": {
  3139. "@nodelib/fs.stat": "^2.0.2",
  3140. "@nodelib/fs.walk": "^1.2.3",
  3141. "glob-parent": "^5.1.2",
  3142. "merge2": "^1.3.0",
  3143. "micromatch": "^4.0.8"
  3144. },
  3145. "engines": {
  3146. "node": ">=8.6.0"
  3147. }
  3148. },
  3149. "node_modules/fast-json-stable-stringify": {
  3150. "version": "2.1.0",
  3151. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3152. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3153. "license": "MIT"
  3154. },
  3155. "node_modules/fast-levenshtein": {
  3156. "version": "2.0.6",
  3157. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3158. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3159. "license": "MIT"
  3160. },
  3161. "node_modules/fast-uri": {
  3162. "version": "3.1.2",
  3163. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
  3164. "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
  3165. "dev": true,
  3166. "funding": [
  3167. {
  3168. "type": "github",
  3169. "url": "https://github.com/sponsors/fastify"
  3170. },
  3171. {
  3172. "type": "opencollective",
  3173. "url": "https://opencollective.com/fastify"
  3174. }
  3175. ],
  3176. "license": "BSD-3-Clause"
  3177. },
  3178. "node_modules/fastest-levenshtein": {
  3179. "version": "1.0.16",
  3180. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  3181. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  3182. "dev": true,
  3183. "engines": {
  3184. "node": ">= 4.9.1"
  3185. }
  3186. },
  3187. "node_modules/fastq": {
  3188. "version": "1.17.1",
  3189. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  3190. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  3191. "dependencies": {
  3192. "reusify": "^1.0.4"
  3193. }
  3194. },
  3195. "node_modules/femtocrank": {
  3196. "version": "2.5.0",
  3197. "resolved": "https://registry.npmjs.org/femtocrank/-/femtocrank-2.5.0.tgz",
  3198. "integrity": "sha512-plV1HNS/fUzohWJ349kuCBZ3TCfXz7V4F/sY2lVbVWtGXUV+aHxLG6IddAMEf64k2LJ8j0KVrj+nIIKepFaKvg==",
  3199. "license": "AGPL-3.0"
  3200. },
  3201. "node_modules/file-entry-cache": {
  3202. "version": "6.0.1",
  3203. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  3204. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  3205. "license": "MIT",
  3206. "dependencies": {
  3207. "flat-cache": "^3.0.4"
  3208. },
  3209. "engines": {
  3210. "node": "^10.12.0 || >=12.0.0"
  3211. }
  3212. },
  3213. "node_modules/fill-range": {
  3214. "version": "7.1.1",
  3215. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3216. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3217. "dev": true,
  3218. "license": "MIT",
  3219. "dependencies": {
  3220. "to-regex-range": "^5.0.1"
  3221. },
  3222. "engines": {
  3223. "node": ">=8"
  3224. }
  3225. },
  3226. "node_modules/find-up": {
  3227. "version": "5.0.0",
  3228. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3229. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3230. "license": "MIT",
  3231. "dependencies": {
  3232. "locate-path": "^6.0.0",
  3233. "path-exists": "^4.0.0"
  3234. },
  3235. "engines": {
  3236. "node": ">=10"
  3237. },
  3238. "funding": {
  3239. "url": "https://github.com/sponsors/sindresorhus"
  3240. }
  3241. },
  3242. "node_modules/flat-cache": {
  3243. "version": "3.2.0",
  3244. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  3245. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  3246. "license": "MIT",
  3247. "dependencies": {
  3248. "flatted": "^3.2.9",
  3249. "keyv": "^4.5.3",
  3250. "rimraf": "^3.0.2"
  3251. },
  3252. "engines": {
  3253. "node": "^10.12.0 || >=12.0.0"
  3254. }
  3255. },
  3256. "node_modules/flatted": {
  3257. "version": "3.4.2",
  3258. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  3259. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  3260. "license": "ISC"
  3261. },
  3262. "node_modules/for-each": {
  3263. "version": "0.3.5",
  3264. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3265. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3266. "license": "MIT",
  3267. "dependencies": {
  3268. "is-callable": "^1.2.7"
  3269. },
  3270. "engines": {
  3271. "node": ">= 0.4"
  3272. },
  3273. "funding": {
  3274. "url": "https://github.com/sponsors/ljharb"
  3275. }
  3276. },
  3277. "node_modules/fs.realpath": {
  3278. "version": "1.0.0",
  3279. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  3280. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  3281. "license": "ISC"
  3282. },
  3283. "node_modules/fsevents": {
  3284. "version": "2.3.3",
  3285. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3286. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3287. "hasInstallScript": true,
  3288. "license": "MIT",
  3289. "optional": true,
  3290. "os": [
  3291. "darwin"
  3292. ],
  3293. "engines": {
  3294. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3295. }
  3296. },
  3297. "node_modules/function-bind": {
  3298. "version": "1.1.2",
  3299. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3300. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3301. "license": "MIT",
  3302. "funding": {
  3303. "url": "https://github.com/sponsors/ljharb"
  3304. }
  3305. },
  3306. "node_modules/function.prototype.name": {
  3307. "version": "1.1.8",
  3308. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  3309. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  3310. "license": "MIT",
  3311. "dependencies": {
  3312. "call-bind": "^1.0.8",
  3313. "call-bound": "^1.0.3",
  3314. "define-properties": "^1.2.1",
  3315. "functions-have-names": "^1.2.3",
  3316. "hasown": "^2.0.2",
  3317. "is-callable": "^1.2.7"
  3318. },
  3319. "engines": {
  3320. "node": ">= 0.4"
  3321. },
  3322. "funding": {
  3323. "url": "https://github.com/sponsors/ljharb"
  3324. }
  3325. },
  3326. "node_modules/functions-have-names": {
  3327. "version": "1.2.3",
  3328. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3329. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3330. "license": "MIT",
  3331. "funding": {
  3332. "url": "https://github.com/sponsors/ljharb"
  3333. }
  3334. },
  3335. "node_modules/generator-function": {
  3336. "version": "2.0.1",
  3337. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  3338. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3339. "license": "MIT",
  3340. "engines": {
  3341. "node": ">= 0.4"
  3342. }
  3343. },
  3344. "node_modules/get-east-asian-width": {
  3345. "version": "1.6.0",
  3346. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
  3347. "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
  3348. "dev": true,
  3349. "license": "MIT",
  3350. "engines": {
  3351. "node": ">=18"
  3352. },
  3353. "funding": {
  3354. "url": "https://github.com/sponsors/sindresorhus"
  3355. }
  3356. },
  3357. "node_modules/get-intrinsic": {
  3358. "version": "1.3.0",
  3359. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3360. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3361. "license": "MIT",
  3362. "dependencies": {
  3363. "call-bind-apply-helpers": "^1.0.2",
  3364. "es-define-property": "^1.0.1",
  3365. "es-errors": "^1.3.0",
  3366. "es-object-atoms": "^1.1.1",
  3367. "function-bind": "^1.1.2",
  3368. "get-proto": "^1.0.1",
  3369. "gopd": "^1.2.0",
  3370. "has-symbols": "^1.1.0",
  3371. "hasown": "^2.0.2",
  3372. "math-intrinsics": "^1.1.0"
  3373. },
  3374. "engines": {
  3375. "node": ">= 0.4"
  3376. },
  3377. "funding": {
  3378. "url": "https://github.com/sponsors/ljharb"
  3379. }
  3380. },
  3381. "node_modules/get-proto": {
  3382. "version": "1.0.1",
  3383. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3384. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3385. "license": "MIT",
  3386. "dependencies": {
  3387. "dunder-proto": "^1.0.1",
  3388. "es-object-atoms": "^1.0.0"
  3389. },
  3390. "engines": {
  3391. "node": ">= 0.4"
  3392. }
  3393. },
  3394. "node_modules/get-stdin": {
  3395. "version": "8.0.0",
  3396. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  3397. "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  3398. "license": "MIT",
  3399. "engines": {
  3400. "node": ">=10"
  3401. },
  3402. "funding": {
  3403. "url": "https://github.com/sponsors/sindresorhus"
  3404. }
  3405. },
  3406. "node_modules/get-symbol-description": {
  3407. "version": "1.1.0",
  3408. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3409. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3410. "license": "MIT",
  3411. "dependencies": {
  3412. "call-bound": "^1.0.3",
  3413. "es-errors": "^1.3.0",
  3414. "get-intrinsic": "^1.2.6"
  3415. },
  3416. "engines": {
  3417. "node": ">= 0.4"
  3418. },
  3419. "funding": {
  3420. "url": "https://github.com/sponsors/ljharb"
  3421. }
  3422. },
  3423. "node_modules/glob": {
  3424. "version": "7.2.3",
  3425. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  3426. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3427. "deprecated": "Glob versions prior to v9 are no longer supported",
  3428. "license": "ISC",
  3429. "dependencies": {
  3430. "fs.realpath": "^1.0.0",
  3431. "inflight": "^1.0.4",
  3432. "inherits": "2",
  3433. "minimatch": "^3.1.1",
  3434. "once": "^1.3.0",
  3435. "path-is-absolute": "^1.0.0"
  3436. },
  3437. "engines": {
  3438. "node": "*"
  3439. },
  3440. "funding": {
  3441. "url": "https://github.com/sponsors/isaacs"
  3442. }
  3443. },
  3444. "node_modules/glob-parent": {
  3445. "version": "5.1.2",
  3446. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3447. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3448. "dev": true,
  3449. "license": "ISC",
  3450. "dependencies": {
  3451. "is-glob": "^4.0.1"
  3452. },
  3453. "engines": {
  3454. "node": ">= 6"
  3455. }
  3456. },
  3457. "node_modules/global-modules": {
  3458. "version": "2.0.0",
  3459. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  3460. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  3461. "dev": true,
  3462. "dependencies": {
  3463. "global-prefix": "^3.0.0"
  3464. },
  3465. "engines": {
  3466. "node": ">=6"
  3467. }
  3468. },
  3469. "node_modules/global-prefix": {
  3470. "version": "3.0.0",
  3471. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  3472. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  3473. "dev": true,
  3474. "dependencies": {
  3475. "ini": "^1.3.5",
  3476. "kind-of": "^6.0.2",
  3477. "which": "^1.3.1"
  3478. },
  3479. "engines": {
  3480. "node": ">=6"
  3481. }
  3482. },
  3483. "node_modules/global-prefix/node_modules/which": {
  3484. "version": "1.3.1",
  3485. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  3486. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  3487. "dev": true,
  3488. "dependencies": {
  3489. "isexe": "^2.0.0"
  3490. },
  3491. "bin": {
  3492. "which": "bin/which"
  3493. }
  3494. },
  3495. "node_modules/globals": {
  3496. "version": "13.24.0",
  3497. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  3498. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  3499. "license": "MIT",
  3500. "dependencies": {
  3501. "type-fest": "^0.20.2"
  3502. },
  3503. "engines": {
  3504. "node": ">=8"
  3505. },
  3506. "funding": {
  3507. "url": "https://github.com/sponsors/sindresorhus"
  3508. }
  3509. },
  3510. "node_modules/globalthis": {
  3511. "version": "1.0.4",
  3512. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  3513. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  3514. "license": "MIT",
  3515. "dependencies": {
  3516. "define-properties": "^1.2.1",
  3517. "gopd": "^1.0.1"
  3518. },
  3519. "engines": {
  3520. "node": ">= 0.4"
  3521. },
  3522. "funding": {
  3523. "url": "https://github.com/sponsors/ljharb"
  3524. }
  3525. },
  3526. "node_modules/globby": {
  3527. "version": "16.2.0",
  3528. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  3529. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  3530. "dev": true,
  3531. "license": "MIT",
  3532. "dependencies": {
  3533. "@sindresorhus/merge-streams": "^4.0.0",
  3534. "fast-glob": "^3.3.3",
  3535. "ignore": "^7.0.5",
  3536. "is-path-inside": "^4.0.0",
  3537. "slash": "^5.1.0",
  3538. "unicorn-magic": "^0.4.0"
  3539. },
  3540. "engines": {
  3541. "node": ">=20"
  3542. },
  3543. "funding": {
  3544. "url": "https://github.com/sponsors/sindresorhus"
  3545. }
  3546. },
  3547. "node_modules/globby/node_modules/ignore": {
  3548. "version": "7.0.5",
  3549. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  3550. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  3551. "dev": true,
  3552. "license": "MIT",
  3553. "engines": {
  3554. "node": ">= 4"
  3555. }
  3556. },
  3557. "node_modules/globby/node_modules/is-path-inside": {
  3558. "version": "4.0.0",
  3559. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  3560. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  3561. "dev": true,
  3562. "license": "MIT",
  3563. "engines": {
  3564. "node": ">=12"
  3565. },
  3566. "funding": {
  3567. "url": "https://github.com/sponsors/sindresorhus"
  3568. }
  3569. },
  3570. "node_modules/globjoin": {
  3571. "version": "0.1.4",
  3572. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  3573. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  3574. "dev": true
  3575. },
  3576. "node_modules/gopd": {
  3577. "version": "1.2.0",
  3578. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  3579. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3580. "license": "MIT",
  3581. "engines": {
  3582. "node": ">= 0.4"
  3583. },
  3584. "funding": {
  3585. "url": "https://github.com/sponsors/ljharb"
  3586. }
  3587. },
  3588. "node_modules/graceful-fs": {
  3589. "version": "4.2.11",
  3590. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3591. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3592. "license": "ISC"
  3593. },
  3594. "node_modules/graphemer": {
  3595. "version": "1.4.0",
  3596. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  3597. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  3598. "license": "MIT"
  3599. },
  3600. "node_modules/has-bigints": {
  3601. "version": "1.1.0",
  3602. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  3603. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  3604. "license": "MIT",
  3605. "engines": {
  3606. "node": ">= 0.4"
  3607. },
  3608. "funding": {
  3609. "url": "https://github.com/sponsors/ljharb"
  3610. }
  3611. },
  3612. "node_modules/has-flag": {
  3613. "version": "4.0.0",
  3614. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3615. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3616. "engines": {
  3617. "node": ">=8"
  3618. }
  3619. },
  3620. "node_modules/has-property-descriptors": {
  3621. "version": "1.0.2",
  3622. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  3623. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  3624. "license": "MIT",
  3625. "dependencies": {
  3626. "es-define-property": "^1.0.0"
  3627. },
  3628. "funding": {
  3629. "url": "https://github.com/sponsors/ljharb"
  3630. }
  3631. },
  3632. "node_modules/has-proto": {
  3633. "version": "1.2.0",
  3634. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  3635. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  3636. "license": "MIT",
  3637. "dependencies": {
  3638. "dunder-proto": "^1.0.0"
  3639. },
  3640. "engines": {
  3641. "node": ">= 0.4"
  3642. },
  3643. "funding": {
  3644. "url": "https://github.com/sponsors/ljharb"
  3645. }
  3646. },
  3647. "node_modules/has-symbols": {
  3648. "version": "1.1.0",
  3649. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  3650. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3651. "license": "MIT",
  3652. "engines": {
  3653. "node": ">= 0.4"
  3654. },
  3655. "funding": {
  3656. "url": "https://github.com/sponsors/ljharb"
  3657. }
  3658. },
  3659. "node_modules/has-tostringtag": {
  3660. "version": "1.0.2",
  3661. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3662. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3663. "license": "MIT",
  3664. "dependencies": {
  3665. "has-symbols": "^1.0.3"
  3666. },
  3667. "engines": {
  3668. "node": ">= 0.4"
  3669. },
  3670. "funding": {
  3671. "url": "https://github.com/sponsors/ljharb"
  3672. }
  3673. },
  3674. "node_modules/hashery": {
  3675. "version": "1.4.0",
  3676. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.4.0.tgz",
  3677. "integrity": "sha512-Wn2i1In6XFxl8Az55kkgnFRiAlIAushzh26PTjL2AKtQcEfXrcLa7Hn5QOWGZEf3LU057P9TwwZjFyxfS1VuvQ==",
  3678. "dev": true,
  3679. "license": "MIT",
  3680. "dependencies": {
  3681. "hookified": "^1.14.0"
  3682. },
  3683. "engines": {
  3684. "node": ">=20"
  3685. }
  3686. },
  3687. "node_modules/hasown": {
  3688. "version": "2.0.2",
  3689. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3690. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3691. "license": "MIT",
  3692. "dependencies": {
  3693. "function-bind": "^1.1.2"
  3694. },
  3695. "engines": {
  3696. "node": ">= 0.4"
  3697. }
  3698. },
  3699. "node_modules/hookable": {
  3700. "version": "5.5.3",
  3701. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  3702. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3703. "license": "MIT"
  3704. },
  3705. "node_modules/hookified": {
  3706. "version": "1.15.1",
  3707. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz",
  3708. "integrity": "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==",
  3709. "dev": true,
  3710. "license": "MIT"
  3711. },
  3712. "node_modules/html-tags": {
  3713. "version": "5.1.0",
  3714. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-5.1.0.tgz",
  3715. "integrity": "sha512-n6l5uca7/y5joxZ3LUePhzmBFUJ+U2YWzhMa8XUTecSeSlQiZdF5XAd/Q3/WUl0VsXgUwWi8I7CNIwdI5WN1SQ==",
  3716. "dev": true,
  3717. "license": "MIT",
  3718. "engines": {
  3719. "node": ">=20.10"
  3720. },
  3721. "funding": {
  3722. "url": "https://github.com/sponsors/sindresorhus"
  3723. }
  3724. },
  3725. "node_modules/iconify-icon": {
  3726. "version": "3.0.2",
  3727. "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-3.0.2.tgz",
  3728. "integrity": "sha512-DYPAumiUeUeT/GHT8x2wrAVKn1FqZJqFH0Y5pBefapWRreV1BBvqBVMb0020YQ2njmbR59r/IathL2d2OrDrxA==",
  3729. "license": "MIT",
  3730. "dependencies": {
  3731. "@iconify/types": "^2.0.0"
  3732. },
  3733. "funding": {
  3734. "url": "https://github.com/sponsors/cyberalien"
  3735. }
  3736. },
  3737. "node_modules/ignore": {
  3738. "version": "5.3.2",
  3739. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3740. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3741. "license": "MIT",
  3742. "engines": {
  3743. "node": ">= 4"
  3744. }
  3745. },
  3746. "node_modules/import-fresh": {
  3747. "version": "3.3.0",
  3748. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  3749. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  3750. "dependencies": {
  3751. "parent-module": "^1.0.0",
  3752. "resolve-from": "^4.0.0"
  3753. },
  3754. "engines": {
  3755. "node": ">=6"
  3756. },
  3757. "funding": {
  3758. "url": "https://github.com/sponsors/sindresorhus"
  3759. }
  3760. },
  3761. "node_modules/import-meta-resolve": {
  3762. "version": "4.2.0",
  3763. "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
  3764. "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
  3765. "dev": true,
  3766. "license": "MIT",
  3767. "funding": {
  3768. "type": "github",
  3769. "url": "https://github.com/sponsors/wooorm"
  3770. }
  3771. },
  3772. "node_modules/imurmurhash": {
  3773. "version": "0.1.4",
  3774. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3775. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3776. "engines": {
  3777. "node": ">=0.8.19"
  3778. }
  3779. },
  3780. "node_modules/inflight": {
  3781. "version": "1.0.6",
  3782. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  3783. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  3784. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  3785. "license": "ISC",
  3786. "dependencies": {
  3787. "once": "^1.3.0",
  3788. "wrappy": "1"
  3789. }
  3790. },
  3791. "node_modules/inherits": {
  3792. "version": "2.0.4",
  3793. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  3794. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  3795. "license": "ISC"
  3796. },
  3797. "node_modules/ini": {
  3798. "version": "1.3.8",
  3799. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  3800. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  3801. "dev": true
  3802. },
  3803. "node_modules/internal-slot": {
  3804. "version": "1.1.0",
  3805. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  3806. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  3807. "license": "MIT",
  3808. "dependencies": {
  3809. "es-errors": "^1.3.0",
  3810. "hasown": "^2.0.2",
  3811. "side-channel": "^1.1.0"
  3812. },
  3813. "engines": {
  3814. "node": ">= 0.4"
  3815. }
  3816. },
  3817. "node_modules/is-array-buffer": {
  3818. "version": "3.0.5",
  3819. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  3820. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  3821. "license": "MIT",
  3822. "dependencies": {
  3823. "call-bind": "^1.0.8",
  3824. "call-bound": "^1.0.3",
  3825. "get-intrinsic": "^1.2.6"
  3826. },
  3827. "engines": {
  3828. "node": ">= 0.4"
  3829. },
  3830. "funding": {
  3831. "url": "https://github.com/sponsors/ljharb"
  3832. }
  3833. },
  3834. "node_modules/is-arrayish": {
  3835. "version": "0.2.1",
  3836. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  3837. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  3838. "license": "MIT"
  3839. },
  3840. "node_modules/is-async-function": {
  3841. "version": "2.1.1",
  3842. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  3843. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  3844. "license": "MIT",
  3845. "dependencies": {
  3846. "async-function": "^1.0.0",
  3847. "call-bound": "^1.0.3",
  3848. "get-proto": "^1.0.1",
  3849. "has-tostringtag": "^1.0.2",
  3850. "safe-regex-test": "^1.1.0"
  3851. },
  3852. "engines": {
  3853. "node": ">= 0.4"
  3854. },
  3855. "funding": {
  3856. "url": "https://github.com/sponsors/ljharb"
  3857. }
  3858. },
  3859. "node_modules/is-bigint": {
  3860. "version": "1.1.0",
  3861. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  3862. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  3863. "license": "MIT",
  3864. "dependencies": {
  3865. "has-bigints": "^1.0.2"
  3866. },
  3867. "engines": {
  3868. "node": ">= 0.4"
  3869. },
  3870. "funding": {
  3871. "url": "https://github.com/sponsors/ljharb"
  3872. }
  3873. },
  3874. "node_modules/is-boolean-object": {
  3875. "version": "1.2.2",
  3876. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  3877. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  3878. "license": "MIT",
  3879. "dependencies": {
  3880. "call-bound": "^1.0.3",
  3881. "has-tostringtag": "^1.0.2"
  3882. },
  3883. "engines": {
  3884. "node": ">= 0.4"
  3885. },
  3886. "funding": {
  3887. "url": "https://github.com/sponsors/ljharb"
  3888. }
  3889. },
  3890. "node_modules/is-callable": {
  3891. "version": "1.2.7",
  3892. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  3893. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  3894. "license": "MIT",
  3895. "engines": {
  3896. "node": ">= 0.4"
  3897. },
  3898. "funding": {
  3899. "url": "https://github.com/sponsors/ljharb"
  3900. }
  3901. },
  3902. "node_modules/is-core-module": {
  3903. "version": "2.16.1",
  3904. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  3905. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  3906. "license": "MIT",
  3907. "dependencies": {
  3908. "hasown": "^2.0.2"
  3909. },
  3910. "engines": {
  3911. "node": ">= 0.4"
  3912. },
  3913. "funding": {
  3914. "url": "https://github.com/sponsors/ljharb"
  3915. }
  3916. },
  3917. "node_modules/is-data-view": {
  3918. "version": "1.0.2",
  3919. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  3920. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  3921. "license": "MIT",
  3922. "dependencies": {
  3923. "call-bound": "^1.0.2",
  3924. "get-intrinsic": "^1.2.6",
  3925. "is-typed-array": "^1.1.13"
  3926. },
  3927. "engines": {
  3928. "node": ">= 0.4"
  3929. },
  3930. "funding": {
  3931. "url": "https://github.com/sponsors/ljharb"
  3932. }
  3933. },
  3934. "node_modules/is-date-object": {
  3935. "version": "1.1.0",
  3936. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  3937. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  3938. "license": "MIT",
  3939. "dependencies": {
  3940. "call-bound": "^1.0.2",
  3941. "has-tostringtag": "^1.0.2"
  3942. },
  3943. "engines": {
  3944. "node": ">= 0.4"
  3945. },
  3946. "funding": {
  3947. "url": "https://github.com/sponsors/ljharb"
  3948. }
  3949. },
  3950. "node_modules/is-extglob": {
  3951. "version": "2.1.1",
  3952. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3953. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3954. "engines": {
  3955. "node": ">=0.10.0"
  3956. }
  3957. },
  3958. "node_modules/is-finalizationregistry": {
  3959. "version": "1.1.1",
  3960. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  3961. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  3962. "license": "MIT",
  3963. "dependencies": {
  3964. "call-bound": "^1.0.3"
  3965. },
  3966. "engines": {
  3967. "node": ">= 0.4"
  3968. },
  3969. "funding": {
  3970. "url": "https://github.com/sponsors/ljharb"
  3971. }
  3972. },
  3973. "node_modules/is-fullwidth-code-point": {
  3974. "version": "3.0.0",
  3975. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3976. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3977. "dev": true,
  3978. "engines": {
  3979. "node": ">=8"
  3980. }
  3981. },
  3982. "node_modules/is-generator-function": {
  3983. "version": "1.1.2",
  3984. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  3985. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  3986. "license": "MIT",
  3987. "dependencies": {
  3988. "call-bound": "^1.0.4",
  3989. "generator-function": "^2.0.0",
  3990. "get-proto": "^1.0.1",
  3991. "has-tostringtag": "^1.0.2",
  3992. "safe-regex-test": "^1.1.0"
  3993. },
  3994. "engines": {
  3995. "node": ">= 0.4"
  3996. },
  3997. "funding": {
  3998. "url": "https://github.com/sponsors/ljharb"
  3999. }
  4000. },
  4001. "node_modules/is-glob": {
  4002. "version": "4.0.3",
  4003. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4004. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4005. "dependencies": {
  4006. "is-extglob": "^2.1.1"
  4007. },
  4008. "engines": {
  4009. "node": ">=0.10.0"
  4010. }
  4011. },
  4012. "node_modules/is-map": {
  4013. "version": "2.0.3",
  4014. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  4015. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4016. "license": "MIT",
  4017. "engines": {
  4018. "node": ">= 0.4"
  4019. },
  4020. "funding": {
  4021. "url": "https://github.com/sponsors/ljharb"
  4022. }
  4023. },
  4024. "node_modules/is-negative-zero": {
  4025. "version": "2.0.3",
  4026. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4027. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4028. "license": "MIT",
  4029. "engines": {
  4030. "node": ">= 0.4"
  4031. },
  4032. "funding": {
  4033. "url": "https://github.com/sponsors/ljharb"
  4034. }
  4035. },
  4036. "node_modules/is-number": {
  4037. "version": "7.0.0",
  4038. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4039. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4040. "dev": true,
  4041. "license": "MIT",
  4042. "engines": {
  4043. "node": ">=0.12.0"
  4044. }
  4045. },
  4046. "node_modules/is-number-object": {
  4047. "version": "1.1.1",
  4048. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  4049. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4050. "license": "MIT",
  4051. "dependencies": {
  4052. "call-bound": "^1.0.3",
  4053. "has-tostringtag": "^1.0.2"
  4054. },
  4055. "engines": {
  4056. "node": ">= 0.4"
  4057. },
  4058. "funding": {
  4059. "url": "https://github.com/sponsors/ljharb"
  4060. }
  4061. },
  4062. "node_modules/is-path-inside": {
  4063. "version": "3.0.3",
  4064. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  4065. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  4066. "license": "MIT",
  4067. "engines": {
  4068. "node": ">=8"
  4069. }
  4070. },
  4071. "node_modules/is-regex": {
  4072. "version": "1.2.1",
  4073. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4074. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4075. "license": "MIT",
  4076. "dependencies": {
  4077. "call-bound": "^1.0.2",
  4078. "gopd": "^1.2.0",
  4079. "has-tostringtag": "^1.0.2",
  4080. "hasown": "^2.0.2"
  4081. },
  4082. "engines": {
  4083. "node": ">= 0.4"
  4084. },
  4085. "funding": {
  4086. "url": "https://github.com/sponsors/ljharb"
  4087. }
  4088. },
  4089. "node_modules/is-set": {
  4090. "version": "2.0.3",
  4091. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4092. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4093. "license": "MIT",
  4094. "engines": {
  4095. "node": ">= 0.4"
  4096. },
  4097. "funding": {
  4098. "url": "https://github.com/sponsors/ljharb"
  4099. }
  4100. },
  4101. "node_modules/is-shared-array-buffer": {
  4102. "version": "1.0.4",
  4103. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4104. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4105. "license": "MIT",
  4106. "dependencies": {
  4107. "call-bound": "^1.0.3"
  4108. },
  4109. "engines": {
  4110. "node": ">= 0.4"
  4111. },
  4112. "funding": {
  4113. "url": "https://github.com/sponsors/ljharb"
  4114. }
  4115. },
  4116. "node_modules/is-string": {
  4117. "version": "1.1.1",
  4118. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4119. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4120. "license": "MIT",
  4121. "dependencies": {
  4122. "call-bound": "^1.0.3",
  4123. "has-tostringtag": "^1.0.2"
  4124. },
  4125. "engines": {
  4126. "node": ">= 0.4"
  4127. },
  4128. "funding": {
  4129. "url": "https://github.com/sponsors/ljharb"
  4130. }
  4131. },
  4132. "node_modules/is-symbol": {
  4133. "version": "1.1.1",
  4134. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4135. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4136. "license": "MIT",
  4137. "dependencies": {
  4138. "call-bound": "^1.0.2",
  4139. "has-symbols": "^1.1.0",
  4140. "safe-regex-test": "^1.1.0"
  4141. },
  4142. "engines": {
  4143. "node": ">= 0.4"
  4144. },
  4145. "funding": {
  4146. "url": "https://github.com/sponsors/ljharb"
  4147. }
  4148. },
  4149. "node_modules/is-typed-array": {
  4150. "version": "1.1.15",
  4151. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4152. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4153. "license": "MIT",
  4154. "dependencies": {
  4155. "which-typed-array": "^1.1.16"
  4156. },
  4157. "engines": {
  4158. "node": ">= 0.4"
  4159. },
  4160. "funding": {
  4161. "url": "https://github.com/sponsors/ljharb"
  4162. }
  4163. },
  4164. "node_modules/is-weakmap": {
  4165. "version": "2.0.2",
  4166. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4167. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4168. "license": "MIT",
  4169. "engines": {
  4170. "node": ">= 0.4"
  4171. },
  4172. "funding": {
  4173. "url": "https://github.com/sponsors/ljharb"
  4174. }
  4175. },
  4176. "node_modules/is-weakref": {
  4177. "version": "1.1.1",
  4178. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  4179. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4180. "license": "MIT",
  4181. "dependencies": {
  4182. "call-bound": "^1.0.3"
  4183. },
  4184. "engines": {
  4185. "node": ">= 0.4"
  4186. },
  4187. "funding": {
  4188. "url": "https://github.com/sponsors/ljharb"
  4189. }
  4190. },
  4191. "node_modules/is-weakset": {
  4192. "version": "2.0.4",
  4193. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  4194. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4195. "license": "MIT",
  4196. "dependencies": {
  4197. "call-bound": "^1.0.3",
  4198. "get-intrinsic": "^1.2.6"
  4199. },
  4200. "engines": {
  4201. "node": ">= 0.4"
  4202. },
  4203. "funding": {
  4204. "url": "https://github.com/sponsors/ljharb"
  4205. }
  4206. },
  4207. "node_modules/isarray": {
  4208. "version": "2.0.5",
  4209. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  4210. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4211. "license": "MIT"
  4212. },
  4213. "node_modules/isexe": {
  4214. "version": "2.0.0",
  4215. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4216. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  4217. },
  4218. "node_modules/iterator.prototype": {
  4219. "version": "1.1.5",
  4220. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4221. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4222. "license": "MIT",
  4223. "dependencies": {
  4224. "define-data-property": "^1.1.4",
  4225. "es-object-atoms": "^1.0.0",
  4226. "get-intrinsic": "^1.2.6",
  4227. "get-proto": "^1.0.0",
  4228. "has-symbols": "^1.1.0",
  4229. "set-function-name": "^2.0.2"
  4230. },
  4231. "engines": {
  4232. "node": ">= 0.4"
  4233. }
  4234. },
  4235. "node_modules/js-tokens": {
  4236. "version": "4.0.0",
  4237. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4238. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  4239. },
  4240. "node_modules/js-yaml": {
  4241. "version": "4.1.1",
  4242. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  4243. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  4244. "license": "MIT",
  4245. "dependencies": {
  4246. "argparse": "^2.0.1"
  4247. },
  4248. "bin": {
  4249. "js-yaml": "bin/js-yaml.js"
  4250. }
  4251. },
  4252. "node_modules/jsesc": {
  4253. "version": "3.1.0",
  4254. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4255. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4256. "license": "MIT",
  4257. "bin": {
  4258. "jsesc": "bin/jsesc"
  4259. },
  4260. "engines": {
  4261. "node": ">=6"
  4262. }
  4263. },
  4264. "node_modules/json-buffer": {
  4265. "version": "3.0.1",
  4266. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4267. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4268. "license": "MIT"
  4269. },
  4270. "node_modules/json-parse-better-errors": {
  4271. "version": "1.0.2",
  4272. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  4273. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  4274. "license": "MIT"
  4275. },
  4276. "node_modules/json-parse-even-better-errors": {
  4277. "version": "2.3.1",
  4278. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  4279. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  4280. "dev": true,
  4281. "license": "MIT"
  4282. },
  4283. "node_modules/json-schema-traverse": {
  4284. "version": "0.4.1",
  4285. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4286. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4287. "license": "MIT"
  4288. },
  4289. "node_modules/json-stable-stringify-without-jsonify": {
  4290. "version": "1.0.1",
  4291. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4292. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4293. "license": "MIT"
  4294. },
  4295. "node_modules/json5": {
  4296. "version": "1.0.2",
  4297. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  4298. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  4299. "license": "MIT",
  4300. "dependencies": {
  4301. "minimist": "^1.2.0"
  4302. },
  4303. "bin": {
  4304. "json5": "lib/cli.js"
  4305. }
  4306. },
  4307. "node_modules/jsx-ast-utils": {
  4308. "version": "3.3.5",
  4309. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4310. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4311. "license": "MIT",
  4312. "dependencies": {
  4313. "array-includes": "^3.1.6",
  4314. "array.prototype.flat": "^1.3.1",
  4315. "object.assign": "^4.1.4",
  4316. "object.values": "^1.1.6"
  4317. },
  4318. "engines": {
  4319. "node": ">=4.0"
  4320. }
  4321. },
  4322. "node_modules/keyv": {
  4323. "version": "4.5.4",
  4324. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4325. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4326. "license": "MIT",
  4327. "dependencies": {
  4328. "json-buffer": "3.0.1"
  4329. }
  4330. },
  4331. "node_modules/kind-of": {
  4332. "version": "6.0.3",
  4333. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  4334. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  4335. "dev": true,
  4336. "engines": {
  4337. "node": ">=0.10.0"
  4338. }
  4339. },
  4340. "node_modules/levn": {
  4341. "version": "0.4.1",
  4342. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4343. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4344. "license": "MIT",
  4345. "dependencies": {
  4346. "prelude-ls": "^1.2.1",
  4347. "type-check": "~0.4.0"
  4348. },
  4349. "engines": {
  4350. "node": ">= 0.8.0"
  4351. }
  4352. },
  4353. "node_modules/lightningcss": {
  4354. "version": "1.32.0",
  4355. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  4356. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  4357. "license": "MPL-2.0",
  4358. "dependencies": {
  4359. "detect-libc": "^2.0.3"
  4360. },
  4361. "engines": {
  4362. "node": ">= 12.0.0"
  4363. },
  4364. "funding": {
  4365. "type": "opencollective",
  4366. "url": "https://opencollective.com/parcel"
  4367. },
  4368. "optionalDependencies": {
  4369. "lightningcss-android-arm64": "1.32.0",
  4370. "lightningcss-darwin-arm64": "1.32.0",
  4371. "lightningcss-darwin-x64": "1.32.0",
  4372. "lightningcss-freebsd-x64": "1.32.0",
  4373. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  4374. "lightningcss-linux-arm64-gnu": "1.32.0",
  4375. "lightningcss-linux-arm64-musl": "1.32.0",
  4376. "lightningcss-linux-x64-gnu": "1.32.0",
  4377. "lightningcss-linux-x64-musl": "1.32.0",
  4378. "lightningcss-win32-arm64-msvc": "1.32.0",
  4379. "lightningcss-win32-x64-msvc": "1.32.0"
  4380. }
  4381. },
  4382. "node_modules/lightningcss-android-arm64": {
  4383. "version": "1.32.0",
  4384. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  4385. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  4386. "cpu": [
  4387. "arm64"
  4388. ],
  4389. "license": "MPL-2.0",
  4390. "optional": true,
  4391. "os": [
  4392. "android"
  4393. ],
  4394. "engines": {
  4395. "node": ">= 12.0.0"
  4396. },
  4397. "funding": {
  4398. "type": "opencollective",
  4399. "url": "https://opencollective.com/parcel"
  4400. }
  4401. },
  4402. "node_modules/lightningcss-darwin-arm64": {
  4403. "version": "1.32.0",
  4404. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  4405. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  4406. "cpu": [
  4407. "arm64"
  4408. ],
  4409. "license": "MPL-2.0",
  4410. "optional": true,
  4411. "os": [
  4412. "darwin"
  4413. ],
  4414. "engines": {
  4415. "node": ">= 12.0.0"
  4416. },
  4417. "funding": {
  4418. "type": "opencollective",
  4419. "url": "https://opencollective.com/parcel"
  4420. }
  4421. },
  4422. "node_modules/lightningcss-darwin-x64": {
  4423. "version": "1.32.0",
  4424. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  4425. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  4426. "cpu": [
  4427. "x64"
  4428. ],
  4429. "license": "MPL-2.0",
  4430. "optional": true,
  4431. "os": [
  4432. "darwin"
  4433. ],
  4434. "engines": {
  4435. "node": ">= 12.0.0"
  4436. },
  4437. "funding": {
  4438. "type": "opencollective",
  4439. "url": "https://opencollective.com/parcel"
  4440. }
  4441. },
  4442. "node_modules/lightningcss-freebsd-x64": {
  4443. "version": "1.32.0",
  4444. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  4445. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  4446. "cpu": [
  4447. "x64"
  4448. ],
  4449. "license": "MPL-2.0",
  4450. "optional": true,
  4451. "os": [
  4452. "freebsd"
  4453. ],
  4454. "engines": {
  4455. "node": ">= 12.0.0"
  4456. },
  4457. "funding": {
  4458. "type": "opencollective",
  4459. "url": "https://opencollective.com/parcel"
  4460. }
  4461. },
  4462. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4463. "version": "1.32.0",
  4464. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  4465. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  4466. "cpu": [
  4467. "arm"
  4468. ],
  4469. "license": "MPL-2.0",
  4470. "optional": true,
  4471. "os": [
  4472. "linux"
  4473. ],
  4474. "engines": {
  4475. "node": ">= 12.0.0"
  4476. },
  4477. "funding": {
  4478. "type": "opencollective",
  4479. "url": "https://opencollective.com/parcel"
  4480. }
  4481. },
  4482. "node_modules/lightningcss-linux-arm64-gnu": {
  4483. "version": "1.32.0",
  4484. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  4485. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  4486. "cpu": [
  4487. "arm64"
  4488. ],
  4489. "license": "MPL-2.0",
  4490. "optional": true,
  4491. "os": [
  4492. "linux"
  4493. ],
  4494. "engines": {
  4495. "node": ">= 12.0.0"
  4496. },
  4497. "funding": {
  4498. "type": "opencollective",
  4499. "url": "https://opencollective.com/parcel"
  4500. }
  4501. },
  4502. "node_modules/lightningcss-linux-arm64-musl": {
  4503. "version": "1.32.0",
  4504. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  4505. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  4506. "cpu": [
  4507. "arm64"
  4508. ],
  4509. "license": "MPL-2.0",
  4510. "optional": true,
  4511. "os": [
  4512. "linux"
  4513. ],
  4514. "engines": {
  4515. "node": ">= 12.0.0"
  4516. },
  4517. "funding": {
  4518. "type": "opencollective",
  4519. "url": "https://opencollective.com/parcel"
  4520. }
  4521. },
  4522. "node_modules/lightningcss-linux-x64-gnu": {
  4523. "version": "1.32.0",
  4524. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  4525. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  4526. "cpu": [
  4527. "x64"
  4528. ],
  4529. "license": "MPL-2.0",
  4530. "optional": true,
  4531. "os": [
  4532. "linux"
  4533. ],
  4534. "engines": {
  4535. "node": ">= 12.0.0"
  4536. },
  4537. "funding": {
  4538. "type": "opencollective",
  4539. "url": "https://opencollective.com/parcel"
  4540. }
  4541. },
  4542. "node_modules/lightningcss-linux-x64-musl": {
  4543. "version": "1.32.0",
  4544. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  4545. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  4546. "cpu": [
  4547. "x64"
  4548. ],
  4549. "license": "MPL-2.0",
  4550. "optional": true,
  4551. "os": [
  4552. "linux"
  4553. ],
  4554. "engines": {
  4555. "node": ">= 12.0.0"
  4556. },
  4557. "funding": {
  4558. "type": "opencollective",
  4559. "url": "https://opencollective.com/parcel"
  4560. }
  4561. },
  4562. "node_modules/lightningcss-win32-arm64-msvc": {
  4563. "version": "1.32.0",
  4564. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  4565. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  4566. "cpu": [
  4567. "arm64"
  4568. ],
  4569. "license": "MPL-2.0",
  4570. "optional": true,
  4571. "os": [
  4572. "win32"
  4573. ],
  4574. "engines": {
  4575. "node": ">= 12.0.0"
  4576. },
  4577. "funding": {
  4578. "type": "opencollective",
  4579. "url": "https://opencollective.com/parcel"
  4580. }
  4581. },
  4582. "node_modules/lightningcss-win32-x64-msvc": {
  4583. "version": "1.32.0",
  4584. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  4585. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  4586. "cpu": [
  4587. "x64"
  4588. ],
  4589. "license": "MPL-2.0",
  4590. "optional": true,
  4591. "os": [
  4592. "win32"
  4593. ],
  4594. "engines": {
  4595. "node": ">= 12.0.0"
  4596. },
  4597. "funding": {
  4598. "type": "opencollective",
  4599. "url": "https://opencollective.com/parcel"
  4600. }
  4601. },
  4602. "node_modules/lines-and-columns": {
  4603. "version": "1.2.4",
  4604. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4605. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4606. "dev": true,
  4607. "license": "MIT"
  4608. },
  4609. "node_modules/load-json-file": {
  4610. "version": "5.3.0",
  4611. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  4612. "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  4613. "license": "MIT",
  4614. "dependencies": {
  4615. "graceful-fs": "^4.1.15",
  4616. "parse-json": "^4.0.0",
  4617. "pify": "^4.0.1",
  4618. "strip-bom": "^3.0.0",
  4619. "type-fest": "^0.3.0"
  4620. },
  4621. "engines": {
  4622. "node": ">=6"
  4623. }
  4624. },
  4625. "node_modules/load-json-file/node_modules/parse-json": {
  4626. "version": "4.0.0",
  4627. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  4628. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  4629. "license": "MIT",
  4630. "dependencies": {
  4631. "error-ex": "^1.3.1",
  4632. "json-parse-better-errors": "^1.0.1"
  4633. },
  4634. "engines": {
  4635. "node": ">=4"
  4636. }
  4637. },
  4638. "node_modules/load-json-file/node_modules/type-fest": {
  4639. "version": "0.3.1",
  4640. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  4641. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
  4642. "license": "(MIT OR CC0-1.0)",
  4643. "engines": {
  4644. "node": ">=6"
  4645. }
  4646. },
  4647. "node_modules/local-pkg": {
  4648. "version": "1.1.2",
  4649. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  4650. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  4651. "license": "MIT",
  4652. "dependencies": {
  4653. "mlly": "^1.7.4",
  4654. "pkg-types": "^2.3.0",
  4655. "quansync": "^0.2.11"
  4656. },
  4657. "engines": {
  4658. "node": ">=14"
  4659. },
  4660. "funding": {
  4661. "url": "https://github.com/sponsors/antfu"
  4662. }
  4663. },
  4664. "node_modules/locate-path": {
  4665. "version": "6.0.0",
  4666. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4667. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4668. "license": "MIT",
  4669. "dependencies": {
  4670. "p-locate": "^5.0.0"
  4671. },
  4672. "engines": {
  4673. "node": ">=10"
  4674. },
  4675. "funding": {
  4676. "url": "https://github.com/sponsors/sindresorhus"
  4677. }
  4678. },
  4679. "node_modules/lodash.merge": {
  4680. "version": "4.6.2",
  4681. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4682. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4683. "license": "MIT"
  4684. },
  4685. "node_modules/lodash.truncate": {
  4686. "version": "4.4.2",
  4687. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  4688. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  4689. "dev": true
  4690. },
  4691. "node_modules/loose-envify": {
  4692. "version": "1.4.0",
  4693. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4694. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4695. "license": "MIT",
  4696. "dependencies": {
  4697. "js-tokens": "^3.0.0 || ^4.0.0"
  4698. },
  4699. "bin": {
  4700. "loose-envify": "cli.js"
  4701. }
  4702. },
  4703. "node_modules/magic-string": {
  4704. "version": "0.30.21",
  4705. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  4706. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4707. "license": "MIT",
  4708. "dependencies": {
  4709. "@jridgewell/sourcemap-codec": "^1.5.5"
  4710. }
  4711. },
  4712. "node_modules/magic-string-ast": {
  4713. "version": "1.0.3",
  4714. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  4715. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  4716. "license": "MIT",
  4717. "dependencies": {
  4718. "magic-string": "^0.30.19"
  4719. },
  4720. "engines": {
  4721. "node": ">=20.19.0"
  4722. },
  4723. "funding": {
  4724. "url": "https://github.com/sponsors/sxzz"
  4725. }
  4726. },
  4727. "node_modules/math-intrinsics": {
  4728. "version": "1.1.0",
  4729. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4730. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4731. "license": "MIT",
  4732. "engines": {
  4733. "node": ">= 0.4"
  4734. }
  4735. },
  4736. "node_modules/mathml-tag-names": {
  4737. "version": "4.0.0",
  4738. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-4.0.0.tgz",
  4739. "integrity": "sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==",
  4740. "dev": true,
  4741. "license": "MIT",
  4742. "funding": {
  4743. "type": "github",
  4744. "url": "https://github.com/sponsors/wooorm"
  4745. }
  4746. },
  4747. "node_modules/mdn-data": {
  4748. "version": "2.27.1",
  4749. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  4750. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  4751. "dev": true,
  4752. "license": "CC0-1.0"
  4753. },
  4754. "node_modules/meow": {
  4755. "version": "14.1.0",
  4756. "resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz",
  4757. "integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==",
  4758. "dev": true,
  4759. "license": "MIT",
  4760. "engines": {
  4761. "node": ">=20"
  4762. },
  4763. "funding": {
  4764. "url": "https://github.com/sponsors/sindresorhus"
  4765. }
  4766. },
  4767. "node_modules/merge2": {
  4768. "version": "1.4.1",
  4769. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  4770. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4771. "dev": true,
  4772. "license": "MIT",
  4773. "engines": {
  4774. "node": ">= 8"
  4775. }
  4776. },
  4777. "node_modules/micromatch": {
  4778. "version": "4.0.8",
  4779. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  4780. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4781. "dev": true,
  4782. "license": "MIT",
  4783. "dependencies": {
  4784. "braces": "^3.0.3",
  4785. "picomatch": "^2.3.1"
  4786. },
  4787. "engines": {
  4788. "node": ">=8.6"
  4789. }
  4790. },
  4791. "node_modules/minimatch": {
  4792. "version": "3.1.5",
  4793. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  4794. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  4795. "license": "ISC",
  4796. "dependencies": {
  4797. "brace-expansion": "^1.1.7"
  4798. },
  4799. "engines": {
  4800. "node": "*"
  4801. }
  4802. },
  4803. "node_modules/minimist": {
  4804. "version": "1.2.8",
  4805. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  4806. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  4807. "license": "MIT",
  4808. "funding": {
  4809. "url": "https://github.com/sponsors/ljharb"
  4810. }
  4811. },
  4812. "node_modules/mlly": {
  4813. "version": "1.8.2",
  4814. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  4815. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  4816. "license": "MIT",
  4817. "dependencies": {
  4818. "acorn": "^8.16.0",
  4819. "pathe": "^2.0.3",
  4820. "pkg-types": "^1.3.1",
  4821. "ufo": "^1.6.3"
  4822. }
  4823. },
  4824. "node_modules/mlly/node_modules/confbox": {
  4825. "version": "0.1.8",
  4826. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  4827. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  4828. "license": "MIT"
  4829. },
  4830. "node_modules/mlly/node_modules/pkg-types": {
  4831. "version": "1.3.1",
  4832. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  4833. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  4834. "license": "MIT",
  4835. "dependencies": {
  4836. "confbox": "^0.1.8",
  4837. "mlly": "^1.7.4",
  4838. "pathe": "^2.0.1"
  4839. }
  4840. },
  4841. "node_modules/ms": {
  4842. "version": "2.1.3",
  4843. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  4844. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4845. "license": "MIT"
  4846. },
  4847. "node_modules/muggle-string": {
  4848. "version": "0.4.1",
  4849. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  4850. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  4851. "license": "MIT"
  4852. },
  4853. "node_modules/nanoid": {
  4854. "version": "3.3.11",
  4855. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  4856. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  4857. "funding": [
  4858. {
  4859. "type": "github",
  4860. "url": "https://github.com/sponsors/ai"
  4861. }
  4862. ],
  4863. "license": "MIT",
  4864. "bin": {
  4865. "nanoid": "bin/nanoid.cjs"
  4866. },
  4867. "engines": {
  4868. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4869. }
  4870. },
  4871. "node_modules/natural-compare": {
  4872. "version": "1.4.0",
  4873. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  4874. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4875. "license": "MIT"
  4876. },
  4877. "node_modules/normalize-path": {
  4878. "version": "3.0.0",
  4879. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4880. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4881. "dev": true,
  4882. "engines": {
  4883. "node": ">=0.10.0"
  4884. }
  4885. },
  4886. "node_modules/object-assign": {
  4887. "version": "4.1.1",
  4888. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  4889. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  4890. "license": "MIT",
  4891. "engines": {
  4892. "node": ">=0.10.0"
  4893. }
  4894. },
  4895. "node_modules/object-inspect": {
  4896. "version": "1.13.4",
  4897. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  4898. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  4899. "license": "MIT",
  4900. "engines": {
  4901. "node": ">= 0.4"
  4902. },
  4903. "funding": {
  4904. "url": "https://github.com/sponsors/ljharb"
  4905. }
  4906. },
  4907. "node_modules/object-keys": {
  4908. "version": "1.1.1",
  4909. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  4910. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  4911. "license": "MIT",
  4912. "engines": {
  4913. "node": ">= 0.4"
  4914. }
  4915. },
  4916. "node_modules/object.assign": {
  4917. "version": "4.1.7",
  4918. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  4919. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  4920. "license": "MIT",
  4921. "dependencies": {
  4922. "call-bind": "^1.0.8",
  4923. "call-bound": "^1.0.3",
  4924. "define-properties": "^1.2.1",
  4925. "es-object-atoms": "^1.0.0",
  4926. "has-symbols": "^1.1.0",
  4927. "object-keys": "^1.1.1"
  4928. },
  4929. "engines": {
  4930. "node": ">= 0.4"
  4931. },
  4932. "funding": {
  4933. "url": "https://github.com/sponsors/ljharb"
  4934. }
  4935. },
  4936. "node_modules/object.entries": {
  4937. "version": "1.1.9",
  4938. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  4939. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  4940. "license": "MIT",
  4941. "dependencies": {
  4942. "call-bind": "^1.0.8",
  4943. "call-bound": "^1.0.4",
  4944. "define-properties": "^1.2.1",
  4945. "es-object-atoms": "^1.1.1"
  4946. },
  4947. "engines": {
  4948. "node": ">= 0.4"
  4949. }
  4950. },
  4951. "node_modules/object.fromentries": {
  4952. "version": "2.0.8",
  4953. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  4954. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  4955. "license": "MIT",
  4956. "dependencies": {
  4957. "call-bind": "^1.0.7",
  4958. "define-properties": "^1.2.1",
  4959. "es-abstract": "^1.23.2",
  4960. "es-object-atoms": "^1.0.0"
  4961. },
  4962. "engines": {
  4963. "node": ">= 0.4"
  4964. },
  4965. "funding": {
  4966. "url": "https://github.com/sponsors/ljharb"
  4967. }
  4968. },
  4969. "node_modules/object.groupby": {
  4970. "version": "1.0.3",
  4971. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  4972. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  4973. "license": "MIT",
  4974. "dependencies": {
  4975. "call-bind": "^1.0.7",
  4976. "define-properties": "^1.2.1",
  4977. "es-abstract": "^1.23.2"
  4978. },
  4979. "engines": {
  4980. "node": ">= 0.4"
  4981. }
  4982. },
  4983. "node_modules/object.values": {
  4984. "version": "1.2.1",
  4985. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  4986. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  4987. "license": "MIT",
  4988. "dependencies": {
  4989. "call-bind": "^1.0.8",
  4990. "call-bound": "^1.0.3",
  4991. "define-properties": "^1.2.1",
  4992. "es-object-atoms": "^1.0.0"
  4993. },
  4994. "engines": {
  4995. "node": ">= 0.4"
  4996. },
  4997. "funding": {
  4998. "url": "https://github.com/sponsors/ljharb"
  4999. }
  5000. },
  5001. "node_modules/obug": {
  5002. "version": "2.1.1",
  5003. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  5004. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  5005. "funding": [
  5006. "https://github.com/sponsors/sxzz",
  5007. "https://opencollective.com/debug"
  5008. ],
  5009. "license": "MIT"
  5010. },
  5011. "node_modules/once": {
  5012. "version": "1.4.0",
  5013. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  5014. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5015. "license": "ISC",
  5016. "dependencies": {
  5017. "wrappy": "1"
  5018. }
  5019. },
  5020. "node_modules/optionator": {
  5021. "version": "0.9.4",
  5022. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5023. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5024. "license": "MIT",
  5025. "dependencies": {
  5026. "deep-is": "^0.1.3",
  5027. "fast-levenshtein": "^2.0.6",
  5028. "levn": "^0.4.1",
  5029. "prelude-ls": "^1.2.1",
  5030. "type-check": "^0.4.0",
  5031. "word-wrap": "^1.2.5"
  5032. },
  5033. "engines": {
  5034. "node": ">= 0.8.0"
  5035. }
  5036. },
  5037. "node_modules/own-keys": {
  5038. "version": "1.0.1",
  5039. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  5040. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  5041. "license": "MIT",
  5042. "dependencies": {
  5043. "get-intrinsic": "^1.2.6",
  5044. "object-keys": "^1.1.1",
  5045. "safe-push-apply": "^1.0.0"
  5046. },
  5047. "engines": {
  5048. "node": ">= 0.4"
  5049. },
  5050. "funding": {
  5051. "url": "https://github.com/sponsors/ljharb"
  5052. }
  5053. },
  5054. "node_modules/p-limit": {
  5055. "version": "3.1.0",
  5056. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5057. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5058. "license": "MIT",
  5059. "dependencies": {
  5060. "yocto-queue": "^0.1.0"
  5061. },
  5062. "engines": {
  5063. "node": ">=10"
  5064. },
  5065. "funding": {
  5066. "url": "https://github.com/sponsors/sindresorhus"
  5067. }
  5068. },
  5069. "node_modules/p-locate": {
  5070. "version": "5.0.0",
  5071. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5072. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5073. "license": "MIT",
  5074. "dependencies": {
  5075. "p-limit": "^3.0.2"
  5076. },
  5077. "engines": {
  5078. "node": ">=10"
  5079. },
  5080. "funding": {
  5081. "url": "https://github.com/sponsors/sindresorhus"
  5082. }
  5083. },
  5084. "node_modules/p-try": {
  5085. "version": "2.2.0",
  5086. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  5087. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  5088. "license": "MIT",
  5089. "engines": {
  5090. "node": ">=6"
  5091. }
  5092. },
  5093. "node_modules/parent-module": {
  5094. "version": "1.0.1",
  5095. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5096. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5097. "dependencies": {
  5098. "callsites": "^3.0.0"
  5099. },
  5100. "engines": {
  5101. "node": ">=6"
  5102. }
  5103. },
  5104. "node_modules/parse-json": {
  5105. "version": "5.2.0",
  5106. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  5107. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  5108. "dev": true,
  5109. "license": "MIT",
  5110. "dependencies": {
  5111. "@babel/code-frame": "^7.0.0",
  5112. "error-ex": "^1.3.1",
  5113. "json-parse-even-better-errors": "^2.3.0",
  5114. "lines-and-columns": "^1.1.6"
  5115. },
  5116. "engines": {
  5117. "node": ">=8"
  5118. },
  5119. "funding": {
  5120. "url": "https://github.com/sponsors/sindresorhus"
  5121. }
  5122. },
  5123. "node_modules/path-exists": {
  5124. "version": "4.0.0",
  5125. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5126. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5127. "license": "MIT",
  5128. "engines": {
  5129. "node": ">=8"
  5130. }
  5131. },
  5132. "node_modules/path-is-absolute": {
  5133. "version": "1.0.1",
  5134. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  5135. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  5136. "license": "MIT",
  5137. "engines": {
  5138. "node": ">=0.10.0"
  5139. }
  5140. },
  5141. "node_modules/path-key": {
  5142. "version": "3.1.1",
  5143. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5144. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5145. "license": "MIT",
  5146. "engines": {
  5147. "node": ">=8"
  5148. }
  5149. },
  5150. "node_modules/path-parse": {
  5151. "version": "1.0.7",
  5152. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5153. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5154. "license": "MIT"
  5155. },
  5156. "node_modules/pathe": {
  5157. "version": "2.0.3",
  5158. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  5159. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  5160. "license": "MIT"
  5161. },
  5162. "node_modules/perfect-debounce": {
  5163. "version": "2.1.0",
  5164. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5165. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5166. "license": "MIT"
  5167. },
  5168. "node_modules/picocolors": {
  5169. "version": "1.1.1",
  5170. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5171. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5172. "license": "ISC"
  5173. },
  5174. "node_modules/picocrank": {
  5175. "version": "1.15.0",
  5176. "resolved": "https://registry.npmjs.org/picocrank/-/picocrank-1.15.0.tgz",
  5177. "integrity": "sha512-nKqKYTcM7ypVgiILtiBluueLrP3yJ8bcCnGUPxovbNJsZz8Y3V+poqQbKGrx9mMTHzj1qHgHxzJXqy4jwpojzA==",
  5178. "license": "ISC",
  5179. "dependencies": {
  5180. "@hugeicons/core-free-icons": "^4.1.1",
  5181. "@hugeicons/vue": "^1.0.5",
  5182. "@vitejs/plugin-vue": "^6.0.6",
  5183. "femtocrank": "^2.5.0",
  5184. "unplugin-vue-components": "^32.0.0",
  5185. "vite": "^8.0.10",
  5186. "vue": "^3.5.33",
  5187. "vue-router": "^5.0.6"
  5188. }
  5189. },
  5190. "node_modules/picomatch": {
  5191. "version": "2.3.2",
  5192. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5193. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5194. "dev": true,
  5195. "license": "MIT",
  5196. "engines": {
  5197. "node": ">=8.6"
  5198. },
  5199. "funding": {
  5200. "url": "https://github.com/sponsors/jonschlinkert"
  5201. }
  5202. },
  5203. "node_modules/pify": {
  5204. "version": "4.0.1",
  5205. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  5206. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  5207. "license": "MIT",
  5208. "engines": {
  5209. "node": ">=6"
  5210. }
  5211. },
  5212. "node_modules/pkg-conf": {
  5213. "version": "3.1.0",
  5214. "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
  5215. "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
  5216. "license": "MIT",
  5217. "dependencies": {
  5218. "find-up": "^3.0.0",
  5219. "load-json-file": "^5.2.0"
  5220. },
  5221. "engines": {
  5222. "node": ">=6"
  5223. }
  5224. },
  5225. "node_modules/pkg-conf/node_modules/find-up": {
  5226. "version": "3.0.0",
  5227. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  5228. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  5229. "license": "MIT",
  5230. "dependencies": {
  5231. "locate-path": "^3.0.0"
  5232. },
  5233. "engines": {
  5234. "node": ">=6"
  5235. }
  5236. },
  5237. "node_modules/pkg-conf/node_modules/locate-path": {
  5238. "version": "3.0.0",
  5239. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  5240. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  5241. "license": "MIT",
  5242. "dependencies": {
  5243. "p-locate": "^3.0.0",
  5244. "path-exists": "^3.0.0"
  5245. },
  5246. "engines": {
  5247. "node": ">=6"
  5248. }
  5249. },
  5250. "node_modules/pkg-conf/node_modules/p-limit": {
  5251. "version": "2.3.0",
  5252. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  5253. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  5254. "license": "MIT",
  5255. "dependencies": {
  5256. "p-try": "^2.0.0"
  5257. },
  5258. "engines": {
  5259. "node": ">=6"
  5260. },
  5261. "funding": {
  5262. "url": "https://github.com/sponsors/sindresorhus"
  5263. }
  5264. },
  5265. "node_modules/pkg-conf/node_modules/p-locate": {
  5266. "version": "3.0.0",
  5267. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  5268. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  5269. "license": "MIT",
  5270. "dependencies": {
  5271. "p-limit": "^2.0.0"
  5272. },
  5273. "engines": {
  5274. "node": ">=6"
  5275. }
  5276. },
  5277. "node_modules/pkg-conf/node_modules/path-exists": {
  5278. "version": "3.0.0",
  5279. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  5280. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  5281. "license": "MIT",
  5282. "engines": {
  5283. "node": ">=4"
  5284. }
  5285. },
  5286. "node_modules/pkg-types": {
  5287. "version": "2.3.0",
  5288. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  5289. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  5290. "license": "MIT",
  5291. "dependencies": {
  5292. "confbox": "^0.2.2",
  5293. "exsolve": "^1.0.7",
  5294. "pathe": "^2.0.3"
  5295. }
  5296. },
  5297. "node_modules/possible-typed-array-names": {
  5298. "version": "1.1.0",
  5299. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5300. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5301. "license": "MIT",
  5302. "engines": {
  5303. "node": ">= 0.4"
  5304. }
  5305. },
  5306. "node_modules/postcss": {
  5307. "version": "8.5.14",
  5308. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
  5309. "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
  5310. "funding": [
  5311. {
  5312. "type": "opencollective",
  5313. "url": "https://opencollective.com/postcss/"
  5314. },
  5315. {
  5316. "type": "tidelift",
  5317. "url": "https://tidelift.com/funding/github/npm/postcss"
  5318. },
  5319. {
  5320. "type": "github",
  5321. "url": "https://github.com/sponsors/ai"
  5322. }
  5323. ],
  5324. "license": "MIT",
  5325. "dependencies": {
  5326. "nanoid": "^3.3.11",
  5327. "picocolors": "^1.1.1",
  5328. "source-map-js": "^1.2.1"
  5329. },
  5330. "engines": {
  5331. "node": "^10 || ^12 || >=14"
  5332. }
  5333. },
  5334. "node_modules/postcss-safe-parser": {
  5335. "version": "7.0.1",
  5336. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  5337. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  5338. "dev": true,
  5339. "funding": [
  5340. {
  5341. "type": "opencollective",
  5342. "url": "https://opencollective.com/postcss/"
  5343. },
  5344. {
  5345. "type": "tidelift",
  5346. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  5347. },
  5348. {
  5349. "type": "github",
  5350. "url": "https://github.com/sponsors/ai"
  5351. }
  5352. ],
  5353. "license": "MIT",
  5354. "engines": {
  5355. "node": ">=18.0"
  5356. },
  5357. "peerDependencies": {
  5358. "postcss": "^8.4.31"
  5359. }
  5360. },
  5361. "node_modules/postcss-selector-parser": {
  5362. "version": "7.1.1",
  5363. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  5364. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  5365. "dev": true,
  5366. "license": "MIT",
  5367. "dependencies": {
  5368. "cssesc": "^3.0.0",
  5369. "util-deprecate": "^1.0.2"
  5370. },
  5371. "engines": {
  5372. "node": ">=4"
  5373. }
  5374. },
  5375. "node_modules/postcss-value-parser": {
  5376. "version": "4.2.0",
  5377. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  5378. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  5379. "dev": true
  5380. },
  5381. "node_modules/prelude-ls": {
  5382. "version": "1.2.1",
  5383. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5384. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5385. "license": "MIT",
  5386. "engines": {
  5387. "node": ">= 0.8.0"
  5388. }
  5389. },
  5390. "node_modules/process": {
  5391. "version": "0.11.10",
  5392. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  5393. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  5394. "dev": true,
  5395. "engines": {
  5396. "node": ">= 0.6.0"
  5397. }
  5398. },
  5399. "node_modules/prop-types": {
  5400. "version": "15.8.1",
  5401. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5402. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5403. "license": "MIT",
  5404. "dependencies": {
  5405. "loose-envify": "^1.4.0",
  5406. "object-assign": "^4.1.1",
  5407. "react-is": "^16.13.1"
  5408. }
  5409. },
  5410. "node_modules/punycode": {
  5411. "version": "2.3.1",
  5412. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5413. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5414. "engines": {
  5415. "node": ">=6"
  5416. }
  5417. },
  5418. "node_modules/qified": {
  5419. "version": "0.6.0",
  5420. "resolved": "https://registry.npmjs.org/qified/-/qified-0.6.0.tgz",
  5421. "integrity": "sha512-tsSGN1x3h569ZSU1u6diwhltLyfUWDp3YbFHedapTmpBl0B3P6U3+Qptg7xu+v+1io1EwhdPyyRHYbEw0KN2FA==",
  5422. "dev": true,
  5423. "license": "MIT",
  5424. "dependencies": {
  5425. "hookified": "^1.14.0"
  5426. },
  5427. "engines": {
  5428. "node": ">=20"
  5429. }
  5430. },
  5431. "node_modules/quansync": {
  5432. "version": "0.2.11",
  5433. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  5434. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  5435. "funding": [
  5436. {
  5437. "type": "individual",
  5438. "url": "https://github.com/sponsors/antfu"
  5439. },
  5440. {
  5441. "type": "individual",
  5442. "url": "https://github.com/sponsors/sxzz"
  5443. }
  5444. ],
  5445. "license": "MIT"
  5446. },
  5447. "node_modules/queue-microtask": {
  5448. "version": "1.2.3",
  5449. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5450. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5451. "funding": [
  5452. {
  5453. "type": "github",
  5454. "url": "https://github.com/sponsors/feross"
  5455. },
  5456. {
  5457. "type": "patreon",
  5458. "url": "https://www.patreon.com/feross"
  5459. },
  5460. {
  5461. "type": "consulting",
  5462. "url": "https://feross.org/support"
  5463. }
  5464. ]
  5465. },
  5466. "node_modules/react-is": {
  5467. "version": "16.13.1",
  5468. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5469. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5470. "license": "MIT"
  5471. },
  5472. "node_modules/readdirp": {
  5473. "version": "5.0.0",
  5474. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5475. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5476. "license": "MIT",
  5477. "engines": {
  5478. "node": ">= 20.19.0"
  5479. },
  5480. "funding": {
  5481. "type": "individual",
  5482. "url": "https://paulmillr.com/funding/"
  5483. }
  5484. },
  5485. "node_modules/reflect.getprototypeof": {
  5486. "version": "1.0.10",
  5487. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5488. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5489. "license": "MIT",
  5490. "dependencies": {
  5491. "call-bind": "^1.0.8",
  5492. "define-properties": "^1.2.1",
  5493. "es-abstract": "^1.23.9",
  5494. "es-errors": "^1.3.0",
  5495. "es-object-atoms": "^1.0.0",
  5496. "get-intrinsic": "^1.2.7",
  5497. "get-proto": "^1.0.1",
  5498. "which-builtin-type": "^1.2.1"
  5499. },
  5500. "engines": {
  5501. "node": ">= 0.4"
  5502. },
  5503. "funding": {
  5504. "url": "https://github.com/sponsors/ljharb"
  5505. }
  5506. },
  5507. "node_modules/regexp.prototype.flags": {
  5508. "version": "1.5.4",
  5509. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5510. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5511. "license": "MIT",
  5512. "dependencies": {
  5513. "call-bind": "^1.0.8",
  5514. "define-properties": "^1.2.1",
  5515. "es-errors": "^1.3.0",
  5516. "get-proto": "^1.0.1",
  5517. "gopd": "^1.2.0",
  5518. "set-function-name": "^2.0.2"
  5519. },
  5520. "engines": {
  5521. "node": ">= 0.4"
  5522. },
  5523. "funding": {
  5524. "url": "https://github.com/sponsors/ljharb"
  5525. }
  5526. },
  5527. "node_modules/regexpp": {
  5528. "version": "3.2.0",
  5529. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  5530. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  5531. "license": "MIT",
  5532. "engines": {
  5533. "node": ">=8"
  5534. },
  5535. "funding": {
  5536. "url": "https://github.com/sponsors/mysticatea"
  5537. }
  5538. },
  5539. "node_modules/require-from-string": {
  5540. "version": "2.0.2",
  5541. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  5542. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  5543. "dev": true,
  5544. "engines": {
  5545. "node": ">=0.10.0"
  5546. }
  5547. },
  5548. "node_modules/resolve": {
  5549. "version": "1.22.11",
  5550. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  5551. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  5552. "license": "MIT",
  5553. "dependencies": {
  5554. "is-core-module": "^2.16.1",
  5555. "path-parse": "^1.0.7",
  5556. "supports-preserve-symlinks-flag": "^1.0.0"
  5557. },
  5558. "bin": {
  5559. "resolve": "bin/resolve"
  5560. },
  5561. "engines": {
  5562. "node": ">= 0.4"
  5563. },
  5564. "funding": {
  5565. "url": "https://github.com/sponsors/ljharb"
  5566. }
  5567. },
  5568. "node_modules/resolve-from": {
  5569. "version": "4.0.0",
  5570. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5571. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5572. "engines": {
  5573. "node": ">=4"
  5574. }
  5575. },
  5576. "node_modules/reusify": {
  5577. "version": "1.0.4",
  5578. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  5579. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  5580. "engines": {
  5581. "iojs": ">=1.0.0",
  5582. "node": ">=0.10.0"
  5583. }
  5584. },
  5585. "node_modules/rimraf": {
  5586. "version": "3.0.2",
  5587. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  5588. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  5589. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  5590. "license": "ISC",
  5591. "dependencies": {
  5592. "glob": "^7.1.3"
  5593. },
  5594. "bin": {
  5595. "rimraf": "bin.js"
  5596. },
  5597. "funding": {
  5598. "url": "https://github.com/sponsors/isaacs"
  5599. }
  5600. },
  5601. "node_modules/rolldown": {
  5602. "version": "1.0.1",
  5603. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.1.tgz",
  5604. "integrity": "sha512-X0KQHljNnEkWNqqiz9zJrGunh1B0HgOxLXvnFpCOcadzcy5qohZ3tqMEUg00vncoRovXuK3ZqCT9KnnKzoInFQ==",
  5605. "license": "MIT",
  5606. "dependencies": {
  5607. "@oxc-project/types": "=0.130.0",
  5608. "@rolldown/pluginutils": "^1.0.0"
  5609. },
  5610. "bin": {
  5611. "rolldown": "bin/cli.mjs"
  5612. },
  5613. "engines": {
  5614. "node": "^20.19.0 || >=22.12.0"
  5615. },
  5616. "optionalDependencies": {
  5617. "@rolldown/binding-android-arm64": "1.0.1",
  5618. "@rolldown/binding-darwin-arm64": "1.0.1",
  5619. "@rolldown/binding-darwin-x64": "1.0.1",
  5620. "@rolldown/binding-freebsd-x64": "1.0.1",
  5621. "@rolldown/binding-linux-arm-gnueabihf": "1.0.1",
  5622. "@rolldown/binding-linux-arm64-gnu": "1.0.1",
  5623. "@rolldown/binding-linux-arm64-musl": "1.0.1",
  5624. "@rolldown/binding-linux-ppc64-gnu": "1.0.1",
  5625. "@rolldown/binding-linux-s390x-gnu": "1.0.1",
  5626. "@rolldown/binding-linux-x64-gnu": "1.0.1",
  5627. "@rolldown/binding-linux-x64-musl": "1.0.1",
  5628. "@rolldown/binding-openharmony-arm64": "1.0.1",
  5629. "@rolldown/binding-wasm32-wasi": "1.0.1",
  5630. "@rolldown/binding-win32-arm64-msvc": "1.0.1",
  5631. "@rolldown/binding-win32-x64-msvc": "1.0.1"
  5632. }
  5633. },
  5634. "node_modules/run-parallel": {
  5635. "version": "1.2.0",
  5636. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5637. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5638. "funding": [
  5639. {
  5640. "type": "github",
  5641. "url": "https://github.com/sponsors/feross"
  5642. },
  5643. {
  5644. "type": "patreon",
  5645. "url": "https://www.patreon.com/feross"
  5646. },
  5647. {
  5648. "type": "consulting",
  5649. "url": "https://feross.org/support"
  5650. }
  5651. ],
  5652. "dependencies": {
  5653. "queue-microtask": "^1.2.2"
  5654. }
  5655. },
  5656. "node_modules/safe-array-concat": {
  5657. "version": "1.1.3",
  5658. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  5659. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  5660. "license": "MIT",
  5661. "dependencies": {
  5662. "call-bind": "^1.0.8",
  5663. "call-bound": "^1.0.2",
  5664. "get-intrinsic": "^1.2.6",
  5665. "has-symbols": "^1.1.0",
  5666. "isarray": "^2.0.5"
  5667. },
  5668. "engines": {
  5669. "node": ">=0.4"
  5670. },
  5671. "funding": {
  5672. "url": "https://github.com/sponsors/ljharb"
  5673. }
  5674. },
  5675. "node_modules/safe-push-apply": {
  5676. "version": "1.0.0",
  5677. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  5678. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  5679. "license": "MIT",
  5680. "dependencies": {
  5681. "es-errors": "^1.3.0",
  5682. "isarray": "^2.0.5"
  5683. },
  5684. "engines": {
  5685. "node": ">= 0.4"
  5686. },
  5687. "funding": {
  5688. "url": "https://github.com/sponsors/ljharb"
  5689. }
  5690. },
  5691. "node_modules/safe-regex-test": {
  5692. "version": "1.1.0",
  5693. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  5694. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  5695. "license": "MIT",
  5696. "dependencies": {
  5697. "call-bound": "^1.0.2",
  5698. "es-errors": "^1.3.0",
  5699. "is-regex": "^1.2.1"
  5700. },
  5701. "engines": {
  5702. "node": ">= 0.4"
  5703. },
  5704. "funding": {
  5705. "url": "https://github.com/sponsors/ljharb"
  5706. }
  5707. },
  5708. "node_modules/scule": {
  5709. "version": "1.3.0",
  5710. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  5711. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  5712. "license": "MIT"
  5713. },
  5714. "node_modules/semver": {
  5715. "version": "6.3.1",
  5716. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5717. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5718. "license": "ISC",
  5719. "bin": {
  5720. "semver": "bin/semver.js"
  5721. }
  5722. },
  5723. "node_modules/set-function-length": {
  5724. "version": "1.2.2",
  5725. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  5726. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  5727. "license": "MIT",
  5728. "dependencies": {
  5729. "define-data-property": "^1.1.4",
  5730. "es-errors": "^1.3.0",
  5731. "function-bind": "^1.1.2",
  5732. "get-intrinsic": "^1.2.4",
  5733. "gopd": "^1.0.1",
  5734. "has-property-descriptors": "^1.0.2"
  5735. },
  5736. "engines": {
  5737. "node": ">= 0.4"
  5738. }
  5739. },
  5740. "node_modules/set-function-name": {
  5741. "version": "2.0.2",
  5742. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  5743. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  5744. "license": "MIT",
  5745. "dependencies": {
  5746. "define-data-property": "^1.1.4",
  5747. "es-errors": "^1.3.0",
  5748. "functions-have-names": "^1.2.3",
  5749. "has-property-descriptors": "^1.0.2"
  5750. },
  5751. "engines": {
  5752. "node": ">= 0.4"
  5753. }
  5754. },
  5755. "node_modules/set-proto": {
  5756. "version": "1.0.0",
  5757. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  5758. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  5759. "license": "MIT",
  5760. "dependencies": {
  5761. "dunder-proto": "^1.0.1",
  5762. "es-errors": "^1.3.0",
  5763. "es-object-atoms": "^1.0.0"
  5764. },
  5765. "engines": {
  5766. "node": ">= 0.4"
  5767. }
  5768. },
  5769. "node_modules/shebang-command": {
  5770. "version": "2.0.0",
  5771. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5772. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5773. "license": "MIT",
  5774. "dependencies": {
  5775. "shebang-regex": "^3.0.0"
  5776. },
  5777. "engines": {
  5778. "node": ">=8"
  5779. }
  5780. },
  5781. "node_modules/shebang-regex": {
  5782. "version": "3.0.0",
  5783. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5784. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5785. "license": "MIT",
  5786. "engines": {
  5787. "node": ">=8"
  5788. }
  5789. },
  5790. "node_modules/side-channel": {
  5791. "version": "1.1.0",
  5792. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  5793. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  5794. "license": "MIT",
  5795. "dependencies": {
  5796. "es-errors": "^1.3.0",
  5797. "object-inspect": "^1.13.3",
  5798. "side-channel-list": "^1.0.0",
  5799. "side-channel-map": "^1.0.1",
  5800. "side-channel-weakmap": "^1.0.2"
  5801. },
  5802. "engines": {
  5803. "node": ">= 0.4"
  5804. },
  5805. "funding": {
  5806. "url": "https://github.com/sponsors/ljharb"
  5807. }
  5808. },
  5809. "node_modules/side-channel-list": {
  5810. "version": "1.0.0",
  5811. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  5812. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  5813. "license": "MIT",
  5814. "dependencies": {
  5815. "es-errors": "^1.3.0",
  5816. "object-inspect": "^1.13.3"
  5817. },
  5818. "engines": {
  5819. "node": ">= 0.4"
  5820. },
  5821. "funding": {
  5822. "url": "https://github.com/sponsors/ljharb"
  5823. }
  5824. },
  5825. "node_modules/side-channel-map": {
  5826. "version": "1.0.1",
  5827. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  5828. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  5829. "license": "MIT",
  5830. "dependencies": {
  5831. "call-bound": "^1.0.2",
  5832. "es-errors": "^1.3.0",
  5833. "get-intrinsic": "^1.2.5",
  5834. "object-inspect": "^1.13.3"
  5835. },
  5836. "engines": {
  5837. "node": ">= 0.4"
  5838. },
  5839. "funding": {
  5840. "url": "https://github.com/sponsors/ljharb"
  5841. }
  5842. },
  5843. "node_modules/side-channel-weakmap": {
  5844. "version": "1.0.2",
  5845. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  5846. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  5847. "license": "MIT",
  5848. "dependencies": {
  5849. "call-bound": "^1.0.2",
  5850. "es-errors": "^1.3.0",
  5851. "get-intrinsic": "^1.2.5",
  5852. "object-inspect": "^1.13.3",
  5853. "side-channel-map": "^1.0.1"
  5854. },
  5855. "engines": {
  5856. "node": ">= 0.4"
  5857. },
  5858. "funding": {
  5859. "url": "https://github.com/sponsors/ljharb"
  5860. }
  5861. },
  5862. "node_modules/signal-exit": {
  5863. "version": "4.1.0",
  5864. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5865. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5866. "dev": true,
  5867. "license": "ISC",
  5868. "engines": {
  5869. "node": ">=14"
  5870. },
  5871. "funding": {
  5872. "url": "https://github.com/sponsors/isaacs"
  5873. }
  5874. },
  5875. "node_modules/slash": {
  5876. "version": "5.1.0",
  5877. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  5878. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  5879. "dev": true,
  5880. "license": "MIT",
  5881. "engines": {
  5882. "node": ">=14.16"
  5883. },
  5884. "funding": {
  5885. "url": "https://github.com/sponsors/sindresorhus"
  5886. }
  5887. },
  5888. "node_modules/slice-ansi": {
  5889. "version": "4.0.0",
  5890. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  5891. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  5892. "dev": true,
  5893. "dependencies": {
  5894. "ansi-styles": "^4.0.0",
  5895. "astral-regex": "^2.0.0",
  5896. "is-fullwidth-code-point": "^3.0.0"
  5897. },
  5898. "engines": {
  5899. "node": ">=10"
  5900. },
  5901. "funding": {
  5902. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  5903. }
  5904. },
  5905. "node_modules/source-map-js": {
  5906. "version": "1.2.1",
  5907. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  5908. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5909. "license": "BSD-3-Clause",
  5910. "engines": {
  5911. "node": ">=0.10.0"
  5912. }
  5913. },
  5914. "node_modules/standard": {
  5915. "version": "17.1.2",
  5916. "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz",
  5917. "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==",
  5918. "funding": [
  5919. {
  5920. "type": "github",
  5921. "url": "https://github.com/sponsors/feross"
  5922. },
  5923. {
  5924. "type": "patreon",
  5925. "url": "https://www.patreon.com/feross"
  5926. },
  5927. {
  5928. "type": "consulting",
  5929. "url": "https://feross.org/support"
  5930. }
  5931. ],
  5932. "license": "MIT",
  5933. "dependencies": {
  5934. "eslint": "^8.41.0",
  5935. "eslint-config-standard": "17.1.0",
  5936. "eslint-config-standard-jsx": "^11.0.0",
  5937. "eslint-plugin-import": "^2.27.5",
  5938. "eslint-plugin-n": "^15.7.0",
  5939. "eslint-plugin-promise": "^6.1.1",
  5940. "eslint-plugin-react": "^7.36.1",
  5941. "standard-engine": "^15.1.0",
  5942. "version-guard": "^1.1.1"
  5943. },
  5944. "bin": {
  5945. "standard": "bin/cmd.cjs"
  5946. },
  5947. "engines": {
  5948. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5949. }
  5950. },
  5951. "node_modules/standard-engine": {
  5952. "version": "15.1.0",
  5953. "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz",
  5954. "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==",
  5955. "funding": [
  5956. {
  5957. "type": "github",
  5958. "url": "https://github.com/sponsors/feross"
  5959. },
  5960. {
  5961. "type": "patreon",
  5962. "url": "https://www.patreon.com/feross"
  5963. },
  5964. {
  5965. "type": "consulting",
  5966. "url": "https://feross.org/support"
  5967. }
  5968. ],
  5969. "license": "MIT",
  5970. "dependencies": {
  5971. "get-stdin": "^8.0.0",
  5972. "minimist": "^1.2.6",
  5973. "pkg-conf": "^3.1.0",
  5974. "xdg-basedir": "^4.0.0"
  5975. },
  5976. "engines": {
  5977. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5978. }
  5979. },
  5980. "node_modules/stop-iteration-iterator": {
  5981. "version": "1.1.0",
  5982. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  5983. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  5984. "license": "MIT",
  5985. "dependencies": {
  5986. "es-errors": "^1.3.0",
  5987. "internal-slot": "^1.1.0"
  5988. },
  5989. "engines": {
  5990. "node": ">= 0.4"
  5991. }
  5992. },
  5993. "node_modules/string-width": {
  5994. "version": "4.2.3",
  5995. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5996. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5997. "dev": true,
  5998. "dependencies": {
  5999. "emoji-regex": "^8.0.0",
  6000. "is-fullwidth-code-point": "^3.0.0",
  6001. "strip-ansi": "^6.0.1"
  6002. },
  6003. "engines": {
  6004. "node": ">=8"
  6005. }
  6006. },
  6007. "node_modules/string.prototype.matchall": {
  6008. "version": "4.0.12",
  6009. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  6010. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  6011. "license": "MIT",
  6012. "dependencies": {
  6013. "call-bind": "^1.0.8",
  6014. "call-bound": "^1.0.3",
  6015. "define-properties": "^1.2.1",
  6016. "es-abstract": "^1.23.6",
  6017. "es-errors": "^1.3.0",
  6018. "es-object-atoms": "^1.0.0",
  6019. "get-intrinsic": "^1.2.6",
  6020. "gopd": "^1.2.0",
  6021. "has-symbols": "^1.1.0",
  6022. "internal-slot": "^1.1.0",
  6023. "regexp.prototype.flags": "^1.5.3",
  6024. "set-function-name": "^2.0.2",
  6025. "side-channel": "^1.1.0"
  6026. },
  6027. "engines": {
  6028. "node": ">= 0.4"
  6029. },
  6030. "funding": {
  6031. "url": "https://github.com/sponsors/ljharb"
  6032. }
  6033. },
  6034. "node_modules/string.prototype.repeat": {
  6035. "version": "1.0.0",
  6036. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  6037. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  6038. "license": "MIT",
  6039. "dependencies": {
  6040. "define-properties": "^1.1.3",
  6041. "es-abstract": "^1.17.5"
  6042. }
  6043. },
  6044. "node_modules/string.prototype.trim": {
  6045. "version": "1.2.10",
  6046. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  6047. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  6048. "license": "MIT",
  6049. "dependencies": {
  6050. "call-bind": "^1.0.8",
  6051. "call-bound": "^1.0.2",
  6052. "define-data-property": "^1.1.4",
  6053. "define-properties": "^1.2.1",
  6054. "es-abstract": "^1.23.5",
  6055. "es-object-atoms": "^1.0.0",
  6056. "has-property-descriptors": "^1.0.2"
  6057. },
  6058. "engines": {
  6059. "node": ">= 0.4"
  6060. },
  6061. "funding": {
  6062. "url": "https://github.com/sponsors/ljharb"
  6063. }
  6064. },
  6065. "node_modules/string.prototype.trimend": {
  6066. "version": "1.0.9",
  6067. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  6068. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  6069. "license": "MIT",
  6070. "dependencies": {
  6071. "call-bind": "^1.0.8",
  6072. "call-bound": "^1.0.2",
  6073. "define-properties": "^1.2.1",
  6074. "es-object-atoms": "^1.0.0"
  6075. },
  6076. "engines": {
  6077. "node": ">= 0.4"
  6078. },
  6079. "funding": {
  6080. "url": "https://github.com/sponsors/ljharb"
  6081. }
  6082. },
  6083. "node_modules/string.prototype.trimstart": {
  6084. "version": "1.0.8",
  6085. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  6086. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  6087. "license": "MIT",
  6088. "dependencies": {
  6089. "call-bind": "^1.0.7",
  6090. "define-properties": "^1.2.1",
  6091. "es-object-atoms": "^1.0.0"
  6092. },
  6093. "engines": {
  6094. "node": ">= 0.4"
  6095. },
  6096. "funding": {
  6097. "url": "https://github.com/sponsors/ljharb"
  6098. }
  6099. },
  6100. "node_modules/strip-ansi": {
  6101. "version": "6.0.1",
  6102. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6103. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6104. "dependencies": {
  6105. "ansi-regex": "^5.0.1"
  6106. },
  6107. "engines": {
  6108. "node": ">=8"
  6109. }
  6110. },
  6111. "node_modules/strip-bom": {
  6112. "version": "3.0.0",
  6113. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6114. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6115. "license": "MIT",
  6116. "engines": {
  6117. "node": ">=4"
  6118. }
  6119. },
  6120. "node_modules/strip-json-comments": {
  6121. "version": "3.1.1",
  6122. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6123. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6124. "license": "MIT",
  6125. "engines": {
  6126. "node": ">=8"
  6127. },
  6128. "funding": {
  6129. "url": "https://github.com/sponsors/sindresorhus"
  6130. }
  6131. },
  6132. "node_modules/stylelint": {
  6133. "version": "17.11.1",
  6134. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz",
  6135. "integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==",
  6136. "dev": true,
  6137. "funding": [
  6138. {
  6139. "type": "opencollective",
  6140. "url": "https://opencollective.com/stylelint"
  6141. },
  6142. {
  6143. "type": "github",
  6144. "url": "https://github.com/sponsors/stylelint"
  6145. }
  6146. ],
  6147. "license": "MIT",
  6148. "dependencies": {
  6149. "@csstools/css-calc": "^3.2.0",
  6150. "@csstools/css-parser-algorithms": "^4.0.0",
  6151. "@csstools/css-syntax-patches-for-csstree": "^1.1.3",
  6152. "@csstools/css-tokenizer": "^4.0.0",
  6153. "@csstools/media-query-list-parser": "^5.0.0",
  6154. "@csstools/selector-resolve-nested": "^4.0.0",
  6155. "@csstools/selector-specificity": "^6.0.0",
  6156. "colord": "^2.9.3",
  6157. "cosmiconfig": "^9.0.1",
  6158. "css-functions-list": "^3.3.3",
  6159. "css-tree": "^3.2.1",
  6160. "debug": "^4.4.3",
  6161. "fast-glob": "^3.3.3",
  6162. "fastest-levenshtein": "^1.0.16",
  6163. "file-entry-cache": "^11.1.2",
  6164. "global-modules": "^2.0.0",
  6165. "globby": "^16.2.0",
  6166. "globjoin": "^0.1.4",
  6167. "html-tags": "^5.1.0",
  6168. "ignore": "^7.0.5",
  6169. "import-meta-resolve": "^4.2.0",
  6170. "mathml-tag-names": "^4.0.0",
  6171. "meow": "^14.1.0",
  6172. "micromatch": "^4.0.8",
  6173. "normalize-path": "^3.0.0",
  6174. "picocolors": "^1.1.1",
  6175. "postcss": "^8.5.14",
  6176. "postcss-safe-parser": "^7.0.1",
  6177. "postcss-selector-parser": "^7.1.1",
  6178. "postcss-value-parser": "^4.2.0",
  6179. "string-width": "^8.2.1",
  6180. "supports-hyperlinks": "^4.4.0",
  6181. "svg-tags": "^1.0.0",
  6182. "table": "^6.9.0",
  6183. "write-file-atomic": "^7.0.1"
  6184. },
  6185. "bin": {
  6186. "stylelint": "bin/stylelint.mjs"
  6187. },
  6188. "engines": {
  6189. "node": ">=20.19.0"
  6190. }
  6191. },
  6192. "node_modules/stylelint-config-recommended": {
  6193. "version": "18.0.0",
  6194. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz",
  6195. "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==",
  6196. "dev": true,
  6197. "funding": [
  6198. {
  6199. "type": "opencollective",
  6200. "url": "https://opencollective.com/stylelint"
  6201. },
  6202. {
  6203. "type": "github",
  6204. "url": "https://github.com/sponsors/stylelint"
  6205. }
  6206. ],
  6207. "license": "MIT",
  6208. "engines": {
  6209. "node": ">=20.19.0"
  6210. },
  6211. "peerDependencies": {
  6212. "stylelint": "^17.0.0"
  6213. }
  6214. },
  6215. "node_modules/stylelint-config-standard": {
  6216. "version": "40.0.0",
  6217. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz",
  6218. "integrity": "sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==",
  6219. "dev": true,
  6220. "funding": [
  6221. {
  6222. "type": "opencollective",
  6223. "url": "https://opencollective.com/stylelint"
  6224. },
  6225. {
  6226. "type": "github",
  6227. "url": "https://github.com/sponsors/stylelint"
  6228. }
  6229. ],
  6230. "license": "MIT",
  6231. "dependencies": {
  6232. "stylelint-config-recommended": "^18.0.0"
  6233. },
  6234. "engines": {
  6235. "node": ">=20.19.0"
  6236. },
  6237. "peerDependencies": {
  6238. "stylelint": "^17.0.0"
  6239. }
  6240. },
  6241. "node_modules/stylelint/node_modules/ansi-regex": {
  6242. "version": "6.2.2",
  6243. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  6244. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  6245. "dev": true,
  6246. "license": "MIT",
  6247. "engines": {
  6248. "node": ">=12"
  6249. },
  6250. "funding": {
  6251. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  6252. }
  6253. },
  6254. "node_modules/stylelint/node_modules/file-entry-cache": {
  6255. "version": "11.1.2",
  6256. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.2.tgz",
  6257. "integrity": "sha512-N2WFfK12gmrK1c1GXOqiAJ1tc5YE+R53zvQ+t5P8S5XhnmKYVB5eZEiLNZKDSmoG8wqqbF9EXYBBW/nef19log==",
  6258. "dev": true,
  6259. "license": "MIT",
  6260. "dependencies": {
  6261. "flat-cache": "^6.1.20"
  6262. }
  6263. },
  6264. "node_modules/stylelint/node_modules/flat-cache": {
  6265. "version": "6.1.20",
  6266. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.20.tgz",
  6267. "integrity": "sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ==",
  6268. "dev": true,
  6269. "license": "MIT",
  6270. "dependencies": {
  6271. "cacheable": "^2.3.2",
  6272. "flatted": "^3.3.3",
  6273. "hookified": "^1.15.0"
  6274. }
  6275. },
  6276. "node_modules/stylelint/node_modules/ignore": {
  6277. "version": "7.0.5",
  6278. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  6279. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  6280. "dev": true,
  6281. "license": "MIT",
  6282. "engines": {
  6283. "node": ">= 4"
  6284. }
  6285. },
  6286. "node_modules/stylelint/node_modules/string-width": {
  6287. "version": "8.2.1",
  6288. "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
  6289. "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
  6290. "dev": true,
  6291. "license": "MIT",
  6292. "dependencies": {
  6293. "get-east-asian-width": "^1.5.0",
  6294. "strip-ansi": "^7.1.2"
  6295. },
  6296. "engines": {
  6297. "node": ">=20"
  6298. },
  6299. "funding": {
  6300. "url": "https://github.com/sponsors/sindresorhus"
  6301. }
  6302. },
  6303. "node_modules/stylelint/node_modules/strip-ansi": {
  6304. "version": "7.2.0",
  6305. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  6306. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  6307. "dev": true,
  6308. "license": "MIT",
  6309. "dependencies": {
  6310. "ansi-regex": "^6.2.2"
  6311. },
  6312. "engines": {
  6313. "node": ">=12"
  6314. },
  6315. "funding": {
  6316. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  6317. }
  6318. },
  6319. "node_modules/supports-color": {
  6320. "version": "7.2.0",
  6321. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6322. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6323. "dependencies": {
  6324. "has-flag": "^4.0.0"
  6325. },
  6326. "engines": {
  6327. "node": ">=8"
  6328. }
  6329. },
  6330. "node_modules/supports-hyperlinks": {
  6331. "version": "4.4.0",
  6332. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-4.4.0.tgz",
  6333. "integrity": "sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==",
  6334. "dev": true,
  6335. "license": "MIT",
  6336. "dependencies": {
  6337. "has-flag": "^5.0.1",
  6338. "supports-color": "^10.2.2"
  6339. },
  6340. "engines": {
  6341. "node": ">=20"
  6342. },
  6343. "funding": {
  6344. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  6345. }
  6346. },
  6347. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  6348. "version": "5.0.1",
  6349. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz",
  6350. "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==",
  6351. "dev": true,
  6352. "license": "MIT",
  6353. "engines": {
  6354. "node": ">=12"
  6355. },
  6356. "funding": {
  6357. "url": "https://github.com/sponsors/sindresorhus"
  6358. }
  6359. },
  6360. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  6361. "version": "10.2.2",
  6362. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  6363. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  6364. "dev": true,
  6365. "license": "MIT",
  6366. "engines": {
  6367. "node": ">=18"
  6368. },
  6369. "funding": {
  6370. "url": "https://github.com/chalk/supports-color?sponsor=1"
  6371. }
  6372. },
  6373. "node_modules/supports-preserve-symlinks-flag": {
  6374. "version": "1.0.0",
  6375. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6376. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6377. "license": "MIT",
  6378. "engines": {
  6379. "node": ">= 0.4"
  6380. },
  6381. "funding": {
  6382. "url": "https://github.com/sponsors/ljharb"
  6383. }
  6384. },
  6385. "node_modules/svg-tags": {
  6386. "version": "1.0.0",
  6387. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  6388. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  6389. "dev": true
  6390. },
  6391. "node_modules/table": {
  6392. "version": "6.9.0",
  6393. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  6394. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  6395. "dev": true,
  6396. "license": "BSD-3-Clause",
  6397. "dependencies": {
  6398. "ajv": "^8.0.1",
  6399. "lodash.truncate": "^4.4.2",
  6400. "slice-ansi": "^4.0.0",
  6401. "string-width": "^4.2.3",
  6402. "strip-ansi": "^6.0.1"
  6403. },
  6404. "engines": {
  6405. "node": ">=10.0.0"
  6406. }
  6407. },
  6408. "node_modules/table/node_modules/ajv": {
  6409. "version": "8.20.0",
  6410. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
  6411. "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
  6412. "dev": true,
  6413. "license": "MIT",
  6414. "dependencies": {
  6415. "fast-deep-equal": "^3.1.3",
  6416. "fast-uri": "^3.0.1",
  6417. "json-schema-traverse": "^1.0.0",
  6418. "require-from-string": "^2.0.2"
  6419. },
  6420. "funding": {
  6421. "type": "github",
  6422. "url": "https://github.com/sponsors/epoberezkin"
  6423. }
  6424. },
  6425. "node_modules/table/node_modules/json-schema-traverse": {
  6426. "version": "1.0.0",
  6427. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  6428. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  6429. "dev": true
  6430. },
  6431. "node_modules/text-table": {
  6432. "version": "0.2.0",
  6433. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  6434. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  6435. "license": "MIT"
  6436. },
  6437. "node_modules/tinyglobby": {
  6438. "version": "0.2.16",
  6439. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  6440. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  6441. "license": "MIT",
  6442. "dependencies": {
  6443. "fdir": "^6.5.0",
  6444. "picomatch": "^4.0.4"
  6445. },
  6446. "engines": {
  6447. "node": ">=12.0.0"
  6448. },
  6449. "funding": {
  6450. "url": "https://github.com/sponsors/SuperchupuDev"
  6451. }
  6452. },
  6453. "node_modules/tinyglobby/node_modules/fdir": {
  6454. "version": "6.5.0",
  6455. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6456. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6457. "license": "MIT",
  6458. "engines": {
  6459. "node": ">=12.0.0"
  6460. },
  6461. "peerDependencies": {
  6462. "picomatch": "^3 || ^4"
  6463. },
  6464. "peerDependenciesMeta": {
  6465. "picomatch": {
  6466. "optional": true
  6467. }
  6468. }
  6469. },
  6470. "node_modules/tinyglobby/node_modules/picomatch": {
  6471. "version": "4.0.4",
  6472. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6473. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6474. "license": "MIT",
  6475. "engines": {
  6476. "node": ">=12"
  6477. },
  6478. "funding": {
  6479. "url": "https://github.com/sponsors/jonschlinkert"
  6480. }
  6481. },
  6482. "node_modules/to-regex-range": {
  6483. "version": "5.0.1",
  6484. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6485. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6486. "dev": true,
  6487. "license": "MIT",
  6488. "dependencies": {
  6489. "is-number": "^7.0.0"
  6490. },
  6491. "engines": {
  6492. "node": ">=8.0"
  6493. }
  6494. },
  6495. "node_modules/tsconfig-paths": {
  6496. "version": "3.15.0",
  6497. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  6498. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  6499. "license": "MIT",
  6500. "dependencies": {
  6501. "@types/json5": "^0.0.29",
  6502. "json5": "^1.0.2",
  6503. "minimist": "^1.2.6",
  6504. "strip-bom": "^3.0.0"
  6505. }
  6506. },
  6507. "node_modules/tslib": {
  6508. "version": "2.8.1",
  6509. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  6510. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  6511. "license": "0BSD",
  6512. "optional": true
  6513. },
  6514. "node_modules/type-check": {
  6515. "version": "0.4.0",
  6516. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6517. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6518. "license": "MIT",
  6519. "dependencies": {
  6520. "prelude-ls": "^1.2.1"
  6521. },
  6522. "engines": {
  6523. "node": ">= 0.8.0"
  6524. }
  6525. },
  6526. "node_modules/type-fest": {
  6527. "version": "0.20.2",
  6528. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  6529. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  6530. "license": "(MIT OR CC0-1.0)",
  6531. "engines": {
  6532. "node": ">=10"
  6533. },
  6534. "funding": {
  6535. "url": "https://github.com/sponsors/sindresorhus"
  6536. }
  6537. },
  6538. "node_modules/typed-array-buffer": {
  6539. "version": "1.0.3",
  6540. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6541. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6542. "license": "MIT",
  6543. "dependencies": {
  6544. "call-bound": "^1.0.3",
  6545. "es-errors": "^1.3.0",
  6546. "is-typed-array": "^1.1.14"
  6547. },
  6548. "engines": {
  6549. "node": ">= 0.4"
  6550. }
  6551. },
  6552. "node_modules/typed-array-byte-length": {
  6553. "version": "1.0.3",
  6554. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6555. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6556. "license": "MIT",
  6557. "dependencies": {
  6558. "call-bind": "^1.0.8",
  6559. "for-each": "^0.3.3",
  6560. "gopd": "^1.2.0",
  6561. "has-proto": "^1.2.0",
  6562. "is-typed-array": "^1.1.14"
  6563. },
  6564. "engines": {
  6565. "node": ">= 0.4"
  6566. },
  6567. "funding": {
  6568. "url": "https://github.com/sponsors/ljharb"
  6569. }
  6570. },
  6571. "node_modules/typed-array-byte-offset": {
  6572. "version": "1.0.4",
  6573. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6574. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6575. "license": "MIT",
  6576. "dependencies": {
  6577. "available-typed-arrays": "^1.0.7",
  6578. "call-bind": "^1.0.8",
  6579. "for-each": "^0.3.3",
  6580. "gopd": "^1.2.0",
  6581. "has-proto": "^1.2.0",
  6582. "is-typed-array": "^1.1.15",
  6583. "reflect.getprototypeof": "^1.0.9"
  6584. },
  6585. "engines": {
  6586. "node": ">= 0.4"
  6587. },
  6588. "funding": {
  6589. "url": "https://github.com/sponsors/ljharb"
  6590. }
  6591. },
  6592. "node_modules/typed-array-length": {
  6593. "version": "1.0.7",
  6594. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  6595. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  6596. "license": "MIT",
  6597. "dependencies": {
  6598. "call-bind": "^1.0.7",
  6599. "for-each": "^0.3.3",
  6600. "gopd": "^1.0.1",
  6601. "is-typed-array": "^1.1.13",
  6602. "possible-typed-array-names": "^1.0.0",
  6603. "reflect.getprototypeof": "^1.0.6"
  6604. },
  6605. "engines": {
  6606. "node": ">= 0.4"
  6607. },
  6608. "funding": {
  6609. "url": "https://github.com/sponsors/ljharb"
  6610. }
  6611. },
  6612. "node_modules/ufo": {
  6613. "version": "1.6.3",
  6614. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  6615. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  6616. "license": "MIT"
  6617. },
  6618. "node_modules/unbox-primitive": {
  6619. "version": "1.1.0",
  6620. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6621. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6622. "license": "MIT",
  6623. "dependencies": {
  6624. "call-bound": "^1.0.3",
  6625. "has-bigints": "^1.0.2",
  6626. "has-symbols": "^1.1.0",
  6627. "which-boxed-primitive": "^1.1.1"
  6628. },
  6629. "engines": {
  6630. "node": ">= 0.4"
  6631. },
  6632. "funding": {
  6633. "url": "https://github.com/sponsors/ljharb"
  6634. }
  6635. },
  6636. "node_modules/unicorn-magic": {
  6637. "version": "0.4.0",
  6638. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  6639. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  6640. "dev": true,
  6641. "license": "MIT",
  6642. "engines": {
  6643. "node": ">=20"
  6644. },
  6645. "funding": {
  6646. "url": "https://github.com/sponsors/sindresorhus"
  6647. }
  6648. },
  6649. "node_modules/unplugin": {
  6650. "version": "3.0.0",
  6651. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  6652. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  6653. "license": "MIT",
  6654. "dependencies": {
  6655. "@jridgewell/remapping": "^2.3.5",
  6656. "picomatch": "^4.0.3",
  6657. "webpack-virtual-modules": "^0.6.2"
  6658. },
  6659. "engines": {
  6660. "node": "^20.19.0 || >=22.12.0"
  6661. }
  6662. },
  6663. "node_modules/unplugin-utils": {
  6664. "version": "0.3.1",
  6665. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  6666. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  6667. "license": "MIT",
  6668. "dependencies": {
  6669. "pathe": "^2.0.3",
  6670. "picomatch": "^4.0.3"
  6671. },
  6672. "engines": {
  6673. "node": ">=20.19.0"
  6674. },
  6675. "funding": {
  6676. "url": "https://github.com/sponsors/sxzz"
  6677. }
  6678. },
  6679. "node_modules/unplugin-utils/node_modules/picomatch": {
  6680. "version": "4.0.4",
  6681. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6682. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6683. "license": "MIT",
  6684. "engines": {
  6685. "node": ">=12"
  6686. },
  6687. "funding": {
  6688. "url": "https://github.com/sponsors/jonschlinkert"
  6689. }
  6690. },
  6691. "node_modules/unplugin-vue-components": {
  6692. "version": "32.0.0",
  6693. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-32.0.0.tgz",
  6694. "integrity": "sha512-uLdccgS7mf3pv1bCCP20y/hm+u1eOjAmygVkh+Oa70MPkzgl1eQv1L0CwdHNM3gscO8/GDMGIET98Ja47CBbZg==",
  6695. "license": "MIT",
  6696. "dependencies": {
  6697. "chokidar": "^5.0.0",
  6698. "local-pkg": "^1.1.2",
  6699. "magic-string": "^0.30.21",
  6700. "mlly": "^1.8.2",
  6701. "obug": "^2.1.1",
  6702. "picomatch": "^4.0.3",
  6703. "tinyglobby": "^0.2.15",
  6704. "unplugin": "^3.0.0",
  6705. "unplugin-utils": "^0.3.1"
  6706. },
  6707. "engines": {
  6708. "node": ">=20.19.0"
  6709. },
  6710. "funding": {
  6711. "url": "https://github.com/sponsors/antfu"
  6712. },
  6713. "peerDependencies": {
  6714. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  6715. "vue": "^3.0.0"
  6716. },
  6717. "peerDependenciesMeta": {
  6718. "@nuxt/kit": {
  6719. "optional": true
  6720. }
  6721. }
  6722. },
  6723. "node_modules/unplugin-vue-components/node_modules/picomatch": {
  6724. "version": "4.0.4",
  6725. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6726. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6727. "license": "MIT",
  6728. "engines": {
  6729. "node": ">=12"
  6730. },
  6731. "funding": {
  6732. "url": "https://github.com/sponsors/jonschlinkert"
  6733. }
  6734. },
  6735. "node_modules/unplugin/node_modules/picomatch": {
  6736. "version": "4.0.4",
  6737. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6738. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6739. "license": "MIT",
  6740. "engines": {
  6741. "node": ">=12"
  6742. },
  6743. "funding": {
  6744. "url": "https://github.com/sponsors/jonschlinkert"
  6745. }
  6746. },
  6747. "node_modules/uri-js": {
  6748. "version": "4.4.1",
  6749. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6750. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6751. "dependencies": {
  6752. "punycode": "^2.1.0"
  6753. }
  6754. },
  6755. "node_modules/util-deprecate": {
  6756. "version": "1.0.2",
  6757. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6758. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6759. "dev": true,
  6760. "license": "MIT"
  6761. },
  6762. "node_modules/version-guard": {
  6763. "version": "1.1.3",
  6764. "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.3.tgz",
  6765. "integrity": "sha512-JwPr6erhX53EWH/HCSzfy1tTFrtPXUe927wdM1jqBBeYp1OM+qPHjWbsvv6pIBduqdgxxS+ScfG7S28pzyr2DQ==",
  6766. "license": "0BSD",
  6767. "engines": {
  6768. "node": ">=0.10.48"
  6769. }
  6770. },
  6771. "node_modules/vite": {
  6772. "version": "8.0.13",
  6773. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz",
  6774. "integrity": "sha512-MFtjBYgzmSxmgA4RAfjIyXWpGe1oALnjgUTzzV7QLx/TKxCzjtMH6Fd9/eVK+5Fg1qNoz5VAwsmMs/NofrmJvw==",
  6775. "license": "MIT",
  6776. "dependencies": {
  6777. "lightningcss": "^1.32.0",
  6778. "picomatch": "^4.0.4",
  6779. "postcss": "^8.5.14",
  6780. "rolldown": "1.0.1",
  6781. "tinyglobby": "^0.2.16"
  6782. },
  6783. "bin": {
  6784. "vite": "bin/vite.js"
  6785. },
  6786. "engines": {
  6787. "node": "^20.19.0 || >=22.12.0"
  6788. },
  6789. "funding": {
  6790. "url": "https://github.com/vitejs/vite?sponsor=1"
  6791. },
  6792. "optionalDependencies": {
  6793. "fsevents": "~2.3.3"
  6794. },
  6795. "peerDependencies": {
  6796. "@types/node": "^20.19.0 || >=22.12.0",
  6797. "@vitejs/devtools": "^0.1.18",
  6798. "esbuild": "^0.27.0 || ^0.28.0",
  6799. "jiti": ">=1.21.0",
  6800. "less": "^4.0.0",
  6801. "sass": "^1.70.0",
  6802. "sass-embedded": "^1.70.0",
  6803. "stylus": ">=0.54.8",
  6804. "sugarss": "^5.0.0",
  6805. "terser": "^5.16.0",
  6806. "tsx": "^4.8.1",
  6807. "yaml": "^2.4.2"
  6808. },
  6809. "peerDependenciesMeta": {
  6810. "@types/node": {
  6811. "optional": true
  6812. },
  6813. "@vitejs/devtools": {
  6814. "optional": true
  6815. },
  6816. "esbuild": {
  6817. "optional": true
  6818. },
  6819. "jiti": {
  6820. "optional": true
  6821. },
  6822. "less": {
  6823. "optional": true
  6824. },
  6825. "sass": {
  6826. "optional": true
  6827. },
  6828. "sass-embedded": {
  6829. "optional": true
  6830. },
  6831. "stylus": {
  6832. "optional": true
  6833. },
  6834. "sugarss": {
  6835. "optional": true
  6836. },
  6837. "terser": {
  6838. "optional": true
  6839. },
  6840. "tsx": {
  6841. "optional": true
  6842. },
  6843. "yaml": {
  6844. "optional": true
  6845. }
  6846. }
  6847. },
  6848. "node_modules/vite/node_modules/picomatch": {
  6849. "version": "4.0.4",
  6850. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6851. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6852. "license": "MIT",
  6853. "engines": {
  6854. "node": ">=12"
  6855. },
  6856. "funding": {
  6857. "url": "https://github.com/sponsors/jonschlinkert"
  6858. }
  6859. },
  6860. "node_modules/vue": {
  6861. "version": "3.5.34",
  6862. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.34.tgz",
  6863. "integrity": "sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==",
  6864. "license": "MIT",
  6865. "dependencies": {
  6866. "@vue/compiler-dom": "3.5.34",
  6867. "@vue/compiler-sfc": "3.5.34",
  6868. "@vue/runtime-dom": "3.5.34",
  6869. "@vue/server-renderer": "3.5.34",
  6870. "@vue/shared": "3.5.34"
  6871. },
  6872. "peerDependencies": {
  6873. "typescript": "*"
  6874. },
  6875. "peerDependenciesMeta": {
  6876. "typescript": {
  6877. "optional": true
  6878. }
  6879. }
  6880. },
  6881. "node_modules/vue-i18n": {
  6882. "version": "11.4.4",
  6883. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.4.4.tgz",
  6884. "integrity": "sha512-gIbXVSFQV4jcSJxfwdZ5zSZmZ+12CnX0K3vBkRSd6Zn+HSzCp+QwUgPwpD/uN0oKNKI9RzlUXPKVedEuMgNG0A==",
  6885. "license": "MIT",
  6886. "dependencies": {
  6887. "@intlify/core-base": "11.4.4",
  6888. "@intlify/devtools-types": "11.4.4",
  6889. "@intlify/shared": "11.4.4",
  6890. "@vue/devtools-api": "^6.5.0"
  6891. },
  6892. "engines": {
  6893. "node": ">= 22"
  6894. },
  6895. "funding": {
  6896. "url": "https://github.com/sponsors/kazupon"
  6897. },
  6898. "peerDependencies": {
  6899. "vue": "^3.0.0"
  6900. }
  6901. },
  6902. "node_modules/vue-router": {
  6903. "version": "5.0.7",
  6904. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.7.tgz",
  6905. "integrity": "sha512-dqfk8kvRbCutmCOCj/XLDqDEYxc1wBdAOGLuVy5M93ifYMsBd5fIjfaPN4tQAbxr5IprdBDIox1gr4wYyOx/SA==",
  6906. "license": "MIT",
  6907. "dependencies": {
  6908. "@babel/generator": "^8.0.0-rc.4",
  6909. "@vue-macros/common": "^3.1.1",
  6910. "@vue/devtools-api": "^8.1.1",
  6911. "ast-walker-scope": "^0.8.3",
  6912. "chokidar": "^5.0.0",
  6913. "json5": "^2.2.3",
  6914. "local-pkg": "^1.1.2",
  6915. "magic-string": "^0.30.21",
  6916. "mlly": "^1.8.0",
  6917. "muggle-string": "^0.4.1",
  6918. "pathe": "^2.0.3",
  6919. "picomatch": "^4.0.3",
  6920. "scule": "^1.3.0",
  6921. "tinyglobby": "^0.2.15",
  6922. "unplugin": "^3.0.0",
  6923. "unplugin-utils": "^0.3.1",
  6924. "yaml": "^2.8.2"
  6925. },
  6926. "funding": {
  6927. "url": "https://github.com/sponsors/posva"
  6928. },
  6929. "peerDependencies": {
  6930. "@pinia/colada": ">=0.21.2",
  6931. "@vue/compiler-sfc": "^3.5.34",
  6932. "pinia": "^3.0.4",
  6933. "vue": "^3.5.34"
  6934. },
  6935. "peerDependenciesMeta": {
  6936. "@pinia/colada": {
  6937. "optional": true
  6938. },
  6939. "@vue/compiler-sfc": {
  6940. "optional": true
  6941. },
  6942. "pinia": {
  6943. "optional": true
  6944. }
  6945. }
  6946. },
  6947. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  6948. "version": "8.1.2",
  6949. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.2.tgz",
  6950. "integrity": "sha512-vA0O112YqyDuNA1s7Yb2gCgToQ/OxOWiFDO5ThLCcDy0ldHnSd1dUTaSYhOldbqoNgumE4dxtGAoAaSUKUD1Zg==",
  6951. "license": "MIT",
  6952. "dependencies": {
  6953. "@vue/devtools-kit": "^8.1.2"
  6954. }
  6955. },
  6956. "node_modules/vue-router/node_modules/json5": {
  6957. "version": "2.2.3",
  6958. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6959. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6960. "license": "MIT",
  6961. "bin": {
  6962. "json5": "lib/cli.js"
  6963. },
  6964. "engines": {
  6965. "node": ">=6"
  6966. }
  6967. },
  6968. "node_modules/vue-router/node_modules/picomatch": {
  6969. "version": "4.0.4",
  6970. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6971. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6972. "license": "MIT",
  6973. "engines": {
  6974. "node": ">=12"
  6975. },
  6976. "funding": {
  6977. "url": "https://github.com/sponsors/jonschlinkert"
  6978. }
  6979. },
  6980. "node_modules/webpack-virtual-modules": {
  6981. "version": "0.6.2",
  6982. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  6983. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  6984. "license": "MIT"
  6985. },
  6986. "node_modules/which": {
  6987. "version": "2.0.2",
  6988. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6989. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6990. "license": "ISC",
  6991. "dependencies": {
  6992. "isexe": "^2.0.0"
  6993. },
  6994. "bin": {
  6995. "node-which": "bin/node-which"
  6996. },
  6997. "engines": {
  6998. "node": ">= 8"
  6999. }
  7000. },
  7001. "node_modules/which-boxed-primitive": {
  7002. "version": "1.1.1",
  7003. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  7004. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  7005. "license": "MIT",
  7006. "dependencies": {
  7007. "is-bigint": "^1.1.0",
  7008. "is-boolean-object": "^1.2.1",
  7009. "is-number-object": "^1.1.1",
  7010. "is-string": "^1.1.1",
  7011. "is-symbol": "^1.1.1"
  7012. },
  7013. "engines": {
  7014. "node": ">= 0.4"
  7015. },
  7016. "funding": {
  7017. "url": "https://github.com/sponsors/ljharb"
  7018. }
  7019. },
  7020. "node_modules/which-builtin-type": {
  7021. "version": "1.2.1",
  7022. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  7023. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  7024. "license": "MIT",
  7025. "dependencies": {
  7026. "call-bound": "^1.0.2",
  7027. "function.prototype.name": "^1.1.6",
  7028. "has-tostringtag": "^1.0.2",
  7029. "is-async-function": "^2.0.0",
  7030. "is-date-object": "^1.1.0",
  7031. "is-finalizationregistry": "^1.1.0",
  7032. "is-generator-function": "^1.0.10",
  7033. "is-regex": "^1.2.1",
  7034. "is-weakref": "^1.0.2",
  7035. "isarray": "^2.0.5",
  7036. "which-boxed-primitive": "^1.1.0",
  7037. "which-collection": "^1.0.2",
  7038. "which-typed-array": "^1.1.16"
  7039. },
  7040. "engines": {
  7041. "node": ">= 0.4"
  7042. },
  7043. "funding": {
  7044. "url": "https://github.com/sponsors/ljharb"
  7045. }
  7046. },
  7047. "node_modules/which-collection": {
  7048. "version": "1.0.2",
  7049. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  7050. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  7051. "license": "MIT",
  7052. "dependencies": {
  7053. "is-map": "^2.0.3",
  7054. "is-set": "^2.0.3",
  7055. "is-weakmap": "^2.0.2",
  7056. "is-weakset": "^2.0.3"
  7057. },
  7058. "engines": {
  7059. "node": ">= 0.4"
  7060. },
  7061. "funding": {
  7062. "url": "https://github.com/sponsors/ljharb"
  7063. }
  7064. },
  7065. "node_modules/which-typed-array": {
  7066. "version": "1.1.19",
  7067. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
  7068. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  7069. "license": "MIT",
  7070. "dependencies": {
  7071. "available-typed-arrays": "^1.0.7",
  7072. "call-bind": "^1.0.8",
  7073. "call-bound": "^1.0.4",
  7074. "for-each": "^0.3.5",
  7075. "get-proto": "^1.0.1",
  7076. "gopd": "^1.2.0",
  7077. "has-tostringtag": "^1.0.2"
  7078. },
  7079. "engines": {
  7080. "node": ">= 0.4"
  7081. },
  7082. "funding": {
  7083. "url": "https://github.com/sponsors/ljharb"
  7084. }
  7085. },
  7086. "node_modules/word-wrap": {
  7087. "version": "1.2.5",
  7088. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  7089. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  7090. "license": "MIT",
  7091. "engines": {
  7092. "node": ">=0.10.0"
  7093. }
  7094. },
  7095. "node_modules/wrappy": {
  7096. "version": "1.0.2",
  7097. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  7098. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  7099. "license": "ISC"
  7100. },
  7101. "node_modules/write-file-atomic": {
  7102. "version": "7.0.1",
  7103. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.1.tgz",
  7104. "integrity": "sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==",
  7105. "dev": true,
  7106. "license": "ISC",
  7107. "dependencies": {
  7108. "signal-exit": "^4.0.1"
  7109. },
  7110. "engines": {
  7111. "node": "^20.17.0 || >=22.9.0"
  7112. }
  7113. },
  7114. "node_modules/xdg-basedir": {
  7115. "version": "4.0.0",
  7116. "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
  7117. "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
  7118. "license": "MIT",
  7119. "engines": {
  7120. "node": ">=8"
  7121. }
  7122. },
  7123. "node_modules/yaml": {
  7124. "version": "2.8.4",
  7125. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
  7126. "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
  7127. "license": "ISC",
  7128. "bin": {
  7129. "yaml": "bin.mjs"
  7130. },
  7131. "engines": {
  7132. "node": ">= 14.6"
  7133. },
  7134. "funding": {
  7135. "url": "https://github.com/sponsors/eemeli"
  7136. }
  7137. },
  7138. "node_modules/yocto-queue": {
  7139. "version": "0.1.0",
  7140. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7141. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7142. "license": "MIT",
  7143. "engines": {
  7144. "node": ">=10"
  7145. },
  7146. "funding": {
  7147. "url": "https://github.com/sponsors/sindresorhus"
  7148. }
  7149. }
  7150. }
  7151. }