package-lock.json 219 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olivetin-webui",
  9. "version": "1.0.0",
  10. "license": "AGPL-3.0-only",
  11. "dependencies": {
  12. "@connectrpc/connect": "^2.1.1",
  13. "@connectrpc/connect-web": "^2.1.1",
  14. "@hugeicons/core-free-icons": "^3.3.0",
  15. "@hugeicons/vue": "^1.0.4",
  16. "@vitejs/plugin-vue": "^6.0.4",
  17. "@xterm/addon-fit": "^0.11.0",
  18. "@xterm/addon-web-links": "^0.12.0",
  19. "@xterm/xterm": "^6.0.0",
  20. "iconify-icon": "^3.0.2",
  21. "picocrank": "^1.14.0",
  22. "standard": "^17.1.2",
  23. "unplugin-vue-components": "^31.0.0",
  24. "vite": "^7.3.1",
  25. "vue": "^3.5.29",
  26. "vue-i18n": "^11.2.8",
  27. "vue-router": "^5.0.3"
  28. },
  29. "devDependencies": {
  30. "process": "^0.11.10",
  31. "stylelint": "^17.4.0",
  32. "stylelint-config-standard": "^40.0.0"
  33. }
  34. },
  35. "node_modules/@babel/code-frame": {
  36. "version": "7.12.11",
  37. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
  38. "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
  39. "dev": true,
  40. "dependencies": {
  41. "@babel/highlight": "^7.10.4"
  42. }
  43. },
  44. "node_modules/@babel/generator": {
  45. "version": "7.29.0",
  46. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.0.tgz",
  47. "integrity": "sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ==",
  48. "license": "MIT",
  49. "dependencies": {
  50. "@babel/parser": "^7.29.0",
  51. "@babel/types": "^7.29.0",
  52. "@jridgewell/gen-mapping": "^0.3.12",
  53. "@jridgewell/trace-mapping": "^0.3.28",
  54. "jsesc": "^3.0.2"
  55. },
  56. "engines": {
  57. "node": ">=6.9.0"
  58. }
  59. },
  60. "node_modules/@babel/helper-string-parser": {
  61. "version": "7.27.1",
  62. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  63. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  64. "license": "MIT",
  65. "engines": {
  66. "node": ">=6.9.0"
  67. }
  68. },
  69. "node_modules/@babel/helper-validator-identifier": {
  70. "version": "7.28.5",
  71. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  72. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  73. "license": "MIT",
  74. "engines": {
  75. "node": ">=6.9.0"
  76. }
  77. },
  78. "node_modules/@babel/highlight": {
  79. "version": "7.24.6",
  80. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
  81. "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
  82. "dev": true,
  83. "dependencies": {
  84. "@babel/helper-validator-identifier": "^7.24.6",
  85. "chalk": "^2.4.2",
  86. "js-tokens": "^4.0.0",
  87. "picocolors": "^1.0.0"
  88. },
  89. "engines": {
  90. "node": ">=6.9.0"
  91. }
  92. },
  93. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  94. "version": "3.2.1",
  95. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  96. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  97. "dev": true,
  98. "dependencies": {
  99. "color-convert": "^1.9.0"
  100. },
  101. "engines": {
  102. "node": ">=4"
  103. }
  104. },
  105. "node_modules/@babel/highlight/node_modules/chalk": {
  106. "version": "2.4.2",
  107. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  108. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  109. "dev": true,
  110. "dependencies": {
  111. "ansi-styles": "^3.2.1",
  112. "escape-string-regexp": "^1.0.5",
  113. "supports-color": "^5.3.0"
  114. },
  115. "engines": {
  116. "node": ">=4"
  117. }
  118. },
  119. "node_modules/@babel/highlight/node_modules/color-convert": {
  120. "version": "1.9.3",
  121. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  122. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  123. "dev": true,
  124. "dependencies": {
  125. "color-name": "1.1.3"
  126. }
  127. },
  128. "node_modules/@babel/highlight/node_modules/color-name": {
  129. "version": "1.1.3",
  130. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  131. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  132. "dev": true
  133. },
  134. "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
  135. "version": "1.0.5",
  136. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  137. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  138. "dev": true,
  139. "engines": {
  140. "node": ">=0.8.0"
  141. }
  142. },
  143. "node_modules/@babel/highlight/node_modules/has-flag": {
  144. "version": "3.0.0",
  145. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  146. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  147. "dev": true,
  148. "engines": {
  149. "node": ">=4"
  150. }
  151. },
  152. "node_modules/@babel/highlight/node_modules/supports-color": {
  153. "version": "5.5.0",
  154. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  155. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  156. "dev": true,
  157. "dependencies": {
  158. "has-flag": "^3.0.0"
  159. },
  160. "engines": {
  161. "node": ">=4"
  162. }
  163. },
  164. "node_modules/@babel/parser": {
  165. "version": "7.29.0",
  166. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
  167. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  168. "license": "MIT",
  169. "dependencies": {
  170. "@babel/types": "^7.29.0"
  171. },
  172. "bin": {
  173. "parser": "bin/babel-parser.js"
  174. },
  175. "engines": {
  176. "node": ">=6.0.0"
  177. }
  178. },
  179. "node_modules/@babel/types": {
  180. "version": "7.29.0",
  181. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  182. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  183. "license": "MIT",
  184. "dependencies": {
  185. "@babel/helper-string-parser": "^7.27.1",
  186. "@babel/helper-validator-identifier": "^7.28.5"
  187. },
  188. "engines": {
  189. "node": ">=6.9.0"
  190. }
  191. },
  192. "node_modules/@bufbuild/protobuf": {
  193. "version": "2.7.0",
  194. "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.7.0.tgz",
  195. "integrity": "sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==",
  196. "license": "(Apache-2.0 AND BSD-3-Clause)",
  197. "peer": true
  198. },
  199. "node_modules/@cacheable/memory": {
  200. "version": "2.0.7",
  201. "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.7.tgz",
  202. "integrity": "sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==",
  203. "dev": true,
  204. "license": "MIT",
  205. "dependencies": {
  206. "@cacheable/utils": "^2.3.3",
  207. "@keyv/bigmap": "^1.3.0",
  208. "hookified": "^1.14.0",
  209. "keyv": "^5.5.5"
  210. }
  211. },
  212. "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
  213. "version": "1.3.1",
  214. "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.1.tgz",
  215. "integrity": "sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==",
  216. "dev": true,
  217. "license": "MIT",
  218. "dependencies": {
  219. "hashery": "^1.4.0",
  220. "hookified": "^1.15.0"
  221. },
  222. "engines": {
  223. "node": ">= 18"
  224. },
  225. "peerDependencies": {
  226. "keyv": "^5.6.0"
  227. }
  228. },
  229. "node_modules/@cacheable/memory/node_modules/keyv": {
  230. "version": "5.6.0",
  231. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  232. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  233. "dev": true,
  234. "license": "MIT",
  235. "dependencies": {
  236. "@keyv/serialize": "^1.1.1"
  237. }
  238. },
  239. "node_modules/@cacheable/utils": {
  240. "version": "2.3.4",
  241. "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.4.tgz",
  242. "integrity": "sha512-knwKUJEYgIfwShABS1BX6JyJJTglAFcEU7EXqzTdiGCXur4voqkiJkdgZIQtWNFhynzDWERcTYv/sETMu3uJWA==",
  243. "dev": true,
  244. "license": "MIT",
  245. "dependencies": {
  246. "hashery": "^1.3.0",
  247. "keyv": "^5.6.0"
  248. }
  249. },
  250. "node_modules/@cacheable/utils/node_modules/keyv": {
  251. "version": "5.6.0",
  252. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  253. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  254. "dev": true,
  255. "license": "MIT",
  256. "dependencies": {
  257. "@keyv/serialize": "^1.1.1"
  258. }
  259. },
  260. "node_modules/@connectrpc/connect": {
  261. "version": "2.1.1",
  262. "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.1.1.tgz",
  263. "integrity": "sha512-JzhkaTvM73m2K1URT6tv53k2RwngSmCXLZJgK580qNQOXRzZRR/BCMfZw3h+90JpnG6XksP5bYT+cz0rpUzUWQ==",
  264. "license": "Apache-2.0",
  265. "peerDependencies": {
  266. "@bufbuild/protobuf": "^2.7.0"
  267. }
  268. },
  269. "node_modules/@connectrpc/connect-web": {
  270. "version": "2.1.1",
  271. "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-2.1.1.tgz",
  272. "integrity": "sha512-J8317Q2MaFRCT1jzVR1o06bZhDIBmU0UAzWx6xOIXzOq8+k71/+k7MUF7AwcBUX+34WIvbm5syRgC5HXQA8fOg==",
  273. "license": "Apache-2.0",
  274. "peerDependencies": {
  275. "@bufbuild/protobuf": "^2.7.0",
  276. "@connectrpc/connect": "2.1.1"
  277. }
  278. },
  279. "node_modules/@csstools/css-calc": {
  280. "version": "3.1.1",
  281. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.1.1.tgz",
  282. "integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
  283. "dev": true,
  284. "funding": [
  285. {
  286. "type": "github",
  287. "url": "https://github.com/sponsors/csstools"
  288. },
  289. {
  290. "type": "opencollective",
  291. "url": "https://opencollective.com/csstools"
  292. }
  293. ],
  294. "license": "MIT",
  295. "engines": {
  296. "node": ">=20.19.0"
  297. },
  298. "peerDependencies": {
  299. "@csstools/css-parser-algorithms": "^4.0.0",
  300. "@csstools/css-tokenizer": "^4.0.0"
  301. }
  302. },
  303. "node_modules/@csstools/css-parser-algorithms": {
  304. "version": "4.0.0",
  305. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  306. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  307. "dev": true,
  308. "funding": [
  309. {
  310. "type": "github",
  311. "url": "https://github.com/sponsors/csstools"
  312. },
  313. {
  314. "type": "opencollective",
  315. "url": "https://opencollective.com/csstools"
  316. }
  317. ],
  318. "license": "MIT",
  319. "engines": {
  320. "node": ">=20.19.0"
  321. },
  322. "peerDependencies": {
  323. "@csstools/css-tokenizer": "^4.0.0"
  324. }
  325. },
  326. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  327. "version": "1.0.27",
  328. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.27.tgz",
  329. "integrity": "sha512-sxP33Jwg1bviSUXAV43cVYdmjt2TLnLXNqCWl9xmxHawWVjGz/kEbdkr7F9pxJNBN2Mh+dq0crgItbW6tQvyow==",
  330. "dev": true,
  331. "funding": [
  332. {
  333. "type": "github",
  334. "url": "https://github.com/sponsors/csstools"
  335. },
  336. {
  337. "type": "opencollective",
  338. "url": "https://opencollective.com/csstools"
  339. }
  340. ],
  341. "license": "MIT-0"
  342. },
  343. "node_modules/@csstools/css-tokenizer": {
  344. "version": "4.0.0",
  345. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  346. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  347. "dev": true,
  348. "funding": [
  349. {
  350. "type": "github",
  351. "url": "https://github.com/sponsors/csstools"
  352. },
  353. {
  354. "type": "opencollective",
  355. "url": "https://opencollective.com/csstools"
  356. }
  357. ],
  358. "license": "MIT",
  359. "engines": {
  360. "node": ">=20.19.0"
  361. }
  362. },
  363. "node_modules/@csstools/media-query-list-parser": {
  364. "version": "5.0.0",
  365. "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
  366. "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
  367. "dev": true,
  368. "funding": [
  369. {
  370. "type": "github",
  371. "url": "https://github.com/sponsors/csstools"
  372. },
  373. {
  374. "type": "opencollective",
  375. "url": "https://opencollective.com/csstools"
  376. }
  377. ],
  378. "license": "MIT",
  379. "engines": {
  380. "node": ">=20.19.0"
  381. },
  382. "peerDependencies": {
  383. "@csstools/css-parser-algorithms": "^4.0.0",
  384. "@csstools/css-tokenizer": "^4.0.0"
  385. }
  386. },
  387. "node_modules/@csstools/selector-resolve-nested": {
  388. "version": "4.0.0",
  389. "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.0.tgz",
  390. "integrity": "sha512-9vAPxmp+Dx3wQBIUwc1v7Mdisw1kbbaGqXUM8QLTgWg7SoPGYtXBsMXvsFs/0Bn5yoFhcktzxNZGNaUt0VjgjA==",
  391. "dev": true,
  392. "funding": [
  393. {
  394. "type": "github",
  395. "url": "https://github.com/sponsors/csstools"
  396. },
  397. {
  398. "type": "opencollective",
  399. "url": "https://opencollective.com/csstools"
  400. }
  401. ],
  402. "license": "MIT-0",
  403. "engines": {
  404. "node": ">=20.19.0"
  405. },
  406. "peerDependencies": {
  407. "postcss-selector-parser": "^7.1.1"
  408. }
  409. },
  410. "node_modules/@csstools/selector-specificity": {
  411. "version": "6.0.0",
  412. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-6.0.0.tgz",
  413. "integrity": "sha512-4sSgl78OtOXEX/2d++8A83zHNTgwCJMaR24FvsYL7Uf/VS8HZk9PTwR51elTbGqMuwH3szLvvOXEaVnqn0Z3zA==",
  414. "dev": true,
  415. "funding": [
  416. {
  417. "type": "github",
  418. "url": "https://github.com/sponsors/csstools"
  419. },
  420. {
  421. "type": "opencollective",
  422. "url": "https://opencollective.com/csstools"
  423. }
  424. ],
  425. "license": "MIT-0",
  426. "engines": {
  427. "node": ">=20.19.0"
  428. },
  429. "peerDependencies": {
  430. "postcss-selector-parser": "^7.1.1"
  431. }
  432. },
  433. "node_modules/@esbuild/aix-ppc64": {
  434. "version": "0.27.2",
  435. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  436. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  437. "cpu": [
  438. "ppc64"
  439. ],
  440. "license": "MIT",
  441. "optional": true,
  442. "os": [
  443. "aix"
  444. ],
  445. "engines": {
  446. "node": ">=18"
  447. }
  448. },
  449. "node_modules/@esbuild/android-arm": {
  450. "version": "0.27.2",
  451. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  452. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  453. "cpu": [
  454. "arm"
  455. ],
  456. "license": "MIT",
  457. "optional": true,
  458. "os": [
  459. "android"
  460. ],
  461. "engines": {
  462. "node": ">=18"
  463. }
  464. },
  465. "node_modules/@esbuild/android-arm64": {
  466. "version": "0.27.2",
  467. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  468. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  469. "cpu": [
  470. "arm64"
  471. ],
  472. "license": "MIT",
  473. "optional": true,
  474. "os": [
  475. "android"
  476. ],
  477. "engines": {
  478. "node": ">=18"
  479. }
  480. },
  481. "node_modules/@esbuild/android-x64": {
  482. "version": "0.27.2",
  483. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  484. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  485. "cpu": [
  486. "x64"
  487. ],
  488. "license": "MIT",
  489. "optional": true,
  490. "os": [
  491. "android"
  492. ],
  493. "engines": {
  494. "node": ">=18"
  495. }
  496. },
  497. "node_modules/@esbuild/darwin-arm64": {
  498. "version": "0.27.2",
  499. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  500. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  501. "cpu": [
  502. "arm64"
  503. ],
  504. "license": "MIT",
  505. "optional": true,
  506. "os": [
  507. "darwin"
  508. ],
  509. "engines": {
  510. "node": ">=18"
  511. }
  512. },
  513. "node_modules/@esbuild/darwin-x64": {
  514. "version": "0.27.2",
  515. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  516. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  517. "cpu": [
  518. "x64"
  519. ],
  520. "license": "MIT",
  521. "optional": true,
  522. "os": [
  523. "darwin"
  524. ],
  525. "engines": {
  526. "node": ">=18"
  527. }
  528. },
  529. "node_modules/@esbuild/freebsd-arm64": {
  530. "version": "0.27.2",
  531. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  532. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  533. "cpu": [
  534. "arm64"
  535. ],
  536. "license": "MIT",
  537. "optional": true,
  538. "os": [
  539. "freebsd"
  540. ],
  541. "engines": {
  542. "node": ">=18"
  543. }
  544. },
  545. "node_modules/@esbuild/freebsd-x64": {
  546. "version": "0.27.2",
  547. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  548. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  549. "cpu": [
  550. "x64"
  551. ],
  552. "license": "MIT",
  553. "optional": true,
  554. "os": [
  555. "freebsd"
  556. ],
  557. "engines": {
  558. "node": ">=18"
  559. }
  560. },
  561. "node_modules/@esbuild/linux-arm": {
  562. "version": "0.27.2",
  563. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  564. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  565. "cpu": [
  566. "arm"
  567. ],
  568. "license": "MIT",
  569. "optional": true,
  570. "os": [
  571. "linux"
  572. ],
  573. "engines": {
  574. "node": ">=18"
  575. }
  576. },
  577. "node_modules/@esbuild/linux-arm64": {
  578. "version": "0.27.2",
  579. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  580. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  581. "cpu": [
  582. "arm64"
  583. ],
  584. "license": "MIT",
  585. "optional": true,
  586. "os": [
  587. "linux"
  588. ],
  589. "engines": {
  590. "node": ">=18"
  591. }
  592. },
  593. "node_modules/@esbuild/linux-ia32": {
  594. "version": "0.27.2",
  595. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  596. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  597. "cpu": [
  598. "ia32"
  599. ],
  600. "license": "MIT",
  601. "optional": true,
  602. "os": [
  603. "linux"
  604. ],
  605. "engines": {
  606. "node": ">=18"
  607. }
  608. },
  609. "node_modules/@esbuild/linux-loong64": {
  610. "version": "0.27.2",
  611. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  612. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  613. "cpu": [
  614. "loong64"
  615. ],
  616. "license": "MIT",
  617. "optional": true,
  618. "os": [
  619. "linux"
  620. ],
  621. "engines": {
  622. "node": ">=18"
  623. }
  624. },
  625. "node_modules/@esbuild/linux-mips64el": {
  626. "version": "0.27.2",
  627. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  628. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  629. "cpu": [
  630. "mips64el"
  631. ],
  632. "license": "MIT",
  633. "optional": true,
  634. "os": [
  635. "linux"
  636. ],
  637. "engines": {
  638. "node": ">=18"
  639. }
  640. },
  641. "node_modules/@esbuild/linux-ppc64": {
  642. "version": "0.27.2",
  643. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  644. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  645. "cpu": [
  646. "ppc64"
  647. ],
  648. "license": "MIT",
  649. "optional": true,
  650. "os": [
  651. "linux"
  652. ],
  653. "engines": {
  654. "node": ">=18"
  655. }
  656. },
  657. "node_modules/@esbuild/linux-riscv64": {
  658. "version": "0.27.2",
  659. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  660. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  661. "cpu": [
  662. "riscv64"
  663. ],
  664. "license": "MIT",
  665. "optional": true,
  666. "os": [
  667. "linux"
  668. ],
  669. "engines": {
  670. "node": ">=18"
  671. }
  672. },
  673. "node_modules/@esbuild/linux-s390x": {
  674. "version": "0.27.2",
  675. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  676. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  677. "cpu": [
  678. "s390x"
  679. ],
  680. "license": "MIT",
  681. "optional": true,
  682. "os": [
  683. "linux"
  684. ],
  685. "engines": {
  686. "node": ">=18"
  687. }
  688. },
  689. "node_modules/@esbuild/linux-x64": {
  690. "version": "0.27.2",
  691. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  692. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  693. "cpu": [
  694. "x64"
  695. ],
  696. "license": "MIT",
  697. "optional": true,
  698. "os": [
  699. "linux"
  700. ],
  701. "engines": {
  702. "node": ">=18"
  703. }
  704. },
  705. "node_modules/@esbuild/netbsd-arm64": {
  706. "version": "0.27.2",
  707. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  708. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  709. "cpu": [
  710. "arm64"
  711. ],
  712. "license": "MIT",
  713. "optional": true,
  714. "os": [
  715. "netbsd"
  716. ],
  717. "engines": {
  718. "node": ">=18"
  719. }
  720. },
  721. "node_modules/@esbuild/netbsd-x64": {
  722. "version": "0.27.2",
  723. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  724. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  725. "cpu": [
  726. "x64"
  727. ],
  728. "license": "MIT",
  729. "optional": true,
  730. "os": [
  731. "netbsd"
  732. ],
  733. "engines": {
  734. "node": ">=18"
  735. }
  736. },
  737. "node_modules/@esbuild/openbsd-arm64": {
  738. "version": "0.27.2",
  739. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  740. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  741. "cpu": [
  742. "arm64"
  743. ],
  744. "license": "MIT",
  745. "optional": true,
  746. "os": [
  747. "openbsd"
  748. ],
  749. "engines": {
  750. "node": ">=18"
  751. }
  752. },
  753. "node_modules/@esbuild/openbsd-x64": {
  754. "version": "0.27.2",
  755. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  756. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  757. "cpu": [
  758. "x64"
  759. ],
  760. "license": "MIT",
  761. "optional": true,
  762. "os": [
  763. "openbsd"
  764. ],
  765. "engines": {
  766. "node": ">=18"
  767. }
  768. },
  769. "node_modules/@esbuild/openharmony-arm64": {
  770. "version": "0.27.2",
  771. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  772. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  773. "cpu": [
  774. "arm64"
  775. ],
  776. "license": "MIT",
  777. "optional": true,
  778. "os": [
  779. "openharmony"
  780. ],
  781. "engines": {
  782. "node": ">=18"
  783. }
  784. },
  785. "node_modules/@esbuild/sunos-x64": {
  786. "version": "0.27.2",
  787. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  788. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  789. "cpu": [
  790. "x64"
  791. ],
  792. "license": "MIT",
  793. "optional": true,
  794. "os": [
  795. "sunos"
  796. ],
  797. "engines": {
  798. "node": ">=18"
  799. }
  800. },
  801. "node_modules/@esbuild/win32-arm64": {
  802. "version": "0.27.2",
  803. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  804. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  805. "cpu": [
  806. "arm64"
  807. ],
  808. "license": "MIT",
  809. "optional": true,
  810. "os": [
  811. "win32"
  812. ],
  813. "engines": {
  814. "node": ">=18"
  815. }
  816. },
  817. "node_modules/@esbuild/win32-ia32": {
  818. "version": "0.27.2",
  819. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  820. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  821. "cpu": [
  822. "ia32"
  823. ],
  824. "license": "MIT",
  825. "optional": true,
  826. "os": [
  827. "win32"
  828. ],
  829. "engines": {
  830. "node": ">=18"
  831. }
  832. },
  833. "node_modules/@esbuild/win32-x64": {
  834. "version": "0.27.2",
  835. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  836. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  837. "cpu": [
  838. "x64"
  839. ],
  840. "license": "MIT",
  841. "optional": true,
  842. "os": [
  843. "win32"
  844. ],
  845. "engines": {
  846. "node": ">=18"
  847. }
  848. },
  849. "node_modules/@eslint-community/eslint-utils": {
  850. "version": "4.9.0",
  851. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
  852. "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
  853. "license": "MIT",
  854. "dependencies": {
  855. "eslint-visitor-keys": "^3.4.3"
  856. },
  857. "engines": {
  858. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  859. },
  860. "funding": {
  861. "url": "https://opencollective.com/eslint"
  862. },
  863. "peerDependencies": {
  864. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  865. }
  866. },
  867. "node_modules/@eslint-community/regexpp": {
  868. "version": "4.12.2",
  869. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  870. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  871. "license": "MIT",
  872. "engines": {
  873. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  874. }
  875. },
  876. "node_modules/@eslint/eslintrc": {
  877. "version": "2.1.4",
  878. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  879. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  880. "license": "MIT",
  881. "dependencies": {
  882. "ajv": "^6.12.4",
  883. "debug": "^4.3.2",
  884. "espree": "^9.6.0",
  885. "globals": "^13.19.0",
  886. "ignore": "^5.2.0",
  887. "import-fresh": "^3.2.1",
  888. "js-yaml": "^4.1.0",
  889. "minimatch": "^3.1.2",
  890. "strip-json-comments": "^3.1.1"
  891. },
  892. "engines": {
  893. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  894. },
  895. "funding": {
  896. "url": "https://opencollective.com/eslint"
  897. }
  898. },
  899. "node_modules/@eslint/js": {
  900. "version": "8.57.1",
  901. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  902. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  903. "license": "MIT",
  904. "engines": {
  905. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  906. }
  907. },
  908. "node_modules/@hugeicons/core-free-icons": {
  909. "version": "3.3.0",
  910. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-3.3.0.tgz",
  911. "integrity": "sha512-qYyr4JQ2eQIHTSTbITvnJvs6ERNK64D9gpwZnf2IyuG0exzqfyABLO/oTB71FB3RZPfu1GbwycdiGSo46apjMQ==",
  912. "license": "MIT"
  913. },
  914. "node_modules/@hugeicons/vue": {
  915. "version": "1.0.4",
  916. "resolved": "https://registry.npmjs.org/@hugeicons/vue/-/vue-1.0.4.tgz",
  917. "integrity": "sha512-OtFEXbyW5jYUig98C/n/HygktLvfF5Ga6nN6gK8R0E0jCrVw3EfgoZZVXqo+xGxyIjH5R1wdbg6nJrtf6mzLKQ==",
  918. "license": "MIT",
  919. "peerDependencies": {
  920. "vue": "^2.6.0 || ^3.0.0"
  921. }
  922. },
  923. "node_modules/@humanwhocodes/config-array": {
  924. "version": "0.13.0",
  925. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  926. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  927. "deprecated": "Use @eslint/config-array instead",
  928. "license": "Apache-2.0",
  929. "dependencies": {
  930. "@humanwhocodes/object-schema": "^2.0.3",
  931. "debug": "^4.3.1",
  932. "minimatch": "^3.0.5"
  933. },
  934. "engines": {
  935. "node": ">=10.10.0"
  936. }
  937. },
  938. "node_modules/@humanwhocodes/module-importer": {
  939. "version": "1.0.1",
  940. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  941. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  942. "license": "Apache-2.0",
  943. "engines": {
  944. "node": ">=12.22"
  945. },
  946. "funding": {
  947. "type": "github",
  948. "url": "https://github.com/sponsors/nzakas"
  949. }
  950. },
  951. "node_modules/@humanwhocodes/object-schema": {
  952. "version": "2.0.3",
  953. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  954. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  955. "deprecated": "Use @eslint/object-schema instead",
  956. "license": "BSD-3-Clause"
  957. },
  958. "node_modules/@iconify/types": {
  959. "version": "2.0.0",
  960. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  961. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  962. "license": "MIT"
  963. },
  964. "node_modules/@intlify/core-base": {
  965. "version": "11.2.8",
  966. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.2.8.tgz",
  967. "integrity": "sha512-nBq6Y1tVkjIUsLsdOjDSJj4AsjvD0UG3zsg9Fyc+OivwlA/oMHSKooUy9tpKj0HqZ+NWFifweHavdljlBLTwdA==",
  968. "license": "MIT",
  969. "dependencies": {
  970. "@intlify/message-compiler": "11.2.8",
  971. "@intlify/shared": "11.2.8"
  972. },
  973. "engines": {
  974. "node": ">= 16"
  975. },
  976. "funding": {
  977. "url": "https://github.com/sponsors/kazupon"
  978. }
  979. },
  980. "node_modules/@intlify/message-compiler": {
  981. "version": "11.2.8",
  982. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.2.8.tgz",
  983. "integrity": "sha512-A5n33doOjmHsBtCN421386cG1tWp5rpOjOYPNsnpjIJbQ4POF0QY2ezhZR9kr0boKwaHjbOifvyQvHj2UTrDFQ==",
  984. "license": "MIT",
  985. "dependencies": {
  986. "@intlify/shared": "11.2.8",
  987. "source-map-js": "^1.0.2"
  988. },
  989. "engines": {
  990. "node": ">= 16"
  991. },
  992. "funding": {
  993. "url": "https://github.com/sponsors/kazupon"
  994. }
  995. },
  996. "node_modules/@intlify/shared": {
  997. "version": "11.2.8",
  998. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.2.8.tgz",
  999. "integrity": "sha512-l6e4NZyUgv8VyXXH4DbuucFOBmxLF56C/mqh2tvApbzl2Hrhi1aTDcuv5TKdxzfHYmpO3UB0Cz04fgDT9vszfw==",
  1000. "license": "MIT",
  1001. "engines": {
  1002. "node": ">= 16"
  1003. },
  1004. "funding": {
  1005. "url": "https://github.com/sponsors/kazupon"
  1006. }
  1007. },
  1008. "node_modules/@jridgewell/gen-mapping": {
  1009. "version": "0.3.13",
  1010. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1011. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1012. "license": "MIT",
  1013. "dependencies": {
  1014. "@jridgewell/sourcemap-codec": "^1.5.0",
  1015. "@jridgewell/trace-mapping": "^0.3.24"
  1016. }
  1017. },
  1018. "node_modules/@jridgewell/remapping": {
  1019. "version": "2.3.5",
  1020. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1021. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1022. "license": "MIT",
  1023. "dependencies": {
  1024. "@jridgewell/gen-mapping": "^0.3.5",
  1025. "@jridgewell/trace-mapping": "^0.3.24"
  1026. }
  1027. },
  1028. "node_modules/@jridgewell/resolve-uri": {
  1029. "version": "3.1.2",
  1030. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1031. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1032. "license": "MIT",
  1033. "engines": {
  1034. "node": ">=6.0.0"
  1035. }
  1036. },
  1037. "node_modules/@jridgewell/sourcemap-codec": {
  1038. "version": "1.5.5",
  1039. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1040. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1041. "license": "MIT"
  1042. },
  1043. "node_modules/@jridgewell/trace-mapping": {
  1044. "version": "0.3.31",
  1045. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1046. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1047. "license": "MIT",
  1048. "dependencies": {
  1049. "@jridgewell/resolve-uri": "^3.1.0",
  1050. "@jridgewell/sourcemap-codec": "^1.4.14"
  1051. }
  1052. },
  1053. "node_modules/@keyv/serialize": {
  1054. "version": "1.1.1",
  1055. "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
  1056. "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
  1057. "dev": true,
  1058. "license": "MIT"
  1059. },
  1060. "node_modules/@nodelib/fs.scandir": {
  1061. "version": "2.1.5",
  1062. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1063. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1064. "dependencies": {
  1065. "@nodelib/fs.stat": "2.0.5",
  1066. "run-parallel": "^1.1.9"
  1067. },
  1068. "engines": {
  1069. "node": ">= 8"
  1070. }
  1071. },
  1072. "node_modules/@nodelib/fs.stat": {
  1073. "version": "2.0.5",
  1074. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1075. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1076. "engines": {
  1077. "node": ">= 8"
  1078. }
  1079. },
  1080. "node_modules/@nodelib/fs.walk": {
  1081. "version": "1.2.8",
  1082. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1083. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1084. "dependencies": {
  1085. "@nodelib/fs.scandir": "2.1.5",
  1086. "fastq": "^1.6.0"
  1087. },
  1088. "engines": {
  1089. "node": ">= 8"
  1090. }
  1091. },
  1092. "node_modules/@rolldown/pluginutils": {
  1093. "version": "1.0.0-rc.2",
  1094. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
  1095. "integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
  1096. "license": "MIT"
  1097. },
  1098. "node_modules/@rollup/rollup-android-arm-eabi": {
  1099. "version": "4.45.1",
  1100. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.45.1.tgz",
  1101. "integrity": "sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==",
  1102. "cpu": [
  1103. "arm"
  1104. ],
  1105. "license": "MIT",
  1106. "optional": true,
  1107. "os": [
  1108. "android"
  1109. ]
  1110. },
  1111. "node_modules/@rollup/rollup-android-arm64": {
  1112. "version": "4.45.1",
  1113. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.45.1.tgz",
  1114. "integrity": "sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==",
  1115. "cpu": [
  1116. "arm64"
  1117. ],
  1118. "license": "MIT",
  1119. "optional": true,
  1120. "os": [
  1121. "android"
  1122. ]
  1123. },
  1124. "node_modules/@rollup/rollup-darwin-arm64": {
  1125. "version": "4.45.1",
  1126. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.45.1.tgz",
  1127. "integrity": "sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==",
  1128. "cpu": [
  1129. "arm64"
  1130. ],
  1131. "license": "MIT",
  1132. "optional": true,
  1133. "os": [
  1134. "darwin"
  1135. ]
  1136. },
  1137. "node_modules/@rollup/rollup-darwin-x64": {
  1138. "version": "4.45.1",
  1139. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.45.1.tgz",
  1140. "integrity": "sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==",
  1141. "cpu": [
  1142. "x64"
  1143. ],
  1144. "license": "MIT",
  1145. "optional": true,
  1146. "os": [
  1147. "darwin"
  1148. ]
  1149. },
  1150. "node_modules/@rollup/rollup-freebsd-arm64": {
  1151. "version": "4.45.1",
  1152. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.45.1.tgz",
  1153. "integrity": "sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==",
  1154. "cpu": [
  1155. "arm64"
  1156. ],
  1157. "license": "MIT",
  1158. "optional": true,
  1159. "os": [
  1160. "freebsd"
  1161. ]
  1162. },
  1163. "node_modules/@rollup/rollup-freebsd-x64": {
  1164. "version": "4.45.1",
  1165. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.45.1.tgz",
  1166. "integrity": "sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==",
  1167. "cpu": [
  1168. "x64"
  1169. ],
  1170. "license": "MIT",
  1171. "optional": true,
  1172. "os": [
  1173. "freebsd"
  1174. ]
  1175. },
  1176. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1177. "version": "4.45.1",
  1178. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.45.1.tgz",
  1179. "integrity": "sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==",
  1180. "cpu": [
  1181. "arm"
  1182. ],
  1183. "license": "MIT",
  1184. "optional": true,
  1185. "os": [
  1186. "linux"
  1187. ]
  1188. },
  1189. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1190. "version": "4.45.1",
  1191. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.45.1.tgz",
  1192. "integrity": "sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==",
  1193. "cpu": [
  1194. "arm"
  1195. ],
  1196. "license": "MIT",
  1197. "optional": true,
  1198. "os": [
  1199. "linux"
  1200. ]
  1201. },
  1202. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1203. "version": "4.45.1",
  1204. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.45.1.tgz",
  1205. "integrity": "sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==",
  1206. "cpu": [
  1207. "arm64"
  1208. ],
  1209. "license": "MIT",
  1210. "optional": true,
  1211. "os": [
  1212. "linux"
  1213. ]
  1214. },
  1215. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1216. "version": "4.45.1",
  1217. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.45.1.tgz",
  1218. "integrity": "sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==",
  1219. "cpu": [
  1220. "arm64"
  1221. ],
  1222. "license": "MIT",
  1223. "optional": true,
  1224. "os": [
  1225. "linux"
  1226. ]
  1227. },
  1228. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  1229. "version": "4.45.1",
  1230. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.45.1.tgz",
  1231. "integrity": "sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==",
  1232. "cpu": [
  1233. "loong64"
  1234. ],
  1235. "license": "MIT",
  1236. "optional": true,
  1237. "os": [
  1238. "linux"
  1239. ]
  1240. },
  1241. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1242. "version": "4.45.1",
  1243. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.45.1.tgz",
  1244. "integrity": "sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==",
  1245. "cpu": [
  1246. "ppc64"
  1247. ],
  1248. "license": "MIT",
  1249. "optional": true,
  1250. "os": [
  1251. "linux"
  1252. ]
  1253. },
  1254. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1255. "version": "4.45.1",
  1256. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.45.1.tgz",
  1257. "integrity": "sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==",
  1258. "cpu": [
  1259. "riscv64"
  1260. ],
  1261. "license": "MIT",
  1262. "optional": true,
  1263. "os": [
  1264. "linux"
  1265. ]
  1266. },
  1267. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1268. "version": "4.45.1",
  1269. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.45.1.tgz",
  1270. "integrity": "sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==",
  1271. "cpu": [
  1272. "riscv64"
  1273. ],
  1274. "license": "MIT",
  1275. "optional": true,
  1276. "os": [
  1277. "linux"
  1278. ]
  1279. },
  1280. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1281. "version": "4.45.1",
  1282. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.45.1.tgz",
  1283. "integrity": "sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==",
  1284. "cpu": [
  1285. "s390x"
  1286. ],
  1287. "license": "MIT",
  1288. "optional": true,
  1289. "os": [
  1290. "linux"
  1291. ]
  1292. },
  1293. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1294. "version": "4.45.1",
  1295. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.45.1.tgz",
  1296. "integrity": "sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==",
  1297. "cpu": [
  1298. "x64"
  1299. ],
  1300. "license": "MIT",
  1301. "optional": true,
  1302. "os": [
  1303. "linux"
  1304. ]
  1305. },
  1306. "node_modules/@rollup/rollup-linux-x64-musl": {
  1307. "version": "4.45.1",
  1308. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.45.1.tgz",
  1309. "integrity": "sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==",
  1310. "cpu": [
  1311. "x64"
  1312. ],
  1313. "license": "MIT",
  1314. "optional": true,
  1315. "os": [
  1316. "linux"
  1317. ]
  1318. },
  1319. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1320. "version": "4.45.1",
  1321. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.45.1.tgz",
  1322. "integrity": "sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==",
  1323. "cpu": [
  1324. "arm64"
  1325. ],
  1326. "license": "MIT",
  1327. "optional": true,
  1328. "os": [
  1329. "win32"
  1330. ]
  1331. },
  1332. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1333. "version": "4.45.1",
  1334. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.45.1.tgz",
  1335. "integrity": "sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==",
  1336. "cpu": [
  1337. "ia32"
  1338. ],
  1339. "license": "MIT",
  1340. "optional": true,
  1341. "os": [
  1342. "win32"
  1343. ]
  1344. },
  1345. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1346. "version": "4.45.1",
  1347. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.45.1.tgz",
  1348. "integrity": "sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==",
  1349. "cpu": [
  1350. "x64"
  1351. ],
  1352. "license": "MIT",
  1353. "optional": true,
  1354. "os": [
  1355. "win32"
  1356. ]
  1357. },
  1358. "node_modules/@rtsao/scc": {
  1359. "version": "1.1.0",
  1360. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  1361. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1362. "license": "MIT"
  1363. },
  1364. "node_modules/@sindresorhus/merge-streams": {
  1365. "version": "4.0.0",
  1366. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  1367. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  1368. "dev": true,
  1369. "license": "MIT",
  1370. "engines": {
  1371. "node": ">=18"
  1372. },
  1373. "funding": {
  1374. "url": "https://github.com/sponsors/sindresorhus"
  1375. }
  1376. },
  1377. "node_modules/@types/estree": {
  1378. "version": "1.0.8",
  1379. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  1380. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1381. "license": "MIT"
  1382. },
  1383. "node_modules/@types/json5": {
  1384. "version": "0.0.29",
  1385. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  1386. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  1387. "license": "MIT"
  1388. },
  1389. "node_modules/@ungap/structured-clone": {
  1390. "version": "1.3.0",
  1391. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  1392. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  1393. "license": "ISC"
  1394. },
  1395. "node_modules/@vitejs/plugin-vue": {
  1396. "version": "6.0.4",
  1397. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.4.tgz",
  1398. "integrity": "sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==",
  1399. "license": "MIT",
  1400. "dependencies": {
  1401. "@rolldown/pluginutils": "1.0.0-rc.2"
  1402. },
  1403. "engines": {
  1404. "node": "^20.19.0 || >=22.12.0"
  1405. },
  1406. "peerDependencies": {
  1407. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  1408. "vue": "^3.2.25"
  1409. }
  1410. },
  1411. "node_modules/@vue-macros/common": {
  1412. "version": "3.1.2",
  1413. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz",
  1414. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  1415. "license": "MIT",
  1416. "dependencies": {
  1417. "@vue/compiler-sfc": "^3.5.22",
  1418. "ast-kit": "^2.1.2",
  1419. "local-pkg": "^1.1.2",
  1420. "magic-string-ast": "^1.0.2",
  1421. "unplugin-utils": "^0.3.0"
  1422. },
  1423. "engines": {
  1424. "node": ">=20.19.0"
  1425. },
  1426. "funding": {
  1427. "url": "https://github.com/sponsors/vue-macros"
  1428. },
  1429. "peerDependencies": {
  1430. "vue": "^2.7.0 || ^3.2.25"
  1431. },
  1432. "peerDependenciesMeta": {
  1433. "vue": {
  1434. "optional": true
  1435. }
  1436. }
  1437. },
  1438. "node_modules/@vue/compiler-core": {
  1439. "version": "3.5.29",
  1440. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.29.tgz",
  1441. "integrity": "sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==",
  1442. "license": "MIT",
  1443. "dependencies": {
  1444. "@babel/parser": "^7.29.0",
  1445. "@vue/shared": "3.5.29",
  1446. "entities": "^7.0.1",
  1447. "estree-walker": "^2.0.2",
  1448. "source-map-js": "^1.2.1"
  1449. }
  1450. },
  1451. "node_modules/@vue/compiler-dom": {
  1452. "version": "3.5.29",
  1453. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.29.tgz",
  1454. "integrity": "sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==",
  1455. "license": "MIT",
  1456. "dependencies": {
  1457. "@vue/compiler-core": "3.5.29",
  1458. "@vue/shared": "3.5.29"
  1459. }
  1460. },
  1461. "node_modules/@vue/compiler-sfc": {
  1462. "version": "3.5.29",
  1463. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.29.tgz",
  1464. "integrity": "sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==",
  1465. "license": "MIT",
  1466. "dependencies": {
  1467. "@babel/parser": "^7.29.0",
  1468. "@vue/compiler-core": "3.5.29",
  1469. "@vue/compiler-dom": "3.5.29",
  1470. "@vue/compiler-ssr": "3.5.29",
  1471. "@vue/shared": "3.5.29",
  1472. "estree-walker": "^2.0.2",
  1473. "magic-string": "^0.30.21",
  1474. "postcss": "^8.5.6",
  1475. "source-map-js": "^1.2.1"
  1476. }
  1477. },
  1478. "node_modules/@vue/compiler-ssr": {
  1479. "version": "3.5.29",
  1480. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.29.tgz",
  1481. "integrity": "sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==",
  1482. "license": "MIT",
  1483. "dependencies": {
  1484. "@vue/compiler-dom": "3.5.29",
  1485. "@vue/shared": "3.5.29"
  1486. }
  1487. },
  1488. "node_modules/@vue/devtools-api": {
  1489. "version": "6.6.4",
  1490. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1491. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1492. "license": "MIT"
  1493. },
  1494. "node_modules/@vue/devtools-kit": {
  1495. "version": "8.0.6",
  1496. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.0.6.tgz",
  1497. "integrity": "sha512-9zXZPTJW72OteDXeSa5RVML3zWDCRcO5t77aJqSs228mdopYj5AiTpihozbsfFJ0IodfNs7pSgOGO3qfCuxDtw==",
  1498. "license": "MIT",
  1499. "dependencies": {
  1500. "@vue/devtools-shared": "^8.0.6",
  1501. "birpc": "^2.6.1",
  1502. "hookable": "^5.5.3",
  1503. "mitt": "^3.0.1",
  1504. "perfect-debounce": "^2.0.0",
  1505. "speakingurl": "^14.0.1",
  1506. "superjson": "^2.2.2"
  1507. }
  1508. },
  1509. "node_modules/@vue/devtools-shared": {
  1510. "version": "8.0.6",
  1511. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.0.6.tgz",
  1512. "integrity": "sha512-Pp1JylTqlgMJvxW6MGyfTF8vGvlBSCAvMFaDCYa82Mgw7TT5eE5kkHgDvmOGHWeJE4zIDfCpCxHapsK2LtIAJg==",
  1513. "license": "MIT",
  1514. "dependencies": {
  1515. "rfdc": "^1.4.1"
  1516. }
  1517. },
  1518. "node_modules/@vue/reactivity": {
  1519. "version": "3.5.29",
  1520. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.29.tgz",
  1521. "integrity": "sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==",
  1522. "license": "MIT",
  1523. "dependencies": {
  1524. "@vue/shared": "3.5.29"
  1525. }
  1526. },
  1527. "node_modules/@vue/runtime-core": {
  1528. "version": "3.5.29",
  1529. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.29.tgz",
  1530. "integrity": "sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==",
  1531. "license": "MIT",
  1532. "dependencies": {
  1533. "@vue/reactivity": "3.5.29",
  1534. "@vue/shared": "3.5.29"
  1535. }
  1536. },
  1537. "node_modules/@vue/runtime-dom": {
  1538. "version": "3.5.29",
  1539. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.29.tgz",
  1540. "integrity": "sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==",
  1541. "license": "MIT",
  1542. "dependencies": {
  1543. "@vue/reactivity": "3.5.29",
  1544. "@vue/runtime-core": "3.5.29",
  1545. "@vue/shared": "3.5.29",
  1546. "csstype": "^3.2.3"
  1547. }
  1548. },
  1549. "node_modules/@vue/server-renderer": {
  1550. "version": "3.5.29",
  1551. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.29.tgz",
  1552. "integrity": "sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==",
  1553. "license": "MIT",
  1554. "dependencies": {
  1555. "@vue/compiler-ssr": "3.5.29",
  1556. "@vue/shared": "3.5.29"
  1557. },
  1558. "peerDependencies": {
  1559. "vue": "3.5.29"
  1560. }
  1561. },
  1562. "node_modules/@vue/shared": {
  1563. "version": "3.5.29",
  1564. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.29.tgz",
  1565. "integrity": "sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==",
  1566. "license": "MIT"
  1567. },
  1568. "node_modules/@xterm/addon-fit": {
  1569. "version": "0.11.0",
  1570. "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.11.0.tgz",
  1571. "integrity": "sha512-jYcgT6xtVYhnhgxh3QgYDnnNMYTcf8ElbxxFzX0IZo+vabQqSPAjC3c1wJrKB5E19VwQei89QCiZZP86DCPF7g==",
  1572. "license": "MIT"
  1573. },
  1574. "node_modules/@xterm/addon-web-links": {
  1575. "version": "0.12.0",
  1576. "resolved": "https://registry.npmjs.org/@xterm/addon-web-links/-/addon-web-links-0.12.0.tgz",
  1577. "integrity": "sha512-4Smom3RPyVp7ZMYOYDoC/9eGJJJqYhnPLGGqJ6wOBfB8VxPViJNSKdgRYb8NpaM6YSelEKbA2SStD7lGyqaobw==",
  1578. "license": "MIT"
  1579. },
  1580. "node_modules/@xterm/xterm": {
  1581. "version": "6.0.0",
  1582. "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-6.0.0.tgz",
  1583. "integrity": "sha512-TQwDdQGtwwDt+2cgKDLn0IRaSxYu1tSUjgKarSDkUM0ZNiSRXFpjxEsvc/Zgc5kq5omJ+V0a8/kIM2WD3sMOYg==",
  1584. "license": "MIT",
  1585. "workspaces": [
  1586. "addons/*"
  1587. ]
  1588. },
  1589. "node_modules/acorn": {
  1590. "version": "8.15.0",
  1591. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
  1592. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  1593. "license": "MIT",
  1594. "bin": {
  1595. "acorn": "bin/acorn"
  1596. },
  1597. "engines": {
  1598. "node": ">=0.4.0"
  1599. }
  1600. },
  1601. "node_modules/acorn-jsx": {
  1602. "version": "5.3.2",
  1603. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1604. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1605. "license": "MIT",
  1606. "peerDependencies": {
  1607. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1608. }
  1609. },
  1610. "node_modules/ajv": {
  1611. "version": "6.12.6",
  1612. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  1613. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  1614. "license": "MIT",
  1615. "dependencies": {
  1616. "fast-deep-equal": "^3.1.1",
  1617. "fast-json-stable-stringify": "^2.0.0",
  1618. "json-schema-traverse": "^0.4.1",
  1619. "uri-js": "^4.2.2"
  1620. },
  1621. "funding": {
  1622. "type": "github",
  1623. "url": "https://github.com/sponsors/epoberezkin"
  1624. }
  1625. },
  1626. "node_modules/ansi-regex": {
  1627. "version": "5.0.1",
  1628. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1629. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1630. "engines": {
  1631. "node": ">=8"
  1632. }
  1633. },
  1634. "node_modules/ansi-styles": {
  1635. "version": "4.3.0",
  1636. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1637. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1638. "dependencies": {
  1639. "color-convert": "^2.0.1"
  1640. },
  1641. "engines": {
  1642. "node": ">=8"
  1643. },
  1644. "funding": {
  1645. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1646. }
  1647. },
  1648. "node_modules/argparse": {
  1649. "version": "2.0.1",
  1650. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  1651. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1652. "license": "Python-2.0"
  1653. },
  1654. "node_modules/array-buffer-byte-length": {
  1655. "version": "1.0.2",
  1656. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  1657. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  1658. "license": "MIT",
  1659. "dependencies": {
  1660. "call-bound": "^1.0.3",
  1661. "is-array-buffer": "^3.0.5"
  1662. },
  1663. "engines": {
  1664. "node": ">= 0.4"
  1665. },
  1666. "funding": {
  1667. "url": "https://github.com/sponsors/ljharb"
  1668. }
  1669. },
  1670. "node_modules/array-includes": {
  1671. "version": "3.1.9",
  1672. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  1673. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  1674. "license": "MIT",
  1675. "dependencies": {
  1676. "call-bind": "^1.0.8",
  1677. "call-bound": "^1.0.4",
  1678. "define-properties": "^1.2.1",
  1679. "es-abstract": "^1.24.0",
  1680. "es-object-atoms": "^1.1.1",
  1681. "get-intrinsic": "^1.3.0",
  1682. "is-string": "^1.1.1",
  1683. "math-intrinsics": "^1.1.0"
  1684. },
  1685. "engines": {
  1686. "node": ">= 0.4"
  1687. },
  1688. "funding": {
  1689. "url": "https://github.com/sponsors/ljharb"
  1690. }
  1691. },
  1692. "node_modules/array.prototype.findlast": {
  1693. "version": "1.2.5",
  1694. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  1695. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  1696. "license": "MIT",
  1697. "dependencies": {
  1698. "call-bind": "^1.0.7",
  1699. "define-properties": "^1.2.1",
  1700. "es-abstract": "^1.23.2",
  1701. "es-errors": "^1.3.0",
  1702. "es-object-atoms": "^1.0.0",
  1703. "es-shim-unscopables": "^1.0.2"
  1704. },
  1705. "engines": {
  1706. "node": ">= 0.4"
  1707. },
  1708. "funding": {
  1709. "url": "https://github.com/sponsors/ljharb"
  1710. }
  1711. },
  1712. "node_modules/array.prototype.findlastindex": {
  1713. "version": "1.2.6",
  1714. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  1715. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  1716. "license": "MIT",
  1717. "dependencies": {
  1718. "call-bind": "^1.0.8",
  1719. "call-bound": "^1.0.4",
  1720. "define-properties": "^1.2.1",
  1721. "es-abstract": "^1.23.9",
  1722. "es-errors": "^1.3.0",
  1723. "es-object-atoms": "^1.1.1",
  1724. "es-shim-unscopables": "^1.1.0"
  1725. },
  1726. "engines": {
  1727. "node": ">= 0.4"
  1728. },
  1729. "funding": {
  1730. "url": "https://github.com/sponsors/ljharb"
  1731. }
  1732. },
  1733. "node_modules/array.prototype.flat": {
  1734. "version": "1.3.3",
  1735. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  1736. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  1737. "license": "MIT",
  1738. "dependencies": {
  1739. "call-bind": "^1.0.8",
  1740. "define-properties": "^1.2.1",
  1741. "es-abstract": "^1.23.5",
  1742. "es-shim-unscopables": "^1.0.2"
  1743. },
  1744. "engines": {
  1745. "node": ">= 0.4"
  1746. },
  1747. "funding": {
  1748. "url": "https://github.com/sponsors/ljharb"
  1749. }
  1750. },
  1751. "node_modules/array.prototype.flatmap": {
  1752. "version": "1.3.3",
  1753. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  1754. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  1755. "license": "MIT",
  1756. "dependencies": {
  1757. "call-bind": "^1.0.8",
  1758. "define-properties": "^1.2.1",
  1759. "es-abstract": "^1.23.5",
  1760. "es-shim-unscopables": "^1.0.2"
  1761. },
  1762. "engines": {
  1763. "node": ">= 0.4"
  1764. },
  1765. "funding": {
  1766. "url": "https://github.com/sponsors/ljharb"
  1767. }
  1768. },
  1769. "node_modules/array.prototype.tosorted": {
  1770. "version": "1.1.4",
  1771. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  1772. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  1773. "license": "MIT",
  1774. "dependencies": {
  1775. "call-bind": "^1.0.7",
  1776. "define-properties": "^1.2.1",
  1777. "es-abstract": "^1.23.3",
  1778. "es-errors": "^1.3.0",
  1779. "es-shim-unscopables": "^1.0.2"
  1780. },
  1781. "engines": {
  1782. "node": ">= 0.4"
  1783. }
  1784. },
  1785. "node_modules/arraybuffer.prototype.slice": {
  1786. "version": "1.0.4",
  1787. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  1788. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  1789. "license": "MIT",
  1790. "dependencies": {
  1791. "array-buffer-byte-length": "^1.0.1",
  1792. "call-bind": "^1.0.8",
  1793. "define-properties": "^1.2.1",
  1794. "es-abstract": "^1.23.5",
  1795. "es-errors": "^1.3.0",
  1796. "get-intrinsic": "^1.2.6",
  1797. "is-array-buffer": "^3.0.4"
  1798. },
  1799. "engines": {
  1800. "node": ">= 0.4"
  1801. },
  1802. "funding": {
  1803. "url": "https://github.com/sponsors/ljharb"
  1804. }
  1805. },
  1806. "node_modules/ast-kit": {
  1807. "version": "2.2.0",
  1808. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  1809. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  1810. "license": "MIT",
  1811. "dependencies": {
  1812. "@babel/parser": "^7.28.5",
  1813. "pathe": "^2.0.3"
  1814. },
  1815. "engines": {
  1816. "node": ">=20.19.0"
  1817. },
  1818. "funding": {
  1819. "url": "https://github.com/sponsors/sxzz"
  1820. }
  1821. },
  1822. "node_modules/ast-walker-scope": {
  1823. "version": "0.8.3",
  1824. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  1825. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  1826. "license": "MIT",
  1827. "dependencies": {
  1828. "@babel/parser": "^7.28.4",
  1829. "ast-kit": "^2.1.3"
  1830. },
  1831. "engines": {
  1832. "node": ">=20.19.0"
  1833. },
  1834. "funding": {
  1835. "url": "https://github.com/sponsors/sxzz"
  1836. }
  1837. },
  1838. "node_modules/astral-regex": {
  1839. "version": "2.0.0",
  1840. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  1841. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  1842. "dev": true,
  1843. "engines": {
  1844. "node": ">=8"
  1845. }
  1846. },
  1847. "node_modules/async-function": {
  1848. "version": "1.0.0",
  1849. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  1850. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  1851. "license": "MIT",
  1852. "engines": {
  1853. "node": ">= 0.4"
  1854. }
  1855. },
  1856. "node_modules/available-typed-arrays": {
  1857. "version": "1.0.7",
  1858. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  1859. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  1860. "license": "MIT",
  1861. "dependencies": {
  1862. "possible-typed-array-names": "^1.0.0"
  1863. },
  1864. "engines": {
  1865. "node": ">= 0.4"
  1866. },
  1867. "funding": {
  1868. "url": "https://github.com/sponsors/ljharb"
  1869. }
  1870. },
  1871. "node_modules/balanced-match": {
  1872. "version": "1.0.2",
  1873. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1874. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1875. "license": "MIT"
  1876. },
  1877. "node_modules/birpc": {
  1878. "version": "2.9.0",
  1879. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  1880. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  1881. "license": "MIT",
  1882. "funding": {
  1883. "url": "https://github.com/sponsors/antfu"
  1884. }
  1885. },
  1886. "node_modules/brace-expansion": {
  1887. "version": "1.1.12",
  1888. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1889. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1890. "license": "MIT",
  1891. "dependencies": {
  1892. "balanced-match": "^1.0.0",
  1893. "concat-map": "0.0.1"
  1894. }
  1895. },
  1896. "node_modules/braces": {
  1897. "version": "3.0.3",
  1898. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1899. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1900. "dev": true,
  1901. "license": "MIT",
  1902. "dependencies": {
  1903. "fill-range": "^7.1.1"
  1904. },
  1905. "engines": {
  1906. "node": ">=8"
  1907. }
  1908. },
  1909. "node_modules/builtins": {
  1910. "version": "5.1.0",
  1911. "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
  1912. "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
  1913. "license": "MIT",
  1914. "dependencies": {
  1915. "semver": "^7.0.0"
  1916. }
  1917. },
  1918. "node_modules/builtins/node_modules/semver": {
  1919. "version": "7.7.3",
  1920. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  1921. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1922. "license": "ISC",
  1923. "bin": {
  1924. "semver": "bin/semver.js"
  1925. },
  1926. "engines": {
  1927. "node": ">=10"
  1928. }
  1929. },
  1930. "node_modules/cacheable": {
  1931. "version": "2.3.2",
  1932. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.3.2.tgz",
  1933. "integrity": "sha512-w+ZuRNmex9c1TR9RcsxbfTKCjSL0rh1WA5SABbrWprIHeNBdmyQLSYonlDy9gpD+63XT8DgZ/wNh1Smvc9WnJA==",
  1934. "dev": true,
  1935. "license": "MIT",
  1936. "dependencies": {
  1937. "@cacheable/memory": "^2.0.7",
  1938. "@cacheable/utils": "^2.3.3",
  1939. "hookified": "^1.15.0",
  1940. "keyv": "^5.5.5",
  1941. "qified": "^0.6.0"
  1942. }
  1943. },
  1944. "node_modules/cacheable/node_modules/keyv": {
  1945. "version": "5.6.0",
  1946. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  1947. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  1948. "dev": true,
  1949. "license": "MIT",
  1950. "dependencies": {
  1951. "@keyv/serialize": "^1.1.1"
  1952. }
  1953. },
  1954. "node_modules/call-bind": {
  1955. "version": "1.0.8",
  1956. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  1957. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  1958. "license": "MIT",
  1959. "dependencies": {
  1960. "call-bind-apply-helpers": "^1.0.0",
  1961. "es-define-property": "^1.0.0",
  1962. "get-intrinsic": "^1.2.4",
  1963. "set-function-length": "^1.2.2"
  1964. },
  1965. "engines": {
  1966. "node": ">= 0.4"
  1967. },
  1968. "funding": {
  1969. "url": "https://github.com/sponsors/ljharb"
  1970. }
  1971. },
  1972. "node_modules/call-bind-apply-helpers": {
  1973. "version": "1.0.2",
  1974. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1975. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1976. "license": "MIT",
  1977. "dependencies": {
  1978. "es-errors": "^1.3.0",
  1979. "function-bind": "^1.1.2"
  1980. },
  1981. "engines": {
  1982. "node": ">= 0.4"
  1983. }
  1984. },
  1985. "node_modules/call-bound": {
  1986. "version": "1.0.4",
  1987. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  1988. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  1989. "license": "MIT",
  1990. "dependencies": {
  1991. "call-bind-apply-helpers": "^1.0.2",
  1992. "get-intrinsic": "^1.3.0"
  1993. },
  1994. "engines": {
  1995. "node": ">= 0.4"
  1996. },
  1997. "funding": {
  1998. "url": "https://github.com/sponsors/ljharb"
  1999. }
  2000. },
  2001. "node_modules/callsites": {
  2002. "version": "3.1.0",
  2003. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2004. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2005. "engines": {
  2006. "node": ">=6"
  2007. }
  2008. },
  2009. "node_modules/chalk": {
  2010. "version": "4.1.2",
  2011. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2012. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2013. "license": "MIT",
  2014. "dependencies": {
  2015. "ansi-styles": "^4.1.0",
  2016. "supports-color": "^7.1.0"
  2017. },
  2018. "engines": {
  2019. "node": ">=10"
  2020. },
  2021. "funding": {
  2022. "url": "https://github.com/chalk/chalk?sponsor=1"
  2023. }
  2024. },
  2025. "node_modules/chokidar": {
  2026. "version": "5.0.0",
  2027. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2028. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2029. "license": "MIT",
  2030. "dependencies": {
  2031. "readdirp": "^5.0.0"
  2032. },
  2033. "engines": {
  2034. "node": ">= 20.19.0"
  2035. },
  2036. "funding": {
  2037. "url": "https://paulmillr.com/funding/"
  2038. }
  2039. },
  2040. "node_modules/color-convert": {
  2041. "version": "2.0.1",
  2042. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2043. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2044. "dependencies": {
  2045. "color-name": "~1.1.4"
  2046. },
  2047. "engines": {
  2048. "node": ">=7.0.0"
  2049. }
  2050. },
  2051. "node_modules/color-name": {
  2052. "version": "1.1.4",
  2053. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2054. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2055. },
  2056. "node_modules/colord": {
  2057. "version": "2.9.3",
  2058. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  2059. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  2060. "dev": true
  2061. },
  2062. "node_modules/concat-map": {
  2063. "version": "0.0.1",
  2064. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2065. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2066. "license": "MIT"
  2067. },
  2068. "node_modules/confbox": {
  2069. "version": "0.2.2",
  2070. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  2071. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  2072. "license": "MIT"
  2073. },
  2074. "node_modules/copy-anything": {
  2075. "version": "4.0.5",
  2076. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  2077. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  2078. "license": "MIT",
  2079. "dependencies": {
  2080. "is-what": "^5.2.0"
  2081. },
  2082. "engines": {
  2083. "node": ">=18"
  2084. },
  2085. "funding": {
  2086. "url": "https://github.com/sponsors/mesqueeb"
  2087. }
  2088. },
  2089. "node_modules/cosmiconfig": {
  2090. "version": "9.0.0",
  2091. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
  2092. "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
  2093. "dev": true,
  2094. "license": "MIT",
  2095. "dependencies": {
  2096. "env-paths": "^2.2.1",
  2097. "import-fresh": "^3.3.0",
  2098. "js-yaml": "^4.1.0",
  2099. "parse-json": "^5.2.0"
  2100. },
  2101. "engines": {
  2102. "node": ">=14"
  2103. },
  2104. "funding": {
  2105. "url": "https://github.com/sponsors/d-fischer"
  2106. },
  2107. "peerDependencies": {
  2108. "typescript": ">=4.9.5"
  2109. },
  2110. "peerDependenciesMeta": {
  2111. "typescript": {
  2112. "optional": true
  2113. }
  2114. }
  2115. },
  2116. "node_modules/cross-spawn": {
  2117. "version": "7.0.6",
  2118. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2119. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2120. "license": "MIT",
  2121. "dependencies": {
  2122. "path-key": "^3.1.0",
  2123. "shebang-command": "^2.0.0",
  2124. "which": "^2.0.1"
  2125. },
  2126. "engines": {
  2127. "node": ">= 8"
  2128. }
  2129. },
  2130. "node_modules/css-functions-list": {
  2131. "version": "3.3.3",
  2132. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.3.3.tgz",
  2133. "integrity": "sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==",
  2134. "dev": true,
  2135. "license": "MIT",
  2136. "engines": {
  2137. "node": ">=12"
  2138. }
  2139. },
  2140. "node_modules/css-tree": {
  2141. "version": "3.1.0",
  2142. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  2143. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  2144. "dev": true,
  2145. "license": "MIT",
  2146. "dependencies": {
  2147. "mdn-data": "2.12.2",
  2148. "source-map-js": "^1.0.1"
  2149. },
  2150. "engines": {
  2151. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2152. }
  2153. },
  2154. "node_modules/cssesc": {
  2155. "version": "3.0.0",
  2156. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2157. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2158. "dev": true,
  2159. "license": "MIT",
  2160. "bin": {
  2161. "cssesc": "bin/cssesc"
  2162. },
  2163. "engines": {
  2164. "node": ">=4"
  2165. }
  2166. },
  2167. "node_modules/csstype": {
  2168. "version": "3.2.3",
  2169. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2170. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2171. "license": "MIT"
  2172. },
  2173. "node_modules/data-view-buffer": {
  2174. "version": "1.0.2",
  2175. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2176. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2177. "license": "MIT",
  2178. "dependencies": {
  2179. "call-bound": "^1.0.3",
  2180. "es-errors": "^1.3.0",
  2181. "is-data-view": "^1.0.2"
  2182. },
  2183. "engines": {
  2184. "node": ">= 0.4"
  2185. },
  2186. "funding": {
  2187. "url": "https://github.com/sponsors/ljharb"
  2188. }
  2189. },
  2190. "node_modules/data-view-byte-length": {
  2191. "version": "1.0.2",
  2192. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2193. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2194. "license": "MIT",
  2195. "dependencies": {
  2196. "call-bound": "^1.0.3",
  2197. "es-errors": "^1.3.0",
  2198. "is-data-view": "^1.0.2"
  2199. },
  2200. "engines": {
  2201. "node": ">= 0.4"
  2202. },
  2203. "funding": {
  2204. "url": "https://github.com/sponsors/inspect-js"
  2205. }
  2206. },
  2207. "node_modules/data-view-byte-offset": {
  2208. "version": "1.0.1",
  2209. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2210. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2211. "license": "MIT",
  2212. "dependencies": {
  2213. "call-bound": "^1.0.2",
  2214. "es-errors": "^1.3.0",
  2215. "is-data-view": "^1.0.1"
  2216. },
  2217. "engines": {
  2218. "node": ">= 0.4"
  2219. },
  2220. "funding": {
  2221. "url": "https://github.com/sponsors/ljharb"
  2222. }
  2223. },
  2224. "node_modules/debug": {
  2225. "version": "4.4.3",
  2226. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2227. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2228. "license": "MIT",
  2229. "dependencies": {
  2230. "ms": "^2.1.3"
  2231. },
  2232. "engines": {
  2233. "node": ">=6.0"
  2234. },
  2235. "peerDependenciesMeta": {
  2236. "supports-color": {
  2237. "optional": true
  2238. }
  2239. }
  2240. },
  2241. "node_modules/deep-is": {
  2242. "version": "0.1.4",
  2243. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2244. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2245. "license": "MIT"
  2246. },
  2247. "node_modules/define-data-property": {
  2248. "version": "1.1.4",
  2249. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  2250. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  2251. "license": "MIT",
  2252. "dependencies": {
  2253. "es-define-property": "^1.0.0",
  2254. "es-errors": "^1.3.0",
  2255. "gopd": "^1.0.1"
  2256. },
  2257. "engines": {
  2258. "node": ">= 0.4"
  2259. },
  2260. "funding": {
  2261. "url": "https://github.com/sponsors/ljharb"
  2262. }
  2263. },
  2264. "node_modules/define-properties": {
  2265. "version": "1.2.1",
  2266. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  2267. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  2268. "license": "MIT",
  2269. "dependencies": {
  2270. "define-data-property": "^1.0.1",
  2271. "has-property-descriptors": "^1.0.0",
  2272. "object-keys": "^1.1.1"
  2273. },
  2274. "engines": {
  2275. "node": ">= 0.4"
  2276. },
  2277. "funding": {
  2278. "url": "https://github.com/sponsors/ljharb"
  2279. }
  2280. },
  2281. "node_modules/doctrine": {
  2282. "version": "3.0.0",
  2283. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  2284. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  2285. "license": "Apache-2.0",
  2286. "dependencies": {
  2287. "esutils": "^2.0.2"
  2288. },
  2289. "engines": {
  2290. "node": ">=6.0.0"
  2291. }
  2292. },
  2293. "node_modules/dunder-proto": {
  2294. "version": "1.0.1",
  2295. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2296. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2297. "license": "MIT",
  2298. "dependencies": {
  2299. "call-bind-apply-helpers": "^1.0.1",
  2300. "es-errors": "^1.3.0",
  2301. "gopd": "^1.2.0"
  2302. },
  2303. "engines": {
  2304. "node": ">= 0.4"
  2305. }
  2306. },
  2307. "node_modules/emoji-regex": {
  2308. "version": "8.0.0",
  2309. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2310. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2311. "dev": true
  2312. },
  2313. "node_modules/entities": {
  2314. "version": "7.0.1",
  2315. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2316. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2317. "license": "BSD-2-Clause",
  2318. "engines": {
  2319. "node": ">=0.12"
  2320. },
  2321. "funding": {
  2322. "url": "https://github.com/fb55/entities?sponsor=1"
  2323. }
  2324. },
  2325. "node_modules/env-paths": {
  2326. "version": "2.2.1",
  2327. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  2328. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  2329. "dev": true,
  2330. "license": "MIT",
  2331. "engines": {
  2332. "node": ">=6"
  2333. }
  2334. },
  2335. "node_modules/error-ex": {
  2336. "version": "1.3.2",
  2337. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  2338. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  2339. "license": "MIT",
  2340. "dependencies": {
  2341. "is-arrayish": "^0.2.1"
  2342. }
  2343. },
  2344. "node_modules/es-abstract": {
  2345. "version": "1.24.0",
  2346. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
  2347. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  2348. "license": "MIT",
  2349. "dependencies": {
  2350. "array-buffer-byte-length": "^1.0.2",
  2351. "arraybuffer.prototype.slice": "^1.0.4",
  2352. "available-typed-arrays": "^1.0.7",
  2353. "call-bind": "^1.0.8",
  2354. "call-bound": "^1.0.4",
  2355. "data-view-buffer": "^1.0.2",
  2356. "data-view-byte-length": "^1.0.2",
  2357. "data-view-byte-offset": "^1.0.1",
  2358. "es-define-property": "^1.0.1",
  2359. "es-errors": "^1.3.0",
  2360. "es-object-atoms": "^1.1.1",
  2361. "es-set-tostringtag": "^2.1.0",
  2362. "es-to-primitive": "^1.3.0",
  2363. "function.prototype.name": "^1.1.8",
  2364. "get-intrinsic": "^1.3.0",
  2365. "get-proto": "^1.0.1",
  2366. "get-symbol-description": "^1.1.0",
  2367. "globalthis": "^1.0.4",
  2368. "gopd": "^1.2.0",
  2369. "has-property-descriptors": "^1.0.2",
  2370. "has-proto": "^1.2.0",
  2371. "has-symbols": "^1.1.0",
  2372. "hasown": "^2.0.2",
  2373. "internal-slot": "^1.1.0",
  2374. "is-array-buffer": "^3.0.5",
  2375. "is-callable": "^1.2.7",
  2376. "is-data-view": "^1.0.2",
  2377. "is-negative-zero": "^2.0.3",
  2378. "is-regex": "^1.2.1",
  2379. "is-set": "^2.0.3",
  2380. "is-shared-array-buffer": "^1.0.4",
  2381. "is-string": "^1.1.1",
  2382. "is-typed-array": "^1.1.15",
  2383. "is-weakref": "^1.1.1",
  2384. "math-intrinsics": "^1.1.0",
  2385. "object-inspect": "^1.13.4",
  2386. "object-keys": "^1.1.1",
  2387. "object.assign": "^4.1.7",
  2388. "own-keys": "^1.0.1",
  2389. "regexp.prototype.flags": "^1.5.4",
  2390. "safe-array-concat": "^1.1.3",
  2391. "safe-push-apply": "^1.0.0",
  2392. "safe-regex-test": "^1.1.0",
  2393. "set-proto": "^1.0.0",
  2394. "stop-iteration-iterator": "^1.1.0",
  2395. "string.prototype.trim": "^1.2.10",
  2396. "string.prototype.trimend": "^1.0.9",
  2397. "string.prototype.trimstart": "^1.0.8",
  2398. "typed-array-buffer": "^1.0.3",
  2399. "typed-array-byte-length": "^1.0.3",
  2400. "typed-array-byte-offset": "^1.0.4",
  2401. "typed-array-length": "^1.0.7",
  2402. "unbox-primitive": "^1.1.0",
  2403. "which-typed-array": "^1.1.19"
  2404. },
  2405. "engines": {
  2406. "node": ">= 0.4"
  2407. },
  2408. "funding": {
  2409. "url": "https://github.com/sponsors/ljharb"
  2410. }
  2411. },
  2412. "node_modules/es-define-property": {
  2413. "version": "1.0.1",
  2414. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  2415. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2416. "license": "MIT",
  2417. "engines": {
  2418. "node": ">= 0.4"
  2419. }
  2420. },
  2421. "node_modules/es-errors": {
  2422. "version": "1.3.0",
  2423. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  2424. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2425. "license": "MIT",
  2426. "engines": {
  2427. "node": ">= 0.4"
  2428. }
  2429. },
  2430. "node_modules/es-iterator-helpers": {
  2431. "version": "1.2.1",
  2432. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  2433. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  2434. "license": "MIT",
  2435. "dependencies": {
  2436. "call-bind": "^1.0.8",
  2437. "call-bound": "^1.0.3",
  2438. "define-properties": "^1.2.1",
  2439. "es-abstract": "^1.23.6",
  2440. "es-errors": "^1.3.0",
  2441. "es-set-tostringtag": "^2.0.3",
  2442. "function-bind": "^1.1.2",
  2443. "get-intrinsic": "^1.2.6",
  2444. "globalthis": "^1.0.4",
  2445. "gopd": "^1.2.0",
  2446. "has-property-descriptors": "^1.0.2",
  2447. "has-proto": "^1.2.0",
  2448. "has-symbols": "^1.1.0",
  2449. "internal-slot": "^1.1.0",
  2450. "iterator.prototype": "^1.1.4",
  2451. "safe-array-concat": "^1.1.3"
  2452. },
  2453. "engines": {
  2454. "node": ">= 0.4"
  2455. }
  2456. },
  2457. "node_modules/es-object-atoms": {
  2458. "version": "1.1.1",
  2459. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2460. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2461. "license": "MIT",
  2462. "dependencies": {
  2463. "es-errors": "^1.3.0"
  2464. },
  2465. "engines": {
  2466. "node": ">= 0.4"
  2467. }
  2468. },
  2469. "node_modules/es-set-tostringtag": {
  2470. "version": "2.1.0",
  2471. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2472. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2473. "license": "MIT",
  2474. "dependencies": {
  2475. "es-errors": "^1.3.0",
  2476. "get-intrinsic": "^1.2.6",
  2477. "has-tostringtag": "^1.0.2",
  2478. "hasown": "^2.0.2"
  2479. },
  2480. "engines": {
  2481. "node": ">= 0.4"
  2482. }
  2483. },
  2484. "node_modules/es-shim-unscopables": {
  2485. "version": "1.1.0",
  2486. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  2487. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  2488. "license": "MIT",
  2489. "dependencies": {
  2490. "hasown": "^2.0.2"
  2491. },
  2492. "engines": {
  2493. "node": ">= 0.4"
  2494. }
  2495. },
  2496. "node_modules/es-to-primitive": {
  2497. "version": "1.3.0",
  2498. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  2499. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  2500. "license": "MIT",
  2501. "dependencies": {
  2502. "is-callable": "^1.2.7",
  2503. "is-date-object": "^1.0.5",
  2504. "is-symbol": "^1.0.4"
  2505. },
  2506. "engines": {
  2507. "node": ">= 0.4"
  2508. },
  2509. "funding": {
  2510. "url": "https://github.com/sponsors/ljharb"
  2511. }
  2512. },
  2513. "node_modules/esbuild": {
  2514. "version": "0.27.2",
  2515. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
  2516. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  2517. "hasInstallScript": true,
  2518. "license": "MIT",
  2519. "bin": {
  2520. "esbuild": "bin/esbuild"
  2521. },
  2522. "engines": {
  2523. "node": ">=18"
  2524. },
  2525. "optionalDependencies": {
  2526. "@esbuild/aix-ppc64": "0.27.2",
  2527. "@esbuild/android-arm": "0.27.2",
  2528. "@esbuild/android-arm64": "0.27.2",
  2529. "@esbuild/android-x64": "0.27.2",
  2530. "@esbuild/darwin-arm64": "0.27.2",
  2531. "@esbuild/darwin-x64": "0.27.2",
  2532. "@esbuild/freebsd-arm64": "0.27.2",
  2533. "@esbuild/freebsd-x64": "0.27.2",
  2534. "@esbuild/linux-arm": "0.27.2",
  2535. "@esbuild/linux-arm64": "0.27.2",
  2536. "@esbuild/linux-ia32": "0.27.2",
  2537. "@esbuild/linux-loong64": "0.27.2",
  2538. "@esbuild/linux-mips64el": "0.27.2",
  2539. "@esbuild/linux-ppc64": "0.27.2",
  2540. "@esbuild/linux-riscv64": "0.27.2",
  2541. "@esbuild/linux-s390x": "0.27.2",
  2542. "@esbuild/linux-x64": "0.27.2",
  2543. "@esbuild/netbsd-arm64": "0.27.2",
  2544. "@esbuild/netbsd-x64": "0.27.2",
  2545. "@esbuild/openbsd-arm64": "0.27.2",
  2546. "@esbuild/openbsd-x64": "0.27.2",
  2547. "@esbuild/openharmony-arm64": "0.27.2",
  2548. "@esbuild/sunos-x64": "0.27.2",
  2549. "@esbuild/win32-arm64": "0.27.2",
  2550. "@esbuild/win32-ia32": "0.27.2",
  2551. "@esbuild/win32-x64": "0.27.2"
  2552. }
  2553. },
  2554. "node_modules/escape-string-regexp": {
  2555. "version": "4.0.0",
  2556. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2557. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2558. "license": "MIT",
  2559. "engines": {
  2560. "node": ">=10"
  2561. },
  2562. "funding": {
  2563. "url": "https://github.com/sponsors/sindresorhus"
  2564. }
  2565. },
  2566. "node_modules/eslint": {
  2567. "version": "8.57.1",
  2568. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  2569. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  2570. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  2571. "license": "MIT",
  2572. "dependencies": {
  2573. "@eslint-community/eslint-utils": "^4.2.0",
  2574. "@eslint-community/regexpp": "^4.6.1",
  2575. "@eslint/eslintrc": "^2.1.4",
  2576. "@eslint/js": "8.57.1",
  2577. "@humanwhocodes/config-array": "^0.13.0",
  2578. "@humanwhocodes/module-importer": "^1.0.1",
  2579. "@nodelib/fs.walk": "^1.2.8",
  2580. "@ungap/structured-clone": "^1.2.0",
  2581. "ajv": "^6.12.4",
  2582. "chalk": "^4.0.0",
  2583. "cross-spawn": "^7.0.2",
  2584. "debug": "^4.3.2",
  2585. "doctrine": "^3.0.0",
  2586. "escape-string-regexp": "^4.0.0",
  2587. "eslint-scope": "^7.2.2",
  2588. "eslint-visitor-keys": "^3.4.3",
  2589. "espree": "^9.6.1",
  2590. "esquery": "^1.4.2",
  2591. "esutils": "^2.0.2",
  2592. "fast-deep-equal": "^3.1.3",
  2593. "file-entry-cache": "^6.0.1",
  2594. "find-up": "^5.0.0",
  2595. "glob-parent": "^6.0.2",
  2596. "globals": "^13.19.0",
  2597. "graphemer": "^1.4.0",
  2598. "ignore": "^5.2.0",
  2599. "imurmurhash": "^0.1.4",
  2600. "is-glob": "^4.0.0",
  2601. "is-path-inside": "^3.0.3",
  2602. "js-yaml": "^4.1.0",
  2603. "json-stable-stringify-without-jsonify": "^1.0.1",
  2604. "levn": "^0.4.1",
  2605. "lodash.merge": "^4.6.2",
  2606. "minimatch": "^3.1.2",
  2607. "natural-compare": "^1.4.0",
  2608. "optionator": "^0.9.3",
  2609. "strip-ansi": "^6.0.1",
  2610. "text-table": "^0.2.0"
  2611. },
  2612. "bin": {
  2613. "eslint": "bin/eslint.js"
  2614. },
  2615. "engines": {
  2616. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2617. },
  2618. "funding": {
  2619. "url": "https://opencollective.com/eslint"
  2620. }
  2621. },
  2622. "node_modules/eslint-config-standard": {
  2623. "version": "17.1.0",
  2624. "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
  2625. "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
  2626. "funding": [
  2627. {
  2628. "type": "github",
  2629. "url": "https://github.com/sponsors/feross"
  2630. },
  2631. {
  2632. "type": "patreon",
  2633. "url": "https://www.patreon.com/feross"
  2634. },
  2635. {
  2636. "type": "consulting",
  2637. "url": "https://feross.org/support"
  2638. }
  2639. ],
  2640. "license": "MIT",
  2641. "engines": {
  2642. "node": ">=12.0.0"
  2643. },
  2644. "peerDependencies": {
  2645. "eslint": "^8.0.1",
  2646. "eslint-plugin-import": "^2.25.2",
  2647. "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
  2648. "eslint-plugin-promise": "^6.0.0"
  2649. }
  2650. },
  2651. "node_modules/eslint-config-standard-jsx": {
  2652. "version": "11.0.0",
  2653. "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz",
  2654. "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==",
  2655. "funding": [
  2656. {
  2657. "type": "github",
  2658. "url": "https://github.com/sponsors/feross"
  2659. },
  2660. {
  2661. "type": "patreon",
  2662. "url": "https://www.patreon.com/feross"
  2663. },
  2664. {
  2665. "type": "consulting",
  2666. "url": "https://feross.org/support"
  2667. }
  2668. ],
  2669. "license": "MIT",
  2670. "peerDependencies": {
  2671. "eslint": "^8.8.0",
  2672. "eslint-plugin-react": "^7.28.0"
  2673. }
  2674. },
  2675. "node_modules/eslint-import-resolver-node": {
  2676. "version": "0.3.9",
  2677. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  2678. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  2679. "license": "MIT",
  2680. "dependencies": {
  2681. "debug": "^3.2.7",
  2682. "is-core-module": "^2.13.0",
  2683. "resolve": "^1.22.4"
  2684. }
  2685. },
  2686. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  2687. "version": "3.2.7",
  2688. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2689. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2690. "license": "MIT",
  2691. "dependencies": {
  2692. "ms": "^2.1.1"
  2693. }
  2694. },
  2695. "node_modules/eslint-module-utils": {
  2696. "version": "2.12.1",
  2697. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  2698. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  2699. "license": "MIT",
  2700. "dependencies": {
  2701. "debug": "^3.2.7"
  2702. },
  2703. "engines": {
  2704. "node": ">=4"
  2705. },
  2706. "peerDependenciesMeta": {
  2707. "eslint": {
  2708. "optional": true
  2709. }
  2710. }
  2711. },
  2712. "node_modules/eslint-module-utils/node_modules/debug": {
  2713. "version": "3.2.7",
  2714. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2715. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2716. "license": "MIT",
  2717. "dependencies": {
  2718. "ms": "^2.1.1"
  2719. }
  2720. },
  2721. "node_modules/eslint-plugin-es": {
  2722. "version": "4.1.0",
  2723. "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
  2724. "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
  2725. "license": "MIT",
  2726. "dependencies": {
  2727. "eslint-utils": "^2.0.0",
  2728. "regexpp": "^3.0.0"
  2729. },
  2730. "engines": {
  2731. "node": ">=8.10.0"
  2732. },
  2733. "funding": {
  2734. "url": "https://github.com/sponsors/mysticatea"
  2735. },
  2736. "peerDependencies": {
  2737. "eslint": ">=4.19.1"
  2738. }
  2739. },
  2740. "node_modules/eslint-plugin-es/node_modules/eslint-utils": {
  2741. "version": "2.1.0",
  2742. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  2743. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  2744. "license": "MIT",
  2745. "dependencies": {
  2746. "eslint-visitor-keys": "^1.1.0"
  2747. },
  2748. "engines": {
  2749. "node": ">=6"
  2750. },
  2751. "funding": {
  2752. "url": "https://github.com/sponsors/mysticatea"
  2753. }
  2754. },
  2755. "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
  2756. "version": "1.3.0",
  2757. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  2758. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
  2759. "license": "Apache-2.0",
  2760. "engines": {
  2761. "node": ">=4"
  2762. }
  2763. },
  2764. "node_modules/eslint-plugin-import": {
  2765. "version": "2.32.0",
  2766. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  2767. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  2768. "license": "MIT",
  2769. "dependencies": {
  2770. "@rtsao/scc": "^1.1.0",
  2771. "array-includes": "^3.1.9",
  2772. "array.prototype.findlastindex": "^1.2.6",
  2773. "array.prototype.flat": "^1.3.3",
  2774. "array.prototype.flatmap": "^1.3.3",
  2775. "debug": "^3.2.7",
  2776. "doctrine": "^2.1.0",
  2777. "eslint-import-resolver-node": "^0.3.9",
  2778. "eslint-module-utils": "^2.12.1",
  2779. "hasown": "^2.0.2",
  2780. "is-core-module": "^2.16.1",
  2781. "is-glob": "^4.0.3",
  2782. "minimatch": "^3.1.2",
  2783. "object.fromentries": "^2.0.8",
  2784. "object.groupby": "^1.0.3",
  2785. "object.values": "^1.2.1",
  2786. "semver": "^6.3.1",
  2787. "string.prototype.trimend": "^1.0.9",
  2788. "tsconfig-paths": "^3.15.0"
  2789. },
  2790. "engines": {
  2791. "node": ">=4"
  2792. },
  2793. "peerDependencies": {
  2794. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  2795. }
  2796. },
  2797. "node_modules/eslint-plugin-import/node_modules/debug": {
  2798. "version": "3.2.7",
  2799. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2800. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2801. "license": "MIT",
  2802. "dependencies": {
  2803. "ms": "^2.1.1"
  2804. }
  2805. },
  2806. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  2807. "version": "2.1.0",
  2808. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2809. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2810. "license": "Apache-2.0",
  2811. "dependencies": {
  2812. "esutils": "^2.0.2"
  2813. },
  2814. "engines": {
  2815. "node": ">=0.10.0"
  2816. }
  2817. },
  2818. "node_modules/eslint-plugin-n": {
  2819. "version": "15.7.0",
  2820. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
  2821. "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
  2822. "license": "MIT",
  2823. "dependencies": {
  2824. "builtins": "^5.0.1",
  2825. "eslint-plugin-es": "^4.1.0",
  2826. "eslint-utils": "^3.0.0",
  2827. "ignore": "^5.1.1",
  2828. "is-core-module": "^2.11.0",
  2829. "minimatch": "^3.1.2",
  2830. "resolve": "^1.22.1",
  2831. "semver": "^7.3.8"
  2832. },
  2833. "engines": {
  2834. "node": ">=12.22.0"
  2835. },
  2836. "funding": {
  2837. "url": "https://github.com/sponsors/mysticatea"
  2838. },
  2839. "peerDependencies": {
  2840. "eslint": ">=7.0.0"
  2841. }
  2842. },
  2843. "node_modules/eslint-plugin-n/node_modules/semver": {
  2844. "version": "7.7.3",
  2845. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  2846. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2847. "license": "ISC",
  2848. "bin": {
  2849. "semver": "bin/semver.js"
  2850. },
  2851. "engines": {
  2852. "node": ">=10"
  2853. }
  2854. },
  2855. "node_modules/eslint-plugin-promise": {
  2856. "version": "6.6.0",
  2857. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
  2858. "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
  2859. "license": "ISC",
  2860. "engines": {
  2861. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2862. },
  2863. "funding": {
  2864. "url": "https://opencollective.com/eslint"
  2865. },
  2866. "peerDependencies": {
  2867. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  2868. }
  2869. },
  2870. "node_modules/eslint-plugin-react": {
  2871. "version": "7.37.5",
  2872. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  2873. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  2874. "license": "MIT",
  2875. "dependencies": {
  2876. "array-includes": "^3.1.8",
  2877. "array.prototype.findlast": "^1.2.5",
  2878. "array.prototype.flatmap": "^1.3.3",
  2879. "array.prototype.tosorted": "^1.1.4",
  2880. "doctrine": "^2.1.0",
  2881. "es-iterator-helpers": "^1.2.1",
  2882. "estraverse": "^5.3.0",
  2883. "hasown": "^2.0.2",
  2884. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  2885. "minimatch": "^3.1.2",
  2886. "object.entries": "^1.1.9",
  2887. "object.fromentries": "^2.0.8",
  2888. "object.values": "^1.2.1",
  2889. "prop-types": "^15.8.1",
  2890. "resolve": "^2.0.0-next.5",
  2891. "semver": "^6.3.1",
  2892. "string.prototype.matchall": "^4.0.12",
  2893. "string.prototype.repeat": "^1.0.0"
  2894. },
  2895. "engines": {
  2896. "node": ">=4"
  2897. },
  2898. "peerDependencies": {
  2899. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  2900. }
  2901. },
  2902. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  2903. "version": "2.1.0",
  2904. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2905. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2906. "license": "Apache-2.0",
  2907. "dependencies": {
  2908. "esutils": "^2.0.2"
  2909. },
  2910. "engines": {
  2911. "node": ">=0.10.0"
  2912. }
  2913. },
  2914. "node_modules/eslint-plugin-react/node_modules/resolve": {
  2915. "version": "2.0.0-next.5",
  2916. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  2917. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  2918. "license": "MIT",
  2919. "dependencies": {
  2920. "is-core-module": "^2.13.0",
  2921. "path-parse": "^1.0.7",
  2922. "supports-preserve-symlinks-flag": "^1.0.0"
  2923. },
  2924. "bin": {
  2925. "resolve": "bin/resolve"
  2926. },
  2927. "funding": {
  2928. "url": "https://github.com/sponsors/ljharb"
  2929. }
  2930. },
  2931. "node_modules/eslint-scope": {
  2932. "version": "7.2.2",
  2933. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  2934. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  2935. "license": "BSD-2-Clause",
  2936. "dependencies": {
  2937. "esrecurse": "^4.3.0",
  2938. "estraverse": "^5.2.0"
  2939. },
  2940. "engines": {
  2941. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2942. },
  2943. "funding": {
  2944. "url": "https://opencollective.com/eslint"
  2945. }
  2946. },
  2947. "node_modules/eslint-utils": {
  2948. "version": "3.0.0",
  2949. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  2950. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  2951. "license": "MIT",
  2952. "dependencies": {
  2953. "eslint-visitor-keys": "^2.0.0"
  2954. },
  2955. "engines": {
  2956. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  2957. },
  2958. "funding": {
  2959. "url": "https://github.com/sponsors/mysticatea"
  2960. },
  2961. "peerDependencies": {
  2962. "eslint": ">=5"
  2963. }
  2964. },
  2965. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  2966. "version": "2.1.0",
  2967. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  2968. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  2969. "license": "Apache-2.0",
  2970. "engines": {
  2971. "node": ">=10"
  2972. }
  2973. },
  2974. "node_modules/eslint-visitor-keys": {
  2975. "version": "3.4.3",
  2976. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  2977. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  2978. "license": "Apache-2.0",
  2979. "engines": {
  2980. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2981. },
  2982. "funding": {
  2983. "url": "https://opencollective.com/eslint"
  2984. }
  2985. },
  2986. "node_modules/eslint/node_modules/glob-parent": {
  2987. "version": "6.0.2",
  2988. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  2989. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2990. "license": "ISC",
  2991. "dependencies": {
  2992. "is-glob": "^4.0.3"
  2993. },
  2994. "engines": {
  2995. "node": ">=10.13.0"
  2996. }
  2997. },
  2998. "node_modules/espree": {
  2999. "version": "9.6.1",
  3000. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  3001. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  3002. "license": "BSD-2-Clause",
  3003. "dependencies": {
  3004. "acorn": "^8.9.0",
  3005. "acorn-jsx": "^5.3.2",
  3006. "eslint-visitor-keys": "^3.4.1"
  3007. },
  3008. "engines": {
  3009. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3010. },
  3011. "funding": {
  3012. "url": "https://opencollective.com/eslint"
  3013. }
  3014. },
  3015. "node_modules/esquery": {
  3016. "version": "1.6.0",
  3017. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  3018. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3019. "license": "BSD-3-Clause",
  3020. "dependencies": {
  3021. "estraverse": "^5.1.0"
  3022. },
  3023. "engines": {
  3024. "node": ">=0.10"
  3025. }
  3026. },
  3027. "node_modules/esrecurse": {
  3028. "version": "4.3.0",
  3029. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3030. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3031. "license": "BSD-2-Clause",
  3032. "dependencies": {
  3033. "estraverse": "^5.2.0"
  3034. },
  3035. "engines": {
  3036. "node": ">=4.0"
  3037. }
  3038. },
  3039. "node_modules/estraverse": {
  3040. "version": "5.3.0",
  3041. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3042. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3043. "license": "BSD-2-Clause",
  3044. "engines": {
  3045. "node": ">=4.0"
  3046. }
  3047. },
  3048. "node_modules/estree-walker": {
  3049. "version": "2.0.2",
  3050. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3051. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  3052. "license": "MIT"
  3053. },
  3054. "node_modules/esutils": {
  3055. "version": "2.0.3",
  3056. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3057. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3058. "license": "BSD-2-Clause",
  3059. "engines": {
  3060. "node": ">=0.10.0"
  3061. }
  3062. },
  3063. "node_modules/exsolve": {
  3064. "version": "1.0.7",
  3065. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  3066. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  3067. "license": "MIT"
  3068. },
  3069. "node_modules/fast-deep-equal": {
  3070. "version": "3.1.3",
  3071. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3072. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  3073. },
  3074. "node_modules/fast-glob": {
  3075. "version": "3.3.3",
  3076. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  3077. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3078. "dev": true,
  3079. "license": "MIT",
  3080. "dependencies": {
  3081. "@nodelib/fs.stat": "^2.0.2",
  3082. "@nodelib/fs.walk": "^1.2.3",
  3083. "glob-parent": "^5.1.2",
  3084. "merge2": "^1.3.0",
  3085. "micromatch": "^4.0.8"
  3086. },
  3087. "engines": {
  3088. "node": ">=8.6.0"
  3089. }
  3090. },
  3091. "node_modules/fast-json-stable-stringify": {
  3092. "version": "2.1.0",
  3093. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3094. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3095. "license": "MIT"
  3096. },
  3097. "node_modules/fast-levenshtein": {
  3098. "version": "2.0.6",
  3099. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3100. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3101. "license": "MIT"
  3102. },
  3103. "node_modules/fastest-levenshtein": {
  3104. "version": "1.0.16",
  3105. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  3106. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  3107. "dev": true,
  3108. "engines": {
  3109. "node": ">= 4.9.1"
  3110. }
  3111. },
  3112. "node_modules/fastq": {
  3113. "version": "1.17.1",
  3114. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  3115. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  3116. "dependencies": {
  3117. "reusify": "^1.0.4"
  3118. }
  3119. },
  3120. "node_modules/femtocrank": {
  3121. "version": "2.5.0",
  3122. "resolved": "https://registry.npmjs.org/femtocrank/-/femtocrank-2.5.0.tgz",
  3123. "integrity": "sha512-plV1HNS/fUzohWJ349kuCBZ3TCfXz7V4F/sY2lVbVWtGXUV+aHxLG6IddAMEf64k2LJ8j0KVrj+nIIKepFaKvg==",
  3124. "license": "AGPL-3.0"
  3125. },
  3126. "node_modules/file-entry-cache": {
  3127. "version": "6.0.1",
  3128. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  3129. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  3130. "license": "MIT",
  3131. "dependencies": {
  3132. "flat-cache": "^3.0.4"
  3133. },
  3134. "engines": {
  3135. "node": "^10.12.0 || >=12.0.0"
  3136. }
  3137. },
  3138. "node_modules/fill-range": {
  3139. "version": "7.1.1",
  3140. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3141. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3142. "dev": true,
  3143. "license": "MIT",
  3144. "dependencies": {
  3145. "to-regex-range": "^5.0.1"
  3146. },
  3147. "engines": {
  3148. "node": ">=8"
  3149. }
  3150. },
  3151. "node_modules/find-up": {
  3152. "version": "5.0.0",
  3153. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3154. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3155. "license": "MIT",
  3156. "dependencies": {
  3157. "locate-path": "^6.0.0",
  3158. "path-exists": "^4.0.0"
  3159. },
  3160. "engines": {
  3161. "node": ">=10"
  3162. },
  3163. "funding": {
  3164. "url": "https://github.com/sponsors/sindresorhus"
  3165. }
  3166. },
  3167. "node_modules/flat-cache": {
  3168. "version": "3.2.0",
  3169. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  3170. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  3171. "license": "MIT",
  3172. "dependencies": {
  3173. "flatted": "^3.2.9",
  3174. "keyv": "^4.5.3",
  3175. "rimraf": "^3.0.2"
  3176. },
  3177. "engines": {
  3178. "node": "^10.12.0 || >=12.0.0"
  3179. }
  3180. },
  3181. "node_modules/flatted": {
  3182. "version": "3.3.3",
  3183. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  3184. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  3185. "license": "ISC"
  3186. },
  3187. "node_modules/for-each": {
  3188. "version": "0.3.5",
  3189. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3190. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3191. "license": "MIT",
  3192. "dependencies": {
  3193. "is-callable": "^1.2.7"
  3194. },
  3195. "engines": {
  3196. "node": ">= 0.4"
  3197. },
  3198. "funding": {
  3199. "url": "https://github.com/sponsors/ljharb"
  3200. }
  3201. },
  3202. "node_modules/fs.realpath": {
  3203. "version": "1.0.0",
  3204. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  3205. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  3206. "license": "ISC"
  3207. },
  3208. "node_modules/fsevents": {
  3209. "version": "2.3.3",
  3210. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3211. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3212. "hasInstallScript": true,
  3213. "license": "MIT",
  3214. "optional": true,
  3215. "os": [
  3216. "darwin"
  3217. ],
  3218. "engines": {
  3219. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3220. }
  3221. },
  3222. "node_modules/function-bind": {
  3223. "version": "1.1.2",
  3224. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3225. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3226. "license": "MIT",
  3227. "funding": {
  3228. "url": "https://github.com/sponsors/ljharb"
  3229. }
  3230. },
  3231. "node_modules/function.prototype.name": {
  3232. "version": "1.1.8",
  3233. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  3234. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  3235. "license": "MIT",
  3236. "dependencies": {
  3237. "call-bind": "^1.0.8",
  3238. "call-bound": "^1.0.3",
  3239. "define-properties": "^1.2.1",
  3240. "functions-have-names": "^1.2.3",
  3241. "hasown": "^2.0.2",
  3242. "is-callable": "^1.2.7"
  3243. },
  3244. "engines": {
  3245. "node": ">= 0.4"
  3246. },
  3247. "funding": {
  3248. "url": "https://github.com/sponsors/ljharb"
  3249. }
  3250. },
  3251. "node_modules/functions-have-names": {
  3252. "version": "1.2.3",
  3253. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3254. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3255. "license": "MIT",
  3256. "funding": {
  3257. "url": "https://github.com/sponsors/ljharb"
  3258. }
  3259. },
  3260. "node_modules/generator-function": {
  3261. "version": "2.0.1",
  3262. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  3263. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3264. "license": "MIT",
  3265. "engines": {
  3266. "node": ">= 0.4"
  3267. }
  3268. },
  3269. "node_modules/get-east-asian-width": {
  3270. "version": "1.4.0",
  3271. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
  3272. "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
  3273. "dev": true,
  3274. "license": "MIT",
  3275. "engines": {
  3276. "node": ">=18"
  3277. },
  3278. "funding": {
  3279. "url": "https://github.com/sponsors/sindresorhus"
  3280. }
  3281. },
  3282. "node_modules/get-intrinsic": {
  3283. "version": "1.3.0",
  3284. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3285. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3286. "license": "MIT",
  3287. "dependencies": {
  3288. "call-bind-apply-helpers": "^1.0.2",
  3289. "es-define-property": "^1.0.1",
  3290. "es-errors": "^1.3.0",
  3291. "es-object-atoms": "^1.1.1",
  3292. "function-bind": "^1.1.2",
  3293. "get-proto": "^1.0.1",
  3294. "gopd": "^1.2.0",
  3295. "has-symbols": "^1.1.0",
  3296. "hasown": "^2.0.2",
  3297. "math-intrinsics": "^1.1.0"
  3298. },
  3299. "engines": {
  3300. "node": ">= 0.4"
  3301. },
  3302. "funding": {
  3303. "url": "https://github.com/sponsors/ljharb"
  3304. }
  3305. },
  3306. "node_modules/get-proto": {
  3307. "version": "1.0.1",
  3308. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3309. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3310. "license": "MIT",
  3311. "dependencies": {
  3312. "dunder-proto": "^1.0.1",
  3313. "es-object-atoms": "^1.0.0"
  3314. },
  3315. "engines": {
  3316. "node": ">= 0.4"
  3317. }
  3318. },
  3319. "node_modules/get-stdin": {
  3320. "version": "8.0.0",
  3321. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  3322. "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  3323. "license": "MIT",
  3324. "engines": {
  3325. "node": ">=10"
  3326. },
  3327. "funding": {
  3328. "url": "https://github.com/sponsors/sindresorhus"
  3329. }
  3330. },
  3331. "node_modules/get-symbol-description": {
  3332. "version": "1.1.0",
  3333. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3334. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3335. "license": "MIT",
  3336. "dependencies": {
  3337. "call-bound": "^1.0.3",
  3338. "es-errors": "^1.3.0",
  3339. "get-intrinsic": "^1.2.6"
  3340. },
  3341. "engines": {
  3342. "node": ">= 0.4"
  3343. },
  3344. "funding": {
  3345. "url": "https://github.com/sponsors/ljharb"
  3346. }
  3347. },
  3348. "node_modules/glob": {
  3349. "version": "7.2.3",
  3350. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  3351. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3352. "deprecated": "Glob versions prior to v9 are no longer supported",
  3353. "license": "ISC",
  3354. "dependencies": {
  3355. "fs.realpath": "^1.0.0",
  3356. "inflight": "^1.0.4",
  3357. "inherits": "2",
  3358. "minimatch": "^3.1.1",
  3359. "once": "^1.3.0",
  3360. "path-is-absolute": "^1.0.0"
  3361. },
  3362. "engines": {
  3363. "node": "*"
  3364. },
  3365. "funding": {
  3366. "url": "https://github.com/sponsors/isaacs"
  3367. }
  3368. },
  3369. "node_modules/glob-parent": {
  3370. "version": "5.1.2",
  3371. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3372. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3373. "dev": true,
  3374. "license": "ISC",
  3375. "dependencies": {
  3376. "is-glob": "^4.0.1"
  3377. },
  3378. "engines": {
  3379. "node": ">= 6"
  3380. }
  3381. },
  3382. "node_modules/global-modules": {
  3383. "version": "2.0.0",
  3384. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  3385. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  3386. "dev": true,
  3387. "dependencies": {
  3388. "global-prefix": "^3.0.0"
  3389. },
  3390. "engines": {
  3391. "node": ">=6"
  3392. }
  3393. },
  3394. "node_modules/global-prefix": {
  3395. "version": "3.0.0",
  3396. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  3397. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  3398. "dev": true,
  3399. "dependencies": {
  3400. "ini": "^1.3.5",
  3401. "kind-of": "^6.0.2",
  3402. "which": "^1.3.1"
  3403. },
  3404. "engines": {
  3405. "node": ">=6"
  3406. }
  3407. },
  3408. "node_modules/global-prefix/node_modules/which": {
  3409. "version": "1.3.1",
  3410. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  3411. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  3412. "dev": true,
  3413. "dependencies": {
  3414. "isexe": "^2.0.0"
  3415. },
  3416. "bin": {
  3417. "which": "bin/which"
  3418. }
  3419. },
  3420. "node_modules/globals": {
  3421. "version": "13.24.0",
  3422. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  3423. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  3424. "license": "MIT",
  3425. "dependencies": {
  3426. "type-fest": "^0.20.2"
  3427. },
  3428. "engines": {
  3429. "node": ">=8"
  3430. },
  3431. "funding": {
  3432. "url": "https://github.com/sponsors/sindresorhus"
  3433. }
  3434. },
  3435. "node_modules/globalthis": {
  3436. "version": "1.0.4",
  3437. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  3438. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  3439. "license": "MIT",
  3440. "dependencies": {
  3441. "define-properties": "^1.2.1",
  3442. "gopd": "^1.0.1"
  3443. },
  3444. "engines": {
  3445. "node": ">= 0.4"
  3446. },
  3447. "funding": {
  3448. "url": "https://github.com/sponsors/ljharb"
  3449. }
  3450. },
  3451. "node_modules/globby": {
  3452. "version": "16.1.0",
  3453. "resolved": "https://registry.npmjs.org/globby/-/globby-16.1.0.tgz",
  3454. "integrity": "sha512-+A4Hq7m7Ze592k9gZRy4gJ27DrXRNnC1vPjxTt1qQxEY8RxagBkBxivkCwg7FxSTG0iLLEMaUx13oOr0R2/qcQ==",
  3455. "dev": true,
  3456. "license": "MIT",
  3457. "dependencies": {
  3458. "@sindresorhus/merge-streams": "^4.0.0",
  3459. "fast-glob": "^3.3.3",
  3460. "ignore": "^7.0.5",
  3461. "is-path-inside": "^4.0.0",
  3462. "slash": "^5.1.0",
  3463. "unicorn-magic": "^0.4.0"
  3464. },
  3465. "engines": {
  3466. "node": ">=20"
  3467. },
  3468. "funding": {
  3469. "url": "https://github.com/sponsors/sindresorhus"
  3470. }
  3471. },
  3472. "node_modules/globby/node_modules/ignore": {
  3473. "version": "7.0.5",
  3474. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  3475. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  3476. "dev": true,
  3477. "license": "MIT",
  3478. "engines": {
  3479. "node": ">= 4"
  3480. }
  3481. },
  3482. "node_modules/globby/node_modules/is-path-inside": {
  3483. "version": "4.0.0",
  3484. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  3485. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  3486. "dev": true,
  3487. "license": "MIT",
  3488. "engines": {
  3489. "node": ">=12"
  3490. },
  3491. "funding": {
  3492. "url": "https://github.com/sponsors/sindresorhus"
  3493. }
  3494. },
  3495. "node_modules/globjoin": {
  3496. "version": "0.1.4",
  3497. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  3498. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  3499. "dev": true
  3500. },
  3501. "node_modules/gopd": {
  3502. "version": "1.2.0",
  3503. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  3504. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3505. "license": "MIT",
  3506. "engines": {
  3507. "node": ">= 0.4"
  3508. },
  3509. "funding": {
  3510. "url": "https://github.com/sponsors/ljharb"
  3511. }
  3512. },
  3513. "node_modules/graceful-fs": {
  3514. "version": "4.2.11",
  3515. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3516. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3517. "license": "ISC"
  3518. },
  3519. "node_modules/graphemer": {
  3520. "version": "1.4.0",
  3521. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  3522. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  3523. "license": "MIT"
  3524. },
  3525. "node_modules/has-bigints": {
  3526. "version": "1.1.0",
  3527. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  3528. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  3529. "license": "MIT",
  3530. "engines": {
  3531. "node": ">= 0.4"
  3532. },
  3533. "funding": {
  3534. "url": "https://github.com/sponsors/ljharb"
  3535. }
  3536. },
  3537. "node_modules/has-flag": {
  3538. "version": "4.0.0",
  3539. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3540. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3541. "engines": {
  3542. "node": ">=8"
  3543. }
  3544. },
  3545. "node_modules/has-property-descriptors": {
  3546. "version": "1.0.2",
  3547. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  3548. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  3549. "license": "MIT",
  3550. "dependencies": {
  3551. "es-define-property": "^1.0.0"
  3552. },
  3553. "funding": {
  3554. "url": "https://github.com/sponsors/ljharb"
  3555. }
  3556. },
  3557. "node_modules/has-proto": {
  3558. "version": "1.2.0",
  3559. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  3560. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  3561. "license": "MIT",
  3562. "dependencies": {
  3563. "dunder-proto": "^1.0.0"
  3564. },
  3565. "engines": {
  3566. "node": ">= 0.4"
  3567. },
  3568. "funding": {
  3569. "url": "https://github.com/sponsors/ljharb"
  3570. }
  3571. },
  3572. "node_modules/has-symbols": {
  3573. "version": "1.1.0",
  3574. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  3575. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3576. "license": "MIT",
  3577. "engines": {
  3578. "node": ">= 0.4"
  3579. },
  3580. "funding": {
  3581. "url": "https://github.com/sponsors/ljharb"
  3582. }
  3583. },
  3584. "node_modules/has-tostringtag": {
  3585. "version": "1.0.2",
  3586. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3587. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3588. "license": "MIT",
  3589. "dependencies": {
  3590. "has-symbols": "^1.0.3"
  3591. },
  3592. "engines": {
  3593. "node": ">= 0.4"
  3594. },
  3595. "funding": {
  3596. "url": "https://github.com/sponsors/ljharb"
  3597. }
  3598. },
  3599. "node_modules/hashery": {
  3600. "version": "1.4.0",
  3601. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.4.0.tgz",
  3602. "integrity": "sha512-Wn2i1In6XFxl8Az55kkgnFRiAlIAushzh26PTjL2AKtQcEfXrcLa7Hn5QOWGZEf3LU057P9TwwZjFyxfS1VuvQ==",
  3603. "dev": true,
  3604. "license": "MIT",
  3605. "dependencies": {
  3606. "hookified": "^1.14.0"
  3607. },
  3608. "engines": {
  3609. "node": ">=20"
  3610. }
  3611. },
  3612. "node_modules/hasown": {
  3613. "version": "2.0.2",
  3614. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3615. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3616. "license": "MIT",
  3617. "dependencies": {
  3618. "function-bind": "^1.1.2"
  3619. },
  3620. "engines": {
  3621. "node": ">= 0.4"
  3622. }
  3623. },
  3624. "node_modules/hookable": {
  3625. "version": "5.5.3",
  3626. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  3627. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3628. "license": "MIT"
  3629. },
  3630. "node_modules/hookified": {
  3631. "version": "1.15.1",
  3632. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz",
  3633. "integrity": "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==",
  3634. "dev": true,
  3635. "license": "MIT"
  3636. },
  3637. "node_modules/html-tags": {
  3638. "version": "5.1.0",
  3639. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-5.1.0.tgz",
  3640. "integrity": "sha512-n6l5uca7/y5joxZ3LUePhzmBFUJ+U2YWzhMa8XUTecSeSlQiZdF5XAd/Q3/WUl0VsXgUwWi8I7CNIwdI5WN1SQ==",
  3641. "dev": true,
  3642. "license": "MIT",
  3643. "engines": {
  3644. "node": ">=20.10"
  3645. },
  3646. "funding": {
  3647. "url": "https://github.com/sponsors/sindresorhus"
  3648. }
  3649. },
  3650. "node_modules/iconify-icon": {
  3651. "version": "3.0.2",
  3652. "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-3.0.2.tgz",
  3653. "integrity": "sha512-DYPAumiUeUeT/GHT8x2wrAVKn1FqZJqFH0Y5pBefapWRreV1BBvqBVMb0020YQ2njmbR59r/IathL2d2OrDrxA==",
  3654. "license": "MIT",
  3655. "dependencies": {
  3656. "@iconify/types": "^2.0.0"
  3657. },
  3658. "funding": {
  3659. "url": "https://github.com/sponsors/cyberalien"
  3660. }
  3661. },
  3662. "node_modules/ignore": {
  3663. "version": "5.3.2",
  3664. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3665. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3666. "license": "MIT",
  3667. "engines": {
  3668. "node": ">= 4"
  3669. }
  3670. },
  3671. "node_modules/import-fresh": {
  3672. "version": "3.3.0",
  3673. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  3674. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  3675. "dependencies": {
  3676. "parent-module": "^1.0.0",
  3677. "resolve-from": "^4.0.0"
  3678. },
  3679. "engines": {
  3680. "node": ">=6"
  3681. },
  3682. "funding": {
  3683. "url": "https://github.com/sponsors/sindresorhus"
  3684. }
  3685. },
  3686. "node_modules/import-meta-resolve": {
  3687. "version": "4.2.0",
  3688. "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
  3689. "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
  3690. "dev": true,
  3691. "license": "MIT",
  3692. "funding": {
  3693. "type": "github",
  3694. "url": "https://github.com/sponsors/wooorm"
  3695. }
  3696. },
  3697. "node_modules/imurmurhash": {
  3698. "version": "0.1.4",
  3699. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3700. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3701. "engines": {
  3702. "node": ">=0.8.19"
  3703. }
  3704. },
  3705. "node_modules/inflight": {
  3706. "version": "1.0.6",
  3707. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  3708. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  3709. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  3710. "license": "ISC",
  3711. "dependencies": {
  3712. "once": "^1.3.0",
  3713. "wrappy": "1"
  3714. }
  3715. },
  3716. "node_modules/inherits": {
  3717. "version": "2.0.4",
  3718. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  3719. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  3720. "license": "ISC"
  3721. },
  3722. "node_modules/ini": {
  3723. "version": "1.3.8",
  3724. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  3725. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  3726. "dev": true
  3727. },
  3728. "node_modules/internal-slot": {
  3729. "version": "1.1.0",
  3730. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  3731. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  3732. "license": "MIT",
  3733. "dependencies": {
  3734. "es-errors": "^1.3.0",
  3735. "hasown": "^2.0.2",
  3736. "side-channel": "^1.1.0"
  3737. },
  3738. "engines": {
  3739. "node": ">= 0.4"
  3740. }
  3741. },
  3742. "node_modules/is-array-buffer": {
  3743. "version": "3.0.5",
  3744. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  3745. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  3746. "license": "MIT",
  3747. "dependencies": {
  3748. "call-bind": "^1.0.8",
  3749. "call-bound": "^1.0.3",
  3750. "get-intrinsic": "^1.2.6"
  3751. },
  3752. "engines": {
  3753. "node": ">= 0.4"
  3754. },
  3755. "funding": {
  3756. "url": "https://github.com/sponsors/ljharb"
  3757. }
  3758. },
  3759. "node_modules/is-arrayish": {
  3760. "version": "0.2.1",
  3761. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  3762. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  3763. "license": "MIT"
  3764. },
  3765. "node_modules/is-async-function": {
  3766. "version": "2.1.1",
  3767. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  3768. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  3769. "license": "MIT",
  3770. "dependencies": {
  3771. "async-function": "^1.0.0",
  3772. "call-bound": "^1.0.3",
  3773. "get-proto": "^1.0.1",
  3774. "has-tostringtag": "^1.0.2",
  3775. "safe-regex-test": "^1.1.0"
  3776. },
  3777. "engines": {
  3778. "node": ">= 0.4"
  3779. },
  3780. "funding": {
  3781. "url": "https://github.com/sponsors/ljharb"
  3782. }
  3783. },
  3784. "node_modules/is-bigint": {
  3785. "version": "1.1.0",
  3786. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  3787. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  3788. "license": "MIT",
  3789. "dependencies": {
  3790. "has-bigints": "^1.0.2"
  3791. },
  3792. "engines": {
  3793. "node": ">= 0.4"
  3794. },
  3795. "funding": {
  3796. "url": "https://github.com/sponsors/ljharb"
  3797. }
  3798. },
  3799. "node_modules/is-boolean-object": {
  3800. "version": "1.2.2",
  3801. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  3802. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  3803. "license": "MIT",
  3804. "dependencies": {
  3805. "call-bound": "^1.0.3",
  3806. "has-tostringtag": "^1.0.2"
  3807. },
  3808. "engines": {
  3809. "node": ">= 0.4"
  3810. },
  3811. "funding": {
  3812. "url": "https://github.com/sponsors/ljharb"
  3813. }
  3814. },
  3815. "node_modules/is-callable": {
  3816. "version": "1.2.7",
  3817. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  3818. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  3819. "license": "MIT",
  3820. "engines": {
  3821. "node": ">= 0.4"
  3822. },
  3823. "funding": {
  3824. "url": "https://github.com/sponsors/ljharb"
  3825. }
  3826. },
  3827. "node_modules/is-core-module": {
  3828. "version": "2.16.1",
  3829. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  3830. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  3831. "license": "MIT",
  3832. "dependencies": {
  3833. "hasown": "^2.0.2"
  3834. },
  3835. "engines": {
  3836. "node": ">= 0.4"
  3837. },
  3838. "funding": {
  3839. "url": "https://github.com/sponsors/ljharb"
  3840. }
  3841. },
  3842. "node_modules/is-data-view": {
  3843. "version": "1.0.2",
  3844. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  3845. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  3846. "license": "MIT",
  3847. "dependencies": {
  3848. "call-bound": "^1.0.2",
  3849. "get-intrinsic": "^1.2.6",
  3850. "is-typed-array": "^1.1.13"
  3851. },
  3852. "engines": {
  3853. "node": ">= 0.4"
  3854. },
  3855. "funding": {
  3856. "url": "https://github.com/sponsors/ljharb"
  3857. }
  3858. },
  3859. "node_modules/is-date-object": {
  3860. "version": "1.1.0",
  3861. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  3862. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  3863. "license": "MIT",
  3864. "dependencies": {
  3865. "call-bound": "^1.0.2",
  3866. "has-tostringtag": "^1.0.2"
  3867. },
  3868. "engines": {
  3869. "node": ">= 0.4"
  3870. },
  3871. "funding": {
  3872. "url": "https://github.com/sponsors/ljharb"
  3873. }
  3874. },
  3875. "node_modules/is-extglob": {
  3876. "version": "2.1.1",
  3877. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3878. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3879. "engines": {
  3880. "node": ">=0.10.0"
  3881. }
  3882. },
  3883. "node_modules/is-finalizationregistry": {
  3884. "version": "1.1.1",
  3885. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  3886. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  3887. "license": "MIT",
  3888. "dependencies": {
  3889. "call-bound": "^1.0.3"
  3890. },
  3891. "engines": {
  3892. "node": ">= 0.4"
  3893. },
  3894. "funding": {
  3895. "url": "https://github.com/sponsors/ljharb"
  3896. }
  3897. },
  3898. "node_modules/is-fullwidth-code-point": {
  3899. "version": "3.0.0",
  3900. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3901. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3902. "dev": true,
  3903. "engines": {
  3904. "node": ">=8"
  3905. }
  3906. },
  3907. "node_modules/is-generator-function": {
  3908. "version": "1.1.2",
  3909. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  3910. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  3911. "license": "MIT",
  3912. "dependencies": {
  3913. "call-bound": "^1.0.4",
  3914. "generator-function": "^2.0.0",
  3915. "get-proto": "^1.0.1",
  3916. "has-tostringtag": "^1.0.2",
  3917. "safe-regex-test": "^1.1.0"
  3918. },
  3919. "engines": {
  3920. "node": ">= 0.4"
  3921. },
  3922. "funding": {
  3923. "url": "https://github.com/sponsors/ljharb"
  3924. }
  3925. },
  3926. "node_modules/is-glob": {
  3927. "version": "4.0.3",
  3928. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3929. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3930. "dependencies": {
  3931. "is-extglob": "^2.1.1"
  3932. },
  3933. "engines": {
  3934. "node": ">=0.10.0"
  3935. }
  3936. },
  3937. "node_modules/is-map": {
  3938. "version": "2.0.3",
  3939. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  3940. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  3941. "license": "MIT",
  3942. "engines": {
  3943. "node": ">= 0.4"
  3944. },
  3945. "funding": {
  3946. "url": "https://github.com/sponsors/ljharb"
  3947. }
  3948. },
  3949. "node_modules/is-negative-zero": {
  3950. "version": "2.0.3",
  3951. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  3952. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  3953. "license": "MIT",
  3954. "engines": {
  3955. "node": ">= 0.4"
  3956. },
  3957. "funding": {
  3958. "url": "https://github.com/sponsors/ljharb"
  3959. }
  3960. },
  3961. "node_modules/is-number": {
  3962. "version": "7.0.0",
  3963. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3964. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3965. "dev": true,
  3966. "license": "MIT",
  3967. "engines": {
  3968. "node": ">=0.12.0"
  3969. }
  3970. },
  3971. "node_modules/is-number-object": {
  3972. "version": "1.1.1",
  3973. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  3974. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  3975. "license": "MIT",
  3976. "dependencies": {
  3977. "call-bound": "^1.0.3",
  3978. "has-tostringtag": "^1.0.2"
  3979. },
  3980. "engines": {
  3981. "node": ">= 0.4"
  3982. },
  3983. "funding": {
  3984. "url": "https://github.com/sponsors/ljharb"
  3985. }
  3986. },
  3987. "node_modules/is-path-inside": {
  3988. "version": "3.0.3",
  3989. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  3990. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  3991. "license": "MIT",
  3992. "engines": {
  3993. "node": ">=8"
  3994. }
  3995. },
  3996. "node_modules/is-plain-object": {
  3997. "version": "5.0.0",
  3998. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
  3999. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  4000. "dev": true,
  4001. "engines": {
  4002. "node": ">=0.10.0"
  4003. }
  4004. },
  4005. "node_modules/is-regex": {
  4006. "version": "1.2.1",
  4007. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4008. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4009. "license": "MIT",
  4010. "dependencies": {
  4011. "call-bound": "^1.0.2",
  4012. "gopd": "^1.2.0",
  4013. "has-tostringtag": "^1.0.2",
  4014. "hasown": "^2.0.2"
  4015. },
  4016. "engines": {
  4017. "node": ">= 0.4"
  4018. },
  4019. "funding": {
  4020. "url": "https://github.com/sponsors/ljharb"
  4021. }
  4022. },
  4023. "node_modules/is-set": {
  4024. "version": "2.0.3",
  4025. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4026. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4027. "license": "MIT",
  4028. "engines": {
  4029. "node": ">= 0.4"
  4030. },
  4031. "funding": {
  4032. "url": "https://github.com/sponsors/ljharb"
  4033. }
  4034. },
  4035. "node_modules/is-shared-array-buffer": {
  4036. "version": "1.0.4",
  4037. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4038. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4039. "license": "MIT",
  4040. "dependencies": {
  4041. "call-bound": "^1.0.3"
  4042. },
  4043. "engines": {
  4044. "node": ">= 0.4"
  4045. },
  4046. "funding": {
  4047. "url": "https://github.com/sponsors/ljharb"
  4048. }
  4049. },
  4050. "node_modules/is-string": {
  4051. "version": "1.1.1",
  4052. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4053. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4054. "license": "MIT",
  4055. "dependencies": {
  4056. "call-bound": "^1.0.3",
  4057. "has-tostringtag": "^1.0.2"
  4058. },
  4059. "engines": {
  4060. "node": ">= 0.4"
  4061. },
  4062. "funding": {
  4063. "url": "https://github.com/sponsors/ljharb"
  4064. }
  4065. },
  4066. "node_modules/is-symbol": {
  4067. "version": "1.1.1",
  4068. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4069. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4070. "license": "MIT",
  4071. "dependencies": {
  4072. "call-bound": "^1.0.2",
  4073. "has-symbols": "^1.1.0",
  4074. "safe-regex-test": "^1.1.0"
  4075. },
  4076. "engines": {
  4077. "node": ">= 0.4"
  4078. },
  4079. "funding": {
  4080. "url": "https://github.com/sponsors/ljharb"
  4081. }
  4082. },
  4083. "node_modules/is-typed-array": {
  4084. "version": "1.1.15",
  4085. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4086. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4087. "license": "MIT",
  4088. "dependencies": {
  4089. "which-typed-array": "^1.1.16"
  4090. },
  4091. "engines": {
  4092. "node": ">= 0.4"
  4093. },
  4094. "funding": {
  4095. "url": "https://github.com/sponsors/ljharb"
  4096. }
  4097. },
  4098. "node_modules/is-weakmap": {
  4099. "version": "2.0.2",
  4100. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4101. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4102. "license": "MIT",
  4103. "engines": {
  4104. "node": ">= 0.4"
  4105. },
  4106. "funding": {
  4107. "url": "https://github.com/sponsors/ljharb"
  4108. }
  4109. },
  4110. "node_modules/is-weakref": {
  4111. "version": "1.1.1",
  4112. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  4113. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4114. "license": "MIT",
  4115. "dependencies": {
  4116. "call-bound": "^1.0.3"
  4117. },
  4118. "engines": {
  4119. "node": ">= 0.4"
  4120. },
  4121. "funding": {
  4122. "url": "https://github.com/sponsors/ljharb"
  4123. }
  4124. },
  4125. "node_modules/is-weakset": {
  4126. "version": "2.0.4",
  4127. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  4128. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4129. "license": "MIT",
  4130. "dependencies": {
  4131. "call-bound": "^1.0.3",
  4132. "get-intrinsic": "^1.2.6"
  4133. },
  4134. "engines": {
  4135. "node": ">= 0.4"
  4136. },
  4137. "funding": {
  4138. "url": "https://github.com/sponsors/ljharb"
  4139. }
  4140. },
  4141. "node_modules/is-what": {
  4142. "version": "5.5.0",
  4143. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  4144. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  4145. "license": "MIT",
  4146. "engines": {
  4147. "node": ">=18"
  4148. },
  4149. "funding": {
  4150. "url": "https://github.com/sponsors/mesqueeb"
  4151. }
  4152. },
  4153. "node_modules/isarray": {
  4154. "version": "2.0.5",
  4155. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  4156. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4157. "license": "MIT"
  4158. },
  4159. "node_modules/isexe": {
  4160. "version": "2.0.0",
  4161. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4162. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  4163. },
  4164. "node_modules/iterator.prototype": {
  4165. "version": "1.1.5",
  4166. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4167. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4168. "license": "MIT",
  4169. "dependencies": {
  4170. "define-data-property": "^1.1.4",
  4171. "es-object-atoms": "^1.0.0",
  4172. "get-intrinsic": "^1.2.6",
  4173. "get-proto": "^1.0.0",
  4174. "has-symbols": "^1.1.0",
  4175. "set-function-name": "^2.0.2"
  4176. },
  4177. "engines": {
  4178. "node": ">= 0.4"
  4179. }
  4180. },
  4181. "node_modules/js-tokens": {
  4182. "version": "4.0.0",
  4183. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4184. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  4185. },
  4186. "node_modules/js-yaml": {
  4187. "version": "4.1.1",
  4188. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  4189. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  4190. "license": "MIT",
  4191. "dependencies": {
  4192. "argparse": "^2.0.1"
  4193. },
  4194. "bin": {
  4195. "js-yaml": "bin/js-yaml.js"
  4196. }
  4197. },
  4198. "node_modules/jsesc": {
  4199. "version": "3.1.0",
  4200. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4201. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4202. "license": "MIT",
  4203. "bin": {
  4204. "jsesc": "bin/jsesc"
  4205. },
  4206. "engines": {
  4207. "node": ">=6"
  4208. }
  4209. },
  4210. "node_modules/json-buffer": {
  4211. "version": "3.0.1",
  4212. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4213. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4214. "license": "MIT"
  4215. },
  4216. "node_modules/json-parse-better-errors": {
  4217. "version": "1.0.2",
  4218. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  4219. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  4220. "license": "MIT"
  4221. },
  4222. "node_modules/json-parse-even-better-errors": {
  4223. "version": "2.3.1",
  4224. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  4225. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  4226. "dev": true,
  4227. "license": "MIT"
  4228. },
  4229. "node_modules/json-schema-traverse": {
  4230. "version": "0.4.1",
  4231. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4232. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4233. "license": "MIT"
  4234. },
  4235. "node_modules/json-stable-stringify-without-jsonify": {
  4236. "version": "1.0.1",
  4237. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4238. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4239. "license": "MIT"
  4240. },
  4241. "node_modules/json5": {
  4242. "version": "1.0.2",
  4243. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  4244. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  4245. "license": "MIT",
  4246. "dependencies": {
  4247. "minimist": "^1.2.0"
  4248. },
  4249. "bin": {
  4250. "json5": "lib/cli.js"
  4251. }
  4252. },
  4253. "node_modules/jsx-ast-utils": {
  4254. "version": "3.3.5",
  4255. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4256. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4257. "license": "MIT",
  4258. "dependencies": {
  4259. "array-includes": "^3.1.6",
  4260. "array.prototype.flat": "^1.3.1",
  4261. "object.assign": "^4.1.4",
  4262. "object.values": "^1.1.6"
  4263. },
  4264. "engines": {
  4265. "node": ">=4.0"
  4266. }
  4267. },
  4268. "node_modules/keyv": {
  4269. "version": "4.5.4",
  4270. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4271. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4272. "license": "MIT",
  4273. "dependencies": {
  4274. "json-buffer": "3.0.1"
  4275. }
  4276. },
  4277. "node_modules/kind-of": {
  4278. "version": "6.0.3",
  4279. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  4280. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  4281. "dev": true,
  4282. "engines": {
  4283. "node": ">=0.10.0"
  4284. }
  4285. },
  4286. "node_modules/levn": {
  4287. "version": "0.4.1",
  4288. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4289. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4290. "license": "MIT",
  4291. "dependencies": {
  4292. "prelude-ls": "^1.2.1",
  4293. "type-check": "~0.4.0"
  4294. },
  4295. "engines": {
  4296. "node": ">= 0.8.0"
  4297. }
  4298. },
  4299. "node_modules/lines-and-columns": {
  4300. "version": "1.2.4",
  4301. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4302. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4303. "dev": true,
  4304. "license": "MIT"
  4305. },
  4306. "node_modules/load-json-file": {
  4307. "version": "5.3.0",
  4308. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  4309. "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  4310. "license": "MIT",
  4311. "dependencies": {
  4312. "graceful-fs": "^4.1.15",
  4313. "parse-json": "^4.0.0",
  4314. "pify": "^4.0.1",
  4315. "strip-bom": "^3.0.0",
  4316. "type-fest": "^0.3.0"
  4317. },
  4318. "engines": {
  4319. "node": ">=6"
  4320. }
  4321. },
  4322. "node_modules/load-json-file/node_modules/parse-json": {
  4323. "version": "4.0.0",
  4324. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  4325. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  4326. "license": "MIT",
  4327. "dependencies": {
  4328. "error-ex": "^1.3.1",
  4329. "json-parse-better-errors": "^1.0.1"
  4330. },
  4331. "engines": {
  4332. "node": ">=4"
  4333. }
  4334. },
  4335. "node_modules/load-json-file/node_modules/type-fest": {
  4336. "version": "0.3.1",
  4337. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  4338. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
  4339. "license": "(MIT OR CC0-1.0)",
  4340. "engines": {
  4341. "node": ">=6"
  4342. }
  4343. },
  4344. "node_modules/local-pkg": {
  4345. "version": "1.1.2",
  4346. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  4347. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  4348. "license": "MIT",
  4349. "dependencies": {
  4350. "mlly": "^1.7.4",
  4351. "pkg-types": "^2.3.0",
  4352. "quansync": "^0.2.11"
  4353. },
  4354. "engines": {
  4355. "node": ">=14"
  4356. },
  4357. "funding": {
  4358. "url": "https://github.com/sponsors/antfu"
  4359. }
  4360. },
  4361. "node_modules/locate-path": {
  4362. "version": "6.0.0",
  4363. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4364. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4365. "license": "MIT",
  4366. "dependencies": {
  4367. "p-locate": "^5.0.0"
  4368. },
  4369. "engines": {
  4370. "node": ">=10"
  4371. },
  4372. "funding": {
  4373. "url": "https://github.com/sponsors/sindresorhus"
  4374. }
  4375. },
  4376. "node_modules/lodash.merge": {
  4377. "version": "4.6.2",
  4378. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4379. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4380. "license": "MIT"
  4381. },
  4382. "node_modules/lodash.truncate": {
  4383. "version": "4.4.2",
  4384. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  4385. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  4386. "dev": true
  4387. },
  4388. "node_modules/loose-envify": {
  4389. "version": "1.4.0",
  4390. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4391. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4392. "license": "MIT",
  4393. "dependencies": {
  4394. "js-tokens": "^3.0.0 || ^4.0.0"
  4395. },
  4396. "bin": {
  4397. "loose-envify": "cli.js"
  4398. }
  4399. },
  4400. "node_modules/magic-string": {
  4401. "version": "0.30.21",
  4402. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  4403. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4404. "license": "MIT",
  4405. "dependencies": {
  4406. "@jridgewell/sourcemap-codec": "^1.5.5"
  4407. }
  4408. },
  4409. "node_modules/magic-string-ast": {
  4410. "version": "1.0.3",
  4411. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  4412. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  4413. "license": "MIT",
  4414. "dependencies": {
  4415. "magic-string": "^0.30.19"
  4416. },
  4417. "engines": {
  4418. "node": ">=20.19.0"
  4419. },
  4420. "funding": {
  4421. "url": "https://github.com/sponsors/sxzz"
  4422. }
  4423. },
  4424. "node_modules/math-intrinsics": {
  4425. "version": "1.1.0",
  4426. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4427. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4428. "license": "MIT",
  4429. "engines": {
  4430. "node": ">= 0.4"
  4431. }
  4432. },
  4433. "node_modules/mathml-tag-names": {
  4434. "version": "4.0.0",
  4435. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-4.0.0.tgz",
  4436. "integrity": "sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==",
  4437. "dev": true,
  4438. "license": "MIT",
  4439. "funding": {
  4440. "type": "github",
  4441. "url": "https://github.com/sponsors/wooorm"
  4442. }
  4443. },
  4444. "node_modules/mdn-data": {
  4445. "version": "2.12.2",
  4446. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  4447. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  4448. "dev": true,
  4449. "license": "CC0-1.0"
  4450. },
  4451. "node_modules/meow": {
  4452. "version": "14.0.0",
  4453. "resolved": "https://registry.npmjs.org/meow/-/meow-14.0.0.tgz",
  4454. "integrity": "sha512-JhC3R1f6dbspVtmF3vKjAWz1EVIvwFrGGPLSdU6rK79xBwHWTuHoLnRX/t1/zHS1Ch1Y2UtIrih7DAHuH9JFJA==",
  4455. "dev": true,
  4456. "license": "MIT",
  4457. "engines": {
  4458. "node": ">=20"
  4459. },
  4460. "funding": {
  4461. "url": "https://github.com/sponsors/sindresorhus"
  4462. }
  4463. },
  4464. "node_modules/merge2": {
  4465. "version": "1.4.1",
  4466. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  4467. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4468. "dev": true,
  4469. "license": "MIT",
  4470. "engines": {
  4471. "node": ">= 8"
  4472. }
  4473. },
  4474. "node_modules/micromatch": {
  4475. "version": "4.0.8",
  4476. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  4477. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4478. "dev": true,
  4479. "license": "MIT",
  4480. "dependencies": {
  4481. "braces": "^3.0.3",
  4482. "picomatch": "^2.3.1"
  4483. },
  4484. "engines": {
  4485. "node": ">=8.6"
  4486. }
  4487. },
  4488. "node_modules/minimatch": {
  4489. "version": "3.1.5",
  4490. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  4491. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  4492. "license": "ISC",
  4493. "dependencies": {
  4494. "brace-expansion": "^1.1.7"
  4495. },
  4496. "engines": {
  4497. "node": "*"
  4498. }
  4499. },
  4500. "node_modules/minimist": {
  4501. "version": "1.2.8",
  4502. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  4503. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  4504. "license": "MIT",
  4505. "funding": {
  4506. "url": "https://github.com/sponsors/ljharb"
  4507. }
  4508. },
  4509. "node_modules/mitt": {
  4510. "version": "3.0.1",
  4511. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  4512. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  4513. "license": "MIT"
  4514. },
  4515. "node_modules/mlly": {
  4516. "version": "1.8.0",
  4517. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz",
  4518. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  4519. "license": "MIT",
  4520. "dependencies": {
  4521. "acorn": "^8.15.0",
  4522. "pathe": "^2.0.3",
  4523. "pkg-types": "^1.3.1",
  4524. "ufo": "^1.6.1"
  4525. }
  4526. },
  4527. "node_modules/mlly/node_modules/confbox": {
  4528. "version": "0.1.8",
  4529. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  4530. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  4531. "license": "MIT"
  4532. },
  4533. "node_modules/mlly/node_modules/pkg-types": {
  4534. "version": "1.3.1",
  4535. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  4536. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  4537. "license": "MIT",
  4538. "dependencies": {
  4539. "confbox": "^0.1.8",
  4540. "mlly": "^1.7.4",
  4541. "pathe": "^2.0.1"
  4542. }
  4543. },
  4544. "node_modules/ms": {
  4545. "version": "2.1.3",
  4546. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  4547. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4548. "license": "MIT"
  4549. },
  4550. "node_modules/muggle-string": {
  4551. "version": "0.4.1",
  4552. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  4553. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  4554. "license": "MIT"
  4555. },
  4556. "node_modules/nanoid": {
  4557. "version": "3.3.11",
  4558. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  4559. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  4560. "funding": [
  4561. {
  4562. "type": "github",
  4563. "url": "https://github.com/sponsors/ai"
  4564. }
  4565. ],
  4566. "license": "MIT",
  4567. "bin": {
  4568. "nanoid": "bin/nanoid.cjs"
  4569. },
  4570. "engines": {
  4571. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4572. }
  4573. },
  4574. "node_modules/natural-compare": {
  4575. "version": "1.4.0",
  4576. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  4577. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4578. "license": "MIT"
  4579. },
  4580. "node_modules/normalize-path": {
  4581. "version": "3.0.0",
  4582. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4583. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4584. "dev": true,
  4585. "engines": {
  4586. "node": ">=0.10.0"
  4587. }
  4588. },
  4589. "node_modules/object-assign": {
  4590. "version": "4.1.1",
  4591. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  4592. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  4593. "license": "MIT",
  4594. "engines": {
  4595. "node": ">=0.10.0"
  4596. }
  4597. },
  4598. "node_modules/object-inspect": {
  4599. "version": "1.13.4",
  4600. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  4601. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  4602. "license": "MIT",
  4603. "engines": {
  4604. "node": ">= 0.4"
  4605. },
  4606. "funding": {
  4607. "url": "https://github.com/sponsors/ljharb"
  4608. }
  4609. },
  4610. "node_modules/object-keys": {
  4611. "version": "1.1.1",
  4612. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  4613. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  4614. "license": "MIT",
  4615. "engines": {
  4616. "node": ">= 0.4"
  4617. }
  4618. },
  4619. "node_modules/object.assign": {
  4620. "version": "4.1.7",
  4621. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  4622. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  4623. "license": "MIT",
  4624. "dependencies": {
  4625. "call-bind": "^1.0.8",
  4626. "call-bound": "^1.0.3",
  4627. "define-properties": "^1.2.1",
  4628. "es-object-atoms": "^1.0.0",
  4629. "has-symbols": "^1.1.0",
  4630. "object-keys": "^1.1.1"
  4631. },
  4632. "engines": {
  4633. "node": ">= 0.4"
  4634. },
  4635. "funding": {
  4636. "url": "https://github.com/sponsors/ljharb"
  4637. }
  4638. },
  4639. "node_modules/object.entries": {
  4640. "version": "1.1.9",
  4641. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  4642. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  4643. "license": "MIT",
  4644. "dependencies": {
  4645. "call-bind": "^1.0.8",
  4646. "call-bound": "^1.0.4",
  4647. "define-properties": "^1.2.1",
  4648. "es-object-atoms": "^1.1.1"
  4649. },
  4650. "engines": {
  4651. "node": ">= 0.4"
  4652. }
  4653. },
  4654. "node_modules/object.fromentries": {
  4655. "version": "2.0.8",
  4656. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  4657. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  4658. "license": "MIT",
  4659. "dependencies": {
  4660. "call-bind": "^1.0.7",
  4661. "define-properties": "^1.2.1",
  4662. "es-abstract": "^1.23.2",
  4663. "es-object-atoms": "^1.0.0"
  4664. },
  4665. "engines": {
  4666. "node": ">= 0.4"
  4667. },
  4668. "funding": {
  4669. "url": "https://github.com/sponsors/ljharb"
  4670. }
  4671. },
  4672. "node_modules/object.groupby": {
  4673. "version": "1.0.3",
  4674. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  4675. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  4676. "license": "MIT",
  4677. "dependencies": {
  4678. "call-bind": "^1.0.7",
  4679. "define-properties": "^1.2.1",
  4680. "es-abstract": "^1.23.2"
  4681. },
  4682. "engines": {
  4683. "node": ">= 0.4"
  4684. }
  4685. },
  4686. "node_modules/object.values": {
  4687. "version": "1.2.1",
  4688. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  4689. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  4690. "license": "MIT",
  4691. "dependencies": {
  4692. "call-bind": "^1.0.8",
  4693. "call-bound": "^1.0.3",
  4694. "define-properties": "^1.2.1",
  4695. "es-object-atoms": "^1.0.0"
  4696. },
  4697. "engines": {
  4698. "node": ">= 0.4"
  4699. },
  4700. "funding": {
  4701. "url": "https://github.com/sponsors/ljharb"
  4702. }
  4703. },
  4704. "node_modules/obug": {
  4705. "version": "2.1.1",
  4706. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  4707. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  4708. "funding": [
  4709. "https://github.com/sponsors/sxzz",
  4710. "https://opencollective.com/debug"
  4711. ],
  4712. "license": "MIT"
  4713. },
  4714. "node_modules/once": {
  4715. "version": "1.4.0",
  4716. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  4717. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  4718. "license": "ISC",
  4719. "dependencies": {
  4720. "wrappy": "1"
  4721. }
  4722. },
  4723. "node_modules/optionator": {
  4724. "version": "0.9.4",
  4725. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  4726. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  4727. "license": "MIT",
  4728. "dependencies": {
  4729. "deep-is": "^0.1.3",
  4730. "fast-levenshtein": "^2.0.6",
  4731. "levn": "^0.4.1",
  4732. "prelude-ls": "^1.2.1",
  4733. "type-check": "^0.4.0",
  4734. "word-wrap": "^1.2.5"
  4735. },
  4736. "engines": {
  4737. "node": ">= 0.8.0"
  4738. }
  4739. },
  4740. "node_modules/own-keys": {
  4741. "version": "1.0.1",
  4742. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  4743. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  4744. "license": "MIT",
  4745. "dependencies": {
  4746. "get-intrinsic": "^1.2.6",
  4747. "object-keys": "^1.1.1",
  4748. "safe-push-apply": "^1.0.0"
  4749. },
  4750. "engines": {
  4751. "node": ">= 0.4"
  4752. },
  4753. "funding": {
  4754. "url": "https://github.com/sponsors/ljharb"
  4755. }
  4756. },
  4757. "node_modules/p-limit": {
  4758. "version": "3.1.0",
  4759. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  4760. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  4761. "license": "MIT",
  4762. "dependencies": {
  4763. "yocto-queue": "^0.1.0"
  4764. },
  4765. "engines": {
  4766. "node": ">=10"
  4767. },
  4768. "funding": {
  4769. "url": "https://github.com/sponsors/sindresorhus"
  4770. }
  4771. },
  4772. "node_modules/p-locate": {
  4773. "version": "5.0.0",
  4774. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  4775. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  4776. "license": "MIT",
  4777. "dependencies": {
  4778. "p-limit": "^3.0.2"
  4779. },
  4780. "engines": {
  4781. "node": ">=10"
  4782. },
  4783. "funding": {
  4784. "url": "https://github.com/sponsors/sindresorhus"
  4785. }
  4786. },
  4787. "node_modules/p-try": {
  4788. "version": "2.2.0",
  4789. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  4790. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  4791. "license": "MIT",
  4792. "engines": {
  4793. "node": ">=6"
  4794. }
  4795. },
  4796. "node_modules/parent-module": {
  4797. "version": "1.0.1",
  4798. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  4799. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  4800. "dependencies": {
  4801. "callsites": "^3.0.0"
  4802. },
  4803. "engines": {
  4804. "node": ">=6"
  4805. }
  4806. },
  4807. "node_modules/parse-json": {
  4808. "version": "5.2.0",
  4809. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  4810. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  4811. "dev": true,
  4812. "license": "MIT",
  4813. "dependencies": {
  4814. "@babel/code-frame": "^7.0.0",
  4815. "error-ex": "^1.3.1",
  4816. "json-parse-even-better-errors": "^2.3.0",
  4817. "lines-and-columns": "^1.1.6"
  4818. },
  4819. "engines": {
  4820. "node": ">=8"
  4821. },
  4822. "funding": {
  4823. "url": "https://github.com/sponsors/sindresorhus"
  4824. }
  4825. },
  4826. "node_modules/path-exists": {
  4827. "version": "4.0.0",
  4828. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  4829. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4830. "license": "MIT",
  4831. "engines": {
  4832. "node": ">=8"
  4833. }
  4834. },
  4835. "node_modules/path-is-absolute": {
  4836. "version": "1.0.1",
  4837. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  4838. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  4839. "license": "MIT",
  4840. "engines": {
  4841. "node": ">=0.10.0"
  4842. }
  4843. },
  4844. "node_modules/path-key": {
  4845. "version": "3.1.1",
  4846. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  4847. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4848. "license": "MIT",
  4849. "engines": {
  4850. "node": ">=8"
  4851. }
  4852. },
  4853. "node_modules/path-parse": {
  4854. "version": "1.0.7",
  4855. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  4856. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  4857. "license": "MIT"
  4858. },
  4859. "node_modules/pathe": {
  4860. "version": "2.0.3",
  4861. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  4862. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  4863. "license": "MIT"
  4864. },
  4865. "node_modules/perfect-debounce": {
  4866. "version": "2.1.0",
  4867. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  4868. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  4869. "license": "MIT"
  4870. },
  4871. "node_modules/picocolors": {
  4872. "version": "1.1.1",
  4873. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  4874. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  4875. "license": "ISC"
  4876. },
  4877. "node_modules/picocrank": {
  4878. "version": "1.14.0",
  4879. "resolved": "https://registry.npmjs.org/picocrank/-/picocrank-1.14.0.tgz",
  4880. "integrity": "sha512-ksjqPHFMFE6ENaIXjhund50wocFmaLy22jYgWlWikugHBdd/0YlHfOOuoIMn0wKV8bSrJhcM3pQug/qz45Bc4g==",
  4881. "license": "ISC",
  4882. "dependencies": {
  4883. "@hugeicons/core-free-icons": "^3.1.1",
  4884. "@hugeicons/vue": "^1.0.4",
  4885. "@vitejs/plugin-vue": "^6.0.4",
  4886. "femtocrank": "^2.5.0",
  4887. "unplugin-vue-components": "^31.0.0",
  4888. "vite": "^7.3.1",
  4889. "vue": "^3.5.28",
  4890. "vue-router": "^5.0.2"
  4891. }
  4892. },
  4893. "node_modules/picomatch": {
  4894. "version": "2.3.1",
  4895. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  4896. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  4897. "dev": true,
  4898. "license": "MIT",
  4899. "engines": {
  4900. "node": ">=8.6"
  4901. },
  4902. "funding": {
  4903. "url": "https://github.com/sponsors/jonschlinkert"
  4904. }
  4905. },
  4906. "node_modules/pify": {
  4907. "version": "4.0.1",
  4908. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  4909. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  4910. "license": "MIT",
  4911. "engines": {
  4912. "node": ">=6"
  4913. }
  4914. },
  4915. "node_modules/pkg-conf": {
  4916. "version": "3.1.0",
  4917. "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
  4918. "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
  4919. "license": "MIT",
  4920. "dependencies": {
  4921. "find-up": "^3.0.0",
  4922. "load-json-file": "^5.2.0"
  4923. },
  4924. "engines": {
  4925. "node": ">=6"
  4926. }
  4927. },
  4928. "node_modules/pkg-conf/node_modules/find-up": {
  4929. "version": "3.0.0",
  4930. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  4931. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  4932. "license": "MIT",
  4933. "dependencies": {
  4934. "locate-path": "^3.0.0"
  4935. },
  4936. "engines": {
  4937. "node": ">=6"
  4938. }
  4939. },
  4940. "node_modules/pkg-conf/node_modules/locate-path": {
  4941. "version": "3.0.0",
  4942. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  4943. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  4944. "license": "MIT",
  4945. "dependencies": {
  4946. "p-locate": "^3.0.0",
  4947. "path-exists": "^3.0.0"
  4948. },
  4949. "engines": {
  4950. "node": ">=6"
  4951. }
  4952. },
  4953. "node_modules/pkg-conf/node_modules/p-limit": {
  4954. "version": "2.3.0",
  4955. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  4956. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  4957. "license": "MIT",
  4958. "dependencies": {
  4959. "p-try": "^2.0.0"
  4960. },
  4961. "engines": {
  4962. "node": ">=6"
  4963. },
  4964. "funding": {
  4965. "url": "https://github.com/sponsors/sindresorhus"
  4966. }
  4967. },
  4968. "node_modules/pkg-conf/node_modules/p-locate": {
  4969. "version": "3.0.0",
  4970. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  4971. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  4972. "license": "MIT",
  4973. "dependencies": {
  4974. "p-limit": "^2.0.0"
  4975. },
  4976. "engines": {
  4977. "node": ">=6"
  4978. }
  4979. },
  4980. "node_modules/pkg-conf/node_modules/path-exists": {
  4981. "version": "3.0.0",
  4982. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  4983. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  4984. "license": "MIT",
  4985. "engines": {
  4986. "node": ">=4"
  4987. }
  4988. },
  4989. "node_modules/pkg-types": {
  4990. "version": "2.3.0",
  4991. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  4992. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  4993. "license": "MIT",
  4994. "dependencies": {
  4995. "confbox": "^0.2.2",
  4996. "exsolve": "^1.0.7",
  4997. "pathe": "^2.0.3"
  4998. }
  4999. },
  5000. "node_modules/possible-typed-array-names": {
  5001. "version": "1.1.0",
  5002. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5003. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5004. "license": "MIT",
  5005. "engines": {
  5006. "node": ">= 0.4"
  5007. }
  5008. },
  5009. "node_modules/postcss": {
  5010. "version": "8.5.6",
  5011. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  5012. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  5013. "funding": [
  5014. {
  5015. "type": "opencollective",
  5016. "url": "https://opencollective.com/postcss/"
  5017. },
  5018. {
  5019. "type": "tidelift",
  5020. "url": "https://tidelift.com/funding/github/npm/postcss"
  5021. },
  5022. {
  5023. "type": "github",
  5024. "url": "https://github.com/sponsors/ai"
  5025. }
  5026. ],
  5027. "license": "MIT",
  5028. "dependencies": {
  5029. "nanoid": "^3.3.11",
  5030. "picocolors": "^1.1.1",
  5031. "source-map-js": "^1.2.1"
  5032. },
  5033. "engines": {
  5034. "node": "^10 || ^12 || >=14"
  5035. }
  5036. },
  5037. "node_modules/postcss-safe-parser": {
  5038. "version": "7.0.1",
  5039. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  5040. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  5041. "dev": true,
  5042. "funding": [
  5043. {
  5044. "type": "opencollective",
  5045. "url": "https://opencollective.com/postcss/"
  5046. },
  5047. {
  5048. "type": "tidelift",
  5049. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  5050. },
  5051. {
  5052. "type": "github",
  5053. "url": "https://github.com/sponsors/ai"
  5054. }
  5055. ],
  5056. "license": "MIT",
  5057. "engines": {
  5058. "node": ">=18.0"
  5059. },
  5060. "peerDependencies": {
  5061. "postcss": "^8.4.31"
  5062. }
  5063. },
  5064. "node_modules/postcss-selector-parser": {
  5065. "version": "7.1.1",
  5066. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  5067. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  5068. "dev": true,
  5069. "license": "MIT",
  5070. "dependencies": {
  5071. "cssesc": "^3.0.0",
  5072. "util-deprecate": "^1.0.2"
  5073. },
  5074. "engines": {
  5075. "node": ">=4"
  5076. }
  5077. },
  5078. "node_modules/postcss-value-parser": {
  5079. "version": "4.2.0",
  5080. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  5081. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  5082. "dev": true
  5083. },
  5084. "node_modules/prelude-ls": {
  5085. "version": "1.2.1",
  5086. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5087. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5088. "license": "MIT",
  5089. "engines": {
  5090. "node": ">= 0.8.0"
  5091. }
  5092. },
  5093. "node_modules/process": {
  5094. "version": "0.11.10",
  5095. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  5096. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  5097. "dev": true,
  5098. "engines": {
  5099. "node": ">= 0.6.0"
  5100. }
  5101. },
  5102. "node_modules/prop-types": {
  5103. "version": "15.8.1",
  5104. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5105. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5106. "license": "MIT",
  5107. "dependencies": {
  5108. "loose-envify": "^1.4.0",
  5109. "object-assign": "^4.1.1",
  5110. "react-is": "^16.13.1"
  5111. }
  5112. },
  5113. "node_modules/punycode": {
  5114. "version": "2.3.1",
  5115. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5116. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5117. "engines": {
  5118. "node": ">=6"
  5119. }
  5120. },
  5121. "node_modules/qified": {
  5122. "version": "0.6.0",
  5123. "resolved": "https://registry.npmjs.org/qified/-/qified-0.6.0.tgz",
  5124. "integrity": "sha512-tsSGN1x3h569ZSU1u6diwhltLyfUWDp3YbFHedapTmpBl0B3P6U3+Qptg7xu+v+1io1EwhdPyyRHYbEw0KN2FA==",
  5125. "dev": true,
  5126. "license": "MIT",
  5127. "dependencies": {
  5128. "hookified": "^1.14.0"
  5129. },
  5130. "engines": {
  5131. "node": ">=20"
  5132. }
  5133. },
  5134. "node_modules/quansync": {
  5135. "version": "0.2.11",
  5136. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  5137. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  5138. "funding": [
  5139. {
  5140. "type": "individual",
  5141. "url": "https://github.com/sponsors/antfu"
  5142. },
  5143. {
  5144. "type": "individual",
  5145. "url": "https://github.com/sponsors/sxzz"
  5146. }
  5147. ],
  5148. "license": "MIT"
  5149. },
  5150. "node_modules/queue-microtask": {
  5151. "version": "1.2.3",
  5152. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5153. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5154. "funding": [
  5155. {
  5156. "type": "github",
  5157. "url": "https://github.com/sponsors/feross"
  5158. },
  5159. {
  5160. "type": "patreon",
  5161. "url": "https://www.patreon.com/feross"
  5162. },
  5163. {
  5164. "type": "consulting",
  5165. "url": "https://feross.org/support"
  5166. }
  5167. ]
  5168. },
  5169. "node_modules/react-is": {
  5170. "version": "16.13.1",
  5171. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5172. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5173. "license": "MIT"
  5174. },
  5175. "node_modules/readdirp": {
  5176. "version": "5.0.0",
  5177. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5178. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5179. "license": "MIT",
  5180. "engines": {
  5181. "node": ">= 20.19.0"
  5182. },
  5183. "funding": {
  5184. "type": "individual",
  5185. "url": "https://paulmillr.com/funding/"
  5186. }
  5187. },
  5188. "node_modules/reflect.getprototypeof": {
  5189. "version": "1.0.10",
  5190. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5191. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5192. "license": "MIT",
  5193. "dependencies": {
  5194. "call-bind": "^1.0.8",
  5195. "define-properties": "^1.2.1",
  5196. "es-abstract": "^1.23.9",
  5197. "es-errors": "^1.3.0",
  5198. "es-object-atoms": "^1.0.0",
  5199. "get-intrinsic": "^1.2.7",
  5200. "get-proto": "^1.0.1",
  5201. "which-builtin-type": "^1.2.1"
  5202. },
  5203. "engines": {
  5204. "node": ">= 0.4"
  5205. },
  5206. "funding": {
  5207. "url": "https://github.com/sponsors/ljharb"
  5208. }
  5209. },
  5210. "node_modules/regexp.prototype.flags": {
  5211. "version": "1.5.4",
  5212. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5213. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5214. "license": "MIT",
  5215. "dependencies": {
  5216. "call-bind": "^1.0.8",
  5217. "define-properties": "^1.2.1",
  5218. "es-errors": "^1.3.0",
  5219. "get-proto": "^1.0.1",
  5220. "gopd": "^1.2.0",
  5221. "set-function-name": "^2.0.2"
  5222. },
  5223. "engines": {
  5224. "node": ">= 0.4"
  5225. },
  5226. "funding": {
  5227. "url": "https://github.com/sponsors/ljharb"
  5228. }
  5229. },
  5230. "node_modules/regexpp": {
  5231. "version": "3.2.0",
  5232. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  5233. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  5234. "license": "MIT",
  5235. "engines": {
  5236. "node": ">=8"
  5237. },
  5238. "funding": {
  5239. "url": "https://github.com/sponsors/mysticatea"
  5240. }
  5241. },
  5242. "node_modules/require-from-string": {
  5243. "version": "2.0.2",
  5244. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  5245. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  5246. "dev": true,
  5247. "engines": {
  5248. "node": ">=0.10.0"
  5249. }
  5250. },
  5251. "node_modules/resolve": {
  5252. "version": "1.22.11",
  5253. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  5254. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  5255. "license": "MIT",
  5256. "dependencies": {
  5257. "is-core-module": "^2.16.1",
  5258. "path-parse": "^1.0.7",
  5259. "supports-preserve-symlinks-flag": "^1.0.0"
  5260. },
  5261. "bin": {
  5262. "resolve": "bin/resolve"
  5263. },
  5264. "engines": {
  5265. "node": ">= 0.4"
  5266. },
  5267. "funding": {
  5268. "url": "https://github.com/sponsors/ljharb"
  5269. }
  5270. },
  5271. "node_modules/resolve-from": {
  5272. "version": "4.0.0",
  5273. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5274. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5275. "engines": {
  5276. "node": ">=4"
  5277. }
  5278. },
  5279. "node_modules/reusify": {
  5280. "version": "1.0.4",
  5281. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  5282. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  5283. "engines": {
  5284. "iojs": ">=1.0.0",
  5285. "node": ">=0.10.0"
  5286. }
  5287. },
  5288. "node_modules/rfdc": {
  5289. "version": "1.4.1",
  5290. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  5291. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  5292. "license": "MIT"
  5293. },
  5294. "node_modules/rimraf": {
  5295. "version": "3.0.2",
  5296. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  5297. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  5298. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  5299. "license": "ISC",
  5300. "dependencies": {
  5301. "glob": "^7.1.3"
  5302. },
  5303. "bin": {
  5304. "rimraf": "bin.js"
  5305. },
  5306. "funding": {
  5307. "url": "https://github.com/sponsors/isaacs"
  5308. }
  5309. },
  5310. "node_modules/rollup": {
  5311. "version": "4.45.1",
  5312. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.45.1.tgz",
  5313. "integrity": "sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==",
  5314. "license": "MIT",
  5315. "dependencies": {
  5316. "@types/estree": "1.0.8"
  5317. },
  5318. "bin": {
  5319. "rollup": "dist/bin/rollup"
  5320. },
  5321. "engines": {
  5322. "node": ">=18.0.0",
  5323. "npm": ">=8.0.0"
  5324. },
  5325. "optionalDependencies": {
  5326. "@rollup/rollup-android-arm-eabi": "4.45.1",
  5327. "@rollup/rollup-android-arm64": "4.45.1",
  5328. "@rollup/rollup-darwin-arm64": "4.45.1",
  5329. "@rollup/rollup-darwin-x64": "4.45.1",
  5330. "@rollup/rollup-freebsd-arm64": "4.45.1",
  5331. "@rollup/rollup-freebsd-x64": "4.45.1",
  5332. "@rollup/rollup-linux-arm-gnueabihf": "4.45.1",
  5333. "@rollup/rollup-linux-arm-musleabihf": "4.45.1",
  5334. "@rollup/rollup-linux-arm64-gnu": "4.45.1",
  5335. "@rollup/rollup-linux-arm64-musl": "4.45.1",
  5336. "@rollup/rollup-linux-loongarch64-gnu": "4.45.1",
  5337. "@rollup/rollup-linux-powerpc64le-gnu": "4.45.1",
  5338. "@rollup/rollup-linux-riscv64-gnu": "4.45.1",
  5339. "@rollup/rollup-linux-riscv64-musl": "4.45.1",
  5340. "@rollup/rollup-linux-s390x-gnu": "4.45.1",
  5341. "@rollup/rollup-linux-x64-gnu": "4.45.1",
  5342. "@rollup/rollup-linux-x64-musl": "4.45.1",
  5343. "@rollup/rollup-win32-arm64-msvc": "4.45.1",
  5344. "@rollup/rollup-win32-ia32-msvc": "4.45.1",
  5345. "@rollup/rollup-win32-x64-msvc": "4.45.1",
  5346. "fsevents": "~2.3.2"
  5347. }
  5348. },
  5349. "node_modules/run-parallel": {
  5350. "version": "1.2.0",
  5351. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5352. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5353. "funding": [
  5354. {
  5355. "type": "github",
  5356. "url": "https://github.com/sponsors/feross"
  5357. },
  5358. {
  5359. "type": "patreon",
  5360. "url": "https://www.patreon.com/feross"
  5361. },
  5362. {
  5363. "type": "consulting",
  5364. "url": "https://feross.org/support"
  5365. }
  5366. ],
  5367. "dependencies": {
  5368. "queue-microtask": "^1.2.2"
  5369. }
  5370. },
  5371. "node_modules/safe-array-concat": {
  5372. "version": "1.1.3",
  5373. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  5374. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  5375. "license": "MIT",
  5376. "dependencies": {
  5377. "call-bind": "^1.0.8",
  5378. "call-bound": "^1.0.2",
  5379. "get-intrinsic": "^1.2.6",
  5380. "has-symbols": "^1.1.0",
  5381. "isarray": "^2.0.5"
  5382. },
  5383. "engines": {
  5384. "node": ">=0.4"
  5385. },
  5386. "funding": {
  5387. "url": "https://github.com/sponsors/ljharb"
  5388. }
  5389. },
  5390. "node_modules/safe-push-apply": {
  5391. "version": "1.0.0",
  5392. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  5393. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  5394. "license": "MIT",
  5395. "dependencies": {
  5396. "es-errors": "^1.3.0",
  5397. "isarray": "^2.0.5"
  5398. },
  5399. "engines": {
  5400. "node": ">= 0.4"
  5401. },
  5402. "funding": {
  5403. "url": "https://github.com/sponsors/ljharb"
  5404. }
  5405. },
  5406. "node_modules/safe-regex-test": {
  5407. "version": "1.1.0",
  5408. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  5409. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  5410. "license": "MIT",
  5411. "dependencies": {
  5412. "call-bound": "^1.0.2",
  5413. "es-errors": "^1.3.0",
  5414. "is-regex": "^1.2.1"
  5415. },
  5416. "engines": {
  5417. "node": ">= 0.4"
  5418. },
  5419. "funding": {
  5420. "url": "https://github.com/sponsors/ljharb"
  5421. }
  5422. },
  5423. "node_modules/scule": {
  5424. "version": "1.3.0",
  5425. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  5426. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  5427. "license": "MIT"
  5428. },
  5429. "node_modules/semver": {
  5430. "version": "6.3.1",
  5431. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5432. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5433. "license": "ISC",
  5434. "bin": {
  5435. "semver": "bin/semver.js"
  5436. }
  5437. },
  5438. "node_modules/set-function-length": {
  5439. "version": "1.2.2",
  5440. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  5441. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  5442. "license": "MIT",
  5443. "dependencies": {
  5444. "define-data-property": "^1.1.4",
  5445. "es-errors": "^1.3.0",
  5446. "function-bind": "^1.1.2",
  5447. "get-intrinsic": "^1.2.4",
  5448. "gopd": "^1.0.1",
  5449. "has-property-descriptors": "^1.0.2"
  5450. },
  5451. "engines": {
  5452. "node": ">= 0.4"
  5453. }
  5454. },
  5455. "node_modules/set-function-name": {
  5456. "version": "2.0.2",
  5457. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  5458. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  5459. "license": "MIT",
  5460. "dependencies": {
  5461. "define-data-property": "^1.1.4",
  5462. "es-errors": "^1.3.0",
  5463. "functions-have-names": "^1.2.3",
  5464. "has-property-descriptors": "^1.0.2"
  5465. },
  5466. "engines": {
  5467. "node": ">= 0.4"
  5468. }
  5469. },
  5470. "node_modules/set-proto": {
  5471. "version": "1.0.0",
  5472. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  5473. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  5474. "license": "MIT",
  5475. "dependencies": {
  5476. "dunder-proto": "^1.0.1",
  5477. "es-errors": "^1.3.0",
  5478. "es-object-atoms": "^1.0.0"
  5479. },
  5480. "engines": {
  5481. "node": ">= 0.4"
  5482. }
  5483. },
  5484. "node_modules/shebang-command": {
  5485. "version": "2.0.0",
  5486. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5487. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5488. "license": "MIT",
  5489. "dependencies": {
  5490. "shebang-regex": "^3.0.0"
  5491. },
  5492. "engines": {
  5493. "node": ">=8"
  5494. }
  5495. },
  5496. "node_modules/shebang-regex": {
  5497. "version": "3.0.0",
  5498. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5499. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5500. "license": "MIT",
  5501. "engines": {
  5502. "node": ">=8"
  5503. }
  5504. },
  5505. "node_modules/side-channel": {
  5506. "version": "1.1.0",
  5507. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  5508. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  5509. "license": "MIT",
  5510. "dependencies": {
  5511. "es-errors": "^1.3.0",
  5512. "object-inspect": "^1.13.3",
  5513. "side-channel-list": "^1.0.0",
  5514. "side-channel-map": "^1.0.1",
  5515. "side-channel-weakmap": "^1.0.2"
  5516. },
  5517. "engines": {
  5518. "node": ">= 0.4"
  5519. },
  5520. "funding": {
  5521. "url": "https://github.com/sponsors/ljharb"
  5522. }
  5523. },
  5524. "node_modules/side-channel-list": {
  5525. "version": "1.0.0",
  5526. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  5527. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  5528. "license": "MIT",
  5529. "dependencies": {
  5530. "es-errors": "^1.3.0",
  5531. "object-inspect": "^1.13.3"
  5532. },
  5533. "engines": {
  5534. "node": ">= 0.4"
  5535. },
  5536. "funding": {
  5537. "url": "https://github.com/sponsors/ljharb"
  5538. }
  5539. },
  5540. "node_modules/side-channel-map": {
  5541. "version": "1.0.1",
  5542. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  5543. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  5544. "license": "MIT",
  5545. "dependencies": {
  5546. "call-bound": "^1.0.2",
  5547. "es-errors": "^1.3.0",
  5548. "get-intrinsic": "^1.2.5",
  5549. "object-inspect": "^1.13.3"
  5550. },
  5551. "engines": {
  5552. "node": ">= 0.4"
  5553. },
  5554. "funding": {
  5555. "url": "https://github.com/sponsors/ljharb"
  5556. }
  5557. },
  5558. "node_modules/side-channel-weakmap": {
  5559. "version": "1.0.2",
  5560. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  5561. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  5562. "license": "MIT",
  5563. "dependencies": {
  5564. "call-bound": "^1.0.2",
  5565. "es-errors": "^1.3.0",
  5566. "get-intrinsic": "^1.2.5",
  5567. "object-inspect": "^1.13.3",
  5568. "side-channel-map": "^1.0.1"
  5569. },
  5570. "engines": {
  5571. "node": ">= 0.4"
  5572. },
  5573. "funding": {
  5574. "url": "https://github.com/sponsors/ljharb"
  5575. }
  5576. },
  5577. "node_modules/signal-exit": {
  5578. "version": "4.1.0",
  5579. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5580. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5581. "dev": true,
  5582. "license": "ISC",
  5583. "engines": {
  5584. "node": ">=14"
  5585. },
  5586. "funding": {
  5587. "url": "https://github.com/sponsors/isaacs"
  5588. }
  5589. },
  5590. "node_modules/slash": {
  5591. "version": "5.1.0",
  5592. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  5593. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  5594. "dev": true,
  5595. "license": "MIT",
  5596. "engines": {
  5597. "node": ">=14.16"
  5598. },
  5599. "funding": {
  5600. "url": "https://github.com/sponsors/sindresorhus"
  5601. }
  5602. },
  5603. "node_modules/slice-ansi": {
  5604. "version": "4.0.0",
  5605. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  5606. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  5607. "dev": true,
  5608. "dependencies": {
  5609. "ansi-styles": "^4.0.0",
  5610. "astral-regex": "^2.0.0",
  5611. "is-fullwidth-code-point": "^3.0.0"
  5612. },
  5613. "engines": {
  5614. "node": ">=10"
  5615. },
  5616. "funding": {
  5617. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  5618. }
  5619. },
  5620. "node_modules/source-map-js": {
  5621. "version": "1.2.1",
  5622. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  5623. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5624. "license": "BSD-3-Clause",
  5625. "engines": {
  5626. "node": ">=0.10.0"
  5627. }
  5628. },
  5629. "node_modules/speakingurl": {
  5630. "version": "14.0.1",
  5631. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  5632. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  5633. "license": "BSD-3-Clause",
  5634. "engines": {
  5635. "node": ">=0.10.0"
  5636. }
  5637. },
  5638. "node_modules/standard": {
  5639. "version": "17.1.2",
  5640. "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz",
  5641. "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==",
  5642. "funding": [
  5643. {
  5644. "type": "github",
  5645. "url": "https://github.com/sponsors/feross"
  5646. },
  5647. {
  5648. "type": "patreon",
  5649. "url": "https://www.patreon.com/feross"
  5650. },
  5651. {
  5652. "type": "consulting",
  5653. "url": "https://feross.org/support"
  5654. }
  5655. ],
  5656. "license": "MIT",
  5657. "dependencies": {
  5658. "eslint": "^8.41.0",
  5659. "eslint-config-standard": "17.1.0",
  5660. "eslint-config-standard-jsx": "^11.0.0",
  5661. "eslint-plugin-import": "^2.27.5",
  5662. "eslint-plugin-n": "^15.7.0",
  5663. "eslint-plugin-promise": "^6.1.1",
  5664. "eslint-plugin-react": "^7.36.1",
  5665. "standard-engine": "^15.1.0",
  5666. "version-guard": "^1.1.1"
  5667. },
  5668. "bin": {
  5669. "standard": "bin/cmd.cjs"
  5670. },
  5671. "engines": {
  5672. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5673. }
  5674. },
  5675. "node_modules/standard-engine": {
  5676. "version": "15.1.0",
  5677. "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz",
  5678. "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==",
  5679. "funding": [
  5680. {
  5681. "type": "github",
  5682. "url": "https://github.com/sponsors/feross"
  5683. },
  5684. {
  5685. "type": "patreon",
  5686. "url": "https://www.patreon.com/feross"
  5687. },
  5688. {
  5689. "type": "consulting",
  5690. "url": "https://feross.org/support"
  5691. }
  5692. ],
  5693. "license": "MIT",
  5694. "dependencies": {
  5695. "get-stdin": "^8.0.0",
  5696. "minimist": "^1.2.6",
  5697. "pkg-conf": "^3.1.0",
  5698. "xdg-basedir": "^4.0.0"
  5699. },
  5700. "engines": {
  5701. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5702. }
  5703. },
  5704. "node_modules/stop-iteration-iterator": {
  5705. "version": "1.1.0",
  5706. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  5707. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  5708. "license": "MIT",
  5709. "dependencies": {
  5710. "es-errors": "^1.3.0",
  5711. "internal-slot": "^1.1.0"
  5712. },
  5713. "engines": {
  5714. "node": ">= 0.4"
  5715. }
  5716. },
  5717. "node_modules/string-width": {
  5718. "version": "4.2.3",
  5719. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5720. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5721. "dev": true,
  5722. "dependencies": {
  5723. "emoji-regex": "^8.0.0",
  5724. "is-fullwidth-code-point": "^3.0.0",
  5725. "strip-ansi": "^6.0.1"
  5726. },
  5727. "engines": {
  5728. "node": ">=8"
  5729. }
  5730. },
  5731. "node_modules/string.prototype.matchall": {
  5732. "version": "4.0.12",
  5733. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  5734. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  5735. "license": "MIT",
  5736. "dependencies": {
  5737. "call-bind": "^1.0.8",
  5738. "call-bound": "^1.0.3",
  5739. "define-properties": "^1.2.1",
  5740. "es-abstract": "^1.23.6",
  5741. "es-errors": "^1.3.0",
  5742. "es-object-atoms": "^1.0.0",
  5743. "get-intrinsic": "^1.2.6",
  5744. "gopd": "^1.2.0",
  5745. "has-symbols": "^1.1.0",
  5746. "internal-slot": "^1.1.0",
  5747. "regexp.prototype.flags": "^1.5.3",
  5748. "set-function-name": "^2.0.2",
  5749. "side-channel": "^1.1.0"
  5750. },
  5751. "engines": {
  5752. "node": ">= 0.4"
  5753. },
  5754. "funding": {
  5755. "url": "https://github.com/sponsors/ljharb"
  5756. }
  5757. },
  5758. "node_modules/string.prototype.repeat": {
  5759. "version": "1.0.0",
  5760. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  5761. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  5762. "license": "MIT",
  5763. "dependencies": {
  5764. "define-properties": "^1.1.3",
  5765. "es-abstract": "^1.17.5"
  5766. }
  5767. },
  5768. "node_modules/string.prototype.trim": {
  5769. "version": "1.2.10",
  5770. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  5771. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  5772. "license": "MIT",
  5773. "dependencies": {
  5774. "call-bind": "^1.0.8",
  5775. "call-bound": "^1.0.2",
  5776. "define-data-property": "^1.1.4",
  5777. "define-properties": "^1.2.1",
  5778. "es-abstract": "^1.23.5",
  5779. "es-object-atoms": "^1.0.0",
  5780. "has-property-descriptors": "^1.0.2"
  5781. },
  5782. "engines": {
  5783. "node": ">= 0.4"
  5784. },
  5785. "funding": {
  5786. "url": "https://github.com/sponsors/ljharb"
  5787. }
  5788. },
  5789. "node_modules/string.prototype.trimend": {
  5790. "version": "1.0.9",
  5791. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  5792. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  5793. "license": "MIT",
  5794. "dependencies": {
  5795. "call-bind": "^1.0.8",
  5796. "call-bound": "^1.0.2",
  5797. "define-properties": "^1.2.1",
  5798. "es-object-atoms": "^1.0.0"
  5799. },
  5800. "engines": {
  5801. "node": ">= 0.4"
  5802. },
  5803. "funding": {
  5804. "url": "https://github.com/sponsors/ljharb"
  5805. }
  5806. },
  5807. "node_modules/string.prototype.trimstart": {
  5808. "version": "1.0.8",
  5809. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  5810. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  5811. "license": "MIT",
  5812. "dependencies": {
  5813. "call-bind": "^1.0.7",
  5814. "define-properties": "^1.2.1",
  5815. "es-object-atoms": "^1.0.0"
  5816. },
  5817. "engines": {
  5818. "node": ">= 0.4"
  5819. },
  5820. "funding": {
  5821. "url": "https://github.com/sponsors/ljharb"
  5822. }
  5823. },
  5824. "node_modules/strip-ansi": {
  5825. "version": "6.0.1",
  5826. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5827. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5828. "dependencies": {
  5829. "ansi-regex": "^5.0.1"
  5830. },
  5831. "engines": {
  5832. "node": ">=8"
  5833. }
  5834. },
  5835. "node_modules/strip-bom": {
  5836. "version": "3.0.0",
  5837. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  5838. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  5839. "license": "MIT",
  5840. "engines": {
  5841. "node": ">=4"
  5842. }
  5843. },
  5844. "node_modules/strip-json-comments": {
  5845. "version": "3.1.1",
  5846. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5847. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5848. "license": "MIT",
  5849. "engines": {
  5850. "node": ">=8"
  5851. },
  5852. "funding": {
  5853. "url": "https://github.com/sponsors/sindresorhus"
  5854. }
  5855. },
  5856. "node_modules/stylelint": {
  5857. "version": "17.4.0",
  5858. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.4.0.tgz",
  5859. "integrity": "sha512-3kQ2/cHv3Zt8OBg+h2B8XCx9evEABQIrv4hh3uXahGz/ZEHrTR80zxBiK2NfXNaSoyBzxO1pjsz1Vhdzwn5XSw==",
  5860. "dev": true,
  5861. "funding": [
  5862. {
  5863. "type": "opencollective",
  5864. "url": "https://opencollective.com/stylelint"
  5865. },
  5866. {
  5867. "type": "github",
  5868. "url": "https://github.com/sponsors/stylelint"
  5869. }
  5870. ],
  5871. "license": "MIT",
  5872. "dependencies": {
  5873. "@csstools/css-calc": "^3.1.1",
  5874. "@csstools/css-parser-algorithms": "^4.0.0",
  5875. "@csstools/css-syntax-patches-for-csstree": "^1.0.27",
  5876. "@csstools/css-tokenizer": "^4.0.0",
  5877. "@csstools/media-query-list-parser": "^5.0.0",
  5878. "@csstools/selector-resolve-nested": "^4.0.0",
  5879. "@csstools/selector-specificity": "^6.0.0",
  5880. "colord": "^2.9.3",
  5881. "cosmiconfig": "^9.0.0",
  5882. "css-functions-list": "^3.3.3",
  5883. "css-tree": "^3.1.0",
  5884. "debug": "^4.4.3",
  5885. "fast-glob": "^3.3.3",
  5886. "fastest-levenshtein": "^1.0.16",
  5887. "file-entry-cache": "^11.1.2",
  5888. "global-modules": "^2.0.0",
  5889. "globby": "^16.1.0",
  5890. "globjoin": "^0.1.4",
  5891. "html-tags": "^5.1.0",
  5892. "ignore": "^7.0.5",
  5893. "import-meta-resolve": "^4.2.0",
  5894. "imurmurhash": "^0.1.4",
  5895. "is-plain-object": "^5.0.0",
  5896. "mathml-tag-names": "^4.0.0",
  5897. "meow": "^14.0.0",
  5898. "micromatch": "^4.0.8",
  5899. "normalize-path": "^3.0.0",
  5900. "picocolors": "^1.1.1",
  5901. "postcss": "^8.5.6",
  5902. "postcss-safe-parser": "^7.0.1",
  5903. "postcss-selector-parser": "^7.1.1",
  5904. "postcss-value-parser": "^4.2.0",
  5905. "string-width": "^8.1.1",
  5906. "supports-hyperlinks": "^4.4.0",
  5907. "svg-tags": "^1.0.0",
  5908. "table": "^6.9.0",
  5909. "write-file-atomic": "^7.0.0"
  5910. },
  5911. "bin": {
  5912. "stylelint": "bin/stylelint.mjs"
  5913. },
  5914. "engines": {
  5915. "node": ">=20.19.0"
  5916. }
  5917. },
  5918. "node_modules/stylelint-config-recommended": {
  5919. "version": "18.0.0",
  5920. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz",
  5921. "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==",
  5922. "dev": true,
  5923. "funding": [
  5924. {
  5925. "type": "opencollective",
  5926. "url": "https://opencollective.com/stylelint"
  5927. },
  5928. {
  5929. "type": "github",
  5930. "url": "https://github.com/sponsors/stylelint"
  5931. }
  5932. ],
  5933. "license": "MIT",
  5934. "engines": {
  5935. "node": ">=20.19.0"
  5936. },
  5937. "peerDependencies": {
  5938. "stylelint": "^17.0.0"
  5939. }
  5940. },
  5941. "node_modules/stylelint-config-standard": {
  5942. "version": "40.0.0",
  5943. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz",
  5944. "integrity": "sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==",
  5945. "dev": true,
  5946. "funding": [
  5947. {
  5948. "type": "opencollective",
  5949. "url": "https://opencollective.com/stylelint"
  5950. },
  5951. {
  5952. "type": "github",
  5953. "url": "https://github.com/sponsors/stylelint"
  5954. }
  5955. ],
  5956. "license": "MIT",
  5957. "dependencies": {
  5958. "stylelint-config-recommended": "^18.0.0"
  5959. },
  5960. "engines": {
  5961. "node": ">=20.19.0"
  5962. },
  5963. "peerDependencies": {
  5964. "stylelint": "^17.0.0"
  5965. }
  5966. },
  5967. "node_modules/stylelint/node_modules/ansi-regex": {
  5968. "version": "6.2.2",
  5969. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5970. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5971. "dev": true,
  5972. "license": "MIT",
  5973. "engines": {
  5974. "node": ">=12"
  5975. },
  5976. "funding": {
  5977. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5978. }
  5979. },
  5980. "node_modules/stylelint/node_modules/file-entry-cache": {
  5981. "version": "11.1.2",
  5982. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.2.tgz",
  5983. "integrity": "sha512-N2WFfK12gmrK1c1GXOqiAJ1tc5YE+R53zvQ+t5P8S5XhnmKYVB5eZEiLNZKDSmoG8wqqbF9EXYBBW/nef19log==",
  5984. "dev": true,
  5985. "license": "MIT",
  5986. "dependencies": {
  5987. "flat-cache": "^6.1.20"
  5988. }
  5989. },
  5990. "node_modules/stylelint/node_modules/flat-cache": {
  5991. "version": "6.1.20",
  5992. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.20.tgz",
  5993. "integrity": "sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ==",
  5994. "dev": true,
  5995. "license": "MIT",
  5996. "dependencies": {
  5997. "cacheable": "^2.3.2",
  5998. "flatted": "^3.3.3",
  5999. "hookified": "^1.15.0"
  6000. }
  6001. },
  6002. "node_modules/stylelint/node_modules/ignore": {
  6003. "version": "7.0.5",
  6004. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  6005. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  6006. "dev": true,
  6007. "license": "MIT",
  6008. "engines": {
  6009. "node": ">= 4"
  6010. }
  6011. },
  6012. "node_modules/stylelint/node_modules/string-width": {
  6013. "version": "8.1.1",
  6014. "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.1.tgz",
  6015. "integrity": "sha512-KpqHIdDL9KwYk22wEOg/VIqYbrnLeSApsKT/bSj6Ez7pn3CftUiLAv2Lccpq1ALcpLV9UX1Ppn92npZWu2w/aw==",
  6016. "dev": true,
  6017. "license": "MIT",
  6018. "dependencies": {
  6019. "get-east-asian-width": "^1.3.0",
  6020. "strip-ansi": "^7.1.0"
  6021. },
  6022. "engines": {
  6023. "node": ">=20"
  6024. },
  6025. "funding": {
  6026. "url": "https://github.com/sponsors/sindresorhus"
  6027. }
  6028. },
  6029. "node_modules/stylelint/node_modules/strip-ansi": {
  6030. "version": "7.1.2",
  6031. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  6032. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  6033. "dev": true,
  6034. "license": "MIT",
  6035. "dependencies": {
  6036. "ansi-regex": "^6.0.1"
  6037. },
  6038. "engines": {
  6039. "node": ">=12"
  6040. },
  6041. "funding": {
  6042. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  6043. }
  6044. },
  6045. "node_modules/superjson": {
  6046. "version": "2.2.6",
  6047. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
  6048. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  6049. "license": "MIT",
  6050. "dependencies": {
  6051. "copy-anything": "^4"
  6052. },
  6053. "engines": {
  6054. "node": ">=16"
  6055. }
  6056. },
  6057. "node_modules/supports-color": {
  6058. "version": "7.2.0",
  6059. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6060. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6061. "dependencies": {
  6062. "has-flag": "^4.0.0"
  6063. },
  6064. "engines": {
  6065. "node": ">=8"
  6066. }
  6067. },
  6068. "node_modules/supports-hyperlinks": {
  6069. "version": "4.4.0",
  6070. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-4.4.0.tgz",
  6071. "integrity": "sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==",
  6072. "dev": true,
  6073. "license": "MIT",
  6074. "dependencies": {
  6075. "has-flag": "^5.0.1",
  6076. "supports-color": "^10.2.2"
  6077. },
  6078. "engines": {
  6079. "node": ">=20"
  6080. },
  6081. "funding": {
  6082. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  6083. }
  6084. },
  6085. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  6086. "version": "5.0.1",
  6087. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz",
  6088. "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==",
  6089. "dev": true,
  6090. "license": "MIT",
  6091. "engines": {
  6092. "node": ">=12"
  6093. },
  6094. "funding": {
  6095. "url": "https://github.com/sponsors/sindresorhus"
  6096. }
  6097. },
  6098. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  6099. "version": "10.2.2",
  6100. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  6101. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  6102. "dev": true,
  6103. "license": "MIT",
  6104. "engines": {
  6105. "node": ">=18"
  6106. },
  6107. "funding": {
  6108. "url": "https://github.com/chalk/supports-color?sponsor=1"
  6109. }
  6110. },
  6111. "node_modules/supports-preserve-symlinks-flag": {
  6112. "version": "1.0.0",
  6113. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6114. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6115. "license": "MIT",
  6116. "engines": {
  6117. "node": ">= 0.4"
  6118. },
  6119. "funding": {
  6120. "url": "https://github.com/sponsors/ljharb"
  6121. }
  6122. },
  6123. "node_modules/svg-tags": {
  6124. "version": "1.0.0",
  6125. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  6126. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  6127. "dev": true
  6128. },
  6129. "node_modules/table": {
  6130. "version": "6.9.0",
  6131. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  6132. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  6133. "dev": true,
  6134. "license": "BSD-3-Clause",
  6135. "dependencies": {
  6136. "ajv": "^8.0.1",
  6137. "lodash.truncate": "^4.4.2",
  6138. "slice-ansi": "^4.0.0",
  6139. "string-width": "^4.2.3",
  6140. "strip-ansi": "^6.0.1"
  6141. },
  6142. "engines": {
  6143. "node": ">=10.0.0"
  6144. }
  6145. },
  6146. "node_modules/table/node_modules/ajv": {
  6147. "version": "8.14.0",
  6148. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz",
  6149. "integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==",
  6150. "dev": true,
  6151. "dependencies": {
  6152. "fast-deep-equal": "^3.1.3",
  6153. "json-schema-traverse": "^1.0.0",
  6154. "require-from-string": "^2.0.2",
  6155. "uri-js": "^4.4.1"
  6156. },
  6157. "funding": {
  6158. "type": "github",
  6159. "url": "https://github.com/sponsors/epoberezkin"
  6160. }
  6161. },
  6162. "node_modules/table/node_modules/json-schema-traverse": {
  6163. "version": "1.0.0",
  6164. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  6165. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  6166. "dev": true
  6167. },
  6168. "node_modules/text-table": {
  6169. "version": "0.2.0",
  6170. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  6171. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  6172. "license": "MIT"
  6173. },
  6174. "node_modules/tinyglobby": {
  6175. "version": "0.2.15",
  6176. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  6177. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  6178. "license": "MIT",
  6179. "dependencies": {
  6180. "fdir": "^6.5.0",
  6181. "picomatch": "^4.0.3"
  6182. },
  6183. "engines": {
  6184. "node": ">=12.0.0"
  6185. },
  6186. "funding": {
  6187. "url": "https://github.com/sponsors/SuperchupuDev"
  6188. }
  6189. },
  6190. "node_modules/tinyglobby/node_modules/fdir": {
  6191. "version": "6.5.0",
  6192. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6193. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6194. "license": "MIT",
  6195. "engines": {
  6196. "node": ">=12.0.0"
  6197. },
  6198. "peerDependencies": {
  6199. "picomatch": "^3 || ^4"
  6200. },
  6201. "peerDependenciesMeta": {
  6202. "picomatch": {
  6203. "optional": true
  6204. }
  6205. }
  6206. },
  6207. "node_modules/tinyglobby/node_modules/picomatch": {
  6208. "version": "4.0.3",
  6209. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6210. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6211. "license": "MIT",
  6212. "engines": {
  6213. "node": ">=12"
  6214. },
  6215. "funding": {
  6216. "url": "https://github.com/sponsors/jonschlinkert"
  6217. }
  6218. },
  6219. "node_modules/to-regex-range": {
  6220. "version": "5.0.1",
  6221. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6222. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6223. "dev": true,
  6224. "license": "MIT",
  6225. "dependencies": {
  6226. "is-number": "^7.0.0"
  6227. },
  6228. "engines": {
  6229. "node": ">=8.0"
  6230. }
  6231. },
  6232. "node_modules/tsconfig-paths": {
  6233. "version": "3.15.0",
  6234. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  6235. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  6236. "license": "MIT",
  6237. "dependencies": {
  6238. "@types/json5": "^0.0.29",
  6239. "json5": "^1.0.2",
  6240. "minimist": "^1.2.6",
  6241. "strip-bom": "^3.0.0"
  6242. }
  6243. },
  6244. "node_modules/type-check": {
  6245. "version": "0.4.0",
  6246. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6247. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6248. "license": "MIT",
  6249. "dependencies": {
  6250. "prelude-ls": "^1.2.1"
  6251. },
  6252. "engines": {
  6253. "node": ">= 0.8.0"
  6254. }
  6255. },
  6256. "node_modules/type-fest": {
  6257. "version": "0.20.2",
  6258. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  6259. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  6260. "license": "(MIT OR CC0-1.0)",
  6261. "engines": {
  6262. "node": ">=10"
  6263. },
  6264. "funding": {
  6265. "url": "https://github.com/sponsors/sindresorhus"
  6266. }
  6267. },
  6268. "node_modules/typed-array-buffer": {
  6269. "version": "1.0.3",
  6270. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6271. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6272. "license": "MIT",
  6273. "dependencies": {
  6274. "call-bound": "^1.0.3",
  6275. "es-errors": "^1.3.0",
  6276. "is-typed-array": "^1.1.14"
  6277. },
  6278. "engines": {
  6279. "node": ">= 0.4"
  6280. }
  6281. },
  6282. "node_modules/typed-array-byte-length": {
  6283. "version": "1.0.3",
  6284. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6285. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6286. "license": "MIT",
  6287. "dependencies": {
  6288. "call-bind": "^1.0.8",
  6289. "for-each": "^0.3.3",
  6290. "gopd": "^1.2.0",
  6291. "has-proto": "^1.2.0",
  6292. "is-typed-array": "^1.1.14"
  6293. },
  6294. "engines": {
  6295. "node": ">= 0.4"
  6296. },
  6297. "funding": {
  6298. "url": "https://github.com/sponsors/ljharb"
  6299. }
  6300. },
  6301. "node_modules/typed-array-byte-offset": {
  6302. "version": "1.0.4",
  6303. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6304. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6305. "license": "MIT",
  6306. "dependencies": {
  6307. "available-typed-arrays": "^1.0.7",
  6308. "call-bind": "^1.0.8",
  6309. "for-each": "^0.3.3",
  6310. "gopd": "^1.2.0",
  6311. "has-proto": "^1.2.0",
  6312. "is-typed-array": "^1.1.15",
  6313. "reflect.getprototypeof": "^1.0.9"
  6314. },
  6315. "engines": {
  6316. "node": ">= 0.4"
  6317. },
  6318. "funding": {
  6319. "url": "https://github.com/sponsors/ljharb"
  6320. }
  6321. },
  6322. "node_modules/typed-array-length": {
  6323. "version": "1.0.7",
  6324. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  6325. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  6326. "license": "MIT",
  6327. "dependencies": {
  6328. "call-bind": "^1.0.7",
  6329. "for-each": "^0.3.3",
  6330. "gopd": "^1.0.1",
  6331. "is-typed-array": "^1.1.13",
  6332. "possible-typed-array-names": "^1.0.0",
  6333. "reflect.getprototypeof": "^1.0.6"
  6334. },
  6335. "engines": {
  6336. "node": ">= 0.4"
  6337. },
  6338. "funding": {
  6339. "url": "https://github.com/sponsors/ljharb"
  6340. }
  6341. },
  6342. "node_modules/ufo": {
  6343. "version": "1.6.1",
  6344. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
  6345. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  6346. "license": "MIT"
  6347. },
  6348. "node_modules/unbox-primitive": {
  6349. "version": "1.1.0",
  6350. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6351. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6352. "license": "MIT",
  6353. "dependencies": {
  6354. "call-bound": "^1.0.3",
  6355. "has-bigints": "^1.0.2",
  6356. "has-symbols": "^1.1.0",
  6357. "which-boxed-primitive": "^1.1.1"
  6358. },
  6359. "engines": {
  6360. "node": ">= 0.4"
  6361. },
  6362. "funding": {
  6363. "url": "https://github.com/sponsors/ljharb"
  6364. }
  6365. },
  6366. "node_modules/unicorn-magic": {
  6367. "version": "0.4.0",
  6368. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  6369. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  6370. "dev": true,
  6371. "license": "MIT",
  6372. "engines": {
  6373. "node": ">=20"
  6374. },
  6375. "funding": {
  6376. "url": "https://github.com/sponsors/sindresorhus"
  6377. }
  6378. },
  6379. "node_modules/unplugin": {
  6380. "version": "2.3.11",
  6381. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  6382. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  6383. "license": "MIT",
  6384. "dependencies": {
  6385. "@jridgewell/remapping": "^2.3.5",
  6386. "acorn": "^8.15.0",
  6387. "picomatch": "^4.0.3",
  6388. "webpack-virtual-modules": "^0.6.2"
  6389. },
  6390. "engines": {
  6391. "node": ">=18.12.0"
  6392. }
  6393. },
  6394. "node_modules/unplugin-utils": {
  6395. "version": "0.3.1",
  6396. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  6397. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  6398. "license": "MIT",
  6399. "dependencies": {
  6400. "pathe": "^2.0.3",
  6401. "picomatch": "^4.0.3"
  6402. },
  6403. "engines": {
  6404. "node": ">=20.19.0"
  6405. },
  6406. "funding": {
  6407. "url": "https://github.com/sponsors/sxzz"
  6408. }
  6409. },
  6410. "node_modules/unplugin-utils/node_modules/picomatch": {
  6411. "version": "4.0.3",
  6412. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6413. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6414. "license": "MIT",
  6415. "engines": {
  6416. "node": ">=12"
  6417. },
  6418. "funding": {
  6419. "url": "https://github.com/sponsors/jonschlinkert"
  6420. }
  6421. },
  6422. "node_modules/unplugin-vue-components": {
  6423. "version": "31.0.0",
  6424. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-31.0.0.tgz",
  6425. "integrity": "sha512-4ULwfTZTLuWJ7+S9P7TrcStYLsSRkk6vy2jt/WTfgUEUb0nW9//xxmrfhyHUEVpZ2UKRRwfRb8Yy15PDbVZf+Q==",
  6426. "license": "MIT",
  6427. "dependencies": {
  6428. "chokidar": "^5.0.0",
  6429. "local-pkg": "^1.1.2",
  6430. "magic-string": "^0.30.21",
  6431. "mlly": "^1.8.0",
  6432. "obug": "^2.1.1",
  6433. "picomatch": "^4.0.3",
  6434. "tinyglobby": "^0.2.15",
  6435. "unplugin": "^2.3.11",
  6436. "unplugin-utils": "^0.3.1"
  6437. },
  6438. "engines": {
  6439. "node": ">=20.19.0"
  6440. },
  6441. "funding": {
  6442. "url": "https://github.com/sponsors/antfu"
  6443. },
  6444. "peerDependencies": {
  6445. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  6446. "vue": "^3.0.0"
  6447. },
  6448. "peerDependenciesMeta": {
  6449. "@nuxt/kit": {
  6450. "optional": true
  6451. }
  6452. }
  6453. },
  6454. "node_modules/unplugin-vue-components/node_modules/picomatch": {
  6455. "version": "4.0.3",
  6456. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6457. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6458. "license": "MIT",
  6459. "engines": {
  6460. "node": ">=12"
  6461. },
  6462. "funding": {
  6463. "url": "https://github.com/sponsors/jonschlinkert"
  6464. }
  6465. },
  6466. "node_modules/unplugin/node_modules/picomatch": {
  6467. "version": "4.0.3",
  6468. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6469. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6470. "license": "MIT",
  6471. "engines": {
  6472. "node": ">=12"
  6473. },
  6474. "funding": {
  6475. "url": "https://github.com/sponsors/jonschlinkert"
  6476. }
  6477. },
  6478. "node_modules/uri-js": {
  6479. "version": "4.4.1",
  6480. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6481. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6482. "dependencies": {
  6483. "punycode": "^2.1.0"
  6484. }
  6485. },
  6486. "node_modules/util-deprecate": {
  6487. "version": "1.0.2",
  6488. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6489. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6490. "dev": true,
  6491. "license": "MIT"
  6492. },
  6493. "node_modules/version-guard": {
  6494. "version": "1.1.3",
  6495. "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.3.tgz",
  6496. "integrity": "sha512-JwPr6erhX53EWH/HCSzfy1tTFrtPXUe927wdM1jqBBeYp1OM+qPHjWbsvv6pIBduqdgxxS+ScfG7S28pzyr2DQ==",
  6497. "license": "0BSD",
  6498. "engines": {
  6499. "node": ">=0.10.48"
  6500. }
  6501. },
  6502. "node_modules/vite": {
  6503. "version": "7.3.1",
  6504. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
  6505. "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
  6506. "license": "MIT",
  6507. "dependencies": {
  6508. "esbuild": "^0.27.0",
  6509. "fdir": "^6.5.0",
  6510. "picomatch": "^4.0.3",
  6511. "postcss": "^8.5.6",
  6512. "rollup": "^4.43.0",
  6513. "tinyglobby": "^0.2.15"
  6514. },
  6515. "bin": {
  6516. "vite": "bin/vite.js"
  6517. },
  6518. "engines": {
  6519. "node": "^20.19.0 || >=22.12.0"
  6520. },
  6521. "funding": {
  6522. "url": "https://github.com/vitejs/vite?sponsor=1"
  6523. },
  6524. "optionalDependencies": {
  6525. "fsevents": "~2.3.3"
  6526. },
  6527. "peerDependencies": {
  6528. "@types/node": "^20.19.0 || >=22.12.0",
  6529. "jiti": ">=1.21.0",
  6530. "less": "^4.0.0",
  6531. "lightningcss": "^1.21.0",
  6532. "sass": "^1.70.0",
  6533. "sass-embedded": "^1.70.0",
  6534. "stylus": ">=0.54.8",
  6535. "sugarss": "^5.0.0",
  6536. "terser": "^5.16.0",
  6537. "tsx": "^4.8.1",
  6538. "yaml": "^2.4.2"
  6539. },
  6540. "peerDependenciesMeta": {
  6541. "@types/node": {
  6542. "optional": true
  6543. },
  6544. "jiti": {
  6545. "optional": true
  6546. },
  6547. "less": {
  6548. "optional": true
  6549. },
  6550. "lightningcss": {
  6551. "optional": true
  6552. },
  6553. "sass": {
  6554. "optional": true
  6555. },
  6556. "sass-embedded": {
  6557. "optional": true
  6558. },
  6559. "stylus": {
  6560. "optional": true
  6561. },
  6562. "sugarss": {
  6563. "optional": true
  6564. },
  6565. "terser": {
  6566. "optional": true
  6567. },
  6568. "tsx": {
  6569. "optional": true
  6570. },
  6571. "yaml": {
  6572. "optional": true
  6573. }
  6574. }
  6575. },
  6576. "node_modules/vite/node_modules/fdir": {
  6577. "version": "6.5.0",
  6578. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6579. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6580. "license": "MIT",
  6581. "engines": {
  6582. "node": ">=12.0.0"
  6583. },
  6584. "peerDependencies": {
  6585. "picomatch": "^3 || ^4"
  6586. },
  6587. "peerDependenciesMeta": {
  6588. "picomatch": {
  6589. "optional": true
  6590. }
  6591. }
  6592. },
  6593. "node_modules/vite/node_modules/picomatch": {
  6594. "version": "4.0.3",
  6595. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6596. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6597. "license": "MIT",
  6598. "engines": {
  6599. "node": ">=12"
  6600. },
  6601. "funding": {
  6602. "url": "https://github.com/sponsors/jonschlinkert"
  6603. }
  6604. },
  6605. "node_modules/vue": {
  6606. "version": "3.5.29",
  6607. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.29.tgz",
  6608. "integrity": "sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==",
  6609. "license": "MIT",
  6610. "dependencies": {
  6611. "@vue/compiler-dom": "3.5.29",
  6612. "@vue/compiler-sfc": "3.5.29",
  6613. "@vue/runtime-dom": "3.5.29",
  6614. "@vue/server-renderer": "3.5.29",
  6615. "@vue/shared": "3.5.29"
  6616. },
  6617. "peerDependencies": {
  6618. "typescript": "*"
  6619. },
  6620. "peerDependenciesMeta": {
  6621. "typescript": {
  6622. "optional": true
  6623. }
  6624. }
  6625. },
  6626. "node_modules/vue-i18n": {
  6627. "version": "11.2.8",
  6628. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.2.8.tgz",
  6629. "integrity": "sha512-vJ123v/PXCZntd6Qj5Jumy7UBmIuE92VrtdX+AXr+1WzdBHojiBxnAxdfctUFL+/JIN+VQH4BhsfTtiGsvVObg==",
  6630. "license": "MIT",
  6631. "dependencies": {
  6632. "@intlify/core-base": "11.2.8",
  6633. "@intlify/shared": "11.2.8",
  6634. "@vue/devtools-api": "^6.5.0"
  6635. },
  6636. "engines": {
  6637. "node": ">= 16"
  6638. },
  6639. "funding": {
  6640. "url": "https://github.com/sponsors/kazupon"
  6641. },
  6642. "peerDependencies": {
  6643. "vue": "^3.0.0"
  6644. }
  6645. },
  6646. "node_modules/vue-router": {
  6647. "version": "5.0.3",
  6648. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.3.tgz",
  6649. "integrity": "sha512-nG1c7aAFac7NYj8Hluo68WyWfc41xkEjaR0ViLHCa3oDvTQ/nIuLJlXJX1NUPw/DXzx/8+OKMng045HHQKQKWw==",
  6650. "license": "MIT",
  6651. "dependencies": {
  6652. "@babel/generator": "^7.28.6",
  6653. "@vue-macros/common": "^3.1.1",
  6654. "@vue/devtools-api": "^8.0.6",
  6655. "ast-walker-scope": "^0.8.3",
  6656. "chokidar": "^5.0.0",
  6657. "json5": "^2.2.3",
  6658. "local-pkg": "^1.1.2",
  6659. "magic-string": "^0.30.21",
  6660. "mlly": "^1.8.0",
  6661. "muggle-string": "^0.4.1",
  6662. "pathe": "^2.0.3",
  6663. "picomatch": "^4.0.3",
  6664. "scule": "^1.3.0",
  6665. "tinyglobby": "^0.2.15",
  6666. "unplugin": "^3.0.0",
  6667. "unplugin-utils": "^0.3.1",
  6668. "yaml": "^2.8.2"
  6669. },
  6670. "funding": {
  6671. "url": "https://github.com/sponsors/posva"
  6672. },
  6673. "peerDependencies": {
  6674. "@pinia/colada": ">=0.21.2",
  6675. "@vue/compiler-sfc": "^3.5.17",
  6676. "pinia": "^3.0.4",
  6677. "vue": "^3.5.0"
  6678. },
  6679. "peerDependenciesMeta": {
  6680. "@pinia/colada": {
  6681. "optional": true
  6682. },
  6683. "@vue/compiler-sfc": {
  6684. "optional": true
  6685. },
  6686. "pinia": {
  6687. "optional": true
  6688. }
  6689. }
  6690. },
  6691. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  6692. "version": "8.0.6",
  6693. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.0.6.tgz",
  6694. "integrity": "sha512-+lGBI+WTvJmnU2FZqHhEB8J1DXcvNlDeEalz77iYgOdY1jTj1ipSBaKj3sRhYcy+kqA8v/BSuvOz1XJucfQmUA==",
  6695. "license": "MIT",
  6696. "dependencies": {
  6697. "@vue/devtools-kit": "^8.0.6"
  6698. }
  6699. },
  6700. "node_modules/vue-router/node_modules/json5": {
  6701. "version": "2.2.3",
  6702. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6703. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6704. "license": "MIT",
  6705. "bin": {
  6706. "json5": "lib/cli.js"
  6707. },
  6708. "engines": {
  6709. "node": ">=6"
  6710. }
  6711. },
  6712. "node_modules/vue-router/node_modules/picomatch": {
  6713. "version": "4.0.3",
  6714. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6715. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6716. "license": "MIT",
  6717. "engines": {
  6718. "node": ">=12"
  6719. },
  6720. "funding": {
  6721. "url": "https://github.com/sponsors/jonschlinkert"
  6722. }
  6723. },
  6724. "node_modules/vue-router/node_modules/unplugin": {
  6725. "version": "3.0.0",
  6726. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  6727. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  6728. "license": "MIT",
  6729. "dependencies": {
  6730. "@jridgewell/remapping": "^2.3.5",
  6731. "picomatch": "^4.0.3",
  6732. "webpack-virtual-modules": "^0.6.2"
  6733. },
  6734. "engines": {
  6735. "node": "^20.19.0 || >=22.12.0"
  6736. }
  6737. },
  6738. "node_modules/webpack-virtual-modules": {
  6739. "version": "0.6.2",
  6740. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  6741. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  6742. "license": "MIT"
  6743. },
  6744. "node_modules/which": {
  6745. "version": "2.0.2",
  6746. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6747. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6748. "license": "ISC",
  6749. "dependencies": {
  6750. "isexe": "^2.0.0"
  6751. },
  6752. "bin": {
  6753. "node-which": "bin/node-which"
  6754. },
  6755. "engines": {
  6756. "node": ">= 8"
  6757. }
  6758. },
  6759. "node_modules/which-boxed-primitive": {
  6760. "version": "1.1.1",
  6761. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  6762. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  6763. "license": "MIT",
  6764. "dependencies": {
  6765. "is-bigint": "^1.1.0",
  6766. "is-boolean-object": "^1.2.1",
  6767. "is-number-object": "^1.1.1",
  6768. "is-string": "^1.1.1",
  6769. "is-symbol": "^1.1.1"
  6770. },
  6771. "engines": {
  6772. "node": ">= 0.4"
  6773. },
  6774. "funding": {
  6775. "url": "https://github.com/sponsors/ljharb"
  6776. }
  6777. },
  6778. "node_modules/which-builtin-type": {
  6779. "version": "1.2.1",
  6780. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  6781. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  6782. "license": "MIT",
  6783. "dependencies": {
  6784. "call-bound": "^1.0.2",
  6785. "function.prototype.name": "^1.1.6",
  6786. "has-tostringtag": "^1.0.2",
  6787. "is-async-function": "^2.0.0",
  6788. "is-date-object": "^1.1.0",
  6789. "is-finalizationregistry": "^1.1.0",
  6790. "is-generator-function": "^1.0.10",
  6791. "is-regex": "^1.2.1",
  6792. "is-weakref": "^1.0.2",
  6793. "isarray": "^2.0.5",
  6794. "which-boxed-primitive": "^1.1.0",
  6795. "which-collection": "^1.0.2",
  6796. "which-typed-array": "^1.1.16"
  6797. },
  6798. "engines": {
  6799. "node": ">= 0.4"
  6800. },
  6801. "funding": {
  6802. "url": "https://github.com/sponsors/ljharb"
  6803. }
  6804. },
  6805. "node_modules/which-collection": {
  6806. "version": "1.0.2",
  6807. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  6808. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  6809. "license": "MIT",
  6810. "dependencies": {
  6811. "is-map": "^2.0.3",
  6812. "is-set": "^2.0.3",
  6813. "is-weakmap": "^2.0.2",
  6814. "is-weakset": "^2.0.3"
  6815. },
  6816. "engines": {
  6817. "node": ">= 0.4"
  6818. },
  6819. "funding": {
  6820. "url": "https://github.com/sponsors/ljharb"
  6821. }
  6822. },
  6823. "node_modules/which-typed-array": {
  6824. "version": "1.1.19",
  6825. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
  6826. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  6827. "license": "MIT",
  6828. "dependencies": {
  6829. "available-typed-arrays": "^1.0.7",
  6830. "call-bind": "^1.0.8",
  6831. "call-bound": "^1.0.4",
  6832. "for-each": "^0.3.5",
  6833. "get-proto": "^1.0.1",
  6834. "gopd": "^1.2.0",
  6835. "has-tostringtag": "^1.0.2"
  6836. },
  6837. "engines": {
  6838. "node": ">= 0.4"
  6839. },
  6840. "funding": {
  6841. "url": "https://github.com/sponsors/ljharb"
  6842. }
  6843. },
  6844. "node_modules/word-wrap": {
  6845. "version": "1.2.5",
  6846. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  6847. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6848. "license": "MIT",
  6849. "engines": {
  6850. "node": ">=0.10.0"
  6851. }
  6852. },
  6853. "node_modules/wrappy": {
  6854. "version": "1.0.2",
  6855. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  6856. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  6857. "license": "ISC"
  6858. },
  6859. "node_modules/write-file-atomic": {
  6860. "version": "7.0.0",
  6861. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.0.tgz",
  6862. "integrity": "sha512-YnlPC6JqnZl6aO4uRc+dx5PHguiR9S6WeoLtpxNT9wIG+BDya7ZNE1q7KOjVgaA73hKhKLpVPgJ5QA9THQ5BRg==",
  6863. "dev": true,
  6864. "license": "ISC",
  6865. "dependencies": {
  6866. "imurmurhash": "^0.1.4",
  6867. "signal-exit": "^4.0.1"
  6868. },
  6869. "engines": {
  6870. "node": "^20.17.0 || >=22.9.0"
  6871. }
  6872. },
  6873. "node_modules/xdg-basedir": {
  6874. "version": "4.0.0",
  6875. "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
  6876. "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
  6877. "license": "MIT",
  6878. "engines": {
  6879. "node": ">=8"
  6880. }
  6881. },
  6882. "node_modules/yaml": {
  6883. "version": "2.8.2",
  6884. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
  6885. "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
  6886. "license": "ISC",
  6887. "bin": {
  6888. "yaml": "bin.mjs"
  6889. },
  6890. "engines": {
  6891. "node": ">= 14.6"
  6892. },
  6893. "funding": {
  6894. "url": "https://github.com/sponsors/eemeli"
  6895. }
  6896. },
  6897. "node_modules/yocto-queue": {
  6898. "version": "0.1.0",
  6899. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6900. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6901. "license": "MIT",
  6902. "engines": {
  6903. "node": ">=10"
  6904. },
  6905. "funding": {
  6906. "url": "https://github.com/sponsors/sindresorhus"
  6907. }
  6908. }
  6909. }
  6910. }