package-lock.json 239 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054
  1. {
  2. "name": "jenado-unlimited-website",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "jenado-unlimited-website",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@hookform/resolvers": "^5.7.1",
  12. "lucide-react": "^1.31.0",
  13. "next": "16.3.0",
  14. "react": "19.2.8",
  15. "react-dom": "19.2.8",
  16. "react-hook-form": "^7.85.0",
  17. "resend": "^6.19.0",
  18. "zod": "^4.4.3"
  19. },
  20. "devDependencies": {
  21. "@tailwindcss/postcss": "^4",
  22. "@types/node": "^20",
  23. "@types/react": "^19",
  24. "@types/react-dom": "^19",
  25. "eslint": "^9",
  26. "eslint-config-next": "16.3.0",
  27. "tailwindcss": "^4",
  28. "typescript": "^5"
  29. }
  30. },
  31. "node_modules/@alloc/quick-lru": {
  32. "version": "5.2.0",
  33. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  34. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  35. "dev": true,
  36. "license": "MIT",
  37. "engines": {
  38. "node": ">=10"
  39. },
  40. "funding": {
  41. "url": "https://github.com/sponsors/sindresorhus"
  42. }
  43. },
  44. "node_modules/@babel/code-frame": {
  45. "version": "7.29.7",
  46. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
  47. "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
  48. "dev": true,
  49. "license": "MIT",
  50. "dependencies": {
  51. "@babel/helper-validator-identifier": "^7.29.7",
  52. "js-tokens": "^4.0.0",
  53. "picocolors": "^1.1.1"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. }
  58. },
  59. "node_modules/@babel/compat-data": {
  60. "version": "7.29.7",
  61. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
  62. "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
  63. "dev": true,
  64. "license": "MIT",
  65. "engines": {
  66. "node": ">=6.9.0"
  67. }
  68. },
  69. "node_modules/@babel/core": {
  70. "version": "7.29.7",
  71. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
  72. "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
  73. "dev": true,
  74. "license": "MIT",
  75. "dependencies": {
  76. "@babel/code-frame": "^7.29.7",
  77. "@babel/generator": "^7.29.7",
  78. "@babel/helper-compilation-targets": "^7.29.7",
  79. "@babel/helper-module-transforms": "^7.29.7",
  80. "@babel/helpers": "^7.29.7",
  81. "@babel/parser": "^7.29.7",
  82. "@babel/template": "^7.29.7",
  83. "@babel/traverse": "^7.29.7",
  84. "@babel/types": "^7.29.7",
  85. "@jridgewell/remapping": "^2.3.5",
  86. "convert-source-map": "^2.0.0",
  87. "debug": "^4.1.0",
  88. "gensync": "^1.0.0-beta.2",
  89. "json5": "^2.2.3",
  90. "semver": "^6.3.1"
  91. },
  92. "engines": {
  93. "node": ">=6.9.0"
  94. },
  95. "funding": {
  96. "type": "opencollective",
  97. "url": "https://opencollective.com/babel"
  98. }
  99. },
  100. "node_modules/@babel/generator": {
  101. "version": "7.29.8",
  102. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz",
  103. "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
  104. "dev": true,
  105. "license": "MIT",
  106. "dependencies": {
  107. "@babel/parser": "^7.29.8",
  108. "@babel/types": "^7.29.8",
  109. "@jridgewell/gen-mapping": "^0.3.12",
  110. "@jridgewell/trace-mapping": "^0.3.28",
  111. "jsesc": "^3.0.2"
  112. },
  113. "engines": {
  114. "node": ">=6.9.0"
  115. }
  116. },
  117. "node_modules/@babel/helper-compilation-targets": {
  118. "version": "7.29.7",
  119. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
  120. "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
  121. "dev": true,
  122. "license": "MIT",
  123. "dependencies": {
  124. "@babel/compat-data": "^7.29.7",
  125. "@babel/helper-validator-option": "^7.29.7",
  126. "browserslist": "^4.24.0",
  127. "lru-cache": "^5.1.1",
  128. "semver": "^6.3.1"
  129. },
  130. "engines": {
  131. "node": ">=6.9.0"
  132. }
  133. },
  134. "node_modules/@babel/helper-globals": {
  135. "version": "7.29.7",
  136. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
  137. "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
  138. "dev": true,
  139. "license": "MIT",
  140. "engines": {
  141. "node": ">=6.9.0"
  142. }
  143. },
  144. "node_modules/@babel/helper-module-imports": {
  145. "version": "7.29.7",
  146. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
  147. "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
  148. "dev": true,
  149. "license": "MIT",
  150. "dependencies": {
  151. "@babel/traverse": "^7.29.7",
  152. "@babel/types": "^7.29.7"
  153. },
  154. "engines": {
  155. "node": ">=6.9.0"
  156. }
  157. },
  158. "node_modules/@babel/helper-module-transforms": {
  159. "version": "7.29.7",
  160. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
  161. "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
  162. "dev": true,
  163. "license": "MIT",
  164. "dependencies": {
  165. "@babel/helper-module-imports": "^7.29.7",
  166. "@babel/helper-validator-identifier": "^7.29.7",
  167. "@babel/traverse": "^7.29.7"
  168. },
  169. "engines": {
  170. "node": ">=6.9.0"
  171. },
  172. "peerDependencies": {
  173. "@babel/core": "^7.0.0"
  174. }
  175. },
  176. "node_modules/@babel/helper-string-parser": {
  177. "version": "7.29.7",
  178. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  179. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  180. "dev": true,
  181. "license": "MIT",
  182. "engines": {
  183. "node": ">=6.9.0"
  184. }
  185. },
  186. "node_modules/@babel/helper-validator-identifier": {
  187. "version": "7.29.7",
  188. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  189. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  190. "dev": true,
  191. "license": "MIT",
  192. "engines": {
  193. "node": ">=6.9.0"
  194. }
  195. },
  196. "node_modules/@babel/helper-validator-option": {
  197. "version": "7.29.7",
  198. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
  199. "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
  200. "dev": true,
  201. "license": "MIT",
  202. "engines": {
  203. "node": ">=6.9.0"
  204. }
  205. },
  206. "node_modules/@babel/helpers": {
  207. "version": "7.29.7",
  208. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
  209. "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
  210. "dev": true,
  211. "license": "MIT",
  212. "dependencies": {
  213. "@babel/template": "^7.29.7",
  214. "@babel/types": "^7.29.7"
  215. },
  216. "engines": {
  217. "node": ">=6.9.0"
  218. }
  219. },
  220. "node_modules/@babel/parser": {
  221. "version": "7.29.8",
  222. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
  223. "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
  224. "dev": true,
  225. "license": "MIT",
  226. "dependencies": {
  227. "@babel/types": "^7.29.8"
  228. },
  229. "bin": {
  230. "parser": "bin/babel-parser.js"
  231. },
  232. "engines": {
  233. "node": ">=6.0.0"
  234. }
  235. },
  236. "node_modules/@babel/template": {
  237. "version": "7.29.7",
  238. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
  239. "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
  240. "dev": true,
  241. "license": "MIT",
  242. "dependencies": {
  243. "@babel/code-frame": "^7.29.7",
  244. "@babel/parser": "^7.29.7",
  245. "@babel/types": "^7.29.7"
  246. },
  247. "engines": {
  248. "node": ">=6.9.0"
  249. }
  250. },
  251. "node_modules/@babel/traverse": {
  252. "version": "7.29.8",
  253. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz",
  254. "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
  255. "dev": true,
  256. "license": "MIT",
  257. "dependencies": {
  258. "@babel/code-frame": "^7.29.7",
  259. "@babel/generator": "^7.29.8",
  260. "@babel/helper-globals": "^7.29.7",
  261. "@babel/parser": "^7.29.8",
  262. "@babel/template": "^7.29.7",
  263. "@babel/types": "^7.29.8",
  264. "debug": "^4.3.1"
  265. },
  266. "engines": {
  267. "node": ">=6.9.0"
  268. }
  269. },
  270. "node_modules/@babel/types": {
  271. "version": "7.29.8",
  272. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
  273. "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
  274. "dev": true,
  275. "license": "MIT",
  276. "dependencies": {
  277. "@babel/helper-string-parser": "^7.29.7",
  278. "@babel/helper-validator-identifier": "^7.29.7"
  279. },
  280. "engines": {
  281. "node": ">=6.9.0"
  282. }
  283. },
  284. "node_modules/@emnapi/core": {
  285. "version": "1.10.0",
  286. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
  287. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  288. "dev": true,
  289. "license": "MIT",
  290. "optional": true,
  291. "dependencies": {
  292. "@emnapi/wasi-threads": "1.2.1",
  293. "tslib": "^2.4.0"
  294. }
  295. },
  296. "node_modules/@emnapi/runtime": {
  297. "version": "1.11.3",
  298. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.3.tgz",
  299. "integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==",
  300. "license": "MIT",
  301. "optional": true,
  302. "dependencies": {
  303. "tslib": "^2.4.0"
  304. }
  305. },
  306. "node_modules/@emnapi/wasi-threads": {
  307. "version": "1.2.1",
  308. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  309. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  310. "dev": true,
  311. "license": "MIT",
  312. "optional": true,
  313. "dependencies": {
  314. "tslib": "^2.4.0"
  315. }
  316. },
  317. "node_modules/@eslint-community/eslint-utils": {
  318. "version": "4.10.1",
  319. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz",
  320. "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",
  321. "dev": true,
  322. "license": "MIT",
  323. "dependencies": {
  324. "eslint-visitor-keys": "^3.4.3"
  325. },
  326. "engines": {
  327. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  328. },
  329. "funding": {
  330. "url": "https://opencollective.com/eslint"
  331. },
  332. "peerDependencies": {
  333. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  334. }
  335. },
  336. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  337. "version": "3.4.3",
  338. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  339. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  340. "dev": true,
  341. "license": "Apache-2.0",
  342. "engines": {
  343. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  344. },
  345. "funding": {
  346. "url": "https://opencollective.com/eslint"
  347. }
  348. },
  349. "node_modules/@eslint-community/regexpp": {
  350. "version": "4.12.2",
  351. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  352. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  353. "dev": true,
  354. "license": "MIT",
  355. "engines": {
  356. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  357. }
  358. },
  359. "node_modules/@eslint/config-array": {
  360. "version": "0.21.2",
  361. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
  362. "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
  363. "dev": true,
  364. "license": "Apache-2.0",
  365. "dependencies": {
  366. "@eslint/object-schema": "^2.1.7",
  367. "debug": "^4.3.1",
  368. "minimatch": "^3.1.5"
  369. },
  370. "engines": {
  371. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  372. }
  373. },
  374. "node_modules/@eslint/config-helpers": {
  375. "version": "0.4.2",
  376. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
  377. "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
  378. "dev": true,
  379. "license": "Apache-2.0",
  380. "dependencies": {
  381. "@eslint/core": "^0.17.0"
  382. },
  383. "engines": {
  384. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  385. }
  386. },
  387. "node_modules/@eslint/core": {
  388. "version": "0.17.0",
  389. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
  390. "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
  391. "dev": true,
  392. "license": "Apache-2.0",
  393. "dependencies": {
  394. "@types/json-schema": "^7.0.15"
  395. },
  396. "engines": {
  397. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  398. }
  399. },
  400. "node_modules/@eslint/eslintrc": {
  401. "version": "3.3.6",
  402. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.6.tgz",
  403. "integrity": "sha512-l2Ul9PrHsPCKcEY/ac7VgFj9D80C7S68sOKc618SyHDPK36s1XcFebXY0iTzUVn4Yq+YbwvSnDmCz9yxjX+QrA==",
  404. "dev": true,
  405. "license": "MIT",
  406. "dependencies": {
  407. "ajv": "^6.14.0",
  408. "debug": "^4.3.2",
  409. "espree": "^10.0.1",
  410. "globals": "^14.0.0",
  411. "ignore": "^5.2.0",
  412. "import-fresh": "^3.2.1",
  413. "js-yaml": "^4.3.0",
  414. "minimatch": "^3.1.5",
  415. "strip-json-comments": "^3.1.1"
  416. },
  417. "engines": {
  418. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  419. },
  420. "funding": {
  421. "url": "https://opencollective.com/eslint"
  422. }
  423. },
  424. "node_modules/@eslint/eslintrc/node_modules/ajv": {
  425. "version": "6.15.0",
  426. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
  427. "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
  428. "dev": true,
  429. "license": "MIT",
  430. "dependencies": {
  431. "fast-deep-equal": "^3.1.1",
  432. "fast-json-stable-stringify": "^2.0.0",
  433. "json-schema-traverse": "^0.4.1",
  434. "uri-js": "^4.2.2"
  435. },
  436. "funding": {
  437. "type": "github",
  438. "url": "https://github.com/sponsors/epoberezkin"
  439. }
  440. },
  441. "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
  442. "version": "0.4.1",
  443. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  444. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  445. "dev": true,
  446. "license": "MIT"
  447. },
  448. "node_modules/@eslint/js": {
  449. "version": "9.39.5",
  450. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.5.tgz",
  451. "integrity": "sha512-QywQuszQh77pIXCsq998c8hbhSTI/azTty1Z6N53dmAudKHhy573j3yvRLsX2BSp8YpLtoCEG8E9DJe+8zUh4A==",
  452. "dev": true,
  453. "license": "MIT",
  454. "engines": {
  455. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  456. },
  457. "funding": {
  458. "url": "https://eslint.org/donate"
  459. }
  460. },
  461. "node_modules/@eslint/object-schema": {
  462. "version": "2.1.7",
  463. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  464. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  465. "dev": true,
  466. "license": "Apache-2.0",
  467. "engines": {
  468. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  469. }
  470. },
  471. "node_modules/@eslint/plugin-kit": {
  472. "version": "0.4.1",
  473. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
  474. "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
  475. "dev": true,
  476. "license": "Apache-2.0",
  477. "dependencies": {
  478. "@eslint/core": "^0.17.0",
  479. "levn": "^0.4.1"
  480. },
  481. "engines": {
  482. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  483. }
  484. },
  485. "node_modules/@hookform/resolvers": {
  486. "version": "5.7.1",
  487. "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.7.1.tgz",
  488. "integrity": "sha512-8wS/P4UDr5sQDe4nFaV51TVyfDPrWgNIXweqG0Bs9Z5LSuzKLb+RQNPvkN2oHM5SRrJyWrVH/F+LOUcFjUyvwQ==",
  489. "license": "MIT",
  490. "dependencies": {
  491. "@standard-schema/utils": "^0.3.0"
  492. },
  493. "peerDependencies": {
  494. "@sinclair/typebox": ">=0.25.24",
  495. "@standard-schema/spec": "^1.0.0",
  496. "@typeschema/main": ">=0.13.7",
  497. "@vinejs/vine": "^2.0.0 || ^3.0.0 || ^4.0.0",
  498. "ajv": "^8.12.0",
  499. "ajv-errors": "^3.0.0",
  500. "ajv-formats": "^2.1.1",
  501. "arktype": "^2.0.0",
  502. "ata-validator": "^1.2.0",
  503. "class-transformer": ">=0.4.0",
  504. "class-validator": ">=0.12.0",
  505. "computed-types": "^1.0.0",
  506. "effect": "^3.10.3",
  507. "fluentvalidation-ts": "^3.0.0",
  508. "fp-ts": "^2.7.0",
  509. "io-ts": "^2.0.0",
  510. "joi": "^17.0.0",
  511. "nope-validator": ">=0.12.0",
  512. "react-hook-form": "^7.55.0",
  513. "superstruct": ">=0.12.0",
  514. "typanion": "^3.3.2",
  515. "valibot": ">=0.31.0 || ^1.0.0-beta.4 || ^1.0.0-rc",
  516. "vest": ">=3.0.0",
  517. "yup": "^1.0.0",
  518. "zod": "^3.25.0 || ^4.0.0"
  519. },
  520. "peerDependenciesMeta": {
  521. "@sinclair/typebox": {
  522. "optional": true
  523. },
  524. "@standard-schema/spec": {
  525. "optional": true
  526. },
  527. "@typeschema/main": {
  528. "optional": true
  529. },
  530. "@vinejs/vine": {
  531. "optional": true
  532. },
  533. "ajv": {
  534. "optional": true
  535. },
  536. "ajv-errors": {
  537. "optional": true
  538. },
  539. "ajv-formats": {
  540. "optional": true
  541. },
  542. "arktype": {
  543. "optional": true
  544. },
  545. "ata-validator": {
  546. "optional": true
  547. },
  548. "class-transformer": {
  549. "optional": true
  550. },
  551. "class-validator": {
  552. "optional": true
  553. },
  554. "computed-types": {
  555. "optional": true
  556. },
  557. "effect": {
  558. "optional": true
  559. },
  560. "fluentvalidation-ts": {
  561. "optional": true
  562. },
  563. "fp-ts": {
  564. "optional": true
  565. },
  566. "io-ts": {
  567. "optional": true
  568. },
  569. "joi": {
  570. "optional": true
  571. },
  572. "nope-validator": {
  573. "optional": true
  574. },
  575. "superstruct": {
  576. "optional": true
  577. },
  578. "typanion": {
  579. "optional": true
  580. },
  581. "valibot": {
  582. "optional": true
  583. },
  584. "vest": {
  585. "optional": true
  586. },
  587. "yup": {
  588. "optional": true
  589. },
  590. "zod": {
  591. "optional": true
  592. }
  593. }
  594. },
  595. "node_modules/@humanfs/core": {
  596. "version": "0.19.2",
  597. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
  598. "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
  599. "dev": true,
  600. "license": "Apache-2.0",
  601. "dependencies": {
  602. "@humanfs/types": "^0.15.0"
  603. },
  604. "engines": {
  605. "node": ">=18.18.0"
  606. }
  607. },
  608. "node_modules/@humanfs/node": {
  609. "version": "0.16.8",
  610. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
  611. "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
  612. "dev": true,
  613. "license": "Apache-2.0",
  614. "dependencies": {
  615. "@humanfs/core": "^0.19.2",
  616. "@humanfs/types": "^0.15.0",
  617. "@humanwhocodes/retry": "^0.4.0"
  618. },
  619. "engines": {
  620. "node": ">=18.18.0"
  621. }
  622. },
  623. "node_modules/@humanfs/types": {
  624. "version": "0.15.0",
  625. "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
  626. "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
  627. "dev": true,
  628. "license": "Apache-2.0",
  629. "engines": {
  630. "node": ">=18.18.0"
  631. }
  632. },
  633. "node_modules/@humanwhocodes/module-importer": {
  634. "version": "1.0.1",
  635. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  636. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  637. "dev": true,
  638. "license": "Apache-2.0",
  639. "engines": {
  640. "node": ">=12.22"
  641. },
  642. "funding": {
  643. "type": "github",
  644. "url": "https://github.com/sponsors/nzakas"
  645. }
  646. },
  647. "node_modules/@humanwhocodes/retry": {
  648. "version": "0.4.3",
  649. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  650. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  651. "dev": true,
  652. "license": "Apache-2.0",
  653. "engines": {
  654. "node": ">=18.18"
  655. },
  656. "funding": {
  657. "type": "github",
  658. "url": "https://github.com/sponsors/nzakas"
  659. }
  660. },
  661. "node_modules/@img/colour": {
  662. "version": "1.1.0",
  663. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  664. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  665. "license": "MIT",
  666. "optional": true,
  667. "engines": {
  668. "node": ">=18"
  669. }
  670. },
  671. "node_modules/@img/sharp-darwin-arm64": {
  672. "version": "0.35.3",
  673. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.35.3.tgz",
  674. "integrity": "sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==",
  675. "cpu": [
  676. "arm64"
  677. ],
  678. "license": "Apache-2.0",
  679. "optional": true,
  680. "os": [
  681. "darwin"
  682. ],
  683. "engines": {
  684. "node": ">=20.9.0"
  685. },
  686. "funding": {
  687. "url": "https://opencollective.com/libvips"
  688. },
  689. "optionalDependencies": {
  690. "@img/sharp-libvips-darwin-arm64": "1.3.2"
  691. }
  692. },
  693. "node_modules/@img/sharp-darwin-x64": {
  694. "version": "0.35.3",
  695. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.35.3.tgz",
  696. "integrity": "sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==",
  697. "cpu": [
  698. "x64"
  699. ],
  700. "license": "Apache-2.0",
  701. "optional": true,
  702. "os": [
  703. "darwin"
  704. ],
  705. "engines": {
  706. "node": ">=20.9.0"
  707. },
  708. "funding": {
  709. "url": "https://opencollective.com/libvips"
  710. },
  711. "optionalDependencies": {
  712. "@img/sharp-libvips-darwin-x64": "1.3.2"
  713. }
  714. },
  715. "node_modules/@img/sharp-freebsd-wasm32": {
  716. "version": "0.35.3",
  717. "resolved": "https://registry.npmjs.org/@img/sharp-freebsd-wasm32/-/sharp-freebsd-wasm32-0.35.3.tgz",
  718. "integrity": "sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==",
  719. "license": "Apache-2.0",
  720. "optional": true,
  721. "os": [
  722. "freebsd"
  723. ],
  724. "dependencies": {
  725. "@img/sharp-wasm32": "0.35.3"
  726. },
  727. "engines": {
  728. "node": ">=20.9.0"
  729. },
  730. "funding": {
  731. "url": "https://opencollective.com/libvips"
  732. }
  733. },
  734. "node_modules/@img/sharp-libvips-darwin-arm64": {
  735. "version": "1.3.2",
  736. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.3.2.tgz",
  737. "integrity": "sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==",
  738. "cpu": [
  739. "arm64"
  740. ],
  741. "license": "LGPL-3.0-or-later",
  742. "optional": true,
  743. "os": [
  744. "darwin"
  745. ],
  746. "funding": {
  747. "url": "https://opencollective.com/libvips"
  748. }
  749. },
  750. "node_modules/@img/sharp-libvips-darwin-x64": {
  751. "version": "1.3.2",
  752. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.3.2.tgz",
  753. "integrity": "sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==",
  754. "cpu": [
  755. "x64"
  756. ],
  757. "license": "LGPL-3.0-or-later",
  758. "optional": true,
  759. "os": [
  760. "darwin"
  761. ],
  762. "funding": {
  763. "url": "https://opencollective.com/libvips"
  764. }
  765. },
  766. "node_modules/@img/sharp-libvips-linux-arm": {
  767. "version": "1.3.2",
  768. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.3.2.tgz",
  769. "integrity": "sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==",
  770. "cpu": [
  771. "arm"
  772. ],
  773. "license": "LGPL-3.0-or-later",
  774. "optional": true,
  775. "os": [
  776. "linux"
  777. ],
  778. "funding": {
  779. "url": "https://opencollective.com/libvips"
  780. }
  781. },
  782. "node_modules/@img/sharp-libvips-linux-arm64": {
  783. "version": "1.3.2",
  784. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.3.2.tgz",
  785. "integrity": "sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==",
  786. "cpu": [
  787. "arm64"
  788. ],
  789. "license": "LGPL-3.0-or-later",
  790. "optional": true,
  791. "os": [
  792. "linux"
  793. ],
  794. "funding": {
  795. "url": "https://opencollective.com/libvips"
  796. }
  797. },
  798. "node_modules/@img/sharp-libvips-linux-ppc64": {
  799. "version": "1.3.2",
  800. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.3.2.tgz",
  801. "integrity": "sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==",
  802. "cpu": [
  803. "ppc64"
  804. ],
  805. "license": "LGPL-3.0-or-later",
  806. "optional": true,
  807. "os": [
  808. "linux"
  809. ],
  810. "funding": {
  811. "url": "https://opencollective.com/libvips"
  812. }
  813. },
  814. "node_modules/@img/sharp-libvips-linux-riscv64": {
  815. "version": "1.3.2",
  816. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.3.2.tgz",
  817. "integrity": "sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==",
  818. "cpu": [
  819. "riscv64"
  820. ],
  821. "license": "LGPL-3.0-or-later",
  822. "optional": true,
  823. "os": [
  824. "linux"
  825. ],
  826. "funding": {
  827. "url": "https://opencollective.com/libvips"
  828. }
  829. },
  830. "node_modules/@img/sharp-libvips-linux-s390x": {
  831. "version": "1.3.2",
  832. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.3.2.tgz",
  833. "integrity": "sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==",
  834. "cpu": [
  835. "s390x"
  836. ],
  837. "license": "LGPL-3.0-or-later",
  838. "optional": true,
  839. "os": [
  840. "linux"
  841. ],
  842. "funding": {
  843. "url": "https://opencollective.com/libvips"
  844. }
  845. },
  846. "node_modules/@img/sharp-libvips-linux-x64": {
  847. "version": "1.3.2",
  848. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.2.tgz",
  849. "integrity": "sha512-ITPEtgffGJ0S6G9dRyw/366tJQqFRcHWPHhC+Stpg3Z8AEMrDrTr2lhdz4f/Y/HMbRh//7Z5mBzEpVdi62Oc3w==",
  850. "cpu": [
  851. "x64"
  852. ],
  853. "license": "LGPL-3.0-or-later",
  854. "optional": true,
  855. "os": [
  856. "linux"
  857. ],
  858. "funding": {
  859. "url": "https://opencollective.com/libvips"
  860. }
  861. },
  862. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  863. "version": "1.3.2",
  864. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.3.2.tgz",
  865. "integrity": "sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==",
  866. "cpu": [
  867. "arm64"
  868. ],
  869. "license": "LGPL-3.0-or-later",
  870. "optional": true,
  871. "os": [
  872. "linux"
  873. ],
  874. "funding": {
  875. "url": "https://opencollective.com/libvips"
  876. }
  877. },
  878. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  879. "version": "1.3.2",
  880. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.3.2.tgz",
  881. "integrity": "sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==",
  882. "cpu": [
  883. "x64"
  884. ],
  885. "license": "LGPL-3.0-or-later",
  886. "optional": true,
  887. "os": [
  888. "linux"
  889. ],
  890. "funding": {
  891. "url": "https://opencollective.com/libvips"
  892. }
  893. },
  894. "node_modules/@img/sharp-linux-arm": {
  895. "version": "0.35.3",
  896. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.35.3.tgz",
  897. "integrity": "sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==",
  898. "cpu": [
  899. "arm"
  900. ],
  901. "license": "Apache-2.0",
  902. "optional": true,
  903. "os": [
  904. "linux"
  905. ],
  906. "engines": {
  907. "node": ">=20.9.0"
  908. },
  909. "funding": {
  910. "url": "https://opencollective.com/libvips"
  911. },
  912. "optionalDependencies": {
  913. "@img/sharp-libvips-linux-arm": "1.3.2"
  914. }
  915. },
  916. "node_modules/@img/sharp-linux-arm64": {
  917. "version": "0.35.3",
  918. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.35.3.tgz",
  919. "integrity": "sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==",
  920. "cpu": [
  921. "arm64"
  922. ],
  923. "license": "Apache-2.0",
  924. "optional": true,
  925. "os": [
  926. "linux"
  927. ],
  928. "engines": {
  929. "node": ">=20.9.0"
  930. },
  931. "funding": {
  932. "url": "https://opencollective.com/libvips"
  933. },
  934. "optionalDependencies": {
  935. "@img/sharp-libvips-linux-arm64": "1.3.2"
  936. }
  937. },
  938. "node_modules/@img/sharp-linux-ppc64": {
  939. "version": "0.35.3",
  940. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.35.3.tgz",
  941. "integrity": "sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==",
  942. "cpu": [
  943. "ppc64"
  944. ],
  945. "license": "Apache-2.0",
  946. "optional": true,
  947. "os": [
  948. "linux"
  949. ],
  950. "engines": {
  951. "node": ">=20.9.0"
  952. },
  953. "funding": {
  954. "url": "https://opencollective.com/libvips"
  955. },
  956. "optionalDependencies": {
  957. "@img/sharp-libvips-linux-ppc64": "1.3.2"
  958. }
  959. },
  960. "node_modules/@img/sharp-linux-riscv64": {
  961. "version": "0.35.3",
  962. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.35.3.tgz",
  963. "integrity": "sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==",
  964. "cpu": [
  965. "riscv64"
  966. ],
  967. "license": "Apache-2.0",
  968. "optional": true,
  969. "os": [
  970. "linux"
  971. ],
  972. "engines": {
  973. "node": ">=20.9.0"
  974. },
  975. "funding": {
  976. "url": "https://opencollective.com/libvips"
  977. },
  978. "optionalDependencies": {
  979. "@img/sharp-libvips-linux-riscv64": "1.3.2"
  980. }
  981. },
  982. "node_modules/@img/sharp-linux-s390x": {
  983. "version": "0.35.3",
  984. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.35.3.tgz",
  985. "integrity": "sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==",
  986. "cpu": [
  987. "s390x"
  988. ],
  989. "license": "Apache-2.0",
  990. "optional": true,
  991. "os": [
  992. "linux"
  993. ],
  994. "engines": {
  995. "node": ">=20.9.0"
  996. },
  997. "funding": {
  998. "url": "https://opencollective.com/libvips"
  999. },
  1000. "optionalDependencies": {
  1001. "@img/sharp-libvips-linux-s390x": "1.3.2"
  1002. }
  1003. },
  1004. "node_modules/@img/sharp-linux-x64": {
  1005. "version": "0.35.3",
  1006. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.3.tgz",
  1007. "integrity": "sha512-8pqvxubL2PGdhlPy6GLqzDYMUjyRmKAwKHYKixpdJYBUK7PJ0C029XdsnpFIdgRZG68fZiGdHVWcKPvtiPB4cA==",
  1008. "cpu": [
  1009. "x64"
  1010. ],
  1011. "license": "Apache-2.0",
  1012. "optional": true,
  1013. "os": [
  1014. "linux"
  1015. ],
  1016. "engines": {
  1017. "node": ">=20.9.0"
  1018. },
  1019. "funding": {
  1020. "url": "https://opencollective.com/libvips"
  1021. },
  1022. "optionalDependencies": {
  1023. "@img/sharp-libvips-linux-x64": "1.3.2"
  1024. }
  1025. },
  1026. "node_modules/@img/sharp-linuxmusl-arm64": {
  1027. "version": "0.35.3",
  1028. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.35.3.tgz",
  1029. "integrity": "sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==",
  1030. "cpu": [
  1031. "arm64"
  1032. ],
  1033. "license": "Apache-2.0",
  1034. "optional": true,
  1035. "os": [
  1036. "linux"
  1037. ],
  1038. "engines": {
  1039. "node": ">=20.9.0"
  1040. },
  1041. "funding": {
  1042. "url": "https://opencollective.com/libvips"
  1043. },
  1044. "optionalDependencies": {
  1045. "@img/sharp-libvips-linuxmusl-arm64": "1.3.2"
  1046. }
  1047. },
  1048. "node_modules/@img/sharp-linuxmusl-x64": {
  1049. "version": "0.35.3",
  1050. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.35.3.tgz",
  1051. "integrity": "sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==",
  1052. "cpu": [
  1053. "x64"
  1054. ],
  1055. "license": "Apache-2.0",
  1056. "optional": true,
  1057. "os": [
  1058. "linux"
  1059. ],
  1060. "engines": {
  1061. "node": ">=20.9.0"
  1062. },
  1063. "funding": {
  1064. "url": "https://opencollective.com/libvips"
  1065. },
  1066. "optionalDependencies": {
  1067. "@img/sharp-libvips-linuxmusl-x64": "1.3.2"
  1068. }
  1069. },
  1070. "node_modules/@img/sharp-wasm32": {
  1071. "version": "0.35.3",
  1072. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.35.3.tgz",
  1073. "integrity": "sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==",
  1074. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1075. "optional": true,
  1076. "dependencies": {
  1077. "@emnapi/runtime": "^1.11.1"
  1078. },
  1079. "engines": {
  1080. "node": ">=20.9.0"
  1081. },
  1082. "funding": {
  1083. "url": "https://opencollective.com/libvips"
  1084. }
  1085. },
  1086. "node_modules/@img/sharp-webcontainers-wasm32": {
  1087. "version": "0.35.3",
  1088. "resolved": "https://registry.npmjs.org/@img/sharp-webcontainers-wasm32/-/sharp-webcontainers-wasm32-0.35.3.tgz",
  1089. "integrity": "sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==",
  1090. "cpu": [
  1091. "wasm32"
  1092. ],
  1093. "license": "Apache-2.0",
  1094. "optional": true,
  1095. "dependencies": {
  1096. "@img/sharp-wasm32": "0.35.3"
  1097. },
  1098. "engines": {
  1099. "node": ">=20.9.0"
  1100. },
  1101. "funding": {
  1102. "url": "https://opencollective.com/libvips"
  1103. }
  1104. },
  1105. "node_modules/@img/sharp-win32-arm64": {
  1106. "version": "0.35.3",
  1107. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.35.3.tgz",
  1108. "integrity": "sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==",
  1109. "cpu": [
  1110. "arm64"
  1111. ],
  1112. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1113. "optional": true,
  1114. "os": [
  1115. "win32"
  1116. ],
  1117. "engines": {
  1118. "node": ">=20.9.0"
  1119. },
  1120. "funding": {
  1121. "url": "https://opencollective.com/libvips"
  1122. }
  1123. },
  1124. "node_modules/@img/sharp-win32-ia32": {
  1125. "version": "0.35.3",
  1126. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.35.3.tgz",
  1127. "integrity": "sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==",
  1128. "cpu": [
  1129. "ia32"
  1130. ],
  1131. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1132. "optional": true,
  1133. "os": [
  1134. "win32"
  1135. ],
  1136. "engines": {
  1137. "node": "^20.9.0"
  1138. },
  1139. "funding": {
  1140. "url": "https://opencollective.com/libvips"
  1141. }
  1142. },
  1143. "node_modules/@img/sharp-win32-x64": {
  1144. "version": "0.35.3",
  1145. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.35.3.tgz",
  1146. "integrity": "sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==",
  1147. "cpu": [
  1148. "x64"
  1149. ],
  1150. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1151. "optional": true,
  1152. "os": [
  1153. "win32"
  1154. ],
  1155. "engines": {
  1156. "node": ">=20.9.0"
  1157. },
  1158. "funding": {
  1159. "url": "https://opencollective.com/libvips"
  1160. }
  1161. },
  1162. "node_modules/@jridgewell/gen-mapping": {
  1163. "version": "0.3.13",
  1164. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1165. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1166. "dev": true,
  1167. "license": "MIT",
  1168. "dependencies": {
  1169. "@jridgewell/sourcemap-codec": "^1.5.0",
  1170. "@jridgewell/trace-mapping": "^0.3.24"
  1171. }
  1172. },
  1173. "node_modules/@jridgewell/remapping": {
  1174. "version": "2.3.5",
  1175. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1176. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1177. "dev": true,
  1178. "license": "MIT",
  1179. "dependencies": {
  1180. "@jridgewell/gen-mapping": "^0.3.5",
  1181. "@jridgewell/trace-mapping": "^0.3.24"
  1182. }
  1183. },
  1184. "node_modules/@jridgewell/resolve-uri": {
  1185. "version": "3.1.2",
  1186. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1187. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1188. "dev": true,
  1189. "license": "MIT",
  1190. "engines": {
  1191. "node": ">=6.0.0"
  1192. }
  1193. },
  1194. "node_modules/@jridgewell/sourcemap-codec": {
  1195. "version": "1.5.5",
  1196. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1197. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1198. "dev": true,
  1199. "license": "MIT"
  1200. },
  1201. "node_modules/@jridgewell/trace-mapping": {
  1202. "version": "0.3.31",
  1203. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1204. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1205. "dev": true,
  1206. "license": "MIT",
  1207. "dependencies": {
  1208. "@jridgewell/resolve-uri": "^3.1.0",
  1209. "@jridgewell/sourcemap-codec": "^1.4.14"
  1210. }
  1211. },
  1212. "node_modules/@napi-rs/wasm-runtime": {
  1213. "version": "1.2.2",
  1214. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.2.tgz",
  1215. "integrity": "sha512-JfB4kuJQjaoHuCTseIINHtHWeJnvgEcxjwA5t/Y00ZgaOO1Crz3fjT/p8kT28zA/Caz7oiUMn3d6H2yOVCVwuw==",
  1216. "dev": true,
  1217. "license": "MIT",
  1218. "optional": true,
  1219. "dependencies": {
  1220. "@tybys/wasm-util": "^0.10.3"
  1221. },
  1222. "engines": {
  1223. "node": "^20.19.0 || ^22.13.0 || >=23.5.0"
  1224. },
  1225. "funding": {
  1226. "type": "github",
  1227. "url": "https://github.com/sponsors/Brooooooklyn"
  1228. },
  1229. "peerDependencies": {
  1230. "@emnapi/core": "^1.7.1 || ^2.0.0-alpha.3",
  1231. "@emnapi/runtime": "^1.7.1 || ^2.0.0-alpha.3"
  1232. }
  1233. },
  1234. "node_modules/@next/env": {
  1235. "version": "16.3.0",
  1236. "resolved": "https://registry.npmjs.org/@next/env/-/env-16.3.0.tgz",
  1237. "integrity": "sha512-o9r1S0BNiNreHP9Vs+Qnqd9kviDkJh8xIACY7UFZSmiGbbQRzPBBosvHzAU4TULHOIuOj/18RSsyz2qrREmIFw==",
  1238. "license": "MIT"
  1239. },
  1240. "node_modules/@next/eslint-plugin-next": {
  1241. "version": "16.3.0",
  1242. "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.3.0.tgz",
  1243. "integrity": "sha512-OqgJ8PN0d04KcPhDX/PTY5tJUJZxlbrt7O7FBsm4XE0XW2JDrKnDXsc9uo9WUimJGPoo2j+JRGhyXApC//mvbw==",
  1244. "dev": true,
  1245. "license": "MIT",
  1246. "dependencies": {
  1247. "@eslint-community/eslint-utils": "4.9.1",
  1248. "fast-glob": "3.3.1"
  1249. }
  1250. },
  1251. "node_modules/@next/eslint-plugin-next/node_modules/@eslint-community/eslint-utils": {
  1252. "version": "4.9.1",
  1253. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  1254. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  1255. "dev": true,
  1256. "license": "MIT",
  1257. "dependencies": {
  1258. "eslint-visitor-keys": "^3.4.3"
  1259. },
  1260. "engines": {
  1261. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1262. },
  1263. "funding": {
  1264. "url": "https://opencollective.com/eslint"
  1265. },
  1266. "peerDependencies": {
  1267. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1268. }
  1269. },
  1270. "node_modules/@next/eslint-plugin-next/node_modules/eslint-visitor-keys": {
  1271. "version": "3.4.3",
  1272. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  1273. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  1274. "dev": true,
  1275. "license": "Apache-2.0",
  1276. "engines": {
  1277. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1278. },
  1279. "funding": {
  1280. "url": "https://opencollective.com/eslint"
  1281. }
  1282. },
  1283. "node_modules/@next/swc-darwin-arm64": {
  1284. "version": "16.3.0",
  1285. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.3.0.tgz",
  1286. "integrity": "sha512-55hpqq18bEVAlxedlTt3tFqZmKg2nUXT1kn1G/BGEy0R13h3LwtwHPVzzjG6P4LLeOHE32PFDQUVaJEWvBEZBw==",
  1287. "cpu": [
  1288. "arm64"
  1289. ],
  1290. "license": "MIT",
  1291. "optional": true,
  1292. "os": [
  1293. "darwin"
  1294. ],
  1295. "engines": {
  1296. "node": ">= 10"
  1297. }
  1298. },
  1299. "node_modules/@next/swc-darwin-x64": {
  1300. "version": "16.3.0",
  1301. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.3.0.tgz",
  1302. "integrity": "sha512-SOi96kSaF5T+0wW4koiM1bWzSPwjzTesC1p3df+FjdOi5LIQkBK/blxh7HdoKnNuI4PURF1OO7TZqtfnbWDSgw==",
  1303. "cpu": [
  1304. "x64"
  1305. ],
  1306. "license": "MIT",
  1307. "optional": true,
  1308. "os": [
  1309. "darwin"
  1310. ],
  1311. "engines": {
  1312. "node": ">= 10"
  1313. }
  1314. },
  1315. "node_modules/@next/swc-linux-arm64-gnu": {
  1316. "version": "16.3.0",
  1317. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.3.0.tgz",
  1318. "integrity": "sha512-P0gZAoPMF4dyTRzhmkV4PrqVzSOB6t4mC1oI3c4dqijJ+OVEVx5clIXAKR4/uQpsqw2KKM/0D5tVumcR2r5blg==",
  1319. "cpu": [
  1320. "arm64"
  1321. ],
  1322. "license": "MIT",
  1323. "optional": true,
  1324. "os": [
  1325. "linux"
  1326. ],
  1327. "engines": {
  1328. "node": ">= 10"
  1329. }
  1330. },
  1331. "node_modules/@next/swc-linux-arm64-musl": {
  1332. "version": "16.3.0",
  1333. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.3.0.tgz",
  1334. "integrity": "sha512-tXXGKJw0m37O0eKJARVTX/TheKPhz0QFVtVVZXmOig+9YKLQOSP6hvf2pxv5DO7CLEJyTHx3Pg043CDQkv1G4Q==",
  1335. "cpu": [
  1336. "arm64"
  1337. ],
  1338. "license": "MIT",
  1339. "optional": true,
  1340. "os": [
  1341. "linux"
  1342. ],
  1343. "engines": {
  1344. "node": ">= 10"
  1345. }
  1346. },
  1347. "node_modules/@next/swc-linux-x64-gnu": {
  1348. "version": "16.3.0",
  1349. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.3.0.tgz",
  1350. "integrity": "sha512-pjGxK5EY7yWml78ALejFkWmgHsU7wbFQrISiugpH6FbUJhgEvw3xFZ/EBAtLl7QtL0WdQKiG9eWJ3mOKGTukHw==",
  1351. "cpu": [
  1352. "x64"
  1353. ],
  1354. "license": "MIT",
  1355. "optional": true,
  1356. "os": [
  1357. "linux"
  1358. ],
  1359. "engines": {
  1360. "node": ">= 10"
  1361. }
  1362. },
  1363. "node_modules/@next/swc-linux-x64-musl": {
  1364. "version": "16.3.0",
  1365. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.3.0.tgz",
  1366. "integrity": "sha512-sjo++Xx+lomlPs3HRsHWhVDyGG6ms1kGW5EtHLERdII8AyG1i+f6aq68xHREO6AEMlhjTNEWBSmfJfqm9orf7g==",
  1367. "cpu": [
  1368. "x64"
  1369. ],
  1370. "license": "MIT",
  1371. "optional": true,
  1372. "os": [
  1373. "linux"
  1374. ],
  1375. "engines": {
  1376. "node": ">= 10"
  1377. }
  1378. },
  1379. "node_modules/@next/swc-win32-arm64-msvc": {
  1380. "version": "16.3.0",
  1381. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.3.0.tgz",
  1382. "integrity": "sha512-C5JSgiO54wURdaxdEUIXqkz04uMqC9UmPX1gtDrV/5Tf1UowdWYI8uA5hfFbPolTlp0q4KZ60xlHePNibf0VIw==",
  1383. "cpu": [
  1384. "arm64"
  1385. ],
  1386. "license": "MIT",
  1387. "optional": true,
  1388. "os": [
  1389. "win32"
  1390. ],
  1391. "engines": {
  1392. "node": ">= 10"
  1393. }
  1394. },
  1395. "node_modules/@next/swc-win32-x64-msvc": {
  1396. "version": "16.3.0",
  1397. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.3.0.tgz",
  1398. "integrity": "sha512-fDOggsweNb5SSw0ZKVk6U+gxSyGFFlIBY/LBc1r8GUj4u/6t6oArL+Pmkg0MBnsgR+KkdsURilVH4F3GXUGepA==",
  1399. "cpu": [
  1400. "x64"
  1401. ],
  1402. "license": "MIT",
  1403. "optional": true,
  1404. "os": [
  1405. "win32"
  1406. ],
  1407. "engines": {
  1408. "node": ">= 10"
  1409. }
  1410. },
  1411. "node_modules/@nodelib/fs.scandir": {
  1412. "version": "2.1.5",
  1413. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1414. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1415. "dev": true,
  1416. "license": "MIT",
  1417. "dependencies": {
  1418. "@nodelib/fs.stat": "2.0.5",
  1419. "run-parallel": "^1.1.9"
  1420. },
  1421. "engines": {
  1422. "node": ">= 8"
  1423. }
  1424. },
  1425. "node_modules/@nodelib/fs.stat": {
  1426. "version": "2.0.5",
  1427. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1428. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1429. "dev": true,
  1430. "license": "MIT",
  1431. "engines": {
  1432. "node": ">= 8"
  1433. }
  1434. },
  1435. "node_modules/@nodelib/fs.walk": {
  1436. "version": "1.2.8",
  1437. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1438. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1439. "dev": true,
  1440. "license": "MIT",
  1441. "dependencies": {
  1442. "@nodelib/fs.scandir": "2.1.5",
  1443. "fastq": "^1.6.0"
  1444. },
  1445. "engines": {
  1446. "node": ">= 8"
  1447. }
  1448. },
  1449. "node_modules/@nolyfill/is-core-module": {
  1450. "version": "1.0.39",
  1451. "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
  1452. "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
  1453. "dev": true,
  1454. "license": "MIT",
  1455. "engines": {
  1456. "node": ">=12.4.0"
  1457. }
  1458. },
  1459. "node_modules/@rtsao/scc": {
  1460. "version": "1.1.0",
  1461. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  1462. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1463. "dev": true,
  1464. "license": "MIT"
  1465. },
  1466. "node_modules/@stablelib/base64": {
  1467. "version": "1.0.1",
  1468. "resolved": "https://registry.npmjs.org/@stablelib/base64/-/base64-1.0.1.tgz",
  1469. "integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",
  1470. "license": "MIT"
  1471. },
  1472. "node_modules/@standard-schema/utils": {
  1473. "version": "0.3.0",
  1474. "resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz",
  1475. "integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==",
  1476. "license": "MIT"
  1477. },
  1478. "node_modules/@swc/helpers": {
  1479. "version": "0.5.15",
  1480. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
  1481. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  1482. "license": "Apache-2.0",
  1483. "dependencies": {
  1484. "tslib": "^2.8.0"
  1485. }
  1486. },
  1487. "node_modules/@tailwindcss/node": {
  1488. "version": "4.3.3",
  1489. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.3.tgz",
  1490. "integrity": "sha512-/T8IKEsf9VTU6tLjgC7+sv2mOPtQxzE2jMw7u4Tt40Tx+QSZxpzh95/H6cMKoja9XuW7iMdLJYBB0o9G1CaAgg==",
  1491. "dev": true,
  1492. "license": "MIT",
  1493. "dependencies": {
  1494. "@jridgewell/remapping": "^2.3.5",
  1495. "enhanced-resolve": "^5.24.1",
  1496. "jiti": "^2.7.0",
  1497. "lightningcss": "1.32.0",
  1498. "magic-string": "^0.30.21",
  1499. "source-map-js": "^1.2.1",
  1500. "tailwindcss": "4.3.3"
  1501. }
  1502. },
  1503. "node_modules/@tailwindcss/oxide": {
  1504. "version": "4.3.3",
  1505. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.3.tgz",
  1506. "integrity": "sha512-krXjAikiaFSPaK/FkAQT5UTx3VormQaiZ5hBFlJZ9UFQGB/rwg1MZIhHAG9smMQRTdyJxP6Qt5MwMtdyU5FWrA==",
  1507. "dev": true,
  1508. "license": "MIT",
  1509. "engines": {
  1510. "node": ">= 20"
  1511. },
  1512. "optionalDependencies": {
  1513. "@tailwindcss/oxide-android-arm64": "4.3.3",
  1514. "@tailwindcss/oxide-darwin-arm64": "4.3.3",
  1515. "@tailwindcss/oxide-darwin-x64": "4.3.3",
  1516. "@tailwindcss/oxide-freebsd-x64": "4.3.3",
  1517. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.3",
  1518. "@tailwindcss/oxide-linux-arm64-gnu": "4.3.3",
  1519. "@tailwindcss/oxide-linux-arm64-musl": "4.3.3",
  1520. "@tailwindcss/oxide-linux-x64-gnu": "4.3.3",
  1521. "@tailwindcss/oxide-linux-x64-musl": "4.3.3",
  1522. "@tailwindcss/oxide-wasm32-wasi": "4.3.3",
  1523. "@tailwindcss/oxide-win32-arm64-msvc": "4.3.3",
  1524. "@tailwindcss/oxide-win32-x64-msvc": "4.3.3"
  1525. }
  1526. },
  1527. "node_modules/@tailwindcss/oxide-android-arm64": {
  1528. "version": "4.3.3",
  1529. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.3.tgz",
  1530. "integrity": "sha512-Y85A2gmPSkl5Ve5qR86GL4HT509cFqQh1aes9p3sSkyTPwt0Pppf3GkwGe4JPACcRYjgJIEhQgM6dBClnr0NYw==",
  1531. "cpu": [
  1532. "arm64"
  1533. ],
  1534. "dev": true,
  1535. "license": "MIT",
  1536. "optional": true,
  1537. "os": [
  1538. "android"
  1539. ],
  1540. "engines": {
  1541. "node": ">= 20"
  1542. }
  1543. },
  1544. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1545. "version": "4.3.3",
  1546. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.3.tgz",
  1547. "integrity": "sha512-BiaWatpBcERQFDlOjRDpIVXuFK5PJez5SA4JMg6VYZdBYU+qKfV/vqjcIs+IYmtitf1xYQZTwXvU/8y4lfZUGw==",
  1548. "cpu": [
  1549. "arm64"
  1550. ],
  1551. "dev": true,
  1552. "license": "MIT",
  1553. "optional": true,
  1554. "os": [
  1555. "darwin"
  1556. ],
  1557. "engines": {
  1558. "node": ">= 20"
  1559. }
  1560. },
  1561. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1562. "version": "4.3.3",
  1563. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.3.tgz",
  1564. "integrity": "sha512-fAeUqfV5ndhxRwai8cXGzdLvul9utWOmeTkv69unv4ZXixjn61Z+p9lCWdwOwA3TYboG3BwdVuN/RDjhBRl0mw==",
  1565. "cpu": [
  1566. "x64"
  1567. ],
  1568. "dev": true,
  1569. "license": "MIT",
  1570. "optional": true,
  1571. "os": [
  1572. "darwin"
  1573. ],
  1574. "engines": {
  1575. "node": ">= 20"
  1576. }
  1577. },
  1578. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1579. "version": "4.3.3",
  1580. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.3.tgz",
  1581. "integrity": "sha512-iyf5bV6+wnAlflVeEy7R25dupxTNECZN5QMI0qNT6eT+EgaGdZcKhGkr5SdoaWiLJ3spLqIY9VCeSGrwmtg4kw==",
  1582. "cpu": [
  1583. "x64"
  1584. ],
  1585. "dev": true,
  1586. "license": "MIT",
  1587. "optional": true,
  1588. "os": [
  1589. "freebsd"
  1590. ],
  1591. "engines": {
  1592. "node": ">= 20"
  1593. }
  1594. },
  1595. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1596. "version": "4.3.3",
  1597. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.3.tgz",
  1598. "integrity": "sha512-aAYUprJAJQWWbRrPvtjdroZ56Md+JM8pMiopS6xGEwDfLhqj+2ver2p4nU4Mb3CRqcMmNBjo8KkUgcxhkzVQGQ==",
  1599. "cpu": [
  1600. "arm"
  1601. ],
  1602. "dev": true,
  1603. "license": "MIT",
  1604. "optional": true,
  1605. "os": [
  1606. "linux"
  1607. ],
  1608. "engines": {
  1609. "node": ">= 20"
  1610. }
  1611. },
  1612. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1613. "version": "4.3.3",
  1614. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.3.tgz",
  1615. "integrity": "sha512-nDxldcEENOxZRzC2uu9jrutZdAAQtb+8WWDCSnWL1zvBk1+FN+x6MtDViPB5AJMfttVCUhehGWus3XBPgatM/w==",
  1616. "cpu": [
  1617. "arm64"
  1618. ],
  1619. "dev": true,
  1620. "license": "MIT",
  1621. "optional": true,
  1622. "os": [
  1623. "linux"
  1624. ],
  1625. "engines": {
  1626. "node": ">= 20"
  1627. }
  1628. },
  1629. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1630. "version": "4.3.3",
  1631. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.3.tgz",
  1632. "integrity": "sha512-Md44bD6veX/PC5iyF8cDVnw4HBIANZepRZZ7a8DQOvkfo5WUBwcp6iAuCUz23u+4SUkhJlD3eL7hNdW8ezd/kA==",
  1633. "cpu": [
  1634. "arm64"
  1635. ],
  1636. "dev": true,
  1637. "license": "MIT",
  1638. "optional": true,
  1639. "os": [
  1640. "linux"
  1641. ],
  1642. "engines": {
  1643. "node": ">= 20"
  1644. }
  1645. },
  1646. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1647. "version": "4.3.3",
  1648. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.3.tgz",
  1649. "integrity": "sha512-tx7us1muwOKAKWao2v/GaafFeQboE6aj88vC6ziN2NCGcRm8gWUhwjzg+YdVB1e4boAtdtma4L43onunI6NS4w==",
  1650. "cpu": [
  1651. "x64"
  1652. ],
  1653. "dev": true,
  1654. "license": "MIT",
  1655. "optional": true,
  1656. "os": [
  1657. "linux"
  1658. ],
  1659. "engines": {
  1660. "node": ">= 20"
  1661. }
  1662. },
  1663. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1664. "version": "4.3.3",
  1665. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.3.tgz",
  1666. "integrity": "sha512-SJxX60smvHgasZoBy11dX6YRjXJFovwWBoedhbQPOBzgFWBHGB+TVPWB9BxzR7TTxU8FQZAI2AyiNCMzFm8Img==",
  1667. "cpu": [
  1668. "x64"
  1669. ],
  1670. "dev": true,
  1671. "license": "MIT",
  1672. "optional": true,
  1673. "os": [
  1674. "linux"
  1675. ],
  1676. "engines": {
  1677. "node": ">= 20"
  1678. }
  1679. },
  1680. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1681. "version": "4.3.3",
  1682. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.3.tgz",
  1683. "integrity": "sha512-jx1+rPhY/5Ympkktd656HBWEBLxP7dH06losBLjjf5vgCODXvi9KhtftWcMIwTFIDqBr7cRnQkdLnAG+IOlGvQ==",
  1684. "bundleDependencies": [
  1685. "@napi-rs/wasm-runtime",
  1686. "@emnapi/core",
  1687. "@emnapi/runtime",
  1688. "@tybys/wasm-util",
  1689. "@emnapi/wasi-threads",
  1690. "tslib"
  1691. ],
  1692. "cpu": [
  1693. "wasm32"
  1694. ],
  1695. "dev": true,
  1696. "license": "MIT",
  1697. "optional": true,
  1698. "dependencies": {
  1699. "@emnapi/core": "^1.11.1",
  1700. "@emnapi/runtime": "^1.11.1",
  1701. "@emnapi/wasi-threads": "^1.2.2",
  1702. "@napi-rs/wasm-runtime": "^1.1.4",
  1703. "@tybys/wasm-util": "^0.10.2",
  1704. "tslib": "^2.8.1"
  1705. },
  1706. "engines": {
  1707. "node": ">=14.0.0"
  1708. }
  1709. },
  1710. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1711. "version": "4.3.3",
  1712. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",
  1713. "integrity": "sha512-3rc292Ca2ceK6Ulcc/bAVnTs/3nDtoPhyEKlgPv+yQJQi/JS/AMJlqzxvlDacL1nekbrcf6bTqp/jV4qgnPxNQ==",
  1714. "cpu": [
  1715. "arm64"
  1716. ],
  1717. "dev": true,
  1718. "license": "MIT",
  1719. "optional": true,
  1720. "os": [
  1721. "win32"
  1722. ],
  1723. "engines": {
  1724. "node": ">= 20"
  1725. }
  1726. },
  1727. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1728. "version": "4.3.3",
  1729. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.3.tgz",
  1730. "integrity": "sha512-yJ0pwIVc/nYeGoV02WtsN8KYyLQv7kyI2wDnkezyJlGGjkd4QLwDGAwl47YpPJeuI0M0ObaXGSPjvWDPeTPggw==",
  1731. "cpu": [
  1732. "x64"
  1733. ],
  1734. "dev": true,
  1735. "license": "MIT",
  1736. "optional": true,
  1737. "os": [
  1738. "win32"
  1739. ],
  1740. "engines": {
  1741. "node": ">= 20"
  1742. }
  1743. },
  1744. "node_modules/@tailwindcss/postcss": {
  1745. "version": "4.3.3",
  1746. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.3.tgz",
  1747. "integrity": "sha512-JTSZZGQi1AyKirbLN3azmjVzef92tcX7h+iSqPdaeStyFpGpDlKvvpxeOE8njhbUanbRwr3z8DyzhICWnMtQeg==",
  1748. "dev": true,
  1749. "license": "MIT",
  1750. "dependencies": {
  1751. "@alloc/quick-lru": "^5.2.0",
  1752. "@tailwindcss/node": "4.3.3",
  1753. "@tailwindcss/oxide": "4.3.3",
  1754. "postcss": "^8.5.16",
  1755. "tailwindcss": "4.3.3"
  1756. }
  1757. },
  1758. "node_modules/@tybys/wasm-util": {
  1759. "version": "0.10.3",
  1760. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
  1761. "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
  1762. "dev": true,
  1763. "license": "MIT",
  1764. "optional": true,
  1765. "dependencies": {
  1766. "tslib": "^2.4.0"
  1767. }
  1768. },
  1769. "node_modules/@types/estree": {
  1770. "version": "1.0.9",
  1771. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  1772. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  1773. "dev": true,
  1774. "license": "MIT"
  1775. },
  1776. "node_modules/@types/json-schema": {
  1777. "version": "7.0.15",
  1778. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  1779. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1780. "dev": true,
  1781. "license": "MIT"
  1782. },
  1783. "node_modules/@types/json5": {
  1784. "version": "0.0.29",
  1785. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  1786. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  1787. "dev": true,
  1788. "license": "MIT"
  1789. },
  1790. "node_modules/@types/node": {
  1791. "version": "20.19.43",
  1792. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.43.tgz",
  1793. "integrity": "sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==",
  1794. "dev": true,
  1795. "license": "MIT",
  1796. "dependencies": {
  1797. "undici-types": "~6.21.0"
  1798. }
  1799. },
  1800. "node_modules/@types/react": {
  1801. "version": "19.2.18",
  1802. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz",
  1803. "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
  1804. "dev": true,
  1805. "license": "MIT",
  1806. "dependencies": {
  1807. "csstype": "^3.2.2"
  1808. }
  1809. },
  1810. "node_modules/@types/react-dom": {
  1811. "version": "19.2.4",
  1812. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.4.tgz",
  1813. "integrity": "sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw==",
  1814. "dev": true,
  1815. "license": "MIT",
  1816. "peerDependencies": {
  1817. "@types/react": "^19.2.0"
  1818. }
  1819. },
  1820. "node_modules/@typescript-eslint/eslint-plugin": {
  1821. "version": "8.67.0",
  1822. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.67.0.tgz",
  1823. "integrity": "sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==",
  1824. "dev": true,
  1825. "license": "MIT",
  1826. "dependencies": {
  1827. "@eslint-community/regexpp": "^4.12.2",
  1828. "@typescript-eslint/scope-manager": "8.67.0",
  1829. "@typescript-eslint/type-utils": "8.67.0",
  1830. "@typescript-eslint/utils": "8.67.0",
  1831. "@typescript-eslint/visitor-keys": "8.67.0",
  1832. "ignore": "^7.0.5",
  1833. "natural-compare": "^1.4.0",
  1834. "ts-api-utils": "^2.5.0"
  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. "peerDependencies": {
  1844. "@typescript-eslint/parser": "^8.67.0",
  1845. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1846. "typescript": ">=4.8.4 <6.1.0"
  1847. }
  1848. },
  1849. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1850. "version": "7.0.6",
  1851. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
  1852. "integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
  1853. "dev": true,
  1854. "license": "MIT",
  1855. "engines": {
  1856. "node": ">= 4"
  1857. }
  1858. },
  1859. "node_modules/@typescript-eslint/parser": {
  1860. "version": "8.67.0",
  1861. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.67.0.tgz",
  1862. "integrity": "sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==",
  1863. "dev": true,
  1864. "license": "MIT",
  1865. "dependencies": {
  1866. "@typescript-eslint/scope-manager": "8.67.0",
  1867. "@typescript-eslint/types": "8.67.0",
  1868. "@typescript-eslint/typescript-estree": "8.67.0",
  1869. "@typescript-eslint/visitor-keys": "8.67.0",
  1870. "debug": "^4.4.3"
  1871. },
  1872. "engines": {
  1873. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1874. },
  1875. "funding": {
  1876. "type": "opencollective",
  1877. "url": "https://opencollective.com/typescript-eslint"
  1878. },
  1879. "peerDependencies": {
  1880. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1881. "typescript": ">=4.8.4 <6.1.0"
  1882. }
  1883. },
  1884. "node_modules/@typescript-eslint/project-service": {
  1885. "version": "8.67.0",
  1886. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.67.0.tgz",
  1887. "integrity": "sha512-cvE8c7ulYeXN9fYuszhCeCsbzyVEXuhrRCybnBre7TUmqb5nRmBfQAwCj0O3WJFDeyAZt4VYv51vMCC9LHSdYw==",
  1888. "dev": true,
  1889. "license": "MIT",
  1890. "dependencies": {
  1891. "@typescript-eslint/tsconfig-utils": "^8.67.0",
  1892. "@typescript-eslint/types": "^8.67.0",
  1893. "debug": "^4.4.3"
  1894. },
  1895. "engines": {
  1896. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1897. },
  1898. "funding": {
  1899. "type": "opencollective",
  1900. "url": "https://opencollective.com/typescript-eslint"
  1901. },
  1902. "peerDependencies": {
  1903. "typescript": ">=4.8.4 <6.1.0"
  1904. }
  1905. },
  1906. "node_modules/@typescript-eslint/scope-manager": {
  1907. "version": "8.67.0",
  1908. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.67.0.tgz",
  1909. "integrity": "sha512-EgvsleTwS4E+WzzSvem8fAUubLwatMNF1B5hHSLQxcvs7q2dtRhGyujHwLJSYlG41niJ7GP24Aha2+0mb1b2kg==",
  1910. "dev": true,
  1911. "license": "MIT",
  1912. "dependencies": {
  1913. "@typescript-eslint/types": "8.67.0",
  1914. "@typescript-eslint/visitor-keys": "8.67.0"
  1915. },
  1916. "engines": {
  1917. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1918. },
  1919. "funding": {
  1920. "type": "opencollective",
  1921. "url": "https://opencollective.com/typescript-eslint"
  1922. }
  1923. },
  1924. "node_modules/@typescript-eslint/tsconfig-utils": {
  1925. "version": "8.67.0",
  1926. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.67.0.tgz",
  1927. "integrity": "sha512-vV+LUSv5njUWsknE71fqKTlXUva+R76SaeORd6Zojcunk/6DvKFXONU3BrAs2H49mbygUXt6gbYunzwqNwlhdg==",
  1928. "dev": true,
  1929. "license": "MIT",
  1930. "engines": {
  1931. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1932. },
  1933. "funding": {
  1934. "type": "opencollective",
  1935. "url": "https://opencollective.com/typescript-eslint"
  1936. },
  1937. "peerDependencies": {
  1938. "typescript": ">=4.8.4 <6.1.0"
  1939. }
  1940. },
  1941. "node_modules/@typescript-eslint/type-utils": {
  1942. "version": "8.67.0",
  1943. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.67.0.tgz",
  1944. "integrity": "sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==",
  1945. "dev": true,
  1946. "license": "MIT",
  1947. "dependencies": {
  1948. "@typescript-eslint/types": "8.67.0",
  1949. "@typescript-eslint/typescript-estree": "8.67.0",
  1950. "@typescript-eslint/utils": "8.67.0",
  1951. "debug": "^4.4.3",
  1952. "ts-api-utils": "^2.5.0"
  1953. },
  1954. "engines": {
  1955. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1956. },
  1957. "funding": {
  1958. "type": "opencollective",
  1959. "url": "https://opencollective.com/typescript-eslint"
  1960. },
  1961. "peerDependencies": {
  1962. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1963. "typescript": ">=4.8.4 <6.1.0"
  1964. }
  1965. },
  1966. "node_modules/@typescript-eslint/types": {
  1967. "version": "8.67.0",
  1968. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.67.0.tgz",
  1969. "integrity": "sha512-sBtgslww8nsMYUjhdPBiSyUqSzT8uR6g93A2QXnQC8+cGdjz0CyaOdqHDRJb1AtORbZCNUJBBeFA/tNR2uQmww==",
  1970. "dev": true,
  1971. "license": "MIT",
  1972. "engines": {
  1973. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1974. },
  1975. "funding": {
  1976. "type": "opencollective",
  1977. "url": "https://opencollective.com/typescript-eslint"
  1978. }
  1979. },
  1980. "node_modules/@typescript-eslint/typescript-estree": {
  1981. "version": "8.67.0",
  1982. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.67.0.tgz",
  1983. "integrity": "sha512-EKQBCE9yNlRJYm7jdTW5AhDacDUmSwQb0FAJAmK2EKYrNXIsa2vxcSZx6PvJ/dEdI6lS+Y9W+EXckLj0iPFGcw==",
  1984. "dev": true,
  1985. "license": "MIT",
  1986. "dependencies": {
  1987. "@typescript-eslint/project-service": "8.67.0",
  1988. "@typescript-eslint/tsconfig-utils": "8.67.0",
  1989. "@typescript-eslint/types": "8.67.0",
  1990. "@typescript-eslint/visitor-keys": "8.67.0",
  1991. "debug": "^4.4.3",
  1992. "minimatch": "^10.2.2",
  1993. "semver": "^7.7.3",
  1994. "tinyglobby": "^0.2.15",
  1995. "ts-api-utils": "^2.5.0"
  1996. },
  1997. "engines": {
  1998. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1999. },
  2000. "funding": {
  2001. "type": "opencollective",
  2002. "url": "https://opencollective.com/typescript-eslint"
  2003. },
  2004. "peerDependencies": {
  2005. "typescript": ">=4.8.4 <6.1.0"
  2006. }
  2007. },
  2008. "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
  2009. "version": "4.0.4",
  2010. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  2011. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  2012. "dev": true,
  2013. "license": "MIT",
  2014. "engines": {
  2015. "node": "18 || 20 || >=22"
  2016. }
  2017. },
  2018. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  2019. "version": "5.0.9",
  2020. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
  2021. "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
  2022. "dev": true,
  2023. "license": "MIT",
  2024. "dependencies": {
  2025. "balanced-match": "^4.0.2"
  2026. },
  2027. "engines": {
  2028. "node": "20 || >=22"
  2029. }
  2030. },
  2031. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  2032. "version": "10.2.6",
  2033. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
  2034. "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
  2035. "dev": true,
  2036. "license": "BlueOak-1.0.0",
  2037. "dependencies": {
  2038. "brace-expansion": "^5.0.8"
  2039. },
  2040. "engines": {
  2041. "node": "18 || 20 || >=22"
  2042. },
  2043. "funding": {
  2044. "url": "https://github.com/sponsors/isaacs"
  2045. }
  2046. },
  2047. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2048. "version": "7.8.5",
  2049. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  2050. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  2051. "dev": true,
  2052. "license": "ISC",
  2053. "bin": {
  2054. "semver": "bin/semver.js"
  2055. },
  2056. "engines": {
  2057. "node": ">=10"
  2058. }
  2059. },
  2060. "node_modules/@typescript-eslint/utils": {
  2061. "version": "8.67.0",
  2062. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.67.0.tgz",
  2063. "integrity": "sha512-U9D1FdwEWBwok3hxxSdhclMb0twvt9QnjIQ0VfQ1AiX2epnpSgv2ubVDsayOFyY8K6FX+AQ7E0FKWVG3iKsj1A==",
  2064. "dev": true,
  2065. "license": "MIT",
  2066. "dependencies": {
  2067. "@eslint-community/eslint-utils": "^4.9.1",
  2068. "@typescript-eslint/scope-manager": "8.67.0",
  2069. "@typescript-eslint/types": "8.67.0",
  2070. "@typescript-eslint/typescript-estree": "8.67.0"
  2071. },
  2072. "engines": {
  2073. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2074. },
  2075. "funding": {
  2076. "type": "opencollective",
  2077. "url": "https://opencollective.com/typescript-eslint"
  2078. },
  2079. "peerDependencies": {
  2080. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2081. "typescript": ">=4.8.4 <6.1.0"
  2082. }
  2083. },
  2084. "node_modules/@typescript-eslint/visitor-keys": {
  2085. "version": "8.67.0",
  2086. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.67.0.tgz",
  2087. "integrity": "sha512-fkv8dHRDqfGtTHuJeebdrQ7cX6Ad4WAS00rgHh9UGvMycF1mjBfsxry1XsLIFhWZ6Judlh6UdzK+TYlbpCXgnA==",
  2088. "dev": true,
  2089. "license": "MIT",
  2090. "dependencies": {
  2091. "@typescript-eslint/types": "8.67.0",
  2092. "eslint-visitor-keys": "^5.0.0"
  2093. },
  2094. "engines": {
  2095. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2096. },
  2097. "funding": {
  2098. "type": "opencollective",
  2099. "url": "https://opencollective.com/typescript-eslint"
  2100. }
  2101. },
  2102. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  2103. "version": "5.0.1",
  2104. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  2105. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  2106. "dev": true,
  2107. "license": "Apache-2.0",
  2108. "engines": {
  2109. "node": "^20.19.0 || ^22.13.0 || >=24"
  2110. },
  2111. "funding": {
  2112. "url": "https://opencollective.com/eslint"
  2113. }
  2114. },
  2115. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  2116. "version": "1.12.2",
  2117. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.12.2.tgz",
  2118. "integrity": "sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==",
  2119. "cpu": [
  2120. "arm"
  2121. ],
  2122. "dev": true,
  2123. "license": "MIT",
  2124. "optional": true,
  2125. "os": [
  2126. "android"
  2127. ]
  2128. },
  2129. "node_modules/@unrs/resolver-binding-android-arm64": {
  2130. "version": "1.12.2",
  2131. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.12.2.tgz",
  2132. "integrity": "sha512-YGCRZv/9GLhwmz6mYDeTsm/92BAyR28l6c2ReweVW5pWgfsitWLY8upvfRlGdoyD8HjeTHSYJWyZGD4KJA/nFQ==",
  2133. "cpu": [
  2134. "arm64"
  2135. ],
  2136. "dev": true,
  2137. "license": "MIT",
  2138. "optional": true,
  2139. "os": [
  2140. "android"
  2141. ]
  2142. },
  2143. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  2144. "version": "1.12.2",
  2145. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.12.2.tgz",
  2146. "integrity": "sha512-u9DiNT1auQMO20A9SyTuG3wUgQWB9Z7KjAg0uFuCDR1FsAY8A0CG2S6JpHS1xwm/w1G08bjXZDcyOCjv1WAm2w==",
  2147. "cpu": [
  2148. "arm64"
  2149. ],
  2150. "dev": true,
  2151. "license": "MIT",
  2152. "optional": true,
  2153. "os": [
  2154. "darwin"
  2155. ]
  2156. },
  2157. "node_modules/@unrs/resolver-binding-darwin-x64": {
  2158. "version": "1.12.2",
  2159. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.12.2.tgz",
  2160. "integrity": "sha512-f7rPLi/T1HVKZu/u6t87lroib16n8vrSzcyxI7lg4BGO9UF26KhQL44sd9eOUgrTYhvRXtWOIZT5PejdPyJfUA==",
  2161. "cpu": [
  2162. "x64"
  2163. ],
  2164. "dev": true,
  2165. "license": "MIT",
  2166. "optional": true,
  2167. "os": [
  2168. "darwin"
  2169. ]
  2170. },
  2171. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  2172. "version": "1.12.2",
  2173. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.12.2.tgz",
  2174. "integrity": "sha512-BpcOjWCJub6nRZUS2zA20pmLvjtqAtGejETaIyRLiZiQf++cbrjltLA5NN/xaXfqeOBOSlMFbemIl5/S5tljmg==",
  2175. "cpu": [
  2176. "x64"
  2177. ],
  2178. "dev": true,
  2179. "license": "MIT",
  2180. "optional": true,
  2181. "os": [
  2182. "freebsd"
  2183. ]
  2184. },
  2185. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  2186. "version": "1.12.2",
  2187. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.12.2.tgz",
  2188. "integrity": "sha512-vZTDvdSISZjJx66OzJqtsOhzifbqRjbmI1Mnu49fQDwog5GtDI4QidRiEAYbZCRj9C8YZEW+3ZjqsyS9GR4k2A==",
  2189. "cpu": [
  2190. "arm"
  2191. ],
  2192. "dev": true,
  2193. "license": "MIT",
  2194. "optional": true,
  2195. "os": [
  2196. "linux"
  2197. ]
  2198. },
  2199. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  2200. "version": "1.12.2",
  2201. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.12.2.tgz",
  2202. "integrity": "sha512-BiPI+IrIlwcW4nLLMM21+B1dFPzd55yAVgVGrdgDjNef+ch03GdxrcyaIz8X9SsQirh/kCQ7mviyWlMxdh2D7g==",
  2203. "cpu": [
  2204. "arm"
  2205. ],
  2206. "dev": true,
  2207. "license": "MIT",
  2208. "optional": true,
  2209. "os": [
  2210. "linux"
  2211. ]
  2212. },
  2213. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  2214. "version": "1.12.2",
  2215. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.12.2.tgz",
  2216. "integrity": "sha512-zJc0H99FEPoFfSrNpa91HYfxzfAJCr502oxNK1cfdC9hlaFI43RT+JFCann9JUgZmLzzntChHyn13Sgn9ljHNg==",
  2217. "cpu": [
  2218. "arm64"
  2219. ],
  2220. "dev": true,
  2221. "license": "MIT",
  2222. "optional": true,
  2223. "os": [
  2224. "linux"
  2225. ]
  2226. },
  2227. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  2228. "version": "1.12.2",
  2229. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.12.2.tgz",
  2230. "integrity": "sha512-KQ3Lki6l+Pz1k/eBipN41ES+YUK30beLGb9YqcB1O542cyLCNE6GaxrfcY3T6EezmGGk84wb5XyO9loTM9tkcA==",
  2231. "cpu": [
  2232. "arm64"
  2233. ],
  2234. "dev": true,
  2235. "license": "MIT",
  2236. "optional": true,
  2237. "os": [
  2238. "linux"
  2239. ]
  2240. },
  2241. "node_modules/@unrs/resolver-binding-linux-loong64-gnu": {
  2242. "version": "1.12.2",
  2243. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-loong64-gnu/-/resolver-binding-linux-loong64-gnu-1.12.2.tgz",
  2244. "integrity": "sha512-3SJGEh1DborhG6pyxvhPzCT4bbSIVihsvgJc13P1bHG7KLdNDaF9T3gsTwFc7Jw/5Y5/iWOjkEx7Zy0NvCGX3Q==",
  2245. "cpu": [
  2246. "loong64"
  2247. ],
  2248. "dev": true,
  2249. "license": "MIT",
  2250. "optional": true,
  2251. "os": [
  2252. "linux"
  2253. ]
  2254. },
  2255. "node_modules/@unrs/resolver-binding-linux-loong64-musl": {
  2256. "version": "1.12.2",
  2257. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-loong64-musl/-/resolver-binding-linux-loong64-musl-1.12.2.tgz",
  2258. "integrity": "sha512-jiuG/Obbel7uw1PwHNFfrkiKhLAF6mnyZ6aWlOAVN9WqKm8v0OFGnciJIHu8+CMvXLQ8AD51LPzAoUfT21D5Ew==",
  2259. "cpu": [
  2260. "loong64"
  2261. ],
  2262. "dev": true,
  2263. "license": "MIT",
  2264. "optional": true,
  2265. "os": [
  2266. "linux"
  2267. ]
  2268. },
  2269. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  2270. "version": "1.12.2",
  2271. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.12.2.tgz",
  2272. "integrity": "sha512-q7xRvVpmcfeL+LlZg8Pbbo6QaTZwDU5BaGZbwfhkEsXJn3Was8xYfE0RBH266xZt0rM6B7i8xAYIvjthuUIWHg==",
  2273. "cpu": [
  2274. "ppc64"
  2275. ],
  2276. "dev": true,
  2277. "license": "MIT",
  2278. "optional": true,
  2279. "os": [
  2280. "linux"
  2281. ]
  2282. },
  2283. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  2284. "version": "1.12.2",
  2285. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.12.2.tgz",
  2286. "integrity": "sha512-0CVdx6lcnT3Q9inOH8tsMIOJ6ImndllMjqJHg8RLVdB7Vq4SfkEXl9mCSsVNuNA4MCYycRicCUxPCabVHJRr6A==",
  2287. "cpu": [
  2288. "riscv64"
  2289. ],
  2290. "dev": true,
  2291. "license": "MIT",
  2292. "optional": true,
  2293. "os": [
  2294. "linux"
  2295. ]
  2296. },
  2297. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  2298. "version": "1.12.2",
  2299. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.12.2.tgz",
  2300. "integrity": "sha512-iOwlRo9vnp6R6ohHQS11n0NnfdXx/omhkocmIfaPRpQhKZ+3BDMkkdRVh53qjkFkpPddf+FETA28NwGN7l5l+w==",
  2301. "cpu": [
  2302. "riscv64"
  2303. ],
  2304. "dev": true,
  2305. "license": "MIT",
  2306. "optional": true,
  2307. "os": [
  2308. "linux"
  2309. ]
  2310. },
  2311. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  2312. "version": "1.12.2",
  2313. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.12.2.tgz",
  2314. "integrity": "sha512-HYJtLfXq94q8iZNFT1lknx258wlkkWhZeUXJRqzKBBUJ00CvZ+N33zgbCqimLjsyw5Va6uUxhVa12mI+kaveEw==",
  2315. "cpu": [
  2316. "s390x"
  2317. ],
  2318. "dev": true,
  2319. "license": "MIT",
  2320. "optional": true,
  2321. "os": [
  2322. "linux"
  2323. ]
  2324. },
  2325. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  2326. "version": "1.12.2",
  2327. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.12.2.tgz",
  2328. "integrity": "sha512-mPsUhunKKDih5O96Y6enDQyHc1SqBPlY1E/SfMWDM3EdJ95Z9CArPeCVwCCqbP45ljvivdEk8Fxn+SIb1rDAJQ==",
  2329. "cpu": [
  2330. "x64"
  2331. ],
  2332. "dev": true,
  2333. "license": "MIT",
  2334. "optional": true,
  2335. "os": [
  2336. "linux"
  2337. ]
  2338. },
  2339. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  2340. "version": "1.12.2",
  2341. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.12.2.tgz",
  2342. "integrity": "sha512-azrt6+5ydLd8Vt210AAFis/lZevSfPw93EJRIJG+xPu4WCJ8K0kppCTpMyLPcKT7H15M4Jnt2tMp5bOvCkRC6A==",
  2343. "cpu": [
  2344. "x64"
  2345. ],
  2346. "dev": true,
  2347. "license": "MIT",
  2348. "optional": true,
  2349. "os": [
  2350. "linux"
  2351. ]
  2352. },
  2353. "node_modules/@unrs/resolver-binding-openharmony-arm64": {
  2354. "version": "1.12.2",
  2355. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-openharmony-arm64/-/resolver-binding-openharmony-arm64-1.12.2.tgz",
  2356. "integrity": "sha512-YZ9hP4O0X9PQb8eO980qmLNGH4zT3I9+SZTdt0Pr0YyuGQhYKoOZkV02VzrzyOZJ5xIJ3UFIenKkUkGg8GjgWQ==",
  2357. "cpu": [
  2358. "arm64"
  2359. ],
  2360. "dev": true,
  2361. "license": "MIT",
  2362. "optional": true,
  2363. "os": [
  2364. "openharmony"
  2365. ]
  2366. },
  2367. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  2368. "version": "1.12.2",
  2369. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.12.2.tgz",
  2370. "integrity": "sha512-tYFDIkMxSflfEc/h92ZWNsZlHSwgimbNHSO3PL2JWQHfCuC2q316jMyYU9TIWZsFK2bQwyK5VAdYgn8ygPj69A==",
  2371. "cpu": [
  2372. "wasm32"
  2373. ],
  2374. "dev": true,
  2375. "license": "MIT",
  2376. "optional": true,
  2377. "dependencies": {
  2378. "@emnapi/core": "1.10.0",
  2379. "@emnapi/runtime": "1.10.0",
  2380. "@napi-rs/wasm-runtime": "^1.1.4"
  2381. },
  2382. "engines": {
  2383. "node": ">=14.0.0"
  2384. }
  2385. },
  2386. "node_modules/@unrs/resolver-binding-wasm32-wasi/node_modules/@emnapi/runtime": {
  2387. "version": "1.10.0",
  2388. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  2389. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  2390. "dev": true,
  2391. "license": "MIT",
  2392. "optional": true,
  2393. "dependencies": {
  2394. "tslib": "^2.4.0"
  2395. }
  2396. },
  2397. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  2398. "version": "1.12.2",
  2399. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.12.2.tgz",
  2400. "integrity": "sha512-qzNyg3xL0VPQmCaUh+N5jSitce6k+uCBfMDesWRnlULOZaqUkaJ0ybdT+UqlAWJoQjuqfIU/0Ptx9bteN4D82g==",
  2401. "cpu": [
  2402. "arm64"
  2403. ],
  2404. "dev": true,
  2405. "license": "MIT",
  2406. "optional": true,
  2407. "os": [
  2408. "win32"
  2409. ]
  2410. },
  2411. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  2412. "version": "1.12.2",
  2413. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.12.2.tgz",
  2414. "integrity": "sha512-WD9sY00OfpHVGfsnHZoA8jVT+esS/Bg8z8jzxp5BnDCjjwsuKsPQrzswwpFy4J1AUJbXPRfkpcX0mXrzeXW79g==",
  2415. "cpu": [
  2416. "ia32"
  2417. ],
  2418. "dev": true,
  2419. "license": "MIT",
  2420. "optional": true,
  2421. "os": [
  2422. "win32"
  2423. ]
  2424. },
  2425. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  2426. "version": "1.12.2",
  2427. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.12.2.tgz",
  2428. "integrity": "sha512-nAB74NfSNKknqQ1RrYj6uz8FcXEomu/MATJZxh/x+BArzN2U3JbOYC0APYzUIGhVY3m5hRxA8VPNdPBoG8txlA==",
  2429. "cpu": [
  2430. "x64"
  2431. ],
  2432. "dev": true,
  2433. "license": "MIT",
  2434. "optional": true,
  2435. "os": [
  2436. "win32"
  2437. ]
  2438. },
  2439. "node_modules/acorn": {
  2440. "version": "8.18.0",
  2441. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
  2442. "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
  2443. "dev": true,
  2444. "license": "MIT",
  2445. "bin": {
  2446. "acorn": "bin/acorn"
  2447. },
  2448. "engines": {
  2449. "node": ">=0.4.0"
  2450. }
  2451. },
  2452. "node_modules/acorn-jsx": {
  2453. "version": "5.3.2",
  2454. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2455. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2456. "dev": true,
  2457. "license": "MIT",
  2458. "peerDependencies": {
  2459. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2460. }
  2461. },
  2462. "node_modules/ajv": {
  2463. "version": "8.20.0",
  2464. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
  2465. "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
  2466. "license": "MIT",
  2467. "optional": true,
  2468. "peer": true,
  2469. "dependencies": {
  2470. "fast-deep-equal": "^3.1.3",
  2471. "fast-uri": "^3.0.1",
  2472. "json-schema-traverse": "^1.0.0",
  2473. "require-from-string": "^2.0.2"
  2474. },
  2475. "funding": {
  2476. "type": "github",
  2477. "url": "https://github.com/sponsors/epoberezkin"
  2478. }
  2479. },
  2480. "node_modules/ansi-styles": {
  2481. "version": "4.3.0",
  2482. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2483. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2484. "dev": true,
  2485. "license": "MIT",
  2486. "dependencies": {
  2487. "color-convert": "^2.0.1"
  2488. },
  2489. "engines": {
  2490. "node": ">=8"
  2491. },
  2492. "funding": {
  2493. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2494. }
  2495. },
  2496. "node_modules/argparse": {
  2497. "version": "2.0.1",
  2498. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2499. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2500. "dev": true,
  2501. "license": "Python-2.0"
  2502. },
  2503. "node_modules/aria-query": {
  2504. "version": "5.3.2",
  2505. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
  2506. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  2507. "dev": true,
  2508. "license": "Apache-2.0",
  2509. "engines": {
  2510. "node": ">= 0.4"
  2511. }
  2512. },
  2513. "node_modules/array-buffer-byte-length": {
  2514. "version": "1.0.2",
  2515. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  2516. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  2517. "dev": true,
  2518. "license": "MIT",
  2519. "dependencies": {
  2520. "call-bound": "^1.0.3",
  2521. "is-array-buffer": "^3.0.5"
  2522. },
  2523. "engines": {
  2524. "node": ">= 0.4"
  2525. },
  2526. "funding": {
  2527. "url": "https://github.com/sponsors/ljharb"
  2528. }
  2529. },
  2530. "node_modules/array-includes": {
  2531. "version": "3.1.9",
  2532. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  2533. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  2534. "dev": true,
  2535. "license": "MIT",
  2536. "dependencies": {
  2537. "call-bind": "^1.0.8",
  2538. "call-bound": "^1.0.4",
  2539. "define-properties": "^1.2.1",
  2540. "es-abstract": "^1.24.0",
  2541. "es-object-atoms": "^1.1.1",
  2542. "get-intrinsic": "^1.3.0",
  2543. "is-string": "^1.1.1",
  2544. "math-intrinsics": "^1.1.0"
  2545. },
  2546. "engines": {
  2547. "node": ">= 0.4"
  2548. },
  2549. "funding": {
  2550. "url": "https://github.com/sponsors/ljharb"
  2551. }
  2552. },
  2553. "node_modules/array.prototype.findlast": {
  2554. "version": "1.2.5",
  2555. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2556. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2557. "dev": true,
  2558. "license": "MIT",
  2559. "dependencies": {
  2560. "call-bind": "^1.0.7",
  2561. "define-properties": "^1.2.1",
  2562. "es-abstract": "^1.23.2",
  2563. "es-errors": "^1.3.0",
  2564. "es-object-atoms": "^1.0.0",
  2565. "es-shim-unscopables": "^1.0.2"
  2566. },
  2567. "engines": {
  2568. "node": ">= 0.4"
  2569. },
  2570. "funding": {
  2571. "url": "https://github.com/sponsors/ljharb"
  2572. }
  2573. },
  2574. "node_modules/array.prototype.findlastindex": {
  2575. "version": "1.2.6",
  2576. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  2577. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  2578. "dev": true,
  2579. "license": "MIT",
  2580. "dependencies": {
  2581. "call-bind": "^1.0.8",
  2582. "call-bound": "^1.0.4",
  2583. "define-properties": "^1.2.1",
  2584. "es-abstract": "^1.23.9",
  2585. "es-errors": "^1.3.0",
  2586. "es-object-atoms": "^1.1.1",
  2587. "es-shim-unscopables": "^1.1.0"
  2588. },
  2589. "engines": {
  2590. "node": ">= 0.4"
  2591. },
  2592. "funding": {
  2593. "url": "https://github.com/sponsors/ljharb"
  2594. }
  2595. },
  2596. "node_modules/array.prototype.flat": {
  2597. "version": "1.3.3",
  2598. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  2599. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  2600. "dev": true,
  2601. "license": "MIT",
  2602. "dependencies": {
  2603. "call-bind": "^1.0.8",
  2604. "define-properties": "^1.2.1",
  2605. "es-abstract": "^1.23.5",
  2606. "es-shim-unscopables": "^1.0.2"
  2607. },
  2608. "engines": {
  2609. "node": ">= 0.4"
  2610. },
  2611. "funding": {
  2612. "url": "https://github.com/sponsors/ljharb"
  2613. }
  2614. },
  2615. "node_modules/array.prototype.flatmap": {
  2616. "version": "1.3.3",
  2617. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  2618. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  2619. "dev": true,
  2620. "license": "MIT",
  2621. "dependencies": {
  2622. "call-bind": "^1.0.8",
  2623. "define-properties": "^1.2.1",
  2624. "es-abstract": "^1.23.5",
  2625. "es-shim-unscopables": "^1.0.2"
  2626. },
  2627. "engines": {
  2628. "node": ">= 0.4"
  2629. },
  2630. "funding": {
  2631. "url": "https://github.com/sponsors/ljharb"
  2632. }
  2633. },
  2634. "node_modules/array.prototype.tosorted": {
  2635. "version": "1.1.4",
  2636. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  2637. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  2638. "dev": true,
  2639. "license": "MIT",
  2640. "dependencies": {
  2641. "call-bind": "^1.0.7",
  2642. "define-properties": "^1.2.1",
  2643. "es-abstract": "^1.23.3",
  2644. "es-errors": "^1.3.0",
  2645. "es-shim-unscopables": "^1.0.2"
  2646. },
  2647. "engines": {
  2648. "node": ">= 0.4"
  2649. }
  2650. },
  2651. "node_modules/arraybuffer.prototype.slice": {
  2652. "version": "1.0.4",
  2653. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  2654. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  2655. "dev": true,
  2656. "license": "MIT",
  2657. "dependencies": {
  2658. "array-buffer-byte-length": "^1.0.1",
  2659. "call-bind": "^1.0.8",
  2660. "define-properties": "^1.2.1",
  2661. "es-abstract": "^1.23.5",
  2662. "es-errors": "^1.3.0",
  2663. "get-intrinsic": "^1.2.6",
  2664. "is-array-buffer": "^3.0.4"
  2665. },
  2666. "engines": {
  2667. "node": ">= 0.4"
  2668. },
  2669. "funding": {
  2670. "url": "https://github.com/sponsors/ljharb"
  2671. }
  2672. },
  2673. "node_modules/ast-types-flow": {
  2674. "version": "0.0.8",
  2675. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  2676. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  2677. "dev": true,
  2678. "license": "MIT"
  2679. },
  2680. "node_modules/async-function": {
  2681. "version": "1.0.0",
  2682. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  2683. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  2684. "dev": true,
  2685. "license": "MIT",
  2686. "engines": {
  2687. "node": ">= 0.4"
  2688. }
  2689. },
  2690. "node_modules/available-typed-arrays": {
  2691. "version": "1.0.7",
  2692. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  2693. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  2694. "dev": true,
  2695. "license": "MIT",
  2696. "dependencies": {
  2697. "possible-typed-array-names": "^1.0.0"
  2698. },
  2699. "engines": {
  2700. "node": ">= 0.4"
  2701. },
  2702. "funding": {
  2703. "url": "https://github.com/sponsors/ljharb"
  2704. }
  2705. },
  2706. "node_modules/axe-core": {
  2707. "version": "4.13.0",
  2708. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.13.0.tgz",
  2709. "integrity": "sha512-UzGt8zg7Ny8djbYMhxl2zuEevVa7r2gJjYY5Lwr1xM7+XU2nd6CkIWFTVcCIbAP63vSz71NaVyyuSk9lHKcy0A==",
  2710. "dev": true,
  2711. "license": "MPL-2.0",
  2712. "engines": {
  2713. "node": ">=4"
  2714. }
  2715. },
  2716. "node_modules/axobject-query": {
  2717. "version": "4.1.0",
  2718. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  2719. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  2720. "dev": true,
  2721. "license": "Apache-2.0",
  2722. "engines": {
  2723. "node": ">= 0.4"
  2724. }
  2725. },
  2726. "node_modules/balanced-match": {
  2727. "version": "1.0.2",
  2728. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2729. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2730. "dev": true,
  2731. "license": "MIT"
  2732. },
  2733. "node_modules/baseline-browser-mapping": {
  2734. "version": "2.11.13",
  2735. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.13.tgz",
  2736. "integrity": "sha512-k9HNuUVMlqVjQ9UHzfPjIqiDbWw7WqT1AoT7GL8VwvF3r0ZfArtgiSPAlmupyNquNgOJHTuH4CKYf8ttMTWBTQ==",
  2737. "license": "Apache-2.0",
  2738. "bin": {
  2739. "baseline-browser-mapping": "dist/cli.cjs"
  2740. },
  2741. "engines": {
  2742. "node": ">=6.0.0"
  2743. }
  2744. },
  2745. "node_modules/brace-expansion": {
  2746. "version": "1.1.18",
  2747. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
  2748. "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
  2749. "dev": true,
  2750. "license": "MIT",
  2751. "dependencies": {
  2752. "balanced-match": "^1.0.0",
  2753. "concat-map": "0.0.1"
  2754. }
  2755. },
  2756. "node_modules/braces": {
  2757. "version": "3.0.3",
  2758. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2759. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2760. "dev": true,
  2761. "license": "MIT",
  2762. "dependencies": {
  2763. "fill-range": "^7.1.1"
  2764. },
  2765. "engines": {
  2766. "node": ">=8"
  2767. }
  2768. },
  2769. "node_modules/browserslist": {
  2770. "version": "4.28.8",
  2771. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.8.tgz",
  2772. "integrity": "sha512-V2NpofLblG64mfOtSgDhOJESZEGogzDMBv/q+W6oc4LXWP/q75eOXoOaaOu1EOadB9U4Bwx/e0yzbvwKH8zalA==",
  2773. "dev": true,
  2774. "funding": [
  2775. {
  2776. "type": "opencollective",
  2777. "url": "https://opencollective.com/browserslist"
  2778. },
  2779. {
  2780. "type": "tidelift",
  2781. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2782. },
  2783. {
  2784. "type": "github",
  2785. "url": "https://github.com/sponsors/ai"
  2786. }
  2787. ],
  2788. "license": "MIT",
  2789. "dependencies": {
  2790. "baseline-browser-mapping": "^2.11.12",
  2791. "caniuse-lite": "^1.0.30001809",
  2792. "electron-to-chromium": "^1.5.402",
  2793. "node-releases": "^2.0.53",
  2794. "update-browserslist-db": "^1.3.0"
  2795. },
  2796. "bin": {
  2797. "browserslist": "cli.js"
  2798. },
  2799. "engines": {
  2800. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2801. }
  2802. },
  2803. "node_modules/call-bind": {
  2804. "version": "1.0.9",
  2805. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
  2806. "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
  2807. "dev": true,
  2808. "license": "MIT",
  2809. "dependencies": {
  2810. "call-bind-apply-helpers": "^1.0.2",
  2811. "es-define-property": "^1.0.1",
  2812. "get-intrinsic": "^1.3.0",
  2813. "set-function-length": "^1.2.2"
  2814. },
  2815. "engines": {
  2816. "node": ">= 0.4"
  2817. },
  2818. "funding": {
  2819. "url": "https://github.com/sponsors/ljharb"
  2820. }
  2821. },
  2822. "node_modules/call-bind-apply-helpers": {
  2823. "version": "1.0.2",
  2824. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2825. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2826. "dev": true,
  2827. "license": "MIT",
  2828. "dependencies": {
  2829. "es-errors": "^1.3.0",
  2830. "function-bind": "^1.1.2"
  2831. },
  2832. "engines": {
  2833. "node": ">= 0.4"
  2834. }
  2835. },
  2836. "node_modules/call-bound": {
  2837. "version": "1.0.4",
  2838. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  2839. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2840. "dev": true,
  2841. "license": "MIT",
  2842. "dependencies": {
  2843. "call-bind-apply-helpers": "^1.0.2",
  2844. "get-intrinsic": "^1.3.0"
  2845. },
  2846. "engines": {
  2847. "node": ">= 0.4"
  2848. },
  2849. "funding": {
  2850. "url": "https://github.com/sponsors/ljharb"
  2851. }
  2852. },
  2853. "node_modules/callsites": {
  2854. "version": "3.1.0",
  2855. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2856. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2857. "dev": true,
  2858. "license": "MIT",
  2859. "engines": {
  2860. "node": ">=6"
  2861. }
  2862. },
  2863. "node_modules/caniuse-lite": {
  2864. "version": "1.0.30001809",
  2865. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001809.tgz",
  2866. "integrity": "sha512-xxWVywk6a6Arlk+hymeycyn/VgqEfLDxupvhH/xiY5SJ/18kmi9o6MiO320DCUzypORHLtvh0I4i04tUhCNHNQ==",
  2867. "funding": [
  2868. {
  2869. "type": "opencollective",
  2870. "url": "https://opencollective.com/browserslist"
  2871. },
  2872. {
  2873. "type": "tidelift",
  2874. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2875. },
  2876. {
  2877. "type": "github",
  2878. "url": "https://github.com/sponsors/ai"
  2879. }
  2880. ],
  2881. "license": "CC-BY-4.0"
  2882. },
  2883. "node_modules/chalk": {
  2884. "version": "4.1.2",
  2885. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2886. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2887. "dev": true,
  2888. "license": "MIT",
  2889. "dependencies": {
  2890. "ansi-styles": "^4.1.0",
  2891. "supports-color": "^7.1.0"
  2892. },
  2893. "engines": {
  2894. "node": ">=10"
  2895. },
  2896. "funding": {
  2897. "url": "https://github.com/chalk/chalk?sponsor=1"
  2898. }
  2899. },
  2900. "node_modules/client-only": {
  2901. "version": "0.0.1",
  2902. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  2903. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  2904. "license": "MIT"
  2905. },
  2906. "node_modules/color-convert": {
  2907. "version": "2.0.1",
  2908. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2909. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2910. "dev": true,
  2911. "license": "MIT",
  2912. "dependencies": {
  2913. "color-name": "~1.1.4"
  2914. },
  2915. "engines": {
  2916. "node": ">=7.0.0"
  2917. }
  2918. },
  2919. "node_modules/color-name": {
  2920. "version": "1.1.4",
  2921. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2922. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2923. "dev": true,
  2924. "license": "MIT"
  2925. },
  2926. "node_modules/concat-map": {
  2927. "version": "0.0.1",
  2928. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2929. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2930. "dev": true,
  2931. "license": "MIT"
  2932. },
  2933. "node_modules/convert-source-map": {
  2934. "version": "2.0.0",
  2935. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2936. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2937. "dev": true,
  2938. "license": "MIT"
  2939. },
  2940. "node_modules/cross-spawn": {
  2941. "version": "7.0.6",
  2942. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2943. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2944. "dev": true,
  2945. "license": "MIT",
  2946. "dependencies": {
  2947. "path-key": "^3.1.0",
  2948. "shebang-command": "^2.0.0",
  2949. "which": "^2.0.1"
  2950. },
  2951. "engines": {
  2952. "node": ">= 8"
  2953. }
  2954. },
  2955. "node_modules/csstype": {
  2956. "version": "3.2.3",
  2957. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2958. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2959. "dev": true,
  2960. "license": "MIT"
  2961. },
  2962. "node_modules/damerau-levenshtein": {
  2963. "version": "1.0.8",
  2964. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  2965. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  2966. "dev": true,
  2967. "license": "BSD-2-Clause"
  2968. },
  2969. "node_modules/data-view-buffer": {
  2970. "version": "1.0.2",
  2971. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2972. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2973. "dev": true,
  2974. "license": "MIT",
  2975. "dependencies": {
  2976. "call-bound": "^1.0.3",
  2977. "es-errors": "^1.3.0",
  2978. "is-data-view": "^1.0.2"
  2979. },
  2980. "engines": {
  2981. "node": ">= 0.4"
  2982. },
  2983. "funding": {
  2984. "url": "https://github.com/sponsors/ljharb"
  2985. }
  2986. },
  2987. "node_modules/data-view-byte-length": {
  2988. "version": "1.0.2",
  2989. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2990. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2991. "dev": true,
  2992. "license": "MIT",
  2993. "dependencies": {
  2994. "call-bound": "^1.0.3",
  2995. "es-errors": "^1.3.0",
  2996. "is-data-view": "^1.0.2"
  2997. },
  2998. "engines": {
  2999. "node": ">= 0.4"
  3000. },
  3001. "funding": {
  3002. "url": "https://github.com/sponsors/inspect-js"
  3003. }
  3004. },
  3005. "node_modules/data-view-byte-offset": {
  3006. "version": "1.0.1",
  3007. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  3008. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  3009. "dev": true,
  3010. "license": "MIT",
  3011. "dependencies": {
  3012. "call-bound": "^1.0.2",
  3013. "es-errors": "^1.3.0",
  3014. "is-data-view": "^1.0.1"
  3015. },
  3016. "engines": {
  3017. "node": ">= 0.4"
  3018. },
  3019. "funding": {
  3020. "url": "https://github.com/sponsors/ljharb"
  3021. }
  3022. },
  3023. "node_modules/debug": {
  3024. "version": "4.4.3",
  3025. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  3026. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  3027. "dev": true,
  3028. "license": "MIT",
  3029. "dependencies": {
  3030. "ms": "^2.1.3"
  3031. },
  3032. "engines": {
  3033. "node": ">=6.0"
  3034. },
  3035. "peerDependenciesMeta": {
  3036. "supports-color": {
  3037. "optional": true
  3038. }
  3039. }
  3040. },
  3041. "node_modules/deep-is": {
  3042. "version": "0.1.4",
  3043. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3044. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3045. "dev": true,
  3046. "license": "MIT"
  3047. },
  3048. "node_modules/define-data-property": {
  3049. "version": "1.1.4",
  3050. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  3051. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  3052. "dev": true,
  3053. "license": "MIT",
  3054. "dependencies": {
  3055. "es-define-property": "^1.0.0",
  3056. "es-errors": "^1.3.0",
  3057. "gopd": "^1.0.1"
  3058. },
  3059. "engines": {
  3060. "node": ">= 0.4"
  3061. },
  3062. "funding": {
  3063. "url": "https://github.com/sponsors/ljharb"
  3064. }
  3065. },
  3066. "node_modules/define-properties": {
  3067. "version": "1.2.1",
  3068. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  3069. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  3070. "dev": true,
  3071. "license": "MIT",
  3072. "dependencies": {
  3073. "define-data-property": "^1.0.1",
  3074. "has-property-descriptors": "^1.0.0",
  3075. "object-keys": "^1.1.1"
  3076. },
  3077. "engines": {
  3078. "node": ">= 0.4"
  3079. },
  3080. "funding": {
  3081. "url": "https://github.com/sponsors/ljharb"
  3082. }
  3083. },
  3084. "node_modules/detect-libc": {
  3085. "version": "2.1.2",
  3086. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  3087. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  3088. "devOptional": true,
  3089. "license": "Apache-2.0",
  3090. "engines": {
  3091. "node": ">=8"
  3092. }
  3093. },
  3094. "node_modules/doctrine": {
  3095. "version": "2.1.0",
  3096. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3097. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3098. "dev": true,
  3099. "license": "Apache-2.0",
  3100. "dependencies": {
  3101. "esutils": "^2.0.2"
  3102. },
  3103. "engines": {
  3104. "node": ">=0.10.0"
  3105. }
  3106. },
  3107. "node_modules/dunder-proto": {
  3108. "version": "1.0.1",
  3109. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  3110. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  3111. "dev": true,
  3112. "license": "MIT",
  3113. "dependencies": {
  3114. "call-bind-apply-helpers": "^1.0.1",
  3115. "es-errors": "^1.3.0",
  3116. "gopd": "^1.2.0"
  3117. },
  3118. "engines": {
  3119. "node": ">= 0.4"
  3120. }
  3121. },
  3122. "node_modules/electron-to-chromium": {
  3123. "version": "1.5.403",
  3124. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.403.tgz",
  3125. "integrity": "sha512-MQsYmdaLzvaCX5j+ZZBr5Fm6uCCnPQcRtlvmvRlWqrXy+BH2O4ffXIAScF+JQznQWB9brWp4lSD9Z4yNmaf2BA==",
  3126. "dev": true,
  3127. "license": "ISC"
  3128. },
  3129. "node_modules/emoji-regex": {
  3130. "version": "9.2.2",
  3131. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  3132. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  3133. "dev": true,
  3134. "license": "MIT"
  3135. },
  3136. "node_modules/enhanced-resolve": {
  3137. "version": "5.24.5",
  3138. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.5.tgz",
  3139. "integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==",
  3140. "dev": true,
  3141. "license": "MIT",
  3142. "dependencies": {
  3143. "graceful-fs": "^4.2.4",
  3144. "tapable": "^2.3.3"
  3145. },
  3146. "engines": {
  3147. "node": ">=10.13.0"
  3148. }
  3149. },
  3150. "node_modules/es-abstract": {
  3151. "version": "1.24.2",
  3152. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz",
  3153. "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
  3154. "dev": true,
  3155. "license": "MIT",
  3156. "dependencies": {
  3157. "array-buffer-byte-length": "^1.0.2",
  3158. "arraybuffer.prototype.slice": "^1.0.4",
  3159. "available-typed-arrays": "^1.0.7",
  3160. "call-bind": "^1.0.8",
  3161. "call-bound": "^1.0.4",
  3162. "data-view-buffer": "^1.0.2",
  3163. "data-view-byte-length": "^1.0.2",
  3164. "data-view-byte-offset": "^1.0.1",
  3165. "es-define-property": "^1.0.1",
  3166. "es-errors": "^1.3.0",
  3167. "es-object-atoms": "^1.1.1",
  3168. "es-set-tostringtag": "^2.1.0",
  3169. "es-to-primitive": "^1.3.0",
  3170. "function.prototype.name": "^1.1.8",
  3171. "get-intrinsic": "^1.3.0",
  3172. "get-proto": "^1.0.1",
  3173. "get-symbol-description": "^1.1.0",
  3174. "globalthis": "^1.0.4",
  3175. "gopd": "^1.2.0",
  3176. "has-property-descriptors": "^1.0.2",
  3177. "has-proto": "^1.2.0",
  3178. "has-symbols": "^1.1.0",
  3179. "hasown": "^2.0.2",
  3180. "internal-slot": "^1.1.0",
  3181. "is-array-buffer": "^3.0.5",
  3182. "is-callable": "^1.2.7",
  3183. "is-data-view": "^1.0.2",
  3184. "is-negative-zero": "^2.0.3",
  3185. "is-regex": "^1.2.1",
  3186. "is-set": "^2.0.3",
  3187. "is-shared-array-buffer": "^1.0.4",
  3188. "is-string": "^1.1.1",
  3189. "is-typed-array": "^1.1.15",
  3190. "is-weakref": "^1.1.1",
  3191. "math-intrinsics": "^1.1.0",
  3192. "object-inspect": "^1.13.4",
  3193. "object-keys": "^1.1.1",
  3194. "object.assign": "^4.1.7",
  3195. "own-keys": "^1.0.1",
  3196. "regexp.prototype.flags": "^1.5.4",
  3197. "safe-array-concat": "^1.1.3",
  3198. "safe-push-apply": "^1.0.0",
  3199. "safe-regex-test": "^1.1.0",
  3200. "set-proto": "^1.0.0",
  3201. "stop-iteration-iterator": "^1.1.0",
  3202. "string.prototype.trim": "^1.2.10",
  3203. "string.prototype.trimend": "^1.0.9",
  3204. "string.prototype.trimstart": "^1.0.8",
  3205. "typed-array-buffer": "^1.0.3",
  3206. "typed-array-byte-length": "^1.0.3",
  3207. "typed-array-byte-offset": "^1.0.4",
  3208. "typed-array-length": "^1.0.7",
  3209. "unbox-primitive": "^1.1.0",
  3210. "which-typed-array": "^1.1.19"
  3211. },
  3212. "engines": {
  3213. "node": ">= 0.4"
  3214. },
  3215. "funding": {
  3216. "url": "https://github.com/sponsors/ljharb"
  3217. }
  3218. },
  3219. "node_modules/es-abstract-get": {
  3220. "version": "1.0.0",
  3221. "resolved": "https://registry.npmjs.org/es-abstract-get/-/es-abstract-get-1.0.0.tgz",
  3222. "integrity": "sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==",
  3223. "dev": true,
  3224. "license": "MIT",
  3225. "dependencies": {
  3226. "es-errors": "^1.3.0",
  3227. "es-object-atoms": "^1.1.2",
  3228. "is-callable": "^1.2.7",
  3229. "object-inspect": "^1.13.4"
  3230. },
  3231. "engines": {
  3232. "node": ">= 0.4"
  3233. },
  3234. "funding": {
  3235. "url": "https://github.com/sponsors/ljharb"
  3236. }
  3237. },
  3238. "node_modules/es-define-property": {
  3239. "version": "1.0.1",
  3240. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  3241. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3242. "dev": true,
  3243. "license": "MIT",
  3244. "engines": {
  3245. "node": ">= 0.4"
  3246. }
  3247. },
  3248. "node_modules/es-errors": {
  3249. "version": "1.3.0",
  3250. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  3251. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3252. "dev": true,
  3253. "license": "MIT",
  3254. "engines": {
  3255. "node": ">= 0.4"
  3256. }
  3257. },
  3258. "node_modules/es-iterator-helpers": {
  3259. "version": "1.4.0",
  3260. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.4.0.tgz",
  3261. "integrity": "sha512-c/A0P0oxkACDc+cKWw8evLXK83oBKgn0qPOqCYT4x9uolpCIJAcYvJC9QYKNDRPsTeGyCrQ326jrvgZWdCdK5Q==",
  3262. "dev": true,
  3263. "license": "MIT",
  3264. "dependencies": {
  3265. "call-bind": "^1.0.9",
  3266. "call-bound": "^1.0.4",
  3267. "define-properties": "^1.2.1",
  3268. "es-abstract": "^1.24.2",
  3269. "es-errors": "^1.3.0",
  3270. "es-set-tostringtag": "^2.1.0",
  3271. "function-bind": "^1.1.2",
  3272. "get-intrinsic": "^1.3.0",
  3273. "globalthis": "^1.0.4",
  3274. "gopd": "^1.2.0",
  3275. "has-property-descriptors": "^1.0.2",
  3276. "has-proto": "^1.2.0",
  3277. "has-symbols": "^1.1.0",
  3278. "internal-slot": "^1.1.0",
  3279. "iterator.prototype": "^1.1.5",
  3280. "math-intrinsics": "^1.1.0"
  3281. },
  3282. "engines": {
  3283. "node": ">= 0.4"
  3284. }
  3285. },
  3286. "node_modules/es-object-atoms": {
  3287. "version": "1.1.2",
  3288. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
  3289. "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
  3290. "dev": true,
  3291. "license": "MIT",
  3292. "dependencies": {
  3293. "es-errors": "^1.3.0"
  3294. },
  3295. "engines": {
  3296. "node": ">= 0.4"
  3297. }
  3298. },
  3299. "node_modules/es-set-tostringtag": {
  3300. "version": "2.1.0",
  3301. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  3302. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  3303. "dev": true,
  3304. "license": "MIT",
  3305. "dependencies": {
  3306. "es-errors": "^1.3.0",
  3307. "get-intrinsic": "^1.2.6",
  3308. "has-tostringtag": "^1.0.2",
  3309. "hasown": "^2.0.2"
  3310. },
  3311. "engines": {
  3312. "node": ">= 0.4"
  3313. }
  3314. },
  3315. "node_modules/es-shim-unscopables": {
  3316. "version": "1.1.0",
  3317. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  3318. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  3319. "dev": true,
  3320. "license": "MIT",
  3321. "dependencies": {
  3322. "hasown": "^2.0.2"
  3323. },
  3324. "engines": {
  3325. "node": ">= 0.4"
  3326. }
  3327. },
  3328. "node_modules/es-to-primitive": {
  3329. "version": "1.3.4",
  3330. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.4.tgz",
  3331. "integrity": "sha512-yPDz7wqpg1/mmHLmS3tcfTfbw5f1eryXvyghYBffGdERwe+mV7ZcWzTR8LR17Kvqt3qfPurjlonmnq3MKXIOXw==",
  3332. "dev": true,
  3333. "license": "MIT",
  3334. "dependencies": {
  3335. "es-abstract-get": "^1.0.0",
  3336. "es-define-property": "^1.0.1",
  3337. "es-errors": "^1.3.0",
  3338. "is-callable": "^1.2.7",
  3339. "is-date-object": "^1.1.0",
  3340. "is-symbol": "^1.1.1"
  3341. },
  3342. "engines": {
  3343. "node": ">= 0.4"
  3344. },
  3345. "funding": {
  3346. "url": "https://github.com/sponsors/ljharb"
  3347. }
  3348. },
  3349. "node_modules/escalade": {
  3350. "version": "3.2.0",
  3351. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  3352. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3353. "dev": true,
  3354. "license": "MIT",
  3355. "engines": {
  3356. "node": ">=6"
  3357. }
  3358. },
  3359. "node_modules/escape-string-regexp": {
  3360. "version": "4.0.0",
  3361. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3362. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3363. "dev": true,
  3364. "license": "MIT",
  3365. "engines": {
  3366. "node": ">=10"
  3367. },
  3368. "funding": {
  3369. "url": "https://github.com/sponsors/sindresorhus"
  3370. }
  3371. },
  3372. "node_modules/eslint": {
  3373. "version": "9.39.5",
  3374. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.5.tgz",
  3375. "integrity": "sha512-DgZS62aPLXKlnxILS/AYCoRvHaZeXceIzlXPkkGGzJWSow1aEk0lbTlxUSlyjC8jcaKxAdOnTDz+o1JFSBsyjw==",
  3376. "dev": true,
  3377. "license": "MIT",
  3378. "dependencies": {
  3379. "@eslint-community/eslint-utils": "^4.8.0",
  3380. "@eslint-community/regexpp": "^4.12.1",
  3381. "@eslint/config-array": "^0.21.2",
  3382. "@eslint/config-helpers": "^0.4.2",
  3383. "@eslint/core": "^0.17.0",
  3384. "@eslint/eslintrc": "^3.3.6",
  3385. "@eslint/js": "9.39.5",
  3386. "@eslint/plugin-kit": "^0.4.1",
  3387. "@humanfs/node": "^0.16.6",
  3388. "@humanwhocodes/module-importer": "^1.0.1",
  3389. "@humanwhocodes/retry": "^0.4.2",
  3390. "@types/estree": "^1.0.6",
  3391. "ajv": "^6.14.0",
  3392. "chalk": "^4.0.0",
  3393. "cross-spawn": "^7.0.6",
  3394. "debug": "^4.3.2",
  3395. "escape-string-regexp": "^4.0.0",
  3396. "eslint-scope": "^8.4.0",
  3397. "eslint-visitor-keys": "^4.2.1",
  3398. "espree": "^10.4.0",
  3399. "esquery": "^1.5.0",
  3400. "esutils": "^2.0.2",
  3401. "fast-deep-equal": "^3.1.3",
  3402. "file-entry-cache": "^8.0.0",
  3403. "find-up": "^5.0.0",
  3404. "glob-parent": "^6.0.2",
  3405. "ignore": "^5.2.0",
  3406. "imurmurhash": "^0.1.4",
  3407. "is-glob": "^4.0.0",
  3408. "json-stable-stringify-without-jsonify": "^1.0.1",
  3409. "lodash.merge": "^4.6.2",
  3410. "minimatch": "^3.1.5",
  3411. "natural-compare": "^1.4.0",
  3412. "optionator": "^0.9.3"
  3413. },
  3414. "bin": {
  3415. "eslint": "bin/eslint.js"
  3416. },
  3417. "engines": {
  3418. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3419. },
  3420. "funding": {
  3421. "url": "https://eslint.org/donate"
  3422. },
  3423. "peerDependencies": {
  3424. "jiti": "*"
  3425. },
  3426. "peerDependenciesMeta": {
  3427. "jiti": {
  3428. "optional": true
  3429. }
  3430. }
  3431. },
  3432. "node_modules/eslint-config-next": {
  3433. "version": "16.3.0",
  3434. "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.3.0.tgz",
  3435. "integrity": "sha512-lPrf1kHsMJEZqO0uXkNB400c5MGrhrTk3BNX7P0ol4gt61+iUlQfjy9TyIOEA9eOXrf+5+mYbT/JsY8+zqUByQ==",
  3436. "dev": true,
  3437. "license": "MIT",
  3438. "dependencies": {
  3439. "@next/eslint-plugin-next": "16.3.0",
  3440. "eslint-import-resolver-node": "^0.3.6",
  3441. "eslint-import-resolver-typescript": "^3.5.2",
  3442. "eslint-plugin-import": "^2.32.0",
  3443. "eslint-plugin-jsx-a11y": "^6.10.0",
  3444. "eslint-plugin-react": "^7.37.0",
  3445. "eslint-plugin-react-hooks": "^7.0.0",
  3446. "globals": "16.4.0",
  3447. "typescript-eslint": "^8.46.0"
  3448. },
  3449. "peerDependencies": {
  3450. "eslint": ">=9.0.0",
  3451. "typescript": ">=3.3.1"
  3452. },
  3453. "peerDependenciesMeta": {
  3454. "typescript": {
  3455. "optional": true
  3456. }
  3457. }
  3458. },
  3459. "node_modules/eslint-config-next/node_modules/globals": {
  3460. "version": "16.4.0",
  3461. "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
  3462. "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
  3463. "dev": true,
  3464. "license": "MIT",
  3465. "engines": {
  3466. "node": ">=18"
  3467. },
  3468. "funding": {
  3469. "url": "https://github.com/sponsors/sindresorhus"
  3470. }
  3471. },
  3472. "node_modules/eslint-import-resolver-node": {
  3473. "version": "0.3.10",
  3474. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.10.tgz",
  3475. "integrity": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==",
  3476. "dev": true,
  3477. "license": "MIT",
  3478. "dependencies": {
  3479. "debug": "^3.2.7",
  3480. "is-core-module": "^2.16.1",
  3481. "resolve": "^2.0.0-next.6"
  3482. }
  3483. },
  3484. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3485. "version": "3.2.7",
  3486. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3487. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3488. "dev": true,
  3489. "license": "MIT",
  3490. "dependencies": {
  3491. "ms": "^2.1.1"
  3492. }
  3493. },
  3494. "node_modules/eslint-import-resolver-typescript": {
  3495. "version": "3.10.1",
  3496. "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
  3497. "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
  3498. "dev": true,
  3499. "license": "ISC",
  3500. "dependencies": {
  3501. "@nolyfill/is-core-module": "1.0.39",
  3502. "debug": "^4.4.0",
  3503. "get-tsconfig": "^4.10.0",
  3504. "is-bun-module": "^2.0.0",
  3505. "stable-hash": "^0.0.5",
  3506. "tinyglobby": "^0.2.13",
  3507. "unrs-resolver": "^1.6.2"
  3508. },
  3509. "engines": {
  3510. "node": "^14.18.0 || >=16.0.0"
  3511. },
  3512. "funding": {
  3513. "url": "https://opencollective.com/eslint-import-resolver-typescript"
  3514. },
  3515. "peerDependencies": {
  3516. "eslint": "*",
  3517. "eslint-plugin-import": "*",
  3518. "eslint-plugin-import-x": "*"
  3519. },
  3520. "peerDependenciesMeta": {
  3521. "eslint-plugin-import": {
  3522. "optional": true
  3523. },
  3524. "eslint-plugin-import-x": {
  3525. "optional": true
  3526. }
  3527. }
  3528. },
  3529. "node_modules/eslint-module-utils": {
  3530. "version": "2.14.0",
  3531. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.14.0.tgz",
  3532. "integrity": "sha512-W2WCRZ9Dqntd+2u8jJcVMV2PKulc6RdLgUUoh/yQr3uB6lo/ZOeGx11sv60/8S4QFFKNslAlWhr9u0Ef7ZW6Ig==",
  3533. "dev": true,
  3534. "license": "MIT",
  3535. "dependencies": {
  3536. "debug": "^3.2.7"
  3537. },
  3538. "engines": {
  3539. "node": ">=4"
  3540. },
  3541. "peerDependenciesMeta": {
  3542. "eslint": {
  3543. "optional": true
  3544. }
  3545. }
  3546. },
  3547. "node_modules/eslint-module-utils/node_modules/debug": {
  3548. "version": "3.2.7",
  3549. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3550. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3551. "dev": true,
  3552. "license": "MIT",
  3553. "dependencies": {
  3554. "ms": "^2.1.1"
  3555. }
  3556. },
  3557. "node_modules/eslint-plugin-import": {
  3558. "version": "2.32.0",
  3559. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  3560. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  3561. "dev": true,
  3562. "license": "MIT",
  3563. "dependencies": {
  3564. "@rtsao/scc": "^1.1.0",
  3565. "array-includes": "^3.1.9",
  3566. "array.prototype.findlastindex": "^1.2.6",
  3567. "array.prototype.flat": "^1.3.3",
  3568. "array.prototype.flatmap": "^1.3.3",
  3569. "debug": "^3.2.7",
  3570. "doctrine": "^2.1.0",
  3571. "eslint-import-resolver-node": "^0.3.9",
  3572. "eslint-module-utils": "^2.12.1",
  3573. "hasown": "^2.0.2",
  3574. "is-core-module": "^2.16.1",
  3575. "is-glob": "^4.0.3",
  3576. "minimatch": "^3.1.2",
  3577. "object.fromentries": "^2.0.8",
  3578. "object.groupby": "^1.0.3",
  3579. "object.values": "^1.2.1",
  3580. "semver": "^6.3.1",
  3581. "string.prototype.trimend": "^1.0.9",
  3582. "tsconfig-paths": "^3.15.0"
  3583. },
  3584. "engines": {
  3585. "node": ">=4"
  3586. },
  3587. "peerDependencies": {
  3588. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  3589. }
  3590. },
  3591. "node_modules/eslint-plugin-import/node_modules/debug": {
  3592. "version": "3.2.7",
  3593. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3594. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3595. "dev": true,
  3596. "license": "MIT",
  3597. "dependencies": {
  3598. "ms": "^2.1.1"
  3599. }
  3600. },
  3601. "node_modules/eslint-plugin-jsx-a11y": {
  3602. "version": "6.10.2",
  3603. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  3604. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  3605. "dev": true,
  3606. "license": "MIT",
  3607. "dependencies": {
  3608. "aria-query": "^5.3.2",
  3609. "array-includes": "^3.1.8",
  3610. "array.prototype.flatmap": "^1.3.2",
  3611. "ast-types-flow": "^0.0.8",
  3612. "axe-core": "^4.10.0",
  3613. "axobject-query": "^4.1.0",
  3614. "damerau-levenshtein": "^1.0.8",
  3615. "emoji-regex": "^9.2.2",
  3616. "hasown": "^2.0.2",
  3617. "jsx-ast-utils": "^3.3.5",
  3618. "language-tags": "^1.0.9",
  3619. "minimatch": "^3.1.2",
  3620. "object.fromentries": "^2.0.8",
  3621. "safe-regex-test": "^1.0.3",
  3622. "string.prototype.includes": "^2.0.1"
  3623. },
  3624. "engines": {
  3625. "node": ">=4.0"
  3626. },
  3627. "peerDependencies": {
  3628. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  3629. }
  3630. },
  3631. "node_modules/eslint-plugin-react": {
  3632. "version": "7.37.5",
  3633. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  3634. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  3635. "dev": true,
  3636. "license": "MIT",
  3637. "dependencies": {
  3638. "array-includes": "^3.1.8",
  3639. "array.prototype.findlast": "^1.2.5",
  3640. "array.prototype.flatmap": "^1.3.3",
  3641. "array.prototype.tosorted": "^1.1.4",
  3642. "doctrine": "^2.1.0",
  3643. "es-iterator-helpers": "^1.2.1",
  3644. "estraverse": "^5.3.0",
  3645. "hasown": "^2.0.2",
  3646. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3647. "minimatch": "^3.1.2",
  3648. "object.entries": "^1.1.9",
  3649. "object.fromentries": "^2.0.8",
  3650. "object.values": "^1.2.1",
  3651. "prop-types": "^15.8.1",
  3652. "resolve": "^2.0.0-next.5",
  3653. "semver": "^6.3.1",
  3654. "string.prototype.matchall": "^4.0.12",
  3655. "string.prototype.repeat": "^1.0.0"
  3656. },
  3657. "engines": {
  3658. "node": ">=4"
  3659. },
  3660. "peerDependencies": {
  3661. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  3662. }
  3663. },
  3664. "node_modules/eslint-plugin-react-hooks": {
  3665. "version": "7.1.1",
  3666. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
  3667. "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
  3668. "dev": true,
  3669. "license": "MIT",
  3670. "dependencies": {
  3671. "@babel/core": "^7.24.4",
  3672. "@babel/parser": "^7.24.4",
  3673. "hermes-parser": "^0.25.1",
  3674. "zod": "^3.25.0 || ^4.0.0",
  3675. "zod-validation-error": "^3.5.0 || ^4.0.0"
  3676. },
  3677. "engines": {
  3678. "node": ">=18"
  3679. },
  3680. "peerDependencies": {
  3681. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
  3682. }
  3683. },
  3684. "node_modules/eslint-scope": {
  3685. "version": "8.4.0",
  3686. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  3687. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  3688. "dev": true,
  3689. "license": "BSD-2-Clause",
  3690. "dependencies": {
  3691. "esrecurse": "^4.3.0",
  3692. "estraverse": "^5.2.0"
  3693. },
  3694. "engines": {
  3695. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3696. },
  3697. "funding": {
  3698. "url": "https://opencollective.com/eslint"
  3699. }
  3700. },
  3701. "node_modules/eslint-visitor-keys": {
  3702. "version": "4.2.1",
  3703. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3704. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3705. "dev": true,
  3706. "license": "Apache-2.0",
  3707. "engines": {
  3708. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3709. },
  3710. "funding": {
  3711. "url": "https://opencollective.com/eslint"
  3712. }
  3713. },
  3714. "node_modules/eslint/node_modules/ajv": {
  3715. "version": "6.15.0",
  3716. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
  3717. "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
  3718. "dev": true,
  3719. "license": "MIT",
  3720. "dependencies": {
  3721. "fast-deep-equal": "^3.1.1",
  3722. "fast-json-stable-stringify": "^2.0.0",
  3723. "json-schema-traverse": "^0.4.1",
  3724. "uri-js": "^4.2.2"
  3725. },
  3726. "funding": {
  3727. "type": "github",
  3728. "url": "https://github.com/sponsors/epoberezkin"
  3729. }
  3730. },
  3731. "node_modules/eslint/node_modules/json-schema-traverse": {
  3732. "version": "0.4.1",
  3733. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  3734. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  3735. "dev": true,
  3736. "license": "MIT"
  3737. },
  3738. "node_modules/espree": {
  3739. "version": "10.4.0",
  3740. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  3741. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  3742. "dev": true,
  3743. "license": "BSD-2-Clause",
  3744. "dependencies": {
  3745. "acorn": "^8.15.0",
  3746. "acorn-jsx": "^5.3.2",
  3747. "eslint-visitor-keys": "^4.2.1"
  3748. },
  3749. "engines": {
  3750. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3751. },
  3752. "funding": {
  3753. "url": "https://opencollective.com/eslint"
  3754. }
  3755. },
  3756. "node_modules/esquery": {
  3757. "version": "1.7.0",
  3758. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
  3759. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  3760. "dev": true,
  3761. "license": "BSD-3-Clause",
  3762. "dependencies": {
  3763. "estraverse": "^5.1.0"
  3764. },
  3765. "engines": {
  3766. "node": ">=0.10"
  3767. }
  3768. },
  3769. "node_modules/esrecurse": {
  3770. "version": "4.3.0",
  3771. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3772. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3773. "dev": true,
  3774. "license": "BSD-2-Clause",
  3775. "dependencies": {
  3776. "estraverse": "^5.2.0"
  3777. },
  3778. "engines": {
  3779. "node": ">=4.0"
  3780. }
  3781. },
  3782. "node_modules/estraverse": {
  3783. "version": "5.3.0",
  3784. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3785. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3786. "dev": true,
  3787. "license": "BSD-2-Clause",
  3788. "engines": {
  3789. "node": ">=4.0"
  3790. }
  3791. },
  3792. "node_modules/esutils": {
  3793. "version": "2.0.3",
  3794. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3795. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3796. "dev": true,
  3797. "license": "BSD-2-Clause",
  3798. "engines": {
  3799. "node": ">=0.10.0"
  3800. }
  3801. },
  3802. "node_modules/fast-deep-equal": {
  3803. "version": "3.1.3",
  3804. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3805. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3806. "devOptional": true,
  3807. "license": "MIT"
  3808. },
  3809. "node_modules/fast-glob": {
  3810. "version": "3.3.1",
  3811. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
  3812. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  3813. "dev": true,
  3814. "license": "MIT",
  3815. "dependencies": {
  3816. "@nodelib/fs.stat": "^2.0.2",
  3817. "@nodelib/fs.walk": "^1.2.3",
  3818. "glob-parent": "^5.1.2",
  3819. "merge2": "^1.3.0",
  3820. "micromatch": "^4.0.4"
  3821. },
  3822. "engines": {
  3823. "node": ">=8.6.0"
  3824. }
  3825. },
  3826. "node_modules/fast-glob/node_modules/glob-parent": {
  3827. "version": "5.1.2",
  3828. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3829. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3830. "dev": true,
  3831. "license": "ISC",
  3832. "dependencies": {
  3833. "is-glob": "^4.0.1"
  3834. },
  3835. "engines": {
  3836. "node": ">= 6"
  3837. }
  3838. },
  3839. "node_modules/fast-json-stable-stringify": {
  3840. "version": "2.1.0",
  3841. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3842. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3843. "dev": true,
  3844. "license": "MIT"
  3845. },
  3846. "node_modules/fast-levenshtein": {
  3847. "version": "2.0.6",
  3848. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3849. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3850. "dev": true,
  3851. "license": "MIT"
  3852. },
  3853. "node_modules/fast-sha256": {
  3854. "version": "1.3.0",
  3855. "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",
  3856. "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",
  3857. "license": "Unlicense"
  3858. },
  3859. "node_modules/fast-uri": {
  3860. "version": "3.1.5",
  3861. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
  3862. "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
  3863. "funding": [
  3864. {
  3865. "type": "github",
  3866. "url": "https://github.com/sponsors/fastify"
  3867. },
  3868. {
  3869. "type": "opencollective",
  3870. "url": "https://opencollective.com/fastify"
  3871. }
  3872. ],
  3873. "license": "BSD-3-Clause",
  3874. "optional": true,
  3875. "peer": true
  3876. },
  3877. "node_modules/fastq": {
  3878. "version": "1.20.1",
  3879. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  3880. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  3881. "dev": true,
  3882. "license": "ISC",
  3883. "dependencies": {
  3884. "reusify": "^1.0.4"
  3885. }
  3886. },
  3887. "node_modules/file-entry-cache": {
  3888. "version": "8.0.0",
  3889. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3890. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3891. "dev": true,
  3892. "license": "MIT",
  3893. "dependencies": {
  3894. "flat-cache": "^4.0.0"
  3895. },
  3896. "engines": {
  3897. "node": ">=16.0.0"
  3898. }
  3899. },
  3900. "node_modules/fill-range": {
  3901. "version": "7.1.1",
  3902. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3903. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3904. "dev": true,
  3905. "license": "MIT",
  3906. "dependencies": {
  3907. "to-regex-range": "^5.0.1"
  3908. },
  3909. "engines": {
  3910. "node": ">=8"
  3911. }
  3912. },
  3913. "node_modules/find-up": {
  3914. "version": "5.0.0",
  3915. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3916. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3917. "dev": true,
  3918. "license": "MIT",
  3919. "dependencies": {
  3920. "locate-path": "^6.0.0",
  3921. "path-exists": "^4.0.0"
  3922. },
  3923. "engines": {
  3924. "node": ">=10"
  3925. },
  3926. "funding": {
  3927. "url": "https://github.com/sponsors/sindresorhus"
  3928. }
  3929. },
  3930. "node_modules/flat-cache": {
  3931. "version": "4.0.1",
  3932. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  3933. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  3934. "dev": true,
  3935. "license": "MIT",
  3936. "dependencies": {
  3937. "flatted": "^3.2.9",
  3938. "keyv": "^4.5.4"
  3939. },
  3940. "engines": {
  3941. "node": ">=16"
  3942. }
  3943. },
  3944. "node_modules/flatted": {
  3945. "version": "3.4.4",
  3946. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.4.tgz",
  3947. "integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
  3948. "dev": true,
  3949. "license": "ISC"
  3950. },
  3951. "node_modules/for-each": {
  3952. "version": "0.3.5",
  3953. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3954. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3955. "dev": true,
  3956. "license": "MIT",
  3957. "dependencies": {
  3958. "is-callable": "^1.2.7"
  3959. },
  3960. "engines": {
  3961. "node": ">= 0.4"
  3962. },
  3963. "funding": {
  3964. "url": "https://github.com/sponsors/ljharb"
  3965. }
  3966. },
  3967. "node_modules/function-bind": {
  3968. "version": "1.1.2",
  3969. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3970. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3971. "dev": true,
  3972. "license": "MIT",
  3973. "funding": {
  3974. "url": "https://github.com/sponsors/ljharb"
  3975. }
  3976. },
  3977. "node_modules/function.prototype.name": {
  3978. "version": "1.2.0",
  3979. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.2.0.tgz",
  3980. "integrity": "sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==",
  3981. "dev": true,
  3982. "license": "MIT",
  3983. "dependencies": {
  3984. "call-bind": "^1.0.9",
  3985. "call-bound": "^1.0.4",
  3986. "es-define-property": "^1.0.1",
  3987. "es-errors": "^1.3.0",
  3988. "functions-have-names": "^1.2.3",
  3989. "has-property-descriptors": "^1.0.2",
  3990. "hasown": "^2.0.4",
  3991. "is-callable": "^1.2.7",
  3992. "is-document.all": "^1.0.0"
  3993. },
  3994. "engines": {
  3995. "node": ">= 0.4"
  3996. },
  3997. "funding": {
  3998. "url": "https://github.com/sponsors/ljharb"
  3999. }
  4000. },
  4001. "node_modules/functions-have-names": {
  4002. "version": "1.2.3",
  4003. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  4004. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  4005. "dev": true,
  4006. "license": "MIT",
  4007. "funding": {
  4008. "url": "https://github.com/sponsors/ljharb"
  4009. }
  4010. },
  4011. "node_modules/generator-function": {
  4012. "version": "2.0.1",
  4013. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  4014. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  4015. "dev": true,
  4016. "license": "MIT",
  4017. "engines": {
  4018. "node": ">= 0.4"
  4019. }
  4020. },
  4021. "node_modules/gensync": {
  4022. "version": "1.0.0-beta.2",
  4023. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4024. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4025. "dev": true,
  4026. "license": "MIT",
  4027. "engines": {
  4028. "node": ">=6.9.0"
  4029. }
  4030. },
  4031. "node_modules/get-intrinsic": {
  4032. "version": "1.3.0",
  4033. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  4034. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  4035. "dev": true,
  4036. "license": "MIT",
  4037. "dependencies": {
  4038. "call-bind-apply-helpers": "^1.0.2",
  4039. "es-define-property": "^1.0.1",
  4040. "es-errors": "^1.3.0",
  4041. "es-object-atoms": "^1.1.1",
  4042. "function-bind": "^1.1.2",
  4043. "get-proto": "^1.0.1",
  4044. "gopd": "^1.2.0",
  4045. "has-symbols": "^1.1.0",
  4046. "hasown": "^2.0.2",
  4047. "math-intrinsics": "^1.1.0"
  4048. },
  4049. "engines": {
  4050. "node": ">= 0.4"
  4051. },
  4052. "funding": {
  4053. "url": "https://github.com/sponsors/ljharb"
  4054. }
  4055. },
  4056. "node_modules/get-proto": {
  4057. "version": "1.0.1",
  4058. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  4059. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  4060. "dev": true,
  4061. "license": "MIT",
  4062. "dependencies": {
  4063. "dunder-proto": "^1.0.1",
  4064. "es-object-atoms": "^1.0.0"
  4065. },
  4066. "engines": {
  4067. "node": ">= 0.4"
  4068. }
  4069. },
  4070. "node_modules/get-symbol-description": {
  4071. "version": "1.1.0",
  4072. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  4073. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  4074. "dev": true,
  4075. "license": "MIT",
  4076. "dependencies": {
  4077. "call-bound": "^1.0.3",
  4078. "es-errors": "^1.3.0",
  4079. "get-intrinsic": "^1.2.6"
  4080. },
  4081. "engines": {
  4082. "node": ">= 0.4"
  4083. },
  4084. "funding": {
  4085. "url": "https://github.com/sponsors/ljharb"
  4086. }
  4087. },
  4088. "node_modules/get-tsconfig": {
  4089. "version": "4.14.1",
  4090. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.1.tgz",
  4091. "integrity": "sha512-Dz/6HxkrxgNehhxLVeyv8sad9UzF2xBVeaKBQNDfJ5XiSXmp2gTR0eO0RWiT2NCKS5aGP9jjkOMggTN90qU50A==",
  4092. "dev": true,
  4093. "license": "MIT",
  4094. "dependencies": {
  4095. "resolve-pkg-maps": "^1.0.0"
  4096. },
  4097. "funding": {
  4098. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  4099. }
  4100. },
  4101. "node_modules/glob-parent": {
  4102. "version": "6.0.2",
  4103. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4104. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4105. "dev": true,
  4106. "license": "ISC",
  4107. "dependencies": {
  4108. "is-glob": "^4.0.3"
  4109. },
  4110. "engines": {
  4111. "node": ">=10.13.0"
  4112. }
  4113. },
  4114. "node_modules/globals": {
  4115. "version": "14.0.0",
  4116. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  4117. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  4118. "dev": true,
  4119. "license": "MIT",
  4120. "engines": {
  4121. "node": ">=18"
  4122. },
  4123. "funding": {
  4124. "url": "https://github.com/sponsors/sindresorhus"
  4125. }
  4126. },
  4127. "node_modules/globalthis": {
  4128. "version": "1.0.4",
  4129. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  4130. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  4131. "dev": true,
  4132. "license": "MIT",
  4133. "dependencies": {
  4134. "define-properties": "^1.2.1",
  4135. "gopd": "^1.0.1"
  4136. },
  4137. "engines": {
  4138. "node": ">= 0.4"
  4139. },
  4140. "funding": {
  4141. "url": "https://github.com/sponsors/ljharb"
  4142. }
  4143. },
  4144. "node_modules/gopd": {
  4145. "version": "1.2.0",
  4146. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  4147. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4148. "dev": true,
  4149. "license": "MIT",
  4150. "engines": {
  4151. "node": ">= 0.4"
  4152. },
  4153. "funding": {
  4154. "url": "https://github.com/sponsors/ljharb"
  4155. }
  4156. },
  4157. "node_modules/graceful-fs": {
  4158. "version": "4.2.11",
  4159. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4160. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4161. "dev": true,
  4162. "license": "ISC"
  4163. },
  4164. "node_modules/has-bigints": {
  4165. "version": "1.1.0",
  4166. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  4167. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  4168. "dev": true,
  4169. "license": "MIT",
  4170. "engines": {
  4171. "node": ">= 0.4"
  4172. },
  4173. "funding": {
  4174. "url": "https://github.com/sponsors/ljharb"
  4175. }
  4176. },
  4177. "node_modules/has-flag": {
  4178. "version": "4.0.0",
  4179. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4180. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4181. "dev": true,
  4182. "license": "MIT",
  4183. "engines": {
  4184. "node": ">=8"
  4185. }
  4186. },
  4187. "node_modules/has-property-descriptors": {
  4188. "version": "1.0.2",
  4189. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  4190. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  4191. "dev": true,
  4192. "license": "MIT",
  4193. "dependencies": {
  4194. "es-define-property": "^1.0.0"
  4195. },
  4196. "funding": {
  4197. "url": "https://github.com/sponsors/ljharb"
  4198. }
  4199. },
  4200. "node_modules/has-proto": {
  4201. "version": "1.2.0",
  4202. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  4203. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  4204. "dev": true,
  4205. "license": "MIT",
  4206. "dependencies": {
  4207. "dunder-proto": "^1.0.0"
  4208. },
  4209. "engines": {
  4210. "node": ">= 0.4"
  4211. },
  4212. "funding": {
  4213. "url": "https://github.com/sponsors/ljharb"
  4214. }
  4215. },
  4216. "node_modules/has-symbols": {
  4217. "version": "1.1.0",
  4218. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  4219. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4220. "dev": true,
  4221. "license": "MIT",
  4222. "engines": {
  4223. "node": ">= 0.4"
  4224. },
  4225. "funding": {
  4226. "url": "https://github.com/sponsors/ljharb"
  4227. }
  4228. },
  4229. "node_modules/has-tostringtag": {
  4230. "version": "1.0.2",
  4231. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4232. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4233. "dev": true,
  4234. "license": "MIT",
  4235. "dependencies": {
  4236. "has-symbols": "^1.0.3"
  4237. },
  4238. "engines": {
  4239. "node": ">= 0.4"
  4240. },
  4241. "funding": {
  4242. "url": "https://github.com/sponsors/ljharb"
  4243. }
  4244. },
  4245. "node_modules/hasown": {
  4246. "version": "2.0.4",
  4247. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
  4248. "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
  4249. "dev": true,
  4250. "license": "MIT",
  4251. "dependencies": {
  4252. "function-bind": "^1.1.2"
  4253. },
  4254. "engines": {
  4255. "node": ">= 0.4"
  4256. }
  4257. },
  4258. "node_modules/hermes-estree": {
  4259. "version": "0.25.1",
  4260. "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
  4261. "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
  4262. "dev": true,
  4263. "license": "MIT"
  4264. },
  4265. "node_modules/hermes-parser": {
  4266. "version": "0.25.1",
  4267. "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
  4268. "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
  4269. "dev": true,
  4270. "license": "MIT",
  4271. "dependencies": {
  4272. "hermes-estree": "0.25.1"
  4273. }
  4274. },
  4275. "node_modules/ignore": {
  4276. "version": "5.3.2",
  4277. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4278. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4279. "dev": true,
  4280. "license": "MIT",
  4281. "engines": {
  4282. "node": ">= 4"
  4283. }
  4284. },
  4285. "node_modules/import-fresh": {
  4286. "version": "3.3.1",
  4287. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  4288. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4289. "dev": true,
  4290. "license": "MIT",
  4291. "dependencies": {
  4292. "parent-module": "^1.0.0",
  4293. "resolve-from": "^4.0.0"
  4294. },
  4295. "engines": {
  4296. "node": ">=6"
  4297. },
  4298. "funding": {
  4299. "url": "https://github.com/sponsors/sindresorhus"
  4300. }
  4301. },
  4302. "node_modules/imurmurhash": {
  4303. "version": "0.1.4",
  4304. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4305. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4306. "dev": true,
  4307. "license": "MIT",
  4308. "engines": {
  4309. "node": ">=0.8.19"
  4310. }
  4311. },
  4312. "node_modules/internal-slot": {
  4313. "version": "1.1.0",
  4314. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  4315. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  4316. "dev": true,
  4317. "license": "MIT",
  4318. "dependencies": {
  4319. "es-errors": "^1.3.0",
  4320. "hasown": "^2.0.2",
  4321. "side-channel": "^1.1.0"
  4322. },
  4323. "engines": {
  4324. "node": ">= 0.4"
  4325. }
  4326. },
  4327. "node_modules/is-array-buffer": {
  4328. "version": "3.0.5",
  4329. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  4330. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  4331. "dev": true,
  4332. "license": "MIT",
  4333. "dependencies": {
  4334. "call-bind": "^1.0.8",
  4335. "call-bound": "^1.0.3",
  4336. "get-intrinsic": "^1.2.6"
  4337. },
  4338. "engines": {
  4339. "node": ">= 0.4"
  4340. },
  4341. "funding": {
  4342. "url": "https://github.com/sponsors/ljharb"
  4343. }
  4344. },
  4345. "node_modules/is-async-function": {
  4346. "version": "2.1.1",
  4347. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  4348. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  4349. "dev": true,
  4350. "license": "MIT",
  4351. "dependencies": {
  4352. "async-function": "^1.0.0",
  4353. "call-bound": "^1.0.3",
  4354. "get-proto": "^1.0.1",
  4355. "has-tostringtag": "^1.0.2",
  4356. "safe-regex-test": "^1.1.0"
  4357. },
  4358. "engines": {
  4359. "node": ">= 0.4"
  4360. },
  4361. "funding": {
  4362. "url": "https://github.com/sponsors/ljharb"
  4363. }
  4364. },
  4365. "node_modules/is-bigint": {
  4366. "version": "1.1.0",
  4367. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  4368. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  4369. "dev": true,
  4370. "license": "MIT",
  4371. "dependencies": {
  4372. "has-bigints": "^1.0.2"
  4373. },
  4374. "engines": {
  4375. "node": ">= 0.4"
  4376. },
  4377. "funding": {
  4378. "url": "https://github.com/sponsors/ljharb"
  4379. }
  4380. },
  4381. "node_modules/is-boolean-object": {
  4382. "version": "1.2.2",
  4383. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  4384. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  4385. "dev": true,
  4386. "license": "MIT",
  4387. "dependencies": {
  4388. "call-bound": "^1.0.3",
  4389. "has-tostringtag": "^1.0.2"
  4390. },
  4391. "engines": {
  4392. "node": ">= 0.4"
  4393. },
  4394. "funding": {
  4395. "url": "https://github.com/sponsors/ljharb"
  4396. }
  4397. },
  4398. "node_modules/is-bun-module": {
  4399. "version": "2.0.0",
  4400. "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
  4401. "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
  4402. "dev": true,
  4403. "license": "MIT",
  4404. "dependencies": {
  4405. "semver": "^7.7.1"
  4406. }
  4407. },
  4408. "node_modules/is-bun-module/node_modules/semver": {
  4409. "version": "7.8.5",
  4410. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  4411. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  4412. "dev": true,
  4413. "license": "ISC",
  4414. "bin": {
  4415. "semver": "bin/semver.js"
  4416. },
  4417. "engines": {
  4418. "node": ">=10"
  4419. }
  4420. },
  4421. "node_modules/is-callable": {
  4422. "version": "1.2.7",
  4423. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4424. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4425. "dev": true,
  4426. "license": "MIT",
  4427. "engines": {
  4428. "node": ">= 0.4"
  4429. },
  4430. "funding": {
  4431. "url": "https://github.com/sponsors/ljharb"
  4432. }
  4433. },
  4434. "node_modules/is-core-module": {
  4435. "version": "2.16.2",
  4436. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
  4437. "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
  4438. "dev": true,
  4439. "license": "MIT",
  4440. "dependencies": {
  4441. "hasown": "^2.0.3"
  4442. },
  4443. "engines": {
  4444. "node": ">= 0.4"
  4445. },
  4446. "funding": {
  4447. "url": "https://github.com/sponsors/ljharb"
  4448. }
  4449. },
  4450. "node_modules/is-data-view": {
  4451. "version": "1.0.2",
  4452. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  4453. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  4454. "dev": true,
  4455. "license": "MIT",
  4456. "dependencies": {
  4457. "call-bound": "^1.0.2",
  4458. "get-intrinsic": "^1.2.6",
  4459. "is-typed-array": "^1.1.13"
  4460. },
  4461. "engines": {
  4462. "node": ">= 0.4"
  4463. },
  4464. "funding": {
  4465. "url": "https://github.com/sponsors/ljharb"
  4466. }
  4467. },
  4468. "node_modules/is-date-object": {
  4469. "version": "1.1.0",
  4470. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  4471. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  4472. "dev": true,
  4473. "license": "MIT",
  4474. "dependencies": {
  4475. "call-bound": "^1.0.2",
  4476. "has-tostringtag": "^1.0.2"
  4477. },
  4478. "engines": {
  4479. "node": ">= 0.4"
  4480. },
  4481. "funding": {
  4482. "url": "https://github.com/sponsors/ljharb"
  4483. }
  4484. },
  4485. "node_modules/is-document.all": {
  4486. "version": "1.0.0",
  4487. "resolved": "https://registry.npmjs.org/is-document.all/-/is-document.all-1.0.0.tgz",
  4488. "integrity": "sha512-+XSoyS05OdBbhFuELhgTCpFNHkpBOJqtsZfUFFpe5QTw+9Sjbh8zitxhQkYAo6wV7e1Vb8cAPvpCk9jGam/82g==",
  4489. "dev": true,
  4490. "license": "MIT",
  4491. "dependencies": {
  4492. "call-bound": "^1.0.4"
  4493. },
  4494. "engines": {
  4495. "node": ">= 0.4"
  4496. },
  4497. "funding": {
  4498. "url": "https://github.com/sponsors/ljharb"
  4499. }
  4500. },
  4501. "node_modules/is-extglob": {
  4502. "version": "2.1.1",
  4503. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4504. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4505. "dev": true,
  4506. "license": "MIT",
  4507. "engines": {
  4508. "node": ">=0.10.0"
  4509. }
  4510. },
  4511. "node_modules/is-finalizationregistry": {
  4512. "version": "1.1.1",
  4513. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  4514. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  4515. "dev": true,
  4516. "license": "MIT",
  4517. "dependencies": {
  4518. "call-bound": "^1.0.3"
  4519. },
  4520. "engines": {
  4521. "node": ">= 0.4"
  4522. },
  4523. "funding": {
  4524. "url": "https://github.com/sponsors/ljharb"
  4525. }
  4526. },
  4527. "node_modules/is-generator-function": {
  4528. "version": "1.1.2",
  4529. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  4530. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  4531. "dev": true,
  4532. "license": "MIT",
  4533. "dependencies": {
  4534. "call-bound": "^1.0.4",
  4535. "generator-function": "^2.0.0",
  4536. "get-proto": "^1.0.1",
  4537. "has-tostringtag": "^1.0.2",
  4538. "safe-regex-test": "^1.1.0"
  4539. },
  4540. "engines": {
  4541. "node": ">= 0.4"
  4542. },
  4543. "funding": {
  4544. "url": "https://github.com/sponsors/ljharb"
  4545. }
  4546. },
  4547. "node_modules/is-glob": {
  4548. "version": "4.0.3",
  4549. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4550. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4551. "dev": true,
  4552. "license": "MIT",
  4553. "dependencies": {
  4554. "is-extglob": "^2.1.1"
  4555. },
  4556. "engines": {
  4557. "node": ">=0.10.0"
  4558. }
  4559. },
  4560. "node_modules/is-map": {
  4561. "version": "2.0.3",
  4562. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  4563. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4564. "dev": true,
  4565. "license": "MIT",
  4566. "engines": {
  4567. "node": ">= 0.4"
  4568. },
  4569. "funding": {
  4570. "url": "https://github.com/sponsors/ljharb"
  4571. }
  4572. },
  4573. "node_modules/is-negative-zero": {
  4574. "version": "2.0.3",
  4575. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4576. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4577. "dev": true,
  4578. "license": "MIT",
  4579. "engines": {
  4580. "node": ">= 0.4"
  4581. },
  4582. "funding": {
  4583. "url": "https://github.com/sponsors/ljharb"
  4584. }
  4585. },
  4586. "node_modules/is-number": {
  4587. "version": "7.0.0",
  4588. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4589. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4590. "dev": true,
  4591. "license": "MIT",
  4592. "engines": {
  4593. "node": ">=0.12.0"
  4594. }
  4595. },
  4596. "node_modules/is-number-object": {
  4597. "version": "1.1.1",
  4598. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  4599. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4600. "dev": true,
  4601. "license": "MIT",
  4602. "dependencies": {
  4603. "call-bound": "^1.0.3",
  4604. "has-tostringtag": "^1.0.2"
  4605. },
  4606. "engines": {
  4607. "node": ">= 0.4"
  4608. },
  4609. "funding": {
  4610. "url": "https://github.com/sponsors/ljharb"
  4611. }
  4612. },
  4613. "node_modules/is-regex": {
  4614. "version": "1.2.1",
  4615. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4616. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4617. "dev": true,
  4618. "license": "MIT",
  4619. "dependencies": {
  4620. "call-bound": "^1.0.2",
  4621. "gopd": "^1.2.0",
  4622. "has-tostringtag": "^1.0.2",
  4623. "hasown": "^2.0.2"
  4624. },
  4625. "engines": {
  4626. "node": ">= 0.4"
  4627. },
  4628. "funding": {
  4629. "url": "https://github.com/sponsors/ljharb"
  4630. }
  4631. },
  4632. "node_modules/is-set": {
  4633. "version": "2.0.3",
  4634. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4635. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4636. "dev": true,
  4637. "license": "MIT",
  4638. "engines": {
  4639. "node": ">= 0.4"
  4640. },
  4641. "funding": {
  4642. "url": "https://github.com/sponsors/ljharb"
  4643. }
  4644. },
  4645. "node_modules/is-shared-array-buffer": {
  4646. "version": "1.0.4",
  4647. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4648. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4649. "dev": true,
  4650. "license": "MIT",
  4651. "dependencies": {
  4652. "call-bound": "^1.0.3"
  4653. },
  4654. "engines": {
  4655. "node": ">= 0.4"
  4656. },
  4657. "funding": {
  4658. "url": "https://github.com/sponsors/ljharb"
  4659. }
  4660. },
  4661. "node_modules/is-string": {
  4662. "version": "1.1.1",
  4663. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4664. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4665. "dev": true,
  4666. "license": "MIT",
  4667. "dependencies": {
  4668. "call-bound": "^1.0.3",
  4669. "has-tostringtag": "^1.0.2"
  4670. },
  4671. "engines": {
  4672. "node": ">= 0.4"
  4673. },
  4674. "funding": {
  4675. "url": "https://github.com/sponsors/ljharb"
  4676. }
  4677. },
  4678. "node_modules/is-symbol": {
  4679. "version": "1.1.1",
  4680. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4681. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4682. "dev": true,
  4683. "license": "MIT",
  4684. "dependencies": {
  4685. "call-bound": "^1.0.2",
  4686. "has-symbols": "^1.1.0",
  4687. "safe-regex-test": "^1.1.0"
  4688. },
  4689. "engines": {
  4690. "node": ">= 0.4"
  4691. },
  4692. "funding": {
  4693. "url": "https://github.com/sponsors/ljharb"
  4694. }
  4695. },
  4696. "node_modules/is-typed-array": {
  4697. "version": "1.1.15",
  4698. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4699. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4700. "dev": true,
  4701. "license": "MIT",
  4702. "dependencies": {
  4703. "which-typed-array": "^1.1.16"
  4704. },
  4705. "engines": {
  4706. "node": ">= 0.4"
  4707. },
  4708. "funding": {
  4709. "url": "https://github.com/sponsors/ljharb"
  4710. }
  4711. },
  4712. "node_modules/is-weakmap": {
  4713. "version": "2.0.2",
  4714. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4715. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4716. "dev": true,
  4717. "license": "MIT",
  4718. "engines": {
  4719. "node": ">= 0.4"
  4720. },
  4721. "funding": {
  4722. "url": "https://github.com/sponsors/ljharb"
  4723. }
  4724. },
  4725. "node_modules/is-weakref": {
  4726. "version": "1.1.1",
  4727. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  4728. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4729. "dev": true,
  4730. "license": "MIT",
  4731. "dependencies": {
  4732. "call-bound": "^1.0.3"
  4733. },
  4734. "engines": {
  4735. "node": ">= 0.4"
  4736. },
  4737. "funding": {
  4738. "url": "https://github.com/sponsors/ljharb"
  4739. }
  4740. },
  4741. "node_modules/is-weakset": {
  4742. "version": "2.0.4",
  4743. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  4744. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4745. "dev": true,
  4746. "license": "MIT",
  4747. "dependencies": {
  4748. "call-bound": "^1.0.3",
  4749. "get-intrinsic": "^1.2.6"
  4750. },
  4751. "engines": {
  4752. "node": ">= 0.4"
  4753. },
  4754. "funding": {
  4755. "url": "https://github.com/sponsors/ljharb"
  4756. }
  4757. },
  4758. "node_modules/isarray": {
  4759. "version": "2.0.5",
  4760. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  4761. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4762. "dev": true,
  4763. "license": "MIT"
  4764. },
  4765. "node_modules/isexe": {
  4766. "version": "2.0.0",
  4767. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4768. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4769. "dev": true,
  4770. "license": "ISC"
  4771. },
  4772. "node_modules/iterator.prototype": {
  4773. "version": "1.1.5",
  4774. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4775. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4776. "dev": true,
  4777. "license": "MIT",
  4778. "dependencies": {
  4779. "define-data-property": "^1.1.4",
  4780. "es-object-atoms": "^1.0.0",
  4781. "get-intrinsic": "^1.2.6",
  4782. "get-proto": "^1.0.0",
  4783. "has-symbols": "^1.1.0",
  4784. "set-function-name": "^2.0.2"
  4785. },
  4786. "engines": {
  4787. "node": ">= 0.4"
  4788. }
  4789. },
  4790. "node_modules/jiti": {
  4791. "version": "2.7.0",
  4792. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
  4793. "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
  4794. "dev": true,
  4795. "license": "MIT",
  4796. "bin": {
  4797. "jiti": "lib/jiti-cli.mjs"
  4798. }
  4799. },
  4800. "node_modules/js-tokens": {
  4801. "version": "4.0.0",
  4802. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4803. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4804. "dev": true,
  4805. "license": "MIT"
  4806. },
  4807. "node_modules/js-yaml": {
  4808. "version": "4.3.1",
  4809. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz",
  4810. "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
  4811. "dev": true,
  4812. "funding": [
  4813. {
  4814. "type": "github",
  4815. "url": "https://github.com/sponsors/puzrin"
  4816. },
  4817. {
  4818. "type": "github",
  4819. "url": "https://github.com/sponsors/nodeca"
  4820. }
  4821. ],
  4822. "license": "MIT",
  4823. "dependencies": {
  4824. "argparse": "^2.0.1"
  4825. },
  4826. "bin": {
  4827. "js-yaml": "bin/js-yaml.js"
  4828. }
  4829. },
  4830. "node_modules/jsesc": {
  4831. "version": "3.1.0",
  4832. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4833. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4834. "dev": true,
  4835. "license": "MIT",
  4836. "bin": {
  4837. "jsesc": "bin/jsesc"
  4838. },
  4839. "engines": {
  4840. "node": ">=6"
  4841. }
  4842. },
  4843. "node_modules/json-buffer": {
  4844. "version": "3.0.1",
  4845. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4846. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4847. "dev": true,
  4848. "license": "MIT"
  4849. },
  4850. "node_modules/json-schema-traverse": {
  4851. "version": "1.0.0",
  4852. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  4853. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  4854. "license": "MIT",
  4855. "optional": true,
  4856. "peer": true
  4857. },
  4858. "node_modules/json-stable-stringify-without-jsonify": {
  4859. "version": "1.0.1",
  4860. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4861. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4862. "dev": true,
  4863. "license": "MIT"
  4864. },
  4865. "node_modules/json5": {
  4866. "version": "2.2.3",
  4867. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  4868. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4869. "dev": true,
  4870. "license": "MIT",
  4871. "bin": {
  4872. "json5": "lib/cli.js"
  4873. },
  4874. "engines": {
  4875. "node": ">=6"
  4876. }
  4877. },
  4878. "node_modules/jsx-ast-utils": {
  4879. "version": "3.3.5",
  4880. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4881. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4882. "dev": true,
  4883. "license": "MIT",
  4884. "dependencies": {
  4885. "array-includes": "^3.1.6",
  4886. "array.prototype.flat": "^1.3.1",
  4887. "object.assign": "^4.1.4",
  4888. "object.values": "^1.1.6"
  4889. },
  4890. "engines": {
  4891. "node": ">=4.0"
  4892. }
  4893. },
  4894. "node_modules/keyv": {
  4895. "version": "4.5.4",
  4896. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4897. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4898. "dev": true,
  4899. "license": "MIT",
  4900. "dependencies": {
  4901. "json-buffer": "3.0.1"
  4902. }
  4903. },
  4904. "node_modules/language-subtag-registry": {
  4905. "version": "0.3.23",
  4906. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  4907. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  4908. "dev": true,
  4909. "license": "CC0-1.0"
  4910. },
  4911. "node_modules/language-tags": {
  4912. "version": "1.0.9",
  4913. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
  4914. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  4915. "dev": true,
  4916. "license": "MIT",
  4917. "dependencies": {
  4918. "language-subtag-registry": "^0.3.20"
  4919. },
  4920. "engines": {
  4921. "node": ">=0.10"
  4922. }
  4923. },
  4924. "node_modules/levn": {
  4925. "version": "0.4.1",
  4926. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4927. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4928. "dev": true,
  4929. "license": "MIT",
  4930. "dependencies": {
  4931. "prelude-ls": "^1.2.1",
  4932. "type-check": "~0.4.0"
  4933. },
  4934. "engines": {
  4935. "node": ">= 0.8.0"
  4936. }
  4937. },
  4938. "node_modules/lightningcss": {
  4939. "version": "1.32.0",
  4940. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  4941. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  4942. "dev": true,
  4943. "license": "MPL-2.0",
  4944. "dependencies": {
  4945. "detect-libc": "^2.0.3"
  4946. },
  4947. "engines": {
  4948. "node": ">= 12.0.0"
  4949. },
  4950. "funding": {
  4951. "type": "opencollective",
  4952. "url": "https://opencollective.com/parcel"
  4953. },
  4954. "optionalDependencies": {
  4955. "lightningcss-android-arm64": "1.32.0",
  4956. "lightningcss-darwin-arm64": "1.32.0",
  4957. "lightningcss-darwin-x64": "1.32.0",
  4958. "lightningcss-freebsd-x64": "1.32.0",
  4959. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  4960. "lightningcss-linux-arm64-gnu": "1.32.0",
  4961. "lightningcss-linux-arm64-musl": "1.32.0",
  4962. "lightningcss-linux-x64-gnu": "1.32.0",
  4963. "lightningcss-linux-x64-musl": "1.32.0",
  4964. "lightningcss-win32-arm64-msvc": "1.32.0",
  4965. "lightningcss-win32-x64-msvc": "1.32.0"
  4966. }
  4967. },
  4968. "node_modules/lightningcss-android-arm64": {
  4969. "version": "1.32.0",
  4970. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  4971. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  4972. "cpu": [
  4973. "arm64"
  4974. ],
  4975. "dev": true,
  4976. "license": "MPL-2.0",
  4977. "optional": true,
  4978. "os": [
  4979. "android"
  4980. ],
  4981. "engines": {
  4982. "node": ">= 12.0.0"
  4983. },
  4984. "funding": {
  4985. "type": "opencollective",
  4986. "url": "https://opencollective.com/parcel"
  4987. }
  4988. },
  4989. "node_modules/lightningcss-darwin-arm64": {
  4990. "version": "1.32.0",
  4991. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  4992. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  4993. "cpu": [
  4994. "arm64"
  4995. ],
  4996. "dev": true,
  4997. "license": "MPL-2.0",
  4998. "optional": true,
  4999. "os": [
  5000. "darwin"
  5001. ],
  5002. "engines": {
  5003. "node": ">= 12.0.0"
  5004. },
  5005. "funding": {
  5006. "type": "opencollective",
  5007. "url": "https://opencollective.com/parcel"
  5008. }
  5009. },
  5010. "node_modules/lightningcss-darwin-x64": {
  5011. "version": "1.32.0",
  5012. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  5013. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  5014. "cpu": [
  5015. "x64"
  5016. ],
  5017. "dev": true,
  5018. "license": "MPL-2.0",
  5019. "optional": true,
  5020. "os": [
  5021. "darwin"
  5022. ],
  5023. "engines": {
  5024. "node": ">= 12.0.0"
  5025. },
  5026. "funding": {
  5027. "type": "opencollective",
  5028. "url": "https://opencollective.com/parcel"
  5029. }
  5030. },
  5031. "node_modules/lightningcss-freebsd-x64": {
  5032. "version": "1.32.0",
  5033. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  5034. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  5035. "cpu": [
  5036. "x64"
  5037. ],
  5038. "dev": true,
  5039. "license": "MPL-2.0",
  5040. "optional": true,
  5041. "os": [
  5042. "freebsd"
  5043. ],
  5044. "engines": {
  5045. "node": ">= 12.0.0"
  5046. },
  5047. "funding": {
  5048. "type": "opencollective",
  5049. "url": "https://opencollective.com/parcel"
  5050. }
  5051. },
  5052. "node_modules/lightningcss-linux-arm-gnueabihf": {
  5053. "version": "1.32.0",
  5054. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  5055. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  5056. "cpu": [
  5057. "arm"
  5058. ],
  5059. "dev": true,
  5060. "license": "MPL-2.0",
  5061. "optional": true,
  5062. "os": [
  5063. "linux"
  5064. ],
  5065. "engines": {
  5066. "node": ">= 12.0.0"
  5067. },
  5068. "funding": {
  5069. "type": "opencollective",
  5070. "url": "https://opencollective.com/parcel"
  5071. }
  5072. },
  5073. "node_modules/lightningcss-linux-arm64-gnu": {
  5074. "version": "1.32.0",
  5075. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  5076. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  5077. "cpu": [
  5078. "arm64"
  5079. ],
  5080. "dev": true,
  5081. "license": "MPL-2.0",
  5082. "optional": true,
  5083. "os": [
  5084. "linux"
  5085. ],
  5086. "engines": {
  5087. "node": ">= 12.0.0"
  5088. },
  5089. "funding": {
  5090. "type": "opencollective",
  5091. "url": "https://opencollective.com/parcel"
  5092. }
  5093. },
  5094. "node_modules/lightningcss-linux-arm64-musl": {
  5095. "version": "1.32.0",
  5096. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  5097. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  5098. "cpu": [
  5099. "arm64"
  5100. ],
  5101. "dev": true,
  5102. "license": "MPL-2.0",
  5103. "optional": true,
  5104. "os": [
  5105. "linux"
  5106. ],
  5107. "engines": {
  5108. "node": ">= 12.0.0"
  5109. },
  5110. "funding": {
  5111. "type": "opencollective",
  5112. "url": "https://opencollective.com/parcel"
  5113. }
  5114. },
  5115. "node_modules/lightningcss-linux-x64-gnu": {
  5116. "version": "1.32.0",
  5117. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  5118. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  5119. "cpu": [
  5120. "x64"
  5121. ],
  5122. "dev": true,
  5123. "license": "MPL-2.0",
  5124. "optional": true,
  5125. "os": [
  5126. "linux"
  5127. ],
  5128. "engines": {
  5129. "node": ">= 12.0.0"
  5130. },
  5131. "funding": {
  5132. "type": "opencollective",
  5133. "url": "https://opencollective.com/parcel"
  5134. }
  5135. },
  5136. "node_modules/lightningcss-linux-x64-musl": {
  5137. "version": "1.32.0",
  5138. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  5139. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  5140. "cpu": [
  5141. "x64"
  5142. ],
  5143. "dev": true,
  5144. "license": "MPL-2.0",
  5145. "optional": true,
  5146. "os": [
  5147. "linux"
  5148. ],
  5149. "engines": {
  5150. "node": ">= 12.0.0"
  5151. },
  5152. "funding": {
  5153. "type": "opencollective",
  5154. "url": "https://opencollective.com/parcel"
  5155. }
  5156. },
  5157. "node_modules/lightningcss-win32-arm64-msvc": {
  5158. "version": "1.32.0",
  5159. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  5160. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  5161. "cpu": [
  5162. "arm64"
  5163. ],
  5164. "dev": true,
  5165. "license": "MPL-2.0",
  5166. "optional": true,
  5167. "os": [
  5168. "win32"
  5169. ],
  5170. "engines": {
  5171. "node": ">= 12.0.0"
  5172. },
  5173. "funding": {
  5174. "type": "opencollective",
  5175. "url": "https://opencollective.com/parcel"
  5176. }
  5177. },
  5178. "node_modules/lightningcss-win32-x64-msvc": {
  5179. "version": "1.32.0",
  5180. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  5181. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  5182. "cpu": [
  5183. "x64"
  5184. ],
  5185. "dev": true,
  5186. "license": "MPL-2.0",
  5187. "optional": true,
  5188. "os": [
  5189. "win32"
  5190. ],
  5191. "engines": {
  5192. "node": ">= 12.0.0"
  5193. },
  5194. "funding": {
  5195. "type": "opencollective",
  5196. "url": "https://opencollective.com/parcel"
  5197. }
  5198. },
  5199. "node_modules/locate-path": {
  5200. "version": "6.0.0",
  5201. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5202. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5203. "dev": true,
  5204. "license": "MIT",
  5205. "dependencies": {
  5206. "p-locate": "^5.0.0"
  5207. },
  5208. "engines": {
  5209. "node": ">=10"
  5210. },
  5211. "funding": {
  5212. "url": "https://github.com/sponsors/sindresorhus"
  5213. }
  5214. },
  5215. "node_modules/lodash.merge": {
  5216. "version": "4.6.2",
  5217. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5218. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5219. "dev": true,
  5220. "license": "MIT"
  5221. },
  5222. "node_modules/loose-envify": {
  5223. "version": "1.4.0",
  5224. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5225. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5226. "dev": true,
  5227. "license": "MIT",
  5228. "dependencies": {
  5229. "js-tokens": "^3.0.0 || ^4.0.0"
  5230. },
  5231. "bin": {
  5232. "loose-envify": "cli.js"
  5233. }
  5234. },
  5235. "node_modules/lru-cache": {
  5236. "version": "5.1.1",
  5237. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  5238. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5239. "dev": true,
  5240. "license": "ISC",
  5241. "dependencies": {
  5242. "yallist": "^3.0.2"
  5243. }
  5244. },
  5245. "node_modules/lucide-react": {
  5246. "version": "1.31.0",
  5247. "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.31.0.tgz",
  5248. "integrity": "sha512-G8u2eEtoHUnUa9f8lbvqDhCiORMnYLdUEo06EEG9MQvHQrInKcX3Pa2TH39MM5qyzRcWETxB0+aOwAPI1g1kEg==",
  5249. "license": "ISC",
  5250. "peerDependencies": {
  5251. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  5252. }
  5253. },
  5254. "node_modules/magic-string": {
  5255. "version": "0.30.21",
  5256. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  5257. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  5258. "dev": true,
  5259. "license": "MIT",
  5260. "dependencies": {
  5261. "@jridgewell/sourcemap-codec": "^1.5.5"
  5262. }
  5263. },
  5264. "node_modules/math-intrinsics": {
  5265. "version": "1.1.0",
  5266. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  5267. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  5268. "dev": true,
  5269. "license": "MIT",
  5270. "engines": {
  5271. "node": ">= 0.4"
  5272. }
  5273. },
  5274. "node_modules/merge2": {
  5275. "version": "1.4.1",
  5276. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5277. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5278. "dev": true,
  5279. "license": "MIT",
  5280. "engines": {
  5281. "node": ">= 8"
  5282. }
  5283. },
  5284. "node_modules/micromatch": {
  5285. "version": "4.0.8",
  5286. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  5287. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5288. "dev": true,
  5289. "license": "MIT",
  5290. "dependencies": {
  5291. "braces": "^3.0.3",
  5292. "picomatch": "^2.3.1"
  5293. },
  5294. "engines": {
  5295. "node": ">=8.6"
  5296. }
  5297. },
  5298. "node_modules/minimatch": {
  5299. "version": "3.1.5",
  5300. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  5301. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  5302. "dev": true,
  5303. "license": "ISC",
  5304. "dependencies": {
  5305. "brace-expansion": "^1.1.7"
  5306. },
  5307. "engines": {
  5308. "node": "*"
  5309. }
  5310. },
  5311. "node_modules/minimist": {
  5312. "version": "1.2.8",
  5313. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  5314. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  5315. "dev": true,
  5316. "license": "MIT",
  5317. "funding": {
  5318. "url": "https://github.com/sponsors/ljharb"
  5319. }
  5320. },
  5321. "node_modules/ms": {
  5322. "version": "2.1.3",
  5323. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  5324. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5325. "dev": true,
  5326. "license": "MIT"
  5327. },
  5328. "node_modules/nanoid": {
  5329. "version": "3.3.18",
  5330. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
  5331. "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
  5332. "funding": [
  5333. {
  5334. "type": "github",
  5335. "url": "https://github.com/sponsors/ai"
  5336. }
  5337. ],
  5338. "license": "MIT",
  5339. "bin": {
  5340. "nanoid": "bin/nanoid.cjs"
  5341. },
  5342. "engines": {
  5343. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5344. }
  5345. },
  5346. "node_modules/napi-postinstall": {
  5347. "version": "0.3.4",
  5348. "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz",
  5349. "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==",
  5350. "dev": true,
  5351. "license": "MIT",
  5352. "bin": {
  5353. "napi-postinstall": "lib/cli.js"
  5354. },
  5355. "engines": {
  5356. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  5357. },
  5358. "funding": {
  5359. "url": "https://opencollective.com/napi-postinstall"
  5360. }
  5361. },
  5362. "node_modules/natural-compare": {
  5363. "version": "1.4.0",
  5364. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5365. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5366. "dev": true,
  5367. "license": "MIT"
  5368. },
  5369. "node_modules/next": {
  5370. "version": "16.3.0",
  5371. "resolved": "https://registry.npmjs.org/next/-/next-16.3.0.tgz",
  5372. "integrity": "sha512-NEdGOzH+08eTXMUp9UYkA99Nhi5N6Thrhc1jgFOQgfgnGK/dA2hRwBpXep+exdFQrnwlRf/3Wixyp8lLBUpE2A==",
  5373. "license": "MIT",
  5374. "dependencies": {
  5375. "@next/env": "16.3.0",
  5376. "@swc/helpers": "0.5.15",
  5377. "baseline-browser-mapping": "^2.9.19",
  5378. "caniuse-lite": "^1.0.30001579",
  5379. "postcss": "8.5.23",
  5380. "styled-jsx": "5.1.6"
  5381. },
  5382. "bin": {
  5383. "next": "dist/bin/next"
  5384. },
  5385. "engines": {
  5386. "node": ">=20.9.0"
  5387. },
  5388. "optionalDependencies": {
  5389. "@next/swc-darwin-arm64": "16.3.0",
  5390. "@next/swc-darwin-x64": "16.3.0",
  5391. "@next/swc-linux-arm64-gnu": "16.3.0",
  5392. "@next/swc-linux-arm64-musl": "16.3.0",
  5393. "@next/swc-linux-x64-gnu": "16.3.0",
  5394. "@next/swc-linux-x64-musl": "16.3.0",
  5395. "@next/swc-win32-arm64-msvc": "16.3.0",
  5396. "@next/swc-win32-x64-msvc": "16.3.0",
  5397. "sharp": "^0.35.3"
  5398. },
  5399. "peerDependencies": {
  5400. "@opentelemetry/api": "^1.1.0",
  5401. "@playwright/test": "^1.51.1",
  5402. "babel-plugin-react-compiler": "*",
  5403. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5404. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5405. "sass": "^1.3.0"
  5406. },
  5407. "peerDependenciesMeta": {
  5408. "@opentelemetry/api": {
  5409. "optional": true
  5410. },
  5411. "@playwright/test": {
  5412. "optional": true
  5413. },
  5414. "babel-plugin-react-compiler": {
  5415. "optional": true
  5416. },
  5417. "sass": {
  5418. "optional": true
  5419. }
  5420. }
  5421. },
  5422. "node_modules/next/node_modules/postcss": {
  5423. "version": "8.5.23",
  5424. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz",
  5425. "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==",
  5426. "funding": [
  5427. {
  5428. "type": "opencollective",
  5429. "url": "https://opencollective.com/postcss/"
  5430. },
  5431. {
  5432. "type": "tidelift",
  5433. "url": "https://tidelift.com/funding/github/npm/postcss"
  5434. },
  5435. {
  5436. "type": "github",
  5437. "url": "https://github.com/sponsors/ai"
  5438. }
  5439. ],
  5440. "license": "MIT",
  5441. "dependencies": {
  5442. "nanoid": "^3.3.16",
  5443. "picocolors": "^1.1.1",
  5444. "source-map-js": "^1.2.1"
  5445. },
  5446. "engines": {
  5447. "node": "^10 || ^12 || >=14"
  5448. }
  5449. },
  5450. "node_modules/node-exports-info": {
  5451. "version": "1.6.2",
  5452. "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.2.tgz",
  5453. "integrity": "sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==",
  5454. "dev": true,
  5455. "license": "MIT",
  5456. "dependencies": {
  5457. "array.prototype.flatmap": "^1.3.3",
  5458. "es-errors": "^1.3.0",
  5459. "object.entries": "^1.1.9",
  5460. "semver": "^6.3.1"
  5461. },
  5462. "engines": {
  5463. "node": ">= 0.4"
  5464. },
  5465. "funding": {
  5466. "url": "https://github.com/sponsors/ljharb"
  5467. }
  5468. },
  5469. "node_modules/node-releases": {
  5470. "version": "2.0.53",
  5471. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.53.tgz",
  5472. "integrity": "sha512-D9UOmYG3UH1V+ENW56t5QXBwJw1YEY18ruVeus89Rw+SyIgjPkCO84bRzO3uNIYosJbNwiabWVn48o3uJLjxFQ==",
  5473. "dev": true,
  5474. "license": "MIT",
  5475. "engines": {
  5476. "node": ">=18"
  5477. }
  5478. },
  5479. "node_modules/object-assign": {
  5480. "version": "4.1.1",
  5481. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5482. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5483. "dev": true,
  5484. "license": "MIT",
  5485. "engines": {
  5486. "node": ">=0.10.0"
  5487. }
  5488. },
  5489. "node_modules/object-inspect": {
  5490. "version": "1.13.4",
  5491. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  5492. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  5493. "dev": true,
  5494. "license": "MIT",
  5495. "engines": {
  5496. "node": ">= 0.4"
  5497. },
  5498. "funding": {
  5499. "url": "https://github.com/sponsors/ljharb"
  5500. }
  5501. },
  5502. "node_modules/object-keys": {
  5503. "version": "1.1.1",
  5504. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  5505. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5506. "dev": true,
  5507. "license": "MIT",
  5508. "engines": {
  5509. "node": ">= 0.4"
  5510. }
  5511. },
  5512. "node_modules/object.assign": {
  5513. "version": "4.1.7",
  5514. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  5515. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  5516. "dev": true,
  5517. "license": "MIT",
  5518. "dependencies": {
  5519. "call-bind": "^1.0.8",
  5520. "call-bound": "^1.0.3",
  5521. "define-properties": "^1.2.1",
  5522. "es-object-atoms": "^1.0.0",
  5523. "has-symbols": "^1.1.0",
  5524. "object-keys": "^1.1.1"
  5525. },
  5526. "engines": {
  5527. "node": ">= 0.4"
  5528. },
  5529. "funding": {
  5530. "url": "https://github.com/sponsors/ljharb"
  5531. }
  5532. },
  5533. "node_modules/object.entries": {
  5534. "version": "1.1.9",
  5535. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  5536. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  5537. "dev": true,
  5538. "license": "MIT",
  5539. "dependencies": {
  5540. "call-bind": "^1.0.8",
  5541. "call-bound": "^1.0.4",
  5542. "define-properties": "^1.2.1",
  5543. "es-object-atoms": "^1.1.1"
  5544. },
  5545. "engines": {
  5546. "node": ">= 0.4"
  5547. }
  5548. },
  5549. "node_modules/object.fromentries": {
  5550. "version": "2.0.8",
  5551. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  5552. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  5553. "dev": true,
  5554. "license": "MIT",
  5555. "dependencies": {
  5556. "call-bind": "^1.0.7",
  5557. "define-properties": "^1.2.1",
  5558. "es-abstract": "^1.23.2",
  5559. "es-object-atoms": "^1.0.0"
  5560. },
  5561. "engines": {
  5562. "node": ">= 0.4"
  5563. },
  5564. "funding": {
  5565. "url": "https://github.com/sponsors/ljharb"
  5566. }
  5567. },
  5568. "node_modules/object.groupby": {
  5569. "version": "1.0.3",
  5570. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  5571. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  5572. "dev": true,
  5573. "license": "MIT",
  5574. "dependencies": {
  5575. "call-bind": "^1.0.7",
  5576. "define-properties": "^1.2.1",
  5577. "es-abstract": "^1.23.2"
  5578. },
  5579. "engines": {
  5580. "node": ">= 0.4"
  5581. }
  5582. },
  5583. "node_modules/object.values": {
  5584. "version": "1.2.1",
  5585. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  5586. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  5587. "dev": true,
  5588. "license": "MIT",
  5589. "dependencies": {
  5590. "call-bind": "^1.0.8",
  5591. "call-bound": "^1.0.3",
  5592. "define-properties": "^1.2.1",
  5593. "es-object-atoms": "^1.0.0"
  5594. },
  5595. "engines": {
  5596. "node": ">= 0.4"
  5597. },
  5598. "funding": {
  5599. "url": "https://github.com/sponsors/ljharb"
  5600. }
  5601. },
  5602. "node_modules/optionator": {
  5603. "version": "0.9.4",
  5604. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5605. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5606. "dev": true,
  5607. "license": "MIT",
  5608. "dependencies": {
  5609. "deep-is": "^0.1.3",
  5610. "fast-levenshtein": "^2.0.6",
  5611. "levn": "^0.4.1",
  5612. "prelude-ls": "^1.2.1",
  5613. "type-check": "^0.4.0",
  5614. "word-wrap": "^1.2.5"
  5615. },
  5616. "engines": {
  5617. "node": ">= 0.8.0"
  5618. }
  5619. },
  5620. "node_modules/own-keys": {
  5621. "version": "1.0.2",
  5622. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.2.tgz",
  5623. "integrity": "sha512-19YVAg7T+WTrxggPukVq7DjTv6+PJ867TmhCvBsYwmbFCsZd344rq2Ld1p0wo8f8Qrrhgp82c6FJRqdXWtSEhg==",
  5624. "dev": true,
  5625. "license": "MIT",
  5626. "dependencies": {
  5627. "call-bound": "^1.0.4",
  5628. "get-intrinsic": "^1.3.0",
  5629. "object-keys": "^1.1.1",
  5630. "safe-push-apply": "^1.0.0"
  5631. },
  5632. "engines": {
  5633. "node": ">= 0.4"
  5634. },
  5635. "funding": {
  5636. "url": "https://github.com/sponsors/ljharb"
  5637. }
  5638. },
  5639. "node_modules/p-limit": {
  5640. "version": "3.1.0",
  5641. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5642. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5643. "dev": true,
  5644. "license": "MIT",
  5645. "dependencies": {
  5646. "yocto-queue": "^0.1.0"
  5647. },
  5648. "engines": {
  5649. "node": ">=10"
  5650. },
  5651. "funding": {
  5652. "url": "https://github.com/sponsors/sindresorhus"
  5653. }
  5654. },
  5655. "node_modules/p-locate": {
  5656. "version": "5.0.0",
  5657. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5658. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5659. "dev": true,
  5660. "license": "MIT",
  5661. "dependencies": {
  5662. "p-limit": "^3.0.2"
  5663. },
  5664. "engines": {
  5665. "node": ">=10"
  5666. },
  5667. "funding": {
  5668. "url": "https://github.com/sponsors/sindresorhus"
  5669. }
  5670. },
  5671. "node_modules/parent-module": {
  5672. "version": "1.0.1",
  5673. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5674. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5675. "dev": true,
  5676. "license": "MIT",
  5677. "dependencies": {
  5678. "callsites": "^3.0.0"
  5679. },
  5680. "engines": {
  5681. "node": ">=6"
  5682. }
  5683. },
  5684. "node_modules/path-exists": {
  5685. "version": "4.0.0",
  5686. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5687. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5688. "dev": true,
  5689. "license": "MIT",
  5690. "engines": {
  5691. "node": ">=8"
  5692. }
  5693. },
  5694. "node_modules/path-key": {
  5695. "version": "3.1.1",
  5696. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5697. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5698. "dev": true,
  5699. "license": "MIT",
  5700. "engines": {
  5701. "node": ">=8"
  5702. }
  5703. },
  5704. "node_modules/path-parse": {
  5705. "version": "1.0.7",
  5706. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5707. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5708. "dev": true,
  5709. "license": "MIT"
  5710. },
  5711. "node_modules/picocolors": {
  5712. "version": "1.1.1",
  5713. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5714. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5715. "license": "ISC"
  5716. },
  5717. "node_modules/picomatch": {
  5718. "version": "2.3.2",
  5719. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5720. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5721. "dev": true,
  5722. "license": "MIT",
  5723. "engines": {
  5724. "node": ">=8.6"
  5725. },
  5726. "funding": {
  5727. "url": "https://github.com/sponsors/jonschlinkert"
  5728. }
  5729. },
  5730. "node_modules/possible-typed-array-names": {
  5731. "version": "1.1.0",
  5732. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5733. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5734. "dev": true,
  5735. "license": "MIT",
  5736. "engines": {
  5737. "node": ">= 0.4"
  5738. }
  5739. },
  5740. "node_modules/postal-mime": {
  5741. "version": "2.7.5",
  5742. "resolved": "https://registry.npmjs.org/postal-mime/-/postal-mime-2.7.5.tgz",
  5743. "integrity": "sha512-GNEXKvWFQnbgO5NlrGzVa0FmWzBZ24PersAWErttSg1Hjpf0ATxTwS5DOMGaOpTG6bUh5cTr7xi0jAD942wCJA==",
  5744. "license": "MIT-0"
  5745. },
  5746. "node_modules/postcss": {
  5747. "version": "8.5.26",
  5748. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
  5749. "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
  5750. "dev": true,
  5751. "funding": [
  5752. {
  5753. "type": "opencollective",
  5754. "url": "https://opencollective.com/postcss/"
  5755. },
  5756. {
  5757. "type": "tidelift",
  5758. "url": "https://tidelift.com/funding/github/npm/postcss"
  5759. },
  5760. {
  5761. "type": "github",
  5762. "url": "https://github.com/sponsors/ai"
  5763. }
  5764. ],
  5765. "license": "MIT",
  5766. "dependencies": {
  5767. "nanoid": "^3.3.17",
  5768. "picocolors": "^1.1.1",
  5769. "source-map-js": "^1.2.1"
  5770. },
  5771. "engines": {
  5772. "node": "^10 || ^12 || >=14"
  5773. }
  5774. },
  5775. "node_modules/prelude-ls": {
  5776. "version": "1.2.1",
  5777. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5778. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5779. "dev": true,
  5780. "license": "MIT",
  5781. "engines": {
  5782. "node": ">= 0.8.0"
  5783. }
  5784. },
  5785. "node_modules/prop-types": {
  5786. "version": "15.8.1",
  5787. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5788. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5789. "dev": true,
  5790. "license": "MIT",
  5791. "dependencies": {
  5792. "loose-envify": "^1.4.0",
  5793. "object-assign": "^4.1.1",
  5794. "react-is": "^16.13.1"
  5795. }
  5796. },
  5797. "node_modules/punycode": {
  5798. "version": "2.3.1",
  5799. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5800. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5801. "dev": true,
  5802. "license": "MIT",
  5803. "engines": {
  5804. "node": ">=6"
  5805. }
  5806. },
  5807. "node_modules/queue-microtask": {
  5808. "version": "1.2.3",
  5809. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5810. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5811. "dev": true,
  5812. "funding": [
  5813. {
  5814. "type": "github",
  5815. "url": "https://github.com/sponsors/feross"
  5816. },
  5817. {
  5818. "type": "patreon",
  5819. "url": "https://www.patreon.com/feross"
  5820. },
  5821. {
  5822. "type": "consulting",
  5823. "url": "https://feross.org/support"
  5824. }
  5825. ],
  5826. "license": "MIT"
  5827. },
  5828. "node_modules/react": {
  5829. "version": "19.2.8",
  5830. "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
  5831. "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
  5832. "license": "MIT",
  5833. "engines": {
  5834. "node": ">=0.10.0"
  5835. }
  5836. },
  5837. "node_modules/react-dom": {
  5838. "version": "19.2.8",
  5839. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
  5840. "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
  5841. "license": "MIT",
  5842. "dependencies": {
  5843. "scheduler": "^0.27.0"
  5844. },
  5845. "peerDependencies": {
  5846. "react": "^19.2.8"
  5847. }
  5848. },
  5849. "node_modules/react-hook-form": {
  5850. "version": "7.85.0",
  5851. "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.85.0.tgz",
  5852. "integrity": "sha512-U2MTriFXnclmV4rOE20p2DcRFv5WEg3FIcBFOKcOLFHDVvGIMPvLTkTWefUsonmlaVy23khVDxDWym6uJVGOzw==",
  5853. "license": "MIT",
  5854. "engines": {
  5855. "node": ">=18.0.0"
  5856. },
  5857. "funding": {
  5858. "type": "opencollective",
  5859. "url": "https://opencollective.com/react-hook-form"
  5860. },
  5861. "peerDependencies": {
  5862. "react": "^16.8.0 || ^17 || ^18 || ^19"
  5863. }
  5864. },
  5865. "node_modules/react-is": {
  5866. "version": "16.13.1",
  5867. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5868. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5869. "dev": true,
  5870. "license": "MIT"
  5871. },
  5872. "node_modules/reflect.getprototypeof": {
  5873. "version": "1.0.10",
  5874. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5875. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5876. "dev": true,
  5877. "license": "MIT",
  5878. "dependencies": {
  5879. "call-bind": "^1.0.8",
  5880. "define-properties": "^1.2.1",
  5881. "es-abstract": "^1.23.9",
  5882. "es-errors": "^1.3.0",
  5883. "es-object-atoms": "^1.0.0",
  5884. "get-intrinsic": "^1.2.7",
  5885. "get-proto": "^1.0.1",
  5886. "which-builtin-type": "^1.2.1"
  5887. },
  5888. "engines": {
  5889. "node": ">= 0.4"
  5890. },
  5891. "funding": {
  5892. "url": "https://github.com/sponsors/ljharb"
  5893. }
  5894. },
  5895. "node_modules/regexp.prototype.flags": {
  5896. "version": "1.5.4",
  5897. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5898. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5899. "dev": true,
  5900. "license": "MIT",
  5901. "dependencies": {
  5902. "call-bind": "^1.0.8",
  5903. "define-properties": "^1.2.1",
  5904. "es-errors": "^1.3.0",
  5905. "get-proto": "^1.0.1",
  5906. "gopd": "^1.2.0",
  5907. "set-function-name": "^2.0.2"
  5908. },
  5909. "engines": {
  5910. "node": ">= 0.4"
  5911. },
  5912. "funding": {
  5913. "url": "https://github.com/sponsors/ljharb"
  5914. }
  5915. },
  5916. "node_modules/require-from-string": {
  5917. "version": "2.0.2",
  5918. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  5919. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  5920. "license": "MIT",
  5921. "optional": true,
  5922. "peer": true,
  5923. "engines": {
  5924. "node": ">=0.10.0"
  5925. }
  5926. },
  5927. "node_modules/resend": {
  5928. "version": "6.19.0",
  5929. "resolved": "https://registry.npmjs.org/resend/-/resend-6.19.0.tgz",
  5930. "integrity": "sha512-JnEdYnd9WyBDIzunsEZtUF8n3cBKM9SlmySaos/7wwi4sEXKG1Zz4M64VFAyk+278erX01Fq2wHQ3p7OIdPriA==",
  5931. "license": "MIT",
  5932. "dependencies": {
  5933. "postal-mime": "2.7.5",
  5934. "standardwebhooks": "1.0.0"
  5935. },
  5936. "engines": {
  5937. "node": ">=20"
  5938. },
  5939. "peerDependencies": {
  5940. "@react-email/render": "*"
  5941. },
  5942. "peerDependenciesMeta": {
  5943. "@react-email/render": {
  5944. "optional": true
  5945. }
  5946. }
  5947. },
  5948. "node_modules/resolve": {
  5949. "version": "2.0.0-next.7",
  5950. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.7.tgz",
  5951. "integrity": "sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==",
  5952. "dev": true,
  5953. "license": "MIT",
  5954. "dependencies": {
  5955. "es-errors": "^1.3.0",
  5956. "is-core-module": "^2.16.2",
  5957. "node-exports-info": "^1.6.0",
  5958. "object-keys": "^1.1.1",
  5959. "path-parse": "^1.0.7",
  5960. "supports-preserve-symlinks-flag": "^1.0.0"
  5961. },
  5962. "bin": {
  5963. "resolve": "bin/resolve"
  5964. },
  5965. "engines": {
  5966. "node": ">= 0.4"
  5967. },
  5968. "funding": {
  5969. "url": "https://github.com/sponsors/ljharb"
  5970. }
  5971. },
  5972. "node_modules/resolve-from": {
  5973. "version": "4.0.0",
  5974. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5975. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5976. "dev": true,
  5977. "license": "MIT",
  5978. "engines": {
  5979. "node": ">=4"
  5980. }
  5981. },
  5982. "node_modules/resolve-pkg-maps": {
  5983. "version": "1.0.0",
  5984. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  5985. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  5986. "dev": true,
  5987. "license": "MIT",
  5988. "funding": {
  5989. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  5990. }
  5991. },
  5992. "node_modules/reusify": {
  5993. "version": "1.1.0",
  5994. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  5995. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  5996. "dev": true,
  5997. "license": "MIT",
  5998. "engines": {
  5999. "iojs": ">=1.0.0",
  6000. "node": ">=0.10.0"
  6001. }
  6002. },
  6003. "node_modules/run-parallel": {
  6004. "version": "1.2.0",
  6005. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6006. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6007. "dev": true,
  6008. "funding": [
  6009. {
  6010. "type": "github",
  6011. "url": "https://github.com/sponsors/feross"
  6012. },
  6013. {
  6014. "type": "patreon",
  6015. "url": "https://www.patreon.com/feross"
  6016. },
  6017. {
  6018. "type": "consulting",
  6019. "url": "https://feross.org/support"
  6020. }
  6021. ],
  6022. "license": "MIT",
  6023. "dependencies": {
  6024. "queue-microtask": "^1.2.2"
  6025. }
  6026. },
  6027. "node_modules/safe-array-concat": {
  6028. "version": "1.1.4",
  6029. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.4.tgz",
  6030. "integrity": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==",
  6031. "dev": true,
  6032. "license": "MIT",
  6033. "dependencies": {
  6034. "call-bind": "^1.0.9",
  6035. "call-bound": "^1.0.4",
  6036. "get-intrinsic": "^1.3.0",
  6037. "has-symbols": "^1.1.0",
  6038. "isarray": "^2.0.5"
  6039. },
  6040. "engines": {
  6041. "node": ">=0.4"
  6042. },
  6043. "funding": {
  6044. "url": "https://github.com/sponsors/ljharb"
  6045. }
  6046. },
  6047. "node_modules/safe-push-apply": {
  6048. "version": "1.0.0",
  6049. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  6050. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  6051. "dev": true,
  6052. "license": "MIT",
  6053. "dependencies": {
  6054. "es-errors": "^1.3.0",
  6055. "isarray": "^2.0.5"
  6056. },
  6057. "engines": {
  6058. "node": ">= 0.4"
  6059. },
  6060. "funding": {
  6061. "url": "https://github.com/sponsors/ljharb"
  6062. }
  6063. },
  6064. "node_modules/safe-regex-test": {
  6065. "version": "1.1.0",
  6066. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  6067. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  6068. "dev": true,
  6069. "license": "MIT",
  6070. "dependencies": {
  6071. "call-bound": "^1.0.2",
  6072. "es-errors": "^1.3.0",
  6073. "is-regex": "^1.2.1"
  6074. },
  6075. "engines": {
  6076. "node": ">= 0.4"
  6077. },
  6078. "funding": {
  6079. "url": "https://github.com/sponsors/ljharb"
  6080. }
  6081. },
  6082. "node_modules/scheduler": {
  6083. "version": "0.27.0",
  6084. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  6085. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  6086. "license": "MIT"
  6087. },
  6088. "node_modules/semver": {
  6089. "version": "6.3.1",
  6090. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6091. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6092. "dev": true,
  6093. "license": "ISC",
  6094. "bin": {
  6095. "semver": "bin/semver.js"
  6096. }
  6097. },
  6098. "node_modules/set-function-length": {
  6099. "version": "1.2.2",
  6100. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  6101. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  6102. "dev": true,
  6103. "license": "MIT",
  6104. "dependencies": {
  6105. "define-data-property": "^1.1.4",
  6106. "es-errors": "^1.3.0",
  6107. "function-bind": "^1.1.2",
  6108. "get-intrinsic": "^1.2.4",
  6109. "gopd": "^1.0.1",
  6110. "has-property-descriptors": "^1.0.2"
  6111. },
  6112. "engines": {
  6113. "node": ">= 0.4"
  6114. }
  6115. },
  6116. "node_modules/set-function-name": {
  6117. "version": "2.0.2",
  6118. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  6119. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  6120. "dev": true,
  6121. "license": "MIT",
  6122. "dependencies": {
  6123. "define-data-property": "^1.1.4",
  6124. "es-errors": "^1.3.0",
  6125. "functions-have-names": "^1.2.3",
  6126. "has-property-descriptors": "^1.0.2"
  6127. },
  6128. "engines": {
  6129. "node": ">= 0.4"
  6130. }
  6131. },
  6132. "node_modules/set-proto": {
  6133. "version": "1.0.0",
  6134. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  6135. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  6136. "dev": true,
  6137. "license": "MIT",
  6138. "dependencies": {
  6139. "dunder-proto": "^1.0.1",
  6140. "es-errors": "^1.3.0",
  6141. "es-object-atoms": "^1.0.0"
  6142. },
  6143. "engines": {
  6144. "node": ">= 0.4"
  6145. }
  6146. },
  6147. "node_modules/sharp": {
  6148. "version": "0.35.3",
  6149. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.3.tgz",
  6150. "integrity": "sha512-ej0zVHuZGHCiABXcNxeYhpRnPNPAcvbG8RMdBAhDAxLKkCRVSpK3Iyu7qbqw3JMzoj0REeM6f3tJLtVwl0023Q==",
  6151. "license": "Apache-2.0",
  6152. "optional": true,
  6153. "dependencies": {
  6154. "@img/colour": "^1.1.0",
  6155. "detect-libc": "^2.1.2",
  6156. "semver": "^7.8.5"
  6157. },
  6158. "engines": {
  6159. "node": ">=20.9.0"
  6160. },
  6161. "funding": {
  6162. "url": "https://opencollective.com/libvips"
  6163. },
  6164. "optionalDependencies": {
  6165. "@img/sharp-darwin-arm64": "0.35.3",
  6166. "@img/sharp-darwin-x64": "0.35.3",
  6167. "@img/sharp-freebsd-wasm32": "0.35.3",
  6168. "@img/sharp-libvips-darwin-arm64": "1.3.2",
  6169. "@img/sharp-libvips-darwin-x64": "1.3.2",
  6170. "@img/sharp-libvips-linux-arm": "1.3.2",
  6171. "@img/sharp-libvips-linux-arm64": "1.3.2",
  6172. "@img/sharp-libvips-linux-ppc64": "1.3.2",
  6173. "@img/sharp-libvips-linux-riscv64": "1.3.2",
  6174. "@img/sharp-libvips-linux-s390x": "1.3.2",
  6175. "@img/sharp-libvips-linux-x64": "1.3.2",
  6176. "@img/sharp-libvips-linuxmusl-arm64": "1.3.2",
  6177. "@img/sharp-libvips-linuxmusl-x64": "1.3.2",
  6178. "@img/sharp-linux-arm": "0.35.3",
  6179. "@img/sharp-linux-arm64": "0.35.3",
  6180. "@img/sharp-linux-ppc64": "0.35.3",
  6181. "@img/sharp-linux-riscv64": "0.35.3",
  6182. "@img/sharp-linux-s390x": "0.35.3",
  6183. "@img/sharp-linux-x64": "0.35.3",
  6184. "@img/sharp-linuxmusl-arm64": "0.35.3",
  6185. "@img/sharp-linuxmusl-x64": "0.35.3",
  6186. "@img/sharp-webcontainers-wasm32": "0.35.3",
  6187. "@img/sharp-win32-arm64": "0.35.3",
  6188. "@img/sharp-win32-ia32": "0.35.3",
  6189. "@img/sharp-win32-x64": "0.35.3"
  6190. },
  6191. "peerDependenciesMeta": {
  6192. "@types/node": {
  6193. "optional": true
  6194. }
  6195. }
  6196. },
  6197. "node_modules/sharp/node_modules/semver": {
  6198. "version": "7.8.5",
  6199. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  6200. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  6201. "license": "ISC",
  6202. "optional": true,
  6203. "bin": {
  6204. "semver": "bin/semver.js"
  6205. },
  6206. "engines": {
  6207. "node": ">=10"
  6208. }
  6209. },
  6210. "node_modules/shebang-command": {
  6211. "version": "2.0.0",
  6212. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6213. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6214. "dev": true,
  6215. "license": "MIT",
  6216. "dependencies": {
  6217. "shebang-regex": "^3.0.0"
  6218. },
  6219. "engines": {
  6220. "node": ">=8"
  6221. }
  6222. },
  6223. "node_modules/shebang-regex": {
  6224. "version": "3.0.0",
  6225. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6226. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6227. "dev": true,
  6228. "license": "MIT",
  6229. "engines": {
  6230. "node": ">=8"
  6231. }
  6232. },
  6233. "node_modules/side-channel": {
  6234. "version": "1.1.1",
  6235. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
  6236. "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
  6237. "dev": true,
  6238. "license": "MIT",
  6239. "dependencies": {
  6240. "es-errors": "^1.3.0",
  6241. "object-inspect": "^1.13.4",
  6242. "side-channel-list": "^1.0.1",
  6243. "side-channel-map": "^1.0.1",
  6244. "side-channel-weakmap": "^1.0.2"
  6245. },
  6246. "engines": {
  6247. "node": ">= 0.4"
  6248. },
  6249. "funding": {
  6250. "url": "https://github.com/sponsors/ljharb"
  6251. }
  6252. },
  6253. "node_modules/side-channel-list": {
  6254. "version": "1.0.1",
  6255. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
  6256. "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
  6257. "dev": true,
  6258. "license": "MIT",
  6259. "dependencies": {
  6260. "es-errors": "^1.3.0",
  6261. "object-inspect": "^1.13.4"
  6262. },
  6263. "engines": {
  6264. "node": ">= 0.4"
  6265. },
  6266. "funding": {
  6267. "url": "https://github.com/sponsors/ljharb"
  6268. }
  6269. },
  6270. "node_modules/side-channel-map": {
  6271. "version": "1.0.1",
  6272. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  6273. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  6274. "dev": true,
  6275. "license": "MIT",
  6276. "dependencies": {
  6277. "call-bound": "^1.0.2",
  6278. "es-errors": "^1.3.0",
  6279. "get-intrinsic": "^1.2.5",
  6280. "object-inspect": "^1.13.3"
  6281. },
  6282. "engines": {
  6283. "node": ">= 0.4"
  6284. },
  6285. "funding": {
  6286. "url": "https://github.com/sponsors/ljharb"
  6287. }
  6288. },
  6289. "node_modules/side-channel-weakmap": {
  6290. "version": "1.0.2",
  6291. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  6292. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  6293. "dev": true,
  6294. "license": "MIT",
  6295. "dependencies": {
  6296. "call-bound": "^1.0.2",
  6297. "es-errors": "^1.3.0",
  6298. "get-intrinsic": "^1.2.5",
  6299. "object-inspect": "^1.13.3",
  6300. "side-channel-map": "^1.0.1"
  6301. },
  6302. "engines": {
  6303. "node": ">= 0.4"
  6304. },
  6305. "funding": {
  6306. "url": "https://github.com/sponsors/ljharb"
  6307. }
  6308. },
  6309. "node_modules/source-map-js": {
  6310. "version": "1.2.1",
  6311. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  6312. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  6313. "license": "BSD-3-Clause",
  6314. "engines": {
  6315. "node": ">=0.10.0"
  6316. }
  6317. },
  6318. "node_modules/stable-hash": {
  6319. "version": "0.0.5",
  6320. "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
  6321. "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  6322. "dev": true,
  6323. "license": "MIT"
  6324. },
  6325. "node_modules/standardwebhooks": {
  6326. "version": "1.0.0",
  6327. "resolved": "https://registry.npmjs.org/standardwebhooks/-/standardwebhooks-1.0.0.tgz",
  6328. "integrity": "sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==",
  6329. "license": "MIT",
  6330. "dependencies": {
  6331. "@stablelib/base64": "^1.0.0",
  6332. "fast-sha256": "^1.3.0"
  6333. }
  6334. },
  6335. "node_modules/stop-iteration-iterator": {
  6336. "version": "1.1.0",
  6337. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  6338. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  6339. "dev": true,
  6340. "license": "MIT",
  6341. "dependencies": {
  6342. "es-errors": "^1.3.0",
  6343. "internal-slot": "^1.1.0"
  6344. },
  6345. "engines": {
  6346. "node": ">= 0.4"
  6347. }
  6348. },
  6349. "node_modules/string.prototype.includes": {
  6350. "version": "2.0.1",
  6351. "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  6352. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  6353. "dev": true,
  6354. "license": "MIT",
  6355. "dependencies": {
  6356. "call-bind": "^1.0.7",
  6357. "define-properties": "^1.2.1",
  6358. "es-abstract": "^1.23.3"
  6359. },
  6360. "engines": {
  6361. "node": ">= 0.4"
  6362. }
  6363. },
  6364. "node_modules/string.prototype.matchall": {
  6365. "version": "4.0.12",
  6366. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  6367. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  6368. "dev": true,
  6369. "license": "MIT",
  6370. "dependencies": {
  6371. "call-bind": "^1.0.8",
  6372. "call-bound": "^1.0.3",
  6373. "define-properties": "^1.2.1",
  6374. "es-abstract": "^1.23.6",
  6375. "es-errors": "^1.3.0",
  6376. "es-object-atoms": "^1.0.0",
  6377. "get-intrinsic": "^1.2.6",
  6378. "gopd": "^1.2.0",
  6379. "has-symbols": "^1.1.0",
  6380. "internal-slot": "^1.1.0",
  6381. "regexp.prototype.flags": "^1.5.3",
  6382. "set-function-name": "^2.0.2",
  6383. "side-channel": "^1.1.0"
  6384. },
  6385. "engines": {
  6386. "node": ">= 0.4"
  6387. },
  6388. "funding": {
  6389. "url": "https://github.com/sponsors/ljharb"
  6390. }
  6391. },
  6392. "node_modules/string.prototype.repeat": {
  6393. "version": "1.0.0",
  6394. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  6395. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  6396. "dev": true,
  6397. "license": "MIT",
  6398. "dependencies": {
  6399. "define-properties": "^1.1.3",
  6400. "es-abstract": "^1.17.5"
  6401. }
  6402. },
  6403. "node_modules/string.prototype.trim": {
  6404. "version": "1.2.11",
  6405. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.11.tgz",
  6406. "integrity": "sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==",
  6407. "dev": true,
  6408. "license": "MIT",
  6409. "dependencies": {
  6410. "call-bind": "^1.0.9",
  6411. "call-bound": "^1.0.4",
  6412. "define-data-property": "^1.1.4",
  6413. "define-properties": "^1.2.1",
  6414. "es-abstract": "^1.24.2",
  6415. "es-object-atoms": "^1.1.2",
  6416. "has-property-descriptors": "^1.0.2",
  6417. "safe-regex-test": "^1.1.0"
  6418. },
  6419. "engines": {
  6420. "node": ">= 0.4"
  6421. },
  6422. "funding": {
  6423. "url": "https://github.com/sponsors/ljharb"
  6424. }
  6425. },
  6426. "node_modules/string.prototype.trimend": {
  6427. "version": "1.0.10",
  6428. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.10.tgz",
  6429. "integrity": "sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==",
  6430. "dev": true,
  6431. "license": "MIT",
  6432. "dependencies": {
  6433. "call-bind": "^1.0.9",
  6434. "call-bound": "^1.0.4",
  6435. "define-properties": "^1.2.1",
  6436. "es-object-atoms": "^1.1.2"
  6437. },
  6438. "engines": {
  6439. "node": ">= 0.4"
  6440. },
  6441. "funding": {
  6442. "url": "https://github.com/sponsors/ljharb"
  6443. }
  6444. },
  6445. "node_modules/string.prototype.trimstart": {
  6446. "version": "1.0.8",
  6447. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  6448. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  6449. "dev": true,
  6450. "license": "MIT",
  6451. "dependencies": {
  6452. "call-bind": "^1.0.7",
  6453. "define-properties": "^1.2.1",
  6454. "es-object-atoms": "^1.0.0"
  6455. },
  6456. "engines": {
  6457. "node": ">= 0.4"
  6458. },
  6459. "funding": {
  6460. "url": "https://github.com/sponsors/ljharb"
  6461. }
  6462. },
  6463. "node_modules/strip-bom": {
  6464. "version": "3.0.0",
  6465. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6466. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6467. "dev": true,
  6468. "license": "MIT",
  6469. "engines": {
  6470. "node": ">=4"
  6471. }
  6472. },
  6473. "node_modules/strip-json-comments": {
  6474. "version": "3.1.1",
  6475. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6476. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6477. "dev": true,
  6478. "license": "MIT",
  6479. "engines": {
  6480. "node": ">=8"
  6481. },
  6482. "funding": {
  6483. "url": "https://github.com/sponsors/sindresorhus"
  6484. }
  6485. },
  6486. "node_modules/styled-jsx": {
  6487. "version": "5.1.6",
  6488. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
  6489. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  6490. "license": "MIT",
  6491. "dependencies": {
  6492. "client-only": "0.0.1"
  6493. },
  6494. "engines": {
  6495. "node": ">= 12.0.0"
  6496. },
  6497. "peerDependencies": {
  6498. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  6499. },
  6500. "peerDependenciesMeta": {
  6501. "@babel/core": {
  6502. "optional": true
  6503. },
  6504. "babel-plugin-macros": {
  6505. "optional": true
  6506. }
  6507. }
  6508. },
  6509. "node_modules/supports-color": {
  6510. "version": "7.2.0",
  6511. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6512. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6513. "dev": true,
  6514. "license": "MIT",
  6515. "dependencies": {
  6516. "has-flag": "^4.0.0"
  6517. },
  6518. "engines": {
  6519. "node": ">=8"
  6520. }
  6521. },
  6522. "node_modules/supports-preserve-symlinks-flag": {
  6523. "version": "1.0.0",
  6524. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6525. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6526. "dev": true,
  6527. "license": "MIT",
  6528. "engines": {
  6529. "node": ">= 0.4"
  6530. },
  6531. "funding": {
  6532. "url": "https://github.com/sponsors/ljharb"
  6533. }
  6534. },
  6535. "node_modules/tailwindcss": {
  6536. "version": "4.3.3",
  6537. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz",
  6538. "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==",
  6539. "dev": true,
  6540. "license": "MIT"
  6541. },
  6542. "node_modules/tapable": {
  6543. "version": "2.3.3",
  6544. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
  6545. "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
  6546. "dev": true,
  6547. "license": "MIT",
  6548. "engines": {
  6549. "node": ">=6"
  6550. },
  6551. "funding": {
  6552. "type": "opencollective",
  6553. "url": "https://opencollective.com/webpack"
  6554. }
  6555. },
  6556. "node_modules/tinyglobby": {
  6557. "version": "0.2.17",
  6558. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
  6559. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  6560. "dev": true,
  6561. "license": "MIT",
  6562. "dependencies": {
  6563. "fdir": "^6.5.0",
  6564. "picomatch": "^4.0.4"
  6565. },
  6566. "engines": {
  6567. "node": ">=12.0.0"
  6568. },
  6569. "funding": {
  6570. "url": "https://github.com/sponsors/SuperchupuDev"
  6571. }
  6572. },
  6573. "node_modules/tinyglobby/node_modules/fdir": {
  6574. "version": "6.5.0",
  6575. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6576. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6577. "dev": true,
  6578. "license": "MIT",
  6579. "engines": {
  6580. "node": ">=12.0.0"
  6581. },
  6582. "peerDependencies": {
  6583. "picomatch": "^3 || ^4"
  6584. },
  6585. "peerDependenciesMeta": {
  6586. "picomatch": {
  6587. "optional": true
  6588. }
  6589. }
  6590. },
  6591. "node_modules/tinyglobby/node_modules/picomatch": {
  6592. "version": "4.0.5",
  6593. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
  6594. "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
  6595. "dev": true,
  6596. "license": "MIT",
  6597. "engines": {
  6598. "node": ">=12"
  6599. },
  6600. "funding": {
  6601. "url": "https://github.com/sponsors/jonschlinkert"
  6602. }
  6603. },
  6604. "node_modules/to-regex-range": {
  6605. "version": "5.0.1",
  6606. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6607. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6608. "dev": true,
  6609. "license": "MIT",
  6610. "dependencies": {
  6611. "is-number": "^7.0.0"
  6612. },
  6613. "engines": {
  6614. "node": ">=8.0"
  6615. }
  6616. },
  6617. "node_modules/ts-api-utils": {
  6618. "version": "2.5.0",
  6619. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  6620. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  6621. "dev": true,
  6622. "license": "MIT",
  6623. "engines": {
  6624. "node": ">=18.12"
  6625. },
  6626. "peerDependencies": {
  6627. "typescript": ">=4.8.4"
  6628. }
  6629. },
  6630. "node_modules/tsconfig-paths": {
  6631. "version": "3.15.0",
  6632. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  6633. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  6634. "dev": true,
  6635. "license": "MIT",
  6636. "dependencies": {
  6637. "@types/json5": "^0.0.29",
  6638. "json5": "^1.0.2",
  6639. "minimist": "^1.2.6",
  6640. "strip-bom": "^3.0.0"
  6641. }
  6642. },
  6643. "node_modules/tsconfig-paths/node_modules/json5": {
  6644. "version": "1.0.2",
  6645. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  6646. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  6647. "dev": true,
  6648. "license": "MIT",
  6649. "dependencies": {
  6650. "minimist": "^1.2.0"
  6651. },
  6652. "bin": {
  6653. "json5": "lib/cli.js"
  6654. }
  6655. },
  6656. "node_modules/tslib": {
  6657. "version": "2.8.1",
  6658. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  6659. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  6660. "license": "0BSD"
  6661. },
  6662. "node_modules/type-check": {
  6663. "version": "0.4.0",
  6664. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6665. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6666. "dev": true,
  6667. "license": "MIT",
  6668. "dependencies": {
  6669. "prelude-ls": "^1.2.1"
  6670. },
  6671. "engines": {
  6672. "node": ">= 0.8.0"
  6673. }
  6674. },
  6675. "node_modules/typed-array-buffer": {
  6676. "version": "1.0.3",
  6677. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6678. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6679. "dev": true,
  6680. "license": "MIT",
  6681. "dependencies": {
  6682. "call-bound": "^1.0.3",
  6683. "es-errors": "^1.3.0",
  6684. "is-typed-array": "^1.1.14"
  6685. },
  6686. "engines": {
  6687. "node": ">= 0.4"
  6688. }
  6689. },
  6690. "node_modules/typed-array-byte-length": {
  6691. "version": "1.0.3",
  6692. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6693. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6694. "dev": true,
  6695. "license": "MIT",
  6696. "dependencies": {
  6697. "call-bind": "^1.0.8",
  6698. "for-each": "^0.3.3",
  6699. "gopd": "^1.2.0",
  6700. "has-proto": "^1.2.0",
  6701. "is-typed-array": "^1.1.14"
  6702. },
  6703. "engines": {
  6704. "node": ">= 0.4"
  6705. },
  6706. "funding": {
  6707. "url": "https://github.com/sponsors/ljharb"
  6708. }
  6709. },
  6710. "node_modules/typed-array-byte-offset": {
  6711. "version": "1.0.4",
  6712. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6713. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6714. "dev": true,
  6715. "license": "MIT",
  6716. "dependencies": {
  6717. "available-typed-arrays": "^1.0.7",
  6718. "call-bind": "^1.0.8",
  6719. "for-each": "^0.3.3",
  6720. "gopd": "^1.2.0",
  6721. "has-proto": "^1.2.0",
  6722. "is-typed-array": "^1.1.15",
  6723. "reflect.getprototypeof": "^1.0.9"
  6724. },
  6725. "engines": {
  6726. "node": ">= 0.4"
  6727. },
  6728. "funding": {
  6729. "url": "https://github.com/sponsors/ljharb"
  6730. }
  6731. },
  6732. "node_modules/typed-array-length": {
  6733. "version": "1.0.8",
  6734. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.8.tgz",
  6735. "integrity": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==",
  6736. "dev": true,
  6737. "license": "MIT",
  6738. "dependencies": {
  6739. "call-bind": "^1.0.9",
  6740. "for-each": "^0.3.5",
  6741. "gopd": "^1.2.0",
  6742. "is-typed-array": "^1.1.15",
  6743. "possible-typed-array-names": "^1.1.0",
  6744. "reflect.getprototypeof": "^1.0.10"
  6745. },
  6746. "engines": {
  6747. "node": ">= 0.4"
  6748. },
  6749. "funding": {
  6750. "url": "https://github.com/sponsors/ljharb"
  6751. }
  6752. },
  6753. "node_modules/typescript": {
  6754. "version": "5.9.3",
  6755. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  6756. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  6757. "dev": true,
  6758. "license": "Apache-2.0",
  6759. "bin": {
  6760. "tsc": "bin/tsc",
  6761. "tsserver": "bin/tsserver"
  6762. },
  6763. "engines": {
  6764. "node": ">=14.17"
  6765. }
  6766. },
  6767. "node_modules/typescript-eslint": {
  6768. "version": "8.67.0",
  6769. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.67.0.tgz",
  6770. "integrity": "sha512-S2udFs8tCKEKffuJ4TB1idGUZiXdCPGi3IPBGWXarbLQ5UPXORV8QEVzJ4gCRduURMb5EkpNCdjbk0eDIuI8Yg==",
  6771. "dev": true,
  6772. "license": "MIT",
  6773. "dependencies": {
  6774. "@typescript-eslint/eslint-plugin": "8.67.0",
  6775. "@typescript-eslint/parser": "8.67.0",
  6776. "@typescript-eslint/typescript-estree": "8.67.0",
  6777. "@typescript-eslint/utils": "8.67.0"
  6778. },
  6779. "engines": {
  6780. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6781. },
  6782. "funding": {
  6783. "type": "opencollective",
  6784. "url": "https://opencollective.com/typescript-eslint"
  6785. },
  6786. "peerDependencies": {
  6787. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  6788. "typescript": ">=4.8.4 <6.1.0"
  6789. }
  6790. },
  6791. "node_modules/unbox-primitive": {
  6792. "version": "1.1.0",
  6793. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6794. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6795. "dev": true,
  6796. "license": "MIT",
  6797. "dependencies": {
  6798. "call-bound": "^1.0.3",
  6799. "has-bigints": "^1.0.2",
  6800. "has-symbols": "^1.1.0",
  6801. "which-boxed-primitive": "^1.1.1"
  6802. },
  6803. "engines": {
  6804. "node": ">= 0.4"
  6805. },
  6806. "funding": {
  6807. "url": "https://github.com/sponsors/ljharb"
  6808. }
  6809. },
  6810. "node_modules/undici-types": {
  6811. "version": "6.21.0",
  6812. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  6813. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  6814. "dev": true,
  6815. "license": "MIT"
  6816. },
  6817. "node_modules/unrs-resolver": {
  6818. "version": "1.12.2",
  6819. "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.12.2.tgz",
  6820. "integrity": "sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==",
  6821. "dev": true,
  6822. "hasInstallScript": true,
  6823. "license": "MIT",
  6824. "dependencies": {
  6825. "napi-postinstall": "^0.3.4"
  6826. },
  6827. "funding": {
  6828. "url": "https://opencollective.com/unrs-resolver"
  6829. },
  6830. "optionalDependencies": {
  6831. "@unrs/resolver-binding-android-arm-eabi": "1.12.2",
  6832. "@unrs/resolver-binding-android-arm64": "1.12.2",
  6833. "@unrs/resolver-binding-darwin-arm64": "1.12.2",
  6834. "@unrs/resolver-binding-darwin-x64": "1.12.2",
  6835. "@unrs/resolver-binding-freebsd-x64": "1.12.2",
  6836. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.12.2",
  6837. "@unrs/resolver-binding-linux-arm-musleabihf": "1.12.2",
  6838. "@unrs/resolver-binding-linux-arm64-gnu": "1.12.2",
  6839. "@unrs/resolver-binding-linux-arm64-musl": "1.12.2",
  6840. "@unrs/resolver-binding-linux-loong64-gnu": "1.12.2",
  6841. "@unrs/resolver-binding-linux-loong64-musl": "1.12.2",
  6842. "@unrs/resolver-binding-linux-ppc64-gnu": "1.12.2",
  6843. "@unrs/resolver-binding-linux-riscv64-gnu": "1.12.2",
  6844. "@unrs/resolver-binding-linux-riscv64-musl": "1.12.2",
  6845. "@unrs/resolver-binding-linux-s390x-gnu": "1.12.2",
  6846. "@unrs/resolver-binding-linux-x64-gnu": "1.12.2",
  6847. "@unrs/resolver-binding-linux-x64-musl": "1.12.2",
  6848. "@unrs/resolver-binding-openharmony-arm64": "1.12.2",
  6849. "@unrs/resolver-binding-wasm32-wasi": "1.12.2",
  6850. "@unrs/resolver-binding-win32-arm64-msvc": "1.12.2",
  6851. "@unrs/resolver-binding-win32-ia32-msvc": "1.12.2",
  6852. "@unrs/resolver-binding-win32-x64-msvc": "1.12.2"
  6853. }
  6854. },
  6855. "node_modules/update-browserslist-db": {
  6856. "version": "1.3.1",
  6857. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.1.tgz",
  6858. "integrity": "sha512-ZZ61DsRsOnakl74HAmp3oSN4aXUmEWXf+i/yv0h7tIBfICc3VdrFErQKUUKPgu3AMsTUMbcongALEN4l6GSUrQ==",
  6859. "dev": true,
  6860. "funding": [
  6861. {
  6862. "type": "opencollective",
  6863. "url": "https://opencollective.com/browserslist"
  6864. },
  6865. {
  6866. "type": "tidelift",
  6867. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6868. },
  6869. {
  6870. "type": "github",
  6871. "url": "https://github.com/sponsors/ai"
  6872. }
  6873. ],
  6874. "license": "MIT",
  6875. "dependencies": {
  6876. "escalade": "^3.2.0",
  6877. "picocolors": "^1.1.1"
  6878. },
  6879. "bin": {
  6880. "update-browserslist-db": "cli.js"
  6881. },
  6882. "peerDependencies": {
  6883. "browserslist": ">= 4.21.0"
  6884. }
  6885. },
  6886. "node_modules/uri-js": {
  6887. "version": "4.4.1",
  6888. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6889. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6890. "dev": true,
  6891. "license": "BSD-2-Clause",
  6892. "dependencies": {
  6893. "punycode": "^2.1.0"
  6894. }
  6895. },
  6896. "node_modules/which": {
  6897. "version": "2.0.2",
  6898. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6899. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6900. "dev": true,
  6901. "license": "ISC",
  6902. "dependencies": {
  6903. "isexe": "^2.0.0"
  6904. },
  6905. "bin": {
  6906. "node-which": "bin/node-which"
  6907. },
  6908. "engines": {
  6909. "node": ">= 8"
  6910. }
  6911. },
  6912. "node_modules/which-boxed-primitive": {
  6913. "version": "1.1.1",
  6914. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  6915. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  6916. "dev": true,
  6917. "license": "MIT",
  6918. "dependencies": {
  6919. "is-bigint": "^1.1.0",
  6920. "is-boolean-object": "^1.2.1",
  6921. "is-number-object": "^1.1.1",
  6922. "is-string": "^1.1.1",
  6923. "is-symbol": "^1.1.1"
  6924. },
  6925. "engines": {
  6926. "node": ">= 0.4"
  6927. },
  6928. "funding": {
  6929. "url": "https://github.com/sponsors/ljharb"
  6930. }
  6931. },
  6932. "node_modules/which-builtin-type": {
  6933. "version": "1.2.1",
  6934. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  6935. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  6936. "dev": true,
  6937. "license": "MIT",
  6938. "dependencies": {
  6939. "call-bound": "^1.0.2",
  6940. "function.prototype.name": "^1.1.6",
  6941. "has-tostringtag": "^1.0.2",
  6942. "is-async-function": "^2.0.0",
  6943. "is-date-object": "^1.1.0",
  6944. "is-finalizationregistry": "^1.1.0",
  6945. "is-generator-function": "^1.0.10",
  6946. "is-regex": "^1.2.1",
  6947. "is-weakref": "^1.0.2",
  6948. "isarray": "^2.0.5",
  6949. "which-boxed-primitive": "^1.1.0",
  6950. "which-collection": "^1.0.2",
  6951. "which-typed-array": "^1.1.16"
  6952. },
  6953. "engines": {
  6954. "node": ">= 0.4"
  6955. },
  6956. "funding": {
  6957. "url": "https://github.com/sponsors/ljharb"
  6958. }
  6959. },
  6960. "node_modules/which-collection": {
  6961. "version": "1.0.2",
  6962. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  6963. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  6964. "dev": true,
  6965. "license": "MIT",
  6966. "dependencies": {
  6967. "is-map": "^2.0.3",
  6968. "is-set": "^2.0.3",
  6969. "is-weakmap": "^2.0.2",
  6970. "is-weakset": "^2.0.3"
  6971. },
  6972. "engines": {
  6973. "node": ">= 0.4"
  6974. },
  6975. "funding": {
  6976. "url": "https://github.com/sponsors/ljharb"
  6977. }
  6978. },
  6979. "node_modules/which-typed-array": {
  6980. "version": "1.1.22",
  6981. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.22.tgz",
  6982. "integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
  6983. "dev": true,
  6984. "license": "MIT",
  6985. "dependencies": {
  6986. "available-typed-arrays": "^1.0.7",
  6987. "call-bind": "^1.0.9",
  6988. "call-bound": "^1.0.4",
  6989. "for-each": "^0.3.5",
  6990. "get-proto": "^1.0.1",
  6991. "gopd": "^1.2.0",
  6992. "has-tostringtag": "^1.0.2"
  6993. },
  6994. "engines": {
  6995. "node": ">= 0.4"
  6996. },
  6997. "funding": {
  6998. "url": "https://github.com/sponsors/ljharb"
  6999. }
  7000. },
  7001. "node_modules/word-wrap": {
  7002. "version": "1.2.5",
  7003. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  7004. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  7005. "dev": true,
  7006. "license": "MIT",
  7007. "engines": {
  7008. "node": ">=0.10.0"
  7009. }
  7010. },
  7011. "node_modules/yallist": {
  7012. "version": "3.1.1",
  7013. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  7014. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  7015. "dev": true,
  7016. "license": "ISC"
  7017. },
  7018. "node_modules/yocto-queue": {
  7019. "version": "0.1.0",
  7020. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7021. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7022. "dev": true,
  7023. "license": "MIT",
  7024. "engines": {
  7025. "node": ">=10"
  7026. },
  7027. "funding": {
  7028. "url": "https://github.com/sponsors/sindresorhus"
  7029. }
  7030. },
  7031. "node_modules/zod": {
  7032. "version": "4.4.3",
  7033. "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
  7034. "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
  7035. "license": "MIT",
  7036. "funding": {
  7037. "url": "https://github.com/sponsors/colinhacks"
  7038. }
  7039. },
  7040. "node_modules/zod-validation-error": {
  7041. "version": "4.0.2",
  7042. "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
  7043. "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
  7044. "dev": true,
  7045. "license": "MIT",
  7046. "engines": {
  7047. "node": ">=18.0.0"
  7048. },
  7049. "peerDependencies": {
  7050. "zod": "^3.25.0 || ^4.0.0"
  7051. }
  7052. }
  7053. }
  7054. }