package-lock.json 223 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568
  1. {
  2. "name": "webui",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "webui",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "clsx": "^2.1.1",
  12. "lucide-react": "^0.548.0",
  13. "next": "16.0.0",
  14. "next-themes": "^0.4.6",
  15. "react": "19.2.0",
  16. "react-dom": "19.2.0"
  17. },
  18. "devDependencies": {
  19. "@tailwindcss/postcss": "^4",
  20. "@types/node": "^20",
  21. "@types/react": "^19",
  22. "@types/react-dom": "^19",
  23. "eslint": "^9",
  24. "eslint-config-next": "16.0.0",
  25. "tailwindcss": "^4",
  26. "typescript": "^5"
  27. }
  28. },
  29. "node_modules/@alloc/quick-lru": {
  30. "version": "5.2.0",
  31. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  32. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  33. "dev": true,
  34. "license": "MIT",
  35. "engines": {
  36. "node": ">=10"
  37. },
  38. "funding": {
  39. "url": "https://github.com/sponsors/sindresorhus"
  40. }
  41. },
  42. "node_modules/@babel/code-frame": {
  43. "version": "7.27.1",
  44. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  45. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  46. "dev": true,
  47. "license": "MIT",
  48. "dependencies": {
  49. "@babel/helper-validator-identifier": "^7.27.1",
  50. "js-tokens": "^4.0.0",
  51. "picocolors": "^1.1.1"
  52. },
  53. "engines": {
  54. "node": ">=6.9.0"
  55. }
  56. },
  57. "node_modules/@babel/compat-data": {
  58. "version": "7.28.5",
  59. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
  60. "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
  61. "dev": true,
  62. "license": "MIT",
  63. "engines": {
  64. "node": ">=6.9.0"
  65. }
  66. },
  67. "node_modules/@babel/core": {
  68. "version": "7.28.5",
  69. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
  70. "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
  71. "dev": true,
  72. "license": "MIT",
  73. "dependencies": {
  74. "@babel/code-frame": "^7.27.1",
  75. "@babel/generator": "^7.28.5",
  76. "@babel/helper-compilation-targets": "^7.27.2",
  77. "@babel/helper-module-transforms": "^7.28.3",
  78. "@babel/helpers": "^7.28.4",
  79. "@babel/parser": "^7.28.5",
  80. "@babel/template": "^7.27.2",
  81. "@babel/traverse": "^7.28.5",
  82. "@babel/types": "^7.28.5",
  83. "@jridgewell/remapping": "^2.3.5",
  84. "convert-source-map": "^2.0.0",
  85. "debug": "^4.1.0",
  86. "gensync": "^1.0.0-beta.2",
  87. "json5": "^2.2.3",
  88. "semver": "^6.3.1"
  89. },
  90. "engines": {
  91. "node": ">=6.9.0"
  92. },
  93. "funding": {
  94. "type": "opencollective",
  95. "url": "https://opencollective.com/babel"
  96. }
  97. },
  98. "node_modules/@babel/generator": {
  99. "version": "7.28.5",
  100. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
  101. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  102. "dev": true,
  103. "license": "MIT",
  104. "dependencies": {
  105. "@babel/parser": "^7.28.5",
  106. "@babel/types": "^7.28.5",
  107. "@jridgewell/gen-mapping": "^0.3.12",
  108. "@jridgewell/trace-mapping": "^0.3.28",
  109. "jsesc": "^3.0.2"
  110. },
  111. "engines": {
  112. "node": ">=6.9.0"
  113. }
  114. },
  115. "node_modules/@babel/helper-compilation-targets": {
  116. "version": "7.27.2",
  117. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  118. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  119. "dev": true,
  120. "license": "MIT",
  121. "dependencies": {
  122. "@babel/compat-data": "^7.27.2",
  123. "@babel/helper-validator-option": "^7.27.1",
  124. "browserslist": "^4.24.0",
  125. "lru-cache": "^5.1.1",
  126. "semver": "^6.3.1"
  127. },
  128. "engines": {
  129. "node": ">=6.9.0"
  130. }
  131. },
  132. "node_modules/@babel/helper-globals": {
  133. "version": "7.28.0",
  134. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  135. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  136. "dev": true,
  137. "license": "MIT",
  138. "engines": {
  139. "node": ">=6.9.0"
  140. }
  141. },
  142. "node_modules/@babel/helper-module-imports": {
  143. "version": "7.27.1",
  144. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  145. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  146. "dev": true,
  147. "license": "MIT",
  148. "dependencies": {
  149. "@babel/traverse": "^7.27.1",
  150. "@babel/types": "^7.27.1"
  151. },
  152. "engines": {
  153. "node": ">=6.9.0"
  154. }
  155. },
  156. "node_modules/@babel/helper-module-transforms": {
  157. "version": "7.28.3",
  158. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  159. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  160. "dev": true,
  161. "license": "MIT",
  162. "dependencies": {
  163. "@babel/helper-module-imports": "^7.27.1",
  164. "@babel/helper-validator-identifier": "^7.27.1",
  165. "@babel/traverse": "^7.28.3"
  166. },
  167. "engines": {
  168. "node": ">=6.9.0"
  169. },
  170. "peerDependencies": {
  171. "@babel/core": "^7.0.0"
  172. }
  173. },
  174. "node_modules/@babel/helper-string-parser": {
  175. "version": "7.27.1",
  176. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  177. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  178. "dev": true,
  179. "license": "MIT",
  180. "engines": {
  181. "node": ">=6.9.0"
  182. }
  183. },
  184. "node_modules/@babel/helper-validator-identifier": {
  185. "version": "7.28.5",
  186. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  187. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  188. "dev": true,
  189. "license": "MIT",
  190. "engines": {
  191. "node": ">=6.9.0"
  192. }
  193. },
  194. "node_modules/@babel/helper-validator-option": {
  195. "version": "7.27.1",
  196. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  197. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  198. "dev": true,
  199. "license": "MIT",
  200. "engines": {
  201. "node": ">=6.9.0"
  202. }
  203. },
  204. "node_modules/@babel/helpers": {
  205. "version": "7.28.4",
  206. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
  207. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  208. "dev": true,
  209. "license": "MIT",
  210. "dependencies": {
  211. "@babel/template": "^7.27.2",
  212. "@babel/types": "^7.28.4"
  213. },
  214. "engines": {
  215. "node": ">=6.9.0"
  216. }
  217. },
  218. "node_modules/@babel/parser": {
  219. "version": "7.28.5",
  220. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  221. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  222. "dev": true,
  223. "license": "MIT",
  224. "dependencies": {
  225. "@babel/types": "^7.28.5"
  226. },
  227. "bin": {
  228. "parser": "bin/babel-parser.js"
  229. },
  230. "engines": {
  231. "node": ">=6.0.0"
  232. }
  233. },
  234. "node_modules/@babel/template": {
  235. "version": "7.27.2",
  236. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
  237. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  238. "dev": true,
  239. "license": "MIT",
  240. "dependencies": {
  241. "@babel/code-frame": "^7.27.1",
  242. "@babel/parser": "^7.27.2",
  243. "@babel/types": "^7.27.1"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. }
  248. },
  249. "node_modules/@babel/traverse": {
  250. "version": "7.28.5",
  251. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
  252. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  253. "dev": true,
  254. "license": "MIT",
  255. "dependencies": {
  256. "@babel/code-frame": "^7.27.1",
  257. "@babel/generator": "^7.28.5",
  258. "@babel/helper-globals": "^7.28.0",
  259. "@babel/parser": "^7.28.5",
  260. "@babel/template": "^7.27.2",
  261. "@babel/types": "^7.28.5",
  262. "debug": "^4.3.1"
  263. },
  264. "engines": {
  265. "node": ">=6.9.0"
  266. }
  267. },
  268. "node_modules/@babel/types": {
  269. "version": "7.28.5",
  270. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  271. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  272. "dev": true,
  273. "license": "MIT",
  274. "dependencies": {
  275. "@babel/helper-string-parser": "^7.27.1",
  276. "@babel/helper-validator-identifier": "^7.28.5"
  277. },
  278. "engines": {
  279. "node": ">=6.9.0"
  280. }
  281. },
  282. "node_modules/@emnapi/core": {
  283. "version": "1.6.0",
  284. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.6.0.tgz",
  285. "integrity": "sha512-zq/ay+9fNIJJtJiZxdTnXS20PllcYMX3OE23ESc4HK/bdYu3cOWYVhsOhVnXALfU/uqJIxn5NBPd9z4v+SfoSg==",
  286. "dev": true,
  287. "license": "MIT",
  288. "optional": true,
  289. "dependencies": {
  290. "@emnapi/wasi-threads": "1.1.0",
  291. "tslib": "^2.4.0"
  292. }
  293. },
  294. "node_modules/@emnapi/runtime": {
  295. "version": "1.6.0",
  296. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.6.0.tgz",
  297. "integrity": "sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==",
  298. "license": "MIT",
  299. "optional": true,
  300. "dependencies": {
  301. "tslib": "^2.4.0"
  302. }
  303. },
  304. "node_modules/@emnapi/wasi-threads": {
  305. "version": "1.1.0",
  306. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  307. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  308. "dev": true,
  309. "license": "MIT",
  310. "optional": true,
  311. "dependencies": {
  312. "tslib": "^2.4.0"
  313. }
  314. },
  315. "node_modules/@eslint-community/eslint-utils": {
  316. "version": "4.9.0",
  317. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
  318. "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
  319. "dev": true,
  320. "license": "MIT",
  321. "dependencies": {
  322. "eslint-visitor-keys": "^3.4.3"
  323. },
  324. "engines": {
  325. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  326. },
  327. "funding": {
  328. "url": "https://opencollective.com/eslint"
  329. },
  330. "peerDependencies": {
  331. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  332. }
  333. },
  334. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  335. "version": "3.4.3",
  336. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  337. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  338. "dev": true,
  339. "license": "Apache-2.0",
  340. "engines": {
  341. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  342. },
  343. "funding": {
  344. "url": "https://opencollective.com/eslint"
  345. }
  346. },
  347. "node_modules/@eslint-community/regexpp": {
  348. "version": "4.12.2",
  349. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  350. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  351. "dev": true,
  352. "license": "MIT",
  353. "engines": {
  354. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  355. }
  356. },
  357. "node_modules/@eslint/config-array": {
  358. "version": "0.21.1",
  359. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
  360. "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
  361. "dev": true,
  362. "license": "Apache-2.0",
  363. "dependencies": {
  364. "@eslint/object-schema": "^2.1.7",
  365. "debug": "^4.3.1",
  366. "minimatch": "^3.1.2"
  367. },
  368. "engines": {
  369. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  370. }
  371. },
  372. "node_modules/@eslint/config-helpers": {
  373. "version": "0.4.1",
  374. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz",
  375. "integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==",
  376. "dev": true,
  377. "license": "Apache-2.0",
  378. "dependencies": {
  379. "@eslint/core": "^0.16.0"
  380. },
  381. "engines": {
  382. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  383. }
  384. },
  385. "node_modules/@eslint/core": {
  386. "version": "0.16.0",
  387. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
  388. "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
  389. "dev": true,
  390. "license": "Apache-2.0",
  391. "dependencies": {
  392. "@types/json-schema": "^7.0.15"
  393. },
  394. "engines": {
  395. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  396. }
  397. },
  398. "node_modules/@eslint/eslintrc": {
  399. "version": "3.3.1",
  400. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  401. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  402. "dev": true,
  403. "license": "MIT",
  404. "dependencies": {
  405. "ajv": "^6.12.4",
  406. "debug": "^4.3.2",
  407. "espree": "^10.0.1",
  408. "globals": "^14.0.0",
  409. "ignore": "^5.2.0",
  410. "import-fresh": "^3.2.1",
  411. "js-yaml": "^4.1.0",
  412. "minimatch": "^3.1.2",
  413. "strip-json-comments": "^3.1.1"
  414. },
  415. "engines": {
  416. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  417. },
  418. "funding": {
  419. "url": "https://opencollective.com/eslint"
  420. }
  421. },
  422. "node_modules/@eslint/js": {
  423. "version": "9.38.0",
  424. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
  425. "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
  426. "dev": true,
  427. "license": "MIT",
  428. "engines": {
  429. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  430. },
  431. "funding": {
  432. "url": "https://eslint.org/donate"
  433. }
  434. },
  435. "node_modules/@eslint/object-schema": {
  436. "version": "2.1.7",
  437. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  438. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  439. "dev": true,
  440. "license": "Apache-2.0",
  441. "engines": {
  442. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  443. }
  444. },
  445. "node_modules/@eslint/plugin-kit": {
  446. "version": "0.4.0",
  447. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz",
  448. "integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
  449. "dev": true,
  450. "license": "Apache-2.0",
  451. "dependencies": {
  452. "@eslint/core": "^0.16.0",
  453. "levn": "^0.4.1"
  454. },
  455. "engines": {
  456. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  457. }
  458. },
  459. "node_modules/@humanfs/core": {
  460. "version": "0.19.1",
  461. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  462. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  463. "dev": true,
  464. "license": "Apache-2.0",
  465. "engines": {
  466. "node": ">=18.18.0"
  467. }
  468. },
  469. "node_modules/@humanfs/node": {
  470. "version": "0.16.7",
  471. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
  472. "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
  473. "dev": true,
  474. "license": "Apache-2.0",
  475. "dependencies": {
  476. "@humanfs/core": "^0.19.1",
  477. "@humanwhocodes/retry": "^0.4.0"
  478. },
  479. "engines": {
  480. "node": ">=18.18.0"
  481. }
  482. },
  483. "node_modules/@humanwhocodes/module-importer": {
  484. "version": "1.0.1",
  485. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  486. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  487. "dev": true,
  488. "license": "Apache-2.0",
  489. "engines": {
  490. "node": ">=12.22"
  491. },
  492. "funding": {
  493. "type": "github",
  494. "url": "https://github.com/sponsors/nzakas"
  495. }
  496. },
  497. "node_modules/@humanwhocodes/retry": {
  498. "version": "0.4.3",
  499. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  500. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  501. "dev": true,
  502. "license": "Apache-2.0",
  503. "engines": {
  504. "node": ">=18.18"
  505. },
  506. "funding": {
  507. "type": "github",
  508. "url": "https://github.com/sponsors/nzakas"
  509. }
  510. },
  511. "node_modules/@img/colour": {
  512. "version": "1.0.0",
  513. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
  514. "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
  515. "license": "MIT",
  516. "optional": true,
  517. "engines": {
  518. "node": ">=18"
  519. }
  520. },
  521. "node_modules/@img/sharp-darwin-arm64": {
  522. "version": "0.34.4",
  523. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
  524. "integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
  525. "cpu": [
  526. "arm64"
  527. ],
  528. "license": "Apache-2.0",
  529. "optional": true,
  530. "os": [
  531. "darwin"
  532. ],
  533. "engines": {
  534. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  535. },
  536. "funding": {
  537. "url": "https://opencollective.com/libvips"
  538. },
  539. "optionalDependencies": {
  540. "@img/sharp-libvips-darwin-arm64": "1.2.3"
  541. }
  542. },
  543. "node_modules/@img/sharp-darwin-x64": {
  544. "version": "0.34.4",
  545. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
  546. "integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
  547. "cpu": [
  548. "x64"
  549. ],
  550. "license": "Apache-2.0",
  551. "optional": true,
  552. "os": [
  553. "darwin"
  554. ],
  555. "engines": {
  556. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  557. },
  558. "funding": {
  559. "url": "https://opencollective.com/libvips"
  560. },
  561. "optionalDependencies": {
  562. "@img/sharp-libvips-darwin-x64": "1.2.3"
  563. }
  564. },
  565. "node_modules/@img/sharp-libvips-darwin-arm64": {
  566. "version": "1.2.3",
  567. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
  568. "integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
  569. "cpu": [
  570. "arm64"
  571. ],
  572. "license": "LGPL-3.0-or-later",
  573. "optional": true,
  574. "os": [
  575. "darwin"
  576. ],
  577. "funding": {
  578. "url": "https://opencollective.com/libvips"
  579. }
  580. },
  581. "node_modules/@img/sharp-libvips-darwin-x64": {
  582. "version": "1.2.3",
  583. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
  584. "integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
  585. "cpu": [
  586. "x64"
  587. ],
  588. "license": "LGPL-3.0-or-later",
  589. "optional": true,
  590. "os": [
  591. "darwin"
  592. ],
  593. "funding": {
  594. "url": "https://opencollective.com/libvips"
  595. }
  596. },
  597. "node_modules/@img/sharp-libvips-linux-arm": {
  598. "version": "1.2.3",
  599. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
  600. "integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
  601. "cpu": [
  602. "arm"
  603. ],
  604. "license": "LGPL-3.0-or-later",
  605. "optional": true,
  606. "os": [
  607. "linux"
  608. ],
  609. "funding": {
  610. "url": "https://opencollective.com/libvips"
  611. }
  612. },
  613. "node_modules/@img/sharp-libvips-linux-arm64": {
  614. "version": "1.2.3",
  615. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
  616. "integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
  617. "cpu": [
  618. "arm64"
  619. ],
  620. "license": "LGPL-3.0-or-later",
  621. "optional": true,
  622. "os": [
  623. "linux"
  624. ],
  625. "funding": {
  626. "url": "https://opencollective.com/libvips"
  627. }
  628. },
  629. "node_modules/@img/sharp-libvips-linux-ppc64": {
  630. "version": "1.2.3",
  631. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
  632. "integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
  633. "cpu": [
  634. "ppc64"
  635. ],
  636. "license": "LGPL-3.0-or-later",
  637. "optional": true,
  638. "os": [
  639. "linux"
  640. ],
  641. "funding": {
  642. "url": "https://opencollective.com/libvips"
  643. }
  644. },
  645. "node_modules/@img/sharp-libvips-linux-s390x": {
  646. "version": "1.2.3",
  647. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
  648. "integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
  649. "cpu": [
  650. "s390x"
  651. ],
  652. "license": "LGPL-3.0-or-later",
  653. "optional": true,
  654. "os": [
  655. "linux"
  656. ],
  657. "funding": {
  658. "url": "https://opencollective.com/libvips"
  659. }
  660. },
  661. "node_modules/@img/sharp-libvips-linux-x64": {
  662. "version": "1.2.3",
  663. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",
  664. "integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",
  665. "cpu": [
  666. "x64"
  667. ],
  668. "license": "LGPL-3.0-or-later",
  669. "optional": true,
  670. "os": [
  671. "linux"
  672. ],
  673. "funding": {
  674. "url": "https://opencollective.com/libvips"
  675. }
  676. },
  677. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  678. "version": "1.2.3",
  679. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
  680. "integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
  681. "cpu": [
  682. "arm64"
  683. ],
  684. "license": "LGPL-3.0-or-later",
  685. "optional": true,
  686. "os": [
  687. "linux"
  688. ],
  689. "funding": {
  690. "url": "https://opencollective.com/libvips"
  691. }
  692. },
  693. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  694. "version": "1.2.3",
  695. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
  696. "integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",
  697. "cpu": [
  698. "x64"
  699. ],
  700. "license": "LGPL-3.0-or-later",
  701. "optional": true,
  702. "os": [
  703. "linux"
  704. ],
  705. "funding": {
  706. "url": "https://opencollective.com/libvips"
  707. }
  708. },
  709. "node_modules/@img/sharp-linux-arm": {
  710. "version": "0.34.4",
  711. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
  712. "integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
  713. "cpu": [
  714. "arm"
  715. ],
  716. "license": "Apache-2.0",
  717. "optional": true,
  718. "os": [
  719. "linux"
  720. ],
  721. "engines": {
  722. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  723. },
  724. "funding": {
  725. "url": "https://opencollective.com/libvips"
  726. },
  727. "optionalDependencies": {
  728. "@img/sharp-libvips-linux-arm": "1.2.3"
  729. }
  730. },
  731. "node_modules/@img/sharp-linux-arm64": {
  732. "version": "0.34.4",
  733. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
  734. "integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
  735. "cpu": [
  736. "arm64"
  737. ],
  738. "license": "Apache-2.0",
  739. "optional": true,
  740. "os": [
  741. "linux"
  742. ],
  743. "engines": {
  744. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  745. },
  746. "funding": {
  747. "url": "https://opencollective.com/libvips"
  748. },
  749. "optionalDependencies": {
  750. "@img/sharp-libvips-linux-arm64": "1.2.3"
  751. }
  752. },
  753. "node_modules/@img/sharp-linux-ppc64": {
  754. "version": "0.34.4",
  755. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
  756. "integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
  757. "cpu": [
  758. "ppc64"
  759. ],
  760. "license": "Apache-2.0",
  761. "optional": true,
  762. "os": [
  763. "linux"
  764. ],
  765. "engines": {
  766. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  767. },
  768. "funding": {
  769. "url": "https://opencollective.com/libvips"
  770. },
  771. "optionalDependencies": {
  772. "@img/sharp-libvips-linux-ppc64": "1.2.3"
  773. }
  774. },
  775. "node_modules/@img/sharp-linux-s390x": {
  776. "version": "0.34.4",
  777. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
  778. "integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
  779. "cpu": [
  780. "s390x"
  781. ],
  782. "license": "Apache-2.0",
  783. "optional": true,
  784. "os": [
  785. "linux"
  786. ],
  787. "engines": {
  788. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  789. },
  790. "funding": {
  791. "url": "https://opencollective.com/libvips"
  792. },
  793. "optionalDependencies": {
  794. "@img/sharp-libvips-linux-s390x": "1.2.3"
  795. }
  796. },
  797. "node_modules/@img/sharp-linux-x64": {
  798. "version": "0.34.4",
  799. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
  800. "integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==",
  801. "cpu": [
  802. "x64"
  803. ],
  804. "license": "Apache-2.0",
  805. "optional": true,
  806. "os": [
  807. "linux"
  808. ],
  809. "engines": {
  810. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  811. },
  812. "funding": {
  813. "url": "https://opencollective.com/libvips"
  814. },
  815. "optionalDependencies": {
  816. "@img/sharp-libvips-linux-x64": "1.2.3"
  817. }
  818. },
  819. "node_modules/@img/sharp-linuxmusl-arm64": {
  820. "version": "0.34.4",
  821. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz",
  822. "integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==",
  823. "cpu": [
  824. "arm64"
  825. ],
  826. "license": "Apache-2.0",
  827. "optional": true,
  828. "os": [
  829. "linux"
  830. ],
  831. "engines": {
  832. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  833. },
  834. "funding": {
  835. "url": "https://opencollective.com/libvips"
  836. },
  837. "optionalDependencies": {
  838. "@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
  839. }
  840. },
  841. "node_modules/@img/sharp-linuxmusl-x64": {
  842. "version": "0.34.4",
  843. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
  844. "integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==",
  845. "cpu": [
  846. "x64"
  847. ],
  848. "license": "Apache-2.0",
  849. "optional": true,
  850. "os": [
  851. "linux"
  852. ],
  853. "engines": {
  854. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  855. },
  856. "funding": {
  857. "url": "https://opencollective.com/libvips"
  858. },
  859. "optionalDependencies": {
  860. "@img/sharp-libvips-linuxmusl-x64": "1.2.3"
  861. }
  862. },
  863. "node_modules/@img/sharp-wasm32": {
  864. "version": "0.34.4",
  865. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz",
  866. "integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==",
  867. "cpu": [
  868. "wasm32"
  869. ],
  870. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  871. "optional": true,
  872. "dependencies": {
  873. "@emnapi/runtime": "^1.5.0"
  874. },
  875. "engines": {
  876. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  877. },
  878. "funding": {
  879. "url": "https://opencollective.com/libvips"
  880. }
  881. },
  882. "node_modules/@img/sharp-win32-arm64": {
  883. "version": "0.34.4",
  884. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz",
  885. "integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==",
  886. "cpu": [
  887. "arm64"
  888. ],
  889. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  890. "optional": true,
  891. "os": [
  892. "win32"
  893. ],
  894. "engines": {
  895. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  896. },
  897. "funding": {
  898. "url": "https://opencollective.com/libvips"
  899. }
  900. },
  901. "node_modules/@img/sharp-win32-ia32": {
  902. "version": "0.34.4",
  903. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz",
  904. "integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==",
  905. "cpu": [
  906. "ia32"
  907. ],
  908. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  909. "optional": true,
  910. "os": [
  911. "win32"
  912. ],
  913. "engines": {
  914. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  915. },
  916. "funding": {
  917. "url": "https://opencollective.com/libvips"
  918. }
  919. },
  920. "node_modules/@img/sharp-win32-x64": {
  921. "version": "0.34.4",
  922. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz",
  923. "integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==",
  924. "cpu": [
  925. "x64"
  926. ],
  927. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  928. "optional": true,
  929. "os": [
  930. "win32"
  931. ],
  932. "engines": {
  933. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  934. },
  935. "funding": {
  936. "url": "https://opencollective.com/libvips"
  937. }
  938. },
  939. "node_modules/@jridgewell/gen-mapping": {
  940. "version": "0.3.13",
  941. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  942. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  943. "dev": true,
  944. "license": "MIT",
  945. "dependencies": {
  946. "@jridgewell/sourcemap-codec": "^1.5.0",
  947. "@jridgewell/trace-mapping": "^0.3.24"
  948. }
  949. },
  950. "node_modules/@jridgewell/remapping": {
  951. "version": "2.3.5",
  952. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  953. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  954. "dev": true,
  955. "license": "MIT",
  956. "dependencies": {
  957. "@jridgewell/gen-mapping": "^0.3.5",
  958. "@jridgewell/trace-mapping": "^0.3.24"
  959. }
  960. },
  961. "node_modules/@jridgewell/resolve-uri": {
  962. "version": "3.1.2",
  963. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  964. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  965. "dev": true,
  966. "license": "MIT",
  967. "engines": {
  968. "node": ">=6.0.0"
  969. }
  970. },
  971. "node_modules/@jridgewell/sourcemap-codec": {
  972. "version": "1.5.5",
  973. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  974. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  975. "dev": true,
  976. "license": "MIT"
  977. },
  978. "node_modules/@jridgewell/trace-mapping": {
  979. "version": "0.3.31",
  980. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  981. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  982. "dev": true,
  983. "license": "MIT",
  984. "dependencies": {
  985. "@jridgewell/resolve-uri": "^3.1.0",
  986. "@jridgewell/sourcemap-codec": "^1.4.14"
  987. }
  988. },
  989. "node_modules/@napi-rs/wasm-runtime": {
  990. "version": "0.2.12",
  991. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  992. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  993. "dev": true,
  994. "license": "MIT",
  995. "optional": true,
  996. "dependencies": {
  997. "@emnapi/core": "^1.4.3",
  998. "@emnapi/runtime": "^1.4.3",
  999. "@tybys/wasm-util": "^0.10.0"
  1000. }
  1001. },
  1002. "node_modules/@next/env": {
  1003. "version": "16.0.0",
  1004. "resolved": "https://registry.npmjs.org/@next/env/-/env-16.0.0.tgz",
  1005. "integrity": "sha512-s5j2iFGp38QsG1LWRQaE2iUY3h1jc014/melHFfLdrsMJPqxqDQwWNwyQTcNoUSGZlCVZuM7t7JDMmSyRilsnA==",
  1006. "license": "MIT"
  1007. },
  1008. "node_modules/@next/eslint-plugin-next": {
  1009. "version": "16.0.0",
  1010. "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.0.0.tgz",
  1011. "integrity": "sha512-IB7RzmmtrPOrpAgEBR1PIQPD0yea5lggh5cq54m51jHjjljU80Ia+czfxJYMlSDl1DPvpzb8S9TalCc0VMo9Hw==",
  1012. "dev": true,
  1013. "license": "MIT",
  1014. "dependencies": {
  1015. "fast-glob": "3.3.1"
  1016. }
  1017. },
  1018. "node_modules/@next/swc-darwin-arm64": {
  1019. "version": "16.0.0",
  1020. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.0.0.tgz",
  1021. "integrity": "sha512-/CntqDCnk5w2qIwMiF0a9r6+9qunZzFmU0cBX4T82LOflE72zzH6gnOjCwUXYKOBlQi8OpP/rMj8cBIr18x4TA==",
  1022. "cpu": [
  1023. "arm64"
  1024. ],
  1025. "license": "MIT",
  1026. "optional": true,
  1027. "os": [
  1028. "darwin"
  1029. ],
  1030. "engines": {
  1031. "node": ">= 10"
  1032. }
  1033. },
  1034. "node_modules/@next/swc-darwin-x64": {
  1035. "version": "16.0.0",
  1036. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.0.0.tgz",
  1037. "integrity": "sha512-hB4GZnJGKa8m4efvTGNyii6qs76vTNl+3dKHTCAUaksN6KjYy4iEO3Q5ira405NW2PKb3EcqWiRaL9DrYJfMHg==",
  1038. "cpu": [
  1039. "x64"
  1040. ],
  1041. "license": "MIT",
  1042. "optional": true,
  1043. "os": [
  1044. "darwin"
  1045. ],
  1046. "engines": {
  1047. "node": ">= 10"
  1048. }
  1049. },
  1050. "node_modules/@next/swc-linux-arm64-gnu": {
  1051. "version": "16.0.0",
  1052. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.0.0.tgz",
  1053. "integrity": "sha512-E2IHMdE+C1k+nUgndM13/BY/iJY9KGCphCftMh7SXWcaQqExq/pJU/1Hgn8n/tFwSoLoYC/yUghOv97tAsIxqg==",
  1054. "cpu": [
  1055. "arm64"
  1056. ],
  1057. "license": "MIT",
  1058. "optional": true,
  1059. "os": [
  1060. "linux"
  1061. ],
  1062. "engines": {
  1063. "node": ">= 10"
  1064. }
  1065. },
  1066. "node_modules/@next/swc-linux-arm64-musl": {
  1067. "version": "16.0.0",
  1068. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.0.0.tgz",
  1069. "integrity": "sha512-xzgl7c7BVk4+7PDWldU+On2nlwnGgFqJ1siWp3/8S0KBBLCjonB6zwJYPtl4MUY7YZJrzzumdUpUoquu5zk8vg==",
  1070. "cpu": [
  1071. "arm64"
  1072. ],
  1073. "license": "MIT",
  1074. "optional": true,
  1075. "os": [
  1076. "linux"
  1077. ],
  1078. "engines": {
  1079. "node": ">= 10"
  1080. }
  1081. },
  1082. "node_modules/@next/swc-linux-x64-gnu": {
  1083. "version": "16.0.0",
  1084. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.0.0.tgz",
  1085. "integrity": "sha512-sdyOg4cbiCw7YUr0F/7ya42oiVBXLD21EYkSwN+PhE4csJH4MSXUsYyslliiiBwkM+KsuQH/y9wuxVz6s7Nstg==",
  1086. "cpu": [
  1087. "x64"
  1088. ],
  1089. "license": "MIT",
  1090. "optional": true,
  1091. "os": [
  1092. "linux"
  1093. ],
  1094. "engines": {
  1095. "node": ">= 10"
  1096. }
  1097. },
  1098. "node_modules/@next/swc-linux-x64-musl": {
  1099. "version": "16.0.0",
  1100. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.0.0.tgz",
  1101. "integrity": "sha512-IAXv3OBYqVaNOgyd3kxR4L3msuhmSy1bcchPHxDOjypG33i2yDWvGBwFD94OuuTjjTt/7cuIKtAmoOOml6kfbg==",
  1102. "cpu": [
  1103. "x64"
  1104. ],
  1105. "license": "MIT",
  1106. "optional": true,
  1107. "os": [
  1108. "linux"
  1109. ],
  1110. "engines": {
  1111. "node": ">= 10"
  1112. }
  1113. },
  1114. "node_modules/@next/swc-win32-arm64-msvc": {
  1115. "version": "16.0.0",
  1116. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.0.0.tgz",
  1117. "integrity": "sha512-bmo3ncIJKUS9PWK1JD9pEVv0yuvp1KPuOsyJTHXTv8KDrEmgV/K+U0C75rl9rhIaODcS7JEb6/7eJhdwXI0XmA==",
  1118. "cpu": [
  1119. "arm64"
  1120. ],
  1121. "license": "MIT",
  1122. "optional": true,
  1123. "os": [
  1124. "win32"
  1125. ],
  1126. "engines": {
  1127. "node": ">= 10"
  1128. }
  1129. },
  1130. "node_modules/@next/swc-win32-x64-msvc": {
  1131. "version": "16.0.0",
  1132. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.0.0.tgz",
  1133. "integrity": "sha512-O1cJbT+lZp+cTjYyZGiDwsOjO3UHHzSqobkPNipdlnnuPb1swfcuY6r3p8dsKU4hAIEO4cO67ZCfVVH/M1ETXA==",
  1134. "cpu": [
  1135. "x64"
  1136. ],
  1137. "license": "MIT",
  1138. "optional": true,
  1139. "os": [
  1140. "win32"
  1141. ],
  1142. "engines": {
  1143. "node": ">= 10"
  1144. }
  1145. },
  1146. "node_modules/@nodelib/fs.scandir": {
  1147. "version": "2.1.5",
  1148. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1149. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1150. "dev": true,
  1151. "license": "MIT",
  1152. "dependencies": {
  1153. "@nodelib/fs.stat": "2.0.5",
  1154. "run-parallel": "^1.1.9"
  1155. },
  1156. "engines": {
  1157. "node": ">= 8"
  1158. }
  1159. },
  1160. "node_modules/@nodelib/fs.stat": {
  1161. "version": "2.0.5",
  1162. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1163. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1164. "dev": true,
  1165. "license": "MIT",
  1166. "engines": {
  1167. "node": ">= 8"
  1168. }
  1169. },
  1170. "node_modules/@nodelib/fs.walk": {
  1171. "version": "1.2.8",
  1172. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1173. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1174. "dev": true,
  1175. "license": "MIT",
  1176. "dependencies": {
  1177. "@nodelib/fs.scandir": "2.1.5",
  1178. "fastq": "^1.6.0"
  1179. },
  1180. "engines": {
  1181. "node": ">= 8"
  1182. }
  1183. },
  1184. "node_modules/@nolyfill/is-core-module": {
  1185. "version": "1.0.39",
  1186. "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
  1187. "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
  1188. "dev": true,
  1189. "license": "MIT",
  1190. "engines": {
  1191. "node": ">=12.4.0"
  1192. }
  1193. },
  1194. "node_modules/@rtsao/scc": {
  1195. "version": "1.1.0",
  1196. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  1197. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1198. "dev": true,
  1199. "license": "MIT"
  1200. },
  1201. "node_modules/@swc/helpers": {
  1202. "version": "0.5.15",
  1203. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
  1204. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  1205. "license": "Apache-2.0",
  1206. "dependencies": {
  1207. "tslib": "^2.8.0"
  1208. }
  1209. },
  1210. "node_modules/@tailwindcss/node": {
  1211. "version": "4.1.16",
  1212. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.16.tgz",
  1213. "integrity": "sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw==",
  1214. "dev": true,
  1215. "license": "MIT",
  1216. "dependencies": {
  1217. "@jridgewell/remapping": "^2.3.4",
  1218. "enhanced-resolve": "^5.18.3",
  1219. "jiti": "^2.6.1",
  1220. "lightningcss": "1.30.2",
  1221. "magic-string": "^0.30.19",
  1222. "source-map-js": "^1.2.1",
  1223. "tailwindcss": "4.1.16"
  1224. }
  1225. },
  1226. "node_modules/@tailwindcss/oxide": {
  1227. "version": "4.1.16",
  1228. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz",
  1229. "integrity": "sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg==",
  1230. "dev": true,
  1231. "license": "MIT",
  1232. "engines": {
  1233. "node": ">= 10"
  1234. },
  1235. "optionalDependencies": {
  1236. "@tailwindcss/oxide-android-arm64": "4.1.16",
  1237. "@tailwindcss/oxide-darwin-arm64": "4.1.16",
  1238. "@tailwindcss/oxide-darwin-x64": "4.1.16",
  1239. "@tailwindcss/oxide-freebsd-x64": "4.1.16",
  1240. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.16",
  1241. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.16",
  1242. "@tailwindcss/oxide-linux-arm64-musl": "4.1.16",
  1243. "@tailwindcss/oxide-linux-x64-gnu": "4.1.16",
  1244. "@tailwindcss/oxide-linux-x64-musl": "4.1.16",
  1245. "@tailwindcss/oxide-wasm32-wasi": "4.1.16",
  1246. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.16",
  1247. "@tailwindcss/oxide-win32-x64-msvc": "4.1.16"
  1248. }
  1249. },
  1250. "node_modules/@tailwindcss/oxide-android-arm64": {
  1251. "version": "4.1.16",
  1252. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz",
  1253. "integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==",
  1254. "cpu": [
  1255. "arm64"
  1256. ],
  1257. "dev": true,
  1258. "license": "MIT",
  1259. "optional": true,
  1260. "os": [
  1261. "android"
  1262. ],
  1263. "engines": {
  1264. "node": ">= 10"
  1265. }
  1266. },
  1267. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1268. "version": "4.1.16",
  1269. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.16.tgz",
  1270. "integrity": "sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==",
  1271. "cpu": [
  1272. "arm64"
  1273. ],
  1274. "dev": true,
  1275. "license": "MIT",
  1276. "optional": true,
  1277. "os": [
  1278. "darwin"
  1279. ],
  1280. "engines": {
  1281. "node": ">= 10"
  1282. }
  1283. },
  1284. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1285. "version": "4.1.16",
  1286. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz",
  1287. "integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==",
  1288. "cpu": [
  1289. "x64"
  1290. ],
  1291. "dev": true,
  1292. "license": "MIT",
  1293. "optional": true,
  1294. "os": [
  1295. "darwin"
  1296. ],
  1297. "engines": {
  1298. "node": ">= 10"
  1299. }
  1300. },
  1301. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1302. "version": "4.1.16",
  1303. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz",
  1304. "integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==",
  1305. "cpu": [
  1306. "x64"
  1307. ],
  1308. "dev": true,
  1309. "license": "MIT",
  1310. "optional": true,
  1311. "os": [
  1312. "freebsd"
  1313. ],
  1314. "engines": {
  1315. "node": ">= 10"
  1316. }
  1317. },
  1318. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1319. "version": "4.1.16",
  1320. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz",
  1321. "integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==",
  1322. "cpu": [
  1323. "arm"
  1324. ],
  1325. "dev": true,
  1326. "license": "MIT",
  1327. "optional": true,
  1328. "os": [
  1329. "linux"
  1330. ],
  1331. "engines": {
  1332. "node": ">= 10"
  1333. }
  1334. },
  1335. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1336. "version": "4.1.16",
  1337. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz",
  1338. "integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==",
  1339. "cpu": [
  1340. "arm64"
  1341. ],
  1342. "dev": true,
  1343. "license": "MIT",
  1344. "optional": true,
  1345. "os": [
  1346. "linux"
  1347. ],
  1348. "engines": {
  1349. "node": ">= 10"
  1350. }
  1351. },
  1352. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1353. "version": "4.1.16",
  1354. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz",
  1355. "integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==",
  1356. "cpu": [
  1357. "arm64"
  1358. ],
  1359. "dev": true,
  1360. "license": "MIT",
  1361. "optional": true,
  1362. "os": [
  1363. "linux"
  1364. ],
  1365. "engines": {
  1366. "node": ">= 10"
  1367. }
  1368. },
  1369. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1370. "version": "4.1.16",
  1371. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.16.tgz",
  1372. "integrity": "sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==",
  1373. "cpu": [
  1374. "x64"
  1375. ],
  1376. "dev": true,
  1377. "license": "MIT",
  1378. "optional": true,
  1379. "os": [
  1380. "linux"
  1381. ],
  1382. "engines": {
  1383. "node": ">= 10"
  1384. }
  1385. },
  1386. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1387. "version": "4.1.16",
  1388. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.16.tgz",
  1389. "integrity": "sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==",
  1390. "cpu": [
  1391. "x64"
  1392. ],
  1393. "dev": true,
  1394. "license": "MIT",
  1395. "optional": true,
  1396. "os": [
  1397. "linux"
  1398. ],
  1399. "engines": {
  1400. "node": ">= 10"
  1401. }
  1402. },
  1403. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1404. "version": "4.1.16",
  1405. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz",
  1406. "integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==",
  1407. "bundleDependencies": [
  1408. "@napi-rs/wasm-runtime",
  1409. "@emnapi/core",
  1410. "@emnapi/runtime",
  1411. "@tybys/wasm-util",
  1412. "@emnapi/wasi-threads",
  1413. "tslib"
  1414. ],
  1415. "cpu": [
  1416. "wasm32"
  1417. ],
  1418. "dev": true,
  1419. "license": "MIT",
  1420. "optional": true,
  1421. "dependencies": {
  1422. "@emnapi/core": "^1.5.0",
  1423. "@emnapi/runtime": "^1.5.0",
  1424. "@emnapi/wasi-threads": "^1.1.0",
  1425. "@napi-rs/wasm-runtime": "^1.0.7",
  1426. "@tybys/wasm-util": "^0.10.1",
  1427. "tslib": "^2.4.0"
  1428. },
  1429. "engines": {
  1430. "node": ">=14.0.0"
  1431. }
  1432. },
  1433. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1434. "version": "4.1.16",
  1435. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz",
  1436. "integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==",
  1437. "cpu": [
  1438. "arm64"
  1439. ],
  1440. "dev": true,
  1441. "license": "MIT",
  1442. "optional": true,
  1443. "os": [
  1444. "win32"
  1445. ],
  1446. "engines": {
  1447. "node": ">= 10"
  1448. }
  1449. },
  1450. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1451. "version": "4.1.16",
  1452. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz",
  1453. "integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==",
  1454. "cpu": [
  1455. "x64"
  1456. ],
  1457. "dev": true,
  1458. "license": "MIT",
  1459. "optional": true,
  1460. "os": [
  1461. "win32"
  1462. ],
  1463. "engines": {
  1464. "node": ">= 10"
  1465. }
  1466. },
  1467. "node_modules/@tailwindcss/postcss": {
  1468. "version": "4.1.16",
  1469. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.16.tgz",
  1470. "integrity": "sha512-Qn3SFGPXYQMKR/UtqS+dqvPrzEeBZHrFA92maT4zijCVggdsXnDBMsPFJo1eArX3J+O+Gi+8pV4PkqjLCNBk3A==",
  1471. "dev": true,
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "@alloc/quick-lru": "^5.2.0",
  1475. "@tailwindcss/node": "4.1.16",
  1476. "@tailwindcss/oxide": "4.1.16",
  1477. "postcss": "^8.4.41",
  1478. "tailwindcss": "4.1.16"
  1479. }
  1480. },
  1481. "node_modules/@tybys/wasm-util": {
  1482. "version": "0.10.1",
  1483. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  1484. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  1485. "dev": true,
  1486. "license": "MIT",
  1487. "optional": true,
  1488. "dependencies": {
  1489. "tslib": "^2.4.0"
  1490. }
  1491. },
  1492. "node_modules/@types/estree": {
  1493. "version": "1.0.8",
  1494. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  1495. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1496. "dev": true,
  1497. "license": "MIT"
  1498. },
  1499. "node_modules/@types/json-schema": {
  1500. "version": "7.0.15",
  1501. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  1502. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1503. "dev": true,
  1504. "license": "MIT"
  1505. },
  1506. "node_modules/@types/json5": {
  1507. "version": "0.0.29",
  1508. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  1509. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  1510. "dev": true,
  1511. "license": "MIT"
  1512. },
  1513. "node_modules/@types/node": {
  1514. "version": "20.19.23",
  1515. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.23.tgz",
  1516. "integrity": "sha512-yIdlVVVHXpmqRhtyovZAcSy0MiPcYWGkoO4CGe/+jpP0hmNuihm4XhHbADpK++MsiLHP5MVlv+bcgdF99kSiFQ==",
  1517. "dev": true,
  1518. "license": "MIT",
  1519. "dependencies": {
  1520. "undici-types": "~6.21.0"
  1521. }
  1522. },
  1523. "node_modules/@types/react": {
  1524. "version": "19.2.2",
  1525. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz",
  1526. "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==",
  1527. "dev": true,
  1528. "license": "MIT",
  1529. "dependencies": {
  1530. "csstype": "^3.0.2"
  1531. }
  1532. },
  1533. "node_modules/@types/react-dom": {
  1534. "version": "19.2.2",
  1535. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.2.tgz",
  1536. "integrity": "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==",
  1537. "dev": true,
  1538. "license": "MIT",
  1539. "peerDependencies": {
  1540. "@types/react": "^19.2.0"
  1541. }
  1542. },
  1543. "node_modules/@typescript-eslint/eslint-plugin": {
  1544. "version": "8.46.2",
  1545. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz",
  1546. "integrity": "sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==",
  1547. "dev": true,
  1548. "license": "MIT",
  1549. "dependencies": {
  1550. "@eslint-community/regexpp": "^4.10.0",
  1551. "@typescript-eslint/scope-manager": "8.46.2",
  1552. "@typescript-eslint/type-utils": "8.46.2",
  1553. "@typescript-eslint/utils": "8.46.2",
  1554. "@typescript-eslint/visitor-keys": "8.46.2",
  1555. "graphemer": "^1.4.0",
  1556. "ignore": "^7.0.0",
  1557. "natural-compare": "^1.4.0",
  1558. "ts-api-utils": "^2.1.0"
  1559. },
  1560. "engines": {
  1561. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1562. },
  1563. "funding": {
  1564. "type": "opencollective",
  1565. "url": "https://opencollective.com/typescript-eslint"
  1566. },
  1567. "peerDependencies": {
  1568. "@typescript-eslint/parser": "^8.46.2",
  1569. "eslint": "^8.57.0 || ^9.0.0",
  1570. "typescript": ">=4.8.4 <6.0.0"
  1571. }
  1572. },
  1573. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1574. "version": "7.0.5",
  1575. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  1576. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1577. "dev": true,
  1578. "license": "MIT",
  1579. "engines": {
  1580. "node": ">= 4"
  1581. }
  1582. },
  1583. "node_modules/@typescript-eslint/parser": {
  1584. "version": "8.46.2",
  1585. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.2.tgz",
  1586. "integrity": "sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==",
  1587. "dev": true,
  1588. "license": "MIT",
  1589. "dependencies": {
  1590. "@typescript-eslint/scope-manager": "8.46.2",
  1591. "@typescript-eslint/types": "8.46.2",
  1592. "@typescript-eslint/typescript-estree": "8.46.2",
  1593. "@typescript-eslint/visitor-keys": "8.46.2",
  1594. "debug": "^4.3.4"
  1595. },
  1596. "engines": {
  1597. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1598. },
  1599. "funding": {
  1600. "type": "opencollective",
  1601. "url": "https://opencollective.com/typescript-eslint"
  1602. },
  1603. "peerDependencies": {
  1604. "eslint": "^8.57.0 || ^9.0.0",
  1605. "typescript": ">=4.8.4 <6.0.0"
  1606. }
  1607. },
  1608. "node_modules/@typescript-eslint/project-service": {
  1609. "version": "8.46.2",
  1610. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.2.tgz",
  1611. "integrity": "sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==",
  1612. "dev": true,
  1613. "license": "MIT",
  1614. "dependencies": {
  1615. "@typescript-eslint/tsconfig-utils": "^8.46.2",
  1616. "@typescript-eslint/types": "^8.46.2",
  1617. "debug": "^4.3.4"
  1618. },
  1619. "engines": {
  1620. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1621. },
  1622. "funding": {
  1623. "type": "opencollective",
  1624. "url": "https://opencollective.com/typescript-eslint"
  1625. },
  1626. "peerDependencies": {
  1627. "typescript": ">=4.8.4 <6.0.0"
  1628. }
  1629. },
  1630. "node_modules/@typescript-eslint/scope-manager": {
  1631. "version": "8.46.2",
  1632. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz",
  1633. "integrity": "sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==",
  1634. "dev": true,
  1635. "license": "MIT",
  1636. "dependencies": {
  1637. "@typescript-eslint/types": "8.46.2",
  1638. "@typescript-eslint/visitor-keys": "8.46.2"
  1639. },
  1640. "engines": {
  1641. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1642. },
  1643. "funding": {
  1644. "type": "opencollective",
  1645. "url": "https://opencollective.com/typescript-eslint"
  1646. }
  1647. },
  1648. "node_modules/@typescript-eslint/tsconfig-utils": {
  1649. "version": "8.46.2",
  1650. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz",
  1651. "integrity": "sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==",
  1652. "dev": true,
  1653. "license": "MIT",
  1654. "engines": {
  1655. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1656. },
  1657. "funding": {
  1658. "type": "opencollective",
  1659. "url": "https://opencollective.com/typescript-eslint"
  1660. },
  1661. "peerDependencies": {
  1662. "typescript": ">=4.8.4 <6.0.0"
  1663. }
  1664. },
  1665. "node_modules/@typescript-eslint/type-utils": {
  1666. "version": "8.46.2",
  1667. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz",
  1668. "integrity": "sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==",
  1669. "dev": true,
  1670. "license": "MIT",
  1671. "dependencies": {
  1672. "@typescript-eslint/types": "8.46.2",
  1673. "@typescript-eslint/typescript-estree": "8.46.2",
  1674. "@typescript-eslint/utils": "8.46.2",
  1675. "debug": "^4.3.4",
  1676. "ts-api-utils": "^2.1.0"
  1677. },
  1678. "engines": {
  1679. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1680. },
  1681. "funding": {
  1682. "type": "opencollective",
  1683. "url": "https://opencollective.com/typescript-eslint"
  1684. },
  1685. "peerDependencies": {
  1686. "eslint": "^8.57.0 || ^9.0.0",
  1687. "typescript": ">=4.8.4 <6.0.0"
  1688. }
  1689. },
  1690. "node_modules/@typescript-eslint/types": {
  1691. "version": "8.46.2",
  1692. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
  1693. "integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
  1694. "dev": true,
  1695. "license": "MIT",
  1696. "engines": {
  1697. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1698. },
  1699. "funding": {
  1700. "type": "opencollective",
  1701. "url": "https://opencollective.com/typescript-eslint"
  1702. }
  1703. },
  1704. "node_modules/@typescript-eslint/typescript-estree": {
  1705. "version": "8.46.2",
  1706. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz",
  1707. "integrity": "sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==",
  1708. "dev": true,
  1709. "license": "MIT",
  1710. "dependencies": {
  1711. "@typescript-eslint/project-service": "8.46.2",
  1712. "@typescript-eslint/tsconfig-utils": "8.46.2",
  1713. "@typescript-eslint/types": "8.46.2",
  1714. "@typescript-eslint/visitor-keys": "8.46.2",
  1715. "debug": "^4.3.4",
  1716. "fast-glob": "^3.3.2",
  1717. "is-glob": "^4.0.3",
  1718. "minimatch": "^9.0.4",
  1719. "semver": "^7.6.0",
  1720. "ts-api-utils": "^2.1.0"
  1721. },
  1722. "engines": {
  1723. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1724. },
  1725. "funding": {
  1726. "type": "opencollective",
  1727. "url": "https://opencollective.com/typescript-eslint"
  1728. },
  1729. "peerDependencies": {
  1730. "typescript": ">=4.8.4 <6.0.0"
  1731. }
  1732. },
  1733. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  1734. "version": "2.0.2",
  1735. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
  1736. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  1737. "dev": true,
  1738. "license": "MIT",
  1739. "dependencies": {
  1740. "balanced-match": "^1.0.0"
  1741. }
  1742. },
  1743. "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": {
  1744. "version": "3.3.3",
  1745. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  1746. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  1747. "dev": true,
  1748. "license": "MIT",
  1749. "dependencies": {
  1750. "@nodelib/fs.stat": "^2.0.2",
  1751. "@nodelib/fs.walk": "^1.2.3",
  1752. "glob-parent": "^5.1.2",
  1753. "merge2": "^1.3.0",
  1754. "micromatch": "^4.0.8"
  1755. },
  1756. "engines": {
  1757. "node": ">=8.6.0"
  1758. }
  1759. },
  1760. "node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent": {
  1761. "version": "5.1.2",
  1762. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  1763. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1764. "dev": true,
  1765. "license": "ISC",
  1766. "dependencies": {
  1767. "is-glob": "^4.0.1"
  1768. },
  1769. "engines": {
  1770. "node": ">= 6"
  1771. }
  1772. },
  1773. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  1774. "version": "9.0.5",
  1775. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  1776. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  1777. "dev": true,
  1778. "license": "ISC",
  1779. "dependencies": {
  1780. "brace-expansion": "^2.0.1"
  1781. },
  1782. "engines": {
  1783. "node": ">=16 || 14 >=14.17"
  1784. },
  1785. "funding": {
  1786. "url": "https://github.com/sponsors/isaacs"
  1787. }
  1788. },
  1789. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  1790. "version": "7.7.3",
  1791. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  1792. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1793. "dev": true,
  1794. "license": "ISC",
  1795. "bin": {
  1796. "semver": "bin/semver.js"
  1797. },
  1798. "engines": {
  1799. "node": ">=10"
  1800. }
  1801. },
  1802. "node_modules/@typescript-eslint/utils": {
  1803. "version": "8.46.2",
  1804. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.2.tgz",
  1805. "integrity": "sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==",
  1806. "dev": true,
  1807. "license": "MIT",
  1808. "dependencies": {
  1809. "@eslint-community/eslint-utils": "^4.7.0",
  1810. "@typescript-eslint/scope-manager": "8.46.2",
  1811. "@typescript-eslint/types": "8.46.2",
  1812. "@typescript-eslint/typescript-estree": "8.46.2"
  1813. },
  1814. "engines": {
  1815. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1816. },
  1817. "funding": {
  1818. "type": "opencollective",
  1819. "url": "https://opencollective.com/typescript-eslint"
  1820. },
  1821. "peerDependencies": {
  1822. "eslint": "^8.57.0 || ^9.0.0",
  1823. "typescript": ">=4.8.4 <6.0.0"
  1824. }
  1825. },
  1826. "node_modules/@typescript-eslint/visitor-keys": {
  1827. "version": "8.46.2",
  1828. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz",
  1829. "integrity": "sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==",
  1830. "dev": true,
  1831. "license": "MIT",
  1832. "dependencies": {
  1833. "@typescript-eslint/types": "8.46.2",
  1834. "eslint-visitor-keys": "^4.2.1"
  1835. },
  1836. "engines": {
  1837. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1838. },
  1839. "funding": {
  1840. "type": "opencollective",
  1841. "url": "https://opencollective.com/typescript-eslint"
  1842. }
  1843. },
  1844. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  1845. "version": "1.11.1",
  1846. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  1847. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  1848. "cpu": [
  1849. "arm"
  1850. ],
  1851. "dev": true,
  1852. "license": "MIT",
  1853. "optional": true,
  1854. "os": [
  1855. "android"
  1856. ]
  1857. },
  1858. "node_modules/@unrs/resolver-binding-android-arm64": {
  1859. "version": "1.11.1",
  1860. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  1861. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  1862. "cpu": [
  1863. "arm64"
  1864. ],
  1865. "dev": true,
  1866. "license": "MIT",
  1867. "optional": true,
  1868. "os": [
  1869. "android"
  1870. ]
  1871. },
  1872. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  1873. "version": "1.11.1",
  1874. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
  1875. "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
  1876. "cpu": [
  1877. "arm64"
  1878. ],
  1879. "dev": true,
  1880. "license": "MIT",
  1881. "optional": true,
  1882. "os": [
  1883. "darwin"
  1884. ]
  1885. },
  1886. "node_modules/@unrs/resolver-binding-darwin-x64": {
  1887. "version": "1.11.1",
  1888. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  1889. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  1890. "cpu": [
  1891. "x64"
  1892. ],
  1893. "dev": true,
  1894. "license": "MIT",
  1895. "optional": true,
  1896. "os": [
  1897. "darwin"
  1898. ]
  1899. },
  1900. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  1901. "version": "1.11.1",
  1902. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  1903. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  1904. "cpu": [
  1905. "x64"
  1906. ],
  1907. "dev": true,
  1908. "license": "MIT",
  1909. "optional": true,
  1910. "os": [
  1911. "freebsd"
  1912. ]
  1913. },
  1914. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  1915. "version": "1.11.1",
  1916. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  1917. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  1918. "cpu": [
  1919. "arm"
  1920. ],
  1921. "dev": true,
  1922. "license": "MIT",
  1923. "optional": true,
  1924. "os": [
  1925. "linux"
  1926. ]
  1927. },
  1928. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  1929. "version": "1.11.1",
  1930. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  1931. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  1932. "cpu": [
  1933. "arm"
  1934. ],
  1935. "dev": true,
  1936. "license": "MIT",
  1937. "optional": true,
  1938. "os": [
  1939. "linux"
  1940. ]
  1941. },
  1942. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  1943. "version": "1.11.1",
  1944. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  1945. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  1946. "cpu": [
  1947. "arm64"
  1948. ],
  1949. "dev": true,
  1950. "license": "MIT",
  1951. "optional": true,
  1952. "os": [
  1953. "linux"
  1954. ]
  1955. },
  1956. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  1957. "version": "1.11.1",
  1958. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  1959. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  1960. "cpu": [
  1961. "arm64"
  1962. ],
  1963. "dev": true,
  1964. "license": "MIT",
  1965. "optional": true,
  1966. "os": [
  1967. "linux"
  1968. ]
  1969. },
  1970. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  1971. "version": "1.11.1",
  1972. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  1973. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  1974. "cpu": [
  1975. "ppc64"
  1976. ],
  1977. "dev": true,
  1978. "license": "MIT",
  1979. "optional": true,
  1980. "os": [
  1981. "linux"
  1982. ]
  1983. },
  1984. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  1985. "version": "1.11.1",
  1986. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  1987. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  1988. "cpu": [
  1989. "riscv64"
  1990. ],
  1991. "dev": true,
  1992. "license": "MIT",
  1993. "optional": true,
  1994. "os": [
  1995. "linux"
  1996. ]
  1997. },
  1998. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  1999. "version": "1.11.1",
  2000. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  2001. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  2002. "cpu": [
  2003. "riscv64"
  2004. ],
  2005. "dev": true,
  2006. "license": "MIT",
  2007. "optional": true,
  2008. "os": [
  2009. "linux"
  2010. ]
  2011. },
  2012. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  2013. "version": "1.11.1",
  2014. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  2015. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  2016. "cpu": [
  2017. "s390x"
  2018. ],
  2019. "dev": true,
  2020. "license": "MIT",
  2021. "optional": true,
  2022. "os": [
  2023. "linux"
  2024. ]
  2025. },
  2026. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  2027. "version": "1.11.1",
  2028. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  2029. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  2030. "cpu": [
  2031. "x64"
  2032. ],
  2033. "dev": true,
  2034. "license": "MIT",
  2035. "optional": true,
  2036. "os": [
  2037. "linux"
  2038. ]
  2039. },
  2040. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  2041. "version": "1.11.1",
  2042. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  2043. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  2044. "cpu": [
  2045. "x64"
  2046. ],
  2047. "dev": true,
  2048. "license": "MIT",
  2049. "optional": true,
  2050. "os": [
  2051. "linux"
  2052. ]
  2053. },
  2054. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  2055. "version": "1.11.1",
  2056. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  2057. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  2058. "cpu": [
  2059. "wasm32"
  2060. ],
  2061. "dev": true,
  2062. "license": "MIT",
  2063. "optional": true,
  2064. "dependencies": {
  2065. "@napi-rs/wasm-runtime": "^0.2.11"
  2066. },
  2067. "engines": {
  2068. "node": ">=14.0.0"
  2069. }
  2070. },
  2071. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  2072. "version": "1.11.1",
  2073. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  2074. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  2075. "cpu": [
  2076. "arm64"
  2077. ],
  2078. "dev": true,
  2079. "license": "MIT",
  2080. "optional": true,
  2081. "os": [
  2082. "win32"
  2083. ]
  2084. },
  2085. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  2086. "version": "1.11.1",
  2087. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  2088. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  2089. "cpu": [
  2090. "ia32"
  2091. ],
  2092. "dev": true,
  2093. "license": "MIT",
  2094. "optional": true,
  2095. "os": [
  2096. "win32"
  2097. ]
  2098. },
  2099. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  2100. "version": "1.11.1",
  2101. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  2102. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  2103. "cpu": [
  2104. "x64"
  2105. ],
  2106. "dev": true,
  2107. "license": "MIT",
  2108. "optional": true,
  2109. "os": [
  2110. "win32"
  2111. ]
  2112. },
  2113. "node_modules/acorn": {
  2114. "version": "8.15.0",
  2115. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
  2116. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  2117. "dev": true,
  2118. "license": "MIT",
  2119. "bin": {
  2120. "acorn": "bin/acorn"
  2121. },
  2122. "engines": {
  2123. "node": ">=0.4.0"
  2124. }
  2125. },
  2126. "node_modules/acorn-jsx": {
  2127. "version": "5.3.2",
  2128. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2129. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2130. "dev": true,
  2131. "license": "MIT",
  2132. "peerDependencies": {
  2133. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2134. }
  2135. },
  2136. "node_modules/ajv": {
  2137. "version": "6.12.6",
  2138. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  2139. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2140. "dev": true,
  2141. "license": "MIT",
  2142. "dependencies": {
  2143. "fast-deep-equal": "^3.1.1",
  2144. "fast-json-stable-stringify": "^2.0.0",
  2145. "json-schema-traverse": "^0.4.1",
  2146. "uri-js": "^4.2.2"
  2147. },
  2148. "funding": {
  2149. "type": "github",
  2150. "url": "https://github.com/sponsors/epoberezkin"
  2151. }
  2152. },
  2153. "node_modules/ansi-styles": {
  2154. "version": "4.3.0",
  2155. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2156. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2157. "dev": true,
  2158. "license": "MIT",
  2159. "dependencies": {
  2160. "color-convert": "^2.0.1"
  2161. },
  2162. "engines": {
  2163. "node": ">=8"
  2164. },
  2165. "funding": {
  2166. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2167. }
  2168. },
  2169. "node_modules/argparse": {
  2170. "version": "2.0.1",
  2171. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2172. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2173. "dev": true,
  2174. "license": "Python-2.0"
  2175. },
  2176. "node_modules/aria-query": {
  2177. "version": "5.3.2",
  2178. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
  2179. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  2180. "dev": true,
  2181. "license": "Apache-2.0",
  2182. "engines": {
  2183. "node": ">= 0.4"
  2184. }
  2185. },
  2186. "node_modules/array-buffer-byte-length": {
  2187. "version": "1.0.2",
  2188. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  2189. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  2190. "dev": true,
  2191. "license": "MIT",
  2192. "dependencies": {
  2193. "call-bound": "^1.0.3",
  2194. "is-array-buffer": "^3.0.5"
  2195. },
  2196. "engines": {
  2197. "node": ">= 0.4"
  2198. },
  2199. "funding": {
  2200. "url": "https://github.com/sponsors/ljharb"
  2201. }
  2202. },
  2203. "node_modules/array-includes": {
  2204. "version": "3.1.9",
  2205. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  2206. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  2207. "dev": true,
  2208. "license": "MIT",
  2209. "dependencies": {
  2210. "call-bind": "^1.0.8",
  2211. "call-bound": "^1.0.4",
  2212. "define-properties": "^1.2.1",
  2213. "es-abstract": "^1.24.0",
  2214. "es-object-atoms": "^1.1.1",
  2215. "get-intrinsic": "^1.3.0",
  2216. "is-string": "^1.1.1",
  2217. "math-intrinsics": "^1.1.0"
  2218. },
  2219. "engines": {
  2220. "node": ">= 0.4"
  2221. },
  2222. "funding": {
  2223. "url": "https://github.com/sponsors/ljharb"
  2224. }
  2225. },
  2226. "node_modules/array.prototype.findlast": {
  2227. "version": "1.2.5",
  2228. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2229. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2230. "dev": true,
  2231. "license": "MIT",
  2232. "dependencies": {
  2233. "call-bind": "^1.0.7",
  2234. "define-properties": "^1.2.1",
  2235. "es-abstract": "^1.23.2",
  2236. "es-errors": "^1.3.0",
  2237. "es-object-atoms": "^1.0.0",
  2238. "es-shim-unscopables": "^1.0.2"
  2239. },
  2240. "engines": {
  2241. "node": ">= 0.4"
  2242. },
  2243. "funding": {
  2244. "url": "https://github.com/sponsors/ljharb"
  2245. }
  2246. },
  2247. "node_modules/array.prototype.findlastindex": {
  2248. "version": "1.2.6",
  2249. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  2250. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  2251. "dev": true,
  2252. "license": "MIT",
  2253. "dependencies": {
  2254. "call-bind": "^1.0.8",
  2255. "call-bound": "^1.0.4",
  2256. "define-properties": "^1.2.1",
  2257. "es-abstract": "^1.23.9",
  2258. "es-errors": "^1.3.0",
  2259. "es-object-atoms": "^1.1.1",
  2260. "es-shim-unscopables": "^1.1.0"
  2261. },
  2262. "engines": {
  2263. "node": ">= 0.4"
  2264. },
  2265. "funding": {
  2266. "url": "https://github.com/sponsors/ljharb"
  2267. }
  2268. },
  2269. "node_modules/array.prototype.flat": {
  2270. "version": "1.3.3",
  2271. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  2272. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  2273. "dev": true,
  2274. "license": "MIT",
  2275. "dependencies": {
  2276. "call-bind": "^1.0.8",
  2277. "define-properties": "^1.2.1",
  2278. "es-abstract": "^1.23.5",
  2279. "es-shim-unscopables": "^1.0.2"
  2280. },
  2281. "engines": {
  2282. "node": ">= 0.4"
  2283. },
  2284. "funding": {
  2285. "url": "https://github.com/sponsors/ljharb"
  2286. }
  2287. },
  2288. "node_modules/array.prototype.flatmap": {
  2289. "version": "1.3.3",
  2290. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  2291. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  2292. "dev": true,
  2293. "license": "MIT",
  2294. "dependencies": {
  2295. "call-bind": "^1.0.8",
  2296. "define-properties": "^1.2.1",
  2297. "es-abstract": "^1.23.5",
  2298. "es-shim-unscopables": "^1.0.2"
  2299. },
  2300. "engines": {
  2301. "node": ">= 0.4"
  2302. },
  2303. "funding": {
  2304. "url": "https://github.com/sponsors/ljharb"
  2305. }
  2306. },
  2307. "node_modules/array.prototype.tosorted": {
  2308. "version": "1.1.4",
  2309. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  2310. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  2311. "dev": true,
  2312. "license": "MIT",
  2313. "dependencies": {
  2314. "call-bind": "^1.0.7",
  2315. "define-properties": "^1.2.1",
  2316. "es-abstract": "^1.23.3",
  2317. "es-errors": "^1.3.0",
  2318. "es-shim-unscopables": "^1.0.2"
  2319. },
  2320. "engines": {
  2321. "node": ">= 0.4"
  2322. }
  2323. },
  2324. "node_modules/arraybuffer.prototype.slice": {
  2325. "version": "1.0.4",
  2326. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  2327. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  2328. "dev": true,
  2329. "license": "MIT",
  2330. "dependencies": {
  2331. "array-buffer-byte-length": "^1.0.1",
  2332. "call-bind": "^1.0.8",
  2333. "define-properties": "^1.2.1",
  2334. "es-abstract": "^1.23.5",
  2335. "es-errors": "^1.3.0",
  2336. "get-intrinsic": "^1.2.6",
  2337. "is-array-buffer": "^3.0.4"
  2338. },
  2339. "engines": {
  2340. "node": ">= 0.4"
  2341. },
  2342. "funding": {
  2343. "url": "https://github.com/sponsors/ljharb"
  2344. }
  2345. },
  2346. "node_modules/ast-types-flow": {
  2347. "version": "0.0.8",
  2348. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  2349. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  2350. "dev": true,
  2351. "license": "MIT"
  2352. },
  2353. "node_modules/async-function": {
  2354. "version": "1.0.0",
  2355. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  2356. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  2357. "dev": true,
  2358. "license": "MIT",
  2359. "engines": {
  2360. "node": ">= 0.4"
  2361. }
  2362. },
  2363. "node_modules/available-typed-arrays": {
  2364. "version": "1.0.7",
  2365. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  2366. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  2367. "dev": true,
  2368. "license": "MIT",
  2369. "dependencies": {
  2370. "possible-typed-array-names": "^1.0.0"
  2371. },
  2372. "engines": {
  2373. "node": ">= 0.4"
  2374. },
  2375. "funding": {
  2376. "url": "https://github.com/sponsors/ljharb"
  2377. }
  2378. },
  2379. "node_modules/axe-core": {
  2380. "version": "4.11.0",
  2381. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz",
  2382. "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==",
  2383. "dev": true,
  2384. "license": "MPL-2.0",
  2385. "engines": {
  2386. "node": ">=4"
  2387. }
  2388. },
  2389. "node_modules/axobject-query": {
  2390. "version": "4.1.0",
  2391. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  2392. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  2393. "dev": true,
  2394. "license": "Apache-2.0",
  2395. "engines": {
  2396. "node": ">= 0.4"
  2397. }
  2398. },
  2399. "node_modules/balanced-match": {
  2400. "version": "1.0.2",
  2401. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2402. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2403. "dev": true,
  2404. "license": "MIT"
  2405. },
  2406. "node_modules/baseline-browser-mapping": {
  2407. "version": "2.8.20",
  2408. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
  2409. "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
  2410. "dev": true,
  2411. "license": "Apache-2.0",
  2412. "bin": {
  2413. "baseline-browser-mapping": "dist/cli.js"
  2414. }
  2415. },
  2416. "node_modules/brace-expansion": {
  2417. "version": "1.1.12",
  2418. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  2419. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  2420. "dev": true,
  2421. "license": "MIT",
  2422. "dependencies": {
  2423. "balanced-match": "^1.0.0",
  2424. "concat-map": "0.0.1"
  2425. }
  2426. },
  2427. "node_modules/braces": {
  2428. "version": "3.0.3",
  2429. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2430. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2431. "dev": true,
  2432. "license": "MIT",
  2433. "dependencies": {
  2434. "fill-range": "^7.1.1"
  2435. },
  2436. "engines": {
  2437. "node": ">=8"
  2438. }
  2439. },
  2440. "node_modules/browserslist": {
  2441. "version": "4.27.0",
  2442. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
  2443. "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
  2444. "dev": true,
  2445. "funding": [
  2446. {
  2447. "type": "opencollective",
  2448. "url": "https://opencollective.com/browserslist"
  2449. },
  2450. {
  2451. "type": "tidelift",
  2452. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2453. },
  2454. {
  2455. "type": "github",
  2456. "url": "https://github.com/sponsors/ai"
  2457. }
  2458. ],
  2459. "license": "MIT",
  2460. "dependencies": {
  2461. "baseline-browser-mapping": "^2.8.19",
  2462. "caniuse-lite": "^1.0.30001751",
  2463. "electron-to-chromium": "^1.5.238",
  2464. "node-releases": "^2.0.26",
  2465. "update-browserslist-db": "^1.1.4"
  2466. },
  2467. "bin": {
  2468. "browserslist": "cli.js"
  2469. },
  2470. "engines": {
  2471. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2472. }
  2473. },
  2474. "node_modules/call-bind": {
  2475. "version": "1.0.8",
  2476. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  2477. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  2478. "dev": true,
  2479. "license": "MIT",
  2480. "dependencies": {
  2481. "call-bind-apply-helpers": "^1.0.0",
  2482. "es-define-property": "^1.0.0",
  2483. "get-intrinsic": "^1.2.4",
  2484. "set-function-length": "^1.2.2"
  2485. },
  2486. "engines": {
  2487. "node": ">= 0.4"
  2488. },
  2489. "funding": {
  2490. "url": "https://github.com/sponsors/ljharb"
  2491. }
  2492. },
  2493. "node_modules/call-bind-apply-helpers": {
  2494. "version": "1.0.2",
  2495. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2496. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2497. "dev": true,
  2498. "license": "MIT",
  2499. "dependencies": {
  2500. "es-errors": "^1.3.0",
  2501. "function-bind": "^1.1.2"
  2502. },
  2503. "engines": {
  2504. "node": ">= 0.4"
  2505. }
  2506. },
  2507. "node_modules/call-bound": {
  2508. "version": "1.0.4",
  2509. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  2510. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2511. "dev": true,
  2512. "license": "MIT",
  2513. "dependencies": {
  2514. "call-bind-apply-helpers": "^1.0.2",
  2515. "get-intrinsic": "^1.3.0"
  2516. },
  2517. "engines": {
  2518. "node": ">= 0.4"
  2519. },
  2520. "funding": {
  2521. "url": "https://github.com/sponsors/ljharb"
  2522. }
  2523. },
  2524. "node_modules/callsites": {
  2525. "version": "3.1.0",
  2526. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2527. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2528. "dev": true,
  2529. "license": "MIT",
  2530. "engines": {
  2531. "node": ">=6"
  2532. }
  2533. },
  2534. "node_modules/caniuse-lite": {
  2535. "version": "1.0.30001751",
  2536. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
  2537. "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
  2538. "funding": [
  2539. {
  2540. "type": "opencollective",
  2541. "url": "https://opencollective.com/browserslist"
  2542. },
  2543. {
  2544. "type": "tidelift",
  2545. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2546. },
  2547. {
  2548. "type": "github",
  2549. "url": "https://github.com/sponsors/ai"
  2550. }
  2551. ],
  2552. "license": "CC-BY-4.0"
  2553. },
  2554. "node_modules/chalk": {
  2555. "version": "4.1.2",
  2556. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2557. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2558. "dev": true,
  2559. "license": "MIT",
  2560. "dependencies": {
  2561. "ansi-styles": "^4.1.0",
  2562. "supports-color": "^7.1.0"
  2563. },
  2564. "engines": {
  2565. "node": ">=10"
  2566. },
  2567. "funding": {
  2568. "url": "https://github.com/chalk/chalk?sponsor=1"
  2569. }
  2570. },
  2571. "node_modules/client-only": {
  2572. "version": "0.0.1",
  2573. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  2574. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  2575. "license": "MIT"
  2576. },
  2577. "node_modules/clsx": {
  2578. "version": "2.1.1",
  2579. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  2580. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  2581. "license": "MIT",
  2582. "engines": {
  2583. "node": ">=6"
  2584. }
  2585. },
  2586. "node_modules/color-convert": {
  2587. "version": "2.0.1",
  2588. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2589. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2590. "dev": true,
  2591. "license": "MIT",
  2592. "dependencies": {
  2593. "color-name": "~1.1.4"
  2594. },
  2595. "engines": {
  2596. "node": ">=7.0.0"
  2597. }
  2598. },
  2599. "node_modules/color-name": {
  2600. "version": "1.1.4",
  2601. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2602. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2603. "dev": true,
  2604. "license": "MIT"
  2605. },
  2606. "node_modules/concat-map": {
  2607. "version": "0.0.1",
  2608. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2609. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2610. "dev": true,
  2611. "license": "MIT"
  2612. },
  2613. "node_modules/convert-source-map": {
  2614. "version": "2.0.0",
  2615. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2616. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2617. "dev": true,
  2618. "license": "MIT"
  2619. },
  2620. "node_modules/cross-spawn": {
  2621. "version": "7.0.6",
  2622. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2623. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2624. "dev": true,
  2625. "license": "MIT",
  2626. "dependencies": {
  2627. "path-key": "^3.1.0",
  2628. "shebang-command": "^2.0.0",
  2629. "which": "^2.0.1"
  2630. },
  2631. "engines": {
  2632. "node": ">= 8"
  2633. }
  2634. },
  2635. "node_modules/csstype": {
  2636. "version": "3.1.3",
  2637. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  2638. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  2639. "dev": true,
  2640. "license": "MIT"
  2641. },
  2642. "node_modules/damerau-levenshtein": {
  2643. "version": "1.0.8",
  2644. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  2645. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  2646. "dev": true,
  2647. "license": "BSD-2-Clause"
  2648. },
  2649. "node_modules/data-view-buffer": {
  2650. "version": "1.0.2",
  2651. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2652. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2653. "dev": true,
  2654. "license": "MIT",
  2655. "dependencies": {
  2656. "call-bound": "^1.0.3",
  2657. "es-errors": "^1.3.0",
  2658. "is-data-view": "^1.0.2"
  2659. },
  2660. "engines": {
  2661. "node": ">= 0.4"
  2662. },
  2663. "funding": {
  2664. "url": "https://github.com/sponsors/ljharb"
  2665. }
  2666. },
  2667. "node_modules/data-view-byte-length": {
  2668. "version": "1.0.2",
  2669. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2670. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2671. "dev": true,
  2672. "license": "MIT",
  2673. "dependencies": {
  2674. "call-bound": "^1.0.3",
  2675. "es-errors": "^1.3.0",
  2676. "is-data-view": "^1.0.2"
  2677. },
  2678. "engines": {
  2679. "node": ">= 0.4"
  2680. },
  2681. "funding": {
  2682. "url": "https://github.com/sponsors/inspect-js"
  2683. }
  2684. },
  2685. "node_modules/data-view-byte-offset": {
  2686. "version": "1.0.1",
  2687. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2688. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2689. "dev": true,
  2690. "license": "MIT",
  2691. "dependencies": {
  2692. "call-bound": "^1.0.2",
  2693. "es-errors": "^1.3.0",
  2694. "is-data-view": "^1.0.1"
  2695. },
  2696. "engines": {
  2697. "node": ">= 0.4"
  2698. },
  2699. "funding": {
  2700. "url": "https://github.com/sponsors/ljharb"
  2701. }
  2702. },
  2703. "node_modules/debug": {
  2704. "version": "4.4.3",
  2705. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2706. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2707. "dev": true,
  2708. "license": "MIT",
  2709. "dependencies": {
  2710. "ms": "^2.1.3"
  2711. },
  2712. "engines": {
  2713. "node": ">=6.0"
  2714. },
  2715. "peerDependenciesMeta": {
  2716. "supports-color": {
  2717. "optional": true
  2718. }
  2719. }
  2720. },
  2721. "node_modules/deep-is": {
  2722. "version": "0.1.4",
  2723. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2724. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2725. "dev": true,
  2726. "license": "MIT"
  2727. },
  2728. "node_modules/define-data-property": {
  2729. "version": "1.1.4",
  2730. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  2731. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  2732. "dev": true,
  2733. "license": "MIT",
  2734. "dependencies": {
  2735. "es-define-property": "^1.0.0",
  2736. "es-errors": "^1.3.0",
  2737. "gopd": "^1.0.1"
  2738. },
  2739. "engines": {
  2740. "node": ">= 0.4"
  2741. },
  2742. "funding": {
  2743. "url": "https://github.com/sponsors/ljharb"
  2744. }
  2745. },
  2746. "node_modules/define-properties": {
  2747. "version": "1.2.1",
  2748. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  2749. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  2750. "dev": true,
  2751. "license": "MIT",
  2752. "dependencies": {
  2753. "define-data-property": "^1.0.1",
  2754. "has-property-descriptors": "^1.0.0",
  2755. "object-keys": "^1.1.1"
  2756. },
  2757. "engines": {
  2758. "node": ">= 0.4"
  2759. },
  2760. "funding": {
  2761. "url": "https://github.com/sponsors/ljharb"
  2762. }
  2763. },
  2764. "node_modules/detect-libc": {
  2765. "version": "2.1.2",
  2766. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2767. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2768. "devOptional": true,
  2769. "license": "Apache-2.0",
  2770. "engines": {
  2771. "node": ">=8"
  2772. }
  2773. },
  2774. "node_modules/doctrine": {
  2775. "version": "2.1.0",
  2776. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2777. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2778. "dev": true,
  2779. "license": "Apache-2.0",
  2780. "dependencies": {
  2781. "esutils": "^2.0.2"
  2782. },
  2783. "engines": {
  2784. "node": ">=0.10.0"
  2785. }
  2786. },
  2787. "node_modules/dunder-proto": {
  2788. "version": "1.0.1",
  2789. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2790. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2791. "dev": true,
  2792. "license": "MIT",
  2793. "dependencies": {
  2794. "call-bind-apply-helpers": "^1.0.1",
  2795. "es-errors": "^1.3.0",
  2796. "gopd": "^1.2.0"
  2797. },
  2798. "engines": {
  2799. "node": ">= 0.4"
  2800. }
  2801. },
  2802. "node_modules/electron-to-chromium": {
  2803. "version": "1.5.241",
  2804. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.241.tgz",
  2805. "integrity": "sha512-ILMvKX/ZV5WIJzzdtuHg8xquk2y0BOGlFOxBVwTpbiXqWIH0hamG45ddU4R3PQ0gYu+xgo0vdHXHli9sHIGb4w==",
  2806. "dev": true,
  2807. "license": "ISC"
  2808. },
  2809. "node_modules/emoji-regex": {
  2810. "version": "9.2.2",
  2811. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  2812. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  2813. "dev": true,
  2814. "license": "MIT"
  2815. },
  2816. "node_modules/enhanced-resolve": {
  2817. "version": "5.18.3",
  2818. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  2819. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  2820. "dev": true,
  2821. "license": "MIT",
  2822. "dependencies": {
  2823. "graceful-fs": "^4.2.4",
  2824. "tapable": "^2.2.0"
  2825. },
  2826. "engines": {
  2827. "node": ">=10.13.0"
  2828. }
  2829. },
  2830. "node_modules/es-abstract": {
  2831. "version": "1.24.0",
  2832. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
  2833. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  2834. "dev": true,
  2835. "license": "MIT",
  2836. "dependencies": {
  2837. "array-buffer-byte-length": "^1.0.2",
  2838. "arraybuffer.prototype.slice": "^1.0.4",
  2839. "available-typed-arrays": "^1.0.7",
  2840. "call-bind": "^1.0.8",
  2841. "call-bound": "^1.0.4",
  2842. "data-view-buffer": "^1.0.2",
  2843. "data-view-byte-length": "^1.0.2",
  2844. "data-view-byte-offset": "^1.0.1",
  2845. "es-define-property": "^1.0.1",
  2846. "es-errors": "^1.3.0",
  2847. "es-object-atoms": "^1.1.1",
  2848. "es-set-tostringtag": "^2.1.0",
  2849. "es-to-primitive": "^1.3.0",
  2850. "function.prototype.name": "^1.1.8",
  2851. "get-intrinsic": "^1.3.0",
  2852. "get-proto": "^1.0.1",
  2853. "get-symbol-description": "^1.1.0",
  2854. "globalthis": "^1.0.4",
  2855. "gopd": "^1.2.0",
  2856. "has-property-descriptors": "^1.0.2",
  2857. "has-proto": "^1.2.0",
  2858. "has-symbols": "^1.1.0",
  2859. "hasown": "^2.0.2",
  2860. "internal-slot": "^1.1.0",
  2861. "is-array-buffer": "^3.0.5",
  2862. "is-callable": "^1.2.7",
  2863. "is-data-view": "^1.0.2",
  2864. "is-negative-zero": "^2.0.3",
  2865. "is-regex": "^1.2.1",
  2866. "is-set": "^2.0.3",
  2867. "is-shared-array-buffer": "^1.0.4",
  2868. "is-string": "^1.1.1",
  2869. "is-typed-array": "^1.1.15",
  2870. "is-weakref": "^1.1.1",
  2871. "math-intrinsics": "^1.1.0",
  2872. "object-inspect": "^1.13.4",
  2873. "object-keys": "^1.1.1",
  2874. "object.assign": "^4.1.7",
  2875. "own-keys": "^1.0.1",
  2876. "regexp.prototype.flags": "^1.5.4",
  2877. "safe-array-concat": "^1.1.3",
  2878. "safe-push-apply": "^1.0.0",
  2879. "safe-regex-test": "^1.1.0",
  2880. "set-proto": "^1.0.0",
  2881. "stop-iteration-iterator": "^1.1.0",
  2882. "string.prototype.trim": "^1.2.10",
  2883. "string.prototype.trimend": "^1.0.9",
  2884. "string.prototype.trimstart": "^1.0.8",
  2885. "typed-array-buffer": "^1.0.3",
  2886. "typed-array-byte-length": "^1.0.3",
  2887. "typed-array-byte-offset": "^1.0.4",
  2888. "typed-array-length": "^1.0.7",
  2889. "unbox-primitive": "^1.1.0",
  2890. "which-typed-array": "^1.1.19"
  2891. },
  2892. "engines": {
  2893. "node": ">= 0.4"
  2894. },
  2895. "funding": {
  2896. "url": "https://github.com/sponsors/ljharb"
  2897. }
  2898. },
  2899. "node_modules/es-define-property": {
  2900. "version": "1.0.1",
  2901. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  2902. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2903. "dev": true,
  2904. "license": "MIT",
  2905. "engines": {
  2906. "node": ">= 0.4"
  2907. }
  2908. },
  2909. "node_modules/es-errors": {
  2910. "version": "1.3.0",
  2911. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  2912. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2913. "dev": true,
  2914. "license": "MIT",
  2915. "engines": {
  2916. "node": ">= 0.4"
  2917. }
  2918. },
  2919. "node_modules/es-iterator-helpers": {
  2920. "version": "1.2.1",
  2921. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  2922. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  2923. "dev": true,
  2924. "license": "MIT",
  2925. "dependencies": {
  2926. "call-bind": "^1.0.8",
  2927. "call-bound": "^1.0.3",
  2928. "define-properties": "^1.2.1",
  2929. "es-abstract": "^1.23.6",
  2930. "es-errors": "^1.3.0",
  2931. "es-set-tostringtag": "^2.0.3",
  2932. "function-bind": "^1.1.2",
  2933. "get-intrinsic": "^1.2.6",
  2934. "globalthis": "^1.0.4",
  2935. "gopd": "^1.2.0",
  2936. "has-property-descriptors": "^1.0.2",
  2937. "has-proto": "^1.2.0",
  2938. "has-symbols": "^1.1.0",
  2939. "internal-slot": "^1.1.0",
  2940. "iterator.prototype": "^1.1.4",
  2941. "safe-array-concat": "^1.1.3"
  2942. },
  2943. "engines": {
  2944. "node": ">= 0.4"
  2945. }
  2946. },
  2947. "node_modules/es-object-atoms": {
  2948. "version": "1.1.1",
  2949. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2950. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2951. "dev": true,
  2952. "license": "MIT",
  2953. "dependencies": {
  2954. "es-errors": "^1.3.0"
  2955. },
  2956. "engines": {
  2957. "node": ">= 0.4"
  2958. }
  2959. },
  2960. "node_modules/es-set-tostringtag": {
  2961. "version": "2.1.0",
  2962. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2963. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2964. "dev": true,
  2965. "license": "MIT",
  2966. "dependencies": {
  2967. "es-errors": "^1.3.0",
  2968. "get-intrinsic": "^1.2.6",
  2969. "has-tostringtag": "^1.0.2",
  2970. "hasown": "^2.0.2"
  2971. },
  2972. "engines": {
  2973. "node": ">= 0.4"
  2974. }
  2975. },
  2976. "node_modules/es-shim-unscopables": {
  2977. "version": "1.1.0",
  2978. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  2979. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  2980. "dev": true,
  2981. "license": "MIT",
  2982. "dependencies": {
  2983. "hasown": "^2.0.2"
  2984. },
  2985. "engines": {
  2986. "node": ">= 0.4"
  2987. }
  2988. },
  2989. "node_modules/es-to-primitive": {
  2990. "version": "1.3.0",
  2991. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  2992. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  2993. "dev": true,
  2994. "license": "MIT",
  2995. "dependencies": {
  2996. "is-callable": "^1.2.7",
  2997. "is-date-object": "^1.0.5",
  2998. "is-symbol": "^1.0.4"
  2999. },
  3000. "engines": {
  3001. "node": ">= 0.4"
  3002. },
  3003. "funding": {
  3004. "url": "https://github.com/sponsors/ljharb"
  3005. }
  3006. },
  3007. "node_modules/escalade": {
  3008. "version": "3.2.0",
  3009. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  3010. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3011. "dev": true,
  3012. "license": "MIT",
  3013. "engines": {
  3014. "node": ">=6"
  3015. }
  3016. },
  3017. "node_modules/escape-string-regexp": {
  3018. "version": "4.0.0",
  3019. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3020. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3021. "dev": true,
  3022. "license": "MIT",
  3023. "engines": {
  3024. "node": ">=10"
  3025. },
  3026. "funding": {
  3027. "url": "https://github.com/sponsors/sindresorhus"
  3028. }
  3029. },
  3030. "node_modules/eslint": {
  3031. "version": "9.38.0",
  3032. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
  3033. "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
  3034. "dev": true,
  3035. "license": "MIT",
  3036. "dependencies": {
  3037. "@eslint-community/eslint-utils": "^4.8.0",
  3038. "@eslint-community/regexpp": "^4.12.1",
  3039. "@eslint/config-array": "^0.21.1",
  3040. "@eslint/config-helpers": "^0.4.1",
  3041. "@eslint/core": "^0.16.0",
  3042. "@eslint/eslintrc": "^3.3.1",
  3043. "@eslint/js": "9.38.0",
  3044. "@eslint/plugin-kit": "^0.4.0",
  3045. "@humanfs/node": "^0.16.6",
  3046. "@humanwhocodes/module-importer": "^1.0.1",
  3047. "@humanwhocodes/retry": "^0.4.2",
  3048. "@types/estree": "^1.0.6",
  3049. "ajv": "^6.12.4",
  3050. "chalk": "^4.0.0",
  3051. "cross-spawn": "^7.0.6",
  3052. "debug": "^4.3.2",
  3053. "escape-string-regexp": "^4.0.0",
  3054. "eslint-scope": "^8.4.0",
  3055. "eslint-visitor-keys": "^4.2.1",
  3056. "espree": "^10.4.0",
  3057. "esquery": "^1.5.0",
  3058. "esutils": "^2.0.2",
  3059. "fast-deep-equal": "^3.1.3",
  3060. "file-entry-cache": "^8.0.0",
  3061. "find-up": "^5.0.0",
  3062. "glob-parent": "^6.0.2",
  3063. "ignore": "^5.2.0",
  3064. "imurmurhash": "^0.1.4",
  3065. "is-glob": "^4.0.0",
  3066. "json-stable-stringify-without-jsonify": "^1.0.1",
  3067. "lodash.merge": "^4.6.2",
  3068. "minimatch": "^3.1.2",
  3069. "natural-compare": "^1.4.0",
  3070. "optionator": "^0.9.3"
  3071. },
  3072. "bin": {
  3073. "eslint": "bin/eslint.js"
  3074. },
  3075. "engines": {
  3076. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3077. },
  3078. "funding": {
  3079. "url": "https://eslint.org/donate"
  3080. },
  3081. "peerDependencies": {
  3082. "jiti": "*"
  3083. },
  3084. "peerDependenciesMeta": {
  3085. "jiti": {
  3086. "optional": true
  3087. }
  3088. }
  3089. },
  3090. "node_modules/eslint-config-next": {
  3091. "version": "16.0.0",
  3092. "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.0.0.tgz",
  3093. "integrity": "sha512-DWKT1YAO9ex2rK0/EeiPpKU++ghTiG59z6m08/ReLRECOYIaEv17maSCYT8zmFQLwIrY5lhJ+iaJPQdT4sJd4g==",
  3094. "dev": true,
  3095. "license": "MIT",
  3096. "dependencies": {
  3097. "@next/eslint-plugin-next": "16.0.0",
  3098. "eslint-import-resolver-node": "^0.3.6",
  3099. "eslint-import-resolver-typescript": "^3.5.2",
  3100. "eslint-plugin-import": "^2.32.0",
  3101. "eslint-plugin-jsx-a11y": "^6.10.0",
  3102. "eslint-plugin-react": "^7.37.0",
  3103. "eslint-plugin-react-hooks": "^7.0.0",
  3104. "globals": "16.4.0",
  3105. "typescript-eslint": "^8.46.0"
  3106. },
  3107. "peerDependencies": {
  3108. "eslint": ">=9.0.0",
  3109. "typescript": ">=3.3.1"
  3110. },
  3111. "peerDependenciesMeta": {
  3112. "typescript": {
  3113. "optional": true
  3114. }
  3115. }
  3116. },
  3117. "node_modules/eslint-config-next/node_modules/globals": {
  3118. "version": "16.4.0",
  3119. "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
  3120. "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
  3121. "dev": true,
  3122. "license": "MIT",
  3123. "engines": {
  3124. "node": ">=18"
  3125. },
  3126. "funding": {
  3127. "url": "https://github.com/sponsors/sindresorhus"
  3128. }
  3129. },
  3130. "node_modules/eslint-import-resolver-node": {
  3131. "version": "0.3.9",
  3132. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  3133. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  3134. "dev": true,
  3135. "license": "MIT",
  3136. "dependencies": {
  3137. "debug": "^3.2.7",
  3138. "is-core-module": "^2.13.0",
  3139. "resolve": "^1.22.4"
  3140. }
  3141. },
  3142. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3143. "version": "3.2.7",
  3144. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3145. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3146. "dev": true,
  3147. "license": "MIT",
  3148. "dependencies": {
  3149. "ms": "^2.1.1"
  3150. }
  3151. },
  3152. "node_modules/eslint-import-resolver-typescript": {
  3153. "version": "3.10.1",
  3154. "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
  3155. "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
  3156. "dev": true,
  3157. "license": "ISC",
  3158. "dependencies": {
  3159. "@nolyfill/is-core-module": "1.0.39",
  3160. "debug": "^4.4.0",
  3161. "get-tsconfig": "^4.10.0",
  3162. "is-bun-module": "^2.0.0",
  3163. "stable-hash": "^0.0.5",
  3164. "tinyglobby": "^0.2.13",
  3165. "unrs-resolver": "^1.6.2"
  3166. },
  3167. "engines": {
  3168. "node": "^14.18.0 || >=16.0.0"
  3169. },
  3170. "funding": {
  3171. "url": "https://opencollective.com/eslint-import-resolver-typescript"
  3172. },
  3173. "peerDependencies": {
  3174. "eslint": "*",
  3175. "eslint-plugin-import": "*",
  3176. "eslint-plugin-import-x": "*"
  3177. },
  3178. "peerDependenciesMeta": {
  3179. "eslint-plugin-import": {
  3180. "optional": true
  3181. },
  3182. "eslint-plugin-import-x": {
  3183. "optional": true
  3184. }
  3185. }
  3186. },
  3187. "node_modules/eslint-module-utils": {
  3188. "version": "2.12.1",
  3189. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  3190. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  3191. "dev": true,
  3192. "license": "MIT",
  3193. "dependencies": {
  3194. "debug": "^3.2.7"
  3195. },
  3196. "engines": {
  3197. "node": ">=4"
  3198. },
  3199. "peerDependenciesMeta": {
  3200. "eslint": {
  3201. "optional": true
  3202. }
  3203. }
  3204. },
  3205. "node_modules/eslint-module-utils/node_modules/debug": {
  3206. "version": "3.2.7",
  3207. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3208. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3209. "dev": true,
  3210. "license": "MIT",
  3211. "dependencies": {
  3212. "ms": "^2.1.1"
  3213. }
  3214. },
  3215. "node_modules/eslint-plugin-import": {
  3216. "version": "2.32.0",
  3217. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  3218. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  3219. "dev": true,
  3220. "license": "MIT",
  3221. "dependencies": {
  3222. "@rtsao/scc": "^1.1.0",
  3223. "array-includes": "^3.1.9",
  3224. "array.prototype.findlastindex": "^1.2.6",
  3225. "array.prototype.flat": "^1.3.3",
  3226. "array.prototype.flatmap": "^1.3.3",
  3227. "debug": "^3.2.7",
  3228. "doctrine": "^2.1.0",
  3229. "eslint-import-resolver-node": "^0.3.9",
  3230. "eslint-module-utils": "^2.12.1",
  3231. "hasown": "^2.0.2",
  3232. "is-core-module": "^2.16.1",
  3233. "is-glob": "^4.0.3",
  3234. "minimatch": "^3.1.2",
  3235. "object.fromentries": "^2.0.8",
  3236. "object.groupby": "^1.0.3",
  3237. "object.values": "^1.2.1",
  3238. "semver": "^6.3.1",
  3239. "string.prototype.trimend": "^1.0.9",
  3240. "tsconfig-paths": "^3.15.0"
  3241. },
  3242. "engines": {
  3243. "node": ">=4"
  3244. },
  3245. "peerDependencies": {
  3246. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  3247. }
  3248. },
  3249. "node_modules/eslint-plugin-import/node_modules/debug": {
  3250. "version": "3.2.7",
  3251. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3252. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3253. "dev": true,
  3254. "license": "MIT",
  3255. "dependencies": {
  3256. "ms": "^2.1.1"
  3257. }
  3258. },
  3259. "node_modules/eslint-plugin-jsx-a11y": {
  3260. "version": "6.10.2",
  3261. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  3262. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  3263. "dev": true,
  3264. "license": "MIT",
  3265. "dependencies": {
  3266. "aria-query": "^5.3.2",
  3267. "array-includes": "^3.1.8",
  3268. "array.prototype.flatmap": "^1.3.2",
  3269. "ast-types-flow": "^0.0.8",
  3270. "axe-core": "^4.10.0",
  3271. "axobject-query": "^4.1.0",
  3272. "damerau-levenshtein": "^1.0.8",
  3273. "emoji-regex": "^9.2.2",
  3274. "hasown": "^2.0.2",
  3275. "jsx-ast-utils": "^3.3.5",
  3276. "language-tags": "^1.0.9",
  3277. "minimatch": "^3.1.2",
  3278. "object.fromentries": "^2.0.8",
  3279. "safe-regex-test": "^1.0.3",
  3280. "string.prototype.includes": "^2.0.1"
  3281. },
  3282. "engines": {
  3283. "node": ">=4.0"
  3284. },
  3285. "peerDependencies": {
  3286. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  3287. }
  3288. },
  3289. "node_modules/eslint-plugin-react": {
  3290. "version": "7.37.5",
  3291. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  3292. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  3293. "dev": true,
  3294. "license": "MIT",
  3295. "dependencies": {
  3296. "array-includes": "^3.1.8",
  3297. "array.prototype.findlast": "^1.2.5",
  3298. "array.prototype.flatmap": "^1.3.3",
  3299. "array.prototype.tosorted": "^1.1.4",
  3300. "doctrine": "^2.1.0",
  3301. "es-iterator-helpers": "^1.2.1",
  3302. "estraverse": "^5.3.0",
  3303. "hasown": "^2.0.2",
  3304. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3305. "minimatch": "^3.1.2",
  3306. "object.entries": "^1.1.9",
  3307. "object.fromentries": "^2.0.8",
  3308. "object.values": "^1.2.1",
  3309. "prop-types": "^15.8.1",
  3310. "resolve": "^2.0.0-next.5",
  3311. "semver": "^6.3.1",
  3312. "string.prototype.matchall": "^4.0.12",
  3313. "string.prototype.repeat": "^1.0.0"
  3314. },
  3315. "engines": {
  3316. "node": ">=4"
  3317. },
  3318. "peerDependencies": {
  3319. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  3320. }
  3321. },
  3322. "node_modules/eslint-plugin-react-hooks": {
  3323. "version": "7.0.1",
  3324. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
  3325. "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
  3326. "dev": true,
  3327. "license": "MIT",
  3328. "dependencies": {
  3329. "@babel/core": "^7.24.4",
  3330. "@babel/parser": "^7.24.4",
  3331. "hermes-parser": "^0.25.1",
  3332. "zod": "^3.25.0 || ^4.0.0",
  3333. "zod-validation-error": "^3.5.0 || ^4.0.0"
  3334. },
  3335. "engines": {
  3336. "node": ">=18"
  3337. },
  3338. "peerDependencies": {
  3339. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  3340. }
  3341. },
  3342. "node_modules/eslint-plugin-react/node_modules/resolve": {
  3343. "version": "2.0.0-next.5",
  3344. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  3345. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  3346. "dev": true,
  3347. "license": "MIT",
  3348. "dependencies": {
  3349. "is-core-module": "^2.13.0",
  3350. "path-parse": "^1.0.7",
  3351. "supports-preserve-symlinks-flag": "^1.0.0"
  3352. },
  3353. "bin": {
  3354. "resolve": "bin/resolve"
  3355. },
  3356. "funding": {
  3357. "url": "https://github.com/sponsors/ljharb"
  3358. }
  3359. },
  3360. "node_modules/eslint-scope": {
  3361. "version": "8.4.0",
  3362. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  3363. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  3364. "dev": true,
  3365. "license": "BSD-2-Clause",
  3366. "dependencies": {
  3367. "esrecurse": "^4.3.0",
  3368. "estraverse": "^5.2.0"
  3369. },
  3370. "engines": {
  3371. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3372. },
  3373. "funding": {
  3374. "url": "https://opencollective.com/eslint"
  3375. }
  3376. },
  3377. "node_modules/eslint-visitor-keys": {
  3378. "version": "4.2.1",
  3379. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3380. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3381. "dev": true,
  3382. "license": "Apache-2.0",
  3383. "engines": {
  3384. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3385. },
  3386. "funding": {
  3387. "url": "https://opencollective.com/eslint"
  3388. }
  3389. },
  3390. "node_modules/espree": {
  3391. "version": "10.4.0",
  3392. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  3393. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  3394. "dev": true,
  3395. "license": "BSD-2-Clause",
  3396. "dependencies": {
  3397. "acorn": "^8.15.0",
  3398. "acorn-jsx": "^5.3.2",
  3399. "eslint-visitor-keys": "^4.2.1"
  3400. },
  3401. "engines": {
  3402. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3403. },
  3404. "funding": {
  3405. "url": "https://opencollective.com/eslint"
  3406. }
  3407. },
  3408. "node_modules/esquery": {
  3409. "version": "1.6.0",
  3410. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  3411. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3412. "dev": true,
  3413. "license": "BSD-3-Clause",
  3414. "dependencies": {
  3415. "estraverse": "^5.1.0"
  3416. },
  3417. "engines": {
  3418. "node": ">=0.10"
  3419. }
  3420. },
  3421. "node_modules/esrecurse": {
  3422. "version": "4.3.0",
  3423. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3424. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3425. "dev": true,
  3426. "license": "BSD-2-Clause",
  3427. "dependencies": {
  3428. "estraverse": "^5.2.0"
  3429. },
  3430. "engines": {
  3431. "node": ">=4.0"
  3432. }
  3433. },
  3434. "node_modules/estraverse": {
  3435. "version": "5.3.0",
  3436. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3437. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3438. "dev": true,
  3439. "license": "BSD-2-Clause",
  3440. "engines": {
  3441. "node": ">=4.0"
  3442. }
  3443. },
  3444. "node_modules/esutils": {
  3445. "version": "2.0.3",
  3446. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3447. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3448. "dev": true,
  3449. "license": "BSD-2-Clause",
  3450. "engines": {
  3451. "node": ">=0.10.0"
  3452. }
  3453. },
  3454. "node_modules/fast-deep-equal": {
  3455. "version": "3.1.3",
  3456. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3457. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3458. "dev": true,
  3459. "license": "MIT"
  3460. },
  3461. "node_modules/fast-glob": {
  3462. "version": "3.3.1",
  3463. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
  3464. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  3465. "dev": true,
  3466. "license": "MIT",
  3467. "dependencies": {
  3468. "@nodelib/fs.stat": "^2.0.2",
  3469. "@nodelib/fs.walk": "^1.2.3",
  3470. "glob-parent": "^5.1.2",
  3471. "merge2": "^1.3.0",
  3472. "micromatch": "^4.0.4"
  3473. },
  3474. "engines": {
  3475. "node": ">=8.6.0"
  3476. }
  3477. },
  3478. "node_modules/fast-glob/node_modules/glob-parent": {
  3479. "version": "5.1.2",
  3480. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3481. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3482. "dev": true,
  3483. "license": "ISC",
  3484. "dependencies": {
  3485. "is-glob": "^4.0.1"
  3486. },
  3487. "engines": {
  3488. "node": ">= 6"
  3489. }
  3490. },
  3491. "node_modules/fast-json-stable-stringify": {
  3492. "version": "2.1.0",
  3493. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3494. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3495. "dev": true,
  3496. "license": "MIT"
  3497. },
  3498. "node_modules/fast-levenshtein": {
  3499. "version": "2.0.6",
  3500. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3501. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3502. "dev": true,
  3503. "license": "MIT"
  3504. },
  3505. "node_modules/fastq": {
  3506. "version": "1.19.1",
  3507. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
  3508. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  3509. "dev": true,
  3510. "license": "ISC",
  3511. "dependencies": {
  3512. "reusify": "^1.0.4"
  3513. }
  3514. },
  3515. "node_modules/file-entry-cache": {
  3516. "version": "8.0.0",
  3517. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3518. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3519. "dev": true,
  3520. "license": "MIT",
  3521. "dependencies": {
  3522. "flat-cache": "^4.0.0"
  3523. },
  3524. "engines": {
  3525. "node": ">=16.0.0"
  3526. }
  3527. },
  3528. "node_modules/fill-range": {
  3529. "version": "7.1.1",
  3530. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3531. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3532. "dev": true,
  3533. "license": "MIT",
  3534. "dependencies": {
  3535. "to-regex-range": "^5.0.1"
  3536. },
  3537. "engines": {
  3538. "node": ">=8"
  3539. }
  3540. },
  3541. "node_modules/find-up": {
  3542. "version": "5.0.0",
  3543. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3544. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3545. "dev": true,
  3546. "license": "MIT",
  3547. "dependencies": {
  3548. "locate-path": "^6.0.0",
  3549. "path-exists": "^4.0.0"
  3550. },
  3551. "engines": {
  3552. "node": ">=10"
  3553. },
  3554. "funding": {
  3555. "url": "https://github.com/sponsors/sindresorhus"
  3556. }
  3557. },
  3558. "node_modules/flat-cache": {
  3559. "version": "4.0.1",
  3560. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  3561. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  3562. "dev": true,
  3563. "license": "MIT",
  3564. "dependencies": {
  3565. "flatted": "^3.2.9",
  3566. "keyv": "^4.5.4"
  3567. },
  3568. "engines": {
  3569. "node": ">=16"
  3570. }
  3571. },
  3572. "node_modules/flatted": {
  3573. "version": "3.3.3",
  3574. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  3575. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  3576. "dev": true,
  3577. "license": "ISC"
  3578. },
  3579. "node_modules/for-each": {
  3580. "version": "0.3.5",
  3581. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3582. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3583. "dev": true,
  3584. "license": "MIT",
  3585. "dependencies": {
  3586. "is-callable": "^1.2.7"
  3587. },
  3588. "engines": {
  3589. "node": ">= 0.4"
  3590. },
  3591. "funding": {
  3592. "url": "https://github.com/sponsors/ljharb"
  3593. }
  3594. },
  3595. "node_modules/function-bind": {
  3596. "version": "1.1.2",
  3597. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3598. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3599. "dev": true,
  3600. "license": "MIT",
  3601. "funding": {
  3602. "url": "https://github.com/sponsors/ljharb"
  3603. }
  3604. },
  3605. "node_modules/function.prototype.name": {
  3606. "version": "1.1.8",
  3607. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  3608. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  3609. "dev": true,
  3610. "license": "MIT",
  3611. "dependencies": {
  3612. "call-bind": "^1.0.8",
  3613. "call-bound": "^1.0.3",
  3614. "define-properties": "^1.2.1",
  3615. "functions-have-names": "^1.2.3",
  3616. "hasown": "^2.0.2",
  3617. "is-callable": "^1.2.7"
  3618. },
  3619. "engines": {
  3620. "node": ">= 0.4"
  3621. },
  3622. "funding": {
  3623. "url": "https://github.com/sponsors/ljharb"
  3624. }
  3625. },
  3626. "node_modules/functions-have-names": {
  3627. "version": "1.2.3",
  3628. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3629. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3630. "dev": true,
  3631. "license": "MIT",
  3632. "funding": {
  3633. "url": "https://github.com/sponsors/ljharb"
  3634. }
  3635. },
  3636. "node_modules/generator-function": {
  3637. "version": "2.0.1",
  3638. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  3639. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3640. "dev": true,
  3641. "license": "MIT",
  3642. "engines": {
  3643. "node": ">= 0.4"
  3644. }
  3645. },
  3646. "node_modules/gensync": {
  3647. "version": "1.0.0-beta.2",
  3648. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  3649. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  3650. "dev": true,
  3651. "license": "MIT",
  3652. "engines": {
  3653. "node": ">=6.9.0"
  3654. }
  3655. },
  3656. "node_modules/get-intrinsic": {
  3657. "version": "1.3.0",
  3658. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3659. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3660. "dev": true,
  3661. "license": "MIT",
  3662. "dependencies": {
  3663. "call-bind-apply-helpers": "^1.0.2",
  3664. "es-define-property": "^1.0.1",
  3665. "es-errors": "^1.3.0",
  3666. "es-object-atoms": "^1.1.1",
  3667. "function-bind": "^1.1.2",
  3668. "get-proto": "^1.0.1",
  3669. "gopd": "^1.2.0",
  3670. "has-symbols": "^1.1.0",
  3671. "hasown": "^2.0.2",
  3672. "math-intrinsics": "^1.1.0"
  3673. },
  3674. "engines": {
  3675. "node": ">= 0.4"
  3676. },
  3677. "funding": {
  3678. "url": "https://github.com/sponsors/ljharb"
  3679. }
  3680. },
  3681. "node_modules/get-proto": {
  3682. "version": "1.0.1",
  3683. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3684. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3685. "dev": true,
  3686. "license": "MIT",
  3687. "dependencies": {
  3688. "dunder-proto": "^1.0.1",
  3689. "es-object-atoms": "^1.0.0"
  3690. },
  3691. "engines": {
  3692. "node": ">= 0.4"
  3693. }
  3694. },
  3695. "node_modules/get-symbol-description": {
  3696. "version": "1.1.0",
  3697. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3698. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3699. "dev": true,
  3700. "license": "MIT",
  3701. "dependencies": {
  3702. "call-bound": "^1.0.3",
  3703. "es-errors": "^1.3.0",
  3704. "get-intrinsic": "^1.2.6"
  3705. },
  3706. "engines": {
  3707. "node": ">= 0.4"
  3708. },
  3709. "funding": {
  3710. "url": "https://github.com/sponsors/ljharb"
  3711. }
  3712. },
  3713. "node_modules/get-tsconfig": {
  3714. "version": "4.13.0",
  3715. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz",
  3716. "integrity": "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==",
  3717. "dev": true,
  3718. "license": "MIT",
  3719. "dependencies": {
  3720. "resolve-pkg-maps": "^1.0.0"
  3721. },
  3722. "funding": {
  3723. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  3724. }
  3725. },
  3726. "node_modules/glob-parent": {
  3727. "version": "6.0.2",
  3728. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3729. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3730. "dev": true,
  3731. "license": "ISC",
  3732. "dependencies": {
  3733. "is-glob": "^4.0.3"
  3734. },
  3735. "engines": {
  3736. "node": ">=10.13.0"
  3737. }
  3738. },
  3739. "node_modules/globals": {
  3740. "version": "14.0.0",
  3741. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  3742. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  3743. "dev": true,
  3744. "license": "MIT",
  3745. "engines": {
  3746. "node": ">=18"
  3747. },
  3748. "funding": {
  3749. "url": "https://github.com/sponsors/sindresorhus"
  3750. }
  3751. },
  3752. "node_modules/globalthis": {
  3753. "version": "1.0.4",
  3754. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  3755. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  3756. "dev": true,
  3757. "license": "MIT",
  3758. "dependencies": {
  3759. "define-properties": "^1.2.1",
  3760. "gopd": "^1.0.1"
  3761. },
  3762. "engines": {
  3763. "node": ">= 0.4"
  3764. },
  3765. "funding": {
  3766. "url": "https://github.com/sponsors/ljharb"
  3767. }
  3768. },
  3769. "node_modules/gopd": {
  3770. "version": "1.2.0",
  3771. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  3772. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3773. "dev": true,
  3774. "license": "MIT",
  3775. "engines": {
  3776. "node": ">= 0.4"
  3777. },
  3778. "funding": {
  3779. "url": "https://github.com/sponsors/ljharb"
  3780. }
  3781. },
  3782. "node_modules/graceful-fs": {
  3783. "version": "4.2.11",
  3784. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3785. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3786. "dev": true,
  3787. "license": "ISC"
  3788. },
  3789. "node_modules/graphemer": {
  3790. "version": "1.4.0",
  3791. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  3792. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  3793. "dev": true,
  3794. "license": "MIT"
  3795. },
  3796. "node_modules/has-bigints": {
  3797. "version": "1.1.0",
  3798. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  3799. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  3800. "dev": true,
  3801. "license": "MIT",
  3802. "engines": {
  3803. "node": ">= 0.4"
  3804. },
  3805. "funding": {
  3806. "url": "https://github.com/sponsors/ljharb"
  3807. }
  3808. },
  3809. "node_modules/has-flag": {
  3810. "version": "4.0.0",
  3811. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3812. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3813. "dev": true,
  3814. "license": "MIT",
  3815. "engines": {
  3816. "node": ">=8"
  3817. }
  3818. },
  3819. "node_modules/has-property-descriptors": {
  3820. "version": "1.0.2",
  3821. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  3822. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  3823. "dev": true,
  3824. "license": "MIT",
  3825. "dependencies": {
  3826. "es-define-property": "^1.0.0"
  3827. },
  3828. "funding": {
  3829. "url": "https://github.com/sponsors/ljharb"
  3830. }
  3831. },
  3832. "node_modules/has-proto": {
  3833. "version": "1.2.0",
  3834. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  3835. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  3836. "dev": true,
  3837. "license": "MIT",
  3838. "dependencies": {
  3839. "dunder-proto": "^1.0.0"
  3840. },
  3841. "engines": {
  3842. "node": ">= 0.4"
  3843. },
  3844. "funding": {
  3845. "url": "https://github.com/sponsors/ljharb"
  3846. }
  3847. },
  3848. "node_modules/has-symbols": {
  3849. "version": "1.1.0",
  3850. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  3851. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3852. "dev": true,
  3853. "license": "MIT",
  3854. "engines": {
  3855. "node": ">= 0.4"
  3856. },
  3857. "funding": {
  3858. "url": "https://github.com/sponsors/ljharb"
  3859. }
  3860. },
  3861. "node_modules/has-tostringtag": {
  3862. "version": "1.0.2",
  3863. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3864. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3865. "dev": true,
  3866. "license": "MIT",
  3867. "dependencies": {
  3868. "has-symbols": "^1.0.3"
  3869. },
  3870. "engines": {
  3871. "node": ">= 0.4"
  3872. },
  3873. "funding": {
  3874. "url": "https://github.com/sponsors/ljharb"
  3875. }
  3876. },
  3877. "node_modules/hasown": {
  3878. "version": "2.0.2",
  3879. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3880. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3881. "dev": true,
  3882. "license": "MIT",
  3883. "dependencies": {
  3884. "function-bind": "^1.1.2"
  3885. },
  3886. "engines": {
  3887. "node": ">= 0.4"
  3888. }
  3889. },
  3890. "node_modules/hermes-estree": {
  3891. "version": "0.25.1",
  3892. "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
  3893. "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
  3894. "dev": true,
  3895. "license": "MIT"
  3896. },
  3897. "node_modules/hermes-parser": {
  3898. "version": "0.25.1",
  3899. "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
  3900. "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
  3901. "dev": true,
  3902. "license": "MIT",
  3903. "dependencies": {
  3904. "hermes-estree": "0.25.1"
  3905. }
  3906. },
  3907. "node_modules/ignore": {
  3908. "version": "5.3.2",
  3909. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3910. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3911. "dev": true,
  3912. "license": "MIT",
  3913. "engines": {
  3914. "node": ">= 4"
  3915. }
  3916. },
  3917. "node_modules/import-fresh": {
  3918. "version": "3.3.1",
  3919. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  3920. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  3921. "dev": true,
  3922. "license": "MIT",
  3923. "dependencies": {
  3924. "parent-module": "^1.0.0",
  3925. "resolve-from": "^4.0.0"
  3926. },
  3927. "engines": {
  3928. "node": ">=6"
  3929. },
  3930. "funding": {
  3931. "url": "https://github.com/sponsors/sindresorhus"
  3932. }
  3933. },
  3934. "node_modules/imurmurhash": {
  3935. "version": "0.1.4",
  3936. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3937. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3938. "dev": true,
  3939. "license": "MIT",
  3940. "engines": {
  3941. "node": ">=0.8.19"
  3942. }
  3943. },
  3944. "node_modules/internal-slot": {
  3945. "version": "1.1.0",
  3946. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  3947. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  3948. "dev": true,
  3949. "license": "MIT",
  3950. "dependencies": {
  3951. "es-errors": "^1.3.0",
  3952. "hasown": "^2.0.2",
  3953. "side-channel": "^1.1.0"
  3954. },
  3955. "engines": {
  3956. "node": ">= 0.4"
  3957. }
  3958. },
  3959. "node_modules/is-array-buffer": {
  3960. "version": "3.0.5",
  3961. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  3962. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  3963. "dev": true,
  3964. "license": "MIT",
  3965. "dependencies": {
  3966. "call-bind": "^1.0.8",
  3967. "call-bound": "^1.0.3",
  3968. "get-intrinsic": "^1.2.6"
  3969. },
  3970. "engines": {
  3971. "node": ">= 0.4"
  3972. },
  3973. "funding": {
  3974. "url": "https://github.com/sponsors/ljharb"
  3975. }
  3976. },
  3977. "node_modules/is-async-function": {
  3978. "version": "2.1.1",
  3979. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  3980. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  3981. "dev": true,
  3982. "license": "MIT",
  3983. "dependencies": {
  3984. "async-function": "^1.0.0",
  3985. "call-bound": "^1.0.3",
  3986. "get-proto": "^1.0.1",
  3987. "has-tostringtag": "^1.0.2",
  3988. "safe-regex-test": "^1.1.0"
  3989. },
  3990. "engines": {
  3991. "node": ">= 0.4"
  3992. },
  3993. "funding": {
  3994. "url": "https://github.com/sponsors/ljharb"
  3995. }
  3996. },
  3997. "node_modules/is-bigint": {
  3998. "version": "1.1.0",
  3999. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  4000. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  4001. "dev": true,
  4002. "license": "MIT",
  4003. "dependencies": {
  4004. "has-bigints": "^1.0.2"
  4005. },
  4006. "engines": {
  4007. "node": ">= 0.4"
  4008. },
  4009. "funding": {
  4010. "url": "https://github.com/sponsors/ljharb"
  4011. }
  4012. },
  4013. "node_modules/is-boolean-object": {
  4014. "version": "1.2.2",
  4015. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  4016. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  4017. "dev": true,
  4018. "license": "MIT",
  4019. "dependencies": {
  4020. "call-bound": "^1.0.3",
  4021. "has-tostringtag": "^1.0.2"
  4022. },
  4023. "engines": {
  4024. "node": ">= 0.4"
  4025. },
  4026. "funding": {
  4027. "url": "https://github.com/sponsors/ljharb"
  4028. }
  4029. },
  4030. "node_modules/is-bun-module": {
  4031. "version": "2.0.0",
  4032. "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
  4033. "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
  4034. "dev": true,
  4035. "license": "MIT",
  4036. "dependencies": {
  4037. "semver": "^7.7.1"
  4038. }
  4039. },
  4040. "node_modules/is-bun-module/node_modules/semver": {
  4041. "version": "7.7.3",
  4042. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  4043. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  4044. "dev": true,
  4045. "license": "ISC",
  4046. "bin": {
  4047. "semver": "bin/semver.js"
  4048. },
  4049. "engines": {
  4050. "node": ">=10"
  4051. }
  4052. },
  4053. "node_modules/is-callable": {
  4054. "version": "1.2.7",
  4055. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4056. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4057. "dev": true,
  4058. "license": "MIT",
  4059. "engines": {
  4060. "node": ">= 0.4"
  4061. },
  4062. "funding": {
  4063. "url": "https://github.com/sponsors/ljharb"
  4064. }
  4065. },
  4066. "node_modules/is-core-module": {
  4067. "version": "2.16.1",
  4068. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  4069. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4070. "dev": true,
  4071. "license": "MIT",
  4072. "dependencies": {
  4073. "hasown": "^2.0.2"
  4074. },
  4075. "engines": {
  4076. "node": ">= 0.4"
  4077. },
  4078. "funding": {
  4079. "url": "https://github.com/sponsors/ljharb"
  4080. }
  4081. },
  4082. "node_modules/is-data-view": {
  4083. "version": "1.0.2",
  4084. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  4085. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  4086. "dev": true,
  4087. "license": "MIT",
  4088. "dependencies": {
  4089. "call-bound": "^1.0.2",
  4090. "get-intrinsic": "^1.2.6",
  4091. "is-typed-array": "^1.1.13"
  4092. },
  4093. "engines": {
  4094. "node": ">= 0.4"
  4095. },
  4096. "funding": {
  4097. "url": "https://github.com/sponsors/ljharb"
  4098. }
  4099. },
  4100. "node_modules/is-date-object": {
  4101. "version": "1.1.0",
  4102. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  4103. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  4104. "dev": true,
  4105. "license": "MIT",
  4106. "dependencies": {
  4107. "call-bound": "^1.0.2",
  4108. "has-tostringtag": "^1.0.2"
  4109. },
  4110. "engines": {
  4111. "node": ">= 0.4"
  4112. },
  4113. "funding": {
  4114. "url": "https://github.com/sponsors/ljharb"
  4115. }
  4116. },
  4117. "node_modules/is-extglob": {
  4118. "version": "2.1.1",
  4119. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4120. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4121. "dev": true,
  4122. "license": "MIT",
  4123. "engines": {
  4124. "node": ">=0.10.0"
  4125. }
  4126. },
  4127. "node_modules/is-finalizationregistry": {
  4128. "version": "1.1.1",
  4129. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  4130. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  4131. "dev": true,
  4132. "license": "MIT",
  4133. "dependencies": {
  4134. "call-bound": "^1.0.3"
  4135. },
  4136. "engines": {
  4137. "node": ">= 0.4"
  4138. },
  4139. "funding": {
  4140. "url": "https://github.com/sponsors/ljharb"
  4141. }
  4142. },
  4143. "node_modules/is-generator-function": {
  4144. "version": "1.1.2",
  4145. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  4146. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  4147. "dev": true,
  4148. "license": "MIT",
  4149. "dependencies": {
  4150. "call-bound": "^1.0.4",
  4151. "generator-function": "^2.0.0",
  4152. "get-proto": "^1.0.1",
  4153. "has-tostringtag": "^1.0.2",
  4154. "safe-regex-test": "^1.1.0"
  4155. },
  4156. "engines": {
  4157. "node": ">= 0.4"
  4158. },
  4159. "funding": {
  4160. "url": "https://github.com/sponsors/ljharb"
  4161. }
  4162. },
  4163. "node_modules/is-glob": {
  4164. "version": "4.0.3",
  4165. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4166. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4167. "dev": true,
  4168. "license": "MIT",
  4169. "dependencies": {
  4170. "is-extglob": "^2.1.1"
  4171. },
  4172. "engines": {
  4173. "node": ">=0.10.0"
  4174. }
  4175. },
  4176. "node_modules/is-map": {
  4177. "version": "2.0.3",
  4178. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  4179. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4180. "dev": true,
  4181. "license": "MIT",
  4182. "engines": {
  4183. "node": ">= 0.4"
  4184. },
  4185. "funding": {
  4186. "url": "https://github.com/sponsors/ljharb"
  4187. }
  4188. },
  4189. "node_modules/is-negative-zero": {
  4190. "version": "2.0.3",
  4191. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4192. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4193. "dev": true,
  4194. "license": "MIT",
  4195. "engines": {
  4196. "node": ">= 0.4"
  4197. },
  4198. "funding": {
  4199. "url": "https://github.com/sponsors/ljharb"
  4200. }
  4201. },
  4202. "node_modules/is-number": {
  4203. "version": "7.0.0",
  4204. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4205. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4206. "dev": true,
  4207. "license": "MIT",
  4208. "engines": {
  4209. "node": ">=0.12.0"
  4210. }
  4211. },
  4212. "node_modules/is-number-object": {
  4213. "version": "1.1.1",
  4214. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  4215. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4216. "dev": true,
  4217. "license": "MIT",
  4218. "dependencies": {
  4219. "call-bound": "^1.0.3",
  4220. "has-tostringtag": "^1.0.2"
  4221. },
  4222. "engines": {
  4223. "node": ">= 0.4"
  4224. },
  4225. "funding": {
  4226. "url": "https://github.com/sponsors/ljharb"
  4227. }
  4228. },
  4229. "node_modules/is-regex": {
  4230. "version": "1.2.1",
  4231. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4232. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4233. "dev": true,
  4234. "license": "MIT",
  4235. "dependencies": {
  4236. "call-bound": "^1.0.2",
  4237. "gopd": "^1.2.0",
  4238. "has-tostringtag": "^1.0.2",
  4239. "hasown": "^2.0.2"
  4240. },
  4241. "engines": {
  4242. "node": ">= 0.4"
  4243. },
  4244. "funding": {
  4245. "url": "https://github.com/sponsors/ljharb"
  4246. }
  4247. },
  4248. "node_modules/is-set": {
  4249. "version": "2.0.3",
  4250. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4251. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4252. "dev": true,
  4253. "license": "MIT",
  4254. "engines": {
  4255. "node": ">= 0.4"
  4256. },
  4257. "funding": {
  4258. "url": "https://github.com/sponsors/ljharb"
  4259. }
  4260. },
  4261. "node_modules/is-shared-array-buffer": {
  4262. "version": "1.0.4",
  4263. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4264. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4265. "dev": true,
  4266. "license": "MIT",
  4267. "dependencies": {
  4268. "call-bound": "^1.0.3"
  4269. },
  4270. "engines": {
  4271. "node": ">= 0.4"
  4272. },
  4273. "funding": {
  4274. "url": "https://github.com/sponsors/ljharb"
  4275. }
  4276. },
  4277. "node_modules/is-string": {
  4278. "version": "1.1.1",
  4279. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4280. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4281. "dev": true,
  4282. "license": "MIT",
  4283. "dependencies": {
  4284. "call-bound": "^1.0.3",
  4285. "has-tostringtag": "^1.0.2"
  4286. },
  4287. "engines": {
  4288. "node": ">= 0.4"
  4289. },
  4290. "funding": {
  4291. "url": "https://github.com/sponsors/ljharb"
  4292. }
  4293. },
  4294. "node_modules/is-symbol": {
  4295. "version": "1.1.1",
  4296. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4297. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4298. "dev": true,
  4299. "license": "MIT",
  4300. "dependencies": {
  4301. "call-bound": "^1.0.2",
  4302. "has-symbols": "^1.1.0",
  4303. "safe-regex-test": "^1.1.0"
  4304. },
  4305. "engines": {
  4306. "node": ">= 0.4"
  4307. },
  4308. "funding": {
  4309. "url": "https://github.com/sponsors/ljharb"
  4310. }
  4311. },
  4312. "node_modules/is-typed-array": {
  4313. "version": "1.1.15",
  4314. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4315. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4316. "dev": true,
  4317. "license": "MIT",
  4318. "dependencies": {
  4319. "which-typed-array": "^1.1.16"
  4320. },
  4321. "engines": {
  4322. "node": ">= 0.4"
  4323. },
  4324. "funding": {
  4325. "url": "https://github.com/sponsors/ljharb"
  4326. }
  4327. },
  4328. "node_modules/is-weakmap": {
  4329. "version": "2.0.2",
  4330. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4331. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4332. "dev": true,
  4333. "license": "MIT",
  4334. "engines": {
  4335. "node": ">= 0.4"
  4336. },
  4337. "funding": {
  4338. "url": "https://github.com/sponsors/ljharb"
  4339. }
  4340. },
  4341. "node_modules/is-weakref": {
  4342. "version": "1.1.1",
  4343. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  4344. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4345. "dev": true,
  4346. "license": "MIT",
  4347. "dependencies": {
  4348. "call-bound": "^1.0.3"
  4349. },
  4350. "engines": {
  4351. "node": ">= 0.4"
  4352. },
  4353. "funding": {
  4354. "url": "https://github.com/sponsors/ljharb"
  4355. }
  4356. },
  4357. "node_modules/is-weakset": {
  4358. "version": "2.0.4",
  4359. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  4360. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4361. "dev": true,
  4362. "license": "MIT",
  4363. "dependencies": {
  4364. "call-bound": "^1.0.3",
  4365. "get-intrinsic": "^1.2.6"
  4366. },
  4367. "engines": {
  4368. "node": ">= 0.4"
  4369. },
  4370. "funding": {
  4371. "url": "https://github.com/sponsors/ljharb"
  4372. }
  4373. },
  4374. "node_modules/isarray": {
  4375. "version": "2.0.5",
  4376. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  4377. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4378. "dev": true,
  4379. "license": "MIT"
  4380. },
  4381. "node_modules/isexe": {
  4382. "version": "2.0.0",
  4383. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4384. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4385. "dev": true,
  4386. "license": "ISC"
  4387. },
  4388. "node_modules/iterator.prototype": {
  4389. "version": "1.1.5",
  4390. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4391. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4392. "dev": true,
  4393. "license": "MIT",
  4394. "dependencies": {
  4395. "define-data-property": "^1.1.4",
  4396. "es-object-atoms": "^1.0.0",
  4397. "get-intrinsic": "^1.2.6",
  4398. "get-proto": "^1.0.0",
  4399. "has-symbols": "^1.1.0",
  4400. "set-function-name": "^2.0.2"
  4401. },
  4402. "engines": {
  4403. "node": ">= 0.4"
  4404. }
  4405. },
  4406. "node_modules/jiti": {
  4407. "version": "2.6.1",
  4408. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  4409. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  4410. "dev": true,
  4411. "license": "MIT",
  4412. "bin": {
  4413. "jiti": "lib/jiti-cli.mjs"
  4414. }
  4415. },
  4416. "node_modules/js-tokens": {
  4417. "version": "4.0.0",
  4418. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4419. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4420. "dev": true,
  4421. "license": "MIT"
  4422. },
  4423. "node_modules/js-yaml": {
  4424. "version": "4.1.0",
  4425. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  4426. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4427. "dev": true,
  4428. "license": "MIT",
  4429. "dependencies": {
  4430. "argparse": "^2.0.1"
  4431. },
  4432. "bin": {
  4433. "js-yaml": "bin/js-yaml.js"
  4434. }
  4435. },
  4436. "node_modules/jsesc": {
  4437. "version": "3.1.0",
  4438. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4439. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4440. "dev": true,
  4441. "license": "MIT",
  4442. "bin": {
  4443. "jsesc": "bin/jsesc"
  4444. },
  4445. "engines": {
  4446. "node": ">=6"
  4447. }
  4448. },
  4449. "node_modules/json-buffer": {
  4450. "version": "3.0.1",
  4451. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4452. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4453. "dev": true,
  4454. "license": "MIT"
  4455. },
  4456. "node_modules/json-schema-traverse": {
  4457. "version": "0.4.1",
  4458. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4459. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4460. "dev": true,
  4461. "license": "MIT"
  4462. },
  4463. "node_modules/json-stable-stringify-without-jsonify": {
  4464. "version": "1.0.1",
  4465. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4466. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4467. "dev": true,
  4468. "license": "MIT"
  4469. },
  4470. "node_modules/json5": {
  4471. "version": "2.2.3",
  4472. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  4473. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4474. "dev": true,
  4475. "license": "MIT",
  4476. "bin": {
  4477. "json5": "lib/cli.js"
  4478. },
  4479. "engines": {
  4480. "node": ">=6"
  4481. }
  4482. },
  4483. "node_modules/jsx-ast-utils": {
  4484. "version": "3.3.5",
  4485. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4486. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4487. "dev": true,
  4488. "license": "MIT",
  4489. "dependencies": {
  4490. "array-includes": "^3.1.6",
  4491. "array.prototype.flat": "^1.3.1",
  4492. "object.assign": "^4.1.4",
  4493. "object.values": "^1.1.6"
  4494. },
  4495. "engines": {
  4496. "node": ">=4.0"
  4497. }
  4498. },
  4499. "node_modules/keyv": {
  4500. "version": "4.5.4",
  4501. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4502. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4503. "dev": true,
  4504. "license": "MIT",
  4505. "dependencies": {
  4506. "json-buffer": "3.0.1"
  4507. }
  4508. },
  4509. "node_modules/language-subtag-registry": {
  4510. "version": "0.3.23",
  4511. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  4512. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  4513. "dev": true,
  4514. "license": "CC0-1.0"
  4515. },
  4516. "node_modules/language-tags": {
  4517. "version": "1.0.9",
  4518. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
  4519. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  4520. "dev": true,
  4521. "license": "MIT",
  4522. "dependencies": {
  4523. "language-subtag-registry": "^0.3.20"
  4524. },
  4525. "engines": {
  4526. "node": ">=0.10"
  4527. }
  4528. },
  4529. "node_modules/levn": {
  4530. "version": "0.4.1",
  4531. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4532. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4533. "dev": true,
  4534. "license": "MIT",
  4535. "dependencies": {
  4536. "prelude-ls": "^1.2.1",
  4537. "type-check": "~0.4.0"
  4538. },
  4539. "engines": {
  4540. "node": ">= 0.8.0"
  4541. }
  4542. },
  4543. "node_modules/lightningcss": {
  4544. "version": "1.30.2",
  4545. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
  4546. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  4547. "dev": true,
  4548. "license": "MPL-2.0",
  4549. "dependencies": {
  4550. "detect-libc": "^2.0.3"
  4551. },
  4552. "engines": {
  4553. "node": ">= 12.0.0"
  4554. },
  4555. "funding": {
  4556. "type": "opencollective",
  4557. "url": "https://opencollective.com/parcel"
  4558. },
  4559. "optionalDependencies": {
  4560. "lightningcss-android-arm64": "1.30.2",
  4561. "lightningcss-darwin-arm64": "1.30.2",
  4562. "lightningcss-darwin-x64": "1.30.2",
  4563. "lightningcss-freebsd-x64": "1.30.2",
  4564. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  4565. "lightningcss-linux-arm64-gnu": "1.30.2",
  4566. "lightningcss-linux-arm64-musl": "1.30.2",
  4567. "lightningcss-linux-x64-gnu": "1.30.2",
  4568. "lightningcss-linux-x64-musl": "1.30.2",
  4569. "lightningcss-win32-arm64-msvc": "1.30.2",
  4570. "lightningcss-win32-x64-msvc": "1.30.2"
  4571. }
  4572. },
  4573. "node_modules/lightningcss-android-arm64": {
  4574. "version": "1.30.2",
  4575. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  4576. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  4577. "cpu": [
  4578. "arm64"
  4579. ],
  4580. "dev": true,
  4581. "license": "MPL-2.0",
  4582. "optional": true,
  4583. "os": [
  4584. "android"
  4585. ],
  4586. "engines": {
  4587. "node": ">= 12.0.0"
  4588. },
  4589. "funding": {
  4590. "type": "opencollective",
  4591. "url": "https://opencollective.com/parcel"
  4592. }
  4593. },
  4594. "node_modules/lightningcss-darwin-arm64": {
  4595. "version": "1.30.2",
  4596. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  4597. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  4598. "cpu": [
  4599. "arm64"
  4600. ],
  4601. "dev": true,
  4602. "license": "MPL-2.0",
  4603. "optional": true,
  4604. "os": [
  4605. "darwin"
  4606. ],
  4607. "engines": {
  4608. "node": ">= 12.0.0"
  4609. },
  4610. "funding": {
  4611. "type": "opencollective",
  4612. "url": "https://opencollective.com/parcel"
  4613. }
  4614. },
  4615. "node_modules/lightningcss-darwin-x64": {
  4616. "version": "1.30.2",
  4617. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  4618. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  4619. "cpu": [
  4620. "x64"
  4621. ],
  4622. "dev": true,
  4623. "license": "MPL-2.0",
  4624. "optional": true,
  4625. "os": [
  4626. "darwin"
  4627. ],
  4628. "engines": {
  4629. "node": ">= 12.0.0"
  4630. },
  4631. "funding": {
  4632. "type": "opencollective",
  4633. "url": "https://opencollective.com/parcel"
  4634. }
  4635. },
  4636. "node_modules/lightningcss-freebsd-x64": {
  4637. "version": "1.30.2",
  4638. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  4639. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  4640. "cpu": [
  4641. "x64"
  4642. ],
  4643. "dev": true,
  4644. "license": "MPL-2.0",
  4645. "optional": true,
  4646. "os": [
  4647. "freebsd"
  4648. ],
  4649. "engines": {
  4650. "node": ">= 12.0.0"
  4651. },
  4652. "funding": {
  4653. "type": "opencollective",
  4654. "url": "https://opencollective.com/parcel"
  4655. }
  4656. },
  4657. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4658. "version": "1.30.2",
  4659. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  4660. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  4661. "cpu": [
  4662. "arm"
  4663. ],
  4664. "dev": true,
  4665. "license": "MPL-2.0",
  4666. "optional": true,
  4667. "os": [
  4668. "linux"
  4669. ],
  4670. "engines": {
  4671. "node": ">= 12.0.0"
  4672. },
  4673. "funding": {
  4674. "type": "opencollective",
  4675. "url": "https://opencollective.com/parcel"
  4676. }
  4677. },
  4678. "node_modules/lightningcss-linux-arm64-gnu": {
  4679. "version": "1.30.2",
  4680. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  4681. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  4682. "cpu": [
  4683. "arm64"
  4684. ],
  4685. "dev": true,
  4686. "license": "MPL-2.0",
  4687. "optional": true,
  4688. "os": [
  4689. "linux"
  4690. ],
  4691. "engines": {
  4692. "node": ">= 12.0.0"
  4693. },
  4694. "funding": {
  4695. "type": "opencollective",
  4696. "url": "https://opencollective.com/parcel"
  4697. }
  4698. },
  4699. "node_modules/lightningcss-linux-arm64-musl": {
  4700. "version": "1.30.2",
  4701. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  4702. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  4703. "cpu": [
  4704. "arm64"
  4705. ],
  4706. "dev": true,
  4707. "license": "MPL-2.0",
  4708. "optional": true,
  4709. "os": [
  4710. "linux"
  4711. ],
  4712. "engines": {
  4713. "node": ">= 12.0.0"
  4714. },
  4715. "funding": {
  4716. "type": "opencollective",
  4717. "url": "https://opencollective.com/parcel"
  4718. }
  4719. },
  4720. "node_modules/lightningcss-linux-x64-gnu": {
  4721. "version": "1.30.2",
  4722. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  4723. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  4724. "cpu": [
  4725. "x64"
  4726. ],
  4727. "dev": true,
  4728. "license": "MPL-2.0",
  4729. "optional": true,
  4730. "os": [
  4731. "linux"
  4732. ],
  4733. "engines": {
  4734. "node": ">= 12.0.0"
  4735. },
  4736. "funding": {
  4737. "type": "opencollective",
  4738. "url": "https://opencollective.com/parcel"
  4739. }
  4740. },
  4741. "node_modules/lightningcss-linux-x64-musl": {
  4742. "version": "1.30.2",
  4743. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  4744. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  4745. "cpu": [
  4746. "x64"
  4747. ],
  4748. "dev": true,
  4749. "license": "MPL-2.0",
  4750. "optional": true,
  4751. "os": [
  4752. "linux"
  4753. ],
  4754. "engines": {
  4755. "node": ">= 12.0.0"
  4756. },
  4757. "funding": {
  4758. "type": "opencollective",
  4759. "url": "https://opencollective.com/parcel"
  4760. }
  4761. },
  4762. "node_modules/lightningcss-win32-arm64-msvc": {
  4763. "version": "1.30.2",
  4764. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  4765. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  4766. "cpu": [
  4767. "arm64"
  4768. ],
  4769. "dev": true,
  4770. "license": "MPL-2.0",
  4771. "optional": true,
  4772. "os": [
  4773. "win32"
  4774. ],
  4775. "engines": {
  4776. "node": ">= 12.0.0"
  4777. },
  4778. "funding": {
  4779. "type": "opencollective",
  4780. "url": "https://opencollective.com/parcel"
  4781. }
  4782. },
  4783. "node_modules/lightningcss-win32-x64-msvc": {
  4784. "version": "1.30.2",
  4785. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  4786. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  4787. "cpu": [
  4788. "x64"
  4789. ],
  4790. "dev": true,
  4791. "license": "MPL-2.0",
  4792. "optional": true,
  4793. "os": [
  4794. "win32"
  4795. ],
  4796. "engines": {
  4797. "node": ">= 12.0.0"
  4798. },
  4799. "funding": {
  4800. "type": "opencollective",
  4801. "url": "https://opencollective.com/parcel"
  4802. }
  4803. },
  4804. "node_modules/locate-path": {
  4805. "version": "6.0.0",
  4806. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4807. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4808. "dev": true,
  4809. "license": "MIT",
  4810. "dependencies": {
  4811. "p-locate": "^5.0.0"
  4812. },
  4813. "engines": {
  4814. "node": ">=10"
  4815. },
  4816. "funding": {
  4817. "url": "https://github.com/sponsors/sindresorhus"
  4818. }
  4819. },
  4820. "node_modules/lodash.merge": {
  4821. "version": "4.6.2",
  4822. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4823. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4824. "dev": true,
  4825. "license": "MIT"
  4826. },
  4827. "node_modules/loose-envify": {
  4828. "version": "1.4.0",
  4829. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4830. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4831. "dev": true,
  4832. "license": "MIT",
  4833. "dependencies": {
  4834. "js-tokens": "^3.0.0 || ^4.0.0"
  4835. },
  4836. "bin": {
  4837. "loose-envify": "cli.js"
  4838. }
  4839. },
  4840. "node_modules/lru-cache": {
  4841. "version": "5.1.1",
  4842. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  4843. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4844. "dev": true,
  4845. "license": "ISC",
  4846. "dependencies": {
  4847. "yallist": "^3.0.2"
  4848. }
  4849. },
  4850. "node_modules/lucide-react": {
  4851. "version": "0.548.0",
  4852. "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.548.0.tgz",
  4853. "integrity": "sha512-63b16z63jM9yc1MwxajHeuu0FRZFsDtljtDjYm26Kd86UQ5HQzu9ksEtoUUw4RBuewodw/tGFmvipePvRsKeDA==",
  4854. "license": "ISC",
  4855. "peerDependencies": {
  4856. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  4857. }
  4858. },
  4859. "node_modules/magic-string": {
  4860. "version": "0.30.21",
  4861. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  4862. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4863. "dev": true,
  4864. "license": "MIT",
  4865. "dependencies": {
  4866. "@jridgewell/sourcemap-codec": "^1.5.5"
  4867. }
  4868. },
  4869. "node_modules/math-intrinsics": {
  4870. "version": "1.1.0",
  4871. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4872. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4873. "dev": true,
  4874. "license": "MIT",
  4875. "engines": {
  4876. "node": ">= 0.4"
  4877. }
  4878. },
  4879. "node_modules/merge2": {
  4880. "version": "1.4.1",
  4881. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  4882. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4883. "dev": true,
  4884. "license": "MIT",
  4885. "engines": {
  4886. "node": ">= 8"
  4887. }
  4888. },
  4889. "node_modules/micromatch": {
  4890. "version": "4.0.8",
  4891. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  4892. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4893. "dev": true,
  4894. "license": "MIT",
  4895. "dependencies": {
  4896. "braces": "^3.0.3",
  4897. "picomatch": "^2.3.1"
  4898. },
  4899. "engines": {
  4900. "node": ">=8.6"
  4901. }
  4902. },
  4903. "node_modules/minimatch": {
  4904. "version": "3.1.2",
  4905. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  4906. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4907. "dev": true,
  4908. "license": "ISC",
  4909. "dependencies": {
  4910. "brace-expansion": "^1.1.7"
  4911. },
  4912. "engines": {
  4913. "node": "*"
  4914. }
  4915. },
  4916. "node_modules/minimist": {
  4917. "version": "1.2.8",
  4918. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  4919. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  4920. "dev": true,
  4921. "license": "MIT",
  4922. "funding": {
  4923. "url": "https://github.com/sponsors/ljharb"
  4924. }
  4925. },
  4926. "node_modules/ms": {
  4927. "version": "2.1.3",
  4928. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  4929. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4930. "dev": true,
  4931. "license": "MIT"
  4932. },
  4933. "node_modules/nanoid": {
  4934. "version": "3.3.11",
  4935. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  4936. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  4937. "funding": [
  4938. {
  4939. "type": "github",
  4940. "url": "https://github.com/sponsors/ai"
  4941. }
  4942. ],
  4943. "license": "MIT",
  4944. "bin": {
  4945. "nanoid": "bin/nanoid.cjs"
  4946. },
  4947. "engines": {
  4948. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4949. }
  4950. },
  4951. "node_modules/napi-postinstall": {
  4952. "version": "0.3.4",
  4953. "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz",
  4954. "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==",
  4955. "dev": true,
  4956. "license": "MIT",
  4957. "bin": {
  4958. "napi-postinstall": "lib/cli.js"
  4959. },
  4960. "engines": {
  4961. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  4962. },
  4963. "funding": {
  4964. "url": "https://opencollective.com/napi-postinstall"
  4965. }
  4966. },
  4967. "node_modules/natural-compare": {
  4968. "version": "1.4.0",
  4969. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  4970. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4971. "dev": true,
  4972. "license": "MIT"
  4973. },
  4974. "node_modules/next": {
  4975. "version": "16.0.0",
  4976. "resolved": "https://registry.npmjs.org/next/-/next-16.0.0.tgz",
  4977. "integrity": "sha512-nYohiNdxGu4OmBzggxy9rczmjIGI+TpR5vbKTsE1HqYwNm1B+YSiugSrFguX6omMOKnDHAmBPY4+8TNJk0Idyg==",
  4978. "license": "MIT",
  4979. "dependencies": {
  4980. "@next/env": "16.0.0",
  4981. "@swc/helpers": "0.5.15",
  4982. "caniuse-lite": "^1.0.30001579",
  4983. "postcss": "8.4.31",
  4984. "styled-jsx": "5.1.6"
  4985. },
  4986. "bin": {
  4987. "next": "dist/bin/next"
  4988. },
  4989. "engines": {
  4990. "node": ">=20.9.0"
  4991. },
  4992. "optionalDependencies": {
  4993. "@next/swc-darwin-arm64": "16.0.0",
  4994. "@next/swc-darwin-x64": "16.0.0",
  4995. "@next/swc-linux-arm64-gnu": "16.0.0",
  4996. "@next/swc-linux-arm64-musl": "16.0.0",
  4997. "@next/swc-linux-x64-gnu": "16.0.0",
  4998. "@next/swc-linux-x64-musl": "16.0.0",
  4999. "@next/swc-win32-arm64-msvc": "16.0.0",
  5000. "@next/swc-win32-x64-msvc": "16.0.0",
  5001. "sharp": "^0.34.4"
  5002. },
  5003. "peerDependencies": {
  5004. "@opentelemetry/api": "^1.1.0",
  5005. "@playwright/test": "^1.51.1",
  5006. "babel-plugin-react-compiler": "*",
  5007. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5008. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5009. "sass": "^1.3.0"
  5010. },
  5011. "peerDependenciesMeta": {
  5012. "@opentelemetry/api": {
  5013. "optional": true
  5014. },
  5015. "@playwright/test": {
  5016. "optional": true
  5017. },
  5018. "babel-plugin-react-compiler": {
  5019. "optional": true
  5020. },
  5021. "sass": {
  5022. "optional": true
  5023. }
  5024. }
  5025. },
  5026. "node_modules/next-themes": {
  5027. "version": "0.4.6",
  5028. "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz",
  5029. "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==",
  5030. "license": "MIT",
  5031. "peerDependencies": {
  5032. "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
  5033. "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
  5034. }
  5035. },
  5036. "node_modules/next/node_modules/postcss": {
  5037. "version": "8.4.31",
  5038. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
  5039. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  5040. "funding": [
  5041. {
  5042. "type": "opencollective",
  5043. "url": "https://opencollective.com/postcss/"
  5044. },
  5045. {
  5046. "type": "tidelift",
  5047. "url": "https://tidelift.com/funding/github/npm/postcss"
  5048. },
  5049. {
  5050. "type": "github",
  5051. "url": "https://github.com/sponsors/ai"
  5052. }
  5053. ],
  5054. "license": "MIT",
  5055. "dependencies": {
  5056. "nanoid": "^3.3.6",
  5057. "picocolors": "^1.0.0",
  5058. "source-map-js": "^1.0.2"
  5059. },
  5060. "engines": {
  5061. "node": "^10 || ^12 || >=14"
  5062. }
  5063. },
  5064. "node_modules/node-releases": {
  5065. "version": "2.0.26",
  5066. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
  5067. "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
  5068. "dev": true,
  5069. "license": "MIT"
  5070. },
  5071. "node_modules/object-assign": {
  5072. "version": "4.1.1",
  5073. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5074. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5075. "dev": true,
  5076. "license": "MIT",
  5077. "engines": {
  5078. "node": ">=0.10.0"
  5079. }
  5080. },
  5081. "node_modules/object-inspect": {
  5082. "version": "1.13.4",
  5083. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  5084. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  5085. "dev": true,
  5086. "license": "MIT",
  5087. "engines": {
  5088. "node": ">= 0.4"
  5089. },
  5090. "funding": {
  5091. "url": "https://github.com/sponsors/ljharb"
  5092. }
  5093. },
  5094. "node_modules/object-keys": {
  5095. "version": "1.1.1",
  5096. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  5097. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5098. "dev": true,
  5099. "license": "MIT",
  5100. "engines": {
  5101. "node": ">= 0.4"
  5102. }
  5103. },
  5104. "node_modules/object.assign": {
  5105. "version": "4.1.7",
  5106. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  5107. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  5108. "dev": true,
  5109. "license": "MIT",
  5110. "dependencies": {
  5111. "call-bind": "^1.0.8",
  5112. "call-bound": "^1.0.3",
  5113. "define-properties": "^1.2.1",
  5114. "es-object-atoms": "^1.0.0",
  5115. "has-symbols": "^1.1.0",
  5116. "object-keys": "^1.1.1"
  5117. },
  5118. "engines": {
  5119. "node": ">= 0.4"
  5120. },
  5121. "funding": {
  5122. "url": "https://github.com/sponsors/ljharb"
  5123. }
  5124. },
  5125. "node_modules/object.entries": {
  5126. "version": "1.1.9",
  5127. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  5128. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  5129. "dev": true,
  5130. "license": "MIT",
  5131. "dependencies": {
  5132. "call-bind": "^1.0.8",
  5133. "call-bound": "^1.0.4",
  5134. "define-properties": "^1.2.1",
  5135. "es-object-atoms": "^1.1.1"
  5136. },
  5137. "engines": {
  5138. "node": ">= 0.4"
  5139. }
  5140. },
  5141. "node_modules/object.fromentries": {
  5142. "version": "2.0.8",
  5143. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  5144. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  5145. "dev": true,
  5146. "license": "MIT",
  5147. "dependencies": {
  5148. "call-bind": "^1.0.7",
  5149. "define-properties": "^1.2.1",
  5150. "es-abstract": "^1.23.2",
  5151. "es-object-atoms": "^1.0.0"
  5152. },
  5153. "engines": {
  5154. "node": ">= 0.4"
  5155. },
  5156. "funding": {
  5157. "url": "https://github.com/sponsors/ljharb"
  5158. }
  5159. },
  5160. "node_modules/object.groupby": {
  5161. "version": "1.0.3",
  5162. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  5163. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  5164. "dev": true,
  5165. "license": "MIT",
  5166. "dependencies": {
  5167. "call-bind": "^1.0.7",
  5168. "define-properties": "^1.2.1",
  5169. "es-abstract": "^1.23.2"
  5170. },
  5171. "engines": {
  5172. "node": ">= 0.4"
  5173. }
  5174. },
  5175. "node_modules/object.values": {
  5176. "version": "1.2.1",
  5177. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  5178. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  5179. "dev": true,
  5180. "license": "MIT",
  5181. "dependencies": {
  5182. "call-bind": "^1.0.8",
  5183. "call-bound": "^1.0.3",
  5184. "define-properties": "^1.2.1",
  5185. "es-object-atoms": "^1.0.0"
  5186. },
  5187. "engines": {
  5188. "node": ">= 0.4"
  5189. },
  5190. "funding": {
  5191. "url": "https://github.com/sponsors/ljharb"
  5192. }
  5193. },
  5194. "node_modules/optionator": {
  5195. "version": "0.9.4",
  5196. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5197. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5198. "dev": true,
  5199. "license": "MIT",
  5200. "dependencies": {
  5201. "deep-is": "^0.1.3",
  5202. "fast-levenshtein": "^2.0.6",
  5203. "levn": "^0.4.1",
  5204. "prelude-ls": "^1.2.1",
  5205. "type-check": "^0.4.0",
  5206. "word-wrap": "^1.2.5"
  5207. },
  5208. "engines": {
  5209. "node": ">= 0.8.0"
  5210. }
  5211. },
  5212. "node_modules/own-keys": {
  5213. "version": "1.0.1",
  5214. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  5215. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  5216. "dev": true,
  5217. "license": "MIT",
  5218. "dependencies": {
  5219. "get-intrinsic": "^1.2.6",
  5220. "object-keys": "^1.1.1",
  5221. "safe-push-apply": "^1.0.0"
  5222. },
  5223. "engines": {
  5224. "node": ">= 0.4"
  5225. },
  5226. "funding": {
  5227. "url": "https://github.com/sponsors/ljharb"
  5228. }
  5229. },
  5230. "node_modules/p-limit": {
  5231. "version": "3.1.0",
  5232. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5233. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5234. "dev": true,
  5235. "license": "MIT",
  5236. "dependencies": {
  5237. "yocto-queue": "^0.1.0"
  5238. },
  5239. "engines": {
  5240. "node": ">=10"
  5241. },
  5242. "funding": {
  5243. "url": "https://github.com/sponsors/sindresorhus"
  5244. }
  5245. },
  5246. "node_modules/p-locate": {
  5247. "version": "5.0.0",
  5248. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5249. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5250. "dev": true,
  5251. "license": "MIT",
  5252. "dependencies": {
  5253. "p-limit": "^3.0.2"
  5254. },
  5255. "engines": {
  5256. "node": ">=10"
  5257. },
  5258. "funding": {
  5259. "url": "https://github.com/sponsors/sindresorhus"
  5260. }
  5261. },
  5262. "node_modules/parent-module": {
  5263. "version": "1.0.1",
  5264. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5265. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5266. "dev": true,
  5267. "license": "MIT",
  5268. "dependencies": {
  5269. "callsites": "^3.0.0"
  5270. },
  5271. "engines": {
  5272. "node": ">=6"
  5273. }
  5274. },
  5275. "node_modules/path-exists": {
  5276. "version": "4.0.0",
  5277. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5278. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5279. "dev": true,
  5280. "license": "MIT",
  5281. "engines": {
  5282. "node": ">=8"
  5283. }
  5284. },
  5285. "node_modules/path-key": {
  5286. "version": "3.1.1",
  5287. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5288. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5289. "dev": true,
  5290. "license": "MIT",
  5291. "engines": {
  5292. "node": ">=8"
  5293. }
  5294. },
  5295. "node_modules/path-parse": {
  5296. "version": "1.0.7",
  5297. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5298. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5299. "dev": true,
  5300. "license": "MIT"
  5301. },
  5302. "node_modules/picocolors": {
  5303. "version": "1.1.1",
  5304. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5305. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5306. "license": "ISC"
  5307. },
  5308. "node_modules/picomatch": {
  5309. "version": "2.3.1",
  5310. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  5311. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5312. "dev": true,
  5313. "license": "MIT",
  5314. "engines": {
  5315. "node": ">=8.6"
  5316. },
  5317. "funding": {
  5318. "url": "https://github.com/sponsors/jonschlinkert"
  5319. }
  5320. },
  5321. "node_modules/possible-typed-array-names": {
  5322. "version": "1.1.0",
  5323. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5324. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5325. "dev": true,
  5326. "license": "MIT",
  5327. "engines": {
  5328. "node": ">= 0.4"
  5329. }
  5330. },
  5331. "node_modules/postcss": {
  5332. "version": "8.5.6",
  5333. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  5334. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  5335. "dev": true,
  5336. "funding": [
  5337. {
  5338. "type": "opencollective",
  5339. "url": "https://opencollective.com/postcss/"
  5340. },
  5341. {
  5342. "type": "tidelift",
  5343. "url": "https://tidelift.com/funding/github/npm/postcss"
  5344. },
  5345. {
  5346. "type": "github",
  5347. "url": "https://github.com/sponsors/ai"
  5348. }
  5349. ],
  5350. "license": "MIT",
  5351. "dependencies": {
  5352. "nanoid": "^3.3.11",
  5353. "picocolors": "^1.1.1",
  5354. "source-map-js": "^1.2.1"
  5355. },
  5356. "engines": {
  5357. "node": "^10 || ^12 || >=14"
  5358. }
  5359. },
  5360. "node_modules/prelude-ls": {
  5361. "version": "1.2.1",
  5362. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5363. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5364. "dev": true,
  5365. "license": "MIT",
  5366. "engines": {
  5367. "node": ">= 0.8.0"
  5368. }
  5369. },
  5370. "node_modules/prop-types": {
  5371. "version": "15.8.1",
  5372. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5373. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5374. "dev": true,
  5375. "license": "MIT",
  5376. "dependencies": {
  5377. "loose-envify": "^1.4.0",
  5378. "object-assign": "^4.1.1",
  5379. "react-is": "^16.13.1"
  5380. }
  5381. },
  5382. "node_modules/punycode": {
  5383. "version": "2.3.1",
  5384. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5385. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5386. "dev": true,
  5387. "license": "MIT",
  5388. "engines": {
  5389. "node": ">=6"
  5390. }
  5391. },
  5392. "node_modules/queue-microtask": {
  5393. "version": "1.2.3",
  5394. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5395. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5396. "dev": true,
  5397. "funding": [
  5398. {
  5399. "type": "github",
  5400. "url": "https://github.com/sponsors/feross"
  5401. },
  5402. {
  5403. "type": "patreon",
  5404. "url": "https://www.patreon.com/feross"
  5405. },
  5406. {
  5407. "type": "consulting",
  5408. "url": "https://feross.org/support"
  5409. }
  5410. ],
  5411. "license": "MIT"
  5412. },
  5413. "node_modules/react": {
  5414. "version": "19.2.0",
  5415. "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
  5416. "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
  5417. "license": "MIT",
  5418. "engines": {
  5419. "node": ">=0.10.0"
  5420. }
  5421. },
  5422. "node_modules/react-dom": {
  5423. "version": "19.2.0",
  5424. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
  5425. "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
  5426. "license": "MIT",
  5427. "dependencies": {
  5428. "scheduler": "^0.27.0"
  5429. },
  5430. "peerDependencies": {
  5431. "react": "^19.2.0"
  5432. }
  5433. },
  5434. "node_modules/react-is": {
  5435. "version": "16.13.1",
  5436. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5437. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5438. "dev": true,
  5439. "license": "MIT"
  5440. },
  5441. "node_modules/reflect.getprototypeof": {
  5442. "version": "1.0.10",
  5443. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5444. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5445. "dev": true,
  5446. "license": "MIT",
  5447. "dependencies": {
  5448. "call-bind": "^1.0.8",
  5449. "define-properties": "^1.2.1",
  5450. "es-abstract": "^1.23.9",
  5451. "es-errors": "^1.3.0",
  5452. "es-object-atoms": "^1.0.0",
  5453. "get-intrinsic": "^1.2.7",
  5454. "get-proto": "^1.0.1",
  5455. "which-builtin-type": "^1.2.1"
  5456. },
  5457. "engines": {
  5458. "node": ">= 0.4"
  5459. },
  5460. "funding": {
  5461. "url": "https://github.com/sponsors/ljharb"
  5462. }
  5463. },
  5464. "node_modules/regexp.prototype.flags": {
  5465. "version": "1.5.4",
  5466. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5467. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5468. "dev": true,
  5469. "license": "MIT",
  5470. "dependencies": {
  5471. "call-bind": "^1.0.8",
  5472. "define-properties": "^1.2.1",
  5473. "es-errors": "^1.3.0",
  5474. "get-proto": "^1.0.1",
  5475. "gopd": "^1.2.0",
  5476. "set-function-name": "^2.0.2"
  5477. },
  5478. "engines": {
  5479. "node": ">= 0.4"
  5480. },
  5481. "funding": {
  5482. "url": "https://github.com/sponsors/ljharb"
  5483. }
  5484. },
  5485. "node_modules/resolve": {
  5486. "version": "1.22.11",
  5487. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  5488. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  5489. "dev": true,
  5490. "license": "MIT",
  5491. "dependencies": {
  5492. "is-core-module": "^2.16.1",
  5493. "path-parse": "^1.0.7",
  5494. "supports-preserve-symlinks-flag": "^1.0.0"
  5495. },
  5496. "bin": {
  5497. "resolve": "bin/resolve"
  5498. },
  5499. "engines": {
  5500. "node": ">= 0.4"
  5501. },
  5502. "funding": {
  5503. "url": "https://github.com/sponsors/ljharb"
  5504. }
  5505. },
  5506. "node_modules/resolve-from": {
  5507. "version": "4.0.0",
  5508. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5509. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5510. "dev": true,
  5511. "license": "MIT",
  5512. "engines": {
  5513. "node": ">=4"
  5514. }
  5515. },
  5516. "node_modules/resolve-pkg-maps": {
  5517. "version": "1.0.0",
  5518. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  5519. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  5520. "dev": true,
  5521. "license": "MIT",
  5522. "funding": {
  5523. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  5524. }
  5525. },
  5526. "node_modules/reusify": {
  5527. "version": "1.1.0",
  5528. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  5529. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  5530. "dev": true,
  5531. "license": "MIT",
  5532. "engines": {
  5533. "iojs": ">=1.0.0",
  5534. "node": ">=0.10.0"
  5535. }
  5536. },
  5537. "node_modules/run-parallel": {
  5538. "version": "1.2.0",
  5539. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5540. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5541. "dev": true,
  5542. "funding": [
  5543. {
  5544. "type": "github",
  5545. "url": "https://github.com/sponsors/feross"
  5546. },
  5547. {
  5548. "type": "patreon",
  5549. "url": "https://www.patreon.com/feross"
  5550. },
  5551. {
  5552. "type": "consulting",
  5553. "url": "https://feross.org/support"
  5554. }
  5555. ],
  5556. "license": "MIT",
  5557. "dependencies": {
  5558. "queue-microtask": "^1.2.2"
  5559. }
  5560. },
  5561. "node_modules/safe-array-concat": {
  5562. "version": "1.1.3",
  5563. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  5564. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  5565. "dev": true,
  5566. "license": "MIT",
  5567. "dependencies": {
  5568. "call-bind": "^1.0.8",
  5569. "call-bound": "^1.0.2",
  5570. "get-intrinsic": "^1.2.6",
  5571. "has-symbols": "^1.1.0",
  5572. "isarray": "^2.0.5"
  5573. },
  5574. "engines": {
  5575. "node": ">=0.4"
  5576. },
  5577. "funding": {
  5578. "url": "https://github.com/sponsors/ljharb"
  5579. }
  5580. },
  5581. "node_modules/safe-push-apply": {
  5582. "version": "1.0.0",
  5583. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  5584. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  5585. "dev": true,
  5586. "license": "MIT",
  5587. "dependencies": {
  5588. "es-errors": "^1.3.0",
  5589. "isarray": "^2.0.5"
  5590. },
  5591. "engines": {
  5592. "node": ">= 0.4"
  5593. },
  5594. "funding": {
  5595. "url": "https://github.com/sponsors/ljharb"
  5596. }
  5597. },
  5598. "node_modules/safe-regex-test": {
  5599. "version": "1.1.0",
  5600. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  5601. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  5602. "dev": true,
  5603. "license": "MIT",
  5604. "dependencies": {
  5605. "call-bound": "^1.0.2",
  5606. "es-errors": "^1.3.0",
  5607. "is-regex": "^1.2.1"
  5608. },
  5609. "engines": {
  5610. "node": ">= 0.4"
  5611. },
  5612. "funding": {
  5613. "url": "https://github.com/sponsors/ljharb"
  5614. }
  5615. },
  5616. "node_modules/scheduler": {
  5617. "version": "0.27.0",
  5618. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  5619. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  5620. "license": "MIT"
  5621. },
  5622. "node_modules/semver": {
  5623. "version": "6.3.1",
  5624. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5625. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5626. "dev": true,
  5627. "license": "ISC",
  5628. "bin": {
  5629. "semver": "bin/semver.js"
  5630. }
  5631. },
  5632. "node_modules/set-function-length": {
  5633. "version": "1.2.2",
  5634. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  5635. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  5636. "dev": true,
  5637. "license": "MIT",
  5638. "dependencies": {
  5639. "define-data-property": "^1.1.4",
  5640. "es-errors": "^1.3.0",
  5641. "function-bind": "^1.1.2",
  5642. "get-intrinsic": "^1.2.4",
  5643. "gopd": "^1.0.1",
  5644. "has-property-descriptors": "^1.0.2"
  5645. },
  5646. "engines": {
  5647. "node": ">= 0.4"
  5648. }
  5649. },
  5650. "node_modules/set-function-name": {
  5651. "version": "2.0.2",
  5652. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  5653. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  5654. "dev": true,
  5655. "license": "MIT",
  5656. "dependencies": {
  5657. "define-data-property": "^1.1.4",
  5658. "es-errors": "^1.3.0",
  5659. "functions-have-names": "^1.2.3",
  5660. "has-property-descriptors": "^1.0.2"
  5661. },
  5662. "engines": {
  5663. "node": ">= 0.4"
  5664. }
  5665. },
  5666. "node_modules/set-proto": {
  5667. "version": "1.0.0",
  5668. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  5669. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  5670. "dev": true,
  5671. "license": "MIT",
  5672. "dependencies": {
  5673. "dunder-proto": "^1.0.1",
  5674. "es-errors": "^1.3.0",
  5675. "es-object-atoms": "^1.0.0"
  5676. },
  5677. "engines": {
  5678. "node": ">= 0.4"
  5679. }
  5680. },
  5681. "node_modules/sharp": {
  5682. "version": "0.34.4",
  5683. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
  5684. "integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
  5685. "hasInstallScript": true,
  5686. "license": "Apache-2.0",
  5687. "optional": true,
  5688. "dependencies": {
  5689. "@img/colour": "^1.0.0",
  5690. "detect-libc": "^2.1.0",
  5691. "semver": "^7.7.2"
  5692. },
  5693. "engines": {
  5694. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  5695. },
  5696. "funding": {
  5697. "url": "https://opencollective.com/libvips"
  5698. },
  5699. "optionalDependencies": {
  5700. "@img/sharp-darwin-arm64": "0.34.4",
  5701. "@img/sharp-darwin-x64": "0.34.4",
  5702. "@img/sharp-libvips-darwin-arm64": "1.2.3",
  5703. "@img/sharp-libvips-darwin-x64": "1.2.3",
  5704. "@img/sharp-libvips-linux-arm": "1.2.3",
  5705. "@img/sharp-libvips-linux-arm64": "1.2.3",
  5706. "@img/sharp-libvips-linux-ppc64": "1.2.3",
  5707. "@img/sharp-libvips-linux-s390x": "1.2.3",
  5708. "@img/sharp-libvips-linux-x64": "1.2.3",
  5709. "@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
  5710. "@img/sharp-libvips-linuxmusl-x64": "1.2.3",
  5711. "@img/sharp-linux-arm": "0.34.4",
  5712. "@img/sharp-linux-arm64": "0.34.4",
  5713. "@img/sharp-linux-ppc64": "0.34.4",
  5714. "@img/sharp-linux-s390x": "0.34.4",
  5715. "@img/sharp-linux-x64": "0.34.4",
  5716. "@img/sharp-linuxmusl-arm64": "0.34.4",
  5717. "@img/sharp-linuxmusl-x64": "0.34.4",
  5718. "@img/sharp-wasm32": "0.34.4",
  5719. "@img/sharp-win32-arm64": "0.34.4",
  5720. "@img/sharp-win32-ia32": "0.34.4",
  5721. "@img/sharp-win32-x64": "0.34.4"
  5722. }
  5723. },
  5724. "node_modules/sharp/node_modules/semver": {
  5725. "version": "7.7.3",
  5726. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  5727. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  5728. "license": "ISC",
  5729. "optional": true,
  5730. "bin": {
  5731. "semver": "bin/semver.js"
  5732. },
  5733. "engines": {
  5734. "node": ">=10"
  5735. }
  5736. },
  5737. "node_modules/shebang-command": {
  5738. "version": "2.0.0",
  5739. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5740. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5741. "dev": true,
  5742. "license": "MIT",
  5743. "dependencies": {
  5744. "shebang-regex": "^3.0.0"
  5745. },
  5746. "engines": {
  5747. "node": ">=8"
  5748. }
  5749. },
  5750. "node_modules/shebang-regex": {
  5751. "version": "3.0.0",
  5752. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5753. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5754. "dev": true,
  5755. "license": "MIT",
  5756. "engines": {
  5757. "node": ">=8"
  5758. }
  5759. },
  5760. "node_modules/side-channel": {
  5761. "version": "1.1.0",
  5762. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  5763. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  5764. "dev": true,
  5765. "license": "MIT",
  5766. "dependencies": {
  5767. "es-errors": "^1.3.0",
  5768. "object-inspect": "^1.13.3",
  5769. "side-channel-list": "^1.0.0",
  5770. "side-channel-map": "^1.0.1",
  5771. "side-channel-weakmap": "^1.0.2"
  5772. },
  5773. "engines": {
  5774. "node": ">= 0.4"
  5775. },
  5776. "funding": {
  5777. "url": "https://github.com/sponsors/ljharb"
  5778. }
  5779. },
  5780. "node_modules/side-channel-list": {
  5781. "version": "1.0.0",
  5782. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  5783. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  5784. "dev": true,
  5785. "license": "MIT",
  5786. "dependencies": {
  5787. "es-errors": "^1.3.0",
  5788. "object-inspect": "^1.13.3"
  5789. },
  5790. "engines": {
  5791. "node": ">= 0.4"
  5792. },
  5793. "funding": {
  5794. "url": "https://github.com/sponsors/ljharb"
  5795. }
  5796. },
  5797. "node_modules/side-channel-map": {
  5798. "version": "1.0.1",
  5799. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  5800. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  5801. "dev": true,
  5802. "license": "MIT",
  5803. "dependencies": {
  5804. "call-bound": "^1.0.2",
  5805. "es-errors": "^1.3.0",
  5806. "get-intrinsic": "^1.2.5",
  5807. "object-inspect": "^1.13.3"
  5808. },
  5809. "engines": {
  5810. "node": ">= 0.4"
  5811. },
  5812. "funding": {
  5813. "url": "https://github.com/sponsors/ljharb"
  5814. }
  5815. },
  5816. "node_modules/side-channel-weakmap": {
  5817. "version": "1.0.2",
  5818. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  5819. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  5820. "dev": true,
  5821. "license": "MIT",
  5822. "dependencies": {
  5823. "call-bound": "^1.0.2",
  5824. "es-errors": "^1.3.0",
  5825. "get-intrinsic": "^1.2.5",
  5826. "object-inspect": "^1.13.3",
  5827. "side-channel-map": "^1.0.1"
  5828. },
  5829. "engines": {
  5830. "node": ">= 0.4"
  5831. },
  5832. "funding": {
  5833. "url": "https://github.com/sponsors/ljharb"
  5834. }
  5835. },
  5836. "node_modules/source-map-js": {
  5837. "version": "1.2.1",
  5838. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  5839. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5840. "license": "BSD-3-Clause",
  5841. "engines": {
  5842. "node": ">=0.10.0"
  5843. }
  5844. },
  5845. "node_modules/stable-hash": {
  5846. "version": "0.0.5",
  5847. "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
  5848. "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  5849. "dev": true,
  5850. "license": "MIT"
  5851. },
  5852. "node_modules/stop-iteration-iterator": {
  5853. "version": "1.1.0",
  5854. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  5855. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  5856. "dev": true,
  5857. "license": "MIT",
  5858. "dependencies": {
  5859. "es-errors": "^1.3.0",
  5860. "internal-slot": "^1.1.0"
  5861. },
  5862. "engines": {
  5863. "node": ">= 0.4"
  5864. }
  5865. },
  5866. "node_modules/string.prototype.includes": {
  5867. "version": "2.0.1",
  5868. "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  5869. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  5870. "dev": true,
  5871. "license": "MIT",
  5872. "dependencies": {
  5873. "call-bind": "^1.0.7",
  5874. "define-properties": "^1.2.1",
  5875. "es-abstract": "^1.23.3"
  5876. },
  5877. "engines": {
  5878. "node": ">= 0.4"
  5879. }
  5880. },
  5881. "node_modules/string.prototype.matchall": {
  5882. "version": "4.0.12",
  5883. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  5884. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  5885. "dev": true,
  5886. "license": "MIT",
  5887. "dependencies": {
  5888. "call-bind": "^1.0.8",
  5889. "call-bound": "^1.0.3",
  5890. "define-properties": "^1.2.1",
  5891. "es-abstract": "^1.23.6",
  5892. "es-errors": "^1.3.0",
  5893. "es-object-atoms": "^1.0.0",
  5894. "get-intrinsic": "^1.2.6",
  5895. "gopd": "^1.2.0",
  5896. "has-symbols": "^1.1.0",
  5897. "internal-slot": "^1.1.0",
  5898. "regexp.prototype.flags": "^1.5.3",
  5899. "set-function-name": "^2.0.2",
  5900. "side-channel": "^1.1.0"
  5901. },
  5902. "engines": {
  5903. "node": ">= 0.4"
  5904. },
  5905. "funding": {
  5906. "url": "https://github.com/sponsors/ljharb"
  5907. }
  5908. },
  5909. "node_modules/string.prototype.repeat": {
  5910. "version": "1.0.0",
  5911. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  5912. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  5913. "dev": true,
  5914. "license": "MIT",
  5915. "dependencies": {
  5916. "define-properties": "^1.1.3",
  5917. "es-abstract": "^1.17.5"
  5918. }
  5919. },
  5920. "node_modules/string.prototype.trim": {
  5921. "version": "1.2.10",
  5922. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  5923. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  5924. "dev": true,
  5925. "license": "MIT",
  5926. "dependencies": {
  5927. "call-bind": "^1.0.8",
  5928. "call-bound": "^1.0.2",
  5929. "define-data-property": "^1.1.4",
  5930. "define-properties": "^1.2.1",
  5931. "es-abstract": "^1.23.5",
  5932. "es-object-atoms": "^1.0.0",
  5933. "has-property-descriptors": "^1.0.2"
  5934. },
  5935. "engines": {
  5936. "node": ">= 0.4"
  5937. },
  5938. "funding": {
  5939. "url": "https://github.com/sponsors/ljharb"
  5940. }
  5941. },
  5942. "node_modules/string.prototype.trimend": {
  5943. "version": "1.0.9",
  5944. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  5945. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  5946. "dev": true,
  5947. "license": "MIT",
  5948. "dependencies": {
  5949. "call-bind": "^1.0.8",
  5950. "call-bound": "^1.0.2",
  5951. "define-properties": "^1.2.1",
  5952. "es-object-atoms": "^1.0.0"
  5953. },
  5954. "engines": {
  5955. "node": ">= 0.4"
  5956. },
  5957. "funding": {
  5958. "url": "https://github.com/sponsors/ljharb"
  5959. }
  5960. },
  5961. "node_modules/string.prototype.trimstart": {
  5962. "version": "1.0.8",
  5963. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  5964. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  5965. "dev": true,
  5966. "license": "MIT",
  5967. "dependencies": {
  5968. "call-bind": "^1.0.7",
  5969. "define-properties": "^1.2.1",
  5970. "es-object-atoms": "^1.0.0"
  5971. },
  5972. "engines": {
  5973. "node": ">= 0.4"
  5974. },
  5975. "funding": {
  5976. "url": "https://github.com/sponsors/ljharb"
  5977. }
  5978. },
  5979. "node_modules/strip-bom": {
  5980. "version": "3.0.0",
  5981. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  5982. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  5983. "dev": true,
  5984. "license": "MIT",
  5985. "engines": {
  5986. "node": ">=4"
  5987. }
  5988. },
  5989. "node_modules/strip-json-comments": {
  5990. "version": "3.1.1",
  5991. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5992. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5993. "dev": true,
  5994. "license": "MIT",
  5995. "engines": {
  5996. "node": ">=8"
  5997. },
  5998. "funding": {
  5999. "url": "https://github.com/sponsors/sindresorhus"
  6000. }
  6001. },
  6002. "node_modules/styled-jsx": {
  6003. "version": "5.1.6",
  6004. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
  6005. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  6006. "license": "MIT",
  6007. "dependencies": {
  6008. "client-only": "0.0.1"
  6009. },
  6010. "engines": {
  6011. "node": ">= 12.0.0"
  6012. },
  6013. "peerDependencies": {
  6014. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  6015. },
  6016. "peerDependenciesMeta": {
  6017. "@babel/core": {
  6018. "optional": true
  6019. },
  6020. "babel-plugin-macros": {
  6021. "optional": true
  6022. }
  6023. }
  6024. },
  6025. "node_modules/supports-color": {
  6026. "version": "7.2.0",
  6027. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6028. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6029. "dev": true,
  6030. "license": "MIT",
  6031. "dependencies": {
  6032. "has-flag": "^4.0.0"
  6033. },
  6034. "engines": {
  6035. "node": ">=8"
  6036. }
  6037. },
  6038. "node_modules/supports-preserve-symlinks-flag": {
  6039. "version": "1.0.0",
  6040. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6041. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6042. "dev": true,
  6043. "license": "MIT",
  6044. "engines": {
  6045. "node": ">= 0.4"
  6046. },
  6047. "funding": {
  6048. "url": "https://github.com/sponsors/ljharb"
  6049. }
  6050. },
  6051. "node_modules/tailwindcss": {
  6052. "version": "4.1.16",
  6053. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz",
  6054. "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==",
  6055. "dev": true,
  6056. "license": "MIT"
  6057. },
  6058. "node_modules/tapable": {
  6059. "version": "2.3.0",
  6060. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
  6061. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  6062. "dev": true,
  6063. "license": "MIT",
  6064. "engines": {
  6065. "node": ">=6"
  6066. },
  6067. "funding": {
  6068. "type": "opencollective",
  6069. "url": "https://opencollective.com/webpack"
  6070. }
  6071. },
  6072. "node_modules/tinyglobby": {
  6073. "version": "0.2.15",
  6074. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  6075. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  6076. "dev": true,
  6077. "license": "MIT",
  6078. "dependencies": {
  6079. "fdir": "^6.5.0",
  6080. "picomatch": "^4.0.3"
  6081. },
  6082. "engines": {
  6083. "node": ">=12.0.0"
  6084. },
  6085. "funding": {
  6086. "url": "https://github.com/sponsors/SuperchupuDev"
  6087. }
  6088. },
  6089. "node_modules/tinyglobby/node_modules/fdir": {
  6090. "version": "6.5.0",
  6091. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6092. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6093. "dev": true,
  6094. "license": "MIT",
  6095. "engines": {
  6096. "node": ">=12.0.0"
  6097. },
  6098. "peerDependencies": {
  6099. "picomatch": "^3 || ^4"
  6100. },
  6101. "peerDependenciesMeta": {
  6102. "picomatch": {
  6103. "optional": true
  6104. }
  6105. }
  6106. },
  6107. "node_modules/tinyglobby/node_modules/picomatch": {
  6108. "version": "4.0.3",
  6109. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6110. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6111. "dev": true,
  6112. "license": "MIT",
  6113. "engines": {
  6114. "node": ">=12"
  6115. },
  6116. "funding": {
  6117. "url": "https://github.com/sponsors/jonschlinkert"
  6118. }
  6119. },
  6120. "node_modules/to-regex-range": {
  6121. "version": "5.0.1",
  6122. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6123. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6124. "dev": true,
  6125. "license": "MIT",
  6126. "dependencies": {
  6127. "is-number": "^7.0.0"
  6128. },
  6129. "engines": {
  6130. "node": ">=8.0"
  6131. }
  6132. },
  6133. "node_modules/ts-api-utils": {
  6134. "version": "2.1.0",
  6135. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
  6136. "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
  6137. "dev": true,
  6138. "license": "MIT",
  6139. "engines": {
  6140. "node": ">=18.12"
  6141. },
  6142. "peerDependencies": {
  6143. "typescript": ">=4.8.4"
  6144. }
  6145. },
  6146. "node_modules/tsconfig-paths": {
  6147. "version": "3.15.0",
  6148. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  6149. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  6150. "dev": true,
  6151. "license": "MIT",
  6152. "dependencies": {
  6153. "@types/json5": "^0.0.29",
  6154. "json5": "^1.0.2",
  6155. "minimist": "^1.2.6",
  6156. "strip-bom": "^3.0.0"
  6157. }
  6158. },
  6159. "node_modules/tsconfig-paths/node_modules/json5": {
  6160. "version": "1.0.2",
  6161. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  6162. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  6163. "dev": true,
  6164. "license": "MIT",
  6165. "dependencies": {
  6166. "minimist": "^1.2.0"
  6167. },
  6168. "bin": {
  6169. "json5": "lib/cli.js"
  6170. }
  6171. },
  6172. "node_modules/tslib": {
  6173. "version": "2.8.1",
  6174. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  6175. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  6176. "license": "0BSD"
  6177. },
  6178. "node_modules/type-check": {
  6179. "version": "0.4.0",
  6180. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6181. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6182. "dev": true,
  6183. "license": "MIT",
  6184. "dependencies": {
  6185. "prelude-ls": "^1.2.1"
  6186. },
  6187. "engines": {
  6188. "node": ">= 0.8.0"
  6189. }
  6190. },
  6191. "node_modules/typed-array-buffer": {
  6192. "version": "1.0.3",
  6193. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6194. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6195. "dev": true,
  6196. "license": "MIT",
  6197. "dependencies": {
  6198. "call-bound": "^1.0.3",
  6199. "es-errors": "^1.3.0",
  6200. "is-typed-array": "^1.1.14"
  6201. },
  6202. "engines": {
  6203. "node": ">= 0.4"
  6204. }
  6205. },
  6206. "node_modules/typed-array-byte-length": {
  6207. "version": "1.0.3",
  6208. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6209. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6210. "dev": true,
  6211. "license": "MIT",
  6212. "dependencies": {
  6213. "call-bind": "^1.0.8",
  6214. "for-each": "^0.3.3",
  6215. "gopd": "^1.2.0",
  6216. "has-proto": "^1.2.0",
  6217. "is-typed-array": "^1.1.14"
  6218. },
  6219. "engines": {
  6220. "node": ">= 0.4"
  6221. },
  6222. "funding": {
  6223. "url": "https://github.com/sponsors/ljharb"
  6224. }
  6225. },
  6226. "node_modules/typed-array-byte-offset": {
  6227. "version": "1.0.4",
  6228. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6229. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6230. "dev": true,
  6231. "license": "MIT",
  6232. "dependencies": {
  6233. "available-typed-arrays": "^1.0.7",
  6234. "call-bind": "^1.0.8",
  6235. "for-each": "^0.3.3",
  6236. "gopd": "^1.2.0",
  6237. "has-proto": "^1.2.0",
  6238. "is-typed-array": "^1.1.15",
  6239. "reflect.getprototypeof": "^1.0.9"
  6240. },
  6241. "engines": {
  6242. "node": ">= 0.4"
  6243. },
  6244. "funding": {
  6245. "url": "https://github.com/sponsors/ljharb"
  6246. }
  6247. },
  6248. "node_modules/typed-array-length": {
  6249. "version": "1.0.7",
  6250. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  6251. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  6252. "dev": true,
  6253. "license": "MIT",
  6254. "dependencies": {
  6255. "call-bind": "^1.0.7",
  6256. "for-each": "^0.3.3",
  6257. "gopd": "^1.0.1",
  6258. "is-typed-array": "^1.1.13",
  6259. "possible-typed-array-names": "^1.0.0",
  6260. "reflect.getprototypeof": "^1.0.6"
  6261. },
  6262. "engines": {
  6263. "node": ">= 0.4"
  6264. },
  6265. "funding": {
  6266. "url": "https://github.com/sponsors/ljharb"
  6267. }
  6268. },
  6269. "node_modules/typescript": {
  6270. "version": "5.9.3",
  6271. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  6272. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  6273. "dev": true,
  6274. "license": "Apache-2.0",
  6275. "bin": {
  6276. "tsc": "bin/tsc",
  6277. "tsserver": "bin/tsserver"
  6278. },
  6279. "engines": {
  6280. "node": ">=14.17"
  6281. }
  6282. },
  6283. "node_modules/typescript-eslint": {
  6284. "version": "8.46.2",
  6285. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.46.2.tgz",
  6286. "integrity": "sha512-vbw8bOmiuYNdzzV3lsiWv6sRwjyuKJMQqWulBOU7M0RrxedXledX8G8kBbQeiOYDnTfiXz0Y4081E1QMNB6iQg==",
  6287. "dev": true,
  6288. "license": "MIT",
  6289. "dependencies": {
  6290. "@typescript-eslint/eslint-plugin": "8.46.2",
  6291. "@typescript-eslint/parser": "8.46.2",
  6292. "@typescript-eslint/typescript-estree": "8.46.2",
  6293. "@typescript-eslint/utils": "8.46.2"
  6294. },
  6295. "engines": {
  6296. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6297. },
  6298. "funding": {
  6299. "type": "opencollective",
  6300. "url": "https://opencollective.com/typescript-eslint"
  6301. },
  6302. "peerDependencies": {
  6303. "eslint": "^8.57.0 || ^9.0.0",
  6304. "typescript": ">=4.8.4 <6.0.0"
  6305. }
  6306. },
  6307. "node_modules/unbox-primitive": {
  6308. "version": "1.1.0",
  6309. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6310. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6311. "dev": true,
  6312. "license": "MIT",
  6313. "dependencies": {
  6314. "call-bound": "^1.0.3",
  6315. "has-bigints": "^1.0.2",
  6316. "has-symbols": "^1.1.0",
  6317. "which-boxed-primitive": "^1.1.1"
  6318. },
  6319. "engines": {
  6320. "node": ">= 0.4"
  6321. },
  6322. "funding": {
  6323. "url": "https://github.com/sponsors/ljharb"
  6324. }
  6325. },
  6326. "node_modules/undici-types": {
  6327. "version": "6.21.0",
  6328. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  6329. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  6330. "dev": true,
  6331. "license": "MIT"
  6332. },
  6333. "node_modules/unrs-resolver": {
  6334. "version": "1.11.1",
  6335. "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
  6336. "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
  6337. "dev": true,
  6338. "hasInstallScript": true,
  6339. "license": "MIT",
  6340. "dependencies": {
  6341. "napi-postinstall": "^0.3.0"
  6342. },
  6343. "funding": {
  6344. "url": "https://opencollective.com/unrs-resolver"
  6345. },
  6346. "optionalDependencies": {
  6347. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  6348. "@unrs/resolver-binding-android-arm64": "1.11.1",
  6349. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  6350. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  6351. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  6352. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  6353. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  6354. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  6355. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  6356. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  6357. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  6358. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  6359. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  6360. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  6361. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  6362. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  6363. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  6364. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  6365. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  6366. }
  6367. },
  6368. "node_modules/update-browserslist-db": {
  6369. "version": "1.1.4",
  6370. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
  6371. "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
  6372. "dev": true,
  6373. "funding": [
  6374. {
  6375. "type": "opencollective",
  6376. "url": "https://opencollective.com/browserslist"
  6377. },
  6378. {
  6379. "type": "tidelift",
  6380. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6381. },
  6382. {
  6383. "type": "github",
  6384. "url": "https://github.com/sponsors/ai"
  6385. }
  6386. ],
  6387. "license": "MIT",
  6388. "dependencies": {
  6389. "escalade": "^3.2.0",
  6390. "picocolors": "^1.1.1"
  6391. },
  6392. "bin": {
  6393. "update-browserslist-db": "cli.js"
  6394. },
  6395. "peerDependencies": {
  6396. "browserslist": ">= 4.21.0"
  6397. }
  6398. },
  6399. "node_modules/uri-js": {
  6400. "version": "4.4.1",
  6401. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6402. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6403. "dev": true,
  6404. "license": "BSD-2-Clause",
  6405. "dependencies": {
  6406. "punycode": "^2.1.0"
  6407. }
  6408. },
  6409. "node_modules/which": {
  6410. "version": "2.0.2",
  6411. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6412. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6413. "dev": true,
  6414. "license": "ISC",
  6415. "dependencies": {
  6416. "isexe": "^2.0.0"
  6417. },
  6418. "bin": {
  6419. "node-which": "bin/node-which"
  6420. },
  6421. "engines": {
  6422. "node": ">= 8"
  6423. }
  6424. },
  6425. "node_modules/which-boxed-primitive": {
  6426. "version": "1.1.1",
  6427. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  6428. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  6429. "dev": true,
  6430. "license": "MIT",
  6431. "dependencies": {
  6432. "is-bigint": "^1.1.0",
  6433. "is-boolean-object": "^1.2.1",
  6434. "is-number-object": "^1.1.1",
  6435. "is-string": "^1.1.1",
  6436. "is-symbol": "^1.1.1"
  6437. },
  6438. "engines": {
  6439. "node": ">= 0.4"
  6440. },
  6441. "funding": {
  6442. "url": "https://github.com/sponsors/ljharb"
  6443. }
  6444. },
  6445. "node_modules/which-builtin-type": {
  6446. "version": "1.2.1",
  6447. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  6448. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  6449. "dev": true,
  6450. "license": "MIT",
  6451. "dependencies": {
  6452. "call-bound": "^1.0.2",
  6453. "function.prototype.name": "^1.1.6",
  6454. "has-tostringtag": "^1.0.2",
  6455. "is-async-function": "^2.0.0",
  6456. "is-date-object": "^1.1.0",
  6457. "is-finalizationregistry": "^1.1.0",
  6458. "is-generator-function": "^1.0.10",
  6459. "is-regex": "^1.2.1",
  6460. "is-weakref": "^1.0.2",
  6461. "isarray": "^2.0.5",
  6462. "which-boxed-primitive": "^1.1.0",
  6463. "which-collection": "^1.0.2",
  6464. "which-typed-array": "^1.1.16"
  6465. },
  6466. "engines": {
  6467. "node": ">= 0.4"
  6468. },
  6469. "funding": {
  6470. "url": "https://github.com/sponsors/ljharb"
  6471. }
  6472. },
  6473. "node_modules/which-collection": {
  6474. "version": "1.0.2",
  6475. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  6476. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  6477. "dev": true,
  6478. "license": "MIT",
  6479. "dependencies": {
  6480. "is-map": "^2.0.3",
  6481. "is-set": "^2.0.3",
  6482. "is-weakmap": "^2.0.2",
  6483. "is-weakset": "^2.0.3"
  6484. },
  6485. "engines": {
  6486. "node": ">= 0.4"
  6487. },
  6488. "funding": {
  6489. "url": "https://github.com/sponsors/ljharb"
  6490. }
  6491. },
  6492. "node_modules/which-typed-array": {
  6493. "version": "1.1.19",
  6494. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
  6495. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  6496. "dev": true,
  6497. "license": "MIT",
  6498. "dependencies": {
  6499. "available-typed-arrays": "^1.0.7",
  6500. "call-bind": "^1.0.8",
  6501. "call-bound": "^1.0.4",
  6502. "for-each": "^0.3.5",
  6503. "get-proto": "^1.0.1",
  6504. "gopd": "^1.2.0",
  6505. "has-tostringtag": "^1.0.2"
  6506. },
  6507. "engines": {
  6508. "node": ">= 0.4"
  6509. },
  6510. "funding": {
  6511. "url": "https://github.com/sponsors/ljharb"
  6512. }
  6513. },
  6514. "node_modules/word-wrap": {
  6515. "version": "1.2.5",
  6516. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  6517. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6518. "dev": true,
  6519. "license": "MIT",
  6520. "engines": {
  6521. "node": ">=0.10.0"
  6522. }
  6523. },
  6524. "node_modules/yallist": {
  6525. "version": "3.1.1",
  6526. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  6527. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6528. "dev": true,
  6529. "license": "ISC"
  6530. },
  6531. "node_modules/yocto-queue": {
  6532. "version": "0.1.0",
  6533. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6534. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6535. "dev": true,
  6536. "license": "MIT",
  6537. "engines": {
  6538. "node": ">=10"
  6539. },
  6540. "funding": {
  6541. "url": "https://github.com/sponsors/sindresorhus"
  6542. }
  6543. },
  6544. "node_modules/zod": {
  6545. "version": "4.1.12",
  6546. "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
  6547. "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
  6548. "dev": true,
  6549. "license": "MIT",
  6550. "funding": {
  6551. "url": "https://github.com/sponsors/colinhacks"
  6552. }
  6553. },
  6554. "node_modules/zod-validation-error": {
  6555. "version": "4.0.2",
  6556. "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
  6557. "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
  6558. "dev": true,
  6559. "license": "MIT",
  6560. "engines": {
  6561. "node": ">=18.0.0"
  6562. },
  6563. "peerDependencies": {
  6564. "zod": "^3.25.0 || ^4.0.0"
  6565. }
  6566. }
  6567. }
  6568. }