package-lock.json 251 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olivetin-webui",
  9. "version": "1.0.0",
  10. "license": "AGPL-3.0-only",
  11. "dependencies": {
  12. "@xterm/addon-fit": "^0.11.0",
  13. "@xterm/xterm": "^6.0.0"
  14. },
  15. "devDependencies": {
  16. "parcel": "^2.16.4",
  17. "parcel-resolver-ignore": "^2.2.1",
  18. "process": "^0.11.10",
  19. "standard": "^17.1.2",
  20. "stylelint": "^17.4.0",
  21. "stylelint-config-standard": "^40.0.0"
  22. }
  23. },
  24. "node_modules/@babel/code-frame": {
  25. "version": "7.29.0",
  26. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  27. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  28. "dev": true,
  29. "license": "MIT",
  30. "dependencies": {
  31. "@babel/helper-validator-identifier": "^7.28.5",
  32. "js-tokens": "^4.0.0",
  33. "picocolors": "^1.1.1"
  34. },
  35. "engines": {
  36. "node": ">=6.9.0"
  37. }
  38. },
  39. "node_modules/@babel/helper-validator-identifier": {
  40. "version": "7.28.5",
  41. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  42. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  43. "dev": true,
  44. "license": "MIT",
  45. "engines": {
  46. "node": ">=6.9.0"
  47. }
  48. },
  49. "node_modules/@cacheable/memory": {
  50. "version": "2.0.7",
  51. "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.7.tgz",
  52. "integrity": "sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==",
  53. "dev": true,
  54. "license": "MIT",
  55. "dependencies": {
  56. "@cacheable/utils": "^2.3.3",
  57. "@keyv/bigmap": "^1.3.0",
  58. "hookified": "^1.14.0",
  59. "keyv": "^5.5.5"
  60. }
  61. },
  62. "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
  63. "version": "1.3.1",
  64. "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.1.tgz",
  65. "integrity": "sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==",
  66. "dev": true,
  67. "license": "MIT",
  68. "dependencies": {
  69. "hashery": "^1.4.0",
  70. "hookified": "^1.15.0"
  71. },
  72. "engines": {
  73. "node": ">= 18"
  74. },
  75. "peerDependencies": {
  76. "keyv": "^5.6.0"
  77. }
  78. },
  79. "node_modules/@cacheable/memory/node_modules/keyv": {
  80. "version": "5.6.0",
  81. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  82. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  83. "dev": true,
  84. "license": "MIT",
  85. "dependencies": {
  86. "@keyv/serialize": "^1.1.1"
  87. }
  88. },
  89. "node_modules/@cacheable/utils": {
  90. "version": "2.3.4",
  91. "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.4.tgz",
  92. "integrity": "sha512-knwKUJEYgIfwShABS1BX6JyJJTglAFcEU7EXqzTdiGCXur4voqkiJkdgZIQtWNFhynzDWERcTYv/sETMu3uJWA==",
  93. "dev": true,
  94. "license": "MIT",
  95. "dependencies": {
  96. "hashery": "^1.3.0",
  97. "keyv": "^5.6.0"
  98. }
  99. },
  100. "node_modules/@cacheable/utils/node_modules/keyv": {
  101. "version": "5.6.0",
  102. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  103. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  104. "dev": true,
  105. "license": "MIT",
  106. "dependencies": {
  107. "@keyv/serialize": "^1.1.1"
  108. }
  109. },
  110. "node_modules/@csstools/css-calc": {
  111. "version": "3.1.1",
  112. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.1.1.tgz",
  113. "integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
  114. "dev": true,
  115. "funding": [
  116. {
  117. "type": "github",
  118. "url": "https://github.com/sponsors/csstools"
  119. },
  120. {
  121. "type": "opencollective",
  122. "url": "https://opencollective.com/csstools"
  123. }
  124. ],
  125. "license": "MIT",
  126. "engines": {
  127. "node": ">=20.19.0"
  128. },
  129. "peerDependencies": {
  130. "@csstools/css-parser-algorithms": "^4.0.0",
  131. "@csstools/css-tokenizer": "^4.0.0"
  132. }
  133. },
  134. "node_modules/@csstools/css-parser-algorithms": {
  135. "version": "4.0.0",
  136. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  137. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  138. "dev": true,
  139. "funding": [
  140. {
  141. "type": "github",
  142. "url": "https://github.com/sponsors/csstools"
  143. },
  144. {
  145. "type": "opencollective",
  146. "url": "https://opencollective.com/csstools"
  147. }
  148. ],
  149. "license": "MIT",
  150. "engines": {
  151. "node": ">=20.19.0"
  152. },
  153. "peerDependencies": {
  154. "@csstools/css-tokenizer": "^4.0.0"
  155. }
  156. },
  157. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  158. "version": "1.0.28",
  159. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.28.tgz",
  160. "integrity": "sha512-1NRf1CUBjnr3K7hu8BLxjQrKCxEe8FP/xmPTenAxCRZWVLbmGotkFvG9mfNpjA6k7Bw1bw4BilZq9cu19RA5pg==",
  161. "dev": true,
  162. "funding": [
  163. {
  164. "type": "github",
  165. "url": "https://github.com/sponsors/csstools"
  166. },
  167. {
  168. "type": "opencollective",
  169. "url": "https://opencollective.com/csstools"
  170. }
  171. ],
  172. "license": "MIT-0"
  173. },
  174. "node_modules/@csstools/css-tokenizer": {
  175. "version": "4.0.0",
  176. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  177. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  178. "dev": true,
  179. "funding": [
  180. {
  181. "type": "github",
  182. "url": "https://github.com/sponsors/csstools"
  183. },
  184. {
  185. "type": "opencollective",
  186. "url": "https://opencollective.com/csstools"
  187. }
  188. ],
  189. "license": "MIT",
  190. "engines": {
  191. "node": ">=20.19.0"
  192. }
  193. },
  194. "node_modules/@csstools/media-query-list-parser": {
  195. "version": "5.0.0",
  196. "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
  197. "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
  198. "dev": true,
  199. "funding": [
  200. {
  201. "type": "github",
  202. "url": "https://github.com/sponsors/csstools"
  203. },
  204. {
  205. "type": "opencollective",
  206. "url": "https://opencollective.com/csstools"
  207. }
  208. ],
  209. "license": "MIT",
  210. "engines": {
  211. "node": ">=20.19.0"
  212. },
  213. "peerDependencies": {
  214. "@csstools/css-parser-algorithms": "^4.0.0",
  215. "@csstools/css-tokenizer": "^4.0.0"
  216. }
  217. },
  218. "node_modules/@csstools/selector-resolve-nested": {
  219. "version": "4.0.0",
  220. "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.0.tgz",
  221. "integrity": "sha512-9vAPxmp+Dx3wQBIUwc1v7Mdisw1kbbaGqXUM8QLTgWg7SoPGYtXBsMXvsFs/0Bn5yoFhcktzxNZGNaUt0VjgjA==",
  222. "dev": true,
  223. "funding": [
  224. {
  225. "type": "github",
  226. "url": "https://github.com/sponsors/csstools"
  227. },
  228. {
  229. "type": "opencollective",
  230. "url": "https://opencollective.com/csstools"
  231. }
  232. ],
  233. "license": "MIT-0",
  234. "engines": {
  235. "node": ">=20.19.0"
  236. },
  237. "peerDependencies": {
  238. "postcss-selector-parser": "^7.1.1"
  239. }
  240. },
  241. "node_modules/@csstools/selector-specificity": {
  242. "version": "6.0.0",
  243. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-6.0.0.tgz",
  244. "integrity": "sha512-4sSgl78OtOXEX/2d++8A83zHNTgwCJMaR24FvsYL7Uf/VS8HZk9PTwR51elTbGqMuwH3szLvvOXEaVnqn0Z3zA==",
  245. "dev": true,
  246. "funding": [
  247. {
  248. "type": "github",
  249. "url": "https://github.com/sponsors/csstools"
  250. },
  251. {
  252. "type": "opencollective",
  253. "url": "https://opencollective.com/csstools"
  254. }
  255. ],
  256. "license": "MIT-0",
  257. "engines": {
  258. "node": ">=20.19.0"
  259. },
  260. "peerDependencies": {
  261. "postcss-selector-parser": "^7.1.1"
  262. }
  263. },
  264. "node_modules/@eslint-community/eslint-utils": {
  265. "version": "4.9.1",
  266. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  267. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  268. "dev": true,
  269. "license": "MIT",
  270. "dependencies": {
  271. "eslint-visitor-keys": "^3.4.3"
  272. },
  273. "engines": {
  274. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  275. },
  276. "funding": {
  277. "url": "https://opencollective.com/eslint"
  278. },
  279. "peerDependencies": {
  280. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  281. }
  282. },
  283. "node_modules/@eslint-community/regexpp": {
  284. "version": "4.12.2",
  285. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  286. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  287. "dev": true,
  288. "license": "MIT",
  289. "engines": {
  290. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  291. }
  292. },
  293. "node_modules/@eslint/eslintrc": {
  294. "version": "2.1.4",
  295. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  296. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  297. "dev": true,
  298. "license": "MIT",
  299. "dependencies": {
  300. "ajv": "^6.12.4",
  301. "debug": "^4.3.2",
  302. "espree": "^9.6.0",
  303. "globals": "^13.19.0",
  304. "ignore": "^5.2.0",
  305. "import-fresh": "^3.2.1",
  306. "js-yaml": "^4.1.0",
  307. "minimatch": "^3.1.2",
  308. "strip-json-comments": "^3.1.1"
  309. },
  310. "engines": {
  311. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  312. },
  313. "funding": {
  314. "url": "https://opencollective.com/eslint"
  315. }
  316. },
  317. "node_modules/@eslint/js": {
  318. "version": "8.57.1",
  319. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  320. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  321. "dev": true,
  322. "license": "MIT",
  323. "engines": {
  324. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  325. }
  326. },
  327. "node_modules/@humanwhocodes/config-array": {
  328. "version": "0.13.0",
  329. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  330. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  331. "deprecated": "Use @eslint/config-array instead",
  332. "dev": true,
  333. "license": "Apache-2.0",
  334. "dependencies": {
  335. "@humanwhocodes/object-schema": "^2.0.3",
  336. "debug": "^4.3.1",
  337. "minimatch": "^3.0.5"
  338. },
  339. "engines": {
  340. "node": ">=10.10.0"
  341. }
  342. },
  343. "node_modules/@humanwhocodes/module-importer": {
  344. "version": "1.0.1",
  345. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  346. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  347. "dev": true,
  348. "license": "Apache-2.0",
  349. "engines": {
  350. "node": ">=12.22"
  351. },
  352. "funding": {
  353. "type": "github",
  354. "url": "https://github.com/sponsors/nzakas"
  355. }
  356. },
  357. "node_modules/@humanwhocodes/object-schema": {
  358. "version": "2.0.3",
  359. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  360. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  361. "deprecated": "Use @eslint/object-schema instead",
  362. "dev": true,
  363. "license": "BSD-3-Clause"
  364. },
  365. "node_modules/@keyv/serialize": {
  366. "version": "1.1.1",
  367. "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
  368. "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
  369. "dev": true,
  370. "license": "MIT"
  371. },
  372. "node_modules/@lezer/common": {
  373. "version": "1.5.1",
  374. "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.5.1.tgz",
  375. "integrity": "sha512-6YRVG9vBkaY7p1IVxL4s44n5nUnaNnGM2/AckNgYOnxTG2kWh1vR8BMxPseWPjRNpb5VtXnMpeYAEAADoRV1Iw==",
  376. "dev": true,
  377. "license": "MIT"
  378. },
  379. "node_modules/@lezer/lr": {
  380. "version": "1.4.8",
  381. "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.8.tgz",
  382. "integrity": "sha512-bPWa0Pgx69ylNlMlPvBPryqeLYQjyJjqPx+Aupm5zydLIF3NE+6MMLT8Yi23Bd9cif9VS00aUebn+6fDIGBcDA==",
  383. "dev": true,
  384. "license": "MIT",
  385. "dependencies": {
  386. "@lezer/common": "^1.0.0"
  387. }
  388. },
  389. "node_modules/@lmdb/lmdb-darwin-arm64": {
  390. "version": "2.8.5",
  391. "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.8.5.tgz",
  392. "integrity": "sha512-KPDeVScZgA1oq0CiPBcOa3kHIqU+pTOwRFDIhxvmf8CTNvqdZQYp5cCKW0bUk69VygB2PuTiINFWbY78aR2pQw==",
  393. "cpu": [
  394. "arm64"
  395. ],
  396. "dev": true,
  397. "license": "MIT",
  398. "optional": true,
  399. "os": [
  400. "darwin"
  401. ]
  402. },
  403. "node_modules/@lmdb/lmdb-darwin-x64": {
  404. "version": "2.8.5",
  405. "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-2.8.5.tgz",
  406. "integrity": "sha512-w/sLhN4T7MW1nB3R/U8WK5BgQLz904wh+/SmA2jD8NnF7BLLoUgflCNxOeSPOWp8geP6nP/+VjWzZVip7rZ1ug==",
  407. "cpu": [
  408. "x64"
  409. ],
  410. "dev": true,
  411. "license": "MIT",
  412. "optional": true,
  413. "os": [
  414. "darwin"
  415. ]
  416. },
  417. "node_modules/@lmdb/lmdb-linux-arm": {
  418. "version": "2.8.5",
  419. "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.8.5.tgz",
  420. "integrity": "sha512-c0TGMbm2M55pwTDIfkDLB6BpIsgxV4PjYck2HiOX+cy/JWiBXz32lYbarPqejKs9Flm7YVAKSILUducU9g2RVg==",
  421. "cpu": [
  422. "arm"
  423. ],
  424. "dev": true,
  425. "license": "MIT",
  426. "optional": true,
  427. "os": [
  428. "linux"
  429. ]
  430. },
  431. "node_modules/@lmdb/lmdb-linux-arm64": {
  432. "version": "2.8.5",
  433. "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.8.5.tgz",
  434. "integrity": "sha512-vtbZRHH5UDlL01TT5jB576Zox3+hdyogvpcbvVJlmU5PdL3c5V7cj1EODdh1CHPksRl+cws/58ugEHi8bcj4Ww==",
  435. "cpu": [
  436. "arm64"
  437. ],
  438. "dev": true,
  439. "license": "MIT",
  440. "optional": true,
  441. "os": [
  442. "linux"
  443. ]
  444. },
  445. "node_modules/@lmdb/lmdb-linux-x64": {
  446. "version": "2.8.5",
  447. "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.8.5.tgz",
  448. "integrity": "sha512-Xkc8IUx9aEhP0zvgeKy7IQ3ReX2N8N1L0WPcQwnZweWmOuKfwpS3GRIYqLtK5za/w3E60zhFfNdS+3pBZPytqQ==",
  449. "cpu": [
  450. "x64"
  451. ],
  452. "dev": true,
  453. "license": "MIT",
  454. "optional": true,
  455. "os": [
  456. "linux"
  457. ]
  458. },
  459. "node_modules/@lmdb/lmdb-win32-x64": {
  460. "version": "2.8.5",
  461. "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.8.5.tgz",
  462. "integrity": "sha512-4wvrf5BgnR8RpogHhtpCPJMKBmvyZPhhUtEwMJbXh0ni2BucpfF07jlmyM11zRqQ2XIq6PbC2j7W7UCCcm1rRQ==",
  463. "cpu": [
  464. "x64"
  465. ],
  466. "dev": true,
  467. "license": "MIT",
  468. "optional": true,
  469. "os": [
  470. "win32"
  471. ]
  472. },
  473. "node_modules/@mischnic/json-sourcemap": {
  474. "version": "0.1.1",
  475. "resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.1.tgz",
  476. "integrity": "sha512-iA7+tyVqfrATAIsIRWQG+a7ZLLD0VaOCKV2Wd/v4mqIU3J9c4jx9p7S0nw1XH3gJCKNBOOwACOPYYSUu9pgT+w==",
  477. "dev": true,
  478. "license": "MIT",
  479. "dependencies": {
  480. "@lezer/common": "^1.0.0",
  481. "@lezer/lr": "^1.0.0",
  482. "json5": "^2.2.1"
  483. },
  484. "engines": {
  485. "node": ">=12.0.0"
  486. }
  487. },
  488. "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": {
  489. "version": "3.0.3",
  490. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz",
  491. "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==",
  492. "cpu": [
  493. "arm64"
  494. ],
  495. "dev": true,
  496. "license": "MIT",
  497. "optional": true,
  498. "os": [
  499. "darwin"
  500. ]
  501. },
  502. "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": {
  503. "version": "3.0.3",
  504. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz",
  505. "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==",
  506. "cpu": [
  507. "x64"
  508. ],
  509. "dev": true,
  510. "license": "MIT",
  511. "optional": true,
  512. "os": [
  513. "darwin"
  514. ]
  515. },
  516. "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": {
  517. "version": "3.0.3",
  518. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz",
  519. "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==",
  520. "cpu": [
  521. "arm"
  522. ],
  523. "dev": true,
  524. "license": "MIT",
  525. "optional": true,
  526. "os": [
  527. "linux"
  528. ]
  529. },
  530. "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": {
  531. "version": "3.0.3",
  532. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz",
  533. "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==",
  534. "cpu": [
  535. "arm64"
  536. ],
  537. "dev": true,
  538. "license": "MIT",
  539. "optional": true,
  540. "os": [
  541. "linux"
  542. ]
  543. },
  544. "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": {
  545. "version": "3.0.3",
  546. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz",
  547. "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==",
  548. "cpu": [
  549. "x64"
  550. ],
  551. "dev": true,
  552. "license": "MIT",
  553. "optional": true,
  554. "os": [
  555. "linux"
  556. ]
  557. },
  558. "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": {
  559. "version": "3.0.3",
  560. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz",
  561. "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==",
  562. "cpu": [
  563. "x64"
  564. ],
  565. "dev": true,
  566. "license": "MIT",
  567. "optional": true,
  568. "os": [
  569. "win32"
  570. ]
  571. },
  572. "node_modules/@nodelib/fs.scandir": {
  573. "version": "2.1.5",
  574. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  575. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  576. "dev": true,
  577. "dependencies": {
  578. "@nodelib/fs.stat": "2.0.5",
  579. "run-parallel": "^1.1.9"
  580. },
  581. "engines": {
  582. "node": ">= 8"
  583. }
  584. },
  585. "node_modules/@nodelib/fs.stat": {
  586. "version": "2.0.5",
  587. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  588. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  589. "dev": true,
  590. "engines": {
  591. "node": ">= 8"
  592. }
  593. },
  594. "node_modules/@nodelib/fs.walk": {
  595. "version": "1.2.8",
  596. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  597. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  598. "dev": true,
  599. "dependencies": {
  600. "@nodelib/fs.scandir": "2.1.5",
  601. "fastq": "^1.6.0"
  602. },
  603. "engines": {
  604. "node": ">= 8"
  605. }
  606. },
  607. "node_modules/@parcel/bundler-default": {
  608. "version": "2.16.4",
  609. "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.16.4.tgz",
  610. "integrity": "sha512-Nb8peNvhfm1+660CLwssWh4weY+Mv6vEGS6GPKqzJmTMw50udi0eS1YuWFzvmhSiu1KsYcUD37mqQ1LuIDtWoA==",
  611. "dev": true,
  612. "license": "MIT",
  613. "dependencies": {
  614. "@parcel/diagnostic": "2.16.4",
  615. "@parcel/graph": "3.6.4",
  616. "@parcel/plugin": "2.16.4",
  617. "@parcel/rust": "2.16.4",
  618. "@parcel/utils": "2.16.4",
  619. "nullthrows": "^1.1.1"
  620. },
  621. "engines": {
  622. "node": ">= 16.0.0",
  623. "parcel": "^2.16.4"
  624. },
  625. "funding": {
  626. "type": "opencollective",
  627. "url": "https://opencollective.com/parcel"
  628. }
  629. },
  630. "node_modules/@parcel/cache": {
  631. "version": "2.16.4",
  632. "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.16.4.tgz",
  633. "integrity": "sha512-+uCyeElSga2MBbmbXpIj/WVKH7TByCrKaxtHbelfKKIJpYMgEHVjO4cuc7GUfTrUAmRUS8ZGvnX7Etgq6/jQhw==",
  634. "dev": true,
  635. "license": "MIT",
  636. "dependencies": {
  637. "@parcel/fs": "2.16.4",
  638. "@parcel/logger": "2.16.4",
  639. "@parcel/utils": "2.16.4",
  640. "lmdb": "2.8.5"
  641. },
  642. "engines": {
  643. "node": ">= 16.0.0"
  644. },
  645. "funding": {
  646. "type": "opencollective",
  647. "url": "https://opencollective.com/parcel"
  648. },
  649. "peerDependencies": {
  650. "@parcel/core": "^2.16.4"
  651. }
  652. },
  653. "node_modules/@parcel/codeframe": {
  654. "version": "2.16.4",
  655. "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.16.4.tgz",
  656. "integrity": "sha512-s64aMfOJoPrXhKH+Y98ahX0O8aXWvTR+uNlOaX4yFkpr4FFDnviLcGngDe/Yo4Qq2FJZ0P6dNswbJTUH9EGxkQ==",
  657. "dev": true,
  658. "license": "MIT",
  659. "dependencies": {
  660. "chalk": "^4.1.2"
  661. },
  662. "engines": {
  663. "node": ">= 16.0.0"
  664. },
  665. "funding": {
  666. "type": "opencollective",
  667. "url": "https://opencollective.com/parcel"
  668. }
  669. },
  670. "node_modules/@parcel/compressor-raw": {
  671. "version": "2.16.4",
  672. "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.16.4.tgz",
  673. "integrity": "sha512-IK8IpNhw61B2HKgA1JhGhO9y+ZJFRZNTEmvhN1NdLdPqvgEXm2EunT+m6D9z7xeoeT6XnUKqM0eRckEdD0OXbA==",
  674. "dev": true,
  675. "license": "MIT",
  676. "dependencies": {
  677. "@parcel/plugin": "2.16.4"
  678. },
  679. "engines": {
  680. "node": ">= 16.0.0",
  681. "parcel": "^2.16.4"
  682. },
  683. "funding": {
  684. "type": "opencollective",
  685. "url": "https://opencollective.com/parcel"
  686. }
  687. },
  688. "node_modules/@parcel/config-default": {
  689. "version": "2.16.4",
  690. "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.16.4.tgz",
  691. "integrity": "sha512-kBxuTY/5trEVnvXk92l7LVkYjNuz3SaqWymFhPjEnc8GY4ZVdcWrWdXWTB9hUhpmRYJctFCyGvM0nN05JTiM2g==",
  692. "dev": true,
  693. "license": "MIT",
  694. "dependencies": {
  695. "@parcel/bundler-default": "2.16.4",
  696. "@parcel/compressor-raw": "2.16.4",
  697. "@parcel/namer-default": "2.16.4",
  698. "@parcel/optimizer-css": "2.16.4",
  699. "@parcel/optimizer-html": "2.16.4",
  700. "@parcel/optimizer-image": "2.16.4",
  701. "@parcel/optimizer-svg": "2.16.4",
  702. "@parcel/optimizer-swc": "2.16.4",
  703. "@parcel/packager-css": "2.16.4",
  704. "@parcel/packager-html": "2.16.4",
  705. "@parcel/packager-js": "2.16.4",
  706. "@parcel/packager-raw": "2.16.4",
  707. "@parcel/packager-svg": "2.16.4",
  708. "@parcel/packager-wasm": "2.16.4",
  709. "@parcel/reporter-dev-server": "2.16.4",
  710. "@parcel/resolver-default": "2.16.4",
  711. "@parcel/runtime-browser-hmr": "2.16.4",
  712. "@parcel/runtime-js": "2.16.4",
  713. "@parcel/runtime-rsc": "2.16.4",
  714. "@parcel/runtime-service-worker": "2.16.4",
  715. "@parcel/transformer-babel": "2.16.4",
  716. "@parcel/transformer-css": "2.16.4",
  717. "@parcel/transformer-html": "2.16.4",
  718. "@parcel/transformer-image": "2.16.4",
  719. "@parcel/transformer-js": "2.16.4",
  720. "@parcel/transformer-json": "2.16.4",
  721. "@parcel/transformer-node": "2.16.4",
  722. "@parcel/transformer-postcss": "2.16.4",
  723. "@parcel/transformer-posthtml": "2.16.4",
  724. "@parcel/transformer-raw": "2.16.4",
  725. "@parcel/transformer-react-refresh-wrap": "2.16.4",
  726. "@parcel/transformer-svg": "2.16.4"
  727. },
  728. "funding": {
  729. "type": "opencollective",
  730. "url": "https://opencollective.com/parcel"
  731. },
  732. "peerDependencies": {
  733. "@parcel/core": "^2.16.4"
  734. }
  735. },
  736. "node_modules/@parcel/core": {
  737. "version": "2.16.4",
  738. "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.16.4.tgz",
  739. "integrity": "sha512-a0CgrW5A5kwuSu5J1RFRoMQaMs9yagvfH2jJMYVw56+/7NRI4KOtu612SG9Y1ERWfY55ZwzyFxtLWvD6LO+Anw==",
  740. "dev": true,
  741. "license": "MIT",
  742. "dependencies": {
  743. "@mischnic/json-sourcemap": "^0.1.1",
  744. "@parcel/cache": "2.16.4",
  745. "@parcel/diagnostic": "2.16.4",
  746. "@parcel/events": "2.16.4",
  747. "@parcel/feature-flags": "2.16.4",
  748. "@parcel/fs": "2.16.4",
  749. "@parcel/graph": "3.6.4",
  750. "@parcel/logger": "2.16.4",
  751. "@parcel/package-manager": "2.16.4",
  752. "@parcel/plugin": "2.16.4",
  753. "@parcel/profiler": "2.16.4",
  754. "@parcel/rust": "2.16.4",
  755. "@parcel/source-map": "^2.1.1",
  756. "@parcel/types": "2.16.4",
  757. "@parcel/utils": "2.16.4",
  758. "@parcel/workers": "2.16.4",
  759. "base-x": "^3.0.11",
  760. "browserslist": "^4.24.5",
  761. "clone": "^2.1.2",
  762. "dotenv": "^16.5.0",
  763. "dotenv-expand": "^11.0.7",
  764. "json5": "^2.2.3",
  765. "msgpackr": "^1.11.2",
  766. "nullthrows": "^1.1.1",
  767. "semver": "^7.7.1"
  768. },
  769. "engines": {
  770. "node": ">= 16.0.0"
  771. },
  772. "funding": {
  773. "type": "opencollective",
  774. "url": "https://opencollective.com/parcel"
  775. }
  776. },
  777. "node_modules/@parcel/diagnostic": {
  778. "version": "2.16.4",
  779. "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.16.4.tgz",
  780. "integrity": "sha512-YN5CfX7lFd6yRLxyZT4Sj3sR6t7nnve4TdXSIqapXzQwL7Bw+sj79D95wTq2rCm3mzk5SofGxFAXul2/nG6gcQ==",
  781. "dev": true,
  782. "license": "MIT",
  783. "dependencies": {
  784. "@mischnic/json-sourcemap": "^0.1.1",
  785. "nullthrows": "^1.1.1"
  786. },
  787. "engines": {
  788. "node": ">= 16.0.0"
  789. },
  790. "funding": {
  791. "type": "opencollective",
  792. "url": "https://opencollective.com/parcel"
  793. }
  794. },
  795. "node_modules/@parcel/error-overlay": {
  796. "version": "2.16.4",
  797. "resolved": "https://registry.npmjs.org/@parcel/error-overlay/-/error-overlay-2.16.4.tgz",
  798. "integrity": "sha512-e8KYKnMsfmQnqIhsUWBUZAXlDK30wkxsAGle1tZ0gOdoplaIdVq/WjGPatHLf6igLM76c3tRn2vw8jZFput0jw==",
  799. "dev": true,
  800. "license": "MIT",
  801. "engines": {
  802. "node": ">= 16.0.0"
  803. },
  804. "funding": {
  805. "type": "opencollective",
  806. "url": "https://opencollective.com/parcel"
  807. }
  808. },
  809. "node_modules/@parcel/events": {
  810. "version": "2.16.4",
  811. "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.16.4.tgz",
  812. "integrity": "sha512-slWQkBRAA7o0cN0BLEd+yCckPmlVRVhBZn5Pn6ktm4EzEtrqoMzMeJOxxH8TXaRzrQDYnTcnYIHFgXWd4kkUfg==",
  813. "dev": true,
  814. "license": "MIT",
  815. "engines": {
  816. "node": ">= 16.0.0"
  817. },
  818. "funding": {
  819. "type": "opencollective",
  820. "url": "https://opencollective.com/parcel"
  821. }
  822. },
  823. "node_modules/@parcel/feature-flags": {
  824. "version": "2.16.4",
  825. "resolved": "https://registry.npmjs.org/@parcel/feature-flags/-/feature-flags-2.16.4.tgz",
  826. "integrity": "sha512-nYdx53siKPLYikHHxfzgjzzgxdrjquK6DMnuSgOTyIdRG4VHdEN0+NqKijRLuVgiUFo/dtxc2h+amwqFENMw8w==",
  827. "dev": true,
  828. "license": "MIT",
  829. "engines": {
  830. "node": ">= 16.0.0"
  831. },
  832. "funding": {
  833. "type": "opencollective",
  834. "url": "https://opencollective.com/parcel"
  835. }
  836. },
  837. "node_modules/@parcel/fs": {
  838. "version": "2.16.4",
  839. "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.16.4.tgz",
  840. "integrity": "sha512-maCMOiVn7oJYZlqlfxgLne8n6tSktIT1k0AeyBp4UGWCXyeJUJ+nL7QYShFpKNLtMLeF0cEtgwRAknWzbcDS1g==",
  841. "dev": true,
  842. "license": "MIT",
  843. "dependencies": {
  844. "@parcel/feature-flags": "2.16.4",
  845. "@parcel/rust": "2.16.4",
  846. "@parcel/types-internal": "2.16.4",
  847. "@parcel/utils": "2.16.4",
  848. "@parcel/watcher": "^2.0.7",
  849. "@parcel/workers": "2.16.4"
  850. },
  851. "engines": {
  852. "node": ">= 16.0.0"
  853. },
  854. "funding": {
  855. "type": "opencollective",
  856. "url": "https://opencollective.com/parcel"
  857. },
  858. "peerDependencies": {
  859. "@parcel/core": "^2.16.4"
  860. }
  861. },
  862. "node_modules/@parcel/graph": {
  863. "version": "3.6.4",
  864. "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-3.6.4.tgz",
  865. "integrity": "sha512-Cj9yV+/k88kFhE+D+gz0YuNRpvNOCVDskO9pFqkcQhGbsGq6kg2XpZ9V7HlYraih31xf8Vb589bZOwjKIiHixQ==",
  866. "dev": true,
  867. "license": "MIT",
  868. "dependencies": {
  869. "@parcel/feature-flags": "2.16.4",
  870. "nullthrows": "^1.1.1"
  871. },
  872. "engines": {
  873. "node": ">= 16.0.0"
  874. },
  875. "funding": {
  876. "type": "opencollective",
  877. "url": "https://opencollective.com/parcel"
  878. }
  879. },
  880. "node_modules/@parcel/logger": {
  881. "version": "2.16.4",
  882. "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.16.4.tgz",
  883. "integrity": "sha512-QR8QLlKo7xAy9JBpPDAh0RvluaixqPCeyY7Fvo2K7hrU3r85vBNNi06pHiPbWoDmB4x1+QoFwMaGnJOHR+/fMA==",
  884. "dev": true,
  885. "license": "MIT",
  886. "dependencies": {
  887. "@parcel/diagnostic": "2.16.4",
  888. "@parcel/events": "2.16.4"
  889. },
  890. "engines": {
  891. "node": ">= 16.0.0"
  892. },
  893. "funding": {
  894. "type": "opencollective",
  895. "url": "https://opencollective.com/parcel"
  896. }
  897. },
  898. "node_modules/@parcel/markdown-ansi": {
  899. "version": "2.16.4",
  900. "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.16.4.tgz",
  901. "integrity": "sha512-0+oQApAVF3wMcQ6d1ZfZ0JsRzaMUYj9e4U+naj6YEsFsFGOPp+pQYKXBf1bobQeeB7cPKPT3SUHxFqced722Hw==",
  902. "dev": true,
  903. "license": "MIT",
  904. "dependencies": {
  905. "chalk": "^4.1.2"
  906. },
  907. "engines": {
  908. "node": ">= 16.0.0"
  909. },
  910. "funding": {
  911. "type": "opencollective",
  912. "url": "https://opencollective.com/parcel"
  913. }
  914. },
  915. "node_modules/@parcel/namer-default": {
  916. "version": "2.16.4",
  917. "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.16.4.tgz",
  918. "integrity": "sha512-CE+0lFg881sJq575EXxj2lKUn81tsS5itpNUUErHxit195m3PExyAhoXM6ed/SXxwi+uv+T5FS/jjDLBNuUFDA==",
  919. "dev": true,
  920. "license": "MIT",
  921. "dependencies": {
  922. "@parcel/diagnostic": "2.16.4",
  923. "@parcel/plugin": "2.16.4",
  924. "nullthrows": "^1.1.1"
  925. },
  926. "engines": {
  927. "node": ">= 16.0.0",
  928. "parcel": "^2.16.4"
  929. },
  930. "funding": {
  931. "type": "opencollective",
  932. "url": "https://opencollective.com/parcel"
  933. }
  934. },
  935. "node_modules/@parcel/node-resolver-core": {
  936. "version": "3.7.4",
  937. "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-3.7.4.tgz",
  938. "integrity": "sha512-b3VDG+um6IWW5CTod6M9hQsTX5mdIelKmam7mzxzgqg4j5hnycgTWqPMc9UxhYoUY/Q/PHfWepccNcKtvP5JiA==",
  939. "dev": true,
  940. "license": "MIT",
  941. "dependencies": {
  942. "@mischnic/json-sourcemap": "^0.1.1",
  943. "@parcel/diagnostic": "2.16.4",
  944. "@parcel/fs": "2.16.4",
  945. "@parcel/rust": "2.16.4",
  946. "@parcel/utils": "2.16.4",
  947. "nullthrows": "^1.1.1",
  948. "semver": "^7.7.1"
  949. },
  950. "engines": {
  951. "node": ">= 16.0.0"
  952. },
  953. "funding": {
  954. "type": "opencollective",
  955. "url": "https://opencollective.com/parcel"
  956. }
  957. },
  958. "node_modules/@parcel/optimizer-css": {
  959. "version": "2.16.4",
  960. "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.16.4.tgz",
  961. "integrity": "sha512-aqdXCtmvpcXYgJFGk2DtXF34wuM2TD1fZorKMrJdKB9sSkWVRs1tq6RAXQrbi0ZPDH9wfE/9An3YdkTex7RHuQ==",
  962. "dev": true,
  963. "license": "MIT",
  964. "dependencies": {
  965. "@parcel/diagnostic": "2.16.4",
  966. "@parcel/plugin": "2.16.4",
  967. "@parcel/source-map": "^2.1.1",
  968. "@parcel/utils": "2.16.4",
  969. "browserslist": "^4.24.5",
  970. "lightningcss": "^1.30.1",
  971. "nullthrows": "^1.1.1"
  972. },
  973. "engines": {
  974. "node": ">= 16.0.0",
  975. "parcel": "^2.16.4"
  976. },
  977. "funding": {
  978. "type": "opencollective",
  979. "url": "https://opencollective.com/parcel"
  980. }
  981. },
  982. "node_modules/@parcel/optimizer-html": {
  983. "version": "2.16.4",
  984. "resolved": "https://registry.npmjs.org/@parcel/optimizer-html/-/optimizer-html-2.16.4.tgz",
  985. "integrity": "sha512-vg/R2uuSni+NYYUUV8m+5bz8p5zBv8wc/nNleoBnGuCDwn7uaUwTZ8Gt9CjZO8jjG0xCLILoc/TW+e2FF3pfgQ==",
  986. "dev": true,
  987. "license": "MIT",
  988. "dependencies": {
  989. "@parcel/plugin": "2.16.4",
  990. "@parcel/rust": "2.16.4",
  991. "@parcel/utils": "2.16.4"
  992. },
  993. "engines": {
  994. "node": ">= 16.0.0",
  995. "parcel": "^2.16.4"
  996. },
  997. "funding": {
  998. "type": "opencollective",
  999. "url": "https://opencollective.com/parcel"
  1000. }
  1001. },
  1002. "node_modules/@parcel/optimizer-image": {
  1003. "version": "2.16.4",
  1004. "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.16.4.tgz",
  1005. "integrity": "sha512-2RV54WnvMYr18lxSx7Zlx/DXpJwMzOiPxDnoFyvaUoYutvgHO6chtcgFgh1Bvw/PoI95vYzlTkZ8QfUOk5A0JA==",
  1006. "dev": true,
  1007. "license": "MIT",
  1008. "dependencies": {
  1009. "@parcel/diagnostic": "2.16.4",
  1010. "@parcel/plugin": "2.16.4",
  1011. "@parcel/rust": "2.16.4",
  1012. "@parcel/utils": "2.16.4",
  1013. "@parcel/workers": "2.16.4"
  1014. },
  1015. "engines": {
  1016. "node": ">= 16.0.0",
  1017. "parcel": "^2.16.4"
  1018. },
  1019. "funding": {
  1020. "type": "opencollective",
  1021. "url": "https://opencollective.com/parcel"
  1022. },
  1023. "peerDependencies": {
  1024. "@parcel/core": "^2.16.4"
  1025. }
  1026. },
  1027. "node_modules/@parcel/optimizer-svg": {
  1028. "version": "2.16.4",
  1029. "resolved": "https://registry.npmjs.org/@parcel/optimizer-svg/-/optimizer-svg-2.16.4.tgz",
  1030. "integrity": "sha512-22+BqIffCrVErg8y2XwhasbTaFNn75OKXZ3KTDBIfOSAZKLUKs1iHfDXETzTRN7cVcS+Q36/6EHd7N/RA8i1fg==",
  1031. "dev": true,
  1032. "license": "MIT",
  1033. "dependencies": {
  1034. "@parcel/plugin": "2.16.4",
  1035. "@parcel/rust": "2.16.4",
  1036. "@parcel/utils": "2.16.4"
  1037. },
  1038. "engines": {
  1039. "node": ">= 16.0.0",
  1040. "parcel": "^2.16.4"
  1041. },
  1042. "funding": {
  1043. "type": "opencollective",
  1044. "url": "https://opencollective.com/parcel"
  1045. }
  1046. },
  1047. "node_modules/@parcel/optimizer-swc": {
  1048. "version": "2.16.4",
  1049. "resolved": "https://registry.npmjs.org/@parcel/optimizer-swc/-/optimizer-swc-2.16.4.tgz",
  1050. "integrity": "sha512-+URqwnB6u1gqaLbG1O1DDApH+UVj4WCbK9No1fdxLBxQ9a84jyli25o1kK1hYB9Nb/JMyYNnEBfvYUW6RphOxw==",
  1051. "dev": true,
  1052. "license": "MIT",
  1053. "dependencies": {
  1054. "@parcel/diagnostic": "2.16.4",
  1055. "@parcel/plugin": "2.16.4",
  1056. "@parcel/source-map": "^2.1.1",
  1057. "@parcel/utils": "2.16.4",
  1058. "@swc/core": "^1.11.24",
  1059. "nullthrows": "^1.1.1"
  1060. },
  1061. "engines": {
  1062. "node": ">= 16.0.0",
  1063. "parcel": "^2.16.4"
  1064. },
  1065. "funding": {
  1066. "type": "opencollective",
  1067. "url": "https://opencollective.com/parcel"
  1068. }
  1069. },
  1070. "node_modules/@parcel/package-manager": {
  1071. "version": "2.16.4",
  1072. "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.16.4.tgz",
  1073. "integrity": "sha512-obWv9gZgdnkT3Kd+fBkKjhdNEY7zfOP5gVaox5i4nQstVCaVnDlMv5FwLEXwehL+WbwEcGyEGGxOHHkAFKk7Cg==",
  1074. "dev": true,
  1075. "license": "MIT",
  1076. "dependencies": {
  1077. "@parcel/diagnostic": "2.16.4",
  1078. "@parcel/fs": "2.16.4",
  1079. "@parcel/logger": "2.16.4",
  1080. "@parcel/node-resolver-core": "3.7.4",
  1081. "@parcel/types": "2.16.4",
  1082. "@parcel/utils": "2.16.4",
  1083. "@parcel/workers": "2.16.4",
  1084. "@swc/core": "^1.11.24",
  1085. "semver": "^7.7.1"
  1086. },
  1087. "engines": {
  1088. "node": ">= 16.0.0"
  1089. },
  1090. "funding": {
  1091. "type": "opencollective",
  1092. "url": "https://opencollective.com/parcel"
  1093. },
  1094. "peerDependencies": {
  1095. "@parcel/core": "^2.16.4"
  1096. }
  1097. },
  1098. "node_modules/@parcel/packager-css": {
  1099. "version": "2.16.4",
  1100. "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.16.4.tgz",
  1101. "integrity": "sha512-rWRtfiX+VVIOZvq64jpeNUKkvWAbnokfHQsk/js1s5jD4ViNQgPcNLiRaiIANjymqL6+dQqWvGUSW2a5FAZYfg==",
  1102. "dev": true,
  1103. "license": "MIT",
  1104. "dependencies": {
  1105. "@parcel/diagnostic": "2.16.4",
  1106. "@parcel/plugin": "2.16.4",
  1107. "@parcel/source-map": "^2.1.1",
  1108. "@parcel/utils": "2.16.4",
  1109. "lightningcss": "^1.30.1",
  1110. "nullthrows": "^1.1.1"
  1111. },
  1112. "engines": {
  1113. "node": ">= 16.0.0",
  1114. "parcel": "^2.16.4"
  1115. },
  1116. "funding": {
  1117. "type": "opencollective",
  1118. "url": "https://opencollective.com/parcel"
  1119. }
  1120. },
  1121. "node_modules/@parcel/packager-html": {
  1122. "version": "2.16.4",
  1123. "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.16.4.tgz",
  1124. "integrity": "sha512-AWo5f6SSqBsg2uWOsX0gPX8hCx2iE6GYLg2Z4/cDy2mPlwDICN8/bxItEztSZFmObi+ti26eetBKRDxAUivyIQ==",
  1125. "dev": true,
  1126. "license": "MIT",
  1127. "dependencies": {
  1128. "@parcel/plugin": "2.16.4",
  1129. "@parcel/rust": "2.16.4",
  1130. "@parcel/types": "2.16.4",
  1131. "@parcel/utils": "2.16.4"
  1132. },
  1133. "engines": {
  1134. "node": ">= 16.0.0",
  1135. "parcel": "^2.16.4"
  1136. },
  1137. "funding": {
  1138. "type": "opencollective",
  1139. "url": "https://opencollective.com/parcel"
  1140. }
  1141. },
  1142. "node_modules/@parcel/packager-js": {
  1143. "version": "2.16.4",
  1144. "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.16.4.tgz",
  1145. "integrity": "sha512-L2o39f/fhta+hxto7w8OTUKdstY+te5BmHZREckbQm0KTBg93BG7jB0bfoxLSZF0d8uuAYIVXjzeHNqha+du1g==",
  1146. "dev": true,
  1147. "license": "MIT",
  1148. "dependencies": {
  1149. "@parcel/diagnostic": "2.16.4",
  1150. "@parcel/plugin": "2.16.4",
  1151. "@parcel/rust": "2.16.4",
  1152. "@parcel/source-map": "^2.1.1",
  1153. "@parcel/types": "2.16.4",
  1154. "@parcel/utils": "2.16.4",
  1155. "globals": "^13.24.0",
  1156. "nullthrows": "^1.1.1"
  1157. },
  1158. "engines": {
  1159. "node": ">= 16.0.0",
  1160. "parcel": "^2.16.4"
  1161. },
  1162. "funding": {
  1163. "type": "opencollective",
  1164. "url": "https://opencollective.com/parcel"
  1165. }
  1166. },
  1167. "node_modules/@parcel/packager-raw": {
  1168. "version": "2.16.4",
  1169. "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.16.4.tgz",
  1170. "integrity": "sha512-A9j60G9OmbTkEeE4WRMXCiErEprHLs9NkUlC4HXCxmSrPMOVaMaMva2LdejE3A9kujZqYtYfuc8+a+jN+Nro4w==",
  1171. "dev": true,
  1172. "license": "MIT",
  1173. "dependencies": {
  1174. "@parcel/plugin": "2.16.4"
  1175. },
  1176. "engines": {
  1177. "node": ">= 16.0.0",
  1178. "parcel": "^2.16.4"
  1179. },
  1180. "funding": {
  1181. "type": "opencollective",
  1182. "url": "https://opencollective.com/parcel"
  1183. }
  1184. },
  1185. "node_modules/@parcel/packager-svg": {
  1186. "version": "2.16.4",
  1187. "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.16.4.tgz",
  1188. "integrity": "sha512-LT9l7eInFrAZJ6w3mYzAUgDq3SIzYbbQyW46Dz26M9lJQbf6uCaATUTac3BEHegW0ikDuw4OOGHK41BVqeeusg==",
  1189. "dev": true,
  1190. "license": "MIT",
  1191. "dependencies": {
  1192. "@parcel/plugin": "2.16.4",
  1193. "@parcel/rust": "2.16.4",
  1194. "@parcel/types": "2.16.4",
  1195. "@parcel/utils": "2.16.4"
  1196. },
  1197. "engines": {
  1198. "node": ">= 16.0.0",
  1199. "parcel": "^2.16.4"
  1200. },
  1201. "funding": {
  1202. "type": "opencollective",
  1203. "url": "https://opencollective.com/parcel"
  1204. }
  1205. },
  1206. "node_modules/@parcel/packager-wasm": {
  1207. "version": "2.16.4",
  1208. "resolved": "https://registry.npmjs.org/@parcel/packager-wasm/-/packager-wasm-2.16.4.tgz",
  1209. "integrity": "sha512-AY96Aqu/RpmaSZK2RGkIrZWjAperDw8DAlxLAiaP1D/RPVnikZtl5BmcUt/Wz3PrzG7/q9ZVqqKkWsLmhkjXZQ==",
  1210. "dev": true,
  1211. "license": "MIT",
  1212. "dependencies": {
  1213. "@parcel/plugin": "2.16.4"
  1214. },
  1215. "engines": {
  1216. "node": ">=16.0.0",
  1217. "parcel": "^2.16.4"
  1218. },
  1219. "funding": {
  1220. "type": "opencollective",
  1221. "url": "https://opencollective.com/parcel"
  1222. }
  1223. },
  1224. "node_modules/@parcel/plugin": {
  1225. "version": "2.16.4",
  1226. "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.16.4.tgz",
  1227. "integrity": "sha512-aN2VQoRGC1eB41ZCDbPR/Sp0yKOxe31oemzPx1nJzOuebK2Q6FxSrJ9Bjj9j/YCaLzDtPwelsuLOazzVpXJ6qg==",
  1228. "dev": true,
  1229. "license": "MIT",
  1230. "dependencies": {
  1231. "@parcel/types": "2.16.4"
  1232. },
  1233. "engines": {
  1234. "node": ">= 16.0.0"
  1235. },
  1236. "funding": {
  1237. "type": "opencollective",
  1238. "url": "https://opencollective.com/parcel"
  1239. }
  1240. },
  1241. "node_modules/@parcel/profiler": {
  1242. "version": "2.16.4",
  1243. "resolved": "https://registry.npmjs.org/@parcel/profiler/-/profiler-2.16.4.tgz",
  1244. "integrity": "sha512-R3JhfcnoReTv2sVFHPR2xKZvs3d3IRrBl9sWmAftbIJFwT4rU70/W7IdwfaJVkD/6PzHq9mcgOh1WKL4KAxPdA==",
  1245. "dev": true,
  1246. "license": "MIT",
  1247. "dependencies": {
  1248. "@parcel/diagnostic": "2.16.4",
  1249. "@parcel/events": "2.16.4",
  1250. "@parcel/types-internal": "2.16.4",
  1251. "chrome-trace-event": "^1.0.2"
  1252. },
  1253. "engines": {
  1254. "node": ">= 16.0.0"
  1255. },
  1256. "funding": {
  1257. "type": "opencollective",
  1258. "url": "https://opencollective.com/parcel"
  1259. }
  1260. },
  1261. "node_modules/@parcel/reporter-cli": {
  1262. "version": "2.16.4",
  1263. "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.16.4.tgz",
  1264. "integrity": "sha512-DQx9TwcTZrDv828+tcwEi//xyW7OHTGzGX1+UEVxPp0mSzuOmDn0zfER8qNIqGr1i4D/FXhb5UJQDhGHV8mOpQ==",
  1265. "dev": true,
  1266. "license": "MIT",
  1267. "dependencies": {
  1268. "@parcel/plugin": "2.16.4",
  1269. "@parcel/types": "2.16.4",
  1270. "@parcel/utils": "2.16.4",
  1271. "chalk": "^4.1.2",
  1272. "term-size": "^2.2.1"
  1273. },
  1274. "engines": {
  1275. "node": ">= 16.0.0",
  1276. "parcel": "^2.16.4"
  1277. },
  1278. "funding": {
  1279. "type": "opencollective",
  1280. "url": "https://opencollective.com/parcel"
  1281. }
  1282. },
  1283. "node_modules/@parcel/reporter-dev-server": {
  1284. "version": "2.16.4",
  1285. "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.16.4.tgz",
  1286. "integrity": "sha512-YWvay25htQDifpDRJ0+yFh6xUxKnbfeJxYkPYyuXdxpEUhq4T0UWW0PbPCN/wFX7StgeUTXq5Poeo/+eys9m3w==",
  1287. "dev": true,
  1288. "license": "MIT",
  1289. "dependencies": {
  1290. "@parcel/codeframe": "2.16.4",
  1291. "@parcel/plugin": "2.16.4",
  1292. "@parcel/source-map": "^2.1.1",
  1293. "@parcel/utils": "2.16.4"
  1294. },
  1295. "engines": {
  1296. "node": ">= 16.0.0",
  1297. "parcel": "^2.16.4"
  1298. },
  1299. "funding": {
  1300. "type": "opencollective",
  1301. "url": "https://opencollective.com/parcel"
  1302. }
  1303. },
  1304. "node_modules/@parcel/reporter-tracer": {
  1305. "version": "2.16.4",
  1306. "resolved": "https://registry.npmjs.org/@parcel/reporter-tracer/-/reporter-tracer-2.16.4.tgz",
  1307. "integrity": "sha512-JKnlXpPepak0/ZybmZn9JtyjJiDBWYrt7ZUlXQhQb0xzNcd/k+RqfwVkTKIwyFHsWtym0cwibkvsi2bWFzS7tw==",
  1308. "dev": true,
  1309. "license": "MIT",
  1310. "dependencies": {
  1311. "@parcel/plugin": "2.16.4",
  1312. "@parcel/utils": "2.16.4",
  1313. "chrome-trace-event": "^1.0.3",
  1314. "nullthrows": "^1.1.1"
  1315. },
  1316. "engines": {
  1317. "node": ">= 16.0.0",
  1318. "parcel": "^2.16.4"
  1319. },
  1320. "funding": {
  1321. "type": "opencollective",
  1322. "url": "https://opencollective.com/parcel"
  1323. }
  1324. },
  1325. "node_modules/@parcel/resolver-default": {
  1326. "version": "2.16.4",
  1327. "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.16.4.tgz",
  1328. "integrity": "sha512-wJe9XQS0hn/t32pntQpJbls3ZL8mGVVhK9L7s7BTmZT9ufnvP2nif1psJz/nbgnP9LF6mLSk43OdMJKpoStsjQ==",
  1329. "dev": true,
  1330. "license": "MIT",
  1331. "dependencies": {
  1332. "@parcel/node-resolver-core": "3.7.4",
  1333. "@parcel/plugin": "2.16.4"
  1334. },
  1335. "engines": {
  1336. "node": ">= 16.0.0",
  1337. "parcel": "^2.16.4"
  1338. },
  1339. "funding": {
  1340. "type": "opencollective",
  1341. "url": "https://opencollective.com/parcel"
  1342. }
  1343. },
  1344. "node_modules/@parcel/runtime-browser-hmr": {
  1345. "version": "2.16.4",
  1346. "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.16.4.tgz",
  1347. "integrity": "sha512-asx7p3NjUSfibI3bC7+8+jUIGHWVk2Zuq9SjJGCGDt+auT9A4uSGljnsk1BWWPqqZ0WILubq4czSAqm0+wt4cw==",
  1348. "dev": true,
  1349. "license": "MIT",
  1350. "dependencies": {
  1351. "@parcel/plugin": "2.16.4",
  1352. "@parcel/utils": "2.16.4"
  1353. },
  1354. "engines": {
  1355. "node": ">= 16.0.0",
  1356. "parcel": "^2.16.4"
  1357. },
  1358. "funding": {
  1359. "type": "opencollective",
  1360. "url": "https://opencollective.com/parcel"
  1361. }
  1362. },
  1363. "node_modules/@parcel/runtime-js": {
  1364. "version": "2.16.4",
  1365. "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.16.4.tgz",
  1366. "integrity": "sha512-gUKmsjg+PULQBu2QbX0QKll9tXSqHPO8NrfxHwWb2lz5xDKDos1oV0I7BoMWbHhUHkoToXZrm654oGViujtVUA==",
  1367. "dev": true,
  1368. "license": "MIT",
  1369. "dependencies": {
  1370. "@parcel/diagnostic": "2.16.4",
  1371. "@parcel/plugin": "2.16.4",
  1372. "@parcel/utils": "2.16.4",
  1373. "nullthrows": "^1.1.1"
  1374. },
  1375. "engines": {
  1376. "node": ">= 16.0.0",
  1377. "parcel": "^2.16.4"
  1378. },
  1379. "funding": {
  1380. "type": "opencollective",
  1381. "url": "https://opencollective.com/parcel"
  1382. }
  1383. },
  1384. "node_modules/@parcel/runtime-rsc": {
  1385. "version": "2.16.4",
  1386. "resolved": "https://registry.npmjs.org/@parcel/runtime-rsc/-/runtime-rsc-2.16.4.tgz",
  1387. "integrity": "sha512-CHkotYE/cNiUjJmrc5FD9YhlFp1UF5wMNNJmoWaL40eBzsqcaV0sSn5V3bNapwewn3wrMYgdPgvOTHfaZaG73A==",
  1388. "dev": true,
  1389. "license": "MIT",
  1390. "dependencies": {
  1391. "@parcel/plugin": "2.16.4",
  1392. "@parcel/rust": "2.16.4",
  1393. "@parcel/utils": "2.16.4",
  1394. "nullthrows": "^1.1.1"
  1395. },
  1396. "engines": {
  1397. "node": ">= 12.0.0",
  1398. "parcel": "^2.16.4"
  1399. },
  1400. "funding": {
  1401. "type": "opencollective",
  1402. "url": "https://opencollective.com/parcel"
  1403. }
  1404. },
  1405. "node_modules/@parcel/runtime-service-worker": {
  1406. "version": "2.16.4",
  1407. "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.16.4.tgz",
  1408. "integrity": "sha512-FT0Q58bf5Re+dq5cL2XHbxqHHFZco6qtRijeVpT3TSPMRPlniMArypSytTeZzVNL7h/hxjWsNu7fRuC0yLB5hA==",
  1409. "dev": true,
  1410. "license": "MIT",
  1411. "dependencies": {
  1412. "@parcel/plugin": "2.16.4",
  1413. "@parcel/utils": "2.16.4",
  1414. "nullthrows": "^1.1.1"
  1415. },
  1416. "engines": {
  1417. "node": ">= 16.0.0",
  1418. "parcel": "^2.16.4"
  1419. },
  1420. "funding": {
  1421. "type": "opencollective",
  1422. "url": "https://opencollective.com/parcel"
  1423. }
  1424. },
  1425. "node_modules/@parcel/rust": {
  1426. "version": "2.16.4",
  1427. "resolved": "https://registry.npmjs.org/@parcel/rust/-/rust-2.16.4.tgz",
  1428. "integrity": "sha512-RBMKt9rCdv6jr4vXG6LmHtxzO5TuhQvXo1kSoSIF7fURRZ81D1jzBtLxwLmfxCPsofJNqWwdhy5vIvisX+TLlQ==",
  1429. "dev": true,
  1430. "license": "MIT",
  1431. "engines": {
  1432. "node": ">= 16.0.0"
  1433. },
  1434. "funding": {
  1435. "type": "opencollective",
  1436. "url": "https://opencollective.com/parcel"
  1437. },
  1438. "optionalDependencies": {
  1439. "@parcel/rust-darwin-arm64": "2.16.4",
  1440. "@parcel/rust-darwin-x64": "2.16.4",
  1441. "@parcel/rust-linux-arm-gnueabihf": "2.16.4",
  1442. "@parcel/rust-linux-arm64-gnu": "2.16.4",
  1443. "@parcel/rust-linux-arm64-musl": "2.16.4",
  1444. "@parcel/rust-linux-x64-gnu": "2.16.4",
  1445. "@parcel/rust-linux-x64-musl": "2.16.4",
  1446. "@parcel/rust-win32-x64-msvc": "2.16.4"
  1447. },
  1448. "peerDependencies": {
  1449. "napi-wasm": "^1.1.2"
  1450. },
  1451. "peerDependenciesMeta": {
  1452. "napi-wasm": {
  1453. "optional": true
  1454. }
  1455. }
  1456. },
  1457. "node_modules/@parcel/rust-darwin-arm64": {
  1458. "version": "2.16.4",
  1459. "resolved": "https://registry.npmjs.org/@parcel/rust-darwin-arm64/-/rust-darwin-arm64-2.16.4.tgz",
  1460. "integrity": "sha512-P3Se36H9EO1fOlwXqQNQ+RsVKTGn5ztRSUGbLcT8ba6oOMmU1w7J4R810GgsCbwCuF10TJNUMkuD3Q2Sz15Q3Q==",
  1461. "cpu": [
  1462. "arm64"
  1463. ],
  1464. "dev": true,
  1465. "license": "MIT",
  1466. "optional": true,
  1467. "os": [
  1468. "darwin"
  1469. ],
  1470. "engines": {
  1471. "node": ">= 10"
  1472. },
  1473. "funding": {
  1474. "type": "opencollective",
  1475. "url": "https://opencollective.com/parcel"
  1476. }
  1477. },
  1478. "node_modules/@parcel/rust-darwin-x64": {
  1479. "version": "2.16.4",
  1480. "resolved": "https://registry.npmjs.org/@parcel/rust-darwin-x64/-/rust-darwin-x64-2.16.4.tgz",
  1481. "integrity": "sha512-8aNKNyPIx3EthYpmVJevIdHmFsOApXAEYGi3HU69jTxLgSIfyEHDdGE9lEsMvhSrd/SSo4/euAtiV+pqK04wnA==",
  1482. "cpu": [
  1483. "x64"
  1484. ],
  1485. "dev": true,
  1486. "license": "MIT",
  1487. "optional": true,
  1488. "os": [
  1489. "darwin"
  1490. ],
  1491. "engines": {
  1492. "node": ">= 10"
  1493. },
  1494. "funding": {
  1495. "type": "opencollective",
  1496. "url": "https://opencollective.com/parcel"
  1497. }
  1498. },
  1499. "node_modules/@parcel/rust-linux-arm-gnueabihf": {
  1500. "version": "2.16.4",
  1501. "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm-gnueabihf/-/rust-linux-arm-gnueabihf-2.16.4.tgz",
  1502. "integrity": "sha512-QrvqiSHaWRLc0JBHgUHVvDthfWSkA6AFN+ikV1UGENv4j2r/QgvuwJiG0VHrsL6pH5dRqj0vvngHzEgguke9DA==",
  1503. "cpu": [
  1504. "arm"
  1505. ],
  1506. "dev": true,
  1507. "license": "MIT",
  1508. "optional": true,
  1509. "os": [
  1510. "linux"
  1511. ],
  1512. "engines": {
  1513. "node": ">= 10"
  1514. },
  1515. "funding": {
  1516. "type": "opencollective",
  1517. "url": "https://opencollective.com/parcel"
  1518. }
  1519. },
  1520. "node_modules/@parcel/rust-linux-arm64-gnu": {
  1521. "version": "2.16.4",
  1522. "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm64-gnu/-/rust-linux-arm64-gnu-2.16.4.tgz",
  1523. "integrity": "sha512-f3gBWQHLHRUajNZi3SMmDQiEx54RoRbXtZYQNuBQy7+NolfFcgb1ik3QhkT7xovuTF/LBmaqP3UFy0PxvR/iwQ==",
  1524. "cpu": [
  1525. "arm64"
  1526. ],
  1527. "dev": true,
  1528. "license": "MIT",
  1529. "optional": true,
  1530. "os": [
  1531. "linux"
  1532. ],
  1533. "engines": {
  1534. "node": ">= 10"
  1535. },
  1536. "funding": {
  1537. "type": "opencollective",
  1538. "url": "https://opencollective.com/parcel"
  1539. }
  1540. },
  1541. "node_modules/@parcel/rust-linux-arm64-musl": {
  1542. "version": "2.16.4",
  1543. "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm64-musl/-/rust-linux-arm64-musl-2.16.4.tgz",
  1544. "integrity": "sha512-cwml18RNKsBwHyZnrZg4jpecXkWjaY/mCArocWUxkFXjjB97L56QWQM9W86f2/Y3HcFcnIGJwx1SDDKJrV6OIA==",
  1545. "cpu": [
  1546. "arm64"
  1547. ],
  1548. "dev": true,
  1549. "license": "MIT",
  1550. "optional": true,
  1551. "os": [
  1552. "linux"
  1553. ],
  1554. "engines": {
  1555. "node": ">= 10"
  1556. },
  1557. "funding": {
  1558. "type": "opencollective",
  1559. "url": "https://opencollective.com/parcel"
  1560. }
  1561. },
  1562. "node_modules/@parcel/rust-linux-x64-gnu": {
  1563. "version": "2.16.4",
  1564. "resolved": "https://registry.npmjs.org/@parcel/rust-linux-x64-gnu/-/rust-linux-x64-gnu-2.16.4.tgz",
  1565. "integrity": "sha512-0xIjQaN8hiG0F9R8coPYidHslDIrbfOS/qFy5GJNbGA3S49h61wZRBMQqa7JFW4+2T8R0J9j0SKHhLXpbLXrIg==",
  1566. "cpu": [
  1567. "x64"
  1568. ],
  1569. "dev": true,
  1570. "license": "MIT",
  1571. "optional": true,
  1572. "os": [
  1573. "linux"
  1574. ],
  1575. "engines": {
  1576. "node": ">= 10"
  1577. },
  1578. "funding": {
  1579. "type": "opencollective",
  1580. "url": "https://opencollective.com/parcel"
  1581. }
  1582. },
  1583. "node_modules/@parcel/rust-linux-x64-musl": {
  1584. "version": "2.16.4",
  1585. "resolved": "https://registry.npmjs.org/@parcel/rust-linux-x64-musl/-/rust-linux-x64-musl-2.16.4.tgz",
  1586. "integrity": "sha512-fYn21GIecHK9RoZPKwT9NOwxwl3Gy3RYPR6zvsUi0+hpFo19Ph9EzFXN3lT8Pi5KiwQMCU4rsLb5HoWOBM1FeA==",
  1587. "cpu": [
  1588. "x64"
  1589. ],
  1590. "dev": true,
  1591. "license": "MIT",
  1592. "optional": true,
  1593. "os": [
  1594. "linux"
  1595. ],
  1596. "engines": {
  1597. "node": ">= 10"
  1598. },
  1599. "funding": {
  1600. "type": "opencollective",
  1601. "url": "https://opencollective.com/parcel"
  1602. }
  1603. },
  1604. "node_modules/@parcel/rust-win32-x64-msvc": {
  1605. "version": "2.16.4",
  1606. "resolved": "https://registry.npmjs.org/@parcel/rust-win32-x64-msvc/-/rust-win32-x64-msvc-2.16.4.tgz",
  1607. "integrity": "sha512-TcpWC3I1mJpfP2++018lgvM7UX0P8IrzNxceBTHUKEIDMwmAYrUKAQFiaU0j1Ldqk6yP8SPZD3cvphumsYpJOQ==",
  1608. "cpu": [
  1609. "x64"
  1610. ],
  1611. "dev": true,
  1612. "license": "MIT",
  1613. "optional": true,
  1614. "os": [
  1615. "win32"
  1616. ],
  1617. "engines": {
  1618. "node": ">= 10"
  1619. },
  1620. "funding": {
  1621. "type": "opencollective",
  1622. "url": "https://opencollective.com/parcel"
  1623. }
  1624. },
  1625. "node_modules/@parcel/source-map": {
  1626. "version": "2.1.1",
  1627. "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.1.1.tgz",
  1628. "integrity": "sha512-Ejx1P/mj+kMjQb8/y5XxDUn4reGdr+WyKYloBljpppUy8gs42T+BNoEOuRYqDVdgPc6NxduzIDoJS9pOFfV5Ew==",
  1629. "dev": true,
  1630. "license": "MIT",
  1631. "dependencies": {
  1632. "detect-libc": "^1.0.3"
  1633. },
  1634. "engines": {
  1635. "node": "^12.18.3 || >=14"
  1636. }
  1637. },
  1638. "node_modules/@parcel/transformer-babel": {
  1639. "version": "2.16.4",
  1640. "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.16.4.tgz",
  1641. "integrity": "sha512-CMDUOQYX7+cmeyHxHSFnoPcwvXNL7rRFE+Q06uVFzsYYiVhbwGF/1J5Bx4cW3Froumqla4YTytTsEteJEybkdA==",
  1642. "dev": true,
  1643. "license": "MIT",
  1644. "dependencies": {
  1645. "@parcel/diagnostic": "2.16.4",
  1646. "@parcel/plugin": "2.16.4",
  1647. "@parcel/source-map": "^2.1.1",
  1648. "@parcel/utils": "2.16.4",
  1649. "browserslist": "^4.24.5",
  1650. "json5": "^2.2.3",
  1651. "nullthrows": "^1.1.1",
  1652. "semver": "^7.7.1"
  1653. },
  1654. "engines": {
  1655. "node": ">= 16.0.0",
  1656. "parcel": "^2.16.4"
  1657. },
  1658. "funding": {
  1659. "type": "opencollective",
  1660. "url": "https://opencollective.com/parcel"
  1661. }
  1662. },
  1663. "node_modules/@parcel/transformer-css": {
  1664. "version": "2.16.4",
  1665. "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.16.4.tgz",
  1666. "integrity": "sha512-VG/+DbDci2HKe20GFRDs65ZQf5GUFfnmZAa1BhVl/MO+ijT3XC3eoVUy5cExRkq4VLcPY4ytL0g/1T2D6x7lBQ==",
  1667. "dev": true,
  1668. "license": "MIT",
  1669. "dependencies": {
  1670. "@parcel/diagnostic": "2.16.4",
  1671. "@parcel/plugin": "2.16.4",
  1672. "@parcel/source-map": "^2.1.1",
  1673. "@parcel/utils": "2.16.4",
  1674. "browserslist": "^4.24.5",
  1675. "lightningcss": "^1.30.1",
  1676. "nullthrows": "^1.1.1"
  1677. },
  1678. "engines": {
  1679. "node": ">= 16.0.0",
  1680. "parcel": "^2.16.4"
  1681. },
  1682. "funding": {
  1683. "type": "opencollective",
  1684. "url": "https://opencollective.com/parcel"
  1685. }
  1686. },
  1687. "node_modules/@parcel/transformer-html": {
  1688. "version": "2.16.4",
  1689. "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.16.4.tgz",
  1690. "integrity": "sha512-w6JErYTeNS+KAzUAER18NHFIFFvxiLGd4Fht1UYcb/FDjJdLAMB/FljyEs0Rto/WAhZ2D0MuSL25HQh837R62g==",
  1691. "dev": true,
  1692. "license": "MIT",
  1693. "dependencies": {
  1694. "@parcel/diagnostic": "2.16.4",
  1695. "@parcel/plugin": "2.16.4",
  1696. "@parcel/rust": "2.16.4"
  1697. },
  1698. "engines": {
  1699. "node": ">= 16.0.0",
  1700. "parcel": "^2.16.4"
  1701. },
  1702. "funding": {
  1703. "type": "opencollective",
  1704. "url": "https://opencollective.com/parcel"
  1705. }
  1706. },
  1707. "node_modules/@parcel/transformer-image": {
  1708. "version": "2.16.4",
  1709. "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.16.4.tgz",
  1710. "integrity": "sha512-ZzIn3KvvRqMfcect4Dy+57C9XoQXZhpVJKBdQWMp9wM1qJEgsVgGDcaSBYCs/UYSKMRMP6Wm20pKCt408RkQzg==",
  1711. "dev": true,
  1712. "license": "MIT",
  1713. "dependencies": {
  1714. "@parcel/plugin": "2.16.4",
  1715. "@parcel/utils": "2.16.4",
  1716. "@parcel/workers": "2.16.4",
  1717. "nullthrows": "^1.1.1"
  1718. },
  1719. "engines": {
  1720. "node": ">= 16.0.0",
  1721. "parcel": "^2.16.4"
  1722. },
  1723. "peerDependencies": {
  1724. "@parcel/core": "^2.16.4"
  1725. }
  1726. },
  1727. "node_modules/@parcel/transformer-js": {
  1728. "version": "2.16.4",
  1729. "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.16.4.tgz",
  1730. "integrity": "sha512-FD2fdO6URwAGBPidb3x1dDgLBt972mko0LelcSU05aC/pcKaV9mbCtINbPul1MlStzkxDelhuImcCYIyerheVQ==",
  1731. "dev": true,
  1732. "license": "MIT",
  1733. "dependencies": {
  1734. "@parcel/diagnostic": "2.16.4",
  1735. "@parcel/plugin": "2.16.4",
  1736. "@parcel/rust": "2.16.4",
  1737. "@parcel/source-map": "^2.1.1",
  1738. "@parcel/utils": "2.16.4",
  1739. "@parcel/workers": "2.16.4",
  1740. "@swc/helpers": "^0.5.0",
  1741. "browserslist": "^4.24.5",
  1742. "nullthrows": "^1.1.1",
  1743. "regenerator-runtime": "^0.14.1",
  1744. "semver": "^7.7.1"
  1745. },
  1746. "engines": {
  1747. "node": ">= 16.0.0",
  1748. "parcel": "^2.16.4"
  1749. },
  1750. "funding": {
  1751. "type": "opencollective",
  1752. "url": "https://opencollective.com/parcel"
  1753. },
  1754. "peerDependencies": {
  1755. "@parcel/core": "^2.16.4"
  1756. }
  1757. },
  1758. "node_modules/@parcel/transformer-json": {
  1759. "version": "2.16.4",
  1760. "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.16.4.tgz",
  1761. "integrity": "sha512-pB3ZNqgokdkBCJ+4G0BrPYcIkyM9K1HVk0GvjzcLEFDKsoAp8BGEM68FzagFM/nVq9anYTshIaoh349GK0M/bg==",
  1762. "dev": true,
  1763. "license": "MIT",
  1764. "dependencies": {
  1765. "@parcel/plugin": "2.16.4",
  1766. "json5": "^2.2.3"
  1767. },
  1768. "engines": {
  1769. "node": ">= 16.0.0",
  1770. "parcel": "^2.16.4"
  1771. },
  1772. "funding": {
  1773. "type": "opencollective",
  1774. "url": "https://opencollective.com/parcel"
  1775. }
  1776. },
  1777. "node_modules/@parcel/transformer-node": {
  1778. "version": "2.16.4",
  1779. "resolved": "https://registry.npmjs.org/@parcel/transformer-node/-/transformer-node-2.16.4.tgz",
  1780. "integrity": "sha512-7t43CPGfMJk1LqFokwxHSsRi+kKC2QvDXaMtqiMShmk50LCwn81WgzuFvNhMwf6lSiBihWupGwF3Fqksg+aisg==",
  1781. "dev": true,
  1782. "license": "MIT",
  1783. "dependencies": {
  1784. "@parcel/plugin": "2.16.4"
  1785. },
  1786. "engines": {
  1787. "node": ">= 16.0.0",
  1788. "parcel": "^2.16.4"
  1789. },
  1790. "funding": {
  1791. "type": "opencollective",
  1792. "url": "https://opencollective.com/parcel"
  1793. }
  1794. },
  1795. "node_modules/@parcel/transformer-postcss": {
  1796. "version": "2.16.4",
  1797. "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.16.4.tgz",
  1798. "integrity": "sha512-jfmh9ho03H+qwz9S1b/a/oaOmgfMovtHKYDweIGMjKULKIee3AFRqo8RZIOuUMjDuqHWK8SqQmjery4syFV3Xw==",
  1799. "dev": true,
  1800. "license": "MIT",
  1801. "dependencies": {
  1802. "@parcel/diagnostic": "2.16.4",
  1803. "@parcel/plugin": "2.16.4",
  1804. "@parcel/rust": "2.16.4",
  1805. "@parcel/utils": "2.16.4",
  1806. "clone": "^2.1.2",
  1807. "nullthrows": "^1.1.1",
  1808. "postcss-value-parser": "^4.2.0",
  1809. "semver": "^7.7.1"
  1810. },
  1811. "engines": {
  1812. "node": ">= 16.0.0",
  1813. "parcel": "^2.16.4"
  1814. },
  1815. "funding": {
  1816. "type": "opencollective",
  1817. "url": "https://opencollective.com/parcel"
  1818. }
  1819. },
  1820. "node_modules/@parcel/transformer-posthtml": {
  1821. "version": "2.16.4",
  1822. "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.16.4.tgz",
  1823. "integrity": "sha512-+GXsmGx1L25KQGQnwclgEuQe1t4QU+IoDkgN+Ikj+EnQCOWG4/ts2VpMBeqP5F18ZT4cCSRafj6317o/2lSGJg==",
  1824. "dev": true,
  1825. "license": "MIT",
  1826. "dependencies": {
  1827. "@parcel/plugin": "2.16.4",
  1828. "@parcel/utils": "2.16.4"
  1829. },
  1830. "engines": {
  1831. "node": ">= 16.0.0",
  1832. "parcel": "^2.16.4"
  1833. },
  1834. "funding": {
  1835. "type": "opencollective",
  1836. "url": "https://opencollective.com/parcel"
  1837. }
  1838. },
  1839. "node_modules/@parcel/transformer-raw": {
  1840. "version": "2.16.4",
  1841. "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.16.4.tgz",
  1842. "integrity": "sha512-7WDUPq+bW11G9jKxaQIVL+NPGolV99oq/GXhpjYip0SaGaLzRCW7gEk60cftuk0O7MsDaX5jcAJm3G/AX+LJKg==",
  1843. "dev": true,
  1844. "license": "MIT",
  1845. "dependencies": {
  1846. "@parcel/plugin": "2.16.4"
  1847. },
  1848. "engines": {
  1849. "node": ">= 16.0.0",
  1850. "parcel": "^2.16.4"
  1851. },
  1852. "funding": {
  1853. "type": "opencollective",
  1854. "url": "https://opencollective.com/parcel"
  1855. }
  1856. },
  1857. "node_modules/@parcel/transformer-react-refresh-wrap": {
  1858. "version": "2.16.4",
  1859. "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.16.4.tgz",
  1860. "integrity": "sha512-MiLNZrsGQJTANKKa4lzZyUbGj/en0Hms474mMdQkCBFg6GmjfmXwaMMgtTfPA3ZwSp2+3LeObCyca/f9B2gBZQ==",
  1861. "dev": true,
  1862. "license": "MIT",
  1863. "dependencies": {
  1864. "@parcel/error-overlay": "2.16.4",
  1865. "@parcel/plugin": "2.16.4",
  1866. "@parcel/utils": "2.16.4",
  1867. "react-refresh": "^0.16.0"
  1868. },
  1869. "engines": {
  1870. "node": ">= 16.0.0",
  1871. "parcel": "^2.16.4"
  1872. },
  1873. "funding": {
  1874. "type": "opencollective",
  1875. "url": "https://opencollective.com/parcel"
  1876. }
  1877. },
  1878. "node_modules/@parcel/transformer-svg": {
  1879. "version": "2.16.4",
  1880. "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.16.4.tgz",
  1881. "integrity": "sha512-0dm4cQr/WpfQP6N0xjFtwdLTxcONDfoLgTOMk4eNUWydHipSgmLtvUk/nOc/FWkwztRScfAObtZXOiPOd3Oy9A==",
  1882. "dev": true,
  1883. "license": "MIT",
  1884. "dependencies": {
  1885. "@parcel/diagnostic": "2.16.4",
  1886. "@parcel/plugin": "2.16.4",
  1887. "@parcel/rust": "2.16.4"
  1888. },
  1889. "engines": {
  1890. "node": ">= 16.0.0",
  1891. "parcel": "^2.16.4"
  1892. },
  1893. "funding": {
  1894. "type": "opencollective",
  1895. "url": "https://opencollective.com/parcel"
  1896. }
  1897. },
  1898. "node_modules/@parcel/types": {
  1899. "version": "2.16.4",
  1900. "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.16.4.tgz",
  1901. "integrity": "sha512-ctx4mBskZHXeDVHg4OjMwx18jfYH9BzI/7yqbDQVGvd5lyA+/oVVzYdpele2J2i2sSaJ87cA8nb57GDQ8kHAqA==",
  1902. "dev": true,
  1903. "license": "MIT",
  1904. "dependencies": {
  1905. "@parcel/types-internal": "2.16.4",
  1906. "@parcel/workers": "2.16.4"
  1907. }
  1908. },
  1909. "node_modules/@parcel/types-internal": {
  1910. "version": "2.16.4",
  1911. "resolved": "https://registry.npmjs.org/@parcel/types-internal/-/types-internal-2.16.4.tgz",
  1912. "integrity": "sha512-PE6Qmt5cjzBxX+6MPLiF7r+twoC+V9Skt3zyuBQ+H1c0i9o07Bbz2NKX10nvlPukfmW6Fu/1RvTLkzBZR1bU6A==",
  1913. "dev": true,
  1914. "license": "MIT",
  1915. "dependencies": {
  1916. "@parcel/diagnostic": "2.16.4",
  1917. "@parcel/feature-flags": "2.16.4",
  1918. "@parcel/source-map": "^2.1.1",
  1919. "utility-types": "^3.11.0"
  1920. }
  1921. },
  1922. "node_modules/@parcel/utils": {
  1923. "version": "2.16.4",
  1924. "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.16.4.tgz",
  1925. "integrity": "sha512-lkmxQHcHyOWZLbV8t+h2CGZIkPiBurLm/TS5wNT7+tq0qt9KbVwL7FP2K93TbXhLMGTmpI79Bf3qKniPM167Mw==",
  1926. "dev": true,
  1927. "license": "MIT",
  1928. "dependencies": {
  1929. "@parcel/codeframe": "2.16.4",
  1930. "@parcel/diagnostic": "2.16.4",
  1931. "@parcel/logger": "2.16.4",
  1932. "@parcel/markdown-ansi": "2.16.4",
  1933. "@parcel/rust": "2.16.4",
  1934. "@parcel/source-map": "^2.1.1",
  1935. "chalk": "^4.1.2",
  1936. "nullthrows": "^1.1.1"
  1937. },
  1938. "engines": {
  1939. "node": ">= 16.0.0"
  1940. },
  1941. "funding": {
  1942. "type": "opencollective",
  1943. "url": "https://opencollective.com/parcel"
  1944. }
  1945. },
  1946. "node_modules/@parcel/watcher": {
  1947. "version": "2.5.6",
  1948. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  1949. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  1950. "dev": true,
  1951. "hasInstallScript": true,
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "detect-libc": "^2.0.3",
  1955. "is-glob": "^4.0.3",
  1956. "node-addon-api": "^7.0.0",
  1957. "picomatch": "^4.0.3"
  1958. },
  1959. "engines": {
  1960. "node": ">= 10.0.0"
  1961. },
  1962. "funding": {
  1963. "type": "opencollective",
  1964. "url": "https://opencollective.com/parcel"
  1965. },
  1966. "optionalDependencies": {
  1967. "@parcel/watcher-android-arm64": "2.5.6",
  1968. "@parcel/watcher-darwin-arm64": "2.5.6",
  1969. "@parcel/watcher-darwin-x64": "2.5.6",
  1970. "@parcel/watcher-freebsd-x64": "2.5.6",
  1971. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  1972. "@parcel/watcher-linux-arm-musl": "2.5.6",
  1973. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  1974. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  1975. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  1976. "@parcel/watcher-linux-x64-musl": "2.5.6",
  1977. "@parcel/watcher-win32-arm64": "2.5.6",
  1978. "@parcel/watcher-win32-ia32": "2.5.6",
  1979. "@parcel/watcher-win32-x64": "2.5.6"
  1980. }
  1981. },
  1982. "node_modules/@parcel/watcher-android-arm64": {
  1983. "version": "2.5.6",
  1984. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  1985. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  1986. "cpu": [
  1987. "arm64"
  1988. ],
  1989. "dev": true,
  1990. "license": "MIT",
  1991. "optional": true,
  1992. "os": [
  1993. "android"
  1994. ],
  1995. "engines": {
  1996. "node": ">= 10.0.0"
  1997. },
  1998. "funding": {
  1999. "type": "opencollective",
  2000. "url": "https://opencollective.com/parcel"
  2001. }
  2002. },
  2003. "node_modules/@parcel/watcher-darwin-arm64": {
  2004. "version": "2.5.6",
  2005. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  2006. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  2007. "cpu": [
  2008. "arm64"
  2009. ],
  2010. "dev": true,
  2011. "license": "MIT",
  2012. "optional": true,
  2013. "os": [
  2014. "darwin"
  2015. ],
  2016. "engines": {
  2017. "node": ">= 10.0.0"
  2018. },
  2019. "funding": {
  2020. "type": "opencollective",
  2021. "url": "https://opencollective.com/parcel"
  2022. }
  2023. },
  2024. "node_modules/@parcel/watcher-darwin-x64": {
  2025. "version": "2.5.6",
  2026. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  2027. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  2028. "cpu": [
  2029. "x64"
  2030. ],
  2031. "dev": true,
  2032. "license": "MIT",
  2033. "optional": true,
  2034. "os": [
  2035. "darwin"
  2036. ],
  2037. "engines": {
  2038. "node": ">= 10.0.0"
  2039. },
  2040. "funding": {
  2041. "type": "opencollective",
  2042. "url": "https://opencollective.com/parcel"
  2043. }
  2044. },
  2045. "node_modules/@parcel/watcher-freebsd-x64": {
  2046. "version": "2.5.6",
  2047. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  2048. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  2049. "cpu": [
  2050. "x64"
  2051. ],
  2052. "dev": true,
  2053. "license": "MIT",
  2054. "optional": true,
  2055. "os": [
  2056. "freebsd"
  2057. ],
  2058. "engines": {
  2059. "node": ">= 10.0.0"
  2060. },
  2061. "funding": {
  2062. "type": "opencollective",
  2063. "url": "https://opencollective.com/parcel"
  2064. }
  2065. },
  2066. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2067. "version": "2.5.6",
  2068. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  2069. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  2070. "cpu": [
  2071. "arm"
  2072. ],
  2073. "dev": true,
  2074. "license": "MIT",
  2075. "optional": true,
  2076. "os": [
  2077. "linux"
  2078. ],
  2079. "engines": {
  2080. "node": ">= 10.0.0"
  2081. },
  2082. "funding": {
  2083. "type": "opencollective",
  2084. "url": "https://opencollective.com/parcel"
  2085. }
  2086. },
  2087. "node_modules/@parcel/watcher-linux-arm-musl": {
  2088. "version": "2.5.6",
  2089. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  2090. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  2091. "cpu": [
  2092. "arm"
  2093. ],
  2094. "dev": true,
  2095. "license": "MIT",
  2096. "optional": true,
  2097. "os": [
  2098. "linux"
  2099. ],
  2100. "engines": {
  2101. "node": ">= 10.0.0"
  2102. },
  2103. "funding": {
  2104. "type": "opencollective",
  2105. "url": "https://opencollective.com/parcel"
  2106. }
  2107. },
  2108. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2109. "version": "2.5.6",
  2110. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  2111. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  2112. "cpu": [
  2113. "arm64"
  2114. ],
  2115. "dev": true,
  2116. "license": "MIT",
  2117. "optional": true,
  2118. "os": [
  2119. "linux"
  2120. ],
  2121. "engines": {
  2122. "node": ">= 10.0.0"
  2123. },
  2124. "funding": {
  2125. "type": "opencollective",
  2126. "url": "https://opencollective.com/parcel"
  2127. }
  2128. },
  2129. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2130. "version": "2.5.6",
  2131. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  2132. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  2133. "cpu": [
  2134. "arm64"
  2135. ],
  2136. "dev": true,
  2137. "license": "MIT",
  2138. "optional": true,
  2139. "os": [
  2140. "linux"
  2141. ],
  2142. "engines": {
  2143. "node": ">= 10.0.0"
  2144. },
  2145. "funding": {
  2146. "type": "opencollective",
  2147. "url": "https://opencollective.com/parcel"
  2148. }
  2149. },
  2150. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2151. "version": "2.5.6",
  2152. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  2153. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  2154. "cpu": [
  2155. "x64"
  2156. ],
  2157. "dev": true,
  2158. "license": "MIT",
  2159. "optional": true,
  2160. "os": [
  2161. "linux"
  2162. ],
  2163. "engines": {
  2164. "node": ">= 10.0.0"
  2165. },
  2166. "funding": {
  2167. "type": "opencollective",
  2168. "url": "https://opencollective.com/parcel"
  2169. }
  2170. },
  2171. "node_modules/@parcel/watcher-linux-x64-musl": {
  2172. "version": "2.5.6",
  2173. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  2174. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  2175. "cpu": [
  2176. "x64"
  2177. ],
  2178. "dev": true,
  2179. "license": "MIT",
  2180. "optional": true,
  2181. "os": [
  2182. "linux"
  2183. ],
  2184. "engines": {
  2185. "node": ">= 10.0.0"
  2186. },
  2187. "funding": {
  2188. "type": "opencollective",
  2189. "url": "https://opencollective.com/parcel"
  2190. }
  2191. },
  2192. "node_modules/@parcel/watcher-win32-arm64": {
  2193. "version": "2.5.6",
  2194. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  2195. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  2196. "cpu": [
  2197. "arm64"
  2198. ],
  2199. "dev": true,
  2200. "license": "MIT",
  2201. "optional": true,
  2202. "os": [
  2203. "win32"
  2204. ],
  2205. "engines": {
  2206. "node": ">= 10.0.0"
  2207. },
  2208. "funding": {
  2209. "type": "opencollective",
  2210. "url": "https://opencollective.com/parcel"
  2211. }
  2212. },
  2213. "node_modules/@parcel/watcher-win32-ia32": {
  2214. "version": "2.5.6",
  2215. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  2216. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  2217. "cpu": [
  2218. "ia32"
  2219. ],
  2220. "dev": true,
  2221. "license": "MIT",
  2222. "optional": true,
  2223. "os": [
  2224. "win32"
  2225. ],
  2226. "engines": {
  2227. "node": ">= 10.0.0"
  2228. },
  2229. "funding": {
  2230. "type": "opencollective",
  2231. "url": "https://opencollective.com/parcel"
  2232. }
  2233. },
  2234. "node_modules/@parcel/watcher-win32-x64": {
  2235. "version": "2.5.6",
  2236. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  2237. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  2238. "cpu": [
  2239. "x64"
  2240. ],
  2241. "dev": true,
  2242. "license": "MIT",
  2243. "optional": true,
  2244. "os": [
  2245. "win32"
  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/node_modules/detect-libc": {
  2256. "version": "2.1.2",
  2257. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2258. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2259. "dev": true,
  2260. "license": "Apache-2.0",
  2261. "engines": {
  2262. "node": ">=8"
  2263. }
  2264. },
  2265. "node_modules/@parcel/workers": {
  2266. "version": "2.16.4",
  2267. "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.16.4.tgz",
  2268. "integrity": "sha512-dkBEWqnHXDZnRbTZouNt4uEGIslJT+V0c8OH1MPOfjISp1ucD6/u9ET8k9d/PxS9h1hL53og0SpBuuSEPLDl6A==",
  2269. "dev": true,
  2270. "license": "MIT",
  2271. "dependencies": {
  2272. "@parcel/diagnostic": "2.16.4",
  2273. "@parcel/logger": "2.16.4",
  2274. "@parcel/profiler": "2.16.4",
  2275. "@parcel/types-internal": "2.16.4",
  2276. "@parcel/utils": "2.16.4",
  2277. "nullthrows": "^1.1.1"
  2278. },
  2279. "engines": {
  2280. "node": ">= 16.0.0"
  2281. },
  2282. "funding": {
  2283. "type": "opencollective",
  2284. "url": "https://opencollective.com/parcel"
  2285. },
  2286. "peerDependencies": {
  2287. "@parcel/core": "^2.16.4"
  2288. }
  2289. },
  2290. "node_modules/@rtsao/scc": {
  2291. "version": "1.1.0",
  2292. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  2293. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  2294. "dev": true,
  2295. "license": "MIT"
  2296. },
  2297. "node_modules/@sindresorhus/merge-streams": {
  2298. "version": "4.0.0",
  2299. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  2300. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  2301. "dev": true,
  2302. "license": "MIT",
  2303. "engines": {
  2304. "node": ">=18"
  2305. },
  2306. "funding": {
  2307. "url": "https://github.com/sponsors/sindresorhus"
  2308. }
  2309. },
  2310. "node_modules/@swc/core": {
  2311. "version": "1.15.13",
  2312. "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.13.tgz",
  2313. "integrity": "sha512-0l1gl/72PErwUZuavcRpRAQN9uSst+Nk++niC5IX6lmMWpXoScYx3oq/narT64/sKv/eRiPTaAjBFGDEQiWJIw==",
  2314. "dev": true,
  2315. "hasInstallScript": true,
  2316. "license": "Apache-2.0",
  2317. "dependencies": {
  2318. "@swc/counter": "^0.1.3",
  2319. "@swc/types": "^0.1.25"
  2320. },
  2321. "engines": {
  2322. "node": ">=10"
  2323. },
  2324. "funding": {
  2325. "type": "opencollective",
  2326. "url": "https://opencollective.com/swc"
  2327. },
  2328. "optionalDependencies": {
  2329. "@swc/core-darwin-arm64": "1.15.13",
  2330. "@swc/core-darwin-x64": "1.15.13",
  2331. "@swc/core-linux-arm-gnueabihf": "1.15.13",
  2332. "@swc/core-linux-arm64-gnu": "1.15.13",
  2333. "@swc/core-linux-arm64-musl": "1.15.13",
  2334. "@swc/core-linux-x64-gnu": "1.15.13",
  2335. "@swc/core-linux-x64-musl": "1.15.13",
  2336. "@swc/core-win32-arm64-msvc": "1.15.13",
  2337. "@swc/core-win32-ia32-msvc": "1.15.13",
  2338. "@swc/core-win32-x64-msvc": "1.15.13"
  2339. },
  2340. "peerDependencies": {
  2341. "@swc/helpers": ">=0.5.17"
  2342. },
  2343. "peerDependenciesMeta": {
  2344. "@swc/helpers": {
  2345. "optional": true
  2346. }
  2347. }
  2348. },
  2349. "node_modules/@swc/core-darwin-arm64": {
  2350. "version": "1.15.13",
  2351. "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.13.tgz",
  2352. "integrity": "sha512-ztXusRuC5NV2w+a6pDhX13CGioMLq8CjX5P4XgVJ21ocqz9t19288Do0y8LklplDtwcEhYGTNdMbkmUT7+lDTg==",
  2353. "cpu": [
  2354. "arm64"
  2355. ],
  2356. "dev": true,
  2357. "license": "Apache-2.0 AND MIT",
  2358. "optional": true,
  2359. "os": [
  2360. "darwin"
  2361. ],
  2362. "engines": {
  2363. "node": ">=10"
  2364. }
  2365. },
  2366. "node_modules/@swc/core-darwin-x64": {
  2367. "version": "1.15.13",
  2368. "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.13.tgz",
  2369. "integrity": "sha512-cVifxQUKhaE7qcO/y9Mq6PEhoyvN9tSLzCnnFZ4EIabFHBuLtDDO6a+vLveOy98hAs5Qu1+bb5Nv0oa1Pihe3Q==",
  2370. "cpu": [
  2371. "x64"
  2372. ],
  2373. "dev": true,
  2374. "license": "Apache-2.0 AND MIT",
  2375. "optional": true,
  2376. "os": [
  2377. "darwin"
  2378. ],
  2379. "engines": {
  2380. "node": ">=10"
  2381. }
  2382. },
  2383. "node_modules/@swc/core-linux-arm-gnueabihf": {
  2384. "version": "1.15.13",
  2385. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.13.tgz",
  2386. "integrity": "sha512-t+xxEzZ48enl/wGGy7SRYd7kImWQ/+wvVFD7g5JZo234g6/QnIgZ+YdfIyjHB+ZJI3F7a2IQHS7RNjxF29UkWw==",
  2387. "cpu": [
  2388. "arm"
  2389. ],
  2390. "dev": true,
  2391. "license": "Apache-2.0",
  2392. "optional": true,
  2393. "os": [
  2394. "linux"
  2395. ],
  2396. "engines": {
  2397. "node": ">=10"
  2398. }
  2399. },
  2400. "node_modules/@swc/core-linux-arm64-gnu": {
  2401. "version": "1.15.13",
  2402. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.13.tgz",
  2403. "integrity": "sha512-VndeGvKmTXFn6AGwjy0Kg8i7HccOCE7Jt/vmZwRxGtOfNZM1RLYRQ7MfDLo6T0h1Bq6eYzps3L5Ma4zBmjOnOg==",
  2404. "cpu": [
  2405. "arm64"
  2406. ],
  2407. "dev": true,
  2408. "license": "Apache-2.0 AND MIT",
  2409. "optional": true,
  2410. "os": [
  2411. "linux"
  2412. ],
  2413. "engines": {
  2414. "node": ">=10"
  2415. }
  2416. },
  2417. "node_modules/@swc/core-linux-arm64-musl": {
  2418. "version": "1.15.13",
  2419. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.13.tgz",
  2420. "integrity": "sha512-SmZ9m+XqCB35NddHCctvHFLqPZDAs5j8IgD36GoutufDJmeq2VNfgk5rQoqNqKmAK3Y7iFdEmI76QoHIWiCLyw==",
  2421. "cpu": [
  2422. "arm64"
  2423. ],
  2424. "dev": true,
  2425. "license": "Apache-2.0 AND MIT",
  2426. "optional": true,
  2427. "os": [
  2428. "linux"
  2429. ],
  2430. "engines": {
  2431. "node": ">=10"
  2432. }
  2433. },
  2434. "node_modules/@swc/core-linux-x64-gnu": {
  2435. "version": "1.15.13",
  2436. "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.13.tgz",
  2437. "integrity": "sha512-5rij+vB9a29aNkHq72EXI2ihDZPszJb4zlApJY4aCC/q6utgqFA6CkrfTfIb+O8hxtG3zP5KERETz8mfFK6A0A==",
  2438. "cpu": [
  2439. "x64"
  2440. ],
  2441. "dev": true,
  2442. "license": "Apache-2.0 AND MIT",
  2443. "optional": true,
  2444. "os": [
  2445. "linux"
  2446. ],
  2447. "engines": {
  2448. "node": ">=10"
  2449. }
  2450. },
  2451. "node_modules/@swc/core-linux-x64-musl": {
  2452. "version": "1.15.13",
  2453. "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.13.tgz",
  2454. "integrity": "sha512-OlSlaOK9JplQ5qn07WiBLibkOw7iml2++ojEXhhR3rbWrNEKCD7sd8+6wSavsInyFdw4PhLA+Hy6YyDBIE23Yw==",
  2455. "cpu": [
  2456. "x64"
  2457. ],
  2458. "dev": true,
  2459. "license": "Apache-2.0 AND MIT",
  2460. "optional": true,
  2461. "os": [
  2462. "linux"
  2463. ],
  2464. "engines": {
  2465. "node": ">=10"
  2466. }
  2467. },
  2468. "node_modules/@swc/core-win32-arm64-msvc": {
  2469. "version": "1.15.13",
  2470. "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.13.tgz",
  2471. "integrity": "sha512-zwQii5YVdsfG8Ti9gIKgBKZg8qMkRZxl+OlYWUT5D93Jl4NuNBRausP20tfEkQdAPSRrMCSUZBM6FhW7izAZRg==",
  2472. "cpu": [
  2473. "arm64"
  2474. ],
  2475. "dev": true,
  2476. "license": "Apache-2.0 AND MIT",
  2477. "optional": true,
  2478. "os": [
  2479. "win32"
  2480. ],
  2481. "engines": {
  2482. "node": ">=10"
  2483. }
  2484. },
  2485. "node_modules/@swc/core-win32-ia32-msvc": {
  2486. "version": "1.15.13",
  2487. "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.13.tgz",
  2488. "integrity": "sha512-hYXvyVVntqRlYoAIDwNzkS3tL2ijP3rxyWQMNKaxcCxxkCDto/w3meOK/OB6rbQSkNw0qTUcBfU9k+T0ptYdfQ==",
  2489. "cpu": [
  2490. "ia32"
  2491. ],
  2492. "dev": true,
  2493. "license": "Apache-2.0 AND MIT",
  2494. "optional": true,
  2495. "os": [
  2496. "win32"
  2497. ],
  2498. "engines": {
  2499. "node": ">=10"
  2500. }
  2501. },
  2502. "node_modules/@swc/core-win32-x64-msvc": {
  2503. "version": "1.15.13",
  2504. "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.13.tgz",
  2505. "integrity": "sha512-XTzKs7c/vYCcjmcwawnQvlHHNS1naJEAzcBckMI5OJlnrcgW8UtcX9NHFYvNjGtXuKv0/9KvqL4fuahdvlNGKw==",
  2506. "cpu": [
  2507. "x64"
  2508. ],
  2509. "dev": true,
  2510. "license": "Apache-2.0 AND MIT",
  2511. "optional": true,
  2512. "os": [
  2513. "win32"
  2514. ],
  2515. "engines": {
  2516. "node": ">=10"
  2517. }
  2518. },
  2519. "node_modules/@swc/counter": {
  2520. "version": "0.1.3",
  2521. "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
  2522. "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
  2523. "dev": true,
  2524. "license": "Apache-2.0"
  2525. },
  2526. "node_modules/@swc/helpers": {
  2527. "version": "0.5.19",
  2528. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.19.tgz",
  2529. "integrity": "sha512-QamiFeIK3txNjgUTNppE6MiG3p7TdninpZu0E0PbqVh1a9FNLT2FRhisaa4NcaX52XVhA5l7Pk58Ft7Sqi/2sA==",
  2530. "dev": true,
  2531. "license": "Apache-2.0",
  2532. "dependencies": {
  2533. "tslib": "^2.8.0"
  2534. }
  2535. },
  2536. "node_modules/@swc/types": {
  2537. "version": "0.1.25",
  2538. "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.25.tgz",
  2539. "integrity": "sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==",
  2540. "dev": true,
  2541. "license": "Apache-2.0",
  2542. "dependencies": {
  2543. "@swc/counter": "^0.1.3"
  2544. }
  2545. },
  2546. "node_modules/@types/json5": {
  2547. "version": "0.0.29",
  2548. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  2549. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  2550. "dev": true
  2551. },
  2552. "node_modules/@ungap/structured-clone": {
  2553. "version": "1.3.0",
  2554. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  2555. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  2556. "dev": true,
  2557. "license": "ISC"
  2558. },
  2559. "node_modules/@xterm/addon-fit": {
  2560. "version": "0.11.0",
  2561. "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.11.0.tgz",
  2562. "integrity": "sha512-jYcgT6xtVYhnhgxh3QgYDnnNMYTcf8ElbxxFzX0IZo+vabQqSPAjC3c1wJrKB5E19VwQei89QCiZZP86DCPF7g==",
  2563. "license": "MIT"
  2564. },
  2565. "node_modules/@xterm/xterm": {
  2566. "version": "6.0.0",
  2567. "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-6.0.0.tgz",
  2568. "integrity": "sha512-TQwDdQGtwwDt+2cgKDLn0IRaSxYu1tSUjgKarSDkUM0ZNiSRXFpjxEsvc/Zgc5kq5omJ+V0a8/kIM2WD3sMOYg==",
  2569. "license": "MIT",
  2570. "workspaces": [
  2571. "addons/*"
  2572. ]
  2573. },
  2574. "node_modules/acorn": {
  2575. "version": "8.16.0",
  2576. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  2577. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  2578. "dev": true,
  2579. "license": "MIT",
  2580. "bin": {
  2581. "acorn": "bin/acorn"
  2582. },
  2583. "engines": {
  2584. "node": ">=0.4.0"
  2585. }
  2586. },
  2587. "node_modules/acorn-jsx": {
  2588. "version": "5.3.2",
  2589. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2590. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2591. "dev": true,
  2592. "license": "MIT",
  2593. "peerDependencies": {
  2594. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2595. }
  2596. },
  2597. "node_modules/ajv": {
  2598. "version": "6.14.0",
  2599. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
  2600. "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
  2601. "dev": true,
  2602. "license": "MIT",
  2603. "dependencies": {
  2604. "fast-deep-equal": "^3.1.1",
  2605. "fast-json-stable-stringify": "^2.0.0",
  2606. "json-schema-traverse": "^0.4.1",
  2607. "uri-js": "^4.2.2"
  2608. },
  2609. "funding": {
  2610. "type": "github",
  2611. "url": "https://github.com/sponsors/epoberezkin"
  2612. }
  2613. },
  2614. "node_modules/ansi-regex": {
  2615. "version": "5.0.1",
  2616. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2617. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2618. "dev": true,
  2619. "engines": {
  2620. "node": ">=8"
  2621. }
  2622. },
  2623. "node_modules/ansi-styles": {
  2624. "version": "4.3.0",
  2625. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2626. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2627. "dev": true,
  2628. "dependencies": {
  2629. "color-convert": "^2.0.1"
  2630. },
  2631. "engines": {
  2632. "node": ">=8"
  2633. },
  2634. "funding": {
  2635. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2636. }
  2637. },
  2638. "node_modules/argparse": {
  2639. "version": "2.0.1",
  2640. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2641. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2642. "dev": true,
  2643. "license": "Python-2.0"
  2644. },
  2645. "node_modules/array-buffer-byte-length": {
  2646. "version": "1.0.2",
  2647. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  2648. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  2649. "dev": true,
  2650. "license": "MIT",
  2651. "dependencies": {
  2652. "call-bound": "^1.0.3",
  2653. "is-array-buffer": "^3.0.5"
  2654. },
  2655. "engines": {
  2656. "node": ">= 0.4"
  2657. },
  2658. "funding": {
  2659. "url": "https://github.com/sponsors/ljharb"
  2660. }
  2661. },
  2662. "node_modules/array-includes": {
  2663. "version": "3.1.9",
  2664. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  2665. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  2666. "dev": true,
  2667. "license": "MIT",
  2668. "dependencies": {
  2669. "call-bind": "^1.0.8",
  2670. "call-bound": "^1.0.4",
  2671. "define-properties": "^1.2.1",
  2672. "es-abstract": "^1.24.0",
  2673. "es-object-atoms": "^1.1.1",
  2674. "get-intrinsic": "^1.3.0",
  2675. "is-string": "^1.1.1",
  2676. "math-intrinsics": "^1.1.0"
  2677. },
  2678. "engines": {
  2679. "node": ">= 0.4"
  2680. },
  2681. "funding": {
  2682. "url": "https://github.com/sponsors/ljharb"
  2683. }
  2684. },
  2685. "node_modules/array.prototype.findlast": {
  2686. "version": "1.2.5",
  2687. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2688. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2689. "dev": true,
  2690. "license": "MIT",
  2691. "dependencies": {
  2692. "call-bind": "^1.0.7",
  2693. "define-properties": "^1.2.1",
  2694. "es-abstract": "^1.23.2",
  2695. "es-errors": "^1.3.0",
  2696. "es-object-atoms": "^1.0.0",
  2697. "es-shim-unscopables": "^1.0.2"
  2698. },
  2699. "engines": {
  2700. "node": ">= 0.4"
  2701. },
  2702. "funding": {
  2703. "url": "https://github.com/sponsors/ljharb"
  2704. }
  2705. },
  2706. "node_modules/array.prototype.findlastindex": {
  2707. "version": "1.2.6",
  2708. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  2709. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  2710. "dev": true,
  2711. "license": "MIT",
  2712. "dependencies": {
  2713. "call-bind": "^1.0.8",
  2714. "call-bound": "^1.0.4",
  2715. "define-properties": "^1.2.1",
  2716. "es-abstract": "^1.23.9",
  2717. "es-errors": "^1.3.0",
  2718. "es-object-atoms": "^1.1.1",
  2719. "es-shim-unscopables": "^1.1.0"
  2720. },
  2721. "engines": {
  2722. "node": ">= 0.4"
  2723. },
  2724. "funding": {
  2725. "url": "https://github.com/sponsors/ljharb"
  2726. }
  2727. },
  2728. "node_modules/array.prototype.flat": {
  2729. "version": "1.3.3",
  2730. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  2731. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  2732. "dev": true,
  2733. "license": "MIT",
  2734. "dependencies": {
  2735. "call-bind": "^1.0.8",
  2736. "define-properties": "^1.2.1",
  2737. "es-abstract": "^1.23.5",
  2738. "es-shim-unscopables": "^1.0.2"
  2739. },
  2740. "engines": {
  2741. "node": ">= 0.4"
  2742. },
  2743. "funding": {
  2744. "url": "https://github.com/sponsors/ljharb"
  2745. }
  2746. },
  2747. "node_modules/array.prototype.flatmap": {
  2748. "version": "1.3.3",
  2749. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  2750. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  2751. "dev": true,
  2752. "license": "MIT",
  2753. "dependencies": {
  2754. "call-bind": "^1.0.8",
  2755. "define-properties": "^1.2.1",
  2756. "es-abstract": "^1.23.5",
  2757. "es-shim-unscopables": "^1.0.2"
  2758. },
  2759. "engines": {
  2760. "node": ">= 0.4"
  2761. },
  2762. "funding": {
  2763. "url": "https://github.com/sponsors/ljharb"
  2764. }
  2765. },
  2766. "node_modules/array.prototype.tosorted": {
  2767. "version": "1.1.4",
  2768. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  2769. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  2770. "dev": true,
  2771. "license": "MIT",
  2772. "dependencies": {
  2773. "call-bind": "^1.0.7",
  2774. "define-properties": "^1.2.1",
  2775. "es-abstract": "^1.23.3",
  2776. "es-errors": "^1.3.0",
  2777. "es-shim-unscopables": "^1.0.2"
  2778. },
  2779. "engines": {
  2780. "node": ">= 0.4"
  2781. }
  2782. },
  2783. "node_modules/arraybuffer.prototype.slice": {
  2784. "version": "1.0.4",
  2785. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  2786. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  2787. "dev": true,
  2788. "license": "MIT",
  2789. "dependencies": {
  2790. "array-buffer-byte-length": "^1.0.1",
  2791. "call-bind": "^1.0.8",
  2792. "define-properties": "^1.2.1",
  2793. "es-abstract": "^1.23.5",
  2794. "es-errors": "^1.3.0",
  2795. "get-intrinsic": "^1.2.6",
  2796. "is-array-buffer": "^3.0.4"
  2797. },
  2798. "engines": {
  2799. "node": ">= 0.4"
  2800. },
  2801. "funding": {
  2802. "url": "https://github.com/sponsors/ljharb"
  2803. }
  2804. },
  2805. "node_modules/astral-regex": {
  2806. "version": "2.0.0",
  2807. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  2808. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  2809. "dev": true,
  2810. "license": "MIT",
  2811. "engines": {
  2812. "node": ">=8"
  2813. }
  2814. },
  2815. "node_modules/async-function": {
  2816. "version": "1.0.0",
  2817. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  2818. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  2819. "dev": true,
  2820. "license": "MIT",
  2821. "engines": {
  2822. "node": ">= 0.4"
  2823. }
  2824. },
  2825. "node_modules/available-typed-arrays": {
  2826. "version": "1.0.7",
  2827. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  2828. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  2829. "dev": true,
  2830. "license": "MIT",
  2831. "dependencies": {
  2832. "possible-typed-array-names": "^1.0.0"
  2833. },
  2834. "engines": {
  2835. "node": ">= 0.4"
  2836. },
  2837. "funding": {
  2838. "url": "https://github.com/sponsors/ljharb"
  2839. }
  2840. },
  2841. "node_modules/balanced-match": {
  2842. "version": "1.0.2",
  2843. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2844. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2845. "dev": true
  2846. },
  2847. "node_modules/base-x": {
  2848. "version": "3.0.11",
  2849. "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.11.tgz",
  2850. "integrity": "sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==",
  2851. "dev": true,
  2852. "license": "MIT",
  2853. "dependencies": {
  2854. "safe-buffer": "^5.0.1"
  2855. }
  2856. },
  2857. "node_modules/baseline-browser-mapping": {
  2858. "version": "2.10.0",
  2859. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
  2860. "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
  2861. "dev": true,
  2862. "license": "Apache-2.0",
  2863. "bin": {
  2864. "baseline-browser-mapping": "dist/cli.cjs"
  2865. },
  2866. "engines": {
  2867. "node": ">=6.0.0"
  2868. }
  2869. },
  2870. "node_modules/brace-expansion": {
  2871. "version": "1.1.12",
  2872. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  2873. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  2874. "dev": true,
  2875. "license": "MIT",
  2876. "dependencies": {
  2877. "balanced-match": "^1.0.0",
  2878. "concat-map": "0.0.1"
  2879. }
  2880. },
  2881. "node_modules/braces": {
  2882. "version": "3.0.3",
  2883. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2884. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2885. "dev": true,
  2886. "license": "MIT",
  2887. "dependencies": {
  2888. "fill-range": "^7.1.1"
  2889. },
  2890. "engines": {
  2891. "node": ">=8"
  2892. }
  2893. },
  2894. "node_modules/browserslist": {
  2895. "version": "4.28.1",
  2896. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
  2897. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  2898. "dev": true,
  2899. "funding": [
  2900. {
  2901. "type": "opencollective",
  2902. "url": "https://opencollective.com/browserslist"
  2903. },
  2904. {
  2905. "type": "tidelift",
  2906. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2907. },
  2908. {
  2909. "type": "github",
  2910. "url": "https://github.com/sponsors/ai"
  2911. }
  2912. ],
  2913. "license": "MIT",
  2914. "dependencies": {
  2915. "baseline-browser-mapping": "^2.9.0",
  2916. "caniuse-lite": "^1.0.30001759",
  2917. "electron-to-chromium": "^1.5.263",
  2918. "node-releases": "^2.0.27",
  2919. "update-browserslist-db": "^1.2.0"
  2920. },
  2921. "bin": {
  2922. "browserslist": "cli.js"
  2923. },
  2924. "engines": {
  2925. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2926. }
  2927. },
  2928. "node_modules/builtin-modules": {
  2929. "version": "3.3.0",
  2930. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  2931. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  2932. "dev": true,
  2933. "license": "MIT",
  2934. "peer": true,
  2935. "engines": {
  2936. "node": ">=6"
  2937. },
  2938. "funding": {
  2939. "url": "https://github.com/sponsors/sindresorhus"
  2940. }
  2941. },
  2942. "node_modules/builtins": {
  2943. "version": "5.1.0",
  2944. "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
  2945. "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
  2946. "dev": true,
  2947. "license": "MIT",
  2948. "dependencies": {
  2949. "semver": "^7.0.0"
  2950. }
  2951. },
  2952. "node_modules/cacheable": {
  2953. "version": "2.3.2",
  2954. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.3.2.tgz",
  2955. "integrity": "sha512-w+ZuRNmex9c1TR9RcsxbfTKCjSL0rh1WA5SABbrWprIHeNBdmyQLSYonlDy9gpD+63XT8DgZ/wNh1Smvc9WnJA==",
  2956. "dev": true,
  2957. "license": "MIT",
  2958. "dependencies": {
  2959. "@cacheable/memory": "^2.0.7",
  2960. "@cacheable/utils": "^2.3.3",
  2961. "hookified": "^1.15.0",
  2962. "keyv": "^5.5.5",
  2963. "qified": "^0.6.0"
  2964. }
  2965. },
  2966. "node_modules/cacheable/node_modules/keyv": {
  2967. "version": "5.6.0",
  2968. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  2969. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  2970. "dev": true,
  2971. "license": "MIT",
  2972. "dependencies": {
  2973. "@keyv/serialize": "^1.1.1"
  2974. }
  2975. },
  2976. "node_modules/call-bind": {
  2977. "version": "1.0.8",
  2978. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  2979. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  2980. "dev": true,
  2981. "license": "MIT",
  2982. "dependencies": {
  2983. "call-bind-apply-helpers": "^1.0.0",
  2984. "es-define-property": "^1.0.0",
  2985. "get-intrinsic": "^1.2.4",
  2986. "set-function-length": "^1.2.2"
  2987. },
  2988. "engines": {
  2989. "node": ">= 0.4"
  2990. },
  2991. "funding": {
  2992. "url": "https://github.com/sponsors/ljharb"
  2993. }
  2994. },
  2995. "node_modules/call-bind-apply-helpers": {
  2996. "version": "1.0.2",
  2997. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2998. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2999. "dev": true,
  3000. "license": "MIT",
  3001. "dependencies": {
  3002. "es-errors": "^1.3.0",
  3003. "function-bind": "^1.1.2"
  3004. },
  3005. "engines": {
  3006. "node": ">= 0.4"
  3007. }
  3008. },
  3009. "node_modules/call-bound": {
  3010. "version": "1.0.4",
  3011. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  3012. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  3013. "dev": true,
  3014. "license": "MIT",
  3015. "dependencies": {
  3016. "call-bind-apply-helpers": "^1.0.2",
  3017. "get-intrinsic": "^1.3.0"
  3018. },
  3019. "engines": {
  3020. "node": ">= 0.4"
  3021. },
  3022. "funding": {
  3023. "url": "https://github.com/sponsors/ljharb"
  3024. }
  3025. },
  3026. "node_modules/callsites": {
  3027. "version": "3.1.0",
  3028. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3029. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3030. "dev": true,
  3031. "license": "MIT",
  3032. "engines": {
  3033. "node": ">=6"
  3034. }
  3035. },
  3036. "node_modules/caniuse-lite": {
  3037. "version": "1.0.30001774",
  3038. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz",
  3039. "integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
  3040. "dev": true,
  3041. "funding": [
  3042. {
  3043. "type": "opencollective",
  3044. "url": "https://opencollective.com/browserslist"
  3045. },
  3046. {
  3047. "type": "tidelift",
  3048. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3049. },
  3050. {
  3051. "type": "github",
  3052. "url": "https://github.com/sponsors/ai"
  3053. }
  3054. ],
  3055. "license": "CC-BY-4.0"
  3056. },
  3057. "node_modules/chalk": {
  3058. "version": "4.1.2",
  3059. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3060. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3061. "dev": true,
  3062. "dependencies": {
  3063. "ansi-styles": "^4.1.0",
  3064. "supports-color": "^7.1.0"
  3065. },
  3066. "engines": {
  3067. "node": ">=10"
  3068. },
  3069. "funding": {
  3070. "url": "https://github.com/chalk/chalk?sponsor=1"
  3071. }
  3072. },
  3073. "node_modules/chrome-trace-event": {
  3074. "version": "1.0.4",
  3075. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
  3076. "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
  3077. "dev": true,
  3078. "license": "MIT",
  3079. "engines": {
  3080. "node": ">=6.0"
  3081. }
  3082. },
  3083. "node_modules/clone": {
  3084. "version": "2.1.2",
  3085. "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
  3086. "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
  3087. "dev": true,
  3088. "license": "MIT",
  3089. "engines": {
  3090. "node": ">=0.8"
  3091. }
  3092. },
  3093. "node_modules/color-convert": {
  3094. "version": "2.0.1",
  3095. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3096. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3097. "dev": true,
  3098. "dependencies": {
  3099. "color-name": "~1.1.4"
  3100. },
  3101. "engines": {
  3102. "node": ">=7.0.0"
  3103. }
  3104. },
  3105. "node_modules/color-name": {
  3106. "version": "1.1.4",
  3107. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3108. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3109. "dev": true
  3110. },
  3111. "node_modules/colord": {
  3112. "version": "2.9.3",
  3113. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  3114. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  3115. "dev": true
  3116. },
  3117. "node_modules/commander": {
  3118. "version": "12.1.0",
  3119. "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
  3120. "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
  3121. "dev": true,
  3122. "license": "MIT",
  3123. "engines": {
  3124. "node": ">=18"
  3125. }
  3126. },
  3127. "node_modules/concat-map": {
  3128. "version": "0.0.1",
  3129. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3130. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3131. "dev": true
  3132. },
  3133. "node_modules/cosmiconfig": {
  3134. "version": "9.0.0",
  3135. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
  3136. "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
  3137. "dev": true,
  3138. "license": "MIT",
  3139. "dependencies": {
  3140. "env-paths": "^2.2.1",
  3141. "import-fresh": "^3.3.0",
  3142. "js-yaml": "^4.1.0",
  3143. "parse-json": "^5.2.0"
  3144. },
  3145. "engines": {
  3146. "node": ">=14"
  3147. },
  3148. "funding": {
  3149. "url": "https://github.com/sponsors/d-fischer"
  3150. },
  3151. "peerDependencies": {
  3152. "typescript": ">=4.9.5"
  3153. },
  3154. "peerDependenciesMeta": {
  3155. "typescript": {
  3156. "optional": true
  3157. }
  3158. }
  3159. },
  3160. "node_modules/cross-spawn": {
  3161. "version": "7.0.6",
  3162. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  3163. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  3164. "dev": true,
  3165. "license": "MIT",
  3166. "dependencies": {
  3167. "path-key": "^3.1.0",
  3168. "shebang-command": "^2.0.0",
  3169. "which": "^2.0.1"
  3170. },
  3171. "engines": {
  3172. "node": ">= 8"
  3173. }
  3174. },
  3175. "node_modules/css-functions-list": {
  3176. "version": "3.3.3",
  3177. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.3.3.tgz",
  3178. "integrity": "sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==",
  3179. "dev": true,
  3180. "license": "MIT",
  3181. "engines": {
  3182. "node": ">=12"
  3183. }
  3184. },
  3185. "node_modules/css-tree": {
  3186. "version": "3.1.0",
  3187. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  3188. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  3189. "dev": true,
  3190. "license": "MIT",
  3191. "dependencies": {
  3192. "mdn-data": "2.12.2",
  3193. "source-map-js": "^1.0.1"
  3194. },
  3195. "engines": {
  3196. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  3197. }
  3198. },
  3199. "node_modules/cssesc": {
  3200. "version": "3.0.0",
  3201. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  3202. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  3203. "dev": true,
  3204. "license": "MIT",
  3205. "bin": {
  3206. "cssesc": "bin/cssesc"
  3207. },
  3208. "engines": {
  3209. "node": ">=4"
  3210. }
  3211. },
  3212. "node_modules/data-view-buffer": {
  3213. "version": "1.0.2",
  3214. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  3215. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  3216. "dev": true,
  3217. "license": "MIT",
  3218. "dependencies": {
  3219. "call-bound": "^1.0.3",
  3220. "es-errors": "^1.3.0",
  3221. "is-data-view": "^1.0.2"
  3222. },
  3223. "engines": {
  3224. "node": ">= 0.4"
  3225. },
  3226. "funding": {
  3227. "url": "https://github.com/sponsors/ljharb"
  3228. }
  3229. },
  3230. "node_modules/data-view-byte-length": {
  3231. "version": "1.0.2",
  3232. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  3233. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  3234. "dev": true,
  3235. "license": "MIT",
  3236. "dependencies": {
  3237. "call-bound": "^1.0.3",
  3238. "es-errors": "^1.3.0",
  3239. "is-data-view": "^1.0.2"
  3240. },
  3241. "engines": {
  3242. "node": ">= 0.4"
  3243. },
  3244. "funding": {
  3245. "url": "https://github.com/sponsors/inspect-js"
  3246. }
  3247. },
  3248. "node_modules/data-view-byte-offset": {
  3249. "version": "1.0.1",
  3250. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  3251. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  3252. "dev": true,
  3253. "license": "MIT",
  3254. "dependencies": {
  3255. "call-bound": "^1.0.2",
  3256. "es-errors": "^1.3.0",
  3257. "is-data-view": "^1.0.1"
  3258. },
  3259. "engines": {
  3260. "node": ">= 0.4"
  3261. },
  3262. "funding": {
  3263. "url": "https://github.com/sponsors/ljharb"
  3264. }
  3265. },
  3266. "node_modules/debug": {
  3267. "version": "4.4.3",
  3268. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  3269. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  3270. "dev": true,
  3271. "license": "MIT",
  3272. "dependencies": {
  3273. "ms": "^2.1.3"
  3274. },
  3275. "engines": {
  3276. "node": ">=6.0"
  3277. },
  3278. "peerDependenciesMeta": {
  3279. "supports-color": {
  3280. "optional": true
  3281. }
  3282. }
  3283. },
  3284. "node_modules/deep-is": {
  3285. "version": "0.1.4",
  3286. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3287. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3288. "dev": true
  3289. },
  3290. "node_modules/define-data-property": {
  3291. "version": "1.1.4",
  3292. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  3293. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  3294. "dev": true,
  3295. "dependencies": {
  3296. "es-define-property": "^1.0.0",
  3297. "es-errors": "^1.3.0",
  3298. "gopd": "^1.0.1"
  3299. },
  3300. "engines": {
  3301. "node": ">= 0.4"
  3302. },
  3303. "funding": {
  3304. "url": "https://github.com/sponsors/ljharb"
  3305. }
  3306. },
  3307. "node_modules/define-properties": {
  3308. "version": "1.2.1",
  3309. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  3310. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  3311. "dev": true,
  3312. "dependencies": {
  3313. "define-data-property": "^1.0.1",
  3314. "has-property-descriptors": "^1.0.0",
  3315. "object-keys": "^1.1.1"
  3316. },
  3317. "engines": {
  3318. "node": ">= 0.4"
  3319. },
  3320. "funding": {
  3321. "url": "https://github.com/sponsors/ljharb"
  3322. }
  3323. },
  3324. "node_modules/detect-libc": {
  3325. "version": "1.0.3",
  3326. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  3327. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  3328. "dev": true,
  3329. "license": "Apache-2.0",
  3330. "bin": {
  3331. "detect-libc": "bin/detect-libc.js"
  3332. },
  3333. "engines": {
  3334. "node": ">=0.10"
  3335. }
  3336. },
  3337. "node_modules/doctrine": {
  3338. "version": "3.0.0",
  3339. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  3340. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  3341. "dev": true,
  3342. "dependencies": {
  3343. "esutils": "^2.0.2"
  3344. },
  3345. "engines": {
  3346. "node": ">=6.0.0"
  3347. }
  3348. },
  3349. "node_modules/dotenv": {
  3350. "version": "16.6.1",
  3351. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  3352. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  3353. "dev": true,
  3354. "license": "BSD-2-Clause",
  3355. "engines": {
  3356. "node": ">=12"
  3357. },
  3358. "funding": {
  3359. "url": "https://dotenvx.com"
  3360. }
  3361. },
  3362. "node_modules/dotenv-expand": {
  3363. "version": "11.0.7",
  3364. "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz",
  3365. "integrity": "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==",
  3366. "dev": true,
  3367. "license": "BSD-2-Clause",
  3368. "dependencies": {
  3369. "dotenv": "^16.4.5"
  3370. },
  3371. "engines": {
  3372. "node": ">=12"
  3373. },
  3374. "funding": {
  3375. "url": "https://dotenvx.com"
  3376. }
  3377. },
  3378. "node_modules/dunder-proto": {
  3379. "version": "1.0.1",
  3380. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  3381. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  3382. "dev": true,
  3383. "license": "MIT",
  3384. "dependencies": {
  3385. "call-bind-apply-helpers": "^1.0.1",
  3386. "es-errors": "^1.3.0",
  3387. "gopd": "^1.2.0"
  3388. },
  3389. "engines": {
  3390. "node": ">= 0.4"
  3391. }
  3392. },
  3393. "node_modules/electron-to-chromium": {
  3394. "version": "1.5.302",
  3395. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz",
  3396. "integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
  3397. "dev": true,
  3398. "license": "ISC"
  3399. },
  3400. "node_modules/emoji-regex": {
  3401. "version": "8.0.0",
  3402. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  3403. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  3404. "dev": true,
  3405. "license": "MIT"
  3406. },
  3407. "node_modules/env-paths": {
  3408. "version": "2.2.1",
  3409. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  3410. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  3411. "dev": true,
  3412. "license": "MIT",
  3413. "engines": {
  3414. "node": ">=6"
  3415. }
  3416. },
  3417. "node_modules/error-ex": {
  3418. "version": "1.3.4",
  3419. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
  3420. "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
  3421. "dev": true,
  3422. "license": "MIT",
  3423. "dependencies": {
  3424. "is-arrayish": "^0.2.1"
  3425. }
  3426. },
  3427. "node_modules/es-abstract": {
  3428. "version": "1.24.1",
  3429. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
  3430. "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
  3431. "dev": true,
  3432. "license": "MIT",
  3433. "dependencies": {
  3434. "array-buffer-byte-length": "^1.0.2",
  3435. "arraybuffer.prototype.slice": "^1.0.4",
  3436. "available-typed-arrays": "^1.0.7",
  3437. "call-bind": "^1.0.8",
  3438. "call-bound": "^1.0.4",
  3439. "data-view-buffer": "^1.0.2",
  3440. "data-view-byte-length": "^1.0.2",
  3441. "data-view-byte-offset": "^1.0.1",
  3442. "es-define-property": "^1.0.1",
  3443. "es-errors": "^1.3.0",
  3444. "es-object-atoms": "^1.1.1",
  3445. "es-set-tostringtag": "^2.1.0",
  3446. "es-to-primitive": "^1.3.0",
  3447. "function.prototype.name": "^1.1.8",
  3448. "get-intrinsic": "^1.3.0",
  3449. "get-proto": "^1.0.1",
  3450. "get-symbol-description": "^1.1.0",
  3451. "globalthis": "^1.0.4",
  3452. "gopd": "^1.2.0",
  3453. "has-property-descriptors": "^1.0.2",
  3454. "has-proto": "^1.2.0",
  3455. "has-symbols": "^1.1.0",
  3456. "hasown": "^2.0.2",
  3457. "internal-slot": "^1.1.0",
  3458. "is-array-buffer": "^3.0.5",
  3459. "is-callable": "^1.2.7",
  3460. "is-data-view": "^1.0.2",
  3461. "is-negative-zero": "^2.0.3",
  3462. "is-regex": "^1.2.1",
  3463. "is-set": "^2.0.3",
  3464. "is-shared-array-buffer": "^1.0.4",
  3465. "is-string": "^1.1.1",
  3466. "is-typed-array": "^1.1.15",
  3467. "is-weakref": "^1.1.1",
  3468. "math-intrinsics": "^1.1.0",
  3469. "object-inspect": "^1.13.4",
  3470. "object-keys": "^1.1.1",
  3471. "object.assign": "^4.1.7",
  3472. "own-keys": "^1.0.1",
  3473. "regexp.prototype.flags": "^1.5.4",
  3474. "safe-array-concat": "^1.1.3",
  3475. "safe-push-apply": "^1.0.0",
  3476. "safe-regex-test": "^1.1.0",
  3477. "set-proto": "^1.0.0",
  3478. "stop-iteration-iterator": "^1.1.0",
  3479. "string.prototype.trim": "^1.2.10",
  3480. "string.prototype.trimend": "^1.0.9",
  3481. "string.prototype.trimstart": "^1.0.8",
  3482. "typed-array-buffer": "^1.0.3",
  3483. "typed-array-byte-length": "^1.0.3",
  3484. "typed-array-byte-offset": "^1.0.4",
  3485. "typed-array-length": "^1.0.7",
  3486. "unbox-primitive": "^1.1.0",
  3487. "which-typed-array": "^1.1.19"
  3488. },
  3489. "engines": {
  3490. "node": ">= 0.4"
  3491. },
  3492. "funding": {
  3493. "url": "https://github.com/sponsors/ljharb"
  3494. }
  3495. },
  3496. "node_modules/es-define-property": {
  3497. "version": "1.0.1",
  3498. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  3499. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3500. "dev": true,
  3501. "license": "MIT",
  3502. "engines": {
  3503. "node": ">= 0.4"
  3504. }
  3505. },
  3506. "node_modules/es-errors": {
  3507. "version": "1.3.0",
  3508. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  3509. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3510. "dev": true,
  3511. "engines": {
  3512. "node": ">= 0.4"
  3513. }
  3514. },
  3515. "node_modules/es-iterator-helpers": {
  3516. "version": "1.2.2",
  3517. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz",
  3518. "integrity": "sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==",
  3519. "dev": true,
  3520. "license": "MIT",
  3521. "dependencies": {
  3522. "call-bind": "^1.0.8",
  3523. "call-bound": "^1.0.4",
  3524. "define-properties": "^1.2.1",
  3525. "es-abstract": "^1.24.1",
  3526. "es-errors": "^1.3.0",
  3527. "es-set-tostringtag": "^2.1.0",
  3528. "function-bind": "^1.1.2",
  3529. "get-intrinsic": "^1.3.0",
  3530. "globalthis": "^1.0.4",
  3531. "gopd": "^1.2.0",
  3532. "has-property-descriptors": "^1.0.2",
  3533. "has-proto": "^1.2.0",
  3534. "has-symbols": "^1.1.0",
  3535. "internal-slot": "^1.1.0",
  3536. "iterator.prototype": "^1.1.5",
  3537. "safe-array-concat": "^1.1.3"
  3538. },
  3539. "engines": {
  3540. "node": ">= 0.4"
  3541. }
  3542. },
  3543. "node_modules/es-object-atoms": {
  3544. "version": "1.1.1",
  3545. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  3546. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  3547. "dev": true,
  3548. "license": "MIT",
  3549. "dependencies": {
  3550. "es-errors": "^1.3.0"
  3551. },
  3552. "engines": {
  3553. "node": ">= 0.4"
  3554. }
  3555. },
  3556. "node_modules/es-set-tostringtag": {
  3557. "version": "2.1.0",
  3558. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  3559. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  3560. "dev": true,
  3561. "license": "MIT",
  3562. "dependencies": {
  3563. "es-errors": "^1.3.0",
  3564. "get-intrinsic": "^1.2.6",
  3565. "has-tostringtag": "^1.0.2",
  3566. "hasown": "^2.0.2"
  3567. },
  3568. "engines": {
  3569. "node": ">= 0.4"
  3570. }
  3571. },
  3572. "node_modules/es-shim-unscopables": {
  3573. "version": "1.1.0",
  3574. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  3575. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  3576. "dev": true,
  3577. "license": "MIT",
  3578. "dependencies": {
  3579. "hasown": "^2.0.2"
  3580. },
  3581. "engines": {
  3582. "node": ">= 0.4"
  3583. }
  3584. },
  3585. "node_modules/es-to-primitive": {
  3586. "version": "1.3.0",
  3587. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  3588. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  3589. "dev": true,
  3590. "license": "MIT",
  3591. "dependencies": {
  3592. "is-callable": "^1.2.7",
  3593. "is-date-object": "^1.0.5",
  3594. "is-symbol": "^1.0.4"
  3595. },
  3596. "engines": {
  3597. "node": ">= 0.4"
  3598. },
  3599. "funding": {
  3600. "url": "https://github.com/sponsors/ljharb"
  3601. }
  3602. },
  3603. "node_modules/escalade": {
  3604. "version": "3.2.0",
  3605. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  3606. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3607. "dev": true,
  3608. "license": "MIT",
  3609. "engines": {
  3610. "node": ">=6"
  3611. }
  3612. },
  3613. "node_modules/escape-string-regexp": {
  3614. "version": "4.0.0",
  3615. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3616. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3617. "dev": true,
  3618. "engines": {
  3619. "node": ">=10"
  3620. },
  3621. "funding": {
  3622. "url": "https://github.com/sponsors/sindresorhus"
  3623. }
  3624. },
  3625. "node_modules/eslint": {
  3626. "version": "8.57.1",
  3627. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  3628. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  3629. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  3630. "dev": true,
  3631. "license": "MIT",
  3632. "dependencies": {
  3633. "@eslint-community/eslint-utils": "^4.2.0",
  3634. "@eslint-community/regexpp": "^4.6.1",
  3635. "@eslint/eslintrc": "^2.1.4",
  3636. "@eslint/js": "8.57.1",
  3637. "@humanwhocodes/config-array": "^0.13.0",
  3638. "@humanwhocodes/module-importer": "^1.0.1",
  3639. "@nodelib/fs.walk": "^1.2.8",
  3640. "@ungap/structured-clone": "^1.2.0",
  3641. "ajv": "^6.12.4",
  3642. "chalk": "^4.0.0",
  3643. "cross-spawn": "^7.0.2",
  3644. "debug": "^4.3.2",
  3645. "doctrine": "^3.0.0",
  3646. "escape-string-regexp": "^4.0.0",
  3647. "eslint-scope": "^7.2.2",
  3648. "eslint-visitor-keys": "^3.4.3",
  3649. "espree": "^9.6.1",
  3650. "esquery": "^1.4.2",
  3651. "esutils": "^2.0.2",
  3652. "fast-deep-equal": "^3.1.3",
  3653. "file-entry-cache": "^6.0.1",
  3654. "find-up": "^5.0.0",
  3655. "glob-parent": "^6.0.2",
  3656. "globals": "^13.19.0",
  3657. "graphemer": "^1.4.0",
  3658. "ignore": "^5.2.0",
  3659. "imurmurhash": "^0.1.4",
  3660. "is-glob": "^4.0.0",
  3661. "is-path-inside": "^3.0.3",
  3662. "js-yaml": "^4.1.0",
  3663. "json-stable-stringify-without-jsonify": "^1.0.1",
  3664. "levn": "^0.4.1",
  3665. "lodash.merge": "^4.6.2",
  3666. "minimatch": "^3.1.2",
  3667. "natural-compare": "^1.4.0",
  3668. "optionator": "^0.9.3",
  3669. "strip-ansi": "^6.0.1",
  3670. "text-table": "^0.2.0"
  3671. },
  3672. "bin": {
  3673. "eslint": "bin/eslint.js"
  3674. },
  3675. "engines": {
  3676. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3677. },
  3678. "funding": {
  3679. "url": "https://opencollective.com/eslint"
  3680. }
  3681. },
  3682. "node_modules/eslint-compat-utils": {
  3683. "version": "0.5.1",
  3684. "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz",
  3685. "integrity": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==",
  3686. "dev": true,
  3687. "license": "MIT",
  3688. "peer": true,
  3689. "dependencies": {
  3690. "semver": "^7.5.4"
  3691. },
  3692. "engines": {
  3693. "node": ">=12"
  3694. },
  3695. "peerDependencies": {
  3696. "eslint": ">=6.0.0"
  3697. }
  3698. },
  3699. "node_modules/eslint-config-standard": {
  3700. "version": "17.1.0",
  3701. "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
  3702. "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
  3703. "dev": true,
  3704. "funding": [
  3705. {
  3706. "type": "github",
  3707. "url": "https://github.com/sponsors/feross"
  3708. },
  3709. {
  3710. "type": "patreon",
  3711. "url": "https://www.patreon.com/feross"
  3712. },
  3713. {
  3714. "type": "consulting",
  3715. "url": "https://feross.org/support"
  3716. }
  3717. ],
  3718. "license": "MIT",
  3719. "engines": {
  3720. "node": ">=12.0.0"
  3721. },
  3722. "peerDependencies": {
  3723. "eslint": "^8.0.1",
  3724. "eslint-plugin-import": "^2.25.2",
  3725. "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
  3726. "eslint-plugin-promise": "^6.0.0"
  3727. }
  3728. },
  3729. "node_modules/eslint-config-standard-jsx": {
  3730. "version": "11.0.0",
  3731. "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz",
  3732. "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==",
  3733. "dev": true,
  3734. "funding": [
  3735. {
  3736. "type": "github",
  3737. "url": "https://github.com/sponsors/feross"
  3738. },
  3739. {
  3740. "type": "patreon",
  3741. "url": "https://www.patreon.com/feross"
  3742. },
  3743. {
  3744. "type": "consulting",
  3745. "url": "https://feross.org/support"
  3746. }
  3747. ],
  3748. "license": "MIT",
  3749. "peerDependencies": {
  3750. "eslint": "^8.8.0",
  3751. "eslint-plugin-react": "^7.28.0"
  3752. }
  3753. },
  3754. "node_modules/eslint-import-resolver-node": {
  3755. "version": "0.3.9",
  3756. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  3757. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  3758. "dev": true,
  3759. "dependencies": {
  3760. "debug": "^3.2.7",
  3761. "is-core-module": "^2.13.0",
  3762. "resolve": "^1.22.4"
  3763. }
  3764. },
  3765. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3766. "version": "3.2.7",
  3767. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3768. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3769. "dev": true,
  3770. "dependencies": {
  3771. "ms": "^2.1.1"
  3772. }
  3773. },
  3774. "node_modules/eslint-module-utils": {
  3775. "version": "2.12.1",
  3776. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  3777. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  3778. "dev": true,
  3779. "license": "MIT",
  3780. "dependencies": {
  3781. "debug": "^3.2.7"
  3782. },
  3783. "engines": {
  3784. "node": ">=4"
  3785. },
  3786. "peerDependenciesMeta": {
  3787. "eslint": {
  3788. "optional": true
  3789. }
  3790. }
  3791. },
  3792. "node_modules/eslint-module-utils/node_modules/debug": {
  3793. "version": "3.2.7",
  3794. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3795. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3796. "dev": true,
  3797. "license": "MIT",
  3798. "dependencies": {
  3799. "ms": "^2.1.1"
  3800. }
  3801. },
  3802. "node_modules/eslint-plugin-es-x": {
  3803. "version": "7.8.0",
  3804. "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz",
  3805. "integrity": "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==",
  3806. "dev": true,
  3807. "funding": [
  3808. "https://github.com/sponsors/ota-meshi",
  3809. "https://opencollective.com/eslint"
  3810. ],
  3811. "license": "MIT",
  3812. "peer": true,
  3813. "dependencies": {
  3814. "@eslint-community/eslint-utils": "^4.1.2",
  3815. "@eslint-community/regexpp": "^4.11.0",
  3816. "eslint-compat-utils": "^0.5.1"
  3817. },
  3818. "engines": {
  3819. "node": "^14.18.0 || >=16.0.0"
  3820. },
  3821. "peerDependencies": {
  3822. "eslint": ">=8"
  3823. }
  3824. },
  3825. "node_modules/eslint-plugin-import": {
  3826. "version": "2.32.0",
  3827. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  3828. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  3829. "dev": true,
  3830. "license": "MIT",
  3831. "dependencies": {
  3832. "@rtsao/scc": "^1.1.0",
  3833. "array-includes": "^3.1.9",
  3834. "array.prototype.findlastindex": "^1.2.6",
  3835. "array.prototype.flat": "^1.3.3",
  3836. "array.prototype.flatmap": "^1.3.3",
  3837. "debug": "^3.2.7",
  3838. "doctrine": "^2.1.0",
  3839. "eslint-import-resolver-node": "^0.3.9",
  3840. "eslint-module-utils": "^2.12.1",
  3841. "hasown": "^2.0.2",
  3842. "is-core-module": "^2.16.1",
  3843. "is-glob": "^4.0.3",
  3844. "minimatch": "^3.1.2",
  3845. "object.fromentries": "^2.0.8",
  3846. "object.groupby": "^1.0.3",
  3847. "object.values": "^1.2.1",
  3848. "semver": "^6.3.1",
  3849. "string.prototype.trimend": "^1.0.9",
  3850. "tsconfig-paths": "^3.15.0"
  3851. },
  3852. "engines": {
  3853. "node": ">=4"
  3854. },
  3855. "peerDependencies": {
  3856. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  3857. }
  3858. },
  3859. "node_modules/eslint-plugin-import/node_modules/debug": {
  3860. "version": "3.2.7",
  3861. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3862. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3863. "dev": true,
  3864. "dependencies": {
  3865. "ms": "^2.1.1"
  3866. }
  3867. },
  3868. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  3869. "version": "2.1.0",
  3870. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3871. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3872. "dev": true,
  3873. "dependencies": {
  3874. "esutils": "^2.0.2"
  3875. },
  3876. "engines": {
  3877. "node": ">=0.10.0"
  3878. }
  3879. },
  3880. "node_modules/eslint-plugin-import/node_modules/semver": {
  3881. "version": "6.3.1",
  3882. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  3883. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  3884. "dev": true,
  3885. "bin": {
  3886. "semver": "bin/semver.js"
  3887. }
  3888. },
  3889. "node_modules/eslint-plugin-n": {
  3890. "version": "16.6.2",
  3891. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz",
  3892. "integrity": "sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==",
  3893. "dev": true,
  3894. "license": "MIT",
  3895. "peer": true,
  3896. "dependencies": {
  3897. "@eslint-community/eslint-utils": "^4.4.0",
  3898. "builtins": "^5.0.1",
  3899. "eslint-plugin-es-x": "^7.5.0",
  3900. "get-tsconfig": "^4.7.0",
  3901. "globals": "^13.24.0",
  3902. "ignore": "^5.2.4",
  3903. "is-builtin-module": "^3.2.1",
  3904. "is-core-module": "^2.12.1",
  3905. "minimatch": "^3.1.2",
  3906. "resolve": "^1.22.2",
  3907. "semver": "^7.5.3"
  3908. },
  3909. "engines": {
  3910. "node": ">=16.0.0"
  3911. },
  3912. "funding": {
  3913. "url": "https://github.com/sponsors/mysticatea"
  3914. },
  3915. "peerDependencies": {
  3916. "eslint": ">=7.0.0"
  3917. }
  3918. },
  3919. "node_modules/eslint-plugin-promise": {
  3920. "version": "6.6.0",
  3921. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
  3922. "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
  3923. "dev": true,
  3924. "license": "ISC",
  3925. "engines": {
  3926. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3927. },
  3928. "funding": {
  3929. "url": "https://opencollective.com/eslint"
  3930. },
  3931. "peerDependencies": {
  3932. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  3933. }
  3934. },
  3935. "node_modules/eslint-plugin-react": {
  3936. "version": "7.37.5",
  3937. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  3938. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  3939. "dev": true,
  3940. "license": "MIT",
  3941. "dependencies": {
  3942. "array-includes": "^3.1.8",
  3943. "array.prototype.findlast": "^1.2.5",
  3944. "array.prototype.flatmap": "^1.3.3",
  3945. "array.prototype.tosorted": "^1.1.4",
  3946. "doctrine": "^2.1.0",
  3947. "es-iterator-helpers": "^1.2.1",
  3948. "estraverse": "^5.3.0",
  3949. "hasown": "^2.0.2",
  3950. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3951. "minimatch": "^3.1.2",
  3952. "object.entries": "^1.1.9",
  3953. "object.fromentries": "^2.0.8",
  3954. "object.values": "^1.2.1",
  3955. "prop-types": "^15.8.1",
  3956. "resolve": "^2.0.0-next.5",
  3957. "semver": "^6.3.1",
  3958. "string.prototype.matchall": "^4.0.12",
  3959. "string.prototype.repeat": "^1.0.0"
  3960. },
  3961. "engines": {
  3962. "node": ">=4"
  3963. },
  3964. "peerDependencies": {
  3965. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  3966. }
  3967. },
  3968. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  3969. "version": "2.1.0",
  3970. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3971. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3972. "dev": true,
  3973. "license": "Apache-2.0",
  3974. "dependencies": {
  3975. "esutils": "^2.0.2"
  3976. },
  3977. "engines": {
  3978. "node": ">=0.10.0"
  3979. }
  3980. },
  3981. "node_modules/eslint-plugin-react/node_modules/resolve": {
  3982. "version": "2.0.0-next.6",
  3983. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz",
  3984. "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
  3985. "dev": true,
  3986. "license": "MIT",
  3987. "dependencies": {
  3988. "es-errors": "^1.3.0",
  3989. "is-core-module": "^2.16.1",
  3990. "node-exports-info": "^1.6.0",
  3991. "object-keys": "^1.1.1",
  3992. "path-parse": "^1.0.7",
  3993. "supports-preserve-symlinks-flag": "^1.0.0"
  3994. },
  3995. "bin": {
  3996. "resolve": "bin/resolve"
  3997. },
  3998. "engines": {
  3999. "node": ">= 0.4"
  4000. },
  4001. "funding": {
  4002. "url": "https://github.com/sponsors/ljharb"
  4003. }
  4004. },
  4005. "node_modules/eslint-plugin-react/node_modules/semver": {
  4006. "version": "6.3.1",
  4007. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  4008. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  4009. "dev": true,
  4010. "license": "ISC",
  4011. "bin": {
  4012. "semver": "bin/semver.js"
  4013. }
  4014. },
  4015. "node_modules/eslint-scope": {
  4016. "version": "7.2.2",
  4017. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  4018. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  4019. "dev": true,
  4020. "license": "BSD-2-Clause",
  4021. "dependencies": {
  4022. "esrecurse": "^4.3.0",
  4023. "estraverse": "^5.2.0"
  4024. },
  4025. "engines": {
  4026. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4027. },
  4028. "funding": {
  4029. "url": "https://opencollective.com/eslint"
  4030. }
  4031. },
  4032. "node_modules/eslint-visitor-keys": {
  4033. "version": "3.4.3",
  4034. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  4035. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  4036. "dev": true,
  4037. "license": "Apache-2.0",
  4038. "engines": {
  4039. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4040. },
  4041. "funding": {
  4042. "url": "https://opencollective.com/eslint"
  4043. }
  4044. },
  4045. "node_modules/espree": {
  4046. "version": "9.6.1",
  4047. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  4048. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  4049. "dev": true,
  4050. "license": "BSD-2-Clause",
  4051. "dependencies": {
  4052. "acorn": "^8.9.0",
  4053. "acorn-jsx": "^5.3.2",
  4054. "eslint-visitor-keys": "^3.4.1"
  4055. },
  4056. "engines": {
  4057. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4058. },
  4059. "funding": {
  4060. "url": "https://opencollective.com/eslint"
  4061. }
  4062. },
  4063. "node_modules/esquery": {
  4064. "version": "1.5.0",
  4065. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
  4066. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  4067. "dev": true,
  4068. "dependencies": {
  4069. "estraverse": "^5.1.0"
  4070. },
  4071. "engines": {
  4072. "node": ">=0.10"
  4073. }
  4074. },
  4075. "node_modules/esrecurse": {
  4076. "version": "4.3.0",
  4077. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4078. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4079. "dev": true,
  4080. "license": "BSD-2-Clause",
  4081. "dependencies": {
  4082. "estraverse": "^5.2.0"
  4083. },
  4084. "engines": {
  4085. "node": ">=4.0"
  4086. }
  4087. },
  4088. "node_modules/estraverse": {
  4089. "version": "5.3.0",
  4090. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4091. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4092. "dev": true,
  4093. "license": "BSD-2-Clause",
  4094. "engines": {
  4095. "node": ">=4.0"
  4096. }
  4097. },
  4098. "node_modules/esutils": {
  4099. "version": "2.0.3",
  4100. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  4101. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4102. "dev": true,
  4103. "engines": {
  4104. "node": ">=0.10.0"
  4105. }
  4106. },
  4107. "node_modules/fast-deep-equal": {
  4108. "version": "3.1.3",
  4109. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4110. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4111. "dev": true
  4112. },
  4113. "node_modules/fast-glob": {
  4114. "version": "3.3.3",
  4115. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  4116. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  4117. "dev": true,
  4118. "license": "MIT",
  4119. "dependencies": {
  4120. "@nodelib/fs.stat": "^2.0.2",
  4121. "@nodelib/fs.walk": "^1.2.3",
  4122. "glob-parent": "^5.1.2",
  4123. "merge2": "^1.3.0",
  4124. "micromatch": "^4.0.8"
  4125. },
  4126. "engines": {
  4127. "node": ">=8.6.0"
  4128. }
  4129. },
  4130. "node_modules/fast-glob/node_modules/glob-parent": {
  4131. "version": "5.1.2",
  4132. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  4133. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4134. "dev": true,
  4135. "license": "ISC",
  4136. "dependencies": {
  4137. "is-glob": "^4.0.1"
  4138. },
  4139. "engines": {
  4140. "node": ">= 6"
  4141. }
  4142. },
  4143. "node_modules/fast-json-stable-stringify": {
  4144. "version": "2.1.0",
  4145. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4146. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4147. "dev": true,
  4148. "license": "MIT"
  4149. },
  4150. "node_modules/fast-levenshtein": {
  4151. "version": "2.0.6",
  4152. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4153. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4154. "dev": true
  4155. },
  4156. "node_modules/fast-uri": {
  4157. "version": "3.1.0",
  4158. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
  4159. "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
  4160. "dev": true,
  4161. "funding": [
  4162. {
  4163. "type": "github",
  4164. "url": "https://github.com/sponsors/fastify"
  4165. },
  4166. {
  4167. "type": "opencollective",
  4168. "url": "https://opencollective.com/fastify"
  4169. }
  4170. ],
  4171. "license": "BSD-3-Clause"
  4172. },
  4173. "node_modules/fastest-levenshtein": {
  4174. "version": "1.0.16",
  4175. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  4176. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  4177. "dev": true,
  4178. "engines": {
  4179. "node": ">= 4.9.1"
  4180. }
  4181. },
  4182. "node_modules/fastq": {
  4183. "version": "1.17.1",
  4184. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  4185. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  4186. "dev": true,
  4187. "dependencies": {
  4188. "reusify": "^1.0.4"
  4189. }
  4190. },
  4191. "node_modules/file-entry-cache": {
  4192. "version": "6.0.1",
  4193. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  4194. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  4195. "dev": true,
  4196. "dependencies": {
  4197. "flat-cache": "^3.0.4"
  4198. },
  4199. "engines": {
  4200. "node": "^10.12.0 || >=12.0.0"
  4201. }
  4202. },
  4203. "node_modules/fill-range": {
  4204. "version": "7.1.1",
  4205. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  4206. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4207. "dev": true,
  4208. "license": "MIT",
  4209. "dependencies": {
  4210. "to-regex-range": "^5.0.1"
  4211. },
  4212. "engines": {
  4213. "node": ">=8"
  4214. }
  4215. },
  4216. "node_modules/find-up": {
  4217. "version": "5.0.0",
  4218. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4219. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4220. "dev": true,
  4221. "dependencies": {
  4222. "locate-path": "^6.0.0",
  4223. "path-exists": "^4.0.0"
  4224. },
  4225. "engines": {
  4226. "node": ">=10"
  4227. },
  4228. "funding": {
  4229. "url": "https://github.com/sponsors/sindresorhus"
  4230. }
  4231. },
  4232. "node_modules/flat-cache": {
  4233. "version": "3.2.0",
  4234. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  4235. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  4236. "dev": true,
  4237. "dependencies": {
  4238. "flatted": "^3.2.9",
  4239. "keyv": "^4.5.3",
  4240. "rimraf": "^3.0.2"
  4241. },
  4242. "engines": {
  4243. "node": "^10.12.0 || >=12.0.0"
  4244. }
  4245. },
  4246. "node_modules/flatted": {
  4247. "version": "3.3.3",
  4248. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  4249. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  4250. "dev": true,
  4251. "license": "ISC"
  4252. },
  4253. "node_modules/for-each": {
  4254. "version": "0.3.5",
  4255. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  4256. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  4257. "dev": true,
  4258. "license": "MIT",
  4259. "dependencies": {
  4260. "is-callable": "^1.2.7"
  4261. },
  4262. "engines": {
  4263. "node": ">= 0.4"
  4264. },
  4265. "funding": {
  4266. "url": "https://github.com/sponsors/ljharb"
  4267. }
  4268. },
  4269. "node_modules/fs.realpath": {
  4270. "version": "1.0.0",
  4271. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4272. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  4273. "dev": true
  4274. },
  4275. "node_modules/function-bind": {
  4276. "version": "1.1.2",
  4277. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  4278. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4279. "dev": true,
  4280. "funding": {
  4281. "url": "https://github.com/sponsors/ljharb"
  4282. }
  4283. },
  4284. "node_modules/function.prototype.name": {
  4285. "version": "1.1.8",
  4286. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  4287. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  4288. "dev": true,
  4289. "license": "MIT",
  4290. "dependencies": {
  4291. "call-bind": "^1.0.8",
  4292. "call-bound": "^1.0.3",
  4293. "define-properties": "^1.2.1",
  4294. "functions-have-names": "^1.2.3",
  4295. "hasown": "^2.0.2",
  4296. "is-callable": "^1.2.7"
  4297. },
  4298. "engines": {
  4299. "node": ">= 0.4"
  4300. },
  4301. "funding": {
  4302. "url": "https://github.com/sponsors/ljharb"
  4303. }
  4304. },
  4305. "node_modules/functions-have-names": {
  4306. "version": "1.2.3",
  4307. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  4308. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  4309. "dev": true,
  4310. "license": "MIT",
  4311. "funding": {
  4312. "url": "https://github.com/sponsors/ljharb"
  4313. }
  4314. },
  4315. "node_modules/generator-function": {
  4316. "version": "2.0.1",
  4317. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  4318. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  4319. "dev": true,
  4320. "license": "MIT",
  4321. "engines": {
  4322. "node": ">= 0.4"
  4323. }
  4324. },
  4325. "node_modules/get-east-asian-width": {
  4326. "version": "1.5.0",
  4327. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
  4328. "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
  4329. "dev": true,
  4330. "license": "MIT",
  4331. "engines": {
  4332. "node": ">=18"
  4333. },
  4334. "funding": {
  4335. "url": "https://github.com/sponsors/sindresorhus"
  4336. }
  4337. },
  4338. "node_modules/get-intrinsic": {
  4339. "version": "1.3.0",
  4340. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  4341. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  4342. "dev": true,
  4343. "license": "MIT",
  4344. "dependencies": {
  4345. "call-bind-apply-helpers": "^1.0.2",
  4346. "es-define-property": "^1.0.1",
  4347. "es-errors": "^1.3.0",
  4348. "es-object-atoms": "^1.1.1",
  4349. "function-bind": "^1.1.2",
  4350. "get-proto": "^1.0.1",
  4351. "gopd": "^1.2.0",
  4352. "has-symbols": "^1.1.0",
  4353. "hasown": "^2.0.2",
  4354. "math-intrinsics": "^1.1.0"
  4355. },
  4356. "engines": {
  4357. "node": ">= 0.4"
  4358. },
  4359. "funding": {
  4360. "url": "https://github.com/sponsors/ljharb"
  4361. }
  4362. },
  4363. "node_modules/get-port": {
  4364. "version": "4.2.0",
  4365. "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz",
  4366. "integrity": "sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==",
  4367. "dev": true,
  4368. "engines": {
  4369. "node": ">=6"
  4370. }
  4371. },
  4372. "node_modules/get-proto": {
  4373. "version": "1.0.1",
  4374. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  4375. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  4376. "dev": true,
  4377. "license": "MIT",
  4378. "dependencies": {
  4379. "dunder-proto": "^1.0.1",
  4380. "es-object-atoms": "^1.0.0"
  4381. },
  4382. "engines": {
  4383. "node": ">= 0.4"
  4384. }
  4385. },
  4386. "node_modules/get-stdin": {
  4387. "version": "8.0.0",
  4388. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  4389. "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  4390. "dev": true,
  4391. "license": "MIT",
  4392. "engines": {
  4393. "node": ">=10"
  4394. },
  4395. "funding": {
  4396. "url": "https://github.com/sponsors/sindresorhus"
  4397. }
  4398. },
  4399. "node_modules/get-symbol-description": {
  4400. "version": "1.1.0",
  4401. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  4402. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  4403. "dev": true,
  4404. "license": "MIT",
  4405. "dependencies": {
  4406. "call-bound": "^1.0.3",
  4407. "es-errors": "^1.3.0",
  4408. "get-intrinsic": "^1.2.6"
  4409. },
  4410. "engines": {
  4411. "node": ">= 0.4"
  4412. },
  4413. "funding": {
  4414. "url": "https://github.com/sponsors/ljharb"
  4415. }
  4416. },
  4417. "node_modules/get-tsconfig": {
  4418. "version": "4.13.6",
  4419. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
  4420. "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
  4421. "dev": true,
  4422. "license": "MIT",
  4423. "peer": true,
  4424. "dependencies": {
  4425. "resolve-pkg-maps": "^1.0.0"
  4426. },
  4427. "funding": {
  4428. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  4429. }
  4430. },
  4431. "node_modules/glob": {
  4432. "version": "7.2.3",
  4433. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  4434. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  4435. "deprecated": "Glob versions prior to v9 are no longer supported",
  4436. "dev": true,
  4437. "dependencies": {
  4438. "fs.realpath": "^1.0.0",
  4439. "inflight": "^1.0.4",
  4440. "inherits": "2",
  4441. "minimatch": "^3.1.1",
  4442. "once": "^1.3.0",
  4443. "path-is-absolute": "^1.0.0"
  4444. },
  4445. "engines": {
  4446. "node": "*"
  4447. },
  4448. "funding": {
  4449. "url": "https://github.com/sponsors/isaacs"
  4450. }
  4451. },
  4452. "node_modules/glob-parent": {
  4453. "version": "6.0.2",
  4454. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4455. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4456. "dev": true,
  4457. "license": "ISC",
  4458. "dependencies": {
  4459. "is-glob": "^4.0.3"
  4460. },
  4461. "engines": {
  4462. "node": ">=10.13.0"
  4463. }
  4464. },
  4465. "node_modules/global-modules": {
  4466. "version": "2.0.0",
  4467. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  4468. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  4469. "dev": true,
  4470. "dependencies": {
  4471. "global-prefix": "^3.0.0"
  4472. },
  4473. "engines": {
  4474. "node": ">=6"
  4475. }
  4476. },
  4477. "node_modules/global-prefix": {
  4478. "version": "3.0.0",
  4479. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  4480. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  4481. "dev": true,
  4482. "dependencies": {
  4483. "ini": "^1.3.5",
  4484. "kind-of": "^6.0.2",
  4485. "which": "^1.3.1"
  4486. },
  4487. "engines": {
  4488. "node": ">=6"
  4489. }
  4490. },
  4491. "node_modules/global-prefix/node_modules/which": {
  4492. "version": "1.3.1",
  4493. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  4494. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  4495. "dev": true,
  4496. "dependencies": {
  4497. "isexe": "^2.0.0"
  4498. },
  4499. "bin": {
  4500. "which": "bin/which"
  4501. }
  4502. },
  4503. "node_modules/globals": {
  4504. "version": "13.24.0",
  4505. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  4506. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  4507. "dev": true,
  4508. "dependencies": {
  4509. "type-fest": "^0.20.2"
  4510. },
  4511. "engines": {
  4512. "node": ">=8"
  4513. },
  4514. "funding": {
  4515. "url": "https://github.com/sponsors/sindresorhus"
  4516. }
  4517. },
  4518. "node_modules/globalthis": {
  4519. "version": "1.0.4",
  4520. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  4521. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  4522. "dev": true,
  4523. "dependencies": {
  4524. "define-properties": "^1.2.1",
  4525. "gopd": "^1.0.1"
  4526. },
  4527. "engines": {
  4528. "node": ">= 0.4"
  4529. },
  4530. "funding": {
  4531. "url": "https://github.com/sponsors/ljharb"
  4532. }
  4533. },
  4534. "node_modules/globby": {
  4535. "version": "16.1.1",
  4536. "resolved": "https://registry.npmjs.org/globby/-/globby-16.1.1.tgz",
  4537. "integrity": "sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==",
  4538. "dev": true,
  4539. "license": "MIT",
  4540. "dependencies": {
  4541. "@sindresorhus/merge-streams": "^4.0.0",
  4542. "fast-glob": "^3.3.3",
  4543. "ignore": "^7.0.5",
  4544. "is-path-inside": "^4.0.0",
  4545. "slash": "^5.1.0",
  4546. "unicorn-magic": "^0.4.0"
  4547. },
  4548. "engines": {
  4549. "node": ">=20"
  4550. },
  4551. "funding": {
  4552. "url": "https://github.com/sponsors/sindresorhus"
  4553. }
  4554. },
  4555. "node_modules/globby/node_modules/ignore": {
  4556. "version": "7.0.5",
  4557. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  4558. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  4559. "dev": true,
  4560. "license": "MIT",
  4561. "engines": {
  4562. "node": ">= 4"
  4563. }
  4564. },
  4565. "node_modules/globby/node_modules/is-path-inside": {
  4566. "version": "4.0.0",
  4567. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  4568. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  4569. "dev": true,
  4570. "license": "MIT",
  4571. "engines": {
  4572. "node": ">=12"
  4573. },
  4574. "funding": {
  4575. "url": "https://github.com/sponsors/sindresorhus"
  4576. }
  4577. },
  4578. "node_modules/globjoin": {
  4579. "version": "0.1.4",
  4580. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  4581. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  4582. "dev": true
  4583. },
  4584. "node_modules/gopd": {
  4585. "version": "1.2.0",
  4586. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  4587. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4588. "dev": true,
  4589. "license": "MIT",
  4590. "engines": {
  4591. "node": ">= 0.4"
  4592. },
  4593. "funding": {
  4594. "url": "https://github.com/sponsors/ljharb"
  4595. }
  4596. },
  4597. "node_modules/graceful-fs": {
  4598. "version": "4.2.11",
  4599. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4600. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4601. "dev": true,
  4602. "license": "ISC"
  4603. },
  4604. "node_modules/graphemer": {
  4605. "version": "1.4.0",
  4606. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  4607. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  4608. "dev": true,
  4609. "license": "MIT"
  4610. },
  4611. "node_modules/has-bigints": {
  4612. "version": "1.1.0",
  4613. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  4614. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  4615. "dev": true,
  4616. "license": "MIT",
  4617. "engines": {
  4618. "node": ">= 0.4"
  4619. },
  4620. "funding": {
  4621. "url": "https://github.com/sponsors/ljharb"
  4622. }
  4623. },
  4624. "node_modules/has-flag": {
  4625. "version": "4.0.0",
  4626. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4627. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4628. "dev": true,
  4629. "engines": {
  4630. "node": ">=8"
  4631. }
  4632. },
  4633. "node_modules/has-property-descriptors": {
  4634. "version": "1.0.2",
  4635. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  4636. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  4637. "dev": true,
  4638. "dependencies": {
  4639. "es-define-property": "^1.0.0"
  4640. },
  4641. "funding": {
  4642. "url": "https://github.com/sponsors/ljharb"
  4643. }
  4644. },
  4645. "node_modules/has-proto": {
  4646. "version": "1.2.0",
  4647. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  4648. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  4649. "dev": true,
  4650. "license": "MIT",
  4651. "dependencies": {
  4652. "dunder-proto": "^1.0.0"
  4653. },
  4654. "engines": {
  4655. "node": ">= 0.4"
  4656. },
  4657. "funding": {
  4658. "url": "https://github.com/sponsors/ljharb"
  4659. }
  4660. },
  4661. "node_modules/has-symbols": {
  4662. "version": "1.1.0",
  4663. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  4664. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4665. "dev": true,
  4666. "license": "MIT",
  4667. "engines": {
  4668. "node": ">= 0.4"
  4669. },
  4670. "funding": {
  4671. "url": "https://github.com/sponsors/ljharb"
  4672. }
  4673. },
  4674. "node_modules/has-tostringtag": {
  4675. "version": "1.0.2",
  4676. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4677. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4678. "dev": true,
  4679. "license": "MIT",
  4680. "dependencies": {
  4681. "has-symbols": "^1.0.3"
  4682. },
  4683. "engines": {
  4684. "node": ">= 0.4"
  4685. },
  4686. "funding": {
  4687. "url": "https://github.com/sponsors/ljharb"
  4688. }
  4689. },
  4690. "node_modules/hashery": {
  4691. "version": "1.5.0",
  4692. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.5.0.tgz",
  4693. "integrity": "sha512-nhQ6ExaOIqti2FDWoEMWARUqIKyjr2VcZzXShrI+A3zpeiuPWzx6iPftt44LhP74E5sW36B75N6VHbvRtpvO6Q==",
  4694. "dev": true,
  4695. "license": "MIT",
  4696. "dependencies": {
  4697. "hookified": "^1.14.0"
  4698. },
  4699. "engines": {
  4700. "node": ">=20"
  4701. }
  4702. },
  4703. "node_modules/hasown": {
  4704. "version": "2.0.2",
  4705. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  4706. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4707. "dev": true,
  4708. "dependencies": {
  4709. "function-bind": "^1.1.2"
  4710. },
  4711. "engines": {
  4712. "node": ">= 0.4"
  4713. }
  4714. },
  4715. "node_modules/hookified": {
  4716. "version": "1.15.1",
  4717. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz",
  4718. "integrity": "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==",
  4719. "dev": true,
  4720. "license": "MIT"
  4721. },
  4722. "node_modules/html-tags": {
  4723. "version": "5.1.0",
  4724. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-5.1.0.tgz",
  4725. "integrity": "sha512-n6l5uca7/y5joxZ3LUePhzmBFUJ+U2YWzhMa8XUTecSeSlQiZdF5XAd/Q3/WUl0VsXgUwWi8I7CNIwdI5WN1SQ==",
  4726. "dev": true,
  4727. "license": "MIT",
  4728. "engines": {
  4729. "node": ">=20.10"
  4730. },
  4731. "funding": {
  4732. "url": "https://github.com/sponsors/sindresorhus"
  4733. }
  4734. },
  4735. "node_modules/ignore": {
  4736. "version": "5.3.2",
  4737. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4738. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4739. "dev": true,
  4740. "license": "MIT",
  4741. "engines": {
  4742. "node": ">= 4"
  4743. }
  4744. },
  4745. "node_modules/import-fresh": {
  4746. "version": "3.3.1",
  4747. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  4748. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4749. "dev": true,
  4750. "license": "MIT",
  4751. "dependencies": {
  4752. "parent-module": "^1.0.0",
  4753. "resolve-from": "^4.0.0"
  4754. },
  4755. "engines": {
  4756. "node": ">=6"
  4757. },
  4758. "funding": {
  4759. "url": "https://github.com/sponsors/sindresorhus"
  4760. }
  4761. },
  4762. "node_modules/import-meta-resolve": {
  4763. "version": "4.2.0",
  4764. "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
  4765. "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
  4766. "dev": true,
  4767. "license": "MIT",
  4768. "funding": {
  4769. "type": "github",
  4770. "url": "https://github.com/sponsors/wooorm"
  4771. }
  4772. },
  4773. "node_modules/imurmurhash": {
  4774. "version": "0.1.4",
  4775. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4776. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4777. "dev": true,
  4778. "engines": {
  4779. "node": ">=0.8.19"
  4780. }
  4781. },
  4782. "node_modules/inflight": {
  4783. "version": "1.0.6",
  4784. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  4785. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  4786. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  4787. "dev": true,
  4788. "dependencies": {
  4789. "once": "^1.3.0",
  4790. "wrappy": "1"
  4791. }
  4792. },
  4793. "node_modules/inherits": {
  4794. "version": "2.0.4",
  4795. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  4796. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  4797. "dev": true
  4798. },
  4799. "node_modules/ini": {
  4800. "version": "1.3.8",
  4801. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  4802. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  4803. "dev": true
  4804. },
  4805. "node_modules/internal-slot": {
  4806. "version": "1.1.0",
  4807. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  4808. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  4809. "dev": true,
  4810. "license": "MIT",
  4811. "dependencies": {
  4812. "es-errors": "^1.3.0",
  4813. "hasown": "^2.0.2",
  4814. "side-channel": "^1.1.0"
  4815. },
  4816. "engines": {
  4817. "node": ">= 0.4"
  4818. }
  4819. },
  4820. "node_modules/is-array-buffer": {
  4821. "version": "3.0.5",
  4822. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  4823. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  4824. "dev": true,
  4825. "license": "MIT",
  4826. "dependencies": {
  4827. "call-bind": "^1.0.8",
  4828. "call-bound": "^1.0.3",
  4829. "get-intrinsic": "^1.2.6"
  4830. },
  4831. "engines": {
  4832. "node": ">= 0.4"
  4833. },
  4834. "funding": {
  4835. "url": "https://github.com/sponsors/ljharb"
  4836. }
  4837. },
  4838. "node_modules/is-arrayish": {
  4839. "version": "0.2.1",
  4840. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  4841. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  4842. "dev": true,
  4843. "license": "MIT"
  4844. },
  4845. "node_modules/is-async-function": {
  4846. "version": "2.1.1",
  4847. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  4848. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  4849. "dev": true,
  4850. "license": "MIT",
  4851. "dependencies": {
  4852. "async-function": "^1.0.0",
  4853. "call-bound": "^1.0.3",
  4854. "get-proto": "^1.0.1",
  4855. "has-tostringtag": "^1.0.2",
  4856. "safe-regex-test": "^1.1.0"
  4857. },
  4858. "engines": {
  4859. "node": ">= 0.4"
  4860. },
  4861. "funding": {
  4862. "url": "https://github.com/sponsors/ljharb"
  4863. }
  4864. },
  4865. "node_modules/is-bigint": {
  4866. "version": "1.1.0",
  4867. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  4868. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  4869. "dev": true,
  4870. "license": "MIT",
  4871. "dependencies": {
  4872. "has-bigints": "^1.0.2"
  4873. },
  4874. "engines": {
  4875. "node": ">= 0.4"
  4876. },
  4877. "funding": {
  4878. "url": "https://github.com/sponsors/ljharb"
  4879. }
  4880. },
  4881. "node_modules/is-boolean-object": {
  4882. "version": "1.2.2",
  4883. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  4884. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  4885. "dev": true,
  4886. "license": "MIT",
  4887. "dependencies": {
  4888. "call-bound": "^1.0.3",
  4889. "has-tostringtag": "^1.0.2"
  4890. },
  4891. "engines": {
  4892. "node": ">= 0.4"
  4893. },
  4894. "funding": {
  4895. "url": "https://github.com/sponsors/ljharb"
  4896. }
  4897. },
  4898. "node_modules/is-builtin-module": {
  4899. "version": "3.2.1",
  4900. "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
  4901. "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
  4902. "dev": true,
  4903. "license": "MIT",
  4904. "peer": true,
  4905. "dependencies": {
  4906. "builtin-modules": "^3.3.0"
  4907. },
  4908. "engines": {
  4909. "node": ">=6"
  4910. },
  4911. "funding": {
  4912. "url": "https://github.com/sponsors/sindresorhus"
  4913. }
  4914. },
  4915. "node_modules/is-callable": {
  4916. "version": "1.2.7",
  4917. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4918. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4919. "dev": true,
  4920. "license": "MIT",
  4921. "engines": {
  4922. "node": ">= 0.4"
  4923. },
  4924. "funding": {
  4925. "url": "https://github.com/sponsors/ljharb"
  4926. }
  4927. },
  4928. "node_modules/is-core-module": {
  4929. "version": "2.16.1",
  4930. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  4931. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4932. "dev": true,
  4933. "license": "MIT",
  4934. "dependencies": {
  4935. "hasown": "^2.0.2"
  4936. },
  4937. "engines": {
  4938. "node": ">= 0.4"
  4939. },
  4940. "funding": {
  4941. "url": "https://github.com/sponsors/ljharb"
  4942. }
  4943. },
  4944. "node_modules/is-data-view": {
  4945. "version": "1.0.2",
  4946. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  4947. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  4948. "dev": true,
  4949. "license": "MIT",
  4950. "dependencies": {
  4951. "call-bound": "^1.0.2",
  4952. "get-intrinsic": "^1.2.6",
  4953. "is-typed-array": "^1.1.13"
  4954. },
  4955. "engines": {
  4956. "node": ">= 0.4"
  4957. },
  4958. "funding": {
  4959. "url": "https://github.com/sponsors/ljharb"
  4960. }
  4961. },
  4962. "node_modules/is-date-object": {
  4963. "version": "1.1.0",
  4964. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  4965. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  4966. "dev": true,
  4967. "license": "MIT",
  4968. "dependencies": {
  4969. "call-bound": "^1.0.2",
  4970. "has-tostringtag": "^1.0.2"
  4971. },
  4972. "engines": {
  4973. "node": ">= 0.4"
  4974. },
  4975. "funding": {
  4976. "url": "https://github.com/sponsors/ljharb"
  4977. }
  4978. },
  4979. "node_modules/is-extglob": {
  4980. "version": "2.1.1",
  4981. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4982. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4983. "dev": true,
  4984. "engines": {
  4985. "node": ">=0.10.0"
  4986. }
  4987. },
  4988. "node_modules/is-finalizationregistry": {
  4989. "version": "1.1.1",
  4990. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  4991. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  4992. "dev": true,
  4993. "license": "MIT",
  4994. "dependencies": {
  4995. "call-bound": "^1.0.3"
  4996. },
  4997. "engines": {
  4998. "node": ">= 0.4"
  4999. },
  5000. "funding": {
  5001. "url": "https://github.com/sponsors/ljharb"
  5002. }
  5003. },
  5004. "node_modules/is-fullwidth-code-point": {
  5005. "version": "3.0.0",
  5006. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  5007. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  5008. "dev": true,
  5009. "license": "MIT",
  5010. "engines": {
  5011. "node": ">=8"
  5012. }
  5013. },
  5014. "node_modules/is-generator-function": {
  5015. "version": "1.1.2",
  5016. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  5017. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  5018. "dev": true,
  5019. "license": "MIT",
  5020. "dependencies": {
  5021. "call-bound": "^1.0.4",
  5022. "generator-function": "^2.0.0",
  5023. "get-proto": "^1.0.1",
  5024. "has-tostringtag": "^1.0.2",
  5025. "safe-regex-test": "^1.1.0"
  5026. },
  5027. "engines": {
  5028. "node": ">= 0.4"
  5029. },
  5030. "funding": {
  5031. "url": "https://github.com/sponsors/ljharb"
  5032. }
  5033. },
  5034. "node_modules/is-glob": {
  5035. "version": "4.0.3",
  5036. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  5037. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5038. "dev": true,
  5039. "dependencies": {
  5040. "is-extglob": "^2.1.1"
  5041. },
  5042. "engines": {
  5043. "node": ">=0.10.0"
  5044. }
  5045. },
  5046. "node_modules/is-map": {
  5047. "version": "2.0.3",
  5048. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  5049. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  5050. "dev": true,
  5051. "license": "MIT",
  5052. "engines": {
  5053. "node": ">= 0.4"
  5054. },
  5055. "funding": {
  5056. "url": "https://github.com/sponsors/ljharb"
  5057. }
  5058. },
  5059. "node_modules/is-negative-zero": {
  5060. "version": "2.0.3",
  5061. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  5062. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  5063. "dev": true,
  5064. "engines": {
  5065. "node": ">= 0.4"
  5066. },
  5067. "funding": {
  5068. "url": "https://github.com/sponsors/ljharb"
  5069. }
  5070. },
  5071. "node_modules/is-number": {
  5072. "version": "7.0.0",
  5073. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  5074. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5075. "dev": true,
  5076. "license": "MIT",
  5077. "engines": {
  5078. "node": ">=0.12.0"
  5079. }
  5080. },
  5081. "node_modules/is-number-object": {
  5082. "version": "1.1.1",
  5083. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  5084. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  5085. "dev": true,
  5086. "license": "MIT",
  5087. "dependencies": {
  5088. "call-bound": "^1.0.3",
  5089. "has-tostringtag": "^1.0.2"
  5090. },
  5091. "engines": {
  5092. "node": ">= 0.4"
  5093. },
  5094. "funding": {
  5095. "url": "https://github.com/sponsors/ljharb"
  5096. }
  5097. },
  5098. "node_modules/is-path-inside": {
  5099. "version": "3.0.3",
  5100. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5101. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5102. "dev": true,
  5103. "license": "MIT",
  5104. "engines": {
  5105. "node": ">=8"
  5106. }
  5107. },
  5108. "node_modules/is-plain-object": {
  5109. "version": "5.0.0",
  5110. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
  5111. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  5112. "dev": true,
  5113. "engines": {
  5114. "node": ">=0.10.0"
  5115. }
  5116. },
  5117. "node_modules/is-regex": {
  5118. "version": "1.2.1",
  5119. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  5120. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  5121. "dev": true,
  5122. "license": "MIT",
  5123. "dependencies": {
  5124. "call-bound": "^1.0.2",
  5125. "gopd": "^1.2.0",
  5126. "has-tostringtag": "^1.0.2",
  5127. "hasown": "^2.0.2"
  5128. },
  5129. "engines": {
  5130. "node": ">= 0.4"
  5131. },
  5132. "funding": {
  5133. "url": "https://github.com/sponsors/ljharb"
  5134. }
  5135. },
  5136. "node_modules/is-set": {
  5137. "version": "2.0.3",
  5138. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  5139. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  5140. "dev": true,
  5141. "license": "MIT",
  5142. "engines": {
  5143. "node": ">= 0.4"
  5144. },
  5145. "funding": {
  5146. "url": "https://github.com/sponsors/ljharb"
  5147. }
  5148. },
  5149. "node_modules/is-shared-array-buffer": {
  5150. "version": "1.0.4",
  5151. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  5152. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  5153. "dev": true,
  5154. "license": "MIT",
  5155. "dependencies": {
  5156. "call-bound": "^1.0.3"
  5157. },
  5158. "engines": {
  5159. "node": ">= 0.4"
  5160. },
  5161. "funding": {
  5162. "url": "https://github.com/sponsors/ljharb"
  5163. }
  5164. },
  5165. "node_modules/is-string": {
  5166. "version": "1.1.1",
  5167. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  5168. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  5169. "dev": true,
  5170. "license": "MIT",
  5171. "dependencies": {
  5172. "call-bound": "^1.0.3",
  5173. "has-tostringtag": "^1.0.2"
  5174. },
  5175. "engines": {
  5176. "node": ">= 0.4"
  5177. },
  5178. "funding": {
  5179. "url": "https://github.com/sponsors/ljharb"
  5180. }
  5181. },
  5182. "node_modules/is-symbol": {
  5183. "version": "1.1.1",
  5184. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  5185. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  5186. "dev": true,
  5187. "license": "MIT",
  5188. "dependencies": {
  5189. "call-bound": "^1.0.2",
  5190. "has-symbols": "^1.1.0",
  5191. "safe-regex-test": "^1.1.0"
  5192. },
  5193. "engines": {
  5194. "node": ">= 0.4"
  5195. },
  5196. "funding": {
  5197. "url": "https://github.com/sponsors/ljharb"
  5198. }
  5199. },
  5200. "node_modules/is-typed-array": {
  5201. "version": "1.1.15",
  5202. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  5203. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  5204. "dev": true,
  5205. "license": "MIT",
  5206. "dependencies": {
  5207. "which-typed-array": "^1.1.16"
  5208. },
  5209. "engines": {
  5210. "node": ">= 0.4"
  5211. },
  5212. "funding": {
  5213. "url": "https://github.com/sponsors/ljharb"
  5214. }
  5215. },
  5216. "node_modules/is-weakmap": {
  5217. "version": "2.0.2",
  5218. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  5219. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  5220. "dev": true,
  5221. "license": "MIT",
  5222. "engines": {
  5223. "node": ">= 0.4"
  5224. },
  5225. "funding": {
  5226. "url": "https://github.com/sponsors/ljharb"
  5227. }
  5228. },
  5229. "node_modules/is-weakref": {
  5230. "version": "1.1.1",
  5231. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  5232. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  5233. "dev": true,
  5234. "license": "MIT",
  5235. "dependencies": {
  5236. "call-bound": "^1.0.3"
  5237. },
  5238. "engines": {
  5239. "node": ">= 0.4"
  5240. },
  5241. "funding": {
  5242. "url": "https://github.com/sponsors/ljharb"
  5243. }
  5244. },
  5245. "node_modules/is-weakset": {
  5246. "version": "2.0.4",
  5247. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  5248. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  5249. "dev": true,
  5250. "license": "MIT",
  5251. "dependencies": {
  5252. "call-bound": "^1.0.3",
  5253. "get-intrinsic": "^1.2.6"
  5254. },
  5255. "engines": {
  5256. "node": ">= 0.4"
  5257. },
  5258. "funding": {
  5259. "url": "https://github.com/sponsors/ljharb"
  5260. }
  5261. },
  5262. "node_modules/isarray": {
  5263. "version": "2.0.5",
  5264. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  5265. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  5266. "dev": true,
  5267. "license": "MIT"
  5268. },
  5269. "node_modules/isexe": {
  5270. "version": "2.0.0",
  5271. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  5272. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5273. "dev": true
  5274. },
  5275. "node_modules/iterator.prototype": {
  5276. "version": "1.1.5",
  5277. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  5278. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  5279. "dev": true,
  5280. "license": "MIT",
  5281. "dependencies": {
  5282. "define-data-property": "^1.1.4",
  5283. "es-object-atoms": "^1.0.0",
  5284. "get-intrinsic": "^1.2.6",
  5285. "get-proto": "^1.0.0",
  5286. "has-symbols": "^1.1.0",
  5287. "set-function-name": "^2.0.2"
  5288. },
  5289. "engines": {
  5290. "node": ">= 0.4"
  5291. }
  5292. },
  5293. "node_modules/js-tokens": {
  5294. "version": "4.0.0",
  5295. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  5296. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5297. "dev": true,
  5298. "license": "MIT"
  5299. },
  5300. "node_modules/js-yaml": {
  5301. "version": "4.1.1",
  5302. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  5303. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  5304. "dev": true,
  5305. "license": "MIT",
  5306. "dependencies": {
  5307. "argparse": "^2.0.1"
  5308. },
  5309. "bin": {
  5310. "js-yaml": "bin/js-yaml.js"
  5311. }
  5312. },
  5313. "node_modules/json-buffer": {
  5314. "version": "3.0.1",
  5315. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  5316. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  5317. "dev": true
  5318. },
  5319. "node_modules/json-parse-better-errors": {
  5320. "version": "1.0.2",
  5321. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  5322. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  5323. "dev": true,
  5324. "license": "MIT"
  5325. },
  5326. "node_modules/json-parse-even-better-errors": {
  5327. "version": "2.3.1",
  5328. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  5329. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  5330. "dev": true,
  5331. "license": "MIT"
  5332. },
  5333. "node_modules/json-schema-traverse": {
  5334. "version": "0.4.1",
  5335. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5336. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5337. "dev": true,
  5338. "license": "MIT"
  5339. },
  5340. "node_modules/json-stable-stringify-without-jsonify": {
  5341. "version": "1.0.1",
  5342. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5343. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5344. "dev": true
  5345. },
  5346. "node_modules/json5": {
  5347. "version": "2.2.3",
  5348. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  5349. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5350. "dev": true,
  5351. "license": "MIT",
  5352. "bin": {
  5353. "json5": "lib/cli.js"
  5354. },
  5355. "engines": {
  5356. "node": ">=6"
  5357. }
  5358. },
  5359. "node_modules/jsx-ast-utils": {
  5360. "version": "3.3.5",
  5361. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  5362. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  5363. "dev": true,
  5364. "license": "MIT",
  5365. "dependencies": {
  5366. "array-includes": "^3.1.6",
  5367. "array.prototype.flat": "^1.3.1",
  5368. "object.assign": "^4.1.4",
  5369. "object.values": "^1.1.6"
  5370. },
  5371. "engines": {
  5372. "node": ">=4.0"
  5373. }
  5374. },
  5375. "node_modules/keyv": {
  5376. "version": "4.5.4",
  5377. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  5378. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  5379. "dev": true,
  5380. "dependencies": {
  5381. "json-buffer": "3.0.1"
  5382. }
  5383. },
  5384. "node_modules/kind-of": {
  5385. "version": "6.0.3",
  5386. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  5387. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  5388. "dev": true,
  5389. "engines": {
  5390. "node": ">=0.10.0"
  5391. }
  5392. },
  5393. "node_modules/levn": {
  5394. "version": "0.4.1",
  5395. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  5396. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5397. "dev": true,
  5398. "dependencies": {
  5399. "prelude-ls": "^1.2.1",
  5400. "type-check": "~0.4.0"
  5401. },
  5402. "engines": {
  5403. "node": ">= 0.8.0"
  5404. }
  5405. },
  5406. "node_modules/lightningcss": {
  5407. "version": "1.31.1",
  5408. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
  5409. "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
  5410. "dev": true,
  5411. "license": "MPL-2.0",
  5412. "dependencies": {
  5413. "detect-libc": "^2.0.3"
  5414. },
  5415. "engines": {
  5416. "node": ">= 12.0.0"
  5417. },
  5418. "funding": {
  5419. "type": "opencollective",
  5420. "url": "https://opencollective.com/parcel"
  5421. },
  5422. "optionalDependencies": {
  5423. "lightningcss-android-arm64": "1.31.1",
  5424. "lightningcss-darwin-arm64": "1.31.1",
  5425. "lightningcss-darwin-x64": "1.31.1",
  5426. "lightningcss-freebsd-x64": "1.31.1",
  5427. "lightningcss-linux-arm-gnueabihf": "1.31.1",
  5428. "lightningcss-linux-arm64-gnu": "1.31.1",
  5429. "lightningcss-linux-arm64-musl": "1.31.1",
  5430. "lightningcss-linux-x64-gnu": "1.31.1",
  5431. "lightningcss-linux-x64-musl": "1.31.1",
  5432. "lightningcss-win32-arm64-msvc": "1.31.1",
  5433. "lightningcss-win32-x64-msvc": "1.31.1"
  5434. }
  5435. },
  5436. "node_modules/lightningcss-android-arm64": {
  5437. "version": "1.31.1",
  5438. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
  5439. "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
  5440. "cpu": [
  5441. "arm64"
  5442. ],
  5443. "dev": true,
  5444. "license": "MPL-2.0",
  5445. "optional": true,
  5446. "os": [
  5447. "android"
  5448. ],
  5449. "engines": {
  5450. "node": ">= 12.0.0"
  5451. },
  5452. "funding": {
  5453. "type": "opencollective",
  5454. "url": "https://opencollective.com/parcel"
  5455. }
  5456. },
  5457. "node_modules/lightningcss-darwin-arm64": {
  5458. "version": "1.31.1",
  5459. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
  5460. "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
  5461. "cpu": [
  5462. "arm64"
  5463. ],
  5464. "dev": true,
  5465. "license": "MPL-2.0",
  5466. "optional": true,
  5467. "os": [
  5468. "darwin"
  5469. ],
  5470. "engines": {
  5471. "node": ">= 12.0.0"
  5472. },
  5473. "funding": {
  5474. "type": "opencollective",
  5475. "url": "https://opencollective.com/parcel"
  5476. }
  5477. },
  5478. "node_modules/lightningcss-darwin-x64": {
  5479. "version": "1.31.1",
  5480. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
  5481. "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
  5482. "cpu": [
  5483. "x64"
  5484. ],
  5485. "dev": true,
  5486. "license": "MPL-2.0",
  5487. "optional": true,
  5488. "os": [
  5489. "darwin"
  5490. ],
  5491. "engines": {
  5492. "node": ">= 12.0.0"
  5493. },
  5494. "funding": {
  5495. "type": "opencollective",
  5496. "url": "https://opencollective.com/parcel"
  5497. }
  5498. },
  5499. "node_modules/lightningcss-freebsd-x64": {
  5500. "version": "1.31.1",
  5501. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
  5502. "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
  5503. "cpu": [
  5504. "x64"
  5505. ],
  5506. "dev": true,
  5507. "license": "MPL-2.0",
  5508. "optional": true,
  5509. "os": [
  5510. "freebsd"
  5511. ],
  5512. "engines": {
  5513. "node": ">= 12.0.0"
  5514. },
  5515. "funding": {
  5516. "type": "opencollective",
  5517. "url": "https://opencollective.com/parcel"
  5518. }
  5519. },
  5520. "node_modules/lightningcss-linux-arm-gnueabihf": {
  5521. "version": "1.31.1",
  5522. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
  5523. "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
  5524. "cpu": [
  5525. "arm"
  5526. ],
  5527. "dev": true,
  5528. "license": "MPL-2.0",
  5529. "optional": true,
  5530. "os": [
  5531. "linux"
  5532. ],
  5533. "engines": {
  5534. "node": ">= 12.0.0"
  5535. },
  5536. "funding": {
  5537. "type": "opencollective",
  5538. "url": "https://opencollective.com/parcel"
  5539. }
  5540. },
  5541. "node_modules/lightningcss-linux-arm64-gnu": {
  5542. "version": "1.31.1",
  5543. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
  5544. "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
  5545. "cpu": [
  5546. "arm64"
  5547. ],
  5548. "dev": true,
  5549. "license": "MPL-2.0",
  5550. "optional": true,
  5551. "os": [
  5552. "linux"
  5553. ],
  5554. "engines": {
  5555. "node": ">= 12.0.0"
  5556. },
  5557. "funding": {
  5558. "type": "opencollective",
  5559. "url": "https://opencollective.com/parcel"
  5560. }
  5561. },
  5562. "node_modules/lightningcss-linux-arm64-musl": {
  5563. "version": "1.31.1",
  5564. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
  5565. "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
  5566. "cpu": [
  5567. "arm64"
  5568. ],
  5569. "dev": true,
  5570. "license": "MPL-2.0",
  5571. "optional": true,
  5572. "os": [
  5573. "linux"
  5574. ],
  5575. "engines": {
  5576. "node": ">= 12.0.0"
  5577. },
  5578. "funding": {
  5579. "type": "opencollective",
  5580. "url": "https://opencollective.com/parcel"
  5581. }
  5582. },
  5583. "node_modules/lightningcss-linux-x64-gnu": {
  5584. "version": "1.31.1",
  5585. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
  5586. "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
  5587. "cpu": [
  5588. "x64"
  5589. ],
  5590. "dev": true,
  5591. "license": "MPL-2.0",
  5592. "optional": true,
  5593. "os": [
  5594. "linux"
  5595. ],
  5596. "engines": {
  5597. "node": ">= 12.0.0"
  5598. },
  5599. "funding": {
  5600. "type": "opencollective",
  5601. "url": "https://opencollective.com/parcel"
  5602. }
  5603. },
  5604. "node_modules/lightningcss-linux-x64-musl": {
  5605. "version": "1.31.1",
  5606. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
  5607. "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
  5608. "cpu": [
  5609. "x64"
  5610. ],
  5611. "dev": true,
  5612. "license": "MPL-2.0",
  5613. "optional": true,
  5614. "os": [
  5615. "linux"
  5616. ],
  5617. "engines": {
  5618. "node": ">= 12.0.0"
  5619. },
  5620. "funding": {
  5621. "type": "opencollective",
  5622. "url": "https://opencollective.com/parcel"
  5623. }
  5624. },
  5625. "node_modules/lightningcss-win32-arm64-msvc": {
  5626. "version": "1.31.1",
  5627. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
  5628. "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
  5629. "cpu": [
  5630. "arm64"
  5631. ],
  5632. "dev": true,
  5633. "license": "MPL-2.0",
  5634. "optional": true,
  5635. "os": [
  5636. "win32"
  5637. ],
  5638. "engines": {
  5639. "node": ">= 12.0.0"
  5640. },
  5641. "funding": {
  5642. "type": "opencollective",
  5643. "url": "https://opencollective.com/parcel"
  5644. }
  5645. },
  5646. "node_modules/lightningcss-win32-x64-msvc": {
  5647. "version": "1.31.1",
  5648. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
  5649. "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
  5650. "cpu": [
  5651. "x64"
  5652. ],
  5653. "dev": true,
  5654. "license": "MPL-2.0",
  5655. "optional": true,
  5656. "os": [
  5657. "win32"
  5658. ],
  5659. "engines": {
  5660. "node": ">= 12.0.0"
  5661. },
  5662. "funding": {
  5663. "type": "opencollective",
  5664. "url": "https://opencollective.com/parcel"
  5665. }
  5666. },
  5667. "node_modules/lightningcss/node_modules/detect-libc": {
  5668. "version": "2.1.2",
  5669. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  5670. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  5671. "dev": true,
  5672. "license": "Apache-2.0",
  5673. "engines": {
  5674. "node": ">=8"
  5675. }
  5676. },
  5677. "node_modules/lines-and-columns": {
  5678. "version": "1.2.4",
  5679. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  5680. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  5681. "dev": true,
  5682. "license": "MIT"
  5683. },
  5684. "node_modules/lmdb": {
  5685. "version": "2.8.5",
  5686. "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.8.5.tgz",
  5687. "integrity": "sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==",
  5688. "dev": true,
  5689. "hasInstallScript": true,
  5690. "license": "MIT",
  5691. "dependencies": {
  5692. "msgpackr": "^1.9.5",
  5693. "node-addon-api": "^6.1.0",
  5694. "node-gyp-build-optional-packages": "5.1.1",
  5695. "ordered-binary": "^1.4.1",
  5696. "weak-lru-cache": "^1.2.2"
  5697. },
  5698. "bin": {
  5699. "download-lmdb-prebuilds": "bin/download-prebuilds.js"
  5700. },
  5701. "optionalDependencies": {
  5702. "@lmdb/lmdb-darwin-arm64": "2.8.5",
  5703. "@lmdb/lmdb-darwin-x64": "2.8.5",
  5704. "@lmdb/lmdb-linux-arm": "2.8.5",
  5705. "@lmdb/lmdb-linux-arm64": "2.8.5",
  5706. "@lmdb/lmdb-linux-x64": "2.8.5",
  5707. "@lmdb/lmdb-win32-x64": "2.8.5"
  5708. }
  5709. },
  5710. "node_modules/lmdb/node_modules/node-addon-api": {
  5711. "version": "6.1.0",
  5712. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
  5713. "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==",
  5714. "dev": true,
  5715. "license": "MIT"
  5716. },
  5717. "node_modules/load-json-file": {
  5718. "version": "5.3.0",
  5719. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  5720. "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  5721. "dev": true,
  5722. "license": "MIT",
  5723. "dependencies": {
  5724. "graceful-fs": "^4.1.15",
  5725. "parse-json": "^4.0.0",
  5726. "pify": "^4.0.1",
  5727. "strip-bom": "^3.0.0",
  5728. "type-fest": "^0.3.0"
  5729. },
  5730. "engines": {
  5731. "node": ">=6"
  5732. }
  5733. },
  5734. "node_modules/load-json-file/node_modules/parse-json": {
  5735. "version": "4.0.0",
  5736. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  5737. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  5738. "dev": true,
  5739. "license": "MIT",
  5740. "dependencies": {
  5741. "error-ex": "^1.3.1",
  5742. "json-parse-better-errors": "^1.0.1"
  5743. },
  5744. "engines": {
  5745. "node": ">=4"
  5746. }
  5747. },
  5748. "node_modules/load-json-file/node_modules/type-fest": {
  5749. "version": "0.3.1",
  5750. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  5751. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
  5752. "dev": true,
  5753. "license": "(MIT OR CC0-1.0)",
  5754. "engines": {
  5755. "node": ">=6"
  5756. }
  5757. },
  5758. "node_modules/locate-path": {
  5759. "version": "6.0.0",
  5760. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5761. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5762. "dev": true,
  5763. "dependencies": {
  5764. "p-locate": "^5.0.0"
  5765. },
  5766. "engines": {
  5767. "node": ">=10"
  5768. },
  5769. "funding": {
  5770. "url": "https://github.com/sponsors/sindresorhus"
  5771. }
  5772. },
  5773. "node_modules/lodash.merge": {
  5774. "version": "4.6.2",
  5775. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5776. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5777. "dev": true
  5778. },
  5779. "node_modules/lodash.truncate": {
  5780. "version": "4.4.2",
  5781. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  5782. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  5783. "dev": true,
  5784. "license": "MIT"
  5785. },
  5786. "node_modules/loose-envify": {
  5787. "version": "1.4.0",
  5788. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5789. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5790. "dev": true,
  5791. "license": "MIT",
  5792. "dependencies": {
  5793. "js-tokens": "^3.0.0 || ^4.0.0"
  5794. },
  5795. "bin": {
  5796. "loose-envify": "cli.js"
  5797. }
  5798. },
  5799. "node_modules/math-intrinsics": {
  5800. "version": "1.1.0",
  5801. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  5802. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  5803. "dev": true,
  5804. "license": "MIT",
  5805. "engines": {
  5806. "node": ">= 0.4"
  5807. }
  5808. },
  5809. "node_modules/mathml-tag-names": {
  5810. "version": "4.0.0",
  5811. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-4.0.0.tgz",
  5812. "integrity": "sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==",
  5813. "dev": true,
  5814. "license": "MIT",
  5815. "funding": {
  5816. "type": "github",
  5817. "url": "https://github.com/sponsors/wooorm"
  5818. }
  5819. },
  5820. "node_modules/mdn-data": {
  5821. "version": "2.12.2",
  5822. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  5823. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  5824. "dev": true,
  5825. "license": "CC0-1.0"
  5826. },
  5827. "node_modules/meow": {
  5828. "version": "14.1.0",
  5829. "resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz",
  5830. "integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==",
  5831. "dev": true,
  5832. "license": "MIT",
  5833. "engines": {
  5834. "node": ">=20"
  5835. },
  5836. "funding": {
  5837. "url": "https://github.com/sponsors/sindresorhus"
  5838. }
  5839. },
  5840. "node_modules/merge2": {
  5841. "version": "1.4.1",
  5842. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5843. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5844. "dev": true,
  5845. "license": "MIT",
  5846. "engines": {
  5847. "node": ">= 8"
  5848. }
  5849. },
  5850. "node_modules/micromatch": {
  5851. "version": "4.0.8",
  5852. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  5853. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5854. "dev": true,
  5855. "license": "MIT",
  5856. "dependencies": {
  5857. "braces": "^3.0.3",
  5858. "picomatch": "^2.3.1"
  5859. },
  5860. "engines": {
  5861. "node": ">=8.6"
  5862. }
  5863. },
  5864. "node_modules/micromatch/node_modules/picomatch": {
  5865. "version": "2.3.1",
  5866. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  5867. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5868. "dev": true,
  5869. "license": "MIT",
  5870. "engines": {
  5871. "node": ">=8.6"
  5872. },
  5873. "funding": {
  5874. "url": "https://github.com/sponsors/jonschlinkert"
  5875. }
  5876. },
  5877. "node_modules/minimatch": {
  5878. "version": "3.1.2",
  5879. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5880. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5881. "dev": true,
  5882. "dependencies": {
  5883. "brace-expansion": "^1.1.7"
  5884. },
  5885. "engines": {
  5886. "node": "*"
  5887. }
  5888. },
  5889. "node_modules/minimist": {
  5890. "version": "1.2.8",
  5891. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  5892. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  5893. "dev": true,
  5894. "funding": {
  5895. "url": "https://github.com/sponsors/ljharb"
  5896. }
  5897. },
  5898. "node_modules/ms": {
  5899. "version": "2.1.3",
  5900. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  5901. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5902. "dev": true,
  5903. "license": "MIT"
  5904. },
  5905. "node_modules/msgpackr": {
  5906. "version": "1.11.8",
  5907. "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.8.tgz",
  5908. "integrity": "sha512-bC4UGzHhVvgDNS7kn9tV8fAucIYUBuGojcaLiz7v+P63Lmtm0Xeji8B/8tYKddALXxJLpwIeBmUN3u64C4YkRA==",
  5909. "dev": true,
  5910. "license": "MIT",
  5911. "optionalDependencies": {
  5912. "msgpackr-extract": "^3.0.2"
  5913. }
  5914. },
  5915. "node_modules/msgpackr-extract": {
  5916. "version": "3.0.3",
  5917. "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz",
  5918. "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==",
  5919. "dev": true,
  5920. "hasInstallScript": true,
  5921. "license": "MIT",
  5922. "optional": true,
  5923. "dependencies": {
  5924. "node-gyp-build-optional-packages": "5.2.2"
  5925. },
  5926. "bin": {
  5927. "download-msgpackr-prebuilds": "bin/download-prebuilds.js"
  5928. },
  5929. "optionalDependencies": {
  5930. "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3",
  5931. "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3",
  5932. "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3",
  5933. "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3",
  5934. "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3",
  5935. "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3"
  5936. }
  5937. },
  5938. "node_modules/msgpackr-extract/node_modules/detect-libc": {
  5939. "version": "2.1.2",
  5940. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  5941. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  5942. "dev": true,
  5943. "license": "Apache-2.0",
  5944. "optional": true,
  5945. "engines": {
  5946. "node": ">=8"
  5947. }
  5948. },
  5949. "node_modules/msgpackr-extract/node_modules/node-gyp-build-optional-packages": {
  5950. "version": "5.2.2",
  5951. "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz",
  5952. "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==",
  5953. "dev": true,
  5954. "license": "MIT",
  5955. "optional": true,
  5956. "dependencies": {
  5957. "detect-libc": "^2.0.1"
  5958. },
  5959. "bin": {
  5960. "node-gyp-build-optional-packages": "bin.js",
  5961. "node-gyp-build-optional-packages-optional": "optional.js",
  5962. "node-gyp-build-optional-packages-test": "build-test.js"
  5963. }
  5964. },
  5965. "node_modules/nanoid": {
  5966. "version": "3.3.11",
  5967. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  5968. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  5969. "dev": true,
  5970. "funding": [
  5971. {
  5972. "type": "github",
  5973. "url": "https://github.com/sponsors/ai"
  5974. }
  5975. ],
  5976. "license": "MIT",
  5977. "bin": {
  5978. "nanoid": "bin/nanoid.cjs"
  5979. },
  5980. "engines": {
  5981. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5982. }
  5983. },
  5984. "node_modules/natural-compare": {
  5985. "version": "1.4.0",
  5986. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5987. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5988. "dev": true
  5989. },
  5990. "node_modules/node-addon-api": {
  5991. "version": "7.1.1",
  5992. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  5993. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  5994. "dev": true,
  5995. "license": "MIT"
  5996. },
  5997. "node_modules/node-exports-info": {
  5998. "version": "1.6.0",
  5999. "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz",
  6000. "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
  6001. "dev": true,
  6002. "license": "MIT",
  6003. "dependencies": {
  6004. "array.prototype.flatmap": "^1.3.3",
  6005. "es-errors": "^1.3.0",
  6006. "object.entries": "^1.1.9",
  6007. "semver": "^6.3.1"
  6008. },
  6009. "engines": {
  6010. "node": ">= 0.4"
  6011. },
  6012. "funding": {
  6013. "url": "https://github.com/sponsors/ljharb"
  6014. }
  6015. },
  6016. "node_modules/node-exports-info/node_modules/semver": {
  6017. "version": "6.3.1",
  6018. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6019. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6020. "dev": true,
  6021. "license": "ISC",
  6022. "bin": {
  6023. "semver": "bin/semver.js"
  6024. }
  6025. },
  6026. "node_modules/node-gyp-build-optional-packages": {
  6027. "version": "5.1.1",
  6028. "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.1.1.tgz",
  6029. "integrity": "sha512-+P72GAjVAbTxjjwUmwjVrqrdZROD4nf8KgpBoDxqXXTiYZZt/ud60dE5yvCSr9lRO8e8yv6kgJIC0K0PfZFVQw==",
  6030. "dev": true,
  6031. "license": "MIT",
  6032. "dependencies": {
  6033. "detect-libc": "^2.0.1"
  6034. },
  6035. "bin": {
  6036. "node-gyp-build-optional-packages": "bin.js",
  6037. "node-gyp-build-optional-packages-optional": "optional.js",
  6038. "node-gyp-build-optional-packages-test": "build-test.js"
  6039. }
  6040. },
  6041. "node_modules/node-gyp-build-optional-packages/node_modules/detect-libc": {
  6042. "version": "2.1.2",
  6043. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6044. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6045. "dev": true,
  6046. "license": "Apache-2.0",
  6047. "engines": {
  6048. "node": ">=8"
  6049. }
  6050. },
  6051. "node_modules/node-releases": {
  6052. "version": "2.0.27",
  6053. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
  6054. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  6055. "dev": true,
  6056. "license": "MIT"
  6057. },
  6058. "node_modules/normalize-path": {
  6059. "version": "3.0.0",
  6060. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  6061. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  6062. "dev": true,
  6063. "engines": {
  6064. "node": ">=0.10.0"
  6065. }
  6066. },
  6067. "node_modules/nullthrows": {
  6068. "version": "1.1.1",
  6069. "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
  6070. "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==",
  6071. "dev": true,
  6072. "license": "MIT"
  6073. },
  6074. "node_modules/object-assign": {
  6075. "version": "4.1.1",
  6076. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  6077. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  6078. "dev": true,
  6079. "license": "MIT",
  6080. "engines": {
  6081. "node": ">=0.10.0"
  6082. }
  6083. },
  6084. "node_modules/object-inspect": {
  6085. "version": "1.13.4",
  6086. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  6087. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  6088. "dev": true,
  6089. "license": "MIT",
  6090. "engines": {
  6091. "node": ">= 0.4"
  6092. },
  6093. "funding": {
  6094. "url": "https://github.com/sponsors/ljharb"
  6095. }
  6096. },
  6097. "node_modules/object-keys": {
  6098. "version": "1.1.1",
  6099. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  6100. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  6101. "dev": true,
  6102. "engines": {
  6103. "node": ">= 0.4"
  6104. }
  6105. },
  6106. "node_modules/object.assign": {
  6107. "version": "4.1.7",
  6108. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  6109. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  6110. "dev": true,
  6111. "license": "MIT",
  6112. "dependencies": {
  6113. "call-bind": "^1.0.8",
  6114. "call-bound": "^1.0.3",
  6115. "define-properties": "^1.2.1",
  6116. "es-object-atoms": "^1.0.0",
  6117. "has-symbols": "^1.1.0",
  6118. "object-keys": "^1.1.1"
  6119. },
  6120. "engines": {
  6121. "node": ">= 0.4"
  6122. },
  6123. "funding": {
  6124. "url": "https://github.com/sponsors/ljharb"
  6125. }
  6126. },
  6127. "node_modules/object.entries": {
  6128. "version": "1.1.9",
  6129. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  6130. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  6131. "dev": true,
  6132. "license": "MIT",
  6133. "dependencies": {
  6134. "call-bind": "^1.0.8",
  6135. "call-bound": "^1.0.4",
  6136. "define-properties": "^1.2.1",
  6137. "es-object-atoms": "^1.1.1"
  6138. },
  6139. "engines": {
  6140. "node": ">= 0.4"
  6141. }
  6142. },
  6143. "node_modules/object.fromentries": {
  6144. "version": "2.0.8",
  6145. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  6146. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  6147. "dev": true,
  6148. "dependencies": {
  6149. "call-bind": "^1.0.7",
  6150. "define-properties": "^1.2.1",
  6151. "es-abstract": "^1.23.2",
  6152. "es-object-atoms": "^1.0.0"
  6153. },
  6154. "engines": {
  6155. "node": ">= 0.4"
  6156. },
  6157. "funding": {
  6158. "url": "https://github.com/sponsors/ljharb"
  6159. }
  6160. },
  6161. "node_modules/object.groupby": {
  6162. "version": "1.0.3",
  6163. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  6164. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  6165. "dev": true,
  6166. "dependencies": {
  6167. "call-bind": "^1.0.7",
  6168. "define-properties": "^1.2.1",
  6169. "es-abstract": "^1.23.2"
  6170. },
  6171. "engines": {
  6172. "node": ">= 0.4"
  6173. }
  6174. },
  6175. "node_modules/object.values": {
  6176. "version": "1.2.1",
  6177. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  6178. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  6179. "dev": true,
  6180. "license": "MIT",
  6181. "dependencies": {
  6182. "call-bind": "^1.0.8",
  6183. "call-bound": "^1.0.3",
  6184. "define-properties": "^1.2.1",
  6185. "es-object-atoms": "^1.0.0"
  6186. },
  6187. "engines": {
  6188. "node": ">= 0.4"
  6189. },
  6190. "funding": {
  6191. "url": "https://github.com/sponsors/ljharb"
  6192. }
  6193. },
  6194. "node_modules/once": {
  6195. "version": "1.4.0",
  6196. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  6197. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  6198. "dev": true,
  6199. "dependencies": {
  6200. "wrappy": "1"
  6201. }
  6202. },
  6203. "node_modules/optionator": {
  6204. "version": "0.9.4",
  6205. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  6206. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  6207. "dev": true,
  6208. "dependencies": {
  6209. "deep-is": "^0.1.3",
  6210. "fast-levenshtein": "^2.0.6",
  6211. "levn": "^0.4.1",
  6212. "prelude-ls": "^1.2.1",
  6213. "type-check": "^0.4.0",
  6214. "word-wrap": "^1.2.5"
  6215. },
  6216. "engines": {
  6217. "node": ">= 0.8.0"
  6218. }
  6219. },
  6220. "node_modules/ordered-binary": {
  6221. "version": "1.6.1",
  6222. "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.6.1.tgz",
  6223. "integrity": "sha512-QkCdPooczexPLiXIrbVOPYkR3VO3T6v2OyKRkR1Xbhpy7/LAVXwahnRCgRp78Oe/Ehf0C/HATAxfSr6eA1oX+w==",
  6224. "dev": true,
  6225. "license": "MIT"
  6226. },
  6227. "node_modules/own-keys": {
  6228. "version": "1.0.1",
  6229. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  6230. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  6231. "dev": true,
  6232. "license": "MIT",
  6233. "dependencies": {
  6234. "get-intrinsic": "^1.2.6",
  6235. "object-keys": "^1.1.1",
  6236. "safe-push-apply": "^1.0.0"
  6237. },
  6238. "engines": {
  6239. "node": ">= 0.4"
  6240. },
  6241. "funding": {
  6242. "url": "https://github.com/sponsors/ljharb"
  6243. }
  6244. },
  6245. "node_modules/p-limit": {
  6246. "version": "3.1.0",
  6247. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  6248. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6249. "dev": true,
  6250. "dependencies": {
  6251. "yocto-queue": "^0.1.0"
  6252. },
  6253. "engines": {
  6254. "node": ">=10"
  6255. },
  6256. "funding": {
  6257. "url": "https://github.com/sponsors/sindresorhus"
  6258. }
  6259. },
  6260. "node_modules/p-locate": {
  6261. "version": "5.0.0",
  6262. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  6263. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6264. "dev": true,
  6265. "dependencies": {
  6266. "p-limit": "^3.0.2"
  6267. },
  6268. "engines": {
  6269. "node": ">=10"
  6270. },
  6271. "funding": {
  6272. "url": "https://github.com/sponsors/sindresorhus"
  6273. }
  6274. },
  6275. "node_modules/p-try": {
  6276. "version": "2.2.0",
  6277. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  6278. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  6279. "dev": true,
  6280. "license": "MIT",
  6281. "engines": {
  6282. "node": ">=6"
  6283. }
  6284. },
  6285. "node_modules/parcel": {
  6286. "version": "2.16.4",
  6287. "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.16.4.tgz",
  6288. "integrity": "sha512-RQlrqs4ujYNJpTQi+dITqPKNhRWEqpjPd1YBcGp50Wy3FcJHpwu0/iRm7XWz2dKU/Bwp2qCcVYPIeEDYi2uOUw==",
  6289. "dev": true,
  6290. "license": "MIT",
  6291. "dependencies": {
  6292. "@parcel/config-default": "2.16.4",
  6293. "@parcel/core": "2.16.4",
  6294. "@parcel/diagnostic": "2.16.4",
  6295. "@parcel/events": "2.16.4",
  6296. "@parcel/feature-flags": "2.16.4",
  6297. "@parcel/fs": "2.16.4",
  6298. "@parcel/logger": "2.16.4",
  6299. "@parcel/package-manager": "2.16.4",
  6300. "@parcel/reporter-cli": "2.16.4",
  6301. "@parcel/reporter-dev-server": "2.16.4",
  6302. "@parcel/reporter-tracer": "2.16.4",
  6303. "@parcel/utils": "2.16.4",
  6304. "chalk": "^4.1.2",
  6305. "commander": "^12.1.0",
  6306. "get-port": "^4.2.0"
  6307. },
  6308. "bin": {
  6309. "parcel": "lib/bin.js"
  6310. },
  6311. "engines": {
  6312. "node": ">= 16.0.0"
  6313. },
  6314. "funding": {
  6315. "type": "opencollective",
  6316. "url": "https://opencollective.com/parcel"
  6317. }
  6318. },
  6319. "node_modules/parcel-resolver-ignore": {
  6320. "version": "2.2.1",
  6321. "resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.2.1.tgz",
  6322. "integrity": "sha512-1U2+BCisOb1ZVdi/2w3UKXPHxgCL/9jUz1lcUU4i/gRAMBCTXToUNPFmCE1FzNnao7Xp92Dp3CR2Ogedj/BlQQ==",
  6323. "dev": true,
  6324. "license": "MIT",
  6325. "dependencies": {
  6326. "@parcel/plugin": "^2.16.0"
  6327. },
  6328. "engines": {
  6329. "parcel": ">=2.9.0"
  6330. },
  6331. "funding": {
  6332. "url": "https://ko-fi.com/vladimirmikulic"
  6333. }
  6334. },
  6335. "node_modules/parent-module": {
  6336. "version": "1.0.1",
  6337. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  6338. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  6339. "dev": true,
  6340. "license": "MIT",
  6341. "dependencies": {
  6342. "callsites": "^3.0.0"
  6343. },
  6344. "engines": {
  6345. "node": ">=6"
  6346. }
  6347. },
  6348. "node_modules/parse-json": {
  6349. "version": "5.2.0",
  6350. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  6351. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  6352. "dev": true,
  6353. "license": "MIT",
  6354. "dependencies": {
  6355. "@babel/code-frame": "^7.0.0",
  6356. "error-ex": "^1.3.1",
  6357. "json-parse-even-better-errors": "^2.3.0",
  6358. "lines-and-columns": "^1.1.6"
  6359. },
  6360. "engines": {
  6361. "node": ">=8"
  6362. },
  6363. "funding": {
  6364. "url": "https://github.com/sponsors/sindresorhus"
  6365. }
  6366. },
  6367. "node_modules/path-exists": {
  6368. "version": "4.0.0",
  6369. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  6370. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6371. "dev": true,
  6372. "engines": {
  6373. "node": ">=8"
  6374. }
  6375. },
  6376. "node_modules/path-is-absolute": {
  6377. "version": "1.0.1",
  6378. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  6379. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  6380. "dev": true,
  6381. "engines": {
  6382. "node": ">=0.10.0"
  6383. }
  6384. },
  6385. "node_modules/path-key": {
  6386. "version": "3.1.1",
  6387. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6388. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6389. "dev": true,
  6390. "engines": {
  6391. "node": ">=8"
  6392. }
  6393. },
  6394. "node_modules/path-parse": {
  6395. "version": "1.0.7",
  6396. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  6397. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  6398. "dev": true
  6399. },
  6400. "node_modules/picocolors": {
  6401. "version": "1.1.1",
  6402. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  6403. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  6404. "dev": true,
  6405. "license": "ISC"
  6406. },
  6407. "node_modules/picomatch": {
  6408. "version": "4.0.3",
  6409. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6410. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6411. "dev": true,
  6412. "license": "MIT",
  6413. "engines": {
  6414. "node": ">=12"
  6415. },
  6416. "funding": {
  6417. "url": "https://github.com/sponsors/jonschlinkert"
  6418. }
  6419. },
  6420. "node_modules/pify": {
  6421. "version": "4.0.1",
  6422. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  6423. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  6424. "dev": true,
  6425. "license": "MIT",
  6426. "engines": {
  6427. "node": ">=6"
  6428. }
  6429. },
  6430. "node_modules/pkg-conf": {
  6431. "version": "3.1.0",
  6432. "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
  6433. "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
  6434. "dev": true,
  6435. "license": "MIT",
  6436. "dependencies": {
  6437. "find-up": "^3.0.0",
  6438. "load-json-file": "^5.2.0"
  6439. },
  6440. "engines": {
  6441. "node": ">=6"
  6442. }
  6443. },
  6444. "node_modules/pkg-conf/node_modules/find-up": {
  6445. "version": "3.0.0",
  6446. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  6447. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  6448. "dev": true,
  6449. "license": "MIT",
  6450. "dependencies": {
  6451. "locate-path": "^3.0.0"
  6452. },
  6453. "engines": {
  6454. "node": ">=6"
  6455. }
  6456. },
  6457. "node_modules/pkg-conf/node_modules/locate-path": {
  6458. "version": "3.0.0",
  6459. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  6460. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  6461. "dev": true,
  6462. "license": "MIT",
  6463. "dependencies": {
  6464. "p-locate": "^3.0.0",
  6465. "path-exists": "^3.0.0"
  6466. },
  6467. "engines": {
  6468. "node": ">=6"
  6469. }
  6470. },
  6471. "node_modules/pkg-conf/node_modules/p-limit": {
  6472. "version": "2.3.0",
  6473. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  6474. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  6475. "dev": true,
  6476. "license": "MIT",
  6477. "dependencies": {
  6478. "p-try": "^2.0.0"
  6479. },
  6480. "engines": {
  6481. "node": ">=6"
  6482. },
  6483. "funding": {
  6484. "url": "https://github.com/sponsors/sindresorhus"
  6485. }
  6486. },
  6487. "node_modules/pkg-conf/node_modules/p-locate": {
  6488. "version": "3.0.0",
  6489. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  6490. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  6491. "dev": true,
  6492. "license": "MIT",
  6493. "dependencies": {
  6494. "p-limit": "^2.0.0"
  6495. },
  6496. "engines": {
  6497. "node": ">=6"
  6498. }
  6499. },
  6500. "node_modules/pkg-conf/node_modules/path-exists": {
  6501. "version": "3.0.0",
  6502. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  6503. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  6504. "dev": true,
  6505. "license": "MIT",
  6506. "engines": {
  6507. "node": ">=4"
  6508. }
  6509. },
  6510. "node_modules/possible-typed-array-names": {
  6511. "version": "1.1.0",
  6512. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  6513. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  6514. "dev": true,
  6515. "license": "MIT",
  6516. "engines": {
  6517. "node": ">= 0.4"
  6518. }
  6519. },
  6520. "node_modules/postcss": {
  6521. "version": "8.5.6",
  6522. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  6523. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  6524. "dev": true,
  6525. "funding": [
  6526. {
  6527. "type": "opencollective",
  6528. "url": "https://opencollective.com/postcss/"
  6529. },
  6530. {
  6531. "type": "tidelift",
  6532. "url": "https://tidelift.com/funding/github/npm/postcss"
  6533. },
  6534. {
  6535. "type": "github",
  6536. "url": "https://github.com/sponsors/ai"
  6537. }
  6538. ],
  6539. "license": "MIT",
  6540. "dependencies": {
  6541. "nanoid": "^3.3.11",
  6542. "picocolors": "^1.1.1",
  6543. "source-map-js": "^1.2.1"
  6544. },
  6545. "engines": {
  6546. "node": "^10 || ^12 || >=14"
  6547. }
  6548. },
  6549. "node_modules/postcss-safe-parser": {
  6550. "version": "7.0.1",
  6551. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  6552. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  6553. "dev": true,
  6554. "funding": [
  6555. {
  6556. "type": "opencollective",
  6557. "url": "https://opencollective.com/postcss/"
  6558. },
  6559. {
  6560. "type": "tidelift",
  6561. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  6562. },
  6563. {
  6564. "type": "github",
  6565. "url": "https://github.com/sponsors/ai"
  6566. }
  6567. ],
  6568. "license": "MIT",
  6569. "engines": {
  6570. "node": ">=18.0"
  6571. },
  6572. "peerDependencies": {
  6573. "postcss": "^8.4.31"
  6574. }
  6575. },
  6576. "node_modules/postcss-selector-parser": {
  6577. "version": "7.1.1",
  6578. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  6579. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  6580. "dev": true,
  6581. "license": "MIT",
  6582. "dependencies": {
  6583. "cssesc": "^3.0.0",
  6584. "util-deprecate": "^1.0.2"
  6585. },
  6586. "engines": {
  6587. "node": ">=4"
  6588. }
  6589. },
  6590. "node_modules/postcss-value-parser": {
  6591. "version": "4.2.0",
  6592. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  6593. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  6594. "dev": true
  6595. },
  6596. "node_modules/prelude-ls": {
  6597. "version": "1.2.1",
  6598. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6599. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6600. "dev": true,
  6601. "engines": {
  6602. "node": ">= 0.8.0"
  6603. }
  6604. },
  6605. "node_modules/process": {
  6606. "version": "0.11.10",
  6607. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  6608. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  6609. "dev": true,
  6610. "engines": {
  6611. "node": ">= 0.6.0"
  6612. }
  6613. },
  6614. "node_modules/prop-types": {
  6615. "version": "15.8.1",
  6616. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  6617. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  6618. "dev": true,
  6619. "license": "MIT",
  6620. "dependencies": {
  6621. "loose-envify": "^1.4.0",
  6622. "object-assign": "^4.1.1",
  6623. "react-is": "^16.13.1"
  6624. }
  6625. },
  6626. "node_modules/punycode": {
  6627. "version": "2.3.1",
  6628. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  6629. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  6630. "dev": true,
  6631. "license": "MIT",
  6632. "engines": {
  6633. "node": ">=6"
  6634. }
  6635. },
  6636. "node_modules/qified": {
  6637. "version": "0.6.0",
  6638. "resolved": "https://registry.npmjs.org/qified/-/qified-0.6.0.tgz",
  6639. "integrity": "sha512-tsSGN1x3h569ZSU1u6diwhltLyfUWDp3YbFHedapTmpBl0B3P6U3+Qptg7xu+v+1io1EwhdPyyRHYbEw0KN2FA==",
  6640. "dev": true,
  6641. "license": "MIT",
  6642. "dependencies": {
  6643. "hookified": "^1.14.0"
  6644. },
  6645. "engines": {
  6646. "node": ">=20"
  6647. }
  6648. },
  6649. "node_modules/queue-microtask": {
  6650. "version": "1.2.3",
  6651. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6652. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6653. "dev": true,
  6654. "funding": [
  6655. {
  6656. "type": "github",
  6657. "url": "https://github.com/sponsors/feross"
  6658. },
  6659. {
  6660. "type": "patreon",
  6661. "url": "https://www.patreon.com/feross"
  6662. },
  6663. {
  6664. "type": "consulting",
  6665. "url": "https://feross.org/support"
  6666. }
  6667. ]
  6668. },
  6669. "node_modules/react-is": {
  6670. "version": "16.13.1",
  6671. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  6672. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  6673. "dev": true,
  6674. "license": "MIT"
  6675. },
  6676. "node_modules/react-refresh": {
  6677. "version": "0.16.0",
  6678. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.16.0.tgz",
  6679. "integrity": "sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==",
  6680. "dev": true,
  6681. "license": "MIT",
  6682. "engines": {
  6683. "node": ">=0.10.0"
  6684. }
  6685. },
  6686. "node_modules/reflect.getprototypeof": {
  6687. "version": "1.0.10",
  6688. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  6689. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  6690. "dev": true,
  6691. "license": "MIT",
  6692. "dependencies": {
  6693. "call-bind": "^1.0.8",
  6694. "define-properties": "^1.2.1",
  6695. "es-abstract": "^1.23.9",
  6696. "es-errors": "^1.3.0",
  6697. "es-object-atoms": "^1.0.0",
  6698. "get-intrinsic": "^1.2.7",
  6699. "get-proto": "^1.0.1",
  6700. "which-builtin-type": "^1.2.1"
  6701. },
  6702. "engines": {
  6703. "node": ">= 0.4"
  6704. },
  6705. "funding": {
  6706. "url": "https://github.com/sponsors/ljharb"
  6707. }
  6708. },
  6709. "node_modules/regenerator-runtime": {
  6710. "version": "0.14.1",
  6711. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  6712. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  6713. "dev": true,
  6714. "license": "MIT"
  6715. },
  6716. "node_modules/regexp.prototype.flags": {
  6717. "version": "1.5.4",
  6718. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  6719. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  6720. "dev": true,
  6721. "license": "MIT",
  6722. "dependencies": {
  6723. "call-bind": "^1.0.8",
  6724. "define-properties": "^1.2.1",
  6725. "es-errors": "^1.3.0",
  6726. "get-proto": "^1.0.1",
  6727. "gopd": "^1.2.0",
  6728. "set-function-name": "^2.0.2"
  6729. },
  6730. "engines": {
  6731. "node": ">= 0.4"
  6732. },
  6733. "funding": {
  6734. "url": "https://github.com/sponsors/ljharb"
  6735. }
  6736. },
  6737. "node_modules/regexpp": {
  6738. "version": "3.2.0",
  6739. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  6740. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  6741. "dev": true,
  6742. "engines": {
  6743. "node": ">=8"
  6744. },
  6745. "funding": {
  6746. "url": "https://github.com/sponsors/mysticatea"
  6747. }
  6748. },
  6749. "node_modules/require-from-string": {
  6750. "version": "2.0.2",
  6751. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  6752. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  6753. "dev": true,
  6754. "license": "MIT",
  6755. "engines": {
  6756. "node": ">=0.10.0"
  6757. }
  6758. },
  6759. "node_modules/resolve": {
  6760. "version": "1.22.8",
  6761. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  6762. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  6763. "dev": true,
  6764. "dependencies": {
  6765. "is-core-module": "^2.13.0",
  6766. "path-parse": "^1.0.7",
  6767. "supports-preserve-symlinks-flag": "^1.0.0"
  6768. },
  6769. "bin": {
  6770. "resolve": "bin/resolve"
  6771. },
  6772. "funding": {
  6773. "url": "https://github.com/sponsors/ljharb"
  6774. }
  6775. },
  6776. "node_modules/resolve-from": {
  6777. "version": "4.0.0",
  6778. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6779. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6780. "dev": true,
  6781. "license": "MIT",
  6782. "engines": {
  6783. "node": ">=4"
  6784. }
  6785. },
  6786. "node_modules/resolve-pkg-maps": {
  6787. "version": "1.0.0",
  6788. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  6789. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  6790. "dev": true,
  6791. "license": "MIT",
  6792. "peer": true,
  6793. "funding": {
  6794. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  6795. }
  6796. },
  6797. "node_modules/reusify": {
  6798. "version": "1.0.4",
  6799. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  6800. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6801. "dev": true,
  6802. "engines": {
  6803. "iojs": ">=1.0.0",
  6804. "node": ">=0.10.0"
  6805. }
  6806. },
  6807. "node_modules/rimraf": {
  6808. "version": "3.0.2",
  6809. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  6810. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6811. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  6812. "dev": true,
  6813. "dependencies": {
  6814. "glob": "^7.1.3"
  6815. },
  6816. "bin": {
  6817. "rimraf": "bin.js"
  6818. },
  6819. "funding": {
  6820. "url": "https://github.com/sponsors/isaacs"
  6821. }
  6822. },
  6823. "node_modules/run-parallel": {
  6824. "version": "1.2.0",
  6825. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6826. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6827. "dev": true,
  6828. "funding": [
  6829. {
  6830. "type": "github",
  6831. "url": "https://github.com/sponsors/feross"
  6832. },
  6833. {
  6834. "type": "patreon",
  6835. "url": "https://www.patreon.com/feross"
  6836. },
  6837. {
  6838. "type": "consulting",
  6839. "url": "https://feross.org/support"
  6840. }
  6841. ],
  6842. "dependencies": {
  6843. "queue-microtask": "^1.2.2"
  6844. }
  6845. },
  6846. "node_modules/safe-array-concat": {
  6847. "version": "1.1.3",
  6848. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  6849. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  6850. "dev": true,
  6851. "license": "MIT",
  6852. "dependencies": {
  6853. "call-bind": "^1.0.8",
  6854. "call-bound": "^1.0.2",
  6855. "get-intrinsic": "^1.2.6",
  6856. "has-symbols": "^1.1.0",
  6857. "isarray": "^2.0.5"
  6858. },
  6859. "engines": {
  6860. "node": ">=0.4"
  6861. },
  6862. "funding": {
  6863. "url": "https://github.com/sponsors/ljharb"
  6864. }
  6865. },
  6866. "node_modules/safe-buffer": {
  6867. "version": "5.2.1",
  6868. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  6869. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  6870. "dev": true,
  6871. "funding": [
  6872. {
  6873. "type": "github",
  6874. "url": "https://github.com/sponsors/feross"
  6875. },
  6876. {
  6877. "type": "patreon",
  6878. "url": "https://www.patreon.com/feross"
  6879. },
  6880. {
  6881. "type": "consulting",
  6882. "url": "https://feross.org/support"
  6883. }
  6884. ],
  6885. "license": "MIT"
  6886. },
  6887. "node_modules/safe-push-apply": {
  6888. "version": "1.0.0",
  6889. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  6890. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  6891. "dev": true,
  6892. "license": "MIT",
  6893. "dependencies": {
  6894. "es-errors": "^1.3.0",
  6895. "isarray": "^2.0.5"
  6896. },
  6897. "engines": {
  6898. "node": ">= 0.4"
  6899. },
  6900. "funding": {
  6901. "url": "https://github.com/sponsors/ljharb"
  6902. }
  6903. },
  6904. "node_modules/safe-regex-test": {
  6905. "version": "1.1.0",
  6906. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  6907. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  6908. "dev": true,
  6909. "license": "MIT",
  6910. "dependencies": {
  6911. "call-bound": "^1.0.2",
  6912. "es-errors": "^1.3.0",
  6913. "is-regex": "^1.2.1"
  6914. },
  6915. "engines": {
  6916. "node": ">= 0.4"
  6917. },
  6918. "funding": {
  6919. "url": "https://github.com/sponsors/ljharb"
  6920. }
  6921. },
  6922. "node_modules/semver": {
  6923. "version": "7.7.4",
  6924. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  6925. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  6926. "dev": true,
  6927. "license": "ISC",
  6928. "bin": {
  6929. "semver": "bin/semver.js"
  6930. },
  6931. "engines": {
  6932. "node": ">=10"
  6933. }
  6934. },
  6935. "node_modules/set-function-length": {
  6936. "version": "1.2.2",
  6937. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  6938. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  6939. "dev": true,
  6940. "dependencies": {
  6941. "define-data-property": "^1.1.4",
  6942. "es-errors": "^1.3.0",
  6943. "function-bind": "^1.1.2",
  6944. "get-intrinsic": "^1.2.4",
  6945. "gopd": "^1.0.1",
  6946. "has-property-descriptors": "^1.0.2"
  6947. },
  6948. "engines": {
  6949. "node": ">= 0.4"
  6950. }
  6951. },
  6952. "node_modules/set-function-name": {
  6953. "version": "2.0.2",
  6954. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  6955. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  6956. "dev": true,
  6957. "license": "MIT",
  6958. "dependencies": {
  6959. "define-data-property": "^1.1.4",
  6960. "es-errors": "^1.3.0",
  6961. "functions-have-names": "^1.2.3",
  6962. "has-property-descriptors": "^1.0.2"
  6963. },
  6964. "engines": {
  6965. "node": ">= 0.4"
  6966. }
  6967. },
  6968. "node_modules/set-proto": {
  6969. "version": "1.0.0",
  6970. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  6971. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  6972. "dev": true,
  6973. "license": "MIT",
  6974. "dependencies": {
  6975. "dunder-proto": "^1.0.1",
  6976. "es-errors": "^1.3.0",
  6977. "es-object-atoms": "^1.0.0"
  6978. },
  6979. "engines": {
  6980. "node": ">= 0.4"
  6981. }
  6982. },
  6983. "node_modules/shebang-command": {
  6984. "version": "2.0.0",
  6985. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6986. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6987. "dev": true,
  6988. "dependencies": {
  6989. "shebang-regex": "^3.0.0"
  6990. },
  6991. "engines": {
  6992. "node": ">=8"
  6993. }
  6994. },
  6995. "node_modules/shebang-regex": {
  6996. "version": "3.0.0",
  6997. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6998. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6999. "dev": true,
  7000. "engines": {
  7001. "node": ">=8"
  7002. }
  7003. },
  7004. "node_modules/side-channel": {
  7005. "version": "1.1.0",
  7006. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  7007. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  7008. "dev": true,
  7009. "license": "MIT",
  7010. "dependencies": {
  7011. "es-errors": "^1.3.0",
  7012. "object-inspect": "^1.13.3",
  7013. "side-channel-list": "^1.0.0",
  7014. "side-channel-map": "^1.0.1",
  7015. "side-channel-weakmap": "^1.0.2"
  7016. },
  7017. "engines": {
  7018. "node": ">= 0.4"
  7019. },
  7020. "funding": {
  7021. "url": "https://github.com/sponsors/ljharb"
  7022. }
  7023. },
  7024. "node_modules/side-channel-list": {
  7025. "version": "1.0.0",
  7026. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  7027. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  7028. "dev": true,
  7029. "license": "MIT",
  7030. "dependencies": {
  7031. "es-errors": "^1.3.0",
  7032. "object-inspect": "^1.13.3"
  7033. },
  7034. "engines": {
  7035. "node": ">= 0.4"
  7036. },
  7037. "funding": {
  7038. "url": "https://github.com/sponsors/ljharb"
  7039. }
  7040. },
  7041. "node_modules/side-channel-map": {
  7042. "version": "1.0.1",
  7043. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  7044. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  7045. "dev": true,
  7046. "license": "MIT",
  7047. "dependencies": {
  7048. "call-bound": "^1.0.2",
  7049. "es-errors": "^1.3.0",
  7050. "get-intrinsic": "^1.2.5",
  7051. "object-inspect": "^1.13.3"
  7052. },
  7053. "engines": {
  7054. "node": ">= 0.4"
  7055. },
  7056. "funding": {
  7057. "url": "https://github.com/sponsors/ljharb"
  7058. }
  7059. },
  7060. "node_modules/side-channel-weakmap": {
  7061. "version": "1.0.2",
  7062. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  7063. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  7064. "dev": true,
  7065. "license": "MIT",
  7066. "dependencies": {
  7067. "call-bound": "^1.0.2",
  7068. "es-errors": "^1.3.0",
  7069. "get-intrinsic": "^1.2.5",
  7070. "object-inspect": "^1.13.3",
  7071. "side-channel-map": "^1.0.1"
  7072. },
  7073. "engines": {
  7074. "node": ">= 0.4"
  7075. },
  7076. "funding": {
  7077. "url": "https://github.com/sponsors/ljharb"
  7078. }
  7079. },
  7080. "node_modules/signal-exit": {
  7081. "version": "4.1.0",
  7082. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  7083. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  7084. "dev": true,
  7085. "license": "ISC",
  7086. "engines": {
  7087. "node": ">=14"
  7088. },
  7089. "funding": {
  7090. "url": "https://github.com/sponsors/isaacs"
  7091. }
  7092. },
  7093. "node_modules/slash": {
  7094. "version": "5.1.0",
  7095. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  7096. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  7097. "dev": true,
  7098. "license": "MIT",
  7099. "engines": {
  7100. "node": ">=14.16"
  7101. },
  7102. "funding": {
  7103. "url": "https://github.com/sponsors/sindresorhus"
  7104. }
  7105. },
  7106. "node_modules/slice-ansi": {
  7107. "version": "4.0.0",
  7108. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  7109. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  7110. "dev": true,
  7111. "license": "MIT",
  7112. "dependencies": {
  7113. "ansi-styles": "^4.0.0",
  7114. "astral-regex": "^2.0.0",
  7115. "is-fullwidth-code-point": "^3.0.0"
  7116. },
  7117. "engines": {
  7118. "node": ">=10"
  7119. },
  7120. "funding": {
  7121. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  7122. }
  7123. },
  7124. "node_modules/source-map-js": {
  7125. "version": "1.2.1",
  7126. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  7127. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  7128. "dev": true,
  7129. "license": "BSD-3-Clause",
  7130. "engines": {
  7131. "node": ">=0.10.0"
  7132. }
  7133. },
  7134. "node_modules/standard": {
  7135. "version": "17.1.2",
  7136. "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz",
  7137. "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==",
  7138. "dev": true,
  7139. "funding": [
  7140. {
  7141. "type": "github",
  7142. "url": "https://github.com/sponsors/feross"
  7143. },
  7144. {
  7145. "type": "patreon",
  7146. "url": "https://www.patreon.com/feross"
  7147. },
  7148. {
  7149. "type": "consulting",
  7150. "url": "https://feross.org/support"
  7151. }
  7152. ],
  7153. "license": "MIT",
  7154. "dependencies": {
  7155. "eslint": "^8.41.0",
  7156. "eslint-config-standard": "17.1.0",
  7157. "eslint-config-standard-jsx": "^11.0.0",
  7158. "eslint-plugin-import": "^2.27.5",
  7159. "eslint-plugin-n": "^15.7.0",
  7160. "eslint-plugin-promise": "^6.1.1",
  7161. "eslint-plugin-react": "^7.36.1",
  7162. "standard-engine": "^15.1.0",
  7163. "version-guard": "^1.1.1"
  7164. },
  7165. "bin": {
  7166. "standard": "bin/cmd.cjs"
  7167. },
  7168. "engines": {
  7169. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7170. }
  7171. },
  7172. "node_modules/standard-engine": {
  7173. "version": "15.1.0",
  7174. "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz",
  7175. "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==",
  7176. "dev": true,
  7177. "funding": [
  7178. {
  7179. "type": "github",
  7180. "url": "https://github.com/sponsors/feross"
  7181. },
  7182. {
  7183. "type": "patreon",
  7184. "url": "https://www.patreon.com/feross"
  7185. },
  7186. {
  7187. "type": "consulting",
  7188. "url": "https://feross.org/support"
  7189. }
  7190. ],
  7191. "license": "MIT",
  7192. "dependencies": {
  7193. "get-stdin": "^8.0.0",
  7194. "minimist": "^1.2.6",
  7195. "pkg-conf": "^3.1.0",
  7196. "xdg-basedir": "^4.0.0"
  7197. },
  7198. "engines": {
  7199. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7200. }
  7201. },
  7202. "node_modules/standard/node_modules/eslint-plugin-n": {
  7203. "version": "15.7.0",
  7204. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
  7205. "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
  7206. "dev": true,
  7207. "license": "MIT",
  7208. "dependencies": {
  7209. "builtins": "^5.0.1",
  7210. "eslint-plugin-es": "^4.1.0",
  7211. "eslint-utils": "^3.0.0",
  7212. "ignore": "^5.1.1",
  7213. "is-core-module": "^2.11.0",
  7214. "minimatch": "^3.1.2",
  7215. "resolve": "^1.22.1",
  7216. "semver": "^7.3.8"
  7217. },
  7218. "engines": {
  7219. "node": ">=12.22.0"
  7220. },
  7221. "funding": {
  7222. "url": "https://github.com/sponsors/mysticatea"
  7223. },
  7224. "peerDependencies": {
  7225. "eslint": ">=7.0.0"
  7226. }
  7227. },
  7228. "node_modules/standard/node_modules/eslint-plugin-n/node_modules/eslint-plugin-es": {
  7229. "version": "4.1.0",
  7230. "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
  7231. "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
  7232. "dev": true,
  7233. "license": "MIT",
  7234. "dependencies": {
  7235. "eslint-utils": "^2.0.0",
  7236. "regexpp": "^3.0.0"
  7237. },
  7238. "engines": {
  7239. "node": ">=8.10.0"
  7240. },
  7241. "funding": {
  7242. "url": "https://github.com/sponsors/mysticatea"
  7243. },
  7244. "peerDependencies": {
  7245. "eslint": ">=4.19.1"
  7246. }
  7247. },
  7248. "node_modules/standard/node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-utils": {
  7249. "version": "2.1.0",
  7250. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  7251. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  7252. "dev": true,
  7253. "license": "MIT",
  7254. "dependencies": {
  7255. "eslint-visitor-keys": "^1.1.0"
  7256. },
  7257. "engines": {
  7258. "node": ">=6"
  7259. },
  7260. "funding": {
  7261. "url": "https://github.com/sponsors/mysticatea"
  7262. }
  7263. },
  7264. "node_modules/standard/node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
  7265. "version": "1.3.0",
  7266. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  7267. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
  7268. "dev": true,
  7269. "license": "Apache-2.0",
  7270. "engines": {
  7271. "node": ">=4"
  7272. }
  7273. },
  7274. "node_modules/standard/node_modules/eslint-plugin-n/node_modules/eslint-utils": {
  7275. "version": "3.0.0",
  7276. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  7277. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  7278. "dev": true,
  7279. "license": "MIT",
  7280. "dependencies": {
  7281. "eslint-visitor-keys": "^2.0.0"
  7282. },
  7283. "engines": {
  7284. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  7285. },
  7286. "funding": {
  7287. "url": "https://github.com/sponsors/mysticatea"
  7288. },
  7289. "peerDependencies": {
  7290. "eslint": ">=5"
  7291. }
  7292. },
  7293. "node_modules/standard/node_modules/eslint-visitor-keys": {
  7294. "version": "2.1.0",
  7295. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  7296. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  7297. "dev": true,
  7298. "license": "Apache-2.0",
  7299. "engines": {
  7300. "node": ">=10"
  7301. }
  7302. },
  7303. "node_modules/stop-iteration-iterator": {
  7304. "version": "1.1.0",
  7305. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  7306. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  7307. "dev": true,
  7308. "license": "MIT",
  7309. "dependencies": {
  7310. "es-errors": "^1.3.0",
  7311. "internal-slot": "^1.1.0"
  7312. },
  7313. "engines": {
  7314. "node": ">= 0.4"
  7315. }
  7316. },
  7317. "node_modules/string-width": {
  7318. "version": "8.2.0",
  7319. "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.0.tgz",
  7320. "integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
  7321. "dev": true,
  7322. "license": "MIT",
  7323. "dependencies": {
  7324. "get-east-asian-width": "^1.5.0",
  7325. "strip-ansi": "^7.1.2"
  7326. },
  7327. "engines": {
  7328. "node": ">=20"
  7329. },
  7330. "funding": {
  7331. "url": "https://github.com/sponsors/sindresorhus"
  7332. }
  7333. },
  7334. "node_modules/string-width/node_modules/ansi-regex": {
  7335. "version": "6.2.2",
  7336. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  7337. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  7338. "dev": true,
  7339. "license": "MIT",
  7340. "engines": {
  7341. "node": ">=12"
  7342. },
  7343. "funding": {
  7344. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  7345. }
  7346. },
  7347. "node_modules/string-width/node_modules/strip-ansi": {
  7348. "version": "7.2.0",
  7349. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  7350. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  7351. "dev": true,
  7352. "license": "MIT",
  7353. "dependencies": {
  7354. "ansi-regex": "^6.2.2"
  7355. },
  7356. "engines": {
  7357. "node": ">=12"
  7358. },
  7359. "funding": {
  7360. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  7361. }
  7362. },
  7363. "node_modules/string.prototype.matchall": {
  7364. "version": "4.0.12",
  7365. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  7366. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  7367. "dev": true,
  7368. "license": "MIT",
  7369. "dependencies": {
  7370. "call-bind": "^1.0.8",
  7371. "call-bound": "^1.0.3",
  7372. "define-properties": "^1.2.1",
  7373. "es-abstract": "^1.23.6",
  7374. "es-errors": "^1.3.0",
  7375. "es-object-atoms": "^1.0.0",
  7376. "get-intrinsic": "^1.2.6",
  7377. "gopd": "^1.2.0",
  7378. "has-symbols": "^1.1.0",
  7379. "internal-slot": "^1.1.0",
  7380. "regexp.prototype.flags": "^1.5.3",
  7381. "set-function-name": "^2.0.2",
  7382. "side-channel": "^1.1.0"
  7383. },
  7384. "engines": {
  7385. "node": ">= 0.4"
  7386. },
  7387. "funding": {
  7388. "url": "https://github.com/sponsors/ljharb"
  7389. }
  7390. },
  7391. "node_modules/string.prototype.repeat": {
  7392. "version": "1.0.0",
  7393. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  7394. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  7395. "dev": true,
  7396. "license": "MIT",
  7397. "dependencies": {
  7398. "define-properties": "^1.1.3",
  7399. "es-abstract": "^1.17.5"
  7400. }
  7401. },
  7402. "node_modules/string.prototype.trim": {
  7403. "version": "1.2.10",
  7404. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  7405. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  7406. "dev": true,
  7407. "license": "MIT",
  7408. "dependencies": {
  7409. "call-bind": "^1.0.8",
  7410. "call-bound": "^1.0.2",
  7411. "define-data-property": "^1.1.4",
  7412. "define-properties": "^1.2.1",
  7413. "es-abstract": "^1.23.5",
  7414. "es-object-atoms": "^1.0.0",
  7415. "has-property-descriptors": "^1.0.2"
  7416. },
  7417. "engines": {
  7418. "node": ">= 0.4"
  7419. },
  7420. "funding": {
  7421. "url": "https://github.com/sponsors/ljharb"
  7422. }
  7423. },
  7424. "node_modules/string.prototype.trimend": {
  7425. "version": "1.0.9",
  7426. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  7427. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  7428. "dev": true,
  7429. "license": "MIT",
  7430. "dependencies": {
  7431. "call-bind": "^1.0.8",
  7432. "call-bound": "^1.0.2",
  7433. "define-properties": "^1.2.1",
  7434. "es-object-atoms": "^1.0.0"
  7435. },
  7436. "engines": {
  7437. "node": ">= 0.4"
  7438. },
  7439. "funding": {
  7440. "url": "https://github.com/sponsors/ljharb"
  7441. }
  7442. },
  7443. "node_modules/string.prototype.trimstart": {
  7444. "version": "1.0.8",
  7445. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  7446. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  7447. "dev": true,
  7448. "dependencies": {
  7449. "call-bind": "^1.0.7",
  7450. "define-properties": "^1.2.1",
  7451. "es-object-atoms": "^1.0.0"
  7452. },
  7453. "engines": {
  7454. "node": ">= 0.4"
  7455. },
  7456. "funding": {
  7457. "url": "https://github.com/sponsors/ljharb"
  7458. }
  7459. },
  7460. "node_modules/strip-ansi": {
  7461. "version": "6.0.1",
  7462. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7463. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7464. "dev": true,
  7465. "dependencies": {
  7466. "ansi-regex": "^5.0.1"
  7467. },
  7468. "engines": {
  7469. "node": ">=8"
  7470. }
  7471. },
  7472. "node_modules/strip-bom": {
  7473. "version": "3.0.0",
  7474. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  7475. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  7476. "dev": true,
  7477. "engines": {
  7478. "node": ">=4"
  7479. }
  7480. },
  7481. "node_modules/strip-json-comments": {
  7482. "version": "3.1.1",
  7483. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  7484. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  7485. "dev": true,
  7486. "license": "MIT",
  7487. "engines": {
  7488. "node": ">=8"
  7489. },
  7490. "funding": {
  7491. "url": "https://github.com/sponsors/sindresorhus"
  7492. }
  7493. },
  7494. "node_modules/stylelint": {
  7495. "version": "17.4.0",
  7496. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.4.0.tgz",
  7497. "integrity": "sha512-3kQ2/cHv3Zt8OBg+h2B8XCx9evEABQIrv4hh3uXahGz/ZEHrTR80zxBiK2NfXNaSoyBzxO1pjsz1Vhdzwn5XSw==",
  7498. "dev": true,
  7499. "funding": [
  7500. {
  7501. "type": "opencollective",
  7502. "url": "https://opencollective.com/stylelint"
  7503. },
  7504. {
  7505. "type": "github",
  7506. "url": "https://github.com/sponsors/stylelint"
  7507. }
  7508. ],
  7509. "license": "MIT",
  7510. "dependencies": {
  7511. "@csstools/css-calc": "^3.1.1",
  7512. "@csstools/css-parser-algorithms": "^4.0.0",
  7513. "@csstools/css-syntax-patches-for-csstree": "^1.0.27",
  7514. "@csstools/css-tokenizer": "^4.0.0",
  7515. "@csstools/media-query-list-parser": "^5.0.0",
  7516. "@csstools/selector-resolve-nested": "^4.0.0",
  7517. "@csstools/selector-specificity": "^6.0.0",
  7518. "colord": "^2.9.3",
  7519. "cosmiconfig": "^9.0.0",
  7520. "css-functions-list": "^3.3.3",
  7521. "css-tree": "^3.1.0",
  7522. "debug": "^4.4.3",
  7523. "fast-glob": "^3.3.3",
  7524. "fastest-levenshtein": "^1.0.16",
  7525. "file-entry-cache": "^11.1.2",
  7526. "global-modules": "^2.0.0",
  7527. "globby": "^16.1.0",
  7528. "globjoin": "^0.1.4",
  7529. "html-tags": "^5.1.0",
  7530. "ignore": "^7.0.5",
  7531. "import-meta-resolve": "^4.2.0",
  7532. "imurmurhash": "^0.1.4",
  7533. "is-plain-object": "^5.0.0",
  7534. "mathml-tag-names": "^4.0.0",
  7535. "meow": "^14.0.0",
  7536. "micromatch": "^4.0.8",
  7537. "normalize-path": "^3.0.0",
  7538. "picocolors": "^1.1.1",
  7539. "postcss": "^8.5.6",
  7540. "postcss-safe-parser": "^7.0.1",
  7541. "postcss-selector-parser": "^7.1.1",
  7542. "postcss-value-parser": "^4.2.0",
  7543. "string-width": "^8.1.1",
  7544. "supports-hyperlinks": "^4.4.0",
  7545. "svg-tags": "^1.0.0",
  7546. "table": "^6.9.0",
  7547. "write-file-atomic": "^7.0.0"
  7548. },
  7549. "bin": {
  7550. "stylelint": "bin/stylelint.mjs"
  7551. },
  7552. "engines": {
  7553. "node": ">=20.19.0"
  7554. }
  7555. },
  7556. "node_modules/stylelint-config-recommended": {
  7557. "version": "18.0.0",
  7558. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz",
  7559. "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==",
  7560. "dev": true,
  7561. "funding": [
  7562. {
  7563. "type": "opencollective",
  7564. "url": "https://opencollective.com/stylelint"
  7565. },
  7566. {
  7567. "type": "github",
  7568. "url": "https://github.com/sponsors/stylelint"
  7569. }
  7570. ],
  7571. "license": "MIT",
  7572. "engines": {
  7573. "node": ">=20.19.0"
  7574. },
  7575. "peerDependencies": {
  7576. "stylelint": "^17.0.0"
  7577. }
  7578. },
  7579. "node_modules/stylelint-config-standard": {
  7580. "version": "40.0.0",
  7581. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz",
  7582. "integrity": "sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==",
  7583. "dev": true,
  7584. "funding": [
  7585. {
  7586. "type": "opencollective",
  7587. "url": "https://opencollective.com/stylelint"
  7588. },
  7589. {
  7590. "type": "github",
  7591. "url": "https://github.com/sponsors/stylelint"
  7592. }
  7593. ],
  7594. "license": "MIT",
  7595. "dependencies": {
  7596. "stylelint-config-recommended": "^18.0.0"
  7597. },
  7598. "engines": {
  7599. "node": ">=20.19.0"
  7600. },
  7601. "peerDependencies": {
  7602. "stylelint": "^17.0.0"
  7603. }
  7604. },
  7605. "node_modules/stylelint/node_modules/file-entry-cache": {
  7606. "version": "11.1.2",
  7607. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.2.tgz",
  7608. "integrity": "sha512-N2WFfK12gmrK1c1GXOqiAJ1tc5YE+R53zvQ+t5P8S5XhnmKYVB5eZEiLNZKDSmoG8wqqbF9EXYBBW/nef19log==",
  7609. "dev": true,
  7610. "license": "MIT",
  7611. "dependencies": {
  7612. "flat-cache": "^6.1.20"
  7613. }
  7614. },
  7615. "node_modules/stylelint/node_modules/flat-cache": {
  7616. "version": "6.1.20",
  7617. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.20.tgz",
  7618. "integrity": "sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ==",
  7619. "dev": true,
  7620. "license": "MIT",
  7621. "dependencies": {
  7622. "cacheable": "^2.3.2",
  7623. "flatted": "^3.3.3",
  7624. "hookified": "^1.15.0"
  7625. }
  7626. },
  7627. "node_modules/stylelint/node_modules/ignore": {
  7628. "version": "7.0.5",
  7629. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  7630. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  7631. "dev": true,
  7632. "license": "MIT",
  7633. "engines": {
  7634. "node": ">= 4"
  7635. }
  7636. },
  7637. "node_modules/supports-color": {
  7638. "version": "7.2.0",
  7639. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  7640. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  7641. "dev": true,
  7642. "dependencies": {
  7643. "has-flag": "^4.0.0"
  7644. },
  7645. "engines": {
  7646. "node": ">=8"
  7647. }
  7648. },
  7649. "node_modules/supports-hyperlinks": {
  7650. "version": "4.4.0",
  7651. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-4.4.0.tgz",
  7652. "integrity": "sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==",
  7653. "dev": true,
  7654. "license": "MIT",
  7655. "dependencies": {
  7656. "has-flag": "^5.0.1",
  7657. "supports-color": "^10.2.2"
  7658. },
  7659. "engines": {
  7660. "node": ">=20"
  7661. },
  7662. "funding": {
  7663. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  7664. }
  7665. },
  7666. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  7667. "version": "5.0.1",
  7668. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz",
  7669. "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==",
  7670. "dev": true,
  7671. "license": "MIT",
  7672. "engines": {
  7673. "node": ">=12"
  7674. },
  7675. "funding": {
  7676. "url": "https://github.com/sponsors/sindresorhus"
  7677. }
  7678. },
  7679. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  7680. "version": "10.2.2",
  7681. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  7682. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  7683. "dev": true,
  7684. "license": "MIT",
  7685. "engines": {
  7686. "node": ">=18"
  7687. },
  7688. "funding": {
  7689. "url": "https://github.com/chalk/supports-color?sponsor=1"
  7690. }
  7691. },
  7692. "node_modules/supports-preserve-symlinks-flag": {
  7693. "version": "1.0.0",
  7694. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  7695. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  7696. "dev": true,
  7697. "engines": {
  7698. "node": ">= 0.4"
  7699. },
  7700. "funding": {
  7701. "url": "https://github.com/sponsors/ljharb"
  7702. }
  7703. },
  7704. "node_modules/svg-tags": {
  7705. "version": "1.0.0",
  7706. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  7707. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  7708. "dev": true
  7709. },
  7710. "node_modules/table": {
  7711. "version": "6.9.0",
  7712. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  7713. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  7714. "dev": true,
  7715. "license": "BSD-3-Clause",
  7716. "dependencies": {
  7717. "ajv": "^8.0.1",
  7718. "lodash.truncate": "^4.4.2",
  7719. "slice-ansi": "^4.0.0",
  7720. "string-width": "^4.2.3",
  7721. "strip-ansi": "^6.0.1"
  7722. },
  7723. "engines": {
  7724. "node": ">=10.0.0"
  7725. }
  7726. },
  7727. "node_modules/table/node_modules/ajv": {
  7728. "version": "8.18.0",
  7729. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  7730. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  7731. "dev": true,
  7732. "license": "MIT",
  7733. "dependencies": {
  7734. "fast-deep-equal": "^3.1.3",
  7735. "fast-uri": "^3.0.1",
  7736. "json-schema-traverse": "^1.0.0",
  7737. "require-from-string": "^2.0.2"
  7738. },
  7739. "funding": {
  7740. "type": "github",
  7741. "url": "https://github.com/sponsors/epoberezkin"
  7742. }
  7743. },
  7744. "node_modules/table/node_modules/json-schema-traverse": {
  7745. "version": "1.0.0",
  7746. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  7747. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  7748. "dev": true,
  7749. "license": "MIT"
  7750. },
  7751. "node_modules/table/node_modules/string-width": {
  7752. "version": "4.2.3",
  7753. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  7754. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  7755. "dev": true,
  7756. "license": "MIT",
  7757. "dependencies": {
  7758. "emoji-regex": "^8.0.0",
  7759. "is-fullwidth-code-point": "^3.0.0",
  7760. "strip-ansi": "^6.0.1"
  7761. },
  7762. "engines": {
  7763. "node": ">=8"
  7764. }
  7765. },
  7766. "node_modules/term-size": {
  7767. "version": "2.2.1",
  7768. "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz",
  7769. "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==",
  7770. "dev": true,
  7771. "license": "MIT",
  7772. "engines": {
  7773. "node": ">=8"
  7774. },
  7775. "funding": {
  7776. "url": "https://github.com/sponsors/sindresorhus"
  7777. }
  7778. },
  7779. "node_modules/text-table": {
  7780. "version": "0.2.0",
  7781. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  7782. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  7783. "dev": true
  7784. },
  7785. "node_modules/to-regex-range": {
  7786. "version": "5.0.1",
  7787. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7788. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7789. "dev": true,
  7790. "license": "MIT",
  7791. "dependencies": {
  7792. "is-number": "^7.0.0"
  7793. },
  7794. "engines": {
  7795. "node": ">=8.0"
  7796. }
  7797. },
  7798. "node_modules/tsconfig-paths": {
  7799. "version": "3.15.0",
  7800. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  7801. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  7802. "dev": true,
  7803. "dependencies": {
  7804. "@types/json5": "^0.0.29",
  7805. "json5": "^1.0.2",
  7806. "minimist": "^1.2.6",
  7807. "strip-bom": "^3.0.0"
  7808. }
  7809. },
  7810. "node_modules/tsconfig-paths/node_modules/json5": {
  7811. "version": "1.0.2",
  7812. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  7813. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  7814. "dev": true,
  7815. "dependencies": {
  7816. "minimist": "^1.2.0"
  7817. },
  7818. "bin": {
  7819. "json5": "lib/cli.js"
  7820. }
  7821. },
  7822. "node_modules/tslib": {
  7823. "version": "2.8.1",
  7824. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  7825. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  7826. "dev": true,
  7827. "license": "0BSD"
  7828. },
  7829. "node_modules/type-check": {
  7830. "version": "0.4.0",
  7831. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  7832. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  7833. "dev": true,
  7834. "dependencies": {
  7835. "prelude-ls": "^1.2.1"
  7836. },
  7837. "engines": {
  7838. "node": ">= 0.8.0"
  7839. }
  7840. },
  7841. "node_modules/type-fest": {
  7842. "version": "0.20.2",
  7843. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  7844. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  7845. "dev": true,
  7846. "engines": {
  7847. "node": ">=10"
  7848. },
  7849. "funding": {
  7850. "url": "https://github.com/sponsors/sindresorhus"
  7851. }
  7852. },
  7853. "node_modules/typed-array-buffer": {
  7854. "version": "1.0.3",
  7855. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  7856. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  7857. "dev": true,
  7858. "license": "MIT",
  7859. "dependencies": {
  7860. "call-bound": "^1.0.3",
  7861. "es-errors": "^1.3.0",
  7862. "is-typed-array": "^1.1.14"
  7863. },
  7864. "engines": {
  7865. "node": ">= 0.4"
  7866. }
  7867. },
  7868. "node_modules/typed-array-byte-length": {
  7869. "version": "1.0.3",
  7870. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  7871. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  7872. "dev": true,
  7873. "license": "MIT",
  7874. "dependencies": {
  7875. "call-bind": "^1.0.8",
  7876. "for-each": "^0.3.3",
  7877. "gopd": "^1.2.0",
  7878. "has-proto": "^1.2.0",
  7879. "is-typed-array": "^1.1.14"
  7880. },
  7881. "engines": {
  7882. "node": ">= 0.4"
  7883. },
  7884. "funding": {
  7885. "url": "https://github.com/sponsors/ljharb"
  7886. }
  7887. },
  7888. "node_modules/typed-array-byte-offset": {
  7889. "version": "1.0.4",
  7890. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  7891. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  7892. "dev": true,
  7893. "license": "MIT",
  7894. "dependencies": {
  7895. "available-typed-arrays": "^1.0.7",
  7896. "call-bind": "^1.0.8",
  7897. "for-each": "^0.3.3",
  7898. "gopd": "^1.2.0",
  7899. "has-proto": "^1.2.0",
  7900. "is-typed-array": "^1.1.15",
  7901. "reflect.getprototypeof": "^1.0.9"
  7902. },
  7903. "engines": {
  7904. "node": ">= 0.4"
  7905. },
  7906. "funding": {
  7907. "url": "https://github.com/sponsors/ljharb"
  7908. }
  7909. },
  7910. "node_modules/typed-array-length": {
  7911. "version": "1.0.7",
  7912. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  7913. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  7914. "dev": true,
  7915. "license": "MIT",
  7916. "dependencies": {
  7917. "call-bind": "^1.0.7",
  7918. "for-each": "^0.3.3",
  7919. "gopd": "^1.0.1",
  7920. "is-typed-array": "^1.1.13",
  7921. "possible-typed-array-names": "^1.0.0",
  7922. "reflect.getprototypeof": "^1.0.6"
  7923. },
  7924. "engines": {
  7925. "node": ">= 0.4"
  7926. },
  7927. "funding": {
  7928. "url": "https://github.com/sponsors/ljharb"
  7929. }
  7930. },
  7931. "node_modules/unbox-primitive": {
  7932. "version": "1.1.0",
  7933. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  7934. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  7935. "dev": true,
  7936. "license": "MIT",
  7937. "dependencies": {
  7938. "call-bound": "^1.0.3",
  7939. "has-bigints": "^1.0.2",
  7940. "has-symbols": "^1.1.0",
  7941. "which-boxed-primitive": "^1.1.1"
  7942. },
  7943. "engines": {
  7944. "node": ">= 0.4"
  7945. },
  7946. "funding": {
  7947. "url": "https://github.com/sponsors/ljharb"
  7948. }
  7949. },
  7950. "node_modules/unicorn-magic": {
  7951. "version": "0.4.0",
  7952. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  7953. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  7954. "dev": true,
  7955. "license": "MIT",
  7956. "engines": {
  7957. "node": ">=20"
  7958. },
  7959. "funding": {
  7960. "url": "https://github.com/sponsors/sindresorhus"
  7961. }
  7962. },
  7963. "node_modules/update-browserslist-db": {
  7964. "version": "1.2.3",
  7965. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  7966. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  7967. "dev": true,
  7968. "funding": [
  7969. {
  7970. "type": "opencollective",
  7971. "url": "https://opencollective.com/browserslist"
  7972. },
  7973. {
  7974. "type": "tidelift",
  7975. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7976. },
  7977. {
  7978. "type": "github",
  7979. "url": "https://github.com/sponsors/ai"
  7980. }
  7981. ],
  7982. "license": "MIT",
  7983. "dependencies": {
  7984. "escalade": "^3.2.0",
  7985. "picocolors": "^1.1.1"
  7986. },
  7987. "bin": {
  7988. "update-browserslist-db": "cli.js"
  7989. },
  7990. "peerDependencies": {
  7991. "browserslist": ">= 4.21.0"
  7992. }
  7993. },
  7994. "node_modules/uri-js": {
  7995. "version": "4.4.1",
  7996. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7997. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7998. "dev": true,
  7999. "license": "BSD-2-Clause",
  8000. "dependencies": {
  8001. "punycode": "^2.1.0"
  8002. }
  8003. },
  8004. "node_modules/util-deprecate": {
  8005. "version": "1.0.2",
  8006. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  8007. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  8008. "dev": true,
  8009. "license": "MIT"
  8010. },
  8011. "node_modules/utility-types": {
  8012. "version": "3.11.0",
  8013. "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz",
  8014. "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==",
  8015. "dev": true,
  8016. "license": "MIT",
  8017. "engines": {
  8018. "node": ">= 4"
  8019. }
  8020. },
  8021. "node_modules/version-guard": {
  8022. "version": "1.1.3",
  8023. "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.3.tgz",
  8024. "integrity": "sha512-JwPr6erhX53EWH/HCSzfy1tTFrtPXUe927wdM1jqBBeYp1OM+qPHjWbsvv6pIBduqdgxxS+ScfG7S28pzyr2DQ==",
  8025. "dev": true,
  8026. "license": "0BSD",
  8027. "engines": {
  8028. "node": ">=0.10.48"
  8029. }
  8030. },
  8031. "node_modules/weak-lru-cache": {
  8032. "version": "1.2.2",
  8033. "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz",
  8034. "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==",
  8035. "dev": true,
  8036. "license": "MIT"
  8037. },
  8038. "node_modules/which": {
  8039. "version": "2.0.2",
  8040. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  8041. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  8042. "dev": true,
  8043. "dependencies": {
  8044. "isexe": "^2.0.0"
  8045. },
  8046. "bin": {
  8047. "node-which": "bin/node-which"
  8048. },
  8049. "engines": {
  8050. "node": ">= 8"
  8051. }
  8052. },
  8053. "node_modules/which-boxed-primitive": {
  8054. "version": "1.1.1",
  8055. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  8056. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  8057. "dev": true,
  8058. "license": "MIT",
  8059. "dependencies": {
  8060. "is-bigint": "^1.1.0",
  8061. "is-boolean-object": "^1.2.1",
  8062. "is-number-object": "^1.1.1",
  8063. "is-string": "^1.1.1",
  8064. "is-symbol": "^1.1.1"
  8065. },
  8066. "engines": {
  8067. "node": ">= 0.4"
  8068. },
  8069. "funding": {
  8070. "url": "https://github.com/sponsors/ljharb"
  8071. }
  8072. },
  8073. "node_modules/which-builtin-type": {
  8074. "version": "1.2.1",
  8075. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  8076. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  8077. "dev": true,
  8078. "license": "MIT",
  8079. "dependencies": {
  8080. "call-bound": "^1.0.2",
  8081. "function.prototype.name": "^1.1.6",
  8082. "has-tostringtag": "^1.0.2",
  8083. "is-async-function": "^2.0.0",
  8084. "is-date-object": "^1.1.0",
  8085. "is-finalizationregistry": "^1.1.0",
  8086. "is-generator-function": "^1.0.10",
  8087. "is-regex": "^1.2.1",
  8088. "is-weakref": "^1.0.2",
  8089. "isarray": "^2.0.5",
  8090. "which-boxed-primitive": "^1.1.0",
  8091. "which-collection": "^1.0.2",
  8092. "which-typed-array": "^1.1.16"
  8093. },
  8094. "engines": {
  8095. "node": ">= 0.4"
  8096. },
  8097. "funding": {
  8098. "url": "https://github.com/sponsors/ljharb"
  8099. }
  8100. },
  8101. "node_modules/which-collection": {
  8102. "version": "1.0.2",
  8103. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  8104. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  8105. "dev": true,
  8106. "license": "MIT",
  8107. "dependencies": {
  8108. "is-map": "^2.0.3",
  8109. "is-set": "^2.0.3",
  8110. "is-weakmap": "^2.0.2",
  8111. "is-weakset": "^2.0.3"
  8112. },
  8113. "engines": {
  8114. "node": ">= 0.4"
  8115. },
  8116. "funding": {
  8117. "url": "https://github.com/sponsors/ljharb"
  8118. }
  8119. },
  8120. "node_modules/which-typed-array": {
  8121. "version": "1.1.20",
  8122. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
  8123. "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
  8124. "dev": true,
  8125. "license": "MIT",
  8126. "dependencies": {
  8127. "available-typed-arrays": "^1.0.7",
  8128. "call-bind": "^1.0.8",
  8129. "call-bound": "^1.0.4",
  8130. "for-each": "^0.3.5",
  8131. "get-proto": "^1.0.1",
  8132. "gopd": "^1.2.0",
  8133. "has-tostringtag": "^1.0.2"
  8134. },
  8135. "engines": {
  8136. "node": ">= 0.4"
  8137. },
  8138. "funding": {
  8139. "url": "https://github.com/sponsors/ljharb"
  8140. }
  8141. },
  8142. "node_modules/word-wrap": {
  8143. "version": "1.2.5",
  8144. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  8145. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  8146. "dev": true,
  8147. "engines": {
  8148. "node": ">=0.10.0"
  8149. }
  8150. },
  8151. "node_modules/wrappy": {
  8152. "version": "1.0.2",
  8153. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  8154. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  8155. "dev": true
  8156. },
  8157. "node_modules/write-file-atomic": {
  8158. "version": "7.0.0",
  8159. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.0.tgz",
  8160. "integrity": "sha512-YnlPC6JqnZl6aO4uRc+dx5PHguiR9S6WeoLtpxNT9wIG+BDya7ZNE1q7KOjVgaA73hKhKLpVPgJ5QA9THQ5BRg==",
  8161. "dev": true,
  8162. "license": "ISC",
  8163. "dependencies": {
  8164. "imurmurhash": "^0.1.4",
  8165. "signal-exit": "^4.0.1"
  8166. },
  8167. "engines": {
  8168. "node": "^20.17.0 || >=22.9.0"
  8169. }
  8170. },
  8171. "node_modules/xdg-basedir": {
  8172. "version": "4.0.0",
  8173. "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
  8174. "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
  8175. "dev": true,
  8176. "license": "MIT",
  8177. "engines": {
  8178. "node": ">=8"
  8179. }
  8180. },
  8181. "node_modules/yocto-queue": {
  8182. "version": "0.1.0",
  8183. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  8184. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  8185. "dev": true,
  8186. "engines": {
  8187. "node": ">=10"
  8188. },
  8189. "funding": {
  8190. "url": "https://github.com/sponsors/sindresorhus"
  8191. }
  8192. }
  8193. }
  8194. }