package-lock.json 245 KB

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