package-lock.json 232 KB

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