package-lock.json 223 KB

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