package-lock.json 285 KB

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