package-lock.json 240 KB

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