package-lock.json 231 KB

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