package-lock.json 447 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291102921029310294102951029610297102981029910300103011030210303103041030510306103071030810309103101031110312103131031410315103161031710318103191032010321103221032310324103251032610327103281032910330103311033210333103341033510336103371033810339103401034110342103431034410345103461034710348103491035010351103521035310354103551035610357103581035910360103611036210363103641036510366103671036810369103701037110372103731037410375103761037710378103791038010381103821038310384103851038610387103881038910390103911039210393103941039510396103971039810399104001040110402104031040410405104061040710408104091041010411104121041310414104151041610417104181041910420104211042210423104241042510426104271042810429104301043110432104331043410435104361043710438104391044010441104421044310444104451044610447104481044910450104511045210453104541045510456104571045810459104601046110462104631046410465104661046710468104691047010471104721047310474104751047610477104781047910480104811048210483104841048510486104871048810489104901049110492104931049410495104961049710498104991050010501105021050310504105051050610507105081050910510105111051210513105141051510516105171051810519105201052110522105231052410525105261052710528105291053010531105321053310534105351053610537105381053910540105411054210543105441054510546105471054810549105501055110552105531055410555105561055710558105591056010561105621056310564105651056610567105681056910570105711057210573105741057510576105771057810579105801058110582105831058410585105861058710588105891059010591105921059310594105951059610597105981059910600106011060210603106041060510606106071060810609106101061110612106131061410615106161061710618106191062010621106221062310624106251062610627106281062910630106311063210633106341063510636106371063810639106401064110642106431064410645106461064710648106491065010651106521065310654106551065610657106581065910660106611066210663106641066510666106671066810669106701067110672106731067410675106761067710678106791068010681106821068310684106851068610687106881068910690106911069210693106941069510696106971069810699107001070110702107031070410705107061070710708107091071010711107121071310714107151071610717107181071910720107211072210723107241072510726107271072810729107301073110732107331073410735107361073710738107391074010741107421074310744107451074610747107481074910750107511075210753107541075510756107571075810759107601076110762107631076410765107661076710768107691077010771107721077310774107751077610777107781077910780107811078210783107841078510786107871078810789107901079110792107931079410795107961079710798107991080010801108021080310804108051080610807108081080910810108111081210813108141081510816108171081810819108201082110822108231082410825108261082710828108291083010831108321083310834108351083610837108381083910840108411084210843108441084510846108471084810849108501085110852108531085410855108561085710858108591086010861108621086310864108651086610867108681086910870108711087210873108741087510876108771087810879108801088110882108831088410885108861088710888108891089010891108921089310894108951089610897108981089910900109011090210903109041090510906109071090810909109101091110912109131091410915109161091710918109191092010921109221092310924109251092610927109281092910930109311093210933109341093510936109371093810939109401094110942109431094410945109461094710948109491095010951109521095310954109551095610957109581095910960109611096210963109641096510966109671096810969109701097110972109731097410975109761097710978109791098010981109821098310984109851098610987109881098910990109911099210993109941099510996109971099810999110001100111002110031100411005110061100711008110091101011011110121101311014110151101611017110181101911020110211102211023110241102511026110271102811029110301103111032110331103411035110361103711038110391104011041110421104311044110451104611047110481104911050110511105211053110541105511056110571105811059110601106111062110631106411065110661106711068110691107011071110721107311074110751107611077110781107911080110811108211083110841108511086110871108811089110901109111092110931109411095110961109711098110991110011101111021110311104111051110611107111081110911110111111111211113111141111511116111171111811119111201112111122111231112411125111261112711128111291113011131111321113311134111351113611137111381113911140111411114211143111441114511146111471114811149111501115111152111531115411155111561115711158111591116011161111621116311164111651116611167111681116911170111711117211173111741117511176111771117811179111801118111182111831118411185111861118711188111891119011191111921119311194111951119611197111981119911200112011120211203112041120511206112071120811209112101121111212112131121411215112161121711218112191122011221112221122311224112251122611227112281122911230112311123211233112341123511236112371123811239112401124111242112431124411245112461124711248112491125011251112521125311254112551125611257112581125911260112611126211263112641126511266112671126811269112701127111272112731127411275112761127711278112791128011281112821128311284112851128611287112881128911290112911129211293112941129511296112971129811299113001130111302113031130411305113061130711308113091131011311113121131311314113151131611317113181131911320113211132211323113241132511326113271132811329113301133111332113331133411335113361133711338113391134011341113421134311344113451134611347113481134911350113511135211353113541135511356113571135811359113601136111362113631136411365113661136711368113691137011371113721137311374113751137611377113781137911380113811138211383113841138511386113871138811389113901139111392113931139411395113961139711398113991140011401114021140311404114051140611407114081140911410114111141211413114141141511416114171141811419114201142111422114231142411425114261142711428114291143011431114321143311434114351143611437114381143911440114411144211443114441144511446114471144811449114501145111452114531145411455114561145711458114591146011461114621146311464114651146611467114681146911470114711147211473114741147511476114771147811479114801148111482114831148411485114861148711488114891149011491114921149311494114951149611497114981149911500115011150211503115041150511506115071150811509115101151111512115131151411515115161151711518115191152011521115221152311524115251152611527115281152911530115311153211533115341153511536115371153811539115401154111542115431154411545115461154711548115491155011551115521155311554115551155611557115581155911560115611156211563115641156511566115671156811569115701157111572115731157411575115761157711578115791158011581115821158311584115851158611587115881158911590115911159211593115941159511596115971159811599116001160111602116031160411605116061160711608116091161011611116121161311614116151161611617116181161911620116211162211623116241162511626116271162811629116301163111632116331163411635116361163711638116391164011641116421164311644116451164611647116481164911650116511165211653116541165511656116571165811659116601166111662116631166411665116661166711668116691167011671116721167311674116751167611677116781167911680116811168211683116841168511686116871168811689116901169111692116931169411695116961169711698116991170011701117021170311704117051170611707117081170911710117111171211713117141171511716117171171811719117201172111722117231172411725117261172711728117291173011731117321173311734117351173611737117381173911740117411174211743117441174511746117471174811749117501175111752117531175411755117561175711758117591176011761117621176311764117651176611767117681176911770117711177211773117741177511776117771177811779117801178111782117831178411785117861178711788117891179011791117921179311794117951179611797117981179911800118011180211803118041180511806118071180811809118101181111812118131181411815118161181711818118191182011821118221182311824118251182611827118281182911830118311183211833118341183511836118371183811839118401184111842118431184411845118461184711848118491185011851118521185311854118551185611857118581185911860118611186211863118641186511866118671186811869118701187111872118731187411875118761187711878118791188011881118821188311884118851188611887118881188911890118911189211893118941189511896118971189811899119001190111902119031190411905119061190711908119091191011911119121191311914119151191611917119181191911920119211192211923119241192511926119271192811929119301193111932119331193411935119361193711938119391194011941119421194311944119451194611947119481194911950119511195211953119541195511956119571195811959119601196111962119631196411965119661196711968119691197011971119721197311974119751197611977119781197911980119811198211983119841198511986119871198811989119901199111992119931199411995119961199711998119991200012001120021200312004120051200612007120081200912010120111201212013120141201512016120171201812019120201202112022120231202412025120261202712028120291203012031120321203312034120351203612037120381203912040120411204212043120441204512046120471204812049120501205112052120531205412055120561205712058120591206012061120621206312064120651206612067120681206912070120711207212073120741207512076120771207812079120801208112082120831208412085120861208712088120891209012091120921209312094120951209612097120981209912100121011210212103121041210512106121071210812109121101211112112121131211412115121161211712118121191212012121121221212312124121251212612127121281212912130121311213212133121341213512136121371213812139121401214112142121431214412145121461214712148121491215012151121521215312154121551215612157121581215912160121611216212163121641216512166121671216812169121701217112172121731217412175121761217712178121791218012181121821218312184121851218612187121881218912190121911219212193121941219512196121971219812199122001220112202122031220412205122061220712208122091221012211122121221312214122151221612217122181221912220122211222212223
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@element-plus/icons-vue": "^2.3.1",
  11. "@element-plus/nuxt": "^1.0.10",
  12. "@gauseen/nuxt-proxy": "^1.0.1",
  13. "@nuxtjs/sitemap": "^7.2.6",
  14. "@nuxtjs/style-resources": "^1.2.2",
  15. "@pinia/nuxt": "^0.5.5",
  16. "add": "^2.0.6",
  17. "axios": "^1.7.7",
  18. "cheerio": "^1.0.0",
  19. "element-plus": "^2.8.5",
  20. "eventsource": "^3.0.1",
  21. "file-saver": "2.0.5",
  22. "js-cookie": "^3.0.5",
  23. "less": "^4.2.0",
  24. "less-loader": "^12.2.0",
  25. "nuxt": "^3.13.0",
  26. "vue": "^3.5.12",
  27. "vue-router": "latest"
  28. }
  29. },
  30. "node_modules/@ampproject/remapping": {
  31. "version": "2.3.0",
  32. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  33. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  34. "dependencies": {
  35. "@jridgewell/gen-mapping": "^0.3.5",
  36. "@jridgewell/trace-mapping": "^0.3.24"
  37. },
  38. "engines": {
  39. "node": ">=6.0.0"
  40. }
  41. },
  42. "node_modules/@antfu/utils": {
  43. "version": "0.7.10",
  44. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  45. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  46. "funding": {
  47. "url": "https://github.com/sponsors/antfu"
  48. }
  49. },
  50. "node_modules/@babel/code-frame": {
  51. "version": "7.26.2",
  52. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz",
  53. "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
  54. "dependencies": {
  55. "@babel/helper-validator-identifier": "^7.25.9",
  56. "js-tokens": "^4.0.0",
  57. "picocolors": "^1.0.0"
  58. },
  59. "engines": {
  60. "node": ">=6.9.0"
  61. }
  62. },
  63. "node_modules/@babel/compat-data": {
  64. "version": "7.26.5",
  65. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.5.tgz",
  66. "integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==",
  67. "engines": {
  68. "node": ">=6.9.0"
  69. }
  70. },
  71. "node_modules/@babel/core": {
  72. "version": "7.26.0",
  73. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.0.tgz",
  74. "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
  75. "dependencies": {
  76. "@ampproject/remapping": "^2.2.0",
  77. "@babel/code-frame": "^7.26.0",
  78. "@babel/generator": "^7.26.0",
  79. "@babel/helper-compilation-targets": "^7.25.9",
  80. "@babel/helper-module-transforms": "^7.26.0",
  81. "@babel/helpers": "^7.26.0",
  82. "@babel/parser": "^7.26.0",
  83. "@babel/template": "^7.25.9",
  84. "@babel/traverse": "^7.25.9",
  85. "@babel/types": "^7.26.0",
  86. "convert-source-map": "^2.0.0",
  87. "debug": "^4.1.0",
  88. "gensync": "^1.0.0-beta.2",
  89. "json5": "^2.2.3",
  90. "semver": "^6.3.1"
  91. },
  92. "engines": {
  93. "node": ">=6.9.0"
  94. },
  95. "funding": {
  96. "type": "opencollective",
  97. "url": "https://opencollective.com/babel"
  98. }
  99. },
  100. "node_modules/@babel/core/node_modules/semver": {
  101. "version": "6.3.1",
  102. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  103. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  104. "bin": {
  105. "semver": "bin/semver.js"
  106. }
  107. },
  108. "node_modules/@babel/generator": {
  109. "version": "7.26.5",
  110. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.26.5.tgz",
  111. "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==",
  112. "dependencies": {
  113. "@babel/parser": "^7.26.5",
  114. "@babel/types": "^7.26.5",
  115. "@jridgewell/gen-mapping": "^0.3.5",
  116. "@jridgewell/trace-mapping": "^0.3.25",
  117. "jsesc": "^3.0.2"
  118. },
  119. "engines": {
  120. "node": ">=6.9.0"
  121. }
  122. },
  123. "node_modules/@babel/helper-annotate-as-pure": {
  124. "version": "7.25.9",
  125. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
  126. "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
  127. "dependencies": {
  128. "@babel/types": "^7.25.9"
  129. },
  130. "engines": {
  131. "node": ">=6.9.0"
  132. }
  133. },
  134. "node_modules/@babel/helper-compilation-targets": {
  135. "version": "7.26.5",
  136. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",
  137. "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",
  138. "dependencies": {
  139. "@babel/compat-data": "^7.26.5",
  140. "@babel/helper-validator-option": "^7.25.9",
  141. "browserslist": "^4.24.0",
  142. "lru-cache": "^5.1.1",
  143. "semver": "^6.3.1"
  144. },
  145. "engines": {
  146. "node": ">=6.9.0"
  147. }
  148. },
  149. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  150. "version": "6.3.1",
  151. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  152. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  153. "bin": {
  154. "semver": "bin/semver.js"
  155. }
  156. },
  157. "node_modules/@babel/helper-create-class-features-plugin": {
  158. "version": "7.25.9",
  159. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
  160. "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
  161. "dependencies": {
  162. "@babel/helper-annotate-as-pure": "^7.25.9",
  163. "@babel/helper-member-expression-to-functions": "^7.25.9",
  164. "@babel/helper-optimise-call-expression": "^7.25.9",
  165. "@babel/helper-replace-supers": "^7.25.9",
  166. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  167. "@babel/traverse": "^7.25.9",
  168. "semver": "^6.3.1"
  169. },
  170. "engines": {
  171. "node": ">=6.9.0"
  172. },
  173. "peerDependencies": {
  174. "@babel/core": "^7.0.0"
  175. }
  176. },
  177. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  178. "version": "6.3.1",
  179. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  180. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  181. "bin": {
  182. "semver": "bin/semver.js"
  183. }
  184. },
  185. "node_modules/@babel/helper-member-expression-to-functions": {
  186. "version": "7.25.9",
  187. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
  188. "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
  189. "dependencies": {
  190. "@babel/traverse": "^7.25.9",
  191. "@babel/types": "^7.25.9"
  192. },
  193. "engines": {
  194. "node": ">=6.9.0"
  195. }
  196. },
  197. "node_modules/@babel/helper-module-imports": {
  198. "version": "7.25.9",
  199. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
  200. "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
  201. "dependencies": {
  202. "@babel/traverse": "^7.25.9",
  203. "@babel/types": "^7.25.9"
  204. },
  205. "engines": {
  206. "node": ">=6.9.0"
  207. }
  208. },
  209. "node_modules/@babel/helper-module-transforms": {
  210. "version": "7.26.0",
  211. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
  212. "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
  213. "dependencies": {
  214. "@babel/helper-module-imports": "^7.25.9",
  215. "@babel/helper-validator-identifier": "^7.25.9",
  216. "@babel/traverse": "^7.25.9"
  217. },
  218. "engines": {
  219. "node": ">=6.9.0"
  220. },
  221. "peerDependencies": {
  222. "@babel/core": "^7.0.0"
  223. }
  224. },
  225. "node_modules/@babel/helper-optimise-call-expression": {
  226. "version": "7.25.9",
  227. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
  228. "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
  229. "dependencies": {
  230. "@babel/types": "^7.25.9"
  231. },
  232. "engines": {
  233. "node": ">=6.9.0"
  234. }
  235. },
  236. "node_modules/@babel/helper-plugin-utils": {
  237. "version": "7.26.5",
  238. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
  239. "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
  240. "engines": {
  241. "node": ">=6.9.0"
  242. }
  243. },
  244. "node_modules/@babel/helper-replace-supers": {
  245. "version": "7.26.5",
  246. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
  247. "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
  248. "dependencies": {
  249. "@babel/helper-member-expression-to-functions": "^7.25.9",
  250. "@babel/helper-optimise-call-expression": "^7.25.9",
  251. "@babel/traverse": "^7.26.5"
  252. },
  253. "engines": {
  254. "node": ">=6.9.0"
  255. },
  256. "peerDependencies": {
  257. "@babel/core": "^7.0.0"
  258. }
  259. },
  260. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  261. "version": "7.25.9",
  262. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
  263. "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
  264. "dependencies": {
  265. "@babel/traverse": "^7.25.9",
  266. "@babel/types": "^7.25.9"
  267. },
  268. "engines": {
  269. "node": ">=6.9.0"
  270. }
  271. },
  272. "node_modules/@babel/helper-string-parser": {
  273. "version": "7.25.9",
  274. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  275. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  276. "engines": {
  277. "node": ">=6.9.0"
  278. }
  279. },
  280. "node_modules/@babel/helper-validator-identifier": {
  281. "version": "7.25.9",
  282. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  283. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  284. "engines": {
  285. "node": ">=6.9.0"
  286. }
  287. },
  288. "node_modules/@babel/helper-validator-option": {
  289. "version": "7.25.9",
  290. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
  291. "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
  292. "engines": {
  293. "node": ">=6.9.0"
  294. }
  295. },
  296. "node_modules/@babel/helpers": {
  297. "version": "7.26.0",
  298. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.26.0.tgz",
  299. "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
  300. "dependencies": {
  301. "@babel/template": "^7.25.9",
  302. "@babel/types": "^7.26.0"
  303. },
  304. "engines": {
  305. "node": ">=6.9.0"
  306. }
  307. },
  308. "node_modules/@babel/parser": {
  309. "version": "7.26.5",
  310. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.5.tgz",
  311. "integrity": "sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==",
  312. "dependencies": {
  313. "@babel/types": "^7.26.5"
  314. },
  315. "bin": {
  316. "parser": "bin/babel-parser.js"
  317. },
  318. "engines": {
  319. "node": ">=6.0.0"
  320. }
  321. },
  322. "node_modules/@babel/plugin-proposal-decorators": {
  323. "version": "7.25.9",
  324. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
  325. "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
  326. "dependencies": {
  327. "@babel/helper-create-class-features-plugin": "^7.25.9",
  328. "@babel/helper-plugin-utils": "^7.25.9",
  329. "@babel/plugin-syntax-decorators": "^7.25.9"
  330. },
  331. "engines": {
  332. "node": ">=6.9.0"
  333. },
  334. "peerDependencies": {
  335. "@babel/core": "^7.0.0-0"
  336. }
  337. },
  338. "node_modules/@babel/plugin-syntax-decorators": {
  339. "version": "7.25.9",
  340. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
  341. "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
  342. "dependencies": {
  343. "@babel/helper-plugin-utils": "^7.25.9"
  344. },
  345. "engines": {
  346. "node": ">=6.9.0"
  347. },
  348. "peerDependencies": {
  349. "@babel/core": "^7.0.0-0"
  350. }
  351. },
  352. "node_modules/@babel/plugin-syntax-import-attributes": {
  353. "version": "7.26.0",
  354. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
  355. "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
  356. "dependencies": {
  357. "@babel/helper-plugin-utils": "^7.25.9"
  358. },
  359. "engines": {
  360. "node": ">=6.9.0"
  361. },
  362. "peerDependencies": {
  363. "@babel/core": "^7.0.0-0"
  364. }
  365. },
  366. "node_modules/@babel/plugin-syntax-import-meta": {
  367. "version": "7.10.4",
  368. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  369. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  370. "dependencies": {
  371. "@babel/helper-plugin-utils": "^7.10.4"
  372. },
  373. "peerDependencies": {
  374. "@babel/core": "^7.0.0-0"
  375. }
  376. },
  377. "node_modules/@babel/plugin-syntax-jsx": {
  378. "version": "7.25.9",
  379. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
  380. "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
  381. "dependencies": {
  382. "@babel/helper-plugin-utils": "^7.25.9"
  383. },
  384. "engines": {
  385. "node": ">=6.9.0"
  386. },
  387. "peerDependencies": {
  388. "@babel/core": "^7.0.0-0"
  389. }
  390. },
  391. "node_modules/@babel/plugin-syntax-typescript": {
  392. "version": "7.25.9",
  393. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
  394. "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
  395. "dependencies": {
  396. "@babel/helper-plugin-utils": "^7.25.9"
  397. },
  398. "engines": {
  399. "node": ">=6.9.0"
  400. },
  401. "peerDependencies": {
  402. "@babel/core": "^7.0.0-0"
  403. }
  404. },
  405. "node_modules/@babel/plugin-transform-typescript": {
  406. "version": "7.26.5",
  407. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.5.tgz",
  408. "integrity": "sha512-GJhPO0y8SD5EYVCy2Zr+9dSZcEgaSmq5BLR0Oc25TOEhC+ba49vUAGZFjy8v79z9E1mdldq4x9d1xgh4L1d5dQ==",
  409. "dependencies": {
  410. "@babel/helper-annotate-as-pure": "^7.25.9",
  411. "@babel/helper-create-class-features-plugin": "^7.25.9",
  412. "@babel/helper-plugin-utils": "^7.26.5",
  413. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  414. "@babel/plugin-syntax-typescript": "^7.25.9"
  415. },
  416. "engines": {
  417. "node": ">=6.9.0"
  418. },
  419. "peerDependencies": {
  420. "@babel/core": "^7.0.0-0"
  421. }
  422. },
  423. "node_modules/@babel/standalone": {
  424. "version": "7.26.6",
  425. "resolved": "https://registry.npmmirror.com/@babel/standalone/-/standalone-7.26.6.tgz",
  426. "integrity": "sha512-h1mkoNFYCqDkS+vTLGzsQYvp1v1qbuugk4lOtb/oyjArZ+EtreAaxcSYg3rSIzWZRQOjx4iqGe7A8NRYIMSTTw==",
  427. "engines": {
  428. "node": ">=6.9.0"
  429. }
  430. },
  431. "node_modules/@babel/template": {
  432. "version": "7.25.9",
  433. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.9.tgz",
  434. "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
  435. "dependencies": {
  436. "@babel/code-frame": "^7.25.9",
  437. "@babel/parser": "^7.25.9",
  438. "@babel/types": "^7.25.9"
  439. },
  440. "engines": {
  441. "node": ">=6.9.0"
  442. }
  443. },
  444. "node_modules/@babel/traverse": {
  445. "version": "7.26.5",
  446. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.26.5.tgz",
  447. "integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==",
  448. "dependencies": {
  449. "@babel/code-frame": "^7.26.2",
  450. "@babel/generator": "^7.26.5",
  451. "@babel/parser": "^7.26.5",
  452. "@babel/template": "^7.25.9",
  453. "@babel/types": "^7.26.5",
  454. "debug": "^4.3.1",
  455. "globals": "^11.1.0"
  456. },
  457. "engines": {
  458. "node": ">=6.9.0"
  459. }
  460. },
  461. "node_modules/@babel/types": {
  462. "version": "7.26.5",
  463. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.5.tgz",
  464. "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==",
  465. "dependencies": {
  466. "@babel/helper-string-parser": "^7.25.9",
  467. "@babel/helper-validator-identifier": "^7.25.9"
  468. },
  469. "engines": {
  470. "node": ">=6.9.0"
  471. }
  472. },
  473. "node_modules/@cloudflare/kv-asset-handler": {
  474. "version": "0.3.4",
  475. "resolved": "https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz",
  476. "integrity": "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==",
  477. "dependencies": {
  478. "mime": "^3.0.0"
  479. },
  480. "engines": {
  481. "node": ">=16.13"
  482. }
  483. },
  484. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  485. "version": "3.0.0",
  486. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  487. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  488. "bin": {
  489. "mime": "cli.js"
  490. },
  491. "engines": {
  492. "node": ">=10.0.0"
  493. }
  494. },
  495. "node_modules/@ctrl/tinycolor": {
  496. "version": "3.6.1",
  497. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  498. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  499. "engines": {
  500. "node": ">=10"
  501. }
  502. },
  503. "node_modules/@element-plus/icons-vue": {
  504. "version": "2.3.1",
  505. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  506. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  507. "peerDependencies": {
  508. "vue": "^3.2.0"
  509. }
  510. },
  511. "node_modules/@element-plus/nuxt": {
  512. "version": "1.1.1",
  513. "resolved": "https://registry.npmmirror.com/@element-plus/nuxt/-/nuxt-1.1.1.tgz",
  514. "integrity": "sha512-/A+a7mbmWtWfL4jW4fUlxGoUlCBtVQOv6JV9pwYIctpyqoyJjyt6dbyZ8v700KkMTec61oyPEd/dvp+ZO94J7w==",
  515. "dependencies": {
  516. "@nuxt/kit": "^3.13.2",
  517. "magic-string": "^0.27.0",
  518. "unplugin": "^1.15.0"
  519. },
  520. "peerDependencies": {
  521. "@element-plus/icons-vue": ">=0.2.6",
  522. "element-plus": ">=2"
  523. }
  524. },
  525. "node_modules/@esbuild/aix-ppc64": {
  526. "version": "0.24.2",
  527. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz",
  528. "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==",
  529. "cpu": [
  530. "ppc64"
  531. ],
  532. "optional": true,
  533. "os": [
  534. "aix"
  535. ],
  536. "engines": {
  537. "node": ">=18"
  538. }
  539. },
  540. "node_modules/@esbuild/android-arm": {
  541. "version": "0.24.2",
  542. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.24.2.tgz",
  543. "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==",
  544. "cpu": [
  545. "arm"
  546. ],
  547. "optional": true,
  548. "os": [
  549. "android"
  550. ],
  551. "engines": {
  552. "node": ">=18"
  553. }
  554. },
  555. "node_modules/@esbuild/android-arm64": {
  556. "version": "0.24.2",
  557. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz",
  558. "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==",
  559. "cpu": [
  560. "arm64"
  561. ],
  562. "optional": true,
  563. "os": [
  564. "android"
  565. ],
  566. "engines": {
  567. "node": ">=18"
  568. }
  569. },
  570. "node_modules/@esbuild/android-x64": {
  571. "version": "0.24.2",
  572. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.24.2.tgz",
  573. "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==",
  574. "cpu": [
  575. "x64"
  576. ],
  577. "optional": true,
  578. "os": [
  579. "android"
  580. ],
  581. "engines": {
  582. "node": ">=18"
  583. }
  584. },
  585. "node_modules/@esbuild/darwin-arm64": {
  586. "version": "0.24.2",
  587. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz",
  588. "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==",
  589. "cpu": [
  590. "arm64"
  591. ],
  592. "optional": true,
  593. "os": [
  594. "darwin"
  595. ],
  596. "engines": {
  597. "node": ">=18"
  598. }
  599. },
  600. "node_modules/@esbuild/darwin-x64": {
  601. "version": "0.24.2",
  602. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz",
  603. "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==",
  604. "cpu": [
  605. "x64"
  606. ],
  607. "optional": true,
  608. "os": [
  609. "darwin"
  610. ],
  611. "engines": {
  612. "node": ">=18"
  613. }
  614. },
  615. "node_modules/@esbuild/freebsd-arm64": {
  616. "version": "0.24.2",
  617. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz",
  618. "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==",
  619. "cpu": [
  620. "arm64"
  621. ],
  622. "optional": true,
  623. "os": [
  624. "freebsd"
  625. ],
  626. "engines": {
  627. "node": ">=18"
  628. }
  629. },
  630. "node_modules/@esbuild/freebsd-x64": {
  631. "version": "0.24.2",
  632. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz",
  633. "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==",
  634. "cpu": [
  635. "x64"
  636. ],
  637. "optional": true,
  638. "os": [
  639. "freebsd"
  640. ],
  641. "engines": {
  642. "node": ">=18"
  643. }
  644. },
  645. "node_modules/@esbuild/linux-arm": {
  646. "version": "0.24.2",
  647. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz",
  648. "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==",
  649. "cpu": [
  650. "arm"
  651. ],
  652. "optional": true,
  653. "os": [
  654. "linux"
  655. ],
  656. "engines": {
  657. "node": ">=18"
  658. }
  659. },
  660. "node_modules/@esbuild/linux-arm64": {
  661. "version": "0.24.2",
  662. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz",
  663. "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==",
  664. "cpu": [
  665. "arm64"
  666. ],
  667. "optional": true,
  668. "os": [
  669. "linux"
  670. ],
  671. "engines": {
  672. "node": ">=18"
  673. }
  674. },
  675. "node_modules/@esbuild/linux-ia32": {
  676. "version": "0.24.2",
  677. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz",
  678. "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==",
  679. "cpu": [
  680. "ia32"
  681. ],
  682. "optional": true,
  683. "os": [
  684. "linux"
  685. ],
  686. "engines": {
  687. "node": ">=18"
  688. }
  689. },
  690. "node_modules/@esbuild/linux-loong64": {
  691. "version": "0.24.2",
  692. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz",
  693. "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==",
  694. "cpu": [
  695. "loong64"
  696. ],
  697. "optional": true,
  698. "os": [
  699. "linux"
  700. ],
  701. "engines": {
  702. "node": ">=18"
  703. }
  704. },
  705. "node_modules/@esbuild/linux-mips64el": {
  706. "version": "0.24.2",
  707. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz",
  708. "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==",
  709. "cpu": [
  710. "mips64el"
  711. ],
  712. "optional": true,
  713. "os": [
  714. "linux"
  715. ],
  716. "engines": {
  717. "node": ">=18"
  718. }
  719. },
  720. "node_modules/@esbuild/linux-ppc64": {
  721. "version": "0.24.2",
  722. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz",
  723. "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==",
  724. "cpu": [
  725. "ppc64"
  726. ],
  727. "optional": true,
  728. "os": [
  729. "linux"
  730. ],
  731. "engines": {
  732. "node": ">=18"
  733. }
  734. },
  735. "node_modules/@esbuild/linux-riscv64": {
  736. "version": "0.24.2",
  737. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz",
  738. "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==",
  739. "cpu": [
  740. "riscv64"
  741. ],
  742. "optional": true,
  743. "os": [
  744. "linux"
  745. ],
  746. "engines": {
  747. "node": ">=18"
  748. }
  749. },
  750. "node_modules/@esbuild/linux-s390x": {
  751. "version": "0.24.2",
  752. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz",
  753. "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==",
  754. "cpu": [
  755. "s390x"
  756. ],
  757. "optional": true,
  758. "os": [
  759. "linux"
  760. ],
  761. "engines": {
  762. "node": ">=18"
  763. }
  764. },
  765. "node_modules/@esbuild/linux-x64": {
  766. "version": "0.24.2",
  767. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz",
  768. "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==",
  769. "cpu": [
  770. "x64"
  771. ],
  772. "optional": true,
  773. "os": [
  774. "linux"
  775. ],
  776. "engines": {
  777. "node": ">=18"
  778. }
  779. },
  780. "node_modules/@esbuild/netbsd-arm64": {
  781. "version": "0.24.2",
  782. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz",
  783. "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==",
  784. "cpu": [
  785. "arm64"
  786. ],
  787. "optional": true,
  788. "os": [
  789. "netbsd"
  790. ],
  791. "engines": {
  792. "node": ">=18"
  793. }
  794. },
  795. "node_modules/@esbuild/netbsd-x64": {
  796. "version": "0.24.2",
  797. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz",
  798. "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==",
  799. "cpu": [
  800. "x64"
  801. ],
  802. "optional": true,
  803. "os": [
  804. "netbsd"
  805. ],
  806. "engines": {
  807. "node": ">=18"
  808. }
  809. },
  810. "node_modules/@esbuild/openbsd-arm64": {
  811. "version": "0.24.2",
  812. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz",
  813. "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==",
  814. "cpu": [
  815. "arm64"
  816. ],
  817. "optional": true,
  818. "os": [
  819. "openbsd"
  820. ],
  821. "engines": {
  822. "node": ">=18"
  823. }
  824. },
  825. "node_modules/@esbuild/openbsd-x64": {
  826. "version": "0.24.2",
  827. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz",
  828. "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==",
  829. "cpu": [
  830. "x64"
  831. ],
  832. "optional": true,
  833. "os": [
  834. "openbsd"
  835. ],
  836. "engines": {
  837. "node": ">=18"
  838. }
  839. },
  840. "node_modules/@esbuild/sunos-x64": {
  841. "version": "0.24.2",
  842. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz",
  843. "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==",
  844. "cpu": [
  845. "x64"
  846. ],
  847. "optional": true,
  848. "os": [
  849. "sunos"
  850. ],
  851. "engines": {
  852. "node": ">=18"
  853. }
  854. },
  855. "node_modules/@esbuild/win32-arm64": {
  856. "version": "0.24.2",
  857. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz",
  858. "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==",
  859. "cpu": [
  860. "arm64"
  861. ],
  862. "optional": true,
  863. "os": [
  864. "win32"
  865. ],
  866. "engines": {
  867. "node": ">=18"
  868. }
  869. },
  870. "node_modules/@esbuild/win32-ia32": {
  871. "version": "0.24.2",
  872. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz",
  873. "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==",
  874. "cpu": [
  875. "ia32"
  876. ],
  877. "optional": true,
  878. "os": [
  879. "win32"
  880. ],
  881. "engines": {
  882. "node": ">=18"
  883. }
  884. },
  885. "node_modules/@esbuild/win32-x64": {
  886. "version": "0.24.2",
  887. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz",
  888. "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==",
  889. "cpu": [
  890. "x64"
  891. ],
  892. "optional": true,
  893. "os": [
  894. "win32"
  895. ],
  896. "engines": {
  897. "node": ">=18"
  898. }
  899. },
  900. "node_modules/@floating-ui/core": {
  901. "version": "1.6.9",
  902. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.9.tgz",
  903. "integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==",
  904. "dependencies": {
  905. "@floating-ui/utils": "^0.2.9"
  906. }
  907. },
  908. "node_modules/@floating-ui/dom": {
  909. "version": "1.6.13",
  910. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.6.13.tgz",
  911. "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==",
  912. "dependencies": {
  913. "@floating-ui/core": "^1.6.0",
  914. "@floating-ui/utils": "^0.2.9"
  915. }
  916. },
  917. "node_modules/@floating-ui/utils": {
  918. "version": "0.2.9",
  919. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.9.tgz",
  920. "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg=="
  921. },
  922. "node_modules/@gauseen/nuxt-proxy": {
  923. "version": "1.0.1",
  924. "resolved": "https://registry.npmmirror.com/@gauseen/nuxt-proxy/-/nuxt-proxy-1.0.1.tgz",
  925. "integrity": "sha512-9uDd8AAGrKU2q1SPOkajL8y0AFKVBoeHrGtmcvr7FJ2VzZwZ1QsusUgOKsLg1qJ3xUnw7Nqgjc/rHZoaX0UlbQ==",
  926. "dependencies": {
  927. "http-proxy-middleware": "^0.18.0"
  928. }
  929. },
  930. "node_modules/@ioredis/commands": {
  931. "version": "1.2.0",
  932. "resolved": "https://registry.npmmirror.com/@ioredis/commands/-/commands-1.2.0.tgz",
  933. "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
  934. },
  935. "node_modules/@isaacs/cliui": {
  936. "version": "8.0.2",
  937. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  938. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  939. "dependencies": {
  940. "string-width": "^5.1.2",
  941. "string-width-cjs": "npm:string-width@^4.2.0",
  942. "strip-ansi": "^7.0.1",
  943. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  944. "wrap-ansi": "^8.1.0",
  945. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  946. },
  947. "engines": {
  948. "node": ">=12"
  949. }
  950. },
  951. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  952. "version": "6.1.0",
  953. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  954. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  955. "engines": {
  956. "node": ">=12"
  957. },
  958. "funding": {
  959. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  960. }
  961. },
  962. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  963. "version": "6.2.1",
  964. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  965. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  966. "engines": {
  967. "node": ">=12"
  968. },
  969. "funding": {
  970. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  971. }
  972. },
  973. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  974. "version": "9.2.2",
  975. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  976. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  977. },
  978. "node_modules/@isaacs/cliui/node_modules/string-width": {
  979. "version": "5.1.2",
  980. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  981. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  982. "dependencies": {
  983. "eastasianwidth": "^0.2.0",
  984. "emoji-regex": "^9.2.2",
  985. "strip-ansi": "^7.0.1"
  986. },
  987. "engines": {
  988. "node": ">=12"
  989. },
  990. "funding": {
  991. "url": "https://github.com/sponsors/sindresorhus"
  992. }
  993. },
  994. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  995. "version": "7.1.0",
  996. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  997. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  998. "dependencies": {
  999. "ansi-regex": "^6.0.1"
  1000. },
  1001. "engines": {
  1002. "node": ">=12"
  1003. },
  1004. "funding": {
  1005. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1006. }
  1007. },
  1008. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1009. "version": "8.1.0",
  1010. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1011. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1012. "dependencies": {
  1013. "ansi-styles": "^6.1.0",
  1014. "string-width": "^5.0.1",
  1015. "strip-ansi": "^7.0.1"
  1016. },
  1017. "engines": {
  1018. "node": ">=12"
  1019. },
  1020. "funding": {
  1021. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1022. }
  1023. },
  1024. "node_modules/@isaacs/fs-minipass": {
  1025. "version": "4.0.1",
  1026. "resolved": "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1027. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1028. "dependencies": {
  1029. "minipass": "^7.0.4"
  1030. },
  1031. "engines": {
  1032. "node": ">=18.0.0"
  1033. }
  1034. },
  1035. "node_modules/@isaacs/fs-minipass/node_modules/minipass": {
  1036. "version": "7.1.2",
  1037. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  1038. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  1039. "engines": {
  1040. "node": ">=16 || 14 >=14.17"
  1041. }
  1042. },
  1043. "node_modules/@jridgewell/gen-mapping": {
  1044. "version": "0.3.8",
  1045. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  1046. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  1047. "dependencies": {
  1048. "@jridgewell/set-array": "^1.2.1",
  1049. "@jridgewell/sourcemap-codec": "^1.4.10",
  1050. "@jridgewell/trace-mapping": "^0.3.24"
  1051. },
  1052. "engines": {
  1053. "node": ">=6.0.0"
  1054. }
  1055. },
  1056. "node_modules/@jridgewell/resolve-uri": {
  1057. "version": "3.1.2",
  1058. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1059. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1060. "engines": {
  1061. "node": ">=6.0.0"
  1062. }
  1063. },
  1064. "node_modules/@jridgewell/set-array": {
  1065. "version": "1.2.1",
  1066. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1067. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1068. "engines": {
  1069. "node": ">=6.0.0"
  1070. }
  1071. },
  1072. "node_modules/@jridgewell/source-map": {
  1073. "version": "0.3.6",
  1074. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  1075. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  1076. "dependencies": {
  1077. "@jridgewell/gen-mapping": "^0.3.5",
  1078. "@jridgewell/trace-mapping": "^0.3.25"
  1079. }
  1080. },
  1081. "node_modules/@jridgewell/sourcemap-codec": {
  1082. "version": "1.5.0",
  1083. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1084. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
  1085. },
  1086. "node_modules/@jridgewell/trace-mapping": {
  1087. "version": "0.3.25",
  1088. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1089. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1090. "dependencies": {
  1091. "@jridgewell/resolve-uri": "^3.1.0",
  1092. "@jridgewell/sourcemap-codec": "^1.4.14"
  1093. }
  1094. },
  1095. "node_modules/@kwsites/file-exists": {
  1096. "version": "1.1.1",
  1097. "resolved": "https://registry.npmmirror.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1098. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1099. "dependencies": {
  1100. "debug": "^4.1.1"
  1101. }
  1102. },
  1103. "node_modules/@kwsites/promise-deferred": {
  1104. "version": "1.1.1",
  1105. "resolved": "https://registry.npmmirror.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1106. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
  1107. },
  1108. "node_modules/@mapbox/node-pre-gyp": {
  1109. "version": "2.0.0-rc.0",
  1110. "resolved": "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.0-rc.0.tgz",
  1111. "integrity": "sha512-nhSMNprz3WmeRvd8iUs5JqkKr0Ncx46JtPxM3AhXes84XpSJfmIwKeWXRpsr53S7kqPkQfPhzrMFUxSNb23qSA==",
  1112. "dependencies": {
  1113. "consola": "^3.2.3",
  1114. "detect-libc": "^2.0.0",
  1115. "https-proxy-agent": "^7.0.5",
  1116. "node-fetch": "^2.6.7",
  1117. "nopt": "^8.0.0",
  1118. "semver": "^7.5.3",
  1119. "tar": "^7.4.0"
  1120. },
  1121. "bin": {
  1122. "node-pre-gyp": "bin/node-pre-gyp"
  1123. },
  1124. "engines": {
  1125. "node": ">=18"
  1126. }
  1127. },
  1128. "node_modules/@mapbox/node-pre-gyp/node_modules/chownr": {
  1129. "version": "3.0.0",
  1130. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz",
  1131. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  1132. "engines": {
  1133. "node": ">=18"
  1134. }
  1135. },
  1136. "node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc": {
  1137. "version": "2.0.3",
  1138. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz",
  1139. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  1140. "engines": {
  1141. "node": ">=8"
  1142. }
  1143. },
  1144. "node_modules/@mapbox/node-pre-gyp/node_modules/minipass": {
  1145. "version": "7.1.2",
  1146. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  1147. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  1148. "engines": {
  1149. "node": ">=16 || 14 >=14.17"
  1150. }
  1151. },
  1152. "node_modules/@mapbox/node-pre-gyp/node_modules/minizlib": {
  1153. "version": "3.0.1",
  1154. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-3.0.1.tgz",
  1155. "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
  1156. "dependencies": {
  1157. "minipass": "^7.0.4",
  1158. "rimraf": "^5.0.5"
  1159. },
  1160. "engines": {
  1161. "node": ">= 18"
  1162. }
  1163. },
  1164. "node_modules/@mapbox/node-pre-gyp/node_modules/mkdirp": {
  1165. "version": "3.0.1",
  1166. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-3.0.1.tgz",
  1167. "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
  1168. "bin": {
  1169. "mkdirp": "dist/cjs/src/bin.js"
  1170. },
  1171. "engines": {
  1172. "node": ">=10"
  1173. },
  1174. "funding": {
  1175. "url": "https://github.com/sponsors/isaacs"
  1176. }
  1177. },
  1178. "node_modules/@mapbox/node-pre-gyp/node_modules/tar": {
  1179. "version": "7.4.3",
  1180. "resolved": "https://registry.npmmirror.com/tar/-/tar-7.4.3.tgz",
  1181. "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
  1182. "dependencies": {
  1183. "@isaacs/fs-minipass": "^4.0.0",
  1184. "chownr": "^3.0.0",
  1185. "minipass": "^7.1.2",
  1186. "minizlib": "^3.0.1",
  1187. "mkdirp": "^3.0.1",
  1188. "yallist": "^5.0.0"
  1189. },
  1190. "engines": {
  1191. "node": ">=18"
  1192. }
  1193. },
  1194. "node_modules/@mapbox/node-pre-gyp/node_modules/yallist": {
  1195. "version": "5.0.0",
  1196. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz",
  1197. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  1198. "engines": {
  1199. "node": ">=18"
  1200. }
  1201. },
  1202. "node_modules/@netlify/functions": {
  1203. "version": "2.8.2",
  1204. "resolved": "https://registry.npmmirror.com/@netlify/functions/-/functions-2.8.2.tgz",
  1205. "integrity": "sha512-DeoAQh8LuNPvBE4qsKlezjKj0PyXDryOFJfJKo3Z1qZLKzQ21sT314KQKPVjfvw6knqijj+IO+0kHXy/TJiqNA==",
  1206. "dependencies": {
  1207. "@netlify/serverless-functions-api": "1.26.1"
  1208. },
  1209. "engines": {
  1210. "node": ">=14.0.0"
  1211. }
  1212. },
  1213. "node_modules/@netlify/node-cookies": {
  1214. "version": "0.1.0",
  1215. "resolved": "https://registry.npmmirror.com/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
  1216. "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
  1217. "engines": {
  1218. "node": "^14.16.0 || >=16.0.0"
  1219. }
  1220. },
  1221. "node_modules/@netlify/serverless-functions-api": {
  1222. "version": "1.26.1",
  1223. "resolved": "https://registry.npmmirror.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.1.tgz",
  1224. "integrity": "sha512-q3L9i3HoNfz0SGpTIS4zTcKBbRkxzCRpd169eyiTuk3IwcPC3/85mzLHranlKo2b+HYT0gu37YxGB45aD8A3Tw==",
  1225. "dependencies": {
  1226. "@netlify/node-cookies": "^0.1.0",
  1227. "urlpattern-polyfill": "8.0.2"
  1228. },
  1229. "engines": {
  1230. "node": ">=18.0.0"
  1231. }
  1232. },
  1233. "node_modules/@nodelib/fs.scandir": {
  1234. "version": "2.1.5",
  1235. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1236. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1237. "dependencies": {
  1238. "@nodelib/fs.stat": "2.0.5",
  1239. "run-parallel": "^1.1.9"
  1240. },
  1241. "engines": {
  1242. "node": ">= 8"
  1243. }
  1244. },
  1245. "node_modules/@nodelib/fs.stat": {
  1246. "version": "2.0.5",
  1247. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1248. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1249. "engines": {
  1250. "node": ">= 8"
  1251. }
  1252. },
  1253. "node_modules/@nodelib/fs.walk": {
  1254. "version": "1.2.8",
  1255. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1256. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1257. "dependencies": {
  1258. "@nodelib/fs.scandir": "2.1.5",
  1259. "fastq": "^1.6.0"
  1260. },
  1261. "engines": {
  1262. "node": ">= 8"
  1263. }
  1264. },
  1265. "node_modules/@nuxt/cli": {
  1266. "version": "3.20.0",
  1267. "resolved": "https://registry.npmmirror.com/@nuxt/cli/-/cli-3.20.0.tgz",
  1268. "integrity": "sha512-TmQPjIHXJFPTssPMMFuLF48nr9cm6ctaNwrnhDFl4xLunfLR4rrMJNJAQhepWyukg970ZgokZVbUYMqf6eCnTQ==",
  1269. "dependencies": {
  1270. "c12": "^2.0.1",
  1271. "chokidar": "^4.0.3",
  1272. "citty": "^0.1.6",
  1273. "clipboardy": "^4.0.0",
  1274. "consola": "^3.3.3",
  1275. "defu": "^6.1.4",
  1276. "fuse.js": "^7.0.0",
  1277. "giget": "^1.2.3",
  1278. "h3": "^1.13.0",
  1279. "httpxy": "^0.1.5",
  1280. "jiti": "^2.4.2",
  1281. "listhen": "^1.9.0",
  1282. "nypm": "^0.4.1",
  1283. "ofetch": "^1.4.1",
  1284. "ohash": "^1.1.4",
  1285. "pathe": "^2.0.1",
  1286. "perfect-debounce": "^1.0.0",
  1287. "pkg-types": "^1.3.0",
  1288. "scule": "^1.3.0",
  1289. "semver": "^7.6.3",
  1290. "std-env": "^3.8.0",
  1291. "tinyexec": "^0.3.2",
  1292. "ufo": "^1.5.4"
  1293. },
  1294. "bin": {
  1295. "nuxi": "bin/nuxi.mjs",
  1296. "nuxi-ng": "bin/nuxi.mjs",
  1297. "nuxt": "bin/nuxi.mjs",
  1298. "nuxt-cli": "bin/nuxi.mjs"
  1299. },
  1300. "engines": {
  1301. "node": "^16.10.0 || >=18.0.0"
  1302. }
  1303. },
  1304. "node_modules/@nuxt/cli/node_modules/nypm": {
  1305. "version": "0.4.1",
  1306. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.4.1.tgz",
  1307. "integrity": "sha512-1b9mihliBh8UCcKtcGRu//G50iHpjxIQVUqkdhPT/SDVE7KdJKoHXLS0heuYTQCx95dFqiyUbXZB9r8ikn+93g==",
  1308. "dependencies": {
  1309. "citty": "^0.1.6",
  1310. "consola": "^3.2.3",
  1311. "pathe": "^1.1.2",
  1312. "pkg-types": "^1.2.1",
  1313. "tinyexec": "^0.3.1",
  1314. "ufo": "^1.5.4"
  1315. },
  1316. "bin": {
  1317. "nypm": "dist/cli.mjs"
  1318. },
  1319. "engines": {
  1320. "node": "^14.16.0 || >=16.10.0"
  1321. }
  1322. },
  1323. "node_modules/@nuxt/cli/node_modules/nypm/node_modules/pathe": {
  1324. "version": "1.1.2",
  1325. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  1326. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  1327. },
  1328. "node_modules/@nuxt/devalue": {
  1329. "version": "2.0.2",
  1330. "resolved": "https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1331. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="
  1332. },
  1333. "node_modules/@nuxt/devtools": {
  1334. "version": "1.7.0",
  1335. "resolved": "https://registry.npmmirror.com/@nuxt/devtools/-/devtools-1.7.0.tgz",
  1336. "integrity": "sha512-uvnjt5Zowkz7tZmnks2cGreg1XZIiSyVzQ2MYiRXACodlXcwJ0dpUS3WTxu8BR562K+772oRdvKie9AQlyZUgg==",
  1337. "dependencies": {
  1338. "@antfu/utils": "^0.7.10",
  1339. "@nuxt/devtools-kit": "1.7.0",
  1340. "@nuxt/devtools-wizard": "1.7.0",
  1341. "@nuxt/kit": "^3.15.0",
  1342. "@vue/devtools-core": "7.6.8",
  1343. "@vue/devtools-kit": "7.6.8",
  1344. "birpc": "^0.2.19",
  1345. "consola": "^3.3.1",
  1346. "cronstrue": "^2.52.0",
  1347. "destr": "^2.0.3",
  1348. "error-stack-parser-es": "^0.1.5",
  1349. "execa": "^7.2.0",
  1350. "fast-npm-meta": "^0.2.2",
  1351. "flatted": "^3.3.2",
  1352. "get-port-please": "^3.1.2",
  1353. "hookable": "^5.5.3",
  1354. "image-meta": "^0.2.1",
  1355. "is-installed-globally": "^1.0.0",
  1356. "launch-editor": "^2.9.1",
  1357. "local-pkg": "^0.5.1",
  1358. "magicast": "^0.3.5",
  1359. "nypm": "^0.4.1",
  1360. "ohash": "^1.1.4",
  1361. "pathe": "^1.1.2",
  1362. "perfect-debounce": "^1.0.0",
  1363. "pkg-types": "^1.2.1",
  1364. "rc9": "^2.1.2",
  1365. "scule": "^1.3.0",
  1366. "semver": "^7.6.3",
  1367. "simple-git": "^3.27.0",
  1368. "sirv": "^3.0.0",
  1369. "tinyglobby": "^0.2.10",
  1370. "unimport": "^3.14.5",
  1371. "vite-plugin-inspect": "~0.8.9",
  1372. "vite-plugin-vue-inspector": "^5.3.1",
  1373. "which": "^3.0.1",
  1374. "ws": "^8.18.0"
  1375. },
  1376. "bin": {
  1377. "devtools": "cli.mjs"
  1378. },
  1379. "peerDependencies": {
  1380. "vite": "*"
  1381. }
  1382. },
  1383. "node_modules/@nuxt/devtools-kit": {
  1384. "version": "1.7.0",
  1385. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-kit/-/devtools-kit-1.7.0.tgz",
  1386. "integrity": "sha512-+NgZ2uP5BuneqvQbe7EdOEaFEDy8762c99pLABtn7/Ur0ExEsQJMP7pYjjoTfKubhBqecr5Vo9yHkPBj1eHulQ==",
  1387. "dependencies": {
  1388. "@nuxt/kit": "^3.15.0",
  1389. "@nuxt/schema": "^3.15.0",
  1390. "execa": "^7.2.0"
  1391. },
  1392. "peerDependencies": {
  1393. "vite": "*"
  1394. }
  1395. },
  1396. "node_modules/@nuxt/devtools-wizard": {
  1397. "version": "1.7.0",
  1398. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-wizard/-/devtools-wizard-1.7.0.tgz",
  1399. "integrity": "sha512-86Gd92uEw0Dh2ErIYT9TMIrMOISE96fCRN4rxeryTvyiowQOsyrbkCeMNYrEehoRL+lohoyK6iDmFajadPNwWQ==",
  1400. "dependencies": {
  1401. "consola": "^3.3.1",
  1402. "diff": "^7.0.0",
  1403. "execa": "^7.2.0",
  1404. "global-directory": "^4.0.1",
  1405. "magicast": "^0.3.5",
  1406. "pathe": "^1.1.2",
  1407. "pkg-types": "^1.2.1",
  1408. "prompts": "^2.4.2",
  1409. "rc9": "^2.1.2",
  1410. "semver": "^7.6.3"
  1411. },
  1412. "bin": {
  1413. "devtools-wizard": "cli.mjs"
  1414. }
  1415. },
  1416. "node_modules/@nuxt/devtools-wizard/node_modules/pathe": {
  1417. "version": "1.1.2",
  1418. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  1419. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  1420. },
  1421. "node_modules/@nuxt/devtools/node_modules/nypm": {
  1422. "version": "0.4.1",
  1423. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.4.1.tgz",
  1424. "integrity": "sha512-1b9mihliBh8UCcKtcGRu//G50iHpjxIQVUqkdhPT/SDVE7KdJKoHXLS0heuYTQCx95dFqiyUbXZB9r8ikn+93g==",
  1425. "dependencies": {
  1426. "citty": "^0.1.6",
  1427. "consola": "^3.2.3",
  1428. "pathe": "^1.1.2",
  1429. "pkg-types": "^1.2.1",
  1430. "tinyexec": "^0.3.1",
  1431. "ufo": "^1.5.4"
  1432. },
  1433. "bin": {
  1434. "nypm": "dist/cli.mjs"
  1435. },
  1436. "engines": {
  1437. "node": "^14.16.0 || >=16.10.0"
  1438. }
  1439. },
  1440. "node_modules/@nuxt/devtools/node_modules/pathe": {
  1441. "version": "1.1.2",
  1442. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  1443. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  1444. },
  1445. "node_modules/@nuxt/kit": {
  1446. "version": "3.15.2",
  1447. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.15.2.tgz",
  1448. "integrity": "sha512-nxiPJVz2fICcyBKlN5pL1IgZVejyArulREsS5HvAk07hijlYuZ5toRM8soLt51VQNpFd/PedL+Z1AlYu/bQCYQ==",
  1449. "dependencies": {
  1450. "@nuxt/schema": "3.15.2",
  1451. "c12": "^2.0.1",
  1452. "consola": "^3.4.0",
  1453. "defu": "^6.1.4",
  1454. "destr": "^2.0.3",
  1455. "globby": "^14.0.2",
  1456. "ignore": "^7.0.3",
  1457. "jiti": "^2.4.2",
  1458. "klona": "^2.0.6",
  1459. "knitwork": "^1.2.0",
  1460. "mlly": "^1.7.4",
  1461. "ohash": "^1.1.4",
  1462. "pathe": "^2.0.1",
  1463. "pkg-types": "^1.3.1",
  1464. "scule": "^1.3.0",
  1465. "semver": "^7.6.3",
  1466. "std-env": "^3.8.0",
  1467. "ufo": "^1.5.4",
  1468. "unctx": "^2.4.1",
  1469. "unimport": "^3.14.6",
  1470. "untyped": "^1.5.2"
  1471. },
  1472. "engines": {
  1473. "node": ">=18.0.0"
  1474. }
  1475. },
  1476. "node_modules/@nuxt/schema": {
  1477. "version": "3.15.2",
  1478. "resolved": "https://registry.npmmirror.com/@nuxt/schema/-/schema-3.15.2.tgz",
  1479. "integrity": "sha512-cTHGbLTbrQ83B+7Mh0ggc5MzIp74o8KciA0boCiBJyK5uImH9QQNK6VgfwRWcTD5sj3WNKiIB1luOMom3LHgVw==",
  1480. "dependencies": {
  1481. "consola": "^3.4.0",
  1482. "defu": "^6.1.4",
  1483. "pathe": "^2.0.1",
  1484. "std-env": "^3.8.0"
  1485. },
  1486. "engines": {
  1487. "node": "^14.18.0 || >=16.10.0"
  1488. }
  1489. },
  1490. "node_modules/@nuxt/telemetry": {
  1491. "version": "2.6.4",
  1492. "resolved": "https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.6.4.tgz",
  1493. "integrity": "sha512-2Lgdn07Suraly5dSfVQ4ttBQBMtmjvCTGKGUHpc1UyH87HT9xCm3KLFO0UcVQ8+LNYCgoOaK7lq9qDJOfBfZ5A==",
  1494. "dependencies": {
  1495. "@nuxt/kit": "^3.15.1",
  1496. "citty": "^0.1.6",
  1497. "consola": "^3.3.1",
  1498. "destr": "^2.0.3",
  1499. "dotenv": "^16.4.7",
  1500. "git-url-parse": "^16.0.0",
  1501. "is-docker": "^3.0.0",
  1502. "ofetch": "^1.4.1",
  1503. "package-manager-detector": "^0.2.8",
  1504. "parse-git-config": "^3.0.0",
  1505. "pathe": "^2.0.0",
  1506. "rc9": "^2.1.2",
  1507. "std-env": "^3.8.0"
  1508. },
  1509. "bin": {
  1510. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1511. },
  1512. "engines": {
  1513. "node": ">=18.20.5"
  1514. }
  1515. },
  1516. "node_modules/@nuxt/vite-builder": {
  1517. "version": "3.15.2",
  1518. "resolved": "https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-3.15.2.tgz",
  1519. "integrity": "sha512-YtP6hIOKhqa1JhX0QzuULpA84lseO76bv5OqJzUl7yoaykhOkZjkEk9c20hamtMdoxhVeUAXGZJCsp9Ivjfb3g==",
  1520. "dependencies": {
  1521. "@nuxt/kit": "3.15.2",
  1522. "@rollup/plugin-replace": "^6.0.2",
  1523. "@vitejs/plugin-vue": "^5.2.1",
  1524. "@vitejs/plugin-vue-jsx": "^4.1.1",
  1525. "autoprefixer": "^10.4.20",
  1526. "consola": "^3.4.0",
  1527. "cssnano": "^7.0.6",
  1528. "defu": "^6.1.4",
  1529. "esbuild": "^0.24.2",
  1530. "escape-string-regexp": "^5.0.0",
  1531. "externality": "^1.0.2",
  1532. "get-port-please": "^3.1.2",
  1533. "h3": "^1.13.1",
  1534. "jiti": "^2.4.2",
  1535. "knitwork": "^1.2.0",
  1536. "magic-string": "^0.30.17",
  1537. "mlly": "^1.7.4",
  1538. "ohash": "^1.1.4",
  1539. "pathe": "^2.0.1",
  1540. "perfect-debounce": "^1.0.0",
  1541. "pkg-types": "^1.3.1",
  1542. "postcss": "^8.5.1",
  1543. "rollup-plugin-visualizer": "^5.13.1",
  1544. "std-env": "^3.8.0",
  1545. "ufo": "^1.5.4",
  1546. "unenv": "^1.10.0",
  1547. "unplugin": "^2.1.2",
  1548. "vite": "^6.0.7",
  1549. "vite-node": "^2.1.8",
  1550. "vite-plugin-checker": "^0.8.0",
  1551. "vue-bundle-renderer": "^2.1.1"
  1552. },
  1553. "engines": {
  1554. "node": "^18.12.0 || ^20.9.0 || >=22.0.0"
  1555. },
  1556. "peerDependencies": {
  1557. "vue": "^3.3.4"
  1558. }
  1559. },
  1560. "node_modules/@nuxt/vite-builder/node_modules/magic-string": {
  1561. "version": "0.30.17",
  1562. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  1563. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  1564. "dependencies": {
  1565. "@jridgewell/sourcemap-codec": "^1.5.0"
  1566. }
  1567. },
  1568. "node_modules/@nuxt/vite-builder/node_modules/unplugin": {
  1569. "version": "2.1.2",
  1570. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.1.2.tgz",
  1571. "integrity": "sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==",
  1572. "dependencies": {
  1573. "acorn": "^8.14.0",
  1574. "webpack-virtual-modules": "^0.6.2"
  1575. },
  1576. "engines": {
  1577. "node": ">=18.12.0"
  1578. }
  1579. },
  1580. "node_modules/@nuxtjs/sitemap": {
  1581. "version": "7.2.6",
  1582. "resolved": "https://registry.npmmirror.com/@nuxtjs/sitemap/-/sitemap-7.2.6.tgz",
  1583. "integrity": "sha512-8pDtCnyJOWIhGGlTMYM1kbzUGGUpB+8Wi835pgOoa1jBP78K3rvHKAeYS0Lr/+Ara4T7ouV0n5H2D+pmztq4uw==",
  1584. "dependencies": {
  1585. "@nuxt/devtools-kit": "^2.1.0",
  1586. "@nuxt/kit": "^3.15.4",
  1587. "chalk": "^5.4.1",
  1588. "defu": "^6.1.4",
  1589. "h3-compression": "^0.3.2",
  1590. "nuxt-site-config": "^3.0.7",
  1591. "ofetch": "^1.4.1",
  1592. "pathe": "^2.0.3",
  1593. "pkg-types": "^1.3.1",
  1594. "radix3": "^1.1.2",
  1595. "semver": "^7.7.1",
  1596. "sirv": "^3.0.1",
  1597. "ufo": "^1.5.4"
  1598. },
  1599. "engines": {
  1600. "node": ">=18.0.0"
  1601. },
  1602. "funding": {
  1603. "url": "https://github.com/sponsors/harlan-zw"
  1604. }
  1605. },
  1606. "node_modules/@nuxtjs/sitemap/node_modules/@nuxt/devtools-kit": {
  1607. "version": "2.1.3",
  1608. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-kit/-/devtools-kit-2.1.3.tgz",
  1609. "integrity": "sha512-OlLo8LZTp71Wi9q0ooE1bYeS5P7P1sU3JUb+zqJRX6/jMQa2QP06hc6TOz/5AIsEOq8YPQTum4oJ9gpHx53B0g==",
  1610. "dependencies": {
  1611. "@nuxt/kit": "^3.15.4",
  1612. "@nuxt/schema": "^3.15.4",
  1613. "execa": "^9.5.2"
  1614. },
  1615. "peerDependencies": {
  1616. "vite": ">=6.0"
  1617. }
  1618. },
  1619. "node_modules/@nuxtjs/sitemap/node_modules/@nuxt/kit": {
  1620. "version": "3.15.4",
  1621. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.15.4.tgz",
  1622. "integrity": "sha512-dr7I7eZOoRLl4uxdxeL2dQsH0OrbEiVPIyBHnBpA4co24CBnoJoF+JINuP9l3PAM3IhUzc5JIVq3/YY3lEc3Hw==",
  1623. "dependencies": {
  1624. "c12": "^2.0.1",
  1625. "consola": "^3.4.0",
  1626. "defu": "^6.1.4",
  1627. "destr": "^2.0.3",
  1628. "globby": "^14.0.2",
  1629. "ignore": "^7.0.3",
  1630. "jiti": "^2.4.2",
  1631. "klona": "^2.0.6",
  1632. "knitwork": "^1.2.0",
  1633. "mlly": "^1.7.4",
  1634. "ohash": "^1.1.4",
  1635. "pathe": "^2.0.2",
  1636. "pkg-types": "^1.3.1",
  1637. "scule": "^1.3.0",
  1638. "semver": "^7.6.3",
  1639. "std-env": "^3.8.0",
  1640. "ufo": "^1.5.4",
  1641. "unctx": "^2.4.1",
  1642. "unimport": "^4.0.0",
  1643. "untyped": "^1.5.2"
  1644. },
  1645. "engines": {
  1646. "node": ">=18.12.0"
  1647. }
  1648. },
  1649. "node_modules/@nuxtjs/sitemap/node_modules/@nuxt/schema": {
  1650. "version": "3.15.4",
  1651. "resolved": "https://registry.npmmirror.com/@nuxt/schema/-/schema-3.15.4.tgz",
  1652. "integrity": "sha512-pAYZb/3ocSC/db1EFd5y+otmgHqUkvfxfhd9EknDB5DygnJuOIQNuGJ7LMJM6S2c0DYgBIHOdEelLxKHOjwbgQ==",
  1653. "dependencies": {
  1654. "consola": "^3.4.0",
  1655. "defu": "^6.1.4",
  1656. "pathe": "^2.0.2",
  1657. "std-env": "^3.8.0"
  1658. },
  1659. "engines": {
  1660. "node": "^14.18.0 || >=16.10.0"
  1661. }
  1662. },
  1663. "node_modules/@nuxtjs/sitemap/node_modules/@sindresorhus/merge-streams": {
  1664. "version": "4.0.0",
  1665. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  1666. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  1667. "engines": {
  1668. "node": ">=18"
  1669. },
  1670. "funding": {
  1671. "url": "https://github.com/sponsors/sindresorhus"
  1672. }
  1673. },
  1674. "node_modules/@nuxtjs/sitemap/node_modules/chalk": {
  1675. "version": "5.4.1",
  1676. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-5.4.1.tgz",
  1677. "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
  1678. "engines": {
  1679. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  1680. },
  1681. "funding": {
  1682. "url": "https://github.com/chalk/chalk?sponsor=1"
  1683. }
  1684. },
  1685. "node_modules/@nuxtjs/sitemap/node_modules/confbox": {
  1686. "version": "0.2.1",
  1687. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.1.tgz",
  1688. "integrity": "sha512-hkT3yDPFbs95mNCy1+7qNKC6Pro+/ibzYxtM2iqEigpf0sVw+bg4Zh9/snjsBcf990vfIsg5+1U7VyiyBb3etg=="
  1689. },
  1690. "node_modules/@nuxtjs/sitemap/node_modules/execa": {
  1691. "version": "9.5.2",
  1692. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.5.2.tgz",
  1693. "integrity": "sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==",
  1694. "dependencies": {
  1695. "@sindresorhus/merge-streams": "^4.0.0",
  1696. "cross-spawn": "^7.0.3",
  1697. "figures": "^6.1.0",
  1698. "get-stream": "^9.0.0",
  1699. "human-signals": "^8.0.0",
  1700. "is-plain-obj": "^4.1.0",
  1701. "is-stream": "^4.0.1",
  1702. "npm-run-path": "^6.0.0",
  1703. "pretty-ms": "^9.0.0",
  1704. "signal-exit": "^4.1.0",
  1705. "strip-final-newline": "^4.0.0",
  1706. "yoctocolors": "^2.0.0"
  1707. },
  1708. "engines": {
  1709. "node": "^18.19.0 || >=20.5.0"
  1710. },
  1711. "funding": {
  1712. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  1713. }
  1714. },
  1715. "node_modules/@nuxtjs/sitemap/node_modules/fdir": {
  1716. "version": "6.4.3",
  1717. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.3.tgz",
  1718. "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
  1719. "peerDependencies": {
  1720. "picomatch": "^3 || ^4"
  1721. },
  1722. "peerDependenciesMeta": {
  1723. "picomatch": {
  1724. "optional": true
  1725. }
  1726. }
  1727. },
  1728. "node_modules/@nuxtjs/sitemap/node_modules/get-stream": {
  1729. "version": "9.0.1",
  1730. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  1731. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  1732. "dependencies": {
  1733. "@sec-ant/readable-stream": "^0.4.1",
  1734. "is-stream": "^4.0.1"
  1735. },
  1736. "engines": {
  1737. "node": ">=18"
  1738. },
  1739. "funding": {
  1740. "url": "https://github.com/sponsors/sindresorhus"
  1741. }
  1742. },
  1743. "node_modules/@nuxtjs/sitemap/node_modules/human-signals": {
  1744. "version": "8.0.0",
  1745. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.0.tgz",
  1746. "integrity": "sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==",
  1747. "engines": {
  1748. "node": ">=18.18.0"
  1749. }
  1750. },
  1751. "node_modules/@nuxtjs/sitemap/node_modules/is-stream": {
  1752. "version": "4.0.1",
  1753. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  1754. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  1755. "engines": {
  1756. "node": ">=18"
  1757. },
  1758. "funding": {
  1759. "url": "https://github.com/sponsors/sindresorhus"
  1760. }
  1761. },
  1762. "node_modules/@nuxtjs/sitemap/node_modules/local-pkg": {
  1763. "version": "1.1.1",
  1764. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
  1765. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  1766. "dependencies": {
  1767. "mlly": "^1.7.4",
  1768. "pkg-types": "^2.0.1",
  1769. "quansync": "^0.2.8"
  1770. },
  1771. "engines": {
  1772. "node": ">=14"
  1773. },
  1774. "funding": {
  1775. "url": "https://github.com/sponsors/antfu"
  1776. }
  1777. },
  1778. "node_modules/@nuxtjs/sitemap/node_modules/local-pkg/node_modules/pkg-types": {
  1779. "version": "2.1.0",
  1780. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz",
  1781. "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
  1782. "dependencies": {
  1783. "confbox": "^0.2.1",
  1784. "exsolve": "^1.0.1",
  1785. "pathe": "^2.0.3"
  1786. }
  1787. },
  1788. "node_modules/@nuxtjs/sitemap/node_modules/magic-string": {
  1789. "version": "0.30.17",
  1790. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  1791. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  1792. "dependencies": {
  1793. "@jridgewell/sourcemap-codec": "^1.5.0"
  1794. }
  1795. },
  1796. "node_modules/@nuxtjs/sitemap/node_modules/npm-run-path": {
  1797. "version": "6.0.0",
  1798. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  1799. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  1800. "dependencies": {
  1801. "path-key": "^4.0.0",
  1802. "unicorn-magic": "^0.3.0"
  1803. },
  1804. "engines": {
  1805. "node": ">=18"
  1806. },
  1807. "funding": {
  1808. "url": "https://github.com/sponsors/sindresorhus"
  1809. }
  1810. },
  1811. "node_modules/@nuxtjs/sitemap/node_modules/path-key": {
  1812. "version": "4.0.0",
  1813. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  1814. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  1815. "engines": {
  1816. "node": ">=12"
  1817. },
  1818. "funding": {
  1819. "url": "https://github.com/sponsors/sindresorhus"
  1820. }
  1821. },
  1822. "node_modules/@nuxtjs/sitemap/node_modules/picomatch": {
  1823. "version": "4.0.2",
  1824. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  1825. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  1826. "engines": {
  1827. "node": ">=12"
  1828. },
  1829. "funding": {
  1830. "url": "https://github.com/sponsors/jonschlinkert"
  1831. }
  1832. },
  1833. "node_modules/@nuxtjs/sitemap/node_modules/signal-exit": {
  1834. "version": "4.1.0",
  1835. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  1836. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  1837. "engines": {
  1838. "node": ">=14"
  1839. },
  1840. "funding": {
  1841. "url": "https://github.com/sponsors/isaacs"
  1842. }
  1843. },
  1844. "node_modules/@nuxtjs/sitemap/node_modules/strip-final-newline": {
  1845. "version": "4.0.0",
  1846. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  1847. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  1848. "engines": {
  1849. "node": ">=18"
  1850. },
  1851. "funding": {
  1852. "url": "https://github.com/sponsors/sindresorhus"
  1853. }
  1854. },
  1855. "node_modules/@nuxtjs/sitemap/node_modules/tinyglobby": {
  1856. "version": "0.2.12",
  1857. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.12.tgz",
  1858. "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==",
  1859. "dependencies": {
  1860. "fdir": "^6.4.3",
  1861. "picomatch": "^4.0.2"
  1862. },
  1863. "engines": {
  1864. "node": ">=12.0.0"
  1865. },
  1866. "funding": {
  1867. "url": "https://github.com/sponsors/SuperchupuDev"
  1868. }
  1869. },
  1870. "node_modules/@nuxtjs/sitemap/node_modules/unicorn-magic": {
  1871. "version": "0.3.0",
  1872. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  1873. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  1874. "engines": {
  1875. "node": ">=18"
  1876. },
  1877. "funding": {
  1878. "url": "https://github.com/sponsors/sindresorhus"
  1879. }
  1880. },
  1881. "node_modules/@nuxtjs/sitemap/node_modules/unimport": {
  1882. "version": "4.1.2",
  1883. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.1.2.tgz",
  1884. "integrity": "sha512-oVUL7PSlyVV3QRhsdcyYEMaDX8HJyS/CnUonEJTYA3//bWO+o/4gG8F7auGWWWkrrxBQBYOO8DKe+C53ktpRXw==",
  1885. "dependencies": {
  1886. "acorn": "^8.14.0",
  1887. "escape-string-regexp": "^5.0.0",
  1888. "estree-walker": "^3.0.3",
  1889. "local-pkg": "^1.0.0",
  1890. "magic-string": "^0.30.17",
  1891. "mlly": "^1.7.4",
  1892. "pathe": "^2.0.3",
  1893. "picomatch": "^4.0.2",
  1894. "pkg-types": "^1.3.1",
  1895. "scule": "^1.3.0",
  1896. "strip-literal": "^3.0.0",
  1897. "tinyglobby": "^0.2.11",
  1898. "unplugin": "^2.2.0",
  1899. "unplugin-utils": "^0.2.4"
  1900. },
  1901. "engines": {
  1902. "node": ">=18.12.0"
  1903. }
  1904. },
  1905. "node_modules/@nuxtjs/sitemap/node_modules/unplugin": {
  1906. "version": "2.2.0",
  1907. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.2.0.tgz",
  1908. "integrity": "sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==",
  1909. "dependencies": {
  1910. "acorn": "^8.14.0",
  1911. "webpack-virtual-modules": "^0.6.2"
  1912. },
  1913. "engines": {
  1914. "node": ">=18.12.0"
  1915. }
  1916. },
  1917. "node_modules/@nuxtjs/style-resources": {
  1918. "version": "1.2.2",
  1919. "resolved": "https://registry.npmmirror.com/@nuxtjs/style-resources/-/style-resources-1.2.2.tgz",
  1920. "integrity": "sha512-p2putExz19lDDhCway+nVgPsH37Uw7Qbos8rWJ7RXI7Mp0/qVsKzLSIsAYWSUXwUdsJilPDQhSNazp+CEYJ37g==",
  1921. "dependencies": {
  1922. "consola": "^3.2.3",
  1923. "glob-all": "^3.3.1",
  1924. "sass-resources-loader": "^2.2.5"
  1925. },
  1926. "engines": {
  1927. "node": ">=v10.24.1",
  1928. "npm": ">=6.14.14"
  1929. }
  1930. },
  1931. "node_modules/@parcel/watcher": {
  1932. "version": "2.5.0",
  1933. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.0.tgz",
  1934. "integrity": "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==",
  1935. "hasInstallScript": true,
  1936. "dependencies": {
  1937. "detect-libc": "^1.0.3",
  1938. "is-glob": "^4.0.3",
  1939. "micromatch": "^4.0.5",
  1940. "node-addon-api": "^7.0.0"
  1941. },
  1942. "engines": {
  1943. "node": ">= 10.0.0"
  1944. },
  1945. "funding": {
  1946. "type": "opencollective",
  1947. "url": "https://opencollective.com/parcel"
  1948. },
  1949. "optionalDependencies": {
  1950. "@parcel/watcher-android-arm64": "2.5.0",
  1951. "@parcel/watcher-darwin-arm64": "2.5.0",
  1952. "@parcel/watcher-darwin-x64": "2.5.0",
  1953. "@parcel/watcher-freebsd-x64": "2.5.0",
  1954. "@parcel/watcher-linux-arm-glibc": "2.5.0",
  1955. "@parcel/watcher-linux-arm-musl": "2.5.0",
  1956. "@parcel/watcher-linux-arm64-glibc": "2.5.0",
  1957. "@parcel/watcher-linux-arm64-musl": "2.5.0",
  1958. "@parcel/watcher-linux-x64-glibc": "2.5.0",
  1959. "@parcel/watcher-linux-x64-musl": "2.5.0",
  1960. "@parcel/watcher-win32-arm64": "2.5.0",
  1961. "@parcel/watcher-win32-ia32": "2.5.0",
  1962. "@parcel/watcher-win32-x64": "2.5.0"
  1963. }
  1964. },
  1965. "node_modules/@parcel/watcher-android-arm64": {
  1966. "version": "2.5.0",
  1967. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.0.tgz",
  1968. "integrity": "sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==",
  1969. "cpu": [
  1970. "arm64"
  1971. ],
  1972. "optional": true,
  1973. "os": [
  1974. "android"
  1975. ],
  1976. "engines": {
  1977. "node": ">= 10.0.0"
  1978. },
  1979. "funding": {
  1980. "type": "opencollective",
  1981. "url": "https://opencollective.com/parcel"
  1982. }
  1983. },
  1984. "node_modules/@parcel/watcher-darwin-arm64": {
  1985. "version": "2.5.0",
  1986. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.0.tgz",
  1987. "integrity": "sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==",
  1988. "cpu": [
  1989. "arm64"
  1990. ],
  1991. "optional": true,
  1992. "os": [
  1993. "darwin"
  1994. ],
  1995. "engines": {
  1996. "node": ">= 10.0.0"
  1997. },
  1998. "funding": {
  1999. "type": "opencollective",
  2000. "url": "https://opencollective.com/parcel"
  2001. }
  2002. },
  2003. "node_modules/@parcel/watcher-darwin-x64": {
  2004. "version": "2.5.0",
  2005. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.0.tgz",
  2006. "integrity": "sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==",
  2007. "cpu": [
  2008. "x64"
  2009. ],
  2010. "optional": true,
  2011. "os": [
  2012. "darwin"
  2013. ],
  2014. "engines": {
  2015. "node": ">= 10.0.0"
  2016. },
  2017. "funding": {
  2018. "type": "opencollective",
  2019. "url": "https://opencollective.com/parcel"
  2020. }
  2021. },
  2022. "node_modules/@parcel/watcher-freebsd-x64": {
  2023. "version": "2.5.0",
  2024. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.0.tgz",
  2025. "integrity": "sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==",
  2026. "cpu": [
  2027. "x64"
  2028. ],
  2029. "optional": true,
  2030. "os": [
  2031. "freebsd"
  2032. ],
  2033. "engines": {
  2034. "node": ">= 10.0.0"
  2035. },
  2036. "funding": {
  2037. "type": "opencollective",
  2038. "url": "https://opencollective.com/parcel"
  2039. }
  2040. },
  2041. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2042. "version": "2.5.0",
  2043. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.0.tgz",
  2044. "integrity": "sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==",
  2045. "cpu": [
  2046. "arm"
  2047. ],
  2048. "optional": true,
  2049. "os": [
  2050. "linux"
  2051. ],
  2052. "engines": {
  2053. "node": ">= 10.0.0"
  2054. },
  2055. "funding": {
  2056. "type": "opencollective",
  2057. "url": "https://opencollective.com/parcel"
  2058. }
  2059. },
  2060. "node_modules/@parcel/watcher-linux-arm-musl": {
  2061. "version": "2.5.0",
  2062. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.0.tgz",
  2063. "integrity": "sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==",
  2064. "cpu": [
  2065. "arm"
  2066. ],
  2067. "optional": true,
  2068. "os": [
  2069. "linux"
  2070. ],
  2071. "engines": {
  2072. "node": ">= 10.0.0"
  2073. },
  2074. "funding": {
  2075. "type": "opencollective",
  2076. "url": "https://opencollective.com/parcel"
  2077. }
  2078. },
  2079. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2080. "version": "2.5.0",
  2081. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.0.tgz",
  2082. "integrity": "sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==",
  2083. "cpu": [
  2084. "arm64"
  2085. ],
  2086. "optional": true,
  2087. "os": [
  2088. "linux"
  2089. ],
  2090. "engines": {
  2091. "node": ">= 10.0.0"
  2092. },
  2093. "funding": {
  2094. "type": "opencollective",
  2095. "url": "https://opencollective.com/parcel"
  2096. }
  2097. },
  2098. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2099. "version": "2.5.0",
  2100. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.0.tgz",
  2101. "integrity": "sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==",
  2102. "cpu": [
  2103. "arm64"
  2104. ],
  2105. "optional": true,
  2106. "os": [
  2107. "linux"
  2108. ],
  2109. "engines": {
  2110. "node": ">= 10.0.0"
  2111. },
  2112. "funding": {
  2113. "type": "opencollective",
  2114. "url": "https://opencollective.com/parcel"
  2115. }
  2116. },
  2117. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2118. "version": "2.5.0",
  2119. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz",
  2120. "integrity": "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==",
  2121. "cpu": [
  2122. "x64"
  2123. ],
  2124. "optional": true,
  2125. "os": [
  2126. "linux"
  2127. ],
  2128. "engines": {
  2129. "node": ">= 10.0.0"
  2130. },
  2131. "funding": {
  2132. "type": "opencollective",
  2133. "url": "https://opencollective.com/parcel"
  2134. }
  2135. },
  2136. "node_modules/@parcel/watcher-linux-x64-musl": {
  2137. "version": "2.5.0",
  2138. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz",
  2139. "integrity": "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==",
  2140. "cpu": [
  2141. "x64"
  2142. ],
  2143. "optional": true,
  2144. "os": [
  2145. "linux"
  2146. ],
  2147. "engines": {
  2148. "node": ">= 10.0.0"
  2149. },
  2150. "funding": {
  2151. "type": "opencollective",
  2152. "url": "https://opencollective.com/parcel"
  2153. }
  2154. },
  2155. "node_modules/@parcel/watcher-wasm": {
  2156. "version": "2.5.0",
  2157. "resolved": "https://registry.npmmirror.com/@parcel/watcher-wasm/-/watcher-wasm-2.5.0.tgz",
  2158. "integrity": "sha512-Z4ouuR8Pfggk1EYYbTaIoxc+Yv4o7cGQnH0Xy8+pQ+HbiW+ZnwhcD2LPf/prfq1nIWpAxjOkQ8uSMFWMtBLiVQ==",
  2159. "bundleDependencies": [
  2160. "napi-wasm"
  2161. ],
  2162. "dependencies": {
  2163. "is-glob": "^4.0.3",
  2164. "micromatch": "^4.0.5",
  2165. "napi-wasm": "^1.1.0"
  2166. },
  2167. "engines": {
  2168. "node": ">= 10.0.0"
  2169. },
  2170. "funding": {
  2171. "type": "opencollective",
  2172. "url": "https://opencollective.com/parcel"
  2173. }
  2174. },
  2175. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  2176. "version": "1.1.0",
  2177. "inBundle": true,
  2178. "license": "MIT"
  2179. },
  2180. "node_modules/@parcel/watcher-win32-arm64": {
  2181. "version": "2.5.0",
  2182. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.0.tgz",
  2183. "integrity": "sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==",
  2184. "cpu": [
  2185. "arm64"
  2186. ],
  2187. "optional": true,
  2188. "os": [
  2189. "win32"
  2190. ],
  2191. "engines": {
  2192. "node": ">= 10.0.0"
  2193. },
  2194. "funding": {
  2195. "type": "opencollective",
  2196. "url": "https://opencollective.com/parcel"
  2197. }
  2198. },
  2199. "node_modules/@parcel/watcher-win32-ia32": {
  2200. "version": "2.5.0",
  2201. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.0.tgz",
  2202. "integrity": "sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==",
  2203. "cpu": [
  2204. "ia32"
  2205. ],
  2206. "optional": true,
  2207. "os": [
  2208. "win32"
  2209. ],
  2210. "engines": {
  2211. "node": ">= 10.0.0"
  2212. },
  2213. "funding": {
  2214. "type": "opencollective",
  2215. "url": "https://opencollective.com/parcel"
  2216. }
  2217. },
  2218. "node_modules/@parcel/watcher-win32-x64": {
  2219. "version": "2.5.0",
  2220. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.0.tgz",
  2221. "integrity": "sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==",
  2222. "cpu": [
  2223. "x64"
  2224. ],
  2225. "optional": true,
  2226. "os": [
  2227. "win32"
  2228. ],
  2229. "engines": {
  2230. "node": ">= 10.0.0"
  2231. },
  2232. "funding": {
  2233. "type": "opencollective",
  2234. "url": "https://opencollective.com/parcel"
  2235. }
  2236. },
  2237. "node_modules/@pinia/nuxt": {
  2238. "version": "0.5.5",
  2239. "resolved": "https://registry.npmmirror.com/@pinia/nuxt/-/nuxt-0.5.5.tgz",
  2240. "integrity": "sha512-wjxS7YqIesh4OLK+qE3ZjhdOJ5pYZQ+VlEmZNtTwzQn1Kavei/khovx7mzXVXNA/mvSPXVhb9xBzhyS3XMURtw==",
  2241. "dependencies": {
  2242. "@nuxt/kit": "^3.9.0",
  2243. "pinia": "^2.2.3"
  2244. },
  2245. "funding": {
  2246. "url": "https://github.com/sponsors/posva"
  2247. }
  2248. },
  2249. "node_modules/@pkgjs/parseargs": {
  2250. "version": "0.11.0",
  2251. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2252. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2253. "optional": true,
  2254. "engines": {
  2255. "node": ">=14"
  2256. }
  2257. },
  2258. "node_modules/@polka/url": {
  2259. "version": "1.0.0-next.28",
  2260. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.28.tgz",
  2261. "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw=="
  2262. },
  2263. "node_modules/@popperjs/core": {
  2264. "name": "@sxzz/popperjs-es",
  2265. "version": "2.11.7",
  2266. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  2267. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  2268. "funding": {
  2269. "type": "opencollective",
  2270. "url": "https://opencollective.com/popperjs"
  2271. }
  2272. },
  2273. "node_modules/@redocly/ajv": {
  2274. "version": "8.11.2",
  2275. "resolved": "https://registry.npmmirror.com/@redocly/ajv/-/ajv-8.11.2.tgz",
  2276. "integrity": "sha512-io1JpnwtIcvojV7QKDUSIuMN/ikdOUd1ReEnUnMKGfDVridQZ31J0MmIuqwuRjWDZfmvr+Q0MqCcfHM2gTivOg==",
  2277. "dependencies": {
  2278. "fast-deep-equal": "^3.1.1",
  2279. "json-schema-traverse": "^1.0.0",
  2280. "require-from-string": "^2.0.2",
  2281. "uri-js-replace": "^1.0.1"
  2282. },
  2283. "funding": {
  2284. "type": "github",
  2285. "url": "https://github.com/sponsors/epoberezkin"
  2286. }
  2287. },
  2288. "node_modules/@redocly/config": {
  2289. "version": "0.20.1",
  2290. "resolved": "https://registry.npmmirror.com/@redocly/config/-/config-0.20.1.tgz",
  2291. "integrity": "sha512-TYiTDtuItiv95YMsrRxyCs1HKLrDPtTvpaD3+kDKXBnFDeJuYKZ+eHXpCr6YeN4inxfVBs7DLhHsQcs9srddyQ=="
  2292. },
  2293. "node_modules/@redocly/openapi-core": {
  2294. "version": "1.27.2",
  2295. "resolved": "https://registry.npmmirror.com/@redocly/openapi-core/-/openapi-core-1.27.2.tgz",
  2296. "integrity": "sha512-qVrDc27DHpeO2NRCMeRdb4299nijKQE3BY0wrA+WUHlOLScorIi/y7JzammLk22IaTvjR9Mv9aTAdjE1aUwJnA==",
  2297. "dependencies": {
  2298. "@redocly/ajv": "^8.11.2",
  2299. "@redocly/config": "^0.20.1",
  2300. "colorette": "^1.2.0",
  2301. "https-proxy-agent": "^7.0.4",
  2302. "js-levenshtein": "^1.1.6",
  2303. "js-yaml": "^4.1.0",
  2304. "minimatch": "^5.0.1",
  2305. "node-fetch": "^2.6.1",
  2306. "pluralize": "^8.0.0",
  2307. "yaml-ast-parser": "0.0.43"
  2308. },
  2309. "engines": {
  2310. "node": ">=14.19.0",
  2311. "npm": ">=7.0.0"
  2312. }
  2313. },
  2314. "node_modules/@redocly/openapi-core/node_modules/brace-expansion": {
  2315. "version": "2.0.1",
  2316. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  2317. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  2318. "dependencies": {
  2319. "balanced-match": "^1.0.0"
  2320. }
  2321. },
  2322. "node_modules/@redocly/openapi-core/node_modules/minimatch": {
  2323. "version": "5.1.6",
  2324. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  2325. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  2326. "dependencies": {
  2327. "brace-expansion": "^2.0.1"
  2328. },
  2329. "engines": {
  2330. "node": ">=10"
  2331. }
  2332. },
  2333. "node_modules/@rollup/plugin-alias": {
  2334. "version": "5.1.1",
  2335. "resolved": "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz",
  2336. "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==",
  2337. "engines": {
  2338. "node": ">=14.0.0"
  2339. },
  2340. "peerDependencies": {
  2341. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2342. },
  2343. "peerDependenciesMeta": {
  2344. "rollup": {
  2345. "optional": true
  2346. }
  2347. }
  2348. },
  2349. "node_modules/@rollup/plugin-commonjs": {
  2350. "version": "28.0.2",
  2351. "resolved": "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.2.tgz",
  2352. "integrity": "sha512-BEFI2EDqzl+vA1rl97IDRZ61AIwGH093d9nz8+dThxJNH8oSoB7MjWvPCX3dkaK1/RCJ/1v/R1XB15FuSs0fQw==",
  2353. "dependencies": {
  2354. "@rollup/pluginutils": "^5.0.1",
  2355. "commondir": "^1.0.1",
  2356. "estree-walker": "^2.0.2",
  2357. "fdir": "^6.2.0",
  2358. "is-reference": "1.2.1",
  2359. "magic-string": "^0.30.3",
  2360. "picomatch": "^4.0.2"
  2361. },
  2362. "engines": {
  2363. "node": ">=16.0.0 || 14 >= 14.17"
  2364. },
  2365. "peerDependencies": {
  2366. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  2367. },
  2368. "peerDependenciesMeta": {
  2369. "rollup": {
  2370. "optional": true
  2371. }
  2372. }
  2373. },
  2374. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  2375. "version": "2.0.2",
  2376. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2377. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2378. },
  2379. "node_modules/@rollup/plugin-commonjs/node_modules/fdir": {
  2380. "version": "6.4.3",
  2381. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.3.tgz",
  2382. "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
  2383. "peerDependencies": {
  2384. "picomatch": "^3 || ^4"
  2385. },
  2386. "peerDependenciesMeta": {
  2387. "picomatch": {
  2388. "optional": true
  2389. }
  2390. }
  2391. },
  2392. "node_modules/@rollup/plugin-commonjs/node_modules/magic-string": {
  2393. "version": "0.30.17",
  2394. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  2395. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  2396. "dependencies": {
  2397. "@jridgewell/sourcemap-codec": "^1.5.0"
  2398. }
  2399. },
  2400. "node_modules/@rollup/plugin-commonjs/node_modules/picomatch": {
  2401. "version": "4.0.2",
  2402. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  2403. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  2404. "engines": {
  2405. "node": ">=12"
  2406. },
  2407. "funding": {
  2408. "url": "https://github.com/sponsors/jonschlinkert"
  2409. }
  2410. },
  2411. "node_modules/@rollup/plugin-inject": {
  2412. "version": "5.0.5",
  2413. "resolved": "https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  2414. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  2415. "dependencies": {
  2416. "@rollup/pluginutils": "^5.0.1",
  2417. "estree-walker": "^2.0.2",
  2418. "magic-string": "^0.30.3"
  2419. },
  2420. "engines": {
  2421. "node": ">=14.0.0"
  2422. },
  2423. "peerDependencies": {
  2424. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2425. },
  2426. "peerDependenciesMeta": {
  2427. "rollup": {
  2428. "optional": true
  2429. }
  2430. }
  2431. },
  2432. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  2433. "version": "2.0.2",
  2434. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2435. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2436. },
  2437. "node_modules/@rollup/plugin-inject/node_modules/magic-string": {
  2438. "version": "0.30.17",
  2439. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  2440. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  2441. "dependencies": {
  2442. "@jridgewell/sourcemap-codec": "^1.5.0"
  2443. }
  2444. },
  2445. "node_modules/@rollup/plugin-json": {
  2446. "version": "6.1.0",
  2447. "resolved": "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  2448. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  2449. "dependencies": {
  2450. "@rollup/pluginutils": "^5.1.0"
  2451. },
  2452. "engines": {
  2453. "node": ">=14.0.0"
  2454. },
  2455. "peerDependencies": {
  2456. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2457. },
  2458. "peerDependenciesMeta": {
  2459. "rollup": {
  2460. "optional": true
  2461. }
  2462. }
  2463. },
  2464. "node_modules/@rollup/plugin-node-resolve": {
  2465. "version": "15.3.1",
  2466. "resolved": "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
  2467. "integrity": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==",
  2468. "dependencies": {
  2469. "@rollup/pluginutils": "^5.0.1",
  2470. "@types/resolve": "1.20.2",
  2471. "deepmerge": "^4.2.2",
  2472. "is-module": "^1.0.0",
  2473. "resolve": "^1.22.1"
  2474. },
  2475. "engines": {
  2476. "node": ">=14.0.0"
  2477. },
  2478. "peerDependencies": {
  2479. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  2480. },
  2481. "peerDependenciesMeta": {
  2482. "rollup": {
  2483. "optional": true
  2484. }
  2485. }
  2486. },
  2487. "node_modules/@rollup/plugin-replace": {
  2488. "version": "6.0.2",
  2489. "resolved": "https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-6.0.2.tgz",
  2490. "integrity": "sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==",
  2491. "dependencies": {
  2492. "@rollup/pluginutils": "^5.0.1",
  2493. "magic-string": "^0.30.3"
  2494. },
  2495. "engines": {
  2496. "node": ">=14.0.0"
  2497. },
  2498. "peerDependencies": {
  2499. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2500. },
  2501. "peerDependenciesMeta": {
  2502. "rollup": {
  2503. "optional": true
  2504. }
  2505. }
  2506. },
  2507. "node_modules/@rollup/plugin-replace/node_modules/magic-string": {
  2508. "version": "0.30.17",
  2509. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  2510. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  2511. "dependencies": {
  2512. "@jridgewell/sourcemap-codec": "^1.5.0"
  2513. }
  2514. },
  2515. "node_modules/@rollup/plugin-terser": {
  2516. "version": "0.4.4",
  2517. "resolved": "https://registry.npmmirror.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  2518. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  2519. "dependencies": {
  2520. "serialize-javascript": "^6.0.1",
  2521. "smob": "^1.0.0",
  2522. "terser": "^5.17.4"
  2523. },
  2524. "engines": {
  2525. "node": ">=14.0.0"
  2526. },
  2527. "peerDependencies": {
  2528. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  2529. },
  2530. "peerDependenciesMeta": {
  2531. "rollup": {
  2532. "optional": true
  2533. }
  2534. }
  2535. },
  2536. "node_modules/@rollup/pluginutils": {
  2537. "version": "5.1.4",
  2538. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  2539. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  2540. "dependencies": {
  2541. "@types/estree": "^1.0.0",
  2542. "estree-walker": "^2.0.2",
  2543. "picomatch": "^4.0.2"
  2544. },
  2545. "engines": {
  2546. "node": ">=14.0.0"
  2547. },
  2548. "peerDependencies": {
  2549. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2550. },
  2551. "peerDependenciesMeta": {
  2552. "rollup": {
  2553. "optional": true
  2554. }
  2555. }
  2556. },
  2557. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  2558. "version": "2.0.2",
  2559. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2560. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2561. },
  2562. "node_modules/@rollup/pluginutils/node_modules/picomatch": {
  2563. "version": "4.0.2",
  2564. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  2565. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  2566. "engines": {
  2567. "node": ">=12"
  2568. },
  2569. "funding": {
  2570. "url": "https://github.com/sponsors/jonschlinkert"
  2571. }
  2572. },
  2573. "node_modules/@rollup/rollup-android-arm-eabi": {
  2574. "version": "4.31.0",
  2575. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.31.0.tgz",
  2576. "integrity": "sha512-9NrR4033uCbUBRgvLcBrJofa2KY9DzxL2UKZ1/4xA/mnTNyhZCWBuD8X3tPm1n4KxcgaraOYgrFKSgwjASfmlA==",
  2577. "cpu": [
  2578. "arm"
  2579. ],
  2580. "optional": true,
  2581. "os": [
  2582. "android"
  2583. ]
  2584. },
  2585. "node_modules/@rollup/rollup-android-arm64": {
  2586. "version": "4.31.0",
  2587. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.31.0.tgz",
  2588. "integrity": "sha512-iBbODqT86YBFHajxxF8ebj2hwKm1k8PTBQSojSt3d1FFt1gN+xf4CowE47iN0vOSdnd+5ierMHBbu/rHc7nq5g==",
  2589. "cpu": [
  2590. "arm64"
  2591. ],
  2592. "optional": true,
  2593. "os": [
  2594. "android"
  2595. ]
  2596. },
  2597. "node_modules/@rollup/rollup-darwin-arm64": {
  2598. "version": "4.31.0",
  2599. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.31.0.tgz",
  2600. "integrity": "sha512-WHIZfXgVBX30SWuTMhlHPXTyN20AXrLH4TEeH/D0Bolvx9PjgZnn4H677PlSGvU6MKNsjCQJYczkpvBbrBnG6g==",
  2601. "cpu": [
  2602. "arm64"
  2603. ],
  2604. "optional": true,
  2605. "os": [
  2606. "darwin"
  2607. ]
  2608. },
  2609. "node_modules/@rollup/rollup-darwin-x64": {
  2610. "version": "4.31.0",
  2611. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.31.0.tgz",
  2612. "integrity": "sha512-hrWL7uQacTEF8gdrQAqcDy9xllQ0w0zuL1wk1HV8wKGSGbKPVjVUv/DEwT2+Asabf8Dh/As+IvfdU+H8hhzrQQ==",
  2613. "cpu": [
  2614. "x64"
  2615. ],
  2616. "optional": true,
  2617. "os": [
  2618. "darwin"
  2619. ]
  2620. },
  2621. "node_modules/@rollup/rollup-freebsd-arm64": {
  2622. "version": "4.31.0",
  2623. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.31.0.tgz",
  2624. "integrity": "sha512-S2oCsZ4hJviG1QjPY1h6sVJLBI6ekBeAEssYKad1soRFv3SocsQCzX6cwnk6fID6UQQACTjeIMB+hyYrFacRew==",
  2625. "cpu": [
  2626. "arm64"
  2627. ],
  2628. "optional": true,
  2629. "os": [
  2630. "freebsd"
  2631. ]
  2632. },
  2633. "node_modules/@rollup/rollup-freebsd-x64": {
  2634. "version": "4.31.0",
  2635. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.31.0.tgz",
  2636. "integrity": "sha512-pCANqpynRS4Jirn4IKZH4tnm2+2CqCNLKD7gAdEjzdLGbH1iO0zouHz4mxqg0uEMpO030ejJ0aA6e1PJo2xrPA==",
  2637. "cpu": [
  2638. "x64"
  2639. ],
  2640. "optional": true,
  2641. "os": [
  2642. "freebsd"
  2643. ]
  2644. },
  2645. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2646. "version": "4.31.0",
  2647. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.31.0.tgz",
  2648. "integrity": "sha512-0O8ViX+QcBd3ZmGlcFTnYXZKGbFu09EhgD27tgTdGnkcYXLat4KIsBBQeKLR2xZDCXdIBAlWLkiXE1+rJpCxFw==",
  2649. "cpu": [
  2650. "arm"
  2651. ],
  2652. "optional": true,
  2653. "os": [
  2654. "linux"
  2655. ]
  2656. },
  2657. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2658. "version": "4.31.0",
  2659. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.31.0.tgz",
  2660. "integrity": "sha512-w5IzG0wTVv7B0/SwDnMYmbr2uERQp999q8FMkKG1I+j8hpPX2BYFjWe69xbhbP6J9h2gId/7ogesl9hwblFwwg==",
  2661. "cpu": [
  2662. "arm"
  2663. ],
  2664. "optional": true,
  2665. "os": [
  2666. "linux"
  2667. ]
  2668. },
  2669. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2670. "version": "4.31.0",
  2671. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.31.0.tgz",
  2672. "integrity": "sha512-JyFFshbN5xwy6fulZ8B/8qOqENRmDdEkcIMF0Zz+RsfamEW+Zabl5jAb0IozP/8UKnJ7g2FtZZPEUIAlUSX8cA==",
  2673. "cpu": [
  2674. "arm64"
  2675. ],
  2676. "optional": true,
  2677. "os": [
  2678. "linux"
  2679. ]
  2680. },
  2681. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2682. "version": "4.31.0",
  2683. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.31.0.tgz",
  2684. "integrity": "sha512-kpQXQ0UPFeMPmPYksiBL9WS/BDiQEjRGMfklVIsA0Sng347H8W2iexch+IEwaR7OVSKtr2ZFxggt11zVIlZ25g==",
  2685. "cpu": [
  2686. "arm64"
  2687. ],
  2688. "optional": true,
  2689. "os": [
  2690. "linux"
  2691. ]
  2692. },
  2693. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  2694. "version": "4.31.0",
  2695. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.31.0.tgz",
  2696. "integrity": "sha512-pMlxLjt60iQTzt9iBb3jZphFIl55a70wexvo8p+vVFK+7ifTRookdoXX3bOsRdmfD+OKnMozKO6XM4zR0sHRrQ==",
  2697. "cpu": [
  2698. "loong64"
  2699. ],
  2700. "optional": true,
  2701. "os": [
  2702. "linux"
  2703. ]
  2704. },
  2705. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2706. "version": "4.31.0",
  2707. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.31.0.tgz",
  2708. "integrity": "sha512-D7TXT7I/uKEuWiRkEFbed1UUYZwcJDU4vZQdPTcepK7ecPhzKOYk4Er2YR4uHKme4qDeIh6N3XrLfpuM7vzRWQ==",
  2709. "cpu": [
  2710. "ppc64"
  2711. ],
  2712. "optional": true,
  2713. "os": [
  2714. "linux"
  2715. ]
  2716. },
  2717. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2718. "version": "4.31.0",
  2719. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.31.0.tgz",
  2720. "integrity": "sha512-wal2Tc8O5lMBtoePLBYRKj2CImUCJ4UNGJlLwspx7QApYny7K1cUYlzQ/4IGQBLmm+y0RS7dwc3TDO/pmcneTw==",
  2721. "cpu": [
  2722. "riscv64"
  2723. ],
  2724. "optional": true,
  2725. "os": [
  2726. "linux"
  2727. ]
  2728. },
  2729. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2730. "version": "4.31.0",
  2731. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.31.0.tgz",
  2732. "integrity": "sha512-O1o5EUI0+RRMkK9wiTVpk2tyzXdXefHtRTIjBbmFREmNMy7pFeYXCFGbhKFwISA3UOExlo5GGUuuj3oMKdK6JQ==",
  2733. "cpu": [
  2734. "s390x"
  2735. ],
  2736. "optional": true,
  2737. "os": [
  2738. "linux"
  2739. ]
  2740. },
  2741. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2742. "version": "4.31.0",
  2743. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.31.0.tgz",
  2744. "integrity": "sha512-zSoHl356vKnNxwOWnLd60ixHNPRBglxpv2g7q0Cd3Pmr561gf0HiAcUBRL3S1vPqRC17Zo2CX/9cPkqTIiai1g==",
  2745. "cpu": [
  2746. "x64"
  2747. ],
  2748. "optional": true,
  2749. "os": [
  2750. "linux"
  2751. ]
  2752. },
  2753. "node_modules/@rollup/rollup-linux-x64-musl": {
  2754. "version": "4.31.0",
  2755. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.31.0.tgz",
  2756. "integrity": "sha512-ypB/HMtcSGhKUQNiFwqgdclWNRrAYDH8iMYH4etw/ZlGwiTVxBz2tDrGRrPlfZu6QjXwtd+C3Zib5pFqID97ZA==",
  2757. "cpu": [
  2758. "x64"
  2759. ],
  2760. "optional": true,
  2761. "os": [
  2762. "linux"
  2763. ]
  2764. },
  2765. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2766. "version": "4.31.0",
  2767. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.31.0.tgz",
  2768. "integrity": "sha512-JuhN2xdI/m8Hr+aVO3vspO7OQfUFO6bKLIRTAy0U15vmWjnZDLrEgCZ2s6+scAYaQVpYSh9tZtRijApw9IXyMw==",
  2769. "cpu": [
  2770. "arm64"
  2771. ],
  2772. "optional": true,
  2773. "os": [
  2774. "win32"
  2775. ]
  2776. },
  2777. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2778. "version": "4.31.0",
  2779. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.31.0.tgz",
  2780. "integrity": "sha512-U1xZZXYkvdf5MIWmftU8wrM5PPXzyaY1nGCI4KI4BFfoZxHamsIe+BtnPLIvvPykvQWlVbqUXdLa4aJUuilwLQ==",
  2781. "cpu": [
  2782. "ia32"
  2783. ],
  2784. "optional": true,
  2785. "os": [
  2786. "win32"
  2787. ]
  2788. },
  2789. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2790. "version": "4.31.0",
  2791. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.31.0.tgz",
  2792. "integrity": "sha512-ul8rnCsUumNln5YWwz0ted2ZHFhzhRRnkpBZ+YRuHoRAlUji9KChpOUOndY7uykrPEPXVbHLlsdo6v5yXo/TXw==",
  2793. "cpu": [
  2794. "x64"
  2795. ],
  2796. "optional": true,
  2797. "os": [
  2798. "win32"
  2799. ]
  2800. },
  2801. "node_modules/@sec-ant/readable-stream": {
  2802. "version": "0.4.1",
  2803. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  2804. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg=="
  2805. },
  2806. "node_modules/@sindresorhus/merge-streams": {
  2807. "version": "2.3.0",
  2808. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
  2809. "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
  2810. "engines": {
  2811. "node": ">=18"
  2812. },
  2813. "funding": {
  2814. "url": "https://github.com/sponsors/sindresorhus"
  2815. }
  2816. },
  2817. "node_modules/@trysound/sax": {
  2818. "version": "0.2.0",
  2819. "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz",
  2820. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  2821. "engines": {
  2822. "node": ">=10.13.0"
  2823. }
  2824. },
  2825. "node_modules/@types/estree": {
  2826. "version": "1.0.6",
  2827. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz",
  2828. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="
  2829. },
  2830. "node_modules/@types/http-proxy": {
  2831. "version": "1.17.15",
  2832. "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.15.tgz",
  2833. "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==",
  2834. "dependencies": {
  2835. "@types/node": "*"
  2836. }
  2837. },
  2838. "node_modules/@types/lodash": {
  2839. "version": "4.17.14",
  2840. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.14.tgz",
  2841. "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A=="
  2842. },
  2843. "node_modules/@types/lodash-es": {
  2844. "version": "4.17.12",
  2845. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  2846. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  2847. "dependencies": {
  2848. "@types/lodash": "*"
  2849. }
  2850. },
  2851. "node_modules/@types/node": {
  2852. "version": "22.10.7",
  2853. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.7.tgz",
  2854. "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==",
  2855. "dependencies": {
  2856. "undici-types": "~6.20.0"
  2857. }
  2858. },
  2859. "node_modules/@types/parse-path": {
  2860. "version": "7.0.3",
  2861. "resolved": "https://registry.npmmirror.com/@types/parse-path/-/parse-path-7.0.3.tgz",
  2862. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg=="
  2863. },
  2864. "node_modules/@types/resolve": {
  2865. "version": "1.20.2",
  2866. "resolved": "https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz",
  2867. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
  2868. },
  2869. "node_modules/@types/web-bluetooth": {
  2870. "version": "0.0.16",
  2871. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  2872. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ=="
  2873. },
  2874. "node_modules/@unhead/dom": {
  2875. "version": "1.11.18",
  2876. "resolved": "https://registry.npmmirror.com/@unhead/dom/-/dom-1.11.18.tgz",
  2877. "integrity": "sha512-zQuJUw/et9zYEV0SZWTDX23IgurwMaXycAuxt4L6OgNL0T4TWP3a0J/Vm3Q02hmdNo/cPKeVBrwBdnFUXjGU4w==",
  2878. "dependencies": {
  2879. "@unhead/schema": "1.11.18",
  2880. "@unhead/shared": "1.11.18"
  2881. },
  2882. "funding": {
  2883. "url": "https://github.com/sponsors/harlan-zw"
  2884. }
  2885. },
  2886. "node_modules/@unhead/schema": {
  2887. "version": "1.11.18",
  2888. "resolved": "https://registry.npmmirror.com/@unhead/schema/-/schema-1.11.18.tgz",
  2889. "integrity": "sha512-a3TA/OJCRdfbFhcA3Hq24k1ZU1o9szicESrw8DZcGyQFacHnh84mVgnyqSkMnwgCmfN4kvjSiTBlLEHS6+wATw==",
  2890. "dependencies": {
  2891. "hookable": "^5.5.3",
  2892. "zhead": "^2.2.4"
  2893. },
  2894. "funding": {
  2895. "url": "https://github.com/sponsors/harlan-zw"
  2896. }
  2897. },
  2898. "node_modules/@unhead/shared": {
  2899. "version": "1.11.18",
  2900. "resolved": "https://registry.npmmirror.com/@unhead/shared/-/shared-1.11.18.tgz",
  2901. "integrity": "sha512-OsupRQRxJqqnuKiL1Guqipjbl7MndD5DofvmGa3PFGu2qNPmOmH2mxGFjRBBgq2XxY1KalIHl/2I9HV6gbK8cw==",
  2902. "dependencies": {
  2903. "@unhead/schema": "1.11.18",
  2904. "packrup": "^0.1.2"
  2905. },
  2906. "funding": {
  2907. "url": "https://github.com/sponsors/harlan-zw"
  2908. }
  2909. },
  2910. "node_modules/@unhead/ssr": {
  2911. "version": "1.11.18",
  2912. "resolved": "https://registry.npmmirror.com/@unhead/ssr/-/ssr-1.11.18.tgz",
  2913. "integrity": "sha512-uaHPz0RRAb18yKeCmHyHk5QKWRk/uHpOrqSbhRXTOhbrd3Ur3gGTVaAoyUoRYKGPU5B5/pyHh3TfLw0LkfrH1A==",
  2914. "dependencies": {
  2915. "@unhead/schema": "1.11.18",
  2916. "@unhead/shared": "1.11.18"
  2917. },
  2918. "funding": {
  2919. "url": "https://github.com/sponsors/harlan-zw"
  2920. }
  2921. },
  2922. "node_modules/@unhead/vue": {
  2923. "version": "1.11.18",
  2924. "resolved": "https://registry.npmmirror.com/@unhead/vue/-/vue-1.11.18.tgz",
  2925. "integrity": "sha512-Jfi7t/XNBnlcauP9UTH3VHBcS69G70ikFd2e5zdgULLDRWpOlLs1sSTH1V2juNptc93DOk9RQfC5jLWbLcivFw==",
  2926. "dependencies": {
  2927. "@unhead/schema": "1.11.18",
  2928. "@unhead/shared": "1.11.18",
  2929. "hookable": "^5.5.3",
  2930. "unhead": "1.11.18"
  2931. },
  2932. "funding": {
  2933. "url": "https://github.com/sponsors/harlan-zw"
  2934. },
  2935. "peerDependencies": {
  2936. "vue": ">=2.7 || >=3"
  2937. }
  2938. },
  2939. "node_modules/@vercel/nft": {
  2940. "version": "0.27.10",
  2941. "resolved": "https://registry.npmmirror.com/@vercel/nft/-/nft-0.27.10.tgz",
  2942. "integrity": "sha512-zbaF9Wp/NsZtKLE4uVmL3FyfFwlpDyuymQM1kPbeT0mVOHKDQQNjnnfslB3REg3oZprmNFJuh3pkHBk2qAaizg==",
  2943. "dependencies": {
  2944. "@mapbox/node-pre-gyp": "^2.0.0-rc.0",
  2945. "@rollup/pluginutils": "^5.1.3",
  2946. "acorn": "^8.6.0",
  2947. "acorn-import-attributes": "^1.9.5",
  2948. "async-sema": "^3.1.1",
  2949. "bindings": "^1.4.0",
  2950. "estree-walker": "2.0.2",
  2951. "glob": "^7.1.3",
  2952. "graceful-fs": "^4.2.9",
  2953. "node-gyp-build": "^4.2.2",
  2954. "picomatch": "^4.0.2",
  2955. "resolve-from": "^5.0.0"
  2956. },
  2957. "bin": {
  2958. "nft": "out/cli.js"
  2959. },
  2960. "engines": {
  2961. "node": ">=16"
  2962. }
  2963. },
  2964. "node_modules/@vercel/nft/node_modules/estree-walker": {
  2965. "version": "2.0.2",
  2966. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2967. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2968. },
  2969. "node_modules/@vercel/nft/node_modules/picomatch": {
  2970. "version": "4.0.2",
  2971. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  2972. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  2973. "engines": {
  2974. "node": ">=12"
  2975. },
  2976. "funding": {
  2977. "url": "https://github.com/sponsors/jonschlinkert"
  2978. }
  2979. },
  2980. "node_modules/@vitejs/plugin-vue": {
  2981. "version": "5.2.1",
  2982. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz",
  2983. "integrity": "sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==",
  2984. "engines": {
  2985. "node": "^18.0.0 || >=20.0.0"
  2986. },
  2987. "peerDependencies": {
  2988. "vite": "^5.0.0 || ^6.0.0",
  2989. "vue": "^3.2.25"
  2990. }
  2991. },
  2992. "node_modules/@vitejs/plugin-vue-jsx": {
  2993. "version": "4.1.1",
  2994. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.1.1.tgz",
  2995. "integrity": "sha512-uMJqv/7u1zz/9NbWAD3XdjaY20tKTf17XVfQ9zq4wY1BjsB/PjpJPMe2xiG39QpP4ZdhYNhm4Hvo66uJrykNLA==",
  2996. "dependencies": {
  2997. "@babel/core": "^7.26.0",
  2998. "@babel/plugin-transform-typescript": "^7.25.9",
  2999. "@vue/babel-plugin-jsx": "^1.2.5"
  3000. },
  3001. "engines": {
  3002. "node": "^18.0.0 || >=20.0.0"
  3003. },
  3004. "peerDependencies": {
  3005. "vite": "^5.0.0 || ^6.0.0",
  3006. "vue": "^3.0.0"
  3007. }
  3008. },
  3009. "node_modules/@vue-macros/common": {
  3010. "version": "1.16.1",
  3011. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-1.16.1.tgz",
  3012. "integrity": "sha512-Pn/AWMTjoMYuquepLZP813BIcq8DTZiNCoaceuNlvaYuOTd8DqBZWc5u0uOMQZMInwME1mdSmmBAcTluiV9Jtg==",
  3013. "dependencies": {
  3014. "@vue/compiler-sfc": "^3.5.13",
  3015. "ast-kit": "^1.4.0",
  3016. "local-pkg": "^1.0.0",
  3017. "magic-string-ast": "^0.7.0",
  3018. "pathe": "^2.0.2",
  3019. "picomatch": "^4.0.2"
  3020. },
  3021. "engines": {
  3022. "node": ">=16.14.0"
  3023. },
  3024. "peerDependencies": {
  3025. "vue": "^2.7.0 || ^3.2.25"
  3026. },
  3027. "peerDependenciesMeta": {
  3028. "vue": {
  3029. "optional": true
  3030. }
  3031. }
  3032. },
  3033. "node_modules/@vue-macros/common/node_modules/local-pkg": {
  3034. "version": "1.0.0",
  3035. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.0.0.tgz",
  3036. "integrity": "sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==",
  3037. "dependencies": {
  3038. "mlly": "^1.7.3",
  3039. "pkg-types": "^1.3.0"
  3040. },
  3041. "engines": {
  3042. "node": ">=14"
  3043. },
  3044. "funding": {
  3045. "url": "https://github.com/sponsors/antfu"
  3046. }
  3047. },
  3048. "node_modules/@vue-macros/common/node_modules/picomatch": {
  3049. "version": "4.0.2",
  3050. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3051. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3052. "engines": {
  3053. "node": ">=12"
  3054. },
  3055. "funding": {
  3056. "url": "https://github.com/sponsors/jonschlinkert"
  3057. }
  3058. },
  3059. "node_modules/@vue/babel-helper-vue-transform-on": {
  3060. "version": "1.2.5",
  3061. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz",
  3062. "integrity": "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw=="
  3063. },
  3064. "node_modules/@vue/babel-plugin-jsx": {
  3065. "version": "1.2.5",
  3066. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz",
  3067. "integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==",
  3068. "dependencies": {
  3069. "@babel/helper-module-imports": "^7.24.7",
  3070. "@babel/helper-plugin-utils": "^7.24.8",
  3071. "@babel/plugin-syntax-jsx": "^7.24.7",
  3072. "@babel/template": "^7.25.0",
  3073. "@babel/traverse": "^7.25.6",
  3074. "@babel/types": "^7.25.6",
  3075. "@vue/babel-helper-vue-transform-on": "1.2.5",
  3076. "@vue/babel-plugin-resolve-type": "1.2.5",
  3077. "html-tags": "^3.3.1",
  3078. "svg-tags": "^1.0.0"
  3079. },
  3080. "peerDependencies": {
  3081. "@babel/core": "^7.0.0-0"
  3082. },
  3083. "peerDependenciesMeta": {
  3084. "@babel/core": {
  3085. "optional": true
  3086. }
  3087. }
  3088. },
  3089. "node_modules/@vue/babel-plugin-resolve-type": {
  3090. "version": "1.2.5",
  3091. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz",
  3092. "integrity": "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==",
  3093. "dependencies": {
  3094. "@babel/code-frame": "^7.24.7",
  3095. "@babel/helper-module-imports": "^7.24.7",
  3096. "@babel/helper-plugin-utils": "^7.24.8",
  3097. "@babel/parser": "^7.25.6",
  3098. "@vue/compiler-sfc": "^3.5.3"
  3099. },
  3100. "peerDependencies": {
  3101. "@babel/core": "^7.0.0-0"
  3102. }
  3103. },
  3104. "node_modules/@vue/compiler-core": {
  3105. "version": "3.5.13",
  3106. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  3107. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  3108. "dependencies": {
  3109. "@babel/parser": "^7.25.3",
  3110. "@vue/shared": "3.5.13",
  3111. "entities": "^4.5.0",
  3112. "estree-walker": "^2.0.2",
  3113. "source-map-js": "^1.2.0"
  3114. }
  3115. },
  3116. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  3117. "version": "2.0.2",
  3118. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  3119. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3120. },
  3121. "node_modules/@vue/compiler-dom": {
  3122. "version": "3.5.13",
  3123. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  3124. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  3125. "dependencies": {
  3126. "@vue/compiler-core": "3.5.13",
  3127. "@vue/shared": "3.5.13"
  3128. }
  3129. },
  3130. "node_modules/@vue/compiler-sfc": {
  3131. "version": "3.5.13",
  3132. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  3133. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  3134. "dependencies": {
  3135. "@babel/parser": "^7.25.3",
  3136. "@vue/compiler-core": "3.5.13",
  3137. "@vue/compiler-dom": "3.5.13",
  3138. "@vue/compiler-ssr": "3.5.13",
  3139. "@vue/shared": "3.5.13",
  3140. "estree-walker": "^2.0.2",
  3141. "magic-string": "^0.30.11",
  3142. "postcss": "^8.4.48",
  3143. "source-map-js": "^1.2.0"
  3144. }
  3145. },
  3146. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  3147. "version": "2.0.2",
  3148. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  3149. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3150. },
  3151. "node_modules/@vue/compiler-sfc/node_modules/magic-string": {
  3152. "version": "0.30.17",
  3153. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  3154. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  3155. "dependencies": {
  3156. "@jridgewell/sourcemap-codec": "^1.5.0"
  3157. }
  3158. },
  3159. "node_modules/@vue/compiler-ssr": {
  3160. "version": "3.5.13",
  3161. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  3162. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  3163. "dependencies": {
  3164. "@vue/compiler-dom": "3.5.13",
  3165. "@vue/shared": "3.5.13"
  3166. }
  3167. },
  3168. "node_modules/@vue/devtools-api": {
  3169. "version": "6.6.4",
  3170. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  3171. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
  3172. },
  3173. "node_modules/@vue/devtools-core": {
  3174. "version": "7.6.8",
  3175. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.6.8.tgz",
  3176. "integrity": "sha512-8X4roysTwzQ94o7IobjVcOd1aZF5iunikrMrHPI2uUdigZCi2kFTQc7ffYiFiTNaLElCpjOhCnM7bo7aK1yU7A==",
  3177. "dependencies": {
  3178. "@vue/devtools-kit": "^7.6.8",
  3179. "@vue/devtools-shared": "^7.6.8",
  3180. "mitt": "^3.0.1",
  3181. "nanoid": "^5.0.9",
  3182. "pathe": "^1.1.2",
  3183. "vite-hot-client": "^0.2.4"
  3184. },
  3185. "peerDependencies": {
  3186. "vue": "^3.0.0"
  3187. }
  3188. },
  3189. "node_modules/@vue/devtools-core/node_modules/pathe": {
  3190. "version": "1.1.2",
  3191. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  3192. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  3193. },
  3194. "node_modules/@vue/devtools-kit": {
  3195. "version": "7.6.8",
  3196. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.6.8.tgz",
  3197. "integrity": "sha512-JhJ8M3sPU+v0P2iZBF2DkdmR9L0dnT5RXJabJqX6o8KtFs3tebdvfoXV2Dm3BFuqeECuMJIfF1aCzSt+WQ4wrw==",
  3198. "dependencies": {
  3199. "@vue/devtools-shared": "^7.6.8",
  3200. "birpc": "^0.2.19",
  3201. "hookable": "^5.5.3",
  3202. "mitt": "^3.0.1",
  3203. "perfect-debounce": "^1.0.0",
  3204. "speakingurl": "^14.0.1",
  3205. "superjson": "^2.2.1"
  3206. }
  3207. },
  3208. "node_modules/@vue/devtools-shared": {
  3209. "version": "7.7.0",
  3210. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.0.tgz",
  3211. "integrity": "sha512-jtlQY26R5thQxW9YQTpXbI0HoK0Wf9Rd4ekidOkRvSy7ChfK0kIU6vvcBtjj87/EcpeOSK49fZAicaFNJcoTcQ==",
  3212. "dependencies": {
  3213. "rfdc": "^1.4.1"
  3214. }
  3215. },
  3216. "node_modules/@vue/reactivity": {
  3217. "version": "3.5.13",
  3218. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  3219. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  3220. "dependencies": {
  3221. "@vue/shared": "3.5.13"
  3222. }
  3223. },
  3224. "node_modules/@vue/runtime-core": {
  3225. "version": "3.5.13",
  3226. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  3227. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  3228. "dependencies": {
  3229. "@vue/reactivity": "3.5.13",
  3230. "@vue/shared": "3.5.13"
  3231. }
  3232. },
  3233. "node_modules/@vue/runtime-dom": {
  3234. "version": "3.5.13",
  3235. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  3236. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  3237. "dependencies": {
  3238. "@vue/reactivity": "3.5.13",
  3239. "@vue/runtime-core": "3.5.13",
  3240. "@vue/shared": "3.5.13",
  3241. "csstype": "^3.1.3"
  3242. }
  3243. },
  3244. "node_modules/@vue/server-renderer": {
  3245. "version": "3.5.13",
  3246. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  3247. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  3248. "dependencies": {
  3249. "@vue/compiler-ssr": "3.5.13",
  3250. "@vue/shared": "3.5.13"
  3251. },
  3252. "peerDependencies": {
  3253. "vue": "3.5.13"
  3254. }
  3255. },
  3256. "node_modules/@vue/shared": {
  3257. "version": "3.5.13",
  3258. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  3259. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ=="
  3260. },
  3261. "node_modules/@vueuse/core": {
  3262. "version": "9.13.0",
  3263. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  3264. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  3265. "dependencies": {
  3266. "@types/web-bluetooth": "^0.0.16",
  3267. "@vueuse/metadata": "9.13.0",
  3268. "@vueuse/shared": "9.13.0",
  3269. "vue-demi": "*"
  3270. },
  3271. "funding": {
  3272. "url": "https://github.com/sponsors/antfu"
  3273. }
  3274. },
  3275. "node_modules/@vueuse/metadata": {
  3276. "version": "9.13.0",
  3277. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  3278. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  3279. "funding": {
  3280. "url": "https://github.com/sponsors/antfu"
  3281. }
  3282. },
  3283. "node_modules/@vueuse/shared": {
  3284. "version": "9.13.0",
  3285. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  3286. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  3287. "dependencies": {
  3288. "vue-demi": "*"
  3289. },
  3290. "funding": {
  3291. "url": "https://github.com/sponsors/antfu"
  3292. }
  3293. },
  3294. "node_modules/abbrev": {
  3295. "version": "3.0.0",
  3296. "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-3.0.0.tgz",
  3297. "integrity": "sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==",
  3298. "engines": {
  3299. "node": "^18.17.0 || >=20.5.0"
  3300. }
  3301. },
  3302. "node_modules/abort-controller": {
  3303. "version": "3.0.0",
  3304. "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
  3305. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  3306. "dependencies": {
  3307. "event-target-shim": "^5.0.0"
  3308. },
  3309. "engines": {
  3310. "node": ">=6.5"
  3311. }
  3312. },
  3313. "node_modules/acorn": {
  3314. "version": "8.14.0",
  3315. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.0.tgz",
  3316. "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
  3317. "bin": {
  3318. "acorn": "bin/acorn"
  3319. },
  3320. "engines": {
  3321. "node": ">=0.4.0"
  3322. }
  3323. },
  3324. "node_modules/acorn-import-attributes": {
  3325. "version": "1.9.5",
  3326. "resolved": "https://registry.npmmirror.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  3327. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  3328. "peerDependencies": {
  3329. "acorn": "^8"
  3330. }
  3331. },
  3332. "node_modules/add": {
  3333. "version": "2.0.6",
  3334. "resolved": "https://registry.npmmirror.com/add/-/add-2.0.6.tgz",
  3335. "integrity": "sha512-j5QzrmsokwWWp6kUcJQySpbG+xfOBqqKnup3OIk1pz+kB/80SLorZ9V8zHFLO92Lcd+hbvq8bT+zOGoPkmBV0Q=="
  3336. },
  3337. "node_modules/agent-base": {
  3338. "version": "7.1.3",
  3339. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.3.tgz",
  3340. "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
  3341. "engines": {
  3342. "node": ">= 14"
  3343. }
  3344. },
  3345. "node_modules/ansi-colors": {
  3346. "version": "4.1.3",
  3347. "resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz",
  3348. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  3349. "engines": {
  3350. "node": ">=6"
  3351. }
  3352. },
  3353. "node_modules/ansi-escapes": {
  3354. "version": "4.3.2",
  3355. "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  3356. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  3357. "dependencies": {
  3358. "type-fest": "^0.21.3"
  3359. },
  3360. "engines": {
  3361. "node": ">=8"
  3362. },
  3363. "funding": {
  3364. "url": "https://github.com/sponsors/sindresorhus"
  3365. }
  3366. },
  3367. "node_modules/ansi-escapes/node_modules/type-fest": {
  3368. "version": "0.21.3",
  3369. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz",
  3370. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  3371. "engines": {
  3372. "node": ">=10"
  3373. },
  3374. "funding": {
  3375. "url": "https://github.com/sponsors/sindresorhus"
  3376. }
  3377. },
  3378. "node_modules/ansi-regex": {
  3379. "version": "5.0.1",
  3380. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3381. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3382. "engines": {
  3383. "node": ">=8"
  3384. }
  3385. },
  3386. "node_modules/ansi-styles": {
  3387. "version": "4.3.0",
  3388. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3389. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3390. "dependencies": {
  3391. "color-convert": "^2.0.1"
  3392. },
  3393. "engines": {
  3394. "node": ">=8"
  3395. },
  3396. "funding": {
  3397. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3398. }
  3399. },
  3400. "node_modules/anymatch": {
  3401. "version": "3.1.3",
  3402. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  3403. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3404. "dependencies": {
  3405. "normalize-path": "^3.0.0",
  3406. "picomatch": "^2.0.4"
  3407. },
  3408. "engines": {
  3409. "node": ">= 8"
  3410. }
  3411. },
  3412. "node_modules/archiver": {
  3413. "version": "7.0.1",
  3414. "resolved": "https://registry.npmmirror.com/archiver/-/archiver-7.0.1.tgz",
  3415. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  3416. "dependencies": {
  3417. "archiver-utils": "^5.0.2",
  3418. "async": "^3.2.4",
  3419. "buffer-crc32": "^1.0.0",
  3420. "readable-stream": "^4.0.0",
  3421. "readdir-glob": "^1.1.2",
  3422. "tar-stream": "^3.0.0",
  3423. "zip-stream": "^6.0.1"
  3424. },
  3425. "engines": {
  3426. "node": ">= 14"
  3427. }
  3428. },
  3429. "node_modules/archiver-utils": {
  3430. "version": "5.0.2",
  3431. "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-5.0.2.tgz",
  3432. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  3433. "dependencies": {
  3434. "glob": "^10.0.0",
  3435. "graceful-fs": "^4.2.0",
  3436. "is-stream": "^2.0.1",
  3437. "lazystream": "^1.0.0",
  3438. "lodash": "^4.17.15",
  3439. "normalize-path": "^3.0.0",
  3440. "readable-stream": "^4.0.0"
  3441. },
  3442. "engines": {
  3443. "node": ">= 14"
  3444. }
  3445. },
  3446. "node_modules/archiver-utils/node_modules/brace-expansion": {
  3447. "version": "2.0.1",
  3448. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  3449. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  3450. "dependencies": {
  3451. "balanced-match": "^1.0.0"
  3452. }
  3453. },
  3454. "node_modules/archiver-utils/node_modules/glob": {
  3455. "version": "10.4.5",
  3456. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
  3457. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  3458. "dependencies": {
  3459. "foreground-child": "^3.1.0",
  3460. "jackspeak": "^3.1.2",
  3461. "minimatch": "^9.0.4",
  3462. "minipass": "^7.1.2",
  3463. "package-json-from-dist": "^1.0.0",
  3464. "path-scurry": "^1.11.1"
  3465. },
  3466. "bin": {
  3467. "glob": "dist/esm/bin.mjs"
  3468. },
  3469. "funding": {
  3470. "url": "https://github.com/sponsors/isaacs"
  3471. }
  3472. },
  3473. "node_modules/archiver-utils/node_modules/is-stream": {
  3474. "version": "2.0.1",
  3475. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  3476. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  3477. "engines": {
  3478. "node": ">=8"
  3479. },
  3480. "funding": {
  3481. "url": "https://github.com/sponsors/sindresorhus"
  3482. }
  3483. },
  3484. "node_modules/archiver-utils/node_modules/minimatch": {
  3485. "version": "9.0.5",
  3486. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  3487. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  3488. "dependencies": {
  3489. "brace-expansion": "^2.0.1"
  3490. },
  3491. "engines": {
  3492. "node": ">=16 || 14 >=14.17"
  3493. },
  3494. "funding": {
  3495. "url": "https://github.com/sponsors/isaacs"
  3496. }
  3497. },
  3498. "node_modules/archiver-utils/node_modules/minipass": {
  3499. "version": "7.1.2",
  3500. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  3501. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  3502. "engines": {
  3503. "node": ">=16 || 14 >=14.17"
  3504. }
  3505. },
  3506. "node_modules/argparse": {
  3507. "version": "2.0.1",
  3508. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3509. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  3510. },
  3511. "node_modules/arr-diff": {
  3512. "version": "4.0.0",
  3513. "resolved": "https://registry.npmmirror.com/arr-diff/-/arr-diff-4.0.0.tgz",
  3514. "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
  3515. "engines": {
  3516. "node": ">=0.10.0"
  3517. }
  3518. },
  3519. "node_modules/arr-flatten": {
  3520. "version": "1.1.0",
  3521. "resolved": "https://registry.npmmirror.com/arr-flatten/-/arr-flatten-1.1.0.tgz",
  3522. "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
  3523. "engines": {
  3524. "node": ">=0.10.0"
  3525. }
  3526. },
  3527. "node_modules/arr-union": {
  3528. "version": "3.1.0",
  3529. "resolved": "https://registry.npmmirror.com/arr-union/-/arr-union-3.1.0.tgz",
  3530. "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
  3531. "engines": {
  3532. "node": ">=0.10.0"
  3533. }
  3534. },
  3535. "node_modules/array-unique": {
  3536. "version": "0.3.2",
  3537. "resolved": "https://registry.npmmirror.com/array-unique/-/array-unique-0.3.2.tgz",
  3538. "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",
  3539. "engines": {
  3540. "node": ">=0.10.0"
  3541. }
  3542. },
  3543. "node_modules/assign-symbols": {
  3544. "version": "1.0.0",
  3545. "resolved": "https://registry.npmmirror.com/assign-symbols/-/assign-symbols-1.0.0.tgz",
  3546. "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",
  3547. "engines": {
  3548. "node": ">=0.10.0"
  3549. }
  3550. },
  3551. "node_modules/ast-kit": {
  3552. "version": "1.4.0",
  3553. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-1.4.0.tgz",
  3554. "integrity": "sha512-BlGeOw73FDsX7z0eZE/wuuafxYoek2yzNJ6l6A1nsb4+z/p87TOPbHaWuN53kFKNuUXiCQa2M+xLF71IqQmRSw==",
  3555. "dependencies": {
  3556. "@babel/parser": "^7.26.5",
  3557. "pathe": "^2.0.2"
  3558. },
  3559. "engines": {
  3560. "node": ">=16.14.0"
  3561. }
  3562. },
  3563. "node_modules/ast-walker-scope": {
  3564. "version": "0.6.2",
  3565. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz",
  3566. "integrity": "sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==",
  3567. "dependencies": {
  3568. "@babel/parser": "^7.25.3",
  3569. "ast-kit": "^1.0.1"
  3570. },
  3571. "engines": {
  3572. "node": ">=16.14.0"
  3573. }
  3574. },
  3575. "node_modules/async": {
  3576. "version": "3.2.6",
  3577. "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
  3578. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
  3579. },
  3580. "node_modules/async-sema": {
  3581. "version": "3.1.1",
  3582. "resolved": "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz",
  3583. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="
  3584. },
  3585. "node_modules/async-validator": {
  3586. "version": "4.2.5",
  3587. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  3588. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg=="
  3589. },
  3590. "node_modules/asynckit": {
  3591. "version": "0.4.0",
  3592. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  3593. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  3594. },
  3595. "node_modules/atob": {
  3596. "version": "2.1.2",
  3597. "resolved": "https://registry.npmmirror.com/atob/-/atob-2.1.2.tgz",
  3598. "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
  3599. "bin": {
  3600. "atob": "bin/atob.js"
  3601. },
  3602. "engines": {
  3603. "node": ">= 4.5.0"
  3604. }
  3605. },
  3606. "node_modules/autoprefixer": {
  3607. "version": "10.4.20",
  3608. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.20.tgz",
  3609. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  3610. "funding": [
  3611. {
  3612. "type": "opencollective",
  3613. "url": "https://opencollective.com/postcss/"
  3614. },
  3615. {
  3616. "type": "tidelift",
  3617. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3618. },
  3619. {
  3620. "type": "github",
  3621. "url": "https://github.com/sponsors/ai"
  3622. }
  3623. ],
  3624. "dependencies": {
  3625. "browserslist": "^4.23.3",
  3626. "caniuse-lite": "^1.0.30001646",
  3627. "fraction.js": "^4.3.7",
  3628. "normalize-range": "^0.1.2",
  3629. "picocolors": "^1.0.1",
  3630. "postcss-value-parser": "^4.2.0"
  3631. },
  3632. "bin": {
  3633. "autoprefixer": "bin/autoprefixer"
  3634. },
  3635. "engines": {
  3636. "node": "^10 || ^12 || >=14"
  3637. },
  3638. "peerDependencies": {
  3639. "postcss": "^8.1.0"
  3640. }
  3641. },
  3642. "node_modules/axios": {
  3643. "version": "1.7.9",
  3644. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.9.tgz",
  3645. "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
  3646. "dependencies": {
  3647. "follow-redirects": "^1.15.6",
  3648. "form-data": "^4.0.0",
  3649. "proxy-from-env": "^1.1.0"
  3650. }
  3651. },
  3652. "node_modules/b4a": {
  3653. "version": "1.6.7",
  3654. "resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.6.7.tgz",
  3655. "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg=="
  3656. },
  3657. "node_modules/balanced-match": {
  3658. "version": "1.0.2",
  3659. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3660. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  3661. },
  3662. "node_modules/bare-events": {
  3663. "version": "2.5.4",
  3664. "resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.5.4.tgz",
  3665. "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
  3666. "optional": true
  3667. },
  3668. "node_modules/base": {
  3669. "version": "0.11.2",
  3670. "resolved": "https://registry.npmmirror.com/base/-/base-0.11.2.tgz",
  3671. "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
  3672. "dependencies": {
  3673. "cache-base": "^1.0.1",
  3674. "class-utils": "^0.3.5",
  3675. "component-emitter": "^1.2.1",
  3676. "define-property": "^1.0.0",
  3677. "isobject": "^3.0.1",
  3678. "mixin-deep": "^1.2.0",
  3679. "pascalcase": "^0.1.1"
  3680. },
  3681. "engines": {
  3682. "node": ">=0.10.0"
  3683. }
  3684. },
  3685. "node_modules/base/node_modules/define-property": {
  3686. "version": "1.0.0",
  3687. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-1.0.0.tgz",
  3688. "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
  3689. "dependencies": {
  3690. "is-descriptor": "^1.0.0"
  3691. },
  3692. "engines": {
  3693. "node": ">=0.10.0"
  3694. }
  3695. },
  3696. "node_modules/base64-js": {
  3697. "version": "1.5.1",
  3698. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  3699. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  3700. "funding": [
  3701. {
  3702. "type": "github",
  3703. "url": "https://github.com/sponsors/feross"
  3704. },
  3705. {
  3706. "type": "patreon",
  3707. "url": "https://www.patreon.com/feross"
  3708. },
  3709. {
  3710. "type": "consulting",
  3711. "url": "https://feross.org/support"
  3712. }
  3713. ]
  3714. },
  3715. "node_modules/big.js": {
  3716. "version": "5.2.2",
  3717. "resolved": "https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz",
  3718. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  3719. "engines": {
  3720. "node": "*"
  3721. }
  3722. },
  3723. "node_modules/binary-extensions": {
  3724. "version": "2.3.0",
  3725. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  3726. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  3727. "engines": {
  3728. "node": ">=8"
  3729. },
  3730. "funding": {
  3731. "url": "https://github.com/sponsors/sindresorhus"
  3732. }
  3733. },
  3734. "node_modules/bindings": {
  3735. "version": "1.5.0",
  3736. "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
  3737. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  3738. "dependencies": {
  3739. "file-uri-to-path": "1.0.0"
  3740. }
  3741. },
  3742. "node_modules/birpc": {
  3743. "version": "0.2.19",
  3744. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-0.2.19.tgz",
  3745. "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==",
  3746. "funding": {
  3747. "url": "https://github.com/sponsors/antfu"
  3748. }
  3749. },
  3750. "node_modules/boolbase": {
  3751. "version": "1.0.0",
  3752. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  3753. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  3754. },
  3755. "node_modules/brace-expansion": {
  3756. "version": "1.1.11",
  3757. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  3758. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  3759. "dependencies": {
  3760. "balanced-match": "^1.0.0",
  3761. "concat-map": "0.0.1"
  3762. }
  3763. },
  3764. "node_modules/braces": {
  3765. "version": "3.0.3",
  3766. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3767. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3768. "dependencies": {
  3769. "fill-range": "^7.1.1"
  3770. },
  3771. "engines": {
  3772. "node": ">=8"
  3773. }
  3774. },
  3775. "node_modules/browserslist": {
  3776. "version": "4.24.4",
  3777. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz",
  3778. "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
  3779. "funding": [
  3780. {
  3781. "type": "opencollective",
  3782. "url": "https://opencollective.com/browserslist"
  3783. },
  3784. {
  3785. "type": "tidelift",
  3786. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3787. },
  3788. {
  3789. "type": "github",
  3790. "url": "https://github.com/sponsors/ai"
  3791. }
  3792. ],
  3793. "dependencies": {
  3794. "caniuse-lite": "^1.0.30001688",
  3795. "electron-to-chromium": "^1.5.73",
  3796. "node-releases": "^2.0.19",
  3797. "update-browserslist-db": "^1.1.1"
  3798. },
  3799. "bin": {
  3800. "browserslist": "cli.js"
  3801. },
  3802. "engines": {
  3803. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3804. }
  3805. },
  3806. "node_modules/buffer": {
  3807. "version": "6.0.3",
  3808. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  3809. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  3810. "funding": [
  3811. {
  3812. "type": "github",
  3813. "url": "https://github.com/sponsors/feross"
  3814. },
  3815. {
  3816. "type": "patreon",
  3817. "url": "https://www.patreon.com/feross"
  3818. },
  3819. {
  3820. "type": "consulting",
  3821. "url": "https://feross.org/support"
  3822. }
  3823. ],
  3824. "dependencies": {
  3825. "base64-js": "^1.3.1",
  3826. "ieee754": "^1.2.1"
  3827. }
  3828. },
  3829. "node_modules/buffer-crc32": {
  3830. "version": "1.0.0",
  3831. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  3832. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  3833. "engines": {
  3834. "node": ">=8.0.0"
  3835. }
  3836. },
  3837. "node_modules/buffer-from": {
  3838. "version": "1.1.2",
  3839. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  3840. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  3841. },
  3842. "node_modules/bundle-name": {
  3843. "version": "4.1.0",
  3844. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  3845. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  3846. "dependencies": {
  3847. "run-applescript": "^7.0.0"
  3848. },
  3849. "engines": {
  3850. "node": ">=18"
  3851. },
  3852. "funding": {
  3853. "url": "https://github.com/sponsors/sindresorhus"
  3854. }
  3855. },
  3856. "node_modules/c12": {
  3857. "version": "2.0.1",
  3858. "resolved": "https://registry.npmmirror.com/c12/-/c12-2.0.1.tgz",
  3859. "integrity": "sha512-Z4JgsKXHG37C6PYUtIxCfLJZvo6FyhHJoClwwb9ftUkLpPSkuYqn6Tr+vnaN8hymm0kIbcg6Ey3kv/Q71k5w/A==",
  3860. "dependencies": {
  3861. "chokidar": "^4.0.1",
  3862. "confbox": "^0.1.7",
  3863. "defu": "^6.1.4",
  3864. "dotenv": "^16.4.5",
  3865. "giget": "^1.2.3",
  3866. "jiti": "^2.3.0",
  3867. "mlly": "^1.7.1",
  3868. "ohash": "^1.1.4",
  3869. "pathe": "^1.1.2",
  3870. "perfect-debounce": "^1.0.0",
  3871. "pkg-types": "^1.2.0",
  3872. "rc9": "^2.1.2"
  3873. },
  3874. "peerDependencies": {
  3875. "magicast": "^0.3.5"
  3876. },
  3877. "peerDependenciesMeta": {
  3878. "magicast": {
  3879. "optional": true
  3880. }
  3881. }
  3882. },
  3883. "node_modules/c12/node_modules/pathe": {
  3884. "version": "1.1.2",
  3885. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  3886. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  3887. },
  3888. "node_modules/cac": {
  3889. "version": "6.7.14",
  3890. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  3891. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  3892. "engines": {
  3893. "node": ">=8"
  3894. }
  3895. },
  3896. "node_modules/cache-base": {
  3897. "version": "1.0.1",
  3898. "resolved": "https://registry.npmmirror.com/cache-base/-/cache-base-1.0.1.tgz",
  3899. "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
  3900. "dependencies": {
  3901. "collection-visit": "^1.0.0",
  3902. "component-emitter": "^1.2.1",
  3903. "get-value": "^2.0.6",
  3904. "has-value": "^1.0.0",
  3905. "isobject": "^3.0.1",
  3906. "set-value": "^2.0.0",
  3907. "to-object-path": "^0.3.0",
  3908. "union-value": "^1.0.0",
  3909. "unset-value": "^1.0.0"
  3910. },
  3911. "engines": {
  3912. "node": ">=0.10.0"
  3913. }
  3914. },
  3915. "node_modules/camelcase": {
  3916. "version": "5.3.1",
  3917. "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
  3918. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  3919. "engines": {
  3920. "node": ">=6"
  3921. }
  3922. },
  3923. "node_modules/caniuse-api": {
  3924. "version": "3.0.0",
  3925. "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
  3926. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  3927. "dependencies": {
  3928. "browserslist": "^4.0.0",
  3929. "caniuse-lite": "^1.0.0",
  3930. "lodash.memoize": "^4.1.2",
  3931. "lodash.uniq": "^4.5.0"
  3932. }
  3933. },
  3934. "node_modules/caniuse-lite": {
  3935. "version": "1.0.30001695",
  3936. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz",
  3937. "integrity": "sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==",
  3938. "funding": [
  3939. {
  3940. "type": "opencollective",
  3941. "url": "https://opencollective.com/browserslist"
  3942. },
  3943. {
  3944. "type": "tidelift",
  3945. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3946. },
  3947. {
  3948. "type": "github",
  3949. "url": "https://github.com/sponsors/ai"
  3950. }
  3951. ]
  3952. },
  3953. "node_modules/chalk": {
  3954. "version": "4.1.2",
  3955. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  3956. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3957. "dependencies": {
  3958. "ansi-styles": "^4.1.0",
  3959. "supports-color": "^7.1.0"
  3960. },
  3961. "engines": {
  3962. "node": ">=10"
  3963. },
  3964. "funding": {
  3965. "url": "https://github.com/chalk/chalk?sponsor=1"
  3966. }
  3967. },
  3968. "node_modules/chalk/node_modules/supports-color": {
  3969. "version": "7.2.0",
  3970. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  3971. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3972. "dependencies": {
  3973. "has-flag": "^4.0.0"
  3974. },
  3975. "engines": {
  3976. "node": ">=8"
  3977. }
  3978. },
  3979. "node_modules/change-case": {
  3980. "version": "5.4.4",
  3981. "resolved": "https://registry.npmmirror.com/change-case/-/change-case-5.4.4.tgz",
  3982. "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w=="
  3983. },
  3984. "node_modules/cheerio": {
  3985. "version": "1.0.0",
  3986. "resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.0.0.tgz",
  3987. "integrity": "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==",
  3988. "dependencies": {
  3989. "cheerio-select": "^2.1.0",
  3990. "dom-serializer": "^2.0.0",
  3991. "domhandler": "^5.0.3",
  3992. "domutils": "^3.1.0",
  3993. "encoding-sniffer": "^0.2.0",
  3994. "htmlparser2": "^9.1.0",
  3995. "parse5": "^7.1.2",
  3996. "parse5-htmlparser2-tree-adapter": "^7.0.0",
  3997. "parse5-parser-stream": "^7.1.2",
  3998. "undici": "^6.19.5",
  3999. "whatwg-mimetype": "^4.0.0"
  4000. },
  4001. "engines": {
  4002. "node": ">=18.17"
  4003. },
  4004. "funding": {
  4005. "url": "https://github.com/cheeriojs/cheerio?sponsor=1"
  4006. }
  4007. },
  4008. "node_modules/cheerio-select": {
  4009. "version": "2.1.0",
  4010. "resolved": "https://registry.npmmirror.com/cheerio-select/-/cheerio-select-2.1.0.tgz",
  4011. "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==",
  4012. "dependencies": {
  4013. "boolbase": "^1.0.0",
  4014. "css-select": "^5.1.0",
  4015. "css-what": "^6.1.0",
  4016. "domelementtype": "^2.3.0",
  4017. "domhandler": "^5.0.3",
  4018. "domutils": "^3.0.1"
  4019. },
  4020. "funding": {
  4021. "url": "https://github.com/sponsors/fb55"
  4022. }
  4023. },
  4024. "node_modules/chokidar": {
  4025. "version": "4.0.3",
  4026. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  4027. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  4028. "dependencies": {
  4029. "readdirp": "^4.0.1"
  4030. },
  4031. "engines": {
  4032. "node": ">= 14.16.0"
  4033. },
  4034. "funding": {
  4035. "url": "https://paulmillr.com/funding/"
  4036. }
  4037. },
  4038. "node_modules/chownr": {
  4039. "version": "2.0.0",
  4040. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz",
  4041. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  4042. "engines": {
  4043. "node": ">=10"
  4044. }
  4045. },
  4046. "node_modules/citty": {
  4047. "version": "0.1.6",
  4048. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz",
  4049. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  4050. "dependencies": {
  4051. "consola": "^3.2.3"
  4052. }
  4053. },
  4054. "node_modules/class-utils": {
  4055. "version": "0.3.6",
  4056. "resolved": "https://registry.npmmirror.com/class-utils/-/class-utils-0.3.6.tgz",
  4057. "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
  4058. "dependencies": {
  4059. "arr-union": "^3.1.0",
  4060. "define-property": "^0.2.5",
  4061. "isobject": "^3.0.0",
  4062. "static-extend": "^0.1.1"
  4063. },
  4064. "engines": {
  4065. "node": ">=0.10.0"
  4066. }
  4067. },
  4068. "node_modules/class-utils/node_modules/define-property": {
  4069. "version": "0.2.5",
  4070. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
  4071. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  4072. "dependencies": {
  4073. "is-descriptor": "^0.1.0"
  4074. },
  4075. "engines": {
  4076. "node": ">=0.10.0"
  4077. }
  4078. },
  4079. "node_modules/class-utils/node_modules/is-descriptor": {
  4080. "version": "0.1.7",
  4081. "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
  4082. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  4083. "dependencies": {
  4084. "is-accessor-descriptor": "^1.0.1",
  4085. "is-data-descriptor": "^1.0.1"
  4086. },
  4087. "engines": {
  4088. "node": ">= 0.4"
  4089. }
  4090. },
  4091. "node_modules/clipboardy": {
  4092. "version": "4.0.0",
  4093. "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-4.0.0.tgz",
  4094. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  4095. "dependencies": {
  4096. "execa": "^8.0.1",
  4097. "is-wsl": "^3.1.0",
  4098. "is64bit": "^2.0.0"
  4099. },
  4100. "engines": {
  4101. "node": ">=18"
  4102. },
  4103. "funding": {
  4104. "url": "https://github.com/sponsors/sindresorhus"
  4105. }
  4106. },
  4107. "node_modules/clipboardy/node_modules/execa": {
  4108. "version": "8.0.1",
  4109. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  4110. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  4111. "dependencies": {
  4112. "cross-spawn": "^7.0.3",
  4113. "get-stream": "^8.0.1",
  4114. "human-signals": "^5.0.0",
  4115. "is-stream": "^3.0.0",
  4116. "merge-stream": "^2.0.0",
  4117. "npm-run-path": "^5.1.0",
  4118. "onetime": "^6.0.0",
  4119. "signal-exit": "^4.1.0",
  4120. "strip-final-newline": "^3.0.0"
  4121. },
  4122. "engines": {
  4123. "node": ">=16.17"
  4124. },
  4125. "funding": {
  4126. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  4127. }
  4128. },
  4129. "node_modules/clipboardy/node_modules/get-stream": {
  4130. "version": "8.0.1",
  4131. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  4132. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  4133. "engines": {
  4134. "node": ">=16"
  4135. },
  4136. "funding": {
  4137. "url": "https://github.com/sponsors/sindresorhus"
  4138. }
  4139. },
  4140. "node_modules/clipboardy/node_modules/human-signals": {
  4141. "version": "5.0.0",
  4142. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  4143. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  4144. "engines": {
  4145. "node": ">=16.17.0"
  4146. }
  4147. },
  4148. "node_modules/clipboardy/node_modules/signal-exit": {
  4149. "version": "4.1.0",
  4150. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  4151. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4152. "engines": {
  4153. "node": ">=14"
  4154. },
  4155. "funding": {
  4156. "url": "https://github.com/sponsors/isaacs"
  4157. }
  4158. },
  4159. "node_modules/cliui": {
  4160. "version": "6.0.0",
  4161. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz",
  4162. "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  4163. "dependencies": {
  4164. "string-width": "^4.2.0",
  4165. "strip-ansi": "^6.0.0",
  4166. "wrap-ansi": "^6.2.0"
  4167. }
  4168. },
  4169. "node_modules/cluster-key-slot": {
  4170. "version": "1.1.2",
  4171. "resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  4172. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  4173. "engines": {
  4174. "node": ">=0.10.0"
  4175. }
  4176. },
  4177. "node_modules/collection-visit": {
  4178. "version": "1.0.0",
  4179. "resolved": "https://registry.npmmirror.com/collection-visit/-/collection-visit-1.0.0.tgz",
  4180. "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==",
  4181. "dependencies": {
  4182. "map-visit": "^1.0.0",
  4183. "object-visit": "^1.0.0"
  4184. },
  4185. "engines": {
  4186. "node": ">=0.10.0"
  4187. }
  4188. },
  4189. "node_modules/color-convert": {
  4190. "version": "2.0.1",
  4191. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  4192. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4193. "dependencies": {
  4194. "color-name": "~1.1.4"
  4195. },
  4196. "engines": {
  4197. "node": ">=7.0.0"
  4198. }
  4199. },
  4200. "node_modules/color-name": {
  4201. "version": "1.1.4",
  4202. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  4203. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  4204. },
  4205. "node_modules/colord": {
  4206. "version": "2.9.3",
  4207. "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz",
  4208. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
  4209. },
  4210. "node_modules/colorette": {
  4211. "version": "1.4.0",
  4212. "resolved": "https://registry.npmmirror.com/colorette/-/colorette-1.4.0.tgz",
  4213. "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g=="
  4214. },
  4215. "node_modules/combined-stream": {
  4216. "version": "1.0.8",
  4217. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  4218. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  4219. "dependencies": {
  4220. "delayed-stream": "~1.0.0"
  4221. },
  4222. "engines": {
  4223. "node": ">= 0.8"
  4224. }
  4225. },
  4226. "node_modules/commander": {
  4227. "version": "7.2.0",
  4228. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  4229. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  4230. "engines": {
  4231. "node": ">= 10"
  4232. }
  4233. },
  4234. "node_modules/commondir": {
  4235. "version": "1.0.1",
  4236. "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
  4237. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  4238. },
  4239. "node_modules/compatx": {
  4240. "version": "0.1.8",
  4241. "resolved": "https://registry.npmmirror.com/compatx/-/compatx-0.1.8.tgz",
  4242. "integrity": "sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw=="
  4243. },
  4244. "node_modules/component-emitter": {
  4245. "version": "1.3.1",
  4246. "resolved": "https://registry.npmmirror.com/component-emitter/-/component-emitter-1.3.1.tgz",
  4247. "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
  4248. "funding": {
  4249. "url": "https://github.com/sponsors/sindresorhus"
  4250. }
  4251. },
  4252. "node_modules/compress-commons": {
  4253. "version": "6.0.2",
  4254. "resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-6.0.2.tgz",
  4255. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  4256. "dependencies": {
  4257. "crc-32": "^1.2.0",
  4258. "crc32-stream": "^6.0.0",
  4259. "is-stream": "^2.0.1",
  4260. "normalize-path": "^3.0.0",
  4261. "readable-stream": "^4.0.0"
  4262. },
  4263. "engines": {
  4264. "node": ">= 14"
  4265. }
  4266. },
  4267. "node_modules/compress-commons/node_modules/is-stream": {
  4268. "version": "2.0.1",
  4269. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  4270. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  4271. "engines": {
  4272. "node": ">=8"
  4273. },
  4274. "funding": {
  4275. "url": "https://github.com/sponsors/sindresorhus"
  4276. }
  4277. },
  4278. "node_modules/concat-map": {
  4279. "version": "0.0.1",
  4280. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  4281. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  4282. },
  4283. "node_modules/confbox": {
  4284. "version": "0.1.8",
  4285. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  4286. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w=="
  4287. },
  4288. "node_modules/consola": {
  4289. "version": "3.4.0",
  4290. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.0.tgz",
  4291. "integrity": "sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==",
  4292. "engines": {
  4293. "node": "^14.18.0 || >=16.10.0"
  4294. }
  4295. },
  4296. "node_modules/convert-source-map": {
  4297. "version": "2.0.0",
  4298. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4299. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  4300. },
  4301. "node_modules/cookie-es": {
  4302. "version": "1.2.2",
  4303. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-1.2.2.tgz",
  4304. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg=="
  4305. },
  4306. "node_modules/copy-anything": {
  4307. "version": "2.0.6",
  4308. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
  4309. "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
  4310. "dependencies": {
  4311. "is-what": "^3.14.1"
  4312. },
  4313. "funding": {
  4314. "url": "https://github.com/sponsors/mesqueeb"
  4315. }
  4316. },
  4317. "node_modules/copy-descriptor": {
  4318. "version": "0.1.1",
  4319. "resolved": "https://registry.npmmirror.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
  4320. "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==",
  4321. "engines": {
  4322. "node": ">=0.10.0"
  4323. }
  4324. },
  4325. "node_modules/core-util-is": {
  4326. "version": "1.0.3",
  4327. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  4328. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  4329. },
  4330. "node_modules/crc-32": {
  4331. "version": "1.2.2",
  4332. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  4333. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  4334. "bin": {
  4335. "crc32": "bin/crc32.njs"
  4336. },
  4337. "engines": {
  4338. "node": ">=0.8"
  4339. }
  4340. },
  4341. "node_modules/crc32-stream": {
  4342. "version": "6.0.0",
  4343. "resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-6.0.0.tgz",
  4344. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  4345. "dependencies": {
  4346. "crc-32": "^1.2.0",
  4347. "readable-stream": "^4.0.0"
  4348. },
  4349. "engines": {
  4350. "node": ">= 14"
  4351. }
  4352. },
  4353. "node_modules/croner": {
  4354. "version": "9.0.0",
  4355. "resolved": "https://registry.npmmirror.com/croner/-/croner-9.0.0.tgz",
  4356. "integrity": "sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==",
  4357. "engines": {
  4358. "node": ">=18.0"
  4359. }
  4360. },
  4361. "node_modules/cronstrue": {
  4362. "version": "2.53.0",
  4363. "resolved": "https://registry.npmmirror.com/cronstrue/-/cronstrue-2.53.0.tgz",
  4364. "integrity": "sha512-CkAcaI94xL8h6N7cGxgXfR5D7oV2yVtDzB9vMZP8tIgPyEv/oc/7nq9rlk7LMxvc3N+q6LKZmNLCVxJRpyEg8A==",
  4365. "bin": {
  4366. "cronstrue": "bin/cli.js"
  4367. }
  4368. },
  4369. "node_modules/cross-spawn": {
  4370. "version": "7.0.6",
  4371. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4372. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4373. "dependencies": {
  4374. "path-key": "^3.1.0",
  4375. "shebang-command": "^2.0.0",
  4376. "which": "^2.0.1"
  4377. },
  4378. "engines": {
  4379. "node": ">= 8"
  4380. }
  4381. },
  4382. "node_modules/cross-spawn/node_modules/which": {
  4383. "version": "2.0.2",
  4384. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  4385. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  4386. "dependencies": {
  4387. "isexe": "^2.0.0"
  4388. },
  4389. "bin": {
  4390. "node-which": "bin/node-which"
  4391. },
  4392. "engines": {
  4393. "node": ">= 8"
  4394. }
  4395. },
  4396. "node_modules/crossws": {
  4397. "version": "0.3.1",
  4398. "resolved": "https://registry.npmmirror.com/crossws/-/crossws-0.3.1.tgz",
  4399. "integrity": "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==",
  4400. "dependencies": {
  4401. "uncrypto": "^0.1.3"
  4402. }
  4403. },
  4404. "node_modules/css-declaration-sorter": {
  4405. "version": "7.2.0",
  4406. "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
  4407. "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
  4408. "engines": {
  4409. "node": "^14 || ^16 || >=18"
  4410. },
  4411. "peerDependencies": {
  4412. "postcss": "^8.0.9"
  4413. }
  4414. },
  4415. "node_modules/css-select": {
  4416. "version": "5.1.0",
  4417. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz",
  4418. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  4419. "dependencies": {
  4420. "boolbase": "^1.0.0",
  4421. "css-what": "^6.1.0",
  4422. "domhandler": "^5.0.2",
  4423. "domutils": "^3.0.1",
  4424. "nth-check": "^2.0.1"
  4425. },
  4426. "funding": {
  4427. "url": "https://github.com/sponsors/fb55"
  4428. }
  4429. },
  4430. "node_modules/css-tree": {
  4431. "version": "2.3.1",
  4432. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz",
  4433. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  4434. "dependencies": {
  4435. "mdn-data": "2.0.30",
  4436. "source-map-js": "^1.0.1"
  4437. },
  4438. "engines": {
  4439. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  4440. }
  4441. },
  4442. "node_modules/css-what": {
  4443. "version": "6.1.0",
  4444. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz",
  4445. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  4446. "engines": {
  4447. "node": ">= 6"
  4448. },
  4449. "funding": {
  4450. "url": "https://github.com/sponsors/fb55"
  4451. }
  4452. },
  4453. "node_modules/cssesc": {
  4454. "version": "3.0.0",
  4455. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  4456. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  4457. "bin": {
  4458. "cssesc": "bin/cssesc"
  4459. },
  4460. "engines": {
  4461. "node": ">=4"
  4462. }
  4463. },
  4464. "node_modules/cssnano": {
  4465. "version": "7.0.6",
  4466. "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.0.6.tgz",
  4467. "integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==",
  4468. "dependencies": {
  4469. "cssnano-preset-default": "^7.0.6",
  4470. "lilconfig": "^3.1.2"
  4471. },
  4472. "engines": {
  4473. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4474. },
  4475. "funding": {
  4476. "type": "opencollective",
  4477. "url": "https://opencollective.com/cssnano"
  4478. },
  4479. "peerDependencies": {
  4480. "postcss": "^8.4.31"
  4481. }
  4482. },
  4483. "node_modules/cssnano-preset-default": {
  4484. "version": "7.0.6",
  4485. "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz",
  4486. "integrity": "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==",
  4487. "dependencies": {
  4488. "browserslist": "^4.23.3",
  4489. "css-declaration-sorter": "^7.2.0",
  4490. "cssnano-utils": "^5.0.0",
  4491. "postcss-calc": "^10.0.2",
  4492. "postcss-colormin": "^7.0.2",
  4493. "postcss-convert-values": "^7.0.4",
  4494. "postcss-discard-comments": "^7.0.3",
  4495. "postcss-discard-duplicates": "^7.0.1",
  4496. "postcss-discard-empty": "^7.0.0",
  4497. "postcss-discard-overridden": "^7.0.0",
  4498. "postcss-merge-longhand": "^7.0.4",
  4499. "postcss-merge-rules": "^7.0.4",
  4500. "postcss-minify-font-values": "^7.0.0",
  4501. "postcss-minify-gradients": "^7.0.0",
  4502. "postcss-minify-params": "^7.0.2",
  4503. "postcss-minify-selectors": "^7.0.4",
  4504. "postcss-normalize-charset": "^7.0.0",
  4505. "postcss-normalize-display-values": "^7.0.0",
  4506. "postcss-normalize-positions": "^7.0.0",
  4507. "postcss-normalize-repeat-style": "^7.0.0",
  4508. "postcss-normalize-string": "^7.0.0",
  4509. "postcss-normalize-timing-functions": "^7.0.0",
  4510. "postcss-normalize-unicode": "^7.0.2",
  4511. "postcss-normalize-url": "^7.0.0",
  4512. "postcss-normalize-whitespace": "^7.0.0",
  4513. "postcss-ordered-values": "^7.0.1",
  4514. "postcss-reduce-initial": "^7.0.2",
  4515. "postcss-reduce-transforms": "^7.0.0",
  4516. "postcss-svgo": "^7.0.1",
  4517. "postcss-unique-selectors": "^7.0.3"
  4518. },
  4519. "engines": {
  4520. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4521. },
  4522. "peerDependencies": {
  4523. "postcss": "^8.4.31"
  4524. }
  4525. },
  4526. "node_modules/cssnano-utils": {
  4527. "version": "5.0.0",
  4528. "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.0.tgz",
  4529. "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==",
  4530. "engines": {
  4531. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4532. },
  4533. "peerDependencies": {
  4534. "postcss": "^8.4.31"
  4535. }
  4536. },
  4537. "node_modules/csso": {
  4538. "version": "5.0.5",
  4539. "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz",
  4540. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  4541. "dependencies": {
  4542. "css-tree": "~2.2.0"
  4543. },
  4544. "engines": {
  4545. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4546. "npm": ">=7.0.0"
  4547. }
  4548. },
  4549. "node_modules/csso/node_modules/css-tree": {
  4550. "version": "2.2.1",
  4551. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz",
  4552. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  4553. "dependencies": {
  4554. "mdn-data": "2.0.28",
  4555. "source-map-js": "^1.0.1"
  4556. },
  4557. "engines": {
  4558. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4559. "npm": ">=7.0.0"
  4560. }
  4561. },
  4562. "node_modules/csso/node_modules/mdn-data": {
  4563. "version": "2.0.28",
  4564. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz",
  4565. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
  4566. },
  4567. "node_modules/csstype": {
  4568. "version": "3.1.3",
  4569. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  4570. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  4571. },
  4572. "node_modules/dayjs": {
  4573. "version": "1.11.13",
  4574. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  4575. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
  4576. },
  4577. "node_modules/db0": {
  4578. "version": "0.2.1",
  4579. "resolved": "https://registry.npmmirror.com/db0/-/db0-0.2.1.tgz",
  4580. "integrity": "sha512-BWSFmLaCkfyqbSEZBQINMVNjCVfrogi7GQ2RSy1tmtfK9OXlsup6lUMwLsqSD7FbAjD04eWFdXowSHHUp6SE/Q==",
  4581. "peerDependencies": {
  4582. "@electric-sql/pglite": "*",
  4583. "@libsql/client": "*",
  4584. "better-sqlite3": "*",
  4585. "drizzle-orm": "*",
  4586. "mysql2": "*"
  4587. },
  4588. "peerDependenciesMeta": {
  4589. "@electric-sql/pglite": {
  4590. "optional": true
  4591. },
  4592. "@libsql/client": {
  4593. "optional": true
  4594. },
  4595. "better-sqlite3": {
  4596. "optional": true
  4597. },
  4598. "drizzle-orm": {
  4599. "optional": true
  4600. },
  4601. "mysql2": {
  4602. "optional": true
  4603. }
  4604. }
  4605. },
  4606. "node_modules/debug": {
  4607. "version": "4.4.0",
  4608. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  4609. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  4610. "dependencies": {
  4611. "ms": "^2.1.3"
  4612. },
  4613. "engines": {
  4614. "node": ">=6.0"
  4615. },
  4616. "peerDependenciesMeta": {
  4617. "supports-color": {
  4618. "optional": true
  4619. }
  4620. }
  4621. },
  4622. "node_modules/decamelize": {
  4623. "version": "1.2.0",
  4624. "resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
  4625. "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
  4626. "engines": {
  4627. "node": ">=0.10.0"
  4628. }
  4629. },
  4630. "node_modules/decode-uri-component": {
  4631. "version": "0.2.2",
  4632. "resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
  4633. "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
  4634. "engines": {
  4635. "node": ">=0.10"
  4636. }
  4637. },
  4638. "node_modules/deepmerge": {
  4639. "version": "4.3.1",
  4640. "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz",
  4641. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  4642. "engines": {
  4643. "node": ">=0.10.0"
  4644. }
  4645. },
  4646. "node_modules/default-browser": {
  4647. "version": "5.2.1",
  4648. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  4649. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  4650. "dependencies": {
  4651. "bundle-name": "^4.1.0",
  4652. "default-browser-id": "^5.0.0"
  4653. },
  4654. "engines": {
  4655. "node": ">=18"
  4656. },
  4657. "funding": {
  4658. "url": "https://github.com/sponsors/sindresorhus"
  4659. }
  4660. },
  4661. "node_modules/default-browser-id": {
  4662. "version": "5.0.0",
  4663. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  4664. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  4665. "engines": {
  4666. "node": ">=18"
  4667. },
  4668. "funding": {
  4669. "url": "https://github.com/sponsors/sindresorhus"
  4670. }
  4671. },
  4672. "node_modules/define-lazy-prop": {
  4673. "version": "2.0.0",
  4674. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  4675. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  4676. "engines": {
  4677. "node": ">=8"
  4678. }
  4679. },
  4680. "node_modules/define-property": {
  4681. "version": "2.0.2",
  4682. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-2.0.2.tgz",
  4683. "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
  4684. "dependencies": {
  4685. "is-descriptor": "^1.0.2",
  4686. "isobject": "^3.0.1"
  4687. },
  4688. "engines": {
  4689. "node": ">=0.10.0"
  4690. }
  4691. },
  4692. "node_modules/defu": {
  4693. "version": "6.1.4",
  4694. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  4695. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
  4696. },
  4697. "node_modules/delayed-stream": {
  4698. "version": "1.0.0",
  4699. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  4700. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  4701. "engines": {
  4702. "node": ">=0.4.0"
  4703. }
  4704. },
  4705. "node_modules/denque": {
  4706. "version": "2.1.0",
  4707. "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  4708. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  4709. "engines": {
  4710. "node": ">=0.10"
  4711. }
  4712. },
  4713. "node_modules/depd": {
  4714. "version": "2.0.0",
  4715. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  4716. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  4717. "engines": {
  4718. "node": ">= 0.8"
  4719. }
  4720. },
  4721. "node_modules/destr": {
  4722. "version": "2.0.3",
  4723. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.3.tgz",
  4724. "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
  4725. },
  4726. "node_modules/destroy": {
  4727. "version": "1.2.0",
  4728. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  4729. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  4730. "engines": {
  4731. "node": ">= 0.8",
  4732. "npm": "1.2.8000 || >= 1.4.16"
  4733. }
  4734. },
  4735. "node_modules/detect-libc": {
  4736. "version": "1.0.3",
  4737. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  4738. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  4739. "bin": {
  4740. "detect-libc": "bin/detect-libc.js"
  4741. },
  4742. "engines": {
  4743. "node": ">=0.10"
  4744. }
  4745. },
  4746. "node_modules/devalue": {
  4747. "version": "5.1.1",
  4748. "resolved": "https://registry.npmmirror.com/devalue/-/devalue-5.1.1.tgz",
  4749. "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw=="
  4750. },
  4751. "node_modules/diff": {
  4752. "version": "7.0.0",
  4753. "resolved": "https://registry.npmmirror.com/diff/-/diff-7.0.0.tgz",
  4754. "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
  4755. "engines": {
  4756. "node": ">=0.3.1"
  4757. }
  4758. },
  4759. "node_modules/dom-serializer": {
  4760. "version": "2.0.0",
  4761. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
  4762. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  4763. "dependencies": {
  4764. "domelementtype": "^2.3.0",
  4765. "domhandler": "^5.0.2",
  4766. "entities": "^4.2.0"
  4767. },
  4768. "funding": {
  4769. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  4770. }
  4771. },
  4772. "node_modules/domelementtype": {
  4773. "version": "2.3.0",
  4774. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  4775. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  4776. "funding": [
  4777. {
  4778. "type": "github",
  4779. "url": "https://github.com/sponsors/fb55"
  4780. }
  4781. ]
  4782. },
  4783. "node_modules/domhandler": {
  4784. "version": "5.0.3",
  4785. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
  4786. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  4787. "dependencies": {
  4788. "domelementtype": "^2.3.0"
  4789. },
  4790. "engines": {
  4791. "node": ">= 4"
  4792. },
  4793. "funding": {
  4794. "url": "https://github.com/fb55/domhandler?sponsor=1"
  4795. }
  4796. },
  4797. "node_modules/domutils": {
  4798. "version": "3.2.2",
  4799. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz",
  4800. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  4801. "dependencies": {
  4802. "dom-serializer": "^2.0.0",
  4803. "domelementtype": "^2.3.0",
  4804. "domhandler": "^5.0.3"
  4805. },
  4806. "funding": {
  4807. "url": "https://github.com/fb55/domutils?sponsor=1"
  4808. }
  4809. },
  4810. "node_modules/dot-prop": {
  4811. "version": "9.0.0",
  4812. "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-9.0.0.tgz",
  4813. "integrity": "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==",
  4814. "dependencies": {
  4815. "type-fest": "^4.18.2"
  4816. },
  4817. "engines": {
  4818. "node": ">=18"
  4819. },
  4820. "funding": {
  4821. "url": "https://github.com/sponsors/sindresorhus"
  4822. }
  4823. },
  4824. "node_modules/dotenv": {
  4825. "version": "16.4.7",
  4826. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.4.7.tgz",
  4827. "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
  4828. "engines": {
  4829. "node": ">=12"
  4830. },
  4831. "funding": {
  4832. "url": "https://dotenvx.com"
  4833. }
  4834. },
  4835. "node_modules/duplexer": {
  4836. "version": "0.1.2",
  4837. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  4838. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  4839. },
  4840. "node_modules/eastasianwidth": {
  4841. "version": "0.2.0",
  4842. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  4843. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  4844. },
  4845. "node_modules/ee-first": {
  4846. "version": "1.1.1",
  4847. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  4848. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  4849. },
  4850. "node_modules/electron-to-chromium": {
  4851. "version": "1.5.84",
  4852. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.84.tgz",
  4853. "integrity": "sha512-I+DQ8xgafao9Ha6y0qjHHvpZ9OfyA1qKlkHkjywxzniORU2awxyz7f/iVJcULmrF2yrM3nHQf+iDjJtbbexd/g=="
  4854. },
  4855. "node_modules/element-plus": {
  4856. "version": "2.9.3",
  4857. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.9.3.tgz",
  4858. "integrity": "sha512-6tSLp5XytDS4TMZ0P3aGZnr7MXTagfNycepNfIDitd9IgwM9y01+Ssu6mglNi8RiXYhek6LBWNOd/cvpIO12+w==",
  4859. "dependencies": {
  4860. "@ctrl/tinycolor": "^3.4.1",
  4861. "@element-plus/icons-vue": "^2.3.1",
  4862. "@floating-ui/dom": "^1.0.1",
  4863. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  4864. "@types/lodash": "^4.14.182",
  4865. "@types/lodash-es": "^4.17.6",
  4866. "@vueuse/core": "^9.1.0",
  4867. "async-validator": "^4.2.5",
  4868. "dayjs": "^1.11.13",
  4869. "escape-html": "^1.0.3",
  4870. "lodash": "^4.17.21",
  4871. "lodash-es": "^4.17.21",
  4872. "lodash-unified": "^1.0.2",
  4873. "memoize-one": "^6.0.0",
  4874. "normalize-wheel-es": "^1.2.0"
  4875. },
  4876. "peerDependencies": {
  4877. "vue": "^3.2.0"
  4878. }
  4879. },
  4880. "node_modules/emoji-regex": {
  4881. "version": "8.0.0",
  4882. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  4883. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  4884. },
  4885. "node_modules/emojis-list": {
  4886. "version": "3.0.0",
  4887. "resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz",
  4888. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  4889. "engines": {
  4890. "node": ">= 4"
  4891. }
  4892. },
  4893. "node_modules/encodeurl": {
  4894. "version": "2.0.0",
  4895. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  4896. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  4897. "engines": {
  4898. "node": ">= 0.8"
  4899. }
  4900. },
  4901. "node_modules/encoding-sniffer": {
  4902. "version": "0.2.0",
  4903. "resolved": "https://registry.npmmirror.com/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz",
  4904. "integrity": "sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==",
  4905. "dependencies": {
  4906. "iconv-lite": "^0.6.3",
  4907. "whatwg-encoding": "^3.1.1"
  4908. },
  4909. "funding": {
  4910. "url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
  4911. }
  4912. },
  4913. "node_modules/enhanced-resolve": {
  4914. "version": "5.18.0",
  4915. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz",
  4916. "integrity": "sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==",
  4917. "dependencies": {
  4918. "graceful-fs": "^4.2.4",
  4919. "tapable": "^2.2.0"
  4920. },
  4921. "engines": {
  4922. "node": ">=10.13.0"
  4923. }
  4924. },
  4925. "node_modules/entities": {
  4926. "version": "4.5.0",
  4927. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  4928. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4929. "engines": {
  4930. "node": ">=0.12"
  4931. },
  4932. "funding": {
  4933. "url": "https://github.com/fb55/entities?sponsor=1"
  4934. }
  4935. },
  4936. "node_modules/errno": {
  4937. "version": "0.1.8",
  4938. "resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
  4939. "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
  4940. "optional": true,
  4941. "dependencies": {
  4942. "prr": "~1.0.1"
  4943. },
  4944. "bin": {
  4945. "errno": "cli.js"
  4946. }
  4947. },
  4948. "node_modules/error-stack-parser-es": {
  4949. "version": "0.1.5",
  4950. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  4951. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  4952. "funding": {
  4953. "url": "https://github.com/sponsors/antfu"
  4954. }
  4955. },
  4956. "node_modules/errx": {
  4957. "version": "0.1.0",
  4958. "resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz",
  4959. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q=="
  4960. },
  4961. "node_modules/es-module-lexer": {
  4962. "version": "1.6.0",
  4963. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
  4964. "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ=="
  4965. },
  4966. "node_modules/esbuild": {
  4967. "version": "0.24.2",
  4968. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.24.2.tgz",
  4969. "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==",
  4970. "hasInstallScript": true,
  4971. "bin": {
  4972. "esbuild": "bin/esbuild"
  4973. },
  4974. "engines": {
  4975. "node": ">=18"
  4976. },
  4977. "optionalDependencies": {
  4978. "@esbuild/aix-ppc64": "0.24.2",
  4979. "@esbuild/android-arm": "0.24.2",
  4980. "@esbuild/android-arm64": "0.24.2",
  4981. "@esbuild/android-x64": "0.24.2",
  4982. "@esbuild/darwin-arm64": "0.24.2",
  4983. "@esbuild/darwin-x64": "0.24.2",
  4984. "@esbuild/freebsd-arm64": "0.24.2",
  4985. "@esbuild/freebsd-x64": "0.24.2",
  4986. "@esbuild/linux-arm": "0.24.2",
  4987. "@esbuild/linux-arm64": "0.24.2",
  4988. "@esbuild/linux-ia32": "0.24.2",
  4989. "@esbuild/linux-loong64": "0.24.2",
  4990. "@esbuild/linux-mips64el": "0.24.2",
  4991. "@esbuild/linux-ppc64": "0.24.2",
  4992. "@esbuild/linux-riscv64": "0.24.2",
  4993. "@esbuild/linux-s390x": "0.24.2",
  4994. "@esbuild/linux-x64": "0.24.2",
  4995. "@esbuild/netbsd-arm64": "0.24.2",
  4996. "@esbuild/netbsd-x64": "0.24.2",
  4997. "@esbuild/openbsd-arm64": "0.24.2",
  4998. "@esbuild/openbsd-x64": "0.24.2",
  4999. "@esbuild/sunos-x64": "0.24.2",
  5000. "@esbuild/win32-arm64": "0.24.2",
  5001. "@esbuild/win32-ia32": "0.24.2",
  5002. "@esbuild/win32-x64": "0.24.2"
  5003. }
  5004. },
  5005. "node_modules/escalade": {
  5006. "version": "3.2.0",
  5007. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  5008. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  5009. "engines": {
  5010. "node": ">=6"
  5011. }
  5012. },
  5013. "node_modules/escape-html": {
  5014. "version": "1.0.3",
  5015. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  5016. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  5017. },
  5018. "node_modules/escape-string-regexp": {
  5019. "version": "5.0.0",
  5020. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  5021. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  5022. "engines": {
  5023. "node": ">=12"
  5024. },
  5025. "funding": {
  5026. "url": "https://github.com/sponsors/sindresorhus"
  5027. }
  5028. },
  5029. "node_modules/estree-walker": {
  5030. "version": "3.0.3",
  5031. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  5032. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  5033. "dependencies": {
  5034. "@types/estree": "^1.0.0"
  5035. }
  5036. },
  5037. "node_modules/etag": {
  5038. "version": "1.8.1",
  5039. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  5040. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  5041. "engines": {
  5042. "node": ">= 0.6"
  5043. }
  5044. },
  5045. "node_modules/event-target-shim": {
  5046. "version": "5.0.1",
  5047. "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
  5048. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  5049. "engines": {
  5050. "node": ">=6"
  5051. }
  5052. },
  5053. "node_modules/eventemitter3": {
  5054. "version": "4.0.7",
  5055. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz",
  5056. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
  5057. },
  5058. "node_modules/events": {
  5059. "version": "3.3.0",
  5060. "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
  5061. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  5062. "engines": {
  5063. "node": ">=0.8.x"
  5064. }
  5065. },
  5066. "node_modules/eventsource": {
  5067. "version": "3.0.2",
  5068. "resolved": "https://registry.npmmirror.com/eventsource/-/eventsource-3.0.2.tgz",
  5069. "integrity": "sha512-YolzkJNxsTL3tCJMWFxpxtG2sCjbZ4LQUBUrkdaJK0ub0p6lmJt+2+1SwhKjLc652lpH9L/79Ptez972H9tphw==",
  5070. "dependencies": {
  5071. "eventsource-parser": "^3.0.0"
  5072. },
  5073. "engines": {
  5074. "node": ">=18.0.0"
  5075. }
  5076. },
  5077. "node_modules/eventsource-parser": {
  5078. "version": "3.0.0",
  5079. "resolved": "https://registry.npmmirror.com/eventsource-parser/-/eventsource-parser-3.0.0.tgz",
  5080. "integrity": "sha512-T1C0XCUimhxVQzW4zFipdx0SficT651NnkR0ZSH3yQwh+mFMdLfgjABVi4YtMTtaL4s168593DaoaRLMqryavA==",
  5081. "engines": {
  5082. "node": ">=18.0.0"
  5083. }
  5084. },
  5085. "node_modules/execa": {
  5086. "version": "7.2.0",
  5087. "resolved": "https://registry.npmmirror.com/execa/-/execa-7.2.0.tgz",
  5088. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  5089. "dependencies": {
  5090. "cross-spawn": "^7.0.3",
  5091. "get-stream": "^6.0.1",
  5092. "human-signals": "^4.3.0",
  5093. "is-stream": "^3.0.0",
  5094. "merge-stream": "^2.0.0",
  5095. "npm-run-path": "^5.1.0",
  5096. "onetime": "^6.0.0",
  5097. "signal-exit": "^3.0.7",
  5098. "strip-final-newline": "^3.0.0"
  5099. },
  5100. "engines": {
  5101. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  5102. },
  5103. "funding": {
  5104. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5105. }
  5106. },
  5107. "node_modules/expand-brackets": {
  5108. "version": "2.1.4",
  5109. "resolved": "https://registry.npmmirror.com/expand-brackets/-/expand-brackets-2.1.4.tgz",
  5110. "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==",
  5111. "dependencies": {
  5112. "debug": "^2.3.3",
  5113. "define-property": "^0.2.5",
  5114. "extend-shallow": "^2.0.1",
  5115. "posix-character-classes": "^0.1.0",
  5116. "regex-not": "^1.0.0",
  5117. "snapdragon": "^0.8.1",
  5118. "to-regex": "^3.0.1"
  5119. },
  5120. "engines": {
  5121. "node": ">=0.10.0"
  5122. }
  5123. },
  5124. "node_modules/expand-brackets/node_modules/debug": {
  5125. "version": "2.6.9",
  5126. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  5127. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5128. "dependencies": {
  5129. "ms": "2.0.0"
  5130. }
  5131. },
  5132. "node_modules/expand-brackets/node_modules/define-property": {
  5133. "version": "0.2.5",
  5134. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
  5135. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  5136. "dependencies": {
  5137. "is-descriptor": "^0.1.0"
  5138. },
  5139. "engines": {
  5140. "node": ">=0.10.0"
  5141. }
  5142. },
  5143. "node_modules/expand-brackets/node_modules/extend-shallow": {
  5144. "version": "2.0.1",
  5145. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  5146. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  5147. "dependencies": {
  5148. "is-extendable": "^0.1.0"
  5149. },
  5150. "engines": {
  5151. "node": ">=0.10.0"
  5152. }
  5153. },
  5154. "node_modules/expand-brackets/node_modules/is-descriptor": {
  5155. "version": "0.1.7",
  5156. "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
  5157. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  5158. "dependencies": {
  5159. "is-accessor-descriptor": "^1.0.1",
  5160. "is-data-descriptor": "^1.0.1"
  5161. },
  5162. "engines": {
  5163. "node": ">= 0.4"
  5164. }
  5165. },
  5166. "node_modules/expand-brackets/node_modules/is-extendable": {
  5167. "version": "0.1.1",
  5168. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  5169. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  5170. "engines": {
  5171. "node": ">=0.10.0"
  5172. }
  5173. },
  5174. "node_modules/expand-brackets/node_modules/ms": {
  5175. "version": "2.0.0",
  5176. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  5177. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5178. },
  5179. "node_modules/exsolve": {
  5180. "version": "1.0.1",
  5181. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.1.tgz",
  5182. "integrity": "sha512-Smf0iQtkQVJLaph8r/qS8C8SWfQkaq9Q/dFcD44MLbJj6DNhlWefVuaS21SjfqOsBbjVlKtbCj6L9ekXK6EZUg=="
  5183. },
  5184. "node_modules/extend-shallow": {
  5185. "version": "3.0.2",
  5186. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
  5187. "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
  5188. "dependencies": {
  5189. "assign-symbols": "^1.0.0",
  5190. "is-extendable": "^1.0.1"
  5191. },
  5192. "engines": {
  5193. "node": ">=0.10.0"
  5194. }
  5195. },
  5196. "node_modules/externality": {
  5197. "version": "1.0.2",
  5198. "resolved": "https://registry.npmmirror.com/externality/-/externality-1.0.2.tgz",
  5199. "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==",
  5200. "dependencies": {
  5201. "enhanced-resolve": "^5.14.1",
  5202. "mlly": "^1.3.0",
  5203. "pathe": "^1.1.1",
  5204. "ufo": "^1.1.2"
  5205. }
  5206. },
  5207. "node_modules/externality/node_modules/pathe": {
  5208. "version": "1.1.2",
  5209. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  5210. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  5211. },
  5212. "node_modules/extglob": {
  5213. "version": "2.0.4",
  5214. "resolved": "https://registry.npmmirror.com/extglob/-/extglob-2.0.4.tgz",
  5215. "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
  5216. "dependencies": {
  5217. "array-unique": "^0.3.2",
  5218. "define-property": "^1.0.0",
  5219. "expand-brackets": "^2.1.4",
  5220. "extend-shallow": "^2.0.1",
  5221. "fragment-cache": "^0.2.1",
  5222. "regex-not": "^1.0.0",
  5223. "snapdragon": "^0.8.1",
  5224. "to-regex": "^3.0.1"
  5225. },
  5226. "engines": {
  5227. "node": ">=0.10.0"
  5228. }
  5229. },
  5230. "node_modules/extglob/node_modules/define-property": {
  5231. "version": "1.0.0",
  5232. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-1.0.0.tgz",
  5233. "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
  5234. "dependencies": {
  5235. "is-descriptor": "^1.0.0"
  5236. },
  5237. "engines": {
  5238. "node": ">=0.10.0"
  5239. }
  5240. },
  5241. "node_modules/extglob/node_modules/extend-shallow": {
  5242. "version": "2.0.1",
  5243. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  5244. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  5245. "dependencies": {
  5246. "is-extendable": "^0.1.0"
  5247. },
  5248. "engines": {
  5249. "node": ">=0.10.0"
  5250. }
  5251. },
  5252. "node_modules/extglob/node_modules/is-extendable": {
  5253. "version": "0.1.1",
  5254. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  5255. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  5256. "engines": {
  5257. "node": ">=0.10.0"
  5258. }
  5259. },
  5260. "node_modules/fast-deep-equal": {
  5261. "version": "3.1.3",
  5262. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5263. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  5264. },
  5265. "node_modules/fast-fifo": {
  5266. "version": "1.3.2",
  5267. "resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz",
  5268. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  5269. },
  5270. "node_modules/fast-glob": {
  5271. "version": "3.3.3",
  5272. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  5273. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  5274. "dependencies": {
  5275. "@nodelib/fs.stat": "^2.0.2",
  5276. "@nodelib/fs.walk": "^1.2.3",
  5277. "glob-parent": "^5.1.2",
  5278. "merge2": "^1.3.0",
  5279. "micromatch": "^4.0.8"
  5280. },
  5281. "engines": {
  5282. "node": ">=8.6.0"
  5283. }
  5284. },
  5285. "node_modules/fast-npm-meta": {
  5286. "version": "0.2.2",
  5287. "resolved": "https://registry.npmmirror.com/fast-npm-meta/-/fast-npm-meta-0.2.2.tgz",
  5288. "integrity": "sha512-E+fdxeaOQGo/CMWc9f4uHFfgUPJRAu7N3uB8GBvB3SDPAIWJK4GKyYhkAGFq+GYrcbKNfQIz5VVQyJnDuPPCrg==",
  5289. "funding": {
  5290. "url": "https://github.com/sponsors/antfu"
  5291. }
  5292. },
  5293. "node_modules/fastq": {
  5294. "version": "1.18.0",
  5295. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.18.0.tgz",
  5296. "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==",
  5297. "dependencies": {
  5298. "reusify": "^1.0.4"
  5299. }
  5300. },
  5301. "node_modules/figures": {
  5302. "version": "6.1.0",
  5303. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  5304. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  5305. "dependencies": {
  5306. "is-unicode-supported": "^2.0.0"
  5307. },
  5308. "engines": {
  5309. "node": ">=18"
  5310. },
  5311. "funding": {
  5312. "url": "https://github.com/sponsors/sindresorhus"
  5313. }
  5314. },
  5315. "node_modules/file-saver": {
  5316. "version": "2.0.5",
  5317. "resolved": "https://registry.npmmirror.com/file-saver/-/file-saver-2.0.5.tgz",
  5318. "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA=="
  5319. },
  5320. "node_modules/file-uri-to-path": {
  5321. "version": "1.0.0",
  5322. "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  5323. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
  5324. },
  5325. "node_modules/fill-range": {
  5326. "version": "7.1.1",
  5327. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  5328. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5329. "dependencies": {
  5330. "to-regex-range": "^5.0.1"
  5331. },
  5332. "engines": {
  5333. "node": ">=8"
  5334. }
  5335. },
  5336. "node_modules/find-up": {
  5337. "version": "4.1.0",
  5338. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
  5339. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  5340. "dependencies": {
  5341. "locate-path": "^5.0.0",
  5342. "path-exists": "^4.0.0"
  5343. },
  5344. "engines": {
  5345. "node": ">=8"
  5346. }
  5347. },
  5348. "node_modules/flatted": {
  5349. "version": "3.3.2",
  5350. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.2.tgz",
  5351. "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA=="
  5352. },
  5353. "node_modules/follow-redirects": {
  5354. "version": "1.15.9",
  5355. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  5356. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  5357. "funding": [
  5358. {
  5359. "type": "individual",
  5360. "url": "https://github.com/sponsors/RubenVerborgh"
  5361. }
  5362. ],
  5363. "engines": {
  5364. "node": ">=4.0"
  5365. },
  5366. "peerDependenciesMeta": {
  5367. "debug": {
  5368. "optional": true
  5369. }
  5370. }
  5371. },
  5372. "node_modules/for-in": {
  5373. "version": "1.0.2",
  5374. "resolved": "https://registry.npmmirror.com/for-in/-/for-in-1.0.2.tgz",
  5375. "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",
  5376. "engines": {
  5377. "node": ">=0.10.0"
  5378. }
  5379. },
  5380. "node_modules/foreground-child": {
  5381. "version": "3.3.0",
  5382. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.0.tgz",
  5383. "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
  5384. "dependencies": {
  5385. "cross-spawn": "^7.0.0",
  5386. "signal-exit": "^4.0.1"
  5387. },
  5388. "engines": {
  5389. "node": ">=14"
  5390. },
  5391. "funding": {
  5392. "url": "https://github.com/sponsors/isaacs"
  5393. }
  5394. },
  5395. "node_modules/foreground-child/node_modules/signal-exit": {
  5396. "version": "4.1.0",
  5397. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  5398. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5399. "engines": {
  5400. "node": ">=14"
  5401. },
  5402. "funding": {
  5403. "url": "https://github.com/sponsors/isaacs"
  5404. }
  5405. },
  5406. "node_modules/form-data": {
  5407. "version": "4.0.1",
  5408. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz",
  5409. "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
  5410. "dependencies": {
  5411. "asynckit": "^0.4.0",
  5412. "combined-stream": "^1.0.8",
  5413. "mime-types": "^2.1.12"
  5414. },
  5415. "engines": {
  5416. "node": ">= 6"
  5417. }
  5418. },
  5419. "node_modules/fraction.js": {
  5420. "version": "4.3.7",
  5421. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
  5422. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  5423. "engines": {
  5424. "node": "*"
  5425. },
  5426. "funding": {
  5427. "type": "patreon",
  5428. "url": "https://github.com/sponsors/rawify"
  5429. }
  5430. },
  5431. "node_modules/fragment-cache": {
  5432. "version": "0.2.1",
  5433. "resolved": "https://registry.npmmirror.com/fragment-cache/-/fragment-cache-0.2.1.tgz",
  5434. "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",
  5435. "dependencies": {
  5436. "map-cache": "^0.2.2"
  5437. },
  5438. "engines": {
  5439. "node": ">=0.10.0"
  5440. }
  5441. },
  5442. "node_modules/fresh": {
  5443. "version": "0.5.2",
  5444. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
  5445. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  5446. "engines": {
  5447. "node": ">= 0.6"
  5448. }
  5449. },
  5450. "node_modules/fs-extra": {
  5451. "version": "11.3.0",
  5452. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  5453. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  5454. "dependencies": {
  5455. "graceful-fs": "^4.2.0",
  5456. "jsonfile": "^6.0.1",
  5457. "universalify": "^2.0.0"
  5458. },
  5459. "engines": {
  5460. "node": ">=14.14"
  5461. }
  5462. },
  5463. "node_modules/fs-minipass": {
  5464. "version": "2.1.0",
  5465. "resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz",
  5466. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  5467. "dependencies": {
  5468. "minipass": "^3.0.0"
  5469. },
  5470. "engines": {
  5471. "node": ">= 8"
  5472. }
  5473. },
  5474. "node_modules/fs-minipass/node_modules/minipass": {
  5475. "version": "3.3.6",
  5476. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
  5477. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  5478. "dependencies": {
  5479. "yallist": "^4.0.0"
  5480. },
  5481. "engines": {
  5482. "node": ">=8"
  5483. }
  5484. },
  5485. "node_modules/fs-minipass/node_modules/yallist": {
  5486. "version": "4.0.0",
  5487. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  5488. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  5489. },
  5490. "node_modules/fs.realpath": {
  5491. "version": "1.0.0",
  5492. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5493. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  5494. },
  5495. "node_modules/fsevents": {
  5496. "version": "2.3.3",
  5497. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  5498. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5499. "hasInstallScript": true,
  5500. "optional": true,
  5501. "os": [
  5502. "darwin"
  5503. ],
  5504. "engines": {
  5505. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5506. }
  5507. },
  5508. "node_modules/function-bind": {
  5509. "version": "1.1.2",
  5510. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  5511. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5512. "funding": {
  5513. "url": "https://github.com/sponsors/ljharb"
  5514. }
  5515. },
  5516. "node_modules/fuse.js": {
  5517. "version": "7.0.0",
  5518. "resolved": "https://registry.npmmirror.com/fuse.js/-/fuse.js-7.0.0.tgz",
  5519. "integrity": "sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==",
  5520. "engines": {
  5521. "node": ">=10"
  5522. }
  5523. },
  5524. "node_modules/gensync": {
  5525. "version": "1.0.0-beta.2",
  5526. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  5527. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5528. "engines": {
  5529. "node": ">=6.9.0"
  5530. }
  5531. },
  5532. "node_modules/get-caller-file": {
  5533. "version": "2.0.5",
  5534. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  5535. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  5536. "engines": {
  5537. "node": "6.* || 8.* || >= 10.*"
  5538. }
  5539. },
  5540. "node_modules/get-port-please": {
  5541. "version": "3.1.2",
  5542. "resolved": "https://registry.npmmirror.com/get-port-please/-/get-port-please-3.1.2.tgz",
  5543. "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ=="
  5544. },
  5545. "node_modules/get-stream": {
  5546. "version": "6.0.1",
  5547. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz",
  5548. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  5549. "engines": {
  5550. "node": ">=10"
  5551. },
  5552. "funding": {
  5553. "url": "https://github.com/sponsors/sindresorhus"
  5554. }
  5555. },
  5556. "node_modules/get-value": {
  5557. "version": "2.0.6",
  5558. "resolved": "https://registry.npmmirror.com/get-value/-/get-value-2.0.6.tgz",
  5559. "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",
  5560. "engines": {
  5561. "node": ">=0.10.0"
  5562. }
  5563. },
  5564. "node_modules/giget": {
  5565. "version": "1.2.3",
  5566. "resolved": "https://registry.npmmirror.com/giget/-/giget-1.2.3.tgz",
  5567. "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==",
  5568. "dependencies": {
  5569. "citty": "^0.1.6",
  5570. "consola": "^3.2.3",
  5571. "defu": "^6.1.4",
  5572. "node-fetch-native": "^1.6.3",
  5573. "nypm": "^0.3.8",
  5574. "ohash": "^1.1.3",
  5575. "pathe": "^1.1.2",
  5576. "tar": "^6.2.0"
  5577. },
  5578. "bin": {
  5579. "giget": "dist/cli.mjs"
  5580. }
  5581. },
  5582. "node_modules/giget/node_modules/pathe": {
  5583. "version": "1.1.2",
  5584. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  5585. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  5586. },
  5587. "node_modules/git-config-path": {
  5588. "version": "2.0.0",
  5589. "resolved": "https://registry.npmmirror.com/git-config-path/-/git-config-path-2.0.0.tgz",
  5590. "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  5591. "engines": {
  5592. "node": ">=4"
  5593. }
  5594. },
  5595. "node_modules/git-up": {
  5596. "version": "8.0.0",
  5597. "resolved": "https://registry.npmmirror.com/git-up/-/git-up-8.0.0.tgz",
  5598. "integrity": "sha512-uBI8Zdt1OZlrYfGcSVroLJKgyNNXlgusYFzHk614lTasz35yg2PVpL1RMy0LOO2dcvF9msYW3pRfUSmafZNrjg==",
  5599. "dependencies": {
  5600. "is-ssh": "^1.4.0",
  5601. "parse-url": "^9.2.0"
  5602. }
  5603. },
  5604. "node_modules/git-url-parse": {
  5605. "version": "16.0.0",
  5606. "resolved": "https://registry.npmmirror.com/git-url-parse/-/git-url-parse-16.0.0.tgz",
  5607. "integrity": "sha512-Y8iAF0AmCaqXc6a5GYgPQW9ESbncNLOL+CeQAJRhmWUOmnPkKpBYeWYp4mFd3LA5j53CdGDdslzX12yEBVHQQg==",
  5608. "dependencies": {
  5609. "git-up": "^8.0.0"
  5610. }
  5611. },
  5612. "node_modules/glob": {
  5613. "version": "7.2.3",
  5614. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  5615. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5616. "deprecated": "Glob versions prior to v9 are no longer supported",
  5617. "dependencies": {
  5618. "fs.realpath": "^1.0.0",
  5619. "inflight": "^1.0.4",
  5620. "inherits": "2",
  5621. "minimatch": "^3.1.1",
  5622. "once": "^1.3.0",
  5623. "path-is-absolute": "^1.0.0"
  5624. },
  5625. "engines": {
  5626. "node": "*"
  5627. },
  5628. "funding": {
  5629. "url": "https://github.com/sponsors/isaacs"
  5630. }
  5631. },
  5632. "node_modules/glob-all": {
  5633. "version": "3.3.1",
  5634. "resolved": "https://registry.npmmirror.com/glob-all/-/glob-all-3.3.1.tgz",
  5635. "integrity": "sha512-Y+ESjdI7ZgMwfzanHZYQ87C59jOO0i+Hd+QYtVt9PhLi6d8wlOpzQnfBxWUlaTuAoR3TkybLqqbIoWveU4Ji7Q==",
  5636. "dependencies": {
  5637. "glob": "^7.2.3",
  5638. "yargs": "^15.3.1"
  5639. },
  5640. "bin": {
  5641. "glob-all": "bin/glob-all"
  5642. }
  5643. },
  5644. "node_modules/glob-parent": {
  5645. "version": "5.1.2",
  5646. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  5647. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5648. "dependencies": {
  5649. "is-glob": "^4.0.1"
  5650. },
  5651. "engines": {
  5652. "node": ">= 6"
  5653. }
  5654. },
  5655. "node_modules/global-directory": {
  5656. "version": "4.0.1",
  5657. "resolved": "https://registry.npmmirror.com/global-directory/-/global-directory-4.0.1.tgz",
  5658. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  5659. "dependencies": {
  5660. "ini": "4.1.1"
  5661. },
  5662. "engines": {
  5663. "node": ">=18"
  5664. },
  5665. "funding": {
  5666. "url": "https://github.com/sponsors/sindresorhus"
  5667. }
  5668. },
  5669. "node_modules/globals": {
  5670. "version": "11.12.0",
  5671. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  5672. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  5673. "engines": {
  5674. "node": ">=4"
  5675. }
  5676. },
  5677. "node_modules/globby": {
  5678. "version": "14.0.2",
  5679. "resolved": "https://registry.npmmirror.com/globby/-/globby-14.0.2.tgz",
  5680. "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
  5681. "dependencies": {
  5682. "@sindresorhus/merge-streams": "^2.1.0",
  5683. "fast-glob": "^3.3.2",
  5684. "ignore": "^5.2.4",
  5685. "path-type": "^5.0.0",
  5686. "slash": "^5.1.0",
  5687. "unicorn-magic": "^0.1.0"
  5688. },
  5689. "engines": {
  5690. "node": ">=18"
  5691. },
  5692. "funding": {
  5693. "url": "https://github.com/sponsors/sindresorhus"
  5694. }
  5695. },
  5696. "node_modules/globby/node_modules/ignore": {
  5697. "version": "5.3.2",
  5698. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  5699. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5700. "engines": {
  5701. "node": ">= 4"
  5702. }
  5703. },
  5704. "node_modules/graceful-fs": {
  5705. "version": "4.2.11",
  5706. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5707. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  5708. },
  5709. "node_modules/gzip-size": {
  5710. "version": "7.0.0",
  5711. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz",
  5712. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  5713. "dependencies": {
  5714. "duplexer": "^0.1.2"
  5715. },
  5716. "engines": {
  5717. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5718. },
  5719. "funding": {
  5720. "url": "https://github.com/sponsors/sindresorhus"
  5721. }
  5722. },
  5723. "node_modules/h3": {
  5724. "version": "1.13.1",
  5725. "resolved": "https://registry.npmmirror.com/h3/-/h3-1.13.1.tgz",
  5726. "integrity": "sha512-u/z6Z4YY+ANZ05cRRfsFJadTBrNA6e3jxdU+AN5UCbZSZEUwgHiwjvUEe0k1NoQmAvQmETwr+xB5jd7mhCJuIQ==",
  5727. "dependencies": {
  5728. "cookie-es": "^1.2.2",
  5729. "crossws": "^0.3.1",
  5730. "defu": "^6.1.4",
  5731. "destr": "^2.0.3",
  5732. "iron-webcrypto": "^1.2.1",
  5733. "ohash": "^1.1.4",
  5734. "radix3": "^1.1.2",
  5735. "ufo": "^1.5.4",
  5736. "uncrypto": "^0.1.3",
  5737. "unenv": "^1.10.0"
  5738. }
  5739. },
  5740. "node_modules/h3-compression": {
  5741. "version": "0.3.2",
  5742. "resolved": "https://registry.npmmirror.com/h3-compression/-/h3-compression-0.3.2.tgz",
  5743. "integrity": "sha512-B+yCKyDRnO0BXSfjAP4tCXJgJwmnKp3GyH5Yh66mY9KuOCrrGQSPk/gBFG2TgH7OyB/6mvqNZ1X0XNVuy0qRsw==",
  5744. "funding": {
  5745. "url": "https://github.com/sponsors/codedredd"
  5746. },
  5747. "peerDependencies": {
  5748. "h3": "^1.6.0"
  5749. }
  5750. },
  5751. "node_modules/has-flag": {
  5752. "version": "4.0.0",
  5753. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  5754. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5755. "engines": {
  5756. "node": ">=8"
  5757. }
  5758. },
  5759. "node_modules/has-value": {
  5760. "version": "1.0.0",
  5761. "resolved": "https://registry.npmmirror.com/has-value/-/has-value-1.0.0.tgz",
  5762. "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==",
  5763. "dependencies": {
  5764. "get-value": "^2.0.6",
  5765. "has-values": "^1.0.0",
  5766. "isobject": "^3.0.0"
  5767. },
  5768. "engines": {
  5769. "node": ">=0.10.0"
  5770. }
  5771. },
  5772. "node_modules/has-values": {
  5773. "version": "1.0.0",
  5774. "resolved": "https://registry.npmmirror.com/has-values/-/has-values-1.0.0.tgz",
  5775. "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==",
  5776. "dependencies": {
  5777. "is-number": "^3.0.0",
  5778. "kind-of": "^4.0.0"
  5779. },
  5780. "engines": {
  5781. "node": ">=0.10.0"
  5782. }
  5783. },
  5784. "node_modules/has-values/node_modules/is-number": {
  5785. "version": "3.0.0",
  5786. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-3.0.0.tgz",
  5787. "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
  5788. "dependencies": {
  5789. "kind-of": "^3.0.2"
  5790. },
  5791. "engines": {
  5792. "node": ">=0.10.0"
  5793. }
  5794. },
  5795. "node_modules/has-values/node_modules/is-number/node_modules/kind-of": {
  5796. "version": "3.2.2",
  5797. "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
  5798. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  5799. "dependencies": {
  5800. "is-buffer": "^1.1.5"
  5801. },
  5802. "engines": {
  5803. "node": ">=0.10.0"
  5804. }
  5805. },
  5806. "node_modules/has-values/node_modules/kind-of": {
  5807. "version": "4.0.0",
  5808. "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-4.0.0.tgz",
  5809. "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==",
  5810. "dependencies": {
  5811. "is-buffer": "^1.1.5"
  5812. },
  5813. "engines": {
  5814. "node": ">=0.10.0"
  5815. }
  5816. },
  5817. "node_modules/hasown": {
  5818. "version": "2.0.2",
  5819. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  5820. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5821. "dependencies": {
  5822. "function-bind": "^1.1.2"
  5823. },
  5824. "engines": {
  5825. "node": ">= 0.4"
  5826. }
  5827. },
  5828. "node_modules/hookable": {
  5829. "version": "5.5.3",
  5830. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  5831. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
  5832. },
  5833. "node_modules/html-tags": {
  5834. "version": "3.3.1",
  5835. "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz",
  5836. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  5837. "engines": {
  5838. "node": ">=8"
  5839. },
  5840. "funding": {
  5841. "url": "https://github.com/sponsors/sindresorhus"
  5842. }
  5843. },
  5844. "node_modules/htmlparser2": {
  5845. "version": "9.1.0",
  5846. "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-9.1.0.tgz",
  5847. "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==",
  5848. "funding": [
  5849. "https://github.com/fb55/htmlparser2?sponsor=1",
  5850. {
  5851. "type": "github",
  5852. "url": "https://github.com/sponsors/fb55"
  5853. }
  5854. ],
  5855. "dependencies": {
  5856. "domelementtype": "^2.3.0",
  5857. "domhandler": "^5.0.3",
  5858. "domutils": "^3.1.0",
  5859. "entities": "^4.5.0"
  5860. }
  5861. },
  5862. "node_modules/http-errors": {
  5863. "version": "2.0.0",
  5864. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
  5865. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  5866. "dependencies": {
  5867. "depd": "2.0.0",
  5868. "inherits": "2.0.4",
  5869. "setprototypeof": "1.2.0",
  5870. "statuses": "2.0.1",
  5871. "toidentifier": "1.0.1"
  5872. },
  5873. "engines": {
  5874. "node": ">= 0.8"
  5875. }
  5876. },
  5877. "node_modules/http-proxy": {
  5878. "version": "1.18.1",
  5879. "resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz",
  5880. "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  5881. "dependencies": {
  5882. "eventemitter3": "^4.0.0",
  5883. "follow-redirects": "^1.0.0",
  5884. "requires-port": "^1.0.0"
  5885. },
  5886. "engines": {
  5887. "node": ">=8.0.0"
  5888. }
  5889. },
  5890. "node_modules/http-proxy-middleware": {
  5891. "version": "0.18.0",
  5892. "resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-0.18.0.tgz",
  5893. "integrity": "sha512-Fs25KVMPAIIcgjMZkVHJoKg9VcXcC1C8yb9JUgeDvVXY0S/zgVIhMb+qVswDIgtJe2DfckMSY2d6TuTEutlk6Q==",
  5894. "dependencies": {
  5895. "http-proxy": "^1.16.2",
  5896. "is-glob": "^4.0.0",
  5897. "lodash": "^4.17.5",
  5898. "micromatch": "^3.1.9"
  5899. },
  5900. "engines": {
  5901. "node": ">=4.0.0"
  5902. }
  5903. },
  5904. "node_modules/http-proxy-middleware/node_modules/braces": {
  5905. "version": "2.3.2",
  5906. "resolved": "https://registry.npmmirror.com/braces/-/braces-2.3.2.tgz",
  5907. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  5908. "dependencies": {
  5909. "arr-flatten": "^1.1.0",
  5910. "array-unique": "^0.3.2",
  5911. "extend-shallow": "^2.0.1",
  5912. "fill-range": "^4.0.0",
  5913. "isobject": "^3.0.1",
  5914. "repeat-element": "^1.1.2",
  5915. "snapdragon": "^0.8.1",
  5916. "snapdragon-node": "^2.0.1",
  5917. "split-string": "^3.0.2",
  5918. "to-regex": "^3.0.1"
  5919. },
  5920. "engines": {
  5921. "node": ">=0.10.0"
  5922. }
  5923. },
  5924. "node_modules/http-proxy-middleware/node_modules/braces/node_modules/extend-shallow": {
  5925. "version": "2.0.1",
  5926. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  5927. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  5928. "dependencies": {
  5929. "is-extendable": "^0.1.0"
  5930. },
  5931. "engines": {
  5932. "node": ">=0.10.0"
  5933. }
  5934. },
  5935. "node_modules/http-proxy-middleware/node_modules/fill-range": {
  5936. "version": "4.0.0",
  5937. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-4.0.0.tgz",
  5938. "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==",
  5939. "dependencies": {
  5940. "extend-shallow": "^2.0.1",
  5941. "is-number": "^3.0.0",
  5942. "repeat-string": "^1.6.1",
  5943. "to-regex-range": "^2.1.0"
  5944. },
  5945. "engines": {
  5946. "node": ">=0.10.0"
  5947. }
  5948. },
  5949. "node_modules/http-proxy-middleware/node_modules/fill-range/node_modules/extend-shallow": {
  5950. "version": "2.0.1",
  5951. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  5952. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  5953. "dependencies": {
  5954. "is-extendable": "^0.1.0"
  5955. },
  5956. "engines": {
  5957. "node": ">=0.10.0"
  5958. }
  5959. },
  5960. "node_modules/http-proxy-middleware/node_modules/is-extendable": {
  5961. "version": "0.1.1",
  5962. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  5963. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  5964. "engines": {
  5965. "node": ">=0.10.0"
  5966. }
  5967. },
  5968. "node_modules/http-proxy-middleware/node_modules/is-number": {
  5969. "version": "3.0.0",
  5970. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-3.0.0.tgz",
  5971. "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
  5972. "dependencies": {
  5973. "kind-of": "^3.0.2"
  5974. },
  5975. "engines": {
  5976. "node": ">=0.10.0"
  5977. }
  5978. },
  5979. "node_modules/http-proxy-middleware/node_modules/is-number/node_modules/kind-of": {
  5980. "version": "3.2.2",
  5981. "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
  5982. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  5983. "dependencies": {
  5984. "is-buffer": "^1.1.5"
  5985. },
  5986. "engines": {
  5987. "node": ">=0.10.0"
  5988. }
  5989. },
  5990. "node_modules/http-proxy-middleware/node_modules/micromatch": {
  5991. "version": "3.1.10",
  5992. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-3.1.10.tgz",
  5993. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  5994. "dependencies": {
  5995. "arr-diff": "^4.0.0",
  5996. "array-unique": "^0.3.2",
  5997. "braces": "^2.3.1",
  5998. "define-property": "^2.0.2",
  5999. "extend-shallow": "^3.0.2",
  6000. "extglob": "^2.0.4",
  6001. "fragment-cache": "^0.2.1",
  6002. "kind-of": "^6.0.2",
  6003. "nanomatch": "^1.2.9",
  6004. "object.pick": "^1.3.0",
  6005. "regex-not": "^1.0.0",
  6006. "snapdragon": "^0.8.1",
  6007. "to-regex": "^3.0.2"
  6008. },
  6009. "engines": {
  6010. "node": ">=0.10.0"
  6011. }
  6012. },
  6013. "node_modules/http-proxy-middleware/node_modules/to-regex-range": {
  6014. "version": "2.1.1",
  6015. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-2.1.1.tgz",
  6016. "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==",
  6017. "dependencies": {
  6018. "is-number": "^3.0.0",
  6019. "repeat-string": "^1.6.1"
  6020. },
  6021. "engines": {
  6022. "node": ">=0.10.0"
  6023. }
  6024. },
  6025. "node_modules/http-shutdown": {
  6026. "version": "1.2.2",
  6027. "resolved": "https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz",
  6028. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  6029. "engines": {
  6030. "iojs": ">= 1.0.0",
  6031. "node": ">= 0.12.0"
  6032. }
  6033. },
  6034. "node_modules/https-proxy-agent": {
  6035. "version": "7.0.6",
  6036. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  6037. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  6038. "dependencies": {
  6039. "agent-base": "^7.1.2",
  6040. "debug": "4"
  6041. },
  6042. "engines": {
  6043. "node": ">= 14"
  6044. }
  6045. },
  6046. "node_modules/httpxy": {
  6047. "version": "0.1.6",
  6048. "resolved": "https://registry.npmmirror.com/httpxy/-/httpxy-0.1.6.tgz",
  6049. "integrity": "sha512-GxJLI6oJZ3NbJl/vDlPmTCtP4WHwboNhGLHOcgf/3ia1QC5sdLglWbRHZwQjzjPuiCyw7MWwpwbsUfRDQlOdeg=="
  6050. },
  6051. "node_modules/human-signals": {
  6052. "version": "4.3.1",
  6053. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-4.3.1.tgz",
  6054. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  6055. "engines": {
  6056. "node": ">=14.18.0"
  6057. }
  6058. },
  6059. "node_modules/iconv-lite": {
  6060. "version": "0.6.3",
  6061. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  6062. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  6063. "dependencies": {
  6064. "safer-buffer": ">= 2.1.2 < 3.0.0"
  6065. },
  6066. "engines": {
  6067. "node": ">=0.10.0"
  6068. }
  6069. },
  6070. "node_modules/ieee754": {
  6071. "version": "1.2.1",
  6072. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  6073. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  6074. "funding": [
  6075. {
  6076. "type": "github",
  6077. "url": "https://github.com/sponsors/feross"
  6078. },
  6079. {
  6080. "type": "patreon",
  6081. "url": "https://www.patreon.com/feross"
  6082. },
  6083. {
  6084. "type": "consulting",
  6085. "url": "https://feross.org/support"
  6086. }
  6087. ]
  6088. },
  6089. "node_modules/ignore": {
  6090. "version": "7.0.3",
  6091. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.3.tgz",
  6092. "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
  6093. "engines": {
  6094. "node": ">= 4"
  6095. }
  6096. },
  6097. "node_modules/image-meta": {
  6098. "version": "0.2.1",
  6099. "resolved": "https://registry.npmmirror.com/image-meta/-/image-meta-0.2.1.tgz",
  6100. "integrity": "sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw=="
  6101. },
  6102. "node_modules/image-size": {
  6103. "version": "0.5.5",
  6104. "resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz",
  6105. "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
  6106. "optional": true,
  6107. "bin": {
  6108. "image-size": "bin/image-size.js"
  6109. },
  6110. "engines": {
  6111. "node": ">=0.10.0"
  6112. }
  6113. },
  6114. "node_modules/impound": {
  6115. "version": "0.2.0",
  6116. "resolved": "https://registry.npmmirror.com/impound/-/impound-0.2.0.tgz",
  6117. "integrity": "sha512-gXgeSyp9Hf7qG2/PLKmywHXyQf2xFrw+mJGpoj9DsAB9L7/MIKn+DeEx98UryWXdmbv8wUUPdcQof6qXnZoCGg==",
  6118. "dependencies": {
  6119. "@rollup/pluginutils": "^5.1.2",
  6120. "mlly": "^1.7.2",
  6121. "pathe": "^1.1.2",
  6122. "unenv": "^1.10.0",
  6123. "unplugin": "^1.14.1"
  6124. }
  6125. },
  6126. "node_modules/impound/node_modules/pathe": {
  6127. "version": "1.1.2",
  6128. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  6129. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  6130. },
  6131. "node_modules/index-to-position": {
  6132. "version": "0.1.2",
  6133. "resolved": "https://registry.npmmirror.com/index-to-position/-/index-to-position-0.1.2.tgz",
  6134. "integrity": "sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==",
  6135. "engines": {
  6136. "node": ">=18"
  6137. },
  6138. "funding": {
  6139. "url": "https://github.com/sponsors/sindresorhus"
  6140. }
  6141. },
  6142. "node_modules/inflight": {
  6143. "version": "1.0.6",
  6144. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  6145. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6146. "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.",
  6147. "dependencies": {
  6148. "once": "^1.3.0",
  6149. "wrappy": "1"
  6150. }
  6151. },
  6152. "node_modules/inherits": {
  6153. "version": "2.0.4",
  6154. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  6155. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  6156. },
  6157. "node_modules/ini": {
  6158. "version": "4.1.1",
  6159. "resolved": "https://registry.npmmirror.com/ini/-/ini-4.1.1.tgz",
  6160. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  6161. "engines": {
  6162. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6163. }
  6164. },
  6165. "node_modules/ioredis": {
  6166. "version": "5.4.2",
  6167. "resolved": "https://registry.npmmirror.com/ioredis/-/ioredis-5.4.2.tgz",
  6168. "integrity": "sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==",
  6169. "dependencies": {
  6170. "@ioredis/commands": "^1.1.1",
  6171. "cluster-key-slot": "^1.1.0",
  6172. "debug": "^4.3.4",
  6173. "denque": "^2.1.0",
  6174. "lodash.defaults": "^4.2.0",
  6175. "lodash.isarguments": "^3.1.0",
  6176. "redis-errors": "^1.2.0",
  6177. "redis-parser": "^3.0.0",
  6178. "standard-as-callback": "^2.1.0"
  6179. },
  6180. "engines": {
  6181. "node": ">=12.22.0"
  6182. },
  6183. "funding": {
  6184. "type": "opencollective",
  6185. "url": "https://opencollective.com/ioredis"
  6186. }
  6187. },
  6188. "node_modules/iron-webcrypto": {
  6189. "version": "1.2.1",
  6190. "resolved": "https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  6191. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  6192. "funding": {
  6193. "url": "https://github.com/sponsors/brc-dd"
  6194. }
  6195. },
  6196. "node_modules/is-accessor-descriptor": {
  6197. "version": "1.0.1",
  6198. "resolved": "https://registry.npmmirror.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
  6199. "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
  6200. "dependencies": {
  6201. "hasown": "^2.0.0"
  6202. },
  6203. "engines": {
  6204. "node": ">= 0.10"
  6205. }
  6206. },
  6207. "node_modules/is-binary-path": {
  6208. "version": "2.1.0",
  6209. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  6210. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  6211. "dependencies": {
  6212. "binary-extensions": "^2.0.0"
  6213. },
  6214. "engines": {
  6215. "node": ">=8"
  6216. }
  6217. },
  6218. "node_modules/is-buffer": {
  6219. "version": "1.1.6",
  6220. "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
  6221. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
  6222. },
  6223. "node_modules/is-core-module": {
  6224. "version": "2.16.1",
  6225. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  6226. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  6227. "dependencies": {
  6228. "hasown": "^2.0.2"
  6229. },
  6230. "engines": {
  6231. "node": ">= 0.4"
  6232. },
  6233. "funding": {
  6234. "url": "https://github.com/sponsors/ljharb"
  6235. }
  6236. },
  6237. "node_modules/is-data-descriptor": {
  6238. "version": "1.0.1",
  6239. "resolved": "https://registry.npmmirror.com/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
  6240. "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
  6241. "dependencies": {
  6242. "hasown": "^2.0.0"
  6243. },
  6244. "engines": {
  6245. "node": ">= 0.4"
  6246. }
  6247. },
  6248. "node_modules/is-descriptor": {
  6249. "version": "1.0.3",
  6250. "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-1.0.3.tgz",
  6251. "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
  6252. "dependencies": {
  6253. "is-accessor-descriptor": "^1.0.1",
  6254. "is-data-descriptor": "^1.0.1"
  6255. },
  6256. "engines": {
  6257. "node": ">= 0.4"
  6258. }
  6259. },
  6260. "node_modules/is-docker": {
  6261. "version": "3.0.0",
  6262. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  6263. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  6264. "bin": {
  6265. "is-docker": "cli.js"
  6266. },
  6267. "engines": {
  6268. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6269. },
  6270. "funding": {
  6271. "url": "https://github.com/sponsors/sindresorhus"
  6272. }
  6273. },
  6274. "node_modules/is-extendable": {
  6275. "version": "1.0.1",
  6276. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz",
  6277. "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
  6278. "dependencies": {
  6279. "is-plain-object": "^2.0.4"
  6280. },
  6281. "engines": {
  6282. "node": ">=0.10.0"
  6283. }
  6284. },
  6285. "node_modules/is-extglob": {
  6286. "version": "2.1.1",
  6287. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  6288. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6289. "engines": {
  6290. "node": ">=0.10.0"
  6291. }
  6292. },
  6293. "node_modules/is-fullwidth-code-point": {
  6294. "version": "3.0.0",
  6295. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  6296. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  6297. "engines": {
  6298. "node": ">=8"
  6299. }
  6300. },
  6301. "node_modules/is-glob": {
  6302. "version": "4.0.3",
  6303. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  6304. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  6305. "dependencies": {
  6306. "is-extglob": "^2.1.1"
  6307. },
  6308. "engines": {
  6309. "node": ">=0.10.0"
  6310. }
  6311. },
  6312. "node_modules/is-inside-container": {
  6313. "version": "1.0.0",
  6314. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  6315. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  6316. "dependencies": {
  6317. "is-docker": "^3.0.0"
  6318. },
  6319. "bin": {
  6320. "is-inside-container": "cli.js"
  6321. },
  6322. "engines": {
  6323. "node": ">=14.16"
  6324. },
  6325. "funding": {
  6326. "url": "https://github.com/sponsors/sindresorhus"
  6327. }
  6328. },
  6329. "node_modules/is-installed-globally": {
  6330. "version": "1.0.0",
  6331. "resolved": "https://registry.npmmirror.com/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  6332. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  6333. "dependencies": {
  6334. "global-directory": "^4.0.1",
  6335. "is-path-inside": "^4.0.0"
  6336. },
  6337. "engines": {
  6338. "node": ">=18"
  6339. },
  6340. "funding": {
  6341. "url": "https://github.com/sponsors/sindresorhus"
  6342. }
  6343. },
  6344. "node_modules/is-module": {
  6345. "version": "1.0.0",
  6346. "resolved": "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz",
  6347. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  6348. },
  6349. "node_modules/is-number": {
  6350. "version": "7.0.0",
  6351. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  6352. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  6353. "engines": {
  6354. "node": ">=0.12.0"
  6355. }
  6356. },
  6357. "node_modules/is-path-inside": {
  6358. "version": "4.0.0",
  6359. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-4.0.0.tgz",
  6360. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  6361. "engines": {
  6362. "node": ">=12"
  6363. },
  6364. "funding": {
  6365. "url": "https://github.com/sponsors/sindresorhus"
  6366. }
  6367. },
  6368. "node_modules/is-plain-obj": {
  6369. "version": "4.1.0",
  6370. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  6371. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  6372. "engines": {
  6373. "node": ">=12"
  6374. },
  6375. "funding": {
  6376. "url": "https://github.com/sponsors/sindresorhus"
  6377. }
  6378. },
  6379. "node_modules/is-plain-object": {
  6380. "version": "2.0.4",
  6381. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
  6382. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  6383. "dependencies": {
  6384. "isobject": "^3.0.1"
  6385. },
  6386. "engines": {
  6387. "node": ">=0.10.0"
  6388. }
  6389. },
  6390. "node_modules/is-reference": {
  6391. "version": "1.2.1",
  6392. "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz",
  6393. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  6394. "dependencies": {
  6395. "@types/estree": "*"
  6396. }
  6397. },
  6398. "node_modules/is-ssh": {
  6399. "version": "1.4.0",
  6400. "resolved": "https://registry.npmmirror.com/is-ssh/-/is-ssh-1.4.0.tgz",
  6401. "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
  6402. "dependencies": {
  6403. "protocols": "^2.0.1"
  6404. }
  6405. },
  6406. "node_modules/is-stream": {
  6407. "version": "3.0.0",
  6408. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  6409. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  6410. "engines": {
  6411. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6412. },
  6413. "funding": {
  6414. "url": "https://github.com/sponsors/sindresorhus"
  6415. }
  6416. },
  6417. "node_modules/is-unicode-supported": {
  6418. "version": "2.1.0",
  6419. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  6420. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  6421. "engines": {
  6422. "node": ">=18"
  6423. },
  6424. "funding": {
  6425. "url": "https://github.com/sponsors/sindresorhus"
  6426. }
  6427. },
  6428. "node_modules/is-what": {
  6429. "version": "3.14.1",
  6430. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
  6431. "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA=="
  6432. },
  6433. "node_modules/is-windows": {
  6434. "version": "1.0.2",
  6435. "resolved": "https://registry.npmmirror.com/is-windows/-/is-windows-1.0.2.tgz",
  6436. "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
  6437. "engines": {
  6438. "node": ">=0.10.0"
  6439. }
  6440. },
  6441. "node_modules/is-wsl": {
  6442. "version": "3.1.0",
  6443. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  6444. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  6445. "dependencies": {
  6446. "is-inside-container": "^1.0.0"
  6447. },
  6448. "engines": {
  6449. "node": ">=16"
  6450. },
  6451. "funding": {
  6452. "url": "https://github.com/sponsors/sindresorhus"
  6453. }
  6454. },
  6455. "node_modules/is64bit": {
  6456. "version": "2.0.0",
  6457. "resolved": "https://registry.npmmirror.com/is64bit/-/is64bit-2.0.0.tgz",
  6458. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  6459. "dependencies": {
  6460. "system-architecture": "^0.1.0"
  6461. },
  6462. "engines": {
  6463. "node": ">=18"
  6464. },
  6465. "funding": {
  6466. "url": "https://github.com/sponsors/sindresorhus"
  6467. }
  6468. },
  6469. "node_modules/isarray": {
  6470. "version": "1.0.0",
  6471. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  6472. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  6473. },
  6474. "node_modules/isexe": {
  6475. "version": "2.0.0",
  6476. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  6477. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  6478. },
  6479. "node_modules/isobject": {
  6480. "version": "3.0.1",
  6481. "resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz",
  6482. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  6483. "engines": {
  6484. "node": ">=0.10.0"
  6485. }
  6486. },
  6487. "node_modules/jackspeak": {
  6488. "version": "3.4.3",
  6489. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  6490. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  6491. "dependencies": {
  6492. "@isaacs/cliui": "^8.0.2"
  6493. },
  6494. "funding": {
  6495. "url": "https://github.com/sponsors/isaacs"
  6496. },
  6497. "optionalDependencies": {
  6498. "@pkgjs/parseargs": "^0.11.0"
  6499. }
  6500. },
  6501. "node_modules/jiti": {
  6502. "version": "2.4.2",
  6503. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz",
  6504. "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
  6505. "bin": {
  6506. "jiti": "lib/jiti-cli.mjs"
  6507. }
  6508. },
  6509. "node_modules/js-cookie": {
  6510. "version": "3.0.5",
  6511. "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz",
  6512. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  6513. "engines": {
  6514. "node": ">=14"
  6515. }
  6516. },
  6517. "node_modules/js-levenshtein": {
  6518. "version": "1.1.6",
  6519. "resolved": "https://registry.npmmirror.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz",
  6520. "integrity": "sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==",
  6521. "engines": {
  6522. "node": ">=0.10.0"
  6523. }
  6524. },
  6525. "node_modules/js-tokens": {
  6526. "version": "4.0.0",
  6527. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  6528. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  6529. },
  6530. "node_modules/js-yaml": {
  6531. "version": "4.1.0",
  6532. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  6533. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6534. "dependencies": {
  6535. "argparse": "^2.0.1"
  6536. },
  6537. "bin": {
  6538. "js-yaml": "bin/js-yaml.js"
  6539. }
  6540. },
  6541. "node_modules/jsesc": {
  6542. "version": "3.1.0",
  6543. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  6544. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  6545. "bin": {
  6546. "jsesc": "bin/jsesc"
  6547. },
  6548. "engines": {
  6549. "node": ">=6"
  6550. }
  6551. },
  6552. "node_modules/json-schema-traverse": {
  6553. "version": "1.0.0",
  6554. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  6555. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  6556. },
  6557. "node_modules/json5": {
  6558. "version": "2.2.3",
  6559. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  6560. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6561. "bin": {
  6562. "json5": "lib/cli.js"
  6563. },
  6564. "engines": {
  6565. "node": ">=6"
  6566. }
  6567. },
  6568. "node_modules/jsonfile": {
  6569. "version": "6.1.0",
  6570. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  6571. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  6572. "dependencies": {
  6573. "universalify": "^2.0.0"
  6574. },
  6575. "optionalDependencies": {
  6576. "graceful-fs": "^4.1.6"
  6577. }
  6578. },
  6579. "node_modules/kind-of": {
  6580. "version": "6.0.3",
  6581. "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz",
  6582. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  6583. "engines": {
  6584. "node": ">=0.10.0"
  6585. }
  6586. },
  6587. "node_modules/kleur": {
  6588. "version": "3.0.3",
  6589. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz",
  6590. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  6591. "engines": {
  6592. "node": ">=6"
  6593. }
  6594. },
  6595. "node_modules/klona": {
  6596. "version": "2.0.6",
  6597. "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
  6598. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  6599. "engines": {
  6600. "node": ">= 8"
  6601. }
  6602. },
  6603. "node_modules/knitwork": {
  6604. "version": "1.2.0",
  6605. "resolved": "https://registry.npmmirror.com/knitwork/-/knitwork-1.2.0.tgz",
  6606. "integrity": "sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg=="
  6607. },
  6608. "node_modules/kolorist": {
  6609. "version": "1.8.0",
  6610. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  6611. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
  6612. },
  6613. "node_modules/launch-editor": {
  6614. "version": "2.9.1",
  6615. "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.9.1.tgz",
  6616. "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==",
  6617. "dependencies": {
  6618. "picocolors": "^1.0.0",
  6619. "shell-quote": "^1.8.1"
  6620. }
  6621. },
  6622. "node_modules/lazystream": {
  6623. "version": "1.0.1",
  6624. "resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
  6625. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  6626. "dependencies": {
  6627. "readable-stream": "^2.0.5"
  6628. },
  6629. "engines": {
  6630. "node": ">= 0.6.3"
  6631. }
  6632. },
  6633. "node_modules/lazystream/node_modules/readable-stream": {
  6634. "version": "2.3.8",
  6635. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  6636. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  6637. "dependencies": {
  6638. "core-util-is": "~1.0.0",
  6639. "inherits": "~2.0.3",
  6640. "isarray": "~1.0.0",
  6641. "process-nextick-args": "~2.0.0",
  6642. "safe-buffer": "~5.1.1",
  6643. "string_decoder": "~1.1.1",
  6644. "util-deprecate": "~1.0.1"
  6645. }
  6646. },
  6647. "node_modules/lazystream/node_modules/safe-buffer": {
  6648. "version": "5.1.2",
  6649. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  6650. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  6651. },
  6652. "node_modules/lazystream/node_modules/string_decoder": {
  6653. "version": "1.1.1",
  6654. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  6655. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6656. "dependencies": {
  6657. "safe-buffer": "~5.1.0"
  6658. }
  6659. },
  6660. "node_modules/less": {
  6661. "version": "4.2.2",
  6662. "resolved": "https://registry.npmmirror.com/less/-/less-4.2.2.tgz",
  6663. "integrity": "sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==",
  6664. "dependencies": {
  6665. "copy-anything": "^2.0.1",
  6666. "parse-node-version": "^1.0.1",
  6667. "tslib": "^2.3.0"
  6668. },
  6669. "bin": {
  6670. "lessc": "bin/lessc"
  6671. },
  6672. "engines": {
  6673. "node": ">=6"
  6674. },
  6675. "optionalDependencies": {
  6676. "errno": "^0.1.1",
  6677. "graceful-fs": "^4.1.2",
  6678. "image-size": "~0.5.0",
  6679. "make-dir": "^2.1.0",
  6680. "mime": "^1.4.1",
  6681. "needle": "^3.1.0",
  6682. "source-map": "~0.6.0"
  6683. }
  6684. },
  6685. "node_modules/less-loader": {
  6686. "version": "12.2.0",
  6687. "resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-12.2.0.tgz",
  6688. "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==",
  6689. "engines": {
  6690. "node": ">= 18.12.0"
  6691. },
  6692. "funding": {
  6693. "type": "opencollective",
  6694. "url": "https://opencollective.com/webpack"
  6695. },
  6696. "peerDependencies": {
  6697. "@rspack/core": "0.x || 1.x",
  6698. "less": "^3.5.0 || ^4.0.0",
  6699. "webpack": "^5.0.0"
  6700. },
  6701. "peerDependenciesMeta": {
  6702. "@rspack/core": {
  6703. "optional": true
  6704. },
  6705. "webpack": {
  6706. "optional": true
  6707. }
  6708. }
  6709. },
  6710. "node_modules/lilconfig": {
  6711. "version": "3.1.3",
  6712. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz",
  6713. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  6714. "engines": {
  6715. "node": ">=14"
  6716. },
  6717. "funding": {
  6718. "url": "https://github.com/sponsors/antonk52"
  6719. }
  6720. },
  6721. "node_modules/listhen": {
  6722. "version": "1.9.0",
  6723. "resolved": "https://registry.npmmirror.com/listhen/-/listhen-1.9.0.tgz",
  6724. "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==",
  6725. "dependencies": {
  6726. "@parcel/watcher": "^2.4.1",
  6727. "@parcel/watcher-wasm": "^2.4.1",
  6728. "citty": "^0.1.6",
  6729. "clipboardy": "^4.0.0",
  6730. "consola": "^3.2.3",
  6731. "crossws": ">=0.2.0 <0.4.0",
  6732. "defu": "^6.1.4",
  6733. "get-port-please": "^3.1.2",
  6734. "h3": "^1.12.0",
  6735. "http-shutdown": "^1.2.2",
  6736. "jiti": "^2.1.2",
  6737. "mlly": "^1.7.1",
  6738. "node-forge": "^1.3.1",
  6739. "pathe": "^1.1.2",
  6740. "std-env": "^3.7.0",
  6741. "ufo": "^1.5.4",
  6742. "untun": "^0.1.3",
  6743. "uqr": "^0.1.2"
  6744. },
  6745. "bin": {
  6746. "listen": "bin/listhen.mjs",
  6747. "listhen": "bin/listhen.mjs"
  6748. }
  6749. },
  6750. "node_modules/listhen/node_modules/pathe": {
  6751. "version": "1.1.2",
  6752. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  6753. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  6754. },
  6755. "node_modules/loader-utils": {
  6756. "version": "2.0.4",
  6757. "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz",
  6758. "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
  6759. "dependencies": {
  6760. "big.js": "^5.2.2",
  6761. "emojis-list": "^3.0.0",
  6762. "json5": "^2.1.2"
  6763. },
  6764. "engines": {
  6765. "node": ">=8.9.0"
  6766. }
  6767. },
  6768. "node_modules/local-pkg": {
  6769. "version": "0.5.1",
  6770. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.1.tgz",
  6771. "integrity": "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==",
  6772. "dependencies": {
  6773. "mlly": "^1.7.3",
  6774. "pkg-types": "^1.2.1"
  6775. },
  6776. "engines": {
  6777. "node": ">=14"
  6778. },
  6779. "funding": {
  6780. "url": "https://github.com/sponsors/antfu"
  6781. }
  6782. },
  6783. "node_modules/locate-path": {
  6784. "version": "5.0.0",
  6785. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",
  6786. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  6787. "dependencies": {
  6788. "p-locate": "^4.1.0"
  6789. },
  6790. "engines": {
  6791. "node": ">=8"
  6792. }
  6793. },
  6794. "node_modules/lodash": {
  6795. "version": "4.17.21",
  6796. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  6797. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  6798. },
  6799. "node_modules/lodash-es": {
  6800. "version": "4.17.21",
  6801. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  6802. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
  6803. },
  6804. "node_modules/lodash-unified": {
  6805. "version": "1.0.3",
  6806. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  6807. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  6808. "peerDependencies": {
  6809. "@types/lodash-es": "*",
  6810. "lodash": "*",
  6811. "lodash-es": "*"
  6812. }
  6813. },
  6814. "node_modules/lodash.defaults": {
  6815. "version": "4.2.0",
  6816. "resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  6817. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
  6818. },
  6819. "node_modules/lodash.isarguments": {
  6820. "version": "3.1.0",
  6821. "resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  6822. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
  6823. },
  6824. "node_modules/lodash.memoize": {
  6825. "version": "4.1.2",
  6826. "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  6827. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  6828. },
  6829. "node_modules/lodash.uniq": {
  6830. "version": "4.5.0",
  6831. "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  6832. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  6833. },
  6834. "node_modules/lru-cache": {
  6835. "version": "5.1.1",
  6836. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  6837. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6838. "dependencies": {
  6839. "yallist": "^3.0.2"
  6840. }
  6841. },
  6842. "node_modules/magic-string": {
  6843. "version": "0.27.0",
  6844. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.27.0.tgz",
  6845. "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==",
  6846. "dependencies": {
  6847. "@jridgewell/sourcemap-codec": "^1.4.13"
  6848. },
  6849. "engines": {
  6850. "node": ">=12"
  6851. }
  6852. },
  6853. "node_modules/magic-string-ast": {
  6854. "version": "0.7.0",
  6855. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-0.7.0.tgz",
  6856. "integrity": "sha512-686fgAHaJY7wLTFEq7nnKqeQrhqmXB19d1HnqT35Ci7BN6hbAYLZUezTQ062uUHM7ggZEQlqJ94Ftls+KDXU8Q==",
  6857. "dependencies": {
  6858. "magic-string": "^0.30.17"
  6859. },
  6860. "engines": {
  6861. "node": ">=16.14.0"
  6862. }
  6863. },
  6864. "node_modules/magic-string-ast/node_modules/magic-string": {
  6865. "version": "0.30.17",
  6866. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  6867. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  6868. "dependencies": {
  6869. "@jridgewell/sourcemap-codec": "^1.5.0"
  6870. }
  6871. },
  6872. "node_modules/magicast": {
  6873. "version": "0.3.5",
  6874. "resolved": "https://registry.npmmirror.com/magicast/-/magicast-0.3.5.tgz",
  6875. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  6876. "dependencies": {
  6877. "@babel/parser": "^7.25.4",
  6878. "@babel/types": "^7.25.4",
  6879. "source-map-js": "^1.2.0"
  6880. }
  6881. },
  6882. "node_modules/make-dir": {
  6883. "version": "2.1.0",
  6884. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
  6885. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  6886. "optional": true,
  6887. "dependencies": {
  6888. "pify": "^4.0.1",
  6889. "semver": "^5.6.0"
  6890. },
  6891. "engines": {
  6892. "node": ">=6"
  6893. }
  6894. },
  6895. "node_modules/make-dir/node_modules/semver": {
  6896. "version": "5.7.2",
  6897. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  6898. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  6899. "optional": true,
  6900. "bin": {
  6901. "semver": "bin/semver"
  6902. }
  6903. },
  6904. "node_modules/map-cache": {
  6905. "version": "0.2.2",
  6906. "resolved": "https://registry.npmmirror.com/map-cache/-/map-cache-0.2.2.tgz",
  6907. "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",
  6908. "engines": {
  6909. "node": ">=0.10.0"
  6910. }
  6911. },
  6912. "node_modules/map-visit": {
  6913. "version": "1.0.0",
  6914. "resolved": "https://registry.npmmirror.com/map-visit/-/map-visit-1.0.0.tgz",
  6915. "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==",
  6916. "dependencies": {
  6917. "object-visit": "^1.0.0"
  6918. },
  6919. "engines": {
  6920. "node": ">=0.10.0"
  6921. }
  6922. },
  6923. "node_modules/mdn-data": {
  6924. "version": "2.0.30",
  6925. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz",
  6926. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
  6927. },
  6928. "node_modules/memoize-one": {
  6929. "version": "6.0.0",
  6930. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  6931. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw=="
  6932. },
  6933. "node_modules/merge-stream": {
  6934. "version": "2.0.0",
  6935. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  6936. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  6937. },
  6938. "node_modules/merge2": {
  6939. "version": "1.4.1",
  6940. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  6941. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6942. "engines": {
  6943. "node": ">= 8"
  6944. }
  6945. },
  6946. "node_modules/micromatch": {
  6947. "version": "4.0.8",
  6948. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  6949. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  6950. "dependencies": {
  6951. "braces": "^3.0.3",
  6952. "picomatch": "^2.3.1"
  6953. },
  6954. "engines": {
  6955. "node": ">=8.6"
  6956. }
  6957. },
  6958. "node_modules/mime": {
  6959. "version": "1.6.0",
  6960. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  6961. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  6962. "bin": {
  6963. "mime": "cli.js"
  6964. },
  6965. "engines": {
  6966. "node": ">=4"
  6967. }
  6968. },
  6969. "node_modules/mime-db": {
  6970. "version": "1.52.0",
  6971. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  6972. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  6973. "engines": {
  6974. "node": ">= 0.6"
  6975. }
  6976. },
  6977. "node_modules/mime-types": {
  6978. "version": "2.1.35",
  6979. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  6980. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  6981. "dependencies": {
  6982. "mime-db": "1.52.0"
  6983. },
  6984. "engines": {
  6985. "node": ">= 0.6"
  6986. }
  6987. },
  6988. "node_modules/mimic-fn": {
  6989. "version": "4.0.0",
  6990. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz",
  6991. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  6992. "engines": {
  6993. "node": ">=12"
  6994. },
  6995. "funding": {
  6996. "url": "https://github.com/sponsors/sindresorhus"
  6997. }
  6998. },
  6999. "node_modules/minimatch": {
  7000. "version": "3.1.2",
  7001. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  7002. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  7003. "dependencies": {
  7004. "brace-expansion": "^1.1.7"
  7005. },
  7006. "engines": {
  7007. "node": "*"
  7008. }
  7009. },
  7010. "node_modules/minipass": {
  7011. "version": "5.0.0",
  7012. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz",
  7013. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  7014. "engines": {
  7015. "node": ">=8"
  7016. }
  7017. },
  7018. "node_modules/minizlib": {
  7019. "version": "2.1.2",
  7020. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz",
  7021. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  7022. "dependencies": {
  7023. "minipass": "^3.0.0",
  7024. "yallist": "^4.0.0"
  7025. },
  7026. "engines": {
  7027. "node": ">= 8"
  7028. }
  7029. },
  7030. "node_modules/minizlib/node_modules/minipass": {
  7031. "version": "3.3.6",
  7032. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
  7033. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7034. "dependencies": {
  7035. "yallist": "^4.0.0"
  7036. },
  7037. "engines": {
  7038. "node": ">=8"
  7039. }
  7040. },
  7041. "node_modules/minizlib/node_modules/yallist": {
  7042. "version": "4.0.0",
  7043. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  7044. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7045. },
  7046. "node_modules/mitt": {
  7047. "version": "3.0.1",
  7048. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  7049. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
  7050. },
  7051. "node_modules/mixin-deep": {
  7052. "version": "1.3.2",
  7053. "resolved": "https://registry.npmmirror.com/mixin-deep/-/mixin-deep-1.3.2.tgz",
  7054. "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
  7055. "dependencies": {
  7056. "for-in": "^1.0.2",
  7057. "is-extendable": "^1.0.1"
  7058. },
  7059. "engines": {
  7060. "node": ">=0.10.0"
  7061. }
  7062. },
  7063. "node_modules/mkdirp": {
  7064. "version": "1.0.4",
  7065. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz",
  7066. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  7067. "bin": {
  7068. "mkdirp": "bin/cmd.js"
  7069. },
  7070. "engines": {
  7071. "node": ">=10"
  7072. }
  7073. },
  7074. "node_modules/mlly": {
  7075. "version": "1.7.4",
  7076. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.4.tgz",
  7077. "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
  7078. "dependencies": {
  7079. "acorn": "^8.14.0",
  7080. "pathe": "^2.0.1",
  7081. "pkg-types": "^1.3.0",
  7082. "ufo": "^1.5.4"
  7083. }
  7084. },
  7085. "node_modules/mrmime": {
  7086. "version": "2.0.0",
  7087. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.0.tgz",
  7088. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  7089. "engines": {
  7090. "node": ">=10"
  7091. }
  7092. },
  7093. "node_modules/ms": {
  7094. "version": "2.1.3",
  7095. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  7096. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  7097. },
  7098. "node_modules/nanoid": {
  7099. "version": "5.0.9",
  7100. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.0.9.tgz",
  7101. "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==",
  7102. "funding": [
  7103. {
  7104. "type": "github",
  7105. "url": "https://github.com/sponsors/ai"
  7106. }
  7107. ],
  7108. "bin": {
  7109. "nanoid": "bin/nanoid.js"
  7110. },
  7111. "engines": {
  7112. "node": "^18 || >=20"
  7113. }
  7114. },
  7115. "node_modules/nanomatch": {
  7116. "version": "1.2.13",
  7117. "resolved": "https://registry.npmmirror.com/nanomatch/-/nanomatch-1.2.13.tgz",
  7118. "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
  7119. "dependencies": {
  7120. "arr-diff": "^4.0.0",
  7121. "array-unique": "^0.3.2",
  7122. "define-property": "^2.0.2",
  7123. "extend-shallow": "^3.0.2",
  7124. "fragment-cache": "^0.2.1",
  7125. "is-windows": "^1.0.2",
  7126. "kind-of": "^6.0.2",
  7127. "object.pick": "^1.3.0",
  7128. "regex-not": "^1.0.0",
  7129. "snapdragon": "^0.8.1",
  7130. "to-regex": "^3.0.1"
  7131. },
  7132. "engines": {
  7133. "node": ">=0.10.0"
  7134. }
  7135. },
  7136. "node_modules/nanotar": {
  7137. "version": "0.1.1",
  7138. "resolved": "https://registry.npmmirror.com/nanotar/-/nanotar-0.1.1.tgz",
  7139. "integrity": "sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ=="
  7140. },
  7141. "node_modules/needle": {
  7142. "version": "3.3.1",
  7143. "resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz",
  7144. "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
  7145. "optional": true,
  7146. "dependencies": {
  7147. "iconv-lite": "^0.6.3",
  7148. "sax": "^1.2.4"
  7149. },
  7150. "bin": {
  7151. "needle": "bin/needle"
  7152. },
  7153. "engines": {
  7154. "node": ">= 4.4.x"
  7155. }
  7156. },
  7157. "node_modules/nitropack": {
  7158. "version": "2.10.4",
  7159. "resolved": "https://registry.npmmirror.com/nitropack/-/nitropack-2.10.4.tgz",
  7160. "integrity": "sha512-sJiG/MIQlZCVSw2cQrFG1H6mLeSqHlYfFerRjLKz69vUfdu0EL2l0WdOxlQbzJr3mMv/l4cOlCCLzVRzjzzF/g==",
  7161. "dependencies": {
  7162. "@cloudflare/kv-asset-handler": "^0.3.4",
  7163. "@netlify/functions": "^2.8.2",
  7164. "@rollup/plugin-alias": "^5.1.1",
  7165. "@rollup/plugin-commonjs": "^28.0.1",
  7166. "@rollup/plugin-inject": "^5.0.5",
  7167. "@rollup/plugin-json": "^6.1.0",
  7168. "@rollup/plugin-node-resolve": "^15.3.0",
  7169. "@rollup/plugin-replace": "^6.0.1",
  7170. "@rollup/plugin-terser": "^0.4.4",
  7171. "@rollup/pluginutils": "^5.1.3",
  7172. "@types/http-proxy": "^1.17.15",
  7173. "@vercel/nft": "^0.27.5",
  7174. "archiver": "^7.0.1",
  7175. "c12": "2.0.1",
  7176. "chokidar": "^3.6.0",
  7177. "citty": "^0.1.6",
  7178. "compatx": "^0.1.8",
  7179. "confbox": "^0.1.8",
  7180. "consola": "^3.2.3",
  7181. "cookie-es": "^1.2.2",
  7182. "croner": "^9.0.0",
  7183. "crossws": "^0.3.1",
  7184. "db0": "^0.2.1",
  7185. "defu": "^6.1.4",
  7186. "destr": "^2.0.3",
  7187. "dot-prop": "^9.0.0",
  7188. "esbuild": "^0.24.0",
  7189. "escape-string-regexp": "^5.0.0",
  7190. "etag": "^1.8.1",
  7191. "fs-extra": "^11.2.0",
  7192. "globby": "^14.0.2",
  7193. "gzip-size": "^7.0.0",
  7194. "h3": "^1.13.0",
  7195. "hookable": "^5.5.3",
  7196. "httpxy": "^0.1.5",
  7197. "ioredis": "^5.4.1",
  7198. "jiti": "^2.4.0",
  7199. "klona": "^2.0.6",
  7200. "knitwork": "^1.1.0",
  7201. "listhen": "^1.9.0",
  7202. "magic-string": "^0.30.12",
  7203. "magicast": "^0.3.5",
  7204. "mime": "^4.0.4",
  7205. "mlly": "^1.7.2",
  7206. "node-fetch-native": "^1.6.4",
  7207. "ofetch": "^1.4.1",
  7208. "ohash": "^1.1.4",
  7209. "openapi-typescript": "^7.4.2",
  7210. "pathe": "^1.1.2",
  7211. "perfect-debounce": "^1.0.0",
  7212. "pkg-types": "^1.2.1",
  7213. "pretty-bytes": "^6.1.1",
  7214. "radix3": "^1.1.2",
  7215. "rollup": "^4.24.3",
  7216. "rollup-plugin-visualizer": "^5.12.0",
  7217. "scule": "^1.3.0",
  7218. "semver": "^7.6.3",
  7219. "serve-placeholder": "^2.0.2",
  7220. "serve-static": "^1.16.2",
  7221. "std-env": "^3.7.0",
  7222. "ufo": "^1.5.4",
  7223. "uncrypto": "^0.1.3",
  7224. "unctx": "^2.3.1",
  7225. "unenv": "^1.10.0",
  7226. "unimport": "^3.13.1",
  7227. "unstorage": "^1.13.1",
  7228. "untyped": "^1.5.1",
  7229. "unwasm": "^0.3.9"
  7230. },
  7231. "bin": {
  7232. "nitro": "dist/cli/index.mjs",
  7233. "nitropack": "dist/cli/index.mjs"
  7234. },
  7235. "engines": {
  7236. "node": "^16.11.0 || >=17.0.0"
  7237. },
  7238. "peerDependencies": {
  7239. "xml2js": "^0.6.2"
  7240. },
  7241. "peerDependenciesMeta": {
  7242. "xml2js": {
  7243. "optional": true
  7244. }
  7245. }
  7246. },
  7247. "node_modules/nitropack/node_modules/chokidar": {
  7248. "version": "3.6.0",
  7249. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  7250. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  7251. "dependencies": {
  7252. "anymatch": "~3.1.2",
  7253. "braces": "~3.0.2",
  7254. "glob-parent": "~5.1.2",
  7255. "is-binary-path": "~2.1.0",
  7256. "is-glob": "~4.0.1",
  7257. "normalize-path": "~3.0.0",
  7258. "readdirp": "~3.6.0"
  7259. },
  7260. "engines": {
  7261. "node": ">= 8.10.0"
  7262. },
  7263. "funding": {
  7264. "url": "https://paulmillr.com/funding/"
  7265. },
  7266. "optionalDependencies": {
  7267. "fsevents": "~2.3.2"
  7268. }
  7269. },
  7270. "node_modules/nitropack/node_modules/magic-string": {
  7271. "version": "0.30.17",
  7272. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  7273. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  7274. "dependencies": {
  7275. "@jridgewell/sourcemap-codec": "^1.5.0"
  7276. }
  7277. },
  7278. "node_modules/nitropack/node_modules/mime": {
  7279. "version": "4.0.6",
  7280. "resolved": "https://registry.npmmirror.com/mime/-/mime-4.0.6.tgz",
  7281. "integrity": "sha512-4rGt7rvQHBbaSOF9POGkk1ocRP16Md1x36Xma8sz8h8/vfCUI2OtEIeCqe4Ofes853x4xDoPiFLIT47J5fI/7A==",
  7282. "funding": [
  7283. "https://github.com/sponsors/broofa"
  7284. ],
  7285. "bin": {
  7286. "mime": "bin/cli.js"
  7287. },
  7288. "engines": {
  7289. "node": ">=16"
  7290. }
  7291. },
  7292. "node_modules/nitropack/node_modules/pathe": {
  7293. "version": "1.1.2",
  7294. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  7295. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  7296. },
  7297. "node_modules/nitropack/node_modules/readdirp": {
  7298. "version": "3.6.0",
  7299. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  7300. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  7301. "dependencies": {
  7302. "picomatch": "^2.2.1"
  7303. },
  7304. "engines": {
  7305. "node": ">=8.10.0"
  7306. }
  7307. },
  7308. "node_modules/node-addon-api": {
  7309. "version": "7.1.1",
  7310. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  7311. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ=="
  7312. },
  7313. "node_modules/node-fetch": {
  7314. "version": "2.7.0",
  7315. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
  7316. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  7317. "dependencies": {
  7318. "whatwg-url": "^5.0.0"
  7319. },
  7320. "engines": {
  7321. "node": "4.x || >=6.0.0"
  7322. },
  7323. "peerDependencies": {
  7324. "encoding": "^0.1.0"
  7325. },
  7326. "peerDependenciesMeta": {
  7327. "encoding": {
  7328. "optional": true
  7329. }
  7330. }
  7331. },
  7332. "node_modules/node-fetch-native": {
  7333. "version": "1.6.6",
  7334. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
  7335. "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ=="
  7336. },
  7337. "node_modules/node-forge": {
  7338. "version": "1.3.1",
  7339. "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz",
  7340. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  7341. "engines": {
  7342. "node": ">= 6.13.0"
  7343. }
  7344. },
  7345. "node_modules/node-gyp-build": {
  7346. "version": "4.8.4",
  7347. "resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  7348. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  7349. "bin": {
  7350. "node-gyp-build": "bin.js",
  7351. "node-gyp-build-optional": "optional.js",
  7352. "node-gyp-build-test": "build-test.js"
  7353. }
  7354. },
  7355. "node_modules/node-releases": {
  7356. "version": "2.0.19",
  7357. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  7358. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw=="
  7359. },
  7360. "node_modules/nopt": {
  7361. "version": "8.1.0",
  7362. "resolved": "https://registry.npmmirror.com/nopt/-/nopt-8.1.0.tgz",
  7363. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  7364. "dependencies": {
  7365. "abbrev": "^3.0.0"
  7366. },
  7367. "bin": {
  7368. "nopt": "bin/nopt.js"
  7369. },
  7370. "engines": {
  7371. "node": "^18.17.0 || >=20.5.0"
  7372. }
  7373. },
  7374. "node_modules/normalize-path": {
  7375. "version": "3.0.0",
  7376. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  7377. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  7378. "engines": {
  7379. "node": ">=0.10.0"
  7380. }
  7381. },
  7382. "node_modules/normalize-range": {
  7383. "version": "0.1.2",
  7384. "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
  7385. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  7386. "engines": {
  7387. "node": ">=0.10.0"
  7388. }
  7389. },
  7390. "node_modules/normalize-wheel-es": {
  7391. "version": "1.2.0",
  7392. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  7393. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw=="
  7394. },
  7395. "node_modules/npm-run-path": {
  7396. "version": "5.3.0",
  7397. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  7398. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  7399. "dependencies": {
  7400. "path-key": "^4.0.0"
  7401. },
  7402. "engines": {
  7403. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7404. },
  7405. "funding": {
  7406. "url": "https://github.com/sponsors/sindresorhus"
  7407. }
  7408. },
  7409. "node_modules/npm-run-path/node_modules/path-key": {
  7410. "version": "4.0.0",
  7411. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  7412. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  7413. "engines": {
  7414. "node": ">=12"
  7415. },
  7416. "funding": {
  7417. "url": "https://github.com/sponsors/sindresorhus"
  7418. }
  7419. },
  7420. "node_modules/nth-check": {
  7421. "version": "2.1.1",
  7422. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  7423. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  7424. "dependencies": {
  7425. "boolbase": "^1.0.0"
  7426. },
  7427. "funding": {
  7428. "url": "https://github.com/fb55/nth-check?sponsor=1"
  7429. }
  7430. },
  7431. "node_modules/nuxt": {
  7432. "version": "3.15.2",
  7433. "resolved": "https://registry.npmmirror.com/nuxt/-/nuxt-3.15.2.tgz",
  7434. "integrity": "sha512-1EiQ5wYYVhgkRyaMCyuc4R5lhJtOPJTdOe3LwYNbIol3pmcO1urhNDNKfhiy9zdcA3G14zzN0W/+TqXXidchRw==",
  7435. "dependencies": {
  7436. "@nuxt/cli": "^3.20.0",
  7437. "@nuxt/devalue": "^2.0.2",
  7438. "@nuxt/devtools": "^1.7.0",
  7439. "@nuxt/kit": "3.15.2",
  7440. "@nuxt/schema": "3.15.2",
  7441. "@nuxt/telemetry": "^2.6.4",
  7442. "@nuxt/vite-builder": "3.15.2",
  7443. "@unhead/dom": "^1.11.18",
  7444. "@unhead/shared": "^1.11.18",
  7445. "@unhead/ssr": "^1.11.18",
  7446. "@unhead/vue": "^1.11.18",
  7447. "@vue/shared": "^3.5.13",
  7448. "acorn": "8.14.0",
  7449. "c12": "^2.0.1",
  7450. "chokidar": "^4.0.3",
  7451. "compatx": "^0.1.8",
  7452. "consola": "^3.4.0",
  7453. "cookie-es": "^1.2.2",
  7454. "defu": "^6.1.4",
  7455. "destr": "^2.0.3",
  7456. "devalue": "^5.1.1",
  7457. "errx": "^0.1.0",
  7458. "esbuild": "^0.24.2",
  7459. "escape-string-regexp": "^5.0.0",
  7460. "estree-walker": "^3.0.3",
  7461. "globby": "^14.0.2",
  7462. "h3": "^1.13.1",
  7463. "hookable": "^5.5.3",
  7464. "ignore": "^7.0.3",
  7465. "impound": "^0.2.0",
  7466. "jiti": "^2.4.2",
  7467. "klona": "^2.0.6",
  7468. "knitwork": "^1.2.0",
  7469. "magic-string": "^0.30.17",
  7470. "mlly": "^1.7.4",
  7471. "nanotar": "^0.1.1",
  7472. "nitropack": "^2.10.4",
  7473. "nypm": "^0.4.1",
  7474. "ofetch": "^1.4.1",
  7475. "ohash": "^1.1.4",
  7476. "pathe": "^2.0.1",
  7477. "perfect-debounce": "^1.0.0",
  7478. "pkg-types": "^1.3.1",
  7479. "radix3": "^1.1.2",
  7480. "scule": "^1.3.0",
  7481. "semver": "^7.6.3",
  7482. "std-env": "^3.8.0",
  7483. "strip-literal": "^3.0.0",
  7484. "tinyglobby": "0.2.10",
  7485. "ufo": "^1.5.4",
  7486. "ultrahtml": "^1.5.3",
  7487. "uncrypto": "^0.1.3",
  7488. "unctx": "^2.4.1",
  7489. "unenv": "^1.10.0",
  7490. "unhead": "^1.11.18",
  7491. "unimport": "^3.14.6",
  7492. "unplugin": "^2.1.2",
  7493. "unplugin-vue-router": "^0.10.9",
  7494. "unstorage": "^1.14.4",
  7495. "untyped": "^1.5.2",
  7496. "vue": "^3.5.13",
  7497. "vue-bundle-renderer": "^2.1.1",
  7498. "vue-devtools-stub": "^0.1.0",
  7499. "vue-router": "^4.5.0"
  7500. },
  7501. "bin": {
  7502. "nuxi": "bin/nuxt.mjs",
  7503. "nuxt": "bin/nuxt.mjs"
  7504. },
  7505. "engines": {
  7506. "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
  7507. },
  7508. "peerDependencies": {
  7509. "@parcel/watcher": "^2.1.0",
  7510. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  7511. },
  7512. "peerDependenciesMeta": {
  7513. "@parcel/watcher": {
  7514. "optional": true
  7515. },
  7516. "@types/node": {
  7517. "optional": true
  7518. }
  7519. }
  7520. },
  7521. "node_modules/nuxt-site-config": {
  7522. "version": "3.1.2",
  7523. "resolved": "https://registry.npmmirror.com/nuxt-site-config/-/nuxt-site-config-3.1.2.tgz",
  7524. "integrity": "sha512-SmdgrKjZTS55j48g+FIj16uCzb7e8KFerNzPXheBbwxv9O9CwWVV/q7sV2+tDtg4oO3L322UuKRm4F6mZQsWHA==",
  7525. "dependencies": {
  7526. "@nuxt/kit": "^3.15.4",
  7527. "nuxt-site-config-kit": "3.1.2",
  7528. "pathe": "^2.0.3",
  7529. "pkg-types": "^2.0.1",
  7530. "sirv": "^3.0.1",
  7531. "site-config-stack": "3.1.2",
  7532. "ufo": "^1.5.4"
  7533. },
  7534. "funding": {
  7535. "url": "https://github.com/sponsors/harlan-zw"
  7536. }
  7537. },
  7538. "node_modules/nuxt-site-config-kit": {
  7539. "version": "3.1.2",
  7540. "resolved": "https://registry.npmmirror.com/nuxt-site-config-kit/-/nuxt-site-config-kit-3.1.2.tgz",
  7541. "integrity": "sha512-AuU8UYTgmZ4wV1z8tYsgLHKzPKEY02buXiHKZSCPHgC9sVg/3OctZPcF0LtqZDgOt81U7tz4AGvIAXJCLO3PuQ==",
  7542. "dependencies": {
  7543. "@nuxt/kit": "^3.15.4",
  7544. "pkg-types": "^2.0.1",
  7545. "site-config-stack": "3.1.2",
  7546. "std-env": "^3.8.0",
  7547. "ufo": "^1.5.4"
  7548. },
  7549. "funding": {
  7550. "url": "https://github.com/sponsors/harlan-zw"
  7551. }
  7552. },
  7553. "node_modules/nuxt-site-config-kit/node_modules/@nuxt/kit": {
  7554. "version": "3.15.4",
  7555. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.15.4.tgz",
  7556. "integrity": "sha512-dr7I7eZOoRLl4uxdxeL2dQsH0OrbEiVPIyBHnBpA4co24CBnoJoF+JINuP9l3PAM3IhUzc5JIVq3/YY3lEc3Hw==",
  7557. "dependencies": {
  7558. "c12": "^2.0.1",
  7559. "consola": "^3.4.0",
  7560. "defu": "^6.1.4",
  7561. "destr": "^2.0.3",
  7562. "globby": "^14.0.2",
  7563. "ignore": "^7.0.3",
  7564. "jiti": "^2.4.2",
  7565. "klona": "^2.0.6",
  7566. "knitwork": "^1.2.0",
  7567. "mlly": "^1.7.4",
  7568. "ohash": "^1.1.4",
  7569. "pathe": "^2.0.2",
  7570. "pkg-types": "^1.3.1",
  7571. "scule": "^1.3.0",
  7572. "semver": "^7.6.3",
  7573. "std-env": "^3.8.0",
  7574. "ufo": "^1.5.4",
  7575. "unctx": "^2.4.1",
  7576. "unimport": "^4.0.0",
  7577. "untyped": "^1.5.2"
  7578. },
  7579. "engines": {
  7580. "node": ">=18.12.0"
  7581. }
  7582. },
  7583. "node_modules/nuxt-site-config-kit/node_modules/@nuxt/kit/node_modules/pkg-types": {
  7584. "version": "1.3.1",
  7585. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  7586. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  7587. "dependencies": {
  7588. "confbox": "^0.1.8",
  7589. "mlly": "^1.7.4",
  7590. "pathe": "^2.0.1"
  7591. }
  7592. },
  7593. "node_modules/nuxt-site-config-kit/node_modules/fdir": {
  7594. "version": "6.4.3",
  7595. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.3.tgz",
  7596. "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
  7597. "peerDependencies": {
  7598. "picomatch": "^3 || ^4"
  7599. },
  7600. "peerDependenciesMeta": {
  7601. "picomatch": {
  7602. "optional": true
  7603. }
  7604. }
  7605. },
  7606. "node_modules/nuxt-site-config-kit/node_modules/local-pkg": {
  7607. "version": "1.1.1",
  7608. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
  7609. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  7610. "dependencies": {
  7611. "mlly": "^1.7.4",
  7612. "pkg-types": "^2.0.1",
  7613. "quansync": "^0.2.8"
  7614. },
  7615. "engines": {
  7616. "node": ">=14"
  7617. },
  7618. "funding": {
  7619. "url": "https://github.com/sponsors/antfu"
  7620. }
  7621. },
  7622. "node_modules/nuxt-site-config-kit/node_modules/magic-string": {
  7623. "version": "0.30.17",
  7624. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  7625. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  7626. "dependencies": {
  7627. "@jridgewell/sourcemap-codec": "^1.5.0"
  7628. }
  7629. },
  7630. "node_modules/nuxt-site-config-kit/node_modules/picomatch": {
  7631. "version": "4.0.2",
  7632. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  7633. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  7634. "engines": {
  7635. "node": ">=12"
  7636. },
  7637. "funding": {
  7638. "url": "https://github.com/sponsors/jonschlinkert"
  7639. }
  7640. },
  7641. "node_modules/nuxt-site-config-kit/node_modules/pkg-types": {
  7642. "version": "2.1.0",
  7643. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz",
  7644. "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
  7645. "dependencies": {
  7646. "confbox": "^0.2.1",
  7647. "exsolve": "^1.0.1",
  7648. "pathe": "^2.0.3"
  7649. }
  7650. },
  7651. "node_modules/nuxt-site-config-kit/node_modules/pkg-types/node_modules/confbox": {
  7652. "version": "0.2.1",
  7653. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.1.tgz",
  7654. "integrity": "sha512-hkT3yDPFbs95mNCy1+7qNKC6Pro+/ibzYxtM2iqEigpf0sVw+bg4Zh9/snjsBcf990vfIsg5+1U7VyiyBb3etg=="
  7655. },
  7656. "node_modules/nuxt-site-config-kit/node_modules/tinyglobby": {
  7657. "version": "0.2.12",
  7658. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.12.tgz",
  7659. "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==",
  7660. "dependencies": {
  7661. "fdir": "^6.4.3",
  7662. "picomatch": "^4.0.2"
  7663. },
  7664. "engines": {
  7665. "node": ">=12.0.0"
  7666. },
  7667. "funding": {
  7668. "url": "https://github.com/sponsors/SuperchupuDev"
  7669. }
  7670. },
  7671. "node_modules/nuxt-site-config-kit/node_modules/unimport": {
  7672. "version": "4.1.2",
  7673. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.1.2.tgz",
  7674. "integrity": "sha512-oVUL7PSlyVV3QRhsdcyYEMaDX8HJyS/CnUonEJTYA3//bWO+o/4gG8F7auGWWWkrrxBQBYOO8DKe+C53ktpRXw==",
  7675. "dependencies": {
  7676. "acorn": "^8.14.0",
  7677. "escape-string-regexp": "^5.0.0",
  7678. "estree-walker": "^3.0.3",
  7679. "local-pkg": "^1.0.0",
  7680. "magic-string": "^0.30.17",
  7681. "mlly": "^1.7.4",
  7682. "pathe": "^2.0.3",
  7683. "picomatch": "^4.0.2",
  7684. "pkg-types": "^1.3.1",
  7685. "scule": "^1.3.0",
  7686. "strip-literal": "^3.0.0",
  7687. "tinyglobby": "^0.2.11",
  7688. "unplugin": "^2.2.0",
  7689. "unplugin-utils": "^0.2.4"
  7690. },
  7691. "engines": {
  7692. "node": ">=18.12.0"
  7693. }
  7694. },
  7695. "node_modules/nuxt-site-config-kit/node_modules/unimport/node_modules/pkg-types": {
  7696. "version": "1.3.1",
  7697. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  7698. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  7699. "dependencies": {
  7700. "confbox": "^0.1.8",
  7701. "mlly": "^1.7.4",
  7702. "pathe": "^2.0.1"
  7703. }
  7704. },
  7705. "node_modules/nuxt-site-config-kit/node_modules/unplugin": {
  7706. "version": "2.2.0",
  7707. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.2.0.tgz",
  7708. "integrity": "sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==",
  7709. "dependencies": {
  7710. "acorn": "^8.14.0",
  7711. "webpack-virtual-modules": "^0.6.2"
  7712. },
  7713. "engines": {
  7714. "node": ">=18.12.0"
  7715. }
  7716. },
  7717. "node_modules/nuxt-site-config/node_modules/@nuxt/kit": {
  7718. "version": "3.15.4",
  7719. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.15.4.tgz",
  7720. "integrity": "sha512-dr7I7eZOoRLl4uxdxeL2dQsH0OrbEiVPIyBHnBpA4co24CBnoJoF+JINuP9l3PAM3IhUzc5JIVq3/YY3lEc3Hw==",
  7721. "dependencies": {
  7722. "c12": "^2.0.1",
  7723. "consola": "^3.4.0",
  7724. "defu": "^6.1.4",
  7725. "destr": "^2.0.3",
  7726. "globby": "^14.0.2",
  7727. "ignore": "^7.0.3",
  7728. "jiti": "^2.4.2",
  7729. "klona": "^2.0.6",
  7730. "knitwork": "^1.2.0",
  7731. "mlly": "^1.7.4",
  7732. "ohash": "^1.1.4",
  7733. "pathe": "^2.0.2",
  7734. "pkg-types": "^1.3.1",
  7735. "scule": "^1.3.0",
  7736. "semver": "^7.6.3",
  7737. "std-env": "^3.8.0",
  7738. "ufo": "^1.5.4",
  7739. "unctx": "^2.4.1",
  7740. "unimport": "^4.0.0",
  7741. "untyped": "^1.5.2"
  7742. },
  7743. "engines": {
  7744. "node": ">=18.12.0"
  7745. }
  7746. },
  7747. "node_modules/nuxt-site-config/node_modules/@nuxt/kit/node_modules/pkg-types": {
  7748. "version": "1.3.1",
  7749. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  7750. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  7751. "dependencies": {
  7752. "confbox": "^0.1.8",
  7753. "mlly": "^1.7.4",
  7754. "pathe": "^2.0.1"
  7755. }
  7756. },
  7757. "node_modules/nuxt-site-config/node_modules/fdir": {
  7758. "version": "6.4.3",
  7759. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.3.tgz",
  7760. "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
  7761. "peerDependencies": {
  7762. "picomatch": "^3 || ^4"
  7763. },
  7764. "peerDependenciesMeta": {
  7765. "picomatch": {
  7766. "optional": true
  7767. }
  7768. }
  7769. },
  7770. "node_modules/nuxt-site-config/node_modules/local-pkg": {
  7771. "version": "1.1.1",
  7772. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
  7773. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  7774. "dependencies": {
  7775. "mlly": "^1.7.4",
  7776. "pkg-types": "^2.0.1",
  7777. "quansync": "^0.2.8"
  7778. },
  7779. "engines": {
  7780. "node": ">=14"
  7781. },
  7782. "funding": {
  7783. "url": "https://github.com/sponsors/antfu"
  7784. }
  7785. },
  7786. "node_modules/nuxt-site-config/node_modules/magic-string": {
  7787. "version": "0.30.17",
  7788. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  7789. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  7790. "dependencies": {
  7791. "@jridgewell/sourcemap-codec": "^1.5.0"
  7792. }
  7793. },
  7794. "node_modules/nuxt-site-config/node_modules/picomatch": {
  7795. "version": "4.0.2",
  7796. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  7797. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  7798. "engines": {
  7799. "node": ">=12"
  7800. },
  7801. "funding": {
  7802. "url": "https://github.com/sponsors/jonschlinkert"
  7803. }
  7804. },
  7805. "node_modules/nuxt-site-config/node_modules/pkg-types": {
  7806. "version": "2.1.0",
  7807. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz",
  7808. "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
  7809. "dependencies": {
  7810. "confbox": "^0.2.1",
  7811. "exsolve": "^1.0.1",
  7812. "pathe": "^2.0.3"
  7813. }
  7814. },
  7815. "node_modules/nuxt-site-config/node_modules/pkg-types/node_modules/confbox": {
  7816. "version": "0.2.1",
  7817. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.1.tgz",
  7818. "integrity": "sha512-hkT3yDPFbs95mNCy1+7qNKC6Pro+/ibzYxtM2iqEigpf0sVw+bg4Zh9/snjsBcf990vfIsg5+1U7VyiyBb3etg=="
  7819. },
  7820. "node_modules/nuxt-site-config/node_modules/tinyglobby": {
  7821. "version": "0.2.12",
  7822. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.12.tgz",
  7823. "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==",
  7824. "dependencies": {
  7825. "fdir": "^6.4.3",
  7826. "picomatch": "^4.0.2"
  7827. },
  7828. "engines": {
  7829. "node": ">=12.0.0"
  7830. },
  7831. "funding": {
  7832. "url": "https://github.com/sponsors/SuperchupuDev"
  7833. }
  7834. },
  7835. "node_modules/nuxt-site-config/node_modules/unimport": {
  7836. "version": "4.1.2",
  7837. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.1.2.tgz",
  7838. "integrity": "sha512-oVUL7PSlyVV3QRhsdcyYEMaDX8HJyS/CnUonEJTYA3//bWO+o/4gG8F7auGWWWkrrxBQBYOO8DKe+C53ktpRXw==",
  7839. "dependencies": {
  7840. "acorn": "^8.14.0",
  7841. "escape-string-regexp": "^5.0.0",
  7842. "estree-walker": "^3.0.3",
  7843. "local-pkg": "^1.0.0",
  7844. "magic-string": "^0.30.17",
  7845. "mlly": "^1.7.4",
  7846. "pathe": "^2.0.3",
  7847. "picomatch": "^4.0.2",
  7848. "pkg-types": "^1.3.1",
  7849. "scule": "^1.3.0",
  7850. "strip-literal": "^3.0.0",
  7851. "tinyglobby": "^0.2.11",
  7852. "unplugin": "^2.2.0",
  7853. "unplugin-utils": "^0.2.4"
  7854. },
  7855. "engines": {
  7856. "node": ">=18.12.0"
  7857. }
  7858. },
  7859. "node_modules/nuxt-site-config/node_modules/unimport/node_modules/pkg-types": {
  7860. "version": "1.3.1",
  7861. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  7862. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  7863. "dependencies": {
  7864. "confbox": "^0.1.8",
  7865. "mlly": "^1.7.4",
  7866. "pathe": "^2.0.1"
  7867. }
  7868. },
  7869. "node_modules/nuxt-site-config/node_modules/unplugin": {
  7870. "version": "2.2.0",
  7871. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.2.0.tgz",
  7872. "integrity": "sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==",
  7873. "dependencies": {
  7874. "acorn": "^8.14.0",
  7875. "webpack-virtual-modules": "^0.6.2"
  7876. },
  7877. "engines": {
  7878. "node": ">=18.12.0"
  7879. }
  7880. },
  7881. "node_modules/nuxt/node_modules/magic-string": {
  7882. "version": "0.30.17",
  7883. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  7884. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  7885. "dependencies": {
  7886. "@jridgewell/sourcemap-codec": "^1.5.0"
  7887. }
  7888. },
  7889. "node_modules/nuxt/node_modules/nypm": {
  7890. "version": "0.4.1",
  7891. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.4.1.tgz",
  7892. "integrity": "sha512-1b9mihliBh8UCcKtcGRu//G50iHpjxIQVUqkdhPT/SDVE7KdJKoHXLS0heuYTQCx95dFqiyUbXZB9r8ikn+93g==",
  7893. "dependencies": {
  7894. "citty": "^0.1.6",
  7895. "consola": "^3.2.3",
  7896. "pathe": "^1.1.2",
  7897. "pkg-types": "^1.2.1",
  7898. "tinyexec": "^0.3.1",
  7899. "ufo": "^1.5.4"
  7900. },
  7901. "bin": {
  7902. "nypm": "dist/cli.mjs"
  7903. },
  7904. "engines": {
  7905. "node": "^14.16.0 || >=16.10.0"
  7906. }
  7907. },
  7908. "node_modules/nuxt/node_modules/nypm/node_modules/pathe": {
  7909. "version": "1.1.2",
  7910. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  7911. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  7912. },
  7913. "node_modules/nuxt/node_modules/unplugin": {
  7914. "version": "2.1.2",
  7915. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.1.2.tgz",
  7916. "integrity": "sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==",
  7917. "dependencies": {
  7918. "acorn": "^8.14.0",
  7919. "webpack-virtual-modules": "^0.6.2"
  7920. },
  7921. "engines": {
  7922. "node": ">=18.12.0"
  7923. }
  7924. },
  7925. "node_modules/nypm": {
  7926. "version": "0.3.12",
  7927. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.3.12.tgz",
  7928. "integrity": "sha512-D3pzNDWIvgA+7IORhD/IuWzEk4uXv6GsgOxiid4UU3h9oq5IqV1KtPDi63n4sZJ/xcWlr88c0QM2RgN5VbOhFA==",
  7929. "dependencies": {
  7930. "citty": "^0.1.6",
  7931. "consola": "^3.2.3",
  7932. "execa": "^8.0.1",
  7933. "pathe": "^1.1.2",
  7934. "pkg-types": "^1.2.0",
  7935. "ufo": "^1.5.4"
  7936. },
  7937. "bin": {
  7938. "nypm": "dist/cli.mjs"
  7939. },
  7940. "engines": {
  7941. "node": "^14.16.0 || >=16.10.0"
  7942. }
  7943. },
  7944. "node_modules/nypm/node_modules/execa": {
  7945. "version": "8.0.1",
  7946. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  7947. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  7948. "dependencies": {
  7949. "cross-spawn": "^7.0.3",
  7950. "get-stream": "^8.0.1",
  7951. "human-signals": "^5.0.0",
  7952. "is-stream": "^3.0.0",
  7953. "merge-stream": "^2.0.0",
  7954. "npm-run-path": "^5.1.0",
  7955. "onetime": "^6.0.0",
  7956. "signal-exit": "^4.1.0",
  7957. "strip-final-newline": "^3.0.0"
  7958. },
  7959. "engines": {
  7960. "node": ">=16.17"
  7961. },
  7962. "funding": {
  7963. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7964. }
  7965. },
  7966. "node_modules/nypm/node_modules/get-stream": {
  7967. "version": "8.0.1",
  7968. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  7969. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  7970. "engines": {
  7971. "node": ">=16"
  7972. },
  7973. "funding": {
  7974. "url": "https://github.com/sponsors/sindresorhus"
  7975. }
  7976. },
  7977. "node_modules/nypm/node_modules/human-signals": {
  7978. "version": "5.0.0",
  7979. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  7980. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  7981. "engines": {
  7982. "node": ">=16.17.0"
  7983. }
  7984. },
  7985. "node_modules/nypm/node_modules/pathe": {
  7986. "version": "1.1.2",
  7987. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  7988. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  7989. },
  7990. "node_modules/nypm/node_modules/signal-exit": {
  7991. "version": "4.1.0",
  7992. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  7993. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  7994. "engines": {
  7995. "node": ">=14"
  7996. },
  7997. "funding": {
  7998. "url": "https://github.com/sponsors/isaacs"
  7999. }
  8000. },
  8001. "node_modules/object-copy": {
  8002. "version": "0.1.0",
  8003. "resolved": "https://registry.npmmirror.com/object-copy/-/object-copy-0.1.0.tgz",
  8004. "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==",
  8005. "dependencies": {
  8006. "copy-descriptor": "^0.1.0",
  8007. "define-property": "^0.2.5",
  8008. "kind-of": "^3.0.3"
  8009. },
  8010. "engines": {
  8011. "node": ">=0.10.0"
  8012. }
  8013. },
  8014. "node_modules/object-copy/node_modules/define-property": {
  8015. "version": "0.2.5",
  8016. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
  8017. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  8018. "dependencies": {
  8019. "is-descriptor": "^0.1.0"
  8020. },
  8021. "engines": {
  8022. "node": ">=0.10.0"
  8023. }
  8024. },
  8025. "node_modules/object-copy/node_modules/is-descriptor": {
  8026. "version": "0.1.7",
  8027. "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
  8028. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  8029. "dependencies": {
  8030. "is-accessor-descriptor": "^1.0.1",
  8031. "is-data-descriptor": "^1.0.1"
  8032. },
  8033. "engines": {
  8034. "node": ">= 0.4"
  8035. }
  8036. },
  8037. "node_modules/object-copy/node_modules/kind-of": {
  8038. "version": "3.2.2",
  8039. "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
  8040. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  8041. "dependencies": {
  8042. "is-buffer": "^1.1.5"
  8043. },
  8044. "engines": {
  8045. "node": ">=0.10.0"
  8046. }
  8047. },
  8048. "node_modules/object-visit": {
  8049. "version": "1.0.1",
  8050. "resolved": "https://registry.npmmirror.com/object-visit/-/object-visit-1.0.1.tgz",
  8051. "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==",
  8052. "dependencies": {
  8053. "isobject": "^3.0.0"
  8054. },
  8055. "engines": {
  8056. "node": ">=0.10.0"
  8057. }
  8058. },
  8059. "node_modules/object.pick": {
  8060. "version": "1.3.0",
  8061. "resolved": "https://registry.npmmirror.com/object.pick/-/object.pick-1.3.0.tgz",
  8062. "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
  8063. "dependencies": {
  8064. "isobject": "^3.0.1"
  8065. },
  8066. "engines": {
  8067. "node": ">=0.10.0"
  8068. }
  8069. },
  8070. "node_modules/ofetch": {
  8071. "version": "1.4.1",
  8072. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.4.1.tgz",
  8073. "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
  8074. "dependencies": {
  8075. "destr": "^2.0.3",
  8076. "node-fetch-native": "^1.6.4",
  8077. "ufo": "^1.5.4"
  8078. }
  8079. },
  8080. "node_modules/ohash": {
  8081. "version": "1.1.4",
  8082. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-1.1.4.tgz",
  8083. "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
  8084. },
  8085. "node_modules/on-finished": {
  8086. "version": "2.4.1",
  8087. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  8088. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  8089. "dependencies": {
  8090. "ee-first": "1.1.1"
  8091. },
  8092. "engines": {
  8093. "node": ">= 0.8"
  8094. }
  8095. },
  8096. "node_modules/once": {
  8097. "version": "1.4.0",
  8098. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  8099. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  8100. "dependencies": {
  8101. "wrappy": "1"
  8102. }
  8103. },
  8104. "node_modules/onetime": {
  8105. "version": "6.0.0",
  8106. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
  8107. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  8108. "dependencies": {
  8109. "mimic-fn": "^4.0.0"
  8110. },
  8111. "engines": {
  8112. "node": ">=12"
  8113. },
  8114. "funding": {
  8115. "url": "https://github.com/sponsors/sindresorhus"
  8116. }
  8117. },
  8118. "node_modules/open": {
  8119. "version": "8.4.2",
  8120. "resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
  8121. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  8122. "dependencies": {
  8123. "define-lazy-prop": "^2.0.0",
  8124. "is-docker": "^2.1.1",
  8125. "is-wsl": "^2.2.0"
  8126. },
  8127. "engines": {
  8128. "node": ">=12"
  8129. },
  8130. "funding": {
  8131. "url": "https://github.com/sponsors/sindresorhus"
  8132. }
  8133. },
  8134. "node_modules/open/node_modules/is-docker": {
  8135. "version": "2.2.1",
  8136. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
  8137. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  8138. "bin": {
  8139. "is-docker": "cli.js"
  8140. },
  8141. "engines": {
  8142. "node": ">=8"
  8143. },
  8144. "funding": {
  8145. "url": "https://github.com/sponsors/sindresorhus"
  8146. }
  8147. },
  8148. "node_modules/open/node_modules/is-wsl": {
  8149. "version": "2.2.0",
  8150. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
  8151. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  8152. "dependencies": {
  8153. "is-docker": "^2.0.0"
  8154. },
  8155. "engines": {
  8156. "node": ">=8"
  8157. }
  8158. },
  8159. "node_modules/openapi-typescript": {
  8160. "version": "7.5.2",
  8161. "resolved": "https://registry.npmmirror.com/openapi-typescript/-/openapi-typescript-7.5.2.tgz",
  8162. "integrity": "sha512-W/QXuQz0Fa3bGY6LKoqTCgrSX+xI/ST+E5RXo2WBmp3WwgXCWKDJPHv5GZmElF4yLCccnqYsakBDOJikHZYGRw==",
  8163. "dependencies": {
  8164. "@redocly/openapi-core": "^1.27.0",
  8165. "ansi-colors": "^4.1.3",
  8166. "change-case": "^5.4.4",
  8167. "parse-json": "^8.1.0",
  8168. "supports-color": "^9.4.0",
  8169. "yargs-parser": "^21.1.1"
  8170. },
  8171. "bin": {
  8172. "openapi-typescript": "bin/cli.js"
  8173. },
  8174. "peerDependencies": {
  8175. "typescript": "^5.x"
  8176. }
  8177. },
  8178. "node_modules/p-limit": {
  8179. "version": "2.3.0",
  8180. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
  8181. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  8182. "dependencies": {
  8183. "p-try": "^2.0.0"
  8184. },
  8185. "engines": {
  8186. "node": ">=6"
  8187. },
  8188. "funding": {
  8189. "url": "https://github.com/sponsors/sindresorhus"
  8190. }
  8191. },
  8192. "node_modules/p-locate": {
  8193. "version": "4.1.0",
  8194. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz",
  8195. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  8196. "dependencies": {
  8197. "p-limit": "^2.2.0"
  8198. },
  8199. "engines": {
  8200. "node": ">=8"
  8201. }
  8202. },
  8203. "node_modules/p-try": {
  8204. "version": "2.2.0",
  8205. "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz",
  8206. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  8207. "engines": {
  8208. "node": ">=6"
  8209. }
  8210. },
  8211. "node_modules/package-json-from-dist": {
  8212. "version": "1.0.1",
  8213. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  8214. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
  8215. },
  8216. "node_modules/package-manager-detector": {
  8217. "version": "0.2.8",
  8218. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-0.2.8.tgz",
  8219. "integrity": "sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA=="
  8220. },
  8221. "node_modules/packrup": {
  8222. "version": "0.1.2",
  8223. "resolved": "https://registry.npmmirror.com/packrup/-/packrup-0.1.2.tgz",
  8224. "integrity": "sha512-ZcKU7zrr5GlonoS9cxxrb5HVswGnyj6jQvwFBa6p5VFw7G71VAHcUKL5wyZSU/ECtPM/9gacWxy2KFQKt1gMNA==",
  8225. "funding": {
  8226. "url": "https://github.com/sponsors/harlan-zw"
  8227. }
  8228. },
  8229. "node_modules/parse-git-config": {
  8230. "version": "3.0.0",
  8231. "resolved": "https://registry.npmmirror.com/parse-git-config/-/parse-git-config-3.0.0.tgz",
  8232. "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  8233. "dependencies": {
  8234. "git-config-path": "^2.0.0",
  8235. "ini": "^1.3.5"
  8236. },
  8237. "engines": {
  8238. "node": ">=8"
  8239. }
  8240. },
  8241. "node_modules/parse-git-config/node_modules/ini": {
  8242. "version": "1.3.8",
  8243. "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
  8244. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  8245. },
  8246. "node_modules/parse-json": {
  8247. "version": "8.1.0",
  8248. "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-8.1.0.tgz",
  8249. "integrity": "sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==",
  8250. "dependencies": {
  8251. "@babel/code-frame": "^7.22.13",
  8252. "index-to-position": "^0.1.2",
  8253. "type-fest": "^4.7.1"
  8254. },
  8255. "engines": {
  8256. "node": ">=18"
  8257. },
  8258. "funding": {
  8259. "url": "https://github.com/sponsors/sindresorhus"
  8260. }
  8261. },
  8262. "node_modules/parse-ms": {
  8263. "version": "4.0.0",
  8264. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  8265. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  8266. "engines": {
  8267. "node": ">=18"
  8268. },
  8269. "funding": {
  8270. "url": "https://github.com/sponsors/sindresorhus"
  8271. }
  8272. },
  8273. "node_modules/parse-node-version": {
  8274. "version": "1.0.1",
  8275. "resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz",
  8276. "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
  8277. "engines": {
  8278. "node": ">= 0.10"
  8279. }
  8280. },
  8281. "node_modules/parse-path": {
  8282. "version": "7.0.0",
  8283. "resolved": "https://registry.npmmirror.com/parse-path/-/parse-path-7.0.0.tgz",
  8284. "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==",
  8285. "dependencies": {
  8286. "protocols": "^2.0.0"
  8287. }
  8288. },
  8289. "node_modules/parse-url": {
  8290. "version": "9.2.0",
  8291. "resolved": "https://registry.npmmirror.com/parse-url/-/parse-url-9.2.0.tgz",
  8292. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  8293. "dependencies": {
  8294. "@types/parse-path": "^7.0.0",
  8295. "parse-path": "^7.0.0"
  8296. },
  8297. "engines": {
  8298. "node": ">=14.13.0"
  8299. }
  8300. },
  8301. "node_modules/parse5": {
  8302. "version": "7.2.1",
  8303. "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.2.1.tgz",
  8304. "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
  8305. "dependencies": {
  8306. "entities": "^4.5.0"
  8307. },
  8308. "funding": {
  8309. "url": "https://github.com/inikulin/parse5?sponsor=1"
  8310. }
  8311. },
  8312. "node_modules/parse5-htmlparser2-tree-adapter": {
  8313. "version": "7.1.0",
  8314. "resolved": "https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz",
  8315. "integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==",
  8316. "dependencies": {
  8317. "domhandler": "^5.0.3",
  8318. "parse5": "^7.0.0"
  8319. },
  8320. "funding": {
  8321. "url": "https://github.com/inikulin/parse5?sponsor=1"
  8322. }
  8323. },
  8324. "node_modules/parse5-parser-stream": {
  8325. "version": "7.1.2",
  8326. "resolved": "https://registry.npmmirror.com/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
  8327. "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
  8328. "dependencies": {
  8329. "parse5": "^7.0.0"
  8330. },
  8331. "funding": {
  8332. "url": "https://github.com/inikulin/parse5?sponsor=1"
  8333. }
  8334. },
  8335. "node_modules/parseurl": {
  8336. "version": "1.3.3",
  8337. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  8338. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  8339. "engines": {
  8340. "node": ">= 0.8"
  8341. }
  8342. },
  8343. "node_modules/pascalcase": {
  8344. "version": "0.1.1",
  8345. "resolved": "https://registry.npmmirror.com/pascalcase/-/pascalcase-0.1.1.tgz",
  8346. "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==",
  8347. "engines": {
  8348. "node": ">=0.10.0"
  8349. }
  8350. },
  8351. "node_modules/path-exists": {
  8352. "version": "4.0.0",
  8353. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  8354. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  8355. "engines": {
  8356. "node": ">=8"
  8357. }
  8358. },
  8359. "node_modules/path-is-absolute": {
  8360. "version": "1.0.1",
  8361. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  8362. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  8363. "engines": {
  8364. "node": ">=0.10.0"
  8365. }
  8366. },
  8367. "node_modules/path-key": {
  8368. "version": "3.1.1",
  8369. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  8370. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  8371. "engines": {
  8372. "node": ">=8"
  8373. }
  8374. },
  8375. "node_modules/path-parse": {
  8376. "version": "1.0.7",
  8377. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  8378. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  8379. },
  8380. "node_modules/path-scurry": {
  8381. "version": "1.11.1",
  8382. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  8383. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  8384. "dependencies": {
  8385. "lru-cache": "^10.2.0",
  8386. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  8387. },
  8388. "engines": {
  8389. "node": ">=16 || 14 >=14.18"
  8390. },
  8391. "funding": {
  8392. "url": "https://github.com/sponsors/isaacs"
  8393. }
  8394. },
  8395. "node_modules/path-scurry/node_modules/lru-cache": {
  8396. "version": "10.4.3",
  8397. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  8398. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  8399. },
  8400. "node_modules/path-type": {
  8401. "version": "5.0.0",
  8402. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-5.0.0.tgz",
  8403. "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
  8404. "engines": {
  8405. "node": ">=12"
  8406. },
  8407. "funding": {
  8408. "url": "https://github.com/sponsors/sindresorhus"
  8409. }
  8410. },
  8411. "node_modules/pathe": {
  8412. "version": "2.0.3",
  8413. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  8414. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w=="
  8415. },
  8416. "node_modules/perfect-debounce": {
  8417. "version": "1.0.0",
  8418. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  8419. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
  8420. },
  8421. "node_modules/picocolors": {
  8422. "version": "1.1.1",
  8423. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  8424. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
  8425. },
  8426. "node_modules/picomatch": {
  8427. "version": "2.3.1",
  8428. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  8429. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  8430. "engines": {
  8431. "node": ">=8.6"
  8432. },
  8433. "funding": {
  8434. "url": "https://github.com/sponsors/jonschlinkert"
  8435. }
  8436. },
  8437. "node_modules/pify": {
  8438. "version": "4.0.1",
  8439. "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
  8440. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  8441. "optional": true,
  8442. "engines": {
  8443. "node": ">=6"
  8444. }
  8445. },
  8446. "node_modules/pinia": {
  8447. "version": "2.3.1",
  8448. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.3.1.tgz",
  8449. "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
  8450. "dependencies": {
  8451. "@vue/devtools-api": "^6.6.3",
  8452. "vue-demi": "^0.14.10"
  8453. },
  8454. "funding": {
  8455. "url": "https://github.com/sponsors/posva"
  8456. },
  8457. "peerDependencies": {
  8458. "typescript": ">=4.4.4",
  8459. "vue": "^2.7.0 || ^3.5.11"
  8460. },
  8461. "peerDependenciesMeta": {
  8462. "typescript": {
  8463. "optional": true
  8464. }
  8465. }
  8466. },
  8467. "node_modules/pkg-types": {
  8468. "version": "1.3.1",
  8469. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  8470. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8471. "dependencies": {
  8472. "confbox": "^0.1.8",
  8473. "mlly": "^1.7.4",
  8474. "pathe": "^2.0.1"
  8475. }
  8476. },
  8477. "node_modules/pluralize": {
  8478. "version": "8.0.0",
  8479. "resolved": "https://registry.npmmirror.com/pluralize/-/pluralize-8.0.0.tgz",
  8480. "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
  8481. "engines": {
  8482. "node": ">=4"
  8483. }
  8484. },
  8485. "node_modules/posix-character-classes": {
  8486. "version": "0.1.1",
  8487. "resolved": "https://registry.npmmirror.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
  8488. "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",
  8489. "engines": {
  8490. "node": ">=0.10.0"
  8491. }
  8492. },
  8493. "node_modules/postcss": {
  8494. "version": "8.5.1",
  8495. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.1.tgz",
  8496. "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
  8497. "funding": [
  8498. {
  8499. "type": "opencollective",
  8500. "url": "https://opencollective.com/postcss/"
  8501. },
  8502. {
  8503. "type": "tidelift",
  8504. "url": "https://tidelift.com/funding/github/npm/postcss"
  8505. },
  8506. {
  8507. "type": "github",
  8508. "url": "https://github.com/sponsors/ai"
  8509. }
  8510. ],
  8511. "dependencies": {
  8512. "nanoid": "^3.3.8",
  8513. "picocolors": "^1.1.1",
  8514. "source-map-js": "^1.2.1"
  8515. },
  8516. "engines": {
  8517. "node": "^10 || ^12 || >=14"
  8518. }
  8519. },
  8520. "node_modules/postcss-calc": {
  8521. "version": "10.1.0",
  8522. "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.1.0.tgz",
  8523. "integrity": "sha512-uQ/LDGsf3mgsSUEXmAt3VsCSHR3aKqtEIkmB+4PhzYwRYOW5MZs/GhCCFpsOtJJkP6EC6uGipbrnaTjqaJZcJw==",
  8524. "dependencies": {
  8525. "postcss-selector-parser": "^7.0.0",
  8526. "postcss-value-parser": "^4.2.0"
  8527. },
  8528. "engines": {
  8529. "node": "^18.12 || ^20.9 || >=22.0"
  8530. },
  8531. "peerDependencies": {
  8532. "postcss": "^8.4.38"
  8533. }
  8534. },
  8535. "node_modules/postcss-colormin": {
  8536. "version": "7.0.2",
  8537. "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.2.tgz",
  8538. "integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==",
  8539. "dependencies": {
  8540. "browserslist": "^4.23.3",
  8541. "caniuse-api": "^3.0.0",
  8542. "colord": "^2.9.3",
  8543. "postcss-value-parser": "^4.2.0"
  8544. },
  8545. "engines": {
  8546. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8547. },
  8548. "peerDependencies": {
  8549. "postcss": "^8.4.31"
  8550. }
  8551. },
  8552. "node_modules/postcss-convert-values": {
  8553. "version": "7.0.4",
  8554. "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz",
  8555. "integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==",
  8556. "dependencies": {
  8557. "browserslist": "^4.23.3",
  8558. "postcss-value-parser": "^4.2.0"
  8559. },
  8560. "engines": {
  8561. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8562. },
  8563. "peerDependencies": {
  8564. "postcss": "^8.4.31"
  8565. }
  8566. },
  8567. "node_modules/postcss-discard-comments": {
  8568. "version": "7.0.3",
  8569. "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz",
  8570. "integrity": "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==",
  8571. "dependencies": {
  8572. "postcss-selector-parser": "^6.1.2"
  8573. },
  8574. "engines": {
  8575. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8576. },
  8577. "peerDependencies": {
  8578. "postcss": "^8.4.31"
  8579. }
  8580. },
  8581. "node_modules/postcss-discard-comments/node_modules/postcss-selector-parser": {
  8582. "version": "6.1.2",
  8583. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  8584. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  8585. "dependencies": {
  8586. "cssesc": "^3.0.0",
  8587. "util-deprecate": "^1.0.2"
  8588. },
  8589. "engines": {
  8590. "node": ">=4"
  8591. }
  8592. },
  8593. "node_modules/postcss-discard-duplicates": {
  8594. "version": "7.0.1",
  8595. "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz",
  8596. "integrity": "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==",
  8597. "engines": {
  8598. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8599. },
  8600. "peerDependencies": {
  8601. "postcss": "^8.4.31"
  8602. }
  8603. },
  8604. "node_modules/postcss-discard-empty": {
  8605. "version": "7.0.0",
  8606. "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz",
  8607. "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==",
  8608. "engines": {
  8609. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8610. },
  8611. "peerDependencies": {
  8612. "postcss": "^8.4.31"
  8613. }
  8614. },
  8615. "node_modules/postcss-discard-overridden": {
  8616. "version": "7.0.0",
  8617. "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz",
  8618. "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==",
  8619. "engines": {
  8620. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8621. },
  8622. "peerDependencies": {
  8623. "postcss": "^8.4.31"
  8624. }
  8625. },
  8626. "node_modules/postcss-merge-longhand": {
  8627. "version": "7.0.4",
  8628. "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz",
  8629. "integrity": "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==",
  8630. "dependencies": {
  8631. "postcss-value-parser": "^4.2.0",
  8632. "stylehacks": "^7.0.4"
  8633. },
  8634. "engines": {
  8635. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8636. },
  8637. "peerDependencies": {
  8638. "postcss": "^8.4.31"
  8639. }
  8640. },
  8641. "node_modules/postcss-merge-rules": {
  8642. "version": "7.0.4",
  8643. "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz",
  8644. "integrity": "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==",
  8645. "dependencies": {
  8646. "browserslist": "^4.23.3",
  8647. "caniuse-api": "^3.0.0",
  8648. "cssnano-utils": "^5.0.0",
  8649. "postcss-selector-parser": "^6.1.2"
  8650. },
  8651. "engines": {
  8652. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8653. },
  8654. "peerDependencies": {
  8655. "postcss": "^8.4.31"
  8656. }
  8657. },
  8658. "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": {
  8659. "version": "6.1.2",
  8660. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  8661. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  8662. "dependencies": {
  8663. "cssesc": "^3.0.0",
  8664. "util-deprecate": "^1.0.2"
  8665. },
  8666. "engines": {
  8667. "node": ">=4"
  8668. }
  8669. },
  8670. "node_modules/postcss-minify-font-values": {
  8671. "version": "7.0.0",
  8672. "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz",
  8673. "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==",
  8674. "dependencies": {
  8675. "postcss-value-parser": "^4.2.0"
  8676. },
  8677. "engines": {
  8678. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8679. },
  8680. "peerDependencies": {
  8681. "postcss": "^8.4.31"
  8682. }
  8683. },
  8684. "node_modules/postcss-minify-gradients": {
  8685. "version": "7.0.0",
  8686. "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz",
  8687. "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==",
  8688. "dependencies": {
  8689. "colord": "^2.9.3",
  8690. "cssnano-utils": "^5.0.0",
  8691. "postcss-value-parser": "^4.2.0"
  8692. },
  8693. "engines": {
  8694. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8695. },
  8696. "peerDependencies": {
  8697. "postcss": "^8.4.31"
  8698. }
  8699. },
  8700. "node_modules/postcss-minify-params": {
  8701. "version": "7.0.2",
  8702. "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz",
  8703. "integrity": "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==",
  8704. "dependencies": {
  8705. "browserslist": "^4.23.3",
  8706. "cssnano-utils": "^5.0.0",
  8707. "postcss-value-parser": "^4.2.0"
  8708. },
  8709. "engines": {
  8710. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8711. },
  8712. "peerDependencies": {
  8713. "postcss": "^8.4.31"
  8714. }
  8715. },
  8716. "node_modules/postcss-minify-selectors": {
  8717. "version": "7.0.4",
  8718. "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz",
  8719. "integrity": "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==",
  8720. "dependencies": {
  8721. "cssesc": "^3.0.0",
  8722. "postcss-selector-parser": "^6.1.2"
  8723. },
  8724. "engines": {
  8725. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8726. },
  8727. "peerDependencies": {
  8728. "postcss": "^8.4.31"
  8729. }
  8730. },
  8731. "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": {
  8732. "version": "6.1.2",
  8733. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  8734. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  8735. "dependencies": {
  8736. "cssesc": "^3.0.0",
  8737. "util-deprecate": "^1.0.2"
  8738. },
  8739. "engines": {
  8740. "node": ">=4"
  8741. }
  8742. },
  8743. "node_modules/postcss-normalize-charset": {
  8744. "version": "7.0.0",
  8745. "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz",
  8746. "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==",
  8747. "engines": {
  8748. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8749. },
  8750. "peerDependencies": {
  8751. "postcss": "^8.4.31"
  8752. }
  8753. },
  8754. "node_modules/postcss-normalize-display-values": {
  8755. "version": "7.0.0",
  8756. "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz",
  8757. "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==",
  8758. "dependencies": {
  8759. "postcss-value-parser": "^4.2.0"
  8760. },
  8761. "engines": {
  8762. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8763. },
  8764. "peerDependencies": {
  8765. "postcss": "^8.4.31"
  8766. }
  8767. },
  8768. "node_modules/postcss-normalize-positions": {
  8769. "version": "7.0.0",
  8770. "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz",
  8771. "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==",
  8772. "dependencies": {
  8773. "postcss-value-parser": "^4.2.0"
  8774. },
  8775. "engines": {
  8776. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8777. },
  8778. "peerDependencies": {
  8779. "postcss": "^8.4.31"
  8780. }
  8781. },
  8782. "node_modules/postcss-normalize-repeat-style": {
  8783. "version": "7.0.0",
  8784. "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz",
  8785. "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==",
  8786. "dependencies": {
  8787. "postcss-value-parser": "^4.2.0"
  8788. },
  8789. "engines": {
  8790. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8791. },
  8792. "peerDependencies": {
  8793. "postcss": "^8.4.31"
  8794. }
  8795. },
  8796. "node_modules/postcss-normalize-string": {
  8797. "version": "7.0.0",
  8798. "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz",
  8799. "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==",
  8800. "dependencies": {
  8801. "postcss-value-parser": "^4.2.0"
  8802. },
  8803. "engines": {
  8804. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8805. },
  8806. "peerDependencies": {
  8807. "postcss": "^8.4.31"
  8808. }
  8809. },
  8810. "node_modules/postcss-normalize-timing-functions": {
  8811. "version": "7.0.0",
  8812. "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz",
  8813. "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==",
  8814. "dependencies": {
  8815. "postcss-value-parser": "^4.2.0"
  8816. },
  8817. "engines": {
  8818. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8819. },
  8820. "peerDependencies": {
  8821. "postcss": "^8.4.31"
  8822. }
  8823. },
  8824. "node_modules/postcss-normalize-unicode": {
  8825. "version": "7.0.2",
  8826. "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz",
  8827. "integrity": "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==",
  8828. "dependencies": {
  8829. "browserslist": "^4.23.3",
  8830. "postcss-value-parser": "^4.2.0"
  8831. },
  8832. "engines": {
  8833. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8834. },
  8835. "peerDependencies": {
  8836. "postcss": "^8.4.31"
  8837. }
  8838. },
  8839. "node_modules/postcss-normalize-url": {
  8840. "version": "7.0.0",
  8841. "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz",
  8842. "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==",
  8843. "dependencies": {
  8844. "postcss-value-parser": "^4.2.0"
  8845. },
  8846. "engines": {
  8847. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8848. },
  8849. "peerDependencies": {
  8850. "postcss": "^8.4.31"
  8851. }
  8852. },
  8853. "node_modules/postcss-normalize-whitespace": {
  8854. "version": "7.0.0",
  8855. "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz",
  8856. "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==",
  8857. "dependencies": {
  8858. "postcss-value-parser": "^4.2.0"
  8859. },
  8860. "engines": {
  8861. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8862. },
  8863. "peerDependencies": {
  8864. "postcss": "^8.4.31"
  8865. }
  8866. },
  8867. "node_modules/postcss-ordered-values": {
  8868. "version": "7.0.1",
  8869. "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz",
  8870. "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==",
  8871. "dependencies": {
  8872. "cssnano-utils": "^5.0.0",
  8873. "postcss-value-parser": "^4.2.0"
  8874. },
  8875. "engines": {
  8876. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8877. },
  8878. "peerDependencies": {
  8879. "postcss": "^8.4.31"
  8880. }
  8881. },
  8882. "node_modules/postcss-reduce-initial": {
  8883. "version": "7.0.2",
  8884. "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz",
  8885. "integrity": "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==",
  8886. "dependencies": {
  8887. "browserslist": "^4.23.3",
  8888. "caniuse-api": "^3.0.0"
  8889. },
  8890. "engines": {
  8891. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8892. },
  8893. "peerDependencies": {
  8894. "postcss": "^8.4.31"
  8895. }
  8896. },
  8897. "node_modules/postcss-reduce-transforms": {
  8898. "version": "7.0.0",
  8899. "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz",
  8900. "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==",
  8901. "dependencies": {
  8902. "postcss-value-parser": "^4.2.0"
  8903. },
  8904. "engines": {
  8905. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8906. },
  8907. "peerDependencies": {
  8908. "postcss": "^8.4.31"
  8909. }
  8910. },
  8911. "node_modules/postcss-selector-parser": {
  8912. "version": "7.0.0",
  8913. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
  8914. "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
  8915. "dependencies": {
  8916. "cssesc": "^3.0.0",
  8917. "util-deprecate": "^1.0.2"
  8918. },
  8919. "engines": {
  8920. "node": ">=4"
  8921. }
  8922. },
  8923. "node_modules/postcss-svgo": {
  8924. "version": "7.0.1",
  8925. "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.0.1.tgz",
  8926. "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==",
  8927. "dependencies": {
  8928. "postcss-value-parser": "^4.2.0",
  8929. "svgo": "^3.3.2"
  8930. },
  8931. "engines": {
  8932. "node": "^18.12.0 || ^20.9.0 || >= 18"
  8933. },
  8934. "peerDependencies": {
  8935. "postcss": "^8.4.31"
  8936. }
  8937. },
  8938. "node_modules/postcss-unique-selectors": {
  8939. "version": "7.0.3",
  8940. "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz",
  8941. "integrity": "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==",
  8942. "dependencies": {
  8943. "postcss-selector-parser": "^6.1.2"
  8944. },
  8945. "engines": {
  8946. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8947. },
  8948. "peerDependencies": {
  8949. "postcss": "^8.4.31"
  8950. }
  8951. },
  8952. "node_modules/postcss-unique-selectors/node_modules/postcss-selector-parser": {
  8953. "version": "6.1.2",
  8954. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  8955. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  8956. "dependencies": {
  8957. "cssesc": "^3.0.0",
  8958. "util-deprecate": "^1.0.2"
  8959. },
  8960. "engines": {
  8961. "node": ">=4"
  8962. }
  8963. },
  8964. "node_modules/postcss-value-parser": {
  8965. "version": "4.2.0",
  8966. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  8967. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  8968. },
  8969. "node_modules/postcss/node_modules/nanoid": {
  8970. "version": "3.3.8",
  8971. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz",
  8972. "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
  8973. "funding": [
  8974. {
  8975. "type": "github",
  8976. "url": "https://github.com/sponsors/ai"
  8977. }
  8978. ],
  8979. "bin": {
  8980. "nanoid": "bin/nanoid.cjs"
  8981. },
  8982. "engines": {
  8983. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8984. }
  8985. },
  8986. "node_modules/pretty-bytes": {
  8987. "version": "6.1.1",
  8988. "resolved": "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  8989. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  8990. "engines": {
  8991. "node": "^14.13.1 || >=16.0.0"
  8992. },
  8993. "funding": {
  8994. "url": "https://github.com/sponsors/sindresorhus"
  8995. }
  8996. },
  8997. "node_modules/pretty-ms": {
  8998. "version": "9.2.0",
  8999. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  9000. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  9001. "dependencies": {
  9002. "parse-ms": "^4.0.0"
  9003. },
  9004. "engines": {
  9005. "node": ">=18"
  9006. },
  9007. "funding": {
  9008. "url": "https://github.com/sponsors/sindresorhus"
  9009. }
  9010. },
  9011. "node_modules/process": {
  9012. "version": "0.11.10",
  9013. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  9014. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  9015. "engines": {
  9016. "node": ">= 0.6.0"
  9017. }
  9018. },
  9019. "node_modules/process-nextick-args": {
  9020. "version": "2.0.1",
  9021. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  9022. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  9023. },
  9024. "node_modules/prompts": {
  9025. "version": "2.4.2",
  9026. "resolved": "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz",
  9027. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  9028. "dependencies": {
  9029. "kleur": "^3.0.3",
  9030. "sisteransi": "^1.0.5"
  9031. },
  9032. "engines": {
  9033. "node": ">= 6"
  9034. }
  9035. },
  9036. "node_modules/protocols": {
  9037. "version": "2.0.1",
  9038. "resolved": "https://registry.npmmirror.com/protocols/-/protocols-2.0.1.tgz",
  9039. "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="
  9040. },
  9041. "node_modules/proxy-from-env": {
  9042. "version": "1.1.0",
  9043. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  9044. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  9045. },
  9046. "node_modules/prr": {
  9047. "version": "1.0.1",
  9048. "resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz",
  9049. "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
  9050. "optional": true
  9051. },
  9052. "node_modules/quansync": {
  9053. "version": "0.2.8",
  9054. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.8.tgz",
  9055. "integrity": "sha512-4+saucphJMazjt7iOM27mbFCk+D9dd/zmgMDCzRZ8MEoBfYp7lAvoN38et/phRQF6wOPMy/OROBGgoWeSKyluA==",
  9056. "funding": [
  9057. {
  9058. "type": "individual",
  9059. "url": "https://github.com/sponsors/antfu"
  9060. },
  9061. {
  9062. "type": "individual",
  9063. "url": "https://github.com/sponsors/sxzz"
  9064. }
  9065. ]
  9066. },
  9067. "node_modules/queue-microtask": {
  9068. "version": "1.2.3",
  9069. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  9070. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  9071. "funding": [
  9072. {
  9073. "type": "github",
  9074. "url": "https://github.com/sponsors/feross"
  9075. },
  9076. {
  9077. "type": "patreon",
  9078. "url": "https://www.patreon.com/feross"
  9079. },
  9080. {
  9081. "type": "consulting",
  9082. "url": "https://feross.org/support"
  9083. }
  9084. ]
  9085. },
  9086. "node_modules/queue-tick": {
  9087. "version": "1.0.1",
  9088. "resolved": "https://registry.npmmirror.com/queue-tick/-/queue-tick-1.0.1.tgz",
  9089. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  9090. },
  9091. "node_modules/radix3": {
  9092. "version": "1.1.2",
  9093. "resolved": "https://registry.npmmirror.com/radix3/-/radix3-1.1.2.tgz",
  9094. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
  9095. },
  9096. "node_modules/randombytes": {
  9097. "version": "2.1.0",
  9098. "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
  9099. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  9100. "dependencies": {
  9101. "safe-buffer": "^5.1.0"
  9102. }
  9103. },
  9104. "node_modules/range-parser": {
  9105. "version": "1.2.1",
  9106. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  9107. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  9108. "engines": {
  9109. "node": ">= 0.6"
  9110. }
  9111. },
  9112. "node_modules/rc9": {
  9113. "version": "2.1.2",
  9114. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
  9115. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  9116. "dependencies": {
  9117. "defu": "^6.1.4",
  9118. "destr": "^2.0.3"
  9119. }
  9120. },
  9121. "node_modules/readable-stream": {
  9122. "version": "4.7.0",
  9123. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.7.0.tgz",
  9124. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  9125. "dependencies": {
  9126. "abort-controller": "^3.0.0",
  9127. "buffer": "^6.0.3",
  9128. "events": "^3.3.0",
  9129. "process": "^0.11.10",
  9130. "string_decoder": "^1.3.0"
  9131. },
  9132. "engines": {
  9133. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  9134. }
  9135. },
  9136. "node_modules/readdir-glob": {
  9137. "version": "1.1.3",
  9138. "resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
  9139. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  9140. "dependencies": {
  9141. "minimatch": "^5.1.0"
  9142. }
  9143. },
  9144. "node_modules/readdir-glob/node_modules/brace-expansion": {
  9145. "version": "2.0.1",
  9146. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  9147. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  9148. "dependencies": {
  9149. "balanced-match": "^1.0.0"
  9150. }
  9151. },
  9152. "node_modules/readdir-glob/node_modules/minimatch": {
  9153. "version": "5.1.6",
  9154. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  9155. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  9156. "dependencies": {
  9157. "brace-expansion": "^2.0.1"
  9158. },
  9159. "engines": {
  9160. "node": ">=10"
  9161. }
  9162. },
  9163. "node_modules/readdirp": {
  9164. "version": "4.1.1",
  9165. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.1.tgz",
  9166. "integrity": "sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==",
  9167. "engines": {
  9168. "node": ">= 14.18.0"
  9169. },
  9170. "funding": {
  9171. "type": "individual",
  9172. "url": "https://paulmillr.com/funding/"
  9173. }
  9174. },
  9175. "node_modules/redis-errors": {
  9176. "version": "1.2.0",
  9177. "resolved": "https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz",
  9178. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  9179. "engines": {
  9180. "node": ">=4"
  9181. }
  9182. },
  9183. "node_modules/redis-parser": {
  9184. "version": "3.0.0",
  9185. "resolved": "https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz",
  9186. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  9187. "dependencies": {
  9188. "redis-errors": "^1.0.0"
  9189. },
  9190. "engines": {
  9191. "node": ">=4"
  9192. }
  9193. },
  9194. "node_modules/regex-not": {
  9195. "version": "1.0.2",
  9196. "resolved": "https://registry.npmmirror.com/regex-not/-/regex-not-1.0.2.tgz",
  9197. "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
  9198. "dependencies": {
  9199. "extend-shallow": "^3.0.2",
  9200. "safe-regex": "^1.1.0"
  9201. },
  9202. "engines": {
  9203. "node": ">=0.10.0"
  9204. }
  9205. },
  9206. "node_modules/repeat-element": {
  9207. "version": "1.1.4",
  9208. "resolved": "https://registry.npmmirror.com/repeat-element/-/repeat-element-1.1.4.tgz",
  9209. "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
  9210. "engines": {
  9211. "node": ">=0.10.0"
  9212. }
  9213. },
  9214. "node_modules/repeat-string": {
  9215. "version": "1.6.1",
  9216. "resolved": "https://registry.npmmirror.com/repeat-string/-/repeat-string-1.6.1.tgz",
  9217. "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
  9218. "engines": {
  9219. "node": ">=0.10"
  9220. }
  9221. },
  9222. "node_modules/require-directory": {
  9223. "version": "2.1.1",
  9224. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  9225. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  9226. "engines": {
  9227. "node": ">=0.10.0"
  9228. }
  9229. },
  9230. "node_modules/require-from-string": {
  9231. "version": "2.0.2",
  9232. "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
  9233. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  9234. "engines": {
  9235. "node": ">=0.10.0"
  9236. }
  9237. },
  9238. "node_modules/require-main-filename": {
  9239. "version": "2.0.0",
  9240. "resolved": "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
  9241. "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
  9242. },
  9243. "node_modules/requires-port": {
  9244. "version": "1.0.0",
  9245. "resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz",
  9246. "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
  9247. },
  9248. "node_modules/resolve": {
  9249. "version": "1.22.10",
  9250. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  9251. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  9252. "dependencies": {
  9253. "is-core-module": "^2.16.0",
  9254. "path-parse": "^1.0.7",
  9255. "supports-preserve-symlinks-flag": "^1.0.0"
  9256. },
  9257. "bin": {
  9258. "resolve": "bin/resolve"
  9259. },
  9260. "engines": {
  9261. "node": ">= 0.4"
  9262. },
  9263. "funding": {
  9264. "url": "https://github.com/sponsors/ljharb"
  9265. }
  9266. },
  9267. "node_modules/resolve-from": {
  9268. "version": "5.0.0",
  9269. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz",
  9270. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  9271. "engines": {
  9272. "node": ">=8"
  9273. }
  9274. },
  9275. "node_modules/resolve-url": {
  9276. "version": "0.2.1",
  9277. "resolved": "https://registry.npmmirror.com/resolve-url/-/resolve-url-0.2.1.tgz",
  9278. "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",
  9279. "deprecated": "https://github.com/lydell/resolve-url#deprecated"
  9280. },
  9281. "node_modules/ret": {
  9282. "version": "0.1.15",
  9283. "resolved": "https://registry.npmmirror.com/ret/-/ret-0.1.15.tgz",
  9284. "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
  9285. "engines": {
  9286. "node": ">=0.12"
  9287. }
  9288. },
  9289. "node_modules/reusify": {
  9290. "version": "1.0.4",
  9291. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz",
  9292. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  9293. "engines": {
  9294. "iojs": ">=1.0.0",
  9295. "node": ">=0.10.0"
  9296. }
  9297. },
  9298. "node_modules/rfdc": {
  9299. "version": "1.4.1",
  9300. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  9301. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
  9302. },
  9303. "node_modules/rimraf": {
  9304. "version": "5.0.10",
  9305. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-5.0.10.tgz",
  9306. "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
  9307. "dependencies": {
  9308. "glob": "^10.3.7"
  9309. },
  9310. "bin": {
  9311. "rimraf": "dist/esm/bin.mjs"
  9312. },
  9313. "funding": {
  9314. "url": "https://github.com/sponsors/isaacs"
  9315. }
  9316. },
  9317. "node_modules/rimraf/node_modules/brace-expansion": {
  9318. "version": "2.0.1",
  9319. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  9320. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  9321. "dependencies": {
  9322. "balanced-match": "^1.0.0"
  9323. }
  9324. },
  9325. "node_modules/rimraf/node_modules/glob": {
  9326. "version": "10.4.5",
  9327. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
  9328. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  9329. "dependencies": {
  9330. "foreground-child": "^3.1.0",
  9331. "jackspeak": "^3.1.2",
  9332. "minimatch": "^9.0.4",
  9333. "minipass": "^7.1.2",
  9334. "package-json-from-dist": "^1.0.0",
  9335. "path-scurry": "^1.11.1"
  9336. },
  9337. "bin": {
  9338. "glob": "dist/esm/bin.mjs"
  9339. },
  9340. "funding": {
  9341. "url": "https://github.com/sponsors/isaacs"
  9342. }
  9343. },
  9344. "node_modules/rimraf/node_modules/minimatch": {
  9345. "version": "9.0.5",
  9346. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  9347. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  9348. "dependencies": {
  9349. "brace-expansion": "^2.0.1"
  9350. },
  9351. "engines": {
  9352. "node": ">=16 || 14 >=14.17"
  9353. },
  9354. "funding": {
  9355. "url": "https://github.com/sponsors/isaacs"
  9356. }
  9357. },
  9358. "node_modules/rimraf/node_modules/minipass": {
  9359. "version": "7.1.2",
  9360. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  9361. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  9362. "engines": {
  9363. "node": ">=16 || 14 >=14.17"
  9364. }
  9365. },
  9366. "node_modules/rollup": {
  9367. "version": "4.31.0",
  9368. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.31.0.tgz",
  9369. "integrity": "sha512-9cCE8P4rZLx9+PjoyqHLs31V9a9Vpvfo4qNcs6JCiGWYhw2gijSetFbH6SSy1whnkgcefnUwr8sad7tgqsGvnw==",
  9370. "dependencies": {
  9371. "@types/estree": "1.0.6"
  9372. },
  9373. "bin": {
  9374. "rollup": "dist/bin/rollup"
  9375. },
  9376. "engines": {
  9377. "node": ">=18.0.0",
  9378. "npm": ">=8.0.0"
  9379. },
  9380. "optionalDependencies": {
  9381. "@rollup/rollup-android-arm-eabi": "4.31.0",
  9382. "@rollup/rollup-android-arm64": "4.31.0",
  9383. "@rollup/rollup-darwin-arm64": "4.31.0",
  9384. "@rollup/rollup-darwin-x64": "4.31.0",
  9385. "@rollup/rollup-freebsd-arm64": "4.31.0",
  9386. "@rollup/rollup-freebsd-x64": "4.31.0",
  9387. "@rollup/rollup-linux-arm-gnueabihf": "4.31.0",
  9388. "@rollup/rollup-linux-arm-musleabihf": "4.31.0",
  9389. "@rollup/rollup-linux-arm64-gnu": "4.31.0",
  9390. "@rollup/rollup-linux-arm64-musl": "4.31.0",
  9391. "@rollup/rollup-linux-loongarch64-gnu": "4.31.0",
  9392. "@rollup/rollup-linux-powerpc64le-gnu": "4.31.0",
  9393. "@rollup/rollup-linux-riscv64-gnu": "4.31.0",
  9394. "@rollup/rollup-linux-s390x-gnu": "4.31.0",
  9395. "@rollup/rollup-linux-x64-gnu": "4.31.0",
  9396. "@rollup/rollup-linux-x64-musl": "4.31.0",
  9397. "@rollup/rollup-win32-arm64-msvc": "4.31.0",
  9398. "@rollup/rollup-win32-ia32-msvc": "4.31.0",
  9399. "@rollup/rollup-win32-x64-msvc": "4.31.0",
  9400. "fsevents": "~2.3.2"
  9401. }
  9402. },
  9403. "node_modules/rollup-plugin-visualizer": {
  9404. "version": "5.14.0",
  9405. "resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.14.0.tgz",
  9406. "integrity": "sha512-VlDXneTDaKsHIw8yzJAFWtrzguoJ/LnQ+lMpoVfYJ3jJF4Ihe5oYLAqLklIK/35lgUY+1yEzCkHyZ1j4A5w5fA==",
  9407. "dependencies": {
  9408. "open": "^8.4.0",
  9409. "picomatch": "^4.0.2",
  9410. "source-map": "^0.7.4",
  9411. "yargs": "^17.5.1"
  9412. },
  9413. "bin": {
  9414. "rollup-plugin-visualizer": "dist/bin/cli.js"
  9415. },
  9416. "engines": {
  9417. "node": ">=18"
  9418. },
  9419. "peerDependencies": {
  9420. "rolldown": "1.x",
  9421. "rollup": "2.x || 3.x || 4.x"
  9422. },
  9423. "peerDependenciesMeta": {
  9424. "rolldown": {
  9425. "optional": true
  9426. },
  9427. "rollup": {
  9428. "optional": true
  9429. }
  9430. }
  9431. },
  9432. "node_modules/rollup-plugin-visualizer/node_modules/cliui": {
  9433. "version": "8.0.1",
  9434. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  9435. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  9436. "dependencies": {
  9437. "string-width": "^4.2.0",
  9438. "strip-ansi": "^6.0.1",
  9439. "wrap-ansi": "^7.0.0"
  9440. },
  9441. "engines": {
  9442. "node": ">=12"
  9443. }
  9444. },
  9445. "node_modules/rollup-plugin-visualizer/node_modules/picomatch": {
  9446. "version": "4.0.2",
  9447. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  9448. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  9449. "engines": {
  9450. "node": ">=12"
  9451. },
  9452. "funding": {
  9453. "url": "https://github.com/sponsors/jonschlinkert"
  9454. }
  9455. },
  9456. "node_modules/rollup-plugin-visualizer/node_modules/source-map": {
  9457. "version": "0.7.4",
  9458. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz",
  9459. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  9460. "engines": {
  9461. "node": ">= 8"
  9462. }
  9463. },
  9464. "node_modules/rollup-plugin-visualizer/node_modules/wrap-ansi": {
  9465. "version": "7.0.0",
  9466. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  9467. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  9468. "dependencies": {
  9469. "ansi-styles": "^4.0.0",
  9470. "string-width": "^4.1.0",
  9471. "strip-ansi": "^6.0.0"
  9472. },
  9473. "engines": {
  9474. "node": ">=10"
  9475. },
  9476. "funding": {
  9477. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9478. }
  9479. },
  9480. "node_modules/rollup-plugin-visualizer/node_modules/y18n": {
  9481. "version": "5.0.8",
  9482. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  9483. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  9484. "engines": {
  9485. "node": ">=10"
  9486. }
  9487. },
  9488. "node_modules/rollup-plugin-visualizer/node_modules/yargs": {
  9489. "version": "17.7.2",
  9490. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  9491. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  9492. "dependencies": {
  9493. "cliui": "^8.0.1",
  9494. "escalade": "^3.1.1",
  9495. "get-caller-file": "^2.0.5",
  9496. "require-directory": "^2.1.1",
  9497. "string-width": "^4.2.3",
  9498. "y18n": "^5.0.5",
  9499. "yargs-parser": "^21.1.1"
  9500. },
  9501. "engines": {
  9502. "node": ">=12"
  9503. }
  9504. },
  9505. "node_modules/run-applescript": {
  9506. "version": "7.0.0",
  9507. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  9508. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  9509. "engines": {
  9510. "node": ">=18"
  9511. },
  9512. "funding": {
  9513. "url": "https://github.com/sponsors/sindresorhus"
  9514. }
  9515. },
  9516. "node_modules/run-parallel": {
  9517. "version": "1.2.0",
  9518. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  9519. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  9520. "funding": [
  9521. {
  9522. "type": "github",
  9523. "url": "https://github.com/sponsors/feross"
  9524. },
  9525. {
  9526. "type": "patreon",
  9527. "url": "https://www.patreon.com/feross"
  9528. },
  9529. {
  9530. "type": "consulting",
  9531. "url": "https://feross.org/support"
  9532. }
  9533. ],
  9534. "dependencies": {
  9535. "queue-microtask": "^1.2.2"
  9536. }
  9537. },
  9538. "node_modules/safe-buffer": {
  9539. "version": "5.2.1",
  9540. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  9541. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  9542. "funding": [
  9543. {
  9544. "type": "github",
  9545. "url": "https://github.com/sponsors/feross"
  9546. },
  9547. {
  9548. "type": "patreon",
  9549. "url": "https://www.patreon.com/feross"
  9550. },
  9551. {
  9552. "type": "consulting",
  9553. "url": "https://feross.org/support"
  9554. }
  9555. ]
  9556. },
  9557. "node_modules/safe-regex": {
  9558. "version": "1.1.0",
  9559. "resolved": "https://registry.npmmirror.com/safe-regex/-/safe-regex-1.1.0.tgz",
  9560. "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",
  9561. "dependencies": {
  9562. "ret": "~0.1.10"
  9563. }
  9564. },
  9565. "node_modules/safer-buffer": {
  9566. "version": "2.1.2",
  9567. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  9568. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  9569. },
  9570. "node_modules/sass-resources-loader": {
  9571. "version": "2.2.5",
  9572. "resolved": "https://registry.npmmirror.com/sass-resources-loader/-/sass-resources-loader-2.2.5.tgz",
  9573. "integrity": "sha512-po8rfETH9cOQACWxubT/1CCu77KjxwRtCDm6QAXZH99aUHBydwSoxdIjC40SGp/dcS/FkSNJl0j1VEojGZqlvQ==",
  9574. "dependencies": {
  9575. "async": "^3.2.3",
  9576. "chalk": "^4.1.0",
  9577. "glob": "^7.1.6",
  9578. "loader-utils": "^2.0.0"
  9579. }
  9580. },
  9581. "node_modules/sax": {
  9582. "version": "1.4.1",
  9583. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  9584. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  9585. "optional": true
  9586. },
  9587. "node_modules/scule": {
  9588. "version": "1.3.0",
  9589. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  9590. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
  9591. },
  9592. "node_modules/semver": {
  9593. "version": "7.7.1",
  9594. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz",
  9595. "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
  9596. "bin": {
  9597. "semver": "bin/semver.js"
  9598. },
  9599. "engines": {
  9600. "node": ">=10"
  9601. }
  9602. },
  9603. "node_modules/send": {
  9604. "version": "0.19.0",
  9605. "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz",
  9606. "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
  9607. "dependencies": {
  9608. "debug": "2.6.9",
  9609. "depd": "2.0.0",
  9610. "destroy": "1.2.0",
  9611. "encodeurl": "~1.0.2",
  9612. "escape-html": "~1.0.3",
  9613. "etag": "~1.8.1",
  9614. "fresh": "0.5.2",
  9615. "http-errors": "2.0.0",
  9616. "mime": "1.6.0",
  9617. "ms": "2.1.3",
  9618. "on-finished": "2.4.1",
  9619. "range-parser": "~1.2.1",
  9620. "statuses": "2.0.1"
  9621. },
  9622. "engines": {
  9623. "node": ">= 0.8.0"
  9624. }
  9625. },
  9626. "node_modules/send/node_modules/debug": {
  9627. "version": "2.6.9",
  9628. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  9629. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  9630. "dependencies": {
  9631. "ms": "2.0.0"
  9632. }
  9633. },
  9634. "node_modules/send/node_modules/debug/node_modules/ms": {
  9635. "version": "2.0.0",
  9636. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  9637. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  9638. },
  9639. "node_modules/send/node_modules/encodeurl": {
  9640. "version": "1.0.2",
  9641. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
  9642. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  9643. "engines": {
  9644. "node": ">= 0.8"
  9645. }
  9646. },
  9647. "node_modules/serialize-javascript": {
  9648. "version": "6.0.2",
  9649. "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  9650. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  9651. "dependencies": {
  9652. "randombytes": "^2.1.0"
  9653. }
  9654. },
  9655. "node_modules/serve-placeholder": {
  9656. "version": "2.0.2",
  9657. "resolved": "https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  9658. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  9659. "dependencies": {
  9660. "defu": "^6.1.4"
  9661. }
  9662. },
  9663. "node_modules/serve-static": {
  9664. "version": "1.16.2",
  9665. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz",
  9666. "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
  9667. "dependencies": {
  9668. "encodeurl": "~2.0.0",
  9669. "escape-html": "~1.0.3",
  9670. "parseurl": "~1.3.3",
  9671. "send": "0.19.0"
  9672. },
  9673. "engines": {
  9674. "node": ">= 0.8.0"
  9675. }
  9676. },
  9677. "node_modules/set-blocking": {
  9678. "version": "2.0.0",
  9679. "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
  9680. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  9681. },
  9682. "node_modules/set-value": {
  9683. "version": "2.0.1",
  9684. "resolved": "https://registry.npmmirror.com/set-value/-/set-value-2.0.1.tgz",
  9685. "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
  9686. "dependencies": {
  9687. "extend-shallow": "^2.0.1",
  9688. "is-extendable": "^0.1.1",
  9689. "is-plain-object": "^2.0.3",
  9690. "split-string": "^3.0.1"
  9691. },
  9692. "engines": {
  9693. "node": ">=0.10.0"
  9694. }
  9695. },
  9696. "node_modules/set-value/node_modules/extend-shallow": {
  9697. "version": "2.0.1",
  9698. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  9699. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  9700. "dependencies": {
  9701. "is-extendable": "^0.1.0"
  9702. },
  9703. "engines": {
  9704. "node": ">=0.10.0"
  9705. }
  9706. },
  9707. "node_modules/set-value/node_modules/is-extendable": {
  9708. "version": "0.1.1",
  9709. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  9710. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  9711. "engines": {
  9712. "node": ">=0.10.0"
  9713. }
  9714. },
  9715. "node_modules/setprototypeof": {
  9716. "version": "1.2.0",
  9717. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  9718. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  9719. },
  9720. "node_modules/shebang-command": {
  9721. "version": "2.0.0",
  9722. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  9723. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  9724. "dependencies": {
  9725. "shebang-regex": "^3.0.0"
  9726. },
  9727. "engines": {
  9728. "node": ">=8"
  9729. }
  9730. },
  9731. "node_modules/shebang-regex": {
  9732. "version": "3.0.0",
  9733. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  9734. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  9735. "engines": {
  9736. "node": ">=8"
  9737. }
  9738. },
  9739. "node_modules/shell-quote": {
  9740. "version": "1.8.2",
  9741. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.2.tgz",
  9742. "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
  9743. "engines": {
  9744. "node": ">= 0.4"
  9745. },
  9746. "funding": {
  9747. "url": "https://github.com/sponsors/ljharb"
  9748. }
  9749. },
  9750. "node_modules/signal-exit": {
  9751. "version": "3.0.7",
  9752. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
  9753. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  9754. },
  9755. "node_modules/simple-git": {
  9756. "version": "3.27.0",
  9757. "resolved": "https://registry.npmmirror.com/simple-git/-/simple-git-3.27.0.tgz",
  9758. "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==",
  9759. "dependencies": {
  9760. "@kwsites/file-exists": "^1.1.1",
  9761. "@kwsites/promise-deferred": "^1.1.1",
  9762. "debug": "^4.3.5"
  9763. },
  9764. "funding": {
  9765. "type": "github",
  9766. "url": "https://github.com/steveukx/git-js?sponsor=1"
  9767. }
  9768. },
  9769. "node_modules/sirv": {
  9770. "version": "3.0.1",
  9771. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.1.tgz",
  9772. "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==",
  9773. "dependencies": {
  9774. "@polka/url": "^1.0.0-next.24",
  9775. "mrmime": "^2.0.0",
  9776. "totalist": "^3.0.0"
  9777. },
  9778. "engines": {
  9779. "node": ">=18"
  9780. }
  9781. },
  9782. "node_modules/sisteransi": {
  9783. "version": "1.0.5",
  9784. "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz",
  9785. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  9786. },
  9787. "node_modules/site-config-stack": {
  9788. "version": "3.1.2",
  9789. "resolved": "https://registry.npmmirror.com/site-config-stack/-/site-config-stack-3.1.2.tgz",
  9790. "integrity": "sha512-l2ERJjlQwXiUOY2Fbu+SGvR9uOAftBtxvuBVgojhHFOfEgkAbzxjJkiBs1ZE/A/UXyCqzVCVJWW4ooSLzYMhaQ==",
  9791. "dependencies": {
  9792. "ufo": "^1.5.4"
  9793. },
  9794. "funding": {
  9795. "url": "https://github.com/sponsors/harlan-zw"
  9796. },
  9797. "peerDependencies": {
  9798. "vue": "^3"
  9799. }
  9800. },
  9801. "node_modules/slash": {
  9802. "version": "5.1.0",
  9803. "resolved": "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz",
  9804. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  9805. "engines": {
  9806. "node": ">=14.16"
  9807. },
  9808. "funding": {
  9809. "url": "https://github.com/sponsors/sindresorhus"
  9810. }
  9811. },
  9812. "node_modules/smob": {
  9813. "version": "1.5.0",
  9814. "resolved": "https://registry.npmmirror.com/smob/-/smob-1.5.0.tgz",
  9815. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
  9816. },
  9817. "node_modules/snapdragon": {
  9818. "version": "0.8.2",
  9819. "resolved": "https://registry.npmmirror.com/snapdragon/-/snapdragon-0.8.2.tgz",
  9820. "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
  9821. "dependencies": {
  9822. "base": "^0.11.1",
  9823. "debug": "^2.2.0",
  9824. "define-property": "^0.2.5",
  9825. "extend-shallow": "^2.0.1",
  9826. "map-cache": "^0.2.2",
  9827. "source-map": "^0.5.6",
  9828. "source-map-resolve": "^0.5.0",
  9829. "use": "^3.1.0"
  9830. },
  9831. "engines": {
  9832. "node": ">=0.10.0"
  9833. }
  9834. },
  9835. "node_modules/snapdragon-node": {
  9836. "version": "2.1.1",
  9837. "resolved": "https://registry.npmmirror.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  9838. "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  9839. "dependencies": {
  9840. "define-property": "^1.0.0",
  9841. "isobject": "^3.0.0",
  9842. "snapdragon-util": "^3.0.1"
  9843. },
  9844. "engines": {
  9845. "node": ">=0.10.0"
  9846. }
  9847. },
  9848. "node_modules/snapdragon-node/node_modules/define-property": {
  9849. "version": "1.0.0",
  9850. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-1.0.0.tgz",
  9851. "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
  9852. "dependencies": {
  9853. "is-descriptor": "^1.0.0"
  9854. },
  9855. "engines": {
  9856. "node": ">=0.10.0"
  9857. }
  9858. },
  9859. "node_modules/snapdragon-util": {
  9860. "version": "3.0.1",
  9861. "resolved": "https://registry.npmmirror.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
  9862. "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
  9863. "dependencies": {
  9864. "kind-of": "^3.2.0"
  9865. },
  9866. "engines": {
  9867. "node": ">=0.10.0"
  9868. }
  9869. },
  9870. "node_modules/snapdragon-util/node_modules/kind-of": {
  9871. "version": "3.2.2",
  9872. "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
  9873. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  9874. "dependencies": {
  9875. "is-buffer": "^1.1.5"
  9876. },
  9877. "engines": {
  9878. "node": ">=0.10.0"
  9879. }
  9880. },
  9881. "node_modules/snapdragon/node_modules/debug": {
  9882. "version": "2.6.9",
  9883. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  9884. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  9885. "dependencies": {
  9886. "ms": "2.0.0"
  9887. }
  9888. },
  9889. "node_modules/snapdragon/node_modules/define-property": {
  9890. "version": "0.2.5",
  9891. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
  9892. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  9893. "dependencies": {
  9894. "is-descriptor": "^0.1.0"
  9895. },
  9896. "engines": {
  9897. "node": ">=0.10.0"
  9898. }
  9899. },
  9900. "node_modules/snapdragon/node_modules/extend-shallow": {
  9901. "version": "2.0.1",
  9902. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  9903. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  9904. "dependencies": {
  9905. "is-extendable": "^0.1.0"
  9906. },
  9907. "engines": {
  9908. "node": ">=0.10.0"
  9909. }
  9910. },
  9911. "node_modules/snapdragon/node_modules/is-descriptor": {
  9912. "version": "0.1.7",
  9913. "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
  9914. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  9915. "dependencies": {
  9916. "is-accessor-descriptor": "^1.0.1",
  9917. "is-data-descriptor": "^1.0.1"
  9918. },
  9919. "engines": {
  9920. "node": ">= 0.4"
  9921. }
  9922. },
  9923. "node_modules/snapdragon/node_modules/is-extendable": {
  9924. "version": "0.1.1",
  9925. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  9926. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  9927. "engines": {
  9928. "node": ">=0.10.0"
  9929. }
  9930. },
  9931. "node_modules/snapdragon/node_modules/ms": {
  9932. "version": "2.0.0",
  9933. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  9934. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  9935. },
  9936. "node_modules/snapdragon/node_modules/source-map": {
  9937. "version": "0.5.7",
  9938. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
  9939. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  9940. "engines": {
  9941. "node": ">=0.10.0"
  9942. }
  9943. },
  9944. "node_modules/source-map": {
  9945. "version": "0.6.1",
  9946. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  9947. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9948. "engines": {
  9949. "node": ">=0.10.0"
  9950. }
  9951. },
  9952. "node_modules/source-map-js": {
  9953. "version": "1.2.1",
  9954. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  9955. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  9956. "engines": {
  9957. "node": ">=0.10.0"
  9958. }
  9959. },
  9960. "node_modules/source-map-resolve": {
  9961. "version": "0.5.3",
  9962. "resolved": "https://registry.npmmirror.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
  9963. "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
  9964. "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
  9965. "dependencies": {
  9966. "atob": "^2.1.2",
  9967. "decode-uri-component": "^0.2.0",
  9968. "resolve-url": "^0.2.1",
  9969. "source-map-url": "^0.4.0",
  9970. "urix": "^0.1.0"
  9971. }
  9972. },
  9973. "node_modules/source-map-support": {
  9974. "version": "0.5.21",
  9975. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  9976. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  9977. "dependencies": {
  9978. "buffer-from": "^1.0.0",
  9979. "source-map": "^0.6.0"
  9980. }
  9981. },
  9982. "node_modules/source-map-url": {
  9983. "version": "0.4.1",
  9984. "resolved": "https://registry.npmmirror.com/source-map-url/-/source-map-url-0.4.1.tgz",
  9985. "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
  9986. "deprecated": "See https://github.com/lydell/source-map-url#deprecated"
  9987. },
  9988. "node_modules/speakingurl": {
  9989. "version": "14.0.1",
  9990. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  9991. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  9992. "engines": {
  9993. "node": ">=0.10.0"
  9994. }
  9995. },
  9996. "node_modules/split-string": {
  9997. "version": "3.1.0",
  9998. "resolved": "https://registry.npmmirror.com/split-string/-/split-string-3.1.0.tgz",
  9999. "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
  10000. "dependencies": {
  10001. "extend-shallow": "^3.0.0"
  10002. },
  10003. "engines": {
  10004. "node": ">=0.10.0"
  10005. }
  10006. },
  10007. "node_modules/standard-as-callback": {
  10008. "version": "2.1.0",
  10009. "resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  10010. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="
  10011. },
  10012. "node_modules/static-extend": {
  10013. "version": "0.1.2",
  10014. "resolved": "https://registry.npmmirror.com/static-extend/-/static-extend-0.1.2.tgz",
  10015. "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",
  10016. "dependencies": {
  10017. "define-property": "^0.2.5",
  10018. "object-copy": "^0.1.0"
  10019. },
  10020. "engines": {
  10021. "node": ">=0.10.0"
  10022. }
  10023. },
  10024. "node_modules/static-extend/node_modules/define-property": {
  10025. "version": "0.2.5",
  10026. "resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
  10027. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  10028. "dependencies": {
  10029. "is-descriptor": "^0.1.0"
  10030. },
  10031. "engines": {
  10032. "node": ">=0.10.0"
  10033. }
  10034. },
  10035. "node_modules/static-extend/node_modules/is-descriptor": {
  10036. "version": "0.1.7",
  10037. "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
  10038. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  10039. "dependencies": {
  10040. "is-accessor-descriptor": "^1.0.1",
  10041. "is-data-descriptor": "^1.0.1"
  10042. },
  10043. "engines": {
  10044. "node": ">= 0.4"
  10045. }
  10046. },
  10047. "node_modules/statuses": {
  10048. "version": "2.0.1",
  10049. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
  10050. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  10051. "engines": {
  10052. "node": ">= 0.8"
  10053. }
  10054. },
  10055. "node_modules/std-env": {
  10056. "version": "3.8.0",
  10057. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.8.0.tgz",
  10058. "integrity": "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w=="
  10059. },
  10060. "node_modules/streamx": {
  10061. "version": "2.21.1",
  10062. "resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.21.1.tgz",
  10063. "integrity": "sha512-PhP9wUnFLa+91CPy3N6tiQsK+gnYyUNuk15S3YG/zjYE7RuPeCjJngqnzpC31ow0lzBHQ+QGO4cNJnd0djYUsw==",
  10064. "dependencies": {
  10065. "fast-fifo": "^1.3.2",
  10066. "queue-tick": "^1.0.1",
  10067. "text-decoder": "^1.1.0"
  10068. },
  10069. "optionalDependencies": {
  10070. "bare-events": "^2.2.0"
  10071. }
  10072. },
  10073. "node_modules/string_decoder": {
  10074. "version": "1.3.0",
  10075. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  10076. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  10077. "dependencies": {
  10078. "safe-buffer": "~5.2.0"
  10079. }
  10080. },
  10081. "node_modules/string-width": {
  10082. "version": "4.2.3",
  10083. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  10084. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  10085. "dependencies": {
  10086. "emoji-regex": "^8.0.0",
  10087. "is-fullwidth-code-point": "^3.0.0",
  10088. "strip-ansi": "^6.0.1"
  10089. },
  10090. "engines": {
  10091. "node": ">=8"
  10092. }
  10093. },
  10094. "node_modules/string-width-cjs": {
  10095. "name": "string-width",
  10096. "version": "4.2.3",
  10097. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  10098. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  10099. "dependencies": {
  10100. "emoji-regex": "^8.0.0",
  10101. "is-fullwidth-code-point": "^3.0.0",
  10102. "strip-ansi": "^6.0.1"
  10103. },
  10104. "engines": {
  10105. "node": ">=8"
  10106. }
  10107. },
  10108. "node_modules/strip-ansi": {
  10109. "version": "6.0.1",
  10110. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  10111. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  10112. "dependencies": {
  10113. "ansi-regex": "^5.0.1"
  10114. },
  10115. "engines": {
  10116. "node": ">=8"
  10117. }
  10118. },
  10119. "node_modules/strip-ansi-cjs": {
  10120. "name": "strip-ansi",
  10121. "version": "6.0.1",
  10122. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  10123. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  10124. "dependencies": {
  10125. "ansi-regex": "^5.0.1"
  10126. },
  10127. "engines": {
  10128. "node": ">=8"
  10129. }
  10130. },
  10131. "node_modules/strip-final-newline": {
  10132. "version": "3.0.0",
  10133. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  10134. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  10135. "engines": {
  10136. "node": ">=12"
  10137. },
  10138. "funding": {
  10139. "url": "https://github.com/sponsors/sindresorhus"
  10140. }
  10141. },
  10142. "node_modules/strip-literal": {
  10143. "version": "3.0.0",
  10144. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.0.0.tgz",
  10145. "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
  10146. "dependencies": {
  10147. "js-tokens": "^9.0.1"
  10148. },
  10149. "funding": {
  10150. "url": "https://github.com/sponsors/antfu"
  10151. }
  10152. },
  10153. "node_modules/strip-literal/node_modules/js-tokens": {
  10154. "version": "9.0.1",
  10155. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  10156. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ=="
  10157. },
  10158. "node_modules/stylehacks": {
  10159. "version": "7.0.4",
  10160. "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.4.tgz",
  10161. "integrity": "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==",
  10162. "dependencies": {
  10163. "browserslist": "^4.23.3",
  10164. "postcss-selector-parser": "^6.1.2"
  10165. },
  10166. "engines": {
  10167. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10168. },
  10169. "peerDependencies": {
  10170. "postcss": "^8.4.31"
  10171. }
  10172. },
  10173. "node_modules/stylehacks/node_modules/postcss-selector-parser": {
  10174. "version": "6.1.2",
  10175. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  10176. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  10177. "dependencies": {
  10178. "cssesc": "^3.0.0",
  10179. "util-deprecate": "^1.0.2"
  10180. },
  10181. "engines": {
  10182. "node": ">=4"
  10183. }
  10184. },
  10185. "node_modules/superjson": {
  10186. "version": "2.2.2",
  10187. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  10188. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  10189. "dependencies": {
  10190. "copy-anything": "^3.0.2"
  10191. },
  10192. "engines": {
  10193. "node": ">=16"
  10194. }
  10195. },
  10196. "node_modules/superjson/node_modules/copy-anything": {
  10197. "version": "3.0.5",
  10198. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  10199. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  10200. "dependencies": {
  10201. "is-what": "^4.1.8"
  10202. },
  10203. "engines": {
  10204. "node": ">=12.13"
  10205. },
  10206. "funding": {
  10207. "url": "https://github.com/sponsors/mesqueeb"
  10208. }
  10209. },
  10210. "node_modules/superjson/node_modules/is-what": {
  10211. "version": "4.1.16",
  10212. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  10213. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  10214. "engines": {
  10215. "node": ">=12.13"
  10216. },
  10217. "funding": {
  10218. "url": "https://github.com/sponsors/mesqueeb"
  10219. }
  10220. },
  10221. "node_modules/supports-color": {
  10222. "version": "9.4.0",
  10223. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-9.4.0.tgz",
  10224. "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
  10225. "engines": {
  10226. "node": ">=12"
  10227. },
  10228. "funding": {
  10229. "url": "https://github.com/chalk/supports-color?sponsor=1"
  10230. }
  10231. },
  10232. "node_modules/supports-preserve-symlinks-flag": {
  10233. "version": "1.0.0",
  10234. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  10235. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  10236. "engines": {
  10237. "node": ">= 0.4"
  10238. },
  10239. "funding": {
  10240. "url": "https://github.com/sponsors/ljharb"
  10241. }
  10242. },
  10243. "node_modules/svg-tags": {
  10244. "version": "1.0.0",
  10245. "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz",
  10246. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  10247. },
  10248. "node_modules/svgo": {
  10249. "version": "3.3.2",
  10250. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-3.3.2.tgz",
  10251. "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
  10252. "dependencies": {
  10253. "@trysound/sax": "0.2.0",
  10254. "commander": "^7.2.0",
  10255. "css-select": "^5.1.0",
  10256. "css-tree": "^2.3.1",
  10257. "css-what": "^6.1.0",
  10258. "csso": "^5.0.5",
  10259. "picocolors": "^1.0.0"
  10260. },
  10261. "bin": {
  10262. "svgo": "bin/svgo"
  10263. },
  10264. "engines": {
  10265. "node": ">=14.0.0"
  10266. },
  10267. "funding": {
  10268. "type": "opencollective",
  10269. "url": "https://opencollective.com/svgo"
  10270. }
  10271. },
  10272. "node_modules/system-architecture": {
  10273. "version": "0.1.0",
  10274. "resolved": "https://registry.npmmirror.com/system-architecture/-/system-architecture-0.1.0.tgz",
  10275. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  10276. "engines": {
  10277. "node": ">=18"
  10278. },
  10279. "funding": {
  10280. "url": "https://github.com/sponsors/sindresorhus"
  10281. }
  10282. },
  10283. "node_modules/tapable": {
  10284. "version": "2.2.1",
  10285. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz",
  10286. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  10287. "engines": {
  10288. "node": ">=6"
  10289. }
  10290. },
  10291. "node_modules/tar": {
  10292. "version": "6.2.1",
  10293. "resolved": "https://registry.npmmirror.com/tar/-/tar-6.2.1.tgz",
  10294. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  10295. "dependencies": {
  10296. "chownr": "^2.0.0",
  10297. "fs-minipass": "^2.0.0",
  10298. "minipass": "^5.0.0",
  10299. "minizlib": "^2.1.1",
  10300. "mkdirp": "^1.0.3",
  10301. "yallist": "^4.0.0"
  10302. },
  10303. "engines": {
  10304. "node": ">=10"
  10305. }
  10306. },
  10307. "node_modules/tar-stream": {
  10308. "version": "3.1.7",
  10309. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.7.tgz",
  10310. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  10311. "dependencies": {
  10312. "b4a": "^1.6.4",
  10313. "fast-fifo": "^1.2.0",
  10314. "streamx": "^2.15.0"
  10315. }
  10316. },
  10317. "node_modules/tar/node_modules/yallist": {
  10318. "version": "4.0.0",
  10319. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  10320. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  10321. },
  10322. "node_modules/terser": {
  10323. "version": "5.37.0",
  10324. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.37.0.tgz",
  10325. "integrity": "sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==",
  10326. "dependencies": {
  10327. "@jridgewell/source-map": "^0.3.3",
  10328. "acorn": "^8.8.2",
  10329. "commander": "^2.20.0",
  10330. "source-map-support": "~0.5.20"
  10331. },
  10332. "bin": {
  10333. "terser": "bin/terser"
  10334. },
  10335. "engines": {
  10336. "node": ">=10"
  10337. }
  10338. },
  10339. "node_modules/terser/node_modules/commander": {
  10340. "version": "2.20.3",
  10341. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  10342. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  10343. },
  10344. "node_modules/text-decoder": {
  10345. "version": "1.2.3",
  10346. "resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.3.tgz",
  10347. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  10348. "dependencies": {
  10349. "b4a": "^1.6.4"
  10350. }
  10351. },
  10352. "node_modules/tiny-invariant": {
  10353. "version": "1.3.3",
  10354. "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  10355. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
  10356. },
  10357. "node_modules/tinyexec": {
  10358. "version": "0.3.2",
  10359. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-0.3.2.tgz",
  10360. "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA=="
  10361. },
  10362. "node_modules/tinyglobby": {
  10363. "version": "0.2.10",
  10364. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.10.tgz",
  10365. "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
  10366. "dependencies": {
  10367. "fdir": "^6.4.2",
  10368. "picomatch": "^4.0.2"
  10369. },
  10370. "engines": {
  10371. "node": ">=12.0.0"
  10372. }
  10373. },
  10374. "node_modules/tinyglobby/node_modules/fdir": {
  10375. "version": "6.4.3",
  10376. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.3.tgz",
  10377. "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
  10378. "peerDependencies": {
  10379. "picomatch": "^3 || ^4"
  10380. },
  10381. "peerDependenciesMeta": {
  10382. "picomatch": {
  10383. "optional": true
  10384. }
  10385. }
  10386. },
  10387. "node_modules/tinyglobby/node_modules/picomatch": {
  10388. "version": "4.0.2",
  10389. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  10390. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  10391. "engines": {
  10392. "node": ">=12"
  10393. },
  10394. "funding": {
  10395. "url": "https://github.com/sponsors/jonschlinkert"
  10396. }
  10397. },
  10398. "node_modules/to-object-path": {
  10399. "version": "0.3.0",
  10400. "resolved": "https://registry.npmmirror.com/to-object-path/-/to-object-path-0.3.0.tgz",
  10401. "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",
  10402. "dependencies": {
  10403. "kind-of": "^3.0.2"
  10404. },
  10405. "engines": {
  10406. "node": ">=0.10.0"
  10407. }
  10408. },
  10409. "node_modules/to-object-path/node_modules/kind-of": {
  10410. "version": "3.2.2",
  10411. "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
  10412. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  10413. "dependencies": {
  10414. "is-buffer": "^1.1.5"
  10415. },
  10416. "engines": {
  10417. "node": ">=0.10.0"
  10418. }
  10419. },
  10420. "node_modules/to-regex": {
  10421. "version": "3.0.2",
  10422. "resolved": "https://registry.npmmirror.com/to-regex/-/to-regex-3.0.2.tgz",
  10423. "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
  10424. "dependencies": {
  10425. "define-property": "^2.0.2",
  10426. "extend-shallow": "^3.0.2",
  10427. "regex-not": "^1.0.2",
  10428. "safe-regex": "^1.1.0"
  10429. },
  10430. "engines": {
  10431. "node": ">=0.10.0"
  10432. }
  10433. },
  10434. "node_modules/to-regex-range": {
  10435. "version": "5.0.1",
  10436. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  10437. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  10438. "dependencies": {
  10439. "is-number": "^7.0.0"
  10440. },
  10441. "engines": {
  10442. "node": ">=8.0"
  10443. }
  10444. },
  10445. "node_modules/toidentifier": {
  10446. "version": "1.0.1",
  10447. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  10448. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  10449. "engines": {
  10450. "node": ">=0.6"
  10451. }
  10452. },
  10453. "node_modules/totalist": {
  10454. "version": "3.0.1",
  10455. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  10456. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  10457. "engines": {
  10458. "node": ">=6"
  10459. }
  10460. },
  10461. "node_modules/tr46": {
  10462. "version": "0.0.3",
  10463. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  10464. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  10465. },
  10466. "node_modules/tslib": {
  10467. "version": "2.8.1",
  10468. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  10469. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
  10470. },
  10471. "node_modules/type-fest": {
  10472. "version": "4.33.0",
  10473. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-4.33.0.tgz",
  10474. "integrity": "sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==",
  10475. "engines": {
  10476. "node": ">=16"
  10477. },
  10478. "funding": {
  10479. "url": "https://github.com/sponsors/sindresorhus"
  10480. }
  10481. },
  10482. "node_modules/typescript": {
  10483. "version": "5.7.3",
  10484. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.7.3.tgz",
  10485. "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
  10486. "peer": true,
  10487. "bin": {
  10488. "tsc": "bin/tsc",
  10489. "tsserver": "bin/tsserver"
  10490. },
  10491. "engines": {
  10492. "node": ">=14.17"
  10493. }
  10494. },
  10495. "node_modules/ufo": {
  10496. "version": "1.5.4",
  10497. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz",
  10498. "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ=="
  10499. },
  10500. "node_modules/ultrahtml": {
  10501. "version": "1.5.3",
  10502. "resolved": "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-1.5.3.tgz",
  10503. "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg=="
  10504. },
  10505. "node_modules/uncrypto": {
  10506. "version": "0.1.3",
  10507. "resolved": "https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.3.tgz",
  10508. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
  10509. },
  10510. "node_modules/unctx": {
  10511. "version": "2.4.1",
  10512. "resolved": "https://registry.npmmirror.com/unctx/-/unctx-2.4.1.tgz",
  10513. "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==",
  10514. "dependencies": {
  10515. "acorn": "^8.14.0",
  10516. "estree-walker": "^3.0.3",
  10517. "magic-string": "^0.30.17",
  10518. "unplugin": "^2.1.0"
  10519. }
  10520. },
  10521. "node_modules/unctx/node_modules/magic-string": {
  10522. "version": "0.30.17",
  10523. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  10524. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  10525. "dependencies": {
  10526. "@jridgewell/sourcemap-codec": "^1.5.0"
  10527. }
  10528. },
  10529. "node_modules/unctx/node_modules/unplugin": {
  10530. "version": "2.1.2",
  10531. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.1.2.tgz",
  10532. "integrity": "sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==",
  10533. "dependencies": {
  10534. "acorn": "^8.14.0",
  10535. "webpack-virtual-modules": "^0.6.2"
  10536. },
  10537. "engines": {
  10538. "node": ">=18.12.0"
  10539. }
  10540. },
  10541. "node_modules/undici": {
  10542. "version": "6.21.1",
  10543. "resolved": "https://registry.npmmirror.com/undici/-/undici-6.21.1.tgz",
  10544. "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==",
  10545. "engines": {
  10546. "node": ">=18.17"
  10547. }
  10548. },
  10549. "node_modules/undici-types": {
  10550. "version": "6.20.0",
  10551. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.20.0.tgz",
  10552. "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="
  10553. },
  10554. "node_modules/unenv": {
  10555. "version": "1.10.0",
  10556. "resolved": "https://registry.npmmirror.com/unenv/-/unenv-1.10.0.tgz",
  10557. "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==",
  10558. "dependencies": {
  10559. "consola": "^3.2.3",
  10560. "defu": "^6.1.4",
  10561. "mime": "^3.0.0",
  10562. "node-fetch-native": "^1.6.4",
  10563. "pathe": "^1.1.2"
  10564. }
  10565. },
  10566. "node_modules/unenv/node_modules/mime": {
  10567. "version": "3.0.0",
  10568. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  10569. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  10570. "bin": {
  10571. "mime": "cli.js"
  10572. },
  10573. "engines": {
  10574. "node": ">=10.0.0"
  10575. }
  10576. },
  10577. "node_modules/unenv/node_modules/pathe": {
  10578. "version": "1.1.2",
  10579. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  10580. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  10581. },
  10582. "node_modules/unhead": {
  10583. "version": "1.11.18",
  10584. "resolved": "https://registry.npmmirror.com/unhead/-/unhead-1.11.18.tgz",
  10585. "integrity": "sha512-TWgGUoZMpYe2yJwY6jZ0/9kpQT18ygr2h5lI6cUXdfD9UzDc0ytM9jGaleSYkj9guJWXkk7izYBnzJvxl8mRvQ==",
  10586. "dependencies": {
  10587. "@unhead/dom": "1.11.18",
  10588. "@unhead/schema": "1.11.18",
  10589. "@unhead/shared": "1.11.18",
  10590. "hookable": "^5.5.3"
  10591. },
  10592. "funding": {
  10593. "url": "https://github.com/sponsors/harlan-zw"
  10594. }
  10595. },
  10596. "node_modules/unicorn-magic": {
  10597. "version": "0.1.0",
  10598. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
  10599. "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
  10600. "engines": {
  10601. "node": ">=18"
  10602. },
  10603. "funding": {
  10604. "url": "https://github.com/sponsors/sindresorhus"
  10605. }
  10606. },
  10607. "node_modules/unimport": {
  10608. "version": "3.14.6",
  10609. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.14.6.tgz",
  10610. "integrity": "sha512-CYvbDaTT04Rh8bmD8jz3WPmHYZRG/NnvYVzwD6V1YAlvvKROlAeNDUBhkBGzNav2RKaeuXvlWYaa1V4Lfi/O0g==",
  10611. "dependencies": {
  10612. "@rollup/pluginutils": "^5.1.4",
  10613. "acorn": "^8.14.0",
  10614. "escape-string-regexp": "^5.0.0",
  10615. "estree-walker": "^3.0.3",
  10616. "fast-glob": "^3.3.3",
  10617. "local-pkg": "^1.0.0",
  10618. "magic-string": "^0.30.17",
  10619. "mlly": "^1.7.4",
  10620. "pathe": "^2.0.1",
  10621. "picomatch": "^4.0.2",
  10622. "pkg-types": "^1.3.0",
  10623. "scule": "^1.3.0",
  10624. "strip-literal": "^2.1.1",
  10625. "unplugin": "^1.16.1"
  10626. }
  10627. },
  10628. "node_modules/unimport/node_modules/js-tokens": {
  10629. "version": "9.0.1",
  10630. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  10631. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ=="
  10632. },
  10633. "node_modules/unimport/node_modules/local-pkg": {
  10634. "version": "1.0.0",
  10635. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.0.0.tgz",
  10636. "integrity": "sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==",
  10637. "dependencies": {
  10638. "mlly": "^1.7.3",
  10639. "pkg-types": "^1.3.0"
  10640. },
  10641. "engines": {
  10642. "node": ">=14"
  10643. },
  10644. "funding": {
  10645. "url": "https://github.com/sponsors/antfu"
  10646. }
  10647. },
  10648. "node_modules/unimport/node_modules/magic-string": {
  10649. "version": "0.30.17",
  10650. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  10651. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  10652. "dependencies": {
  10653. "@jridgewell/sourcemap-codec": "^1.5.0"
  10654. }
  10655. },
  10656. "node_modules/unimport/node_modules/picomatch": {
  10657. "version": "4.0.2",
  10658. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  10659. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  10660. "engines": {
  10661. "node": ">=12"
  10662. },
  10663. "funding": {
  10664. "url": "https://github.com/sponsors/jonschlinkert"
  10665. }
  10666. },
  10667. "node_modules/unimport/node_modules/strip-literal": {
  10668. "version": "2.1.1",
  10669. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.1.tgz",
  10670. "integrity": "sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==",
  10671. "dependencies": {
  10672. "js-tokens": "^9.0.1"
  10673. },
  10674. "funding": {
  10675. "url": "https://github.com/sponsors/antfu"
  10676. }
  10677. },
  10678. "node_modules/union-value": {
  10679. "version": "1.0.1",
  10680. "resolved": "https://registry.npmmirror.com/union-value/-/union-value-1.0.1.tgz",
  10681. "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
  10682. "dependencies": {
  10683. "arr-union": "^3.1.0",
  10684. "get-value": "^2.0.6",
  10685. "is-extendable": "^0.1.1",
  10686. "set-value": "^2.0.1"
  10687. },
  10688. "engines": {
  10689. "node": ">=0.10.0"
  10690. }
  10691. },
  10692. "node_modules/union-value/node_modules/is-extendable": {
  10693. "version": "0.1.1",
  10694. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  10695. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  10696. "engines": {
  10697. "node": ">=0.10.0"
  10698. }
  10699. },
  10700. "node_modules/universalify": {
  10701. "version": "2.0.1",
  10702. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  10703. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  10704. "engines": {
  10705. "node": ">= 10.0.0"
  10706. }
  10707. },
  10708. "node_modules/unplugin": {
  10709. "version": "1.16.1",
  10710. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.16.1.tgz",
  10711. "integrity": "sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==",
  10712. "dependencies": {
  10713. "acorn": "^8.14.0",
  10714. "webpack-virtual-modules": "^0.6.2"
  10715. },
  10716. "engines": {
  10717. "node": ">=14.0.0"
  10718. }
  10719. },
  10720. "node_modules/unplugin-utils": {
  10721. "version": "0.2.4",
  10722. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
  10723. "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
  10724. "dependencies": {
  10725. "pathe": "^2.0.2",
  10726. "picomatch": "^4.0.2"
  10727. },
  10728. "engines": {
  10729. "node": ">=18.12.0"
  10730. },
  10731. "funding": {
  10732. "url": "https://github.com/sponsors/sxzz"
  10733. }
  10734. },
  10735. "node_modules/unplugin-utils/node_modules/picomatch": {
  10736. "version": "4.0.2",
  10737. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  10738. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  10739. "engines": {
  10740. "node": ">=12"
  10741. },
  10742. "funding": {
  10743. "url": "https://github.com/sponsors/jonschlinkert"
  10744. }
  10745. },
  10746. "node_modules/unplugin-vue-router": {
  10747. "version": "0.10.9",
  10748. "resolved": "https://registry.npmmirror.com/unplugin-vue-router/-/unplugin-vue-router-0.10.9.tgz",
  10749. "integrity": "sha512-DXmC0GMcROOnCmN56GRvi1bkkG1BnVs4xJqNvucBUeZkmB245URvtxOfbo3H6q4SOUQQbLPYWd6InzvjRh363A==",
  10750. "dependencies": {
  10751. "@babel/types": "^7.26.0",
  10752. "@rollup/pluginutils": "^5.1.3",
  10753. "@vue-macros/common": "^1.15.0",
  10754. "ast-walker-scope": "^0.6.2",
  10755. "chokidar": "^3.6.0",
  10756. "fast-glob": "^3.3.2",
  10757. "json5": "^2.2.3",
  10758. "local-pkg": "^0.5.1",
  10759. "magic-string": "^0.30.14",
  10760. "mlly": "^1.7.3",
  10761. "pathe": "^1.1.2",
  10762. "scule": "^1.3.0",
  10763. "unplugin": "2.0.0-beta.1",
  10764. "yaml": "^2.6.1"
  10765. },
  10766. "peerDependencies": {
  10767. "vue-router": "^4.4.0"
  10768. },
  10769. "peerDependenciesMeta": {
  10770. "vue-router": {
  10771. "optional": true
  10772. }
  10773. }
  10774. },
  10775. "node_modules/unplugin-vue-router/node_modules/chokidar": {
  10776. "version": "3.6.0",
  10777. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  10778. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  10779. "dependencies": {
  10780. "anymatch": "~3.1.2",
  10781. "braces": "~3.0.2",
  10782. "glob-parent": "~5.1.2",
  10783. "is-binary-path": "~2.1.0",
  10784. "is-glob": "~4.0.1",
  10785. "normalize-path": "~3.0.0",
  10786. "readdirp": "~3.6.0"
  10787. },
  10788. "engines": {
  10789. "node": ">= 8.10.0"
  10790. },
  10791. "funding": {
  10792. "url": "https://paulmillr.com/funding/"
  10793. },
  10794. "optionalDependencies": {
  10795. "fsevents": "~2.3.2"
  10796. }
  10797. },
  10798. "node_modules/unplugin-vue-router/node_modules/magic-string": {
  10799. "version": "0.30.17",
  10800. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  10801. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  10802. "dependencies": {
  10803. "@jridgewell/sourcemap-codec": "^1.5.0"
  10804. }
  10805. },
  10806. "node_modules/unplugin-vue-router/node_modules/pathe": {
  10807. "version": "1.1.2",
  10808. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  10809. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  10810. },
  10811. "node_modules/unplugin-vue-router/node_modules/readdirp": {
  10812. "version": "3.6.0",
  10813. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  10814. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  10815. "dependencies": {
  10816. "picomatch": "^2.2.1"
  10817. },
  10818. "engines": {
  10819. "node": ">=8.10.0"
  10820. }
  10821. },
  10822. "node_modules/unplugin-vue-router/node_modules/unplugin": {
  10823. "version": "2.0.0-beta.1",
  10824. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.0.0-beta.1.tgz",
  10825. "integrity": "sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==",
  10826. "dependencies": {
  10827. "acorn": "^8.14.0",
  10828. "webpack-virtual-modules": "^0.6.2"
  10829. },
  10830. "engines": {
  10831. "node": ">=18.12.0"
  10832. }
  10833. },
  10834. "node_modules/unset-value": {
  10835. "version": "1.0.0",
  10836. "resolved": "https://registry.npmmirror.com/unset-value/-/unset-value-1.0.0.tgz",
  10837. "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",
  10838. "dependencies": {
  10839. "has-value": "^0.3.1",
  10840. "isobject": "^3.0.0"
  10841. },
  10842. "engines": {
  10843. "node": ">=0.10.0"
  10844. }
  10845. },
  10846. "node_modules/unset-value/node_modules/has-value": {
  10847. "version": "0.3.1",
  10848. "resolved": "https://registry.npmmirror.com/has-value/-/has-value-0.3.1.tgz",
  10849. "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==",
  10850. "dependencies": {
  10851. "get-value": "^2.0.3",
  10852. "has-values": "^0.1.4",
  10853. "isobject": "^2.0.0"
  10854. },
  10855. "engines": {
  10856. "node": ">=0.10.0"
  10857. }
  10858. },
  10859. "node_modules/unset-value/node_modules/has-value/node_modules/isobject": {
  10860. "version": "2.1.0",
  10861. "resolved": "https://registry.npmmirror.com/isobject/-/isobject-2.1.0.tgz",
  10862. "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
  10863. "dependencies": {
  10864. "isarray": "1.0.0"
  10865. },
  10866. "engines": {
  10867. "node": ">=0.10.0"
  10868. }
  10869. },
  10870. "node_modules/unset-value/node_modules/has-values": {
  10871. "version": "0.1.4",
  10872. "resolved": "https://registry.npmmirror.com/has-values/-/has-values-0.1.4.tgz",
  10873. "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==",
  10874. "engines": {
  10875. "node": ">=0.10.0"
  10876. }
  10877. },
  10878. "node_modules/unstorage": {
  10879. "version": "1.14.4",
  10880. "resolved": "https://registry.npmmirror.com/unstorage/-/unstorage-1.14.4.tgz",
  10881. "integrity": "sha512-1SYeamwuYeQJtJ/USE1x4l17LkmQBzg7deBJ+U9qOBoHo15d1cDxG4jM31zKRgF7pG0kirZy4wVMX6WL6Zoscg==",
  10882. "dependencies": {
  10883. "anymatch": "^3.1.3",
  10884. "chokidar": "^3.6.0",
  10885. "destr": "^2.0.3",
  10886. "h3": "^1.13.0",
  10887. "lru-cache": "^10.4.3",
  10888. "node-fetch-native": "^1.6.4",
  10889. "ofetch": "^1.4.1",
  10890. "ufo": "^1.5.4"
  10891. },
  10892. "peerDependencies": {
  10893. "@azure/app-configuration": "^1.8.0",
  10894. "@azure/cosmos": "^4.2.0",
  10895. "@azure/data-tables": "^13.3.0",
  10896. "@azure/identity": "^4.5.0",
  10897. "@azure/keyvault-secrets": "^4.9.0",
  10898. "@azure/storage-blob": "^12.26.0",
  10899. "@capacitor/preferences": "^6.0.3",
  10900. "@deno/kv": ">=0.8.4",
  10901. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0",
  10902. "@planetscale/database": "^1.19.0",
  10903. "@upstash/redis": "^1.34.3",
  10904. "@vercel/blob": ">=0.27.0",
  10905. "@vercel/kv": "^1.0.1",
  10906. "aws4fetch": "^1.0.20",
  10907. "db0": ">=0.2.1",
  10908. "idb-keyval": "^6.2.1",
  10909. "ioredis": "^5.4.2",
  10910. "uploadthing": "^7.4.1"
  10911. },
  10912. "peerDependenciesMeta": {
  10913. "@azure/app-configuration": {
  10914. "optional": true
  10915. },
  10916. "@azure/cosmos": {
  10917. "optional": true
  10918. },
  10919. "@azure/data-tables": {
  10920. "optional": true
  10921. },
  10922. "@azure/identity": {
  10923. "optional": true
  10924. },
  10925. "@azure/keyvault-secrets": {
  10926. "optional": true
  10927. },
  10928. "@azure/storage-blob": {
  10929. "optional": true
  10930. },
  10931. "@capacitor/preferences": {
  10932. "optional": true
  10933. },
  10934. "@deno/kv": {
  10935. "optional": true
  10936. },
  10937. "@netlify/blobs": {
  10938. "optional": true
  10939. },
  10940. "@planetscale/database": {
  10941. "optional": true
  10942. },
  10943. "@upstash/redis": {
  10944. "optional": true
  10945. },
  10946. "@vercel/blob": {
  10947. "optional": true
  10948. },
  10949. "@vercel/kv": {
  10950. "optional": true
  10951. },
  10952. "aws4fetch": {
  10953. "optional": true
  10954. },
  10955. "db0": {
  10956. "optional": true
  10957. },
  10958. "idb-keyval": {
  10959. "optional": true
  10960. },
  10961. "ioredis": {
  10962. "optional": true
  10963. },
  10964. "uploadthing": {
  10965. "optional": true
  10966. }
  10967. }
  10968. },
  10969. "node_modules/unstorage/node_modules/chokidar": {
  10970. "version": "3.6.0",
  10971. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  10972. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  10973. "dependencies": {
  10974. "anymatch": "~3.1.2",
  10975. "braces": "~3.0.2",
  10976. "glob-parent": "~5.1.2",
  10977. "is-binary-path": "~2.1.0",
  10978. "is-glob": "~4.0.1",
  10979. "normalize-path": "~3.0.0",
  10980. "readdirp": "~3.6.0"
  10981. },
  10982. "engines": {
  10983. "node": ">= 8.10.0"
  10984. },
  10985. "funding": {
  10986. "url": "https://paulmillr.com/funding/"
  10987. },
  10988. "optionalDependencies": {
  10989. "fsevents": "~2.3.2"
  10990. }
  10991. },
  10992. "node_modules/unstorage/node_modules/lru-cache": {
  10993. "version": "10.4.3",
  10994. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  10995. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  10996. },
  10997. "node_modules/unstorage/node_modules/readdirp": {
  10998. "version": "3.6.0",
  10999. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  11000. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  11001. "dependencies": {
  11002. "picomatch": "^2.2.1"
  11003. },
  11004. "engines": {
  11005. "node": ">=8.10.0"
  11006. }
  11007. },
  11008. "node_modules/untun": {
  11009. "version": "0.1.3",
  11010. "resolved": "https://registry.npmmirror.com/untun/-/untun-0.1.3.tgz",
  11011. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  11012. "dependencies": {
  11013. "citty": "^0.1.5",
  11014. "consola": "^3.2.3",
  11015. "pathe": "^1.1.1"
  11016. },
  11017. "bin": {
  11018. "untun": "bin/untun.mjs"
  11019. }
  11020. },
  11021. "node_modules/untun/node_modules/pathe": {
  11022. "version": "1.1.2",
  11023. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  11024. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  11025. },
  11026. "node_modules/untyped": {
  11027. "version": "1.5.2",
  11028. "resolved": "https://registry.npmmirror.com/untyped/-/untyped-1.5.2.tgz",
  11029. "integrity": "sha512-eL/8PlhLcMmlMDtNPKhyyz9kEBDS3Uk4yMu/ewlkT2WFbtzScjHWPJLdQLmaGPUKjXzwe9MumOtOgc4Fro96Kg==",
  11030. "dependencies": {
  11031. "@babel/core": "^7.26.0",
  11032. "@babel/standalone": "^7.26.4",
  11033. "@babel/types": "^7.26.3",
  11034. "citty": "^0.1.6",
  11035. "defu": "^6.1.4",
  11036. "jiti": "^2.4.1",
  11037. "knitwork": "^1.2.0",
  11038. "scule": "^1.3.0"
  11039. },
  11040. "bin": {
  11041. "untyped": "dist/cli.mjs"
  11042. }
  11043. },
  11044. "node_modules/unwasm": {
  11045. "version": "0.3.9",
  11046. "resolved": "https://registry.npmmirror.com/unwasm/-/unwasm-0.3.9.tgz",
  11047. "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==",
  11048. "dependencies": {
  11049. "knitwork": "^1.0.0",
  11050. "magic-string": "^0.30.8",
  11051. "mlly": "^1.6.1",
  11052. "pathe": "^1.1.2",
  11053. "pkg-types": "^1.0.3",
  11054. "unplugin": "^1.10.0"
  11055. }
  11056. },
  11057. "node_modules/unwasm/node_modules/magic-string": {
  11058. "version": "0.30.17",
  11059. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  11060. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  11061. "dependencies": {
  11062. "@jridgewell/sourcemap-codec": "^1.5.0"
  11063. }
  11064. },
  11065. "node_modules/unwasm/node_modules/pathe": {
  11066. "version": "1.1.2",
  11067. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  11068. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  11069. },
  11070. "node_modules/update-browserslist-db": {
  11071. "version": "1.1.2",
  11072. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
  11073. "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
  11074. "funding": [
  11075. {
  11076. "type": "opencollective",
  11077. "url": "https://opencollective.com/browserslist"
  11078. },
  11079. {
  11080. "type": "tidelift",
  11081. "url": "https://tidelift.com/funding/github/npm/browserslist"
  11082. },
  11083. {
  11084. "type": "github",
  11085. "url": "https://github.com/sponsors/ai"
  11086. }
  11087. ],
  11088. "dependencies": {
  11089. "escalade": "^3.2.0",
  11090. "picocolors": "^1.1.1"
  11091. },
  11092. "bin": {
  11093. "update-browserslist-db": "cli.js"
  11094. },
  11095. "peerDependencies": {
  11096. "browserslist": ">= 4.21.0"
  11097. }
  11098. },
  11099. "node_modules/uqr": {
  11100. "version": "0.1.2",
  11101. "resolved": "https://registry.npmmirror.com/uqr/-/uqr-0.1.2.tgz",
  11102. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA=="
  11103. },
  11104. "node_modules/uri-js-replace": {
  11105. "version": "1.0.1",
  11106. "resolved": "https://registry.npmmirror.com/uri-js-replace/-/uri-js-replace-1.0.1.tgz",
  11107. "integrity": "sha512-W+C9NWNLFOoBI2QWDp4UT9pv65r2w5Cx+3sTYFvtMdDBxkKt1syCqsUdSFAChbEe1uK5TfS04wt/nGwmaeIQ0g=="
  11108. },
  11109. "node_modules/urix": {
  11110. "version": "0.1.0",
  11111. "resolved": "https://registry.npmmirror.com/urix/-/urix-0.1.0.tgz",
  11112. "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",
  11113. "deprecated": "Please see https://github.com/lydell/urix#deprecated"
  11114. },
  11115. "node_modules/urlpattern-polyfill": {
  11116. "version": "8.0.2",
  11117. "resolved": "https://registry.npmmirror.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
  11118. "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
  11119. },
  11120. "node_modules/use": {
  11121. "version": "3.1.1",
  11122. "resolved": "https://registry.npmmirror.com/use/-/use-3.1.1.tgz",
  11123. "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
  11124. "engines": {
  11125. "node": ">=0.10.0"
  11126. }
  11127. },
  11128. "node_modules/util-deprecate": {
  11129. "version": "1.0.2",
  11130. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  11131. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  11132. },
  11133. "node_modules/vite": {
  11134. "version": "6.0.11",
  11135. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.0.11.tgz",
  11136. "integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==",
  11137. "dependencies": {
  11138. "esbuild": "^0.24.2",
  11139. "postcss": "^8.4.49",
  11140. "rollup": "^4.23.0"
  11141. },
  11142. "bin": {
  11143. "vite": "bin/vite.js"
  11144. },
  11145. "engines": {
  11146. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  11147. },
  11148. "funding": {
  11149. "url": "https://github.com/vitejs/vite?sponsor=1"
  11150. },
  11151. "optionalDependencies": {
  11152. "fsevents": "~2.3.3"
  11153. },
  11154. "peerDependencies": {
  11155. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  11156. "jiti": ">=1.21.0",
  11157. "less": "*",
  11158. "lightningcss": "^1.21.0",
  11159. "sass": "*",
  11160. "sass-embedded": "*",
  11161. "stylus": "*",
  11162. "sugarss": "*",
  11163. "terser": "^5.16.0",
  11164. "tsx": "^4.8.1",
  11165. "yaml": "^2.4.2"
  11166. },
  11167. "peerDependenciesMeta": {
  11168. "@types/node": {
  11169. "optional": true
  11170. },
  11171. "jiti": {
  11172. "optional": true
  11173. },
  11174. "less": {
  11175. "optional": true
  11176. },
  11177. "lightningcss": {
  11178. "optional": true
  11179. },
  11180. "sass": {
  11181. "optional": true
  11182. },
  11183. "sass-embedded": {
  11184. "optional": true
  11185. },
  11186. "stylus": {
  11187. "optional": true
  11188. },
  11189. "sugarss": {
  11190. "optional": true
  11191. },
  11192. "terser": {
  11193. "optional": true
  11194. },
  11195. "tsx": {
  11196. "optional": true
  11197. },
  11198. "yaml": {
  11199. "optional": true
  11200. }
  11201. }
  11202. },
  11203. "node_modules/vite-hot-client": {
  11204. "version": "0.2.4",
  11205. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-0.2.4.tgz",
  11206. "integrity": "sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA==",
  11207. "funding": {
  11208. "url": "https://github.com/sponsors/antfu"
  11209. },
  11210. "peerDependencies": {
  11211. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  11212. }
  11213. },
  11214. "node_modules/vite-node": {
  11215. "version": "2.1.8",
  11216. "resolved": "https://registry.npmmirror.com/vite-node/-/vite-node-2.1.8.tgz",
  11217. "integrity": "sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==",
  11218. "dependencies": {
  11219. "cac": "^6.7.14",
  11220. "debug": "^4.3.7",
  11221. "es-module-lexer": "^1.5.4",
  11222. "pathe": "^1.1.2",
  11223. "vite": "^5.0.0"
  11224. },
  11225. "bin": {
  11226. "vite-node": "vite-node.mjs"
  11227. },
  11228. "engines": {
  11229. "node": "^18.0.0 || >=20.0.0"
  11230. },
  11231. "funding": {
  11232. "url": "https://opencollective.com/vitest"
  11233. }
  11234. },
  11235. "node_modules/vite-node/node_modules/@esbuild/aix-ppc64": {
  11236. "version": "0.21.5",
  11237. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  11238. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  11239. "cpu": [
  11240. "ppc64"
  11241. ],
  11242. "optional": true,
  11243. "os": [
  11244. "aix"
  11245. ],
  11246. "engines": {
  11247. "node": ">=12"
  11248. }
  11249. },
  11250. "node_modules/vite-node/node_modules/@esbuild/android-arm": {
  11251. "version": "0.21.5",
  11252. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  11253. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  11254. "cpu": [
  11255. "arm"
  11256. ],
  11257. "optional": true,
  11258. "os": [
  11259. "android"
  11260. ],
  11261. "engines": {
  11262. "node": ">=12"
  11263. }
  11264. },
  11265. "node_modules/vite-node/node_modules/@esbuild/android-arm64": {
  11266. "version": "0.21.5",
  11267. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  11268. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  11269. "cpu": [
  11270. "arm64"
  11271. ],
  11272. "optional": true,
  11273. "os": [
  11274. "android"
  11275. ],
  11276. "engines": {
  11277. "node": ">=12"
  11278. }
  11279. },
  11280. "node_modules/vite-node/node_modules/@esbuild/android-x64": {
  11281. "version": "0.21.5",
  11282. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  11283. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  11284. "cpu": [
  11285. "x64"
  11286. ],
  11287. "optional": true,
  11288. "os": [
  11289. "android"
  11290. ],
  11291. "engines": {
  11292. "node": ">=12"
  11293. }
  11294. },
  11295. "node_modules/vite-node/node_modules/@esbuild/darwin-arm64": {
  11296. "version": "0.21.5",
  11297. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  11298. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  11299. "cpu": [
  11300. "arm64"
  11301. ],
  11302. "optional": true,
  11303. "os": [
  11304. "darwin"
  11305. ],
  11306. "engines": {
  11307. "node": ">=12"
  11308. }
  11309. },
  11310. "node_modules/vite-node/node_modules/@esbuild/darwin-x64": {
  11311. "version": "0.21.5",
  11312. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  11313. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  11314. "cpu": [
  11315. "x64"
  11316. ],
  11317. "optional": true,
  11318. "os": [
  11319. "darwin"
  11320. ],
  11321. "engines": {
  11322. "node": ">=12"
  11323. }
  11324. },
  11325. "node_modules/vite-node/node_modules/@esbuild/freebsd-arm64": {
  11326. "version": "0.21.5",
  11327. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  11328. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  11329. "cpu": [
  11330. "arm64"
  11331. ],
  11332. "optional": true,
  11333. "os": [
  11334. "freebsd"
  11335. ],
  11336. "engines": {
  11337. "node": ">=12"
  11338. }
  11339. },
  11340. "node_modules/vite-node/node_modules/@esbuild/freebsd-x64": {
  11341. "version": "0.21.5",
  11342. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  11343. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  11344. "cpu": [
  11345. "x64"
  11346. ],
  11347. "optional": true,
  11348. "os": [
  11349. "freebsd"
  11350. ],
  11351. "engines": {
  11352. "node": ">=12"
  11353. }
  11354. },
  11355. "node_modules/vite-node/node_modules/@esbuild/linux-arm": {
  11356. "version": "0.21.5",
  11357. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  11358. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  11359. "cpu": [
  11360. "arm"
  11361. ],
  11362. "optional": true,
  11363. "os": [
  11364. "linux"
  11365. ],
  11366. "engines": {
  11367. "node": ">=12"
  11368. }
  11369. },
  11370. "node_modules/vite-node/node_modules/@esbuild/linux-arm64": {
  11371. "version": "0.21.5",
  11372. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  11373. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  11374. "cpu": [
  11375. "arm64"
  11376. ],
  11377. "optional": true,
  11378. "os": [
  11379. "linux"
  11380. ],
  11381. "engines": {
  11382. "node": ">=12"
  11383. }
  11384. },
  11385. "node_modules/vite-node/node_modules/@esbuild/linux-ia32": {
  11386. "version": "0.21.5",
  11387. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  11388. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  11389. "cpu": [
  11390. "ia32"
  11391. ],
  11392. "optional": true,
  11393. "os": [
  11394. "linux"
  11395. ],
  11396. "engines": {
  11397. "node": ">=12"
  11398. }
  11399. },
  11400. "node_modules/vite-node/node_modules/@esbuild/linux-loong64": {
  11401. "version": "0.21.5",
  11402. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  11403. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  11404. "cpu": [
  11405. "loong64"
  11406. ],
  11407. "optional": true,
  11408. "os": [
  11409. "linux"
  11410. ],
  11411. "engines": {
  11412. "node": ">=12"
  11413. }
  11414. },
  11415. "node_modules/vite-node/node_modules/@esbuild/linux-mips64el": {
  11416. "version": "0.21.5",
  11417. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  11418. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  11419. "cpu": [
  11420. "mips64el"
  11421. ],
  11422. "optional": true,
  11423. "os": [
  11424. "linux"
  11425. ],
  11426. "engines": {
  11427. "node": ">=12"
  11428. }
  11429. },
  11430. "node_modules/vite-node/node_modules/@esbuild/linux-ppc64": {
  11431. "version": "0.21.5",
  11432. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  11433. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  11434. "cpu": [
  11435. "ppc64"
  11436. ],
  11437. "optional": true,
  11438. "os": [
  11439. "linux"
  11440. ],
  11441. "engines": {
  11442. "node": ">=12"
  11443. }
  11444. },
  11445. "node_modules/vite-node/node_modules/@esbuild/linux-riscv64": {
  11446. "version": "0.21.5",
  11447. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  11448. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  11449. "cpu": [
  11450. "riscv64"
  11451. ],
  11452. "optional": true,
  11453. "os": [
  11454. "linux"
  11455. ],
  11456. "engines": {
  11457. "node": ">=12"
  11458. }
  11459. },
  11460. "node_modules/vite-node/node_modules/@esbuild/linux-s390x": {
  11461. "version": "0.21.5",
  11462. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  11463. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  11464. "cpu": [
  11465. "s390x"
  11466. ],
  11467. "optional": true,
  11468. "os": [
  11469. "linux"
  11470. ],
  11471. "engines": {
  11472. "node": ">=12"
  11473. }
  11474. },
  11475. "node_modules/vite-node/node_modules/@esbuild/linux-x64": {
  11476. "version": "0.21.5",
  11477. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  11478. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  11479. "cpu": [
  11480. "x64"
  11481. ],
  11482. "optional": true,
  11483. "os": [
  11484. "linux"
  11485. ],
  11486. "engines": {
  11487. "node": ">=12"
  11488. }
  11489. },
  11490. "node_modules/vite-node/node_modules/@esbuild/netbsd-x64": {
  11491. "version": "0.21.5",
  11492. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  11493. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  11494. "cpu": [
  11495. "x64"
  11496. ],
  11497. "optional": true,
  11498. "os": [
  11499. "netbsd"
  11500. ],
  11501. "engines": {
  11502. "node": ">=12"
  11503. }
  11504. },
  11505. "node_modules/vite-node/node_modules/@esbuild/openbsd-x64": {
  11506. "version": "0.21.5",
  11507. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  11508. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  11509. "cpu": [
  11510. "x64"
  11511. ],
  11512. "optional": true,
  11513. "os": [
  11514. "openbsd"
  11515. ],
  11516. "engines": {
  11517. "node": ">=12"
  11518. }
  11519. },
  11520. "node_modules/vite-node/node_modules/@esbuild/sunos-x64": {
  11521. "version": "0.21.5",
  11522. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  11523. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  11524. "cpu": [
  11525. "x64"
  11526. ],
  11527. "optional": true,
  11528. "os": [
  11529. "sunos"
  11530. ],
  11531. "engines": {
  11532. "node": ">=12"
  11533. }
  11534. },
  11535. "node_modules/vite-node/node_modules/@esbuild/win32-arm64": {
  11536. "version": "0.21.5",
  11537. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  11538. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  11539. "cpu": [
  11540. "arm64"
  11541. ],
  11542. "optional": true,
  11543. "os": [
  11544. "win32"
  11545. ],
  11546. "engines": {
  11547. "node": ">=12"
  11548. }
  11549. },
  11550. "node_modules/vite-node/node_modules/@esbuild/win32-ia32": {
  11551. "version": "0.21.5",
  11552. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  11553. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  11554. "cpu": [
  11555. "ia32"
  11556. ],
  11557. "optional": true,
  11558. "os": [
  11559. "win32"
  11560. ],
  11561. "engines": {
  11562. "node": ">=12"
  11563. }
  11564. },
  11565. "node_modules/vite-node/node_modules/@esbuild/win32-x64": {
  11566. "version": "0.21.5",
  11567. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  11568. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  11569. "cpu": [
  11570. "x64"
  11571. ],
  11572. "optional": true,
  11573. "os": [
  11574. "win32"
  11575. ],
  11576. "engines": {
  11577. "node": ">=12"
  11578. }
  11579. },
  11580. "node_modules/vite-node/node_modules/esbuild": {
  11581. "version": "0.21.5",
  11582. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  11583. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  11584. "hasInstallScript": true,
  11585. "bin": {
  11586. "esbuild": "bin/esbuild"
  11587. },
  11588. "engines": {
  11589. "node": ">=12"
  11590. },
  11591. "optionalDependencies": {
  11592. "@esbuild/aix-ppc64": "0.21.5",
  11593. "@esbuild/android-arm": "0.21.5",
  11594. "@esbuild/android-arm64": "0.21.5",
  11595. "@esbuild/android-x64": "0.21.5",
  11596. "@esbuild/darwin-arm64": "0.21.5",
  11597. "@esbuild/darwin-x64": "0.21.5",
  11598. "@esbuild/freebsd-arm64": "0.21.5",
  11599. "@esbuild/freebsd-x64": "0.21.5",
  11600. "@esbuild/linux-arm": "0.21.5",
  11601. "@esbuild/linux-arm64": "0.21.5",
  11602. "@esbuild/linux-ia32": "0.21.5",
  11603. "@esbuild/linux-loong64": "0.21.5",
  11604. "@esbuild/linux-mips64el": "0.21.5",
  11605. "@esbuild/linux-ppc64": "0.21.5",
  11606. "@esbuild/linux-riscv64": "0.21.5",
  11607. "@esbuild/linux-s390x": "0.21.5",
  11608. "@esbuild/linux-x64": "0.21.5",
  11609. "@esbuild/netbsd-x64": "0.21.5",
  11610. "@esbuild/openbsd-x64": "0.21.5",
  11611. "@esbuild/sunos-x64": "0.21.5",
  11612. "@esbuild/win32-arm64": "0.21.5",
  11613. "@esbuild/win32-ia32": "0.21.5",
  11614. "@esbuild/win32-x64": "0.21.5"
  11615. }
  11616. },
  11617. "node_modules/vite-node/node_modules/pathe": {
  11618. "version": "1.1.2",
  11619. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  11620. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  11621. },
  11622. "node_modules/vite-node/node_modules/vite": {
  11623. "version": "5.4.14",
  11624. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.14.tgz",
  11625. "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==",
  11626. "dependencies": {
  11627. "esbuild": "^0.21.3",
  11628. "postcss": "^8.4.43",
  11629. "rollup": "^4.20.0"
  11630. },
  11631. "bin": {
  11632. "vite": "bin/vite.js"
  11633. },
  11634. "engines": {
  11635. "node": "^18.0.0 || >=20.0.0"
  11636. },
  11637. "funding": {
  11638. "url": "https://github.com/vitejs/vite?sponsor=1"
  11639. },
  11640. "optionalDependencies": {
  11641. "fsevents": "~2.3.3"
  11642. },
  11643. "peerDependencies": {
  11644. "@types/node": "^18.0.0 || >=20.0.0",
  11645. "less": "*",
  11646. "lightningcss": "^1.21.0",
  11647. "sass": "*",
  11648. "sass-embedded": "*",
  11649. "stylus": "*",
  11650. "sugarss": "*",
  11651. "terser": "^5.4.0"
  11652. },
  11653. "peerDependenciesMeta": {
  11654. "@types/node": {
  11655. "optional": true
  11656. },
  11657. "less": {
  11658. "optional": true
  11659. },
  11660. "lightningcss": {
  11661. "optional": true
  11662. },
  11663. "sass": {
  11664. "optional": true
  11665. },
  11666. "sass-embedded": {
  11667. "optional": true
  11668. },
  11669. "stylus": {
  11670. "optional": true
  11671. },
  11672. "sugarss": {
  11673. "optional": true
  11674. },
  11675. "terser": {
  11676. "optional": true
  11677. }
  11678. }
  11679. },
  11680. "node_modules/vite-plugin-checker": {
  11681. "version": "0.8.0",
  11682. "resolved": "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.8.0.tgz",
  11683. "integrity": "sha512-UA5uzOGm97UvZRTdZHiQVYFnd86AVn8EVaD4L3PoVzxH+IZSfaAw14WGFwX9QS23UW3lV/5bVKZn6l0w+q9P0g==",
  11684. "dependencies": {
  11685. "@babel/code-frame": "^7.12.13",
  11686. "ansi-escapes": "^4.3.0",
  11687. "chalk": "^4.1.1",
  11688. "chokidar": "^3.5.1",
  11689. "commander": "^8.0.0",
  11690. "fast-glob": "^3.2.7",
  11691. "fs-extra": "^11.1.0",
  11692. "npm-run-path": "^4.0.1",
  11693. "strip-ansi": "^6.0.0",
  11694. "tiny-invariant": "^1.1.0",
  11695. "vscode-languageclient": "^7.0.0",
  11696. "vscode-languageserver": "^7.0.0",
  11697. "vscode-languageserver-textdocument": "^1.0.1",
  11698. "vscode-uri": "^3.0.2"
  11699. },
  11700. "engines": {
  11701. "node": ">=14.16"
  11702. },
  11703. "peerDependencies": {
  11704. "@biomejs/biome": ">=1.7",
  11705. "eslint": ">=7",
  11706. "meow": "^9.0.0",
  11707. "optionator": "^0.9.1",
  11708. "stylelint": ">=13",
  11709. "typescript": "*",
  11710. "vite": ">=2.0.0",
  11711. "vls": "*",
  11712. "vti": "*",
  11713. "vue-tsc": "~2.1.6"
  11714. },
  11715. "peerDependenciesMeta": {
  11716. "@biomejs/biome": {
  11717. "optional": true
  11718. },
  11719. "eslint": {
  11720. "optional": true
  11721. },
  11722. "meow": {
  11723. "optional": true
  11724. },
  11725. "optionator": {
  11726. "optional": true
  11727. },
  11728. "stylelint": {
  11729. "optional": true
  11730. },
  11731. "typescript": {
  11732. "optional": true
  11733. },
  11734. "vls": {
  11735. "optional": true
  11736. },
  11737. "vti": {
  11738. "optional": true
  11739. },
  11740. "vue-tsc": {
  11741. "optional": true
  11742. }
  11743. }
  11744. },
  11745. "node_modules/vite-plugin-checker/node_modules/chokidar": {
  11746. "version": "3.6.0",
  11747. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  11748. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  11749. "dependencies": {
  11750. "anymatch": "~3.1.2",
  11751. "braces": "~3.0.2",
  11752. "glob-parent": "~5.1.2",
  11753. "is-binary-path": "~2.1.0",
  11754. "is-glob": "~4.0.1",
  11755. "normalize-path": "~3.0.0",
  11756. "readdirp": "~3.6.0"
  11757. },
  11758. "engines": {
  11759. "node": ">= 8.10.0"
  11760. },
  11761. "funding": {
  11762. "url": "https://paulmillr.com/funding/"
  11763. },
  11764. "optionalDependencies": {
  11765. "fsevents": "~2.3.2"
  11766. }
  11767. },
  11768. "node_modules/vite-plugin-checker/node_modules/commander": {
  11769. "version": "8.3.0",
  11770. "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz",
  11771. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  11772. "engines": {
  11773. "node": ">= 12"
  11774. }
  11775. },
  11776. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  11777. "version": "4.0.1",
  11778. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz",
  11779. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  11780. "dependencies": {
  11781. "path-key": "^3.0.0"
  11782. },
  11783. "engines": {
  11784. "node": ">=8"
  11785. }
  11786. },
  11787. "node_modules/vite-plugin-checker/node_modules/readdirp": {
  11788. "version": "3.6.0",
  11789. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  11790. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  11791. "dependencies": {
  11792. "picomatch": "^2.2.1"
  11793. },
  11794. "engines": {
  11795. "node": ">=8.10.0"
  11796. }
  11797. },
  11798. "node_modules/vite-plugin-inspect": {
  11799. "version": "0.8.9",
  11800. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  11801. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  11802. "dependencies": {
  11803. "@antfu/utils": "^0.7.10",
  11804. "@rollup/pluginutils": "^5.1.3",
  11805. "debug": "^4.3.7",
  11806. "error-stack-parser-es": "^0.1.5",
  11807. "fs-extra": "^11.2.0",
  11808. "open": "^10.1.0",
  11809. "perfect-debounce": "^1.0.0",
  11810. "picocolors": "^1.1.1",
  11811. "sirv": "^3.0.0"
  11812. },
  11813. "engines": {
  11814. "node": ">=14"
  11815. },
  11816. "funding": {
  11817. "url": "https://github.com/sponsors/antfu"
  11818. },
  11819. "peerDependencies": {
  11820. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  11821. },
  11822. "peerDependenciesMeta": {
  11823. "@nuxt/kit": {
  11824. "optional": true
  11825. }
  11826. }
  11827. },
  11828. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  11829. "version": "3.0.0",
  11830. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  11831. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  11832. "engines": {
  11833. "node": ">=12"
  11834. },
  11835. "funding": {
  11836. "url": "https://github.com/sponsors/sindresorhus"
  11837. }
  11838. },
  11839. "node_modules/vite-plugin-inspect/node_modules/open": {
  11840. "version": "10.1.0",
  11841. "resolved": "https://registry.npmmirror.com/open/-/open-10.1.0.tgz",
  11842. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  11843. "dependencies": {
  11844. "default-browser": "^5.2.1",
  11845. "define-lazy-prop": "^3.0.0",
  11846. "is-inside-container": "^1.0.0",
  11847. "is-wsl": "^3.1.0"
  11848. },
  11849. "engines": {
  11850. "node": ">=18"
  11851. },
  11852. "funding": {
  11853. "url": "https://github.com/sponsors/sindresorhus"
  11854. }
  11855. },
  11856. "node_modules/vite-plugin-vue-inspector": {
  11857. "version": "5.3.1",
  11858. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
  11859. "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
  11860. "dependencies": {
  11861. "@babel/core": "^7.23.0",
  11862. "@babel/plugin-proposal-decorators": "^7.23.0",
  11863. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  11864. "@babel/plugin-syntax-import-meta": "^7.10.4",
  11865. "@babel/plugin-transform-typescript": "^7.22.15",
  11866. "@vue/babel-plugin-jsx": "^1.1.5",
  11867. "@vue/compiler-dom": "^3.3.4",
  11868. "kolorist": "^1.8.0",
  11869. "magic-string": "^0.30.4"
  11870. },
  11871. "peerDependencies": {
  11872. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  11873. }
  11874. },
  11875. "node_modules/vite-plugin-vue-inspector/node_modules/magic-string": {
  11876. "version": "0.30.17",
  11877. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  11878. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  11879. "dependencies": {
  11880. "@jridgewell/sourcemap-codec": "^1.5.0"
  11881. }
  11882. },
  11883. "node_modules/vscode-jsonrpc": {
  11884. "version": "6.0.0",
  11885. "resolved": "https://registry.npmmirror.com/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz",
  11886. "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==",
  11887. "engines": {
  11888. "node": ">=8.0.0 || >=10.0.0"
  11889. }
  11890. },
  11891. "node_modules/vscode-languageclient": {
  11892. "version": "7.0.0",
  11893. "resolved": "https://registry.npmmirror.com/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz",
  11894. "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==",
  11895. "dependencies": {
  11896. "minimatch": "^3.0.4",
  11897. "semver": "^7.3.4",
  11898. "vscode-languageserver-protocol": "3.16.0"
  11899. },
  11900. "engines": {
  11901. "vscode": "^1.52.0"
  11902. }
  11903. },
  11904. "node_modules/vscode-languageserver": {
  11905. "version": "7.0.0",
  11906. "resolved": "https://registry.npmmirror.com/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz",
  11907. "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==",
  11908. "dependencies": {
  11909. "vscode-languageserver-protocol": "3.16.0"
  11910. },
  11911. "bin": {
  11912. "installServerIntoExtension": "bin/installServerIntoExtension"
  11913. }
  11914. },
  11915. "node_modules/vscode-languageserver-protocol": {
  11916. "version": "3.16.0",
  11917. "resolved": "https://registry.npmmirror.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz",
  11918. "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==",
  11919. "dependencies": {
  11920. "vscode-jsonrpc": "6.0.0",
  11921. "vscode-languageserver-types": "3.16.0"
  11922. }
  11923. },
  11924. "node_modules/vscode-languageserver-textdocument": {
  11925. "version": "1.0.12",
  11926. "resolved": "https://registry.npmmirror.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz",
  11927. "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA=="
  11928. },
  11929. "node_modules/vscode-languageserver-types": {
  11930. "version": "3.16.0",
  11931. "resolved": "https://registry.npmmirror.com/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz",
  11932. "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA=="
  11933. },
  11934. "node_modules/vscode-uri": {
  11935. "version": "3.0.8",
  11936. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.0.8.tgz",
  11937. "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
  11938. },
  11939. "node_modules/vue": {
  11940. "version": "3.5.13",
  11941. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
  11942. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  11943. "dependencies": {
  11944. "@vue/compiler-dom": "3.5.13",
  11945. "@vue/compiler-sfc": "3.5.13",
  11946. "@vue/runtime-dom": "3.5.13",
  11947. "@vue/server-renderer": "3.5.13",
  11948. "@vue/shared": "3.5.13"
  11949. },
  11950. "peerDependencies": {
  11951. "typescript": "*"
  11952. },
  11953. "peerDependenciesMeta": {
  11954. "typescript": {
  11955. "optional": true
  11956. }
  11957. }
  11958. },
  11959. "node_modules/vue-bundle-renderer": {
  11960. "version": "2.1.1",
  11961. "resolved": "https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-2.1.1.tgz",
  11962. "integrity": "sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==",
  11963. "dependencies": {
  11964. "ufo": "^1.5.4"
  11965. }
  11966. },
  11967. "node_modules/vue-demi": {
  11968. "version": "0.14.10",
  11969. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  11970. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  11971. "hasInstallScript": true,
  11972. "bin": {
  11973. "vue-demi-fix": "bin/vue-demi-fix.js",
  11974. "vue-demi-switch": "bin/vue-demi-switch.js"
  11975. },
  11976. "engines": {
  11977. "node": ">=12"
  11978. },
  11979. "funding": {
  11980. "url": "https://github.com/sponsors/antfu"
  11981. },
  11982. "peerDependencies": {
  11983. "@vue/composition-api": "^1.0.0-rc.1",
  11984. "vue": "^3.0.0-0 || ^2.6.0"
  11985. },
  11986. "peerDependenciesMeta": {
  11987. "@vue/composition-api": {
  11988. "optional": true
  11989. }
  11990. }
  11991. },
  11992. "node_modules/vue-devtools-stub": {
  11993. "version": "0.1.0",
  11994. "resolved": "https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  11995. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ=="
  11996. },
  11997. "node_modules/vue-router": {
  11998. "version": "4.5.0",
  11999. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.0.tgz",
  12000. "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==",
  12001. "dependencies": {
  12002. "@vue/devtools-api": "^6.6.4"
  12003. },
  12004. "funding": {
  12005. "url": "https://github.com/sponsors/posva"
  12006. },
  12007. "peerDependencies": {
  12008. "vue": "^3.2.0"
  12009. }
  12010. },
  12011. "node_modules/webidl-conversions": {
  12012. "version": "3.0.1",
  12013. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  12014. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  12015. },
  12016. "node_modules/webpack-virtual-modules": {
  12017. "version": "0.6.2",
  12018. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  12019. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ=="
  12020. },
  12021. "node_modules/whatwg-encoding": {
  12022. "version": "3.1.1",
  12023. "resolved": "https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
  12024. "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
  12025. "dependencies": {
  12026. "iconv-lite": "0.6.3"
  12027. },
  12028. "engines": {
  12029. "node": ">=18"
  12030. }
  12031. },
  12032. "node_modules/whatwg-mimetype": {
  12033. "version": "4.0.0",
  12034. "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
  12035. "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
  12036. "engines": {
  12037. "node": ">=18"
  12038. }
  12039. },
  12040. "node_modules/whatwg-url": {
  12041. "version": "5.0.0",
  12042. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  12043. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  12044. "dependencies": {
  12045. "tr46": "~0.0.3",
  12046. "webidl-conversions": "^3.0.0"
  12047. }
  12048. },
  12049. "node_modules/which": {
  12050. "version": "3.0.1",
  12051. "resolved": "https://registry.npmmirror.com/which/-/which-3.0.1.tgz",
  12052. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  12053. "dependencies": {
  12054. "isexe": "^2.0.0"
  12055. },
  12056. "bin": {
  12057. "node-which": "bin/which.js"
  12058. },
  12059. "engines": {
  12060. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  12061. }
  12062. },
  12063. "node_modules/which-module": {
  12064. "version": "2.0.1",
  12065. "resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
  12066. "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
  12067. },
  12068. "node_modules/wrap-ansi": {
  12069. "version": "6.2.0",
  12070. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  12071. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  12072. "dependencies": {
  12073. "ansi-styles": "^4.0.0",
  12074. "string-width": "^4.1.0",
  12075. "strip-ansi": "^6.0.0"
  12076. },
  12077. "engines": {
  12078. "node": ">=8"
  12079. }
  12080. },
  12081. "node_modules/wrap-ansi-cjs": {
  12082. "name": "wrap-ansi",
  12083. "version": "7.0.0",
  12084. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  12085. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  12086. "dependencies": {
  12087. "ansi-styles": "^4.0.0",
  12088. "string-width": "^4.1.0",
  12089. "strip-ansi": "^6.0.0"
  12090. },
  12091. "engines": {
  12092. "node": ">=10"
  12093. },
  12094. "funding": {
  12095. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  12096. }
  12097. },
  12098. "node_modules/wrappy": {
  12099. "version": "1.0.2",
  12100. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  12101. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  12102. },
  12103. "node_modules/ws": {
  12104. "version": "8.18.0",
  12105. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.0.tgz",
  12106. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  12107. "engines": {
  12108. "node": ">=10.0.0"
  12109. },
  12110. "peerDependencies": {
  12111. "bufferutil": "^4.0.1",
  12112. "utf-8-validate": ">=5.0.2"
  12113. },
  12114. "peerDependenciesMeta": {
  12115. "bufferutil": {
  12116. "optional": true
  12117. },
  12118. "utf-8-validate": {
  12119. "optional": true
  12120. }
  12121. }
  12122. },
  12123. "node_modules/y18n": {
  12124. "version": "4.0.3",
  12125. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz",
  12126. "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
  12127. },
  12128. "node_modules/yallist": {
  12129. "version": "3.1.1",
  12130. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  12131. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  12132. },
  12133. "node_modules/yaml": {
  12134. "version": "2.7.0",
  12135. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.7.0.tgz",
  12136. "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
  12137. "bin": {
  12138. "yaml": "bin.mjs"
  12139. },
  12140. "engines": {
  12141. "node": ">= 14"
  12142. }
  12143. },
  12144. "node_modules/yaml-ast-parser": {
  12145. "version": "0.0.43",
  12146. "resolved": "https://registry.npmmirror.com/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz",
  12147. "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A=="
  12148. },
  12149. "node_modules/yargs": {
  12150. "version": "15.4.1",
  12151. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz",
  12152. "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  12153. "dependencies": {
  12154. "cliui": "^6.0.0",
  12155. "decamelize": "^1.2.0",
  12156. "find-up": "^4.1.0",
  12157. "get-caller-file": "^2.0.1",
  12158. "require-directory": "^2.1.1",
  12159. "require-main-filename": "^2.0.0",
  12160. "set-blocking": "^2.0.0",
  12161. "string-width": "^4.2.0",
  12162. "which-module": "^2.0.0",
  12163. "y18n": "^4.0.0",
  12164. "yargs-parser": "^18.1.2"
  12165. },
  12166. "engines": {
  12167. "node": ">=8"
  12168. }
  12169. },
  12170. "node_modules/yargs-parser": {
  12171. "version": "21.1.1",
  12172. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  12173. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  12174. "engines": {
  12175. "node": ">=12"
  12176. }
  12177. },
  12178. "node_modules/yargs/node_modules/yargs-parser": {
  12179. "version": "18.1.3",
  12180. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz",
  12181. "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  12182. "dependencies": {
  12183. "camelcase": "^5.0.0",
  12184. "decamelize": "^1.2.0"
  12185. },
  12186. "engines": {
  12187. "node": ">=6"
  12188. }
  12189. },
  12190. "node_modules/yoctocolors": {
  12191. "version": "2.1.1",
  12192. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  12193. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  12194. "engines": {
  12195. "node": ">=18"
  12196. },
  12197. "funding": {
  12198. "url": "https://github.com/sponsors/sindresorhus"
  12199. }
  12200. },
  12201. "node_modules/zhead": {
  12202. "version": "2.2.4",
  12203. "resolved": "https://registry.npmmirror.com/zhead/-/zhead-2.2.4.tgz",
  12204. "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
  12205. "funding": {
  12206. "url": "https://github.com/sponsors/harlan-zw"
  12207. }
  12208. },
  12209. "node_modules/zip-stream": {
  12210. "version": "6.0.1",
  12211. "resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-6.0.1.tgz",
  12212. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  12213. "dependencies": {
  12214. "archiver-utils": "^5.0.0",
  12215. "compress-commons": "^6.0.2",
  12216. "readable-stream": "^4.0.0"
  12217. },
  12218. "engines": {
  12219. "node": ">= 14"
  12220. }
  12221. }
  12222. }
  12223. }