package-lock.json 384 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045
  1. {
  2. "name": "3x-ui-frontend",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "3x-ui-frontend",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "@ant-design/icons": "^6.3.4",
  12. "@codemirror/lang-json": "^6.0.2",
  13. "@codemirror/theme-one-dark": "^6.1.3",
  14. "@hookform/resolvers": "^5.9.1",
  15. "@noble/hashes": "^2.4.0",
  16. "@tanstack/react-query": "^5.102.8",
  17. "@tanstack/react-query-devtools": "^5.102.8",
  18. "antd": "^6.6.3",
  19. "codemirror": "^6.0.2",
  20. "dayjs": "^1.11.23",
  21. "i18next": "^26.4.2",
  22. "otpauth": "^9.5.2",
  23. "persian-calendar-suite": "^1.5.6",
  24. "react": "^19.3.0",
  25. "react-dom": "^19.3.0",
  26. "react-hook-form": "^7.87.0",
  27. "react-i18next": "^17.0.13",
  28. "react-router": "^8.3.1",
  29. "swagger-ui-react": "^5.32.15",
  30. "uplot": "^1.6.32",
  31. "zod": "^4.6.1"
  32. },
  33. "devDependencies": {
  34. "@storybook/addon-a11y": "^10.6.0",
  35. "@storybook/addon-docs": "^10.6.0",
  36. "@storybook/addon-vitest": "^10.6.0",
  37. "@storybook/react-vite": "^10.6.0",
  38. "@testing-library/dom": "^10.4.1",
  39. "@testing-library/react": "^16.3.3",
  40. "@types/react": "^19.3.0",
  41. "@types/react-dom": "^19.3.0",
  42. "@types/swagger-ui-react": "^5.18.0",
  43. "@vitejs/plugin-react": "^6.1.1",
  44. "@vitest/browser-playwright": "5.0.0",
  45. "@vitest/coverage-v8": "^5.0.0",
  46. "husky": "^9.1.7",
  47. "jsdom": "^30.0.1",
  48. "lint-staged": "^17.5.0",
  49. "msw": "^2.15.0",
  50. "oxfmt": "0.67.0",
  51. "oxlint": "1.82.0",
  52. "oxlint-tsgolint": "^7.0.2001",
  53. "playwright": "^1.63.0",
  54. "storybook": "^10.6.0",
  55. "typescript": "7.0.2",
  56. "vite": "8.2.2",
  57. "vitest": "^5.0.0"
  58. },
  59. "engines": {
  60. "node": ">=24.0.0",
  61. "npm": ">=10.0.0"
  62. }
  63. },
  64. "node_modules/@adobe/css-tools": {
  65. "version": "4.5.0",
  66. "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.5.0.tgz",
  67. "integrity": "sha512-6OzddxPio9UiWTCemp4N8cYLV2ZN1ncRnV1cVGtve7dhPOtRkleRyx32GQCYSwDYgaHU3USMm84tNsvKzRCa1Q==",
  68. "dev": true,
  69. "license": "MIT"
  70. },
  71. "node_modules/@ant-design/colors": {
  72. "version": "8.0.1",
  73. "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-8.0.1.tgz",
  74. "integrity": "sha512-foPVl0+SWIslGUtD/xBr1p9U4AKzPhNYEseXYRRo5QSzGACYZrQbe11AYJbYfAWnWSpGBx6JjBmSeugUsD9vqQ==",
  75. "license": "MIT",
  76. "dependencies": {
  77. "@ant-design/fast-color": "^3.0.0"
  78. }
  79. },
  80. "node_modules/@ant-design/cssinjs": {
  81. "version": "2.1.2",
  82. "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-2.1.2.tgz",
  83. "integrity": "sha512-2Hy8BnCEH31xPeSLbhhB2ctCPXE2ZnASdi+KbSeS79BNbUhL9hAEe20SkUk+BR8aKTmqb6+FKFruk7w8z0VoRQ==",
  84. "license": "MIT",
  85. "dependencies": {
  86. "@babel/runtime": "^7.11.1",
  87. "@emotion/hash": "^0.8.0",
  88. "@emotion/unitless": "^0.7.5",
  89. "@rc-component/util": "^1.4.0",
  90. "clsx": "^2.1.1",
  91. "csstype": "^3.1.3",
  92. "stylis": "^4.3.4"
  93. },
  94. "peerDependencies": {
  95. "react": ">=16.0.0",
  96. "react-dom": ">=16.0.0"
  97. }
  98. },
  99. "node_modules/@ant-design/cssinjs-utils": {
  100. "version": "2.1.2",
  101. "resolved": "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-2.1.2.tgz",
  102. "integrity": "sha512-5fTHQ158jJJ5dC/ECeyIdZUzKxE/mpEMRZxthyG1sw/AKRHKgJBg00Yi6ACVXgycdje7KahRNvNET/uBccwCnA==",
  103. "license": "MIT",
  104. "dependencies": {
  105. "@ant-design/cssinjs": "^2.1.2",
  106. "@babel/runtime": "^7.23.2",
  107. "@rc-component/util": "^1.4.0"
  108. },
  109. "peerDependencies": {
  110. "react": ">=18",
  111. "react-dom": ">=18"
  112. }
  113. },
  114. "node_modules/@ant-design/fast-color": {
  115. "version": "3.0.1",
  116. "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-3.0.1.tgz",
  117. "integrity": "sha512-esKJegpW4nckh0o6kV3Tkb7NPIZYbPnnFxmQDUmL08ukXZAvV85TZBr70eGuke/CIArLaP6aw8lt9KILjnWuOw==",
  118. "license": "MIT",
  119. "engines": {
  120. "node": ">=8.x"
  121. }
  122. },
  123. "node_modules/@ant-design/icons": {
  124. "version": "6.3.4",
  125. "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-6.3.4.tgz",
  126. "integrity": "sha512-kDoUlppczVyCUTFthF6cHmPzMBYqNZQhu9j6EyIX/YIdM9j9CZNZoJUjzVw7/1v1VO8WwVMmPp15r/uwIAS0AQ==",
  127. "license": "MIT",
  128. "dependencies": {
  129. "@ant-design/colors": "^8.0.1",
  130. "@ant-design/icons-svg": "^4.6.0",
  131. "@rc-component/util": "^1.11.0",
  132. "clsx": "^2.1.1"
  133. },
  134. "engines": {
  135. "node": ">=8"
  136. },
  137. "peerDependencies": {
  138. "react": ">=16.0.0",
  139. "react-dom": ">=16.0.0"
  140. }
  141. },
  142. "node_modules/@ant-design/icons-svg": {
  143. "version": "4.6.0",
  144. "resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.6.0.tgz",
  145. "integrity": "sha512-PRomU725ABMf/lnQp5HiB7my1kjEbFY0D10N4lXYxK6TIB1gKjIVD5MRThpDaezLgw1D774J8eOeeDB0M6wHrQ==",
  146. "license": "MIT"
  147. },
  148. "node_modules/@ant-design/react-slick": {
  149. "version": "2.0.0",
  150. "resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-2.0.0.tgz",
  151. "integrity": "sha512-HMS9sRoEmZey8LsE/Yo6+klhlzU12PisjrVcydW3So7RdklyEd2qehyU6a7Yp+OYN72mgsYs3NFCyP2lCPFVqg==",
  152. "license": "MIT",
  153. "dependencies": {
  154. "@babel/runtime": "^7.28.4",
  155. "clsx": "^2.1.1",
  156. "json2mq": "^0.2.0",
  157. "throttle-debounce": "^5.0.0"
  158. },
  159. "peerDependencies": {
  160. "react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  161. "react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  162. }
  163. },
  164. "node_modules/@asamuzakjp/css-color": {
  165. "version": "6.0.7",
  166. "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-6.0.7.tgz",
  167. "integrity": "sha512-vC/bk1Lz7Tn/EfU9/apOTBk80/8dyGyWMowPoV1tJ52muDGsDqt2HPT2klrFUiY60MQmQv9q8yIht15JnBgDGw==",
  168. "dev": true,
  169. "license": "MIT",
  170. "dependencies": {
  171. "@csstools/css-calc": "^3.3.0",
  172. "@csstools/css-color-parser": "^4.1.10",
  173. "@csstools/css-parser-algorithms": "^4.0.0",
  174. "@csstools/css-tokenizer": "^4.0.0",
  175. "lru-cache": "^11.5.2"
  176. },
  177. "engines": {
  178. "node": "^22.13.0 || >=24.0.0"
  179. }
  180. },
  181. "node_modules/@asamuzakjp/dom-selector": {
  182. "version": "8.3.2",
  183. "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-8.3.2.tgz",
  184. "integrity": "sha512-93Z1N+BQNXysodoicpOIyNh2drHfz/CTf9nnT0FEx72GJcIiwgydD7tGAr78j41LsYn3hlRn+LdGPuBLn1Bl8Q==",
  185. "dev": true,
  186. "license": "MIT",
  187. "dependencies": {
  188. "bidi-js": "^1.0.3",
  189. "css-tree": "^3.2.1",
  190. "is-potential-custom-element-name": "^1.0.1",
  191. "lru-cache": "^11.5.2"
  192. },
  193. "engines": {
  194. "node": "^22.13.0 || >=24.0.0"
  195. }
  196. },
  197. "node_modules/@babel/code-frame": {
  198. "version": "7.29.7",
  199. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
  200. "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
  201. "dev": true,
  202. "license": "MIT",
  203. "dependencies": {
  204. "@babel/helper-validator-identifier": "^7.29.7",
  205. "js-tokens": "^4.0.0",
  206. "picocolors": "^1.1.1"
  207. },
  208. "engines": {
  209. "node": ">=6.9.0"
  210. }
  211. },
  212. "node_modules/@babel/compat-data": {
  213. "version": "7.29.7",
  214. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
  215. "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
  216. "dev": true,
  217. "license": "MIT",
  218. "engines": {
  219. "node": ">=6.9.0"
  220. }
  221. },
  222. "node_modules/@babel/core": {
  223. "version": "7.29.7",
  224. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
  225. "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
  226. "dev": true,
  227. "license": "MIT",
  228. "dependencies": {
  229. "@babel/code-frame": "^7.29.7",
  230. "@babel/generator": "^7.29.7",
  231. "@babel/helper-compilation-targets": "^7.29.7",
  232. "@babel/helper-module-transforms": "^7.29.7",
  233. "@babel/helpers": "^7.29.7",
  234. "@babel/parser": "^7.29.7",
  235. "@babel/template": "^7.29.7",
  236. "@babel/traverse": "^7.29.7",
  237. "@babel/types": "^7.29.7",
  238. "@jridgewell/remapping": "^2.3.5",
  239. "convert-source-map": "^2.0.0",
  240. "debug": "^4.1.0",
  241. "gensync": "^1.0.0-beta.2",
  242. "json5": "^2.2.3",
  243. "semver": "^6.3.1"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. },
  248. "funding": {
  249. "type": "opencollective",
  250. "url": "https://opencollective.com/babel"
  251. }
  252. },
  253. "node_modules/@babel/generator": {
  254. "version": "7.29.8",
  255. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz",
  256. "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
  257. "dev": true,
  258. "license": "MIT",
  259. "dependencies": {
  260. "@babel/parser": "^7.29.8",
  261. "@babel/types": "^7.29.8",
  262. "@jridgewell/gen-mapping": "^0.3.12",
  263. "@jridgewell/trace-mapping": "^0.3.28",
  264. "jsesc": "^3.0.2"
  265. },
  266. "engines": {
  267. "node": ">=6.9.0"
  268. }
  269. },
  270. "node_modules/@babel/helper-compilation-targets": {
  271. "version": "7.29.7",
  272. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
  273. "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
  274. "dev": true,
  275. "license": "MIT",
  276. "dependencies": {
  277. "@babel/compat-data": "^7.29.7",
  278. "@babel/helper-validator-option": "^7.29.7",
  279. "browserslist": "^4.24.0",
  280. "lru-cache": "^5.1.1",
  281. "semver": "^6.3.1"
  282. },
  283. "engines": {
  284. "node": ">=6.9.0"
  285. }
  286. },
  287. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
  288. "version": "5.1.1",
  289. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  290. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  291. "dev": true,
  292. "license": "ISC",
  293. "dependencies": {
  294. "yallist": "^3.0.2"
  295. }
  296. },
  297. "node_modules/@babel/helper-globals": {
  298. "version": "7.29.7",
  299. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
  300. "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
  301. "dev": true,
  302. "license": "MIT",
  303. "engines": {
  304. "node": ">=6.9.0"
  305. }
  306. },
  307. "node_modules/@babel/helper-module-imports": {
  308. "version": "7.29.7",
  309. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
  310. "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
  311. "dev": true,
  312. "license": "MIT",
  313. "dependencies": {
  314. "@babel/traverse": "^7.29.7",
  315. "@babel/types": "^7.29.7"
  316. },
  317. "engines": {
  318. "node": ">=6.9.0"
  319. }
  320. },
  321. "node_modules/@babel/helper-module-transforms": {
  322. "version": "7.29.7",
  323. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
  324. "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
  325. "dev": true,
  326. "license": "MIT",
  327. "dependencies": {
  328. "@babel/helper-module-imports": "^7.29.7",
  329. "@babel/helper-validator-identifier": "^7.29.7",
  330. "@babel/traverse": "^7.29.7"
  331. },
  332. "engines": {
  333. "node": ">=6.9.0"
  334. },
  335. "peerDependencies": {
  336. "@babel/core": "^7.0.0"
  337. }
  338. },
  339. "node_modules/@babel/helper-string-parser": {
  340. "version": "7.29.7",
  341. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  342. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  343. "dev": true,
  344. "license": "MIT",
  345. "engines": {
  346. "node": ">=6.9.0"
  347. }
  348. },
  349. "node_modules/@babel/helper-validator-identifier": {
  350. "version": "7.29.7",
  351. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  352. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  353. "dev": true,
  354. "license": "MIT",
  355. "engines": {
  356. "node": ">=6.9.0"
  357. }
  358. },
  359. "node_modules/@babel/helper-validator-option": {
  360. "version": "7.29.7",
  361. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
  362. "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
  363. "dev": true,
  364. "license": "MIT",
  365. "engines": {
  366. "node": ">=6.9.0"
  367. }
  368. },
  369. "node_modules/@babel/helpers": {
  370. "version": "7.29.7",
  371. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
  372. "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
  373. "dev": true,
  374. "license": "MIT",
  375. "dependencies": {
  376. "@babel/template": "^7.29.7",
  377. "@babel/types": "^7.29.7"
  378. },
  379. "engines": {
  380. "node": ">=6.9.0"
  381. }
  382. },
  383. "node_modules/@babel/parser": {
  384. "version": "7.29.8",
  385. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
  386. "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
  387. "dev": true,
  388. "license": "MIT",
  389. "dependencies": {
  390. "@babel/types": "^7.29.8"
  391. },
  392. "bin": {
  393. "parser": "bin/babel-parser.js"
  394. },
  395. "engines": {
  396. "node": ">=6.0.0"
  397. }
  398. },
  399. "node_modules/@babel/runtime": {
  400. "version": "7.29.7",
  401. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
  402. "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
  403. "license": "MIT",
  404. "engines": {
  405. "node": ">=6.9.0"
  406. }
  407. },
  408. "node_modules/@babel/runtime-corejs3": {
  409. "version": "7.29.7",
  410. "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.7.tgz",
  411. "integrity": "sha512-ppj9ouYku+RX0ljtgZd+KMO5mkM2bCqg8H2PYAFWnLsHEIKIdRojqbJ2i3eVHrisuxy7nOFCmngTDdWtUCdXUQ==",
  412. "license": "MIT",
  413. "dependencies": {
  414. "core-js-pure": "^3.48.0"
  415. },
  416. "engines": {
  417. "node": ">=6.9.0"
  418. }
  419. },
  420. "node_modules/@babel/template": {
  421. "version": "7.29.7",
  422. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
  423. "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
  424. "dev": true,
  425. "license": "MIT",
  426. "dependencies": {
  427. "@babel/code-frame": "^7.29.7",
  428. "@babel/parser": "^7.29.7",
  429. "@babel/types": "^7.29.7"
  430. },
  431. "engines": {
  432. "node": ">=6.9.0"
  433. }
  434. },
  435. "node_modules/@babel/traverse": {
  436. "version": "7.29.8",
  437. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz",
  438. "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
  439. "dev": true,
  440. "license": "MIT",
  441. "dependencies": {
  442. "@babel/code-frame": "^7.29.7",
  443. "@babel/generator": "^7.29.8",
  444. "@babel/helper-globals": "^7.29.7",
  445. "@babel/parser": "^7.29.8",
  446. "@babel/template": "^7.29.7",
  447. "@babel/types": "^7.29.8",
  448. "debug": "^4.3.1"
  449. },
  450. "engines": {
  451. "node": ">=6.9.0"
  452. }
  453. },
  454. "node_modules/@babel/types": {
  455. "version": "7.29.8",
  456. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
  457. "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
  458. "dev": true,
  459. "license": "MIT",
  460. "dependencies": {
  461. "@babel/helper-string-parser": "^7.29.7",
  462. "@babel/helper-validator-identifier": "^7.29.7"
  463. },
  464. "engines": {
  465. "node": ">=6.9.0"
  466. }
  467. },
  468. "node_modules/@bcoe/v8-coverage": {
  469. "version": "1.0.2",
  470. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz",
  471. "integrity": "sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==",
  472. "dev": true,
  473. "license": "MIT",
  474. "engines": {
  475. "node": ">=18"
  476. }
  477. },
  478. "node_modules/@blazediff/core": {
  479. "version": "1.10.0",
  480. "resolved": "https://registry.npmjs.org/@blazediff/core/-/core-1.10.0.tgz",
  481. "integrity": "sha512-AOQff0zgR7cGsZL+4E7hVkmujoPUpm0J9xzWGWZj5wCjd3gmxESXAPfKyuzs93VdpQNFhHlBhfOjrcZ+XTERtQ==",
  482. "dev": true,
  483. "license": "MIT"
  484. },
  485. "node_modules/@bramus/specificity": {
  486. "version": "2.4.2",
  487. "resolved": "https://registry.npmjs.org/@bramus/specificity/-/specificity-2.4.2.tgz",
  488. "integrity": "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==",
  489. "dev": true,
  490. "license": "MIT",
  491. "dependencies": {
  492. "css-tree": "^3.0.0"
  493. },
  494. "bin": {
  495. "specificity": "bin/cli.js"
  496. }
  497. },
  498. "node_modules/@codemirror/autocomplete": {
  499. "version": "6.20.3",
  500. "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.3.tgz",
  501. "integrity": "sha512-tlosUqb+3BbxCxZdu4tKeRghPFC+QM7q4X5YhKV2eCmPG+1r2F3f4AaSz5sCrFqUtX4Jh20VFTKecl16MgiV9g==",
  502. "license": "MIT",
  503. "dependencies": {
  504. "@codemirror/language": "^6.0.0",
  505. "@codemirror/state": "^6.0.0",
  506. "@codemirror/view": "^6.17.0",
  507. "@lezer/common": "^1.0.0"
  508. }
  509. },
  510. "node_modules/@codemirror/commands": {
  511. "version": "6.11.0",
  512. "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.11.0.tgz",
  513. "integrity": "sha512-/K4Rl5BN0OtTiPWmJCdqODu38XnDMsDxKY5rgrPnCkutPTJf2wVbkoixLfealF5Kwse/s8P8M5jAiURiwSwnFA==",
  514. "license": "MIT",
  515. "dependencies": {
  516. "@codemirror/language": "^6.0.0",
  517. "@codemirror/state": "^6.7.0",
  518. "@codemirror/view": "^6.27.0",
  519. "@lezer/common": "^1.1.0"
  520. }
  521. },
  522. "node_modules/@codemirror/lang-json": {
  523. "version": "6.0.2",
  524. "resolved": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.2.tgz",
  525. "integrity": "sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==",
  526. "license": "MIT",
  527. "dependencies": {
  528. "@codemirror/language": "^6.0.0",
  529. "@lezer/json": "^1.0.0"
  530. }
  531. },
  532. "node_modules/@codemirror/language": {
  533. "version": "6.12.4",
  534. "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.12.4.tgz",
  535. "integrity": "sha512-1q4PaT+o6PbgpkJt4Q8Fv5XJxTy4FUZ4MWETtyiDw3J0Pyr9E2vqcKL+k9wcvjNTIsauxvE7OfmWj3FRPHQ76A==",
  536. "license": "MIT",
  537. "dependencies": {
  538. "@codemirror/state": "^6.0.0",
  539. "@codemirror/view": "^6.23.0",
  540. "@lezer/common": "^1.5.0",
  541. "@lezer/highlight": "^1.0.0",
  542. "@lezer/lr": "^1.0.0",
  543. "style-mod": "^4.0.0"
  544. }
  545. },
  546. "node_modules/@codemirror/lint": {
  547. "version": "6.9.7",
  548. "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.7.tgz",
  549. "integrity": "sha512-28/+iWLYxKxsvGYhSYL7zaCZqLz5+FFFDq9tVsvGv9kv8RY4fFAchJ5WX9M3YrrRlTIsECjsXPqeNgnSmNP2dg==",
  550. "license": "MIT",
  551. "dependencies": {
  552. "@codemirror/state": "^6.0.0",
  553. "@codemirror/view": "^6.42.0",
  554. "crelt": "^1.0.5"
  555. }
  556. },
  557. "node_modules/@codemirror/search": {
  558. "version": "6.7.2",
  559. "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.7.2.tgz",
  560. "integrity": "sha512-gUYkYhT2+n/+VGZ+8EzE5WFkYZUZYm1VOKDudIsNqh42uRVQJ0a6Yss9sdKT3MeOYfuL1N6AZA57oza0Oyr0LA==",
  561. "license": "MIT",
  562. "dependencies": {
  563. "@codemirror/state": "^6.0.0",
  564. "@codemirror/view": "^6.37.0",
  565. "crelt": "^1.0.5"
  566. }
  567. },
  568. "node_modules/@codemirror/state": {
  569. "version": "6.7.4",
  570. "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.7.4.tgz",
  571. "integrity": "sha512-QhQIVRY+xHZDxwOSFrJ1eUMapJBUID3IdeAjf7dHO7zBUzSkyooHiodnalz5MG3iHzwixKMlAAyn7244y537EA==",
  572. "license": "MIT",
  573. "dependencies": {
  574. "@marijn/find-cluster-break": "^1.0.0"
  575. }
  576. },
  577. "node_modules/@codemirror/theme-one-dark": {
  578. "version": "6.1.3",
  579. "resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.3.tgz",
  580. "integrity": "sha512-NzBdIvEJmx6fjeremiGp3t/okrLPYT0d9orIc7AFun8oZcRk58aejkqhv6spnz4MLAevrKNPMQYXEWMg4s+sKA==",
  581. "license": "MIT",
  582. "dependencies": {
  583. "@codemirror/language": "^6.0.0",
  584. "@codemirror/state": "^6.0.0",
  585. "@codemirror/view": "^6.0.0",
  586. "@lezer/highlight": "^1.0.0"
  587. }
  588. },
  589. "node_modules/@codemirror/view": {
  590. "version": "6.43.11",
  591. "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.11.tgz",
  592. "integrity": "sha512-2+esucbQX6wB2JYi1eDvdCPFTA31BN8oSy6xCmk3G6CloV11yOvEjYk+gH7kLrP0MuHG94E8WDhjs5oMiu3+Wg==",
  593. "license": "MIT",
  594. "dependencies": {
  595. "@codemirror/state": "^6.7.0",
  596. "crelt": "^1.0.6",
  597. "style-mod": "^4.1.0",
  598. "w3c-keyname": "^2.2.4"
  599. }
  600. },
  601. "node_modules/@csstools/color-helpers": {
  602. "version": "6.1.1",
  603. "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.1.1.tgz",
  604. "integrity": "sha512-gLNsunvwf3mCi5u5o46/Z/JcJMnhbHSaZ69rkgPzNM3J4s8hWwpPUQB6/tt0EDFyCiWzxANlx+2LJwpYj4zS1w==",
  605. "dev": true,
  606. "funding": [
  607. {
  608. "type": "github",
  609. "url": "https://github.com/sponsors/csstools"
  610. },
  611. {
  612. "type": "opencollective",
  613. "url": "https://opencollective.com/csstools"
  614. }
  615. ],
  616. "license": "MIT-0",
  617. "engines": {
  618. "node": ">=20.19.0"
  619. }
  620. },
  621. "node_modules/@csstools/css-calc": {
  622. "version": "3.3.0",
  623. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.3.0.tgz",
  624. "integrity": "sha512-c5ihYsPkdG6JCkU2zTMm4+k6r7RXuGxtWYhu5DHMIiF1FHzrfmHL5so11AoFpUv/tu61xfcmT4AmKoFfMPoqdQ==",
  625. "dev": true,
  626. "funding": [
  627. {
  628. "type": "github",
  629. "url": "https://github.com/sponsors/csstools"
  630. },
  631. {
  632. "type": "opencollective",
  633. "url": "https://opencollective.com/csstools"
  634. }
  635. ],
  636. "license": "MIT",
  637. "engines": {
  638. "node": ">=20.19.0"
  639. },
  640. "peerDependencies": {
  641. "@csstools/css-parser-algorithms": "^4.0.0",
  642. "@csstools/css-tokenizer": "^4.0.0"
  643. }
  644. },
  645. "node_modules/@csstools/css-color-parser": {
  646. "version": "4.2.2",
  647. "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.2.2.tgz",
  648. "integrity": "sha512-3QKjR/vxyjcSXBLgb6lP0S3MGdvwbmqSsvLPbYdVORqPDc8FX1HAJ0Spk38bxaRXgvENTA47tlhhbb5Z2e8hEg==",
  649. "dev": true,
  650. "funding": [
  651. {
  652. "type": "github",
  653. "url": "https://github.com/sponsors/csstools"
  654. },
  655. {
  656. "type": "opencollective",
  657. "url": "https://opencollective.com/csstools"
  658. }
  659. ],
  660. "license": "MIT",
  661. "dependencies": {
  662. "@csstools/color-helpers": "^6.1.1",
  663. "@csstools/css-calc": "^3.3.0"
  664. },
  665. "engines": {
  666. "node": ">=20.19.0"
  667. },
  668. "peerDependencies": {
  669. "@csstools/css-parser-algorithms": "^4.0.0",
  670. "@csstools/css-tokenizer": "^4.0.0"
  671. }
  672. },
  673. "node_modules/@csstools/css-parser-algorithms": {
  674. "version": "4.0.0",
  675. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  676. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  677. "dev": true,
  678. "funding": [
  679. {
  680. "type": "github",
  681. "url": "https://github.com/sponsors/csstools"
  682. },
  683. {
  684. "type": "opencollective",
  685. "url": "https://opencollective.com/csstools"
  686. }
  687. ],
  688. "license": "MIT",
  689. "engines": {
  690. "node": ">=20.19.0"
  691. },
  692. "peerDependencies": {
  693. "@csstools/css-tokenizer": "^4.0.0"
  694. }
  695. },
  696. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  697. "version": "1.1.12",
  698. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.12.tgz",
  699. "integrity": "sha512-3vLQK+dXxhBMR2Wx99PTCifE+vHtW2ndZWyla8yK813ev6oGhyn8Lja8jCyGAWTJ+LEYZK7EVtJxrDj8ztevJw==",
  700. "dev": true,
  701. "funding": [
  702. {
  703. "type": "github",
  704. "url": "https://github.com/sponsors/csstools"
  705. },
  706. {
  707. "type": "opencollective",
  708. "url": "https://opencollective.com/csstools"
  709. }
  710. ],
  711. "license": "MIT-0",
  712. "peerDependencies": {
  713. "css-tree": "^3.2.1"
  714. },
  715. "peerDependenciesMeta": {
  716. "css-tree": {
  717. "optional": true
  718. }
  719. }
  720. },
  721. "node_modules/@csstools/css-tokenizer": {
  722. "version": "4.0.0",
  723. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  724. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  725. "dev": true,
  726. "funding": [
  727. {
  728. "type": "github",
  729. "url": "https://github.com/sponsors/csstools"
  730. },
  731. {
  732. "type": "opencollective",
  733. "url": "https://opencollective.com/csstools"
  734. }
  735. ],
  736. "license": "MIT",
  737. "engines": {
  738. "node": ">=20.19.0"
  739. }
  740. },
  741. "node_modules/@emnapi/core": {
  742. "version": "1.9.2",
  743. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
  744. "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
  745. "dev": true,
  746. "license": "MIT",
  747. "optional": true,
  748. "dependencies": {
  749. "@emnapi/wasi-threads": "1.2.1",
  750. "tslib": "^2.4.0"
  751. }
  752. },
  753. "node_modules/@emnapi/runtime": {
  754. "version": "1.9.2",
  755. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
  756. "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
  757. "dev": true,
  758. "license": "MIT",
  759. "optional": true,
  760. "dependencies": {
  761. "tslib": "^2.4.0"
  762. }
  763. },
  764. "node_modules/@emnapi/wasi-threads": {
  765. "version": "1.2.1",
  766. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  767. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  768. "dev": true,
  769. "license": "MIT",
  770. "optional": true,
  771. "dependencies": {
  772. "tslib": "^2.4.0"
  773. }
  774. },
  775. "node_modules/@emotion/hash": {
  776. "version": "0.8.0",
  777. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
  778. "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
  779. "license": "MIT"
  780. },
  781. "node_modules/@emotion/unitless": {
  782. "version": "0.7.5",
  783. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
  784. "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
  785. "license": "MIT"
  786. },
  787. "node_modules/@esbuild/aix-ppc64": {
  788. "version": "0.28.2",
  789. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.2.tgz",
  790. "integrity": "sha512-XExcO+dvLKvVtNTibSTBej1NCAbaGhWn9Ww1ZPx80qsahhPFe/8jgWP0IchNe0F3HwkU7n8ejhH8bjonqht8mQ==",
  791. "cpu": [
  792. "ppc64"
  793. ],
  794. "dev": true,
  795. "license": "MIT",
  796. "optional": true,
  797. "os": [
  798. "aix"
  799. ],
  800. "engines": {
  801. "node": ">=18"
  802. }
  803. },
  804. "node_modules/@esbuild/android-arm": {
  805. "version": "0.28.2",
  806. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.2.tgz",
  807. "integrity": "sha512-kXXoiPVVGQcnIYGOeaovwOURpniDBpSq4A03qkQ+BMQqtGG6HYap3xne9C1O1yo4TR3qxlCX5IqqmX6fFo2Lqg==",
  808. "cpu": [
  809. "arm"
  810. ],
  811. "dev": true,
  812. "license": "MIT",
  813. "optional": true,
  814. "os": [
  815. "android"
  816. ],
  817. "engines": {
  818. "node": ">=18"
  819. }
  820. },
  821. "node_modules/@esbuild/android-arm64": {
  822. "version": "0.28.2",
  823. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.2.tgz",
  824. "integrity": "sha512-5YfKeeI8qWfBZIX+u2xZC3Zlb3Os/gLS2sbEKM+I4ZOcsWmHS2WLysCcQZDAFRslDUU5Oiq44gf6PYN1vGwG5A==",
  825. "cpu": [
  826. "arm64"
  827. ],
  828. "dev": true,
  829. "license": "MIT",
  830. "optional": true,
  831. "os": [
  832. "android"
  833. ],
  834. "engines": {
  835. "node": ">=18"
  836. }
  837. },
  838. "node_modules/@esbuild/android-x64": {
  839. "version": "0.28.2",
  840. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.2.tgz",
  841. "integrity": "sha512-O387ite7SzUyCcy3JQX4P4bLtEA7bLLkx+esve5JHnyYfNTxcVpXZo9jhdB0lTKN44gztELTdU7nS8Nr16Fs1Q==",
  842. "cpu": [
  843. "x64"
  844. ],
  845. "dev": true,
  846. "license": "MIT",
  847. "optional": true,
  848. "os": [
  849. "android"
  850. ],
  851. "engines": {
  852. "node": ">=18"
  853. }
  854. },
  855. "node_modules/@esbuild/darwin-arm64": {
  856. "version": "0.28.2",
  857. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.2.tgz",
  858. "integrity": "sha512-n4KqkOQrraxHJcgjM1RvwbigfQKIKJVpM7xp+KsxiyUSrRdIXnt73VhrPAx0fV44hgfmIVKjxMN9J1t5jySVkw==",
  859. "cpu": [
  860. "arm64"
  861. ],
  862. "dev": true,
  863. "license": "MIT",
  864. "optional": true,
  865. "os": [
  866. "darwin"
  867. ],
  868. "engines": {
  869. "node": ">=18"
  870. }
  871. },
  872. "node_modules/@esbuild/darwin-x64": {
  873. "version": "0.28.2",
  874. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.2.tgz",
  875. "integrity": "sha512-uq6suIWYP37qzGddBKPw5QEQPi6HiLGsO7UmkpfyaYNQ3D+rN6w6WfwH+nuqcGXWvawGwxOEroO4YGnFh95azw==",
  876. "cpu": [
  877. "x64"
  878. ],
  879. "dev": true,
  880. "license": "MIT",
  881. "optional": true,
  882. "os": [
  883. "darwin"
  884. ],
  885. "engines": {
  886. "node": ">=18"
  887. }
  888. },
  889. "node_modules/@esbuild/freebsd-arm64": {
  890. "version": "0.28.2",
  891. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.2.tgz",
  892. "integrity": "sha512-n+I0BTSRIoy+d6RPKnEVwql5UwBJolytvY4mAOIEJorKlqgPII8ix6slVVrfZ5Tnj7glIZvloylbB/EJPMWEXw==",
  893. "cpu": [
  894. "arm64"
  895. ],
  896. "dev": true,
  897. "license": "MIT",
  898. "optional": true,
  899. "os": [
  900. "freebsd"
  901. ],
  902. "engines": {
  903. "node": ">=18"
  904. }
  905. },
  906. "node_modules/@esbuild/freebsd-x64": {
  907. "version": "0.28.2",
  908. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.2.tgz",
  909. "integrity": "sha512-78XJTJkvPs0kz2w61301PJjXl4g7q3JqiYMZ/M/yVI73EHBrCRTgkhu9oqG7vPqq+a/yadEW8aD+agKlk5xrmg==",
  910. "cpu": [
  911. "x64"
  912. ],
  913. "dev": true,
  914. "license": "MIT",
  915. "optional": true,
  916. "os": [
  917. "freebsd"
  918. ],
  919. "engines": {
  920. "node": ">=18"
  921. }
  922. },
  923. "node_modules/@esbuild/linux-arm": {
  924. "version": "0.28.2",
  925. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.2.tgz",
  926. "integrity": "sha512-XlDnu2q5yoqems+xay6wSAcg9DDD7K9RLKZEBOMZm3ckNpJBvOX20tSfby8KfrrhINDyv9V2YVZKY/SpoGJI8w==",
  927. "cpu": [
  928. "arm"
  929. ],
  930. "dev": true,
  931. "license": "MIT",
  932. "optional": true,
  933. "os": [
  934. "linux"
  935. ],
  936. "engines": {
  937. "node": ">=18"
  938. }
  939. },
  940. "node_modules/@esbuild/linux-arm64": {
  941. "version": "0.28.2",
  942. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.2.tgz",
  943. "integrity": "sha512-pW4AC0P3it8c7do9MVM4p51FzHzdM/TZrerurgRcHJ2WTa1VQ1CIq18xncfpBJw4ojkiZZrKW2yIBWBP92j6Ug==",
  944. "cpu": [
  945. "arm64"
  946. ],
  947. "dev": true,
  948. "license": "MIT",
  949. "optional": true,
  950. "os": [
  951. "linux"
  952. ],
  953. "engines": {
  954. "node": ">=18"
  955. }
  956. },
  957. "node_modules/@esbuild/linux-ia32": {
  958. "version": "0.28.2",
  959. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.2.tgz",
  960. "integrity": "sha512-CYbnj78HsIeA+DhgUKgFCfvNsTHFhMMrinUrMZpDXJXKN8T3XViTZ/+wtHeVxEWY8ewSzTFN+nRmSwO2tZaLUQ==",
  961. "cpu": [
  962. "ia32"
  963. ],
  964. "dev": true,
  965. "license": "MIT",
  966. "optional": true,
  967. "os": [
  968. "linux"
  969. ],
  970. "engines": {
  971. "node": ">=18"
  972. }
  973. },
  974. "node_modules/@esbuild/linux-loong64": {
  975. "version": "0.28.2",
  976. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.2.tgz",
  977. "integrity": "sha512-buwkd8nsph4R+ajRvw0qM5Hja/TXQow3ptzWO2EbG/cqcIkHloRrdlBtQlshyYGTNFvfkfJ5tpPLVkY4DtsPfQ==",
  978. "cpu": [
  979. "loong64"
  980. ],
  981. "dev": true,
  982. "license": "MIT",
  983. "optional": true,
  984. "os": [
  985. "linux"
  986. ],
  987. "engines": {
  988. "node": ">=18"
  989. }
  990. },
  991. "node_modules/@esbuild/linux-mips64el": {
  992. "version": "0.28.2",
  993. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.2.tgz",
  994. "integrity": "sha512-ZVykbDyk7519VwiNb9Lcj9m8XM6v5V9uKPvrEMkkEedVewf+0itkhahp4HDpgERXhwLRpWFypsGbG/J8s0QjJA==",
  995. "cpu": [
  996. "mips64el"
  997. ],
  998. "dev": true,
  999. "license": "MIT",
  1000. "optional": true,
  1001. "os": [
  1002. "linux"
  1003. ],
  1004. "engines": {
  1005. "node": ">=18"
  1006. }
  1007. },
  1008. "node_modules/@esbuild/linux-ppc64": {
  1009. "version": "0.28.2",
  1010. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.2.tgz",
  1011. "integrity": "sha512-CAXl+Dtd9UUuJd8pKKdwh6MLm3MUMiqMPmhZ3tTSXPqfyQ3vDl6R5hZdZ/kYojK4ofXtdfSv1tFq8XzWx3heNQ==",
  1012. "cpu": [
  1013. "ppc64"
  1014. ],
  1015. "dev": true,
  1016. "license": "MIT",
  1017. "optional": true,
  1018. "os": [
  1019. "linux"
  1020. ],
  1021. "engines": {
  1022. "node": ">=18"
  1023. }
  1024. },
  1025. "node_modules/@esbuild/linux-riscv64": {
  1026. "version": "0.28.2",
  1027. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.2.tgz",
  1028. "integrity": "sha512-GeXCej4IQtU1B+QlDV8W/RRvbzI3O/Stss+/bCXv4lZls5WGRtu2a+3JkA3i4qIUlMXpcHebWpF8AkJhATowuA==",
  1029. "cpu": [
  1030. "riscv64"
  1031. ],
  1032. "dev": true,
  1033. "license": "MIT",
  1034. "optional": true,
  1035. "os": [
  1036. "linux"
  1037. ],
  1038. "engines": {
  1039. "node": ">=18"
  1040. }
  1041. },
  1042. "node_modules/@esbuild/linux-s390x": {
  1043. "version": "0.28.2",
  1044. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.2.tgz",
  1045. "integrity": "sha512-3H1weTYZPxt/WOhByszQZybS9w5lKzUn1FDMsgEChbHWQwHYQQRfBxgCcZvPhjHfKyJjIievvMmEUawJrdY9Dg==",
  1046. "cpu": [
  1047. "s390x"
  1048. ],
  1049. "dev": true,
  1050. "license": "MIT",
  1051. "optional": true,
  1052. "os": [
  1053. "linux"
  1054. ],
  1055. "engines": {
  1056. "node": ">=18"
  1057. }
  1058. },
  1059. "node_modules/@esbuild/linux-x64": {
  1060. "version": "0.28.2",
  1061. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.2.tgz",
  1062. "integrity": "sha512-4xTZr1FUmSoQW4XIWmit3tzQrUTZM+N3P0XV8xROKYF50XfI7xeO90+1bZvNwxIufQ9hDQVRJH5YhgPVF8A/HQ==",
  1063. "cpu": [
  1064. "x64"
  1065. ],
  1066. "dev": true,
  1067. "license": "MIT",
  1068. "optional": true,
  1069. "os": [
  1070. "linux"
  1071. ],
  1072. "engines": {
  1073. "node": ">=18"
  1074. }
  1075. },
  1076. "node_modules/@esbuild/netbsd-arm64": {
  1077. "version": "0.28.2",
  1078. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.2.tgz",
  1079. "integrity": "sha512-sSATRjPeDBg3pdgHoQfoYBob11Kk1FGa9lui5RIHZCoCkJa9QKlvl3/vKz2usCmYYjs7ymJR/2Nnsqe+Hjt5nw==",
  1080. "cpu": [
  1081. "arm64"
  1082. ],
  1083. "dev": true,
  1084. "license": "MIT",
  1085. "optional": true,
  1086. "os": [
  1087. "netbsd"
  1088. ],
  1089. "engines": {
  1090. "node": ">=18"
  1091. }
  1092. },
  1093. "node_modules/@esbuild/netbsd-x64": {
  1094. "version": "0.28.2",
  1095. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.2.tgz",
  1096. "integrity": "sha512-lqnzCV+mM0gIADaKihiCg6ifgfU2L3h5E33rNQBN1Y4MaVGnzryzmvvf7UHxprpQdE8hpqLolJ9Rl+SkIRDpyw==",
  1097. "cpu": [
  1098. "x64"
  1099. ],
  1100. "dev": true,
  1101. "license": "MIT",
  1102. "optional": true,
  1103. "os": [
  1104. "netbsd"
  1105. ],
  1106. "engines": {
  1107. "node": ">=18"
  1108. }
  1109. },
  1110. "node_modules/@esbuild/openbsd-arm64": {
  1111. "version": "0.28.2",
  1112. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.2.tgz",
  1113. "integrity": "sha512-AL2qJILH7lNjrDmCQDvdxMfAUIv8KMNZOvrwAQ8i8//ntL9FflhOyMJ8OZSMBb8/AWXe3/5v5S20y3zCoZWKoQ==",
  1114. "cpu": [
  1115. "arm64"
  1116. ],
  1117. "dev": true,
  1118. "license": "MIT",
  1119. "optional": true,
  1120. "os": [
  1121. "openbsd"
  1122. ],
  1123. "engines": {
  1124. "node": ">=18"
  1125. }
  1126. },
  1127. "node_modules/@esbuild/openbsd-x64": {
  1128. "version": "0.28.2",
  1129. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.2.tgz",
  1130. "integrity": "sha512-QtiuPytchRyC4rwUKhexJdQKvDuZ6hWloi3igqPQNUJCS1/v9EiO3UTOXR6A3FoMo4fnAKbWJdqaIwhOzh8qEw==",
  1131. "cpu": [
  1132. "x64"
  1133. ],
  1134. "dev": true,
  1135. "license": "MIT",
  1136. "optional": true,
  1137. "os": [
  1138. "openbsd"
  1139. ],
  1140. "engines": {
  1141. "node": ">=18"
  1142. }
  1143. },
  1144. "node_modules/@esbuild/openharmony-arm64": {
  1145. "version": "0.28.2",
  1146. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.2.tgz",
  1147. "integrity": "sha512-WkhYDmpTjLvGlScA1rwjRUmhl4k8oXR3cIbtqWmELgU/dFeHHlEllxDvdWcNJV9rbzCexB5vz8gtNewWLgCT7Q==",
  1148. "cpu": [
  1149. "arm64"
  1150. ],
  1151. "dev": true,
  1152. "license": "MIT",
  1153. "optional": true,
  1154. "os": [
  1155. "openharmony"
  1156. ],
  1157. "engines": {
  1158. "node": ">=18"
  1159. }
  1160. },
  1161. "node_modules/@esbuild/sunos-x64": {
  1162. "version": "0.28.2",
  1163. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.2.tgz",
  1164. "integrity": "sha512-GPMSkTOtMnv2U2F8gxe4Io6qmVs+YKyp832Etqqxr0hFngmXQ3rzwytelm3GIn7T4VviRUlf3sOgBOiTdvaf7g==",
  1165. "cpu": [
  1166. "x64"
  1167. ],
  1168. "dev": true,
  1169. "license": "MIT",
  1170. "optional": true,
  1171. "os": [
  1172. "sunos"
  1173. ],
  1174. "engines": {
  1175. "node": ">=18"
  1176. }
  1177. },
  1178. "node_modules/@esbuild/win32-arm64": {
  1179. "version": "0.28.2",
  1180. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.2.tgz",
  1181. "integrity": "sha512-PIhhEkE9uPBleRBrQEJpUn7MBnibZzbGzYWPmY3x+YoVg/95zbjB4CxPPOQ8l5tYYM4mMaCthF8/1DIfBQQyWQ==",
  1182. "cpu": [
  1183. "arm64"
  1184. ],
  1185. "dev": true,
  1186. "license": "MIT",
  1187. "optional": true,
  1188. "os": [
  1189. "win32"
  1190. ],
  1191. "engines": {
  1192. "node": ">=18"
  1193. }
  1194. },
  1195. "node_modules/@esbuild/win32-ia32": {
  1196. "version": "0.28.2",
  1197. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.2.tgz",
  1198. "integrity": "sha512-YmJbfTlvU7Sdn9BB+4PRES4oB6pxgS37MAONj+hBr/cpXS1aBPKXxNnDbu+QCWPj0o9dgyxeq79g6c5P8KeuYA==",
  1199. "cpu": [
  1200. "ia32"
  1201. ],
  1202. "dev": true,
  1203. "license": "MIT",
  1204. "optional": true,
  1205. "os": [
  1206. "win32"
  1207. ],
  1208. "engines": {
  1209. "node": ">=18"
  1210. }
  1211. },
  1212. "node_modules/@esbuild/win32-x64": {
  1213. "version": "0.28.2",
  1214. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.2.tgz",
  1215. "integrity": "sha512-5ebpxr3nWMzrL/rnUI755Jkuee0bHL/Gq0WTF9lvcpv73wAp5eu8MfBUgWK9bhWvZjj7yX8etf/8tI8Ney695g==",
  1216. "cpu": [
  1217. "x64"
  1218. ],
  1219. "dev": true,
  1220. "license": "MIT",
  1221. "optional": true,
  1222. "os": [
  1223. "win32"
  1224. ],
  1225. "engines": {
  1226. "node": ">=18"
  1227. }
  1228. },
  1229. "node_modules/@exodus/bytes": {
  1230. "version": "1.15.1",
  1231. "resolved": "https://registry.npmjs.org/@exodus/bytes/-/bytes-1.15.1.tgz",
  1232. "integrity": "sha512-S6mL0yNB/Abt9Ei4tq8gDhcczc4S3+vQ4ra7vxnAf+YHC02srtqxKKZghx2Dq6p0e66THKwR6r8N6P95wEty7Q==",
  1233. "dev": true,
  1234. "license": "MIT",
  1235. "engines": {
  1236. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  1237. },
  1238. "peerDependencies": {
  1239. "@noble/hashes": "^1.8.0 || ^2.0.0"
  1240. },
  1241. "peerDependenciesMeta": {
  1242. "@noble/hashes": {
  1243. "optional": true
  1244. }
  1245. }
  1246. },
  1247. "node_modules/@hookform/resolvers": {
  1248. "version": "5.9.1",
  1249. "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.9.1.tgz",
  1250. "integrity": "sha512-7b7vsbraJxKgjVSA1Nur9tLwj539WGJUBLA7QNvXnFoT2pM5Z7G+6rlukk4B2/QrTZy6huRtH6wKeESPKuIr6w==",
  1251. "license": "MIT",
  1252. "dependencies": {
  1253. "@standard-schema/utils": "^0.3.0"
  1254. },
  1255. "peerDependencies": {
  1256. "@sinclair/typebox": ">=0.25.24",
  1257. "@standard-schema/spec": "^1.0.0",
  1258. "@typeschema/main": ">=0.13.7",
  1259. "@vinejs/vine": "^2.0.0 || ^3.0.0 || ^4.0.0",
  1260. "ajv": "^8.12.0",
  1261. "ajv-errors": "^3.0.0",
  1262. "ajv-formats": "^2.1.1",
  1263. "arktype": "^2.0.0",
  1264. "ata-validator": "^1.2.0",
  1265. "class-transformer": ">=0.4.0",
  1266. "class-validator": ">=0.12.0",
  1267. "computed-types": "^1.0.0",
  1268. "effect": "^3.10.3",
  1269. "fluentvalidation-ts": "^3.0.0",
  1270. "fp-ts": "^2.7.0",
  1271. "io-ts": "^2.0.0",
  1272. "joi": "^17.0.0 || ^18.0.0",
  1273. "nope-validator": ">=0.12.0",
  1274. "react-hook-form": "^7.55.0",
  1275. "superstruct": ">=0.12.0",
  1276. "typanion": "^3.3.2",
  1277. "valibot": ">=0.31.0 || ^1.0.0-beta.4 || ^1.0.0-rc",
  1278. "vest": ">=6.0.0",
  1279. "yup": "^1.0.0",
  1280. "zod": "^3.25.0 || ^4.0.0"
  1281. },
  1282. "peerDependenciesMeta": {
  1283. "@sinclair/typebox": {
  1284. "optional": true
  1285. },
  1286. "@standard-schema/spec": {
  1287. "optional": true
  1288. },
  1289. "@typeschema/main": {
  1290. "optional": true
  1291. },
  1292. "@vinejs/vine": {
  1293. "optional": true
  1294. },
  1295. "ajv": {
  1296. "optional": true
  1297. },
  1298. "ajv-errors": {
  1299. "optional": true
  1300. },
  1301. "ajv-formats": {
  1302. "optional": true
  1303. },
  1304. "arktype": {
  1305. "optional": true
  1306. },
  1307. "ata-validator": {
  1308. "optional": true
  1309. },
  1310. "class-transformer": {
  1311. "optional": true
  1312. },
  1313. "class-validator": {
  1314. "optional": true
  1315. },
  1316. "computed-types": {
  1317. "optional": true
  1318. },
  1319. "effect": {
  1320. "optional": true
  1321. },
  1322. "fluentvalidation-ts": {
  1323. "optional": true
  1324. },
  1325. "fp-ts": {
  1326. "optional": true
  1327. },
  1328. "io-ts": {
  1329. "optional": true
  1330. },
  1331. "joi": {
  1332. "optional": true
  1333. },
  1334. "nope-validator": {
  1335. "optional": true
  1336. },
  1337. "superstruct": {
  1338. "optional": true
  1339. },
  1340. "typanion": {
  1341. "optional": true
  1342. },
  1343. "valibot": {
  1344. "optional": true
  1345. },
  1346. "vest": {
  1347. "optional": true
  1348. },
  1349. "yup": {
  1350. "optional": true
  1351. },
  1352. "zod": {
  1353. "optional": true
  1354. }
  1355. }
  1356. },
  1357. "node_modules/@inquirer/ansi": {
  1358. "version": "2.0.8",
  1359. "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.8.tgz",
  1360. "integrity": "sha512-WpQM+Ti6Z40EFwwt+uL2p4UabT+W179zHp6HhLVOzfbwnVn05IPO/eXIZXGNqcT1jbQ15SujNLzQ39k4QPPxBQ==",
  1361. "dev": true,
  1362. "license": "MIT",
  1363. "engines": {
  1364. "node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
  1365. }
  1366. },
  1367. "node_modules/@inquirer/confirm": {
  1368. "version": "6.3.2",
  1369. "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.3.2.tgz",
  1370. "integrity": "sha512-Xvr/0HggjddPtGppuqVmxhTw+Hr8PvsZ/k0HmOEaAqQEt80OITNkFWnsdNmyT0/eM4Ab+iJLx2R8rctlEyfSVg==",
  1371. "dev": true,
  1372. "license": "MIT",
  1373. "dependencies": {
  1374. "@inquirer/core": "^12.0.3",
  1375. "@inquirer/type": "4.1.1"
  1376. },
  1377. "engines": {
  1378. "node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
  1379. },
  1380. "peerDependencies": {
  1381. "@types/node": ">=18"
  1382. },
  1383. "peerDependenciesMeta": {
  1384. "@types/node": {
  1385. "optional": true
  1386. }
  1387. }
  1388. },
  1389. "node_modules/@inquirer/core": {
  1390. "version": "12.0.3",
  1391. "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-12.0.3.tgz",
  1392. "integrity": "sha512-wsSy0sznmXwkty+2PzZwx00Cazc/E0r0B7mAzdGROz2Ct+DFZXaK7WDjGZvgjRldxH5ZhFVfF2lgkYrqgOw2KA==",
  1393. "dev": true,
  1394. "license": "MIT",
  1395. "dependencies": {
  1396. "@inquirer/ansi": "^2.0.8",
  1397. "@inquirer/figures": "^2.0.9",
  1398. "@inquirer/type": "4.1.1",
  1399. "cli-width": "^4.1.0",
  1400. "fast-wrap-ansi": "^0.2.0",
  1401. "mute-stream": "^3.0.0",
  1402. "signal-exit": "^4.1.0"
  1403. },
  1404. "engines": {
  1405. "node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
  1406. },
  1407. "peerDependencies": {
  1408. "@types/node": ">=18"
  1409. },
  1410. "peerDependenciesMeta": {
  1411. "@types/node": {
  1412. "optional": true
  1413. }
  1414. }
  1415. },
  1416. "node_modules/@inquirer/figures": {
  1417. "version": "2.0.9",
  1418. "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.9.tgz",
  1419. "integrity": "sha512-EAWgUTGQ/Umgga51dE3B2PUHbufuXarDfg86uVgoSgNHNNQnyFKcOrQLWVqYMghuSyHh8+2HUH0Js9cTC1WAdg==",
  1420. "dev": true,
  1421. "license": "MIT",
  1422. "engines": {
  1423. "node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
  1424. }
  1425. },
  1426. "node_modules/@inquirer/type": {
  1427. "version": "4.1.1",
  1428. "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.1.1.tgz",
  1429. "integrity": "sha512-yJoHYrMnxIsJZCY+0Vb66Dy3he3kL3e2wOBKhoSwWWAzZAY82emlxwgprCtp6yRixvNRNq9ztfRWQYPNr3Go7A==",
  1430. "dev": true,
  1431. "license": "MIT",
  1432. "engines": {
  1433. "node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
  1434. },
  1435. "peerDependencies": {
  1436. "@types/node": ">=18"
  1437. },
  1438. "peerDependenciesMeta": {
  1439. "@types/node": {
  1440. "optional": true
  1441. }
  1442. }
  1443. },
  1444. "node_modules/@joshwooding/vite-plugin-react-docgen-typescript": {
  1445. "version": "0.7.0",
  1446. "resolved": "https://registry.npmjs.org/@joshwooding/vite-plugin-react-docgen-typescript/-/vite-plugin-react-docgen-typescript-0.7.0.tgz",
  1447. "integrity": "sha512-qvsTEwEFefhdirGOPnu9Wp6ChfIwy2dBCRuETU3uE+4cC+PFoxMSiiEhxk4lOluA34eARHA0OxqsEUYDqRMgeQ==",
  1448. "dev": true,
  1449. "license": "MIT",
  1450. "dependencies": {
  1451. "glob": "^13.0.1",
  1452. "react-docgen-typescript": "^2.2.2"
  1453. },
  1454. "peerDependencies": {
  1455. "typescript": ">= 4.3.x",
  1456. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  1457. },
  1458. "peerDependenciesMeta": {
  1459. "typescript": {
  1460. "optional": true
  1461. }
  1462. }
  1463. },
  1464. "node_modules/@jridgewell/gen-mapping": {
  1465. "version": "0.3.13",
  1466. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1467. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1468. "dev": true,
  1469. "license": "MIT",
  1470. "dependencies": {
  1471. "@jridgewell/sourcemap-codec": "^1.5.0",
  1472. "@jridgewell/trace-mapping": "^0.3.24"
  1473. }
  1474. },
  1475. "node_modules/@jridgewell/remapping": {
  1476. "version": "2.3.5",
  1477. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1478. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1479. "dev": true,
  1480. "license": "MIT",
  1481. "dependencies": {
  1482. "@jridgewell/gen-mapping": "^0.3.5",
  1483. "@jridgewell/trace-mapping": "^0.3.24"
  1484. }
  1485. },
  1486. "node_modules/@jridgewell/resolve-uri": {
  1487. "version": "3.1.2",
  1488. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1489. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1490. "dev": true,
  1491. "license": "MIT",
  1492. "engines": {
  1493. "node": ">=6.0.0"
  1494. }
  1495. },
  1496. "node_modules/@jridgewell/sourcemap-codec": {
  1497. "version": "1.6.0",
  1498. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
  1499. "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
  1500. "dev": true,
  1501. "license": "MIT"
  1502. },
  1503. "node_modules/@jridgewell/trace-mapping": {
  1504. "version": "0.3.31",
  1505. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1506. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1507. "dev": true,
  1508. "license": "MIT",
  1509. "dependencies": {
  1510. "@jridgewell/resolve-uri": "^3.1.0",
  1511. "@jridgewell/sourcemap-codec": "^1.4.14"
  1512. }
  1513. },
  1514. "node_modules/@lezer/common": {
  1515. "version": "1.5.2",
  1516. "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.5.2.tgz",
  1517. "integrity": "sha512-sxQE460fPZyU3sdc8lafxiPwJHBzZRy/udNFynGQky1SePYBdhkBl1kOagA9uT3pxR8K09bOrmTUqA9wb/PjSQ==",
  1518. "license": "MIT"
  1519. },
  1520. "node_modules/@lezer/highlight": {
  1521. "version": "1.2.3",
  1522. "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.3.tgz",
  1523. "integrity": "sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==",
  1524. "license": "MIT",
  1525. "dependencies": {
  1526. "@lezer/common": "^1.3.0"
  1527. }
  1528. },
  1529. "node_modules/@lezer/json": {
  1530. "version": "1.0.3",
  1531. "resolved": "https://registry.npmjs.org/@lezer/json/-/json-1.0.3.tgz",
  1532. "integrity": "sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==",
  1533. "license": "MIT",
  1534. "dependencies": {
  1535. "@lezer/common": "^1.2.0",
  1536. "@lezer/highlight": "^1.0.0",
  1537. "@lezer/lr": "^1.0.0"
  1538. }
  1539. },
  1540. "node_modules/@lezer/lr": {
  1541. "version": "1.4.10",
  1542. "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.10.tgz",
  1543. "integrity": "sha512-rnCpTIBafOx4mRp43xOxDJbFipJm/c0cia/V5TiGlhmMa+wsSdoGmUN3w5Bqrks/09Q/D4tNAmWaT8p6NRi77A==",
  1544. "license": "MIT",
  1545. "dependencies": {
  1546. "@lezer/common": "^1.0.0"
  1547. }
  1548. },
  1549. "node_modules/@marijn/find-cluster-break": {
  1550. "version": "1.0.4",
  1551. "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.4.tgz",
  1552. "integrity": "sha512-Wy0V7+SGUjnF9/TkiM1hKVDPj7jKXduPNboMVtHTA8dySMURWqfg/JZ9E2Sq8JgSJmkl7k7Qe9FLeMSrSraWmQ==",
  1553. "license": "MIT"
  1554. },
  1555. "node_modules/@mdx-js/react": {
  1556. "version": "3.1.1",
  1557. "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.1.tgz",
  1558. "integrity": "sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==",
  1559. "dev": true,
  1560. "license": "MIT",
  1561. "dependencies": {
  1562. "@types/mdx": "^2.0.0"
  1563. },
  1564. "funding": {
  1565. "type": "opencollective",
  1566. "url": "https://opencollective.com/unified"
  1567. },
  1568. "peerDependencies": {
  1569. "@types/react": ">=16",
  1570. "react": ">=16"
  1571. }
  1572. },
  1573. "node_modules/@mswjs/interceptors": {
  1574. "version": "0.41.9",
  1575. "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.9.tgz",
  1576. "integrity": "sha512-VVPPgHyQ6ShqnrmDWuxjmUIsO9gWyOZFmuOfLd9LfBGQJwZfy0gvv9pbHSJuoFNIYC7ZDX9aoFwowjcdSC4E8w==",
  1577. "dev": true,
  1578. "license": "MIT",
  1579. "dependencies": {
  1580. "@open-draft/deferred-promise": "^2.2.0",
  1581. "@open-draft/logger": "^0.3.0",
  1582. "@open-draft/until": "^2.0.0",
  1583. "is-node-process": "^1.2.0",
  1584. "outvariant": "^1.4.3",
  1585. "strict-event-emitter": "^0.5.1"
  1586. },
  1587. "engines": {
  1588. "node": ">=18"
  1589. }
  1590. },
  1591. "node_modules/@mswjs/interceptors/node_modules/@open-draft/deferred-promise": {
  1592. "version": "2.2.0",
  1593. "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
  1594. "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
  1595. "dev": true,
  1596. "license": "MIT"
  1597. },
  1598. "node_modules/@napi-rs/wasm-runtime": {
  1599. "version": "1.2.3",
  1600. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.3.tgz",
  1601. "integrity": "sha512-UMduMbqO5s5zF2NkNacMT/yK5Y5QiKvWr2+50bzIIxFDwVJ2h49b+oyjaCGPhJxd2/gC2x39EHv/gHVuu36x2Q==",
  1602. "dev": true,
  1603. "license": "MIT",
  1604. "optional": true,
  1605. "dependencies": {
  1606. "@tybys/wasm-util": "^0.10.3"
  1607. },
  1608. "engines": {
  1609. "node": "^20.19.0 || ^22.13.0 || >=23.5.0"
  1610. },
  1611. "funding": {
  1612. "type": "github",
  1613. "url": "https://github.com/sponsors/Brooooooklyn"
  1614. },
  1615. "peerDependencies": {
  1616. "@emnapi/core": "^1.7.1 || ^2.0.0-alpha.4",
  1617. "@emnapi/runtime": "^1.7.1 || ^2.0.0-alpha.4"
  1618. }
  1619. },
  1620. "node_modules/@noble/hashes": {
  1621. "version": "2.4.0",
  1622. "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.4.0.tgz",
  1623. "integrity": "sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==",
  1624. "license": "MIT",
  1625. "engines": {
  1626. "node": ">= 20.19.0"
  1627. },
  1628. "funding": {
  1629. "url": "https://paulmillr.com/funding/"
  1630. }
  1631. },
  1632. "node_modules/@open-draft/deferred-promise": {
  1633. "version": "3.0.0",
  1634. "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-3.0.0.tgz",
  1635. "integrity": "sha512-XW375UK8/9SqUVNVa6M0yEy8+iTi4QN5VZ7aZuRFQmy76LRwI9wy5F4YIBU6T+eTe2/DNDo8tqu8RHlwLHM6RA==",
  1636. "dev": true,
  1637. "license": "MIT"
  1638. },
  1639. "node_modules/@open-draft/logger": {
  1640. "version": "0.3.0",
  1641. "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
  1642. "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
  1643. "dev": true,
  1644. "license": "MIT",
  1645. "dependencies": {
  1646. "is-node-process": "^1.2.0",
  1647. "outvariant": "^1.4.0"
  1648. }
  1649. },
  1650. "node_modules/@open-draft/until": {
  1651. "version": "2.1.0",
  1652. "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
  1653. "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
  1654. "dev": true,
  1655. "license": "MIT"
  1656. },
  1657. "node_modules/@oxc-parser/binding-android-arm-eabi": {
  1658. "version": "0.127.0",
  1659. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.127.0.tgz",
  1660. "integrity": "sha512-0LC7ye4hvqbIKxAzThzvswgHLFu2AURKzYLeSVvLdu2TBOYWQDmHnTqPLeA597BcUCxiLqLsS4CJ5uoI5WYWCQ==",
  1661. "cpu": [
  1662. "arm"
  1663. ],
  1664. "dev": true,
  1665. "license": "MIT",
  1666. "optional": true,
  1667. "os": [
  1668. "android"
  1669. ],
  1670. "engines": {
  1671. "node": "^20.19.0 || >=22.12.0"
  1672. }
  1673. },
  1674. "node_modules/@oxc-parser/binding-android-arm64": {
  1675. "version": "0.127.0",
  1676. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.127.0.tgz",
  1677. "integrity": "sha512-b5jtVTH6AU5CJXHNdj7Jj9IEiR9yVjjnwHzPJhGyHGPdcsZSzBCkS9GBbV33niRMvKthDwQRFRJfI4a+k4PvYg==",
  1678. "cpu": [
  1679. "arm64"
  1680. ],
  1681. "dev": true,
  1682. "license": "MIT",
  1683. "optional": true,
  1684. "os": [
  1685. "android"
  1686. ],
  1687. "engines": {
  1688. "node": "^20.19.0 || >=22.12.0"
  1689. }
  1690. },
  1691. "node_modules/@oxc-parser/binding-darwin-arm64": {
  1692. "version": "0.127.0",
  1693. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.127.0.tgz",
  1694. "integrity": "sha512-obCE8B7ISKkJidjlhv9xRGJPOSDG2Yu6PRga9Ruaz35uintHxbp1Ki/Yc71wx4rj3Edrm0a1kzG1TAwit0wFpg==",
  1695. "cpu": [
  1696. "arm64"
  1697. ],
  1698. "dev": true,
  1699. "license": "MIT",
  1700. "optional": true,
  1701. "os": [
  1702. "darwin"
  1703. ],
  1704. "engines": {
  1705. "node": "^20.19.0 || >=22.12.0"
  1706. }
  1707. },
  1708. "node_modules/@oxc-parser/binding-darwin-x64": {
  1709. "version": "0.127.0",
  1710. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.127.0.tgz",
  1711. "integrity": "sha512-JL6Xb5IwPQT8rUzlpsX7E+AgfcdNklXNPFp8pjCQQ5MQOQo5rtEB2ui+3Hgg9Sn7Y9Egj6YOLLiHhLpdAe12Aw==",
  1712. "cpu": [
  1713. "x64"
  1714. ],
  1715. "dev": true,
  1716. "license": "MIT",
  1717. "optional": true,
  1718. "os": [
  1719. "darwin"
  1720. ],
  1721. "engines": {
  1722. "node": "^20.19.0 || >=22.12.0"
  1723. }
  1724. },
  1725. "node_modules/@oxc-parser/binding-freebsd-x64": {
  1726. "version": "0.127.0",
  1727. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.127.0.tgz",
  1728. "integrity": "sha512-SDQ/3MQFw58fqQz3Z1PhSKFF3JoCF4gmlNjziDm8X02tTahCw0qJbd7FGPDKw1i4VTBZene9JPyC3mHtSvi+wA==",
  1729. "cpu": [
  1730. "x64"
  1731. ],
  1732. "dev": true,
  1733. "license": "MIT",
  1734. "optional": true,
  1735. "os": [
  1736. "freebsd"
  1737. ],
  1738. "engines": {
  1739. "node": "^20.19.0 || >=22.12.0"
  1740. }
  1741. },
  1742. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  1743. "version": "0.127.0",
  1744. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.127.0.tgz",
  1745. "integrity": "sha512-Av+D1MIqzV0YMGPT9we2SIZaMKD7Cxs4CvXSx/yxaWHewZjYEjScpOf5igc8IILASViw4WTnjlwUdI1KzVtDHQ==",
  1746. "cpu": [
  1747. "arm"
  1748. ],
  1749. "dev": true,
  1750. "license": "MIT",
  1751. "optional": true,
  1752. "os": [
  1753. "linux"
  1754. ],
  1755. "engines": {
  1756. "node": "^20.19.0 || >=22.12.0"
  1757. }
  1758. },
  1759. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  1760. "version": "0.127.0",
  1761. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.127.0.tgz",
  1762. "integrity": "sha512-Cs2fdJ8cPpFdeebj6p4dag8A4+56hPvZ0AhQQzlaLswGz1tz7bXt1nETLeorrM9+AMcWFFkqxcXwDGfTVidY8g==",
  1763. "cpu": [
  1764. "arm"
  1765. ],
  1766. "dev": true,
  1767. "license": "MIT",
  1768. "optional": true,
  1769. "os": [
  1770. "linux"
  1771. ],
  1772. "engines": {
  1773. "node": "^20.19.0 || >=22.12.0"
  1774. }
  1775. },
  1776. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  1777. "version": "0.127.0",
  1778. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.127.0.tgz",
  1779. "integrity": "sha512-qdOfTcT6SY8gsJrrV92uyEUyjqMGPpIB5JZUG6QN5dukYd+7/j0kX6MwK1DgQj39jtUYixxPiaRUiEN1+0CXgQ==",
  1780. "cpu": [
  1781. "arm64"
  1782. ],
  1783. "dev": true,
  1784. "libc": [
  1785. "glibc"
  1786. ],
  1787. "license": "MIT",
  1788. "optional": true,
  1789. "os": [
  1790. "linux"
  1791. ],
  1792. "engines": {
  1793. "node": "^20.19.0 || >=22.12.0"
  1794. }
  1795. },
  1796. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  1797. "version": "0.127.0",
  1798. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.127.0.tgz",
  1799. "integrity": "sha512-EoTCZneNFU/P2qrpEM+RHmQwt+CvDkyGESG6qhr7KaegXLZwePfbrkCDfAk8/rhxbDUVGsZILX+2tqPzFtoFWA==",
  1800. "cpu": [
  1801. "arm64"
  1802. ],
  1803. "dev": true,
  1804. "libc": [
  1805. "musl"
  1806. ],
  1807. "license": "MIT",
  1808. "optional": true,
  1809. "os": [
  1810. "linux"
  1811. ],
  1812. "engines": {
  1813. "node": "^20.19.0 || >=22.12.0"
  1814. }
  1815. },
  1816. "node_modules/@oxc-parser/binding-linux-ppc64-gnu": {
  1817. "version": "0.127.0",
  1818. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.127.0.tgz",
  1819. "integrity": "sha512-zALjmZYgxFLHjXeudcDF0xFGNydTAtkAeXAr2EuC17ywCyFxcmQra4w0BMde0Yi/re4Bi4iwEoEXtYN7l6eBLQ==",
  1820. "cpu": [
  1821. "ppc64"
  1822. ],
  1823. "dev": true,
  1824. "libc": [
  1825. "glibc"
  1826. ],
  1827. "license": "MIT",
  1828. "optional": true,
  1829. "os": [
  1830. "linux"
  1831. ],
  1832. "engines": {
  1833. "node": "^20.19.0 || >=22.12.0"
  1834. }
  1835. },
  1836. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  1837. "version": "0.127.0",
  1838. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.127.0.tgz",
  1839. "integrity": "sha512-fPP8M6zQLS7Jz7o9d5ArUSuAuSK3e+WCYVrCpdzeCOejidtZExJ9tjhDrAd3HEPqARBCPmdpqxESPFqy44vkBQ==",
  1840. "cpu": [
  1841. "riscv64"
  1842. ],
  1843. "dev": true,
  1844. "libc": [
  1845. "glibc"
  1846. ],
  1847. "license": "MIT",
  1848. "optional": true,
  1849. "os": [
  1850. "linux"
  1851. ],
  1852. "engines": {
  1853. "node": "^20.19.0 || >=22.12.0"
  1854. }
  1855. },
  1856. "node_modules/@oxc-parser/binding-linux-riscv64-musl": {
  1857. "version": "0.127.0",
  1858. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.127.0.tgz",
  1859. "integrity": "sha512-7IcC4Ao02oGpfnjt+X/oF4U2mllo2qoSkw5xxiXNKL9MCTsTiAC6616beOuehdxGcnz1bRoPC1RQ2f1GQDdN+g==",
  1860. "cpu": [
  1861. "riscv64"
  1862. ],
  1863. "dev": true,
  1864. "libc": [
  1865. "musl"
  1866. ],
  1867. "license": "MIT",
  1868. "optional": true,
  1869. "os": [
  1870. "linux"
  1871. ],
  1872. "engines": {
  1873. "node": "^20.19.0 || >=22.12.0"
  1874. }
  1875. },
  1876. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  1877. "version": "0.127.0",
  1878. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.127.0.tgz",
  1879. "integrity": "sha512-pbXIhiNFHoqWeqDNLiJ9JkpHz1IM9k4DXa66x+1GTWMG7iLxtkXgE53iiuKSXwmk3zIYmaPVfBvgcAhS583K4Q==",
  1880. "cpu": [
  1881. "s390x"
  1882. ],
  1883. "dev": true,
  1884. "libc": [
  1885. "glibc"
  1886. ],
  1887. "license": "MIT",
  1888. "optional": true,
  1889. "os": [
  1890. "linux"
  1891. ],
  1892. "engines": {
  1893. "node": "^20.19.0 || >=22.12.0"
  1894. }
  1895. },
  1896. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  1897. "version": "0.127.0",
  1898. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.127.0.tgz",
  1899. "integrity": "sha512-MYCguB9RvBvlSd6gbuNI7QwiLoCCAlGnlRJFPrzLI6U1/9wkC/WK6LtBAUln55H1Ctqw45PWmqrobKoMhsYQzQ==",
  1900. "cpu": [
  1901. "x64"
  1902. ],
  1903. "dev": true,
  1904. "libc": [
  1905. "glibc"
  1906. ],
  1907. "license": "MIT",
  1908. "optional": true,
  1909. "os": [
  1910. "linux"
  1911. ],
  1912. "engines": {
  1913. "node": "^20.19.0 || >=22.12.0"
  1914. }
  1915. },
  1916. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  1917. "version": "0.127.0",
  1918. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.127.0.tgz",
  1919. "integrity": "sha512-5eY0B/bxf1xIUxb4NOTvOI3KWtBQfPWYyKAzgcrCt0mDibSZygVpO1Pz8bkeiSZ5Jj9+M09dkggG3H8I5d0Uyg==",
  1920. "cpu": [
  1921. "x64"
  1922. ],
  1923. "dev": true,
  1924. "libc": [
  1925. "musl"
  1926. ],
  1927. "license": "MIT",
  1928. "optional": true,
  1929. "os": [
  1930. "linux"
  1931. ],
  1932. "engines": {
  1933. "node": "^20.19.0 || >=22.12.0"
  1934. }
  1935. },
  1936. "node_modules/@oxc-parser/binding-openharmony-arm64": {
  1937. "version": "0.127.0",
  1938. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.127.0.tgz",
  1939. "integrity": "sha512-Gld0ajrFTUXNtdw20fVBuTQx66FA75nIVg+//pPfR3sXkuABB4mTBhl3r9JNzrJpgW//qiwxf0nWXUWGJSL3UQ==",
  1940. "cpu": [
  1941. "arm64"
  1942. ],
  1943. "dev": true,
  1944. "license": "MIT",
  1945. "optional": true,
  1946. "os": [
  1947. "openharmony"
  1948. ],
  1949. "engines": {
  1950. "node": "^20.19.0 || >=22.12.0"
  1951. }
  1952. },
  1953. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  1954. "version": "0.127.0",
  1955. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.127.0.tgz",
  1956. "integrity": "sha512-T6KVD7rhLzFlwGRXMnxUFfkCZD8FHnb968wVXW1mXzgRFc5RNXOBY2mPPDZ77x5Ln76ltLMgtPg0cOkU1NSrEQ==",
  1957. "cpu": [
  1958. "wasm32"
  1959. ],
  1960. "dev": true,
  1961. "license": "MIT",
  1962. "optional": true,
  1963. "dependencies": {
  1964. "@emnapi/core": "1.9.2",
  1965. "@emnapi/runtime": "1.9.2",
  1966. "@napi-rs/wasm-runtime": "^1.1.4"
  1967. },
  1968. "engines": {
  1969. "node": "^20.19.0 || >=22.12.0"
  1970. }
  1971. },
  1972. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  1973. "version": "0.127.0",
  1974. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.127.0.tgz",
  1975. "integrity": "sha512-Ujvw4X+LD1CCGULcsQcvb4YNVoBGqt+JHgNNzGGaCImELiZLk477ifUH53gIbE7EKd933NdTi25JWEr9K2HwXw==",
  1976. "cpu": [
  1977. "arm64"
  1978. ],
  1979. "dev": true,
  1980. "license": "MIT",
  1981. "optional": true,
  1982. "os": [
  1983. "win32"
  1984. ],
  1985. "engines": {
  1986. "node": "^20.19.0 || >=22.12.0"
  1987. }
  1988. },
  1989. "node_modules/@oxc-parser/binding-win32-ia32-msvc": {
  1990. "version": "0.127.0",
  1991. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.127.0.tgz",
  1992. "integrity": "sha512-0cwxKO7KHQQQfo4Uf4B2SQrhgm+cJaP9OvFFhx52Tkg4bezsacu83GB2/In5bC415Ueeym+kXdnge/57rbSfTw==",
  1993. "cpu": [
  1994. "ia32"
  1995. ],
  1996. "dev": true,
  1997. "license": "MIT",
  1998. "optional": true,
  1999. "os": [
  2000. "win32"
  2001. ],
  2002. "engines": {
  2003. "node": "^20.19.0 || >=22.12.0"
  2004. }
  2005. },
  2006. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  2007. "version": "0.127.0",
  2008. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.127.0.tgz",
  2009. "integrity": "sha512-rOrnSQSCbhI2kowr9XxE7m9a8oQXnBHjnS6j95LxxAnEZ0+Fz20WlRXG4ondQb+ejjt2KOsa65sE6++L6kUd+w==",
  2010. "cpu": [
  2011. "x64"
  2012. ],
  2013. "dev": true,
  2014. "license": "MIT",
  2015. "optional": true,
  2016. "os": [
  2017. "win32"
  2018. ],
  2019. "engines": {
  2020. "node": "^20.19.0 || >=22.12.0"
  2021. }
  2022. },
  2023. "node_modules/@oxc-project/types": {
  2024. "version": "0.127.0",
  2025. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.127.0.tgz",
  2026. "integrity": "sha512-aIYXQBo4lCbO4z0R3FHeucQHpF46l2LbMdxRvqvuRuW2OxdnSkcng5B8+K12spgLDj93rtN3+J2Vac/TIO+ciQ==",
  2027. "dev": true,
  2028. "license": "MIT",
  2029. "funding": {
  2030. "url": "https://github.com/sponsors/Boshen"
  2031. }
  2032. },
  2033. "node_modules/@oxc-resolver/binding-android-arm-eabi": {
  2034. "version": "11.21.2",
  2035. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.21.2.tgz",
  2036. "integrity": "sha512-xQoCRv+gKax9KTdwdaQNnAFOai8neay7g3jExDIORzhbrejwGSJaZNTdOJHR5ziLg2joMxOCMOFMo4zuxza2uQ==",
  2037. "cpu": [
  2038. "arm"
  2039. ],
  2040. "dev": true,
  2041. "license": "MIT",
  2042. "optional": true,
  2043. "os": [
  2044. "android"
  2045. ]
  2046. },
  2047. "node_modules/@oxc-resolver/binding-android-arm64": {
  2048. "version": "11.21.2",
  2049. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-android-arm64/-/binding-android-arm64-11.21.2.tgz",
  2050. "integrity": "sha512-HF5oiE2L05yInPYCFD/4uxSrEZW4SuIfn99Y6L1xnJnzl066JR+MJs2rIdstw8A2MPlAKH+13dpFPNycjqzvGg==",
  2051. "cpu": [
  2052. "arm64"
  2053. ],
  2054. "dev": true,
  2055. "license": "MIT",
  2056. "optional": true,
  2057. "os": [
  2058. "android"
  2059. ]
  2060. },
  2061. "node_modules/@oxc-resolver/binding-darwin-arm64": {
  2062. "version": "11.21.2",
  2063. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-11.21.2.tgz",
  2064. "integrity": "sha512-UX4u49CVCAD8QZNELaW8eMGgMAGwFWYEPbvNsh+3r/gs4NX3KfpiACMVwRQT0EuH3uat9hM5Zl+Ppm9pJD8tgg==",
  2065. "cpu": [
  2066. "arm64"
  2067. ],
  2068. "dev": true,
  2069. "license": "MIT",
  2070. "optional": true,
  2071. "os": [
  2072. "darwin"
  2073. ]
  2074. },
  2075. "node_modules/@oxc-resolver/binding-darwin-x64": {
  2076. "version": "11.21.2",
  2077. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-11.21.2.tgz",
  2078. "integrity": "sha512-J9xPx7YBkrRmJ+xl561ztnMWEc1aOyjEIxBiGX1dVb3u7bGSnfObfcZk+Pd+uM0HZAPNsQ1xvD8j52A/uOSqNQ==",
  2079. "cpu": [
  2080. "x64"
  2081. ],
  2082. "dev": true,
  2083. "license": "MIT",
  2084. "optional": true,
  2085. "os": [
  2086. "darwin"
  2087. ]
  2088. },
  2089. "node_modules/@oxc-resolver/binding-freebsd-x64": {
  2090. "version": "11.21.2",
  2091. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-11.21.2.tgz",
  2092. "integrity": "sha512-fRlt7OvSaQkWj6+EDTVxawVxOlqJB2QSnBfkeCyK4RTvsGctbw3BiH2Tb7DzMs7bikc4BRBpvWP5zF9K8b54Zg==",
  2093. "cpu": [
  2094. "x64"
  2095. ],
  2096. "dev": true,
  2097. "license": "MIT",
  2098. "optional": true,
  2099. "os": [
  2100. "freebsd"
  2101. ]
  2102. },
  2103. "node_modules/@oxc-resolver/binding-linux-arm-gnueabihf": {
  2104. "version": "11.21.2",
  2105. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-11.21.2.tgz",
  2106. "integrity": "sha512-gK+vPUcPQITkGwBKpZGrcDHSlU6eDGl7AQacxS2CEKAZIBHWkOVFeJwLZ4tYnA1acJqRM5lt7yYwPCVqGHIJ7A==",
  2107. "cpu": [
  2108. "arm"
  2109. ],
  2110. "dev": true,
  2111. "license": "MIT",
  2112. "optional": true,
  2113. "os": [
  2114. "linux"
  2115. ]
  2116. },
  2117. "node_modules/@oxc-resolver/binding-linux-arm-musleabihf": {
  2118. "version": "11.21.2",
  2119. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-11.21.2.tgz",
  2120. "integrity": "sha512-L/Rgas7SrOKy/z7IH+HxSFRqVO4PuLDKLEGKvnhoCBBq3UJ0YzGBou3qMzaAGgkJwsIvX2pBF+7ojzfUhLiZxQ==",
  2121. "cpu": [
  2122. "arm"
  2123. ],
  2124. "dev": true,
  2125. "license": "MIT",
  2126. "optional": true,
  2127. "os": [
  2128. "linux"
  2129. ]
  2130. },
  2131. "node_modules/@oxc-resolver/binding-linux-arm64-gnu": {
  2132. "version": "11.21.2",
  2133. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.21.2.tgz",
  2134. "integrity": "sha512-CUEYvlX1Fk7E9kUMzuswru1J9HLxMwnpDeQGjQuI4ZH+iNCoa2X9T+pvyzrbsgl7WnIeTFTlNlHsRfVdf5g9/g==",
  2135. "cpu": [
  2136. "arm64"
  2137. ],
  2138. "dev": true,
  2139. "libc": [
  2140. "glibc"
  2141. ],
  2142. "license": "MIT",
  2143. "optional": true,
  2144. "os": [
  2145. "linux"
  2146. ]
  2147. },
  2148. "node_modules/@oxc-resolver/binding-linux-arm64-musl": {
  2149. "version": "11.21.2",
  2150. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.21.2.tgz",
  2151. "integrity": "sha512-ViN1ZibQyxwC67GpoP33oo+S9UyUnkog13vzQb9+v9bCNvrVzJuk0MRdacjtv/9xfRMVF/eqHFyl8YOeykI10Q==",
  2152. "cpu": [
  2153. "arm64"
  2154. ],
  2155. "dev": true,
  2156. "libc": [
  2157. "musl"
  2158. ],
  2159. "license": "MIT",
  2160. "optional": true,
  2161. "os": [
  2162. "linux"
  2163. ]
  2164. },
  2165. "node_modules/@oxc-resolver/binding-linux-ppc64-gnu": {
  2166. "version": "11.21.2",
  2167. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.21.2.tgz",
  2168. "integrity": "sha512-CU1sCqWnhGqYD5I1HedHk5pujrn7ssDkNB/AEQd/pd3D/EojVSgJUlpbafwIbyhia3PgIfkvdFpRPWSALzVumA==",
  2169. "cpu": [
  2170. "ppc64"
  2171. ],
  2172. "dev": true,
  2173. "libc": [
  2174. "glibc"
  2175. ],
  2176. "license": "MIT",
  2177. "optional": true,
  2178. "os": [
  2179. "linux"
  2180. ]
  2181. },
  2182. "node_modules/@oxc-resolver/binding-linux-riscv64-gnu": {
  2183. "version": "11.21.2",
  2184. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.21.2.tgz",
  2185. "integrity": "sha512-jWVyZtIHca4Gb96x7dag+y69vlei7ffjrsveLkmf2ZhqEAz6ZSBnY1GWvgZUaZlwZP62A3xD092BW97Q5VGc+g==",
  2186. "cpu": [
  2187. "riscv64"
  2188. ],
  2189. "dev": true,
  2190. "libc": [
  2191. "glibc"
  2192. ],
  2193. "license": "MIT",
  2194. "optional": true,
  2195. "os": [
  2196. "linux"
  2197. ]
  2198. },
  2199. "node_modules/@oxc-resolver/binding-linux-riscv64-musl": {
  2200. "version": "11.21.2",
  2201. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.21.2.tgz",
  2202. "integrity": "sha512-LF29obFqNgBUgDX7rmUK7M4D0JQG5LxhYzn3xXmECcHU9aQAdWG7NiY052qybtesEdwHQXKNTWYQ7mTsybNvWg==",
  2203. "cpu": [
  2204. "riscv64"
  2205. ],
  2206. "dev": true,
  2207. "libc": [
  2208. "musl"
  2209. ],
  2210. "license": "MIT",
  2211. "optional": true,
  2212. "os": [
  2213. "linux"
  2214. ]
  2215. },
  2216. "node_modules/@oxc-resolver/binding-linux-s390x-gnu": {
  2217. "version": "11.21.2",
  2218. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.21.2.tgz",
  2219. "integrity": "sha512-+NYcm+cCHBbtdQQ3A4phQTSuVRYnNHz7wrl9XRAPEovcdoqi0mb1K5ZOl+jN54ZD+q1zz3V0vltbFJmzecJKmw==",
  2220. "cpu": [
  2221. "s390x"
  2222. ],
  2223. "dev": true,
  2224. "libc": [
  2225. "glibc"
  2226. ],
  2227. "license": "MIT",
  2228. "optional": true,
  2229. "os": [
  2230. "linux"
  2231. ]
  2232. },
  2233. "node_modules/@oxc-resolver/binding-linux-x64-gnu": {
  2234. "version": "11.21.2",
  2235. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.21.2.tgz",
  2236. "integrity": "sha512-UQqZDdG2r2HhAOsZEgufkIWHPQ886IUyuJQkoZByvzhW8j51R4UNzGBJFkTiTnLhQnggwJRdJgFWK4uY6ZVIMw==",
  2237. "cpu": [
  2238. "x64"
  2239. ],
  2240. "dev": true,
  2241. "libc": [
  2242. "glibc"
  2243. ],
  2244. "license": "MIT",
  2245. "optional": true,
  2246. "os": [
  2247. "linux"
  2248. ]
  2249. },
  2250. "node_modules/@oxc-resolver/binding-linux-x64-musl": {
  2251. "version": "11.21.2",
  2252. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.21.2.tgz",
  2253. "integrity": "sha512-3Q9PMRjalWkT6NZ4jfujuqTCFwoWErg3y3BnOgb544B8IMw4PktiwWOigMfOHNRLMghZeJ7hpfpZf4CP7rV7Og==",
  2254. "cpu": [
  2255. "x64"
  2256. ],
  2257. "dev": true,
  2258. "libc": [
  2259. "musl"
  2260. ],
  2261. "license": "MIT",
  2262. "optional": true,
  2263. "os": [
  2264. "linux"
  2265. ]
  2266. },
  2267. "node_modules/@oxc-resolver/binding-openharmony-arm64": {
  2268. "version": "11.21.2",
  2269. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-openharmony-arm64/-/binding-openharmony-arm64-11.21.2.tgz",
  2270. "integrity": "sha512-Eljeq3ndtyKhM+Es8LITi4Zl2htzuRZcrPMF3kMCsrILztvU6AjZ3FuEhHHKobPUB9rMpzLpJP5bDqXI7r+iog==",
  2271. "cpu": [
  2272. "arm64"
  2273. ],
  2274. "dev": true,
  2275. "license": "MIT",
  2276. "optional": true,
  2277. "os": [
  2278. "openharmony"
  2279. ]
  2280. },
  2281. "node_modules/@oxc-resolver/binding-wasm32-wasi": {
  2282. "version": "11.21.2",
  2283. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-11.21.2.tgz",
  2284. "integrity": "sha512-HGDbNsIywqc4LxU38+CTJNnB/6BF7rheWOJ259b4eE0aEnelYblC8x+1tEd63bp31fYne63RQz9Jb4yVnC7Yig==",
  2285. "cpu": [
  2286. "wasm32"
  2287. ],
  2288. "dev": true,
  2289. "license": "MIT",
  2290. "optional": true,
  2291. "dependencies": {
  2292. "@emnapi/core": "1.11.0",
  2293. "@emnapi/runtime": "1.11.0",
  2294. "@napi-rs/wasm-runtime": "^1.1.5"
  2295. },
  2296. "engines": {
  2297. "node": ">=14.0.0"
  2298. }
  2299. },
  2300. "node_modules/@oxc-resolver/binding-wasm32-wasi/node_modules/@emnapi/core": {
  2301. "version": "1.11.0",
  2302. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.0.tgz",
  2303. "integrity": "sha512-l9Oo58x0HOP5znGzVhYW9U3e5wVuA4LAZU2AGezTmkhO1CgQRFDhDg4nneHsu/t3WniXg9QrG2nIXL/ZS8ln8Q==",
  2304. "dev": true,
  2305. "license": "MIT",
  2306. "optional": true,
  2307. "dependencies": {
  2308. "@emnapi/wasi-threads": "1.2.2",
  2309. "tslib": "^2.4.0"
  2310. }
  2311. },
  2312. "node_modules/@oxc-resolver/binding-wasm32-wasi/node_modules/@emnapi/runtime": {
  2313. "version": "1.11.0",
  2314. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.0.tgz",
  2315. "integrity": "sha512-55coeOFKHv1ywEcUXJtWU5f+Jr/W5tZDvZig8DLKSwUN1JpROQ4rk/SNOQiFWmaR/VKF4zuFyW1B8JduOSv6Pg==",
  2316. "dev": true,
  2317. "license": "MIT",
  2318. "optional": true,
  2319. "dependencies": {
  2320. "tslib": "^2.4.0"
  2321. }
  2322. },
  2323. "node_modules/@oxc-resolver/binding-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
  2324. "version": "1.2.2",
  2325. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
  2326. "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
  2327. "dev": true,
  2328. "license": "MIT",
  2329. "optional": true,
  2330. "dependencies": {
  2331. "tslib": "^2.4.0"
  2332. }
  2333. },
  2334. "node_modules/@oxc-resolver/binding-win32-arm64-msvc": {
  2335. "version": "11.21.2",
  2336. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-11.21.2.tgz",
  2337. "integrity": "sha512-iWx25CBEgH49iE9q5coEGI/jb1jl5kkCY9z6U5Og67xCkQ/WFMDc2J5U78+AE91SUxM2NqSLhJC8/PLfWnImww==",
  2338. "cpu": [
  2339. "arm64"
  2340. ],
  2341. "dev": true,
  2342. "license": "MIT",
  2343. "optional": true,
  2344. "os": [
  2345. "win32"
  2346. ]
  2347. },
  2348. "node_modules/@oxc-resolver/binding-win32-x64-msvc": {
  2349. "version": "11.21.2",
  2350. "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-11.21.2.tgz",
  2351. "integrity": "sha512-VPoCAhKvCQTlG7vxqaBXcmuvbh77BfnGXj8g0pbvVXpm1F/R8rDVwqIWcEbMzrI1JvJlm8v7T9uMVQb6UctMRg==",
  2352. "cpu": [
  2353. "x64"
  2354. ],
  2355. "dev": true,
  2356. "license": "MIT",
  2357. "optional": true,
  2358. "os": [
  2359. "win32"
  2360. ]
  2361. },
  2362. "node_modules/@oxfmt/binding-android-arm-eabi": {
  2363. "version": "0.67.0",
  2364. "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.67.0.tgz",
  2365. "integrity": "sha512-2olh3ioEmc4gRzQm7jxyB1b/PFBoFvTq8KdgYySeNpysDtA6DEg2Mvya4/I6flhL7G0eOrE8RD7JCNCIMhE16Q==",
  2366. "cpu": [
  2367. "arm"
  2368. ],
  2369. "dev": true,
  2370. "license": "MIT",
  2371. "optional": true,
  2372. "os": [
  2373. "android"
  2374. ],
  2375. "engines": {
  2376. "node": "^20.19.0 || >=22.12.0"
  2377. }
  2378. },
  2379. "node_modules/@oxfmt/binding-android-arm64": {
  2380. "version": "0.67.0",
  2381. "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.67.0.tgz",
  2382. "integrity": "sha512-ulfw8EHN1MBq/MFFDXw2/M1VAFu5mRUcnuZ8Hqbv9viAnFzO9t1jKSAsDqKYYDGMlytF/uj6Z5z5n/tHupnKhw==",
  2383. "cpu": [
  2384. "arm64"
  2385. ],
  2386. "dev": true,
  2387. "license": "MIT",
  2388. "optional": true,
  2389. "os": [
  2390. "android"
  2391. ],
  2392. "engines": {
  2393. "node": "^20.19.0 || >=22.12.0"
  2394. }
  2395. },
  2396. "node_modules/@oxfmt/binding-darwin-arm64": {
  2397. "version": "0.67.0",
  2398. "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.67.0.tgz",
  2399. "integrity": "sha512-MfONZx/O2o9M5v2jDFol556G9+A+P9xCuJ4DZ+qhE+RnaCdoscy6Eu5nq1dbuNxhwdJyZ6kLI7fnG9mwEeOeGg==",
  2400. "cpu": [
  2401. "arm64"
  2402. ],
  2403. "dev": true,
  2404. "license": "MIT",
  2405. "optional": true,
  2406. "os": [
  2407. "darwin"
  2408. ],
  2409. "engines": {
  2410. "node": "^20.19.0 || >=22.12.0"
  2411. }
  2412. },
  2413. "node_modules/@oxfmt/binding-darwin-x64": {
  2414. "version": "0.67.0",
  2415. "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.67.0.tgz",
  2416. "integrity": "sha512-CYnIx5LvFVJnyJcCqwH2jxMKjFjqo5678MPjdmNFoSGMhlOvZ/xRZqvhDcolKrXc8fezW3AKh+C4wyoFuWOSSg==",
  2417. "cpu": [
  2418. "x64"
  2419. ],
  2420. "dev": true,
  2421. "license": "MIT",
  2422. "optional": true,
  2423. "os": [
  2424. "darwin"
  2425. ],
  2426. "engines": {
  2427. "node": "^20.19.0 || >=22.12.0"
  2428. }
  2429. },
  2430. "node_modules/@oxfmt/binding-freebsd-x64": {
  2431. "version": "0.67.0",
  2432. "resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.67.0.tgz",
  2433. "integrity": "sha512-7/iF1orvIS9mxhKUqnmtMgm+OrSQ5acPwuvdQrm6ECgqbwPmC+Pw9cdke3sNfVN6pT2hbJ58+jP8BCThl5HXOg==",
  2434. "cpu": [
  2435. "x64"
  2436. ],
  2437. "dev": true,
  2438. "license": "MIT",
  2439. "optional": true,
  2440. "os": [
  2441. "freebsd"
  2442. ],
  2443. "engines": {
  2444. "node": "^20.19.0 || >=22.12.0"
  2445. }
  2446. },
  2447. "node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
  2448. "version": "0.67.0",
  2449. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.67.0.tgz",
  2450. "integrity": "sha512-yy+OGys07IZOpOmYPZoObKyUQLkfxeQqeCypk+1jaZd8HGo77hzvU1Jg8X3+W75o+9lszOjBfg0nkGtlwYywXw==",
  2451. "cpu": [
  2452. "arm"
  2453. ],
  2454. "dev": true,
  2455. "license": "MIT",
  2456. "optional": true,
  2457. "os": [
  2458. "linux"
  2459. ],
  2460. "engines": {
  2461. "node": "^20.19.0 || >=22.12.0"
  2462. }
  2463. },
  2464. "node_modules/@oxfmt/binding-linux-arm-musleabihf": {
  2465. "version": "0.67.0",
  2466. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.67.0.tgz",
  2467. "integrity": "sha512-wPIeeigXgJpwNw3wydYRt3U9iN9Y/ejpOZuYL9IA7igxWs7LIQMOkhKxTumRvy6dIv0iXKk3RTw3Vmjg0i+2sg==",
  2468. "cpu": [
  2469. "arm"
  2470. ],
  2471. "dev": true,
  2472. "license": "MIT",
  2473. "optional": true,
  2474. "os": [
  2475. "linux"
  2476. ],
  2477. "engines": {
  2478. "node": "^20.19.0 || >=22.12.0"
  2479. }
  2480. },
  2481. "node_modules/@oxfmt/binding-linux-arm64-gnu": {
  2482. "version": "0.67.0",
  2483. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.67.0.tgz",
  2484. "integrity": "sha512-0+XNxcdbkTfxdcD4qW6Ci9n+mBNJ8xTBumnxKvKBmRFOdx0Wf8/KiHjCJayooXmYkqRpRVd98Q5egvzx5BLSgQ==",
  2485. "cpu": [
  2486. "arm64"
  2487. ],
  2488. "dev": true,
  2489. "libc": [
  2490. "glibc"
  2491. ],
  2492. "license": "MIT",
  2493. "optional": true,
  2494. "os": [
  2495. "linux"
  2496. ],
  2497. "engines": {
  2498. "node": "^20.19.0 || >=22.12.0"
  2499. }
  2500. },
  2501. "node_modules/@oxfmt/binding-linux-arm64-musl": {
  2502. "version": "0.67.0",
  2503. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.67.0.tgz",
  2504. "integrity": "sha512-I75LKPJyNOYUzkqAiAMIE31+Ye7xtQXZdoty1IXn4B+bw5Zpmez5wfG19ejGpNnS/BzQ7LFS+7jxuTPb+vHiZw==",
  2505. "cpu": [
  2506. "arm64"
  2507. ],
  2508. "dev": true,
  2509. "libc": [
  2510. "musl"
  2511. ],
  2512. "license": "MIT",
  2513. "optional": true,
  2514. "os": [
  2515. "linux"
  2516. ],
  2517. "engines": {
  2518. "node": "^20.19.0 || >=22.12.0"
  2519. }
  2520. },
  2521. "node_modules/@oxfmt/binding-linux-ppc64-gnu": {
  2522. "version": "0.67.0",
  2523. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.67.0.tgz",
  2524. "integrity": "sha512-c2M5iRpe1QMZSRE/UvZoPdXBWb5Ic/ycvOyNiKCqPwQ/OyOKIMiJs02ynlNnjb7ZZJnRXYLmGcohoINOcwDK3w==",
  2525. "cpu": [
  2526. "ppc64"
  2527. ],
  2528. "dev": true,
  2529. "libc": [
  2530. "glibc"
  2531. ],
  2532. "license": "MIT",
  2533. "optional": true,
  2534. "os": [
  2535. "linux"
  2536. ],
  2537. "engines": {
  2538. "node": "^20.19.0 || >=22.12.0"
  2539. }
  2540. },
  2541. "node_modules/@oxfmt/binding-linux-riscv64-gnu": {
  2542. "version": "0.67.0",
  2543. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.67.0.tgz",
  2544. "integrity": "sha512-dQzzYlV24Udhfm5ECuSdgqRvFJU/CGHzcYYEO3dLM6W6+CHiBFrq9OjIllkdCcPhsoSQ8o223Dja84MOSzed9A==",
  2545. "cpu": [
  2546. "riscv64"
  2547. ],
  2548. "dev": true,
  2549. "libc": [
  2550. "glibc"
  2551. ],
  2552. "license": "MIT",
  2553. "optional": true,
  2554. "os": [
  2555. "linux"
  2556. ],
  2557. "engines": {
  2558. "node": "^20.19.0 || >=22.12.0"
  2559. }
  2560. },
  2561. "node_modules/@oxfmt/binding-linux-riscv64-musl": {
  2562. "version": "0.67.0",
  2563. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.67.0.tgz",
  2564. "integrity": "sha512-rFNq1CgX4qMJANOq42LkAs90JE80GpiaEohAV2qn/gT2hGjQTW1zBO5zQBxArI4926pM1OSzo3CN0tBszGBIaA==",
  2565. "cpu": [
  2566. "riscv64"
  2567. ],
  2568. "dev": true,
  2569. "libc": [
  2570. "musl"
  2571. ],
  2572. "license": "MIT",
  2573. "optional": true,
  2574. "os": [
  2575. "linux"
  2576. ],
  2577. "engines": {
  2578. "node": "^20.19.0 || >=22.12.0"
  2579. }
  2580. },
  2581. "node_modules/@oxfmt/binding-linux-s390x-gnu": {
  2582. "version": "0.67.0",
  2583. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.67.0.tgz",
  2584. "integrity": "sha512-Sky6rEdz2o5IGq01lPhS12yEvDdChVEcaYrcLHkveh4Fx0qPjljE/Iul6SX/bRMl6lNc8J7J/mDQdzgBdA++Pg==",
  2585. "cpu": [
  2586. "s390x"
  2587. ],
  2588. "dev": true,
  2589. "libc": [
  2590. "glibc"
  2591. ],
  2592. "license": "MIT",
  2593. "optional": true,
  2594. "os": [
  2595. "linux"
  2596. ],
  2597. "engines": {
  2598. "node": "^20.19.0 || >=22.12.0"
  2599. }
  2600. },
  2601. "node_modules/@oxfmt/binding-linux-x64-gnu": {
  2602. "version": "0.67.0",
  2603. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.67.0.tgz",
  2604. "integrity": "sha512-vPXmlNORV8AZq2Ocxh07pxwMjfENUWCV/eZArnao0qC3NO/hDeTVkQvee7SJJUbIiF5PZbBa4kYmaXnu7Rk58w==",
  2605. "cpu": [
  2606. "x64"
  2607. ],
  2608. "dev": true,
  2609. "libc": [
  2610. "glibc"
  2611. ],
  2612. "license": "MIT",
  2613. "optional": true,
  2614. "os": [
  2615. "linux"
  2616. ],
  2617. "engines": {
  2618. "node": "^20.19.0 || >=22.12.0"
  2619. }
  2620. },
  2621. "node_modules/@oxfmt/binding-linux-x64-musl": {
  2622. "version": "0.67.0",
  2623. "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.67.0.tgz",
  2624. "integrity": "sha512-x/WAtFqYtVr3vZ9ni8nr4kn9whSitg8fOljq/pZzBpxopRdY1BMLZCZkrbIbaBcYkm46qGbqVea2FCWmtQ2P9w==",
  2625. "cpu": [
  2626. "x64"
  2627. ],
  2628. "dev": true,
  2629. "libc": [
  2630. "musl"
  2631. ],
  2632. "license": "MIT",
  2633. "optional": true,
  2634. "os": [
  2635. "linux"
  2636. ],
  2637. "engines": {
  2638. "node": "^20.19.0 || >=22.12.0"
  2639. }
  2640. },
  2641. "node_modules/@oxfmt/binding-openharmony-arm64": {
  2642. "version": "0.67.0",
  2643. "resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.67.0.tgz",
  2644. "integrity": "sha512-eRw9Neh4/aA6i+q/R3WU1gGQINhVM0J4fXIm6t27caOamkr/37uAkp1IdBx4zlJH97hmXR63z/q9n5c5dN7MzA==",
  2645. "cpu": [
  2646. "arm64"
  2647. ],
  2648. "dev": true,
  2649. "license": "MIT",
  2650. "optional": true,
  2651. "os": [
  2652. "openharmony"
  2653. ],
  2654. "engines": {
  2655. "node": "^20.19.0 || >=22.12.0"
  2656. }
  2657. },
  2658. "node_modules/@oxfmt/binding-win32-arm64-msvc": {
  2659. "version": "0.67.0",
  2660. "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.67.0.tgz",
  2661. "integrity": "sha512-YIMvb+sGNYN2uc6+QK2HLPeEKM2vl7QZ5onQzpAJRb6pnf0DwUFP5R8tdS9R0l8hdUil2gu4Uxd0Yxrop0iT4w==",
  2662. "cpu": [
  2663. "arm64"
  2664. ],
  2665. "dev": true,
  2666. "license": "MIT",
  2667. "optional": true,
  2668. "os": [
  2669. "win32"
  2670. ],
  2671. "engines": {
  2672. "node": "^20.19.0 || >=22.12.0"
  2673. }
  2674. },
  2675. "node_modules/@oxfmt/binding-win32-ia32-msvc": {
  2676. "version": "0.67.0",
  2677. "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.67.0.tgz",
  2678. "integrity": "sha512-LzmU9MyACPzwNDIK0ItMedHPz735Ug7ELWguxo4/kuy6zWuDoeglOAEFCY8jLg0PzRpFO3hDyLFe2Gu2eFDeGA==",
  2679. "cpu": [
  2680. "ia32"
  2681. ],
  2682. "dev": true,
  2683. "license": "MIT",
  2684. "optional": true,
  2685. "os": [
  2686. "win32"
  2687. ],
  2688. "engines": {
  2689. "node": "^20.19.0 || >=22.12.0"
  2690. }
  2691. },
  2692. "node_modules/@oxfmt/binding-win32-x64-msvc": {
  2693. "version": "0.67.0",
  2694. "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.67.0.tgz",
  2695. "integrity": "sha512-sbQOIDNLUEeVZcAJcSL5VURn7kfjvilPviody4Yl5n8lQCDtUm+C9oHTTwZS/m4d/Z6Vv3jNEiAofH932NPPCg==",
  2696. "cpu": [
  2697. "x64"
  2698. ],
  2699. "dev": true,
  2700. "license": "MIT",
  2701. "optional": true,
  2702. "os": [
  2703. "win32"
  2704. ],
  2705. "engines": {
  2706. "node": "^20.19.0 || >=22.12.0"
  2707. }
  2708. },
  2709. "node_modules/@oxlint-tsgolint/darwin-arm64": {
  2710. "version": "7.0.2001",
  2711. "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-arm64/-/darwin-arm64-7.0.2001.tgz",
  2712. "integrity": "sha512-CUJEdbSZ54+Xy9OXqOhWLTKZKV0BBiV7C2i/ygyVmXtkUNXx5YCzN8DpSSshTAKktoL7S+tnQ/ftFG/i7X896w==",
  2713. "cpu": [
  2714. "arm64"
  2715. ],
  2716. "dev": true,
  2717. "license": "MIT",
  2718. "optional": true,
  2719. "os": [
  2720. "darwin"
  2721. ]
  2722. },
  2723. "node_modules/@oxlint-tsgolint/darwin-x64": {
  2724. "version": "7.0.2001",
  2725. "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-x64/-/darwin-x64-7.0.2001.tgz",
  2726. "integrity": "sha512-pXfBb5BqONCcgrXQNUZWXgiYmRSWJzd97S8i41VVOh6ut0tyo+cJ5FKFpczDHxiVNfj/3e7c9B4MtztNdpIVCw==",
  2727. "cpu": [
  2728. "x64"
  2729. ],
  2730. "dev": true,
  2731. "license": "MIT",
  2732. "optional": true,
  2733. "os": [
  2734. "darwin"
  2735. ]
  2736. },
  2737. "node_modules/@oxlint-tsgolint/linux-arm64": {
  2738. "version": "7.0.2001",
  2739. "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/linux-arm64/-/linux-arm64-7.0.2001.tgz",
  2740. "integrity": "sha512-roP7zujb/QDPzDwEKsFFpzNHHy91/Y7oX9vQXk78ekyZtcQj1QXDIMH33gjDdHBfRl4K9pZ36xhRgrP4Zr+R8A==",
  2741. "cpu": [
  2742. "arm64"
  2743. ],
  2744. "dev": true,
  2745. "license": "MIT",
  2746. "optional": true,
  2747. "os": [
  2748. "linux"
  2749. ]
  2750. },
  2751. "node_modules/@oxlint-tsgolint/linux-x64": {
  2752. "version": "7.0.2001",
  2753. "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/linux-x64/-/linux-x64-7.0.2001.tgz",
  2754. "integrity": "sha512-UDezNqdECVmngu2TPnjaS1YoAmcTaBoI5lV9vk3VahBxoi+I5r9k3iJTT7qZoYWOXTD/7T7bNcwRgrocR6BscQ==",
  2755. "cpu": [
  2756. "x64"
  2757. ],
  2758. "dev": true,
  2759. "license": "MIT",
  2760. "optional": true,
  2761. "os": [
  2762. "linux"
  2763. ]
  2764. },
  2765. "node_modules/@oxlint-tsgolint/win32-arm64": {
  2766. "version": "7.0.2001",
  2767. "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/win32-arm64/-/win32-arm64-7.0.2001.tgz",
  2768. "integrity": "sha512-uJZhqB6pdXLuN+AD1F5082byyQti/NPmJA77GtcFlmT2HzRelqbNls3SaIqxpjdFgvSBF9g0yOKGBkGFg7kX8Q==",
  2769. "cpu": [
  2770. "arm64"
  2771. ],
  2772. "dev": true,
  2773. "license": "MIT",
  2774. "optional": true,
  2775. "os": [
  2776. "win32"
  2777. ]
  2778. },
  2779. "node_modules/@oxlint-tsgolint/win32-x64": {
  2780. "version": "7.0.2001",
  2781. "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/win32-x64/-/win32-x64-7.0.2001.tgz",
  2782. "integrity": "sha512-FkDRm8hx9OwzGQqyWG1tO5QrTLRApff9DzSgpz9QZau37BR8d1VYKOxMLGf6shPZntJFoTwIIJYT68VndYDCog==",
  2783. "cpu": [
  2784. "x64"
  2785. ],
  2786. "dev": true,
  2787. "license": "MIT",
  2788. "optional": true,
  2789. "os": [
  2790. "win32"
  2791. ]
  2792. },
  2793. "node_modules/@oxlint/binding-android-arm-eabi": {
  2794. "version": "1.82.0",
  2795. "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.82.0.tgz",
  2796. "integrity": "sha512-a3LB+C5Dsj5b/qtmG/mv5WrzuiXEpg1KF5nXWcEvaoN5TYAqkIvxPOwTPp3Jy/FoGpRo8zsTFhMElMXfeoOEzA==",
  2797. "cpu": [
  2798. "arm"
  2799. ],
  2800. "dev": true,
  2801. "license": "MIT",
  2802. "optional": true,
  2803. "os": [
  2804. "android"
  2805. ],
  2806. "engines": {
  2807. "node": "^20.19.0 || >=22.12.0"
  2808. }
  2809. },
  2810. "node_modules/@oxlint/binding-android-arm64": {
  2811. "version": "1.82.0",
  2812. "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.82.0.tgz",
  2813. "integrity": "sha512-OBlhRgNqFblGpGenno/aqOfJLOkQ2B8Ig3iDAalfn0H8hJGZKXPeexCRTDm6uwv6YUjSA9Xnwt1y/Bgj5ZH8uw==",
  2814. "cpu": [
  2815. "arm64"
  2816. ],
  2817. "dev": true,
  2818. "license": "MIT",
  2819. "optional": true,
  2820. "os": [
  2821. "android"
  2822. ],
  2823. "engines": {
  2824. "node": "^20.19.0 || >=22.12.0"
  2825. }
  2826. },
  2827. "node_modules/@oxlint/binding-darwin-arm64": {
  2828. "version": "1.82.0",
  2829. "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.82.0.tgz",
  2830. "integrity": "sha512-dsopxqtY5ZdyT9uLHyGt1SyiLop6hi7hWI3PKpePodkRQOkLaCm+OE4fR9CAz9qdfjiFO8531tX/QDyP/psjFg==",
  2831. "cpu": [
  2832. "arm64"
  2833. ],
  2834. "dev": true,
  2835. "license": "MIT",
  2836. "optional": true,
  2837. "os": [
  2838. "darwin"
  2839. ],
  2840. "engines": {
  2841. "node": "^20.19.0 || >=22.12.0"
  2842. }
  2843. },
  2844. "node_modules/@oxlint/binding-darwin-x64": {
  2845. "version": "1.82.0",
  2846. "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.82.0.tgz",
  2847. "integrity": "sha512-94Lu0SgTClKColU66g1VDuigV3HkcbkJBnTtZjGYfE8UPugaWDgKrm2icjC6HJVUYler2OXaHP/X0TBy8+CowQ==",
  2848. "cpu": [
  2849. "x64"
  2850. ],
  2851. "dev": true,
  2852. "license": "MIT",
  2853. "optional": true,
  2854. "os": [
  2855. "darwin"
  2856. ],
  2857. "engines": {
  2858. "node": "^20.19.0 || >=22.12.0"
  2859. }
  2860. },
  2861. "node_modules/@oxlint/binding-freebsd-x64": {
  2862. "version": "1.82.0",
  2863. "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.82.0.tgz",
  2864. "integrity": "sha512-hne/V06ewhh1i0w8+l7GDNROAGCGPmyFuOwiP7YTRu0JycyStJ4785dmF8xU5p0uUwt2emvIF9vc7Xjis+cJ0g==",
  2865. "cpu": [
  2866. "x64"
  2867. ],
  2868. "dev": true,
  2869. "license": "MIT",
  2870. "optional": true,
  2871. "os": [
  2872. "freebsd"
  2873. ],
  2874. "engines": {
  2875. "node": "^20.19.0 || >=22.12.0"
  2876. }
  2877. },
  2878. "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
  2879. "version": "1.82.0",
  2880. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.82.0.tgz",
  2881. "integrity": "sha512-aWY2xtbZf1LneW9Qsv/n2Sp8gOu74JrlQzEtj4coHX2SHFrCfhmAumaU+sI/A5nr+yoTRTSmI/pL2s6ADlNSkw==",
  2882. "cpu": [
  2883. "arm"
  2884. ],
  2885. "dev": true,
  2886. "license": "MIT",
  2887. "optional": true,
  2888. "os": [
  2889. "linux"
  2890. ],
  2891. "engines": {
  2892. "node": "^20.19.0 || >=22.12.0"
  2893. }
  2894. },
  2895. "node_modules/@oxlint/binding-linux-arm-musleabihf": {
  2896. "version": "1.82.0",
  2897. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.82.0.tgz",
  2898. "integrity": "sha512-Fe+TtXCXMh/5f7kWlZ2VAwsMumZWtraFlKVk1NJlL52/beGwfDE7ov+/8gVirHzWokzGu7X65hSPq0ucPDskWQ==",
  2899. "cpu": [
  2900. "arm"
  2901. ],
  2902. "dev": true,
  2903. "license": "MIT",
  2904. "optional": true,
  2905. "os": [
  2906. "linux"
  2907. ],
  2908. "engines": {
  2909. "node": "^20.19.0 || >=22.12.0"
  2910. }
  2911. },
  2912. "node_modules/@oxlint/binding-linux-arm64-gnu": {
  2913. "version": "1.82.0",
  2914. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.82.0.tgz",
  2915. "integrity": "sha512-6azCZ6OJudlvipNttXCCQcyeFfcJ/NvUZdSN1z8elo73kCHtyQC7WTiUcSjWYvJ1jaq9KDUyMAoAS/vNzhBomA==",
  2916. "cpu": [
  2917. "arm64"
  2918. ],
  2919. "dev": true,
  2920. "libc": [
  2921. "glibc"
  2922. ],
  2923. "license": "MIT",
  2924. "optional": true,
  2925. "os": [
  2926. "linux"
  2927. ],
  2928. "engines": {
  2929. "node": "^20.19.0 || >=22.12.0"
  2930. }
  2931. },
  2932. "node_modules/@oxlint/binding-linux-arm64-musl": {
  2933. "version": "1.82.0",
  2934. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.82.0.tgz",
  2935. "integrity": "sha512-PLEaSD8IAIIlwW4dwOd9YaxuxeOpwiXL4J24rcnE4iNtyM5j9Q9/3+gti08oXpx0u2ygNjRDx9xjWWpQonuJEw==",
  2936. "cpu": [
  2937. "arm64"
  2938. ],
  2939. "dev": true,
  2940. "libc": [
  2941. "musl"
  2942. ],
  2943. "license": "MIT",
  2944. "optional": true,
  2945. "os": [
  2946. "linux"
  2947. ],
  2948. "engines": {
  2949. "node": "^20.19.0 || >=22.12.0"
  2950. }
  2951. },
  2952. "node_modules/@oxlint/binding-linux-ppc64-gnu": {
  2953. "version": "1.82.0",
  2954. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.82.0.tgz",
  2955. "integrity": "sha512-D94em/BwknNTn4vqxjHh5wb2oL566eFhArabqKIr0cNZMHOJuiraFp1A8tXpH05bbE5tqwEfLXTI0MWEGtn3Dw==",
  2956. "cpu": [
  2957. "ppc64"
  2958. ],
  2959. "dev": true,
  2960. "libc": [
  2961. "glibc"
  2962. ],
  2963. "license": "MIT",
  2964. "optional": true,
  2965. "os": [
  2966. "linux"
  2967. ],
  2968. "engines": {
  2969. "node": "^20.19.0 || >=22.12.0"
  2970. }
  2971. },
  2972. "node_modules/@oxlint/binding-linux-riscv64-gnu": {
  2973. "version": "1.82.0",
  2974. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.82.0.tgz",
  2975. "integrity": "sha512-MOprxBaoYU2D4VgxXCl3ghydThWtx7Um1lL51kGYNeQ5Al7WzsH7/tqGdNtbLrIWnjq3bsm13+nz/gRIxjrOXw==",
  2976. "cpu": [
  2977. "riscv64"
  2978. ],
  2979. "dev": true,
  2980. "libc": [
  2981. "glibc"
  2982. ],
  2983. "license": "MIT",
  2984. "optional": true,
  2985. "os": [
  2986. "linux"
  2987. ],
  2988. "engines": {
  2989. "node": "^20.19.0 || >=22.12.0"
  2990. }
  2991. },
  2992. "node_modules/@oxlint/binding-linux-riscv64-musl": {
  2993. "version": "1.82.0",
  2994. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.82.0.tgz",
  2995. "integrity": "sha512-5h55QsfJ/luDXZzC20k6SNOY1Az+dCP9WvntKtcUWh2JhckAdwApY2ZusaBTwLENnReXU+A2fJtSrYvZJNKNPg==",
  2996. "cpu": [
  2997. "riscv64"
  2998. ],
  2999. "dev": true,
  3000. "libc": [
  3001. "musl"
  3002. ],
  3003. "license": "MIT",
  3004. "optional": true,
  3005. "os": [
  3006. "linux"
  3007. ],
  3008. "engines": {
  3009. "node": "^20.19.0 || >=22.12.0"
  3010. }
  3011. },
  3012. "node_modules/@oxlint/binding-linux-s390x-gnu": {
  3013. "version": "1.82.0",
  3014. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.82.0.tgz",
  3015. "integrity": "sha512-IE8NJNLlHr0CaXyGJPGVn0eTkUyoj1I2UfA8x7I4PSOYKsQ/6btVC7Pywrj5onk0cMH25r6Z38SoN3AvE5Zuog==",
  3016. "cpu": [
  3017. "s390x"
  3018. ],
  3019. "dev": true,
  3020. "libc": [
  3021. "glibc"
  3022. ],
  3023. "license": "MIT",
  3024. "optional": true,
  3025. "os": [
  3026. "linux"
  3027. ],
  3028. "engines": {
  3029. "node": "^20.19.0 || >=22.12.0"
  3030. }
  3031. },
  3032. "node_modules/@oxlint/binding-linux-x64-gnu": {
  3033. "version": "1.82.0",
  3034. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.82.0.tgz",
  3035. "integrity": "sha512-XUUUxaBo9XKl+J1B9EmP1cTGQPddzeURvoGkfwh/94PGnbW+hBprDljneoI2M1jzC1bzrIV3ihc7iM9UXl8+tg==",
  3036. "cpu": [
  3037. "x64"
  3038. ],
  3039. "dev": true,
  3040. "libc": [
  3041. "glibc"
  3042. ],
  3043. "license": "MIT",
  3044. "optional": true,
  3045. "os": [
  3046. "linux"
  3047. ],
  3048. "engines": {
  3049. "node": "^20.19.0 || >=22.12.0"
  3050. }
  3051. },
  3052. "node_modules/@oxlint/binding-linux-x64-musl": {
  3053. "version": "1.82.0",
  3054. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.82.0.tgz",
  3055. "integrity": "sha512-SWLSFulX9TDuH6yvbPYp4+VNn6jkkIvvI+KiujDM5rWBRHEfkesCC/pCneIIUr6ovkxZ5fRtpi2v5Cz5FrMJZg==",
  3056. "cpu": [
  3057. "x64"
  3058. ],
  3059. "dev": true,
  3060. "libc": [
  3061. "musl"
  3062. ],
  3063. "license": "MIT",
  3064. "optional": true,
  3065. "os": [
  3066. "linux"
  3067. ],
  3068. "engines": {
  3069. "node": "^20.19.0 || >=22.12.0"
  3070. }
  3071. },
  3072. "node_modules/@oxlint/binding-openharmony-arm64": {
  3073. "version": "1.82.0",
  3074. "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.82.0.tgz",
  3075. "integrity": "sha512-BQy35f6ZUdNr9a6c7B7orxQTcLjByGT2z3WAgmRovpRwmPYAaJ+NTplmMzhdjdJ4qSchfMNZy/Ukg+qRg6zseQ==",
  3076. "cpu": [
  3077. "arm64"
  3078. ],
  3079. "dev": true,
  3080. "license": "MIT",
  3081. "optional": true,
  3082. "os": [
  3083. "openharmony"
  3084. ],
  3085. "engines": {
  3086. "node": "^20.19.0 || >=22.12.0"
  3087. }
  3088. },
  3089. "node_modules/@oxlint/binding-win32-arm64-msvc": {
  3090. "version": "1.82.0",
  3091. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.82.0.tgz",
  3092. "integrity": "sha512-V4QhSTg5gctZue8RJjsGi7NpQPThr/p1/HfmiMC5kfe1KFEup9SQRVub4A6kijQjdHfxj7bLL1KO3QO7/5bwMQ==",
  3093. "cpu": [
  3094. "arm64"
  3095. ],
  3096. "dev": true,
  3097. "license": "MIT",
  3098. "optional": true,
  3099. "os": [
  3100. "win32"
  3101. ],
  3102. "engines": {
  3103. "node": "^20.19.0 || >=22.12.0"
  3104. }
  3105. },
  3106. "node_modules/@oxlint/binding-win32-ia32-msvc": {
  3107. "version": "1.82.0",
  3108. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.82.0.tgz",
  3109. "integrity": "sha512-TUSCLaKB2yktpFAJ/r3HAUYsaV/3DT7JS4iNKyoh3a9YNwD0UG7Ezh4D8m23654vQcU6P/RQrCAjRPKe4peP/A==",
  3110. "cpu": [
  3111. "ia32"
  3112. ],
  3113. "dev": true,
  3114. "license": "MIT",
  3115. "optional": true,
  3116. "os": [
  3117. "win32"
  3118. ],
  3119. "engines": {
  3120. "node": "^20.19.0 || >=22.12.0"
  3121. }
  3122. },
  3123. "node_modules/@oxlint/binding-win32-x64-msvc": {
  3124. "version": "1.82.0",
  3125. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.82.0.tgz",
  3126. "integrity": "sha512-VTVoRIWJTb+wvUX8EYoPArfFH02whuR10goFXE/LHRRX33ajRrFgqbcONXZMiF4C5rnattfkm87HqYn8jb8hmQ==",
  3127. "cpu": [
  3128. "x64"
  3129. ],
  3130. "dev": true,
  3131. "license": "MIT",
  3132. "optional": true,
  3133. "os": [
  3134. "win32"
  3135. ],
  3136. "engines": {
  3137. "node": "^20.19.0 || >=22.12.0"
  3138. }
  3139. },
  3140. "node_modules/@polka/url": {
  3141. "version": "1.0.0-next.29",
  3142. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  3143. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  3144. "dev": true,
  3145. "license": "MIT"
  3146. },
  3147. "node_modules/@rc-component/async-validator": {
  3148. "version": "6.0.0",
  3149. "resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-6.0.0.tgz",
  3150. "integrity": "sha512-D3AGQwdyE58gmvx6waVSXJ80JGO+IY5L2O8HDnSOex7JNlzB3GuN/4hyHNTdhy2qtOhkpbIjmeAN3tL993wKbA==",
  3151. "license": "MIT",
  3152. "dependencies": {
  3153. "@babel/runtime": "^7.24.4"
  3154. },
  3155. "engines": {
  3156. "node": ">=14.x"
  3157. }
  3158. },
  3159. "node_modules/@rc-component/cascader": {
  3160. "version": "1.22.0",
  3161. "resolved": "https://registry.npmjs.org/@rc-component/cascader/-/cascader-1.22.0.tgz",
  3162. "integrity": "sha512-SffrA57aS9oub3VuI7ajPhJTPtaNxngSvtRhD40Rd8dwJ5vfWPSrVanWgeepdWFGBt7EHftIK5RUU0u3rCTwWw==",
  3163. "license": "MIT",
  3164. "dependencies": {
  3165. "@rc-component/select": "~1.10.0",
  3166. "@rc-component/tree": "~1.4.0",
  3167. "@rc-component/util": "^1.11.1",
  3168. "clsx": "^2.1.1"
  3169. },
  3170. "peerDependencies": {
  3171. "react": ">=18.0.0",
  3172. "react-dom": ">=18.0.0"
  3173. }
  3174. },
  3175. "node_modules/@rc-component/checkbox": {
  3176. "version": "2.0.0",
  3177. "resolved": "https://registry.npmjs.org/@rc-component/checkbox/-/checkbox-2.0.0.tgz",
  3178. "integrity": "sha512-3CXGPpAR9gsPKeO2N78HAPOzU30UdemD6HGJoWVJOpa6WleaGB5kzZj3v6bdTZab31YuWgY/RxV3VKPctn0DwQ==",
  3179. "license": "MIT",
  3180. "dependencies": {
  3181. "@rc-component/util": "^1.3.0",
  3182. "clsx": "^2.1.1"
  3183. },
  3184. "peerDependencies": {
  3185. "react": ">=16.9.0",
  3186. "react-dom": ">=16.9.0"
  3187. }
  3188. },
  3189. "node_modules/@rc-component/collapse": {
  3190. "version": "1.2.0",
  3191. "resolved": "https://registry.npmjs.org/@rc-component/collapse/-/collapse-1.2.0.tgz",
  3192. "integrity": "sha512-ZRYSKSS39qsFx93p26bde7JUZJshsUBEQRlRXPuJYlAiNX0vyYlF5TsAm8JZN3LcF8XvKikdzPbgAtXSbkLUkw==",
  3193. "license": "MIT",
  3194. "dependencies": {
  3195. "@babel/runtime": "^7.10.1",
  3196. "@rc-component/motion": "^1.1.4",
  3197. "@rc-component/util": "^1.3.0",
  3198. "clsx": "^2.1.1"
  3199. },
  3200. "peerDependencies": {
  3201. "react": ">=18.0.0",
  3202. "react-dom": ">=18.0.0"
  3203. }
  3204. },
  3205. "node_modules/@rc-component/color-picker": {
  3206. "version": "3.1.1",
  3207. "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-3.1.1.tgz",
  3208. "integrity": "sha512-OHaCHLHszCegdXmIq2ZRIZBN/EtpT6Wm8SG/gpzLATHbVKc/avvuKi+zlOuk05FTWvgaMmpxAko44uRJ3M+2pg==",
  3209. "license": "MIT",
  3210. "dependencies": {
  3211. "@ant-design/fast-color": "^3.0.1",
  3212. "@rc-component/util": "^1.3.0",
  3213. "clsx": "^2.1.1"
  3214. },
  3215. "peerDependencies": {
  3216. "react": ">=16.9.0",
  3217. "react-dom": ">=16.9.0"
  3218. }
  3219. },
  3220. "node_modules/@rc-component/context": {
  3221. "version": "2.0.2",
  3222. "resolved": "https://registry.npmjs.org/@rc-component/context/-/context-2.0.2.tgz",
  3223. "integrity": "sha512-uiGpAlblCNlziHPwj4S4Iy/oemeuz/hR03mbiEjTCXwsqOIN3BOzsRMyDwpyO5Fm0vIEEJRUf9ZtbRLbhksuTA==",
  3224. "license": "MIT",
  3225. "dependencies": {
  3226. "@rc-component/util": "^1.11.0"
  3227. },
  3228. "peerDependencies": {
  3229. "react": ">=18.0.0",
  3230. "react-dom": ">=18.0.0"
  3231. }
  3232. },
  3233. "node_modules/@rc-component/dialog": {
  3234. "version": "1.10.0",
  3235. "resolved": "https://registry.npmjs.org/@rc-component/dialog/-/dialog-1.10.0.tgz",
  3236. "integrity": "sha512-eDukNlz9vNszAGv7i3zKXdxEd3wgVmNxuJijYt8zvTh17QwTu8KK/bdURRd/lU4qaMzhO1HKKmMrwOnkaw0BvQ==",
  3237. "license": "MIT",
  3238. "dependencies": {
  3239. "@rc-component/motion": "^1.3.3",
  3240. "@rc-component/portal": "^2.1.0",
  3241. "@rc-component/util": "^1.9.0",
  3242. "clsx": "^2.1.1"
  3243. },
  3244. "peerDependencies": {
  3245. "react": ">=18.0.0",
  3246. "react-dom": ">=18.0.0"
  3247. }
  3248. },
  3249. "node_modules/@rc-component/drawer": {
  3250. "version": "1.4.2",
  3251. "resolved": "https://registry.npmjs.org/@rc-component/drawer/-/drawer-1.4.2.tgz",
  3252. "integrity": "sha512-1ib+fZEp6FBu+YvcIktm+nCQ+Q+qIpwpoaJH6opGr4ofh2QMq+qdr5DLC4oCf5qf3pcWX9lUWPYX652k4ini8Q==",
  3253. "license": "MIT",
  3254. "dependencies": {
  3255. "@rc-component/motion": "^1.1.4",
  3256. "@rc-component/portal": "^2.1.3",
  3257. "@rc-component/util": "^1.9.0",
  3258. "clsx": "^2.1.1"
  3259. },
  3260. "peerDependencies": {
  3261. "react": ">=18.0.0",
  3262. "react-dom": ">=18.0.0"
  3263. }
  3264. },
  3265. "node_modules/@rc-component/dropdown": {
  3266. "version": "1.0.3",
  3267. "resolved": "https://registry.npmjs.org/@rc-component/dropdown/-/dropdown-1.0.3.tgz",
  3268. "integrity": "sha512-YTST/N6kpqpDz3IMuM/PSSZnrDpSOA6dgHv12gPA90ZTSLv2CoqkZ0+9NtwTY6BeO7dstPblSic2QJg7dSFy/g==",
  3269. "license": "MIT",
  3270. "dependencies": {
  3271. "@rc-component/trigger": "^3.0.0",
  3272. "@rc-component/util": "^1.11.1",
  3273. "clsx": "^2.1.1"
  3274. },
  3275. "peerDependencies": {
  3276. "react": ">=16.11.0",
  3277. "react-dom": ">=16.11.0"
  3278. }
  3279. },
  3280. "node_modules/@rc-component/form": {
  3281. "version": "1.8.6",
  3282. "resolved": "https://registry.npmjs.org/@rc-component/form/-/form-1.8.6.tgz",
  3283. "integrity": "sha512-1EXVsSKPZC6kGrIqxVck7kAWM6T65b6et/n5wIcyiaIa41VrDshD0nVLHoBDEIZr2ATQsOP6icb4XQkNFMLBAw==",
  3284. "license": "MIT",
  3285. "dependencies": {
  3286. "@rc-component/async-validator": "^6.0.0",
  3287. "@rc-component/util": "^1.11.1",
  3288. "clsx": "^2.1.1"
  3289. },
  3290. "engines": {
  3291. "node": ">=8.x"
  3292. },
  3293. "peerDependencies": {
  3294. "react": ">=16.9.0",
  3295. "react-dom": ">=16.9.0"
  3296. }
  3297. },
  3298. "node_modules/@rc-component/image": {
  3299. "version": "1.10.0",
  3300. "resolved": "https://registry.npmjs.org/@rc-component/image/-/image-1.10.0.tgz",
  3301. "integrity": "sha512-BjeZCRQ+hw+4WAhvrw8rJvy5fckA2xpf/X2XQEOABUHvLTNB9inB98X3Mp54jYQ7g10DfWERQWHXeC4ylxp1Uw==",
  3302. "license": "MIT",
  3303. "dependencies": {
  3304. "@rc-component/motion": "^1.0.0",
  3305. "@rc-component/portal": "^2.1.2",
  3306. "@rc-component/util": "^1.11.1",
  3307. "clsx": "^2.1.1"
  3308. },
  3309. "peerDependencies": {
  3310. "react": ">=16.9.0",
  3311. "react-dom": ">=16.9.0"
  3312. }
  3313. },
  3314. "node_modules/@rc-component/input": {
  3315. "version": "1.3.1",
  3316. "resolved": "https://registry.npmjs.org/@rc-component/input/-/input-1.3.1.tgz",
  3317. "integrity": "sha512-iFvTUT9W+JC/MSin2aGAk8NqsVlTzcExNC9DZariON1IWirju9NoNeEk47an4Q8iHazkoVI/y1LnDi88+CPcig==",
  3318. "license": "MIT",
  3319. "dependencies": {
  3320. "@rc-component/resize-observer": "^1.1.1",
  3321. "@rc-component/util": "^1.11.1",
  3322. "clsx": "^2.1.1"
  3323. },
  3324. "peerDependencies": {
  3325. "react": ">=16.0.0",
  3326. "react-dom": ">=16.0.0"
  3327. }
  3328. },
  3329. "node_modules/@rc-component/input-number": {
  3330. "version": "1.6.2",
  3331. "resolved": "https://registry.npmjs.org/@rc-component/input-number/-/input-number-1.6.2.tgz",
  3332. "integrity": "sha512-Gjcq7meZlCOiWN1t1xCC+7/s85humHVokTBI7PJgTfoyw5OWF74y3e6P8PHX104g9+b54jsodFIzyaj6p8LI9w==",
  3333. "license": "MIT",
  3334. "dependencies": {
  3335. "@rc-component/mini-decimal": "^1.0.1",
  3336. "@rc-component/util": "^1.4.0",
  3337. "clsx": "^2.1.1"
  3338. },
  3339. "peerDependencies": {
  3340. "react": ">=16.9.0",
  3341. "react-dom": ">=16.9.0"
  3342. }
  3343. },
  3344. "node_modules/@rc-component/listy": {
  3345. "version": "1.2.3",
  3346. "resolved": "https://registry.npmjs.org/@rc-component/listy/-/listy-1.2.3.tgz",
  3347. "integrity": "sha512-IXiMjV5s0rczLBlfh7G5nB4M3365mrEeedjwKtf5I+Ns3PqRUsebR2h5u8CeFarsVfLUPC2I5p0h09TNoOWyvQ==",
  3348. "license": "MIT",
  3349. "dependencies": {
  3350. "@rc-component/motion": "^1.1.4",
  3351. "@rc-component/portal": "^2.0.0",
  3352. "@rc-component/resize-observer": "^1.0.0",
  3353. "@rc-component/util": "^1.3.1",
  3354. "@rc-component/virtual-list": "^1.4.0",
  3355. "clsx": "^2.1.1"
  3356. },
  3357. "peerDependencies": {
  3358. "react": ">=18.0.0",
  3359. "react-dom": ">=18.0.0"
  3360. }
  3361. },
  3362. "node_modules/@rc-component/mentions": {
  3363. "version": "1.12.0",
  3364. "resolved": "https://registry.npmjs.org/@rc-component/mentions/-/mentions-1.12.0.tgz",
  3365. "integrity": "sha512-v5MBx8zDcqCT+uybJgKpcx3Fgrvj0m3u+A/15RlSBaMx12lLoJZTTYggC3pbYYfohcKujWWUyBz6O6Gp2vGiNA==",
  3366. "license": "MIT",
  3367. "dependencies": {
  3368. "@rc-component/input": "~1.3.1",
  3369. "@rc-component/menu": "~1.5.0",
  3370. "@rc-component/trigger": "^3.0.0",
  3371. "@rc-component/util": "^1.11.1",
  3372. "clsx": "^2.1.1"
  3373. },
  3374. "peerDependencies": {
  3375. "react": ">=16.9.0",
  3376. "react-dom": ">=16.9.0"
  3377. }
  3378. },
  3379. "node_modules/@rc-component/menu": {
  3380. "version": "1.5.0",
  3381. "resolved": "https://registry.npmjs.org/@rc-component/menu/-/menu-1.5.0.tgz",
  3382. "integrity": "sha512-RjvzPsZkwVEg3xu+/jDDqDeUCBJAnWylONFlGeQgg5enlNAnlpybqhaMGE/UPEIvr6hL90PGhjFBguJqj0Qb2Q==",
  3383. "license": "MIT",
  3384. "dependencies": {
  3385. "@rc-component/motion": "^1.1.4",
  3386. "@rc-component/overflow": "^1.0.0",
  3387. "@rc-component/trigger": "^3.0.0",
  3388. "@rc-component/util": "^1.11.1",
  3389. "clsx": "^2.1.1"
  3390. },
  3391. "peerDependencies": {
  3392. "react": ">=18.0.0",
  3393. "react-dom": ">=18.0.0"
  3394. }
  3395. },
  3396. "node_modules/@rc-component/mini-decimal": {
  3397. "version": "1.1.4",
  3398. "resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.4.tgz",
  3399. "integrity": "sha512-xiuXcaCwyOWpD8a8scdExFl+bntNphAW8XeenL1ig2en0AAZY0Pcp4pC0dI22qJ+NvxKn9RoNIoRdqYU3BLH4w==",
  3400. "license": "MIT",
  3401. "dependencies": {
  3402. "@babel/runtime": "^7.18.0"
  3403. },
  3404. "engines": {
  3405. "node": ">=8.x"
  3406. }
  3407. },
  3408. "node_modules/@rc-component/motion": {
  3409. "version": "1.3.3",
  3410. "resolved": "https://registry.npmjs.org/@rc-component/motion/-/motion-1.3.3.tgz",
  3411. "integrity": "sha512-Xh3IszxvlSv3/PLYFyC2UZi9LNB83yOnkB/LNmRzaypZLvkhqUIPS7MQpGZcCMWrNsXV2p6YTSWbSGvFpEle9A==",
  3412. "license": "MIT",
  3413. "dependencies": {
  3414. "@rc-component/util": "^1.11.0",
  3415. "clsx": "^2.1.1"
  3416. },
  3417. "peerDependencies": {
  3418. "react": ">=16.9.0",
  3419. "react-dom": ">=16.9.0"
  3420. }
  3421. },
  3422. "node_modules/@rc-component/mutate-observer": {
  3423. "version": "2.0.1",
  3424. "resolved": "https://registry.npmjs.org/@rc-component/mutate-observer/-/mutate-observer-2.0.1.tgz",
  3425. "integrity": "sha512-AyarjoLU5YlxuValRi+w8JRH2Z84TBbFO2RoGWz9d8bSu0FqT8DtugH3xC3BV7mUwlmROFauyWuXFuq4IFbH+w==",
  3426. "license": "MIT",
  3427. "dependencies": {
  3428. "@rc-component/util": "^1.2.0"
  3429. },
  3430. "engines": {
  3431. "node": ">=8.x"
  3432. },
  3433. "peerDependencies": {
  3434. "react": ">=16.9.0",
  3435. "react-dom": ">=16.9.0"
  3436. }
  3437. },
  3438. "node_modules/@rc-component/notification": {
  3439. "version": "2.0.8",
  3440. "resolved": "https://registry.npmjs.org/@rc-component/notification/-/notification-2.0.8.tgz",
  3441. "integrity": "sha512-MTRA3b8eHE14gh5R9nlXzbWZEDEBFVkEHj/FI1VOXw2zrSnSxqbuuU3drsq+k53e6MHwtegoFay1tnNYhtl61Q==",
  3442. "license": "MIT",
  3443. "dependencies": {
  3444. "@rc-component/motion": "^1.1.4",
  3445. "@rc-component/util": "^1.11.0",
  3446. "clsx": "^2.1.1"
  3447. },
  3448. "engines": {
  3449. "node": ">=8.x"
  3450. },
  3451. "peerDependencies": {
  3452. "react": ">=18.0.0",
  3453. "react-dom": ">=18.0.0"
  3454. }
  3455. },
  3456. "node_modules/@rc-component/overflow": {
  3457. "version": "1.0.1",
  3458. "resolved": "https://registry.npmjs.org/@rc-component/overflow/-/overflow-1.0.1.tgz",
  3459. "integrity": "sha512-syfmgAABaHCnCDzPwHZ/2tuvIcpOO3jefYZMmfkN+pmo8HKTzsfhS57vxo4ksPdN0By+uWVJhJWNFozNBxi2eA==",
  3460. "license": "MIT",
  3461. "dependencies": {
  3462. "@babel/runtime": "^7.11.1",
  3463. "@rc-component/resize-observer": "^1.0.1",
  3464. "@rc-component/util": "^1.4.0",
  3465. "clsx": "^2.1.1"
  3466. },
  3467. "peerDependencies": {
  3468. "react": ">=16.9.0",
  3469. "react-dom": ">=16.9.0"
  3470. }
  3471. },
  3472. "node_modules/@rc-component/pagination": {
  3473. "version": "1.4.0",
  3474. "resolved": "https://registry.npmjs.org/@rc-component/pagination/-/pagination-1.4.0.tgz",
  3475. "integrity": "sha512-CW1g7P9V8u+e8JQdUsl2RWg+GCsoee0mtJjZUCCxn/vb3jzOwDKm6hAdwddHCVBfWJ58eGUBZz3IvnU8rRktjw==",
  3476. "license": "MIT",
  3477. "dependencies": {
  3478. "@rc-component/util": "^1.11.1",
  3479. "clsx": "^2.1.1"
  3480. },
  3481. "peerDependencies": {
  3482. "react": ">=16.9.0",
  3483. "react-dom": ">=16.9.0"
  3484. }
  3485. },
  3486. "node_modules/@rc-component/picker": {
  3487. "version": "1.12.2",
  3488. "resolved": "https://registry.npmjs.org/@rc-component/picker/-/picker-1.12.2.tgz",
  3489. "integrity": "sha512-ZB1A+tzTQkgtR4flPrAMvxIAOelIIOOOsp22fU2Nad6PbZcJacnyGJUJqUH7ZS9mwxeUwurf1pLMKXrVsK1tlA==",
  3490. "license": "MIT",
  3491. "dependencies": {
  3492. "@rc-component/overflow": "^1.0.0",
  3493. "@rc-component/resize-observer": "^1.0.0",
  3494. "@rc-component/trigger": "^3.6.15",
  3495. "@rc-component/util": "^1.13.0",
  3496. "clsx": "^2.1.1"
  3497. },
  3498. "engines": {
  3499. "node": ">=12.x"
  3500. },
  3501. "peerDependencies": {
  3502. "date-fns": ">= 2.x",
  3503. "dayjs": ">= 1.x",
  3504. "luxon": ">= 3.x",
  3505. "moment": ">= 2.x",
  3506. "react": ">=16.9.0",
  3507. "react-dom": ">=16.9.0"
  3508. },
  3509. "peerDependenciesMeta": {
  3510. "date-fns": {
  3511. "optional": true
  3512. },
  3513. "dayjs": {
  3514. "optional": true
  3515. },
  3516. "luxon": {
  3517. "optional": true
  3518. },
  3519. "moment": {
  3520. "optional": true
  3521. }
  3522. }
  3523. },
  3524. "node_modules/@rc-component/portal": {
  3525. "version": "2.2.1",
  3526. "resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-2.2.1.tgz",
  3527. "integrity": "sha512-ck+r1kW/JSv0wxPji3KN2ss9K6Z0qqwusw/mf/0JobXhZ8hC2ejZwCJObW/SvDi0uhA0VzmCnx0CaCci95tcmA==",
  3528. "license": "MIT",
  3529. "dependencies": {
  3530. "@rc-component/util": "^1.11.0",
  3531. "clsx": "^2.1.1"
  3532. },
  3533. "engines": {
  3534. "node": ">=12.x"
  3535. },
  3536. "peerDependencies": {
  3537. "react": ">=18.0.0",
  3538. "react-dom": ">=18.0.0"
  3539. }
  3540. },
  3541. "node_modules/@rc-component/progress": {
  3542. "version": "1.0.3",
  3543. "resolved": "https://registry.npmjs.org/@rc-component/progress/-/progress-1.0.3.tgz",
  3544. "integrity": "sha512-Q1nPLIvKr95el/q76yaBh5nv1hqCsWaHQb8U7vXEDMefEhHgM7n3CPoN+o4LHnTyANQHmMFgoS/naAT4Bhxuaw==",
  3545. "license": "MIT",
  3546. "dependencies": {
  3547. "@rc-component/util": "^1.11.1",
  3548. "clsx": "^2.1.1"
  3549. },
  3550. "peerDependencies": {
  3551. "react": ">=16.9.0",
  3552. "react-dom": ">=16.9.0"
  3553. }
  3554. },
  3555. "node_modules/@rc-component/qrcode": {
  3556. "version": "2.0.0",
  3557. "resolved": "https://registry.npmjs.org/@rc-component/qrcode/-/qrcode-2.0.0.tgz",
  3558. "integrity": "sha512-aAv3QhPP1xyafuTZOxub6a54pCeBnN3IwQkpETrBtthq4BL5IgxnCbuoBWPDpdLw1y1j6BgBUCAKV92+yX06Dw==",
  3559. "license": "MIT",
  3560. "dependencies": {
  3561. "@babel/runtime": "^7.24.7"
  3562. },
  3563. "engines": {
  3564. "node": ">=8.x"
  3565. },
  3566. "peerDependencies": {
  3567. "react": ">=16.9.0",
  3568. "react-dom": ">=16.9.0"
  3569. }
  3570. },
  3571. "node_modules/@rc-component/rate": {
  3572. "version": "1.0.1",
  3573. "resolved": "https://registry.npmjs.org/@rc-component/rate/-/rate-1.0.1.tgz",
  3574. "integrity": "sha512-bkXxeBqDpl5IOC7yL7GcSYjQx9G8H+6kLYQnNZWeBYq2OYIv1MONd6mqKTjnnJYpV0cQIU2z3atdW0j1kttpTw==",
  3575. "license": "MIT",
  3576. "dependencies": {
  3577. "@rc-component/util": "^1.3.0",
  3578. "clsx": "^2.1.1"
  3579. },
  3580. "engines": {
  3581. "node": ">=8.x"
  3582. },
  3583. "peerDependencies": {
  3584. "react": ">=16.9.0",
  3585. "react-dom": ">=16.9.0"
  3586. }
  3587. },
  3588. "node_modules/@rc-component/resize-observer": {
  3589. "version": "1.1.2",
  3590. "resolved": "https://registry.npmjs.org/@rc-component/resize-observer/-/resize-observer-1.1.2.tgz",
  3591. "integrity": "sha512-t/Bb0W8uvL4PYKAB3YcChC+DlHh0Wt5kM7q/J+0qpVEUMLe7Hk5zuvc9km0hMnTFPSx5Z7Wu/fzCLN6erVLE8Q==",
  3592. "license": "MIT",
  3593. "dependencies": {
  3594. "@rc-component/util": "^1.2.0"
  3595. },
  3596. "peerDependencies": {
  3597. "react": ">=16.9.0",
  3598. "react-dom": ">=16.9.0"
  3599. }
  3600. },
  3601. "node_modules/@rc-component/segmented": {
  3602. "version": "1.3.0",
  3603. "resolved": "https://registry.npmjs.org/@rc-component/segmented/-/segmented-1.3.0.tgz",
  3604. "integrity": "sha512-5J/bJ01mbDnoA6P/FW8SxUvKn+OgUSTZJPzCNnTBntG50tzoP7DydGhqxp7ggZXZls7me3mc2EQDXakU3iTVFg==",
  3605. "license": "MIT",
  3606. "dependencies": {
  3607. "@babel/runtime": "^7.11.1",
  3608. "@rc-component/motion": "^1.1.4",
  3609. "@rc-component/util": "^1.3.0",
  3610. "clsx": "^2.1.1"
  3611. },
  3612. "peerDependencies": {
  3613. "react": ">=16.0.0",
  3614. "react-dom": ">=16.0.0"
  3615. }
  3616. },
  3617. "node_modules/@rc-component/select": {
  3618. "version": "1.10.1",
  3619. "resolved": "https://registry.npmjs.org/@rc-component/select/-/select-1.10.1.tgz",
  3620. "integrity": "sha512-H+yQsl+qED9NilQ3g6zdpsMwUgwVjrcMTkNHAWRVU/MoNCYgTbDgU+MIMgZDK+rVdd2JUfI/MkysMcZZ0cyQKw==",
  3621. "license": "MIT",
  3622. "dependencies": {
  3623. "@rc-component/overflow": "^1.0.0",
  3624. "@rc-component/trigger": "^3.0.0",
  3625. "@rc-component/util": "^1.11.1",
  3626. "@rc-component/virtual-list": "^1.2.0",
  3627. "clsx": "^2.1.1"
  3628. },
  3629. "engines": {
  3630. "node": ">=8.x"
  3631. },
  3632. "peerDependencies": {
  3633. "react": "*",
  3634. "react-dom": "*"
  3635. }
  3636. },
  3637. "node_modules/@rc-component/slider": {
  3638. "version": "1.1.1",
  3639. "resolved": "https://registry.npmjs.org/@rc-component/slider/-/slider-1.1.1.tgz",
  3640. "integrity": "sha512-LSzgWGYDgeCDgR4r1XlU29gbYws6HpLnvJd/uMhLeW/vQgxldeR+Wb4uzHDCHiYEbr1bnEHWdjkPxjJRHxuiig==",
  3641. "license": "MIT",
  3642. "dependencies": {
  3643. "@rc-component/util": "^1.3.0",
  3644. "clsx": "^2.1.1"
  3645. },
  3646. "engines": {
  3647. "node": ">=8.x"
  3648. },
  3649. "peerDependencies": {
  3650. "react": ">=16.9.0",
  3651. "react-dom": ">=16.9.0"
  3652. }
  3653. },
  3654. "node_modules/@rc-component/steps": {
  3655. "version": "1.2.3",
  3656. "resolved": "https://registry.npmjs.org/@rc-component/steps/-/steps-1.2.3.tgz",
  3657. "integrity": "sha512-/b9gHcvDGjTDWJZW7+1kKFvzs0jrEeQ8mFvvIgX+h7xNT0FsOYODJYKjyJR4fPbvMBCfCOEqaBK66HBxov5BQA==",
  3658. "license": "MIT",
  3659. "dependencies": {
  3660. "@rc-component/util": "^1.11.1",
  3661. "clsx": "^2.1.1"
  3662. },
  3663. "engines": {
  3664. "node": ">=8.x"
  3665. },
  3666. "peerDependencies": {
  3667. "react": ">=16.9.0",
  3668. "react-dom": ">=16.9.0"
  3669. }
  3670. },
  3671. "node_modules/@rc-component/switch": {
  3672. "version": "1.0.3",
  3673. "resolved": "https://registry.npmjs.org/@rc-component/switch/-/switch-1.0.3.tgz",
  3674. "integrity": "sha512-Jgi+EbOBquje/XNdofr7xbJQZPYJP+BlPfR0h+WN4zFkdtB2EWqEfvkXJWeipflwjWip0/17rNbxEAqs8hVHfw==",
  3675. "license": "MIT",
  3676. "dependencies": {
  3677. "@rc-component/util": "^1.3.0",
  3678. "clsx": "^2.1.1"
  3679. },
  3680. "peerDependencies": {
  3681. "react": ">=16.9.0",
  3682. "react-dom": ">=16.9.0"
  3683. }
  3684. },
  3685. "node_modules/@rc-component/table": {
  3686. "version": "1.11.1",
  3687. "resolved": "https://registry.npmjs.org/@rc-component/table/-/table-1.11.1.tgz",
  3688. "integrity": "sha512-OWdS6DMmeWb7bJBGqPxYZpQbzBlBiXZUu2sqo6Ii7Sjs9GeK1IsrXrWk26SL2c6KEseabswdxrRj7WUm9LdECw==",
  3689. "license": "MIT",
  3690. "dependencies": {
  3691. "@rc-component/context": "^2.0.1",
  3692. "@rc-component/resize-observer": "^1.0.0",
  3693. "@rc-component/util": "^1.11.1",
  3694. "@rc-component/virtual-list": "^1.0.1",
  3695. "clsx": "^2.1.1"
  3696. },
  3697. "engines": {
  3698. "node": ">=8.x"
  3699. },
  3700. "peerDependencies": {
  3701. "react": ">=18.0.0",
  3702. "react-dom": ">=18.0.0"
  3703. }
  3704. },
  3705. "node_modules/@rc-component/tabs": {
  3706. "version": "1.13.0",
  3707. "resolved": "https://registry.npmjs.org/@rc-component/tabs/-/tabs-1.13.0.tgz",
  3708. "integrity": "sha512-3FXr+9ZII8tFLWuDWrgjRaxZd2mazkKJAGRFEfVmp4r1qnBglOlxQ78l54Td1aj6/iFaaEReKSAF2HToztU5uw==",
  3709. "license": "MIT",
  3710. "dependencies": {
  3711. "@rc-component/dropdown": "~1.0.0",
  3712. "@rc-component/menu": "~1.5.0",
  3713. "@rc-component/motion": "^1.1.3",
  3714. "@rc-component/resize-observer": "^1.0.0",
  3715. "@rc-component/util": "^1.11.1",
  3716. "clsx": "^2.1.1"
  3717. },
  3718. "engines": {
  3719. "node": ">=8.x"
  3720. },
  3721. "peerDependencies": {
  3722. "react": ">=16.9.0",
  3723. "react-dom": ">=16.9.0"
  3724. }
  3725. },
  3726. "node_modules/@rc-component/tooltip": {
  3727. "version": "1.5.2",
  3728. "resolved": "https://registry.npmjs.org/@rc-component/tooltip/-/tooltip-1.5.2.tgz",
  3729. "integrity": "sha512-VLq4BclU3LgRe46g2hTr2bdsM8tFYs7dVwpuD88rPNNg4lCGe8mBSS4FiRzYzS+ffnZ46y4SI8KYKo9K7qBnhw==",
  3730. "license": "MIT",
  3731. "dependencies": {
  3732. "@rc-component/trigger": "^3.10.0",
  3733. "@rc-component/util": "^1.11.1",
  3734. "clsx": "^2.1.1"
  3735. },
  3736. "peerDependencies": {
  3737. "react": ">=18.0.0",
  3738. "react-dom": ">=18.0.0"
  3739. }
  3740. },
  3741. "node_modules/@rc-component/tour": {
  3742. "version": "2.4.0",
  3743. "resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-2.4.0.tgz",
  3744. "integrity": "sha512-aui4r4TqmTzwaBgcQxHYep8kM8PTjZFufjokObpy35KfFeZ0k9ArquWFZqegQlH24P14t+F0qO0mGTgzlav1yg==",
  3745. "license": "MIT",
  3746. "dependencies": {
  3747. "@rc-component/portal": "^2.2.0",
  3748. "@rc-component/trigger": "^3.0.0",
  3749. "@rc-component/util": "^1.7.0",
  3750. "clsx": "^2.1.1"
  3751. },
  3752. "engines": {
  3753. "node": ">=8.x"
  3754. },
  3755. "peerDependencies": {
  3756. "react": ">=16.9.0",
  3757. "react-dom": ">=16.9.0"
  3758. }
  3759. },
  3760. "node_modules/@rc-component/tree": {
  3761. "version": "1.4.0",
  3762. "resolved": "https://registry.npmjs.org/@rc-component/tree/-/tree-1.4.0.tgz",
  3763. "integrity": "sha512-dGsJGDJQedA0BqqVgj3F8BvHXTSZijyhTXdbAdkcx8lynzZkty/CV3Z3LOm/fxz+BCfl3dfGiAQpb7Q5XNvl0Q==",
  3764. "license": "MIT",
  3765. "dependencies": {
  3766. "@rc-component/motion": "^1.0.0",
  3767. "@rc-component/util": "^1.11.1",
  3768. "@rc-component/virtual-list": "^1.2.0",
  3769. "clsx": "^2.1.1"
  3770. },
  3771. "engines": {
  3772. "node": ">=10.x"
  3773. },
  3774. "peerDependencies": {
  3775. "react": "*",
  3776. "react-dom": "*"
  3777. }
  3778. },
  3779. "node_modules/@rc-component/tree-select": {
  3780. "version": "1.16.1",
  3781. "resolved": "https://registry.npmjs.org/@rc-component/tree-select/-/tree-select-1.16.1.tgz",
  3782. "integrity": "sha512-a1Oi6EJhqAhdOxxupdJi6fP0RPHMKn5TcfkX2+llaQ4lF4nwfH7b6SCHcnsybaa2s+pk1yZYwVyeOYkDnEBRdg==",
  3783. "license": "MIT",
  3784. "dependencies": {
  3785. "@rc-component/select": "~1.10.0",
  3786. "@rc-component/tree": "~1.4.0",
  3787. "@rc-component/util": "^1.11.1",
  3788. "clsx": "^2.1.1"
  3789. },
  3790. "peerDependencies": {
  3791. "react": "*",
  3792. "react-dom": "*"
  3793. }
  3794. },
  3795. "node_modules/@rc-component/trigger": {
  3796. "version": "3.10.1",
  3797. "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-3.10.1.tgz",
  3798. "integrity": "sha512-mXlDN0IXdtV8Yqqm8195ECCyrbmfvvfKvwVvSlH0+qvKD6BUF8gRhEjSy0FOcD1+CcDRHgTiX99LoxfQrmh3Cw==",
  3799. "license": "MIT",
  3800. "dependencies": {
  3801. "@rc-component/motion": "^1.3.3",
  3802. "@rc-component/portal": "^2.2.1",
  3803. "@rc-component/resize-observer": "^1.1.2",
  3804. "@rc-component/util": "^1.11.1",
  3805. "clsx": "^2.1.1"
  3806. },
  3807. "engines": {
  3808. "node": ">=8.x"
  3809. },
  3810. "peerDependencies": {
  3811. "react": ">=18.0.0",
  3812. "react-dom": ">=18.0.0"
  3813. }
  3814. },
  3815. "node_modules/@rc-component/upload": {
  3816. "version": "1.1.1",
  3817. "resolved": "https://registry.npmjs.org/@rc-component/upload/-/upload-1.1.1.tgz",
  3818. "integrity": "sha512-GvYWSKeaJTOxxC5p6+nOSadzfvXA1h8C/iHFPFZX+szH3JUXrvs+DLiW8YUTBgvMh8m63mJeHrlYlJzAlg+pDA==",
  3819. "license": "MIT",
  3820. "dependencies": {
  3821. "@rc-component/util": "^1.11.1",
  3822. "clsx": "^2.1.1"
  3823. },
  3824. "peerDependencies": {
  3825. "react": ">=16.9.0",
  3826. "react-dom": ">=16.9.0"
  3827. }
  3828. },
  3829. "node_modules/@rc-component/util": {
  3830. "version": "1.13.0",
  3831. "resolved": "https://registry.npmjs.org/@rc-component/util/-/util-1.13.0.tgz",
  3832. "integrity": "sha512-IXf2zBfZrbQGT+G8LxnoICDBGnMHIPIiq5HCRn3EDfKUx28x1rnbZBj46ULJf4sM8ImTG1SepqfNBdxZziqQ4w==",
  3833. "license": "MIT",
  3834. "dependencies": {
  3835. "is-mobile": "^5.0.0",
  3836. "react-is": "^19.2.7"
  3837. },
  3838. "peerDependencies": {
  3839. "react": ">=18.0.0",
  3840. "react-dom": ">=18.0.0"
  3841. }
  3842. },
  3843. "node_modules/@rc-component/virtual-list": {
  3844. "version": "1.5.1",
  3845. "resolved": "https://registry.npmjs.org/@rc-component/virtual-list/-/virtual-list-1.5.1.tgz",
  3846. "integrity": "sha512-boqHxdtyWC88u8quYgEO49bcBy5fzRiOcnBge+N4nLzs2k8hUQ/yw7JE9dM6yCBE4jSm5YSHVCVMS+suBuJGKA==",
  3847. "license": "MIT",
  3848. "dependencies": {
  3849. "@babel/runtime": "^8.0.0",
  3850. "@rc-component/resize-observer": "^1.0.1",
  3851. "@rc-component/util": "^1.4.0",
  3852. "clsx": "^2.1.1"
  3853. },
  3854. "engines": {
  3855. "node": ">=8.x"
  3856. },
  3857. "peerDependencies": {
  3858. "react": ">=18.0.0",
  3859. "react-dom": ">=18.0.0"
  3860. }
  3861. },
  3862. "node_modules/@rc-component/virtual-list/node_modules/@babel/runtime": {
  3863. "version": "8.0.0",
  3864. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-8.0.0.tgz",
  3865. "integrity": "sha512-sL6cvO2IfkSu/iU+zs2S/w01B7A8V7suXSIKEN4hPFFdZoiPGxrj5pAG0lCaqLWiEIrjKzdznIWuaLcxPR53qw==",
  3866. "license": "MIT"
  3867. },
  3868. "node_modules/@rolldown/binding-android-arm-eabi": {
  3869. "version": "1.2.8",
  3870. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.8.tgz",
  3871. "integrity": "sha512-tN5aztYkKCte4i5SIrrz5yK/HMjEuCqCSCJa418jOV8tZ1cBY3YF2otxB1ktPxzsLA1BeTqwapK0bfjxNvHJVw==",
  3872. "cpu": [
  3873. "arm"
  3874. ],
  3875. "dev": true,
  3876. "license": "MIT",
  3877. "optional": true,
  3878. "os": [
  3879. "android"
  3880. ],
  3881. "engines": {
  3882. "node": "^20.19.0 || >=22.12.0"
  3883. }
  3884. },
  3885. "node_modules/@rolldown/binding-android-arm64": {
  3886. "version": "1.2.8",
  3887. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.8.tgz",
  3888. "integrity": "sha512-dIYTWl9XprMUiQFoc55KUyk/oS8SKYH3zFl0LTR7RT0Xj4hgSVyuJcroH8JUu8RcpF8fTB6E0aOwCkZoYPcDSQ==",
  3889. "cpu": [
  3890. "arm64"
  3891. ],
  3892. "dev": true,
  3893. "license": "MIT",
  3894. "optional": true,
  3895. "os": [
  3896. "android"
  3897. ],
  3898. "engines": {
  3899. "node": "^20.19.0 || >=22.12.0"
  3900. }
  3901. },
  3902. "node_modules/@rolldown/binding-darwin-arm64": {
  3903. "version": "1.2.8",
  3904. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.8.tgz",
  3905. "integrity": "sha512-PCSDQGXD2IyTEFrcgPyBM8jJuGmrbCMuoIOXdbEGVemruKACXoLQJrb+A45Z0L5t1RQkdfJprAYPkikbh7dzdA==",
  3906. "cpu": [
  3907. "arm64"
  3908. ],
  3909. "dev": true,
  3910. "license": "MIT",
  3911. "optional": true,
  3912. "os": [
  3913. "darwin"
  3914. ],
  3915. "engines": {
  3916. "node": "^20.19.0 || >=22.12.0"
  3917. }
  3918. },
  3919. "node_modules/@rolldown/binding-darwin-x64": {
  3920. "version": "1.2.8",
  3921. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.8.tgz",
  3922. "integrity": "sha512-Uk7lRsGhPFHVX/sAUC6D5H9Ol30dFHd6iquokll2th3LpdJ3F5CzQB+7DHn0Ri2mG+U7k2zXiPHDrwZenXhwSA==",
  3923. "cpu": [
  3924. "x64"
  3925. ],
  3926. "dev": true,
  3927. "license": "MIT",
  3928. "optional": true,
  3929. "os": [
  3930. "darwin"
  3931. ],
  3932. "engines": {
  3933. "node": "^20.19.0 || >=22.12.0"
  3934. }
  3935. },
  3936. "node_modules/@rolldown/binding-freebsd-x64": {
  3937. "version": "1.2.8",
  3938. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.8.tgz",
  3939. "integrity": "sha512-DjszaTEVogPqA5bYzsEeqDCQxbcp2fexQwKcRspYji2yzR68fCf+e4fx6kBSRDwX5/brZaHw/hWS9+A/+/w9sQ==",
  3940. "cpu": [
  3941. "x64"
  3942. ],
  3943. "dev": true,
  3944. "license": "MIT",
  3945. "optional": true,
  3946. "os": [
  3947. "freebsd"
  3948. ],
  3949. "engines": {
  3950. "node": "^20.19.0 || >=22.12.0"
  3951. }
  3952. },
  3953. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  3954. "version": "1.2.8",
  3955. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.8.tgz",
  3956. "integrity": "sha512-zmwa7FTmdzB6aaEEuuls18H6Ap5JmJPSoPTuXixeJZV6tG40SyLkApQtz1g8ptZtiEKqj9OM0oNLPh1AgvE31Q==",
  3957. "cpu": [
  3958. "arm"
  3959. ],
  3960. "dev": true,
  3961. "license": "MIT",
  3962. "optional": true,
  3963. "os": [
  3964. "linux"
  3965. ],
  3966. "engines": {
  3967. "node": "^20.19.0 || >=22.12.0"
  3968. }
  3969. },
  3970. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  3971. "version": "1.2.8",
  3972. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.8.tgz",
  3973. "integrity": "sha512-KdYQDPHwJVnbFwdTGMgxsI9SqblBlz6STGM+w1We/d5B8OWWidYH0MwkU/uA1wM5fIpO2MkOVxXrNzzuZhw9ew==",
  3974. "cpu": [
  3975. "arm64"
  3976. ],
  3977. "dev": true,
  3978. "libc": [
  3979. "glibc"
  3980. ],
  3981. "license": "MIT",
  3982. "optional": true,
  3983. "os": [
  3984. "linux"
  3985. ],
  3986. "engines": {
  3987. "node": "^20.19.0 || >=22.12.0"
  3988. }
  3989. },
  3990. "node_modules/@rolldown/binding-linux-arm64-musl": {
  3991. "version": "1.2.8",
  3992. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.8.tgz",
  3993. "integrity": "sha512-jFJTifHnNPY+yzOoNZQfSIysrVyXzEQPhPnOUjmD1bcQGHH6s7c8cViKWar8YplQImE5N9JRqMCLrM2CdxOrZA==",
  3994. "cpu": [
  3995. "arm64"
  3996. ],
  3997. "dev": true,
  3998. "libc": [
  3999. "musl"
  4000. ],
  4001. "license": "MIT",
  4002. "optional": true,
  4003. "os": [
  4004. "linux"
  4005. ],
  4006. "engines": {
  4007. "node": "^20.19.0 || >=22.12.0"
  4008. }
  4009. },
  4010. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  4011. "version": "1.2.8",
  4012. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.8.tgz",
  4013. "integrity": "sha512-FhiOziBDWPBjbcmRzfLyIJnaP7AVMFXT7YCXPjXxj7wKU3vx24RjrCNN/zjvVa+N2vVoHJwCoUBvsrN/DG3zIA==",
  4014. "cpu": [
  4015. "ppc64"
  4016. ],
  4017. "dev": true,
  4018. "libc": [
  4019. "glibc"
  4020. ],
  4021. "license": "MIT",
  4022. "optional": true,
  4023. "os": [
  4024. "linux"
  4025. ],
  4026. "engines": {
  4027. "node": "^20.19.0 || >=22.12.0"
  4028. }
  4029. },
  4030. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  4031. "version": "1.2.8",
  4032. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.8.tgz",
  4033. "integrity": "sha512-WnHfADMzOV2Y55wlx1hzzQnar/wDt/VdvWSD99r18Mz9ylNieIGOkRx3UV21h7m/eJvjySYJkO26VvGNFkwsIQ==",
  4034. "cpu": [
  4035. "s390x"
  4036. ],
  4037. "dev": true,
  4038. "libc": [
  4039. "glibc"
  4040. ],
  4041. "license": "MIT",
  4042. "optional": true,
  4043. "os": [
  4044. "linux"
  4045. ],
  4046. "engines": {
  4047. "node": "^20.19.0 || >=22.12.0"
  4048. }
  4049. },
  4050. "node_modules/@rolldown/binding-linux-x64-gnu": {
  4051. "version": "1.2.8",
  4052. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.8.tgz",
  4053. "integrity": "sha512-H9tRr5ibfXFVLxbPOseVewewFpl28zcEdjRDt2FTUZU7odxP0gEv1ki4/kGmcGOh78oRwZuuQllGLZ9zTJp84g==",
  4054. "cpu": [
  4055. "x64"
  4056. ],
  4057. "dev": true,
  4058. "libc": [
  4059. "glibc"
  4060. ],
  4061. "license": "MIT",
  4062. "optional": true,
  4063. "os": [
  4064. "linux"
  4065. ],
  4066. "engines": {
  4067. "node": "^20.19.0 || >=22.12.0"
  4068. }
  4069. },
  4070. "node_modules/@rolldown/binding-linux-x64-musl": {
  4071. "version": "1.2.8",
  4072. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.8.tgz",
  4073. "integrity": "sha512-UefiqfM3D6IVNlZ8tSGs9+Ejjud2T+oxO0IHADU45Y+lyEjD2dVFyZHbkfX0LUb5Zugo/oIv1eCO/KVYhgYJYA==",
  4074. "cpu": [
  4075. "x64"
  4076. ],
  4077. "dev": true,
  4078. "libc": [
  4079. "musl"
  4080. ],
  4081. "license": "MIT",
  4082. "optional": true,
  4083. "os": [
  4084. "linux"
  4085. ],
  4086. "engines": {
  4087. "node": "^20.19.0 || >=22.12.0"
  4088. }
  4089. },
  4090. "node_modules/@rolldown/binding-openharmony-arm64": {
  4091. "version": "1.2.8",
  4092. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.8.tgz",
  4093. "integrity": "sha512-637Ke4kWSy6rp9cxQ9gMOXlxPgIw/c1beASV4M//3+9I4uwBVOOl74G+e3zyU3u19U7RkRl/HuewixZ/Z6+Rjg==",
  4094. "cpu": [
  4095. "arm64"
  4096. ],
  4097. "dev": true,
  4098. "license": "MIT",
  4099. "optional": true,
  4100. "os": [
  4101. "openharmony"
  4102. ],
  4103. "engines": {
  4104. "node": "^20.19.0 || >=22.12.0"
  4105. }
  4106. },
  4107. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  4108. "version": "1.2.8",
  4109. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.8.tgz",
  4110. "integrity": "sha512-xWBkPOF1Q9k/Gv1nQXnVdLxKu74jXppuOM4Z3mnypVUJJJwLsMl7hNJGRAUJoG8A5MgOI1ACKM+wBFxSJzKy4A==",
  4111. "cpu": [
  4112. "arm64"
  4113. ],
  4114. "dev": true,
  4115. "license": "MIT",
  4116. "optional": true,
  4117. "os": [
  4118. "win32"
  4119. ],
  4120. "engines": {
  4121. "node": "^20.19.0 || >=22.12.0"
  4122. }
  4123. },
  4124. "node_modules/@rolldown/binding-win32-x64-msvc": {
  4125. "version": "1.2.8",
  4126. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.8.tgz",
  4127. "integrity": "sha512-uz2ZvfgXbxqNwijjjbxrnvALwpyODDcgc1T1N8N3rf/DXKQmaFwmB4LX4yyjggpwN2obdQLb2rgirX5ffCWYng==",
  4128. "cpu": [
  4129. "x64"
  4130. ],
  4131. "dev": true,
  4132. "license": "MIT",
  4133. "optional": true,
  4134. "os": [
  4135. "win32"
  4136. ],
  4137. "engines": {
  4138. "node": "^20.19.0 || >=22.12.0"
  4139. }
  4140. },
  4141. "node_modules/@rolldown/pluginutils": {
  4142. "version": "1.0.1",
  4143. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  4144. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  4145. "dev": true,
  4146. "license": "MIT"
  4147. },
  4148. "node_modules/@rollup/pluginutils": {
  4149. "version": "5.4.0",
  4150. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.4.0.tgz",
  4151. "integrity": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==",
  4152. "dev": true,
  4153. "license": "MIT",
  4154. "dependencies": {
  4155. "@types/estree": "^1.0.0",
  4156. "estree-walker": "^2.0.2",
  4157. "picomatch": "^4.0.2"
  4158. },
  4159. "engines": {
  4160. "node": ">=14.0.0"
  4161. },
  4162. "peerDependencies": {
  4163. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4164. },
  4165. "peerDependenciesMeta": {
  4166. "rollup": {
  4167. "optional": true
  4168. }
  4169. }
  4170. },
  4171. "node_modules/@scarf/scarf": {
  4172. "version": "1.4.0",
  4173. "resolved": "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.4.0.tgz",
  4174. "integrity": "sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==",
  4175. "hasInstallScript": true,
  4176. "license": "Apache-2.0"
  4177. },
  4178. "node_modules/@standard-schema/utils": {
  4179. "version": "0.3.0",
  4180. "resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz",
  4181. "integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==",
  4182. "license": "MIT"
  4183. },
  4184. "node_modules/@storybook/addon-a11y": {
  4185. "version": "10.6.0",
  4186. "resolved": "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-10.6.0.tgz",
  4187. "integrity": "sha512-Z/CZor/F8H74/+IoeLroEQXQoVxvmjVtUgATJ95KPBolHxMaHLXLsYU0wosIiiORxmfRCnpen5pQl1n4+pBWQw==",
  4188. "dev": true,
  4189. "license": "MIT",
  4190. "dependencies": {
  4191. "@storybook/global": "^5.0.0",
  4192. "axe-core": "^4.2.0"
  4193. },
  4194. "funding": {
  4195. "type": "opencollective",
  4196. "url": "https://opencollective.com/storybook"
  4197. },
  4198. "peerDependencies": {
  4199. "storybook": "^10.6.0"
  4200. }
  4201. },
  4202. "node_modules/@storybook/addon-docs": {
  4203. "version": "10.6.0",
  4204. "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-10.6.0.tgz",
  4205. "integrity": "sha512-Fk3rUQWeGyCfL170OkmRp6Ruyv7MHPb/xrKa6YNk7FlGmlVLi5tKzh2T/0J13vWEy8wiu2MV3IBu8iRsaUR+Cw==",
  4206. "dev": true,
  4207. "license": "MIT",
  4208. "dependencies": {
  4209. "@mdx-js/react": "^3.0.0",
  4210. "@storybook/icons": "^2.0.2",
  4211. "@storybook/react-dom-shim": "10.6.0",
  4212. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4213. "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4214. "ts-dedent": "^2.0.0",
  4215. "unplugin": "^2.3.5"
  4216. },
  4217. "funding": {
  4218. "type": "opencollective",
  4219. "url": "https://opencollective.com/storybook"
  4220. },
  4221. "peerDependencies": {
  4222. "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4223. "storybook": "^10.6.0"
  4224. },
  4225. "peerDependenciesMeta": {
  4226. "@types/react": {
  4227. "optional": true
  4228. }
  4229. }
  4230. },
  4231. "node_modules/@storybook/addon-vitest": {
  4232. "version": "10.6.0",
  4233. "resolved": "https://registry.npmjs.org/@storybook/addon-vitest/-/addon-vitest-10.6.0.tgz",
  4234. "integrity": "sha512-GY2SwSXLNgyMqjQ59J7YTkEQTHdEbBMggOvbbuhuPUBhWo97OGSDCmn1UW3nXDZvkoWyWhF9T9628m1uei7FbA==",
  4235. "dev": true,
  4236. "license": "MIT",
  4237. "dependencies": {
  4238. "@storybook/global": "^5.0.0",
  4239. "@storybook/icons": "^2.0.2"
  4240. },
  4241. "funding": {
  4242. "type": "opencollective",
  4243. "url": "https://opencollective.com/storybook"
  4244. },
  4245. "peerDependencies": {
  4246. "@vitest/browser": "^3.0.0 || ^4.0.0",
  4247. "@vitest/browser-playwright": "^4.0.0",
  4248. "@vitest/runner": "^3.0.0 || ^4.0.0",
  4249. "storybook": "^10.6.0",
  4250. "vitest": "^3.0.0 || ^4.0.0"
  4251. },
  4252. "peerDependenciesMeta": {
  4253. "@vitest/browser": {
  4254. "optional": true
  4255. },
  4256. "@vitest/browser-playwright": {
  4257. "optional": true
  4258. },
  4259. "@vitest/runner": {
  4260. "optional": true
  4261. },
  4262. "vitest": {
  4263. "optional": true
  4264. }
  4265. }
  4266. },
  4267. "node_modules/@storybook/builder-vite": {
  4268. "version": "10.6.0",
  4269. "resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-10.6.0.tgz",
  4270. "integrity": "sha512-7zt8tYB6dnSO8fbjUz91MHexGDpf9HrLlA3FAmlVb+2ZL3eWUs499L3I6BDUymcWu7oW5WCBJlB8ERj8ZLLzig==",
  4271. "dev": true,
  4272. "license": "MIT",
  4273. "dependencies": {
  4274. "ts-dedent": "^2.0.0"
  4275. },
  4276. "funding": {
  4277. "type": "opencollective",
  4278. "url": "https://opencollective.com/storybook"
  4279. },
  4280. "peerDependencies": {
  4281. "storybook": "^10.6.0",
  4282. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  4283. }
  4284. },
  4285. "node_modules/@storybook/global": {
  4286. "version": "5.0.0",
  4287. "resolved": "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz",
  4288. "integrity": "sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==",
  4289. "dev": true,
  4290. "license": "MIT"
  4291. },
  4292. "node_modules/@storybook/icons": {
  4293. "version": "2.1.0",
  4294. "resolved": "https://registry.npmjs.org/@storybook/icons/-/icons-2.1.0.tgz",
  4295. "integrity": "sha512-Fxh9vYpX9bQqFeHRiY8h2ApeRGDzRSMLwJwNZ/AIRqnyOKHxRKL+yFe+ctEkVJmuptRE9u1Hrn8ZZNHyfDKKNg==",
  4296. "dev": true,
  4297. "license": "MIT",
  4298. "peerDependencies": {
  4299. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  4300. }
  4301. },
  4302. "node_modules/@storybook/react": {
  4303. "version": "10.6.0",
  4304. "resolved": "https://registry.npmjs.org/@storybook/react/-/react-10.6.0.tgz",
  4305. "integrity": "sha512-0xfYYPRHcr5ta1hmXJCSezH4JGuUHJ+xVF9f1j+Y/MWEMOQE4wnaKWKsk/HLrDjZkT5hKfvmogt9b0yduP6zEQ==",
  4306. "dev": true,
  4307. "license": "MIT",
  4308. "dependencies": {
  4309. "@storybook/global": "^5.0.0",
  4310. "@storybook/react-dom-shim": "10.6.0",
  4311. "react-docgen": "^8.0.2",
  4312. "react-docgen-typescript": "^2.2.2"
  4313. },
  4314. "funding": {
  4315. "type": "opencollective",
  4316. "url": "https://opencollective.com/storybook"
  4317. },
  4318. "peerDependencies": {
  4319. "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4320. "@types/react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4321. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4322. "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4323. "storybook": "^10.6.0",
  4324. "typescript": ">= 4.9.x"
  4325. },
  4326. "peerDependenciesMeta": {
  4327. "@types/react": {
  4328. "optional": true
  4329. },
  4330. "@types/react-dom": {
  4331. "optional": true
  4332. },
  4333. "typescript": {
  4334. "optional": true
  4335. }
  4336. }
  4337. },
  4338. "node_modules/@storybook/react-dom-shim": {
  4339. "version": "10.6.0",
  4340. "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-10.6.0.tgz",
  4341. "integrity": "sha512-ZE0l4xL6d00rKFeJhRDuh0t3r+/2ffhx47lIyaSWrTD5kuM3nDjKDxCIWwX4E3gLV+oNX8E1prXRMuEWJUJwJg==",
  4342. "dev": true,
  4343. "license": "MIT",
  4344. "funding": {
  4345. "type": "opencollective",
  4346. "url": "https://opencollective.com/storybook"
  4347. },
  4348. "peerDependencies": {
  4349. "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4350. "@types/react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4351. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4352. "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4353. "storybook": "^10.6.0"
  4354. },
  4355. "peerDependenciesMeta": {
  4356. "@types/react": {
  4357. "optional": true
  4358. },
  4359. "@types/react-dom": {
  4360. "optional": true
  4361. }
  4362. }
  4363. },
  4364. "node_modules/@storybook/react-vite": {
  4365. "version": "10.6.0",
  4366. "resolved": "https://registry.npmjs.org/@storybook/react-vite/-/react-vite-10.6.0.tgz",
  4367. "integrity": "sha512-nc1dqnmjGOcDJvPCkAn4Hmu1gi7dNHHoibNmlBp0d1adosejELZxuNjHBkPl/KxZjbzP3jljQHnHB/guxd8e2g==",
  4368. "dev": true,
  4369. "license": "MIT",
  4370. "dependencies": {
  4371. "@joshwooding/vite-plugin-react-docgen-typescript": "^0.7.0",
  4372. "@rollup/pluginutils": "^5.0.2",
  4373. "@storybook/builder-vite": "10.6.0",
  4374. "@storybook/react": "10.6.0",
  4375. "empathic": "^2.0.0",
  4376. "magic-string": "^1.1.0",
  4377. "react-docgen": "^8.0.2",
  4378. "resolve": "^1.22.8",
  4379. "tsconfig-paths": "^4.2.0"
  4380. },
  4381. "funding": {
  4382. "type": "opencollective",
  4383. "url": "https://opencollective.com/storybook"
  4384. },
  4385. "peerDependencies": {
  4386. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4387. "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  4388. "storybook": "^10.6.0",
  4389. "typescript": ">= 4.9.x",
  4390. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  4391. },
  4392. "peerDependenciesMeta": {
  4393. "typescript": {
  4394. "optional": true
  4395. }
  4396. }
  4397. },
  4398. "node_modules/@swagger-api/apidom-ast": {
  4399. "version": "1.12.1",
  4400. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ast/-/apidom-ast-1.12.1.tgz",
  4401. "integrity": "sha512-h1wIHNZ+4eQ00aXgX5VsTFLyi/9JWywK2CNOfZ3xzEfi9Qh/sDNHB9i4pbaGdlE8oxZa8HwqPl7+6M0fLCXfbA==",
  4402. "license": "Apache-2.0",
  4403. "dependencies": {
  4404. "@babel/runtime-corejs3": "^7.26.10",
  4405. "@swagger-api/apidom-error": "^1.12.1",
  4406. "@types/ramda": "~0.30.0",
  4407. "ramda": "~0.30.0",
  4408. "ramda-adjunct": "^5.0.0",
  4409. "unraw": "^3.0.0"
  4410. }
  4411. },
  4412. "node_modules/@swagger-api/apidom-core": {
  4413. "version": "1.12.1",
  4414. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-core/-/apidom-core-1.12.1.tgz",
  4415. "integrity": "sha512-aBTAjJ0YzxFccXe5kB3nnVuHxRyPYEaE8eLEs/kJFmbv8UdMji1AVnNSk61MfJ4nodyoMYLfp6AoPa9fWXFgiQ==",
  4416. "license": "Apache-2.0",
  4417. "dependencies": {
  4418. "@babel/runtime-corejs3": "^7.26.10",
  4419. "@swagger-api/apidom-ast": "^1.12.1",
  4420. "@swagger-api/apidom-error": "^1.12.1",
  4421. "@types/ramda": "~0.30.0",
  4422. "minim": "~0.23.8",
  4423. "ramda": "~0.30.0",
  4424. "ramda-adjunct": "^5.0.0",
  4425. "short-unique-id": "^5.3.2",
  4426. "ts-mixer": "^6.0.3"
  4427. }
  4428. },
  4429. "node_modules/@swagger-api/apidom-error": {
  4430. "version": "1.12.1",
  4431. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-error/-/apidom-error-1.12.1.tgz",
  4432. "integrity": "sha512-y44fOaleXZGIEX+MIUIksA704naPjhvpHEMfadWY/D9DW2JTdwv2edpyZEFjyK1jwchp/b3aQ+XG9MDvfwb8HQ==",
  4433. "license": "Apache-2.0",
  4434. "dependencies": {
  4435. "@babel/runtime-corejs3": "^7.20.7"
  4436. }
  4437. },
  4438. "node_modules/@swagger-api/apidom-json-pointer": {
  4439. "version": "1.12.1",
  4440. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-json-pointer/-/apidom-json-pointer-1.12.1.tgz",
  4441. "integrity": "sha512-EZmwpku1eMsc7Lvdz0sm/XHkRAmj7FpMwfVm1MfoXiljhPrEVHH6FTZmM3QXaprkOeDMkBTDGtIv/LgYOq/b+w==",
  4442. "license": "Apache-2.0",
  4443. "dependencies": {
  4444. "@babel/runtime-corejs3": "^7.26.10",
  4445. "@swagger-api/apidom-core": "^1.12.1",
  4446. "@swagger-api/apidom-error": "^1.12.1",
  4447. "@swaggerexpert/json-pointer": "^2.10.1"
  4448. }
  4449. },
  4450. "node_modules/@swagger-api/apidom-ns-a2a-1": {
  4451. "version": "1.12.1",
  4452. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-a2a-1/-/apidom-ns-a2a-1-1.12.1.tgz",
  4453. "integrity": "sha512-/HjUqcV8XpUQET/P5fqVCsm9ZXpeYwHpKVJtv+pIPDF1Zk5thHCKgyC3qIM+/ZGBDqt6MVrhpyrYIvEHFyd3dQ==",
  4454. "license": "Apache-2.0",
  4455. "optional": true,
  4456. "dependencies": {
  4457. "@babel/runtime-corejs3": "^7.26.10",
  4458. "@swagger-api/apidom-core": "^1.12.1",
  4459. "@types/ramda": "~0.30.0",
  4460. "ramda": "~0.30.0",
  4461. "ramda-adjunct": "^5.0.0",
  4462. "ts-mixer": "^6.0.3"
  4463. }
  4464. },
  4465. "node_modules/@swagger-api/apidom-ns-api-design-systems": {
  4466. "version": "1.12.1",
  4467. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-api-design-systems/-/apidom-ns-api-design-systems-1.12.1.tgz",
  4468. "integrity": "sha512-Va3ljpxF8Ti/cMxD8/JdFtEdVg8hxwZ8/1TsUNwcE12qLu9o95hHsqmm8/OlKSqfSpO3KG/QT1TIKmQsl7cAsQ==",
  4469. "license": "Apache-2.0",
  4470. "optional": true,
  4471. "dependencies": {
  4472. "@babel/runtime-corejs3": "^7.26.10",
  4473. "@swagger-api/apidom-core": "^1.12.1",
  4474. "@swagger-api/apidom-error": "^1.12.1",
  4475. "@swagger-api/apidom-ns-openapi-3-1": "^1.12.1",
  4476. "@types/ramda": "~0.30.0",
  4477. "ramda": "~0.30.0",
  4478. "ramda-adjunct": "^5.0.0",
  4479. "ts-mixer": "^6.0.3"
  4480. }
  4481. },
  4482. "node_modules/@swagger-api/apidom-ns-arazzo-1": {
  4483. "version": "1.12.1",
  4484. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-arazzo-1/-/apidom-ns-arazzo-1-1.12.1.tgz",
  4485. "integrity": "sha512-0G+KnlXb9QVJGC/tJLjkv7oiFBl45xAd8CM9dwwvnG7vBFJZGOq04qs8S8oCuA94ugSvdmave88IA03SEM7FWg==",
  4486. "license": "Apache-2.0",
  4487. "optional": true,
  4488. "dependencies": {
  4489. "@babel/runtime-corejs3": "^7.26.10",
  4490. "@swagger-api/apidom-core": "^1.12.1",
  4491. "@swagger-api/apidom-ns-json-schema-2020-12": "^1.12.1",
  4492. "@types/ramda": "~0.30.0",
  4493. "ramda": "~0.30.0",
  4494. "ramda-adjunct": "^5.0.0",
  4495. "ts-mixer": "^6.0.3"
  4496. }
  4497. },
  4498. "node_modules/@swagger-api/apidom-ns-asyncapi-2": {
  4499. "version": "1.12.1",
  4500. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-asyncapi-2/-/apidom-ns-asyncapi-2-1.12.1.tgz",
  4501. "integrity": "sha512-GQUrBTz74usl88dFrrhRH1btc4sinJ0vb9bnFfBOuQBF0MYvVJ67Vsx1cz6iIfS4Y/2+x63WX5krJlmKavUQ9w==",
  4502. "license": "Apache-2.0",
  4503. "optional": true,
  4504. "dependencies": {
  4505. "@babel/runtime-corejs3": "^7.26.10",
  4506. "@swagger-api/apidom-core": "^1.12.1",
  4507. "@swagger-api/apidom-ns-json-schema-draft-7": "^1.12.1",
  4508. "@types/ramda": "~0.30.0",
  4509. "ramda": "~0.30.0",
  4510. "ramda-adjunct": "^5.0.0",
  4511. "ts-mixer": "^6.0.3"
  4512. }
  4513. },
  4514. "node_modules/@swagger-api/apidom-ns-asyncapi-3": {
  4515. "version": "1.12.1",
  4516. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-asyncapi-3/-/apidom-ns-asyncapi-3-1.12.1.tgz",
  4517. "integrity": "sha512-lPJd/zXcCv2zBAjMfxHDbiC0xQD7cpztD403mh74unGsVN9Xj+aBfGMZ9qsh+UdMYhxk6Ad2C4esYkROB2Awqw==",
  4518. "license": "Apache-2.0",
  4519. "optional": true,
  4520. "dependencies": {
  4521. "@babel/runtime-corejs3": "^7.26.10",
  4522. "@swagger-api/apidom-core": "^1.12.1",
  4523. "@swagger-api/apidom-ns-asyncapi-2": "^1.12.1",
  4524. "@types/ramda": "~0.30.0",
  4525. "ramda": "~0.30.0",
  4526. "ramda-adjunct": "^5.0.0",
  4527. "ts-mixer": "^6.0.3"
  4528. }
  4529. },
  4530. "node_modules/@swagger-api/apidom-ns-json-schema-2019-09": {
  4531. "version": "1.12.1",
  4532. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-2019-09/-/apidom-ns-json-schema-2019-09-1.12.1.tgz",
  4533. "integrity": "sha512-HlzTVQZV1d2twOGcZd7h2LUm/KAaWy0il1Bcwy6pGkdyHcP3lm85xgSbeGuJgn0sE9j0IuZrMuMMwAzcqhMAGA==",
  4534. "license": "Apache-2.0",
  4535. "dependencies": {
  4536. "@babel/runtime-corejs3": "^7.26.10",
  4537. "@swagger-api/apidom-core": "^1.12.1",
  4538. "@swagger-api/apidom-error": "^1.12.1",
  4539. "@swagger-api/apidom-ns-json-schema-draft-7": "^1.12.1",
  4540. "@types/ramda": "~0.30.0",
  4541. "ramda": "~0.30.0",
  4542. "ramda-adjunct": "^5.0.0",
  4543. "ts-mixer": "^6.0.4"
  4544. }
  4545. },
  4546. "node_modules/@swagger-api/apidom-ns-json-schema-2020-12": {
  4547. "version": "1.12.1",
  4548. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-2020-12/-/apidom-ns-json-schema-2020-12-1.12.1.tgz",
  4549. "integrity": "sha512-0C5I+0MwE/fPueRoHnbFjUF2v1I85PRRUtlmifRM9NZgbCPJ6X/u5TDhllDmu0UDnvFjrSAGMvS/vw+i77qtdA==",
  4550. "license": "Apache-2.0",
  4551. "dependencies": {
  4552. "@babel/runtime-corejs3": "^7.26.10",
  4553. "@swagger-api/apidom-core": "^1.12.1",
  4554. "@swagger-api/apidom-error": "^1.12.1",
  4555. "@swagger-api/apidom-ns-json-schema-2019-09": "^1.12.1",
  4556. "@types/ramda": "~0.30.0",
  4557. "ramda": "~0.30.0",
  4558. "ramda-adjunct": "^5.0.0",
  4559. "ts-mixer": "^6.0.4"
  4560. }
  4561. },
  4562. "node_modules/@swagger-api/apidom-ns-json-schema-draft-4": {
  4563. "version": "1.12.1",
  4564. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-4/-/apidom-ns-json-schema-draft-4-1.12.1.tgz",
  4565. "integrity": "sha512-szwBlRH0jey/FtJ25f8k3rVUuQFg66c9FyLozZzEkMu5MFFGcl/NK2AZ9TRATmcIrpNFuK8FSz9PaPmNEUbnMw==",
  4566. "license": "Apache-2.0",
  4567. "dependencies": {
  4568. "@babel/runtime-corejs3": "^7.26.10",
  4569. "@swagger-api/apidom-ast": "^1.12.1",
  4570. "@swagger-api/apidom-core": "^1.12.1",
  4571. "@types/ramda": "~0.30.0",
  4572. "ramda": "~0.30.0",
  4573. "ramda-adjunct": "^5.0.0",
  4574. "ts-mixer": "^6.0.4"
  4575. }
  4576. },
  4577. "node_modules/@swagger-api/apidom-ns-json-schema-draft-6": {
  4578. "version": "1.12.1",
  4579. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-6/-/apidom-ns-json-schema-draft-6-1.12.1.tgz",
  4580. "integrity": "sha512-HvV5NHiqGNLI4M3BS1RJcRyxVCK4jJd4T2UaSKhZOezy3MaKguGI8oDgwix8eyw+6OwhxuXNQpRMobYb+WaseQ==",
  4581. "license": "Apache-2.0",
  4582. "dependencies": {
  4583. "@babel/runtime-corejs3": "^7.26.10",
  4584. "@swagger-api/apidom-core": "^1.12.1",
  4585. "@swagger-api/apidom-error": "^1.12.1",
  4586. "@swagger-api/apidom-ns-json-schema-draft-4": "^1.12.1",
  4587. "@types/ramda": "~0.30.0",
  4588. "ramda": "~0.30.0",
  4589. "ramda-adjunct": "^5.0.0",
  4590. "ts-mixer": "^6.0.4"
  4591. }
  4592. },
  4593. "node_modules/@swagger-api/apidom-ns-json-schema-draft-7": {
  4594. "version": "1.12.1",
  4595. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-json-schema-draft-7/-/apidom-ns-json-schema-draft-7-1.12.1.tgz",
  4596. "integrity": "sha512-t7LqogFYGN1ocxFTkJIXsqM4M66WAWIFW/yBbaGOO//OiuVuRe5wVXzpbJttT3cA2peotQbpKxlBL/GuvxWguA==",
  4597. "license": "Apache-2.0",
  4598. "dependencies": {
  4599. "@babel/runtime-corejs3": "^7.26.10",
  4600. "@swagger-api/apidom-core": "^1.12.1",
  4601. "@swagger-api/apidom-error": "^1.12.1",
  4602. "@swagger-api/apidom-ns-json-schema-draft-6": "^1.12.1",
  4603. "@types/ramda": "~0.30.0",
  4604. "ramda": "~0.30.0",
  4605. "ramda-adjunct": "^5.0.0",
  4606. "ts-mixer": "^6.0.4"
  4607. }
  4608. },
  4609. "node_modules/@swagger-api/apidom-ns-openapi-2": {
  4610. "version": "1.12.1",
  4611. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-2/-/apidom-ns-openapi-2-1.12.1.tgz",
  4612. "integrity": "sha512-v93DUAk5hehbsp81kJKwbcJbWBVFXcdBqZy8G8Lbo6QeCar1/dP6CWItbn8xArZmG3PeYkZK77v903HEmLxghA==",
  4613. "license": "Apache-2.0",
  4614. "optional": true,
  4615. "dependencies": {
  4616. "@babel/runtime-corejs3": "^7.26.10",
  4617. "@swagger-api/apidom-core": "^1.12.1",
  4618. "@swagger-api/apidom-error": "^1.12.1",
  4619. "@swagger-api/apidom-ns-json-schema-draft-4": "^1.12.1",
  4620. "@types/ramda": "~0.30.0",
  4621. "ramda": "~0.30.0",
  4622. "ramda-adjunct": "^5.0.0",
  4623. "ts-mixer": "^6.0.3"
  4624. }
  4625. },
  4626. "node_modules/@swagger-api/apidom-ns-openapi-3-0": {
  4627. "version": "1.12.1",
  4628. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-0/-/apidom-ns-openapi-3-0-1.12.1.tgz",
  4629. "integrity": "sha512-EO2c552sMDtZXllLSQVI5u1+gpo654LW1apmi9YvblCrRek2Gyejoj3otBfo9IFdBEuczbt+Rll3hRnZx3aqeA==",
  4630. "license": "Apache-2.0",
  4631. "dependencies": {
  4632. "@babel/runtime-corejs3": "^7.26.10",
  4633. "@swagger-api/apidom-core": "^1.12.1",
  4634. "@swagger-api/apidom-error": "^1.12.1",
  4635. "@swagger-api/apidom-ns-json-schema-draft-4": "^1.12.1",
  4636. "@types/ramda": "~0.30.0",
  4637. "ramda": "~0.30.0",
  4638. "ramda-adjunct": "^5.0.0",
  4639. "ts-mixer": "^6.0.3"
  4640. }
  4641. },
  4642. "node_modules/@swagger-api/apidom-ns-openapi-3-1": {
  4643. "version": "1.12.1",
  4644. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-1/-/apidom-ns-openapi-3-1-1.12.1.tgz",
  4645. "integrity": "sha512-qDJ6rGUTMLQ5MHWqAQ+3/+VGBjS7je5pYkP3hiF2AeXTESh1/MOjPICxDWE6XDwcvkVOIcXX+xEDt7ulnzvrtA==",
  4646. "license": "Apache-2.0",
  4647. "dependencies": {
  4648. "@babel/runtime-corejs3": "^7.26.10",
  4649. "@swagger-api/apidom-ast": "^1.12.1",
  4650. "@swagger-api/apidom-core": "^1.12.1",
  4651. "@swagger-api/apidom-json-pointer": "^1.12.1",
  4652. "@swagger-api/apidom-ns-json-schema-2020-12": "^1.12.1",
  4653. "@swagger-api/apidom-ns-openapi-3-0": "^1.12.1",
  4654. "@types/ramda": "~0.30.0",
  4655. "ramda": "~0.30.0",
  4656. "ramda-adjunct": "^5.0.0",
  4657. "ts-mixer": "^6.0.3"
  4658. }
  4659. },
  4660. "node_modules/@swagger-api/apidom-ns-openapi-3-2": {
  4661. "version": "1.12.1",
  4662. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-ns-openapi-3-2/-/apidom-ns-openapi-3-2-1.12.1.tgz",
  4663. "integrity": "sha512-H0VmiegQhWc+53xypcxS3T7qUVcfJKX+DYmiPx9FZvvSOp77Ctvc2/RtztGQ5531oFWDWtPt0Ad0VwxmEcfL8w==",
  4664. "license": "Apache-2.0",
  4665. "dependencies": {
  4666. "@babel/runtime-corejs3": "^7.26.10",
  4667. "@swagger-api/apidom-ast": "^1.12.1",
  4668. "@swagger-api/apidom-core": "^1.12.1",
  4669. "@swagger-api/apidom-json-pointer": "^1.12.1",
  4670. "@swagger-api/apidom-ns-json-schema-2020-12": "^1.12.1",
  4671. "@swagger-api/apidom-ns-openapi-3-0": "^1.12.1",
  4672. "@swagger-api/apidom-ns-openapi-3-1": "^1.12.1",
  4673. "@types/ramda": "~0.30.0",
  4674. "ramda": "~0.30.0",
  4675. "ramda-adjunct": "^5.0.0",
  4676. "ts-mixer": "^6.0.3"
  4677. }
  4678. },
  4679. "node_modules/@swagger-api/apidom-parser-adapter-a2a-json-1": {
  4680. "version": "1.12.1",
  4681. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-a2a-json-1/-/apidom-parser-adapter-a2a-json-1-1.12.1.tgz",
  4682. "integrity": "sha512-4Bp56QdMOmv6pkhmDExFlzHHjtB3CqW4rjyo+QcnhiWBmB3qbsS4/rHEQVGNlGtUC+ze0+LbAI4pycAnqF88dQ==",
  4683. "license": "Apache-2.0",
  4684. "optional": true,
  4685. "dependencies": {
  4686. "@babel/runtime-corejs3": "^7.26.10",
  4687. "@swagger-api/apidom-core": "^1.12.1",
  4688. "@swagger-api/apidom-ns-a2a-1": "^1.12.1",
  4689. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4690. "@types/ramda": "~0.30.0",
  4691. "ramda": "~0.30.0",
  4692. "ramda-adjunct": "^5.0.0"
  4693. }
  4694. },
  4695. "node_modules/@swagger-api/apidom-parser-adapter-a2a-yaml-1": {
  4696. "version": "1.12.1",
  4697. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-a2a-yaml-1/-/apidom-parser-adapter-a2a-yaml-1-1.12.1.tgz",
  4698. "integrity": "sha512-GsQogmK2vUQXOIImFFSoKnhiJDVOm2K4zxRAtIHrwCVgFqD4mwV+cSojE44dOi7tqH/3bp7yCdo4LilleeetRQ==",
  4699. "license": "Apache-2.0",
  4700. "optional": true,
  4701. "dependencies": {
  4702. "@babel/runtime-corejs3": "^7.26.10",
  4703. "@swagger-api/apidom-core": "^1.12.1",
  4704. "@swagger-api/apidom-ns-a2a-1": "^1.12.1",
  4705. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4706. "@types/ramda": "~0.30.0",
  4707. "ramda": "~0.30.0",
  4708. "ramda-adjunct": "^5.0.0"
  4709. }
  4710. },
  4711. "node_modules/@swagger-api/apidom-parser-adapter-api-design-systems-json": {
  4712. "version": "1.12.1",
  4713. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-json/-/apidom-parser-adapter-api-design-systems-json-1.12.1.tgz",
  4714. "integrity": "sha512-xhUgAXs8Rxssfr3dEWpKhDheeycI9Vt6jtBVEwavcL9+ss8cY9jzVck3R7Ql7P9yBVhF41K4ZTUIO1QJVngYZA==",
  4715. "license": "Apache-2.0",
  4716. "optional": true,
  4717. "dependencies": {
  4718. "@babel/runtime-corejs3": "^7.26.10",
  4719. "@swagger-api/apidom-core": "^1.12.1",
  4720. "@swagger-api/apidom-ns-api-design-systems": "^1.12.1",
  4721. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4722. "@types/ramda": "~0.30.0",
  4723. "ramda": "~0.30.0",
  4724. "ramda-adjunct": "^5.0.0"
  4725. }
  4726. },
  4727. "node_modules/@swagger-api/apidom-parser-adapter-api-design-systems-yaml": {
  4728. "version": "1.12.1",
  4729. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-api-design-systems-yaml/-/apidom-parser-adapter-api-design-systems-yaml-1.12.1.tgz",
  4730. "integrity": "sha512-FPJ9Da6CChE3Xp5+vS8bXrsdmzy7+BrTxLt38SQrpYCpx1fRKsfs+xZqLTRHEhv01QG7Hj7MFG/xGEqK7rt8/w==",
  4731. "license": "Apache-2.0",
  4732. "optional": true,
  4733. "dependencies": {
  4734. "@babel/runtime-corejs3": "^7.26.10",
  4735. "@swagger-api/apidom-core": "^1.12.1",
  4736. "@swagger-api/apidom-ns-api-design-systems": "^1.12.1",
  4737. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4738. "@types/ramda": "~0.30.0",
  4739. "ramda": "~0.30.0",
  4740. "ramda-adjunct": "^5.0.0"
  4741. }
  4742. },
  4743. "node_modules/@swagger-api/apidom-parser-adapter-arazzo-json-1": {
  4744. "version": "1.12.1",
  4745. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-arazzo-json-1/-/apidom-parser-adapter-arazzo-json-1-1.12.1.tgz",
  4746. "integrity": "sha512-nJB+UWnSU9wz615wsXJfPh5Ij180UOYsMN2icuVADVBKGAAxfEbafq3ATtPVvpBNZBg50eKeIwjAXjjC4OsLMg==",
  4747. "license": "Apache-2.0",
  4748. "optional": true,
  4749. "dependencies": {
  4750. "@babel/runtime-corejs3": "^7.26.10",
  4751. "@swagger-api/apidom-core": "^1.12.1",
  4752. "@swagger-api/apidom-ns-arazzo-1": "^1.12.1",
  4753. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4754. "@types/ramda": "~0.30.0",
  4755. "ramda": "~0.30.0",
  4756. "ramda-adjunct": "^5.0.0"
  4757. }
  4758. },
  4759. "node_modules/@swagger-api/apidom-parser-adapter-arazzo-yaml-1": {
  4760. "version": "1.12.1",
  4761. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-arazzo-yaml-1/-/apidom-parser-adapter-arazzo-yaml-1-1.12.1.tgz",
  4762. "integrity": "sha512-8lgMKvb0Lhl1C9uNtBYm9DR9Dljpk/u23dH1H/xGAD1A54zZaQYchbyC4VCAHuesmjVT+mWylGoIU0SIlAOcNQ==",
  4763. "license": "Apache-2.0",
  4764. "optional": true,
  4765. "dependencies": {
  4766. "@babel/runtime-corejs3": "^7.26.10",
  4767. "@swagger-api/apidom-core": "^1.12.1",
  4768. "@swagger-api/apidom-ns-arazzo-1": "^1.12.1",
  4769. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4770. "@types/ramda": "~0.30.0",
  4771. "ramda": "~0.30.0",
  4772. "ramda-adjunct": "^5.0.0"
  4773. }
  4774. },
  4775. "node_modules/@swagger-api/apidom-parser-adapter-asyncapi-json-2": {
  4776. "version": "1.12.1",
  4777. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-json-2/-/apidom-parser-adapter-asyncapi-json-2-1.12.1.tgz",
  4778. "integrity": "sha512-HetDS5x6yHF/JeDokHiPNzX5lhm0GbVpy5MMVOcfH7zp9QSBFBGwhJTRPDEYm8PKfjkCMFLzCgiUKwqn73LV4g==",
  4779. "license": "Apache-2.0",
  4780. "optional": true,
  4781. "dependencies": {
  4782. "@babel/runtime-corejs3": "^7.26.10",
  4783. "@swagger-api/apidom-core": "^1.12.1",
  4784. "@swagger-api/apidom-ns-asyncapi-2": "^1.12.1",
  4785. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4786. "@types/ramda": "~0.30.0",
  4787. "ramda": "~0.30.0",
  4788. "ramda-adjunct": "^5.0.0"
  4789. }
  4790. },
  4791. "node_modules/@swagger-api/apidom-parser-adapter-asyncapi-json-3": {
  4792. "version": "1.12.1",
  4793. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-json-3/-/apidom-parser-adapter-asyncapi-json-3-1.12.1.tgz",
  4794. "integrity": "sha512-FzWH1uVNu3jWG6qB1OtbC76bQburCf3zoi3VPEQONSjT+i2vfcgc+WhAjVxaGQEwpjhbCkF2oo6WPC1hPbxARA==",
  4795. "license": "Apache-2.0",
  4796. "optional": true,
  4797. "dependencies": {
  4798. "@babel/runtime-corejs3": "^7.26.10",
  4799. "@swagger-api/apidom-core": "^1.12.1",
  4800. "@swagger-api/apidom-ns-asyncapi-3": "^1.12.1",
  4801. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4802. "@types/ramda": "~0.30.0",
  4803. "ramda": "~0.30.0",
  4804. "ramda-adjunct": "^5.0.0"
  4805. }
  4806. },
  4807. "node_modules/@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": {
  4808. "version": "1.12.1",
  4809. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-yaml-2/-/apidom-parser-adapter-asyncapi-yaml-2-1.12.1.tgz",
  4810. "integrity": "sha512-zkMaQZPbdJ1rg+754BxJsd+gOmFRBAGObJ2xGLSRf7OKqhwJhnJQVGlyYViaNNpzHPfrhc6KeEsiczVqGESDKA==",
  4811. "license": "Apache-2.0",
  4812. "optional": true,
  4813. "dependencies": {
  4814. "@babel/runtime-corejs3": "^7.26.10",
  4815. "@swagger-api/apidom-core": "^1.12.1",
  4816. "@swagger-api/apidom-ns-asyncapi-2": "^1.12.1",
  4817. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4818. "@types/ramda": "~0.30.0",
  4819. "ramda": "~0.30.0",
  4820. "ramda-adjunct": "^5.0.0"
  4821. }
  4822. },
  4823. "node_modules/@swagger-api/apidom-parser-adapter-asyncapi-yaml-3": {
  4824. "version": "1.12.1",
  4825. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-asyncapi-yaml-3/-/apidom-parser-adapter-asyncapi-yaml-3-1.12.1.tgz",
  4826. "integrity": "sha512-B2vVz0V+3WC+SBgZvHFYceF3RqGGghVOhXVQm5R9L6yUqT1zrmbu9RC+CFftKHs9mp3BX83dZZBhh+l4vHBuPw==",
  4827. "license": "Apache-2.0",
  4828. "optional": true,
  4829. "dependencies": {
  4830. "@babel/runtime-corejs3": "^7.26.10",
  4831. "@swagger-api/apidom-core": "^1.12.1",
  4832. "@swagger-api/apidom-ns-asyncapi-3": "^1.12.1",
  4833. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4834. "@types/ramda": "~0.30.0",
  4835. "ramda": "~0.30.0",
  4836. "ramda-adjunct": "^5.0.0"
  4837. }
  4838. },
  4839. "node_modules/@swagger-api/apidom-parser-adapter-json": {
  4840. "version": "1.12.1",
  4841. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-json/-/apidom-parser-adapter-json-1.12.1.tgz",
  4842. "integrity": "sha512-ImdTAC3+qTwEyjumBD19lcLp8UZ0WdB0T/iXNJOMvAw4oqZdGvsq2Zdthgbvxq5CnTr146YH5IzXuOYPfh47jw==",
  4843. "license": "Apache-2.0",
  4844. "optional": true,
  4845. "dependencies": {
  4846. "@babel/runtime-corejs3": "^7.26.10",
  4847. "@swagger-api/apidom-ast": "^1.12.1",
  4848. "@swagger-api/apidom-core": "^1.12.1",
  4849. "@swagger-api/apidom-error": "^1.12.1",
  4850. "@types/ramda": "~0.30.0",
  4851. "ramda": "~0.30.0",
  4852. "ramda-adjunct": "^5.0.0",
  4853. "tree-sitter": "=0.21.1",
  4854. "tree-sitter-json": "=0.24.8",
  4855. "web-tree-sitter": "=0.24.5"
  4856. }
  4857. },
  4858. "node_modules/@swagger-api/apidom-parser-adapter-openapi-json-2": {
  4859. "version": "1.12.1",
  4860. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-2/-/apidom-parser-adapter-openapi-json-2-1.12.1.tgz",
  4861. "integrity": "sha512-oo98u119nP05eLetyc/DPmDtDBfj+ZYeLRnq9pDa+7UOQs83NUvNWsfdWvJtSpgwOZZIqhR8+O7amULKJR+BdA==",
  4862. "license": "Apache-2.0",
  4863. "optional": true,
  4864. "dependencies": {
  4865. "@babel/runtime-corejs3": "^7.26.10",
  4866. "@swagger-api/apidom-core": "^1.12.1",
  4867. "@swagger-api/apidom-ns-openapi-2": "^1.12.1",
  4868. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4869. "@types/ramda": "~0.30.0",
  4870. "ramda": "~0.30.0",
  4871. "ramda-adjunct": "^5.0.0"
  4872. }
  4873. },
  4874. "node_modules/@swagger-api/apidom-parser-adapter-openapi-json-3-0": {
  4875. "version": "1.12.1",
  4876. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-0/-/apidom-parser-adapter-openapi-json-3-0-1.12.1.tgz",
  4877. "integrity": "sha512-SA5PiAytwGuC56pS8FOCLZVeUdudHHrot2ms9SwFFZMF+sHGgeQ8+EoBiE0+H4L+M5otpMyV/slT+WwfGCCGsw==",
  4878. "license": "Apache-2.0",
  4879. "optional": true,
  4880. "dependencies": {
  4881. "@babel/runtime-corejs3": "^7.26.10",
  4882. "@swagger-api/apidom-core": "^1.12.1",
  4883. "@swagger-api/apidom-ns-openapi-3-0": "^1.12.1",
  4884. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4885. "@types/ramda": "~0.30.0",
  4886. "ramda": "~0.30.0",
  4887. "ramda-adjunct": "^5.0.0"
  4888. }
  4889. },
  4890. "node_modules/@swagger-api/apidom-parser-adapter-openapi-json-3-1": {
  4891. "version": "1.12.1",
  4892. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-1/-/apidom-parser-adapter-openapi-json-3-1-1.12.1.tgz",
  4893. "integrity": "sha512-cqJ/vvxI6+apG7NZHMugiqLpF/xquKcw1vVxrRraXetrzwNBGHHdfYh8pnW1BlVDXNoVplqMHxyJnANYrD13KQ==",
  4894. "license": "Apache-2.0",
  4895. "optional": true,
  4896. "dependencies": {
  4897. "@babel/runtime-corejs3": "^7.26.10",
  4898. "@swagger-api/apidom-core": "^1.12.1",
  4899. "@swagger-api/apidom-ns-openapi-3-1": "^1.12.1",
  4900. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4901. "@types/ramda": "~0.30.0",
  4902. "ramda": "~0.30.0",
  4903. "ramda-adjunct": "^5.0.0"
  4904. }
  4905. },
  4906. "node_modules/@swagger-api/apidom-parser-adapter-openapi-json-3-2": {
  4907. "version": "1.12.1",
  4908. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-json-3-2/-/apidom-parser-adapter-openapi-json-3-2-1.12.1.tgz",
  4909. "integrity": "sha512-BFrjyONcPrp8kFYC8YPIKO2mvJcJMp2Gc99MwnVdpbZY+PJ2GWNh8ZMDR+e90VAAATCn+ZaeYQXjKo788BtZ2w==",
  4910. "license": "Apache-2.0",
  4911. "optional": true,
  4912. "dependencies": {
  4913. "@babel/runtime-corejs3": "^7.26.10",
  4914. "@swagger-api/apidom-core": "^1.12.1",
  4915. "@swagger-api/apidom-ns-openapi-3-2": "^1.12.1",
  4916. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  4917. "@types/ramda": "~0.30.0",
  4918. "ramda": "~0.30.0",
  4919. "ramda-adjunct": "^5.0.0"
  4920. }
  4921. },
  4922. "node_modules/@swagger-api/apidom-parser-adapter-openapi-yaml-2": {
  4923. "version": "1.12.1",
  4924. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-2/-/apidom-parser-adapter-openapi-yaml-2-1.12.1.tgz",
  4925. "integrity": "sha512-1tZI8BYmqbgSYKBW3zQy0YtG0xDwVCdguBffSITb6qXUfhpzDrziJFKqetAe+aa1SysyuZzyr/VOXizmvuY5mg==",
  4926. "license": "Apache-2.0",
  4927. "optional": true,
  4928. "dependencies": {
  4929. "@babel/runtime-corejs3": "^7.26.10",
  4930. "@swagger-api/apidom-core": "^1.12.1",
  4931. "@swagger-api/apidom-ns-openapi-2": "^1.12.1",
  4932. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4933. "@types/ramda": "~0.30.0",
  4934. "ramda": "~0.30.0",
  4935. "ramda-adjunct": "^5.0.0"
  4936. }
  4937. },
  4938. "node_modules/@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": {
  4939. "version": "1.12.1",
  4940. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-0/-/apidom-parser-adapter-openapi-yaml-3-0-1.12.1.tgz",
  4941. "integrity": "sha512-tnzd433XQeW3h8n4IrHCDZtMi1/55DYwl5Keov+w6ozfuX+akYm9y+tdD7wjlxF5sIVj0qD0glU05m2L4JH0rQ==",
  4942. "license": "Apache-2.0",
  4943. "optional": true,
  4944. "dependencies": {
  4945. "@babel/runtime-corejs3": "^7.26.10",
  4946. "@swagger-api/apidom-core": "^1.12.1",
  4947. "@swagger-api/apidom-ns-openapi-3-0": "^1.12.1",
  4948. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4949. "@types/ramda": "~0.30.0",
  4950. "ramda": "~0.30.0",
  4951. "ramda-adjunct": "^5.0.0"
  4952. }
  4953. },
  4954. "node_modules/@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": {
  4955. "version": "1.12.1",
  4956. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-1/-/apidom-parser-adapter-openapi-yaml-3-1-1.12.1.tgz",
  4957. "integrity": "sha512-1E6w/e9rOQ3tPoalI3WzUEbkxqtDWMeJvYqlTCKjESBxejz8LMr5PWbmSObG317Bd6E38LkWP6vEB9acXcO9Zg==",
  4958. "license": "Apache-2.0",
  4959. "optional": true,
  4960. "dependencies": {
  4961. "@babel/runtime-corejs3": "^7.26.10",
  4962. "@swagger-api/apidom-core": "^1.12.1",
  4963. "@swagger-api/apidom-ns-openapi-3-1": "^1.12.1",
  4964. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4965. "@types/ramda": "~0.30.0",
  4966. "ramda": "~0.30.0",
  4967. "ramda-adjunct": "^5.0.0"
  4968. }
  4969. },
  4970. "node_modules/@swagger-api/apidom-parser-adapter-openapi-yaml-3-2": {
  4971. "version": "1.12.1",
  4972. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-openapi-yaml-3-2/-/apidom-parser-adapter-openapi-yaml-3-2-1.12.1.tgz",
  4973. "integrity": "sha512-6wzxjBavlFghHmcNyqGxHLlOrRPndUjKOtz677YLjmiRz5TCDI7bSkqE6LaxktgsO4ygxUs9mkXNcEkAeJtfYw==",
  4974. "license": "Apache-2.0",
  4975. "optional": true,
  4976. "dependencies": {
  4977. "@babel/runtime-corejs3": "^7.26.10",
  4978. "@swagger-api/apidom-core": "^1.12.1",
  4979. "@swagger-api/apidom-ns-openapi-3-2": "^1.12.1",
  4980. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1",
  4981. "@types/ramda": "~0.30.0",
  4982. "ramda": "~0.30.0",
  4983. "ramda-adjunct": "^5.0.0"
  4984. }
  4985. },
  4986. "node_modules/@swagger-api/apidom-parser-adapter-yaml-1-2": {
  4987. "version": "1.12.1",
  4988. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-parser-adapter-yaml-1-2/-/apidom-parser-adapter-yaml-1-2-1.12.1.tgz",
  4989. "integrity": "sha512-AMIvD+XHtkjFnuXRfn0OJynitPCdi+ru9WEj4SrZ9KnSOV6tkhhuZqi+IB2LEdwPBAjI7WuuNNqLkMhCu1ZDGw==",
  4990. "license": "Apache-2.0",
  4991. "optional": true,
  4992. "dependencies": {
  4993. "@babel/runtime-corejs3": "^7.26.10",
  4994. "@swagger-api/apidom-ast": "^1.12.1",
  4995. "@swagger-api/apidom-core": "^1.12.1",
  4996. "@swagger-api/apidom-error": "^1.12.1",
  4997. "@tree-sitter-grammars/tree-sitter-yaml": "=0.7.1",
  4998. "@types/ramda": "~0.30.0",
  4999. "ramda": "~0.30.0",
  5000. "ramda-adjunct": "^5.0.0",
  5001. "tree-sitter": "=0.22.4",
  5002. "web-tree-sitter": "=0.24.5"
  5003. }
  5004. },
  5005. "node_modules/@swagger-api/apidom-parser-adapter-yaml-1-2/node_modules/@tree-sitter-grammars/tree-sitter-yaml": {
  5006. "version": "0.7.1",
  5007. "resolved": "https://registry.npmjs.org/@tree-sitter-grammars/tree-sitter-yaml/-/tree-sitter-yaml-0.7.1.tgz",
  5008. "integrity": "sha512-AynBwkIoQCTgjDR33bDUp9Mqq+YTco0is3n5hRApMqG9of/6A4eQsfC1/uSEeHSUyMQSYawcAWamsexnVpIP4Q==",
  5009. "hasInstallScript": true,
  5010. "license": "MIT",
  5011. "optional": true,
  5012. "dependencies": {
  5013. "node-addon-api": "^8.3.1",
  5014. "node-gyp-build": "^4.8.4"
  5015. },
  5016. "peerDependencies": {
  5017. "tree-sitter": "^0.22.4"
  5018. },
  5019. "peerDependenciesMeta": {
  5020. "tree-sitter": {
  5021. "optional": true
  5022. }
  5023. }
  5024. },
  5025. "node_modules/@swagger-api/apidom-parser-adapter-yaml-1-2/node_modules/tree-sitter": {
  5026. "version": "0.22.4",
  5027. "resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.22.4.tgz",
  5028. "integrity": "sha512-usbHZP9/oxNsUY65MQUsduGRqDHQOou1cagUSwjhoSYAmSahjQDAVsh9s+SlZkn8X8+O1FULRGwHu7AFP3kjzg==",
  5029. "hasInstallScript": true,
  5030. "license": "MIT",
  5031. "optional": true,
  5032. "dependencies": {
  5033. "node-addon-api": "^8.3.0",
  5034. "node-gyp-build": "^4.8.4"
  5035. }
  5036. },
  5037. "node_modules/@swagger-api/apidom-reference": {
  5038. "version": "1.12.1",
  5039. "resolved": "https://registry.npmjs.org/@swagger-api/apidom-reference/-/apidom-reference-1.12.1.tgz",
  5040. "integrity": "sha512-2Au0z4AwwpqKia09p87xCTOWRHAoLuwgSY+082FOcyyOev8ICBUFd6vQXBL5wGKOgwsn6hShkvopj5dObGcKUA==",
  5041. "license": "Apache-2.0",
  5042. "dependencies": {
  5043. "@babel/runtime-corejs3": "^7.26.10",
  5044. "@swagger-api/apidom-core": "^1.12.1",
  5045. "@swagger-api/apidom-error": "^1.12.1",
  5046. "@types/ramda": "~0.30.0",
  5047. "axios": "^1.18.0",
  5048. "minimatch": "^10.2.6",
  5049. "ramda": "~0.30.0",
  5050. "ramda-adjunct": "^5.0.0"
  5051. },
  5052. "optionalDependencies": {
  5053. "@swagger-api/apidom-json-pointer": "^1.12.1",
  5054. "@swagger-api/apidom-ns-a2a-1": "^1.12.1",
  5055. "@swagger-api/apidom-ns-arazzo-1": "^1.12.1",
  5056. "@swagger-api/apidom-ns-asyncapi-2": "^1.12.1",
  5057. "@swagger-api/apidom-ns-openapi-2": "^1.12.1",
  5058. "@swagger-api/apidom-ns-openapi-3-0": "^1.12.1",
  5059. "@swagger-api/apidom-ns-openapi-3-1": "^1.12.1",
  5060. "@swagger-api/apidom-ns-openapi-3-2": "^1.12.1",
  5061. "@swagger-api/apidom-parser-adapter-a2a-json-1": "^1.12.1",
  5062. "@swagger-api/apidom-parser-adapter-a2a-yaml-1": "^1.12.1",
  5063. "@swagger-api/apidom-parser-adapter-api-design-systems-json": "^1.12.1",
  5064. "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "^1.12.1",
  5065. "@swagger-api/apidom-parser-adapter-arazzo-json-1": "^1.12.1",
  5066. "@swagger-api/apidom-parser-adapter-arazzo-yaml-1": "^1.12.1",
  5067. "@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^1.12.1",
  5068. "@swagger-api/apidom-parser-adapter-asyncapi-json-3": "^1.12.1",
  5069. "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^1.12.1",
  5070. "@swagger-api/apidom-parser-adapter-asyncapi-yaml-3": "^1.12.1",
  5071. "@swagger-api/apidom-parser-adapter-json": "^1.12.1",
  5072. "@swagger-api/apidom-parser-adapter-openapi-json-2": "^1.12.1",
  5073. "@swagger-api/apidom-parser-adapter-openapi-json-3-0": "^1.12.1",
  5074. "@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^1.12.1",
  5075. "@swagger-api/apidom-parser-adapter-openapi-json-3-2": "^1.12.1",
  5076. "@swagger-api/apidom-parser-adapter-openapi-yaml-2": "^1.12.1",
  5077. "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "^1.12.1",
  5078. "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^1.12.1",
  5079. "@swagger-api/apidom-parser-adapter-openapi-yaml-3-2": "^1.12.1",
  5080. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.1"
  5081. }
  5082. },
  5083. "node_modules/@swaggerexpert/cookie": {
  5084. "version": "2.0.2",
  5085. "resolved": "https://registry.npmjs.org/@swaggerexpert/cookie/-/cookie-2.0.2.tgz",
  5086. "integrity": "sha512-DPI8YJ0Vznk4CT+ekn3rcFNq1uQwvUHZhH6WvTSPD0YKBIlMS9ur2RYKghXuxxOiqOam/i4lHJH4xTIiTgs3Mg==",
  5087. "license": "Apache-2.0",
  5088. "dependencies": {
  5089. "apg-lite": "^1.0.3"
  5090. },
  5091. "engines": {
  5092. "node": ">=12.20.0"
  5093. }
  5094. },
  5095. "node_modules/@swaggerexpert/json-pointer": {
  5096. "version": "2.10.2",
  5097. "resolved": "https://registry.npmjs.org/@swaggerexpert/json-pointer/-/json-pointer-2.10.2.tgz",
  5098. "integrity": "sha512-qMx1nOrzoB+PF+pzb26Q4Tc2sOlrx9Ba2UBNX9hB31Omrq+QoZ2Gly0KLrQWw4Of1AQ4J9lnD+XOdwOdcdXqqw==",
  5099. "license": "Apache-2.0",
  5100. "dependencies": {
  5101. "apg-lite": "^1.0.4"
  5102. },
  5103. "engines": {
  5104. "node": ">=12.20.0"
  5105. }
  5106. },
  5107. "node_modules/@tanstack/query-core": {
  5108. "version": "5.102.8",
  5109. "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.102.8.tgz",
  5110. "integrity": "sha512-ZNjkJ33CqvPNec/6lZBnHqLc3EVGPZ9ySLhYahU9TcuRFdmwXewuj0c4hwSWcGHqEUwcSrKeZ+oGcvPBqXcQcg==",
  5111. "license": "MIT",
  5112. "funding": {
  5113. "type": "github",
  5114. "url": "https://github.com/sponsors/tannerlinsley"
  5115. }
  5116. },
  5117. "node_modules/@tanstack/query-devtools": {
  5118. "version": "5.102.8",
  5119. "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.102.8.tgz",
  5120. "integrity": "sha512-ZgeMKuF5d/zOE+tgWm3cSbD6Zcbr6IugVsnbHzUcSismqLZDSUPBKM6ILUxExgwe6rPAOox2x5bA5T+PSOQG0Q==",
  5121. "license": "MIT",
  5122. "funding": {
  5123. "type": "github",
  5124. "url": "https://github.com/sponsors/tannerlinsley"
  5125. }
  5126. },
  5127. "node_modules/@tanstack/react-query": {
  5128. "version": "5.102.8",
  5129. "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.102.8.tgz",
  5130. "integrity": "sha512-TYBea4OuXWD7MhaSHq069TWbFe7rcwWN6kzT7JF0OKi1K6c1gTv2IzD6A6ExJsCMozdkqBWeuIUZmu4KQg0O5A==",
  5131. "license": "MIT",
  5132. "dependencies": {
  5133. "@tanstack/query-core": "5.102.8"
  5134. },
  5135. "funding": {
  5136. "type": "github",
  5137. "url": "https://github.com/sponsors/tannerlinsley"
  5138. },
  5139. "peerDependencies": {
  5140. "react": "^18 || ^19"
  5141. }
  5142. },
  5143. "node_modules/@tanstack/react-query-devtools": {
  5144. "version": "5.102.8",
  5145. "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.102.8.tgz",
  5146. "integrity": "sha512-QKb7A44BZOU7nxsGA4gFN1fofjYovar5O0T83Ff4Y+2eRq09RGFrAzzutVdF/6/emfSaMDohp6e759BjB3fxEw==",
  5147. "license": "MIT",
  5148. "dependencies": {
  5149. "@tanstack/query-devtools": "5.102.8"
  5150. },
  5151. "funding": {
  5152. "type": "github",
  5153. "url": "https://github.com/sponsors/tannerlinsley"
  5154. },
  5155. "peerDependencies": {
  5156. "@tanstack/react-query": "^5.102.8",
  5157. "react": "^18 || ^19"
  5158. }
  5159. },
  5160. "node_modules/@testing-library/dom": {
  5161. "version": "10.4.1",
  5162. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz",
  5163. "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==",
  5164. "dev": true,
  5165. "license": "MIT",
  5166. "dependencies": {
  5167. "@babel/code-frame": "^7.10.4",
  5168. "@babel/runtime": "^7.12.5",
  5169. "@types/aria-query": "^5.0.1",
  5170. "aria-query": "5.3.0",
  5171. "dom-accessibility-api": "^0.5.9",
  5172. "lz-string": "^1.5.0",
  5173. "picocolors": "1.1.1",
  5174. "pretty-format": "^27.0.2"
  5175. },
  5176. "engines": {
  5177. "node": ">=18"
  5178. }
  5179. },
  5180. "node_modules/@testing-library/jest-dom": {
  5181. "version": "6.9.1",
  5182. "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz",
  5183. "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==",
  5184. "dev": true,
  5185. "license": "MIT",
  5186. "dependencies": {
  5187. "@adobe/css-tools": "^4.4.0",
  5188. "aria-query": "^5.0.0",
  5189. "css.escape": "^1.5.1",
  5190. "dom-accessibility-api": "^0.6.3",
  5191. "picocolors": "^1.1.1",
  5192. "redent": "^3.0.0"
  5193. },
  5194. "engines": {
  5195. "node": ">=14",
  5196. "npm": ">=6",
  5197. "yarn": ">=1"
  5198. }
  5199. },
  5200. "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
  5201. "version": "0.6.3",
  5202. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz",
  5203. "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==",
  5204. "dev": true,
  5205. "license": "MIT"
  5206. },
  5207. "node_modules/@testing-library/react": {
  5208. "version": "16.3.3",
  5209. "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.3.tgz",
  5210. "integrity": "sha512-Uo193NgQbPMz6lrrhtRQQFcMC6Re/ELLFbbuVL30WDlZxlpZf9/lMHTAVxPRLw1q1iu9OJmR1c2BLiENRstdBg==",
  5211. "dev": true,
  5212. "license": "MIT",
  5213. "dependencies": {
  5214. "@babel/runtime": "^7.12.5"
  5215. },
  5216. "engines": {
  5217. "node": ">=18"
  5218. },
  5219. "peerDependencies": {
  5220. "@testing-library/dom": "^10.0.0",
  5221. "@types/react": "^18.0.0 || ^19.0.0",
  5222. "@types/react-dom": "^18.0.0 || ^19.0.0",
  5223. "react": "^18.0.0 || ^19.0.0",
  5224. "react-dom": "^18.0.0 || ^19.0.0"
  5225. },
  5226. "peerDependenciesMeta": {
  5227. "@types/react": {
  5228. "optional": true
  5229. },
  5230. "@types/react-dom": {
  5231. "optional": true
  5232. }
  5233. }
  5234. },
  5235. "node_modules/@testing-library/user-event": {
  5236. "version": "14.6.7",
  5237. "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.7.tgz",
  5238. "integrity": "sha512-MPCpX8bxe8zS+JmmTwLp8jd0dy1rAm60Te/SL8JrQM3qvQJcBOs1d7IefJMyZzqM3EWBrDn/LWDt1BCGu4ASfg==",
  5239. "dev": true,
  5240. "license": "MIT",
  5241. "engines": {
  5242. "node": ">=12",
  5243. "npm": ">=6"
  5244. },
  5245. "peerDependencies": {
  5246. "@testing-library/dom": ">=7.21.4"
  5247. }
  5248. },
  5249. "node_modules/@tybys/wasm-util": {
  5250. "version": "0.10.3",
  5251. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
  5252. "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
  5253. "dev": true,
  5254. "license": "MIT",
  5255. "optional": true,
  5256. "dependencies": {
  5257. "tslib": "^2.4.0"
  5258. }
  5259. },
  5260. "node_modules/@types/aria-query": {
  5261. "version": "5.0.4",
  5262. "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
  5263. "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
  5264. "dev": true,
  5265. "license": "MIT"
  5266. },
  5267. "node_modules/@types/babel__core": {
  5268. "version": "7.20.5",
  5269. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  5270. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  5271. "dev": true,
  5272. "license": "MIT",
  5273. "dependencies": {
  5274. "@babel/parser": "^7.20.7",
  5275. "@babel/types": "^7.20.7",
  5276. "@types/babel__generator": "*",
  5277. "@types/babel__template": "*",
  5278. "@types/babel__traverse": "*"
  5279. }
  5280. },
  5281. "node_modules/@types/babel__generator": {
  5282. "version": "7.27.0",
  5283. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  5284. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  5285. "dev": true,
  5286. "license": "MIT",
  5287. "dependencies": {
  5288. "@babel/types": "^7.0.0"
  5289. }
  5290. },
  5291. "node_modules/@types/babel__template": {
  5292. "version": "7.4.4",
  5293. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  5294. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  5295. "dev": true,
  5296. "license": "MIT",
  5297. "dependencies": {
  5298. "@babel/parser": "^7.1.0",
  5299. "@babel/types": "^7.0.0"
  5300. }
  5301. },
  5302. "node_modules/@types/babel__traverse": {
  5303. "version": "7.28.0",
  5304. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  5305. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  5306. "dev": true,
  5307. "license": "MIT",
  5308. "dependencies": {
  5309. "@babel/types": "^7.28.2"
  5310. }
  5311. },
  5312. "node_modules/@types/chai": {
  5313. "version": "5.2.3",
  5314. "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
  5315. "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
  5316. "dev": true,
  5317. "license": "MIT",
  5318. "dependencies": {
  5319. "@types/deep-eql": "*",
  5320. "assertion-error": "^2.0.1"
  5321. }
  5322. },
  5323. "node_modules/@types/deep-eql": {
  5324. "version": "4.0.2",
  5325. "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
  5326. "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
  5327. "dev": true,
  5328. "license": "MIT"
  5329. },
  5330. "node_modules/@types/doctrine": {
  5331. "version": "0.0.9",
  5332. "resolved": "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz",
  5333. "integrity": "sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==",
  5334. "dev": true,
  5335. "license": "MIT"
  5336. },
  5337. "node_modules/@types/estree": {
  5338. "version": "1.0.9",
  5339. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  5340. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  5341. "dev": true,
  5342. "license": "MIT"
  5343. },
  5344. "node_modules/@types/hast": {
  5345. "version": "3.0.5",
  5346. "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
  5347. "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
  5348. "license": "MIT",
  5349. "dependencies": {
  5350. "@types/unist": "*"
  5351. }
  5352. },
  5353. "node_modules/@types/mdx": {
  5354. "version": "2.0.14",
  5355. "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.14.tgz",
  5356. "integrity": "sha512-T48PeuJtvLosNTPVhfnIp3i/n3a4g4Bad7YCq5k64D4u7NwDrAotikQ+5+sjtUvBmxCMlbo3dVL+C2dP0rWHzg==",
  5357. "dev": true,
  5358. "license": "MIT"
  5359. },
  5360. "node_modules/@types/node": {
  5361. "version": "22.20.2",
  5362. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.2.tgz",
  5363. "integrity": "sha512-xlvWf4Vs9n1PEVYwP1n4vvG07M6y8WgvJ2t0vbrWTmijsIHp1cS+uJ2kMIRdY3nHZK0nCYKrPeD171+SzF4/zw==",
  5364. "dev": true,
  5365. "license": "MIT",
  5366. "dependencies": {
  5367. "undici-types": "~6.21.0"
  5368. }
  5369. },
  5370. "node_modules/@types/prismjs": {
  5371. "version": "1.26.6",
  5372. "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.6.tgz",
  5373. "integrity": "sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw==",
  5374. "license": "MIT"
  5375. },
  5376. "node_modules/@types/ramda": {
  5377. "version": "0.30.2",
  5378. "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.30.2.tgz",
  5379. "integrity": "sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA==",
  5380. "license": "MIT",
  5381. "dependencies": {
  5382. "types-ramda": "^0.30.1"
  5383. }
  5384. },
  5385. "node_modules/@types/react": {
  5386. "version": "19.3.0",
  5387. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.3.0.tgz",
  5388. "integrity": "sha512-N0rFCuH9YoxG9/m61l9MfpJKfmLOVU0em7ipIz6TRgSSkvReLB9vL85GB+yr8Bs5leqpvg96JSwF4ZS1s4viQg==",
  5389. "devOptional": true,
  5390. "license": "MIT",
  5391. "dependencies": {
  5392. "csstype": "^3.2.2"
  5393. }
  5394. },
  5395. "node_modules/@types/react-dom": {
  5396. "version": "19.3.0",
  5397. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.3.0.tgz",
  5398. "integrity": "sha512-ZI7bU42mZXXKHn/qNLEw2IrbiINU7X5+vfgdixBHkCNpYWXjKgfQ/P+uyGb5CjOLB9UcnTeg3rylQtV2hym44Q==",
  5399. "dev": true,
  5400. "license": "MIT",
  5401. "peerDependencies": {
  5402. "@types/react": "^19.3.0"
  5403. }
  5404. },
  5405. "node_modules/@types/resolve": {
  5406. "version": "1.20.6",
  5407. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.6.tgz",
  5408. "integrity": "sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==",
  5409. "dev": true,
  5410. "license": "MIT"
  5411. },
  5412. "node_modules/@types/set-cookie-parser": {
  5413. "version": "2.4.10",
  5414. "resolved": "https://registry.npmjs.org/@types/set-cookie-parser/-/set-cookie-parser-2.4.10.tgz",
  5415. "integrity": "sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw==",
  5416. "dev": true,
  5417. "license": "MIT",
  5418. "dependencies": {
  5419. "@types/node": "*"
  5420. }
  5421. },
  5422. "node_modules/@types/statuses": {
  5423. "version": "2.0.6",
  5424. "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.6.tgz",
  5425. "integrity": "sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA==",
  5426. "dev": true,
  5427. "license": "MIT"
  5428. },
  5429. "node_modules/@types/swagger-ui-react": {
  5430. "version": "5.18.0",
  5431. "resolved": "https://registry.npmjs.org/@types/swagger-ui-react/-/swagger-ui-react-5.18.0.tgz",
  5432. "integrity": "sha512-c2M9adVG7t28t1pq19K9Jt20VLQf0P/fwJwnfcmsVVsdkwCWhRmbKDu+tIs0/NGwJ/7GY8lBx+iKZxuDI5gDbw==",
  5433. "dev": true,
  5434. "license": "MIT",
  5435. "dependencies": {
  5436. "@types/react": "*"
  5437. }
  5438. },
  5439. "node_modules/@types/trusted-types": {
  5440. "version": "2.0.7",
  5441. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  5442. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  5443. "license": "MIT",
  5444. "optional": true
  5445. },
  5446. "node_modules/@types/unist": {
  5447. "version": "3.0.3",
  5448. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
  5449. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  5450. "license": "MIT"
  5451. },
  5452. "node_modules/@types/use-sync-external-store": {
  5453. "version": "0.0.6",
  5454. "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
  5455. "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
  5456. "license": "MIT"
  5457. },
  5458. "node_modules/@typescript/typescript-aix-ppc64": {
  5459. "version": "7.0.2",
  5460. "resolved": "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
  5461. "integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
  5462. "cpu": [
  5463. "ppc64"
  5464. ],
  5465. "license": "Apache-2.0",
  5466. "optional": true,
  5467. "os": [
  5468. "aix"
  5469. ],
  5470. "engines": {
  5471. "node": ">=16.20.0"
  5472. }
  5473. },
  5474. "node_modules/@typescript/typescript-darwin-arm64": {
  5475. "version": "7.0.2",
  5476. "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz",
  5477. "integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==",
  5478. "cpu": [
  5479. "arm64"
  5480. ],
  5481. "license": "Apache-2.0",
  5482. "optional": true,
  5483. "os": [
  5484. "darwin"
  5485. ],
  5486. "engines": {
  5487. "node": ">=16.20.0"
  5488. }
  5489. },
  5490. "node_modules/@typescript/typescript-darwin-x64": {
  5491. "version": "7.0.2",
  5492. "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz",
  5493. "integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==",
  5494. "cpu": [
  5495. "x64"
  5496. ],
  5497. "license": "Apache-2.0",
  5498. "optional": true,
  5499. "os": [
  5500. "darwin"
  5501. ],
  5502. "engines": {
  5503. "node": ">=16.20.0"
  5504. }
  5505. },
  5506. "node_modules/@typescript/typescript-freebsd-arm64": {
  5507. "version": "7.0.2",
  5508. "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz",
  5509. "integrity": "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==",
  5510. "cpu": [
  5511. "arm64"
  5512. ],
  5513. "license": "Apache-2.0",
  5514. "optional": true,
  5515. "os": [
  5516. "freebsd"
  5517. ],
  5518. "engines": {
  5519. "node": ">=16.20.0"
  5520. }
  5521. },
  5522. "node_modules/@typescript/typescript-freebsd-x64": {
  5523. "version": "7.0.2",
  5524. "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz",
  5525. "integrity": "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==",
  5526. "cpu": [
  5527. "x64"
  5528. ],
  5529. "license": "Apache-2.0",
  5530. "optional": true,
  5531. "os": [
  5532. "freebsd"
  5533. ],
  5534. "engines": {
  5535. "node": ">=16.20.0"
  5536. }
  5537. },
  5538. "node_modules/@typescript/typescript-linux-arm": {
  5539. "version": "7.0.2",
  5540. "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz",
  5541. "integrity": "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==",
  5542. "cpu": [
  5543. "arm"
  5544. ],
  5545. "license": "Apache-2.0",
  5546. "optional": true,
  5547. "os": [
  5548. "linux"
  5549. ],
  5550. "engines": {
  5551. "node": ">=16.20.0"
  5552. }
  5553. },
  5554. "node_modules/@typescript/typescript-linux-arm64": {
  5555. "version": "7.0.2",
  5556. "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz",
  5557. "integrity": "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==",
  5558. "cpu": [
  5559. "arm64"
  5560. ],
  5561. "license": "Apache-2.0",
  5562. "optional": true,
  5563. "os": [
  5564. "linux"
  5565. ],
  5566. "engines": {
  5567. "node": ">=16.20.0"
  5568. }
  5569. },
  5570. "node_modules/@typescript/typescript-linux-loong64": {
  5571. "version": "7.0.2",
  5572. "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz",
  5573. "integrity": "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==",
  5574. "cpu": [
  5575. "loong64"
  5576. ],
  5577. "license": "Apache-2.0",
  5578. "optional": true,
  5579. "os": [
  5580. "linux"
  5581. ],
  5582. "engines": {
  5583. "node": ">=16.20.0"
  5584. }
  5585. },
  5586. "node_modules/@typescript/typescript-linux-mips64el": {
  5587. "version": "7.0.2",
  5588. "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz",
  5589. "integrity": "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==",
  5590. "cpu": [
  5591. "mips64el"
  5592. ],
  5593. "license": "Apache-2.0",
  5594. "optional": true,
  5595. "os": [
  5596. "linux"
  5597. ],
  5598. "engines": {
  5599. "node": ">=16.20.0"
  5600. }
  5601. },
  5602. "node_modules/@typescript/typescript-linux-ppc64": {
  5603. "version": "7.0.2",
  5604. "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz",
  5605. "integrity": "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==",
  5606. "cpu": [
  5607. "ppc64"
  5608. ],
  5609. "license": "Apache-2.0",
  5610. "optional": true,
  5611. "os": [
  5612. "linux"
  5613. ],
  5614. "engines": {
  5615. "node": ">=16.20.0"
  5616. }
  5617. },
  5618. "node_modules/@typescript/typescript-linux-riscv64": {
  5619. "version": "7.0.2",
  5620. "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz",
  5621. "integrity": "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==",
  5622. "cpu": [
  5623. "riscv64"
  5624. ],
  5625. "license": "Apache-2.0",
  5626. "optional": true,
  5627. "os": [
  5628. "linux"
  5629. ],
  5630. "engines": {
  5631. "node": ">=16.20.0"
  5632. }
  5633. },
  5634. "node_modules/@typescript/typescript-linux-s390x": {
  5635. "version": "7.0.2",
  5636. "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz",
  5637. "integrity": "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==",
  5638. "cpu": [
  5639. "s390x"
  5640. ],
  5641. "license": "Apache-2.0",
  5642. "optional": true,
  5643. "os": [
  5644. "linux"
  5645. ],
  5646. "engines": {
  5647. "node": ">=16.20.0"
  5648. }
  5649. },
  5650. "node_modules/@typescript/typescript-linux-x64": {
  5651. "version": "7.0.2",
  5652. "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz",
  5653. "integrity": "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==",
  5654. "cpu": [
  5655. "x64"
  5656. ],
  5657. "license": "Apache-2.0",
  5658. "optional": true,
  5659. "os": [
  5660. "linux"
  5661. ],
  5662. "engines": {
  5663. "node": ">=16.20.0"
  5664. }
  5665. },
  5666. "node_modules/@typescript/typescript-netbsd-arm64": {
  5667. "version": "7.0.2",
  5668. "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz",
  5669. "integrity": "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==",
  5670. "cpu": [
  5671. "arm64"
  5672. ],
  5673. "license": "Apache-2.0",
  5674. "optional": true,
  5675. "os": [
  5676. "netbsd"
  5677. ],
  5678. "engines": {
  5679. "node": ">=16.20.0"
  5680. }
  5681. },
  5682. "node_modules/@typescript/typescript-netbsd-x64": {
  5683. "version": "7.0.2",
  5684. "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz",
  5685. "integrity": "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==",
  5686. "cpu": [
  5687. "x64"
  5688. ],
  5689. "license": "Apache-2.0",
  5690. "optional": true,
  5691. "os": [
  5692. "netbsd"
  5693. ],
  5694. "engines": {
  5695. "node": ">=16.20.0"
  5696. }
  5697. },
  5698. "node_modules/@typescript/typescript-openbsd-arm64": {
  5699. "version": "7.0.2",
  5700. "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz",
  5701. "integrity": "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==",
  5702. "cpu": [
  5703. "arm64"
  5704. ],
  5705. "license": "Apache-2.0",
  5706. "optional": true,
  5707. "os": [
  5708. "openbsd"
  5709. ],
  5710. "engines": {
  5711. "node": ">=16.20.0"
  5712. }
  5713. },
  5714. "node_modules/@typescript/typescript-openbsd-x64": {
  5715. "version": "7.0.2",
  5716. "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz",
  5717. "integrity": "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==",
  5718. "cpu": [
  5719. "x64"
  5720. ],
  5721. "license": "Apache-2.0",
  5722. "optional": true,
  5723. "os": [
  5724. "openbsd"
  5725. ],
  5726. "engines": {
  5727. "node": ">=16.20.0"
  5728. }
  5729. },
  5730. "node_modules/@typescript/typescript-sunos-x64": {
  5731. "version": "7.0.2",
  5732. "resolved": "https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz",
  5733. "integrity": "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==",
  5734. "cpu": [
  5735. "x64"
  5736. ],
  5737. "license": "Apache-2.0",
  5738. "optional": true,
  5739. "os": [
  5740. "sunos"
  5741. ],
  5742. "engines": {
  5743. "node": ">=16.20.0"
  5744. }
  5745. },
  5746. "node_modules/@typescript/typescript-win32-arm64": {
  5747. "version": "7.0.2",
  5748. "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz",
  5749. "integrity": "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==",
  5750. "cpu": [
  5751. "arm64"
  5752. ],
  5753. "license": "Apache-2.0",
  5754. "optional": true,
  5755. "os": [
  5756. "win32"
  5757. ],
  5758. "engines": {
  5759. "node": ">=16.20.0"
  5760. }
  5761. },
  5762. "node_modules/@typescript/typescript-win32-x64": {
  5763. "version": "7.0.2",
  5764. "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz",
  5765. "integrity": "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==",
  5766. "cpu": [
  5767. "x64"
  5768. ],
  5769. "license": "Apache-2.0",
  5770. "optional": true,
  5771. "os": [
  5772. "win32"
  5773. ],
  5774. "engines": {
  5775. "node": ">=16.20.0"
  5776. }
  5777. },
  5778. "node_modules/@vitejs/plugin-react": {
  5779. "version": "6.1.1",
  5780. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.1.tgz",
  5781. "integrity": "sha512-yxLaQV9gkhS8ezJqCM6+ndU7mDY6gqAg75NQ+0IjwEI8IYOmQCgkRwHKVSfWXW076DsqMo0Dk+0FK1U+M5RgFw==",
  5782. "dev": true,
  5783. "license": "MIT",
  5784. "dependencies": {
  5785. "@rolldown/pluginutils": "^1.0.1"
  5786. },
  5787. "engines": {
  5788. "node": "^20.19.0 || >=22.12.0"
  5789. },
  5790. "peerDependencies": {
  5791. "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
  5792. "babel-plugin-react-compiler": "^1.0.0",
  5793. "oxc-transform-react": "^0.145.0",
  5794. "vite": "^8.0.0"
  5795. },
  5796. "peerDependenciesMeta": {
  5797. "@rolldown/plugin-babel": {
  5798. "optional": true
  5799. },
  5800. "babel-plugin-react-compiler": {
  5801. "optional": true
  5802. },
  5803. "oxc-transform-react": {
  5804. "optional": true
  5805. }
  5806. }
  5807. },
  5808. "node_modules/@vitest/browser": {
  5809. "version": "5.0.0",
  5810. "resolved": "https://registry.npmjs.org/@vitest/browser/-/browser-5.0.0.tgz",
  5811. "integrity": "sha512-JC9FG5xIRxPHXJPcdCaluIJcEoeM0IwGQ3xneuJk09LXKHRNs40BqWDWymQikbb20yOpYvzpKzmYgPRuSzKmvg==",
  5812. "dev": true,
  5813. "license": "MIT",
  5814. "dependencies": {
  5815. "@blazediff/core": "1.10.0",
  5816. "@vitest/mocker": "5.0.0",
  5817. "@vitest/ui": "5.0.0",
  5818. "@vitest/utils": "5.0.0",
  5819. "magic-string": "^1.2.3",
  5820. "pngjs": "^7.0.0",
  5821. "sirv": "^3.0.2",
  5822. "tinyrainbow": "^3.1.1",
  5823. "ws": "^8.21.3"
  5824. },
  5825. "funding": {
  5826. "url": "https://opencollective.com/vitest"
  5827. },
  5828. "peerDependencies": {
  5829. "vitest": "5.0.0"
  5830. }
  5831. },
  5832. "node_modules/@vitest/browser-playwright": {
  5833. "version": "5.0.0",
  5834. "resolved": "https://registry.npmjs.org/@vitest/browser-playwright/-/browser-playwright-5.0.0.tgz",
  5835. "integrity": "sha512-N+gED9y4/8pypaHjz/x0ah3CjoBr+N0hWWT+Gq4VXtMzyB+rUIdHni0ulzpD1j4H77iWy5Jg8PRMlVn6kjxo6g==",
  5836. "dev": true,
  5837. "license": "MIT",
  5838. "dependencies": {
  5839. "@vitest/browser": "5.0.0",
  5840. "@vitest/mocker": "5.0.0",
  5841. "tinyrainbow": "^3.1.1"
  5842. },
  5843. "funding": {
  5844. "url": "https://opencollective.com/vitest"
  5845. },
  5846. "peerDependencies": {
  5847. "playwright": "*",
  5848. "vitest": "5.0.0"
  5849. },
  5850. "peerDependenciesMeta": {
  5851. "playwright": {
  5852. "optional": false
  5853. }
  5854. }
  5855. },
  5856. "node_modules/@vitest/coverage-v8": {
  5857. "version": "5.0.0",
  5858. "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-5.0.0.tgz",
  5859. "integrity": "sha512-toMg6PZGCIa/lQNCDoASrfb1ly4hsUKXFtFYC9kD4t78o5Y6LyNJU7AENt8eHPr3quYdxaxK7hj2mnbFfUk9NA==",
  5860. "dev": true,
  5861. "license": "MIT",
  5862. "dependencies": {
  5863. "@bcoe/v8-coverage": "^1.0.2",
  5864. "@vitest/istanbul-lib-coverage": "^1.0.0",
  5865. "@vitest/istanbul-lib-report": "^1.0.0",
  5866. "ast-v8-to-istanbul": "^1.0.5",
  5867. "magicast": "^0.5.4",
  5868. "obug": "^2.1.4",
  5869. "std-env": "^4.2.0",
  5870. "tinyrainbow": "^3.1.1"
  5871. },
  5872. "funding": {
  5873. "url": "https://opencollective.com/vitest"
  5874. },
  5875. "peerDependencies": {
  5876. "@vitest/browser": "5.0.0",
  5877. "vitest": "5.0.0"
  5878. },
  5879. "peerDependenciesMeta": {
  5880. "@vitest/browser": {
  5881. "optional": true
  5882. }
  5883. }
  5884. },
  5885. "node_modules/@vitest/expect": {
  5886. "version": "3.2.4",
  5887. "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz",
  5888. "integrity": "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==",
  5889. "dev": true,
  5890. "license": "MIT",
  5891. "dependencies": {
  5892. "@types/chai": "^5.2.2",
  5893. "@vitest/spy": "3.2.4",
  5894. "@vitest/utils": "3.2.4",
  5895. "chai": "^5.2.0",
  5896. "tinyrainbow": "^2.0.0"
  5897. },
  5898. "funding": {
  5899. "url": "https://opencollective.com/vitest"
  5900. }
  5901. },
  5902. "node_modules/@vitest/expect/node_modules/@vitest/pretty-format": {
  5903. "version": "3.2.4",
  5904. "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz",
  5905. "integrity": "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==",
  5906. "dev": true,
  5907. "license": "MIT",
  5908. "dependencies": {
  5909. "tinyrainbow": "^2.0.0"
  5910. },
  5911. "funding": {
  5912. "url": "https://opencollective.com/vitest"
  5913. }
  5914. },
  5915. "node_modules/@vitest/expect/node_modules/@vitest/spy": {
  5916. "version": "3.2.4",
  5917. "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz",
  5918. "integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==",
  5919. "dev": true,
  5920. "license": "MIT",
  5921. "dependencies": {
  5922. "tinyspy": "^4.0.3"
  5923. },
  5924. "funding": {
  5925. "url": "https://opencollective.com/vitest"
  5926. }
  5927. },
  5928. "node_modules/@vitest/expect/node_modules/@vitest/utils": {
  5929. "version": "3.2.4",
  5930. "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.4.tgz",
  5931. "integrity": "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==",
  5932. "dev": true,
  5933. "license": "MIT",
  5934. "dependencies": {
  5935. "@vitest/pretty-format": "3.2.4",
  5936. "loupe": "^3.1.4",
  5937. "tinyrainbow": "^2.0.0"
  5938. },
  5939. "funding": {
  5940. "url": "https://opencollective.com/vitest"
  5941. }
  5942. },
  5943. "node_modules/@vitest/expect/node_modules/tinyrainbow": {
  5944. "version": "2.0.0",
  5945. "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz",
  5946. "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==",
  5947. "dev": true,
  5948. "license": "MIT",
  5949. "engines": {
  5950. "node": ">=14.0.0"
  5951. }
  5952. },
  5953. "node_modules/@vitest/istanbul-lib-coverage": {
  5954. "version": "1.0.1",
  5955. "resolved": "https://registry.npmjs.org/@vitest/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.1.tgz",
  5956. "integrity": "sha512-k3DJZ8LhMBK9NS4SclF1ASD3OgXEWDorbIcPTRDK0/Zae6fRvu+fJRxtFdLfHsa9Y24beCdPnoNZ4LviTNstfA==",
  5957. "dev": true,
  5958. "license": "MIT",
  5959. "engines": {
  5960. "node": ">=22"
  5961. }
  5962. },
  5963. "node_modules/@vitest/istanbul-lib-report": {
  5964. "version": "1.0.1",
  5965. "resolved": "https://registry.npmjs.org/@vitest/istanbul-lib-report/-/istanbul-lib-report-1.0.1.tgz",
  5966. "integrity": "sha512-1EOLRfsTMnyAr3+kEAsP4o9dhaDlGPpD7H5iLBBeq//YpNB1VIahkPhB+eRp9N2Dkfw8oySROjE3yf9XDeaIkQ==",
  5967. "dev": true,
  5968. "license": "MIT",
  5969. "dependencies": {
  5970. "@vitest/istanbul-lib-coverage": "1.0.1"
  5971. },
  5972. "engines": {
  5973. "node": ">=22"
  5974. }
  5975. },
  5976. "node_modules/@vitest/mocker": {
  5977. "version": "5.0.0",
  5978. "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-5.0.0.tgz",
  5979. "integrity": "sha512-66PGTMIiVJP3t4a5yxU9qPtf7MdTBs8jmToMvy+HVflB3Yy13WJZTtPePdvU+wjRV02SKK5doLbSA6o9pwOmiA==",
  5980. "dev": true,
  5981. "license": "MIT",
  5982. "dependencies": {
  5983. "@jridgewell/trace-mapping": "0.3.31",
  5984. "@vitest/spy": "5.0.0",
  5985. "estree-walker": "^3.0.3",
  5986. "magic-string": "^1.2.3"
  5987. },
  5988. "funding": {
  5989. "url": "https://opencollective.com/vitest"
  5990. },
  5991. "peerDependencies": {
  5992. "msw": "^2.4.9",
  5993. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5994. },
  5995. "peerDependenciesMeta": {
  5996. "msw": {
  5997. "optional": true
  5998. },
  5999. "vite": {
  6000. "optional": true
  6001. }
  6002. }
  6003. },
  6004. "node_modules/@vitest/mocker/node_modules/estree-walker": {
  6005. "version": "3.0.3",
  6006. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  6007. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  6008. "dev": true,
  6009. "license": "MIT",
  6010. "dependencies": {
  6011. "@types/estree": "^1.0.0"
  6012. }
  6013. },
  6014. "node_modules/@vitest/pretty-format": {
  6015. "version": "5.0.0",
  6016. "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-5.0.0.tgz",
  6017. "integrity": "sha512-PVRNuB3wpReb4SQEs4zTKM4KWFhQ5pw3spE8naoDJNB5T5aWRzGKHwXcLUllr0WeOTXpB6bSr3CJLo5+7XQSSQ==",
  6018. "dev": true,
  6019. "license": "MIT",
  6020. "dependencies": {
  6021. "tinyrainbow": "^3.1.1"
  6022. },
  6023. "funding": {
  6024. "url": "https://opencollective.com/vitest"
  6025. }
  6026. },
  6027. "node_modules/@vitest/spy": {
  6028. "version": "5.0.0",
  6029. "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-5.0.0.tgz",
  6030. "integrity": "sha512-uy+luWBAPw9XfthoHi5AkfHUnuPYEESjl0p/r+meoBnU8bxg5GDQ3Ey8MjcJ6sqahkL4PFyrvfMJJBw7LbU06g==",
  6031. "dev": true,
  6032. "license": "MIT",
  6033. "funding": {
  6034. "url": "https://opencollective.com/vitest"
  6035. }
  6036. },
  6037. "node_modules/@vitest/ui": {
  6038. "version": "5.0.0",
  6039. "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-5.0.0.tgz",
  6040. "integrity": "sha512-h2FIFwggCY2GxUd2UdQoYNVQkOIqEQLPhNREcl3FUiRsdzQep7NWwYbSmhGEA9nFLPDq5pXzRMcBZQU8Py83sg==",
  6041. "dev": true,
  6042. "license": "MIT",
  6043. "dependencies": {
  6044. "@vitest/utils": "5.0.0",
  6045. "fflate": "^0.8.3",
  6046. "flatted": "^3.4.4",
  6047. "pathe": "^2.0.3",
  6048. "sirv": "^3.0.2",
  6049. "tinyrainbow": "^3.1.1"
  6050. },
  6051. "funding": {
  6052. "url": "https://opencollective.com/vitest"
  6053. },
  6054. "peerDependencies": {
  6055. "vitest": "5.0.0"
  6056. }
  6057. },
  6058. "node_modules/@vitest/utils": {
  6059. "version": "5.0.0",
  6060. "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-5.0.0.tgz",
  6061. "integrity": "sha512-dO++xL3vDfvhTAVimfkuQUA3k+JClIF1i1vAkPqpcGAthRmeWnXmHB7YPViPvgCwviX8u7Y5W1u2N//AaQr3fw==",
  6062. "dev": true,
  6063. "license": "MIT",
  6064. "dependencies": {
  6065. "@vitest/pretty-format": "5.0.0",
  6066. "convert-source-map": "^2.0.0",
  6067. "tinyrainbow": "^3.1.1"
  6068. },
  6069. "funding": {
  6070. "url": "https://opencollective.com/vitest"
  6071. }
  6072. },
  6073. "node_modules/@webcontainer/env": {
  6074. "version": "1.1.1",
  6075. "resolved": "https://registry.npmjs.org/@webcontainer/env/-/env-1.1.1.tgz",
  6076. "integrity": "sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng==",
  6077. "dev": true,
  6078. "license": "MIT"
  6079. },
  6080. "node_modules/acorn": {
  6081. "version": "8.18.0",
  6082. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
  6083. "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
  6084. "dev": true,
  6085. "license": "MIT",
  6086. "bin": {
  6087. "acorn": "bin/acorn"
  6088. },
  6089. "engines": {
  6090. "node": ">=0.4.0"
  6091. }
  6092. },
  6093. "node_modules/agent-base": {
  6094. "version": "6.0.2",
  6095. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  6096. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  6097. "license": "MIT",
  6098. "dependencies": {
  6099. "debug": "4"
  6100. },
  6101. "engines": {
  6102. "node": ">= 6.0.0"
  6103. }
  6104. },
  6105. "node_modules/ansi-regex": {
  6106. "version": "5.0.1",
  6107. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  6108. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  6109. "dev": true,
  6110. "license": "MIT",
  6111. "engines": {
  6112. "node": ">=8"
  6113. }
  6114. },
  6115. "node_modules/ansi-styles": {
  6116. "version": "5.2.0",
  6117. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  6118. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  6119. "dev": true,
  6120. "license": "MIT",
  6121. "engines": {
  6122. "node": ">=10"
  6123. },
  6124. "funding": {
  6125. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6126. }
  6127. },
  6128. "node_modules/antd": {
  6129. "version": "6.6.3",
  6130. "resolved": "https://registry.npmjs.org/antd/-/antd-6.6.3.tgz",
  6131. "integrity": "sha512-USnOxcOhWEQc65pHapSiCrZOijWef783XnqYZv8fuYIcYVoFxNxl6TsnsUhmoJyZheD/XwAx9CyO+hlyekDCQA==",
  6132. "license": "MIT",
  6133. "dependencies": {
  6134. "@ant-design/colors": "^8.0.1",
  6135. "@ant-design/cssinjs": "^2.1.2",
  6136. "@ant-design/cssinjs-utils": "^2.1.2",
  6137. "@ant-design/fast-color": "^3.0.1",
  6138. "@ant-design/icons": "^6.3.4",
  6139. "@ant-design/react-slick": "~2.0.0",
  6140. "@babel/runtime": "^7.29.2",
  6141. "@rc-component/cascader": "~1.22.0",
  6142. "@rc-component/checkbox": "~2.0.0",
  6143. "@rc-component/collapse": "~1.2.0",
  6144. "@rc-component/color-picker": "~3.1.1",
  6145. "@rc-component/dialog": "~1.10.0",
  6146. "@rc-component/drawer": "~1.4.2",
  6147. "@rc-component/dropdown": "~1.0.3",
  6148. "@rc-component/form": "~1.8.6",
  6149. "@rc-component/image": "~1.10.0",
  6150. "@rc-component/input": "~1.3.1",
  6151. "@rc-component/input-number": "~1.6.2",
  6152. "@rc-component/listy": "~1.2.3",
  6153. "@rc-component/mentions": "~1.12.0",
  6154. "@rc-component/menu": "~1.5.0",
  6155. "@rc-component/motion": "^1.3.3",
  6156. "@rc-component/mutate-observer": "^2.0.1",
  6157. "@rc-component/notification": "~2.0.8",
  6158. "@rc-component/pagination": "~1.4.0",
  6159. "@rc-component/picker": "~1.12.2",
  6160. "@rc-component/progress": "~1.0.3",
  6161. "@rc-component/qrcode": "~2.0.0",
  6162. "@rc-component/rate": "~1.0.1",
  6163. "@rc-component/resize-observer": "^1.1.2",
  6164. "@rc-component/segmented": "~1.3.0",
  6165. "@rc-component/select": "~1.10.1",
  6166. "@rc-component/slider": "~1.1.1",
  6167. "@rc-component/steps": "~1.2.3",
  6168. "@rc-component/switch": "~1.0.3",
  6169. "@rc-component/table": "~1.11.1",
  6170. "@rc-component/tabs": "~1.13.0",
  6171. "@rc-component/tooltip": "~1.5.2",
  6172. "@rc-component/tour": "~2.4.0",
  6173. "@rc-component/tree": "~1.4.0",
  6174. "@rc-component/tree-select": "~1.16.1",
  6175. "@rc-component/trigger": "^3.10.1",
  6176. "@rc-component/upload": "~1.1.1",
  6177. "@rc-component/util": "^1.13.0",
  6178. "clsx": "^2.1.1",
  6179. "dayjs": "^1.11.11",
  6180. "scroll-into-view-if-needed": "^3.1.0",
  6181. "throttle-debounce": "^5.0.2"
  6182. },
  6183. "funding": {
  6184. "type": "opencollective",
  6185. "url": "https://opencollective.com/ant-design"
  6186. },
  6187. "peerDependencies": {
  6188. "react": ">=18.0.0",
  6189. "react-dom": ">=18.0.0"
  6190. }
  6191. },
  6192. "node_modules/apg-lite": {
  6193. "version": "1.0.5",
  6194. "resolved": "https://registry.npmjs.org/apg-lite/-/apg-lite-1.0.5.tgz",
  6195. "integrity": "sha512-SlI+nLMQDzCZfS39ihzjGp3JNBQfJXyMi6cg9tkLOCPVErgFsUIAEdO9IezR7kbP5Xd0ozcPNQBkf9TO5cHgWw==",
  6196. "license": "BSD-2-Clause"
  6197. },
  6198. "node_modules/argparse": {
  6199. "version": "2.0.1",
  6200. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  6201. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  6202. "license": "Python-2.0"
  6203. },
  6204. "node_modules/aria-query": {
  6205. "version": "5.3.0",
  6206. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
  6207. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  6208. "dev": true,
  6209. "license": "Apache-2.0",
  6210. "dependencies": {
  6211. "dequal": "^2.0.3"
  6212. }
  6213. },
  6214. "node_modules/assertion-error": {
  6215. "version": "2.0.1",
  6216. "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
  6217. "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
  6218. "dev": true,
  6219. "license": "MIT",
  6220. "engines": {
  6221. "node": ">=12"
  6222. }
  6223. },
  6224. "node_modules/ast-types": {
  6225. "version": "0.16.3",
  6226. "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.16.3.tgz",
  6227. "integrity": "sha512-FvWoWYfSCM6kRxCSH+MGLHIKKGRL6A6AW7Zek2O32REPQRdg131428uRTKMBYAeRd3XXAaHDS60Wpri7CdKDrA==",
  6228. "dev": true,
  6229. "license": "MIT",
  6230. "dependencies": {
  6231. "tslib": "^2.0.1"
  6232. },
  6233. "engines": {
  6234. "node": ">=4"
  6235. }
  6236. },
  6237. "node_modules/ast-v8-to-istanbul": {
  6238. "version": "1.0.6",
  6239. "resolved": "https://registry.npmjs.org/ast-v8-to-istanbul/-/ast-v8-to-istanbul-1.0.6.tgz",
  6240. "integrity": "sha512-fvpl29helSO2w/z7utIbrkNXILdrLwDwAMH2I/zPKlGf5244+gf+B4cyS1sANcrPY2h+hWCGSgC8N61s/+AF9A==",
  6241. "dev": true,
  6242. "license": "MIT",
  6243. "dependencies": {
  6244. "@jridgewell/trace-mapping": "^0.3.31",
  6245. "estree-walker": "^3.0.3",
  6246. "js-tokens": "^10.0.0"
  6247. }
  6248. },
  6249. "node_modules/ast-v8-to-istanbul/node_modules/estree-walker": {
  6250. "version": "3.0.3",
  6251. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  6252. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  6253. "dev": true,
  6254. "license": "MIT",
  6255. "dependencies": {
  6256. "@types/estree": "^1.0.0"
  6257. }
  6258. },
  6259. "node_modules/ast-v8-to-istanbul/node_modules/js-tokens": {
  6260. "version": "10.0.0",
  6261. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-10.0.0.tgz",
  6262. "integrity": "sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==",
  6263. "dev": true,
  6264. "license": "MIT"
  6265. },
  6266. "node_modules/asynckit": {
  6267. "version": "0.4.0",
  6268. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  6269. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  6270. "license": "MIT"
  6271. },
  6272. "node_modules/autolinker": {
  6273. "version": "3.16.2",
  6274. "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-3.16.2.tgz",
  6275. "integrity": "sha512-JiYl7j2Z19F9NdTmirENSUUIIL/9MytEWtmzhfmsKPCp9E+G35Y0UNCMoM9tFigxT59qSc8Ml2dlZXOCVTYwuA==",
  6276. "license": "MIT",
  6277. "dependencies": {
  6278. "tslib": "^2.3.0"
  6279. }
  6280. },
  6281. "node_modules/available-typed-arrays": {
  6282. "version": "1.0.7",
  6283. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  6284. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  6285. "license": "MIT",
  6286. "dependencies": {
  6287. "possible-typed-array-names": "^1.0.0"
  6288. },
  6289. "engines": {
  6290. "node": ">= 0.4"
  6291. },
  6292. "funding": {
  6293. "url": "https://github.com/sponsors/ljharb"
  6294. }
  6295. },
  6296. "node_modules/axe-core": {
  6297. "version": "4.13.0",
  6298. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.13.0.tgz",
  6299. "integrity": "sha512-UzGt8zg7Ny8djbYMhxl2zuEevVa7r2gJjYY5Lwr1xM7+XU2nd6CkIWFTVcCIbAP63vSz71NaVyyuSk9lHKcy0A==",
  6300. "dev": true,
  6301. "license": "MPL-2.0",
  6302. "engines": {
  6303. "node": ">=4"
  6304. }
  6305. },
  6306. "node_modules/axios": {
  6307. "version": "1.20.0",
  6308. "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz",
  6309. "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==",
  6310. "license": "MIT",
  6311. "dependencies": {
  6312. "follow-redirects": "^1.16.0",
  6313. "form-data": "^4.0.6",
  6314. "https-proxy-agent": "^5.0.1",
  6315. "proxy-from-env": "^2.1.0"
  6316. }
  6317. },
  6318. "node_modules/balanced-match": {
  6319. "version": "4.0.4",
  6320. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  6321. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  6322. "license": "MIT",
  6323. "engines": {
  6324. "node": "18 || 20 || >=22"
  6325. }
  6326. },
  6327. "node_modules/base64-js": {
  6328. "version": "1.5.1",
  6329. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  6330. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  6331. "funding": [
  6332. {
  6333. "type": "github",
  6334. "url": "https://github.com/sponsors/feross"
  6335. },
  6336. {
  6337. "type": "patreon",
  6338. "url": "https://www.patreon.com/feross"
  6339. },
  6340. {
  6341. "type": "consulting",
  6342. "url": "https://feross.org/support"
  6343. }
  6344. ],
  6345. "license": "MIT"
  6346. },
  6347. "node_modules/baseline-browser-mapping": {
  6348. "version": "2.11.21",
  6349. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.21.tgz",
  6350. "integrity": "sha512-uh8vpY/1/YyFkunIDFH/12p7/7VdPKA1hejMVEbdkEaWnUz0Hesvx5EbiU6XxjyHZIOju+ZMbQJkRh+es3/spQ==",
  6351. "dev": true,
  6352. "license": "Apache-2.0",
  6353. "bin": {
  6354. "baseline-browser-mapping": "dist/cli.cjs"
  6355. },
  6356. "engines": {
  6357. "node": ">=6.0.0"
  6358. }
  6359. },
  6360. "node_modules/bidi-js": {
  6361. "version": "1.1.0",
  6362. "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.1.0.tgz",
  6363. "integrity": "sha512-fX1Onk0tdVPC7obPWB5EbJ1z7NVhLq4m2xZLq2YXBkxzMXIGRpNMU88n0EPgWseKl12J7zXs7qrDxPK4sRs2fg==",
  6364. "dev": true,
  6365. "license": "MIT",
  6366. "dependencies": {
  6367. "require-from-string": "^2.0.2"
  6368. }
  6369. },
  6370. "node_modules/brace-expansion": {
  6371. "version": "5.0.9",
  6372. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
  6373. "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
  6374. "license": "MIT",
  6375. "dependencies": {
  6376. "balanced-match": "^4.0.2"
  6377. },
  6378. "engines": {
  6379. "node": "20 || >=22"
  6380. }
  6381. },
  6382. "node_modules/browserslist": {
  6383. "version": "4.28.9",
  6384. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.9.tgz",
  6385. "integrity": "sha512-EWazOblFYUvlGZcfGhPUPmYh3nikUxBVb+y9MJun5f3hBi812X+8MSQTujLBtgK3cf51fJWbWfOjyeO954d+Eg==",
  6386. "dev": true,
  6387. "funding": [
  6388. {
  6389. "type": "opencollective",
  6390. "url": "https://opencollective.com/browserslist"
  6391. },
  6392. {
  6393. "type": "tidelift",
  6394. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6395. },
  6396. {
  6397. "type": "github",
  6398. "url": "https://github.com/sponsors/ai"
  6399. }
  6400. ],
  6401. "license": "MIT",
  6402. "dependencies": {
  6403. "baseline-browser-mapping": "^2.11.20",
  6404. "caniuse-lite": "^1.0.30001810",
  6405. "electron-to-chromium": "^1.5.420",
  6406. "node-releases": "^2.0.54",
  6407. "update-browserslist-db": "^1.3.2"
  6408. },
  6409. "bin": {
  6410. "browserslist": "cli.js"
  6411. },
  6412. "engines": {
  6413. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  6414. }
  6415. },
  6416. "node_modules/buffer": {
  6417. "version": "6.0.3",
  6418. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  6419. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  6420. "funding": [
  6421. {
  6422. "type": "github",
  6423. "url": "https://github.com/sponsors/feross"
  6424. },
  6425. {
  6426. "type": "patreon",
  6427. "url": "https://www.patreon.com/feross"
  6428. },
  6429. {
  6430. "type": "consulting",
  6431. "url": "https://feross.org/support"
  6432. }
  6433. ],
  6434. "license": "MIT",
  6435. "dependencies": {
  6436. "base64-js": "^1.3.1",
  6437. "ieee754": "^1.2.1"
  6438. }
  6439. },
  6440. "node_modules/bundle-name": {
  6441. "version": "4.1.0",
  6442. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  6443. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  6444. "dev": true,
  6445. "license": "MIT",
  6446. "dependencies": {
  6447. "run-applescript": "^7.0.0"
  6448. },
  6449. "engines": {
  6450. "node": ">=18"
  6451. },
  6452. "funding": {
  6453. "url": "https://github.com/sponsors/sindresorhus"
  6454. }
  6455. },
  6456. "node_modules/call-bind": {
  6457. "version": "1.0.9",
  6458. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
  6459. "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
  6460. "license": "MIT",
  6461. "dependencies": {
  6462. "call-bind-apply-helpers": "^1.0.2",
  6463. "es-define-property": "^1.0.1",
  6464. "get-intrinsic": "^1.3.0",
  6465. "set-function-length": "^1.2.2"
  6466. },
  6467. "engines": {
  6468. "node": ">= 0.4"
  6469. },
  6470. "funding": {
  6471. "url": "https://github.com/sponsors/ljharb"
  6472. }
  6473. },
  6474. "node_modules/call-bind-apply-helpers": {
  6475. "version": "1.0.2",
  6476. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  6477. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  6478. "license": "MIT",
  6479. "dependencies": {
  6480. "es-errors": "^1.3.0",
  6481. "function-bind": "^1.1.2"
  6482. },
  6483. "engines": {
  6484. "node": ">= 0.4"
  6485. }
  6486. },
  6487. "node_modules/call-bound": {
  6488. "version": "1.0.4",
  6489. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  6490. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6491. "license": "MIT",
  6492. "dependencies": {
  6493. "call-bind-apply-helpers": "^1.0.2",
  6494. "get-intrinsic": "^1.3.0"
  6495. },
  6496. "engines": {
  6497. "node": ">= 0.4"
  6498. },
  6499. "funding": {
  6500. "url": "https://github.com/sponsors/ljharb"
  6501. }
  6502. },
  6503. "node_modules/caniuse-lite": {
  6504. "version": "1.0.30001810",
  6505. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz",
  6506. "integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==",
  6507. "dev": true,
  6508. "funding": [
  6509. {
  6510. "type": "opencollective",
  6511. "url": "https://opencollective.com/browserslist"
  6512. },
  6513. {
  6514. "type": "tidelift",
  6515. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  6516. },
  6517. {
  6518. "type": "github",
  6519. "url": "https://github.com/sponsors/ai"
  6520. }
  6521. ],
  6522. "license": "CC-BY-4.0"
  6523. },
  6524. "node_modules/chai": {
  6525. "version": "5.3.3",
  6526. "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz",
  6527. "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==",
  6528. "dev": true,
  6529. "license": "MIT",
  6530. "dependencies": {
  6531. "assertion-error": "^2.0.1",
  6532. "check-error": "^2.1.1",
  6533. "deep-eql": "^5.0.1",
  6534. "loupe": "^3.1.0",
  6535. "pathval": "^2.0.0"
  6536. },
  6537. "engines": {
  6538. "node": ">=18"
  6539. }
  6540. },
  6541. "node_modules/character-entities": {
  6542. "version": "2.0.2",
  6543. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
  6544. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  6545. "license": "MIT",
  6546. "funding": {
  6547. "type": "github",
  6548. "url": "https://github.com/sponsors/wooorm"
  6549. }
  6550. },
  6551. "node_modules/character-entities-legacy": {
  6552. "version": "3.0.0",
  6553. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  6554. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  6555. "license": "MIT",
  6556. "funding": {
  6557. "type": "github",
  6558. "url": "https://github.com/sponsors/wooorm"
  6559. }
  6560. },
  6561. "node_modules/character-reference-invalid": {
  6562. "version": "2.0.1",
  6563. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  6564. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  6565. "license": "MIT",
  6566. "funding": {
  6567. "type": "github",
  6568. "url": "https://github.com/sponsors/wooorm"
  6569. }
  6570. },
  6571. "node_modules/check-error": {
  6572. "version": "2.1.3",
  6573. "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz",
  6574. "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==",
  6575. "dev": true,
  6576. "license": "MIT",
  6577. "engines": {
  6578. "node": ">= 16"
  6579. }
  6580. },
  6581. "node_modules/classnames": {
  6582. "version": "2.5.1",
  6583. "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
  6584. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  6585. "license": "MIT"
  6586. },
  6587. "node_modules/cli-width": {
  6588. "version": "4.1.0",
  6589. "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
  6590. "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
  6591. "dev": true,
  6592. "license": "ISC",
  6593. "engines": {
  6594. "node": ">= 12"
  6595. }
  6596. },
  6597. "node_modules/cliui": {
  6598. "version": "8.0.1",
  6599. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  6600. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  6601. "dev": true,
  6602. "license": "ISC",
  6603. "dependencies": {
  6604. "string-width": "^4.2.0",
  6605. "strip-ansi": "^6.0.1",
  6606. "wrap-ansi": "^7.0.0"
  6607. },
  6608. "engines": {
  6609. "node": ">=12"
  6610. }
  6611. },
  6612. "node_modules/clsx": {
  6613. "version": "2.1.1",
  6614. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  6615. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  6616. "license": "MIT",
  6617. "engines": {
  6618. "node": ">=6"
  6619. }
  6620. },
  6621. "node_modules/codemirror": {
  6622. "version": "6.0.2",
  6623. "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.2.tgz",
  6624. "integrity": "sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==",
  6625. "license": "MIT",
  6626. "dependencies": {
  6627. "@codemirror/autocomplete": "^6.0.0",
  6628. "@codemirror/commands": "^6.0.0",
  6629. "@codemirror/language": "^6.0.0",
  6630. "@codemirror/lint": "^6.0.0",
  6631. "@codemirror/search": "^6.0.0",
  6632. "@codemirror/state": "^6.0.0",
  6633. "@codemirror/view": "^6.0.0"
  6634. }
  6635. },
  6636. "node_modules/color-convert": {
  6637. "version": "2.0.1",
  6638. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  6639. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6640. "dev": true,
  6641. "license": "MIT",
  6642. "dependencies": {
  6643. "color-name": "~1.1.4"
  6644. },
  6645. "engines": {
  6646. "node": ">=7.0.0"
  6647. }
  6648. },
  6649. "node_modules/color-name": {
  6650. "version": "1.1.4",
  6651. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  6652. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  6653. "dev": true,
  6654. "license": "MIT"
  6655. },
  6656. "node_modules/combined-stream": {
  6657. "version": "1.0.8",
  6658. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  6659. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  6660. "license": "MIT",
  6661. "dependencies": {
  6662. "delayed-stream": "~1.0.0"
  6663. },
  6664. "engines": {
  6665. "node": ">= 0.8"
  6666. }
  6667. },
  6668. "node_modules/comma-separated-tokens": {
  6669. "version": "2.0.3",
  6670. "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  6671. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  6672. "license": "MIT",
  6673. "funding": {
  6674. "type": "github",
  6675. "url": "https://github.com/sponsors/wooorm"
  6676. }
  6677. },
  6678. "node_modules/compute-scroll-into-view": {
  6679. "version": "3.1.1",
  6680. "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  6681. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
  6682. "license": "MIT"
  6683. },
  6684. "node_modules/convert-source-map": {
  6685. "version": "2.0.0",
  6686. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  6687. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  6688. "dev": true,
  6689. "license": "MIT"
  6690. },
  6691. "node_modules/cookie": {
  6692. "version": "1.1.1",
  6693. "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
  6694. "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
  6695. "dev": true,
  6696. "license": "MIT",
  6697. "engines": {
  6698. "node": ">=18"
  6699. },
  6700. "funding": {
  6701. "type": "opencollective",
  6702. "url": "https://opencollective.com/express"
  6703. }
  6704. },
  6705. "node_modules/cookie-es": {
  6706. "version": "3.1.1",
  6707. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-3.1.1.tgz",
  6708. "integrity": "sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==",
  6709. "license": "MIT"
  6710. },
  6711. "node_modules/copy-to-clipboard": {
  6712. "version": "3.3.3",
  6713. "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
  6714. "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
  6715. "license": "MIT",
  6716. "dependencies": {
  6717. "toggle-selection": "^1.0.6"
  6718. }
  6719. },
  6720. "node_modules/core-js-pure": {
  6721. "version": "3.50.0",
  6722. "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.50.0.tgz",
  6723. "integrity": "sha512-6GP3Pxz4IKyWjAfa747vIu/jilB5z29JWROLqH/b+pXVcpgh6tM06ZIBwSuglgVqzDYURhOK6oEzTrG0bCHitA==",
  6724. "hasInstallScript": true,
  6725. "license": "MIT",
  6726. "engines": {
  6727. "node": "*"
  6728. },
  6729. "funding": {
  6730. "type": "opencollective",
  6731. "url": "https://opencollective.com/core-js"
  6732. }
  6733. },
  6734. "node_modules/crelt": {
  6735. "version": "1.0.7",
  6736. "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.7.tgz",
  6737. "integrity": "sha512-aK6BbWfhf4U/wCcLHKPJl/xa6VkVstRaPywWtMKGwuOLc/wZTyQYuoxgvZnNsBvv7Kg3YTBQYYBCggcviQczuA==",
  6738. "license": "MIT"
  6739. },
  6740. "node_modules/css-tree": {
  6741. "version": "3.2.1",
  6742. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  6743. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  6744. "dev": true,
  6745. "license": "MIT",
  6746. "dependencies": {
  6747. "mdn-data": "2.27.1",
  6748. "source-map-js": "^1.2.1"
  6749. },
  6750. "engines": {
  6751. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  6752. }
  6753. },
  6754. "node_modules/css.escape": {
  6755. "version": "1.5.1",
  6756. "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  6757. "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==",
  6758. "license": "MIT"
  6759. },
  6760. "node_modules/csstype": {
  6761. "version": "3.2.3",
  6762. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  6763. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  6764. "license": "MIT"
  6765. },
  6766. "node_modules/data-urls": {
  6767. "version": "7.0.0",
  6768. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-7.0.0.tgz",
  6769. "integrity": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==",
  6770. "dev": true,
  6771. "license": "MIT",
  6772. "dependencies": {
  6773. "whatwg-mimetype": "^5.0.0",
  6774. "whatwg-url": "^16.0.0"
  6775. },
  6776. "engines": {
  6777. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  6778. }
  6779. },
  6780. "node_modules/data-urls/node_modules/whatwg-url": {
  6781. "version": "16.0.1",
  6782. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-16.0.1.tgz",
  6783. "integrity": "sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==",
  6784. "dev": true,
  6785. "license": "MIT",
  6786. "dependencies": {
  6787. "@exodus/bytes": "^1.11.0",
  6788. "tr46": "^6.0.0",
  6789. "webidl-conversions": "^8.0.1"
  6790. },
  6791. "engines": {
  6792. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  6793. }
  6794. },
  6795. "node_modules/dayjs": {
  6796. "version": "1.11.23",
  6797. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.23.tgz",
  6798. "integrity": "sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ==",
  6799. "license": "MIT"
  6800. },
  6801. "node_modules/debug": {
  6802. "version": "4.4.3",
  6803. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  6804. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  6805. "license": "MIT",
  6806. "dependencies": {
  6807. "ms": "^2.1.3"
  6808. },
  6809. "engines": {
  6810. "node": ">=6.0"
  6811. },
  6812. "peerDependenciesMeta": {
  6813. "supports-color": {
  6814. "optional": true
  6815. }
  6816. }
  6817. },
  6818. "node_modules/decimal.js": {
  6819. "version": "10.6.0",
  6820. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
  6821. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  6822. "dev": true,
  6823. "license": "MIT"
  6824. },
  6825. "node_modules/decode-named-character-reference": {
  6826. "version": "1.3.0",
  6827. "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
  6828. "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
  6829. "license": "MIT",
  6830. "dependencies": {
  6831. "character-entities": "^2.0.0"
  6832. },
  6833. "funding": {
  6834. "type": "github",
  6835. "url": "https://github.com/sponsors/wooorm"
  6836. }
  6837. },
  6838. "node_modules/deep-eql": {
  6839. "version": "5.0.2",
  6840. "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
  6841. "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
  6842. "dev": true,
  6843. "license": "MIT",
  6844. "engines": {
  6845. "node": ">=6"
  6846. }
  6847. },
  6848. "node_modules/deep-extend": {
  6849. "version": "0.6.0",
  6850. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  6851. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  6852. "license": "MIT",
  6853. "engines": {
  6854. "node": ">=4.0.0"
  6855. }
  6856. },
  6857. "node_modules/deepmerge": {
  6858. "version": "4.3.1",
  6859. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6860. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6861. "license": "MIT",
  6862. "engines": {
  6863. "node": ">=0.10.0"
  6864. }
  6865. },
  6866. "node_modules/default-browser": {
  6867. "version": "5.5.1",
  6868. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.1.tgz",
  6869. "integrity": "sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==",
  6870. "dev": true,
  6871. "license": "MIT",
  6872. "dependencies": {
  6873. "bundle-name": "^4.1.0",
  6874. "default-browser-id": "^5.0.0"
  6875. },
  6876. "engines": {
  6877. "node": ">=18"
  6878. },
  6879. "funding": {
  6880. "url": "https://github.com/sponsors/sindresorhus"
  6881. }
  6882. },
  6883. "node_modules/default-browser-id": {
  6884. "version": "5.0.1",
  6885. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
  6886. "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
  6887. "dev": true,
  6888. "license": "MIT",
  6889. "engines": {
  6890. "node": ">=18"
  6891. },
  6892. "funding": {
  6893. "url": "https://github.com/sponsors/sindresorhus"
  6894. }
  6895. },
  6896. "node_modules/define-data-property": {
  6897. "version": "1.1.4",
  6898. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  6899. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  6900. "license": "MIT",
  6901. "dependencies": {
  6902. "es-define-property": "^1.0.0",
  6903. "es-errors": "^1.3.0",
  6904. "gopd": "^1.0.1"
  6905. },
  6906. "engines": {
  6907. "node": ">= 0.4"
  6908. },
  6909. "funding": {
  6910. "url": "https://github.com/sponsors/ljharb"
  6911. }
  6912. },
  6913. "node_modules/define-lazy-prop": {
  6914. "version": "3.0.0",
  6915. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  6916. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  6917. "dev": true,
  6918. "license": "MIT",
  6919. "engines": {
  6920. "node": ">=12"
  6921. },
  6922. "funding": {
  6923. "url": "https://github.com/sponsors/sindresorhus"
  6924. }
  6925. },
  6926. "node_modules/delayed-stream": {
  6927. "version": "1.0.0",
  6928. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  6929. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  6930. "license": "MIT",
  6931. "engines": {
  6932. "node": ">=0.4.0"
  6933. }
  6934. },
  6935. "node_modules/dequal": {
  6936. "version": "2.0.3",
  6937. "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
  6938. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  6939. "dev": true,
  6940. "license": "MIT",
  6941. "engines": {
  6942. "node": ">=6"
  6943. }
  6944. },
  6945. "node_modules/detect-libc": {
  6946. "version": "2.1.2",
  6947. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6948. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6949. "dev": true,
  6950. "license": "Apache-2.0",
  6951. "engines": {
  6952. "node": ">=8"
  6953. }
  6954. },
  6955. "node_modules/doctrine": {
  6956. "version": "3.0.0",
  6957. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  6958. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  6959. "dev": true,
  6960. "license": "Apache-2.0",
  6961. "dependencies": {
  6962. "esutils": "^2.0.2"
  6963. },
  6964. "engines": {
  6965. "node": ">=6.0.0"
  6966. }
  6967. },
  6968. "node_modules/dom-accessibility-api": {
  6969. "version": "0.5.16",
  6970. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
  6971. "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
  6972. "dev": true,
  6973. "license": "MIT"
  6974. },
  6975. "node_modules/dompurify": {
  6976. "version": "3.4.15",
  6977. "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.15.tgz",
  6978. "integrity": "sha512-EUBjM+B+lkDE41iE82DDSCfkoPGfXx8IxFxPMjNzm/Uk4xDet77rTN9wqlxlVg71kK7XGuUMv6wUxJUwwv+Xyw==",
  6979. "license": "(MPL-2.0 OR Apache-2.0)",
  6980. "optionalDependencies": {
  6981. "@types/trusted-types": "^2.0.7"
  6982. }
  6983. },
  6984. "node_modules/drange": {
  6985. "version": "1.1.1",
  6986. "resolved": "https://registry.npmjs.org/drange/-/drange-1.1.1.tgz",
  6987. "integrity": "sha512-pYxfDYpued//QpnLIm4Avk7rsNtAtQkUES2cwAYSvD/wd2pKD71gN2Ebj3e7klzXwjocvE8c5vx/1fxwpqmSxA==",
  6988. "license": "MIT",
  6989. "engines": {
  6990. "node": ">=4"
  6991. }
  6992. },
  6993. "node_modules/dunder-proto": {
  6994. "version": "1.0.1",
  6995. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  6996. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  6997. "license": "MIT",
  6998. "dependencies": {
  6999. "call-bind-apply-helpers": "^1.0.1",
  7000. "es-errors": "^1.3.0",
  7001. "gopd": "^1.2.0"
  7002. },
  7003. "engines": {
  7004. "node": ">= 0.4"
  7005. }
  7006. },
  7007. "node_modules/electron-to-chromium": {
  7008. "version": "1.5.425",
  7009. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.425.tgz",
  7010. "integrity": "sha512-QvPtl41EUOnuT1HBvMKgxXRIaHNcagBPs50u7VULzhZXaGfqTbZyE16LQsctZ/RQHlGu+FOWeDTR4mY6YbeF1g==",
  7011. "dev": true,
  7012. "license": "ISC"
  7013. },
  7014. "node_modules/emoji-regex": {
  7015. "version": "8.0.0",
  7016. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  7017. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  7018. "dev": true,
  7019. "license": "MIT"
  7020. },
  7021. "node_modules/empathic": {
  7022. "version": "2.0.1",
  7023. "resolved": "https://registry.npmjs.org/empathic/-/empathic-2.0.1.tgz",
  7024. "integrity": "sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==",
  7025. "dev": true,
  7026. "license": "MIT",
  7027. "engines": {
  7028. "node": ">=14"
  7029. }
  7030. },
  7031. "node_modules/entities": {
  7032. "version": "8.1.0",
  7033. "resolved": "https://registry.npmjs.org/entities/-/entities-8.1.0.tgz",
  7034. "integrity": "sha512-kxL7msIffSuh9aaFAMD7rxAIuTRMAHMeBtgHW2yUdWw732ZNh4MehkF2gdjvtdmikkaIP9bFDDJOPlsvm7avrA==",
  7035. "dev": true,
  7036. "license": "BSD-2-Clause",
  7037. "engines": {
  7038. "node": ">=20.19.0"
  7039. },
  7040. "funding": {
  7041. "url": "https://github.com/fb55/entities?sponsor=1"
  7042. }
  7043. },
  7044. "node_modules/es-define-property": {
  7045. "version": "1.0.1",
  7046. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  7047. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  7048. "license": "MIT",
  7049. "engines": {
  7050. "node": ">= 0.4"
  7051. }
  7052. },
  7053. "node_modules/es-errors": {
  7054. "version": "1.3.0",
  7055. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  7056. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  7057. "license": "MIT",
  7058. "engines": {
  7059. "node": ">= 0.4"
  7060. }
  7061. },
  7062. "node_modules/es-module-lexer": {
  7063. "version": "2.3.2",
  7064. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
  7065. "integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
  7066. "dev": true,
  7067. "license": "MIT"
  7068. },
  7069. "node_modules/es-object-atoms": {
  7070. "version": "1.1.2",
  7071. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
  7072. "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
  7073. "license": "MIT",
  7074. "dependencies": {
  7075. "es-errors": "^1.3.0"
  7076. },
  7077. "engines": {
  7078. "node": ">= 0.4"
  7079. }
  7080. },
  7081. "node_modules/es-set-tostringtag": {
  7082. "version": "2.1.0",
  7083. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  7084. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  7085. "license": "MIT",
  7086. "dependencies": {
  7087. "es-errors": "^1.3.0",
  7088. "get-intrinsic": "^1.2.6",
  7089. "has-tostringtag": "^1.0.2",
  7090. "hasown": "^2.0.2"
  7091. },
  7092. "engines": {
  7093. "node": ">= 0.4"
  7094. }
  7095. },
  7096. "node_modules/esbuild": {
  7097. "version": "0.28.2",
  7098. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.2.tgz",
  7099. "integrity": "sha512-HKVLS8dvII+xoKW9kmqxbRKrnWEXfJJr/FZhhJmiqIB0e053QNYFqOBouTMO/k5sID4MvCiUCvv8b9M4h32wIA==",
  7100. "dev": true,
  7101. "hasInstallScript": true,
  7102. "license": "MIT",
  7103. "bin": {
  7104. "esbuild": "bin/esbuild"
  7105. },
  7106. "engines": {
  7107. "node": ">=18"
  7108. },
  7109. "optionalDependencies": {
  7110. "@esbuild/aix-ppc64": "0.28.2",
  7111. "@esbuild/android-arm": "0.28.2",
  7112. "@esbuild/android-arm64": "0.28.2",
  7113. "@esbuild/android-x64": "0.28.2",
  7114. "@esbuild/darwin-arm64": "0.28.2",
  7115. "@esbuild/darwin-x64": "0.28.2",
  7116. "@esbuild/freebsd-arm64": "0.28.2",
  7117. "@esbuild/freebsd-x64": "0.28.2",
  7118. "@esbuild/linux-arm": "0.28.2",
  7119. "@esbuild/linux-arm64": "0.28.2",
  7120. "@esbuild/linux-ia32": "0.28.2",
  7121. "@esbuild/linux-loong64": "0.28.2",
  7122. "@esbuild/linux-mips64el": "0.28.2",
  7123. "@esbuild/linux-ppc64": "0.28.2",
  7124. "@esbuild/linux-riscv64": "0.28.2",
  7125. "@esbuild/linux-s390x": "0.28.2",
  7126. "@esbuild/linux-x64": "0.28.2",
  7127. "@esbuild/netbsd-arm64": "0.28.2",
  7128. "@esbuild/netbsd-x64": "0.28.2",
  7129. "@esbuild/openbsd-arm64": "0.28.2",
  7130. "@esbuild/openbsd-x64": "0.28.2",
  7131. "@esbuild/openharmony-arm64": "0.28.2",
  7132. "@esbuild/sunos-x64": "0.28.2",
  7133. "@esbuild/win32-arm64": "0.28.2",
  7134. "@esbuild/win32-ia32": "0.28.2",
  7135. "@esbuild/win32-x64": "0.28.2"
  7136. }
  7137. },
  7138. "node_modules/escalade": {
  7139. "version": "3.2.0",
  7140. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  7141. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  7142. "dev": true,
  7143. "license": "MIT",
  7144. "engines": {
  7145. "node": ">=6"
  7146. }
  7147. },
  7148. "node_modules/esprima": {
  7149. "version": "4.0.1",
  7150. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  7151. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  7152. "dev": true,
  7153. "license": "BSD-2-Clause",
  7154. "bin": {
  7155. "esparse": "bin/esparse.js",
  7156. "esvalidate": "bin/esvalidate.js"
  7157. },
  7158. "engines": {
  7159. "node": ">=4"
  7160. }
  7161. },
  7162. "node_modules/estree-walker": {
  7163. "version": "2.0.2",
  7164. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  7165. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  7166. "dev": true,
  7167. "license": "MIT"
  7168. },
  7169. "node_modules/esutils": {
  7170. "version": "2.0.3",
  7171. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  7172. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  7173. "dev": true,
  7174. "license": "BSD-2-Clause",
  7175. "engines": {
  7176. "node": ">=0.10.0"
  7177. }
  7178. },
  7179. "node_modules/expect-type": {
  7180. "version": "1.4.0",
  7181. "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
  7182. "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
  7183. "dev": true,
  7184. "license": "Apache-2.0",
  7185. "engines": {
  7186. "node": ">=12.0.0"
  7187. }
  7188. },
  7189. "node_modules/fast-json-patch": {
  7190. "version": "3.1.1",
  7191. "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.1.tgz",
  7192. "integrity": "sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==",
  7193. "license": "MIT"
  7194. },
  7195. "node_modules/fast-string-truncated-width": {
  7196. "version": "3.0.3",
  7197. "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
  7198. "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
  7199. "dev": true,
  7200. "license": "MIT"
  7201. },
  7202. "node_modules/fast-string-width": {
  7203. "version": "3.0.2",
  7204. "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
  7205. "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
  7206. "dev": true,
  7207. "license": "MIT",
  7208. "dependencies": {
  7209. "fast-string-truncated-width": "^3.0.2"
  7210. }
  7211. },
  7212. "node_modules/fast-wrap-ansi": {
  7213. "version": "0.2.2",
  7214. "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.2.tgz",
  7215. "integrity": "sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==",
  7216. "dev": true,
  7217. "license": "MIT",
  7218. "dependencies": {
  7219. "fast-string-width": "^3.0.2"
  7220. }
  7221. },
  7222. "node_modules/fault": {
  7223. "version": "1.0.4",
  7224. "resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz",
  7225. "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==",
  7226. "license": "MIT",
  7227. "dependencies": {
  7228. "format": "^0.2.0"
  7229. },
  7230. "funding": {
  7231. "type": "github",
  7232. "url": "https://github.com/sponsors/wooorm"
  7233. }
  7234. },
  7235. "node_modules/fdir": {
  7236. "version": "6.5.0",
  7237. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  7238. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  7239. "dev": true,
  7240. "license": "MIT",
  7241. "engines": {
  7242. "node": ">=12.0.0"
  7243. },
  7244. "peerDependencies": {
  7245. "picomatch": "^3 || ^4"
  7246. },
  7247. "peerDependenciesMeta": {
  7248. "picomatch": {
  7249. "optional": true
  7250. }
  7251. }
  7252. },
  7253. "node_modules/fflate": {
  7254. "version": "0.8.3",
  7255. "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.3.tgz",
  7256. "integrity": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==",
  7257. "dev": true,
  7258. "license": "MIT"
  7259. },
  7260. "node_modules/flatted": {
  7261. "version": "3.4.4",
  7262. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.4.tgz",
  7263. "integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
  7264. "dev": true,
  7265. "license": "ISC"
  7266. },
  7267. "node_modules/follow-redirects": {
  7268. "version": "1.16.0",
  7269. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
  7270. "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
  7271. "funding": [
  7272. {
  7273. "type": "individual",
  7274. "url": "https://github.com/sponsors/RubenVerborgh"
  7275. }
  7276. ],
  7277. "license": "MIT",
  7278. "engines": {
  7279. "node": ">=4.0"
  7280. },
  7281. "peerDependenciesMeta": {
  7282. "debug": {
  7283. "optional": true
  7284. }
  7285. }
  7286. },
  7287. "node_modules/for-each": {
  7288. "version": "0.3.5",
  7289. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  7290. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  7291. "license": "MIT",
  7292. "dependencies": {
  7293. "is-callable": "^1.2.7"
  7294. },
  7295. "engines": {
  7296. "node": ">= 0.4"
  7297. },
  7298. "funding": {
  7299. "url": "https://github.com/sponsors/ljharb"
  7300. }
  7301. },
  7302. "node_modules/form-data": {
  7303. "version": "4.0.6",
  7304. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
  7305. "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
  7306. "license": "MIT",
  7307. "dependencies": {
  7308. "asynckit": "^0.4.0",
  7309. "combined-stream": "^1.0.8",
  7310. "es-set-tostringtag": "^2.1.0",
  7311. "hasown": "^2.0.4",
  7312. "mime-types": "^2.1.35"
  7313. },
  7314. "engines": {
  7315. "node": ">= 6"
  7316. }
  7317. },
  7318. "node_modules/format": {
  7319. "version": "0.2.2",
  7320. "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
  7321. "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
  7322. "engines": {
  7323. "node": ">=0.4.x"
  7324. }
  7325. },
  7326. "node_modules/fsevents": {
  7327. "version": "2.3.3",
  7328. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  7329. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  7330. "dev": true,
  7331. "hasInstallScript": true,
  7332. "license": "MIT",
  7333. "optional": true,
  7334. "os": [
  7335. "darwin"
  7336. ],
  7337. "engines": {
  7338. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  7339. }
  7340. },
  7341. "node_modules/function-bind": {
  7342. "version": "1.1.2",
  7343. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  7344. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  7345. "license": "MIT",
  7346. "funding": {
  7347. "url": "https://github.com/sponsors/ljharb"
  7348. }
  7349. },
  7350. "node_modules/gensync": {
  7351. "version": "1.0.0-beta.2",
  7352. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  7353. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  7354. "dev": true,
  7355. "license": "MIT",
  7356. "engines": {
  7357. "node": ">=6.9.0"
  7358. }
  7359. },
  7360. "node_modules/get-caller-file": {
  7361. "version": "2.0.5",
  7362. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  7363. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  7364. "dev": true,
  7365. "license": "ISC",
  7366. "engines": {
  7367. "node": "6.* || 8.* || >= 10.*"
  7368. }
  7369. },
  7370. "node_modules/get-intrinsic": {
  7371. "version": "1.3.0",
  7372. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  7373. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  7374. "license": "MIT",
  7375. "dependencies": {
  7376. "call-bind-apply-helpers": "^1.0.2",
  7377. "es-define-property": "^1.0.1",
  7378. "es-errors": "^1.3.0",
  7379. "es-object-atoms": "^1.1.1",
  7380. "function-bind": "^1.1.2",
  7381. "get-proto": "^1.0.1",
  7382. "gopd": "^1.2.0",
  7383. "has-symbols": "^1.1.0",
  7384. "hasown": "^2.0.2",
  7385. "math-intrinsics": "^1.1.0"
  7386. },
  7387. "engines": {
  7388. "node": ">= 0.4"
  7389. },
  7390. "funding": {
  7391. "url": "https://github.com/sponsors/ljharb"
  7392. }
  7393. },
  7394. "node_modules/get-proto": {
  7395. "version": "1.0.1",
  7396. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  7397. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  7398. "license": "MIT",
  7399. "dependencies": {
  7400. "dunder-proto": "^1.0.1",
  7401. "es-object-atoms": "^1.0.0"
  7402. },
  7403. "engines": {
  7404. "node": ">= 0.4"
  7405. }
  7406. },
  7407. "node_modules/glob": {
  7408. "version": "13.0.6",
  7409. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  7410. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  7411. "dev": true,
  7412. "license": "BlueOak-1.0.0",
  7413. "dependencies": {
  7414. "minimatch": "^10.2.2",
  7415. "minipass": "^7.1.3",
  7416. "path-scurry": "^2.0.2"
  7417. },
  7418. "engines": {
  7419. "node": "18 || 20 || >=22"
  7420. },
  7421. "funding": {
  7422. "url": "https://github.com/sponsors/isaacs"
  7423. }
  7424. },
  7425. "node_modules/gopd": {
  7426. "version": "1.2.0",
  7427. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  7428. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  7429. "license": "MIT",
  7430. "engines": {
  7431. "node": ">= 0.4"
  7432. },
  7433. "funding": {
  7434. "url": "https://github.com/sponsors/ljharb"
  7435. }
  7436. },
  7437. "node_modules/graphql": {
  7438. "version": "16.14.2",
  7439. "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.2.tgz",
  7440. "integrity": "sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==",
  7441. "dev": true,
  7442. "license": "MIT",
  7443. "engines": {
  7444. "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
  7445. }
  7446. },
  7447. "node_modules/has-property-descriptors": {
  7448. "version": "1.0.2",
  7449. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  7450. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  7451. "license": "MIT",
  7452. "dependencies": {
  7453. "es-define-property": "^1.0.0"
  7454. },
  7455. "funding": {
  7456. "url": "https://github.com/sponsors/ljharb"
  7457. }
  7458. },
  7459. "node_modules/has-symbols": {
  7460. "version": "1.1.0",
  7461. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  7462. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  7463. "license": "MIT",
  7464. "engines": {
  7465. "node": ">= 0.4"
  7466. },
  7467. "funding": {
  7468. "url": "https://github.com/sponsors/ljharb"
  7469. }
  7470. },
  7471. "node_modules/has-tostringtag": {
  7472. "version": "1.0.2",
  7473. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  7474. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  7475. "license": "MIT",
  7476. "dependencies": {
  7477. "has-symbols": "^1.0.3"
  7478. },
  7479. "engines": {
  7480. "node": ">= 0.4"
  7481. },
  7482. "funding": {
  7483. "url": "https://github.com/sponsors/ljharb"
  7484. }
  7485. },
  7486. "node_modules/hasown": {
  7487. "version": "2.0.4",
  7488. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
  7489. "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
  7490. "license": "MIT",
  7491. "dependencies": {
  7492. "function-bind": "^1.1.2"
  7493. },
  7494. "engines": {
  7495. "node": ">= 0.4"
  7496. }
  7497. },
  7498. "node_modules/hast-util-parse-selector": {
  7499. "version": "4.0.0",
  7500. "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
  7501. "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
  7502. "license": "MIT",
  7503. "dependencies": {
  7504. "@types/hast": "^3.0.0"
  7505. },
  7506. "funding": {
  7507. "type": "opencollective",
  7508. "url": "https://opencollective.com/unified"
  7509. }
  7510. },
  7511. "node_modules/hastscript": {
  7512. "version": "9.0.1",
  7513. "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
  7514. "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
  7515. "license": "MIT",
  7516. "dependencies": {
  7517. "@types/hast": "^3.0.0",
  7518. "comma-separated-tokens": "^2.0.0",
  7519. "hast-util-parse-selector": "^4.0.0",
  7520. "property-information": "^7.0.0",
  7521. "space-separated-tokens": "^2.0.0"
  7522. },
  7523. "funding": {
  7524. "type": "opencollective",
  7525. "url": "https://opencollective.com/unified"
  7526. }
  7527. },
  7528. "node_modules/headers-polyfill": {
  7529. "version": "5.0.1",
  7530. "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-5.0.1.tgz",
  7531. "integrity": "sha512-1TJ6Fih/b8h5TIcv+1+Hw0PDQWJTKDKzFZzcKOiW1wJza3XoAQlkCuXLbymPYB8+ZQyw8mHvdw560e8zVFIWyA==",
  7532. "dev": true,
  7533. "license": "MIT",
  7534. "dependencies": {
  7535. "@types/set-cookie-parser": "^2.4.10",
  7536. "set-cookie-parser": "^3.0.1"
  7537. }
  7538. },
  7539. "node_modules/highlight.js": {
  7540. "version": "10.7.3",
  7541. "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
  7542. "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
  7543. "license": "BSD-3-Clause",
  7544. "engines": {
  7545. "node": "*"
  7546. }
  7547. },
  7548. "node_modules/highlightjs-vue": {
  7549. "version": "1.0.0",
  7550. "resolved": "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz",
  7551. "integrity": "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==",
  7552. "license": "CC0-1.0"
  7553. },
  7554. "node_modules/html-encoding-sniffer": {
  7555. "version": "6.0.0",
  7556. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz",
  7557. "integrity": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==",
  7558. "dev": true,
  7559. "license": "MIT",
  7560. "dependencies": {
  7561. "@exodus/bytes": "^1.6.0"
  7562. },
  7563. "engines": {
  7564. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  7565. }
  7566. },
  7567. "node_modules/html-parse-stringify": {
  7568. "version": "4.0.1",
  7569. "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-4.0.1.tgz",
  7570. "integrity": "sha512-0zHsZJrK7S3K2aucXWL6ycoYJ/iNtIcFHC/nYQgFklPtrv5LpJctIiSCroWZWeuoXvuyFdzp6KzjJQ+OT5MfFw==",
  7571. "license": "MIT",
  7572. "funding": {
  7573. "url": "https://locize.com"
  7574. }
  7575. },
  7576. "node_modules/https-proxy-agent": {
  7577. "version": "5.0.1",
  7578. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  7579. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  7580. "license": "MIT",
  7581. "dependencies": {
  7582. "agent-base": "6",
  7583. "debug": "4"
  7584. },
  7585. "engines": {
  7586. "node": ">= 6"
  7587. }
  7588. },
  7589. "node_modules/husky": {
  7590. "version": "9.1.7",
  7591. "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
  7592. "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
  7593. "dev": true,
  7594. "license": "MIT",
  7595. "bin": {
  7596. "husky": "bin.js"
  7597. },
  7598. "engines": {
  7599. "node": ">=18"
  7600. },
  7601. "funding": {
  7602. "url": "https://github.com/sponsors/typicode"
  7603. }
  7604. },
  7605. "node_modules/i18next": {
  7606. "version": "26.4.2",
  7607. "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.2.tgz",
  7608. "integrity": "sha512-RX+R0VLg13IbvRuJSxnqykUFS9vQZTl8wYpWPCIUDWVrSGjsQywB5Y+pjzrkboxGAuYfJZVH1InFTdgBdxq6ug==",
  7609. "funding": [
  7610. {
  7611. "type": "individual",
  7612. "url": "https://www.locize.com/i18next"
  7613. },
  7614. {
  7615. "type": "individual",
  7616. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  7617. },
  7618. {
  7619. "type": "individual",
  7620. "url": "https://www.locize.com"
  7621. }
  7622. ],
  7623. "license": "MIT",
  7624. "peerDependencies": {
  7625. "typescript": "^5 || ^6 || ^7"
  7626. },
  7627. "peerDependenciesMeta": {
  7628. "typescript": {
  7629. "optional": true
  7630. }
  7631. }
  7632. },
  7633. "node_modules/ieee754": {
  7634. "version": "1.2.1",
  7635. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  7636. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  7637. "funding": [
  7638. {
  7639. "type": "github",
  7640. "url": "https://github.com/sponsors/feross"
  7641. },
  7642. {
  7643. "type": "patreon",
  7644. "url": "https://www.patreon.com/feross"
  7645. },
  7646. {
  7647. "type": "consulting",
  7648. "url": "https://feross.org/support"
  7649. }
  7650. ],
  7651. "license": "BSD-3-Clause"
  7652. },
  7653. "node_modules/immutable": {
  7654. "version": "5.1.9",
  7655. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.9.tgz",
  7656. "integrity": "sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==",
  7657. "license": "MIT"
  7658. },
  7659. "node_modules/indent-string": {
  7660. "version": "4.0.0",
  7661. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  7662. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  7663. "dev": true,
  7664. "license": "MIT",
  7665. "engines": {
  7666. "node": ">=8"
  7667. }
  7668. },
  7669. "node_modules/inherits": {
  7670. "version": "2.0.4",
  7671. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  7672. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  7673. "license": "ISC"
  7674. },
  7675. "node_modules/invariant": {
  7676. "version": "2.2.4",
  7677. "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  7678. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  7679. "license": "MIT",
  7680. "dependencies": {
  7681. "loose-envify": "^1.0.0"
  7682. }
  7683. },
  7684. "node_modules/is-alphabetical": {
  7685. "version": "2.0.1",
  7686. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  7687. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  7688. "license": "MIT",
  7689. "funding": {
  7690. "type": "github",
  7691. "url": "https://github.com/sponsors/wooorm"
  7692. }
  7693. },
  7694. "node_modules/is-alphanumerical": {
  7695. "version": "2.0.1",
  7696. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  7697. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  7698. "license": "MIT",
  7699. "dependencies": {
  7700. "is-alphabetical": "^2.0.0",
  7701. "is-decimal": "^2.0.0"
  7702. },
  7703. "funding": {
  7704. "type": "github",
  7705. "url": "https://github.com/sponsors/wooorm"
  7706. }
  7707. },
  7708. "node_modules/is-callable": {
  7709. "version": "1.2.7",
  7710. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  7711. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  7712. "license": "MIT",
  7713. "engines": {
  7714. "node": ">= 0.4"
  7715. },
  7716. "funding": {
  7717. "url": "https://github.com/sponsors/ljharb"
  7718. }
  7719. },
  7720. "node_modules/is-core-module": {
  7721. "version": "2.16.2",
  7722. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
  7723. "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
  7724. "dev": true,
  7725. "license": "MIT",
  7726. "dependencies": {
  7727. "hasown": "^2.0.3"
  7728. },
  7729. "engines": {
  7730. "node": ">= 0.4"
  7731. },
  7732. "funding": {
  7733. "url": "https://github.com/sponsors/ljharb"
  7734. }
  7735. },
  7736. "node_modules/is-decimal": {
  7737. "version": "2.0.1",
  7738. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
  7739. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  7740. "license": "MIT",
  7741. "funding": {
  7742. "type": "github",
  7743. "url": "https://github.com/sponsors/wooorm"
  7744. }
  7745. },
  7746. "node_modules/is-docker": {
  7747. "version": "3.0.0",
  7748. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  7749. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  7750. "dev": true,
  7751. "license": "MIT",
  7752. "bin": {
  7753. "is-docker": "cli.js"
  7754. },
  7755. "engines": {
  7756. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7757. },
  7758. "funding": {
  7759. "url": "https://github.com/sponsors/sindresorhus"
  7760. }
  7761. },
  7762. "node_modules/is-fullwidth-code-point": {
  7763. "version": "3.0.0",
  7764. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  7765. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  7766. "dev": true,
  7767. "license": "MIT",
  7768. "engines": {
  7769. "node": ">=8"
  7770. }
  7771. },
  7772. "node_modules/is-hexadecimal": {
  7773. "version": "2.0.1",
  7774. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  7775. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  7776. "license": "MIT",
  7777. "funding": {
  7778. "type": "github",
  7779. "url": "https://github.com/sponsors/wooorm"
  7780. }
  7781. },
  7782. "node_modules/is-inside-container": {
  7783. "version": "1.0.0",
  7784. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  7785. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  7786. "dev": true,
  7787. "license": "MIT",
  7788. "dependencies": {
  7789. "is-docker": "^3.0.0"
  7790. },
  7791. "bin": {
  7792. "is-inside-container": "cli.js"
  7793. },
  7794. "engines": {
  7795. "node": ">=14.16"
  7796. },
  7797. "funding": {
  7798. "url": "https://github.com/sponsors/sindresorhus"
  7799. }
  7800. },
  7801. "node_modules/is-mobile": {
  7802. "version": "5.0.0",
  7803. "resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-5.0.0.tgz",
  7804. "integrity": "sha512-Tz/yndySvLAEXh+Uk8liFCxOwVH6YutuR74utvOcu7I9Di+DwM0mtdPVZNaVvvBUM2OXxne/NhOs1zAO7riusQ==",
  7805. "license": "MIT"
  7806. },
  7807. "node_modules/is-node-process": {
  7808. "version": "1.2.0",
  7809. "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
  7810. "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
  7811. "dev": true,
  7812. "license": "MIT"
  7813. },
  7814. "node_modules/is-potential-custom-element-name": {
  7815. "version": "1.0.1",
  7816. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  7817. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  7818. "dev": true,
  7819. "license": "MIT"
  7820. },
  7821. "node_modules/is-typed-array": {
  7822. "version": "1.1.15",
  7823. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  7824. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  7825. "license": "MIT",
  7826. "dependencies": {
  7827. "which-typed-array": "^1.1.16"
  7828. },
  7829. "engines": {
  7830. "node": ">= 0.4"
  7831. },
  7832. "funding": {
  7833. "url": "https://github.com/sponsors/ljharb"
  7834. }
  7835. },
  7836. "node_modules/is-wsl": {
  7837. "version": "3.1.1",
  7838. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
  7839. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  7840. "dev": true,
  7841. "license": "MIT",
  7842. "dependencies": {
  7843. "is-inside-container": "^1.0.0"
  7844. },
  7845. "engines": {
  7846. "node": ">=16"
  7847. },
  7848. "funding": {
  7849. "url": "https://github.com/sponsors/sindresorhus"
  7850. }
  7851. },
  7852. "node_modules/isarray": {
  7853. "version": "2.0.5",
  7854. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  7855. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  7856. "license": "MIT"
  7857. },
  7858. "node_modules/js-file-download": {
  7859. "version": "0.4.12",
  7860. "resolved": "https://registry.npmjs.org/js-file-download/-/js-file-download-0.4.12.tgz",
  7861. "integrity": "sha512-rML+NkoD08p5Dllpjo0ffy4jRHeY6Zsapvr/W86N7E0yuzAO6qa5X9+xog6zQNlH102J7IXljNY2FtS6Lj3ucg==",
  7862. "license": "MIT"
  7863. },
  7864. "node_modules/js-tokens": {
  7865. "version": "4.0.0",
  7866. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  7867. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  7868. "license": "MIT"
  7869. },
  7870. "node_modules/js-yaml": {
  7871. "version": "4.3.2",
  7872. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz",
  7873. "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==",
  7874. "funding": [
  7875. {
  7876. "type": "github",
  7877. "url": "https://github.com/sponsors/puzrin"
  7878. },
  7879. {
  7880. "type": "github",
  7881. "url": "https://github.com/sponsors/nodeca"
  7882. }
  7883. ],
  7884. "license": "MIT",
  7885. "dependencies": {
  7886. "argparse": "^2.0.1"
  7887. },
  7888. "bin": {
  7889. "js-yaml": "bin/js-yaml.js"
  7890. }
  7891. },
  7892. "node_modules/jsdom": {
  7893. "version": "30.0.1",
  7894. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-30.0.1.tgz",
  7895. "integrity": "sha512-52v7mUVUfNQVYYqE1lcdaymWL0njO7lTLUog6ZvW2U5KsbiLk/GnZlVJ+qx0xfNJZ6Gn+KSpPNE52vurbxZwrA==",
  7896. "dev": true,
  7897. "license": "MIT",
  7898. "dependencies": {
  7899. "@asamuzakjp/css-color": "^6.0.5",
  7900. "@asamuzakjp/dom-selector": "^8.3.0",
  7901. "@bramus/specificity": "^2.4.2",
  7902. "@csstools/css-syntax-patches-for-csstree": "^1.1.7",
  7903. "@exodus/bytes": "^1.15.1",
  7904. "css-tree": "^3.2.1",
  7905. "data-urls": "^7.0.0",
  7906. "decimal.js": "^10.6.0",
  7907. "html-encoding-sniffer": "^6.0.0",
  7908. "is-potential-custom-element-name": "^1.0.1",
  7909. "lru-cache": "^11.5.2",
  7910. "parse5": "^8.0.1",
  7911. "saxes": "^6.0.0",
  7912. "symbol-tree": "^3.2.4",
  7913. "tough-cookie": "^6.0.2",
  7914. "undici": "^8.9.0",
  7915. "w3c-xmlserializer": "^5.0.0",
  7916. "webidl-conversions": "^8.0.1",
  7917. "whatwg-mimetype": "^5.0.0",
  7918. "whatwg-url": "^17.1.0",
  7919. "xml-name-validator": "^5.0.0"
  7920. },
  7921. "engines": {
  7922. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  7923. },
  7924. "peerDependencies": {
  7925. "canvas": "^3.2.3"
  7926. },
  7927. "peerDependenciesMeta": {
  7928. "canvas": {
  7929. "optional": true
  7930. }
  7931. }
  7932. },
  7933. "node_modules/jsesc": {
  7934. "version": "3.1.0",
  7935. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  7936. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  7937. "dev": true,
  7938. "license": "MIT",
  7939. "bin": {
  7940. "jsesc": "bin/jsesc"
  7941. },
  7942. "engines": {
  7943. "node": ">=6"
  7944. }
  7945. },
  7946. "node_modules/json2mq": {
  7947. "version": "0.2.0",
  7948. "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
  7949. "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
  7950. "license": "MIT",
  7951. "dependencies": {
  7952. "string-convert": "^0.2.0"
  7953. }
  7954. },
  7955. "node_modules/json5": {
  7956. "version": "2.2.3",
  7957. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  7958. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7959. "dev": true,
  7960. "license": "MIT",
  7961. "bin": {
  7962. "json5": "lib/cli.js"
  7963. },
  7964. "engines": {
  7965. "node": ">=6"
  7966. }
  7967. },
  7968. "node_modules/jsonc-parser": {
  7969. "version": "3.3.1",
  7970. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  7971. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  7972. "dev": true,
  7973. "license": "MIT"
  7974. },
  7975. "node_modules/lightningcss": {
  7976. "version": "1.33.0",
  7977. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
  7978. "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
  7979. "dev": true,
  7980. "license": "MPL-2.0",
  7981. "dependencies": {
  7982. "detect-libc": "^2.0.3"
  7983. },
  7984. "engines": {
  7985. "node": ">= 12.0.0"
  7986. },
  7987. "funding": {
  7988. "type": "opencollective",
  7989. "url": "https://opencollective.com/parcel"
  7990. },
  7991. "optionalDependencies": {
  7992. "lightningcss-android-arm64": "1.33.0",
  7993. "lightningcss-darwin-arm64": "1.33.0",
  7994. "lightningcss-darwin-x64": "1.33.0",
  7995. "lightningcss-freebsd-x64": "1.33.0",
  7996. "lightningcss-linux-arm-gnueabihf": "1.33.0",
  7997. "lightningcss-linux-arm64-gnu": "1.33.0",
  7998. "lightningcss-linux-arm64-musl": "1.33.0",
  7999. "lightningcss-linux-x64-gnu": "1.33.0",
  8000. "lightningcss-linux-x64-musl": "1.33.0",
  8001. "lightningcss-win32-arm64-msvc": "1.33.0",
  8002. "lightningcss-win32-x64-msvc": "1.33.0"
  8003. }
  8004. },
  8005. "node_modules/lightningcss-android-arm64": {
  8006. "version": "1.33.0",
  8007. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
  8008. "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
  8009. "cpu": [
  8010. "arm64"
  8011. ],
  8012. "dev": true,
  8013. "license": "MPL-2.0",
  8014. "optional": true,
  8015. "os": [
  8016. "android"
  8017. ],
  8018. "engines": {
  8019. "node": ">= 12.0.0"
  8020. },
  8021. "funding": {
  8022. "type": "opencollective",
  8023. "url": "https://opencollective.com/parcel"
  8024. }
  8025. },
  8026. "node_modules/lightningcss-darwin-arm64": {
  8027. "version": "1.33.0",
  8028. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
  8029. "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
  8030. "cpu": [
  8031. "arm64"
  8032. ],
  8033. "dev": true,
  8034. "license": "MPL-2.0",
  8035. "optional": true,
  8036. "os": [
  8037. "darwin"
  8038. ],
  8039. "engines": {
  8040. "node": ">= 12.0.0"
  8041. },
  8042. "funding": {
  8043. "type": "opencollective",
  8044. "url": "https://opencollective.com/parcel"
  8045. }
  8046. },
  8047. "node_modules/lightningcss-darwin-x64": {
  8048. "version": "1.33.0",
  8049. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
  8050. "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
  8051. "cpu": [
  8052. "x64"
  8053. ],
  8054. "dev": true,
  8055. "license": "MPL-2.0",
  8056. "optional": true,
  8057. "os": [
  8058. "darwin"
  8059. ],
  8060. "engines": {
  8061. "node": ">= 12.0.0"
  8062. },
  8063. "funding": {
  8064. "type": "opencollective",
  8065. "url": "https://opencollective.com/parcel"
  8066. }
  8067. },
  8068. "node_modules/lightningcss-freebsd-x64": {
  8069. "version": "1.33.0",
  8070. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
  8071. "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
  8072. "cpu": [
  8073. "x64"
  8074. ],
  8075. "dev": true,
  8076. "license": "MPL-2.0",
  8077. "optional": true,
  8078. "os": [
  8079. "freebsd"
  8080. ],
  8081. "engines": {
  8082. "node": ">= 12.0.0"
  8083. },
  8084. "funding": {
  8085. "type": "opencollective",
  8086. "url": "https://opencollective.com/parcel"
  8087. }
  8088. },
  8089. "node_modules/lightningcss-linux-arm-gnueabihf": {
  8090. "version": "1.33.0",
  8091. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
  8092. "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
  8093. "cpu": [
  8094. "arm"
  8095. ],
  8096. "dev": true,
  8097. "license": "MPL-2.0",
  8098. "optional": true,
  8099. "os": [
  8100. "linux"
  8101. ],
  8102. "engines": {
  8103. "node": ">= 12.0.0"
  8104. },
  8105. "funding": {
  8106. "type": "opencollective",
  8107. "url": "https://opencollective.com/parcel"
  8108. }
  8109. },
  8110. "node_modules/lightningcss-linux-arm64-gnu": {
  8111. "version": "1.33.0",
  8112. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
  8113. "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
  8114. "cpu": [
  8115. "arm64"
  8116. ],
  8117. "dev": true,
  8118. "libc": [
  8119. "glibc"
  8120. ],
  8121. "license": "MPL-2.0",
  8122. "optional": true,
  8123. "os": [
  8124. "linux"
  8125. ],
  8126. "engines": {
  8127. "node": ">= 12.0.0"
  8128. },
  8129. "funding": {
  8130. "type": "opencollective",
  8131. "url": "https://opencollective.com/parcel"
  8132. }
  8133. },
  8134. "node_modules/lightningcss-linux-arm64-musl": {
  8135. "version": "1.33.0",
  8136. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
  8137. "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
  8138. "cpu": [
  8139. "arm64"
  8140. ],
  8141. "dev": true,
  8142. "libc": [
  8143. "musl"
  8144. ],
  8145. "license": "MPL-2.0",
  8146. "optional": true,
  8147. "os": [
  8148. "linux"
  8149. ],
  8150. "engines": {
  8151. "node": ">= 12.0.0"
  8152. },
  8153. "funding": {
  8154. "type": "opencollective",
  8155. "url": "https://opencollective.com/parcel"
  8156. }
  8157. },
  8158. "node_modules/lightningcss-linux-x64-gnu": {
  8159. "version": "1.33.0",
  8160. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
  8161. "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
  8162. "cpu": [
  8163. "x64"
  8164. ],
  8165. "dev": true,
  8166. "libc": [
  8167. "glibc"
  8168. ],
  8169. "license": "MPL-2.0",
  8170. "optional": true,
  8171. "os": [
  8172. "linux"
  8173. ],
  8174. "engines": {
  8175. "node": ">= 12.0.0"
  8176. },
  8177. "funding": {
  8178. "type": "opencollective",
  8179. "url": "https://opencollective.com/parcel"
  8180. }
  8181. },
  8182. "node_modules/lightningcss-linux-x64-musl": {
  8183. "version": "1.33.0",
  8184. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
  8185. "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
  8186. "cpu": [
  8187. "x64"
  8188. ],
  8189. "dev": true,
  8190. "libc": [
  8191. "musl"
  8192. ],
  8193. "license": "MPL-2.0",
  8194. "optional": true,
  8195. "os": [
  8196. "linux"
  8197. ],
  8198. "engines": {
  8199. "node": ">= 12.0.0"
  8200. },
  8201. "funding": {
  8202. "type": "opencollective",
  8203. "url": "https://opencollective.com/parcel"
  8204. }
  8205. },
  8206. "node_modules/lightningcss-win32-arm64-msvc": {
  8207. "version": "1.33.0",
  8208. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
  8209. "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
  8210. "cpu": [
  8211. "arm64"
  8212. ],
  8213. "dev": true,
  8214. "license": "MPL-2.0",
  8215. "optional": true,
  8216. "os": [
  8217. "win32"
  8218. ],
  8219. "engines": {
  8220. "node": ">= 12.0.0"
  8221. },
  8222. "funding": {
  8223. "type": "opencollective",
  8224. "url": "https://opencollective.com/parcel"
  8225. }
  8226. },
  8227. "node_modules/lightningcss-win32-x64-msvc": {
  8228. "version": "1.33.0",
  8229. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
  8230. "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
  8231. "cpu": [
  8232. "x64"
  8233. ],
  8234. "dev": true,
  8235. "license": "MPL-2.0",
  8236. "optional": true,
  8237. "os": [
  8238. "win32"
  8239. ],
  8240. "engines": {
  8241. "node": ">= 12.0.0"
  8242. },
  8243. "funding": {
  8244. "type": "opencollective",
  8245. "url": "https://opencollective.com/parcel"
  8246. }
  8247. },
  8248. "node_modules/lint-staged": {
  8249. "version": "17.5.0",
  8250. "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.5.0.tgz",
  8251. "integrity": "sha512-ah2qsNtvKP1+Ak4rAvEEIvcXDLjjbr/xmxCvlequxqEOFYk0qINcZcRxD3Ic8wRn7/oQ8+wC9s0DfDrdMVCRFg==",
  8252. "dev": true,
  8253. "license": "MIT",
  8254. "dependencies": {
  8255. "picomatch": "^4.0.7",
  8256. "string-argv": "^0.3.2",
  8257. "tinyexec": "^1.3.1"
  8258. },
  8259. "bin": {
  8260. "lint-staged": "bin/lint-staged.js"
  8261. },
  8262. "engines": {
  8263. "node": ">=22.22.1"
  8264. },
  8265. "funding": {
  8266. "url": "https://opencollective.com/lint-staged"
  8267. },
  8268. "optionalDependencies": {
  8269. "yaml": "^2.9.0"
  8270. }
  8271. },
  8272. "node_modules/lodash": {
  8273. "version": "4.18.1",
  8274. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  8275. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  8276. "license": "MIT"
  8277. },
  8278. "node_modules/lodash.debounce": {
  8279. "version": "4.0.8",
  8280. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  8281. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  8282. "license": "MIT"
  8283. },
  8284. "node_modules/loose-envify": {
  8285. "version": "1.4.0",
  8286. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  8287. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  8288. "license": "MIT",
  8289. "dependencies": {
  8290. "js-tokens": "^3.0.0 || ^4.0.0"
  8291. },
  8292. "bin": {
  8293. "loose-envify": "cli.js"
  8294. }
  8295. },
  8296. "node_modules/loupe": {
  8297. "version": "3.2.1",
  8298. "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz",
  8299. "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==",
  8300. "dev": true,
  8301. "license": "MIT"
  8302. },
  8303. "node_modules/lowlight": {
  8304. "version": "1.20.0",
  8305. "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz",
  8306. "integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==",
  8307. "license": "MIT",
  8308. "dependencies": {
  8309. "fault": "^1.0.0",
  8310. "highlight.js": "~10.7.0"
  8311. },
  8312. "funding": {
  8313. "type": "github",
  8314. "url": "https://github.com/sponsors/wooorm"
  8315. }
  8316. },
  8317. "node_modules/lru-cache": {
  8318. "version": "11.5.2",
  8319. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
  8320. "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
  8321. "dev": true,
  8322. "license": "BlueOak-1.0.0",
  8323. "engines": {
  8324. "node": "20 || >=22"
  8325. }
  8326. },
  8327. "node_modules/lz-string": {
  8328. "version": "1.5.0",
  8329. "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz",
  8330. "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
  8331. "dev": true,
  8332. "license": "MIT",
  8333. "bin": {
  8334. "lz-string": "bin/bin.js"
  8335. }
  8336. },
  8337. "node_modules/magic-string": {
  8338. "version": "1.3.1",
  8339. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.3.1.tgz",
  8340. "integrity": "sha512-rm91zr2Ou+XueDTohjQQjdQEcYM6zVi8KVUCG8Ec3vHwUEKrhSdCNyfuIywkA6hcCAteIn0ZOtAHA6eGpiX+Pg==",
  8341. "dev": true,
  8342. "license": "MIT",
  8343. "dependencies": {
  8344. "@jridgewell/sourcemap-codec": "^1.6.0"
  8345. }
  8346. },
  8347. "node_modules/magicast": {
  8348. "version": "0.5.4",
  8349. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.4.tgz",
  8350. "integrity": "sha512-llBEhWm1SacoRwgHUoQJYtwp4PBLF4faQi5TCpIGyGs9n4y5+juI0tDgyKIfpqxckRHaHzouUEph3THklWh03w==",
  8351. "dev": true,
  8352. "license": "MIT",
  8353. "dependencies": {
  8354. "@babel/parser": "^7.29.7",
  8355. "@babel/types": "^7.29.7",
  8356. "source-map-js": "^1.2.1"
  8357. }
  8358. },
  8359. "node_modules/math-intrinsics": {
  8360. "version": "1.1.0",
  8361. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  8362. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  8363. "license": "MIT",
  8364. "engines": {
  8365. "node": ">= 0.4"
  8366. }
  8367. },
  8368. "node_modules/mdn-data": {
  8369. "version": "2.27.1",
  8370. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  8371. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  8372. "dev": true,
  8373. "license": "CC0-1.0"
  8374. },
  8375. "node_modules/mime-db": {
  8376. "version": "1.52.0",
  8377. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  8378. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  8379. "license": "MIT",
  8380. "engines": {
  8381. "node": ">= 0.6"
  8382. }
  8383. },
  8384. "node_modules/mime-types": {
  8385. "version": "2.1.35",
  8386. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  8387. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  8388. "license": "MIT",
  8389. "dependencies": {
  8390. "mime-db": "1.52.0"
  8391. },
  8392. "engines": {
  8393. "node": ">= 0.6"
  8394. }
  8395. },
  8396. "node_modules/min-indent": {
  8397. "version": "1.0.1",
  8398. "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  8399. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
  8400. "dev": true,
  8401. "license": "MIT",
  8402. "engines": {
  8403. "node": ">=4"
  8404. }
  8405. },
  8406. "node_modules/minim": {
  8407. "version": "0.23.8",
  8408. "resolved": "https://registry.npmjs.org/minim/-/minim-0.23.8.tgz",
  8409. "integrity": "sha512-bjdr2xW1dBCMsMGGsUeqM4eFI60m94+szhxWys+B1ztIt6gWSfeGBdSVCIawezeHYLYn0j6zrsXdQS/JllBzww==",
  8410. "license": "MIT",
  8411. "dependencies": {
  8412. "lodash": "^4.15.0"
  8413. },
  8414. "engines": {
  8415. "node": ">=6"
  8416. }
  8417. },
  8418. "node_modules/minimatch": {
  8419. "version": "10.2.6",
  8420. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
  8421. "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
  8422. "license": "BlueOak-1.0.0",
  8423. "dependencies": {
  8424. "brace-expansion": "^5.0.8"
  8425. },
  8426. "engines": {
  8427. "node": "18 || 20 || >=22"
  8428. },
  8429. "funding": {
  8430. "url": "https://github.com/sponsors/isaacs"
  8431. }
  8432. },
  8433. "node_modules/minimist": {
  8434. "version": "1.2.8",
  8435. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  8436. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  8437. "dev": true,
  8438. "license": "MIT",
  8439. "funding": {
  8440. "url": "https://github.com/sponsors/ljharb"
  8441. }
  8442. },
  8443. "node_modules/minipass": {
  8444. "version": "7.1.3",
  8445. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  8446. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  8447. "dev": true,
  8448. "license": "BlueOak-1.0.0",
  8449. "engines": {
  8450. "node": ">=16 || 14 >=14.17"
  8451. }
  8452. },
  8453. "node_modules/mrmime": {
  8454. "version": "2.0.1",
  8455. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  8456. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  8457. "dev": true,
  8458. "license": "MIT",
  8459. "engines": {
  8460. "node": ">=10"
  8461. }
  8462. },
  8463. "node_modules/ms": {
  8464. "version": "2.1.3",
  8465. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  8466. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  8467. "license": "MIT"
  8468. },
  8469. "node_modules/msw": {
  8470. "version": "2.15.0",
  8471. "resolved": "https://registry.npmjs.org/msw/-/msw-2.15.0.tgz",
  8472. "integrity": "sha512-2wQAmKkQKxRuXvYJxVhPGG0wZNBQyD06oJvxqw90XqLvptdqxdlHrFUfEteKkpaNORX3Xzc+HtEl/q0nfmN2wQ==",
  8473. "dev": true,
  8474. "hasInstallScript": true,
  8475. "license": "MIT",
  8476. "dependencies": {
  8477. "@inquirer/confirm": "^6.0.11",
  8478. "@mswjs/interceptors": "^0.41.3",
  8479. "@open-draft/deferred-promise": "^3.0.0",
  8480. "@types/statuses": "^2.0.6",
  8481. "cookie": "^1.1.1",
  8482. "graphql": "^16.13.2",
  8483. "headers-polyfill": "^5.0.1",
  8484. "is-node-process": "^1.2.0",
  8485. "outvariant": "^1.4.3",
  8486. "path-to-regexp": "^6.3.0",
  8487. "picocolors": "^1.1.1",
  8488. "rettime": "^0.11.11",
  8489. "statuses": "^2.0.2",
  8490. "strict-event-emitter": "^0.5.1",
  8491. "tough-cookie": "^6.0.1",
  8492. "type-fest": "^5.5.0",
  8493. "until-async": "^3.0.2",
  8494. "yargs": "^17.7.2"
  8495. },
  8496. "bin": {
  8497. "msw": "cli/index.js"
  8498. },
  8499. "engines": {
  8500. "node": ">=18"
  8501. },
  8502. "funding": {
  8503. "url": "https://github.com/sponsors/mswjs"
  8504. },
  8505. "peerDependencies": {
  8506. "typescript": ">= 4.8.x"
  8507. },
  8508. "peerDependenciesMeta": {
  8509. "typescript": {
  8510. "optional": true
  8511. }
  8512. }
  8513. },
  8514. "node_modules/mute-stream": {
  8515. "version": "3.0.0",
  8516. "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
  8517. "integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
  8518. "dev": true,
  8519. "license": "ISC",
  8520. "engines": {
  8521. "node": "^20.17.0 || >=22.9.0"
  8522. }
  8523. },
  8524. "node_modules/nanoid": {
  8525. "version": "3.3.18",
  8526. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
  8527. "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
  8528. "dev": true,
  8529. "funding": [
  8530. {
  8531. "type": "github",
  8532. "url": "https://github.com/sponsors/ai"
  8533. }
  8534. ],
  8535. "license": "MIT",
  8536. "bin": {
  8537. "nanoid": "bin/nanoid.cjs"
  8538. },
  8539. "engines": {
  8540. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8541. }
  8542. },
  8543. "node_modules/neotraverse": {
  8544. "version": "1.0.1",
  8545. "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-1.0.1.tgz",
  8546. "integrity": "sha512-WmmLty1YWwJl9yZi77v2dVIV6X2kuYV8YYBI/G3LWGKdGHmHUvL1z7FW0iDvEvGAwNEoc5x1tOOOyDnf5jJw/w==",
  8547. "license": "MIT",
  8548. "engines": {
  8549. "node": ">= 10"
  8550. }
  8551. },
  8552. "node_modules/node-abort-controller": {
  8553. "version": "3.1.1",
  8554. "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
  8555. "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==",
  8556. "license": "MIT"
  8557. },
  8558. "node_modules/node-addon-api": {
  8559. "version": "8.9.2",
  8560. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.2.tgz",
  8561. "integrity": "sha512-VijLXbi3UACN69I0JVXJsX4tjACjNoQDgv2gTF6sx2wWEi8tkSg2eX8p5gSIFi8z2+DL3oHmY6OyKce38SDolg==",
  8562. "license": "MIT",
  8563. "optional": true,
  8564. "engines": {
  8565. "node": "^18 || ^20 || >= 21"
  8566. }
  8567. },
  8568. "node_modules/node-gyp-build": {
  8569. "version": "4.8.4",
  8570. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  8571. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  8572. "license": "MIT",
  8573. "optional": true,
  8574. "bin": {
  8575. "node-gyp-build": "bin.js",
  8576. "node-gyp-build-optional": "optional.js",
  8577. "node-gyp-build-test": "build-test.js"
  8578. }
  8579. },
  8580. "node_modules/node-releases": {
  8581. "version": "2.0.55",
  8582. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.55.tgz",
  8583. "integrity": "sha512-mIrE/Cw9y+9Au6dS5vDKDhQza9YvG6w+ZrS6X+ZzA7yFW/soAeaups4Qzn1bL6g5FVy8WtP79+0j82oPIbqRjQ==",
  8584. "dev": true,
  8585. "license": "MIT",
  8586. "engines": {
  8587. "node": ">=18"
  8588. }
  8589. },
  8590. "node_modules/object-assign": {
  8591. "version": "4.1.1",
  8592. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  8593. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  8594. "license": "MIT",
  8595. "engines": {
  8596. "node": ">=0.10.0"
  8597. }
  8598. },
  8599. "node_modules/obug": {
  8600. "version": "2.2.1",
  8601. "resolved": "https://registry.npmjs.org/obug/-/obug-2.2.1.tgz",
  8602. "integrity": "sha512-XrsrhT5sybtKI6wakr2SPOlGZWWYbUXZ7a0jT8/QOeAPau+1X/bSegNe5YR75oJmEZQbKningirmGOEJCIk61Q==",
  8603. "dev": true,
  8604. "funding": [
  8605. "https://github.com/sponsors/sxzz",
  8606. "https://opencollective.com/debug"
  8607. ],
  8608. "license": "MIT",
  8609. "engines": {
  8610. "node": ">=12.20.0"
  8611. }
  8612. },
  8613. "node_modules/open": {
  8614. "version": "10.2.0",
  8615. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  8616. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  8617. "dev": true,
  8618. "license": "MIT",
  8619. "dependencies": {
  8620. "default-browser": "^5.2.1",
  8621. "define-lazy-prop": "^3.0.0",
  8622. "is-inside-container": "^1.0.0",
  8623. "wsl-utils": "^0.1.0"
  8624. },
  8625. "engines": {
  8626. "node": ">=18"
  8627. },
  8628. "funding": {
  8629. "url": "https://github.com/sponsors/sindresorhus"
  8630. }
  8631. },
  8632. "node_modules/openapi-path-templating": {
  8633. "version": "2.2.1",
  8634. "resolved": "https://registry.npmjs.org/openapi-path-templating/-/openapi-path-templating-2.2.1.tgz",
  8635. "integrity": "sha512-eN14VrDvl/YyGxxrkGOHkVkWEoPyhyeydOUrbvjoz8K5eIGgELASwN1eqFOJ2CTQMGCy2EntOK1KdtJ8ZMekcg==",
  8636. "license": "Apache-2.0",
  8637. "dependencies": {
  8638. "apg-lite": "^1.0.4"
  8639. },
  8640. "engines": {
  8641. "node": ">=12.20.0"
  8642. }
  8643. },
  8644. "node_modules/openapi-server-url-templating": {
  8645. "version": "1.3.0",
  8646. "resolved": "https://registry.npmjs.org/openapi-server-url-templating/-/openapi-server-url-templating-1.3.0.tgz",
  8647. "integrity": "sha512-DPlCms3KKEbjVQb0spV6Awfn6UWNheuG/+folQPzh/wUaKwuqvj8zt5gagD7qoyxtE03cIiKPgLFS3Q8Bz00uQ==",
  8648. "license": "Apache-2.0",
  8649. "dependencies": {
  8650. "apg-lite": "^1.0.4"
  8651. },
  8652. "engines": {
  8653. "node": ">=12.20.0"
  8654. }
  8655. },
  8656. "node_modules/otpauth": {
  8657. "version": "9.5.2",
  8658. "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.5.2.tgz",
  8659. "integrity": "sha512-GQ5emWR/x1tcExT62IBT0UfO95wZzJZyxYOJOGVeQF47SYEN9vmh0vISvDZaNMuFJRG+IaWCKtfm+t9Bfoal6w==",
  8660. "license": "MIT",
  8661. "dependencies": {
  8662. "@noble/hashes": "2.4.0"
  8663. },
  8664. "funding": {
  8665. "url": "https://github.com/hectorm/otpauth?sponsor=1"
  8666. }
  8667. },
  8668. "node_modules/outvariant": {
  8669. "version": "1.4.3",
  8670. "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
  8671. "integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
  8672. "dev": true,
  8673. "license": "MIT"
  8674. },
  8675. "node_modules/oxc-parser": {
  8676. "version": "0.127.0",
  8677. "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.127.0.tgz",
  8678. "integrity": "sha512-bkgD4qHlN7WxLdX8bLXdaU54TtQtAIg/ZBAfm0aje/mo3MRDo3P0hZSgr4U7O3xfX+fQmR5AP04JS/TGcZLcFA==",
  8679. "dev": true,
  8680. "license": "MIT",
  8681. "dependencies": {
  8682. "@oxc-project/types": "^0.127.0"
  8683. },
  8684. "engines": {
  8685. "node": "^20.19.0 || >=22.12.0"
  8686. },
  8687. "funding": {
  8688. "url": "https://github.com/sponsors/Boshen"
  8689. },
  8690. "optionalDependencies": {
  8691. "@oxc-parser/binding-android-arm-eabi": "0.127.0",
  8692. "@oxc-parser/binding-android-arm64": "0.127.0",
  8693. "@oxc-parser/binding-darwin-arm64": "0.127.0",
  8694. "@oxc-parser/binding-darwin-x64": "0.127.0",
  8695. "@oxc-parser/binding-freebsd-x64": "0.127.0",
  8696. "@oxc-parser/binding-linux-arm-gnueabihf": "0.127.0",
  8697. "@oxc-parser/binding-linux-arm-musleabihf": "0.127.0",
  8698. "@oxc-parser/binding-linux-arm64-gnu": "0.127.0",
  8699. "@oxc-parser/binding-linux-arm64-musl": "0.127.0",
  8700. "@oxc-parser/binding-linux-ppc64-gnu": "0.127.0",
  8701. "@oxc-parser/binding-linux-riscv64-gnu": "0.127.0",
  8702. "@oxc-parser/binding-linux-riscv64-musl": "0.127.0",
  8703. "@oxc-parser/binding-linux-s390x-gnu": "0.127.0",
  8704. "@oxc-parser/binding-linux-x64-gnu": "0.127.0",
  8705. "@oxc-parser/binding-linux-x64-musl": "0.127.0",
  8706. "@oxc-parser/binding-openharmony-arm64": "0.127.0",
  8707. "@oxc-parser/binding-wasm32-wasi": "0.127.0",
  8708. "@oxc-parser/binding-win32-arm64-msvc": "0.127.0",
  8709. "@oxc-parser/binding-win32-ia32-msvc": "0.127.0",
  8710. "@oxc-parser/binding-win32-x64-msvc": "0.127.0"
  8711. }
  8712. },
  8713. "node_modules/oxc-resolver": {
  8714. "version": "11.21.2",
  8715. "resolved": "https://registry.npmjs.org/oxc-resolver/-/oxc-resolver-11.21.2.tgz",
  8716. "integrity": "sha512-w5tLwYN3Zo24w5EeWJjJWZOwhYqTtC8PS2B1tIt7BZUuqTIcU07sQValbDw+rq7+AuAGzOHklgK+ifsy4lpXfw==",
  8717. "dev": true,
  8718. "license": "MIT",
  8719. "funding": {
  8720. "url": "https://github.com/sponsors/Boshen"
  8721. },
  8722. "optionalDependencies": {
  8723. "@oxc-resolver/binding-android-arm-eabi": "11.21.2",
  8724. "@oxc-resolver/binding-android-arm64": "11.21.2",
  8725. "@oxc-resolver/binding-darwin-arm64": "11.21.2",
  8726. "@oxc-resolver/binding-darwin-x64": "11.21.2",
  8727. "@oxc-resolver/binding-freebsd-x64": "11.21.2",
  8728. "@oxc-resolver/binding-linux-arm-gnueabihf": "11.21.2",
  8729. "@oxc-resolver/binding-linux-arm-musleabihf": "11.21.2",
  8730. "@oxc-resolver/binding-linux-arm64-gnu": "11.21.2",
  8731. "@oxc-resolver/binding-linux-arm64-musl": "11.21.2",
  8732. "@oxc-resolver/binding-linux-ppc64-gnu": "11.21.2",
  8733. "@oxc-resolver/binding-linux-riscv64-gnu": "11.21.2",
  8734. "@oxc-resolver/binding-linux-riscv64-musl": "11.21.2",
  8735. "@oxc-resolver/binding-linux-s390x-gnu": "11.21.2",
  8736. "@oxc-resolver/binding-linux-x64-gnu": "11.21.2",
  8737. "@oxc-resolver/binding-linux-x64-musl": "11.21.2",
  8738. "@oxc-resolver/binding-openharmony-arm64": "11.21.2",
  8739. "@oxc-resolver/binding-wasm32-wasi": "11.21.2",
  8740. "@oxc-resolver/binding-win32-arm64-msvc": "11.21.2",
  8741. "@oxc-resolver/binding-win32-x64-msvc": "11.21.2"
  8742. }
  8743. },
  8744. "node_modules/oxfmt": {
  8745. "version": "0.67.0",
  8746. "resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.67.0.tgz",
  8747. "integrity": "sha512-vV7sSiPsaO0mSxdoUdayipVDFPzW/UQ+hrezEHa20+Tx1dnMdZLSRHMT0PdS67FFbhd74M1n08asW21aLGeCrA==",
  8748. "dev": true,
  8749. "license": "MIT",
  8750. "dependencies": {
  8751. "tinypool": "2.1.2"
  8752. },
  8753. "bin": {
  8754. "oxfmt": "bin/oxfmt"
  8755. },
  8756. "engines": {
  8757. "node": "^20.19.0 || >=22.12.0"
  8758. },
  8759. "funding": {
  8760. "url": "https://github.com/sponsors/oxc-project"
  8761. },
  8762. "optionalDependencies": {
  8763. "@oxfmt/binding-android-arm-eabi": "0.67.0",
  8764. "@oxfmt/binding-android-arm64": "0.67.0",
  8765. "@oxfmt/binding-darwin-arm64": "0.67.0",
  8766. "@oxfmt/binding-darwin-x64": "0.67.0",
  8767. "@oxfmt/binding-freebsd-x64": "0.67.0",
  8768. "@oxfmt/binding-linux-arm-gnueabihf": "0.67.0",
  8769. "@oxfmt/binding-linux-arm-musleabihf": "0.67.0",
  8770. "@oxfmt/binding-linux-arm64-gnu": "0.67.0",
  8771. "@oxfmt/binding-linux-arm64-musl": "0.67.0",
  8772. "@oxfmt/binding-linux-ppc64-gnu": "0.67.0",
  8773. "@oxfmt/binding-linux-riscv64-gnu": "0.67.0",
  8774. "@oxfmt/binding-linux-riscv64-musl": "0.67.0",
  8775. "@oxfmt/binding-linux-s390x-gnu": "0.67.0",
  8776. "@oxfmt/binding-linux-x64-gnu": "0.67.0",
  8777. "@oxfmt/binding-linux-x64-musl": "0.67.0",
  8778. "@oxfmt/binding-openharmony-arm64": "0.67.0",
  8779. "@oxfmt/binding-win32-arm64-msvc": "0.67.0",
  8780. "@oxfmt/binding-win32-ia32-msvc": "0.67.0",
  8781. "@oxfmt/binding-win32-x64-msvc": "0.67.0"
  8782. },
  8783. "peerDependencies": {
  8784. "svelte": "^5.0.0",
  8785. "vite-plus": "*"
  8786. },
  8787. "peerDependenciesMeta": {
  8788. "svelte": {
  8789. "optional": true
  8790. },
  8791. "vite-plus": {
  8792. "optional": true
  8793. }
  8794. }
  8795. },
  8796. "node_modules/oxlint": {
  8797. "version": "1.82.0",
  8798. "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.82.0.tgz",
  8799. "integrity": "sha512-+iFM1BGw1ntYJt3QngbJmjbrGxPaKMUADOXOijpWGnYcBPq8YZnQftSS1C+pVcDYy9YxqDVJKQqQkTazTQMboQ==",
  8800. "dev": true,
  8801. "license": "MIT",
  8802. "bin": {
  8803. "oxlint": "bin/oxlint"
  8804. },
  8805. "engines": {
  8806. "node": "^20.19.0 || >=22.12.0"
  8807. },
  8808. "funding": {
  8809. "url": "https://github.com/sponsors/oxc-project"
  8810. },
  8811. "optionalDependencies": {
  8812. "@oxlint/binding-android-arm-eabi": "1.82.0",
  8813. "@oxlint/binding-android-arm64": "1.82.0",
  8814. "@oxlint/binding-darwin-arm64": "1.82.0",
  8815. "@oxlint/binding-darwin-x64": "1.82.0",
  8816. "@oxlint/binding-freebsd-x64": "1.82.0",
  8817. "@oxlint/binding-linux-arm-gnueabihf": "1.82.0",
  8818. "@oxlint/binding-linux-arm-musleabihf": "1.82.0",
  8819. "@oxlint/binding-linux-arm64-gnu": "1.82.0",
  8820. "@oxlint/binding-linux-arm64-musl": "1.82.0",
  8821. "@oxlint/binding-linux-ppc64-gnu": "1.82.0",
  8822. "@oxlint/binding-linux-riscv64-gnu": "1.82.0",
  8823. "@oxlint/binding-linux-riscv64-musl": "1.82.0",
  8824. "@oxlint/binding-linux-s390x-gnu": "1.82.0",
  8825. "@oxlint/binding-linux-x64-gnu": "1.82.0",
  8826. "@oxlint/binding-linux-x64-musl": "1.82.0",
  8827. "@oxlint/binding-openharmony-arm64": "1.82.0",
  8828. "@oxlint/binding-win32-arm64-msvc": "1.82.0",
  8829. "@oxlint/binding-win32-ia32-msvc": "1.82.0",
  8830. "@oxlint/binding-win32-x64-msvc": "1.82.0"
  8831. },
  8832. "peerDependencies": {
  8833. "oxlint-tsgolint": ">=7.0.2001",
  8834. "vite-plus": "*"
  8835. },
  8836. "peerDependenciesMeta": {
  8837. "oxlint-tsgolint": {
  8838. "optional": true
  8839. },
  8840. "vite-plus": {
  8841. "optional": true
  8842. }
  8843. }
  8844. },
  8845. "node_modules/oxlint-tsgolint": {
  8846. "version": "7.0.2001",
  8847. "resolved": "https://registry.npmjs.org/oxlint-tsgolint/-/oxlint-tsgolint-7.0.2001.tgz",
  8848. "integrity": "sha512-KjK/XLcXr1DSyonKhsuFqJRiuKqcyG9j3LJ8nkOsrLzGvodBPqzHOKauy10asLMDI0sUpvb+1sxlzff3udZvfg==",
  8849. "dev": true,
  8850. "license": "MIT",
  8851. "bin": {
  8852. "tsgolint": "bin/tsgolint.js"
  8853. },
  8854. "optionalDependencies": {
  8855. "@oxlint-tsgolint/darwin-arm64": "7.0.2001",
  8856. "@oxlint-tsgolint/darwin-x64": "7.0.2001",
  8857. "@oxlint-tsgolint/linux-arm64": "7.0.2001",
  8858. "@oxlint-tsgolint/linux-x64": "7.0.2001",
  8859. "@oxlint-tsgolint/win32-arm64": "7.0.2001",
  8860. "@oxlint-tsgolint/win32-x64": "7.0.2001"
  8861. }
  8862. },
  8863. "node_modules/parse-entities": {
  8864. "version": "4.0.2",
  8865. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
  8866. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  8867. "license": "MIT",
  8868. "dependencies": {
  8869. "@types/unist": "^2.0.0",
  8870. "character-entities-legacy": "^3.0.0",
  8871. "character-reference-invalid": "^2.0.0",
  8872. "decode-named-character-reference": "^1.0.0",
  8873. "is-alphanumerical": "^2.0.0",
  8874. "is-decimal": "^2.0.0",
  8875. "is-hexadecimal": "^2.0.0"
  8876. },
  8877. "funding": {
  8878. "type": "github",
  8879. "url": "https://github.com/sponsors/wooorm"
  8880. }
  8881. },
  8882. "node_modules/parse-entities/node_modules/@types/unist": {
  8883. "version": "2.0.11",
  8884. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
  8885. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  8886. "license": "MIT"
  8887. },
  8888. "node_modules/parse5": {
  8889. "version": "8.0.1",
  8890. "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.1.tgz",
  8891. "integrity": "sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==",
  8892. "dev": true,
  8893. "license": "MIT",
  8894. "dependencies": {
  8895. "entities": "^8.0.0"
  8896. },
  8897. "funding": {
  8898. "url": "https://github.com/inikulin/parse5?sponsor=1"
  8899. }
  8900. },
  8901. "node_modules/path-parse": {
  8902. "version": "1.0.7",
  8903. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  8904. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  8905. "dev": true,
  8906. "license": "MIT"
  8907. },
  8908. "node_modules/path-scurry": {
  8909. "version": "2.0.2",
  8910. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  8911. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  8912. "dev": true,
  8913. "license": "BlueOak-1.0.0",
  8914. "dependencies": {
  8915. "lru-cache": "^11.0.0",
  8916. "minipass": "^7.1.2"
  8917. },
  8918. "engines": {
  8919. "node": "18 || 20 || >=22"
  8920. },
  8921. "funding": {
  8922. "url": "https://github.com/sponsors/isaacs"
  8923. }
  8924. },
  8925. "node_modules/path-to-regexp": {
  8926. "version": "6.3.0",
  8927. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
  8928. "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
  8929. "dev": true,
  8930. "license": "MIT"
  8931. },
  8932. "node_modules/pathe": {
  8933. "version": "2.0.3",
  8934. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  8935. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  8936. "dev": true,
  8937. "license": "MIT"
  8938. },
  8939. "node_modules/pathval": {
  8940. "version": "2.0.1",
  8941. "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
  8942. "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
  8943. "dev": true,
  8944. "license": "MIT",
  8945. "engines": {
  8946. "node": ">= 14.16"
  8947. }
  8948. },
  8949. "node_modules/persian-calendar-suite": {
  8950. "version": "1.5.6",
  8951. "resolved": "https://registry.npmjs.org/persian-calendar-suite/-/persian-calendar-suite-1.5.6.tgz",
  8952. "integrity": "sha512-qlWEQZRDDSzN6AgEgjO2Q8jry59LRpijH9BAA37s7mYA8fyMix7SZY8ut6IshcPfdU1aANBDITa5ZIVUH+AOLg==",
  8953. "license": "MIT",
  8954. "peerDependencies": {
  8955. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  8956. }
  8957. },
  8958. "node_modules/picocolors": {
  8959. "version": "1.1.1",
  8960. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  8961. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  8962. "dev": true,
  8963. "license": "ISC"
  8964. },
  8965. "node_modules/picomatch": {
  8966. "version": "4.0.7",
  8967. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
  8968. "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
  8969. "dev": true,
  8970. "license": "MIT",
  8971. "engines": {
  8972. "node": ">=12"
  8973. },
  8974. "funding": {
  8975. "url": "https://github.com/sponsors/jonschlinkert"
  8976. }
  8977. },
  8978. "node_modules/playwright": {
  8979. "version": "1.63.0",
  8980. "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.63.0.tgz",
  8981. "integrity": "sha512-+7ziBLidS4NaNCdt57SUDT+wYmmd5fmiQejUic/kb+YsYSCPyOOE9sebzMjNmQrsnNpDJqd4WHvV/8lfKfUDUg==",
  8982. "dev": true,
  8983. "license": "Apache-2.0",
  8984. "dependencies": {
  8985. "playwright-core": "1.63.0"
  8986. },
  8987. "bin": {
  8988. "playwright": "cli.js"
  8989. },
  8990. "engines": {
  8991. "node": ">=20"
  8992. }
  8993. },
  8994. "node_modules/playwright-core": {
  8995. "version": "1.63.0",
  8996. "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.63.0.tgz",
  8997. "integrity": "sha512-rYCsBF/M5HjUch52bbtVONEFjv6Xu8sm8h72dNlR5bzIE1fvC/bxgspzkjSfU+MweEMmPM8KJebG6nnyxo5mCg==",
  8998. "dev": true,
  8999. "license": "Apache-2.0",
  9000. "bin": {
  9001. "playwright-core": "cli.js"
  9002. },
  9003. "engines": {
  9004. "node": ">=20"
  9005. }
  9006. },
  9007. "node_modules/pngjs": {
  9008. "version": "7.0.0",
  9009. "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-7.0.0.tgz",
  9010. "integrity": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==",
  9011. "dev": true,
  9012. "license": "MIT",
  9013. "engines": {
  9014. "node": ">=14.19.0"
  9015. }
  9016. },
  9017. "node_modules/possible-typed-array-names": {
  9018. "version": "1.1.0",
  9019. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  9020. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  9021. "license": "MIT",
  9022. "engines": {
  9023. "node": ">= 0.4"
  9024. }
  9025. },
  9026. "node_modules/postcss": {
  9027. "version": "8.5.28",
  9028. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
  9029. "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
  9030. "dev": true,
  9031. "funding": [
  9032. {
  9033. "type": "opencollective",
  9034. "url": "https://opencollective.com/postcss/"
  9035. },
  9036. {
  9037. "type": "tidelift",
  9038. "url": "https://tidelift.com/funding/github/npm/postcss"
  9039. },
  9040. {
  9041. "type": "github",
  9042. "url": "https://github.com/sponsors/ai"
  9043. }
  9044. ],
  9045. "license": "MIT",
  9046. "dependencies": {
  9047. "nanoid": "^3.3.18",
  9048. "picocolors": "^1.1.1",
  9049. "source-map-js": "^1.2.1"
  9050. },
  9051. "engines": {
  9052. "node": "^10 || ^12 || >=14"
  9053. }
  9054. },
  9055. "node_modules/pretty-format": {
  9056. "version": "27.5.1",
  9057. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
  9058. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  9059. "dev": true,
  9060. "license": "MIT",
  9061. "dependencies": {
  9062. "ansi-regex": "^5.0.1",
  9063. "ansi-styles": "^5.0.0",
  9064. "react-is": "^17.0.1"
  9065. },
  9066. "engines": {
  9067. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9068. }
  9069. },
  9070. "node_modules/pretty-format/node_modules/react-is": {
  9071. "version": "17.0.2",
  9072. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  9073. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
  9074. "dev": true,
  9075. "license": "MIT"
  9076. },
  9077. "node_modules/prismjs": {
  9078. "version": "1.30.0",
  9079. "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
  9080. "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
  9081. "license": "MIT",
  9082. "engines": {
  9083. "node": ">=6"
  9084. }
  9085. },
  9086. "node_modules/prop-types": {
  9087. "version": "15.8.1",
  9088. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  9089. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  9090. "license": "MIT",
  9091. "dependencies": {
  9092. "loose-envify": "^1.4.0",
  9093. "object-assign": "^4.1.1",
  9094. "react-is": "^16.13.1"
  9095. }
  9096. },
  9097. "node_modules/prop-types/node_modules/react-is": {
  9098. "version": "16.13.1",
  9099. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  9100. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  9101. "license": "MIT"
  9102. },
  9103. "node_modules/property-information": {
  9104. "version": "7.2.0",
  9105. "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
  9106. "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
  9107. "license": "MIT",
  9108. "funding": {
  9109. "type": "github",
  9110. "url": "https://github.com/sponsors/wooorm"
  9111. }
  9112. },
  9113. "node_modules/proxy-from-env": {
  9114. "version": "2.1.0",
  9115. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  9116. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  9117. "license": "MIT",
  9118. "engines": {
  9119. "node": ">=10"
  9120. }
  9121. },
  9122. "node_modules/punycode": {
  9123. "version": "2.3.1",
  9124. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  9125. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  9126. "dev": true,
  9127. "license": "MIT",
  9128. "engines": {
  9129. "node": ">=6"
  9130. }
  9131. },
  9132. "node_modules/querystringify": {
  9133. "version": "2.2.0",
  9134. "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
  9135. "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
  9136. "license": "MIT"
  9137. },
  9138. "node_modules/ramda": {
  9139. "version": "0.30.1",
  9140. "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz",
  9141. "integrity": "sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==",
  9142. "license": "MIT",
  9143. "funding": {
  9144. "type": "opencollective",
  9145. "url": "https://opencollective.com/ramda"
  9146. }
  9147. },
  9148. "node_modules/ramda-adjunct": {
  9149. "version": "5.1.0",
  9150. "resolved": "https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-5.1.0.tgz",
  9151. "integrity": "sha512-8qCpl2vZBXEJyNbi4zqcgdfHtcdsWjOGbiNSEnEBrM6Y0OKOT8UxJbIVGm1TIcjaSu2MxaWcgtsNlKlCk7o7qg==",
  9152. "license": "BSD-3-Clause",
  9153. "engines": {
  9154. "node": ">=0.10.3"
  9155. },
  9156. "funding": {
  9157. "type": "opencollective",
  9158. "url": "https://opencollective.com/ramda-adjunct"
  9159. },
  9160. "peerDependencies": {
  9161. "ramda": ">= 0.30.0"
  9162. }
  9163. },
  9164. "node_modules/randexp": {
  9165. "version": "0.5.3",
  9166. "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.5.3.tgz",
  9167. "integrity": "sha512-U+5l2KrcMNOUPYvazA3h5ekF80FHTUG+87SEAmHZmolh1M+i/WyTCxVzmi+tidIa1tM4BSe8g2Y/D3loWDjj+w==",
  9168. "license": "MIT",
  9169. "dependencies": {
  9170. "drange": "^1.0.2",
  9171. "ret": "^0.2.0"
  9172. },
  9173. "engines": {
  9174. "node": ">=4"
  9175. }
  9176. },
  9177. "node_modules/randombytes": {
  9178. "version": "2.1.0",
  9179. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  9180. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  9181. "license": "MIT",
  9182. "dependencies": {
  9183. "safe-buffer": "^5.1.0"
  9184. }
  9185. },
  9186. "node_modules/react": {
  9187. "version": "19.3.0",
  9188. "resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz",
  9189. "integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==",
  9190. "license": "MIT",
  9191. "engines": {
  9192. "node": ">=0.10.0"
  9193. }
  9194. },
  9195. "node_modules/react-copy-to-clipboard": {
  9196. "version": "5.1.1",
  9197. "resolved": "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.1.tgz",
  9198. "integrity": "sha512-s+HrzLyJBxrpGTYXF15dTgMjAJpEPZT/Yp6NytAtZMRngejxt6Pt5WrfFxLAcsqUDU6sY1Jz6tyHwIicE1U2Xg==",
  9199. "license": "MIT",
  9200. "dependencies": {
  9201. "copy-to-clipboard": "^3.3.3",
  9202. "prop-types": "^15.8.1"
  9203. },
  9204. "peerDependencies": {
  9205. "react": ">=15.3.0"
  9206. }
  9207. },
  9208. "node_modules/react-debounce-input": {
  9209. "version": "3.3.0",
  9210. "resolved": "https://registry.npmjs.org/react-debounce-input/-/react-debounce-input-3.3.0.tgz",
  9211. "integrity": "sha512-VEqkvs8JvY/IIZvh71Z0TC+mdbxERvYF33RcebnodlsUZ8RSgyKe2VWaHXv4+/8aoOgXLxWrdsYs2hDhcwbUgA==",
  9212. "license": "MIT",
  9213. "dependencies": {
  9214. "lodash.debounce": "^4",
  9215. "prop-types": "^15.8.1"
  9216. },
  9217. "peerDependencies": {
  9218. "react": "^15.3.0 || 16 || 17 || 18"
  9219. }
  9220. },
  9221. "node_modules/react-docgen": {
  9222. "version": "8.0.3",
  9223. "resolved": "https://registry.npmjs.org/react-docgen/-/react-docgen-8.0.3.tgz",
  9224. "integrity": "sha512-aEZ9qP+/M+58x2qgfSFEWH1BxLyHe5+qkLNJOZQb5iGS017jpbRnoKhNRrXPeA6RfBrZO5wZrT9DMC1UqE1f1w==",
  9225. "dev": true,
  9226. "license": "MIT",
  9227. "dependencies": {
  9228. "@babel/core": "^7.28.0",
  9229. "@babel/traverse": "^7.28.0",
  9230. "@babel/types": "^7.28.2",
  9231. "@types/babel__core": "^7.20.5",
  9232. "@types/babel__traverse": "^7.20.7",
  9233. "@types/doctrine": "^0.0.9",
  9234. "@types/resolve": "^1.20.2",
  9235. "doctrine": "^3.0.0",
  9236. "resolve": "^1.22.1",
  9237. "strip-indent": "^4.0.0"
  9238. },
  9239. "engines": {
  9240. "node": "^20.9.0 || >=22"
  9241. }
  9242. },
  9243. "node_modules/react-docgen-typescript": {
  9244. "version": "2.4.0",
  9245. "resolved": "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-2.4.0.tgz",
  9246. "integrity": "sha512-ZtAp5XTO5HRzQctjPU0ybY0RRCQO19X/8fxn3w7y2VVTUbGHDKULPTL4ky3vB05euSgG5NpALhEhDPvQ56wvXg==",
  9247. "dev": true,
  9248. "license": "MIT",
  9249. "peerDependencies": {
  9250. "typescript": ">= 4.3.x"
  9251. }
  9252. },
  9253. "node_modules/react-dom": {
  9254. "version": "19.3.0",
  9255. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.3.0.tgz",
  9256. "integrity": "sha512-JDk8dgif51OjFoDE70+OT9ICyYr+69HlmihNwp1+Nsfbna3t5sIiCa9ZJktDmQ4/1b/rn26hIAR2uYXDMr5r0Q==",
  9257. "license": "MIT",
  9258. "dependencies": {
  9259. "scheduler": "^0.28.0"
  9260. },
  9261. "peerDependencies": {
  9262. "react": "^19.3.0"
  9263. }
  9264. },
  9265. "node_modules/react-hook-form": {
  9266. "version": "7.87.0",
  9267. "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.87.0.tgz",
  9268. "integrity": "sha512-zhFzWvLxNHH+8839OnZcUxgMZw88ah2jZWDWvKWgF3Tpbnd0vKL+dlcuU3nZVWESZQjd81EW8K+wU+cYfYAc0w==",
  9269. "license": "MIT",
  9270. "engines": {
  9271. "node": ">=18.0.0"
  9272. },
  9273. "funding": {
  9274. "type": "opencollective",
  9275. "url": "https://opencollective.com/react-hook-form"
  9276. },
  9277. "peerDependencies": {
  9278. "react": "^16.8.0 || ^17 || ^18 || ^19"
  9279. }
  9280. },
  9281. "node_modules/react-i18next": {
  9282. "version": "17.0.13",
  9283. "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.13.tgz",
  9284. "integrity": "sha512-Cc1PscmblIHA1kljTqDwrcVMI21ydgmUzw0UAeQBe7pAOgfuRLfzXze4EUBQoeDiICzFIXXhHFoZxuetNg5D0Q==",
  9285. "license": "MIT",
  9286. "dependencies": {
  9287. "@babel/runtime": "^7.29.7",
  9288. "html-parse-stringify": "^4.0.1",
  9289. "use-sync-external-store": "^1.6.0"
  9290. },
  9291. "peerDependencies": {
  9292. "i18next": ">= 26.2.0",
  9293. "react": ">= 16.8.0",
  9294. "typescript": "^5 || ^6 || ^7"
  9295. },
  9296. "peerDependenciesMeta": {
  9297. "react-dom": {
  9298. "optional": true
  9299. },
  9300. "react-native": {
  9301. "optional": true
  9302. },
  9303. "typescript": {
  9304. "optional": true
  9305. }
  9306. }
  9307. },
  9308. "node_modules/react-immutable-proptypes": {
  9309. "version": "2.2.0",
  9310. "resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.2.0.tgz",
  9311. "integrity": "sha512-Vf4gBsePlwdGvSZoLSBfd4HAP93HDauMY4fDjXhreg/vg6F3Fj/MXDNyTbltPC/xZKmZc+cjLu3598DdYK6sgQ==",
  9312. "license": "MIT",
  9313. "dependencies": {
  9314. "invariant": "^2.2.2"
  9315. },
  9316. "peerDependencies": {
  9317. "immutable": ">=3.6.2"
  9318. }
  9319. },
  9320. "node_modules/react-immutable-pure-component": {
  9321. "version": "2.2.2",
  9322. "resolved": "https://registry.npmjs.org/react-immutable-pure-component/-/react-immutable-pure-component-2.2.2.tgz",
  9323. "integrity": "sha512-vkgoMJUDqHZfXXnjVlG3keCxSO/U6WeDQ5/Sl0GK2cH8TOxEzQ5jXqDXHEL/jqk6fsNxV05oH5kD7VNMUE2k+A==",
  9324. "license": "MIT",
  9325. "peerDependencies": {
  9326. "immutable": ">= 2 || >= 4.0.0-rc",
  9327. "react": ">= 16.6",
  9328. "react-dom": ">= 16.6"
  9329. }
  9330. },
  9331. "node_modules/react-inspector": {
  9332. "version": "9.0.0",
  9333. "resolved": "https://registry.npmjs.org/react-inspector/-/react-inspector-9.0.0.tgz",
  9334. "integrity": "sha512-w/VJucSeHxlwRa2nfM2k7YhpT1r5EtlDOClSR+L7DyQP91QMdfFEDXDs9bPYN4kzP7umFtom7L0b2GGjph4Kow==",
  9335. "license": "MIT",
  9336. "peerDependencies": {
  9337. "react": "^18.0.0 || ^19.0.0"
  9338. }
  9339. },
  9340. "node_modules/react-is": {
  9341. "version": "19.3.0",
  9342. "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.3.0.tgz",
  9343. "integrity": "sha512-UpMYezM4v5/18F28aC66AEsjXIgE02kyEMH6yLdgLXu/UTfa1Ntwck/nNLrbqJsEXW7gPb0coNO9FQse9WTovA==",
  9344. "license": "MIT"
  9345. },
  9346. "node_modules/react-redux": {
  9347. "version": "9.3.0",
  9348. "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.3.0.tgz",
  9349. "integrity": "sha512-KQopgqFo/p/fgmAs5qz6p5RWaNAzq40WAu7fJIXnQpYxFPbJYtsJPWvGeF2rOBaY/kEuV77AVsX8TsQzKm+A/g==",
  9350. "license": "MIT",
  9351. "dependencies": {
  9352. "@types/use-sync-external-store": "^0.0.6",
  9353. "use-sync-external-store": "^1.4.0"
  9354. },
  9355. "peerDependencies": {
  9356. "@types/react": "^18.2.25 || ^19",
  9357. "react": "^18.0 || ^19",
  9358. "redux": "^5.0.0"
  9359. },
  9360. "peerDependenciesMeta": {
  9361. "@types/react": {
  9362. "optional": true
  9363. },
  9364. "redux": {
  9365. "optional": true
  9366. }
  9367. }
  9368. },
  9369. "node_modules/react-router": {
  9370. "version": "8.3.1",
  9371. "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.3.1.tgz",
  9372. "integrity": "sha512-TEOpiO2g0TJHEOJeRVv4amUFun9v1npCKszvcquNvzETUtJ8udV86ah5eFoHT7g26bsBvT6EiIhqulR8eDF++A==",
  9373. "license": "MIT",
  9374. "dependencies": {
  9375. "cookie-es": "^3.1.1"
  9376. },
  9377. "engines": {
  9378. "node": ">=22.22.0"
  9379. },
  9380. "peerDependencies": {
  9381. "react": ">=19.2.7",
  9382. "react-dom": ">=19.2.7"
  9383. },
  9384. "peerDependenciesMeta": {
  9385. "react-dom": {
  9386. "optional": true
  9387. }
  9388. }
  9389. },
  9390. "node_modules/react-syntax-highlighter": {
  9391. "version": "16.1.1",
  9392. "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-16.1.1.tgz",
  9393. "integrity": "sha512-PjVawBGy80C6YbC5DDZJeUjBmC7skaoEUdvfFQediQHgCL7aKyVHe57SaJGfQsloGDac+gCpTfRdtxzWWKmCXA==",
  9394. "license": "MIT",
  9395. "dependencies": {
  9396. "@babel/runtime": "^7.28.4",
  9397. "highlight.js": "^10.4.1",
  9398. "highlightjs-vue": "^1.0.0",
  9399. "lowlight": "^1.17.0",
  9400. "prismjs": "^1.30.0",
  9401. "refractor": "^5.0.0"
  9402. },
  9403. "engines": {
  9404. "node": ">= 16.20.2"
  9405. },
  9406. "peerDependencies": {
  9407. "react": ">= 0.14.0"
  9408. }
  9409. },
  9410. "node_modules/recast": {
  9411. "version": "0.23.21",
  9412. "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.21.tgz",
  9413. "integrity": "sha512-mFAyJq9vUbSTARLZUvAEf1z3YxlvAwswbmxMx2mPA/MSm4KmpwvwvhsH/NIrZhyOuwD60Lzyw2qh83uCbgTPYw==",
  9414. "dev": true,
  9415. "license": "MIT",
  9416. "dependencies": {
  9417. "ast-types": "^0.16.1",
  9418. "esprima": "~4.0.0",
  9419. "source-map": "~0.6.1",
  9420. "tiny-invariant": "^1.3.3",
  9421. "tslib": "^2.0.1"
  9422. },
  9423. "engines": {
  9424. "node": ">= 4"
  9425. }
  9426. },
  9427. "node_modules/redent": {
  9428. "version": "3.0.0",
  9429. "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
  9430. "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
  9431. "dev": true,
  9432. "license": "MIT",
  9433. "dependencies": {
  9434. "indent-string": "^4.0.0",
  9435. "strip-indent": "^3.0.0"
  9436. },
  9437. "engines": {
  9438. "node": ">=8"
  9439. }
  9440. },
  9441. "node_modules/redent/node_modules/strip-indent": {
  9442. "version": "3.0.0",
  9443. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
  9444. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  9445. "dev": true,
  9446. "license": "MIT",
  9447. "dependencies": {
  9448. "min-indent": "^1.0.0"
  9449. },
  9450. "engines": {
  9451. "node": ">=8"
  9452. }
  9453. },
  9454. "node_modules/redux": {
  9455. "version": "5.0.1",
  9456. "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz",
  9457. "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==",
  9458. "license": "MIT"
  9459. },
  9460. "node_modules/refractor": {
  9461. "version": "5.0.0",
  9462. "resolved": "https://registry.npmjs.org/refractor/-/refractor-5.0.0.tgz",
  9463. "integrity": "sha512-QXOrHQF5jOpjjLfiNk5GFnWhRXvxjUVnlFxkeDmewR5sXkr3iM46Zo+CnRR8B+MDVqkULW4EcLVcRBNOPXHosw==",
  9464. "license": "MIT",
  9465. "dependencies": {
  9466. "@types/hast": "^3.0.0",
  9467. "@types/prismjs": "^1.0.0",
  9468. "hastscript": "^9.0.0",
  9469. "parse-entities": "^4.0.0"
  9470. },
  9471. "funding": {
  9472. "type": "github",
  9473. "url": "https://github.com/sponsors/wooorm"
  9474. }
  9475. },
  9476. "node_modules/remarkable": {
  9477. "version": "2.0.1",
  9478. "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-2.0.1.tgz",
  9479. "integrity": "sha512-YJyMcOH5lrR+kZdmB0aJJ4+93bEojRZ1HGDn9Eagu6ibg7aVZhc3OWbbShRid+Q5eAfsEqWxpe+g5W5nYNfNiA==",
  9480. "license": "MIT",
  9481. "dependencies": {
  9482. "argparse": "^1.0.10",
  9483. "autolinker": "^3.11.0"
  9484. },
  9485. "bin": {
  9486. "remarkable": "bin/remarkable.js"
  9487. },
  9488. "engines": {
  9489. "node": ">= 6.0.0"
  9490. }
  9491. },
  9492. "node_modules/remarkable/node_modules/argparse": {
  9493. "version": "1.0.10",
  9494. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  9495. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  9496. "license": "MIT",
  9497. "dependencies": {
  9498. "sprintf-js": "~1.0.2"
  9499. }
  9500. },
  9501. "node_modules/repeat-string": {
  9502. "version": "1.6.1",
  9503. "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  9504. "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
  9505. "license": "MIT",
  9506. "engines": {
  9507. "node": ">=0.10"
  9508. }
  9509. },
  9510. "node_modules/require-directory": {
  9511. "version": "2.1.1",
  9512. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  9513. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  9514. "dev": true,
  9515. "license": "MIT",
  9516. "engines": {
  9517. "node": ">=0.10.0"
  9518. }
  9519. },
  9520. "node_modules/require-from-string": {
  9521. "version": "2.0.2",
  9522. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  9523. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  9524. "dev": true,
  9525. "license": "MIT",
  9526. "engines": {
  9527. "node": ">=0.10.0"
  9528. }
  9529. },
  9530. "node_modules/requires-port": {
  9531. "version": "1.0.0",
  9532. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  9533. "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
  9534. "license": "MIT"
  9535. },
  9536. "node_modules/reselect": {
  9537. "version": "5.3.0",
  9538. "resolved": "https://registry.npmjs.org/reselect/-/reselect-5.3.0.tgz",
  9539. "integrity": "sha512-XGoLeRAVzUTcJ1qkxPQhDJyIZ5d6zzZD9nT7AEZOaaU9UbWclhycElmhO+VD5bFeLuzhPBaOV2oXC8uG35ZSpg==",
  9540. "license": "MIT"
  9541. },
  9542. "node_modules/resolve": {
  9543. "version": "1.22.12",
  9544. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
  9545. "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
  9546. "dev": true,
  9547. "license": "MIT",
  9548. "dependencies": {
  9549. "es-errors": "^1.3.0",
  9550. "is-core-module": "^2.16.1",
  9551. "path-parse": "^1.0.7",
  9552. "supports-preserve-symlinks-flag": "^1.0.0"
  9553. },
  9554. "bin": {
  9555. "resolve": "bin/resolve"
  9556. },
  9557. "engines": {
  9558. "node": ">= 0.4"
  9559. },
  9560. "funding": {
  9561. "url": "https://github.com/sponsors/ljharb"
  9562. }
  9563. },
  9564. "node_modules/ret": {
  9565. "version": "0.2.2",
  9566. "resolved": "https://registry.npmjs.org/ret/-/ret-0.2.2.tgz",
  9567. "integrity": "sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==",
  9568. "license": "MIT",
  9569. "engines": {
  9570. "node": ">=4"
  9571. }
  9572. },
  9573. "node_modules/rettime": {
  9574. "version": "0.11.11",
  9575. "resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.11.tgz",
  9576. "integrity": "sha512-ILJRqVWBCTlg9r42fFgwVZx1gnFAcQF8mRoMkbgQfIrjEDf9nbBFDFx00oloOa+Q869FUtaYDXZvEfnecQSCoQ==",
  9577. "dev": true,
  9578. "license": "MIT"
  9579. },
  9580. "node_modules/rolldown": {
  9581. "version": "1.2.8",
  9582. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.8.tgz",
  9583. "integrity": "sha512-Z67nTmhZe7anqnM/EjI392w5i/ANUinjip7QYsOyN37oayduxt3ksdX0hf5OOamkAd53BiIHfbfSzfUmzKFQqQ==",
  9584. "dev": true,
  9585. "license": "MIT",
  9586. "dependencies": {
  9587. "@oxc-project/types": "=0.149.0",
  9588. "@rolldown/pluginutils": "^1.0.0"
  9589. },
  9590. "bin": {
  9591. "rolldown": "bin/cli.mjs"
  9592. },
  9593. "engines": {
  9594. "node": "^20.19.0 || >=22.12.0"
  9595. },
  9596. "optionalDependencies": {
  9597. "@rolldown/binding-android-arm-eabi": "1.2.8",
  9598. "@rolldown/binding-android-arm64": "1.2.8",
  9599. "@rolldown/binding-darwin-arm64": "1.2.8",
  9600. "@rolldown/binding-darwin-x64": "1.2.8",
  9601. "@rolldown/binding-freebsd-x64": "1.2.8",
  9602. "@rolldown/binding-linux-arm-gnueabihf": "1.2.8",
  9603. "@rolldown/binding-linux-arm64-gnu": "1.2.8",
  9604. "@rolldown/binding-linux-arm64-musl": "1.2.8",
  9605. "@rolldown/binding-linux-ppc64-gnu": "1.2.8",
  9606. "@rolldown/binding-linux-s390x-gnu": "1.2.8",
  9607. "@rolldown/binding-linux-x64-gnu": "1.2.8",
  9608. "@rolldown/binding-linux-x64-musl": "1.2.8",
  9609. "@rolldown/binding-openharmony-arm64": "1.2.8",
  9610. "@rolldown/binding-win32-arm64-msvc": "1.2.8",
  9611. "@rolldown/binding-win32-x64-msvc": "1.2.8"
  9612. }
  9613. },
  9614. "node_modules/rolldown/node_modules/@oxc-project/types": {
  9615. "version": "0.149.0",
  9616. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.149.0.tgz",
  9617. "integrity": "sha512-Efcc+iF0j3Bf67YjEqIqWXbX5XddXoK/Mw4K1/JuXwRCZ8N16VR7iT23nlCc9XrveFVh/E5Rqs2StT0V8v9LdA==",
  9618. "dev": true,
  9619. "license": "MIT",
  9620. "funding": {
  9621. "url": "https://github.com/sponsors/oxc-project"
  9622. }
  9623. },
  9624. "node_modules/run-applescript": {
  9625. "version": "7.1.0",
  9626. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  9627. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  9628. "dev": true,
  9629. "license": "MIT",
  9630. "engines": {
  9631. "node": ">=18"
  9632. },
  9633. "funding": {
  9634. "url": "https://github.com/sponsors/sindresorhus"
  9635. }
  9636. },
  9637. "node_modules/safe-buffer": {
  9638. "version": "5.2.1",
  9639. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  9640. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  9641. "funding": [
  9642. {
  9643. "type": "github",
  9644. "url": "https://github.com/sponsors/feross"
  9645. },
  9646. {
  9647. "type": "patreon",
  9648. "url": "https://www.patreon.com/feross"
  9649. },
  9650. {
  9651. "type": "consulting",
  9652. "url": "https://feross.org/support"
  9653. }
  9654. ],
  9655. "license": "MIT"
  9656. },
  9657. "node_modules/saxes": {
  9658. "version": "6.0.0",
  9659. "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
  9660. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  9661. "dev": true,
  9662. "license": "ISC",
  9663. "dependencies": {
  9664. "xmlchars": "^2.2.0"
  9665. },
  9666. "engines": {
  9667. "node": ">=v12.22.7"
  9668. }
  9669. },
  9670. "node_modules/scheduler": {
  9671. "version": "0.28.0",
  9672. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.28.0.tgz",
  9673. "integrity": "sha512-juorfCmIkIw8tT+p5BXSm6PJjQF/ycEYmKyzURCIt/RaZIhL+PulbQ9Yu2z1HdOJDdqDTlxA1+xKBmHXJsczAw==",
  9674. "license": "MIT"
  9675. },
  9676. "node_modules/scroll-into-view-if-needed": {
  9677. "version": "3.1.0",
  9678. "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  9679. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  9680. "license": "MIT",
  9681. "dependencies": {
  9682. "compute-scroll-into-view": "^3.0.2"
  9683. }
  9684. },
  9685. "node_modules/semver": {
  9686. "version": "6.3.1",
  9687. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  9688. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  9689. "dev": true,
  9690. "license": "ISC",
  9691. "bin": {
  9692. "semver": "bin/semver.js"
  9693. }
  9694. },
  9695. "node_modules/serialize-error": {
  9696. "version": "8.1.0",
  9697. "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-8.1.0.tgz",
  9698. "integrity": "sha512-3NnuWfM6vBYoy5gZFvHiYsVbafvI9vZv/+jlIigFn4oP4zjNPK3LhcY0xSCgeb1a5L8jO71Mit9LlNoi2UfDDQ==",
  9699. "license": "MIT",
  9700. "dependencies": {
  9701. "type-fest": "^0.20.2"
  9702. },
  9703. "engines": {
  9704. "node": ">=10"
  9705. },
  9706. "funding": {
  9707. "url": "https://github.com/sponsors/sindresorhus"
  9708. }
  9709. },
  9710. "node_modules/serialize-error/node_modules/type-fest": {
  9711. "version": "0.20.2",
  9712. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  9713. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  9714. "license": "(MIT OR CC0-1.0)",
  9715. "engines": {
  9716. "node": ">=10"
  9717. },
  9718. "funding": {
  9719. "url": "https://github.com/sponsors/sindresorhus"
  9720. }
  9721. },
  9722. "node_modules/set-cookie-parser": {
  9723. "version": "3.1.2",
  9724. "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.1.2.tgz",
  9725. "integrity": "sha512-5/r/lTwbJ3zQ+qwdUFZYeRNqda7P5HD8zQKqlSjdGt1/S0cjLAphHusj4Y58ahDtWn/g32xrIS58/ikOvwl0Lw==",
  9726. "dev": true,
  9727. "license": "MIT"
  9728. },
  9729. "node_modules/set-function-length": {
  9730. "version": "1.2.2",
  9731. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  9732. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  9733. "license": "MIT",
  9734. "dependencies": {
  9735. "define-data-property": "^1.1.4",
  9736. "es-errors": "^1.3.0",
  9737. "function-bind": "^1.1.2",
  9738. "get-intrinsic": "^1.2.4",
  9739. "gopd": "^1.0.1",
  9740. "has-property-descriptors": "^1.0.2"
  9741. },
  9742. "engines": {
  9743. "node": ">= 0.4"
  9744. }
  9745. },
  9746. "node_modules/sha.js": {
  9747. "version": "2.4.12",
  9748. "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
  9749. "integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
  9750. "license": "(MIT AND BSD-3-Clause)",
  9751. "dependencies": {
  9752. "inherits": "^2.0.4",
  9753. "safe-buffer": "^5.2.1",
  9754. "to-buffer": "^1.2.0"
  9755. },
  9756. "bin": {
  9757. "sha.js": "bin.js"
  9758. },
  9759. "engines": {
  9760. "node": ">= 0.10"
  9761. },
  9762. "funding": {
  9763. "url": "https://github.com/sponsors/ljharb"
  9764. }
  9765. },
  9766. "node_modules/short-unique-id": {
  9767. "version": "5.3.2",
  9768. "resolved": "https://registry.npmjs.org/short-unique-id/-/short-unique-id-5.3.2.tgz",
  9769. "integrity": "sha512-KRT/hufMSxXKEDSQujfVE0Faa/kZ51ihUcZQAcmP04t00DvPj7Ox5anHke1sJYUtzSuiT/Y5uyzg/W7bBEGhCg==",
  9770. "license": "Apache-2.0",
  9771. "bin": {
  9772. "short-unique-id": "bin/short-unique-id",
  9773. "suid": "bin/short-unique-id"
  9774. }
  9775. },
  9776. "node_modules/siginfo": {
  9777. "version": "2.0.0",
  9778. "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
  9779. "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
  9780. "dev": true,
  9781. "license": "ISC"
  9782. },
  9783. "node_modules/signal-exit": {
  9784. "version": "4.1.0",
  9785. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  9786. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  9787. "dev": true,
  9788. "license": "ISC",
  9789. "engines": {
  9790. "node": ">=14"
  9791. },
  9792. "funding": {
  9793. "url": "https://github.com/sponsors/isaacs"
  9794. }
  9795. },
  9796. "node_modules/sirv": {
  9797. "version": "3.0.2",
  9798. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  9799. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  9800. "dev": true,
  9801. "license": "MIT",
  9802. "dependencies": {
  9803. "@polka/url": "^1.0.0-next.24",
  9804. "mrmime": "^2.0.0",
  9805. "totalist": "^3.0.0"
  9806. },
  9807. "engines": {
  9808. "node": ">=18"
  9809. }
  9810. },
  9811. "node_modules/source-map": {
  9812. "version": "0.6.1",
  9813. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9814. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9815. "dev": true,
  9816. "license": "BSD-3-Clause",
  9817. "engines": {
  9818. "node": ">=0.10.0"
  9819. }
  9820. },
  9821. "node_modules/source-map-js": {
  9822. "version": "1.2.1",
  9823. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  9824. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  9825. "dev": true,
  9826. "license": "BSD-3-Clause",
  9827. "engines": {
  9828. "node": ">=0.10.0"
  9829. }
  9830. },
  9831. "node_modules/space-separated-tokens": {
  9832. "version": "2.0.2",
  9833. "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  9834. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  9835. "license": "MIT",
  9836. "funding": {
  9837. "type": "github",
  9838. "url": "https://github.com/sponsors/wooorm"
  9839. }
  9840. },
  9841. "node_modules/sprintf-js": {
  9842. "version": "1.0.3",
  9843. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  9844. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
  9845. "license": "BSD-3-Clause"
  9846. },
  9847. "node_modules/stackback": {
  9848. "version": "0.0.2",
  9849. "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
  9850. "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
  9851. "dev": true,
  9852. "license": "MIT"
  9853. },
  9854. "node_modules/statuses": {
  9855. "version": "2.0.2",
  9856. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  9857. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  9858. "dev": true,
  9859. "license": "MIT",
  9860. "engines": {
  9861. "node": ">= 0.8"
  9862. }
  9863. },
  9864. "node_modules/std-env": {
  9865. "version": "4.2.0",
  9866. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
  9867. "integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
  9868. "dev": true,
  9869. "license": "MIT"
  9870. },
  9871. "node_modules/storybook": {
  9872. "version": "10.6.0",
  9873. "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.6.0.tgz",
  9874. "integrity": "sha512-H48X6AURAFTpfN2zEux6vNesee5Oq8Gxj1IanYmblPZ218sfKSeyyerF1NC7GD7BrruoC8L4/cU0zII4y+d6zw==",
  9875. "dev": true,
  9876. "license": "MIT",
  9877. "dependencies": {
  9878. "@storybook/global": "^5.0.0",
  9879. "@storybook/icons": "^2.0.2",
  9880. "@testing-library/dom": "^10.4.1",
  9881. "@testing-library/jest-dom": "6.9.1",
  9882. "@testing-library/user-event": "^14.6.3",
  9883. "@vitest/expect": "3.2.4",
  9884. "@vitest/spy": "3.2.4",
  9885. "@webcontainer/env": "^1.1.1",
  9886. "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0",
  9887. "jsonc-parser": "^3.3.1",
  9888. "open": "^10.2.0",
  9889. "oxc-parser": "^0.127.0",
  9890. "oxc-resolver": "11.21.2",
  9891. "recast": "^0.23.5",
  9892. "semver": "^7.7.3",
  9893. "use-sync-external-store": "^1.5.0",
  9894. "ws": "^8.21.1"
  9895. },
  9896. "bin": {
  9897. "storybook": "dist/bin/dispatcher.js"
  9898. },
  9899. "funding": {
  9900. "type": "opencollective",
  9901. "url": "https://opencollective.com/storybook"
  9902. },
  9903. "peerDependencies": {
  9904. "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  9905. "prettier": "^2 || ^3",
  9906. "vite-plus": "^0.1.15 || ^0.2.0"
  9907. },
  9908. "peerDependenciesMeta": {
  9909. "@types/react": {
  9910. "optional": true
  9911. },
  9912. "prettier": {
  9913. "optional": true
  9914. },
  9915. "vite-plus": {
  9916. "optional": true
  9917. }
  9918. }
  9919. },
  9920. "node_modules/storybook/node_modules/@vitest/spy": {
  9921. "version": "3.2.4",
  9922. "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz",
  9923. "integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==",
  9924. "dev": true,
  9925. "license": "MIT",
  9926. "dependencies": {
  9927. "tinyspy": "^4.0.3"
  9928. },
  9929. "funding": {
  9930. "url": "https://opencollective.com/vitest"
  9931. }
  9932. },
  9933. "node_modules/storybook/node_modules/semver": {
  9934. "version": "7.8.5",
  9935. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  9936. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  9937. "dev": true,
  9938. "license": "ISC",
  9939. "bin": {
  9940. "semver": "bin/semver.js"
  9941. },
  9942. "engines": {
  9943. "node": ">=10"
  9944. }
  9945. },
  9946. "node_modules/strict-event-emitter": {
  9947. "version": "0.5.1",
  9948. "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
  9949. "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
  9950. "dev": true,
  9951. "license": "MIT"
  9952. },
  9953. "node_modules/string-argv": {
  9954. "version": "0.3.2",
  9955. "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz",
  9956. "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==",
  9957. "dev": true,
  9958. "license": "MIT",
  9959. "engines": {
  9960. "node": ">=0.6.19"
  9961. }
  9962. },
  9963. "node_modules/string-convert": {
  9964. "version": "0.2.1",
  9965. "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
  9966. "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
  9967. "license": "MIT"
  9968. },
  9969. "node_modules/string-width": {
  9970. "version": "4.2.3",
  9971. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  9972. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9973. "dev": true,
  9974. "license": "MIT",
  9975. "dependencies": {
  9976. "emoji-regex": "^8.0.0",
  9977. "is-fullwidth-code-point": "^3.0.0",
  9978. "strip-ansi": "^6.0.1"
  9979. },
  9980. "engines": {
  9981. "node": ">=8"
  9982. }
  9983. },
  9984. "node_modules/strip-ansi": {
  9985. "version": "6.0.1",
  9986. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9987. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9988. "dev": true,
  9989. "license": "MIT",
  9990. "dependencies": {
  9991. "ansi-regex": "^5.0.1"
  9992. },
  9993. "engines": {
  9994. "node": ">=8"
  9995. }
  9996. },
  9997. "node_modules/strip-bom": {
  9998. "version": "3.0.0",
  9999. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  10000. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  10001. "dev": true,
  10002. "license": "MIT",
  10003. "engines": {
  10004. "node": ">=4"
  10005. }
  10006. },
  10007. "node_modules/strip-indent": {
  10008. "version": "4.1.1",
  10009. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz",
  10010. "integrity": "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==",
  10011. "dev": true,
  10012. "license": "MIT",
  10013. "engines": {
  10014. "node": ">=12"
  10015. },
  10016. "funding": {
  10017. "url": "https://github.com/sponsors/sindresorhus"
  10018. }
  10019. },
  10020. "node_modules/style-mod": {
  10021. "version": "4.1.3",
  10022. "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.3.tgz",
  10023. "integrity": "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==",
  10024. "license": "MIT"
  10025. },
  10026. "node_modules/stylis": {
  10027. "version": "4.4.0",
  10028. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.4.0.tgz",
  10029. "integrity": "sha512-5Z9ZpRzfuH6l/UAvCPAPUo3665Nk2wLaZU3x+TLHKVzIz33+sbJqbtrYoC3KD4/uVOr2Zp+L0LySezP9OHV9yA==",
  10030. "license": "MIT"
  10031. },
  10032. "node_modules/supports-preserve-symlinks-flag": {
  10033. "version": "1.0.0",
  10034. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  10035. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  10036. "dev": true,
  10037. "license": "MIT",
  10038. "engines": {
  10039. "node": ">= 0.4"
  10040. },
  10041. "funding": {
  10042. "url": "https://github.com/sponsors/ljharb"
  10043. }
  10044. },
  10045. "node_modules/swagger-client": {
  10046. "version": "3.38.0",
  10047. "resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-3.38.0.tgz",
  10048. "integrity": "sha512-n7aykm1BEdQ3fKePJJx63UGjYe8/5fuxFMi3qZP4OJGZvzljKvmhxNwIF/MB71sF/lop9NeWZReKvPib9CY+2g==",
  10049. "license": "Apache-2.0",
  10050. "dependencies": {
  10051. "@babel/runtime-corejs3": "^7.22.15",
  10052. "@scarf/scarf": "=1.4.0",
  10053. "@swagger-api/apidom-core": "^1.12.0",
  10054. "@swagger-api/apidom-error": "^1.12.0",
  10055. "@swagger-api/apidom-json-pointer": "^1.12.0",
  10056. "@swagger-api/apidom-ns-openapi-3-1": "^1.12.0",
  10057. "@swagger-api/apidom-ns-openapi-3-2": "^1.12.0",
  10058. "@swagger-api/apidom-reference": "^1.12.0",
  10059. "@swaggerexpert/cookie": "^2.0.2",
  10060. "deepmerge": "~4.3.0",
  10061. "fast-json-patch": "^3.0.0-1",
  10062. "js-yaml": "^4.2.0",
  10063. "neotraverse": "=1.0.1",
  10064. "node-abort-controller": "^3.1.1",
  10065. "openapi-path-templating": "^2.2.1",
  10066. "openapi-server-url-templating": "^1.3.0",
  10067. "ramda": "^0.30.1",
  10068. "ramda-adjunct": "^5.1.0"
  10069. },
  10070. "engines": {
  10071. "node": ">=22"
  10072. },
  10073. "optionalDependencies": {
  10074. "@swagger-api/apidom-ns-asyncapi-2": "^1.12.0",
  10075. "@swagger-api/apidom-ns-asyncapi-3": "^1.12.0",
  10076. "@swagger-api/apidom-ns-openapi-2": "^1.12.0",
  10077. "@swagger-api/apidom-parser-adapter-api-design-systems-json": "^1.12.0",
  10078. "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "^1.12.0",
  10079. "@swagger-api/apidom-parser-adapter-arazzo-json-1": "^1.12.0",
  10080. "@swagger-api/apidom-parser-adapter-arazzo-yaml-1": "^1.12.0",
  10081. "@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^1.12.0",
  10082. "@swagger-api/apidom-parser-adapter-asyncapi-json-3": "^1.12.0",
  10083. "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^1.12.0",
  10084. "@swagger-api/apidom-parser-adapter-asyncapi-yaml-3": "^1.12.0",
  10085. "@swagger-api/apidom-parser-adapter-json": "^1.12.0",
  10086. "@swagger-api/apidom-parser-adapter-openapi-json-2": "^1.12.0",
  10087. "@swagger-api/apidom-parser-adapter-openapi-json-3-0": "^1.12.0",
  10088. "@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^1.12.0",
  10089. "@swagger-api/apidom-parser-adapter-openapi-json-3-2": "^1.12.0",
  10090. "@swagger-api/apidom-parser-adapter-openapi-yaml-2": "^1.12.0",
  10091. "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "^1.12.0",
  10092. "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^1.12.0",
  10093. "@swagger-api/apidom-parser-adapter-openapi-yaml-3-2": "^1.12.0",
  10094. "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.12.0"
  10095. }
  10096. },
  10097. "node_modules/swagger-ui-react": {
  10098. "version": "5.32.15",
  10099. "resolved": "https://registry.npmjs.org/swagger-ui-react/-/swagger-ui-react-5.32.15.tgz",
  10100. "integrity": "sha512-QyCcnHLE2KGE+mMZNSwMABU9jV70OUtSIs6UrYgTXzG2eUSm75CqumNWuwD3QBn3S4F7FhmDNPb3di9kAvcFAw==",
  10101. "license": "Apache-2.0",
  10102. "dependencies": {
  10103. "@babel/runtime-corejs3": "^7.27.1",
  10104. "@scarf/scarf": "=1.4.0",
  10105. "base64-js": "^1.5.1",
  10106. "buffer": "^6.0.3",
  10107. "classnames": "^2.5.1",
  10108. "css.escape": "1.5.1",
  10109. "deep-extend": "0.6.0",
  10110. "dompurify": "^3.4.13",
  10111. "ieee754": "^1.2.1",
  10112. "immutable": "^5.1.9",
  10113. "js-file-download": "^0.4.12",
  10114. "js-yaml": "=4.3.1",
  10115. "lodash": "^4.18.1",
  10116. "prop-types": "^15.8.1",
  10117. "randexp": "^0.5.3",
  10118. "randombytes": "^2.1.0",
  10119. "react-copy-to-clipboard": "5.1.1",
  10120. "react-debounce-input": "=3.3.0",
  10121. "react-immutable-proptypes": "2.2.0",
  10122. "react-immutable-pure-component": "^2.2.0",
  10123. "react-inspector": "^6.0.1",
  10124. "react-redux": "^9.3.0",
  10125. "react-syntax-highlighter": "^16.0.0",
  10126. "redux": "^5.0.1",
  10127. "remarkable": "^2.0.1",
  10128. "reselect": "^5.1.1",
  10129. "serialize-error": "^8.1.0",
  10130. "sha.js": "^2.4.12",
  10131. "swagger-client": "^3.38.0",
  10132. "url-parse": "^1.5.10",
  10133. "xml": "=1.0.1",
  10134. "xml-but-prettier": "^1.0.1",
  10135. "zenscroll": "^4.0.2"
  10136. },
  10137. "peerDependencies": {
  10138. "react": ">=16.8.0 <20",
  10139. "react-dom": ">=16.8.0 <20"
  10140. }
  10141. },
  10142. "node_modules/symbol-tree": {
  10143. "version": "3.2.4",
  10144. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  10145. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  10146. "dev": true,
  10147. "license": "MIT"
  10148. },
  10149. "node_modules/tagged-tag": {
  10150. "version": "1.0.0",
  10151. "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
  10152. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  10153. "dev": true,
  10154. "license": "MIT",
  10155. "engines": {
  10156. "node": ">=20"
  10157. },
  10158. "funding": {
  10159. "url": "https://github.com/sponsors/sindresorhus"
  10160. }
  10161. },
  10162. "node_modules/throttle-debounce": {
  10163. "version": "5.0.2",
  10164. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  10165. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  10166. "license": "MIT",
  10167. "engines": {
  10168. "node": ">=12.22"
  10169. }
  10170. },
  10171. "node_modules/tiny-invariant": {
  10172. "version": "1.3.3",
  10173. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  10174. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  10175. "dev": true,
  10176. "license": "MIT"
  10177. },
  10178. "node_modules/tinybench": {
  10179. "version": "6.1.4",
  10180. "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-6.1.4.tgz",
  10181. "integrity": "sha512-9APumHG7r4yOk4X4WlkmE71aZcv1gvin1czO3OQ1U9iJcFA5Ja/ygyb0vPOVHTthFozUYs8CLoLUlM8grb2lTQ==",
  10182. "dev": true,
  10183. "license": "MIT",
  10184. "engines": {
  10185. "node": ">=20.0.0"
  10186. }
  10187. },
  10188. "node_modules/tinyexec": {
  10189. "version": "1.3.1",
  10190. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.1.tgz",
  10191. "integrity": "sha512-GCvB3aoys96IuDFBMcTB46JOR6mdMtAToqwiW8JlWhsoh1mhHi/xn9ss/Dg7N555GiJyEt2qzoG/NHCwM6h1EA==",
  10192. "dev": true,
  10193. "license": "MIT",
  10194. "engines": {
  10195. "node": ">=18"
  10196. }
  10197. },
  10198. "node_modules/tinyglobby": {
  10199. "version": "0.2.17",
  10200. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
  10201. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  10202. "dev": true,
  10203. "license": "MIT",
  10204. "dependencies": {
  10205. "fdir": "^6.5.0",
  10206. "picomatch": "^4.0.4"
  10207. },
  10208. "engines": {
  10209. "node": ">=12.0.0"
  10210. },
  10211. "funding": {
  10212. "url": "https://github.com/sponsors/SuperchupuDev"
  10213. }
  10214. },
  10215. "node_modules/tinypool": {
  10216. "version": "2.1.2",
  10217. "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-2.1.2.tgz",
  10218. "integrity": "sha512-9YodfrxS9g9IbFr/KOjE5bAeJ0p61n3bW6mqvy0jtoeKd1kTW1Cxm0oulm6KX2lyM9Gl6WIe8nEbY7LWv5ZJww==",
  10219. "dev": true,
  10220. "license": "MIT",
  10221. "engines": {
  10222. "node": "^20.0.0 || >=22.0.0"
  10223. }
  10224. },
  10225. "node_modules/tinyrainbow": {
  10226. "version": "3.1.1",
  10227. "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
  10228. "integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
  10229. "dev": true,
  10230. "license": "MIT",
  10231. "engines": {
  10232. "node": ">=14.0.0"
  10233. }
  10234. },
  10235. "node_modules/tinyspy": {
  10236. "version": "4.0.6",
  10237. "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.6.tgz",
  10238. "integrity": "sha512-u8KszXvGfU68hVcZpRHKG28T0krMuv2G5nDhiHaMLen/gIuFEgIJhaJuO69qjnXg5paSrbPMFfx3brNuN8eVSg==",
  10239. "dev": true,
  10240. "license": "MIT",
  10241. "engines": {
  10242. "node": ">=14.0.0"
  10243. }
  10244. },
  10245. "node_modules/tldts": {
  10246. "version": "7.4.12",
  10247. "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.12.tgz",
  10248. "integrity": "sha512-WylhSDKVeYnWXL3a+vKTaOxjnOeEGw938hImY8zoRWJjRRK/Jp1K+IihBzIONpUmW4e3WmXT6q5FW6vlESVZCA==",
  10249. "dev": true,
  10250. "license": "MIT",
  10251. "dependencies": {
  10252. "tldts-core": "^7.4.12"
  10253. },
  10254. "bin": {
  10255. "tldts": "bin/cli.js"
  10256. }
  10257. },
  10258. "node_modules/tldts-core": {
  10259. "version": "7.4.12",
  10260. "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.12.tgz",
  10261. "integrity": "sha512-nYNzS2WRf4QJmjzFFgAxLOBjyBxAGRbCy9PVBPaglcYyYajh40VBn+v5Ngr96ZMc7oM0+aCJdtQnNejvdBnXMQ==",
  10262. "dev": true,
  10263. "license": "MIT"
  10264. },
  10265. "node_modules/to-buffer": {
  10266. "version": "1.2.2",
  10267. "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz",
  10268. "integrity": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==",
  10269. "license": "MIT",
  10270. "dependencies": {
  10271. "isarray": "^2.0.5",
  10272. "safe-buffer": "^5.2.1",
  10273. "typed-array-buffer": "^1.0.3"
  10274. },
  10275. "engines": {
  10276. "node": ">= 0.4"
  10277. }
  10278. },
  10279. "node_modules/toggle-selection": {
  10280. "version": "1.0.6",
  10281. "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
  10282. "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
  10283. "license": "MIT"
  10284. },
  10285. "node_modules/totalist": {
  10286. "version": "3.0.1",
  10287. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  10288. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  10289. "dev": true,
  10290. "license": "MIT",
  10291. "engines": {
  10292. "node": ">=6"
  10293. }
  10294. },
  10295. "node_modules/tough-cookie": {
  10296. "version": "6.0.2",
  10297. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.2.tgz",
  10298. "integrity": "sha512-exgYmnmL/sJpR3upZfXG5PoatXQii55xAiXGXzY+sROLZ/Y+SLcp9PgJNI9Vz37HpQ74WvDcLT8eqm+kV3FzrA==",
  10299. "dev": true,
  10300. "license": "BSD-3-Clause",
  10301. "dependencies": {
  10302. "tldts": "^7.0.5"
  10303. },
  10304. "engines": {
  10305. "node": ">=16"
  10306. }
  10307. },
  10308. "node_modules/tr46": {
  10309. "version": "6.0.0",
  10310. "resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz",
  10311. "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
  10312. "dev": true,
  10313. "license": "MIT",
  10314. "dependencies": {
  10315. "punycode": "^2.3.1"
  10316. },
  10317. "engines": {
  10318. "node": ">=20"
  10319. }
  10320. },
  10321. "node_modules/tree-sitter": {
  10322. "version": "0.21.1",
  10323. "resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.21.1.tgz",
  10324. "integrity": "sha512-7dxoA6kYvtgWw80265MyqJlkRl4yawIjO7S5MigytjELkX43fV2WsAXzsNfO7sBpPPCF5Gp0+XzHk0DwLCq3xQ==",
  10325. "hasInstallScript": true,
  10326. "license": "MIT",
  10327. "optional": true,
  10328. "dependencies": {
  10329. "node-addon-api": "^8.0.0",
  10330. "node-gyp-build": "^4.8.0"
  10331. }
  10332. },
  10333. "node_modules/tree-sitter-json": {
  10334. "version": "0.24.8",
  10335. "resolved": "https://registry.npmjs.org/tree-sitter-json/-/tree-sitter-json-0.24.8.tgz",
  10336. "integrity": "sha512-Tc9ZZYwHyWZ3Tt1VEw7Pa2scu1YO7/d2BCBbKTx5hXwig3UfdQjsOPkPyLpDJOn/m1UBEWYAtSdGAwCSyagBqQ==",
  10337. "hasInstallScript": true,
  10338. "license": "MIT",
  10339. "optional": true,
  10340. "dependencies": {
  10341. "node-addon-api": "^8.2.2",
  10342. "node-gyp-build": "^4.8.2"
  10343. },
  10344. "peerDependencies": {
  10345. "tree-sitter": "^0.21.1"
  10346. },
  10347. "peerDependenciesMeta": {
  10348. "tree-sitter": {
  10349. "optional": true
  10350. }
  10351. }
  10352. },
  10353. "node_modules/ts-dedent": {
  10354. "version": "2.3.0",
  10355. "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.3.0.tgz",
  10356. "integrity": "sha512-JfJeIHke7y2egdGGgRAvpCwYFUsHlM2gPcrVOxFkznt/4uzQ7HFmvE63iFHVLBJNDuyDOQgijDK/tXH/f6Msjg==",
  10357. "dev": true,
  10358. "license": "MIT",
  10359. "engines": {
  10360. "node": ">=6.10"
  10361. }
  10362. },
  10363. "node_modules/ts-mixer": {
  10364. "version": "6.0.4",
  10365. "resolved": "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.4.tgz",
  10366. "integrity": "sha512-ufKpbmrugz5Aou4wcr5Wc1UUFWOLhq+Fm6qa6P0w0K5Qw2yhaUoiWszhCVuNQyNwrlGiscHOmqYoAox1PtvgjA==",
  10367. "license": "MIT"
  10368. },
  10369. "node_modules/ts-toolbelt": {
  10370. "version": "9.6.0",
  10371. "resolved": "https://registry.npmjs.org/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz",
  10372. "integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==",
  10373. "license": "Apache-2.0"
  10374. },
  10375. "node_modules/tsconfig-paths": {
  10376. "version": "4.2.0",
  10377. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
  10378. "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
  10379. "dev": true,
  10380. "license": "MIT",
  10381. "dependencies": {
  10382. "json5": "^2.2.2",
  10383. "minimist": "^1.2.6",
  10384. "strip-bom": "^3.0.0"
  10385. },
  10386. "engines": {
  10387. "node": ">=6"
  10388. }
  10389. },
  10390. "node_modules/tslib": {
  10391. "version": "2.8.1",
  10392. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  10393. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  10394. "license": "0BSD"
  10395. },
  10396. "node_modules/type-fest": {
  10397. "version": "5.9.0",
  10398. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.9.0.tgz",
  10399. "integrity": "sha512-yANm3Jr3GiJ1qgJlxGAVxTOIcEOk1rhQHamlXtnrCK7EHP4HeM9OGxtMg/W7HFdrVzw/ZWJKGVIJusVH85sLtw==",
  10400. "dev": true,
  10401. "license": "(MIT OR CC0-1.0)",
  10402. "dependencies": {
  10403. "tagged-tag": "^1.0.0"
  10404. },
  10405. "engines": {
  10406. "node": ">=20"
  10407. },
  10408. "funding": {
  10409. "url": "https://github.com/sponsors/sindresorhus"
  10410. }
  10411. },
  10412. "node_modules/typed-array-buffer": {
  10413. "version": "1.0.3",
  10414. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  10415. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  10416. "license": "MIT",
  10417. "dependencies": {
  10418. "call-bound": "^1.0.3",
  10419. "es-errors": "^1.3.0",
  10420. "is-typed-array": "^1.1.14"
  10421. },
  10422. "engines": {
  10423. "node": ">= 0.4"
  10424. }
  10425. },
  10426. "node_modules/types-ramda": {
  10427. "version": "0.30.1",
  10428. "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.30.1.tgz",
  10429. "integrity": "sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA==",
  10430. "license": "MIT",
  10431. "dependencies": {
  10432. "ts-toolbelt": "^9.6.0"
  10433. }
  10434. },
  10435. "node_modules/typescript": {
  10436. "version": "7.0.2",
  10437. "resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
  10438. "integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
  10439. "devOptional": true,
  10440. "license": "Apache-2.0",
  10441. "bin": {
  10442. "tsc": "bin/tsc"
  10443. },
  10444. "engines": {
  10445. "node": ">=16.20.0"
  10446. },
  10447. "optionalDependencies": {
  10448. "@typescript/typescript-aix-ppc64": "7.0.2",
  10449. "@typescript/typescript-darwin-arm64": "7.0.2",
  10450. "@typescript/typescript-darwin-x64": "7.0.2",
  10451. "@typescript/typescript-freebsd-arm64": "7.0.2",
  10452. "@typescript/typescript-freebsd-x64": "7.0.2",
  10453. "@typescript/typescript-linux-arm": "7.0.2",
  10454. "@typescript/typescript-linux-arm64": "7.0.2",
  10455. "@typescript/typescript-linux-loong64": "7.0.2",
  10456. "@typescript/typescript-linux-mips64el": "7.0.2",
  10457. "@typescript/typescript-linux-ppc64": "7.0.2",
  10458. "@typescript/typescript-linux-riscv64": "7.0.2",
  10459. "@typescript/typescript-linux-s390x": "7.0.2",
  10460. "@typescript/typescript-linux-x64": "7.0.2",
  10461. "@typescript/typescript-netbsd-arm64": "7.0.2",
  10462. "@typescript/typescript-netbsd-x64": "7.0.2",
  10463. "@typescript/typescript-openbsd-arm64": "7.0.2",
  10464. "@typescript/typescript-openbsd-x64": "7.0.2",
  10465. "@typescript/typescript-sunos-x64": "7.0.2",
  10466. "@typescript/typescript-win32-arm64": "7.0.2",
  10467. "@typescript/typescript-win32-x64": "7.0.2"
  10468. }
  10469. },
  10470. "node_modules/undici": {
  10471. "version": "8.10.2",
  10472. "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.2.tgz",
  10473. "integrity": "sha512-/y4/bH9YNU5hi9NIrpOuvGXFcxrj3CMrV+/AYpowAYTpHn8gX/XPFjNy766FPoYY0miQhdW977JFWKGNhBdwyQ==",
  10474. "dev": true,
  10475. "license": "MIT",
  10476. "engines": {
  10477. "node": ">=22.19.0"
  10478. }
  10479. },
  10480. "node_modules/undici-types": {
  10481. "version": "6.21.0",
  10482. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  10483. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  10484. "dev": true,
  10485. "license": "MIT"
  10486. },
  10487. "node_modules/unplugin": {
  10488. "version": "2.3.11",
  10489. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  10490. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  10491. "dev": true,
  10492. "license": "MIT",
  10493. "dependencies": {
  10494. "@jridgewell/remapping": "^2.3.5",
  10495. "acorn": "^8.15.0",
  10496. "picomatch": "^4.0.3",
  10497. "webpack-virtual-modules": "^0.6.2"
  10498. },
  10499. "engines": {
  10500. "node": ">=18.12.0"
  10501. }
  10502. },
  10503. "node_modules/unraw": {
  10504. "version": "3.0.0",
  10505. "resolved": "https://registry.npmjs.org/unraw/-/unraw-3.0.0.tgz",
  10506. "integrity": "sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==",
  10507. "license": "MIT"
  10508. },
  10509. "node_modules/until-async": {
  10510. "version": "3.0.2",
  10511. "resolved": "https://registry.npmjs.org/until-async/-/until-async-3.0.2.tgz",
  10512. "integrity": "sha512-IiSk4HlzAMqTUseHHe3VhIGyuFmN90zMTpD3Z3y8jeQbzLIq500MVM7Jq2vUAnTKAFPJrqwkzr6PoTcPhGcOiw==",
  10513. "dev": true,
  10514. "license": "MIT",
  10515. "funding": {
  10516. "url": "https://github.com/sponsors/kettanaito"
  10517. }
  10518. },
  10519. "node_modules/update-browserslist-db": {
  10520. "version": "1.3.2",
  10521. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.2.tgz",
  10522. "integrity": "sha512-UQ+MSxlhRm1bzjhU+DcuXfjFO1FzNtqhK5+9Yvlp90ItDLk5vT932A0rFu619nf7RVS+Y/VeaUW1jaRDqZ8VJw==",
  10523. "dev": true,
  10524. "funding": [
  10525. {
  10526. "type": "opencollective",
  10527. "url": "https://opencollective.com/browserslist"
  10528. },
  10529. {
  10530. "type": "tidelift",
  10531. "url": "https://tidelift.com/funding/github/npm/browserslist"
  10532. },
  10533. {
  10534. "type": "github",
  10535. "url": "https://github.com/sponsors/ai"
  10536. }
  10537. ],
  10538. "license": "MIT",
  10539. "dependencies": {
  10540. "escalade": "^3.2.0",
  10541. "picocolors": "^1.1.1"
  10542. },
  10543. "bin": {
  10544. "update-browserslist-db": "cli.js"
  10545. },
  10546. "peerDependencies": {
  10547. "browserslist": ">= 4.21.0"
  10548. }
  10549. },
  10550. "node_modules/uplot": {
  10551. "version": "1.6.32",
  10552. "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.32.tgz",
  10553. "integrity": "sha512-KIMVnG68zvu5XXUbC4LQEPnhwOxBuLyW1AHtpm6IKTXImkbLgkMy+jabjLgSLMasNuGGzQm/ep3tOkyTxpiQIw==",
  10554. "license": "MIT"
  10555. },
  10556. "node_modules/url-parse": {
  10557. "version": "1.5.10",
  10558. "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
  10559. "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
  10560. "license": "MIT",
  10561. "dependencies": {
  10562. "querystringify": "^2.1.1",
  10563. "requires-port": "^1.0.0"
  10564. }
  10565. },
  10566. "node_modules/use-sync-external-store": {
  10567. "version": "1.7.0",
  10568. "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.7.0.tgz",
  10569. "integrity": "sha512-6L+EeigHMQhdaIPNIFUKwfWJSwWFQ8gJbJ2DLOs5sDIegTwR9fRxvnM3uciHKjIZhFz+KAv2emhWMRvDmMcY8A==",
  10570. "license": "MIT",
  10571. "peerDependencies": {
  10572. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  10573. }
  10574. },
  10575. "node_modules/vite": {
  10576. "version": "8.2.2",
  10577. "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
  10578. "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
  10579. "dev": true,
  10580. "license": "MIT",
  10581. "dependencies": {
  10582. "lightningcss": "^1.33.0",
  10583. "picomatch": "^4.0.5",
  10584. "postcss": "^8.5.26",
  10585. "rolldown": "~1.2.4",
  10586. "tinyglobby": "^0.2.17"
  10587. },
  10588. "bin": {
  10589. "vite": "bin/vite.js"
  10590. },
  10591. "engines": {
  10592. "node": "^20.19.0 || >=22.12.0"
  10593. },
  10594. "funding": {
  10595. "url": "https://github.com/vitejs/vite?sponsor=1"
  10596. },
  10597. "optionalDependencies": {
  10598. "fsevents": "~2.3.3"
  10599. },
  10600. "peerDependencies": {
  10601. "@types/node": "^20.19.0 || >=22.12.0",
  10602. "@vitejs/devtools": "^0.4.0 || ^0.5.0",
  10603. "esbuild": "^0.27.0 || ^0.28.0",
  10604. "jiti": ">=1.21.0",
  10605. "less": "^4.0.0",
  10606. "sass": "^1.70.0",
  10607. "sass-embedded": "^1.70.0",
  10608. "stylus": ">=0.54.8",
  10609. "sugarss": "^5.0.0",
  10610. "terser": "^5.16.0",
  10611. "tsx": "^4.8.1",
  10612. "yaml": "^2.4.2"
  10613. },
  10614. "peerDependenciesMeta": {
  10615. "@types/node": {
  10616. "optional": true
  10617. },
  10618. "@vitejs/devtools": {
  10619. "optional": true
  10620. },
  10621. "esbuild": {
  10622. "optional": true
  10623. },
  10624. "jiti": {
  10625. "optional": true
  10626. },
  10627. "less": {
  10628. "optional": true
  10629. },
  10630. "sass": {
  10631. "optional": true
  10632. },
  10633. "sass-embedded": {
  10634. "optional": true
  10635. },
  10636. "stylus": {
  10637. "optional": true
  10638. },
  10639. "sugarss": {
  10640. "optional": true
  10641. },
  10642. "terser": {
  10643. "optional": true
  10644. },
  10645. "tsx": {
  10646. "optional": true
  10647. },
  10648. "yaml": {
  10649. "optional": true
  10650. }
  10651. }
  10652. },
  10653. "node_modules/vitest": {
  10654. "version": "5.0.0",
  10655. "resolved": "https://registry.npmjs.org/vitest/-/vitest-5.0.0.tgz",
  10656. "integrity": "sha512-gpsMNoRhMjMktVxPtstOH4/PJuPyovVaMDr4oDilXaGH1EcqM2OE96SoHT2VIQ6fTGtTjqmHDrEu2X9RQiXf8Q==",
  10657. "dev": true,
  10658. "license": "MIT",
  10659. "dependencies": {
  10660. "@types/chai": "^5.2.2",
  10661. "@vitest/mocker": "5.0.0",
  10662. "chai": "^6.2.2",
  10663. "es-module-lexer": "^2.3.2",
  10664. "expect-type": "^1.4.0",
  10665. "magic-string": "^1.2.3",
  10666. "obug": "^2.1.4",
  10667. "picomatch": "^4.0.7",
  10668. "std-env": "^4.2.0",
  10669. "tinybench": "6.1.4",
  10670. "tinyexec": "1.3.0",
  10671. "tinyglobby": "^0.2.17",
  10672. "why-is-node-running": "^2.3.0"
  10673. },
  10674. "bin": {
  10675. "vitest": "vitest.mjs"
  10676. },
  10677. "engines": {
  10678. "node": "^22.12.0 || ^24.0.0 || >=26.0.0"
  10679. },
  10680. "funding": {
  10681. "url": "https://opencollective.com/vitest"
  10682. },
  10683. "peerDependencies": {
  10684. "@edge-runtime/vm": "*",
  10685. "@opentelemetry/api": "^1.9.0",
  10686. "@types/node": "^22.0.0 || >=24.0.0",
  10687. "@vitest/browser-playwright": "5.0.0",
  10688. "@vitest/browser-preview": "5.0.0",
  10689. "@vitest/browser-webdriverio": "^5.0.0-beta.5 || >=5.0.0",
  10690. "@vitest/coverage-istanbul": "5.0.0",
  10691. "@vitest/coverage-v8": "5.0.0",
  10692. "@vitest/ui": "5.0.0",
  10693. "happy-dom": "*",
  10694. "jsdom": "*",
  10695. "vite": "^6.4.0 || ^7.0.0 || ^8.0.0"
  10696. },
  10697. "peerDependenciesMeta": {
  10698. "@edge-runtime/vm": {
  10699. "optional": true
  10700. },
  10701. "@opentelemetry/api": {
  10702. "optional": true
  10703. },
  10704. "@types/node": {
  10705. "optional": true
  10706. },
  10707. "@vitest/browser-playwright": {
  10708. "optional": true
  10709. },
  10710. "@vitest/browser-preview": {
  10711. "optional": true
  10712. },
  10713. "@vitest/browser-webdriverio": {
  10714. "optional": true
  10715. },
  10716. "@vitest/coverage-istanbul": {
  10717. "optional": true
  10718. },
  10719. "@vitest/coverage-v8": {
  10720. "optional": true
  10721. },
  10722. "@vitest/ui": {
  10723. "optional": true
  10724. },
  10725. "happy-dom": {
  10726. "optional": true
  10727. },
  10728. "jsdom": {
  10729. "optional": true
  10730. },
  10731. "vite": {
  10732. "optional": false
  10733. }
  10734. }
  10735. },
  10736. "node_modules/vitest/node_modules/chai": {
  10737. "version": "6.2.2",
  10738. "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
  10739. "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
  10740. "dev": true,
  10741. "license": "MIT",
  10742. "engines": {
  10743. "node": ">=18"
  10744. }
  10745. },
  10746. "node_modules/vitest/node_modules/tinyexec": {
  10747. "version": "1.3.0",
  10748. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
  10749. "integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
  10750. "dev": true,
  10751. "license": "MIT",
  10752. "engines": {
  10753. "node": ">=18"
  10754. }
  10755. },
  10756. "node_modules/w3c-keyname": {
  10757. "version": "2.2.8",
  10758. "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
  10759. "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
  10760. "license": "MIT"
  10761. },
  10762. "node_modules/w3c-xmlserializer": {
  10763. "version": "5.0.0",
  10764. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  10765. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  10766. "dev": true,
  10767. "license": "MIT",
  10768. "dependencies": {
  10769. "xml-name-validator": "^5.0.0"
  10770. },
  10771. "engines": {
  10772. "node": ">=18"
  10773. }
  10774. },
  10775. "node_modules/web-tree-sitter": {
  10776. "version": "0.24.5",
  10777. "resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.24.5.tgz",
  10778. "integrity": "sha512-+J/2VSHN8J47gQUAvF8KDadrfz6uFYVjxoxbKWDoXVsH2u7yLdarCnIURnrMA6uSRkgX3SdmqM5BOoQjPdSh5w==",
  10779. "license": "MIT",
  10780. "optional": true
  10781. },
  10782. "node_modules/webidl-conversions": {
  10783. "version": "8.0.1",
  10784. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz",
  10785. "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==",
  10786. "dev": true,
  10787. "license": "BSD-2-Clause",
  10788. "engines": {
  10789. "node": ">=20"
  10790. }
  10791. },
  10792. "node_modules/webpack-virtual-modules": {
  10793. "version": "0.6.2",
  10794. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  10795. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  10796. "dev": true,
  10797. "license": "MIT"
  10798. },
  10799. "node_modules/whatwg-mimetype": {
  10800. "version": "5.0.0",
  10801. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz",
  10802. "integrity": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==",
  10803. "dev": true,
  10804. "license": "MIT",
  10805. "engines": {
  10806. "node": ">=20"
  10807. }
  10808. },
  10809. "node_modules/whatwg-url": {
  10810. "version": "17.1.1",
  10811. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-17.1.1.tgz",
  10812. "integrity": "sha512-ohjk1mdUebJVadRt3bAhQhx8lSnISq+GDttK79LFl8EHQkAPvzwctoasC4hs8tBt6kLAncBWWyq1N52qEfKvDw==",
  10813. "dev": true,
  10814. "license": "MIT",
  10815. "dependencies": {
  10816. "@exodus/bytes": "^1.15.1",
  10817. "tr46": "^6.0.0",
  10818. "webidl-conversions": "^8.0.1"
  10819. },
  10820. "engines": {
  10821. "node": "^22.14.0 || >=24.0.0"
  10822. }
  10823. },
  10824. "node_modules/which-typed-array": {
  10825. "version": "1.1.22",
  10826. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.22.tgz",
  10827. "integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
  10828. "license": "MIT",
  10829. "dependencies": {
  10830. "available-typed-arrays": "^1.0.7",
  10831. "call-bind": "^1.0.9",
  10832. "call-bound": "^1.0.4",
  10833. "for-each": "^0.3.5",
  10834. "get-proto": "^1.0.1",
  10835. "gopd": "^1.2.0",
  10836. "has-tostringtag": "^1.0.2"
  10837. },
  10838. "engines": {
  10839. "node": ">= 0.4"
  10840. },
  10841. "funding": {
  10842. "url": "https://github.com/sponsors/ljharb"
  10843. }
  10844. },
  10845. "node_modules/why-is-node-running": {
  10846. "version": "2.3.0",
  10847. "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
  10848. "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
  10849. "dev": true,
  10850. "license": "MIT",
  10851. "dependencies": {
  10852. "siginfo": "^2.0.0",
  10853. "stackback": "0.0.2"
  10854. },
  10855. "bin": {
  10856. "why-is-node-running": "cli.js"
  10857. },
  10858. "engines": {
  10859. "node": ">=8"
  10860. }
  10861. },
  10862. "node_modules/wrap-ansi": {
  10863. "version": "7.0.0",
  10864. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10865. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10866. "dev": true,
  10867. "license": "MIT",
  10868. "dependencies": {
  10869. "ansi-styles": "^4.0.0",
  10870. "string-width": "^4.1.0",
  10871. "strip-ansi": "^6.0.0"
  10872. },
  10873. "engines": {
  10874. "node": ">=10"
  10875. },
  10876. "funding": {
  10877. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10878. }
  10879. },
  10880. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  10881. "version": "4.3.0",
  10882. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10883. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10884. "dev": true,
  10885. "license": "MIT",
  10886. "dependencies": {
  10887. "color-convert": "^2.0.1"
  10888. },
  10889. "engines": {
  10890. "node": ">=8"
  10891. },
  10892. "funding": {
  10893. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10894. }
  10895. },
  10896. "node_modules/ws": {
  10897. "version": "8.21.3",
  10898. "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",
  10899. "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==",
  10900. "dev": true,
  10901. "license": "MIT",
  10902. "engines": {
  10903. "node": ">=10.0.0"
  10904. },
  10905. "peerDependencies": {
  10906. "bufferutil": "^4.0.1",
  10907. "utf-8-validate": ">=5.0.2"
  10908. },
  10909. "peerDependenciesMeta": {
  10910. "bufferutil": {
  10911. "optional": true
  10912. },
  10913. "utf-8-validate": {
  10914. "optional": true
  10915. }
  10916. }
  10917. },
  10918. "node_modules/wsl-utils": {
  10919. "version": "0.1.0",
  10920. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  10921. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  10922. "dev": true,
  10923. "license": "MIT",
  10924. "dependencies": {
  10925. "is-wsl": "^3.1.0"
  10926. },
  10927. "engines": {
  10928. "node": ">=18"
  10929. },
  10930. "funding": {
  10931. "url": "https://github.com/sponsors/sindresorhus"
  10932. }
  10933. },
  10934. "node_modules/xml": {
  10935. "version": "1.0.1",
  10936. "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
  10937. "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==",
  10938. "license": "MIT"
  10939. },
  10940. "node_modules/xml-but-prettier": {
  10941. "version": "1.0.1",
  10942. "resolved": "https://registry.npmjs.org/xml-but-prettier/-/xml-but-prettier-1.0.1.tgz",
  10943. "integrity": "sha512-C2CJaadHrZTqESlH03WOyw0oZTtoy2uEg6dSDF6YRg+9GnYNub53RRemLpnvtbHDFelxMx4LajiFsYeR6XJHgQ==",
  10944. "license": "MIT",
  10945. "dependencies": {
  10946. "repeat-string": "^1.5.2"
  10947. }
  10948. },
  10949. "node_modules/xml-name-validator": {
  10950. "version": "5.0.0",
  10951. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  10952. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  10953. "dev": true,
  10954. "license": "Apache-2.0",
  10955. "engines": {
  10956. "node": ">=18"
  10957. }
  10958. },
  10959. "node_modules/xmlchars": {
  10960. "version": "2.2.0",
  10961. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  10962. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  10963. "dev": true,
  10964. "license": "MIT"
  10965. },
  10966. "node_modules/y18n": {
  10967. "version": "5.0.8",
  10968. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  10969. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  10970. "dev": true,
  10971. "license": "ISC",
  10972. "engines": {
  10973. "node": ">=10"
  10974. }
  10975. },
  10976. "node_modules/yallist": {
  10977. "version": "3.1.1",
  10978. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  10979. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  10980. "dev": true,
  10981. "license": "ISC"
  10982. },
  10983. "node_modules/yaml": {
  10984. "version": "2.9.0",
  10985. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
  10986. "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
  10987. "dev": true,
  10988. "license": "ISC",
  10989. "optional": true,
  10990. "bin": {
  10991. "yaml": "bin.mjs"
  10992. },
  10993. "engines": {
  10994. "node": ">= 14.6"
  10995. },
  10996. "funding": {
  10997. "url": "https://github.com/sponsors/eemeli"
  10998. }
  10999. },
  11000. "node_modules/yargs": {
  11001. "version": "17.7.3",
  11002. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz",
  11003. "integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
  11004. "dev": true,
  11005. "license": "MIT",
  11006. "dependencies": {
  11007. "cliui": "^8.0.1",
  11008. "escalade": "^3.1.1",
  11009. "get-caller-file": "^2.0.5",
  11010. "require-directory": "^2.1.1",
  11011. "string-width": "^4.2.3",
  11012. "y18n": "^5.0.5",
  11013. "yargs-parser": "^21.1.1"
  11014. },
  11015. "engines": {
  11016. "node": ">=12"
  11017. }
  11018. },
  11019. "node_modules/yargs-parser": {
  11020. "version": "21.1.1",
  11021. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  11022. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  11023. "dev": true,
  11024. "license": "ISC",
  11025. "engines": {
  11026. "node": ">=12"
  11027. }
  11028. },
  11029. "node_modules/zenscroll": {
  11030. "version": "4.0.2",
  11031. "resolved": "https://registry.npmjs.org/zenscroll/-/zenscroll-4.0.2.tgz",
  11032. "integrity": "sha512-jEA1znR7b4C/NnaycInCU6h/d15ZzCd1jmsruqOKnZP6WXQSMH3W2GL+OXbkruslU4h+Tzuos0HdswzRUk/Vgg==",
  11033. "license": "Unlicense"
  11034. },
  11035. "node_modules/zod": {
  11036. "version": "4.6.1",
  11037. "resolved": "https://registry.npmjs.org/zod/-/zod-4.6.1.tgz",
  11038. "integrity": "sha512-341aRWQsve0rvronKNTqZpjmzdbUDlFuzHaI/XLg/Ej82qffDJRRfBTCuv7+9q/rMjB6LSLyEBnW4InJeMtt/Q==",
  11039. "license": "MIT",
  11040. "funding": {
  11041. "url": "https://github.com/sponsors/colinhacks"
  11042. }
  11043. }
  11044. }
  11045. }