package-lock.json 230 KB

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