package-lock.json 425 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879118801188111882118831188411885118861188711888
  1. {
  2. "name": "ruoyi-react",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "ruoyi-react",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@ant-design/nextjs-registry": "^1.1.0",
  12. "@ant-design/plots": "^2.6.3",
  13. "@ant-design/pro-components": "^2.8.10",
  14. "@ant-design/v5-patch-for-react-19": "^1.0.3",
  15. "@emotion/css": "^11.13.5",
  16. "@fortawesome/fontawesome-svg-core": "^7.0.0",
  17. "@fortawesome/free-solid-svg-icons": "^7.0.0",
  18. "@fortawesome/react-fontawesome": "^0.2.3",
  19. "@sbzen/re-cron": "^2.0.7",
  20. "@types/three": "^0.179.0",
  21. "@uiw/react-md-editor": "^4.0.8",
  22. "antd": "^5.26.7",
  23. "chart.js": "^4.5.0",
  24. "class-variance-authority": "^0.7.1",
  25. "clsx": "^2.1.1",
  26. "cookies-next": "^6.1.0",
  27. "echarts": "^5.0.0",
  28. "echarts-for-react": "^3.0.2",
  29. "geist": "^1.4.2",
  30. "jsencrypt": "^3.3.2",
  31. "leaflet": "^1.9.4",
  32. "lucide-react": "^0.537.0",
  33. "next": "15.4.6",
  34. "react": "19.1.0",
  35. "react-chartjs-2": "^5.3.0",
  36. "react-countup": "^6.5.3",
  37. "react-d3-speedometer": "^3.1.1",
  38. "react-dom": "19.1.0",
  39. "react-leaflet": "^5.0.0",
  40. "react-spinners": "^0.17.0",
  41. "sass": "^1.90.0",
  42. "tailwind-merge": "^3.3.1",
  43. "three": "^0.179.1"
  44. },
  45. "devDependencies": {
  46. "@eslint/eslintrc": "^3",
  47. "@tailwindcss/postcss": "^4",
  48. "@types/leaflet": "^1.9.20",
  49. "@types/node": "^20",
  50. "@types/react": "^19",
  51. "@types/react-dom": "^19",
  52. "eslint": "^9",
  53. "eslint-config-next": "^15.4.6",
  54. "tailwindcss": "^4",
  55. "tw-animate-css": "^1.3.6",
  56. "typescript": "^5"
  57. }
  58. },
  59. "node_modules/@alloc/quick-lru": {
  60. "version": "5.2.0",
  61. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  62. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  63. "dev": true,
  64. "license": "MIT",
  65. "engines": {
  66. "node": ">=10"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/sindresorhus"
  70. }
  71. },
  72. "node_modules/@ampproject/remapping": {
  73. "version": "2.3.0",
  74. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  75. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  76. "dev": true,
  77. "license": "Apache-2.0",
  78. "dependencies": {
  79. "@jridgewell/gen-mapping": "^0.3.5",
  80. "@jridgewell/trace-mapping": "^0.3.24"
  81. },
  82. "engines": {
  83. "node": ">=6.0.0"
  84. }
  85. },
  86. "node_modules/@ant-design/charts-util": {
  87. "version": "0.0.2",
  88. "resolved": "https://registry.npmmirror.com/@ant-design/charts-util/-/charts-util-0.0.2.tgz",
  89. "integrity": "sha512-JuThvtHE8R3PldXzTkL3bmmFf0HVhih49CYinRrkwgovOmvDYaaKHnI53EWJbW8n4Ndcyy8jiZTSkoxcjGS6Zg==",
  90. "license": "MIT",
  91. "dependencies": {
  92. "lodash": "^4.17.21"
  93. },
  94. "peerDependencies": {
  95. "react": ">=16.8.4",
  96. "react-dom": ">=16.8.4"
  97. }
  98. },
  99. "node_modules/@ant-design/colors": {
  100. "version": "7.2.1",
  101. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-7.2.1.tgz",
  102. "integrity": "sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==",
  103. "license": "MIT",
  104. "dependencies": {
  105. "@ant-design/fast-color": "^2.0.6"
  106. }
  107. },
  108. "node_modules/@ant-design/cssinjs": {
  109. "version": "1.24.0",
  110. "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs/-/cssinjs-1.24.0.tgz",
  111. "integrity": "sha512-K4cYrJBsgvL+IoozUXYjbT6LHHNt+19a9zkvpBPxLjFHas1UpPM2A5MlhROb0BT8N8WoavM5VsP9MeSeNK/3mg==",
  112. "license": "MIT",
  113. "dependencies": {
  114. "@babel/runtime": "^7.11.1",
  115. "@emotion/hash": "^0.8.0",
  116. "@emotion/unitless": "^0.7.5",
  117. "classnames": "^2.3.1",
  118. "csstype": "^3.1.3",
  119. "rc-util": "^5.35.0",
  120. "stylis": "^4.3.4"
  121. },
  122. "peerDependencies": {
  123. "react": ">=16.0.0",
  124. "react-dom": ">=16.0.0"
  125. }
  126. },
  127. "node_modules/@ant-design/cssinjs-utils": {
  128. "version": "1.1.3",
  129. "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.3.tgz",
  130. "integrity": "sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==",
  131. "license": "MIT",
  132. "dependencies": {
  133. "@ant-design/cssinjs": "^1.21.0",
  134. "@babel/runtime": "^7.23.2",
  135. "rc-util": "^5.38.0"
  136. },
  137. "peerDependencies": {
  138. "react": ">=16.9.0",
  139. "react-dom": ">=16.9.0"
  140. }
  141. },
  142. "node_modules/@ant-design/fast-color": {
  143. "version": "2.0.6",
  144. "resolved": "https://registry.npmmirror.com/@ant-design/fast-color/-/fast-color-2.0.6.tgz",
  145. "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==",
  146. "license": "MIT",
  147. "dependencies": {
  148. "@babel/runtime": "^7.24.7"
  149. },
  150. "engines": {
  151. "node": ">=8.x"
  152. }
  153. },
  154. "node_modules/@ant-design/icons": {
  155. "version": "5.6.1",
  156. "resolved": "https://registry.npmmirror.com/@ant-design/icons/-/icons-5.6.1.tgz",
  157. "integrity": "sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==",
  158. "license": "MIT",
  159. "dependencies": {
  160. "@ant-design/colors": "^7.0.0",
  161. "@ant-design/icons-svg": "^4.4.0",
  162. "@babel/runtime": "^7.24.8",
  163. "classnames": "^2.2.6",
  164. "rc-util": "^5.31.1"
  165. },
  166. "engines": {
  167. "node": ">=8"
  168. },
  169. "peerDependencies": {
  170. "react": ">=16.0.0",
  171. "react-dom": ">=16.0.0"
  172. }
  173. },
  174. "node_modules/@ant-design/icons-svg": {
  175. "version": "4.4.2",
  176. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  177. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  178. "license": "MIT"
  179. },
  180. "node_modules/@ant-design/nextjs-registry": {
  181. "version": "1.1.0",
  182. "resolved": "https://registry.npmmirror.com/@ant-design/nextjs-registry/-/nextjs-registry-1.1.0.tgz",
  183. "integrity": "sha512-zZ9SKyqTHonUK7l/z/ixpVx0LSnZTlIqYFOccSDI7jx7ojCMTGxzkl3ugGWPPh8xPYDsVxqzwJZBic84H7LgLw==",
  184. "license": "MIT",
  185. "peerDependencies": {
  186. "@ant-design/cssinjs": "^1.24.0",
  187. "antd": "^5.0.0",
  188. "next": "^14.0.0 || ^15.0.0",
  189. "react": ">=16.0.0",
  190. "react-dom": ">=16.0.0"
  191. }
  192. },
  193. "node_modules/@ant-design/plots": {
  194. "version": "2.6.3",
  195. "resolved": "https://registry.npmmirror.com/@ant-design/plots/-/plots-2.6.3.tgz",
  196. "integrity": "sha512-9V6QND7QESzAlPu5bE56xTlUi2ctfDkdRiNY8SgG5/IW8InqW9SFfhO0sW5mIpTslsI8o/MgmysnSWED8h6adg==",
  197. "license": "MIT",
  198. "dependencies": {
  199. "@ant-design/charts-util": "0.0.2",
  200. "@antv/event-emitter": "^0.1.3",
  201. "@antv/g": "^6.1.7",
  202. "@antv/g2": "^5.2.7",
  203. "@antv/g2-extension-plot": "^0.2.1",
  204. "lodash": "^4.17.21"
  205. },
  206. "peerDependencies": {
  207. "react": ">=16.8.4",
  208. "react-dom": ">=16.8.4"
  209. }
  210. },
  211. "node_modules/@ant-design/pro-card": {
  212. "version": "2.10.0",
  213. "resolved": "https://registry.npmmirror.com/@ant-design/pro-card/-/pro-card-2.10.0.tgz",
  214. "integrity": "sha512-sLONn1odmE0Wkbse8pol4WiaEzBV8JU5s3FAMflPpycfUcbSaa1ktXzQ7LCo2SAvOS7gkfmpFjBPtrfbigKh4g==",
  215. "license": "MIT",
  216. "dependencies": {
  217. "@ant-design/cssinjs": "^1.21.1",
  218. "@ant-design/icons": "^5.0.0",
  219. "@ant-design/pro-provider": "2.16.2",
  220. "@ant-design/pro-utils": "2.18.0",
  221. "@babel/runtime": "^7.18.0",
  222. "classnames": "^2.3.2",
  223. "rc-resize-observer": "^1.0.0",
  224. "rc-util": "^5.4.0"
  225. },
  226. "peerDependencies": {
  227. "antd": "^4.24.15 || ^5.11.2",
  228. "react": ">=17.0.0"
  229. }
  230. },
  231. "node_modules/@ant-design/pro-components": {
  232. "version": "2.8.10",
  233. "resolved": "https://registry.npmmirror.com/@ant-design/pro-components/-/pro-components-2.8.10.tgz",
  234. "integrity": "sha512-QHnnIXdmC5GTAtm6i8eeJy5yT9npPlFyxpDm+duiDrTRKRFaAQBduArxlH3DA/hoRCCypzPONxfK9BQNIhIyZA==",
  235. "license": "MIT",
  236. "dependencies": {
  237. "@ant-design/pro-card": "2.10.0",
  238. "@ant-design/pro-descriptions": "2.6.10",
  239. "@ant-design/pro-field": "3.1.0",
  240. "@ant-design/pro-form": "2.32.0",
  241. "@ant-design/pro-layout": "7.22.7",
  242. "@ant-design/pro-list": "2.6.10",
  243. "@ant-design/pro-provider": "2.16.2",
  244. "@ant-design/pro-skeleton": "2.2.1",
  245. "@ant-design/pro-table": "3.21.0",
  246. "@ant-design/pro-utils": "2.18.0",
  247. "@babel/runtime": "^7.16.3"
  248. },
  249. "peerDependencies": {
  250. "antd": "^4.24.15 || ^5.11.2",
  251. "react": ">=17.0.0",
  252. "react-dom": ">=17.0.0"
  253. }
  254. },
  255. "node_modules/@ant-design/pro-descriptions": {
  256. "version": "2.6.10",
  257. "resolved": "https://registry.npmmirror.com/@ant-design/pro-descriptions/-/pro-descriptions-2.6.10.tgz",
  258. "integrity": "sha512-+4MbiOfumnWlW0Awm4m8JML5o3lR649FD24AaivCmr8BQvIAAXdTITnDMXEg8BqvdP4KOvNsStZrvYfqoev33A==",
  259. "license": "MIT",
  260. "dependencies": {
  261. "@ant-design/pro-field": "3.1.0",
  262. "@ant-design/pro-form": "2.32.0",
  263. "@ant-design/pro-provider": "2.16.2",
  264. "@ant-design/pro-skeleton": "2.2.1",
  265. "@ant-design/pro-utils": "2.18.0",
  266. "@babel/runtime": "^7.18.0",
  267. "rc-resize-observer": "^0.2.3",
  268. "rc-util": "^5.0.6"
  269. },
  270. "peerDependencies": {
  271. "antd": "^4.24.15 || ^5.11.2",
  272. "react": ">=17.0.0"
  273. }
  274. },
  275. "node_modules/@ant-design/pro-descriptions/node_modules/rc-resize-observer": {
  276. "version": "0.2.6",
  277. "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-0.2.6.tgz",
  278. "integrity": "sha512-YX6nYnd6fk7zbuvT6oSDMKiZjyngjHoy+fz+vL3Tez38d/G5iGdaDJa2yE7345G6sc4Mm1IGRUIwclvltddhmA==",
  279. "license": "MIT",
  280. "dependencies": {
  281. "@babel/runtime": "^7.10.1",
  282. "classnames": "^2.2.1",
  283. "rc-util": "^5.0.0",
  284. "resize-observer-polyfill": "^1.5.1"
  285. },
  286. "peerDependencies": {
  287. "react": ">=16.9.0",
  288. "react-dom": ">=16.9.0"
  289. }
  290. },
  291. "node_modules/@ant-design/pro-field": {
  292. "version": "3.1.0",
  293. "resolved": "https://registry.npmmirror.com/@ant-design/pro-field/-/pro-field-3.1.0.tgz",
  294. "integrity": "sha512-+Dgp31WjD+iwg9KIRAMgNkfQivkJKMcYBrIBmho1e8ep/O0HgWSp48g70tBIWi/Lfem/Ky2schF7O8XCFouczw==",
  295. "license": "MIT",
  296. "dependencies": {
  297. "@ant-design/icons": "^5.0.0",
  298. "@ant-design/pro-provider": "2.16.2",
  299. "@ant-design/pro-utils": "2.18.0",
  300. "@babel/runtime": "^7.18.0",
  301. "@chenshuai2144/sketch-color": "^1.0.8",
  302. "classnames": "^2.3.2",
  303. "dayjs": "^1.11.10",
  304. "lodash": "^4.17.21",
  305. "lodash-es": "^4.17.21",
  306. "rc-util": "^5.4.0",
  307. "swr": "^2.0.0"
  308. },
  309. "peerDependencies": {
  310. "antd": "^4.24.15 || ^5.11.2",
  311. "react": ">=17.0.0"
  312. }
  313. },
  314. "node_modules/@ant-design/pro-form": {
  315. "version": "2.32.0",
  316. "resolved": "https://registry.npmmirror.com/@ant-design/pro-form/-/pro-form-2.32.0.tgz",
  317. "integrity": "sha512-GZnVAMeYv+YHJb17lJ7rX5PYuQPvEA6EotQnPbHi9tGLN3PfexcAd21rqzuO+OrulU2x7TEMDIxtY9MzvvOGbg==",
  318. "license": "MIT",
  319. "dependencies": {
  320. "@ant-design/icons": "^5.0.0",
  321. "@ant-design/pro-field": "3.1.0",
  322. "@ant-design/pro-provider": "2.16.2",
  323. "@ant-design/pro-utils": "2.18.0",
  324. "@babel/runtime": "^7.18.0",
  325. "@chenshuai2144/sketch-color": "^1.0.7",
  326. "@umijs/use-params": "^1.0.9",
  327. "classnames": "^2.3.2",
  328. "dayjs": "^1.11.10",
  329. "lodash": "^4.17.21",
  330. "lodash-es": "^4.17.21",
  331. "rc-resize-observer": "^1.1.0",
  332. "rc-util": "^5.0.6"
  333. },
  334. "peerDependencies": {
  335. "antd": "^4.24.15 || ^5.11.2",
  336. "rc-field-form": ">=1.22.0",
  337. "react": ">=17.0.0",
  338. "react-dom": ">=17.0.0"
  339. }
  340. },
  341. "node_modules/@ant-design/pro-layout": {
  342. "version": "7.22.7",
  343. "resolved": "https://registry.npmmirror.com/@ant-design/pro-layout/-/pro-layout-7.22.7.tgz",
  344. "integrity": "sha512-fvmtNA1r9SaasVIQIQt611VSlNxtVxDbQ3e+1GhYQza3tVJi/3gCZuDyfMfTnbLmf3PaW/YvLkn7MqDbzAzoLA==",
  345. "license": "MIT",
  346. "dependencies": {
  347. "@ant-design/cssinjs": "^1.21.1",
  348. "@ant-design/icons": "^5.0.0",
  349. "@ant-design/pro-provider": "2.16.2",
  350. "@ant-design/pro-utils": "2.18.0",
  351. "@babel/runtime": "^7.18.0",
  352. "@umijs/route-utils": "^4.0.0",
  353. "@umijs/use-params": "^1.0.9",
  354. "classnames": "^2.3.2",
  355. "lodash": "^4.17.21",
  356. "lodash-es": "^4.17.21",
  357. "path-to-regexp": "8.2.0",
  358. "rc-resize-observer": "^1.1.0",
  359. "rc-util": "^5.0.6",
  360. "swr": "^2.0.0",
  361. "warning": "^4.0.3"
  362. },
  363. "peerDependencies": {
  364. "antd": "^4.24.15 || ^5.11.2",
  365. "react": ">=17.0.0",
  366. "react-dom": ">=17.0.0"
  367. }
  368. },
  369. "node_modules/@ant-design/pro-list": {
  370. "version": "2.6.10",
  371. "resolved": "https://registry.npmmirror.com/@ant-design/pro-list/-/pro-list-2.6.10.tgz",
  372. "integrity": "sha512-xSWwnqCr+hPEYR4qY7nFUaxO5RQBxNlFaPNmobP2i+Im31slk9JuAusgWeIYO0mNhLJuLbxd8CCma2AZij3fBQ==",
  373. "license": "MIT",
  374. "dependencies": {
  375. "@ant-design/cssinjs": "^1.21.1",
  376. "@ant-design/icons": "^5.0.0",
  377. "@ant-design/pro-card": "2.10.0",
  378. "@ant-design/pro-field": "3.1.0",
  379. "@ant-design/pro-table": "3.21.0",
  380. "@ant-design/pro-utils": "2.18.0",
  381. "@babel/runtime": "^7.18.0",
  382. "classnames": "^2.3.2",
  383. "dayjs": "^1.11.10",
  384. "rc-resize-observer": "^1.0.0",
  385. "rc-util": "^4.19.0"
  386. },
  387. "peerDependencies": {
  388. "antd": "^4.24.15 || ^5.11.2",
  389. "react": ">=17.0.0",
  390. "react-dom": ">=17.0.0"
  391. }
  392. },
  393. "node_modules/@ant-design/pro-list/node_modules/rc-util": {
  394. "version": "4.21.1",
  395. "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-4.21.1.tgz",
  396. "integrity": "sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg==",
  397. "license": "MIT",
  398. "dependencies": {
  399. "add-dom-event-listener": "^1.1.0",
  400. "prop-types": "^15.5.10",
  401. "react-is": "^16.12.0",
  402. "react-lifecycles-compat": "^3.0.4",
  403. "shallowequal": "^1.1.0"
  404. }
  405. },
  406. "node_modules/@ant-design/pro-provider": {
  407. "version": "2.16.2",
  408. "resolved": "https://registry.npmmirror.com/@ant-design/pro-provider/-/pro-provider-2.16.2.tgz",
  409. "integrity": "sha512-0KmCH1EaOND787Jz6VRMYtLNZmqfT0JPjdUfxhyOxFfnBRfrjyfZgIa6CQoAJLEUMWv57PccWS8wRHVUUk2Yiw==",
  410. "license": "MIT",
  411. "dependencies": {
  412. "@ant-design/cssinjs": "^1.21.1",
  413. "@babel/runtime": "^7.18.0",
  414. "@ctrl/tinycolor": "^3.4.0",
  415. "dayjs": "^1.11.10",
  416. "rc-util": "^5.0.1",
  417. "swr": "^2.0.0"
  418. },
  419. "peerDependencies": {
  420. "antd": "^4.24.15 || ^5.11.2",
  421. "react": ">=17.0.0",
  422. "react-dom": ">=17.0.0"
  423. }
  424. },
  425. "node_modules/@ant-design/pro-skeleton": {
  426. "version": "2.2.1",
  427. "resolved": "https://registry.npmmirror.com/@ant-design/pro-skeleton/-/pro-skeleton-2.2.1.tgz",
  428. "integrity": "sha512-3M2jNOZQZWEDR8pheY00OkHREfb0rquvFZLCa6DypGmiksiuuYuR9Y4iA82ZF+mva2FmpHekdwbje/GpbxqBeg==",
  429. "license": "MIT",
  430. "dependencies": {
  431. "@babel/runtime": "^7.18.0"
  432. },
  433. "peerDependencies": {
  434. "antd": "^4.24.15 || ^5.11.2",
  435. "react": ">=17.0.0",
  436. "react-dom": ">=17.0.0"
  437. }
  438. },
  439. "node_modules/@ant-design/pro-table": {
  440. "version": "3.21.0",
  441. "resolved": "https://registry.npmmirror.com/@ant-design/pro-table/-/pro-table-3.21.0.tgz",
  442. "integrity": "sha512-sI81d3FYRv5sXamUc+M5CsHZ9CchuUQgOAPzo5H4oPAVL5h+mkYGRsBzPsxQX7khTNpWjrAtPoRm5ipx3vvWog==",
  443. "license": "MIT",
  444. "dependencies": {
  445. "@ant-design/cssinjs": "^1.21.1",
  446. "@ant-design/icons": "^5.0.0",
  447. "@ant-design/pro-card": "2.10.0",
  448. "@ant-design/pro-field": "3.1.0",
  449. "@ant-design/pro-form": "2.32.0",
  450. "@ant-design/pro-provider": "2.16.2",
  451. "@ant-design/pro-utils": "2.18.0",
  452. "@babel/runtime": "^7.18.0",
  453. "@dnd-kit/core": "^6.0.8",
  454. "@dnd-kit/modifiers": "^6.0.1",
  455. "@dnd-kit/sortable": "^7.0.2",
  456. "@dnd-kit/utilities": "^3.2.1",
  457. "classnames": "^2.3.2",
  458. "dayjs": "^1.11.10",
  459. "lodash": "^4.17.21",
  460. "lodash-es": "^4.17.21",
  461. "rc-resize-observer": "^1.0.0",
  462. "rc-util": "^5.0.1"
  463. },
  464. "peerDependencies": {
  465. "antd": "^4.24.15 || ^5.11.2",
  466. "rc-field-form": ">=1.22.0",
  467. "react": ">=17.0.0",
  468. "react-dom": ">=17.0.0"
  469. }
  470. },
  471. "node_modules/@ant-design/pro-utils": {
  472. "version": "2.18.0",
  473. "resolved": "https://registry.npmmirror.com/@ant-design/pro-utils/-/pro-utils-2.18.0.tgz",
  474. "integrity": "sha512-8+ikyrN8L8a8Ph4oeHTOJEiranTj18+9+WHCHjKNdEfukI7Rjn8xpYdLJWb2AUJkb9d4eoAqjd5+k+7w81Df0w==",
  475. "license": "MIT",
  476. "dependencies": {
  477. "@ant-design/icons": "^5.0.0",
  478. "@ant-design/pro-provider": "2.16.2",
  479. "@babel/runtime": "^7.18.0",
  480. "classnames": "^2.3.2",
  481. "dayjs": "^1.11.10",
  482. "lodash": "^4.17.21",
  483. "lodash-es": "^4.17.21",
  484. "rc-util": "^5.0.6",
  485. "safe-stable-stringify": "^2.4.3",
  486. "swr": "^2.0.0"
  487. },
  488. "peerDependencies": {
  489. "antd": "^4.24.15 || ^5.11.2",
  490. "react": ">=17.0.0",
  491. "react-dom": ">=17.0.0"
  492. }
  493. },
  494. "node_modules/@ant-design/react-slick": {
  495. "version": "1.1.2",
  496. "resolved": "https://registry.npmmirror.com/@ant-design/react-slick/-/react-slick-1.1.2.tgz",
  497. "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==",
  498. "license": "MIT",
  499. "dependencies": {
  500. "@babel/runtime": "^7.10.4",
  501. "classnames": "^2.2.5",
  502. "json2mq": "^0.2.0",
  503. "resize-observer-polyfill": "^1.5.1",
  504. "throttle-debounce": "^5.0.0"
  505. },
  506. "peerDependencies": {
  507. "react": ">=16.9.0"
  508. }
  509. },
  510. "node_modules/@ant-design/v5-patch-for-react-19": {
  511. "version": "1.0.3",
  512. "resolved": "https://registry.npmmirror.com/@ant-design/v5-patch-for-react-19/-/v5-patch-for-react-19-1.0.3.tgz",
  513. "integrity": "sha512-iWfZuSUl5kuhqLUw7jJXUQFMMkM7XpW7apmKzQBQHU0cpifYW4A79xIBt9YVO5IBajKpPG5UKP87Ft7Yrw1p/w==",
  514. "license": "MIT",
  515. "engines": {
  516. "node": ">=12.x"
  517. },
  518. "peerDependencies": {
  519. "antd": ">=5.22.6",
  520. "react": ">=19.0.0",
  521. "react-dom": ">=19.0.0"
  522. }
  523. },
  524. "node_modules/@antv/component": {
  525. "version": "2.1.5",
  526. "resolved": "https://registry.npmmirror.com/@antv/component/-/component-2.1.5.tgz",
  527. "integrity": "sha512-+Pqu6CLkGTvYZw+UQK03B/yiR0h2Zu65tyUGUQkNuPv49Zwe4WqDZqqu94bqT1F07OAAVjeXLCTvhBb954DLXQ==",
  528. "license": "MIT",
  529. "dependencies": {
  530. "@antv/g": "^6.1.11",
  531. "@antv/scale": "^0.4.16",
  532. "@antv/util": "^3.3.10",
  533. "svg-path-parser": "^1.1.0"
  534. }
  535. },
  536. "node_modules/@antv/coord": {
  537. "version": "0.4.7",
  538. "resolved": "https://registry.npmmirror.com/@antv/coord/-/coord-0.4.7.tgz",
  539. "integrity": "sha512-UTbrMLhwJUkKzqJx5KFnSRpU3BqrdLORJbwUbHK2zHSCT3q3bjcFA//ZYLVfIlwqFDXp/hzfMyRtp0c77A9ZVA==",
  540. "license": "MIT",
  541. "dependencies": {
  542. "@antv/scale": "^0.4.12",
  543. "@antv/util": "^2.0.13",
  544. "gl-matrix": "^3.4.3"
  545. }
  546. },
  547. "node_modules/@antv/coord/node_modules/@antv/util": {
  548. "version": "2.0.17",
  549. "resolved": "https://registry.npmmirror.com/@antv/util/-/util-2.0.17.tgz",
  550. "integrity": "sha512-o6I9hi5CIUvLGDhth0RxNSFDRwXeywmt6ExR4+RmVAzIi48ps6HUy+svxOCayvrPBN37uE6TAc2KDofRo0nK9Q==",
  551. "license": "ISC",
  552. "dependencies": {
  553. "csstype": "^3.0.8",
  554. "tslib": "^2.0.3"
  555. }
  556. },
  557. "node_modules/@antv/event-emitter": {
  558. "version": "0.1.3",
  559. "resolved": "https://registry.npmmirror.com/@antv/event-emitter/-/event-emitter-0.1.3.tgz",
  560. "integrity": "sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==",
  561. "license": "MIT"
  562. },
  563. "node_modules/@antv/expr": {
  564. "version": "1.0.2",
  565. "resolved": "https://registry.npmmirror.com/@antv/expr/-/expr-1.0.2.tgz",
  566. "integrity": "sha512-vrfdmPHkTuiS5voVutKl2l06w1ihBh9A8SFdQPEE+2KMVpkymzGOF1eWpfkbGZ7tiFE15GodVdhhHomD/hdIwg==",
  567. "license": "MIT"
  568. },
  569. "node_modules/@antv/g": {
  570. "version": "6.1.28",
  571. "resolved": "https://registry.npmmirror.com/@antv/g/-/g-6.1.28.tgz",
  572. "integrity": "sha512-BwavpbKGR4NEJD3BtVxfBFjCcxy5gsWoUNnBisfG1qfjhGTt7QvUYHFH46+mHJjHMIdYjuFw2T0ZYVtxBddxSg==",
  573. "license": "MIT",
  574. "dependencies": {
  575. "@antv/g-camera-api": "2.0.41",
  576. "@antv/g-dom-mutation-observer-api": "2.0.38",
  577. "@antv/g-lite": "2.3.2",
  578. "@antv/g-web-animations-api": "2.1.28",
  579. "@babel/runtime": "^7.25.6"
  580. }
  581. },
  582. "node_modules/@antv/g-camera-api": {
  583. "version": "2.0.41",
  584. "resolved": "https://registry.npmmirror.com/@antv/g-camera-api/-/g-camera-api-2.0.41.tgz",
  585. "integrity": "sha512-dF52/wpzHDKi7ZzPlaHurEjWrF9aBKL2udDwQkEeVtfkJ0DHaavr3BAvhuGhtHoecRYQJvpzP1OkGNDLQJQQlw==",
  586. "license": "MIT",
  587. "dependencies": {
  588. "@antv/g-lite": "2.3.2",
  589. "@antv/util": "^3.3.5",
  590. "@babel/runtime": "^7.25.6",
  591. "gl-matrix": "^3.4.3",
  592. "tslib": "^2.5.3"
  593. }
  594. },
  595. "node_modules/@antv/g-canvas": {
  596. "version": "2.0.48",
  597. "resolved": "https://registry.npmmirror.com/@antv/g-canvas/-/g-canvas-2.0.48.tgz",
  598. "integrity": "sha512-P98cTLRbKbCAcUVgHqMjKcvOany6nR7wvt+g+sazIfKSMUCWgjLTOjlLezux2up3At29mt80StaV2AR3d61YQA==",
  599. "license": "MIT",
  600. "dependencies": {
  601. "@antv/g-lite": "2.3.2",
  602. "@antv/g-plugin-canvas-path-generator": "2.1.22",
  603. "@antv/g-plugin-canvas-picker": "2.1.27",
  604. "@antv/g-plugin-canvas-renderer": "2.3.3",
  605. "@antv/g-plugin-dom-interaction": "2.1.27",
  606. "@antv/g-plugin-html-renderer": "2.1.27",
  607. "@antv/g-plugin-image-loader": "2.1.26",
  608. "@antv/util": "^3.3.5",
  609. "@babel/runtime": "^7.25.6",
  610. "tslib": "^2.5.3"
  611. }
  612. },
  613. "node_modules/@antv/g-dom-mutation-observer-api": {
  614. "version": "2.0.38",
  615. "resolved": "https://registry.npmmirror.com/@antv/g-dom-mutation-observer-api/-/g-dom-mutation-observer-api-2.0.38.tgz",
  616. "integrity": "sha512-xzgbt8GUOiToBeDVv+jmGkDE+HtI9tD6uO8TirJbCya88DKcY/jurQALq0NdWKgMJLn7WPiUKyDwHWimwQcBJw==",
  617. "license": "MIT",
  618. "dependencies": {
  619. "@antv/g-lite": "2.3.2",
  620. "@babel/runtime": "^7.25.6"
  621. }
  622. },
  623. "node_modules/@antv/g-lite": {
  624. "version": "2.3.2",
  625. "resolved": "https://registry.npmmirror.com/@antv/g-lite/-/g-lite-2.3.2.tgz",
  626. "integrity": "sha512-fkIxRoqLOGsNPwsp26bPp58cPWuX3E4wQ9cfkB/DHy5LtLrPpvOwHWB3+MBPgZwzk8jTTjchiXa756ZFOAWyQQ==",
  627. "license": "MIT",
  628. "dependencies": {
  629. "@antv/g-math": "3.0.1",
  630. "@antv/util": "^3.3.5",
  631. "@antv/vendor": "^1.0.3",
  632. "@babel/runtime": "^7.25.6",
  633. "eventemitter3": "^5.0.1",
  634. "gl-matrix": "^3.4.3",
  635. "rbush": "^3.0.1",
  636. "tslib": "^2.5.3"
  637. }
  638. },
  639. "node_modules/@antv/g-math": {
  640. "version": "3.0.1",
  641. "resolved": "https://registry.npmmirror.com/@antv/g-math/-/g-math-3.0.1.tgz",
  642. "integrity": "sha512-FvkDBNRpj+HsLINunrL2PW0OlG368MlpHuihbxleuajGim5kra8tgISwCLmAf8Yz2b1CgZ9PvpohqiLzHS7HLg==",
  643. "license": "MIT",
  644. "dependencies": {
  645. "@antv/util": "^3.3.5",
  646. "@babel/runtime": "^7.25.6",
  647. "gl-matrix": "^3.4.3",
  648. "tslib": "^2.5.3"
  649. }
  650. },
  651. "node_modules/@antv/g-plugin-canvas-path-generator": {
  652. "version": "2.1.22",
  653. "resolved": "https://registry.npmmirror.com/@antv/g-plugin-canvas-path-generator/-/g-plugin-canvas-path-generator-2.1.22.tgz",
  654. "integrity": "sha512-Z0IawzTGgTppa9IpkNNKsqgoU89oOjUsiU8GZZlkDkUggQTHP0wOxTeLAb43YgClx3aTI3bRs44uMQutNdSVxw==",
  655. "license": "MIT",
  656. "dependencies": {
  657. "@antv/g-lite": "2.3.2",
  658. "@antv/g-math": "3.0.1",
  659. "@antv/util": "^3.3.5",
  660. "@babel/runtime": "^7.25.6",
  661. "tslib": "^2.5.3"
  662. }
  663. },
  664. "node_modules/@antv/g-plugin-canvas-picker": {
  665. "version": "2.1.27",
  666. "resolved": "https://registry.npmmirror.com/@antv/g-plugin-canvas-picker/-/g-plugin-canvas-picker-2.1.27.tgz",
  667. "integrity": "sha512-DHQ0YLYNXAm6O63pW6nKs/R0fuqlUYfehNs/EtzrmqyUkKASd/Vhs4HLNeHTMUdBMgg41T+x5qay0GGttK4Xdw==",
  668. "license": "MIT",
  669. "dependencies": {
  670. "@antv/g-lite": "2.3.2",
  671. "@antv/g-math": "3.0.1",
  672. "@antv/g-plugin-canvas-path-generator": "2.1.22",
  673. "@antv/g-plugin-canvas-renderer": "2.3.3",
  674. "@antv/util": "^3.3.5",
  675. "@babel/runtime": "^7.25.6",
  676. "gl-matrix": "^3.4.3",
  677. "tslib": "^2.5.3"
  678. }
  679. },
  680. "node_modules/@antv/g-plugin-canvas-renderer": {
  681. "version": "2.3.3",
  682. "resolved": "https://registry.npmmirror.com/@antv/g-plugin-canvas-renderer/-/g-plugin-canvas-renderer-2.3.3.tgz",
  683. "integrity": "sha512-d6JkZy1YmLnvI9wsbO8QVpBz7z7tl6JRQkF5hx9XLDtf2fD4n83KINeMq13skiNwaiudS771WWiBtfzUHB73pQ==",
  684. "license": "MIT",
  685. "dependencies": {
  686. "@antv/g-lite": "2.3.2",
  687. "@antv/g-math": "3.0.1",
  688. "@antv/g-plugin-canvas-path-generator": "2.1.22",
  689. "@antv/g-plugin-image-loader": "2.1.26",
  690. "@antv/util": "^3.3.5",
  691. "@babel/runtime": "^7.25.6",
  692. "gl-matrix": "^3.4.3",
  693. "tslib": "^2.5.3"
  694. }
  695. },
  696. "node_modules/@antv/g-plugin-dom-interaction": {
  697. "version": "2.1.27",
  698. "resolved": "https://registry.npmmirror.com/@antv/g-plugin-dom-interaction/-/g-plugin-dom-interaction-2.1.27.tgz",
  699. "integrity": "sha512-hltVZZH+bj0uXmGSR+6BIwhCFYyHmDIQi3vrj/Wn1Dn6PgufvMCXfjr3DfmkQnY+FFP8ZCpg5N9MaE0BE9OddA==",
  700. "license": "MIT",
  701. "dependencies": {
  702. "@antv/g-lite": "2.3.2",
  703. "@babel/runtime": "^7.25.6",
  704. "tslib": "^2.5.3"
  705. }
  706. },
  707. "node_modules/@antv/g-plugin-dragndrop": {
  708. "version": "2.0.38",
  709. "resolved": "https://registry.npmmirror.com/@antv/g-plugin-dragndrop/-/g-plugin-dragndrop-2.0.38.tgz",
  710. "integrity": "sha512-yCef5ER759i0WpuOekFQ+AcDTu0N/COMbkPOG6YuswVnhQH447GUpuNm7Le+Mq26qONlXTDyjxuMHoUOWwJ7Cw==",
  711. "license": "MIT",
  712. "dependencies": {
  713. "@antv/g-lite": "2.3.2",
  714. "@antv/util": "^3.3.5",
  715. "@babel/runtime": "^7.25.6",
  716. "tslib": "^2.5.3"
  717. }
  718. },
  719. "node_modules/@antv/g-plugin-html-renderer": {
  720. "version": "2.1.27",
  721. "resolved": "https://registry.npmmirror.com/@antv/g-plugin-html-renderer/-/g-plugin-html-renderer-2.1.27.tgz",
  722. "integrity": "sha512-NnI4GxDBb71o/XZzoRdi0xI3xg7GJmthyO5xP5/MiOFmwJ/jW/QDz17vUonmzUVbCt6upikHV5GyYOaogRqdVg==",
  723. "license": "MIT",
  724. "dependencies": {
  725. "@antv/g-lite": "2.3.2",
  726. "@antv/util": "^3.3.5",
  727. "@babel/runtime": "^7.25.6",
  728. "gl-matrix": "^3.4.3",
  729. "tslib": "^2.5.3"
  730. }
  731. },
  732. "node_modules/@antv/g-plugin-image-loader": {
  733. "version": "2.1.26",
  734. "resolved": "https://registry.npmmirror.com/@antv/g-plugin-image-loader/-/g-plugin-image-loader-2.1.26.tgz",
  735. "integrity": "sha512-AElV0QOX2LAhB3jr9XtvkynntuKhcaU5n7avu5ynM5VoAtMaJRANhCyefA2G3myeJxWcHk4nWDX6u4YMaZnnvw==",
  736. "license": "MIT",
  737. "dependencies": {
  738. "@antv/g-lite": "2.3.2",
  739. "@antv/util": "^3.3.5",
  740. "@babel/runtime": "^7.25.6",
  741. "gl-matrix": "^3.4.3",
  742. "tslib": "^2.5.3"
  743. }
  744. },
  745. "node_modules/@antv/g-web-animations-api": {
  746. "version": "2.1.28",
  747. "resolved": "https://registry.npmmirror.com/@antv/g-web-animations-api/-/g-web-animations-api-2.1.28.tgz",
  748. "integrity": "sha512-V5g8bO2D1hb8fRMMi5hXL/De+1UDRzW3C5EX07oazR0q71GONASP+sVwniZdt9R1HAmJSN5dvW3SqWeU3EEstQ==",
  749. "license": "MIT",
  750. "dependencies": {
  751. "@antv/g-lite": "2.3.2",
  752. "@antv/util": "^3.3.5",
  753. "@babel/runtime": "^7.25.6",
  754. "tslib": "^2.5.3"
  755. }
  756. },
  757. "node_modules/@antv/g2": {
  758. "version": "5.3.5",
  759. "resolved": "https://registry.npmmirror.com/@antv/g2/-/g2-5.3.5.tgz",
  760. "integrity": "sha512-Q2TPfWTf2fMwe02Uqk4Uvgy/RGXpGQXfSMPHKLkwTUh6WrFImpgzU4mHhUewKVu5ppPGGfvlwIbZcHeBnNb5ug==",
  761. "license": "MIT",
  762. "dependencies": {
  763. "@antv/component": "^2.1.3",
  764. "@antv/coord": "^0.4.7",
  765. "@antv/event-emitter": "^0.1.3",
  766. "@antv/expr": "^1.0.2",
  767. "@antv/g": "^6.1.24",
  768. "@antv/g-canvas": "^2.0.43",
  769. "@antv/g-plugin-dragndrop": "^2.0.35",
  770. "@antv/scale": "^0.4.16",
  771. "@antv/util": "^3.3.10",
  772. "@antv/vendor": "^1.0.11",
  773. "flru": "^1.0.2",
  774. "pdfast": "^0.2.0"
  775. }
  776. },
  777. "node_modules/@antv/g2-extension-plot": {
  778. "version": "0.2.2",
  779. "resolved": "https://registry.npmmirror.com/@antv/g2-extension-plot/-/g2-extension-plot-0.2.2.tgz",
  780. "integrity": "sha512-KJXCXO7as+h0hDqirGXf1omrNuYzQmY3VmBmp7lIvkepbQ7sz3pPwy895r1FWETGF3vTk5UeFcAF5yzzBHWgbw==",
  781. "dependencies": {
  782. "@antv/g2": "^5.1.8",
  783. "@antv/util": "^3.3.5",
  784. "@antv/vendor": "^1.0.10"
  785. }
  786. },
  787. "node_modules/@antv/scale": {
  788. "version": "0.4.16",
  789. "resolved": "https://registry.npmmirror.com/@antv/scale/-/scale-0.4.16.tgz",
  790. "integrity": "sha512-5wg/zB5kXHxpTV5OYwJD3ja6R8yTiqIOkjOhmpEJiowkzRlbEC/BOyMvNUq5fqFIHnMCE9woO7+c3zxEQCKPjw==",
  791. "license": "MIT",
  792. "dependencies": {
  793. "@antv/util": "^3.3.7",
  794. "color-string": "^1.5.5",
  795. "fecha": "^4.2.1"
  796. }
  797. },
  798. "node_modules/@antv/util": {
  799. "version": "3.3.11",
  800. "resolved": "https://registry.npmmirror.com/@antv/util/-/util-3.3.11.tgz",
  801. "integrity": "sha512-FII08DFM4ABh2q5rPYdr0hMtKXRgeZazvXaFYCs7J7uTcWDHUhczab2qOCJLNDugoj8jFag1djb7wS9ehaRYBg==",
  802. "license": "MIT",
  803. "dependencies": {
  804. "fast-deep-equal": "^3.1.3",
  805. "gl-matrix": "^3.3.0",
  806. "tslib": "^2.3.1"
  807. }
  808. },
  809. "node_modules/@antv/vendor": {
  810. "version": "1.0.11",
  811. "resolved": "https://registry.npmmirror.com/@antv/vendor/-/vendor-1.0.11.tgz",
  812. "integrity": "sha512-LmhPEQ+aapk3barntaiIxJ5VHno/Tyab2JnfdcPzp5xONh/8VSfed4bo/9xKo5HcUAEydko38vYLfj6lJliLiw==",
  813. "license": "MIT AND ISC",
  814. "dependencies": {
  815. "@types/d3-array": "^3.2.1",
  816. "@types/d3-color": "^3.1.3",
  817. "@types/d3-dispatch": "^3.0.6",
  818. "@types/d3-dsv": "^3.0.7",
  819. "@types/d3-ease": "^3.0.2",
  820. "@types/d3-fetch": "^3.0.7",
  821. "@types/d3-force": "^3.0.10",
  822. "@types/d3-format": "^3.0.4",
  823. "@types/d3-geo": "^3.1.0",
  824. "@types/d3-hierarchy": "^3.1.7",
  825. "@types/d3-interpolate": "^3.0.4",
  826. "@types/d3-path": "^3.1.0",
  827. "@types/d3-quadtree": "^3.0.6",
  828. "@types/d3-random": "^3.0.3",
  829. "@types/d3-scale": "^4.0.9",
  830. "@types/d3-scale-chromatic": "^3.1.0",
  831. "@types/d3-shape": "^3.1.7",
  832. "@types/d3-time": "^3.0.4",
  833. "@types/d3-timer": "^3.0.2",
  834. "d3-array": "^3.2.4",
  835. "d3-color": "^3.1.0",
  836. "d3-dispatch": "^3.0.1",
  837. "d3-dsv": "^3.0.1",
  838. "d3-ease": "^3.0.1",
  839. "d3-fetch": "^3.0.1",
  840. "d3-force": "^3.0.0",
  841. "d3-force-3d": "^3.0.5",
  842. "d3-format": "^3.1.0",
  843. "d3-geo": "^3.1.1",
  844. "d3-geo-projection": "^4.0.0",
  845. "d3-hierarchy": "^3.1.2",
  846. "d3-interpolate": "^3.0.1",
  847. "d3-path": "^3.1.0",
  848. "d3-quadtree": "^3.0.1",
  849. "d3-random": "^3.0.1",
  850. "d3-regression": "^1.3.10",
  851. "d3-scale": "^4.0.2",
  852. "d3-scale-chromatic": "^3.1.0",
  853. "d3-shape": "^3.2.0",
  854. "d3-time": "^3.1.0",
  855. "d3-timer": "^3.0.1"
  856. }
  857. },
  858. "node_modules/@babel/code-frame": {
  859. "version": "7.27.1",
  860. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  861. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  862. "license": "MIT",
  863. "dependencies": {
  864. "@babel/helper-validator-identifier": "^7.27.1",
  865. "js-tokens": "^4.0.0",
  866. "picocolors": "^1.1.1"
  867. },
  868. "engines": {
  869. "node": ">=6.9.0"
  870. }
  871. },
  872. "node_modules/@babel/generator": {
  873. "version": "7.28.0",
  874. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.0.tgz",
  875. "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
  876. "license": "MIT",
  877. "dependencies": {
  878. "@babel/parser": "^7.28.0",
  879. "@babel/types": "^7.28.0",
  880. "@jridgewell/gen-mapping": "^0.3.12",
  881. "@jridgewell/trace-mapping": "^0.3.28",
  882. "jsesc": "^3.0.2"
  883. },
  884. "engines": {
  885. "node": ">=6.9.0"
  886. }
  887. },
  888. "node_modules/@babel/helper-globals": {
  889. "version": "7.28.0",
  890. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  891. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  892. "license": "MIT",
  893. "engines": {
  894. "node": ">=6.9.0"
  895. }
  896. },
  897. "node_modules/@babel/helper-module-imports": {
  898. "version": "7.27.1",
  899. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  900. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  901. "license": "MIT",
  902. "dependencies": {
  903. "@babel/traverse": "^7.27.1",
  904. "@babel/types": "^7.27.1"
  905. },
  906. "engines": {
  907. "node": ">=6.9.0"
  908. }
  909. },
  910. "node_modules/@babel/helper-string-parser": {
  911. "version": "7.27.1",
  912. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  913. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  914. "license": "MIT",
  915. "engines": {
  916. "node": ">=6.9.0"
  917. }
  918. },
  919. "node_modules/@babel/helper-validator-identifier": {
  920. "version": "7.27.1",
  921. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  922. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  923. "license": "MIT",
  924. "engines": {
  925. "node": ">=6.9.0"
  926. }
  927. },
  928. "node_modules/@babel/parser": {
  929. "version": "7.28.0",
  930. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
  931. "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
  932. "license": "MIT",
  933. "dependencies": {
  934. "@babel/types": "^7.28.0"
  935. },
  936. "bin": {
  937. "parser": "bin/babel-parser.js"
  938. },
  939. "engines": {
  940. "node": ">=6.0.0"
  941. }
  942. },
  943. "node_modules/@babel/runtime": {
  944. "version": "7.28.2",
  945. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.2.tgz",
  946. "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==",
  947. "license": "MIT",
  948. "engines": {
  949. "node": ">=6.9.0"
  950. }
  951. },
  952. "node_modules/@babel/template": {
  953. "version": "7.27.2",
  954. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  955. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  956. "license": "MIT",
  957. "dependencies": {
  958. "@babel/code-frame": "^7.27.1",
  959. "@babel/parser": "^7.27.2",
  960. "@babel/types": "^7.27.1"
  961. },
  962. "engines": {
  963. "node": ">=6.9.0"
  964. }
  965. },
  966. "node_modules/@babel/traverse": {
  967. "version": "7.28.0",
  968. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.0.tgz",
  969. "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
  970. "license": "MIT",
  971. "dependencies": {
  972. "@babel/code-frame": "^7.27.1",
  973. "@babel/generator": "^7.28.0",
  974. "@babel/helper-globals": "^7.28.0",
  975. "@babel/parser": "^7.28.0",
  976. "@babel/template": "^7.27.2",
  977. "@babel/types": "^7.28.0",
  978. "debug": "^4.3.1"
  979. },
  980. "engines": {
  981. "node": ">=6.9.0"
  982. }
  983. },
  984. "node_modules/@babel/types": {
  985. "version": "7.28.2",
  986. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.2.tgz",
  987. "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
  988. "license": "MIT",
  989. "dependencies": {
  990. "@babel/helper-string-parser": "^7.27.1",
  991. "@babel/helper-validator-identifier": "^7.27.1"
  992. },
  993. "engines": {
  994. "node": ">=6.9.0"
  995. }
  996. },
  997. "node_modules/@chenshuai2144/sketch-color": {
  998. "version": "1.0.9",
  999. "resolved": "https://registry.npmmirror.com/@chenshuai2144/sketch-color/-/sketch-color-1.0.9.tgz",
  1000. "integrity": "sha512-obzSy26cb7Pm7OprWyVpgMpIlrZpZ0B7vbrU0RMbvRg0YAI890S5Xy02Aj1Nhl4+KTbi1lVYHt6HQP8Hm9s+1w==",
  1001. "license": "MIT",
  1002. "dependencies": {
  1003. "reactcss": "^1.2.3",
  1004. "tinycolor2": "^1.4.2"
  1005. },
  1006. "peerDependencies": {
  1007. "react": ">=16.12.0"
  1008. }
  1009. },
  1010. "node_modules/@ctrl/tinycolor": {
  1011. "version": "3.6.1",
  1012. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  1013. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  1014. "license": "MIT",
  1015. "engines": {
  1016. "node": ">=10"
  1017. }
  1018. },
  1019. "node_modules/@dimforge/rapier3d-compat": {
  1020. "version": "0.12.0",
  1021. "resolved": "https://registry.npmjs.org/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz",
  1022. "integrity": "sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==",
  1023. "license": "Apache-2.0"
  1024. },
  1025. "node_modules/@dnd-kit/accessibility": {
  1026. "version": "3.1.1",
  1027. "resolved": "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz",
  1028. "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==",
  1029. "license": "MIT",
  1030. "dependencies": {
  1031. "tslib": "^2.0.0"
  1032. },
  1033. "peerDependencies": {
  1034. "react": ">=16.8.0"
  1035. }
  1036. },
  1037. "node_modules/@dnd-kit/core": {
  1038. "version": "6.3.1",
  1039. "resolved": "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.3.1.tgz",
  1040. "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==",
  1041. "license": "MIT",
  1042. "dependencies": {
  1043. "@dnd-kit/accessibility": "^3.1.1",
  1044. "@dnd-kit/utilities": "^3.2.2",
  1045. "tslib": "^2.0.0"
  1046. },
  1047. "peerDependencies": {
  1048. "react": ">=16.8.0",
  1049. "react-dom": ">=16.8.0"
  1050. }
  1051. },
  1052. "node_modules/@dnd-kit/modifiers": {
  1053. "version": "6.0.1",
  1054. "resolved": "https://registry.npmmirror.com/@dnd-kit/modifiers/-/modifiers-6.0.1.tgz",
  1055. "integrity": "sha512-rbxcsg3HhzlcMHVHWDuh9LCjpOVAgqbV78wLGI8tziXY3+qcMQ61qVXIvNKQFuhj75dSfD+o+PYZQ/NUk2A23A==",
  1056. "license": "MIT",
  1057. "dependencies": {
  1058. "@dnd-kit/utilities": "^3.2.1",
  1059. "tslib": "^2.0.0"
  1060. },
  1061. "peerDependencies": {
  1062. "@dnd-kit/core": "^6.0.6",
  1063. "react": ">=16.8.0"
  1064. }
  1065. },
  1066. "node_modules/@dnd-kit/sortable": {
  1067. "version": "7.0.2",
  1068. "resolved": "https://registry.npmmirror.com/@dnd-kit/sortable/-/sortable-7.0.2.tgz",
  1069. "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==",
  1070. "license": "MIT",
  1071. "dependencies": {
  1072. "@dnd-kit/utilities": "^3.2.0",
  1073. "tslib": "^2.0.0"
  1074. },
  1075. "peerDependencies": {
  1076. "@dnd-kit/core": "^6.0.7",
  1077. "react": ">=16.8.0"
  1078. }
  1079. },
  1080. "node_modules/@dnd-kit/utilities": {
  1081. "version": "3.2.2",
  1082. "resolved": "https://registry.npmmirror.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz",
  1083. "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==",
  1084. "license": "MIT",
  1085. "dependencies": {
  1086. "tslib": "^2.0.0"
  1087. },
  1088. "peerDependencies": {
  1089. "react": ">=16.8.0"
  1090. }
  1091. },
  1092. "node_modules/@emnapi/core": {
  1093. "version": "1.4.5",
  1094. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.4.5.tgz",
  1095. "integrity": "sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==",
  1096. "dev": true,
  1097. "license": "MIT",
  1098. "optional": true,
  1099. "dependencies": {
  1100. "@emnapi/wasi-threads": "1.0.4",
  1101. "tslib": "^2.4.0"
  1102. }
  1103. },
  1104. "node_modules/@emnapi/runtime": {
  1105. "version": "1.4.5",
  1106. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.4.5.tgz",
  1107. "integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==",
  1108. "license": "MIT",
  1109. "optional": true,
  1110. "dependencies": {
  1111. "tslib": "^2.4.0"
  1112. }
  1113. },
  1114. "node_modules/@emnapi/wasi-threads": {
  1115. "version": "1.0.4",
  1116. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.0.4.tgz",
  1117. "integrity": "sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==",
  1118. "dev": true,
  1119. "license": "MIT",
  1120. "optional": true,
  1121. "dependencies": {
  1122. "tslib": "^2.4.0"
  1123. }
  1124. },
  1125. "node_modules/@emotion/babel-plugin": {
  1126. "version": "11.13.5",
  1127. "resolved": "https://registry.npmmirror.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",
  1128. "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",
  1129. "license": "MIT",
  1130. "dependencies": {
  1131. "@babel/helper-module-imports": "^7.16.7",
  1132. "@babel/runtime": "^7.18.3",
  1133. "@emotion/hash": "^0.9.2",
  1134. "@emotion/memoize": "^0.9.0",
  1135. "@emotion/serialize": "^1.3.3",
  1136. "babel-plugin-macros": "^3.1.0",
  1137. "convert-source-map": "^1.5.0",
  1138. "escape-string-regexp": "^4.0.0",
  1139. "find-root": "^1.1.0",
  1140. "source-map": "^0.5.7",
  1141. "stylis": "4.2.0"
  1142. }
  1143. },
  1144. "node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": {
  1145. "version": "0.9.2",
  1146. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  1147. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  1148. "license": "MIT"
  1149. },
  1150. "node_modules/@emotion/babel-plugin/node_modules/stylis": {
  1151. "version": "4.2.0",
  1152. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.2.0.tgz",
  1153. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  1154. "license": "MIT"
  1155. },
  1156. "node_modules/@emotion/cache": {
  1157. "version": "11.14.0",
  1158. "resolved": "https://registry.npmmirror.com/@emotion/cache/-/cache-11.14.0.tgz",
  1159. "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",
  1160. "license": "MIT",
  1161. "dependencies": {
  1162. "@emotion/memoize": "^0.9.0",
  1163. "@emotion/sheet": "^1.4.0",
  1164. "@emotion/utils": "^1.4.2",
  1165. "@emotion/weak-memoize": "^0.4.0",
  1166. "stylis": "4.2.0"
  1167. }
  1168. },
  1169. "node_modules/@emotion/cache/node_modules/stylis": {
  1170. "version": "4.2.0",
  1171. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.2.0.tgz",
  1172. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  1173. "license": "MIT"
  1174. },
  1175. "node_modules/@emotion/css": {
  1176. "version": "11.13.5",
  1177. "resolved": "https://registry.npmmirror.com/@emotion/css/-/css-11.13.5.tgz",
  1178. "integrity": "sha512-wQdD0Xhkn3Qy2VNcIzbLP9MR8TafI0MJb7BEAXKp+w4+XqErksWR4OXomuDzPsN4InLdGhVe6EYcn2ZIUCpB8w==",
  1179. "license": "MIT",
  1180. "dependencies": {
  1181. "@emotion/babel-plugin": "^11.13.5",
  1182. "@emotion/cache": "^11.13.5",
  1183. "@emotion/serialize": "^1.3.3",
  1184. "@emotion/sheet": "^1.4.0",
  1185. "@emotion/utils": "^1.4.2"
  1186. }
  1187. },
  1188. "node_modules/@emotion/hash": {
  1189. "version": "0.8.0",
  1190. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
  1191. "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
  1192. "license": "MIT"
  1193. },
  1194. "node_modules/@emotion/memoize": {
  1195. "version": "0.9.0",
  1196. "resolved": "https://registry.npmmirror.com/@emotion/memoize/-/memoize-0.9.0.tgz",
  1197. "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
  1198. "license": "MIT"
  1199. },
  1200. "node_modules/@emotion/serialize": {
  1201. "version": "1.3.3",
  1202. "resolved": "https://registry.npmmirror.com/@emotion/serialize/-/serialize-1.3.3.tgz",
  1203. "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==",
  1204. "license": "MIT",
  1205. "dependencies": {
  1206. "@emotion/hash": "^0.9.2",
  1207. "@emotion/memoize": "^0.9.0",
  1208. "@emotion/unitless": "^0.10.0",
  1209. "@emotion/utils": "^1.4.2",
  1210. "csstype": "^3.0.2"
  1211. }
  1212. },
  1213. "node_modules/@emotion/serialize/node_modules/@emotion/hash": {
  1214. "version": "0.9.2",
  1215. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  1216. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  1217. "license": "MIT"
  1218. },
  1219. "node_modules/@emotion/serialize/node_modules/@emotion/unitless": {
  1220. "version": "0.10.0",
  1221. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.10.0.tgz",
  1222. "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
  1223. "license": "MIT"
  1224. },
  1225. "node_modules/@emotion/sheet": {
  1226. "version": "1.4.0",
  1227. "resolved": "https://registry.npmmirror.com/@emotion/sheet/-/sheet-1.4.0.tgz",
  1228. "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
  1229. "license": "MIT"
  1230. },
  1231. "node_modules/@emotion/unitless": {
  1232. "version": "0.7.5",
  1233. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.7.5.tgz",
  1234. "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
  1235. "license": "MIT"
  1236. },
  1237. "node_modules/@emotion/utils": {
  1238. "version": "1.4.2",
  1239. "resolved": "https://registry.npmmirror.com/@emotion/utils/-/utils-1.4.2.tgz",
  1240. "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==",
  1241. "license": "MIT"
  1242. },
  1243. "node_modules/@emotion/weak-memoize": {
  1244. "version": "0.4.0",
  1245. "resolved": "https://registry.npmmirror.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
  1246. "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",
  1247. "license": "MIT"
  1248. },
  1249. "node_modules/@eslint-community/eslint-utils": {
  1250. "version": "4.7.0",
  1251. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  1252. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  1253. "dev": true,
  1254. "license": "MIT",
  1255. "dependencies": {
  1256. "eslint-visitor-keys": "^3.4.3"
  1257. },
  1258. "engines": {
  1259. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1260. },
  1261. "funding": {
  1262. "url": "https://opencollective.com/eslint"
  1263. },
  1264. "peerDependencies": {
  1265. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1266. }
  1267. },
  1268. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  1269. "version": "3.4.3",
  1270. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  1271. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  1272. "dev": true,
  1273. "license": "Apache-2.0",
  1274. "engines": {
  1275. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1276. },
  1277. "funding": {
  1278. "url": "https://opencollective.com/eslint"
  1279. }
  1280. },
  1281. "node_modules/@eslint-community/regexpp": {
  1282. "version": "4.12.1",
  1283. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  1284. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  1285. "dev": true,
  1286. "license": "MIT",
  1287. "engines": {
  1288. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1289. }
  1290. },
  1291. "node_modules/@eslint/config-array": {
  1292. "version": "0.21.0",
  1293. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.21.0.tgz",
  1294. "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
  1295. "dev": true,
  1296. "license": "Apache-2.0",
  1297. "dependencies": {
  1298. "@eslint/object-schema": "^2.1.6",
  1299. "debug": "^4.3.1",
  1300. "minimatch": "^3.1.2"
  1301. },
  1302. "engines": {
  1303. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1304. }
  1305. },
  1306. "node_modules/@eslint/config-helpers": {
  1307. "version": "0.3.0",
  1308. "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz",
  1309. "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==",
  1310. "dev": true,
  1311. "license": "Apache-2.0",
  1312. "engines": {
  1313. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1314. }
  1315. },
  1316. "node_modules/@eslint/core": {
  1317. "version": "0.15.1",
  1318. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.15.1.tgz",
  1319. "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
  1320. "dev": true,
  1321. "license": "Apache-2.0",
  1322. "dependencies": {
  1323. "@types/json-schema": "^7.0.15"
  1324. },
  1325. "engines": {
  1326. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1327. }
  1328. },
  1329. "node_modules/@eslint/eslintrc": {
  1330. "version": "3.3.1",
  1331. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  1332. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  1333. "dev": true,
  1334. "license": "MIT",
  1335. "dependencies": {
  1336. "ajv": "^6.12.4",
  1337. "debug": "^4.3.2",
  1338. "espree": "^10.0.1",
  1339. "globals": "^14.0.0",
  1340. "ignore": "^5.2.0",
  1341. "import-fresh": "^3.2.1",
  1342. "js-yaml": "^4.1.0",
  1343. "minimatch": "^3.1.2",
  1344. "strip-json-comments": "^3.1.1"
  1345. },
  1346. "engines": {
  1347. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1348. },
  1349. "funding": {
  1350. "url": "https://opencollective.com/eslint"
  1351. }
  1352. },
  1353. "node_modules/@eslint/js": {
  1354. "version": "9.32.0",
  1355. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.32.0.tgz",
  1356. "integrity": "sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==",
  1357. "dev": true,
  1358. "license": "MIT",
  1359. "engines": {
  1360. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1361. },
  1362. "funding": {
  1363. "url": "https://eslint.org/donate"
  1364. }
  1365. },
  1366. "node_modules/@eslint/object-schema": {
  1367. "version": "2.1.6",
  1368. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  1369. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  1370. "dev": true,
  1371. "license": "Apache-2.0",
  1372. "engines": {
  1373. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1374. }
  1375. },
  1376. "node_modules/@eslint/plugin-kit": {
  1377. "version": "0.3.4",
  1378. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz",
  1379. "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==",
  1380. "dev": true,
  1381. "license": "Apache-2.0",
  1382. "dependencies": {
  1383. "@eslint/core": "^0.15.1",
  1384. "levn": "^0.4.1"
  1385. },
  1386. "engines": {
  1387. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1388. }
  1389. },
  1390. "node_modules/@fortawesome/fontawesome-common-types": {
  1391. "version": "7.0.0",
  1392. "resolved": "https://registry.npmmirror.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-7.0.0.tgz",
  1393. "integrity": "sha512-PGMrIYXLGA5K8RWy8zwBkd4vFi4z7ubxtet6Yn13Plf6krRTwPbdlCwlcfmoX0R7B4Z643QvrtHmdQ5fNtfFCg==",
  1394. "license": "MIT",
  1395. "engines": {
  1396. "node": ">=6"
  1397. }
  1398. },
  1399. "node_modules/@fortawesome/fontawesome-svg-core": {
  1400. "version": "7.0.0",
  1401. "resolved": "https://registry.npmmirror.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-7.0.0.tgz",
  1402. "integrity": "sha512-obBEF+zd98r/KtKVW6A+8UGWeaOoyMpl6Q9P3FzHsOnsg742aXsl8v+H/zp09qSSu/a/Hxe9LNKzbBaQq1CEbA==",
  1403. "license": "MIT",
  1404. "dependencies": {
  1405. "@fortawesome/fontawesome-common-types": "7.0.0"
  1406. },
  1407. "engines": {
  1408. "node": ">=6"
  1409. }
  1410. },
  1411. "node_modules/@fortawesome/free-solid-svg-icons": {
  1412. "version": "7.0.0",
  1413. "resolved": "https://registry.npmmirror.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-7.0.0.tgz",
  1414. "integrity": "sha512-njSLAllkOddYDCXgTFboXn54Oe5FcvpkWq+FoetOHR64PbN0608kM02Lze0xtISGpXgP+i26VyXRQA0Irh3Obw==",
  1415. "license": "(CC-BY-4.0 AND MIT)",
  1416. "dependencies": {
  1417. "@fortawesome/fontawesome-common-types": "7.0.0"
  1418. },
  1419. "engines": {
  1420. "node": ">=6"
  1421. }
  1422. },
  1423. "node_modules/@fortawesome/react-fontawesome": {
  1424. "version": "0.2.3",
  1425. "resolved": "https://registry.npmmirror.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.3.tgz",
  1426. "integrity": "sha512-HlJco8RDY8NrzFVjy23b/7mNS4g9NegcrBG3n7jinwpc2x/AmSVk53IhWniLYM4szYLxRAFTAGwGn0EIlclDeQ==",
  1427. "license": "MIT",
  1428. "dependencies": {
  1429. "prop-types": "^15.8.1"
  1430. },
  1431. "peerDependencies": {
  1432. "@fortawesome/fontawesome-svg-core": "~1 || ~6 || ~7",
  1433. "react": "^16.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  1434. }
  1435. },
  1436. "node_modules/@humanfs/core": {
  1437. "version": "0.19.1",
  1438. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",
  1439. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  1440. "dev": true,
  1441. "license": "Apache-2.0",
  1442. "engines": {
  1443. "node": ">=18.18.0"
  1444. }
  1445. },
  1446. "node_modules/@humanfs/node": {
  1447. "version": "0.16.6",
  1448. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.6.tgz",
  1449. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  1450. "dev": true,
  1451. "license": "Apache-2.0",
  1452. "dependencies": {
  1453. "@humanfs/core": "^0.19.1",
  1454. "@humanwhocodes/retry": "^0.3.0"
  1455. },
  1456. "engines": {
  1457. "node": ">=18.18.0"
  1458. }
  1459. },
  1460. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  1461. "version": "0.3.1",
  1462. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  1463. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  1464. "dev": true,
  1465. "license": "Apache-2.0",
  1466. "engines": {
  1467. "node": ">=18.18"
  1468. },
  1469. "funding": {
  1470. "type": "github",
  1471. "url": "https://github.com/sponsors/nzakas"
  1472. }
  1473. },
  1474. "node_modules/@humanwhocodes/module-importer": {
  1475. "version": "1.0.1",
  1476. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1477. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1478. "dev": true,
  1479. "license": "Apache-2.0",
  1480. "engines": {
  1481. "node": ">=12.22"
  1482. },
  1483. "funding": {
  1484. "type": "github",
  1485. "url": "https://github.com/sponsors/nzakas"
  1486. }
  1487. },
  1488. "node_modules/@humanwhocodes/retry": {
  1489. "version": "0.4.3",
  1490. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  1491. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  1492. "dev": true,
  1493. "license": "Apache-2.0",
  1494. "engines": {
  1495. "node": ">=18.18"
  1496. },
  1497. "funding": {
  1498. "type": "github",
  1499. "url": "https://github.com/sponsors/nzakas"
  1500. }
  1501. },
  1502. "node_modules/@img/sharp-darwin-arm64": {
  1503. "version": "0.34.3",
  1504. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.3.tgz",
  1505. "integrity": "sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==",
  1506. "cpu": [
  1507. "arm64"
  1508. ],
  1509. "license": "Apache-2.0",
  1510. "optional": true,
  1511. "os": [
  1512. "darwin"
  1513. ],
  1514. "engines": {
  1515. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1516. },
  1517. "funding": {
  1518. "url": "https://opencollective.com/libvips"
  1519. },
  1520. "optionalDependencies": {
  1521. "@img/sharp-libvips-darwin-arm64": "1.2.0"
  1522. }
  1523. },
  1524. "node_modules/@img/sharp-darwin-x64": {
  1525. "version": "0.34.3",
  1526. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.3.tgz",
  1527. "integrity": "sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==",
  1528. "cpu": [
  1529. "x64"
  1530. ],
  1531. "license": "Apache-2.0",
  1532. "optional": true,
  1533. "os": [
  1534. "darwin"
  1535. ],
  1536. "engines": {
  1537. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1538. },
  1539. "funding": {
  1540. "url": "https://opencollective.com/libvips"
  1541. },
  1542. "optionalDependencies": {
  1543. "@img/sharp-libvips-darwin-x64": "1.2.0"
  1544. }
  1545. },
  1546. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1547. "version": "1.2.0",
  1548. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.0.tgz",
  1549. "integrity": "sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==",
  1550. "cpu": [
  1551. "arm64"
  1552. ],
  1553. "license": "LGPL-3.0-or-later",
  1554. "optional": true,
  1555. "os": [
  1556. "darwin"
  1557. ],
  1558. "funding": {
  1559. "url": "https://opencollective.com/libvips"
  1560. }
  1561. },
  1562. "node_modules/@img/sharp-libvips-darwin-x64": {
  1563. "version": "1.2.0",
  1564. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.0.tgz",
  1565. "integrity": "sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==",
  1566. "cpu": [
  1567. "x64"
  1568. ],
  1569. "license": "LGPL-3.0-or-later",
  1570. "optional": true,
  1571. "os": [
  1572. "darwin"
  1573. ],
  1574. "funding": {
  1575. "url": "https://opencollective.com/libvips"
  1576. }
  1577. },
  1578. "node_modules/@img/sharp-libvips-linux-arm": {
  1579. "version": "1.2.0",
  1580. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.0.tgz",
  1581. "integrity": "sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==",
  1582. "cpu": [
  1583. "arm"
  1584. ],
  1585. "license": "LGPL-3.0-or-later",
  1586. "optional": true,
  1587. "os": [
  1588. "linux"
  1589. ],
  1590. "funding": {
  1591. "url": "https://opencollective.com/libvips"
  1592. }
  1593. },
  1594. "node_modules/@img/sharp-libvips-linux-arm64": {
  1595. "version": "1.2.0",
  1596. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.0.tgz",
  1597. "integrity": "sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==",
  1598. "cpu": [
  1599. "arm64"
  1600. ],
  1601. "license": "LGPL-3.0-or-later",
  1602. "optional": true,
  1603. "os": [
  1604. "linux"
  1605. ],
  1606. "funding": {
  1607. "url": "https://opencollective.com/libvips"
  1608. }
  1609. },
  1610. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1611. "version": "1.2.0",
  1612. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.0.tgz",
  1613. "integrity": "sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==",
  1614. "cpu": [
  1615. "ppc64"
  1616. ],
  1617. "license": "LGPL-3.0-or-later",
  1618. "optional": true,
  1619. "os": [
  1620. "linux"
  1621. ],
  1622. "funding": {
  1623. "url": "https://opencollective.com/libvips"
  1624. }
  1625. },
  1626. "node_modules/@img/sharp-libvips-linux-s390x": {
  1627. "version": "1.2.0",
  1628. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.0.tgz",
  1629. "integrity": "sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==",
  1630. "cpu": [
  1631. "s390x"
  1632. ],
  1633. "license": "LGPL-3.0-or-later",
  1634. "optional": true,
  1635. "os": [
  1636. "linux"
  1637. ],
  1638. "funding": {
  1639. "url": "https://opencollective.com/libvips"
  1640. }
  1641. },
  1642. "node_modules/@img/sharp-libvips-linux-x64": {
  1643. "version": "1.2.0",
  1644. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.0.tgz",
  1645. "integrity": "sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==",
  1646. "cpu": [
  1647. "x64"
  1648. ],
  1649. "license": "LGPL-3.0-or-later",
  1650. "optional": true,
  1651. "os": [
  1652. "linux"
  1653. ],
  1654. "funding": {
  1655. "url": "https://opencollective.com/libvips"
  1656. }
  1657. },
  1658. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1659. "version": "1.2.0",
  1660. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.0.tgz",
  1661. "integrity": "sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==",
  1662. "cpu": [
  1663. "arm64"
  1664. ],
  1665. "license": "LGPL-3.0-or-later",
  1666. "optional": true,
  1667. "os": [
  1668. "linux"
  1669. ],
  1670. "funding": {
  1671. "url": "https://opencollective.com/libvips"
  1672. }
  1673. },
  1674. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1675. "version": "1.2.0",
  1676. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.0.tgz",
  1677. "integrity": "sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==",
  1678. "cpu": [
  1679. "x64"
  1680. ],
  1681. "license": "LGPL-3.0-or-later",
  1682. "optional": true,
  1683. "os": [
  1684. "linux"
  1685. ],
  1686. "funding": {
  1687. "url": "https://opencollective.com/libvips"
  1688. }
  1689. },
  1690. "node_modules/@img/sharp-linux-arm": {
  1691. "version": "0.34.3",
  1692. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.3.tgz",
  1693. "integrity": "sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==",
  1694. "cpu": [
  1695. "arm"
  1696. ],
  1697. "license": "Apache-2.0",
  1698. "optional": true,
  1699. "os": [
  1700. "linux"
  1701. ],
  1702. "engines": {
  1703. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1704. },
  1705. "funding": {
  1706. "url": "https://opencollective.com/libvips"
  1707. },
  1708. "optionalDependencies": {
  1709. "@img/sharp-libvips-linux-arm": "1.2.0"
  1710. }
  1711. },
  1712. "node_modules/@img/sharp-linux-arm64": {
  1713. "version": "0.34.3",
  1714. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.3.tgz",
  1715. "integrity": "sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==",
  1716. "cpu": [
  1717. "arm64"
  1718. ],
  1719. "license": "Apache-2.0",
  1720. "optional": true,
  1721. "os": [
  1722. "linux"
  1723. ],
  1724. "engines": {
  1725. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1726. },
  1727. "funding": {
  1728. "url": "https://opencollective.com/libvips"
  1729. },
  1730. "optionalDependencies": {
  1731. "@img/sharp-libvips-linux-arm64": "1.2.0"
  1732. }
  1733. },
  1734. "node_modules/@img/sharp-linux-ppc64": {
  1735. "version": "0.34.3",
  1736. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.3.tgz",
  1737. "integrity": "sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==",
  1738. "cpu": [
  1739. "ppc64"
  1740. ],
  1741. "license": "Apache-2.0",
  1742. "optional": true,
  1743. "os": [
  1744. "linux"
  1745. ],
  1746. "engines": {
  1747. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1748. },
  1749. "funding": {
  1750. "url": "https://opencollective.com/libvips"
  1751. },
  1752. "optionalDependencies": {
  1753. "@img/sharp-libvips-linux-ppc64": "1.2.0"
  1754. }
  1755. },
  1756. "node_modules/@img/sharp-linux-s390x": {
  1757. "version": "0.34.3",
  1758. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.3.tgz",
  1759. "integrity": "sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==",
  1760. "cpu": [
  1761. "s390x"
  1762. ],
  1763. "license": "Apache-2.0",
  1764. "optional": true,
  1765. "os": [
  1766. "linux"
  1767. ],
  1768. "engines": {
  1769. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1770. },
  1771. "funding": {
  1772. "url": "https://opencollective.com/libvips"
  1773. },
  1774. "optionalDependencies": {
  1775. "@img/sharp-libvips-linux-s390x": "1.2.0"
  1776. }
  1777. },
  1778. "node_modules/@img/sharp-linux-x64": {
  1779. "version": "0.34.3",
  1780. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz",
  1781. "integrity": "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==",
  1782. "cpu": [
  1783. "x64"
  1784. ],
  1785. "license": "Apache-2.0",
  1786. "optional": true,
  1787. "os": [
  1788. "linux"
  1789. ],
  1790. "engines": {
  1791. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1792. },
  1793. "funding": {
  1794. "url": "https://opencollective.com/libvips"
  1795. },
  1796. "optionalDependencies": {
  1797. "@img/sharp-libvips-linux-x64": "1.2.0"
  1798. }
  1799. },
  1800. "node_modules/@img/sharp-linuxmusl-arm64": {
  1801. "version": "0.34.3",
  1802. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.3.tgz",
  1803. "integrity": "sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==",
  1804. "cpu": [
  1805. "arm64"
  1806. ],
  1807. "license": "Apache-2.0",
  1808. "optional": true,
  1809. "os": [
  1810. "linux"
  1811. ],
  1812. "engines": {
  1813. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1814. },
  1815. "funding": {
  1816. "url": "https://opencollective.com/libvips"
  1817. },
  1818. "optionalDependencies": {
  1819. "@img/sharp-libvips-linuxmusl-arm64": "1.2.0"
  1820. }
  1821. },
  1822. "node_modules/@img/sharp-linuxmusl-x64": {
  1823. "version": "0.34.3",
  1824. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.3.tgz",
  1825. "integrity": "sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==",
  1826. "cpu": [
  1827. "x64"
  1828. ],
  1829. "license": "Apache-2.0",
  1830. "optional": true,
  1831. "os": [
  1832. "linux"
  1833. ],
  1834. "engines": {
  1835. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1836. },
  1837. "funding": {
  1838. "url": "https://opencollective.com/libvips"
  1839. },
  1840. "optionalDependencies": {
  1841. "@img/sharp-libvips-linuxmusl-x64": "1.2.0"
  1842. }
  1843. },
  1844. "node_modules/@img/sharp-wasm32": {
  1845. "version": "0.34.3",
  1846. "resolved": "https://registry.npmmirror.com/@img/sharp-wasm32/-/sharp-wasm32-0.34.3.tgz",
  1847. "integrity": "sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==",
  1848. "cpu": [
  1849. "wasm32"
  1850. ],
  1851. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1852. "optional": true,
  1853. "dependencies": {
  1854. "@emnapi/runtime": "^1.4.4"
  1855. },
  1856. "engines": {
  1857. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1858. },
  1859. "funding": {
  1860. "url": "https://opencollective.com/libvips"
  1861. }
  1862. },
  1863. "node_modules/@img/sharp-win32-arm64": {
  1864. "version": "0.34.3",
  1865. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.3.tgz",
  1866. "integrity": "sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==",
  1867. "cpu": [
  1868. "arm64"
  1869. ],
  1870. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1871. "optional": true,
  1872. "os": [
  1873. "win32"
  1874. ],
  1875. "engines": {
  1876. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1877. },
  1878. "funding": {
  1879. "url": "https://opencollective.com/libvips"
  1880. }
  1881. },
  1882. "node_modules/@img/sharp-win32-ia32": {
  1883. "version": "0.34.3",
  1884. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.3.tgz",
  1885. "integrity": "sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==",
  1886. "cpu": [
  1887. "ia32"
  1888. ],
  1889. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1890. "optional": true,
  1891. "os": [
  1892. "win32"
  1893. ],
  1894. "engines": {
  1895. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1896. },
  1897. "funding": {
  1898. "url": "https://opencollective.com/libvips"
  1899. }
  1900. },
  1901. "node_modules/@img/sharp-win32-x64": {
  1902. "version": "0.34.3",
  1903. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz",
  1904. "integrity": "sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==",
  1905. "cpu": [
  1906. "x64"
  1907. ],
  1908. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1909. "optional": true,
  1910. "os": [
  1911. "win32"
  1912. ],
  1913. "engines": {
  1914. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1915. },
  1916. "funding": {
  1917. "url": "https://opencollective.com/libvips"
  1918. }
  1919. },
  1920. "node_modules/@isaacs/fs-minipass": {
  1921. "version": "4.0.1",
  1922. "resolved": "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1923. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1924. "dev": true,
  1925. "license": "ISC",
  1926. "dependencies": {
  1927. "minipass": "^7.0.4"
  1928. },
  1929. "engines": {
  1930. "node": ">=18.0.0"
  1931. }
  1932. },
  1933. "node_modules/@jridgewell/gen-mapping": {
  1934. "version": "0.3.12",
  1935. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
  1936. "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
  1937. "license": "MIT",
  1938. "dependencies": {
  1939. "@jridgewell/sourcemap-codec": "^1.5.0",
  1940. "@jridgewell/trace-mapping": "^0.3.24"
  1941. }
  1942. },
  1943. "node_modules/@jridgewell/resolve-uri": {
  1944. "version": "3.1.2",
  1945. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1946. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1947. "license": "MIT",
  1948. "engines": {
  1949. "node": ">=6.0.0"
  1950. }
  1951. },
  1952. "node_modules/@jridgewell/sourcemap-codec": {
  1953. "version": "1.5.4",
  1954. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
  1955. "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
  1956. "license": "MIT"
  1957. },
  1958. "node_modules/@jridgewell/trace-mapping": {
  1959. "version": "0.3.29",
  1960. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
  1961. "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
  1962. "license": "MIT",
  1963. "dependencies": {
  1964. "@jridgewell/resolve-uri": "^3.1.0",
  1965. "@jridgewell/sourcemap-codec": "^1.4.14"
  1966. }
  1967. },
  1968. "node_modules/@kurkle/color": {
  1969. "version": "0.3.4",
  1970. "resolved": "https://registry.npmmirror.com/@kurkle/color/-/color-0.3.4.tgz",
  1971. "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
  1972. "license": "MIT"
  1973. },
  1974. "node_modules/@napi-rs/wasm-runtime": {
  1975. "version": "0.2.12",
  1976. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  1977. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  1978. "dev": true,
  1979. "license": "MIT",
  1980. "optional": true,
  1981. "dependencies": {
  1982. "@emnapi/core": "^1.4.3",
  1983. "@emnapi/runtime": "^1.4.3",
  1984. "@tybys/wasm-util": "^0.10.0"
  1985. }
  1986. },
  1987. "node_modules/@next/env": {
  1988. "version": "15.4.6",
  1989. "resolved": "https://registry.npmmirror.com/@next/env/-/env-15.4.6.tgz",
  1990. "integrity": "sha512-yHDKVTcHrZy/8TWhj0B23ylKv5ypocuCwey9ZqPyv4rPdUdRzpGCkSi03t04KBPyU96kxVtUqx6O3nE1kpxASQ==",
  1991. "license": "MIT"
  1992. },
  1993. "node_modules/@next/eslint-plugin-next": {
  1994. "version": "15.4.6",
  1995. "resolved": "https://registry.npmmirror.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.4.6.tgz",
  1996. "integrity": "sha512-2NOu3ln+BTcpnbIDuxx6MNq+pRrCyey4WSXGaJIyt0D2TYicHeO9QrUENNjcf673n3B1s7hsiV5xBYRCK1Q8kA==",
  1997. "dev": true,
  1998. "license": "MIT",
  1999. "dependencies": {
  2000. "fast-glob": "3.3.1"
  2001. }
  2002. },
  2003. "node_modules/@next/swc-darwin-arm64": {
  2004. "version": "15.4.6",
  2005. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.6.tgz",
  2006. "integrity": "sha512-667R0RTP4DwxzmrqTs4Lr5dcEda9OxuZsVFsjVtxVMVhzSpo6nLclXejJVfQo2/g7/Z9qF3ETDmN3h65mTjpTQ==",
  2007. "cpu": [
  2008. "arm64"
  2009. ],
  2010. "license": "MIT",
  2011. "optional": true,
  2012. "os": [
  2013. "darwin"
  2014. ],
  2015. "engines": {
  2016. "node": ">= 10"
  2017. }
  2018. },
  2019. "node_modules/@next/swc-darwin-x64": {
  2020. "version": "15.4.6",
  2021. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.4.6.tgz",
  2022. "integrity": "sha512-KMSFoistFkaiQYVQQnaU9MPWtp/3m0kn2Xed1Ces5ll+ag1+rlac20sxG+MqhH2qYWX1O2GFOATQXEyxKiIscg==",
  2023. "cpu": [
  2024. "x64"
  2025. ],
  2026. "license": "MIT",
  2027. "optional": true,
  2028. "os": [
  2029. "darwin"
  2030. ],
  2031. "engines": {
  2032. "node": ">= 10"
  2033. }
  2034. },
  2035. "node_modules/@next/swc-linux-arm64-gnu": {
  2036. "version": "15.4.6",
  2037. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.4.6.tgz",
  2038. "integrity": "sha512-PnOx1YdO0W7m/HWFeYd2A6JtBO8O8Eb9h6nfJia2Dw1sRHoHpNf6lN1U4GKFRzRDBi9Nq2GrHk9PF3Vmwf7XVw==",
  2039. "cpu": [
  2040. "arm64"
  2041. ],
  2042. "license": "MIT",
  2043. "optional": true,
  2044. "os": [
  2045. "linux"
  2046. ],
  2047. "engines": {
  2048. "node": ">= 10"
  2049. }
  2050. },
  2051. "node_modules/@next/swc-linux-arm64-musl": {
  2052. "version": "15.4.6",
  2053. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.4.6.tgz",
  2054. "integrity": "sha512-XBbuQddtY1p5FGPc2naMO0kqs4YYtLYK/8aPausI5lyOjr4J77KTG9mtlU4P3NwkLI1+OjsPzKVvSJdMs3cFaw==",
  2055. "cpu": [
  2056. "arm64"
  2057. ],
  2058. "license": "MIT",
  2059. "optional": true,
  2060. "os": [
  2061. "linux"
  2062. ],
  2063. "engines": {
  2064. "node": ">= 10"
  2065. }
  2066. },
  2067. "node_modules/@next/swc-linux-x64-gnu": {
  2068. "version": "15.4.6",
  2069. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.4.6.tgz",
  2070. "integrity": "sha512-+WTeK7Qdw82ez3U9JgD+igBAP75gqZ1vbK6R8PlEEuY0OIe5FuYXA4aTjL811kWPf7hNeslD4hHK2WoM9W0IgA==",
  2071. "cpu": [
  2072. "x64"
  2073. ],
  2074. "license": "MIT",
  2075. "optional": true,
  2076. "os": [
  2077. "linux"
  2078. ],
  2079. "engines": {
  2080. "node": ">= 10"
  2081. }
  2082. },
  2083. "node_modules/@next/swc-linux-x64-musl": {
  2084. "version": "15.4.6",
  2085. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.4.6.tgz",
  2086. "integrity": "sha512-XP824mCbgQsK20jlXKrUpZoh/iO3vUWhMpxCz8oYeagoiZ4V0TQiKy0ASji1KK6IAe3DYGfj5RfKP6+L2020OQ==",
  2087. "cpu": [
  2088. "x64"
  2089. ],
  2090. "license": "MIT",
  2091. "optional": true,
  2092. "os": [
  2093. "linux"
  2094. ],
  2095. "engines": {
  2096. "node": ">= 10"
  2097. }
  2098. },
  2099. "node_modules/@next/swc-win32-arm64-msvc": {
  2100. "version": "15.4.6",
  2101. "resolved": "https://registry.npmmirror.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.4.6.tgz",
  2102. "integrity": "sha512-FxrsenhUz0LbgRkNWx6FRRJIPe/MI1JRA4W4EPd5leXO00AZ6YU8v5vfx4MDXTvN77lM/EqsE3+6d2CIeF5NYg==",
  2103. "cpu": [
  2104. "arm64"
  2105. ],
  2106. "license": "MIT",
  2107. "optional": true,
  2108. "os": [
  2109. "win32"
  2110. ],
  2111. "engines": {
  2112. "node": ">= 10"
  2113. }
  2114. },
  2115. "node_modules/@next/swc-win32-x64-msvc": {
  2116. "version": "15.4.6",
  2117. "resolved": "https://registry.npmmirror.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.4.6.tgz",
  2118. "integrity": "sha512-T4ufqnZ4u88ZheczkBTtOF+eKaM14V8kbjud/XrAakoM5DKQWjW09vD6B9fsdsWS2T7D5EY31hRHdta7QKWOng==",
  2119. "cpu": [
  2120. "x64"
  2121. ],
  2122. "license": "MIT",
  2123. "optional": true,
  2124. "os": [
  2125. "win32"
  2126. ],
  2127. "engines": {
  2128. "node": ">= 10"
  2129. }
  2130. },
  2131. "node_modules/@nodelib/fs.scandir": {
  2132. "version": "2.1.5",
  2133. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2134. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2135. "dev": true,
  2136. "license": "MIT",
  2137. "dependencies": {
  2138. "@nodelib/fs.stat": "2.0.5",
  2139. "run-parallel": "^1.1.9"
  2140. },
  2141. "engines": {
  2142. "node": ">= 8"
  2143. }
  2144. },
  2145. "node_modules/@nodelib/fs.stat": {
  2146. "version": "2.0.5",
  2147. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2148. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2149. "dev": true,
  2150. "license": "MIT",
  2151. "engines": {
  2152. "node": ">= 8"
  2153. }
  2154. },
  2155. "node_modules/@nodelib/fs.walk": {
  2156. "version": "1.2.8",
  2157. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2158. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2159. "dev": true,
  2160. "license": "MIT",
  2161. "dependencies": {
  2162. "@nodelib/fs.scandir": "2.1.5",
  2163. "fastq": "^1.6.0"
  2164. },
  2165. "engines": {
  2166. "node": ">= 8"
  2167. }
  2168. },
  2169. "node_modules/@nolyfill/is-core-module": {
  2170. "version": "1.0.39",
  2171. "resolved": "https://registry.npmmirror.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
  2172. "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
  2173. "dev": true,
  2174. "license": "MIT",
  2175. "engines": {
  2176. "node": ">=12.4.0"
  2177. }
  2178. },
  2179. "node_modules/@parcel/watcher": {
  2180. "version": "2.5.1",
  2181. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  2182. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  2183. "hasInstallScript": true,
  2184. "license": "MIT",
  2185. "optional": true,
  2186. "dependencies": {
  2187. "detect-libc": "^1.0.3",
  2188. "is-glob": "^4.0.3",
  2189. "micromatch": "^4.0.5",
  2190. "node-addon-api": "^7.0.0"
  2191. },
  2192. "engines": {
  2193. "node": ">= 10.0.0"
  2194. },
  2195. "funding": {
  2196. "type": "opencollective",
  2197. "url": "https://opencollective.com/parcel"
  2198. },
  2199. "optionalDependencies": {
  2200. "@parcel/watcher-android-arm64": "2.5.1",
  2201. "@parcel/watcher-darwin-arm64": "2.5.1",
  2202. "@parcel/watcher-darwin-x64": "2.5.1",
  2203. "@parcel/watcher-freebsd-x64": "2.5.1",
  2204. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  2205. "@parcel/watcher-linux-arm-musl": "2.5.1",
  2206. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  2207. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  2208. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  2209. "@parcel/watcher-linux-x64-musl": "2.5.1",
  2210. "@parcel/watcher-win32-arm64": "2.5.1",
  2211. "@parcel/watcher-win32-ia32": "2.5.1",
  2212. "@parcel/watcher-win32-x64": "2.5.1"
  2213. }
  2214. },
  2215. "node_modules/@parcel/watcher-android-arm64": {
  2216. "version": "2.5.1",
  2217. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  2218. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  2219. "cpu": [
  2220. "arm64"
  2221. ],
  2222. "license": "MIT",
  2223. "optional": true,
  2224. "os": [
  2225. "android"
  2226. ],
  2227. "engines": {
  2228. "node": ">= 10.0.0"
  2229. },
  2230. "funding": {
  2231. "type": "opencollective",
  2232. "url": "https://opencollective.com/parcel"
  2233. }
  2234. },
  2235. "node_modules/@parcel/watcher-darwin-arm64": {
  2236. "version": "2.5.1",
  2237. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  2238. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  2239. "cpu": [
  2240. "arm64"
  2241. ],
  2242. "license": "MIT",
  2243. "optional": true,
  2244. "os": [
  2245. "darwin"
  2246. ],
  2247. "engines": {
  2248. "node": ">= 10.0.0"
  2249. },
  2250. "funding": {
  2251. "type": "opencollective",
  2252. "url": "https://opencollective.com/parcel"
  2253. }
  2254. },
  2255. "node_modules/@parcel/watcher-darwin-x64": {
  2256. "version": "2.5.1",
  2257. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  2258. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  2259. "cpu": [
  2260. "x64"
  2261. ],
  2262. "license": "MIT",
  2263. "optional": true,
  2264. "os": [
  2265. "darwin"
  2266. ],
  2267. "engines": {
  2268. "node": ">= 10.0.0"
  2269. },
  2270. "funding": {
  2271. "type": "opencollective",
  2272. "url": "https://opencollective.com/parcel"
  2273. }
  2274. },
  2275. "node_modules/@parcel/watcher-freebsd-x64": {
  2276. "version": "2.5.1",
  2277. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  2278. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  2279. "cpu": [
  2280. "x64"
  2281. ],
  2282. "license": "MIT",
  2283. "optional": true,
  2284. "os": [
  2285. "freebsd"
  2286. ],
  2287. "engines": {
  2288. "node": ">= 10.0.0"
  2289. },
  2290. "funding": {
  2291. "type": "opencollective",
  2292. "url": "https://opencollective.com/parcel"
  2293. }
  2294. },
  2295. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2296. "version": "2.5.1",
  2297. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  2298. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  2299. "cpu": [
  2300. "arm"
  2301. ],
  2302. "license": "MIT",
  2303. "optional": true,
  2304. "os": [
  2305. "linux"
  2306. ],
  2307. "engines": {
  2308. "node": ">= 10.0.0"
  2309. },
  2310. "funding": {
  2311. "type": "opencollective",
  2312. "url": "https://opencollective.com/parcel"
  2313. }
  2314. },
  2315. "node_modules/@parcel/watcher-linux-arm-musl": {
  2316. "version": "2.5.1",
  2317. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  2318. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  2319. "cpu": [
  2320. "arm"
  2321. ],
  2322. "license": "MIT",
  2323. "optional": true,
  2324. "os": [
  2325. "linux"
  2326. ],
  2327. "engines": {
  2328. "node": ">= 10.0.0"
  2329. },
  2330. "funding": {
  2331. "type": "opencollective",
  2332. "url": "https://opencollective.com/parcel"
  2333. }
  2334. },
  2335. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2336. "version": "2.5.1",
  2337. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  2338. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  2339. "cpu": [
  2340. "arm64"
  2341. ],
  2342. "license": "MIT",
  2343. "optional": true,
  2344. "os": [
  2345. "linux"
  2346. ],
  2347. "engines": {
  2348. "node": ">= 10.0.0"
  2349. },
  2350. "funding": {
  2351. "type": "opencollective",
  2352. "url": "https://opencollective.com/parcel"
  2353. }
  2354. },
  2355. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2356. "version": "2.5.1",
  2357. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  2358. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  2359. "cpu": [
  2360. "arm64"
  2361. ],
  2362. "license": "MIT",
  2363. "optional": true,
  2364. "os": [
  2365. "linux"
  2366. ],
  2367. "engines": {
  2368. "node": ">= 10.0.0"
  2369. },
  2370. "funding": {
  2371. "type": "opencollective",
  2372. "url": "https://opencollective.com/parcel"
  2373. }
  2374. },
  2375. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2376. "version": "2.5.1",
  2377. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  2378. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  2379. "cpu": [
  2380. "x64"
  2381. ],
  2382. "license": "MIT",
  2383. "optional": true,
  2384. "os": [
  2385. "linux"
  2386. ],
  2387. "engines": {
  2388. "node": ">= 10.0.0"
  2389. },
  2390. "funding": {
  2391. "type": "opencollective",
  2392. "url": "https://opencollective.com/parcel"
  2393. }
  2394. },
  2395. "node_modules/@parcel/watcher-linux-x64-musl": {
  2396. "version": "2.5.1",
  2397. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2398. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2399. "cpu": [
  2400. "x64"
  2401. ],
  2402. "license": "MIT",
  2403. "optional": true,
  2404. "os": [
  2405. "linux"
  2406. ],
  2407. "engines": {
  2408. "node": ">= 10.0.0"
  2409. },
  2410. "funding": {
  2411. "type": "opencollective",
  2412. "url": "https://opencollective.com/parcel"
  2413. }
  2414. },
  2415. "node_modules/@parcel/watcher-win32-arm64": {
  2416. "version": "2.5.1",
  2417. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2418. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2419. "cpu": [
  2420. "arm64"
  2421. ],
  2422. "license": "MIT",
  2423. "optional": true,
  2424. "os": [
  2425. "win32"
  2426. ],
  2427. "engines": {
  2428. "node": ">= 10.0.0"
  2429. },
  2430. "funding": {
  2431. "type": "opencollective",
  2432. "url": "https://opencollective.com/parcel"
  2433. }
  2434. },
  2435. "node_modules/@parcel/watcher-win32-ia32": {
  2436. "version": "2.5.1",
  2437. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2438. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2439. "cpu": [
  2440. "ia32"
  2441. ],
  2442. "license": "MIT",
  2443. "optional": true,
  2444. "os": [
  2445. "win32"
  2446. ],
  2447. "engines": {
  2448. "node": ">= 10.0.0"
  2449. },
  2450. "funding": {
  2451. "type": "opencollective",
  2452. "url": "https://opencollective.com/parcel"
  2453. }
  2454. },
  2455. "node_modules/@parcel/watcher-win32-x64": {
  2456. "version": "2.5.1",
  2457. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2458. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2459. "cpu": [
  2460. "x64"
  2461. ],
  2462. "license": "MIT",
  2463. "optional": true,
  2464. "os": [
  2465. "win32"
  2466. ],
  2467. "engines": {
  2468. "node": ">= 10.0.0"
  2469. },
  2470. "funding": {
  2471. "type": "opencollective",
  2472. "url": "https://opencollective.com/parcel"
  2473. }
  2474. },
  2475. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  2476. "version": "1.0.3",
  2477. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  2478. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2479. "license": "Apache-2.0",
  2480. "optional": true,
  2481. "bin": {
  2482. "detect-libc": "bin/detect-libc.js"
  2483. },
  2484. "engines": {
  2485. "node": ">=0.10"
  2486. }
  2487. },
  2488. "node_modules/@rc-component/async-validator": {
  2489. "version": "5.0.4",
  2490. "resolved": "https://registry.npmmirror.com/@rc-component/async-validator/-/async-validator-5.0.4.tgz",
  2491. "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==",
  2492. "license": "MIT",
  2493. "dependencies": {
  2494. "@babel/runtime": "^7.24.4"
  2495. },
  2496. "engines": {
  2497. "node": ">=14.x"
  2498. }
  2499. },
  2500. "node_modules/@rc-component/color-picker": {
  2501. "version": "2.0.1",
  2502. "resolved": "https://registry.npmmirror.com/@rc-component/color-picker/-/color-picker-2.0.1.tgz",
  2503. "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==",
  2504. "license": "MIT",
  2505. "dependencies": {
  2506. "@ant-design/fast-color": "^2.0.6",
  2507. "@babel/runtime": "^7.23.6",
  2508. "classnames": "^2.2.6",
  2509. "rc-util": "^5.38.1"
  2510. },
  2511. "peerDependencies": {
  2512. "react": ">=16.9.0",
  2513. "react-dom": ">=16.9.0"
  2514. }
  2515. },
  2516. "node_modules/@rc-component/context": {
  2517. "version": "1.4.0",
  2518. "resolved": "https://registry.npmmirror.com/@rc-component/context/-/context-1.4.0.tgz",
  2519. "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==",
  2520. "license": "MIT",
  2521. "dependencies": {
  2522. "@babel/runtime": "^7.10.1",
  2523. "rc-util": "^5.27.0"
  2524. },
  2525. "peerDependencies": {
  2526. "react": ">=16.9.0",
  2527. "react-dom": ">=16.9.0"
  2528. }
  2529. },
  2530. "node_modules/@rc-component/mini-decimal": {
  2531. "version": "1.1.0",
  2532. "resolved": "https://registry.npmmirror.com/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz",
  2533. "integrity": "sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==",
  2534. "license": "MIT",
  2535. "dependencies": {
  2536. "@babel/runtime": "^7.18.0"
  2537. },
  2538. "engines": {
  2539. "node": ">=8.x"
  2540. }
  2541. },
  2542. "node_modules/@rc-component/mutate-observer": {
  2543. "version": "1.1.0",
  2544. "resolved": "https://registry.npmmirror.com/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz",
  2545. "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==",
  2546. "license": "MIT",
  2547. "dependencies": {
  2548. "@babel/runtime": "^7.18.0",
  2549. "classnames": "^2.3.2",
  2550. "rc-util": "^5.24.4"
  2551. },
  2552. "engines": {
  2553. "node": ">=8.x"
  2554. },
  2555. "peerDependencies": {
  2556. "react": ">=16.9.0",
  2557. "react-dom": ">=16.9.0"
  2558. }
  2559. },
  2560. "node_modules/@rc-component/portal": {
  2561. "version": "1.1.2",
  2562. "resolved": "https://registry.npmmirror.com/@rc-component/portal/-/portal-1.1.2.tgz",
  2563. "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==",
  2564. "license": "MIT",
  2565. "dependencies": {
  2566. "@babel/runtime": "^7.18.0",
  2567. "classnames": "^2.3.2",
  2568. "rc-util": "^5.24.4"
  2569. },
  2570. "engines": {
  2571. "node": ">=8.x"
  2572. },
  2573. "peerDependencies": {
  2574. "react": ">=16.9.0",
  2575. "react-dom": ">=16.9.0"
  2576. }
  2577. },
  2578. "node_modules/@rc-component/qrcode": {
  2579. "version": "1.0.0",
  2580. "resolved": "https://registry.npmmirror.com/@rc-component/qrcode/-/qrcode-1.0.0.tgz",
  2581. "integrity": "sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==",
  2582. "license": "MIT",
  2583. "dependencies": {
  2584. "@babel/runtime": "^7.24.7",
  2585. "classnames": "^2.3.2",
  2586. "rc-util": "^5.38.0"
  2587. },
  2588. "engines": {
  2589. "node": ">=8.x"
  2590. },
  2591. "peerDependencies": {
  2592. "react": ">=16.9.0",
  2593. "react-dom": ">=16.9.0"
  2594. }
  2595. },
  2596. "node_modules/@rc-component/tour": {
  2597. "version": "1.15.1",
  2598. "resolved": "https://registry.npmmirror.com/@rc-component/tour/-/tour-1.15.1.tgz",
  2599. "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==",
  2600. "license": "MIT",
  2601. "dependencies": {
  2602. "@babel/runtime": "^7.18.0",
  2603. "@rc-component/portal": "^1.0.0-9",
  2604. "@rc-component/trigger": "^2.0.0",
  2605. "classnames": "^2.3.2",
  2606. "rc-util": "^5.24.4"
  2607. },
  2608. "engines": {
  2609. "node": ">=8.x"
  2610. },
  2611. "peerDependencies": {
  2612. "react": ">=16.9.0",
  2613. "react-dom": ">=16.9.0"
  2614. }
  2615. },
  2616. "node_modules/@rc-component/trigger": {
  2617. "version": "2.3.0",
  2618. "resolved": "https://registry.npmmirror.com/@rc-component/trigger/-/trigger-2.3.0.tgz",
  2619. "integrity": "sha512-iwaxZyzOuK0D7lS+0AQEtW52zUWxoGqTGkke3dRyb8pYiShmRpCjB/8TzPI4R6YySCH7Vm9BZj/31VPiiQTLBg==",
  2620. "license": "MIT",
  2621. "dependencies": {
  2622. "@babel/runtime": "^7.23.2",
  2623. "@rc-component/portal": "^1.1.0",
  2624. "classnames": "^2.3.2",
  2625. "rc-motion": "^2.0.0",
  2626. "rc-resize-observer": "^1.3.1",
  2627. "rc-util": "^5.44.0"
  2628. },
  2629. "engines": {
  2630. "node": ">=8.x"
  2631. },
  2632. "peerDependencies": {
  2633. "react": ">=16.9.0",
  2634. "react-dom": ">=16.9.0"
  2635. }
  2636. },
  2637. "node_modules/@react-leaflet/core": {
  2638. "version": "3.0.0",
  2639. "resolved": "https://registry.npmmirror.com/@react-leaflet/core/-/core-3.0.0.tgz",
  2640. "integrity": "sha512-3EWmekh4Nz+pGcr+xjf0KNyYfC3U2JjnkWsh0zcqaexYqmmB5ZhH37kz41JXGmKzpaMZCnPofBBm64i+YrEvGQ==",
  2641. "license": "Hippocratic-2.1",
  2642. "peerDependencies": {
  2643. "leaflet": "^1.9.0",
  2644. "react": "^19.0.0",
  2645. "react-dom": "^19.0.0"
  2646. }
  2647. },
  2648. "node_modules/@rtsao/scc": {
  2649. "version": "1.1.0",
  2650. "resolved": "https://registry.npmmirror.com/@rtsao/scc/-/scc-1.1.0.tgz",
  2651. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  2652. "dev": true,
  2653. "license": "MIT"
  2654. },
  2655. "node_modules/@rushstack/eslint-patch": {
  2656. "version": "1.12.0",
  2657. "resolved": "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.12.0.tgz",
  2658. "integrity": "sha512-5EwMtOqvJMMa3HbmxLlF74e+3/HhwBTMcvt3nqVJgGCozO6hzIPOBlwm8mGVNR9SN2IJpxSnlxczyDjcn7qIyw==",
  2659. "dev": true,
  2660. "license": "MIT"
  2661. },
  2662. "node_modules/@sbzen/cron-core": {
  2663. "version": "2.0.3",
  2664. "resolved": "https://registry.npmmirror.com/@sbzen/cron-core/-/cron-core-2.0.3.tgz",
  2665. "integrity": "sha512-ITfcSuk5O6LoO8AG3xlkXEhqfxWRwSEJcVL/NmPh9qZn99Jenpf9XO5XYnYWPEDBDxa6cSfOxvthn8yn5OxaCA==",
  2666. "license": "MIT"
  2667. },
  2668. "node_modules/@sbzen/re-cron": {
  2669. "version": "2.0.7",
  2670. "resolved": "https://registry.npmmirror.com/@sbzen/re-cron/-/re-cron-2.0.7.tgz",
  2671. "integrity": "sha512-NCMdo5JvqfvEEntWeC8QgfWCY3x2DqqTAa6cJeb9ENP3jLAPEEOFFpe/hhPRR64QAeayideTQL1FaVy36RHGYw==",
  2672. "license": "MIT",
  2673. "dependencies": {
  2674. "@sbzen/cron-core": "2.0.3"
  2675. },
  2676. "peerDependencies": {
  2677. "react": "*",
  2678. "react-dom": "*"
  2679. }
  2680. },
  2681. "node_modules/@swc/helpers": {
  2682. "version": "0.5.15",
  2683. "resolved": "https://registry.npmmirror.com/@swc/helpers/-/helpers-0.5.15.tgz",
  2684. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  2685. "license": "Apache-2.0",
  2686. "dependencies": {
  2687. "tslib": "^2.8.0"
  2688. }
  2689. },
  2690. "node_modules/@tailwindcss/node": {
  2691. "version": "4.1.11",
  2692. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.11.tgz",
  2693. "integrity": "sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q==",
  2694. "dev": true,
  2695. "license": "MIT",
  2696. "dependencies": {
  2697. "@ampproject/remapping": "^2.3.0",
  2698. "enhanced-resolve": "^5.18.1",
  2699. "jiti": "^2.4.2",
  2700. "lightningcss": "1.30.1",
  2701. "magic-string": "^0.30.17",
  2702. "source-map-js": "^1.2.1",
  2703. "tailwindcss": "4.1.11"
  2704. }
  2705. },
  2706. "node_modules/@tailwindcss/oxide": {
  2707. "version": "4.1.11",
  2708. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.11.tgz",
  2709. "integrity": "sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg==",
  2710. "dev": true,
  2711. "hasInstallScript": true,
  2712. "license": "MIT",
  2713. "dependencies": {
  2714. "detect-libc": "^2.0.4",
  2715. "tar": "^7.4.3"
  2716. },
  2717. "engines": {
  2718. "node": ">= 10"
  2719. },
  2720. "optionalDependencies": {
  2721. "@tailwindcss/oxide-android-arm64": "4.1.11",
  2722. "@tailwindcss/oxide-darwin-arm64": "4.1.11",
  2723. "@tailwindcss/oxide-darwin-x64": "4.1.11",
  2724. "@tailwindcss/oxide-freebsd-x64": "4.1.11",
  2725. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.11",
  2726. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.11",
  2727. "@tailwindcss/oxide-linux-arm64-musl": "4.1.11",
  2728. "@tailwindcss/oxide-linux-x64-gnu": "4.1.11",
  2729. "@tailwindcss/oxide-linux-x64-musl": "4.1.11",
  2730. "@tailwindcss/oxide-wasm32-wasi": "4.1.11",
  2731. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.11",
  2732. "@tailwindcss/oxide-win32-x64-msvc": "4.1.11"
  2733. }
  2734. },
  2735. "node_modules/@tailwindcss/oxide-android-arm64": {
  2736. "version": "4.1.11",
  2737. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.11.tgz",
  2738. "integrity": "sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==",
  2739. "cpu": [
  2740. "arm64"
  2741. ],
  2742. "dev": true,
  2743. "license": "MIT",
  2744. "optional": true,
  2745. "os": [
  2746. "android"
  2747. ],
  2748. "engines": {
  2749. "node": ">= 10"
  2750. }
  2751. },
  2752. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  2753. "version": "4.1.11",
  2754. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.11.tgz",
  2755. "integrity": "sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==",
  2756. "cpu": [
  2757. "arm64"
  2758. ],
  2759. "dev": true,
  2760. "license": "MIT",
  2761. "optional": true,
  2762. "os": [
  2763. "darwin"
  2764. ],
  2765. "engines": {
  2766. "node": ">= 10"
  2767. }
  2768. },
  2769. "node_modules/@tailwindcss/oxide-darwin-x64": {
  2770. "version": "4.1.11",
  2771. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.11.tgz",
  2772. "integrity": "sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==",
  2773. "cpu": [
  2774. "x64"
  2775. ],
  2776. "dev": true,
  2777. "license": "MIT",
  2778. "optional": true,
  2779. "os": [
  2780. "darwin"
  2781. ],
  2782. "engines": {
  2783. "node": ">= 10"
  2784. }
  2785. },
  2786. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  2787. "version": "4.1.11",
  2788. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.11.tgz",
  2789. "integrity": "sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==",
  2790. "cpu": [
  2791. "x64"
  2792. ],
  2793. "dev": true,
  2794. "license": "MIT",
  2795. "optional": true,
  2796. "os": [
  2797. "freebsd"
  2798. ],
  2799. "engines": {
  2800. "node": ">= 10"
  2801. }
  2802. },
  2803. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  2804. "version": "4.1.11",
  2805. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.11.tgz",
  2806. "integrity": "sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==",
  2807. "cpu": [
  2808. "arm"
  2809. ],
  2810. "dev": true,
  2811. "license": "MIT",
  2812. "optional": true,
  2813. "os": [
  2814. "linux"
  2815. ],
  2816. "engines": {
  2817. "node": ">= 10"
  2818. }
  2819. },
  2820. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  2821. "version": "4.1.11",
  2822. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.11.tgz",
  2823. "integrity": "sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==",
  2824. "cpu": [
  2825. "arm64"
  2826. ],
  2827. "dev": true,
  2828. "license": "MIT",
  2829. "optional": true,
  2830. "os": [
  2831. "linux"
  2832. ],
  2833. "engines": {
  2834. "node": ">= 10"
  2835. }
  2836. },
  2837. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  2838. "version": "4.1.11",
  2839. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.11.tgz",
  2840. "integrity": "sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==",
  2841. "cpu": [
  2842. "arm64"
  2843. ],
  2844. "dev": true,
  2845. "license": "MIT",
  2846. "optional": true,
  2847. "os": [
  2848. "linux"
  2849. ],
  2850. "engines": {
  2851. "node": ">= 10"
  2852. }
  2853. },
  2854. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  2855. "version": "4.1.11",
  2856. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.11.tgz",
  2857. "integrity": "sha512-YW6sblI7xukSD2TdbbaeQVDysIm/UPJtObHJHKxDEcW2exAtY47j52f8jZXkqE1krdnkhCMGqP3dbniu1Te2Fg==",
  2858. "cpu": [
  2859. "x64"
  2860. ],
  2861. "dev": true,
  2862. "license": "MIT",
  2863. "optional": true,
  2864. "os": [
  2865. "linux"
  2866. ],
  2867. "engines": {
  2868. "node": ">= 10"
  2869. }
  2870. },
  2871. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  2872. "version": "4.1.11",
  2873. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.11.tgz",
  2874. "integrity": "sha512-e3C/RRhGunWYNC3aSF7exsQkdXzQ/M+aYuZHKnw4U7KQwTJotnWsGOIVih0s2qQzmEzOFIJ3+xt7iq67K/p56Q==",
  2875. "cpu": [
  2876. "x64"
  2877. ],
  2878. "dev": true,
  2879. "license": "MIT",
  2880. "optional": true,
  2881. "os": [
  2882. "linux"
  2883. ],
  2884. "engines": {
  2885. "node": ">= 10"
  2886. }
  2887. },
  2888. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  2889. "version": "4.1.11",
  2890. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.11.tgz",
  2891. "integrity": "sha512-Xo1+/GU0JEN/C/dvcammKHzeM6NqKovG+6921MR6oadee5XPBaKOumrJCXvopJ/Qb5TH7LX/UAywbqrP4lax0g==",
  2892. "bundleDependencies": [
  2893. "@napi-rs/wasm-runtime",
  2894. "@emnapi/core",
  2895. "@emnapi/runtime",
  2896. "@tybys/wasm-util",
  2897. "@emnapi/wasi-threads",
  2898. "tslib"
  2899. ],
  2900. "cpu": [
  2901. "wasm32"
  2902. ],
  2903. "dev": true,
  2904. "license": "MIT",
  2905. "optional": true,
  2906. "dependencies": {
  2907. "@emnapi/core": "^1.4.3",
  2908. "@emnapi/runtime": "^1.4.3",
  2909. "@emnapi/wasi-threads": "^1.0.2",
  2910. "@napi-rs/wasm-runtime": "^0.2.11",
  2911. "@tybys/wasm-util": "^0.9.0",
  2912. "tslib": "^2.8.0"
  2913. },
  2914. "engines": {
  2915. "node": ">=14.0.0"
  2916. }
  2917. },
  2918. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  2919. "version": "4.1.11",
  2920. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.11.tgz",
  2921. "integrity": "sha512-UgKYx5PwEKrac3GPNPf6HVMNhUIGuUh4wlDFR2jYYdkX6pL/rn73zTq/4pzUm8fOjAn5L8zDeHp9iXmUGOXZ+w==",
  2922. "cpu": [
  2923. "arm64"
  2924. ],
  2925. "dev": true,
  2926. "license": "MIT",
  2927. "optional": true,
  2928. "os": [
  2929. "win32"
  2930. ],
  2931. "engines": {
  2932. "node": ">= 10"
  2933. }
  2934. },
  2935. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  2936. "version": "4.1.11",
  2937. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.11.tgz",
  2938. "integrity": "sha512-YfHoggn1j0LK7wR82TOucWc5LDCguHnoS879idHekmmiR7g9HUtMw9MI0NHatS28u/Xlkfi9w5RJWgz2Dl+5Qg==",
  2939. "cpu": [
  2940. "x64"
  2941. ],
  2942. "dev": true,
  2943. "license": "MIT",
  2944. "optional": true,
  2945. "os": [
  2946. "win32"
  2947. ],
  2948. "engines": {
  2949. "node": ">= 10"
  2950. }
  2951. },
  2952. "node_modules/@tailwindcss/postcss": {
  2953. "version": "4.1.11",
  2954. "resolved": "https://registry.npmmirror.com/@tailwindcss/postcss/-/postcss-4.1.11.tgz",
  2955. "integrity": "sha512-q/EAIIpF6WpLhKEuQSEVMZNMIY8KhWoAemZ9eylNAih9jxMGAYPPWBn3I9QL/2jZ+e7OEz/tZkX5HwbBR4HohA==",
  2956. "dev": true,
  2957. "license": "MIT",
  2958. "dependencies": {
  2959. "@alloc/quick-lru": "^5.2.0",
  2960. "@tailwindcss/node": "4.1.11",
  2961. "@tailwindcss/oxide": "4.1.11",
  2962. "postcss": "^8.4.41",
  2963. "tailwindcss": "4.1.11"
  2964. }
  2965. },
  2966. "node_modules/@tweenjs/tween.js": {
  2967. "version": "23.1.3",
  2968. "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-23.1.3.tgz",
  2969. "integrity": "sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==",
  2970. "license": "MIT"
  2971. },
  2972. "node_modules/@tybys/wasm-util": {
  2973. "version": "0.10.0",
  2974. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.0.tgz",
  2975. "integrity": "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==",
  2976. "dev": true,
  2977. "license": "MIT",
  2978. "optional": true,
  2979. "dependencies": {
  2980. "tslib": "^2.4.0"
  2981. }
  2982. },
  2983. "node_modules/@types/d3-array": {
  2984. "version": "3.2.1",
  2985. "resolved": "https://registry.npmmirror.com/@types/d3-array/-/d3-array-3.2.1.tgz",
  2986. "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==",
  2987. "license": "MIT"
  2988. },
  2989. "node_modules/@types/d3-color": {
  2990. "version": "3.1.3",
  2991. "resolved": "https://registry.npmmirror.com/@types/d3-color/-/d3-color-3.1.3.tgz",
  2992. "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
  2993. "license": "MIT"
  2994. },
  2995. "node_modules/@types/d3-dispatch": {
  2996. "version": "3.0.7",
  2997. "resolved": "https://registry.npmmirror.com/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz",
  2998. "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==",
  2999. "license": "MIT"
  3000. },
  3001. "node_modules/@types/d3-dsv": {
  3002. "version": "3.0.7",
  3003. "resolved": "https://registry.npmmirror.com/@types/d3-dsv/-/d3-dsv-3.0.7.tgz",
  3004. "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==",
  3005. "license": "MIT"
  3006. },
  3007. "node_modules/@types/d3-ease": {
  3008. "version": "3.0.2",
  3009. "resolved": "https://registry.npmmirror.com/@types/d3-ease/-/d3-ease-3.0.2.tgz",
  3010. "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
  3011. "license": "MIT"
  3012. },
  3013. "node_modules/@types/d3-fetch": {
  3014. "version": "3.0.7",
  3015. "resolved": "https://registry.npmmirror.com/@types/d3-fetch/-/d3-fetch-3.0.7.tgz",
  3016. "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==",
  3017. "license": "MIT",
  3018. "dependencies": {
  3019. "@types/d3-dsv": "*"
  3020. }
  3021. },
  3022. "node_modules/@types/d3-force": {
  3023. "version": "3.0.10",
  3024. "resolved": "https://registry.npmmirror.com/@types/d3-force/-/d3-force-3.0.10.tgz",
  3025. "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==",
  3026. "license": "MIT"
  3027. },
  3028. "node_modules/@types/d3-format": {
  3029. "version": "3.0.4",
  3030. "resolved": "https://registry.npmmirror.com/@types/d3-format/-/d3-format-3.0.4.tgz",
  3031. "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==",
  3032. "license": "MIT"
  3033. },
  3034. "node_modules/@types/d3-geo": {
  3035. "version": "3.1.0",
  3036. "resolved": "https://registry.npmmirror.com/@types/d3-geo/-/d3-geo-3.1.0.tgz",
  3037. "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==",
  3038. "license": "MIT",
  3039. "dependencies": {
  3040. "@types/geojson": "*"
  3041. }
  3042. },
  3043. "node_modules/@types/d3-hierarchy": {
  3044. "version": "3.1.7",
  3045. "resolved": "https://registry.npmmirror.com/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz",
  3046. "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==",
  3047. "license": "MIT"
  3048. },
  3049. "node_modules/@types/d3-interpolate": {
  3050. "version": "3.0.4",
  3051. "resolved": "https://registry.npmmirror.com/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
  3052. "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
  3053. "license": "MIT",
  3054. "dependencies": {
  3055. "@types/d3-color": "*"
  3056. }
  3057. },
  3058. "node_modules/@types/d3-path": {
  3059. "version": "3.1.1",
  3060. "resolved": "https://registry.npmmirror.com/@types/d3-path/-/d3-path-3.1.1.tgz",
  3061. "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
  3062. "license": "MIT"
  3063. },
  3064. "node_modules/@types/d3-quadtree": {
  3065. "version": "3.0.6",
  3066. "resolved": "https://registry.npmmirror.com/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz",
  3067. "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==",
  3068. "license": "MIT"
  3069. },
  3070. "node_modules/@types/d3-random": {
  3071. "version": "3.0.3",
  3072. "resolved": "https://registry.npmmirror.com/@types/d3-random/-/d3-random-3.0.3.tgz",
  3073. "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==",
  3074. "license": "MIT"
  3075. },
  3076. "node_modules/@types/d3-scale": {
  3077. "version": "4.0.9",
  3078. "resolved": "https://registry.npmmirror.com/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  3079. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  3080. "license": "MIT",
  3081. "dependencies": {
  3082. "@types/d3-time": "*"
  3083. }
  3084. },
  3085. "node_modules/@types/d3-scale-chromatic": {
  3086. "version": "3.1.0",
  3087. "resolved": "https://registry.npmmirror.com/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  3088. "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
  3089. "license": "MIT"
  3090. },
  3091. "node_modules/@types/d3-shape": {
  3092. "version": "3.1.7",
  3093. "resolved": "https://registry.npmmirror.com/@types/d3-shape/-/d3-shape-3.1.7.tgz",
  3094. "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==",
  3095. "license": "MIT",
  3096. "dependencies": {
  3097. "@types/d3-path": "*"
  3098. }
  3099. },
  3100. "node_modules/@types/d3-time": {
  3101. "version": "3.0.4",
  3102. "resolved": "https://registry.npmmirror.com/@types/d3-time/-/d3-time-3.0.4.tgz",
  3103. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  3104. "license": "MIT"
  3105. },
  3106. "node_modules/@types/d3-timer": {
  3107. "version": "3.0.2",
  3108. "resolved": "https://registry.npmmirror.com/@types/d3-timer/-/d3-timer-3.0.2.tgz",
  3109. "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
  3110. "license": "MIT"
  3111. },
  3112. "node_modules/@types/debug": {
  3113. "version": "4.1.12",
  3114. "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
  3115. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  3116. "license": "MIT",
  3117. "dependencies": {
  3118. "@types/ms": "*"
  3119. }
  3120. },
  3121. "node_modules/@types/estree": {
  3122. "version": "1.0.8",
  3123. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  3124. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  3125. "license": "MIT"
  3126. },
  3127. "node_modules/@types/estree-jsx": {
  3128. "version": "1.0.5",
  3129. "resolved": "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
  3130. "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
  3131. "license": "MIT",
  3132. "dependencies": {
  3133. "@types/estree": "*"
  3134. }
  3135. },
  3136. "node_modules/@types/geojson": {
  3137. "version": "7946.0.16",
  3138. "resolved": "https://registry.npmmirror.com/@types/geojson/-/geojson-7946.0.16.tgz",
  3139. "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
  3140. "license": "MIT"
  3141. },
  3142. "node_modules/@types/hast": {
  3143. "version": "3.0.4",
  3144. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  3145. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  3146. "license": "MIT",
  3147. "dependencies": {
  3148. "@types/unist": "*"
  3149. }
  3150. },
  3151. "node_modules/@types/json-schema": {
  3152. "version": "7.0.15",
  3153. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  3154. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3155. "dev": true,
  3156. "license": "MIT"
  3157. },
  3158. "node_modules/@types/json5": {
  3159. "version": "0.0.29",
  3160. "resolved": "https://registry.npmmirror.com/@types/json5/-/json5-0.0.29.tgz",
  3161. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  3162. "dev": true,
  3163. "license": "MIT"
  3164. },
  3165. "node_modules/@types/leaflet": {
  3166. "version": "1.9.20",
  3167. "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.20.tgz",
  3168. "integrity": "sha512-rooalPMlk61LCaLOvBF2VIf9M47HgMQqi5xQ9QRi7c8PkdIe0WrIi5IxXUXQjAdL0c+vcQ01mYWbthzmp9GHWw==",
  3169. "dev": true,
  3170. "license": "MIT",
  3171. "dependencies": {
  3172. "@types/geojson": "*"
  3173. }
  3174. },
  3175. "node_modules/@types/mdast": {
  3176. "version": "4.0.4",
  3177. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
  3178. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  3179. "license": "MIT",
  3180. "dependencies": {
  3181. "@types/unist": "*"
  3182. }
  3183. },
  3184. "node_modules/@types/ms": {
  3185. "version": "2.1.0",
  3186. "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
  3187. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  3188. "license": "MIT"
  3189. },
  3190. "node_modules/@types/node": {
  3191. "version": "20.19.9",
  3192. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.9.tgz",
  3193. "integrity": "sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==",
  3194. "dev": true,
  3195. "license": "MIT",
  3196. "dependencies": {
  3197. "undici-types": "~6.21.0"
  3198. }
  3199. },
  3200. "node_modules/@types/parse-json": {
  3201. "version": "4.0.2",
  3202. "resolved": "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.2.tgz",
  3203. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
  3204. "license": "MIT"
  3205. },
  3206. "node_modules/@types/prismjs": {
  3207. "version": "1.26.5",
  3208. "resolved": "https://registry.npmmirror.com/@types/prismjs/-/prismjs-1.26.5.tgz",
  3209. "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==",
  3210. "license": "MIT"
  3211. },
  3212. "node_modules/@types/react": {
  3213. "version": "19.1.9",
  3214. "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.1.9.tgz",
  3215. "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==",
  3216. "license": "MIT",
  3217. "dependencies": {
  3218. "csstype": "^3.0.2"
  3219. }
  3220. },
  3221. "node_modules/@types/react-dom": {
  3222. "version": "19.1.7",
  3223. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.1.7.tgz",
  3224. "integrity": "sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==",
  3225. "dev": true,
  3226. "license": "MIT",
  3227. "peerDependencies": {
  3228. "@types/react": "^19.0.0"
  3229. }
  3230. },
  3231. "node_modules/@types/stats.js": {
  3232. "version": "0.17.4",
  3233. "resolved": "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.4.tgz",
  3234. "integrity": "sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==",
  3235. "license": "MIT"
  3236. },
  3237. "node_modules/@types/three": {
  3238. "version": "0.179.0",
  3239. "resolved": "https://registry.npmjs.org/@types/three/-/three-0.179.0.tgz",
  3240. "integrity": "sha512-VgbFG2Pgsm84BqdegZzr7w2aKbQxmgzIu4Dy7/75ygiD/0P68LKmp5ie08KMPNqGTQwIge8s6D1guZf1RnZE0A==",
  3241. "license": "MIT",
  3242. "dependencies": {
  3243. "@dimforge/rapier3d-compat": "~0.12.0",
  3244. "@tweenjs/tween.js": "~23.1.3",
  3245. "@types/stats.js": "*",
  3246. "@types/webxr": "*",
  3247. "@webgpu/types": "*",
  3248. "fflate": "~0.8.2",
  3249. "meshoptimizer": "~0.22.0"
  3250. }
  3251. },
  3252. "node_modules/@types/unist": {
  3253. "version": "3.0.3",
  3254. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  3255. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  3256. "license": "MIT"
  3257. },
  3258. "node_modules/@types/webxr": {
  3259. "version": "0.5.22",
  3260. "resolved": "https://registry.npmjs.org/@types/webxr/-/webxr-0.5.22.tgz",
  3261. "integrity": "sha512-Vr6Stjv5jPRqH690f5I5GLjVk8GSsoQSYJ2FVd/3jJF7KaqfwPi3ehfBS96mlQ2kPCwZaX6U0rG2+NGHBKkA/A==",
  3262. "license": "MIT"
  3263. },
  3264. "node_modules/@typescript-eslint/eslint-plugin": {
  3265. "version": "8.39.0",
  3266. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz",
  3267. "integrity": "sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==",
  3268. "dev": true,
  3269. "license": "MIT",
  3270. "dependencies": {
  3271. "@eslint-community/regexpp": "^4.10.0",
  3272. "@typescript-eslint/scope-manager": "8.39.0",
  3273. "@typescript-eslint/type-utils": "8.39.0",
  3274. "@typescript-eslint/utils": "8.39.0",
  3275. "@typescript-eslint/visitor-keys": "8.39.0",
  3276. "graphemer": "^1.4.0",
  3277. "ignore": "^7.0.0",
  3278. "natural-compare": "^1.4.0",
  3279. "ts-api-utils": "^2.1.0"
  3280. },
  3281. "engines": {
  3282. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3283. },
  3284. "funding": {
  3285. "type": "opencollective",
  3286. "url": "https://opencollective.com/typescript-eslint"
  3287. },
  3288. "peerDependencies": {
  3289. "@typescript-eslint/parser": "^8.39.0",
  3290. "eslint": "^8.57.0 || ^9.0.0",
  3291. "typescript": ">=4.8.4 <6.0.0"
  3292. }
  3293. },
  3294. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  3295. "version": "7.0.5",
  3296. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  3297. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  3298. "dev": true,
  3299. "license": "MIT",
  3300. "engines": {
  3301. "node": ">= 4"
  3302. }
  3303. },
  3304. "node_modules/@typescript-eslint/parser": {
  3305. "version": "8.39.0",
  3306. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.39.0.tgz",
  3307. "integrity": "sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==",
  3308. "dev": true,
  3309. "license": "MIT",
  3310. "dependencies": {
  3311. "@typescript-eslint/scope-manager": "8.39.0",
  3312. "@typescript-eslint/types": "8.39.0",
  3313. "@typescript-eslint/typescript-estree": "8.39.0",
  3314. "@typescript-eslint/visitor-keys": "8.39.0",
  3315. "debug": "^4.3.4"
  3316. },
  3317. "engines": {
  3318. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3319. },
  3320. "funding": {
  3321. "type": "opencollective",
  3322. "url": "https://opencollective.com/typescript-eslint"
  3323. },
  3324. "peerDependencies": {
  3325. "eslint": "^8.57.0 || ^9.0.0",
  3326. "typescript": ">=4.8.4 <6.0.0"
  3327. }
  3328. },
  3329. "node_modules/@typescript-eslint/project-service": {
  3330. "version": "8.39.0",
  3331. "resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz",
  3332. "integrity": "sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==",
  3333. "dev": true,
  3334. "license": "MIT",
  3335. "dependencies": {
  3336. "@typescript-eslint/tsconfig-utils": "^8.39.0",
  3337. "@typescript-eslint/types": "^8.39.0",
  3338. "debug": "^4.3.4"
  3339. },
  3340. "engines": {
  3341. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3342. },
  3343. "funding": {
  3344. "type": "opencollective",
  3345. "url": "https://opencollective.com/typescript-eslint"
  3346. },
  3347. "peerDependencies": {
  3348. "typescript": ">=4.8.4 <6.0.0"
  3349. }
  3350. },
  3351. "node_modules/@typescript-eslint/scope-manager": {
  3352. "version": "8.39.0",
  3353. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz",
  3354. "integrity": "sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==",
  3355. "dev": true,
  3356. "license": "MIT",
  3357. "dependencies": {
  3358. "@typescript-eslint/types": "8.39.0",
  3359. "@typescript-eslint/visitor-keys": "8.39.0"
  3360. },
  3361. "engines": {
  3362. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3363. },
  3364. "funding": {
  3365. "type": "opencollective",
  3366. "url": "https://opencollective.com/typescript-eslint"
  3367. }
  3368. },
  3369. "node_modules/@typescript-eslint/tsconfig-utils": {
  3370. "version": "8.39.0",
  3371. "resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz",
  3372. "integrity": "sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==",
  3373. "dev": true,
  3374. "license": "MIT",
  3375. "engines": {
  3376. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3377. },
  3378. "funding": {
  3379. "type": "opencollective",
  3380. "url": "https://opencollective.com/typescript-eslint"
  3381. },
  3382. "peerDependencies": {
  3383. "typescript": ">=4.8.4 <6.0.0"
  3384. }
  3385. },
  3386. "node_modules/@typescript-eslint/type-utils": {
  3387. "version": "8.39.0",
  3388. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz",
  3389. "integrity": "sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==",
  3390. "dev": true,
  3391. "license": "MIT",
  3392. "dependencies": {
  3393. "@typescript-eslint/types": "8.39.0",
  3394. "@typescript-eslint/typescript-estree": "8.39.0",
  3395. "@typescript-eslint/utils": "8.39.0",
  3396. "debug": "^4.3.4",
  3397. "ts-api-utils": "^2.1.0"
  3398. },
  3399. "engines": {
  3400. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3401. },
  3402. "funding": {
  3403. "type": "opencollective",
  3404. "url": "https://opencollective.com/typescript-eslint"
  3405. },
  3406. "peerDependencies": {
  3407. "eslint": "^8.57.0 || ^9.0.0",
  3408. "typescript": ">=4.8.4 <6.0.0"
  3409. }
  3410. },
  3411. "node_modules/@typescript-eslint/types": {
  3412. "version": "8.39.0",
  3413. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.39.0.tgz",
  3414. "integrity": "sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==",
  3415. "dev": true,
  3416. "license": "MIT",
  3417. "engines": {
  3418. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3419. },
  3420. "funding": {
  3421. "type": "opencollective",
  3422. "url": "https://opencollective.com/typescript-eslint"
  3423. }
  3424. },
  3425. "node_modules/@typescript-eslint/typescript-estree": {
  3426. "version": "8.39.0",
  3427. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz",
  3428. "integrity": "sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==",
  3429. "dev": true,
  3430. "license": "MIT",
  3431. "dependencies": {
  3432. "@typescript-eslint/project-service": "8.39.0",
  3433. "@typescript-eslint/tsconfig-utils": "8.39.0",
  3434. "@typescript-eslint/types": "8.39.0",
  3435. "@typescript-eslint/visitor-keys": "8.39.0",
  3436. "debug": "^4.3.4",
  3437. "fast-glob": "^3.3.2",
  3438. "is-glob": "^4.0.3",
  3439. "minimatch": "^9.0.4",
  3440. "semver": "^7.6.0",
  3441. "ts-api-utils": "^2.1.0"
  3442. },
  3443. "engines": {
  3444. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3445. },
  3446. "funding": {
  3447. "type": "opencollective",
  3448. "url": "https://opencollective.com/typescript-eslint"
  3449. },
  3450. "peerDependencies": {
  3451. "typescript": ">=4.8.4 <6.0.0"
  3452. }
  3453. },
  3454. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  3455. "version": "2.0.2",
  3456. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  3457. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  3458. "dev": true,
  3459. "license": "MIT",
  3460. "dependencies": {
  3461. "balanced-match": "^1.0.0"
  3462. }
  3463. },
  3464. "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": {
  3465. "version": "3.3.3",
  3466. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  3467. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3468. "dev": true,
  3469. "license": "MIT",
  3470. "dependencies": {
  3471. "@nodelib/fs.stat": "^2.0.2",
  3472. "@nodelib/fs.walk": "^1.2.3",
  3473. "glob-parent": "^5.1.2",
  3474. "merge2": "^1.3.0",
  3475. "micromatch": "^4.0.8"
  3476. },
  3477. "engines": {
  3478. "node": ">=8.6.0"
  3479. }
  3480. },
  3481. "node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent": {
  3482. "version": "5.1.2",
  3483. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  3484. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3485. "dev": true,
  3486. "license": "ISC",
  3487. "dependencies": {
  3488. "is-glob": "^4.0.1"
  3489. },
  3490. "engines": {
  3491. "node": ">= 6"
  3492. }
  3493. },
  3494. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  3495. "version": "9.0.5",
  3496. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  3497. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  3498. "dev": true,
  3499. "license": "ISC",
  3500. "dependencies": {
  3501. "brace-expansion": "^2.0.1"
  3502. },
  3503. "engines": {
  3504. "node": ">=16 || 14 >=14.17"
  3505. },
  3506. "funding": {
  3507. "url": "https://github.com/sponsors/isaacs"
  3508. }
  3509. },
  3510. "node_modules/@typescript-eslint/utils": {
  3511. "version": "8.39.0",
  3512. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.39.0.tgz",
  3513. "integrity": "sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==",
  3514. "dev": true,
  3515. "license": "MIT",
  3516. "dependencies": {
  3517. "@eslint-community/eslint-utils": "^4.7.0",
  3518. "@typescript-eslint/scope-manager": "8.39.0",
  3519. "@typescript-eslint/types": "8.39.0",
  3520. "@typescript-eslint/typescript-estree": "8.39.0"
  3521. },
  3522. "engines": {
  3523. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3524. },
  3525. "funding": {
  3526. "type": "opencollective",
  3527. "url": "https://opencollective.com/typescript-eslint"
  3528. },
  3529. "peerDependencies": {
  3530. "eslint": "^8.57.0 || ^9.0.0",
  3531. "typescript": ">=4.8.4 <6.0.0"
  3532. }
  3533. },
  3534. "node_modules/@typescript-eslint/visitor-keys": {
  3535. "version": "8.39.0",
  3536. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz",
  3537. "integrity": "sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==",
  3538. "dev": true,
  3539. "license": "MIT",
  3540. "dependencies": {
  3541. "@typescript-eslint/types": "8.39.0",
  3542. "eslint-visitor-keys": "^4.2.1"
  3543. },
  3544. "engines": {
  3545. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3546. },
  3547. "funding": {
  3548. "type": "opencollective",
  3549. "url": "https://opencollective.com/typescript-eslint"
  3550. }
  3551. },
  3552. "node_modules/@uiw/copy-to-clipboard": {
  3553. "version": "1.0.17",
  3554. "resolved": "https://registry.npmmirror.com/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.17.tgz",
  3555. "integrity": "sha512-O2GUHV90Iw2VrSLVLK0OmNIMdZ5fgEg4NhvtwINsX+eZ/Wf6DWD0TdsK9xwV7dNRnK/UI2mQtl0a2/kRgm1m1A==",
  3556. "license": "MIT",
  3557. "funding": {
  3558. "url": "https://jaywcjlove.github.io/#/sponsor"
  3559. }
  3560. },
  3561. "node_modules/@uiw/react-markdown-preview": {
  3562. "version": "5.1.5",
  3563. "resolved": "https://registry.npmmirror.com/@uiw/react-markdown-preview/-/react-markdown-preview-5.1.5.tgz",
  3564. "integrity": "sha512-DNOqx1a6gJR7Btt57zpGEKTfHRlb7rWbtctMRO2f82wWcuoJsxPBrM+JWebDdOD0LfD8oe2CQvW2ICQJKHQhZg==",
  3565. "license": "MIT",
  3566. "dependencies": {
  3567. "@babel/runtime": "^7.17.2",
  3568. "@uiw/copy-to-clipboard": "~1.0.12",
  3569. "react-markdown": "~9.0.1",
  3570. "rehype-attr": "~3.0.1",
  3571. "rehype-autolink-headings": "~7.1.0",
  3572. "rehype-ignore": "^2.0.0",
  3573. "rehype-prism-plus": "2.0.0",
  3574. "rehype-raw": "^7.0.0",
  3575. "rehype-rewrite": "~4.0.0",
  3576. "rehype-slug": "~6.0.0",
  3577. "remark-gfm": "~4.0.0",
  3578. "remark-github-blockquote-alert": "^1.0.0",
  3579. "unist-util-visit": "^5.0.0"
  3580. },
  3581. "funding": {
  3582. "url": "https://jaywcjlove.github.io/#/sponsor"
  3583. },
  3584. "peerDependencies": {
  3585. "react": ">=16.8.0",
  3586. "react-dom": ">=16.8.0"
  3587. }
  3588. },
  3589. "node_modules/@uiw/react-markdown-preview/node_modules/rehype-prism-plus": {
  3590. "version": "2.0.0",
  3591. "resolved": "https://registry.npmmirror.com/rehype-prism-plus/-/rehype-prism-plus-2.0.0.tgz",
  3592. "integrity": "sha512-FeM/9V2N7EvDZVdR2dqhAzlw5YI49m9Tgn7ZrYJeYHIahM6gcXpH0K1y2gNnKanZCydOMluJvX2cB9z3lhY8XQ==",
  3593. "license": "MIT",
  3594. "dependencies": {
  3595. "hast-util-to-string": "^3.0.0",
  3596. "parse-numeric-range": "^1.3.0",
  3597. "refractor": "^4.8.0",
  3598. "rehype-parse": "^9.0.0",
  3599. "unist-util-filter": "^5.0.0",
  3600. "unist-util-visit": "^5.0.0"
  3601. }
  3602. },
  3603. "node_modules/@uiw/react-md-editor": {
  3604. "version": "4.0.8",
  3605. "resolved": "https://registry.npmmirror.com/@uiw/react-md-editor/-/react-md-editor-4.0.8.tgz",
  3606. "integrity": "sha512-S3mOzZeGmJNhzdXJxRTCwsFMDp8nBWeQUf59cK3L6QHzDUHnRoHpcmWpfVRyKGKSg8zaI2+meU5cYWf8kYn3mQ==",
  3607. "license": "MIT",
  3608. "dependencies": {
  3609. "@babel/runtime": "^7.14.6",
  3610. "@uiw/react-markdown-preview": "^5.0.6",
  3611. "rehype": "~13.0.0",
  3612. "rehype-prism-plus": "~2.0.0"
  3613. },
  3614. "funding": {
  3615. "url": "https://jaywcjlove.github.io/#/sponsor"
  3616. },
  3617. "peerDependencies": {
  3618. "react": ">=16.8.0",
  3619. "react-dom": ">=16.8.0"
  3620. }
  3621. },
  3622. "node_modules/@umijs/route-utils": {
  3623. "version": "4.0.1",
  3624. "resolved": "https://registry.npmmirror.com/@umijs/route-utils/-/route-utils-4.0.1.tgz",
  3625. "integrity": "sha512-+1ixf1BTOLuH+ORb4x8vYMPeIt38n9q0fJDwhv9nSxrV46mxbLF0nmELIo9CKQB2gHfuC4+hww6xejJ6VYnBHQ==",
  3626. "license": "MIT"
  3627. },
  3628. "node_modules/@umijs/use-params": {
  3629. "version": "1.0.9",
  3630. "resolved": "https://registry.npmmirror.com/@umijs/use-params/-/use-params-1.0.9.tgz",
  3631. "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==",
  3632. "license": "MIT",
  3633. "peerDependencies": {
  3634. "react": "*"
  3635. }
  3636. },
  3637. "node_modules/@ungap/structured-clone": {
  3638. "version": "1.3.0",
  3639. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  3640. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  3641. "license": "ISC"
  3642. },
  3643. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  3644. "version": "1.11.1",
  3645. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  3646. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  3647. "cpu": [
  3648. "arm"
  3649. ],
  3650. "dev": true,
  3651. "license": "MIT",
  3652. "optional": true,
  3653. "os": [
  3654. "android"
  3655. ]
  3656. },
  3657. "node_modules/@unrs/resolver-binding-android-arm64": {
  3658. "version": "1.11.1",
  3659. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  3660. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  3661. "cpu": [
  3662. "arm64"
  3663. ],
  3664. "dev": true,
  3665. "license": "MIT",
  3666. "optional": true,
  3667. "os": [
  3668. "android"
  3669. ]
  3670. },
  3671. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  3672. "version": "1.11.1",
  3673. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
  3674. "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
  3675. "cpu": [
  3676. "arm64"
  3677. ],
  3678. "dev": true,
  3679. "license": "MIT",
  3680. "optional": true,
  3681. "os": [
  3682. "darwin"
  3683. ]
  3684. },
  3685. "node_modules/@unrs/resolver-binding-darwin-x64": {
  3686. "version": "1.11.1",
  3687. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  3688. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  3689. "cpu": [
  3690. "x64"
  3691. ],
  3692. "dev": true,
  3693. "license": "MIT",
  3694. "optional": true,
  3695. "os": [
  3696. "darwin"
  3697. ]
  3698. },
  3699. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  3700. "version": "1.11.1",
  3701. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  3702. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  3703. "cpu": [
  3704. "x64"
  3705. ],
  3706. "dev": true,
  3707. "license": "MIT",
  3708. "optional": true,
  3709. "os": [
  3710. "freebsd"
  3711. ]
  3712. },
  3713. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  3714. "version": "1.11.1",
  3715. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  3716. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  3717. "cpu": [
  3718. "arm"
  3719. ],
  3720. "dev": true,
  3721. "license": "MIT",
  3722. "optional": true,
  3723. "os": [
  3724. "linux"
  3725. ]
  3726. },
  3727. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  3728. "version": "1.11.1",
  3729. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  3730. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  3731. "cpu": [
  3732. "arm"
  3733. ],
  3734. "dev": true,
  3735. "license": "MIT",
  3736. "optional": true,
  3737. "os": [
  3738. "linux"
  3739. ]
  3740. },
  3741. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  3742. "version": "1.11.1",
  3743. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  3744. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  3745. "cpu": [
  3746. "arm64"
  3747. ],
  3748. "dev": true,
  3749. "license": "MIT",
  3750. "optional": true,
  3751. "os": [
  3752. "linux"
  3753. ]
  3754. },
  3755. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  3756. "version": "1.11.1",
  3757. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  3758. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  3759. "cpu": [
  3760. "arm64"
  3761. ],
  3762. "dev": true,
  3763. "license": "MIT",
  3764. "optional": true,
  3765. "os": [
  3766. "linux"
  3767. ]
  3768. },
  3769. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  3770. "version": "1.11.1",
  3771. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  3772. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  3773. "cpu": [
  3774. "ppc64"
  3775. ],
  3776. "dev": true,
  3777. "license": "MIT",
  3778. "optional": true,
  3779. "os": [
  3780. "linux"
  3781. ]
  3782. },
  3783. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  3784. "version": "1.11.1",
  3785. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  3786. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  3787. "cpu": [
  3788. "riscv64"
  3789. ],
  3790. "dev": true,
  3791. "license": "MIT",
  3792. "optional": true,
  3793. "os": [
  3794. "linux"
  3795. ]
  3796. },
  3797. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  3798. "version": "1.11.1",
  3799. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  3800. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  3801. "cpu": [
  3802. "riscv64"
  3803. ],
  3804. "dev": true,
  3805. "license": "MIT",
  3806. "optional": true,
  3807. "os": [
  3808. "linux"
  3809. ]
  3810. },
  3811. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  3812. "version": "1.11.1",
  3813. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  3814. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  3815. "cpu": [
  3816. "s390x"
  3817. ],
  3818. "dev": true,
  3819. "license": "MIT",
  3820. "optional": true,
  3821. "os": [
  3822. "linux"
  3823. ]
  3824. },
  3825. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  3826. "version": "1.11.1",
  3827. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  3828. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  3829. "cpu": [
  3830. "x64"
  3831. ],
  3832. "dev": true,
  3833. "license": "MIT",
  3834. "optional": true,
  3835. "os": [
  3836. "linux"
  3837. ]
  3838. },
  3839. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  3840. "version": "1.11.1",
  3841. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  3842. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  3843. "cpu": [
  3844. "x64"
  3845. ],
  3846. "dev": true,
  3847. "license": "MIT",
  3848. "optional": true,
  3849. "os": [
  3850. "linux"
  3851. ]
  3852. },
  3853. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  3854. "version": "1.11.1",
  3855. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  3856. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  3857. "cpu": [
  3858. "wasm32"
  3859. ],
  3860. "dev": true,
  3861. "license": "MIT",
  3862. "optional": true,
  3863. "dependencies": {
  3864. "@napi-rs/wasm-runtime": "^0.2.11"
  3865. },
  3866. "engines": {
  3867. "node": ">=14.0.0"
  3868. }
  3869. },
  3870. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  3871. "version": "1.11.1",
  3872. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  3873. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  3874. "cpu": [
  3875. "arm64"
  3876. ],
  3877. "dev": true,
  3878. "license": "MIT",
  3879. "optional": true,
  3880. "os": [
  3881. "win32"
  3882. ]
  3883. },
  3884. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  3885. "version": "1.11.1",
  3886. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  3887. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  3888. "cpu": [
  3889. "ia32"
  3890. ],
  3891. "dev": true,
  3892. "license": "MIT",
  3893. "optional": true,
  3894. "os": [
  3895. "win32"
  3896. ]
  3897. },
  3898. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  3899. "version": "1.11.1",
  3900. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  3901. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  3902. "cpu": [
  3903. "x64"
  3904. ],
  3905. "dev": true,
  3906. "license": "MIT",
  3907. "optional": true,
  3908. "os": [
  3909. "win32"
  3910. ]
  3911. },
  3912. "node_modules/@webgpu/types": {
  3913. "version": "0.1.64",
  3914. "resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.64.tgz",
  3915. "integrity": "sha512-84kRIAGV46LJTlJZWxShiOrNL30A+9KokD7RB3dRCIqODFjodS5tCD5yyiZ8kIReGVZSDfA3XkkwyyOIF6K62A==",
  3916. "license": "BSD-3-Clause"
  3917. },
  3918. "node_modules/acorn": {
  3919. "version": "8.15.0",
  3920. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3921. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3922. "dev": true,
  3923. "license": "MIT",
  3924. "bin": {
  3925. "acorn": "bin/acorn"
  3926. },
  3927. "engines": {
  3928. "node": ">=0.4.0"
  3929. }
  3930. },
  3931. "node_modules/acorn-jsx": {
  3932. "version": "5.3.2",
  3933. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3934. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3935. "dev": true,
  3936. "license": "MIT",
  3937. "peerDependencies": {
  3938. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3939. }
  3940. },
  3941. "node_modules/add-dom-event-listener": {
  3942. "version": "1.1.0",
  3943. "resolved": "https://registry.npmmirror.com/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz",
  3944. "integrity": "sha512-WCxx1ixHT0GQU9hb0KI/mhgRQhnU+U3GvwY6ZvVjYq8rsihIGoaIOUbY0yMPBxLH5MDtr0kz3fisWGNcbWW7Jw==",
  3945. "license": "MIT",
  3946. "dependencies": {
  3947. "object-assign": "4.x"
  3948. }
  3949. },
  3950. "node_modules/ajv": {
  3951. "version": "6.12.6",
  3952. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  3953. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3954. "dev": true,
  3955. "license": "MIT",
  3956. "dependencies": {
  3957. "fast-deep-equal": "^3.1.1",
  3958. "fast-json-stable-stringify": "^2.0.0",
  3959. "json-schema-traverse": "^0.4.1",
  3960. "uri-js": "^4.2.2"
  3961. },
  3962. "funding": {
  3963. "type": "github",
  3964. "url": "https://github.com/sponsors/epoberezkin"
  3965. }
  3966. },
  3967. "node_modules/ansi-styles": {
  3968. "version": "4.3.0",
  3969. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3970. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3971. "dev": true,
  3972. "license": "MIT",
  3973. "dependencies": {
  3974. "color-convert": "^2.0.1"
  3975. },
  3976. "engines": {
  3977. "node": ">=8"
  3978. },
  3979. "funding": {
  3980. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3981. }
  3982. },
  3983. "node_modules/antd": {
  3984. "version": "5.26.7",
  3985. "resolved": "https://registry.npmmirror.com/antd/-/antd-5.26.7.tgz",
  3986. "integrity": "sha512-iCyXN6+i2CUVEOSzzJKfbKeg115qoJhGvSkCh5uzAf9hANwHUOJQhsMn+KtN+Lx/2NQ6wfM7nGZ+7NPNO5Pn1w==",
  3987. "license": "MIT",
  3988. "dependencies": {
  3989. "@ant-design/colors": "^7.2.1",
  3990. "@ant-design/cssinjs": "^1.23.0",
  3991. "@ant-design/cssinjs-utils": "^1.1.3",
  3992. "@ant-design/fast-color": "^2.0.6",
  3993. "@ant-design/icons": "^5.6.1",
  3994. "@ant-design/react-slick": "~1.1.2",
  3995. "@babel/runtime": "^7.26.0",
  3996. "@rc-component/color-picker": "~2.0.1",
  3997. "@rc-component/mutate-observer": "^1.1.0",
  3998. "@rc-component/qrcode": "~1.0.0",
  3999. "@rc-component/tour": "~1.15.1",
  4000. "@rc-component/trigger": "^2.3.0",
  4001. "classnames": "^2.5.1",
  4002. "copy-to-clipboard": "^3.3.3",
  4003. "dayjs": "^1.11.11",
  4004. "rc-cascader": "~3.34.0",
  4005. "rc-checkbox": "~3.5.0",
  4006. "rc-collapse": "~3.9.0",
  4007. "rc-dialog": "~9.6.0",
  4008. "rc-drawer": "~7.3.0",
  4009. "rc-dropdown": "~4.2.1",
  4010. "rc-field-form": "~2.7.0",
  4011. "rc-image": "~7.12.0",
  4012. "rc-input": "~1.8.0",
  4013. "rc-input-number": "~9.5.0",
  4014. "rc-mentions": "~2.20.0",
  4015. "rc-menu": "~9.16.1",
  4016. "rc-motion": "^2.9.5",
  4017. "rc-notification": "~5.6.4",
  4018. "rc-pagination": "~5.1.0",
  4019. "rc-picker": "~4.11.3",
  4020. "rc-progress": "~4.0.0",
  4021. "rc-rate": "~2.13.1",
  4022. "rc-resize-observer": "^1.4.3",
  4023. "rc-segmented": "~2.7.0",
  4024. "rc-select": "~14.16.8",
  4025. "rc-slider": "~11.1.8",
  4026. "rc-steps": "~6.0.1",
  4027. "rc-switch": "~4.1.0",
  4028. "rc-table": "~7.51.1",
  4029. "rc-tabs": "~15.6.1",
  4030. "rc-textarea": "~1.10.1",
  4031. "rc-tooltip": "~6.4.0",
  4032. "rc-tree": "~5.13.1",
  4033. "rc-tree-select": "~5.27.0",
  4034. "rc-upload": "~4.9.2",
  4035. "rc-util": "^5.44.4",
  4036. "scroll-into-view-if-needed": "^3.1.0",
  4037. "throttle-debounce": "^5.0.2"
  4038. },
  4039. "funding": {
  4040. "type": "opencollective",
  4041. "url": "https://opencollective.com/ant-design"
  4042. },
  4043. "peerDependencies": {
  4044. "react": ">=16.9.0",
  4045. "react-dom": ">=16.9.0"
  4046. }
  4047. },
  4048. "node_modules/argparse": {
  4049. "version": "2.0.1",
  4050. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  4051. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  4052. "dev": true,
  4053. "license": "Python-2.0"
  4054. },
  4055. "node_modules/aria-query": {
  4056. "version": "5.3.2",
  4057. "resolved": "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.2.tgz",
  4058. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  4059. "dev": true,
  4060. "license": "Apache-2.0",
  4061. "engines": {
  4062. "node": ">= 0.4"
  4063. }
  4064. },
  4065. "node_modules/array-buffer-byte-length": {
  4066. "version": "1.0.2",
  4067. "resolved": "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  4068. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  4069. "dev": true,
  4070. "license": "MIT",
  4071. "dependencies": {
  4072. "call-bound": "^1.0.3",
  4073. "is-array-buffer": "^3.0.5"
  4074. },
  4075. "engines": {
  4076. "node": ">= 0.4"
  4077. },
  4078. "funding": {
  4079. "url": "https://github.com/sponsors/ljharb"
  4080. }
  4081. },
  4082. "node_modules/array-includes": {
  4083. "version": "3.1.9",
  4084. "resolved": "https://registry.npmmirror.com/array-includes/-/array-includes-3.1.9.tgz",
  4085. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  4086. "dev": true,
  4087. "license": "MIT",
  4088. "dependencies": {
  4089. "call-bind": "^1.0.8",
  4090. "call-bound": "^1.0.4",
  4091. "define-properties": "^1.2.1",
  4092. "es-abstract": "^1.24.0",
  4093. "es-object-atoms": "^1.1.1",
  4094. "get-intrinsic": "^1.3.0",
  4095. "is-string": "^1.1.1",
  4096. "math-intrinsics": "^1.1.0"
  4097. },
  4098. "engines": {
  4099. "node": ">= 0.4"
  4100. },
  4101. "funding": {
  4102. "url": "https://github.com/sponsors/ljharb"
  4103. }
  4104. },
  4105. "node_modules/array.prototype.findlast": {
  4106. "version": "1.2.5",
  4107. "resolved": "https://registry.npmmirror.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  4108. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  4109. "dev": true,
  4110. "license": "MIT",
  4111. "dependencies": {
  4112. "call-bind": "^1.0.7",
  4113. "define-properties": "^1.2.1",
  4114. "es-abstract": "^1.23.2",
  4115. "es-errors": "^1.3.0",
  4116. "es-object-atoms": "^1.0.0",
  4117. "es-shim-unscopables": "^1.0.2"
  4118. },
  4119. "engines": {
  4120. "node": ">= 0.4"
  4121. },
  4122. "funding": {
  4123. "url": "https://github.com/sponsors/ljharb"
  4124. }
  4125. },
  4126. "node_modules/array.prototype.findlastindex": {
  4127. "version": "1.2.6",
  4128. "resolved": "https://registry.npmmirror.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  4129. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  4130. "dev": true,
  4131. "license": "MIT",
  4132. "dependencies": {
  4133. "call-bind": "^1.0.8",
  4134. "call-bound": "^1.0.4",
  4135. "define-properties": "^1.2.1",
  4136. "es-abstract": "^1.23.9",
  4137. "es-errors": "^1.3.0",
  4138. "es-object-atoms": "^1.1.1",
  4139. "es-shim-unscopables": "^1.1.0"
  4140. },
  4141. "engines": {
  4142. "node": ">= 0.4"
  4143. },
  4144. "funding": {
  4145. "url": "https://github.com/sponsors/ljharb"
  4146. }
  4147. },
  4148. "node_modules/array.prototype.flat": {
  4149. "version": "1.3.3",
  4150. "resolved": "https://registry.npmmirror.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  4151. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  4152. "dev": true,
  4153. "license": "MIT",
  4154. "dependencies": {
  4155. "call-bind": "^1.0.8",
  4156. "define-properties": "^1.2.1",
  4157. "es-abstract": "^1.23.5",
  4158. "es-shim-unscopables": "^1.0.2"
  4159. },
  4160. "engines": {
  4161. "node": ">= 0.4"
  4162. },
  4163. "funding": {
  4164. "url": "https://github.com/sponsors/ljharb"
  4165. }
  4166. },
  4167. "node_modules/array.prototype.flatmap": {
  4168. "version": "1.3.3",
  4169. "resolved": "https://registry.npmmirror.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  4170. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  4171. "dev": true,
  4172. "license": "MIT",
  4173. "dependencies": {
  4174. "call-bind": "^1.0.8",
  4175. "define-properties": "^1.2.1",
  4176. "es-abstract": "^1.23.5",
  4177. "es-shim-unscopables": "^1.0.2"
  4178. },
  4179. "engines": {
  4180. "node": ">= 0.4"
  4181. },
  4182. "funding": {
  4183. "url": "https://github.com/sponsors/ljharb"
  4184. }
  4185. },
  4186. "node_modules/array.prototype.tosorted": {
  4187. "version": "1.1.4",
  4188. "resolved": "https://registry.npmmirror.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  4189. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  4190. "dev": true,
  4191. "license": "MIT",
  4192. "dependencies": {
  4193. "call-bind": "^1.0.7",
  4194. "define-properties": "^1.2.1",
  4195. "es-abstract": "^1.23.3",
  4196. "es-errors": "^1.3.0",
  4197. "es-shim-unscopables": "^1.0.2"
  4198. },
  4199. "engines": {
  4200. "node": ">= 0.4"
  4201. }
  4202. },
  4203. "node_modules/arraybuffer.prototype.slice": {
  4204. "version": "1.0.4",
  4205. "resolved": "https://registry.npmmirror.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  4206. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  4207. "dev": true,
  4208. "license": "MIT",
  4209. "dependencies": {
  4210. "array-buffer-byte-length": "^1.0.1",
  4211. "call-bind": "^1.0.8",
  4212. "define-properties": "^1.2.1",
  4213. "es-abstract": "^1.23.5",
  4214. "es-errors": "^1.3.0",
  4215. "get-intrinsic": "^1.2.6",
  4216. "is-array-buffer": "^3.0.4"
  4217. },
  4218. "engines": {
  4219. "node": ">= 0.4"
  4220. },
  4221. "funding": {
  4222. "url": "https://github.com/sponsors/ljharb"
  4223. }
  4224. },
  4225. "node_modules/ast-types-flow": {
  4226. "version": "0.0.8",
  4227. "resolved": "https://registry.npmmirror.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  4228. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  4229. "dev": true,
  4230. "license": "MIT"
  4231. },
  4232. "node_modules/async-function": {
  4233. "version": "1.0.0",
  4234. "resolved": "https://registry.npmmirror.com/async-function/-/async-function-1.0.0.tgz",
  4235. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  4236. "dev": true,
  4237. "license": "MIT",
  4238. "engines": {
  4239. "node": ">= 0.4"
  4240. }
  4241. },
  4242. "node_modules/available-typed-arrays": {
  4243. "version": "1.0.7",
  4244. "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  4245. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  4246. "dev": true,
  4247. "license": "MIT",
  4248. "dependencies": {
  4249. "possible-typed-array-names": "^1.0.0"
  4250. },
  4251. "engines": {
  4252. "node": ">= 0.4"
  4253. },
  4254. "funding": {
  4255. "url": "https://github.com/sponsors/ljharb"
  4256. }
  4257. },
  4258. "node_modules/axe-core": {
  4259. "version": "4.10.3",
  4260. "resolved": "https://registry.npmmirror.com/axe-core/-/axe-core-4.10.3.tgz",
  4261. "integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==",
  4262. "dev": true,
  4263. "license": "MPL-2.0",
  4264. "engines": {
  4265. "node": ">=4"
  4266. }
  4267. },
  4268. "node_modules/axobject-query": {
  4269. "version": "4.1.0",
  4270. "resolved": "https://registry.npmmirror.com/axobject-query/-/axobject-query-4.1.0.tgz",
  4271. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  4272. "dev": true,
  4273. "license": "Apache-2.0",
  4274. "engines": {
  4275. "node": ">= 0.4"
  4276. }
  4277. },
  4278. "node_modules/babel-plugin-macros": {
  4279. "version": "3.1.0",
  4280. "resolved": "https://registry.npmmirror.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  4281. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  4282. "license": "MIT",
  4283. "dependencies": {
  4284. "@babel/runtime": "^7.12.5",
  4285. "cosmiconfig": "^7.0.0",
  4286. "resolve": "^1.19.0"
  4287. },
  4288. "engines": {
  4289. "node": ">=10",
  4290. "npm": ">=6"
  4291. }
  4292. },
  4293. "node_modules/bail": {
  4294. "version": "2.0.2",
  4295. "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
  4296. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  4297. "license": "MIT",
  4298. "funding": {
  4299. "type": "github",
  4300. "url": "https://github.com/sponsors/wooorm"
  4301. }
  4302. },
  4303. "node_modules/balanced-match": {
  4304. "version": "1.0.2",
  4305. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  4306. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  4307. "dev": true,
  4308. "license": "MIT"
  4309. },
  4310. "node_modules/bcp-47-match": {
  4311. "version": "2.0.3",
  4312. "resolved": "https://registry.npmmirror.com/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
  4313. "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
  4314. "license": "MIT",
  4315. "funding": {
  4316. "type": "github",
  4317. "url": "https://github.com/sponsors/wooorm"
  4318. }
  4319. },
  4320. "node_modules/boolbase": {
  4321. "version": "1.0.0",
  4322. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  4323. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  4324. "license": "ISC"
  4325. },
  4326. "node_modules/brace-expansion": {
  4327. "version": "1.1.12",
  4328. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  4329. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  4330. "dev": true,
  4331. "license": "MIT",
  4332. "dependencies": {
  4333. "balanced-match": "^1.0.0",
  4334. "concat-map": "0.0.1"
  4335. }
  4336. },
  4337. "node_modules/braces": {
  4338. "version": "3.0.3",
  4339. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  4340. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  4341. "devOptional": true,
  4342. "license": "MIT",
  4343. "dependencies": {
  4344. "fill-range": "^7.1.1"
  4345. },
  4346. "engines": {
  4347. "node": ">=8"
  4348. }
  4349. },
  4350. "node_modules/call-bind": {
  4351. "version": "1.0.8",
  4352. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz",
  4353. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  4354. "dev": true,
  4355. "license": "MIT",
  4356. "dependencies": {
  4357. "call-bind-apply-helpers": "^1.0.0",
  4358. "es-define-property": "^1.0.0",
  4359. "get-intrinsic": "^1.2.4",
  4360. "set-function-length": "^1.2.2"
  4361. },
  4362. "engines": {
  4363. "node": ">= 0.4"
  4364. },
  4365. "funding": {
  4366. "url": "https://github.com/sponsors/ljharb"
  4367. }
  4368. },
  4369. "node_modules/call-bind-apply-helpers": {
  4370. "version": "1.0.2",
  4371. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  4372. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  4373. "dev": true,
  4374. "license": "MIT",
  4375. "dependencies": {
  4376. "es-errors": "^1.3.0",
  4377. "function-bind": "^1.1.2"
  4378. },
  4379. "engines": {
  4380. "node": ">= 0.4"
  4381. }
  4382. },
  4383. "node_modules/call-bound": {
  4384. "version": "1.0.4",
  4385. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  4386. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  4387. "dev": true,
  4388. "license": "MIT",
  4389. "dependencies": {
  4390. "call-bind-apply-helpers": "^1.0.2",
  4391. "get-intrinsic": "^1.3.0"
  4392. },
  4393. "engines": {
  4394. "node": ">= 0.4"
  4395. },
  4396. "funding": {
  4397. "url": "https://github.com/sponsors/ljharb"
  4398. }
  4399. },
  4400. "node_modules/callsites": {
  4401. "version": "3.1.0",
  4402. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  4403. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  4404. "license": "MIT",
  4405. "engines": {
  4406. "node": ">=6"
  4407. }
  4408. },
  4409. "node_modules/caniuse-lite": {
  4410. "version": "1.0.30001731",
  4411. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001731.tgz",
  4412. "integrity": "sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==",
  4413. "funding": [
  4414. {
  4415. "type": "opencollective",
  4416. "url": "https://opencollective.com/browserslist"
  4417. },
  4418. {
  4419. "type": "tidelift",
  4420. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4421. },
  4422. {
  4423. "type": "github",
  4424. "url": "https://github.com/sponsors/ai"
  4425. }
  4426. ],
  4427. "license": "CC-BY-4.0"
  4428. },
  4429. "node_modules/ccount": {
  4430. "version": "2.0.1",
  4431. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  4432. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  4433. "license": "MIT",
  4434. "funding": {
  4435. "type": "github",
  4436. "url": "https://github.com/sponsors/wooorm"
  4437. }
  4438. },
  4439. "node_modules/chalk": {
  4440. "version": "4.1.2",
  4441. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  4442. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4443. "dev": true,
  4444. "license": "MIT",
  4445. "dependencies": {
  4446. "ansi-styles": "^4.1.0",
  4447. "supports-color": "^7.1.0"
  4448. },
  4449. "engines": {
  4450. "node": ">=10"
  4451. },
  4452. "funding": {
  4453. "url": "https://github.com/chalk/chalk?sponsor=1"
  4454. }
  4455. },
  4456. "node_modules/character-entities": {
  4457. "version": "2.0.2",
  4458. "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
  4459. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  4460. "license": "MIT",
  4461. "funding": {
  4462. "type": "github",
  4463. "url": "https://github.com/sponsors/wooorm"
  4464. }
  4465. },
  4466. "node_modules/character-entities-html4": {
  4467. "version": "2.1.0",
  4468. "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  4469. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  4470. "license": "MIT",
  4471. "funding": {
  4472. "type": "github",
  4473. "url": "https://github.com/sponsors/wooorm"
  4474. }
  4475. },
  4476. "node_modules/character-entities-legacy": {
  4477. "version": "3.0.0",
  4478. "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  4479. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  4480. "license": "MIT",
  4481. "funding": {
  4482. "type": "github",
  4483. "url": "https://github.com/sponsors/wooorm"
  4484. }
  4485. },
  4486. "node_modules/character-reference-invalid": {
  4487. "version": "2.0.1",
  4488. "resolved": "https://registry.npmmirror.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  4489. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  4490. "license": "MIT",
  4491. "funding": {
  4492. "type": "github",
  4493. "url": "https://github.com/sponsors/wooorm"
  4494. }
  4495. },
  4496. "node_modules/chart.js": {
  4497. "version": "4.5.0",
  4498. "resolved": "https://registry.npmmirror.com/chart.js/-/chart.js-4.5.0.tgz",
  4499. "integrity": "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==",
  4500. "license": "MIT",
  4501. "dependencies": {
  4502. "@kurkle/color": "^0.3.0"
  4503. },
  4504. "engines": {
  4505. "pnpm": ">=8"
  4506. }
  4507. },
  4508. "node_modules/chokidar": {
  4509. "version": "4.0.3",
  4510. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  4511. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  4512. "license": "MIT",
  4513. "dependencies": {
  4514. "readdirp": "^4.0.1"
  4515. },
  4516. "engines": {
  4517. "node": ">= 14.16.0"
  4518. },
  4519. "funding": {
  4520. "url": "https://paulmillr.com/funding/"
  4521. }
  4522. },
  4523. "node_modules/chownr": {
  4524. "version": "3.0.0",
  4525. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz",
  4526. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  4527. "dev": true,
  4528. "license": "BlueOak-1.0.0",
  4529. "engines": {
  4530. "node": ">=18"
  4531. }
  4532. },
  4533. "node_modules/class-variance-authority": {
  4534. "version": "0.7.1",
  4535. "resolved": "https://registry.npmmirror.com/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
  4536. "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
  4537. "license": "Apache-2.0",
  4538. "dependencies": {
  4539. "clsx": "^2.1.1"
  4540. },
  4541. "funding": {
  4542. "url": "https://polar.sh/cva"
  4543. }
  4544. },
  4545. "node_modules/classnames": {
  4546. "version": "2.5.1",
  4547. "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
  4548. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  4549. "license": "MIT"
  4550. },
  4551. "node_modules/client-only": {
  4552. "version": "0.0.1",
  4553. "resolved": "https://registry.npmmirror.com/client-only/-/client-only-0.0.1.tgz",
  4554. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  4555. "license": "MIT"
  4556. },
  4557. "node_modules/clsx": {
  4558. "version": "2.1.1",
  4559. "resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
  4560. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  4561. "license": "MIT",
  4562. "engines": {
  4563. "node": ">=6"
  4564. }
  4565. },
  4566. "node_modules/color": {
  4567. "version": "4.2.3",
  4568. "resolved": "https://registry.npmmirror.com/color/-/color-4.2.3.tgz",
  4569. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  4570. "license": "MIT",
  4571. "optional": true,
  4572. "dependencies": {
  4573. "color-convert": "^2.0.1",
  4574. "color-string": "^1.9.0"
  4575. },
  4576. "engines": {
  4577. "node": ">=12.5.0"
  4578. }
  4579. },
  4580. "node_modules/color-convert": {
  4581. "version": "2.0.1",
  4582. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  4583. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4584. "devOptional": true,
  4585. "license": "MIT",
  4586. "dependencies": {
  4587. "color-name": "~1.1.4"
  4588. },
  4589. "engines": {
  4590. "node": ">=7.0.0"
  4591. }
  4592. },
  4593. "node_modules/color-name": {
  4594. "version": "1.1.4",
  4595. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  4596. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4597. "license": "MIT"
  4598. },
  4599. "node_modules/color-string": {
  4600. "version": "1.9.1",
  4601. "resolved": "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz",
  4602. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  4603. "license": "MIT",
  4604. "dependencies": {
  4605. "color-name": "^1.0.0",
  4606. "simple-swizzle": "^0.2.2"
  4607. }
  4608. },
  4609. "node_modules/comma-separated-tokens": {
  4610. "version": "2.0.3",
  4611. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  4612. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  4613. "license": "MIT",
  4614. "funding": {
  4615. "type": "github",
  4616. "url": "https://github.com/sponsors/wooorm"
  4617. }
  4618. },
  4619. "node_modules/commander": {
  4620. "version": "7.2.0",
  4621. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  4622. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  4623. "license": "MIT",
  4624. "engines": {
  4625. "node": ">= 10"
  4626. }
  4627. },
  4628. "node_modules/compute-scroll-into-view": {
  4629. "version": "3.1.1",
  4630. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  4631. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
  4632. "license": "MIT"
  4633. },
  4634. "node_modules/concat-map": {
  4635. "version": "0.0.1",
  4636. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  4637. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  4638. "dev": true,
  4639. "license": "MIT"
  4640. },
  4641. "node_modules/convert-source-map": {
  4642. "version": "1.9.0",
  4643. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz",
  4644. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  4645. "license": "MIT"
  4646. },
  4647. "node_modules/cookie": {
  4648. "version": "1.0.2",
  4649. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.0.2.tgz",
  4650. "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
  4651. "license": "MIT",
  4652. "engines": {
  4653. "node": ">=18"
  4654. }
  4655. },
  4656. "node_modules/cookies-next": {
  4657. "version": "6.1.0",
  4658. "resolved": "https://registry.npmmirror.com/cookies-next/-/cookies-next-6.1.0.tgz",
  4659. "integrity": "sha512-8MqWliHg6YRatqlup5HlKCqXM5cFtwq9BVowDpPniPfbTOmrfIEXUQOcRFVXQltV+hyvKDRGJPNtceICkiJ/IA==",
  4660. "license": "MIT",
  4661. "dependencies": {
  4662. "cookie": "^1.0.1"
  4663. },
  4664. "peerDependencies": {
  4665. "next": ">=15.0.0",
  4666. "react": ">= 16.8.0"
  4667. }
  4668. },
  4669. "node_modules/copy-to-clipboard": {
  4670. "version": "3.3.3",
  4671. "resolved": "https://registry.npmmirror.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
  4672. "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
  4673. "license": "MIT",
  4674. "dependencies": {
  4675. "toggle-selection": "^1.0.6"
  4676. }
  4677. },
  4678. "node_modules/cosmiconfig": {
  4679. "version": "7.1.0",
  4680. "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  4681. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  4682. "license": "MIT",
  4683. "dependencies": {
  4684. "@types/parse-json": "^4.0.0",
  4685. "import-fresh": "^3.2.1",
  4686. "parse-json": "^5.0.0",
  4687. "path-type": "^4.0.0",
  4688. "yaml": "^1.10.0"
  4689. },
  4690. "engines": {
  4691. "node": ">=10"
  4692. }
  4693. },
  4694. "node_modules/countup.js": {
  4695. "version": "2.9.0",
  4696. "resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.9.0.tgz",
  4697. "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==",
  4698. "license": "MIT"
  4699. },
  4700. "node_modules/cross-spawn": {
  4701. "version": "7.0.6",
  4702. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4703. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4704. "dev": true,
  4705. "license": "MIT",
  4706. "dependencies": {
  4707. "path-key": "^3.1.0",
  4708. "shebang-command": "^2.0.0",
  4709. "which": "^2.0.1"
  4710. },
  4711. "engines": {
  4712. "node": ">= 8"
  4713. }
  4714. },
  4715. "node_modules/css-selector-parser": {
  4716. "version": "3.1.3",
  4717. "resolved": "https://registry.npmmirror.com/css-selector-parser/-/css-selector-parser-3.1.3.tgz",
  4718. "integrity": "sha512-gJMigczVZqYAk0hPVzx/M4Hm1D9QOtqkdQk9005TNzDIUGzo5cnHEDiKUT7jGPximL/oYb+LIitcHFQ4aKupxg==",
  4719. "funding": [
  4720. {
  4721. "type": "github",
  4722. "url": "https://github.com/sponsors/mdevils"
  4723. },
  4724. {
  4725. "type": "patreon",
  4726. "url": "https://patreon.com/mdevils"
  4727. }
  4728. ],
  4729. "license": "MIT"
  4730. },
  4731. "node_modules/csstype": {
  4732. "version": "3.1.3",
  4733. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  4734. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  4735. "license": "MIT"
  4736. },
  4737. "node_modules/d3-array": {
  4738. "version": "3.2.4",
  4739. "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
  4740. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  4741. "license": "ISC",
  4742. "dependencies": {
  4743. "internmap": "1 - 2"
  4744. },
  4745. "engines": {
  4746. "node": ">=12"
  4747. }
  4748. },
  4749. "node_modules/d3-binarytree": {
  4750. "version": "1.0.2",
  4751. "resolved": "https://registry.npmmirror.com/d3-binarytree/-/d3-binarytree-1.0.2.tgz",
  4752. "integrity": "sha512-cElUNH+sHu95L04m92pG73t2MEJXKu+GeKUN1TJkFsu93E5W8E9Sc3kHEGJKgenGvj19m6upSn2EunvMgMD2Yw==",
  4753. "license": "MIT"
  4754. },
  4755. "node_modules/d3-color": {
  4756. "version": "3.1.0",
  4757. "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
  4758. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  4759. "license": "ISC",
  4760. "engines": {
  4761. "node": ">=12"
  4762. }
  4763. },
  4764. "node_modules/d3-dispatch": {
  4765. "version": "3.0.1",
  4766. "resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  4767. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  4768. "license": "ISC",
  4769. "engines": {
  4770. "node": ">=12"
  4771. }
  4772. },
  4773. "node_modules/d3-dsv": {
  4774. "version": "3.0.1",
  4775. "resolved": "https://registry.npmmirror.com/d3-dsv/-/d3-dsv-3.0.1.tgz",
  4776. "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
  4777. "license": "ISC",
  4778. "dependencies": {
  4779. "commander": "7",
  4780. "iconv-lite": "0.6",
  4781. "rw": "1"
  4782. },
  4783. "bin": {
  4784. "csv2json": "bin/dsv2json.js",
  4785. "csv2tsv": "bin/dsv2dsv.js",
  4786. "dsv2dsv": "bin/dsv2dsv.js",
  4787. "dsv2json": "bin/dsv2json.js",
  4788. "json2csv": "bin/json2dsv.js",
  4789. "json2dsv": "bin/json2dsv.js",
  4790. "json2tsv": "bin/json2dsv.js",
  4791. "tsv2csv": "bin/dsv2dsv.js",
  4792. "tsv2json": "bin/dsv2json.js"
  4793. },
  4794. "engines": {
  4795. "node": ">=12"
  4796. }
  4797. },
  4798. "node_modules/d3-ease": {
  4799. "version": "3.0.1",
  4800. "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
  4801. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  4802. "license": "BSD-3-Clause",
  4803. "engines": {
  4804. "node": ">=12"
  4805. }
  4806. },
  4807. "node_modules/d3-fetch": {
  4808. "version": "3.0.1",
  4809. "resolved": "https://registry.npmmirror.com/d3-fetch/-/d3-fetch-3.0.1.tgz",
  4810. "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
  4811. "license": "ISC",
  4812. "dependencies": {
  4813. "d3-dsv": "1 - 3"
  4814. },
  4815. "engines": {
  4816. "node": ">=12"
  4817. }
  4818. },
  4819. "node_modules/d3-force": {
  4820. "version": "3.0.0",
  4821. "resolved": "https://registry.npmmirror.com/d3-force/-/d3-force-3.0.0.tgz",
  4822. "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
  4823. "license": "ISC",
  4824. "dependencies": {
  4825. "d3-dispatch": "1 - 3",
  4826. "d3-quadtree": "1 - 3",
  4827. "d3-timer": "1 - 3"
  4828. },
  4829. "engines": {
  4830. "node": ">=12"
  4831. }
  4832. },
  4833. "node_modules/d3-force-3d": {
  4834. "version": "3.0.6",
  4835. "resolved": "https://registry.npmmirror.com/d3-force-3d/-/d3-force-3d-3.0.6.tgz",
  4836. "integrity": "sha512-4tsKHUPLOVkyfEffZo1v6sFHvGFwAIIjt/W8IThbp08DYAsXZck+2pSHEG5W1+gQgEvFLdZkYvmJAbRM2EzMnA==",
  4837. "license": "MIT",
  4838. "dependencies": {
  4839. "d3-binarytree": "1",
  4840. "d3-dispatch": "1 - 3",
  4841. "d3-octree": "1",
  4842. "d3-quadtree": "1 - 3",
  4843. "d3-timer": "1 - 3"
  4844. },
  4845. "engines": {
  4846. "node": ">=12"
  4847. }
  4848. },
  4849. "node_modules/d3-format": {
  4850. "version": "3.1.0",
  4851. "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.0.tgz",
  4852. "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
  4853. "license": "ISC",
  4854. "engines": {
  4855. "node": ">=12"
  4856. }
  4857. },
  4858. "node_modules/d3-geo": {
  4859. "version": "3.1.1",
  4860. "resolved": "https://registry.npmmirror.com/d3-geo/-/d3-geo-3.1.1.tgz",
  4861. "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
  4862. "license": "ISC",
  4863. "dependencies": {
  4864. "d3-array": "2.5.0 - 3"
  4865. },
  4866. "engines": {
  4867. "node": ">=12"
  4868. }
  4869. },
  4870. "node_modules/d3-geo-projection": {
  4871. "version": "4.0.0",
  4872. "resolved": "https://registry.npmmirror.com/d3-geo-projection/-/d3-geo-projection-4.0.0.tgz",
  4873. "integrity": "sha512-p0bK60CEzph1iqmnxut7d/1kyTmm3UWtPlwdkM31AU+LW+BXazd5zJdoCn7VFxNCHXRngPHRnsNn5uGjLRGndg==",
  4874. "license": "ISC",
  4875. "dependencies": {
  4876. "commander": "7",
  4877. "d3-array": "1 - 3",
  4878. "d3-geo": "1.12.0 - 3"
  4879. },
  4880. "bin": {
  4881. "geo2svg": "bin/geo2svg.js",
  4882. "geograticule": "bin/geograticule.js",
  4883. "geoproject": "bin/geoproject.js",
  4884. "geoquantize": "bin/geoquantize.js",
  4885. "geostitch": "bin/geostitch.js"
  4886. },
  4887. "engines": {
  4888. "node": ">=12"
  4889. }
  4890. },
  4891. "node_modules/d3-hierarchy": {
  4892. "version": "3.1.2",
  4893. "resolved": "https://registry.npmmirror.com/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
  4894. "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
  4895. "license": "ISC",
  4896. "engines": {
  4897. "node": ">=12"
  4898. }
  4899. },
  4900. "node_modules/d3-interpolate": {
  4901. "version": "3.0.1",
  4902. "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  4903. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  4904. "license": "ISC",
  4905. "dependencies": {
  4906. "d3-color": "1 - 3"
  4907. },
  4908. "engines": {
  4909. "node": ">=12"
  4910. }
  4911. },
  4912. "node_modules/d3-octree": {
  4913. "version": "1.1.0",
  4914. "resolved": "https://registry.npmmirror.com/d3-octree/-/d3-octree-1.1.0.tgz",
  4915. "integrity": "sha512-F8gPlqpP+HwRPMO/8uOu5wjH110+6q4cgJvgJT6vlpy3BEaDIKlTZrgHKZSp/i1InRpVfh4puY/kvL6MxK930A==",
  4916. "license": "MIT"
  4917. },
  4918. "node_modules/d3-path": {
  4919. "version": "3.1.0",
  4920. "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
  4921. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  4922. "license": "ISC",
  4923. "engines": {
  4924. "node": ">=12"
  4925. }
  4926. },
  4927. "node_modules/d3-quadtree": {
  4928. "version": "3.0.1",
  4929. "resolved": "https://registry.npmmirror.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
  4930. "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
  4931. "license": "ISC",
  4932. "engines": {
  4933. "node": ">=12"
  4934. }
  4935. },
  4936. "node_modules/d3-random": {
  4937. "version": "3.0.1",
  4938. "resolved": "https://registry.npmmirror.com/d3-random/-/d3-random-3.0.1.tgz",
  4939. "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
  4940. "license": "ISC",
  4941. "engines": {
  4942. "node": ">=12"
  4943. }
  4944. },
  4945. "node_modules/d3-regression": {
  4946. "version": "1.3.10",
  4947. "resolved": "https://registry.npmmirror.com/d3-regression/-/d3-regression-1.3.10.tgz",
  4948. "integrity": "sha512-PF8GWEL70cHHWpx2jUQXc68r1pyPHIA+St16muk/XRokETzlegj5LriNKg7o4LR0TySug4nHYPJNNRz/W+/Niw==",
  4949. "license": "BSD-3-Clause"
  4950. },
  4951. "node_modules/d3-scale": {
  4952. "version": "4.0.2",
  4953. "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
  4954. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  4955. "license": "ISC",
  4956. "dependencies": {
  4957. "d3-array": "2.10.0 - 3",
  4958. "d3-format": "1 - 3",
  4959. "d3-interpolate": "1.2.0 - 3",
  4960. "d3-time": "2.1.1 - 3",
  4961. "d3-time-format": "2 - 4"
  4962. },
  4963. "engines": {
  4964. "node": ">=12"
  4965. }
  4966. },
  4967. "node_modules/d3-scale-chromatic": {
  4968. "version": "3.1.0",
  4969. "resolved": "https://registry.npmmirror.com/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  4970. "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
  4971. "license": "ISC",
  4972. "dependencies": {
  4973. "d3-color": "1 - 3",
  4974. "d3-interpolate": "1 - 3"
  4975. },
  4976. "engines": {
  4977. "node": ">=12"
  4978. }
  4979. },
  4980. "node_modules/d3-selection": {
  4981. "version": "3.0.0",
  4982. "resolved": "https://registry.npmmirror.com/d3-selection/-/d3-selection-3.0.0.tgz",
  4983. "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
  4984. "license": "ISC",
  4985. "engines": {
  4986. "node": ">=12"
  4987. }
  4988. },
  4989. "node_modules/d3-shape": {
  4990. "version": "3.2.0",
  4991. "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
  4992. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  4993. "license": "ISC",
  4994. "dependencies": {
  4995. "d3-path": "^3.1.0"
  4996. },
  4997. "engines": {
  4998. "node": ">=12"
  4999. }
  5000. },
  5001. "node_modules/d3-time": {
  5002. "version": "3.1.0",
  5003. "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
  5004. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  5005. "license": "ISC",
  5006. "dependencies": {
  5007. "d3-array": "2 - 3"
  5008. },
  5009. "engines": {
  5010. "node": ">=12"
  5011. }
  5012. },
  5013. "node_modules/d3-time-format": {
  5014. "version": "4.1.0",
  5015. "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
  5016. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  5017. "license": "ISC",
  5018. "dependencies": {
  5019. "d3-time": "1 - 3"
  5020. },
  5021. "engines": {
  5022. "node": ">=12"
  5023. }
  5024. },
  5025. "node_modules/d3-timer": {
  5026. "version": "3.0.1",
  5027. "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
  5028. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  5029. "license": "ISC",
  5030. "engines": {
  5031. "node": ">=12"
  5032. }
  5033. },
  5034. "node_modules/d3-transition": {
  5035. "version": "3.0.1",
  5036. "resolved": "https://registry.npmmirror.com/d3-transition/-/d3-transition-3.0.1.tgz",
  5037. "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
  5038. "license": "ISC",
  5039. "dependencies": {
  5040. "d3-color": "1 - 3",
  5041. "d3-dispatch": "1 - 3",
  5042. "d3-ease": "1 - 3",
  5043. "d3-interpolate": "1 - 3",
  5044. "d3-timer": "1 - 3"
  5045. },
  5046. "engines": {
  5047. "node": ">=12"
  5048. },
  5049. "peerDependencies": {
  5050. "d3-selection": "2 - 3"
  5051. }
  5052. },
  5053. "node_modules/damerau-levenshtein": {
  5054. "version": "1.0.8",
  5055. "resolved": "https://registry.npmmirror.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  5056. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  5057. "dev": true,
  5058. "license": "BSD-2-Clause"
  5059. },
  5060. "node_modules/data-view-buffer": {
  5061. "version": "1.0.2",
  5062. "resolved": "https://registry.npmmirror.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  5063. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  5064. "dev": true,
  5065. "license": "MIT",
  5066. "dependencies": {
  5067. "call-bound": "^1.0.3",
  5068. "es-errors": "^1.3.0",
  5069. "is-data-view": "^1.0.2"
  5070. },
  5071. "engines": {
  5072. "node": ">= 0.4"
  5073. },
  5074. "funding": {
  5075. "url": "https://github.com/sponsors/ljharb"
  5076. }
  5077. },
  5078. "node_modules/data-view-byte-length": {
  5079. "version": "1.0.2",
  5080. "resolved": "https://registry.npmmirror.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  5081. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  5082. "dev": true,
  5083. "license": "MIT",
  5084. "dependencies": {
  5085. "call-bound": "^1.0.3",
  5086. "es-errors": "^1.3.0",
  5087. "is-data-view": "^1.0.2"
  5088. },
  5089. "engines": {
  5090. "node": ">= 0.4"
  5091. },
  5092. "funding": {
  5093. "url": "https://github.com/sponsors/inspect-js"
  5094. }
  5095. },
  5096. "node_modules/data-view-byte-offset": {
  5097. "version": "1.0.1",
  5098. "resolved": "https://registry.npmmirror.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  5099. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  5100. "dev": true,
  5101. "license": "MIT",
  5102. "dependencies": {
  5103. "call-bound": "^1.0.2",
  5104. "es-errors": "^1.3.0",
  5105. "is-data-view": "^1.0.1"
  5106. },
  5107. "engines": {
  5108. "node": ">= 0.4"
  5109. },
  5110. "funding": {
  5111. "url": "https://github.com/sponsors/ljharb"
  5112. }
  5113. },
  5114. "node_modules/dayjs": {
  5115. "version": "1.11.13",
  5116. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  5117. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  5118. "license": "MIT"
  5119. },
  5120. "node_modules/debug": {
  5121. "version": "4.4.1",
  5122. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  5123. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  5124. "license": "MIT",
  5125. "dependencies": {
  5126. "ms": "^2.1.3"
  5127. },
  5128. "engines": {
  5129. "node": ">=6.0"
  5130. },
  5131. "peerDependenciesMeta": {
  5132. "supports-color": {
  5133. "optional": true
  5134. }
  5135. }
  5136. },
  5137. "node_modules/decode-named-character-reference": {
  5138. "version": "1.2.0",
  5139. "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
  5140. "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
  5141. "license": "MIT",
  5142. "dependencies": {
  5143. "character-entities": "^2.0.0"
  5144. },
  5145. "funding": {
  5146. "type": "github",
  5147. "url": "https://github.com/sponsors/wooorm"
  5148. }
  5149. },
  5150. "node_modules/deep-is": {
  5151. "version": "0.1.4",
  5152. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  5153. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  5154. "dev": true,
  5155. "license": "MIT"
  5156. },
  5157. "node_modules/define-data-property": {
  5158. "version": "1.1.4",
  5159. "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  5160. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  5161. "dev": true,
  5162. "license": "MIT",
  5163. "dependencies": {
  5164. "es-define-property": "^1.0.0",
  5165. "es-errors": "^1.3.0",
  5166. "gopd": "^1.0.1"
  5167. },
  5168. "engines": {
  5169. "node": ">= 0.4"
  5170. },
  5171. "funding": {
  5172. "url": "https://github.com/sponsors/ljharb"
  5173. }
  5174. },
  5175. "node_modules/define-properties": {
  5176. "version": "1.2.1",
  5177. "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
  5178. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  5179. "dev": true,
  5180. "license": "MIT",
  5181. "dependencies": {
  5182. "define-data-property": "^1.0.1",
  5183. "has-property-descriptors": "^1.0.0",
  5184. "object-keys": "^1.1.1"
  5185. },
  5186. "engines": {
  5187. "node": ">= 0.4"
  5188. },
  5189. "funding": {
  5190. "url": "https://github.com/sponsors/ljharb"
  5191. }
  5192. },
  5193. "node_modules/dequal": {
  5194. "version": "2.0.3",
  5195. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  5196. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  5197. "license": "MIT",
  5198. "engines": {
  5199. "node": ">=6"
  5200. }
  5201. },
  5202. "node_modules/detect-libc": {
  5203. "version": "2.0.4",
  5204. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.4.tgz",
  5205. "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
  5206. "devOptional": true,
  5207. "license": "Apache-2.0",
  5208. "engines": {
  5209. "node": ">=8"
  5210. }
  5211. },
  5212. "node_modules/devlop": {
  5213. "version": "1.1.0",
  5214. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  5215. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  5216. "license": "MIT",
  5217. "dependencies": {
  5218. "dequal": "^2.0.0"
  5219. },
  5220. "funding": {
  5221. "type": "github",
  5222. "url": "https://github.com/sponsors/wooorm"
  5223. }
  5224. },
  5225. "node_modules/direction": {
  5226. "version": "2.0.1",
  5227. "resolved": "https://registry.npmmirror.com/direction/-/direction-2.0.1.tgz",
  5228. "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==",
  5229. "license": "MIT",
  5230. "bin": {
  5231. "direction": "cli.js"
  5232. },
  5233. "funding": {
  5234. "type": "github",
  5235. "url": "https://github.com/sponsors/wooorm"
  5236. }
  5237. },
  5238. "node_modules/doctrine": {
  5239. "version": "2.1.0",
  5240. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-2.1.0.tgz",
  5241. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  5242. "dev": true,
  5243. "license": "Apache-2.0",
  5244. "dependencies": {
  5245. "esutils": "^2.0.2"
  5246. },
  5247. "engines": {
  5248. "node": ">=0.10.0"
  5249. }
  5250. },
  5251. "node_modules/dunder-proto": {
  5252. "version": "1.0.1",
  5253. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  5254. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  5255. "dev": true,
  5256. "license": "MIT",
  5257. "dependencies": {
  5258. "call-bind-apply-helpers": "^1.0.1",
  5259. "es-errors": "^1.3.0",
  5260. "gopd": "^1.2.0"
  5261. },
  5262. "engines": {
  5263. "node": ">= 0.4"
  5264. }
  5265. },
  5266. "node_modules/echarts": {
  5267. "version": "5.6.0",
  5268. "resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.6.0.tgz",
  5269. "integrity": "sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==",
  5270. "license": "Apache-2.0",
  5271. "dependencies": {
  5272. "tslib": "2.3.0",
  5273. "zrender": "5.6.1"
  5274. }
  5275. },
  5276. "node_modules/echarts-for-react": {
  5277. "version": "3.0.2",
  5278. "resolved": "https://registry.npmmirror.com/echarts-for-react/-/echarts-for-react-3.0.2.tgz",
  5279. "integrity": "sha512-DRwIiTzx8JfwPOVgGttDytBqdp5VzCSyMRIxubgU/g2n9y3VLUmF2FK7Icmg/sNVkv4+rktmrLN9w22U2yy3fA==",
  5280. "license": "MIT",
  5281. "dependencies": {
  5282. "fast-deep-equal": "^3.1.3",
  5283. "size-sensor": "^1.0.1"
  5284. },
  5285. "peerDependencies": {
  5286. "echarts": "^3.0.0 || ^4.0.0 || ^5.0.0",
  5287. "react": "^15.0.0 || >=16.0.0"
  5288. }
  5289. },
  5290. "node_modules/echarts/node_modules/tslib": {
  5291. "version": "2.3.0",
  5292. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
  5293. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  5294. "license": "0BSD"
  5295. },
  5296. "node_modules/emoji-regex": {
  5297. "version": "9.2.2",
  5298. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  5299. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  5300. "dev": true,
  5301. "license": "MIT"
  5302. },
  5303. "node_modules/enhanced-resolve": {
  5304. "version": "5.18.3",
  5305. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  5306. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  5307. "dev": true,
  5308. "license": "MIT",
  5309. "dependencies": {
  5310. "graceful-fs": "^4.2.4",
  5311. "tapable": "^2.2.0"
  5312. },
  5313. "engines": {
  5314. "node": ">=10.13.0"
  5315. }
  5316. },
  5317. "node_modules/entities": {
  5318. "version": "6.0.1",
  5319. "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz",
  5320. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  5321. "license": "BSD-2-Clause",
  5322. "engines": {
  5323. "node": ">=0.12"
  5324. },
  5325. "funding": {
  5326. "url": "https://github.com/fb55/entities?sponsor=1"
  5327. }
  5328. },
  5329. "node_modules/error-ex": {
  5330. "version": "1.3.2",
  5331. "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz",
  5332. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  5333. "license": "MIT",
  5334. "dependencies": {
  5335. "is-arrayish": "^0.2.1"
  5336. }
  5337. },
  5338. "node_modules/error-ex/node_modules/is-arrayish": {
  5339. "version": "0.2.1",
  5340. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
  5341. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  5342. "license": "MIT"
  5343. },
  5344. "node_modules/es-abstract": {
  5345. "version": "1.24.0",
  5346. "resolved": "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.24.0.tgz",
  5347. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  5348. "dev": true,
  5349. "license": "MIT",
  5350. "dependencies": {
  5351. "array-buffer-byte-length": "^1.0.2",
  5352. "arraybuffer.prototype.slice": "^1.0.4",
  5353. "available-typed-arrays": "^1.0.7",
  5354. "call-bind": "^1.0.8",
  5355. "call-bound": "^1.0.4",
  5356. "data-view-buffer": "^1.0.2",
  5357. "data-view-byte-length": "^1.0.2",
  5358. "data-view-byte-offset": "^1.0.1",
  5359. "es-define-property": "^1.0.1",
  5360. "es-errors": "^1.3.0",
  5361. "es-object-atoms": "^1.1.1",
  5362. "es-set-tostringtag": "^2.1.0",
  5363. "es-to-primitive": "^1.3.0",
  5364. "function.prototype.name": "^1.1.8",
  5365. "get-intrinsic": "^1.3.0",
  5366. "get-proto": "^1.0.1",
  5367. "get-symbol-description": "^1.1.0",
  5368. "globalthis": "^1.0.4",
  5369. "gopd": "^1.2.0",
  5370. "has-property-descriptors": "^1.0.2",
  5371. "has-proto": "^1.2.0",
  5372. "has-symbols": "^1.1.0",
  5373. "hasown": "^2.0.2",
  5374. "internal-slot": "^1.1.0",
  5375. "is-array-buffer": "^3.0.5",
  5376. "is-callable": "^1.2.7",
  5377. "is-data-view": "^1.0.2",
  5378. "is-negative-zero": "^2.0.3",
  5379. "is-regex": "^1.2.1",
  5380. "is-set": "^2.0.3",
  5381. "is-shared-array-buffer": "^1.0.4",
  5382. "is-string": "^1.1.1",
  5383. "is-typed-array": "^1.1.15",
  5384. "is-weakref": "^1.1.1",
  5385. "math-intrinsics": "^1.1.0",
  5386. "object-inspect": "^1.13.4",
  5387. "object-keys": "^1.1.1",
  5388. "object.assign": "^4.1.7",
  5389. "own-keys": "^1.0.1",
  5390. "regexp.prototype.flags": "^1.5.4",
  5391. "safe-array-concat": "^1.1.3",
  5392. "safe-push-apply": "^1.0.0",
  5393. "safe-regex-test": "^1.1.0",
  5394. "set-proto": "^1.0.0",
  5395. "stop-iteration-iterator": "^1.1.0",
  5396. "string.prototype.trim": "^1.2.10",
  5397. "string.prototype.trimend": "^1.0.9",
  5398. "string.prototype.trimstart": "^1.0.8",
  5399. "typed-array-buffer": "^1.0.3",
  5400. "typed-array-byte-length": "^1.0.3",
  5401. "typed-array-byte-offset": "^1.0.4",
  5402. "typed-array-length": "^1.0.7",
  5403. "unbox-primitive": "^1.1.0",
  5404. "which-typed-array": "^1.1.19"
  5405. },
  5406. "engines": {
  5407. "node": ">= 0.4"
  5408. },
  5409. "funding": {
  5410. "url": "https://github.com/sponsors/ljharb"
  5411. }
  5412. },
  5413. "node_modules/es-define-property": {
  5414. "version": "1.0.1",
  5415. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  5416. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  5417. "dev": true,
  5418. "license": "MIT",
  5419. "engines": {
  5420. "node": ">= 0.4"
  5421. }
  5422. },
  5423. "node_modules/es-errors": {
  5424. "version": "1.3.0",
  5425. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  5426. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  5427. "dev": true,
  5428. "license": "MIT",
  5429. "engines": {
  5430. "node": ">= 0.4"
  5431. }
  5432. },
  5433. "node_modules/es-iterator-helpers": {
  5434. "version": "1.2.1",
  5435. "resolved": "https://registry.npmmirror.com/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  5436. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  5437. "dev": true,
  5438. "license": "MIT",
  5439. "dependencies": {
  5440. "call-bind": "^1.0.8",
  5441. "call-bound": "^1.0.3",
  5442. "define-properties": "^1.2.1",
  5443. "es-abstract": "^1.23.6",
  5444. "es-errors": "^1.3.0",
  5445. "es-set-tostringtag": "^2.0.3",
  5446. "function-bind": "^1.1.2",
  5447. "get-intrinsic": "^1.2.6",
  5448. "globalthis": "^1.0.4",
  5449. "gopd": "^1.2.0",
  5450. "has-property-descriptors": "^1.0.2",
  5451. "has-proto": "^1.2.0",
  5452. "has-symbols": "^1.1.0",
  5453. "internal-slot": "^1.1.0",
  5454. "iterator.prototype": "^1.1.4",
  5455. "safe-array-concat": "^1.1.3"
  5456. },
  5457. "engines": {
  5458. "node": ">= 0.4"
  5459. }
  5460. },
  5461. "node_modules/es-object-atoms": {
  5462. "version": "1.1.1",
  5463. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  5464. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  5465. "dev": true,
  5466. "license": "MIT",
  5467. "dependencies": {
  5468. "es-errors": "^1.3.0"
  5469. },
  5470. "engines": {
  5471. "node": ">= 0.4"
  5472. }
  5473. },
  5474. "node_modules/es-set-tostringtag": {
  5475. "version": "2.1.0",
  5476. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  5477. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  5478. "dev": true,
  5479. "license": "MIT",
  5480. "dependencies": {
  5481. "es-errors": "^1.3.0",
  5482. "get-intrinsic": "^1.2.6",
  5483. "has-tostringtag": "^1.0.2",
  5484. "hasown": "^2.0.2"
  5485. },
  5486. "engines": {
  5487. "node": ">= 0.4"
  5488. }
  5489. },
  5490. "node_modules/es-shim-unscopables": {
  5491. "version": "1.1.0",
  5492. "resolved": "https://registry.npmmirror.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  5493. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  5494. "dev": true,
  5495. "license": "MIT",
  5496. "dependencies": {
  5497. "hasown": "^2.0.2"
  5498. },
  5499. "engines": {
  5500. "node": ">= 0.4"
  5501. }
  5502. },
  5503. "node_modules/es-to-primitive": {
  5504. "version": "1.3.0",
  5505. "resolved": "https://registry.npmmirror.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  5506. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  5507. "dev": true,
  5508. "license": "MIT",
  5509. "dependencies": {
  5510. "is-callable": "^1.2.7",
  5511. "is-date-object": "^1.0.5",
  5512. "is-symbol": "^1.0.4"
  5513. },
  5514. "engines": {
  5515. "node": ">= 0.4"
  5516. },
  5517. "funding": {
  5518. "url": "https://github.com/sponsors/ljharb"
  5519. }
  5520. },
  5521. "node_modules/escape-string-regexp": {
  5522. "version": "4.0.0",
  5523. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  5524. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  5525. "license": "MIT",
  5526. "engines": {
  5527. "node": ">=10"
  5528. },
  5529. "funding": {
  5530. "url": "https://github.com/sponsors/sindresorhus"
  5531. }
  5532. },
  5533. "node_modules/eslint": {
  5534. "version": "9.32.0",
  5535. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.32.0.tgz",
  5536. "integrity": "sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==",
  5537. "dev": true,
  5538. "license": "MIT",
  5539. "dependencies": {
  5540. "@eslint-community/eslint-utils": "^4.2.0",
  5541. "@eslint-community/regexpp": "^4.12.1",
  5542. "@eslint/config-array": "^0.21.0",
  5543. "@eslint/config-helpers": "^0.3.0",
  5544. "@eslint/core": "^0.15.0",
  5545. "@eslint/eslintrc": "^3.3.1",
  5546. "@eslint/js": "9.32.0",
  5547. "@eslint/plugin-kit": "^0.3.4",
  5548. "@humanfs/node": "^0.16.6",
  5549. "@humanwhocodes/module-importer": "^1.0.1",
  5550. "@humanwhocodes/retry": "^0.4.2",
  5551. "@types/estree": "^1.0.6",
  5552. "@types/json-schema": "^7.0.15",
  5553. "ajv": "^6.12.4",
  5554. "chalk": "^4.0.0",
  5555. "cross-spawn": "^7.0.6",
  5556. "debug": "^4.3.2",
  5557. "escape-string-regexp": "^4.0.0",
  5558. "eslint-scope": "^8.4.0",
  5559. "eslint-visitor-keys": "^4.2.1",
  5560. "espree": "^10.4.0",
  5561. "esquery": "^1.5.0",
  5562. "esutils": "^2.0.2",
  5563. "fast-deep-equal": "^3.1.3",
  5564. "file-entry-cache": "^8.0.0",
  5565. "find-up": "^5.0.0",
  5566. "glob-parent": "^6.0.2",
  5567. "ignore": "^5.2.0",
  5568. "imurmurhash": "^0.1.4",
  5569. "is-glob": "^4.0.0",
  5570. "json-stable-stringify-without-jsonify": "^1.0.1",
  5571. "lodash.merge": "^4.6.2",
  5572. "minimatch": "^3.1.2",
  5573. "natural-compare": "^1.4.0",
  5574. "optionator": "^0.9.3"
  5575. },
  5576. "bin": {
  5577. "eslint": "bin/eslint.js"
  5578. },
  5579. "engines": {
  5580. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5581. },
  5582. "funding": {
  5583. "url": "https://eslint.org/donate"
  5584. },
  5585. "peerDependencies": {
  5586. "jiti": "*"
  5587. },
  5588. "peerDependenciesMeta": {
  5589. "jiti": {
  5590. "optional": true
  5591. }
  5592. }
  5593. },
  5594. "node_modules/eslint-config-next": {
  5595. "version": "15.4.6",
  5596. "resolved": "https://registry.npmmirror.com/eslint-config-next/-/eslint-config-next-15.4.6.tgz",
  5597. "integrity": "sha512-4uznvw5DlTTjrZgYZjMciSdDDMO2SWIuQgUNaFyC2O3Zw3Z91XeIejeVa439yRq2CnJb/KEvE4U2AeN/66FpUA==",
  5598. "dev": true,
  5599. "license": "MIT",
  5600. "dependencies": {
  5601. "@next/eslint-plugin-next": "15.4.6",
  5602. "@rushstack/eslint-patch": "^1.10.3",
  5603. "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  5604. "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  5605. "eslint-import-resolver-node": "^0.3.6",
  5606. "eslint-import-resolver-typescript": "^3.5.2",
  5607. "eslint-plugin-import": "^2.31.0",
  5608. "eslint-plugin-jsx-a11y": "^6.10.0",
  5609. "eslint-plugin-react": "^7.37.0",
  5610. "eslint-plugin-react-hooks": "^5.0.0"
  5611. },
  5612. "peerDependencies": {
  5613. "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0",
  5614. "typescript": ">=3.3.1"
  5615. },
  5616. "peerDependenciesMeta": {
  5617. "typescript": {
  5618. "optional": true
  5619. }
  5620. }
  5621. },
  5622. "node_modules/eslint-import-resolver-node": {
  5623. "version": "0.3.9",
  5624. "resolved": "https://registry.npmmirror.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  5625. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  5626. "dev": true,
  5627. "license": "MIT",
  5628. "dependencies": {
  5629. "debug": "^3.2.7",
  5630. "is-core-module": "^2.13.0",
  5631. "resolve": "^1.22.4"
  5632. }
  5633. },
  5634. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  5635. "version": "3.2.7",
  5636. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5637. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5638. "dev": true,
  5639. "license": "MIT",
  5640. "dependencies": {
  5641. "ms": "^2.1.1"
  5642. }
  5643. },
  5644. "node_modules/eslint-import-resolver-typescript": {
  5645. "version": "3.10.1",
  5646. "resolved": "https://registry.npmmirror.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
  5647. "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
  5648. "dev": true,
  5649. "license": "ISC",
  5650. "dependencies": {
  5651. "@nolyfill/is-core-module": "1.0.39",
  5652. "debug": "^4.4.0",
  5653. "get-tsconfig": "^4.10.0",
  5654. "is-bun-module": "^2.0.0",
  5655. "stable-hash": "^0.0.5",
  5656. "tinyglobby": "^0.2.13",
  5657. "unrs-resolver": "^1.6.2"
  5658. },
  5659. "engines": {
  5660. "node": "^14.18.0 || >=16.0.0"
  5661. },
  5662. "funding": {
  5663. "url": "https://opencollective.com/eslint-import-resolver-typescript"
  5664. },
  5665. "peerDependencies": {
  5666. "eslint": "*",
  5667. "eslint-plugin-import": "*",
  5668. "eslint-plugin-import-x": "*"
  5669. },
  5670. "peerDependenciesMeta": {
  5671. "eslint-plugin-import": {
  5672. "optional": true
  5673. },
  5674. "eslint-plugin-import-x": {
  5675. "optional": true
  5676. }
  5677. }
  5678. },
  5679. "node_modules/eslint-module-utils": {
  5680. "version": "2.12.1",
  5681. "resolved": "https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  5682. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  5683. "dev": true,
  5684. "license": "MIT",
  5685. "dependencies": {
  5686. "debug": "^3.2.7"
  5687. },
  5688. "engines": {
  5689. "node": ">=4"
  5690. },
  5691. "peerDependenciesMeta": {
  5692. "eslint": {
  5693. "optional": true
  5694. }
  5695. }
  5696. },
  5697. "node_modules/eslint-module-utils/node_modules/debug": {
  5698. "version": "3.2.7",
  5699. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5700. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5701. "dev": true,
  5702. "license": "MIT",
  5703. "dependencies": {
  5704. "ms": "^2.1.1"
  5705. }
  5706. },
  5707. "node_modules/eslint-plugin-import": {
  5708. "version": "2.32.0",
  5709. "resolved": "https://registry.npmmirror.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  5710. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  5711. "dev": true,
  5712. "license": "MIT",
  5713. "dependencies": {
  5714. "@rtsao/scc": "^1.1.0",
  5715. "array-includes": "^3.1.9",
  5716. "array.prototype.findlastindex": "^1.2.6",
  5717. "array.prototype.flat": "^1.3.3",
  5718. "array.prototype.flatmap": "^1.3.3",
  5719. "debug": "^3.2.7",
  5720. "doctrine": "^2.1.0",
  5721. "eslint-import-resolver-node": "^0.3.9",
  5722. "eslint-module-utils": "^2.12.1",
  5723. "hasown": "^2.0.2",
  5724. "is-core-module": "^2.16.1",
  5725. "is-glob": "^4.0.3",
  5726. "minimatch": "^3.1.2",
  5727. "object.fromentries": "^2.0.8",
  5728. "object.groupby": "^1.0.3",
  5729. "object.values": "^1.2.1",
  5730. "semver": "^6.3.1",
  5731. "string.prototype.trimend": "^1.0.9",
  5732. "tsconfig-paths": "^3.15.0"
  5733. },
  5734. "engines": {
  5735. "node": ">=4"
  5736. },
  5737. "peerDependencies": {
  5738. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  5739. }
  5740. },
  5741. "node_modules/eslint-plugin-import/node_modules/debug": {
  5742. "version": "3.2.7",
  5743. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5744. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5745. "dev": true,
  5746. "license": "MIT",
  5747. "dependencies": {
  5748. "ms": "^2.1.1"
  5749. }
  5750. },
  5751. "node_modules/eslint-plugin-import/node_modules/semver": {
  5752. "version": "6.3.1",
  5753. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5754. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5755. "dev": true,
  5756. "license": "ISC",
  5757. "bin": {
  5758. "semver": "bin/semver.js"
  5759. }
  5760. },
  5761. "node_modules/eslint-plugin-jsx-a11y": {
  5762. "version": "6.10.2",
  5763. "resolved": "https://registry.npmmirror.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  5764. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  5765. "dev": true,
  5766. "license": "MIT",
  5767. "dependencies": {
  5768. "aria-query": "^5.3.2",
  5769. "array-includes": "^3.1.8",
  5770. "array.prototype.flatmap": "^1.3.2",
  5771. "ast-types-flow": "^0.0.8",
  5772. "axe-core": "^4.10.0",
  5773. "axobject-query": "^4.1.0",
  5774. "damerau-levenshtein": "^1.0.8",
  5775. "emoji-regex": "^9.2.2",
  5776. "hasown": "^2.0.2",
  5777. "jsx-ast-utils": "^3.3.5",
  5778. "language-tags": "^1.0.9",
  5779. "minimatch": "^3.1.2",
  5780. "object.fromentries": "^2.0.8",
  5781. "safe-regex-test": "^1.0.3",
  5782. "string.prototype.includes": "^2.0.1"
  5783. },
  5784. "engines": {
  5785. "node": ">=4.0"
  5786. },
  5787. "peerDependencies": {
  5788. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  5789. }
  5790. },
  5791. "node_modules/eslint-plugin-react": {
  5792. "version": "7.37.5",
  5793. "resolved": "https://registry.npmmirror.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  5794. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  5795. "dev": true,
  5796. "license": "MIT",
  5797. "dependencies": {
  5798. "array-includes": "^3.1.8",
  5799. "array.prototype.findlast": "^1.2.5",
  5800. "array.prototype.flatmap": "^1.3.3",
  5801. "array.prototype.tosorted": "^1.1.4",
  5802. "doctrine": "^2.1.0",
  5803. "es-iterator-helpers": "^1.2.1",
  5804. "estraverse": "^5.3.0",
  5805. "hasown": "^2.0.2",
  5806. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  5807. "minimatch": "^3.1.2",
  5808. "object.entries": "^1.1.9",
  5809. "object.fromentries": "^2.0.8",
  5810. "object.values": "^1.2.1",
  5811. "prop-types": "^15.8.1",
  5812. "resolve": "^2.0.0-next.5",
  5813. "semver": "^6.3.1",
  5814. "string.prototype.matchall": "^4.0.12",
  5815. "string.prototype.repeat": "^1.0.0"
  5816. },
  5817. "engines": {
  5818. "node": ">=4"
  5819. },
  5820. "peerDependencies": {
  5821. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  5822. }
  5823. },
  5824. "node_modules/eslint-plugin-react-hooks": {
  5825. "version": "5.2.0",
  5826. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
  5827. "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
  5828. "dev": true,
  5829. "license": "MIT",
  5830. "engines": {
  5831. "node": ">=10"
  5832. },
  5833. "peerDependencies": {
  5834. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  5835. }
  5836. },
  5837. "node_modules/eslint-plugin-react/node_modules/resolve": {
  5838. "version": "2.0.0-next.5",
  5839. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-2.0.0-next.5.tgz",
  5840. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  5841. "dev": true,
  5842. "license": "MIT",
  5843. "dependencies": {
  5844. "is-core-module": "^2.13.0",
  5845. "path-parse": "^1.0.7",
  5846. "supports-preserve-symlinks-flag": "^1.0.0"
  5847. },
  5848. "bin": {
  5849. "resolve": "bin/resolve"
  5850. },
  5851. "funding": {
  5852. "url": "https://github.com/sponsors/ljharb"
  5853. }
  5854. },
  5855. "node_modules/eslint-plugin-react/node_modules/semver": {
  5856. "version": "6.3.1",
  5857. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5858. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5859. "dev": true,
  5860. "license": "ISC",
  5861. "bin": {
  5862. "semver": "bin/semver.js"
  5863. }
  5864. },
  5865. "node_modules/eslint-scope": {
  5866. "version": "8.4.0",
  5867. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
  5868. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  5869. "dev": true,
  5870. "license": "BSD-2-Clause",
  5871. "dependencies": {
  5872. "esrecurse": "^4.3.0",
  5873. "estraverse": "^5.2.0"
  5874. },
  5875. "engines": {
  5876. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5877. },
  5878. "funding": {
  5879. "url": "https://opencollective.com/eslint"
  5880. }
  5881. },
  5882. "node_modules/eslint-visitor-keys": {
  5883. "version": "4.2.1",
  5884. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  5885. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  5886. "dev": true,
  5887. "license": "Apache-2.0",
  5888. "engines": {
  5889. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5890. },
  5891. "funding": {
  5892. "url": "https://opencollective.com/eslint"
  5893. }
  5894. },
  5895. "node_modules/espree": {
  5896. "version": "10.4.0",
  5897. "resolved": "https://registry.npmmirror.com/espree/-/espree-10.4.0.tgz",
  5898. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  5899. "dev": true,
  5900. "license": "BSD-2-Clause",
  5901. "dependencies": {
  5902. "acorn": "^8.15.0",
  5903. "acorn-jsx": "^5.3.2",
  5904. "eslint-visitor-keys": "^4.2.1"
  5905. },
  5906. "engines": {
  5907. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5908. },
  5909. "funding": {
  5910. "url": "https://opencollective.com/eslint"
  5911. }
  5912. },
  5913. "node_modules/esquery": {
  5914. "version": "1.6.0",
  5915. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  5916. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  5917. "dev": true,
  5918. "license": "BSD-3-Clause",
  5919. "dependencies": {
  5920. "estraverse": "^5.1.0"
  5921. },
  5922. "engines": {
  5923. "node": ">=0.10"
  5924. }
  5925. },
  5926. "node_modules/esrecurse": {
  5927. "version": "4.3.0",
  5928. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  5929. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5930. "dev": true,
  5931. "license": "BSD-2-Clause",
  5932. "dependencies": {
  5933. "estraverse": "^5.2.0"
  5934. },
  5935. "engines": {
  5936. "node": ">=4.0"
  5937. }
  5938. },
  5939. "node_modules/estraverse": {
  5940. "version": "5.3.0",
  5941. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  5942. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5943. "dev": true,
  5944. "license": "BSD-2-Clause",
  5945. "engines": {
  5946. "node": ">=4.0"
  5947. }
  5948. },
  5949. "node_modules/estree-util-is-identifier-name": {
  5950. "version": "3.0.0",
  5951. "resolved": "https://registry.npmmirror.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
  5952. "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
  5953. "license": "MIT",
  5954. "funding": {
  5955. "type": "opencollective",
  5956. "url": "https://opencollective.com/unified"
  5957. }
  5958. },
  5959. "node_modules/esutils": {
  5960. "version": "2.0.3",
  5961. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  5962. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5963. "dev": true,
  5964. "license": "BSD-2-Clause",
  5965. "engines": {
  5966. "node": ">=0.10.0"
  5967. }
  5968. },
  5969. "node_modules/eventemitter3": {
  5970. "version": "5.0.1",
  5971. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz",
  5972. "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
  5973. "license": "MIT"
  5974. },
  5975. "node_modules/extend": {
  5976. "version": "3.0.2",
  5977. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  5978. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  5979. "license": "MIT"
  5980. },
  5981. "node_modules/fast-deep-equal": {
  5982. "version": "3.1.3",
  5983. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5984. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  5985. "license": "MIT"
  5986. },
  5987. "node_modules/fast-glob": {
  5988. "version": "3.3.1",
  5989. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.1.tgz",
  5990. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  5991. "dev": true,
  5992. "license": "MIT",
  5993. "dependencies": {
  5994. "@nodelib/fs.stat": "^2.0.2",
  5995. "@nodelib/fs.walk": "^1.2.3",
  5996. "glob-parent": "^5.1.2",
  5997. "merge2": "^1.3.0",
  5998. "micromatch": "^4.0.4"
  5999. },
  6000. "engines": {
  6001. "node": ">=8.6.0"
  6002. }
  6003. },
  6004. "node_modules/fast-glob/node_modules/glob-parent": {
  6005. "version": "5.1.2",
  6006. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  6007. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  6008. "dev": true,
  6009. "license": "ISC",
  6010. "dependencies": {
  6011. "is-glob": "^4.0.1"
  6012. },
  6013. "engines": {
  6014. "node": ">= 6"
  6015. }
  6016. },
  6017. "node_modules/fast-json-stable-stringify": {
  6018. "version": "2.1.0",
  6019. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  6020. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  6021. "dev": true,
  6022. "license": "MIT"
  6023. },
  6024. "node_modules/fast-levenshtein": {
  6025. "version": "2.0.6",
  6026. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  6027. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  6028. "dev": true,
  6029. "license": "MIT"
  6030. },
  6031. "node_modules/fastq": {
  6032. "version": "1.19.1",
  6033. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  6034. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  6035. "dev": true,
  6036. "license": "ISC",
  6037. "dependencies": {
  6038. "reusify": "^1.0.4"
  6039. }
  6040. },
  6041. "node_modules/fecha": {
  6042. "version": "4.2.3",
  6043. "resolved": "https://registry.npmmirror.com/fecha/-/fecha-4.2.3.tgz",
  6044. "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
  6045. "license": "MIT"
  6046. },
  6047. "node_modules/fflate": {
  6048. "version": "0.8.2",
  6049. "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
  6050. "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
  6051. "license": "MIT"
  6052. },
  6053. "node_modules/file-entry-cache": {
  6054. "version": "8.0.0",
  6055. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  6056. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  6057. "dev": true,
  6058. "license": "MIT",
  6059. "dependencies": {
  6060. "flat-cache": "^4.0.0"
  6061. },
  6062. "engines": {
  6063. "node": ">=16.0.0"
  6064. }
  6065. },
  6066. "node_modules/fill-range": {
  6067. "version": "7.1.1",
  6068. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  6069. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  6070. "devOptional": true,
  6071. "license": "MIT",
  6072. "dependencies": {
  6073. "to-regex-range": "^5.0.1"
  6074. },
  6075. "engines": {
  6076. "node": ">=8"
  6077. }
  6078. },
  6079. "node_modules/find-root": {
  6080. "version": "1.1.0",
  6081. "resolved": "https://registry.npmmirror.com/find-root/-/find-root-1.1.0.tgz",
  6082. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==",
  6083. "license": "MIT"
  6084. },
  6085. "node_modules/find-up": {
  6086. "version": "5.0.0",
  6087. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  6088. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  6089. "dev": true,
  6090. "license": "MIT",
  6091. "dependencies": {
  6092. "locate-path": "^6.0.0",
  6093. "path-exists": "^4.0.0"
  6094. },
  6095. "engines": {
  6096. "node": ">=10"
  6097. },
  6098. "funding": {
  6099. "url": "https://github.com/sponsors/sindresorhus"
  6100. }
  6101. },
  6102. "node_modules/flat-cache": {
  6103. "version": "4.0.1",
  6104. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  6105. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  6106. "dev": true,
  6107. "license": "MIT",
  6108. "dependencies": {
  6109. "flatted": "^3.2.9",
  6110. "keyv": "^4.5.4"
  6111. },
  6112. "engines": {
  6113. "node": ">=16"
  6114. }
  6115. },
  6116. "node_modules/flatted": {
  6117. "version": "3.3.3",
  6118. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  6119. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  6120. "dev": true,
  6121. "license": "ISC"
  6122. },
  6123. "node_modules/flru": {
  6124. "version": "1.0.2",
  6125. "resolved": "https://registry.npmmirror.com/flru/-/flru-1.0.2.tgz",
  6126. "integrity": "sha512-kWyh8ADvHBFz6ua5xYOPnUroZTT/bwWfrCeL0Wj1dzG4/YOmOcfJ99W8dOVyyynJN35rZ9aCOtHChqQovV7yog==",
  6127. "license": "MIT",
  6128. "engines": {
  6129. "node": ">=6"
  6130. }
  6131. },
  6132. "node_modules/for-each": {
  6133. "version": "0.3.5",
  6134. "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.5.tgz",
  6135. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  6136. "dev": true,
  6137. "license": "MIT",
  6138. "dependencies": {
  6139. "is-callable": "^1.2.7"
  6140. },
  6141. "engines": {
  6142. "node": ">= 0.4"
  6143. },
  6144. "funding": {
  6145. "url": "https://github.com/sponsors/ljharb"
  6146. }
  6147. },
  6148. "node_modules/function-bind": {
  6149. "version": "1.1.2",
  6150. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  6151. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  6152. "license": "MIT",
  6153. "funding": {
  6154. "url": "https://github.com/sponsors/ljharb"
  6155. }
  6156. },
  6157. "node_modules/function.prototype.name": {
  6158. "version": "1.1.8",
  6159. "resolved": "https://registry.npmmirror.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  6160. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  6161. "dev": true,
  6162. "license": "MIT",
  6163. "dependencies": {
  6164. "call-bind": "^1.0.8",
  6165. "call-bound": "^1.0.3",
  6166. "define-properties": "^1.2.1",
  6167. "functions-have-names": "^1.2.3",
  6168. "hasown": "^2.0.2",
  6169. "is-callable": "^1.2.7"
  6170. },
  6171. "engines": {
  6172. "node": ">= 0.4"
  6173. },
  6174. "funding": {
  6175. "url": "https://github.com/sponsors/ljharb"
  6176. }
  6177. },
  6178. "node_modules/functions-have-names": {
  6179. "version": "1.2.3",
  6180. "resolved": "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz",
  6181. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  6182. "dev": true,
  6183. "license": "MIT",
  6184. "funding": {
  6185. "url": "https://github.com/sponsors/ljharb"
  6186. }
  6187. },
  6188. "node_modules/geist": {
  6189. "version": "1.4.2",
  6190. "resolved": "https://registry.npmmirror.com/geist/-/geist-1.4.2.tgz",
  6191. "integrity": "sha512-OQUga/KUc8ueijck6EbtT07L4tZ5+TZgjw8PyWfxo16sL5FWk7gNViPNU8hgCFjy6bJi9yuTP+CRpywzaGN8zw==",
  6192. "license": "SIL OPEN FONT LICENSE",
  6193. "peerDependencies": {
  6194. "next": ">=13.2.0"
  6195. }
  6196. },
  6197. "node_modules/get-intrinsic": {
  6198. "version": "1.3.0",
  6199. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  6200. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  6201. "dev": true,
  6202. "license": "MIT",
  6203. "dependencies": {
  6204. "call-bind-apply-helpers": "^1.0.2",
  6205. "es-define-property": "^1.0.1",
  6206. "es-errors": "^1.3.0",
  6207. "es-object-atoms": "^1.1.1",
  6208. "function-bind": "^1.1.2",
  6209. "get-proto": "^1.0.1",
  6210. "gopd": "^1.2.0",
  6211. "has-symbols": "^1.1.0",
  6212. "hasown": "^2.0.2",
  6213. "math-intrinsics": "^1.1.0"
  6214. },
  6215. "engines": {
  6216. "node": ">= 0.4"
  6217. },
  6218. "funding": {
  6219. "url": "https://github.com/sponsors/ljharb"
  6220. }
  6221. },
  6222. "node_modules/get-proto": {
  6223. "version": "1.0.1",
  6224. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  6225. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  6226. "dev": true,
  6227. "license": "MIT",
  6228. "dependencies": {
  6229. "dunder-proto": "^1.0.1",
  6230. "es-object-atoms": "^1.0.0"
  6231. },
  6232. "engines": {
  6233. "node": ">= 0.4"
  6234. }
  6235. },
  6236. "node_modules/get-symbol-description": {
  6237. "version": "1.1.0",
  6238. "resolved": "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  6239. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  6240. "dev": true,
  6241. "license": "MIT",
  6242. "dependencies": {
  6243. "call-bound": "^1.0.3",
  6244. "es-errors": "^1.3.0",
  6245. "get-intrinsic": "^1.2.6"
  6246. },
  6247. "engines": {
  6248. "node": ">= 0.4"
  6249. },
  6250. "funding": {
  6251. "url": "https://github.com/sponsors/ljharb"
  6252. }
  6253. },
  6254. "node_modules/get-tsconfig": {
  6255. "version": "4.10.1",
  6256. "resolved": "https://registry.npmmirror.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz",
  6257. "integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==",
  6258. "dev": true,
  6259. "license": "MIT",
  6260. "dependencies": {
  6261. "resolve-pkg-maps": "^1.0.0"
  6262. },
  6263. "funding": {
  6264. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  6265. }
  6266. },
  6267. "node_modules/github-slugger": {
  6268. "version": "2.0.0",
  6269. "resolved": "https://registry.npmmirror.com/github-slugger/-/github-slugger-2.0.0.tgz",
  6270. "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
  6271. "license": "ISC"
  6272. },
  6273. "node_modules/gl-matrix": {
  6274. "version": "3.4.4",
  6275. "resolved": "https://registry.npmmirror.com/gl-matrix/-/gl-matrix-3.4.4.tgz",
  6276. "integrity": "sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==",
  6277. "license": "MIT"
  6278. },
  6279. "node_modules/glob-parent": {
  6280. "version": "6.0.2",
  6281. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  6282. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  6283. "dev": true,
  6284. "license": "ISC",
  6285. "dependencies": {
  6286. "is-glob": "^4.0.3"
  6287. },
  6288. "engines": {
  6289. "node": ">=10.13.0"
  6290. }
  6291. },
  6292. "node_modules/globals": {
  6293. "version": "14.0.0",
  6294. "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz",
  6295. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  6296. "dev": true,
  6297. "license": "MIT",
  6298. "engines": {
  6299. "node": ">=18"
  6300. },
  6301. "funding": {
  6302. "url": "https://github.com/sponsors/sindresorhus"
  6303. }
  6304. },
  6305. "node_modules/globalthis": {
  6306. "version": "1.0.4",
  6307. "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz",
  6308. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  6309. "dev": true,
  6310. "license": "MIT",
  6311. "dependencies": {
  6312. "define-properties": "^1.2.1",
  6313. "gopd": "^1.0.1"
  6314. },
  6315. "engines": {
  6316. "node": ">= 0.4"
  6317. },
  6318. "funding": {
  6319. "url": "https://github.com/sponsors/ljharb"
  6320. }
  6321. },
  6322. "node_modules/gopd": {
  6323. "version": "1.2.0",
  6324. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  6325. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  6326. "dev": true,
  6327. "license": "MIT",
  6328. "engines": {
  6329. "node": ">= 0.4"
  6330. },
  6331. "funding": {
  6332. "url": "https://github.com/sponsors/ljharb"
  6333. }
  6334. },
  6335. "node_modules/graceful-fs": {
  6336. "version": "4.2.11",
  6337. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6338. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  6339. "dev": true,
  6340. "license": "ISC"
  6341. },
  6342. "node_modules/graphemer": {
  6343. "version": "1.4.0",
  6344. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  6345. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  6346. "dev": true,
  6347. "license": "MIT"
  6348. },
  6349. "node_modules/has-bigints": {
  6350. "version": "1.1.0",
  6351. "resolved": "https://registry.npmmirror.com/has-bigints/-/has-bigints-1.1.0.tgz",
  6352. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  6353. "dev": true,
  6354. "license": "MIT",
  6355. "engines": {
  6356. "node": ">= 0.4"
  6357. },
  6358. "funding": {
  6359. "url": "https://github.com/sponsors/ljharb"
  6360. }
  6361. },
  6362. "node_modules/has-flag": {
  6363. "version": "4.0.0",
  6364. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  6365. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6366. "dev": true,
  6367. "license": "MIT",
  6368. "engines": {
  6369. "node": ">=8"
  6370. }
  6371. },
  6372. "node_modules/has-property-descriptors": {
  6373. "version": "1.0.2",
  6374. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  6375. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  6376. "dev": true,
  6377. "license": "MIT",
  6378. "dependencies": {
  6379. "es-define-property": "^1.0.0"
  6380. },
  6381. "funding": {
  6382. "url": "https://github.com/sponsors/ljharb"
  6383. }
  6384. },
  6385. "node_modules/has-proto": {
  6386. "version": "1.2.0",
  6387. "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.2.0.tgz",
  6388. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  6389. "dev": true,
  6390. "license": "MIT",
  6391. "dependencies": {
  6392. "dunder-proto": "^1.0.0"
  6393. },
  6394. "engines": {
  6395. "node": ">= 0.4"
  6396. },
  6397. "funding": {
  6398. "url": "https://github.com/sponsors/ljharb"
  6399. }
  6400. },
  6401. "node_modules/has-symbols": {
  6402. "version": "1.1.0",
  6403. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  6404. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  6405. "dev": true,
  6406. "license": "MIT",
  6407. "engines": {
  6408. "node": ">= 0.4"
  6409. },
  6410. "funding": {
  6411. "url": "https://github.com/sponsors/ljharb"
  6412. }
  6413. },
  6414. "node_modules/has-tostringtag": {
  6415. "version": "1.0.2",
  6416. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  6417. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  6418. "dev": true,
  6419. "license": "MIT",
  6420. "dependencies": {
  6421. "has-symbols": "^1.0.3"
  6422. },
  6423. "engines": {
  6424. "node": ">= 0.4"
  6425. },
  6426. "funding": {
  6427. "url": "https://github.com/sponsors/ljharb"
  6428. }
  6429. },
  6430. "node_modules/hasown": {
  6431. "version": "2.0.2",
  6432. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  6433. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  6434. "license": "MIT",
  6435. "dependencies": {
  6436. "function-bind": "^1.1.2"
  6437. },
  6438. "engines": {
  6439. "node": ">= 0.4"
  6440. }
  6441. },
  6442. "node_modules/hast-util-from-html": {
  6443. "version": "2.0.3",
  6444. "resolved": "https://registry.npmmirror.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
  6445. "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
  6446. "license": "MIT",
  6447. "dependencies": {
  6448. "@types/hast": "^3.0.0",
  6449. "devlop": "^1.1.0",
  6450. "hast-util-from-parse5": "^8.0.0",
  6451. "parse5": "^7.0.0",
  6452. "vfile": "^6.0.0",
  6453. "vfile-message": "^4.0.0"
  6454. },
  6455. "funding": {
  6456. "type": "opencollective",
  6457. "url": "https://opencollective.com/unified"
  6458. }
  6459. },
  6460. "node_modules/hast-util-from-parse5": {
  6461. "version": "8.0.3",
  6462. "resolved": "https://registry.npmmirror.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
  6463. "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
  6464. "license": "MIT",
  6465. "dependencies": {
  6466. "@types/hast": "^3.0.0",
  6467. "@types/unist": "^3.0.0",
  6468. "devlop": "^1.0.0",
  6469. "hastscript": "^9.0.0",
  6470. "property-information": "^7.0.0",
  6471. "vfile": "^6.0.0",
  6472. "vfile-location": "^5.0.0",
  6473. "web-namespaces": "^2.0.0"
  6474. },
  6475. "funding": {
  6476. "type": "opencollective",
  6477. "url": "https://opencollective.com/unified"
  6478. }
  6479. },
  6480. "node_modules/hast-util-has-property": {
  6481. "version": "3.0.0",
  6482. "resolved": "https://registry.npmmirror.com/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
  6483. "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
  6484. "license": "MIT",
  6485. "dependencies": {
  6486. "@types/hast": "^3.0.0"
  6487. },
  6488. "funding": {
  6489. "type": "opencollective",
  6490. "url": "https://opencollective.com/unified"
  6491. }
  6492. },
  6493. "node_modules/hast-util-heading-rank": {
  6494. "version": "3.0.0",
  6495. "resolved": "https://registry.npmmirror.com/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz",
  6496. "integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==",
  6497. "license": "MIT",
  6498. "dependencies": {
  6499. "@types/hast": "^3.0.0"
  6500. },
  6501. "funding": {
  6502. "type": "opencollective",
  6503. "url": "https://opencollective.com/unified"
  6504. }
  6505. },
  6506. "node_modules/hast-util-is-element": {
  6507. "version": "3.0.0",
  6508. "resolved": "https://registry.npmmirror.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
  6509. "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
  6510. "license": "MIT",
  6511. "dependencies": {
  6512. "@types/hast": "^3.0.0"
  6513. },
  6514. "funding": {
  6515. "type": "opencollective",
  6516. "url": "https://opencollective.com/unified"
  6517. }
  6518. },
  6519. "node_modules/hast-util-parse-selector": {
  6520. "version": "4.0.0",
  6521. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
  6522. "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
  6523. "license": "MIT",
  6524. "dependencies": {
  6525. "@types/hast": "^3.0.0"
  6526. },
  6527. "funding": {
  6528. "type": "opencollective",
  6529. "url": "https://opencollective.com/unified"
  6530. }
  6531. },
  6532. "node_modules/hast-util-raw": {
  6533. "version": "9.1.0",
  6534. "resolved": "https://registry.npmmirror.com/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
  6535. "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
  6536. "license": "MIT",
  6537. "dependencies": {
  6538. "@types/hast": "^3.0.0",
  6539. "@types/unist": "^3.0.0",
  6540. "@ungap/structured-clone": "^1.0.0",
  6541. "hast-util-from-parse5": "^8.0.0",
  6542. "hast-util-to-parse5": "^8.0.0",
  6543. "html-void-elements": "^3.0.0",
  6544. "mdast-util-to-hast": "^13.0.0",
  6545. "parse5": "^7.0.0",
  6546. "unist-util-position": "^5.0.0",
  6547. "unist-util-visit": "^5.0.0",
  6548. "vfile": "^6.0.0",
  6549. "web-namespaces": "^2.0.0",
  6550. "zwitch": "^2.0.0"
  6551. },
  6552. "funding": {
  6553. "type": "opencollective",
  6554. "url": "https://opencollective.com/unified"
  6555. }
  6556. },
  6557. "node_modules/hast-util-select": {
  6558. "version": "6.0.4",
  6559. "resolved": "https://registry.npmmirror.com/hast-util-select/-/hast-util-select-6.0.4.tgz",
  6560. "integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==",
  6561. "license": "MIT",
  6562. "dependencies": {
  6563. "@types/hast": "^3.0.0",
  6564. "@types/unist": "^3.0.0",
  6565. "bcp-47-match": "^2.0.0",
  6566. "comma-separated-tokens": "^2.0.0",
  6567. "css-selector-parser": "^3.0.0",
  6568. "devlop": "^1.0.0",
  6569. "direction": "^2.0.0",
  6570. "hast-util-has-property": "^3.0.0",
  6571. "hast-util-to-string": "^3.0.0",
  6572. "hast-util-whitespace": "^3.0.0",
  6573. "nth-check": "^2.0.0",
  6574. "property-information": "^7.0.0",
  6575. "space-separated-tokens": "^2.0.0",
  6576. "unist-util-visit": "^5.0.0",
  6577. "zwitch": "^2.0.0"
  6578. },
  6579. "funding": {
  6580. "type": "opencollective",
  6581. "url": "https://opencollective.com/unified"
  6582. }
  6583. },
  6584. "node_modules/hast-util-to-html": {
  6585. "version": "9.0.5",
  6586. "resolved": "https://registry.npmmirror.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
  6587. "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
  6588. "license": "MIT",
  6589. "dependencies": {
  6590. "@types/hast": "^3.0.0",
  6591. "@types/unist": "^3.0.0",
  6592. "ccount": "^2.0.0",
  6593. "comma-separated-tokens": "^2.0.0",
  6594. "hast-util-whitespace": "^3.0.0",
  6595. "html-void-elements": "^3.0.0",
  6596. "mdast-util-to-hast": "^13.0.0",
  6597. "property-information": "^7.0.0",
  6598. "space-separated-tokens": "^2.0.0",
  6599. "stringify-entities": "^4.0.0",
  6600. "zwitch": "^2.0.4"
  6601. },
  6602. "funding": {
  6603. "type": "opencollective",
  6604. "url": "https://opencollective.com/unified"
  6605. }
  6606. },
  6607. "node_modules/hast-util-to-jsx-runtime": {
  6608. "version": "2.3.6",
  6609. "resolved": "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
  6610. "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
  6611. "license": "MIT",
  6612. "dependencies": {
  6613. "@types/estree": "^1.0.0",
  6614. "@types/hast": "^3.0.0",
  6615. "@types/unist": "^3.0.0",
  6616. "comma-separated-tokens": "^2.0.0",
  6617. "devlop": "^1.0.0",
  6618. "estree-util-is-identifier-name": "^3.0.0",
  6619. "hast-util-whitespace": "^3.0.0",
  6620. "mdast-util-mdx-expression": "^2.0.0",
  6621. "mdast-util-mdx-jsx": "^3.0.0",
  6622. "mdast-util-mdxjs-esm": "^2.0.0",
  6623. "property-information": "^7.0.0",
  6624. "space-separated-tokens": "^2.0.0",
  6625. "style-to-js": "^1.0.0",
  6626. "unist-util-position": "^5.0.0",
  6627. "vfile-message": "^4.0.0"
  6628. },
  6629. "funding": {
  6630. "type": "opencollective",
  6631. "url": "https://opencollective.com/unified"
  6632. }
  6633. },
  6634. "node_modules/hast-util-to-parse5": {
  6635. "version": "8.0.0",
  6636. "resolved": "https://registry.npmmirror.com/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
  6637. "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
  6638. "license": "MIT",
  6639. "dependencies": {
  6640. "@types/hast": "^3.0.0",
  6641. "comma-separated-tokens": "^2.0.0",
  6642. "devlop": "^1.0.0",
  6643. "property-information": "^6.0.0",
  6644. "space-separated-tokens": "^2.0.0",
  6645. "web-namespaces": "^2.0.0",
  6646. "zwitch": "^2.0.0"
  6647. },
  6648. "funding": {
  6649. "type": "opencollective",
  6650. "url": "https://opencollective.com/unified"
  6651. }
  6652. },
  6653. "node_modules/hast-util-to-parse5/node_modules/property-information": {
  6654. "version": "6.5.0",
  6655. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  6656. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  6657. "license": "MIT",
  6658. "funding": {
  6659. "type": "github",
  6660. "url": "https://github.com/sponsors/wooorm"
  6661. }
  6662. },
  6663. "node_modules/hast-util-to-string": {
  6664. "version": "3.0.1",
  6665. "resolved": "https://registry.npmmirror.com/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
  6666. "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
  6667. "license": "MIT",
  6668. "dependencies": {
  6669. "@types/hast": "^3.0.0"
  6670. },
  6671. "funding": {
  6672. "type": "opencollective",
  6673. "url": "https://opencollective.com/unified"
  6674. }
  6675. },
  6676. "node_modules/hast-util-whitespace": {
  6677. "version": "3.0.0",
  6678. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  6679. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  6680. "license": "MIT",
  6681. "dependencies": {
  6682. "@types/hast": "^3.0.0"
  6683. },
  6684. "funding": {
  6685. "type": "opencollective",
  6686. "url": "https://opencollective.com/unified"
  6687. }
  6688. },
  6689. "node_modules/hastscript": {
  6690. "version": "9.0.1",
  6691. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-9.0.1.tgz",
  6692. "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
  6693. "license": "MIT",
  6694. "dependencies": {
  6695. "@types/hast": "^3.0.0",
  6696. "comma-separated-tokens": "^2.0.0",
  6697. "hast-util-parse-selector": "^4.0.0",
  6698. "property-information": "^7.0.0",
  6699. "space-separated-tokens": "^2.0.0"
  6700. },
  6701. "funding": {
  6702. "type": "opencollective",
  6703. "url": "https://opencollective.com/unified"
  6704. }
  6705. },
  6706. "node_modules/html-url-attributes": {
  6707. "version": "3.0.1",
  6708. "resolved": "https://registry.npmmirror.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
  6709. "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
  6710. "license": "MIT",
  6711. "funding": {
  6712. "type": "opencollective",
  6713. "url": "https://opencollective.com/unified"
  6714. }
  6715. },
  6716. "node_modules/html-void-elements": {
  6717. "version": "3.0.0",
  6718. "resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-3.0.0.tgz",
  6719. "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
  6720. "license": "MIT",
  6721. "funding": {
  6722. "type": "github",
  6723. "url": "https://github.com/sponsors/wooorm"
  6724. }
  6725. },
  6726. "node_modules/iconv-lite": {
  6727. "version": "0.6.3",
  6728. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  6729. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  6730. "license": "MIT",
  6731. "dependencies": {
  6732. "safer-buffer": ">= 2.1.2 < 3.0.0"
  6733. },
  6734. "engines": {
  6735. "node": ">=0.10.0"
  6736. }
  6737. },
  6738. "node_modules/ignore": {
  6739. "version": "5.3.2",
  6740. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  6741. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  6742. "dev": true,
  6743. "license": "MIT",
  6744. "engines": {
  6745. "node": ">= 4"
  6746. }
  6747. },
  6748. "node_modules/immutable": {
  6749. "version": "5.1.3",
  6750. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.3.tgz",
  6751. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
  6752. "license": "MIT"
  6753. },
  6754. "node_modules/import-fresh": {
  6755. "version": "3.3.1",
  6756. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  6757. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  6758. "license": "MIT",
  6759. "dependencies": {
  6760. "parent-module": "^1.0.0",
  6761. "resolve-from": "^4.0.0"
  6762. },
  6763. "engines": {
  6764. "node": ">=6"
  6765. },
  6766. "funding": {
  6767. "url": "https://github.com/sponsors/sindresorhus"
  6768. }
  6769. },
  6770. "node_modules/imurmurhash": {
  6771. "version": "0.1.4",
  6772. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6773. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6774. "dev": true,
  6775. "license": "MIT",
  6776. "engines": {
  6777. "node": ">=0.8.19"
  6778. }
  6779. },
  6780. "node_modules/inline-style-parser": {
  6781. "version": "0.2.4",
  6782. "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
  6783. "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
  6784. "license": "MIT"
  6785. },
  6786. "node_modules/internal-slot": {
  6787. "version": "1.1.0",
  6788. "resolved": "https://registry.npmmirror.com/internal-slot/-/internal-slot-1.1.0.tgz",
  6789. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  6790. "dev": true,
  6791. "license": "MIT",
  6792. "dependencies": {
  6793. "es-errors": "^1.3.0",
  6794. "hasown": "^2.0.2",
  6795. "side-channel": "^1.1.0"
  6796. },
  6797. "engines": {
  6798. "node": ">= 0.4"
  6799. }
  6800. },
  6801. "node_modules/internmap": {
  6802. "version": "2.0.3",
  6803. "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
  6804. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  6805. "license": "ISC",
  6806. "engines": {
  6807. "node": ">=12"
  6808. }
  6809. },
  6810. "node_modules/is-alphabetical": {
  6811. "version": "2.0.1",
  6812. "resolved": "https://registry.npmmirror.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  6813. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  6814. "license": "MIT",
  6815. "funding": {
  6816. "type": "github",
  6817. "url": "https://github.com/sponsors/wooorm"
  6818. }
  6819. },
  6820. "node_modules/is-alphanumerical": {
  6821. "version": "2.0.1",
  6822. "resolved": "https://registry.npmmirror.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  6823. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  6824. "license": "MIT",
  6825. "dependencies": {
  6826. "is-alphabetical": "^2.0.0",
  6827. "is-decimal": "^2.0.0"
  6828. },
  6829. "funding": {
  6830. "type": "github",
  6831. "url": "https://github.com/sponsors/wooorm"
  6832. }
  6833. },
  6834. "node_modules/is-array-buffer": {
  6835. "version": "3.0.5",
  6836. "resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  6837. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  6838. "dev": true,
  6839. "license": "MIT",
  6840. "dependencies": {
  6841. "call-bind": "^1.0.8",
  6842. "call-bound": "^1.0.3",
  6843. "get-intrinsic": "^1.2.6"
  6844. },
  6845. "engines": {
  6846. "node": ">= 0.4"
  6847. },
  6848. "funding": {
  6849. "url": "https://github.com/sponsors/ljharb"
  6850. }
  6851. },
  6852. "node_modules/is-arrayish": {
  6853. "version": "0.3.2",
  6854. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz",
  6855. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  6856. "license": "MIT"
  6857. },
  6858. "node_modules/is-async-function": {
  6859. "version": "2.1.1",
  6860. "resolved": "https://registry.npmmirror.com/is-async-function/-/is-async-function-2.1.1.tgz",
  6861. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  6862. "dev": true,
  6863. "license": "MIT",
  6864. "dependencies": {
  6865. "async-function": "^1.0.0",
  6866. "call-bound": "^1.0.3",
  6867. "get-proto": "^1.0.1",
  6868. "has-tostringtag": "^1.0.2",
  6869. "safe-regex-test": "^1.1.0"
  6870. },
  6871. "engines": {
  6872. "node": ">= 0.4"
  6873. },
  6874. "funding": {
  6875. "url": "https://github.com/sponsors/ljharb"
  6876. }
  6877. },
  6878. "node_modules/is-bigint": {
  6879. "version": "1.1.0",
  6880. "resolved": "https://registry.npmmirror.com/is-bigint/-/is-bigint-1.1.0.tgz",
  6881. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  6882. "dev": true,
  6883. "license": "MIT",
  6884. "dependencies": {
  6885. "has-bigints": "^1.0.2"
  6886. },
  6887. "engines": {
  6888. "node": ">= 0.4"
  6889. },
  6890. "funding": {
  6891. "url": "https://github.com/sponsors/ljharb"
  6892. }
  6893. },
  6894. "node_modules/is-boolean-object": {
  6895. "version": "1.2.2",
  6896. "resolved": "https://registry.npmmirror.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  6897. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  6898. "dev": true,
  6899. "license": "MIT",
  6900. "dependencies": {
  6901. "call-bound": "^1.0.3",
  6902. "has-tostringtag": "^1.0.2"
  6903. },
  6904. "engines": {
  6905. "node": ">= 0.4"
  6906. },
  6907. "funding": {
  6908. "url": "https://github.com/sponsors/ljharb"
  6909. }
  6910. },
  6911. "node_modules/is-bun-module": {
  6912. "version": "2.0.0",
  6913. "resolved": "https://registry.npmmirror.com/is-bun-module/-/is-bun-module-2.0.0.tgz",
  6914. "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
  6915. "dev": true,
  6916. "license": "MIT",
  6917. "dependencies": {
  6918. "semver": "^7.7.1"
  6919. }
  6920. },
  6921. "node_modules/is-callable": {
  6922. "version": "1.2.7",
  6923. "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz",
  6924. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  6925. "dev": true,
  6926. "license": "MIT",
  6927. "engines": {
  6928. "node": ">= 0.4"
  6929. },
  6930. "funding": {
  6931. "url": "https://github.com/sponsors/ljharb"
  6932. }
  6933. },
  6934. "node_modules/is-core-module": {
  6935. "version": "2.16.1",
  6936. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  6937. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  6938. "license": "MIT",
  6939. "dependencies": {
  6940. "hasown": "^2.0.2"
  6941. },
  6942. "engines": {
  6943. "node": ">= 0.4"
  6944. },
  6945. "funding": {
  6946. "url": "https://github.com/sponsors/ljharb"
  6947. }
  6948. },
  6949. "node_modules/is-data-view": {
  6950. "version": "1.0.2",
  6951. "resolved": "https://registry.npmmirror.com/is-data-view/-/is-data-view-1.0.2.tgz",
  6952. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  6953. "dev": true,
  6954. "license": "MIT",
  6955. "dependencies": {
  6956. "call-bound": "^1.0.2",
  6957. "get-intrinsic": "^1.2.6",
  6958. "is-typed-array": "^1.1.13"
  6959. },
  6960. "engines": {
  6961. "node": ">= 0.4"
  6962. },
  6963. "funding": {
  6964. "url": "https://github.com/sponsors/ljharb"
  6965. }
  6966. },
  6967. "node_modules/is-date-object": {
  6968. "version": "1.1.0",
  6969. "resolved": "https://registry.npmmirror.com/is-date-object/-/is-date-object-1.1.0.tgz",
  6970. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  6971. "dev": true,
  6972. "license": "MIT",
  6973. "dependencies": {
  6974. "call-bound": "^1.0.2",
  6975. "has-tostringtag": "^1.0.2"
  6976. },
  6977. "engines": {
  6978. "node": ">= 0.4"
  6979. },
  6980. "funding": {
  6981. "url": "https://github.com/sponsors/ljharb"
  6982. }
  6983. },
  6984. "node_modules/is-decimal": {
  6985. "version": "2.0.1",
  6986. "resolved": "https://registry.npmmirror.com/is-decimal/-/is-decimal-2.0.1.tgz",
  6987. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  6988. "license": "MIT",
  6989. "funding": {
  6990. "type": "github",
  6991. "url": "https://github.com/sponsors/wooorm"
  6992. }
  6993. },
  6994. "node_modules/is-extglob": {
  6995. "version": "2.1.1",
  6996. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  6997. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6998. "devOptional": true,
  6999. "license": "MIT",
  7000. "engines": {
  7001. "node": ">=0.10.0"
  7002. }
  7003. },
  7004. "node_modules/is-finalizationregistry": {
  7005. "version": "1.1.1",
  7006. "resolved": "https://registry.npmmirror.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  7007. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  7008. "dev": true,
  7009. "license": "MIT",
  7010. "dependencies": {
  7011. "call-bound": "^1.0.3"
  7012. },
  7013. "engines": {
  7014. "node": ">= 0.4"
  7015. },
  7016. "funding": {
  7017. "url": "https://github.com/sponsors/ljharb"
  7018. }
  7019. },
  7020. "node_modules/is-generator-function": {
  7021. "version": "1.1.0",
  7022. "resolved": "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.1.0.tgz",
  7023. "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
  7024. "dev": true,
  7025. "license": "MIT",
  7026. "dependencies": {
  7027. "call-bound": "^1.0.3",
  7028. "get-proto": "^1.0.0",
  7029. "has-tostringtag": "^1.0.2",
  7030. "safe-regex-test": "^1.1.0"
  7031. },
  7032. "engines": {
  7033. "node": ">= 0.4"
  7034. },
  7035. "funding": {
  7036. "url": "https://github.com/sponsors/ljharb"
  7037. }
  7038. },
  7039. "node_modules/is-glob": {
  7040. "version": "4.0.3",
  7041. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  7042. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7043. "devOptional": true,
  7044. "license": "MIT",
  7045. "dependencies": {
  7046. "is-extglob": "^2.1.1"
  7047. },
  7048. "engines": {
  7049. "node": ">=0.10.0"
  7050. }
  7051. },
  7052. "node_modules/is-hexadecimal": {
  7053. "version": "2.0.1",
  7054. "resolved": "https://registry.npmmirror.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  7055. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  7056. "license": "MIT",
  7057. "funding": {
  7058. "type": "github",
  7059. "url": "https://github.com/sponsors/wooorm"
  7060. }
  7061. },
  7062. "node_modules/is-map": {
  7063. "version": "2.0.3",
  7064. "resolved": "https://registry.npmmirror.com/is-map/-/is-map-2.0.3.tgz",
  7065. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  7066. "dev": true,
  7067. "license": "MIT",
  7068. "engines": {
  7069. "node": ">= 0.4"
  7070. },
  7071. "funding": {
  7072. "url": "https://github.com/sponsors/ljharb"
  7073. }
  7074. },
  7075. "node_modules/is-negative-zero": {
  7076. "version": "2.0.3",
  7077. "resolved": "https://registry.npmmirror.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  7078. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  7079. "dev": true,
  7080. "license": "MIT",
  7081. "engines": {
  7082. "node": ">= 0.4"
  7083. },
  7084. "funding": {
  7085. "url": "https://github.com/sponsors/ljharb"
  7086. }
  7087. },
  7088. "node_modules/is-number": {
  7089. "version": "7.0.0",
  7090. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  7091. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7092. "devOptional": true,
  7093. "license": "MIT",
  7094. "engines": {
  7095. "node": ">=0.12.0"
  7096. }
  7097. },
  7098. "node_modules/is-number-object": {
  7099. "version": "1.1.1",
  7100. "resolved": "https://registry.npmmirror.com/is-number-object/-/is-number-object-1.1.1.tgz",
  7101. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  7102. "dev": true,
  7103. "license": "MIT",
  7104. "dependencies": {
  7105. "call-bound": "^1.0.3",
  7106. "has-tostringtag": "^1.0.2"
  7107. },
  7108. "engines": {
  7109. "node": ">= 0.4"
  7110. },
  7111. "funding": {
  7112. "url": "https://github.com/sponsors/ljharb"
  7113. }
  7114. },
  7115. "node_modules/is-plain-obj": {
  7116. "version": "4.1.0",
  7117. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  7118. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  7119. "license": "MIT",
  7120. "engines": {
  7121. "node": ">=12"
  7122. },
  7123. "funding": {
  7124. "url": "https://github.com/sponsors/sindresorhus"
  7125. }
  7126. },
  7127. "node_modules/is-regex": {
  7128. "version": "1.2.1",
  7129. "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz",
  7130. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  7131. "dev": true,
  7132. "license": "MIT",
  7133. "dependencies": {
  7134. "call-bound": "^1.0.2",
  7135. "gopd": "^1.2.0",
  7136. "has-tostringtag": "^1.0.2",
  7137. "hasown": "^2.0.2"
  7138. },
  7139. "engines": {
  7140. "node": ">= 0.4"
  7141. },
  7142. "funding": {
  7143. "url": "https://github.com/sponsors/ljharb"
  7144. }
  7145. },
  7146. "node_modules/is-set": {
  7147. "version": "2.0.3",
  7148. "resolved": "https://registry.npmmirror.com/is-set/-/is-set-2.0.3.tgz",
  7149. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  7150. "dev": true,
  7151. "license": "MIT",
  7152. "engines": {
  7153. "node": ">= 0.4"
  7154. },
  7155. "funding": {
  7156. "url": "https://github.com/sponsors/ljharb"
  7157. }
  7158. },
  7159. "node_modules/is-shared-array-buffer": {
  7160. "version": "1.0.4",
  7161. "resolved": "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  7162. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  7163. "dev": true,
  7164. "license": "MIT",
  7165. "dependencies": {
  7166. "call-bound": "^1.0.3"
  7167. },
  7168. "engines": {
  7169. "node": ">= 0.4"
  7170. },
  7171. "funding": {
  7172. "url": "https://github.com/sponsors/ljharb"
  7173. }
  7174. },
  7175. "node_modules/is-string": {
  7176. "version": "1.1.1",
  7177. "resolved": "https://registry.npmmirror.com/is-string/-/is-string-1.1.1.tgz",
  7178. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  7179. "dev": true,
  7180. "license": "MIT",
  7181. "dependencies": {
  7182. "call-bound": "^1.0.3",
  7183. "has-tostringtag": "^1.0.2"
  7184. },
  7185. "engines": {
  7186. "node": ">= 0.4"
  7187. },
  7188. "funding": {
  7189. "url": "https://github.com/sponsors/ljharb"
  7190. }
  7191. },
  7192. "node_modules/is-symbol": {
  7193. "version": "1.1.1",
  7194. "resolved": "https://registry.npmmirror.com/is-symbol/-/is-symbol-1.1.1.tgz",
  7195. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  7196. "dev": true,
  7197. "license": "MIT",
  7198. "dependencies": {
  7199. "call-bound": "^1.0.2",
  7200. "has-symbols": "^1.1.0",
  7201. "safe-regex-test": "^1.1.0"
  7202. },
  7203. "engines": {
  7204. "node": ">= 0.4"
  7205. },
  7206. "funding": {
  7207. "url": "https://github.com/sponsors/ljharb"
  7208. }
  7209. },
  7210. "node_modules/is-typed-array": {
  7211. "version": "1.1.15",
  7212. "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.15.tgz",
  7213. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  7214. "dev": true,
  7215. "license": "MIT",
  7216. "dependencies": {
  7217. "which-typed-array": "^1.1.16"
  7218. },
  7219. "engines": {
  7220. "node": ">= 0.4"
  7221. },
  7222. "funding": {
  7223. "url": "https://github.com/sponsors/ljharb"
  7224. }
  7225. },
  7226. "node_modules/is-weakmap": {
  7227. "version": "2.0.2",
  7228. "resolved": "https://registry.npmmirror.com/is-weakmap/-/is-weakmap-2.0.2.tgz",
  7229. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  7230. "dev": true,
  7231. "license": "MIT",
  7232. "engines": {
  7233. "node": ">= 0.4"
  7234. },
  7235. "funding": {
  7236. "url": "https://github.com/sponsors/ljharb"
  7237. }
  7238. },
  7239. "node_modules/is-weakref": {
  7240. "version": "1.1.1",
  7241. "resolved": "https://registry.npmmirror.com/is-weakref/-/is-weakref-1.1.1.tgz",
  7242. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  7243. "dev": true,
  7244. "license": "MIT",
  7245. "dependencies": {
  7246. "call-bound": "^1.0.3"
  7247. },
  7248. "engines": {
  7249. "node": ">= 0.4"
  7250. },
  7251. "funding": {
  7252. "url": "https://github.com/sponsors/ljharb"
  7253. }
  7254. },
  7255. "node_modules/is-weakset": {
  7256. "version": "2.0.4",
  7257. "resolved": "https://registry.npmmirror.com/is-weakset/-/is-weakset-2.0.4.tgz",
  7258. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  7259. "dev": true,
  7260. "license": "MIT",
  7261. "dependencies": {
  7262. "call-bound": "^1.0.3",
  7263. "get-intrinsic": "^1.2.6"
  7264. },
  7265. "engines": {
  7266. "node": ">= 0.4"
  7267. },
  7268. "funding": {
  7269. "url": "https://github.com/sponsors/ljharb"
  7270. }
  7271. },
  7272. "node_modules/isarray": {
  7273. "version": "2.0.5",
  7274. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-2.0.5.tgz",
  7275. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  7276. "dev": true,
  7277. "license": "MIT"
  7278. },
  7279. "node_modules/isexe": {
  7280. "version": "2.0.0",
  7281. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  7282. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  7283. "dev": true,
  7284. "license": "ISC"
  7285. },
  7286. "node_modules/iterator.prototype": {
  7287. "version": "1.1.5",
  7288. "resolved": "https://registry.npmmirror.com/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  7289. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  7290. "dev": true,
  7291. "license": "MIT",
  7292. "dependencies": {
  7293. "define-data-property": "^1.1.4",
  7294. "es-object-atoms": "^1.0.0",
  7295. "get-intrinsic": "^1.2.6",
  7296. "get-proto": "^1.0.0",
  7297. "has-symbols": "^1.1.0",
  7298. "set-function-name": "^2.0.2"
  7299. },
  7300. "engines": {
  7301. "node": ">= 0.4"
  7302. }
  7303. },
  7304. "node_modules/jiti": {
  7305. "version": "2.5.1",
  7306. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.5.1.tgz",
  7307. "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
  7308. "dev": true,
  7309. "license": "MIT",
  7310. "bin": {
  7311. "jiti": "lib/jiti-cli.mjs"
  7312. }
  7313. },
  7314. "node_modules/js-tokens": {
  7315. "version": "4.0.0",
  7316. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  7317. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  7318. "license": "MIT"
  7319. },
  7320. "node_modules/js-yaml": {
  7321. "version": "4.1.0",
  7322. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  7323. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  7324. "dev": true,
  7325. "license": "MIT",
  7326. "dependencies": {
  7327. "argparse": "^2.0.1"
  7328. },
  7329. "bin": {
  7330. "js-yaml": "bin/js-yaml.js"
  7331. }
  7332. },
  7333. "node_modules/jsencrypt": {
  7334. "version": "3.3.2",
  7335. "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.2.tgz",
  7336. "integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
  7337. "license": "MIT"
  7338. },
  7339. "node_modules/jsesc": {
  7340. "version": "3.1.0",
  7341. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  7342. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  7343. "license": "MIT",
  7344. "bin": {
  7345. "jsesc": "bin/jsesc"
  7346. },
  7347. "engines": {
  7348. "node": ">=6"
  7349. }
  7350. },
  7351. "node_modules/json-buffer": {
  7352. "version": "3.0.1",
  7353. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  7354. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  7355. "dev": true,
  7356. "license": "MIT"
  7357. },
  7358. "node_modules/json-parse-even-better-errors": {
  7359. "version": "2.3.1",
  7360. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  7361. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  7362. "license": "MIT"
  7363. },
  7364. "node_modules/json-schema-traverse": {
  7365. "version": "0.4.1",
  7366. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  7367. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  7368. "dev": true,
  7369. "license": "MIT"
  7370. },
  7371. "node_modules/json-stable-stringify-without-jsonify": {
  7372. "version": "1.0.1",
  7373. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  7374. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  7375. "dev": true,
  7376. "license": "MIT"
  7377. },
  7378. "node_modules/json2mq": {
  7379. "version": "0.2.0",
  7380. "resolved": "https://registry.npmmirror.com/json2mq/-/json2mq-0.2.0.tgz",
  7381. "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
  7382. "license": "MIT",
  7383. "dependencies": {
  7384. "string-convert": "^0.2.0"
  7385. }
  7386. },
  7387. "node_modules/json5": {
  7388. "version": "1.0.2",
  7389. "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
  7390. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  7391. "dev": true,
  7392. "license": "MIT",
  7393. "dependencies": {
  7394. "minimist": "^1.2.0"
  7395. },
  7396. "bin": {
  7397. "json5": "lib/cli.js"
  7398. }
  7399. },
  7400. "node_modules/jsx-ast-utils": {
  7401. "version": "3.3.5",
  7402. "resolved": "https://registry.npmmirror.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  7403. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  7404. "dev": true,
  7405. "license": "MIT",
  7406. "dependencies": {
  7407. "array-includes": "^3.1.6",
  7408. "array.prototype.flat": "^1.3.1",
  7409. "object.assign": "^4.1.4",
  7410. "object.values": "^1.1.6"
  7411. },
  7412. "engines": {
  7413. "node": ">=4.0"
  7414. }
  7415. },
  7416. "node_modules/keyv": {
  7417. "version": "4.5.4",
  7418. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  7419. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  7420. "dev": true,
  7421. "license": "MIT",
  7422. "dependencies": {
  7423. "json-buffer": "3.0.1"
  7424. }
  7425. },
  7426. "node_modules/language-subtag-registry": {
  7427. "version": "0.3.23",
  7428. "resolved": "https://registry.npmmirror.com/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  7429. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  7430. "dev": true,
  7431. "license": "CC0-1.0"
  7432. },
  7433. "node_modules/language-tags": {
  7434. "version": "1.0.9",
  7435. "resolved": "https://registry.npmmirror.com/language-tags/-/language-tags-1.0.9.tgz",
  7436. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  7437. "dev": true,
  7438. "license": "MIT",
  7439. "dependencies": {
  7440. "language-subtag-registry": "^0.3.20"
  7441. },
  7442. "engines": {
  7443. "node": ">=0.10"
  7444. }
  7445. },
  7446. "node_modules/leaflet": {
  7447. "version": "1.9.4",
  7448. "resolved": "https://registry.npmmirror.com/leaflet/-/leaflet-1.9.4.tgz",
  7449. "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==",
  7450. "license": "BSD-2-Clause"
  7451. },
  7452. "node_modules/levn": {
  7453. "version": "0.4.1",
  7454. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  7455. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  7456. "dev": true,
  7457. "license": "MIT",
  7458. "dependencies": {
  7459. "prelude-ls": "^1.2.1",
  7460. "type-check": "~0.4.0"
  7461. },
  7462. "engines": {
  7463. "node": ">= 0.8.0"
  7464. }
  7465. },
  7466. "node_modules/lightningcss": {
  7467. "version": "1.30.1",
  7468. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.1.tgz",
  7469. "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
  7470. "dev": true,
  7471. "license": "MPL-2.0",
  7472. "dependencies": {
  7473. "detect-libc": "^2.0.3"
  7474. },
  7475. "engines": {
  7476. "node": ">= 12.0.0"
  7477. },
  7478. "funding": {
  7479. "type": "opencollective",
  7480. "url": "https://opencollective.com/parcel"
  7481. },
  7482. "optionalDependencies": {
  7483. "lightningcss-darwin-arm64": "1.30.1",
  7484. "lightningcss-darwin-x64": "1.30.1",
  7485. "lightningcss-freebsd-x64": "1.30.1",
  7486. "lightningcss-linux-arm-gnueabihf": "1.30.1",
  7487. "lightningcss-linux-arm64-gnu": "1.30.1",
  7488. "lightningcss-linux-arm64-musl": "1.30.1",
  7489. "lightningcss-linux-x64-gnu": "1.30.1",
  7490. "lightningcss-linux-x64-musl": "1.30.1",
  7491. "lightningcss-win32-arm64-msvc": "1.30.1",
  7492. "lightningcss-win32-x64-msvc": "1.30.1"
  7493. }
  7494. },
  7495. "node_modules/lightningcss-darwin-arm64": {
  7496. "version": "1.30.1",
  7497. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
  7498. "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
  7499. "cpu": [
  7500. "arm64"
  7501. ],
  7502. "dev": true,
  7503. "license": "MPL-2.0",
  7504. "optional": true,
  7505. "os": [
  7506. "darwin"
  7507. ],
  7508. "engines": {
  7509. "node": ">= 12.0.0"
  7510. },
  7511. "funding": {
  7512. "type": "opencollective",
  7513. "url": "https://opencollective.com/parcel"
  7514. }
  7515. },
  7516. "node_modules/lightningcss-darwin-x64": {
  7517. "version": "1.30.1",
  7518. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
  7519. "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
  7520. "cpu": [
  7521. "x64"
  7522. ],
  7523. "dev": true,
  7524. "license": "MPL-2.0",
  7525. "optional": true,
  7526. "os": [
  7527. "darwin"
  7528. ],
  7529. "engines": {
  7530. "node": ">= 12.0.0"
  7531. },
  7532. "funding": {
  7533. "type": "opencollective",
  7534. "url": "https://opencollective.com/parcel"
  7535. }
  7536. },
  7537. "node_modules/lightningcss-freebsd-x64": {
  7538. "version": "1.30.1",
  7539. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
  7540. "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
  7541. "cpu": [
  7542. "x64"
  7543. ],
  7544. "dev": true,
  7545. "license": "MPL-2.0",
  7546. "optional": true,
  7547. "os": [
  7548. "freebsd"
  7549. ],
  7550. "engines": {
  7551. "node": ">= 12.0.0"
  7552. },
  7553. "funding": {
  7554. "type": "opencollective",
  7555. "url": "https://opencollective.com/parcel"
  7556. }
  7557. },
  7558. "node_modules/lightningcss-linux-arm-gnueabihf": {
  7559. "version": "1.30.1",
  7560. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
  7561. "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
  7562. "cpu": [
  7563. "arm"
  7564. ],
  7565. "dev": true,
  7566. "license": "MPL-2.0",
  7567. "optional": true,
  7568. "os": [
  7569. "linux"
  7570. ],
  7571. "engines": {
  7572. "node": ">= 12.0.0"
  7573. },
  7574. "funding": {
  7575. "type": "opencollective",
  7576. "url": "https://opencollective.com/parcel"
  7577. }
  7578. },
  7579. "node_modules/lightningcss-linux-arm64-gnu": {
  7580. "version": "1.30.1",
  7581. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
  7582. "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
  7583. "cpu": [
  7584. "arm64"
  7585. ],
  7586. "dev": true,
  7587. "license": "MPL-2.0",
  7588. "optional": true,
  7589. "os": [
  7590. "linux"
  7591. ],
  7592. "engines": {
  7593. "node": ">= 12.0.0"
  7594. },
  7595. "funding": {
  7596. "type": "opencollective",
  7597. "url": "https://opencollective.com/parcel"
  7598. }
  7599. },
  7600. "node_modules/lightningcss-linux-arm64-musl": {
  7601. "version": "1.30.1",
  7602. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
  7603. "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
  7604. "cpu": [
  7605. "arm64"
  7606. ],
  7607. "dev": true,
  7608. "license": "MPL-2.0",
  7609. "optional": true,
  7610. "os": [
  7611. "linux"
  7612. ],
  7613. "engines": {
  7614. "node": ">= 12.0.0"
  7615. },
  7616. "funding": {
  7617. "type": "opencollective",
  7618. "url": "https://opencollective.com/parcel"
  7619. }
  7620. },
  7621. "node_modules/lightningcss-linux-x64-gnu": {
  7622. "version": "1.30.1",
  7623. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
  7624. "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
  7625. "cpu": [
  7626. "x64"
  7627. ],
  7628. "dev": true,
  7629. "license": "MPL-2.0",
  7630. "optional": true,
  7631. "os": [
  7632. "linux"
  7633. ],
  7634. "engines": {
  7635. "node": ">= 12.0.0"
  7636. },
  7637. "funding": {
  7638. "type": "opencollective",
  7639. "url": "https://opencollective.com/parcel"
  7640. }
  7641. },
  7642. "node_modules/lightningcss-linux-x64-musl": {
  7643. "version": "1.30.1",
  7644. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
  7645. "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
  7646. "cpu": [
  7647. "x64"
  7648. ],
  7649. "dev": true,
  7650. "license": "MPL-2.0",
  7651. "optional": true,
  7652. "os": [
  7653. "linux"
  7654. ],
  7655. "engines": {
  7656. "node": ">= 12.0.0"
  7657. },
  7658. "funding": {
  7659. "type": "opencollective",
  7660. "url": "https://opencollective.com/parcel"
  7661. }
  7662. },
  7663. "node_modules/lightningcss-win32-arm64-msvc": {
  7664. "version": "1.30.1",
  7665. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
  7666. "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
  7667. "cpu": [
  7668. "arm64"
  7669. ],
  7670. "dev": true,
  7671. "license": "MPL-2.0",
  7672. "optional": true,
  7673. "os": [
  7674. "win32"
  7675. ],
  7676. "engines": {
  7677. "node": ">= 12.0.0"
  7678. },
  7679. "funding": {
  7680. "type": "opencollective",
  7681. "url": "https://opencollective.com/parcel"
  7682. }
  7683. },
  7684. "node_modules/lightningcss-win32-x64-msvc": {
  7685. "version": "1.30.1",
  7686. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
  7687. "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
  7688. "cpu": [
  7689. "x64"
  7690. ],
  7691. "dev": true,
  7692. "license": "MPL-2.0",
  7693. "optional": true,
  7694. "os": [
  7695. "win32"
  7696. ],
  7697. "engines": {
  7698. "node": ">= 12.0.0"
  7699. },
  7700. "funding": {
  7701. "type": "opencollective",
  7702. "url": "https://opencollective.com/parcel"
  7703. }
  7704. },
  7705. "node_modules/lines-and-columns": {
  7706. "version": "1.2.4",
  7707. "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  7708. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  7709. "license": "MIT"
  7710. },
  7711. "node_modules/locate-path": {
  7712. "version": "6.0.0",
  7713. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  7714. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  7715. "dev": true,
  7716. "license": "MIT",
  7717. "dependencies": {
  7718. "p-locate": "^5.0.0"
  7719. },
  7720. "engines": {
  7721. "node": ">=10"
  7722. },
  7723. "funding": {
  7724. "url": "https://github.com/sponsors/sindresorhus"
  7725. }
  7726. },
  7727. "node_modules/lodash": {
  7728. "version": "4.17.21",
  7729. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  7730. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  7731. "license": "MIT"
  7732. },
  7733. "node_modules/lodash-es": {
  7734. "version": "4.17.21",
  7735. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  7736. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  7737. "license": "MIT"
  7738. },
  7739. "node_modules/lodash.merge": {
  7740. "version": "4.6.2",
  7741. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  7742. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  7743. "dev": true,
  7744. "license": "MIT"
  7745. },
  7746. "node_modules/longest-streak": {
  7747. "version": "3.1.0",
  7748. "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
  7749. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  7750. "license": "MIT",
  7751. "funding": {
  7752. "type": "github",
  7753. "url": "https://github.com/sponsors/wooorm"
  7754. }
  7755. },
  7756. "node_modules/loose-envify": {
  7757. "version": "1.4.0",
  7758. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  7759. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  7760. "license": "MIT",
  7761. "dependencies": {
  7762. "js-tokens": "^3.0.0 || ^4.0.0"
  7763. },
  7764. "bin": {
  7765. "loose-envify": "cli.js"
  7766. }
  7767. },
  7768. "node_modules/lucide-react": {
  7769. "version": "0.537.0",
  7770. "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.537.0.tgz",
  7771. "integrity": "sha512-VxWsdxBGeFnlC+HwMg/l08HptN4YRU9o/lRog156jOmRxI1ERKqN+rJiNY/mPcKAdWdM0UbyO8ft1o0jq69SSQ==",
  7772. "license": "ISC",
  7773. "peerDependencies": {
  7774. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  7775. }
  7776. },
  7777. "node_modules/magic-string": {
  7778. "version": "0.30.17",
  7779. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  7780. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  7781. "dev": true,
  7782. "license": "MIT",
  7783. "dependencies": {
  7784. "@jridgewell/sourcemap-codec": "^1.5.0"
  7785. }
  7786. },
  7787. "node_modules/markdown-table": {
  7788. "version": "3.0.4",
  7789. "resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
  7790. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  7791. "license": "MIT",
  7792. "funding": {
  7793. "type": "github",
  7794. "url": "https://github.com/sponsors/wooorm"
  7795. }
  7796. },
  7797. "node_modules/math-intrinsics": {
  7798. "version": "1.1.0",
  7799. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  7800. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  7801. "dev": true,
  7802. "license": "MIT",
  7803. "engines": {
  7804. "node": ">= 0.4"
  7805. }
  7806. },
  7807. "node_modules/mdast-util-find-and-replace": {
  7808. "version": "3.0.2",
  7809. "resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
  7810. "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
  7811. "license": "MIT",
  7812. "dependencies": {
  7813. "@types/mdast": "^4.0.0",
  7814. "escape-string-regexp": "^5.0.0",
  7815. "unist-util-is": "^6.0.0",
  7816. "unist-util-visit-parents": "^6.0.0"
  7817. },
  7818. "funding": {
  7819. "type": "opencollective",
  7820. "url": "https://opencollective.com/unified"
  7821. }
  7822. },
  7823. "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
  7824. "version": "5.0.0",
  7825. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  7826. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  7827. "license": "MIT",
  7828. "engines": {
  7829. "node": ">=12"
  7830. },
  7831. "funding": {
  7832. "url": "https://github.com/sponsors/sindresorhus"
  7833. }
  7834. },
  7835. "node_modules/mdast-util-from-markdown": {
  7836. "version": "2.0.2",
  7837. "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
  7838. "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
  7839. "license": "MIT",
  7840. "dependencies": {
  7841. "@types/mdast": "^4.0.0",
  7842. "@types/unist": "^3.0.0",
  7843. "decode-named-character-reference": "^1.0.0",
  7844. "devlop": "^1.0.0",
  7845. "mdast-util-to-string": "^4.0.0",
  7846. "micromark": "^4.0.0",
  7847. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  7848. "micromark-util-decode-string": "^2.0.0",
  7849. "micromark-util-normalize-identifier": "^2.0.0",
  7850. "micromark-util-symbol": "^2.0.0",
  7851. "micromark-util-types": "^2.0.0",
  7852. "unist-util-stringify-position": "^4.0.0"
  7853. },
  7854. "funding": {
  7855. "type": "opencollective",
  7856. "url": "https://opencollective.com/unified"
  7857. }
  7858. },
  7859. "node_modules/mdast-util-gfm": {
  7860. "version": "3.1.0",
  7861. "resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
  7862. "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
  7863. "license": "MIT",
  7864. "dependencies": {
  7865. "mdast-util-from-markdown": "^2.0.0",
  7866. "mdast-util-gfm-autolink-literal": "^2.0.0",
  7867. "mdast-util-gfm-footnote": "^2.0.0",
  7868. "mdast-util-gfm-strikethrough": "^2.0.0",
  7869. "mdast-util-gfm-table": "^2.0.0",
  7870. "mdast-util-gfm-task-list-item": "^2.0.0",
  7871. "mdast-util-to-markdown": "^2.0.0"
  7872. },
  7873. "funding": {
  7874. "type": "opencollective",
  7875. "url": "https://opencollective.com/unified"
  7876. }
  7877. },
  7878. "node_modules/mdast-util-gfm-autolink-literal": {
  7879. "version": "2.0.1",
  7880. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
  7881. "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
  7882. "license": "MIT",
  7883. "dependencies": {
  7884. "@types/mdast": "^4.0.0",
  7885. "ccount": "^2.0.0",
  7886. "devlop": "^1.0.0",
  7887. "mdast-util-find-and-replace": "^3.0.0",
  7888. "micromark-util-character": "^2.0.0"
  7889. },
  7890. "funding": {
  7891. "type": "opencollective",
  7892. "url": "https://opencollective.com/unified"
  7893. }
  7894. },
  7895. "node_modules/mdast-util-gfm-footnote": {
  7896. "version": "2.1.0",
  7897. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
  7898. "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
  7899. "license": "MIT",
  7900. "dependencies": {
  7901. "@types/mdast": "^4.0.0",
  7902. "devlop": "^1.1.0",
  7903. "mdast-util-from-markdown": "^2.0.0",
  7904. "mdast-util-to-markdown": "^2.0.0",
  7905. "micromark-util-normalize-identifier": "^2.0.0"
  7906. },
  7907. "funding": {
  7908. "type": "opencollective",
  7909. "url": "https://opencollective.com/unified"
  7910. }
  7911. },
  7912. "node_modules/mdast-util-gfm-strikethrough": {
  7913. "version": "2.0.0",
  7914. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
  7915. "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
  7916. "license": "MIT",
  7917. "dependencies": {
  7918. "@types/mdast": "^4.0.0",
  7919. "mdast-util-from-markdown": "^2.0.0",
  7920. "mdast-util-to-markdown": "^2.0.0"
  7921. },
  7922. "funding": {
  7923. "type": "opencollective",
  7924. "url": "https://opencollective.com/unified"
  7925. }
  7926. },
  7927. "node_modules/mdast-util-gfm-table": {
  7928. "version": "2.0.0",
  7929. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
  7930. "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
  7931. "license": "MIT",
  7932. "dependencies": {
  7933. "@types/mdast": "^4.0.0",
  7934. "devlop": "^1.0.0",
  7935. "markdown-table": "^3.0.0",
  7936. "mdast-util-from-markdown": "^2.0.0",
  7937. "mdast-util-to-markdown": "^2.0.0"
  7938. },
  7939. "funding": {
  7940. "type": "opencollective",
  7941. "url": "https://opencollective.com/unified"
  7942. }
  7943. },
  7944. "node_modules/mdast-util-gfm-task-list-item": {
  7945. "version": "2.0.0",
  7946. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
  7947. "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
  7948. "license": "MIT",
  7949. "dependencies": {
  7950. "@types/mdast": "^4.0.0",
  7951. "devlop": "^1.0.0",
  7952. "mdast-util-from-markdown": "^2.0.0",
  7953. "mdast-util-to-markdown": "^2.0.0"
  7954. },
  7955. "funding": {
  7956. "type": "opencollective",
  7957. "url": "https://opencollective.com/unified"
  7958. }
  7959. },
  7960. "node_modules/mdast-util-mdx-expression": {
  7961. "version": "2.0.1",
  7962. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
  7963. "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
  7964. "license": "MIT",
  7965. "dependencies": {
  7966. "@types/estree-jsx": "^1.0.0",
  7967. "@types/hast": "^3.0.0",
  7968. "@types/mdast": "^4.0.0",
  7969. "devlop": "^1.0.0",
  7970. "mdast-util-from-markdown": "^2.0.0",
  7971. "mdast-util-to-markdown": "^2.0.0"
  7972. },
  7973. "funding": {
  7974. "type": "opencollective",
  7975. "url": "https://opencollective.com/unified"
  7976. }
  7977. },
  7978. "node_modules/mdast-util-mdx-jsx": {
  7979. "version": "3.2.0",
  7980. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
  7981. "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
  7982. "license": "MIT",
  7983. "dependencies": {
  7984. "@types/estree-jsx": "^1.0.0",
  7985. "@types/hast": "^3.0.0",
  7986. "@types/mdast": "^4.0.0",
  7987. "@types/unist": "^3.0.0",
  7988. "ccount": "^2.0.0",
  7989. "devlop": "^1.1.0",
  7990. "mdast-util-from-markdown": "^2.0.0",
  7991. "mdast-util-to-markdown": "^2.0.0",
  7992. "parse-entities": "^4.0.0",
  7993. "stringify-entities": "^4.0.0",
  7994. "unist-util-stringify-position": "^4.0.0",
  7995. "vfile-message": "^4.0.0"
  7996. },
  7997. "funding": {
  7998. "type": "opencollective",
  7999. "url": "https://opencollective.com/unified"
  8000. }
  8001. },
  8002. "node_modules/mdast-util-mdxjs-esm": {
  8003. "version": "2.0.1",
  8004. "resolved": "https://registry.npmmirror.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
  8005. "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
  8006. "license": "MIT",
  8007. "dependencies": {
  8008. "@types/estree-jsx": "^1.0.0",
  8009. "@types/hast": "^3.0.0",
  8010. "@types/mdast": "^4.0.0",
  8011. "devlop": "^1.0.0",
  8012. "mdast-util-from-markdown": "^2.0.0",
  8013. "mdast-util-to-markdown": "^2.0.0"
  8014. },
  8015. "funding": {
  8016. "type": "opencollective",
  8017. "url": "https://opencollective.com/unified"
  8018. }
  8019. },
  8020. "node_modules/mdast-util-phrasing": {
  8021. "version": "4.1.0",
  8022. "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
  8023. "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
  8024. "license": "MIT",
  8025. "dependencies": {
  8026. "@types/mdast": "^4.0.0",
  8027. "unist-util-is": "^6.0.0"
  8028. },
  8029. "funding": {
  8030. "type": "opencollective",
  8031. "url": "https://opencollective.com/unified"
  8032. }
  8033. },
  8034. "node_modules/mdast-util-to-hast": {
  8035. "version": "13.2.0",
  8036. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
  8037. "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
  8038. "license": "MIT",
  8039. "dependencies": {
  8040. "@types/hast": "^3.0.0",
  8041. "@types/mdast": "^4.0.0",
  8042. "@ungap/structured-clone": "^1.0.0",
  8043. "devlop": "^1.0.0",
  8044. "micromark-util-sanitize-uri": "^2.0.0",
  8045. "trim-lines": "^3.0.0",
  8046. "unist-util-position": "^5.0.0",
  8047. "unist-util-visit": "^5.0.0",
  8048. "vfile": "^6.0.0"
  8049. },
  8050. "funding": {
  8051. "type": "opencollective",
  8052. "url": "https://opencollective.com/unified"
  8053. }
  8054. },
  8055. "node_modules/mdast-util-to-markdown": {
  8056. "version": "2.1.2",
  8057. "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
  8058. "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
  8059. "license": "MIT",
  8060. "dependencies": {
  8061. "@types/mdast": "^4.0.0",
  8062. "@types/unist": "^3.0.0",
  8063. "longest-streak": "^3.0.0",
  8064. "mdast-util-phrasing": "^4.0.0",
  8065. "mdast-util-to-string": "^4.0.0",
  8066. "micromark-util-classify-character": "^2.0.0",
  8067. "micromark-util-decode-string": "^2.0.0",
  8068. "unist-util-visit": "^5.0.0",
  8069. "zwitch": "^2.0.0"
  8070. },
  8071. "funding": {
  8072. "type": "opencollective",
  8073. "url": "https://opencollective.com/unified"
  8074. }
  8075. },
  8076. "node_modules/mdast-util-to-string": {
  8077. "version": "4.0.0",
  8078. "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
  8079. "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
  8080. "license": "MIT",
  8081. "dependencies": {
  8082. "@types/mdast": "^4.0.0"
  8083. },
  8084. "funding": {
  8085. "type": "opencollective",
  8086. "url": "https://opencollective.com/unified"
  8087. }
  8088. },
  8089. "node_modules/memoize-one": {
  8090. "version": "6.0.0",
  8091. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  8092. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  8093. "license": "MIT"
  8094. },
  8095. "node_modules/merge2": {
  8096. "version": "1.4.1",
  8097. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  8098. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  8099. "dev": true,
  8100. "license": "MIT",
  8101. "engines": {
  8102. "node": ">= 8"
  8103. }
  8104. },
  8105. "node_modules/meshoptimizer": {
  8106. "version": "0.22.0",
  8107. "resolved": "https://registry.npmjs.org/meshoptimizer/-/meshoptimizer-0.22.0.tgz",
  8108. "integrity": "sha512-IebiK79sqIy+E4EgOr+CAw+Ke8hAspXKzBd0JdgEmPHiAwmvEj2S4h1rfvo+o/BnfEYd/jAOg5IeeIjzlzSnDg==",
  8109. "license": "MIT"
  8110. },
  8111. "node_modules/micromark": {
  8112. "version": "4.0.2",
  8113. "resolved": "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz",
  8114. "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
  8115. "funding": [
  8116. {
  8117. "type": "GitHub Sponsors",
  8118. "url": "https://github.com/sponsors/unifiedjs"
  8119. },
  8120. {
  8121. "type": "OpenCollective",
  8122. "url": "https://opencollective.com/unified"
  8123. }
  8124. ],
  8125. "license": "MIT",
  8126. "dependencies": {
  8127. "@types/debug": "^4.0.0",
  8128. "debug": "^4.0.0",
  8129. "decode-named-character-reference": "^1.0.0",
  8130. "devlop": "^1.0.0",
  8131. "micromark-core-commonmark": "^2.0.0",
  8132. "micromark-factory-space": "^2.0.0",
  8133. "micromark-util-character": "^2.0.0",
  8134. "micromark-util-chunked": "^2.0.0",
  8135. "micromark-util-combine-extensions": "^2.0.0",
  8136. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  8137. "micromark-util-encode": "^2.0.0",
  8138. "micromark-util-normalize-identifier": "^2.0.0",
  8139. "micromark-util-resolve-all": "^2.0.0",
  8140. "micromark-util-sanitize-uri": "^2.0.0",
  8141. "micromark-util-subtokenize": "^2.0.0",
  8142. "micromark-util-symbol": "^2.0.0",
  8143. "micromark-util-types": "^2.0.0"
  8144. }
  8145. },
  8146. "node_modules/micromark-core-commonmark": {
  8147. "version": "2.0.3",
  8148. "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
  8149. "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
  8150. "funding": [
  8151. {
  8152. "type": "GitHub Sponsors",
  8153. "url": "https://github.com/sponsors/unifiedjs"
  8154. },
  8155. {
  8156. "type": "OpenCollective",
  8157. "url": "https://opencollective.com/unified"
  8158. }
  8159. ],
  8160. "license": "MIT",
  8161. "dependencies": {
  8162. "decode-named-character-reference": "^1.0.0",
  8163. "devlop": "^1.0.0",
  8164. "micromark-factory-destination": "^2.0.0",
  8165. "micromark-factory-label": "^2.0.0",
  8166. "micromark-factory-space": "^2.0.0",
  8167. "micromark-factory-title": "^2.0.0",
  8168. "micromark-factory-whitespace": "^2.0.0",
  8169. "micromark-util-character": "^2.0.0",
  8170. "micromark-util-chunked": "^2.0.0",
  8171. "micromark-util-classify-character": "^2.0.0",
  8172. "micromark-util-html-tag-name": "^2.0.0",
  8173. "micromark-util-normalize-identifier": "^2.0.0",
  8174. "micromark-util-resolve-all": "^2.0.0",
  8175. "micromark-util-subtokenize": "^2.0.0",
  8176. "micromark-util-symbol": "^2.0.0",
  8177. "micromark-util-types": "^2.0.0"
  8178. }
  8179. },
  8180. "node_modules/micromark-extension-gfm": {
  8181. "version": "3.0.0",
  8182. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
  8183. "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
  8184. "license": "MIT",
  8185. "dependencies": {
  8186. "micromark-extension-gfm-autolink-literal": "^2.0.0",
  8187. "micromark-extension-gfm-footnote": "^2.0.0",
  8188. "micromark-extension-gfm-strikethrough": "^2.0.0",
  8189. "micromark-extension-gfm-table": "^2.0.0",
  8190. "micromark-extension-gfm-tagfilter": "^2.0.0",
  8191. "micromark-extension-gfm-task-list-item": "^2.0.0",
  8192. "micromark-util-combine-extensions": "^2.0.0",
  8193. "micromark-util-types": "^2.0.0"
  8194. },
  8195. "funding": {
  8196. "type": "opencollective",
  8197. "url": "https://opencollective.com/unified"
  8198. }
  8199. },
  8200. "node_modules/micromark-extension-gfm-autolink-literal": {
  8201. "version": "2.1.0",
  8202. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
  8203. "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
  8204. "license": "MIT",
  8205. "dependencies": {
  8206. "micromark-util-character": "^2.0.0",
  8207. "micromark-util-sanitize-uri": "^2.0.0",
  8208. "micromark-util-symbol": "^2.0.0",
  8209. "micromark-util-types": "^2.0.0"
  8210. },
  8211. "funding": {
  8212. "type": "opencollective",
  8213. "url": "https://opencollective.com/unified"
  8214. }
  8215. },
  8216. "node_modules/micromark-extension-gfm-footnote": {
  8217. "version": "2.1.0",
  8218. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
  8219. "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
  8220. "license": "MIT",
  8221. "dependencies": {
  8222. "devlop": "^1.0.0",
  8223. "micromark-core-commonmark": "^2.0.0",
  8224. "micromark-factory-space": "^2.0.0",
  8225. "micromark-util-character": "^2.0.0",
  8226. "micromark-util-normalize-identifier": "^2.0.0",
  8227. "micromark-util-sanitize-uri": "^2.0.0",
  8228. "micromark-util-symbol": "^2.0.0",
  8229. "micromark-util-types": "^2.0.0"
  8230. },
  8231. "funding": {
  8232. "type": "opencollective",
  8233. "url": "https://opencollective.com/unified"
  8234. }
  8235. },
  8236. "node_modules/micromark-extension-gfm-strikethrough": {
  8237. "version": "2.1.0",
  8238. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
  8239. "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
  8240. "license": "MIT",
  8241. "dependencies": {
  8242. "devlop": "^1.0.0",
  8243. "micromark-util-chunked": "^2.0.0",
  8244. "micromark-util-classify-character": "^2.0.0",
  8245. "micromark-util-resolve-all": "^2.0.0",
  8246. "micromark-util-symbol": "^2.0.0",
  8247. "micromark-util-types": "^2.0.0"
  8248. },
  8249. "funding": {
  8250. "type": "opencollective",
  8251. "url": "https://opencollective.com/unified"
  8252. }
  8253. },
  8254. "node_modules/micromark-extension-gfm-table": {
  8255. "version": "2.1.1",
  8256. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
  8257. "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
  8258. "license": "MIT",
  8259. "dependencies": {
  8260. "devlop": "^1.0.0",
  8261. "micromark-factory-space": "^2.0.0",
  8262. "micromark-util-character": "^2.0.0",
  8263. "micromark-util-symbol": "^2.0.0",
  8264. "micromark-util-types": "^2.0.0"
  8265. },
  8266. "funding": {
  8267. "type": "opencollective",
  8268. "url": "https://opencollective.com/unified"
  8269. }
  8270. },
  8271. "node_modules/micromark-extension-gfm-tagfilter": {
  8272. "version": "2.0.0",
  8273. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
  8274. "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
  8275. "license": "MIT",
  8276. "dependencies": {
  8277. "micromark-util-types": "^2.0.0"
  8278. },
  8279. "funding": {
  8280. "type": "opencollective",
  8281. "url": "https://opencollective.com/unified"
  8282. }
  8283. },
  8284. "node_modules/micromark-extension-gfm-task-list-item": {
  8285. "version": "2.1.0",
  8286. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
  8287. "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
  8288. "license": "MIT",
  8289. "dependencies": {
  8290. "devlop": "^1.0.0",
  8291. "micromark-factory-space": "^2.0.0",
  8292. "micromark-util-character": "^2.0.0",
  8293. "micromark-util-symbol": "^2.0.0",
  8294. "micromark-util-types": "^2.0.0"
  8295. },
  8296. "funding": {
  8297. "type": "opencollective",
  8298. "url": "https://opencollective.com/unified"
  8299. }
  8300. },
  8301. "node_modules/micromark-factory-destination": {
  8302. "version": "2.0.1",
  8303. "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
  8304. "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
  8305. "funding": [
  8306. {
  8307. "type": "GitHub Sponsors",
  8308. "url": "https://github.com/sponsors/unifiedjs"
  8309. },
  8310. {
  8311. "type": "OpenCollective",
  8312. "url": "https://opencollective.com/unified"
  8313. }
  8314. ],
  8315. "license": "MIT",
  8316. "dependencies": {
  8317. "micromark-util-character": "^2.0.0",
  8318. "micromark-util-symbol": "^2.0.0",
  8319. "micromark-util-types": "^2.0.0"
  8320. }
  8321. },
  8322. "node_modules/micromark-factory-label": {
  8323. "version": "2.0.1",
  8324. "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
  8325. "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
  8326. "funding": [
  8327. {
  8328. "type": "GitHub Sponsors",
  8329. "url": "https://github.com/sponsors/unifiedjs"
  8330. },
  8331. {
  8332. "type": "OpenCollective",
  8333. "url": "https://opencollective.com/unified"
  8334. }
  8335. ],
  8336. "license": "MIT",
  8337. "dependencies": {
  8338. "devlop": "^1.0.0",
  8339. "micromark-util-character": "^2.0.0",
  8340. "micromark-util-symbol": "^2.0.0",
  8341. "micromark-util-types": "^2.0.0"
  8342. }
  8343. },
  8344. "node_modules/micromark-factory-space": {
  8345. "version": "2.0.1",
  8346. "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
  8347. "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
  8348. "funding": [
  8349. {
  8350. "type": "GitHub Sponsors",
  8351. "url": "https://github.com/sponsors/unifiedjs"
  8352. },
  8353. {
  8354. "type": "OpenCollective",
  8355. "url": "https://opencollective.com/unified"
  8356. }
  8357. ],
  8358. "license": "MIT",
  8359. "dependencies": {
  8360. "micromark-util-character": "^2.0.0",
  8361. "micromark-util-types": "^2.0.0"
  8362. }
  8363. },
  8364. "node_modules/micromark-factory-title": {
  8365. "version": "2.0.1",
  8366. "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
  8367. "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
  8368. "funding": [
  8369. {
  8370. "type": "GitHub Sponsors",
  8371. "url": "https://github.com/sponsors/unifiedjs"
  8372. },
  8373. {
  8374. "type": "OpenCollective",
  8375. "url": "https://opencollective.com/unified"
  8376. }
  8377. ],
  8378. "license": "MIT",
  8379. "dependencies": {
  8380. "micromark-factory-space": "^2.0.0",
  8381. "micromark-util-character": "^2.0.0",
  8382. "micromark-util-symbol": "^2.0.0",
  8383. "micromark-util-types": "^2.0.0"
  8384. }
  8385. },
  8386. "node_modules/micromark-factory-whitespace": {
  8387. "version": "2.0.1",
  8388. "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
  8389. "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
  8390. "funding": [
  8391. {
  8392. "type": "GitHub Sponsors",
  8393. "url": "https://github.com/sponsors/unifiedjs"
  8394. },
  8395. {
  8396. "type": "OpenCollective",
  8397. "url": "https://opencollective.com/unified"
  8398. }
  8399. ],
  8400. "license": "MIT",
  8401. "dependencies": {
  8402. "micromark-factory-space": "^2.0.0",
  8403. "micromark-util-character": "^2.0.0",
  8404. "micromark-util-symbol": "^2.0.0",
  8405. "micromark-util-types": "^2.0.0"
  8406. }
  8407. },
  8408. "node_modules/micromark-util-character": {
  8409. "version": "2.1.1",
  8410. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  8411. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  8412. "funding": [
  8413. {
  8414. "type": "GitHub Sponsors",
  8415. "url": "https://github.com/sponsors/unifiedjs"
  8416. },
  8417. {
  8418. "type": "OpenCollective",
  8419. "url": "https://opencollective.com/unified"
  8420. }
  8421. ],
  8422. "license": "MIT",
  8423. "dependencies": {
  8424. "micromark-util-symbol": "^2.0.0",
  8425. "micromark-util-types": "^2.0.0"
  8426. }
  8427. },
  8428. "node_modules/micromark-util-chunked": {
  8429. "version": "2.0.1",
  8430. "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
  8431. "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
  8432. "funding": [
  8433. {
  8434. "type": "GitHub Sponsors",
  8435. "url": "https://github.com/sponsors/unifiedjs"
  8436. },
  8437. {
  8438. "type": "OpenCollective",
  8439. "url": "https://opencollective.com/unified"
  8440. }
  8441. ],
  8442. "license": "MIT",
  8443. "dependencies": {
  8444. "micromark-util-symbol": "^2.0.0"
  8445. }
  8446. },
  8447. "node_modules/micromark-util-classify-character": {
  8448. "version": "2.0.1",
  8449. "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
  8450. "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
  8451. "funding": [
  8452. {
  8453. "type": "GitHub Sponsors",
  8454. "url": "https://github.com/sponsors/unifiedjs"
  8455. },
  8456. {
  8457. "type": "OpenCollective",
  8458. "url": "https://opencollective.com/unified"
  8459. }
  8460. ],
  8461. "license": "MIT",
  8462. "dependencies": {
  8463. "micromark-util-character": "^2.0.0",
  8464. "micromark-util-symbol": "^2.0.0",
  8465. "micromark-util-types": "^2.0.0"
  8466. }
  8467. },
  8468. "node_modules/micromark-util-combine-extensions": {
  8469. "version": "2.0.1",
  8470. "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
  8471. "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
  8472. "funding": [
  8473. {
  8474. "type": "GitHub Sponsors",
  8475. "url": "https://github.com/sponsors/unifiedjs"
  8476. },
  8477. {
  8478. "type": "OpenCollective",
  8479. "url": "https://opencollective.com/unified"
  8480. }
  8481. ],
  8482. "license": "MIT",
  8483. "dependencies": {
  8484. "micromark-util-chunked": "^2.0.0",
  8485. "micromark-util-types": "^2.0.0"
  8486. }
  8487. },
  8488. "node_modules/micromark-util-decode-numeric-character-reference": {
  8489. "version": "2.0.2",
  8490. "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
  8491. "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
  8492. "funding": [
  8493. {
  8494. "type": "GitHub Sponsors",
  8495. "url": "https://github.com/sponsors/unifiedjs"
  8496. },
  8497. {
  8498. "type": "OpenCollective",
  8499. "url": "https://opencollective.com/unified"
  8500. }
  8501. ],
  8502. "license": "MIT",
  8503. "dependencies": {
  8504. "micromark-util-symbol": "^2.0.0"
  8505. }
  8506. },
  8507. "node_modules/micromark-util-decode-string": {
  8508. "version": "2.0.1",
  8509. "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
  8510. "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
  8511. "funding": [
  8512. {
  8513. "type": "GitHub Sponsors",
  8514. "url": "https://github.com/sponsors/unifiedjs"
  8515. },
  8516. {
  8517. "type": "OpenCollective",
  8518. "url": "https://opencollective.com/unified"
  8519. }
  8520. ],
  8521. "license": "MIT",
  8522. "dependencies": {
  8523. "decode-named-character-reference": "^1.0.0",
  8524. "micromark-util-character": "^2.0.0",
  8525. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  8526. "micromark-util-symbol": "^2.0.0"
  8527. }
  8528. },
  8529. "node_modules/micromark-util-encode": {
  8530. "version": "2.0.1",
  8531. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  8532. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  8533. "funding": [
  8534. {
  8535. "type": "GitHub Sponsors",
  8536. "url": "https://github.com/sponsors/unifiedjs"
  8537. },
  8538. {
  8539. "type": "OpenCollective",
  8540. "url": "https://opencollective.com/unified"
  8541. }
  8542. ],
  8543. "license": "MIT"
  8544. },
  8545. "node_modules/micromark-util-html-tag-name": {
  8546. "version": "2.0.1",
  8547. "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
  8548. "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
  8549. "funding": [
  8550. {
  8551. "type": "GitHub Sponsors",
  8552. "url": "https://github.com/sponsors/unifiedjs"
  8553. },
  8554. {
  8555. "type": "OpenCollective",
  8556. "url": "https://opencollective.com/unified"
  8557. }
  8558. ],
  8559. "license": "MIT"
  8560. },
  8561. "node_modules/micromark-util-normalize-identifier": {
  8562. "version": "2.0.1",
  8563. "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
  8564. "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
  8565. "funding": [
  8566. {
  8567. "type": "GitHub Sponsors",
  8568. "url": "https://github.com/sponsors/unifiedjs"
  8569. },
  8570. {
  8571. "type": "OpenCollective",
  8572. "url": "https://opencollective.com/unified"
  8573. }
  8574. ],
  8575. "license": "MIT",
  8576. "dependencies": {
  8577. "micromark-util-symbol": "^2.0.0"
  8578. }
  8579. },
  8580. "node_modules/micromark-util-resolve-all": {
  8581. "version": "2.0.1",
  8582. "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
  8583. "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
  8584. "funding": [
  8585. {
  8586. "type": "GitHub Sponsors",
  8587. "url": "https://github.com/sponsors/unifiedjs"
  8588. },
  8589. {
  8590. "type": "OpenCollective",
  8591. "url": "https://opencollective.com/unified"
  8592. }
  8593. ],
  8594. "license": "MIT",
  8595. "dependencies": {
  8596. "micromark-util-types": "^2.0.0"
  8597. }
  8598. },
  8599. "node_modules/micromark-util-sanitize-uri": {
  8600. "version": "2.0.1",
  8601. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  8602. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  8603. "funding": [
  8604. {
  8605. "type": "GitHub Sponsors",
  8606. "url": "https://github.com/sponsors/unifiedjs"
  8607. },
  8608. {
  8609. "type": "OpenCollective",
  8610. "url": "https://opencollective.com/unified"
  8611. }
  8612. ],
  8613. "license": "MIT",
  8614. "dependencies": {
  8615. "micromark-util-character": "^2.0.0",
  8616. "micromark-util-encode": "^2.0.0",
  8617. "micromark-util-symbol": "^2.0.0"
  8618. }
  8619. },
  8620. "node_modules/micromark-util-subtokenize": {
  8621. "version": "2.1.0",
  8622. "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
  8623. "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
  8624. "funding": [
  8625. {
  8626. "type": "GitHub Sponsors",
  8627. "url": "https://github.com/sponsors/unifiedjs"
  8628. },
  8629. {
  8630. "type": "OpenCollective",
  8631. "url": "https://opencollective.com/unified"
  8632. }
  8633. ],
  8634. "license": "MIT",
  8635. "dependencies": {
  8636. "devlop": "^1.0.0",
  8637. "micromark-util-chunked": "^2.0.0",
  8638. "micromark-util-symbol": "^2.0.0",
  8639. "micromark-util-types": "^2.0.0"
  8640. }
  8641. },
  8642. "node_modules/micromark-util-symbol": {
  8643. "version": "2.0.1",
  8644. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  8645. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  8646. "funding": [
  8647. {
  8648. "type": "GitHub Sponsors",
  8649. "url": "https://github.com/sponsors/unifiedjs"
  8650. },
  8651. {
  8652. "type": "OpenCollective",
  8653. "url": "https://opencollective.com/unified"
  8654. }
  8655. ],
  8656. "license": "MIT"
  8657. },
  8658. "node_modules/micromark-util-types": {
  8659. "version": "2.0.2",
  8660. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  8661. "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  8662. "funding": [
  8663. {
  8664. "type": "GitHub Sponsors",
  8665. "url": "https://github.com/sponsors/unifiedjs"
  8666. },
  8667. {
  8668. "type": "OpenCollective",
  8669. "url": "https://opencollective.com/unified"
  8670. }
  8671. ],
  8672. "license": "MIT"
  8673. },
  8674. "node_modules/micromatch": {
  8675. "version": "4.0.8",
  8676. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  8677. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  8678. "devOptional": true,
  8679. "license": "MIT",
  8680. "dependencies": {
  8681. "braces": "^3.0.3",
  8682. "picomatch": "^2.3.1"
  8683. },
  8684. "engines": {
  8685. "node": ">=8.6"
  8686. }
  8687. },
  8688. "node_modules/minimatch": {
  8689. "version": "3.1.2",
  8690. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  8691. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8692. "dev": true,
  8693. "license": "ISC",
  8694. "dependencies": {
  8695. "brace-expansion": "^1.1.7"
  8696. },
  8697. "engines": {
  8698. "node": "*"
  8699. }
  8700. },
  8701. "node_modules/minimist": {
  8702. "version": "1.2.8",
  8703. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  8704. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  8705. "dev": true,
  8706. "license": "MIT",
  8707. "funding": {
  8708. "url": "https://github.com/sponsors/ljharb"
  8709. }
  8710. },
  8711. "node_modules/minipass": {
  8712. "version": "7.1.2",
  8713. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  8714. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  8715. "dev": true,
  8716. "license": "ISC",
  8717. "engines": {
  8718. "node": ">=16 || 14 >=14.17"
  8719. }
  8720. },
  8721. "node_modules/minizlib": {
  8722. "version": "3.0.2",
  8723. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-3.0.2.tgz",
  8724. "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
  8725. "dev": true,
  8726. "license": "MIT",
  8727. "dependencies": {
  8728. "minipass": "^7.1.2"
  8729. },
  8730. "engines": {
  8731. "node": ">= 18"
  8732. }
  8733. },
  8734. "node_modules/mkdirp": {
  8735. "version": "3.0.1",
  8736. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-3.0.1.tgz",
  8737. "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
  8738. "dev": true,
  8739. "license": "MIT",
  8740. "bin": {
  8741. "mkdirp": "dist/cjs/src/bin.js"
  8742. },
  8743. "engines": {
  8744. "node": ">=10"
  8745. },
  8746. "funding": {
  8747. "url": "https://github.com/sponsors/isaacs"
  8748. }
  8749. },
  8750. "node_modules/ms": {
  8751. "version": "2.1.3",
  8752. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  8753. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  8754. "license": "MIT"
  8755. },
  8756. "node_modules/nanoid": {
  8757. "version": "3.3.11",
  8758. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  8759. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  8760. "funding": [
  8761. {
  8762. "type": "github",
  8763. "url": "https://github.com/sponsors/ai"
  8764. }
  8765. ],
  8766. "license": "MIT",
  8767. "bin": {
  8768. "nanoid": "bin/nanoid.cjs"
  8769. },
  8770. "engines": {
  8771. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8772. }
  8773. },
  8774. "node_modules/napi-postinstall": {
  8775. "version": "0.3.2",
  8776. "resolved": "https://registry.npmmirror.com/napi-postinstall/-/napi-postinstall-0.3.2.tgz",
  8777. "integrity": "sha512-tWVJxJHmBWLy69PvO96TZMZDrzmw5KeiZBz3RHmiM2XZ9grBJ2WgMAFVVg25nqp3ZjTFUs2Ftw1JhscL3Teliw==",
  8778. "dev": true,
  8779. "license": "MIT",
  8780. "bin": {
  8781. "napi-postinstall": "lib/cli.js"
  8782. },
  8783. "engines": {
  8784. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  8785. },
  8786. "funding": {
  8787. "url": "https://opencollective.com/napi-postinstall"
  8788. }
  8789. },
  8790. "node_modules/natural-compare": {
  8791. "version": "1.4.0",
  8792. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  8793. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  8794. "dev": true,
  8795. "license": "MIT"
  8796. },
  8797. "node_modules/next": {
  8798. "version": "15.4.6",
  8799. "resolved": "https://registry.npmmirror.com/next/-/next-15.4.6.tgz",
  8800. "integrity": "sha512-us++E/Q80/8+UekzB3SAGs71AlLDsadpFMXVNM/uQ0BMwsh9m3mr0UNQIfjKed8vpWXsASe+Qifrnu1oLIcKEQ==",
  8801. "license": "MIT",
  8802. "dependencies": {
  8803. "@next/env": "15.4.6",
  8804. "@swc/helpers": "0.5.15",
  8805. "caniuse-lite": "^1.0.30001579",
  8806. "postcss": "8.4.31",
  8807. "styled-jsx": "5.1.6"
  8808. },
  8809. "bin": {
  8810. "next": "dist/bin/next"
  8811. },
  8812. "engines": {
  8813. "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
  8814. },
  8815. "optionalDependencies": {
  8816. "@next/swc-darwin-arm64": "15.4.6",
  8817. "@next/swc-darwin-x64": "15.4.6",
  8818. "@next/swc-linux-arm64-gnu": "15.4.6",
  8819. "@next/swc-linux-arm64-musl": "15.4.6",
  8820. "@next/swc-linux-x64-gnu": "15.4.6",
  8821. "@next/swc-linux-x64-musl": "15.4.6",
  8822. "@next/swc-win32-arm64-msvc": "15.4.6",
  8823. "@next/swc-win32-x64-msvc": "15.4.6",
  8824. "sharp": "^0.34.3"
  8825. },
  8826. "peerDependencies": {
  8827. "@opentelemetry/api": "^1.1.0",
  8828. "@playwright/test": "^1.51.1",
  8829. "babel-plugin-react-compiler": "*",
  8830. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  8831. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  8832. "sass": "^1.3.0"
  8833. },
  8834. "peerDependenciesMeta": {
  8835. "@opentelemetry/api": {
  8836. "optional": true
  8837. },
  8838. "@playwright/test": {
  8839. "optional": true
  8840. },
  8841. "babel-plugin-react-compiler": {
  8842. "optional": true
  8843. },
  8844. "sass": {
  8845. "optional": true
  8846. }
  8847. }
  8848. },
  8849. "node_modules/next/node_modules/postcss": {
  8850. "version": "8.4.31",
  8851. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.31.tgz",
  8852. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  8853. "funding": [
  8854. {
  8855. "type": "opencollective",
  8856. "url": "https://opencollective.com/postcss/"
  8857. },
  8858. {
  8859. "type": "tidelift",
  8860. "url": "https://tidelift.com/funding/github/npm/postcss"
  8861. },
  8862. {
  8863. "type": "github",
  8864. "url": "https://github.com/sponsors/ai"
  8865. }
  8866. ],
  8867. "license": "MIT",
  8868. "dependencies": {
  8869. "nanoid": "^3.3.6",
  8870. "picocolors": "^1.0.0",
  8871. "source-map-js": "^1.0.2"
  8872. },
  8873. "engines": {
  8874. "node": "^10 || ^12 || >=14"
  8875. }
  8876. },
  8877. "node_modules/node-addon-api": {
  8878. "version": "7.1.1",
  8879. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  8880. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  8881. "license": "MIT",
  8882. "optional": true
  8883. },
  8884. "node_modules/nth-check": {
  8885. "version": "2.1.1",
  8886. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  8887. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  8888. "license": "BSD-2-Clause",
  8889. "dependencies": {
  8890. "boolbase": "^1.0.0"
  8891. },
  8892. "funding": {
  8893. "url": "https://github.com/fb55/nth-check?sponsor=1"
  8894. }
  8895. },
  8896. "node_modules/object-assign": {
  8897. "version": "4.1.1",
  8898. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  8899. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  8900. "license": "MIT",
  8901. "engines": {
  8902. "node": ">=0.10.0"
  8903. }
  8904. },
  8905. "node_modules/object-inspect": {
  8906. "version": "1.13.4",
  8907. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  8908. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  8909. "dev": true,
  8910. "license": "MIT",
  8911. "engines": {
  8912. "node": ">= 0.4"
  8913. },
  8914. "funding": {
  8915. "url": "https://github.com/sponsors/ljharb"
  8916. }
  8917. },
  8918. "node_modules/object-keys": {
  8919. "version": "1.1.1",
  8920. "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
  8921. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  8922. "dev": true,
  8923. "license": "MIT",
  8924. "engines": {
  8925. "node": ">= 0.4"
  8926. }
  8927. },
  8928. "node_modules/object.assign": {
  8929. "version": "4.1.7",
  8930. "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.7.tgz",
  8931. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  8932. "dev": true,
  8933. "license": "MIT",
  8934. "dependencies": {
  8935. "call-bind": "^1.0.8",
  8936. "call-bound": "^1.0.3",
  8937. "define-properties": "^1.2.1",
  8938. "es-object-atoms": "^1.0.0",
  8939. "has-symbols": "^1.1.0",
  8940. "object-keys": "^1.1.1"
  8941. },
  8942. "engines": {
  8943. "node": ">= 0.4"
  8944. },
  8945. "funding": {
  8946. "url": "https://github.com/sponsors/ljharb"
  8947. }
  8948. },
  8949. "node_modules/object.entries": {
  8950. "version": "1.1.9",
  8951. "resolved": "https://registry.npmmirror.com/object.entries/-/object.entries-1.1.9.tgz",
  8952. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  8953. "dev": true,
  8954. "license": "MIT",
  8955. "dependencies": {
  8956. "call-bind": "^1.0.8",
  8957. "call-bound": "^1.0.4",
  8958. "define-properties": "^1.2.1",
  8959. "es-object-atoms": "^1.1.1"
  8960. },
  8961. "engines": {
  8962. "node": ">= 0.4"
  8963. }
  8964. },
  8965. "node_modules/object.fromentries": {
  8966. "version": "2.0.8",
  8967. "resolved": "https://registry.npmmirror.com/object.fromentries/-/object.fromentries-2.0.8.tgz",
  8968. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  8969. "dev": true,
  8970. "license": "MIT",
  8971. "dependencies": {
  8972. "call-bind": "^1.0.7",
  8973. "define-properties": "^1.2.1",
  8974. "es-abstract": "^1.23.2",
  8975. "es-object-atoms": "^1.0.0"
  8976. },
  8977. "engines": {
  8978. "node": ">= 0.4"
  8979. },
  8980. "funding": {
  8981. "url": "https://github.com/sponsors/ljharb"
  8982. }
  8983. },
  8984. "node_modules/object.groupby": {
  8985. "version": "1.0.3",
  8986. "resolved": "https://registry.npmmirror.com/object.groupby/-/object.groupby-1.0.3.tgz",
  8987. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  8988. "dev": true,
  8989. "license": "MIT",
  8990. "dependencies": {
  8991. "call-bind": "^1.0.7",
  8992. "define-properties": "^1.2.1",
  8993. "es-abstract": "^1.23.2"
  8994. },
  8995. "engines": {
  8996. "node": ">= 0.4"
  8997. }
  8998. },
  8999. "node_modules/object.values": {
  9000. "version": "1.2.1",
  9001. "resolved": "https://registry.npmmirror.com/object.values/-/object.values-1.2.1.tgz",
  9002. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  9003. "dev": true,
  9004. "license": "MIT",
  9005. "dependencies": {
  9006. "call-bind": "^1.0.8",
  9007. "call-bound": "^1.0.3",
  9008. "define-properties": "^1.2.1",
  9009. "es-object-atoms": "^1.0.0"
  9010. },
  9011. "engines": {
  9012. "node": ">= 0.4"
  9013. },
  9014. "funding": {
  9015. "url": "https://github.com/sponsors/ljharb"
  9016. }
  9017. },
  9018. "node_modules/optionator": {
  9019. "version": "0.9.4",
  9020. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  9021. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  9022. "dev": true,
  9023. "license": "MIT",
  9024. "dependencies": {
  9025. "deep-is": "^0.1.3",
  9026. "fast-levenshtein": "^2.0.6",
  9027. "levn": "^0.4.1",
  9028. "prelude-ls": "^1.2.1",
  9029. "type-check": "^0.4.0",
  9030. "word-wrap": "^1.2.5"
  9031. },
  9032. "engines": {
  9033. "node": ">= 0.8.0"
  9034. }
  9035. },
  9036. "node_modules/own-keys": {
  9037. "version": "1.0.1",
  9038. "resolved": "https://registry.npmmirror.com/own-keys/-/own-keys-1.0.1.tgz",
  9039. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  9040. "dev": true,
  9041. "license": "MIT",
  9042. "dependencies": {
  9043. "get-intrinsic": "^1.2.6",
  9044. "object-keys": "^1.1.1",
  9045. "safe-push-apply": "^1.0.0"
  9046. },
  9047. "engines": {
  9048. "node": ">= 0.4"
  9049. },
  9050. "funding": {
  9051. "url": "https://github.com/sponsors/ljharb"
  9052. }
  9053. },
  9054. "node_modules/p-limit": {
  9055. "version": "3.1.0",
  9056. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  9057. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  9058. "dev": true,
  9059. "license": "MIT",
  9060. "dependencies": {
  9061. "yocto-queue": "^0.1.0"
  9062. },
  9063. "engines": {
  9064. "node": ">=10"
  9065. },
  9066. "funding": {
  9067. "url": "https://github.com/sponsors/sindresorhus"
  9068. }
  9069. },
  9070. "node_modules/p-locate": {
  9071. "version": "5.0.0",
  9072. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  9073. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  9074. "dev": true,
  9075. "license": "MIT",
  9076. "dependencies": {
  9077. "p-limit": "^3.0.2"
  9078. },
  9079. "engines": {
  9080. "node": ">=10"
  9081. },
  9082. "funding": {
  9083. "url": "https://github.com/sponsors/sindresorhus"
  9084. }
  9085. },
  9086. "node_modules/parent-module": {
  9087. "version": "1.0.1",
  9088. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  9089. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  9090. "license": "MIT",
  9091. "dependencies": {
  9092. "callsites": "^3.0.0"
  9093. },
  9094. "engines": {
  9095. "node": ">=6"
  9096. }
  9097. },
  9098. "node_modules/parse-entities": {
  9099. "version": "4.0.2",
  9100. "resolved": "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz",
  9101. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  9102. "license": "MIT",
  9103. "dependencies": {
  9104. "@types/unist": "^2.0.0",
  9105. "character-entities-legacy": "^3.0.0",
  9106. "character-reference-invalid": "^2.0.0",
  9107. "decode-named-character-reference": "^1.0.0",
  9108. "is-alphanumerical": "^2.0.0",
  9109. "is-decimal": "^2.0.0",
  9110. "is-hexadecimal": "^2.0.0"
  9111. },
  9112. "funding": {
  9113. "type": "github",
  9114. "url": "https://github.com/sponsors/wooorm"
  9115. }
  9116. },
  9117. "node_modules/parse-entities/node_modules/@types/unist": {
  9118. "version": "2.0.11",
  9119. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  9120. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  9121. "license": "MIT"
  9122. },
  9123. "node_modules/parse-json": {
  9124. "version": "5.2.0",
  9125. "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
  9126. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  9127. "license": "MIT",
  9128. "dependencies": {
  9129. "@babel/code-frame": "^7.0.0",
  9130. "error-ex": "^1.3.1",
  9131. "json-parse-even-better-errors": "^2.3.0",
  9132. "lines-and-columns": "^1.1.6"
  9133. },
  9134. "engines": {
  9135. "node": ">=8"
  9136. },
  9137. "funding": {
  9138. "url": "https://github.com/sponsors/sindresorhus"
  9139. }
  9140. },
  9141. "node_modules/parse-numeric-range": {
  9142. "version": "1.3.0",
  9143. "resolved": "https://registry.npmmirror.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz",
  9144. "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==",
  9145. "license": "ISC"
  9146. },
  9147. "node_modules/parse5": {
  9148. "version": "7.3.0",
  9149. "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.3.0.tgz",
  9150. "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
  9151. "license": "MIT",
  9152. "dependencies": {
  9153. "entities": "^6.0.0"
  9154. },
  9155. "funding": {
  9156. "url": "https://github.com/inikulin/parse5?sponsor=1"
  9157. }
  9158. },
  9159. "node_modules/path-exists": {
  9160. "version": "4.0.0",
  9161. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  9162. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  9163. "dev": true,
  9164. "license": "MIT",
  9165. "engines": {
  9166. "node": ">=8"
  9167. }
  9168. },
  9169. "node_modules/path-key": {
  9170. "version": "3.1.1",
  9171. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  9172. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  9173. "dev": true,
  9174. "license": "MIT",
  9175. "engines": {
  9176. "node": ">=8"
  9177. }
  9178. },
  9179. "node_modules/path-parse": {
  9180. "version": "1.0.7",
  9181. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  9182. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  9183. "license": "MIT"
  9184. },
  9185. "node_modules/path-to-regexp": {
  9186. "version": "8.2.0",
  9187. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
  9188. "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
  9189. "license": "MIT",
  9190. "engines": {
  9191. "node": ">=16"
  9192. }
  9193. },
  9194. "node_modules/path-type": {
  9195. "version": "4.0.0",
  9196. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  9197. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  9198. "license": "MIT",
  9199. "engines": {
  9200. "node": ">=8"
  9201. }
  9202. },
  9203. "node_modules/pdfast": {
  9204. "version": "0.2.0",
  9205. "resolved": "https://registry.npmmirror.com/pdfast/-/pdfast-0.2.0.tgz",
  9206. "integrity": "sha512-cq6TTu6qKSFUHwEahi68k/kqN2mfepjkGrG9Un70cgdRRKLKY6Rf8P8uvP2NvZktaQZNF3YE7agEkLj0vGK9bA==",
  9207. "license": "MIT"
  9208. },
  9209. "node_modules/picocolors": {
  9210. "version": "1.1.1",
  9211. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  9212. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  9213. "license": "ISC"
  9214. },
  9215. "node_modules/picomatch": {
  9216. "version": "2.3.1",
  9217. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  9218. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  9219. "devOptional": true,
  9220. "license": "MIT",
  9221. "engines": {
  9222. "node": ">=8.6"
  9223. },
  9224. "funding": {
  9225. "url": "https://github.com/sponsors/jonschlinkert"
  9226. }
  9227. },
  9228. "node_modules/possible-typed-array-names": {
  9229. "version": "1.1.0",
  9230. "resolved": "https://registry.npmmirror.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  9231. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  9232. "dev": true,
  9233. "license": "MIT",
  9234. "engines": {
  9235. "node": ">= 0.4"
  9236. }
  9237. },
  9238. "node_modules/postcss": {
  9239. "version": "8.5.6",
  9240. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  9241. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  9242. "dev": true,
  9243. "funding": [
  9244. {
  9245. "type": "opencollective",
  9246. "url": "https://opencollective.com/postcss/"
  9247. },
  9248. {
  9249. "type": "tidelift",
  9250. "url": "https://tidelift.com/funding/github/npm/postcss"
  9251. },
  9252. {
  9253. "type": "github",
  9254. "url": "https://github.com/sponsors/ai"
  9255. }
  9256. ],
  9257. "license": "MIT",
  9258. "dependencies": {
  9259. "nanoid": "^3.3.11",
  9260. "picocolors": "^1.1.1",
  9261. "source-map-js": "^1.2.1"
  9262. },
  9263. "engines": {
  9264. "node": "^10 || ^12 || >=14"
  9265. }
  9266. },
  9267. "node_modules/prelude-ls": {
  9268. "version": "1.2.1",
  9269. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  9270. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  9271. "dev": true,
  9272. "license": "MIT",
  9273. "engines": {
  9274. "node": ">= 0.8.0"
  9275. }
  9276. },
  9277. "node_modules/prop-types": {
  9278. "version": "15.8.1",
  9279. "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz",
  9280. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  9281. "license": "MIT",
  9282. "dependencies": {
  9283. "loose-envify": "^1.4.0",
  9284. "object-assign": "^4.1.1",
  9285. "react-is": "^16.13.1"
  9286. }
  9287. },
  9288. "node_modules/property-information": {
  9289. "version": "7.1.0",
  9290. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.1.0.tgz",
  9291. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  9292. "license": "MIT",
  9293. "funding": {
  9294. "type": "github",
  9295. "url": "https://github.com/sponsors/wooorm"
  9296. }
  9297. },
  9298. "node_modules/punycode": {
  9299. "version": "2.3.1",
  9300. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  9301. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  9302. "dev": true,
  9303. "license": "MIT",
  9304. "engines": {
  9305. "node": ">=6"
  9306. }
  9307. },
  9308. "node_modules/queue-microtask": {
  9309. "version": "1.2.3",
  9310. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  9311. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  9312. "dev": true,
  9313. "funding": [
  9314. {
  9315. "type": "github",
  9316. "url": "https://github.com/sponsors/feross"
  9317. },
  9318. {
  9319. "type": "patreon",
  9320. "url": "https://www.patreon.com/feross"
  9321. },
  9322. {
  9323. "type": "consulting",
  9324. "url": "https://feross.org/support"
  9325. }
  9326. ],
  9327. "license": "MIT"
  9328. },
  9329. "node_modules/quickselect": {
  9330. "version": "2.0.0",
  9331. "resolved": "https://registry.npmmirror.com/quickselect/-/quickselect-2.0.0.tgz",
  9332. "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==",
  9333. "license": "ISC"
  9334. },
  9335. "node_modules/rbush": {
  9336. "version": "3.0.1",
  9337. "resolved": "https://registry.npmmirror.com/rbush/-/rbush-3.0.1.tgz",
  9338. "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==",
  9339. "license": "MIT",
  9340. "dependencies": {
  9341. "quickselect": "^2.0.0"
  9342. }
  9343. },
  9344. "node_modules/rc-cascader": {
  9345. "version": "3.34.0",
  9346. "resolved": "https://registry.npmmirror.com/rc-cascader/-/rc-cascader-3.34.0.tgz",
  9347. "integrity": "sha512-KpXypcvju9ptjW9FaN2NFcA2QH9E9LHKq169Y0eWtH4e/wHQ5Wh5qZakAgvb8EKZ736WZ3B0zLLOBsrsja5Dag==",
  9348. "license": "MIT",
  9349. "dependencies": {
  9350. "@babel/runtime": "^7.25.7",
  9351. "classnames": "^2.3.1",
  9352. "rc-select": "~14.16.2",
  9353. "rc-tree": "~5.13.0",
  9354. "rc-util": "^5.43.0"
  9355. },
  9356. "peerDependencies": {
  9357. "react": ">=16.9.0",
  9358. "react-dom": ">=16.9.0"
  9359. }
  9360. },
  9361. "node_modules/rc-checkbox": {
  9362. "version": "3.5.0",
  9363. "resolved": "https://registry.npmmirror.com/rc-checkbox/-/rc-checkbox-3.5.0.tgz",
  9364. "integrity": "sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==",
  9365. "license": "MIT",
  9366. "dependencies": {
  9367. "@babel/runtime": "^7.10.1",
  9368. "classnames": "^2.3.2",
  9369. "rc-util": "^5.25.2"
  9370. },
  9371. "peerDependencies": {
  9372. "react": ">=16.9.0",
  9373. "react-dom": ">=16.9.0"
  9374. }
  9375. },
  9376. "node_modules/rc-collapse": {
  9377. "version": "3.9.0",
  9378. "resolved": "https://registry.npmmirror.com/rc-collapse/-/rc-collapse-3.9.0.tgz",
  9379. "integrity": "sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==",
  9380. "license": "MIT",
  9381. "dependencies": {
  9382. "@babel/runtime": "^7.10.1",
  9383. "classnames": "2.x",
  9384. "rc-motion": "^2.3.4",
  9385. "rc-util": "^5.27.0"
  9386. },
  9387. "peerDependencies": {
  9388. "react": ">=16.9.0",
  9389. "react-dom": ">=16.9.0"
  9390. }
  9391. },
  9392. "node_modules/rc-dialog": {
  9393. "version": "9.6.0",
  9394. "resolved": "https://registry.npmmirror.com/rc-dialog/-/rc-dialog-9.6.0.tgz",
  9395. "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==",
  9396. "license": "MIT",
  9397. "dependencies": {
  9398. "@babel/runtime": "^7.10.1",
  9399. "@rc-component/portal": "^1.0.0-8",
  9400. "classnames": "^2.2.6",
  9401. "rc-motion": "^2.3.0",
  9402. "rc-util": "^5.21.0"
  9403. },
  9404. "peerDependencies": {
  9405. "react": ">=16.9.0",
  9406. "react-dom": ">=16.9.0"
  9407. }
  9408. },
  9409. "node_modules/rc-drawer": {
  9410. "version": "7.3.0",
  9411. "resolved": "https://registry.npmmirror.com/rc-drawer/-/rc-drawer-7.3.0.tgz",
  9412. "integrity": "sha512-DX6CIgiBWNpJIMGFO8BAISFkxiuKitoizooj4BDyee8/SnBn0zwO2FHrNDpqqepj0E/TFTDpmEBCyFuTgC7MOg==",
  9413. "license": "MIT",
  9414. "dependencies": {
  9415. "@babel/runtime": "^7.23.9",
  9416. "@rc-component/portal": "^1.1.1",
  9417. "classnames": "^2.2.6",
  9418. "rc-motion": "^2.6.1",
  9419. "rc-util": "^5.38.1"
  9420. },
  9421. "peerDependencies": {
  9422. "react": ">=16.9.0",
  9423. "react-dom": ">=16.9.0"
  9424. }
  9425. },
  9426. "node_modules/rc-dropdown": {
  9427. "version": "4.2.1",
  9428. "resolved": "https://registry.npmmirror.com/rc-dropdown/-/rc-dropdown-4.2.1.tgz",
  9429. "integrity": "sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==",
  9430. "license": "MIT",
  9431. "dependencies": {
  9432. "@babel/runtime": "^7.18.3",
  9433. "@rc-component/trigger": "^2.0.0",
  9434. "classnames": "^2.2.6",
  9435. "rc-util": "^5.44.1"
  9436. },
  9437. "peerDependencies": {
  9438. "react": ">=16.11.0",
  9439. "react-dom": ">=16.11.0"
  9440. }
  9441. },
  9442. "node_modules/rc-field-form": {
  9443. "version": "2.7.0",
  9444. "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-2.7.0.tgz",
  9445. "integrity": "sha512-hgKsCay2taxzVnBPZl+1n4ZondsV78G++XVsMIJCAoioMjlMQR9YwAp7JZDIECzIu2Z66R+f4SFIRrO2DjDNAA==",
  9446. "license": "MIT",
  9447. "dependencies": {
  9448. "@babel/runtime": "^7.18.0",
  9449. "@rc-component/async-validator": "^5.0.3",
  9450. "rc-util": "^5.32.2"
  9451. },
  9452. "engines": {
  9453. "node": ">=8.x"
  9454. },
  9455. "peerDependencies": {
  9456. "react": ">=16.9.0",
  9457. "react-dom": ">=16.9.0"
  9458. }
  9459. },
  9460. "node_modules/rc-image": {
  9461. "version": "7.12.0",
  9462. "resolved": "https://registry.npmmirror.com/rc-image/-/rc-image-7.12.0.tgz",
  9463. "integrity": "sha512-cZ3HTyyckPnNnUb9/DRqduqzLfrQRyi+CdHjdqgsyDpI3Ln5UX1kXnAhPBSJj9pVRzwRFgqkN7p9b6HBDjmu/Q==",
  9464. "license": "MIT",
  9465. "dependencies": {
  9466. "@babel/runtime": "^7.11.2",
  9467. "@rc-component/portal": "^1.0.2",
  9468. "classnames": "^2.2.6",
  9469. "rc-dialog": "~9.6.0",
  9470. "rc-motion": "^2.6.2",
  9471. "rc-util": "^5.34.1"
  9472. },
  9473. "peerDependencies": {
  9474. "react": ">=16.9.0",
  9475. "react-dom": ">=16.9.0"
  9476. }
  9477. },
  9478. "node_modules/rc-input": {
  9479. "version": "1.8.0",
  9480. "resolved": "https://registry.npmmirror.com/rc-input/-/rc-input-1.8.0.tgz",
  9481. "integrity": "sha512-KXvaTbX+7ha8a/k+eg6SYRVERK0NddX8QX7a7AnRvUa/rEH0CNMlpcBzBkhI0wp2C8C4HlMoYl8TImSN+fuHKA==",
  9482. "license": "MIT",
  9483. "dependencies": {
  9484. "@babel/runtime": "^7.11.1",
  9485. "classnames": "^2.2.1",
  9486. "rc-util": "^5.18.1"
  9487. },
  9488. "peerDependencies": {
  9489. "react": ">=16.0.0",
  9490. "react-dom": ">=16.0.0"
  9491. }
  9492. },
  9493. "node_modules/rc-input-number": {
  9494. "version": "9.5.0",
  9495. "resolved": "https://registry.npmmirror.com/rc-input-number/-/rc-input-number-9.5.0.tgz",
  9496. "integrity": "sha512-bKaEvB5tHebUURAEXw35LDcnRZLq3x1k7GxfAqBMzmpHkDGzjAtnUL8y4y5N15rIFIg5IJgwr211jInl3cipag==",
  9497. "license": "MIT",
  9498. "dependencies": {
  9499. "@babel/runtime": "^7.10.1",
  9500. "@rc-component/mini-decimal": "^1.0.1",
  9501. "classnames": "^2.2.5",
  9502. "rc-input": "~1.8.0",
  9503. "rc-util": "^5.40.1"
  9504. },
  9505. "peerDependencies": {
  9506. "react": ">=16.9.0",
  9507. "react-dom": ">=16.9.0"
  9508. }
  9509. },
  9510. "node_modules/rc-mentions": {
  9511. "version": "2.20.0",
  9512. "resolved": "https://registry.npmmirror.com/rc-mentions/-/rc-mentions-2.20.0.tgz",
  9513. "integrity": "sha512-w8HCMZEh3f0nR8ZEd466ATqmXFCMGMN5UFCzEUL0bM/nGw/wOS2GgRzKBcm19K++jDyuWCOJOdgcKGXU3fXfbQ==",
  9514. "license": "MIT",
  9515. "dependencies": {
  9516. "@babel/runtime": "^7.22.5",
  9517. "@rc-component/trigger": "^2.0.0",
  9518. "classnames": "^2.2.6",
  9519. "rc-input": "~1.8.0",
  9520. "rc-menu": "~9.16.0",
  9521. "rc-textarea": "~1.10.0",
  9522. "rc-util": "^5.34.1"
  9523. },
  9524. "peerDependencies": {
  9525. "react": ">=16.9.0",
  9526. "react-dom": ">=16.9.0"
  9527. }
  9528. },
  9529. "node_modules/rc-menu": {
  9530. "version": "9.16.1",
  9531. "resolved": "https://registry.npmmirror.com/rc-menu/-/rc-menu-9.16.1.tgz",
  9532. "integrity": "sha512-ghHx6/6Dvp+fw8CJhDUHFHDJ84hJE3BXNCzSgLdmNiFErWSOaZNsihDAsKq9ByTALo/xkNIwtDFGIl6r+RPXBg==",
  9533. "license": "MIT",
  9534. "dependencies": {
  9535. "@babel/runtime": "^7.10.1",
  9536. "@rc-component/trigger": "^2.0.0",
  9537. "classnames": "2.x",
  9538. "rc-motion": "^2.4.3",
  9539. "rc-overflow": "^1.3.1",
  9540. "rc-util": "^5.27.0"
  9541. },
  9542. "peerDependencies": {
  9543. "react": ">=16.9.0",
  9544. "react-dom": ">=16.9.0"
  9545. }
  9546. },
  9547. "node_modules/rc-motion": {
  9548. "version": "2.9.5",
  9549. "resolved": "https://registry.npmmirror.com/rc-motion/-/rc-motion-2.9.5.tgz",
  9550. "integrity": "sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==",
  9551. "license": "MIT",
  9552. "dependencies": {
  9553. "@babel/runtime": "^7.11.1",
  9554. "classnames": "^2.2.1",
  9555. "rc-util": "^5.44.0"
  9556. },
  9557. "peerDependencies": {
  9558. "react": ">=16.9.0",
  9559. "react-dom": ">=16.9.0"
  9560. }
  9561. },
  9562. "node_modules/rc-notification": {
  9563. "version": "5.6.4",
  9564. "resolved": "https://registry.npmmirror.com/rc-notification/-/rc-notification-5.6.4.tgz",
  9565. "integrity": "sha512-KcS4O6B4qzM3KH7lkwOB7ooLPZ4b6J+VMmQgT51VZCeEcmghdeR4IrMcFq0LG+RPdnbe/ArT086tGM8Snimgiw==",
  9566. "license": "MIT",
  9567. "dependencies": {
  9568. "@babel/runtime": "^7.10.1",
  9569. "classnames": "2.x",
  9570. "rc-motion": "^2.9.0",
  9571. "rc-util": "^5.20.1"
  9572. },
  9573. "engines": {
  9574. "node": ">=8.x"
  9575. },
  9576. "peerDependencies": {
  9577. "react": ">=16.9.0",
  9578. "react-dom": ">=16.9.0"
  9579. }
  9580. },
  9581. "node_modules/rc-overflow": {
  9582. "version": "1.4.1",
  9583. "resolved": "https://registry.npmmirror.com/rc-overflow/-/rc-overflow-1.4.1.tgz",
  9584. "integrity": "sha512-3MoPQQPV1uKyOMVNd6SZfONi+f3st0r8PksexIdBTeIYbMX0Jr+k7pHEDvsXtR4BpCv90/Pv2MovVNhktKrwvw==",
  9585. "license": "MIT",
  9586. "dependencies": {
  9587. "@babel/runtime": "^7.11.1",
  9588. "classnames": "^2.2.1",
  9589. "rc-resize-observer": "^1.0.0",
  9590. "rc-util": "^5.37.0"
  9591. },
  9592. "peerDependencies": {
  9593. "react": ">=16.9.0",
  9594. "react-dom": ">=16.9.0"
  9595. }
  9596. },
  9597. "node_modules/rc-pagination": {
  9598. "version": "5.1.0",
  9599. "resolved": "https://registry.npmmirror.com/rc-pagination/-/rc-pagination-5.1.0.tgz",
  9600. "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==",
  9601. "license": "MIT",
  9602. "dependencies": {
  9603. "@babel/runtime": "^7.10.1",
  9604. "classnames": "^2.3.2",
  9605. "rc-util": "^5.38.0"
  9606. },
  9607. "peerDependencies": {
  9608. "react": ">=16.9.0",
  9609. "react-dom": ">=16.9.0"
  9610. }
  9611. },
  9612. "node_modules/rc-picker": {
  9613. "version": "4.11.3",
  9614. "resolved": "https://registry.npmmirror.com/rc-picker/-/rc-picker-4.11.3.tgz",
  9615. "integrity": "sha512-MJ5teb7FlNE0NFHTncxXQ62Y5lytq6sh5nUw0iH8OkHL/TjARSEvSHpr940pWgjGANpjCwyMdvsEV55l5tYNSg==",
  9616. "license": "MIT",
  9617. "dependencies": {
  9618. "@babel/runtime": "^7.24.7",
  9619. "@rc-component/trigger": "^2.0.0",
  9620. "classnames": "^2.2.1",
  9621. "rc-overflow": "^1.3.2",
  9622. "rc-resize-observer": "^1.4.0",
  9623. "rc-util": "^5.43.0"
  9624. },
  9625. "engines": {
  9626. "node": ">=8.x"
  9627. },
  9628. "peerDependencies": {
  9629. "date-fns": ">= 2.x",
  9630. "dayjs": ">= 1.x",
  9631. "luxon": ">= 3.x",
  9632. "moment": ">= 2.x",
  9633. "react": ">=16.9.0",
  9634. "react-dom": ">=16.9.0"
  9635. },
  9636. "peerDependenciesMeta": {
  9637. "date-fns": {
  9638. "optional": true
  9639. },
  9640. "dayjs": {
  9641. "optional": true
  9642. },
  9643. "luxon": {
  9644. "optional": true
  9645. },
  9646. "moment": {
  9647. "optional": true
  9648. }
  9649. }
  9650. },
  9651. "node_modules/rc-progress": {
  9652. "version": "4.0.0",
  9653. "resolved": "https://registry.npmmirror.com/rc-progress/-/rc-progress-4.0.0.tgz",
  9654. "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==",
  9655. "license": "MIT",
  9656. "dependencies": {
  9657. "@babel/runtime": "^7.10.1",
  9658. "classnames": "^2.2.6",
  9659. "rc-util": "^5.16.1"
  9660. },
  9661. "peerDependencies": {
  9662. "react": ">=16.9.0",
  9663. "react-dom": ">=16.9.0"
  9664. }
  9665. },
  9666. "node_modules/rc-rate": {
  9667. "version": "2.13.1",
  9668. "resolved": "https://registry.npmmirror.com/rc-rate/-/rc-rate-2.13.1.tgz",
  9669. "integrity": "sha512-QUhQ9ivQ8Gy7mtMZPAjLbxBt5y9GRp65VcUyGUMF3N3fhiftivPHdpuDIaWIMOTEprAjZPC08bls1dQB+I1F2Q==",
  9670. "license": "MIT",
  9671. "dependencies": {
  9672. "@babel/runtime": "^7.10.1",
  9673. "classnames": "^2.2.5",
  9674. "rc-util": "^5.0.1"
  9675. },
  9676. "engines": {
  9677. "node": ">=8.x"
  9678. },
  9679. "peerDependencies": {
  9680. "react": ">=16.9.0",
  9681. "react-dom": ">=16.9.0"
  9682. }
  9683. },
  9684. "node_modules/rc-resize-observer": {
  9685. "version": "1.4.3",
  9686. "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz",
  9687. "integrity": "sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==",
  9688. "license": "MIT",
  9689. "dependencies": {
  9690. "@babel/runtime": "^7.20.7",
  9691. "classnames": "^2.2.1",
  9692. "rc-util": "^5.44.1",
  9693. "resize-observer-polyfill": "^1.5.1"
  9694. },
  9695. "peerDependencies": {
  9696. "react": ">=16.9.0",
  9697. "react-dom": ">=16.9.0"
  9698. }
  9699. },
  9700. "node_modules/rc-segmented": {
  9701. "version": "2.7.0",
  9702. "resolved": "https://registry.npmmirror.com/rc-segmented/-/rc-segmented-2.7.0.tgz",
  9703. "integrity": "sha512-liijAjXz+KnTRVnxxXG2sYDGd6iLL7VpGGdR8gwoxAXy2KglviKCxLWZdjKYJzYzGSUwKDSTdYk8brj54Bn5BA==",
  9704. "license": "MIT",
  9705. "dependencies": {
  9706. "@babel/runtime": "^7.11.1",
  9707. "classnames": "^2.2.1",
  9708. "rc-motion": "^2.4.4",
  9709. "rc-util": "^5.17.0"
  9710. },
  9711. "peerDependencies": {
  9712. "react": ">=16.0.0",
  9713. "react-dom": ">=16.0.0"
  9714. }
  9715. },
  9716. "node_modules/rc-select": {
  9717. "version": "14.16.8",
  9718. "resolved": "https://registry.npmmirror.com/rc-select/-/rc-select-14.16.8.tgz",
  9719. "integrity": "sha512-NOV5BZa1wZrsdkKaiK7LHRuo5ZjZYMDxPP6/1+09+FB4KoNi8jcG1ZqLE3AVCxEsYMBe65OBx71wFoHRTP3LRg==",
  9720. "license": "MIT",
  9721. "dependencies": {
  9722. "@babel/runtime": "^7.10.1",
  9723. "@rc-component/trigger": "^2.1.1",
  9724. "classnames": "2.x",
  9725. "rc-motion": "^2.0.1",
  9726. "rc-overflow": "^1.3.1",
  9727. "rc-util": "^5.16.1",
  9728. "rc-virtual-list": "^3.5.2"
  9729. },
  9730. "engines": {
  9731. "node": ">=8.x"
  9732. },
  9733. "peerDependencies": {
  9734. "react": "*",
  9735. "react-dom": "*"
  9736. }
  9737. },
  9738. "node_modules/rc-slider": {
  9739. "version": "11.1.8",
  9740. "resolved": "https://registry.npmmirror.com/rc-slider/-/rc-slider-11.1.8.tgz",
  9741. "integrity": "sha512-2gg/72YFSpKP+Ja5AjC5DPL1YnV8DEITDQrcc1eASrUYjl0esptaBVJBh5nLTXCCp15eD8EuGjwezVGSHhs9tQ==",
  9742. "license": "MIT",
  9743. "dependencies": {
  9744. "@babel/runtime": "^7.10.1",
  9745. "classnames": "^2.2.5",
  9746. "rc-util": "^5.36.0"
  9747. },
  9748. "engines": {
  9749. "node": ">=8.x"
  9750. },
  9751. "peerDependencies": {
  9752. "react": ">=16.9.0",
  9753. "react-dom": ">=16.9.0"
  9754. }
  9755. },
  9756. "node_modules/rc-steps": {
  9757. "version": "6.0.1",
  9758. "resolved": "https://registry.npmmirror.com/rc-steps/-/rc-steps-6.0.1.tgz",
  9759. "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==",
  9760. "license": "MIT",
  9761. "dependencies": {
  9762. "@babel/runtime": "^7.16.7",
  9763. "classnames": "^2.2.3",
  9764. "rc-util": "^5.16.1"
  9765. },
  9766. "engines": {
  9767. "node": ">=8.x"
  9768. },
  9769. "peerDependencies": {
  9770. "react": ">=16.9.0",
  9771. "react-dom": ">=16.9.0"
  9772. }
  9773. },
  9774. "node_modules/rc-switch": {
  9775. "version": "4.1.0",
  9776. "resolved": "https://registry.npmmirror.com/rc-switch/-/rc-switch-4.1.0.tgz",
  9777. "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==",
  9778. "license": "MIT",
  9779. "dependencies": {
  9780. "@babel/runtime": "^7.21.0",
  9781. "classnames": "^2.2.1",
  9782. "rc-util": "^5.30.0"
  9783. },
  9784. "peerDependencies": {
  9785. "react": ">=16.9.0",
  9786. "react-dom": ">=16.9.0"
  9787. }
  9788. },
  9789. "node_modules/rc-table": {
  9790. "version": "7.51.1",
  9791. "resolved": "https://registry.npmmirror.com/rc-table/-/rc-table-7.51.1.tgz",
  9792. "integrity": "sha512-5iq15mTHhvC42TlBLRCoCBLoCmGlbRZAlyF21FonFnS/DIC8DeRqnmdyVREwt2CFbPceM0zSNdEeVfiGaqYsKw==",
  9793. "license": "MIT",
  9794. "dependencies": {
  9795. "@babel/runtime": "^7.10.1",
  9796. "@rc-component/context": "^1.4.0",
  9797. "classnames": "^2.2.5",
  9798. "rc-resize-observer": "^1.1.0",
  9799. "rc-util": "^5.44.3",
  9800. "rc-virtual-list": "^3.14.2"
  9801. },
  9802. "engines": {
  9803. "node": ">=8.x"
  9804. },
  9805. "peerDependencies": {
  9806. "react": ">=16.9.0",
  9807. "react-dom": ">=16.9.0"
  9808. }
  9809. },
  9810. "node_modules/rc-tabs": {
  9811. "version": "15.6.1",
  9812. "resolved": "https://registry.npmmirror.com/rc-tabs/-/rc-tabs-15.6.1.tgz",
  9813. "integrity": "sha512-/HzDV1VqOsUWyuC0c6AkxVYFjvx9+rFPKZ32ejxX0Uc7QCzcEjTA9/xMgv4HemPKwzBNX8KhGVbbumDjnj92aA==",
  9814. "license": "MIT",
  9815. "dependencies": {
  9816. "@babel/runtime": "^7.11.2",
  9817. "classnames": "2.x",
  9818. "rc-dropdown": "~4.2.0",
  9819. "rc-menu": "~9.16.0",
  9820. "rc-motion": "^2.6.2",
  9821. "rc-resize-observer": "^1.0.0",
  9822. "rc-util": "^5.34.1"
  9823. },
  9824. "engines": {
  9825. "node": ">=8.x"
  9826. },
  9827. "peerDependencies": {
  9828. "react": ">=16.9.0",
  9829. "react-dom": ">=16.9.0"
  9830. }
  9831. },
  9832. "node_modules/rc-textarea": {
  9833. "version": "1.10.2",
  9834. "resolved": "https://registry.npmmirror.com/rc-textarea/-/rc-textarea-1.10.2.tgz",
  9835. "integrity": "sha512-HfaeXiaSlpiSp0I/pvWpecFEHpVysZ9tpDLNkxQbMvMz6gsr7aVZ7FpWP9kt4t7DB+jJXesYS0us1uPZnlRnwQ==",
  9836. "license": "MIT",
  9837. "dependencies": {
  9838. "@babel/runtime": "^7.10.1",
  9839. "classnames": "^2.2.1",
  9840. "rc-input": "~1.8.0",
  9841. "rc-resize-observer": "^1.0.0",
  9842. "rc-util": "^5.27.0"
  9843. },
  9844. "peerDependencies": {
  9845. "react": ">=16.9.0",
  9846. "react-dom": ">=16.9.0"
  9847. }
  9848. },
  9849. "node_modules/rc-tooltip": {
  9850. "version": "6.4.0",
  9851. "resolved": "https://registry.npmmirror.com/rc-tooltip/-/rc-tooltip-6.4.0.tgz",
  9852. "integrity": "sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==",
  9853. "license": "MIT",
  9854. "dependencies": {
  9855. "@babel/runtime": "^7.11.2",
  9856. "@rc-component/trigger": "^2.0.0",
  9857. "classnames": "^2.3.1",
  9858. "rc-util": "^5.44.3"
  9859. },
  9860. "peerDependencies": {
  9861. "react": ">=16.9.0",
  9862. "react-dom": ">=16.9.0"
  9863. }
  9864. },
  9865. "node_modules/rc-tree": {
  9866. "version": "5.13.1",
  9867. "resolved": "https://registry.npmmirror.com/rc-tree/-/rc-tree-5.13.1.tgz",
  9868. "integrity": "sha512-FNhIefhftobCdUJshO7M8uZTA9F4OPGVXqGfZkkD/5soDeOhwO06T/aKTrg0WD8gRg/pyfq+ql3aMymLHCTC4A==",
  9869. "license": "MIT",
  9870. "dependencies": {
  9871. "@babel/runtime": "^7.10.1",
  9872. "classnames": "2.x",
  9873. "rc-motion": "^2.0.1",
  9874. "rc-util": "^5.16.1",
  9875. "rc-virtual-list": "^3.5.1"
  9876. },
  9877. "engines": {
  9878. "node": ">=10.x"
  9879. },
  9880. "peerDependencies": {
  9881. "react": "*",
  9882. "react-dom": "*"
  9883. }
  9884. },
  9885. "node_modules/rc-tree-select": {
  9886. "version": "5.27.0",
  9887. "resolved": "https://registry.npmmirror.com/rc-tree-select/-/rc-tree-select-5.27.0.tgz",
  9888. "integrity": "sha512-2qTBTzwIT7LRI1o7zLyrCzmo5tQanmyGbSaGTIf7sYimCklAToVVfpMC6OAldSKolcnjorBYPNSKQqJmN3TCww==",
  9889. "license": "MIT",
  9890. "dependencies": {
  9891. "@babel/runtime": "^7.25.7",
  9892. "classnames": "2.x",
  9893. "rc-select": "~14.16.2",
  9894. "rc-tree": "~5.13.0",
  9895. "rc-util": "^5.43.0"
  9896. },
  9897. "peerDependencies": {
  9898. "react": "*",
  9899. "react-dom": "*"
  9900. }
  9901. },
  9902. "node_modules/rc-upload": {
  9903. "version": "4.9.2",
  9904. "resolved": "https://registry.npmmirror.com/rc-upload/-/rc-upload-4.9.2.tgz",
  9905. "integrity": "sha512-nHx+9rbd1FKMiMRYsqQ3NkXUv7COHPBo3X1Obwq9SWS6/diF/A0aJ5OHubvwUAIDs+4RMleljV0pcrNUc823GQ==",
  9906. "license": "MIT",
  9907. "dependencies": {
  9908. "@babel/runtime": "^7.18.3",
  9909. "classnames": "^2.2.5",
  9910. "rc-util": "^5.2.0"
  9911. },
  9912. "peerDependencies": {
  9913. "react": ">=16.9.0",
  9914. "react-dom": ">=16.9.0"
  9915. }
  9916. },
  9917. "node_modules/rc-util": {
  9918. "version": "5.44.4",
  9919. "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.44.4.tgz",
  9920. "integrity": "sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==",
  9921. "license": "MIT",
  9922. "dependencies": {
  9923. "@babel/runtime": "^7.18.3",
  9924. "react-is": "^18.2.0"
  9925. },
  9926. "peerDependencies": {
  9927. "react": ">=16.9.0",
  9928. "react-dom": ">=16.9.0"
  9929. }
  9930. },
  9931. "node_modules/rc-util/node_modules/react-is": {
  9932. "version": "18.3.1",
  9933. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz",
  9934. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  9935. "license": "MIT"
  9936. },
  9937. "node_modules/rc-virtual-list": {
  9938. "version": "3.19.1",
  9939. "resolved": "https://registry.npmmirror.com/rc-virtual-list/-/rc-virtual-list-3.19.1.tgz",
  9940. "integrity": "sha512-DCapO2oyPqmooGhxBuXHM4lFuX+sshQwWqqkuyFA+4rShLe//+GEPVwiDgO+jKtKHtbeYwZoNvetwfHdOf+iUQ==",
  9941. "license": "MIT",
  9942. "dependencies": {
  9943. "@babel/runtime": "^7.20.0",
  9944. "classnames": "^2.2.6",
  9945. "rc-resize-observer": "^1.0.0",
  9946. "rc-util": "^5.36.0"
  9947. },
  9948. "engines": {
  9949. "node": ">=8.x"
  9950. },
  9951. "peerDependencies": {
  9952. "react": ">=16.9.0",
  9953. "react-dom": ">=16.9.0"
  9954. }
  9955. },
  9956. "node_modules/react": {
  9957. "version": "19.1.0",
  9958. "resolved": "https://registry.npmmirror.com/react/-/react-19.1.0.tgz",
  9959. "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
  9960. "license": "MIT",
  9961. "engines": {
  9962. "node": ">=0.10.0"
  9963. }
  9964. },
  9965. "node_modules/react-chartjs-2": {
  9966. "version": "5.3.0",
  9967. "resolved": "https://registry.npmmirror.com/react-chartjs-2/-/react-chartjs-2-5.3.0.tgz",
  9968. "integrity": "sha512-UfZZFnDsERI3c3CZGxzvNJd02SHjaSJ8kgW1djn65H1KK8rehwTjyrRKOG3VTMG8wtHZ5rgAO5oTHtHi9GCCmw==",
  9969. "license": "MIT",
  9970. "peerDependencies": {
  9971. "chart.js": "^4.1.1",
  9972. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9973. }
  9974. },
  9975. "node_modules/react-countup": {
  9976. "version": "6.5.3",
  9977. "resolved": "https://registry.npmmirror.com/react-countup/-/react-countup-6.5.3.tgz",
  9978. "integrity": "sha512-udnqVQitxC7QWADSPDOxVWULkLvKUWrDapn5i53HE4DPRVgs+Y5rr4bo25qEl8jSh+0l2cToJgGMx+clxPM3+w==",
  9979. "license": "MIT",
  9980. "dependencies": {
  9981. "countup.js": "^2.8.0"
  9982. },
  9983. "peerDependencies": {
  9984. "react": ">= 16.3.0"
  9985. }
  9986. },
  9987. "node_modules/react-d3-speedometer": {
  9988. "version": "3.1.1",
  9989. "resolved": "https://registry.npmmirror.com/react-d3-speedometer/-/react-d3-speedometer-3.1.1.tgz",
  9990. "integrity": "sha512-Cgb0LMaDWTVnIOjHncUjw6BHdN3B1I2q1PcIkCf4kocFuwF+ZHYh+/+y0LHE0SY/Qxv7+wilrrFv6PJWavqwtg==",
  9991. "license": "MIT",
  9992. "dependencies": {
  9993. "d3-array": "^3.2.4",
  9994. "d3-color": "^3.1.0",
  9995. "d3-ease": "^3.0.1",
  9996. "d3-format": "^3.1.0",
  9997. "d3-interpolate": "^3.0.1",
  9998. "d3-scale": "^4.0.2",
  9999. "d3-selection": "^3.0.0",
  10000. "d3-shape": "^3.2.0",
  10001. "d3-transition": "^3.0.1",
  10002. "lodash-es": "^4.17.21",
  10003. "memoize-one": "^6.0.0",
  10004. "prop-types": "^15.8.1"
  10005. },
  10006. "engines": {
  10007. "node": ">=14.0",
  10008. "npm": ">=6.0.0"
  10009. },
  10010. "peerDependencies": {
  10011. "react": "^19.0.0",
  10012. "react-dom": "^19.0.0"
  10013. }
  10014. },
  10015. "node_modules/react-dom": {
  10016. "version": "19.1.0",
  10017. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.1.0.tgz",
  10018. "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
  10019. "license": "MIT",
  10020. "dependencies": {
  10021. "scheduler": "^0.26.0"
  10022. },
  10023. "peerDependencies": {
  10024. "react": "^19.1.0"
  10025. }
  10026. },
  10027. "node_modules/react-is": {
  10028. "version": "16.13.1",
  10029. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
  10030. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  10031. "license": "MIT"
  10032. },
  10033. "node_modules/react-leaflet": {
  10034. "version": "5.0.0",
  10035. "resolved": "https://registry.npmmirror.com/react-leaflet/-/react-leaflet-5.0.0.tgz",
  10036. "integrity": "sha512-CWbTpr5vcHw5bt9i4zSlPEVQdTVcML390TjeDG0cK59z1ylexpqC6M1PJFjV8jD7CF+ACBFsLIDs6DRMoLEofw==",
  10037. "license": "Hippocratic-2.1",
  10038. "dependencies": {
  10039. "@react-leaflet/core": "^3.0.0"
  10040. },
  10041. "peerDependencies": {
  10042. "leaflet": "^1.9.0",
  10043. "react": "^19.0.0",
  10044. "react-dom": "^19.0.0"
  10045. }
  10046. },
  10047. "node_modules/react-lifecycles-compat": {
  10048. "version": "3.0.4",
  10049. "resolved": "https://registry.npmmirror.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
  10050. "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==",
  10051. "license": "MIT"
  10052. },
  10053. "node_modules/react-markdown": {
  10054. "version": "9.0.3",
  10055. "resolved": "https://registry.npmmirror.com/react-markdown/-/react-markdown-9.0.3.tgz",
  10056. "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==",
  10057. "license": "MIT",
  10058. "dependencies": {
  10059. "@types/hast": "^3.0.0",
  10060. "devlop": "^1.0.0",
  10061. "hast-util-to-jsx-runtime": "^2.0.0",
  10062. "html-url-attributes": "^3.0.0",
  10063. "mdast-util-to-hast": "^13.0.0",
  10064. "remark-parse": "^11.0.0",
  10065. "remark-rehype": "^11.0.0",
  10066. "unified": "^11.0.0",
  10067. "unist-util-visit": "^5.0.0",
  10068. "vfile": "^6.0.0"
  10069. },
  10070. "funding": {
  10071. "type": "opencollective",
  10072. "url": "https://opencollective.com/unified"
  10073. },
  10074. "peerDependencies": {
  10075. "@types/react": ">=18",
  10076. "react": ">=18"
  10077. }
  10078. },
  10079. "node_modules/react-spinners": {
  10080. "version": "0.17.0",
  10081. "resolved": "https://registry.npmmirror.com/react-spinners/-/react-spinners-0.17.0.tgz",
  10082. "integrity": "sha512-L/8HTylaBmIWwQzIjMq+0vyaRXuoAevzWoD35wKpNTxxtYXWZp+xtgkfD7Y4WItuX0YvdxMPU79+7VhhmbmuTQ==",
  10083. "license": "MIT",
  10084. "peerDependencies": {
  10085. "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  10086. "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  10087. }
  10088. },
  10089. "node_modules/reactcss": {
  10090. "version": "1.2.3",
  10091. "resolved": "https://registry.npmmirror.com/reactcss/-/reactcss-1.2.3.tgz",
  10092. "integrity": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==",
  10093. "license": "MIT",
  10094. "dependencies": {
  10095. "lodash": "^4.0.1"
  10096. }
  10097. },
  10098. "node_modules/readdirp": {
  10099. "version": "4.1.2",
  10100. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  10101. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  10102. "license": "MIT",
  10103. "engines": {
  10104. "node": ">= 14.18.0"
  10105. },
  10106. "funding": {
  10107. "type": "individual",
  10108. "url": "https://paulmillr.com/funding/"
  10109. }
  10110. },
  10111. "node_modules/reflect.getprototypeof": {
  10112. "version": "1.0.10",
  10113. "resolved": "https://registry.npmmirror.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  10114. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  10115. "dev": true,
  10116. "license": "MIT",
  10117. "dependencies": {
  10118. "call-bind": "^1.0.8",
  10119. "define-properties": "^1.2.1",
  10120. "es-abstract": "^1.23.9",
  10121. "es-errors": "^1.3.0",
  10122. "es-object-atoms": "^1.0.0",
  10123. "get-intrinsic": "^1.2.7",
  10124. "get-proto": "^1.0.1",
  10125. "which-builtin-type": "^1.2.1"
  10126. },
  10127. "engines": {
  10128. "node": ">= 0.4"
  10129. },
  10130. "funding": {
  10131. "url": "https://github.com/sponsors/ljharb"
  10132. }
  10133. },
  10134. "node_modules/refractor": {
  10135. "version": "4.9.0",
  10136. "resolved": "https://registry.npmmirror.com/refractor/-/refractor-4.9.0.tgz",
  10137. "integrity": "sha512-nEG1SPXFoGGx+dcjftjv8cAjEusIh6ED1xhf5DG3C0x/k+rmZ2duKnc3QLpt6qeHv5fPb8uwN3VWN2BT7fr3Og==",
  10138. "license": "MIT",
  10139. "dependencies": {
  10140. "@types/hast": "^2.0.0",
  10141. "@types/prismjs": "^1.0.0",
  10142. "hastscript": "^7.0.0",
  10143. "parse-entities": "^4.0.0"
  10144. },
  10145. "funding": {
  10146. "type": "github",
  10147. "url": "https://github.com/sponsors/wooorm"
  10148. }
  10149. },
  10150. "node_modules/refractor/node_modules/@types/hast": {
  10151. "version": "2.3.10",
  10152. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-2.3.10.tgz",
  10153. "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
  10154. "license": "MIT",
  10155. "dependencies": {
  10156. "@types/unist": "^2"
  10157. }
  10158. },
  10159. "node_modules/refractor/node_modules/@types/unist": {
  10160. "version": "2.0.11",
  10161. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  10162. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  10163. "license": "MIT"
  10164. },
  10165. "node_modules/refractor/node_modules/hast-util-parse-selector": {
  10166. "version": "3.1.1",
  10167. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz",
  10168. "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==",
  10169. "license": "MIT",
  10170. "dependencies": {
  10171. "@types/hast": "^2.0.0"
  10172. },
  10173. "funding": {
  10174. "type": "opencollective",
  10175. "url": "https://opencollective.com/unified"
  10176. }
  10177. },
  10178. "node_modules/refractor/node_modules/hastscript": {
  10179. "version": "7.2.0",
  10180. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-7.2.0.tgz",
  10181. "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==",
  10182. "license": "MIT",
  10183. "dependencies": {
  10184. "@types/hast": "^2.0.0",
  10185. "comma-separated-tokens": "^2.0.0",
  10186. "hast-util-parse-selector": "^3.0.0",
  10187. "property-information": "^6.0.0",
  10188. "space-separated-tokens": "^2.0.0"
  10189. },
  10190. "funding": {
  10191. "type": "opencollective",
  10192. "url": "https://opencollective.com/unified"
  10193. }
  10194. },
  10195. "node_modules/refractor/node_modules/property-information": {
  10196. "version": "6.5.0",
  10197. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  10198. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  10199. "license": "MIT",
  10200. "funding": {
  10201. "type": "github",
  10202. "url": "https://github.com/sponsors/wooorm"
  10203. }
  10204. },
  10205. "node_modules/regexp.prototype.flags": {
  10206. "version": "1.5.4",
  10207. "resolved": "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  10208. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  10209. "dev": true,
  10210. "license": "MIT",
  10211. "dependencies": {
  10212. "call-bind": "^1.0.8",
  10213. "define-properties": "^1.2.1",
  10214. "es-errors": "^1.3.0",
  10215. "get-proto": "^1.0.1",
  10216. "gopd": "^1.2.0",
  10217. "set-function-name": "^2.0.2"
  10218. },
  10219. "engines": {
  10220. "node": ">= 0.4"
  10221. },
  10222. "funding": {
  10223. "url": "https://github.com/sponsors/ljharb"
  10224. }
  10225. },
  10226. "node_modules/rehype": {
  10227. "version": "13.0.2",
  10228. "resolved": "https://registry.npmmirror.com/rehype/-/rehype-13.0.2.tgz",
  10229. "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
  10230. "license": "MIT",
  10231. "dependencies": {
  10232. "@types/hast": "^3.0.0",
  10233. "rehype-parse": "^9.0.0",
  10234. "rehype-stringify": "^10.0.0",
  10235. "unified": "^11.0.0"
  10236. },
  10237. "funding": {
  10238. "type": "opencollective",
  10239. "url": "https://opencollective.com/unified"
  10240. }
  10241. },
  10242. "node_modules/rehype-attr": {
  10243. "version": "3.0.3",
  10244. "resolved": "https://registry.npmmirror.com/rehype-attr/-/rehype-attr-3.0.3.tgz",
  10245. "integrity": "sha512-Up50Xfra8tyxnkJdCzLBIBtxOcB2M1xdeKe1324U06RAvSjYm7ULSeoM+b/nYPQPVd7jsXJ9+39IG1WAJPXONw==",
  10246. "license": "MIT",
  10247. "dependencies": {
  10248. "unified": "~11.0.0",
  10249. "unist-util-visit": "~5.0.0"
  10250. },
  10251. "engines": {
  10252. "node": ">=16"
  10253. },
  10254. "funding": {
  10255. "url": "https://jaywcjlove.github.io/#/sponsor"
  10256. }
  10257. },
  10258. "node_modules/rehype-autolink-headings": {
  10259. "version": "7.1.0",
  10260. "resolved": "https://registry.npmmirror.com/rehype-autolink-headings/-/rehype-autolink-headings-7.1.0.tgz",
  10261. "integrity": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==",
  10262. "license": "MIT",
  10263. "dependencies": {
  10264. "@types/hast": "^3.0.0",
  10265. "@ungap/structured-clone": "^1.0.0",
  10266. "hast-util-heading-rank": "^3.0.0",
  10267. "hast-util-is-element": "^3.0.0",
  10268. "unified": "^11.0.0",
  10269. "unist-util-visit": "^5.0.0"
  10270. },
  10271. "funding": {
  10272. "type": "opencollective",
  10273. "url": "https://opencollective.com/unified"
  10274. }
  10275. },
  10276. "node_modules/rehype-ignore": {
  10277. "version": "2.0.2",
  10278. "resolved": "https://registry.npmmirror.com/rehype-ignore/-/rehype-ignore-2.0.2.tgz",
  10279. "integrity": "sha512-BpAT/3lU9DMJ2siYVD/dSR0A/zQgD6Fb+fxkJd4j+wDVy6TYbYpK+FZqu8eM9EuNKGvi4BJR7XTZ/+zF02Dq8w==",
  10280. "license": "MIT",
  10281. "dependencies": {
  10282. "hast-util-select": "^6.0.0",
  10283. "unified": "^11.0.0",
  10284. "unist-util-visit": "^5.0.0"
  10285. },
  10286. "engines": {
  10287. "node": ">=16"
  10288. },
  10289. "funding": {
  10290. "url": "https://jaywcjlove.github.io/#/sponsor"
  10291. }
  10292. },
  10293. "node_modules/rehype-parse": {
  10294. "version": "9.0.1",
  10295. "resolved": "https://registry.npmmirror.com/rehype-parse/-/rehype-parse-9.0.1.tgz",
  10296. "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
  10297. "license": "MIT",
  10298. "dependencies": {
  10299. "@types/hast": "^3.0.0",
  10300. "hast-util-from-html": "^2.0.0",
  10301. "unified": "^11.0.0"
  10302. },
  10303. "funding": {
  10304. "type": "opencollective",
  10305. "url": "https://opencollective.com/unified"
  10306. }
  10307. },
  10308. "node_modules/rehype-prism-plus": {
  10309. "version": "2.0.1",
  10310. "resolved": "https://registry.npmmirror.com/rehype-prism-plus/-/rehype-prism-plus-2.0.1.tgz",
  10311. "integrity": "sha512-Wglct0OW12tksTUseAPyWPo3srjBOY7xKlql/DPKi7HbsdZTyaLCAoO58QBKSczFQxElTsQlOY3JDOFzB/K++Q==",
  10312. "license": "MIT",
  10313. "dependencies": {
  10314. "hast-util-to-string": "^3.0.0",
  10315. "parse-numeric-range": "^1.3.0",
  10316. "refractor": "^4.8.0",
  10317. "rehype-parse": "^9.0.0",
  10318. "unist-util-filter": "^5.0.0",
  10319. "unist-util-visit": "^5.0.0"
  10320. }
  10321. },
  10322. "node_modules/rehype-raw": {
  10323. "version": "7.0.0",
  10324. "resolved": "https://registry.npmmirror.com/rehype-raw/-/rehype-raw-7.0.0.tgz",
  10325. "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
  10326. "license": "MIT",
  10327. "dependencies": {
  10328. "@types/hast": "^3.0.0",
  10329. "hast-util-raw": "^9.0.0",
  10330. "vfile": "^6.0.0"
  10331. },
  10332. "funding": {
  10333. "type": "opencollective",
  10334. "url": "https://opencollective.com/unified"
  10335. }
  10336. },
  10337. "node_modules/rehype-rewrite": {
  10338. "version": "4.0.2",
  10339. "resolved": "https://registry.npmmirror.com/rehype-rewrite/-/rehype-rewrite-4.0.2.tgz",
  10340. "integrity": "sha512-rjLJ3z6fIV11phwCqHp/KRo8xuUCO8o9bFJCNw5o6O2wlLk6g8r323aRswdGBQwfXPFYeSuZdAjp4tzo6RGqEg==",
  10341. "license": "MIT",
  10342. "dependencies": {
  10343. "hast-util-select": "^6.0.0",
  10344. "unified": "^11.0.3",
  10345. "unist-util-visit": "^5.0.0"
  10346. },
  10347. "engines": {
  10348. "node": ">=16.0.0"
  10349. },
  10350. "funding": {
  10351. "url": "https://jaywcjlove.github.io/#/sponsor"
  10352. }
  10353. },
  10354. "node_modules/rehype-slug": {
  10355. "version": "6.0.0",
  10356. "resolved": "https://registry.npmmirror.com/rehype-slug/-/rehype-slug-6.0.0.tgz",
  10357. "integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==",
  10358. "license": "MIT",
  10359. "dependencies": {
  10360. "@types/hast": "^3.0.0",
  10361. "github-slugger": "^2.0.0",
  10362. "hast-util-heading-rank": "^3.0.0",
  10363. "hast-util-to-string": "^3.0.0",
  10364. "unist-util-visit": "^5.0.0"
  10365. },
  10366. "funding": {
  10367. "type": "opencollective",
  10368. "url": "https://opencollective.com/unified"
  10369. }
  10370. },
  10371. "node_modules/rehype-stringify": {
  10372. "version": "10.0.1",
  10373. "resolved": "https://registry.npmmirror.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
  10374. "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
  10375. "license": "MIT",
  10376. "dependencies": {
  10377. "@types/hast": "^3.0.0",
  10378. "hast-util-to-html": "^9.0.0",
  10379. "unified": "^11.0.0"
  10380. },
  10381. "funding": {
  10382. "type": "opencollective",
  10383. "url": "https://opencollective.com/unified"
  10384. }
  10385. },
  10386. "node_modules/remark-gfm": {
  10387. "version": "4.0.1",
  10388. "resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-4.0.1.tgz",
  10389. "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
  10390. "license": "MIT",
  10391. "dependencies": {
  10392. "@types/mdast": "^4.0.0",
  10393. "mdast-util-gfm": "^3.0.0",
  10394. "micromark-extension-gfm": "^3.0.0",
  10395. "remark-parse": "^11.0.0",
  10396. "remark-stringify": "^11.0.0",
  10397. "unified": "^11.0.0"
  10398. },
  10399. "funding": {
  10400. "type": "opencollective",
  10401. "url": "https://opencollective.com/unified"
  10402. }
  10403. },
  10404. "node_modules/remark-github-blockquote-alert": {
  10405. "version": "1.3.1",
  10406. "resolved": "https://registry.npmmirror.com/remark-github-blockquote-alert/-/remark-github-blockquote-alert-1.3.1.tgz",
  10407. "integrity": "sha512-OPNnimcKeozWN1w8KVQEuHOxgN3L4rah8geMOLhA5vN9wITqU4FWD+G26tkEsCGHiOVDbISx+Se5rGZ+D1p0Jg==",
  10408. "license": "MIT",
  10409. "dependencies": {
  10410. "unist-util-visit": "^5.0.0"
  10411. },
  10412. "engines": {
  10413. "node": ">=16"
  10414. },
  10415. "funding": {
  10416. "url": "https://jaywcjlove.github.io/#/sponsor"
  10417. }
  10418. },
  10419. "node_modules/remark-parse": {
  10420. "version": "11.0.0",
  10421. "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
  10422. "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
  10423. "license": "MIT",
  10424. "dependencies": {
  10425. "@types/mdast": "^4.0.0",
  10426. "mdast-util-from-markdown": "^2.0.0",
  10427. "micromark-util-types": "^2.0.0",
  10428. "unified": "^11.0.0"
  10429. },
  10430. "funding": {
  10431. "type": "opencollective",
  10432. "url": "https://opencollective.com/unified"
  10433. }
  10434. },
  10435. "node_modules/remark-rehype": {
  10436. "version": "11.1.2",
  10437. "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-11.1.2.tgz",
  10438. "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
  10439. "license": "MIT",
  10440. "dependencies": {
  10441. "@types/hast": "^3.0.0",
  10442. "@types/mdast": "^4.0.0",
  10443. "mdast-util-to-hast": "^13.0.0",
  10444. "unified": "^11.0.0",
  10445. "vfile": "^6.0.0"
  10446. },
  10447. "funding": {
  10448. "type": "opencollective",
  10449. "url": "https://opencollective.com/unified"
  10450. }
  10451. },
  10452. "node_modules/remark-stringify": {
  10453. "version": "11.0.0",
  10454. "resolved": "https://registry.npmmirror.com/remark-stringify/-/remark-stringify-11.0.0.tgz",
  10455. "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
  10456. "license": "MIT",
  10457. "dependencies": {
  10458. "@types/mdast": "^4.0.0",
  10459. "mdast-util-to-markdown": "^2.0.0",
  10460. "unified": "^11.0.0"
  10461. },
  10462. "funding": {
  10463. "type": "opencollective",
  10464. "url": "https://opencollective.com/unified"
  10465. }
  10466. },
  10467. "node_modules/resize-observer-polyfill": {
  10468. "version": "1.5.1",
  10469. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  10470. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  10471. "license": "MIT"
  10472. },
  10473. "node_modules/resolve": {
  10474. "version": "1.22.10",
  10475. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  10476. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  10477. "license": "MIT",
  10478. "dependencies": {
  10479. "is-core-module": "^2.16.0",
  10480. "path-parse": "^1.0.7",
  10481. "supports-preserve-symlinks-flag": "^1.0.0"
  10482. },
  10483. "bin": {
  10484. "resolve": "bin/resolve"
  10485. },
  10486. "engines": {
  10487. "node": ">= 0.4"
  10488. },
  10489. "funding": {
  10490. "url": "https://github.com/sponsors/ljharb"
  10491. }
  10492. },
  10493. "node_modules/resolve-from": {
  10494. "version": "4.0.0",
  10495. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  10496. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  10497. "license": "MIT",
  10498. "engines": {
  10499. "node": ">=4"
  10500. }
  10501. },
  10502. "node_modules/resolve-pkg-maps": {
  10503. "version": "1.0.0",
  10504. "resolved": "https://registry.npmmirror.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  10505. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  10506. "dev": true,
  10507. "license": "MIT",
  10508. "funding": {
  10509. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  10510. }
  10511. },
  10512. "node_modules/reusify": {
  10513. "version": "1.1.0",
  10514. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  10515. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  10516. "dev": true,
  10517. "license": "MIT",
  10518. "engines": {
  10519. "iojs": ">=1.0.0",
  10520. "node": ">=0.10.0"
  10521. }
  10522. },
  10523. "node_modules/run-parallel": {
  10524. "version": "1.2.0",
  10525. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  10526. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  10527. "dev": true,
  10528. "funding": [
  10529. {
  10530. "type": "github",
  10531. "url": "https://github.com/sponsors/feross"
  10532. },
  10533. {
  10534. "type": "patreon",
  10535. "url": "https://www.patreon.com/feross"
  10536. },
  10537. {
  10538. "type": "consulting",
  10539. "url": "https://feross.org/support"
  10540. }
  10541. ],
  10542. "license": "MIT",
  10543. "dependencies": {
  10544. "queue-microtask": "^1.2.2"
  10545. }
  10546. },
  10547. "node_modules/rw": {
  10548. "version": "1.3.3",
  10549. "resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz",
  10550. "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
  10551. "license": "BSD-3-Clause"
  10552. },
  10553. "node_modules/safe-array-concat": {
  10554. "version": "1.1.3",
  10555. "resolved": "https://registry.npmmirror.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  10556. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  10557. "dev": true,
  10558. "license": "MIT",
  10559. "dependencies": {
  10560. "call-bind": "^1.0.8",
  10561. "call-bound": "^1.0.2",
  10562. "get-intrinsic": "^1.2.6",
  10563. "has-symbols": "^1.1.0",
  10564. "isarray": "^2.0.5"
  10565. },
  10566. "engines": {
  10567. "node": ">=0.4"
  10568. },
  10569. "funding": {
  10570. "url": "https://github.com/sponsors/ljharb"
  10571. }
  10572. },
  10573. "node_modules/safe-push-apply": {
  10574. "version": "1.0.0",
  10575. "resolved": "https://registry.npmmirror.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  10576. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  10577. "dev": true,
  10578. "license": "MIT",
  10579. "dependencies": {
  10580. "es-errors": "^1.3.0",
  10581. "isarray": "^2.0.5"
  10582. },
  10583. "engines": {
  10584. "node": ">= 0.4"
  10585. },
  10586. "funding": {
  10587. "url": "https://github.com/sponsors/ljharb"
  10588. }
  10589. },
  10590. "node_modules/safe-regex-test": {
  10591. "version": "1.1.0",
  10592. "resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  10593. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  10594. "dev": true,
  10595. "license": "MIT",
  10596. "dependencies": {
  10597. "call-bound": "^1.0.2",
  10598. "es-errors": "^1.3.0",
  10599. "is-regex": "^1.2.1"
  10600. },
  10601. "engines": {
  10602. "node": ">= 0.4"
  10603. },
  10604. "funding": {
  10605. "url": "https://github.com/sponsors/ljharb"
  10606. }
  10607. },
  10608. "node_modules/safe-stable-stringify": {
  10609. "version": "2.5.0",
  10610. "resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
  10611. "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
  10612. "license": "MIT",
  10613. "engines": {
  10614. "node": ">=10"
  10615. }
  10616. },
  10617. "node_modules/safer-buffer": {
  10618. "version": "2.1.2",
  10619. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  10620. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  10621. "license": "MIT"
  10622. },
  10623. "node_modules/sass": {
  10624. "version": "1.90.0",
  10625. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.90.0.tgz",
  10626. "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==",
  10627. "license": "MIT",
  10628. "dependencies": {
  10629. "chokidar": "^4.0.0",
  10630. "immutable": "^5.0.2",
  10631. "source-map-js": ">=0.6.2 <2.0.0"
  10632. },
  10633. "bin": {
  10634. "sass": "sass.js"
  10635. },
  10636. "engines": {
  10637. "node": ">=14.0.0"
  10638. },
  10639. "optionalDependencies": {
  10640. "@parcel/watcher": "^2.4.1"
  10641. }
  10642. },
  10643. "node_modules/scheduler": {
  10644. "version": "0.26.0",
  10645. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.26.0.tgz",
  10646. "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
  10647. "license": "MIT"
  10648. },
  10649. "node_modules/scroll-into-view-if-needed": {
  10650. "version": "3.1.0",
  10651. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  10652. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  10653. "license": "MIT",
  10654. "dependencies": {
  10655. "compute-scroll-into-view": "^3.0.2"
  10656. }
  10657. },
  10658. "node_modules/semver": {
  10659. "version": "7.7.2",
  10660. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  10661. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  10662. "devOptional": true,
  10663. "license": "ISC",
  10664. "bin": {
  10665. "semver": "bin/semver.js"
  10666. },
  10667. "engines": {
  10668. "node": ">=10"
  10669. }
  10670. },
  10671. "node_modules/set-function-length": {
  10672. "version": "1.2.2",
  10673. "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
  10674. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  10675. "dev": true,
  10676. "license": "MIT",
  10677. "dependencies": {
  10678. "define-data-property": "^1.1.4",
  10679. "es-errors": "^1.3.0",
  10680. "function-bind": "^1.1.2",
  10681. "get-intrinsic": "^1.2.4",
  10682. "gopd": "^1.0.1",
  10683. "has-property-descriptors": "^1.0.2"
  10684. },
  10685. "engines": {
  10686. "node": ">= 0.4"
  10687. }
  10688. },
  10689. "node_modules/set-function-name": {
  10690. "version": "2.0.2",
  10691. "resolved": "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.2.tgz",
  10692. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  10693. "dev": true,
  10694. "license": "MIT",
  10695. "dependencies": {
  10696. "define-data-property": "^1.1.4",
  10697. "es-errors": "^1.3.0",
  10698. "functions-have-names": "^1.2.3",
  10699. "has-property-descriptors": "^1.0.2"
  10700. },
  10701. "engines": {
  10702. "node": ">= 0.4"
  10703. }
  10704. },
  10705. "node_modules/set-proto": {
  10706. "version": "1.0.0",
  10707. "resolved": "https://registry.npmmirror.com/set-proto/-/set-proto-1.0.0.tgz",
  10708. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  10709. "dev": true,
  10710. "license": "MIT",
  10711. "dependencies": {
  10712. "dunder-proto": "^1.0.1",
  10713. "es-errors": "^1.3.0",
  10714. "es-object-atoms": "^1.0.0"
  10715. },
  10716. "engines": {
  10717. "node": ">= 0.4"
  10718. }
  10719. },
  10720. "node_modules/shallowequal": {
  10721. "version": "1.1.0",
  10722. "resolved": "https://registry.npmmirror.com/shallowequal/-/shallowequal-1.1.0.tgz",
  10723. "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==",
  10724. "license": "MIT"
  10725. },
  10726. "node_modules/sharp": {
  10727. "version": "0.34.3",
  10728. "resolved": "https://registry.npmmirror.com/sharp/-/sharp-0.34.3.tgz",
  10729. "integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==",
  10730. "hasInstallScript": true,
  10731. "license": "Apache-2.0",
  10732. "optional": true,
  10733. "dependencies": {
  10734. "color": "^4.2.3",
  10735. "detect-libc": "^2.0.4",
  10736. "semver": "^7.7.2"
  10737. },
  10738. "engines": {
  10739. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  10740. },
  10741. "funding": {
  10742. "url": "https://opencollective.com/libvips"
  10743. },
  10744. "optionalDependencies": {
  10745. "@img/sharp-darwin-arm64": "0.34.3",
  10746. "@img/sharp-darwin-x64": "0.34.3",
  10747. "@img/sharp-libvips-darwin-arm64": "1.2.0",
  10748. "@img/sharp-libvips-darwin-x64": "1.2.0",
  10749. "@img/sharp-libvips-linux-arm": "1.2.0",
  10750. "@img/sharp-libvips-linux-arm64": "1.2.0",
  10751. "@img/sharp-libvips-linux-ppc64": "1.2.0",
  10752. "@img/sharp-libvips-linux-s390x": "1.2.0",
  10753. "@img/sharp-libvips-linux-x64": "1.2.0",
  10754. "@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
  10755. "@img/sharp-libvips-linuxmusl-x64": "1.2.0",
  10756. "@img/sharp-linux-arm": "0.34.3",
  10757. "@img/sharp-linux-arm64": "0.34.3",
  10758. "@img/sharp-linux-ppc64": "0.34.3",
  10759. "@img/sharp-linux-s390x": "0.34.3",
  10760. "@img/sharp-linux-x64": "0.34.3",
  10761. "@img/sharp-linuxmusl-arm64": "0.34.3",
  10762. "@img/sharp-linuxmusl-x64": "0.34.3",
  10763. "@img/sharp-wasm32": "0.34.3",
  10764. "@img/sharp-win32-arm64": "0.34.3",
  10765. "@img/sharp-win32-ia32": "0.34.3",
  10766. "@img/sharp-win32-x64": "0.34.3"
  10767. }
  10768. },
  10769. "node_modules/shebang-command": {
  10770. "version": "2.0.0",
  10771. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  10772. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  10773. "dev": true,
  10774. "license": "MIT",
  10775. "dependencies": {
  10776. "shebang-regex": "^3.0.0"
  10777. },
  10778. "engines": {
  10779. "node": ">=8"
  10780. }
  10781. },
  10782. "node_modules/shebang-regex": {
  10783. "version": "3.0.0",
  10784. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  10785. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  10786. "dev": true,
  10787. "license": "MIT",
  10788. "engines": {
  10789. "node": ">=8"
  10790. }
  10791. },
  10792. "node_modules/side-channel": {
  10793. "version": "1.1.0",
  10794. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  10795. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  10796. "dev": true,
  10797. "license": "MIT",
  10798. "dependencies": {
  10799. "es-errors": "^1.3.0",
  10800. "object-inspect": "^1.13.3",
  10801. "side-channel-list": "^1.0.0",
  10802. "side-channel-map": "^1.0.1",
  10803. "side-channel-weakmap": "^1.0.2"
  10804. },
  10805. "engines": {
  10806. "node": ">= 0.4"
  10807. },
  10808. "funding": {
  10809. "url": "https://github.com/sponsors/ljharb"
  10810. }
  10811. },
  10812. "node_modules/side-channel-list": {
  10813. "version": "1.0.0",
  10814. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  10815. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  10816. "dev": true,
  10817. "license": "MIT",
  10818. "dependencies": {
  10819. "es-errors": "^1.3.0",
  10820. "object-inspect": "^1.13.3"
  10821. },
  10822. "engines": {
  10823. "node": ">= 0.4"
  10824. },
  10825. "funding": {
  10826. "url": "https://github.com/sponsors/ljharb"
  10827. }
  10828. },
  10829. "node_modules/side-channel-map": {
  10830. "version": "1.0.1",
  10831. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  10832. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  10833. "dev": true,
  10834. "license": "MIT",
  10835. "dependencies": {
  10836. "call-bound": "^1.0.2",
  10837. "es-errors": "^1.3.0",
  10838. "get-intrinsic": "^1.2.5",
  10839. "object-inspect": "^1.13.3"
  10840. },
  10841. "engines": {
  10842. "node": ">= 0.4"
  10843. },
  10844. "funding": {
  10845. "url": "https://github.com/sponsors/ljharb"
  10846. }
  10847. },
  10848. "node_modules/side-channel-weakmap": {
  10849. "version": "1.0.2",
  10850. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  10851. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  10852. "dev": true,
  10853. "license": "MIT",
  10854. "dependencies": {
  10855. "call-bound": "^1.0.2",
  10856. "es-errors": "^1.3.0",
  10857. "get-intrinsic": "^1.2.5",
  10858. "object-inspect": "^1.13.3",
  10859. "side-channel-map": "^1.0.1"
  10860. },
  10861. "engines": {
  10862. "node": ">= 0.4"
  10863. },
  10864. "funding": {
  10865. "url": "https://github.com/sponsors/ljharb"
  10866. }
  10867. },
  10868. "node_modules/simple-swizzle": {
  10869. "version": "0.2.2",
  10870. "resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  10871. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  10872. "license": "MIT",
  10873. "dependencies": {
  10874. "is-arrayish": "^0.3.1"
  10875. }
  10876. },
  10877. "node_modules/size-sensor": {
  10878. "version": "1.0.2",
  10879. "resolved": "https://registry.npmmirror.com/size-sensor/-/size-sensor-1.0.2.tgz",
  10880. "integrity": "sha512-2NCmWxY7A9pYKGXNBfteo4hy14gWu47rg5692peVMst6lQLPKrVjhY+UTEsPI5ceFRJSl3gVgMYaUi/hKuaiKw==",
  10881. "license": "ISC"
  10882. },
  10883. "node_modules/source-map": {
  10884. "version": "0.5.7",
  10885. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
  10886. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  10887. "license": "BSD-3-Clause",
  10888. "engines": {
  10889. "node": ">=0.10.0"
  10890. }
  10891. },
  10892. "node_modules/source-map-js": {
  10893. "version": "1.2.1",
  10894. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  10895. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  10896. "license": "BSD-3-Clause",
  10897. "engines": {
  10898. "node": ">=0.10.0"
  10899. }
  10900. },
  10901. "node_modules/space-separated-tokens": {
  10902. "version": "2.0.2",
  10903. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  10904. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  10905. "license": "MIT",
  10906. "funding": {
  10907. "type": "github",
  10908. "url": "https://github.com/sponsors/wooorm"
  10909. }
  10910. },
  10911. "node_modules/stable-hash": {
  10912. "version": "0.0.5",
  10913. "resolved": "https://registry.npmmirror.com/stable-hash/-/stable-hash-0.0.5.tgz",
  10914. "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  10915. "dev": true,
  10916. "license": "MIT"
  10917. },
  10918. "node_modules/stop-iteration-iterator": {
  10919. "version": "1.1.0",
  10920. "resolved": "https://registry.npmmirror.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  10921. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  10922. "dev": true,
  10923. "license": "MIT",
  10924. "dependencies": {
  10925. "es-errors": "^1.3.0",
  10926. "internal-slot": "^1.1.0"
  10927. },
  10928. "engines": {
  10929. "node": ">= 0.4"
  10930. }
  10931. },
  10932. "node_modules/string-convert": {
  10933. "version": "0.2.1",
  10934. "resolved": "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz",
  10935. "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
  10936. "license": "MIT"
  10937. },
  10938. "node_modules/string.prototype.includes": {
  10939. "version": "2.0.1",
  10940. "resolved": "https://registry.npmmirror.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  10941. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  10942. "dev": true,
  10943. "license": "MIT",
  10944. "dependencies": {
  10945. "call-bind": "^1.0.7",
  10946. "define-properties": "^1.2.1",
  10947. "es-abstract": "^1.23.3"
  10948. },
  10949. "engines": {
  10950. "node": ">= 0.4"
  10951. }
  10952. },
  10953. "node_modules/string.prototype.matchall": {
  10954. "version": "4.0.12",
  10955. "resolved": "https://registry.npmmirror.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  10956. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  10957. "dev": true,
  10958. "license": "MIT",
  10959. "dependencies": {
  10960. "call-bind": "^1.0.8",
  10961. "call-bound": "^1.0.3",
  10962. "define-properties": "^1.2.1",
  10963. "es-abstract": "^1.23.6",
  10964. "es-errors": "^1.3.0",
  10965. "es-object-atoms": "^1.0.0",
  10966. "get-intrinsic": "^1.2.6",
  10967. "gopd": "^1.2.0",
  10968. "has-symbols": "^1.1.0",
  10969. "internal-slot": "^1.1.0",
  10970. "regexp.prototype.flags": "^1.5.3",
  10971. "set-function-name": "^2.0.2",
  10972. "side-channel": "^1.1.0"
  10973. },
  10974. "engines": {
  10975. "node": ">= 0.4"
  10976. },
  10977. "funding": {
  10978. "url": "https://github.com/sponsors/ljharb"
  10979. }
  10980. },
  10981. "node_modules/string.prototype.repeat": {
  10982. "version": "1.0.0",
  10983. "resolved": "https://registry.npmmirror.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  10984. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  10985. "dev": true,
  10986. "license": "MIT",
  10987. "dependencies": {
  10988. "define-properties": "^1.1.3",
  10989. "es-abstract": "^1.17.5"
  10990. }
  10991. },
  10992. "node_modules/string.prototype.trim": {
  10993. "version": "1.2.10",
  10994. "resolved": "https://registry.npmmirror.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  10995. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  10996. "dev": true,
  10997. "license": "MIT",
  10998. "dependencies": {
  10999. "call-bind": "^1.0.8",
  11000. "call-bound": "^1.0.2",
  11001. "define-data-property": "^1.1.4",
  11002. "define-properties": "^1.2.1",
  11003. "es-abstract": "^1.23.5",
  11004. "es-object-atoms": "^1.0.0",
  11005. "has-property-descriptors": "^1.0.2"
  11006. },
  11007. "engines": {
  11008. "node": ">= 0.4"
  11009. },
  11010. "funding": {
  11011. "url": "https://github.com/sponsors/ljharb"
  11012. }
  11013. },
  11014. "node_modules/string.prototype.trimend": {
  11015. "version": "1.0.9",
  11016. "resolved": "https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  11017. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  11018. "dev": true,
  11019. "license": "MIT",
  11020. "dependencies": {
  11021. "call-bind": "^1.0.8",
  11022. "call-bound": "^1.0.2",
  11023. "define-properties": "^1.2.1",
  11024. "es-object-atoms": "^1.0.0"
  11025. },
  11026. "engines": {
  11027. "node": ">= 0.4"
  11028. },
  11029. "funding": {
  11030. "url": "https://github.com/sponsors/ljharb"
  11031. }
  11032. },
  11033. "node_modules/string.prototype.trimstart": {
  11034. "version": "1.0.8",
  11035. "resolved": "https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  11036. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  11037. "dev": true,
  11038. "license": "MIT",
  11039. "dependencies": {
  11040. "call-bind": "^1.0.7",
  11041. "define-properties": "^1.2.1",
  11042. "es-object-atoms": "^1.0.0"
  11043. },
  11044. "engines": {
  11045. "node": ">= 0.4"
  11046. },
  11047. "funding": {
  11048. "url": "https://github.com/sponsors/ljharb"
  11049. }
  11050. },
  11051. "node_modules/stringify-entities": {
  11052. "version": "4.0.4",
  11053. "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
  11054. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  11055. "license": "MIT",
  11056. "dependencies": {
  11057. "character-entities-html4": "^2.0.0",
  11058. "character-entities-legacy": "^3.0.0"
  11059. },
  11060. "funding": {
  11061. "type": "github",
  11062. "url": "https://github.com/sponsors/wooorm"
  11063. }
  11064. },
  11065. "node_modules/strip-bom": {
  11066. "version": "3.0.0",
  11067. "resolved": "https://registry.npmmirror.com/strip-bom/-/strip-bom-3.0.0.tgz",
  11068. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  11069. "dev": true,
  11070. "license": "MIT",
  11071. "engines": {
  11072. "node": ">=4"
  11073. }
  11074. },
  11075. "node_modules/strip-json-comments": {
  11076. "version": "3.1.1",
  11077. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  11078. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  11079. "dev": true,
  11080. "license": "MIT",
  11081. "engines": {
  11082. "node": ">=8"
  11083. },
  11084. "funding": {
  11085. "url": "https://github.com/sponsors/sindresorhus"
  11086. }
  11087. },
  11088. "node_modules/style-to-js": {
  11089. "version": "1.1.17",
  11090. "resolved": "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.17.tgz",
  11091. "integrity": "sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==",
  11092. "license": "MIT",
  11093. "dependencies": {
  11094. "style-to-object": "1.0.9"
  11095. }
  11096. },
  11097. "node_modules/style-to-object": {
  11098. "version": "1.0.9",
  11099. "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-1.0.9.tgz",
  11100. "integrity": "sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==",
  11101. "license": "MIT",
  11102. "dependencies": {
  11103. "inline-style-parser": "0.2.4"
  11104. }
  11105. },
  11106. "node_modules/styled-jsx": {
  11107. "version": "5.1.6",
  11108. "resolved": "https://registry.npmmirror.com/styled-jsx/-/styled-jsx-5.1.6.tgz",
  11109. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  11110. "license": "MIT",
  11111. "dependencies": {
  11112. "client-only": "0.0.1"
  11113. },
  11114. "engines": {
  11115. "node": ">= 12.0.0"
  11116. },
  11117. "peerDependencies": {
  11118. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  11119. },
  11120. "peerDependenciesMeta": {
  11121. "@babel/core": {
  11122. "optional": true
  11123. },
  11124. "babel-plugin-macros": {
  11125. "optional": true
  11126. }
  11127. }
  11128. },
  11129. "node_modules/stylis": {
  11130. "version": "4.3.6",
  11131. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  11132. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  11133. "license": "MIT"
  11134. },
  11135. "node_modules/supports-color": {
  11136. "version": "7.2.0",
  11137. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  11138. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  11139. "dev": true,
  11140. "license": "MIT",
  11141. "dependencies": {
  11142. "has-flag": "^4.0.0"
  11143. },
  11144. "engines": {
  11145. "node": ">=8"
  11146. }
  11147. },
  11148. "node_modules/supports-preserve-symlinks-flag": {
  11149. "version": "1.0.0",
  11150. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  11151. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  11152. "license": "MIT",
  11153. "engines": {
  11154. "node": ">= 0.4"
  11155. },
  11156. "funding": {
  11157. "url": "https://github.com/sponsors/ljharb"
  11158. }
  11159. },
  11160. "node_modules/svg-path-parser": {
  11161. "version": "1.1.0",
  11162. "resolved": "https://registry.npmmirror.com/svg-path-parser/-/svg-path-parser-1.1.0.tgz",
  11163. "integrity": "sha512-jGCUqcQyXpfe38R7RFfhrMyfXcBmpMNJI/B+4CE9/Unkh98UporAc461GTthv+TVDuZXsBx7/WiwJb1Oh4tt4A==",
  11164. "license": "MIT"
  11165. },
  11166. "node_modules/swr": {
  11167. "version": "2.3.4",
  11168. "resolved": "https://registry.npmmirror.com/swr/-/swr-2.3.4.tgz",
  11169. "integrity": "sha512-bYd2lrhc+VarcpkgWclcUi92wYCpOgMws9Sd1hG1ntAu0NEy+14CbotuFjshBU2kt9rYj9TSmDcybpxpeTU1fg==",
  11170. "license": "MIT",
  11171. "dependencies": {
  11172. "dequal": "^2.0.3",
  11173. "use-sync-external-store": "^1.4.0"
  11174. },
  11175. "peerDependencies": {
  11176. "react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  11177. }
  11178. },
  11179. "node_modules/tailwind-merge": {
  11180. "version": "3.3.1",
  11181. "resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-3.3.1.tgz",
  11182. "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==",
  11183. "license": "MIT",
  11184. "funding": {
  11185. "type": "github",
  11186. "url": "https://github.com/sponsors/dcastil"
  11187. }
  11188. },
  11189. "node_modules/tailwindcss": {
  11190. "version": "4.1.11",
  11191. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.11.tgz",
  11192. "integrity": "sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==",
  11193. "dev": true,
  11194. "license": "MIT"
  11195. },
  11196. "node_modules/tapable": {
  11197. "version": "2.2.2",
  11198. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.2.tgz",
  11199. "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
  11200. "dev": true,
  11201. "license": "MIT",
  11202. "engines": {
  11203. "node": ">=6"
  11204. }
  11205. },
  11206. "node_modules/tar": {
  11207. "version": "7.4.3",
  11208. "resolved": "https://registry.npmmirror.com/tar/-/tar-7.4.3.tgz",
  11209. "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
  11210. "dev": true,
  11211. "license": "ISC",
  11212. "dependencies": {
  11213. "@isaacs/fs-minipass": "^4.0.0",
  11214. "chownr": "^3.0.0",
  11215. "minipass": "^7.1.2",
  11216. "minizlib": "^3.0.1",
  11217. "mkdirp": "^3.0.1",
  11218. "yallist": "^5.0.0"
  11219. },
  11220. "engines": {
  11221. "node": ">=18"
  11222. }
  11223. },
  11224. "node_modules/three": {
  11225. "version": "0.179.1",
  11226. "resolved": "https://registry.npmjs.org/three/-/three-0.179.1.tgz",
  11227. "integrity": "sha512-5y/elSIQbrvKOISxpwXCR4sQqHtGiOI+MKLc3SsBdDXA2hz3Mdp3X59aUp8DyybMa34aeBwbFTpdoLJaUDEWSw==",
  11228. "license": "MIT"
  11229. },
  11230. "node_modules/throttle-debounce": {
  11231. "version": "5.0.2",
  11232. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  11233. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  11234. "license": "MIT",
  11235. "engines": {
  11236. "node": ">=12.22"
  11237. }
  11238. },
  11239. "node_modules/tinycolor2": {
  11240. "version": "1.6.0",
  11241. "resolved": "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz",
  11242. "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
  11243. "license": "MIT"
  11244. },
  11245. "node_modules/tinyglobby": {
  11246. "version": "0.2.14",
  11247. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  11248. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  11249. "dev": true,
  11250. "license": "MIT",
  11251. "dependencies": {
  11252. "fdir": "^6.4.4",
  11253. "picomatch": "^4.0.2"
  11254. },
  11255. "engines": {
  11256. "node": ">=12.0.0"
  11257. },
  11258. "funding": {
  11259. "url": "https://github.com/sponsors/SuperchupuDev"
  11260. }
  11261. },
  11262. "node_modules/tinyglobby/node_modules/fdir": {
  11263. "version": "6.4.6",
  11264. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  11265. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  11266. "dev": true,
  11267. "license": "MIT",
  11268. "peerDependencies": {
  11269. "picomatch": "^3 || ^4"
  11270. },
  11271. "peerDependenciesMeta": {
  11272. "picomatch": {
  11273. "optional": true
  11274. }
  11275. }
  11276. },
  11277. "node_modules/tinyglobby/node_modules/picomatch": {
  11278. "version": "4.0.3",
  11279. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
  11280. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  11281. "dev": true,
  11282. "license": "MIT",
  11283. "engines": {
  11284. "node": ">=12"
  11285. },
  11286. "funding": {
  11287. "url": "https://github.com/sponsors/jonschlinkert"
  11288. }
  11289. },
  11290. "node_modules/to-regex-range": {
  11291. "version": "5.0.1",
  11292. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  11293. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  11294. "devOptional": true,
  11295. "license": "MIT",
  11296. "dependencies": {
  11297. "is-number": "^7.0.0"
  11298. },
  11299. "engines": {
  11300. "node": ">=8.0"
  11301. }
  11302. },
  11303. "node_modules/toggle-selection": {
  11304. "version": "1.0.6",
  11305. "resolved": "https://registry.npmmirror.com/toggle-selection/-/toggle-selection-1.0.6.tgz",
  11306. "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
  11307. "license": "MIT"
  11308. },
  11309. "node_modules/trim-lines": {
  11310. "version": "3.0.1",
  11311. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  11312. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  11313. "license": "MIT",
  11314. "funding": {
  11315. "type": "github",
  11316. "url": "https://github.com/sponsors/wooorm"
  11317. }
  11318. },
  11319. "node_modules/trough": {
  11320. "version": "2.2.0",
  11321. "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
  11322. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  11323. "license": "MIT",
  11324. "funding": {
  11325. "type": "github",
  11326. "url": "https://github.com/sponsors/wooorm"
  11327. }
  11328. },
  11329. "node_modules/ts-api-utils": {
  11330. "version": "2.1.0",
  11331. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
  11332. "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
  11333. "dev": true,
  11334. "license": "MIT",
  11335. "engines": {
  11336. "node": ">=18.12"
  11337. },
  11338. "peerDependencies": {
  11339. "typescript": ">=4.8.4"
  11340. }
  11341. },
  11342. "node_modules/tsconfig-paths": {
  11343. "version": "3.15.0",
  11344. "resolved": "https://registry.npmmirror.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  11345. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  11346. "dev": true,
  11347. "license": "MIT",
  11348. "dependencies": {
  11349. "@types/json5": "^0.0.29",
  11350. "json5": "^1.0.2",
  11351. "minimist": "^1.2.6",
  11352. "strip-bom": "^3.0.0"
  11353. }
  11354. },
  11355. "node_modules/tslib": {
  11356. "version": "2.8.1",
  11357. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  11358. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  11359. "license": "0BSD"
  11360. },
  11361. "node_modules/tw-animate-css": {
  11362. "version": "1.3.6",
  11363. "resolved": "https://registry.npmmirror.com/tw-animate-css/-/tw-animate-css-1.3.6.tgz",
  11364. "integrity": "sha512-9dy0R9UsYEGmgf26L8UcHiLmSFTHa9+D7+dAt/G/sF5dCnPePZbfgDYinc7/UzAM7g/baVrmS6m9yEpU46d+LA==",
  11365. "dev": true,
  11366. "license": "MIT",
  11367. "funding": {
  11368. "url": "https://github.com/sponsors/Wombosvideo"
  11369. }
  11370. },
  11371. "node_modules/type-check": {
  11372. "version": "0.4.0",
  11373. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  11374. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  11375. "dev": true,
  11376. "license": "MIT",
  11377. "dependencies": {
  11378. "prelude-ls": "^1.2.1"
  11379. },
  11380. "engines": {
  11381. "node": ">= 0.8.0"
  11382. }
  11383. },
  11384. "node_modules/typed-array-buffer": {
  11385. "version": "1.0.3",
  11386. "resolved": "https://registry.npmmirror.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  11387. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  11388. "dev": true,
  11389. "license": "MIT",
  11390. "dependencies": {
  11391. "call-bound": "^1.0.3",
  11392. "es-errors": "^1.3.0",
  11393. "is-typed-array": "^1.1.14"
  11394. },
  11395. "engines": {
  11396. "node": ">= 0.4"
  11397. }
  11398. },
  11399. "node_modules/typed-array-byte-length": {
  11400. "version": "1.0.3",
  11401. "resolved": "https://registry.npmmirror.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  11402. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  11403. "dev": true,
  11404. "license": "MIT",
  11405. "dependencies": {
  11406. "call-bind": "^1.0.8",
  11407. "for-each": "^0.3.3",
  11408. "gopd": "^1.2.0",
  11409. "has-proto": "^1.2.0",
  11410. "is-typed-array": "^1.1.14"
  11411. },
  11412. "engines": {
  11413. "node": ">= 0.4"
  11414. },
  11415. "funding": {
  11416. "url": "https://github.com/sponsors/ljharb"
  11417. }
  11418. },
  11419. "node_modules/typed-array-byte-offset": {
  11420. "version": "1.0.4",
  11421. "resolved": "https://registry.npmmirror.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  11422. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  11423. "dev": true,
  11424. "license": "MIT",
  11425. "dependencies": {
  11426. "available-typed-arrays": "^1.0.7",
  11427. "call-bind": "^1.0.8",
  11428. "for-each": "^0.3.3",
  11429. "gopd": "^1.2.0",
  11430. "has-proto": "^1.2.0",
  11431. "is-typed-array": "^1.1.15",
  11432. "reflect.getprototypeof": "^1.0.9"
  11433. },
  11434. "engines": {
  11435. "node": ">= 0.4"
  11436. },
  11437. "funding": {
  11438. "url": "https://github.com/sponsors/ljharb"
  11439. }
  11440. },
  11441. "node_modules/typed-array-length": {
  11442. "version": "1.0.7",
  11443. "resolved": "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.7.tgz",
  11444. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  11445. "dev": true,
  11446. "license": "MIT",
  11447. "dependencies": {
  11448. "call-bind": "^1.0.7",
  11449. "for-each": "^0.3.3",
  11450. "gopd": "^1.0.1",
  11451. "is-typed-array": "^1.1.13",
  11452. "possible-typed-array-names": "^1.0.0",
  11453. "reflect.getprototypeof": "^1.0.6"
  11454. },
  11455. "engines": {
  11456. "node": ">= 0.4"
  11457. },
  11458. "funding": {
  11459. "url": "https://github.com/sponsors/ljharb"
  11460. }
  11461. },
  11462. "node_modules/typescript": {
  11463. "version": "5.9.2",
  11464. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.2.tgz",
  11465. "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
  11466. "dev": true,
  11467. "license": "Apache-2.0",
  11468. "bin": {
  11469. "tsc": "bin/tsc",
  11470. "tsserver": "bin/tsserver"
  11471. },
  11472. "engines": {
  11473. "node": ">=14.17"
  11474. }
  11475. },
  11476. "node_modules/unbox-primitive": {
  11477. "version": "1.1.0",
  11478. "resolved": "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  11479. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  11480. "dev": true,
  11481. "license": "MIT",
  11482. "dependencies": {
  11483. "call-bound": "^1.0.3",
  11484. "has-bigints": "^1.0.2",
  11485. "has-symbols": "^1.1.0",
  11486. "which-boxed-primitive": "^1.1.1"
  11487. },
  11488. "engines": {
  11489. "node": ">= 0.4"
  11490. },
  11491. "funding": {
  11492. "url": "https://github.com/sponsors/ljharb"
  11493. }
  11494. },
  11495. "node_modules/undici-types": {
  11496. "version": "6.21.0",
  11497. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  11498. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  11499. "dev": true,
  11500. "license": "MIT"
  11501. },
  11502. "node_modules/unified": {
  11503. "version": "11.0.5",
  11504. "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
  11505. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  11506. "license": "MIT",
  11507. "dependencies": {
  11508. "@types/unist": "^3.0.0",
  11509. "bail": "^2.0.0",
  11510. "devlop": "^1.0.0",
  11511. "extend": "^3.0.0",
  11512. "is-plain-obj": "^4.0.0",
  11513. "trough": "^2.0.0",
  11514. "vfile": "^6.0.0"
  11515. },
  11516. "funding": {
  11517. "type": "opencollective",
  11518. "url": "https://opencollective.com/unified"
  11519. }
  11520. },
  11521. "node_modules/unist-util-filter": {
  11522. "version": "5.0.1",
  11523. "resolved": "https://registry.npmmirror.com/unist-util-filter/-/unist-util-filter-5.0.1.tgz",
  11524. "integrity": "sha512-pHx7D4Zt6+TsfwylH9+lYhBhzyhEnCXs/lbq/Hstxno5z4gVdyc2WEW0asfjGKPyG4pEKrnBv5hdkO6+aRnQJw==",
  11525. "license": "MIT",
  11526. "dependencies": {
  11527. "@types/unist": "^3.0.0",
  11528. "unist-util-is": "^6.0.0",
  11529. "unist-util-visit-parents": "^6.0.0"
  11530. }
  11531. },
  11532. "node_modules/unist-util-is": {
  11533. "version": "6.0.0",
  11534. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.0.tgz",
  11535. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  11536. "license": "MIT",
  11537. "dependencies": {
  11538. "@types/unist": "^3.0.0"
  11539. },
  11540. "funding": {
  11541. "type": "opencollective",
  11542. "url": "https://opencollective.com/unified"
  11543. }
  11544. },
  11545. "node_modules/unist-util-position": {
  11546. "version": "5.0.0",
  11547. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
  11548. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  11549. "license": "MIT",
  11550. "dependencies": {
  11551. "@types/unist": "^3.0.0"
  11552. },
  11553. "funding": {
  11554. "type": "opencollective",
  11555. "url": "https://opencollective.com/unified"
  11556. }
  11557. },
  11558. "node_modules/unist-util-stringify-position": {
  11559. "version": "4.0.0",
  11560. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  11561. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  11562. "license": "MIT",
  11563. "dependencies": {
  11564. "@types/unist": "^3.0.0"
  11565. },
  11566. "funding": {
  11567. "type": "opencollective",
  11568. "url": "https://opencollective.com/unified"
  11569. }
  11570. },
  11571. "node_modules/unist-util-visit": {
  11572. "version": "5.0.0",
  11573. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  11574. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  11575. "license": "MIT",
  11576. "dependencies": {
  11577. "@types/unist": "^3.0.0",
  11578. "unist-util-is": "^6.0.0",
  11579. "unist-util-visit-parents": "^6.0.0"
  11580. },
  11581. "funding": {
  11582. "type": "opencollective",
  11583. "url": "https://opencollective.com/unified"
  11584. }
  11585. },
  11586. "node_modules/unist-util-visit-parents": {
  11587. "version": "6.0.1",
  11588. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  11589. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  11590. "license": "MIT",
  11591. "dependencies": {
  11592. "@types/unist": "^3.0.0",
  11593. "unist-util-is": "^6.0.0"
  11594. },
  11595. "funding": {
  11596. "type": "opencollective",
  11597. "url": "https://opencollective.com/unified"
  11598. }
  11599. },
  11600. "node_modules/unrs-resolver": {
  11601. "version": "1.11.1",
  11602. "resolved": "https://registry.npmmirror.com/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
  11603. "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
  11604. "dev": true,
  11605. "hasInstallScript": true,
  11606. "license": "MIT",
  11607. "dependencies": {
  11608. "napi-postinstall": "^0.3.0"
  11609. },
  11610. "funding": {
  11611. "url": "https://opencollective.com/unrs-resolver"
  11612. },
  11613. "optionalDependencies": {
  11614. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  11615. "@unrs/resolver-binding-android-arm64": "1.11.1",
  11616. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  11617. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  11618. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  11619. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  11620. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  11621. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  11622. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  11623. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  11624. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  11625. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  11626. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  11627. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  11628. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  11629. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  11630. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  11631. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  11632. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  11633. }
  11634. },
  11635. "node_modules/uri-js": {
  11636. "version": "4.4.1",
  11637. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  11638. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  11639. "dev": true,
  11640. "license": "BSD-2-Clause",
  11641. "dependencies": {
  11642. "punycode": "^2.1.0"
  11643. }
  11644. },
  11645. "node_modules/use-sync-external-store": {
  11646. "version": "1.5.0",
  11647. "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
  11648. "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
  11649. "license": "MIT",
  11650. "peerDependencies": {
  11651. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  11652. }
  11653. },
  11654. "node_modules/vfile": {
  11655. "version": "6.0.3",
  11656. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  11657. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  11658. "license": "MIT",
  11659. "dependencies": {
  11660. "@types/unist": "^3.0.0",
  11661. "vfile-message": "^4.0.0"
  11662. },
  11663. "funding": {
  11664. "type": "opencollective",
  11665. "url": "https://opencollective.com/unified"
  11666. }
  11667. },
  11668. "node_modules/vfile-location": {
  11669. "version": "5.0.3",
  11670. "resolved": "https://registry.npmmirror.com/vfile-location/-/vfile-location-5.0.3.tgz",
  11671. "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
  11672. "license": "MIT",
  11673. "dependencies": {
  11674. "@types/unist": "^3.0.0",
  11675. "vfile": "^6.0.0"
  11676. },
  11677. "funding": {
  11678. "type": "opencollective",
  11679. "url": "https://opencollective.com/unified"
  11680. }
  11681. },
  11682. "node_modules/vfile-message": {
  11683. "version": "4.0.3",
  11684. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
  11685. "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
  11686. "license": "MIT",
  11687. "dependencies": {
  11688. "@types/unist": "^3.0.0",
  11689. "unist-util-stringify-position": "^4.0.0"
  11690. },
  11691. "funding": {
  11692. "type": "opencollective",
  11693. "url": "https://opencollective.com/unified"
  11694. }
  11695. },
  11696. "node_modules/warning": {
  11697. "version": "4.0.3",
  11698. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  11699. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  11700. "license": "MIT",
  11701. "dependencies": {
  11702. "loose-envify": "^1.0.0"
  11703. }
  11704. },
  11705. "node_modules/web-namespaces": {
  11706. "version": "2.0.1",
  11707. "resolved": "https://registry.npmmirror.com/web-namespaces/-/web-namespaces-2.0.1.tgz",
  11708. "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
  11709. "license": "MIT",
  11710. "funding": {
  11711. "type": "github",
  11712. "url": "https://github.com/sponsors/wooorm"
  11713. }
  11714. },
  11715. "node_modules/which": {
  11716. "version": "2.0.2",
  11717. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  11718. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  11719. "dev": true,
  11720. "license": "ISC",
  11721. "dependencies": {
  11722. "isexe": "^2.0.0"
  11723. },
  11724. "bin": {
  11725. "node-which": "bin/node-which"
  11726. },
  11727. "engines": {
  11728. "node": ">= 8"
  11729. }
  11730. },
  11731. "node_modules/which-boxed-primitive": {
  11732. "version": "1.1.1",
  11733. "resolved": "https://registry.npmmirror.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  11734. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  11735. "dev": true,
  11736. "license": "MIT",
  11737. "dependencies": {
  11738. "is-bigint": "^1.1.0",
  11739. "is-boolean-object": "^1.2.1",
  11740. "is-number-object": "^1.1.1",
  11741. "is-string": "^1.1.1",
  11742. "is-symbol": "^1.1.1"
  11743. },
  11744. "engines": {
  11745. "node": ">= 0.4"
  11746. },
  11747. "funding": {
  11748. "url": "https://github.com/sponsors/ljharb"
  11749. }
  11750. },
  11751. "node_modules/which-builtin-type": {
  11752. "version": "1.2.1",
  11753. "resolved": "https://registry.npmmirror.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  11754. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  11755. "dev": true,
  11756. "license": "MIT",
  11757. "dependencies": {
  11758. "call-bound": "^1.0.2",
  11759. "function.prototype.name": "^1.1.6",
  11760. "has-tostringtag": "^1.0.2",
  11761. "is-async-function": "^2.0.0",
  11762. "is-date-object": "^1.1.0",
  11763. "is-finalizationregistry": "^1.1.0",
  11764. "is-generator-function": "^1.0.10",
  11765. "is-regex": "^1.2.1",
  11766. "is-weakref": "^1.0.2",
  11767. "isarray": "^2.0.5",
  11768. "which-boxed-primitive": "^1.1.0",
  11769. "which-collection": "^1.0.2",
  11770. "which-typed-array": "^1.1.16"
  11771. },
  11772. "engines": {
  11773. "node": ">= 0.4"
  11774. },
  11775. "funding": {
  11776. "url": "https://github.com/sponsors/ljharb"
  11777. }
  11778. },
  11779. "node_modules/which-collection": {
  11780. "version": "1.0.2",
  11781. "resolved": "https://registry.npmmirror.com/which-collection/-/which-collection-1.0.2.tgz",
  11782. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  11783. "dev": true,
  11784. "license": "MIT",
  11785. "dependencies": {
  11786. "is-map": "^2.0.3",
  11787. "is-set": "^2.0.3",
  11788. "is-weakmap": "^2.0.2",
  11789. "is-weakset": "^2.0.3"
  11790. },
  11791. "engines": {
  11792. "node": ">= 0.4"
  11793. },
  11794. "funding": {
  11795. "url": "https://github.com/sponsors/ljharb"
  11796. }
  11797. },
  11798. "node_modules/which-typed-array": {
  11799. "version": "1.1.19",
  11800. "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.19.tgz",
  11801. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  11802. "dev": true,
  11803. "license": "MIT",
  11804. "dependencies": {
  11805. "available-typed-arrays": "^1.0.7",
  11806. "call-bind": "^1.0.8",
  11807. "call-bound": "^1.0.4",
  11808. "for-each": "^0.3.5",
  11809. "get-proto": "^1.0.1",
  11810. "gopd": "^1.2.0",
  11811. "has-tostringtag": "^1.0.2"
  11812. },
  11813. "engines": {
  11814. "node": ">= 0.4"
  11815. },
  11816. "funding": {
  11817. "url": "https://github.com/sponsors/ljharb"
  11818. }
  11819. },
  11820. "node_modules/word-wrap": {
  11821. "version": "1.2.5",
  11822. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  11823. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  11824. "dev": true,
  11825. "license": "MIT",
  11826. "engines": {
  11827. "node": ">=0.10.0"
  11828. }
  11829. },
  11830. "node_modules/yallist": {
  11831. "version": "5.0.0",
  11832. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz",
  11833. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  11834. "dev": true,
  11835. "license": "BlueOak-1.0.0",
  11836. "engines": {
  11837. "node": ">=18"
  11838. }
  11839. },
  11840. "node_modules/yaml": {
  11841. "version": "1.10.2",
  11842. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz",
  11843. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  11844. "license": "ISC",
  11845. "engines": {
  11846. "node": ">= 6"
  11847. }
  11848. },
  11849. "node_modules/yocto-queue": {
  11850. "version": "0.1.0",
  11851. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  11852. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  11853. "dev": true,
  11854. "license": "MIT",
  11855. "engines": {
  11856. "node": ">=10"
  11857. },
  11858. "funding": {
  11859. "url": "https://github.com/sponsors/sindresorhus"
  11860. }
  11861. },
  11862. "node_modules/zrender": {
  11863. "version": "5.6.1",
  11864. "resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.1.tgz",
  11865. "integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==",
  11866. "license": "BSD-3-Clause",
  11867. "dependencies": {
  11868. "tslib": "2.3.0"
  11869. }
  11870. },
  11871. "node_modules/zrender/node_modules/tslib": {
  11872. "version": "2.3.0",
  11873. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
  11874. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  11875. "license": "0BSD"
  11876. },
  11877. "node_modules/zwitch": {
  11878. "version": "2.0.4",
  11879. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  11880. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  11881. "license": "MIT",
  11882. "funding": {
  11883. "type": "github",
  11884. "url": "https://github.com/sponsors/wooorm"
  11885. }
  11886. }
  11887. }
  11888. }