package-lock.json 244 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701
  1. {
  2. "name": "vite-project",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "vite-project",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.1",
  12. "@microsoft/fetch-event-source": "^2.0.1",
  13. "@vitejs/plugin-legacy": "^7.0.1",
  14. "@vue-office/docx": "^1.6.3",
  15. "@vue-office/excel": "^1.7.14",
  16. "@vue-office/pptx": "^1.0.1",
  17. "axios": "^1.10.0",
  18. "blockly": "^12.3.1",
  19. "element-plus": "^2.10.2",
  20. "highlight.js": "^11.11.1",
  21. "hls.js": "^1.6.7",
  22. "js-cookie": "^3.0.5",
  23. "jsencrypt": "^3.3.2",
  24. "markdown-it": "^14.1.0",
  25. "router": "^2.2.0",
  26. "video.js": "^7.21.5",
  27. "vue": "^3.5.17",
  28. "vue-demi": "^0.14.10",
  29. "vue-router": "^4.5.1",
  30. "vue-video-play": "^7.0.4",
  31. "vue-video-player": "^6.0.0",
  32. "vue3-video-play": "^1.3.1-beta.6",
  33. "vuex": "^4.0.2",
  34. "web-storage-cache": "^1.1.1"
  35. },
  36. "devDependencies": {
  37. "@types/markdown-it": "^14.1.2",
  38. "@types/node": "^24.0.10",
  39. "@vitejs/plugin-vue": "^6.0.0",
  40. "eslint": "^9.32.0",
  41. "eslint-plugin-vue": "^10.3.0",
  42. "path": "^0.12.7",
  43. "sass": "^1.89.2",
  44. "vite": "^7.0.0"
  45. }
  46. },
  47. "node_modules/@ampproject/remapping": {
  48. "version": "2.3.0",
  49. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  50. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  51. "license": "Apache-2.0",
  52. "dependencies": {
  53. "@jridgewell/gen-mapping": "^0.3.5",
  54. "@jridgewell/trace-mapping": "^0.3.24"
  55. },
  56. "engines": {
  57. "node": ">=6.0.0"
  58. }
  59. },
  60. "node_modules/@asamuzakjp/css-color": {
  61. "version": "3.2.0",
  62. "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
  63. "integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==",
  64. "license": "MIT",
  65. "dependencies": {
  66. "@csstools/css-calc": "^2.1.3",
  67. "@csstools/css-color-parser": "^3.0.9",
  68. "@csstools/css-parser-algorithms": "^3.0.4",
  69. "@csstools/css-tokenizer": "^3.0.3",
  70. "lru-cache": "^10.4.3"
  71. }
  72. },
  73. "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
  74. "version": "10.4.3",
  75. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  76. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  77. "license": "ISC"
  78. },
  79. "node_modules/@babel/code-frame": {
  80. "version": "7.27.1",
  81. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  82. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  83. "license": "MIT",
  84. "dependencies": {
  85. "@babel/helper-validator-identifier": "^7.27.1",
  86. "js-tokens": "^4.0.0",
  87. "picocolors": "^1.1.1"
  88. },
  89. "engines": {
  90. "node": ">=6.9.0"
  91. }
  92. },
  93. "node_modules/@babel/compat-data": {
  94. "version": "7.28.0",
  95. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.28.0.tgz",
  96. "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
  97. "license": "MIT",
  98. "engines": {
  99. "node": ">=6.9.0"
  100. }
  101. },
  102. "node_modules/@babel/core": {
  103. "version": "7.28.0",
  104. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.28.0.tgz",
  105. "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
  106. "license": "MIT",
  107. "dependencies": {
  108. "@ampproject/remapping": "^2.2.0",
  109. "@babel/code-frame": "^7.27.1",
  110. "@babel/generator": "^7.28.0",
  111. "@babel/helper-compilation-targets": "^7.27.2",
  112. "@babel/helper-module-transforms": "^7.27.3",
  113. "@babel/helpers": "^7.27.6",
  114. "@babel/parser": "^7.28.0",
  115. "@babel/template": "^7.27.2",
  116. "@babel/traverse": "^7.28.0",
  117. "@babel/types": "^7.28.0",
  118. "convert-source-map": "^2.0.0",
  119. "debug": "^4.1.0",
  120. "gensync": "^1.0.0-beta.2",
  121. "json5": "^2.2.3",
  122. "semver": "^6.3.1"
  123. },
  124. "engines": {
  125. "node": ">=6.9.0"
  126. },
  127. "funding": {
  128. "type": "opencollective",
  129. "url": "https://opencollective.com/babel"
  130. }
  131. },
  132. "node_modules/@babel/generator": {
  133. "version": "7.28.0",
  134. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.0.tgz",
  135. "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
  136. "license": "MIT",
  137. "dependencies": {
  138. "@babel/parser": "^7.28.0",
  139. "@babel/types": "^7.28.0",
  140. "@jridgewell/gen-mapping": "^0.3.12",
  141. "@jridgewell/trace-mapping": "^0.3.28",
  142. "jsesc": "^3.0.2"
  143. },
  144. "engines": {
  145. "node": ">=6.9.0"
  146. }
  147. },
  148. "node_modules/@babel/helper-annotate-as-pure": {
  149. "version": "7.27.3",
  150. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  151. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  152. "license": "MIT",
  153. "dependencies": {
  154. "@babel/types": "^7.27.3"
  155. },
  156. "engines": {
  157. "node": ">=6.9.0"
  158. }
  159. },
  160. "node_modules/@babel/helper-compilation-targets": {
  161. "version": "7.27.2",
  162. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  163. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  164. "license": "MIT",
  165. "dependencies": {
  166. "@babel/compat-data": "^7.27.2",
  167. "@babel/helper-validator-option": "^7.27.1",
  168. "browserslist": "^4.24.0",
  169. "lru-cache": "^5.1.1",
  170. "semver": "^6.3.1"
  171. },
  172. "engines": {
  173. "node": ">=6.9.0"
  174. }
  175. },
  176. "node_modules/@babel/helper-create-class-features-plugin": {
  177. "version": "7.27.1",
  178. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
  179. "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
  180. "license": "MIT",
  181. "dependencies": {
  182. "@babel/helper-annotate-as-pure": "^7.27.1",
  183. "@babel/helper-member-expression-to-functions": "^7.27.1",
  184. "@babel/helper-optimise-call-expression": "^7.27.1",
  185. "@babel/helper-replace-supers": "^7.27.1",
  186. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  187. "@babel/traverse": "^7.27.1",
  188. "semver": "^6.3.1"
  189. },
  190. "engines": {
  191. "node": ">=6.9.0"
  192. },
  193. "peerDependencies": {
  194. "@babel/core": "^7.0.0"
  195. }
  196. },
  197. "node_modules/@babel/helper-create-regexp-features-plugin": {
  198. "version": "7.27.1",
  199. "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
  200. "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",
  201. "license": "MIT",
  202. "dependencies": {
  203. "@babel/helper-annotate-as-pure": "^7.27.1",
  204. "regexpu-core": "^6.2.0",
  205. "semver": "^6.3.1"
  206. },
  207. "engines": {
  208. "node": ">=6.9.0"
  209. },
  210. "peerDependencies": {
  211. "@babel/core": "^7.0.0"
  212. }
  213. },
  214. "node_modules/@babel/helper-define-polyfill-provider": {
  215. "version": "0.6.5",
  216. "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
  217. "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
  218. "license": "MIT",
  219. "dependencies": {
  220. "@babel/helper-compilation-targets": "^7.27.2",
  221. "@babel/helper-plugin-utils": "^7.27.1",
  222. "debug": "^4.4.1",
  223. "lodash.debounce": "^4.0.8",
  224. "resolve": "^1.22.10"
  225. },
  226. "peerDependencies": {
  227. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  228. }
  229. },
  230. "node_modules/@babel/helper-globals": {
  231. "version": "7.28.0",
  232. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  233. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  234. "license": "MIT",
  235. "engines": {
  236. "node": ">=6.9.0"
  237. }
  238. },
  239. "node_modules/@babel/helper-member-expression-to-functions": {
  240. "version": "7.27.1",
  241. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
  242. "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
  243. "license": "MIT",
  244. "dependencies": {
  245. "@babel/traverse": "^7.27.1",
  246. "@babel/types": "^7.27.1"
  247. },
  248. "engines": {
  249. "node": ">=6.9.0"
  250. }
  251. },
  252. "node_modules/@babel/helper-module-imports": {
  253. "version": "7.27.1",
  254. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  255. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  256. "license": "MIT",
  257. "dependencies": {
  258. "@babel/traverse": "^7.27.1",
  259. "@babel/types": "^7.27.1"
  260. },
  261. "engines": {
  262. "node": ">=6.9.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-module-transforms": {
  266. "version": "7.27.3",
  267. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
  268. "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
  269. "license": "MIT",
  270. "dependencies": {
  271. "@babel/helper-module-imports": "^7.27.1",
  272. "@babel/helper-validator-identifier": "^7.27.1",
  273. "@babel/traverse": "^7.27.3"
  274. },
  275. "engines": {
  276. "node": ">=6.9.0"
  277. },
  278. "peerDependencies": {
  279. "@babel/core": "^7.0.0"
  280. }
  281. },
  282. "node_modules/@babel/helper-optimise-call-expression": {
  283. "version": "7.27.1",
  284. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  285. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  286. "license": "MIT",
  287. "dependencies": {
  288. "@babel/types": "^7.27.1"
  289. },
  290. "engines": {
  291. "node": ">=6.9.0"
  292. }
  293. },
  294. "node_modules/@babel/helper-plugin-utils": {
  295. "version": "7.27.1",
  296. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  297. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  298. "license": "MIT",
  299. "engines": {
  300. "node": ">=6.9.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-remap-async-to-generator": {
  304. "version": "7.27.1",
  305. "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
  306. "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
  307. "license": "MIT",
  308. "dependencies": {
  309. "@babel/helper-annotate-as-pure": "^7.27.1",
  310. "@babel/helper-wrap-function": "^7.27.1",
  311. "@babel/traverse": "^7.27.1"
  312. },
  313. "engines": {
  314. "node": ">=6.9.0"
  315. },
  316. "peerDependencies": {
  317. "@babel/core": "^7.0.0"
  318. }
  319. },
  320. "node_modules/@babel/helper-replace-supers": {
  321. "version": "7.27.1",
  322. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  323. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  324. "license": "MIT",
  325. "dependencies": {
  326. "@babel/helper-member-expression-to-functions": "^7.27.1",
  327. "@babel/helper-optimise-call-expression": "^7.27.1",
  328. "@babel/traverse": "^7.27.1"
  329. },
  330. "engines": {
  331. "node": ">=6.9.0"
  332. },
  333. "peerDependencies": {
  334. "@babel/core": "^7.0.0"
  335. }
  336. },
  337. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  338. "version": "7.27.1",
  339. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  340. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  341. "license": "MIT",
  342. "dependencies": {
  343. "@babel/traverse": "^7.27.1",
  344. "@babel/types": "^7.27.1"
  345. },
  346. "engines": {
  347. "node": ">=6.9.0"
  348. }
  349. },
  350. "node_modules/@babel/helper-string-parser": {
  351. "version": "7.27.1",
  352. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  353. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  354. "license": "MIT",
  355. "engines": {
  356. "node": ">=6.9.0"
  357. }
  358. },
  359. "node_modules/@babel/helper-validator-identifier": {
  360. "version": "7.27.1",
  361. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  362. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  363. "license": "MIT",
  364. "engines": {
  365. "node": ">=6.9.0"
  366. }
  367. },
  368. "node_modules/@babel/helper-validator-option": {
  369. "version": "7.27.1",
  370. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  371. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  372. "license": "MIT",
  373. "engines": {
  374. "node": ">=6.9.0"
  375. }
  376. },
  377. "node_modules/@babel/helper-wrap-function": {
  378. "version": "7.27.1",
  379. "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
  380. "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
  381. "license": "MIT",
  382. "dependencies": {
  383. "@babel/template": "^7.27.1",
  384. "@babel/traverse": "^7.27.1",
  385. "@babel/types": "^7.27.1"
  386. },
  387. "engines": {
  388. "node": ">=6.9.0"
  389. }
  390. },
  391. "node_modules/@babel/helpers": {
  392. "version": "7.27.6",
  393. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.6.tgz",
  394. "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==",
  395. "license": "MIT",
  396. "dependencies": {
  397. "@babel/template": "^7.27.2",
  398. "@babel/types": "^7.27.6"
  399. },
  400. "engines": {
  401. "node": ">=6.9.0"
  402. }
  403. },
  404. "node_modules/@babel/parser": {
  405. "version": "7.28.0",
  406. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
  407. "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
  408. "license": "MIT",
  409. "dependencies": {
  410. "@babel/types": "^7.28.0"
  411. },
  412. "bin": {
  413. "parser": "bin/babel-parser.js"
  414. },
  415. "engines": {
  416. "node": ">=6.0.0"
  417. }
  418. },
  419. "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
  420. "version": "7.27.1",
  421. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz",
  422. "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==",
  423. "license": "MIT",
  424. "dependencies": {
  425. "@babel/helper-plugin-utils": "^7.27.1",
  426. "@babel/traverse": "^7.27.1"
  427. },
  428. "engines": {
  429. "node": ">=6.9.0"
  430. },
  431. "peerDependencies": {
  432. "@babel/core": "^7.0.0"
  433. }
  434. },
  435. "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
  436. "version": "7.27.1",
  437. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",
  438. "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",
  439. "license": "MIT",
  440. "dependencies": {
  441. "@babel/helper-plugin-utils": "^7.27.1"
  442. },
  443. "engines": {
  444. "node": ">=6.9.0"
  445. },
  446. "peerDependencies": {
  447. "@babel/core": "^7.0.0"
  448. }
  449. },
  450. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  451. "version": "7.27.1",
  452. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz",
  453. "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",
  454. "license": "MIT",
  455. "dependencies": {
  456. "@babel/helper-plugin-utils": "^7.27.1"
  457. },
  458. "engines": {
  459. "node": ">=6.9.0"
  460. },
  461. "peerDependencies": {
  462. "@babel/core": "^7.0.0"
  463. }
  464. },
  465. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  466. "version": "7.27.1",
  467. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
  468. "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
  469. "license": "MIT",
  470. "dependencies": {
  471. "@babel/helper-plugin-utils": "^7.27.1",
  472. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  473. "@babel/plugin-transform-optional-chaining": "^7.27.1"
  474. },
  475. "engines": {
  476. "node": ">=6.9.0"
  477. },
  478. "peerDependencies": {
  479. "@babel/core": "^7.13.0"
  480. }
  481. },
  482. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  483. "version": "7.27.1",
  484. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz",
  485. "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==",
  486. "license": "MIT",
  487. "dependencies": {
  488. "@babel/helper-plugin-utils": "^7.27.1",
  489. "@babel/traverse": "^7.27.1"
  490. },
  491. "engines": {
  492. "node": ">=6.9.0"
  493. },
  494. "peerDependencies": {
  495. "@babel/core": "^7.0.0"
  496. }
  497. },
  498. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  499. "version": "7.21.0-placeholder-for-preset-env.2",
  500. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
  501. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  502. "license": "MIT",
  503. "engines": {
  504. "node": ">=6.9.0"
  505. },
  506. "peerDependencies": {
  507. "@babel/core": "^7.0.0-0"
  508. }
  509. },
  510. "node_modules/@babel/plugin-syntax-import-assertions": {
  511. "version": "7.27.1",
  512. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
  513. "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
  514. "license": "MIT",
  515. "dependencies": {
  516. "@babel/helper-plugin-utils": "^7.27.1"
  517. },
  518. "engines": {
  519. "node": ">=6.9.0"
  520. },
  521. "peerDependencies": {
  522. "@babel/core": "^7.0.0-0"
  523. }
  524. },
  525. "node_modules/@babel/plugin-syntax-import-attributes": {
  526. "version": "7.27.1",
  527. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  528. "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  529. "license": "MIT",
  530. "dependencies": {
  531. "@babel/helper-plugin-utils": "^7.27.1"
  532. },
  533. "engines": {
  534. "node": ">=6.9.0"
  535. },
  536. "peerDependencies": {
  537. "@babel/core": "^7.0.0-0"
  538. }
  539. },
  540. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  541. "version": "7.18.6",
  542. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  543. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  544. "license": "MIT",
  545. "dependencies": {
  546. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  547. "@babel/helper-plugin-utils": "^7.18.6"
  548. },
  549. "engines": {
  550. "node": ">=6.9.0"
  551. },
  552. "peerDependencies": {
  553. "@babel/core": "^7.0.0"
  554. }
  555. },
  556. "node_modules/@babel/plugin-transform-arrow-functions": {
  557. "version": "7.27.1",
  558. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",
  559. "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",
  560. "license": "MIT",
  561. "dependencies": {
  562. "@babel/helper-plugin-utils": "^7.27.1"
  563. },
  564. "engines": {
  565. "node": ">=6.9.0"
  566. },
  567. "peerDependencies": {
  568. "@babel/core": "^7.0.0-0"
  569. }
  570. },
  571. "node_modules/@babel/plugin-transform-async-generator-functions": {
  572. "version": "7.28.0",
  573. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
  574. "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
  575. "license": "MIT",
  576. "dependencies": {
  577. "@babel/helper-plugin-utils": "^7.27.1",
  578. "@babel/helper-remap-async-to-generator": "^7.27.1",
  579. "@babel/traverse": "^7.28.0"
  580. },
  581. "engines": {
  582. "node": ">=6.9.0"
  583. },
  584. "peerDependencies": {
  585. "@babel/core": "^7.0.0-0"
  586. }
  587. },
  588. "node_modules/@babel/plugin-transform-async-to-generator": {
  589. "version": "7.27.1",
  590. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
  591. "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
  592. "license": "MIT",
  593. "dependencies": {
  594. "@babel/helper-module-imports": "^7.27.1",
  595. "@babel/helper-plugin-utils": "^7.27.1",
  596. "@babel/helper-remap-async-to-generator": "^7.27.1"
  597. },
  598. "engines": {
  599. "node": ">=6.9.0"
  600. },
  601. "peerDependencies": {
  602. "@babel/core": "^7.0.0-0"
  603. }
  604. },
  605. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  606. "version": "7.27.1",
  607. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",
  608. "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",
  609. "license": "MIT",
  610. "dependencies": {
  611. "@babel/helper-plugin-utils": "^7.27.1"
  612. },
  613. "engines": {
  614. "node": ">=6.9.0"
  615. },
  616. "peerDependencies": {
  617. "@babel/core": "^7.0.0-0"
  618. }
  619. },
  620. "node_modules/@babel/plugin-transform-block-scoping": {
  621. "version": "7.28.0",
  622. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz",
  623. "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==",
  624. "license": "MIT",
  625. "dependencies": {
  626. "@babel/helper-plugin-utils": "^7.27.1"
  627. },
  628. "engines": {
  629. "node": ">=6.9.0"
  630. },
  631. "peerDependencies": {
  632. "@babel/core": "^7.0.0-0"
  633. }
  634. },
  635. "node_modules/@babel/plugin-transform-class-properties": {
  636. "version": "7.27.1",
  637. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
  638. "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
  639. "license": "MIT",
  640. "dependencies": {
  641. "@babel/helper-create-class-features-plugin": "^7.27.1",
  642. "@babel/helper-plugin-utils": "^7.27.1"
  643. },
  644. "engines": {
  645. "node": ">=6.9.0"
  646. },
  647. "peerDependencies": {
  648. "@babel/core": "^7.0.0-0"
  649. }
  650. },
  651. "node_modules/@babel/plugin-transform-class-static-block": {
  652. "version": "7.27.1",
  653. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz",
  654. "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==",
  655. "license": "MIT",
  656. "dependencies": {
  657. "@babel/helper-create-class-features-plugin": "^7.27.1",
  658. "@babel/helper-plugin-utils": "^7.27.1"
  659. },
  660. "engines": {
  661. "node": ">=6.9.0"
  662. },
  663. "peerDependencies": {
  664. "@babel/core": "^7.12.0"
  665. }
  666. },
  667. "node_modules/@babel/plugin-transform-classes": {
  668. "version": "7.28.0",
  669. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz",
  670. "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==",
  671. "license": "MIT",
  672. "dependencies": {
  673. "@babel/helper-annotate-as-pure": "^7.27.3",
  674. "@babel/helper-compilation-targets": "^7.27.2",
  675. "@babel/helper-globals": "^7.28.0",
  676. "@babel/helper-plugin-utils": "^7.27.1",
  677. "@babel/helper-replace-supers": "^7.27.1",
  678. "@babel/traverse": "^7.28.0"
  679. },
  680. "engines": {
  681. "node": ">=6.9.0"
  682. },
  683. "peerDependencies": {
  684. "@babel/core": "^7.0.0-0"
  685. }
  686. },
  687. "node_modules/@babel/plugin-transform-computed-properties": {
  688. "version": "7.27.1",
  689. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
  690. "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
  691. "license": "MIT",
  692. "dependencies": {
  693. "@babel/helper-plugin-utils": "^7.27.1",
  694. "@babel/template": "^7.27.1"
  695. },
  696. "engines": {
  697. "node": ">=6.9.0"
  698. },
  699. "peerDependencies": {
  700. "@babel/core": "^7.0.0-0"
  701. }
  702. },
  703. "node_modules/@babel/plugin-transform-destructuring": {
  704. "version": "7.28.0",
  705. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
  706. "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
  707. "license": "MIT",
  708. "dependencies": {
  709. "@babel/helper-plugin-utils": "^7.27.1",
  710. "@babel/traverse": "^7.28.0"
  711. },
  712. "engines": {
  713. "node": ">=6.9.0"
  714. },
  715. "peerDependencies": {
  716. "@babel/core": "^7.0.0-0"
  717. }
  718. },
  719. "node_modules/@babel/plugin-transform-dotall-regex": {
  720. "version": "7.27.1",
  721. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
  722. "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
  723. "license": "MIT",
  724. "dependencies": {
  725. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  726. "@babel/helper-plugin-utils": "^7.27.1"
  727. },
  728. "engines": {
  729. "node": ">=6.9.0"
  730. },
  731. "peerDependencies": {
  732. "@babel/core": "^7.0.0-0"
  733. }
  734. },
  735. "node_modules/@babel/plugin-transform-duplicate-keys": {
  736. "version": "7.27.1",
  737. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",
  738. "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",
  739. "license": "MIT",
  740. "dependencies": {
  741. "@babel/helper-plugin-utils": "^7.27.1"
  742. },
  743. "engines": {
  744. "node": ">=6.9.0"
  745. },
  746. "peerDependencies": {
  747. "@babel/core": "^7.0.0-0"
  748. }
  749. },
  750. "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
  751. "version": "7.27.1",
  752. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",
  753. "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
  754. "license": "MIT",
  755. "dependencies": {
  756. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  757. "@babel/helper-plugin-utils": "^7.27.1"
  758. },
  759. "engines": {
  760. "node": ">=6.9.0"
  761. },
  762. "peerDependencies": {
  763. "@babel/core": "^7.0.0"
  764. }
  765. },
  766. "node_modules/@babel/plugin-transform-dynamic-import": {
  767. "version": "7.27.1",
  768. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",
  769. "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",
  770. "license": "MIT",
  771. "dependencies": {
  772. "@babel/helper-plugin-utils": "^7.27.1"
  773. },
  774. "engines": {
  775. "node": ">=6.9.0"
  776. },
  777. "peerDependencies": {
  778. "@babel/core": "^7.0.0-0"
  779. }
  780. },
  781. "node_modules/@babel/plugin-transform-explicit-resource-management": {
  782. "version": "7.28.0",
  783. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
  784. "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
  785. "license": "MIT",
  786. "dependencies": {
  787. "@babel/helper-plugin-utils": "^7.27.1",
  788. "@babel/plugin-transform-destructuring": "^7.28.0"
  789. },
  790. "engines": {
  791. "node": ">=6.9.0"
  792. },
  793. "peerDependencies": {
  794. "@babel/core": "^7.0.0-0"
  795. }
  796. },
  797. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  798. "version": "7.27.1",
  799. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
  800. "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",
  801. "license": "MIT",
  802. "dependencies": {
  803. "@babel/helper-plugin-utils": "^7.27.1"
  804. },
  805. "engines": {
  806. "node": ">=6.9.0"
  807. },
  808. "peerDependencies": {
  809. "@babel/core": "^7.0.0-0"
  810. }
  811. },
  812. "node_modules/@babel/plugin-transform-export-namespace-from": {
  813. "version": "7.27.1",
  814. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
  815. "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
  816. "license": "MIT",
  817. "dependencies": {
  818. "@babel/helper-plugin-utils": "^7.27.1"
  819. },
  820. "engines": {
  821. "node": ">=6.9.0"
  822. },
  823. "peerDependencies": {
  824. "@babel/core": "^7.0.0-0"
  825. }
  826. },
  827. "node_modules/@babel/plugin-transform-for-of": {
  828. "version": "7.27.1",
  829. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz",
  830. "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==",
  831. "license": "MIT",
  832. "dependencies": {
  833. "@babel/helper-plugin-utils": "^7.27.1",
  834. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  835. },
  836. "engines": {
  837. "node": ">=6.9.0"
  838. },
  839. "peerDependencies": {
  840. "@babel/core": "^7.0.0-0"
  841. }
  842. },
  843. "node_modules/@babel/plugin-transform-function-name": {
  844. "version": "7.27.1",
  845. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
  846. "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
  847. "license": "MIT",
  848. "dependencies": {
  849. "@babel/helper-compilation-targets": "^7.27.1",
  850. "@babel/helper-plugin-utils": "^7.27.1",
  851. "@babel/traverse": "^7.27.1"
  852. },
  853. "engines": {
  854. "node": ">=6.9.0"
  855. },
  856. "peerDependencies": {
  857. "@babel/core": "^7.0.0-0"
  858. }
  859. },
  860. "node_modules/@babel/plugin-transform-json-strings": {
  861. "version": "7.27.1",
  862. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
  863. "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
  864. "license": "MIT",
  865. "dependencies": {
  866. "@babel/helper-plugin-utils": "^7.27.1"
  867. },
  868. "engines": {
  869. "node": ">=6.9.0"
  870. },
  871. "peerDependencies": {
  872. "@babel/core": "^7.0.0-0"
  873. }
  874. },
  875. "node_modules/@babel/plugin-transform-literals": {
  876. "version": "7.27.1",
  877. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
  878. "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
  879. "license": "MIT",
  880. "dependencies": {
  881. "@babel/helper-plugin-utils": "^7.27.1"
  882. },
  883. "engines": {
  884. "node": ">=6.9.0"
  885. },
  886. "peerDependencies": {
  887. "@babel/core": "^7.0.0-0"
  888. }
  889. },
  890. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  891. "version": "7.27.1",
  892. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz",
  893. "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==",
  894. "license": "MIT",
  895. "dependencies": {
  896. "@babel/helper-plugin-utils": "^7.27.1"
  897. },
  898. "engines": {
  899. "node": ">=6.9.0"
  900. },
  901. "peerDependencies": {
  902. "@babel/core": "^7.0.0-0"
  903. }
  904. },
  905. "node_modules/@babel/plugin-transform-member-expression-literals": {
  906. "version": "7.27.1",
  907. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz",
  908. "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==",
  909. "license": "MIT",
  910. "dependencies": {
  911. "@babel/helper-plugin-utils": "^7.27.1"
  912. },
  913. "engines": {
  914. "node": ">=6.9.0"
  915. },
  916. "peerDependencies": {
  917. "@babel/core": "^7.0.0-0"
  918. }
  919. },
  920. "node_modules/@babel/plugin-transform-modules-amd": {
  921. "version": "7.27.1",
  922. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz",
  923. "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==",
  924. "license": "MIT",
  925. "dependencies": {
  926. "@babel/helper-module-transforms": "^7.27.1",
  927. "@babel/helper-plugin-utils": "^7.27.1"
  928. },
  929. "engines": {
  930. "node": ">=6.9.0"
  931. },
  932. "peerDependencies": {
  933. "@babel/core": "^7.0.0-0"
  934. }
  935. },
  936. "node_modules/@babel/plugin-transform-modules-commonjs": {
  937. "version": "7.27.1",
  938. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
  939. "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
  940. "license": "MIT",
  941. "dependencies": {
  942. "@babel/helper-module-transforms": "^7.27.1",
  943. "@babel/helper-plugin-utils": "^7.27.1"
  944. },
  945. "engines": {
  946. "node": ">=6.9.0"
  947. },
  948. "peerDependencies": {
  949. "@babel/core": "^7.0.0-0"
  950. }
  951. },
  952. "node_modules/@babel/plugin-transform-modules-systemjs": {
  953. "version": "7.27.1",
  954. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz",
  955. "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==",
  956. "license": "MIT",
  957. "dependencies": {
  958. "@babel/helper-module-transforms": "^7.27.1",
  959. "@babel/helper-plugin-utils": "^7.27.1",
  960. "@babel/helper-validator-identifier": "^7.27.1",
  961. "@babel/traverse": "^7.27.1"
  962. },
  963. "engines": {
  964. "node": ">=6.9.0"
  965. },
  966. "peerDependencies": {
  967. "@babel/core": "^7.0.0-0"
  968. }
  969. },
  970. "node_modules/@babel/plugin-transform-modules-umd": {
  971. "version": "7.27.1",
  972. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz",
  973. "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==",
  974. "license": "MIT",
  975. "dependencies": {
  976. "@babel/helper-module-transforms": "^7.27.1",
  977. "@babel/helper-plugin-utils": "^7.27.1"
  978. },
  979. "engines": {
  980. "node": ">=6.9.0"
  981. },
  982. "peerDependencies": {
  983. "@babel/core": "^7.0.0-0"
  984. }
  985. },
  986. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  987. "version": "7.27.1",
  988. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
  989. "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
  990. "license": "MIT",
  991. "dependencies": {
  992. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  993. "@babel/helper-plugin-utils": "^7.27.1"
  994. },
  995. "engines": {
  996. "node": ">=6.9.0"
  997. },
  998. "peerDependencies": {
  999. "@babel/core": "^7.0.0"
  1000. }
  1001. },
  1002. "node_modules/@babel/plugin-transform-new-target": {
  1003. "version": "7.27.1",
  1004. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
  1005. "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
  1006. "license": "MIT",
  1007. "dependencies": {
  1008. "@babel/helper-plugin-utils": "^7.27.1"
  1009. },
  1010. "engines": {
  1011. "node": ">=6.9.0"
  1012. },
  1013. "peerDependencies": {
  1014. "@babel/core": "^7.0.0-0"
  1015. }
  1016. },
  1017. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1018. "version": "7.27.1",
  1019. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
  1020. "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
  1021. "license": "MIT",
  1022. "dependencies": {
  1023. "@babel/helper-plugin-utils": "^7.27.1"
  1024. },
  1025. "engines": {
  1026. "node": ">=6.9.0"
  1027. },
  1028. "peerDependencies": {
  1029. "@babel/core": "^7.0.0-0"
  1030. }
  1031. },
  1032. "node_modules/@babel/plugin-transform-numeric-separator": {
  1033. "version": "7.27.1",
  1034. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
  1035. "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
  1036. "license": "MIT",
  1037. "dependencies": {
  1038. "@babel/helper-plugin-utils": "^7.27.1"
  1039. },
  1040. "engines": {
  1041. "node": ">=6.9.0"
  1042. },
  1043. "peerDependencies": {
  1044. "@babel/core": "^7.0.0-0"
  1045. }
  1046. },
  1047. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1048. "version": "7.28.0",
  1049. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
  1050. "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
  1051. "license": "MIT",
  1052. "dependencies": {
  1053. "@babel/helper-compilation-targets": "^7.27.2",
  1054. "@babel/helper-plugin-utils": "^7.27.1",
  1055. "@babel/plugin-transform-destructuring": "^7.28.0",
  1056. "@babel/plugin-transform-parameters": "^7.27.7",
  1057. "@babel/traverse": "^7.28.0"
  1058. },
  1059. "engines": {
  1060. "node": ">=6.9.0"
  1061. },
  1062. "peerDependencies": {
  1063. "@babel/core": "^7.0.0-0"
  1064. }
  1065. },
  1066. "node_modules/@babel/plugin-transform-object-super": {
  1067. "version": "7.27.1",
  1068. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz",
  1069. "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==",
  1070. "license": "MIT",
  1071. "dependencies": {
  1072. "@babel/helper-plugin-utils": "^7.27.1",
  1073. "@babel/helper-replace-supers": "^7.27.1"
  1074. },
  1075. "engines": {
  1076. "node": ">=6.9.0"
  1077. },
  1078. "peerDependencies": {
  1079. "@babel/core": "^7.0.0-0"
  1080. }
  1081. },
  1082. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1083. "version": "7.27.1",
  1084. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
  1085. "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
  1086. "license": "MIT",
  1087. "dependencies": {
  1088. "@babel/helper-plugin-utils": "^7.27.1"
  1089. },
  1090. "engines": {
  1091. "node": ">=6.9.0"
  1092. },
  1093. "peerDependencies": {
  1094. "@babel/core": "^7.0.0-0"
  1095. }
  1096. },
  1097. "node_modules/@babel/plugin-transform-optional-chaining": {
  1098. "version": "7.27.1",
  1099. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
  1100. "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
  1101. "license": "MIT",
  1102. "dependencies": {
  1103. "@babel/helper-plugin-utils": "^7.27.1",
  1104. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1105. },
  1106. "engines": {
  1107. "node": ">=6.9.0"
  1108. },
  1109. "peerDependencies": {
  1110. "@babel/core": "^7.0.0-0"
  1111. }
  1112. },
  1113. "node_modules/@babel/plugin-transform-parameters": {
  1114. "version": "7.27.7",
  1115. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
  1116. "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
  1117. "license": "MIT",
  1118. "dependencies": {
  1119. "@babel/helper-plugin-utils": "^7.27.1"
  1120. },
  1121. "engines": {
  1122. "node": ">=6.9.0"
  1123. },
  1124. "peerDependencies": {
  1125. "@babel/core": "^7.0.0-0"
  1126. }
  1127. },
  1128. "node_modules/@babel/plugin-transform-private-methods": {
  1129. "version": "7.27.1",
  1130. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
  1131. "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
  1132. "license": "MIT",
  1133. "dependencies": {
  1134. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1135. "@babel/helper-plugin-utils": "^7.27.1"
  1136. },
  1137. "engines": {
  1138. "node": ">=6.9.0"
  1139. },
  1140. "peerDependencies": {
  1141. "@babel/core": "^7.0.0-0"
  1142. }
  1143. },
  1144. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1145. "version": "7.27.1",
  1146. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
  1147. "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
  1148. "license": "MIT",
  1149. "dependencies": {
  1150. "@babel/helper-annotate-as-pure": "^7.27.1",
  1151. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1152. "@babel/helper-plugin-utils": "^7.27.1"
  1153. },
  1154. "engines": {
  1155. "node": ">=6.9.0"
  1156. },
  1157. "peerDependencies": {
  1158. "@babel/core": "^7.0.0-0"
  1159. }
  1160. },
  1161. "node_modules/@babel/plugin-transform-property-literals": {
  1162. "version": "7.27.1",
  1163. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz",
  1164. "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==",
  1165. "license": "MIT",
  1166. "dependencies": {
  1167. "@babel/helper-plugin-utils": "^7.27.1"
  1168. },
  1169. "engines": {
  1170. "node": ">=6.9.0"
  1171. },
  1172. "peerDependencies": {
  1173. "@babel/core": "^7.0.0-0"
  1174. }
  1175. },
  1176. "node_modules/@babel/plugin-transform-regenerator": {
  1177. "version": "7.28.1",
  1178. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz",
  1179. "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==",
  1180. "license": "MIT",
  1181. "dependencies": {
  1182. "@babel/helper-plugin-utils": "^7.27.1"
  1183. },
  1184. "engines": {
  1185. "node": ">=6.9.0"
  1186. },
  1187. "peerDependencies": {
  1188. "@babel/core": "^7.0.0-0"
  1189. }
  1190. },
  1191. "node_modules/@babel/plugin-transform-regexp-modifiers": {
  1192. "version": "7.27.1",
  1193. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
  1194. "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
  1195. "license": "MIT",
  1196. "dependencies": {
  1197. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1198. "@babel/helper-plugin-utils": "^7.27.1"
  1199. },
  1200. "engines": {
  1201. "node": ">=6.9.0"
  1202. },
  1203. "peerDependencies": {
  1204. "@babel/core": "^7.0.0"
  1205. }
  1206. },
  1207. "node_modules/@babel/plugin-transform-reserved-words": {
  1208. "version": "7.27.1",
  1209. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz",
  1210. "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==",
  1211. "license": "MIT",
  1212. "dependencies": {
  1213. "@babel/helper-plugin-utils": "^7.27.1"
  1214. },
  1215. "engines": {
  1216. "node": ">=6.9.0"
  1217. },
  1218. "peerDependencies": {
  1219. "@babel/core": "^7.0.0-0"
  1220. }
  1221. },
  1222. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1223. "version": "7.27.1",
  1224. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
  1225. "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==",
  1226. "license": "MIT",
  1227. "dependencies": {
  1228. "@babel/helper-plugin-utils": "^7.27.1"
  1229. },
  1230. "engines": {
  1231. "node": ">=6.9.0"
  1232. },
  1233. "peerDependencies": {
  1234. "@babel/core": "^7.0.0-0"
  1235. }
  1236. },
  1237. "node_modules/@babel/plugin-transform-spread": {
  1238. "version": "7.27.1",
  1239. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
  1240. "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
  1241. "license": "MIT",
  1242. "dependencies": {
  1243. "@babel/helper-plugin-utils": "^7.27.1",
  1244. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1245. },
  1246. "engines": {
  1247. "node": ">=6.9.0"
  1248. },
  1249. "peerDependencies": {
  1250. "@babel/core": "^7.0.0-0"
  1251. }
  1252. },
  1253. "node_modules/@babel/plugin-transform-sticky-regex": {
  1254. "version": "7.27.1",
  1255. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
  1256. "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
  1257. "license": "MIT",
  1258. "dependencies": {
  1259. "@babel/helper-plugin-utils": "^7.27.1"
  1260. },
  1261. "engines": {
  1262. "node": ">=6.9.0"
  1263. },
  1264. "peerDependencies": {
  1265. "@babel/core": "^7.0.0-0"
  1266. }
  1267. },
  1268. "node_modules/@babel/plugin-transform-template-literals": {
  1269. "version": "7.27.1",
  1270. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
  1271. "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==",
  1272. "license": "MIT",
  1273. "dependencies": {
  1274. "@babel/helper-plugin-utils": "^7.27.1"
  1275. },
  1276. "engines": {
  1277. "node": ">=6.9.0"
  1278. },
  1279. "peerDependencies": {
  1280. "@babel/core": "^7.0.0-0"
  1281. }
  1282. },
  1283. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1284. "version": "7.27.1",
  1285. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz",
  1286. "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==",
  1287. "license": "MIT",
  1288. "dependencies": {
  1289. "@babel/helper-plugin-utils": "^7.27.1"
  1290. },
  1291. "engines": {
  1292. "node": ">=6.9.0"
  1293. },
  1294. "peerDependencies": {
  1295. "@babel/core": "^7.0.0-0"
  1296. }
  1297. },
  1298. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1299. "version": "7.27.1",
  1300. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz",
  1301. "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==",
  1302. "license": "MIT",
  1303. "dependencies": {
  1304. "@babel/helper-plugin-utils": "^7.27.1"
  1305. },
  1306. "engines": {
  1307. "node": ">=6.9.0"
  1308. },
  1309. "peerDependencies": {
  1310. "@babel/core": "^7.0.0-0"
  1311. }
  1312. },
  1313. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1314. "version": "7.27.1",
  1315. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
  1316. "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
  1317. "license": "MIT",
  1318. "dependencies": {
  1319. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1320. "@babel/helper-plugin-utils": "^7.27.1"
  1321. },
  1322. "engines": {
  1323. "node": ">=6.9.0"
  1324. },
  1325. "peerDependencies": {
  1326. "@babel/core": "^7.0.0-0"
  1327. }
  1328. },
  1329. "node_modules/@babel/plugin-transform-unicode-regex": {
  1330. "version": "7.27.1",
  1331. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz",
  1332. "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==",
  1333. "license": "MIT",
  1334. "dependencies": {
  1335. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1336. "@babel/helper-plugin-utils": "^7.27.1"
  1337. },
  1338. "engines": {
  1339. "node": ">=6.9.0"
  1340. },
  1341. "peerDependencies": {
  1342. "@babel/core": "^7.0.0-0"
  1343. }
  1344. },
  1345. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1346. "version": "7.27.1",
  1347. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
  1348. "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
  1349. "license": "MIT",
  1350. "dependencies": {
  1351. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1352. "@babel/helper-plugin-utils": "^7.27.1"
  1353. },
  1354. "engines": {
  1355. "node": ">=6.9.0"
  1356. },
  1357. "peerDependencies": {
  1358. "@babel/core": "^7.0.0"
  1359. }
  1360. },
  1361. "node_modules/@babel/preset-env": {
  1362. "version": "7.28.0",
  1363. "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.28.0.tgz",
  1364. "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==",
  1365. "license": "MIT",
  1366. "dependencies": {
  1367. "@babel/compat-data": "^7.28.0",
  1368. "@babel/helper-compilation-targets": "^7.27.2",
  1369. "@babel/helper-plugin-utils": "^7.27.1",
  1370. "@babel/helper-validator-option": "^7.27.1",
  1371. "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
  1372. "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
  1373. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
  1374. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
  1375. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
  1376. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1377. "@babel/plugin-syntax-import-assertions": "^7.27.1",
  1378. "@babel/plugin-syntax-import-attributes": "^7.27.1",
  1379. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1380. "@babel/plugin-transform-arrow-functions": "^7.27.1",
  1381. "@babel/plugin-transform-async-generator-functions": "^7.28.0",
  1382. "@babel/plugin-transform-async-to-generator": "^7.27.1",
  1383. "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
  1384. "@babel/plugin-transform-block-scoping": "^7.28.0",
  1385. "@babel/plugin-transform-class-properties": "^7.27.1",
  1386. "@babel/plugin-transform-class-static-block": "^7.27.1",
  1387. "@babel/plugin-transform-classes": "^7.28.0",
  1388. "@babel/plugin-transform-computed-properties": "^7.27.1",
  1389. "@babel/plugin-transform-destructuring": "^7.28.0",
  1390. "@babel/plugin-transform-dotall-regex": "^7.27.1",
  1391. "@babel/plugin-transform-duplicate-keys": "^7.27.1",
  1392. "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
  1393. "@babel/plugin-transform-dynamic-import": "^7.27.1",
  1394. "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
  1395. "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
  1396. "@babel/plugin-transform-export-namespace-from": "^7.27.1",
  1397. "@babel/plugin-transform-for-of": "^7.27.1",
  1398. "@babel/plugin-transform-function-name": "^7.27.1",
  1399. "@babel/plugin-transform-json-strings": "^7.27.1",
  1400. "@babel/plugin-transform-literals": "^7.27.1",
  1401. "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
  1402. "@babel/plugin-transform-member-expression-literals": "^7.27.1",
  1403. "@babel/plugin-transform-modules-amd": "^7.27.1",
  1404. "@babel/plugin-transform-modules-commonjs": "^7.27.1",
  1405. "@babel/plugin-transform-modules-systemjs": "^7.27.1",
  1406. "@babel/plugin-transform-modules-umd": "^7.27.1",
  1407. "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
  1408. "@babel/plugin-transform-new-target": "^7.27.1",
  1409. "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
  1410. "@babel/plugin-transform-numeric-separator": "^7.27.1",
  1411. "@babel/plugin-transform-object-rest-spread": "^7.28.0",
  1412. "@babel/plugin-transform-object-super": "^7.27.1",
  1413. "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
  1414. "@babel/plugin-transform-optional-chaining": "^7.27.1",
  1415. "@babel/plugin-transform-parameters": "^7.27.7",
  1416. "@babel/plugin-transform-private-methods": "^7.27.1",
  1417. "@babel/plugin-transform-private-property-in-object": "^7.27.1",
  1418. "@babel/plugin-transform-property-literals": "^7.27.1",
  1419. "@babel/plugin-transform-regenerator": "^7.28.0",
  1420. "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
  1421. "@babel/plugin-transform-reserved-words": "^7.27.1",
  1422. "@babel/plugin-transform-shorthand-properties": "^7.27.1",
  1423. "@babel/plugin-transform-spread": "^7.27.1",
  1424. "@babel/plugin-transform-sticky-regex": "^7.27.1",
  1425. "@babel/plugin-transform-template-literals": "^7.27.1",
  1426. "@babel/plugin-transform-typeof-symbol": "^7.27.1",
  1427. "@babel/plugin-transform-unicode-escapes": "^7.27.1",
  1428. "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
  1429. "@babel/plugin-transform-unicode-regex": "^7.27.1",
  1430. "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
  1431. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1432. "babel-plugin-polyfill-corejs2": "^0.4.14",
  1433. "babel-plugin-polyfill-corejs3": "^0.13.0",
  1434. "babel-plugin-polyfill-regenerator": "^0.6.5",
  1435. "core-js-compat": "^3.43.0",
  1436. "semver": "^6.3.1"
  1437. },
  1438. "engines": {
  1439. "node": ">=6.9.0"
  1440. },
  1441. "peerDependencies": {
  1442. "@babel/core": "^7.0.0-0"
  1443. }
  1444. },
  1445. "node_modules/@babel/preset-modules": {
  1446. "version": "0.1.6-no-external-plugins",
  1447. "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1448. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1449. "license": "MIT",
  1450. "dependencies": {
  1451. "@babel/helper-plugin-utils": "^7.0.0",
  1452. "@babel/types": "^7.4.4",
  1453. "esutils": "^2.0.2"
  1454. },
  1455. "peerDependencies": {
  1456. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1457. }
  1458. },
  1459. "node_modules/@babel/runtime": {
  1460. "version": "7.27.6",
  1461. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz",
  1462. "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==",
  1463. "license": "MIT",
  1464. "engines": {
  1465. "node": ">=6.9.0"
  1466. }
  1467. },
  1468. "node_modules/@babel/template": {
  1469. "version": "7.27.2",
  1470. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  1471. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "@babel/code-frame": "^7.27.1",
  1475. "@babel/parser": "^7.27.2",
  1476. "@babel/types": "^7.27.1"
  1477. },
  1478. "engines": {
  1479. "node": ">=6.9.0"
  1480. }
  1481. },
  1482. "node_modules/@babel/traverse": {
  1483. "version": "7.28.0",
  1484. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.0.tgz",
  1485. "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
  1486. "license": "MIT",
  1487. "dependencies": {
  1488. "@babel/code-frame": "^7.27.1",
  1489. "@babel/generator": "^7.28.0",
  1490. "@babel/helper-globals": "^7.28.0",
  1491. "@babel/parser": "^7.28.0",
  1492. "@babel/template": "^7.27.2",
  1493. "@babel/types": "^7.28.0",
  1494. "debug": "^4.3.1"
  1495. },
  1496. "engines": {
  1497. "node": ">=6.9.0"
  1498. }
  1499. },
  1500. "node_modules/@babel/types": {
  1501. "version": "7.28.1",
  1502. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.1.tgz",
  1503. "integrity": "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==",
  1504. "license": "MIT",
  1505. "dependencies": {
  1506. "@babel/helper-string-parser": "^7.27.1",
  1507. "@babel/helper-validator-identifier": "^7.27.1"
  1508. },
  1509. "engines": {
  1510. "node": ">=6.9.0"
  1511. }
  1512. },
  1513. "node_modules/@csstools/color-helpers": {
  1514. "version": "5.1.0",
  1515. "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
  1516. "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
  1517. "funding": [
  1518. {
  1519. "type": "github",
  1520. "url": "https://github.com/sponsors/csstools"
  1521. },
  1522. {
  1523. "type": "opencollective",
  1524. "url": "https://opencollective.com/csstools"
  1525. }
  1526. ],
  1527. "license": "MIT-0",
  1528. "engines": {
  1529. "node": ">=18"
  1530. }
  1531. },
  1532. "node_modules/@csstools/css-calc": {
  1533. "version": "2.1.4",
  1534. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
  1535. "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
  1536. "funding": [
  1537. {
  1538. "type": "github",
  1539. "url": "https://github.com/sponsors/csstools"
  1540. },
  1541. {
  1542. "type": "opencollective",
  1543. "url": "https://opencollective.com/csstools"
  1544. }
  1545. ],
  1546. "license": "MIT",
  1547. "engines": {
  1548. "node": ">=18"
  1549. },
  1550. "peerDependencies": {
  1551. "@csstools/css-parser-algorithms": "^3.0.5",
  1552. "@csstools/css-tokenizer": "^3.0.4"
  1553. }
  1554. },
  1555. "node_modules/@csstools/css-color-parser": {
  1556. "version": "3.1.0",
  1557. "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
  1558. "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
  1559. "funding": [
  1560. {
  1561. "type": "github",
  1562. "url": "https://github.com/sponsors/csstools"
  1563. },
  1564. {
  1565. "type": "opencollective",
  1566. "url": "https://opencollective.com/csstools"
  1567. }
  1568. ],
  1569. "license": "MIT",
  1570. "dependencies": {
  1571. "@csstools/color-helpers": "^5.1.0",
  1572. "@csstools/css-calc": "^2.1.4"
  1573. },
  1574. "engines": {
  1575. "node": ">=18"
  1576. },
  1577. "peerDependencies": {
  1578. "@csstools/css-parser-algorithms": "^3.0.5",
  1579. "@csstools/css-tokenizer": "^3.0.4"
  1580. }
  1581. },
  1582. "node_modules/@csstools/css-parser-algorithms": {
  1583. "version": "3.0.5",
  1584. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
  1585. "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
  1586. "funding": [
  1587. {
  1588. "type": "github",
  1589. "url": "https://github.com/sponsors/csstools"
  1590. },
  1591. {
  1592. "type": "opencollective",
  1593. "url": "https://opencollective.com/csstools"
  1594. }
  1595. ],
  1596. "license": "MIT",
  1597. "engines": {
  1598. "node": ">=18"
  1599. },
  1600. "peerDependencies": {
  1601. "@csstools/css-tokenizer": "^3.0.4"
  1602. }
  1603. },
  1604. "node_modules/@csstools/css-tokenizer": {
  1605. "version": "3.0.4",
  1606. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
  1607. "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
  1608. "funding": [
  1609. {
  1610. "type": "github",
  1611. "url": "https://github.com/sponsors/csstools"
  1612. },
  1613. {
  1614. "type": "opencollective",
  1615. "url": "https://opencollective.com/csstools"
  1616. }
  1617. ],
  1618. "license": "MIT",
  1619. "engines": {
  1620. "node": ">=18"
  1621. }
  1622. },
  1623. "node_modules/@ctrl/tinycolor": {
  1624. "version": "3.6.1",
  1625. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  1626. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  1627. "license": "MIT",
  1628. "engines": {
  1629. "node": ">=10"
  1630. }
  1631. },
  1632. "node_modules/@element-plus/icons-vue": {
  1633. "version": "2.3.1",
  1634. "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  1635. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  1636. "license": "MIT",
  1637. "peerDependencies": {
  1638. "vue": "^3.2.0"
  1639. }
  1640. },
  1641. "node_modules/@esbuild/aix-ppc64": {
  1642. "version": "0.25.5",
  1643. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz",
  1644. "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==",
  1645. "cpu": [
  1646. "ppc64"
  1647. ],
  1648. "license": "MIT",
  1649. "optional": true,
  1650. "os": [
  1651. "aix"
  1652. ],
  1653. "engines": {
  1654. "node": ">=18"
  1655. }
  1656. },
  1657. "node_modules/@esbuild/android-arm": {
  1658. "version": "0.25.5",
  1659. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.5.tgz",
  1660. "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==",
  1661. "cpu": [
  1662. "arm"
  1663. ],
  1664. "license": "MIT",
  1665. "optional": true,
  1666. "os": [
  1667. "android"
  1668. ],
  1669. "engines": {
  1670. "node": ">=18"
  1671. }
  1672. },
  1673. "node_modules/@esbuild/android-arm64": {
  1674. "version": "0.25.5",
  1675. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz",
  1676. "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==",
  1677. "cpu": [
  1678. "arm64"
  1679. ],
  1680. "license": "MIT",
  1681. "optional": true,
  1682. "os": [
  1683. "android"
  1684. ],
  1685. "engines": {
  1686. "node": ">=18"
  1687. }
  1688. },
  1689. "node_modules/@esbuild/android-x64": {
  1690. "version": "0.25.5",
  1691. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.5.tgz",
  1692. "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==",
  1693. "cpu": [
  1694. "x64"
  1695. ],
  1696. "license": "MIT",
  1697. "optional": true,
  1698. "os": [
  1699. "android"
  1700. ],
  1701. "engines": {
  1702. "node": ">=18"
  1703. }
  1704. },
  1705. "node_modules/@esbuild/darwin-arm64": {
  1706. "version": "0.25.5",
  1707. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz",
  1708. "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==",
  1709. "cpu": [
  1710. "arm64"
  1711. ],
  1712. "license": "MIT",
  1713. "optional": true,
  1714. "os": [
  1715. "darwin"
  1716. ],
  1717. "engines": {
  1718. "node": ">=18"
  1719. }
  1720. },
  1721. "node_modules/@esbuild/darwin-x64": {
  1722. "version": "0.25.5",
  1723. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz",
  1724. "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==",
  1725. "cpu": [
  1726. "x64"
  1727. ],
  1728. "license": "MIT",
  1729. "optional": true,
  1730. "os": [
  1731. "darwin"
  1732. ],
  1733. "engines": {
  1734. "node": ">=18"
  1735. }
  1736. },
  1737. "node_modules/@esbuild/freebsd-arm64": {
  1738. "version": "0.25.5",
  1739. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz",
  1740. "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==",
  1741. "cpu": [
  1742. "arm64"
  1743. ],
  1744. "license": "MIT",
  1745. "optional": true,
  1746. "os": [
  1747. "freebsd"
  1748. ],
  1749. "engines": {
  1750. "node": ">=18"
  1751. }
  1752. },
  1753. "node_modules/@esbuild/freebsd-x64": {
  1754. "version": "0.25.5",
  1755. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz",
  1756. "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==",
  1757. "cpu": [
  1758. "x64"
  1759. ],
  1760. "license": "MIT",
  1761. "optional": true,
  1762. "os": [
  1763. "freebsd"
  1764. ],
  1765. "engines": {
  1766. "node": ">=18"
  1767. }
  1768. },
  1769. "node_modules/@esbuild/linux-arm": {
  1770. "version": "0.25.5",
  1771. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz",
  1772. "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==",
  1773. "cpu": [
  1774. "arm"
  1775. ],
  1776. "license": "MIT",
  1777. "optional": true,
  1778. "os": [
  1779. "linux"
  1780. ],
  1781. "engines": {
  1782. "node": ">=18"
  1783. }
  1784. },
  1785. "node_modules/@esbuild/linux-arm64": {
  1786. "version": "0.25.5",
  1787. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz",
  1788. "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==",
  1789. "cpu": [
  1790. "arm64"
  1791. ],
  1792. "license": "MIT",
  1793. "optional": true,
  1794. "os": [
  1795. "linux"
  1796. ],
  1797. "engines": {
  1798. "node": ">=18"
  1799. }
  1800. },
  1801. "node_modules/@esbuild/linux-ia32": {
  1802. "version": "0.25.5",
  1803. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz",
  1804. "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==",
  1805. "cpu": [
  1806. "ia32"
  1807. ],
  1808. "license": "MIT",
  1809. "optional": true,
  1810. "os": [
  1811. "linux"
  1812. ],
  1813. "engines": {
  1814. "node": ">=18"
  1815. }
  1816. },
  1817. "node_modules/@esbuild/linux-loong64": {
  1818. "version": "0.25.5",
  1819. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz",
  1820. "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==",
  1821. "cpu": [
  1822. "loong64"
  1823. ],
  1824. "license": "MIT",
  1825. "optional": true,
  1826. "os": [
  1827. "linux"
  1828. ],
  1829. "engines": {
  1830. "node": ">=18"
  1831. }
  1832. },
  1833. "node_modules/@esbuild/linux-mips64el": {
  1834. "version": "0.25.5",
  1835. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz",
  1836. "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==",
  1837. "cpu": [
  1838. "mips64el"
  1839. ],
  1840. "license": "MIT",
  1841. "optional": true,
  1842. "os": [
  1843. "linux"
  1844. ],
  1845. "engines": {
  1846. "node": ">=18"
  1847. }
  1848. },
  1849. "node_modules/@esbuild/linux-ppc64": {
  1850. "version": "0.25.5",
  1851. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz",
  1852. "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==",
  1853. "cpu": [
  1854. "ppc64"
  1855. ],
  1856. "license": "MIT",
  1857. "optional": true,
  1858. "os": [
  1859. "linux"
  1860. ],
  1861. "engines": {
  1862. "node": ">=18"
  1863. }
  1864. },
  1865. "node_modules/@esbuild/linux-riscv64": {
  1866. "version": "0.25.5",
  1867. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz",
  1868. "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==",
  1869. "cpu": [
  1870. "riscv64"
  1871. ],
  1872. "license": "MIT",
  1873. "optional": true,
  1874. "os": [
  1875. "linux"
  1876. ],
  1877. "engines": {
  1878. "node": ">=18"
  1879. }
  1880. },
  1881. "node_modules/@esbuild/linux-s390x": {
  1882. "version": "0.25.5",
  1883. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz",
  1884. "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==",
  1885. "cpu": [
  1886. "s390x"
  1887. ],
  1888. "license": "MIT",
  1889. "optional": true,
  1890. "os": [
  1891. "linux"
  1892. ],
  1893. "engines": {
  1894. "node": ">=18"
  1895. }
  1896. },
  1897. "node_modules/@esbuild/linux-x64": {
  1898. "version": "0.25.5",
  1899. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz",
  1900. "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==",
  1901. "cpu": [
  1902. "x64"
  1903. ],
  1904. "license": "MIT",
  1905. "optional": true,
  1906. "os": [
  1907. "linux"
  1908. ],
  1909. "engines": {
  1910. "node": ">=18"
  1911. }
  1912. },
  1913. "node_modules/@esbuild/netbsd-arm64": {
  1914. "version": "0.25.5",
  1915. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz",
  1916. "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==",
  1917. "cpu": [
  1918. "arm64"
  1919. ],
  1920. "license": "MIT",
  1921. "optional": true,
  1922. "os": [
  1923. "netbsd"
  1924. ],
  1925. "engines": {
  1926. "node": ">=18"
  1927. }
  1928. },
  1929. "node_modules/@esbuild/netbsd-x64": {
  1930. "version": "0.25.5",
  1931. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz",
  1932. "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==",
  1933. "cpu": [
  1934. "x64"
  1935. ],
  1936. "license": "MIT",
  1937. "optional": true,
  1938. "os": [
  1939. "netbsd"
  1940. ],
  1941. "engines": {
  1942. "node": ">=18"
  1943. }
  1944. },
  1945. "node_modules/@esbuild/openbsd-arm64": {
  1946. "version": "0.25.5",
  1947. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz",
  1948. "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==",
  1949. "cpu": [
  1950. "arm64"
  1951. ],
  1952. "license": "MIT",
  1953. "optional": true,
  1954. "os": [
  1955. "openbsd"
  1956. ],
  1957. "engines": {
  1958. "node": ">=18"
  1959. }
  1960. },
  1961. "node_modules/@esbuild/openbsd-x64": {
  1962. "version": "0.25.5",
  1963. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz",
  1964. "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==",
  1965. "cpu": [
  1966. "x64"
  1967. ],
  1968. "license": "MIT",
  1969. "optional": true,
  1970. "os": [
  1971. "openbsd"
  1972. ],
  1973. "engines": {
  1974. "node": ">=18"
  1975. }
  1976. },
  1977. "node_modules/@esbuild/sunos-x64": {
  1978. "version": "0.25.5",
  1979. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz",
  1980. "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==",
  1981. "cpu": [
  1982. "x64"
  1983. ],
  1984. "license": "MIT",
  1985. "optional": true,
  1986. "os": [
  1987. "sunos"
  1988. ],
  1989. "engines": {
  1990. "node": ">=18"
  1991. }
  1992. },
  1993. "node_modules/@esbuild/win32-arm64": {
  1994. "version": "0.25.5",
  1995. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz",
  1996. "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==",
  1997. "cpu": [
  1998. "arm64"
  1999. ],
  2000. "license": "MIT",
  2001. "optional": true,
  2002. "os": [
  2003. "win32"
  2004. ],
  2005. "engines": {
  2006. "node": ">=18"
  2007. }
  2008. },
  2009. "node_modules/@esbuild/win32-ia32": {
  2010. "version": "0.25.5",
  2011. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz",
  2012. "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==",
  2013. "cpu": [
  2014. "ia32"
  2015. ],
  2016. "license": "MIT",
  2017. "optional": true,
  2018. "os": [
  2019. "win32"
  2020. ],
  2021. "engines": {
  2022. "node": ">=18"
  2023. }
  2024. },
  2025. "node_modules/@esbuild/win32-x64": {
  2026. "version": "0.25.5",
  2027. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz",
  2028. "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==",
  2029. "cpu": [
  2030. "x64"
  2031. ],
  2032. "license": "MIT",
  2033. "optional": true,
  2034. "os": [
  2035. "win32"
  2036. ],
  2037. "engines": {
  2038. "node": ">=18"
  2039. }
  2040. },
  2041. "node_modules/@eslint-community/eslint-utils": {
  2042. "version": "4.7.0",
  2043. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  2044. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  2045. "dev": true,
  2046. "license": "MIT",
  2047. "dependencies": {
  2048. "eslint-visitor-keys": "^3.4.3"
  2049. },
  2050. "engines": {
  2051. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2052. },
  2053. "funding": {
  2054. "url": "https://opencollective.com/eslint"
  2055. },
  2056. "peerDependencies": {
  2057. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2058. }
  2059. },
  2060. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  2061. "version": "3.4.3",
  2062. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  2063. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  2064. "dev": true,
  2065. "license": "Apache-2.0",
  2066. "engines": {
  2067. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2068. },
  2069. "funding": {
  2070. "url": "https://opencollective.com/eslint"
  2071. }
  2072. },
  2073. "node_modules/@eslint-community/regexpp": {
  2074. "version": "4.12.1",
  2075. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  2076. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  2077. "dev": true,
  2078. "license": "MIT",
  2079. "engines": {
  2080. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2081. }
  2082. },
  2083. "node_modules/@eslint/config-array": {
  2084. "version": "0.21.0",
  2085. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
  2086. "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
  2087. "dev": true,
  2088. "license": "Apache-2.0",
  2089. "dependencies": {
  2090. "@eslint/object-schema": "^2.1.6",
  2091. "debug": "^4.3.1",
  2092. "minimatch": "^3.1.2"
  2093. },
  2094. "engines": {
  2095. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2096. }
  2097. },
  2098. "node_modules/@eslint/config-helpers": {
  2099. "version": "0.3.0",
  2100. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz",
  2101. "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==",
  2102. "dev": true,
  2103. "license": "Apache-2.0",
  2104. "engines": {
  2105. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2106. }
  2107. },
  2108. "node_modules/@eslint/core": {
  2109. "version": "0.15.1",
  2110. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
  2111. "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
  2112. "dev": true,
  2113. "license": "Apache-2.0",
  2114. "dependencies": {
  2115. "@types/json-schema": "^7.0.15"
  2116. },
  2117. "engines": {
  2118. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2119. }
  2120. },
  2121. "node_modules/@eslint/eslintrc": {
  2122. "version": "3.3.1",
  2123. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  2124. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  2125. "dev": true,
  2126. "license": "MIT",
  2127. "dependencies": {
  2128. "ajv": "^6.12.4",
  2129. "debug": "^4.3.2",
  2130. "espree": "^10.0.1",
  2131. "globals": "^14.0.0",
  2132. "ignore": "^5.2.0",
  2133. "import-fresh": "^3.2.1",
  2134. "js-yaml": "^4.1.0",
  2135. "minimatch": "^3.1.2",
  2136. "strip-json-comments": "^3.1.1"
  2137. },
  2138. "engines": {
  2139. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2140. },
  2141. "funding": {
  2142. "url": "https://opencollective.com/eslint"
  2143. }
  2144. },
  2145. "node_modules/@eslint/js": {
  2146. "version": "9.32.0",
  2147. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.32.0.tgz",
  2148. "integrity": "sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==",
  2149. "dev": true,
  2150. "license": "MIT",
  2151. "engines": {
  2152. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2153. },
  2154. "funding": {
  2155. "url": "https://eslint.org/donate"
  2156. }
  2157. },
  2158. "node_modules/@eslint/object-schema": {
  2159. "version": "2.1.6",
  2160. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  2161. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  2162. "dev": true,
  2163. "license": "Apache-2.0",
  2164. "engines": {
  2165. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2166. }
  2167. },
  2168. "node_modules/@eslint/plugin-kit": {
  2169. "version": "0.3.4",
  2170. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz",
  2171. "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==",
  2172. "dev": true,
  2173. "license": "Apache-2.0",
  2174. "dependencies": {
  2175. "@eslint/core": "^0.15.1",
  2176. "levn": "^0.4.1"
  2177. },
  2178. "engines": {
  2179. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2180. }
  2181. },
  2182. "node_modules/@floating-ui/core": {
  2183. "version": "1.7.2",
  2184. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.2.tgz",
  2185. "integrity": "sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==",
  2186. "license": "MIT",
  2187. "dependencies": {
  2188. "@floating-ui/utils": "^0.2.10"
  2189. }
  2190. },
  2191. "node_modules/@floating-ui/dom": {
  2192. "version": "1.7.2",
  2193. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.2.tgz",
  2194. "integrity": "sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==",
  2195. "license": "MIT",
  2196. "dependencies": {
  2197. "@floating-ui/core": "^1.7.2",
  2198. "@floating-ui/utils": "^0.2.10"
  2199. }
  2200. },
  2201. "node_modules/@floating-ui/utils": {
  2202. "version": "0.2.10",
  2203. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
  2204. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  2205. "license": "MIT"
  2206. },
  2207. "node_modules/@humanfs/core": {
  2208. "version": "0.19.1",
  2209. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  2210. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  2211. "dev": true,
  2212. "license": "Apache-2.0",
  2213. "engines": {
  2214. "node": ">=18.18.0"
  2215. }
  2216. },
  2217. "node_modules/@humanfs/node": {
  2218. "version": "0.16.6",
  2219. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
  2220. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  2221. "dev": true,
  2222. "license": "Apache-2.0",
  2223. "dependencies": {
  2224. "@humanfs/core": "^0.19.1",
  2225. "@humanwhocodes/retry": "^0.3.0"
  2226. },
  2227. "engines": {
  2228. "node": ">=18.18.0"
  2229. }
  2230. },
  2231. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  2232. "version": "0.3.1",
  2233. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  2234. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  2235. "dev": true,
  2236. "license": "Apache-2.0",
  2237. "engines": {
  2238. "node": ">=18.18"
  2239. },
  2240. "funding": {
  2241. "type": "github",
  2242. "url": "https://github.com/sponsors/nzakas"
  2243. }
  2244. },
  2245. "node_modules/@humanwhocodes/module-importer": {
  2246. "version": "1.0.1",
  2247. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2248. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2249. "dev": true,
  2250. "license": "Apache-2.0",
  2251. "engines": {
  2252. "node": ">=12.22"
  2253. },
  2254. "funding": {
  2255. "type": "github",
  2256. "url": "https://github.com/sponsors/nzakas"
  2257. }
  2258. },
  2259. "node_modules/@humanwhocodes/retry": {
  2260. "version": "0.4.3",
  2261. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  2262. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  2263. "dev": true,
  2264. "license": "Apache-2.0",
  2265. "engines": {
  2266. "node": ">=18.18"
  2267. },
  2268. "funding": {
  2269. "type": "github",
  2270. "url": "https://github.com/sponsors/nzakas"
  2271. }
  2272. },
  2273. "node_modules/@jridgewell/gen-mapping": {
  2274. "version": "0.3.12",
  2275. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
  2276. "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
  2277. "license": "MIT",
  2278. "dependencies": {
  2279. "@jridgewell/sourcemap-codec": "^1.5.0",
  2280. "@jridgewell/trace-mapping": "^0.3.24"
  2281. }
  2282. },
  2283. "node_modules/@jridgewell/resolve-uri": {
  2284. "version": "3.1.2",
  2285. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2286. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2287. "license": "MIT",
  2288. "engines": {
  2289. "node": ">=6.0.0"
  2290. }
  2291. },
  2292. "node_modules/@jridgewell/source-map": {
  2293. "version": "0.3.10",
  2294. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz",
  2295. "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
  2296. "license": "MIT",
  2297. "peer": true,
  2298. "dependencies": {
  2299. "@jridgewell/gen-mapping": "^0.3.5",
  2300. "@jridgewell/trace-mapping": "^0.3.25"
  2301. }
  2302. },
  2303. "node_modules/@jridgewell/sourcemap-codec": {
  2304. "version": "1.5.2",
  2305. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.2.tgz",
  2306. "integrity": "sha512-gKYheCylLIedI+CSZoDtGkFV9YEBxRRVcfCH7OfAqh4TyUyRjEE6WVE/aXDXX0p8BIe/QgLcaAoI0220KRRFgg==",
  2307. "license": "MIT"
  2308. },
  2309. "node_modules/@jridgewell/trace-mapping": {
  2310. "version": "0.3.29",
  2311. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
  2312. "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
  2313. "license": "MIT",
  2314. "dependencies": {
  2315. "@jridgewell/resolve-uri": "^3.1.0",
  2316. "@jridgewell/sourcemap-codec": "^1.4.14"
  2317. }
  2318. },
  2319. "node_modules/@microsoft/fetch-event-source": {
  2320. "version": "2.0.1",
  2321. "resolved": "https://registry.npmmirror.com/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz",
  2322. "integrity": "sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==",
  2323. "license": "MIT"
  2324. },
  2325. "node_modules/@parcel/watcher": {
  2326. "version": "2.5.1",
  2327. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  2328. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  2329. "hasInstallScript": true,
  2330. "license": "MIT",
  2331. "optional": true,
  2332. "dependencies": {
  2333. "detect-libc": "^1.0.3",
  2334. "is-glob": "^4.0.3",
  2335. "micromatch": "^4.0.5",
  2336. "node-addon-api": "^7.0.0"
  2337. },
  2338. "engines": {
  2339. "node": ">= 10.0.0"
  2340. },
  2341. "funding": {
  2342. "type": "opencollective",
  2343. "url": "https://opencollective.com/parcel"
  2344. },
  2345. "optionalDependencies": {
  2346. "@parcel/watcher-android-arm64": "2.5.1",
  2347. "@parcel/watcher-darwin-arm64": "2.5.1",
  2348. "@parcel/watcher-darwin-x64": "2.5.1",
  2349. "@parcel/watcher-freebsd-x64": "2.5.1",
  2350. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  2351. "@parcel/watcher-linux-arm-musl": "2.5.1",
  2352. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  2353. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  2354. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  2355. "@parcel/watcher-linux-x64-musl": "2.5.1",
  2356. "@parcel/watcher-win32-arm64": "2.5.1",
  2357. "@parcel/watcher-win32-ia32": "2.5.1",
  2358. "@parcel/watcher-win32-x64": "2.5.1"
  2359. }
  2360. },
  2361. "node_modules/@parcel/watcher-android-arm64": {
  2362. "version": "2.5.1",
  2363. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  2364. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  2365. "cpu": [
  2366. "arm64"
  2367. ],
  2368. "license": "MIT",
  2369. "optional": true,
  2370. "os": [
  2371. "android"
  2372. ],
  2373. "engines": {
  2374. "node": ">= 10.0.0"
  2375. },
  2376. "funding": {
  2377. "type": "opencollective",
  2378. "url": "https://opencollective.com/parcel"
  2379. }
  2380. },
  2381. "node_modules/@parcel/watcher-darwin-arm64": {
  2382. "version": "2.5.1",
  2383. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  2384. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  2385. "cpu": [
  2386. "arm64"
  2387. ],
  2388. "license": "MIT",
  2389. "optional": true,
  2390. "os": [
  2391. "darwin"
  2392. ],
  2393. "engines": {
  2394. "node": ">= 10.0.0"
  2395. },
  2396. "funding": {
  2397. "type": "opencollective",
  2398. "url": "https://opencollective.com/parcel"
  2399. }
  2400. },
  2401. "node_modules/@parcel/watcher-darwin-x64": {
  2402. "version": "2.5.1",
  2403. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  2404. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  2405. "cpu": [
  2406. "x64"
  2407. ],
  2408. "license": "MIT",
  2409. "optional": true,
  2410. "os": [
  2411. "darwin"
  2412. ],
  2413. "engines": {
  2414. "node": ">= 10.0.0"
  2415. },
  2416. "funding": {
  2417. "type": "opencollective",
  2418. "url": "https://opencollective.com/parcel"
  2419. }
  2420. },
  2421. "node_modules/@parcel/watcher-freebsd-x64": {
  2422. "version": "2.5.1",
  2423. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  2424. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  2425. "cpu": [
  2426. "x64"
  2427. ],
  2428. "license": "MIT",
  2429. "optional": true,
  2430. "os": [
  2431. "freebsd"
  2432. ],
  2433. "engines": {
  2434. "node": ">= 10.0.0"
  2435. },
  2436. "funding": {
  2437. "type": "opencollective",
  2438. "url": "https://opencollective.com/parcel"
  2439. }
  2440. },
  2441. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2442. "version": "2.5.1",
  2443. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  2444. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  2445. "cpu": [
  2446. "arm"
  2447. ],
  2448. "license": "MIT",
  2449. "optional": true,
  2450. "os": [
  2451. "linux"
  2452. ],
  2453. "engines": {
  2454. "node": ">= 10.0.0"
  2455. },
  2456. "funding": {
  2457. "type": "opencollective",
  2458. "url": "https://opencollective.com/parcel"
  2459. }
  2460. },
  2461. "node_modules/@parcel/watcher-linux-arm-musl": {
  2462. "version": "2.5.1",
  2463. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  2464. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  2465. "cpu": [
  2466. "arm"
  2467. ],
  2468. "license": "MIT",
  2469. "optional": true,
  2470. "os": [
  2471. "linux"
  2472. ],
  2473. "engines": {
  2474. "node": ">= 10.0.0"
  2475. },
  2476. "funding": {
  2477. "type": "opencollective",
  2478. "url": "https://opencollective.com/parcel"
  2479. }
  2480. },
  2481. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2482. "version": "2.5.1",
  2483. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  2484. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  2485. "cpu": [
  2486. "arm64"
  2487. ],
  2488. "license": "MIT",
  2489. "optional": true,
  2490. "os": [
  2491. "linux"
  2492. ],
  2493. "engines": {
  2494. "node": ">= 10.0.0"
  2495. },
  2496. "funding": {
  2497. "type": "opencollective",
  2498. "url": "https://opencollective.com/parcel"
  2499. }
  2500. },
  2501. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2502. "version": "2.5.1",
  2503. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  2504. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  2505. "cpu": [
  2506. "arm64"
  2507. ],
  2508. "license": "MIT",
  2509. "optional": true,
  2510. "os": [
  2511. "linux"
  2512. ],
  2513. "engines": {
  2514. "node": ">= 10.0.0"
  2515. },
  2516. "funding": {
  2517. "type": "opencollective",
  2518. "url": "https://opencollective.com/parcel"
  2519. }
  2520. },
  2521. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2522. "version": "2.5.1",
  2523. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  2524. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  2525. "cpu": [
  2526. "x64"
  2527. ],
  2528. "license": "MIT",
  2529. "optional": true,
  2530. "os": [
  2531. "linux"
  2532. ],
  2533. "engines": {
  2534. "node": ">= 10.0.0"
  2535. },
  2536. "funding": {
  2537. "type": "opencollective",
  2538. "url": "https://opencollective.com/parcel"
  2539. }
  2540. },
  2541. "node_modules/@parcel/watcher-linux-x64-musl": {
  2542. "version": "2.5.1",
  2543. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2544. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2545. "cpu": [
  2546. "x64"
  2547. ],
  2548. "license": "MIT",
  2549. "optional": true,
  2550. "os": [
  2551. "linux"
  2552. ],
  2553. "engines": {
  2554. "node": ">= 10.0.0"
  2555. },
  2556. "funding": {
  2557. "type": "opencollective",
  2558. "url": "https://opencollective.com/parcel"
  2559. }
  2560. },
  2561. "node_modules/@parcel/watcher-win32-arm64": {
  2562. "version": "2.5.1",
  2563. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2564. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2565. "cpu": [
  2566. "arm64"
  2567. ],
  2568. "license": "MIT",
  2569. "optional": true,
  2570. "os": [
  2571. "win32"
  2572. ],
  2573. "engines": {
  2574. "node": ">= 10.0.0"
  2575. },
  2576. "funding": {
  2577. "type": "opencollective",
  2578. "url": "https://opencollective.com/parcel"
  2579. }
  2580. },
  2581. "node_modules/@parcel/watcher-win32-ia32": {
  2582. "version": "2.5.1",
  2583. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2584. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2585. "cpu": [
  2586. "ia32"
  2587. ],
  2588. "license": "MIT",
  2589. "optional": true,
  2590. "os": [
  2591. "win32"
  2592. ],
  2593. "engines": {
  2594. "node": ">= 10.0.0"
  2595. },
  2596. "funding": {
  2597. "type": "opencollective",
  2598. "url": "https://opencollective.com/parcel"
  2599. }
  2600. },
  2601. "node_modules/@parcel/watcher-win32-x64": {
  2602. "version": "2.5.1",
  2603. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2604. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2605. "cpu": [
  2606. "x64"
  2607. ],
  2608. "license": "MIT",
  2609. "optional": true,
  2610. "os": [
  2611. "win32"
  2612. ],
  2613. "engines": {
  2614. "node": ">= 10.0.0"
  2615. },
  2616. "funding": {
  2617. "type": "opencollective",
  2618. "url": "https://opencollective.com/parcel"
  2619. }
  2620. },
  2621. "node_modules/@popperjs/core": {
  2622. "name": "@sxzz/popperjs-es",
  2623. "version": "2.11.7",
  2624. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  2625. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  2626. "license": "MIT",
  2627. "funding": {
  2628. "type": "opencollective",
  2629. "url": "https://opencollective.com/popperjs"
  2630. }
  2631. },
  2632. "node_modules/@rolldown/pluginutils": {
  2633. "version": "1.0.0-beta.19",
  2634. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz",
  2635. "integrity": "sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==",
  2636. "dev": true,
  2637. "license": "MIT"
  2638. },
  2639. "node_modules/@rollup/rollup-android-arm-eabi": {
  2640. "version": "4.44.1",
  2641. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.1.tgz",
  2642. "integrity": "sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w==",
  2643. "cpu": [
  2644. "arm"
  2645. ],
  2646. "license": "MIT",
  2647. "optional": true,
  2648. "os": [
  2649. "android"
  2650. ]
  2651. },
  2652. "node_modules/@rollup/rollup-android-arm64": {
  2653. "version": "4.44.1",
  2654. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.1.tgz",
  2655. "integrity": "sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ==",
  2656. "cpu": [
  2657. "arm64"
  2658. ],
  2659. "license": "MIT",
  2660. "optional": true,
  2661. "os": [
  2662. "android"
  2663. ]
  2664. },
  2665. "node_modules/@rollup/rollup-darwin-arm64": {
  2666. "version": "4.44.1",
  2667. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.1.tgz",
  2668. "integrity": "sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg==",
  2669. "cpu": [
  2670. "arm64"
  2671. ],
  2672. "license": "MIT",
  2673. "optional": true,
  2674. "os": [
  2675. "darwin"
  2676. ]
  2677. },
  2678. "node_modules/@rollup/rollup-darwin-x64": {
  2679. "version": "4.44.1",
  2680. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.1.tgz",
  2681. "integrity": "sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw==",
  2682. "cpu": [
  2683. "x64"
  2684. ],
  2685. "license": "MIT",
  2686. "optional": true,
  2687. "os": [
  2688. "darwin"
  2689. ]
  2690. },
  2691. "node_modules/@rollup/rollup-freebsd-arm64": {
  2692. "version": "4.44.1",
  2693. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.1.tgz",
  2694. "integrity": "sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA==",
  2695. "cpu": [
  2696. "arm64"
  2697. ],
  2698. "license": "MIT",
  2699. "optional": true,
  2700. "os": [
  2701. "freebsd"
  2702. ]
  2703. },
  2704. "node_modules/@rollup/rollup-freebsd-x64": {
  2705. "version": "4.44.1",
  2706. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.1.tgz",
  2707. "integrity": "sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw==",
  2708. "cpu": [
  2709. "x64"
  2710. ],
  2711. "license": "MIT",
  2712. "optional": true,
  2713. "os": [
  2714. "freebsd"
  2715. ]
  2716. },
  2717. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2718. "version": "4.44.1",
  2719. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.1.tgz",
  2720. "integrity": "sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ==",
  2721. "cpu": [
  2722. "arm"
  2723. ],
  2724. "license": "MIT",
  2725. "optional": true,
  2726. "os": [
  2727. "linux"
  2728. ]
  2729. },
  2730. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2731. "version": "4.44.1",
  2732. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.1.tgz",
  2733. "integrity": "sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw==",
  2734. "cpu": [
  2735. "arm"
  2736. ],
  2737. "license": "MIT",
  2738. "optional": true,
  2739. "os": [
  2740. "linux"
  2741. ]
  2742. },
  2743. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2744. "version": "4.44.1",
  2745. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.1.tgz",
  2746. "integrity": "sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ==",
  2747. "cpu": [
  2748. "arm64"
  2749. ],
  2750. "license": "MIT",
  2751. "optional": true,
  2752. "os": [
  2753. "linux"
  2754. ]
  2755. },
  2756. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2757. "version": "4.44.1",
  2758. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.1.tgz",
  2759. "integrity": "sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g==",
  2760. "cpu": [
  2761. "arm64"
  2762. ],
  2763. "license": "MIT",
  2764. "optional": true,
  2765. "os": [
  2766. "linux"
  2767. ]
  2768. },
  2769. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  2770. "version": "4.44.1",
  2771. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.1.tgz",
  2772. "integrity": "sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew==",
  2773. "cpu": [
  2774. "loong64"
  2775. ],
  2776. "license": "MIT",
  2777. "optional": true,
  2778. "os": [
  2779. "linux"
  2780. ]
  2781. },
  2782. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2783. "version": "4.44.1",
  2784. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.1.tgz",
  2785. "integrity": "sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA==",
  2786. "cpu": [
  2787. "ppc64"
  2788. ],
  2789. "license": "MIT",
  2790. "optional": true,
  2791. "os": [
  2792. "linux"
  2793. ]
  2794. },
  2795. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2796. "version": "4.44.1",
  2797. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.1.tgz",
  2798. "integrity": "sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw==",
  2799. "cpu": [
  2800. "riscv64"
  2801. ],
  2802. "license": "MIT",
  2803. "optional": true,
  2804. "os": [
  2805. "linux"
  2806. ]
  2807. },
  2808. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  2809. "version": "4.44.1",
  2810. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.1.tgz",
  2811. "integrity": "sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg==",
  2812. "cpu": [
  2813. "riscv64"
  2814. ],
  2815. "license": "MIT",
  2816. "optional": true,
  2817. "os": [
  2818. "linux"
  2819. ]
  2820. },
  2821. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2822. "version": "4.44.1",
  2823. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.1.tgz",
  2824. "integrity": "sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw==",
  2825. "cpu": [
  2826. "s390x"
  2827. ],
  2828. "license": "MIT",
  2829. "optional": true,
  2830. "os": [
  2831. "linux"
  2832. ]
  2833. },
  2834. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2835. "version": "4.44.1",
  2836. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz",
  2837. "integrity": "sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==",
  2838. "cpu": [
  2839. "x64"
  2840. ],
  2841. "license": "MIT",
  2842. "optional": true,
  2843. "os": [
  2844. "linux"
  2845. ]
  2846. },
  2847. "node_modules/@rollup/rollup-linux-x64-musl": {
  2848. "version": "4.44.1",
  2849. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.1.tgz",
  2850. "integrity": "sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g==",
  2851. "cpu": [
  2852. "x64"
  2853. ],
  2854. "license": "MIT",
  2855. "optional": true,
  2856. "os": [
  2857. "linux"
  2858. ]
  2859. },
  2860. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2861. "version": "4.44.1",
  2862. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.1.tgz",
  2863. "integrity": "sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg==",
  2864. "cpu": [
  2865. "arm64"
  2866. ],
  2867. "license": "MIT",
  2868. "optional": true,
  2869. "os": [
  2870. "win32"
  2871. ]
  2872. },
  2873. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2874. "version": "4.44.1",
  2875. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.1.tgz",
  2876. "integrity": "sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A==",
  2877. "cpu": [
  2878. "ia32"
  2879. ],
  2880. "license": "MIT",
  2881. "optional": true,
  2882. "os": [
  2883. "win32"
  2884. ]
  2885. },
  2886. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2887. "version": "4.44.1",
  2888. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.1.tgz",
  2889. "integrity": "sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug==",
  2890. "cpu": [
  2891. "x64"
  2892. ],
  2893. "license": "MIT",
  2894. "optional": true,
  2895. "os": [
  2896. "win32"
  2897. ]
  2898. },
  2899. "node_modules/@types/estree": {
  2900. "version": "1.0.8",
  2901. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  2902. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  2903. "license": "MIT"
  2904. },
  2905. "node_modules/@types/json-schema": {
  2906. "version": "7.0.15",
  2907. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  2908. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  2909. "dev": true,
  2910. "license": "MIT"
  2911. },
  2912. "node_modules/@types/linkify-it": {
  2913. "version": "5.0.0",
  2914. "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  2915. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  2916. "dev": true,
  2917. "license": "MIT"
  2918. },
  2919. "node_modules/@types/lodash": {
  2920. "version": "4.17.19",
  2921. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.19.tgz",
  2922. "integrity": "sha512-NYqRyg/hIQrYPT9lbOeYc3kIRabJDn/k4qQHIXUpx88CBDww2fD15Sg5kbXlW86zm2XEW4g0QxkTI3/Kfkc7xQ==",
  2923. "license": "MIT"
  2924. },
  2925. "node_modules/@types/lodash-es": {
  2926. "version": "4.17.12",
  2927. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  2928. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  2929. "license": "MIT",
  2930. "dependencies": {
  2931. "@types/lodash": "*"
  2932. }
  2933. },
  2934. "node_modules/@types/markdown-it": {
  2935. "version": "14.1.2",
  2936. "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  2937. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  2938. "dev": true,
  2939. "license": "MIT",
  2940. "dependencies": {
  2941. "@types/linkify-it": "^5",
  2942. "@types/mdurl": "^2"
  2943. }
  2944. },
  2945. "node_modules/@types/mdurl": {
  2946. "version": "2.0.0",
  2947. "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
  2948. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  2949. "dev": true,
  2950. "license": "MIT"
  2951. },
  2952. "node_modules/@types/node": {
  2953. "version": "24.0.10",
  2954. "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.0.10.tgz",
  2955. "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
  2956. "devOptional": true,
  2957. "license": "MIT",
  2958. "dependencies": {
  2959. "undici-types": "~7.8.0"
  2960. }
  2961. },
  2962. "node_modules/@types/video.js": {
  2963. "version": "7.3.58",
  2964. "resolved": "https://registry.npmjs.org/@types/video.js/-/video.js-7.3.58.tgz",
  2965. "integrity": "sha512-1CQjuSrgbv1/dhmcfQ83eVyYbvGyqhTvb2Opxr0QCV+iJ4J6/J+XWQ3Om59WiwCd1MN3rDUHasx5XRrpUtewYQ==",
  2966. "license": "MIT",
  2967. "peer": true
  2968. },
  2969. "node_modules/@types/web-bluetooth": {
  2970. "version": "0.0.16",
  2971. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  2972. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  2973. "license": "MIT"
  2974. },
  2975. "node_modules/@videojs-player/vue": {
  2976. "version": "1.0.0",
  2977. "resolved": "https://registry.npmjs.org/@videojs-player/vue/-/vue-1.0.0.tgz",
  2978. "integrity": "sha512-WonTezRfKu3fYdQLt/ta+nuKH6gMZUv8l40Jke/j4Lae7IqeO/+lLAmBnh3ni88bwR+vkFXIlZ2Ci7VKInIYJg==",
  2979. "license": "MIT",
  2980. "peerDependencies": {
  2981. "@types/video.js": "7.x",
  2982. "video.js": "7.x",
  2983. "vue": "3.x"
  2984. }
  2985. },
  2986. "node_modules/@videojs/http-streaming": {
  2987. "version": "2.16.2",
  2988. "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.16.2.tgz",
  2989. "integrity": "sha512-etPTUdCFu7gUWc+1XcbiPr+lrhOcBu3rV5OL1M+3PDW89zskScAkkcdqYzP4pFodBPye/ydamQoTDScOnElw5A==",
  2990. "license": "Apache-2.0",
  2991. "dependencies": {
  2992. "@babel/runtime": "^7.12.5",
  2993. "@videojs/vhs-utils": "3.0.5",
  2994. "aes-decrypter": "3.1.3",
  2995. "global": "^4.4.0",
  2996. "m3u8-parser": "4.8.0",
  2997. "mpd-parser": "^0.22.1",
  2998. "mux.js": "6.0.1",
  2999. "video.js": "^6 || ^7"
  3000. },
  3001. "engines": {
  3002. "node": ">=8",
  3003. "npm": ">=5"
  3004. },
  3005. "peerDependencies": {
  3006. "video.js": "^6 || ^7"
  3007. }
  3008. },
  3009. "node_modules/@videojs/vhs-utils": {
  3010. "version": "3.0.5",
  3011. "resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.5.tgz",
  3012. "integrity": "sha512-PKVgdo8/GReqdx512F+ombhS+Bzogiofy1LgAj4tN8PfdBx3HSS7V5WfJotKTqtOWGwVfSWsrYN/t09/DSryrw==",
  3013. "license": "MIT",
  3014. "dependencies": {
  3015. "@babel/runtime": "^7.12.5",
  3016. "global": "^4.4.0",
  3017. "url-toolkit": "^2.2.1"
  3018. },
  3019. "engines": {
  3020. "node": ">=8",
  3021. "npm": ">=5"
  3022. }
  3023. },
  3024. "node_modules/@videojs/xhr": {
  3025. "version": "2.6.0",
  3026. "resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.6.0.tgz",
  3027. "integrity": "sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==",
  3028. "license": "MIT",
  3029. "dependencies": {
  3030. "@babel/runtime": "^7.5.5",
  3031. "global": "~4.4.0",
  3032. "is-function": "^1.0.1"
  3033. }
  3034. },
  3035. "node_modules/@vitejs/plugin-legacy": {
  3036. "version": "7.0.1",
  3037. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-legacy/-/plugin-legacy-7.0.1.tgz",
  3038. "integrity": "sha512-ZpT0cKlFzNPU/kjdKzuI+2aDr2MYs7MxndmV7ekAMO2TD6YdU6GJKtc+/K7gaiJwEyaAZhDsxmBSi7SqM6MBxQ==",
  3039. "license": "MIT",
  3040. "dependencies": {
  3041. "@babel/core": "^7.28.0",
  3042. "@babel/preset-env": "^7.28.0",
  3043. "babel-plugin-polyfill-corejs3": "^0.13.0",
  3044. "babel-plugin-polyfill-regenerator": "^0.6.5",
  3045. "browserslist": "^4.25.1",
  3046. "browserslist-to-esbuild": "^2.1.1",
  3047. "core-js": "^3.44.0",
  3048. "magic-string": "^0.30.17",
  3049. "regenerator-runtime": "^0.14.1",
  3050. "systemjs": "^6.15.1"
  3051. },
  3052. "engines": {
  3053. "node": "^20.19.0 || >=22.12.0"
  3054. },
  3055. "funding": {
  3056. "url": "https://github.com/vitejs/vite?sponsor=1"
  3057. },
  3058. "peerDependencies": {
  3059. "terser": "^5.16.0",
  3060. "vite": "^7.0.0"
  3061. }
  3062. },
  3063. "node_modules/@vitejs/plugin-vue": {
  3064. "version": "6.0.0",
  3065. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.0.tgz",
  3066. "integrity": "sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==",
  3067. "dev": true,
  3068. "license": "MIT",
  3069. "dependencies": {
  3070. "@rolldown/pluginutils": "1.0.0-beta.19"
  3071. },
  3072. "engines": {
  3073. "node": "^20.19.0 || >=22.12.0"
  3074. },
  3075. "peerDependencies": {
  3076. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  3077. "vue": "^3.2.25"
  3078. }
  3079. },
  3080. "node_modules/@vue-office/docx": {
  3081. "version": "1.6.3",
  3082. "resolved": "https://registry.npmjs.org/@vue-office/docx/-/docx-1.6.3.tgz",
  3083. "integrity": "sha512-Cs+3CAaRBOWOiW4XAhTwwxJ0dy8cPIf6DqfNvYcD3YACiLwO4kuawLF2IAXxyijhbuOeoFsfvoVbOc16A/4bZA==",
  3084. "hasInstallScript": true,
  3085. "license": "MIT",
  3086. "peerDependencies": {
  3087. "@vue/composition-api": "^1.7.1",
  3088. "vue": "^2.0.0 || >=3.0.0",
  3089. "vue-demi": "^0.14.6"
  3090. },
  3091. "peerDependenciesMeta": {
  3092. "@vue/composition-api": {
  3093. "optional": true
  3094. }
  3095. }
  3096. },
  3097. "node_modules/@vue-office/excel": {
  3098. "version": "1.7.14",
  3099. "resolved": "https://registry.npmjs.org/@vue-office/excel/-/excel-1.7.14.tgz",
  3100. "integrity": "sha512-pVUgt+emDQUnW7q22CfnQ+jl43mM/7IFwYzOg7lwOwPEbiVB4K4qEQf+y/bc4xGXz75w1/e3Kz3G6wAafmFBFg==",
  3101. "hasInstallScript": true,
  3102. "license": "MIT",
  3103. "peerDependencies": {
  3104. "@vue/composition-api": "^1.7.1",
  3105. "vue": "^2.0.0 || >=3.0.0",
  3106. "vue-demi": "^0.14.6"
  3107. },
  3108. "peerDependenciesMeta": {
  3109. "@vue/composition-api": {
  3110. "optional": true
  3111. }
  3112. }
  3113. },
  3114. "node_modules/@vue-office/pptx": {
  3115. "version": "1.0.1",
  3116. "resolved": "https://registry.npmjs.org/@vue-office/pptx/-/pptx-1.0.1.tgz",
  3117. "integrity": "sha512-+V7Kctzl6f6+Yk4NaD/wQGRIkqLWcowe0jEhPexWQb8Oilbzt1OyhWRWcMsxNDTdrgm6aMLP+0/tmw27cxddMg==",
  3118. "hasInstallScript": true,
  3119. "license": "MIT",
  3120. "peerDependencies": {
  3121. "@vue/composition-api": "^1.7.1",
  3122. "vue": "^2.0.0 || >=3.0.0",
  3123. "vue-demi": "^0.14.6"
  3124. },
  3125. "peerDependenciesMeta": {
  3126. "@vue/composition-api": {
  3127. "optional": true
  3128. }
  3129. }
  3130. },
  3131. "node_modules/@vue/compiler-core": {
  3132. "version": "3.5.17",
  3133. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
  3134. "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
  3135. "license": "MIT",
  3136. "dependencies": {
  3137. "@babel/parser": "^7.27.5",
  3138. "@vue/shared": "3.5.17",
  3139. "entities": "^4.5.0",
  3140. "estree-walker": "^2.0.2",
  3141. "source-map-js": "^1.2.1"
  3142. }
  3143. },
  3144. "node_modules/@vue/compiler-dom": {
  3145. "version": "3.5.17",
  3146. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
  3147. "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
  3148. "license": "MIT",
  3149. "dependencies": {
  3150. "@vue/compiler-core": "3.5.17",
  3151. "@vue/shared": "3.5.17"
  3152. }
  3153. },
  3154. "node_modules/@vue/compiler-sfc": {
  3155. "version": "3.5.17",
  3156. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
  3157. "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
  3158. "license": "MIT",
  3159. "dependencies": {
  3160. "@babel/parser": "^7.27.5",
  3161. "@vue/compiler-core": "3.5.17",
  3162. "@vue/compiler-dom": "3.5.17",
  3163. "@vue/compiler-ssr": "3.5.17",
  3164. "@vue/shared": "3.5.17",
  3165. "estree-walker": "^2.0.2",
  3166. "magic-string": "^0.30.17",
  3167. "postcss": "^8.5.6",
  3168. "source-map-js": "^1.2.1"
  3169. }
  3170. },
  3171. "node_modules/@vue/compiler-ssr": {
  3172. "version": "3.5.17",
  3173. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
  3174. "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
  3175. "license": "MIT",
  3176. "dependencies": {
  3177. "@vue/compiler-dom": "3.5.17",
  3178. "@vue/shared": "3.5.17"
  3179. }
  3180. },
  3181. "node_modules/@vue/devtools-api": {
  3182. "version": "6.6.4",
  3183. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  3184. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  3185. "license": "MIT"
  3186. },
  3187. "node_modules/@vue/reactivity": {
  3188. "version": "3.5.17",
  3189. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.17.tgz",
  3190. "integrity": "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==",
  3191. "license": "MIT",
  3192. "dependencies": {
  3193. "@vue/shared": "3.5.17"
  3194. }
  3195. },
  3196. "node_modules/@vue/runtime-core": {
  3197. "version": "3.5.17",
  3198. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz",
  3199. "integrity": "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==",
  3200. "license": "MIT",
  3201. "dependencies": {
  3202. "@vue/reactivity": "3.5.17",
  3203. "@vue/shared": "3.5.17"
  3204. }
  3205. },
  3206. "node_modules/@vue/runtime-dom": {
  3207. "version": "3.5.17",
  3208. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz",
  3209. "integrity": "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==",
  3210. "license": "MIT",
  3211. "dependencies": {
  3212. "@vue/reactivity": "3.5.17",
  3213. "@vue/runtime-core": "3.5.17",
  3214. "@vue/shared": "3.5.17",
  3215. "csstype": "^3.1.3"
  3216. }
  3217. },
  3218. "node_modules/@vue/server-renderer": {
  3219. "version": "3.5.17",
  3220. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz",
  3221. "integrity": "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==",
  3222. "license": "MIT",
  3223. "dependencies": {
  3224. "@vue/compiler-ssr": "3.5.17",
  3225. "@vue/shared": "3.5.17"
  3226. },
  3227. "peerDependencies": {
  3228. "vue": "3.5.17"
  3229. }
  3230. },
  3231. "node_modules/@vue/shared": {
  3232. "version": "3.5.17",
  3233. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.17.tgz",
  3234. "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
  3235. "license": "MIT"
  3236. },
  3237. "node_modules/@vueuse/core": {
  3238. "version": "9.13.0",
  3239. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  3240. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  3241. "license": "MIT",
  3242. "dependencies": {
  3243. "@types/web-bluetooth": "^0.0.16",
  3244. "@vueuse/metadata": "9.13.0",
  3245. "@vueuse/shared": "9.13.0",
  3246. "vue-demi": "*"
  3247. },
  3248. "funding": {
  3249. "url": "https://github.com/sponsors/antfu"
  3250. }
  3251. },
  3252. "node_modules/@vueuse/metadata": {
  3253. "version": "9.13.0",
  3254. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  3255. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  3256. "license": "MIT",
  3257. "funding": {
  3258. "url": "https://github.com/sponsors/antfu"
  3259. }
  3260. },
  3261. "node_modules/@vueuse/shared": {
  3262. "version": "9.13.0",
  3263. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  3264. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  3265. "license": "MIT",
  3266. "dependencies": {
  3267. "vue-demi": "*"
  3268. },
  3269. "funding": {
  3270. "url": "https://github.com/sponsors/antfu"
  3271. }
  3272. },
  3273. "node_modules/@xmldom/xmldom": {
  3274. "version": "0.8.10",
  3275. "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
  3276. "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
  3277. "license": "MIT",
  3278. "engines": {
  3279. "node": ">=10.0.0"
  3280. }
  3281. },
  3282. "node_modules/acorn": {
  3283. "version": "8.15.0",
  3284. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3285. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3286. "license": "MIT",
  3287. "bin": {
  3288. "acorn": "bin/acorn"
  3289. },
  3290. "engines": {
  3291. "node": ">=0.4.0"
  3292. }
  3293. },
  3294. "node_modules/acorn-jsx": {
  3295. "version": "5.3.2",
  3296. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3297. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3298. "dev": true,
  3299. "license": "MIT",
  3300. "peerDependencies": {
  3301. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3302. }
  3303. },
  3304. "node_modules/aes-decrypter": {
  3305. "version": "3.1.3",
  3306. "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.1.3.tgz",
  3307. "integrity": "sha512-VkG9g4BbhMBy+N5/XodDeV6F02chEk9IpgRTq/0bS80y4dzy79VH2Gtms02VXomf3HmyRe3yyJYkJ990ns+d6A==",
  3308. "license": "Apache-2.0",
  3309. "dependencies": {
  3310. "@babel/runtime": "^7.12.5",
  3311. "@videojs/vhs-utils": "^3.0.5",
  3312. "global": "^4.4.0",
  3313. "pkcs7": "^1.0.4"
  3314. }
  3315. },
  3316. "node_modules/agent-base": {
  3317. "version": "7.1.4",
  3318. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  3319. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  3320. "license": "MIT",
  3321. "engines": {
  3322. "node": ">= 14"
  3323. }
  3324. },
  3325. "node_modules/ajv": {
  3326. "version": "6.12.6",
  3327. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  3328. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3329. "dev": true,
  3330. "license": "MIT",
  3331. "dependencies": {
  3332. "fast-deep-equal": "^3.1.1",
  3333. "fast-json-stable-stringify": "^2.0.0",
  3334. "json-schema-traverse": "^0.4.1",
  3335. "uri-js": "^4.2.2"
  3336. },
  3337. "funding": {
  3338. "type": "github",
  3339. "url": "https://github.com/sponsors/epoberezkin"
  3340. }
  3341. },
  3342. "node_modules/ansi-styles": {
  3343. "version": "4.3.0",
  3344. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3345. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3346. "dev": true,
  3347. "license": "MIT",
  3348. "dependencies": {
  3349. "color-convert": "^2.0.1"
  3350. },
  3351. "engines": {
  3352. "node": ">=8"
  3353. },
  3354. "funding": {
  3355. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3356. }
  3357. },
  3358. "node_modules/argparse": {
  3359. "version": "2.0.1",
  3360. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  3361. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3362. "license": "Python-2.0"
  3363. },
  3364. "node_modules/async-validator": {
  3365. "version": "4.2.5",
  3366. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  3367. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  3368. "license": "MIT"
  3369. },
  3370. "node_modules/asynckit": {
  3371. "version": "0.4.0",
  3372. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  3373. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  3374. "license": "MIT"
  3375. },
  3376. "node_modules/axios": {
  3377. "version": "1.10.0",
  3378. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.10.0.tgz",
  3379. "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
  3380. "license": "MIT",
  3381. "dependencies": {
  3382. "follow-redirects": "^1.15.6",
  3383. "form-data": "^4.0.0",
  3384. "proxy-from-env": "^1.1.0"
  3385. }
  3386. },
  3387. "node_modules/babel-plugin-polyfill-corejs2": {
  3388. "version": "0.4.14",
  3389. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
  3390. "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
  3391. "license": "MIT",
  3392. "dependencies": {
  3393. "@babel/compat-data": "^7.27.7",
  3394. "@babel/helper-define-polyfill-provider": "^0.6.5",
  3395. "semver": "^6.3.1"
  3396. },
  3397. "peerDependencies": {
  3398. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3399. }
  3400. },
  3401. "node_modules/babel-plugin-polyfill-corejs3": {
  3402. "version": "0.13.0",
  3403. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
  3404. "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
  3405. "license": "MIT",
  3406. "dependencies": {
  3407. "@babel/helper-define-polyfill-provider": "^0.6.5",
  3408. "core-js-compat": "^3.43.0"
  3409. },
  3410. "peerDependencies": {
  3411. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3412. }
  3413. },
  3414. "node_modules/babel-plugin-polyfill-regenerator": {
  3415. "version": "0.6.5",
  3416. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
  3417. "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
  3418. "license": "MIT",
  3419. "dependencies": {
  3420. "@babel/helper-define-polyfill-provider": "^0.6.5"
  3421. },
  3422. "peerDependencies": {
  3423. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3424. }
  3425. },
  3426. "node_modules/babel-runtime": {
  3427. "version": "6.26.0",
  3428. "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
  3429. "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==",
  3430. "license": "MIT",
  3431. "dependencies": {
  3432. "core-js": "^2.4.0",
  3433. "regenerator-runtime": "^0.11.0"
  3434. }
  3435. },
  3436. "node_modules/babel-runtime/node_modules/core-js": {
  3437. "version": "2.6.12",
  3438. "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
  3439. "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
  3440. "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
  3441. "hasInstallScript": true,
  3442. "license": "MIT"
  3443. },
  3444. "node_modules/babel-runtime/node_modules/regenerator-runtime": {
  3445. "version": "0.11.1",
  3446. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
  3447. "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
  3448. "license": "MIT"
  3449. },
  3450. "node_modules/balanced-match": {
  3451. "version": "1.0.2",
  3452. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3453. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3454. "dev": true,
  3455. "license": "MIT"
  3456. },
  3457. "node_modules/blockly": {
  3458. "version": "12.3.1",
  3459. "resolved": "https://registry.npmjs.org/blockly/-/blockly-12.3.1.tgz",
  3460. "integrity": "sha512-BbWUcpqroY241XgSxTuAiEMHeIZ6u3+oD2zOATf3Fi+0NMWJ/MdMtuSkOcDCSk6Nc7WR3z5n9GHKqz2L+3kQOQ==",
  3461. "license": "Apache-2.0",
  3462. "dependencies": {
  3463. "jsdom": "26.1.0"
  3464. },
  3465. "engines": {
  3466. "node": ">=18"
  3467. }
  3468. },
  3469. "node_modules/boolbase": {
  3470. "version": "1.0.0",
  3471. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  3472. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  3473. "dev": true,
  3474. "license": "ISC"
  3475. },
  3476. "node_modules/brace-expansion": {
  3477. "version": "1.1.12",
  3478. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  3479. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  3480. "dev": true,
  3481. "license": "MIT",
  3482. "dependencies": {
  3483. "balanced-match": "^1.0.0",
  3484. "concat-map": "0.0.1"
  3485. }
  3486. },
  3487. "node_modules/braces": {
  3488. "version": "3.0.3",
  3489. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3490. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3491. "license": "MIT",
  3492. "optional": true,
  3493. "dependencies": {
  3494. "fill-range": "^7.1.1"
  3495. },
  3496. "engines": {
  3497. "node": ">=8"
  3498. }
  3499. },
  3500. "node_modules/browserslist": {
  3501. "version": "4.25.1",
  3502. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.25.1.tgz",
  3503. "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==",
  3504. "funding": [
  3505. {
  3506. "type": "opencollective",
  3507. "url": "https://opencollective.com/browserslist"
  3508. },
  3509. {
  3510. "type": "tidelift",
  3511. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3512. },
  3513. {
  3514. "type": "github",
  3515. "url": "https://github.com/sponsors/ai"
  3516. }
  3517. ],
  3518. "license": "MIT",
  3519. "dependencies": {
  3520. "caniuse-lite": "^1.0.30001726",
  3521. "electron-to-chromium": "^1.5.173",
  3522. "node-releases": "^2.0.19",
  3523. "update-browserslist-db": "^1.1.3"
  3524. },
  3525. "bin": {
  3526. "browserslist": "cli.js"
  3527. },
  3528. "engines": {
  3529. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3530. }
  3531. },
  3532. "node_modules/browserslist-to-esbuild": {
  3533. "version": "2.1.1",
  3534. "resolved": "https://registry.npmmirror.com/browserslist-to-esbuild/-/browserslist-to-esbuild-2.1.1.tgz",
  3535. "integrity": "sha512-KN+mty6C3e9AN8Z5dI1xeN15ExcRNeISoC3g7V0Kax/MMF9MSoYA2G7lkTTcVUFntiEjkpI0HNgqJC1NjdyNUw==",
  3536. "license": "MIT",
  3537. "dependencies": {
  3538. "meow": "^13.0.0"
  3539. },
  3540. "bin": {
  3541. "browserslist-to-esbuild": "cli/index.js"
  3542. },
  3543. "engines": {
  3544. "node": ">=18"
  3545. },
  3546. "peerDependencies": {
  3547. "browserslist": "*"
  3548. }
  3549. },
  3550. "node_modules/buffer-from": {
  3551. "version": "1.1.2",
  3552. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  3553. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  3554. "license": "MIT",
  3555. "peer": true
  3556. },
  3557. "node_modules/call-bind-apply-helpers": {
  3558. "version": "1.0.2",
  3559. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3560. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3561. "license": "MIT",
  3562. "dependencies": {
  3563. "es-errors": "^1.3.0",
  3564. "function-bind": "^1.1.2"
  3565. },
  3566. "engines": {
  3567. "node": ">= 0.4"
  3568. }
  3569. },
  3570. "node_modules/callsites": {
  3571. "version": "3.1.0",
  3572. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3573. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3574. "dev": true,
  3575. "license": "MIT",
  3576. "engines": {
  3577. "node": ">=6"
  3578. }
  3579. },
  3580. "node_modules/caniuse-lite": {
  3581. "version": "1.0.30001727",
  3582. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz",
  3583. "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==",
  3584. "funding": [
  3585. {
  3586. "type": "opencollective",
  3587. "url": "https://opencollective.com/browserslist"
  3588. },
  3589. {
  3590. "type": "tidelift",
  3591. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3592. },
  3593. {
  3594. "type": "github",
  3595. "url": "https://github.com/sponsors/ai"
  3596. }
  3597. ],
  3598. "license": "CC-BY-4.0"
  3599. },
  3600. "node_modules/chalk": {
  3601. "version": "4.1.2",
  3602. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3603. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3604. "dev": true,
  3605. "license": "MIT",
  3606. "dependencies": {
  3607. "ansi-styles": "^4.1.0",
  3608. "supports-color": "^7.1.0"
  3609. },
  3610. "engines": {
  3611. "node": ">=10"
  3612. },
  3613. "funding": {
  3614. "url": "https://github.com/chalk/chalk?sponsor=1"
  3615. }
  3616. },
  3617. "node_modules/chokidar": {
  3618. "version": "4.0.3",
  3619. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  3620. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  3621. "devOptional": true,
  3622. "license": "MIT",
  3623. "dependencies": {
  3624. "readdirp": "^4.0.1"
  3625. },
  3626. "engines": {
  3627. "node": ">= 14.16.0"
  3628. },
  3629. "funding": {
  3630. "url": "https://paulmillr.com/funding/"
  3631. }
  3632. },
  3633. "node_modules/color-convert": {
  3634. "version": "2.0.1",
  3635. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3636. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3637. "dev": true,
  3638. "license": "MIT",
  3639. "dependencies": {
  3640. "color-name": "~1.1.4"
  3641. },
  3642. "engines": {
  3643. "node": ">=7.0.0"
  3644. }
  3645. },
  3646. "node_modules/color-name": {
  3647. "version": "1.1.4",
  3648. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3649. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3650. "dev": true,
  3651. "license": "MIT"
  3652. },
  3653. "node_modules/combined-stream": {
  3654. "version": "1.0.8",
  3655. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  3656. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3657. "license": "MIT",
  3658. "dependencies": {
  3659. "delayed-stream": "~1.0.0"
  3660. },
  3661. "engines": {
  3662. "node": ">= 0.8"
  3663. }
  3664. },
  3665. "node_modules/commander": {
  3666. "version": "2.20.3",
  3667. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  3668. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  3669. "license": "MIT",
  3670. "peer": true
  3671. },
  3672. "node_modules/concat-map": {
  3673. "version": "0.0.1",
  3674. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3675. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3676. "dev": true,
  3677. "license": "MIT"
  3678. },
  3679. "node_modules/convert-source-map": {
  3680. "version": "2.0.0",
  3681. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3682. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3683. "license": "MIT"
  3684. },
  3685. "node_modules/core-js": {
  3686. "version": "3.44.0",
  3687. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.44.0.tgz",
  3688. "integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==",
  3689. "hasInstallScript": true,
  3690. "license": "MIT",
  3691. "funding": {
  3692. "type": "opencollective",
  3693. "url": "https://opencollective.com/core-js"
  3694. }
  3695. },
  3696. "node_modules/core-js-compat": {
  3697. "version": "3.44.0",
  3698. "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.44.0.tgz",
  3699. "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==",
  3700. "license": "MIT",
  3701. "dependencies": {
  3702. "browserslist": "^4.25.1"
  3703. },
  3704. "funding": {
  3705. "type": "opencollective",
  3706. "url": "https://opencollective.com/core-js"
  3707. }
  3708. },
  3709. "node_modules/cross-spawn": {
  3710. "version": "7.0.6",
  3711. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  3712. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  3713. "dev": true,
  3714. "license": "MIT",
  3715. "dependencies": {
  3716. "path-key": "^3.1.0",
  3717. "shebang-command": "^2.0.0",
  3718. "which": "^2.0.1"
  3719. },
  3720. "engines": {
  3721. "node": ">= 8"
  3722. }
  3723. },
  3724. "node_modules/cssesc": {
  3725. "version": "3.0.0",
  3726. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  3727. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  3728. "dev": true,
  3729. "license": "MIT",
  3730. "bin": {
  3731. "cssesc": "bin/cssesc"
  3732. },
  3733. "engines": {
  3734. "node": ">=4"
  3735. }
  3736. },
  3737. "node_modules/cssstyle": {
  3738. "version": "4.6.0",
  3739. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz",
  3740. "integrity": "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==",
  3741. "license": "MIT",
  3742. "dependencies": {
  3743. "@asamuzakjp/css-color": "^3.2.0",
  3744. "rrweb-cssom": "^0.8.0"
  3745. },
  3746. "engines": {
  3747. "node": ">=18"
  3748. }
  3749. },
  3750. "node_modules/csstype": {
  3751. "version": "3.1.3",
  3752. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  3753. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  3754. "license": "MIT"
  3755. },
  3756. "node_modules/data-urls": {
  3757. "version": "5.0.0",
  3758. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
  3759. "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
  3760. "license": "MIT",
  3761. "dependencies": {
  3762. "whatwg-mimetype": "^4.0.0",
  3763. "whatwg-url": "^14.0.0"
  3764. },
  3765. "engines": {
  3766. "node": ">=18"
  3767. }
  3768. },
  3769. "node_modules/dayjs": {
  3770. "version": "1.11.13",
  3771. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  3772. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  3773. "license": "MIT"
  3774. },
  3775. "node_modules/debug": {
  3776. "version": "4.4.1",
  3777. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  3778. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  3779. "license": "MIT",
  3780. "dependencies": {
  3781. "ms": "^2.1.3"
  3782. },
  3783. "engines": {
  3784. "node": ">=6.0"
  3785. },
  3786. "peerDependenciesMeta": {
  3787. "supports-color": {
  3788. "optional": true
  3789. }
  3790. }
  3791. },
  3792. "node_modules/decimal.js": {
  3793. "version": "10.6.0",
  3794. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
  3795. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  3796. "license": "MIT"
  3797. },
  3798. "node_modules/deep-is": {
  3799. "version": "0.1.4",
  3800. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3801. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3802. "dev": true,
  3803. "license": "MIT"
  3804. },
  3805. "node_modules/delayed-stream": {
  3806. "version": "1.0.0",
  3807. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  3808. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  3809. "license": "MIT",
  3810. "engines": {
  3811. "node": ">=0.4.0"
  3812. }
  3813. },
  3814. "node_modules/depd": {
  3815. "version": "2.0.0",
  3816. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  3817. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  3818. "license": "MIT",
  3819. "engines": {
  3820. "node": ">= 0.8"
  3821. }
  3822. },
  3823. "node_modules/detect-libc": {
  3824. "version": "1.0.3",
  3825. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  3826. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  3827. "license": "Apache-2.0",
  3828. "optional": true,
  3829. "bin": {
  3830. "detect-libc": "bin/detect-libc.js"
  3831. },
  3832. "engines": {
  3833. "node": ">=0.10"
  3834. }
  3835. },
  3836. "node_modules/dom-walk": {
  3837. "version": "0.1.2",
  3838. "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz",
  3839. "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
  3840. },
  3841. "node_modules/dunder-proto": {
  3842. "version": "1.0.1",
  3843. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  3844. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  3845. "license": "MIT",
  3846. "dependencies": {
  3847. "call-bind-apply-helpers": "^1.0.1",
  3848. "es-errors": "^1.3.0",
  3849. "gopd": "^1.2.0"
  3850. },
  3851. "engines": {
  3852. "node": ">= 0.4"
  3853. }
  3854. },
  3855. "node_modules/electron-to-chromium": {
  3856. "version": "1.5.182",
  3857. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.182.tgz",
  3858. "integrity": "sha512-Lv65Btwv9W4J9pyODI6EWpdnhfvrve/us5h1WspW8B2Fb0366REPtY3hX7ounk1CkV/TBjWCEvCBBbYbmV0qCA==",
  3859. "license": "ISC"
  3860. },
  3861. "node_modules/element-plus": {
  3862. "version": "2.10.2",
  3863. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.10.2.tgz",
  3864. "integrity": "sha512-p2KiAa0jEGXrzdlTAfpiS7HQFAhla4gvx6H7RuDf+OO0uC3DGpolxvdHjFR8gt7+vaWyxQNcHa1sAdBkmjqlgA==",
  3865. "license": "MIT",
  3866. "dependencies": {
  3867. "@ctrl/tinycolor": "^3.4.1",
  3868. "@element-plus/icons-vue": "^2.3.1",
  3869. "@floating-ui/dom": "^1.0.1",
  3870. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  3871. "@types/lodash": "^4.14.182",
  3872. "@types/lodash-es": "^4.17.6",
  3873. "@vueuse/core": "^9.1.0",
  3874. "async-validator": "^4.2.5",
  3875. "dayjs": "^1.11.13",
  3876. "escape-html": "^1.0.3",
  3877. "lodash": "^4.17.21",
  3878. "lodash-es": "^4.17.21",
  3879. "lodash-unified": "^1.0.2",
  3880. "memoize-one": "^6.0.0",
  3881. "normalize-wheel-es": "^1.2.0"
  3882. },
  3883. "peerDependencies": {
  3884. "vue": "^3.2.0"
  3885. }
  3886. },
  3887. "node_modules/entities": {
  3888. "version": "4.5.0",
  3889. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  3890. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  3891. "license": "BSD-2-Clause",
  3892. "engines": {
  3893. "node": ">=0.12"
  3894. },
  3895. "funding": {
  3896. "url": "https://github.com/fb55/entities?sponsor=1"
  3897. }
  3898. },
  3899. "node_modules/es-define-property": {
  3900. "version": "1.0.1",
  3901. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  3902. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3903. "license": "MIT",
  3904. "engines": {
  3905. "node": ">= 0.4"
  3906. }
  3907. },
  3908. "node_modules/es-errors": {
  3909. "version": "1.3.0",
  3910. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  3911. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3912. "license": "MIT",
  3913. "engines": {
  3914. "node": ">= 0.4"
  3915. }
  3916. },
  3917. "node_modules/es-object-atoms": {
  3918. "version": "1.1.1",
  3919. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  3920. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  3921. "license": "MIT",
  3922. "dependencies": {
  3923. "es-errors": "^1.3.0"
  3924. },
  3925. "engines": {
  3926. "node": ">= 0.4"
  3927. }
  3928. },
  3929. "node_modules/es-set-tostringtag": {
  3930. "version": "2.1.0",
  3931. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  3932. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  3933. "license": "MIT",
  3934. "dependencies": {
  3935. "es-errors": "^1.3.0",
  3936. "get-intrinsic": "^1.2.6",
  3937. "has-tostringtag": "^1.0.2",
  3938. "hasown": "^2.0.2"
  3939. },
  3940. "engines": {
  3941. "node": ">= 0.4"
  3942. }
  3943. },
  3944. "node_modules/es5-shim": {
  3945. "version": "4.6.7",
  3946. "resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.6.7.tgz",
  3947. "integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==",
  3948. "license": "MIT",
  3949. "engines": {
  3950. "node": ">=0.4.0"
  3951. }
  3952. },
  3953. "node_modules/esbuild": {
  3954. "version": "0.25.5",
  3955. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.5.tgz",
  3956. "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==",
  3957. "hasInstallScript": true,
  3958. "license": "MIT",
  3959. "bin": {
  3960. "esbuild": "bin/esbuild"
  3961. },
  3962. "engines": {
  3963. "node": ">=18"
  3964. },
  3965. "optionalDependencies": {
  3966. "@esbuild/aix-ppc64": "0.25.5",
  3967. "@esbuild/android-arm": "0.25.5",
  3968. "@esbuild/android-arm64": "0.25.5",
  3969. "@esbuild/android-x64": "0.25.5",
  3970. "@esbuild/darwin-arm64": "0.25.5",
  3971. "@esbuild/darwin-x64": "0.25.5",
  3972. "@esbuild/freebsd-arm64": "0.25.5",
  3973. "@esbuild/freebsd-x64": "0.25.5",
  3974. "@esbuild/linux-arm": "0.25.5",
  3975. "@esbuild/linux-arm64": "0.25.5",
  3976. "@esbuild/linux-ia32": "0.25.5",
  3977. "@esbuild/linux-loong64": "0.25.5",
  3978. "@esbuild/linux-mips64el": "0.25.5",
  3979. "@esbuild/linux-ppc64": "0.25.5",
  3980. "@esbuild/linux-riscv64": "0.25.5",
  3981. "@esbuild/linux-s390x": "0.25.5",
  3982. "@esbuild/linux-x64": "0.25.5",
  3983. "@esbuild/netbsd-arm64": "0.25.5",
  3984. "@esbuild/netbsd-x64": "0.25.5",
  3985. "@esbuild/openbsd-arm64": "0.25.5",
  3986. "@esbuild/openbsd-x64": "0.25.5",
  3987. "@esbuild/sunos-x64": "0.25.5",
  3988. "@esbuild/win32-arm64": "0.25.5",
  3989. "@esbuild/win32-ia32": "0.25.5",
  3990. "@esbuild/win32-x64": "0.25.5"
  3991. }
  3992. },
  3993. "node_modules/escalade": {
  3994. "version": "3.2.0",
  3995. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  3996. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3997. "license": "MIT",
  3998. "engines": {
  3999. "node": ">=6"
  4000. }
  4001. },
  4002. "node_modules/escape-html": {
  4003. "version": "1.0.3",
  4004. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  4005. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  4006. "license": "MIT"
  4007. },
  4008. "node_modules/escape-string-regexp": {
  4009. "version": "4.0.0",
  4010. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4011. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4012. "dev": true,
  4013. "license": "MIT",
  4014. "engines": {
  4015. "node": ">=10"
  4016. },
  4017. "funding": {
  4018. "url": "https://github.com/sponsors/sindresorhus"
  4019. }
  4020. },
  4021. "node_modules/eslint": {
  4022. "version": "9.32.0",
  4023. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.32.0.tgz",
  4024. "integrity": "sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==",
  4025. "dev": true,
  4026. "license": "MIT",
  4027. "dependencies": {
  4028. "@eslint-community/eslint-utils": "^4.2.0",
  4029. "@eslint-community/regexpp": "^4.12.1",
  4030. "@eslint/config-array": "^0.21.0",
  4031. "@eslint/config-helpers": "^0.3.0",
  4032. "@eslint/core": "^0.15.0",
  4033. "@eslint/eslintrc": "^3.3.1",
  4034. "@eslint/js": "9.32.0",
  4035. "@eslint/plugin-kit": "^0.3.4",
  4036. "@humanfs/node": "^0.16.6",
  4037. "@humanwhocodes/module-importer": "^1.0.1",
  4038. "@humanwhocodes/retry": "^0.4.2",
  4039. "@types/estree": "^1.0.6",
  4040. "@types/json-schema": "^7.0.15",
  4041. "ajv": "^6.12.4",
  4042. "chalk": "^4.0.0",
  4043. "cross-spawn": "^7.0.6",
  4044. "debug": "^4.3.2",
  4045. "escape-string-regexp": "^4.0.0",
  4046. "eslint-scope": "^8.4.0",
  4047. "eslint-visitor-keys": "^4.2.1",
  4048. "espree": "^10.4.0",
  4049. "esquery": "^1.5.0",
  4050. "esutils": "^2.0.2",
  4051. "fast-deep-equal": "^3.1.3",
  4052. "file-entry-cache": "^8.0.0",
  4053. "find-up": "^5.0.0",
  4054. "glob-parent": "^6.0.2",
  4055. "ignore": "^5.2.0",
  4056. "imurmurhash": "^0.1.4",
  4057. "is-glob": "^4.0.0",
  4058. "json-stable-stringify-without-jsonify": "^1.0.1",
  4059. "lodash.merge": "^4.6.2",
  4060. "minimatch": "^3.1.2",
  4061. "natural-compare": "^1.4.0",
  4062. "optionator": "^0.9.3"
  4063. },
  4064. "bin": {
  4065. "eslint": "bin/eslint.js"
  4066. },
  4067. "engines": {
  4068. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4069. },
  4070. "funding": {
  4071. "url": "https://eslint.org/donate"
  4072. },
  4073. "peerDependencies": {
  4074. "jiti": "*"
  4075. },
  4076. "peerDependenciesMeta": {
  4077. "jiti": {
  4078. "optional": true
  4079. }
  4080. }
  4081. },
  4082. "node_modules/eslint-plugin-vue": {
  4083. "version": "10.3.0",
  4084. "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.3.0.tgz",
  4085. "integrity": "sha512-A0u9snqjCfYaPnqqOaH6MBLVWDUIN4trXn8J3x67uDcXvR7X6Ut8p16N+nYhMCQ9Y7edg2BIRGzfyZsY0IdqoQ==",
  4086. "dev": true,
  4087. "license": "MIT",
  4088. "dependencies": {
  4089. "@eslint-community/eslint-utils": "^4.4.0",
  4090. "natural-compare": "^1.4.0",
  4091. "nth-check": "^2.1.1",
  4092. "postcss-selector-parser": "^6.0.15",
  4093. "semver": "^7.6.3",
  4094. "xml-name-validator": "^4.0.0"
  4095. },
  4096. "engines": {
  4097. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4098. },
  4099. "peerDependencies": {
  4100. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  4101. "eslint": "^8.57.0 || ^9.0.0",
  4102. "vue-eslint-parser": "^10.0.0"
  4103. },
  4104. "peerDependenciesMeta": {
  4105. "@typescript-eslint/parser": {
  4106. "optional": true
  4107. }
  4108. }
  4109. },
  4110. "node_modules/eslint-plugin-vue/node_modules/semver": {
  4111. "version": "7.7.2",
  4112. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  4113. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  4114. "dev": true,
  4115. "license": "ISC",
  4116. "bin": {
  4117. "semver": "bin/semver.js"
  4118. },
  4119. "engines": {
  4120. "node": ">=10"
  4121. }
  4122. },
  4123. "node_modules/eslint-scope": {
  4124. "version": "8.4.0",
  4125. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  4126. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  4127. "dev": true,
  4128. "license": "BSD-2-Clause",
  4129. "dependencies": {
  4130. "esrecurse": "^4.3.0",
  4131. "estraverse": "^5.2.0"
  4132. },
  4133. "engines": {
  4134. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4135. },
  4136. "funding": {
  4137. "url": "https://opencollective.com/eslint"
  4138. }
  4139. },
  4140. "node_modules/eslint-visitor-keys": {
  4141. "version": "4.2.1",
  4142. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  4143. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  4144. "dev": true,
  4145. "license": "Apache-2.0",
  4146. "engines": {
  4147. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4148. },
  4149. "funding": {
  4150. "url": "https://opencollective.com/eslint"
  4151. }
  4152. },
  4153. "node_modules/espree": {
  4154. "version": "10.4.0",
  4155. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  4156. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  4157. "dev": true,
  4158. "license": "BSD-2-Clause",
  4159. "dependencies": {
  4160. "acorn": "^8.15.0",
  4161. "acorn-jsx": "^5.3.2",
  4162. "eslint-visitor-keys": "^4.2.1"
  4163. },
  4164. "engines": {
  4165. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4166. },
  4167. "funding": {
  4168. "url": "https://opencollective.com/eslint"
  4169. }
  4170. },
  4171. "node_modules/esquery": {
  4172. "version": "1.6.0",
  4173. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  4174. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  4175. "dev": true,
  4176. "license": "BSD-3-Clause",
  4177. "dependencies": {
  4178. "estraverse": "^5.1.0"
  4179. },
  4180. "engines": {
  4181. "node": ">=0.10"
  4182. }
  4183. },
  4184. "node_modules/esrecurse": {
  4185. "version": "4.3.0",
  4186. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4187. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4188. "dev": true,
  4189. "license": "BSD-2-Clause",
  4190. "dependencies": {
  4191. "estraverse": "^5.2.0"
  4192. },
  4193. "engines": {
  4194. "node": ">=4.0"
  4195. }
  4196. },
  4197. "node_modules/estraverse": {
  4198. "version": "5.3.0",
  4199. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4200. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4201. "dev": true,
  4202. "license": "BSD-2-Clause",
  4203. "engines": {
  4204. "node": ">=4.0"
  4205. }
  4206. },
  4207. "node_modules/estree-walker": {
  4208. "version": "2.0.2",
  4209. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  4210. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  4211. "license": "MIT"
  4212. },
  4213. "node_modules/esutils": {
  4214. "version": "2.0.3",
  4215. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  4216. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4217. "license": "BSD-2-Clause",
  4218. "engines": {
  4219. "node": ">=0.10.0"
  4220. }
  4221. },
  4222. "node_modules/fast-deep-equal": {
  4223. "version": "3.1.3",
  4224. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4225. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4226. "dev": true,
  4227. "license": "MIT"
  4228. },
  4229. "node_modules/fast-json-stable-stringify": {
  4230. "version": "2.1.0",
  4231. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4232. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4233. "dev": true,
  4234. "license": "MIT"
  4235. },
  4236. "node_modules/fast-levenshtein": {
  4237. "version": "2.0.6",
  4238. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4239. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4240. "dev": true,
  4241. "license": "MIT"
  4242. },
  4243. "node_modules/fdir": {
  4244. "version": "6.4.6",
  4245. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  4246. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  4247. "license": "MIT",
  4248. "peerDependencies": {
  4249. "picomatch": "^3 || ^4"
  4250. },
  4251. "peerDependenciesMeta": {
  4252. "picomatch": {
  4253. "optional": true
  4254. }
  4255. }
  4256. },
  4257. "node_modules/file-entry-cache": {
  4258. "version": "8.0.0",
  4259. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  4260. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  4261. "dev": true,
  4262. "license": "MIT",
  4263. "dependencies": {
  4264. "flat-cache": "^4.0.0"
  4265. },
  4266. "engines": {
  4267. "node": ">=16.0.0"
  4268. }
  4269. },
  4270. "node_modules/fill-range": {
  4271. "version": "7.1.1",
  4272. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  4273. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4274. "license": "MIT",
  4275. "optional": true,
  4276. "dependencies": {
  4277. "to-regex-range": "^5.0.1"
  4278. },
  4279. "engines": {
  4280. "node": ">=8"
  4281. }
  4282. },
  4283. "node_modules/find-up": {
  4284. "version": "5.0.0",
  4285. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4286. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4287. "dev": true,
  4288. "license": "MIT",
  4289. "dependencies": {
  4290. "locate-path": "^6.0.0",
  4291. "path-exists": "^4.0.0"
  4292. },
  4293. "engines": {
  4294. "node": ">=10"
  4295. },
  4296. "funding": {
  4297. "url": "https://github.com/sponsors/sindresorhus"
  4298. }
  4299. },
  4300. "node_modules/flat-cache": {
  4301. "version": "4.0.1",
  4302. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  4303. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  4304. "dev": true,
  4305. "license": "MIT",
  4306. "dependencies": {
  4307. "flatted": "^3.2.9",
  4308. "keyv": "^4.5.4"
  4309. },
  4310. "engines": {
  4311. "node": ">=16"
  4312. }
  4313. },
  4314. "node_modules/flatted": {
  4315. "version": "3.3.3",
  4316. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  4317. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  4318. "dev": true,
  4319. "license": "ISC"
  4320. },
  4321. "node_modules/follow-redirects": {
  4322. "version": "1.15.9",
  4323. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  4324. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  4325. "funding": [
  4326. {
  4327. "type": "individual",
  4328. "url": "https://github.com/sponsors/RubenVerborgh"
  4329. }
  4330. ],
  4331. "license": "MIT",
  4332. "engines": {
  4333. "node": ">=4.0"
  4334. },
  4335. "peerDependenciesMeta": {
  4336. "debug": {
  4337. "optional": true
  4338. }
  4339. }
  4340. },
  4341. "node_modules/form-data": {
  4342. "version": "4.0.3",
  4343. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.3.tgz",
  4344. "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
  4345. "license": "MIT",
  4346. "dependencies": {
  4347. "asynckit": "^0.4.0",
  4348. "combined-stream": "^1.0.8",
  4349. "es-set-tostringtag": "^2.1.0",
  4350. "hasown": "^2.0.2",
  4351. "mime-types": "^2.1.12"
  4352. },
  4353. "engines": {
  4354. "node": ">= 6"
  4355. }
  4356. },
  4357. "node_modules/fsevents": {
  4358. "version": "2.3.3",
  4359. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  4360. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4361. "hasInstallScript": true,
  4362. "license": "MIT",
  4363. "optional": true,
  4364. "os": [
  4365. "darwin"
  4366. ],
  4367. "engines": {
  4368. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4369. }
  4370. },
  4371. "node_modules/function-bind": {
  4372. "version": "1.1.2",
  4373. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  4374. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4375. "license": "MIT",
  4376. "funding": {
  4377. "url": "https://github.com/sponsors/ljharb"
  4378. }
  4379. },
  4380. "node_modules/gensync": {
  4381. "version": "1.0.0-beta.2",
  4382. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  4383. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4384. "license": "MIT",
  4385. "engines": {
  4386. "node": ">=6.9.0"
  4387. }
  4388. },
  4389. "node_modules/get-intrinsic": {
  4390. "version": "1.3.0",
  4391. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  4392. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  4393. "license": "MIT",
  4394. "dependencies": {
  4395. "call-bind-apply-helpers": "^1.0.2",
  4396. "es-define-property": "^1.0.1",
  4397. "es-errors": "^1.3.0",
  4398. "es-object-atoms": "^1.1.1",
  4399. "function-bind": "^1.1.2",
  4400. "get-proto": "^1.0.1",
  4401. "gopd": "^1.2.0",
  4402. "has-symbols": "^1.1.0",
  4403. "hasown": "^2.0.2",
  4404. "math-intrinsics": "^1.1.0"
  4405. },
  4406. "engines": {
  4407. "node": ">= 0.4"
  4408. },
  4409. "funding": {
  4410. "url": "https://github.com/sponsors/ljharb"
  4411. }
  4412. },
  4413. "node_modules/get-proto": {
  4414. "version": "1.0.1",
  4415. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  4416. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  4417. "license": "MIT",
  4418. "dependencies": {
  4419. "dunder-proto": "^1.0.1",
  4420. "es-object-atoms": "^1.0.0"
  4421. },
  4422. "engines": {
  4423. "node": ">= 0.4"
  4424. }
  4425. },
  4426. "node_modules/glob-parent": {
  4427. "version": "6.0.2",
  4428. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4429. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4430. "dev": true,
  4431. "license": "ISC",
  4432. "dependencies": {
  4433. "is-glob": "^4.0.3"
  4434. },
  4435. "engines": {
  4436. "node": ">=10.13.0"
  4437. }
  4438. },
  4439. "node_modules/global": {
  4440. "version": "4.4.0",
  4441. "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz",
  4442. "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==",
  4443. "license": "MIT",
  4444. "dependencies": {
  4445. "min-document": "^2.19.0",
  4446. "process": "^0.11.10"
  4447. }
  4448. },
  4449. "node_modules/globals": {
  4450. "version": "14.0.0",
  4451. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  4452. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  4453. "dev": true,
  4454. "license": "MIT",
  4455. "engines": {
  4456. "node": ">=18"
  4457. },
  4458. "funding": {
  4459. "url": "https://github.com/sponsors/sindresorhus"
  4460. }
  4461. },
  4462. "node_modules/gopd": {
  4463. "version": "1.2.0",
  4464. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  4465. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4466. "license": "MIT",
  4467. "engines": {
  4468. "node": ">= 0.4"
  4469. },
  4470. "funding": {
  4471. "url": "https://github.com/sponsors/ljharb"
  4472. }
  4473. },
  4474. "node_modules/has-flag": {
  4475. "version": "4.0.0",
  4476. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4477. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4478. "dev": true,
  4479. "license": "MIT",
  4480. "engines": {
  4481. "node": ">=8"
  4482. }
  4483. },
  4484. "node_modules/has-symbols": {
  4485. "version": "1.1.0",
  4486. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  4487. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4488. "license": "MIT",
  4489. "engines": {
  4490. "node": ">= 0.4"
  4491. },
  4492. "funding": {
  4493. "url": "https://github.com/sponsors/ljharb"
  4494. }
  4495. },
  4496. "node_modules/has-tostringtag": {
  4497. "version": "1.0.2",
  4498. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4499. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4500. "license": "MIT",
  4501. "dependencies": {
  4502. "has-symbols": "^1.0.3"
  4503. },
  4504. "engines": {
  4505. "node": ">= 0.4"
  4506. },
  4507. "funding": {
  4508. "url": "https://github.com/sponsors/ljharb"
  4509. }
  4510. },
  4511. "node_modules/hasown": {
  4512. "version": "2.0.2",
  4513. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  4514. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4515. "license": "MIT",
  4516. "dependencies": {
  4517. "function-bind": "^1.1.2"
  4518. },
  4519. "engines": {
  4520. "node": ">= 0.4"
  4521. }
  4522. },
  4523. "node_modules/highlight.js": {
  4524. "version": "11.11.1",
  4525. "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
  4526. "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
  4527. "license": "BSD-3-Clause",
  4528. "engines": {
  4529. "node": ">=12.0.0"
  4530. }
  4531. },
  4532. "node_modules/hls.js": {
  4533. "version": "1.6.7",
  4534. "resolved": "https://registry.npmmirror.com/hls.js/-/hls.js-1.6.7.tgz",
  4535. "integrity": "sha512-QW2fnwDGKGc9DwQUGLbmMOz8G48UZK7PVNJPcOUql1b8jubKx4/eMHNP5mGqr6tYlJNDG1g10Lx2U/qPzL6zwQ==",
  4536. "license": "Apache-2.0"
  4537. },
  4538. "node_modules/html-encoding-sniffer": {
  4539. "version": "4.0.0",
  4540. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
  4541. "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
  4542. "license": "MIT",
  4543. "dependencies": {
  4544. "whatwg-encoding": "^3.1.1"
  4545. },
  4546. "engines": {
  4547. "node": ">=18"
  4548. }
  4549. },
  4550. "node_modules/http-proxy-agent": {
  4551. "version": "7.0.2",
  4552. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  4553. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  4554. "license": "MIT",
  4555. "dependencies": {
  4556. "agent-base": "^7.1.0",
  4557. "debug": "^4.3.4"
  4558. },
  4559. "engines": {
  4560. "node": ">= 14"
  4561. }
  4562. },
  4563. "node_modules/https-proxy-agent": {
  4564. "version": "7.0.6",
  4565. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  4566. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  4567. "license": "MIT",
  4568. "dependencies": {
  4569. "agent-base": "^7.1.2",
  4570. "debug": "4"
  4571. },
  4572. "engines": {
  4573. "node": ">= 14"
  4574. }
  4575. },
  4576. "node_modules/iconv-lite": {
  4577. "version": "0.6.3",
  4578. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  4579. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  4580. "license": "MIT",
  4581. "dependencies": {
  4582. "safer-buffer": ">= 2.1.2 < 3.0.0"
  4583. },
  4584. "engines": {
  4585. "node": ">=0.10.0"
  4586. }
  4587. },
  4588. "node_modules/ignore": {
  4589. "version": "5.3.2",
  4590. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4591. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4592. "dev": true,
  4593. "license": "MIT",
  4594. "engines": {
  4595. "node": ">= 4"
  4596. }
  4597. },
  4598. "node_modules/immutable": {
  4599. "version": "5.1.3",
  4600. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.3.tgz",
  4601. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
  4602. "devOptional": true,
  4603. "license": "MIT"
  4604. },
  4605. "node_modules/import-fresh": {
  4606. "version": "3.3.1",
  4607. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  4608. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4609. "dev": true,
  4610. "license": "MIT",
  4611. "dependencies": {
  4612. "parent-module": "^1.0.0",
  4613. "resolve-from": "^4.0.0"
  4614. },
  4615. "engines": {
  4616. "node": ">=6"
  4617. },
  4618. "funding": {
  4619. "url": "https://github.com/sponsors/sindresorhus"
  4620. }
  4621. },
  4622. "node_modules/imurmurhash": {
  4623. "version": "0.1.4",
  4624. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4625. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4626. "dev": true,
  4627. "license": "MIT",
  4628. "engines": {
  4629. "node": ">=0.8.19"
  4630. }
  4631. },
  4632. "node_modules/individual": {
  4633. "version": "2.0.0",
  4634. "resolved": "https://registry.npmjs.org/individual/-/individual-2.0.0.tgz",
  4635. "integrity": "sha512-pWt8hBCqJsUWI/HtcfWod7+N9SgAqyPEaF7JQjwzjn5vGrpg6aQ5qeAFQ7dx//UH4J1O+7xqew+gCeeFt6xN/g=="
  4636. },
  4637. "node_modules/inherits": {
  4638. "version": "2.0.3",
  4639. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
  4640. "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
  4641. "dev": true,
  4642. "license": "ISC"
  4643. },
  4644. "node_modules/is-core-module": {
  4645. "version": "2.16.1",
  4646. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  4647. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4648. "license": "MIT",
  4649. "dependencies": {
  4650. "hasown": "^2.0.2"
  4651. },
  4652. "engines": {
  4653. "node": ">= 0.4"
  4654. },
  4655. "funding": {
  4656. "url": "https://github.com/sponsors/ljharb"
  4657. }
  4658. },
  4659. "node_modules/is-extglob": {
  4660. "version": "2.1.1",
  4661. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  4662. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4663. "devOptional": true,
  4664. "license": "MIT",
  4665. "engines": {
  4666. "node": ">=0.10.0"
  4667. }
  4668. },
  4669. "node_modules/is-function": {
  4670. "version": "1.0.2",
  4671. "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz",
  4672. "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==",
  4673. "license": "MIT"
  4674. },
  4675. "node_modules/is-glob": {
  4676. "version": "4.0.3",
  4677. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  4678. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4679. "devOptional": true,
  4680. "license": "MIT",
  4681. "dependencies": {
  4682. "is-extglob": "^2.1.1"
  4683. },
  4684. "engines": {
  4685. "node": ">=0.10.0"
  4686. }
  4687. },
  4688. "node_modules/is-number": {
  4689. "version": "7.0.0",
  4690. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  4691. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4692. "license": "MIT",
  4693. "optional": true,
  4694. "engines": {
  4695. "node": ">=0.12.0"
  4696. }
  4697. },
  4698. "node_modules/is-potential-custom-element-name": {
  4699. "version": "1.0.1",
  4700. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  4701. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  4702. "license": "MIT"
  4703. },
  4704. "node_modules/is-promise": {
  4705. "version": "4.0.0",
  4706. "resolved": "https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz",
  4707. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  4708. "license": "MIT"
  4709. },
  4710. "node_modules/isexe": {
  4711. "version": "2.0.0",
  4712. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4713. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4714. "dev": true,
  4715. "license": "ISC"
  4716. },
  4717. "node_modules/js-cookie": {
  4718. "version": "3.0.5",
  4719. "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz",
  4720. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  4721. "license": "MIT",
  4722. "engines": {
  4723. "node": ">=14"
  4724. }
  4725. },
  4726. "node_modules/js-tokens": {
  4727. "version": "4.0.0",
  4728. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  4729. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4730. "license": "MIT"
  4731. },
  4732. "node_modules/js-yaml": {
  4733. "version": "4.1.0",
  4734. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  4735. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4736. "dev": true,
  4737. "license": "MIT",
  4738. "dependencies": {
  4739. "argparse": "^2.0.1"
  4740. },
  4741. "bin": {
  4742. "js-yaml": "bin/js-yaml.js"
  4743. }
  4744. },
  4745. "node_modules/jsdom": {
  4746. "version": "26.1.0",
  4747. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.1.0.tgz",
  4748. "integrity": "sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==",
  4749. "license": "MIT",
  4750. "dependencies": {
  4751. "cssstyle": "^4.2.1",
  4752. "data-urls": "^5.0.0",
  4753. "decimal.js": "^10.5.0",
  4754. "html-encoding-sniffer": "^4.0.0",
  4755. "http-proxy-agent": "^7.0.2",
  4756. "https-proxy-agent": "^7.0.6",
  4757. "is-potential-custom-element-name": "^1.0.1",
  4758. "nwsapi": "^2.2.16",
  4759. "parse5": "^7.2.1",
  4760. "rrweb-cssom": "^0.8.0",
  4761. "saxes": "^6.0.0",
  4762. "symbol-tree": "^3.2.4",
  4763. "tough-cookie": "^5.1.1",
  4764. "w3c-xmlserializer": "^5.0.0",
  4765. "webidl-conversions": "^7.0.0",
  4766. "whatwg-encoding": "^3.1.1",
  4767. "whatwg-mimetype": "^4.0.0",
  4768. "whatwg-url": "^14.1.1",
  4769. "ws": "^8.18.0",
  4770. "xml-name-validator": "^5.0.0"
  4771. },
  4772. "engines": {
  4773. "node": ">=18"
  4774. },
  4775. "peerDependencies": {
  4776. "canvas": "^3.0.0"
  4777. },
  4778. "peerDependenciesMeta": {
  4779. "canvas": {
  4780. "optional": true
  4781. }
  4782. }
  4783. },
  4784. "node_modules/jsdom/node_modules/xml-name-validator": {
  4785. "version": "5.0.0",
  4786. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  4787. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  4788. "license": "Apache-2.0",
  4789. "engines": {
  4790. "node": ">=18"
  4791. }
  4792. },
  4793. "node_modules/jsencrypt": {
  4794. "version": "3.3.2",
  4795. "resolved": "https://registry.npmjs.org/jsencrypt/-/jsencrypt-3.3.2.tgz",
  4796. "integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
  4797. "license": "MIT"
  4798. },
  4799. "node_modules/jsesc": {
  4800. "version": "3.1.0",
  4801. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  4802. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4803. "license": "MIT",
  4804. "bin": {
  4805. "jsesc": "bin/jsesc"
  4806. },
  4807. "engines": {
  4808. "node": ">=6"
  4809. }
  4810. },
  4811. "node_modules/json-buffer": {
  4812. "version": "3.0.1",
  4813. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4814. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4815. "dev": true,
  4816. "license": "MIT"
  4817. },
  4818. "node_modules/json-schema-traverse": {
  4819. "version": "0.4.1",
  4820. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4821. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4822. "dev": true,
  4823. "license": "MIT"
  4824. },
  4825. "node_modules/json-stable-stringify-without-jsonify": {
  4826. "version": "1.0.1",
  4827. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4828. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4829. "dev": true,
  4830. "license": "MIT"
  4831. },
  4832. "node_modules/json5": {
  4833. "version": "2.2.3",
  4834. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  4835. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4836. "license": "MIT",
  4837. "bin": {
  4838. "json5": "lib/cli.js"
  4839. },
  4840. "engines": {
  4841. "node": ">=6"
  4842. }
  4843. },
  4844. "node_modules/keycode": {
  4845. "version": "2.2.1",
  4846. "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.1.tgz",
  4847. "integrity": "sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg==",
  4848. "license": "MIT"
  4849. },
  4850. "node_modules/keyv": {
  4851. "version": "4.5.4",
  4852. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4853. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4854. "dev": true,
  4855. "license": "MIT",
  4856. "dependencies": {
  4857. "json-buffer": "3.0.1"
  4858. }
  4859. },
  4860. "node_modules/levn": {
  4861. "version": "0.4.1",
  4862. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4863. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4864. "dev": true,
  4865. "license": "MIT",
  4866. "dependencies": {
  4867. "prelude-ls": "^1.2.1",
  4868. "type-check": "~0.4.0"
  4869. },
  4870. "engines": {
  4871. "node": ">= 0.8.0"
  4872. }
  4873. },
  4874. "node_modules/linkify-it": {
  4875. "version": "5.0.0",
  4876. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
  4877. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  4878. "license": "MIT",
  4879. "dependencies": {
  4880. "uc.micro": "^2.0.0"
  4881. }
  4882. },
  4883. "node_modules/locate-path": {
  4884. "version": "6.0.0",
  4885. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4886. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4887. "dev": true,
  4888. "license": "MIT",
  4889. "dependencies": {
  4890. "p-locate": "^5.0.0"
  4891. },
  4892. "engines": {
  4893. "node": ">=10"
  4894. },
  4895. "funding": {
  4896. "url": "https://github.com/sponsors/sindresorhus"
  4897. }
  4898. },
  4899. "node_modules/lodash": {
  4900. "version": "4.17.21",
  4901. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  4902. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  4903. "license": "MIT"
  4904. },
  4905. "node_modules/lodash-es": {
  4906. "version": "4.17.21",
  4907. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  4908. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  4909. "license": "MIT"
  4910. },
  4911. "node_modules/lodash-unified": {
  4912. "version": "1.0.3",
  4913. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  4914. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  4915. "license": "MIT",
  4916. "peerDependencies": {
  4917. "@types/lodash-es": "*",
  4918. "lodash": "*",
  4919. "lodash-es": "*"
  4920. }
  4921. },
  4922. "node_modules/lodash.debounce": {
  4923. "version": "4.0.8",
  4924. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  4925. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  4926. "license": "MIT"
  4927. },
  4928. "node_modules/lodash.merge": {
  4929. "version": "4.6.2",
  4930. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4931. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4932. "dev": true,
  4933. "license": "MIT"
  4934. },
  4935. "node_modules/lru-cache": {
  4936. "version": "5.1.1",
  4937. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  4938. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4939. "license": "ISC",
  4940. "dependencies": {
  4941. "yallist": "^3.0.2"
  4942. }
  4943. },
  4944. "node_modules/m3u8-parser": {
  4945. "version": "4.8.0",
  4946. "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.8.0.tgz",
  4947. "integrity": "sha512-UqA2a/Pw3liR6Df3gwxrqghCP17OpPlQj6RBPLYygf/ZSQ4MoSgvdvhvt35qV+3NaaA0FSZx93Ix+2brT1U7cA==",
  4948. "license": "Apache-2.0",
  4949. "dependencies": {
  4950. "@babel/runtime": "^7.12.5",
  4951. "@videojs/vhs-utils": "^3.0.5",
  4952. "global": "^4.4.0"
  4953. }
  4954. },
  4955. "node_modules/magic-string": {
  4956. "version": "0.30.17",
  4957. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  4958. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  4959. "license": "MIT",
  4960. "dependencies": {
  4961. "@jridgewell/sourcemap-codec": "^1.5.0"
  4962. }
  4963. },
  4964. "node_modules/markdown-it": {
  4965. "version": "14.1.0",
  4966. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
  4967. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  4968. "license": "MIT",
  4969. "dependencies": {
  4970. "argparse": "^2.0.1",
  4971. "entities": "^4.4.0",
  4972. "linkify-it": "^5.0.0",
  4973. "mdurl": "^2.0.0",
  4974. "punycode.js": "^2.3.1",
  4975. "uc.micro": "^2.1.0"
  4976. },
  4977. "bin": {
  4978. "markdown-it": "bin/markdown-it.mjs"
  4979. }
  4980. },
  4981. "node_modules/math-intrinsics": {
  4982. "version": "1.1.0",
  4983. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4984. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4985. "license": "MIT",
  4986. "engines": {
  4987. "node": ">= 0.4"
  4988. }
  4989. },
  4990. "node_modules/mdurl": {
  4991. "version": "2.0.0",
  4992. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
  4993. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  4994. "license": "MIT"
  4995. },
  4996. "node_modules/memoize-one": {
  4997. "version": "6.0.0",
  4998. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  4999. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  5000. "license": "MIT"
  5001. },
  5002. "node_modules/meow": {
  5003. "version": "13.2.0",
  5004. "resolved": "https://registry.npmmirror.com/meow/-/meow-13.2.0.tgz",
  5005. "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
  5006. "license": "MIT",
  5007. "engines": {
  5008. "node": ">=18"
  5009. },
  5010. "funding": {
  5011. "url": "https://github.com/sponsors/sindresorhus"
  5012. }
  5013. },
  5014. "node_modules/micromatch": {
  5015. "version": "4.0.8",
  5016. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  5017. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5018. "license": "MIT",
  5019. "optional": true,
  5020. "dependencies": {
  5021. "braces": "^3.0.3",
  5022. "picomatch": "^2.3.1"
  5023. },
  5024. "engines": {
  5025. "node": ">=8.6"
  5026. }
  5027. },
  5028. "node_modules/micromatch/node_modules/picomatch": {
  5029. "version": "2.3.1",
  5030. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5031. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5032. "license": "MIT",
  5033. "optional": true,
  5034. "engines": {
  5035. "node": ">=8.6"
  5036. },
  5037. "funding": {
  5038. "url": "https://github.com/sponsors/jonschlinkert"
  5039. }
  5040. },
  5041. "node_modules/mime-db": {
  5042. "version": "1.52.0",
  5043. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  5044. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  5045. "license": "MIT",
  5046. "engines": {
  5047. "node": ">= 0.6"
  5048. }
  5049. },
  5050. "node_modules/mime-types": {
  5051. "version": "2.1.35",
  5052. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  5053. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  5054. "license": "MIT",
  5055. "dependencies": {
  5056. "mime-db": "1.52.0"
  5057. },
  5058. "engines": {
  5059. "node": ">= 0.6"
  5060. }
  5061. },
  5062. "node_modules/min-document": {
  5063. "version": "2.19.0",
  5064. "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz",
  5065. "integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==",
  5066. "dependencies": {
  5067. "dom-walk": "^0.1.0"
  5068. }
  5069. },
  5070. "node_modules/minimatch": {
  5071. "version": "3.1.2",
  5072. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5073. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5074. "dev": true,
  5075. "license": "ISC",
  5076. "dependencies": {
  5077. "brace-expansion": "^1.1.7"
  5078. },
  5079. "engines": {
  5080. "node": "*"
  5081. }
  5082. },
  5083. "node_modules/mpd-parser": {
  5084. "version": "0.22.1",
  5085. "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.22.1.tgz",
  5086. "integrity": "sha512-fwBebvpyPUU8bOzvhX0VQZgSohncbgYwUyJJoTSNpmy7ccD2ryiCvM7oRkn/xQH5cv73/xU7rJSNCLjdGFor0Q==",
  5087. "license": "Apache-2.0",
  5088. "dependencies": {
  5089. "@babel/runtime": "^7.12.5",
  5090. "@videojs/vhs-utils": "^3.0.5",
  5091. "@xmldom/xmldom": "^0.8.3",
  5092. "global": "^4.4.0"
  5093. },
  5094. "bin": {
  5095. "mpd-to-m3u8-json": "bin/parse.js"
  5096. }
  5097. },
  5098. "node_modules/ms": {
  5099. "version": "2.1.3",
  5100. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  5101. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5102. "license": "MIT"
  5103. },
  5104. "node_modules/mux.js": {
  5105. "version": "6.0.1",
  5106. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-6.0.1.tgz",
  5107. "integrity": "sha512-22CHb59rH8pWGcPGW5Og7JngJ9s+z4XuSlYvnxhLuc58cA1WqGDQPzuG8I+sPm1/p0CdgpzVTaKW408k5DNn8w==",
  5108. "license": "Apache-2.0",
  5109. "dependencies": {
  5110. "@babel/runtime": "^7.11.2",
  5111. "global": "^4.4.0"
  5112. },
  5113. "bin": {
  5114. "muxjs-transmux": "bin/transmux.js"
  5115. },
  5116. "engines": {
  5117. "node": ">=8",
  5118. "npm": ">=5"
  5119. }
  5120. },
  5121. "node_modules/nanoid": {
  5122. "version": "3.3.11",
  5123. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  5124. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  5125. "funding": [
  5126. {
  5127. "type": "github",
  5128. "url": "https://github.com/sponsors/ai"
  5129. }
  5130. ],
  5131. "license": "MIT",
  5132. "bin": {
  5133. "nanoid": "bin/nanoid.cjs"
  5134. },
  5135. "engines": {
  5136. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5137. }
  5138. },
  5139. "node_modules/natural-compare": {
  5140. "version": "1.4.0",
  5141. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5142. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5143. "dev": true,
  5144. "license": "MIT"
  5145. },
  5146. "node_modules/node-addon-api": {
  5147. "version": "7.1.1",
  5148. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  5149. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  5150. "license": "MIT",
  5151. "optional": true
  5152. },
  5153. "node_modules/node-releases": {
  5154. "version": "2.0.19",
  5155. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  5156. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  5157. "license": "MIT"
  5158. },
  5159. "node_modules/normalize-wheel-es": {
  5160. "version": "1.2.0",
  5161. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  5162. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  5163. "license": "BSD-3-Clause"
  5164. },
  5165. "node_modules/nth-check": {
  5166. "version": "2.1.1",
  5167. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  5168. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  5169. "dev": true,
  5170. "license": "BSD-2-Clause",
  5171. "dependencies": {
  5172. "boolbase": "^1.0.0"
  5173. },
  5174. "funding": {
  5175. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5176. }
  5177. },
  5178. "node_modules/nwsapi": {
  5179. "version": "2.2.22",
  5180. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.22.tgz",
  5181. "integrity": "sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==",
  5182. "license": "MIT"
  5183. },
  5184. "node_modules/object-assign": {
  5185. "version": "4.1.1",
  5186. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5187. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5188. "license": "MIT",
  5189. "engines": {
  5190. "node": ">=0.10.0"
  5191. }
  5192. },
  5193. "node_modules/optionator": {
  5194. "version": "0.9.4",
  5195. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5196. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5197. "dev": true,
  5198. "license": "MIT",
  5199. "dependencies": {
  5200. "deep-is": "^0.1.3",
  5201. "fast-levenshtein": "^2.0.6",
  5202. "levn": "^0.4.1",
  5203. "prelude-ls": "^1.2.1",
  5204. "type-check": "^0.4.0",
  5205. "word-wrap": "^1.2.5"
  5206. },
  5207. "engines": {
  5208. "node": ">= 0.8.0"
  5209. }
  5210. },
  5211. "node_modules/p-limit": {
  5212. "version": "3.1.0",
  5213. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5214. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5215. "dev": true,
  5216. "license": "MIT",
  5217. "dependencies": {
  5218. "yocto-queue": "^0.1.0"
  5219. },
  5220. "engines": {
  5221. "node": ">=10"
  5222. },
  5223. "funding": {
  5224. "url": "https://github.com/sponsors/sindresorhus"
  5225. }
  5226. },
  5227. "node_modules/p-locate": {
  5228. "version": "5.0.0",
  5229. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5230. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5231. "dev": true,
  5232. "license": "MIT",
  5233. "dependencies": {
  5234. "p-limit": "^3.0.2"
  5235. },
  5236. "engines": {
  5237. "node": ">=10"
  5238. },
  5239. "funding": {
  5240. "url": "https://github.com/sponsors/sindresorhus"
  5241. }
  5242. },
  5243. "node_modules/parent-module": {
  5244. "version": "1.0.1",
  5245. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5246. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5247. "dev": true,
  5248. "license": "MIT",
  5249. "dependencies": {
  5250. "callsites": "^3.0.0"
  5251. },
  5252. "engines": {
  5253. "node": ">=6"
  5254. }
  5255. },
  5256. "node_modules/parse-headers": {
  5257. "version": "2.0.6",
  5258. "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.6.tgz",
  5259. "integrity": "sha512-Tz11t3uKztEW5FEVZnj1ox8GKblWn+PvHY9TmJV5Mll2uHEwRdR/5Li1OlXoECjLYkApdhWy44ocONwXLiKO5A==",
  5260. "license": "MIT"
  5261. },
  5262. "node_modules/parse5": {
  5263. "version": "7.3.0",
  5264. "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
  5265. "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
  5266. "license": "MIT",
  5267. "dependencies": {
  5268. "entities": "^6.0.0"
  5269. },
  5270. "funding": {
  5271. "url": "https://github.com/inikulin/parse5?sponsor=1"
  5272. }
  5273. },
  5274. "node_modules/parse5/node_modules/entities": {
  5275. "version": "6.0.1",
  5276. "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
  5277. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  5278. "license": "BSD-2-Clause",
  5279. "engines": {
  5280. "node": ">=0.12"
  5281. },
  5282. "funding": {
  5283. "url": "https://github.com/fb55/entities?sponsor=1"
  5284. }
  5285. },
  5286. "node_modules/parseurl": {
  5287. "version": "1.3.3",
  5288. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  5289. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  5290. "license": "MIT",
  5291. "engines": {
  5292. "node": ">= 0.8"
  5293. }
  5294. },
  5295. "node_modules/path": {
  5296. "version": "0.12.7",
  5297. "resolved": "https://registry.npmmirror.com/path/-/path-0.12.7.tgz",
  5298. "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==",
  5299. "dev": true,
  5300. "license": "MIT",
  5301. "dependencies": {
  5302. "process": "^0.11.1",
  5303. "util": "^0.10.3"
  5304. }
  5305. },
  5306. "node_modules/path-exists": {
  5307. "version": "4.0.0",
  5308. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5309. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5310. "dev": true,
  5311. "license": "MIT",
  5312. "engines": {
  5313. "node": ">=8"
  5314. }
  5315. },
  5316. "node_modules/path-key": {
  5317. "version": "3.1.1",
  5318. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5319. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5320. "dev": true,
  5321. "license": "MIT",
  5322. "engines": {
  5323. "node": ">=8"
  5324. }
  5325. },
  5326. "node_modules/path-parse": {
  5327. "version": "1.0.7",
  5328. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  5329. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5330. "license": "MIT"
  5331. },
  5332. "node_modules/path-to-regexp": {
  5333. "version": "8.2.0",
  5334. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
  5335. "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
  5336. "license": "MIT",
  5337. "engines": {
  5338. "node": ">=16"
  5339. }
  5340. },
  5341. "node_modules/picocolors": {
  5342. "version": "1.1.1",
  5343. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  5344. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5345. "license": "ISC"
  5346. },
  5347. "node_modules/picomatch": {
  5348. "version": "4.0.2",
  5349. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  5350. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  5351. "license": "MIT",
  5352. "engines": {
  5353. "node": ">=12"
  5354. },
  5355. "funding": {
  5356. "url": "https://github.com/sponsors/jonschlinkert"
  5357. }
  5358. },
  5359. "node_modules/pkcs7": {
  5360. "version": "1.0.4",
  5361. "resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-1.0.4.tgz",
  5362. "integrity": "sha512-afRERtHn54AlwaF2/+LFszyAANTCggGilmcmILUzEjvs3XgFZT+xE6+QWQcAGmu4xajy+Xtj7acLOPdx5/eXWQ==",
  5363. "license": "Apache-2.0",
  5364. "dependencies": {
  5365. "@babel/runtime": "^7.5.5"
  5366. },
  5367. "bin": {
  5368. "pkcs7": "bin/cli.js"
  5369. }
  5370. },
  5371. "node_modules/postcss": {
  5372. "version": "8.5.6",
  5373. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  5374. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  5375. "funding": [
  5376. {
  5377. "type": "opencollective",
  5378. "url": "https://opencollective.com/postcss/"
  5379. },
  5380. {
  5381. "type": "tidelift",
  5382. "url": "https://tidelift.com/funding/github/npm/postcss"
  5383. },
  5384. {
  5385. "type": "github",
  5386. "url": "https://github.com/sponsors/ai"
  5387. }
  5388. ],
  5389. "license": "MIT",
  5390. "dependencies": {
  5391. "nanoid": "^3.3.11",
  5392. "picocolors": "^1.1.1",
  5393. "source-map-js": "^1.2.1"
  5394. },
  5395. "engines": {
  5396. "node": "^10 || ^12 || >=14"
  5397. }
  5398. },
  5399. "node_modules/postcss-selector-parser": {
  5400. "version": "6.1.2",
  5401. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  5402. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  5403. "dev": true,
  5404. "license": "MIT",
  5405. "dependencies": {
  5406. "cssesc": "^3.0.0",
  5407. "util-deprecate": "^1.0.2"
  5408. },
  5409. "engines": {
  5410. "node": ">=4"
  5411. }
  5412. },
  5413. "node_modules/prelude-ls": {
  5414. "version": "1.2.1",
  5415. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5416. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5417. "dev": true,
  5418. "license": "MIT",
  5419. "engines": {
  5420. "node": ">= 0.8.0"
  5421. }
  5422. },
  5423. "node_modules/process": {
  5424. "version": "0.11.10",
  5425. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  5426. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  5427. "license": "MIT",
  5428. "engines": {
  5429. "node": ">= 0.6.0"
  5430. }
  5431. },
  5432. "node_modules/proxy-from-env": {
  5433. "version": "1.1.0",
  5434. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  5435. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  5436. "license": "MIT"
  5437. },
  5438. "node_modules/punycode": {
  5439. "version": "2.3.1",
  5440. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5441. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5442. "license": "MIT",
  5443. "engines": {
  5444. "node": ">=6"
  5445. }
  5446. },
  5447. "node_modules/punycode.js": {
  5448. "version": "2.3.1",
  5449. "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
  5450. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  5451. "license": "MIT",
  5452. "engines": {
  5453. "node": ">=6"
  5454. }
  5455. },
  5456. "node_modules/readdirp": {
  5457. "version": "4.1.2",
  5458. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  5459. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  5460. "devOptional": true,
  5461. "license": "MIT",
  5462. "engines": {
  5463. "node": ">= 14.18.0"
  5464. },
  5465. "funding": {
  5466. "type": "individual",
  5467. "url": "https://paulmillr.com/funding/"
  5468. }
  5469. },
  5470. "node_modules/regenerate": {
  5471. "version": "1.4.2",
  5472. "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
  5473. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  5474. "license": "MIT"
  5475. },
  5476. "node_modules/regenerate-unicode-properties": {
  5477. "version": "10.2.0",
  5478. "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
  5479. "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
  5480. "license": "MIT",
  5481. "dependencies": {
  5482. "regenerate": "^1.4.2"
  5483. },
  5484. "engines": {
  5485. "node": ">=4"
  5486. }
  5487. },
  5488. "node_modules/regenerator-runtime": {
  5489. "version": "0.14.1",
  5490. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  5491. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  5492. "license": "MIT"
  5493. },
  5494. "node_modules/regexpu-core": {
  5495. "version": "6.2.0",
  5496. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz",
  5497. "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
  5498. "license": "MIT",
  5499. "dependencies": {
  5500. "regenerate": "^1.4.2",
  5501. "regenerate-unicode-properties": "^10.2.0",
  5502. "regjsgen": "^0.8.0",
  5503. "regjsparser": "^0.12.0",
  5504. "unicode-match-property-ecmascript": "^2.0.0",
  5505. "unicode-match-property-value-ecmascript": "^2.1.0"
  5506. },
  5507. "engines": {
  5508. "node": ">=4"
  5509. }
  5510. },
  5511. "node_modules/regjsgen": {
  5512. "version": "0.8.0",
  5513. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.8.0.tgz",
  5514. "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
  5515. "license": "MIT"
  5516. },
  5517. "node_modules/regjsparser": {
  5518. "version": "0.12.0",
  5519. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz",
  5520. "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
  5521. "license": "BSD-2-Clause",
  5522. "dependencies": {
  5523. "jsesc": "~3.0.2"
  5524. },
  5525. "bin": {
  5526. "regjsparser": "bin/parser"
  5527. }
  5528. },
  5529. "node_modules/regjsparser/node_modules/jsesc": {
  5530. "version": "3.0.2",
  5531. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz",
  5532. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  5533. "license": "MIT",
  5534. "bin": {
  5535. "jsesc": "bin/jsesc"
  5536. },
  5537. "engines": {
  5538. "node": ">=6"
  5539. }
  5540. },
  5541. "node_modules/resolve": {
  5542. "version": "1.22.10",
  5543. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  5544. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  5545. "license": "MIT",
  5546. "dependencies": {
  5547. "is-core-module": "^2.16.0",
  5548. "path-parse": "^1.0.7",
  5549. "supports-preserve-symlinks-flag": "^1.0.0"
  5550. },
  5551. "bin": {
  5552. "resolve": "bin/resolve"
  5553. },
  5554. "engines": {
  5555. "node": ">= 0.4"
  5556. },
  5557. "funding": {
  5558. "url": "https://github.com/sponsors/ljharb"
  5559. }
  5560. },
  5561. "node_modules/resolve-from": {
  5562. "version": "4.0.0",
  5563. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5564. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5565. "dev": true,
  5566. "license": "MIT",
  5567. "engines": {
  5568. "node": ">=4"
  5569. }
  5570. },
  5571. "node_modules/rollup": {
  5572. "version": "4.44.1",
  5573. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.44.1.tgz",
  5574. "integrity": "sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==",
  5575. "license": "MIT",
  5576. "dependencies": {
  5577. "@types/estree": "1.0.8"
  5578. },
  5579. "bin": {
  5580. "rollup": "dist/bin/rollup"
  5581. },
  5582. "engines": {
  5583. "node": ">=18.0.0",
  5584. "npm": ">=8.0.0"
  5585. },
  5586. "optionalDependencies": {
  5587. "@rollup/rollup-android-arm-eabi": "4.44.1",
  5588. "@rollup/rollup-android-arm64": "4.44.1",
  5589. "@rollup/rollup-darwin-arm64": "4.44.1",
  5590. "@rollup/rollup-darwin-x64": "4.44.1",
  5591. "@rollup/rollup-freebsd-arm64": "4.44.1",
  5592. "@rollup/rollup-freebsd-x64": "4.44.1",
  5593. "@rollup/rollup-linux-arm-gnueabihf": "4.44.1",
  5594. "@rollup/rollup-linux-arm-musleabihf": "4.44.1",
  5595. "@rollup/rollup-linux-arm64-gnu": "4.44.1",
  5596. "@rollup/rollup-linux-arm64-musl": "4.44.1",
  5597. "@rollup/rollup-linux-loongarch64-gnu": "4.44.1",
  5598. "@rollup/rollup-linux-powerpc64le-gnu": "4.44.1",
  5599. "@rollup/rollup-linux-riscv64-gnu": "4.44.1",
  5600. "@rollup/rollup-linux-riscv64-musl": "4.44.1",
  5601. "@rollup/rollup-linux-s390x-gnu": "4.44.1",
  5602. "@rollup/rollup-linux-x64-gnu": "4.44.1",
  5603. "@rollup/rollup-linux-x64-musl": "4.44.1",
  5604. "@rollup/rollup-win32-arm64-msvc": "4.44.1",
  5605. "@rollup/rollup-win32-ia32-msvc": "4.44.1",
  5606. "@rollup/rollup-win32-x64-msvc": "4.44.1",
  5607. "fsevents": "~2.3.2"
  5608. }
  5609. },
  5610. "node_modules/router": {
  5611. "version": "2.2.0",
  5612. "resolved": "https://registry.npmmirror.com/router/-/router-2.2.0.tgz",
  5613. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  5614. "license": "MIT",
  5615. "dependencies": {
  5616. "debug": "^4.4.0",
  5617. "depd": "^2.0.0",
  5618. "is-promise": "^4.0.0",
  5619. "parseurl": "^1.3.3",
  5620. "path-to-regexp": "^8.0.0"
  5621. },
  5622. "engines": {
  5623. "node": ">= 18"
  5624. }
  5625. },
  5626. "node_modules/rrweb-cssom": {
  5627. "version": "0.8.0",
  5628. "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
  5629. "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
  5630. "license": "MIT"
  5631. },
  5632. "node_modules/rust-result": {
  5633. "version": "1.0.0",
  5634. "resolved": "https://registry.npmjs.org/rust-result/-/rust-result-1.0.0.tgz",
  5635. "integrity": "sha512-6cJzSBU+J/RJCF063onnQf0cDUOHs9uZI1oroSGnHOph+CQTIJ5Pp2hK5kEQq1+7yE/EEWfulSNXAQ2jikPthA==",
  5636. "license": "MIT",
  5637. "dependencies": {
  5638. "individual": "^2.0.0"
  5639. }
  5640. },
  5641. "node_modules/safe-json-parse": {
  5642. "version": "4.0.0",
  5643. "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-4.0.0.tgz",
  5644. "integrity": "sha512-RjZPPHugjK0TOzFrLZ8inw44s9bKox99/0AZW9o/BEQVrJfhI+fIHMErnPyRa89/yRXUUr93q+tiN6zhoVV4wQ==",
  5645. "dependencies": {
  5646. "rust-result": "^1.0.0"
  5647. }
  5648. },
  5649. "node_modules/safer-buffer": {
  5650. "version": "2.1.2",
  5651. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  5652. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  5653. "license": "MIT"
  5654. },
  5655. "node_modules/sass": {
  5656. "version": "1.89.2",
  5657. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.89.2.tgz",
  5658. "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==",
  5659. "devOptional": true,
  5660. "license": "MIT",
  5661. "dependencies": {
  5662. "chokidar": "^4.0.0",
  5663. "immutable": "^5.0.2",
  5664. "source-map-js": ">=0.6.2 <2.0.0"
  5665. },
  5666. "bin": {
  5667. "sass": "sass.js"
  5668. },
  5669. "engines": {
  5670. "node": ">=14.0.0"
  5671. },
  5672. "optionalDependencies": {
  5673. "@parcel/watcher": "^2.4.1"
  5674. }
  5675. },
  5676. "node_modules/saxes": {
  5677. "version": "6.0.0",
  5678. "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
  5679. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  5680. "license": "ISC",
  5681. "dependencies": {
  5682. "xmlchars": "^2.2.0"
  5683. },
  5684. "engines": {
  5685. "node": ">=v12.22.7"
  5686. }
  5687. },
  5688. "node_modules/semver": {
  5689. "version": "6.3.1",
  5690. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5691. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5692. "license": "ISC",
  5693. "bin": {
  5694. "semver": "bin/semver.js"
  5695. }
  5696. },
  5697. "node_modules/shebang-command": {
  5698. "version": "2.0.0",
  5699. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5700. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5701. "dev": true,
  5702. "license": "MIT",
  5703. "dependencies": {
  5704. "shebang-regex": "^3.0.0"
  5705. },
  5706. "engines": {
  5707. "node": ">=8"
  5708. }
  5709. },
  5710. "node_modules/shebang-regex": {
  5711. "version": "3.0.0",
  5712. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5713. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5714. "dev": true,
  5715. "license": "MIT",
  5716. "engines": {
  5717. "node": ">=8"
  5718. }
  5719. },
  5720. "node_modules/source-map": {
  5721. "version": "0.6.1",
  5722. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5723. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5724. "license": "BSD-3-Clause",
  5725. "peer": true,
  5726. "engines": {
  5727. "node": ">=0.10.0"
  5728. }
  5729. },
  5730. "node_modules/source-map-js": {
  5731. "version": "1.2.1",
  5732. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  5733. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5734. "license": "BSD-3-Clause",
  5735. "engines": {
  5736. "node": ">=0.10.0"
  5737. }
  5738. },
  5739. "node_modules/source-map-support": {
  5740. "version": "0.5.21",
  5741. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  5742. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  5743. "license": "MIT",
  5744. "peer": true,
  5745. "dependencies": {
  5746. "buffer-from": "^1.0.0",
  5747. "source-map": "^0.6.0"
  5748. }
  5749. },
  5750. "node_modules/strip-json-comments": {
  5751. "version": "3.1.1",
  5752. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5753. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5754. "dev": true,
  5755. "license": "MIT",
  5756. "engines": {
  5757. "node": ">=8"
  5758. },
  5759. "funding": {
  5760. "url": "https://github.com/sponsors/sindresorhus"
  5761. }
  5762. },
  5763. "node_modules/supports-color": {
  5764. "version": "7.2.0",
  5765. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5766. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5767. "dev": true,
  5768. "license": "MIT",
  5769. "dependencies": {
  5770. "has-flag": "^4.0.0"
  5771. },
  5772. "engines": {
  5773. "node": ">=8"
  5774. }
  5775. },
  5776. "node_modules/supports-preserve-symlinks-flag": {
  5777. "version": "1.0.0",
  5778. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5779. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  5780. "license": "MIT",
  5781. "engines": {
  5782. "node": ">= 0.4"
  5783. },
  5784. "funding": {
  5785. "url": "https://github.com/sponsors/ljharb"
  5786. }
  5787. },
  5788. "node_modules/symbol-tree": {
  5789. "version": "3.2.4",
  5790. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  5791. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  5792. "license": "MIT"
  5793. },
  5794. "node_modules/systemjs": {
  5795. "version": "6.15.1",
  5796. "resolved": "https://registry.npmmirror.com/systemjs/-/systemjs-6.15.1.tgz",
  5797. "integrity": "sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==",
  5798. "license": "MIT"
  5799. },
  5800. "node_modules/terser": {
  5801. "version": "5.43.1",
  5802. "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz",
  5803. "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==",
  5804. "license": "BSD-2-Clause",
  5805. "peer": true,
  5806. "dependencies": {
  5807. "@jridgewell/source-map": "^0.3.3",
  5808. "acorn": "^8.14.0",
  5809. "commander": "^2.20.0",
  5810. "source-map-support": "~0.5.20"
  5811. },
  5812. "bin": {
  5813. "terser": "bin/terser"
  5814. },
  5815. "engines": {
  5816. "node": ">=10"
  5817. }
  5818. },
  5819. "node_modules/throttle-debounce": {
  5820. "version": "3.0.1",
  5821. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz",
  5822. "integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==",
  5823. "license": "MIT",
  5824. "engines": {
  5825. "node": ">=10"
  5826. }
  5827. },
  5828. "node_modules/tinyglobby": {
  5829. "version": "0.2.14",
  5830. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  5831. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  5832. "license": "MIT",
  5833. "dependencies": {
  5834. "fdir": "^6.4.4",
  5835. "picomatch": "^4.0.2"
  5836. },
  5837. "engines": {
  5838. "node": ">=12.0.0"
  5839. },
  5840. "funding": {
  5841. "url": "https://github.com/sponsors/SuperchupuDev"
  5842. }
  5843. },
  5844. "node_modules/tldts": {
  5845. "version": "6.1.86",
  5846. "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
  5847. "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
  5848. "license": "MIT",
  5849. "dependencies": {
  5850. "tldts-core": "^6.1.86"
  5851. },
  5852. "bin": {
  5853. "tldts": "bin/cli.js"
  5854. }
  5855. },
  5856. "node_modules/tldts-core": {
  5857. "version": "6.1.86",
  5858. "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
  5859. "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
  5860. "license": "MIT"
  5861. },
  5862. "node_modules/to-regex-range": {
  5863. "version": "5.0.1",
  5864. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  5865. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  5866. "license": "MIT",
  5867. "optional": true,
  5868. "dependencies": {
  5869. "is-number": "^7.0.0"
  5870. },
  5871. "engines": {
  5872. "node": ">=8.0"
  5873. }
  5874. },
  5875. "node_modules/tough-cookie": {
  5876. "version": "5.1.2",
  5877. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
  5878. "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
  5879. "license": "BSD-3-Clause",
  5880. "dependencies": {
  5881. "tldts": "^6.1.32"
  5882. },
  5883. "engines": {
  5884. "node": ">=16"
  5885. }
  5886. },
  5887. "node_modules/tr46": {
  5888. "version": "5.1.1",
  5889. "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
  5890. "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
  5891. "license": "MIT",
  5892. "dependencies": {
  5893. "punycode": "^2.3.1"
  5894. },
  5895. "engines": {
  5896. "node": ">=18"
  5897. }
  5898. },
  5899. "node_modules/tsml": {
  5900. "version": "1.0.1",
  5901. "resolved": "https://registry.npmjs.org/tsml/-/tsml-1.0.1.tgz",
  5902. "integrity": "sha512-3KmepnH9SUsoOVtg013CRrL7c+AK7ECaquAsJdvu4288EDJuraqBlP4PDXT/rLEJ9YDn4jqLAzRJsnFPx+V6lg==",
  5903. "deprecated": "no longer maintained",
  5904. "license": "MIT"
  5905. },
  5906. "node_modules/type-check": {
  5907. "version": "0.4.0",
  5908. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  5909. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  5910. "dev": true,
  5911. "license": "MIT",
  5912. "dependencies": {
  5913. "prelude-ls": "^1.2.1"
  5914. },
  5915. "engines": {
  5916. "node": ">= 0.8.0"
  5917. }
  5918. },
  5919. "node_modules/uc.micro": {
  5920. "version": "2.1.0",
  5921. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
  5922. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  5923. "license": "MIT"
  5924. },
  5925. "node_modules/undici-types": {
  5926. "version": "7.8.0",
  5927. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.8.0.tgz",
  5928. "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
  5929. "devOptional": true,
  5930. "license": "MIT"
  5931. },
  5932. "node_modules/unicode-canonical-property-names-ecmascript": {
  5933. "version": "2.0.1",
  5934. "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
  5935. "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
  5936. "license": "MIT",
  5937. "engines": {
  5938. "node": ">=4"
  5939. }
  5940. },
  5941. "node_modules/unicode-match-property-ecmascript": {
  5942. "version": "2.0.0",
  5943. "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  5944. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  5945. "license": "MIT",
  5946. "dependencies": {
  5947. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  5948. "unicode-property-aliases-ecmascript": "^2.0.0"
  5949. },
  5950. "engines": {
  5951. "node": ">=4"
  5952. }
  5953. },
  5954. "node_modules/unicode-match-property-value-ecmascript": {
  5955. "version": "2.2.0",
  5956. "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
  5957. "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
  5958. "license": "MIT",
  5959. "engines": {
  5960. "node": ">=4"
  5961. }
  5962. },
  5963. "node_modules/unicode-property-aliases-ecmascript": {
  5964. "version": "2.1.0",
  5965. "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  5966. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  5967. "license": "MIT",
  5968. "engines": {
  5969. "node": ">=4"
  5970. }
  5971. },
  5972. "node_modules/update-browserslist-db": {
  5973. "version": "1.1.3",
  5974. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  5975. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  5976. "funding": [
  5977. {
  5978. "type": "opencollective",
  5979. "url": "https://opencollective.com/browserslist"
  5980. },
  5981. {
  5982. "type": "tidelift",
  5983. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5984. },
  5985. {
  5986. "type": "github",
  5987. "url": "https://github.com/sponsors/ai"
  5988. }
  5989. ],
  5990. "license": "MIT",
  5991. "dependencies": {
  5992. "escalade": "^3.2.0",
  5993. "picocolors": "^1.1.1"
  5994. },
  5995. "bin": {
  5996. "update-browserslist-db": "cli.js"
  5997. },
  5998. "peerDependencies": {
  5999. "browserslist": ">= 4.21.0"
  6000. }
  6001. },
  6002. "node_modules/uri-js": {
  6003. "version": "4.4.1",
  6004. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6005. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6006. "dev": true,
  6007. "license": "BSD-2-Clause",
  6008. "dependencies": {
  6009. "punycode": "^2.1.0"
  6010. }
  6011. },
  6012. "node_modules/url-toolkit": {
  6013. "version": "2.2.5",
  6014. "resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.5.tgz",
  6015. "integrity": "sha512-mtN6xk+Nac+oyJ/PrI7tzfmomRVNFIWKUbG8jdYFt52hxbiReFAXIjYskvu64/dvuW71IcB7lV8l0HvZMac6Jg==",
  6016. "license": "Apache-2.0"
  6017. },
  6018. "node_modules/util": {
  6019. "version": "0.10.4",
  6020. "resolved": "https://registry.npmmirror.com/util/-/util-0.10.4.tgz",
  6021. "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
  6022. "dev": true,
  6023. "license": "MIT",
  6024. "dependencies": {
  6025. "inherits": "2.0.3"
  6026. }
  6027. },
  6028. "node_modules/util-deprecate": {
  6029. "version": "1.0.2",
  6030. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6031. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6032. "dev": true,
  6033. "license": "MIT"
  6034. },
  6035. "node_modules/video.js": {
  6036. "version": "7.21.5",
  6037. "resolved": "https://registry.npmjs.org/video.js/-/video.js-7.21.5.tgz",
  6038. "integrity": "sha512-WRq86tXZKrThA9mK+IR+v4tIQVVvnb5LhvL71fD2AX7TxVOPdaeK1X/wyuUruBqWaOG3w2sZXoMY6HF2Jlo9qA==",
  6039. "license": "Apache-2.0",
  6040. "dependencies": {
  6041. "@babel/runtime": "^7.12.5",
  6042. "@videojs/http-streaming": "2.16.2",
  6043. "@videojs/vhs-utils": "^3.0.4",
  6044. "@videojs/xhr": "2.6.0",
  6045. "aes-decrypter": "3.1.3",
  6046. "global": "^4.4.0",
  6047. "keycode": "^2.2.0",
  6048. "m3u8-parser": "4.8.0",
  6049. "mpd-parser": "0.22.1",
  6050. "mux.js": "6.0.1",
  6051. "safe-json-parse": "4.0.0",
  6052. "videojs-font": "3.2.0",
  6053. "videojs-vtt.js": "^0.15.5"
  6054. }
  6055. },
  6056. "node_modules/videojs-contrib-hls": {
  6057. "version": "5.15.0",
  6058. "resolved": "https://registry.npmjs.org/videojs-contrib-hls/-/videojs-contrib-hls-5.15.0.tgz",
  6059. "integrity": "sha512-18zbMYZ0XRBKTPEayA9bFTWWrqhT9b4G8+zf0czJLD7Epe5PcK1I/3dflTHQeQ5rwlWir+/XnFU3sMg/B2MMcw==",
  6060. "license": "Apache-2.0",
  6061. "dependencies": {
  6062. "aes-decrypter": "1.0.3",
  6063. "global": "^4.3.0",
  6064. "m3u8-parser": "2.1.0",
  6065. "mux.js": "4.3.2",
  6066. "url-toolkit": "^2.1.3",
  6067. "video.js": "^5.19.1 || ^6.2.0",
  6068. "videojs-contrib-media-sources": "4.7.2",
  6069. "webwackify": "0.1.6"
  6070. },
  6071. "engines": {
  6072. "node": ">= 0.10.12"
  6073. }
  6074. },
  6075. "node_modules/videojs-contrib-hls/node_modules/aes-decrypter": {
  6076. "version": "1.0.3",
  6077. "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-1.0.3.tgz",
  6078. "integrity": "sha512-rsx8pfx7wJsn+ziYbpJ8XA5c93hKAtBCrfydxJqJCMT+qfjipd/B5wC2xHtBcoxyvlqJcpeAo3K55t0lXOn9yQ==",
  6079. "license": "Apache-2.0",
  6080. "dependencies": {
  6081. "pkcs7": "^0.2.3"
  6082. }
  6083. },
  6084. "node_modules/videojs-contrib-hls/node_modules/global": {
  6085. "version": "4.3.2",
  6086. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  6087. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  6088. "license": "MIT",
  6089. "dependencies": {
  6090. "min-document": "^2.19.0",
  6091. "process": "~0.5.1"
  6092. }
  6093. },
  6094. "node_modules/videojs-contrib-hls/node_modules/m3u8-parser": {
  6095. "version": "2.1.0",
  6096. "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-2.1.0.tgz",
  6097. "integrity": "sha512-WbEpQ2FUaNGbJ0YanSeyj9D9ruu4FUvz+ZvebIzI2bSME+PUwcPXO1kKXZkjcPUAFruDikoOI5fWQNIA6JCCOQ==",
  6098. "license": "Apache-2.0"
  6099. },
  6100. "node_modules/videojs-contrib-hls/node_modules/mux.js": {
  6101. "version": "4.3.2",
  6102. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-4.3.2.tgz",
  6103. "integrity": "sha512-g0q6DPdvb3yYcoK7ElBGobdSSrhY/RjPt19U7uUc733aqvc5bCS/aCvL9z+448y+IoCZnYDwyZfQBBXMSmGOaQ==",
  6104. "license": "Apache-2.0"
  6105. },
  6106. "node_modules/videojs-contrib-hls/node_modules/pkcs7": {
  6107. "version": "0.2.3",
  6108. "resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-0.2.3.tgz",
  6109. "integrity": "sha512-kJRwmADEQUg+qJyRgWLtpEL9q9cFjZschejTEK3GRjKvnsU9G5WWoe/wKqRgbBoqWdVSeTUKP6vIA3Y72M3rWA==",
  6110. "license": "Apache2",
  6111. "bin": {
  6112. "pkcs7": "lib/cli.js"
  6113. },
  6114. "engines": {
  6115. "node": "^0.10",
  6116. "npm": "^1.4.6"
  6117. }
  6118. },
  6119. "node_modules/videojs-contrib-hls/node_modules/process": {
  6120. "version": "0.5.2",
  6121. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  6122. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  6123. "engines": {
  6124. "node": ">= 0.6.0"
  6125. }
  6126. },
  6127. "node_modules/videojs-contrib-hls/node_modules/video.js": {
  6128. "version": "6.13.0",
  6129. "resolved": "https://registry.npmjs.org/video.js/-/video.js-6.13.0.tgz",
  6130. "integrity": "sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==",
  6131. "license": "Apache-2.0",
  6132. "dependencies": {
  6133. "babel-runtime": "^6.9.2",
  6134. "global": "4.3.2",
  6135. "safe-json-parse": "4.0.0",
  6136. "tsml": "1.0.1",
  6137. "videojs-font": "2.1.0",
  6138. "videojs-ie8": "1.1.2",
  6139. "videojs-vtt.js": "0.12.6",
  6140. "xhr": "2.4.0"
  6141. }
  6142. },
  6143. "node_modules/videojs-contrib-hls/node_modules/videojs-font": {
  6144. "version": "2.1.0",
  6145. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-2.1.0.tgz",
  6146. "integrity": "sha512-zFqWpLrXf1q8NtYx5qtZhMC6SLUFScDmR6j+UGPogobxR21lvXShhnzcNNMdOxJUuFLiToJ/BPpFUQwX4xhpvA==",
  6147. "license": "Apache-2.0"
  6148. },
  6149. "node_modules/videojs-contrib-hls/node_modules/videojs-vtt.js": {
  6150. "version": "0.12.6",
  6151. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.12.6.tgz",
  6152. "integrity": "sha512-XFXeGBQiljnElMhwCcZst0RDbZn2n8LU7ZScXryd3a00OaZsHAjdZu/7/RdSr7Z1jHphd45FnOvOQkGK4YrWCQ==",
  6153. "license": "Apache-2.0",
  6154. "dependencies": {
  6155. "global": "^4.3.1"
  6156. }
  6157. },
  6158. "node_modules/videojs-contrib-media-sources": {
  6159. "version": "4.7.2",
  6160. "resolved": "https://registry.npmjs.org/videojs-contrib-media-sources/-/videojs-contrib-media-sources-4.7.2.tgz",
  6161. "integrity": "sha512-e6iCHWBFuV05EGo7v+pS9iepObXnJ9joms467gzi8ZjpKVb3ifha9M0Ja24Rd8JfvYpzjltsgDVtGFDvIg4hQQ==",
  6162. "license": "Apache-2.0",
  6163. "dependencies": {
  6164. "global": "^4.3.0",
  6165. "mux.js": "4.3.2",
  6166. "video.js": "^5.17.0 || ^6.2.0",
  6167. "webwackify": "0.1.6"
  6168. }
  6169. },
  6170. "node_modules/videojs-contrib-media-sources/node_modules/global": {
  6171. "version": "4.3.2",
  6172. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  6173. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  6174. "license": "MIT",
  6175. "dependencies": {
  6176. "min-document": "^2.19.0",
  6177. "process": "~0.5.1"
  6178. }
  6179. },
  6180. "node_modules/videojs-contrib-media-sources/node_modules/mux.js": {
  6181. "version": "4.3.2",
  6182. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-4.3.2.tgz",
  6183. "integrity": "sha512-g0q6DPdvb3yYcoK7ElBGobdSSrhY/RjPt19U7uUc733aqvc5bCS/aCvL9z+448y+IoCZnYDwyZfQBBXMSmGOaQ==",
  6184. "license": "Apache-2.0"
  6185. },
  6186. "node_modules/videojs-contrib-media-sources/node_modules/process": {
  6187. "version": "0.5.2",
  6188. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  6189. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  6190. "engines": {
  6191. "node": ">= 0.6.0"
  6192. }
  6193. },
  6194. "node_modules/videojs-contrib-media-sources/node_modules/video.js": {
  6195. "version": "6.13.0",
  6196. "resolved": "https://registry.npmjs.org/video.js/-/video.js-6.13.0.tgz",
  6197. "integrity": "sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==",
  6198. "license": "Apache-2.0",
  6199. "dependencies": {
  6200. "babel-runtime": "^6.9.2",
  6201. "global": "4.3.2",
  6202. "safe-json-parse": "4.0.0",
  6203. "tsml": "1.0.1",
  6204. "videojs-font": "2.1.0",
  6205. "videojs-ie8": "1.1.2",
  6206. "videojs-vtt.js": "0.12.6",
  6207. "xhr": "2.4.0"
  6208. }
  6209. },
  6210. "node_modules/videojs-contrib-media-sources/node_modules/videojs-font": {
  6211. "version": "2.1.0",
  6212. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-2.1.0.tgz",
  6213. "integrity": "sha512-zFqWpLrXf1q8NtYx5qtZhMC6SLUFScDmR6j+UGPogobxR21lvXShhnzcNNMdOxJUuFLiToJ/BPpFUQwX4xhpvA==",
  6214. "license": "Apache-2.0"
  6215. },
  6216. "node_modules/videojs-contrib-media-sources/node_modules/videojs-vtt.js": {
  6217. "version": "0.12.6",
  6218. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.12.6.tgz",
  6219. "integrity": "sha512-XFXeGBQiljnElMhwCcZst0RDbZn2n8LU7ZScXryd3a00OaZsHAjdZu/7/RdSr7Z1jHphd45FnOvOQkGK4YrWCQ==",
  6220. "license": "Apache-2.0",
  6221. "dependencies": {
  6222. "global": "^4.3.1"
  6223. }
  6224. },
  6225. "node_modules/videojs-flash": {
  6226. "version": "2.2.1",
  6227. "resolved": "https://registry.npmjs.org/videojs-flash/-/videojs-flash-2.2.1.tgz",
  6228. "integrity": "sha512-mHu6TD12EKkxMvr8tg4AcfV/DuVLff427nneoZom3N9Dd2bv0sJOWwdLPQH1v5BCuAuXAVuAOba56ovTl+G3tQ==",
  6229. "license": "Apache-2.0",
  6230. "dependencies": {
  6231. "global": "^4.4.0",
  6232. "video.js": "^6 || ^7",
  6233. "videojs-swf": "5.4.2"
  6234. },
  6235. "engines": {
  6236. "node": ">=4.4.0"
  6237. }
  6238. },
  6239. "node_modules/videojs-font": {
  6240. "version": "3.2.0",
  6241. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-3.2.0.tgz",
  6242. "integrity": "sha512-g8vHMKK2/JGorSfqAZQUmYYNnXmfec4MLhwtEFS+mMs2IDY398GLysy6BH6K+aS1KMNu/xWZ8Sue/X/mdQPliA==",
  6243. "license": "Apache-2.0"
  6244. },
  6245. "node_modules/videojs-hotkeys": {
  6246. "version": "0.2.30",
  6247. "resolved": "https://registry.npmjs.org/videojs-hotkeys/-/videojs-hotkeys-0.2.30.tgz",
  6248. "integrity": "sha512-G8kEQZPapoWDoEajh2Nroy4bCN1qVEul5AuzZqBS7ZCG45K7hqTYKgf1+fmYvG8m8u84sZmVMUvSWZBjaFW66Q==",
  6249. "license": "Apache-2.0"
  6250. },
  6251. "node_modules/videojs-ie8": {
  6252. "version": "1.1.2",
  6253. "resolved": "https://registry.npmjs.org/videojs-ie8/-/videojs-ie8-1.1.2.tgz",
  6254. "integrity": "sha512-0Zb2T4MLkpfZbeGMK/Z93b8Lrepr+rLFoHgQV1CoDeFqXvH7b+Vsd/VHoILGxQrgCSHFQ7mAODR6oyMjuiD4/g==",
  6255. "license": "Apache 2.0",
  6256. "dependencies": {
  6257. "es5-shim": "^4.5.1"
  6258. }
  6259. },
  6260. "node_modules/videojs-swf": {
  6261. "version": "5.4.2",
  6262. "resolved": "https://registry.npmjs.org/videojs-swf/-/videojs-swf-5.4.2.tgz",
  6263. "integrity": "sha512-FGg+Csioa8/A/EacvFefBdb9Z0rSiMlheHDunZnN3xXfUF43jvjawcWFQnZvrv1Cs1nE1LBrHyUZjF7j2mKOLw=="
  6264. },
  6265. "node_modules/videojs-vtt.js": {
  6266. "version": "0.15.5",
  6267. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.15.5.tgz",
  6268. "integrity": "sha512-yZbBxvA7QMYn15Lr/ZfhhLPrNpI/RmCSCqgIff57GC2gIrV5YfyzLfLyZMj0NnZSAz8syB4N0nHXpZg9MyrMOQ==",
  6269. "license": "Apache-2.0",
  6270. "dependencies": {
  6271. "global": "^4.3.1"
  6272. }
  6273. },
  6274. "node_modules/vite": {
  6275. "version": "7.0.0",
  6276. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.0.0.tgz",
  6277. "integrity": "sha512-ixXJB1YRgDIw2OszKQS9WxGHKwLdCsbQNkpJN171udl6szi/rIySHL6/Os3s2+oE4P/FLD4dxg4mD7Wust+u5g==",
  6278. "license": "MIT",
  6279. "dependencies": {
  6280. "esbuild": "^0.25.0",
  6281. "fdir": "^6.4.6",
  6282. "picomatch": "^4.0.2",
  6283. "postcss": "^8.5.6",
  6284. "rollup": "^4.40.0",
  6285. "tinyglobby": "^0.2.14"
  6286. },
  6287. "bin": {
  6288. "vite": "bin/vite.js"
  6289. },
  6290. "engines": {
  6291. "node": "^20.19.0 || >=22.12.0"
  6292. },
  6293. "funding": {
  6294. "url": "https://github.com/vitejs/vite?sponsor=1"
  6295. },
  6296. "optionalDependencies": {
  6297. "fsevents": "~2.3.3"
  6298. },
  6299. "peerDependencies": {
  6300. "@types/node": "^20.19.0 || >=22.12.0",
  6301. "jiti": ">=1.21.0",
  6302. "less": "^4.0.0",
  6303. "lightningcss": "^1.21.0",
  6304. "sass": "^1.70.0",
  6305. "sass-embedded": "^1.70.0",
  6306. "stylus": ">=0.54.8",
  6307. "sugarss": "^5.0.0",
  6308. "terser": "^5.16.0",
  6309. "tsx": "^4.8.1",
  6310. "yaml": "^2.4.2"
  6311. },
  6312. "peerDependenciesMeta": {
  6313. "@types/node": {
  6314. "optional": true
  6315. },
  6316. "jiti": {
  6317. "optional": true
  6318. },
  6319. "less": {
  6320. "optional": true
  6321. },
  6322. "lightningcss": {
  6323. "optional": true
  6324. },
  6325. "sass": {
  6326. "optional": true
  6327. },
  6328. "sass-embedded": {
  6329. "optional": true
  6330. },
  6331. "stylus": {
  6332. "optional": true
  6333. },
  6334. "sugarss": {
  6335. "optional": true
  6336. },
  6337. "terser": {
  6338. "optional": true
  6339. },
  6340. "tsx": {
  6341. "optional": true
  6342. },
  6343. "yaml": {
  6344. "optional": true
  6345. }
  6346. }
  6347. },
  6348. "node_modules/vue": {
  6349. "version": "3.5.17",
  6350. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.17.tgz",
  6351. "integrity": "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==",
  6352. "license": "MIT",
  6353. "dependencies": {
  6354. "@vue/compiler-dom": "3.5.17",
  6355. "@vue/compiler-sfc": "3.5.17",
  6356. "@vue/runtime-dom": "3.5.17",
  6357. "@vue/server-renderer": "3.5.17",
  6358. "@vue/shared": "3.5.17"
  6359. },
  6360. "peerDependencies": {
  6361. "typescript": "*"
  6362. },
  6363. "peerDependenciesMeta": {
  6364. "typescript": {
  6365. "optional": true
  6366. }
  6367. }
  6368. },
  6369. "node_modules/vue-demi": {
  6370. "version": "0.14.10",
  6371. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  6372. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  6373. "hasInstallScript": true,
  6374. "license": "MIT",
  6375. "bin": {
  6376. "vue-demi-fix": "bin/vue-demi-fix.js",
  6377. "vue-demi-switch": "bin/vue-demi-switch.js"
  6378. },
  6379. "engines": {
  6380. "node": ">=12"
  6381. },
  6382. "funding": {
  6383. "url": "https://github.com/sponsors/antfu"
  6384. },
  6385. "peerDependencies": {
  6386. "@vue/composition-api": "^1.0.0-rc.1",
  6387. "vue": "^3.0.0-0 || ^2.6.0"
  6388. },
  6389. "peerDependenciesMeta": {
  6390. "@vue/composition-api": {
  6391. "optional": true
  6392. }
  6393. }
  6394. },
  6395. "node_modules/vue-eslint-parser": {
  6396. "version": "10.2.0",
  6397. "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.2.0.tgz",
  6398. "integrity": "sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==",
  6399. "dev": true,
  6400. "license": "MIT",
  6401. "peer": true,
  6402. "dependencies": {
  6403. "debug": "^4.4.0",
  6404. "eslint-scope": "^8.2.0",
  6405. "eslint-visitor-keys": "^4.2.0",
  6406. "espree": "^10.3.0",
  6407. "esquery": "^1.6.0",
  6408. "semver": "^7.6.3"
  6409. },
  6410. "engines": {
  6411. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6412. },
  6413. "funding": {
  6414. "url": "https://github.com/sponsors/mysticatea"
  6415. },
  6416. "peerDependencies": {
  6417. "eslint": "^8.57.0 || ^9.0.0"
  6418. }
  6419. },
  6420. "node_modules/vue-eslint-parser/node_modules/semver": {
  6421. "version": "7.7.2",
  6422. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  6423. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  6424. "dev": true,
  6425. "license": "ISC",
  6426. "peer": true,
  6427. "bin": {
  6428. "semver": "bin/semver.js"
  6429. },
  6430. "engines": {
  6431. "node": ">=10"
  6432. }
  6433. },
  6434. "node_modules/vue-router": {
  6435. "version": "4.5.1",
  6436. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.1.tgz",
  6437. "integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
  6438. "license": "MIT",
  6439. "dependencies": {
  6440. "@vue/devtools-api": "^6.6.4"
  6441. },
  6442. "funding": {
  6443. "url": "https://github.com/sponsors/posva"
  6444. },
  6445. "peerDependencies": {
  6446. "vue": "^3.2.0"
  6447. }
  6448. },
  6449. "node_modules/vue-video-play": {
  6450. "version": "7.0.4",
  6451. "resolved": "https://registry.npmjs.org/vue-video-play/-/vue-video-play-7.0.4.tgz",
  6452. "integrity": "sha512-rTpOlAattbh53plTxVun8m6Ys70ioUHkaifX5c/QePpFNJPnw9rbQ/lXY6RHjv/bdyOaMZE+OiStdabl6y/Opw==",
  6453. "license": "MIT",
  6454. "dependencies": {
  6455. "object-assign": "^4.1.1",
  6456. "video.js": "^7.0.0",
  6457. "videojs-contrib-hls": "^5.12.2",
  6458. "videojs-flash": "^2.1.0",
  6459. "videojs-hotkeys": "^0.2.20"
  6460. },
  6461. "engines": {
  6462. "node": ">= 4.0.0",
  6463. "npm": ">= 3.0.0"
  6464. }
  6465. },
  6466. "node_modules/vue-video-player": {
  6467. "version": "6.0.0",
  6468. "resolved": "https://registry.npmjs.org/vue-video-player/-/vue-video-player-6.0.0.tgz",
  6469. "integrity": "sha512-WP47OtefsjMEReRCIKIL3tRRgH/PyNm8ELjsbYgr/WWrYAj5Ih9Adzkzp+ylYOI/v57jJ4O7O4XkbXBCmsTqNw==",
  6470. "license": "MIT",
  6471. "dependencies": {
  6472. "@videojs-player/vue": "1.x"
  6473. },
  6474. "peerDependencies": {
  6475. "@types/video.js": "7.x",
  6476. "video.js": "7.x",
  6477. "vue": "3.x"
  6478. }
  6479. },
  6480. "node_modules/vue3-video-play": {
  6481. "version": "1.3.1-beta.6",
  6482. "resolved": "https://registry.npmjs.org/vue3-video-play/-/vue3-video-play-1.3.1-beta.6.tgz",
  6483. "integrity": "sha512-Olrx2/LNAds7fuor/yX9ZKT9sOcwcfTt2g2YbbCrEaAmZ5Tb0hwBr5z+/CoLwELzzRzXCHPmWWoT0Wm5W/Nwpw==",
  6484. "license": "ISC",
  6485. "dependencies": {
  6486. "hls.js": "^1.0.10",
  6487. "throttle-debounce": "^3.0.1",
  6488. "vue": "^3.2.2"
  6489. }
  6490. },
  6491. "node_modules/vuex": {
  6492. "version": "4.0.2",
  6493. "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.0.2.tgz",
  6494. "integrity": "sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==",
  6495. "license": "MIT",
  6496. "dependencies": {
  6497. "@vue/devtools-api": "^6.0.0-beta.11"
  6498. },
  6499. "peerDependencies": {
  6500. "vue": "^3.0.2"
  6501. }
  6502. },
  6503. "node_modules/w3c-xmlserializer": {
  6504. "version": "5.0.0",
  6505. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  6506. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  6507. "license": "MIT",
  6508. "dependencies": {
  6509. "xml-name-validator": "^5.0.0"
  6510. },
  6511. "engines": {
  6512. "node": ">=18"
  6513. }
  6514. },
  6515. "node_modules/w3c-xmlserializer/node_modules/xml-name-validator": {
  6516. "version": "5.0.0",
  6517. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  6518. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  6519. "license": "Apache-2.0",
  6520. "engines": {
  6521. "node": ">=18"
  6522. }
  6523. },
  6524. "node_modules/web-storage-cache": {
  6525. "version": "1.1.1",
  6526. "resolved": "https://registry.npmjs.org/web-storage-cache/-/web-storage-cache-1.1.1.tgz",
  6527. "integrity": "sha512-D0MieGooOs8RpsrK+vnejXnvh4OOv/+lTFB35JRkJJQt+uOjPE08XpaE0QBLMTRu47B1KGT/Nq3Gbag3Orinzw==",
  6528. "license": "MIT"
  6529. },
  6530. "node_modules/webidl-conversions": {
  6531. "version": "7.0.0",
  6532. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
  6533. "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
  6534. "license": "BSD-2-Clause",
  6535. "engines": {
  6536. "node": ">=12"
  6537. }
  6538. },
  6539. "node_modules/webwackify": {
  6540. "version": "0.1.6",
  6541. "resolved": "https://registry.npmjs.org/webwackify/-/webwackify-0.1.6.tgz",
  6542. "integrity": "sha512-pGcw1T3HpNnM/UTRQqqRkkkzythSLts05mB+7Gr00B+0VbL0m39dFL5g20rSIEUt9Wrpw+/8k+snxRlUFHhcqA==",
  6543. "license": "MIT"
  6544. },
  6545. "node_modules/whatwg-encoding": {
  6546. "version": "3.1.1",
  6547. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
  6548. "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
  6549. "license": "MIT",
  6550. "dependencies": {
  6551. "iconv-lite": "0.6.3"
  6552. },
  6553. "engines": {
  6554. "node": ">=18"
  6555. }
  6556. },
  6557. "node_modules/whatwg-mimetype": {
  6558. "version": "4.0.0",
  6559. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
  6560. "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
  6561. "license": "MIT",
  6562. "engines": {
  6563. "node": ">=18"
  6564. }
  6565. },
  6566. "node_modules/whatwg-url": {
  6567. "version": "14.2.0",
  6568. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
  6569. "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
  6570. "license": "MIT",
  6571. "dependencies": {
  6572. "tr46": "^5.1.0",
  6573. "webidl-conversions": "^7.0.0"
  6574. },
  6575. "engines": {
  6576. "node": ">=18"
  6577. }
  6578. },
  6579. "node_modules/which": {
  6580. "version": "2.0.2",
  6581. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6582. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6583. "dev": true,
  6584. "license": "ISC",
  6585. "dependencies": {
  6586. "isexe": "^2.0.0"
  6587. },
  6588. "bin": {
  6589. "node-which": "bin/node-which"
  6590. },
  6591. "engines": {
  6592. "node": ">= 8"
  6593. }
  6594. },
  6595. "node_modules/word-wrap": {
  6596. "version": "1.2.5",
  6597. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  6598. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6599. "dev": true,
  6600. "license": "MIT",
  6601. "engines": {
  6602. "node": ">=0.10.0"
  6603. }
  6604. },
  6605. "node_modules/ws": {
  6606. "version": "8.18.3",
  6607. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  6608. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  6609. "license": "MIT",
  6610. "engines": {
  6611. "node": ">=10.0.0"
  6612. },
  6613. "peerDependencies": {
  6614. "bufferutil": "^4.0.1",
  6615. "utf-8-validate": ">=5.0.2"
  6616. },
  6617. "peerDependenciesMeta": {
  6618. "bufferutil": {
  6619. "optional": true
  6620. },
  6621. "utf-8-validate": {
  6622. "optional": true
  6623. }
  6624. }
  6625. },
  6626. "node_modules/xhr": {
  6627. "version": "2.4.0",
  6628. "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.4.0.tgz",
  6629. "integrity": "sha512-TUbBsdAuJbX8olk9hsDwGK8P1ri1XlV+PdEWkYw+HQQbpkiBR8PLgD1F3kQDPBs9l4Px34hP9rCYAZOCCAENbw==",
  6630. "license": "MIT",
  6631. "dependencies": {
  6632. "global": "~4.3.0",
  6633. "is-function": "^1.0.1",
  6634. "parse-headers": "^2.0.0",
  6635. "xtend": "^4.0.0"
  6636. }
  6637. },
  6638. "node_modules/xhr/node_modules/global": {
  6639. "version": "4.3.2",
  6640. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  6641. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  6642. "license": "MIT",
  6643. "dependencies": {
  6644. "min-document": "^2.19.0",
  6645. "process": "~0.5.1"
  6646. }
  6647. },
  6648. "node_modules/xhr/node_modules/process": {
  6649. "version": "0.5.2",
  6650. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  6651. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  6652. "engines": {
  6653. "node": ">= 0.6.0"
  6654. }
  6655. },
  6656. "node_modules/xml-name-validator": {
  6657. "version": "4.0.0",
  6658. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  6659. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  6660. "dev": true,
  6661. "license": "Apache-2.0",
  6662. "engines": {
  6663. "node": ">=12"
  6664. }
  6665. },
  6666. "node_modules/xmlchars": {
  6667. "version": "2.2.0",
  6668. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  6669. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  6670. "license": "MIT"
  6671. },
  6672. "node_modules/xtend": {
  6673. "version": "4.0.2",
  6674. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  6675. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  6676. "license": "MIT",
  6677. "engines": {
  6678. "node": ">=0.4"
  6679. }
  6680. },
  6681. "node_modules/yallist": {
  6682. "version": "3.1.1",
  6683. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  6684. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6685. "license": "ISC"
  6686. },
  6687. "node_modules/yocto-queue": {
  6688. "version": "0.1.0",
  6689. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6690. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6691. "dev": true,
  6692. "license": "MIT",
  6693. "engines": {
  6694. "node": ">=10"
  6695. },
  6696. "funding": {
  6697. "url": "https://github.com/sponsors/sindresorhus"
  6698. }
  6699. }
  6700. }
  6701. }