package-lock.json 370 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291102921029310294102951029610297102981029910300103011030210303103041030510306103071030810309103101031110312103131031410315103161031710318103191032010321103221032310324103251032610327103281032910330103311033210333103341033510336103371033810339103401034110342103431034410345103461034710348103491035010351103521035310354103551035610357103581035910360103611036210363103641036510366103671036810369103701037110372103731037410375103761037710378103791038010381103821038310384103851038610387103881038910390103911039210393103941039510396103971039810399104001040110402104031040410405104061040710408104091041010411104121041310414104151041610417104181041910420104211042210423104241042510426104271042810429104301043110432104331043410435104361043710438104391044010441104421044310444104451044610447104481044910450104511045210453104541045510456104571045810459104601046110462104631046410465104661046710468104691047010471104721047310474104751047610477104781047910480104811048210483104841048510486104871048810489104901049110492104931049410495104961049710498104991050010501105021050310504105051050610507105081050910510105111051210513105141051510516
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@nuxtjs/style-resources": "^1.2.2",
  11. "add": "^2.0.6",
  12. "axios": "^1.7.7",
  13. "less": "^4.2.0",
  14. "less-loader": "^12.2.0",
  15. "nuxt": "^3.13.0",
  16. "vue": "latest",
  17. "vue-router": "latest"
  18. }
  19. },
  20. "node_modules/@ampproject/remapping": {
  21. "version": "2.3.0",
  22. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  23. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  24. "license": "Apache-2.0",
  25. "dependencies": {
  26. "@jridgewell/gen-mapping": "^0.3.5",
  27. "@jridgewell/trace-mapping": "^0.3.24"
  28. },
  29. "engines": {
  30. "node": ">=6.0.0"
  31. }
  32. },
  33. "node_modules/@antfu/utils": {
  34. "version": "0.7.10",
  35. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  36. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  37. "license": "MIT",
  38. "funding": {
  39. "url": "https://github.com/sponsors/antfu"
  40. }
  41. },
  42. "node_modules/@babel/code-frame": {
  43. "version": "7.25.7",
  44. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.25.7.tgz",
  45. "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==",
  46. "license": "MIT",
  47. "dependencies": {
  48. "@babel/highlight": "^7.25.7",
  49. "picocolors": "^1.0.0"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. }
  54. },
  55. "node_modules/@babel/compat-data": {
  56. "version": "7.25.7",
  57. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.25.7.tgz",
  58. "integrity": "sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==",
  59. "license": "MIT",
  60. "engines": {
  61. "node": ">=6.9.0"
  62. }
  63. },
  64. "node_modules/@babel/core": {
  65. "version": "7.25.7",
  66. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.25.7.tgz",
  67. "integrity": "sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==",
  68. "license": "MIT",
  69. "dependencies": {
  70. "@ampproject/remapping": "^2.2.0",
  71. "@babel/code-frame": "^7.25.7",
  72. "@babel/generator": "^7.25.7",
  73. "@babel/helper-compilation-targets": "^7.25.7",
  74. "@babel/helper-module-transforms": "^7.25.7",
  75. "@babel/helpers": "^7.25.7",
  76. "@babel/parser": "^7.25.7",
  77. "@babel/template": "^7.25.7",
  78. "@babel/traverse": "^7.25.7",
  79. "@babel/types": "^7.25.7",
  80. "convert-source-map": "^2.0.0",
  81. "debug": "^4.1.0",
  82. "gensync": "^1.0.0-beta.2",
  83. "json5": "^2.2.3",
  84. "semver": "^6.3.1"
  85. },
  86. "engines": {
  87. "node": ">=6.9.0"
  88. },
  89. "funding": {
  90. "type": "opencollective",
  91. "url": "https://opencollective.com/babel"
  92. }
  93. },
  94. "node_modules/@babel/core/node_modules/semver": {
  95. "version": "6.3.1",
  96. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  97. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  98. "license": "ISC",
  99. "bin": {
  100. "semver": "bin/semver.js"
  101. }
  102. },
  103. "node_modules/@babel/generator": {
  104. "version": "7.25.7",
  105. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.25.7.tgz",
  106. "integrity": "sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==",
  107. "license": "MIT",
  108. "dependencies": {
  109. "@babel/types": "^7.25.7",
  110. "@jridgewell/gen-mapping": "^0.3.5",
  111. "@jridgewell/trace-mapping": "^0.3.25",
  112. "jsesc": "^3.0.2"
  113. },
  114. "engines": {
  115. "node": ">=6.9.0"
  116. }
  117. },
  118. "node_modules/@babel/helper-annotate-as-pure": {
  119. "version": "7.25.7",
  120. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz",
  121. "integrity": "sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==",
  122. "license": "MIT",
  123. "dependencies": {
  124. "@babel/types": "^7.25.7"
  125. },
  126. "engines": {
  127. "node": ">=6.9.0"
  128. }
  129. },
  130. "node_modules/@babel/helper-compilation-targets": {
  131. "version": "7.25.7",
  132. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz",
  133. "integrity": "sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==",
  134. "license": "MIT",
  135. "dependencies": {
  136. "@babel/compat-data": "^7.25.7",
  137. "@babel/helper-validator-option": "^7.25.7",
  138. "browserslist": "^4.24.0",
  139. "lru-cache": "^5.1.1",
  140. "semver": "^6.3.1"
  141. },
  142. "engines": {
  143. "node": ">=6.9.0"
  144. }
  145. },
  146. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  147. "version": "6.3.1",
  148. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  149. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  150. "license": "ISC",
  151. "bin": {
  152. "semver": "bin/semver.js"
  153. }
  154. },
  155. "node_modules/@babel/helper-create-class-features-plugin": {
  156. "version": "7.25.7",
  157. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz",
  158. "integrity": "sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw==",
  159. "license": "MIT",
  160. "dependencies": {
  161. "@babel/helper-annotate-as-pure": "^7.25.7",
  162. "@babel/helper-member-expression-to-functions": "^7.25.7",
  163. "@babel/helper-optimise-call-expression": "^7.25.7",
  164. "@babel/helper-replace-supers": "^7.25.7",
  165. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
  166. "@babel/traverse": "^7.25.7",
  167. "semver": "^6.3.1"
  168. },
  169. "engines": {
  170. "node": ">=6.9.0"
  171. },
  172. "peerDependencies": {
  173. "@babel/core": "^7.0.0"
  174. }
  175. },
  176. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  177. "version": "6.3.1",
  178. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  179. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  180. "license": "ISC",
  181. "bin": {
  182. "semver": "bin/semver.js"
  183. }
  184. },
  185. "node_modules/@babel/helper-member-expression-to-functions": {
  186. "version": "7.25.7",
  187. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.7.tgz",
  188. "integrity": "sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA==",
  189. "license": "MIT",
  190. "dependencies": {
  191. "@babel/traverse": "^7.25.7",
  192. "@babel/types": "^7.25.7"
  193. },
  194. "engines": {
  195. "node": ">=6.9.0"
  196. }
  197. },
  198. "node_modules/@babel/helper-module-imports": {
  199. "version": "7.25.7",
  200. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz",
  201. "integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==",
  202. "license": "MIT",
  203. "dependencies": {
  204. "@babel/traverse": "^7.25.7",
  205. "@babel/types": "^7.25.7"
  206. },
  207. "engines": {
  208. "node": ">=6.9.0"
  209. }
  210. },
  211. "node_modules/@babel/helper-module-transforms": {
  212. "version": "7.25.7",
  213. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz",
  214. "integrity": "sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==",
  215. "license": "MIT",
  216. "dependencies": {
  217. "@babel/helper-module-imports": "^7.25.7",
  218. "@babel/helper-simple-access": "^7.25.7",
  219. "@babel/helper-validator-identifier": "^7.25.7",
  220. "@babel/traverse": "^7.25.7"
  221. },
  222. "engines": {
  223. "node": ">=6.9.0"
  224. },
  225. "peerDependencies": {
  226. "@babel/core": "^7.0.0"
  227. }
  228. },
  229. "node_modules/@babel/helper-optimise-call-expression": {
  230. "version": "7.25.7",
  231. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz",
  232. "integrity": "sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng==",
  233. "license": "MIT",
  234. "dependencies": {
  235. "@babel/types": "^7.25.7"
  236. },
  237. "engines": {
  238. "node": ">=6.9.0"
  239. }
  240. },
  241. "node_modules/@babel/helper-plugin-utils": {
  242. "version": "7.25.7",
  243. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz",
  244. "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==",
  245. "license": "MIT",
  246. "engines": {
  247. "node": ">=6.9.0"
  248. }
  249. },
  250. "node_modules/@babel/helper-replace-supers": {
  251. "version": "7.25.7",
  252. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz",
  253. "integrity": "sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw==",
  254. "license": "MIT",
  255. "dependencies": {
  256. "@babel/helper-member-expression-to-functions": "^7.25.7",
  257. "@babel/helper-optimise-call-expression": "^7.25.7",
  258. "@babel/traverse": "^7.25.7"
  259. },
  260. "engines": {
  261. "node": ">=6.9.0"
  262. },
  263. "peerDependencies": {
  264. "@babel/core": "^7.0.0"
  265. }
  266. },
  267. "node_modules/@babel/helper-simple-access": {
  268. "version": "7.25.7",
  269. "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz",
  270. "integrity": "sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==",
  271. "license": "MIT",
  272. "dependencies": {
  273. "@babel/traverse": "^7.25.7",
  274. "@babel/types": "^7.25.7"
  275. },
  276. "engines": {
  277. "node": ">=6.9.0"
  278. }
  279. },
  280. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  281. "version": "7.25.7",
  282. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.7.tgz",
  283. "integrity": "sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA==",
  284. "license": "MIT",
  285. "dependencies": {
  286. "@babel/traverse": "^7.25.7",
  287. "@babel/types": "^7.25.7"
  288. },
  289. "engines": {
  290. "node": ">=6.9.0"
  291. }
  292. },
  293. "node_modules/@babel/helper-string-parser": {
  294. "version": "7.25.7",
  295. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz",
  296. "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==",
  297. "license": "MIT",
  298. "engines": {
  299. "node": ">=6.9.0"
  300. }
  301. },
  302. "node_modules/@babel/helper-validator-identifier": {
  303. "version": "7.25.7",
  304. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz",
  305. "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==",
  306. "license": "MIT",
  307. "engines": {
  308. "node": ">=6.9.0"
  309. }
  310. },
  311. "node_modules/@babel/helper-validator-option": {
  312. "version": "7.25.7",
  313. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz",
  314. "integrity": "sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==",
  315. "license": "MIT",
  316. "engines": {
  317. "node": ">=6.9.0"
  318. }
  319. },
  320. "node_modules/@babel/helpers": {
  321. "version": "7.25.7",
  322. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.25.7.tgz",
  323. "integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==",
  324. "license": "MIT",
  325. "dependencies": {
  326. "@babel/template": "^7.25.7",
  327. "@babel/types": "^7.25.7"
  328. },
  329. "engines": {
  330. "node": ">=6.9.0"
  331. }
  332. },
  333. "node_modules/@babel/highlight": {
  334. "version": "7.25.7",
  335. "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.25.7.tgz",
  336. "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==",
  337. "license": "MIT",
  338. "dependencies": {
  339. "@babel/helper-validator-identifier": "^7.25.7",
  340. "chalk": "^2.4.2",
  341. "js-tokens": "^4.0.0",
  342. "picocolors": "^1.0.0"
  343. },
  344. "engines": {
  345. "node": ">=6.9.0"
  346. }
  347. },
  348. "node_modules/@babel/parser": {
  349. "version": "7.25.7",
  350. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.7.tgz",
  351. "integrity": "sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==",
  352. "license": "MIT",
  353. "dependencies": {
  354. "@babel/types": "^7.25.7"
  355. },
  356. "bin": {
  357. "parser": "bin/babel-parser.js"
  358. },
  359. "engines": {
  360. "node": ">=6.0.0"
  361. }
  362. },
  363. "node_modules/@babel/plugin-proposal-decorators": {
  364. "version": "7.25.7",
  365. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.7.tgz",
  366. "integrity": "sha512-q1mqqqH0e1lhmsEQHV5U8OmdueBC2y0RFr2oUzZoFRtN3MvPmt2fsFRcNQAoGLTSNdHBFUYGnlgcRFhkBbKjPw==",
  367. "license": "MIT",
  368. "dependencies": {
  369. "@babel/helper-create-class-features-plugin": "^7.25.7",
  370. "@babel/helper-plugin-utils": "^7.25.7",
  371. "@babel/plugin-syntax-decorators": "^7.25.7"
  372. },
  373. "engines": {
  374. "node": ">=6.9.0"
  375. },
  376. "peerDependencies": {
  377. "@babel/core": "^7.0.0-0"
  378. }
  379. },
  380. "node_modules/@babel/plugin-syntax-decorators": {
  381. "version": "7.25.7",
  382. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.7.tgz",
  383. "integrity": "sha512-oXduHo642ZhstLVYTe2z2GSJIruU0c/W3/Ghr6A5yGMsVrvdnxO1z+3pbTcT7f3/Clnt+1z8D/w1r1f1SHaCHw==",
  384. "license": "MIT",
  385. "dependencies": {
  386. "@babel/helper-plugin-utils": "^7.25.7"
  387. },
  388. "engines": {
  389. "node": ">=6.9.0"
  390. },
  391. "peerDependencies": {
  392. "@babel/core": "^7.0.0-0"
  393. }
  394. },
  395. "node_modules/@babel/plugin-syntax-import-attributes": {
  396. "version": "7.25.7",
  397. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz",
  398. "integrity": "sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw==",
  399. "license": "MIT",
  400. "dependencies": {
  401. "@babel/helper-plugin-utils": "^7.25.7"
  402. },
  403. "engines": {
  404. "node": ">=6.9.0"
  405. },
  406. "peerDependencies": {
  407. "@babel/core": "^7.0.0-0"
  408. }
  409. },
  410. "node_modules/@babel/plugin-syntax-import-meta": {
  411. "version": "7.10.4",
  412. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  413. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  414. "license": "MIT",
  415. "dependencies": {
  416. "@babel/helper-plugin-utils": "^7.10.4"
  417. },
  418. "peerDependencies": {
  419. "@babel/core": "^7.0.0-0"
  420. }
  421. },
  422. "node_modules/@babel/plugin-syntax-jsx": {
  423. "version": "7.25.7",
  424. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz",
  425. "integrity": "sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==",
  426. "license": "MIT",
  427. "dependencies": {
  428. "@babel/helper-plugin-utils": "^7.25.7"
  429. },
  430. "engines": {
  431. "node": ">=6.9.0"
  432. },
  433. "peerDependencies": {
  434. "@babel/core": "^7.0.0-0"
  435. }
  436. },
  437. "node_modules/@babel/plugin-syntax-typescript": {
  438. "version": "7.25.7",
  439. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.7.tgz",
  440. "integrity": "sha512-rR+5FDjpCHqqZN2bzZm18bVYGaejGq5ZkpVCJLXor/+zlSrSoc4KWcHI0URVWjl/68Dyr1uwZUz/1njycEAv9g==",
  441. "license": "MIT",
  442. "dependencies": {
  443. "@babel/helper-plugin-utils": "^7.25.7"
  444. },
  445. "engines": {
  446. "node": ">=6.9.0"
  447. },
  448. "peerDependencies": {
  449. "@babel/core": "^7.0.0-0"
  450. }
  451. },
  452. "node_modules/@babel/plugin-transform-typescript": {
  453. "version": "7.25.7",
  454. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.7.tgz",
  455. "integrity": "sha512-VKlgy2vBzj8AmEzunocMun2fF06bsSWV+FvVXohtL6FGve/+L217qhHxRTVGHEDO/YR8IANcjzgJsd04J8ge5Q==",
  456. "license": "MIT",
  457. "dependencies": {
  458. "@babel/helper-annotate-as-pure": "^7.25.7",
  459. "@babel/helper-create-class-features-plugin": "^7.25.7",
  460. "@babel/helper-plugin-utils": "^7.25.7",
  461. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
  462. "@babel/plugin-syntax-typescript": "^7.25.7"
  463. },
  464. "engines": {
  465. "node": ">=6.9.0"
  466. },
  467. "peerDependencies": {
  468. "@babel/core": "^7.0.0-0"
  469. }
  470. },
  471. "node_modules/@babel/standalone": {
  472. "version": "7.25.7",
  473. "resolved": "https://registry.npmmirror.com/@babel/standalone/-/standalone-7.25.7.tgz",
  474. "integrity": "sha512-7H+mK18Ew4C/pIIiZwF1eiVjUEh2Ju/BpwRZwcPeXltF/rIjHjFL0gol7PtGrHocmIq6P6ubJrylmmWQ3lGJPA==",
  475. "license": "MIT",
  476. "engines": {
  477. "node": ">=6.9.0"
  478. }
  479. },
  480. "node_modules/@babel/template": {
  481. "version": "7.25.7",
  482. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.7.tgz",
  483. "integrity": "sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==",
  484. "license": "MIT",
  485. "dependencies": {
  486. "@babel/code-frame": "^7.25.7",
  487. "@babel/parser": "^7.25.7",
  488. "@babel/types": "^7.25.7"
  489. },
  490. "engines": {
  491. "node": ">=6.9.0"
  492. }
  493. },
  494. "node_modules/@babel/traverse": {
  495. "version": "7.25.7",
  496. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.25.7.tgz",
  497. "integrity": "sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==",
  498. "license": "MIT",
  499. "dependencies": {
  500. "@babel/code-frame": "^7.25.7",
  501. "@babel/generator": "^7.25.7",
  502. "@babel/parser": "^7.25.7",
  503. "@babel/template": "^7.25.7",
  504. "@babel/types": "^7.25.7",
  505. "debug": "^4.3.1",
  506. "globals": "^11.1.0"
  507. },
  508. "engines": {
  509. "node": ">=6.9.0"
  510. }
  511. },
  512. "node_modules/@babel/types": {
  513. "version": "7.25.7",
  514. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.7.tgz",
  515. "integrity": "sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==",
  516. "license": "MIT",
  517. "dependencies": {
  518. "@babel/helper-string-parser": "^7.25.7",
  519. "@babel/helper-validator-identifier": "^7.25.7",
  520. "to-fast-properties": "^2.0.0"
  521. },
  522. "engines": {
  523. "node": ">=6.9.0"
  524. }
  525. },
  526. "node_modules/@cloudflare/kv-asset-handler": {
  527. "version": "0.3.4",
  528. "resolved": "https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz",
  529. "integrity": "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==",
  530. "license": "MIT OR Apache-2.0",
  531. "dependencies": {
  532. "mime": "^3.0.0"
  533. },
  534. "engines": {
  535. "node": ">=16.13"
  536. }
  537. },
  538. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  539. "version": "3.0.0",
  540. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  541. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  542. "license": "MIT",
  543. "bin": {
  544. "mime": "cli.js"
  545. },
  546. "engines": {
  547. "node": ">=10.0.0"
  548. }
  549. },
  550. "node_modules/@esbuild/aix-ppc64": {
  551. "version": "0.23.1",
  552. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz",
  553. "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==",
  554. "cpu": [
  555. "ppc64"
  556. ],
  557. "license": "MIT",
  558. "optional": true,
  559. "os": [
  560. "aix"
  561. ],
  562. "engines": {
  563. "node": ">=18"
  564. }
  565. },
  566. "node_modules/@esbuild/android-arm": {
  567. "version": "0.23.1",
  568. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.23.1.tgz",
  569. "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==",
  570. "cpu": [
  571. "arm"
  572. ],
  573. "license": "MIT",
  574. "optional": true,
  575. "os": [
  576. "android"
  577. ],
  578. "engines": {
  579. "node": ">=18"
  580. }
  581. },
  582. "node_modules/@esbuild/android-arm64": {
  583. "version": "0.23.1",
  584. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz",
  585. "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==",
  586. "cpu": [
  587. "arm64"
  588. ],
  589. "license": "MIT",
  590. "optional": true,
  591. "os": [
  592. "android"
  593. ],
  594. "engines": {
  595. "node": ">=18"
  596. }
  597. },
  598. "node_modules/@esbuild/android-x64": {
  599. "version": "0.23.1",
  600. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.23.1.tgz",
  601. "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==",
  602. "cpu": [
  603. "x64"
  604. ],
  605. "license": "MIT",
  606. "optional": true,
  607. "os": [
  608. "android"
  609. ],
  610. "engines": {
  611. "node": ">=18"
  612. }
  613. },
  614. "node_modules/@esbuild/darwin-arm64": {
  615. "version": "0.23.1",
  616. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz",
  617. "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==",
  618. "cpu": [
  619. "arm64"
  620. ],
  621. "license": "MIT",
  622. "optional": true,
  623. "os": [
  624. "darwin"
  625. ],
  626. "engines": {
  627. "node": ">=18"
  628. }
  629. },
  630. "node_modules/@esbuild/darwin-x64": {
  631. "version": "0.23.1",
  632. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz",
  633. "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==",
  634. "cpu": [
  635. "x64"
  636. ],
  637. "license": "MIT",
  638. "optional": true,
  639. "os": [
  640. "darwin"
  641. ],
  642. "engines": {
  643. "node": ">=18"
  644. }
  645. },
  646. "node_modules/@esbuild/freebsd-arm64": {
  647. "version": "0.23.1",
  648. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz",
  649. "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==",
  650. "cpu": [
  651. "arm64"
  652. ],
  653. "license": "MIT",
  654. "optional": true,
  655. "os": [
  656. "freebsd"
  657. ],
  658. "engines": {
  659. "node": ">=18"
  660. }
  661. },
  662. "node_modules/@esbuild/freebsd-x64": {
  663. "version": "0.23.1",
  664. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz",
  665. "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==",
  666. "cpu": [
  667. "x64"
  668. ],
  669. "license": "MIT",
  670. "optional": true,
  671. "os": [
  672. "freebsd"
  673. ],
  674. "engines": {
  675. "node": ">=18"
  676. }
  677. },
  678. "node_modules/@esbuild/linux-arm": {
  679. "version": "0.23.1",
  680. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz",
  681. "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==",
  682. "cpu": [
  683. "arm"
  684. ],
  685. "license": "MIT",
  686. "optional": true,
  687. "os": [
  688. "linux"
  689. ],
  690. "engines": {
  691. "node": ">=18"
  692. }
  693. },
  694. "node_modules/@esbuild/linux-arm64": {
  695. "version": "0.23.1",
  696. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz",
  697. "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==",
  698. "cpu": [
  699. "arm64"
  700. ],
  701. "license": "MIT",
  702. "optional": true,
  703. "os": [
  704. "linux"
  705. ],
  706. "engines": {
  707. "node": ">=18"
  708. }
  709. },
  710. "node_modules/@esbuild/linux-ia32": {
  711. "version": "0.23.1",
  712. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz",
  713. "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==",
  714. "cpu": [
  715. "ia32"
  716. ],
  717. "license": "MIT",
  718. "optional": true,
  719. "os": [
  720. "linux"
  721. ],
  722. "engines": {
  723. "node": ">=18"
  724. }
  725. },
  726. "node_modules/@esbuild/linux-loong64": {
  727. "version": "0.23.1",
  728. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz",
  729. "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==",
  730. "cpu": [
  731. "loong64"
  732. ],
  733. "license": "MIT",
  734. "optional": true,
  735. "os": [
  736. "linux"
  737. ],
  738. "engines": {
  739. "node": ">=18"
  740. }
  741. },
  742. "node_modules/@esbuild/linux-mips64el": {
  743. "version": "0.23.1",
  744. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz",
  745. "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==",
  746. "cpu": [
  747. "mips64el"
  748. ],
  749. "license": "MIT",
  750. "optional": true,
  751. "os": [
  752. "linux"
  753. ],
  754. "engines": {
  755. "node": ">=18"
  756. }
  757. },
  758. "node_modules/@esbuild/linux-ppc64": {
  759. "version": "0.23.1",
  760. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz",
  761. "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==",
  762. "cpu": [
  763. "ppc64"
  764. ],
  765. "license": "MIT",
  766. "optional": true,
  767. "os": [
  768. "linux"
  769. ],
  770. "engines": {
  771. "node": ">=18"
  772. }
  773. },
  774. "node_modules/@esbuild/linux-riscv64": {
  775. "version": "0.23.1",
  776. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz",
  777. "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==",
  778. "cpu": [
  779. "riscv64"
  780. ],
  781. "license": "MIT",
  782. "optional": true,
  783. "os": [
  784. "linux"
  785. ],
  786. "engines": {
  787. "node": ">=18"
  788. }
  789. },
  790. "node_modules/@esbuild/linux-s390x": {
  791. "version": "0.23.1",
  792. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz",
  793. "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==",
  794. "cpu": [
  795. "s390x"
  796. ],
  797. "license": "MIT",
  798. "optional": true,
  799. "os": [
  800. "linux"
  801. ],
  802. "engines": {
  803. "node": ">=18"
  804. }
  805. },
  806. "node_modules/@esbuild/linux-x64": {
  807. "version": "0.23.1",
  808. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz",
  809. "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==",
  810. "cpu": [
  811. "x64"
  812. ],
  813. "license": "MIT",
  814. "optional": true,
  815. "os": [
  816. "linux"
  817. ],
  818. "engines": {
  819. "node": ">=18"
  820. }
  821. },
  822. "node_modules/@esbuild/netbsd-x64": {
  823. "version": "0.23.1",
  824. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz",
  825. "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==",
  826. "cpu": [
  827. "x64"
  828. ],
  829. "license": "MIT",
  830. "optional": true,
  831. "os": [
  832. "netbsd"
  833. ],
  834. "engines": {
  835. "node": ">=18"
  836. }
  837. },
  838. "node_modules/@esbuild/openbsd-arm64": {
  839. "version": "0.23.1",
  840. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz",
  841. "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==",
  842. "cpu": [
  843. "arm64"
  844. ],
  845. "license": "MIT",
  846. "optional": true,
  847. "os": [
  848. "openbsd"
  849. ],
  850. "engines": {
  851. "node": ">=18"
  852. }
  853. },
  854. "node_modules/@esbuild/openbsd-x64": {
  855. "version": "0.23.1",
  856. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz",
  857. "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==",
  858. "cpu": [
  859. "x64"
  860. ],
  861. "license": "MIT",
  862. "optional": true,
  863. "os": [
  864. "openbsd"
  865. ],
  866. "engines": {
  867. "node": ">=18"
  868. }
  869. },
  870. "node_modules/@esbuild/sunos-x64": {
  871. "version": "0.23.1",
  872. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz",
  873. "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==",
  874. "cpu": [
  875. "x64"
  876. ],
  877. "license": "MIT",
  878. "optional": true,
  879. "os": [
  880. "sunos"
  881. ],
  882. "engines": {
  883. "node": ">=18"
  884. }
  885. },
  886. "node_modules/@esbuild/win32-arm64": {
  887. "version": "0.23.1",
  888. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz",
  889. "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==",
  890. "cpu": [
  891. "arm64"
  892. ],
  893. "license": "MIT",
  894. "optional": true,
  895. "os": [
  896. "win32"
  897. ],
  898. "engines": {
  899. "node": ">=18"
  900. }
  901. },
  902. "node_modules/@esbuild/win32-ia32": {
  903. "version": "0.23.1",
  904. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz",
  905. "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==",
  906. "cpu": [
  907. "ia32"
  908. ],
  909. "license": "MIT",
  910. "optional": true,
  911. "os": [
  912. "win32"
  913. ],
  914. "engines": {
  915. "node": ">=18"
  916. }
  917. },
  918. "node_modules/@esbuild/win32-x64": {
  919. "version": "0.23.1",
  920. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz",
  921. "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==",
  922. "cpu": [
  923. "x64"
  924. ],
  925. "license": "MIT",
  926. "optional": true,
  927. "os": [
  928. "win32"
  929. ],
  930. "engines": {
  931. "node": ">=18"
  932. }
  933. },
  934. "node_modules/@fastify/busboy": {
  935. "version": "2.1.1",
  936. "resolved": "https://registry.npmmirror.com/@fastify/busboy/-/busboy-2.1.1.tgz",
  937. "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
  938. "license": "MIT",
  939. "engines": {
  940. "node": ">=14"
  941. }
  942. },
  943. "node_modules/@ioredis/commands": {
  944. "version": "1.2.0",
  945. "resolved": "https://registry.npmmirror.com/@ioredis/commands/-/commands-1.2.0.tgz",
  946. "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==",
  947. "license": "MIT"
  948. },
  949. "node_modules/@isaacs/cliui": {
  950. "version": "8.0.2",
  951. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  952. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  953. "license": "ISC",
  954. "dependencies": {
  955. "string-width": "^5.1.2",
  956. "string-width-cjs": "npm:string-width@^4.2.0",
  957. "strip-ansi": "^7.0.1",
  958. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  959. "wrap-ansi": "^8.1.0",
  960. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  961. },
  962. "engines": {
  963. "node": ">=12"
  964. }
  965. },
  966. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  967. "version": "6.1.0",
  968. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  969. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  970. "license": "MIT",
  971. "engines": {
  972. "node": ">=12"
  973. },
  974. "funding": {
  975. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  976. }
  977. },
  978. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  979. "version": "6.2.1",
  980. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  981. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  982. "license": "MIT",
  983. "engines": {
  984. "node": ">=12"
  985. },
  986. "funding": {
  987. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  988. }
  989. },
  990. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  991. "version": "9.2.2",
  992. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  993. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  994. "license": "MIT"
  995. },
  996. "node_modules/@isaacs/cliui/node_modules/string-width": {
  997. "version": "5.1.2",
  998. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  999. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1000. "license": "MIT",
  1001. "dependencies": {
  1002. "eastasianwidth": "^0.2.0",
  1003. "emoji-regex": "^9.2.2",
  1004. "strip-ansi": "^7.0.1"
  1005. },
  1006. "engines": {
  1007. "node": ">=12"
  1008. },
  1009. "funding": {
  1010. "url": "https://github.com/sponsors/sindresorhus"
  1011. }
  1012. },
  1013. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  1014. "version": "7.1.0",
  1015. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  1016. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  1017. "license": "MIT",
  1018. "dependencies": {
  1019. "ansi-regex": "^6.0.1"
  1020. },
  1021. "engines": {
  1022. "node": ">=12"
  1023. },
  1024. "funding": {
  1025. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1026. }
  1027. },
  1028. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1029. "version": "8.1.0",
  1030. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1031. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1032. "license": "MIT",
  1033. "dependencies": {
  1034. "ansi-styles": "^6.1.0",
  1035. "string-width": "^5.0.1",
  1036. "strip-ansi": "^7.0.1"
  1037. },
  1038. "engines": {
  1039. "node": ">=12"
  1040. },
  1041. "funding": {
  1042. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1043. }
  1044. },
  1045. "node_modules/@jridgewell/gen-mapping": {
  1046. "version": "0.3.5",
  1047. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  1048. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  1049. "license": "MIT",
  1050. "dependencies": {
  1051. "@jridgewell/set-array": "^1.2.1",
  1052. "@jridgewell/sourcemap-codec": "^1.4.10",
  1053. "@jridgewell/trace-mapping": "^0.3.24"
  1054. },
  1055. "engines": {
  1056. "node": ">=6.0.0"
  1057. }
  1058. },
  1059. "node_modules/@jridgewell/resolve-uri": {
  1060. "version": "3.1.2",
  1061. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1062. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1063. "license": "MIT",
  1064. "engines": {
  1065. "node": ">=6.0.0"
  1066. }
  1067. },
  1068. "node_modules/@jridgewell/set-array": {
  1069. "version": "1.2.1",
  1070. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1071. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1072. "license": "MIT",
  1073. "engines": {
  1074. "node": ">=6.0.0"
  1075. }
  1076. },
  1077. "node_modules/@jridgewell/source-map": {
  1078. "version": "0.3.6",
  1079. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  1080. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  1081. "license": "MIT",
  1082. "dependencies": {
  1083. "@jridgewell/gen-mapping": "^0.3.5",
  1084. "@jridgewell/trace-mapping": "^0.3.25"
  1085. }
  1086. },
  1087. "node_modules/@jridgewell/sourcemap-codec": {
  1088. "version": "1.5.0",
  1089. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1090. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  1091. "license": "MIT"
  1092. },
  1093. "node_modules/@jridgewell/trace-mapping": {
  1094. "version": "0.3.25",
  1095. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1096. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1097. "license": "MIT",
  1098. "dependencies": {
  1099. "@jridgewell/resolve-uri": "^3.1.0",
  1100. "@jridgewell/sourcemap-codec": "^1.4.14"
  1101. }
  1102. },
  1103. "node_modules/@kwsites/file-exists": {
  1104. "version": "1.1.1",
  1105. "resolved": "https://registry.npmmirror.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1106. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1107. "license": "MIT",
  1108. "dependencies": {
  1109. "debug": "^4.1.1"
  1110. }
  1111. },
  1112. "node_modules/@kwsites/promise-deferred": {
  1113. "version": "1.1.1",
  1114. "resolved": "https://registry.npmmirror.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1115. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1116. "license": "MIT"
  1117. },
  1118. "node_modules/@mapbox/node-pre-gyp": {
  1119. "version": "1.0.11",
  1120. "resolved": "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
  1121. "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
  1122. "license": "BSD-3-Clause",
  1123. "dependencies": {
  1124. "detect-libc": "^2.0.0",
  1125. "https-proxy-agent": "^5.0.0",
  1126. "make-dir": "^3.1.0",
  1127. "node-fetch": "^2.6.7",
  1128. "nopt": "^5.0.0",
  1129. "npmlog": "^5.0.1",
  1130. "rimraf": "^3.0.2",
  1131. "semver": "^7.3.5",
  1132. "tar": "^6.1.11"
  1133. },
  1134. "bin": {
  1135. "node-pre-gyp": "bin/node-pre-gyp"
  1136. }
  1137. },
  1138. "node_modules/@netlify/functions": {
  1139. "version": "2.8.2",
  1140. "resolved": "https://registry.npmmirror.com/@netlify/functions/-/functions-2.8.2.tgz",
  1141. "integrity": "sha512-DeoAQh8LuNPvBE4qsKlezjKj0PyXDryOFJfJKo3Z1qZLKzQ21sT314KQKPVjfvw6knqijj+IO+0kHXy/TJiqNA==",
  1142. "license": "MIT",
  1143. "dependencies": {
  1144. "@netlify/serverless-functions-api": "1.26.1"
  1145. },
  1146. "engines": {
  1147. "node": ">=14.0.0"
  1148. }
  1149. },
  1150. "node_modules/@netlify/node-cookies": {
  1151. "version": "0.1.0",
  1152. "resolved": "https://registry.npmmirror.com/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
  1153. "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
  1154. "license": "MIT",
  1155. "engines": {
  1156. "node": "^14.16.0 || >=16.0.0"
  1157. }
  1158. },
  1159. "node_modules/@netlify/serverless-functions-api": {
  1160. "version": "1.26.1",
  1161. "resolved": "https://registry.npmmirror.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.1.tgz",
  1162. "integrity": "sha512-q3L9i3HoNfz0SGpTIS4zTcKBbRkxzCRpd169eyiTuk3IwcPC3/85mzLHranlKo2b+HYT0gu37YxGB45aD8A3Tw==",
  1163. "license": "MIT",
  1164. "dependencies": {
  1165. "@netlify/node-cookies": "^0.1.0",
  1166. "urlpattern-polyfill": "8.0.2"
  1167. },
  1168. "engines": {
  1169. "node": ">=18.0.0"
  1170. }
  1171. },
  1172. "node_modules/@nodelib/fs.scandir": {
  1173. "version": "2.1.5",
  1174. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1175. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1176. "license": "MIT",
  1177. "dependencies": {
  1178. "@nodelib/fs.stat": "2.0.5",
  1179. "run-parallel": "^1.1.9"
  1180. },
  1181. "engines": {
  1182. "node": ">= 8"
  1183. }
  1184. },
  1185. "node_modules/@nodelib/fs.stat": {
  1186. "version": "2.0.5",
  1187. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1188. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1189. "license": "MIT",
  1190. "engines": {
  1191. "node": ">= 8"
  1192. }
  1193. },
  1194. "node_modules/@nodelib/fs.walk": {
  1195. "version": "1.2.8",
  1196. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1197. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1198. "license": "MIT",
  1199. "dependencies": {
  1200. "@nodelib/fs.scandir": "2.1.5",
  1201. "fastq": "^1.6.0"
  1202. },
  1203. "engines": {
  1204. "node": ">= 8"
  1205. }
  1206. },
  1207. "node_modules/@nuxt/devalue": {
  1208. "version": "2.0.2",
  1209. "resolved": "https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1210. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1211. "license": "MIT"
  1212. },
  1213. "node_modules/@nuxt/devtools": {
  1214. "version": "1.5.2",
  1215. "resolved": "https://registry.npmmirror.com/@nuxt/devtools/-/devtools-1.5.2.tgz",
  1216. "integrity": "sha512-E0bqGjAEpzVu7K8soiiDOqjAQ1FaRZPqSSU0OidmRL0HNM9kIaBNr78R494OLSop0Hh0d2Uha7Yt9IEADHtgyw==",
  1217. "license": "MIT",
  1218. "dependencies": {
  1219. "@antfu/utils": "^0.7.10",
  1220. "@nuxt/devtools-kit": "1.5.2",
  1221. "@nuxt/devtools-wizard": "1.5.2",
  1222. "@nuxt/kit": "^3.13.2",
  1223. "@vue/devtools-core": "7.4.4",
  1224. "@vue/devtools-kit": "7.4.4",
  1225. "birpc": "^0.2.17",
  1226. "consola": "^3.2.3",
  1227. "cronstrue": "^2.50.0",
  1228. "destr": "^2.0.3",
  1229. "error-stack-parser-es": "^0.1.5",
  1230. "execa": "^7.2.0",
  1231. "fast-npm-meta": "^0.2.2",
  1232. "flatted": "^3.3.1",
  1233. "get-port-please": "^3.1.2",
  1234. "hookable": "^5.5.3",
  1235. "image-meta": "^0.2.1",
  1236. "is-installed-globally": "^1.0.0",
  1237. "launch-editor": "^2.9.1",
  1238. "local-pkg": "^0.5.0",
  1239. "magicast": "^0.3.5",
  1240. "nypm": "^0.3.11",
  1241. "ohash": "^1.1.4",
  1242. "pathe": "^1.1.2",
  1243. "perfect-debounce": "^1.0.0",
  1244. "pkg-types": "^1.2.0",
  1245. "rc9": "^2.1.2",
  1246. "scule": "^1.3.0",
  1247. "semver": "^7.6.3",
  1248. "simple-git": "^3.27.0",
  1249. "sirv": "^2.0.4",
  1250. "tinyglobby": "^0.2.6",
  1251. "unimport": "^3.12.0",
  1252. "vite-plugin-inspect": "^0.8.7",
  1253. "vite-plugin-vue-inspector": "5.1.3",
  1254. "which": "^3.0.1",
  1255. "ws": "^8.18.0"
  1256. },
  1257. "bin": {
  1258. "devtools": "cli.mjs"
  1259. },
  1260. "peerDependencies": {
  1261. "vite": "*"
  1262. }
  1263. },
  1264. "node_modules/@nuxt/devtools-kit": {
  1265. "version": "1.5.2",
  1266. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-kit/-/devtools-kit-1.5.2.tgz",
  1267. "integrity": "sha512-IMbwflL/JLuK1JcM5yWKa+T5JGjwnCACZJw218/8bUTt/uTVgtkMueE+1/p9rhCWxvGQiT3xnCIXKhEg7xP58Q==",
  1268. "license": "MIT",
  1269. "dependencies": {
  1270. "@nuxt/kit": "^3.13.2",
  1271. "@nuxt/schema": "^3.13.2",
  1272. "execa": "^7.2.0"
  1273. },
  1274. "peerDependencies": {
  1275. "vite": "*"
  1276. }
  1277. },
  1278. "node_modules/@nuxt/devtools-wizard": {
  1279. "version": "1.5.2",
  1280. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-wizard/-/devtools-wizard-1.5.2.tgz",
  1281. "integrity": "sha512-wZhouI3drb7HL7KYezYb9ksK0EeSVbHDPPKdLQePVrr+7SphThqiHoWmovBB3e/D4jtO3VC07+ILZcXUnat6HQ==",
  1282. "license": "MIT",
  1283. "dependencies": {
  1284. "consola": "^3.2.3",
  1285. "diff": "^7.0.0",
  1286. "execa": "^7.2.0",
  1287. "global-directory": "^4.0.1",
  1288. "magicast": "^0.3.5",
  1289. "pathe": "^1.1.2",
  1290. "pkg-types": "^1.2.0",
  1291. "prompts": "^2.4.2",
  1292. "rc9": "^2.1.2",
  1293. "semver": "^7.6.3"
  1294. },
  1295. "bin": {
  1296. "devtools-wizard": "cli.mjs"
  1297. }
  1298. },
  1299. "node_modules/@nuxt/kit": {
  1300. "version": "3.13.2",
  1301. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.13.2.tgz",
  1302. "integrity": "sha512-KvRw21zU//wdz25IeE1E5m/aFSzhJloBRAQtv+evcFeZvuroIxpIQuUqhbzuwznaUwpiWbmwlcsp5uOWmi4vwA==",
  1303. "license": "MIT",
  1304. "dependencies": {
  1305. "@nuxt/schema": "3.13.2",
  1306. "c12": "^1.11.2",
  1307. "consola": "^3.2.3",
  1308. "defu": "^6.1.4",
  1309. "destr": "^2.0.3",
  1310. "globby": "^14.0.2",
  1311. "hash-sum": "^2.0.0",
  1312. "ignore": "^5.3.2",
  1313. "jiti": "^1.21.6",
  1314. "klona": "^2.0.6",
  1315. "knitwork": "^1.1.0",
  1316. "mlly": "^1.7.1",
  1317. "pathe": "^1.1.2",
  1318. "pkg-types": "^1.2.0",
  1319. "scule": "^1.3.0",
  1320. "semver": "^7.6.3",
  1321. "ufo": "^1.5.4",
  1322. "unctx": "^2.3.1",
  1323. "unimport": "^3.12.0",
  1324. "untyped": "^1.4.2"
  1325. },
  1326. "engines": {
  1327. "node": "^14.18.0 || >=16.10.0"
  1328. }
  1329. },
  1330. "node_modules/@nuxt/schema": {
  1331. "version": "3.13.2",
  1332. "resolved": "https://registry.npmmirror.com/@nuxt/schema/-/schema-3.13.2.tgz",
  1333. "integrity": "sha512-CCZgpm+MkqtOMDEgF9SWgGPBXlQ01hV/6+2reDEpJuqFPGzV8HYKPBcIFvn7/z5ahtgutHLzjP71Na+hYcqSpw==",
  1334. "license": "MIT",
  1335. "dependencies": {
  1336. "compatx": "^0.1.8",
  1337. "consola": "^3.2.3",
  1338. "defu": "^6.1.4",
  1339. "hookable": "^5.5.3",
  1340. "pathe": "^1.1.2",
  1341. "pkg-types": "^1.2.0",
  1342. "scule": "^1.3.0",
  1343. "std-env": "^3.7.0",
  1344. "ufo": "^1.5.4",
  1345. "uncrypto": "^0.1.3",
  1346. "unimport": "^3.12.0",
  1347. "untyped": "^1.4.2"
  1348. },
  1349. "engines": {
  1350. "node": "^14.18.0 || >=16.10.0"
  1351. }
  1352. },
  1353. "node_modules/@nuxt/telemetry": {
  1354. "version": "2.6.0",
  1355. "resolved": "https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.6.0.tgz",
  1356. "integrity": "sha512-h4YJ1d32cU7tDKjjhjtIIEck4WF/w3DTQBT348E9Pz85YLttnLqktLM0Ez9Xc2LzCeUgBDQv1el7Ob/zT3KUqg==",
  1357. "license": "MIT",
  1358. "dependencies": {
  1359. "@nuxt/kit": "^3.13.1",
  1360. "ci-info": "^4.0.0",
  1361. "consola": "^3.2.3",
  1362. "create-require": "^1.1.1",
  1363. "defu": "^6.1.4",
  1364. "destr": "^2.0.3",
  1365. "dotenv": "^16.4.5",
  1366. "git-url-parse": "^15.0.0",
  1367. "is-docker": "^3.0.0",
  1368. "jiti": "^1.21.6",
  1369. "mri": "^1.2.0",
  1370. "nanoid": "^5.0.7",
  1371. "ofetch": "^1.3.4",
  1372. "package-manager-detector": "^0.2.0",
  1373. "parse-git-config": "^3.0.0",
  1374. "pathe": "^1.1.2",
  1375. "rc9": "^2.1.2",
  1376. "std-env": "^3.7.0"
  1377. },
  1378. "bin": {
  1379. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1380. }
  1381. },
  1382. "node_modules/@nuxt/vite-builder": {
  1383. "version": "3.13.2",
  1384. "resolved": "https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-3.13.2.tgz",
  1385. "integrity": "sha512-3dzc3YH3UeTmzGtCevW1jTq0Q8/cm+yXqo/VS/EFM3aIO/tuNPS88is8ZF2YeBButFnLFllq/QenziPbq0YD6Q==",
  1386. "license": "MIT",
  1387. "dependencies": {
  1388. "@nuxt/kit": "3.13.2",
  1389. "@rollup/plugin-replace": "^5.0.7",
  1390. "@vitejs/plugin-vue": "^5.1.3",
  1391. "@vitejs/plugin-vue-jsx": "^4.0.1",
  1392. "autoprefixer": "^10.4.20",
  1393. "clear": "^0.1.0",
  1394. "consola": "^3.2.3",
  1395. "cssnano": "^7.0.6",
  1396. "defu": "^6.1.4",
  1397. "esbuild": "^0.23.1",
  1398. "escape-string-regexp": "^5.0.0",
  1399. "estree-walker": "^3.0.3",
  1400. "externality": "^1.0.2",
  1401. "get-port-please": "^3.1.2",
  1402. "h3": "^1.12.0",
  1403. "knitwork": "^1.1.0",
  1404. "magic-string": "^0.30.11",
  1405. "mlly": "^1.7.1",
  1406. "ohash": "^1.1.4",
  1407. "pathe": "^1.1.2",
  1408. "perfect-debounce": "^1.0.0",
  1409. "pkg-types": "^1.2.0",
  1410. "postcss": "^8.4.47",
  1411. "rollup-plugin-visualizer": "^5.12.0",
  1412. "std-env": "^3.7.0",
  1413. "strip-literal": "^2.1.0",
  1414. "ufo": "^1.5.4",
  1415. "unenv": "^1.10.0",
  1416. "unplugin": "^1.14.1",
  1417. "vite": "^5.4.5",
  1418. "vite-node": "^2.1.1",
  1419. "vite-plugin-checker": "^0.8.0",
  1420. "vue-bundle-renderer": "^2.1.0"
  1421. },
  1422. "engines": {
  1423. "node": "^14.18.0 || >=16.10.0"
  1424. },
  1425. "peerDependencies": {
  1426. "vue": "^3.3.4"
  1427. }
  1428. },
  1429. "node_modules/@nuxtjs/style-resources": {
  1430. "version": "1.2.2",
  1431. "resolved": "https://registry.npmmirror.com/@nuxtjs/style-resources/-/style-resources-1.2.2.tgz",
  1432. "integrity": "sha512-p2putExz19lDDhCway+nVgPsH37Uw7Qbos8rWJ7RXI7Mp0/qVsKzLSIsAYWSUXwUdsJilPDQhSNazp+CEYJ37g==",
  1433. "license": "MIT",
  1434. "dependencies": {
  1435. "consola": "^3.2.3",
  1436. "glob-all": "^3.3.1",
  1437. "sass-resources-loader": "^2.2.5"
  1438. },
  1439. "engines": {
  1440. "node": ">=v10.24.1",
  1441. "npm": ">=6.14.14"
  1442. }
  1443. },
  1444. "node_modules/@parcel/watcher": {
  1445. "version": "2.4.1",
  1446. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.4.1.tgz",
  1447. "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
  1448. "license": "MIT",
  1449. "dependencies": {
  1450. "detect-libc": "^1.0.3",
  1451. "is-glob": "^4.0.3",
  1452. "micromatch": "^4.0.5",
  1453. "node-addon-api": "^7.0.0"
  1454. },
  1455. "engines": {
  1456. "node": ">= 10.0.0"
  1457. },
  1458. "funding": {
  1459. "type": "opencollective",
  1460. "url": "https://opencollective.com/parcel"
  1461. },
  1462. "optionalDependencies": {
  1463. "@parcel/watcher-android-arm64": "2.4.1",
  1464. "@parcel/watcher-darwin-arm64": "2.4.1",
  1465. "@parcel/watcher-darwin-x64": "2.4.1",
  1466. "@parcel/watcher-freebsd-x64": "2.4.1",
  1467. "@parcel/watcher-linux-arm-glibc": "2.4.1",
  1468. "@parcel/watcher-linux-arm64-glibc": "2.4.1",
  1469. "@parcel/watcher-linux-arm64-musl": "2.4.1",
  1470. "@parcel/watcher-linux-x64-glibc": "2.4.1",
  1471. "@parcel/watcher-linux-x64-musl": "2.4.1",
  1472. "@parcel/watcher-win32-arm64": "2.4.1",
  1473. "@parcel/watcher-win32-ia32": "2.4.1",
  1474. "@parcel/watcher-win32-x64": "2.4.1"
  1475. }
  1476. },
  1477. "node_modules/@parcel/watcher-android-arm64": {
  1478. "version": "2.4.1",
  1479. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz",
  1480. "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==",
  1481. "cpu": [
  1482. "arm64"
  1483. ],
  1484. "license": "MIT",
  1485. "optional": true,
  1486. "os": [
  1487. "android"
  1488. ],
  1489. "engines": {
  1490. "node": ">= 10.0.0"
  1491. },
  1492. "funding": {
  1493. "type": "opencollective",
  1494. "url": "https://opencollective.com/parcel"
  1495. }
  1496. },
  1497. "node_modules/@parcel/watcher-darwin-arm64": {
  1498. "version": "2.4.1",
  1499. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz",
  1500. "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==",
  1501. "cpu": [
  1502. "arm64"
  1503. ],
  1504. "license": "MIT",
  1505. "optional": true,
  1506. "os": [
  1507. "darwin"
  1508. ],
  1509. "engines": {
  1510. "node": ">= 10.0.0"
  1511. },
  1512. "funding": {
  1513. "type": "opencollective",
  1514. "url": "https://opencollective.com/parcel"
  1515. }
  1516. },
  1517. "node_modules/@parcel/watcher-darwin-x64": {
  1518. "version": "2.4.1",
  1519. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz",
  1520. "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==",
  1521. "cpu": [
  1522. "x64"
  1523. ],
  1524. "license": "MIT",
  1525. "optional": true,
  1526. "os": [
  1527. "darwin"
  1528. ],
  1529. "engines": {
  1530. "node": ">= 10.0.0"
  1531. },
  1532. "funding": {
  1533. "type": "opencollective",
  1534. "url": "https://opencollective.com/parcel"
  1535. }
  1536. },
  1537. "node_modules/@parcel/watcher-freebsd-x64": {
  1538. "version": "2.4.1",
  1539. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz",
  1540. "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==",
  1541. "cpu": [
  1542. "x64"
  1543. ],
  1544. "license": "MIT",
  1545. "optional": true,
  1546. "os": [
  1547. "freebsd"
  1548. ],
  1549. "engines": {
  1550. "node": ">= 10.0.0"
  1551. },
  1552. "funding": {
  1553. "type": "opencollective",
  1554. "url": "https://opencollective.com/parcel"
  1555. }
  1556. },
  1557. "node_modules/@parcel/watcher-linux-arm-glibc": {
  1558. "version": "2.4.1",
  1559. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz",
  1560. "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==",
  1561. "cpu": [
  1562. "arm"
  1563. ],
  1564. "license": "MIT",
  1565. "optional": true,
  1566. "os": [
  1567. "linux"
  1568. ],
  1569. "engines": {
  1570. "node": ">= 10.0.0"
  1571. },
  1572. "funding": {
  1573. "type": "opencollective",
  1574. "url": "https://opencollective.com/parcel"
  1575. }
  1576. },
  1577. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  1578. "version": "2.4.1",
  1579. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz",
  1580. "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==",
  1581. "cpu": [
  1582. "arm64"
  1583. ],
  1584. "license": "MIT",
  1585. "optional": true,
  1586. "os": [
  1587. "linux"
  1588. ],
  1589. "engines": {
  1590. "node": ">= 10.0.0"
  1591. },
  1592. "funding": {
  1593. "type": "opencollective",
  1594. "url": "https://opencollective.com/parcel"
  1595. }
  1596. },
  1597. "node_modules/@parcel/watcher-linux-arm64-musl": {
  1598. "version": "2.4.1",
  1599. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz",
  1600. "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==",
  1601. "cpu": [
  1602. "arm64"
  1603. ],
  1604. "license": "MIT",
  1605. "optional": true,
  1606. "os": [
  1607. "linux"
  1608. ],
  1609. "engines": {
  1610. "node": ">= 10.0.0"
  1611. },
  1612. "funding": {
  1613. "type": "opencollective",
  1614. "url": "https://opencollective.com/parcel"
  1615. }
  1616. },
  1617. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1618. "version": "2.4.1",
  1619. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
  1620. "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
  1621. "cpu": [
  1622. "x64"
  1623. ],
  1624. "license": "MIT",
  1625. "optional": true,
  1626. "os": [
  1627. "linux"
  1628. ],
  1629. "engines": {
  1630. "node": ">= 10.0.0"
  1631. },
  1632. "funding": {
  1633. "type": "opencollective",
  1634. "url": "https://opencollective.com/parcel"
  1635. }
  1636. },
  1637. "node_modules/@parcel/watcher-linux-x64-musl": {
  1638. "version": "2.4.1",
  1639. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
  1640. "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
  1641. "cpu": [
  1642. "x64"
  1643. ],
  1644. "license": "MIT",
  1645. "optional": true,
  1646. "os": [
  1647. "linux"
  1648. ],
  1649. "engines": {
  1650. "node": ">= 10.0.0"
  1651. },
  1652. "funding": {
  1653. "type": "opencollective",
  1654. "url": "https://opencollective.com/parcel"
  1655. }
  1656. },
  1657. "node_modules/@parcel/watcher-wasm": {
  1658. "version": "2.4.1",
  1659. "resolved": "https://registry.npmmirror.com/@parcel/watcher-wasm/-/watcher-wasm-2.4.1.tgz",
  1660. "integrity": "sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==",
  1661. "bundleDependencies": [
  1662. "napi-wasm"
  1663. ],
  1664. "license": "MIT",
  1665. "dependencies": {
  1666. "is-glob": "^4.0.3",
  1667. "micromatch": "^4.0.5",
  1668. "napi-wasm": "^1.1.0"
  1669. },
  1670. "engines": {
  1671. "node": ">= 10.0.0"
  1672. },
  1673. "funding": {
  1674. "type": "opencollective",
  1675. "url": "https://opencollective.com/parcel"
  1676. }
  1677. },
  1678. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  1679. "version": "1.1.0",
  1680. "inBundle": true,
  1681. "license": "MIT"
  1682. },
  1683. "node_modules/@parcel/watcher-win32-arm64": {
  1684. "version": "2.4.1",
  1685. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz",
  1686. "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==",
  1687. "cpu": [
  1688. "arm64"
  1689. ],
  1690. "license": "MIT",
  1691. "optional": true,
  1692. "os": [
  1693. "win32"
  1694. ],
  1695. "engines": {
  1696. "node": ">= 10.0.0"
  1697. },
  1698. "funding": {
  1699. "type": "opencollective",
  1700. "url": "https://opencollective.com/parcel"
  1701. }
  1702. },
  1703. "node_modules/@parcel/watcher-win32-ia32": {
  1704. "version": "2.4.1",
  1705. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz",
  1706. "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==",
  1707. "cpu": [
  1708. "ia32"
  1709. ],
  1710. "license": "MIT",
  1711. "optional": true,
  1712. "os": [
  1713. "win32"
  1714. ],
  1715. "engines": {
  1716. "node": ">= 10.0.0"
  1717. },
  1718. "funding": {
  1719. "type": "opencollective",
  1720. "url": "https://opencollective.com/parcel"
  1721. }
  1722. },
  1723. "node_modules/@parcel/watcher-win32-x64": {
  1724. "version": "2.4.1",
  1725. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz",
  1726. "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==",
  1727. "cpu": [
  1728. "x64"
  1729. ],
  1730. "license": "MIT",
  1731. "optional": true,
  1732. "os": [
  1733. "win32"
  1734. ],
  1735. "engines": {
  1736. "node": ">= 10.0.0"
  1737. },
  1738. "funding": {
  1739. "type": "opencollective",
  1740. "url": "https://opencollective.com/parcel"
  1741. }
  1742. },
  1743. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  1744. "version": "1.0.3",
  1745. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  1746. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  1747. "license": "Apache-2.0",
  1748. "bin": {
  1749. "detect-libc": "bin/detect-libc.js"
  1750. },
  1751. "engines": {
  1752. "node": ">=0.10"
  1753. }
  1754. },
  1755. "node_modules/@pkgjs/parseargs": {
  1756. "version": "0.11.0",
  1757. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  1758. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  1759. "license": "MIT",
  1760. "optional": true,
  1761. "engines": {
  1762. "node": ">=14"
  1763. }
  1764. },
  1765. "node_modules/@polka/url": {
  1766. "version": "1.0.0-next.28",
  1767. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.28.tgz",
  1768. "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==",
  1769. "license": "MIT"
  1770. },
  1771. "node_modules/@rollup/plugin-alias": {
  1772. "version": "5.1.1",
  1773. "resolved": "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz",
  1774. "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==",
  1775. "license": "MIT",
  1776. "engines": {
  1777. "node": ">=14.0.0"
  1778. },
  1779. "peerDependencies": {
  1780. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1781. },
  1782. "peerDependenciesMeta": {
  1783. "rollup": {
  1784. "optional": true
  1785. }
  1786. }
  1787. },
  1788. "node_modules/@rollup/plugin-commonjs": {
  1789. "version": "25.0.8",
  1790. "resolved": "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz",
  1791. "integrity": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==",
  1792. "license": "MIT",
  1793. "dependencies": {
  1794. "@rollup/pluginutils": "^5.0.1",
  1795. "commondir": "^1.0.1",
  1796. "estree-walker": "^2.0.2",
  1797. "glob": "^8.0.3",
  1798. "is-reference": "1.2.1",
  1799. "magic-string": "^0.30.3"
  1800. },
  1801. "engines": {
  1802. "node": ">=14.0.0"
  1803. },
  1804. "peerDependencies": {
  1805. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  1806. },
  1807. "peerDependenciesMeta": {
  1808. "rollup": {
  1809. "optional": true
  1810. }
  1811. }
  1812. },
  1813. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  1814. "version": "2.0.2",
  1815. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  1816. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1817. "license": "MIT"
  1818. },
  1819. "node_modules/@rollup/plugin-inject": {
  1820. "version": "5.0.5",
  1821. "resolved": "https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  1822. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  1823. "license": "MIT",
  1824. "dependencies": {
  1825. "@rollup/pluginutils": "^5.0.1",
  1826. "estree-walker": "^2.0.2",
  1827. "magic-string": "^0.30.3"
  1828. },
  1829. "engines": {
  1830. "node": ">=14.0.0"
  1831. },
  1832. "peerDependencies": {
  1833. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1834. },
  1835. "peerDependenciesMeta": {
  1836. "rollup": {
  1837. "optional": true
  1838. }
  1839. }
  1840. },
  1841. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  1842. "version": "2.0.2",
  1843. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  1844. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1845. "license": "MIT"
  1846. },
  1847. "node_modules/@rollup/plugin-json": {
  1848. "version": "6.1.0",
  1849. "resolved": "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  1850. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  1851. "license": "MIT",
  1852. "dependencies": {
  1853. "@rollup/pluginutils": "^5.1.0"
  1854. },
  1855. "engines": {
  1856. "node": ">=14.0.0"
  1857. },
  1858. "peerDependencies": {
  1859. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1860. },
  1861. "peerDependenciesMeta": {
  1862. "rollup": {
  1863. "optional": true
  1864. }
  1865. }
  1866. },
  1867. "node_modules/@rollup/plugin-node-resolve": {
  1868. "version": "15.3.0",
  1869. "resolved": "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz",
  1870. "integrity": "sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==",
  1871. "license": "MIT",
  1872. "dependencies": {
  1873. "@rollup/pluginutils": "^5.0.1",
  1874. "@types/resolve": "1.20.2",
  1875. "deepmerge": "^4.2.2",
  1876. "is-module": "^1.0.0",
  1877. "resolve": "^1.22.1"
  1878. },
  1879. "engines": {
  1880. "node": ">=14.0.0"
  1881. },
  1882. "peerDependencies": {
  1883. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  1884. },
  1885. "peerDependenciesMeta": {
  1886. "rollup": {
  1887. "optional": true
  1888. }
  1889. }
  1890. },
  1891. "node_modules/@rollup/plugin-replace": {
  1892. "version": "5.0.7",
  1893. "resolved": "https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-5.0.7.tgz",
  1894. "integrity": "sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==",
  1895. "license": "MIT",
  1896. "dependencies": {
  1897. "@rollup/pluginutils": "^5.0.1",
  1898. "magic-string": "^0.30.3"
  1899. },
  1900. "engines": {
  1901. "node": ">=14.0.0"
  1902. },
  1903. "peerDependencies": {
  1904. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1905. },
  1906. "peerDependenciesMeta": {
  1907. "rollup": {
  1908. "optional": true
  1909. }
  1910. }
  1911. },
  1912. "node_modules/@rollup/plugin-terser": {
  1913. "version": "0.4.4",
  1914. "resolved": "https://registry.npmmirror.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  1915. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  1916. "license": "MIT",
  1917. "dependencies": {
  1918. "serialize-javascript": "^6.0.1",
  1919. "smob": "^1.0.0",
  1920. "terser": "^5.17.4"
  1921. },
  1922. "engines": {
  1923. "node": ">=14.0.0"
  1924. },
  1925. "peerDependencies": {
  1926. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  1927. },
  1928. "peerDependenciesMeta": {
  1929. "rollup": {
  1930. "optional": true
  1931. }
  1932. }
  1933. },
  1934. "node_modules/@rollup/pluginutils": {
  1935. "version": "5.1.2",
  1936. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.2.tgz",
  1937. "integrity": "sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==",
  1938. "license": "MIT",
  1939. "dependencies": {
  1940. "@types/estree": "^1.0.0",
  1941. "estree-walker": "^2.0.2",
  1942. "picomatch": "^2.3.1"
  1943. },
  1944. "engines": {
  1945. "node": ">=14.0.0"
  1946. },
  1947. "peerDependencies": {
  1948. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1949. },
  1950. "peerDependenciesMeta": {
  1951. "rollup": {
  1952. "optional": true
  1953. }
  1954. }
  1955. },
  1956. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  1957. "version": "2.0.2",
  1958. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  1959. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1960. "license": "MIT"
  1961. },
  1962. "node_modules/@rollup/rollup-android-arm-eabi": {
  1963. "version": "4.24.0",
  1964. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz",
  1965. "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==",
  1966. "cpu": [
  1967. "arm"
  1968. ],
  1969. "license": "MIT",
  1970. "optional": true,
  1971. "os": [
  1972. "android"
  1973. ]
  1974. },
  1975. "node_modules/@rollup/rollup-android-arm64": {
  1976. "version": "4.24.0",
  1977. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz",
  1978. "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==",
  1979. "cpu": [
  1980. "arm64"
  1981. ],
  1982. "license": "MIT",
  1983. "optional": true,
  1984. "os": [
  1985. "android"
  1986. ]
  1987. },
  1988. "node_modules/@rollup/rollup-darwin-arm64": {
  1989. "version": "4.24.0",
  1990. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz",
  1991. "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==",
  1992. "cpu": [
  1993. "arm64"
  1994. ],
  1995. "license": "MIT",
  1996. "optional": true,
  1997. "os": [
  1998. "darwin"
  1999. ]
  2000. },
  2001. "node_modules/@rollup/rollup-darwin-x64": {
  2002. "version": "4.24.0",
  2003. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz",
  2004. "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==",
  2005. "cpu": [
  2006. "x64"
  2007. ],
  2008. "license": "MIT",
  2009. "optional": true,
  2010. "os": [
  2011. "darwin"
  2012. ]
  2013. },
  2014. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2015. "version": "4.24.0",
  2016. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz",
  2017. "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==",
  2018. "cpu": [
  2019. "arm"
  2020. ],
  2021. "license": "MIT",
  2022. "optional": true,
  2023. "os": [
  2024. "linux"
  2025. ]
  2026. },
  2027. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2028. "version": "4.24.0",
  2029. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz",
  2030. "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==",
  2031. "cpu": [
  2032. "arm"
  2033. ],
  2034. "license": "MIT",
  2035. "optional": true,
  2036. "os": [
  2037. "linux"
  2038. ]
  2039. },
  2040. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2041. "version": "4.24.0",
  2042. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz",
  2043. "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==",
  2044. "cpu": [
  2045. "arm64"
  2046. ],
  2047. "license": "MIT",
  2048. "optional": true,
  2049. "os": [
  2050. "linux"
  2051. ]
  2052. },
  2053. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2054. "version": "4.24.0",
  2055. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz",
  2056. "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==",
  2057. "cpu": [
  2058. "arm64"
  2059. ],
  2060. "license": "MIT",
  2061. "optional": true,
  2062. "os": [
  2063. "linux"
  2064. ]
  2065. },
  2066. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2067. "version": "4.24.0",
  2068. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz",
  2069. "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==",
  2070. "cpu": [
  2071. "ppc64"
  2072. ],
  2073. "license": "MIT",
  2074. "optional": true,
  2075. "os": [
  2076. "linux"
  2077. ]
  2078. },
  2079. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2080. "version": "4.24.0",
  2081. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz",
  2082. "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==",
  2083. "cpu": [
  2084. "riscv64"
  2085. ],
  2086. "license": "MIT",
  2087. "optional": true,
  2088. "os": [
  2089. "linux"
  2090. ]
  2091. },
  2092. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2093. "version": "4.24.0",
  2094. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz",
  2095. "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==",
  2096. "cpu": [
  2097. "s390x"
  2098. ],
  2099. "license": "MIT",
  2100. "optional": true,
  2101. "os": [
  2102. "linux"
  2103. ]
  2104. },
  2105. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2106. "version": "4.24.0",
  2107. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz",
  2108. "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==",
  2109. "cpu": [
  2110. "x64"
  2111. ],
  2112. "license": "MIT",
  2113. "optional": true,
  2114. "os": [
  2115. "linux"
  2116. ]
  2117. },
  2118. "node_modules/@rollup/rollup-linux-x64-musl": {
  2119. "version": "4.24.0",
  2120. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz",
  2121. "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==",
  2122. "cpu": [
  2123. "x64"
  2124. ],
  2125. "license": "MIT",
  2126. "optional": true,
  2127. "os": [
  2128. "linux"
  2129. ]
  2130. },
  2131. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2132. "version": "4.24.0",
  2133. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz",
  2134. "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==",
  2135. "cpu": [
  2136. "arm64"
  2137. ],
  2138. "license": "MIT",
  2139. "optional": true,
  2140. "os": [
  2141. "win32"
  2142. ]
  2143. },
  2144. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2145. "version": "4.24.0",
  2146. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz",
  2147. "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==",
  2148. "cpu": [
  2149. "ia32"
  2150. ],
  2151. "license": "MIT",
  2152. "optional": true,
  2153. "os": [
  2154. "win32"
  2155. ]
  2156. },
  2157. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2158. "version": "4.24.0",
  2159. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz",
  2160. "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==",
  2161. "cpu": [
  2162. "x64"
  2163. ],
  2164. "license": "MIT",
  2165. "optional": true,
  2166. "os": [
  2167. "win32"
  2168. ]
  2169. },
  2170. "node_modules/@sindresorhus/merge-streams": {
  2171. "version": "2.3.0",
  2172. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
  2173. "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
  2174. "license": "MIT",
  2175. "engines": {
  2176. "node": ">=18"
  2177. },
  2178. "funding": {
  2179. "url": "https://github.com/sponsors/sindresorhus"
  2180. }
  2181. },
  2182. "node_modules/@trysound/sax": {
  2183. "version": "0.2.0",
  2184. "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz",
  2185. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  2186. "license": "ISC",
  2187. "engines": {
  2188. "node": ">=10.13.0"
  2189. }
  2190. },
  2191. "node_modules/@types/estree": {
  2192. "version": "1.0.6",
  2193. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz",
  2194. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
  2195. "license": "MIT"
  2196. },
  2197. "node_modules/@types/http-proxy": {
  2198. "version": "1.17.15",
  2199. "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.15.tgz",
  2200. "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==",
  2201. "license": "MIT",
  2202. "dependencies": {
  2203. "@types/node": "*"
  2204. }
  2205. },
  2206. "node_modules/@types/node": {
  2207. "version": "22.7.5",
  2208. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.7.5.tgz",
  2209. "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
  2210. "license": "MIT",
  2211. "dependencies": {
  2212. "undici-types": "~6.19.2"
  2213. }
  2214. },
  2215. "node_modules/@types/resolve": {
  2216. "version": "1.20.2",
  2217. "resolved": "https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz",
  2218. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  2219. "license": "MIT"
  2220. },
  2221. "node_modules/@unhead/dom": {
  2222. "version": "1.11.7",
  2223. "resolved": "https://registry.npmmirror.com/@unhead/dom/-/dom-1.11.7.tgz",
  2224. "integrity": "sha512-Nj2ulnbY5lvIcxqXwdO5YfdvLm8EYLjcaOje2b2aQnfyPAyOIVeR8iB79DDKk/uZZAPEwkdhSnUdEh9Ny0b3lw==",
  2225. "license": "MIT",
  2226. "dependencies": {
  2227. "@unhead/schema": "1.11.7",
  2228. "@unhead/shared": "1.11.7"
  2229. },
  2230. "funding": {
  2231. "url": "https://github.com/sponsors/harlan-zw"
  2232. }
  2233. },
  2234. "node_modules/@unhead/schema": {
  2235. "version": "1.11.7",
  2236. "resolved": "https://registry.npmmirror.com/@unhead/schema/-/schema-1.11.7.tgz",
  2237. "integrity": "sha512-j9uN7T63aUXrZ6yx2CfjVT7xZHjn0PZO7TPMaWqMFjneIH/NONKvDVCMEqDlXeqdSIERIYtk/xTHgCUMer5eyw==",
  2238. "license": "MIT",
  2239. "dependencies": {
  2240. "hookable": "^5.5.3",
  2241. "zhead": "^2.2.4"
  2242. },
  2243. "funding": {
  2244. "url": "https://github.com/sponsors/harlan-zw"
  2245. }
  2246. },
  2247. "node_modules/@unhead/shared": {
  2248. "version": "1.11.7",
  2249. "resolved": "https://registry.npmmirror.com/@unhead/shared/-/shared-1.11.7.tgz",
  2250. "integrity": "sha512-5v3PmV1LMyikGyQi/URYS5ilH8dg1Iomtja7iFWke990O8RBDEzAdagJqcsUE/fw+o7cXRSOamyx5wCf5Q1TrA==",
  2251. "license": "MIT",
  2252. "dependencies": {
  2253. "@unhead/schema": "1.11.7"
  2254. },
  2255. "funding": {
  2256. "url": "https://github.com/sponsors/harlan-zw"
  2257. }
  2258. },
  2259. "node_modules/@unhead/ssr": {
  2260. "version": "1.11.7",
  2261. "resolved": "https://registry.npmmirror.com/@unhead/ssr/-/ssr-1.11.7.tgz",
  2262. "integrity": "sha512-qI1zNFY8fU5S9EhroxlXSA5Q/XKbWAKXrVVNG+6bIh/IRrMOMJrPk4d1GmphF4gmNri3ARqly+OWx4VVaj0scA==",
  2263. "license": "MIT",
  2264. "dependencies": {
  2265. "@unhead/schema": "1.11.7",
  2266. "@unhead/shared": "1.11.7"
  2267. },
  2268. "funding": {
  2269. "url": "https://github.com/sponsors/harlan-zw"
  2270. }
  2271. },
  2272. "node_modules/@unhead/vue": {
  2273. "version": "1.11.7",
  2274. "resolved": "https://registry.npmmirror.com/@unhead/vue/-/vue-1.11.7.tgz",
  2275. "integrity": "sha512-SLr0eQfznVp63iKi47L4s5Yz+oiQjDA82VBP4jlXi7dM9fSIn1ul1aKvBqle/ZxI2cqY8zVGz60EjhjWeu754A==",
  2276. "license": "MIT",
  2277. "dependencies": {
  2278. "@unhead/schema": "1.11.7",
  2279. "@unhead/shared": "1.11.7",
  2280. "defu": "^6.1.4",
  2281. "hookable": "^5.5.3",
  2282. "unhead": "1.11.7"
  2283. },
  2284. "funding": {
  2285. "url": "https://github.com/sponsors/harlan-zw"
  2286. },
  2287. "peerDependencies": {
  2288. "vue": ">=2.7 || >=3"
  2289. }
  2290. },
  2291. "node_modules/@vercel/nft": {
  2292. "version": "0.26.5",
  2293. "resolved": "https://registry.npmmirror.com/@vercel/nft/-/nft-0.26.5.tgz",
  2294. "integrity": "sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==",
  2295. "license": "MIT",
  2296. "dependencies": {
  2297. "@mapbox/node-pre-gyp": "^1.0.5",
  2298. "@rollup/pluginutils": "^4.0.0",
  2299. "acorn": "^8.6.0",
  2300. "acorn-import-attributes": "^1.9.2",
  2301. "async-sema": "^3.1.1",
  2302. "bindings": "^1.4.0",
  2303. "estree-walker": "2.0.2",
  2304. "glob": "^7.1.3",
  2305. "graceful-fs": "^4.2.9",
  2306. "micromatch": "^4.0.2",
  2307. "node-gyp-build": "^4.2.2",
  2308. "resolve-from": "^5.0.0"
  2309. },
  2310. "bin": {
  2311. "nft": "out/cli.js"
  2312. },
  2313. "engines": {
  2314. "node": ">=16"
  2315. }
  2316. },
  2317. "node_modules/@vercel/nft/node_modules/@rollup/pluginutils": {
  2318. "version": "4.2.1",
  2319. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  2320. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  2321. "license": "MIT",
  2322. "dependencies": {
  2323. "estree-walker": "^2.0.1",
  2324. "picomatch": "^2.2.2"
  2325. },
  2326. "engines": {
  2327. "node": ">= 8.0.0"
  2328. }
  2329. },
  2330. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  2331. "version": "1.1.11",
  2332. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2333. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2334. "license": "MIT",
  2335. "dependencies": {
  2336. "balanced-match": "^1.0.0",
  2337. "concat-map": "0.0.1"
  2338. }
  2339. },
  2340. "node_modules/@vercel/nft/node_modules/estree-walker": {
  2341. "version": "2.0.2",
  2342. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2343. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2344. "license": "MIT"
  2345. },
  2346. "node_modules/@vercel/nft/node_modules/glob": {
  2347. "version": "7.2.3",
  2348. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  2349. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  2350. "deprecated": "Glob versions prior to v9 are no longer supported",
  2351. "license": "ISC",
  2352. "dependencies": {
  2353. "fs.realpath": "^1.0.0",
  2354. "inflight": "^1.0.4",
  2355. "inherits": "2",
  2356. "minimatch": "^3.1.1",
  2357. "once": "^1.3.0",
  2358. "path-is-absolute": "^1.0.0"
  2359. },
  2360. "engines": {
  2361. "node": "*"
  2362. },
  2363. "funding": {
  2364. "url": "https://github.com/sponsors/isaacs"
  2365. }
  2366. },
  2367. "node_modules/@vercel/nft/node_modules/minimatch": {
  2368. "version": "3.1.2",
  2369. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  2370. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2371. "license": "ISC",
  2372. "dependencies": {
  2373. "brace-expansion": "^1.1.7"
  2374. },
  2375. "engines": {
  2376. "node": "*"
  2377. }
  2378. },
  2379. "node_modules/@vitejs/plugin-vue": {
  2380. "version": "5.1.4",
  2381. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz",
  2382. "integrity": "sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==",
  2383. "license": "MIT",
  2384. "engines": {
  2385. "node": "^18.0.0 || >=20.0.0"
  2386. },
  2387. "peerDependencies": {
  2388. "vite": "^5.0.0",
  2389. "vue": "^3.2.25"
  2390. }
  2391. },
  2392. "node_modules/@vitejs/plugin-vue-jsx": {
  2393. "version": "4.0.1",
  2394. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.1.tgz",
  2395. "integrity": "sha512-7mg9HFGnFHMEwCdB6AY83cVK4A6sCqnrjFYF4WIlebYAQVVJ/sC/CiTruVdrRlhrFoeZ8rlMxY9wYpPTIRhhAg==",
  2396. "license": "MIT",
  2397. "dependencies": {
  2398. "@babel/core": "^7.24.7",
  2399. "@babel/plugin-transform-typescript": "^7.24.7",
  2400. "@vue/babel-plugin-jsx": "^1.2.2"
  2401. },
  2402. "engines": {
  2403. "node": "^18.0.0 || >=20.0.0"
  2404. },
  2405. "peerDependencies": {
  2406. "vite": "^5.0.0",
  2407. "vue": "^3.0.0"
  2408. }
  2409. },
  2410. "node_modules/@vue-macros/common": {
  2411. "version": "1.14.0",
  2412. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-1.14.0.tgz",
  2413. "integrity": "sha512-xwQhDoEXRNXobNQmdqOD20yUGdVLVLZe4zhDlT9q/E+z+mvT3wukaAoJG80XRnv/BcgOOCVpxqpkQZ3sNTgjWA==",
  2414. "license": "MIT",
  2415. "dependencies": {
  2416. "@babel/types": "^7.25.6",
  2417. "@rollup/pluginutils": "^5.1.0",
  2418. "@vue/compiler-sfc": "^3.5.4",
  2419. "ast-kit": "^1.1.0",
  2420. "local-pkg": "^0.5.0",
  2421. "magic-string-ast": "^0.6.2"
  2422. },
  2423. "engines": {
  2424. "node": ">=16.14.0"
  2425. },
  2426. "peerDependencies": {
  2427. "vue": "^2.7.0 || ^3.2.25"
  2428. },
  2429. "peerDependenciesMeta": {
  2430. "vue": {
  2431. "optional": true
  2432. }
  2433. }
  2434. },
  2435. "node_modules/@vue/babel-helper-vue-transform-on": {
  2436. "version": "1.2.5",
  2437. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz",
  2438. "integrity": "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==",
  2439. "license": "MIT"
  2440. },
  2441. "node_modules/@vue/babel-plugin-jsx": {
  2442. "version": "1.2.5",
  2443. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz",
  2444. "integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==",
  2445. "license": "MIT",
  2446. "dependencies": {
  2447. "@babel/helper-module-imports": "^7.24.7",
  2448. "@babel/helper-plugin-utils": "^7.24.8",
  2449. "@babel/plugin-syntax-jsx": "^7.24.7",
  2450. "@babel/template": "^7.25.0",
  2451. "@babel/traverse": "^7.25.6",
  2452. "@babel/types": "^7.25.6",
  2453. "@vue/babel-helper-vue-transform-on": "1.2.5",
  2454. "@vue/babel-plugin-resolve-type": "1.2.5",
  2455. "html-tags": "^3.3.1",
  2456. "svg-tags": "^1.0.0"
  2457. },
  2458. "peerDependencies": {
  2459. "@babel/core": "^7.0.0-0"
  2460. },
  2461. "peerDependenciesMeta": {
  2462. "@babel/core": {
  2463. "optional": true
  2464. }
  2465. }
  2466. },
  2467. "node_modules/@vue/babel-plugin-resolve-type": {
  2468. "version": "1.2.5",
  2469. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz",
  2470. "integrity": "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==",
  2471. "license": "MIT",
  2472. "dependencies": {
  2473. "@babel/code-frame": "^7.24.7",
  2474. "@babel/helper-module-imports": "^7.24.7",
  2475. "@babel/helper-plugin-utils": "^7.24.8",
  2476. "@babel/parser": "^7.25.6",
  2477. "@vue/compiler-sfc": "^3.5.3"
  2478. },
  2479. "peerDependencies": {
  2480. "@babel/core": "^7.0.0-0"
  2481. }
  2482. },
  2483. "node_modules/@vue/compiler-core": {
  2484. "version": "3.5.11",
  2485. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.11.tgz",
  2486. "integrity": "sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==",
  2487. "license": "MIT",
  2488. "dependencies": {
  2489. "@babel/parser": "^7.25.3",
  2490. "@vue/shared": "3.5.11",
  2491. "entities": "^4.5.0",
  2492. "estree-walker": "^2.0.2",
  2493. "source-map-js": "^1.2.0"
  2494. }
  2495. },
  2496. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  2497. "version": "2.0.2",
  2498. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2499. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2500. "license": "MIT"
  2501. },
  2502. "node_modules/@vue/compiler-dom": {
  2503. "version": "3.5.11",
  2504. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.11.tgz",
  2505. "integrity": "sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==",
  2506. "license": "MIT",
  2507. "dependencies": {
  2508. "@vue/compiler-core": "3.5.11",
  2509. "@vue/shared": "3.5.11"
  2510. }
  2511. },
  2512. "node_modules/@vue/compiler-sfc": {
  2513. "version": "3.5.11",
  2514. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.11.tgz",
  2515. "integrity": "sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==",
  2516. "license": "MIT",
  2517. "dependencies": {
  2518. "@babel/parser": "^7.25.3",
  2519. "@vue/compiler-core": "3.5.11",
  2520. "@vue/compiler-dom": "3.5.11",
  2521. "@vue/compiler-ssr": "3.5.11",
  2522. "@vue/shared": "3.5.11",
  2523. "estree-walker": "^2.0.2",
  2524. "magic-string": "^0.30.11",
  2525. "postcss": "^8.4.47",
  2526. "source-map-js": "^1.2.0"
  2527. }
  2528. },
  2529. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  2530. "version": "2.0.2",
  2531. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2532. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2533. "license": "MIT"
  2534. },
  2535. "node_modules/@vue/compiler-ssr": {
  2536. "version": "3.5.11",
  2537. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.11.tgz",
  2538. "integrity": "sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==",
  2539. "license": "MIT",
  2540. "dependencies": {
  2541. "@vue/compiler-dom": "3.5.11",
  2542. "@vue/shared": "3.5.11"
  2543. }
  2544. },
  2545. "node_modules/@vue/devtools-api": {
  2546. "version": "6.6.4",
  2547. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  2548. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  2549. "license": "MIT"
  2550. },
  2551. "node_modules/@vue/devtools-core": {
  2552. "version": "7.4.4",
  2553. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.4.4.tgz",
  2554. "integrity": "sha512-DLxgA3DfeADkRzhAfm3G2Rw/cWxub64SdP5b+s5dwL30+whOGj+QNhmyFpwZ8ZTrHDFRIPj0RqNzJ8IRR1pz7w==",
  2555. "license": "MIT",
  2556. "dependencies": {
  2557. "@vue/devtools-kit": "^7.4.4",
  2558. "@vue/devtools-shared": "^7.4.4",
  2559. "mitt": "^3.0.1",
  2560. "nanoid": "^3.3.4",
  2561. "pathe": "^1.1.2",
  2562. "vite-hot-client": "^0.2.3"
  2563. },
  2564. "peerDependencies": {
  2565. "vue": "^3.0.0"
  2566. }
  2567. },
  2568. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  2569. "version": "3.3.7",
  2570. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
  2571. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  2572. "funding": [
  2573. {
  2574. "type": "github",
  2575. "url": "https://github.com/sponsors/ai"
  2576. }
  2577. ],
  2578. "license": "MIT",
  2579. "bin": {
  2580. "nanoid": "bin/nanoid.cjs"
  2581. },
  2582. "engines": {
  2583. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2584. }
  2585. },
  2586. "node_modules/@vue/devtools-kit": {
  2587. "version": "7.4.4",
  2588. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.4.4.tgz",
  2589. "integrity": "sha512-awK/4NfsUG0nQ7qnTM37m7ZkEUMREyPh8taFCX+uQYps/MTFEum0AD05VeGDRMXwWvMmGIcWX9xp8ZiBddY0jw==",
  2590. "license": "MIT",
  2591. "dependencies": {
  2592. "@vue/devtools-shared": "^7.4.4",
  2593. "birpc": "^0.2.17",
  2594. "hookable": "^5.5.3",
  2595. "mitt": "^3.0.1",
  2596. "perfect-debounce": "^1.0.0",
  2597. "speakingurl": "^14.0.1",
  2598. "superjson": "^2.2.1"
  2599. }
  2600. },
  2601. "node_modules/@vue/devtools-shared": {
  2602. "version": "7.4.6",
  2603. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.4.6.tgz",
  2604. "integrity": "sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==",
  2605. "license": "MIT",
  2606. "dependencies": {
  2607. "rfdc": "^1.4.1"
  2608. }
  2609. },
  2610. "node_modules/@vue/reactivity": {
  2611. "version": "3.5.11",
  2612. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.11.tgz",
  2613. "integrity": "sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==",
  2614. "license": "MIT",
  2615. "dependencies": {
  2616. "@vue/shared": "3.5.11"
  2617. }
  2618. },
  2619. "node_modules/@vue/runtime-core": {
  2620. "version": "3.5.11",
  2621. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.11.tgz",
  2622. "integrity": "sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==",
  2623. "license": "MIT",
  2624. "dependencies": {
  2625. "@vue/reactivity": "3.5.11",
  2626. "@vue/shared": "3.5.11"
  2627. }
  2628. },
  2629. "node_modules/@vue/runtime-dom": {
  2630. "version": "3.5.11",
  2631. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.11.tgz",
  2632. "integrity": "sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==",
  2633. "license": "MIT",
  2634. "dependencies": {
  2635. "@vue/reactivity": "3.5.11",
  2636. "@vue/runtime-core": "3.5.11",
  2637. "@vue/shared": "3.5.11",
  2638. "csstype": "^3.1.3"
  2639. }
  2640. },
  2641. "node_modules/@vue/server-renderer": {
  2642. "version": "3.5.11",
  2643. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.11.tgz",
  2644. "integrity": "sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==",
  2645. "license": "MIT",
  2646. "dependencies": {
  2647. "@vue/compiler-ssr": "3.5.11",
  2648. "@vue/shared": "3.5.11"
  2649. },
  2650. "peerDependencies": {
  2651. "vue": "3.5.11"
  2652. }
  2653. },
  2654. "node_modules/@vue/shared": {
  2655. "version": "3.5.11",
  2656. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.11.tgz",
  2657. "integrity": "sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==",
  2658. "license": "MIT"
  2659. },
  2660. "node_modules/abbrev": {
  2661. "version": "1.1.1",
  2662. "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-1.1.1.tgz",
  2663. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
  2664. "license": "ISC"
  2665. },
  2666. "node_modules/abort-controller": {
  2667. "version": "3.0.0",
  2668. "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
  2669. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  2670. "license": "MIT",
  2671. "dependencies": {
  2672. "event-target-shim": "^5.0.0"
  2673. },
  2674. "engines": {
  2675. "node": ">=6.5"
  2676. }
  2677. },
  2678. "node_modules/acorn": {
  2679. "version": "8.12.1",
  2680. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.12.1.tgz",
  2681. "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
  2682. "license": "MIT",
  2683. "bin": {
  2684. "acorn": "bin/acorn"
  2685. },
  2686. "engines": {
  2687. "node": ">=0.4.0"
  2688. }
  2689. },
  2690. "node_modules/acorn-import-attributes": {
  2691. "version": "1.9.5",
  2692. "resolved": "https://registry.npmmirror.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  2693. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  2694. "license": "MIT",
  2695. "peerDependencies": {
  2696. "acorn": "^8"
  2697. }
  2698. },
  2699. "node_modules/add": {
  2700. "version": "2.0.6",
  2701. "resolved": "https://registry.npmmirror.com/add/-/add-2.0.6.tgz",
  2702. "integrity": "sha512-j5QzrmsokwWWp6kUcJQySpbG+xfOBqqKnup3OIk1pz+kB/80SLorZ9V8zHFLO92Lcd+hbvq8bT+zOGoPkmBV0Q==",
  2703. "license": "MIT"
  2704. },
  2705. "node_modules/agent-base": {
  2706. "version": "6.0.2",
  2707. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  2708. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  2709. "license": "MIT",
  2710. "dependencies": {
  2711. "debug": "4"
  2712. },
  2713. "engines": {
  2714. "node": ">= 6.0.0"
  2715. }
  2716. },
  2717. "node_modules/ansi-colors": {
  2718. "version": "4.1.3",
  2719. "resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz",
  2720. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  2721. "license": "MIT",
  2722. "engines": {
  2723. "node": ">=6"
  2724. }
  2725. },
  2726. "node_modules/ansi-escapes": {
  2727. "version": "4.3.2",
  2728. "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  2729. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  2730. "license": "MIT",
  2731. "dependencies": {
  2732. "type-fest": "^0.21.3"
  2733. },
  2734. "engines": {
  2735. "node": ">=8"
  2736. },
  2737. "funding": {
  2738. "url": "https://github.com/sponsors/sindresorhus"
  2739. }
  2740. },
  2741. "node_modules/ansi-escapes/node_modules/type-fest": {
  2742. "version": "0.21.3",
  2743. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz",
  2744. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  2745. "license": "(MIT OR CC0-1.0)",
  2746. "engines": {
  2747. "node": ">=10"
  2748. },
  2749. "funding": {
  2750. "url": "https://github.com/sponsors/sindresorhus"
  2751. }
  2752. },
  2753. "node_modules/ansi-regex": {
  2754. "version": "5.0.1",
  2755. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2756. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2757. "license": "MIT",
  2758. "engines": {
  2759. "node": ">=8"
  2760. }
  2761. },
  2762. "node_modules/ansi-styles": {
  2763. "version": "3.2.1",
  2764. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2765. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2766. "license": "MIT",
  2767. "dependencies": {
  2768. "color-convert": "^1.9.0"
  2769. },
  2770. "engines": {
  2771. "node": ">=4"
  2772. }
  2773. },
  2774. "node_modules/anymatch": {
  2775. "version": "3.1.3",
  2776. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  2777. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2778. "license": "ISC",
  2779. "dependencies": {
  2780. "normalize-path": "^3.0.0",
  2781. "picomatch": "^2.0.4"
  2782. },
  2783. "engines": {
  2784. "node": ">= 8"
  2785. }
  2786. },
  2787. "node_modules/aproba": {
  2788. "version": "2.0.0",
  2789. "resolved": "https://registry.npmmirror.com/aproba/-/aproba-2.0.0.tgz",
  2790. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
  2791. "license": "ISC"
  2792. },
  2793. "node_modules/archiver": {
  2794. "version": "7.0.1",
  2795. "resolved": "https://registry.npmmirror.com/archiver/-/archiver-7.0.1.tgz",
  2796. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  2797. "license": "MIT",
  2798. "dependencies": {
  2799. "archiver-utils": "^5.0.2",
  2800. "async": "^3.2.4",
  2801. "buffer-crc32": "^1.0.0",
  2802. "readable-stream": "^4.0.0",
  2803. "readdir-glob": "^1.1.2",
  2804. "tar-stream": "^3.0.0",
  2805. "zip-stream": "^6.0.1"
  2806. },
  2807. "engines": {
  2808. "node": ">= 14"
  2809. }
  2810. },
  2811. "node_modules/archiver-utils": {
  2812. "version": "5.0.2",
  2813. "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-5.0.2.tgz",
  2814. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  2815. "license": "MIT",
  2816. "dependencies": {
  2817. "glob": "^10.0.0",
  2818. "graceful-fs": "^4.2.0",
  2819. "is-stream": "^2.0.1",
  2820. "lazystream": "^1.0.0",
  2821. "lodash": "^4.17.15",
  2822. "normalize-path": "^3.0.0",
  2823. "readable-stream": "^4.0.0"
  2824. },
  2825. "engines": {
  2826. "node": ">= 14"
  2827. }
  2828. },
  2829. "node_modules/archiver-utils/node_modules/glob": {
  2830. "version": "10.4.5",
  2831. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
  2832. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  2833. "license": "ISC",
  2834. "dependencies": {
  2835. "foreground-child": "^3.1.0",
  2836. "jackspeak": "^3.1.2",
  2837. "minimatch": "^9.0.4",
  2838. "minipass": "^7.1.2",
  2839. "package-json-from-dist": "^1.0.0",
  2840. "path-scurry": "^1.11.1"
  2841. },
  2842. "bin": {
  2843. "glob": "dist/esm/bin.mjs"
  2844. },
  2845. "funding": {
  2846. "url": "https://github.com/sponsors/isaacs"
  2847. }
  2848. },
  2849. "node_modules/archiver-utils/node_modules/is-stream": {
  2850. "version": "2.0.1",
  2851. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  2852. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  2853. "license": "MIT",
  2854. "engines": {
  2855. "node": ">=8"
  2856. },
  2857. "funding": {
  2858. "url": "https://github.com/sponsors/sindresorhus"
  2859. }
  2860. },
  2861. "node_modules/archiver-utils/node_modules/minimatch": {
  2862. "version": "9.0.5",
  2863. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  2864. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2865. "license": "ISC",
  2866. "dependencies": {
  2867. "brace-expansion": "^2.0.1"
  2868. },
  2869. "engines": {
  2870. "node": ">=16 || 14 >=14.17"
  2871. },
  2872. "funding": {
  2873. "url": "https://github.com/sponsors/isaacs"
  2874. }
  2875. },
  2876. "node_modules/archiver-utils/node_modules/minipass": {
  2877. "version": "7.1.2",
  2878. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  2879. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  2880. "license": "ISC",
  2881. "engines": {
  2882. "node": ">=16 || 14 >=14.17"
  2883. }
  2884. },
  2885. "node_modules/are-we-there-yet": {
  2886. "version": "2.0.0",
  2887. "resolved": "https://registry.npmmirror.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  2888. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  2889. "deprecated": "This package is no longer supported.",
  2890. "license": "ISC",
  2891. "dependencies": {
  2892. "delegates": "^1.0.0",
  2893. "readable-stream": "^3.6.0"
  2894. },
  2895. "engines": {
  2896. "node": ">=10"
  2897. }
  2898. },
  2899. "node_modules/are-we-there-yet/node_modules/readable-stream": {
  2900. "version": "3.6.2",
  2901. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
  2902. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  2903. "license": "MIT",
  2904. "dependencies": {
  2905. "inherits": "^2.0.3",
  2906. "string_decoder": "^1.1.1",
  2907. "util-deprecate": "^1.0.1"
  2908. },
  2909. "engines": {
  2910. "node": ">= 6"
  2911. }
  2912. },
  2913. "node_modules/argparse": {
  2914. "version": "2.0.1",
  2915. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  2916. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2917. "license": "Python-2.0"
  2918. },
  2919. "node_modules/ast-kit": {
  2920. "version": "1.2.1",
  2921. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-1.2.1.tgz",
  2922. "integrity": "sha512-h31wotR7rkFLrlmGPn0kGqOZ/n5EQFvp7dBs400chpHDhHc8BK3gpvyHDluRujuGgeoTAv3dSIMz9BI3JxAWyQ==",
  2923. "license": "MIT",
  2924. "dependencies": {
  2925. "@babel/parser": "^7.25.6",
  2926. "pathe": "^1.1.2"
  2927. },
  2928. "engines": {
  2929. "node": ">=16.14.0"
  2930. }
  2931. },
  2932. "node_modules/ast-walker-scope": {
  2933. "version": "0.6.2",
  2934. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz",
  2935. "integrity": "sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==",
  2936. "license": "MIT",
  2937. "dependencies": {
  2938. "@babel/parser": "^7.25.3",
  2939. "ast-kit": "^1.0.1"
  2940. },
  2941. "engines": {
  2942. "node": ">=16.14.0"
  2943. }
  2944. },
  2945. "node_modules/async": {
  2946. "version": "3.2.6",
  2947. "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
  2948. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  2949. "license": "MIT"
  2950. },
  2951. "node_modules/async-sema": {
  2952. "version": "3.1.1",
  2953. "resolved": "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz",
  2954. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  2955. "license": "MIT"
  2956. },
  2957. "node_modules/asynckit": {
  2958. "version": "0.4.0",
  2959. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  2960. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  2961. "license": "MIT"
  2962. },
  2963. "node_modules/autoprefixer": {
  2964. "version": "10.4.20",
  2965. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.20.tgz",
  2966. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  2967. "funding": [
  2968. {
  2969. "type": "opencollective",
  2970. "url": "https://opencollective.com/postcss/"
  2971. },
  2972. {
  2973. "type": "tidelift",
  2974. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  2975. },
  2976. {
  2977. "type": "github",
  2978. "url": "https://github.com/sponsors/ai"
  2979. }
  2980. ],
  2981. "license": "MIT",
  2982. "dependencies": {
  2983. "browserslist": "^4.23.3",
  2984. "caniuse-lite": "^1.0.30001646",
  2985. "fraction.js": "^4.3.7",
  2986. "normalize-range": "^0.1.2",
  2987. "picocolors": "^1.0.1",
  2988. "postcss-value-parser": "^4.2.0"
  2989. },
  2990. "bin": {
  2991. "autoprefixer": "bin/autoprefixer"
  2992. },
  2993. "engines": {
  2994. "node": "^10 || ^12 || >=14"
  2995. },
  2996. "peerDependencies": {
  2997. "postcss": "^8.1.0"
  2998. }
  2999. },
  3000. "node_modules/axios": {
  3001. "version": "1.7.7",
  3002. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.7.tgz",
  3003. "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
  3004. "license": "MIT",
  3005. "dependencies": {
  3006. "follow-redirects": "^1.15.6",
  3007. "form-data": "^4.0.0",
  3008. "proxy-from-env": "^1.1.0"
  3009. }
  3010. },
  3011. "node_modules/b4a": {
  3012. "version": "1.6.7",
  3013. "resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.6.7.tgz",
  3014. "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
  3015. "license": "Apache-2.0"
  3016. },
  3017. "node_modules/balanced-match": {
  3018. "version": "1.0.2",
  3019. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3020. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3021. "license": "MIT"
  3022. },
  3023. "node_modules/bare-events": {
  3024. "version": "2.5.0",
  3025. "resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.5.0.tgz",
  3026. "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==",
  3027. "license": "Apache-2.0",
  3028. "optional": true
  3029. },
  3030. "node_modules/base64-js": {
  3031. "version": "1.5.1",
  3032. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  3033. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  3034. "funding": [
  3035. {
  3036. "type": "github",
  3037. "url": "https://github.com/sponsors/feross"
  3038. },
  3039. {
  3040. "type": "patreon",
  3041. "url": "https://www.patreon.com/feross"
  3042. },
  3043. {
  3044. "type": "consulting",
  3045. "url": "https://feross.org/support"
  3046. }
  3047. ],
  3048. "license": "MIT"
  3049. },
  3050. "node_modules/big.js": {
  3051. "version": "5.2.2",
  3052. "resolved": "https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz",
  3053. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  3054. "license": "MIT",
  3055. "engines": {
  3056. "node": "*"
  3057. }
  3058. },
  3059. "node_modules/binary-extensions": {
  3060. "version": "2.3.0",
  3061. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  3062. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  3063. "license": "MIT",
  3064. "engines": {
  3065. "node": ">=8"
  3066. },
  3067. "funding": {
  3068. "url": "https://github.com/sponsors/sindresorhus"
  3069. }
  3070. },
  3071. "node_modules/bindings": {
  3072. "version": "1.5.0",
  3073. "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
  3074. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  3075. "license": "MIT",
  3076. "dependencies": {
  3077. "file-uri-to-path": "1.0.0"
  3078. }
  3079. },
  3080. "node_modules/birpc": {
  3081. "version": "0.2.17",
  3082. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-0.2.17.tgz",
  3083. "integrity": "sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==",
  3084. "license": "MIT",
  3085. "funding": {
  3086. "url": "https://github.com/sponsors/antfu"
  3087. }
  3088. },
  3089. "node_modules/boolbase": {
  3090. "version": "1.0.0",
  3091. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  3092. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  3093. "license": "ISC"
  3094. },
  3095. "node_modules/brace-expansion": {
  3096. "version": "2.0.1",
  3097. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  3098. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  3099. "license": "MIT",
  3100. "dependencies": {
  3101. "balanced-match": "^1.0.0"
  3102. }
  3103. },
  3104. "node_modules/braces": {
  3105. "version": "3.0.3",
  3106. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3107. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3108. "license": "MIT",
  3109. "dependencies": {
  3110. "fill-range": "^7.1.1"
  3111. },
  3112. "engines": {
  3113. "node": ">=8"
  3114. }
  3115. },
  3116. "node_modules/browserslist": {
  3117. "version": "4.24.0",
  3118. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.0.tgz",
  3119. "integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==",
  3120. "funding": [
  3121. {
  3122. "type": "opencollective",
  3123. "url": "https://opencollective.com/browserslist"
  3124. },
  3125. {
  3126. "type": "tidelift",
  3127. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3128. },
  3129. {
  3130. "type": "github",
  3131. "url": "https://github.com/sponsors/ai"
  3132. }
  3133. ],
  3134. "license": "MIT",
  3135. "dependencies": {
  3136. "caniuse-lite": "^1.0.30001663",
  3137. "electron-to-chromium": "^1.5.28",
  3138. "node-releases": "^2.0.18",
  3139. "update-browserslist-db": "^1.1.0"
  3140. },
  3141. "bin": {
  3142. "browserslist": "cli.js"
  3143. },
  3144. "engines": {
  3145. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3146. }
  3147. },
  3148. "node_modules/buffer": {
  3149. "version": "6.0.3",
  3150. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  3151. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  3152. "funding": [
  3153. {
  3154. "type": "github",
  3155. "url": "https://github.com/sponsors/feross"
  3156. },
  3157. {
  3158. "type": "patreon",
  3159. "url": "https://www.patreon.com/feross"
  3160. },
  3161. {
  3162. "type": "consulting",
  3163. "url": "https://feross.org/support"
  3164. }
  3165. ],
  3166. "license": "MIT",
  3167. "dependencies": {
  3168. "base64-js": "^1.3.1",
  3169. "ieee754": "^1.2.1"
  3170. }
  3171. },
  3172. "node_modules/buffer-crc32": {
  3173. "version": "1.0.0",
  3174. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  3175. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  3176. "license": "MIT",
  3177. "engines": {
  3178. "node": ">=8.0.0"
  3179. }
  3180. },
  3181. "node_modules/buffer-from": {
  3182. "version": "1.1.2",
  3183. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  3184. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  3185. "license": "MIT"
  3186. },
  3187. "node_modules/bundle-name": {
  3188. "version": "4.1.0",
  3189. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  3190. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  3191. "license": "MIT",
  3192. "dependencies": {
  3193. "run-applescript": "^7.0.0"
  3194. },
  3195. "engines": {
  3196. "node": ">=18"
  3197. },
  3198. "funding": {
  3199. "url": "https://github.com/sponsors/sindresorhus"
  3200. }
  3201. },
  3202. "node_modules/c12": {
  3203. "version": "1.11.2",
  3204. "resolved": "https://registry.npmmirror.com/c12/-/c12-1.11.2.tgz",
  3205. "integrity": "sha512-oBs8a4uvSDO9dm8b7OCFW7+dgtVrwmwnrVXYzLm43ta7ep2jCn/0MhoUFygIWtxhyy6+/MG7/agvpY0U1Iemew==",
  3206. "license": "MIT",
  3207. "dependencies": {
  3208. "chokidar": "^3.6.0",
  3209. "confbox": "^0.1.7",
  3210. "defu": "^6.1.4",
  3211. "dotenv": "^16.4.5",
  3212. "giget": "^1.2.3",
  3213. "jiti": "^1.21.6",
  3214. "mlly": "^1.7.1",
  3215. "ohash": "^1.1.3",
  3216. "pathe": "^1.1.2",
  3217. "perfect-debounce": "^1.0.0",
  3218. "pkg-types": "^1.2.0",
  3219. "rc9": "^2.1.2"
  3220. },
  3221. "peerDependencies": {
  3222. "magicast": "^0.3.4"
  3223. },
  3224. "peerDependenciesMeta": {
  3225. "magicast": {
  3226. "optional": true
  3227. }
  3228. }
  3229. },
  3230. "node_modules/cac": {
  3231. "version": "6.7.14",
  3232. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  3233. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  3234. "license": "MIT",
  3235. "engines": {
  3236. "node": ">=8"
  3237. }
  3238. },
  3239. "node_modules/camelcase": {
  3240. "version": "5.3.1",
  3241. "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
  3242. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  3243. "license": "MIT",
  3244. "engines": {
  3245. "node": ">=6"
  3246. }
  3247. },
  3248. "node_modules/caniuse-api": {
  3249. "version": "3.0.0",
  3250. "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
  3251. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  3252. "license": "MIT",
  3253. "dependencies": {
  3254. "browserslist": "^4.0.0",
  3255. "caniuse-lite": "^1.0.0",
  3256. "lodash.memoize": "^4.1.2",
  3257. "lodash.uniq": "^4.5.0"
  3258. }
  3259. },
  3260. "node_modules/caniuse-lite": {
  3261. "version": "1.0.30001667",
  3262. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz",
  3263. "integrity": "sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==",
  3264. "funding": [
  3265. {
  3266. "type": "opencollective",
  3267. "url": "https://opencollective.com/browserslist"
  3268. },
  3269. {
  3270. "type": "tidelift",
  3271. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3272. },
  3273. {
  3274. "type": "github",
  3275. "url": "https://github.com/sponsors/ai"
  3276. }
  3277. ],
  3278. "license": "CC-BY-4.0"
  3279. },
  3280. "node_modules/chalk": {
  3281. "version": "2.4.2",
  3282. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
  3283. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3284. "license": "MIT",
  3285. "dependencies": {
  3286. "ansi-styles": "^3.2.1",
  3287. "escape-string-regexp": "^1.0.5",
  3288. "supports-color": "^5.3.0"
  3289. },
  3290. "engines": {
  3291. "node": ">=4"
  3292. }
  3293. },
  3294. "node_modules/chalk/node_modules/escape-string-regexp": {
  3295. "version": "1.0.5",
  3296. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  3297. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  3298. "license": "MIT",
  3299. "engines": {
  3300. "node": ">=0.8.0"
  3301. }
  3302. },
  3303. "node_modules/chokidar": {
  3304. "version": "3.6.0",
  3305. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  3306. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  3307. "license": "MIT",
  3308. "dependencies": {
  3309. "anymatch": "~3.1.2",
  3310. "braces": "~3.0.2",
  3311. "glob-parent": "~5.1.2",
  3312. "is-binary-path": "~2.1.0",
  3313. "is-glob": "~4.0.1",
  3314. "normalize-path": "~3.0.0",
  3315. "readdirp": "~3.6.0"
  3316. },
  3317. "engines": {
  3318. "node": ">= 8.10.0"
  3319. },
  3320. "funding": {
  3321. "url": "https://paulmillr.com/funding/"
  3322. },
  3323. "optionalDependencies": {
  3324. "fsevents": "~2.3.2"
  3325. }
  3326. },
  3327. "node_modules/chownr": {
  3328. "version": "2.0.0",
  3329. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz",
  3330. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  3331. "license": "ISC",
  3332. "engines": {
  3333. "node": ">=10"
  3334. }
  3335. },
  3336. "node_modules/ci-info": {
  3337. "version": "4.0.0",
  3338. "resolved": "https://registry.npmmirror.com/ci-info/-/ci-info-4.0.0.tgz",
  3339. "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
  3340. "funding": [
  3341. {
  3342. "type": "github",
  3343. "url": "https://github.com/sponsors/sibiraj-s"
  3344. }
  3345. ],
  3346. "license": "MIT",
  3347. "engines": {
  3348. "node": ">=8"
  3349. }
  3350. },
  3351. "node_modules/citty": {
  3352. "version": "0.1.6",
  3353. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz",
  3354. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  3355. "license": "MIT",
  3356. "dependencies": {
  3357. "consola": "^3.2.3"
  3358. }
  3359. },
  3360. "node_modules/clear": {
  3361. "version": "0.1.0",
  3362. "resolved": "https://registry.npmmirror.com/clear/-/clear-0.1.0.tgz",
  3363. "integrity": "sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==",
  3364. "engines": {
  3365. "node": "*"
  3366. }
  3367. },
  3368. "node_modules/clipboardy": {
  3369. "version": "4.0.0",
  3370. "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-4.0.0.tgz",
  3371. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  3372. "license": "MIT",
  3373. "dependencies": {
  3374. "execa": "^8.0.1",
  3375. "is-wsl": "^3.1.0",
  3376. "is64bit": "^2.0.0"
  3377. },
  3378. "engines": {
  3379. "node": ">=18"
  3380. },
  3381. "funding": {
  3382. "url": "https://github.com/sponsors/sindresorhus"
  3383. }
  3384. },
  3385. "node_modules/clipboardy/node_modules/execa": {
  3386. "version": "8.0.1",
  3387. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  3388. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  3389. "license": "MIT",
  3390. "dependencies": {
  3391. "cross-spawn": "^7.0.3",
  3392. "get-stream": "^8.0.1",
  3393. "human-signals": "^5.0.0",
  3394. "is-stream": "^3.0.0",
  3395. "merge-stream": "^2.0.0",
  3396. "npm-run-path": "^5.1.0",
  3397. "onetime": "^6.0.0",
  3398. "signal-exit": "^4.1.0",
  3399. "strip-final-newline": "^3.0.0"
  3400. },
  3401. "engines": {
  3402. "node": ">=16.17"
  3403. },
  3404. "funding": {
  3405. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  3406. }
  3407. },
  3408. "node_modules/clipboardy/node_modules/get-stream": {
  3409. "version": "8.0.1",
  3410. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  3411. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  3412. "license": "MIT",
  3413. "engines": {
  3414. "node": ">=16"
  3415. },
  3416. "funding": {
  3417. "url": "https://github.com/sponsors/sindresorhus"
  3418. }
  3419. },
  3420. "node_modules/clipboardy/node_modules/human-signals": {
  3421. "version": "5.0.0",
  3422. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  3423. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  3424. "license": "Apache-2.0",
  3425. "engines": {
  3426. "node": ">=16.17.0"
  3427. }
  3428. },
  3429. "node_modules/clipboardy/node_modules/signal-exit": {
  3430. "version": "4.1.0",
  3431. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  3432. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  3433. "license": "ISC",
  3434. "engines": {
  3435. "node": ">=14"
  3436. },
  3437. "funding": {
  3438. "url": "https://github.com/sponsors/isaacs"
  3439. }
  3440. },
  3441. "node_modules/cliui": {
  3442. "version": "8.0.1",
  3443. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  3444. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  3445. "license": "ISC",
  3446. "dependencies": {
  3447. "string-width": "^4.2.0",
  3448. "strip-ansi": "^6.0.1",
  3449. "wrap-ansi": "^7.0.0"
  3450. },
  3451. "engines": {
  3452. "node": ">=12"
  3453. }
  3454. },
  3455. "node_modules/cluster-key-slot": {
  3456. "version": "1.1.2",
  3457. "resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  3458. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  3459. "license": "Apache-2.0",
  3460. "engines": {
  3461. "node": ">=0.10.0"
  3462. }
  3463. },
  3464. "node_modules/color-convert": {
  3465. "version": "1.9.3",
  3466. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
  3467. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  3468. "license": "MIT",
  3469. "dependencies": {
  3470. "color-name": "1.1.3"
  3471. }
  3472. },
  3473. "node_modules/color-name": {
  3474. "version": "1.1.3",
  3475. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
  3476. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  3477. "license": "MIT"
  3478. },
  3479. "node_modules/color-support": {
  3480. "version": "1.1.3",
  3481. "resolved": "https://registry.npmmirror.com/color-support/-/color-support-1.1.3.tgz",
  3482. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  3483. "license": "ISC",
  3484. "bin": {
  3485. "color-support": "bin.js"
  3486. }
  3487. },
  3488. "node_modules/colord": {
  3489. "version": "2.9.3",
  3490. "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz",
  3491. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  3492. "license": "MIT"
  3493. },
  3494. "node_modules/combined-stream": {
  3495. "version": "1.0.8",
  3496. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  3497. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3498. "license": "MIT",
  3499. "dependencies": {
  3500. "delayed-stream": "~1.0.0"
  3501. },
  3502. "engines": {
  3503. "node": ">= 0.8"
  3504. }
  3505. },
  3506. "node_modules/commander": {
  3507. "version": "7.2.0",
  3508. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  3509. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  3510. "license": "MIT",
  3511. "engines": {
  3512. "node": ">= 10"
  3513. }
  3514. },
  3515. "node_modules/commondir": {
  3516. "version": "1.0.1",
  3517. "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
  3518. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  3519. "license": "MIT"
  3520. },
  3521. "node_modules/compatx": {
  3522. "version": "0.1.8",
  3523. "resolved": "https://registry.npmmirror.com/compatx/-/compatx-0.1.8.tgz",
  3524. "integrity": "sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw==",
  3525. "license": "MIT"
  3526. },
  3527. "node_modules/compress-commons": {
  3528. "version": "6.0.2",
  3529. "resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-6.0.2.tgz",
  3530. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  3531. "license": "MIT",
  3532. "dependencies": {
  3533. "crc-32": "^1.2.0",
  3534. "crc32-stream": "^6.0.0",
  3535. "is-stream": "^2.0.1",
  3536. "normalize-path": "^3.0.0",
  3537. "readable-stream": "^4.0.0"
  3538. },
  3539. "engines": {
  3540. "node": ">= 14"
  3541. }
  3542. },
  3543. "node_modules/compress-commons/node_modules/is-stream": {
  3544. "version": "2.0.1",
  3545. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  3546. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  3547. "license": "MIT",
  3548. "engines": {
  3549. "node": ">=8"
  3550. },
  3551. "funding": {
  3552. "url": "https://github.com/sponsors/sindresorhus"
  3553. }
  3554. },
  3555. "node_modules/concat-map": {
  3556. "version": "0.0.1",
  3557. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  3558. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3559. "license": "MIT"
  3560. },
  3561. "node_modules/confbox": {
  3562. "version": "0.1.8",
  3563. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  3564. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3565. "license": "MIT"
  3566. },
  3567. "node_modules/consola": {
  3568. "version": "3.2.3",
  3569. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.2.3.tgz",
  3570. "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
  3571. "license": "MIT",
  3572. "engines": {
  3573. "node": "^14.18.0 || >=16.10.0"
  3574. }
  3575. },
  3576. "node_modules/console-control-strings": {
  3577. "version": "1.1.0",
  3578. "resolved": "https://registry.npmmirror.com/console-control-strings/-/console-control-strings-1.1.0.tgz",
  3579. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
  3580. "license": "ISC"
  3581. },
  3582. "node_modules/convert-source-map": {
  3583. "version": "2.0.0",
  3584. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3585. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3586. "license": "MIT"
  3587. },
  3588. "node_modules/cookie-es": {
  3589. "version": "1.2.2",
  3590. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-1.2.2.tgz",
  3591. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
  3592. "license": "MIT"
  3593. },
  3594. "node_modules/copy-anything": {
  3595. "version": "3.0.5",
  3596. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  3597. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  3598. "license": "MIT",
  3599. "dependencies": {
  3600. "is-what": "^4.1.8"
  3601. },
  3602. "engines": {
  3603. "node": ">=12.13"
  3604. },
  3605. "funding": {
  3606. "url": "https://github.com/sponsors/mesqueeb"
  3607. }
  3608. },
  3609. "node_modules/core-util-is": {
  3610. "version": "1.0.3",
  3611. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  3612. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  3613. "license": "MIT"
  3614. },
  3615. "node_modules/crc-32": {
  3616. "version": "1.2.2",
  3617. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  3618. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  3619. "license": "Apache-2.0",
  3620. "bin": {
  3621. "crc32": "bin/crc32.njs"
  3622. },
  3623. "engines": {
  3624. "node": ">=0.8"
  3625. }
  3626. },
  3627. "node_modules/crc32-stream": {
  3628. "version": "6.0.0",
  3629. "resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-6.0.0.tgz",
  3630. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  3631. "license": "MIT",
  3632. "dependencies": {
  3633. "crc-32": "^1.2.0",
  3634. "readable-stream": "^4.0.0"
  3635. },
  3636. "engines": {
  3637. "node": ">= 14"
  3638. }
  3639. },
  3640. "node_modules/create-require": {
  3641. "version": "1.1.1",
  3642. "resolved": "https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz",
  3643. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
  3644. "license": "MIT"
  3645. },
  3646. "node_modules/croner": {
  3647. "version": "8.1.2",
  3648. "resolved": "https://registry.npmmirror.com/croner/-/croner-8.1.2.tgz",
  3649. "integrity": "sha512-ypfPFcAXHuAZRCzo3vJL6ltENzniTjwe/qsLleH1V2/7SRDjgvRQyrLmumFTLmjFax4IuSxfGXEn79fozXcJog==",
  3650. "license": "MIT",
  3651. "engines": {
  3652. "node": ">=18.0"
  3653. }
  3654. },
  3655. "node_modules/cronstrue": {
  3656. "version": "2.50.0",
  3657. "resolved": "https://registry.npmmirror.com/cronstrue/-/cronstrue-2.50.0.tgz",
  3658. "integrity": "sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==",
  3659. "license": "MIT",
  3660. "bin": {
  3661. "cronstrue": "bin/cli.js"
  3662. }
  3663. },
  3664. "node_modules/cross-spawn": {
  3665. "version": "7.0.3",
  3666. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz",
  3667. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  3668. "license": "MIT",
  3669. "dependencies": {
  3670. "path-key": "^3.1.0",
  3671. "shebang-command": "^2.0.0",
  3672. "which": "^2.0.1"
  3673. },
  3674. "engines": {
  3675. "node": ">= 8"
  3676. }
  3677. },
  3678. "node_modules/cross-spawn/node_modules/which": {
  3679. "version": "2.0.2",
  3680. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  3681. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  3682. "license": "ISC",
  3683. "dependencies": {
  3684. "isexe": "^2.0.0"
  3685. },
  3686. "bin": {
  3687. "node-which": "bin/node-which"
  3688. },
  3689. "engines": {
  3690. "node": ">= 8"
  3691. }
  3692. },
  3693. "node_modules/crossws": {
  3694. "version": "0.3.1",
  3695. "resolved": "https://registry.npmmirror.com/crossws/-/crossws-0.3.1.tgz",
  3696. "integrity": "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==",
  3697. "license": "MIT",
  3698. "dependencies": {
  3699. "uncrypto": "^0.1.3"
  3700. }
  3701. },
  3702. "node_modules/css-declaration-sorter": {
  3703. "version": "7.2.0",
  3704. "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
  3705. "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
  3706. "license": "ISC",
  3707. "engines": {
  3708. "node": "^14 || ^16 || >=18"
  3709. },
  3710. "peerDependencies": {
  3711. "postcss": "^8.0.9"
  3712. }
  3713. },
  3714. "node_modules/css-select": {
  3715. "version": "5.1.0",
  3716. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz",
  3717. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  3718. "license": "BSD-2-Clause",
  3719. "dependencies": {
  3720. "boolbase": "^1.0.0",
  3721. "css-what": "^6.1.0",
  3722. "domhandler": "^5.0.2",
  3723. "domutils": "^3.0.1",
  3724. "nth-check": "^2.0.1"
  3725. },
  3726. "funding": {
  3727. "url": "https://github.com/sponsors/fb55"
  3728. }
  3729. },
  3730. "node_modules/css-tree": {
  3731. "version": "2.3.1",
  3732. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz",
  3733. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  3734. "license": "MIT",
  3735. "dependencies": {
  3736. "mdn-data": "2.0.30",
  3737. "source-map-js": "^1.0.1"
  3738. },
  3739. "engines": {
  3740. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  3741. }
  3742. },
  3743. "node_modules/css-what": {
  3744. "version": "6.1.0",
  3745. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz",
  3746. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  3747. "license": "BSD-2-Clause",
  3748. "engines": {
  3749. "node": ">= 6"
  3750. },
  3751. "funding": {
  3752. "url": "https://github.com/sponsors/fb55"
  3753. }
  3754. },
  3755. "node_modules/cssesc": {
  3756. "version": "3.0.0",
  3757. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  3758. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  3759. "license": "MIT",
  3760. "bin": {
  3761. "cssesc": "bin/cssesc"
  3762. },
  3763. "engines": {
  3764. "node": ">=4"
  3765. }
  3766. },
  3767. "node_modules/cssnano": {
  3768. "version": "7.0.6",
  3769. "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.0.6.tgz",
  3770. "integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==",
  3771. "license": "MIT",
  3772. "dependencies": {
  3773. "cssnano-preset-default": "^7.0.6",
  3774. "lilconfig": "^3.1.2"
  3775. },
  3776. "engines": {
  3777. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3778. },
  3779. "funding": {
  3780. "type": "opencollective",
  3781. "url": "https://opencollective.com/cssnano"
  3782. },
  3783. "peerDependencies": {
  3784. "postcss": "^8.4.31"
  3785. }
  3786. },
  3787. "node_modules/cssnano-preset-default": {
  3788. "version": "7.0.6",
  3789. "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz",
  3790. "integrity": "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==",
  3791. "license": "MIT",
  3792. "dependencies": {
  3793. "browserslist": "^4.23.3",
  3794. "css-declaration-sorter": "^7.2.0",
  3795. "cssnano-utils": "^5.0.0",
  3796. "postcss-calc": "^10.0.2",
  3797. "postcss-colormin": "^7.0.2",
  3798. "postcss-convert-values": "^7.0.4",
  3799. "postcss-discard-comments": "^7.0.3",
  3800. "postcss-discard-duplicates": "^7.0.1",
  3801. "postcss-discard-empty": "^7.0.0",
  3802. "postcss-discard-overridden": "^7.0.0",
  3803. "postcss-merge-longhand": "^7.0.4",
  3804. "postcss-merge-rules": "^7.0.4",
  3805. "postcss-minify-font-values": "^7.0.0",
  3806. "postcss-minify-gradients": "^7.0.0",
  3807. "postcss-minify-params": "^7.0.2",
  3808. "postcss-minify-selectors": "^7.0.4",
  3809. "postcss-normalize-charset": "^7.0.0",
  3810. "postcss-normalize-display-values": "^7.0.0",
  3811. "postcss-normalize-positions": "^7.0.0",
  3812. "postcss-normalize-repeat-style": "^7.0.0",
  3813. "postcss-normalize-string": "^7.0.0",
  3814. "postcss-normalize-timing-functions": "^7.0.0",
  3815. "postcss-normalize-unicode": "^7.0.2",
  3816. "postcss-normalize-url": "^7.0.0",
  3817. "postcss-normalize-whitespace": "^7.0.0",
  3818. "postcss-ordered-values": "^7.0.1",
  3819. "postcss-reduce-initial": "^7.0.2",
  3820. "postcss-reduce-transforms": "^7.0.0",
  3821. "postcss-svgo": "^7.0.1",
  3822. "postcss-unique-selectors": "^7.0.3"
  3823. },
  3824. "engines": {
  3825. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3826. },
  3827. "peerDependencies": {
  3828. "postcss": "^8.4.31"
  3829. }
  3830. },
  3831. "node_modules/cssnano-utils": {
  3832. "version": "5.0.0",
  3833. "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.0.tgz",
  3834. "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==",
  3835. "license": "MIT",
  3836. "engines": {
  3837. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3838. },
  3839. "peerDependencies": {
  3840. "postcss": "^8.4.31"
  3841. }
  3842. },
  3843. "node_modules/csso": {
  3844. "version": "5.0.5",
  3845. "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz",
  3846. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  3847. "license": "MIT",
  3848. "dependencies": {
  3849. "css-tree": "~2.2.0"
  3850. },
  3851. "engines": {
  3852. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3853. "npm": ">=7.0.0"
  3854. }
  3855. },
  3856. "node_modules/csso/node_modules/css-tree": {
  3857. "version": "2.2.1",
  3858. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz",
  3859. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  3860. "license": "MIT",
  3861. "dependencies": {
  3862. "mdn-data": "2.0.28",
  3863. "source-map-js": "^1.0.1"
  3864. },
  3865. "engines": {
  3866. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3867. "npm": ">=7.0.0"
  3868. }
  3869. },
  3870. "node_modules/csso/node_modules/mdn-data": {
  3871. "version": "2.0.28",
  3872. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz",
  3873. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  3874. "license": "CC0-1.0"
  3875. },
  3876. "node_modules/csstype": {
  3877. "version": "3.1.3",
  3878. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  3879. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  3880. "license": "MIT"
  3881. },
  3882. "node_modules/db0": {
  3883. "version": "0.1.4",
  3884. "resolved": "https://registry.npmmirror.com/db0/-/db0-0.1.4.tgz",
  3885. "integrity": "sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==",
  3886. "license": "MIT",
  3887. "peerDependencies": {
  3888. "@libsql/client": "^0.5.2",
  3889. "better-sqlite3": "^9.4.3",
  3890. "drizzle-orm": "^0.29.4"
  3891. },
  3892. "peerDependenciesMeta": {
  3893. "@libsql/client": {
  3894. "optional": true
  3895. },
  3896. "better-sqlite3": {
  3897. "optional": true
  3898. },
  3899. "drizzle-orm": {
  3900. "optional": true
  3901. }
  3902. }
  3903. },
  3904. "node_modules/debug": {
  3905. "version": "4.3.7",
  3906. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.7.tgz",
  3907. "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  3908. "license": "MIT",
  3909. "dependencies": {
  3910. "ms": "^2.1.3"
  3911. },
  3912. "engines": {
  3913. "node": ">=6.0"
  3914. },
  3915. "peerDependenciesMeta": {
  3916. "supports-color": {
  3917. "optional": true
  3918. }
  3919. }
  3920. },
  3921. "node_modules/decamelize": {
  3922. "version": "1.2.0",
  3923. "resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
  3924. "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
  3925. "license": "MIT",
  3926. "engines": {
  3927. "node": ">=0.10.0"
  3928. }
  3929. },
  3930. "node_modules/deepmerge": {
  3931. "version": "4.3.1",
  3932. "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz",
  3933. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  3934. "license": "MIT",
  3935. "engines": {
  3936. "node": ">=0.10.0"
  3937. }
  3938. },
  3939. "node_modules/default-browser": {
  3940. "version": "5.2.1",
  3941. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  3942. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  3943. "license": "MIT",
  3944. "dependencies": {
  3945. "bundle-name": "^4.1.0",
  3946. "default-browser-id": "^5.0.0"
  3947. },
  3948. "engines": {
  3949. "node": ">=18"
  3950. },
  3951. "funding": {
  3952. "url": "https://github.com/sponsors/sindresorhus"
  3953. }
  3954. },
  3955. "node_modules/default-browser-id": {
  3956. "version": "5.0.0",
  3957. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  3958. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  3959. "license": "MIT",
  3960. "engines": {
  3961. "node": ">=18"
  3962. },
  3963. "funding": {
  3964. "url": "https://github.com/sponsors/sindresorhus"
  3965. }
  3966. },
  3967. "node_modules/define-lazy-prop": {
  3968. "version": "2.0.0",
  3969. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  3970. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  3971. "license": "MIT",
  3972. "engines": {
  3973. "node": ">=8"
  3974. }
  3975. },
  3976. "node_modules/defu": {
  3977. "version": "6.1.4",
  3978. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  3979. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  3980. "license": "MIT"
  3981. },
  3982. "node_modules/delayed-stream": {
  3983. "version": "1.0.0",
  3984. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  3985. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  3986. "license": "MIT",
  3987. "engines": {
  3988. "node": ">=0.4.0"
  3989. }
  3990. },
  3991. "node_modules/delegates": {
  3992. "version": "1.0.0",
  3993. "resolved": "https://registry.npmmirror.com/delegates/-/delegates-1.0.0.tgz",
  3994. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
  3995. "license": "MIT"
  3996. },
  3997. "node_modules/denque": {
  3998. "version": "2.1.0",
  3999. "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  4000. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  4001. "license": "Apache-2.0",
  4002. "engines": {
  4003. "node": ">=0.10"
  4004. }
  4005. },
  4006. "node_modules/depd": {
  4007. "version": "2.0.0",
  4008. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  4009. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  4010. "license": "MIT",
  4011. "engines": {
  4012. "node": ">= 0.8"
  4013. }
  4014. },
  4015. "node_modules/destr": {
  4016. "version": "2.0.3",
  4017. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.3.tgz",
  4018. "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==",
  4019. "license": "MIT"
  4020. },
  4021. "node_modules/destroy": {
  4022. "version": "1.2.0",
  4023. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  4024. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  4025. "license": "MIT",
  4026. "engines": {
  4027. "node": ">= 0.8",
  4028. "npm": "1.2.8000 || >= 1.4.16"
  4029. }
  4030. },
  4031. "node_modules/detect-libc": {
  4032. "version": "2.0.3",
  4033. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz",
  4034. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  4035. "license": "Apache-2.0",
  4036. "engines": {
  4037. "node": ">=8"
  4038. }
  4039. },
  4040. "node_modules/devalue": {
  4041. "version": "5.1.1",
  4042. "resolved": "https://registry.npmmirror.com/devalue/-/devalue-5.1.1.tgz",
  4043. "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==",
  4044. "license": "MIT"
  4045. },
  4046. "node_modules/diff": {
  4047. "version": "7.0.0",
  4048. "resolved": "https://registry.npmmirror.com/diff/-/diff-7.0.0.tgz",
  4049. "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
  4050. "license": "BSD-3-Clause",
  4051. "engines": {
  4052. "node": ">=0.3.1"
  4053. }
  4054. },
  4055. "node_modules/dom-serializer": {
  4056. "version": "2.0.0",
  4057. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
  4058. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  4059. "license": "MIT",
  4060. "dependencies": {
  4061. "domelementtype": "^2.3.0",
  4062. "domhandler": "^5.0.2",
  4063. "entities": "^4.2.0"
  4064. },
  4065. "funding": {
  4066. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  4067. }
  4068. },
  4069. "node_modules/domelementtype": {
  4070. "version": "2.3.0",
  4071. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  4072. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  4073. "funding": [
  4074. {
  4075. "type": "github",
  4076. "url": "https://github.com/sponsors/fb55"
  4077. }
  4078. ],
  4079. "license": "BSD-2-Clause"
  4080. },
  4081. "node_modules/domhandler": {
  4082. "version": "5.0.3",
  4083. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
  4084. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  4085. "license": "BSD-2-Clause",
  4086. "dependencies": {
  4087. "domelementtype": "^2.3.0"
  4088. },
  4089. "engines": {
  4090. "node": ">= 4"
  4091. },
  4092. "funding": {
  4093. "url": "https://github.com/fb55/domhandler?sponsor=1"
  4094. }
  4095. },
  4096. "node_modules/domutils": {
  4097. "version": "3.1.0",
  4098. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.1.0.tgz",
  4099. "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
  4100. "license": "BSD-2-Clause",
  4101. "dependencies": {
  4102. "dom-serializer": "^2.0.0",
  4103. "domelementtype": "^2.3.0",
  4104. "domhandler": "^5.0.3"
  4105. },
  4106. "funding": {
  4107. "url": "https://github.com/fb55/domutils?sponsor=1"
  4108. }
  4109. },
  4110. "node_modules/dot-prop": {
  4111. "version": "8.0.2",
  4112. "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-8.0.2.tgz",
  4113. "integrity": "sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==",
  4114. "license": "MIT",
  4115. "dependencies": {
  4116. "type-fest": "^3.8.0"
  4117. },
  4118. "engines": {
  4119. "node": ">=16"
  4120. },
  4121. "funding": {
  4122. "url": "https://github.com/sponsors/sindresorhus"
  4123. }
  4124. },
  4125. "node_modules/dotenv": {
  4126. "version": "16.4.5",
  4127. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.4.5.tgz",
  4128. "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
  4129. "license": "BSD-2-Clause",
  4130. "engines": {
  4131. "node": ">=12"
  4132. },
  4133. "funding": {
  4134. "url": "https://dotenvx.com"
  4135. }
  4136. },
  4137. "node_modules/duplexer": {
  4138. "version": "0.1.2",
  4139. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  4140. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  4141. "license": "MIT"
  4142. },
  4143. "node_modules/eastasianwidth": {
  4144. "version": "0.2.0",
  4145. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  4146. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  4147. "license": "MIT"
  4148. },
  4149. "node_modules/ee-first": {
  4150. "version": "1.1.1",
  4151. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  4152. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  4153. "license": "MIT"
  4154. },
  4155. "node_modules/electron-to-chromium": {
  4156. "version": "1.5.33",
  4157. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.33.tgz",
  4158. "integrity": "sha512-+cYTcFB1QqD4j4LegwLfpCNxifb6dDFUAwk6RsLusCwIaZI6or2f+q8rs5tTB2YC53HhOlIbEaqHMAAC8IOIwA==",
  4159. "license": "ISC"
  4160. },
  4161. "node_modules/emoji-regex": {
  4162. "version": "8.0.0",
  4163. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  4164. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  4165. "license": "MIT"
  4166. },
  4167. "node_modules/emojis-list": {
  4168. "version": "3.0.0",
  4169. "resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz",
  4170. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  4171. "license": "MIT",
  4172. "engines": {
  4173. "node": ">= 4"
  4174. }
  4175. },
  4176. "node_modules/encodeurl": {
  4177. "version": "2.0.0",
  4178. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  4179. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  4180. "license": "MIT",
  4181. "engines": {
  4182. "node": ">= 0.8"
  4183. }
  4184. },
  4185. "node_modules/enhanced-resolve": {
  4186. "version": "5.17.1",
  4187. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
  4188. "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
  4189. "license": "MIT",
  4190. "dependencies": {
  4191. "graceful-fs": "^4.2.4",
  4192. "tapable": "^2.2.0"
  4193. },
  4194. "engines": {
  4195. "node": ">=10.13.0"
  4196. }
  4197. },
  4198. "node_modules/entities": {
  4199. "version": "4.5.0",
  4200. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  4201. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4202. "license": "BSD-2-Clause",
  4203. "engines": {
  4204. "node": ">=0.12"
  4205. },
  4206. "funding": {
  4207. "url": "https://github.com/fb55/entities?sponsor=1"
  4208. }
  4209. },
  4210. "node_modules/errno": {
  4211. "version": "0.1.8",
  4212. "resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
  4213. "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
  4214. "license": "MIT",
  4215. "optional": true,
  4216. "dependencies": {
  4217. "prr": "~1.0.1"
  4218. },
  4219. "bin": {
  4220. "errno": "cli.js"
  4221. }
  4222. },
  4223. "node_modules/error-stack-parser-es": {
  4224. "version": "0.1.5",
  4225. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  4226. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  4227. "license": "MIT",
  4228. "funding": {
  4229. "url": "https://github.com/sponsors/antfu"
  4230. }
  4231. },
  4232. "node_modules/errx": {
  4233. "version": "0.1.0",
  4234. "resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz",
  4235. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  4236. "license": "MIT"
  4237. },
  4238. "node_modules/esbuild": {
  4239. "version": "0.23.1",
  4240. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.23.1.tgz",
  4241. "integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==",
  4242. "hasInstallScript": true,
  4243. "license": "MIT",
  4244. "bin": {
  4245. "esbuild": "bin/esbuild"
  4246. },
  4247. "engines": {
  4248. "node": ">=18"
  4249. },
  4250. "optionalDependencies": {
  4251. "@esbuild/aix-ppc64": "0.23.1",
  4252. "@esbuild/android-arm": "0.23.1",
  4253. "@esbuild/android-arm64": "0.23.1",
  4254. "@esbuild/android-x64": "0.23.1",
  4255. "@esbuild/darwin-arm64": "0.23.1",
  4256. "@esbuild/darwin-x64": "0.23.1",
  4257. "@esbuild/freebsd-arm64": "0.23.1",
  4258. "@esbuild/freebsd-x64": "0.23.1",
  4259. "@esbuild/linux-arm": "0.23.1",
  4260. "@esbuild/linux-arm64": "0.23.1",
  4261. "@esbuild/linux-ia32": "0.23.1",
  4262. "@esbuild/linux-loong64": "0.23.1",
  4263. "@esbuild/linux-mips64el": "0.23.1",
  4264. "@esbuild/linux-ppc64": "0.23.1",
  4265. "@esbuild/linux-riscv64": "0.23.1",
  4266. "@esbuild/linux-s390x": "0.23.1",
  4267. "@esbuild/linux-x64": "0.23.1",
  4268. "@esbuild/netbsd-x64": "0.23.1",
  4269. "@esbuild/openbsd-arm64": "0.23.1",
  4270. "@esbuild/openbsd-x64": "0.23.1",
  4271. "@esbuild/sunos-x64": "0.23.1",
  4272. "@esbuild/win32-arm64": "0.23.1",
  4273. "@esbuild/win32-ia32": "0.23.1",
  4274. "@esbuild/win32-x64": "0.23.1"
  4275. }
  4276. },
  4277. "node_modules/escalade": {
  4278. "version": "3.2.0",
  4279. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  4280. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  4281. "license": "MIT",
  4282. "engines": {
  4283. "node": ">=6"
  4284. }
  4285. },
  4286. "node_modules/escape-html": {
  4287. "version": "1.0.3",
  4288. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  4289. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  4290. "license": "MIT"
  4291. },
  4292. "node_modules/escape-string-regexp": {
  4293. "version": "5.0.0",
  4294. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  4295. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  4296. "license": "MIT",
  4297. "engines": {
  4298. "node": ">=12"
  4299. },
  4300. "funding": {
  4301. "url": "https://github.com/sponsors/sindresorhus"
  4302. }
  4303. },
  4304. "node_modules/estree-walker": {
  4305. "version": "3.0.3",
  4306. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  4307. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  4308. "license": "MIT",
  4309. "dependencies": {
  4310. "@types/estree": "^1.0.0"
  4311. }
  4312. },
  4313. "node_modules/etag": {
  4314. "version": "1.8.1",
  4315. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  4316. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  4317. "license": "MIT",
  4318. "engines": {
  4319. "node": ">= 0.6"
  4320. }
  4321. },
  4322. "node_modules/event-target-shim": {
  4323. "version": "5.0.1",
  4324. "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
  4325. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  4326. "license": "MIT",
  4327. "engines": {
  4328. "node": ">=6"
  4329. }
  4330. },
  4331. "node_modules/events": {
  4332. "version": "3.3.0",
  4333. "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
  4334. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  4335. "license": "MIT",
  4336. "engines": {
  4337. "node": ">=0.8.x"
  4338. }
  4339. },
  4340. "node_modules/execa": {
  4341. "version": "7.2.0",
  4342. "resolved": "https://registry.npmmirror.com/execa/-/execa-7.2.0.tgz",
  4343. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  4344. "license": "MIT",
  4345. "dependencies": {
  4346. "cross-spawn": "^7.0.3",
  4347. "get-stream": "^6.0.1",
  4348. "human-signals": "^4.3.0",
  4349. "is-stream": "^3.0.0",
  4350. "merge-stream": "^2.0.0",
  4351. "npm-run-path": "^5.1.0",
  4352. "onetime": "^6.0.0",
  4353. "signal-exit": "^3.0.7",
  4354. "strip-final-newline": "^3.0.0"
  4355. },
  4356. "engines": {
  4357. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  4358. },
  4359. "funding": {
  4360. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  4361. }
  4362. },
  4363. "node_modules/externality": {
  4364. "version": "1.0.2",
  4365. "resolved": "https://registry.npmmirror.com/externality/-/externality-1.0.2.tgz",
  4366. "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==",
  4367. "license": "MIT",
  4368. "dependencies": {
  4369. "enhanced-resolve": "^5.14.1",
  4370. "mlly": "^1.3.0",
  4371. "pathe": "^1.1.1",
  4372. "ufo": "^1.1.2"
  4373. }
  4374. },
  4375. "node_modules/fast-fifo": {
  4376. "version": "1.3.2",
  4377. "resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz",
  4378. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  4379. "license": "MIT"
  4380. },
  4381. "node_modules/fast-glob": {
  4382. "version": "3.3.2",
  4383. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
  4384. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  4385. "license": "MIT",
  4386. "dependencies": {
  4387. "@nodelib/fs.stat": "^2.0.2",
  4388. "@nodelib/fs.walk": "^1.2.3",
  4389. "glob-parent": "^5.1.2",
  4390. "merge2": "^1.3.0",
  4391. "micromatch": "^4.0.4"
  4392. },
  4393. "engines": {
  4394. "node": ">=8.6.0"
  4395. }
  4396. },
  4397. "node_modules/fast-npm-meta": {
  4398. "version": "0.2.2",
  4399. "resolved": "https://registry.npmmirror.com/fast-npm-meta/-/fast-npm-meta-0.2.2.tgz",
  4400. "integrity": "sha512-E+fdxeaOQGo/CMWc9f4uHFfgUPJRAu7N3uB8GBvB3SDPAIWJK4GKyYhkAGFq+GYrcbKNfQIz5VVQyJnDuPPCrg==",
  4401. "license": "MIT",
  4402. "funding": {
  4403. "url": "https://github.com/sponsors/antfu"
  4404. }
  4405. },
  4406. "node_modules/fastq": {
  4407. "version": "1.17.1",
  4408. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.17.1.tgz",
  4409. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  4410. "license": "ISC",
  4411. "dependencies": {
  4412. "reusify": "^1.0.4"
  4413. }
  4414. },
  4415. "node_modules/file-uri-to-path": {
  4416. "version": "1.0.0",
  4417. "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  4418. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  4419. "license": "MIT"
  4420. },
  4421. "node_modules/fill-range": {
  4422. "version": "7.1.1",
  4423. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  4424. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4425. "license": "MIT",
  4426. "dependencies": {
  4427. "to-regex-range": "^5.0.1"
  4428. },
  4429. "engines": {
  4430. "node": ">=8"
  4431. }
  4432. },
  4433. "node_modules/find-up": {
  4434. "version": "4.1.0",
  4435. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
  4436. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  4437. "license": "MIT",
  4438. "dependencies": {
  4439. "locate-path": "^5.0.0",
  4440. "path-exists": "^4.0.0"
  4441. },
  4442. "engines": {
  4443. "node": ">=8"
  4444. }
  4445. },
  4446. "node_modules/flatted": {
  4447. "version": "3.3.1",
  4448. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.1.tgz",
  4449. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
  4450. "license": "ISC"
  4451. },
  4452. "node_modules/follow-redirects": {
  4453. "version": "1.15.9",
  4454. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  4455. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  4456. "funding": [
  4457. {
  4458. "type": "individual",
  4459. "url": "https://github.com/sponsors/RubenVerborgh"
  4460. }
  4461. ],
  4462. "license": "MIT",
  4463. "engines": {
  4464. "node": ">=4.0"
  4465. },
  4466. "peerDependenciesMeta": {
  4467. "debug": {
  4468. "optional": true
  4469. }
  4470. }
  4471. },
  4472. "node_modules/foreground-child": {
  4473. "version": "3.3.0",
  4474. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.0.tgz",
  4475. "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
  4476. "license": "ISC",
  4477. "dependencies": {
  4478. "cross-spawn": "^7.0.0",
  4479. "signal-exit": "^4.0.1"
  4480. },
  4481. "engines": {
  4482. "node": ">=14"
  4483. },
  4484. "funding": {
  4485. "url": "https://github.com/sponsors/isaacs"
  4486. }
  4487. },
  4488. "node_modules/foreground-child/node_modules/signal-exit": {
  4489. "version": "4.1.0",
  4490. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  4491. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4492. "license": "ISC",
  4493. "engines": {
  4494. "node": ">=14"
  4495. },
  4496. "funding": {
  4497. "url": "https://github.com/sponsors/isaacs"
  4498. }
  4499. },
  4500. "node_modules/form-data": {
  4501. "version": "4.0.0",
  4502. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz",
  4503. "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
  4504. "license": "MIT",
  4505. "dependencies": {
  4506. "asynckit": "^0.4.0",
  4507. "combined-stream": "^1.0.8",
  4508. "mime-types": "^2.1.12"
  4509. },
  4510. "engines": {
  4511. "node": ">= 6"
  4512. }
  4513. },
  4514. "node_modules/fraction.js": {
  4515. "version": "4.3.7",
  4516. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
  4517. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  4518. "license": "MIT",
  4519. "engines": {
  4520. "node": "*"
  4521. },
  4522. "funding": {
  4523. "type": "patreon",
  4524. "url": "https://github.com/sponsors/rawify"
  4525. }
  4526. },
  4527. "node_modules/fresh": {
  4528. "version": "0.5.2",
  4529. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
  4530. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  4531. "license": "MIT",
  4532. "engines": {
  4533. "node": ">= 0.6"
  4534. }
  4535. },
  4536. "node_modules/fs-extra": {
  4537. "version": "11.2.0",
  4538. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.2.0.tgz",
  4539. "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
  4540. "license": "MIT",
  4541. "dependencies": {
  4542. "graceful-fs": "^4.2.0",
  4543. "jsonfile": "^6.0.1",
  4544. "universalify": "^2.0.0"
  4545. },
  4546. "engines": {
  4547. "node": ">=14.14"
  4548. }
  4549. },
  4550. "node_modules/fs-minipass": {
  4551. "version": "2.1.0",
  4552. "resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz",
  4553. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  4554. "license": "ISC",
  4555. "dependencies": {
  4556. "minipass": "^3.0.0"
  4557. },
  4558. "engines": {
  4559. "node": ">= 8"
  4560. }
  4561. },
  4562. "node_modules/fs-minipass/node_modules/minipass": {
  4563. "version": "3.3.6",
  4564. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
  4565. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  4566. "license": "ISC",
  4567. "dependencies": {
  4568. "yallist": "^4.0.0"
  4569. },
  4570. "engines": {
  4571. "node": ">=8"
  4572. }
  4573. },
  4574. "node_modules/fs-minipass/node_modules/yallist": {
  4575. "version": "4.0.0",
  4576. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  4577. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  4578. "license": "ISC"
  4579. },
  4580. "node_modules/fs.realpath": {
  4581. "version": "1.0.0",
  4582. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4583. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  4584. "license": "ISC"
  4585. },
  4586. "node_modules/fsevents": {
  4587. "version": "2.3.3",
  4588. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  4589. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4590. "hasInstallScript": true,
  4591. "license": "MIT",
  4592. "optional": true,
  4593. "os": [
  4594. "darwin"
  4595. ],
  4596. "engines": {
  4597. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4598. }
  4599. },
  4600. "node_modules/function-bind": {
  4601. "version": "1.1.2",
  4602. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  4603. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4604. "license": "MIT",
  4605. "funding": {
  4606. "url": "https://github.com/sponsors/ljharb"
  4607. }
  4608. },
  4609. "node_modules/gauge": {
  4610. "version": "3.0.2",
  4611. "resolved": "https://registry.npmmirror.com/gauge/-/gauge-3.0.2.tgz",
  4612. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  4613. "deprecated": "This package is no longer supported.",
  4614. "license": "ISC",
  4615. "dependencies": {
  4616. "aproba": "^1.0.3 || ^2.0.0",
  4617. "color-support": "^1.1.2",
  4618. "console-control-strings": "^1.0.0",
  4619. "has-unicode": "^2.0.1",
  4620. "object-assign": "^4.1.1",
  4621. "signal-exit": "^3.0.0",
  4622. "string-width": "^4.2.3",
  4623. "strip-ansi": "^6.0.1",
  4624. "wide-align": "^1.1.2"
  4625. },
  4626. "engines": {
  4627. "node": ">=10"
  4628. }
  4629. },
  4630. "node_modules/gensync": {
  4631. "version": "1.0.0-beta.2",
  4632. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  4633. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4634. "license": "MIT",
  4635. "engines": {
  4636. "node": ">=6.9.0"
  4637. }
  4638. },
  4639. "node_modules/get-caller-file": {
  4640. "version": "2.0.5",
  4641. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  4642. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  4643. "license": "ISC",
  4644. "engines": {
  4645. "node": "6.* || 8.* || >= 10.*"
  4646. }
  4647. },
  4648. "node_modules/get-port-please": {
  4649. "version": "3.1.2",
  4650. "resolved": "https://registry.npmmirror.com/get-port-please/-/get-port-please-3.1.2.tgz",
  4651. "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==",
  4652. "license": "MIT"
  4653. },
  4654. "node_modules/get-stream": {
  4655. "version": "6.0.1",
  4656. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz",
  4657. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  4658. "license": "MIT",
  4659. "engines": {
  4660. "node": ">=10"
  4661. },
  4662. "funding": {
  4663. "url": "https://github.com/sponsors/sindresorhus"
  4664. }
  4665. },
  4666. "node_modules/giget": {
  4667. "version": "1.2.3",
  4668. "resolved": "https://registry.npmmirror.com/giget/-/giget-1.2.3.tgz",
  4669. "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==",
  4670. "license": "MIT",
  4671. "dependencies": {
  4672. "citty": "^0.1.6",
  4673. "consola": "^3.2.3",
  4674. "defu": "^6.1.4",
  4675. "node-fetch-native": "^1.6.3",
  4676. "nypm": "^0.3.8",
  4677. "ohash": "^1.1.3",
  4678. "pathe": "^1.1.2",
  4679. "tar": "^6.2.0"
  4680. },
  4681. "bin": {
  4682. "giget": "dist/cli.mjs"
  4683. }
  4684. },
  4685. "node_modules/git-config-path": {
  4686. "version": "2.0.0",
  4687. "resolved": "https://registry.npmmirror.com/git-config-path/-/git-config-path-2.0.0.tgz",
  4688. "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  4689. "license": "MIT",
  4690. "engines": {
  4691. "node": ">=4"
  4692. }
  4693. },
  4694. "node_modules/git-up": {
  4695. "version": "7.0.0",
  4696. "resolved": "https://registry.npmmirror.com/git-up/-/git-up-7.0.0.tgz",
  4697. "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==",
  4698. "license": "MIT",
  4699. "dependencies": {
  4700. "is-ssh": "^1.4.0",
  4701. "parse-url": "^8.1.0"
  4702. }
  4703. },
  4704. "node_modules/git-url-parse": {
  4705. "version": "15.0.0",
  4706. "resolved": "https://registry.npmmirror.com/git-url-parse/-/git-url-parse-15.0.0.tgz",
  4707. "integrity": "sha512-5reeBufLi+i4QD3ZFftcJs9jC26aULFLBU23FeKM/b1rI0K6ofIeAblmDVO7Ht22zTDE9+CkJ3ZVb0CgJmz3UQ==",
  4708. "license": "MIT",
  4709. "dependencies": {
  4710. "git-up": "^7.0.0"
  4711. }
  4712. },
  4713. "node_modules/glob": {
  4714. "version": "8.1.0",
  4715. "resolved": "https://registry.npmmirror.com/glob/-/glob-8.1.0.tgz",
  4716. "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
  4717. "deprecated": "Glob versions prior to v9 are no longer supported",
  4718. "license": "ISC",
  4719. "dependencies": {
  4720. "fs.realpath": "^1.0.0",
  4721. "inflight": "^1.0.4",
  4722. "inherits": "2",
  4723. "minimatch": "^5.0.1",
  4724. "once": "^1.3.0"
  4725. },
  4726. "engines": {
  4727. "node": ">=12"
  4728. },
  4729. "funding": {
  4730. "url": "https://github.com/sponsors/isaacs"
  4731. }
  4732. },
  4733. "node_modules/glob-all": {
  4734. "version": "3.3.1",
  4735. "resolved": "https://registry.npmmirror.com/glob-all/-/glob-all-3.3.1.tgz",
  4736. "integrity": "sha512-Y+ESjdI7ZgMwfzanHZYQ87C59jOO0i+Hd+QYtVt9PhLi6d8wlOpzQnfBxWUlaTuAoR3TkybLqqbIoWveU4Ji7Q==",
  4737. "license": "MIT",
  4738. "dependencies": {
  4739. "glob": "^7.2.3",
  4740. "yargs": "^15.3.1"
  4741. },
  4742. "bin": {
  4743. "glob-all": "bin/glob-all"
  4744. }
  4745. },
  4746. "node_modules/glob-all/node_modules/ansi-styles": {
  4747. "version": "4.3.0",
  4748. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4749. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4750. "license": "MIT",
  4751. "dependencies": {
  4752. "color-convert": "^2.0.1"
  4753. },
  4754. "engines": {
  4755. "node": ">=8"
  4756. },
  4757. "funding": {
  4758. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4759. }
  4760. },
  4761. "node_modules/glob-all/node_modules/brace-expansion": {
  4762. "version": "1.1.11",
  4763. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  4764. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  4765. "license": "MIT",
  4766. "dependencies": {
  4767. "balanced-match": "^1.0.0",
  4768. "concat-map": "0.0.1"
  4769. }
  4770. },
  4771. "node_modules/glob-all/node_modules/cliui": {
  4772. "version": "6.0.0",
  4773. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz",
  4774. "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  4775. "license": "ISC",
  4776. "dependencies": {
  4777. "string-width": "^4.2.0",
  4778. "strip-ansi": "^6.0.0",
  4779. "wrap-ansi": "^6.2.0"
  4780. }
  4781. },
  4782. "node_modules/glob-all/node_modules/color-convert": {
  4783. "version": "2.0.1",
  4784. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  4785. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4786. "license": "MIT",
  4787. "dependencies": {
  4788. "color-name": "~1.1.4"
  4789. },
  4790. "engines": {
  4791. "node": ">=7.0.0"
  4792. }
  4793. },
  4794. "node_modules/glob-all/node_modules/color-name": {
  4795. "version": "1.1.4",
  4796. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  4797. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4798. "license": "MIT"
  4799. },
  4800. "node_modules/glob-all/node_modules/glob": {
  4801. "version": "7.2.3",
  4802. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  4803. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  4804. "deprecated": "Glob versions prior to v9 are no longer supported",
  4805. "license": "ISC",
  4806. "dependencies": {
  4807. "fs.realpath": "^1.0.0",
  4808. "inflight": "^1.0.4",
  4809. "inherits": "2",
  4810. "minimatch": "^3.1.1",
  4811. "once": "^1.3.0",
  4812. "path-is-absolute": "^1.0.0"
  4813. },
  4814. "engines": {
  4815. "node": "*"
  4816. },
  4817. "funding": {
  4818. "url": "https://github.com/sponsors/isaacs"
  4819. }
  4820. },
  4821. "node_modules/glob-all/node_modules/minimatch": {
  4822. "version": "3.1.2",
  4823. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  4824. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4825. "license": "ISC",
  4826. "dependencies": {
  4827. "brace-expansion": "^1.1.7"
  4828. },
  4829. "engines": {
  4830. "node": "*"
  4831. }
  4832. },
  4833. "node_modules/glob-all/node_modules/wrap-ansi": {
  4834. "version": "6.2.0",
  4835. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  4836. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  4837. "license": "MIT",
  4838. "dependencies": {
  4839. "ansi-styles": "^4.0.0",
  4840. "string-width": "^4.1.0",
  4841. "strip-ansi": "^6.0.0"
  4842. },
  4843. "engines": {
  4844. "node": ">=8"
  4845. }
  4846. },
  4847. "node_modules/glob-all/node_modules/y18n": {
  4848. "version": "4.0.3",
  4849. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz",
  4850. "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
  4851. "license": "ISC"
  4852. },
  4853. "node_modules/glob-all/node_modules/yargs": {
  4854. "version": "15.4.1",
  4855. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz",
  4856. "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  4857. "license": "MIT",
  4858. "dependencies": {
  4859. "cliui": "^6.0.0",
  4860. "decamelize": "^1.2.0",
  4861. "find-up": "^4.1.0",
  4862. "get-caller-file": "^2.0.1",
  4863. "require-directory": "^2.1.1",
  4864. "require-main-filename": "^2.0.0",
  4865. "set-blocking": "^2.0.0",
  4866. "string-width": "^4.2.0",
  4867. "which-module": "^2.0.0",
  4868. "y18n": "^4.0.0",
  4869. "yargs-parser": "^18.1.2"
  4870. },
  4871. "engines": {
  4872. "node": ">=8"
  4873. }
  4874. },
  4875. "node_modules/glob-all/node_modules/yargs-parser": {
  4876. "version": "18.1.3",
  4877. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz",
  4878. "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  4879. "license": "ISC",
  4880. "dependencies": {
  4881. "camelcase": "^5.0.0",
  4882. "decamelize": "^1.2.0"
  4883. },
  4884. "engines": {
  4885. "node": ">=6"
  4886. }
  4887. },
  4888. "node_modules/glob-parent": {
  4889. "version": "5.1.2",
  4890. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  4891. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4892. "license": "ISC",
  4893. "dependencies": {
  4894. "is-glob": "^4.0.1"
  4895. },
  4896. "engines": {
  4897. "node": ">= 6"
  4898. }
  4899. },
  4900. "node_modules/global-directory": {
  4901. "version": "4.0.1",
  4902. "resolved": "https://registry.npmmirror.com/global-directory/-/global-directory-4.0.1.tgz",
  4903. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  4904. "license": "MIT",
  4905. "dependencies": {
  4906. "ini": "4.1.1"
  4907. },
  4908. "engines": {
  4909. "node": ">=18"
  4910. },
  4911. "funding": {
  4912. "url": "https://github.com/sponsors/sindresorhus"
  4913. }
  4914. },
  4915. "node_modules/globals": {
  4916. "version": "11.12.0",
  4917. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  4918. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4919. "license": "MIT",
  4920. "engines": {
  4921. "node": ">=4"
  4922. }
  4923. },
  4924. "node_modules/globby": {
  4925. "version": "14.0.2",
  4926. "resolved": "https://registry.npmmirror.com/globby/-/globby-14.0.2.tgz",
  4927. "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
  4928. "license": "MIT",
  4929. "dependencies": {
  4930. "@sindresorhus/merge-streams": "^2.1.0",
  4931. "fast-glob": "^3.3.2",
  4932. "ignore": "^5.2.4",
  4933. "path-type": "^5.0.0",
  4934. "slash": "^5.1.0",
  4935. "unicorn-magic": "^0.1.0"
  4936. },
  4937. "engines": {
  4938. "node": ">=18"
  4939. },
  4940. "funding": {
  4941. "url": "https://github.com/sponsors/sindresorhus"
  4942. }
  4943. },
  4944. "node_modules/graceful-fs": {
  4945. "version": "4.2.11",
  4946. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4947. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4948. "license": "ISC"
  4949. },
  4950. "node_modules/gzip-size": {
  4951. "version": "7.0.0",
  4952. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz",
  4953. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  4954. "license": "MIT",
  4955. "dependencies": {
  4956. "duplexer": "^0.1.2"
  4957. },
  4958. "engines": {
  4959. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4960. },
  4961. "funding": {
  4962. "url": "https://github.com/sponsors/sindresorhus"
  4963. }
  4964. },
  4965. "node_modules/h3": {
  4966. "version": "1.13.0",
  4967. "resolved": "https://registry.npmmirror.com/h3/-/h3-1.13.0.tgz",
  4968. "integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==",
  4969. "license": "MIT",
  4970. "dependencies": {
  4971. "cookie-es": "^1.2.2",
  4972. "crossws": ">=0.2.0 <0.4.0",
  4973. "defu": "^6.1.4",
  4974. "destr": "^2.0.3",
  4975. "iron-webcrypto": "^1.2.1",
  4976. "ohash": "^1.1.4",
  4977. "radix3": "^1.1.2",
  4978. "ufo": "^1.5.4",
  4979. "uncrypto": "^0.1.3",
  4980. "unenv": "^1.10.0"
  4981. }
  4982. },
  4983. "node_modules/has-flag": {
  4984. "version": "3.0.0",
  4985. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
  4986. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  4987. "license": "MIT",
  4988. "engines": {
  4989. "node": ">=4"
  4990. }
  4991. },
  4992. "node_modules/has-unicode": {
  4993. "version": "2.0.1",
  4994. "resolved": "https://registry.npmmirror.com/has-unicode/-/has-unicode-2.0.1.tgz",
  4995. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
  4996. "license": "ISC"
  4997. },
  4998. "node_modules/hash-sum": {
  4999. "version": "2.0.0",
  5000. "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz",
  5001. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==",
  5002. "license": "MIT"
  5003. },
  5004. "node_modules/hasown": {
  5005. "version": "2.0.2",
  5006. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  5007. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5008. "license": "MIT",
  5009. "dependencies": {
  5010. "function-bind": "^1.1.2"
  5011. },
  5012. "engines": {
  5013. "node": ">= 0.4"
  5014. }
  5015. },
  5016. "node_modules/hookable": {
  5017. "version": "5.5.3",
  5018. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  5019. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  5020. "license": "MIT"
  5021. },
  5022. "node_modules/html-tags": {
  5023. "version": "3.3.1",
  5024. "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz",
  5025. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  5026. "license": "MIT",
  5027. "engines": {
  5028. "node": ">=8"
  5029. },
  5030. "funding": {
  5031. "url": "https://github.com/sponsors/sindresorhus"
  5032. }
  5033. },
  5034. "node_modules/http-errors": {
  5035. "version": "2.0.0",
  5036. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
  5037. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  5038. "license": "MIT",
  5039. "dependencies": {
  5040. "depd": "2.0.0",
  5041. "inherits": "2.0.4",
  5042. "setprototypeof": "1.2.0",
  5043. "statuses": "2.0.1",
  5044. "toidentifier": "1.0.1"
  5045. },
  5046. "engines": {
  5047. "node": ">= 0.8"
  5048. }
  5049. },
  5050. "node_modules/http-shutdown": {
  5051. "version": "1.2.2",
  5052. "resolved": "https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz",
  5053. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  5054. "license": "MIT",
  5055. "engines": {
  5056. "iojs": ">= 1.0.0",
  5057. "node": ">= 0.12.0"
  5058. }
  5059. },
  5060. "node_modules/https-proxy-agent": {
  5061. "version": "5.0.1",
  5062. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  5063. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  5064. "license": "MIT",
  5065. "dependencies": {
  5066. "agent-base": "6",
  5067. "debug": "4"
  5068. },
  5069. "engines": {
  5070. "node": ">= 6"
  5071. }
  5072. },
  5073. "node_modules/httpxy": {
  5074. "version": "0.1.5",
  5075. "resolved": "https://registry.npmmirror.com/httpxy/-/httpxy-0.1.5.tgz",
  5076. "integrity": "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ==",
  5077. "license": "MIT"
  5078. },
  5079. "node_modules/human-signals": {
  5080. "version": "4.3.1",
  5081. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-4.3.1.tgz",
  5082. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  5083. "license": "Apache-2.0",
  5084. "engines": {
  5085. "node": ">=14.18.0"
  5086. }
  5087. },
  5088. "node_modules/iconv-lite": {
  5089. "version": "0.6.3",
  5090. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  5091. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  5092. "license": "MIT",
  5093. "optional": true,
  5094. "dependencies": {
  5095. "safer-buffer": ">= 2.1.2 < 3.0.0"
  5096. },
  5097. "engines": {
  5098. "node": ">=0.10.0"
  5099. }
  5100. },
  5101. "node_modules/ieee754": {
  5102. "version": "1.2.1",
  5103. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  5104. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  5105. "funding": [
  5106. {
  5107. "type": "github",
  5108. "url": "https://github.com/sponsors/feross"
  5109. },
  5110. {
  5111. "type": "patreon",
  5112. "url": "https://www.patreon.com/feross"
  5113. },
  5114. {
  5115. "type": "consulting",
  5116. "url": "https://feross.org/support"
  5117. }
  5118. ],
  5119. "license": "BSD-3-Clause"
  5120. },
  5121. "node_modules/ignore": {
  5122. "version": "5.3.2",
  5123. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  5124. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5125. "license": "MIT",
  5126. "engines": {
  5127. "node": ">= 4"
  5128. }
  5129. },
  5130. "node_modules/image-meta": {
  5131. "version": "0.2.1",
  5132. "resolved": "https://registry.npmmirror.com/image-meta/-/image-meta-0.2.1.tgz",
  5133. "integrity": "sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw==",
  5134. "license": "MIT"
  5135. },
  5136. "node_modules/image-size": {
  5137. "version": "0.5.5",
  5138. "resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz",
  5139. "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
  5140. "license": "MIT",
  5141. "optional": true,
  5142. "bin": {
  5143. "image-size": "bin/image-size.js"
  5144. },
  5145. "engines": {
  5146. "node": ">=0.10.0"
  5147. }
  5148. },
  5149. "node_modules/impound": {
  5150. "version": "0.1.0",
  5151. "resolved": "https://registry.npmmirror.com/impound/-/impound-0.1.0.tgz",
  5152. "integrity": "sha512-F9nJgOsDc3tysjN74edE0vGPEQrU7DAje6g5nNAL5Jc9Tv4JW3mH7XMGne+EaadTniDXLeUrVR21opkNfWO1zQ==",
  5153. "license": "MIT",
  5154. "dependencies": {
  5155. "@rollup/pluginutils": "^5.1.0",
  5156. "mlly": "^1.7.1",
  5157. "pathe": "^1.1.2",
  5158. "unenv": "^1.10.0",
  5159. "unplugin": "^1.12.2"
  5160. }
  5161. },
  5162. "node_modules/inflight": {
  5163. "version": "1.0.6",
  5164. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  5165. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5166. "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.",
  5167. "license": "ISC",
  5168. "dependencies": {
  5169. "once": "^1.3.0",
  5170. "wrappy": "1"
  5171. }
  5172. },
  5173. "node_modules/inherits": {
  5174. "version": "2.0.4",
  5175. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  5176. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5177. "license": "ISC"
  5178. },
  5179. "node_modules/ini": {
  5180. "version": "4.1.1",
  5181. "resolved": "https://registry.npmmirror.com/ini/-/ini-4.1.1.tgz",
  5182. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  5183. "license": "ISC",
  5184. "engines": {
  5185. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5186. }
  5187. },
  5188. "node_modules/ioredis": {
  5189. "version": "5.4.1",
  5190. "resolved": "https://registry.npmmirror.com/ioredis/-/ioredis-5.4.1.tgz",
  5191. "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
  5192. "license": "MIT",
  5193. "dependencies": {
  5194. "@ioredis/commands": "^1.1.1",
  5195. "cluster-key-slot": "^1.1.0",
  5196. "debug": "^4.3.4",
  5197. "denque": "^2.1.0",
  5198. "lodash.defaults": "^4.2.0",
  5199. "lodash.isarguments": "^3.1.0",
  5200. "redis-errors": "^1.2.0",
  5201. "redis-parser": "^3.0.0",
  5202. "standard-as-callback": "^2.1.0"
  5203. },
  5204. "engines": {
  5205. "node": ">=12.22.0"
  5206. },
  5207. "funding": {
  5208. "type": "opencollective",
  5209. "url": "https://opencollective.com/ioredis"
  5210. }
  5211. },
  5212. "node_modules/iron-webcrypto": {
  5213. "version": "1.2.1",
  5214. "resolved": "https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  5215. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  5216. "license": "MIT",
  5217. "funding": {
  5218. "url": "https://github.com/sponsors/brc-dd"
  5219. }
  5220. },
  5221. "node_modules/is-binary-path": {
  5222. "version": "2.1.0",
  5223. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  5224. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  5225. "license": "MIT",
  5226. "dependencies": {
  5227. "binary-extensions": "^2.0.0"
  5228. },
  5229. "engines": {
  5230. "node": ">=8"
  5231. }
  5232. },
  5233. "node_modules/is-core-module": {
  5234. "version": "2.15.1",
  5235. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.15.1.tgz",
  5236. "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
  5237. "license": "MIT",
  5238. "dependencies": {
  5239. "hasown": "^2.0.2"
  5240. },
  5241. "engines": {
  5242. "node": ">= 0.4"
  5243. },
  5244. "funding": {
  5245. "url": "https://github.com/sponsors/ljharb"
  5246. }
  5247. },
  5248. "node_modules/is-docker": {
  5249. "version": "3.0.0",
  5250. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  5251. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  5252. "license": "MIT",
  5253. "bin": {
  5254. "is-docker": "cli.js"
  5255. },
  5256. "engines": {
  5257. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5258. },
  5259. "funding": {
  5260. "url": "https://github.com/sponsors/sindresorhus"
  5261. }
  5262. },
  5263. "node_modules/is-extglob": {
  5264. "version": "2.1.1",
  5265. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  5266. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5267. "license": "MIT",
  5268. "engines": {
  5269. "node": ">=0.10.0"
  5270. }
  5271. },
  5272. "node_modules/is-fullwidth-code-point": {
  5273. "version": "3.0.0",
  5274. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  5275. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  5276. "license": "MIT",
  5277. "engines": {
  5278. "node": ">=8"
  5279. }
  5280. },
  5281. "node_modules/is-glob": {
  5282. "version": "4.0.3",
  5283. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  5284. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5285. "license": "MIT",
  5286. "dependencies": {
  5287. "is-extglob": "^2.1.1"
  5288. },
  5289. "engines": {
  5290. "node": ">=0.10.0"
  5291. }
  5292. },
  5293. "node_modules/is-inside-container": {
  5294. "version": "1.0.0",
  5295. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  5296. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  5297. "license": "MIT",
  5298. "dependencies": {
  5299. "is-docker": "^3.0.0"
  5300. },
  5301. "bin": {
  5302. "is-inside-container": "cli.js"
  5303. },
  5304. "engines": {
  5305. "node": ">=14.16"
  5306. },
  5307. "funding": {
  5308. "url": "https://github.com/sponsors/sindresorhus"
  5309. }
  5310. },
  5311. "node_modules/is-installed-globally": {
  5312. "version": "1.0.0",
  5313. "resolved": "https://registry.npmmirror.com/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  5314. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  5315. "license": "MIT",
  5316. "dependencies": {
  5317. "global-directory": "^4.0.1",
  5318. "is-path-inside": "^4.0.0"
  5319. },
  5320. "engines": {
  5321. "node": ">=18"
  5322. },
  5323. "funding": {
  5324. "url": "https://github.com/sponsors/sindresorhus"
  5325. }
  5326. },
  5327. "node_modules/is-module": {
  5328. "version": "1.0.0",
  5329. "resolved": "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz",
  5330. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  5331. "license": "MIT"
  5332. },
  5333. "node_modules/is-number": {
  5334. "version": "7.0.0",
  5335. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  5336. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5337. "license": "MIT",
  5338. "engines": {
  5339. "node": ">=0.12.0"
  5340. }
  5341. },
  5342. "node_modules/is-path-inside": {
  5343. "version": "4.0.0",
  5344. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-4.0.0.tgz",
  5345. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  5346. "license": "MIT",
  5347. "engines": {
  5348. "node": ">=12"
  5349. },
  5350. "funding": {
  5351. "url": "https://github.com/sponsors/sindresorhus"
  5352. }
  5353. },
  5354. "node_modules/is-reference": {
  5355. "version": "1.2.1",
  5356. "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz",
  5357. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  5358. "license": "MIT",
  5359. "dependencies": {
  5360. "@types/estree": "*"
  5361. }
  5362. },
  5363. "node_modules/is-ssh": {
  5364. "version": "1.4.0",
  5365. "resolved": "https://registry.npmmirror.com/is-ssh/-/is-ssh-1.4.0.tgz",
  5366. "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
  5367. "license": "MIT",
  5368. "dependencies": {
  5369. "protocols": "^2.0.1"
  5370. }
  5371. },
  5372. "node_modules/is-stream": {
  5373. "version": "3.0.0",
  5374. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  5375. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  5376. "license": "MIT",
  5377. "engines": {
  5378. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5379. },
  5380. "funding": {
  5381. "url": "https://github.com/sponsors/sindresorhus"
  5382. }
  5383. },
  5384. "node_modules/is-what": {
  5385. "version": "4.1.16",
  5386. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  5387. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  5388. "license": "MIT",
  5389. "engines": {
  5390. "node": ">=12.13"
  5391. },
  5392. "funding": {
  5393. "url": "https://github.com/sponsors/mesqueeb"
  5394. }
  5395. },
  5396. "node_modules/is-wsl": {
  5397. "version": "3.1.0",
  5398. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  5399. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  5400. "license": "MIT",
  5401. "dependencies": {
  5402. "is-inside-container": "^1.0.0"
  5403. },
  5404. "engines": {
  5405. "node": ">=16"
  5406. },
  5407. "funding": {
  5408. "url": "https://github.com/sponsors/sindresorhus"
  5409. }
  5410. },
  5411. "node_modules/is64bit": {
  5412. "version": "2.0.0",
  5413. "resolved": "https://registry.npmmirror.com/is64bit/-/is64bit-2.0.0.tgz",
  5414. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  5415. "license": "MIT",
  5416. "dependencies": {
  5417. "system-architecture": "^0.1.0"
  5418. },
  5419. "engines": {
  5420. "node": ">=18"
  5421. },
  5422. "funding": {
  5423. "url": "https://github.com/sponsors/sindresorhus"
  5424. }
  5425. },
  5426. "node_modules/isarray": {
  5427. "version": "1.0.0",
  5428. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  5429. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  5430. "license": "MIT"
  5431. },
  5432. "node_modules/isexe": {
  5433. "version": "2.0.0",
  5434. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  5435. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5436. "license": "ISC"
  5437. },
  5438. "node_modules/jackspeak": {
  5439. "version": "3.4.3",
  5440. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  5441. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  5442. "license": "BlueOak-1.0.0",
  5443. "dependencies": {
  5444. "@isaacs/cliui": "^8.0.2"
  5445. },
  5446. "funding": {
  5447. "url": "https://github.com/sponsors/isaacs"
  5448. },
  5449. "optionalDependencies": {
  5450. "@pkgjs/parseargs": "^0.11.0"
  5451. }
  5452. },
  5453. "node_modules/jiti": {
  5454. "version": "1.21.6",
  5455. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.6.tgz",
  5456. "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
  5457. "license": "MIT",
  5458. "bin": {
  5459. "jiti": "bin/jiti.js"
  5460. }
  5461. },
  5462. "node_modules/js-tokens": {
  5463. "version": "4.0.0",
  5464. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  5465. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5466. "license": "MIT"
  5467. },
  5468. "node_modules/js-yaml": {
  5469. "version": "4.1.0",
  5470. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  5471. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5472. "license": "MIT",
  5473. "dependencies": {
  5474. "argparse": "^2.0.1"
  5475. },
  5476. "bin": {
  5477. "js-yaml": "bin/js-yaml.js"
  5478. }
  5479. },
  5480. "node_modules/jsesc": {
  5481. "version": "3.0.2",
  5482. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz",
  5483. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  5484. "license": "MIT",
  5485. "bin": {
  5486. "jsesc": "bin/jsesc"
  5487. },
  5488. "engines": {
  5489. "node": ">=6"
  5490. }
  5491. },
  5492. "node_modules/json5": {
  5493. "version": "2.2.3",
  5494. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  5495. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5496. "license": "MIT",
  5497. "bin": {
  5498. "json5": "lib/cli.js"
  5499. },
  5500. "engines": {
  5501. "node": ">=6"
  5502. }
  5503. },
  5504. "node_modules/jsonfile": {
  5505. "version": "6.1.0",
  5506. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  5507. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  5508. "license": "MIT",
  5509. "dependencies": {
  5510. "universalify": "^2.0.0"
  5511. },
  5512. "optionalDependencies": {
  5513. "graceful-fs": "^4.1.6"
  5514. }
  5515. },
  5516. "node_modules/kleur": {
  5517. "version": "3.0.3",
  5518. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz",
  5519. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  5520. "license": "MIT",
  5521. "engines": {
  5522. "node": ">=6"
  5523. }
  5524. },
  5525. "node_modules/klona": {
  5526. "version": "2.0.6",
  5527. "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
  5528. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  5529. "license": "MIT",
  5530. "engines": {
  5531. "node": ">= 8"
  5532. }
  5533. },
  5534. "node_modules/knitwork": {
  5535. "version": "1.1.0",
  5536. "resolved": "https://registry.npmmirror.com/knitwork/-/knitwork-1.1.0.tgz",
  5537. "integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw==",
  5538. "license": "MIT"
  5539. },
  5540. "node_modules/kolorist": {
  5541. "version": "1.8.0",
  5542. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  5543. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  5544. "license": "MIT"
  5545. },
  5546. "node_modules/launch-editor": {
  5547. "version": "2.9.1",
  5548. "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.9.1.tgz",
  5549. "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==",
  5550. "license": "MIT",
  5551. "dependencies": {
  5552. "picocolors": "^1.0.0",
  5553. "shell-quote": "^1.8.1"
  5554. }
  5555. },
  5556. "node_modules/lazystream": {
  5557. "version": "1.0.1",
  5558. "resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
  5559. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  5560. "license": "MIT",
  5561. "dependencies": {
  5562. "readable-stream": "^2.0.5"
  5563. },
  5564. "engines": {
  5565. "node": ">= 0.6.3"
  5566. }
  5567. },
  5568. "node_modules/lazystream/node_modules/readable-stream": {
  5569. "version": "2.3.8",
  5570. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  5571. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  5572. "license": "MIT",
  5573. "dependencies": {
  5574. "core-util-is": "~1.0.0",
  5575. "inherits": "~2.0.3",
  5576. "isarray": "~1.0.0",
  5577. "process-nextick-args": "~2.0.0",
  5578. "safe-buffer": "~5.1.1",
  5579. "string_decoder": "~1.1.1",
  5580. "util-deprecate": "~1.0.1"
  5581. }
  5582. },
  5583. "node_modules/lazystream/node_modules/safe-buffer": {
  5584. "version": "5.1.2",
  5585. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  5586. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  5587. "license": "MIT"
  5588. },
  5589. "node_modules/lazystream/node_modules/string_decoder": {
  5590. "version": "1.1.1",
  5591. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  5592. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  5593. "license": "MIT",
  5594. "dependencies": {
  5595. "safe-buffer": "~5.1.0"
  5596. }
  5597. },
  5598. "node_modules/less": {
  5599. "version": "4.2.0",
  5600. "resolved": "https://registry.npmmirror.com/less/-/less-4.2.0.tgz",
  5601. "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==",
  5602. "license": "Apache-2.0",
  5603. "dependencies": {
  5604. "copy-anything": "^2.0.1",
  5605. "parse-node-version": "^1.0.1",
  5606. "tslib": "^2.3.0"
  5607. },
  5608. "bin": {
  5609. "lessc": "bin/lessc"
  5610. },
  5611. "engines": {
  5612. "node": ">=6"
  5613. },
  5614. "optionalDependencies": {
  5615. "errno": "^0.1.1",
  5616. "graceful-fs": "^4.1.2",
  5617. "image-size": "~0.5.0",
  5618. "make-dir": "^2.1.0",
  5619. "mime": "^1.4.1",
  5620. "needle": "^3.1.0",
  5621. "source-map": "~0.6.0"
  5622. }
  5623. },
  5624. "node_modules/less-loader": {
  5625. "version": "12.2.0",
  5626. "resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-12.2.0.tgz",
  5627. "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==",
  5628. "license": "MIT",
  5629. "engines": {
  5630. "node": ">= 18.12.0"
  5631. },
  5632. "funding": {
  5633. "type": "opencollective",
  5634. "url": "https://opencollective.com/webpack"
  5635. },
  5636. "peerDependencies": {
  5637. "@rspack/core": "0.x || 1.x",
  5638. "less": "^3.5.0 || ^4.0.0",
  5639. "webpack": "^5.0.0"
  5640. },
  5641. "peerDependenciesMeta": {
  5642. "@rspack/core": {
  5643. "optional": true
  5644. },
  5645. "webpack": {
  5646. "optional": true
  5647. }
  5648. }
  5649. },
  5650. "node_modules/less/node_modules/copy-anything": {
  5651. "version": "2.0.6",
  5652. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
  5653. "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
  5654. "license": "MIT",
  5655. "dependencies": {
  5656. "is-what": "^3.14.1"
  5657. },
  5658. "funding": {
  5659. "url": "https://github.com/sponsors/mesqueeb"
  5660. }
  5661. },
  5662. "node_modules/less/node_modules/is-what": {
  5663. "version": "3.14.1",
  5664. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
  5665. "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
  5666. "license": "MIT"
  5667. },
  5668. "node_modules/less/node_modules/make-dir": {
  5669. "version": "2.1.0",
  5670. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
  5671. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  5672. "license": "MIT",
  5673. "optional": true,
  5674. "dependencies": {
  5675. "pify": "^4.0.1",
  5676. "semver": "^5.6.0"
  5677. },
  5678. "engines": {
  5679. "node": ">=6"
  5680. }
  5681. },
  5682. "node_modules/less/node_modules/mime": {
  5683. "version": "1.6.0",
  5684. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  5685. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  5686. "license": "MIT",
  5687. "optional": true,
  5688. "bin": {
  5689. "mime": "cli.js"
  5690. },
  5691. "engines": {
  5692. "node": ">=4"
  5693. }
  5694. },
  5695. "node_modules/less/node_modules/semver": {
  5696. "version": "5.7.2",
  5697. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  5698. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  5699. "license": "ISC",
  5700. "optional": true,
  5701. "bin": {
  5702. "semver": "bin/semver"
  5703. }
  5704. },
  5705. "node_modules/less/node_modules/source-map": {
  5706. "version": "0.6.1",
  5707. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  5708. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5709. "license": "BSD-3-Clause",
  5710. "optional": true,
  5711. "engines": {
  5712. "node": ">=0.10.0"
  5713. }
  5714. },
  5715. "node_modules/lilconfig": {
  5716. "version": "3.1.2",
  5717. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.2.tgz",
  5718. "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
  5719. "license": "MIT",
  5720. "engines": {
  5721. "node": ">=14"
  5722. },
  5723. "funding": {
  5724. "url": "https://github.com/sponsors/antonk52"
  5725. }
  5726. },
  5727. "node_modules/listhen": {
  5728. "version": "1.9.0",
  5729. "resolved": "https://registry.npmmirror.com/listhen/-/listhen-1.9.0.tgz",
  5730. "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==",
  5731. "license": "MIT",
  5732. "dependencies": {
  5733. "@parcel/watcher": "^2.4.1",
  5734. "@parcel/watcher-wasm": "^2.4.1",
  5735. "citty": "^0.1.6",
  5736. "clipboardy": "^4.0.0",
  5737. "consola": "^3.2.3",
  5738. "crossws": ">=0.2.0 <0.4.0",
  5739. "defu": "^6.1.4",
  5740. "get-port-please": "^3.1.2",
  5741. "h3": "^1.12.0",
  5742. "http-shutdown": "^1.2.2",
  5743. "jiti": "^2.1.2",
  5744. "mlly": "^1.7.1",
  5745. "node-forge": "^1.3.1",
  5746. "pathe": "^1.1.2",
  5747. "std-env": "^3.7.0",
  5748. "ufo": "^1.5.4",
  5749. "untun": "^0.1.3",
  5750. "uqr": "^0.1.2"
  5751. },
  5752. "bin": {
  5753. "listen": "bin/listhen.mjs",
  5754. "listhen": "bin/listhen.mjs"
  5755. }
  5756. },
  5757. "node_modules/listhen/node_modules/jiti": {
  5758. "version": "2.3.3",
  5759. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.3.3.tgz",
  5760. "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==",
  5761. "license": "MIT",
  5762. "bin": {
  5763. "jiti": "lib/jiti-cli.mjs"
  5764. }
  5765. },
  5766. "node_modules/loader-utils": {
  5767. "version": "2.0.4",
  5768. "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz",
  5769. "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
  5770. "license": "MIT",
  5771. "dependencies": {
  5772. "big.js": "^5.2.2",
  5773. "emojis-list": "^3.0.0",
  5774. "json5": "^2.1.2"
  5775. },
  5776. "engines": {
  5777. "node": ">=8.9.0"
  5778. }
  5779. },
  5780. "node_modules/local-pkg": {
  5781. "version": "0.5.0",
  5782. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz",
  5783. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  5784. "license": "MIT",
  5785. "dependencies": {
  5786. "mlly": "^1.4.2",
  5787. "pkg-types": "^1.0.3"
  5788. },
  5789. "engines": {
  5790. "node": ">=14"
  5791. },
  5792. "funding": {
  5793. "url": "https://github.com/sponsors/antfu"
  5794. }
  5795. },
  5796. "node_modules/locate-path": {
  5797. "version": "5.0.0",
  5798. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",
  5799. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  5800. "license": "MIT",
  5801. "dependencies": {
  5802. "p-locate": "^4.1.0"
  5803. },
  5804. "engines": {
  5805. "node": ">=8"
  5806. }
  5807. },
  5808. "node_modules/lodash": {
  5809. "version": "4.17.21",
  5810. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  5811. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  5812. "license": "MIT"
  5813. },
  5814. "node_modules/lodash.defaults": {
  5815. "version": "4.2.0",
  5816. "resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  5817. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  5818. "license": "MIT"
  5819. },
  5820. "node_modules/lodash.isarguments": {
  5821. "version": "3.1.0",
  5822. "resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  5823. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  5824. "license": "MIT"
  5825. },
  5826. "node_modules/lodash.memoize": {
  5827. "version": "4.1.2",
  5828. "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  5829. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  5830. "license": "MIT"
  5831. },
  5832. "node_modules/lodash.uniq": {
  5833. "version": "4.5.0",
  5834. "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  5835. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  5836. "license": "MIT"
  5837. },
  5838. "node_modules/lru-cache": {
  5839. "version": "5.1.1",
  5840. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  5841. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5842. "license": "ISC",
  5843. "dependencies": {
  5844. "yallist": "^3.0.2"
  5845. }
  5846. },
  5847. "node_modules/magic-string": {
  5848. "version": "0.30.11",
  5849. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.11.tgz",
  5850. "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
  5851. "license": "MIT",
  5852. "dependencies": {
  5853. "@jridgewell/sourcemap-codec": "^1.5.0"
  5854. }
  5855. },
  5856. "node_modules/magic-string-ast": {
  5857. "version": "0.6.2",
  5858. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-0.6.2.tgz",
  5859. "integrity": "sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==",
  5860. "license": "MIT",
  5861. "dependencies": {
  5862. "magic-string": "^0.30.10"
  5863. },
  5864. "engines": {
  5865. "node": ">=16.14.0"
  5866. }
  5867. },
  5868. "node_modules/magicast": {
  5869. "version": "0.3.5",
  5870. "resolved": "https://registry.npmmirror.com/magicast/-/magicast-0.3.5.tgz",
  5871. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  5872. "license": "MIT",
  5873. "dependencies": {
  5874. "@babel/parser": "^7.25.4",
  5875. "@babel/types": "^7.25.4",
  5876. "source-map-js": "^1.2.0"
  5877. }
  5878. },
  5879. "node_modules/make-dir": {
  5880. "version": "3.1.0",
  5881. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
  5882. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  5883. "license": "MIT",
  5884. "dependencies": {
  5885. "semver": "^6.0.0"
  5886. },
  5887. "engines": {
  5888. "node": ">=8"
  5889. },
  5890. "funding": {
  5891. "url": "https://github.com/sponsors/sindresorhus"
  5892. }
  5893. },
  5894. "node_modules/make-dir/node_modules/semver": {
  5895. "version": "6.3.1",
  5896. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5897. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5898. "license": "ISC",
  5899. "bin": {
  5900. "semver": "bin/semver.js"
  5901. }
  5902. },
  5903. "node_modules/mdn-data": {
  5904. "version": "2.0.30",
  5905. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz",
  5906. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
  5907. "license": "CC0-1.0"
  5908. },
  5909. "node_modules/merge-stream": {
  5910. "version": "2.0.0",
  5911. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  5912. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  5913. "license": "MIT"
  5914. },
  5915. "node_modules/merge2": {
  5916. "version": "1.4.1",
  5917. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  5918. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5919. "license": "MIT",
  5920. "engines": {
  5921. "node": ">= 8"
  5922. }
  5923. },
  5924. "node_modules/micromatch": {
  5925. "version": "4.0.8",
  5926. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  5927. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5928. "license": "MIT",
  5929. "dependencies": {
  5930. "braces": "^3.0.3",
  5931. "picomatch": "^2.3.1"
  5932. },
  5933. "engines": {
  5934. "node": ">=8.6"
  5935. }
  5936. },
  5937. "node_modules/mime": {
  5938. "version": "4.0.4",
  5939. "resolved": "https://registry.npmmirror.com/mime/-/mime-4.0.4.tgz",
  5940. "integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==",
  5941. "funding": [
  5942. "https://github.com/sponsors/broofa"
  5943. ],
  5944. "license": "MIT",
  5945. "bin": {
  5946. "mime": "bin/cli.js"
  5947. },
  5948. "engines": {
  5949. "node": ">=16"
  5950. }
  5951. },
  5952. "node_modules/mime-db": {
  5953. "version": "1.52.0",
  5954. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  5955. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  5956. "license": "MIT",
  5957. "engines": {
  5958. "node": ">= 0.6"
  5959. }
  5960. },
  5961. "node_modules/mime-types": {
  5962. "version": "2.1.35",
  5963. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  5964. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  5965. "license": "MIT",
  5966. "dependencies": {
  5967. "mime-db": "1.52.0"
  5968. },
  5969. "engines": {
  5970. "node": ">= 0.6"
  5971. }
  5972. },
  5973. "node_modules/mimic-fn": {
  5974. "version": "4.0.0",
  5975. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz",
  5976. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  5977. "license": "MIT",
  5978. "engines": {
  5979. "node": ">=12"
  5980. },
  5981. "funding": {
  5982. "url": "https://github.com/sponsors/sindresorhus"
  5983. }
  5984. },
  5985. "node_modules/minimatch": {
  5986. "version": "5.1.6",
  5987. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  5988. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  5989. "license": "ISC",
  5990. "dependencies": {
  5991. "brace-expansion": "^2.0.1"
  5992. },
  5993. "engines": {
  5994. "node": ">=10"
  5995. }
  5996. },
  5997. "node_modules/minipass": {
  5998. "version": "5.0.0",
  5999. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz",
  6000. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  6001. "license": "ISC",
  6002. "engines": {
  6003. "node": ">=8"
  6004. }
  6005. },
  6006. "node_modules/minizlib": {
  6007. "version": "2.1.2",
  6008. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz",
  6009. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  6010. "license": "MIT",
  6011. "dependencies": {
  6012. "minipass": "^3.0.0",
  6013. "yallist": "^4.0.0"
  6014. },
  6015. "engines": {
  6016. "node": ">= 8"
  6017. }
  6018. },
  6019. "node_modules/minizlib/node_modules/minipass": {
  6020. "version": "3.3.6",
  6021. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
  6022. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  6023. "license": "ISC",
  6024. "dependencies": {
  6025. "yallist": "^4.0.0"
  6026. },
  6027. "engines": {
  6028. "node": ">=8"
  6029. }
  6030. },
  6031. "node_modules/minizlib/node_modules/yallist": {
  6032. "version": "4.0.0",
  6033. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  6034. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  6035. "license": "ISC"
  6036. },
  6037. "node_modules/mitt": {
  6038. "version": "3.0.1",
  6039. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  6040. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  6041. "license": "MIT"
  6042. },
  6043. "node_modules/mkdirp": {
  6044. "version": "1.0.4",
  6045. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz",
  6046. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  6047. "license": "MIT",
  6048. "bin": {
  6049. "mkdirp": "bin/cmd.js"
  6050. },
  6051. "engines": {
  6052. "node": ">=10"
  6053. }
  6054. },
  6055. "node_modules/mlly": {
  6056. "version": "1.7.2",
  6057. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.2.tgz",
  6058. "integrity": "sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==",
  6059. "license": "MIT",
  6060. "dependencies": {
  6061. "acorn": "^8.12.1",
  6062. "pathe": "^1.1.2",
  6063. "pkg-types": "^1.2.0",
  6064. "ufo": "^1.5.4"
  6065. }
  6066. },
  6067. "node_modules/mri": {
  6068. "version": "1.2.0",
  6069. "resolved": "https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz",
  6070. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  6071. "license": "MIT",
  6072. "engines": {
  6073. "node": ">=4"
  6074. }
  6075. },
  6076. "node_modules/mrmime": {
  6077. "version": "2.0.0",
  6078. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.0.tgz",
  6079. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  6080. "license": "MIT",
  6081. "engines": {
  6082. "node": ">=10"
  6083. }
  6084. },
  6085. "node_modules/ms": {
  6086. "version": "2.1.3",
  6087. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  6088. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  6089. "license": "MIT"
  6090. },
  6091. "node_modules/nanoid": {
  6092. "version": "5.0.7",
  6093. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.0.7.tgz",
  6094. "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
  6095. "funding": [
  6096. {
  6097. "type": "github",
  6098. "url": "https://github.com/sponsors/ai"
  6099. }
  6100. ],
  6101. "license": "MIT",
  6102. "bin": {
  6103. "nanoid": "bin/nanoid.js"
  6104. },
  6105. "engines": {
  6106. "node": "^18 || >=20"
  6107. }
  6108. },
  6109. "node_modules/nanotar": {
  6110. "version": "0.1.1",
  6111. "resolved": "https://registry.npmmirror.com/nanotar/-/nanotar-0.1.1.tgz",
  6112. "integrity": "sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ==",
  6113. "license": "MIT"
  6114. },
  6115. "node_modules/needle": {
  6116. "version": "3.3.1",
  6117. "resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz",
  6118. "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
  6119. "license": "MIT",
  6120. "optional": true,
  6121. "dependencies": {
  6122. "iconv-lite": "^0.6.3",
  6123. "sax": "^1.2.4"
  6124. },
  6125. "bin": {
  6126. "needle": "bin/needle"
  6127. },
  6128. "engines": {
  6129. "node": ">= 4.4.x"
  6130. }
  6131. },
  6132. "node_modules/nitropack": {
  6133. "version": "2.9.7",
  6134. "resolved": "https://registry.npmmirror.com/nitropack/-/nitropack-2.9.7.tgz",
  6135. "integrity": "sha512-aKXvtNrWkOCMsQbsk4A0qQdBjrJ1ZcvwlTQevI/LAgLWLYc5L7Q/YiYxGLal4ITyNSlzir1Cm1D2ZxnYhmpMEw==",
  6136. "license": "MIT",
  6137. "dependencies": {
  6138. "@cloudflare/kv-asset-handler": "^0.3.4",
  6139. "@netlify/functions": "^2.8.0",
  6140. "@rollup/plugin-alias": "^5.1.0",
  6141. "@rollup/plugin-commonjs": "^25.0.8",
  6142. "@rollup/plugin-inject": "^5.0.5",
  6143. "@rollup/plugin-json": "^6.1.0",
  6144. "@rollup/plugin-node-resolve": "^15.2.3",
  6145. "@rollup/plugin-replace": "^5.0.7",
  6146. "@rollup/plugin-terser": "^0.4.4",
  6147. "@rollup/pluginutils": "^5.1.0",
  6148. "@types/http-proxy": "^1.17.14",
  6149. "@vercel/nft": "^0.26.5",
  6150. "archiver": "^7.0.1",
  6151. "c12": "^1.11.1",
  6152. "chalk": "^5.3.0",
  6153. "chokidar": "^3.6.0",
  6154. "citty": "^0.1.6",
  6155. "consola": "^3.2.3",
  6156. "cookie-es": "^1.1.0",
  6157. "croner": "^8.0.2",
  6158. "crossws": "^0.2.4",
  6159. "db0": "^0.1.4",
  6160. "defu": "^6.1.4",
  6161. "destr": "^2.0.3",
  6162. "dot-prop": "^8.0.2",
  6163. "esbuild": "^0.20.2",
  6164. "escape-string-regexp": "^5.0.0",
  6165. "etag": "^1.8.1",
  6166. "fs-extra": "^11.2.0",
  6167. "globby": "^14.0.1",
  6168. "gzip-size": "^7.0.0",
  6169. "h3": "^1.12.0",
  6170. "hookable": "^5.5.3",
  6171. "httpxy": "^0.1.5",
  6172. "ioredis": "^5.4.1",
  6173. "jiti": "^1.21.6",
  6174. "klona": "^2.0.6",
  6175. "knitwork": "^1.1.0",
  6176. "listhen": "^1.7.2",
  6177. "magic-string": "^0.30.10",
  6178. "mime": "^4.0.3",
  6179. "mlly": "^1.7.1",
  6180. "mri": "^1.2.0",
  6181. "node-fetch-native": "^1.6.4",
  6182. "ofetch": "^1.3.4",
  6183. "ohash": "^1.1.3",
  6184. "openapi-typescript": "^6.7.6",
  6185. "pathe": "^1.1.2",
  6186. "perfect-debounce": "^1.0.0",
  6187. "pkg-types": "^1.1.1",
  6188. "pretty-bytes": "^6.1.1",
  6189. "radix3": "^1.1.2",
  6190. "rollup": "^4.18.0",
  6191. "rollup-plugin-visualizer": "^5.12.0",
  6192. "scule": "^1.3.0",
  6193. "semver": "^7.6.2",
  6194. "serve-placeholder": "^2.0.2",
  6195. "serve-static": "^1.15.0",
  6196. "std-env": "^3.7.0",
  6197. "ufo": "^1.5.3",
  6198. "uncrypto": "^0.1.3",
  6199. "unctx": "^2.3.1",
  6200. "unenv": "^1.9.0",
  6201. "unimport": "^3.7.2",
  6202. "unstorage": "^1.10.2",
  6203. "unwasm": "^0.3.9"
  6204. },
  6205. "bin": {
  6206. "nitro": "dist/cli/index.mjs",
  6207. "nitropack": "dist/cli/index.mjs"
  6208. },
  6209. "engines": {
  6210. "node": "^16.11.0 || >=17.0.0"
  6211. },
  6212. "peerDependencies": {
  6213. "xml2js": "^0.6.2"
  6214. },
  6215. "peerDependenciesMeta": {
  6216. "xml2js": {
  6217. "optional": true
  6218. }
  6219. }
  6220. },
  6221. "node_modules/nitropack/node_modules/@esbuild/aix-ppc64": {
  6222. "version": "0.20.2",
  6223. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
  6224. "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
  6225. "cpu": [
  6226. "ppc64"
  6227. ],
  6228. "license": "MIT",
  6229. "optional": true,
  6230. "os": [
  6231. "aix"
  6232. ],
  6233. "engines": {
  6234. "node": ">=12"
  6235. }
  6236. },
  6237. "node_modules/nitropack/node_modules/@esbuild/android-arm": {
  6238. "version": "0.20.2",
  6239. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
  6240. "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
  6241. "cpu": [
  6242. "arm"
  6243. ],
  6244. "license": "MIT",
  6245. "optional": true,
  6246. "os": [
  6247. "android"
  6248. ],
  6249. "engines": {
  6250. "node": ">=12"
  6251. }
  6252. },
  6253. "node_modules/nitropack/node_modules/@esbuild/android-arm64": {
  6254. "version": "0.20.2",
  6255. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
  6256. "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
  6257. "cpu": [
  6258. "arm64"
  6259. ],
  6260. "license": "MIT",
  6261. "optional": true,
  6262. "os": [
  6263. "android"
  6264. ],
  6265. "engines": {
  6266. "node": ">=12"
  6267. }
  6268. },
  6269. "node_modules/nitropack/node_modules/@esbuild/android-x64": {
  6270. "version": "0.20.2",
  6271. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
  6272. "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
  6273. "cpu": [
  6274. "x64"
  6275. ],
  6276. "license": "MIT",
  6277. "optional": true,
  6278. "os": [
  6279. "android"
  6280. ],
  6281. "engines": {
  6282. "node": ">=12"
  6283. }
  6284. },
  6285. "node_modules/nitropack/node_modules/@esbuild/darwin-arm64": {
  6286. "version": "0.20.2",
  6287. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
  6288. "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
  6289. "cpu": [
  6290. "arm64"
  6291. ],
  6292. "license": "MIT",
  6293. "optional": true,
  6294. "os": [
  6295. "darwin"
  6296. ],
  6297. "engines": {
  6298. "node": ">=12"
  6299. }
  6300. },
  6301. "node_modules/nitropack/node_modules/@esbuild/darwin-x64": {
  6302. "version": "0.20.2",
  6303. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
  6304. "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
  6305. "cpu": [
  6306. "x64"
  6307. ],
  6308. "license": "MIT",
  6309. "optional": true,
  6310. "os": [
  6311. "darwin"
  6312. ],
  6313. "engines": {
  6314. "node": ">=12"
  6315. }
  6316. },
  6317. "node_modules/nitropack/node_modules/@esbuild/freebsd-arm64": {
  6318. "version": "0.20.2",
  6319. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
  6320. "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
  6321. "cpu": [
  6322. "arm64"
  6323. ],
  6324. "license": "MIT",
  6325. "optional": true,
  6326. "os": [
  6327. "freebsd"
  6328. ],
  6329. "engines": {
  6330. "node": ">=12"
  6331. }
  6332. },
  6333. "node_modules/nitropack/node_modules/@esbuild/freebsd-x64": {
  6334. "version": "0.20.2",
  6335. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
  6336. "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
  6337. "cpu": [
  6338. "x64"
  6339. ],
  6340. "license": "MIT",
  6341. "optional": true,
  6342. "os": [
  6343. "freebsd"
  6344. ],
  6345. "engines": {
  6346. "node": ">=12"
  6347. }
  6348. },
  6349. "node_modules/nitropack/node_modules/@esbuild/linux-arm": {
  6350. "version": "0.20.2",
  6351. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
  6352. "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
  6353. "cpu": [
  6354. "arm"
  6355. ],
  6356. "license": "MIT",
  6357. "optional": true,
  6358. "os": [
  6359. "linux"
  6360. ],
  6361. "engines": {
  6362. "node": ">=12"
  6363. }
  6364. },
  6365. "node_modules/nitropack/node_modules/@esbuild/linux-arm64": {
  6366. "version": "0.20.2",
  6367. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
  6368. "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
  6369. "cpu": [
  6370. "arm64"
  6371. ],
  6372. "license": "MIT",
  6373. "optional": true,
  6374. "os": [
  6375. "linux"
  6376. ],
  6377. "engines": {
  6378. "node": ">=12"
  6379. }
  6380. },
  6381. "node_modules/nitropack/node_modules/@esbuild/linux-ia32": {
  6382. "version": "0.20.2",
  6383. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
  6384. "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
  6385. "cpu": [
  6386. "ia32"
  6387. ],
  6388. "license": "MIT",
  6389. "optional": true,
  6390. "os": [
  6391. "linux"
  6392. ],
  6393. "engines": {
  6394. "node": ">=12"
  6395. }
  6396. },
  6397. "node_modules/nitropack/node_modules/@esbuild/linux-loong64": {
  6398. "version": "0.20.2",
  6399. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
  6400. "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
  6401. "cpu": [
  6402. "loong64"
  6403. ],
  6404. "license": "MIT",
  6405. "optional": true,
  6406. "os": [
  6407. "linux"
  6408. ],
  6409. "engines": {
  6410. "node": ">=12"
  6411. }
  6412. },
  6413. "node_modules/nitropack/node_modules/@esbuild/linux-mips64el": {
  6414. "version": "0.20.2",
  6415. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
  6416. "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
  6417. "cpu": [
  6418. "mips64el"
  6419. ],
  6420. "license": "MIT",
  6421. "optional": true,
  6422. "os": [
  6423. "linux"
  6424. ],
  6425. "engines": {
  6426. "node": ">=12"
  6427. }
  6428. },
  6429. "node_modules/nitropack/node_modules/@esbuild/linux-ppc64": {
  6430. "version": "0.20.2",
  6431. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
  6432. "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
  6433. "cpu": [
  6434. "ppc64"
  6435. ],
  6436. "license": "MIT",
  6437. "optional": true,
  6438. "os": [
  6439. "linux"
  6440. ],
  6441. "engines": {
  6442. "node": ">=12"
  6443. }
  6444. },
  6445. "node_modules/nitropack/node_modules/@esbuild/linux-riscv64": {
  6446. "version": "0.20.2",
  6447. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
  6448. "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
  6449. "cpu": [
  6450. "riscv64"
  6451. ],
  6452. "license": "MIT",
  6453. "optional": true,
  6454. "os": [
  6455. "linux"
  6456. ],
  6457. "engines": {
  6458. "node": ">=12"
  6459. }
  6460. },
  6461. "node_modules/nitropack/node_modules/@esbuild/linux-s390x": {
  6462. "version": "0.20.2",
  6463. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
  6464. "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
  6465. "cpu": [
  6466. "s390x"
  6467. ],
  6468. "license": "MIT",
  6469. "optional": true,
  6470. "os": [
  6471. "linux"
  6472. ],
  6473. "engines": {
  6474. "node": ">=12"
  6475. }
  6476. },
  6477. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  6478. "version": "0.20.2",
  6479. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
  6480. "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
  6481. "cpu": [
  6482. "x64"
  6483. ],
  6484. "license": "MIT",
  6485. "optional": true,
  6486. "os": [
  6487. "linux"
  6488. ],
  6489. "engines": {
  6490. "node": ">=12"
  6491. }
  6492. },
  6493. "node_modules/nitropack/node_modules/@esbuild/netbsd-x64": {
  6494. "version": "0.20.2",
  6495. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
  6496. "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
  6497. "cpu": [
  6498. "x64"
  6499. ],
  6500. "license": "MIT",
  6501. "optional": true,
  6502. "os": [
  6503. "netbsd"
  6504. ],
  6505. "engines": {
  6506. "node": ">=12"
  6507. }
  6508. },
  6509. "node_modules/nitropack/node_modules/@esbuild/openbsd-x64": {
  6510. "version": "0.20.2",
  6511. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
  6512. "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
  6513. "cpu": [
  6514. "x64"
  6515. ],
  6516. "license": "MIT",
  6517. "optional": true,
  6518. "os": [
  6519. "openbsd"
  6520. ],
  6521. "engines": {
  6522. "node": ">=12"
  6523. }
  6524. },
  6525. "node_modules/nitropack/node_modules/@esbuild/sunos-x64": {
  6526. "version": "0.20.2",
  6527. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
  6528. "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
  6529. "cpu": [
  6530. "x64"
  6531. ],
  6532. "license": "MIT",
  6533. "optional": true,
  6534. "os": [
  6535. "sunos"
  6536. ],
  6537. "engines": {
  6538. "node": ">=12"
  6539. }
  6540. },
  6541. "node_modules/nitropack/node_modules/@esbuild/win32-arm64": {
  6542. "version": "0.20.2",
  6543. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
  6544. "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
  6545. "cpu": [
  6546. "arm64"
  6547. ],
  6548. "license": "MIT",
  6549. "optional": true,
  6550. "os": [
  6551. "win32"
  6552. ],
  6553. "engines": {
  6554. "node": ">=12"
  6555. }
  6556. },
  6557. "node_modules/nitropack/node_modules/@esbuild/win32-ia32": {
  6558. "version": "0.20.2",
  6559. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
  6560. "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
  6561. "cpu": [
  6562. "ia32"
  6563. ],
  6564. "license": "MIT",
  6565. "optional": true,
  6566. "os": [
  6567. "win32"
  6568. ],
  6569. "engines": {
  6570. "node": ">=12"
  6571. }
  6572. },
  6573. "node_modules/nitropack/node_modules/@esbuild/win32-x64": {
  6574. "version": "0.20.2",
  6575. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
  6576. "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
  6577. "cpu": [
  6578. "x64"
  6579. ],
  6580. "license": "MIT",
  6581. "optional": true,
  6582. "os": [
  6583. "win32"
  6584. ],
  6585. "engines": {
  6586. "node": ">=12"
  6587. }
  6588. },
  6589. "node_modules/nitropack/node_modules/chalk": {
  6590. "version": "5.3.0",
  6591. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-5.3.0.tgz",
  6592. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  6593. "license": "MIT",
  6594. "engines": {
  6595. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  6596. },
  6597. "funding": {
  6598. "url": "https://github.com/chalk/chalk?sponsor=1"
  6599. }
  6600. },
  6601. "node_modules/nitropack/node_modules/crossws": {
  6602. "version": "0.2.4",
  6603. "resolved": "https://registry.npmmirror.com/crossws/-/crossws-0.2.4.tgz",
  6604. "integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==",
  6605. "license": "MIT",
  6606. "peerDependencies": {
  6607. "uWebSockets.js": "*"
  6608. },
  6609. "peerDependenciesMeta": {
  6610. "uWebSockets.js": {
  6611. "optional": true
  6612. }
  6613. }
  6614. },
  6615. "node_modules/nitropack/node_modules/esbuild": {
  6616. "version": "0.20.2",
  6617. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.20.2.tgz",
  6618. "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
  6619. "hasInstallScript": true,
  6620. "license": "MIT",
  6621. "bin": {
  6622. "esbuild": "bin/esbuild"
  6623. },
  6624. "engines": {
  6625. "node": ">=12"
  6626. },
  6627. "optionalDependencies": {
  6628. "@esbuild/aix-ppc64": "0.20.2",
  6629. "@esbuild/android-arm": "0.20.2",
  6630. "@esbuild/android-arm64": "0.20.2",
  6631. "@esbuild/android-x64": "0.20.2",
  6632. "@esbuild/darwin-arm64": "0.20.2",
  6633. "@esbuild/darwin-x64": "0.20.2",
  6634. "@esbuild/freebsd-arm64": "0.20.2",
  6635. "@esbuild/freebsd-x64": "0.20.2",
  6636. "@esbuild/linux-arm": "0.20.2",
  6637. "@esbuild/linux-arm64": "0.20.2",
  6638. "@esbuild/linux-ia32": "0.20.2",
  6639. "@esbuild/linux-loong64": "0.20.2",
  6640. "@esbuild/linux-mips64el": "0.20.2",
  6641. "@esbuild/linux-ppc64": "0.20.2",
  6642. "@esbuild/linux-riscv64": "0.20.2",
  6643. "@esbuild/linux-s390x": "0.20.2",
  6644. "@esbuild/linux-x64": "0.20.2",
  6645. "@esbuild/netbsd-x64": "0.20.2",
  6646. "@esbuild/openbsd-x64": "0.20.2",
  6647. "@esbuild/sunos-x64": "0.20.2",
  6648. "@esbuild/win32-arm64": "0.20.2",
  6649. "@esbuild/win32-ia32": "0.20.2",
  6650. "@esbuild/win32-x64": "0.20.2"
  6651. }
  6652. },
  6653. "node_modules/node-addon-api": {
  6654. "version": "7.1.1",
  6655. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  6656. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  6657. "license": "MIT"
  6658. },
  6659. "node_modules/node-fetch": {
  6660. "version": "2.7.0",
  6661. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
  6662. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  6663. "license": "MIT",
  6664. "dependencies": {
  6665. "whatwg-url": "^5.0.0"
  6666. },
  6667. "engines": {
  6668. "node": "4.x || >=6.0.0"
  6669. },
  6670. "peerDependencies": {
  6671. "encoding": "^0.1.0"
  6672. },
  6673. "peerDependenciesMeta": {
  6674. "encoding": {
  6675. "optional": true
  6676. }
  6677. }
  6678. },
  6679. "node_modules/node-fetch-native": {
  6680. "version": "1.6.4",
  6681. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
  6682. "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==",
  6683. "license": "MIT"
  6684. },
  6685. "node_modules/node-forge": {
  6686. "version": "1.3.1",
  6687. "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz",
  6688. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  6689. "license": "(BSD-3-Clause OR GPL-2.0)",
  6690. "engines": {
  6691. "node": ">= 6.13.0"
  6692. }
  6693. },
  6694. "node_modules/node-gyp-build": {
  6695. "version": "4.8.2",
  6696. "resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.2.tgz",
  6697. "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==",
  6698. "license": "MIT",
  6699. "bin": {
  6700. "node-gyp-build": "bin.js",
  6701. "node-gyp-build-optional": "optional.js",
  6702. "node-gyp-build-test": "build-test.js"
  6703. }
  6704. },
  6705. "node_modules/node-releases": {
  6706. "version": "2.0.18",
  6707. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.18.tgz",
  6708. "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
  6709. "license": "MIT"
  6710. },
  6711. "node_modules/nopt": {
  6712. "version": "5.0.0",
  6713. "resolved": "https://registry.npmmirror.com/nopt/-/nopt-5.0.0.tgz",
  6714. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  6715. "license": "ISC",
  6716. "dependencies": {
  6717. "abbrev": "1"
  6718. },
  6719. "bin": {
  6720. "nopt": "bin/nopt.js"
  6721. },
  6722. "engines": {
  6723. "node": ">=6"
  6724. }
  6725. },
  6726. "node_modules/normalize-path": {
  6727. "version": "3.0.0",
  6728. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  6729. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  6730. "license": "MIT",
  6731. "engines": {
  6732. "node": ">=0.10.0"
  6733. }
  6734. },
  6735. "node_modules/normalize-range": {
  6736. "version": "0.1.2",
  6737. "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
  6738. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  6739. "license": "MIT",
  6740. "engines": {
  6741. "node": ">=0.10.0"
  6742. }
  6743. },
  6744. "node_modules/npm-run-path": {
  6745. "version": "5.3.0",
  6746. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  6747. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  6748. "license": "MIT",
  6749. "dependencies": {
  6750. "path-key": "^4.0.0"
  6751. },
  6752. "engines": {
  6753. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6754. },
  6755. "funding": {
  6756. "url": "https://github.com/sponsors/sindresorhus"
  6757. }
  6758. },
  6759. "node_modules/npm-run-path/node_modules/path-key": {
  6760. "version": "4.0.0",
  6761. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  6762. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  6763. "license": "MIT",
  6764. "engines": {
  6765. "node": ">=12"
  6766. },
  6767. "funding": {
  6768. "url": "https://github.com/sponsors/sindresorhus"
  6769. }
  6770. },
  6771. "node_modules/npmlog": {
  6772. "version": "5.0.1",
  6773. "resolved": "https://registry.npmmirror.com/npmlog/-/npmlog-5.0.1.tgz",
  6774. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  6775. "deprecated": "This package is no longer supported.",
  6776. "license": "ISC",
  6777. "dependencies": {
  6778. "are-we-there-yet": "^2.0.0",
  6779. "console-control-strings": "^1.1.0",
  6780. "gauge": "^3.0.0",
  6781. "set-blocking": "^2.0.0"
  6782. }
  6783. },
  6784. "node_modules/nth-check": {
  6785. "version": "2.1.1",
  6786. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  6787. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  6788. "license": "BSD-2-Clause",
  6789. "dependencies": {
  6790. "boolbase": "^1.0.0"
  6791. },
  6792. "funding": {
  6793. "url": "https://github.com/fb55/nth-check?sponsor=1"
  6794. }
  6795. },
  6796. "node_modules/nuxi": {
  6797. "version": "3.14.0",
  6798. "resolved": "https://registry.npmmirror.com/nuxi/-/nuxi-3.14.0.tgz",
  6799. "integrity": "sha512-MhG4QR6D95jQxhnwKfdKXulZ8Yqy1nbpwbotbxY5IcabOzpEeTB8hYn2BFkmYdMUB0no81qpv2ldZmVCT9UsnQ==",
  6800. "license": "MIT",
  6801. "bin": {
  6802. "nuxi": "bin/nuxi.mjs",
  6803. "nuxi-ng": "bin/nuxi.mjs",
  6804. "nuxt": "bin/nuxi.mjs",
  6805. "nuxt-cli": "bin/nuxi.mjs"
  6806. },
  6807. "engines": {
  6808. "node": "^16.10.0 || >=18.0.0"
  6809. }
  6810. },
  6811. "node_modules/nuxt": {
  6812. "version": "3.13.2",
  6813. "resolved": "https://registry.npmmirror.com/nuxt/-/nuxt-3.13.2.tgz",
  6814. "integrity": "sha512-Bjc2qRsipfBhjXsBEJCN+EUAukhdgFv/KoIR5HFB2hZOYRSqXBod3oWQs78k3ja1nlIhAEdBG533898KJxUtJw==",
  6815. "license": "MIT",
  6816. "dependencies": {
  6817. "@nuxt/devalue": "^2.0.2",
  6818. "@nuxt/devtools": "^1.4.2",
  6819. "@nuxt/kit": "3.13.2",
  6820. "@nuxt/schema": "3.13.2",
  6821. "@nuxt/telemetry": "^2.6.0",
  6822. "@nuxt/vite-builder": "3.13.2",
  6823. "@unhead/dom": "^1.11.5",
  6824. "@unhead/shared": "^1.11.5",
  6825. "@unhead/ssr": "^1.11.5",
  6826. "@unhead/vue": "^1.11.5",
  6827. "@vue/shared": "^3.5.5",
  6828. "acorn": "8.12.1",
  6829. "c12": "^1.11.2",
  6830. "chokidar": "^3.6.0",
  6831. "compatx": "^0.1.8",
  6832. "consola": "^3.2.3",
  6833. "cookie-es": "^1.2.2",
  6834. "defu": "^6.1.4",
  6835. "destr": "^2.0.3",
  6836. "devalue": "^5.0.0",
  6837. "errx": "^0.1.0",
  6838. "esbuild": "^0.23.1",
  6839. "escape-string-regexp": "^5.0.0",
  6840. "estree-walker": "^3.0.3",
  6841. "globby": "^14.0.2",
  6842. "h3": "^1.12.0",
  6843. "hookable": "^5.5.3",
  6844. "ignore": "^5.3.2",
  6845. "impound": "^0.1.0",
  6846. "jiti": "^1.21.6",
  6847. "klona": "^2.0.6",
  6848. "knitwork": "^1.1.0",
  6849. "magic-string": "^0.30.11",
  6850. "mlly": "^1.7.1",
  6851. "nanotar": "^0.1.1",
  6852. "nitropack": "^2.9.7",
  6853. "nuxi": "^3.13.2",
  6854. "nypm": "^0.3.11",
  6855. "ofetch": "^1.3.4",
  6856. "ohash": "^1.1.4",
  6857. "pathe": "^1.1.2",
  6858. "perfect-debounce": "^1.0.0",
  6859. "pkg-types": "^1.2.0",
  6860. "radix3": "^1.1.2",
  6861. "scule": "^1.3.0",
  6862. "semver": "^7.6.3",
  6863. "std-env": "^3.7.0",
  6864. "strip-literal": "^2.1.0",
  6865. "tinyglobby": "0.2.6",
  6866. "ufo": "^1.5.4",
  6867. "ultrahtml": "^1.5.3",
  6868. "uncrypto": "^0.1.3",
  6869. "unctx": "^2.3.1",
  6870. "unenv": "^1.10.0",
  6871. "unhead": "^1.11.5",
  6872. "unimport": "^3.12.0",
  6873. "unplugin": "^1.14.1",
  6874. "unplugin-vue-router": "^0.10.8",
  6875. "unstorage": "^1.12.0",
  6876. "untyped": "^1.4.2",
  6877. "vue": "^3.5.5",
  6878. "vue-bundle-renderer": "^2.1.0",
  6879. "vue-devtools-stub": "^0.1.0",
  6880. "vue-router": "^4.4.5"
  6881. },
  6882. "bin": {
  6883. "nuxi": "bin/nuxt.mjs",
  6884. "nuxt": "bin/nuxt.mjs"
  6885. },
  6886. "engines": {
  6887. "node": "^14.18.0 || >=16.10.0"
  6888. },
  6889. "peerDependencies": {
  6890. "@parcel/watcher": "^2.1.0",
  6891. "@types/node": "^14.18.0 || >=16.10.0"
  6892. },
  6893. "peerDependenciesMeta": {
  6894. "@parcel/watcher": {
  6895. "optional": true
  6896. },
  6897. "@types/node": {
  6898. "optional": true
  6899. }
  6900. }
  6901. },
  6902. "node_modules/nypm": {
  6903. "version": "0.3.12",
  6904. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.3.12.tgz",
  6905. "integrity": "sha512-D3pzNDWIvgA+7IORhD/IuWzEk4uXv6GsgOxiid4UU3h9oq5IqV1KtPDi63n4sZJ/xcWlr88c0QM2RgN5VbOhFA==",
  6906. "license": "MIT",
  6907. "dependencies": {
  6908. "citty": "^0.1.6",
  6909. "consola": "^3.2.3",
  6910. "execa": "^8.0.1",
  6911. "pathe": "^1.1.2",
  6912. "pkg-types": "^1.2.0",
  6913. "ufo": "^1.5.4"
  6914. },
  6915. "bin": {
  6916. "nypm": "dist/cli.mjs"
  6917. },
  6918. "engines": {
  6919. "node": "^14.16.0 || >=16.10.0"
  6920. }
  6921. },
  6922. "node_modules/nypm/node_modules/execa": {
  6923. "version": "8.0.1",
  6924. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  6925. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6926. "license": "MIT",
  6927. "dependencies": {
  6928. "cross-spawn": "^7.0.3",
  6929. "get-stream": "^8.0.1",
  6930. "human-signals": "^5.0.0",
  6931. "is-stream": "^3.0.0",
  6932. "merge-stream": "^2.0.0",
  6933. "npm-run-path": "^5.1.0",
  6934. "onetime": "^6.0.0",
  6935. "signal-exit": "^4.1.0",
  6936. "strip-final-newline": "^3.0.0"
  6937. },
  6938. "engines": {
  6939. "node": ">=16.17"
  6940. },
  6941. "funding": {
  6942. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6943. }
  6944. },
  6945. "node_modules/nypm/node_modules/get-stream": {
  6946. "version": "8.0.1",
  6947. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  6948. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  6949. "license": "MIT",
  6950. "engines": {
  6951. "node": ">=16"
  6952. },
  6953. "funding": {
  6954. "url": "https://github.com/sponsors/sindresorhus"
  6955. }
  6956. },
  6957. "node_modules/nypm/node_modules/human-signals": {
  6958. "version": "5.0.0",
  6959. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  6960. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  6961. "license": "Apache-2.0",
  6962. "engines": {
  6963. "node": ">=16.17.0"
  6964. }
  6965. },
  6966. "node_modules/nypm/node_modules/signal-exit": {
  6967. "version": "4.1.0",
  6968. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  6969. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  6970. "license": "ISC",
  6971. "engines": {
  6972. "node": ">=14"
  6973. },
  6974. "funding": {
  6975. "url": "https://github.com/sponsors/isaacs"
  6976. }
  6977. },
  6978. "node_modules/object-assign": {
  6979. "version": "4.1.1",
  6980. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  6981. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  6982. "license": "MIT",
  6983. "engines": {
  6984. "node": ">=0.10.0"
  6985. }
  6986. },
  6987. "node_modules/ofetch": {
  6988. "version": "1.4.0",
  6989. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.4.0.tgz",
  6990. "integrity": "sha512-MuHgsEhU6zGeX+EMh+8mSMrYTnsqJQQrpM00Q6QHMKNqQ0bKy0B43tk8tL1wg+CnsSTy1kg4Ir2T5Ig6rD+dfQ==",
  6991. "license": "MIT",
  6992. "dependencies": {
  6993. "destr": "^2.0.3",
  6994. "node-fetch-native": "^1.6.4",
  6995. "ufo": "^1.5.4"
  6996. }
  6997. },
  6998. "node_modules/ohash": {
  6999. "version": "1.1.4",
  7000. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-1.1.4.tgz",
  7001. "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==",
  7002. "license": "MIT"
  7003. },
  7004. "node_modules/on-finished": {
  7005. "version": "2.4.1",
  7006. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  7007. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  7008. "license": "MIT",
  7009. "dependencies": {
  7010. "ee-first": "1.1.1"
  7011. },
  7012. "engines": {
  7013. "node": ">= 0.8"
  7014. }
  7015. },
  7016. "node_modules/once": {
  7017. "version": "1.4.0",
  7018. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  7019. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  7020. "license": "ISC",
  7021. "dependencies": {
  7022. "wrappy": "1"
  7023. }
  7024. },
  7025. "node_modules/onetime": {
  7026. "version": "6.0.0",
  7027. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
  7028. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  7029. "license": "MIT",
  7030. "dependencies": {
  7031. "mimic-fn": "^4.0.0"
  7032. },
  7033. "engines": {
  7034. "node": ">=12"
  7035. },
  7036. "funding": {
  7037. "url": "https://github.com/sponsors/sindresorhus"
  7038. }
  7039. },
  7040. "node_modules/open": {
  7041. "version": "8.4.2",
  7042. "resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
  7043. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  7044. "license": "MIT",
  7045. "dependencies": {
  7046. "define-lazy-prop": "^2.0.0",
  7047. "is-docker": "^2.1.1",
  7048. "is-wsl": "^2.2.0"
  7049. },
  7050. "engines": {
  7051. "node": ">=12"
  7052. },
  7053. "funding": {
  7054. "url": "https://github.com/sponsors/sindresorhus"
  7055. }
  7056. },
  7057. "node_modules/open/node_modules/is-docker": {
  7058. "version": "2.2.1",
  7059. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
  7060. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  7061. "license": "MIT",
  7062. "bin": {
  7063. "is-docker": "cli.js"
  7064. },
  7065. "engines": {
  7066. "node": ">=8"
  7067. },
  7068. "funding": {
  7069. "url": "https://github.com/sponsors/sindresorhus"
  7070. }
  7071. },
  7072. "node_modules/open/node_modules/is-wsl": {
  7073. "version": "2.2.0",
  7074. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
  7075. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  7076. "license": "MIT",
  7077. "dependencies": {
  7078. "is-docker": "^2.0.0"
  7079. },
  7080. "engines": {
  7081. "node": ">=8"
  7082. }
  7083. },
  7084. "node_modules/openapi-typescript": {
  7085. "version": "6.7.6",
  7086. "resolved": "https://registry.npmmirror.com/openapi-typescript/-/openapi-typescript-6.7.6.tgz",
  7087. "integrity": "sha512-c/hfooPx+RBIOPM09GSxABOZhYPblDoyaGhqBkD/59vtpN21jEuWKDlM0KYTvqJVlSYjKs0tBcIdeXKChlSPtw==",
  7088. "license": "MIT",
  7089. "dependencies": {
  7090. "ansi-colors": "^4.1.3",
  7091. "fast-glob": "^3.3.2",
  7092. "js-yaml": "^4.1.0",
  7093. "supports-color": "^9.4.0",
  7094. "undici": "^5.28.4",
  7095. "yargs-parser": "^21.1.1"
  7096. },
  7097. "bin": {
  7098. "openapi-typescript": "bin/cli.js"
  7099. }
  7100. },
  7101. "node_modules/openapi-typescript/node_modules/supports-color": {
  7102. "version": "9.4.0",
  7103. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-9.4.0.tgz",
  7104. "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
  7105. "license": "MIT",
  7106. "engines": {
  7107. "node": ">=12"
  7108. },
  7109. "funding": {
  7110. "url": "https://github.com/chalk/supports-color?sponsor=1"
  7111. }
  7112. },
  7113. "node_modules/p-limit": {
  7114. "version": "2.3.0",
  7115. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
  7116. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  7117. "license": "MIT",
  7118. "dependencies": {
  7119. "p-try": "^2.0.0"
  7120. },
  7121. "engines": {
  7122. "node": ">=6"
  7123. },
  7124. "funding": {
  7125. "url": "https://github.com/sponsors/sindresorhus"
  7126. }
  7127. },
  7128. "node_modules/p-locate": {
  7129. "version": "4.1.0",
  7130. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz",
  7131. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  7132. "license": "MIT",
  7133. "dependencies": {
  7134. "p-limit": "^2.2.0"
  7135. },
  7136. "engines": {
  7137. "node": ">=8"
  7138. }
  7139. },
  7140. "node_modules/p-try": {
  7141. "version": "2.2.0",
  7142. "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz",
  7143. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  7144. "license": "MIT",
  7145. "engines": {
  7146. "node": ">=6"
  7147. }
  7148. },
  7149. "node_modules/package-json-from-dist": {
  7150. "version": "1.0.1",
  7151. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  7152. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  7153. "license": "BlueOak-1.0.0"
  7154. },
  7155. "node_modules/package-manager-detector": {
  7156. "version": "0.2.1",
  7157. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-0.2.1.tgz",
  7158. "integrity": "sha512-/hVW2fZvAdEas+wyKh0SnlZ2mx0NIa1+j11YaQkogEJkcMErbwchHCuo8z7lEtajZJQZ6rgZNVTWMVVd71Bjng==",
  7159. "license": "MIT"
  7160. },
  7161. "node_modules/parse-git-config": {
  7162. "version": "3.0.0",
  7163. "resolved": "https://registry.npmmirror.com/parse-git-config/-/parse-git-config-3.0.0.tgz",
  7164. "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  7165. "license": "MIT",
  7166. "dependencies": {
  7167. "git-config-path": "^2.0.0",
  7168. "ini": "^1.3.5"
  7169. },
  7170. "engines": {
  7171. "node": ">=8"
  7172. }
  7173. },
  7174. "node_modules/parse-git-config/node_modules/ini": {
  7175. "version": "1.3.8",
  7176. "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
  7177. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  7178. "license": "ISC"
  7179. },
  7180. "node_modules/parse-node-version": {
  7181. "version": "1.0.1",
  7182. "resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz",
  7183. "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
  7184. "license": "MIT",
  7185. "engines": {
  7186. "node": ">= 0.10"
  7187. }
  7188. },
  7189. "node_modules/parse-path": {
  7190. "version": "7.0.0",
  7191. "resolved": "https://registry.npmmirror.com/parse-path/-/parse-path-7.0.0.tgz",
  7192. "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==",
  7193. "license": "MIT",
  7194. "dependencies": {
  7195. "protocols": "^2.0.0"
  7196. }
  7197. },
  7198. "node_modules/parse-url": {
  7199. "version": "8.1.0",
  7200. "resolved": "https://registry.npmmirror.com/parse-url/-/parse-url-8.1.0.tgz",
  7201. "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==",
  7202. "license": "MIT",
  7203. "dependencies": {
  7204. "parse-path": "^7.0.0"
  7205. }
  7206. },
  7207. "node_modules/parseurl": {
  7208. "version": "1.3.3",
  7209. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  7210. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  7211. "license": "MIT",
  7212. "engines": {
  7213. "node": ">= 0.8"
  7214. }
  7215. },
  7216. "node_modules/path-exists": {
  7217. "version": "4.0.0",
  7218. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  7219. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  7220. "license": "MIT",
  7221. "engines": {
  7222. "node": ">=8"
  7223. }
  7224. },
  7225. "node_modules/path-is-absolute": {
  7226. "version": "1.0.1",
  7227. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  7228. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  7229. "license": "MIT",
  7230. "engines": {
  7231. "node": ">=0.10.0"
  7232. }
  7233. },
  7234. "node_modules/path-key": {
  7235. "version": "3.1.1",
  7236. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  7237. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7238. "license": "MIT",
  7239. "engines": {
  7240. "node": ">=8"
  7241. }
  7242. },
  7243. "node_modules/path-parse": {
  7244. "version": "1.0.7",
  7245. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  7246. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  7247. "license": "MIT"
  7248. },
  7249. "node_modules/path-scurry": {
  7250. "version": "1.11.1",
  7251. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  7252. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  7253. "license": "BlueOak-1.0.0",
  7254. "dependencies": {
  7255. "lru-cache": "^10.2.0",
  7256. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  7257. },
  7258. "engines": {
  7259. "node": ">=16 || 14 >=14.18"
  7260. },
  7261. "funding": {
  7262. "url": "https://github.com/sponsors/isaacs"
  7263. }
  7264. },
  7265. "node_modules/path-scurry/node_modules/lru-cache": {
  7266. "version": "10.4.3",
  7267. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  7268. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  7269. "license": "ISC"
  7270. },
  7271. "node_modules/path-type": {
  7272. "version": "5.0.0",
  7273. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-5.0.0.tgz",
  7274. "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
  7275. "license": "MIT",
  7276. "engines": {
  7277. "node": ">=12"
  7278. },
  7279. "funding": {
  7280. "url": "https://github.com/sponsors/sindresorhus"
  7281. }
  7282. },
  7283. "node_modules/pathe": {
  7284. "version": "1.1.2",
  7285. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  7286. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  7287. "license": "MIT"
  7288. },
  7289. "node_modules/perfect-debounce": {
  7290. "version": "1.0.0",
  7291. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  7292. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  7293. "license": "MIT"
  7294. },
  7295. "node_modules/picocolors": {
  7296. "version": "1.1.0",
  7297. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.0.tgz",
  7298. "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
  7299. "license": "ISC"
  7300. },
  7301. "node_modules/picomatch": {
  7302. "version": "2.3.1",
  7303. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  7304. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  7305. "license": "MIT",
  7306. "engines": {
  7307. "node": ">=8.6"
  7308. },
  7309. "funding": {
  7310. "url": "https://github.com/sponsors/jonschlinkert"
  7311. }
  7312. },
  7313. "node_modules/pify": {
  7314. "version": "4.0.1",
  7315. "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
  7316. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  7317. "license": "MIT",
  7318. "optional": true,
  7319. "engines": {
  7320. "node": ">=6"
  7321. }
  7322. },
  7323. "node_modules/pkg-types": {
  7324. "version": "1.2.0",
  7325. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.2.0.tgz",
  7326. "integrity": "sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==",
  7327. "license": "MIT",
  7328. "dependencies": {
  7329. "confbox": "^0.1.7",
  7330. "mlly": "^1.7.1",
  7331. "pathe": "^1.1.2"
  7332. }
  7333. },
  7334. "node_modules/postcss": {
  7335. "version": "8.4.47",
  7336. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz",
  7337. "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
  7338. "funding": [
  7339. {
  7340. "type": "opencollective",
  7341. "url": "https://opencollective.com/postcss/"
  7342. },
  7343. {
  7344. "type": "tidelift",
  7345. "url": "https://tidelift.com/funding/github/npm/postcss"
  7346. },
  7347. {
  7348. "type": "github",
  7349. "url": "https://github.com/sponsors/ai"
  7350. }
  7351. ],
  7352. "license": "MIT",
  7353. "dependencies": {
  7354. "nanoid": "^3.3.7",
  7355. "picocolors": "^1.1.0",
  7356. "source-map-js": "^1.2.1"
  7357. },
  7358. "engines": {
  7359. "node": "^10 || ^12 || >=14"
  7360. }
  7361. },
  7362. "node_modules/postcss-calc": {
  7363. "version": "10.0.2",
  7364. "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.0.2.tgz",
  7365. "integrity": "sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==",
  7366. "license": "MIT",
  7367. "dependencies": {
  7368. "postcss-selector-parser": "^6.1.2",
  7369. "postcss-value-parser": "^4.2.0"
  7370. },
  7371. "engines": {
  7372. "node": "^18.12 || ^20.9 || >=22.0"
  7373. },
  7374. "peerDependencies": {
  7375. "postcss": "^8.4.38"
  7376. }
  7377. },
  7378. "node_modules/postcss-colormin": {
  7379. "version": "7.0.2",
  7380. "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.2.tgz",
  7381. "integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==",
  7382. "license": "MIT",
  7383. "dependencies": {
  7384. "browserslist": "^4.23.3",
  7385. "caniuse-api": "^3.0.0",
  7386. "colord": "^2.9.3",
  7387. "postcss-value-parser": "^4.2.0"
  7388. },
  7389. "engines": {
  7390. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7391. },
  7392. "peerDependencies": {
  7393. "postcss": "^8.4.31"
  7394. }
  7395. },
  7396. "node_modules/postcss-convert-values": {
  7397. "version": "7.0.4",
  7398. "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz",
  7399. "integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==",
  7400. "license": "MIT",
  7401. "dependencies": {
  7402. "browserslist": "^4.23.3",
  7403. "postcss-value-parser": "^4.2.0"
  7404. },
  7405. "engines": {
  7406. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7407. },
  7408. "peerDependencies": {
  7409. "postcss": "^8.4.31"
  7410. }
  7411. },
  7412. "node_modules/postcss-discard-comments": {
  7413. "version": "7.0.3",
  7414. "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz",
  7415. "integrity": "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==",
  7416. "license": "MIT",
  7417. "dependencies": {
  7418. "postcss-selector-parser": "^6.1.2"
  7419. },
  7420. "engines": {
  7421. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7422. },
  7423. "peerDependencies": {
  7424. "postcss": "^8.4.31"
  7425. }
  7426. },
  7427. "node_modules/postcss-discard-duplicates": {
  7428. "version": "7.0.1",
  7429. "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz",
  7430. "integrity": "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==",
  7431. "license": "MIT",
  7432. "engines": {
  7433. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7434. },
  7435. "peerDependencies": {
  7436. "postcss": "^8.4.31"
  7437. }
  7438. },
  7439. "node_modules/postcss-discard-empty": {
  7440. "version": "7.0.0",
  7441. "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz",
  7442. "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==",
  7443. "license": "MIT",
  7444. "engines": {
  7445. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7446. },
  7447. "peerDependencies": {
  7448. "postcss": "^8.4.31"
  7449. }
  7450. },
  7451. "node_modules/postcss-discard-overridden": {
  7452. "version": "7.0.0",
  7453. "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz",
  7454. "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==",
  7455. "license": "MIT",
  7456. "engines": {
  7457. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7458. },
  7459. "peerDependencies": {
  7460. "postcss": "^8.4.31"
  7461. }
  7462. },
  7463. "node_modules/postcss-merge-longhand": {
  7464. "version": "7.0.4",
  7465. "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz",
  7466. "integrity": "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==",
  7467. "license": "MIT",
  7468. "dependencies": {
  7469. "postcss-value-parser": "^4.2.0",
  7470. "stylehacks": "^7.0.4"
  7471. },
  7472. "engines": {
  7473. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7474. },
  7475. "peerDependencies": {
  7476. "postcss": "^8.4.31"
  7477. }
  7478. },
  7479. "node_modules/postcss-merge-rules": {
  7480. "version": "7.0.4",
  7481. "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz",
  7482. "integrity": "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==",
  7483. "license": "MIT",
  7484. "dependencies": {
  7485. "browserslist": "^4.23.3",
  7486. "caniuse-api": "^3.0.0",
  7487. "cssnano-utils": "^5.0.0",
  7488. "postcss-selector-parser": "^6.1.2"
  7489. },
  7490. "engines": {
  7491. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7492. },
  7493. "peerDependencies": {
  7494. "postcss": "^8.4.31"
  7495. }
  7496. },
  7497. "node_modules/postcss-minify-font-values": {
  7498. "version": "7.0.0",
  7499. "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz",
  7500. "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==",
  7501. "license": "MIT",
  7502. "dependencies": {
  7503. "postcss-value-parser": "^4.2.0"
  7504. },
  7505. "engines": {
  7506. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7507. },
  7508. "peerDependencies": {
  7509. "postcss": "^8.4.31"
  7510. }
  7511. },
  7512. "node_modules/postcss-minify-gradients": {
  7513. "version": "7.0.0",
  7514. "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz",
  7515. "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==",
  7516. "license": "MIT",
  7517. "dependencies": {
  7518. "colord": "^2.9.3",
  7519. "cssnano-utils": "^5.0.0",
  7520. "postcss-value-parser": "^4.2.0"
  7521. },
  7522. "engines": {
  7523. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7524. },
  7525. "peerDependencies": {
  7526. "postcss": "^8.4.31"
  7527. }
  7528. },
  7529. "node_modules/postcss-minify-params": {
  7530. "version": "7.0.2",
  7531. "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz",
  7532. "integrity": "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==",
  7533. "license": "MIT",
  7534. "dependencies": {
  7535. "browserslist": "^4.23.3",
  7536. "cssnano-utils": "^5.0.0",
  7537. "postcss-value-parser": "^4.2.0"
  7538. },
  7539. "engines": {
  7540. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7541. },
  7542. "peerDependencies": {
  7543. "postcss": "^8.4.31"
  7544. }
  7545. },
  7546. "node_modules/postcss-minify-selectors": {
  7547. "version": "7.0.4",
  7548. "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz",
  7549. "integrity": "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==",
  7550. "license": "MIT",
  7551. "dependencies": {
  7552. "cssesc": "^3.0.0",
  7553. "postcss-selector-parser": "^6.1.2"
  7554. },
  7555. "engines": {
  7556. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7557. },
  7558. "peerDependencies": {
  7559. "postcss": "^8.4.31"
  7560. }
  7561. },
  7562. "node_modules/postcss-normalize-charset": {
  7563. "version": "7.0.0",
  7564. "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz",
  7565. "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==",
  7566. "license": "MIT",
  7567. "engines": {
  7568. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7569. },
  7570. "peerDependencies": {
  7571. "postcss": "^8.4.31"
  7572. }
  7573. },
  7574. "node_modules/postcss-normalize-display-values": {
  7575. "version": "7.0.0",
  7576. "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz",
  7577. "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==",
  7578. "license": "MIT",
  7579. "dependencies": {
  7580. "postcss-value-parser": "^4.2.0"
  7581. },
  7582. "engines": {
  7583. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7584. },
  7585. "peerDependencies": {
  7586. "postcss": "^8.4.31"
  7587. }
  7588. },
  7589. "node_modules/postcss-normalize-positions": {
  7590. "version": "7.0.0",
  7591. "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz",
  7592. "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==",
  7593. "license": "MIT",
  7594. "dependencies": {
  7595. "postcss-value-parser": "^4.2.0"
  7596. },
  7597. "engines": {
  7598. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7599. },
  7600. "peerDependencies": {
  7601. "postcss": "^8.4.31"
  7602. }
  7603. },
  7604. "node_modules/postcss-normalize-repeat-style": {
  7605. "version": "7.0.0",
  7606. "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz",
  7607. "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==",
  7608. "license": "MIT",
  7609. "dependencies": {
  7610. "postcss-value-parser": "^4.2.0"
  7611. },
  7612. "engines": {
  7613. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7614. },
  7615. "peerDependencies": {
  7616. "postcss": "^8.4.31"
  7617. }
  7618. },
  7619. "node_modules/postcss-normalize-string": {
  7620. "version": "7.0.0",
  7621. "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz",
  7622. "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==",
  7623. "license": "MIT",
  7624. "dependencies": {
  7625. "postcss-value-parser": "^4.2.0"
  7626. },
  7627. "engines": {
  7628. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7629. },
  7630. "peerDependencies": {
  7631. "postcss": "^8.4.31"
  7632. }
  7633. },
  7634. "node_modules/postcss-normalize-timing-functions": {
  7635. "version": "7.0.0",
  7636. "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz",
  7637. "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==",
  7638. "license": "MIT",
  7639. "dependencies": {
  7640. "postcss-value-parser": "^4.2.0"
  7641. },
  7642. "engines": {
  7643. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7644. },
  7645. "peerDependencies": {
  7646. "postcss": "^8.4.31"
  7647. }
  7648. },
  7649. "node_modules/postcss-normalize-unicode": {
  7650. "version": "7.0.2",
  7651. "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz",
  7652. "integrity": "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==",
  7653. "license": "MIT",
  7654. "dependencies": {
  7655. "browserslist": "^4.23.3",
  7656. "postcss-value-parser": "^4.2.0"
  7657. },
  7658. "engines": {
  7659. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7660. },
  7661. "peerDependencies": {
  7662. "postcss": "^8.4.31"
  7663. }
  7664. },
  7665. "node_modules/postcss-normalize-url": {
  7666. "version": "7.0.0",
  7667. "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz",
  7668. "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==",
  7669. "license": "MIT",
  7670. "dependencies": {
  7671. "postcss-value-parser": "^4.2.0"
  7672. },
  7673. "engines": {
  7674. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7675. },
  7676. "peerDependencies": {
  7677. "postcss": "^8.4.31"
  7678. }
  7679. },
  7680. "node_modules/postcss-normalize-whitespace": {
  7681. "version": "7.0.0",
  7682. "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz",
  7683. "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==",
  7684. "license": "MIT",
  7685. "dependencies": {
  7686. "postcss-value-parser": "^4.2.0"
  7687. },
  7688. "engines": {
  7689. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7690. },
  7691. "peerDependencies": {
  7692. "postcss": "^8.4.31"
  7693. }
  7694. },
  7695. "node_modules/postcss-ordered-values": {
  7696. "version": "7.0.1",
  7697. "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz",
  7698. "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==",
  7699. "license": "MIT",
  7700. "dependencies": {
  7701. "cssnano-utils": "^5.0.0",
  7702. "postcss-value-parser": "^4.2.0"
  7703. },
  7704. "engines": {
  7705. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7706. },
  7707. "peerDependencies": {
  7708. "postcss": "^8.4.31"
  7709. }
  7710. },
  7711. "node_modules/postcss-reduce-initial": {
  7712. "version": "7.0.2",
  7713. "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz",
  7714. "integrity": "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==",
  7715. "license": "MIT",
  7716. "dependencies": {
  7717. "browserslist": "^4.23.3",
  7718. "caniuse-api": "^3.0.0"
  7719. },
  7720. "engines": {
  7721. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7722. },
  7723. "peerDependencies": {
  7724. "postcss": "^8.4.31"
  7725. }
  7726. },
  7727. "node_modules/postcss-reduce-transforms": {
  7728. "version": "7.0.0",
  7729. "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz",
  7730. "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==",
  7731. "license": "MIT",
  7732. "dependencies": {
  7733. "postcss-value-parser": "^4.2.0"
  7734. },
  7735. "engines": {
  7736. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7737. },
  7738. "peerDependencies": {
  7739. "postcss": "^8.4.31"
  7740. }
  7741. },
  7742. "node_modules/postcss-selector-parser": {
  7743. "version": "6.1.2",
  7744. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  7745. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  7746. "license": "MIT",
  7747. "dependencies": {
  7748. "cssesc": "^3.0.0",
  7749. "util-deprecate": "^1.0.2"
  7750. },
  7751. "engines": {
  7752. "node": ">=4"
  7753. }
  7754. },
  7755. "node_modules/postcss-svgo": {
  7756. "version": "7.0.1",
  7757. "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.0.1.tgz",
  7758. "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==",
  7759. "license": "MIT",
  7760. "dependencies": {
  7761. "postcss-value-parser": "^4.2.0",
  7762. "svgo": "^3.3.2"
  7763. },
  7764. "engines": {
  7765. "node": "^18.12.0 || ^20.9.0 || >= 18"
  7766. },
  7767. "peerDependencies": {
  7768. "postcss": "^8.4.31"
  7769. }
  7770. },
  7771. "node_modules/postcss-unique-selectors": {
  7772. "version": "7.0.3",
  7773. "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz",
  7774. "integrity": "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==",
  7775. "license": "MIT",
  7776. "dependencies": {
  7777. "postcss-selector-parser": "^6.1.2"
  7778. },
  7779. "engines": {
  7780. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7781. },
  7782. "peerDependencies": {
  7783. "postcss": "^8.4.31"
  7784. }
  7785. },
  7786. "node_modules/postcss-value-parser": {
  7787. "version": "4.2.0",
  7788. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  7789. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  7790. "license": "MIT"
  7791. },
  7792. "node_modules/postcss/node_modules/nanoid": {
  7793. "version": "3.3.7",
  7794. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
  7795. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  7796. "funding": [
  7797. {
  7798. "type": "github",
  7799. "url": "https://github.com/sponsors/ai"
  7800. }
  7801. ],
  7802. "license": "MIT",
  7803. "bin": {
  7804. "nanoid": "bin/nanoid.cjs"
  7805. },
  7806. "engines": {
  7807. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  7808. }
  7809. },
  7810. "node_modules/pretty-bytes": {
  7811. "version": "6.1.1",
  7812. "resolved": "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  7813. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  7814. "license": "MIT",
  7815. "engines": {
  7816. "node": "^14.13.1 || >=16.0.0"
  7817. },
  7818. "funding": {
  7819. "url": "https://github.com/sponsors/sindresorhus"
  7820. }
  7821. },
  7822. "node_modules/process": {
  7823. "version": "0.11.10",
  7824. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  7825. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  7826. "license": "MIT",
  7827. "engines": {
  7828. "node": ">= 0.6.0"
  7829. }
  7830. },
  7831. "node_modules/process-nextick-args": {
  7832. "version": "2.0.1",
  7833. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  7834. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  7835. "license": "MIT"
  7836. },
  7837. "node_modules/prompts": {
  7838. "version": "2.4.2",
  7839. "resolved": "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz",
  7840. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  7841. "license": "MIT",
  7842. "dependencies": {
  7843. "kleur": "^3.0.3",
  7844. "sisteransi": "^1.0.5"
  7845. },
  7846. "engines": {
  7847. "node": ">= 6"
  7848. }
  7849. },
  7850. "node_modules/protocols": {
  7851. "version": "2.0.1",
  7852. "resolved": "https://registry.npmmirror.com/protocols/-/protocols-2.0.1.tgz",
  7853. "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==",
  7854. "license": "MIT"
  7855. },
  7856. "node_modules/proxy-from-env": {
  7857. "version": "1.1.0",
  7858. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  7859. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  7860. "license": "MIT"
  7861. },
  7862. "node_modules/prr": {
  7863. "version": "1.0.1",
  7864. "resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz",
  7865. "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
  7866. "license": "MIT",
  7867. "optional": true
  7868. },
  7869. "node_modules/queue-microtask": {
  7870. "version": "1.2.3",
  7871. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  7872. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  7873. "funding": [
  7874. {
  7875. "type": "github",
  7876. "url": "https://github.com/sponsors/feross"
  7877. },
  7878. {
  7879. "type": "patreon",
  7880. "url": "https://www.patreon.com/feross"
  7881. },
  7882. {
  7883. "type": "consulting",
  7884. "url": "https://feross.org/support"
  7885. }
  7886. ],
  7887. "license": "MIT"
  7888. },
  7889. "node_modules/queue-tick": {
  7890. "version": "1.0.1",
  7891. "resolved": "https://registry.npmmirror.com/queue-tick/-/queue-tick-1.0.1.tgz",
  7892. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
  7893. "license": "MIT"
  7894. },
  7895. "node_modules/radix3": {
  7896. "version": "1.1.2",
  7897. "resolved": "https://registry.npmmirror.com/radix3/-/radix3-1.1.2.tgz",
  7898. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  7899. "license": "MIT"
  7900. },
  7901. "node_modules/randombytes": {
  7902. "version": "2.1.0",
  7903. "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
  7904. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  7905. "license": "MIT",
  7906. "dependencies": {
  7907. "safe-buffer": "^5.1.0"
  7908. }
  7909. },
  7910. "node_modules/range-parser": {
  7911. "version": "1.2.1",
  7912. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  7913. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  7914. "license": "MIT",
  7915. "engines": {
  7916. "node": ">= 0.6"
  7917. }
  7918. },
  7919. "node_modules/rc9": {
  7920. "version": "2.1.2",
  7921. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
  7922. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  7923. "license": "MIT",
  7924. "dependencies": {
  7925. "defu": "^6.1.4",
  7926. "destr": "^2.0.3"
  7927. }
  7928. },
  7929. "node_modules/readable-stream": {
  7930. "version": "4.5.2",
  7931. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.5.2.tgz",
  7932. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  7933. "license": "MIT",
  7934. "dependencies": {
  7935. "abort-controller": "^3.0.0",
  7936. "buffer": "^6.0.3",
  7937. "events": "^3.3.0",
  7938. "process": "^0.11.10",
  7939. "string_decoder": "^1.3.0"
  7940. },
  7941. "engines": {
  7942. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7943. }
  7944. },
  7945. "node_modules/readdir-glob": {
  7946. "version": "1.1.3",
  7947. "resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
  7948. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  7949. "license": "Apache-2.0",
  7950. "dependencies": {
  7951. "minimatch": "^5.1.0"
  7952. }
  7953. },
  7954. "node_modules/readdirp": {
  7955. "version": "3.6.0",
  7956. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  7957. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  7958. "license": "MIT",
  7959. "dependencies": {
  7960. "picomatch": "^2.2.1"
  7961. },
  7962. "engines": {
  7963. "node": ">=8.10.0"
  7964. }
  7965. },
  7966. "node_modules/redis-errors": {
  7967. "version": "1.2.0",
  7968. "resolved": "https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz",
  7969. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  7970. "license": "MIT",
  7971. "engines": {
  7972. "node": ">=4"
  7973. }
  7974. },
  7975. "node_modules/redis-parser": {
  7976. "version": "3.0.0",
  7977. "resolved": "https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz",
  7978. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  7979. "license": "MIT",
  7980. "dependencies": {
  7981. "redis-errors": "^1.0.0"
  7982. },
  7983. "engines": {
  7984. "node": ">=4"
  7985. }
  7986. },
  7987. "node_modules/require-directory": {
  7988. "version": "2.1.1",
  7989. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  7990. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  7991. "license": "MIT",
  7992. "engines": {
  7993. "node": ">=0.10.0"
  7994. }
  7995. },
  7996. "node_modules/require-main-filename": {
  7997. "version": "2.0.0",
  7998. "resolved": "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
  7999. "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
  8000. "license": "ISC"
  8001. },
  8002. "node_modules/resolve": {
  8003. "version": "1.22.8",
  8004. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
  8005. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  8006. "license": "MIT",
  8007. "dependencies": {
  8008. "is-core-module": "^2.13.0",
  8009. "path-parse": "^1.0.7",
  8010. "supports-preserve-symlinks-flag": "^1.0.0"
  8011. },
  8012. "bin": {
  8013. "resolve": "bin/resolve"
  8014. },
  8015. "funding": {
  8016. "url": "https://github.com/sponsors/ljharb"
  8017. }
  8018. },
  8019. "node_modules/resolve-from": {
  8020. "version": "5.0.0",
  8021. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz",
  8022. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  8023. "license": "MIT",
  8024. "engines": {
  8025. "node": ">=8"
  8026. }
  8027. },
  8028. "node_modules/reusify": {
  8029. "version": "1.0.4",
  8030. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz",
  8031. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  8032. "license": "MIT",
  8033. "engines": {
  8034. "iojs": ">=1.0.0",
  8035. "node": ">=0.10.0"
  8036. }
  8037. },
  8038. "node_modules/rfdc": {
  8039. "version": "1.4.1",
  8040. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  8041. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  8042. "license": "MIT"
  8043. },
  8044. "node_modules/rimraf": {
  8045. "version": "3.0.2",
  8046. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  8047. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  8048. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  8049. "license": "ISC",
  8050. "dependencies": {
  8051. "glob": "^7.1.3"
  8052. },
  8053. "bin": {
  8054. "rimraf": "bin.js"
  8055. },
  8056. "funding": {
  8057. "url": "https://github.com/sponsors/isaacs"
  8058. }
  8059. },
  8060. "node_modules/rimraf/node_modules/brace-expansion": {
  8061. "version": "1.1.11",
  8062. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  8063. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  8064. "license": "MIT",
  8065. "dependencies": {
  8066. "balanced-match": "^1.0.0",
  8067. "concat-map": "0.0.1"
  8068. }
  8069. },
  8070. "node_modules/rimraf/node_modules/glob": {
  8071. "version": "7.2.3",
  8072. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  8073. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8074. "deprecated": "Glob versions prior to v9 are no longer supported",
  8075. "license": "ISC",
  8076. "dependencies": {
  8077. "fs.realpath": "^1.0.0",
  8078. "inflight": "^1.0.4",
  8079. "inherits": "2",
  8080. "minimatch": "^3.1.1",
  8081. "once": "^1.3.0",
  8082. "path-is-absolute": "^1.0.0"
  8083. },
  8084. "engines": {
  8085. "node": "*"
  8086. },
  8087. "funding": {
  8088. "url": "https://github.com/sponsors/isaacs"
  8089. }
  8090. },
  8091. "node_modules/rimraf/node_modules/minimatch": {
  8092. "version": "3.1.2",
  8093. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  8094. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8095. "license": "ISC",
  8096. "dependencies": {
  8097. "brace-expansion": "^1.1.7"
  8098. },
  8099. "engines": {
  8100. "node": "*"
  8101. }
  8102. },
  8103. "node_modules/rollup": {
  8104. "version": "4.24.0",
  8105. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.24.0.tgz",
  8106. "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==",
  8107. "license": "MIT",
  8108. "dependencies": {
  8109. "@types/estree": "1.0.6"
  8110. },
  8111. "bin": {
  8112. "rollup": "dist/bin/rollup"
  8113. },
  8114. "engines": {
  8115. "node": ">=18.0.0",
  8116. "npm": ">=8.0.0"
  8117. },
  8118. "optionalDependencies": {
  8119. "@rollup/rollup-android-arm-eabi": "4.24.0",
  8120. "@rollup/rollup-android-arm64": "4.24.0",
  8121. "@rollup/rollup-darwin-arm64": "4.24.0",
  8122. "@rollup/rollup-darwin-x64": "4.24.0",
  8123. "@rollup/rollup-linux-arm-gnueabihf": "4.24.0",
  8124. "@rollup/rollup-linux-arm-musleabihf": "4.24.0",
  8125. "@rollup/rollup-linux-arm64-gnu": "4.24.0",
  8126. "@rollup/rollup-linux-arm64-musl": "4.24.0",
  8127. "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0",
  8128. "@rollup/rollup-linux-riscv64-gnu": "4.24.0",
  8129. "@rollup/rollup-linux-s390x-gnu": "4.24.0",
  8130. "@rollup/rollup-linux-x64-gnu": "4.24.0",
  8131. "@rollup/rollup-linux-x64-musl": "4.24.0",
  8132. "@rollup/rollup-win32-arm64-msvc": "4.24.0",
  8133. "@rollup/rollup-win32-ia32-msvc": "4.24.0",
  8134. "@rollup/rollup-win32-x64-msvc": "4.24.0",
  8135. "fsevents": "~2.3.2"
  8136. }
  8137. },
  8138. "node_modules/rollup-plugin-visualizer": {
  8139. "version": "5.12.0",
  8140. "resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
  8141. "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
  8142. "license": "MIT",
  8143. "dependencies": {
  8144. "open": "^8.4.0",
  8145. "picomatch": "^2.3.1",
  8146. "source-map": "^0.7.4",
  8147. "yargs": "^17.5.1"
  8148. },
  8149. "bin": {
  8150. "rollup-plugin-visualizer": "dist/bin/cli.js"
  8151. },
  8152. "engines": {
  8153. "node": ">=14"
  8154. },
  8155. "peerDependencies": {
  8156. "rollup": "2.x || 3.x || 4.x"
  8157. },
  8158. "peerDependenciesMeta": {
  8159. "rollup": {
  8160. "optional": true
  8161. }
  8162. }
  8163. },
  8164. "node_modules/run-applescript": {
  8165. "version": "7.0.0",
  8166. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  8167. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  8168. "license": "MIT",
  8169. "engines": {
  8170. "node": ">=18"
  8171. },
  8172. "funding": {
  8173. "url": "https://github.com/sponsors/sindresorhus"
  8174. }
  8175. },
  8176. "node_modules/run-parallel": {
  8177. "version": "1.2.0",
  8178. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  8179. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8180. "funding": [
  8181. {
  8182. "type": "github",
  8183. "url": "https://github.com/sponsors/feross"
  8184. },
  8185. {
  8186. "type": "patreon",
  8187. "url": "https://www.patreon.com/feross"
  8188. },
  8189. {
  8190. "type": "consulting",
  8191. "url": "https://feross.org/support"
  8192. }
  8193. ],
  8194. "license": "MIT",
  8195. "dependencies": {
  8196. "queue-microtask": "^1.2.2"
  8197. }
  8198. },
  8199. "node_modules/safe-buffer": {
  8200. "version": "5.2.1",
  8201. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  8202. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  8203. "funding": [
  8204. {
  8205. "type": "github",
  8206. "url": "https://github.com/sponsors/feross"
  8207. },
  8208. {
  8209. "type": "patreon",
  8210. "url": "https://www.patreon.com/feross"
  8211. },
  8212. {
  8213. "type": "consulting",
  8214. "url": "https://feross.org/support"
  8215. }
  8216. ],
  8217. "license": "MIT"
  8218. },
  8219. "node_modules/safer-buffer": {
  8220. "version": "2.1.2",
  8221. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  8222. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  8223. "license": "MIT",
  8224. "optional": true
  8225. },
  8226. "node_modules/sass-resources-loader": {
  8227. "version": "2.2.5",
  8228. "resolved": "https://registry.npmmirror.com/sass-resources-loader/-/sass-resources-loader-2.2.5.tgz",
  8229. "integrity": "sha512-po8rfETH9cOQACWxubT/1CCu77KjxwRtCDm6QAXZH99aUHBydwSoxdIjC40SGp/dcS/FkSNJl0j1VEojGZqlvQ==",
  8230. "license": "MIT",
  8231. "dependencies": {
  8232. "async": "^3.2.3",
  8233. "chalk": "^4.1.0",
  8234. "glob": "^7.1.6",
  8235. "loader-utils": "^2.0.0"
  8236. }
  8237. },
  8238. "node_modules/sass-resources-loader/node_modules/ansi-styles": {
  8239. "version": "4.3.0",
  8240. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8241. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8242. "license": "MIT",
  8243. "dependencies": {
  8244. "color-convert": "^2.0.1"
  8245. },
  8246. "engines": {
  8247. "node": ">=8"
  8248. },
  8249. "funding": {
  8250. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8251. }
  8252. },
  8253. "node_modules/sass-resources-loader/node_modules/brace-expansion": {
  8254. "version": "1.1.11",
  8255. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  8256. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  8257. "license": "MIT",
  8258. "dependencies": {
  8259. "balanced-match": "^1.0.0",
  8260. "concat-map": "0.0.1"
  8261. }
  8262. },
  8263. "node_modules/sass-resources-loader/node_modules/chalk": {
  8264. "version": "4.1.2",
  8265. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  8266. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  8267. "license": "MIT",
  8268. "dependencies": {
  8269. "ansi-styles": "^4.1.0",
  8270. "supports-color": "^7.1.0"
  8271. },
  8272. "engines": {
  8273. "node": ">=10"
  8274. },
  8275. "funding": {
  8276. "url": "https://github.com/chalk/chalk?sponsor=1"
  8277. }
  8278. },
  8279. "node_modules/sass-resources-loader/node_modules/color-convert": {
  8280. "version": "2.0.1",
  8281. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  8282. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8283. "license": "MIT",
  8284. "dependencies": {
  8285. "color-name": "~1.1.4"
  8286. },
  8287. "engines": {
  8288. "node": ">=7.0.0"
  8289. }
  8290. },
  8291. "node_modules/sass-resources-loader/node_modules/color-name": {
  8292. "version": "1.1.4",
  8293. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  8294. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  8295. "license": "MIT"
  8296. },
  8297. "node_modules/sass-resources-loader/node_modules/glob": {
  8298. "version": "7.2.3",
  8299. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  8300. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8301. "deprecated": "Glob versions prior to v9 are no longer supported",
  8302. "license": "ISC",
  8303. "dependencies": {
  8304. "fs.realpath": "^1.0.0",
  8305. "inflight": "^1.0.4",
  8306. "inherits": "2",
  8307. "minimatch": "^3.1.1",
  8308. "once": "^1.3.0",
  8309. "path-is-absolute": "^1.0.0"
  8310. },
  8311. "engines": {
  8312. "node": "*"
  8313. },
  8314. "funding": {
  8315. "url": "https://github.com/sponsors/isaacs"
  8316. }
  8317. },
  8318. "node_modules/sass-resources-loader/node_modules/has-flag": {
  8319. "version": "4.0.0",
  8320. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  8321. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8322. "license": "MIT",
  8323. "engines": {
  8324. "node": ">=8"
  8325. }
  8326. },
  8327. "node_modules/sass-resources-loader/node_modules/minimatch": {
  8328. "version": "3.1.2",
  8329. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  8330. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8331. "license": "ISC",
  8332. "dependencies": {
  8333. "brace-expansion": "^1.1.7"
  8334. },
  8335. "engines": {
  8336. "node": "*"
  8337. }
  8338. },
  8339. "node_modules/sass-resources-loader/node_modules/supports-color": {
  8340. "version": "7.2.0",
  8341. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  8342. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8343. "license": "MIT",
  8344. "dependencies": {
  8345. "has-flag": "^4.0.0"
  8346. },
  8347. "engines": {
  8348. "node": ">=8"
  8349. }
  8350. },
  8351. "node_modules/sax": {
  8352. "version": "1.4.1",
  8353. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  8354. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  8355. "license": "ISC",
  8356. "optional": true
  8357. },
  8358. "node_modules/scule": {
  8359. "version": "1.3.0",
  8360. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  8361. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  8362. "license": "MIT"
  8363. },
  8364. "node_modules/semver": {
  8365. "version": "7.6.3",
  8366. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
  8367. "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
  8368. "license": "ISC",
  8369. "bin": {
  8370. "semver": "bin/semver.js"
  8371. },
  8372. "engines": {
  8373. "node": ">=10"
  8374. }
  8375. },
  8376. "node_modules/send": {
  8377. "version": "0.19.0",
  8378. "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz",
  8379. "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
  8380. "license": "MIT",
  8381. "dependencies": {
  8382. "debug": "2.6.9",
  8383. "depd": "2.0.0",
  8384. "destroy": "1.2.0",
  8385. "encodeurl": "~1.0.2",
  8386. "escape-html": "~1.0.3",
  8387. "etag": "~1.8.1",
  8388. "fresh": "0.5.2",
  8389. "http-errors": "2.0.0",
  8390. "mime": "1.6.0",
  8391. "ms": "2.1.3",
  8392. "on-finished": "2.4.1",
  8393. "range-parser": "~1.2.1",
  8394. "statuses": "2.0.1"
  8395. },
  8396. "engines": {
  8397. "node": ">= 0.8.0"
  8398. }
  8399. },
  8400. "node_modules/send/node_modules/debug": {
  8401. "version": "2.6.9",
  8402. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  8403. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  8404. "license": "MIT",
  8405. "dependencies": {
  8406. "ms": "2.0.0"
  8407. }
  8408. },
  8409. "node_modules/send/node_modules/debug/node_modules/ms": {
  8410. "version": "2.0.0",
  8411. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  8412. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  8413. "license": "MIT"
  8414. },
  8415. "node_modules/send/node_modules/encodeurl": {
  8416. "version": "1.0.2",
  8417. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
  8418. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  8419. "license": "MIT",
  8420. "engines": {
  8421. "node": ">= 0.8"
  8422. }
  8423. },
  8424. "node_modules/send/node_modules/mime": {
  8425. "version": "1.6.0",
  8426. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  8427. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  8428. "license": "MIT",
  8429. "bin": {
  8430. "mime": "cli.js"
  8431. },
  8432. "engines": {
  8433. "node": ">=4"
  8434. }
  8435. },
  8436. "node_modules/serialize-javascript": {
  8437. "version": "6.0.2",
  8438. "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  8439. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  8440. "license": "BSD-3-Clause",
  8441. "dependencies": {
  8442. "randombytes": "^2.1.0"
  8443. }
  8444. },
  8445. "node_modules/serve-placeholder": {
  8446. "version": "2.0.2",
  8447. "resolved": "https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  8448. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  8449. "license": "MIT",
  8450. "dependencies": {
  8451. "defu": "^6.1.4"
  8452. }
  8453. },
  8454. "node_modules/serve-static": {
  8455. "version": "1.16.2",
  8456. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz",
  8457. "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
  8458. "license": "MIT",
  8459. "dependencies": {
  8460. "encodeurl": "~2.0.0",
  8461. "escape-html": "~1.0.3",
  8462. "parseurl": "~1.3.3",
  8463. "send": "0.19.0"
  8464. },
  8465. "engines": {
  8466. "node": ">= 0.8.0"
  8467. }
  8468. },
  8469. "node_modules/set-blocking": {
  8470. "version": "2.0.0",
  8471. "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
  8472. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
  8473. "license": "ISC"
  8474. },
  8475. "node_modules/setprototypeof": {
  8476. "version": "1.2.0",
  8477. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  8478. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  8479. "license": "ISC"
  8480. },
  8481. "node_modules/shebang-command": {
  8482. "version": "2.0.0",
  8483. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  8484. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8485. "license": "MIT",
  8486. "dependencies": {
  8487. "shebang-regex": "^3.0.0"
  8488. },
  8489. "engines": {
  8490. "node": ">=8"
  8491. }
  8492. },
  8493. "node_modules/shebang-regex": {
  8494. "version": "3.0.0",
  8495. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8496. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8497. "license": "MIT",
  8498. "engines": {
  8499. "node": ">=8"
  8500. }
  8501. },
  8502. "node_modules/shell-quote": {
  8503. "version": "1.8.1",
  8504. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.1.tgz",
  8505. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  8506. "license": "MIT",
  8507. "funding": {
  8508. "url": "https://github.com/sponsors/ljharb"
  8509. }
  8510. },
  8511. "node_modules/signal-exit": {
  8512. "version": "3.0.7",
  8513. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
  8514. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  8515. "license": "ISC"
  8516. },
  8517. "node_modules/simple-git": {
  8518. "version": "3.27.0",
  8519. "resolved": "https://registry.npmmirror.com/simple-git/-/simple-git-3.27.0.tgz",
  8520. "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==",
  8521. "license": "MIT",
  8522. "dependencies": {
  8523. "@kwsites/file-exists": "^1.1.1",
  8524. "@kwsites/promise-deferred": "^1.1.1",
  8525. "debug": "^4.3.5"
  8526. },
  8527. "funding": {
  8528. "type": "github",
  8529. "url": "https://github.com/steveukx/git-js?sponsor=1"
  8530. }
  8531. },
  8532. "node_modules/sirv": {
  8533. "version": "2.0.4",
  8534. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-2.0.4.tgz",
  8535. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  8536. "license": "MIT",
  8537. "dependencies": {
  8538. "@polka/url": "^1.0.0-next.24",
  8539. "mrmime": "^2.0.0",
  8540. "totalist": "^3.0.0"
  8541. },
  8542. "engines": {
  8543. "node": ">= 10"
  8544. }
  8545. },
  8546. "node_modules/sisteransi": {
  8547. "version": "1.0.5",
  8548. "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz",
  8549. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  8550. "license": "MIT"
  8551. },
  8552. "node_modules/slash": {
  8553. "version": "5.1.0",
  8554. "resolved": "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz",
  8555. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  8556. "license": "MIT",
  8557. "engines": {
  8558. "node": ">=14.16"
  8559. },
  8560. "funding": {
  8561. "url": "https://github.com/sponsors/sindresorhus"
  8562. }
  8563. },
  8564. "node_modules/smob": {
  8565. "version": "1.5.0",
  8566. "resolved": "https://registry.npmmirror.com/smob/-/smob-1.5.0.tgz",
  8567. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==",
  8568. "license": "MIT"
  8569. },
  8570. "node_modules/source-map": {
  8571. "version": "0.7.4",
  8572. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz",
  8573. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  8574. "license": "BSD-3-Clause",
  8575. "engines": {
  8576. "node": ">= 8"
  8577. }
  8578. },
  8579. "node_modules/source-map-js": {
  8580. "version": "1.2.1",
  8581. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  8582. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  8583. "license": "BSD-3-Clause",
  8584. "engines": {
  8585. "node": ">=0.10.0"
  8586. }
  8587. },
  8588. "node_modules/source-map-support": {
  8589. "version": "0.5.21",
  8590. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  8591. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  8592. "license": "MIT",
  8593. "dependencies": {
  8594. "buffer-from": "^1.0.0",
  8595. "source-map": "^0.6.0"
  8596. }
  8597. },
  8598. "node_modules/source-map-support/node_modules/source-map": {
  8599. "version": "0.6.1",
  8600. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  8601. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8602. "license": "BSD-3-Clause",
  8603. "engines": {
  8604. "node": ">=0.10.0"
  8605. }
  8606. },
  8607. "node_modules/speakingurl": {
  8608. "version": "14.0.1",
  8609. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  8610. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  8611. "license": "BSD-3-Clause",
  8612. "engines": {
  8613. "node": ">=0.10.0"
  8614. }
  8615. },
  8616. "node_modules/standard-as-callback": {
  8617. "version": "2.1.0",
  8618. "resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  8619. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  8620. "license": "MIT"
  8621. },
  8622. "node_modules/statuses": {
  8623. "version": "2.0.1",
  8624. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
  8625. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  8626. "license": "MIT",
  8627. "engines": {
  8628. "node": ">= 0.8"
  8629. }
  8630. },
  8631. "node_modules/std-env": {
  8632. "version": "3.7.0",
  8633. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.7.0.tgz",
  8634. "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==",
  8635. "license": "MIT"
  8636. },
  8637. "node_modules/streamx": {
  8638. "version": "2.20.1",
  8639. "resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.20.1.tgz",
  8640. "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==",
  8641. "license": "MIT",
  8642. "dependencies": {
  8643. "fast-fifo": "^1.3.2",
  8644. "queue-tick": "^1.0.1",
  8645. "text-decoder": "^1.1.0"
  8646. },
  8647. "optionalDependencies": {
  8648. "bare-events": "^2.2.0"
  8649. }
  8650. },
  8651. "node_modules/string_decoder": {
  8652. "version": "1.3.0",
  8653. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  8654. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  8655. "license": "MIT",
  8656. "dependencies": {
  8657. "safe-buffer": "~5.2.0"
  8658. }
  8659. },
  8660. "node_modules/string-width": {
  8661. "version": "4.2.3",
  8662. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  8663. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  8664. "license": "MIT",
  8665. "dependencies": {
  8666. "emoji-regex": "^8.0.0",
  8667. "is-fullwidth-code-point": "^3.0.0",
  8668. "strip-ansi": "^6.0.1"
  8669. },
  8670. "engines": {
  8671. "node": ">=8"
  8672. }
  8673. },
  8674. "node_modules/string-width-cjs": {
  8675. "name": "string-width",
  8676. "version": "4.2.3",
  8677. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  8678. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  8679. "license": "MIT",
  8680. "dependencies": {
  8681. "emoji-regex": "^8.0.0",
  8682. "is-fullwidth-code-point": "^3.0.0",
  8683. "strip-ansi": "^6.0.1"
  8684. },
  8685. "engines": {
  8686. "node": ">=8"
  8687. }
  8688. },
  8689. "node_modules/strip-ansi": {
  8690. "version": "6.0.1",
  8691. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8692. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8693. "license": "MIT",
  8694. "dependencies": {
  8695. "ansi-regex": "^5.0.1"
  8696. },
  8697. "engines": {
  8698. "node": ">=8"
  8699. }
  8700. },
  8701. "node_modules/strip-ansi-cjs": {
  8702. "name": "strip-ansi",
  8703. "version": "6.0.1",
  8704. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8705. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8706. "license": "MIT",
  8707. "dependencies": {
  8708. "ansi-regex": "^5.0.1"
  8709. },
  8710. "engines": {
  8711. "node": ">=8"
  8712. }
  8713. },
  8714. "node_modules/strip-final-newline": {
  8715. "version": "3.0.0",
  8716. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  8717. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  8718. "license": "MIT",
  8719. "engines": {
  8720. "node": ">=12"
  8721. },
  8722. "funding": {
  8723. "url": "https://github.com/sponsors/sindresorhus"
  8724. }
  8725. },
  8726. "node_modules/strip-literal": {
  8727. "version": "2.1.0",
  8728. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.0.tgz",
  8729. "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
  8730. "license": "MIT",
  8731. "dependencies": {
  8732. "js-tokens": "^9.0.0"
  8733. },
  8734. "funding": {
  8735. "url": "https://github.com/sponsors/antfu"
  8736. }
  8737. },
  8738. "node_modules/strip-literal/node_modules/js-tokens": {
  8739. "version": "9.0.0",
  8740. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.0.tgz",
  8741. "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==",
  8742. "license": "MIT"
  8743. },
  8744. "node_modules/stylehacks": {
  8745. "version": "7.0.4",
  8746. "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.4.tgz",
  8747. "integrity": "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==",
  8748. "license": "MIT",
  8749. "dependencies": {
  8750. "browserslist": "^4.23.3",
  8751. "postcss-selector-parser": "^6.1.2"
  8752. },
  8753. "engines": {
  8754. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8755. },
  8756. "peerDependencies": {
  8757. "postcss": "^8.4.31"
  8758. }
  8759. },
  8760. "node_modules/superjson": {
  8761. "version": "2.2.1",
  8762. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.1.tgz",
  8763. "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==",
  8764. "license": "MIT",
  8765. "dependencies": {
  8766. "copy-anything": "^3.0.2"
  8767. },
  8768. "engines": {
  8769. "node": ">=16"
  8770. }
  8771. },
  8772. "node_modules/supports-color": {
  8773. "version": "5.5.0",
  8774. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
  8775. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  8776. "license": "MIT",
  8777. "dependencies": {
  8778. "has-flag": "^3.0.0"
  8779. },
  8780. "engines": {
  8781. "node": ">=4"
  8782. }
  8783. },
  8784. "node_modules/supports-preserve-symlinks-flag": {
  8785. "version": "1.0.0",
  8786. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  8787. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  8788. "license": "MIT",
  8789. "engines": {
  8790. "node": ">= 0.4"
  8791. },
  8792. "funding": {
  8793. "url": "https://github.com/sponsors/ljharb"
  8794. }
  8795. },
  8796. "node_modules/svg-tags": {
  8797. "version": "1.0.0",
  8798. "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz",
  8799. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  8800. },
  8801. "node_modules/svgo": {
  8802. "version": "3.3.2",
  8803. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-3.3.2.tgz",
  8804. "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
  8805. "license": "MIT",
  8806. "dependencies": {
  8807. "@trysound/sax": "0.2.0",
  8808. "commander": "^7.2.0",
  8809. "css-select": "^5.1.0",
  8810. "css-tree": "^2.3.1",
  8811. "css-what": "^6.1.0",
  8812. "csso": "^5.0.5",
  8813. "picocolors": "^1.0.0"
  8814. },
  8815. "bin": {
  8816. "svgo": "bin/svgo"
  8817. },
  8818. "engines": {
  8819. "node": ">=14.0.0"
  8820. },
  8821. "funding": {
  8822. "type": "opencollective",
  8823. "url": "https://opencollective.com/svgo"
  8824. }
  8825. },
  8826. "node_modules/system-architecture": {
  8827. "version": "0.1.0",
  8828. "resolved": "https://registry.npmmirror.com/system-architecture/-/system-architecture-0.1.0.tgz",
  8829. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  8830. "license": "MIT",
  8831. "engines": {
  8832. "node": ">=18"
  8833. },
  8834. "funding": {
  8835. "url": "https://github.com/sponsors/sindresorhus"
  8836. }
  8837. },
  8838. "node_modules/tapable": {
  8839. "version": "2.2.1",
  8840. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz",
  8841. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  8842. "license": "MIT",
  8843. "engines": {
  8844. "node": ">=6"
  8845. }
  8846. },
  8847. "node_modules/tar": {
  8848. "version": "6.2.1",
  8849. "resolved": "https://registry.npmmirror.com/tar/-/tar-6.2.1.tgz",
  8850. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  8851. "license": "ISC",
  8852. "dependencies": {
  8853. "chownr": "^2.0.0",
  8854. "fs-minipass": "^2.0.0",
  8855. "minipass": "^5.0.0",
  8856. "minizlib": "^2.1.1",
  8857. "mkdirp": "^1.0.3",
  8858. "yallist": "^4.0.0"
  8859. },
  8860. "engines": {
  8861. "node": ">=10"
  8862. }
  8863. },
  8864. "node_modules/tar-stream": {
  8865. "version": "3.1.7",
  8866. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.7.tgz",
  8867. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  8868. "license": "MIT",
  8869. "dependencies": {
  8870. "b4a": "^1.6.4",
  8871. "fast-fifo": "^1.2.0",
  8872. "streamx": "^2.15.0"
  8873. }
  8874. },
  8875. "node_modules/tar/node_modules/yallist": {
  8876. "version": "4.0.0",
  8877. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  8878. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  8879. "license": "ISC"
  8880. },
  8881. "node_modules/terser": {
  8882. "version": "5.34.1",
  8883. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.34.1.tgz",
  8884. "integrity": "sha512-FsJZ7iZLd/BXkz+4xrRTGJ26o/6VTjQytUk8b8OxkwcD2I+79VPJlz7qss1+zE7h8GNIScFqXcDyJ/KqBYZFVA==",
  8885. "license": "BSD-2-Clause",
  8886. "dependencies": {
  8887. "@jridgewell/source-map": "^0.3.3",
  8888. "acorn": "^8.8.2",
  8889. "commander": "^2.20.0",
  8890. "source-map-support": "~0.5.20"
  8891. },
  8892. "bin": {
  8893. "terser": "bin/terser"
  8894. },
  8895. "engines": {
  8896. "node": ">=10"
  8897. }
  8898. },
  8899. "node_modules/terser/node_modules/commander": {
  8900. "version": "2.20.3",
  8901. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  8902. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  8903. "license": "MIT"
  8904. },
  8905. "node_modules/text-decoder": {
  8906. "version": "1.2.0",
  8907. "resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.0.tgz",
  8908. "integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==",
  8909. "license": "Apache-2.0",
  8910. "dependencies": {
  8911. "b4a": "^1.6.4"
  8912. }
  8913. },
  8914. "node_modules/tiny-invariant": {
  8915. "version": "1.3.3",
  8916. "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  8917. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  8918. "license": "MIT"
  8919. },
  8920. "node_modules/tinyglobby": {
  8921. "version": "0.2.6",
  8922. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.6.tgz",
  8923. "integrity": "sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==",
  8924. "license": "ISC",
  8925. "dependencies": {
  8926. "fdir": "^6.3.0",
  8927. "picomatch": "^4.0.2"
  8928. },
  8929. "engines": {
  8930. "node": ">=12.0.0"
  8931. }
  8932. },
  8933. "node_modules/tinyglobby/node_modules/fdir": {
  8934. "version": "6.4.0",
  8935. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.0.tgz",
  8936. "integrity": "sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==",
  8937. "license": "MIT",
  8938. "peerDependencies": {
  8939. "picomatch": "^3 || ^4"
  8940. },
  8941. "peerDependenciesMeta": {
  8942. "picomatch": {
  8943. "optional": true
  8944. }
  8945. }
  8946. },
  8947. "node_modules/tinyglobby/node_modules/picomatch": {
  8948. "version": "4.0.2",
  8949. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  8950. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  8951. "license": "MIT",
  8952. "engines": {
  8953. "node": ">=12"
  8954. },
  8955. "funding": {
  8956. "url": "https://github.com/sponsors/jonschlinkert"
  8957. }
  8958. },
  8959. "node_modules/to-fast-properties": {
  8960. "version": "2.0.0",
  8961. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  8962. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  8963. "license": "MIT",
  8964. "engines": {
  8965. "node": ">=4"
  8966. }
  8967. },
  8968. "node_modules/to-regex-range": {
  8969. "version": "5.0.1",
  8970. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  8971. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  8972. "license": "MIT",
  8973. "dependencies": {
  8974. "is-number": "^7.0.0"
  8975. },
  8976. "engines": {
  8977. "node": ">=8.0"
  8978. }
  8979. },
  8980. "node_modules/toidentifier": {
  8981. "version": "1.0.1",
  8982. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  8983. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  8984. "license": "MIT",
  8985. "engines": {
  8986. "node": ">=0.6"
  8987. }
  8988. },
  8989. "node_modules/totalist": {
  8990. "version": "3.0.1",
  8991. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  8992. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  8993. "license": "MIT",
  8994. "engines": {
  8995. "node": ">=6"
  8996. }
  8997. },
  8998. "node_modules/tr46": {
  8999. "version": "0.0.3",
  9000. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  9001. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  9002. "license": "MIT"
  9003. },
  9004. "node_modules/tslib": {
  9005. "version": "2.7.0",
  9006. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.7.0.tgz",
  9007. "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
  9008. "license": "0BSD"
  9009. },
  9010. "node_modules/type-fest": {
  9011. "version": "3.13.1",
  9012. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-3.13.1.tgz",
  9013. "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
  9014. "license": "(MIT OR CC0-1.0)",
  9015. "engines": {
  9016. "node": ">=14.16"
  9017. },
  9018. "funding": {
  9019. "url": "https://github.com/sponsors/sindresorhus"
  9020. }
  9021. },
  9022. "node_modules/ufo": {
  9023. "version": "1.5.4",
  9024. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz",
  9025. "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==",
  9026. "license": "MIT"
  9027. },
  9028. "node_modules/ultrahtml": {
  9029. "version": "1.5.3",
  9030. "resolved": "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-1.5.3.tgz",
  9031. "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==",
  9032. "license": "MIT"
  9033. },
  9034. "node_modules/uncrypto": {
  9035. "version": "0.1.3",
  9036. "resolved": "https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.3.tgz",
  9037. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  9038. "license": "MIT"
  9039. },
  9040. "node_modules/unctx": {
  9041. "version": "2.3.1",
  9042. "resolved": "https://registry.npmmirror.com/unctx/-/unctx-2.3.1.tgz",
  9043. "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==",
  9044. "license": "MIT",
  9045. "dependencies": {
  9046. "acorn": "^8.8.2",
  9047. "estree-walker": "^3.0.3",
  9048. "magic-string": "^0.30.0",
  9049. "unplugin": "^1.3.1"
  9050. }
  9051. },
  9052. "node_modules/undici": {
  9053. "version": "5.28.4",
  9054. "resolved": "https://registry.npmmirror.com/undici/-/undici-5.28.4.tgz",
  9055. "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
  9056. "license": "MIT",
  9057. "dependencies": {
  9058. "@fastify/busboy": "^2.0.0"
  9059. },
  9060. "engines": {
  9061. "node": ">=14.0"
  9062. }
  9063. },
  9064. "node_modules/undici-types": {
  9065. "version": "6.19.8",
  9066. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.19.8.tgz",
  9067. "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
  9068. "license": "MIT"
  9069. },
  9070. "node_modules/unenv": {
  9071. "version": "1.10.0",
  9072. "resolved": "https://registry.npmmirror.com/unenv/-/unenv-1.10.0.tgz",
  9073. "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==",
  9074. "license": "MIT",
  9075. "dependencies": {
  9076. "consola": "^3.2.3",
  9077. "defu": "^6.1.4",
  9078. "mime": "^3.0.0",
  9079. "node-fetch-native": "^1.6.4",
  9080. "pathe": "^1.1.2"
  9081. }
  9082. },
  9083. "node_modules/unenv/node_modules/mime": {
  9084. "version": "3.0.0",
  9085. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  9086. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  9087. "license": "MIT",
  9088. "bin": {
  9089. "mime": "cli.js"
  9090. },
  9091. "engines": {
  9092. "node": ">=10.0.0"
  9093. }
  9094. },
  9095. "node_modules/unhead": {
  9096. "version": "1.11.7",
  9097. "resolved": "https://registry.npmmirror.com/unhead/-/unhead-1.11.7.tgz",
  9098. "integrity": "sha512-aA0+JBRryLhDKUq6L2JhMDLZEG/ElyyDASyC9wiwDl6nvvsj9hD26LgPWgmAsSd+9HtMGM2N1gU27CWEMo16CQ==",
  9099. "license": "MIT",
  9100. "dependencies": {
  9101. "@unhead/dom": "1.11.7",
  9102. "@unhead/schema": "1.11.7",
  9103. "@unhead/shared": "1.11.7",
  9104. "hookable": "^5.5.3"
  9105. },
  9106. "funding": {
  9107. "url": "https://github.com/sponsors/harlan-zw"
  9108. }
  9109. },
  9110. "node_modules/unicorn-magic": {
  9111. "version": "0.1.0",
  9112. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
  9113. "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
  9114. "license": "MIT",
  9115. "engines": {
  9116. "node": ">=18"
  9117. },
  9118. "funding": {
  9119. "url": "https://github.com/sponsors/sindresorhus"
  9120. }
  9121. },
  9122. "node_modules/unimport": {
  9123. "version": "3.13.1",
  9124. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.13.1.tgz",
  9125. "integrity": "sha512-nNrVzcs93yrZQOW77qnyOVHtb68LegvhYFwxFMfuuWScmwQmyVCG/NBuN8tYsaGzgQUVYv34E/af+Cc9u4og4A==",
  9126. "license": "MIT",
  9127. "dependencies": {
  9128. "@rollup/pluginutils": "^5.1.2",
  9129. "acorn": "^8.12.1",
  9130. "escape-string-regexp": "^5.0.0",
  9131. "estree-walker": "^3.0.3",
  9132. "fast-glob": "^3.3.2",
  9133. "local-pkg": "^0.5.0",
  9134. "magic-string": "^0.30.11",
  9135. "mlly": "^1.7.1",
  9136. "pathe": "^1.1.2",
  9137. "pkg-types": "^1.2.0",
  9138. "scule": "^1.3.0",
  9139. "strip-literal": "^2.1.0",
  9140. "unplugin": "^1.14.1"
  9141. }
  9142. },
  9143. "node_modules/universalify": {
  9144. "version": "2.0.1",
  9145. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  9146. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  9147. "license": "MIT",
  9148. "engines": {
  9149. "node": ">= 10.0.0"
  9150. }
  9151. },
  9152. "node_modules/unplugin": {
  9153. "version": "1.14.1",
  9154. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.14.1.tgz",
  9155. "integrity": "sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==",
  9156. "license": "MIT",
  9157. "dependencies": {
  9158. "acorn": "^8.12.1",
  9159. "webpack-virtual-modules": "^0.6.2"
  9160. },
  9161. "engines": {
  9162. "node": ">=14.0.0"
  9163. },
  9164. "peerDependencies": {
  9165. "webpack-sources": "^3"
  9166. },
  9167. "peerDependenciesMeta": {
  9168. "webpack-sources": {
  9169. "optional": true
  9170. }
  9171. }
  9172. },
  9173. "node_modules/unplugin-vue-router": {
  9174. "version": "0.10.8",
  9175. "resolved": "https://registry.npmmirror.com/unplugin-vue-router/-/unplugin-vue-router-0.10.8.tgz",
  9176. "integrity": "sha512-xi+eLweYAqolIoTRSmumbi6Yx0z5M0PLvl+NFNVWHJgmE2ByJG1SZbrn+TqyuDtIyln20KKgq8tqmL7aLoiFjw==",
  9177. "license": "MIT",
  9178. "dependencies": {
  9179. "@babel/types": "^7.25.4",
  9180. "@rollup/pluginutils": "^5.1.0",
  9181. "@vue-macros/common": "^1.12.2",
  9182. "ast-walker-scope": "^0.6.2",
  9183. "chokidar": "^3.6.0",
  9184. "fast-glob": "^3.3.2",
  9185. "json5": "^2.2.3",
  9186. "local-pkg": "^0.5.0",
  9187. "magic-string": "^0.30.11",
  9188. "mlly": "^1.7.1",
  9189. "pathe": "^1.1.2",
  9190. "scule": "^1.3.0",
  9191. "unplugin": "^1.12.2",
  9192. "yaml": "^2.5.0"
  9193. },
  9194. "peerDependencies": {
  9195. "vue-router": "^4.4.0"
  9196. },
  9197. "peerDependenciesMeta": {
  9198. "vue-router": {
  9199. "optional": true
  9200. }
  9201. }
  9202. },
  9203. "node_modules/unstorage": {
  9204. "version": "1.12.0",
  9205. "resolved": "https://registry.npmmirror.com/unstorage/-/unstorage-1.12.0.tgz",
  9206. "integrity": "sha512-ARZYTXiC+e8z3lRM7/qY9oyaOkaozCeNd2xoz7sYK9fv7OLGhVsf+BZbmASqiK/HTZ7T6eAlnVq9JynZppyk3w==",
  9207. "license": "MIT",
  9208. "dependencies": {
  9209. "anymatch": "^3.1.3",
  9210. "chokidar": "^3.6.0",
  9211. "destr": "^2.0.3",
  9212. "h3": "^1.12.0",
  9213. "listhen": "^1.7.2",
  9214. "lru-cache": "^10.4.3",
  9215. "mri": "^1.2.0",
  9216. "node-fetch-native": "^1.6.4",
  9217. "ofetch": "^1.3.4",
  9218. "ufo": "^1.5.4"
  9219. },
  9220. "peerDependencies": {
  9221. "@azure/app-configuration": "^1.7.0",
  9222. "@azure/cosmos": "^4.1.1",
  9223. "@azure/data-tables": "^13.2.2",
  9224. "@azure/identity": "^4.4.1",
  9225. "@azure/keyvault-secrets": "^4.8.0",
  9226. "@azure/storage-blob": "^12.24.0",
  9227. "@capacitor/preferences": "^6.0.2",
  9228. "@netlify/blobs": "^6.5.0 || ^7.0.0",
  9229. "@planetscale/database": "^1.19.0",
  9230. "@upstash/redis": "^1.34.0",
  9231. "@vercel/kv": "^1.0.1",
  9232. "idb-keyval": "^6.2.1",
  9233. "ioredis": "^5.4.1"
  9234. },
  9235. "peerDependenciesMeta": {
  9236. "@azure/app-configuration": {
  9237. "optional": true
  9238. },
  9239. "@azure/cosmos": {
  9240. "optional": true
  9241. },
  9242. "@azure/data-tables": {
  9243. "optional": true
  9244. },
  9245. "@azure/identity": {
  9246. "optional": true
  9247. },
  9248. "@azure/keyvault-secrets": {
  9249. "optional": true
  9250. },
  9251. "@azure/storage-blob": {
  9252. "optional": true
  9253. },
  9254. "@capacitor/preferences": {
  9255. "optional": true
  9256. },
  9257. "@netlify/blobs": {
  9258. "optional": true
  9259. },
  9260. "@planetscale/database": {
  9261. "optional": true
  9262. },
  9263. "@upstash/redis": {
  9264. "optional": true
  9265. },
  9266. "@vercel/kv": {
  9267. "optional": true
  9268. },
  9269. "idb-keyval": {
  9270. "optional": true
  9271. },
  9272. "ioredis": {
  9273. "optional": true
  9274. }
  9275. }
  9276. },
  9277. "node_modules/unstorage/node_modules/lru-cache": {
  9278. "version": "10.4.3",
  9279. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  9280. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  9281. "license": "ISC"
  9282. },
  9283. "node_modules/untun": {
  9284. "version": "0.1.3",
  9285. "resolved": "https://registry.npmmirror.com/untun/-/untun-0.1.3.tgz",
  9286. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  9287. "license": "MIT",
  9288. "dependencies": {
  9289. "citty": "^0.1.5",
  9290. "consola": "^3.2.3",
  9291. "pathe": "^1.1.1"
  9292. },
  9293. "bin": {
  9294. "untun": "bin/untun.mjs"
  9295. }
  9296. },
  9297. "node_modules/untyped": {
  9298. "version": "1.5.1",
  9299. "resolved": "https://registry.npmmirror.com/untyped/-/untyped-1.5.1.tgz",
  9300. "integrity": "sha512-reBOnkJBFfBZ8pCKaeHgfZLcehXtM6UTxc+vqs1JvCps0c4amLNp3fhdGBZwYp+VLyoY9n3X5KOP7lCyWBUX9A==",
  9301. "license": "MIT",
  9302. "dependencies": {
  9303. "@babel/core": "^7.25.7",
  9304. "@babel/standalone": "^7.25.7",
  9305. "@babel/types": "^7.25.7",
  9306. "defu": "^6.1.4",
  9307. "jiti": "^2.3.1",
  9308. "mri": "^1.2.0",
  9309. "scule": "^1.3.0"
  9310. },
  9311. "bin": {
  9312. "untyped": "dist/cli.mjs"
  9313. }
  9314. },
  9315. "node_modules/untyped/node_modules/jiti": {
  9316. "version": "2.3.3",
  9317. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.3.3.tgz",
  9318. "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==",
  9319. "license": "MIT",
  9320. "bin": {
  9321. "jiti": "lib/jiti-cli.mjs"
  9322. }
  9323. },
  9324. "node_modules/unwasm": {
  9325. "version": "0.3.9",
  9326. "resolved": "https://registry.npmmirror.com/unwasm/-/unwasm-0.3.9.tgz",
  9327. "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==",
  9328. "license": "MIT",
  9329. "dependencies": {
  9330. "knitwork": "^1.0.0",
  9331. "magic-string": "^0.30.8",
  9332. "mlly": "^1.6.1",
  9333. "pathe": "^1.1.2",
  9334. "pkg-types": "^1.0.3",
  9335. "unplugin": "^1.10.0"
  9336. }
  9337. },
  9338. "node_modules/update-browserslist-db": {
  9339. "version": "1.1.1",
  9340. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
  9341. "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
  9342. "funding": [
  9343. {
  9344. "type": "opencollective",
  9345. "url": "https://opencollective.com/browserslist"
  9346. },
  9347. {
  9348. "type": "tidelift",
  9349. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9350. },
  9351. {
  9352. "type": "github",
  9353. "url": "https://github.com/sponsors/ai"
  9354. }
  9355. ],
  9356. "license": "MIT",
  9357. "dependencies": {
  9358. "escalade": "^3.2.0",
  9359. "picocolors": "^1.1.0"
  9360. },
  9361. "bin": {
  9362. "update-browserslist-db": "cli.js"
  9363. },
  9364. "peerDependencies": {
  9365. "browserslist": ">= 4.21.0"
  9366. }
  9367. },
  9368. "node_modules/uqr": {
  9369. "version": "0.1.2",
  9370. "resolved": "https://registry.npmmirror.com/uqr/-/uqr-0.1.2.tgz",
  9371. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  9372. "license": "MIT"
  9373. },
  9374. "node_modules/urlpattern-polyfill": {
  9375. "version": "8.0.2",
  9376. "resolved": "https://registry.npmmirror.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
  9377. "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==",
  9378. "license": "MIT"
  9379. },
  9380. "node_modules/util-deprecate": {
  9381. "version": "1.0.2",
  9382. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  9383. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  9384. "license": "MIT"
  9385. },
  9386. "node_modules/vite": {
  9387. "version": "5.4.8",
  9388. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.8.tgz",
  9389. "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==",
  9390. "license": "MIT",
  9391. "dependencies": {
  9392. "esbuild": "^0.21.3",
  9393. "postcss": "^8.4.43",
  9394. "rollup": "^4.20.0"
  9395. },
  9396. "bin": {
  9397. "vite": "bin/vite.js"
  9398. },
  9399. "engines": {
  9400. "node": "^18.0.0 || >=20.0.0"
  9401. },
  9402. "funding": {
  9403. "url": "https://github.com/vitejs/vite?sponsor=1"
  9404. },
  9405. "optionalDependencies": {
  9406. "fsevents": "~2.3.3"
  9407. },
  9408. "peerDependencies": {
  9409. "@types/node": "^18.0.0 || >=20.0.0",
  9410. "less": "*",
  9411. "lightningcss": "^1.21.0",
  9412. "sass": "*",
  9413. "sass-embedded": "*",
  9414. "stylus": "*",
  9415. "sugarss": "*",
  9416. "terser": "^5.4.0"
  9417. },
  9418. "peerDependenciesMeta": {
  9419. "@types/node": {
  9420. "optional": true
  9421. },
  9422. "less": {
  9423. "optional": true
  9424. },
  9425. "lightningcss": {
  9426. "optional": true
  9427. },
  9428. "sass": {
  9429. "optional": true
  9430. },
  9431. "sass-embedded": {
  9432. "optional": true
  9433. },
  9434. "stylus": {
  9435. "optional": true
  9436. },
  9437. "sugarss": {
  9438. "optional": true
  9439. },
  9440. "terser": {
  9441. "optional": true
  9442. }
  9443. }
  9444. },
  9445. "node_modules/vite-hot-client": {
  9446. "version": "0.2.3",
  9447. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-0.2.3.tgz",
  9448. "integrity": "sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==",
  9449. "license": "MIT",
  9450. "funding": {
  9451. "url": "https://github.com/sponsors/antfu"
  9452. },
  9453. "peerDependencies": {
  9454. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0"
  9455. }
  9456. },
  9457. "node_modules/vite-node": {
  9458. "version": "2.1.2",
  9459. "resolved": "https://registry.npmmirror.com/vite-node/-/vite-node-2.1.2.tgz",
  9460. "integrity": "sha512-HPcGNN5g/7I2OtPjLqgOtCRu/qhVvBxTUD3qzitmL0SrG1cWFzxzhMDWussxSbrRYWqnKf8P2jiNhPMSN+ymsQ==",
  9461. "license": "MIT",
  9462. "dependencies": {
  9463. "cac": "^6.7.14",
  9464. "debug": "^4.3.6",
  9465. "pathe": "^1.1.2",
  9466. "vite": "^5.0.0"
  9467. },
  9468. "bin": {
  9469. "vite-node": "vite-node.mjs"
  9470. },
  9471. "engines": {
  9472. "node": "^18.0.0 || >=20.0.0"
  9473. },
  9474. "funding": {
  9475. "url": "https://opencollective.com/vitest"
  9476. }
  9477. },
  9478. "node_modules/vite-plugin-checker": {
  9479. "version": "0.8.0",
  9480. "resolved": "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.8.0.tgz",
  9481. "integrity": "sha512-UA5uzOGm97UvZRTdZHiQVYFnd86AVn8EVaD4L3PoVzxH+IZSfaAw14WGFwX9QS23UW3lV/5bVKZn6l0w+q9P0g==",
  9482. "license": "MIT",
  9483. "dependencies": {
  9484. "@babel/code-frame": "^7.12.13",
  9485. "ansi-escapes": "^4.3.0",
  9486. "chalk": "^4.1.1",
  9487. "chokidar": "^3.5.1",
  9488. "commander": "^8.0.0",
  9489. "fast-glob": "^3.2.7",
  9490. "fs-extra": "^11.1.0",
  9491. "npm-run-path": "^4.0.1",
  9492. "strip-ansi": "^6.0.0",
  9493. "tiny-invariant": "^1.1.0",
  9494. "vscode-languageclient": "^7.0.0",
  9495. "vscode-languageserver": "^7.0.0",
  9496. "vscode-languageserver-textdocument": "^1.0.1",
  9497. "vscode-uri": "^3.0.2"
  9498. },
  9499. "engines": {
  9500. "node": ">=14.16"
  9501. },
  9502. "peerDependencies": {
  9503. "@biomejs/biome": ">=1.7",
  9504. "eslint": ">=7",
  9505. "meow": "^9.0.0",
  9506. "optionator": "^0.9.1",
  9507. "stylelint": ">=13",
  9508. "typescript": "*",
  9509. "vite": ">=2.0.0",
  9510. "vls": "*",
  9511. "vti": "*",
  9512. "vue-tsc": "~2.1.6"
  9513. },
  9514. "peerDependenciesMeta": {
  9515. "@biomejs/biome": {
  9516. "optional": true
  9517. },
  9518. "eslint": {
  9519. "optional": true
  9520. },
  9521. "meow": {
  9522. "optional": true
  9523. },
  9524. "optionator": {
  9525. "optional": true
  9526. },
  9527. "stylelint": {
  9528. "optional": true
  9529. },
  9530. "typescript": {
  9531. "optional": true
  9532. },
  9533. "vls": {
  9534. "optional": true
  9535. },
  9536. "vti": {
  9537. "optional": true
  9538. },
  9539. "vue-tsc": {
  9540. "optional": true
  9541. }
  9542. }
  9543. },
  9544. "node_modules/vite-plugin-checker/node_modules/ansi-styles": {
  9545. "version": "4.3.0",
  9546. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9547. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9548. "license": "MIT",
  9549. "dependencies": {
  9550. "color-convert": "^2.0.1"
  9551. },
  9552. "engines": {
  9553. "node": ">=8"
  9554. },
  9555. "funding": {
  9556. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9557. }
  9558. },
  9559. "node_modules/vite-plugin-checker/node_modules/chalk": {
  9560. "version": "4.1.2",
  9561. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  9562. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9563. "license": "MIT",
  9564. "dependencies": {
  9565. "ansi-styles": "^4.1.0",
  9566. "supports-color": "^7.1.0"
  9567. },
  9568. "engines": {
  9569. "node": ">=10"
  9570. },
  9571. "funding": {
  9572. "url": "https://github.com/chalk/chalk?sponsor=1"
  9573. }
  9574. },
  9575. "node_modules/vite-plugin-checker/node_modules/color-convert": {
  9576. "version": "2.0.1",
  9577. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  9578. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9579. "license": "MIT",
  9580. "dependencies": {
  9581. "color-name": "~1.1.4"
  9582. },
  9583. "engines": {
  9584. "node": ">=7.0.0"
  9585. }
  9586. },
  9587. "node_modules/vite-plugin-checker/node_modules/color-name": {
  9588. "version": "1.1.4",
  9589. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  9590. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9591. "license": "MIT"
  9592. },
  9593. "node_modules/vite-plugin-checker/node_modules/commander": {
  9594. "version": "8.3.0",
  9595. "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz",
  9596. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  9597. "license": "MIT",
  9598. "engines": {
  9599. "node": ">= 12"
  9600. }
  9601. },
  9602. "node_modules/vite-plugin-checker/node_modules/has-flag": {
  9603. "version": "4.0.0",
  9604. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  9605. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9606. "license": "MIT",
  9607. "engines": {
  9608. "node": ">=8"
  9609. }
  9610. },
  9611. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  9612. "version": "4.0.1",
  9613. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz",
  9614. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  9615. "license": "MIT",
  9616. "dependencies": {
  9617. "path-key": "^3.0.0"
  9618. },
  9619. "engines": {
  9620. "node": ">=8"
  9621. }
  9622. },
  9623. "node_modules/vite-plugin-checker/node_modules/supports-color": {
  9624. "version": "7.2.0",
  9625. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  9626. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9627. "license": "MIT",
  9628. "dependencies": {
  9629. "has-flag": "^4.0.0"
  9630. },
  9631. "engines": {
  9632. "node": ">=8"
  9633. }
  9634. },
  9635. "node_modules/vite-plugin-inspect": {
  9636. "version": "0.8.7",
  9637. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.7.tgz",
  9638. "integrity": "sha512-/XXou3MVc13A5O9/2Nd6xczjrUwt7ZyI9h8pTnUMkr5SshLcb0PJUOVq2V+XVkdeU4njsqAtmK87THZuO2coGA==",
  9639. "license": "MIT",
  9640. "dependencies": {
  9641. "@antfu/utils": "^0.7.10",
  9642. "@rollup/pluginutils": "^5.1.0",
  9643. "debug": "^4.3.6",
  9644. "error-stack-parser-es": "^0.1.5",
  9645. "fs-extra": "^11.2.0",
  9646. "open": "^10.1.0",
  9647. "perfect-debounce": "^1.0.0",
  9648. "picocolors": "^1.0.1",
  9649. "sirv": "^2.0.4"
  9650. },
  9651. "engines": {
  9652. "node": ">=14"
  9653. },
  9654. "funding": {
  9655. "url": "https://github.com/sponsors/antfu"
  9656. },
  9657. "peerDependencies": {
  9658. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0"
  9659. },
  9660. "peerDependenciesMeta": {
  9661. "@nuxt/kit": {
  9662. "optional": true
  9663. }
  9664. }
  9665. },
  9666. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  9667. "version": "3.0.0",
  9668. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  9669. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  9670. "license": "MIT",
  9671. "engines": {
  9672. "node": ">=12"
  9673. },
  9674. "funding": {
  9675. "url": "https://github.com/sponsors/sindresorhus"
  9676. }
  9677. },
  9678. "node_modules/vite-plugin-inspect/node_modules/open": {
  9679. "version": "10.1.0",
  9680. "resolved": "https://registry.npmmirror.com/open/-/open-10.1.0.tgz",
  9681. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  9682. "license": "MIT",
  9683. "dependencies": {
  9684. "default-browser": "^5.2.1",
  9685. "define-lazy-prop": "^3.0.0",
  9686. "is-inside-container": "^1.0.0",
  9687. "is-wsl": "^3.1.0"
  9688. },
  9689. "engines": {
  9690. "node": ">=18"
  9691. },
  9692. "funding": {
  9693. "url": "https://github.com/sponsors/sindresorhus"
  9694. }
  9695. },
  9696. "node_modules/vite-plugin-vue-inspector": {
  9697. "version": "5.1.3",
  9698. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.1.3.tgz",
  9699. "integrity": "sha512-pMrseXIDP1Gb38mOevY+BvtNGNqiqmqa2pKB99lnLsADQww9w9xMbAfT4GB6RUoaOkSPrtlXqpq2Fq+Dj2AgFg==",
  9700. "license": "MIT",
  9701. "dependencies": {
  9702. "@babel/core": "^7.23.0",
  9703. "@babel/plugin-proposal-decorators": "^7.23.0",
  9704. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  9705. "@babel/plugin-syntax-import-meta": "^7.10.4",
  9706. "@babel/plugin-transform-typescript": "^7.22.15",
  9707. "@vue/babel-plugin-jsx": "^1.1.5",
  9708. "@vue/compiler-dom": "^3.3.4",
  9709. "kolorist": "^1.8.0",
  9710. "magic-string": "^0.30.4"
  9711. },
  9712. "peerDependencies": {
  9713. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
  9714. }
  9715. },
  9716. "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
  9717. "version": "0.21.5",
  9718. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  9719. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  9720. "cpu": [
  9721. "ppc64"
  9722. ],
  9723. "license": "MIT",
  9724. "optional": true,
  9725. "os": [
  9726. "aix"
  9727. ],
  9728. "engines": {
  9729. "node": ">=12"
  9730. }
  9731. },
  9732. "node_modules/vite/node_modules/@esbuild/android-arm": {
  9733. "version": "0.21.5",
  9734. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  9735. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  9736. "cpu": [
  9737. "arm"
  9738. ],
  9739. "license": "MIT",
  9740. "optional": true,
  9741. "os": [
  9742. "android"
  9743. ],
  9744. "engines": {
  9745. "node": ">=12"
  9746. }
  9747. },
  9748. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  9749. "version": "0.21.5",
  9750. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  9751. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  9752. "cpu": [
  9753. "arm64"
  9754. ],
  9755. "license": "MIT",
  9756. "optional": true,
  9757. "os": [
  9758. "android"
  9759. ],
  9760. "engines": {
  9761. "node": ">=12"
  9762. }
  9763. },
  9764. "node_modules/vite/node_modules/@esbuild/android-x64": {
  9765. "version": "0.21.5",
  9766. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  9767. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  9768. "cpu": [
  9769. "x64"
  9770. ],
  9771. "license": "MIT",
  9772. "optional": true,
  9773. "os": [
  9774. "android"
  9775. ],
  9776. "engines": {
  9777. "node": ">=12"
  9778. }
  9779. },
  9780. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  9781. "version": "0.21.5",
  9782. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  9783. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  9784. "cpu": [
  9785. "arm64"
  9786. ],
  9787. "license": "MIT",
  9788. "optional": true,
  9789. "os": [
  9790. "darwin"
  9791. ],
  9792. "engines": {
  9793. "node": ">=12"
  9794. }
  9795. },
  9796. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  9797. "version": "0.21.5",
  9798. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  9799. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  9800. "cpu": [
  9801. "x64"
  9802. ],
  9803. "license": "MIT",
  9804. "optional": true,
  9805. "os": [
  9806. "darwin"
  9807. ],
  9808. "engines": {
  9809. "node": ">=12"
  9810. }
  9811. },
  9812. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  9813. "version": "0.21.5",
  9814. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  9815. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  9816. "cpu": [
  9817. "arm64"
  9818. ],
  9819. "license": "MIT",
  9820. "optional": true,
  9821. "os": [
  9822. "freebsd"
  9823. ],
  9824. "engines": {
  9825. "node": ">=12"
  9826. }
  9827. },
  9828. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  9829. "version": "0.21.5",
  9830. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  9831. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  9832. "cpu": [
  9833. "x64"
  9834. ],
  9835. "license": "MIT",
  9836. "optional": true,
  9837. "os": [
  9838. "freebsd"
  9839. ],
  9840. "engines": {
  9841. "node": ">=12"
  9842. }
  9843. },
  9844. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  9845. "version": "0.21.5",
  9846. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  9847. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  9848. "cpu": [
  9849. "arm"
  9850. ],
  9851. "license": "MIT",
  9852. "optional": true,
  9853. "os": [
  9854. "linux"
  9855. ],
  9856. "engines": {
  9857. "node": ">=12"
  9858. }
  9859. },
  9860. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  9861. "version": "0.21.5",
  9862. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  9863. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  9864. "cpu": [
  9865. "arm64"
  9866. ],
  9867. "license": "MIT",
  9868. "optional": true,
  9869. "os": [
  9870. "linux"
  9871. ],
  9872. "engines": {
  9873. "node": ">=12"
  9874. }
  9875. },
  9876. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  9877. "version": "0.21.5",
  9878. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  9879. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  9880. "cpu": [
  9881. "ia32"
  9882. ],
  9883. "license": "MIT",
  9884. "optional": true,
  9885. "os": [
  9886. "linux"
  9887. ],
  9888. "engines": {
  9889. "node": ">=12"
  9890. }
  9891. },
  9892. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  9893. "version": "0.21.5",
  9894. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  9895. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  9896. "cpu": [
  9897. "loong64"
  9898. ],
  9899. "license": "MIT",
  9900. "optional": true,
  9901. "os": [
  9902. "linux"
  9903. ],
  9904. "engines": {
  9905. "node": ">=12"
  9906. }
  9907. },
  9908. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  9909. "version": "0.21.5",
  9910. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  9911. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  9912. "cpu": [
  9913. "mips64el"
  9914. ],
  9915. "license": "MIT",
  9916. "optional": true,
  9917. "os": [
  9918. "linux"
  9919. ],
  9920. "engines": {
  9921. "node": ">=12"
  9922. }
  9923. },
  9924. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  9925. "version": "0.21.5",
  9926. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  9927. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  9928. "cpu": [
  9929. "ppc64"
  9930. ],
  9931. "license": "MIT",
  9932. "optional": true,
  9933. "os": [
  9934. "linux"
  9935. ],
  9936. "engines": {
  9937. "node": ">=12"
  9938. }
  9939. },
  9940. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  9941. "version": "0.21.5",
  9942. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  9943. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  9944. "cpu": [
  9945. "riscv64"
  9946. ],
  9947. "license": "MIT",
  9948. "optional": true,
  9949. "os": [
  9950. "linux"
  9951. ],
  9952. "engines": {
  9953. "node": ">=12"
  9954. }
  9955. },
  9956. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  9957. "version": "0.21.5",
  9958. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  9959. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  9960. "cpu": [
  9961. "s390x"
  9962. ],
  9963. "license": "MIT",
  9964. "optional": true,
  9965. "os": [
  9966. "linux"
  9967. ],
  9968. "engines": {
  9969. "node": ">=12"
  9970. }
  9971. },
  9972. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  9973. "version": "0.21.5",
  9974. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  9975. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  9976. "cpu": [
  9977. "x64"
  9978. ],
  9979. "license": "MIT",
  9980. "optional": true,
  9981. "os": [
  9982. "linux"
  9983. ],
  9984. "engines": {
  9985. "node": ">=12"
  9986. }
  9987. },
  9988. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  9989. "version": "0.21.5",
  9990. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  9991. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  9992. "cpu": [
  9993. "x64"
  9994. ],
  9995. "license": "MIT",
  9996. "optional": true,
  9997. "os": [
  9998. "netbsd"
  9999. ],
  10000. "engines": {
  10001. "node": ">=12"
  10002. }
  10003. },
  10004. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  10005. "version": "0.21.5",
  10006. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  10007. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  10008. "cpu": [
  10009. "x64"
  10010. ],
  10011. "license": "MIT",
  10012. "optional": true,
  10013. "os": [
  10014. "openbsd"
  10015. ],
  10016. "engines": {
  10017. "node": ">=12"
  10018. }
  10019. },
  10020. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  10021. "version": "0.21.5",
  10022. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  10023. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  10024. "cpu": [
  10025. "x64"
  10026. ],
  10027. "license": "MIT",
  10028. "optional": true,
  10029. "os": [
  10030. "sunos"
  10031. ],
  10032. "engines": {
  10033. "node": ">=12"
  10034. }
  10035. },
  10036. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  10037. "version": "0.21.5",
  10038. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  10039. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  10040. "cpu": [
  10041. "arm64"
  10042. ],
  10043. "license": "MIT",
  10044. "optional": true,
  10045. "os": [
  10046. "win32"
  10047. ],
  10048. "engines": {
  10049. "node": ">=12"
  10050. }
  10051. },
  10052. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  10053. "version": "0.21.5",
  10054. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  10055. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  10056. "cpu": [
  10057. "ia32"
  10058. ],
  10059. "license": "MIT",
  10060. "optional": true,
  10061. "os": [
  10062. "win32"
  10063. ],
  10064. "engines": {
  10065. "node": ">=12"
  10066. }
  10067. },
  10068. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  10069. "version": "0.21.5",
  10070. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  10071. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  10072. "cpu": [
  10073. "x64"
  10074. ],
  10075. "license": "MIT",
  10076. "optional": true,
  10077. "os": [
  10078. "win32"
  10079. ],
  10080. "engines": {
  10081. "node": ">=12"
  10082. }
  10083. },
  10084. "node_modules/vite/node_modules/esbuild": {
  10085. "version": "0.21.5",
  10086. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  10087. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  10088. "hasInstallScript": true,
  10089. "license": "MIT",
  10090. "bin": {
  10091. "esbuild": "bin/esbuild"
  10092. },
  10093. "engines": {
  10094. "node": ">=12"
  10095. },
  10096. "optionalDependencies": {
  10097. "@esbuild/aix-ppc64": "0.21.5",
  10098. "@esbuild/android-arm": "0.21.5",
  10099. "@esbuild/android-arm64": "0.21.5",
  10100. "@esbuild/android-x64": "0.21.5",
  10101. "@esbuild/darwin-arm64": "0.21.5",
  10102. "@esbuild/darwin-x64": "0.21.5",
  10103. "@esbuild/freebsd-arm64": "0.21.5",
  10104. "@esbuild/freebsd-x64": "0.21.5",
  10105. "@esbuild/linux-arm": "0.21.5",
  10106. "@esbuild/linux-arm64": "0.21.5",
  10107. "@esbuild/linux-ia32": "0.21.5",
  10108. "@esbuild/linux-loong64": "0.21.5",
  10109. "@esbuild/linux-mips64el": "0.21.5",
  10110. "@esbuild/linux-ppc64": "0.21.5",
  10111. "@esbuild/linux-riscv64": "0.21.5",
  10112. "@esbuild/linux-s390x": "0.21.5",
  10113. "@esbuild/linux-x64": "0.21.5",
  10114. "@esbuild/netbsd-x64": "0.21.5",
  10115. "@esbuild/openbsd-x64": "0.21.5",
  10116. "@esbuild/sunos-x64": "0.21.5",
  10117. "@esbuild/win32-arm64": "0.21.5",
  10118. "@esbuild/win32-ia32": "0.21.5",
  10119. "@esbuild/win32-x64": "0.21.5"
  10120. }
  10121. },
  10122. "node_modules/vscode-jsonrpc": {
  10123. "version": "6.0.0",
  10124. "resolved": "https://registry.npmmirror.com/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz",
  10125. "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==",
  10126. "license": "MIT",
  10127. "engines": {
  10128. "node": ">=8.0.0 || >=10.0.0"
  10129. }
  10130. },
  10131. "node_modules/vscode-languageclient": {
  10132. "version": "7.0.0",
  10133. "resolved": "https://registry.npmmirror.com/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz",
  10134. "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==",
  10135. "license": "MIT",
  10136. "dependencies": {
  10137. "minimatch": "^3.0.4",
  10138. "semver": "^7.3.4",
  10139. "vscode-languageserver-protocol": "3.16.0"
  10140. },
  10141. "engines": {
  10142. "vscode": "^1.52.0"
  10143. }
  10144. },
  10145. "node_modules/vscode-languageclient/node_modules/brace-expansion": {
  10146. "version": "1.1.11",
  10147. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  10148. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  10149. "license": "MIT",
  10150. "dependencies": {
  10151. "balanced-match": "^1.0.0",
  10152. "concat-map": "0.0.1"
  10153. }
  10154. },
  10155. "node_modules/vscode-languageclient/node_modules/minimatch": {
  10156. "version": "3.1.2",
  10157. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  10158. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  10159. "license": "ISC",
  10160. "dependencies": {
  10161. "brace-expansion": "^1.1.7"
  10162. },
  10163. "engines": {
  10164. "node": "*"
  10165. }
  10166. },
  10167. "node_modules/vscode-languageserver": {
  10168. "version": "7.0.0",
  10169. "resolved": "https://registry.npmmirror.com/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz",
  10170. "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==",
  10171. "license": "MIT",
  10172. "dependencies": {
  10173. "vscode-languageserver-protocol": "3.16.0"
  10174. },
  10175. "bin": {
  10176. "installServerIntoExtension": "bin/installServerIntoExtension"
  10177. }
  10178. },
  10179. "node_modules/vscode-languageserver-protocol": {
  10180. "version": "3.16.0",
  10181. "resolved": "https://registry.npmmirror.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz",
  10182. "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==",
  10183. "license": "MIT",
  10184. "dependencies": {
  10185. "vscode-jsonrpc": "6.0.0",
  10186. "vscode-languageserver-types": "3.16.0"
  10187. }
  10188. },
  10189. "node_modules/vscode-languageserver-textdocument": {
  10190. "version": "1.0.12",
  10191. "resolved": "https://registry.npmmirror.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz",
  10192. "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==",
  10193. "license": "MIT"
  10194. },
  10195. "node_modules/vscode-languageserver-types": {
  10196. "version": "3.16.0",
  10197. "resolved": "https://registry.npmmirror.com/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz",
  10198. "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==",
  10199. "license": "MIT"
  10200. },
  10201. "node_modules/vscode-uri": {
  10202. "version": "3.0.8",
  10203. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.0.8.tgz",
  10204. "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==",
  10205. "license": "MIT"
  10206. },
  10207. "node_modules/vue": {
  10208. "version": "3.5.11",
  10209. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.11.tgz",
  10210. "integrity": "sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==",
  10211. "license": "MIT",
  10212. "dependencies": {
  10213. "@vue/compiler-dom": "3.5.11",
  10214. "@vue/compiler-sfc": "3.5.11",
  10215. "@vue/runtime-dom": "3.5.11",
  10216. "@vue/server-renderer": "3.5.11",
  10217. "@vue/shared": "3.5.11"
  10218. },
  10219. "peerDependencies": {
  10220. "typescript": "*"
  10221. },
  10222. "peerDependenciesMeta": {
  10223. "typescript": {
  10224. "optional": true
  10225. }
  10226. }
  10227. },
  10228. "node_modules/vue-bundle-renderer": {
  10229. "version": "2.1.1",
  10230. "resolved": "https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-2.1.1.tgz",
  10231. "integrity": "sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==",
  10232. "license": "MIT",
  10233. "dependencies": {
  10234. "ufo": "^1.5.4"
  10235. }
  10236. },
  10237. "node_modules/vue-devtools-stub": {
  10238. "version": "0.1.0",
  10239. "resolved": "https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  10240. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  10241. "license": "MIT"
  10242. },
  10243. "node_modules/vue-router": {
  10244. "version": "4.4.5",
  10245. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.4.5.tgz",
  10246. "integrity": "sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==",
  10247. "license": "MIT",
  10248. "dependencies": {
  10249. "@vue/devtools-api": "^6.6.4"
  10250. },
  10251. "funding": {
  10252. "url": "https://github.com/sponsors/posva"
  10253. },
  10254. "peerDependencies": {
  10255. "vue": "^3.2.0"
  10256. }
  10257. },
  10258. "node_modules/webidl-conversions": {
  10259. "version": "3.0.1",
  10260. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  10261. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  10262. "license": "BSD-2-Clause"
  10263. },
  10264. "node_modules/webpack-virtual-modules": {
  10265. "version": "0.6.2",
  10266. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  10267. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  10268. "license": "MIT"
  10269. },
  10270. "node_modules/whatwg-url": {
  10271. "version": "5.0.0",
  10272. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  10273. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  10274. "license": "MIT",
  10275. "dependencies": {
  10276. "tr46": "~0.0.3",
  10277. "webidl-conversions": "^3.0.0"
  10278. }
  10279. },
  10280. "node_modules/which": {
  10281. "version": "3.0.1",
  10282. "resolved": "https://registry.npmmirror.com/which/-/which-3.0.1.tgz",
  10283. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  10284. "license": "ISC",
  10285. "dependencies": {
  10286. "isexe": "^2.0.0"
  10287. },
  10288. "bin": {
  10289. "node-which": "bin/which.js"
  10290. },
  10291. "engines": {
  10292. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  10293. }
  10294. },
  10295. "node_modules/which-module": {
  10296. "version": "2.0.1",
  10297. "resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
  10298. "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
  10299. "license": "ISC"
  10300. },
  10301. "node_modules/wide-align": {
  10302. "version": "1.1.5",
  10303. "resolved": "https://registry.npmmirror.com/wide-align/-/wide-align-1.1.5.tgz",
  10304. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  10305. "license": "ISC",
  10306. "dependencies": {
  10307. "string-width": "^1.0.2 || 2 || 3 || 4"
  10308. }
  10309. },
  10310. "node_modules/wrap-ansi": {
  10311. "version": "7.0.0",
  10312. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10313. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10314. "license": "MIT",
  10315. "dependencies": {
  10316. "ansi-styles": "^4.0.0",
  10317. "string-width": "^4.1.0",
  10318. "strip-ansi": "^6.0.0"
  10319. },
  10320. "engines": {
  10321. "node": ">=10"
  10322. },
  10323. "funding": {
  10324. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10325. }
  10326. },
  10327. "node_modules/wrap-ansi-cjs": {
  10328. "name": "wrap-ansi",
  10329. "version": "7.0.0",
  10330. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10331. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10332. "license": "MIT",
  10333. "dependencies": {
  10334. "ansi-styles": "^4.0.0",
  10335. "string-width": "^4.1.0",
  10336. "strip-ansi": "^6.0.0"
  10337. },
  10338. "engines": {
  10339. "node": ">=10"
  10340. },
  10341. "funding": {
  10342. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10343. }
  10344. },
  10345. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  10346. "version": "4.3.0",
  10347. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10348. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10349. "license": "MIT",
  10350. "dependencies": {
  10351. "color-convert": "^2.0.1"
  10352. },
  10353. "engines": {
  10354. "node": ">=8"
  10355. },
  10356. "funding": {
  10357. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10358. }
  10359. },
  10360. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  10361. "version": "2.0.1",
  10362. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  10363. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10364. "license": "MIT",
  10365. "dependencies": {
  10366. "color-name": "~1.1.4"
  10367. },
  10368. "engines": {
  10369. "node": ">=7.0.0"
  10370. }
  10371. },
  10372. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  10373. "version": "1.1.4",
  10374. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  10375. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10376. "license": "MIT"
  10377. },
  10378. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  10379. "version": "4.3.0",
  10380. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10381. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10382. "license": "MIT",
  10383. "dependencies": {
  10384. "color-convert": "^2.0.1"
  10385. },
  10386. "engines": {
  10387. "node": ">=8"
  10388. },
  10389. "funding": {
  10390. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10391. }
  10392. },
  10393. "node_modules/wrap-ansi/node_modules/color-convert": {
  10394. "version": "2.0.1",
  10395. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  10396. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10397. "license": "MIT",
  10398. "dependencies": {
  10399. "color-name": "~1.1.4"
  10400. },
  10401. "engines": {
  10402. "node": ">=7.0.0"
  10403. }
  10404. },
  10405. "node_modules/wrap-ansi/node_modules/color-name": {
  10406. "version": "1.1.4",
  10407. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  10408. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10409. "license": "MIT"
  10410. },
  10411. "node_modules/wrappy": {
  10412. "version": "1.0.2",
  10413. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  10414. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  10415. "license": "ISC"
  10416. },
  10417. "node_modules/ws": {
  10418. "version": "8.18.0",
  10419. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.0.tgz",
  10420. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  10421. "license": "MIT",
  10422. "engines": {
  10423. "node": ">=10.0.0"
  10424. },
  10425. "peerDependencies": {
  10426. "bufferutil": "^4.0.1",
  10427. "utf-8-validate": ">=5.0.2"
  10428. },
  10429. "peerDependenciesMeta": {
  10430. "bufferutil": {
  10431. "optional": true
  10432. },
  10433. "utf-8-validate": {
  10434. "optional": true
  10435. }
  10436. }
  10437. },
  10438. "node_modules/y18n": {
  10439. "version": "5.0.8",
  10440. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  10441. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  10442. "license": "ISC",
  10443. "engines": {
  10444. "node": ">=10"
  10445. }
  10446. },
  10447. "node_modules/yallist": {
  10448. "version": "3.1.1",
  10449. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  10450. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  10451. "license": "ISC"
  10452. },
  10453. "node_modules/yaml": {
  10454. "version": "2.5.1",
  10455. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.5.1.tgz",
  10456. "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
  10457. "license": "ISC",
  10458. "bin": {
  10459. "yaml": "bin.mjs"
  10460. },
  10461. "engines": {
  10462. "node": ">= 14"
  10463. }
  10464. },
  10465. "node_modules/yargs": {
  10466. "version": "17.7.2",
  10467. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  10468. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  10469. "license": "MIT",
  10470. "dependencies": {
  10471. "cliui": "^8.0.1",
  10472. "escalade": "^3.1.1",
  10473. "get-caller-file": "^2.0.5",
  10474. "require-directory": "^2.1.1",
  10475. "string-width": "^4.2.3",
  10476. "y18n": "^5.0.5",
  10477. "yargs-parser": "^21.1.1"
  10478. },
  10479. "engines": {
  10480. "node": ">=12"
  10481. }
  10482. },
  10483. "node_modules/yargs-parser": {
  10484. "version": "21.1.1",
  10485. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  10486. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  10487. "license": "ISC",
  10488. "engines": {
  10489. "node": ">=12"
  10490. }
  10491. },
  10492. "node_modules/zhead": {
  10493. "version": "2.2.4",
  10494. "resolved": "https://registry.npmmirror.com/zhead/-/zhead-2.2.4.tgz",
  10495. "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
  10496. "license": "MIT",
  10497. "funding": {
  10498. "url": "https://github.com/sponsors/harlan-zw"
  10499. }
  10500. },
  10501. "node_modules/zip-stream": {
  10502. "version": "6.0.1",
  10503. "resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-6.0.1.tgz",
  10504. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  10505. "license": "MIT",
  10506. "dependencies": {
  10507. "archiver-utils": "^5.0.0",
  10508. "compress-commons": "^6.0.2",
  10509. "readable-stream": "^4.0.0"
  10510. },
  10511. "engines": {
  10512. "node": ">= 14"
  10513. }
  10514. }
  10515. }
  10516. }