package-lock.json 219 KB

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