package-lock.json 245 KB

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