package-lock.json 364 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879118801188111882118831188411885118861188711888118891189011891118921189311894118951189611897118981189911900119011190211903119041190511906119071190811909119101191111912119131191411915119161191711918119191192011921119221192311924119251192611927119281192911930119311193211933119341193511936119371193811939119401194111942119431194411945119461194711948119491195011951119521195311954119551195611957119581195911960119611196211963119641196511966119671196811969119701197111972119731197411975119761197711978119791198011981119821198311984119851198611987119881198911990119911199211993119941199511996119971199811999120001200112002120031200412005120061200712008120091201012011120121201312014120151201612017120181201912020120211202212023120241202512026120271202812029120301203112032120331203412035120361203712038120391204012041120421204312044120451204612047120481204912050120511205212053120541205512056120571205812059120601206112062120631206412065120661206712068120691207012071120721207312074120751207612077120781207912080120811208212083120841208512086120871208812089120901209112092120931209412095120961209712098120991210012101121021210312104121051210612107121081210912110121111211212113121141211512116121171211812119121201212112122121231212412125121261212712128121291213012131121321213312134121351213612137121381213912140121411214212143121441214512146121471214812149121501215112152121531215412155121561215712158121591216012161121621216312164121651216612167121681216912170121711217212173121741217512176121771217812179121801218112182121831218412185121861218712188121891219012191121921219312194121951219612197121981219912200122011220212203122041220512206122071220812209122101221112212122131221412215122161221712218122191222012221122221222312224122251222612227122281222912230122311223212233122341223512236122371223812239122401224112242122431224412245122461224712248122491225012251122521225312254122551225612257122581225912260122611226212263122641226512266122671226812269122701227112272122731227412275122761227712278122791228012281122821228312284122851228612287122881228912290122911229212293122941229512296122971229812299123001230112302123031230412305123061230712308123091231012311123121231312314123151231612317123181231912320123211232212323123241232512326123271232812329123301233112332123331233412335123361233712338123391234012341123421234312344123451234612347123481234912350123511235212353123541235512356123571235812359123601236112362123631236412365123661236712368123691237012371123721237312374123751237612377123781237912380123811238212383123841238512386123871238812389123901239112392123931239412395123961239712398123991240012401124021240312404124051240612407124081240912410124111241212413124141241512416124171241812419124201242112422124231242412425124261242712428124291243012431124321243312434124351243612437124381243912440124411244212443124441244512446124471244812449124501245112452124531245412455124561245712458124591246012461124621246312464124651246612467124681246912470124711247212473124741247512476124771247812479124801248112482124831248412485124861248712488124891249012491124921249312494124951249612497124981249912500125011250212503125041250512506125071250812509125101251112512125131251412515125161251712518125191252012521125221252312524125251252612527125281252912530125311253212533125341253512536125371253812539125401254112542125431254412545125461254712548125491255012551125521255312554125551255612557125581255912560125611256212563125641256512566125671256812569125701257112572125731257412575125761257712578125791258012581125821258312584125851258612587125881258912590125911259212593125941259512596125971259812599126001260112602126031260412605126061260712608126091261012611126121261312614126151261612617126181261912620126211262212623126241262512626126271262812629126301263112632126331263412635126361263712638126391264012641126421264312644126451264612647126481264912650126511265212653126541265512656126571265812659126601266112662126631266412665126661266712668126691267012671126721267312674126751267612677126781267912680126811268212683126841268512686126871268812689126901269112692126931269412695126961269712698126991270012701127021270312704127051270612707127081270912710127111271212713127141271512716127171271812719127201272112722127231272412725127261272712728127291273012731127321273312734127351273612737127381273912740127411274212743127441274512746127471274812749127501275112752127531275412755127561275712758127591276012761127621276312764127651276612767127681276912770127711277212773127741277512776127771277812779127801278112782127831278412785127861278712788127891279012791127921279312794127951279612797127981279912800128011280212803128041280512806128071280812809128101281112812128131281412815128161281712818128191282012821128221282312824128251282612827128281282912830128311283212833128341283512836128371283812839128401284112842128431284412845128461284712848128491285012851128521285312854128551285612857128581285912860128611286212863128641286512866128671286812869128701287112872128731287412875128761287712878128791288012881128821288312884128851288612887128881288912890128911289212893128941289512896128971289812899129001290112902129031290412905129061290712908129091291012911129121291312914129151291612917129181291912920129211292212923129241292512926129271292812929129301293112932129331293412935129361293712938129391294012941129421294312944129451294612947129481294912950129511295212953129541295512956129571295812959129601296112962129631296412965129661296712968129691297012971129721297312974129751297612977129781297912980129811298212983129841298512986129871298812989129901299112992129931299412995129961299712998129991300013001130021300313004130051300613007130081300913010130111301213013130141301513016130171301813019130201302113022130231302413025130261302713028130291303013031130321303313034130351303613037130381303913040130411304213043130441304513046130471304813049130501305113052130531305413055130561305713058130591306013061130621306313064130651306613067130681306913070130711307213073130741307513076130771307813079130801308113082130831308413085130861308713088130891309013091130921309313094130951309613097130981309913100131011310213103131041310513106131071310813109131101311113112131131311413115131161311713118131191312013121131221312313124131251312613127131281312913130131311313213133131341313513136131371313813139131401314113142131431314413145131461314713148131491315013151131521315313154131551315613157131581315913160131611316213163131641316513166131671316813169131701317113172131731317413175131761317713178131791318013181131821318313184131851318613187131881318913190131911319213193131941319513196131971319813199132001320113202132031320413205132061320713208132091321013211132121321313214132151321613217132181321913220132211322213223132241322513226132271322813229132301323113232132331323413235132361323713238132391324013241132421324313244132451324613247132481324913250132511325213253132541325513256132571325813259132601326113262132631326413265132661326713268132691327013271132721327313274132751327613277132781327913280132811328213283132841328513286132871328813289132901329113292132931329413295132961329713298132991330013301133021330313304133051330613307133081330913310133111331213313133141331513316133171331813319133201332113322133231332413325133261332713328133291333013331133321333313334133351333613337133381333913340133411334213343133441334513346133471334813349133501335113352133531335413355133561335713358133591336013361133621336313364133651336613367133681336913370133711337213373133741337513376133771337813379133801338113382133831338413385133861338713388133891339013391133921339313394133951339613397133981339913400134011340213403134041340513406134071340813409134101341113412134131341413415134161341713418134191342013421134221342313424134251342613427134281342913430134311343213433134341343513436134371343813439134401344113442134431344413445134461344713448134491345013451134521345313454134551345613457134581345913460134611346213463134641346513466134671346813469134701347113472134731347413475134761347713478134791348013481134821348313484134851348613487134881348913490134911349213493134941349513496134971349813499135001350113502135031350413505135061350713508135091351013511135121351313514135151351613517135181351913520135211352213523135241352513526135271352813529135301353113532135331353413535135361353713538135391354013541135421354313544135451354613547135481354913550135511355213553135541355513556135571355813559135601356113562135631356413565135661356713568135691357013571135721357313574135751357613577135781357913580135811358213583135841358513586135871358813589135901359113592135931359413595135961359713598135991360013601136021360313604136051360613607136081360913610136111361213613136141361513616136171361813619136201362113622136231362413625136261362713628136291363013631136321363313634136351363613637136381363913640136411364213643136441364513646136471364813649136501365113652136531365413655136561365713658136591366013661136621366313664136651366613667136681366913670136711367213673136741367513676136771367813679136801368113682136831368413685136861368713688136891369013691136921369313694136951369613697136981369913700137011370213703137041370513706137071370813709137101371113712137131371413715137161371713718137191372013721137221372313724137251372613727137281372913730137311373213733137341373513736137371373813739137401374113742137431374413745137461374713748137491375013751137521375313754137551375613757137581375913760137611376213763137641376513766137671376813769137701377113772137731377413775137761377713778137791378013781137821378313784137851378613787137881378913790137911379213793137941379513796137971379813799138001380113802138031380413805138061380713808138091381013811138121381313814138151381613817138181381913820138211382213823138241382513826138271382813829138301383113832138331383413835138361383713838138391384013841138421384313844138451384613847138481384913850138511385213853138541385513856138571385813859138601386113862138631386413865138661386713868138691387013871138721387313874138751387613877138781387913880138811388213883138841388513886138871388813889
  1. {
  2. "name": "ford",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "ford",
  8. "dependencies": {
  9. "@nuxt/eslint": "^1.9.0",
  10. "@nuxt/image": "^1.11.0",
  11. "@nuxt/kit": "^3.15.0",
  12. "@nuxt/ui": "^4.1.0",
  13. "axios": "^1.13.2",
  14. "eslint": "^9.38.0",
  15. "flatpickr": "^4.6.13",
  16. "leaflet": "^1.9.4",
  17. "nuxt": "^4.1.3",
  18. "suneditor": "^2.47.8",
  19. "suneditor-react": "^3.6.1",
  20. "swiper": "^12.0.3",
  21. "vue": "^3.5.22",
  22. "vue-flatpickr-component": "^12.0.0",
  23. "vue-router": "^4.6.3"
  24. },
  25. "devDependencies": {
  26. "@types/leaflet": "^1.9.21",
  27. "sass-embedded": "^1.93.2"
  28. }
  29. },
  30. "node_modules/@ai-sdk/gateway": {
  31. "version": "2.0.1",
  32. "license": "Apache-2.0",
  33. "dependencies": {
  34. "@ai-sdk/provider": "2.0.0",
  35. "@ai-sdk/provider-utils": "3.0.12",
  36. "@vercel/oidc": "3.0.3"
  37. },
  38. "engines": {
  39. "node": ">=18"
  40. },
  41. "peerDependencies": {
  42. "zod": "^3.25.76 || ^4.1.8"
  43. }
  44. },
  45. "node_modules/@ai-sdk/provider": {
  46. "version": "2.0.0",
  47. "license": "Apache-2.0",
  48. "dependencies": {
  49. "json-schema": "^0.4.0"
  50. },
  51. "engines": {
  52. "node": ">=18"
  53. }
  54. },
  55. "node_modules/@ai-sdk/provider-utils": {
  56. "version": "3.0.12",
  57. "license": "Apache-2.0",
  58. "dependencies": {
  59. "@ai-sdk/provider": "2.0.0",
  60. "@standard-schema/spec": "^1.0.0",
  61. "eventsource-parser": "^3.0.5"
  62. },
  63. "engines": {
  64. "node": ">=18"
  65. },
  66. "peerDependencies": {
  67. "zod": "^3.25.76 || ^4.1.8"
  68. }
  69. },
  70. "node_modules/@ai-sdk/vue": {
  71. "version": "2.0.80",
  72. "license": "Apache-2.0",
  73. "dependencies": {
  74. "@ai-sdk/provider-utils": "3.0.12",
  75. "ai": "5.0.80",
  76. "swrv": "^1.0.4"
  77. },
  78. "engines": {
  79. "node": ">=18"
  80. },
  81. "peerDependencies": {
  82. "vue": "^3.3.4",
  83. "zod": "^3.25.76 || ^4.1.8"
  84. },
  85. "peerDependenciesMeta": {
  86. "vue": {
  87. "optional": true
  88. },
  89. "zod": {
  90. "optional": true
  91. }
  92. }
  93. },
  94. "node_modules/@alloc/quick-lru": {
  95. "version": "5.2.0",
  96. "license": "MIT",
  97. "engines": {
  98. "node": ">=10"
  99. },
  100. "funding": {
  101. "url": "https://github.com/sponsors/sindresorhus"
  102. }
  103. },
  104. "node_modules/@antfu/install-pkg": {
  105. "version": "1.1.0",
  106. "license": "MIT",
  107. "dependencies": {
  108. "package-manager-detector": "^1.3.0",
  109. "tinyexec": "^1.0.1"
  110. },
  111. "funding": {
  112. "url": "https://github.com/sponsors/antfu"
  113. }
  114. },
  115. "node_modules/@antfu/utils": {
  116. "version": "9.3.0",
  117. "license": "MIT",
  118. "funding": {
  119. "url": "https://github.com/sponsors/antfu"
  120. }
  121. },
  122. "node_modules/@apidevtools/json-schema-ref-parser": {
  123. "version": "14.2.1",
  124. "license": "MIT",
  125. "dependencies": {
  126. "js-yaml": "^4.1.0"
  127. },
  128. "engines": {
  129. "node": ">= 20"
  130. },
  131. "funding": {
  132. "url": "https://github.com/sponsors/philsturgeon"
  133. },
  134. "peerDependencies": {
  135. "@types/json-schema": "^7.0.15"
  136. }
  137. },
  138. "node_modules/@babel/code-frame": {
  139. "version": "7.27.1",
  140. "license": "MIT",
  141. "dependencies": {
  142. "@babel/helper-validator-identifier": "^7.27.1",
  143. "js-tokens": "^4.0.0",
  144. "picocolors": "^1.1.1"
  145. },
  146. "engines": {
  147. "node": ">=6.9.0"
  148. }
  149. },
  150. "node_modules/@babel/compat-data": {
  151. "version": "7.28.5",
  152. "license": "MIT",
  153. "engines": {
  154. "node": ">=6.9.0"
  155. }
  156. },
  157. "node_modules/@babel/core": {
  158. "version": "7.28.5",
  159. "license": "MIT",
  160. "dependencies": {
  161. "@babel/code-frame": "^7.27.1",
  162. "@babel/generator": "^7.28.5",
  163. "@babel/helper-compilation-targets": "^7.27.2",
  164. "@babel/helper-module-transforms": "^7.28.3",
  165. "@babel/helpers": "^7.28.4",
  166. "@babel/parser": "^7.28.5",
  167. "@babel/template": "^7.27.2",
  168. "@babel/traverse": "^7.28.5",
  169. "@babel/types": "^7.28.5",
  170. "@jridgewell/remapping": "^2.3.5",
  171. "convert-source-map": "^2.0.0",
  172. "debug": "^4.1.0",
  173. "gensync": "^1.0.0-beta.2",
  174. "json5": "^2.2.3",
  175. "semver": "^6.3.1"
  176. },
  177. "engines": {
  178. "node": ">=6.9.0"
  179. },
  180. "funding": {
  181. "type": "opencollective",
  182. "url": "https://opencollective.com/babel"
  183. }
  184. },
  185. "node_modules/@babel/core/node_modules/semver": {
  186. "version": "6.3.1",
  187. "license": "ISC",
  188. "bin": {
  189. "semver": "bin/semver.js"
  190. }
  191. },
  192. "node_modules/@babel/generator": {
  193. "version": "7.28.5",
  194. "license": "MIT",
  195. "dependencies": {
  196. "@babel/parser": "^7.28.5",
  197. "@babel/types": "^7.28.5",
  198. "@jridgewell/gen-mapping": "^0.3.12",
  199. "@jridgewell/trace-mapping": "^0.3.28",
  200. "jsesc": "^3.0.2"
  201. },
  202. "engines": {
  203. "node": ">=6.9.0"
  204. }
  205. },
  206. "node_modules/@babel/helper-annotate-as-pure": {
  207. "version": "7.27.3",
  208. "license": "MIT",
  209. "dependencies": {
  210. "@babel/types": "^7.27.3"
  211. },
  212. "engines": {
  213. "node": ">=6.9.0"
  214. }
  215. },
  216. "node_modules/@babel/helper-compilation-targets": {
  217. "version": "7.27.2",
  218. "license": "MIT",
  219. "dependencies": {
  220. "@babel/compat-data": "^7.27.2",
  221. "@babel/helper-validator-option": "^7.27.1",
  222. "browserslist": "^4.24.0",
  223. "lru-cache": "^5.1.1",
  224. "semver": "^6.3.1"
  225. },
  226. "engines": {
  227. "node": ">=6.9.0"
  228. }
  229. },
  230. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  231. "version": "6.3.1",
  232. "license": "ISC",
  233. "bin": {
  234. "semver": "bin/semver.js"
  235. }
  236. },
  237. "node_modules/@babel/helper-create-class-features-plugin": {
  238. "version": "7.28.5",
  239. "license": "MIT",
  240. "dependencies": {
  241. "@babel/helper-annotate-as-pure": "^7.27.3",
  242. "@babel/helper-member-expression-to-functions": "^7.28.5",
  243. "@babel/helper-optimise-call-expression": "^7.27.1",
  244. "@babel/helper-replace-supers": "^7.27.1",
  245. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  246. "@babel/traverse": "^7.28.5",
  247. "semver": "^6.3.1"
  248. },
  249. "engines": {
  250. "node": ">=6.9.0"
  251. },
  252. "peerDependencies": {
  253. "@babel/core": "^7.0.0"
  254. }
  255. },
  256. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  257. "version": "6.3.1",
  258. "license": "ISC",
  259. "bin": {
  260. "semver": "bin/semver.js"
  261. }
  262. },
  263. "node_modules/@babel/helper-globals": {
  264. "version": "7.28.0",
  265. "license": "MIT",
  266. "engines": {
  267. "node": ">=6.9.0"
  268. }
  269. },
  270. "node_modules/@babel/helper-member-expression-to-functions": {
  271. "version": "7.28.5",
  272. "license": "MIT",
  273. "dependencies": {
  274. "@babel/traverse": "^7.28.5",
  275. "@babel/types": "^7.28.5"
  276. },
  277. "engines": {
  278. "node": ">=6.9.0"
  279. }
  280. },
  281. "node_modules/@babel/helper-module-imports": {
  282. "version": "7.27.1",
  283. "license": "MIT",
  284. "dependencies": {
  285. "@babel/traverse": "^7.27.1",
  286. "@babel/types": "^7.27.1"
  287. },
  288. "engines": {
  289. "node": ">=6.9.0"
  290. }
  291. },
  292. "node_modules/@babel/helper-module-transforms": {
  293. "version": "7.28.3",
  294. "license": "MIT",
  295. "dependencies": {
  296. "@babel/helper-module-imports": "^7.27.1",
  297. "@babel/helper-validator-identifier": "^7.27.1",
  298. "@babel/traverse": "^7.28.3"
  299. },
  300. "engines": {
  301. "node": ">=6.9.0"
  302. },
  303. "peerDependencies": {
  304. "@babel/core": "^7.0.0"
  305. }
  306. },
  307. "node_modules/@babel/helper-optimise-call-expression": {
  308. "version": "7.27.1",
  309. "license": "MIT",
  310. "dependencies": {
  311. "@babel/types": "^7.27.1"
  312. },
  313. "engines": {
  314. "node": ">=6.9.0"
  315. }
  316. },
  317. "node_modules/@babel/helper-plugin-utils": {
  318. "version": "7.27.1",
  319. "license": "MIT",
  320. "engines": {
  321. "node": ">=6.9.0"
  322. }
  323. },
  324. "node_modules/@babel/helper-replace-supers": {
  325. "version": "7.27.1",
  326. "license": "MIT",
  327. "dependencies": {
  328. "@babel/helper-member-expression-to-functions": "^7.27.1",
  329. "@babel/helper-optimise-call-expression": "^7.27.1",
  330. "@babel/traverse": "^7.27.1"
  331. },
  332. "engines": {
  333. "node": ">=6.9.0"
  334. },
  335. "peerDependencies": {
  336. "@babel/core": "^7.0.0"
  337. }
  338. },
  339. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  340. "version": "7.27.1",
  341. "license": "MIT",
  342. "dependencies": {
  343. "@babel/traverse": "^7.27.1",
  344. "@babel/types": "^7.27.1"
  345. },
  346. "engines": {
  347. "node": ">=6.9.0"
  348. }
  349. },
  350. "node_modules/@babel/helper-string-parser": {
  351. "version": "7.27.1",
  352. "license": "MIT",
  353. "engines": {
  354. "node": ">=6.9.0"
  355. }
  356. },
  357. "node_modules/@babel/helper-validator-identifier": {
  358. "version": "7.28.5",
  359. "license": "MIT",
  360. "engines": {
  361. "node": ">=6.9.0"
  362. }
  363. },
  364. "node_modules/@babel/helper-validator-option": {
  365. "version": "7.27.1",
  366. "license": "MIT",
  367. "engines": {
  368. "node": ">=6.9.0"
  369. }
  370. },
  371. "node_modules/@babel/helpers": {
  372. "version": "7.28.4",
  373. "license": "MIT",
  374. "dependencies": {
  375. "@babel/template": "^7.27.2",
  376. "@babel/types": "^7.28.4"
  377. },
  378. "engines": {
  379. "node": ">=6.9.0"
  380. }
  381. },
  382. "node_modules/@babel/parser": {
  383. "version": "7.28.5",
  384. "license": "MIT",
  385. "dependencies": {
  386. "@babel/types": "^7.28.5"
  387. },
  388. "bin": {
  389. "parser": "bin/babel-parser.js"
  390. },
  391. "engines": {
  392. "node": ">=6.0.0"
  393. }
  394. },
  395. "node_modules/@babel/plugin-syntax-jsx": {
  396. "version": "7.27.1",
  397. "license": "MIT",
  398. "dependencies": {
  399. "@babel/helper-plugin-utils": "^7.27.1"
  400. },
  401. "engines": {
  402. "node": ">=6.9.0"
  403. },
  404. "peerDependencies": {
  405. "@babel/core": "^7.0.0-0"
  406. }
  407. },
  408. "node_modules/@babel/plugin-syntax-typescript": {
  409. "version": "7.27.1",
  410. "license": "MIT",
  411. "dependencies": {
  412. "@babel/helper-plugin-utils": "^7.27.1"
  413. },
  414. "engines": {
  415. "node": ">=6.9.0"
  416. },
  417. "peerDependencies": {
  418. "@babel/core": "^7.0.0-0"
  419. }
  420. },
  421. "node_modules/@babel/plugin-transform-typescript": {
  422. "version": "7.28.5",
  423. "license": "MIT",
  424. "dependencies": {
  425. "@babel/helper-annotate-as-pure": "^7.27.3",
  426. "@babel/helper-create-class-features-plugin": "^7.28.5",
  427. "@babel/helper-plugin-utils": "^7.27.1",
  428. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  429. "@babel/plugin-syntax-typescript": "^7.27.1"
  430. },
  431. "engines": {
  432. "node": ">=6.9.0"
  433. },
  434. "peerDependencies": {
  435. "@babel/core": "^7.0.0-0"
  436. }
  437. },
  438. "node_modules/@babel/template": {
  439. "version": "7.27.2",
  440. "license": "MIT",
  441. "dependencies": {
  442. "@babel/code-frame": "^7.27.1",
  443. "@babel/parser": "^7.27.2",
  444. "@babel/types": "^7.27.1"
  445. },
  446. "engines": {
  447. "node": ">=6.9.0"
  448. }
  449. },
  450. "node_modules/@babel/traverse": {
  451. "version": "7.28.5",
  452. "license": "MIT",
  453. "dependencies": {
  454. "@babel/code-frame": "^7.27.1",
  455. "@babel/generator": "^7.28.5",
  456. "@babel/helper-globals": "^7.28.0",
  457. "@babel/parser": "^7.28.5",
  458. "@babel/template": "^7.27.2",
  459. "@babel/types": "^7.28.5",
  460. "debug": "^4.3.1"
  461. },
  462. "engines": {
  463. "node": ">=6.9.0"
  464. }
  465. },
  466. "node_modules/@babel/types": {
  467. "version": "7.28.5",
  468. "license": "MIT",
  469. "dependencies": {
  470. "@babel/helper-string-parser": "^7.27.1",
  471. "@babel/helper-validator-identifier": "^7.28.5"
  472. },
  473. "engines": {
  474. "node": ">=6.9.0"
  475. }
  476. },
  477. "node_modules/@bufbuild/protobuf": {
  478. "version": "2.10.0",
  479. "devOptional": true,
  480. "license": "(Apache-2.0 AND BSD-3-Clause)"
  481. },
  482. "node_modules/@capsizecss/metrics": {
  483. "version": "3.5.0",
  484. "license": "MIT"
  485. },
  486. "node_modules/@capsizecss/unpack": {
  487. "version": "2.4.0",
  488. "license": "MIT",
  489. "dependencies": {
  490. "blob-to-buffer": "^1.2.8",
  491. "cross-fetch": "^3.0.4",
  492. "fontkit": "^2.0.2"
  493. }
  494. },
  495. "node_modules/@clack/core": {
  496. "version": "0.5.0",
  497. "license": "MIT",
  498. "dependencies": {
  499. "picocolors": "^1.0.0",
  500. "sisteransi": "^1.0.5"
  501. }
  502. },
  503. "node_modules/@clack/prompts": {
  504. "version": "0.11.0",
  505. "license": "MIT",
  506. "dependencies": {
  507. "@clack/core": "0.5.0",
  508. "picocolors": "^1.0.0",
  509. "sisteransi": "^1.0.5"
  510. }
  511. },
  512. "node_modules/@cloudflare/kv-asset-handler": {
  513. "version": "0.4.0",
  514. "license": "MIT OR Apache-2.0",
  515. "dependencies": {
  516. "mime": "^3.0.0"
  517. },
  518. "engines": {
  519. "node": ">=18.0.0"
  520. }
  521. },
  522. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  523. "version": "3.0.0",
  524. "license": "MIT",
  525. "bin": {
  526. "mime": "cli.js"
  527. },
  528. "engines": {
  529. "node": ">=10.0.0"
  530. }
  531. },
  532. "node_modules/@dxup/nuxt": {
  533. "version": "0.2.0",
  534. "license": "MIT",
  535. "dependencies": {
  536. "@dxup/unimport": "^0.1.0",
  537. "@nuxt/kit": "^4.1.3",
  538. "chokidar": "^4.0.3",
  539. "pathe": "2.0.3",
  540. "tinyglobby": "^0.2.15"
  541. }
  542. },
  543. "node_modules/@dxup/nuxt/node_modules/@nuxt/kit": {
  544. "version": "4.2.0",
  545. "license": "MIT",
  546. "dependencies": {
  547. "c12": "^3.3.1",
  548. "consola": "^3.4.2",
  549. "defu": "^6.1.4",
  550. "destr": "^2.0.5",
  551. "errx": "^0.1.0",
  552. "exsolve": "^1.0.7",
  553. "ignore": "^7.0.5",
  554. "jiti": "^2.6.1",
  555. "klona": "^2.0.6",
  556. "mlly": "^1.8.0",
  557. "ohash": "^2.0.11",
  558. "pathe": "^2.0.3",
  559. "pkg-types": "^2.3.0",
  560. "rc9": "^2.1.2",
  561. "scule": "^1.3.0",
  562. "semver": "^7.7.3",
  563. "tinyglobby": "^0.2.15",
  564. "ufo": "^1.6.1",
  565. "unctx": "^2.4.1",
  566. "untyped": "^2.0.0"
  567. },
  568. "engines": {
  569. "node": ">=18.12.0"
  570. }
  571. },
  572. "node_modules/@dxup/unimport": {
  573. "version": "0.1.0",
  574. "license": "MIT"
  575. },
  576. "node_modules/@emnapi/core": {
  577. "version": "1.6.0",
  578. "license": "MIT",
  579. "optional": true,
  580. "dependencies": {
  581. "@emnapi/wasi-threads": "1.1.0",
  582. "tslib": "^2.4.0"
  583. }
  584. },
  585. "node_modules/@emnapi/runtime": {
  586. "version": "1.6.0",
  587. "license": "MIT",
  588. "optional": true,
  589. "dependencies": {
  590. "tslib": "^2.4.0"
  591. }
  592. },
  593. "node_modules/@emnapi/wasi-threads": {
  594. "version": "1.1.0",
  595. "license": "MIT",
  596. "optional": true,
  597. "dependencies": {
  598. "tslib": "^2.4.0"
  599. }
  600. },
  601. "node_modules/@es-joy/jsdoccomment": {
  602. "version": "0.56.0",
  603. "license": "MIT",
  604. "dependencies": {
  605. "@types/estree": "^1.0.8",
  606. "@typescript-eslint/types": "^8.42.0",
  607. "comment-parser": "1.4.1",
  608. "esquery": "^1.6.0",
  609. "jsdoc-type-pratt-parser": "~5.1.0"
  610. },
  611. "engines": {
  612. "node": ">=20.11.0"
  613. }
  614. },
  615. "node_modules/@esbuild/darwin-arm64": {
  616. "version": "0.25.11",
  617. "cpu": [
  618. "arm64"
  619. ],
  620. "license": "MIT",
  621. "optional": true,
  622. "os": [
  623. "darwin"
  624. ],
  625. "engines": {
  626. "node": ">=18"
  627. }
  628. },
  629. "node_modules/@eslint-community/eslint-utils": {
  630. "version": "4.9.0",
  631. "license": "MIT",
  632. "dependencies": {
  633. "eslint-visitor-keys": "^3.4.3"
  634. },
  635. "engines": {
  636. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  637. },
  638. "funding": {
  639. "url": "https://opencollective.com/eslint"
  640. },
  641. "peerDependencies": {
  642. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  643. }
  644. },
  645. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  646. "version": "3.4.3",
  647. "license": "Apache-2.0",
  648. "engines": {
  649. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  650. },
  651. "funding": {
  652. "url": "https://opencollective.com/eslint"
  653. }
  654. },
  655. "node_modules/@eslint-community/regexpp": {
  656. "version": "4.12.2",
  657. "license": "MIT",
  658. "engines": {
  659. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  660. }
  661. },
  662. "node_modules/@eslint/compat": {
  663. "version": "1.4.0",
  664. "license": "Apache-2.0",
  665. "dependencies": {
  666. "@eslint/core": "^0.16.0"
  667. },
  668. "engines": {
  669. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  670. },
  671. "peerDependencies": {
  672. "eslint": "^8.40 || 9"
  673. },
  674. "peerDependenciesMeta": {
  675. "eslint": {
  676. "optional": true
  677. }
  678. }
  679. },
  680. "node_modules/@eslint/config-array": {
  681. "version": "0.21.1",
  682. "license": "Apache-2.0",
  683. "dependencies": {
  684. "@eslint/object-schema": "^2.1.7",
  685. "debug": "^4.3.1",
  686. "minimatch": "^3.1.2"
  687. },
  688. "engines": {
  689. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  690. }
  691. },
  692. "node_modules/@eslint/config-array/node_modules/brace-expansion": {
  693. "version": "1.1.12",
  694. "license": "MIT",
  695. "dependencies": {
  696. "balanced-match": "^1.0.0",
  697. "concat-map": "0.0.1"
  698. }
  699. },
  700. "node_modules/@eslint/config-array/node_modules/minimatch": {
  701. "version": "3.1.2",
  702. "license": "ISC",
  703. "dependencies": {
  704. "brace-expansion": "^1.1.7"
  705. },
  706. "engines": {
  707. "node": "*"
  708. }
  709. },
  710. "node_modules/@eslint/config-helpers": {
  711. "version": "0.4.1",
  712. "license": "Apache-2.0",
  713. "dependencies": {
  714. "@eslint/core": "^0.16.0"
  715. },
  716. "engines": {
  717. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  718. }
  719. },
  720. "node_modules/@eslint/config-inspector": {
  721. "version": "1.3.0",
  722. "license": "Apache-2.0",
  723. "dependencies": {
  724. "@nodelib/fs.walk": "^3.0.1",
  725. "ansis": "^4.1.0",
  726. "bundle-require": "^5.1.0",
  727. "cac": "^6.7.14",
  728. "chokidar": "^4.0.3",
  729. "debug": "^4.4.1",
  730. "esbuild": "^0.25.9",
  731. "find-up": "^7.0.0",
  732. "get-port-please": "^3.2.0",
  733. "h3": "^1.15.4",
  734. "mlly": "^1.8.0",
  735. "mrmime": "^2.0.1",
  736. "open": "^10.2.0",
  737. "tinyglobby": "^0.2.14",
  738. "ws": "^8.18.3"
  739. },
  740. "bin": {
  741. "config-inspector": "bin.mjs",
  742. "eslint-config-inspector": "bin.mjs"
  743. },
  744. "funding": {
  745. "url": "https://opencollective.com/eslint"
  746. },
  747. "peerDependencies": {
  748. "eslint": "^8.50.0 || ^9.0.0"
  749. }
  750. },
  751. "node_modules/@eslint/core": {
  752. "version": "0.16.0",
  753. "license": "Apache-2.0",
  754. "dependencies": {
  755. "@types/json-schema": "^7.0.15"
  756. },
  757. "engines": {
  758. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  759. }
  760. },
  761. "node_modules/@eslint/eslintrc": {
  762. "version": "3.3.1",
  763. "license": "MIT",
  764. "dependencies": {
  765. "ajv": "^6.12.4",
  766. "debug": "^4.3.2",
  767. "espree": "^10.0.1",
  768. "globals": "^14.0.0",
  769. "ignore": "^5.2.0",
  770. "import-fresh": "^3.2.1",
  771. "js-yaml": "^4.1.0",
  772. "minimatch": "^3.1.2",
  773. "strip-json-comments": "^3.1.1"
  774. },
  775. "engines": {
  776. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  777. },
  778. "funding": {
  779. "url": "https://opencollective.com/eslint"
  780. }
  781. },
  782. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  783. "version": "1.1.12",
  784. "license": "MIT",
  785. "dependencies": {
  786. "balanced-match": "^1.0.0",
  787. "concat-map": "0.0.1"
  788. }
  789. },
  790. "node_modules/@eslint/eslintrc/node_modules/globals": {
  791. "version": "14.0.0",
  792. "license": "MIT",
  793. "engines": {
  794. "node": ">=18"
  795. },
  796. "funding": {
  797. "url": "https://github.com/sponsors/sindresorhus"
  798. }
  799. },
  800. "node_modules/@eslint/eslintrc/node_modules/ignore": {
  801. "version": "5.3.2",
  802. "license": "MIT",
  803. "engines": {
  804. "node": ">= 4"
  805. }
  806. },
  807. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  808. "version": "3.1.2",
  809. "license": "ISC",
  810. "dependencies": {
  811. "brace-expansion": "^1.1.7"
  812. },
  813. "engines": {
  814. "node": "*"
  815. }
  816. },
  817. "node_modules/@eslint/js": {
  818. "version": "9.38.0",
  819. "license": "MIT",
  820. "engines": {
  821. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  822. },
  823. "funding": {
  824. "url": "https://eslint.org/donate"
  825. }
  826. },
  827. "node_modules/@eslint/object-schema": {
  828. "version": "2.1.7",
  829. "license": "Apache-2.0",
  830. "engines": {
  831. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  832. }
  833. },
  834. "node_modules/@eslint/plugin-kit": {
  835. "version": "0.4.0",
  836. "license": "Apache-2.0",
  837. "dependencies": {
  838. "@eslint/core": "^0.16.0",
  839. "levn": "^0.4.1"
  840. },
  841. "engines": {
  842. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  843. }
  844. },
  845. "node_modules/@fastify/accept-negotiator": {
  846. "version": "1.1.0",
  847. "license": "MIT",
  848. "optional": true,
  849. "engines": {
  850. "node": ">=14"
  851. }
  852. },
  853. "node_modules/@floating-ui/core": {
  854. "version": "1.7.3",
  855. "license": "MIT",
  856. "dependencies": {
  857. "@floating-ui/utils": "^0.2.10"
  858. }
  859. },
  860. "node_modules/@floating-ui/dom": {
  861. "version": "1.7.4",
  862. "license": "MIT",
  863. "dependencies": {
  864. "@floating-ui/core": "^1.7.3",
  865. "@floating-ui/utils": "^0.2.10"
  866. }
  867. },
  868. "node_modules/@floating-ui/utils": {
  869. "version": "0.2.10",
  870. "license": "MIT"
  871. },
  872. "node_modules/@floating-ui/vue": {
  873. "version": "1.1.9",
  874. "license": "MIT",
  875. "dependencies": {
  876. "@floating-ui/dom": "^1.7.4",
  877. "@floating-ui/utils": "^0.2.10",
  878. "vue-demi": ">=0.13.0"
  879. }
  880. },
  881. "node_modules/@floating-ui/vue/node_modules/vue-demi": {
  882. "version": "0.14.10",
  883. "hasInstallScript": true,
  884. "license": "MIT",
  885. "bin": {
  886. "vue-demi-fix": "bin/vue-demi-fix.js",
  887. "vue-demi-switch": "bin/vue-demi-switch.js"
  888. },
  889. "engines": {
  890. "node": ">=12"
  891. },
  892. "funding": {
  893. "url": "https://github.com/sponsors/antfu"
  894. },
  895. "peerDependencies": {
  896. "@vue/composition-api": "^1.0.0-rc.1",
  897. "vue": "^3.0.0-0 || ^2.6.0"
  898. },
  899. "peerDependenciesMeta": {
  900. "@vue/composition-api": {
  901. "optional": true
  902. }
  903. }
  904. },
  905. "node_modules/@humanfs/core": {
  906. "version": "0.19.1",
  907. "license": "Apache-2.0",
  908. "engines": {
  909. "node": ">=18.18.0"
  910. }
  911. },
  912. "node_modules/@humanfs/node": {
  913. "version": "0.16.7",
  914. "license": "Apache-2.0",
  915. "dependencies": {
  916. "@humanfs/core": "^0.19.1",
  917. "@humanwhocodes/retry": "^0.4.0"
  918. },
  919. "engines": {
  920. "node": ">=18.18.0"
  921. }
  922. },
  923. "node_modules/@humanwhocodes/module-importer": {
  924. "version": "1.0.1",
  925. "license": "Apache-2.0",
  926. "engines": {
  927. "node": ">=12.22"
  928. },
  929. "funding": {
  930. "type": "github",
  931. "url": "https://github.com/sponsors/nzakas"
  932. }
  933. },
  934. "node_modules/@humanwhocodes/retry": {
  935. "version": "0.4.3",
  936. "license": "Apache-2.0",
  937. "engines": {
  938. "node": ">=18.18"
  939. },
  940. "funding": {
  941. "type": "github",
  942. "url": "https://github.com/sponsors/nzakas"
  943. }
  944. },
  945. "node_modules/@iconify/collections": {
  946. "version": "1.0.610",
  947. "license": "MIT",
  948. "dependencies": {
  949. "@iconify/types": "*"
  950. }
  951. },
  952. "node_modules/@iconify/types": {
  953. "version": "2.0.0",
  954. "license": "MIT"
  955. },
  956. "node_modules/@iconify/utils": {
  957. "version": "3.0.2",
  958. "license": "MIT",
  959. "dependencies": {
  960. "@antfu/install-pkg": "^1.1.0",
  961. "@antfu/utils": "^9.2.0",
  962. "@iconify/types": "^2.0.0",
  963. "debug": "^4.4.1",
  964. "globals": "^15.15.0",
  965. "kolorist": "^1.8.0",
  966. "local-pkg": "^1.1.1",
  967. "mlly": "^1.7.4"
  968. }
  969. },
  970. "node_modules/@iconify/utils/node_modules/globals": {
  971. "version": "15.15.0",
  972. "license": "MIT",
  973. "engines": {
  974. "node": ">=18"
  975. },
  976. "funding": {
  977. "url": "https://github.com/sponsors/sindresorhus"
  978. }
  979. },
  980. "node_modules/@iconify/vue": {
  981. "version": "5.0.0",
  982. "license": "MIT",
  983. "dependencies": {
  984. "@iconify/types": "^2.0.0"
  985. },
  986. "funding": {
  987. "url": "https://github.com/sponsors/cyberalien"
  988. },
  989. "peerDependencies": {
  990. "vue": ">=3"
  991. }
  992. },
  993. "node_modules/@internationalized/date": {
  994. "version": "3.10.0",
  995. "license": "Apache-2.0",
  996. "dependencies": {
  997. "@swc/helpers": "^0.5.0"
  998. }
  999. },
  1000. "node_modules/@internationalized/number": {
  1001. "version": "3.6.5",
  1002. "license": "Apache-2.0",
  1003. "dependencies": {
  1004. "@swc/helpers": "^0.5.0"
  1005. }
  1006. },
  1007. "node_modules/@ioredis/commands": {
  1008. "version": "1.4.0",
  1009. "license": "MIT"
  1010. },
  1011. "node_modules/@isaacs/cliui": {
  1012. "version": "8.0.2",
  1013. "license": "ISC",
  1014. "dependencies": {
  1015. "string-width": "^5.1.2",
  1016. "string-width-cjs": "npm:string-width@^4.2.0",
  1017. "strip-ansi": "^7.0.1",
  1018. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1019. "wrap-ansi": "^8.1.0",
  1020. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1021. },
  1022. "engines": {
  1023. "node": ">=12"
  1024. }
  1025. },
  1026. "node_modules/@isaacs/fs-minipass": {
  1027. "version": "4.0.1",
  1028. "license": "ISC",
  1029. "dependencies": {
  1030. "minipass": "^7.0.4"
  1031. },
  1032. "engines": {
  1033. "node": ">=18.0.0"
  1034. }
  1035. },
  1036. "node_modules/@jridgewell/gen-mapping": {
  1037. "version": "0.3.13",
  1038. "license": "MIT",
  1039. "dependencies": {
  1040. "@jridgewell/sourcemap-codec": "^1.5.0",
  1041. "@jridgewell/trace-mapping": "^0.3.24"
  1042. }
  1043. },
  1044. "node_modules/@jridgewell/remapping": {
  1045. "version": "2.3.5",
  1046. "license": "MIT",
  1047. "dependencies": {
  1048. "@jridgewell/gen-mapping": "^0.3.5",
  1049. "@jridgewell/trace-mapping": "^0.3.24"
  1050. }
  1051. },
  1052. "node_modules/@jridgewell/resolve-uri": {
  1053. "version": "3.1.2",
  1054. "license": "MIT",
  1055. "engines": {
  1056. "node": ">=6.0.0"
  1057. }
  1058. },
  1059. "node_modules/@jridgewell/source-map": {
  1060. "version": "0.3.11",
  1061. "license": "MIT",
  1062. "dependencies": {
  1063. "@jridgewell/gen-mapping": "^0.3.5",
  1064. "@jridgewell/trace-mapping": "^0.3.25"
  1065. }
  1066. },
  1067. "node_modules/@jridgewell/sourcemap-codec": {
  1068. "version": "1.5.5",
  1069. "license": "MIT"
  1070. },
  1071. "node_modules/@jridgewell/trace-mapping": {
  1072. "version": "0.3.31",
  1073. "license": "MIT",
  1074. "dependencies": {
  1075. "@jridgewell/resolve-uri": "^3.1.0",
  1076. "@jridgewell/sourcemap-codec": "^1.4.14"
  1077. }
  1078. },
  1079. "node_modules/@kwsites/file-exists": {
  1080. "version": "1.1.1",
  1081. "license": "MIT",
  1082. "dependencies": {
  1083. "debug": "^4.1.1"
  1084. }
  1085. },
  1086. "node_modules/@kwsites/promise-deferred": {
  1087. "version": "1.1.1",
  1088. "license": "MIT"
  1089. },
  1090. "node_modules/@mapbox/node-pre-gyp": {
  1091. "version": "2.0.0",
  1092. "license": "BSD-3-Clause",
  1093. "dependencies": {
  1094. "consola": "^3.2.3",
  1095. "detect-libc": "^2.0.0",
  1096. "https-proxy-agent": "^7.0.5",
  1097. "node-fetch": "^2.6.7",
  1098. "nopt": "^8.0.0",
  1099. "semver": "^7.5.3",
  1100. "tar": "^7.4.0"
  1101. },
  1102. "bin": {
  1103. "node-pre-gyp": "bin/node-pre-gyp"
  1104. },
  1105. "engines": {
  1106. "node": ">=18"
  1107. }
  1108. },
  1109. "node_modules/@napi-rs/wasm-runtime": {
  1110. "version": "1.0.7",
  1111. "license": "MIT",
  1112. "optional": true,
  1113. "dependencies": {
  1114. "@emnapi/core": "^1.5.0",
  1115. "@emnapi/runtime": "^1.5.0",
  1116. "@tybys/wasm-util": "^0.10.1"
  1117. }
  1118. },
  1119. "node_modules/@nodelib/fs.scandir": {
  1120. "version": "4.0.1",
  1121. "license": "MIT",
  1122. "dependencies": {
  1123. "@nodelib/fs.stat": "4.0.0",
  1124. "run-parallel": "^1.2.0"
  1125. },
  1126. "engines": {
  1127. "node": ">=18.18.0"
  1128. }
  1129. },
  1130. "node_modules/@nodelib/fs.stat": {
  1131. "version": "4.0.0",
  1132. "license": "MIT",
  1133. "engines": {
  1134. "node": ">=18.18.0"
  1135. }
  1136. },
  1137. "node_modules/@nodelib/fs.walk": {
  1138. "version": "3.0.1",
  1139. "license": "MIT",
  1140. "dependencies": {
  1141. "@nodelib/fs.scandir": "4.0.1",
  1142. "fastq": "^1.15.0"
  1143. },
  1144. "engines": {
  1145. "node": ">=18.18.0"
  1146. }
  1147. },
  1148. "node_modules/@nuxt/cli": {
  1149. "version": "3.29.3",
  1150. "license": "MIT",
  1151. "dependencies": {
  1152. "c12": "^3.3.0",
  1153. "citty": "^0.1.6",
  1154. "clipboardy": "^5.0.0",
  1155. "confbox": "^0.2.2",
  1156. "consola": "^3.4.2",
  1157. "defu": "^6.1.4",
  1158. "exsolve": "^1.0.7",
  1159. "fuse.js": "^7.1.0",
  1160. "get-port-please": "^3.2.0",
  1161. "giget": "^2.0.0",
  1162. "h3": "^1.15.4",
  1163. "jiti": "^2.6.1",
  1164. "listhen": "^1.9.0",
  1165. "nypm": "^0.6.2",
  1166. "ofetch": "^1.4.1",
  1167. "ohash": "^2.0.11",
  1168. "pathe": "^2.0.3",
  1169. "perfect-debounce": "^2.0.0",
  1170. "pkg-types": "^2.3.0",
  1171. "scule": "^1.3.0",
  1172. "semver": "^7.7.2",
  1173. "srvx": "^0.8.9",
  1174. "std-env": "^3.9.0",
  1175. "tinyexec": "^1.0.1",
  1176. "ufo": "^1.6.1",
  1177. "undici": "^7.16.0",
  1178. "youch": "^4.1.0-beta.11"
  1179. },
  1180. "bin": {
  1181. "nuxi": "bin/nuxi.mjs",
  1182. "nuxi-ng": "bin/nuxi.mjs",
  1183. "nuxt": "bin/nuxi.mjs",
  1184. "nuxt-cli": "bin/nuxi.mjs"
  1185. },
  1186. "engines": {
  1187. "node": "^16.10.0 || >=18.0.0"
  1188. }
  1189. },
  1190. "node_modules/@nuxt/cli/node_modules/clipboardy": {
  1191. "version": "5.0.0",
  1192. "license": "MIT",
  1193. "dependencies": {
  1194. "execa": "^9.6.0",
  1195. "is-wayland": "^0.1.0",
  1196. "is-wsl": "^3.1.0",
  1197. "is64bit": "^2.0.0"
  1198. },
  1199. "engines": {
  1200. "node": ">=20"
  1201. },
  1202. "funding": {
  1203. "url": "https://github.com/sponsors/sindresorhus"
  1204. }
  1205. },
  1206. "node_modules/@nuxt/cli/node_modules/execa": {
  1207. "version": "9.6.0",
  1208. "license": "MIT",
  1209. "dependencies": {
  1210. "@sindresorhus/merge-streams": "^4.0.0",
  1211. "cross-spawn": "^7.0.6",
  1212. "figures": "^6.1.0",
  1213. "get-stream": "^9.0.0",
  1214. "human-signals": "^8.0.1",
  1215. "is-plain-obj": "^4.1.0",
  1216. "is-stream": "^4.0.1",
  1217. "npm-run-path": "^6.0.0",
  1218. "pretty-ms": "^9.2.0",
  1219. "signal-exit": "^4.1.0",
  1220. "strip-final-newline": "^4.0.0",
  1221. "yoctocolors": "^2.1.1"
  1222. },
  1223. "engines": {
  1224. "node": "^18.19.0 || >=20.5.0"
  1225. },
  1226. "funding": {
  1227. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  1228. }
  1229. },
  1230. "node_modules/@nuxt/cli/node_modules/get-stream": {
  1231. "version": "9.0.1",
  1232. "license": "MIT",
  1233. "dependencies": {
  1234. "@sec-ant/readable-stream": "^0.4.1",
  1235. "is-stream": "^4.0.1"
  1236. },
  1237. "engines": {
  1238. "node": ">=18"
  1239. },
  1240. "funding": {
  1241. "url": "https://github.com/sponsors/sindresorhus"
  1242. }
  1243. },
  1244. "node_modules/@nuxt/cli/node_modules/human-signals": {
  1245. "version": "8.0.1",
  1246. "license": "Apache-2.0",
  1247. "engines": {
  1248. "node": ">=18.18.0"
  1249. }
  1250. },
  1251. "node_modules/@nuxt/cli/node_modules/is-stream": {
  1252. "version": "4.0.1",
  1253. "license": "MIT",
  1254. "engines": {
  1255. "node": ">=18"
  1256. },
  1257. "funding": {
  1258. "url": "https://github.com/sponsors/sindresorhus"
  1259. }
  1260. },
  1261. "node_modules/@nuxt/cli/node_modules/npm-run-path": {
  1262. "version": "6.0.0",
  1263. "license": "MIT",
  1264. "dependencies": {
  1265. "path-key": "^4.0.0",
  1266. "unicorn-magic": "^0.3.0"
  1267. },
  1268. "engines": {
  1269. "node": ">=18"
  1270. },
  1271. "funding": {
  1272. "url": "https://github.com/sponsors/sindresorhus"
  1273. }
  1274. },
  1275. "node_modules/@nuxt/cli/node_modules/path-key": {
  1276. "version": "4.0.0",
  1277. "license": "MIT",
  1278. "engines": {
  1279. "node": ">=12"
  1280. },
  1281. "funding": {
  1282. "url": "https://github.com/sponsors/sindresorhus"
  1283. }
  1284. },
  1285. "node_modules/@nuxt/cli/node_modules/strip-final-newline": {
  1286. "version": "4.0.0",
  1287. "license": "MIT",
  1288. "engines": {
  1289. "node": ">=18"
  1290. },
  1291. "funding": {
  1292. "url": "https://github.com/sponsors/sindresorhus"
  1293. }
  1294. },
  1295. "node_modules/@nuxt/cli/node_modules/unicorn-magic": {
  1296. "version": "0.3.0",
  1297. "license": "MIT",
  1298. "engines": {
  1299. "node": ">=18"
  1300. },
  1301. "funding": {
  1302. "url": "https://github.com/sponsors/sindresorhus"
  1303. }
  1304. },
  1305. "node_modules/@nuxt/devalue": {
  1306. "version": "2.0.2",
  1307. "license": "MIT"
  1308. },
  1309. "node_modules/@nuxt/devtools": {
  1310. "version": "2.7.0",
  1311. "license": "MIT",
  1312. "dependencies": {
  1313. "@nuxt/devtools-kit": "2.7.0",
  1314. "@nuxt/devtools-wizard": "2.7.0",
  1315. "@nuxt/kit": "^3.19.3",
  1316. "@vue/devtools-core": "^7.7.7",
  1317. "@vue/devtools-kit": "^7.7.7",
  1318. "birpc": "^2.6.1",
  1319. "consola": "^3.4.2",
  1320. "destr": "^2.0.5",
  1321. "error-stack-parser-es": "^1.0.5",
  1322. "execa": "^8.0.1",
  1323. "fast-npm-meta": "^0.4.7",
  1324. "get-port-please": "^3.2.0",
  1325. "hookable": "^5.5.3",
  1326. "image-meta": "^0.2.2",
  1327. "is-installed-globally": "^1.0.0",
  1328. "launch-editor": "^2.11.1",
  1329. "local-pkg": "^1.1.2",
  1330. "magicast": "^0.3.5",
  1331. "nypm": "^0.6.2",
  1332. "ohash": "^2.0.11",
  1333. "pathe": "^2.0.3",
  1334. "perfect-debounce": "^1.0.0",
  1335. "pkg-types": "^2.3.0",
  1336. "semver": "^7.7.3",
  1337. "simple-git": "^3.28.0",
  1338. "sirv": "^3.0.2",
  1339. "structured-clone-es": "^1.0.0",
  1340. "tinyglobby": "^0.2.15",
  1341. "vite-plugin-inspect": "^11.3.3",
  1342. "vite-plugin-vue-tracer": "^1.0.1",
  1343. "which": "^5.0.0",
  1344. "ws": "^8.18.3"
  1345. },
  1346. "bin": {
  1347. "devtools": "cli.mjs"
  1348. },
  1349. "peerDependencies": {
  1350. "vite": ">=6.0"
  1351. }
  1352. },
  1353. "node_modules/@nuxt/devtools-kit": {
  1354. "version": "2.7.0",
  1355. "license": "MIT",
  1356. "dependencies": {
  1357. "@nuxt/kit": "^3.19.3",
  1358. "execa": "^8.0.1"
  1359. },
  1360. "peerDependencies": {
  1361. "vite": ">=6.0"
  1362. }
  1363. },
  1364. "node_modules/@nuxt/devtools-wizard": {
  1365. "version": "2.7.0",
  1366. "license": "MIT",
  1367. "dependencies": {
  1368. "consola": "^3.4.2",
  1369. "diff": "^8.0.2",
  1370. "execa": "^8.0.1",
  1371. "magicast": "^0.3.5",
  1372. "pathe": "^2.0.3",
  1373. "pkg-types": "^2.3.0",
  1374. "prompts": "^2.4.2",
  1375. "semver": "^7.7.3"
  1376. },
  1377. "bin": {
  1378. "devtools-wizard": "cli.mjs"
  1379. }
  1380. },
  1381. "node_modules/@nuxt/devtools/node_modules/isexe": {
  1382. "version": "3.1.1",
  1383. "license": "ISC",
  1384. "engines": {
  1385. "node": ">=16"
  1386. }
  1387. },
  1388. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  1389. "version": "1.0.0",
  1390. "license": "MIT"
  1391. },
  1392. "node_modules/@nuxt/devtools/node_modules/which": {
  1393. "version": "5.0.0",
  1394. "license": "ISC",
  1395. "dependencies": {
  1396. "isexe": "^3.1.1"
  1397. },
  1398. "bin": {
  1399. "node-which": "bin/which.js"
  1400. },
  1401. "engines": {
  1402. "node": "^18.17.0 || >=20.5.0"
  1403. }
  1404. },
  1405. "node_modules/@nuxt/eslint": {
  1406. "version": "1.9.0",
  1407. "license": "MIT",
  1408. "dependencies": {
  1409. "@eslint/config-inspector": "^1.2.0",
  1410. "@nuxt/devtools-kit": "^2.6.2",
  1411. "@nuxt/eslint-config": "1.9.0",
  1412. "@nuxt/eslint-plugin": "1.9.0",
  1413. "@nuxt/kit": "^4.0.3",
  1414. "chokidar": "^4.0.3",
  1415. "eslint-flat-config-utils": "^2.1.1",
  1416. "eslint-typegen": "^2.3.0",
  1417. "find-up": "^7.0.0",
  1418. "get-port-please": "^3.2.0",
  1419. "mlly": "^1.7.4",
  1420. "pathe": "^2.0.3",
  1421. "unimport": "^5.2.0"
  1422. },
  1423. "peerDependencies": {
  1424. "eslint": "^9.0.0",
  1425. "eslint-webpack-plugin": "^4.1.0",
  1426. "vite-plugin-eslint2": "^5.0.0"
  1427. },
  1428. "peerDependenciesMeta": {
  1429. "eslint-webpack-plugin": {
  1430. "optional": true
  1431. },
  1432. "vite-plugin-eslint2": {
  1433. "optional": true
  1434. }
  1435. }
  1436. },
  1437. "node_modules/@nuxt/eslint-config": {
  1438. "version": "1.9.0",
  1439. "license": "MIT",
  1440. "dependencies": {
  1441. "@antfu/install-pkg": "^1.1.0",
  1442. "@clack/prompts": "^0.11.0",
  1443. "@eslint/js": "^9.33.0",
  1444. "@nuxt/eslint-plugin": "1.9.0",
  1445. "@stylistic/eslint-plugin": "^5.2.3",
  1446. "@typescript-eslint/eslint-plugin": "^8.39.1",
  1447. "@typescript-eslint/parser": "^8.39.1",
  1448. "eslint-config-flat-gitignore": "^2.1.0",
  1449. "eslint-flat-config-utils": "^2.1.1",
  1450. "eslint-merge-processors": "^2.0.0",
  1451. "eslint-plugin-import-lite": "^0.3.0",
  1452. "eslint-plugin-import-x": "^4.16.1",
  1453. "eslint-plugin-jsdoc": "^54.1.0",
  1454. "eslint-plugin-regexp": "^2.10.0",
  1455. "eslint-plugin-unicorn": "^60.0.0",
  1456. "eslint-plugin-vue": "^10.4.0",
  1457. "eslint-processor-vue-blocks": "^2.0.0",
  1458. "globals": "^16.3.0",
  1459. "local-pkg": "^1.1.1",
  1460. "pathe": "^2.0.3",
  1461. "vue-eslint-parser": "^10.2.0"
  1462. },
  1463. "peerDependencies": {
  1464. "eslint": "^9.0.0",
  1465. "eslint-plugin-format": "*"
  1466. },
  1467. "peerDependenciesMeta": {
  1468. "eslint-plugin-format": {
  1469. "optional": true
  1470. }
  1471. }
  1472. },
  1473. "node_modules/@nuxt/eslint-plugin": {
  1474. "version": "1.9.0",
  1475. "license": "MIT",
  1476. "dependencies": {
  1477. "@typescript-eslint/types": "^8.39.1",
  1478. "@typescript-eslint/utils": "^8.39.1"
  1479. },
  1480. "peerDependencies": {
  1481. "eslint": "^9.0.0"
  1482. }
  1483. },
  1484. "node_modules/@nuxt/eslint/node_modules/@nuxt/kit": {
  1485. "version": "4.2.0",
  1486. "license": "MIT",
  1487. "dependencies": {
  1488. "c12": "^3.3.1",
  1489. "consola": "^3.4.2",
  1490. "defu": "^6.1.4",
  1491. "destr": "^2.0.5",
  1492. "errx": "^0.1.0",
  1493. "exsolve": "^1.0.7",
  1494. "ignore": "^7.0.5",
  1495. "jiti": "^2.6.1",
  1496. "klona": "^2.0.6",
  1497. "mlly": "^1.8.0",
  1498. "ohash": "^2.0.11",
  1499. "pathe": "^2.0.3",
  1500. "pkg-types": "^2.3.0",
  1501. "rc9": "^2.1.2",
  1502. "scule": "^1.3.0",
  1503. "semver": "^7.7.3",
  1504. "tinyglobby": "^0.2.15",
  1505. "ufo": "^1.6.1",
  1506. "unctx": "^2.4.1",
  1507. "untyped": "^2.0.0"
  1508. },
  1509. "engines": {
  1510. "node": ">=18.12.0"
  1511. }
  1512. },
  1513. "node_modules/@nuxt/fonts": {
  1514. "version": "0.11.4",
  1515. "license": "MIT",
  1516. "dependencies": {
  1517. "@nuxt/devtools-kit": "^2.4.0",
  1518. "@nuxt/kit": "^3.17.3",
  1519. "consola": "^3.4.2",
  1520. "css-tree": "^3.1.0",
  1521. "defu": "^6.1.4",
  1522. "esbuild": "^0.25.4",
  1523. "fontaine": "^0.6.0",
  1524. "h3": "^1.15.3",
  1525. "jiti": "^2.4.2",
  1526. "magic-regexp": "^0.10.0",
  1527. "magic-string": "^0.30.17",
  1528. "node-fetch-native": "^1.6.6",
  1529. "ohash": "^2.0.11",
  1530. "pathe": "^2.0.3",
  1531. "sirv": "^3.0.1",
  1532. "tinyglobby": "^0.2.13",
  1533. "ufo": "^1.6.1",
  1534. "unifont": "^0.4.1",
  1535. "unplugin": "^2.3.3",
  1536. "unstorage": "^1.16.0"
  1537. }
  1538. },
  1539. "node_modules/@nuxt/icon": {
  1540. "version": "2.1.0",
  1541. "license": "MIT",
  1542. "dependencies": {
  1543. "@iconify/collections": "^1.0.608",
  1544. "@iconify/types": "^2.0.0",
  1545. "@iconify/utils": "^3.0.2",
  1546. "@iconify/vue": "^5.0.0",
  1547. "@nuxt/devtools-kit": "^2.6.5",
  1548. "@nuxt/kit": "^4.1.3",
  1549. "consola": "^3.4.2",
  1550. "local-pkg": "^1.1.2",
  1551. "mlly": "^1.8.0",
  1552. "ohash": "^2.0.11",
  1553. "pathe": "^2.0.3",
  1554. "picomatch": "^4.0.3",
  1555. "std-env": "^3.10.0",
  1556. "tinyglobby": "^0.2.15"
  1557. }
  1558. },
  1559. "node_modules/@nuxt/icon/node_modules/@nuxt/kit": {
  1560. "version": "4.2.0",
  1561. "license": "MIT",
  1562. "dependencies": {
  1563. "c12": "^3.3.1",
  1564. "consola": "^3.4.2",
  1565. "defu": "^6.1.4",
  1566. "destr": "^2.0.5",
  1567. "errx": "^0.1.0",
  1568. "exsolve": "^1.0.7",
  1569. "ignore": "^7.0.5",
  1570. "jiti": "^2.6.1",
  1571. "klona": "^2.0.6",
  1572. "mlly": "^1.8.0",
  1573. "ohash": "^2.0.11",
  1574. "pathe": "^2.0.3",
  1575. "pkg-types": "^2.3.0",
  1576. "rc9": "^2.1.2",
  1577. "scule": "^1.3.0",
  1578. "semver": "^7.7.3",
  1579. "tinyglobby": "^0.2.15",
  1580. "ufo": "^1.6.1",
  1581. "unctx": "^2.4.1",
  1582. "untyped": "^2.0.0"
  1583. },
  1584. "engines": {
  1585. "node": ">=18.12.0"
  1586. }
  1587. },
  1588. "node_modules/@nuxt/image": {
  1589. "version": "1.11.0",
  1590. "license": "MIT",
  1591. "dependencies": {
  1592. "@nuxt/kit": "^3.18.0",
  1593. "consola": "^3.4.2",
  1594. "defu": "^6.1.4",
  1595. "h3": "^1.15.3",
  1596. "image-meta": "^0.2.1",
  1597. "knitwork": "^1.2.0",
  1598. "ohash": "^2.0.11",
  1599. "pathe": "^2.0.3",
  1600. "std-env": "^3.9.0",
  1601. "ufo": "^1.6.1"
  1602. },
  1603. "engines": {
  1604. "node": ">=18.20.6"
  1605. },
  1606. "optionalDependencies": {
  1607. "ipx": "^2.1.1"
  1608. }
  1609. },
  1610. "node_modules/@nuxt/kit": {
  1611. "version": "3.19.3",
  1612. "license": "MIT",
  1613. "dependencies": {
  1614. "c12": "^3.3.0",
  1615. "consola": "^3.4.2",
  1616. "defu": "^6.1.4",
  1617. "destr": "^2.0.5",
  1618. "errx": "^0.1.0",
  1619. "exsolve": "^1.0.7",
  1620. "ignore": "^7.0.5",
  1621. "jiti": "^2.6.1",
  1622. "klona": "^2.0.6",
  1623. "knitwork": "^1.2.0",
  1624. "mlly": "^1.8.0",
  1625. "ohash": "^2.0.11",
  1626. "pathe": "^2.0.3",
  1627. "pkg-types": "^2.3.0",
  1628. "rc9": "^2.1.2",
  1629. "scule": "^1.3.0",
  1630. "semver": "^7.7.2",
  1631. "std-env": "^3.9.0",
  1632. "tinyglobby": "^0.2.15",
  1633. "ufo": "^1.6.1",
  1634. "unctx": "^2.4.1",
  1635. "unimport": "^5.4.1",
  1636. "untyped": "^2.0.0"
  1637. },
  1638. "engines": {
  1639. "node": ">=18.12.0"
  1640. }
  1641. },
  1642. "node_modules/@nuxt/nitro-server": {
  1643. "version": "4.2.0",
  1644. "license": "MIT",
  1645. "dependencies": {
  1646. "@nuxt/devalue": "^2.0.2",
  1647. "@nuxt/kit": "4.2.0",
  1648. "@unhead/vue": "^2.0.19",
  1649. "@vue/shared": "^3.5.22",
  1650. "consola": "^3.4.2",
  1651. "defu": "^6.1.4",
  1652. "destr": "^2.0.5",
  1653. "devalue": "^5.4.2",
  1654. "errx": "^0.1.0",
  1655. "escape-string-regexp": "^5.0.0",
  1656. "exsolve": "^1.0.7",
  1657. "h3": "^1.15.4",
  1658. "impound": "^1.0.0",
  1659. "klona": "^2.0.6",
  1660. "mocked-exports": "^0.1.1",
  1661. "nitropack": "^2.12.8",
  1662. "pathe": "^2.0.3",
  1663. "pkg-types": "^2.3.0",
  1664. "radix3": "^1.1.2",
  1665. "std-env": "^3.10.0",
  1666. "ufo": "^1.6.1",
  1667. "unctx": "^2.4.1",
  1668. "unstorage": "^1.17.1",
  1669. "vue": "^3.5.22",
  1670. "vue-bundle-renderer": "^2.2.0",
  1671. "vue-devtools-stub": "^0.1.0"
  1672. },
  1673. "engines": {
  1674. "node": "^20.19.0 || >=22.12.0"
  1675. },
  1676. "peerDependencies": {
  1677. "nuxt": "^4.2.0"
  1678. }
  1679. },
  1680. "node_modules/@nuxt/nitro-server/node_modules/@nuxt/kit": {
  1681. "version": "4.2.0",
  1682. "license": "MIT",
  1683. "dependencies": {
  1684. "c12": "^3.3.1",
  1685. "consola": "^3.4.2",
  1686. "defu": "^6.1.4",
  1687. "destr": "^2.0.5",
  1688. "errx": "^0.1.0",
  1689. "exsolve": "^1.0.7",
  1690. "ignore": "^7.0.5",
  1691. "jiti": "^2.6.1",
  1692. "klona": "^2.0.6",
  1693. "mlly": "^1.8.0",
  1694. "ohash": "^2.0.11",
  1695. "pathe": "^2.0.3",
  1696. "pkg-types": "^2.3.0",
  1697. "rc9": "^2.1.2",
  1698. "scule": "^1.3.0",
  1699. "semver": "^7.7.3",
  1700. "tinyglobby": "^0.2.15",
  1701. "ufo": "^1.6.1",
  1702. "unctx": "^2.4.1",
  1703. "untyped": "^2.0.0"
  1704. },
  1705. "engines": {
  1706. "node": ">=18.12.0"
  1707. }
  1708. },
  1709. "node_modules/@nuxt/nitro-server/node_modules/escape-string-regexp": {
  1710. "version": "5.0.0",
  1711. "license": "MIT",
  1712. "engines": {
  1713. "node": ">=12"
  1714. },
  1715. "funding": {
  1716. "url": "https://github.com/sponsors/sindresorhus"
  1717. }
  1718. },
  1719. "node_modules/@nuxt/schema": {
  1720. "version": "4.2.0",
  1721. "license": "MIT",
  1722. "dependencies": {
  1723. "@vue/shared": "^3.5.22",
  1724. "defu": "^6.1.4",
  1725. "pathe": "^2.0.3",
  1726. "pkg-types": "^2.3.0",
  1727. "std-env": "^3.10.0"
  1728. },
  1729. "engines": {
  1730. "node": "^14.18.0 || >=16.10.0"
  1731. }
  1732. },
  1733. "node_modules/@nuxt/telemetry": {
  1734. "version": "2.6.6",
  1735. "license": "MIT",
  1736. "dependencies": {
  1737. "@nuxt/kit": "^3.15.4",
  1738. "citty": "^0.1.6",
  1739. "consola": "^3.4.2",
  1740. "destr": "^2.0.3",
  1741. "dotenv": "^16.4.7",
  1742. "git-url-parse": "^16.0.1",
  1743. "is-docker": "^3.0.0",
  1744. "ofetch": "^1.4.1",
  1745. "package-manager-detector": "^1.1.0",
  1746. "pathe": "^2.0.3",
  1747. "rc9": "^2.1.2",
  1748. "std-env": "^3.8.1"
  1749. },
  1750. "bin": {
  1751. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1752. },
  1753. "engines": {
  1754. "node": ">=18.12.0"
  1755. }
  1756. },
  1757. "node_modules/@nuxt/telemetry/node_modules/dotenv": {
  1758. "version": "16.6.1",
  1759. "license": "BSD-2-Clause",
  1760. "engines": {
  1761. "node": ">=12"
  1762. },
  1763. "funding": {
  1764. "url": "https://dotenvx.com"
  1765. }
  1766. },
  1767. "node_modules/@nuxt/ui": {
  1768. "version": "4.1.0",
  1769. "license": "MIT",
  1770. "dependencies": {
  1771. "@ai-sdk/vue": "^2.0.76",
  1772. "@iconify/vue": "^5.0.0",
  1773. "@internationalized/date": "^3.10.0",
  1774. "@internationalized/number": "^3.6.5",
  1775. "@nuxt/fonts": "^0.11.4",
  1776. "@nuxt/icon": "^2.0.0",
  1777. "@nuxt/kit": "^4.1.2",
  1778. "@nuxt/schema": "^4.1.2",
  1779. "@nuxtjs/color-mode": "^3.5.2",
  1780. "@standard-schema/spec": "^1.0.0",
  1781. "@tailwindcss/postcss": "^4.1.16",
  1782. "@tailwindcss/vite": "^4.1.16",
  1783. "@tanstack/vue-table": "^8.21.3",
  1784. "@tanstack/vue-virtual": "^3.13.12",
  1785. "@unhead/vue": "^2.0.19",
  1786. "@vueuse/core": "^13.9.0",
  1787. "@vueuse/integrations": "^13.9.0",
  1788. "colortranslator": "^5.0.0",
  1789. "consola": "^3.4.2",
  1790. "defu": "^6.1.4",
  1791. "embla-carousel-auto-height": "^8.6.0",
  1792. "embla-carousel-auto-scroll": "^8.6.0",
  1793. "embla-carousel-autoplay": "^8.6.0",
  1794. "embla-carousel-class-names": "^8.6.0",
  1795. "embla-carousel-fade": "^8.6.0",
  1796. "embla-carousel-vue": "^8.6.0",
  1797. "embla-carousel-wheel-gestures": "^8.1.0",
  1798. "fuse.js": "^7.1.0",
  1799. "hookable": "^5.5.3",
  1800. "knitwork": "^1.2.0",
  1801. "magic-string": "^0.30.19",
  1802. "mlly": "^1.8.0",
  1803. "motion-v": "^1.7.3",
  1804. "ohash": "^2.0.11",
  1805. "pathe": "^2.0.3",
  1806. "reka-ui": "2.6.0",
  1807. "scule": "^1.3.0",
  1808. "tailwind-merge": "^3.3.1",
  1809. "tailwind-variants": "^3.1.1",
  1810. "tailwindcss": "^4.1.16",
  1811. "tinyglobby": "^0.2.15",
  1812. "unplugin": "^2.3.10",
  1813. "unplugin-auto-import": "^20.2.0",
  1814. "unplugin-vue-components": "^30.0.0",
  1815. "vaul-vue": "0.4.1",
  1816. "vue-component-type-helpers": "^3.1.1"
  1817. },
  1818. "bin": {
  1819. "nuxt-ui": "cli/index.mjs"
  1820. },
  1821. "peerDependencies": {
  1822. "@inertiajs/vue3": "^2.0.7",
  1823. "joi": "^18.0.0",
  1824. "superstruct": "^2.0.0",
  1825. "typescript": "^5.6.3",
  1826. "valibot": "^1.0.0",
  1827. "vue-router": "^4.5.0",
  1828. "yup": "^1.7.0",
  1829. "zod": "^3.24.0 || ^4.0.0"
  1830. },
  1831. "peerDependenciesMeta": {
  1832. "@inertiajs/vue3": {
  1833. "optional": true
  1834. },
  1835. "joi": {
  1836. "optional": true
  1837. },
  1838. "superstruct": {
  1839. "optional": true
  1840. },
  1841. "valibot": {
  1842. "optional": true
  1843. },
  1844. "vue-router": {
  1845. "optional": true
  1846. },
  1847. "yup": {
  1848. "optional": true
  1849. },
  1850. "zod": {
  1851. "optional": true
  1852. }
  1853. }
  1854. },
  1855. "node_modules/@nuxt/ui/node_modules/@nuxt/kit": {
  1856. "version": "4.2.0",
  1857. "license": "MIT",
  1858. "dependencies": {
  1859. "c12": "^3.3.1",
  1860. "consola": "^3.4.2",
  1861. "defu": "^6.1.4",
  1862. "destr": "^2.0.5",
  1863. "errx": "^0.1.0",
  1864. "exsolve": "^1.0.7",
  1865. "ignore": "^7.0.5",
  1866. "jiti": "^2.6.1",
  1867. "klona": "^2.0.6",
  1868. "mlly": "^1.8.0",
  1869. "ohash": "^2.0.11",
  1870. "pathe": "^2.0.3",
  1871. "pkg-types": "^2.3.0",
  1872. "rc9": "^2.1.2",
  1873. "scule": "^1.3.0",
  1874. "semver": "^7.7.3",
  1875. "tinyglobby": "^0.2.15",
  1876. "ufo": "^1.6.1",
  1877. "unctx": "^2.4.1",
  1878. "untyped": "^2.0.0"
  1879. },
  1880. "engines": {
  1881. "node": ">=18.12.0"
  1882. }
  1883. },
  1884. "node_modules/@nuxt/ui/node_modules/unplugin-auto-import": {
  1885. "version": "20.2.0",
  1886. "license": "MIT",
  1887. "dependencies": {
  1888. "local-pkg": "^1.1.2",
  1889. "magic-string": "^0.30.19",
  1890. "picomatch": "^4.0.3",
  1891. "unimport": "^5.4.0",
  1892. "unplugin": "^2.3.10",
  1893. "unplugin-utils": "^0.3.0"
  1894. },
  1895. "engines": {
  1896. "node": ">=14"
  1897. },
  1898. "funding": {
  1899. "url": "https://github.com/sponsors/antfu"
  1900. },
  1901. "peerDependencies": {
  1902. "@nuxt/kit": "^4.0.0",
  1903. "@vueuse/core": "*"
  1904. },
  1905. "peerDependenciesMeta": {
  1906. "@nuxt/kit": {
  1907. "optional": true
  1908. },
  1909. "@vueuse/core": {
  1910. "optional": true
  1911. }
  1912. }
  1913. },
  1914. "node_modules/@nuxt/ui/node_modules/unplugin-utils": {
  1915. "version": "0.3.1",
  1916. "license": "MIT",
  1917. "dependencies": {
  1918. "pathe": "^2.0.3",
  1919. "picomatch": "^4.0.3"
  1920. },
  1921. "engines": {
  1922. "node": ">=20.19.0"
  1923. },
  1924. "funding": {
  1925. "url": "https://github.com/sponsors/sxzz"
  1926. }
  1927. },
  1928. "node_modules/@nuxt/vite-builder": {
  1929. "version": "4.2.0",
  1930. "license": "MIT",
  1931. "dependencies": {
  1932. "@nuxt/kit": "4.2.0",
  1933. "@rollup/plugin-replace": "^6.0.2",
  1934. "@vitejs/plugin-vue": "^6.0.1",
  1935. "@vitejs/plugin-vue-jsx": "^5.1.1",
  1936. "autoprefixer": "^10.4.21",
  1937. "consola": "^3.4.2",
  1938. "cssnano": "^7.1.1",
  1939. "defu": "^6.1.4",
  1940. "esbuild": "^0.25.11",
  1941. "escape-string-regexp": "^5.0.0",
  1942. "exsolve": "^1.0.7",
  1943. "get-port-please": "^3.2.0",
  1944. "h3": "^1.15.4",
  1945. "jiti": "^2.6.1",
  1946. "knitwork": "^1.2.0",
  1947. "magic-string": "^0.30.21",
  1948. "mlly": "^1.8.0",
  1949. "mocked-exports": "^0.1.1",
  1950. "pathe": "^2.0.3",
  1951. "pkg-types": "^2.3.0",
  1952. "postcss": "^8.5.6",
  1953. "rollup-plugin-visualizer": "^6.0.5",
  1954. "seroval": "^1.3.2",
  1955. "std-env": "^3.10.0",
  1956. "ufo": "^1.6.1",
  1957. "unenv": "^2.0.0-rc.22",
  1958. "vite": "^7.1.12",
  1959. "vite-node": "^3.2.4",
  1960. "vite-plugin-checker": "^0.11.0",
  1961. "vue-bundle-renderer": "^2.2.0"
  1962. },
  1963. "engines": {
  1964. "node": "^20.19.0 || >=22.12.0"
  1965. },
  1966. "peerDependencies": {
  1967. "nuxt": "4.2.0",
  1968. "rolldown": "^1.0.0-beta.38",
  1969. "vue": "^3.3.4"
  1970. },
  1971. "peerDependenciesMeta": {
  1972. "rolldown": {
  1973. "optional": true
  1974. }
  1975. }
  1976. },
  1977. "node_modules/@nuxt/vite-builder/node_modules/@nuxt/kit": {
  1978. "version": "4.2.0",
  1979. "license": "MIT",
  1980. "dependencies": {
  1981. "c12": "^3.3.1",
  1982. "consola": "^3.4.2",
  1983. "defu": "^6.1.4",
  1984. "destr": "^2.0.5",
  1985. "errx": "^0.1.0",
  1986. "exsolve": "^1.0.7",
  1987. "ignore": "^7.0.5",
  1988. "jiti": "^2.6.1",
  1989. "klona": "^2.0.6",
  1990. "mlly": "^1.8.0",
  1991. "ohash": "^2.0.11",
  1992. "pathe": "^2.0.3",
  1993. "pkg-types": "^2.3.0",
  1994. "rc9": "^2.1.2",
  1995. "scule": "^1.3.0",
  1996. "semver": "^7.7.3",
  1997. "tinyglobby": "^0.2.15",
  1998. "ufo": "^1.6.1",
  1999. "unctx": "^2.4.1",
  2000. "untyped": "^2.0.0"
  2001. },
  2002. "engines": {
  2003. "node": ">=18.12.0"
  2004. }
  2005. },
  2006. "node_modules/@nuxt/vite-builder/node_modules/escape-string-regexp": {
  2007. "version": "5.0.0",
  2008. "license": "MIT",
  2009. "engines": {
  2010. "node": ">=12"
  2011. },
  2012. "funding": {
  2013. "url": "https://github.com/sponsors/sindresorhus"
  2014. }
  2015. },
  2016. "node_modules/@nuxtjs/color-mode": {
  2017. "version": "3.5.2",
  2018. "license": "MIT",
  2019. "dependencies": {
  2020. "@nuxt/kit": "^3.13.2",
  2021. "pathe": "^1.1.2",
  2022. "pkg-types": "^1.2.1",
  2023. "semver": "^7.6.3"
  2024. }
  2025. },
  2026. "node_modules/@nuxtjs/color-mode/node_modules/confbox": {
  2027. "version": "0.1.8",
  2028. "license": "MIT"
  2029. },
  2030. "node_modules/@nuxtjs/color-mode/node_modules/pathe": {
  2031. "version": "1.1.2",
  2032. "license": "MIT"
  2033. },
  2034. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types": {
  2035. "version": "1.3.1",
  2036. "license": "MIT",
  2037. "dependencies": {
  2038. "confbox": "^0.1.8",
  2039. "mlly": "^1.7.4",
  2040. "pathe": "^2.0.1"
  2041. }
  2042. },
  2043. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/pathe": {
  2044. "version": "2.0.3",
  2045. "license": "MIT"
  2046. },
  2047. "node_modules/@opentelemetry/api": {
  2048. "version": "1.9.0",
  2049. "license": "Apache-2.0",
  2050. "engines": {
  2051. "node": ">=8.0.0"
  2052. }
  2053. },
  2054. "node_modules/@oxc-minify/binding-darwin-arm64": {
  2055. "version": "0.95.0",
  2056. "cpu": [
  2057. "arm64"
  2058. ],
  2059. "license": "MIT",
  2060. "optional": true,
  2061. "os": [
  2062. "darwin"
  2063. ],
  2064. "engines": {
  2065. "node": "^20.19.0 || >=22.12.0"
  2066. }
  2067. },
  2068. "node_modules/@oxc-parser/binding-darwin-arm64": {
  2069. "version": "0.95.0",
  2070. "cpu": [
  2071. "arm64"
  2072. ],
  2073. "license": "MIT",
  2074. "optional": true,
  2075. "os": [
  2076. "darwin"
  2077. ],
  2078. "engines": {
  2079. "node": "^20.19.0 || >=22.12.0"
  2080. }
  2081. },
  2082. "node_modules/@oxc-project/types": {
  2083. "version": "0.95.0",
  2084. "license": "MIT",
  2085. "funding": {
  2086. "url": "https://github.com/sponsors/Boshen"
  2087. }
  2088. },
  2089. "node_modules/@oxc-transform/binding-darwin-arm64": {
  2090. "version": "0.95.0",
  2091. "cpu": [
  2092. "arm64"
  2093. ],
  2094. "license": "MIT",
  2095. "optional": true,
  2096. "os": [
  2097. "darwin"
  2098. ],
  2099. "engines": {
  2100. "node": "^20.19.0 || >=22.12.0"
  2101. }
  2102. },
  2103. "node_modules/@parcel/watcher": {
  2104. "version": "2.5.1",
  2105. "hasInstallScript": true,
  2106. "license": "MIT",
  2107. "dependencies": {
  2108. "detect-libc": "^1.0.3",
  2109. "is-glob": "^4.0.3",
  2110. "micromatch": "^4.0.5",
  2111. "node-addon-api": "^7.0.0"
  2112. },
  2113. "engines": {
  2114. "node": ">= 10.0.0"
  2115. },
  2116. "funding": {
  2117. "type": "opencollective",
  2118. "url": "https://opencollective.com/parcel"
  2119. },
  2120. "optionalDependencies": {
  2121. "@parcel/watcher-android-arm64": "2.5.1",
  2122. "@parcel/watcher-darwin-arm64": "2.5.1",
  2123. "@parcel/watcher-darwin-x64": "2.5.1",
  2124. "@parcel/watcher-freebsd-x64": "2.5.1",
  2125. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  2126. "@parcel/watcher-linux-arm-musl": "2.5.1",
  2127. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  2128. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  2129. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  2130. "@parcel/watcher-linux-x64-musl": "2.5.1",
  2131. "@parcel/watcher-win32-arm64": "2.5.1",
  2132. "@parcel/watcher-win32-ia32": "2.5.1",
  2133. "@parcel/watcher-win32-x64": "2.5.1"
  2134. }
  2135. },
  2136. "node_modules/@parcel/watcher-darwin-arm64": {
  2137. "version": "2.5.1",
  2138. "cpu": [
  2139. "arm64"
  2140. ],
  2141. "license": "MIT",
  2142. "optional": true,
  2143. "os": [
  2144. "darwin"
  2145. ],
  2146. "engines": {
  2147. "node": ">= 10.0.0"
  2148. },
  2149. "funding": {
  2150. "type": "opencollective",
  2151. "url": "https://opencollective.com/parcel"
  2152. }
  2153. },
  2154. "node_modules/@parcel/watcher-wasm": {
  2155. "version": "2.5.1",
  2156. "bundleDependencies": [
  2157. "napi-wasm"
  2158. ],
  2159. "license": "MIT",
  2160. "dependencies": {
  2161. "is-glob": "^4.0.3",
  2162. "micromatch": "^4.0.5",
  2163. "napi-wasm": "^1.1.0"
  2164. },
  2165. "engines": {
  2166. "node": ">= 10.0.0"
  2167. },
  2168. "funding": {
  2169. "type": "opencollective",
  2170. "url": "https://opencollective.com/parcel"
  2171. }
  2172. },
  2173. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  2174. "version": "1.1.0",
  2175. "inBundle": true,
  2176. "license": "MIT"
  2177. },
  2178. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-android-arm64": {
  2179. "version": "2.5.1",
  2180. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  2181. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  2182. "cpu": [
  2183. "arm64"
  2184. ],
  2185. "license": "MIT",
  2186. "optional": true,
  2187. "os": [
  2188. "android"
  2189. ],
  2190. "engines": {
  2191. "node": ">= 10.0.0"
  2192. },
  2193. "funding": {
  2194. "type": "opencollective",
  2195. "url": "https://opencollective.com/parcel"
  2196. }
  2197. },
  2198. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-darwin-x64": {
  2199. "version": "2.5.1",
  2200. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  2201. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  2202. "cpu": [
  2203. "x64"
  2204. ],
  2205. "license": "MIT",
  2206. "optional": true,
  2207. "os": [
  2208. "darwin"
  2209. ],
  2210. "engines": {
  2211. "node": ">= 10.0.0"
  2212. },
  2213. "funding": {
  2214. "type": "opencollective",
  2215. "url": "https://opencollective.com/parcel"
  2216. }
  2217. },
  2218. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-freebsd-x64": {
  2219. "version": "2.5.1",
  2220. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  2221. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  2222. "cpu": [
  2223. "x64"
  2224. ],
  2225. "license": "MIT",
  2226. "optional": true,
  2227. "os": [
  2228. "freebsd"
  2229. ],
  2230. "engines": {
  2231. "node": ">= 10.0.0"
  2232. },
  2233. "funding": {
  2234. "type": "opencollective",
  2235. "url": "https://opencollective.com/parcel"
  2236. }
  2237. },
  2238. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-arm-glibc": {
  2239. "version": "2.5.1",
  2240. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  2241. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  2242. "cpu": [
  2243. "arm"
  2244. ],
  2245. "license": "MIT",
  2246. "optional": true,
  2247. "os": [
  2248. "linux"
  2249. ],
  2250. "engines": {
  2251. "node": ">= 10.0.0"
  2252. },
  2253. "funding": {
  2254. "type": "opencollective",
  2255. "url": "https://opencollective.com/parcel"
  2256. }
  2257. },
  2258. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-arm-musl": {
  2259. "version": "2.5.1",
  2260. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  2261. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  2262. "cpu": [
  2263. "arm"
  2264. ],
  2265. "license": "MIT",
  2266. "optional": true,
  2267. "os": [
  2268. "linux"
  2269. ],
  2270. "engines": {
  2271. "node": ">= 10.0.0"
  2272. },
  2273. "funding": {
  2274. "type": "opencollective",
  2275. "url": "https://opencollective.com/parcel"
  2276. }
  2277. },
  2278. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-arm64-glibc": {
  2279. "version": "2.5.1",
  2280. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  2281. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  2282. "cpu": [
  2283. "arm64"
  2284. ],
  2285. "license": "MIT",
  2286. "optional": true,
  2287. "os": [
  2288. "linux"
  2289. ],
  2290. "engines": {
  2291. "node": ">= 10.0.0"
  2292. },
  2293. "funding": {
  2294. "type": "opencollective",
  2295. "url": "https://opencollective.com/parcel"
  2296. }
  2297. },
  2298. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-arm64-musl": {
  2299. "version": "2.5.1",
  2300. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  2301. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  2302. "cpu": [
  2303. "arm64"
  2304. ],
  2305. "license": "MIT",
  2306. "optional": true,
  2307. "os": [
  2308. "linux"
  2309. ],
  2310. "engines": {
  2311. "node": ">= 10.0.0"
  2312. },
  2313. "funding": {
  2314. "type": "opencollective",
  2315. "url": "https://opencollective.com/parcel"
  2316. }
  2317. },
  2318. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-x64-glibc": {
  2319. "version": "2.5.1",
  2320. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  2321. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  2322. "cpu": [
  2323. "x64"
  2324. ],
  2325. "license": "MIT",
  2326. "optional": true,
  2327. "os": [
  2328. "linux"
  2329. ],
  2330. "engines": {
  2331. "node": ">= 10.0.0"
  2332. },
  2333. "funding": {
  2334. "type": "opencollective",
  2335. "url": "https://opencollective.com/parcel"
  2336. }
  2337. },
  2338. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-x64-musl": {
  2339. "version": "2.5.1",
  2340. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2341. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2342. "cpu": [
  2343. "x64"
  2344. ],
  2345. "license": "MIT",
  2346. "optional": true,
  2347. "os": [
  2348. "linux"
  2349. ],
  2350. "engines": {
  2351. "node": ">= 10.0.0"
  2352. },
  2353. "funding": {
  2354. "type": "opencollective",
  2355. "url": "https://opencollective.com/parcel"
  2356. }
  2357. },
  2358. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-win32-arm64": {
  2359. "version": "2.5.1",
  2360. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2361. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2362. "cpu": [
  2363. "arm64"
  2364. ],
  2365. "license": "MIT",
  2366. "optional": true,
  2367. "os": [
  2368. "win32"
  2369. ],
  2370. "engines": {
  2371. "node": ">= 10.0.0"
  2372. },
  2373. "funding": {
  2374. "type": "opencollective",
  2375. "url": "https://opencollective.com/parcel"
  2376. }
  2377. },
  2378. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-win32-ia32": {
  2379. "version": "2.5.1",
  2380. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2381. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2382. "cpu": [
  2383. "ia32"
  2384. ],
  2385. "license": "MIT",
  2386. "optional": true,
  2387. "os": [
  2388. "win32"
  2389. ],
  2390. "engines": {
  2391. "node": ">= 10.0.0"
  2392. },
  2393. "funding": {
  2394. "type": "opencollective",
  2395. "url": "https://opencollective.com/parcel"
  2396. }
  2397. },
  2398. "node_modules/@parcel/watcher/node_modules/@parcel/watcher-win32-x64": {
  2399. "version": "2.5.1",
  2400. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2401. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2402. "cpu": [
  2403. "x64"
  2404. ],
  2405. "license": "MIT",
  2406. "optional": true,
  2407. "os": [
  2408. "win32"
  2409. ],
  2410. "engines": {
  2411. "node": ">= 10.0.0"
  2412. },
  2413. "funding": {
  2414. "type": "opencollective",
  2415. "url": "https://opencollective.com/parcel"
  2416. }
  2417. },
  2418. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  2419. "version": "1.0.3",
  2420. "license": "Apache-2.0",
  2421. "bin": {
  2422. "detect-libc": "bin/detect-libc.js"
  2423. },
  2424. "engines": {
  2425. "node": ">=0.10"
  2426. }
  2427. },
  2428. "node_modules/@pkgjs/parseargs": {
  2429. "version": "0.11.0",
  2430. "license": "MIT",
  2431. "optional": true,
  2432. "engines": {
  2433. "node": ">=14"
  2434. }
  2435. },
  2436. "node_modules/@polka/url": {
  2437. "version": "1.0.0-next.29",
  2438. "license": "MIT"
  2439. },
  2440. "node_modules/@poppinss/colors": {
  2441. "version": "4.1.5",
  2442. "license": "MIT",
  2443. "dependencies": {
  2444. "kleur": "^4.1.5"
  2445. }
  2446. },
  2447. "node_modules/@poppinss/colors/node_modules/kleur": {
  2448. "version": "4.1.5",
  2449. "license": "MIT",
  2450. "engines": {
  2451. "node": ">=6"
  2452. }
  2453. },
  2454. "node_modules/@poppinss/dumper": {
  2455. "version": "0.6.4",
  2456. "license": "MIT",
  2457. "dependencies": {
  2458. "@poppinss/colors": "^4.1.5",
  2459. "@sindresorhus/is": "^7.0.2",
  2460. "supports-color": "^10.0.0"
  2461. }
  2462. },
  2463. "node_modules/@poppinss/dumper/node_modules/supports-color": {
  2464. "version": "10.2.2",
  2465. "license": "MIT",
  2466. "engines": {
  2467. "node": ">=18"
  2468. },
  2469. "funding": {
  2470. "url": "https://github.com/chalk/supports-color?sponsor=1"
  2471. }
  2472. },
  2473. "node_modules/@poppinss/exception": {
  2474. "version": "1.2.2",
  2475. "license": "MIT"
  2476. },
  2477. "node_modules/@rolldown/pluginutils": {
  2478. "version": "1.0.0-beta.29",
  2479. "license": "MIT"
  2480. },
  2481. "node_modules/@rollup/plugin-alias": {
  2482. "version": "5.1.1",
  2483. "license": "MIT",
  2484. "engines": {
  2485. "node": ">=14.0.0"
  2486. },
  2487. "peerDependencies": {
  2488. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2489. },
  2490. "peerDependenciesMeta": {
  2491. "rollup": {
  2492. "optional": true
  2493. }
  2494. }
  2495. },
  2496. "node_modules/@rollup/plugin-commonjs": {
  2497. "version": "28.0.9",
  2498. "license": "MIT",
  2499. "dependencies": {
  2500. "@rollup/pluginutils": "^5.0.1",
  2501. "commondir": "^1.0.1",
  2502. "estree-walker": "^2.0.2",
  2503. "fdir": "^6.2.0",
  2504. "is-reference": "1.2.1",
  2505. "magic-string": "^0.30.3",
  2506. "picomatch": "^4.0.2"
  2507. },
  2508. "engines": {
  2509. "node": ">=16.0.0 || 14 >= 14.17"
  2510. },
  2511. "peerDependencies": {
  2512. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  2513. },
  2514. "peerDependenciesMeta": {
  2515. "rollup": {
  2516. "optional": true
  2517. }
  2518. }
  2519. },
  2520. "node_modules/@rollup/plugin-inject": {
  2521. "version": "5.0.5",
  2522. "license": "MIT",
  2523. "dependencies": {
  2524. "@rollup/pluginutils": "^5.0.1",
  2525. "estree-walker": "^2.0.2",
  2526. "magic-string": "^0.30.3"
  2527. },
  2528. "engines": {
  2529. "node": ">=14.0.0"
  2530. },
  2531. "peerDependencies": {
  2532. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2533. },
  2534. "peerDependenciesMeta": {
  2535. "rollup": {
  2536. "optional": true
  2537. }
  2538. }
  2539. },
  2540. "node_modules/@rollup/plugin-json": {
  2541. "version": "6.1.0",
  2542. "license": "MIT",
  2543. "dependencies": {
  2544. "@rollup/pluginutils": "^5.1.0"
  2545. },
  2546. "engines": {
  2547. "node": ">=14.0.0"
  2548. },
  2549. "peerDependencies": {
  2550. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2551. },
  2552. "peerDependenciesMeta": {
  2553. "rollup": {
  2554. "optional": true
  2555. }
  2556. }
  2557. },
  2558. "node_modules/@rollup/plugin-node-resolve": {
  2559. "version": "16.0.3",
  2560. "license": "MIT",
  2561. "dependencies": {
  2562. "@rollup/pluginutils": "^5.0.1",
  2563. "@types/resolve": "1.20.2",
  2564. "deepmerge": "^4.2.2",
  2565. "is-module": "^1.0.0",
  2566. "resolve": "^1.22.1"
  2567. },
  2568. "engines": {
  2569. "node": ">=14.0.0"
  2570. },
  2571. "peerDependencies": {
  2572. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  2573. },
  2574. "peerDependenciesMeta": {
  2575. "rollup": {
  2576. "optional": true
  2577. }
  2578. }
  2579. },
  2580. "node_modules/@rollup/plugin-replace": {
  2581. "version": "6.0.2",
  2582. "license": "MIT",
  2583. "dependencies": {
  2584. "@rollup/pluginutils": "^5.0.1",
  2585. "magic-string": "^0.30.3"
  2586. },
  2587. "engines": {
  2588. "node": ">=14.0.0"
  2589. },
  2590. "peerDependencies": {
  2591. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2592. },
  2593. "peerDependenciesMeta": {
  2594. "rollup": {
  2595. "optional": true
  2596. }
  2597. }
  2598. },
  2599. "node_modules/@rollup/plugin-terser": {
  2600. "version": "0.4.4",
  2601. "license": "MIT",
  2602. "dependencies": {
  2603. "serialize-javascript": "^6.0.1",
  2604. "smob": "^1.0.0",
  2605. "terser": "^5.17.4"
  2606. },
  2607. "engines": {
  2608. "node": ">=14.0.0"
  2609. },
  2610. "peerDependencies": {
  2611. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  2612. },
  2613. "peerDependenciesMeta": {
  2614. "rollup": {
  2615. "optional": true
  2616. }
  2617. }
  2618. },
  2619. "node_modules/@rollup/pluginutils": {
  2620. "version": "5.3.0",
  2621. "license": "MIT",
  2622. "dependencies": {
  2623. "@types/estree": "^1.0.0",
  2624. "estree-walker": "^2.0.2",
  2625. "picomatch": "^4.0.2"
  2626. },
  2627. "engines": {
  2628. "node": ">=14.0.0"
  2629. },
  2630. "peerDependencies": {
  2631. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2632. },
  2633. "peerDependenciesMeta": {
  2634. "rollup": {
  2635. "optional": true
  2636. }
  2637. }
  2638. },
  2639. "node_modules/@rollup/rollup-darwin-arm64": {
  2640. "version": "4.52.5",
  2641. "cpu": [
  2642. "arm64"
  2643. ],
  2644. "license": "MIT",
  2645. "optional": true,
  2646. "os": [
  2647. "darwin"
  2648. ]
  2649. },
  2650. "node_modules/@sec-ant/readable-stream": {
  2651. "version": "0.4.1",
  2652. "license": "MIT"
  2653. },
  2654. "node_modules/@sindresorhus/is": {
  2655. "version": "7.1.0",
  2656. "license": "MIT",
  2657. "engines": {
  2658. "node": ">=18"
  2659. },
  2660. "funding": {
  2661. "url": "https://github.com/sindresorhus/is?sponsor=1"
  2662. }
  2663. },
  2664. "node_modules/@sindresorhus/merge-streams": {
  2665. "version": "4.0.0",
  2666. "license": "MIT",
  2667. "engines": {
  2668. "node": ">=18"
  2669. },
  2670. "funding": {
  2671. "url": "https://github.com/sponsors/sindresorhus"
  2672. }
  2673. },
  2674. "node_modules/@speed-highlight/core": {
  2675. "version": "1.2.8",
  2676. "license": "CC0-1.0"
  2677. },
  2678. "node_modules/@standard-schema/spec": {
  2679. "version": "1.0.0",
  2680. "license": "MIT"
  2681. },
  2682. "node_modules/@stylistic/eslint-plugin": {
  2683. "version": "5.5.0",
  2684. "license": "MIT",
  2685. "dependencies": {
  2686. "@eslint-community/eslint-utils": "^4.9.0",
  2687. "@typescript-eslint/types": "^8.46.1",
  2688. "eslint-visitor-keys": "^4.2.1",
  2689. "espree": "^10.4.0",
  2690. "estraverse": "^5.3.0",
  2691. "picomatch": "^4.0.3"
  2692. },
  2693. "engines": {
  2694. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2695. },
  2696. "peerDependencies": {
  2697. "eslint": ">=9.0.0"
  2698. }
  2699. },
  2700. "node_modules/@swc/helpers": {
  2701. "version": "0.5.17",
  2702. "license": "Apache-2.0",
  2703. "dependencies": {
  2704. "tslib": "^2.8.0"
  2705. }
  2706. },
  2707. "node_modules/@tailwindcss/node": {
  2708. "version": "4.1.16",
  2709. "license": "MIT",
  2710. "dependencies": {
  2711. "@jridgewell/remapping": "^2.3.4",
  2712. "enhanced-resolve": "^5.18.3",
  2713. "jiti": "^2.6.1",
  2714. "lightningcss": "1.30.2",
  2715. "magic-string": "^0.30.19",
  2716. "source-map-js": "^1.2.1",
  2717. "tailwindcss": "4.1.16"
  2718. }
  2719. },
  2720. "node_modules/@tailwindcss/oxide": {
  2721. "version": "4.1.16",
  2722. "license": "MIT",
  2723. "engines": {
  2724. "node": ">= 10"
  2725. },
  2726. "optionalDependencies": {
  2727. "@tailwindcss/oxide-android-arm64": "4.1.16",
  2728. "@tailwindcss/oxide-darwin-arm64": "4.1.16",
  2729. "@tailwindcss/oxide-darwin-x64": "4.1.16",
  2730. "@tailwindcss/oxide-freebsd-x64": "4.1.16",
  2731. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.16",
  2732. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.16",
  2733. "@tailwindcss/oxide-linux-arm64-musl": "4.1.16",
  2734. "@tailwindcss/oxide-linux-x64-gnu": "4.1.16",
  2735. "@tailwindcss/oxide-linux-x64-musl": "4.1.16",
  2736. "@tailwindcss/oxide-wasm32-wasi": "4.1.16",
  2737. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.16",
  2738. "@tailwindcss/oxide-win32-x64-msvc": "4.1.16"
  2739. }
  2740. },
  2741. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  2742. "version": "4.1.16",
  2743. "cpu": [
  2744. "arm64"
  2745. ],
  2746. "license": "MIT",
  2747. "optional": true,
  2748. "os": [
  2749. "darwin"
  2750. ],
  2751. "engines": {
  2752. "node": ">= 10"
  2753. }
  2754. },
  2755. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-android-arm64": {
  2756. "version": "4.1.16",
  2757. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz",
  2758. "integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==",
  2759. "cpu": [
  2760. "arm64"
  2761. ],
  2762. "license": "MIT",
  2763. "optional": true,
  2764. "os": [
  2765. "android"
  2766. ],
  2767. "engines": {
  2768. "node": ">= 10"
  2769. }
  2770. },
  2771. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-darwin-x64": {
  2772. "version": "4.1.16",
  2773. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz",
  2774. "integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==",
  2775. "cpu": [
  2776. "x64"
  2777. ],
  2778. "license": "MIT",
  2779. "optional": true,
  2780. "os": [
  2781. "darwin"
  2782. ],
  2783. "engines": {
  2784. "node": ">= 10"
  2785. }
  2786. },
  2787. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-freebsd-x64": {
  2788. "version": "4.1.16",
  2789. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz",
  2790. "integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==",
  2791. "cpu": [
  2792. "x64"
  2793. ],
  2794. "license": "MIT",
  2795. "optional": true,
  2796. "os": [
  2797. "freebsd"
  2798. ],
  2799. "engines": {
  2800. "node": ">= 10"
  2801. }
  2802. },
  2803. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  2804. "version": "4.1.16",
  2805. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz",
  2806. "integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==",
  2807. "cpu": [
  2808. "arm"
  2809. ],
  2810. "license": "MIT",
  2811. "optional": true,
  2812. "os": [
  2813. "linux"
  2814. ],
  2815. "engines": {
  2816. "node": ">= 10"
  2817. }
  2818. },
  2819. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  2820. "version": "4.1.16",
  2821. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz",
  2822. "integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==",
  2823. "cpu": [
  2824. "arm64"
  2825. ],
  2826. "license": "MIT",
  2827. "optional": true,
  2828. "os": [
  2829. "linux"
  2830. ],
  2831. "engines": {
  2832. "node": ">= 10"
  2833. }
  2834. },
  2835. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  2836. "version": "4.1.16",
  2837. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz",
  2838. "integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==",
  2839. "cpu": [
  2840. "arm64"
  2841. ],
  2842. "license": "MIT",
  2843. "optional": true,
  2844. "os": [
  2845. "linux"
  2846. ],
  2847. "engines": {
  2848. "node": ">= 10"
  2849. }
  2850. },
  2851. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  2852. "version": "4.1.16",
  2853. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.16.tgz",
  2854. "integrity": "sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==",
  2855. "cpu": [
  2856. "x64"
  2857. ],
  2858. "license": "MIT",
  2859. "optional": true,
  2860. "os": [
  2861. "linux"
  2862. ],
  2863. "engines": {
  2864. "node": ">= 10"
  2865. }
  2866. },
  2867. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-linux-x64-musl": {
  2868. "version": "4.1.16",
  2869. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.16.tgz",
  2870. "integrity": "sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==",
  2871. "cpu": [
  2872. "x64"
  2873. ],
  2874. "license": "MIT",
  2875. "optional": true,
  2876. "os": [
  2877. "linux"
  2878. ],
  2879. "engines": {
  2880. "node": ">= 10"
  2881. }
  2882. },
  2883. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-wasm32-wasi": {
  2884. "version": "4.1.16",
  2885. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz",
  2886. "integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==",
  2887. "bundleDependencies": [
  2888. "@napi-rs/wasm-runtime",
  2889. "@emnapi/core",
  2890. "@emnapi/runtime",
  2891. "@tybys/wasm-util",
  2892. "@emnapi/wasi-threads",
  2893. "tslib"
  2894. ],
  2895. "cpu": [
  2896. "wasm32"
  2897. ],
  2898. "license": "MIT",
  2899. "optional": true,
  2900. "dependencies": {
  2901. "@emnapi/core": "^1.5.0",
  2902. "@emnapi/runtime": "^1.5.0",
  2903. "@emnapi/wasi-threads": "^1.1.0",
  2904. "@napi-rs/wasm-runtime": "^1.0.7",
  2905. "@tybys/wasm-util": "^0.10.1",
  2906. "tslib": "^2.4.0"
  2907. },
  2908. "engines": {
  2909. "node": ">=14.0.0"
  2910. }
  2911. },
  2912. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  2913. "version": "4.1.16",
  2914. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz",
  2915. "integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==",
  2916. "cpu": [
  2917. "arm64"
  2918. ],
  2919. "license": "MIT",
  2920. "optional": true,
  2921. "os": [
  2922. "win32"
  2923. ],
  2924. "engines": {
  2925. "node": ">= 10"
  2926. }
  2927. },
  2928. "node_modules/@tailwindcss/oxide/node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  2929. "version": "4.1.16",
  2930. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz",
  2931. "integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==",
  2932. "cpu": [
  2933. "x64"
  2934. ],
  2935. "license": "MIT",
  2936. "optional": true,
  2937. "os": [
  2938. "win32"
  2939. ],
  2940. "engines": {
  2941. "node": ">= 10"
  2942. }
  2943. },
  2944. "node_modules/@tailwindcss/postcss": {
  2945. "version": "4.1.16",
  2946. "license": "MIT",
  2947. "dependencies": {
  2948. "@alloc/quick-lru": "^5.2.0",
  2949. "@tailwindcss/node": "4.1.16",
  2950. "@tailwindcss/oxide": "4.1.16",
  2951. "postcss": "^8.4.41",
  2952. "tailwindcss": "4.1.16"
  2953. }
  2954. },
  2955. "node_modules/@tailwindcss/vite": {
  2956. "version": "4.1.16",
  2957. "license": "MIT",
  2958. "dependencies": {
  2959. "@tailwindcss/node": "4.1.16",
  2960. "@tailwindcss/oxide": "4.1.16",
  2961. "tailwindcss": "4.1.16"
  2962. },
  2963. "peerDependencies": {
  2964. "vite": "^5.2.0 || ^6 || ^7"
  2965. }
  2966. },
  2967. "node_modules/@tanstack/table-core": {
  2968. "version": "8.21.3",
  2969. "license": "MIT",
  2970. "engines": {
  2971. "node": ">=12"
  2972. },
  2973. "funding": {
  2974. "type": "github",
  2975. "url": "https://github.com/sponsors/tannerlinsley"
  2976. }
  2977. },
  2978. "node_modules/@tanstack/virtual-core": {
  2979. "version": "3.13.12",
  2980. "license": "MIT",
  2981. "funding": {
  2982. "type": "github",
  2983. "url": "https://github.com/sponsors/tannerlinsley"
  2984. }
  2985. },
  2986. "node_modules/@tanstack/vue-table": {
  2987. "version": "8.21.3",
  2988. "license": "MIT",
  2989. "dependencies": {
  2990. "@tanstack/table-core": "8.21.3"
  2991. },
  2992. "engines": {
  2993. "node": ">=12"
  2994. },
  2995. "funding": {
  2996. "type": "github",
  2997. "url": "https://github.com/sponsors/tannerlinsley"
  2998. },
  2999. "peerDependencies": {
  3000. "vue": ">=3.2"
  3001. }
  3002. },
  3003. "node_modules/@tanstack/vue-virtual": {
  3004. "version": "3.13.12",
  3005. "license": "MIT",
  3006. "dependencies": {
  3007. "@tanstack/virtual-core": "3.13.12"
  3008. },
  3009. "funding": {
  3010. "type": "github",
  3011. "url": "https://github.com/sponsors/tannerlinsley"
  3012. },
  3013. "peerDependencies": {
  3014. "vue": "^2.7.0 || ^3.0.0"
  3015. }
  3016. },
  3017. "node_modules/@trysound/sax": {
  3018. "version": "0.2.0",
  3019. "license": "ISC",
  3020. "optional": true,
  3021. "engines": {
  3022. "node": ">=10.13.0"
  3023. }
  3024. },
  3025. "node_modules/@tybys/wasm-util": {
  3026. "version": "0.10.1",
  3027. "license": "MIT",
  3028. "optional": true,
  3029. "dependencies": {
  3030. "tslib": "^2.4.0"
  3031. }
  3032. },
  3033. "node_modules/@types/estree": {
  3034. "version": "1.0.8",
  3035. "license": "MIT"
  3036. },
  3037. "node_modules/@types/geojson": {
  3038. "version": "7946.0.16",
  3039. "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",
  3040. "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
  3041. "dev": true,
  3042. "license": "MIT"
  3043. },
  3044. "node_modules/@types/json-schema": {
  3045. "version": "7.0.15",
  3046. "license": "MIT"
  3047. },
  3048. "node_modules/@types/leaflet": {
  3049. "version": "1.9.21",
  3050. "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.21.tgz",
  3051. "integrity": "sha512-TbAd9DaPGSnzp6QvtYngntMZgcRk+igFELwR2N99XZn7RXUdKgsXMR+28bUO0rPsWp8MIu/f47luLIQuSLYv/w==",
  3052. "dev": true,
  3053. "license": "MIT",
  3054. "dependencies": {
  3055. "@types/geojson": "*"
  3056. }
  3057. },
  3058. "node_modules/@types/parse-path": {
  3059. "version": "7.0.3",
  3060. "license": "MIT"
  3061. },
  3062. "node_modules/@types/resolve": {
  3063. "version": "1.20.2",
  3064. "license": "MIT"
  3065. },
  3066. "node_modules/@types/web-bluetooth": {
  3067. "version": "0.0.21",
  3068. "license": "MIT"
  3069. },
  3070. "node_modules/@typescript-eslint/eslint-plugin": {
  3071. "version": "8.46.2",
  3072. "license": "MIT",
  3073. "dependencies": {
  3074. "@eslint-community/regexpp": "^4.10.0",
  3075. "@typescript-eslint/scope-manager": "8.46.2",
  3076. "@typescript-eslint/type-utils": "8.46.2",
  3077. "@typescript-eslint/utils": "8.46.2",
  3078. "@typescript-eslint/visitor-keys": "8.46.2",
  3079. "graphemer": "^1.4.0",
  3080. "ignore": "^7.0.0",
  3081. "natural-compare": "^1.4.0",
  3082. "ts-api-utils": "^2.1.0"
  3083. },
  3084. "engines": {
  3085. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3086. },
  3087. "funding": {
  3088. "type": "opencollective",
  3089. "url": "https://opencollective.com/typescript-eslint"
  3090. },
  3091. "peerDependencies": {
  3092. "@typescript-eslint/parser": "^8.46.2",
  3093. "eslint": "^8.57.0 || ^9.0.0",
  3094. "typescript": ">=4.8.4 <6.0.0"
  3095. }
  3096. },
  3097. "node_modules/@typescript-eslint/parser": {
  3098. "version": "8.46.2",
  3099. "license": "MIT",
  3100. "dependencies": {
  3101. "@typescript-eslint/scope-manager": "8.46.2",
  3102. "@typescript-eslint/types": "8.46.2",
  3103. "@typescript-eslint/typescript-estree": "8.46.2",
  3104. "@typescript-eslint/visitor-keys": "8.46.2",
  3105. "debug": "^4.3.4"
  3106. },
  3107. "engines": {
  3108. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3109. },
  3110. "funding": {
  3111. "type": "opencollective",
  3112. "url": "https://opencollective.com/typescript-eslint"
  3113. },
  3114. "peerDependencies": {
  3115. "eslint": "^8.57.0 || ^9.0.0",
  3116. "typescript": ">=4.8.4 <6.0.0"
  3117. }
  3118. },
  3119. "node_modules/@typescript-eslint/project-service": {
  3120. "version": "8.46.2",
  3121. "license": "MIT",
  3122. "dependencies": {
  3123. "@typescript-eslint/tsconfig-utils": "^8.46.2",
  3124. "@typescript-eslint/types": "^8.46.2",
  3125. "debug": "^4.3.4"
  3126. },
  3127. "engines": {
  3128. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3129. },
  3130. "funding": {
  3131. "type": "opencollective",
  3132. "url": "https://opencollective.com/typescript-eslint"
  3133. },
  3134. "peerDependencies": {
  3135. "typescript": ">=4.8.4 <6.0.0"
  3136. }
  3137. },
  3138. "node_modules/@typescript-eslint/scope-manager": {
  3139. "version": "8.46.2",
  3140. "license": "MIT",
  3141. "dependencies": {
  3142. "@typescript-eslint/types": "8.46.2",
  3143. "@typescript-eslint/visitor-keys": "8.46.2"
  3144. },
  3145. "engines": {
  3146. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3147. },
  3148. "funding": {
  3149. "type": "opencollective",
  3150. "url": "https://opencollective.com/typescript-eslint"
  3151. }
  3152. },
  3153. "node_modules/@typescript-eslint/tsconfig-utils": {
  3154. "version": "8.46.2",
  3155. "license": "MIT",
  3156. "engines": {
  3157. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3158. },
  3159. "funding": {
  3160. "type": "opencollective",
  3161. "url": "https://opencollective.com/typescript-eslint"
  3162. },
  3163. "peerDependencies": {
  3164. "typescript": ">=4.8.4 <6.0.0"
  3165. }
  3166. },
  3167. "node_modules/@typescript-eslint/type-utils": {
  3168. "version": "8.46.2",
  3169. "license": "MIT",
  3170. "dependencies": {
  3171. "@typescript-eslint/types": "8.46.2",
  3172. "@typescript-eslint/typescript-estree": "8.46.2",
  3173. "@typescript-eslint/utils": "8.46.2",
  3174. "debug": "^4.3.4",
  3175. "ts-api-utils": "^2.1.0"
  3176. },
  3177. "engines": {
  3178. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3179. },
  3180. "funding": {
  3181. "type": "opencollective",
  3182. "url": "https://opencollective.com/typescript-eslint"
  3183. },
  3184. "peerDependencies": {
  3185. "eslint": "^8.57.0 || ^9.0.0",
  3186. "typescript": ">=4.8.4 <6.0.0"
  3187. }
  3188. },
  3189. "node_modules/@typescript-eslint/types": {
  3190. "version": "8.46.2",
  3191. "license": "MIT",
  3192. "engines": {
  3193. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3194. },
  3195. "funding": {
  3196. "type": "opencollective",
  3197. "url": "https://opencollective.com/typescript-eslint"
  3198. }
  3199. },
  3200. "node_modules/@typescript-eslint/typescript-estree": {
  3201. "version": "8.46.2",
  3202. "license": "MIT",
  3203. "dependencies": {
  3204. "@typescript-eslint/project-service": "8.46.2",
  3205. "@typescript-eslint/tsconfig-utils": "8.46.2",
  3206. "@typescript-eslint/types": "8.46.2",
  3207. "@typescript-eslint/visitor-keys": "8.46.2",
  3208. "debug": "^4.3.4",
  3209. "fast-glob": "^3.3.2",
  3210. "is-glob": "^4.0.3",
  3211. "minimatch": "^9.0.4",
  3212. "semver": "^7.6.0",
  3213. "ts-api-utils": "^2.1.0"
  3214. },
  3215. "engines": {
  3216. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3217. },
  3218. "funding": {
  3219. "type": "opencollective",
  3220. "url": "https://opencollective.com/typescript-eslint"
  3221. },
  3222. "peerDependencies": {
  3223. "typescript": ">=4.8.4 <6.0.0"
  3224. }
  3225. },
  3226. "node_modules/@typescript-eslint/utils": {
  3227. "version": "8.46.2",
  3228. "license": "MIT",
  3229. "dependencies": {
  3230. "@eslint-community/eslint-utils": "^4.7.0",
  3231. "@typescript-eslint/scope-manager": "8.46.2",
  3232. "@typescript-eslint/types": "8.46.2",
  3233. "@typescript-eslint/typescript-estree": "8.46.2"
  3234. },
  3235. "engines": {
  3236. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3237. },
  3238. "funding": {
  3239. "type": "opencollective",
  3240. "url": "https://opencollective.com/typescript-eslint"
  3241. },
  3242. "peerDependencies": {
  3243. "eslint": "^8.57.0 || ^9.0.0",
  3244. "typescript": ">=4.8.4 <6.0.0"
  3245. }
  3246. },
  3247. "node_modules/@typescript-eslint/visitor-keys": {
  3248. "version": "8.46.2",
  3249. "license": "MIT",
  3250. "dependencies": {
  3251. "@typescript-eslint/types": "8.46.2",
  3252. "eslint-visitor-keys": "^4.2.1"
  3253. },
  3254. "engines": {
  3255. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3256. },
  3257. "funding": {
  3258. "type": "opencollective",
  3259. "url": "https://opencollective.com/typescript-eslint"
  3260. }
  3261. },
  3262. "node_modules/@unhead/vue": {
  3263. "version": "2.0.19",
  3264. "license": "MIT",
  3265. "dependencies": {
  3266. "hookable": "^5.5.3",
  3267. "unhead": "2.0.19"
  3268. },
  3269. "funding": {
  3270. "url": "https://github.com/sponsors/harlan-zw"
  3271. },
  3272. "peerDependencies": {
  3273. "vue": ">=3.5.18"
  3274. }
  3275. },
  3276. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  3277. "version": "1.11.1",
  3278. "cpu": [
  3279. "arm64"
  3280. ],
  3281. "license": "MIT",
  3282. "optional": true,
  3283. "os": [
  3284. "darwin"
  3285. ]
  3286. },
  3287. "node_modules/@vercel/nft": {
  3288. "version": "0.30.3",
  3289. "license": "MIT",
  3290. "dependencies": {
  3291. "@mapbox/node-pre-gyp": "^2.0.0",
  3292. "@rollup/pluginutils": "^5.1.3",
  3293. "acorn": "^8.6.0",
  3294. "acorn-import-attributes": "^1.9.5",
  3295. "async-sema": "^3.1.1",
  3296. "bindings": "^1.4.0",
  3297. "estree-walker": "2.0.2",
  3298. "glob": "^10.4.5",
  3299. "graceful-fs": "^4.2.9",
  3300. "node-gyp-build": "^4.2.2",
  3301. "picomatch": "^4.0.2",
  3302. "resolve-from": "^5.0.0"
  3303. },
  3304. "bin": {
  3305. "nft": "out/cli.js"
  3306. },
  3307. "engines": {
  3308. "node": ">=18"
  3309. }
  3310. },
  3311. "node_modules/@vercel/nft/node_modules/resolve-from": {
  3312. "version": "5.0.0",
  3313. "license": "MIT",
  3314. "engines": {
  3315. "node": ">=8"
  3316. }
  3317. },
  3318. "node_modules/@vercel/oidc": {
  3319. "version": "3.0.3",
  3320. "license": "Apache-2.0",
  3321. "engines": {
  3322. "node": ">= 20"
  3323. }
  3324. },
  3325. "node_modules/@vitejs/plugin-vue": {
  3326. "version": "6.0.1",
  3327. "license": "MIT",
  3328. "dependencies": {
  3329. "@rolldown/pluginutils": "1.0.0-beta.29"
  3330. },
  3331. "engines": {
  3332. "node": "^20.19.0 || >=22.12.0"
  3333. },
  3334. "peerDependencies": {
  3335. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  3336. "vue": "^3.2.25"
  3337. }
  3338. },
  3339. "node_modules/@vitejs/plugin-vue-jsx": {
  3340. "version": "5.1.1",
  3341. "license": "MIT",
  3342. "dependencies": {
  3343. "@babel/core": "^7.28.3",
  3344. "@babel/plugin-syntax-typescript": "^7.27.1",
  3345. "@babel/plugin-transform-typescript": "^7.28.0",
  3346. "@rolldown/pluginutils": "^1.0.0-beta.34",
  3347. "@vue/babel-plugin-jsx": "^1.5.0"
  3348. },
  3349. "engines": {
  3350. "node": "^20.19.0 || >=22.12.0"
  3351. },
  3352. "peerDependencies": {
  3353. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  3354. "vue": "^3.0.0"
  3355. }
  3356. },
  3357. "node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  3358. "version": "1.0.0-beta.45",
  3359. "license": "MIT"
  3360. },
  3361. "node_modules/@volar/language-core": {
  3362. "version": "2.4.23",
  3363. "license": "MIT",
  3364. "dependencies": {
  3365. "@volar/source-map": "2.4.23"
  3366. }
  3367. },
  3368. "node_modules/@volar/source-map": {
  3369. "version": "2.4.23",
  3370. "license": "MIT"
  3371. },
  3372. "node_modules/@vue-macros/common": {
  3373. "version": "3.1.1",
  3374. "license": "MIT",
  3375. "dependencies": {
  3376. "@vue/compiler-sfc": "^3.5.22",
  3377. "ast-kit": "^2.1.2",
  3378. "local-pkg": "^1.1.2",
  3379. "magic-string-ast": "^1.0.2",
  3380. "unplugin-utils": "^0.3.0"
  3381. },
  3382. "engines": {
  3383. "node": ">=20.19.0"
  3384. },
  3385. "funding": {
  3386. "url": "https://github.com/sponsors/vue-macros"
  3387. },
  3388. "peerDependencies": {
  3389. "vue": "^2.7.0 || ^3.2.25"
  3390. },
  3391. "peerDependenciesMeta": {
  3392. "vue": {
  3393. "optional": true
  3394. }
  3395. }
  3396. },
  3397. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  3398. "version": "0.3.1",
  3399. "license": "MIT",
  3400. "dependencies": {
  3401. "pathe": "^2.0.3",
  3402. "picomatch": "^4.0.3"
  3403. },
  3404. "engines": {
  3405. "node": ">=20.19.0"
  3406. },
  3407. "funding": {
  3408. "url": "https://github.com/sponsors/sxzz"
  3409. }
  3410. },
  3411. "node_modules/@vue/babel-helper-vue-transform-on": {
  3412. "version": "1.5.0",
  3413. "license": "MIT"
  3414. },
  3415. "node_modules/@vue/babel-plugin-jsx": {
  3416. "version": "1.5.0",
  3417. "license": "MIT",
  3418. "dependencies": {
  3419. "@babel/helper-module-imports": "^7.27.1",
  3420. "@babel/helper-plugin-utils": "^7.27.1",
  3421. "@babel/plugin-syntax-jsx": "^7.27.1",
  3422. "@babel/template": "^7.27.2",
  3423. "@babel/traverse": "^7.28.0",
  3424. "@babel/types": "^7.28.2",
  3425. "@vue/babel-helper-vue-transform-on": "1.5.0",
  3426. "@vue/babel-plugin-resolve-type": "1.5.0",
  3427. "@vue/shared": "^3.5.18"
  3428. },
  3429. "peerDependencies": {
  3430. "@babel/core": "^7.0.0-0"
  3431. },
  3432. "peerDependenciesMeta": {
  3433. "@babel/core": {
  3434. "optional": true
  3435. }
  3436. }
  3437. },
  3438. "node_modules/@vue/babel-plugin-resolve-type": {
  3439. "version": "1.5.0",
  3440. "license": "MIT",
  3441. "dependencies": {
  3442. "@babel/code-frame": "^7.27.1",
  3443. "@babel/helper-module-imports": "^7.27.1",
  3444. "@babel/helper-plugin-utils": "^7.27.1",
  3445. "@babel/parser": "^7.28.0",
  3446. "@vue/compiler-sfc": "^3.5.18"
  3447. },
  3448. "funding": {
  3449. "url": "https://github.com/sponsors/sxzz"
  3450. },
  3451. "peerDependencies": {
  3452. "@babel/core": "^7.0.0-0"
  3453. }
  3454. },
  3455. "node_modules/@vue/compiler-core": {
  3456. "version": "3.5.22",
  3457. "license": "MIT",
  3458. "dependencies": {
  3459. "@babel/parser": "^7.28.4",
  3460. "@vue/shared": "3.5.22",
  3461. "entities": "^4.5.0",
  3462. "estree-walker": "^2.0.2",
  3463. "source-map-js": "^1.2.1"
  3464. }
  3465. },
  3466. "node_modules/@vue/compiler-dom": {
  3467. "version": "3.5.22",
  3468. "license": "MIT",
  3469. "dependencies": {
  3470. "@vue/compiler-core": "3.5.22",
  3471. "@vue/shared": "3.5.22"
  3472. }
  3473. },
  3474. "node_modules/@vue/compiler-sfc": {
  3475. "version": "3.5.22",
  3476. "license": "MIT",
  3477. "dependencies": {
  3478. "@babel/parser": "^7.28.4",
  3479. "@vue/compiler-core": "3.5.22",
  3480. "@vue/compiler-dom": "3.5.22",
  3481. "@vue/compiler-ssr": "3.5.22",
  3482. "@vue/shared": "3.5.22",
  3483. "estree-walker": "^2.0.2",
  3484. "magic-string": "^0.30.19",
  3485. "postcss": "^8.5.6",
  3486. "source-map-js": "^1.2.1"
  3487. }
  3488. },
  3489. "node_modules/@vue/compiler-ssr": {
  3490. "version": "3.5.22",
  3491. "license": "MIT",
  3492. "dependencies": {
  3493. "@vue/compiler-dom": "3.5.22",
  3494. "@vue/shared": "3.5.22"
  3495. }
  3496. },
  3497. "node_modules/@vue/devtools-api": {
  3498. "version": "6.6.4",
  3499. "license": "MIT"
  3500. },
  3501. "node_modules/@vue/devtools-core": {
  3502. "version": "7.7.7",
  3503. "license": "MIT",
  3504. "dependencies": {
  3505. "@vue/devtools-kit": "^7.7.7",
  3506. "@vue/devtools-shared": "^7.7.7",
  3507. "mitt": "^3.0.1",
  3508. "nanoid": "^5.1.0",
  3509. "pathe": "^2.0.3",
  3510. "vite-hot-client": "^2.0.4"
  3511. },
  3512. "peerDependencies": {
  3513. "vue": "^3.0.0"
  3514. }
  3515. },
  3516. "node_modules/@vue/devtools-kit": {
  3517. "version": "7.7.7",
  3518. "license": "MIT",
  3519. "dependencies": {
  3520. "@vue/devtools-shared": "^7.7.7",
  3521. "birpc": "^2.3.0",
  3522. "hookable": "^5.5.3",
  3523. "mitt": "^3.0.1",
  3524. "perfect-debounce": "^1.0.0",
  3525. "speakingurl": "^14.0.1",
  3526. "superjson": "^2.2.2"
  3527. }
  3528. },
  3529. "node_modules/@vue/devtools-kit/node_modules/perfect-debounce": {
  3530. "version": "1.0.0",
  3531. "license": "MIT"
  3532. },
  3533. "node_modules/@vue/devtools-shared": {
  3534. "version": "7.7.7",
  3535. "license": "MIT",
  3536. "dependencies": {
  3537. "rfdc": "^1.4.1"
  3538. }
  3539. },
  3540. "node_modules/@vue/language-core": {
  3541. "version": "3.1.2",
  3542. "license": "MIT",
  3543. "dependencies": {
  3544. "@volar/language-core": "2.4.23",
  3545. "@vue/compiler-dom": "^3.5.0",
  3546. "@vue/shared": "^3.5.0",
  3547. "alien-signals": "^3.0.0",
  3548. "muggle-string": "^0.4.1",
  3549. "path-browserify": "^1.0.1",
  3550. "picomatch": "^4.0.2"
  3551. },
  3552. "peerDependencies": {
  3553. "typescript": "*"
  3554. },
  3555. "peerDependenciesMeta": {
  3556. "typescript": {
  3557. "optional": true
  3558. }
  3559. }
  3560. },
  3561. "node_modules/@vue/reactivity": {
  3562. "version": "3.5.22",
  3563. "license": "MIT",
  3564. "dependencies": {
  3565. "@vue/shared": "3.5.22"
  3566. }
  3567. },
  3568. "node_modules/@vue/runtime-core": {
  3569. "version": "3.5.22",
  3570. "license": "MIT",
  3571. "dependencies": {
  3572. "@vue/reactivity": "3.5.22",
  3573. "@vue/shared": "3.5.22"
  3574. }
  3575. },
  3576. "node_modules/@vue/runtime-dom": {
  3577. "version": "3.5.22",
  3578. "license": "MIT",
  3579. "dependencies": {
  3580. "@vue/reactivity": "3.5.22",
  3581. "@vue/runtime-core": "3.5.22",
  3582. "@vue/shared": "3.5.22",
  3583. "csstype": "^3.1.3"
  3584. }
  3585. },
  3586. "node_modules/@vue/server-renderer": {
  3587. "version": "3.5.22",
  3588. "license": "MIT",
  3589. "dependencies": {
  3590. "@vue/compiler-ssr": "3.5.22",
  3591. "@vue/shared": "3.5.22"
  3592. },
  3593. "peerDependencies": {
  3594. "vue": "3.5.22"
  3595. }
  3596. },
  3597. "node_modules/@vue/shared": {
  3598. "version": "3.5.22",
  3599. "license": "MIT"
  3600. },
  3601. "node_modules/@vueuse/core": {
  3602. "version": "13.9.0",
  3603. "license": "MIT",
  3604. "dependencies": {
  3605. "@types/web-bluetooth": "^0.0.21",
  3606. "@vueuse/metadata": "13.9.0",
  3607. "@vueuse/shared": "13.9.0"
  3608. },
  3609. "funding": {
  3610. "url": "https://github.com/sponsors/antfu"
  3611. },
  3612. "peerDependencies": {
  3613. "vue": "^3.5.0"
  3614. }
  3615. },
  3616. "node_modules/@vueuse/integrations": {
  3617. "version": "13.9.0",
  3618. "license": "MIT",
  3619. "dependencies": {
  3620. "@vueuse/core": "13.9.0",
  3621. "@vueuse/shared": "13.9.0"
  3622. },
  3623. "funding": {
  3624. "url": "https://github.com/sponsors/antfu"
  3625. },
  3626. "peerDependencies": {
  3627. "async-validator": "^4",
  3628. "axios": "^1",
  3629. "change-case": "^5",
  3630. "drauu": "^0.4",
  3631. "focus-trap": "^7",
  3632. "fuse.js": "^7",
  3633. "idb-keyval": "^6",
  3634. "jwt-decode": "^4",
  3635. "nprogress": "^0.2",
  3636. "qrcode": "^1.5",
  3637. "sortablejs": "^1",
  3638. "universal-cookie": "^7 || ^8",
  3639. "vue": "^3.5.0"
  3640. },
  3641. "peerDependenciesMeta": {
  3642. "async-validator": {
  3643. "optional": true
  3644. },
  3645. "axios": {
  3646. "optional": true
  3647. },
  3648. "change-case": {
  3649. "optional": true
  3650. },
  3651. "drauu": {
  3652. "optional": true
  3653. },
  3654. "focus-trap": {
  3655. "optional": true
  3656. },
  3657. "fuse.js": {
  3658. "optional": true
  3659. },
  3660. "idb-keyval": {
  3661. "optional": true
  3662. },
  3663. "jwt-decode": {
  3664. "optional": true
  3665. },
  3666. "nprogress": {
  3667. "optional": true
  3668. },
  3669. "qrcode": {
  3670. "optional": true
  3671. },
  3672. "sortablejs": {
  3673. "optional": true
  3674. },
  3675. "universal-cookie": {
  3676. "optional": true
  3677. }
  3678. }
  3679. },
  3680. "node_modules/@vueuse/metadata": {
  3681. "version": "13.9.0",
  3682. "license": "MIT",
  3683. "funding": {
  3684. "url": "https://github.com/sponsors/antfu"
  3685. }
  3686. },
  3687. "node_modules/@vueuse/shared": {
  3688. "version": "13.9.0",
  3689. "license": "MIT",
  3690. "funding": {
  3691. "url": "https://github.com/sponsors/antfu"
  3692. },
  3693. "peerDependencies": {
  3694. "vue": "^3.5.0"
  3695. }
  3696. },
  3697. "node_modules/abbrev": {
  3698. "version": "3.0.1",
  3699. "license": "ISC",
  3700. "engines": {
  3701. "node": "^18.17.0 || >=20.5.0"
  3702. }
  3703. },
  3704. "node_modules/abort-controller": {
  3705. "version": "3.0.0",
  3706. "license": "MIT",
  3707. "dependencies": {
  3708. "event-target-shim": "^5.0.0"
  3709. },
  3710. "engines": {
  3711. "node": ">=6.5"
  3712. }
  3713. },
  3714. "node_modules/acorn": {
  3715. "version": "8.15.0",
  3716. "license": "MIT",
  3717. "bin": {
  3718. "acorn": "bin/acorn"
  3719. },
  3720. "engines": {
  3721. "node": ">=0.4.0"
  3722. }
  3723. },
  3724. "node_modules/acorn-import-attributes": {
  3725. "version": "1.9.5",
  3726. "license": "MIT",
  3727. "peerDependencies": {
  3728. "acorn": "^8"
  3729. }
  3730. },
  3731. "node_modules/acorn-jsx": {
  3732. "version": "5.3.2",
  3733. "license": "MIT",
  3734. "peerDependencies": {
  3735. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3736. }
  3737. },
  3738. "node_modules/agent-base": {
  3739. "version": "7.1.4",
  3740. "license": "MIT",
  3741. "engines": {
  3742. "node": ">= 14"
  3743. }
  3744. },
  3745. "node_modules/ai": {
  3746. "version": "5.0.80",
  3747. "license": "Apache-2.0",
  3748. "dependencies": {
  3749. "@ai-sdk/gateway": "2.0.1",
  3750. "@ai-sdk/provider": "2.0.0",
  3751. "@ai-sdk/provider-utils": "3.0.12",
  3752. "@opentelemetry/api": "1.9.0"
  3753. },
  3754. "engines": {
  3755. "node": ">=18"
  3756. },
  3757. "peerDependencies": {
  3758. "zod": "^3.25.76 || ^4.1.8"
  3759. }
  3760. },
  3761. "node_modules/ajv": {
  3762. "version": "6.12.6",
  3763. "license": "MIT",
  3764. "dependencies": {
  3765. "fast-deep-equal": "^3.1.1",
  3766. "fast-json-stable-stringify": "^2.0.0",
  3767. "json-schema-traverse": "^0.4.1",
  3768. "uri-js": "^4.2.2"
  3769. },
  3770. "funding": {
  3771. "type": "github",
  3772. "url": "https://github.com/sponsors/epoberezkin"
  3773. }
  3774. },
  3775. "node_modules/alien-signals": {
  3776. "version": "3.0.3",
  3777. "license": "MIT"
  3778. },
  3779. "node_modules/ansi-regex": {
  3780. "version": "6.2.2",
  3781. "license": "MIT",
  3782. "engines": {
  3783. "node": ">=12"
  3784. },
  3785. "funding": {
  3786. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  3787. }
  3788. },
  3789. "node_modules/ansi-styles": {
  3790. "version": "4.3.0",
  3791. "license": "MIT",
  3792. "dependencies": {
  3793. "color-convert": "^2.0.1"
  3794. },
  3795. "engines": {
  3796. "node": ">=8"
  3797. },
  3798. "funding": {
  3799. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3800. }
  3801. },
  3802. "node_modules/ansis": {
  3803. "version": "4.2.0",
  3804. "license": "ISC",
  3805. "engines": {
  3806. "node": ">=14"
  3807. }
  3808. },
  3809. "node_modules/anymatch": {
  3810. "version": "3.1.3",
  3811. "license": "ISC",
  3812. "dependencies": {
  3813. "normalize-path": "^3.0.0",
  3814. "picomatch": "^2.0.4"
  3815. },
  3816. "engines": {
  3817. "node": ">= 8"
  3818. }
  3819. },
  3820. "node_modules/anymatch/node_modules/picomatch": {
  3821. "version": "2.3.1",
  3822. "license": "MIT",
  3823. "engines": {
  3824. "node": ">=8.6"
  3825. },
  3826. "funding": {
  3827. "url": "https://github.com/sponsors/jonschlinkert"
  3828. }
  3829. },
  3830. "node_modules/archiver": {
  3831. "version": "7.0.1",
  3832. "license": "MIT",
  3833. "dependencies": {
  3834. "archiver-utils": "^5.0.2",
  3835. "async": "^3.2.4",
  3836. "buffer-crc32": "^1.0.0",
  3837. "readable-stream": "^4.0.0",
  3838. "readdir-glob": "^1.1.2",
  3839. "tar-stream": "^3.0.0",
  3840. "zip-stream": "^6.0.1"
  3841. },
  3842. "engines": {
  3843. "node": ">= 14"
  3844. }
  3845. },
  3846. "node_modules/archiver-utils": {
  3847. "version": "5.0.2",
  3848. "license": "MIT",
  3849. "dependencies": {
  3850. "glob": "^10.0.0",
  3851. "graceful-fs": "^4.2.0",
  3852. "is-stream": "^2.0.1",
  3853. "lazystream": "^1.0.0",
  3854. "lodash": "^4.17.15",
  3855. "normalize-path": "^3.0.0",
  3856. "readable-stream": "^4.0.0"
  3857. },
  3858. "engines": {
  3859. "node": ">= 14"
  3860. }
  3861. },
  3862. "node_modules/archiver-utils/node_modules/is-stream": {
  3863. "version": "2.0.1",
  3864. "license": "MIT",
  3865. "engines": {
  3866. "node": ">=8"
  3867. },
  3868. "funding": {
  3869. "url": "https://github.com/sponsors/sindresorhus"
  3870. }
  3871. },
  3872. "node_modules/are-docs-informative": {
  3873. "version": "0.0.2",
  3874. "license": "MIT",
  3875. "engines": {
  3876. "node": ">=14"
  3877. }
  3878. },
  3879. "node_modules/argparse": {
  3880. "version": "2.0.1",
  3881. "license": "Python-2.0"
  3882. },
  3883. "node_modules/aria-hidden": {
  3884. "version": "1.2.6",
  3885. "license": "MIT",
  3886. "dependencies": {
  3887. "tslib": "^2.0.0"
  3888. },
  3889. "engines": {
  3890. "node": ">=10"
  3891. }
  3892. },
  3893. "node_modules/ast-kit": {
  3894. "version": "2.1.3",
  3895. "license": "MIT",
  3896. "dependencies": {
  3897. "@babel/parser": "^7.28.4",
  3898. "pathe": "^2.0.3"
  3899. },
  3900. "engines": {
  3901. "node": ">=20.19.0"
  3902. },
  3903. "funding": {
  3904. "url": "https://github.com/sponsors/sxzz"
  3905. }
  3906. },
  3907. "node_modules/ast-walker-scope": {
  3908. "version": "0.8.3",
  3909. "license": "MIT",
  3910. "dependencies": {
  3911. "@babel/parser": "^7.28.4",
  3912. "ast-kit": "^2.1.3"
  3913. },
  3914. "engines": {
  3915. "node": ">=20.19.0"
  3916. },
  3917. "funding": {
  3918. "url": "https://github.com/sponsors/sxzz"
  3919. }
  3920. },
  3921. "node_modules/async": {
  3922. "version": "3.2.6",
  3923. "license": "MIT"
  3924. },
  3925. "node_modules/async-sema": {
  3926. "version": "3.1.1",
  3927. "license": "MIT"
  3928. },
  3929. "node_modules/asynckit": {
  3930. "version": "0.4.0",
  3931. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  3932. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  3933. "license": "MIT"
  3934. },
  3935. "node_modules/autoprefixer": {
  3936. "version": "10.4.21",
  3937. "funding": [
  3938. {
  3939. "type": "opencollective",
  3940. "url": "https://opencollective.com/postcss/"
  3941. },
  3942. {
  3943. "type": "tidelift",
  3944. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3945. },
  3946. {
  3947. "type": "github",
  3948. "url": "https://github.com/sponsors/ai"
  3949. }
  3950. ],
  3951. "license": "MIT",
  3952. "dependencies": {
  3953. "browserslist": "^4.24.4",
  3954. "caniuse-lite": "^1.0.30001702",
  3955. "fraction.js": "^4.3.7",
  3956. "normalize-range": "^0.1.2",
  3957. "picocolors": "^1.1.1",
  3958. "postcss-value-parser": "^4.2.0"
  3959. },
  3960. "bin": {
  3961. "autoprefixer": "bin/autoprefixer"
  3962. },
  3963. "engines": {
  3964. "node": "^10 || ^12 || >=14"
  3965. },
  3966. "peerDependencies": {
  3967. "postcss": "^8.1.0"
  3968. }
  3969. },
  3970. "node_modules/axios": {
  3971. "version": "1.13.2",
  3972. "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
  3973. "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
  3974. "license": "MIT",
  3975. "dependencies": {
  3976. "follow-redirects": "^1.15.6",
  3977. "form-data": "^4.0.4",
  3978. "proxy-from-env": "^1.1.0"
  3979. }
  3980. },
  3981. "node_modules/b4a": {
  3982. "version": "1.7.3",
  3983. "license": "Apache-2.0",
  3984. "peerDependencies": {
  3985. "react-native-b4a": "*"
  3986. },
  3987. "peerDependenciesMeta": {
  3988. "react-native-b4a": {
  3989. "optional": true
  3990. }
  3991. }
  3992. },
  3993. "node_modules/balanced-match": {
  3994. "version": "1.0.2",
  3995. "license": "MIT"
  3996. },
  3997. "node_modules/bare-events": {
  3998. "version": "2.8.1",
  3999. "license": "Apache-2.0",
  4000. "peerDependencies": {
  4001. "bare-abort-controller": "*"
  4002. },
  4003. "peerDependenciesMeta": {
  4004. "bare-abort-controller": {
  4005. "optional": true
  4006. }
  4007. }
  4008. },
  4009. "node_modules/bare-fs": {
  4010. "version": "4.5.0",
  4011. "license": "Apache-2.0",
  4012. "optional": true,
  4013. "dependencies": {
  4014. "bare-events": "^2.5.4",
  4015. "bare-path": "^3.0.0",
  4016. "bare-stream": "^2.6.4",
  4017. "bare-url": "^2.2.2",
  4018. "fast-fifo": "^1.3.2"
  4019. },
  4020. "engines": {
  4021. "bare": ">=1.16.0"
  4022. },
  4023. "peerDependencies": {
  4024. "bare-buffer": "*"
  4025. },
  4026. "peerDependenciesMeta": {
  4027. "bare-buffer": {
  4028. "optional": true
  4029. }
  4030. }
  4031. },
  4032. "node_modules/bare-os": {
  4033. "version": "3.6.2",
  4034. "license": "Apache-2.0",
  4035. "optional": true,
  4036. "engines": {
  4037. "bare": ">=1.14.0"
  4038. }
  4039. },
  4040. "node_modules/bare-path": {
  4041. "version": "3.0.0",
  4042. "license": "Apache-2.0",
  4043. "optional": true,
  4044. "dependencies": {
  4045. "bare-os": "^3.0.1"
  4046. }
  4047. },
  4048. "node_modules/bare-stream": {
  4049. "version": "2.7.0",
  4050. "license": "Apache-2.0",
  4051. "optional": true,
  4052. "dependencies": {
  4053. "streamx": "^2.21.0"
  4054. },
  4055. "peerDependencies": {
  4056. "bare-buffer": "*",
  4057. "bare-events": "*"
  4058. },
  4059. "peerDependenciesMeta": {
  4060. "bare-buffer": {
  4061. "optional": true
  4062. },
  4063. "bare-events": {
  4064. "optional": true
  4065. }
  4066. }
  4067. },
  4068. "node_modules/bare-url": {
  4069. "version": "2.3.1",
  4070. "license": "Apache-2.0",
  4071. "optional": true,
  4072. "dependencies": {
  4073. "bare-path": "^3.0.0"
  4074. }
  4075. },
  4076. "node_modules/base64-js": {
  4077. "version": "1.5.1",
  4078. "funding": [
  4079. {
  4080. "type": "github",
  4081. "url": "https://github.com/sponsors/feross"
  4082. },
  4083. {
  4084. "type": "patreon",
  4085. "url": "https://www.patreon.com/feross"
  4086. },
  4087. {
  4088. "type": "consulting",
  4089. "url": "https://feross.org/support"
  4090. }
  4091. ],
  4092. "license": "MIT"
  4093. },
  4094. "node_modules/baseline-browser-mapping": {
  4095. "version": "2.8.20",
  4096. "license": "Apache-2.0",
  4097. "bin": {
  4098. "baseline-browser-mapping": "dist/cli.js"
  4099. }
  4100. },
  4101. "node_modules/bindings": {
  4102. "version": "1.5.0",
  4103. "license": "MIT",
  4104. "dependencies": {
  4105. "file-uri-to-path": "1.0.0"
  4106. }
  4107. },
  4108. "node_modules/birpc": {
  4109. "version": "2.6.1",
  4110. "license": "MIT",
  4111. "funding": {
  4112. "url": "https://github.com/sponsors/antfu"
  4113. }
  4114. },
  4115. "node_modules/bl": {
  4116. "version": "4.1.0",
  4117. "license": "MIT",
  4118. "optional": true,
  4119. "dependencies": {
  4120. "buffer": "^5.5.0",
  4121. "inherits": "^2.0.4",
  4122. "readable-stream": "^3.4.0"
  4123. }
  4124. },
  4125. "node_modules/bl/node_modules/buffer": {
  4126. "version": "5.7.1",
  4127. "funding": [
  4128. {
  4129. "type": "github",
  4130. "url": "https://github.com/sponsors/feross"
  4131. },
  4132. {
  4133. "type": "patreon",
  4134. "url": "https://www.patreon.com/feross"
  4135. },
  4136. {
  4137. "type": "consulting",
  4138. "url": "https://feross.org/support"
  4139. }
  4140. ],
  4141. "license": "MIT",
  4142. "optional": true,
  4143. "dependencies": {
  4144. "base64-js": "^1.3.1",
  4145. "ieee754": "^1.1.13"
  4146. }
  4147. },
  4148. "node_modules/bl/node_modules/readable-stream": {
  4149. "version": "3.6.2",
  4150. "license": "MIT",
  4151. "optional": true,
  4152. "dependencies": {
  4153. "inherits": "^2.0.3",
  4154. "string_decoder": "^1.1.1",
  4155. "util-deprecate": "^1.0.1"
  4156. },
  4157. "engines": {
  4158. "node": ">= 6"
  4159. }
  4160. },
  4161. "node_modules/blob-to-buffer": {
  4162. "version": "1.2.9",
  4163. "funding": [
  4164. {
  4165. "type": "github",
  4166. "url": "https://github.com/sponsors/feross"
  4167. },
  4168. {
  4169. "type": "patreon",
  4170. "url": "https://www.patreon.com/feross"
  4171. },
  4172. {
  4173. "type": "consulting",
  4174. "url": "https://feross.org/support"
  4175. }
  4176. ],
  4177. "license": "MIT"
  4178. },
  4179. "node_modules/boolbase": {
  4180. "version": "1.0.0",
  4181. "license": "ISC"
  4182. },
  4183. "node_modules/brace-expansion": {
  4184. "version": "2.0.2",
  4185. "license": "MIT",
  4186. "dependencies": {
  4187. "balanced-match": "^1.0.0"
  4188. }
  4189. },
  4190. "node_modules/braces": {
  4191. "version": "3.0.3",
  4192. "license": "MIT",
  4193. "dependencies": {
  4194. "fill-range": "^7.1.1"
  4195. },
  4196. "engines": {
  4197. "node": ">=8"
  4198. }
  4199. },
  4200. "node_modules/brotli": {
  4201. "version": "1.3.3",
  4202. "license": "MIT",
  4203. "dependencies": {
  4204. "base64-js": "^1.1.2"
  4205. }
  4206. },
  4207. "node_modules/browserslist": {
  4208. "version": "4.27.0",
  4209. "funding": [
  4210. {
  4211. "type": "opencollective",
  4212. "url": "https://opencollective.com/browserslist"
  4213. },
  4214. {
  4215. "type": "tidelift",
  4216. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4217. },
  4218. {
  4219. "type": "github",
  4220. "url": "https://github.com/sponsors/ai"
  4221. }
  4222. ],
  4223. "license": "MIT",
  4224. "dependencies": {
  4225. "baseline-browser-mapping": "^2.8.19",
  4226. "caniuse-lite": "^1.0.30001751",
  4227. "electron-to-chromium": "^1.5.238",
  4228. "node-releases": "^2.0.26",
  4229. "update-browserslist-db": "^1.1.4"
  4230. },
  4231. "bin": {
  4232. "browserslist": "cli.js"
  4233. },
  4234. "engines": {
  4235. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4236. }
  4237. },
  4238. "node_modules/buffer": {
  4239. "version": "6.0.3",
  4240. "funding": [
  4241. {
  4242. "type": "github",
  4243. "url": "https://github.com/sponsors/feross"
  4244. },
  4245. {
  4246. "type": "patreon",
  4247. "url": "https://www.patreon.com/feross"
  4248. },
  4249. {
  4250. "type": "consulting",
  4251. "url": "https://feross.org/support"
  4252. }
  4253. ],
  4254. "license": "MIT",
  4255. "dependencies": {
  4256. "base64-js": "^1.3.1",
  4257. "ieee754": "^1.2.1"
  4258. }
  4259. },
  4260. "node_modules/buffer-builder": {
  4261. "version": "0.2.0",
  4262. "devOptional": true,
  4263. "license": "MIT/X11"
  4264. },
  4265. "node_modules/buffer-crc32": {
  4266. "version": "1.0.0",
  4267. "license": "MIT",
  4268. "engines": {
  4269. "node": ">=8.0.0"
  4270. }
  4271. },
  4272. "node_modules/buffer-from": {
  4273. "version": "1.1.2",
  4274. "license": "MIT"
  4275. },
  4276. "node_modules/builtin-modules": {
  4277. "version": "5.0.0",
  4278. "license": "MIT",
  4279. "engines": {
  4280. "node": ">=18.20"
  4281. },
  4282. "funding": {
  4283. "url": "https://github.com/sponsors/sindresorhus"
  4284. }
  4285. },
  4286. "node_modules/bundle-name": {
  4287. "version": "4.1.0",
  4288. "license": "MIT",
  4289. "dependencies": {
  4290. "run-applescript": "^7.0.0"
  4291. },
  4292. "engines": {
  4293. "node": ">=18"
  4294. },
  4295. "funding": {
  4296. "url": "https://github.com/sponsors/sindresorhus"
  4297. }
  4298. },
  4299. "node_modules/bundle-require": {
  4300. "version": "5.1.0",
  4301. "license": "MIT",
  4302. "dependencies": {
  4303. "load-tsconfig": "^0.2.3"
  4304. },
  4305. "engines": {
  4306. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4307. },
  4308. "peerDependencies": {
  4309. "esbuild": ">=0.18"
  4310. }
  4311. },
  4312. "node_modules/c12": {
  4313. "version": "3.3.1",
  4314. "license": "MIT",
  4315. "dependencies": {
  4316. "chokidar": "^4.0.3",
  4317. "confbox": "^0.2.2",
  4318. "defu": "^6.1.4",
  4319. "dotenv": "^17.2.3",
  4320. "exsolve": "^1.0.7",
  4321. "giget": "^2.0.0",
  4322. "jiti": "^2.6.1",
  4323. "ohash": "^2.0.11",
  4324. "pathe": "^2.0.3",
  4325. "perfect-debounce": "^2.0.0",
  4326. "pkg-types": "^2.3.0",
  4327. "rc9": "^2.1.2"
  4328. },
  4329. "peerDependencies": {
  4330. "magicast": "^0.3.5"
  4331. },
  4332. "peerDependenciesMeta": {
  4333. "magicast": {
  4334. "optional": true
  4335. }
  4336. }
  4337. },
  4338. "node_modules/cac": {
  4339. "version": "6.7.14",
  4340. "license": "MIT",
  4341. "engines": {
  4342. "node": ">=8"
  4343. }
  4344. },
  4345. "node_modules/call-bind-apply-helpers": {
  4346. "version": "1.0.2",
  4347. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  4348. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  4349. "license": "MIT",
  4350. "dependencies": {
  4351. "es-errors": "^1.3.0",
  4352. "function-bind": "^1.1.2"
  4353. },
  4354. "engines": {
  4355. "node": ">= 0.4"
  4356. }
  4357. },
  4358. "node_modules/callsites": {
  4359. "version": "3.1.0",
  4360. "license": "MIT",
  4361. "engines": {
  4362. "node": ">=6"
  4363. }
  4364. },
  4365. "node_modules/caniuse-api": {
  4366. "version": "3.0.0",
  4367. "license": "MIT",
  4368. "dependencies": {
  4369. "browserslist": "^4.0.0",
  4370. "caniuse-lite": "^1.0.0",
  4371. "lodash.memoize": "^4.1.2",
  4372. "lodash.uniq": "^4.5.0"
  4373. }
  4374. },
  4375. "node_modules/caniuse-lite": {
  4376. "version": "1.0.30001751",
  4377. "funding": [
  4378. {
  4379. "type": "opencollective",
  4380. "url": "https://opencollective.com/browserslist"
  4381. },
  4382. {
  4383. "type": "tidelift",
  4384. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4385. },
  4386. {
  4387. "type": "github",
  4388. "url": "https://github.com/sponsors/ai"
  4389. }
  4390. ],
  4391. "license": "CC-BY-4.0"
  4392. },
  4393. "node_modules/chalk": {
  4394. "version": "4.1.2",
  4395. "license": "MIT",
  4396. "dependencies": {
  4397. "ansi-styles": "^4.1.0",
  4398. "supports-color": "^7.1.0"
  4399. },
  4400. "engines": {
  4401. "node": ">=10"
  4402. },
  4403. "funding": {
  4404. "url": "https://github.com/chalk/chalk?sponsor=1"
  4405. }
  4406. },
  4407. "node_modules/change-case": {
  4408. "version": "5.4.4",
  4409. "license": "MIT"
  4410. },
  4411. "node_modules/chokidar": {
  4412. "version": "4.0.3",
  4413. "license": "MIT",
  4414. "dependencies": {
  4415. "readdirp": "^4.0.1"
  4416. },
  4417. "engines": {
  4418. "node": ">= 14.16.0"
  4419. },
  4420. "funding": {
  4421. "url": "https://paulmillr.com/funding/"
  4422. }
  4423. },
  4424. "node_modules/chownr": {
  4425. "version": "3.0.0",
  4426. "license": "BlueOak-1.0.0",
  4427. "engines": {
  4428. "node": ">=18"
  4429. }
  4430. },
  4431. "node_modules/ci-info": {
  4432. "version": "4.3.1",
  4433. "funding": [
  4434. {
  4435. "type": "github",
  4436. "url": "https://github.com/sponsors/sibiraj-s"
  4437. }
  4438. ],
  4439. "license": "MIT",
  4440. "engines": {
  4441. "node": ">=8"
  4442. }
  4443. },
  4444. "node_modules/citty": {
  4445. "version": "0.1.6",
  4446. "license": "MIT",
  4447. "dependencies": {
  4448. "consola": "^3.2.3"
  4449. }
  4450. },
  4451. "node_modules/clean-regexp": {
  4452. "version": "1.0.0",
  4453. "license": "MIT",
  4454. "dependencies": {
  4455. "escape-string-regexp": "^1.0.5"
  4456. },
  4457. "engines": {
  4458. "node": ">=4"
  4459. }
  4460. },
  4461. "node_modules/clean-regexp/node_modules/escape-string-regexp": {
  4462. "version": "1.0.5",
  4463. "license": "MIT",
  4464. "engines": {
  4465. "node": ">=0.8.0"
  4466. }
  4467. },
  4468. "node_modules/clipboardy": {
  4469. "version": "4.0.0",
  4470. "license": "MIT",
  4471. "dependencies": {
  4472. "execa": "^8.0.1",
  4473. "is-wsl": "^3.1.0",
  4474. "is64bit": "^2.0.0"
  4475. },
  4476. "engines": {
  4477. "node": ">=18"
  4478. },
  4479. "funding": {
  4480. "url": "https://github.com/sponsors/sindresorhus"
  4481. }
  4482. },
  4483. "node_modules/cliui": {
  4484. "version": "8.0.1",
  4485. "license": "ISC",
  4486. "dependencies": {
  4487. "string-width": "^4.2.0",
  4488. "strip-ansi": "^6.0.1",
  4489. "wrap-ansi": "^7.0.0"
  4490. },
  4491. "engines": {
  4492. "node": ">=12"
  4493. }
  4494. },
  4495. "node_modules/cliui/node_modules/ansi-regex": {
  4496. "version": "5.0.1",
  4497. "license": "MIT",
  4498. "engines": {
  4499. "node": ">=8"
  4500. }
  4501. },
  4502. "node_modules/cliui/node_modules/emoji-regex": {
  4503. "version": "8.0.0",
  4504. "license": "MIT"
  4505. },
  4506. "node_modules/cliui/node_modules/string-width": {
  4507. "version": "4.2.3",
  4508. "license": "MIT",
  4509. "dependencies": {
  4510. "emoji-regex": "^8.0.0",
  4511. "is-fullwidth-code-point": "^3.0.0",
  4512. "strip-ansi": "^6.0.1"
  4513. },
  4514. "engines": {
  4515. "node": ">=8"
  4516. }
  4517. },
  4518. "node_modules/cliui/node_modules/strip-ansi": {
  4519. "version": "6.0.1",
  4520. "license": "MIT",
  4521. "dependencies": {
  4522. "ansi-regex": "^5.0.1"
  4523. },
  4524. "engines": {
  4525. "node": ">=8"
  4526. }
  4527. },
  4528. "node_modules/cliui/node_modules/wrap-ansi": {
  4529. "version": "7.0.0",
  4530. "license": "MIT",
  4531. "dependencies": {
  4532. "ansi-styles": "^4.0.0",
  4533. "string-width": "^4.1.0",
  4534. "strip-ansi": "^6.0.0"
  4535. },
  4536. "engines": {
  4537. "node": ">=10"
  4538. },
  4539. "funding": {
  4540. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  4541. }
  4542. },
  4543. "node_modules/clone": {
  4544. "version": "2.1.2",
  4545. "license": "MIT",
  4546. "engines": {
  4547. "node": ">=0.8"
  4548. }
  4549. },
  4550. "node_modules/cluster-key-slot": {
  4551. "version": "1.1.2",
  4552. "license": "Apache-2.0",
  4553. "engines": {
  4554. "node": ">=0.10.0"
  4555. }
  4556. },
  4557. "node_modules/color": {
  4558. "version": "4.2.3",
  4559. "license": "MIT",
  4560. "optional": true,
  4561. "dependencies": {
  4562. "color-convert": "^2.0.1",
  4563. "color-string": "^1.9.0"
  4564. },
  4565. "engines": {
  4566. "node": ">=12.5.0"
  4567. }
  4568. },
  4569. "node_modules/color-convert": {
  4570. "version": "2.0.1",
  4571. "license": "MIT",
  4572. "dependencies": {
  4573. "color-name": "~1.1.4"
  4574. },
  4575. "engines": {
  4576. "node": ">=7.0.0"
  4577. }
  4578. },
  4579. "node_modules/color-name": {
  4580. "version": "1.1.4",
  4581. "license": "MIT"
  4582. },
  4583. "node_modules/color-string": {
  4584. "version": "1.9.1",
  4585. "license": "MIT",
  4586. "optional": true,
  4587. "dependencies": {
  4588. "color-name": "^1.0.0",
  4589. "simple-swizzle": "^0.2.2"
  4590. }
  4591. },
  4592. "node_modules/colord": {
  4593. "version": "2.9.3",
  4594. "license": "MIT"
  4595. },
  4596. "node_modules/colorjs.io": {
  4597. "version": "0.5.2",
  4598. "devOptional": true,
  4599. "license": "MIT"
  4600. },
  4601. "node_modules/colortranslator": {
  4602. "version": "5.0.0",
  4603. "license": "Apache-2.0"
  4604. },
  4605. "node_modules/combined-stream": {
  4606. "version": "1.0.8",
  4607. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  4608. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  4609. "license": "MIT",
  4610. "dependencies": {
  4611. "delayed-stream": "~1.0.0"
  4612. },
  4613. "engines": {
  4614. "node": ">= 0.8"
  4615. }
  4616. },
  4617. "node_modules/commander": {
  4618. "version": "7.2.0",
  4619. "license": "MIT",
  4620. "optional": true,
  4621. "engines": {
  4622. "node": ">= 10"
  4623. }
  4624. },
  4625. "node_modules/comment-parser": {
  4626. "version": "1.4.1",
  4627. "license": "MIT",
  4628. "engines": {
  4629. "node": ">= 12.0.0"
  4630. }
  4631. },
  4632. "node_modules/commondir": {
  4633. "version": "1.0.1",
  4634. "license": "MIT"
  4635. },
  4636. "node_modules/compatx": {
  4637. "version": "0.2.0",
  4638. "license": "MIT"
  4639. },
  4640. "node_modules/compress-commons": {
  4641. "version": "6.0.2",
  4642. "license": "MIT",
  4643. "dependencies": {
  4644. "crc-32": "^1.2.0",
  4645. "crc32-stream": "^6.0.0",
  4646. "is-stream": "^2.0.1",
  4647. "normalize-path": "^3.0.0",
  4648. "readable-stream": "^4.0.0"
  4649. },
  4650. "engines": {
  4651. "node": ">= 14"
  4652. }
  4653. },
  4654. "node_modules/compress-commons/node_modules/is-stream": {
  4655. "version": "2.0.1",
  4656. "license": "MIT",
  4657. "engines": {
  4658. "node": ">=8"
  4659. },
  4660. "funding": {
  4661. "url": "https://github.com/sponsors/sindresorhus"
  4662. }
  4663. },
  4664. "node_modules/concat-map": {
  4665. "version": "0.0.1",
  4666. "license": "MIT"
  4667. },
  4668. "node_modules/confbox": {
  4669. "version": "0.2.2",
  4670. "license": "MIT"
  4671. },
  4672. "node_modules/consola": {
  4673. "version": "3.4.2",
  4674. "license": "MIT",
  4675. "engines": {
  4676. "node": "^14.18.0 || >=16.10.0"
  4677. }
  4678. },
  4679. "node_modules/convert-source-map": {
  4680. "version": "2.0.0",
  4681. "license": "MIT"
  4682. },
  4683. "node_modules/cookie": {
  4684. "version": "1.0.2",
  4685. "license": "MIT",
  4686. "engines": {
  4687. "node": ">=18"
  4688. }
  4689. },
  4690. "node_modules/cookie-es": {
  4691. "version": "1.2.2",
  4692. "license": "MIT"
  4693. },
  4694. "node_modules/copy-anything": {
  4695. "version": "4.0.5",
  4696. "license": "MIT",
  4697. "dependencies": {
  4698. "is-what": "^5.2.0"
  4699. },
  4700. "engines": {
  4701. "node": ">=18"
  4702. },
  4703. "funding": {
  4704. "url": "https://github.com/sponsors/mesqueeb"
  4705. }
  4706. },
  4707. "node_modules/core-js-compat": {
  4708. "version": "3.46.0",
  4709. "license": "MIT",
  4710. "dependencies": {
  4711. "browserslist": "^4.26.3"
  4712. },
  4713. "funding": {
  4714. "type": "opencollective",
  4715. "url": "https://opencollective.com/core-js"
  4716. }
  4717. },
  4718. "node_modules/core-util-is": {
  4719. "version": "1.0.3",
  4720. "license": "MIT"
  4721. },
  4722. "node_modules/crc-32": {
  4723. "version": "1.2.2",
  4724. "license": "Apache-2.0",
  4725. "bin": {
  4726. "crc32": "bin/crc32.njs"
  4727. },
  4728. "engines": {
  4729. "node": ">=0.8"
  4730. }
  4731. },
  4732. "node_modules/crc32-stream": {
  4733. "version": "6.0.0",
  4734. "license": "MIT",
  4735. "dependencies": {
  4736. "crc-32": "^1.2.0",
  4737. "readable-stream": "^4.0.0"
  4738. },
  4739. "engines": {
  4740. "node": ">= 14"
  4741. }
  4742. },
  4743. "node_modules/croner": {
  4744. "version": "9.1.0",
  4745. "license": "MIT",
  4746. "engines": {
  4747. "node": ">=18.0"
  4748. }
  4749. },
  4750. "node_modules/cross-fetch": {
  4751. "version": "3.2.0",
  4752. "license": "MIT",
  4753. "dependencies": {
  4754. "node-fetch": "^2.7.0"
  4755. }
  4756. },
  4757. "node_modules/cross-spawn": {
  4758. "version": "7.0.6",
  4759. "license": "MIT",
  4760. "dependencies": {
  4761. "path-key": "^3.1.0",
  4762. "shebang-command": "^2.0.0",
  4763. "which": "^2.0.1"
  4764. },
  4765. "engines": {
  4766. "node": ">= 8"
  4767. }
  4768. },
  4769. "node_modules/crossws": {
  4770. "version": "0.3.5",
  4771. "license": "MIT",
  4772. "dependencies": {
  4773. "uncrypto": "^0.1.3"
  4774. }
  4775. },
  4776. "node_modules/css-declaration-sorter": {
  4777. "version": "7.3.0",
  4778. "license": "ISC",
  4779. "engines": {
  4780. "node": "^14 || ^16 || >=18"
  4781. },
  4782. "peerDependencies": {
  4783. "postcss": "^8.0.9"
  4784. }
  4785. },
  4786. "node_modules/css-select": {
  4787. "version": "5.2.2",
  4788. "license": "BSD-2-Clause",
  4789. "dependencies": {
  4790. "boolbase": "^1.0.0",
  4791. "css-what": "^6.1.0",
  4792. "domhandler": "^5.0.2",
  4793. "domutils": "^3.0.1",
  4794. "nth-check": "^2.0.1"
  4795. },
  4796. "funding": {
  4797. "url": "https://github.com/sponsors/fb55"
  4798. }
  4799. },
  4800. "node_modules/css-tree": {
  4801. "version": "3.1.0",
  4802. "license": "MIT",
  4803. "dependencies": {
  4804. "mdn-data": "2.12.2",
  4805. "source-map-js": "^1.0.1"
  4806. },
  4807. "engines": {
  4808. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  4809. }
  4810. },
  4811. "node_modules/css-what": {
  4812. "version": "6.2.2",
  4813. "license": "BSD-2-Clause",
  4814. "engines": {
  4815. "node": ">= 6"
  4816. },
  4817. "funding": {
  4818. "url": "https://github.com/sponsors/fb55"
  4819. }
  4820. },
  4821. "node_modules/cssesc": {
  4822. "version": "3.0.0",
  4823. "license": "MIT",
  4824. "bin": {
  4825. "cssesc": "bin/cssesc"
  4826. },
  4827. "engines": {
  4828. "node": ">=4"
  4829. }
  4830. },
  4831. "node_modules/cssfilter": {
  4832. "version": "0.0.10",
  4833. "license": "MIT",
  4834. "optional": true
  4835. },
  4836. "node_modules/cssnano": {
  4837. "version": "7.1.1",
  4838. "license": "MIT",
  4839. "dependencies": {
  4840. "cssnano-preset-default": "^7.0.9",
  4841. "lilconfig": "^3.1.3"
  4842. },
  4843. "engines": {
  4844. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4845. },
  4846. "funding": {
  4847. "type": "opencollective",
  4848. "url": "https://opencollective.com/cssnano"
  4849. },
  4850. "peerDependencies": {
  4851. "postcss": "^8.4.32"
  4852. }
  4853. },
  4854. "node_modules/cssnano-preset-default": {
  4855. "version": "7.0.9",
  4856. "license": "MIT",
  4857. "dependencies": {
  4858. "browserslist": "^4.25.1",
  4859. "css-declaration-sorter": "^7.2.0",
  4860. "cssnano-utils": "^5.0.1",
  4861. "postcss-calc": "^10.1.1",
  4862. "postcss-colormin": "^7.0.4",
  4863. "postcss-convert-values": "^7.0.7",
  4864. "postcss-discard-comments": "^7.0.4",
  4865. "postcss-discard-duplicates": "^7.0.2",
  4866. "postcss-discard-empty": "^7.0.1",
  4867. "postcss-discard-overridden": "^7.0.1",
  4868. "postcss-merge-longhand": "^7.0.5",
  4869. "postcss-merge-rules": "^7.0.6",
  4870. "postcss-minify-font-values": "^7.0.1",
  4871. "postcss-minify-gradients": "^7.0.1",
  4872. "postcss-minify-params": "^7.0.4",
  4873. "postcss-minify-selectors": "^7.0.5",
  4874. "postcss-normalize-charset": "^7.0.1",
  4875. "postcss-normalize-display-values": "^7.0.1",
  4876. "postcss-normalize-positions": "^7.0.1",
  4877. "postcss-normalize-repeat-style": "^7.0.1",
  4878. "postcss-normalize-string": "^7.0.1",
  4879. "postcss-normalize-timing-functions": "^7.0.1",
  4880. "postcss-normalize-unicode": "^7.0.4",
  4881. "postcss-normalize-url": "^7.0.1",
  4882. "postcss-normalize-whitespace": "^7.0.1",
  4883. "postcss-ordered-values": "^7.0.2",
  4884. "postcss-reduce-initial": "^7.0.4",
  4885. "postcss-reduce-transforms": "^7.0.1",
  4886. "postcss-svgo": "^7.1.0",
  4887. "postcss-unique-selectors": "^7.0.4"
  4888. },
  4889. "engines": {
  4890. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4891. },
  4892. "peerDependencies": {
  4893. "postcss": "^8.4.32"
  4894. }
  4895. },
  4896. "node_modules/cssnano-utils": {
  4897. "version": "5.0.1",
  4898. "license": "MIT",
  4899. "engines": {
  4900. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4901. },
  4902. "peerDependencies": {
  4903. "postcss": "^8.4.32"
  4904. }
  4905. },
  4906. "node_modules/csso": {
  4907. "version": "5.0.5",
  4908. "license": "MIT",
  4909. "dependencies": {
  4910. "css-tree": "~2.2.0"
  4911. },
  4912. "engines": {
  4913. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4914. "npm": ">=7.0.0"
  4915. }
  4916. },
  4917. "node_modules/csso/node_modules/css-tree": {
  4918. "version": "2.2.1",
  4919. "license": "MIT",
  4920. "dependencies": {
  4921. "mdn-data": "2.0.28",
  4922. "source-map-js": "^1.0.1"
  4923. },
  4924. "engines": {
  4925. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4926. "npm": ">=7.0.0"
  4927. }
  4928. },
  4929. "node_modules/csso/node_modules/mdn-data": {
  4930. "version": "2.0.28",
  4931. "license": "CC0-1.0"
  4932. },
  4933. "node_modules/csstype": {
  4934. "version": "3.1.3",
  4935. "license": "MIT"
  4936. },
  4937. "node_modules/db0": {
  4938. "version": "0.3.4",
  4939. "license": "MIT",
  4940. "peerDependencies": {
  4941. "@electric-sql/pglite": "*",
  4942. "@libsql/client": "*",
  4943. "better-sqlite3": "*",
  4944. "drizzle-orm": "*",
  4945. "mysql2": "*",
  4946. "sqlite3": "*"
  4947. },
  4948. "peerDependenciesMeta": {
  4949. "@electric-sql/pglite": {
  4950. "optional": true
  4951. },
  4952. "@libsql/client": {
  4953. "optional": true
  4954. },
  4955. "better-sqlite3": {
  4956. "optional": true
  4957. },
  4958. "drizzle-orm": {
  4959. "optional": true
  4960. },
  4961. "mysql2": {
  4962. "optional": true
  4963. },
  4964. "sqlite3": {
  4965. "optional": true
  4966. }
  4967. }
  4968. },
  4969. "node_modules/debug": {
  4970. "version": "4.4.3",
  4971. "license": "MIT",
  4972. "dependencies": {
  4973. "ms": "^2.1.3"
  4974. },
  4975. "engines": {
  4976. "node": ">=6.0"
  4977. },
  4978. "peerDependenciesMeta": {
  4979. "supports-color": {
  4980. "optional": true
  4981. }
  4982. }
  4983. },
  4984. "node_modules/decompress-response": {
  4985. "version": "6.0.0",
  4986. "license": "MIT",
  4987. "optional": true,
  4988. "dependencies": {
  4989. "mimic-response": "^3.1.0"
  4990. },
  4991. "engines": {
  4992. "node": ">=10"
  4993. },
  4994. "funding": {
  4995. "url": "https://github.com/sponsors/sindresorhus"
  4996. }
  4997. },
  4998. "node_modules/deep-extend": {
  4999. "version": "0.6.0",
  5000. "license": "MIT",
  5001. "optional": true,
  5002. "engines": {
  5003. "node": ">=4.0.0"
  5004. }
  5005. },
  5006. "node_modules/deep-is": {
  5007. "version": "0.1.4",
  5008. "license": "MIT"
  5009. },
  5010. "node_modules/deepmerge": {
  5011. "version": "4.3.1",
  5012. "license": "MIT",
  5013. "engines": {
  5014. "node": ">=0.10.0"
  5015. }
  5016. },
  5017. "node_modules/default-browser": {
  5018. "version": "5.2.1",
  5019. "license": "MIT",
  5020. "dependencies": {
  5021. "bundle-name": "^4.1.0",
  5022. "default-browser-id": "^5.0.0"
  5023. },
  5024. "engines": {
  5025. "node": ">=18"
  5026. },
  5027. "funding": {
  5028. "url": "https://github.com/sponsors/sindresorhus"
  5029. }
  5030. },
  5031. "node_modules/default-browser-id": {
  5032. "version": "5.0.0",
  5033. "license": "MIT",
  5034. "engines": {
  5035. "node": ">=18"
  5036. },
  5037. "funding": {
  5038. "url": "https://github.com/sponsors/sindresorhus"
  5039. }
  5040. },
  5041. "node_modules/define-lazy-prop": {
  5042. "version": "3.0.0",
  5043. "license": "MIT",
  5044. "engines": {
  5045. "node": ">=12"
  5046. },
  5047. "funding": {
  5048. "url": "https://github.com/sponsors/sindresorhus"
  5049. }
  5050. },
  5051. "node_modules/defu": {
  5052. "version": "6.1.4",
  5053. "license": "MIT"
  5054. },
  5055. "node_modules/delayed-stream": {
  5056. "version": "1.0.0",
  5057. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  5058. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  5059. "license": "MIT",
  5060. "engines": {
  5061. "node": ">=0.4.0"
  5062. }
  5063. },
  5064. "node_modules/denque": {
  5065. "version": "2.1.0",
  5066. "license": "Apache-2.0",
  5067. "engines": {
  5068. "node": ">=0.10"
  5069. }
  5070. },
  5071. "node_modules/depd": {
  5072. "version": "2.0.0",
  5073. "license": "MIT",
  5074. "engines": {
  5075. "node": ">= 0.8"
  5076. }
  5077. },
  5078. "node_modules/destr": {
  5079. "version": "2.0.5",
  5080. "license": "MIT"
  5081. },
  5082. "node_modules/detect-libc": {
  5083. "version": "2.1.2",
  5084. "license": "Apache-2.0",
  5085. "engines": {
  5086. "node": ">=8"
  5087. }
  5088. },
  5089. "node_modules/devalue": {
  5090. "version": "5.4.2",
  5091. "license": "MIT"
  5092. },
  5093. "node_modules/dfa": {
  5094. "version": "1.2.0",
  5095. "license": "MIT"
  5096. },
  5097. "node_modules/diff": {
  5098. "version": "8.0.2",
  5099. "license": "BSD-3-Clause",
  5100. "engines": {
  5101. "node": ">=0.3.1"
  5102. }
  5103. },
  5104. "node_modules/dom-serializer": {
  5105. "version": "2.0.0",
  5106. "license": "MIT",
  5107. "dependencies": {
  5108. "domelementtype": "^2.3.0",
  5109. "domhandler": "^5.0.2",
  5110. "entities": "^4.2.0"
  5111. },
  5112. "funding": {
  5113. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  5114. }
  5115. },
  5116. "node_modules/domelementtype": {
  5117. "version": "2.3.0",
  5118. "funding": [
  5119. {
  5120. "type": "github",
  5121. "url": "https://github.com/sponsors/fb55"
  5122. }
  5123. ],
  5124. "license": "BSD-2-Clause"
  5125. },
  5126. "node_modules/domhandler": {
  5127. "version": "5.0.3",
  5128. "license": "BSD-2-Clause",
  5129. "dependencies": {
  5130. "domelementtype": "^2.3.0"
  5131. },
  5132. "engines": {
  5133. "node": ">= 4"
  5134. },
  5135. "funding": {
  5136. "url": "https://github.com/fb55/domhandler?sponsor=1"
  5137. }
  5138. },
  5139. "node_modules/domutils": {
  5140. "version": "3.2.2",
  5141. "license": "BSD-2-Clause",
  5142. "dependencies": {
  5143. "dom-serializer": "^2.0.0",
  5144. "domelementtype": "^2.3.0",
  5145. "domhandler": "^5.0.3"
  5146. },
  5147. "funding": {
  5148. "url": "https://github.com/fb55/domutils?sponsor=1"
  5149. }
  5150. },
  5151. "node_modules/dot-prop": {
  5152. "version": "10.1.0",
  5153. "license": "MIT",
  5154. "dependencies": {
  5155. "type-fest": "^5.0.0"
  5156. },
  5157. "engines": {
  5158. "node": ">=20"
  5159. },
  5160. "funding": {
  5161. "url": "https://github.com/sponsors/sindresorhus"
  5162. }
  5163. },
  5164. "node_modules/dotenv": {
  5165. "version": "17.2.3",
  5166. "license": "BSD-2-Clause",
  5167. "engines": {
  5168. "node": ">=12"
  5169. },
  5170. "funding": {
  5171. "url": "https://dotenvx.com"
  5172. }
  5173. },
  5174. "node_modules/dunder-proto": {
  5175. "version": "1.0.1",
  5176. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  5177. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  5178. "license": "MIT",
  5179. "dependencies": {
  5180. "call-bind-apply-helpers": "^1.0.1",
  5181. "es-errors": "^1.3.0",
  5182. "gopd": "^1.2.0"
  5183. },
  5184. "engines": {
  5185. "node": ">= 0.4"
  5186. }
  5187. },
  5188. "node_modules/duplexer": {
  5189. "version": "0.1.2",
  5190. "license": "MIT"
  5191. },
  5192. "node_modules/eastasianwidth": {
  5193. "version": "0.2.0",
  5194. "license": "MIT"
  5195. },
  5196. "node_modules/ee-first": {
  5197. "version": "1.1.1",
  5198. "license": "MIT"
  5199. },
  5200. "node_modules/electron-to-chromium": {
  5201. "version": "1.5.240",
  5202. "license": "ISC"
  5203. },
  5204. "node_modules/embla-carousel": {
  5205. "version": "8.6.0",
  5206. "license": "MIT"
  5207. },
  5208. "node_modules/embla-carousel-auto-height": {
  5209. "version": "8.6.0",
  5210. "license": "MIT",
  5211. "peerDependencies": {
  5212. "embla-carousel": "8.6.0"
  5213. }
  5214. },
  5215. "node_modules/embla-carousel-auto-scroll": {
  5216. "version": "8.6.0",
  5217. "license": "MIT",
  5218. "peerDependencies": {
  5219. "embla-carousel": "8.6.0"
  5220. }
  5221. },
  5222. "node_modules/embla-carousel-autoplay": {
  5223. "version": "8.6.0",
  5224. "license": "MIT",
  5225. "peerDependencies": {
  5226. "embla-carousel": "8.6.0"
  5227. }
  5228. },
  5229. "node_modules/embla-carousel-class-names": {
  5230. "version": "8.6.0",
  5231. "license": "MIT",
  5232. "peerDependencies": {
  5233. "embla-carousel": "8.6.0"
  5234. }
  5235. },
  5236. "node_modules/embla-carousel-fade": {
  5237. "version": "8.6.0",
  5238. "license": "MIT",
  5239. "peerDependencies": {
  5240. "embla-carousel": "8.6.0"
  5241. }
  5242. },
  5243. "node_modules/embla-carousel-reactive-utils": {
  5244. "version": "8.6.0",
  5245. "license": "MIT",
  5246. "peerDependencies": {
  5247. "embla-carousel": "8.6.0"
  5248. }
  5249. },
  5250. "node_modules/embla-carousel-vue": {
  5251. "version": "8.6.0",
  5252. "license": "MIT",
  5253. "dependencies": {
  5254. "embla-carousel": "8.6.0",
  5255. "embla-carousel-reactive-utils": "8.6.0"
  5256. },
  5257. "peerDependencies": {
  5258. "vue": "^3.2.37"
  5259. }
  5260. },
  5261. "node_modules/embla-carousel-wheel-gestures": {
  5262. "version": "8.1.0",
  5263. "license": "MIT",
  5264. "dependencies": {
  5265. "wheel-gestures": "^2.2.5"
  5266. },
  5267. "engines": {
  5268. "node": ">=10"
  5269. },
  5270. "peerDependencies": {
  5271. "embla-carousel": "^8.0.0 || ~8.0.0-rc03"
  5272. }
  5273. },
  5274. "node_modules/emoji-regex": {
  5275. "version": "9.2.2",
  5276. "license": "MIT"
  5277. },
  5278. "node_modules/encodeurl": {
  5279. "version": "2.0.0",
  5280. "license": "MIT",
  5281. "engines": {
  5282. "node": ">= 0.8"
  5283. }
  5284. },
  5285. "node_modules/end-of-stream": {
  5286. "version": "1.4.5",
  5287. "license": "MIT",
  5288. "optional": true,
  5289. "dependencies": {
  5290. "once": "^1.4.0"
  5291. }
  5292. },
  5293. "node_modules/enhanced-resolve": {
  5294. "version": "5.18.3",
  5295. "license": "MIT",
  5296. "dependencies": {
  5297. "graceful-fs": "^4.2.4",
  5298. "tapable": "^2.2.0"
  5299. },
  5300. "engines": {
  5301. "node": ">=10.13.0"
  5302. }
  5303. },
  5304. "node_modules/entities": {
  5305. "version": "4.5.0",
  5306. "license": "BSD-2-Clause",
  5307. "engines": {
  5308. "node": ">=0.12"
  5309. },
  5310. "funding": {
  5311. "url": "https://github.com/fb55/entities?sponsor=1"
  5312. }
  5313. },
  5314. "node_modules/error-stack-parser-es": {
  5315. "version": "1.0.5",
  5316. "license": "MIT",
  5317. "funding": {
  5318. "url": "https://github.com/sponsors/antfu"
  5319. }
  5320. },
  5321. "node_modules/errx": {
  5322. "version": "0.1.0",
  5323. "license": "MIT"
  5324. },
  5325. "node_modules/es-define-property": {
  5326. "version": "1.0.1",
  5327. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  5328. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  5329. "license": "MIT",
  5330. "engines": {
  5331. "node": ">= 0.4"
  5332. }
  5333. },
  5334. "node_modules/es-errors": {
  5335. "version": "1.3.0",
  5336. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  5337. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  5338. "license": "MIT",
  5339. "engines": {
  5340. "node": ">= 0.4"
  5341. }
  5342. },
  5343. "node_modules/es-module-lexer": {
  5344. "version": "1.7.0",
  5345. "license": "MIT"
  5346. },
  5347. "node_modules/es-object-atoms": {
  5348. "version": "1.1.1",
  5349. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  5350. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  5351. "license": "MIT",
  5352. "dependencies": {
  5353. "es-errors": "^1.3.0"
  5354. },
  5355. "engines": {
  5356. "node": ">= 0.4"
  5357. }
  5358. },
  5359. "node_modules/es-set-tostringtag": {
  5360. "version": "2.1.0",
  5361. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  5362. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  5363. "license": "MIT",
  5364. "dependencies": {
  5365. "es-errors": "^1.3.0",
  5366. "get-intrinsic": "^1.2.6",
  5367. "has-tostringtag": "^1.0.2",
  5368. "hasown": "^2.0.2"
  5369. },
  5370. "engines": {
  5371. "node": ">= 0.4"
  5372. }
  5373. },
  5374. "node_modules/esbuild": {
  5375. "version": "0.25.11",
  5376. "hasInstallScript": true,
  5377. "license": "MIT",
  5378. "bin": {
  5379. "esbuild": "bin/esbuild"
  5380. },
  5381. "engines": {
  5382. "node": ">=18"
  5383. },
  5384. "optionalDependencies": {
  5385. "@esbuild/aix-ppc64": "0.25.11",
  5386. "@esbuild/android-arm": "0.25.11",
  5387. "@esbuild/android-arm64": "0.25.11",
  5388. "@esbuild/android-x64": "0.25.11",
  5389. "@esbuild/darwin-arm64": "0.25.11",
  5390. "@esbuild/darwin-x64": "0.25.11",
  5391. "@esbuild/freebsd-arm64": "0.25.11",
  5392. "@esbuild/freebsd-x64": "0.25.11",
  5393. "@esbuild/linux-arm": "0.25.11",
  5394. "@esbuild/linux-arm64": "0.25.11",
  5395. "@esbuild/linux-ia32": "0.25.11",
  5396. "@esbuild/linux-loong64": "0.25.11",
  5397. "@esbuild/linux-mips64el": "0.25.11",
  5398. "@esbuild/linux-ppc64": "0.25.11",
  5399. "@esbuild/linux-riscv64": "0.25.11",
  5400. "@esbuild/linux-s390x": "0.25.11",
  5401. "@esbuild/linux-x64": "0.25.11",
  5402. "@esbuild/netbsd-arm64": "0.25.11",
  5403. "@esbuild/netbsd-x64": "0.25.11",
  5404. "@esbuild/openbsd-arm64": "0.25.11",
  5405. "@esbuild/openbsd-x64": "0.25.11",
  5406. "@esbuild/openharmony-arm64": "0.25.11",
  5407. "@esbuild/sunos-x64": "0.25.11",
  5408. "@esbuild/win32-arm64": "0.25.11",
  5409. "@esbuild/win32-ia32": "0.25.11",
  5410. "@esbuild/win32-x64": "0.25.11"
  5411. }
  5412. },
  5413. "node_modules/esbuild/node_modules/@esbuild/aix-ppc64": {
  5414. "version": "0.25.11",
  5415. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz",
  5416. "integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==",
  5417. "cpu": [
  5418. "ppc64"
  5419. ],
  5420. "license": "MIT",
  5421. "optional": true,
  5422. "os": [
  5423. "aix"
  5424. ],
  5425. "engines": {
  5426. "node": ">=18"
  5427. }
  5428. },
  5429. "node_modules/esbuild/node_modules/@esbuild/android-arm": {
  5430. "version": "0.25.11",
  5431. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz",
  5432. "integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==",
  5433. "cpu": [
  5434. "arm"
  5435. ],
  5436. "license": "MIT",
  5437. "optional": true,
  5438. "os": [
  5439. "android"
  5440. ],
  5441. "engines": {
  5442. "node": ">=18"
  5443. }
  5444. },
  5445. "node_modules/esbuild/node_modules/@esbuild/android-arm64": {
  5446. "version": "0.25.11",
  5447. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz",
  5448. "integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==",
  5449. "cpu": [
  5450. "arm64"
  5451. ],
  5452. "license": "MIT",
  5453. "optional": true,
  5454. "os": [
  5455. "android"
  5456. ],
  5457. "engines": {
  5458. "node": ">=18"
  5459. }
  5460. },
  5461. "node_modules/esbuild/node_modules/@esbuild/android-x64": {
  5462. "version": "0.25.11",
  5463. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz",
  5464. "integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==",
  5465. "cpu": [
  5466. "x64"
  5467. ],
  5468. "license": "MIT",
  5469. "optional": true,
  5470. "os": [
  5471. "android"
  5472. ],
  5473. "engines": {
  5474. "node": ">=18"
  5475. }
  5476. },
  5477. "node_modules/esbuild/node_modules/@esbuild/darwin-x64": {
  5478. "version": "0.25.11",
  5479. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz",
  5480. "integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==",
  5481. "cpu": [
  5482. "x64"
  5483. ],
  5484. "license": "MIT",
  5485. "optional": true,
  5486. "os": [
  5487. "darwin"
  5488. ],
  5489. "engines": {
  5490. "node": ">=18"
  5491. }
  5492. },
  5493. "node_modules/esbuild/node_modules/@esbuild/freebsd-arm64": {
  5494. "version": "0.25.11",
  5495. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz",
  5496. "integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==",
  5497. "cpu": [
  5498. "arm64"
  5499. ],
  5500. "license": "MIT",
  5501. "optional": true,
  5502. "os": [
  5503. "freebsd"
  5504. ],
  5505. "engines": {
  5506. "node": ">=18"
  5507. }
  5508. },
  5509. "node_modules/esbuild/node_modules/@esbuild/freebsd-x64": {
  5510. "version": "0.25.11",
  5511. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz",
  5512. "integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==",
  5513. "cpu": [
  5514. "x64"
  5515. ],
  5516. "license": "MIT",
  5517. "optional": true,
  5518. "os": [
  5519. "freebsd"
  5520. ],
  5521. "engines": {
  5522. "node": ">=18"
  5523. }
  5524. },
  5525. "node_modules/esbuild/node_modules/@esbuild/linux-arm": {
  5526. "version": "0.25.11",
  5527. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz",
  5528. "integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==",
  5529. "cpu": [
  5530. "arm"
  5531. ],
  5532. "license": "MIT",
  5533. "optional": true,
  5534. "os": [
  5535. "linux"
  5536. ],
  5537. "engines": {
  5538. "node": ">=18"
  5539. }
  5540. },
  5541. "node_modules/esbuild/node_modules/@esbuild/linux-arm64": {
  5542. "version": "0.25.11",
  5543. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz",
  5544. "integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==",
  5545. "cpu": [
  5546. "arm64"
  5547. ],
  5548. "license": "MIT",
  5549. "optional": true,
  5550. "os": [
  5551. "linux"
  5552. ],
  5553. "engines": {
  5554. "node": ">=18"
  5555. }
  5556. },
  5557. "node_modules/esbuild/node_modules/@esbuild/linux-ia32": {
  5558. "version": "0.25.11",
  5559. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz",
  5560. "integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==",
  5561. "cpu": [
  5562. "ia32"
  5563. ],
  5564. "license": "MIT",
  5565. "optional": true,
  5566. "os": [
  5567. "linux"
  5568. ],
  5569. "engines": {
  5570. "node": ">=18"
  5571. }
  5572. },
  5573. "node_modules/esbuild/node_modules/@esbuild/linux-loong64": {
  5574. "version": "0.25.11",
  5575. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz",
  5576. "integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==",
  5577. "cpu": [
  5578. "loong64"
  5579. ],
  5580. "license": "MIT",
  5581. "optional": true,
  5582. "os": [
  5583. "linux"
  5584. ],
  5585. "engines": {
  5586. "node": ">=18"
  5587. }
  5588. },
  5589. "node_modules/esbuild/node_modules/@esbuild/linux-mips64el": {
  5590. "version": "0.25.11",
  5591. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz",
  5592. "integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==",
  5593. "cpu": [
  5594. "mips64el"
  5595. ],
  5596. "license": "MIT",
  5597. "optional": true,
  5598. "os": [
  5599. "linux"
  5600. ],
  5601. "engines": {
  5602. "node": ">=18"
  5603. }
  5604. },
  5605. "node_modules/esbuild/node_modules/@esbuild/linux-ppc64": {
  5606. "version": "0.25.11",
  5607. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz",
  5608. "integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==",
  5609. "cpu": [
  5610. "ppc64"
  5611. ],
  5612. "license": "MIT",
  5613. "optional": true,
  5614. "os": [
  5615. "linux"
  5616. ],
  5617. "engines": {
  5618. "node": ">=18"
  5619. }
  5620. },
  5621. "node_modules/esbuild/node_modules/@esbuild/linux-riscv64": {
  5622. "version": "0.25.11",
  5623. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz",
  5624. "integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==",
  5625. "cpu": [
  5626. "riscv64"
  5627. ],
  5628. "license": "MIT",
  5629. "optional": true,
  5630. "os": [
  5631. "linux"
  5632. ],
  5633. "engines": {
  5634. "node": ">=18"
  5635. }
  5636. },
  5637. "node_modules/esbuild/node_modules/@esbuild/linux-s390x": {
  5638. "version": "0.25.11",
  5639. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz",
  5640. "integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==",
  5641. "cpu": [
  5642. "s390x"
  5643. ],
  5644. "license": "MIT",
  5645. "optional": true,
  5646. "os": [
  5647. "linux"
  5648. ],
  5649. "engines": {
  5650. "node": ">=18"
  5651. }
  5652. },
  5653. "node_modules/esbuild/node_modules/@esbuild/linux-x64": {
  5654. "version": "0.25.11",
  5655. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz",
  5656. "integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==",
  5657. "cpu": [
  5658. "x64"
  5659. ],
  5660. "license": "MIT",
  5661. "optional": true,
  5662. "os": [
  5663. "linux"
  5664. ],
  5665. "engines": {
  5666. "node": ">=18"
  5667. }
  5668. },
  5669. "node_modules/esbuild/node_modules/@esbuild/netbsd-arm64": {
  5670. "version": "0.25.11",
  5671. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz",
  5672. "integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==",
  5673. "cpu": [
  5674. "arm64"
  5675. ],
  5676. "license": "MIT",
  5677. "optional": true,
  5678. "os": [
  5679. "netbsd"
  5680. ],
  5681. "engines": {
  5682. "node": ">=18"
  5683. }
  5684. },
  5685. "node_modules/esbuild/node_modules/@esbuild/netbsd-x64": {
  5686. "version": "0.25.11",
  5687. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz",
  5688. "integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==",
  5689. "cpu": [
  5690. "x64"
  5691. ],
  5692. "license": "MIT",
  5693. "optional": true,
  5694. "os": [
  5695. "netbsd"
  5696. ],
  5697. "engines": {
  5698. "node": ">=18"
  5699. }
  5700. },
  5701. "node_modules/esbuild/node_modules/@esbuild/openbsd-arm64": {
  5702. "version": "0.25.11",
  5703. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz",
  5704. "integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==",
  5705. "cpu": [
  5706. "arm64"
  5707. ],
  5708. "license": "MIT",
  5709. "optional": true,
  5710. "os": [
  5711. "openbsd"
  5712. ],
  5713. "engines": {
  5714. "node": ">=18"
  5715. }
  5716. },
  5717. "node_modules/esbuild/node_modules/@esbuild/openbsd-x64": {
  5718. "version": "0.25.11",
  5719. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz",
  5720. "integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==",
  5721. "cpu": [
  5722. "x64"
  5723. ],
  5724. "license": "MIT",
  5725. "optional": true,
  5726. "os": [
  5727. "openbsd"
  5728. ],
  5729. "engines": {
  5730. "node": ">=18"
  5731. }
  5732. },
  5733. "node_modules/esbuild/node_modules/@esbuild/openharmony-arm64": {
  5734. "version": "0.25.11",
  5735. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz",
  5736. "integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==",
  5737. "cpu": [
  5738. "arm64"
  5739. ],
  5740. "license": "MIT",
  5741. "optional": true,
  5742. "os": [
  5743. "openharmony"
  5744. ],
  5745. "engines": {
  5746. "node": ">=18"
  5747. }
  5748. },
  5749. "node_modules/esbuild/node_modules/@esbuild/sunos-x64": {
  5750. "version": "0.25.11",
  5751. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz",
  5752. "integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==",
  5753. "cpu": [
  5754. "x64"
  5755. ],
  5756. "license": "MIT",
  5757. "optional": true,
  5758. "os": [
  5759. "sunos"
  5760. ],
  5761. "engines": {
  5762. "node": ">=18"
  5763. }
  5764. },
  5765. "node_modules/esbuild/node_modules/@esbuild/win32-arm64": {
  5766. "version": "0.25.11",
  5767. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz",
  5768. "integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==",
  5769. "cpu": [
  5770. "arm64"
  5771. ],
  5772. "license": "MIT",
  5773. "optional": true,
  5774. "os": [
  5775. "win32"
  5776. ],
  5777. "engines": {
  5778. "node": ">=18"
  5779. }
  5780. },
  5781. "node_modules/esbuild/node_modules/@esbuild/win32-ia32": {
  5782. "version": "0.25.11",
  5783. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz",
  5784. "integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==",
  5785. "cpu": [
  5786. "ia32"
  5787. ],
  5788. "license": "MIT",
  5789. "optional": true,
  5790. "os": [
  5791. "win32"
  5792. ],
  5793. "engines": {
  5794. "node": ">=18"
  5795. }
  5796. },
  5797. "node_modules/esbuild/node_modules/@esbuild/win32-x64": {
  5798. "version": "0.25.11",
  5799. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz",
  5800. "integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==",
  5801. "cpu": [
  5802. "x64"
  5803. ],
  5804. "license": "MIT",
  5805. "optional": true,
  5806. "os": [
  5807. "win32"
  5808. ],
  5809. "engines": {
  5810. "node": ">=18"
  5811. }
  5812. },
  5813. "node_modules/escalade": {
  5814. "version": "3.2.0",
  5815. "license": "MIT",
  5816. "engines": {
  5817. "node": ">=6"
  5818. }
  5819. },
  5820. "node_modules/escape-html": {
  5821. "version": "1.0.3",
  5822. "license": "MIT"
  5823. },
  5824. "node_modules/escape-string-regexp": {
  5825. "version": "4.0.0",
  5826. "license": "MIT",
  5827. "engines": {
  5828. "node": ">=10"
  5829. },
  5830. "funding": {
  5831. "url": "https://github.com/sponsors/sindresorhus"
  5832. }
  5833. },
  5834. "node_modules/eslint": {
  5835. "version": "9.38.0",
  5836. "license": "MIT",
  5837. "dependencies": {
  5838. "@eslint-community/eslint-utils": "^4.8.0",
  5839. "@eslint-community/regexpp": "^4.12.1",
  5840. "@eslint/config-array": "^0.21.1",
  5841. "@eslint/config-helpers": "^0.4.1",
  5842. "@eslint/core": "^0.16.0",
  5843. "@eslint/eslintrc": "^3.3.1",
  5844. "@eslint/js": "9.38.0",
  5845. "@eslint/plugin-kit": "^0.4.0",
  5846. "@humanfs/node": "^0.16.6",
  5847. "@humanwhocodes/module-importer": "^1.0.1",
  5848. "@humanwhocodes/retry": "^0.4.2",
  5849. "@types/estree": "^1.0.6",
  5850. "ajv": "^6.12.4",
  5851. "chalk": "^4.0.0",
  5852. "cross-spawn": "^7.0.6",
  5853. "debug": "^4.3.2",
  5854. "escape-string-regexp": "^4.0.0",
  5855. "eslint-scope": "^8.4.0",
  5856. "eslint-visitor-keys": "^4.2.1",
  5857. "espree": "^10.4.0",
  5858. "esquery": "^1.5.0",
  5859. "esutils": "^2.0.2",
  5860. "fast-deep-equal": "^3.1.3",
  5861. "file-entry-cache": "^8.0.0",
  5862. "find-up": "^5.0.0",
  5863. "glob-parent": "^6.0.2",
  5864. "ignore": "^5.2.0",
  5865. "imurmurhash": "^0.1.4",
  5866. "is-glob": "^4.0.0",
  5867. "json-stable-stringify-without-jsonify": "^1.0.1",
  5868. "lodash.merge": "^4.6.2",
  5869. "minimatch": "^3.1.2",
  5870. "natural-compare": "^1.4.0",
  5871. "optionator": "^0.9.3"
  5872. },
  5873. "bin": {
  5874. "eslint": "bin/eslint.js"
  5875. },
  5876. "engines": {
  5877. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5878. },
  5879. "funding": {
  5880. "url": "https://eslint.org/donate"
  5881. },
  5882. "peerDependencies": {
  5883. "jiti": "*"
  5884. },
  5885. "peerDependenciesMeta": {
  5886. "jiti": {
  5887. "optional": true
  5888. }
  5889. }
  5890. },
  5891. "node_modules/eslint-config-flat-gitignore": {
  5892. "version": "2.1.0",
  5893. "license": "MIT",
  5894. "dependencies": {
  5895. "@eslint/compat": "^1.2.5"
  5896. },
  5897. "funding": {
  5898. "url": "https://github.com/sponsors/antfu"
  5899. },
  5900. "peerDependencies": {
  5901. "eslint": "^9.5.0"
  5902. }
  5903. },
  5904. "node_modules/eslint-flat-config-utils": {
  5905. "version": "2.1.4",
  5906. "license": "MIT",
  5907. "dependencies": {
  5908. "pathe": "^2.0.3"
  5909. },
  5910. "funding": {
  5911. "url": "https://github.com/sponsors/antfu"
  5912. }
  5913. },
  5914. "node_modules/eslint-import-context": {
  5915. "version": "0.1.9",
  5916. "license": "MIT",
  5917. "dependencies": {
  5918. "get-tsconfig": "^4.10.1",
  5919. "stable-hash-x": "^0.2.0"
  5920. },
  5921. "engines": {
  5922. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  5923. },
  5924. "funding": {
  5925. "url": "https://opencollective.com/eslint-import-context"
  5926. },
  5927. "peerDependencies": {
  5928. "unrs-resolver": "^1.0.0"
  5929. },
  5930. "peerDependenciesMeta": {
  5931. "unrs-resolver": {
  5932. "optional": true
  5933. }
  5934. }
  5935. },
  5936. "node_modules/eslint-merge-processors": {
  5937. "version": "2.0.0",
  5938. "license": "MIT",
  5939. "funding": {
  5940. "url": "https://github.com/sponsors/antfu"
  5941. },
  5942. "peerDependencies": {
  5943. "eslint": "*"
  5944. }
  5945. },
  5946. "node_modules/eslint-plugin-import-lite": {
  5947. "version": "0.3.0",
  5948. "license": "MIT",
  5949. "dependencies": {
  5950. "@eslint-community/eslint-utils": "^4.7.0",
  5951. "@typescript-eslint/types": "^8.34.0"
  5952. },
  5953. "engines": {
  5954. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5955. },
  5956. "peerDependencies": {
  5957. "eslint": ">=9.0.0",
  5958. "typescript": ">=4.5"
  5959. },
  5960. "peerDependenciesMeta": {
  5961. "typescript": {
  5962. "optional": true
  5963. }
  5964. }
  5965. },
  5966. "node_modules/eslint-plugin-import-x": {
  5967. "version": "4.16.1",
  5968. "license": "MIT",
  5969. "dependencies": {
  5970. "@typescript-eslint/types": "^8.35.0",
  5971. "comment-parser": "^1.4.1",
  5972. "debug": "^4.4.1",
  5973. "eslint-import-context": "^0.1.9",
  5974. "is-glob": "^4.0.3",
  5975. "minimatch": "^9.0.3 || ^10.0.1",
  5976. "semver": "^7.7.2",
  5977. "stable-hash-x": "^0.2.0",
  5978. "unrs-resolver": "^1.9.2"
  5979. },
  5980. "engines": {
  5981. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5982. },
  5983. "funding": {
  5984. "url": "https://opencollective.com/eslint-plugin-import-x"
  5985. },
  5986. "peerDependencies": {
  5987. "@typescript-eslint/utils": "^8.0.0",
  5988. "eslint": "^8.57.0 || ^9.0.0",
  5989. "eslint-import-resolver-node": "*"
  5990. },
  5991. "peerDependenciesMeta": {
  5992. "@typescript-eslint/utils": {
  5993. "optional": true
  5994. },
  5995. "eslint-import-resolver-node": {
  5996. "optional": true
  5997. }
  5998. }
  5999. },
  6000. "node_modules/eslint-plugin-jsdoc": {
  6001. "version": "54.7.0",
  6002. "license": "BSD-3-Clause",
  6003. "dependencies": {
  6004. "@es-joy/jsdoccomment": "~0.56.0",
  6005. "are-docs-informative": "^0.0.2",
  6006. "comment-parser": "1.4.1",
  6007. "debug": "^4.4.1",
  6008. "escape-string-regexp": "^4.0.0",
  6009. "espree": "^10.4.0",
  6010. "esquery": "^1.6.0",
  6011. "parse-imports-exports": "^0.2.4",
  6012. "semver": "^7.7.2",
  6013. "spdx-expression-parse": "^4.0.0"
  6014. },
  6015. "engines": {
  6016. "node": ">=20.11.0"
  6017. },
  6018. "peerDependencies": {
  6019. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  6020. }
  6021. },
  6022. "node_modules/eslint-plugin-regexp": {
  6023. "version": "2.10.0",
  6024. "license": "MIT",
  6025. "dependencies": {
  6026. "@eslint-community/eslint-utils": "^4.2.0",
  6027. "@eslint-community/regexpp": "^4.11.0",
  6028. "comment-parser": "^1.4.0",
  6029. "jsdoc-type-pratt-parser": "^4.0.0",
  6030. "refa": "^0.12.1",
  6031. "regexp-ast-analysis": "^0.7.1",
  6032. "scslre": "^0.3.0"
  6033. },
  6034. "engines": {
  6035. "node": "^18 || >=20"
  6036. },
  6037. "peerDependencies": {
  6038. "eslint": ">=8.44.0"
  6039. }
  6040. },
  6041. "node_modules/eslint-plugin-regexp/node_modules/jsdoc-type-pratt-parser": {
  6042. "version": "4.8.0",
  6043. "license": "MIT",
  6044. "engines": {
  6045. "node": ">=12.0.0"
  6046. }
  6047. },
  6048. "node_modules/eslint-plugin-unicorn": {
  6049. "version": "60.0.0",
  6050. "license": "MIT",
  6051. "dependencies": {
  6052. "@babel/helper-validator-identifier": "^7.27.1",
  6053. "@eslint-community/eslint-utils": "^4.7.0",
  6054. "@eslint/plugin-kit": "^0.3.3",
  6055. "change-case": "^5.4.4",
  6056. "ci-info": "^4.3.0",
  6057. "clean-regexp": "^1.0.0",
  6058. "core-js-compat": "^3.44.0",
  6059. "esquery": "^1.6.0",
  6060. "find-up-simple": "^1.0.1",
  6061. "globals": "^16.3.0",
  6062. "indent-string": "^5.0.0",
  6063. "is-builtin-module": "^5.0.0",
  6064. "jsesc": "^3.1.0",
  6065. "pluralize": "^8.0.0",
  6066. "regexp-tree": "^0.1.27",
  6067. "regjsparser": "^0.12.0",
  6068. "semver": "^7.7.2",
  6069. "strip-indent": "^4.0.0"
  6070. },
  6071. "engines": {
  6072. "node": "^20.10.0 || >=21.0.0"
  6073. },
  6074. "funding": {
  6075. "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
  6076. },
  6077. "peerDependencies": {
  6078. "eslint": ">=9.29.0"
  6079. }
  6080. },
  6081. "node_modules/eslint-plugin-unicorn/node_modules/@eslint/core": {
  6082. "version": "0.15.2",
  6083. "license": "Apache-2.0",
  6084. "dependencies": {
  6085. "@types/json-schema": "^7.0.15"
  6086. },
  6087. "engines": {
  6088. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6089. }
  6090. },
  6091. "node_modules/eslint-plugin-unicorn/node_modules/@eslint/plugin-kit": {
  6092. "version": "0.3.5",
  6093. "license": "Apache-2.0",
  6094. "dependencies": {
  6095. "@eslint/core": "^0.15.2",
  6096. "levn": "^0.4.1"
  6097. },
  6098. "engines": {
  6099. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6100. }
  6101. },
  6102. "node_modules/eslint-plugin-vue": {
  6103. "version": "10.5.1",
  6104. "license": "MIT",
  6105. "dependencies": {
  6106. "@eslint-community/eslint-utils": "^4.4.0",
  6107. "natural-compare": "^1.4.0",
  6108. "nth-check": "^2.1.1",
  6109. "postcss-selector-parser": "^6.0.15",
  6110. "semver": "^7.6.3",
  6111. "xml-name-validator": "^4.0.0"
  6112. },
  6113. "engines": {
  6114. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6115. },
  6116. "peerDependencies": {
  6117. "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
  6118. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  6119. "eslint": "^8.57.0 || ^9.0.0",
  6120. "vue-eslint-parser": "^10.0.0"
  6121. },
  6122. "peerDependenciesMeta": {
  6123. "@stylistic/eslint-plugin": {
  6124. "optional": true
  6125. },
  6126. "@typescript-eslint/parser": {
  6127. "optional": true
  6128. }
  6129. }
  6130. },
  6131. "node_modules/eslint-processor-vue-blocks": {
  6132. "version": "2.0.0",
  6133. "license": "MIT",
  6134. "funding": {
  6135. "url": "https://github.com/sponsors/antfu"
  6136. },
  6137. "peerDependencies": {
  6138. "@vue/compiler-sfc": "^3.3.0",
  6139. "eslint": ">=9.0.0"
  6140. }
  6141. },
  6142. "node_modules/eslint-scope": {
  6143. "version": "8.4.0",
  6144. "license": "BSD-2-Clause",
  6145. "dependencies": {
  6146. "esrecurse": "^4.3.0",
  6147. "estraverse": "^5.2.0"
  6148. },
  6149. "engines": {
  6150. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6151. },
  6152. "funding": {
  6153. "url": "https://opencollective.com/eslint"
  6154. }
  6155. },
  6156. "node_modules/eslint-typegen": {
  6157. "version": "2.3.0",
  6158. "license": "MIT",
  6159. "dependencies": {
  6160. "json-schema-to-typescript-lite": "^15.0.0",
  6161. "ohash": "^2.0.11"
  6162. },
  6163. "funding": {
  6164. "url": "https://github.com/sponsors/antfu"
  6165. },
  6166. "peerDependencies": {
  6167. "eslint": "^9.0.0"
  6168. }
  6169. },
  6170. "node_modules/eslint-visitor-keys": {
  6171. "version": "4.2.1",
  6172. "license": "Apache-2.0",
  6173. "engines": {
  6174. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6175. },
  6176. "funding": {
  6177. "url": "https://opencollective.com/eslint"
  6178. }
  6179. },
  6180. "node_modules/eslint/node_modules/brace-expansion": {
  6181. "version": "1.1.12",
  6182. "license": "MIT",
  6183. "dependencies": {
  6184. "balanced-match": "^1.0.0",
  6185. "concat-map": "0.0.1"
  6186. }
  6187. },
  6188. "node_modules/eslint/node_modules/find-up": {
  6189. "version": "5.0.0",
  6190. "license": "MIT",
  6191. "dependencies": {
  6192. "locate-path": "^6.0.0",
  6193. "path-exists": "^4.0.0"
  6194. },
  6195. "engines": {
  6196. "node": ">=10"
  6197. },
  6198. "funding": {
  6199. "url": "https://github.com/sponsors/sindresorhus"
  6200. }
  6201. },
  6202. "node_modules/eslint/node_modules/ignore": {
  6203. "version": "5.3.2",
  6204. "license": "MIT",
  6205. "engines": {
  6206. "node": ">= 4"
  6207. }
  6208. },
  6209. "node_modules/eslint/node_modules/locate-path": {
  6210. "version": "6.0.0",
  6211. "license": "MIT",
  6212. "dependencies": {
  6213. "p-locate": "^5.0.0"
  6214. },
  6215. "engines": {
  6216. "node": ">=10"
  6217. },
  6218. "funding": {
  6219. "url": "https://github.com/sponsors/sindresorhus"
  6220. }
  6221. },
  6222. "node_modules/eslint/node_modules/minimatch": {
  6223. "version": "3.1.2",
  6224. "license": "ISC",
  6225. "dependencies": {
  6226. "brace-expansion": "^1.1.7"
  6227. },
  6228. "engines": {
  6229. "node": "*"
  6230. }
  6231. },
  6232. "node_modules/eslint/node_modules/p-limit": {
  6233. "version": "3.1.0",
  6234. "license": "MIT",
  6235. "dependencies": {
  6236. "yocto-queue": "^0.1.0"
  6237. },
  6238. "engines": {
  6239. "node": ">=10"
  6240. },
  6241. "funding": {
  6242. "url": "https://github.com/sponsors/sindresorhus"
  6243. }
  6244. },
  6245. "node_modules/eslint/node_modules/p-locate": {
  6246. "version": "5.0.0",
  6247. "license": "MIT",
  6248. "dependencies": {
  6249. "p-limit": "^3.0.2"
  6250. },
  6251. "engines": {
  6252. "node": ">=10"
  6253. },
  6254. "funding": {
  6255. "url": "https://github.com/sponsors/sindresorhus"
  6256. }
  6257. },
  6258. "node_modules/eslint/node_modules/path-exists": {
  6259. "version": "4.0.0",
  6260. "license": "MIT",
  6261. "engines": {
  6262. "node": ">=8"
  6263. }
  6264. },
  6265. "node_modules/eslint/node_modules/yocto-queue": {
  6266. "version": "0.1.0",
  6267. "license": "MIT",
  6268. "engines": {
  6269. "node": ">=10"
  6270. },
  6271. "funding": {
  6272. "url": "https://github.com/sponsors/sindresorhus"
  6273. }
  6274. },
  6275. "node_modules/espree": {
  6276. "version": "10.4.0",
  6277. "license": "BSD-2-Clause",
  6278. "dependencies": {
  6279. "acorn": "^8.15.0",
  6280. "acorn-jsx": "^5.3.2",
  6281. "eslint-visitor-keys": "^4.2.1"
  6282. },
  6283. "engines": {
  6284. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6285. },
  6286. "funding": {
  6287. "url": "https://opencollective.com/eslint"
  6288. }
  6289. },
  6290. "node_modules/esquery": {
  6291. "version": "1.6.0",
  6292. "license": "BSD-3-Clause",
  6293. "dependencies": {
  6294. "estraverse": "^5.1.0"
  6295. },
  6296. "engines": {
  6297. "node": ">=0.10"
  6298. }
  6299. },
  6300. "node_modules/esrecurse": {
  6301. "version": "4.3.0",
  6302. "license": "BSD-2-Clause",
  6303. "dependencies": {
  6304. "estraverse": "^5.2.0"
  6305. },
  6306. "engines": {
  6307. "node": ">=4.0"
  6308. }
  6309. },
  6310. "node_modules/estraverse": {
  6311. "version": "5.3.0",
  6312. "license": "BSD-2-Clause",
  6313. "engines": {
  6314. "node": ">=4.0"
  6315. }
  6316. },
  6317. "node_modules/estree-walker": {
  6318. "version": "2.0.2",
  6319. "license": "MIT"
  6320. },
  6321. "node_modules/esutils": {
  6322. "version": "2.0.3",
  6323. "license": "BSD-2-Clause",
  6324. "engines": {
  6325. "node": ">=0.10.0"
  6326. }
  6327. },
  6328. "node_modules/etag": {
  6329. "version": "1.8.1",
  6330. "license": "MIT",
  6331. "engines": {
  6332. "node": ">= 0.6"
  6333. }
  6334. },
  6335. "node_modules/event-target-shim": {
  6336. "version": "5.0.1",
  6337. "license": "MIT",
  6338. "engines": {
  6339. "node": ">=6"
  6340. }
  6341. },
  6342. "node_modules/events": {
  6343. "version": "3.3.0",
  6344. "license": "MIT",
  6345. "engines": {
  6346. "node": ">=0.8.x"
  6347. }
  6348. },
  6349. "node_modules/events-universal": {
  6350. "version": "1.0.1",
  6351. "license": "Apache-2.0",
  6352. "dependencies": {
  6353. "bare-events": "^2.7.0"
  6354. }
  6355. },
  6356. "node_modules/eventsource-parser": {
  6357. "version": "3.0.6",
  6358. "license": "MIT",
  6359. "engines": {
  6360. "node": ">=18.0.0"
  6361. }
  6362. },
  6363. "node_modules/execa": {
  6364. "version": "8.0.1",
  6365. "license": "MIT",
  6366. "dependencies": {
  6367. "cross-spawn": "^7.0.3",
  6368. "get-stream": "^8.0.1",
  6369. "human-signals": "^5.0.0",
  6370. "is-stream": "^3.0.0",
  6371. "merge-stream": "^2.0.0",
  6372. "npm-run-path": "^5.1.0",
  6373. "onetime": "^6.0.0",
  6374. "signal-exit": "^4.1.0",
  6375. "strip-final-newline": "^3.0.0"
  6376. },
  6377. "engines": {
  6378. "node": ">=16.17"
  6379. },
  6380. "funding": {
  6381. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6382. }
  6383. },
  6384. "node_modules/expand-template": {
  6385. "version": "2.0.3",
  6386. "license": "(MIT OR WTFPL)",
  6387. "optional": true,
  6388. "engines": {
  6389. "node": ">=6"
  6390. }
  6391. },
  6392. "node_modules/exsolve": {
  6393. "version": "1.0.7",
  6394. "license": "MIT"
  6395. },
  6396. "node_modules/fast-deep-equal": {
  6397. "version": "3.1.3",
  6398. "license": "MIT"
  6399. },
  6400. "node_modules/fast-fifo": {
  6401. "version": "1.3.2",
  6402. "license": "MIT"
  6403. },
  6404. "node_modules/fast-glob": {
  6405. "version": "3.3.3",
  6406. "license": "MIT",
  6407. "dependencies": {
  6408. "@nodelib/fs.stat": "^2.0.2",
  6409. "@nodelib/fs.walk": "^1.2.3",
  6410. "glob-parent": "^5.1.2",
  6411. "merge2": "^1.3.0",
  6412. "micromatch": "^4.0.8"
  6413. },
  6414. "engines": {
  6415. "node": ">=8.6.0"
  6416. }
  6417. },
  6418. "node_modules/fast-glob/node_modules/@nodelib/fs.scandir": {
  6419. "version": "2.1.5",
  6420. "license": "MIT",
  6421. "dependencies": {
  6422. "@nodelib/fs.stat": "2.0.5",
  6423. "run-parallel": "^1.1.9"
  6424. },
  6425. "engines": {
  6426. "node": ">= 8"
  6427. }
  6428. },
  6429. "node_modules/fast-glob/node_modules/@nodelib/fs.stat": {
  6430. "version": "2.0.5",
  6431. "license": "MIT",
  6432. "engines": {
  6433. "node": ">= 8"
  6434. }
  6435. },
  6436. "node_modules/fast-glob/node_modules/@nodelib/fs.walk": {
  6437. "version": "1.2.8",
  6438. "license": "MIT",
  6439. "dependencies": {
  6440. "@nodelib/fs.scandir": "2.1.5",
  6441. "fastq": "^1.6.0"
  6442. },
  6443. "engines": {
  6444. "node": ">= 8"
  6445. }
  6446. },
  6447. "node_modules/fast-glob/node_modules/glob-parent": {
  6448. "version": "5.1.2",
  6449. "license": "ISC",
  6450. "dependencies": {
  6451. "is-glob": "^4.0.1"
  6452. },
  6453. "engines": {
  6454. "node": ">= 6"
  6455. }
  6456. },
  6457. "node_modules/fast-json-stable-stringify": {
  6458. "version": "2.1.0",
  6459. "license": "MIT"
  6460. },
  6461. "node_modules/fast-levenshtein": {
  6462. "version": "2.0.6",
  6463. "license": "MIT"
  6464. },
  6465. "node_modules/fast-npm-meta": {
  6466. "version": "0.4.7",
  6467. "license": "MIT",
  6468. "funding": {
  6469. "url": "https://github.com/sponsors/antfu"
  6470. }
  6471. },
  6472. "node_modules/fastq": {
  6473. "version": "1.19.1",
  6474. "license": "ISC",
  6475. "dependencies": {
  6476. "reusify": "^1.0.4"
  6477. }
  6478. },
  6479. "node_modules/fdir": {
  6480. "version": "6.5.0",
  6481. "license": "MIT",
  6482. "engines": {
  6483. "node": ">=12.0.0"
  6484. },
  6485. "peerDependencies": {
  6486. "picomatch": "^3 || ^4"
  6487. },
  6488. "peerDependenciesMeta": {
  6489. "picomatch": {
  6490. "optional": true
  6491. }
  6492. }
  6493. },
  6494. "node_modules/figures": {
  6495. "version": "6.1.0",
  6496. "license": "MIT",
  6497. "dependencies": {
  6498. "is-unicode-supported": "^2.0.0"
  6499. },
  6500. "engines": {
  6501. "node": ">=18"
  6502. },
  6503. "funding": {
  6504. "url": "https://github.com/sponsors/sindresorhus"
  6505. }
  6506. },
  6507. "node_modules/file-entry-cache": {
  6508. "version": "8.0.0",
  6509. "license": "MIT",
  6510. "dependencies": {
  6511. "flat-cache": "^4.0.0"
  6512. },
  6513. "engines": {
  6514. "node": ">=16.0.0"
  6515. }
  6516. },
  6517. "node_modules/file-uri-to-path": {
  6518. "version": "1.0.0",
  6519. "license": "MIT"
  6520. },
  6521. "node_modules/fill-range": {
  6522. "version": "7.1.1",
  6523. "license": "MIT",
  6524. "dependencies": {
  6525. "to-regex-range": "^5.0.1"
  6526. },
  6527. "engines": {
  6528. "node": ">=8"
  6529. }
  6530. },
  6531. "node_modules/find-up": {
  6532. "version": "7.0.0",
  6533. "license": "MIT",
  6534. "dependencies": {
  6535. "locate-path": "^7.2.0",
  6536. "path-exists": "^5.0.0",
  6537. "unicorn-magic": "^0.1.0"
  6538. },
  6539. "engines": {
  6540. "node": ">=18"
  6541. },
  6542. "funding": {
  6543. "url": "https://github.com/sponsors/sindresorhus"
  6544. }
  6545. },
  6546. "node_modules/find-up-simple": {
  6547. "version": "1.0.1",
  6548. "license": "MIT",
  6549. "engines": {
  6550. "node": ">=18"
  6551. },
  6552. "funding": {
  6553. "url": "https://github.com/sponsors/sindresorhus"
  6554. }
  6555. },
  6556. "node_modules/flat-cache": {
  6557. "version": "4.0.1",
  6558. "license": "MIT",
  6559. "dependencies": {
  6560. "flatted": "^3.2.9",
  6561. "keyv": "^4.5.4"
  6562. },
  6563. "engines": {
  6564. "node": ">=16"
  6565. }
  6566. },
  6567. "node_modules/flatpickr": {
  6568. "version": "4.6.13",
  6569. "resolved": "https://registry.npmjs.org/flatpickr/-/flatpickr-4.6.13.tgz",
  6570. "integrity": "sha512-97PMG/aywoYpB4IvbvUJi0RQi8vearvU0oov1WW3k0WZPBMrTQVqekSX5CjSG/M4Q3i6A/0FKXC7RyAoAUUSPw==",
  6571. "license": "MIT"
  6572. },
  6573. "node_modules/flatted": {
  6574. "version": "3.3.3",
  6575. "license": "ISC"
  6576. },
  6577. "node_modules/follow-redirects": {
  6578. "version": "1.15.11",
  6579. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
  6580. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  6581. "funding": [
  6582. {
  6583. "type": "individual",
  6584. "url": "https://github.com/sponsors/RubenVerborgh"
  6585. }
  6586. ],
  6587. "license": "MIT",
  6588. "engines": {
  6589. "node": ">=4.0"
  6590. },
  6591. "peerDependenciesMeta": {
  6592. "debug": {
  6593. "optional": true
  6594. }
  6595. }
  6596. },
  6597. "node_modules/fontaine": {
  6598. "version": "0.6.0",
  6599. "license": "MIT",
  6600. "dependencies": {
  6601. "@capsizecss/metrics": "^3.5.0",
  6602. "@capsizecss/unpack": "^2.4.0",
  6603. "css-tree": "^3.1.0",
  6604. "magic-regexp": "^0.10.0",
  6605. "magic-string": "^0.30.17",
  6606. "pathe": "^2.0.3",
  6607. "ufo": "^1.6.1",
  6608. "unplugin": "^2.3.2"
  6609. }
  6610. },
  6611. "node_modules/fontkit": {
  6612. "version": "2.0.4",
  6613. "license": "MIT",
  6614. "dependencies": {
  6615. "@swc/helpers": "^0.5.12",
  6616. "brotli": "^1.3.2",
  6617. "clone": "^2.1.2",
  6618. "dfa": "^1.2.0",
  6619. "fast-deep-equal": "^3.1.3",
  6620. "restructure": "^3.0.0",
  6621. "tiny-inflate": "^1.0.3",
  6622. "unicode-properties": "^1.4.0",
  6623. "unicode-trie": "^2.0.0"
  6624. }
  6625. },
  6626. "node_modules/foreground-child": {
  6627. "version": "3.3.1",
  6628. "license": "ISC",
  6629. "dependencies": {
  6630. "cross-spawn": "^7.0.6",
  6631. "signal-exit": "^4.0.1"
  6632. },
  6633. "engines": {
  6634. "node": ">=14"
  6635. },
  6636. "funding": {
  6637. "url": "https://github.com/sponsors/isaacs"
  6638. }
  6639. },
  6640. "node_modules/form-data": {
  6641. "version": "4.0.4",
  6642. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
  6643. "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
  6644. "license": "MIT",
  6645. "dependencies": {
  6646. "asynckit": "^0.4.0",
  6647. "combined-stream": "^1.0.8",
  6648. "es-set-tostringtag": "^2.1.0",
  6649. "hasown": "^2.0.2",
  6650. "mime-types": "^2.1.12"
  6651. },
  6652. "engines": {
  6653. "node": ">= 6"
  6654. }
  6655. },
  6656. "node_modules/form-data/node_modules/mime-db": {
  6657. "version": "1.52.0",
  6658. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  6659. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  6660. "license": "MIT",
  6661. "engines": {
  6662. "node": ">= 0.6"
  6663. }
  6664. },
  6665. "node_modules/form-data/node_modules/mime-types": {
  6666. "version": "2.1.35",
  6667. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  6668. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  6669. "license": "MIT",
  6670. "dependencies": {
  6671. "mime-db": "1.52.0"
  6672. },
  6673. "engines": {
  6674. "node": ">= 0.6"
  6675. }
  6676. },
  6677. "node_modules/fraction.js": {
  6678. "version": "4.3.7",
  6679. "license": "MIT",
  6680. "engines": {
  6681. "node": "*"
  6682. },
  6683. "funding": {
  6684. "type": "patreon",
  6685. "url": "https://github.com/sponsors/rawify"
  6686. }
  6687. },
  6688. "node_modules/framer-motion": {
  6689. "version": "12.23.12",
  6690. "license": "MIT",
  6691. "dependencies": {
  6692. "motion-dom": "^12.23.12",
  6693. "motion-utils": "^12.23.6",
  6694. "tslib": "^2.4.0"
  6695. },
  6696. "peerDependencies": {
  6697. "@emotion/is-prop-valid": "*",
  6698. "react": "^18.0.0 || ^19.0.0",
  6699. "react-dom": "^18.0.0 || ^19.0.0"
  6700. },
  6701. "peerDependenciesMeta": {
  6702. "@emotion/is-prop-valid": {
  6703. "optional": true
  6704. },
  6705. "react": {
  6706. "optional": true
  6707. },
  6708. "react-dom": {
  6709. "optional": true
  6710. }
  6711. }
  6712. },
  6713. "node_modules/fresh": {
  6714. "version": "2.0.0",
  6715. "license": "MIT",
  6716. "engines": {
  6717. "node": ">= 0.8"
  6718. }
  6719. },
  6720. "node_modules/fs-constants": {
  6721. "version": "1.0.0",
  6722. "license": "MIT",
  6723. "optional": true
  6724. },
  6725. "node_modules/fsevents": {
  6726. "version": "2.3.3",
  6727. "license": "MIT",
  6728. "optional": true,
  6729. "os": [
  6730. "darwin"
  6731. ],
  6732. "engines": {
  6733. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  6734. }
  6735. },
  6736. "node_modules/function-bind": {
  6737. "version": "1.1.2",
  6738. "license": "MIT",
  6739. "funding": {
  6740. "url": "https://github.com/sponsors/ljharb"
  6741. }
  6742. },
  6743. "node_modules/fuse.js": {
  6744. "version": "7.1.0",
  6745. "license": "Apache-2.0",
  6746. "engines": {
  6747. "node": ">=10"
  6748. }
  6749. },
  6750. "node_modules/gensync": {
  6751. "version": "1.0.0-beta.2",
  6752. "license": "MIT",
  6753. "engines": {
  6754. "node": ">=6.9.0"
  6755. }
  6756. },
  6757. "node_modules/get-caller-file": {
  6758. "version": "2.0.5",
  6759. "license": "ISC",
  6760. "engines": {
  6761. "node": "6.* || 8.* || >= 10.*"
  6762. }
  6763. },
  6764. "node_modules/get-intrinsic": {
  6765. "version": "1.3.0",
  6766. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  6767. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  6768. "license": "MIT",
  6769. "dependencies": {
  6770. "call-bind-apply-helpers": "^1.0.2",
  6771. "es-define-property": "^1.0.1",
  6772. "es-errors": "^1.3.0",
  6773. "es-object-atoms": "^1.1.1",
  6774. "function-bind": "^1.1.2",
  6775. "get-proto": "^1.0.1",
  6776. "gopd": "^1.2.0",
  6777. "has-symbols": "^1.1.0",
  6778. "hasown": "^2.0.2",
  6779. "math-intrinsics": "^1.1.0"
  6780. },
  6781. "engines": {
  6782. "node": ">= 0.4"
  6783. },
  6784. "funding": {
  6785. "url": "https://github.com/sponsors/ljharb"
  6786. }
  6787. },
  6788. "node_modules/get-port-please": {
  6789. "version": "3.2.0",
  6790. "license": "MIT"
  6791. },
  6792. "node_modules/get-proto": {
  6793. "version": "1.0.1",
  6794. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  6795. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  6796. "license": "MIT",
  6797. "dependencies": {
  6798. "dunder-proto": "^1.0.1",
  6799. "es-object-atoms": "^1.0.0"
  6800. },
  6801. "engines": {
  6802. "node": ">= 0.4"
  6803. }
  6804. },
  6805. "node_modules/get-stream": {
  6806. "version": "8.0.1",
  6807. "license": "MIT",
  6808. "engines": {
  6809. "node": ">=16"
  6810. },
  6811. "funding": {
  6812. "url": "https://github.com/sponsors/sindresorhus"
  6813. }
  6814. },
  6815. "node_modules/get-tsconfig": {
  6816. "version": "4.13.0",
  6817. "license": "MIT",
  6818. "dependencies": {
  6819. "resolve-pkg-maps": "^1.0.0"
  6820. },
  6821. "funding": {
  6822. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  6823. }
  6824. },
  6825. "node_modules/giget": {
  6826. "version": "2.0.0",
  6827. "license": "MIT",
  6828. "dependencies": {
  6829. "citty": "^0.1.6",
  6830. "consola": "^3.4.0",
  6831. "defu": "^6.1.4",
  6832. "node-fetch-native": "^1.6.6",
  6833. "nypm": "^0.6.0",
  6834. "pathe": "^2.0.3"
  6835. },
  6836. "bin": {
  6837. "giget": "dist/cli.mjs"
  6838. }
  6839. },
  6840. "node_modules/git-up": {
  6841. "version": "8.1.1",
  6842. "license": "MIT",
  6843. "dependencies": {
  6844. "is-ssh": "^1.4.0",
  6845. "parse-url": "^9.2.0"
  6846. }
  6847. },
  6848. "node_modules/git-url-parse": {
  6849. "version": "16.1.0",
  6850. "license": "MIT",
  6851. "dependencies": {
  6852. "git-up": "^8.1.0"
  6853. }
  6854. },
  6855. "node_modules/github-from-package": {
  6856. "version": "0.0.0",
  6857. "license": "MIT",
  6858. "optional": true
  6859. },
  6860. "node_modules/glob": {
  6861. "version": "10.4.5",
  6862. "license": "ISC",
  6863. "dependencies": {
  6864. "foreground-child": "^3.1.0",
  6865. "jackspeak": "^3.1.2",
  6866. "minimatch": "^9.0.4",
  6867. "minipass": "^7.1.2",
  6868. "package-json-from-dist": "^1.0.0",
  6869. "path-scurry": "^1.11.1"
  6870. },
  6871. "bin": {
  6872. "glob": "dist/esm/bin.mjs"
  6873. },
  6874. "funding": {
  6875. "url": "https://github.com/sponsors/isaacs"
  6876. }
  6877. },
  6878. "node_modules/glob-parent": {
  6879. "version": "6.0.2",
  6880. "license": "ISC",
  6881. "dependencies": {
  6882. "is-glob": "^4.0.3"
  6883. },
  6884. "engines": {
  6885. "node": ">=10.13.0"
  6886. }
  6887. },
  6888. "node_modules/global-directory": {
  6889. "version": "4.0.1",
  6890. "license": "MIT",
  6891. "dependencies": {
  6892. "ini": "4.1.1"
  6893. },
  6894. "engines": {
  6895. "node": ">=18"
  6896. },
  6897. "funding": {
  6898. "url": "https://github.com/sponsors/sindresorhus"
  6899. }
  6900. },
  6901. "node_modules/globals": {
  6902. "version": "16.4.0",
  6903. "license": "MIT",
  6904. "engines": {
  6905. "node": ">=18"
  6906. },
  6907. "funding": {
  6908. "url": "https://github.com/sponsors/sindresorhus"
  6909. }
  6910. },
  6911. "node_modules/globby": {
  6912. "version": "15.0.0",
  6913. "license": "MIT",
  6914. "dependencies": {
  6915. "@sindresorhus/merge-streams": "^4.0.0",
  6916. "fast-glob": "^3.3.3",
  6917. "ignore": "^7.0.5",
  6918. "path-type": "^6.0.0",
  6919. "slash": "^5.1.0",
  6920. "unicorn-magic": "^0.3.0"
  6921. },
  6922. "engines": {
  6923. "node": ">=20"
  6924. },
  6925. "funding": {
  6926. "url": "https://github.com/sponsors/sindresorhus"
  6927. }
  6928. },
  6929. "node_modules/globby/node_modules/unicorn-magic": {
  6930. "version": "0.3.0",
  6931. "license": "MIT",
  6932. "engines": {
  6933. "node": ">=18"
  6934. },
  6935. "funding": {
  6936. "url": "https://github.com/sponsors/sindresorhus"
  6937. }
  6938. },
  6939. "node_modules/gopd": {
  6940. "version": "1.2.0",
  6941. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  6942. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  6943. "license": "MIT",
  6944. "engines": {
  6945. "node": ">= 0.4"
  6946. },
  6947. "funding": {
  6948. "url": "https://github.com/sponsors/ljharb"
  6949. }
  6950. },
  6951. "node_modules/graceful-fs": {
  6952. "version": "4.2.11",
  6953. "license": "ISC"
  6954. },
  6955. "node_modules/graphemer": {
  6956. "version": "1.4.0",
  6957. "license": "MIT"
  6958. },
  6959. "node_modules/gzip-size": {
  6960. "version": "7.0.0",
  6961. "license": "MIT",
  6962. "dependencies": {
  6963. "duplexer": "^0.1.2"
  6964. },
  6965. "engines": {
  6966. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6967. },
  6968. "funding": {
  6969. "url": "https://github.com/sponsors/sindresorhus"
  6970. }
  6971. },
  6972. "node_modules/h3": {
  6973. "version": "1.15.4",
  6974. "license": "MIT",
  6975. "dependencies": {
  6976. "cookie-es": "^1.2.2",
  6977. "crossws": "^0.3.5",
  6978. "defu": "^6.1.4",
  6979. "destr": "^2.0.5",
  6980. "iron-webcrypto": "^1.2.1",
  6981. "node-mock-http": "^1.0.2",
  6982. "radix3": "^1.1.2",
  6983. "ufo": "^1.6.1",
  6984. "uncrypto": "^0.1.3"
  6985. }
  6986. },
  6987. "node_modules/has-flag": {
  6988. "version": "4.0.0",
  6989. "license": "MIT",
  6990. "engines": {
  6991. "node": ">=8"
  6992. }
  6993. },
  6994. "node_modules/has-symbols": {
  6995. "version": "1.1.0",
  6996. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  6997. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  6998. "license": "MIT",
  6999. "engines": {
  7000. "node": ">= 0.4"
  7001. },
  7002. "funding": {
  7003. "url": "https://github.com/sponsors/ljharb"
  7004. }
  7005. },
  7006. "node_modules/has-tostringtag": {
  7007. "version": "1.0.2",
  7008. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  7009. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  7010. "license": "MIT",
  7011. "dependencies": {
  7012. "has-symbols": "^1.0.3"
  7013. },
  7014. "engines": {
  7015. "node": ">= 0.4"
  7016. },
  7017. "funding": {
  7018. "url": "https://github.com/sponsors/ljharb"
  7019. }
  7020. },
  7021. "node_modules/hasown": {
  7022. "version": "2.0.2",
  7023. "license": "MIT",
  7024. "dependencies": {
  7025. "function-bind": "^1.1.2"
  7026. },
  7027. "engines": {
  7028. "node": ">= 0.4"
  7029. }
  7030. },
  7031. "node_modules/hey-listen": {
  7032. "version": "1.0.8",
  7033. "license": "MIT"
  7034. },
  7035. "node_modules/hookable": {
  7036. "version": "5.5.3",
  7037. "license": "MIT"
  7038. },
  7039. "node_modules/http-errors": {
  7040. "version": "2.0.0",
  7041. "license": "MIT",
  7042. "dependencies": {
  7043. "depd": "2.0.0",
  7044. "inherits": "2.0.4",
  7045. "setprototypeof": "1.2.0",
  7046. "statuses": "2.0.1",
  7047. "toidentifier": "1.0.1"
  7048. },
  7049. "engines": {
  7050. "node": ">= 0.8"
  7051. }
  7052. },
  7053. "node_modules/http-errors/node_modules/statuses": {
  7054. "version": "2.0.1",
  7055. "license": "MIT",
  7056. "engines": {
  7057. "node": ">= 0.8"
  7058. }
  7059. },
  7060. "node_modules/http-shutdown": {
  7061. "version": "1.2.2",
  7062. "license": "MIT",
  7063. "engines": {
  7064. "iojs": ">= 1.0.0",
  7065. "node": ">= 0.12.0"
  7066. }
  7067. },
  7068. "node_modules/https-proxy-agent": {
  7069. "version": "7.0.6",
  7070. "license": "MIT",
  7071. "dependencies": {
  7072. "agent-base": "^7.1.2",
  7073. "debug": "4"
  7074. },
  7075. "engines": {
  7076. "node": ">= 14"
  7077. }
  7078. },
  7079. "node_modules/httpxy": {
  7080. "version": "0.1.7",
  7081. "license": "MIT"
  7082. },
  7083. "node_modules/human-signals": {
  7084. "version": "5.0.0",
  7085. "license": "Apache-2.0",
  7086. "engines": {
  7087. "node": ">=16.17.0"
  7088. }
  7089. },
  7090. "node_modules/ieee754": {
  7091. "version": "1.2.1",
  7092. "funding": [
  7093. {
  7094. "type": "github",
  7095. "url": "https://github.com/sponsors/feross"
  7096. },
  7097. {
  7098. "type": "patreon",
  7099. "url": "https://www.patreon.com/feross"
  7100. },
  7101. {
  7102. "type": "consulting",
  7103. "url": "https://feross.org/support"
  7104. }
  7105. ],
  7106. "license": "BSD-3-Clause"
  7107. },
  7108. "node_modules/ignore": {
  7109. "version": "7.0.5",
  7110. "license": "MIT",
  7111. "engines": {
  7112. "node": ">= 4"
  7113. }
  7114. },
  7115. "node_modules/image-meta": {
  7116. "version": "0.2.2",
  7117. "license": "MIT"
  7118. },
  7119. "node_modules/immutable": {
  7120. "version": "5.1.4",
  7121. "devOptional": true,
  7122. "license": "MIT"
  7123. },
  7124. "node_modules/import-fresh": {
  7125. "version": "3.3.1",
  7126. "license": "MIT",
  7127. "dependencies": {
  7128. "parent-module": "^1.0.0",
  7129. "resolve-from": "^4.0.0"
  7130. },
  7131. "engines": {
  7132. "node": ">=6"
  7133. },
  7134. "funding": {
  7135. "url": "https://github.com/sponsors/sindresorhus"
  7136. }
  7137. },
  7138. "node_modules/impound": {
  7139. "version": "1.0.0",
  7140. "license": "MIT",
  7141. "dependencies": {
  7142. "exsolve": "^1.0.5",
  7143. "mocked-exports": "^0.1.1",
  7144. "pathe": "^2.0.3",
  7145. "unplugin": "^2.3.2",
  7146. "unplugin-utils": "^0.2.4"
  7147. }
  7148. },
  7149. "node_modules/imurmurhash": {
  7150. "version": "0.1.4",
  7151. "license": "MIT",
  7152. "engines": {
  7153. "node": ">=0.8.19"
  7154. }
  7155. },
  7156. "node_modules/indent-string": {
  7157. "version": "5.0.0",
  7158. "license": "MIT",
  7159. "engines": {
  7160. "node": ">=12"
  7161. },
  7162. "funding": {
  7163. "url": "https://github.com/sponsors/sindresorhus"
  7164. }
  7165. },
  7166. "node_modules/inherits": {
  7167. "version": "2.0.4",
  7168. "license": "ISC"
  7169. },
  7170. "node_modules/ini": {
  7171. "version": "4.1.1",
  7172. "license": "ISC",
  7173. "engines": {
  7174. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7175. }
  7176. },
  7177. "node_modules/ioredis": {
  7178. "version": "5.8.2",
  7179. "license": "MIT",
  7180. "dependencies": {
  7181. "@ioredis/commands": "1.4.0",
  7182. "cluster-key-slot": "^1.1.0",
  7183. "debug": "^4.3.4",
  7184. "denque": "^2.1.0",
  7185. "lodash.defaults": "^4.2.0",
  7186. "lodash.isarguments": "^3.1.0",
  7187. "redis-errors": "^1.2.0",
  7188. "redis-parser": "^3.0.0",
  7189. "standard-as-callback": "^2.1.0"
  7190. },
  7191. "engines": {
  7192. "node": ">=12.22.0"
  7193. },
  7194. "funding": {
  7195. "type": "opencollective",
  7196. "url": "https://opencollective.com/ioredis"
  7197. }
  7198. },
  7199. "node_modules/ipx": {
  7200. "version": "2.1.1",
  7201. "license": "MIT",
  7202. "optional": true,
  7203. "dependencies": {
  7204. "@fastify/accept-negotiator": "^1.1.0",
  7205. "citty": "^0.1.5",
  7206. "consola": "^3.2.3",
  7207. "defu": "^6.1.4",
  7208. "destr": "^2.0.2",
  7209. "etag": "^1.8.1",
  7210. "h3": "^1.10.0",
  7211. "image-meta": "^0.2.0",
  7212. "listhen": "^1.5.6",
  7213. "ofetch": "^1.3.3",
  7214. "pathe": "^1.1.2",
  7215. "sharp": "^0.32.6",
  7216. "svgo": "^3.2.0",
  7217. "ufo": "^1.3.2",
  7218. "unstorage": "^1.10.1",
  7219. "xss": "^1.0.14"
  7220. },
  7221. "bin": {
  7222. "ipx": "bin/ipx.mjs"
  7223. }
  7224. },
  7225. "node_modules/ipx/node_modules/pathe": {
  7226. "version": "1.1.2",
  7227. "license": "MIT",
  7228. "optional": true
  7229. },
  7230. "node_modules/iron-webcrypto": {
  7231. "version": "1.2.1",
  7232. "license": "MIT",
  7233. "funding": {
  7234. "url": "https://github.com/sponsors/brc-dd"
  7235. }
  7236. },
  7237. "node_modules/is-arrayish": {
  7238. "version": "0.3.4",
  7239. "license": "MIT",
  7240. "optional": true
  7241. },
  7242. "node_modules/is-builtin-module": {
  7243. "version": "5.0.0",
  7244. "license": "MIT",
  7245. "dependencies": {
  7246. "builtin-modules": "^5.0.0"
  7247. },
  7248. "engines": {
  7249. "node": ">=18.20"
  7250. },
  7251. "funding": {
  7252. "url": "https://github.com/sponsors/sindresorhus"
  7253. }
  7254. },
  7255. "node_modules/is-core-module": {
  7256. "version": "2.16.1",
  7257. "license": "MIT",
  7258. "dependencies": {
  7259. "hasown": "^2.0.2"
  7260. },
  7261. "engines": {
  7262. "node": ">= 0.4"
  7263. },
  7264. "funding": {
  7265. "url": "https://github.com/sponsors/ljharb"
  7266. }
  7267. },
  7268. "node_modules/is-docker": {
  7269. "version": "3.0.0",
  7270. "license": "MIT",
  7271. "bin": {
  7272. "is-docker": "cli.js"
  7273. },
  7274. "engines": {
  7275. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7276. },
  7277. "funding": {
  7278. "url": "https://github.com/sponsors/sindresorhus"
  7279. }
  7280. },
  7281. "node_modules/is-extglob": {
  7282. "version": "2.1.1",
  7283. "license": "MIT",
  7284. "engines": {
  7285. "node": ">=0.10.0"
  7286. }
  7287. },
  7288. "node_modules/is-fullwidth-code-point": {
  7289. "version": "3.0.0",
  7290. "license": "MIT",
  7291. "engines": {
  7292. "node": ">=8"
  7293. }
  7294. },
  7295. "node_modules/is-glob": {
  7296. "version": "4.0.3",
  7297. "license": "MIT",
  7298. "dependencies": {
  7299. "is-extglob": "^2.1.1"
  7300. },
  7301. "engines": {
  7302. "node": ">=0.10.0"
  7303. }
  7304. },
  7305. "node_modules/is-inside-container": {
  7306. "version": "1.0.0",
  7307. "license": "MIT",
  7308. "dependencies": {
  7309. "is-docker": "^3.0.0"
  7310. },
  7311. "bin": {
  7312. "is-inside-container": "cli.js"
  7313. },
  7314. "engines": {
  7315. "node": ">=14.16"
  7316. },
  7317. "funding": {
  7318. "url": "https://github.com/sponsors/sindresorhus"
  7319. }
  7320. },
  7321. "node_modules/is-installed-globally": {
  7322. "version": "1.0.0",
  7323. "license": "MIT",
  7324. "dependencies": {
  7325. "global-directory": "^4.0.1",
  7326. "is-path-inside": "^4.0.0"
  7327. },
  7328. "engines": {
  7329. "node": ">=18"
  7330. },
  7331. "funding": {
  7332. "url": "https://github.com/sponsors/sindresorhus"
  7333. }
  7334. },
  7335. "node_modules/is-module": {
  7336. "version": "1.0.0",
  7337. "license": "MIT"
  7338. },
  7339. "node_modules/is-number": {
  7340. "version": "7.0.0",
  7341. "license": "MIT",
  7342. "engines": {
  7343. "node": ">=0.12.0"
  7344. }
  7345. },
  7346. "node_modules/is-path-inside": {
  7347. "version": "4.0.0",
  7348. "license": "MIT",
  7349. "engines": {
  7350. "node": ">=12"
  7351. },
  7352. "funding": {
  7353. "url": "https://github.com/sponsors/sindresorhus"
  7354. }
  7355. },
  7356. "node_modules/is-plain-obj": {
  7357. "version": "4.1.0",
  7358. "license": "MIT",
  7359. "engines": {
  7360. "node": ">=12"
  7361. },
  7362. "funding": {
  7363. "url": "https://github.com/sponsors/sindresorhus"
  7364. }
  7365. },
  7366. "node_modules/is-reference": {
  7367. "version": "1.2.1",
  7368. "license": "MIT",
  7369. "dependencies": {
  7370. "@types/estree": "*"
  7371. }
  7372. },
  7373. "node_modules/is-ssh": {
  7374. "version": "1.4.1",
  7375. "license": "MIT",
  7376. "dependencies": {
  7377. "protocols": "^2.0.1"
  7378. }
  7379. },
  7380. "node_modules/is-stream": {
  7381. "version": "3.0.0",
  7382. "license": "MIT",
  7383. "engines": {
  7384. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7385. },
  7386. "funding": {
  7387. "url": "https://github.com/sponsors/sindresorhus"
  7388. }
  7389. },
  7390. "node_modules/is-unicode-supported": {
  7391. "version": "2.1.0",
  7392. "license": "MIT",
  7393. "engines": {
  7394. "node": ">=18"
  7395. },
  7396. "funding": {
  7397. "url": "https://github.com/sponsors/sindresorhus"
  7398. }
  7399. },
  7400. "node_modules/is-wayland": {
  7401. "version": "0.1.0",
  7402. "license": "MIT",
  7403. "engines": {
  7404. "node": ">=20"
  7405. },
  7406. "funding": {
  7407. "url": "https://github.com/sponsors/sindresorhus"
  7408. }
  7409. },
  7410. "node_modules/is-what": {
  7411. "version": "5.5.0",
  7412. "license": "MIT",
  7413. "engines": {
  7414. "node": ">=18"
  7415. },
  7416. "funding": {
  7417. "url": "https://github.com/sponsors/mesqueeb"
  7418. }
  7419. },
  7420. "node_modules/is-wsl": {
  7421. "version": "3.1.0",
  7422. "license": "MIT",
  7423. "dependencies": {
  7424. "is-inside-container": "^1.0.0"
  7425. },
  7426. "engines": {
  7427. "node": ">=16"
  7428. },
  7429. "funding": {
  7430. "url": "https://github.com/sponsors/sindresorhus"
  7431. }
  7432. },
  7433. "node_modules/is64bit": {
  7434. "version": "2.0.0",
  7435. "license": "MIT",
  7436. "dependencies": {
  7437. "system-architecture": "^0.1.0"
  7438. },
  7439. "engines": {
  7440. "node": ">=18"
  7441. },
  7442. "funding": {
  7443. "url": "https://github.com/sponsors/sindresorhus"
  7444. }
  7445. },
  7446. "node_modules/isarray": {
  7447. "version": "1.0.0",
  7448. "license": "MIT"
  7449. },
  7450. "node_modules/isexe": {
  7451. "version": "2.0.0",
  7452. "license": "ISC"
  7453. },
  7454. "node_modules/jackspeak": {
  7455. "version": "3.4.3",
  7456. "license": "BlueOak-1.0.0",
  7457. "dependencies": {
  7458. "@isaacs/cliui": "^8.0.2"
  7459. },
  7460. "funding": {
  7461. "url": "https://github.com/sponsors/isaacs"
  7462. },
  7463. "optionalDependencies": {
  7464. "@pkgjs/parseargs": "^0.11.0"
  7465. }
  7466. },
  7467. "node_modules/jiti": {
  7468. "version": "2.6.1",
  7469. "license": "MIT",
  7470. "bin": {
  7471. "jiti": "lib/jiti-cli.mjs"
  7472. }
  7473. },
  7474. "node_modules/js-tokens": {
  7475. "version": "4.0.0",
  7476. "license": "MIT"
  7477. },
  7478. "node_modules/js-yaml": {
  7479. "version": "4.1.0",
  7480. "license": "MIT",
  7481. "dependencies": {
  7482. "argparse": "^2.0.1"
  7483. },
  7484. "bin": {
  7485. "js-yaml": "bin/js-yaml.js"
  7486. }
  7487. },
  7488. "node_modules/jsdoc-type-pratt-parser": {
  7489. "version": "5.1.1",
  7490. "license": "MIT",
  7491. "engines": {
  7492. "node": ">=12.0.0"
  7493. }
  7494. },
  7495. "node_modules/jsesc": {
  7496. "version": "3.1.0",
  7497. "license": "MIT",
  7498. "bin": {
  7499. "jsesc": "bin/jsesc"
  7500. },
  7501. "engines": {
  7502. "node": ">=6"
  7503. }
  7504. },
  7505. "node_modules/json-buffer": {
  7506. "version": "3.0.1",
  7507. "license": "MIT"
  7508. },
  7509. "node_modules/json-schema": {
  7510. "version": "0.4.0",
  7511. "license": "(AFL-2.1 OR BSD-3-Clause)"
  7512. },
  7513. "node_modules/json-schema-to-typescript-lite": {
  7514. "version": "15.0.0",
  7515. "license": "MIT",
  7516. "dependencies": {
  7517. "@apidevtools/json-schema-ref-parser": "^14.1.1",
  7518. "@types/json-schema": "^7.0.15"
  7519. }
  7520. },
  7521. "node_modules/json-schema-traverse": {
  7522. "version": "0.4.1",
  7523. "license": "MIT"
  7524. },
  7525. "node_modules/json-stable-stringify-without-jsonify": {
  7526. "version": "1.0.1",
  7527. "license": "MIT"
  7528. },
  7529. "node_modules/json5": {
  7530. "version": "2.2.3",
  7531. "license": "MIT",
  7532. "bin": {
  7533. "json5": "lib/cli.js"
  7534. },
  7535. "engines": {
  7536. "node": ">=6"
  7537. }
  7538. },
  7539. "node_modules/keyv": {
  7540. "version": "4.5.4",
  7541. "license": "MIT",
  7542. "dependencies": {
  7543. "json-buffer": "3.0.1"
  7544. }
  7545. },
  7546. "node_modules/kleur": {
  7547. "version": "3.0.3",
  7548. "license": "MIT",
  7549. "engines": {
  7550. "node": ">=6"
  7551. }
  7552. },
  7553. "node_modules/klona": {
  7554. "version": "2.0.6",
  7555. "license": "MIT",
  7556. "engines": {
  7557. "node": ">= 8"
  7558. }
  7559. },
  7560. "node_modules/knitwork": {
  7561. "version": "1.2.0",
  7562. "license": "MIT"
  7563. },
  7564. "node_modules/kolorist": {
  7565. "version": "1.8.0",
  7566. "license": "MIT"
  7567. },
  7568. "node_modules/launch-editor": {
  7569. "version": "2.11.1",
  7570. "license": "MIT",
  7571. "dependencies": {
  7572. "picocolors": "^1.1.1",
  7573. "shell-quote": "^1.8.3"
  7574. }
  7575. },
  7576. "node_modules/lazystream": {
  7577. "version": "1.0.1",
  7578. "license": "MIT",
  7579. "dependencies": {
  7580. "readable-stream": "^2.0.5"
  7581. },
  7582. "engines": {
  7583. "node": ">= 0.6.3"
  7584. }
  7585. },
  7586. "node_modules/lazystream/node_modules/readable-stream": {
  7587. "version": "2.3.8",
  7588. "license": "MIT",
  7589. "dependencies": {
  7590. "core-util-is": "~1.0.0",
  7591. "inherits": "~2.0.3",
  7592. "isarray": "~1.0.0",
  7593. "process-nextick-args": "~2.0.0",
  7594. "safe-buffer": "~5.1.1",
  7595. "string_decoder": "~1.1.1",
  7596. "util-deprecate": "~1.0.1"
  7597. }
  7598. },
  7599. "node_modules/lazystream/node_modules/safe-buffer": {
  7600. "version": "5.1.2",
  7601. "license": "MIT"
  7602. },
  7603. "node_modules/lazystream/node_modules/string_decoder": {
  7604. "version": "1.1.1",
  7605. "license": "MIT",
  7606. "dependencies": {
  7607. "safe-buffer": "~5.1.0"
  7608. }
  7609. },
  7610. "node_modules/leaflet": {
  7611. "version": "1.9.4",
  7612. "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz",
  7613. "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==",
  7614. "license": "BSD-2-Clause"
  7615. },
  7616. "node_modules/levn": {
  7617. "version": "0.4.1",
  7618. "license": "MIT",
  7619. "dependencies": {
  7620. "prelude-ls": "^1.2.1",
  7621. "type-check": "~0.4.0"
  7622. },
  7623. "engines": {
  7624. "node": ">= 0.8.0"
  7625. }
  7626. },
  7627. "node_modules/lightningcss": {
  7628. "version": "1.30.2",
  7629. "license": "MPL-2.0",
  7630. "dependencies": {
  7631. "detect-libc": "^2.0.3"
  7632. },
  7633. "engines": {
  7634. "node": ">= 12.0.0"
  7635. },
  7636. "funding": {
  7637. "type": "opencollective",
  7638. "url": "https://opencollective.com/parcel"
  7639. },
  7640. "optionalDependencies": {
  7641. "lightningcss-android-arm64": "1.30.2",
  7642. "lightningcss-darwin-arm64": "1.30.2",
  7643. "lightningcss-darwin-x64": "1.30.2",
  7644. "lightningcss-freebsd-x64": "1.30.2",
  7645. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  7646. "lightningcss-linux-arm64-gnu": "1.30.2",
  7647. "lightningcss-linux-arm64-musl": "1.30.2",
  7648. "lightningcss-linux-x64-gnu": "1.30.2",
  7649. "lightningcss-linux-x64-musl": "1.30.2",
  7650. "lightningcss-win32-arm64-msvc": "1.30.2",
  7651. "lightningcss-win32-x64-msvc": "1.30.2"
  7652. }
  7653. },
  7654. "node_modules/lightningcss-darwin-arm64": {
  7655. "version": "1.30.2",
  7656. "cpu": [
  7657. "arm64"
  7658. ],
  7659. "license": "MPL-2.0",
  7660. "optional": true,
  7661. "os": [
  7662. "darwin"
  7663. ],
  7664. "engines": {
  7665. "node": ">= 12.0.0"
  7666. },
  7667. "funding": {
  7668. "type": "opencollective",
  7669. "url": "https://opencollective.com/parcel"
  7670. }
  7671. },
  7672. "node_modules/lightningcss/node_modules/lightningcss-android-arm64": {
  7673. "version": "1.30.2",
  7674. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  7675. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  7676. "cpu": [
  7677. "arm64"
  7678. ],
  7679. "license": "MPL-2.0",
  7680. "optional": true,
  7681. "os": [
  7682. "android"
  7683. ],
  7684. "engines": {
  7685. "node": ">= 12.0.0"
  7686. },
  7687. "funding": {
  7688. "type": "opencollective",
  7689. "url": "https://opencollective.com/parcel"
  7690. }
  7691. },
  7692. "node_modules/lightningcss/node_modules/lightningcss-darwin-x64": {
  7693. "version": "1.30.2",
  7694. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  7695. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  7696. "cpu": [
  7697. "x64"
  7698. ],
  7699. "license": "MPL-2.0",
  7700. "optional": true,
  7701. "os": [
  7702. "darwin"
  7703. ],
  7704. "engines": {
  7705. "node": ">= 12.0.0"
  7706. },
  7707. "funding": {
  7708. "type": "opencollective",
  7709. "url": "https://opencollective.com/parcel"
  7710. }
  7711. },
  7712. "node_modules/lightningcss/node_modules/lightningcss-freebsd-x64": {
  7713. "version": "1.30.2",
  7714. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  7715. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  7716. "cpu": [
  7717. "x64"
  7718. ],
  7719. "license": "MPL-2.0",
  7720. "optional": true,
  7721. "os": [
  7722. "freebsd"
  7723. ],
  7724. "engines": {
  7725. "node": ">= 12.0.0"
  7726. },
  7727. "funding": {
  7728. "type": "opencollective",
  7729. "url": "https://opencollective.com/parcel"
  7730. }
  7731. },
  7732. "node_modules/lightningcss/node_modules/lightningcss-linux-arm-gnueabihf": {
  7733. "version": "1.30.2",
  7734. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  7735. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  7736. "cpu": [
  7737. "arm"
  7738. ],
  7739. "license": "MPL-2.0",
  7740. "optional": true,
  7741. "os": [
  7742. "linux"
  7743. ],
  7744. "engines": {
  7745. "node": ">= 12.0.0"
  7746. },
  7747. "funding": {
  7748. "type": "opencollective",
  7749. "url": "https://opencollective.com/parcel"
  7750. }
  7751. },
  7752. "node_modules/lightningcss/node_modules/lightningcss-linux-arm64-gnu": {
  7753. "version": "1.30.2",
  7754. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  7755. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  7756. "cpu": [
  7757. "arm64"
  7758. ],
  7759. "license": "MPL-2.0",
  7760. "optional": true,
  7761. "os": [
  7762. "linux"
  7763. ],
  7764. "engines": {
  7765. "node": ">= 12.0.0"
  7766. },
  7767. "funding": {
  7768. "type": "opencollective",
  7769. "url": "https://opencollective.com/parcel"
  7770. }
  7771. },
  7772. "node_modules/lightningcss/node_modules/lightningcss-linux-arm64-musl": {
  7773. "version": "1.30.2",
  7774. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  7775. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  7776. "cpu": [
  7777. "arm64"
  7778. ],
  7779. "license": "MPL-2.0",
  7780. "optional": true,
  7781. "os": [
  7782. "linux"
  7783. ],
  7784. "engines": {
  7785. "node": ">= 12.0.0"
  7786. },
  7787. "funding": {
  7788. "type": "opencollective",
  7789. "url": "https://opencollective.com/parcel"
  7790. }
  7791. },
  7792. "node_modules/lightningcss/node_modules/lightningcss-linux-x64-gnu": {
  7793. "version": "1.30.2",
  7794. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  7795. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  7796. "cpu": [
  7797. "x64"
  7798. ],
  7799. "license": "MPL-2.0",
  7800. "optional": true,
  7801. "os": [
  7802. "linux"
  7803. ],
  7804. "engines": {
  7805. "node": ">= 12.0.0"
  7806. },
  7807. "funding": {
  7808. "type": "opencollective",
  7809. "url": "https://opencollective.com/parcel"
  7810. }
  7811. },
  7812. "node_modules/lightningcss/node_modules/lightningcss-linux-x64-musl": {
  7813. "version": "1.30.2",
  7814. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  7815. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  7816. "cpu": [
  7817. "x64"
  7818. ],
  7819. "license": "MPL-2.0",
  7820. "optional": true,
  7821. "os": [
  7822. "linux"
  7823. ],
  7824. "engines": {
  7825. "node": ">= 12.0.0"
  7826. },
  7827. "funding": {
  7828. "type": "opencollective",
  7829. "url": "https://opencollective.com/parcel"
  7830. }
  7831. },
  7832. "node_modules/lightningcss/node_modules/lightningcss-win32-arm64-msvc": {
  7833. "version": "1.30.2",
  7834. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  7835. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  7836. "cpu": [
  7837. "arm64"
  7838. ],
  7839. "license": "MPL-2.0",
  7840. "optional": true,
  7841. "os": [
  7842. "win32"
  7843. ],
  7844. "engines": {
  7845. "node": ">= 12.0.0"
  7846. },
  7847. "funding": {
  7848. "type": "opencollective",
  7849. "url": "https://opencollective.com/parcel"
  7850. }
  7851. },
  7852. "node_modules/lightningcss/node_modules/lightningcss-win32-x64-msvc": {
  7853. "version": "1.30.2",
  7854. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  7855. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  7856. "cpu": [
  7857. "x64"
  7858. ],
  7859. "license": "MPL-2.0",
  7860. "optional": true,
  7861. "os": [
  7862. "win32"
  7863. ],
  7864. "engines": {
  7865. "node": ">= 12.0.0"
  7866. },
  7867. "funding": {
  7868. "type": "opencollective",
  7869. "url": "https://opencollective.com/parcel"
  7870. }
  7871. },
  7872. "node_modules/lilconfig": {
  7873. "version": "3.1.3",
  7874. "license": "MIT",
  7875. "engines": {
  7876. "node": ">=14"
  7877. },
  7878. "funding": {
  7879. "url": "https://github.com/sponsors/antonk52"
  7880. }
  7881. },
  7882. "node_modules/listhen": {
  7883. "version": "1.9.0",
  7884. "license": "MIT",
  7885. "dependencies": {
  7886. "@parcel/watcher": "^2.4.1",
  7887. "@parcel/watcher-wasm": "^2.4.1",
  7888. "citty": "^0.1.6",
  7889. "clipboardy": "^4.0.0",
  7890. "consola": "^3.2.3",
  7891. "crossws": ">=0.2.0 <0.4.0",
  7892. "defu": "^6.1.4",
  7893. "get-port-please": "^3.1.2",
  7894. "h3": "^1.12.0",
  7895. "http-shutdown": "^1.2.2",
  7896. "jiti": "^2.1.2",
  7897. "mlly": "^1.7.1",
  7898. "node-forge": "^1.3.1",
  7899. "pathe": "^1.1.2",
  7900. "std-env": "^3.7.0",
  7901. "ufo": "^1.5.4",
  7902. "untun": "^0.1.3",
  7903. "uqr": "^0.1.2"
  7904. },
  7905. "bin": {
  7906. "listen": "bin/listhen.mjs",
  7907. "listhen": "bin/listhen.mjs"
  7908. }
  7909. },
  7910. "node_modules/listhen/node_modules/pathe": {
  7911. "version": "1.1.2",
  7912. "license": "MIT"
  7913. },
  7914. "node_modules/load-tsconfig": {
  7915. "version": "0.2.5",
  7916. "license": "MIT",
  7917. "engines": {
  7918. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7919. }
  7920. },
  7921. "node_modules/local-pkg": {
  7922. "version": "1.1.2",
  7923. "license": "MIT",
  7924. "dependencies": {
  7925. "mlly": "^1.7.4",
  7926. "pkg-types": "^2.3.0",
  7927. "quansync": "^0.2.11"
  7928. },
  7929. "engines": {
  7930. "node": ">=14"
  7931. },
  7932. "funding": {
  7933. "url": "https://github.com/sponsors/antfu"
  7934. }
  7935. },
  7936. "node_modules/locate-path": {
  7937. "version": "7.2.0",
  7938. "license": "MIT",
  7939. "dependencies": {
  7940. "p-locate": "^6.0.0"
  7941. },
  7942. "engines": {
  7943. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7944. },
  7945. "funding": {
  7946. "url": "https://github.com/sponsors/sindresorhus"
  7947. }
  7948. },
  7949. "node_modules/lodash": {
  7950. "version": "4.17.21",
  7951. "license": "MIT"
  7952. },
  7953. "node_modules/lodash.defaults": {
  7954. "version": "4.2.0",
  7955. "license": "MIT"
  7956. },
  7957. "node_modules/lodash.isarguments": {
  7958. "version": "3.1.0",
  7959. "license": "MIT"
  7960. },
  7961. "node_modules/lodash.memoize": {
  7962. "version": "4.1.2",
  7963. "license": "MIT"
  7964. },
  7965. "node_modules/lodash.merge": {
  7966. "version": "4.6.2",
  7967. "license": "MIT"
  7968. },
  7969. "node_modules/lodash.uniq": {
  7970. "version": "4.5.0",
  7971. "license": "MIT"
  7972. },
  7973. "node_modules/lru-cache": {
  7974. "version": "5.1.1",
  7975. "license": "ISC",
  7976. "dependencies": {
  7977. "yallist": "^3.0.2"
  7978. }
  7979. },
  7980. "node_modules/magic-regexp": {
  7981. "version": "0.10.0",
  7982. "license": "MIT",
  7983. "dependencies": {
  7984. "estree-walker": "^3.0.3",
  7985. "magic-string": "^0.30.12",
  7986. "mlly": "^1.7.2",
  7987. "regexp-tree": "^0.1.27",
  7988. "type-level-regexp": "~0.1.17",
  7989. "ufo": "^1.5.4",
  7990. "unplugin": "^2.0.0"
  7991. }
  7992. },
  7993. "node_modules/magic-regexp/node_modules/estree-walker": {
  7994. "version": "3.0.3",
  7995. "license": "MIT",
  7996. "dependencies": {
  7997. "@types/estree": "^1.0.0"
  7998. }
  7999. },
  8000. "node_modules/magic-string": {
  8001. "version": "0.30.21",
  8002. "license": "MIT",
  8003. "dependencies": {
  8004. "@jridgewell/sourcemap-codec": "^1.5.5"
  8005. }
  8006. },
  8007. "node_modules/magic-string-ast": {
  8008. "version": "1.0.3",
  8009. "license": "MIT",
  8010. "dependencies": {
  8011. "magic-string": "^0.30.19"
  8012. },
  8013. "engines": {
  8014. "node": ">=20.19.0"
  8015. },
  8016. "funding": {
  8017. "url": "https://github.com/sponsors/sxzz"
  8018. }
  8019. },
  8020. "node_modules/magicast": {
  8021. "version": "0.3.5",
  8022. "license": "MIT",
  8023. "dependencies": {
  8024. "@babel/parser": "^7.25.4",
  8025. "@babel/types": "^7.25.4",
  8026. "source-map-js": "^1.2.0"
  8027. }
  8028. },
  8029. "node_modules/math-intrinsics": {
  8030. "version": "1.1.0",
  8031. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  8032. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  8033. "license": "MIT",
  8034. "engines": {
  8035. "node": ">= 0.4"
  8036. }
  8037. },
  8038. "node_modules/mdn-data": {
  8039. "version": "2.12.2",
  8040. "license": "CC0-1.0"
  8041. },
  8042. "node_modules/merge-stream": {
  8043. "version": "2.0.0",
  8044. "license": "MIT"
  8045. },
  8046. "node_modules/merge2": {
  8047. "version": "1.4.1",
  8048. "license": "MIT",
  8049. "engines": {
  8050. "node": ">= 8"
  8051. }
  8052. },
  8053. "node_modules/micromatch": {
  8054. "version": "4.0.8",
  8055. "license": "MIT",
  8056. "dependencies": {
  8057. "braces": "^3.0.3",
  8058. "picomatch": "^2.3.1"
  8059. },
  8060. "engines": {
  8061. "node": ">=8.6"
  8062. }
  8063. },
  8064. "node_modules/micromatch/node_modules/picomatch": {
  8065. "version": "2.3.1",
  8066. "license": "MIT",
  8067. "engines": {
  8068. "node": ">=8.6"
  8069. },
  8070. "funding": {
  8071. "url": "https://github.com/sponsors/jonschlinkert"
  8072. }
  8073. },
  8074. "node_modules/mime": {
  8075. "version": "4.1.0",
  8076. "funding": [
  8077. "https://github.com/sponsors/broofa"
  8078. ],
  8079. "license": "MIT",
  8080. "bin": {
  8081. "mime": "bin/cli.js"
  8082. },
  8083. "engines": {
  8084. "node": ">=16"
  8085. }
  8086. },
  8087. "node_modules/mime-db": {
  8088. "version": "1.54.0",
  8089. "license": "MIT",
  8090. "engines": {
  8091. "node": ">= 0.6"
  8092. }
  8093. },
  8094. "node_modules/mime-types": {
  8095. "version": "3.0.1",
  8096. "license": "MIT",
  8097. "dependencies": {
  8098. "mime-db": "^1.54.0"
  8099. },
  8100. "engines": {
  8101. "node": ">= 0.6"
  8102. }
  8103. },
  8104. "node_modules/mimic-fn": {
  8105. "version": "4.0.0",
  8106. "license": "MIT",
  8107. "engines": {
  8108. "node": ">=12"
  8109. },
  8110. "funding": {
  8111. "url": "https://github.com/sponsors/sindresorhus"
  8112. }
  8113. },
  8114. "node_modules/mimic-response": {
  8115. "version": "3.1.0",
  8116. "license": "MIT",
  8117. "optional": true,
  8118. "engines": {
  8119. "node": ">=10"
  8120. },
  8121. "funding": {
  8122. "url": "https://github.com/sponsors/sindresorhus"
  8123. }
  8124. },
  8125. "node_modules/minimatch": {
  8126. "version": "9.0.5",
  8127. "license": "ISC",
  8128. "dependencies": {
  8129. "brace-expansion": "^2.0.1"
  8130. },
  8131. "engines": {
  8132. "node": ">=16 || 14 >=14.17"
  8133. },
  8134. "funding": {
  8135. "url": "https://github.com/sponsors/isaacs"
  8136. }
  8137. },
  8138. "node_modules/minimist": {
  8139. "version": "1.2.8",
  8140. "license": "MIT",
  8141. "optional": true,
  8142. "funding": {
  8143. "url": "https://github.com/sponsors/ljharb"
  8144. }
  8145. },
  8146. "node_modules/minipass": {
  8147. "version": "7.1.2",
  8148. "license": "ISC",
  8149. "engines": {
  8150. "node": ">=16 || 14 >=14.17"
  8151. }
  8152. },
  8153. "node_modules/minizlib": {
  8154. "version": "3.1.0",
  8155. "license": "MIT",
  8156. "dependencies": {
  8157. "minipass": "^7.1.2"
  8158. },
  8159. "engines": {
  8160. "node": ">= 18"
  8161. }
  8162. },
  8163. "node_modules/mitt": {
  8164. "version": "3.0.1",
  8165. "license": "MIT"
  8166. },
  8167. "node_modules/mkdirp-classic": {
  8168. "version": "0.5.3",
  8169. "license": "MIT",
  8170. "optional": true
  8171. },
  8172. "node_modules/mlly": {
  8173. "version": "1.8.0",
  8174. "license": "MIT",
  8175. "dependencies": {
  8176. "acorn": "^8.15.0",
  8177. "pathe": "^2.0.3",
  8178. "pkg-types": "^1.3.1",
  8179. "ufo": "^1.6.1"
  8180. }
  8181. },
  8182. "node_modules/mlly/node_modules/confbox": {
  8183. "version": "0.1.8",
  8184. "license": "MIT"
  8185. },
  8186. "node_modules/mlly/node_modules/pkg-types": {
  8187. "version": "1.3.1",
  8188. "license": "MIT",
  8189. "dependencies": {
  8190. "confbox": "^0.1.8",
  8191. "mlly": "^1.7.4",
  8192. "pathe": "^2.0.1"
  8193. }
  8194. },
  8195. "node_modules/mocked-exports": {
  8196. "version": "0.1.1",
  8197. "license": "MIT"
  8198. },
  8199. "node_modules/motion-dom": {
  8200. "version": "12.23.12",
  8201. "license": "MIT",
  8202. "dependencies": {
  8203. "motion-utils": "^12.23.6"
  8204. }
  8205. },
  8206. "node_modules/motion-utils": {
  8207. "version": "12.23.6",
  8208. "license": "MIT"
  8209. },
  8210. "node_modules/motion-v": {
  8211. "version": "1.7.4",
  8212. "license": "MIT",
  8213. "dependencies": {
  8214. "framer-motion": "12.23.12",
  8215. "hey-listen": "^1.0.8",
  8216. "motion-dom": "12.23.12"
  8217. },
  8218. "peerDependencies": {
  8219. "@vueuse/core": ">=10.0.0",
  8220. "vue": ">=3.0.0"
  8221. }
  8222. },
  8223. "node_modules/mrmime": {
  8224. "version": "2.0.1",
  8225. "license": "MIT",
  8226. "engines": {
  8227. "node": ">=10"
  8228. }
  8229. },
  8230. "node_modules/ms": {
  8231. "version": "2.1.3",
  8232. "license": "MIT"
  8233. },
  8234. "node_modules/muggle-string": {
  8235. "version": "0.4.1",
  8236. "license": "MIT"
  8237. },
  8238. "node_modules/nanoid": {
  8239. "version": "5.1.6",
  8240. "funding": [
  8241. {
  8242. "type": "github",
  8243. "url": "https://github.com/sponsors/ai"
  8244. }
  8245. ],
  8246. "license": "MIT",
  8247. "bin": {
  8248. "nanoid": "bin/nanoid.js"
  8249. },
  8250. "engines": {
  8251. "node": "^18 || >=20"
  8252. }
  8253. },
  8254. "node_modules/nanotar": {
  8255. "version": "0.2.0",
  8256. "license": "MIT"
  8257. },
  8258. "node_modules/napi-build-utils": {
  8259. "version": "2.0.0",
  8260. "license": "MIT",
  8261. "optional": true
  8262. },
  8263. "node_modules/napi-postinstall": {
  8264. "version": "0.3.4",
  8265. "license": "MIT",
  8266. "bin": {
  8267. "napi-postinstall": "lib/cli.js"
  8268. },
  8269. "engines": {
  8270. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  8271. },
  8272. "funding": {
  8273. "url": "https://opencollective.com/napi-postinstall"
  8274. }
  8275. },
  8276. "node_modules/natural-compare": {
  8277. "version": "1.4.0",
  8278. "license": "MIT"
  8279. },
  8280. "node_modules/nitropack": {
  8281. "version": "2.12.8",
  8282. "license": "MIT",
  8283. "dependencies": {
  8284. "@cloudflare/kv-asset-handler": "^0.4.0",
  8285. "@rollup/plugin-alias": "^5.1.1",
  8286. "@rollup/plugin-commonjs": "^28.0.8",
  8287. "@rollup/plugin-inject": "^5.0.5",
  8288. "@rollup/plugin-json": "^6.1.0",
  8289. "@rollup/plugin-node-resolve": "^16.0.3",
  8290. "@rollup/plugin-replace": "^6.0.2",
  8291. "@rollup/plugin-terser": "^0.4.4",
  8292. "@vercel/nft": "^0.30.3",
  8293. "archiver": "^7.0.1",
  8294. "c12": "^3.3.1",
  8295. "chokidar": "^4.0.3",
  8296. "citty": "^0.1.6",
  8297. "compatx": "^0.2.0",
  8298. "confbox": "^0.2.2",
  8299. "consola": "^3.4.2",
  8300. "cookie-es": "^2.0.0",
  8301. "croner": "^9.1.0",
  8302. "crossws": "^0.3.5",
  8303. "db0": "^0.3.4",
  8304. "defu": "^6.1.4",
  8305. "destr": "^2.0.5",
  8306. "dot-prop": "^10.1.0",
  8307. "esbuild": "^0.25.11",
  8308. "escape-string-regexp": "^5.0.0",
  8309. "etag": "^1.8.1",
  8310. "exsolve": "^1.0.7",
  8311. "globby": "^15.0.0",
  8312. "gzip-size": "^7.0.0",
  8313. "h3": "^1.15.4",
  8314. "hookable": "^5.5.3",
  8315. "httpxy": "^0.1.7",
  8316. "ioredis": "^5.8.2",
  8317. "jiti": "^2.6.1",
  8318. "klona": "^2.0.6",
  8319. "knitwork": "^1.2.0",
  8320. "listhen": "^1.9.0",
  8321. "magic-string": "^0.30.19",
  8322. "magicast": "^0.3.5",
  8323. "mime": "^4.1.0",
  8324. "mlly": "^1.8.0",
  8325. "node-fetch-native": "^1.6.7",
  8326. "node-mock-http": "^1.0.3",
  8327. "ofetch": "^1.4.1",
  8328. "ohash": "^2.0.11",
  8329. "pathe": "^2.0.3",
  8330. "perfect-debounce": "^2.0.0",
  8331. "pkg-types": "^2.3.0",
  8332. "pretty-bytes": "^7.1.0",
  8333. "radix3": "^1.1.2",
  8334. "rollup": "^4.52.5",
  8335. "rollup-plugin-visualizer": "^6.0.5",
  8336. "scule": "^1.3.0",
  8337. "semver": "^7.7.3",
  8338. "serve-placeholder": "^2.0.2",
  8339. "serve-static": "^2.2.0",
  8340. "source-map": "^0.7.6",
  8341. "std-env": "^3.10.0",
  8342. "ufo": "^1.6.1",
  8343. "ultrahtml": "^1.6.0",
  8344. "uncrypto": "^0.1.3",
  8345. "unctx": "^2.4.1",
  8346. "unenv": "2.0.0-rc.21",
  8347. "unimport": "^5.5.0",
  8348. "unplugin-utils": "^0.3.1",
  8349. "unstorage": "^1.17.1",
  8350. "untyped": "^2.0.0",
  8351. "unwasm": "^0.3.11",
  8352. "youch": "4.1.0-beta.11",
  8353. "youch-core": "^0.3.3"
  8354. },
  8355. "bin": {
  8356. "nitro": "dist/cli/index.mjs",
  8357. "nitropack": "dist/cli/index.mjs"
  8358. },
  8359. "engines": {
  8360. "node": "^20.19.0 || >=22.12.0"
  8361. },
  8362. "peerDependencies": {
  8363. "xml2js": "^0.6.2"
  8364. },
  8365. "peerDependenciesMeta": {
  8366. "xml2js": {
  8367. "optional": true
  8368. }
  8369. }
  8370. },
  8371. "node_modules/nitropack/node_modules/cookie-es": {
  8372. "version": "2.0.0",
  8373. "license": "MIT"
  8374. },
  8375. "node_modules/nitropack/node_modules/escape-string-regexp": {
  8376. "version": "5.0.0",
  8377. "license": "MIT",
  8378. "engines": {
  8379. "node": ">=12"
  8380. },
  8381. "funding": {
  8382. "url": "https://github.com/sponsors/sindresorhus"
  8383. }
  8384. },
  8385. "node_modules/nitropack/node_modules/unenv": {
  8386. "version": "2.0.0-rc.21",
  8387. "license": "MIT",
  8388. "dependencies": {
  8389. "defu": "^6.1.4",
  8390. "exsolve": "^1.0.7",
  8391. "ohash": "^2.0.11",
  8392. "pathe": "^2.0.3",
  8393. "ufo": "^1.6.1"
  8394. }
  8395. },
  8396. "node_modules/nitropack/node_modules/unplugin-utils": {
  8397. "version": "0.3.1",
  8398. "license": "MIT",
  8399. "dependencies": {
  8400. "pathe": "^2.0.3",
  8401. "picomatch": "^4.0.3"
  8402. },
  8403. "engines": {
  8404. "node": ">=20.19.0"
  8405. },
  8406. "funding": {
  8407. "url": "https://github.com/sponsors/sxzz"
  8408. }
  8409. },
  8410. "node_modules/node-abi": {
  8411. "version": "3.78.0",
  8412. "license": "MIT",
  8413. "optional": true,
  8414. "dependencies": {
  8415. "semver": "^7.3.5"
  8416. },
  8417. "engines": {
  8418. "node": ">=10"
  8419. }
  8420. },
  8421. "node_modules/node-addon-api": {
  8422. "version": "7.1.1",
  8423. "license": "MIT"
  8424. },
  8425. "node_modules/node-fetch": {
  8426. "version": "2.7.0",
  8427. "license": "MIT",
  8428. "dependencies": {
  8429. "whatwg-url": "^5.0.0"
  8430. },
  8431. "engines": {
  8432. "node": "4.x || >=6.0.0"
  8433. },
  8434. "peerDependencies": {
  8435. "encoding": "^0.1.0"
  8436. },
  8437. "peerDependenciesMeta": {
  8438. "encoding": {
  8439. "optional": true
  8440. }
  8441. }
  8442. },
  8443. "node_modules/node-fetch-native": {
  8444. "version": "1.6.7",
  8445. "license": "MIT"
  8446. },
  8447. "node_modules/node-forge": {
  8448. "version": "1.3.1",
  8449. "license": "(BSD-3-Clause OR GPL-2.0)",
  8450. "engines": {
  8451. "node": ">= 6.13.0"
  8452. }
  8453. },
  8454. "node_modules/node-gyp-build": {
  8455. "version": "4.8.4",
  8456. "license": "MIT",
  8457. "bin": {
  8458. "node-gyp-build": "bin.js",
  8459. "node-gyp-build-optional": "optional.js",
  8460. "node-gyp-build-test": "build-test.js"
  8461. }
  8462. },
  8463. "node_modules/node-mock-http": {
  8464. "version": "1.0.3",
  8465. "license": "MIT"
  8466. },
  8467. "node_modules/node-releases": {
  8468. "version": "2.0.26",
  8469. "license": "MIT"
  8470. },
  8471. "node_modules/nopt": {
  8472. "version": "8.1.0",
  8473. "license": "ISC",
  8474. "dependencies": {
  8475. "abbrev": "^3.0.0"
  8476. },
  8477. "bin": {
  8478. "nopt": "bin/nopt.js"
  8479. },
  8480. "engines": {
  8481. "node": "^18.17.0 || >=20.5.0"
  8482. }
  8483. },
  8484. "node_modules/normalize-path": {
  8485. "version": "3.0.0",
  8486. "license": "MIT",
  8487. "engines": {
  8488. "node": ">=0.10.0"
  8489. }
  8490. },
  8491. "node_modules/normalize-range": {
  8492. "version": "0.1.2",
  8493. "license": "MIT",
  8494. "engines": {
  8495. "node": ">=0.10.0"
  8496. }
  8497. },
  8498. "node_modules/npm-run-path": {
  8499. "version": "5.3.0",
  8500. "license": "MIT",
  8501. "dependencies": {
  8502. "path-key": "^4.0.0"
  8503. },
  8504. "engines": {
  8505. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8506. },
  8507. "funding": {
  8508. "url": "https://github.com/sponsors/sindresorhus"
  8509. }
  8510. },
  8511. "node_modules/npm-run-path/node_modules/path-key": {
  8512. "version": "4.0.0",
  8513. "license": "MIT",
  8514. "engines": {
  8515. "node": ">=12"
  8516. },
  8517. "funding": {
  8518. "url": "https://github.com/sponsors/sindresorhus"
  8519. }
  8520. },
  8521. "node_modules/nth-check": {
  8522. "version": "2.1.1",
  8523. "license": "BSD-2-Clause",
  8524. "dependencies": {
  8525. "boolbase": "^1.0.0"
  8526. },
  8527. "funding": {
  8528. "url": "https://github.com/fb55/nth-check?sponsor=1"
  8529. }
  8530. },
  8531. "node_modules/nuxt": {
  8532. "version": "4.2.0",
  8533. "license": "MIT",
  8534. "dependencies": {
  8535. "@dxup/nuxt": "^0.2.0",
  8536. "@nuxt/cli": "^3.29.3",
  8537. "@nuxt/devtools": "^2.6.5",
  8538. "@nuxt/kit": "4.2.0",
  8539. "@nuxt/nitro-server": "4.2.0",
  8540. "@nuxt/schema": "4.2.0",
  8541. "@nuxt/telemetry": "^2.6.6",
  8542. "@nuxt/vite-builder": "4.2.0",
  8543. "@unhead/vue": "^2.0.19",
  8544. "@vue/shared": "^3.5.22",
  8545. "c12": "^3.3.1",
  8546. "chokidar": "^4.0.3",
  8547. "compatx": "^0.2.0",
  8548. "consola": "^3.4.2",
  8549. "cookie-es": "^2.0.0",
  8550. "defu": "^6.1.4",
  8551. "destr": "^2.0.5",
  8552. "devalue": "^5.4.2",
  8553. "errx": "^0.1.0",
  8554. "escape-string-regexp": "^5.0.0",
  8555. "exsolve": "^1.0.7",
  8556. "h3": "^1.15.4",
  8557. "hookable": "^5.5.3",
  8558. "ignore": "^7.0.5",
  8559. "impound": "^1.0.0",
  8560. "jiti": "^2.6.1",
  8561. "klona": "^2.0.6",
  8562. "knitwork": "^1.2.0",
  8563. "magic-string": "^0.30.21",
  8564. "mlly": "^1.8.0",
  8565. "nanotar": "^0.2.0",
  8566. "nypm": "^0.6.2",
  8567. "ofetch": "^1.4.1",
  8568. "ohash": "^2.0.11",
  8569. "on-change": "^6.0.0",
  8570. "oxc-minify": "^0.95.0",
  8571. "oxc-parser": "^0.95.0",
  8572. "oxc-transform": "^0.95.0",
  8573. "oxc-walker": "^0.5.2",
  8574. "pathe": "^2.0.3",
  8575. "perfect-debounce": "^2.0.0",
  8576. "pkg-types": "^2.3.0",
  8577. "radix3": "^1.1.2",
  8578. "scule": "^1.3.0",
  8579. "semver": "^7.7.3",
  8580. "std-env": "^3.10.0",
  8581. "tinyglobby": "^0.2.15",
  8582. "ufo": "^1.6.1",
  8583. "ultrahtml": "^1.6.0",
  8584. "uncrypto": "^0.1.3",
  8585. "unctx": "^2.4.1",
  8586. "unimport": "^5.5.0",
  8587. "unplugin": "^2.3.10",
  8588. "unplugin-vue-router": "^0.16.0",
  8589. "untyped": "^2.0.0",
  8590. "vue": "^3.5.22",
  8591. "vue-router": "^4.6.3"
  8592. },
  8593. "bin": {
  8594. "nuxi": "bin/nuxt.mjs",
  8595. "nuxt": "bin/nuxt.mjs"
  8596. },
  8597. "engines": {
  8598. "node": "^20.19.0 || >=22.12.0"
  8599. },
  8600. "peerDependencies": {
  8601. "@parcel/watcher": "^2.1.0",
  8602. "@types/node": ">=18.12.0"
  8603. },
  8604. "peerDependenciesMeta": {
  8605. "@parcel/watcher": {
  8606. "optional": true
  8607. },
  8608. "@types/node": {
  8609. "optional": true
  8610. }
  8611. }
  8612. },
  8613. "node_modules/nuxt/node_modules/@nuxt/kit": {
  8614. "version": "4.2.0",
  8615. "license": "MIT",
  8616. "dependencies": {
  8617. "c12": "^3.3.1",
  8618. "consola": "^3.4.2",
  8619. "defu": "^6.1.4",
  8620. "destr": "^2.0.5",
  8621. "errx": "^0.1.0",
  8622. "exsolve": "^1.0.7",
  8623. "ignore": "^7.0.5",
  8624. "jiti": "^2.6.1",
  8625. "klona": "^2.0.6",
  8626. "mlly": "^1.8.0",
  8627. "ohash": "^2.0.11",
  8628. "pathe": "^2.0.3",
  8629. "pkg-types": "^2.3.0",
  8630. "rc9": "^2.1.2",
  8631. "scule": "^1.3.0",
  8632. "semver": "^7.7.3",
  8633. "tinyglobby": "^0.2.15",
  8634. "ufo": "^1.6.1",
  8635. "unctx": "^2.4.1",
  8636. "untyped": "^2.0.0"
  8637. },
  8638. "engines": {
  8639. "node": ">=18.12.0"
  8640. }
  8641. },
  8642. "node_modules/nuxt/node_modules/cookie-es": {
  8643. "version": "2.0.0",
  8644. "license": "MIT"
  8645. },
  8646. "node_modules/nuxt/node_modules/escape-string-regexp": {
  8647. "version": "5.0.0",
  8648. "license": "MIT",
  8649. "engines": {
  8650. "node": ">=12"
  8651. },
  8652. "funding": {
  8653. "url": "https://github.com/sponsors/sindresorhus"
  8654. }
  8655. },
  8656. "node_modules/nypm": {
  8657. "version": "0.6.2",
  8658. "license": "MIT",
  8659. "dependencies": {
  8660. "citty": "^0.1.6",
  8661. "consola": "^3.4.2",
  8662. "pathe": "^2.0.3",
  8663. "pkg-types": "^2.3.0",
  8664. "tinyexec": "^1.0.1"
  8665. },
  8666. "bin": {
  8667. "nypm": "dist/cli.mjs"
  8668. },
  8669. "engines": {
  8670. "node": "^14.16.0 || >=16.10.0"
  8671. }
  8672. },
  8673. "node_modules/ofetch": {
  8674. "version": "1.4.1",
  8675. "license": "MIT",
  8676. "dependencies": {
  8677. "destr": "^2.0.3",
  8678. "node-fetch-native": "^1.6.4",
  8679. "ufo": "^1.5.4"
  8680. }
  8681. },
  8682. "node_modules/ohash": {
  8683. "version": "2.0.11",
  8684. "license": "MIT"
  8685. },
  8686. "node_modules/on-change": {
  8687. "version": "6.0.1",
  8688. "license": "MIT",
  8689. "engines": {
  8690. "node": ">=20"
  8691. },
  8692. "funding": {
  8693. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  8694. }
  8695. },
  8696. "node_modules/on-finished": {
  8697. "version": "2.4.1",
  8698. "license": "MIT",
  8699. "dependencies": {
  8700. "ee-first": "1.1.1"
  8701. },
  8702. "engines": {
  8703. "node": ">= 0.8"
  8704. }
  8705. },
  8706. "node_modules/once": {
  8707. "version": "1.4.0",
  8708. "license": "ISC",
  8709. "optional": true,
  8710. "dependencies": {
  8711. "wrappy": "1"
  8712. }
  8713. },
  8714. "node_modules/onetime": {
  8715. "version": "6.0.0",
  8716. "license": "MIT",
  8717. "dependencies": {
  8718. "mimic-fn": "^4.0.0"
  8719. },
  8720. "engines": {
  8721. "node": ">=12"
  8722. },
  8723. "funding": {
  8724. "url": "https://github.com/sponsors/sindresorhus"
  8725. }
  8726. },
  8727. "node_modules/open": {
  8728. "version": "10.2.0",
  8729. "license": "MIT",
  8730. "dependencies": {
  8731. "default-browser": "^5.2.1",
  8732. "define-lazy-prop": "^3.0.0",
  8733. "is-inside-container": "^1.0.0",
  8734. "wsl-utils": "^0.1.0"
  8735. },
  8736. "engines": {
  8737. "node": ">=18"
  8738. },
  8739. "funding": {
  8740. "url": "https://github.com/sponsors/sindresorhus"
  8741. }
  8742. },
  8743. "node_modules/optionator": {
  8744. "version": "0.9.4",
  8745. "license": "MIT",
  8746. "dependencies": {
  8747. "deep-is": "^0.1.3",
  8748. "fast-levenshtein": "^2.0.6",
  8749. "levn": "^0.4.1",
  8750. "prelude-ls": "^1.2.1",
  8751. "type-check": "^0.4.0",
  8752. "word-wrap": "^1.2.5"
  8753. },
  8754. "engines": {
  8755. "node": ">= 0.8.0"
  8756. }
  8757. },
  8758. "node_modules/oxc-minify": {
  8759. "version": "0.95.0",
  8760. "license": "MIT",
  8761. "engines": {
  8762. "node": "^20.19.0 || >=22.12.0"
  8763. },
  8764. "funding": {
  8765. "url": "https://github.com/sponsors/Boshen"
  8766. },
  8767. "optionalDependencies": {
  8768. "@oxc-minify/binding-android-arm64": "0.95.0",
  8769. "@oxc-minify/binding-darwin-arm64": "0.95.0",
  8770. "@oxc-minify/binding-darwin-x64": "0.95.0",
  8771. "@oxc-minify/binding-freebsd-x64": "0.95.0",
  8772. "@oxc-minify/binding-linux-arm-gnueabihf": "0.95.0",
  8773. "@oxc-minify/binding-linux-arm-musleabihf": "0.95.0",
  8774. "@oxc-minify/binding-linux-arm64-gnu": "0.95.0",
  8775. "@oxc-minify/binding-linux-arm64-musl": "0.95.0",
  8776. "@oxc-minify/binding-linux-riscv64-gnu": "0.95.0",
  8777. "@oxc-minify/binding-linux-s390x-gnu": "0.95.0",
  8778. "@oxc-minify/binding-linux-x64-gnu": "0.95.0",
  8779. "@oxc-minify/binding-linux-x64-musl": "0.95.0",
  8780. "@oxc-minify/binding-wasm32-wasi": "0.95.0",
  8781. "@oxc-minify/binding-win32-arm64-msvc": "0.95.0",
  8782. "@oxc-minify/binding-win32-x64-msvc": "0.95.0"
  8783. }
  8784. },
  8785. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-android-arm64": {
  8786. "version": "0.95.0",
  8787. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  8788. "integrity": "sha512-ck0NakTt3oBWTMQjxKf5ZW1GzCs0y1kETzJdh8h8NAWTutlMfeWiuUxCgG4FMF4XiTnCdLq/dFAKFcdbiwcoqg==",
  8789. "cpu": [
  8790. "arm64"
  8791. ],
  8792. "license": "MIT",
  8793. "optional": true,
  8794. "os": [
  8795. "android"
  8796. ],
  8797. "engines": {
  8798. "node": "^20.19.0 || >=22.12.0"
  8799. }
  8800. },
  8801. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-darwin-x64": {
  8802. "version": "0.95.0",
  8803. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  8804. "integrity": "sha512-SpDArHPKy/K9rduOCdlqz4BxFZte5Ad4/CPNaP0EaVTNbDW1OjBMrVOzRxr/bveWUbUJW3gbWby//YzXCese/w==",
  8805. "cpu": [
  8806. "x64"
  8807. ],
  8808. "license": "MIT",
  8809. "optional": true,
  8810. "os": [
  8811. "darwin"
  8812. ],
  8813. "engines": {
  8814. "node": "^20.19.0 || >=22.12.0"
  8815. }
  8816. },
  8817. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-freebsd-x64": {
  8818. "version": "0.95.0",
  8819. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  8820. "integrity": "sha512-U/ER7VsDCOv9HTE3rIZmNdN2ijZTT1vjDPPRsl9Z5Zyip2OsbHJxh4iNC00bO7qSw5keADuP4ooXsu2pjnfXNA==",
  8821. "cpu": [
  8822. "x64"
  8823. ],
  8824. "license": "MIT",
  8825. "optional": true,
  8826. "os": [
  8827. "freebsd"
  8828. ],
  8829. "engines": {
  8830. "node": "^20.19.0 || >=22.12.0"
  8831. }
  8832. },
  8833. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  8834. "version": "0.95.0",
  8835. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  8836. "integrity": "sha512-g+u5Zg72J7G9DbjnCIO6BhHE4lSaODLFjArFq9sZWu4xi4QOYapGdNZVbQWrWjzGlKTvYOhH621ySMOc07O64g==",
  8837. "cpu": [
  8838. "arm"
  8839. ],
  8840. "license": "MIT",
  8841. "optional": true,
  8842. "os": [
  8843. "linux"
  8844. ],
  8845. "engines": {
  8846. "node": "^20.19.0 || >=22.12.0"
  8847. }
  8848. },
  8849. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  8850. "version": "0.95.0",
  8851. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  8852. "integrity": "sha512-RqQctWyvgSVkJ+UMhDPLDjSO+YjAWFGoSfvikgEIvGrTVjFzXz20EDFSH+CR9J+mXsuJOku63VKmcAZr8Vd/Qg==",
  8853. "cpu": [
  8854. "arm"
  8855. ],
  8856. "license": "MIT",
  8857. "optional": true,
  8858. "os": [
  8859. "linux"
  8860. ],
  8861. "engines": {
  8862. "node": "^20.19.0 || >=22.12.0"
  8863. }
  8864. },
  8865. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  8866. "version": "0.95.0",
  8867. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  8868. "integrity": "sha512-psrzacTaa5zmRXm2Skooj5YOZvueFZLOjNDAkwQcjIgrVAzl7uXtDCPq8soM46O12wGXMpDNUkrbD2BVcF+S9g==",
  8869. "cpu": [
  8870. "arm64"
  8871. ],
  8872. "license": "MIT",
  8873. "optional": true,
  8874. "os": [
  8875. "linux"
  8876. ],
  8877. "engines": {
  8878. "node": "^20.19.0 || >=22.12.0"
  8879. }
  8880. },
  8881. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-linux-arm64-musl": {
  8882. "version": "0.95.0",
  8883. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  8884. "integrity": "sha512-W5VWcOTIxH8bvIviiFreNHK5RkaNE7Y7hm0fxYa9pAdDe8U2OnD77JPPHmNSKYROaDa1ZsmXK1dAOnwGcxvv1w==",
  8885. "cpu": [
  8886. "arm64"
  8887. ],
  8888. "license": "MIT",
  8889. "optional": true,
  8890. "os": [
  8891. "linux"
  8892. ],
  8893. "engines": {
  8894. "node": "^20.19.0 || >=22.12.0"
  8895. }
  8896. },
  8897. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  8898. "version": "0.95.0",
  8899. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  8900. "integrity": "sha512-FBAaIvTcRqdXDPZAsfEBc5nK3noZtEAO82090ne5EDsDNKu8u8sjLhXYJWM3AZFD6p7OPRqBby6N4pVicrk0dA==",
  8901. "cpu": [
  8902. "riscv64"
  8903. ],
  8904. "license": "MIT",
  8905. "optional": true,
  8906. "os": [
  8907. "linux"
  8908. ],
  8909. "engines": {
  8910. "node": "^20.19.0 || >=22.12.0"
  8911. }
  8912. },
  8913. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  8914. "version": "0.95.0",
  8915. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  8916. "integrity": "sha512-7/OWwUC3r0/nPsHOCsTkgitdjpvDOwm8f4lE/Xeigt+9EcRcVuaSHRVOHI47mQ/cSL6V3AObVcmiAGysR36vEw==",
  8917. "cpu": [
  8918. "s390x"
  8919. ],
  8920. "license": "MIT",
  8921. "optional": true,
  8922. "os": [
  8923. "linux"
  8924. ],
  8925. "engines": {
  8926. "node": "^20.19.0 || >=22.12.0"
  8927. }
  8928. },
  8929. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-linux-x64-gnu": {
  8930. "version": "0.95.0",
  8931. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  8932. "integrity": "sha512-3K2lxzk679ml1vXJtO8Nt3xMD2trnDQWBb4Q676Un5g3dbaYf1WgTmEI13ZnCrwE5uBI02DFtFQplkLFqb9dGA==",
  8933. "cpu": [
  8934. "x64"
  8935. ],
  8936. "license": "MIT",
  8937. "optional": true,
  8938. "os": [
  8939. "linux"
  8940. ],
  8941. "engines": {
  8942. "node": "^20.19.0 || >=22.12.0"
  8943. }
  8944. },
  8945. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-linux-x64-musl": {
  8946. "version": "0.95.0",
  8947. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  8948. "integrity": "sha512-DrxQAALZs/He11OlCWZrJGsdwGSAK61nkZxcl3MnO33mL54Qs/vI9AbI2lMtggU+xB2sNKbjKTTpTbCPHOmhTA==",
  8949. "cpu": [
  8950. "x64"
  8951. ],
  8952. "license": "MIT",
  8953. "optional": true,
  8954. "os": [
  8955. "linux"
  8956. ],
  8957. "engines": {
  8958. "node": "^20.19.0 || >=22.12.0"
  8959. }
  8960. },
  8961. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-wasm32-wasi": {
  8962. "version": "0.95.0",
  8963. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  8964. "integrity": "sha512-PASXKqJyLHesNjTweXqkA3kG/hdjpauGb+REP5yZ4dr8gxu5DbMqk4QjsBmW3LjDF4tXXjRs8nHR6Qt2dhxTzA==",
  8965. "cpu": [
  8966. "wasm32"
  8967. ],
  8968. "license": "MIT",
  8969. "optional": true,
  8970. "dependencies": {
  8971. "@napi-rs/wasm-runtime": "^1.0.7"
  8972. },
  8973. "engines": {
  8974. "node": ">=14.0.0"
  8975. }
  8976. },
  8977. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  8978. "version": "0.95.0",
  8979. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  8980. "integrity": "sha512-fPVQZWObqqBRYedFy/bOI0UzUZCqq6ra/PBZFqi31c5Zn73ETTseLYL7ebQqKgjv8l9gQPBIAFIoXYsaoxT72A==",
  8981. "cpu": [
  8982. "arm64"
  8983. ],
  8984. "license": "MIT",
  8985. "optional": true,
  8986. "os": [
  8987. "win32"
  8988. ],
  8989. "engines": {
  8990. "node": "^20.19.0 || >=22.12.0"
  8991. }
  8992. },
  8993. "node_modules/oxc-minify/node_modules/@oxc-minify/binding-win32-x64-msvc": {
  8994. "version": "0.95.0",
  8995. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  8996. "integrity": "sha512-mtCkksnBcO4dIxuj1n9THbMihV+zjO7ZIVCPOq54pylA+hTb/OHau3OV+XyU0pnmREGTuF9xV3BUKag1SYS/lQ==",
  8997. "cpu": [
  8998. "x64"
  8999. ],
  9000. "license": "MIT",
  9001. "optional": true,
  9002. "os": [
  9003. "win32"
  9004. ],
  9005. "engines": {
  9006. "node": "^20.19.0 || >=22.12.0"
  9007. }
  9008. },
  9009. "node_modules/oxc-parser": {
  9010. "version": "0.95.0",
  9011. "license": "MIT",
  9012. "dependencies": {
  9013. "@oxc-project/types": "^0.95.0"
  9014. },
  9015. "engines": {
  9016. "node": "^20.19.0 || >=22.12.0"
  9017. },
  9018. "funding": {
  9019. "url": "https://github.com/sponsors/Boshen"
  9020. },
  9021. "optionalDependencies": {
  9022. "@oxc-parser/binding-android-arm64": "0.95.0",
  9023. "@oxc-parser/binding-darwin-arm64": "0.95.0",
  9024. "@oxc-parser/binding-darwin-x64": "0.95.0",
  9025. "@oxc-parser/binding-freebsd-x64": "0.95.0",
  9026. "@oxc-parser/binding-linux-arm-gnueabihf": "0.95.0",
  9027. "@oxc-parser/binding-linux-arm-musleabihf": "0.95.0",
  9028. "@oxc-parser/binding-linux-arm64-gnu": "0.95.0",
  9029. "@oxc-parser/binding-linux-arm64-musl": "0.95.0",
  9030. "@oxc-parser/binding-linux-riscv64-gnu": "0.95.0",
  9031. "@oxc-parser/binding-linux-s390x-gnu": "0.95.0",
  9032. "@oxc-parser/binding-linux-x64-gnu": "0.95.0",
  9033. "@oxc-parser/binding-linux-x64-musl": "0.95.0",
  9034. "@oxc-parser/binding-wasm32-wasi": "0.95.0",
  9035. "@oxc-parser/binding-win32-arm64-msvc": "0.95.0",
  9036. "@oxc-parser/binding-win32-x64-msvc": "0.95.0"
  9037. }
  9038. },
  9039. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-android-arm64": {
  9040. "version": "0.95.0",
  9041. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  9042. "integrity": "sha512-dZyxhhvJigwWL1wgnLlqyEiSeuqO0WdDH9H+if0dPcBM4fKa5fjVkaUcJT1jBMcBTnkjxMwTXYZy5TK60N0fjg==",
  9043. "cpu": [
  9044. "arm64"
  9045. ],
  9046. "license": "MIT",
  9047. "optional": true,
  9048. "os": [
  9049. "android"
  9050. ],
  9051. "engines": {
  9052. "node": "^20.19.0 || >=22.12.0"
  9053. }
  9054. },
  9055. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-darwin-x64": {
  9056. "version": "0.95.0",
  9057. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  9058. "integrity": "sha512-9djMQ/t6Ns/UXtziwUe562uVJMbhtuLtCj+Xav+HMVT/rhV9gWO8PQOG7AwDLUBjJanItsrfqrGtqhNxtZ701w==",
  9059. "cpu": [
  9060. "x64"
  9061. ],
  9062. "license": "MIT",
  9063. "optional": true,
  9064. "os": [
  9065. "darwin"
  9066. ],
  9067. "engines": {
  9068. "node": "^20.19.0 || >=22.12.0"
  9069. }
  9070. },
  9071. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-freebsd-x64": {
  9072. "version": "0.95.0",
  9073. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  9074. "integrity": "sha512-GK6k0PgCVkkeRZtHgcosCYbXIRySpJpuPw/OInfLGFh8f3x9gp2l8Fbcfx+YO+ZOHFBCd2NNedGqw8wMgouxfA==",
  9075. "cpu": [
  9076. "x64"
  9077. ],
  9078. "license": "MIT",
  9079. "optional": true,
  9080. "os": [
  9081. "freebsd"
  9082. ],
  9083. "engines": {
  9084. "node": "^20.19.0 || >=22.12.0"
  9085. }
  9086. },
  9087. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  9088. "version": "0.95.0",
  9089. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  9090. "integrity": "sha512-+g/lFITtyHHEk69cunOHuiT5cX+mpUTcbGYNe8suguZ7FqgNwai+PnGv0ctCvtgxBPVfckfUK8c3RvFKo+vi/w==",
  9091. "cpu": [
  9092. "arm"
  9093. ],
  9094. "license": "MIT",
  9095. "optional": true,
  9096. "os": [
  9097. "linux"
  9098. ],
  9099. "engines": {
  9100. "node": "^20.19.0 || >=22.12.0"
  9101. }
  9102. },
  9103. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  9104. "version": "0.95.0",
  9105. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  9106. "integrity": "sha512-SXNasDtPw8ycNV7VEvFxb4LETmykvWKUhHR7K3us818coXYpDj54P8WEx8hJobP/9skuuiFuKHmtYLdjX8wntA==",
  9107. "cpu": [
  9108. "arm"
  9109. ],
  9110. "license": "MIT",
  9111. "optional": true,
  9112. "os": [
  9113. "linux"
  9114. ],
  9115. "engines": {
  9116. "node": "^20.19.0 || >=22.12.0"
  9117. }
  9118. },
  9119. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  9120. "version": "0.95.0",
  9121. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  9122. "integrity": "sha512-0LzebARTU0ROfD6pDK4h1pFn+09meErCZ0MA2TaW08G72+GNneEsksPufOuI+9AxVSRa+jKE3fu0wavvhZgSkg==",
  9123. "cpu": [
  9124. "arm64"
  9125. ],
  9126. "license": "MIT",
  9127. "optional": true,
  9128. "os": [
  9129. "linux"
  9130. ],
  9131. "engines": {
  9132. "node": "^20.19.0 || >=22.12.0"
  9133. }
  9134. },
  9135. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-linux-arm64-musl": {
  9136. "version": "0.95.0",
  9137. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  9138. "integrity": "sha512-Pvi1lGe/G+mJZ3hUojMP/aAHAzHA25AEtVr8/iuz7UV72t/15NOgJYr9kELMUMNjPqpr3vKUgXTFmTtAxp11Qw==",
  9139. "cpu": [
  9140. "arm64"
  9141. ],
  9142. "license": "MIT",
  9143. "optional": true,
  9144. "os": [
  9145. "linux"
  9146. ],
  9147. "engines": {
  9148. "node": "^20.19.0 || >=22.12.0"
  9149. }
  9150. },
  9151. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  9152. "version": "0.95.0",
  9153. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  9154. "integrity": "sha512-pUEVHIOVNDfhk4sTlLhn6mrNENhE4/dAwemxIfqpcSyBlYG0xYZND1F3jjR2yWY6DakXZ6VSuDbtiv1LPNlOLw==",
  9155. "cpu": [
  9156. "riscv64"
  9157. ],
  9158. "license": "MIT",
  9159. "optional": true,
  9160. "os": [
  9161. "linux"
  9162. ],
  9163. "engines": {
  9164. "node": "^20.19.0 || >=22.12.0"
  9165. }
  9166. },
  9167. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  9168. "version": "0.95.0",
  9169. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  9170. "integrity": "sha512-5+olaepHTE3J/+w7g0tr3nocvv5BKilAJnzj4L8tWBCLEZbL6olJcGVoldUO+3cgg1SO1xJywP5BuLhT0mDUDw==",
  9171. "cpu": [
  9172. "s390x"
  9173. ],
  9174. "license": "MIT",
  9175. "optional": true,
  9176. "os": [
  9177. "linux"
  9178. ],
  9179. "engines": {
  9180. "node": "^20.19.0 || >=22.12.0"
  9181. }
  9182. },
  9183. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-linux-x64-gnu": {
  9184. "version": "0.95.0",
  9185. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  9186. "integrity": "sha512-8huzHlK/N98wrnYKxIcYsK8ZGBWomQchu/Mzi6m+CtbhjWOv9DmK0jQ2fUWImtluQVpTwS0uZT06d3g7XIkJrA==",
  9187. "cpu": [
  9188. "x64"
  9189. ],
  9190. "license": "MIT",
  9191. "optional": true,
  9192. "os": [
  9193. "linux"
  9194. ],
  9195. "engines": {
  9196. "node": "^20.19.0 || >=22.12.0"
  9197. }
  9198. },
  9199. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-linux-x64-musl": {
  9200. "version": "0.95.0",
  9201. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  9202. "integrity": "sha512-bWnrLfGDcx/fab0+UQnFbVFbiykof/btImbYf+cI2pU/1Egb2x+OKSmM5Qt0nEUiIpM5fgJmYXxTopybSZOKYA==",
  9203. "cpu": [
  9204. "x64"
  9205. ],
  9206. "license": "MIT",
  9207. "optional": true,
  9208. "os": [
  9209. "linux"
  9210. ],
  9211. "engines": {
  9212. "node": "^20.19.0 || >=22.12.0"
  9213. }
  9214. },
  9215. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-wasm32-wasi": {
  9216. "version": "0.95.0",
  9217. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  9218. "integrity": "sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==",
  9219. "cpu": [
  9220. "wasm32"
  9221. ],
  9222. "license": "MIT",
  9223. "optional": true,
  9224. "dependencies": {
  9225. "@napi-rs/wasm-runtime": "^1.0.7"
  9226. },
  9227. "engines": {
  9228. "node": ">=14.0.0"
  9229. }
  9230. },
  9231. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  9232. "version": "0.95.0",
  9233. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  9234. "integrity": "sha512-RWvaA6s1SYlBj9CxwHfNn0CRlkPdv9fEUAXfZkGQPdP5e1ppIaO2KYE0sUov/zzp9hPTMMsTMHl4dcIbb+pHCQ==",
  9235. "cpu": [
  9236. "arm64"
  9237. ],
  9238. "license": "MIT",
  9239. "optional": true,
  9240. "os": [
  9241. "win32"
  9242. ],
  9243. "engines": {
  9244. "node": "^20.19.0 || >=22.12.0"
  9245. }
  9246. },
  9247. "node_modules/oxc-parser/node_modules/@oxc-parser/binding-win32-x64-msvc": {
  9248. "version": "0.95.0",
  9249. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  9250. "integrity": "sha512-BQpgl7rDjFvCIHudmUR0dCwc4ylBYZl4CPVinlD3NhkMif4WD5dADckoo5ES/KOpFyvwcbKZX+grP63cjHi26g==",
  9251. "cpu": [
  9252. "x64"
  9253. ],
  9254. "license": "MIT",
  9255. "optional": true,
  9256. "os": [
  9257. "win32"
  9258. ],
  9259. "engines": {
  9260. "node": "^20.19.0 || >=22.12.0"
  9261. }
  9262. },
  9263. "node_modules/oxc-transform": {
  9264. "version": "0.95.0",
  9265. "license": "MIT",
  9266. "engines": {
  9267. "node": "^20.19.0 || >=22.12.0"
  9268. },
  9269. "funding": {
  9270. "url": "https://github.com/sponsors/Boshen"
  9271. },
  9272. "optionalDependencies": {
  9273. "@oxc-transform/binding-android-arm64": "0.95.0",
  9274. "@oxc-transform/binding-darwin-arm64": "0.95.0",
  9275. "@oxc-transform/binding-darwin-x64": "0.95.0",
  9276. "@oxc-transform/binding-freebsd-x64": "0.95.0",
  9277. "@oxc-transform/binding-linux-arm-gnueabihf": "0.95.0",
  9278. "@oxc-transform/binding-linux-arm-musleabihf": "0.95.0",
  9279. "@oxc-transform/binding-linux-arm64-gnu": "0.95.0",
  9280. "@oxc-transform/binding-linux-arm64-musl": "0.95.0",
  9281. "@oxc-transform/binding-linux-riscv64-gnu": "0.95.0",
  9282. "@oxc-transform/binding-linux-s390x-gnu": "0.95.0",
  9283. "@oxc-transform/binding-linux-x64-gnu": "0.95.0",
  9284. "@oxc-transform/binding-linux-x64-musl": "0.95.0",
  9285. "@oxc-transform/binding-wasm32-wasi": "0.95.0",
  9286. "@oxc-transform/binding-win32-arm64-msvc": "0.95.0",
  9287. "@oxc-transform/binding-win32-x64-msvc": "0.95.0"
  9288. }
  9289. },
  9290. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-android-arm64": {
  9291. "version": "0.95.0",
  9292. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  9293. "integrity": "sha512-eW+BCgRWOsMrDiz7FEV7BjAmaF9lGIc2ueGdRUYjRUMq4f5FSGS7gMBTYDxajdoIB3L5Gnksh1CWkIlgg95UVA==",
  9294. "cpu": [
  9295. "arm64"
  9296. ],
  9297. "license": "MIT",
  9298. "optional": true,
  9299. "os": [
  9300. "android"
  9301. ],
  9302. "engines": {
  9303. "node": "^20.19.0 || >=22.12.0"
  9304. }
  9305. },
  9306. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-darwin-x64": {
  9307. "version": "0.95.0",
  9308. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  9309. "integrity": "sha512-49UPEgIlgWUndwcP3LH6dvmOewZ92DxCMpFMo11JhUlmNJxA3sjVImEBRB56/tJ+XF+xnya9kB1oCW4yRY+mRw==",
  9310. "cpu": [
  9311. "x64"
  9312. ],
  9313. "license": "MIT",
  9314. "optional": true,
  9315. "os": [
  9316. "darwin"
  9317. ],
  9318. "engines": {
  9319. "node": "^20.19.0 || >=22.12.0"
  9320. }
  9321. },
  9322. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-freebsd-x64": {
  9323. "version": "0.95.0",
  9324. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  9325. "integrity": "sha512-lNKrHKaDEm8pbKlVbn0rv2L97O0lbA0Tsrxx4GF/HhmdW+NgwGU1pMzZ4tB2QcylbqgKxOB+v9luebHyh1jfgA==",
  9326. "cpu": [
  9327. "x64"
  9328. ],
  9329. "license": "MIT",
  9330. "optional": true,
  9331. "os": [
  9332. "freebsd"
  9333. ],
  9334. "engines": {
  9335. "node": "^20.19.0 || >=22.12.0"
  9336. }
  9337. },
  9338. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  9339. "version": "0.95.0",
  9340. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  9341. "integrity": "sha512-+VWcLeeizI8IjU+V+o8AmzPuIMiTrGr0vrmXU3CEsV05MrywCuJU+f6ilPs3JBKno9VIwqvRpHB/z39sQabHWg==",
  9342. "cpu": [
  9343. "arm"
  9344. ],
  9345. "license": "MIT",
  9346. "optional": true,
  9347. "os": [
  9348. "linux"
  9349. ],
  9350. "engines": {
  9351. "node": "^20.19.0 || >=22.12.0"
  9352. }
  9353. },
  9354. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  9355. "version": "0.95.0",
  9356. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  9357. "integrity": "sha512-a59xPw84t6VwlvNEGcmuw3feGcKcWOC7uB8oePJ/BVSAV1yayLoB3k6JASwLTZ7N/PNPNUhcw1jDxowgAfBJfg==",
  9358. "cpu": [
  9359. "arm"
  9360. ],
  9361. "license": "MIT",
  9362. "optional": true,
  9363. "os": [
  9364. "linux"
  9365. ],
  9366. "engines": {
  9367. "node": "^20.19.0 || >=22.12.0"
  9368. }
  9369. },
  9370. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  9371. "version": "0.95.0",
  9372. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  9373. "integrity": "sha512-NLdrFuEHlmbiC1M1WESFV4luUcB/84GXi+cbnRXhgMjIW/CThRVJ989eTJy59QivkVlLcJSKTiKiKCt0O6TTlQ==",
  9374. "cpu": [
  9375. "arm64"
  9376. ],
  9377. "license": "MIT",
  9378. "optional": true,
  9379. "os": [
  9380. "linux"
  9381. ],
  9382. "engines": {
  9383. "node": "^20.19.0 || >=22.12.0"
  9384. }
  9385. },
  9386. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-linux-arm64-musl": {
  9387. "version": "0.95.0",
  9388. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  9389. "integrity": "sha512-GL0ffCPW8JlFI0/jeSgCY665yDdojHxA0pbYG+k8oEHOWCYZUZK9AXL+r0oerNEWYJ8CRB+L5Yq87ZtU/YUitw==",
  9390. "cpu": [
  9391. "arm64"
  9392. ],
  9393. "license": "MIT",
  9394. "optional": true,
  9395. "os": [
  9396. "linux"
  9397. ],
  9398. "engines": {
  9399. "node": "^20.19.0 || >=22.12.0"
  9400. }
  9401. },
  9402. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  9403. "version": "0.95.0",
  9404. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  9405. "integrity": "sha512-tbH7LaClSmN3YFVo1UjMSe7D6gkb5f+CMIbj9i873UUZomVRmAjC4ygioObfzM+sj/tX0WoTXx5L1YOfQkHL6Q==",
  9406. "cpu": [
  9407. "riscv64"
  9408. ],
  9409. "license": "MIT",
  9410. "optional": true,
  9411. "os": [
  9412. "linux"
  9413. ],
  9414. "engines": {
  9415. "node": "^20.19.0 || >=22.12.0"
  9416. }
  9417. },
  9418. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  9419. "version": "0.95.0",
  9420. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  9421. "integrity": "sha512-8jMqiURWa0iTiPMg7BWaln89VdhhWzNlPyKM90NaFVVhBIKCr2UEhrQWdpBw/E9C8uWf/4VabBEhfPMK+0yS4w==",
  9422. "cpu": [
  9423. "s390x"
  9424. ],
  9425. "license": "MIT",
  9426. "optional": true,
  9427. "os": [
  9428. "linux"
  9429. ],
  9430. "engines": {
  9431. "node": "^20.19.0 || >=22.12.0"
  9432. }
  9433. },
  9434. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-linux-x64-gnu": {
  9435. "version": "0.95.0",
  9436. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  9437. "integrity": "sha512-D5ULJ2uWipsTgfvHIvqmnGkCtB3Fyt2ZN7APRjVO+wLr+HtmnaWddKsLdrRWX/m/6nQ2xQdoQekdJrokYK9LtQ==",
  9438. "cpu": [
  9439. "x64"
  9440. ],
  9441. "license": "MIT",
  9442. "optional": true,
  9443. "os": [
  9444. "linux"
  9445. ],
  9446. "engines": {
  9447. "node": "^20.19.0 || >=22.12.0"
  9448. }
  9449. },
  9450. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-linux-x64-musl": {
  9451. "version": "0.95.0",
  9452. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  9453. "integrity": "sha512-DmCGU+FzRezES5wVAGVimZGzYIjMOapXbWpxuz8M8p3nMrfdBEQ5/tpwBp2vRlIohhABy4vhHJByl4c64ENCGQ==",
  9454. "cpu": [
  9455. "x64"
  9456. ],
  9457. "license": "MIT",
  9458. "optional": true,
  9459. "os": [
  9460. "linux"
  9461. ],
  9462. "engines": {
  9463. "node": "^20.19.0 || >=22.12.0"
  9464. }
  9465. },
  9466. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-wasm32-wasi": {
  9467. "version": "0.95.0",
  9468. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  9469. "integrity": "sha512-tSo1EU4Whd1gXyae7cwSDouhppkuz6Jkd5LY8Uch9VKsHVSRhDLDW19Mq6VSwtyPxDPTJnJ2jYJWm+n8SYXiXQ==",
  9470. "cpu": [
  9471. "wasm32"
  9472. ],
  9473. "license": "MIT",
  9474. "optional": true,
  9475. "dependencies": {
  9476. "@napi-rs/wasm-runtime": "^1.0.7"
  9477. },
  9478. "engines": {
  9479. "node": ">=14.0.0"
  9480. }
  9481. },
  9482. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  9483. "version": "0.95.0",
  9484. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  9485. "integrity": "sha512-6eaxlgj+J5n8zgJTSugqdPLBtKGRqvxYLcvHN8b+U9hVhF/2HG/JCOrcSYV/XgWGNPQiaRVzpR3hGhmFro9QTw==",
  9486. "cpu": [
  9487. "arm64"
  9488. ],
  9489. "license": "MIT",
  9490. "optional": true,
  9491. "os": [
  9492. "win32"
  9493. ],
  9494. "engines": {
  9495. "node": "^20.19.0 || >=22.12.0"
  9496. }
  9497. },
  9498. "node_modules/oxc-transform/node_modules/@oxc-transform/binding-win32-x64-msvc": {
  9499. "version": "0.95.0",
  9500. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  9501. "integrity": "sha512-Y8JY79A7fTuBjEXZFu+mHbHzgsV3uJDUuUKeGffpOwI1ayOGCKeBJTiMhksYkiir1xS+DkGLEz73+xse9Is9rw==",
  9502. "cpu": [
  9503. "x64"
  9504. ],
  9505. "license": "MIT",
  9506. "optional": true,
  9507. "os": [
  9508. "win32"
  9509. ],
  9510. "engines": {
  9511. "node": "^20.19.0 || >=22.12.0"
  9512. }
  9513. },
  9514. "node_modules/oxc-walker": {
  9515. "version": "0.5.2",
  9516. "license": "MIT",
  9517. "dependencies": {
  9518. "magic-regexp": "^0.10.0"
  9519. },
  9520. "peerDependencies": {
  9521. "oxc-parser": ">=0.72.0"
  9522. }
  9523. },
  9524. "node_modules/p-limit": {
  9525. "version": "4.0.0",
  9526. "license": "MIT",
  9527. "dependencies": {
  9528. "yocto-queue": "^1.0.0"
  9529. },
  9530. "engines": {
  9531. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9532. },
  9533. "funding": {
  9534. "url": "https://github.com/sponsors/sindresorhus"
  9535. }
  9536. },
  9537. "node_modules/p-locate": {
  9538. "version": "6.0.0",
  9539. "license": "MIT",
  9540. "dependencies": {
  9541. "p-limit": "^4.0.0"
  9542. },
  9543. "engines": {
  9544. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9545. },
  9546. "funding": {
  9547. "url": "https://github.com/sponsors/sindresorhus"
  9548. }
  9549. },
  9550. "node_modules/package-json-from-dist": {
  9551. "version": "1.0.1",
  9552. "license": "BlueOak-1.0.0"
  9553. },
  9554. "node_modules/package-manager-detector": {
  9555. "version": "1.5.0",
  9556. "license": "MIT"
  9557. },
  9558. "node_modules/pako": {
  9559. "version": "0.2.9",
  9560. "license": "MIT"
  9561. },
  9562. "node_modules/parent-module": {
  9563. "version": "1.0.1",
  9564. "license": "MIT",
  9565. "dependencies": {
  9566. "callsites": "^3.0.0"
  9567. },
  9568. "engines": {
  9569. "node": ">=6"
  9570. }
  9571. },
  9572. "node_modules/parse-imports-exports": {
  9573. "version": "0.2.4",
  9574. "license": "MIT",
  9575. "dependencies": {
  9576. "parse-statements": "1.0.11"
  9577. }
  9578. },
  9579. "node_modules/parse-ms": {
  9580. "version": "4.0.0",
  9581. "license": "MIT",
  9582. "engines": {
  9583. "node": ">=18"
  9584. },
  9585. "funding": {
  9586. "url": "https://github.com/sponsors/sindresorhus"
  9587. }
  9588. },
  9589. "node_modules/parse-path": {
  9590. "version": "7.1.0",
  9591. "license": "MIT",
  9592. "dependencies": {
  9593. "protocols": "^2.0.0"
  9594. }
  9595. },
  9596. "node_modules/parse-statements": {
  9597. "version": "1.0.11",
  9598. "license": "MIT"
  9599. },
  9600. "node_modules/parse-url": {
  9601. "version": "9.2.0",
  9602. "license": "MIT",
  9603. "dependencies": {
  9604. "@types/parse-path": "^7.0.0",
  9605. "parse-path": "^7.0.0"
  9606. },
  9607. "engines": {
  9608. "node": ">=14.13.0"
  9609. }
  9610. },
  9611. "node_modules/parseurl": {
  9612. "version": "1.3.3",
  9613. "license": "MIT",
  9614. "engines": {
  9615. "node": ">= 0.8"
  9616. }
  9617. },
  9618. "node_modules/path-browserify": {
  9619. "version": "1.0.1",
  9620. "license": "MIT"
  9621. },
  9622. "node_modules/path-exists": {
  9623. "version": "5.0.0",
  9624. "license": "MIT",
  9625. "engines": {
  9626. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9627. }
  9628. },
  9629. "node_modules/path-key": {
  9630. "version": "3.1.1",
  9631. "license": "MIT",
  9632. "engines": {
  9633. "node": ">=8"
  9634. }
  9635. },
  9636. "node_modules/path-parse": {
  9637. "version": "1.0.7",
  9638. "license": "MIT"
  9639. },
  9640. "node_modules/path-scurry": {
  9641. "version": "1.11.1",
  9642. "license": "BlueOak-1.0.0",
  9643. "dependencies": {
  9644. "lru-cache": "^10.2.0",
  9645. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  9646. },
  9647. "engines": {
  9648. "node": ">=16 || 14 >=14.18"
  9649. },
  9650. "funding": {
  9651. "url": "https://github.com/sponsors/isaacs"
  9652. }
  9653. },
  9654. "node_modules/path-scurry/node_modules/lru-cache": {
  9655. "version": "10.4.3",
  9656. "license": "ISC"
  9657. },
  9658. "node_modules/path-type": {
  9659. "version": "6.0.0",
  9660. "license": "MIT",
  9661. "engines": {
  9662. "node": ">=18"
  9663. },
  9664. "funding": {
  9665. "url": "https://github.com/sponsors/sindresorhus"
  9666. }
  9667. },
  9668. "node_modules/pathe": {
  9669. "version": "2.0.3",
  9670. "license": "MIT"
  9671. },
  9672. "node_modules/perfect-debounce": {
  9673. "version": "2.0.0",
  9674. "license": "MIT"
  9675. },
  9676. "node_modules/picocolors": {
  9677. "version": "1.1.1",
  9678. "license": "ISC"
  9679. },
  9680. "node_modules/picomatch": {
  9681. "version": "4.0.3",
  9682. "license": "MIT",
  9683. "engines": {
  9684. "node": ">=12"
  9685. },
  9686. "funding": {
  9687. "url": "https://github.com/sponsors/jonschlinkert"
  9688. }
  9689. },
  9690. "node_modules/pkg-types": {
  9691. "version": "2.3.0",
  9692. "license": "MIT",
  9693. "dependencies": {
  9694. "confbox": "^0.2.2",
  9695. "exsolve": "^1.0.7",
  9696. "pathe": "^2.0.3"
  9697. }
  9698. },
  9699. "node_modules/pluralize": {
  9700. "version": "8.0.0",
  9701. "license": "MIT",
  9702. "engines": {
  9703. "node": ">=4"
  9704. }
  9705. },
  9706. "node_modules/postcss": {
  9707. "version": "8.5.6",
  9708. "funding": [
  9709. {
  9710. "type": "opencollective",
  9711. "url": "https://opencollective.com/postcss/"
  9712. },
  9713. {
  9714. "type": "tidelift",
  9715. "url": "https://tidelift.com/funding/github/npm/postcss"
  9716. },
  9717. {
  9718. "type": "github",
  9719. "url": "https://github.com/sponsors/ai"
  9720. }
  9721. ],
  9722. "license": "MIT",
  9723. "dependencies": {
  9724. "nanoid": "^3.3.11",
  9725. "picocolors": "^1.1.1",
  9726. "source-map-js": "^1.2.1"
  9727. },
  9728. "engines": {
  9729. "node": "^10 || ^12 || >=14"
  9730. }
  9731. },
  9732. "node_modules/postcss-calc": {
  9733. "version": "10.1.1",
  9734. "license": "MIT",
  9735. "dependencies": {
  9736. "postcss-selector-parser": "^7.0.0",
  9737. "postcss-value-parser": "^4.2.0"
  9738. },
  9739. "engines": {
  9740. "node": "^18.12 || ^20.9 || >=22.0"
  9741. },
  9742. "peerDependencies": {
  9743. "postcss": "^8.4.38"
  9744. }
  9745. },
  9746. "node_modules/postcss-calc/node_modules/postcss-selector-parser": {
  9747. "version": "7.1.0",
  9748. "license": "MIT",
  9749. "dependencies": {
  9750. "cssesc": "^3.0.0",
  9751. "util-deprecate": "^1.0.2"
  9752. },
  9753. "engines": {
  9754. "node": ">=4"
  9755. }
  9756. },
  9757. "node_modules/postcss-colormin": {
  9758. "version": "7.0.4",
  9759. "license": "MIT",
  9760. "dependencies": {
  9761. "browserslist": "^4.25.1",
  9762. "caniuse-api": "^3.0.0",
  9763. "colord": "^2.9.3",
  9764. "postcss-value-parser": "^4.2.0"
  9765. },
  9766. "engines": {
  9767. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9768. },
  9769. "peerDependencies": {
  9770. "postcss": "^8.4.32"
  9771. }
  9772. },
  9773. "node_modules/postcss-convert-values": {
  9774. "version": "7.0.7",
  9775. "license": "MIT",
  9776. "dependencies": {
  9777. "browserslist": "^4.25.1",
  9778. "postcss-value-parser": "^4.2.0"
  9779. },
  9780. "engines": {
  9781. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9782. },
  9783. "peerDependencies": {
  9784. "postcss": "^8.4.32"
  9785. }
  9786. },
  9787. "node_modules/postcss-discard-comments": {
  9788. "version": "7.0.4",
  9789. "license": "MIT",
  9790. "dependencies": {
  9791. "postcss-selector-parser": "^7.1.0"
  9792. },
  9793. "engines": {
  9794. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9795. },
  9796. "peerDependencies": {
  9797. "postcss": "^8.4.32"
  9798. }
  9799. },
  9800. "node_modules/postcss-discard-comments/node_modules/postcss-selector-parser": {
  9801. "version": "7.1.0",
  9802. "license": "MIT",
  9803. "dependencies": {
  9804. "cssesc": "^3.0.0",
  9805. "util-deprecate": "^1.0.2"
  9806. },
  9807. "engines": {
  9808. "node": ">=4"
  9809. }
  9810. },
  9811. "node_modules/postcss-discard-duplicates": {
  9812. "version": "7.0.2",
  9813. "license": "MIT",
  9814. "engines": {
  9815. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9816. },
  9817. "peerDependencies": {
  9818. "postcss": "^8.4.32"
  9819. }
  9820. },
  9821. "node_modules/postcss-discard-empty": {
  9822. "version": "7.0.1",
  9823. "license": "MIT",
  9824. "engines": {
  9825. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9826. },
  9827. "peerDependencies": {
  9828. "postcss": "^8.4.32"
  9829. }
  9830. },
  9831. "node_modules/postcss-discard-overridden": {
  9832. "version": "7.0.1",
  9833. "license": "MIT",
  9834. "engines": {
  9835. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9836. },
  9837. "peerDependencies": {
  9838. "postcss": "^8.4.32"
  9839. }
  9840. },
  9841. "node_modules/postcss-merge-longhand": {
  9842. "version": "7.0.5",
  9843. "license": "MIT",
  9844. "dependencies": {
  9845. "postcss-value-parser": "^4.2.0",
  9846. "stylehacks": "^7.0.5"
  9847. },
  9848. "engines": {
  9849. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9850. },
  9851. "peerDependencies": {
  9852. "postcss": "^8.4.32"
  9853. }
  9854. },
  9855. "node_modules/postcss-merge-rules": {
  9856. "version": "7.0.6",
  9857. "license": "MIT",
  9858. "dependencies": {
  9859. "browserslist": "^4.25.1",
  9860. "caniuse-api": "^3.0.0",
  9861. "cssnano-utils": "^5.0.1",
  9862. "postcss-selector-parser": "^7.1.0"
  9863. },
  9864. "engines": {
  9865. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9866. },
  9867. "peerDependencies": {
  9868. "postcss": "^8.4.32"
  9869. }
  9870. },
  9871. "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": {
  9872. "version": "7.1.0",
  9873. "license": "MIT",
  9874. "dependencies": {
  9875. "cssesc": "^3.0.0",
  9876. "util-deprecate": "^1.0.2"
  9877. },
  9878. "engines": {
  9879. "node": ">=4"
  9880. }
  9881. },
  9882. "node_modules/postcss-minify-font-values": {
  9883. "version": "7.0.1",
  9884. "license": "MIT",
  9885. "dependencies": {
  9886. "postcss-value-parser": "^4.2.0"
  9887. },
  9888. "engines": {
  9889. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9890. },
  9891. "peerDependencies": {
  9892. "postcss": "^8.4.32"
  9893. }
  9894. },
  9895. "node_modules/postcss-minify-gradients": {
  9896. "version": "7.0.1",
  9897. "license": "MIT",
  9898. "dependencies": {
  9899. "colord": "^2.9.3",
  9900. "cssnano-utils": "^5.0.1",
  9901. "postcss-value-parser": "^4.2.0"
  9902. },
  9903. "engines": {
  9904. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9905. },
  9906. "peerDependencies": {
  9907. "postcss": "^8.4.32"
  9908. }
  9909. },
  9910. "node_modules/postcss-minify-params": {
  9911. "version": "7.0.4",
  9912. "license": "MIT",
  9913. "dependencies": {
  9914. "browserslist": "^4.25.1",
  9915. "cssnano-utils": "^5.0.1",
  9916. "postcss-value-parser": "^4.2.0"
  9917. },
  9918. "engines": {
  9919. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9920. },
  9921. "peerDependencies": {
  9922. "postcss": "^8.4.32"
  9923. }
  9924. },
  9925. "node_modules/postcss-minify-selectors": {
  9926. "version": "7.0.5",
  9927. "license": "MIT",
  9928. "dependencies": {
  9929. "cssesc": "^3.0.0",
  9930. "postcss-selector-parser": "^7.1.0"
  9931. },
  9932. "engines": {
  9933. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9934. },
  9935. "peerDependencies": {
  9936. "postcss": "^8.4.32"
  9937. }
  9938. },
  9939. "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": {
  9940. "version": "7.1.0",
  9941. "license": "MIT",
  9942. "dependencies": {
  9943. "cssesc": "^3.0.0",
  9944. "util-deprecate": "^1.0.2"
  9945. },
  9946. "engines": {
  9947. "node": ">=4"
  9948. }
  9949. },
  9950. "node_modules/postcss-normalize-charset": {
  9951. "version": "7.0.1",
  9952. "license": "MIT",
  9953. "engines": {
  9954. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9955. },
  9956. "peerDependencies": {
  9957. "postcss": "^8.4.32"
  9958. }
  9959. },
  9960. "node_modules/postcss-normalize-display-values": {
  9961. "version": "7.0.1",
  9962. "license": "MIT",
  9963. "dependencies": {
  9964. "postcss-value-parser": "^4.2.0"
  9965. },
  9966. "engines": {
  9967. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9968. },
  9969. "peerDependencies": {
  9970. "postcss": "^8.4.32"
  9971. }
  9972. },
  9973. "node_modules/postcss-normalize-positions": {
  9974. "version": "7.0.1",
  9975. "license": "MIT",
  9976. "dependencies": {
  9977. "postcss-value-parser": "^4.2.0"
  9978. },
  9979. "engines": {
  9980. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9981. },
  9982. "peerDependencies": {
  9983. "postcss": "^8.4.32"
  9984. }
  9985. },
  9986. "node_modules/postcss-normalize-repeat-style": {
  9987. "version": "7.0.1",
  9988. "license": "MIT",
  9989. "dependencies": {
  9990. "postcss-value-parser": "^4.2.0"
  9991. },
  9992. "engines": {
  9993. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9994. },
  9995. "peerDependencies": {
  9996. "postcss": "^8.4.32"
  9997. }
  9998. },
  9999. "node_modules/postcss-normalize-string": {
  10000. "version": "7.0.1",
  10001. "license": "MIT",
  10002. "dependencies": {
  10003. "postcss-value-parser": "^4.2.0"
  10004. },
  10005. "engines": {
  10006. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10007. },
  10008. "peerDependencies": {
  10009. "postcss": "^8.4.32"
  10010. }
  10011. },
  10012. "node_modules/postcss-normalize-timing-functions": {
  10013. "version": "7.0.1",
  10014. "license": "MIT",
  10015. "dependencies": {
  10016. "postcss-value-parser": "^4.2.0"
  10017. },
  10018. "engines": {
  10019. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10020. },
  10021. "peerDependencies": {
  10022. "postcss": "^8.4.32"
  10023. }
  10024. },
  10025. "node_modules/postcss-normalize-unicode": {
  10026. "version": "7.0.4",
  10027. "license": "MIT",
  10028. "dependencies": {
  10029. "browserslist": "^4.25.1",
  10030. "postcss-value-parser": "^4.2.0"
  10031. },
  10032. "engines": {
  10033. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10034. },
  10035. "peerDependencies": {
  10036. "postcss": "^8.4.32"
  10037. }
  10038. },
  10039. "node_modules/postcss-normalize-url": {
  10040. "version": "7.0.1",
  10041. "license": "MIT",
  10042. "dependencies": {
  10043. "postcss-value-parser": "^4.2.0"
  10044. },
  10045. "engines": {
  10046. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10047. },
  10048. "peerDependencies": {
  10049. "postcss": "^8.4.32"
  10050. }
  10051. },
  10052. "node_modules/postcss-normalize-whitespace": {
  10053. "version": "7.0.1",
  10054. "license": "MIT",
  10055. "dependencies": {
  10056. "postcss-value-parser": "^4.2.0"
  10057. },
  10058. "engines": {
  10059. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10060. },
  10061. "peerDependencies": {
  10062. "postcss": "^8.4.32"
  10063. }
  10064. },
  10065. "node_modules/postcss-ordered-values": {
  10066. "version": "7.0.2",
  10067. "license": "MIT",
  10068. "dependencies": {
  10069. "cssnano-utils": "^5.0.1",
  10070. "postcss-value-parser": "^4.2.0"
  10071. },
  10072. "engines": {
  10073. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10074. },
  10075. "peerDependencies": {
  10076. "postcss": "^8.4.32"
  10077. }
  10078. },
  10079. "node_modules/postcss-reduce-initial": {
  10080. "version": "7.0.4",
  10081. "license": "MIT",
  10082. "dependencies": {
  10083. "browserslist": "^4.25.1",
  10084. "caniuse-api": "^3.0.0"
  10085. },
  10086. "engines": {
  10087. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10088. },
  10089. "peerDependencies": {
  10090. "postcss": "^8.4.32"
  10091. }
  10092. },
  10093. "node_modules/postcss-reduce-transforms": {
  10094. "version": "7.0.1",
  10095. "license": "MIT",
  10096. "dependencies": {
  10097. "postcss-value-parser": "^4.2.0"
  10098. },
  10099. "engines": {
  10100. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10101. },
  10102. "peerDependencies": {
  10103. "postcss": "^8.4.32"
  10104. }
  10105. },
  10106. "node_modules/postcss-selector-parser": {
  10107. "version": "6.1.2",
  10108. "license": "MIT",
  10109. "dependencies": {
  10110. "cssesc": "^3.0.0",
  10111. "util-deprecate": "^1.0.2"
  10112. },
  10113. "engines": {
  10114. "node": ">=4"
  10115. }
  10116. },
  10117. "node_modules/postcss-svgo": {
  10118. "version": "7.1.0",
  10119. "license": "MIT",
  10120. "dependencies": {
  10121. "postcss-value-parser": "^4.2.0",
  10122. "svgo": "^4.0.0"
  10123. },
  10124. "engines": {
  10125. "node": "^18.12.0 || ^20.9.0 || >= 18"
  10126. },
  10127. "peerDependencies": {
  10128. "postcss": "^8.4.32"
  10129. }
  10130. },
  10131. "node_modules/postcss-svgo/node_modules/commander": {
  10132. "version": "11.1.0",
  10133. "license": "MIT",
  10134. "engines": {
  10135. "node": ">=16"
  10136. }
  10137. },
  10138. "node_modules/postcss-svgo/node_modules/svgo": {
  10139. "version": "4.0.0",
  10140. "license": "MIT",
  10141. "dependencies": {
  10142. "commander": "^11.1.0",
  10143. "css-select": "^5.1.0",
  10144. "css-tree": "^3.0.1",
  10145. "css-what": "^6.1.0",
  10146. "csso": "^5.0.5",
  10147. "picocolors": "^1.1.1",
  10148. "sax": "^1.4.1"
  10149. },
  10150. "bin": {
  10151. "svgo": "bin/svgo.js"
  10152. },
  10153. "engines": {
  10154. "node": ">=16"
  10155. },
  10156. "funding": {
  10157. "type": "opencollective",
  10158. "url": "https://opencollective.com/svgo"
  10159. }
  10160. },
  10161. "node_modules/postcss-unique-selectors": {
  10162. "version": "7.0.4",
  10163. "license": "MIT",
  10164. "dependencies": {
  10165. "postcss-selector-parser": "^7.1.0"
  10166. },
  10167. "engines": {
  10168. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10169. },
  10170. "peerDependencies": {
  10171. "postcss": "^8.4.32"
  10172. }
  10173. },
  10174. "node_modules/postcss-unique-selectors/node_modules/postcss-selector-parser": {
  10175. "version": "7.1.0",
  10176. "license": "MIT",
  10177. "dependencies": {
  10178. "cssesc": "^3.0.0",
  10179. "util-deprecate": "^1.0.2"
  10180. },
  10181. "engines": {
  10182. "node": ">=4"
  10183. }
  10184. },
  10185. "node_modules/postcss-value-parser": {
  10186. "version": "4.2.0",
  10187. "license": "MIT"
  10188. },
  10189. "node_modules/postcss/node_modules/nanoid": {
  10190. "version": "3.3.11",
  10191. "funding": [
  10192. {
  10193. "type": "github",
  10194. "url": "https://github.com/sponsors/ai"
  10195. }
  10196. ],
  10197. "license": "MIT",
  10198. "bin": {
  10199. "nanoid": "bin/nanoid.cjs"
  10200. },
  10201. "engines": {
  10202. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  10203. }
  10204. },
  10205. "node_modules/prebuild-install": {
  10206. "version": "7.1.3",
  10207. "license": "MIT",
  10208. "optional": true,
  10209. "dependencies": {
  10210. "detect-libc": "^2.0.0",
  10211. "expand-template": "^2.0.3",
  10212. "github-from-package": "0.0.0",
  10213. "minimist": "^1.2.3",
  10214. "mkdirp-classic": "^0.5.3",
  10215. "napi-build-utils": "^2.0.0",
  10216. "node-abi": "^3.3.0",
  10217. "pump": "^3.0.0",
  10218. "rc": "^1.2.7",
  10219. "simple-get": "^4.0.0",
  10220. "tar-fs": "^2.0.0",
  10221. "tunnel-agent": "^0.6.0"
  10222. },
  10223. "bin": {
  10224. "prebuild-install": "bin.js"
  10225. },
  10226. "engines": {
  10227. "node": ">=10"
  10228. }
  10229. },
  10230. "node_modules/prebuild-install/node_modules/chownr": {
  10231. "version": "1.1.4",
  10232. "license": "ISC",
  10233. "optional": true
  10234. },
  10235. "node_modules/prebuild-install/node_modules/readable-stream": {
  10236. "version": "3.6.2",
  10237. "license": "MIT",
  10238. "optional": true,
  10239. "dependencies": {
  10240. "inherits": "^2.0.3",
  10241. "string_decoder": "^1.1.1",
  10242. "util-deprecate": "^1.0.1"
  10243. },
  10244. "engines": {
  10245. "node": ">= 6"
  10246. }
  10247. },
  10248. "node_modules/prebuild-install/node_modules/tar-fs": {
  10249. "version": "2.1.4",
  10250. "license": "MIT",
  10251. "optional": true,
  10252. "dependencies": {
  10253. "chownr": "^1.1.1",
  10254. "mkdirp-classic": "^0.5.2",
  10255. "pump": "^3.0.0",
  10256. "tar-stream": "^2.1.4"
  10257. }
  10258. },
  10259. "node_modules/prebuild-install/node_modules/tar-stream": {
  10260. "version": "2.2.0",
  10261. "license": "MIT",
  10262. "optional": true,
  10263. "dependencies": {
  10264. "bl": "^4.0.3",
  10265. "end-of-stream": "^1.4.1",
  10266. "fs-constants": "^1.0.0",
  10267. "inherits": "^2.0.3",
  10268. "readable-stream": "^3.1.1"
  10269. },
  10270. "engines": {
  10271. "node": ">=6"
  10272. }
  10273. },
  10274. "node_modules/prelude-ls": {
  10275. "version": "1.2.1",
  10276. "license": "MIT",
  10277. "engines": {
  10278. "node": ">= 0.8.0"
  10279. }
  10280. },
  10281. "node_modules/pretty-bytes": {
  10282. "version": "7.1.0",
  10283. "license": "MIT",
  10284. "engines": {
  10285. "node": ">=20"
  10286. },
  10287. "funding": {
  10288. "url": "https://github.com/sponsors/sindresorhus"
  10289. }
  10290. },
  10291. "node_modules/pretty-ms": {
  10292. "version": "9.3.0",
  10293. "license": "MIT",
  10294. "dependencies": {
  10295. "parse-ms": "^4.0.0"
  10296. },
  10297. "engines": {
  10298. "node": ">=18"
  10299. },
  10300. "funding": {
  10301. "url": "https://github.com/sponsors/sindresorhus"
  10302. }
  10303. },
  10304. "node_modules/process": {
  10305. "version": "0.11.10",
  10306. "license": "MIT",
  10307. "engines": {
  10308. "node": ">= 0.6.0"
  10309. }
  10310. },
  10311. "node_modules/process-nextick-args": {
  10312. "version": "2.0.1",
  10313. "license": "MIT"
  10314. },
  10315. "node_modules/prompts": {
  10316. "version": "2.4.2",
  10317. "license": "MIT",
  10318. "dependencies": {
  10319. "kleur": "^3.0.3",
  10320. "sisteransi": "^1.0.5"
  10321. },
  10322. "engines": {
  10323. "node": ">= 6"
  10324. }
  10325. },
  10326. "node_modules/protocols": {
  10327. "version": "2.0.2",
  10328. "license": "MIT"
  10329. },
  10330. "node_modules/proxy-from-env": {
  10331. "version": "1.1.0",
  10332. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  10333. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  10334. "license": "MIT"
  10335. },
  10336. "node_modules/pump": {
  10337. "version": "3.0.3",
  10338. "license": "MIT",
  10339. "optional": true,
  10340. "dependencies": {
  10341. "end-of-stream": "^1.1.0",
  10342. "once": "^1.3.1"
  10343. }
  10344. },
  10345. "node_modules/punycode": {
  10346. "version": "2.3.1",
  10347. "license": "MIT",
  10348. "engines": {
  10349. "node": ">=6"
  10350. }
  10351. },
  10352. "node_modules/quansync": {
  10353. "version": "0.2.11",
  10354. "funding": [
  10355. {
  10356. "type": "individual",
  10357. "url": "https://github.com/sponsors/antfu"
  10358. },
  10359. {
  10360. "type": "individual",
  10361. "url": "https://github.com/sponsors/sxzz"
  10362. }
  10363. ],
  10364. "license": "MIT"
  10365. },
  10366. "node_modules/queue-microtask": {
  10367. "version": "1.2.3",
  10368. "funding": [
  10369. {
  10370. "type": "github",
  10371. "url": "https://github.com/sponsors/feross"
  10372. },
  10373. {
  10374. "type": "patreon",
  10375. "url": "https://www.patreon.com/feross"
  10376. },
  10377. {
  10378. "type": "consulting",
  10379. "url": "https://feross.org/support"
  10380. }
  10381. ],
  10382. "license": "MIT"
  10383. },
  10384. "node_modules/radix3": {
  10385. "version": "1.1.2",
  10386. "license": "MIT"
  10387. },
  10388. "node_modules/randombytes": {
  10389. "version": "2.1.0",
  10390. "license": "MIT",
  10391. "dependencies": {
  10392. "safe-buffer": "^5.1.0"
  10393. }
  10394. },
  10395. "node_modules/range-parser": {
  10396. "version": "1.2.1",
  10397. "license": "MIT",
  10398. "engines": {
  10399. "node": ">= 0.6"
  10400. }
  10401. },
  10402. "node_modules/rc": {
  10403. "version": "1.2.8",
  10404. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  10405. "optional": true,
  10406. "dependencies": {
  10407. "deep-extend": "^0.6.0",
  10408. "ini": "~1.3.0",
  10409. "minimist": "^1.2.0",
  10410. "strip-json-comments": "~2.0.1"
  10411. },
  10412. "bin": {
  10413. "rc": "cli.js"
  10414. }
  10415. },
  10416. "node_modules/rc/node_modules/ini": {
  10417. "version": "1.3.8",
  10418. "license": "ISC",
  10419. "optional": true
  10420. },
  10421. "node_modules/rc/node_modules/strip-json-comments": {
  10422. "version": "2.0.1",
  10423. "license": "MIT",
  10424. "optional": true,
  10425. "engines": {
  10426. "node": ">=0.10.0"
  10427. }
  10428. },
  10429. "node_modules/rc9": {
  10430. "version": "2.1.2",
  10431. "license": "MIT",
  10432. "dependencies": {
  10433. "defu": "^6.1.4",
  10434. "destr": "^2.0.3"
  10435. }
  10436. },
  10437. "node_modules/react": {
  10438. "version": "19.2.0",
  10439. "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
  10440. "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
  10441. "license": "MIT",
  10442. "peer": true,
  10443. "engines": {
  10444. "node": ">=0.10.0"
  10445. }
  10446. },
  10447. "node_modules/react-dom": {
  10448. "version": "19.2.0",
  10449. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
  10450. "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
  10451. "license": "MIT",
  10452. "peer": true,
  10453. "dependencies": {
  10454. "scheduler": "^0.27.0"
  10455. },
  10456. "peerDependencies": {
  10457. "react": "^19.2.0"
  10458. }
  10459. },
  10460. "node_modules/readable-stream": {
  10461. "version": "4.7.0",
  10462. "license": "MIT",
  10463. "dependencies": {
  10464. "abort-controller": "^3.0.0",
  10465. "buffer": "^6.0.3",
  10466. "events": "^3.3.0",
  10467. "process": "^0.11.10",
  10468. "string_decoder": "^1.3.0"
  10469. },
  10470. "engines": {
  10471. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10472. }
  10473. },
  10474. "node_modules/readdir-glob": {
  10475. "version": "1.1.3",
  10476. "license": "Apache-2.0",
  10477. "dependencies": {
  10478. "minimatch": "^5.1.0"
  10479. }
  10480. },
  10481. "node_modules/readdir-glob/node_modules/minimatch": {
  10482. "version": "5.1.6",
  10483. "license": "ISC",
  10484. "dependencies": {
  10485. "brace-expansion": "^2.0.1"
  10486. },
  10487. "engines": {
  10488. "node": ">=10"
  10489. }
  10490. },
  10491. "node_modules/readdirp": {
  10492. "version": "4.1.2",
  10493. "license": "MIT",
  10494. "engines": {
  10495. "node": ">= 14.18.0"
  10496. },
  10497. "funding": {
  10498. "type": "individual",
  10499. "url": "https://paulmillr.com/funding/"
  10500. }
  10501. },
  10502. "node_modules/redis-errors": {
  10503. "version": "1.2.0",
  10504. "license": "MIT",
  10505. "engines": {
  10506. "node": ">=4"
  10507. }
  10508. },
  10509. "node_modules/redis-parser": {
  10510. "version": "3.0.0",
  10511. "license": "MIT",
  10512. "dependencies": {
  10513. "redis-errors": "^1.0.0"
  10514. },
  10515. "engines": {
  10516. "node": ">=4"
  10517. }
  10518. },
  10519. "node_modules/refa": {
  10520. "version": "0.12.1",
  10521. "license": "MIT",
  10522. "dependencies": {
  10523. "@eslint-community/regexpp": "^4.8.0"
  10524. },
  10525. "engines": {
  10526. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  10527. }
  10528. },
  10529. "node_modules/regexp-ast-analysis": {
  10530. "version": "0.7.1",
  10531. "license": "MIT",
  10532. "dependencies": {
  10533. "@eslint-community/regexpp": "^4.8.0",
  10534. "refa": "^0.12.1"
  10535. },
  10536. "engines": {
  10537. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  10538. }
  10539. },
  10540. "node_modules/regexp-tree": {
  10541. "version": "0.1.27",
  10542. "license": "MIT",
  10543. "bin": {
  10544. "regexp-tree": "bin/regexp-tree"
  10545. }
  10546. },
  10547. "node_modules/regjsparser": {
  10548. "version": "0.12.0",
  10549. "license": "BSD-2-Clause",
  10550. "dependencies": {
  10551. "jsesc": "~3.0.2"
  10552. },
  10553. "bin": {
  10554. "regjsparser": "bin/parser"
  10555. }
  10556. },
  10557. "node_modules/regjsparser/node_modules/jsesc": {
  10558. "version": "3.0.2",
  10559. "license": "MIT",
  10560. "bin": {
  10561. "jsesc": "bin/jsesc"
  10562. },
  10563. "engines": {
  10564. "node": ">=6"
  10565. }
  10566. },
  10567. "node_modules/reka-ui": {
  10568. "version": "2.6.0",
  10569. "license": "MIT",
  10570. "dependencies": {
  10571. "@floating-ui/dom": "^1.6.13",
  10572. "@floating-ui/vue": "^1.1.6",
  10573. "@internationalized/date": "^3.5.0",
  10574. "@internationalized/number": "^3.5.0",
  10575. "@tanstack/vue-virtual": "^3.12.0",
  10576. "@vueuse/core": "^12.5.0",
  10577. "@vueuse/shared": "^12.5.0",
  10578. "aria-hidden": "^1.2.4",
  10579. "defu": "^6.1.4",
  10580. "ohash": "^2.0.11"
  10581. },
  10582. "peerDependencies": {
  10583. "vue": ">= 3.2.0"
  10584. }
  10585. },
  10586. "node_modules/reka-ui/node_modules/@vueuse/core": {
  10587. "version": "12.8.2",
  10588. "license": "MIT",
  10589. "dependencies": {
  10590. "@types/web-bluetooth": "^0.0.21",
  10591. "@vueuse/metadata": "12.8.2",
  10592. "@vueuse/shared": "12.8.2",
  10593. "vue": "^3.5.13"
  10594. },
  10595. "funding": {
  10596. "url": "https://github.com/sponsors/antfu"
  10597. }
  10598. },
  10599. "node_modules/reka-ui/node_modules/@vueuse/metadata": {
  10600. "version": "12.8.2",
  10601. "license": "MIT",
  10602. "funding": {
  10603. "url": "https://github.com/sponsors/antfu"
  10604. }
  10605. },
  10606. "node_modules/reka-ui/node_modules/@vueuse/shared": {
  10607. "version": "12.8.2",
  10608. "license": "MIT",
  10609. "dependencies": {
  10610. "vue": "^3.5.13"
  10611. },
  10612. "funding": {
  10613. "url": "https://github.com/sponsors/antfu"
  10614. }
  10615. },
  10616. "node_modules/require-directory": {
  10617. "version": "2.1.1",
  10618. "license": "MIT",
  10619. "engines": {
  10620. "node": ">=0.10.0"
  10621. }
  10622. },
  10623. "node_modules/resolve": {
  10624. "version": "1.22.11",
  10625. "license": "MIT",
  10626. "dependencies": {
  10627. "is-core-module": "^2.16.1",
  10628. "path-parse": "^1.0.7",
  10629. "supports-preserve-symlinks-flag": "^1.0.0"
  10630. },
  10631. "bin": {
  10632. "resolve": "bin/resolve"
  10633. },
  10634. "engines": {
  10635. "node": ">= 0.4"
  10636. },
  10637. "funding": {
  10638. "url": "https://github.com/sponsors/ljharb"
  10639. }
  10640. },
  10641. "node_modules/resolve-from": {
  10642. "version": "4.0.0",
  10643. "license": "MIT",
  10644. "engines": {
  10645. "node": ">=4"
  10646. }
  10647. },
  10648. "node_modules/resolve-pkg-maps": {
  10649. "version": "1.0.0",
  10650. "license": "MIT",
  10651. "funding": {
  10652. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  10653. }
  10654. },
  10655. "node_modules/restructure": {
  10656. "version": "3.0.2",
  10657. "license": "MIT"
  10658. },
  10659. "node_modules/reusify": {
  10660. "version": "1.1.0",
  10661. "license": "MIT",
  10662. "engines": {
  10663. "iojs": ">=1.0.0",
  10664. "node": ">=0.10.0"
  10665. }
  10666. },
  10667. "node_modules/rfdc": {
  10668. "version": "1.4.1",
  10669. "license": "MIT"
  10670. },
  10671. "node_modules/rollup": {
  10672. "version": "4.52.5",
  10673. "license": "MIT",
  10674. "dependencies": {
  10675. "@types/estree": "1.0.8"
  10676. },
  10677. "bin": {
  10678. "rollup": "dist/bin/rollup"
  10679. },
  10680. "engines": {
  10681. "node": ">=18.0.0",
  10682. "npm": ">=8.0.0"
  10683. },
  10684. "optionalDependencies": {
  10685. "@rollup/rollup-android-arm-eabi": "4.52.5",
  10686. "@rollup/rollup-android-arm64": "4.52.5",
  10687. "@rollup/rollup-darwin-arm64": "4.52.5",
  10688. "@rollup/rollup-darwin-x64": "4.52.5",
  10689. "@rollup/rollup-freebsd-arm64": "4.52.5",
  10690. "@rollup/rollup-freebsd-x64": "4.52.5",
  10691. "@rollup/rollup-linux-arm-gnueabihf": "4.52.5",
  10692. "@rollup/rollup-linux-arm-musleabihf": "4.52.5",
  10693. "@rollup/rollup-linux-arm64-gnu": "4.52.5",
  10694. "@rollup/rollup-linux-arm64-musl": "4.52.5",
  10695. "@rollup/rollup-linux-loong64-gnu": "4.52.5",
  10696. "@rollup/rollup-linux-ppc64-gnu": "4.52.5",
  10697. "@rollup/rollup-linux-riscv64-gnu": "4.52.5",
  10698. "@rollup/rollup-linux-riscv64-musl": "4.52.5",
  10699. "@rollup/rollup-linux-s390x-gnu": "4.52.5",
  10700. "@rollup/rollup-linux-x64-gnu": "4.52.5",
  10701. "@rollup/rollup-linux-x64-musl": "4.52.5",
  10702. "@rollup/rollup-openharmony-arm64": "4.52.5",
  10703. "@rollup/rollup-win32-arm64-msvc": "4.52.5",
  10704. "@rollup/rollup-win32-ia32-msvc": "4.52.5",
  10705. "@rollup/rollup-win32-x64-gnu": "4.52.5",
  10706. "@rollup/rollup-win32-x64-msvc": "4.52.5",
  10707. "fsevents": "~2.3.2"
  10708. }
  10709. },
  10710. "node_modules/rollup-plugin-visualizer": {
  10711. "version": "6.0.5",
  10712. "license": "MIT",
  10713. "dependencies": {
  10714. "open": "^8.0.0",
  10715. "picomatch": "^4.0.2",
  10716. "source-map": "^0.7.4",
  10717. "yargs": "^17.5.1"
  10718. },
  10719. "bin": {
  10720. "rollup-plugin-visualizer": "dist/bin/cli.js"
  10721. },
  10722. "engines": {
  10723. "node": ">=18"
  10724. },
  10725. "peerDependencies": {
  10726. "rolldown": "1.x || ^1.0.0-beta",
  10727. "rollup": "2.x || 3.x || 4.x"
  10728. },
  10729. "peerDependenciesMeta": {
  10730. "rolldown": {
  10731. "optional": true
  10732. },
  10733. "rollup": {
  10734. "optional": true
  10735. }
  10736. }
  10737. },
  10738. "node_modules/rollup-plugin-visualizer/node_modules/define-lazy-prop": {
  10739. "version": "2.0.0",
  10740. "license": "MIT",
  10741. "engines": {
  10742. "node": ">=8"
  10743. }
  10744. },
  10745. "node_modules/rollup-plugin-visualizer/node_modules/is-docker": {
  10746. "version": "2.2.1",
  10747. "license": "MIT",
  10748. "bin": {
  10749. "is-docker": "cli.js"
  10750. },
  10751. "engines": {
  10752. "node": ">=8"
  10753. },
  10754. "funding": {
  10755. "url": "https://github.com/sponsors/sindresorhus"
  10756. }
  10757. },
  10758. "node_modules/rollup-plugin-visualizer/node_modules/is-wsl": {
  10759. "version": "2.2.0",
  10760. "license": "MIT",
  10761. "dependencies": {
  10762. "is-docker": "^2.0.0"
  10763. },
  10764. "engines": {
  10765. "node": ">=8"
  10766. }
  10767. },
  10768. "node_modules/rollup-plugin-visualizer/node_modules/open": {
  10769. "version": "8.4.2",
  10770. "license": "MIT",
  10771. "dependencies": {
  10772. "define-lazy-prop": "^2.0.0",
  10773. "is-docker": "^2.1.1",
  10774. "is-wsl": "^2.2.0"
  10775. },
  10776. "engines": {
  10777. "node": ">=12"
  10778. },
  10779. "funding": {
  10780. "url": "https://github.com/sponsors/sindresorhus"
  10781. }
  10782. },
  10783. "node_modules/rollup/node_modules/@rollup/rollup-android-arm-eabi": {
  10784. "version": "4.52.5",
  10785. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz",
  10786. "integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==",
  10787. "cpu": [
  10788. "arm"
  10789. ],
  10790. "license": "MIT",
  10791. "optional": true,
  10792. "os": [
  10793. "android"
  10794. ]
  10795. },
  10796. "node_modules/rollup/node_modules/@rollup/rollup-android-arm64": {
  10797. "version": "4.52.5",
  10798. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz",
  10799. "integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==",
  10800. "cpu": [
  10801. "arm64"
  10802. ],
  10803. "license": "MIT",
  10804. "optional": true,
  10805. "os": [
  10806. "android"
  10807. ]
  10808. },
  10809. "node_modules/rollup/node_modules/@rollup/rollup-darwin-x64": {
  10810. "version": "4.52.5",
  10811. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz",
  10812. "integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==",
  10813. "cpu": [
  10814. "x64"
  10815. ],
  10816. "license": "MIT",
  10817. "optional": true,
  10818. "os": [
  10819. "darwin"
  10820. ]
  10821. },
  10822. "node_modules/rollup/node_modules/@rollup/rollup-freebsd-arm64": {
  10823. "version": "4.52.5",
  10824. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz",
  10825. "integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==",
  10826. "cpu": [
  10827. "arm64"
  10828. ],
  10829. "license": "MIT",
  10830. "optional": true,
  10831. "os": [
  10832. "freebsd"
  10833. ]
  10834. },
  10835. "node_modules/rollup/node_modules/@rollup/rollup-freebsd-x64": {
  10836. "version": "4.52.5",
  10837. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz",
  10838. "integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==",
  10839. "cpu": [
  10840. "x64"
  10841. ],
  10842. "license": "MIT",
  10843. "optional": true,
  10844. "os": [
  10845. "freebsd"
  10846. ]
  10847. },
  10848. "node_modules/rollup/node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  10849. "version": "4.52.5",
  10850. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz",
  10851. "integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==",
  10852. "cpu": [
  10853. "arm"
  10854. ],
  10855. "license": "MIT",
  10856. "optional": true,
  10857. "os": [
  10858. "linux"
  10859. ]
  10860. },
  10861. "node_modules/rollup/node_modules/@rollup/rollup-linux-arm-musleabihf": {
  10862. "version": "4.52.5",
  10863. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz",
  10864. "integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==",
  10865. "cpu": [
  10866. "arm"
  10867. ],
  10868. "license": "MIT",
  10869. "optional": true,
  10870. "os": [
  10871. "linux"
  10872. ]
  10873. },
  10874. "node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-gnu": {
  10875. "version": "4.52.5",
  10876. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz",
  10877. "integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==",
  10878. "cpu": [
  10879. "arm64"
  10880. ],
  10881. "license": "MIT",
  10882. "optional": true,
  10883. "os": [
  10884. "linux"
  10885. ]
  10886. },
  10887. "node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-musl": {
  10888. "version": "4.52.5",
  10889. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz",
  10890. "integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==",
  10891. "cpu": [
  10892. "arm64"
  10893. ],
  10894. "license": "MIT",
  10895. "optional": true,
  10896. "os": [
  10897. "linux"
  10898. ]
  10899. },
  10900. "node_modules/rollup/node_modules/@rollup/rollup-linux-loong64-gnu": {
  10901. "version": "4.52.5",
  10902. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz",
  10903. "integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==",
  10904. "cpu": [
  10905. "loong64"
  10906. ],
  10907. "license": "MIT",
  10908. "optional": true,
  10909. "os": [
  10910. "linux"
  10911. ]
  10912. },
  10913. "node_modules/rollup/node_modules/@rollup/rollup-linux-ppc64-gnu": {
  10914. "version": "4.52.5",
  10915. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz",
  10916. "integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==",
  10917. "cpu": [
  10918. "ppc64"
  10919. ],
  10920. "license": "MIT",
  10921. "optional": true,
  10922. "os": [
  10923. "linux"
  10924. ]
  10925. },
  10926. "node_modules/rollup/node_modules/@rollup/rollup-linux-riscv64-gnu": {
  10927. "version": "4.52.5",
  10928. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz",
  10929. "integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==",
  10930. "cpu": [
  10931. "riscv64"
  10932. ],
  10933. "license": "MIT",
  10934. "optional": true,
  10935. "os": [
  10936. "linux"
  10937. ]
  10938. },
  10939. "node_modules/rollup/node_modules/@rollup/rollup-linux-riscv64-musl": {
  10940. "version": "4.52.5",
  10941. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz",
  10942. "integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==",
  10943. "cpu": [
  10944. "riscv64"
  10945. ],
  10946. "license": "MIT",
  10947. "optional": true,
  10948. "os": [
  10949. "linux"
  10950. ]
  10951. },
  10952. "node_modules/rollup/node_modules/@rollup/rollup-linux-s390x-gnu": {
  10953. "version": "4.52.5",
  10954. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz",
  10955. "integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==",
  10956. "cpu": [
  10957. "s390x"
  10958. ],
  10959. "license": "MIT",
  10960. "optional": true,
  10961. "os": [
  10962. "linux"
  10963. ]
  10964. },
  10965. "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
  10966. "version": "4.52.5",
  10967. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz",
  10968. "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==",
  10969. "cpu": [
  10970. "x64"
  10971. ],
  10972. "license": "MIT",
  10973. "optional": true,
  10974. "os": [
  10975. "linux"
  10976. ]
  10977. },
  10978. "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-musl": {
  10979. "version": "4.52.5",
  10980. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz",
  10981. "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==",
  10982. "cpu": [
  10983. "x64"
  10984. ],
  10985. "license": "MIT",
  10986. "optional": true,
  10987. "os": [
  10988. "linux"
  10989. ]
  10990. },
  10991. "node_modules/rollup/node_modules/@rollup/rollup-openharmony-arm64": {
  10992. "version": "4.52.5",
  10993. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz",
  10994. "integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==",
  10995. "cpu": [
  10996. "arm64"
  10997. ],
  10998. "license": "MIT",
  10999. "optional": true,
  11000. "os": [
  11001. "openharmony"
  11002. ]
  11003. },
  11004. "node_modules/rollup/node_modules/@rollup/rollup-win32-arm64-msvc": {
  11005. "version": "4.52.5",
  11006. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz",
  11007. "integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==",
  11008. "cpu": [
  11009. "arm64"
  11010. ],
  11011. "license": "MIT",
  11012. "optional": true,
  11013. "os": [
  11014. "win32"
  11015. ]
  11016. },
  11017. "node_modules/rollup/node_modules/@rollup/rollup-win32-ia32-msvc": {
  11018. "version": "4.52.5",
  11019. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz",
  11020. "integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==",
  11021. "cpu": [
  11022. "ia32"
  11023. ],
  11024. "license": "MIT",
  11025. "optional": true,
  11026. "os": [
  11027. "win32"
  11028. ]
  11029. },
  11030. "node_modules/rollup/node_modules/@rollup/rollup-win32-x64-gnu": {
  11031. "version": "4.52.5",
  11032. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz",
  11033. "integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==",
  11034. "cpu": [
  11035. "x64"
  11036. ],
  11037. "license": "MIT",
  11038. "optional": true,
  11039. "os": [
  11040. "win32"
  11041. ]
  11042. },
  11043. "node_modules/rollup/node_modules/@rollup/rollup-win32-x64-msvc": {
  11044. "version": "4.52.5",
  11045. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz",
  11046. "integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==",
  11047. "cpu": [
  11048. "x64"
  11049. ],
  11050. "license": "MIT",
  11051. "optional": true,
  11052. "os": [
  11053. "win32"
  11054. ]
  11055. },
  11056. "node_modules/run-applescript": {
  11057. "version": "7.1.0",
  11058. "license": "MIT",
  11059. "engines": {
  11060. "node": ">=18"
  11061. },
  11062. "funding": {
  11063. "url": "https://github.com/sponsors/sindresorhus"
  11064. }
  11065. },
  11066. "node_modules/run-parallel": {
  11067. "version": "1.2.0",
  11068. "funding": [
  11069. {
  11070. "type": "github",
  11071. "url": "https://github.com/sponsors/feross"
  11072. },
  11073. {
  11074. "type": "patreon",
  11075. "url": "https://www.patreon.com/feross"
  11076. },
  11077. {
  11078. "type": "consulting",
  11079. "url": "https://feross.org/support"
  11080. }
  11081. ],
  11082. "license": "MIT",
  11083. "dependencies": {
  11084. "queue-microtask": "^1.2.2"
  11085. }
  11086. },
  11087. "node_modules/rxjs": {
  11088. "version": "7.8.2",
  11089. "devOptional": true,
  11090. "license": "Apache-2.0",
  11091. "dependencies": {
  11092. "tslib": "^2.1.0"
  11093. }
  11094. },
  11095. "node_modules/safe-buffer": {
  11096. "version": "5.2.1",
  11097. "funding": [
  11098. {
  11099. "type": "github",
  11100. "url": "https://github.com/sponsors/feross"
  11101. },
  11102. {
  11103. "type": "patreon",
  11104. "url": "https://www.patreon.com/feross"
  11105. },
  11106. {
  11107. "type": "consulting",
  11108. "url": "https://feross.org/support"
  11109. }
  11110. ],
  11111. "license": "MIT"
  11112. },
  11113. "node_modules/sass": {
  11114. "version": "1.93.2",
  11115. "license": "MIT",
  11116. "optional": true,
  11117. "dependencies": {
  11118. "chokidar": "^4.0.0",
  11119. "immutable": "^5.0.2",
  11120. "source-map-js": ">=0.6.2 <2.0.0"
  11121. },
  11122. "bin": {
  11123. "sass": "sass.js"
  11124. },
  11125. "engines": {
  11126. "node": ">=14.0.0"
  11127. },
  11128. "optionalDependencies": {
  11129. "@parcel/watcher": "^2.4.1"
  11130. }
  11131. },
  11132. "node_modules/sass-embedded": {
  11133. "version": "1.93.2",
  11134. "devOptional": true,
  11135. "license": "MIT",
  11136. "dependencies": {
  11137. "@bufbuild/protobuf": "^2.5.0",
  11138. "buffer-builder": "^0.2.0",
  11139. "colorjs.io": "^0.5.0",
  11140. "immutable": "^5.0.2",
  11141. "rxjs": "^7.4.0",
  11142. "supports-color": "^8.1.1",
  11143. "sync-child-process": "^1.0.2",
  11144. "varint": "^6.0.0"
  11145. },
  11146. "bin": {
  11147. "sass": "dist/bin/sass.js"
  11148. },
  11149. "engines": {
  11150. "node": ">=16.0.0"
  11151. },
  11152. "optionalDependencies": {
  11153. "sass-embedded-all-unknown": "1.93.2",
  11154. "sass-embedded-android-arm": "1.93.2",
  11155. "sass-embedded-android-arm64": "1.93.2",
  11156. "sass-embedded-android-riscv64": "1.93.2",
  11157. "sass-embedded-android-x64": "1.93.2",
  11158. "sass-embedded-darwin-arm64": "1.93.2",
  11159. "sass-embedded-darwin-x64": "1.93.2",
  11160. "sass-embedded-linux-arm": "1.93.2",
  11161. "sass-embedded-linux-arm64": "1.93.2",
  11162. "sass-embedded-linux-musl-arm": "1.93.2",
  11163. "sass-embedded-linux-musl-arm64": "1.93.2",
  11164. "sass-embedded-linux-musl-riscv64": "1.93.2",
  11165. "sass-embedded-linux-musl-x64": "1.93.2",
  11166. "sass-embedded-linux-riscv64": "1.93.2",
  11167. "sass-embedded-linux-x64": "1.93.2",
  11168. "sass-embedded-unknown-all": "1.93.2",
  11169. "sass-embedded-win32-arm64": "1.93.2",
  11170. "sass-embedded-win32-x64": "1.93.2"
  11171. }
  11172. },
  11173. "node_modules/sass-embedded-darwin-arm64": {
  11174. "version": "1.93.2",
  11175. "cpu": [
  11176. "arm64"
  11177. ],
  11178. "dev": true,
  11179. "license": "MIT",
  11180. "optional": true,
  11181. "os": [
  11182. "darwin"
  11183. ],
  11184. "engines": {
  11185. "node": ">=14.0.0"
  11186. }
  11187. },
  11188. "node_modules/sass-embedded/node_modules/sass-embedded-all-unknown": {
  11189. "version": "1.93.2",
  11190. "resolved": "https://registry.npmjs.org/sass-embedded-all-unknown/-/sass-embedded-all-unknown-1.93.2.tgz",
  11191. "integrity": "sha512-GdEuPXIzmhRS5J7UKAwEvtk8YyHQuFZRcpnEnkA3rwRUI27kwjyXkNeIj38XjUQ3DzrfMe8HcKFaqWGHvblS7Q==",
  11192. "cpu": [
  11193. "!arm",
  11194. "!arm64",
  11195. "!riscv64",
  11196. "!x64"
  11197. ],
  11198. "dev": true,
  11199. "license": "MIT",
  11200. "optional": true,
  11201. "dependencies": {
  11202. "sass": "1.93.2"
  11203. }
  11204. },
  11205. "node_modules/sass-embedded/node_modules/sass-embedded-android-arm": {
  11206. "version": "1.93.2",
  11207. "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.93.2.tgz",
  11208. "integrity": "sha512-I8bpO8meZNo5FvFx5FIiE7DGPVOYft0WjuwcCCdeJ6duwfkl6tZdatex1GrSigvTsuz9L0m4ngDcX/Tj/8yMow==",
  11209. "cpu": [
  11210. "arm"
  11211. ],
  11212. "dev": true,
  11213. "license": "MIT",
  11214. "optional": true,
  11215. "os": [
  11216. "android"
  11217. ],
  11218. "engines": {
  11219. "node": ">=14.0.0"
  11220. }
  11221. },
  11222. "node_modules/sass-embedded/node_modules/sass-embedded-android-arm64": {
  11223. "version": "1.93.2",
  11224. "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.93.2.tgz",
  11225. "integrity": "sha512-346f4iVGAPGcNP6V6IOOFkN5qnArAoXNTPr5eA/rmNpeGwomdb7kJyQ717r9rbJXxOG8OAAUado6J0qLsjnjXQ==",
  11226. "cpu": [
  11227. "arm64"
  11228. ],
  11229. "dev": true,
  11230. "license": "MIT",
  11231. "optional": true,
  11232. "os": [
  11233. "android"
  11234. ],
  11235. "engines": {
  11236. "node": ">=14.0.0"
  11237. }
  11238. },
  11239. "node_modules/sass-embedded/node_modules/sass-embedded-android-riscv64": {
  11240. "version": "1.93.2",
  11241. "resolved": "https://registry.npmjs.org/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.93.2.tgz",
  11242. "integrity": "sha512-hSMW1s4yJf5guT9mrdkumluqrwh7BjbZ4MbBW9tmi1DRDdlw1Wh9Oy1HnnmOG8x9XcI1qkojtPL6LUuEJmsiDg==",
  11243. "cpu": [
  11244. "riscv64"
  11245. ],
  11246. "dev": true,
  11247. "license": "MIT",
  11248. "optional": true,
  11249. "os": [
  11250. "android"
  11251. ],
  11252. "engines": {
  11253. "node": ">=14.0.0"
  11254. }
  11255. },
  11256. "node_modules/sass-embedded/node_modules/sass-embedded-android-x64": {
  11257. "version": "1.93.2",
  11258. "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.93.2.tgz",
  11259. "integrity": "sha512-JqktiHZduvn+ldGBosE40ALgQ//tGCVNAObgcQ6UIZznEJbsHegqStqhRo8UW3x2cgOO2XYJcrInH6cc7wdKbw==",
  11260. "cpu": [
  11261. "x64"
  11262. ],
  11263. "dev": true,
  11264. "license": "MIT",
  11265. "optional": true,
  11266. "os": [
  11267. "android"
  11268. ],
  11269. "engines": {
  11270. "node": ">=14.0.0"
  11271. }
  11272. },
  11273. "node_modules/sass-embedded/node_modules/sass-embedded-darwin-x64": {
  11274. "version": "1.93.2",
  11275. "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.93.2.tgz",
  11276. "integrity": "sha512-4KeAvlkQ0m0enKUnDGQJZwpovYw99iiMb8CTZRSsQm8Eh7halbJZVmx67f4heFY/zISgVOCcxNg19GrM5NTwtA==",
  11277. "cpu": [
  11278. "x64"
  11279. ],
  11280. "dev": true,
  11281. "license": "MIT",
  11282. "optional": true,
  11283. "os": [
  11284. "darwin"
  11285. ],
  11286. "engines": {
  11287. "node": ">=14.0.0"
  11288. }
  11289. },
  11290. "node_modules/sass-embedded/node_modules/sass-embedded-linux-arm": {
  11291. "version": "1.93.2",
  11292. "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.93.2.tgz",
  11293. "integrity": "sha512-N3+D/ToHtzwLDO+lSH05Wo6/KRxFBPnbjVHASOlHzqJnK+g5cqex7IFAp6ozzlRStySk61Rp6d+YGrqZ6/P0PA==",
  11294. "cpu": [
  11295. "arm"
  11296. ],
  11297. "dev": true,
  11298. "license": "MIT",
  11299. "optional": true,
  11300. "os": [
  11301. "linux"
  11302. ],
  11303. "engines": {
  11304. "node": ">=14.0.0"
  11305. }
  11306. },
  11307. "node_modules/sass-embedded/node_modules/sass-embedded-linux-arm64": {
  11308. "version": "1.93.2",
  11309. "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.93.2.tgz",
  11310. "integrity": "sha512-9ftX6nd5CsShJqJ2WRg+ptaYvUW+spqZfJ88FbcKQBNFQm6L87luj3UI1rB6cP5EWrLwHA754OKxRJyzWiaN6g==",
  11311. "cpu": [
  11312. "arm64"
  11313. ],
  11314. "dev": true,
  11315. "license": "MIT",
  11316. "optional": true,
  11317. "os": [
  11318. "linux"
  11319. ],
  11320. "engines": {
  11321. "node": ">=14.0.0"
  11322. }
  11323. },
  11324. "node_modules/sass-embedded/node_modules/sass-embedded-linux-musl-arm": {
  11325. "version": "1.93.2",
  11326. "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.93.2.tgz",
  11327. "integrity": "sha512-XBTvx66yRenvEsp3VaJCb3HQSyqCsUh7R+pbxcN5TuzueybZi0LXvn9zneksdXcmjACMlMpIVXi6LyHPQkYc8A==",
  11328. "cpu": [
  11329. "arm"
  11330. ],
  11331. "dev": true,
  11332. "license": "MIT",
  11333. "optional": true,
  11334. "os": [
  11335. "linux"
  11336. ],
  11337. "engines": {
  11338. "node": ">=14.0.0"
  11339. }
  11340. },
  11341. "node_modules/sass-embedded/node_modules/sass-embedded-linux-musl-arm64": {
  11342. "version": "1.93.2",
  11343. "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.93.2.tgz",
  11344. "integrity": "sha512-+3EHuDPkMiAX5kytsjEC1bKZCawB9J6pm2eBIzzLMPWbf5xdx++vO1DpT7hD4bm4ZGn0eVHgSOKIfP6CVz6tVg==",
  11345. "cpu": [
  11346. "arm64"
  11347. ],
  11348. "dev": true,
  11349. "license": "MIT",
  11350. "optional": true,
  11351. "os": [
  11352. "linux"
  11353. ],
  11354. "engines": {
  11355. "node": ">=14.0.0"
  11356. }
  11357. },
  11358. "node_modules/sass-embedded/node_modules/sass-embedded-linux-musl-riscv64": {
  11359. "version": "1.93.2",
  11360. "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.93.2.tgz",
  11361. "integrity": "sha512-0sB5kmVZDKTYzmCSlTUnjh6mzOhzmQiW/NNI5g8JS4JiHw2sDNTvt1dsFTuqFkUHyEOY3ESTsfHHBQV8Ip4bEA==",
  11362. "cpu": [
  11363. "riscv64"
  11364. ],
  11365. "dev": true,
  11366. "license": "MIT",
  11367. "optional": true,
  11368. "os": [
  11369. "linux"
  11370. ],
  11371. "engines": {
  11372. "node": ">=14.0.0"
  11373. }
  11374. },
  11375. "node_modules/sass-embedded/node_modules/sass-embedded-linux-musl-x64": {
  11376. "version": "1.93.2",
  11377. "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.93.2.tgz",
  11378. "integrity": "sha512-t3ejQ+1LEVuHy7JHBI2tWHhoMfhedUNDjGJR2FKaLgrtJntGnyD1RyX0xb3nuqL/UXiEAtmTmZY+Uh3SLUe1Hg==",
  11379. "cpu": [
  11380. "x64"
  11381. ],
  11382. "dev": true,
  11383. "license": "MIT",
  11384. "optional": true,
  11385. "os": [
  11386. "linux"
  11387. ],
  11388. "engines": {
  11389. "node": ">=14.0.0"
  11390. }
  11391. },
  11392. "node_modules/sass-embedded/node_modules/sass-embedded-linux-riscv64": {
  11393. "version": "1.93.2",
  11394. "resolved": "https://registry.npmjs.org/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.93.2.tgz",
  11395. "integrity": "sha512-e7AndEwAbFtXaLy6on4BfNGTr3wtGZQmypUgYpSNVcYDO+CWxatKVY4cxbehMPhxG9g5ru+eaMfynvhZt7fLaA==",
  11396. "cpu": [
  11397. "riscv64"
  11398. ],
  11399. "dev": true,
  11400. "license": "MIT",
  11401. "optional": true,
  11402. "os": [
  11403. "linux"
  11404. ],
  11405. "engines": {
  11406. "node": ">=14.0.0"
  11407. }
  11408. },
  11409. "node_modules/sass-embedded/node_modules/sass-embedded-linux-x64": {
  11410. "version": "1.93.2",
  11411. "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.93.2.tgz",
  11412. "integrity": "sha512-U3EIUZQL11DU0xDDHXexd4PYPHQaSQa2hzc4EzmhHqrAj+TyfYO94htjWOd+DdTPtSwmLp+9cTWwPZBODzC96w==",
  11413. "cpu": [
  11414. "x64"
  11415. ],
  11416. "dev": true,
  11417. "license": "MIT",
  11418. "optional": true,
  11419. "os": [
  11420. "linux"
  11421. ],
  11422. "engines": {
  11423. "node": ">=14.0.0"
  11424. }
  11425. },
  11426. "node_modules/sass-embedded/node_modules/sass-embedded-unknown-all": {
  11427. "version": "1.93.2",
  11428. "resolved": "https://registry.npmjs.org/sass-embedded-unknown-all/-/sass-embedded-unknown-all-1.93.2.tgz",
  11429. "integrity": "sha512-7VnaOmyewcXohiuoFagJ3SK5ddP9yXpU0rzz+pZQmS1/+5O6vzyFCUoEt3HDRaLctH4GT3nUGoK1jg0ae62IfQ==",
  11430. "dev": true,
  11431. "license": "MIT",
  11432. "optional": true,
  11433. "os": [
  11434. "!android",
  11435. "!darwin",
  11436. "!linux",
  11437. "!win32"
  11438. ],
  11439. "dependencies": {
  11440. "sass": "1.93.2"
  11441. }
  11442. },
  11443. "node_modules/sass-embedded/node_modules/sass-embedded-win32-arm64": {
  11444. "version": "1.93.2",
  11445. "resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.93.2.tgz",
  11446. "integrity": "sha512-Y90DZDbQvtv4Bt0GTXKlcT9pn4pz8AObEjFF8eyul+/boXwyptPZ/A1EyziAeNaIEIfxyy87z78PUgCeGHsx3Q==",
  11447. "cpu": [
  11448. "arm64"
  11449. ],
  11450. "dev": true,
  11451. "license": "MIT",
  11452. "optional": true,
  11453. "os": [
  11454. "win32"
  11455. ],
  11456. "engines": {
  11457. "node": ">=14.0.0"
  11458. }
  11459. },
  11460. "node_modules/sass-embedded/node_modules/sass-embedded-win32-x64": {
  11461. "version": "1.93.2",
  11462. "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.93.2.tgz",
  11463. "integrity": "sha512-BbSucRP6PVRZGIwlEBkp+6VQl2GWdkWFMN+9EuOTPrLxCJZoq+yhzmbjspd3PeM8+7WJ7AdFu/uRYdO8tor1iQ==",
  11464. "cpu": [
  11465. "x64"
  11466. ],
  11467. "dev": true,
  11468. "license": "MIT",
  11469. "optional": true,
  11470. "os": [
  11471. "win32"
  11472. ],
  11473. "engines": {
  11474. "node": ">=14.0.0"
  11475. }
  11476. },
  11477. "node_modules/sass-embedded/node_modules/supports-color": {
  11478. "version": "8.1.1",
  11479. "devOptional": true,
  11480. "license": "MIT",
  11481. "dependencies": {
  11482. "has-flag": "^4.0.0"
  11483. },
  11484. "engines": {
  11485. "node": ">=10"
  11486. },
  11487. "funding": {
  11488. "url": "https://github.com/chalk/supports-color?sponsor=1"
  11489. }
  11490. },
  11491. "node_modules/sax": {
  11492. "version": "1.4.1",
  11493. "license": "ISC"
  11494. },
  11495. "node_modules/scheduler": {
  11496. "version": "0.27.0",
  11497. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  11498. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  11499. "license": "MIT",
  11500. "peer": true
  11501. },
  11502. "node_modules/scslre": {
  11503. "version": "0.3.0",
  11504. "license": "MIT",
  11505. "dependencies": {
  11506. "@eslint-community/regexpp": "^4.8.0",
  11507. "refa": "^0.12.0",
  11508. "regexp-ast-analysis": "^0.7.0"
  11509. },
  11510. "engines": {
  11511. "node": "^14.0.0 || >=16.0.0"
  11512. }
  11513. },
  11514. "node_modules/scule": {
  11515. "version": "1.3.0",
  11516. "license": "MIT"
  11517. },
  11518. "node_modules/semver": {
  11519. "version": "7.7.3",
  11520. "license": "ISC",
  11521. "bin": {
  11522. "semver": "bin/semver.js"
  11523. },
  11524. "engines": {
  11525. "node": ">=10"
  11526. }
  11527. },
  11528. "node_modules/send": {
  11529. "version": "1.2.0",
  11530. "license": "MIT",
  11531. "dependencies": {
  11532. "debug": "^4.3.5",
  11533. "encodeurl": "^2.0.0",
  11534. "escape-html": "^1.0.3",
  11535. "etag": "^1.8.1",
  11536. "fresh": "^2.0.0",
  11537. "http-errors": "^2.0.0",
  11538. "mime-types": "^3.0.1",
  11539. "ms": "^2.1.3",
  11540. "on-finished": "^2.4.1",
  11541. "range-parser": "^1.2.1",
  11542. "statuses": "^2.0.1"
  11543. },
  11544. "engines": {
  11545. "node": ">= 18"
  11546. }
  11547. },
  11548. "node_modules/serialize-javascript": {
  11549. "version": "6.0.2",
  11550. "license": "BSD-3-Clause",
  11551. "dependencies": {
  11552. "randombytes": "^2.1.0"
  11553. }
  11554. },
  11555. "node_modules/seroval": {
  11556. "version": "1.3.2",
  11557. "license": "MIT",
  11558. "engines": {
  11559. "node": ">=10"
  11560. }
  11561. },
  11562. "node_modules/serve-placeholder": {
  11563. "version": "2.0.2",
  11564. "license": "MIT",
  11565. "dependencies": {
  11566. "defu": "^6.1.4"
  11567. }
  11568. },
  11569. "node_modules/serve-static": {
  11570. "version": "2.2.0",
  11571. "license": "MIT",
  11572. "dependencies": {
  11573. "encodeurl": "^2.0.0",
  11574. "escape-html": "^1.0.3",
  11575. "parseurl": "^1.3.3",
  11576. "send": "^1.2.0"
  11577. },
  11578. "engines": {
  11579. "node": ">= 18"
  11580. }
  11581. },
  11582. "node_modules/setprototypeof": {
  11583. "version": "1.2.0",
  11584. "license": "ISC"
  11585. },
  11586. "node_modules/sharp": {
  11587. "version": "0.32.6",
  11588. "hasInstallScript": true,
  11589. "license": "Apache-2.0",
  11590. "optional": true,
  11591. "dependencies": {
  11592. "color": "^4.2.3",
  11593. "detect-libc": "^2.0.2",
  11594. "node-addon-api": "^6.1.0",
  11595. "prebuild-install": "^7.1.1",
  11596. "semver": "^7.5.4",
  11597. "simple-get": "^4.0.1",
  11598. "tar-fs": "^3.0.4",
  11599. "tunnel-agent": "^0.6.0"
  11600. },
  11601. "engines": {
  11602. "node": ">=14.15.0"
  11603. },
  11604. "funding": {
  11605. "url": "https://opencollective.com/libvips"
  11606. }
  11607. },
  11608. "node_modules/sharp/node_modules/node-addon-api": {
  11609. "version": "6.1.0",
  11610. "license": "MIT",
  11611. "optional": true
  11612. },
  11613. "node_modules/shebang-command": {
  11614. "version": "2.0.0",
  11615. "license": "MIT",
  11616. "dependencies": {
  11617. "shebang-regex": "^3.0.0"
  11618. },
  11619. "engines": {
  11620. "node": ">=8"
  11621. }
  11622. },
  11623. "node_modules/shebang-regex": {
  11624. "version": "3.0.0",
  11625. "license": "MIT",
  11626. "engines": {
  11627. "node": ">=8"
  11628. }
  11629. },
  11630. "node_modules/shell-quote": {
  11631. "version": "1.8.3",
  11632. "license": "MIT",
  11633. "engines": {
  11634. "node": ">= 0.4"
  11635. },
  11636. "funding": {
  11637. "url": "https://github.com/sponsors/ljharb"
  11638. }
  11639. },
  11640. "node_modules/signal-exit": {
  11641. "version": "4.1.0",
  11642. "license": "ISC",
  11643. "engines": {
  11644. "node": ">=14"
  11645. },
  11646. "funding": {
  11647. "url": "https://github.com/sponsors/isaacs"
  11648. }
  11649. },
  11650. "node_modules/simple-concat": {
  11651. "version": "1.0.1",
  11652. "funding": [
  11653. {
  11654. "type": "github",
  11655. "url": "https://github.com/sponsors/feross"
  11656. },
  11657. {
  11658. "type": "patreon",
  11659. "url": "https://www.patreon.com/feross"
  11660. },
  11661. {
  11662. "type": "consulting",
  11663. "url": "https://feross.org/support"
  11664. }
  11665. ],
  11666. "license": "MIT",
  11667. "optional": true
  11668. },
  11669. "node_modules/simple-get": {
  11670. "version": "4.0.1",
  11671. "funding": [
  11672. {
  11673. "type": "github",
  11674. "url": "https://github.com/sponsors/feross"
  11675. },
  11676. {
  11677. "type": "patreon",
  11678. "url": "https://www.patreon.com/feross"
  11679. },
  11680. {
  11681. "type": "consulting",
  11682. "url": "https://feross.org/support"
  11683. }
  11684. ],
  11685. "license": "MIT",
  11686. "optional": true,
  11687. "dependencies": {
  11688. "decompress-response": "^6.0.0",
  11689. "once": "^1.3.1",
  11690. "simple-concat": "^1.0.0"
  11691. }
  11692. },
  11693. "node_modules/simple-git": {
  11694. "version": "3.28.0",
  11695. "license": "MIT",
  11696. "dependencies": {
  11697. "@kwsites/file-exists": "^1.1.1",
  11698. "@kwsites/promise-deferred": "^1.1.1",
  11699. "debug": "^4.4.0"
  11700. },
  11701. "funding": {
  11702. "type": "github",
  11703. "url": "https://github.com/steveukx/git-js?sponsor=1"
  11704. }
  11705. },
  11706. "node_modules/simple-swizzle": {
  11707. "version": "0.2.4",
  11708. "license": "MIT",
  11709. "optional": true,
  11710. "dependencies": {
  11711. "is-arrayish": "^0.3.1"
  11712. }
  11713. },
  11714. "node_modules/sirv": {
  11715. "version": "3.0.2",
  11716. "license": "MIT",
  11717. "dependencies": {
  11718. "@polka/url": "^1.0.0-next.24",
  11719. "mrmime": "^2.0.0",
  11720. "totalist": "^3.0.0"
  11721. },
  11722. "engines": {
  11723. "node": ">=18"
  11724. }
  11725. },
  11726. "node_modules/sisteransi": {
  11727. "version": "1.0.5",
  11728. "license": "MIT"
  11729. },
  11730. "node_modules/slash": {
  11731. "version": "5.1.0",
  11732. "license": "MIT",
  11733. "engines": {
  11734. "node": ">=14.16"
  11735. },
  11736. "funding": {
  11737. "url": "https://github.com/sponsors/sindresorhus"
  11738. }
  11739. },
  11740. "node_modules/smob": {
  11741. "version": "1.5.0",
  11742. "license": "MIT"
  11743. },
  11744. "node_modules/source-map": {
  11745. "version": "0.7.6",
  11746. "license": "BSD-3-Clause",
  11747. "engines": {
  11748. "node": ">= 12"
  11749. }
  11750. },
  11751. "node_modules/source-map-js": {
  11752. "version": "1.2.1",
  11753. "license": "BSD-3-Clause",
  11754. "engines": {
  11755. "node": ">=0.10.0"
  11756. }
  11757. },
  11758. "node_modules/source-map-support": {
  11759. "version": "0.5.21",
  11760. "license": "MIT",
  11761. "dependencies": {
  11762. "buffer-from": "^1.0.0",
  11763. "source-map": "^0.6.0"
  11764. }
  11765. },
  11766. "node_modules/source-map-support/node_modules/source-map": {
  11767. "version": "0.6.1",
  11768. "license": "BSD-3-Clause",
  11769. "engines": {
  11770. "node": ">=0.10.0"
  11771. }
  11772. },
  11773. "node_modules/spdx-exceptions": {
  11774. "version": "2.5.0",
  11775. "license": "CC-BY-3.0"
  11776. },
  11777. "node_modules/spdx-expression-parse": {
  11778. "version": "4.0.0",
  11779. "license": "MIT",
  11780. "dependencies": {
  11781. "spdx-exceptions": "^2.1.0",
  11782. "spdx-license-ids": "^3.0.0"
  11783. }
  11784. },
  11785. "node_modules/spdx-license-ids": {
  11786. "version": "3.0.22",
  11787. "license": "CC0-1.0"
  11788. },
  11789. "node_modules/speakingurl": {
  11790. "version": "14.0.1",
  11791. "license": "BSD-3-Clause",
  11792. "engines": {
  11793. "node": ">=0.10.0"
  11794. }
  11795. },
  11796. "node_modules/srvx": {
  11797. "version": "0.8.16",
  11798. "license": "MIT",
  11799. "bin": {
  11800. "srvx": "bin/srvx.mjs"
  11801. },
  11802. "engines": {
  11803. "node": ">=20.16.0"
  11804. }
  11805. },
  11806. "node_modules/stable-hash-x": {
  11807. "version": "0.2.0",
  11808. "license": "MIT",
  11809. "engines": {
  11810. "node": ">=12.0.0"
  11811. }
  11812. },
  11813. "node_modules/standard-as-callback": {
  11814. "version": "2.1.0",
  11815. "license": "MIT"
  11816. },
  11817. "node_modules/statuses": {
  11818. "version": "2.0.2",
  11819. "license": "MIT",
  11820. "engines": {
  11821. "node": ">= 0.8"
  11822. }
  11823. },
  11824. "node_modules/std-env": {
  11825. "version": "3.10.0",
  11826. "license": "MIT"
  11827. },
  11828. "node_modules/streamx": {
  11829. "version": "2.23.0",
  11830. "license": "MIT",
  11831. "dependencies": {
  11832. "events-universal": "^1.0.0",
  11833. "fast-fifo": "^1.3.2",
  11834. "text-decoder": "^1.1.0"
  11835. }
  11836. },
  11837. "node_modules/string_decoder": {
  11838. "version": "1.3.0",
  11839. "license": "MIT",
  11840. "dependencies": {
  11841. "safe-buffer": "~5.2.0"
  11842. }
  11843. },
  11844. "node_modules/string-width": {
  11845. "version": "5.1.2",
  11846. "license": "MIT",
  11847. "dependencies": {
  11848. "eastasianwidth": "^0.2.0",
  11849. "emoji-regex": "^9.2.2",
  11850. "strip-ansi": "^7.0.1"
  11851. },
  11852. "engines": {
  11853. "node": ">=12"
  11854. },
  11855. "funding": {
  11856. "url": "https://github.com/sponsors/sindresorhus"
  11857. }
  11858. },
  11859. "node_modules/string-width-cjs": {
  11860. "name": "string-width",
  11861. "version": "4.2.3",
  11862. "license": "MIT",
  11863. "dependencies": {
  11864. "emoji-regex": "^8.0.0",
  11865. "is-fullwidth-code-point": "^3.0.0",
  11866. "strip-ansi": "^6.0.1"
  11867. },
  11868. "engines": {
  11869. "node": ">=8"
  11870. }
  11871. },
  11872. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  11873. "version": "5.0.1",
  11874. "license": "MIT",
  11875. "engines": {
  11876. "node": ">=8"
  11877. }
  11878. },
  11879. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  11880. "version": "8.0.0",
  11881. "license": "MIT"
  11882. },
  11883. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  11884. "version": "6.0.1",
  11885. "license": "MIT",
  11886. "dependencies": {
  11887. "ansi-regex": "^5.0.1"
  11888. },
  11889. "engines": {
  11890. "node": ">=8"
  11891. }
  11892. },
  11893. "node_modules/strip-ansi": {
  11894. "version": "7.1.2",
  11895. "license": "MIT",
  11896. "dependencies": {
  11897. "ansi-regex": "^6.0.1"
  11898. },
  11899. "engines": {
  11900. "node": ">=12"
  11901. },
  11902. "funding": {
  11903. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  11904. }
  11905. },
  11906. "node_modules/strip-ansi-cjs": {
  11907. "name": "strip-ansi",
  11908. "version": "6.0.1",
  11909. "license": "MIT",
  11910. "dependencies": {
  11911. "ansi-regex": "^5.0.1"
  11912. },
  11913. "engines": {
  11914. "node": ">=8"
  11915. }
  11916. },
  11917. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  11918. "version": "5.0.1",
  11919. "license": "MIT",
  11920. "engines": {
  11921. "node": ">=8"
  11922. }
  11923. },
  11924. "node_modules/strip-final-newline": {
  11925. "version": "3.0.0",
  11926. "license": "MIT",
  11927. "engines": {
  11928. "node": ">=12"
  11929. },
  11930. "funding": {
  11931. "url": "https://github.com/sponsors/sindresorhus"
  11932. }
  11933. },
  11934. "node_modules/strip-indent": {
  11935. "version": "4.1.1",
  11936. "license": "MIT",
  11937. "engines": {
  11938. "node": ">=12"
  11939. },
  11940. "funding": {
  11941. "url": "https://github.com/sponsors/sindresorhus"
  11942. }
  11943. },
  11944. "node_modules/strip-json-comments": {
  11945. "version": "3.1.1",
  11946. "license": "MIT",
  11947. "engines": {
  11948. "node": ">=8"
  11949. },
  11950. "funding": {
  11951. "url": "https://github.com/sponsors/sindresorhus"
  11952. }
  11953. },
  11954. "node_modules/strip-literal": {
  11955. "version": "3.1.0",
  11956. "license": "MIT",
  11957. "dependencies": {
  11958. "js-tokens": "^9.0.1"
  11959. },
  11960. "funding": {
  11961. "url": "https://github.com/sponsors/antfu"
  11962. }
  11963. },
  11964. "node_modules/strip-literal/node_modules/js-tokens": {
  11965. "version": "9.0.1",
  11966. "license": "MIT"
  11967. },
  11968. "node_modules/structured-clone-es": {
  11969. "version": "1.0.0",
  11970. "license": "ISC"
  11971. },
  11972. "node_modules/stylehacks": {
  11973. "version": "7.0.6",
  11974. "license": "MIT",
  11975. "dependencies": {
  11976. "browserslist": "^4.25.1",
  11977. "postcss-selector-parser": "^7.1.0"
  11978. },
  11979. "engines": {
  11980. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11981. },
  11982. "peerDependencies": {
  11983. "postcss": "^8.4.32"
  11984. }
  11985. },
  11986. "node_modules/stylehacks/node_modules/postcss-selector-parser": {
  11987. "version": "7.1.0",
  11988. "license": "MIT",
  11989. "dependencies": {
  11990. "cssesc": "^3.0.0",
  11991. "util-deprecate": "^1.0.2"
  11992. },
  11993. "engines": {
  11994. "node": ">=4"
  11995. }
  11996. },
  11997. "node_modules/suneditor": {
  11998. "version": "2.47.8",
  11999. "resolved": "https://registry.npmjs.org/suneditor/-/suneditor-2.47.8.tgz",
  12000. "integrity": "sha512-GGzaN1m+rFIR/zHdRxSH5JvzzJIF4UoaX2bWmcvk6NIcq2qgvdkR0iO+yFyjIL6zTVMeBI/GWkJMvOh8Qe5ehw==",
  12001. "license": "MIT"
  12002. },
  12003. "node_modules/suneditor-react": {
  12004. "version": "3.6.1",
  12005. "resolved": "https://registry.npmjs.org/suneditor-react/-/suneditor-react-3.6.1.tgz",
  12006. "integrity": "sha512-12f9KLnEB6pAdyHJINTzRBg3UOWVZZ+jVYSEtwdBTDYQW4amUZr0xOnpikbBAlxb9rcTYV5RHAsad3gnNhLsuA==",
  12007. "license": "MIT",
  12008. "peerDependencies": {
  12009. "react": ">= 16.8.0",
  12010. "react-dom": ">= 16.8.0",
  12011. "suneditor": "^2.44.10"
  12012. }
  12013. },
  12014. "node_modules/superjson": {
  12015. "version": "2.2.3",
  12016. "license": "MIT",
  12017. "dependencies": {
  12018. "copy-anything": "^4"
  12019. },
  12020. "engines": {
  12021. "node": ">=16"
  12022. }
  12023. },
  12024. "node_modules/supports-color": {
  12025. "version": "7.2.0",
  12026. "license": "MIT",
  12027. "dependencies": {
  12028. "has-flag": "^4.0.0"
  12029. },
  12030. "engines": {
  12031. "node": ">=8"
  12032. }
  12033. },
  12034. "node_modules/supports-preserve-symlinks-flag": {
  12035. "version": "1.0.0",
  12036. "license": "MIT",
  12037. "engines": {
  12038. "node": ">= 0.4"
  12039. },
  12040. "funding": {
  12041. "url": "https://github.com/sponsors/ljharb"
  12042. }
  12043. },
  12044. "node_modules/svgo": {
  12045. "version": "3.3.2",
  12046. "license": "MIT",
  12047. "optional": true,
  12048. "dependencies": {
  12049. "@trysound/sax": "0.2.0",
  12050. "commander": "^7.2.0",
  12051. "css-select": "^5.1.0",
  12052. "css-tree": "^2.3.1",
  12053. "css-what": "^6.1.0",
  12054. "csso": "^5.0.5",
  12055. "picocolors": "^1.0.0"
  12056. },
  12057. "bin": {
  12058. "svgo": "bin/svgo"
  12059. },
  12060. "engines": {
  12061. "node": ">=14.0.0"
  12062. },
  12063. "funding": {
  12064. "type": "opencollective",
  12065. "url": "https://opencollective.com/svgo"
  12066. }
  12067. },
  12068. "node_modules/svgo/node_modules/css-tree": {
  12069. "version": "2.3.1",
  12070. "license": "MIT",
  12071. "optional": true,
  12072. "dependencies": {
  12073. "mdn-data": "2.0.30",
  12074. "source-map-js": "^1.0.1"
  12075. },
  12076. "engines": {
  12077. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  12078. }
  12079. },
  12080. "node_modules/svgo/node_modules/mdn-data": {
  12081. "version": "2.0.30",
  12082. "license": "CC0-1.0",
  12083. "optional": true
  12084. },
  12085. "node_modules/swiper": {
  12086. "version": "12.0.3",
  12087. "funding": [
  12088. {
  12089. "type": "patreon",
  12090. "url": "https://www.patreon.com/swiperjs"
  12091. },
  12092. {
  12093. "type": "open_collective",
  12094. "url": "http://opencollective.com/swiper"
  12095. }
  12096. ],
  12097. "license": "MIT",
  12098. "engines": {
  12099. "node": ">= 4.7.0"
  12100. }
  12101. },
  12102. "node_modules/swrv": {
  12103. "version": "1.1.0",
  12104. "license": "Apache-2.0",
  12105. "peerDependencies": {
  12106. "vue": ">=3.2.26 < 4"
  12107. }
  12108. },
  12109. "node_modules/sync-child-process": {
  12110. "version": "1.0.2",
  12111. "devOptional": true,
  12112. "license": "MIT",
  12113. "dependencies": {
  12114. "sync-message-port": "^1.0.0"
  12115. },
  12116. "engines": {
  12117. "node": ">=16.0.0"
  12118. }
  12119. },
  12120. "node_modules/sync-message-port": {
  12121. "version": "1.1.3",
  12122. "devOptional": true,
  12123. "license": "MIT",
  12124. "engines": {
  12125. "node": ">=16.0.0"
  12126. }
  12127. },
  12128. "node_modules/system-architecture": {
  12129. "version": "0.1.0",
  12130. "license": "MIT",
  12131. "engines": {
  12132. "node": ">=18"
  12133. },
  12134. "funding": {
  12135. "url": "https://github.com/sponsors/sindresorhus"
  12136. }
  12137. },
  12138. "node_modules/tagged-tag": {
  12139. "version": "1.0.0",
  12140. "license": "MIT",
  12141. "engines": {
  12142. "node": ">=20"
  12143. },
  12144. "funding": {
  12145. "url": "https://github.com/sponsors/sindresorhus"
  12146. }
  12147. },
  12148. "node_modules/tailwind-merge": {
  12149. "version": "3.3.1",
  12150. "license": "MIT",
  12151. "funding": {
  12152. "type": "github",
  12153. "url": "https://github.com/sponsors/dcastil"
  12154. }
  12155. },
  12156. "node_modules/tailwind-variants": {
  12157. "version": "3.1.1",
  12158. "license": "MIT",
  12159. "engines": {
  12160. "node": ">=16.x",
  12161. "pnpm": ">=7.x"
  12162. },
  12163. "peerDependencies": {
  12164. "tailwind-merge": ">=3.0.0",
  12165. "tailwindcss": "*"
  12166. },
  12167. "peerDependenciesMeta": {
  12168. "tailwind-merge": {
  12169. "optional": true
  12170. }
  12171. }
  12172. },
  12173. "node_modules/tailwindcss": {
  12174. "version": "4.1.16",
  12175. "license": "MIT"
  12176. },
  12177. "node_modules/tapable": {
  12178. "version": "2.3.0",
  12179. "license": "MIT",
  12180. "engines": {
  12181. "node": ">=6"
  12182. },
  12183. "funding": {
  12184. "type": "opencollective",
  12185. "url": "https://opencollective.com/webpack"
  12186. }
  12187. },
  12188. "node_modules/tar": {
  12189. "version": "7.5.1",
  12190. "license": "ISC",
  12191. "dependencies": {
  12192. "@isaacs/fs-minipass": "^4.0.0",
  12193. "chownr": "^3.0.0",
  12194. "minipass": "^7.1.2",
  12195. "minizlib": "^3.1.0",
  12196. "yallist": "^5.0.0"
  12197. },
  12198. "engines": {
  12199. "node": ">=18"
  12200. }
  12201. },
  12202. "node_modules/tar-fs": {
  12203. "version": "3.1.1",
  12204. "license": "MIT",
  12205. "optional": true,
  12206. "dependencies": {
  12207. "pump": "^3.0.0",
  12208. "tar-stream": "^3.1.5"
  12209. },
  12210. "optionalDependencies": {
  12211. "bare-fs": "^4.0.1",
  12212. "bare-path": "^3.0.0"
  12213. }
  12214. },
  12215. "node_modules/tar-stream": {
  12216. "version": "3.1.7",
  12217. "license": "MIT",
  12218. "dependencies": {
  12219. "b4a": "^1.6.4",
  12220. "fast-fifo": "^1.2.0",
  12221. "streamx": "^2.15.0"
  12222. }
  12223. },
  12224. "node_modules/tar/node_modules/yallist": {
  12225. "version": "5.0.0",
  12226. "license": "BlueOak-1.0.0",
  12227. "engines": {
  12228. "node": ">=18"
  12229. }
  12230. },
  12231. "node_modules/terser": {
  12232. "version": "5.44.0",
  12233. "license": "BSD-2-Clause",
  12234. "dependencies": {
  12235. "@jridgewell/source-map": "^0.3.3",
  12236. "acorn": "^8.15.0",
  12237. "commander": "^2.20.0",
  12238. "source-map-support": "~0.5.20"
  12239. },
  12240. "bin": {
  12241. "terser": "bin/terser"
  12242. },
  12243. "engines": {
  12244. "node": ">=10"
  12245. }
  12246. },
  12247. "node_modules/terser/node_modules/commander": {
  12248. "version": "2.20.3",
  12249. "license": "MIT"
  12250. },
  12251. "node_modules/text-decoder": {
  12252. "version": "1.2.3",
  12253. "license": "Apache-2.0",
  12254. "dependencies": {
  12255. "b4a": "^1.6.4"
  12256. }
  12257. },
  12258. "node_modules/tiny-inflate": {
  12259. "version": "1.0.3",
  12260. "license": "MIT"
  12261. },
  12262. "node_modules/tiny-invariant": {
  12263. "version": "1.3.3",
  12264. "license": "MIT"
  12265. },
  12266. "node_modules/tinyexec": {
  12267. "version": "1.0.1",
  12268. "license": "MIT"
  12269. },
  12270. "node_modules/tinyglobby": {
  12271. "version": "0.2.15",
  12272. "license": "MIT",
  12273. "dependencies": {
  12274. "fdir": "^6.5.0",
  12275. "picomatch": "^4.0.3"
  12276. },
  12277. "engines": {
  12278. "node": ">=12.0.0"
  12279. },
  12280. "funding": {
  12281. "url": "https://github.com/sponsors/SuperchupuDev"
  12282. }
  12283. },
  12284. "node_modules/to-regex-range": {
  12285. "version": "5.0.1",
  12286. "license": "MIT",
  12287. "dependencies": {
  12288. "is-number": "^7.0.0"
  12289. },
  12290. "engines": {
  12291. "node": ">=8.0"
  12292. }
  12293. },
  12294. "node_modules/toidentifier": {
  12295. "version": "1.0.1",
  12296. "license": "MIT",
  12297. "engines": {
  12298. "node": ">=0.6"
  12299. }
  12300. },
  12301. "node_modules/totalist": {
  12302. "version": "3.0.1",
  12303. "license": "MIT",
  12304. "engines": {
  12305. "node": ">=6"
  12306. }
  12307. },
  12308. "node_modules/tr46": {
  12309. "version": "0.0.3",
  12310. "license": "MIT"
  12311. },
  12312. "node_modules/ts-api-utils": {
  12313. "version": "2.1.0",
  12314. "license": "MIT",
  12315. "engines": {
  12316. "node": ">=18.12"
  12317. },
  12318. "peerDependencies": {
  12319. "typescript": ">=4.8.4"
  12320. }
  12321. },
  12322. "node_modules/tslib": {
  12323. "version": "2.8.1",
  12324. "license": "0BSD"
  12325. },
  12326. "node_modules/tunnel-agent": {
  12327. "version": "0.6.0",
  12328. "license": "Apache-2.0",
  12329. "optional": true,
  12330. "dependencies": {
  12331. "safe-buffer": "^5.0.1"
  12332. },
  12333. "engines": {
  12334. "node": "*"
  12335. }
  12336. },
  12337. "node_modules/type-check": {
  12338. "version": "0.4.0",
  12339. "license": "MIT",
  12340. "dependencies": {
  12341. "prelude-ls": "^1.2.1"
  12342. },
  12343. "engines": {
  12344. "node": ">= 0.8.0"
  12345. }
  12346. },
  12347. "node_modules/type-fest": {
  12348. "version": "5.1.0",
  12349. "license": "(MIT OR CC0-1.0)",
  12350. "dependencies": {
  12351. "tagged-tag": "^1.0.0"
  12352. },
  12353. "engines": {
  12354. "node": ">=20"
  12355. },
  12356. "funding": {
  12357. "url": "https://github.com/sponsors/sindresorhus"
  12358. }
  12359. },
  12360. "node_modules/type-level-regexp": {
  12361. "version": "0.1.17",
  12362. "license": "MIT"
  12363. },
  12364. "node_modules/typescript": {
  12365. "version": "5.9.3",
  12366. "license": "Apache-2.0",
  12367. "peer": true,
  12368. "bin": {
  12369. "tsc": "bin/tsc",
  12370. "tsserver": "bin/tsserver"
  12371. },
  12372. "engines": {
  12373. "node": ">=14.17"
  12374. }
  12375. },
  12376. "node_modules/ufo": {
  12377. "version": "1.6.1",
  12378. "license": "MIT"
  12379. },
  12380. "node_modules/ultrahtml": {
  12381. "version": "1.6.0",
  12382. "license": "MIT"
  12383. },
  12384. "node_modules/uncrypto": {
  12385. "version": "0.1.3",
  12386. "license": "MIT"
  12387. },
  12388. "node_modules/unctx": {
  12389. "version": "2.4.1",
  12390. "license": "MIT",
  12391. "dependencies": {
  12392. "acorn": "^8.14.0",
  12393. "estree-walker": "^3.0.3",
  12394. "magic-string": "^0.30.17",
  12395. "unplugin": "^2.1.0"
  12396. }
  12397. },
  12398. "node_modules/unctx/node_modules/estree-walker": {
  12399. "version": "3.0.3",
  12400. "license": "MIT",
  12401. "dependencies": {
  12402. "@types/estree": "^1.0.0"
  12403. }
  12404. },
  12405. "node_modules/undici": {
  12406. "version": "7.16.0",
  12407. "license": "MIT",
  12408. "engines": {
  12409. "node": ">=20.18.1"
  12410. }
  12411. },
  12412. "node_modules/unenv": {
  12413. "version": "2.0.0-rc.22",
  12414. "license": "MIT",
  12415. "dependencies": {
  12416. "defu": "^6.1.4",
  12417. "exsolve": "^1.0.7",
  12418. "ohash": "^2.0.11",
  12419. "pathe": "^2.0.3",
  12420. "ufo": "^1.6.1"
  12421. }
  12422. },
  12423. "node_modules/unhead": {
  12424. "version": "2.0.19",
  12425. "license": "MIT",
  12426. "dependencies": {
  12427. "hookable": "^5.5.3"
  12428. },
  12429. "funding": {
  12430. "url": "https://github.com/sponsors/harlan-zw"
  12431. }
  12432. },
  12433. "node_modules/unicode-properties": {
  12434. "version": "1.4.1",
  12435. "license": "MIT",
  12436. "dependencies": {
  12437. "base64-js": "^1.3.0",
  12438. "unicode-trie": "^2.0.0"
  12439. }
  12440. },
  12441. "node_modules/unicode-trie": {
  12442. "version": "2.0.0",
  12443. "license": "MIT",
  12444. "dependencies": {
  12445. "pako": "^0.2.5",
  12446. "tiny-inflate": "^1.0.0"
  12447. }
  12448. },
  12449. "node_modules/unicorn-magic": {
  12450. "version": "0.1.0",
  12451. "license": "MIT",
  12452. "engines": {
  12453. "node": ">=18"
  12454. },
  12455. "funding": {
  12456. "url": "https://github.com/sponsors/sindresorhus"
  12457. }
  12458. },
  12459. "node_modules/unifont": {
  12460. "version": "0.4.1",
  12461. "license": "MIT",
  12462. "dependencies": {
  12463. "css-tree": "^3.0.0",
  12464. "ohash": "^2.0.0"
  12465. }
  12466. },
  12467. "node_modules/unimport": {
  12468. "version": "5.5.0",
  12469. "license": "MIT",
  12470. "dependencies": {
  12471. "acorn": "^8.15.0",
  12472. "escape-string-regexp": "^5.0.0",
  12473. "estree-walker": "^3.0.3",
  12474. "local-pkg": "^1.1.2",
  12475. "magic-string": "^0.30.19",
  12476. "mlly": "^1.8.0",
  12477. "pathe": "^2.0.3",
  12478. "picomatch": "^4.0.3",
  12479. "pkg-types": "^2.3.0",
  12480. "scule": "^1.3.0",
  12481. "strip-literal": "^3.1.0",
  12482. "tinyglobby": "^0.2.15",
  12483. "unplugin": "^2.3.10",
  12484. "unplugin-utils": "^0.3.0"
  12485. },
  12486. "engines": {
  12487. "node": ">=18.12.0"
  12488. }
  12489. },
  12490. "node_modules/unimport/node_modules/escape-string-regexp": {
  12491. "version": "5.0.0",
  12492. "license": "MIT",
  12493. "engines": {
  12494. "node": ">=12"
  12495. },
  12496. "funding": {
  12497. "url": "https://github.com/sponsors/sindresorhus"
  12498. }
  12499. },
  12500. "node_modules/unimport/node_modules/estree-walker": {
  12501. "version": "3.0.3",
  12502. "license": "MIT",
  12503. "dependencies": {
  12504. "@types/estree": "^1.0.0"
  12505. }
  12506. },
  12507. "node_modules/unimport/node_modules/unplugin-utils": {
  12508. "version": "0.3.1",
  12509. "license": "MIT",
  12510. "dependencies": {
  12511. "pathe": "^2.0.3",
  12512. "picomatch": "^4.0.3"
  12513. },
  12514. "engines": {
  12515. "node": ">=20.19.0"
  12516. },
  12517. "funding": {
  12518. "url": "https://github.com/sponsors/sxzz"
  12519. }
  12520. },
  12521. "node_modules/unplugin": {
  12522. "version": "2.3.10",
  12523. "license": "MIT",
  12524. "dependencies": {
  12525. "@jridgewell/remapping": "^2.3.5",
  12526. "acorn": "^8.15.0",
  12527. "picomatch": "^4.0.3",
  12528. "webpack-virtual-modules": "^0.6.2"
  12529. },
  12530. "engines": {
  12531. "node": ">=18.12.0"
  12532. }
  12533. },
  12534. "node_modules/unplugin-utils": {
  12535. "version": "0.2.5",
  12536. "license": "MIT",
  12537. "dependencies": {
  12538. "pathe": "^2.0.3",
  12539. "picomatch": "^4.0.3"
  12540. },
  12541. "engines": {
  12542. "node": ">=18.12.0"
  12543. },
  12544. "funding": {
  12545. "url": "https://github.com/sponsors/sxzz"
  12546. }
  12547. },
  12548. "node_modules/unplugin-vue-components": {
  12549. "version": "30.0.0",
  12550. "license": "MIT",
  12551. "dependencies": {
  12552. "chokidar": "^4.0.3",
  12553. "debug": "^4.4.3",
  12554. "local-pkg": "^1.1.2",
  12555. "magic-string": "^0.30.19",
  12556. "mlly": "^1.8.0",
  12557. "tinyglobby": "^0.2.15",
  12558. "unplugin": "^2.3.10",
  12559. "unplugin-utils": "^0.3.1"
  12560. },
  12561. "engines": {
  12562. "node": ">=14"
  12563. },
  12564. "funding": {
  12565. "url": "https://github.com/sponsors/antfu"
  12566. },
  12567. "peerDependencies": {
  12568. "@babel/parser": "^7.15.8",
  12569. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  12570. "vue": "2 || 3"
  12571. },
  12572. "peerDependenciesMeta": {
  12573. "@babel/parser": {
  12574. "optional": true
  12575. },
  12576. "@nuxt/kit": {
  12577. "optional": true
  12578. }
  12579. }
  12580. },
  12581. "node_modules/unplugin-vue-components/node_modules/unplugin-utils": {
  12582. "version": "0.3.1",
  12583. "license": "MIT",
  12584. "dependencies": {
  12585. "pathe": "^2.0.3",
  12586. "picomatch": "^4.0.3"
  12587. },
  12588. "engines": {
  12589. "node": ">=20.19.0"
  12590. },
  12591. "funding": {
  12592. "url": "https://github.com/sponsors/sxzz"
  12593. }
  12594. },
  12595. "node_modules/unplugin-vue-router": {
  12596. "version": "0.16.0",
  12597. "license": "MIT",
  12598. "dependencies": {
  12599. "@babel/generator": "^7.28.3",
  12600. "@vue-macros/common": "^3.1.1",
  12601. "@vue/language-core": "^3.1.0",
  12602. "ast-walker-scope": "^0.8.2",
  12603. "chokidar": "^4.0.3",
  12604. "json5": "^2.2.3",
  12605. "local-pkg": "^1.1.2",
  12606. "magic-string": "^0.30.19",
  12607. "mlly": "^1.8.0",
  12608. "muggle-string": "^0.4.1",
  12609. "pathe": "^2.0.3",
  12610. "picomatch": "^4.0.3",
  12611. "scule": "^1.3.0",
  12612. "tinyglobby": "^0.2.15",
  12613. "unplugin": "^2.3.10",
  12614. "unplugin-utils": "^0.3.0",
  12615. "yaml": "^2.8.1"
  12616. },
  12617. "peerDependencies": {
  12618. "@vue/compiler-sfc": "^3.5.17",
  12619. "vue-router": "^4.6.0"
  12620. },
  12621. "peerDependenciesMeta": {
  12622. "vue-router": {
  12623. "optional": true
  12624. }
  12625. }
  12626. },
  12627. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  12628. "version": "0.3.1",
  12629. "license": "MIT",
  12630. "dependencies": {
  12631. "pathe": "^2.0.3",
  12632. "picomatch": "^4.0.3"
  12633. },
  12634. "engines": {
  12635. "node": ">=20.19.0"
  12636. },
  12637. "funding": {
  12638. "url": "https://github.com/sponsors/sxzz"
  12639. }
  12640. },
  12641. "node_modules/unrs-resolver": {
  12642. "version": "1.11.1",
  12643. "hasInstallScript": true,
  12644. "license": "MIT",
  12645. "dependencies": {
  12646. "napi-postinstall": "^0.3.0"
  12647. },
  12648. "funding": {
  12649. "url": "https://opencollective.com/unrs-resolver"
  12650. },
  12651. "optionalDependencies": {
  12652. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  12653. "@unrs/resolver-binding-android-arm64": "1.11.1",
  12654. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  12655. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  12656. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  12657. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  12658. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  12659. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  12660. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  12661. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  12662. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  12663. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  12664. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  12665. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  12666. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  12667. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  12668. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  12669. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  12670. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  12671. }
  12672. },
  12673. "node_modules/unrs-resolver/node_modules/@napi-rs/wasm-runtime": {
  12674. "version": "0.2.12",
  12675. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  12676. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  12677. "license": "MIT",
  12678. "optional": true,
  12679. "dependencies": {
  12680. "@emnapi/core": "^1.4.3",
  12681. "@emnapi/runtime": "^1.4.3",
  12682. "@tybys/wasm-util": "^0.10.0"
  12683. }
  12684. },
  12685. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-android-arm-eabi": {
  12686. "version": "1.11.1",
  12687. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  12688. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  12689. "cpu": [
  12690. "arm"
  12691. ],
  12692. "license": "MIT",
  12693. "optional": true,
  12694. "os": [
  12695. "android"
  12696. ]
  12697. },
  12698. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-android-arm64": {
  12699. "version": "1.11.1",
  12700. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  12701. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  12702. "cpu": [
  12703. "arm64"
  12704. ],
  12705. "license": "MIT",
  12706. "optional": true,
  12707. "os": [
  12708. "android"
  12709. ]
  12710. },
  12711. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-darwin-x64": {
  12712. "version": "1.11.1",
  12713. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  12714. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  12715. "cpu": [
  12716. "x64"
  12717. ],
  12718. "license": "MIT",
  12719. "optional": true,
  12720. "os": [
  12721. "darwin"
  12722. ]
  12723. },
  12724. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-freebsd-x64": {
  12725. "version": "1.11.1",
  12726. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  12727. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  12728. "cpu": [
  12729. "x64"
  12730. ],
  12731. "license": "MIT",
  12732. "optional": true,
  12733. "os": [
  12734. "freebsd"
  12735. ]
  12736. },
  12737. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  12738. "version": "1.11.1",
  12739. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  12740. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  12741. "cpu": [
  12742. "arm"
  12743. ],
  12744. "license": "MIT",
  12745. "optional": true,
  12746. "os": [
  12747. "linux"
  12748. ]
  12749. },
  12750. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  12751. "version": "1.11.1",
  12752. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  12753. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  12754. "cpu": [
  12755. "arm"
  12756. ],
  12757. "license": "MIT",
  12758. "optional": true,
  12759. "os": [
  12760. "linux"
  12761. ]
  12762. },
  12763. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  12764. "version": "1.11.1",
  12765. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  12766. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  12767. "cpu": [
  12768. "arm64"
  12769. ],
  12770. "license": "MIT",
  12771. "optional": true,
  12772. "os": [
  12773. "linux"
  12774. ]
  12775. },
  12776. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  12777. "version": "1.11.1",
  12778. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  12779. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  12780. "cpu": [
  12781. "arm64"
  12782. ],
  12783. "license": "MIT",
  12784. "optional": true,
  12785. "os": [
  12786. "linux"
  12787. ]
  12788. },
  12789. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  12790. "version": "1.11.1",
  12791. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  12792. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  12793. "cpu": [
  12794. "ppc64"
  12795. ],
  12796. "license": "MIT",
  12797. "optional": true,
  12798. "os": [
  12799. "linux"
  12800. ]
  12801. },
  12802. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  12803. "version": "1.11.1",
  12804. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  12805. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  12806. "cpu": [
  12807. "riscv64"
  12808. ],
  12809. "license": "MIT",
  12810. "optional": true,
  12811. "os": [
  12812. "linux"
  12813. ]
  12814. },
  12815. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  12816. "version": "1.11.1",
  12817. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  12818. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  12819. "cpu": [
  12820. "riscv64"
  12821. ],
  12822. "license": "MIT",
  12823. "optional": true,
  12824. "os": [
  12825. "linux"
  12826. ]
  12827. },
  12828. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  12829. "version": "1.11.1",
  12830. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  12831. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  12832. "cpu": [
  12833. "s390x"
  12834. ],
  12835. "license": "MIT",
  12836. "optional": true,
  12837. "os": [
  12838. "linux"
  12839. ]
  12840. },
  12841. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  12842. "version": "1.11.1",
  12843. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  12844. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  12845. "cpu": [
  12846. "x64"
  12847. ],
  12848. "license": "MIT",
  12849. "optional": true,
  12850. "os": [
  12851. "linux"
  12852. ]
  12853. },
  12854. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-linux-x64-musl": {
  12855. "version": "1.11.1",
  12856. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  12857. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  12858. "cpu": [
  12859. "x64"
  12860. ],
  12861. "license": "MIT",
  12862. "optional": true,
  12863. "os": [
  12864. "linux"
  12865. ]
  12866. },
  12867. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-wasm32-wasi": {
  12868. "version": "1.11.1",
  12869. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  12870. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  12871. "cpu": [
  12872. "wasm32"
  12873. ],
  12874. "license": "MIT",
  12875. "optional": true,
  12876. "dependencies": {
  12877. "@napi-rs/wasm-runtime": "^0.2.11"
  12878. },
  12879. "engines": {
  12880. "node": ">=14.0.0"
  12881. }
  12882. },
  12883. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  12884. "version": "1.11.1",
  12885. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  12886. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  12887. "cpu": [
  12888. "arm64"
  12889. ],
  12890. "license": "MIT",
  12891. "optional": true,
  12892. "os": [
  12893. "win32"
  12894. ]
  12895. },
  12896. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  12897. "version": "1.11.1",
  12898. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  12899. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  12900. "cpu": [
  12901. "ia32"
  12902. ],
  12903. "license": "MIT",
  12904. "optional": true,
  12905. "os": [
  12906. "win32"
  12907. ]
  12908. },
  12909. "node_modules/unrs-resolver/node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  12910. "version": "1.11.1",
  12911. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  12912. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  12913. "cpu": [
  12914. "x64"
  12915. ],
  12916. "license": "MIT",
  12917. "optional": true,
  12918. "os": [
  12919. "win32"
  12920. ]
  12921. },
  12922. "node_modules/unstorage": {
  12923. "version": "1.17.1",
  12924. "license": "MIT",
  12925. "dependencies": {
  12926. "anymatch": "^3.1.3",
  12927. "chokidar": "^4.0.3",
  12928. "destr": "^2.0.5",
  12929. "h3": "^1.15.4",
  12930. "lru-cache": "^10.4.3",
  12931. "node-fetch-native": "^1.6.7",
  12932. "ofetch": "^1.4.1",
  12933. "ufo": "^1.6.1"
  12934. },
  12935. "peerDependencies": {
  12936. "@azure/app-configuration": "^1.8.0",
  12937. "@azure/cosmos": "^4.2.0",
  12938. "@azure/data-tables": "^13.3.0",
  12939. "@azure/identity": "^4.6.0",
  12940. "@azure/keyvault-secrets": "^4.9.0",
  12941. "@azure/storage-blob": "^12.26.0",
  12942. "@capacitor/preferences": "^6.0.3 || ^7.0.0",
  12943. "@deno/kv": ">=0.9.0",
  12944. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  12945. "@planetscale/database": "^1.19.0",
  12946. "@upstash/redis": "^1.34.3",
  12947. "@vercel/blob": ">=0.27.1",
  12948. "@vercel/functions": "^2.2.12 || ^3.0.0",
  12949. "@vercel/kv": "^1.0.1",
  12950. "aws4fetch": "^1.0.20",
  12951. "db0": ">=0.2.1",
  12952. "idb-keyval": "^6.2.1",
  12953. "ioredis": "^5.4.2",
  12954. "uploadthing": "^7.4.4"
  12955. },
  12956. "peerDependenciesMeta": {
  12957. "@azure/app-configuration": {
  12958. "optional": true
  12959. },
  12960. "@azure/cosmos": {
  12961. "optional": true
  12962. },
  12963. "@azure/data-tables": {
  12964. "optional": true
  12965. },
  12966. "@azure/identity": {
  12967. "optional": true
  12968. },
  12969. "@azure/keyvault-secrets": {
  12970. "optional": true
  12971. },
  12972. "@azure/storage-blob": {
  12973. "optional": true
  12974. },
  12975. "@capacitor/preferences": {
  12976. "optional": true
  12977. },
  12978. "@deno/kv": {
  12979. "optional": true
  12980. },
  12981. "@netlify/blobs": {
  12982. "optional": true
  12983. },
  12984. "@planetscale/database": {
  12985. "optional": true
  12986. },
  12987. "@upstash/redis": {
  12988. "optional": true
  12989. },
  12990. "@vercel/blob": {
  12991. "optional": true
  12992. },
  12993. "@vercel/functions": {
  12994. "optional": true
  12995. },
  12996. "@vercel/kv": {
  12997. "optional": true
  12998. },
  12999. "aws4fetch": {
  13000. "optional": true
  13001. },
  13002. "db0": {
  13003. "optional": true
  13004. },
  13005. "idb-keyval": {
  13006. "optional": true
  13007. },
  13008. "ioredis": {
  13009. "optional": true
  13010. },
  13011. "uploadthing": {
  13012. "optional": true
  13013. }
  13014. }
  13015. },
  13016. "node_modules/unstorage/node_modules/lru-cache": {
  13017. "version": "10.4.3",
  13018. "license": "ISC"
  13019. },
  13020. "node_modules/untun": {
  13021. "version": "0.1.3",
  13022. "license": "MIT",
  13023. "dependencies": {
  13024. "citty": "^0.1.5",
  13025. "consola": "^3.2.3",
  13026. "pathe": "^1.1.1"
  13027. },
  13028. "bin": {
  13029. "untun": "bin/untun.mjs"
  13030. }
  13031. },
  13032. "node_modules/untun/node_modules/pathe": {
  13033. "version": "1.1.2",
  13034. "license": "MIT"
  13035. },
  13036. "node_modules/untyped": {
  13037. "version": "2.0.0",
  13038. "license": "MIT",
  13039. "dependencies": {
  13040. "citty": "^0.1.6",
  13041. "defu": "^6.1.4",
  13042. "jiti": "^2.4.2",
  13043. "knitwork": "^1.2.0",
  13044. "scule": "^1.3.0"
  13045. },
  13046. "bin": {
  13047. "untyped": "dist/cli.mjs"
  13048. }
  13049. },
  13050. "node_modules/unwasm": {
  13051. "version": "0.3.11",
  13052. "license": "MIT",
  13053. "dependencies": {
  13054. "knitwork": "^1.2.0",
  13055. "magic-string": "^0.30.17",
  13056. "mlly": "^1.7.4",
  13057. "pathe": "^2.0.3",
  13058. "pkg-types": "^2.2.0",
  13059. "unplugin": "^2.3.6"
  13060. }
  13061. },
  13062. "node_modules/update-browserslist-db": {
  13063. "version": "1.1.4",
  13064. "funding": [
  13065. {
  13066. "type": "opencollective",
  13067. "url": "https://opencollective.com/browserslist"
  13068. },
  13069. {
  13070. "type": "tidelift",
  13071. "url": "https://tidelift.com/funding/github/npm/browserslist"
  13072. },
  13073. {
  13074. "type": "github",
  13075. "url": "https://github.com/sponsors/ai"
  13076. }
  13077. ],
  13078. "license": "MIT",
  13079. "dependencies": {
  13080. "escalade": "^3.2.0",
  13081. "picocolors": "^1.1.1"
  13082. },
  13083. "bin": {
  13084. "update-browserslist-db": "cli.js"
  13085. },
  13086. "peerDependencies": {
  13087. "browserslist": ">= 4.21.0"
  13088. }
  13089. },
  13090. "node_modules/uqr": {
  13091. "version": "0.1.2",
  13092. "license": "MIT"
  13093. },
  13094. "node_modules/uri-js": {
  13095. "version": "4.4.1",
  13096. "license": "BSD-2-Clause",
  13097. "dependencies": {
  13098. "punycode": "^2.1.0"
  13099. }
  13100. },
  13101. "node_modules/util-deprecate": {
  13102. "version": "1.0.2",
  13103. "license": "MIT"
  13104. },
  13105. "node_modules/varint": {
  13106. "version": "6.0.0",
  13107. "devOptional": true,
  13108. "license": "MIT"
  13109. },
  13110. "node_modules/vaul-vue": {
  13111. "version": "0.4.1",
  13112. "dependencies": {
  13113. "@vueuse/core": "^10.8.0",
  13114. "reka-ui": "^2.0.0",
  13115. "vue": "^3.4.5"
  13116. },
  13117. "peerDependencies": {
  13118. "reka-ui": "^2.0.0",
  13119. "vue": "^3.3.0"
  13120. }
  13121. },
  13122. "node_modules/vaul-vue/node_modules/@types/web-bluetooth": {
  13123. "version": "0.0.20",
  13124. "license": "MIT"
  13125. },
  13126. "node_modules/vaul-vue/node_modules/@vueuse/core": {
  13127. "version": "10.11.1",
  13128. "license": "MIT",
  13129. "dependencies": {
  13130. "@types/web-bluetooth": "^0.0.20",
  13131. "@vueuse/metadata": "10.11.1",
  13132. "@vueuse/shared": "10.11.1",
  13133. "vue-demi": ">=0.14.8"
  13134. },
  13135. "funding": {
  13136. "url": "https://github.com/sponsors/antfu"
  13137. }
  13138. },
  13139. "node_modules/vaul-vue/node_modules/@vueuse/core/node_modules/vue-demi": {
  13140. "version": "0.14.10",
  13141. "hasInstallScript": true,
  13142. "license": "MIT",
  13143. "bin": {
  13144. "vue-demi-fix": "bin/vue-demi-fix.js",
  13145. "vue-demi-switch": "bin/vue-demi-switch.js"
  13146. },
  13147. "engines": {
  13148. "node": ">=12"
  13149. },
  13150. "funding": {
  13151. "url": "https://github.com/sponsors/antfu"
  13152. },
  13153. "peerDependencies": {
  13154. "@vue/composition-api": "^1.0.0-rc.1",
  13155. "vue": "^3.0.0-0 || ^2.6.0"
  13156. },
  13157. "peerDependenciesMeta": {
  13158. "@vue/composition-api": {
  13159. "optional": true
  13160. }
  13161. }
  13162. },
  13163. "node_modules/vaul-vue/node_modules/@vueuse/metadata": {
  13164. "version": "10.11.1",
  13165. "license": "MIT",
  13166. "funding": {
  13167. "url": "https://github.com/sponsors/antfu"
  13168. }
  13169. },
  13170. "node_modules/vaul-vue/node_modules/@vueuse/shared": {
  13171. "version": "10.11.1",
  13172. "license": "MIT",
  13173. "dependencies": {
  13174. "vue-demi": ">=0.14.8"
  13175. },
  13176. "funding": {
  13177. "url": "https://github.com/sponsors/antfu"
  13178. }
  13179. },
  13180. "node_modules/vaul-vue/node_modules/@vueuse/shared/node_modules/vue-demi": {
  13181. "version": "0.14.10",
  13182. "hasInstallScript": true,
  13183. "license": "MIT",
  13184. "bin": {
  13185. "vue-demi-fix": "bin/vue-demi-fix.js",
  13186. "vue-demi-switch": "bin/vue-demi-switch.js"
  13187. },
  13188. "engines": {
  13189. "node": ">=12"
  13190. },
  13191. "funding": {
  13192. "url": "https://github.com/sponsors/antfu"
  13193. },
  13194. "peerDependencies": {
  13195. "@vue/composition-api": "^1.0.0-rc.1",
  13196. "vue": "^3.0.0-0 || ^2.6.0"
  13197. },
  13198. "peerDependenciesMeta": {
  13199. "@vue/composition-api": {
  13200. "optional": true
  13201. }
  13202. }
  13203. },
  13204. "node_modules/vite": {
  13205. "version": "7.1.12",
  13206. "license": "MIT",
  13207. "dependencies": {
  13208. "esbuild": "^0.25.0",
  13209. "fdir": "^6.5.0",
  13210. "picomatch": "^4.0.3",
  13211. "postcss": "^8.5.6",
  13212. "rollup": "^4.43.0",
  13213. "tinyglobby": "^0.2.15"
  13214. },
  13215. "bin": {
  13216. "vite": "bin/vite.js"
  13217. },
  13218. "engines": {
  13219. "node": "^20.19.0 || >=22.12.0"
  13220. },
  13221. "funding": {
  13222. "url": "https://github.com/vitejs/vite?sponsor=1"
  13223. },
  13224. "optionalDependencies": {
  13225. "fsevents": "~2.3.3"
  13226. },
  13227. "peerDependencies": {
  13228. "@types/node": "^20.19.0 || >=22.12.0",
  13229. "jiti": ">=1.21.0",
  13230. "less": "^4.0.0",
  13231. "lightningcss": "^1.21.0",
  13232. "sass": "^1.70.0",
  13233. "sass-embedded": "^1.70.0",
  13234. "stylus": ">=0.54.8",
  13235. "sugarss": "^5.0.0",
  13236. "terser": "^5.16.0",
  13237. "tsx": "^4.8.1",
  13238. "yaml": "^2.4.2"
  13239. },
  13240. "peerDependenciesMeta": {
  13241. "@types/node": {
  13242. "optional": true
  13243. },
  13244. "jiti": {
  13245. "optional": true
  13246. },
  13247. "less": {
  13248. "optional": true
  13249. },
  13250. "lightningcss": {
  13251. "optional": true
  13252. },
  13253. "sass": {
  13254. "optional": true
  13255. },
  13256. "sass-embedded": {
  13257. "optional": true
  13258. },
  13259. "stylus": {
  13260. "optional": true
  13261. },
  13262. "sugarss": {
  13263. "optional": true
  13264. },
  13265. "terser": {
  13266. "optional": true
  13267. },
  13268. "tsx": {
  13269. "optional": true
  13270. },
  13271. "yaml": {
  13272. "optional": true
  13273. }
  13274. }
  13275. },
  13276. "node_modules/vite-dev-rpc": {
  13277. "version": "1.1.0",
  13278. "license": "MIT",
  13279. "dependencies": {
  13280. "birpc": "^2.4.0",
  13281. "vite-hot-client": "^2.1.0"
  13282. },
  13283. "funding": {
  13284. "url": "https://github.com/sponsors/antfu"
  13285. },
  13286. "peerDependencies": {
  13287. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  13288. }
  13289. },
  13290. "node_modules/vite-hot-client": {
  13291. "version": "2.1.0",
  13292. "license": "MIT",
  13293. "funding": {
  13294. "url": "https://github.com/sponsors/antfu"
  13295. },
  13296. "peerDependencies": {
  13297. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  13298. }
  13299. },
  13300. "node_modules/vite-node": {
  13301. "version": "3.2.4",
  13302. "license": "MIT",
  13303. "dependencies": {
  13304. "cac": "^6.7.14",
  13305. "debug": "^4.4.1",
  13306. "es-module-lexer": "^1.7.0",
  13307. "pathe": "^2.0.3",
  13308. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  13309. },
  13310. "bin": {
  13311. "vite-node": "vite-node.mjs"
  13312. },
  13313. "engines": {
  13314. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  13315. },
  13316. "funding": {
  13317. "url": "https://opencollective.com/vitest"
  13318. }
  13319. },
  13320. "node_modules/vite-plugin-checker": {
  13321. "version": "0.11.0",
  13322. "license": "MIT",
  13323. "dependencies": {
  13324. "@babel/code-frame": "^7.27.1",
  13325. "chokidar": "^4.0.3",
  13326. "npm-run-path": "^6.0.0",
  13327. "picocolors": "^1.1.1",
  13328. "picomatch": "^4.0.3",
  13329. "tiny-invariant": "^1.3.3",
  13330. "tinyglobby": "^0.2.14",
  13331. "vscode-uri": "^3.1.0"
  13332. },
  13333. "engines": {
  13334. "node": ">=16.11"
  13335. },
  13336. "peerDependencies": {
  13337. "@biomejs/biome": ">=1.7",
  13338. "eslint": ">=7",
  13339. "meow": "^13.2.0",
  13340. "optionator": "^0.9.4",
  13341. "oxlint": ">=1",
  13342. "stylelint": ">=16",
  13343. "typescript": "*",
  13344. "vite": ">=5.4.20",
  13345. "vls": "*",
  13346. "vti": "*",
  13347. "vue-tsc": "~2.2.10 || ^3.0.0"
  13348. },
  13349. "peerDependenciesMeta": {
  13350. "@biomejs/biome": {
  13351. "optional": true
  13352. },
  13353. "eslint": {
  13354. "optional": true
  13355. },
  13356. "meow": {
  13357. "optional": true
  13358. },
  13359. "optionator": {
  13360. "optional": true
  13361. },
  13362. "oxlint": {
  13363. "optional": true
  13364. },
  13365. "stylelint": {
  13366. "optional": true
  13367. },
  13368. "typescript": {
  13369. "optional": true
  13370. },
  13371. "vls": {
  13372. "optional": true
  13373. },
  13374. "vti": {
  13375. "optional": true
  13376. },
  13377. "vue-tsc": {
  13378. "optional": true
  13379. }
  13380. }
  13381. },
  13382. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  13383. "version": "6.0.0",
  13384. "license": "MIT",
  13385. "dependencies": {
  13386. "path-key": "^4.0.0",
  13387. "unicorn-magic": "^0.3.0"
  13388. },
  13389. "engines": {
  13390. "node": ">=18"
  13391. },
  13392. "funding": {
  13393. "url": "https://github.com/sponsors/sindresorhus"
  13394. }
  13395. },
  13396. "node_modules/vite-plugin-checker/node_modules/path-key": {
  13397. "version": "4.0.0",
  13398. "license": "MIT",
  13399. "engines": {
  13400. "node": ">=12"
  13401. },
  13402. "funding": {
  13403. "url": "https://github.com/sponsors/sindresorhus"
  13404. }
  13405. },
  13406. "node_modules/vite-plugin-checker/node_modules/unicorn-magic": {
  13407. "version": "0.3.0",
  13408. "license": "MIT",
  13409. "engines": {
  13410. "node": ">=18"
  13411. },
  13412. "funding": {
  13413. "url": "https://github.com/sponsors/sindresorhus"
  13414. }
  13415. },
  13416. "node_modules/vite-plugin-inspect": {
  13417. "version": "11.3.3",
  13418. "license": "MIT",
  13419. "dependencies": {
  13420. "ansis": "^4.1.0",
  13421. "debug": "^4.4.1",
  13422. "error-stack-parser-es": "^1.0.5",
  13423. "ohash": "^2.0.11",
  13424. "open": "^10.2.0",
  13425. "perfect-debounce": "^2.0.0",
  13426. "sirv": "^3.0.1",
  13427. "unplugin-utils": "^0.3.0",
  13428. "vite-dev-rpc": "^1.1.0"
  13429. },
  13430. "engines": {
  13431. "node": ">=14"
  13432. },
  13433. "funding": {
  13434. "url": "https://github.com/sponsors/antfu"
  13435. },
  13436. "peerDependencies": {
  13437. "vite": "^6.0.0 || ^7.0.0-0"
  13438. },
  13439. "peerDependenciesMeta": {
  13440. "@nuxt/kit": {
  13441. "optional": true
  13442. }
  13443. }
  13444. },
  13445. "node_modules/vite-plugin-inspect/node_modules/unplugin-utils": {
  13446. "version": "0.3.1",
  13447. "license": "MIT",
  13448. "dependencies": {
  13449. "pathe": "^2.0.3",
  13450. "picomatch": "^4.0.3"
  13451. },
  13452. "engines": {
  13453. "node": ">=20.19.0"
  13454. },
  13455. "funding": {
  13456. "url": "https://github.com/sponsors/sxzz"
  13457. }
  13458. },
  13459. "node_modules/vite-plugin-vue-tracer": {
  13460. "version": "1.0.1",
  13461. "license": "MIT",
  13462. "dependencies": {
  13463. "estree-walker": "^3.0.3",
  13464. "exsolve": "^1.0.7",
  13465. "magic-string": "^0.30.19",
  13466. "pathe": "^2.0.3",
  13467. "source-map-js": "^1.2.1"
  13468. },
  13469. "funding": {
  13470. "url": "https://github.com/sponsors/antfu"
  13471. },
  13472. "peerDependencies": {
  13473. "vite": "^6.0.0 || ^7.0.0",
  13474. "vue": "^3.5.0"
  13475. }
  13476. },
  13477. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  13478. "version": "3.0.3",
  13479. "license": "MIT",
  13480. "dependencies": {
  13481. "@types/estree": "^1.0.0"
  13482. }
  13483. },
  13484. "node_modules/vscode-uri": {
  13485. "version": "3.1.0",
  13486. "license": "MIT"
  13487. },
  13488. "node_modules/vue": {
  13489. "version": "3.5.22",
  13490. "license": "MIT",
  13491. "dependencies": {
  13492. "@vue/compiler-dom": "3.5.22",
  13493. "@vue/compiler-sfc": "3.5.22",
  13494. "@vue/runtime-dom": "3.5.22",
  13495. "@vue/server-renderer": "3.5.22",
  13496. "@vue/shared": "3.5.22"
  13497. },
  13498. "peerDependencies": {
  13499. "typescript": "*"
  13500. },
  13501. "peerDependenciesMeta": {
  13502. "typescript": {
  13503. "optional": true
  13504. }
  13505. }
  13506. },
  13507. "node_modules/vue-bundle-renderer": {
  13508. "version": "2.2.0",
  13509. "license": "MIT",
  13510. "dependencies": {
  13511. "ufo": "^1.6.1"
  13512. }
  13513. },
  13514. "node_modules/vue-component-type-helpers": {
  13515. "version": "3.1.2",
  13516. "license": "MIT"
  13517. },
  13518. "node_modules/vue-devtools-stub": {
  13519. "version": "0.1.0",
  13520. "license": "MIT"
  13521. },
  13522. "node_modules/vue-eslint-parser": {
  13523. "version": "10.2.0",
  13524. "license": "MIT",
  13525. "dependencies": {
  13526. "debug": "^4.4.0",
  13527. "eslint-scope": "^8.2.0",
  13528. "eslint-visitor-keys": "^4.2.0",
  13529. "espree": "^10.3.0",
  13530. "esquery": "^1.6.0",
  13531. "semver": "^7.6.3"
  13532. },
  13533. "engines": {
  13534. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  13535. },
  13536. "funding": {
  13537. "url": "https://github.com/sponsors/mysticatea"
  13538. },
  13539. "peerDependencies": {
  13540. "eslint": "^8.57.0 || ^9.0.0"
  13541. }
  13542. },
  13543. "node_modules/vue-flatpickr-component": {
  13544. "version": "12.0.0",
  13545. "resolved": "https://registry.npmjs.org/vue-flatpickr-component/-/vue-flatpickr-component-12.0.0.tgz",
  13546. "integrity": "sha512-CJ5jrgTaeD66Z4mjEocSTAdB/n6IGSlUICwdBanpyCI8hswq5rwXvEYQ5IKA3K3uVjP5pBlY9Rg6o3xoszTPpA==",
  13547. "license": "MIT",
  13548. "dependencies": {
  13549. "flatpickr": "^4.6.13"
  13550. },
  13551. "engines": {
  13552. "node": ">=14.13.0"
  13553. },
  13554. "peerDependencies": {
  13555. "vue": "^3.2.0"
  13556. }
  13557. },
  13558. "node_modules/vue-router": {
  13559. "version": "4.6.3",
  13560. "license": "MIT",
  13561. "dependencies": {
  13562. "@vue/devtools-api": "^6.6.4"
  13563. },
  13564. "funding": {
  13565. "url": "https://github.com/sponsors/posva"
  13566. },
  13567. "peerDependencies": {
  13568. "vue": "^3.5.0"
  13569. }
  13570. },
  13571. "node_modules/webidl-conversions": {
  13572. "version": "3.0.1",
  13573. "license": "BSD-2-Clause"
  13574. },
  13575. "node_modules/webpack-virtual-modules": {
  13576. "version": "0.6.2",
  13577. "license": "MIT"
  13578. },
  13579. "node_modules/whatwg-url": {
  13580. "version": "5.0.0",
  13581. "license": "MIT",
  13582. "dependencies": {
  13583. "tr46": "~0.0.3",
  13584. "webidl-conversions": "^3.0.0"
  13585. }
  13586. },
  13587. "node_modules/wheel-gestures": {
  13588. "version": "2.2.48",
  13589. "license": "MIT",
  13590. "engines": {
  13591. "node": ">=18"
  13592. }
  13593. },
  13594. "node_modules/which": {
  13595. "version": "2.0.2",
  13596. "license": "ISC",
  13597. "dependencies": {
  13598. "isexe": "^2.0.0"
  13599. },
  13600. "bin": {
  13601. "node-which": "bin/node-which"
  13602. },
  13603. "engines": {
  13604. "node": ">= 8"
  13605. }
  13606. },
  13607. "node_modules/word-wrap": {
  13608. "version": "1.2.5",
  13609. "license": "MIT",
  13610. "engines": {
  13611. "node": ">=0.10.0"
  13612. }
  13613. },
  13614. "node_modules/wrap-ansi": {
  13615. "version": "8.1.0",
  13616. "license": "MIT",
  13617. "dependencies": {
  13618. "ansi-styles": "^6.1.0",
  13619. "string-width": "^5.0.1",
  13620. "strip-ansi": "^7.0.1"
  13621. },
  13622. "engines": {
  13623. "node": ">=12"
  13624. },
  13625. "funding": {
  13626. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13627. }
  13628. },
  13629. "node_modules/wrap-ansi-cjs": {
  13630. "name": "wrap-ansi",
  13631. "version": "7.0.0",
  13632. "license": "MIT",
  13633. "dependencies": {
  13634. "ansi-styles": "^4.0.0",
  13635. "string-width": "^4.1.0",
  13636. "strip-ansi": "^6.0.0"
  13637. },
  13638. "engines": {
  13639. "node": ">=10"
  13640. },
  13641. "funding": {
  13642. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13643. }
  13644. },
  13645. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  13646. "version": "5.0.1",
  13647. "license": "MIT",
  13648. "engines": {
  13649. "node": ">=8"
  13650. }
  13651. },
  13652. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  13653. "version": "8.0.0",
  13654. "license": "MIT"
  13655. },
  13656. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  13657. "version": "4.2.3",
  13658. "license": "MIT",
  13659. "dependencies": {
  13660. "emoji-regex": "^8.0.0",
  13661. "is-fullwidth-code-point": "^3.0.0",
  13662. "strip-ansi": "^6.0.1"
  13663. },
  13664. "engines": {
  13665. "node": ">=8"
  13666. }
  13667. },
  13668. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  13669. "version": "6.0.1",
  13670. "license": "MIT",
  13671. "dependencies": {
  13672. "ansi-regex": "^5.0.1"
  13673. },
  13674. "engines": {
  13675. "node": ">=8"
  13676. }
  13677. },
  13678. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  13679. "version": "6.2.3",
  13680. "license": "MIT",
  13681. "engines": {
  13682. "node": ">=12"
  13683. },
  13684. "funding": {
  13685. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13686. }
  13687. },
  13688. "node_modules/wrappy": {
  13689. "version": "1.0.2",
  13690. "license": "ISC",
  13691. "optional": true
  13692. },
  13693. "node_modules/ws": {
  13694. "version": "8.18.3",
  13695. "license": "MIT",
  13696. "engines": {
  13697. "node": ">=10.0.0"
  13698. },
  13699. "peerDependencies": {
  13700. "bufferutil": "^4.0.1",
  13701. "utf-8-validate": ">=5.0.2"
  13702. },
  13703. "peerDependenciesMeta": {
  13704. "bufferutil": {
  13705. "optional": true
  13706. },
  13707. "utf-8-validate": {
  13708. "optional": true
  13709. }
  13710. }
  13711. },
  13712. "node_modules/wsl-utils": {
  13713. "version": "0.1.0",
  13714. "license": "MIT",
  13715. "dependencies": {
  13716. "is-wsl": "^3.1.0"
  13717. },
  13718. "engines": {
  13719. "node": ">=18"
  13720. },
  13721. "funding": {
  13722. "url": "https://github.com/sponsors/sindresorhus"
  13723. }
  13724. },
  13725. "node_modules/xml-name-validator": {
  13726. "version": "4.0.0",
  13727. "license": "Apache-2.0",
  13728. "engines": {
  13729. "node": ">=12"
  13730. }
  13731. },
  13732. "node_modules/xss": {
  13733. "version": "1.0.15",
  13734. "license": "MIT",
  13735. "optional": true,
  13736. "dependencies": {
  13737. "commander": "^2.20.3",
  13738. "cssfilter": "0.0.10"
  13739. },
  13740. "bin": {
  13741. "xss": "bin/xss"
  13742. },
  13743. "engines": {
  13744. "node": ">= 0.10.0"
  13745. }
  13746. },
  13747. "node_modules/xss/node_modules/commander": {
  13748. "version": "2.20.3",
  13749. "license": "MIT",
  13750. "optional": true
  13751. },
  13752. "node_modules/y18n": {
  13753. "version": "5.0.8",
  13754. "license": "ISC",
  13755. "engines": {
  13756. "node": ">=10"
  13757. }
  13758. },
  13759. "node_modules/yallist": {
  13760. "version": "3.1.1",
  13761. "license": "ISC"
  13762. },
  13763. "node_modules/yaml": {
  13764. "version": "2.8.1",
  13765. "license": "ISC",
  13766. "bin": {
  13767. "yaml": "bin.mjs"
  13768. },
  13769. "engines": {
  13770. "node": ">= 14.6"
  13771. }
  13772. },
  13773. "node_modules/yargs": {
  13774. "version": "17.7.2",
  13775. "license": "MIT",
  13776. "dependencies": {
  13777. "cliui": "^8.0.1",
  13778. "escalade": "^3.1.1",
  13779. "get-caller-file": "^2.0.5",
  13780. "require-directory": "^2.1.1",
  13781. "string-width": "^4.2.3",
  13782. "y18n": "^5.0.5",
  13783. "yargs-parser": "^21.1.1"
  13784. },
  13785. "engines": {
  13786. "node": ">=12"
  13787. }
  13788. },
  13789. "node_modules/yargs-parser": {
  13790. "version": "21.1.1",
  13791. "license": "ISC",
  13792. "engines": {
  13793. "node": ">=12"
  13794. }
  13795. },
  13796. "node_modules/yargs/node_modules/ansi-regex": {
  13797. "version": "5.0.1",
  13798. "license": "MIT",
  13799. "engines": {
  13800. "node": ">=8"
  13801. }
  13802. },
  13803. "node_modules/yargs/node_modules/emoji-regex": {
  13804. "version": "8.0.0",
  13805. "license": "MIT"
  13806. },
  13807. "node_modules/yargs/node_modules/string-width": {
  13808. "version": "4.2.3",
  13809. "license": "MIT",
  13810. "dependencies": {
  13811. "emoji-regex": "^8.0.0",
  13812. "is-fullwidth-code-point": "^3.0.0",
  13813. "strip-ansi": "^6.0.1"
  13814. },
  13815. "engines": {
  13816. "node": ">=8"
  13817. }
  13818. },
  13819. "node_modules/yargs/node_modules/strip-ansi": {
  13820. "version": "6.0.1",
  13821. "license": "MIT",
  13822. "dependencies": {
  13823. "ansi-regex": "^5.0.1"
  13824. },
  13825. "engines": {
  13826. "node": ">=8"
  13827. }
  13828. },
  13829. "node_modules/yocto-queue": {
  13830. "version": "1.2.1",
  13831. "license": "MIT",
  13832. "engines": {
  13833. "node": ">=12.20"
  13834. },
  13835. "funding": {
  13836. "url": "https://github.com/sponsors/sindresorhus"
  13837. }
  13838. },
  13839. "node_modules/yoctocolors": {
  13840. "version": "2.1.2",
  13841. "license": "MIT",
  13842. "engines": {
  13843. "node": ">=18"
  13844. },
  13845. "funding": {
  13846. "url": "https://github.com/sponsors/sindresorhus"
  13847. }
  13848. },
  13849. "node_modules/youch": {
  13850. "version": "4.1.0-beta.11",
  13851. "license": "MIT",
  13852. "dependencies": {
  13853. "@poppinss/colors": "^4.1.5",
  13854. "@poppinss/dumper": "^0.6.4",
  13855. "@speed-highlight/core": "^1.2.7",
  13856. "cookie": "^1.0.2",
  13857. "youch-core": "^0.3.3"
  13858. }
  13859. },
  13860. "node_modules/youch-core": {
  13861. "version": "0.3.3",
  13862. "license": "MIT",
  13863. "dependencies": {
  13864. "@poppinss/exception": "^1.2.2",
  13865. "error-stack-parser-es": "^1.0.5"
  13866. }
  13867. },
  13868. "node_modules/zip-stream": {
  13869. "version": "6.0.1",
  13870. "license": "MIT",
  13871. "dependencies": {
  13872. "archiver-utils": "^5.0.0",
  13873. "compress-commons": "^6.0.2",
  13874. "readable-stream": "^4.0.0"
  13875. },
  13876. "engines": {
  13877. "node": ">= 14"
  13878. }
  13879. },
  13880. "node_modules/zod": {
  13881. "version": "4.1.12",
  13882. "license": "MIT",
  13883. "peer": true,
  13884. "funding": {
  13885. "url": "https://github.com/sponsors/colinhacks"
  13886. }
  13887. }
  13888. }
  13889. }