package-lock.json 315 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536
  1. {
  2. "name": "ntfy",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "ntfy",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "@emotion/cache": "^11.11.0",
  12. "@emotion/react": "^11.11.0",
  13. "@emotion/styled": "^11.11.0",
  14. "@mui/icons-material": "^5.4.2",
  15. "@mui/material": "latest",
  16. "dexie": "^3.2.1",
  17. "dexie-react-hooks": "^1.1.1",
  18. "humanize-duration": "^3.27.3",
  19. "i18next": "^21.6.14",
  20. "i18next-browser-languagedetector": "^6.1.4",
  21. "i18next-http-backend": "^1.4.0",
  22. "js-base64": "^3.7.2",
  23. "react": "latest",
  24. "react-dom": "latest",
  25. "react-i18next": "^11.16.2",
  26. "react-infinite-scroll-component": "^6.1.0",
  27. "react-remark": "^2.1.0",
  28. "react-router-dom": "^6.2.2",
  29. "stacktrace-gps": "^3.0.4",
  30. "stacktrace-js": "^2.0.2",
  31. "stylis": "^4.3.0",
  32. "stylis-plugin-rtl": "^2.1.1"
  33. },
  34. "devDependencies": {
  35. "@vitejs/plugin-react": "^4.0.0",
  36. "eslint": "^8.41.0",
  37. "eslint-config-airbnb": "^19.0.4",
  38. "eslint-config-prettier": "^8.8.0",
  39. "eslint-plugin-import": "^2.27.5",
  40. "eslint-plugin-jsx-a11y": "^6.7.1",
  41. "eslint-plugin-react": "^7.32.2",
  42. "eslint-plugin-react-hooks": "^4.6.0",
  43. "prettier": "^2.8.8",
  44. "vite": "^4.3.9",
  45. "vite-plugin-pwa": "^0.15.0"
  46. }
  47. },
  48. "node_modules/@ampproject/remapping": {
  49. "version": "2.3.0",
  50. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  51. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  52. "dev": true,
  53. "dependencies": {
  54. "@jridgewell/gen-mapping": "^0.3.5",
  55. "@jridgewell/trace-mapping": "^0.3.24"
  56. },
  57. "engines": {
  58. "node": ">=6.0.0"
  59. }
  60. },
  61. "node_modules/@babel/code-frame": {
  62. "version": "7.24.7",
  63. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
  64. "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
  65. "dependencies": {
  66. "@babel/highlight": "^7.24.7",
  67. "picocolors": "^1.0.0"
  68. },
  69. "engines": {
  70. "node": ">=6.9.0"
  71. }
  72. },
  73. "node_modules/@babel/compat-data": {
  74. "version": "7.24.9",
  75. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
  76. "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
  77. "dev": true,
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@babel/core": {
  83. "version": "7.24.9",
  84. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
  85. "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
  86. "dev": true,
  87. "dependencies": {
  88. "@ampproject/remapping": "^2.2.0",
  89. "@babel/code-frame": "^7.24.7",
  90. "@babel/generator": "^7.24.9",
  91. "@babel/helper-compilation-targets": "^7.24.8",
  92. "@babel/helper-module-transforms": "^7.24.9",
  93. "@babel/helpers": "^7.24.8",
  94. "@babel/parser": "^7.24.8",
  95. "@babel/template": "^7.24.7",
  96. "@babel/traverse": "^7.24.8",
  97. "@babel/types": "^7.24.9",
  98. "convert-source-map": "^2.0.0",
  99. "debug": "^4.1.0",
  100. "gensync": "^1.0.0-beta.2",
  101. "json5": "^2.2.3",
  102. "semver": "^6.3.1"
  103. },
  104. "engines": {
  105. "node": ">=6.9.0"
  106. },
  107. "funding": {
  108. "type": "opencollective",
  109. "url": "https://opencollective.com/babel"
  110. }
  111. },
  112. "node_modules/@babel/core/node_modules/convert-source-map": {
  113. "version": "2.0.0",
  114. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  115. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  116. "dev": true
  117. },
  118. "node_modules/@babel/generator": {
  119. "version": "7.24.10",
  120. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
  121. "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
  122. "dependencies": {
  123. "@babel/types": "^7.24.9",
  124. "@jridgewell/gen-mapping": "^0.3.5",
  125. "@jridgewell/trace-mapping": "^0.3.25",
  126. "jsesc": "^2.5.1"
  127. },
  128. "engines": {
  129. "node": ">=6.9.0"
  130. }
  131. },
  132. "node_modules/@babel/helper-annotate-as-pure": {
  133. "version": "7.24.7",
  134. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
  135. "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
  136. "dev": true,
  137. "dependencies": {
  138. "@babel/types": "^7.24.7"
  139. },
  140. "engines": {
  141. "node": ">=6.9.0"
  142. }
  143. },
  144. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  145. "version": "7.24.7",
  146. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz",
  147. "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==",
  148. "dev": true,
  149. "dependencies": {
  150. "@babel/traverse": "^7.24.7",
  151. "@babel/types": "^7.24.7"
  152. },
  153. "engines": {
  154. "node": ">=6.9.0"
  155. }
  156. },
  157. "node_modules/@babel/helper-compilation-targets": {
  158. "version": "7.24.8",
  159. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
  160. "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
  161. "dev": true,
  162. "dependencies": {
  163. "@babel/compat-data": "^7.24.8",
  164. "@babel/helper-validator-option": "^7.24.8",
  165. "browserslist": "^4.23.1",
  166. "lru-cache": "^5.1.1",
  167. "semver": "^6.3.1"
  168. },
  169. "engines": {
  170. "node": ">=6.9.0"
  171. }
  172. },
  173. "node_modules/@babel/helper-create-class-features-plugin": {
  174. "version": "7.24.8",
  175. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz",
  176. "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==",
  177. "dev": true,
  178. "dependencies": {
  179. "@babel/helper-annotate-as-pure": "^7.24.7",
  180. "@babel/helper-environment-visitor": "^7.24.7",
  181. "@babel/helper-function-name": "^7.24.7",
  182. "@babel/helper-member-expression-to-functions": "^7.24.8",
  183. "@babel/helper-optimise-call-expression": "^7.24.7",
  184. "@babel/helper-replace-supers": "^7.24.7",
  185. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  186. "@babel/helper-split-export-declaration": "^7.24.7",
  187. "semver": "^6.3.1"
  188. },
  189. "engines": {
  190. "node": ">=6.9.0"
  191. },
  192. "peerDependencies": {
  193. "@babel/core": "^7.0.0"
  194. }
  195. },
  196. "node_modules/@babel/helper-create-regexp-features-plugin": {
  197. "version": "7.24.7",
  198. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz",
  199. "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==",
  200. "dev": true,
  201. "dependencies": {
  202. "@babel/helper-annotate-as-pure": "^7.24.7",
  203. "regexpu-core": "^5.3.1",
  204. "semver": "^6.3.1"
  205. },
  206. "engines": {
  207. "node": ">=6.9.0"
  208. },
  209. "peerDependencies": {
  210. "@babel/core": "^7.0.0"
  211. }
  212. },
  213. "node_modules/@babel/helper-define-polyfill-provider": {
  214. "version": "0.6.2",
  215. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
  216. "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
  217. "dev": true,
  218. "dependencies": {
  219. "@babel/helper-compilation-targets": "^7.22.6",
  220. "@babel/helper-plugin-utils": "^7.22.5",
  221. "debug": "^4.1.1",
  222. "lodash.debounce": "^4.0.8",
  223. "resolve": "^1.14.2"
  224. },
  225. "peerDependencies": {
  226. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  227. }
  228. },
  229. "node_modules/@babel/helper-environment-visitor": {
  230. "version": "7.24.7",
  231. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
  232. "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
  233. "dependencies": {
  234. "@babel/types": "^7.24.7"
  235. },
  236. "engines": {
  237. "node": ">=6.9.0"
  238. }
  239. },
  240. "node_modules/@babel/helper-function-name": {
  241. "version": "7.24.7",
  242. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
  243. "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
  244. "dependencies": {
  245. "@babel/template": "^7.24.7",
  246. "@babel/types": "^7.24.7"
  247. },
  248. "engines": {
  249. "node": ">=6.9.0"
  250. }
  251. },
  252. "node_modules/@babel/helper-hoist-variables": {
  253. "version": "7.24.7",
  254. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
  255. "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
  256. "dependencies": {
  257. "@babel/types": "^7.24.7"
  258. },
  259. "engines": {
  260. "node": ">=6.9.0"
  261. }
  262. },
  263. "node_modules/@babel/helper-member-expression-to-functions": {
  264. "version": "7.24.8",
  265. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
  266. "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
  267. "dev": true,
  268. "dependencies": {
  269. "@babel/traverse": "^7.24.8",
  270. "@babel/types": "^7.24.8"
  271. },
  272. "engines": {
  273. "node": ">=6.9.0"
  274. }
  275. },
  276. "node_modules/@babel/helper-module-imports": {
  277. "version": "7.24.7",
  278. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
  279. "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
  280. "dependencies": {
  281. "@babel/traverse": "^7.24.7",
  282. "@babel/types": "^7.24.7"
  283. },
  284. "engines": {
  285. "node": ">=6.9.0"
  286. }
  287. },
  288. "node_modules/@babel/helper-module-transforms": {
  289. "version": "7.24.9",
  290. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
  291. "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
  292. "dev": true,
  293. "dependencies": {
  294. "@babel/helper-environment-visitor": "^7.24.7",
  295. "@babel/helper-module-imports": "^7.24.7",
  296. "@babel/helper-simple-access": "^7.24.7",
  297. "@babel/helper-split-export-declaration": "^7.24.7",
  298. "@babel/helper-validator-identifier": "^7.24.7"
  299. },
  300. "engines": {
  301. "node": ">=6.9.0"
  302. },
  303. "peerDependencies": {
  304. "@babel/core": "^7.0.0"
  305. }
  306. },
  307. "node_modules/@babel/helper-optimise-call-expression": {
  308. "version": "7.24.7",
  309. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
  310. "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
  311. "dev": true,
  312. "dependencies": {
  313. "@babel/types": "^7.24.7"
  314. },
  315. "engines": {
  316. "node": ">=6.9.0"
  317. }
  318. },
  319. "node_modules/@babel/helper-plugin-utils": {
  320. "version": "7.24.8",
  321. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
  322. "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
  323. "dev": true,
  324. "engines": {
  325. "node": ">=6.9.0"
  326. }
  327. },
  328. "node_modules/@babel/helper-remap-async-to-generator": {
  329. "version": "7.24.7",
  330. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz",
  331. "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==",
  332. "dev": true,
  333. "dependencies": {
  334. "@babel/helper-annotate-as-pure": "^7.24.7",
  335. "@babel/helper-environment-visitor": "^7.24.7",
  336. "@babel/helper-wrap-function": "^7.24.7"
  337. },
  338. "engines": {
  339. "node": ">=6.9.0"
  340. },
  341. "peerDependencies": {
  342. "@babel/core": "^7.0.0"
  343. }
  344. },
  345. "node_modules/@babel/helper-replace-supers": {
  346. "version": "7.24.7",
  347. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz",
  348. "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==",
  349. "dev": true,
  350. "dependencies": {
  351. "@babel/helper-environment-visitor": "^7.24.7",
  352. "@babel/helper-member-expression-to-functions": "^7.24.7",
  353. "@babel/helper-optimise-call-expression": "^7.24.7"
  354. },
  355. "engines": {
  356. "node": ">=6.9.0"
  357. },
  358. "peerDependencies": {
  359. "@babel/core": "^7.0.0"
  360. }
  361. },
  362. "node_modules/@babel/helper-simple-access": {
  363. "version": "7.24.7",
  364. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
  365. "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
  366. "dev": true,
  367. "dependencies": {
  368. "@babel/traverse": "^7.24.7",
  369. "@babel/types": "^7.24.7"
  370. },
  371. "engines": {
  372. "node": ">=6.9.0"
  373. }
  374. },
  375. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  376. "version": "7.24.7",
  377. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
  378. "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
  379. "dev": true,
  380. "dependencies": {
  381. "@babel/traverse": "^7.24.7",
  382. "@babel/types": "^7.24.7"
  383. },
  384. "engines": {
  385. "node": ">=6.9.0"
  386. }
  387. },
  388. "node_modules/@babel/helper-split-export-declaration": {
  389. "version": "7.24.7",
  390. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
  391. "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
  392. "dependencies": {
  393. "@babel/types": "^7.24.7"
  394. },
  395. "engines": {
  396. "node": ">=6.9.0"
  397. }
  398. },
  399. "node_modules/@babel/helper-string-parser": {
  400. "version": "7.24.8",
  401. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
  402. "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
  403. "engines": {
  404. "node": ">=6.9.0"
  405. }
  406. },
  407. "node_modules/@babel/helper-validator-identifier": {
  408. "version": "7.24.7",
  409. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
  410. "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
  411. "engines": {
  412. "node": ">=6.9.0"
  413. }
  414. },
  415. "node_modules/@babel/helper-validator-option": {
  416. "version": "7.24.8",
  417. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
  418. "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
  419. "dev": true,
  420. "engines": {
  421. "node": ">=6.9.0"
  422. }
  423. },
  424. "node_modules/@babel/helper-wrap-function": {
  425. "version": "7.24.7",
  426. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz",
  427. "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==",
  428. "dev": true,
  429. "dependencies": {
  430. "@babel/helper-function-name": "^7.24.7",
  431. "@babel/template": "^7.24.7",
  432. "@babel/traverse": "^7.24.7",
  433. "@babel/types": "^7.24.7"
  434. },
  435. "engines": {
  436. "node": ">=6.9.0"
  437. }
  438. },
  439. "node_modules/@babel/helpers": {
  440. "version": "7.24.8",
  441. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
  442. "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
  443. "dev": true,
  444. "dependencies": {
  445. "@babel/template": "^7.24.7",
  446. "@babel/types": "^7.24.8"
  447. },
  448. "engines": {
  449. "node": ">=6.9.0"
  450. }
  451. },
  452. "node_modules/@babel/highlight": {
  453. "version": "7.24.7",
  454. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
  455. "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
  456. "dependencies": {
  457. "@babel/helper-validator-identifier": "^7.24.7",
  458. "chalk": "^2.4.2",
  459. "js-tokens": "^4.0.0",
  460. "picocolors": "^1.0.0"
  461. },
  462. "engines": {
  463. "node": ">=6.9.0"
  464. }
  465. },
  466. "node_modules/@babel/parser": {
  467. "version": "7.24.8",
  468. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz",
  469. "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==",
  470. "bin": {
  471. "parser": "bin/babel-parser.js"
  472. },
  473. "engines": {
  474. "node": ">=6.0.0"
  475. }
  476. },
  477. "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
  478. "version": "7.24.7",
  479. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz",
  480. "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==",
  481. "dev": true,
  482. "dependencies": {
  483. "@babel/helper-environment-visitor": "^7.24.7",
  484. "@babel/helper-plugin-utils": "^7.24.7"
  485. },
  486. "engines": {
  487. "node": ">=6.9.0"
  488. },
  489. "peerDependencies": {
  490. "@babel/core": "^7.0.0"
  491. }
  492. },
  493. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  494. "version": "7.24.7",
  495. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz",
  496. "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==",
  497. "dev": true,
  498. "dependencies": {
  499. "@babel/helper-plugin-utils": "^7.24.7"
  500. },
  501. "engines": {
  502. "node": ">=6.9.0"
  503. },
  504. "peerDependencies": {
  505. "@babel/core": "^7.0.0"
  506. }
  507. },
  508. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  509. "version": "7.24.7",
  510. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz",
  511. "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==",
  512. "dev": true,
  513. "dependencies": {
  514. "@babel/helper-plugin-utils": "^7.24.7",
  515. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  516. "@babel/plugin-transform-optional-chaining": "^7.24.7"
  517. },
  518. "engines": {
  519. "node": ">=6.9.0"
  520. },
  521. "peerDependencies": {
  522. "@babel/core": "^7.13.0"
  523. }
  524. },
  525. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  526. "version": "7.24.7",
  527. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz",
  528. "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==",
  529. "dev": true,
  530. "dependencies": {
  531. "@babel/helper-environment-visitor": "^7.24.7",
  532. "@babel/helper-plugin-utils": "^7.24.7"
  533. },
  534. "engines": {
  535. "node": ">=6.9.0"
  536. },
  537. "peerDependencies": {
  538. "@babel/core": "^7.0.0"
  539. }
  540. },
  541. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  542. "version": "7.21.0-placeholder-for-preset-env.2",
  543. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
  544. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  545. "dev": true,
  546. "engines": {
  547. "node": ">=6.9.0"
  548. },
  549. "peerDependencies": {
  550. "@babel/core": "^7.0.0-0"
  551. }
  552. },
  553. "node_modules/@babel/plugin-syntax-async-generators": {
  554. "version": "7.8.4",
  555. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  556. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  557. "dev": true,
  558. "dependencies": {
  559. "@babel/helper-plugin-utils": "^7.8.0"
  560. },
  561. "peerDependencies": {
  562. "@babel/core": "^7.0.0-0"
  563. }
  564. },
  565. "node_modules/@babel/plugin-syntax-class-properties": {
  566. "version": "7.12.13",
  567. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  568. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  569. "dev": true,
  570. "dependencies": {
  571. "@babel/helper-plugin-utils": "^7.12.13"
  572. },
  573. "peerDependencies": {
  574. "@babel/core": "^7.0.0-0"
  575. }
  576. },
  577. "node_modules/@babel/plugin-syntax-class-static-block": {
  578. "version": "7.14.5",
  579. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  580. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  581. "dev": true,
  582. "dependencies": {
  583. "@babel/helper-plugin-utils": "^7.14.5"
  584. },
  585. "engines": {
  586. "node": ">=6.9.0"
  587. },
  588. "peerDependencies": {
  589. "@babel/core": "^7.0.0-0"
  590. }
  591. },
  592. "node_modules/@babel/plugin-syntax-dynamic-import": {
  593. "version": "7.8.3",
  594. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  595. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  596. "dev": true,
  597. "dependencies": {
  598. "@babel/helper-plugin-utils": "^7.8.0"
  599. },
  600. "peerDependencies": {
  601. "@babel/core": "^7.0.0-0"
  602. }
  603. },
  604. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  605. "version": "7.8.3",
  606. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  607. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  608. "dev": true,
  609. "dependencies": {
  610. "@babel/helper-plugin-utils": "^7.8.3"
  611. },
  612. "peerDependencies": {
  613. "@babel/core": "^7.0.0-0"
  614. }
  615. },
  616. "node_modules/@babel/plugin-syntax-import-assertions": {
  617. "version": "7.24.7",
  618. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz",
  619. "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==",
  620. "dev": true,
  621. "dependencies": {
  622. "@babel/helper-plugin-utils": "^7.24.7"
  623. },
  624. "engines": {
  625. "node": ">=6.9.0"
  626. },
  627. "peerDependencies": {
  628. "@babel/core": "^7.0.0-0"
  629. }
  630. },
  631. "node_modules/@babel/plugin-syntax-import-attributes": {
  632. "version": "7.24.7",
  633. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz",
  634. "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==",
  635. "dev": true,
  636. "dependencies": {
  637. "@babel/helper-plugin-utils": "^7.24.7"
  638. },
  639. "engines": {
  640. "node": ">=6.9.0"
  641. },
  642. "peerDependencies": {
  643. "@babel/core": "^7.0.0-0"
  644. }
  645. },
  646. "node_modules/@babel/plugin-syntax-import-meta": {
  647. "version": "7.10.4",
  648. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  649. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  650. "dev": true,
  651. "dependencies": {
  652. "@babel/helper-plugin-utils": "^7.10.4"
  653. },
  654. "peerDependencies": {
  655. "@babel/core": "^7.0.0-0"
  656. }
  657. },
  658. "node_modules/@babel/plugin-syntax-json-strings": {
  659. "version": "7.8.3",
  660. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  661. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  662. "dev": true,
  663. "dependencies": {
  664. "@babel/helper-plugin-utils": "^7.8.0"
  665. },
  666. "peerDependencies": {
  667. "@babel/core": "^7.0.0-0"
  668. }
  669. },
  670. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  671. "version": "7.10.4",
  672. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  673. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  674. "dev": true,
  675. "dependencies": {
  676. "@babel/helper-plugin-utils": "^7.10.4"
  677. },
  678. "peerDependencies": {
  679. "@babel/core": "^7.0.0-0"
  680. }
  681. },
  682. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  683. "version": "7.8.3",
  684. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  685. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  686. "dev": true,
  687. "dependencies": {
  688. "@babel/helper-plugin-utils": "^7.8.0"
  689. },
  690. "peerDependencies": {
  691. "@babel/core": "^7.0.0-0"
  692. }
  693. },
  694. "node_modules/@babel/plugin-syntax-numeric-separator": {
  695. "version": "7.10.4",
  696. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  697. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  698. "dev": true,
  699. "dependencies": {
  700. "@babel/helper-plugin-utils": "^7.10.4"
  701. },
  702. "peerDependencies": {
  703. "@babel/core": "^7.0.0-0"
  704. }
  705. },
  706. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  707. "version": "7.8.3",
  708. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  709. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  710. "dev": true,
  711. "dependencies": {
  712. "@babel/helper-plugin-utils": "^7.8.0"
  713. },
  714. "peerDependencies": {
  715. "@babel/core": "^7.0.0-0"
  716. }
  717. },
  718. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  719. "version": "7.8.3",
  720. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  721. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  722. "dev": true,
  723. "dependencies": {
  724. "@babel/helper-plugin-utils": "^7.8.0"
  725. },
  726. "peerDependencies": {
  727. "@babel/core": "^7.0.0-0"
  728. }
  729. },
  730. "node_modules/@babel/plugin-syntax-optional-chaining": {
  731. "version": "7.8.3",
  732. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  733. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  734. "dev": true,
  735. "dependencies": {
  736. "@babel/helper-plugin-utils": "^7.8.0"
  737. },
  738. "peerDependencies": {
  739. "@babel/core": "^7.0.0-0"
  740. }
  741. },
  742. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  743. "version": "7.14.5",
  744. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  745. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  746. "dev": true,
  747. "dependencies": {
  748. "@babel/helper-plugin-utils": "^7.14.5"
  749. },
  750. "engines": {
  751. "node": ">=6.9.0"
  752. },
  753. "peerDependencies": {
  754. "@babel/core": "^7.0.0-0"
  755. }
  756. },
  757. "node_modules/@babel/plugin-syntax-top-level-await": {
  758. "version": "7.14.5",
  759. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  760. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  761. "dev": true,
  762. "dependencies": {
  763. "@babel/helper-plugin-utils": "^7.14.5"
  764. },
  765. "engines": {
  766. "node": ">=6.9.0"
  767. },
  768. "peerDependencies": {
  769. "@babel/core": "^7.0.0-0"
  770. }
  771. },
  772. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  773. "version": "7.18.6",
  774. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  775. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  776. "dev": true,
  777. "dependencies": {
  778. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  779. "@babel/helper-plugin-utils": "^7.18.6"
  780. },
  781. "engines": {
  782. "node": ">=6.9.0"
  783. },
  784. "peerDependencies": {
  785. "@babel/core": "^7.0.0"
  786. }
  787. },
  788. "node_modules/@babel/plugin-transform-arrow-functions": {
  789. "version": "7.24.7",
  790. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz",
  791. "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==",
  792. "dev": true,
  793. "dependencies": {
  794. "@babel/helper-plugin-utils": "^7.24.7"
  795. },
  796. "engines": {
  797. "node": ">=6.9.0"
  798. },
  799. "peerDependencies": {
  800. "@babel/core": "^7.0.0-0"
  801. }
  802. },
  803. "node_modules/@babel/plugin-transform-async-generator-functions": {
  804. "version": "7.24.7",
  805. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz",
  806. "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==",
  807. "dev": true,
  808. "dependencies": {
  809. "@babel/helper-environment-visitor": "^7.24.7",
  810. "@babel/helper-plugin-utils": "^7.24.7",
  811. "@babel/helper-remap-async-to-generator": "^7.24.7",
  812. "@babel/plugin-syntax-async-generators": "^7.8.4"
  813. },
  814. "engines": {
  815. "node": ">=6.9.0"
  816. },
  817. "peerDependencies": {
  818. "@babel/core": "^7.0.0-0"
  819. }
  820. },
  821. "node_modules/@babel/plugin-transform-async-to-generator": {
  822. "version": "7.24.7",
  823. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
  824. "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
  825. "dev": true,
  826. "dependencies": {
  827. "@babel/helper-module-imports": "^7.24.7",
  828. "@babel/helper-plugin-utils": "^7.24.7",
  829. "@babel/helper-remap-async-to-generator": "^7.24.7"
  830. },
  831. "engines": {
  832. "node": ">=6.9.0"
  833. },
  834. "peerDependencies": {
  835. "@babel/core": "^7.0.0-0"
  836. }
  837. },
  838. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  839. "version": "7.24.7",
  840. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz",
  841. "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==",
  842. "dev": true,
  843. "dependencies": {
  844. "@babel/helper-plugin-utils": "^7.24.7"
  845. },
  846. "engines": {
  847. "node": ">=6.9.0"
  848. },
  849. "peerDependencies": {
  850. "@babel/core": "^7.0.0-0"
  851. }
  852. },
  853. "node_modules/@babel/plugin-transform-block-scoping": {
  854. "version": "7.24.7",
  855. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz",
  856. "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==",
  857. "dev": true,
  858. "dependencies": {
  859. "@babel/helper-plugin-utils": "^7.24.7"
  860. },
  861. "engines": {
  862. "node": ">=6.9.0"
  863. },
  864. "peerDependencies": {
  865. "@babel/core": "^7.0.0-0"
  866. }
  867. },
  868. "node_modules/@babel/plugin-transform-class-properties": {
  869. "version": "7.24.7",
  870. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz",
  871. "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==",
  872. "dev": true,
  873. "dependencies": {
  874. "@babel/helper-create-class-features-plugin": "^7.24.7",
  875. "@babel/helper-plugin-utils": "^7.24.7"
  876. },
  877. "engines": {
  878. "node": ">=6.9.0"
  879. },
  880. "peerDependencies": {
  881. "@babel/core": "^7.0.0-0"
  882. }
  883. },
  884. "node_modules/@babel/plugin-transform-class-static-block": {
  885. "version": "7.24.7",
  886. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz",
  887. "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==",
  888. "dev": true,
  889. "dependencies": {
  890. "@babel/helper-create-class-features-plugin": "^7.24.7",
  891. "@babel/helper-plugin-utils": "^7.24.7",
  892. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  893. },
  894. "engines": {
  895. "node": ">=6.9.0"
  896. },
  897. "peerDependencies": {
  898. "@babel/core": "^7.12.0"
  899. }
  900. },
  901. "node_modules/@babel/plugin-transform-classes": {
  902. "version": "7.24.8",
  903. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz",
  904. "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==",
  905. "dev": true,
  906. "dependencies": {
  907. "@babel/helper-annotate-as-pure": "^7.24.7",
  908. "@babel/helper-compilation-targets": "^7.24.8",
  909. "@babel/helper-environment-visitor": "^7.24.7",
  910. "@babel/helper-function-name": "^7.24.7",
  911. "@babel/helper-plugin-utils": "^7.24.8",
  912. "@babel/helper-replace-supers": "^7.24.7",
  913. "@babel/helper-split-export-declaration": "^7.24.7",
  914. "globals": "^11.1.0"
  915. },
  916. "engines": {
  917. "node": ">=6.9.0"
  918. },
  919. "peerDependencies": {
  920. "@babel/core": "^7.0.0-0"
  921. }
  922. },
  923. "node_modules/@babel/plugin-transform-computed-properties": {
  924. "version": "7.24.7",
  925. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz",
  926. "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==",
  927. "dev": true,
  928. "dependencies": {
  929. "@babel/helper-plugin-utils": "^7.24.7",
  930. "@babel/template": "^7.24.7"
  931. },
  932. "engines": {
  933. "node": ">=6.9.0"
  934. },
  935. "peerDependencies": {
  936. "@babel/core": "^7.0.0-0"
  937. }
  938. },
  939. "node_modules/@babel/plugin-transform-destructuring": {
  940. "version": "7.24.8",
  941. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz",
  942. "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==",
  943. "dev": true,
  944. "dependencies": {
  945. "@babel/helper-plugin-utils": "^7.24.8"
  946. },
  947. "engines": {
  948. "node": ">=6.9.0"
  949. },
  950. "peerDependencies": {
  951. "@babel/core": "^7.0.0-0"
  952. }
  953. },
  954. "node_modules/@babel/plugin-transform-dotall-regex": {
  955. "version": "7.24.7",
  956. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz",
  957. "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==",
  958. "dev": true,
  959. "dependencies": {
  960. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  961. "@babel/helper-plugin-utils": "^7.24.7"
  962. },
  963. "engines": {
  964. "node": ">=6.9.0"
  965. },
  966. "peerDependencies": {
  967. "@babel/core": "^7.0.0-0"
  968. }
  969. },
  970. "node_modules/@babel/plugin-transform-duplicate-keys": {
  971. "version": "7.24.7",
  972. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz",
  973. "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==",
  974. "dev": true,
  975. "dependencies": {
  976. "@babel/helper-plugin-utils": "^7.24.7"
  977. },
  978. "engines": {
  979. "node": ">=6.9.0"
  980. },
  981. "peerDependencies": {
  982. "@babel/core": "^7.0.0-0"
  983. }
  984. },
  985. "node_modules/@babel/plugin-transform-dynamic-import": {
  986. "version": "7.24.7",
  987. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
  988. "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==",
  989. "dev": true,
  990. "dependencies": {
  991. "@babel/helper-plugin-utils": "^7.24.7",
  992. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  993. },
  994. "engines": {
  995. "node": ">=6.9.0"
  996. },
  997. "peerDependencies": {
  998. "@babel/core": "^7.0.0-0"
  999. }
  1000. },
  1001. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1002. "version": "7.24.7",
  1003. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz",
  1004. "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==",
  1005. "dev": true,
  1006. "dependencies": {
  1007. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
  1008. "@babel/helper-plugin-utils": "^7.24.7"
  1009. },
  1010. "engines": {
  1011. "node": ">=6.9.0"
  1012. },
  1013. "peerDependencies": {
  1014. "@babel/core": "^7.0.0-0"
  1015. }
  1016. },
  1017. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1018. "version": "7.24.7",
  1019. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz",
  1020. "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==",
  1021. "dev": true,
  1022. "dependencies": {
  1023. "@babel/helper-plugin-utils": "^7.24.7",
  1024. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  1025. },
  1026. "engines": {
  1027. "node": ">=6.9.0"
  1028. },
  1029. "peerDependencies": {
  1030. "@babel/core": "^7.0.0-0"
  1031. }
  1032. },
  1033. "node_modules/@babel/plugin-transform-for-of": {
  1034. "version": "7.24.7",
  1035. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz",
  1036. "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==",
  1037. "dev": true,
  1038. "dependencies": {
  1039. "@babel/helper-plugin-utils": "^7.24.7",
  1040. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
  1041. },
  1042. "engines": {
  1043. "node": ">=6.9.0"
  1044. },
  1045. "peerDependencies": {
  1046. "@babel/core": "^7.0.0-0"
  1047. }
  1048. },
  1049. "node_modules/@babel/plugin-transform-function-name": {
  1050. "version": "7.24.7",
  1051. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz",
  1052. "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==",
  1053. "dev": true,
  1054. "dependencies": {
  1055. "@babel/helper-compilation-targets": "^7.24.7",
  1056. "@babel/helper-function-name": "^7.24.7",
  1057. "@babel/helper-plugin-utils": "^7.24.7"
  1058. },
  1059. "engines": {
  1060. "node": ">=6.9.0"
  1061. },
  1062. "peerDependencies": {
  1063. "@babel/core": "^7.0.0-0"
  1064. }
  1065. },
  1066. "node_modules/@babel/plugin-transform-json-strings": {
  1067. "version": "7.24.7",
  1068. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz",
  1069. "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==",
  1070. "dev": true,
  1071. "dependencies": {
  1072. "@babel/helper-plugin-utils": "^7.24.7",
  1073. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1074. },
  1075. "engines": {
  1076. "node": ">=6.9.0"
  1077. },
  1078. "peerDependencies": {
  1079. "@babel/core": "^7.0.0-0"
  1080. }
  1081. },
  1082. "node_modules/@babel/plugin-transform-literals": {
  1083. "version": "7.24.7",
  1084. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz",
  1085. "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==",
  1086. "dev": true,
  1087. "dependencies": {
  1088. "@babel/helper-plugin-utils": "^7.24.7"
  1089. },
  1090. "engines": {
  1091. "node": ">=6.9.0"
  1092. },
  1093. "peerDependencies": {
  1094. "@babel/core": "^7.0.0-0"
  1095. }
  1096. },
  1097. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1098. "version": "7.24.7",
  1099. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz",
  1100. "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==",
  1101. "dev": true,
  1102. "dependencies": {
  1103. "@babel/helper-plugin-utils": "^7.24.7",
  1104. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1105. },
  1106. "engines": {
  1107. "node": ">=6.9.0"
  1108. },
  1109. "peerDependencies": {
  1110. "@babel/core": "^7.0.0-0"
  1111. }
  1112. },
  1113. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1114. "version": "7.24.7",
  1115. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz",
  1116. "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==",
  1117. "dev": true,
  1118. "dependencies": {
  1119. "@babel/helper-plugin-utils": "^7.24.7"
  1120. },
  1121. "engines": {
  1122. "node": ">=6.9.0"
  1123. },
  1124. "peerDependencies": {
  1125. "@babel/core": "^7.0.0-0"
  1126. }
  1127. },
  1128. "node_modules/@babel/plugin-transform-modules-amd": {
  1129. "version": "7.24.7",
  1130. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz",
  1131. "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==",
  1132. "dev": true,
  1133. "dependencies": {
  1134. "@babel/helper-module-transforms": "^7.24.7",
  1135. "@babel/helper-plugin-utils": "^7.24.7"
  1136. },
  1137. "engines": {
  1138. "node": ">=6.9.0"
  1139. },
  1140. "peerDependencies": {
  1141. "@babel/core": "^7.0.0-0"
  1142. }
  1143. },
  1144. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1145. "version": "7.24.8",
  1146. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
  1147. "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
  1148. "dev": true,
  1149. "dependencies": {
  1150. "@babel/helper-module-transforms": "^7.24.8",
  1151. "@babel/helper-plugin-utils": "^7.24.8",
  1152. "@babel/helper-simple-access": "^7.24.7"
  1153. },
  1154. "engines": {
  1155. "node": ">=6.9.0"
  1156. },
  1157. "peerDependencies": {
  1158. "@babel/core": "^7.0.0-0"
  1159. }
  1160. },
  1161. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1162. "version": "7.24.7",
  1163. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz",
  1164. "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==",
  1165. "dev": true,
  1166. "dependencies": {
  1167. "@babel/helper-hoist-variables": "^7.24.7",
  1168. "@babel/helper-module-transforms": "^7.24.7",
  1169. "@babel/helper-plugin-utils": "^7.24.7",
  1170. "@babel/helper-validator-identifier": "^7.24.7"
  1171. },
  1172. "engines": {
  1173. "node": ">=6.9.0"
  1174. },
  1175. "peerDependencies": {
  1176. "@babel/core": "^7.0.0-0"
  1177. }
  1178. },
  1179. "node_modules/@babel/plugin-transform-modules-umd": {
  1180. "version": "7.24.7",
  1181. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz",
  1182. "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==",
  1183. "dev": true,
  1184. "dependencies": {
  1185. "@babel/helper-module-transforms": "^7.24.7",
  1186. "@babel/helper-plugin-utils": "^7.24.7"
  1187. },
  1188. "engines": {
  1189. "node": ">=6.9.0"
  1190. },
  1191. "peerDependencies": {
  1192. "@babel/core": "^7.0.0-0"
  1193. }
  1194. },
  1195. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1196. "version": "7.24.7",
  1197. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz",
  1198. "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==",
  1199. "dev": true,
  1200. "dependencies": {
  1201. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  1202. "@babel/helper-plugin-utils": "^7.24.7"
  1203. },
  1204. "engines": {
  1205. "node": ">=6.9.0"
  1206. },
  1207. "peerDependencies": {
  1208. "@babel/core": "^7.0.0"
  1209. }
  1210. },
  1211. "node_modules/@babel/plugin-transform-new-target": {
  1212. "version": "7.24.7",
  1213. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz",
  1214. "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==",
  1215. "dev": true,
  1216. "dependencies": {
  1217. "@babel/helper-plugin-utils": "^7.24.7"
  1218. },
  1219. "engines": {
  1220. "node": ">=6.9.0"
  1221. },
  1222. "peerDependencies": {
  1223. "@babel/core": "^7.0.0-0"
  1224. }
  1225. },
  1226. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1227. "version": "7.24.7",
  1228. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz",
  1229. "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==",
  1230. "dev": true,
  1231. "dependencies": {
  1232. "@babel/helper-plugin-utils": "^7.24.7",
  1233. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1234. },
  1235. "engines": {
  1236. "node": ">=6.9.0"
  1237. },
  1238. "peerDependencies": {
  1239. "@babel/core": "^7.0.0-0"
  1240. }
  1241. },
  1242. "node_modules/@babel/plugin-transform-numeric-separator": {
  1243. "version": "7.24.7",
  1244. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz",
  1245. "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==",
  1246. "dev": true,
  1247. "dependencies": {
  1248. "@babel/helper-plugin-utils": "^7.24.7",
  1249. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1250. },
  1251. "engines": {
  1252. "node": ">=6.9.0"
  1253. },
  1254. "peerDependencies": {
  1255. "@babel/core": "^7.0.0-0"
  1256. }
  1257. },
  1258. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1259. "version": "7.24.7",
  1260. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz",
  1261. "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==",
  1262. "dev": true,
  1263. "dependencies": {
  1264. "@babel/helper-compilation-targets": "^7.24.7",
  1265. "@babel/helper-plugin-utils": "^7.24.7",
  1266. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1267. "@babel/plugin-transform-parameters": "^7.24.7"
  1268. },
  1269. "engines": {
  1270. "node": ">=6.9.0"
  1271. },
  1272. "peerDependencies": {
  1273. "@babel/core": "^7.0.0-0"
  1274. }
  1275. },
  1276. "node_modules/@babel/plugin-transform-object-super": {
  1277. "version": "7.24.7",
  1278. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz",
  1279. "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==",
  1280. "dev": true,
  1281. "dependencies": {
  1282. "@babel/helper-plugin-utils": "^7.24.7",
  1283. "@babel/helper-replace-supers": "^7.24.7"
  1284. },
  1285. "engines": {
  1286. "node": ">=6.9.0"
  1287. },
  1288. "peerDependencies": {
  1289. "@babel/core": "^7.0.0-0"
  1290. }
  1291. },
  1292. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1293. "version": "7.24.7",
  1294. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz",
  1295. "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==",
  1296. "dev": true,
  1297. "dependencies": {
  1298. "@babel/helper-plugin-utils": "^7.24.7",
  1299. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1300. },
  1301. "engines": {
  1302. "node": ">=6.9.0"
  1303. },
  1304. "peerDependencies": {
  1305. "@babel/core": "^7.0.0-0"
  1306. }
  1307. },
  1308. "node_modules/@babel/plugin-transform-optional-chaining": {
  1309. "version": "7.24.8",
  1310. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz",
  1311. "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==",
  1312. "dev": true,
  1313. "dependencies": {
  1314. "@babel/helper-plugin-utils": "^7.24.8",
  1315. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  1316. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1317. },
  1318. "engines": {
  1319. "node": ">=6.9.0"
  1320. },
  1321. "peerDependencies": {
  1322. "@babel/core": "^7.0.0-0"
  1323. }
  1324. },
  1325. "node_modules/@babel/plugin-transform-parameters": {
  1326. "version": "7.24.7",
  1327. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz",
  1328. "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==",
  1329. "dev": true,
  1330. "dependencies": {
  1331. "@babel/helper-plugin-utils": "^7.24.7"
  1332. },
  1333. "engines": {
  1334. "node": ">=6.9.0"
  1335. },
  1336. "peerDependencies": {
  1337. "@babel/core": "^7.0.0-0"
  1338. }
  1339. },
  1340. "node_modules/@babel/plugin-transform-private-methods": {
  1341. "version": "7.24.7",
  1342. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz",
  1343. "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==",
  1344. "dev": true,
  1345. "dependencies": {
  1346. "@babel/helper-create-class-features-plugin": "^7.24.7",
  1347. "@babel/helper-plugin-utils": "^7.24.7"
  1348. },
  1349. "engines": {
  1350. "node": ">=6.9.0"
  1351. },
  1352. "peerDependencies": {
  1353. "@babel/core": "^7.0.0-0"
  1354. }
  1355. },
  1356. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1357. "version": "7.24.7",
  1358. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz",
  1359. "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==",
  1360. "dev": true,
  1361. "dependencies": {
  1362. "@babel/helper-annotate-as-pure": "^7.24.7",
  1363. "@babel/helper-create-class-features-plugin": "^7.24.7",
  1364. "@babel/helper-plugin-utils": "^7.24.7",
  1365. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1366. },
  1367. "engines": {
  1368. "node": ">=6.9.0"
  1369. },
  1370. "peerDependencies": {
  1371. "@babel/core": "^7.0.0-0"
  1372. }
  1373. },
  1374. "node_modules/@babel/plugin-transform-property-literals": {
  1375. "version": "7.24.7",
  1376. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz",
  1377. "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==",
  1378. "dev": true,
  1379. "dependencies": {
  1380. "@babel/helper-plugin-utils": "^7.24.7"
  1381. },
  1382. "engines": {
  1383. "node": ">=6.9.0"
  1384. },
  1385. "peerDependencies": {
  1386. "@babel/core": "^7.0.0-0"
  1387. }
  1388. },
  1389. "node_modules/@babel/plugin-transform-react-jsx-self": {
  1390. "version": "7.24.7",
  1391. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz",
  1392. "integrity": "sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==",
  1393. "dev": true,
  1394. "dependencies": {
  1395. "@babel/helper-plugin-utils": "^7.24.7"
  1396. },
  1397. "engines": {
  1398. "node": ">=6.9.0"
  1399. },
  1400. "peerDependencies": {
  1401. "@babel/core": "^7.0.0-0"
  1402. }
  1403. },
  1404. "node_modules/@babel/plugin-transform-react-jsx-source": {
  1405. "version": "7.24.7",
  1406. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz",
  1407. "integrity": "sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==",
  1408. "dev": true,
  1409. "dependencies": {
  1410. "@babel/helper-plugin-utils": "^7.24.7"
  1411. },
  1412. "engines": {
  1413. "node": ">=6.9.0"
  1414. },
  1415. "peerDependencies": {
  1416. "@babel/core": "^7.0.0-0"
  1417. }
  1418. },
  1419. "node_modules/@babel/plugin-transform-regenerator": {
  1420. "version": "7.24.7",
  1421. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz",
  1422. "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==",
  1423. "dev": true,
  1424. "dependencies": {
  1425. "@babel/helper-plugin-utils": "^7.24.7",
  1426. "regenerator-transform": "^0.15.2"
  1427. },
  1428. "engines": {
  1429. "node": ">=6.9.0"
  1430. },
  1431. "peerDependencies": {
  1432. "@babel/core": "^7.0.0-0"
  1433. }
  1434. },
  1435. "node_modules/@babel/plugin-transform-reserved-words": {
  1436. "version": "7.24.7",
  1437. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz",
  1438. "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==",
  1439. "dev": true,
  1440. "dependencies": {
  1441. "@babel/helper-plugin-utils": "^7.24.7"
  1442. },
  1443. "engines": {
  1444. "node": ">=6.9.0"
  1445. },
  1446. "peerDependencies": {
  1447. "@babel/core": "^7.0.0-0"
  1448. }
  1449. },
  1450. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1451. "version": "7.24.7",
  1452. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz",
  1453. "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==",
  1454. "dev": true,
  1455. "dependencies": {
  1456. "@babel/helper-plugin-utils": "^7.24.7"
  1457. },
  1458. "engines": {
  1459. "node": ">=6.9.0"
  1460. },
  1461. "peerDependencies": {
  1462. "@babel/core": "^7.0.0-0"
  1463. }
  1464. },
  1465. "node_modules/@babel/plugin-transform-spread": {
  1466. "version": "7.24.7",
  1467. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz",
  1468. "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==",
  1469. "dev": true,
  1470. "dependencies": {
  1471. "@babel/helper-plugin-utils": "^7.24.7",
  1472. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
  1473. },
  1474. "engines": {
  1475. "node": ">=6.9.0"
  1476. },
  1477. "peerDependencies": {
  1478. "@babel/core": "^7.0.0-0"
  1479. }
  1480. },
  1481. "node_modules/@babel/plugin-transform-sticky-regex": {
  1482. "version": "7.24.7",
  1483. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz",
  1484. "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==",
  1485. "dev": true,
  1486. "dependencies": {
  1487. "@babel/helper-plugin-utils": "^7.24.7"
  1488. },
  1489. "engines": {
  1490. "node": ">=6.9.0"
  1491. },
  1492. "peerDependencies": {
  1493. "@babel/core": "^7.0.0-0"
  1494. }
  1495. },
  1496. "node_modules/@babel/plugin-transform-template-literals": {
  1497. "version": "7.24.7",
  1498. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz",
  1499. "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==",
  1500. "dev": true,
  1501. "dependencies": {
  1502. "@babel/helper-plugin-utils": "^7.24.7"
  1503. },
  1504. "engines": {
  1505. "node": ">=6.9.0"
  1506. },
  1507. "peerDependencies": {
  1508. "@babel/core": "^7.0.0-0"
  1509. }
  1510. },
  1511. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1512. "version": "7.24.8",
  1513. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz",
  1514. "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==",
  1515. "dev": true,
  1516. "dependencies": {
  1517. "@babel/helper-plugin-utils": "^7.24.8"
  1518. },
  1519. "engines": {
  1520. "node": ">=6.9.0"
  1521. },
  1522. "peerDependencies": {
  1523. "@babel/core": "^7.0.0-0"
  1524. }
  1525. },
  1526. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1527. "version": "7.24.7",
  1528. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
  1529. "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==",
  1530. "dev": true,
  1531. "dependencies": {
  1532. "@babel/helper-plugin-utils": "^7.24.7"
  1533. },
  1534. "engines": {
  1535. "node": ">=6.9.0"
  1536. },
  1537. "peerDependencies": {
  1538. "@babel/core": "^7.0.0-0"
  1539. }
  1540. },
  1541. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1542. "version": "7.24.7",
  1543. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz",
  1544. "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==",
  1545. "dev": true,
  1546. "dependencies": {
  1547. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  1548. "@babel/helper-plugin-utils": "^7.24.7"
  1549. },
  1550. "engines": {
  1551. "node": ">=6.9.0"
  1552. },
  1553. "peerDependencies": {
  1554. "@babel/core": "^7.0.0-0"
  1555. }
  1556. },
  1557. "node_modules/@babel/plugin-transform-unicode-regex": {
  1558. "version": "7.24.7",
  1559. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz",
  1560. "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==",
  1561. "dev": true,
  1562. "dependencies": {
  1563. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  1564. "@babel/helper-plugin-utils": "^7.24.7"
  1565. },
  1566. "engines": {
  1567. "node": ">=6.9.0"
  1568. },
  1569. "peerDependencies": {
  1570. "@babel/core": "^7.0.0-0"
  1571. }
  1572. },
  1573. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1574. "version": "7.24.7",
  1575. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz",
  1576. "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==",
  1577. "dev": true,
  1578. "dependencies": {
  1579. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  1580. "@babel/helper-plugin-utils": "^7.24.7"
  1581. },
  1582. "engines": {
  1583. "node": ">=6.9.0"
  1584. },
  1585. "peerDependencies": {
  1586. "@babel/core": "^7.0.0"
  1587. }
  1588. },
  1589. "node_modules/@babel/preset-env": {
  1590. "version": "7.24.8",
  1591. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz",
  1592. "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==",
  1593. "dev": true,
  1594. "dependencies": {
  1595. "@babel/compat-data": "^7.24.8",
  1596. "@babel/helper-compilation-targets": "^7.24.8",
  1597. "@babel/helper-plugin-utils": "^7.24.8",
  1598. "@babel/helper-validator-option": "^7.24.8",
  1599. "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7",
  1600. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7",
  1601. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
  1602. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7",
  1603. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1604. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1605. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1606. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1607. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1608. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1609. "@babel/plugin-syntax-import-assertions": "^7.24.7",
  1610. "@babel/plugin-syntax-import-attributes": "^7.24.7",
  1611. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1612. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1613. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1614. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1615. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1616. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1617. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1618. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1619. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1620. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1621. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1622. "@babel/plugin-transform-arrow-functions": "^7.24.7",
  1623. "@babel/plugin-transform-async-generator-functions": "^7.24.7",
  1624. "@babel/plugin-transform-async-to-generator": "^7.24.7",
  1625. "@babel/plugin-transform-block-scoped-functions": "^7.24.7",
  1626. "@babel/plugin-transform-block-scoping": "^7.24.7",
  1627. "@babel/plugin-transform-class-properties": "^7.24.7",
  1628. "@babel/plugin-transform-class-static-block": "^7.24.7",
  1629. "@babel/plugin-transform-classes": "^7.24.8",
  1630. "@babel/plugin-transform-computed-properties": "^7.24.7",
  1631. "@babel/plugin-transform-destructuring": "^7.24.8",
  1632. "@babel/plugin-transform-dotall-regex": "^7.24.7",
  1633. "@babel/plugin-transform-duplicate-keys": "^7.24.7",
  1634. "@babel/plugin-transform-dynamic-import": "^7.24.7",
  1635. "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
  1636. "@babel/plugin-transform-export-namespace-from": "^7.24.7",
  1637. "@babel/plugin-transform-for-of": "^7.24.7",
  1638. "@babel/plugin-transform-function-name": "^7.24.7",
  1639. "@babel/plugin-transform-json-strings": "^7.24.7",
  1640. "@babel/plugin-transform-literals": "^7.24.7",
  1641. "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
  1642. "@babel/plugin-transform-member-expression-literals": "^7.24.7",
  1643. "@babel/plugin-transform-modules-amd": "^7.24.7",
  1644. "@babel/plugin-transform-modules-commonjs": "^7.24.8",
  1645. "@babel/plugin-transform-modules-systemjs": "^7.24.7",
  1646. "@babel/plugin-transform-modules-umd": "^7.24.7",
  1647. "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
  1648. "@babel/plugin-transform-new-target": "^7.24.7",
  1649. "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
  1650. "@babel/plugin-transform-numeric-separator": "^7.24.7",
  1651. "@babel/plugin-transform-object-rest-spread": "^7.24.7",
  1652. "@babel/plugin-transform-object-super": "^7.24.7",
  1653. "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
  1654. "@babel/plugin-transform-optional-chaining": "^7.24.8",
  1655. "@babel/plugin-transform-parameters": "^7.24.7",
  1656. "@babel/plugin-transform-private-methods": "^7.24.7",
  1657. "@babel/plugin-transform-private-property-in-object": "^7.24.7",
  1658. "@babel/plugin-transform-property-literals": "^7.24.7",
  1659. "@babel/plugin-transform-regenerator": "^7.24.7",
  1660. "@babel/plugin-transform-reserved-words": "^7.24.7",
  1661. "@babel/plugin-transform-shorthand-properties": "^7.24.7",
  1662. "@babel/plugin-transform-spread": "^7.24.7",
  1663. "@babel/plugin-transform-sticky-regex": "^7.24.7",
  1664. "@babel/plugin-transform-template-literals": "^7.24.7",
  1665. "@babel/plugin-transform-typeof-symbol": "^7.24.8",
  1666. "@babel/plugin-transform-unicode-escapes": "^7.24.7",
  1667. "@babel/plugin-transform-unicode-property-regex": "^7.24.7",
  1668. "@babel/plugin-transform-unicode-regex": "^7.24.7",
  1669. "@babel/plugin-transform-unicode-sets-regex": "^7.24.7",
  1670. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1671. "babel-plugin-polyfill-corejs2": "^0.4.10",
  1672. "babel-plugin-polyfill-corejs3": "^0.10.4",
  1673. "babel-plugin-polyfill-regenerator": "^0.6.1",
  1674. "core-js-compat": "^3.37.1",
  1675. "semver": "^6.3.1"
  1676. },
  1677. "engines": {
  1678. "node": ">=6.9.0"
  1679. },
  1680. "peerDependencies": {
  1681. "@babel/core": "^7.0.0-0"
  1682. }
  1683. },
  1684. "node_modules/@babel/preset-modules": {
  1685. "version": "0.1.6-no-external-plugins",
  1686. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1687. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1688. "dev": true,
  1689. "dependencies": {
  1690. "@babel/helper-plugin-utils": "^7.0.0",
  1691. "@babel/types": "^7.4.4",
  1692. "esutils": "^2.0.2"
  1693. },
  1694. "peerDependencies": {
  1695. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1696. }
  1697. },
  1698. "node_modules/@babel/regjsgen": {
  1699. "version": "0.8.0",
  1700. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  1701. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
  1702. "dev": true
  1703. },
  1704. "node_modules/@babel/runtime": {
  1705. "version": "7.24.8",
  1706. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz",
  1707. "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==",
  1708. "dependencies": {
  1709. "regenerator-runtime": "^0.14.0"
  1710. },
  1711. "engines": {
  1712. "node": ">=6.9.0"
  1713. }
  1714. },
  1715. "node_modules/@babel/template": {
  1716. "version": "7.24.7",
  1717. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
  1718. "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
  1719. "dependencies": {
  1720. "@babel/code-frame": "^7.24.7",
  1721. "@babel/parser": "^7.24.7",
  1722. "@babel/types": "^7.24.7"
  1723. },
  1724. "engines": {
  1725. "node": ">=6.9.0"
  1726. }
  1727. },
  1728. "node_modules/@babel/traverse": {
  1729. "version": "7.24.8",
  1730. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
  1731. "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
  1732. "dependencies": {
  1733. "@babel/code-frame": "^7.24.7",
  1734. "@babel/generator": "^7.24.8",
  1735. "@babel/helper-environment-visitor": "^7.24.7",
  1736. "@babel/helper-function-name": "^7.24.7",
  1737. "@babel/helper-hoist-variables": "^7.24.7",
  1738. "@babel/helper-split-export-declaration": "^7.24.7",
  1739. "@babel/parser": "^7.24.8",
  1740. "@babel/types": "^7.24.8",
  1741. "debug": "^4.3.1",
  1742. "globals": "^11.1.0"
  1743. },
  1744. "engines": {
  1745. "node": ">=6.9.0"
  1746. }
  1747. },
  1748. "node_modules/@babel/types": {
  1749. "version": "7.24.9",
  1750. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz",
  1751. "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==",
  1752. "dependencies": {
  1753. "@babel/helper-string-parser": "^7.24.8",
  1754. "@babel/helper-validator-identifier": "^7.24.7",
  1755. "to-fast-properties": "^2.0.0"
  1756. },
  1757. "engines": {
  1758. "node": ">=6.9.0"
  1759. }
  1760. },
  1761. "node_modules/@emotion/babel-plugin": {
  1762. "version": "11.12.0",
  1763. "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz",
  1764. "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==",
  1765. "dependencies": {
  1766. "@babel/helper-module-imports": "^7.16.7",
  1767. "@babel/runtime": "^7.18.3",
  1768. "@emotion/hash": "^0.9.2",
  1769. "@emotion/memoize": "^0.9.0",
  1770. "@emotion/serialize": "^1.2.0",
  1771. "babel-plugin-macros": "^3.1.0",
  1772. "convert-source-map": "^1.5.0",
  1773. "escape-string-regexp": "^4.0.0",
  1774. "find-root": "^1.1.0",
  1775. "source-map": "^0.5.7",
  1776. "stylis": "4.2.0"
  1777. }
  1778. },
  1779. "node_modules/@emotion/babel-plugin/node_modules/stylis": {
  1780. "version": "4.2.0",
  1781. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1782. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  1783. },
  1784. "node_modules/@emotion/cache": {
  1785. "version": "11.12.0",
  1786. "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.12.0.tgz",
  1787. "integrity": "sha512-VFo/F1PthkxHwWDCcXkidyXw70eAkdiNiCzthMI2rRQjFiTvmXt8UDlv/VE1DTsd4CIEY2wQf5AnL2QiPgphlw==",
  1788. "dependencies": {
  1789. "@emotion/memoize": "^0.9.0",
  1790. "@emotion/sheet": "^1.3.0",
  1791. "@emotion/utils": "^1.3.0",
  1792. "@emotion/weak-memoize": "^0.4.0",
  1793. "stylis": "4.2.0"
  1794. }
  1795. },
  1796. "node_modules/@emotion/cache/node_modules/stylis": {
  1797. "version": "4.2.0",
  1798. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1799. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  1800. },
  1801. "node_modules/@emotion/hash": {
  1802. "version": "0.9.2",
  1803. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",
  1804. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g=="
  1805. },
  1806. "node_modules/@emotion/is-prop-valid": {
  1807. "version": "1.3.0",
  1808. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.0.tgz",
  1809. "integrity": "sha512-SHetuSLvJDzuNbOdtPVbq6yMMMlLoW5Q94uDqJZqy50gcmAjxFkVqmzqSGEFq9gT2iMuIeKV1PXVWmvUhuZLlQ==",
  1810. "dependencies": {
  1811. "@emotion/memoize": "^0.9.0"
  1812. }
  1813. },
  1814. "node_modules/@emotion/memoize": {
  1815. "version": "0.9.0",
  1816. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
  1817. "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ=="
  1818. },
  1819. "node_modules/@emotion/react": {
  1820. "version": "11.12.0",
  1821. "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.12.0.tgz",
  1822. "integrity": "sha512-kTktYMpG8mHjLi8u6XOTMfDmQvUve/un2ZVj4khcU2KTn17ElMV8BK6QFzT8V/v2QW8013rf07Yc0ayQL3tp3w==",
  1823. "dependencies": {
  1824. "@babel/runtime": "^7.18.3",
  1825. "@emotion/babel-plugin": "^11.12.0",
  1826. "@emotion/cache": "^11.12.0",
  1827. "@emotion/serialize": "^1.2.0",
  1828. "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
  1829. "@emotion/utils": "^1.3.0",
  1830. "@emotion/weak-memoize": "^0.4.0",
  1831. "hoist-non-react-statics": "^3.3.1"
  1832. },
  1833. "peerDependencies": {
  1834. "react": ">=16.8.0"
  1835. },
  1836. "peerDependenciesMeta": {
  1837. "@types/react": {
  1838. "optional": true
  1839. }
  1840. }
  1841. },
  1842. "node_modules/@emotion/serialize": {
  1843. "version": "1.2.0",
  1844. "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.2.0.tgz",
  1845. "integrity": "sha512-X5UWpZAhGGp5LOn7OAI9k9JjRtz7nSFhZypatADcuEd/0bECZ0DzVjPdL8hljTrAku8+TjFvWIYHMOCO/0v/Ng==",
  1846. "dependencies": {
  1847. "@emotion/hash": "^0.9.2",
  1848. "@emotion/memoize": "^0.9.0",
  1849. "@emotion/unitless": "^0.9.0",
  1850. "@emotion/utils": "^1.3.0",
  1851. "csstype": "^3.0.2"
  1852. }
  1853. },
  1854. "node_modules/@emotion/sheet": {
  1855. "version": "1.3.0",
  1856. "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.3.0.tgz",
  1857. "integrity": "sha512-vOPwbKw8fj/oSEa7CWqiKCvLZ1AeLIAApmboGP34xUyUjXalFyf+tMtgMDqP7VMevLPhUa+YWJS46cQUA+tr9A=="
  1858. },
  1859. "node_modules/@emotion/styled": {
  1860. "version": "11.12.0",
  1861. "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.12.0.tgz",
  1862. "integrity": "sha512-2l60kuKm8OKbyFYlVutpwFGoeIoftJAHX4udQwpaO4HNoGyvxFLXiEU56/UGCyrwxr76C93eOdVnGewZeC7AEw==",
  1863. "dependencies": {
  1864. "@babel/runtime": "^7.18.3",
  1865. "@emotion/babel-plugin": "^11.12.0",
  1866. "@emotion/is-prop-valid": "^1.3.0",
  1867. "@emotion/serialize": "^1.2.0",
  1868. "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
  1869. "@emotion/utils": "^1.3.0"
  1870. },
  1871. "peerDependencies": {
  1872. "@emotion/react": "^11.0.0-rc.0",
  1873. "react": ">=16.8.0"
  1874. },
  1875. "peerDependenciesMeta": {
  1876. "@types/react": {
  1877. "optional": true
  1878. }
  1879. }
  1880. },
  1881. "node_modules/@emotion/unitless": {
  1882. "version": "0.9.0",
  1883. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.9.0.tgz",
  1884. "integrity": "sha512-TP6GgNZtmtFaFcsOgExdnfxLLpRDla4Q66tnenA9CktvVSdNKDvMVuUah4QvWPIpNjrWsGg3qeGo9a43QooGZQ=="
  1885. },
  1886. "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
  1887. "version": "1.0.1",
  1888. "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz",
  1889. "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==",
  1890. "peerDependencies": {
  1891. "react": ">=16.8.0"
  1892. }
  1893. },
  1894. "node_modules/@emotion/utils": {
  1895. "version": "1.3.0",
  1896. "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.3.0.tgz",
  1897. "integrity": "sha512-+M7u4EaX5t4bCunKTltAdGis3NFHQniikLVEQ+rPQccsX/xV4v5Etwg12paioZ9DsO+CTvimtmnjZbW85kbF8Q=="
  1898. },
  1899. "node_modules/@emotion/weak-memoize": {
  1900. "version": "0.4.0",
  1901. "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
  1902. "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg=="
  1903. },
  1904. "node_modules/@esbuild/android-arm": {
  1905. "version": "0.18.20",
  1906. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
  1907. "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
  1908. "cpu": [
  1909. "arm"
  1910. ],
  1911. "dev": true,
  1912. "optional": true,
  1913. "os": [
  1914. "android"
  1915. ],
  1916. "engines": {
  1917. "node": ">=12"
  1918. }
  1919. },
  1920. "node_modules/@esbuild/android-arm64": {
  1921. "version": "0.18.20",
  1922. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
  1923. "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
  1924. "cpu": [
  1925. "arm64"
  1926. ],
  1927. "dev": true,
  1928. "optional": true,
  1929. "os": [
  1930. "android"
  1931. ],
  1932. "engines": {
  1933. "node": ">=12"
  1934. }
  1935. },
  1936. "node_modules/@esbuild/android-x64": {
  1937. "version": "0.18.20",
  1938. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
  1939. "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
  1940. "cpu": [
  1941. "x64"
  1942. ],
  1943. "dev": true,
  1944. "optional": true,
  1945. "os": [
  1946. "android"
  1947. ],
  1948. "engines": {
  1949. "node": ">=12"
  1950. }
  1951. },
  1952. "node_modules/@esbuild/darwin-arm64": {
  1953. "version": "0.18.20",
  1954. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
  1955. "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
  1956. "cpu": [
  1957. "arm64"
  1958. ],
  1959. "dev": true,
  1960. "optional": true,
  1961. "os": [
  1962. "darwin"
  1963. ],
  1964. "engines": {
  1965. "node": ">=12"
  1966. }
  1967. },
  1968. "node_modules/@esbuild/darwin-x64": {
  1969. "version": "0.18.20",
  1970. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
  1971. "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
  1972. "cpu": [
  1973. "x64"
  1974. ],
  1975. "dev": true,
  1976. "optional": true,
  1977. "os": [
  1978. "darwin"
  1979. ],
  1980. "engines": {
  1981. "node": ">=12"
  1982. }
  1983. },
  1984. "node_modules/@esbuild/freebsd-arm64": {
  1985. "version": "0.18.20",
  1986. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
  1987. "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
  1988. "cpu": [
  1989. "arm64"
  1990. ],
  1991. "dev": true,
  1992. "optional": true,
  1993. "os": [
  1994. "freebsd"
  1995. ],
  1996. "engines": {
  1997. "node": ">=12"
  1998. }
  1999. },
  2000. "node_modules/@esbuild/freebsd-x64": {
  2001. "version": "0.18.20",
  2002. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
  2003. "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
  2004. "cpu": [
  2005. "x64"
  2006. ],
  2007. "dev": true,
  2008. "optional": true,
  2009. "os": [
  2010. "freebsd"
  2011. ],
  2012. "engines": {
  2013. "node": ">=12"
  2014. }
  2015. },
  2016. "node_modules/@esbuild/linux-arm": {
  2017. "version": "0.18.20",
  2018. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
  2019. "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
  2020. "cpu": [
  2021. "arm"
  2022. ],
  2023. "dev": true,
  2024. "optional": true,
  2025. "os": [
  2026. "linux"
  2027. ],
  2028. "engines": {
  2029. "node": ">=12"
  2030. }
  2031. },
  2032. "node_modules/@esbuild/linux-arm64": {
  2033. "version": "0.18.20",
  2034. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
  2035. "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
  2036. "cpu": [
  2037. "arm64"
  2038. ],
  2039. "dev": true,
  2040. "optional": true,
  2041. "os": [
  2042. "linux"
  2043. ],
  2044. "engines": {
  2045. "node": ">=12"
  2046. }
  2047. },
  2048. "node_modules/@esbuild/linux-ia32": {
  2049. "version": "0.18.20",
  2050. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
  2051. "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
  2052. "cpu": [
  2053. "ia32"
  2054. ],
  2055. "dev": true,
  2056. "optional": true,
  2057. "os": [
  2058. "linux"
  2059. ],
  2060. "engines": {
  2061. "node": ">=12"
  2062. }
  2063. },
  2064. "node_modules/@esbuild/linux-loong64": {
  2065. "version": "0.18.20",
  2066. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
  2067. "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
  2068. "cpu": [
  2069. "loong64"
  2070. ],
  2071. "dev": true,
  2072. "optional": true,
  2073. "os": [
  2074. "linux"
  2075. ],
  2076. "engines": {
  2077. "node": ">=12"
  2078. }
  2079. },
  2080. "node_modules/@esbuild/linux-mips64el": {
  2081. "version": "0.18.20",
  2082. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
  2083. "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
  2084. "cpu": [
  2085. "mips64el"
  2086. ],
  2087. "dev": true,
  2088. "optional": true,
  2089. "os": [
  2090. "linux"
  2091. ],
  2092. "engines": {
  2093. "node": ">=12"
  2094. }
  2095. },
  2096. "node_modules/@esbuild/linux-ppc64": {
  2097. "version": "0.18.20",
  2098. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
  2099. "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
  2100. "cpu": [
  2101. "ppc64"
  2102. ],
  2103. "dev": true,
  2104. "optional": true,
  2105. "os": [
  2106. "linux"
  2107. ],
  2108. "engines": {
  2109. "node": ">=12"
  2110. }
  2111. },
  2112. "node_modules/@esbuild/linux-riscv64": {
  2113. "version": "0.18.20",
  2114. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
  2115. "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
  2116. "cpu": [
  2117. "riscv64"
  2118. ],
  2119. "dev": true,
  2120. "optional": true,
  2121. "os": [
  2122. "linux"
  2123. ],
  2124. "engines": {
  2125. "node": ">=12"
  2126. }
  2127. },
  2128. "node_modules/@esbuild/linux-s390x": {
  2129. "version": "0.18.20",
  2130. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
  2131. "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
  2132. "cpu": [
  2133. "s390x"
  2134. ],
  2135. "dev": true,
  2136. "optional": true,
  2137. "os": [
  2138. "linux"
  2139. ],
  2140. "engines": {
  2141. "node": ">=12"
  2142. }
  2143. },
  2144. "node_modules/@esbuild/linux-x64": {
  2145. "version": "0.18.20",
  2146. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  2147. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  2148. "cpu": [
  2149. "x64"
  2150. ],
  2151. "dev": true,
  2152. "optional": true,
  2153. "os": [
  2154. "linux"
  2155. ],
  2156. "engines": {
  2157. "node": ">=12"
  2158. }
  2159. },
  2160. "node_modules/@esbuild/netbsd-x64": {
  2161. "version": "0.18.20",
  2162. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
  2163. "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
  2164. "cpu": [
  2165. "x64"
  2166. ],
  2167. "dev": true,
  2168. "optional": true,
  2169. "os": [
  2170. "netbsd"
  2171. ],
  2172. "engines": {
  2173. "node": ">=12"
  2174. }
  2175. },
  2176. "node_modules/@esbuild/openbsd-x64": {
  2177. "version": "0.18.20",
  2178. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
  2179. "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
  2180. "cpu": [
  2181. "x64"
  2182. ],
  2183. "dev": true,
  2184. "optional": true,
  2185. "os": [
  2186. "openbsd"
  2187. ],
  2188. "engines": {
  2189. "node": ">=12"
  2190. }
  2191. },
  2192. "node_modules/@esbuild/sunos-x64": {
  2193. "version": "0.18.20",
  2194. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
  2195. "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
  2196. "cpu": [
  2197. "x64"
  2198. ],
  2199. "dev": true,
  2200. "optional": true,
  2201. "os": [
  2202. "sunos"
  2203. ],
  2204. "engines": {
  2205. "node": ">=12"
  2206. }
  2207. },
  2208. "node_modules/@esbuild/win32-arm64": {
  2209. "version": "0.18.20",
  2210. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
  2211. "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
  2212. "cpu": [
  2213. "arm64"
  2214. ],
  2215. "dev": true,
  2216. "optional": true,
  2217. "os": [
  2218. "win32"
  2219. ],
  2220. "engines": {
  2221. "node": ">=12"
  2222. }
  2223. },
  2224. "node_modules/@esbuild/win32-ia32": {
  2225. "version": "0.18.20",
  2226. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
  2227. "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
  2228. "cpu": [
  2229. "ia32"
  2230. ],
  2231. "dev": true,
  2232. "optional": true,
  2233. "os": [
  2234. "win32"
  2235. ],
  2236. "engines": {
  2237. "node": ">=12"
  2238. }
  2239. },
  2240. "node_modules/@esbuild/win32-x64": {
  2241. "version": "0.18.20",
  2242. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
  2243. "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
  2244. "cpu": [
  2245. "x64"
  2246. ],
  2247. "dev": true,
  2248. "optional": true,
  2249. "os": [
  2250. "win32"
  2251. ],
  2252. "engines": {
  2253. "node": ">=12"
  2254. }
  2255. },
  2256. "node_modules/@eslint-community/eslint-utils": {
  2257. "version": "4.4.0",
  2258. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  2259. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  2260. "dev": true,
  2261. "dependencies": {
  2262. "eslint-visitor-keys": "^3.3.0"
  2263. },
  2264. "engines": {
  2265. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2266. },
  2267. "peerDependencies": {
  2268. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2269. }
  2270. },
  2271. "node_modules/@eslint-community/regexpp": {
  2272. "version": "4.11.0",
  2273. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
  2274. "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
  2275. "dev": true,
  2276. "engines": {
  2277. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2278. }
  2279. },
  2280. "node_modules/@eslint/eslintrc": {
  2281. "version": "2.1.4",
  2282. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  2283. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  2284. "dev": true,
  2285. "dependencies": {
  2286. "ajv": "^6.12.4",
  2287. "debug": "^4.3.2",
  2288. "espree": "^9.6.0",
  2289. "globals": "^13.19.0",
  2290. "ignore": "^5.2.0",
  2291. "import-fresh": "^3.2.1",
  2292. "js-yaml": "^4.1.0",
  2293. "minimatch": "^3.1.2",
  2294. "strip-json-comments": "^3.1.1"
  2295. },
  2296. "engines": {
  2297. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2298. },
  2299. "funding": {
  2300. "url": "https://opencollective.com/eslint"
  2301. }
  2302. },
  2303. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2304. "version": "13.24.0",
  2305. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  2306. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  2307. "dev": true,
  2308. "dependencies": {
  2309. "type-fest": "^0.20.2"
  2310. },
  2311. "engines": {
  2312. "node": ">=8"
  2313. },
  2314. "funding": {
  2315. "url": "https://github.com/sponsors/sindresorhus"
  2316. }
  2317. },
  2318. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2319. "version": "0.20.2",
  2320. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2321. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2322. "dev": true,
  2323. "engines": {
  2324. "node": ">=10"
  2325. },
  2326. "funding": {
  2327. "url": "https://github.com/sponsors/sindresorhus"
  2328. }
  2329. },
  2330. "node_modules/@eslint/js": {
  2331. "version": "8.57.0",
  2332. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
  2333. "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
  2334. "dev": true,
  2335. "engines": {
  2336. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2337. }
  2338. },
  2339. "node_modules/@humanwhocodes/config-array": {
  2340. "version": "0.11.14",
  2341. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
  2342. "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
  2343. "deprecated": "Use @eslint/config-array instead",
  2344. "dev": true,
  2345. "dependencies": {
  2346. "@humanwhocodes/object-schema": "^2.0.2",
  2347. "debug": "^4.3.1",
  2348. "minimatch": "^3.0.5"
  2349. },
  2350. "engines": {
  2351. "node": ">=10.10.0"
  2352. }
  2353. },
  2354. "node_modules/@humanwhocodes/module-importer": {
  2355. "version": "1.0.1",
  2356. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2357. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2358. "dev": true,
  2359. "engines": {
  2360. "node": ">=12.22"
  2361. },
  2362. "funding": {
  2363. "type": "github",
  2364. "url": "https://github.com/sponsors/nzakas"
  2365. }
  2366. },
  2367. "node_modules/@humanwhocodes/object-schema": {
  2368. "version": "2.0.3",
  2369. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  2370. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  2371. "deprecated": "Use @eslint/object-schema instead",
  2372. "dev": true
  2373. },
  2374. "node_modules/@jridgewell/gen-mapping": {
  2375. "version": "0.3.5",
  2376. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  2377. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  2378. "dependencies": {
  2379. "@jridgewell/set-array": "^1.2.1",
  2380. "@jridgewell/sourcemap-codec": "^1.4.10",
  2381. "@jridgewell/trace-mapping": "^0.3.24"
  2382. },
  2383. "engines": {
  2384. "node": ">=6.0.0"
  2385. }
  2386. },
  2387. "node_modules/@jridgewell/resolve-uri": {
  2388. "version": "3.1.2",
  2389. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2390. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2391. "engines": {
  2392. "node": ">=6.0.0"
  2393. }
  2394. },
  2395. "node_modules/@jridgewell/set-array": {
  2396. "version": "1.2.1",
  2397. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  2398. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  2399. "engines": {
  2400. "node": ">=6.0.0"
  2401. }
  2402. },
  2403. "node_modules/@jridgewell/source-map": {
  2404. "version": "0.3.6",
  2405. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  2406. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  2407. "dev": true,
  2408. "dependencies": {
  2409. "@jridgewell/gen-mapping": "^0.3.5",
  2410. "@jridgewell/trace-mapping": "^0.3.25"
  2411. }
  2412. },
  2413. "node_modules/@jridgewell/sourcemap-codec": {
  2414. "version": "1.5.0",
  2415. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  2416. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
  2417. },
  2418. "node_modules/@jridgewell/trace-mapping": {
  2419. "version": "0.3.25",
  2420. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  2421. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  2422. "dependencies": {
  2423. "@jridgewell/resolve-uri": "^3.1.0",
  2424. "@jridgewell/sourcemap-codec": "^1.4.14"
  2425. }
  2426. },
  2427. "node_modules/@mapbox/hast-util-table-cell-style": {
  2428. "version": "0.2.1",
  2429. "resolved": "https://registry.npmjs.org/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.2.1.tgz",
  2430. "integrity": "sha512-LyQz4XJIdCdY/+temIhD/Ed0x/p4GAOUycpFSEK2Ads1CPKZy6b7V/2ROEtQiLLQ8soIs0xe/QAoR6kwpyW/yw==",
  2431. "dependencies": {
  2432. "unist-util-visit": "^1.4.1"
  2433. },
  2434. "engines": {
  2435. "node": ">=12"
  2436. }
  2437. },
  2438. "node_modules/@mui/core-downloads-tracker": {
  2439. "version": "5.16.4",
  2440. "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.16.4.tgz",
  2441. "integrity": "sha512-rNdHXhclwjEZnK+//3SR43YRx0VtjdHnUFhMSGYmAMJve+KiwEja/41EYh8V3pZKqF2geKyfcFUenTfDTYUR4w==",
  2442. "funding": {
  2443. "type": "opencollective",
  2444. "url": "https://opencollective.com/mui-org"
  2445. }
  2446. },
  2447. "node_modules/@mui/icons-material": {
  2448. "version": "5.16.4",
  2449. "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.4.tgz",
  2450. "integrity": "sha512-j9/CWctv6TH6Dou2uR2EH7UOgu79CW/YcozxCYVLJ7l03pCsiOlJ5sBArnWJxJ+nGkFwyL/1d1k8JEPMDR125A==",
  2451. "dependencies": {
  2452. "@babel/runtime": "^7.23.9"
  2453. },
  2454. "engines": {
  2455. "node": ">=12.0.0"
  2456. },
  2457. "funding": {
  2458. "type": "opencollective",
  2459. "url": "https://opencollective.com/mui-org"
  2460. },
  2461. "peerDependencies": {
  2462. "@mui/material": "^5.0.0",
  2463. "@types/react": "^17.0.0 || ^18.0.0",
  2464. "react": "^17.0.0 || ^18.0.0"
  2465. },
  2466. "peerDependenciesMeta": {
  2467. "@types/react": {
  2468. "optional": true
  2469. }
  2470. }
  2471. },
  2472. "node_modules/@mui/material": {
  2473. "version": "5.16.4",
  2474. "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.16.4.tgz",
  2475. "integrity": "sha512-dBnh3/zRYgEVIS3OE4oTbujse3gifA0qLMmuUk13ywsDCbngJsdgwW5LuYeiT5pfA8PGPGSqM7mxNytYXgiMCw==",
  2476. "dependencies": {
  2477. "@babel/runtime": "^7.23.9",
  2478. "@mui/core-downloads-tracker": "^5.16.4",
  2479. "@mui/system": "^5.16.4",
  2480. "@mui/types": "^7.2.15",
  2481. "@mui/utils": "^5.16.4",
  2482. "@popperjs/core": "^2.11.8",
  2483. "@types/react-transition-group": "^4.4.10",
  2484. "clsx": "^2.1.0",
  2485. "csstype": "^3.1.3",
  2486. "prop-types": "^15.8.1",
  2487. "react-is": "^18.3.1",
  2488. "react-transition-group": "^4.4.5"
  2489. },
  2490. "engines": {
  2491. "node": ">=12.0.0"
  2492. },
  2493. "funding": {
  2494. "type": "opencollective",
  2495. "url": "https://opencollective.com/mui-org"
  2496. },
  2497. "peerDependencies": {
  2498. "@emotion/react": "^11.5.0",
  2499. "@emotion/styled": "^11.3.0",
  2500. "@types/react": "^17.0.0 || ^18.0.0",
  2501. "react": "^17.0.0 || ^18.0.0",
  2502. "react-dom": "^17.0.0 || ^18.0.0"
  2503. },
  2504. "peerDependenciesMeta": {
  2505. "@emotion/react": {
  2506. "optional": true
  2507. },
  2508. "@emotion/styled": {
  2509. "optional": true
  2510. },
  2511. "@types/react": {
  2512. "optional": true
  2513. }
  2514. }
  2515. },
  2516. "node_modules/@mui/private-theming": {
  2517. "version": "5.16.4",
  2518. "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.16.4.tgz",
  2519. "integrity": "sha512-ZsAm8cq31SJ37SVWLRlu02v9SRthxnfQofaiv14L5Bht51B0dz6yQEoVU/V8UduZDCCIrWkBHuReVfKhE/UuXA==",
  2520. "dependencies": {
  2521. "@babel/runtime": "^7.23.9",
  2522. "@mui/utils": "^5.16.4",
  2523. "prop-types": "^15.8.1"
  2524. },
  2525. "engines": {
  2526. "node": ">=12.0.0"
  2527. },
  2528. "funding": {
  2529. "type": "opencollective",
  2530. "url": "https://opencollective.com/mui-org"
  2531. },
  2532. "peerDependencies": {
  2533. "@types/react": "^17.0.0 || ^18.0.0",
  2534. "react": "^17.0.0 || ^18.0.0"
  2535. },
  2536. "peerDependenciesMeta": {
  2537. "@types/react": {
  2538. "optional": true
  2539. }
  2540. }
  2541. },
  2542. "node_modules/@mui/styled-engine": {
  2543. "version": "5.16.4",
  2544. "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.16.4.tgz",
  2545. "integrity": "sha512-0+mnkf+UiAmTVB8PZFqOhqf729Yh0Cxq29/5cA3VAyDVTRIUUQ8FXQhiAhUIbijFmM72rY80ahFPXIm4WDbzcA==",
  2546. "dependencies": {
  2547. "@babel/runtime": "^7.23.9",
  2548. "@emotion/cache": "^11.11.0",
  2549. "csstype": "^3.1.3",
  2550. "prop-types": "^15.8.1"
  2551. },
  2552. "engines": {
  2553. "node": ">=12.0.0"
  2554. },
  2555. "funding": {
  2556. "type": "opencollective",
  2557. "url": "https://opencollective.com/mui-org"
  2558. },
  2559. "peerDependencies": {
  2560. "@emotion/react": "^11.4.1",
  2561. "@emotion/styled": "^11.3.0",
  2562. "react": "^17.0.0 || ^18.0.0"
  2563. },
  2564. "peerDependenciesMeta": {
  2565. "@emotion/react": {
  2566. "optional": true
  2567. },
  2568. "@emotion/styled": {
  2569. "optional": true
  2570. }
  2571. }
  2572. },
  2573. "node_modules/@mui/system": {
  2574. "version": "5.16.4",
  2575. "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.16.4.tgz",
  2576. "integrity": "sha512-ET1Ujl2/8hbsD611/mqUuNArMCGv/fIWO/f8B3ZqF5iyPHM2aS74vhTNyjytncc4i6dYwGxNk+tLa7GwjNS0/w==",
  2577. "dependencies": {
  2578. "@babel/runtime": "^7.23.9",
  2579. "@mui/private-theming": "^5.16.4",
  2580. "@mui/styled-engine": "^5.16.4",
  2581. "@mui/types": "^7.2.15",
  2582. "@mui/utils": "^5.16.4",
  2583. "clsx": "^2.1.0",
  2584. "csstype": "^3.1.3",
  2585. "prop-types": "^15.8.1"
  2586. },
  2587. "engines": {
  2588. "node": ">=12.0.0"
  2589. },
  2590. "funding": {
  2591. "type": "opencollective",
  2592. "url": "https://opencollective.com/mui-org"
  2593. },
  2594. "peerDependencies": {
  2595. "@emotion/react": "^11.5.0",
  2596. "@emotion/styled": "^11.3.0",
  2597. "@types/react": "^17.0.0 || ^18.0.0",
  2598. "react": "^17.0.0 || ^18.0.0"
  2599. },
  2600. "peerDependenciesMeta": {
  2601. "@emotion/react": {
  2602. "optional": true
  2603. },
  2604. "@emotion/styled": {
  2605. "optional": true
  2606. },
  2607. "@types/react": {
  2608. "optional": true
  2609. }
  2610. }
  2611. },
  2612. "node_modules/@mui/types": {
  2613. "version": "7.2.15",
  2614. "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.15.tgz",
  2615. "integrity": "sha512-nbo7yPhtKJkdf9kcVOF8JZHPZTmqXjJ/tI0bdWgHg5tp9AnIN4Y7f7wm9T+0SyGYJk76+GYZ8Q5XaTYAsUHN0Q==",
  2616. "peerDependencies": {
  2617. "@types/react": "^17.0.0 || ^18.0.0"
  2618. },
  2619. "peerDependenciesMeta": {
  2620. "@types/react": {
  2621. "optional": true
  2622. }
  2623. }
  2624. },
  2625. "node_modules/@mui/utils": {
  2626. "version": "5.16.4",
  2627. "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.16.4.tgz",
  2628. "integrity": "sha512-nlppYwq10TBIFqp7qxY0SvbACOXeOjeVL3pOcDsK0FT8XjrEXh9/+lkg8AEIzD16z7YfiJDQjaJG2OLkE7BxNg==",
  2629. "dependencies": {
  2630. "@babel/runtime": "^7.23.9",
  2631. "@types/prop-types": "^15.7.12",
  2632. "clsx": "^2.1.1",
  2633. "prop-types": "^15.8.1",
  2634. "react-is": "^18.3.1"
  2635. },
  2636. "engines": {
  2637. "node": ">=12.0.0"
  2638. },
  2639. "funding": {
  2640. "type": "opencollective",
  2641. "url": "https://opencollective.com/mui-org"
  2642. },
  2643. "peerDependencies": {
  2644. "@types/react": "^17.0.0 || ^18.0.0",
  2645. "react": "^17.0.0 || ^18.0.0"
  2646. },
  2647. "peerDependenciesMeta": {
  2648. "@types/react": {
  2649. "optional": true
  2650. }
  2651. }
  2652. },
  2653. "node_modules/@nodelib/fs.scandir": {
  2654. "version": "2.1.5",
  2655. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2656. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2657. "dev": true,
  2658. "dependencies": {
  2659. "@nodelib/fs.stat": "2.0.5",
  2660. "run-parallel": "^1.1.9"
  2661. },
  2662. "engines": {
  2663. "node": ">= 8"
  2664. }
  2665. },
  2666. "node_modules/@nodelib/fs.stat": {
  2667. "version": "2.0.5",
  2668. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2669. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2670. "dev": true,
  2671. "engines": {
  2672. "node": ">= 8"
  2673. }
  2674. },
  2675. "node_modules/@nodelib/fs.walk": {
  2676. "version": "1.2.8",
  2677. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2678. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2679. "dev": true,
  2680. "dependencies": {
  2681. "@nodelib/fs.scandir": "2.1.5",
  2682. "fastq": "^1.6.0"
  2683. },
  2684. "engines": {
  2685. "node": ">= 8"
  2686. }
  2687. },
  2688. "node_modules/@popperjs/core": {
  2689. "version": "2.11.8",
  2690. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  2691. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  2692. "funding": {
  2693. "type": "opencollective",
  2694. "url": "https://opencollective.com/popperjs"
  2695. }
  2696. },
  2697. "node_modules/@remix-run/router": {
  2698. "version": "1.18.0",
  2699. "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.18.0.tgz",
  2700. "integrity": "sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==",
  2701. "engines": {
  2702. "node": ">=14.0.0"
  2703. }
  2704. },
  2705. "node_modules/@surma/rollup-plugin-off-main-thread": {
  2706. "version": "2.2.3",
  2707. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  2708. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  2709. "dev": true,
  2710. "dependencies": {
  2711. "ejs": "^3.1.6",
  2712. "json5": "^2.2.0",
  2713. "magic-string": "^0.25.0",
  2714. "string.prototype.matchall": "^4.0.6"
  2715. }
  2716. },
  2717. "node_modules/@types/babel__core": {
  2718. "version": "7.20.5",
  2719. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  2720. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  2721. "dev": true,
  2722. "dependencies": {
  2723. "@babel/parser": "^7.20.7",
  2724. "@babel/types": "^7.20.7",
  2725. "@types/babel__generator": "*",
  2726. "@types/babel__template": "*",
  2727. "@types/babel__traverse": "*"
  2728. }
  2729. },
  2730. "node_modules/@types/babel__generator": {
  2731. "version": "7.6.8",
  2732. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
  2733. "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
  2734. "dev": true,
  2735. "dependencies": {
  2736. "@babel/types": "^7.0.0"
  2737. }
  2738. },
  2739. "node_modules/@types/babel__template": {
  2740. "version": "7.4.4",
  2741. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  2742. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  2743. "dev": true,
  2744. "dependencies": {
  2745. "@babel/parser": "^7.1.0",
  2746. "@babel/types": "^7.0.0"
  2747. }
  2748. },
  2749. "node_modules/@types/babel__traverse": {
  2750. "version": "7.20.6",
  2751. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz",
  2752. "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==",
  2753. "dev": true,
  2754. "dependencies": {
  2755. "@babel/types": "^7.20.7"
  2756. }
  2757. },
  2758. "node_modules/@types/estree": {
  2759. "version": "0.0.39",
  2760. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  2761. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
  2762. "dev": true
  2763. },
  2764. "node_modules/@types/json5": {
  2765. "version": "0.0.29",
  2766. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  2767. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  2768. "dev": true
  2769. },
  2770. "node_modules/@types/mdast": {
  2771. "version": "3.0.15",
  2772. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz",
  2773. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  2774. "dependencies": {
  2775. "@types/unist": "^2"
  2776. }
  2777. },
  2778. "node_modules/@types/node": {
  2779. "version": "20.14.11",
  2780. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
  2781. "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
  2782. "dev": true,
  2783. "dependencies": {
  2784. "undici-types": "~5.26.4"
  2785. }
  2786. },
  2787. "node_modules/@types/parse-json": {
  2788. "version": "4.0.2",
  2789. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
  2790. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw=="
  2791. },
  2792. "node_modules/@types/prop-types": {
  2793. "version": "15.7.12",
  2794. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz",
  2795. "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q=="
  2796. },
  2797. "node_modules/@types/react": {
  2798. "version": "18.3.3",
  2799. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz",
  2800. "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==",
  2801. "dependencies": {
  2802. "@types/prop-types": "*",
  2803. "csstype": "^3.0.2"
  2804. }
  2805. },
  2806. "node_modules/@types/react-transition-group": {
  2807. "version": "4.4.10",
  2808. "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz",
  2809. "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==",
  2810. "dependencies": {
  2811. "@types/react": "*"
  2812. }
  2813. },
  2814. "node_modules/@types/resolve": {
  2815. "version": "1.17.1",
  2816. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  2817. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  2818. "dev": true,
  2819. "dependencies": {
  2820. "@types/node": "*"
  2821. }
  2822. },
  2823. "node_modules/@types/trusted-types": {
  2824. "version": "2.0.7",
  2825. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  2826. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  2827. "dev": true
  2828. },
  2829. "node_modules/@types/unist": {
  2830. "version": "2.0.10",
  2831. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
  2832. "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA=="
  2833. },
  2834. "node_modules/@ungap/structured-clone": {
  2835. "version": "1.2.0",
  2836. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
  2837. "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
  2838. "dev": true
  2839. },
  2840. "node_modules/@vitejs/plugin-react": {
  2841. "version": "4.3.1",
  2842. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz",
  2843. "integrity": "sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==",
  2844. "dev": true,
  2845. "dependencies": {
  2846. "@babel/core": "^7.24.5",
  2847. "@babel/plugin-transform-react-jsx-self": "^7.24.5",
  2848. "@babel/plugin-transform-react-jsx-source": "^7.24.1",
  2849. "@types/babel__core": "^7.20.5",
  2850. "react-refresh": "^0.14.2"
  2851. },
  2852. "engines": {
  2853. "node": "^14.18.0 || >=16.0.0"
  2854. },
  2855. "peerDependencies": {
  2856. "vite": "^4.2.0 || ^5.0.0"
  2857. }
  2858. },
  2859. "node_modules/acorn": {
  2860. "version": "8.12.1",
  2861. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
  2862. "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
  2863. "dev": true,
  2864. "bin": {
  2865. "acorn": "bin/acorn"
  2866. },
  2867. "engines": {
  2868. "node": ">=0.4.0"
  2869. }
  2870. },
  2871. "node_modules/acorn-jsx": {
  2872. "version": "5.3.2",
  2873. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2874. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2875. "dev": true,
  2876. "peerDependencies": {
  2877. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2878. }
  2879. },
  2880. "node_modules/ajv": {
  2881. "version": "6.12.6",
  2882. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  2883. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2884. "dev": true,
  2885. "dependencies": {
  2886. "fast-deep-equal": "^3.1.1",
  2887. "fast-json-stable-stringify": "^2.0.0",
  2888. "json-schema-traverse": "^0.4.1",
  2889. "uri-js": "^4.2.2"
  2890. },
  2891. "funding": {
  2892. "type": "github",
  2893. "url": "https://github.com/sponsors/epoberezkin"
  2894. }
  2895. },
  2896. "node_modules/ansi-regex": {
  2897. "version": "5.0.1",
  2898. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2899. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2900. "dev": true,
  2901. "engines": {
  2902. "node": ">=8"
  2903. }
  2904. },
  2905. "node_modules/ansi-styles": {
  2906. "version": "3.2.1",
  2907. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2908. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2909. "dependencies": {
  2910. "color-convert": "^1.9.0"
  2911. },
  2912. "engines": {
  2913. "node": ">=4"
  2914. }
  2915. },
  2916. "node_modules/argparse": {
  2917. "version": "2.0.1",
  2918. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2919. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2920. "dev": true
  2921. },
  2922. "node_modules/aria-query": {
  2923. "version": "5.1.3",
  2924. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
  2925. "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
  2926. "dev": true,
  2927. "dependencies": {
  2928. "deep-equal": "^2.0.5"
  2929. }
  2930. },
  2931. "node_modules/array-buffer-byte-length": {
  2932. "version": "1.0.1",
  2933. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
  2934. "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
  2935. "dev": true,
  2936. "dependencies": {
  2937. "call-bind": "^1.0.5",
  2938. "is-array-buffer": "^3.0.4"
  2939. },
  2940. "engines": {
  2941. "node": ">= 0.4"
  2942. },
  2943. "funding": {
  2944. "url": "https://github.com/sponsors/ljharb"
  2945. }
  2946. },
  2947. "node_modules/array-includes": {
  2948. "version": "3.1.8",
  2949. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
  2950. "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
  2951. "dev": true,
  2952. "dependencies": {
  2953. "call-bind": "^1.0.7",
  2954. "define-properties": "^1.2.1",
  2955. "es-abstract": "^1.23.2",
  2956. "es-object-atoms": "^1.0.0",
  2957. "get-intrinsic": "^1.2.4",
  2958. "is-string": "^1.0.7"
  2959. },
  2960. "engines": {
  2961. "node": ">= 0.4"
  2962. },
  2963. "funding": {
  2964. "url": "https://github.com/sponsors/ljharb"
  2965. }
  2966. },
  2967. "node_modules/array.prototype.findlast": {
  2968. "version": "1.2.5",
  2969. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2970. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2971. "dev": true,
  2972. "dependencies": {
  2973. "call-bind": "^1.0.7",
  2974. "define-properties": "^1.2.1",
  2975. "es-abstract": "^1.23.2",
  2976. "es-errors": "^1.3.0",
  2977. "es-object-atoms": "^1.0.0",
  2978. "es-shim-unscopables": "^1.0.2"
  2979. },
  2980. "engines": {
  2981. "node": ">= 0.4"
  2982. },
  2983. "funding": {
  2984. "url": "https://github.com/sponsors/ljharb"
  2985. }
  2986. },
  2987. "node_modules/array.prototype.findlastindex": {
  2988. "version": "1.2.5",
  2989. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
  2990. "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
  2991. "dev": true,
  2992. "dependencies": {
  2993. "call-bind": "^1.0.7",
  2994. "define-properties": "^1.2.1",
  2995. "es-abstract": "^1.23.2",
  2996. "es-errors": "^1.3.0",
  2997. "es-object-atoms": "^1.0.0",
  2998. "es-shim-unscopables": "^1.0.2"
  2999. },
  3000. "engines": {
  3001. "node": ">= 0.4"
  3002. },
  3003. "funding": {
  3004. "url": "https://github.com/sponsors/ljharb"
  3005. }
  3006. },
  3007. "node_modules/array.prototype.flat": {
  3008. "version": "1.3.2",
  3009. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
  3010. "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
  3011. "dev": true,
  3012. "dependencies": {
  3013. "call-bind": "^1.0.2",
  3014. "define-properties": "^1.2.0",
  3015. "es-abstract": "^1.22.1",
  3016. "es-shim-unscopables": "^1.0.0"
  3017. },
  3018. "engines": {
  3019. "node": ">= 0.4"
  3020. },
  3021. "funding": {
  3022. "url": "https://github.com/sponsors/ljharb"
  3023. }
  3024. },
  3025. "node_modules/array.prototype.flatmap": {
  3026. "version": "1.3.2",
  3027. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
  3028. "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
  3029. "dev": true,
  3030. "dependencies": {
  3031. "call-bind": "^1.0.2",
  3032. "define-properties": "^1.2.0",
  3033. "es-abstract": "^1.22.1",
  3034. "es-shim-unscopables": "^1.0.0"
  3035. },
  3036. "engines": {
  3037. "node": ">= 0.4"
  3038. },
  3039. "funding": {
  3040. "url": "https://github.com/sponsors/ljharb"
  3041. }
  3042. },
  3043. "node_modules/array.prototype.toreversed": {
  3044. "version": "1.1.2",
  3045. "resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz",
  3046. "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==",
  3047. "dev": true,
  3048. "dependencies": {
  3049. "call-bind": "^1.0.2",
  3050. "define-properties": "^1.2.0",
  3051. "es-abstract": "^1.22.1",
  3052. "es-shim-unscopables": "^1.0.0"
  3053. }
  3054. },
  3055. "node_modules/array.prototype.tosorted": {
  3056. "version": "1.1.4",
  3057. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  3058. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  3059. "dev": true,
  3060. "dependencies": {
  3061. "call-bind": "^1.0.7",
  3062. "define-properties": "^1.2.1",
  3063. "es-abstract": "^1.23.3",
  3064. "es-errors": "^1.3.0",
  3065. "es-shim-unscopables": "^1.0.2"
  3066. },
  3067. "engines": {
  3068. "node": ">= 0.4"
  3069. }
  3070. },
  3071. "node_modules/arraybuffer.prototype.slice": {
  3072. "version": "1.0.3",
  3073. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
  3074. "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
  3075. "dev": true,
  3076. "dependencies": {
  3077. "array-buffer-byte-length": "^1.0.1",
  3078. "call-bind": "^1.0.5",
  3079. "define-properties": "^1.2.1",
  3080. "es-abstract": "^1.22.3",
  3081. "es-errors": "^1.2.1",
  3082. "get-intrinsic": "^1.2.3",
  3083. "is-array-buffer": "^3.0.4",
  3084. "is-shared-array-buffer": "^1.0.2"
  3085. },
  3086. "engines": {
  3087. "node": ">= 0.4"
  3088. },
  3089. "funding": {
  3090. "url": "https://github.com/sponsors/ljharb"
  3091. }
  3092. },
  3093. "node_modules/ast-types-flow": {
  3094. "version": "0.0.8",
  3095. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  3096. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  3097. "dev": true
  3098. },
  3099. "node_modules/async": {
  3100. "version": "3.2.5",
  3101. "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
  3102. "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==",
  3103. "dev": true
  3104. },
  3105. "node_modules/at-least-node": {
  3106. "version": "1.0.0",
  3107. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  3108. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  3109. "dev": true,
  3110. "engines": {
  3111. "node": ">= 4.0.0"
  3112. }
  3113. },
  3114. "node_modules/available-typed-arrays": {
  3115. "version": "1.0.7",
  3116. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  3117. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  3118. "dev": true,
  3119. "dependencies": {
  3120. "possible-typed-array-names": "^1.0.0"
  3121. },
  3122. "engines": {
  3123. "node": ">= 0.4"
  3124. },
  3125. "funding": {
  3126. "url": "https://github.com/sponsors/ljharb"
  3127. }
  3128. },
  3129. "node_modules/axe-core": {
  3130. "version": "4.9.1",
  3131. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.1.tgz",
  3132. "integrity": "sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==",
  3133. "dev": true,
  3134. "engines": {
  3135. "node": ">=4"
  3136. }
  3137. },
  3138. "node_modules/axobject-query": {
  3139. "version": "3.1.1",
  3140. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz",
  3141. "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==",
  3142. "dev": true,
  3143. "dependencies": {
  3144. "deep-equal": "^2.0.5"
  3145. }
  3146. },
  3147. "node_modules/babel-plugin-macros": {
  3148. "version": "3.1.0",
  3149. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  3150. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  3151. "dependencies": {
  3152. "@babel/runtime": "^7.12.5",
  3153. "cosmiconfig": "^7.0.0",
  3154. "resolve": "^1.19.0"
  3155. },
  3156. "engines": {
  3157. "node": ">=10",
  3158. "npm": ">=6"
  3159. }
  3160. },
  3161. "node_modules/babel-plugin-polyfill-corejs2": {
  3162. "version": "0.4.11",
  3163. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
  3164. "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
  3165. "dev": true,
  3166. "dependencies": {
  3167. "@babel/compat-data": "^7.22.6",
  3168. "@babel/helper-define-polyfill-provider": "^0.6.2",
  3169. "semver": "^6.3.1"
  3170. },
  3171. "peerDependencies": {
  3172. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3173. }
  3174. },
  3175. "node_modules/babel-plugin-polyfill-corejs3": {
  3176. "version": "0.10.4",
  3177. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz",
  3178. "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==",
  3179. "dev": true,
  3180. "dependencies": {
  3181. "@babel/helper-define-polyfill-provider": "^0.6.1",
  3182. "core-js-compat": "^3.36.1"
  3183. },
  3184. "peerDependencies": {
  3185. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3186. }
  3187. },
  3188. "node_modules/babel-plugin-polyfill-regenerator": {
  3189. "version": "0.6.2",
  3190. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
  3191. "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
  3192. "dev": true,
  3193. "dependencies": {
  3194. "@babel/helper-define-polyfill-provider": "^0.6.2"
  3195. },
  3196. "peerDependencies": {
  3197. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3198. }
  3199. },
  3200. "node_modules/bail": {
  3201. "version": "1.0.5",
  3202. "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
  3203. "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
  3204. "funding": {
  3205. "type": "github",
  3206. "url": "https://github.com/sponsors/wooorm"
  3207. }
  3208. },
  3209. "node_modules/balanced-match": {
  3210. "version": "1.0.2",
  3211. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3212. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3213. "dev": true
  3214. },
  3215. "node_modules/brace-expansion": {
  3216. "version": "1.1.11",
  3217. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  3218. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  3219. "dev": true,
  3220. "dependencies": {
  3221. "balanced-match": "^1.0.0",
  3222. "concat-map": "0.0.1"
  3223. }
  3224. },
  3225. "node_modules/braces": {
  3226. "version": "3.0.3",
  3227. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  3228. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3229. "dev": true,
  3230. "dependencies": {
  3231. "fill-range": "^7.1.1"
  3232. },
  3233. "engines": {
  3234. "node": ">=8"
  3235. }
  3236. },
  3237. "node_modules/browserslist": {
  3238. "version": "4.23.2",
  3239. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
  3240. "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
  3241. "dev": true,
  3242. "funding": [
  3243. {
  3244. "type": "opencollective",
  3245. "url": "https://opencollective.com/browserslist"
  3246. },
  3247. {
  3248. "type": "tidelift",
  3249. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3250. },
  3251. {
  3252. "type": "github",
  3253. "url": "https://github.com/sponsors/ai"
  3254. }
  3255. ],
  3256. "dependencies": {
  3257. "caniuse-lite": "^1.0.30001640",
  3258. "electron-to-chromium": "^1.4.820",
  3259. "node-releases": "^2.0.14",
  3260. "update-browserslist-db": "^1.1.0"
  3261. },
  3262. "bin": {
  3263. "browserslist": "cli.js"
  3264. },
  3265. "engines": {
  3266. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3267. }
  3268. },
  3269. "node_modules/buffer-from": {
  3270. "version": "1.1.2",
  3271. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  3272. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  3273. "dev": true
  3274. },
  3275. "node_modules/builtin-modules": {
  3276. "version": "3.3.0",
  3277. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  3278. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  3279. "dev": true,
  3280. "engines": {
  3281. "node": ">=6"
  3282. },
  3283. "funding": {
  3284. "url": "https://github.com/sponsors/sindresorhus"
  3285. }
  3286. },
  3287. "node_modules/call-bind": {
  3288. "version": "1.0.7",
  3289. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
  3290. "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
  3291. "dev": true,
  3292. "dependencies": {
  3293. "es-define-property": "^1.0.0",
  3294. "es-errors": "^1.3.0",
  3295. "function-bind": "^1.1.2",
  3296. "get-intrinsic": "^1.2.4",
  3297. "set-function-length": "^1.2.1"
  3298. },
  3299. "engines": {
  3300. "node": ">= 0.4"
  3301. },
  3302. "funding": {
  3303. "url": "https://github.com/sponsors/ljharb"
  3304. }
  3305. },
  3306. "node_modules/callsites": {
  3307. "version": "3.1.0",
  3308. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3309. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3310. "engines": {
  3311. "node": ">=6"
  3312. }
  3313. },
  3314. "node_modules/caniuse-lite": {
  3315. "version": "1.0.30001642",
  3316. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz",
  3317. "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==",
  3318. "dev": true,
  3319. "funding": [
  3320. {
  3321. "type": "opencollective",
  3322. "url": "https://opencollective.com/browserslist"
  3323. },
  3324. {
  3325. "type": "tidelift",
  3326. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3327. },
  3328. {
  3329. "type": "github",
  3330. "url": "https://github.com/sponsors/ai"
  3331. }
  3332. ]
  3333. },
  3334. "node_modules/chalk": {
  3335. "version": "2.4.2",
  3336. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  3337. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3338. "dependencies": {
  3339. "ansi-styles": "^3.2.1",
  3340. "escape-string-regexp": "^1.0.5",
  3341. "supports-color": "^5.3.0"
  3342. },
  3343. "engines": {
  3344. "node": ">=4"
  3345. }
  3346. },
  3347. "node_modules/chalk/node_modules/escape-string-regexp": {
  3348. "version": "1.0.5",
  3349. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  3350. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  3351. "engines": {
  3352. "node": ">=0.8.0"
  3353. }
  3354. },
  3355. "node_modules/character-entities": {
  3356. "version": "1.2.4",
  3357. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
  3358. "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
  3359. "funding": {
  3360. "type": "github",
  3361. "url": "https://github.com/sponsors/wooorm"
  3362. }
  3363. },
  3364. "node_modules/character-entities-legacy": {
  3365. "version": "1.1.4",
  3366. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
  3367. "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
  3368. "funding": {
  3369. "type": "github",
  3370. "url": "https://github.com/sponsors/wooorm"
  3371. }
  3372. },
  3373. "node_modules/character-reference-invalid": {
  3374. "version": "1.1.4",
  3375. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
  3376. "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
  3377. "funding": {
  3378. "type": "github",
  3379. "url": "https://github.com/sponsors/wooorm"
  3380. }
  3381. },
  3382. "node_modules/clsx": {
  3383. "version": "2.1.1",
  3384. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  3385. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  3386. "engines": {
  3387. "node": ">=6"
  3388. }
  3389. },
  3390. "node_modules/color-convert": {
  3391. "version": "1.9.3",
  3392. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  3393. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  3394. "dependencies": {
  3395. "color-name": "1.1.3"
  3396. }
  3397. },
  3398. "node_modules/color-name": {
  3399. "version": "1.1.3",
  3400. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  3401. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  3402. },
  3403. "node_modules/comma-separated-tokens": {
  3404. "version": "1.0.8",
  3405. "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
  3406. "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
  3407. "funding": {
  3408. "type": "github",
  3409. "url": "https://github.com/sponsors/wooorm"
  3410. }
  3411. },
  3412. "node_modules/commander": {
  3413. "version": "2.20.3",
  3414. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  3415. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  3416. "dev": true
  3417. },
  3418. "node_modules/common-tags": {
  3419. "version": "1.8.2",
  3420. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  3421. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  3422. "dev": true,
  3423. "engines": {
  3424. "node": ">=4.0.0"
  3425. }
  3426. },
  3427. "node_modules/concat-map": {
  3428. "version": "0.0.1",
  3429. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3430. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3431. "dev": true
  3432. },
  3433. "node_modules/confusing-browser-globals": {
  3434. "version": "1.0.11",
  3435. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  3436. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
  3437. "dev": true
  3438. },
  3439. "node_modules/convert-source-map": {
  3440. "version": "1.9.0",
  3441. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  3442. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  3443. },
  3444. "node_modules/core-js-compat": {
  3445. "version": "3.37.1",
  3446. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz",
  3447. "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==",
  3448. "dev": true,
  3449. "dependencies": {
  3450. "browserslist": "^4.23.0"
  3451. },
  3452. "funding": {
  3453. "type": "opencollective",
  3454. "url": "https://opencollective.com/core-js"
  3455. }
  3456. },
  3457. "node_modules/cosmiconfig": {
  3458. "version": "7.1.0",
  3459. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  3460. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  3461. "dependencies": {
  3462. "@types/parse-json": "^4.0.0",
  3463. "import-fresh": "^3.2.1",
  3464. "parse-json": "^5.0.0",
  3465. "path-type": "^4.0.0",
  3466. "yaml": "^1.10.0"
  3467. },
  3468. "engines": {
  3469. "node": ">=10"
  3470. }
  3471. },
  3472. "node_modules/cross-fetch": {
  3473. "version": "3.1.5",
  3474. "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
  3475. "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
  3476. "dependencies": {
  3477. "node-fetch": "2.6.7"
  3478. }
  3479. },
  3480. "node_modules/cross-spawn": {
  3481. "version": "7.0.3",
  3482. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  3483. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  3484. "dev": true,
  3485. "dependencies": {
  3486. "path-key": "^3.1.0",
  3487. "shebang-command": "^2.0.0",
  3488. "which": "^2.0.1"
  3489. },
  3490. "engines": {
  3491. "node": ">= 8"
  3492. }
  3493. },
  3494. "node_modules/crypto-random-string": {
  3495. "version": "2.0.0",
  3496. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  3497. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  3498. "dev": true,
  3499. "engines": {
  3500. "node": ">=8"
  3501. }
  3502. },
  3503. "node_modules/cssjanus": {
  3504. "version": "2.1.0",
  3505. "resolved": "https://registry.npmjs.org/cssjanus/-/cssjanus-2.1.0.tgz",
  3506. "integrity": "sha512-kAijbny3GmdOi9k+QT6DGIXqFvL96aksNlGr4Rhk9qXDZYWUojU4bRc3IHWxdaLNOqgEZHuXoe5Wl2l7dxLW5g==",
  3507. "engines": {
  3508. "node": ">=10.0.0"
  3509. }
  3510. },
  3511. "node_modules/csstype": {
  3512. "version": "3.1.3",
  3513. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  3514. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  3515. },
  3516. "node_modules/damerau-levenshtein": {
  3517. "version": "1.0.8",
  3518. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  3519. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  3520. "dev": true
  3521. },
  3522. "node_modules/data-view-buffer": {
  3523. "version": "1.0.1",
  3524. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
  3525. "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
  3526. "dev": true,
  3527. "dependencies": {
  3528. "call-bind": "^1.0.6",
  3529. "es-errors": "^1.3.0",
  3530. "is-data-view": "^1.0.1"
  3531. },
  3532. "engines": {
  3533. "node": ">= 0.4"
  3534. },
  3535. "funding": {
  3536. "url": "https://github.com/sponsors/ljharb"
  3537. }
  3538. },
  3539. "node_modules/data-view-byte-length": {
  3540. "version": "1.0.1",
  3541. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
  3542. "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
  3543. "dev": true,
  3544. "dependencies": {
  3545. "call-bind": "^1.0.7",
  3546. "es-errors": "^1.3.0",
  3547. "is-data-view": "^1.0.1"
  3548. },
  3549. "engines": {
  3550. "node": ">= 0.4"
  3551. },
  3552. "funding": {
  3553. "url": "https://github.com/sponsors/ljharb"
  3554. }
  3555. },
  3556. "node_modules/data-view-byte-offset": {
  3557. "version": "1.0.0",
  3558. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
  3559. "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
  3560. "dev": true,
  3561. "dependencies": {
  3562. "call-bind": "^1.0.6",
  3563. "es-errors": "^1.3.0",
  3564. "is-data-view": "^1.0.1"
  3565. },
  3566. "engines": {
  3567. "node": ">= 0.4"
  3568. },
  3569. "funding": {
  3570. "url": "https://github.com/sponsors/ljharb"
  3571. }
  3572. },
  3573. "node_modules/debug": {
  3574. "version": "4.3.5",
  3575. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
  3576. "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
  3577. "dependencies": {
  3578. "ms": "2.1.2"
  3579. },
  3580. "engines": {
  3581. "node": ">=6.0"
  3582. },
  3583. "peerDependenciesMeta": {
  3584. "supports-color": {
  3585. "optional": true
  3586. }
  3587. }
  3588. },
  3589. "node_modules/deep-equal": {
  3590. "version": "2.2.3",
  3591. "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz",
  3592. "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==",
  3593. "dev": true,
  3594. "dependencies": {
  3595. "array-buffer-byte-length": "^1.0.0",
  3596. "call-bind": "^1.0.5",
  3597. "es-get-iterator": "^1.1.3",
  3598. "get-intrinsic": "^1.2.2",
  3599. "is-arguments": "^1.1.1",
  3600. "is-array-buffer": "^3.0.2",
  3601. "is-date-object": "^1.0.5",
  3602. "is-regex": "^1.1.4",
  3603. "is-shared-array-buffer": "^1.0.2",
  3604. "isarray": "^2.0.5",
  3605. "object-is": "^1.1.5",
  3606. "object-keys": "^1.1.1",
  3607. "object.assign": "^4.1.4",
  3608. "regexp.prototype.flags": "^1.5.1",
  3609. "side-channel": "^1.0.4",
  3610. "which-boxed-primitive": "^1.0.2",
  3611. "which-collection": "^1.0.1",
  3612. "which-typed-array": "^1.1.13"
  3613. },
  3614. "engines": {
  3615. "node": ">= 0.4"
  3616. },
  3617. "funding": {
  3618. "url": "https://github.com/sponsors/ljharb"
  3619. }
  3620. },
  3621. "node_modules/deep-is": {
  3622. "version": "0.1.4",
  3623. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3624. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3625. "dev": true
  3626. },
  3627. "node_modules/deepmerge": {
  3628. "version": "4.3.1",
  3629. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  3630. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  3631. "dev": true,
  3632. "engines": {
  3633. "node": ">=0.10.0"
  3634. }
  3635. },
  3636. "node_modules/define-data-property": {
  3637. "version": "1.1.4",
  3638. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  3639. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  3640. "dev": true,
  3641. "dependencies": {
  3642. "es-define-property": "^1.0.0",
  3643. "es-errors": "^1.3.0",
  3644. "gopd": "^1.0.1"
  3645. },
  3646. "engines": {
  3647. "node": ">= 0.4"
  3648. },
  3649. "funding": {
  3650. "url": "https://github.com/sponsors/ljharb"
  3651. }
  3652. },
  3653. "node_modules/define-properties": {
  3654. "version": "1.2.1",
  3655. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  3656. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  3657. "dev": true,
  3658. "dependencies": {
  3659. "define-data-property": "^1.0.1",
  3660. "has-property-descriptors": "^1.0.0",
  3661. "object-keys": "^1.1.1"
  3662. },
  3663. "engines": {
  3664. "node": ">= 0.4"
  3665. },
  3666. "funding": {
  3667. "url": "https://github.com/sponsors/ljharb"
  3668. }
  3669. },
  3670. "node_modules/dexie": {
  3671. "version": "3.2.7",
  3672. "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.7.tgz",
  3673. "integrity": "sha512-2a+BXvVhY5op+smDRLxeBAivE7YcYaneXJ1la3HOkUfX9zKkE/AJ8CNgjiXbtXepFyFmJNGSbmjOwqbT749r/w==",
  3674. "engines": {
  3675. "node": ">=6.0"
  3676. }
  3677. },
  3678. "node_modules/dexie-react-hooks": {
  3679. "version": "1.1.7",
  3680. "resolved": "https://registry.npmjs.org/dexie-react-hooks/-/dexie-react-hooks-1.1.7.tgz",
  3681. "integrity": "sha512-Lwv5W0Hk+uOW3kGnsU9GZoR1er1B7WQ5DSdonoNG+focTNeJbHW6vi6nBoX534VKI3/uwHebYzSw1fwY6a7mTw==",
  3682. "peerDependencies": {
  3683. "@types/react": ">=16",
  3684. "dexie": "^3.2 || ^4.0.1-alpha",
  3685. "react": ">=16"
  3686. }
  3687. },
  3688. "node_modules/doctrine": {
  3689. "version": "3.0.0",
  3690. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  3691. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  3692. "dev": true,
  3693. "dependencies": {
  3694. "esutils": "^2.0.2"
  3695. },
  3696. "engines": {
  3697. "node": ">=6.0.0"
  3698. }
  3699. },
  3700. "node_modules/dom-helpers": {
  3701. "version": "5.2.1",
  3702. "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
  3703. "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
  3704. "dependencies": {
  3705. "@babel/runtime": "^7.8.7",
  3706. "csstype": "^3.0.2"
  3707. }
  3708. },
  3709. "node_modules/ejs": {
  3710. "version": "3.1.10",
  3711. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
  3712. "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
  3713. "dev": true,
  3714. "dependencies": {
  3715. "jake": "^10.8.5"
  3716. },
  3717. "bin": {
  3718. "ejs": "bin/cli.js"
  3719. },
  3720. "engines": {
  3721. "node": ">=0.10.0"
  3722. }
  3723. },
  3724. "node_modules/electron-to-chromium": {
  3725. "version": "1.4.830",
  3726. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz",
  3727. "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==",
  3728. "dev": true
  3729. },
  3730. "node_modules/emoji-regex": {
  3731. "version": "9.2.2",
  3732. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  3733. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  3734. "dev": true
  3735. },
  3736. "node_modules/error-ex": {
  3737. "version": "1.3.2",
  3738. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  3739. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  3740. "dependencies": {
  3741. "is-arrayish": "^0.2.1"
  3742. }
  3743. },
  3744. "node_modules/error-stack-parser": {
  3745. "version": "2.1.4",
  3746. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  3747. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  3748. "dependencies": {
  3749. "stackframe": "^1.3.4"
  3750. }
  3751. },
  3752. "node_modules/es-abstract": {
  3753. "version": "1.23.3",
  3754. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
  3755. "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
  3756. "dev": true,
  3757. "dependencies": {
  3758. "array-buffer-byte-length": "^1.0.1",
  3759. "arraybuffer.prototype.slice": "^1.0.3",
  3760. "available-typed-arrays": "^1.0.7",
  3761. "call-bind": "^1.0.7",
  3762. "data-view-buffer": "^1.0.1",
  3763. "data-view-byte-length": "^1.0.1",
  3764. "data-view-byte-offset": "^1.0.0",
  3765. "es-define-property": "^1.0.0",
  3766. "es-errors": "^1.3.0",
  3767. "es-object-atoms": "^1.0.0",
  3768. "es-set-tostringtag": "^2.0.3",
  3769. "es-to-primitive": "^1.2.1",
  3770. "function.prototype.name": "^1.1.6",
  3771. "get-intrinsic": "^1.2.4",
  3772. "get-symbol-description": "^1.0.2",
  3773. "globalthis": "^1.0.3",
  3774. "gopd": "^1.0.1",
  3775. "has-property-descriptors": "^1.0.2",
  3776. "has-proto": "^1.0.3",
  3777. "has-symbols": "^1.0.3",
  3778. "hasown": "^2.0.2",
  3779. "internal-slot": "^1.0.7",
  3780. "is-array-buffer": "^3.0.4",
  3781. "is-callable": "^1.2.7",
  3782. "is-data-view": "^1.0.1",
  3783. "is-negative-zero": "^2.0.3",
  3784. "is-regex": "^1.1.4",
  3785. "is-shared-array-buffer": "^1.0.3",
  3786. "is-string": "^1.0.7",
  3787. "is-typed-array": "^1.1.13",
  3788. "is-weakref": "^1.0.2",
  3789. "object-inspect": "^1.13.1",
  3790. "object-keys": "^1.1.1",
  3791. "object.assign": "^4.1.5",
  3792. "regexp.prototype.flags": "^1.5.2",
  3793. "safe-array-concat": "^1.1.2",
  3794. "safe-regex-test": "^1.0.3",
  3795. "string.prototype.trim": "^1.2.9",
  3796. "string.prototype.trimend": "^1.0.8",
  3797. "string.prototype.trimstart": "^1.0.8",
  3798. "typed-array-buffer": "^1.0.2",
  3799. "typed-array-byte-length": "^1.0.1",
  3800. "typed-array-byte-offset": "^1.0.2",
  3801. "typed-array-length": "^1.0.6",
  3802. "unbox-primitive": "^1.0.2",
  3803. "which-typed-array": "^1.1.15"
  3804. },
  3805. "engines": {
  3806. "node": ">= 0.4"
  3807. },
  3808. "funding": {
  3809. "url": "https://github.com/sponsors/ljharb"
  3810. }
  3811. },
  3812. "node_modules/es-define-property": {
  3813. "version": "1.0.0",
  3814. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
  3815. "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
  3816. "dev": true,
  3817. "dependencies": {
  3818. "get-intrinsic": "^1.2.4"
  3819. },
  3820. "engines": {
  3821. "node": ">= 0.4"
  3822. }
  3823. },
  3824. "node_modules/es-errors": {
  3825. "version": "1.3.0",
  3826. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  3827. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3828. "dev": true,
  3829. "engines": {
  3830. "node": ">= 0.4"
  3831. }
  3832. },
  3833. "node_modules/es-get-iterator": {
  3834. "version": "1.1.3",
  3835. "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
  3836. "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
  3837. "dev": true,
  3838. "dependencies": {
  3839. "call-bind": "^1.0.2",
  3840. "get-intrinsic": "^1.1.3",
  3841. "has-symbols": "^1.0.3",
  3842. "is-arguments": "^1.1.1",
  3843. "is-map": "^2.0.2",
  3844. "is-set": "^2.0.2",
  3845. "is-string": "^1.0.7",
  3846. "isarray": "^2.0.5",
  3847. "stop-iteration-iterator": "^1.0.0"
  3848. },
  3849. "funding": {
  3850. "url": "https://github.com/sponsors/ljharb"
  3851. }
  3852. },
  3853. "node_modules/es-iterator-helpers": {
  3854. "version": "1.0.19",
  3855. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz",
  3856. "integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==",
  3857. "dev": true,
  3858. "dependencies": {
  3859. "call-bind": "^1.0.7",
  3860. "define-properties": "^1.2.1",
  3861. "es-abstract": "^1.23.3",
  3862. "es-errors": "^1.3.0",
  3863. "es-set-tostringtag": "^2.0.3",
  3864. "function-bind": "^1.1.2",
  3865. "get-intrinsic": "^1.2.4",
  3866. "globalthis": "^1.0.3",
  3867. "has-property-descriptors": "^1.0.2",
  3868. "has-proto": "^1.0.3",
  3869. "has-symbols": "^1.0.3",
  3870. "internal-slot": "^1.0.7",
  3871. "iterator.prototype": "^1.1.2",
  3872. "safe-array-concat": "^1.1.2"
  3873. },
  3874. "engines": {
  3875. "node": ">= 0.4"
  3876. }
  3877. },
  3878. "node_modules/es-object-atoms": {
  3879. "version": "1.0.0",
  3880. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
  3881. "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
  3882. "dev": true,
  3883. "dependencies": {
  3884. "es-errors": "^1.3.0"
  3885. },
  3886. "engines": {
  3887. "node": ">= 0.4"
  3888. }
  3889. },
  3890. "node_modules/es-set-tostringtag": {
  3891. "version": "2.0.3",
  3892. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
  3893. "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
  3894. "dev": true,
  3895. "dependencies": {
  3896. "get-intrinsic": "^1.2.4",
  3897. "has-tostringtag": "^1.0.2",
  3898. "hasown": "^2.0.1"
  3899. },
  3900. "engines": {
  3901. "node": ">= 0.4"
  3902. }
  3903. },
  3904. "node_modules/es-shim-unscopables": {
  3905. "version": "1.0.2",
  3906. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
  3907. "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
  3908. "dev": true,
  3909. "dependencies": {
  3910. "hasown": "^2.0.0"
  3911. }
  3912. },
  3913. "node_modules/es-to-primitive": {
  3914. "version": "1.2.1",
  3915. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  3916. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  3917. "dev": true,
  3918. "dependencies": {
  3919. "is-callable": "^1.1.4",
  3920. "is-date-object": "^1.0.1",
  3921. "is-symbol": "^1.0.2"
  3922. },
  3923. "engines": {
  3924. "node": ">= 0.4"
  3925. },
  3926. "funding": {
  3927. "url": "https://github.com/sponsors/ljharb"
  3928. }
  3929. },
  3930. "node_modules/esbuild": {
  3931. "version": "0.18.20",
  3932. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
  3933. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  3934. "dev": true,
  3935. "hasInstallScript": true,
  3936. "bin": {
  3937. "esbuild": "bin/esbuild"
  3938. },
  3939. "engines": {
  3940. "node": ">=12"
  3941. },
  3942. "optionalDependencies": {
  3943. "@esbuild/android-arm": "0.18.20",
  3944. "@esbuild/android-arm64": "0.18.20",
  3945. "@esbuild/android-x64": "0.18.20",
  3946. "@esbuild/darwin-arm64": "0.18.20",
  3947. "@esbuild/darwin-x64": "0.18.20",
  3948. "@esbuild/freebsd-arm64": "0.18.20",
  3949. "@esbuild/freebsd-x64": "0.18.20",
  3950. "@esbuild/linux-arm": "0.18.20",
  3951. "@esbuild/linux-arm64": "0.18.20",
  3952. "@esbuild/linux-ia32": "0.18.20",
  3953. "@esbuild/linux-loong64": "0.18.20",
  3954. "@esbuild/linux-mips64el": "0.18.20",
  3955. "@esbuild/linux-ppc64": "0.18.20",
  3956. "@esbuild/linux-riscv64": "0.18.20",
  3957. "@esbuild/linux-s390x": "0.18.20",
  3958. "@esbuild/linux-x64": "0.18.20",
  3959. "@esbuild/netbsd-x64": "0.18.20",
  3960. "@esbuild/openbsd-x64": "0.18.20",
  3961. "@esbuild/sunos-x64": "0.18.20",
  3962. "@esbuild/win32-arm64": "0.18.20",
  3963. "@esbuild/win32-ia32": "0.18.20",
  3964. "@esbuild/win32-x64": "0.18.20"
  3965. }
  3966. },
  3967. "node_modules/escalade": {
  3968. "version": "3.1.2",
  3969. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
  3970. "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
  3971. "dev": true,
  3972. "engines": {
  3973. "node": ">=6"
  3974. }
  3975. },
  3976. "node_modules/escape-string-regexp": {
  3977. "version": "4.0.0",
  3978. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3979. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3980. "engines": {
  3981. "node": ">=10"
  3982. },
  3983. "funding": {
  3984. "url": "https://github.com/sponsors/sindresorhus"
  3985. }
  3986. },
  3987. "node_modules/eslint": {
  3988. "version": "8.57.0",
  3989. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
  3990. "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
  3991. "dev": true,
  3992. "dependencies": {
  3993. "@eslint-community/eslint-utils": "^4.2.0",
  3994. "@eslint-community/regexpp": "^4.6.1",
  3995. "@eslint/eslintrc": "^2.1.4",
  3996. "@eslint/js": "8.57.0",
  3997. "@humanwhocodes/config-array": "^0.11.14",
  3998. "@humanwhocodes/module-importer": "^1.0.1",
  3999. "@nodelib/fs.walk": "^1.2.8",
  4000. "@ungap/structured-clone": "^1.2.0",
  4001. "ajv": "^6.12.4",
  4002. "chalk": "^4.0.0",
  4003. "cross-spawn": "^7.0.2",
  4004. "debug": "^4.3.2",
  4005. "doctrine": "^3.0.0",
  4006. "escape-string-regexp": "^4.0.0",
  4007. "eslint-scope": "^7.2.2",
  4008. "eslint-visitor-keys": "^3.4.3",
  4009. "espree": "^9.6.1",
  4010. "esquery": "^1.4.2",
  4011. "esutils": "^2.0.2",
  4012. "fast-deep-equal": "^3.1.3",
  4013. "file-entry-cache": "^6.0.1",
  4014. "find-up": "^5.0.0",
  4015. "glob-parent": "^6.0.2",
  4016. "globals": "^13.19.0",
  4017. "graphemer": "^1.4.0",
  4018. "ignore": "^5.2.0",
  4019. "imurmurhash": "^0.1.4",
  4020. "is-glob": "^4.0.0",
  4021. "is-path-inside": "^3.0.3",
  4022. "js-yaml": "^4.1.0",
  4023. "json-stable-stringify-without-jsonify": "^1.0.1",
  4024. "levn": "^0.4.1",
  4025. "lodash.merge": "^4.6.2",
  4026. "minimatch": "^3.1.2",
  4027. "natural-compare": "^1.4.0",
  4028. "optionator": "^0.9.3",
  4029. "strip-ansi": "^6.0.1",
  4030. "text-table": "^0.2.0"
  4031. },
  4032. "bin": {
  4033. "eslint": "bin/eslint.js"
  4034. },
  4035. "engines": {
  4036. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4037. },
  4038. "funding": {
  4039. "url": "https://opencollective.com/eslint"
  4040. }
  4041. },
  4042. "node_modules/eslint-config-airbnb": {
  4043. "version": "19.0.4",
  4044. "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz",
  4045. "integrity": "sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==",
  4046. "dev": true,
  4047. "dependencies": {
  4048. "eslint-config-airbnb-base": "^15.0.0",
  4049. "object.assign": "^4.1.2",
  4050. "object.entries": "^1.1.5"
  4051. },
  4052. "engines": {
  4053. "node": "^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0"
  4054. },
  4055. "peerDependencies": {
  4056. "eslint": "^7.32.0 || ^8.2.0",
  4057. "eslint-plugin-import": "^2.25.3",
  4058. "eslint-plugin-jsx-a11y": "^6.5.1",
  4059. "eslint-plugin-react": "^7.28.0",
  4060. "eslint-plugin-react-hooks": "^4.3.0"
  4061. }
  4062. },
  4063. "node_modules/eslint-config-airbnb-base": {
  4064. "version": "15.0.0",
  4065. "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz",
  4066. "integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==",
  4067. "dev": true,
  4068. "dependencies": {
  4069. "confusing-browser-globals": "^1.0.10",
  4070. "object.assign": "^4.1.2",
  4071. "object.entries": "^1.1.5",
  4072. "semver": "^6.3.0"
  4073. },
  4074. "engines": {
  4075. "node": "^10.12.0 || >=12.0.0"
  4076. },
  4077. "peerDependencies": {
  4078. "eslint": "^7.32.0 || ^8.2.0",
  4079. "eslint-plugin-import": "^2.25.2"
  4080. }
  4081. },
  4082. "node_modules/eslint-config-prettier": {
  4083. "version": "8.10.0",
  4084. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
  4085. "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
  4086. "dev": true,
  4087. "bin": {
  4088. "eslint-config-prettier": "bin/cli.js"
  4089. },
  4090. "peerDependencies": {
  4091. "eslint": ">=7.0.0"
  4092. }
  4093. },
  4094. "node_modules/eslint-import-resolver-node": {
  4095. "version": "0.3.9",
  4096. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  4097. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  4098. "dev": true,
  4099. "dependencies": {
  4100. "debug": "^3.2.7",
  4101. "is-core-module": "^2.13.0",
  4102. "resolve": "^1.22.4"
  4103. }
  4104. },
  4105. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  4106. "version": "3.2.7",
  4107. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4108. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4109. "dev": true,
  4110. "dependencies": {
  4111. "ms": "^2.1.1"
  4112. }
  4113. },
  4114. "node_modules/eslint-module-utils": {
  4115. "version": "2.8.1",
  4116. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz",
  4117. "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==",
  4118. "dev": true,
  4119. "dependencies": {
  4120. "debug": "^3.2.7"
  4121. },
  4122. "engines": {
  4123. "node": ">=4"
  4124. },
  4125. "peerDependenciesMeta": {
  4126. "eslint": {
  4127. "optional": true
  4128. }
  4129. }
  4130. },
  4131. "node_modules/eslint-module-utils/node_modules/debug": {
  4132. "version": "3.2.7",
  4133. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4134. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4135. "dev": true,
  4136. "dependencies": {
  4137. "ms": "^2.1.1"
  4138. }
  4139. },
  4140. "node_modules/eslint-plugin-import": {
  4141. "version": "2.29.1",
  4142. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
  4143. "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
  4144. "dev": true,
  4145. "dependencies": {
  4146. "array-includes": "^3.1.7",
  4147. "array.prototype.findlastindex": "^1.2.3",
  4148. "array.prototype.flat": "^1.3.2",
  4149. "array.prototype.flatmap": "^1.3.2",
  4150. "debug": "^3.2.7",
  4151. "doctrine": "^2.1.0",
  4152. "eslint-import-resolver-node": "^0.3.9",
  4153. "eslint-module-utils": "^2.8.0",
  4154. "hasown": "^2.0.0",
  4155. "is-core-module": "^2.13.1",
  4156. "is-glob": "^4.0.3",
  4157. "minimatch": "^3.1.2",
  4158. "object.fromentries": "^2.0.7",
  4159. "object.groupby": "^1.0.1",
  4160. "object.values": "^1.1.7",
  4161. "semver": "^6.3.1",
  4162. "tsconfig-paths": "^3.15.0"
  4163. },
  4164. "engines": {
  4165. "node": ">=4"
  4166. },
  4167. "peerDependencies": {
  4168. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  4169. }
  4170. },
  4171. "node_modules/eslint-plugin-import/node_modules/debug": {
  4172. "version": "3.2.7",
  4173. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4174. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4175. "dev": true,
  4176. "dependencies": {
  4177. "ms": "^2.1.1"
  4178. }
  4179. },
  4180. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  4181. "version": "2.1.0",
  4182. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  4183. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  4184. "dev": true,
  4185. "dependencies": {
  4186. "esutils": "^2.0.2"
  4187. },
  4188. "engines": {
  4189. "node": ">=0.10.0"
  4190. }
  4191. },
  4192. "node_modules/eslint-plugin-jsx-a11y": {
  4193. "version": "6.9.0",
  4194. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz",
  4195. "integrity": "sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==",
  4196. "dev": true,
  4197. "dependencies": {
  4198. "aria-query": "~5.1.3",
  4199. "array-includes": "^3.1.8",
  4200. "array.prototype.flatmap": "^1.3.2",
  4201. "ast-types-flow": "^0.0.8",
  4202. "axe-core": "^4.9.1",
  4203. "axobject-query": "~3.1.1",
  4204. "damerau-levenshtein": "^1.0.8",
  4205. "emoji-regex": "^9.2.2",
  4206. "es-iterator-helpers": "^1.0.19",
  4207. "hasown": "^2.0.2",
  4208. "jsx-ast-utils": "^3.3.5",
  4209. "language-tags": "^1.0.9",
  4210. "minimatch": "^3.1.2",
  4211. "object.fromentries": "^2.0.8",
  4212. "safe-regex-test": "^1.0.3",
  4213. "string.prototype.includes": "^2.0.0"
  4214. },
  4215. "engines": {
  4216. "node": ">=4.0"
  4217. },
  4218. "peerDependencies": {
  4219. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  4220. }
  4221. },
  4222. "node_modules/eslint-plugin-react": {
  4223. "version": "7.34.4",
  4224. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz",
  4225. "integrity": "sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==",
  4226. "dev": true,
  4227. "dependencies": {
  4228. "array-includes": "^3.1.8",
  4229. "array.prototype.findlast": "^1.2.5",
  4230. "array.prototype.flatmap": "^1.3.2",
  4231. "array.prototype.toreversed": "^1.1.2",
  4232. "array.prototype.tosorted": "^1.1.4",
  4233. "doctrine": "^2.1.0",
  4234. "es-iterator-helpers": "^1.0.19",
  4235. "estraverse": "^5.3.0",
  4236. "hasown": "^2.0.2",
  4237. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  4238. "minimatch": "^3.1.2",
  4239. "object.entries": "^1.1.8",
  4240. "object.fromentries": "^2.0.8",
  4241. "object.values": "^1.2.0",
  4242. "prop-types": "^15.8.1",
  4243. "resolve": "^2.0.0-next.5",
  4244. "semver": "^6.3.1",
  4245. "string.prototype.matchall": "^4.0.11",
  4246. "string.prototype.repeat": "^1.0.0"
  4247. },
  4248. "engines": {
  4249. "node": ">=4"
  4250. },
  4251. "peerDependencies": {
  4252. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  4253. }
  4254. },
  4255. "node_modules/eslint-plugin-react-hooks": {
  4256. "version": "4.6.2",
  4257. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
  4258. "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
  4259. "dev": true,
  4260. "engines": {
  4261. "node": ">=10"
  4262. },
  4263. "peerDependencies": {
  4264. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  4265. }
  4266. },
  4267. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  4268. "version": "2.1.0",
  4269. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  4270. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  4271. "dev": true,
  4272. "dependencies": {
  4273. "esutils": "^2.0.2"
  4274. },
  4275. "engines": {
  4276. "node": ">=0.10.0"
  4277. }
  4278. },
  4279. "node_modules/eslint-plugin-react/node_modules/resolve": {
  4280. "version": "2.0.0-next.5",
  4281. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  4282. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  4283. "dev": true,
  4284. "dependencies": {
  4285. "is-core-module": "^2.13.0",
  4286. "path-parse": "^1.0.7",
  4287. "supports-preserve-symlinks-flag": "^1.0.0"
  4288. },
  4289. "bin": {
  4290. "resolve": "bin/resolve"
  4291. },
  4292. "funding": {
  4293. "url": "https://github.com/sponsors/ljharb"
  4294. }
  4295. },
  4296. "node_modules/eslint-scope": {
  4297. "version": "7.2.2",
  4298. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  4299. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  4300. "dev": true,
  4301. "dependencies": {
  4302. "esrecurse": "^4.3.0",
  4303. "estraverse": "^5.2.0"
  4304. },
  4305. "engines": {
  4306. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4307. },
  4308. "funding": {
  4309. "url": "https://opencollective.com/eslint"
  4310. }
  4311. },
  4312. "node_modules/eslint-visitor-keys": {
  4313. "version": "3.4.3",
  4314. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  4315. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  4316. "dev": true,
  4317. "engines": {
  4318. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4319. },
  4320. "funding": {
  4321. "url": "https://opencollective.com/eslint"
  4322. }
  4323. },
  4324. "node_modules/eslint/node_modules/ansi-styles": {
  4325. "version": "4.3.0",
  4326. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4327. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4328. "dev": true,
  4329. "dependencies": {
  4330. "color-convert": "^2.0.1"
  4331. },
  4332. "engines": {
  4333. "node": ">=8"
  4334. },
  4335. "funding": {
  4336. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4337. }
  4338. },
  4339. "node_modules/eslint/node_modules/chalk": {
  4340. "version": "4.1.2",
  4341. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4342. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4343. "dev": true,
  4344. "dependencies": {
  4345. "ansi-styles": "^4.1.0",
  4346. "supports-color": "^7.1.0"
  4347. },
  4348. "engines": {
  4349. "node": ">=10"
  4350. },
  4351. "funding": {
  4352. "url": "https://github.com/chalk/chalk?sponsor=1"
  4353. }
  4354. },
  4355. "node_modules/eslint/node_modules/color-convert": {
  4356. "version": "2.0.1",
  4357. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4358. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4359. "dev": true,
  4360. "dependencies": {
  4361. "color-name": "~1.1.4"
  4362. },
  4363. "engines": {
  4364. "node": ">=7.0.0"
  4365. }
  4366. },
  4367. "node_modules/eslint/node_modules/color-name": {
  4368. "version": "1.1.4",
  4369. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4370. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4371. "dev": true
  4372. },
  4373. "node_modules/eslint/node_modules/globals": {
  4374. "version": "13.24.0",
  4375. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  4376. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  4377. "dev": true,
  4378. "dependencies": {
  4379. "type-fest": "^0.20.2"
  4380. },
  4381. "engines": {
  4382. "node": ">=8"
  4383. },
  4384. "funding": {
  4385. "url": "https://github.com/sponsors/sindresorhus"
  4386. }
  4387. },
  4388. "node_modules/eslint/node_modules/has-flag": {
  4389. "version": "4.0.0",
  4390. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4391. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4392. "dev": true,
  4393. "engines": {
  4394. "node": ">=8"
  4395. }
  4396. },
  4397. "node_modules/eslint/node_modules/supports-color": {
  4398. "version": "7.2.0",
  4399. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  4400. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  4401. "dev": true,
  4402. "dependencies": {
  4403. "has-flag": "^4.0.0"
  4404. },
  4405. "engines": {
  4406. "node": ">=8"
  4407. }
  4408. },
  4409. "node_modules/eslint/node_modules/type-fest": {
  4410. "version": "0.20.2",
  4411. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  4412. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  4413. "dev": true,
  4414. "engines": {
  4415. "node": ">=10"
  4416. },
  4417. "funding": {
  4418. "url": "https://github.com/sponsors/sindresorhus"
  4419. }
  4420. },
  4421. "node_modules/espree": {
  4422. "version": "9.6.1",
  4423. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  4424. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  4425. "dev": true,
  4426. "dependencies": {
  4427. "acorn": "^8.9.0",
  4428. "acorn-jsx": "^5.3.2",
  4429. "eslint-visitor-keys": "^3.4.1"
  4430. },
  4431. "engines": {
  4432. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4433. },
  4434. "funding": {
  4435. "url": "https://opencollective.com/eslint"
  4436. }
  4437. },
  4438. "node_modules/esquery": {
  4439. "version": "1.6.0",
  4440. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  4441. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  4442. "dev": true,
  4443. "dependencies": {
  4444. "estraverse": "^5.1.0"
  4445. },
  4446. "engines": {
  4447. "node": ">=0.10"
  4448. }
  4449. },
  4450. "node_modules/esrecurse": {
  4451. "version": "4.3.0",
  4452. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4453. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4454. "dev": true,
  4455. "dependencies": {
  4456. "estraverse": "^5.2.0"
  4457. },
  4458. "engines": {
  4459. "node": ">=4.0"
  4460. }
  4461. },
  4462. "node_modules/estraverse": {
  4463. "version": "5.3.0",
  4464. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4465. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4466. "dev": true,
  4467. "engines": {
  4468. "node": ">=4.0"
  4469. }
  4470. },
  4471. "node_modules/estree-walker": {
  4472. "version": "1.0.1",
  4473. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  4474. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
  4475. "dev": true
  4476. },
  4477. "node_modules/esutils": {
  4478. "version": "2.0.3",
  4479. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  4480. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4481. "dev": true,
  4482. "engines": {
  4483. "node": ">=0.10.0"
  4484. }
  4485. },
  4486. "node_modules/extend": {
  4487. "version": "3.0.2",
  4488. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  4489. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  4490. },
  4491. "node_modules/fast-deep-equal": {
  4492. "version": "3.1.3",
  4493. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4494. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4495. "dev": true
  4496. },
  4497. "node_modules/fast-glob": {
  4498. "version": "3.3.2",
  4499. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  4500. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  4501. "dev": true,
  4502. "dependencies": {
  4503. "@nodelib/fs.stat": "^2.0.2",
  4504. "@nodelib/fs.walk": "^1.2.3",
  4505. "glob-parent": "^5.1.2",
  4506. "merge2": "^1.3.0",
  4507. "micromatch": "^4.0.4"
  4508. },
  4509. "engines": {
  4510. "node": ">=8.6.0"
  4511. }
  4512. },
  4513. "node_modules/fast-glob/node_modules/glob-parent": {
  4514. "version": "5.1.2",
  4515. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  4516. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4517. "dev": true,
  4518. "dependencies": {
  4519. "is-glob": "^4.0.1"
  4520. },
  4521. "engines": {
  4522. "node": ">= 6"
  4523. }
  4524. },
  4525. "node_modules/fast-json-stable-stringify": {
  4526. "version": "2.1.0",
  4527. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4528. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4529. "dev": true
  4530. },
  4531. "node_modules/fast-levenshtein": {
  4532. "version": "2.0.6",
  4533. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4534. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4535. "dev": true
  4536. },
  4537. "node_modules/fast-uri": {
  4538. "version": "3.0.1",
  4539. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
  4540. "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
  4541. "dev": true
  4542. },
  4543. "node_modules/fastq": {
  4544. "version": "1.17.1",
  4545. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  4546. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  4547. "dev": true,
  4548. "dependencies": {
  4549. "reusify": "^1.0.4"
  4550. }
  4551. },
  4552. "node_modules/file-entry-cache": {
  4553. "version": "6.0.1",
  4554. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  4555. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  4556. "dev": true,
  4557. "dependencies": {
  4558. "flat-cache": "^3.0.4"
  4559. },
  4560. "engines": {
  4561. "node": "^10.12.0 || >=12.0.0"
  4562. }
  4563. },
  4564. "node_modules/filelist": {
  4565. "version": "1.0.4",
  4566. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  4567. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  4568. "dev": true,
  4569. "dependencies": {
  4570. "minimatch": "^5.0.1"
  4571. }
  4572. },
  4573. "node_modules/filelist/node_modules/brace-expansion": {
  4574. "version": "2.0.1",
  4575. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  4576. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  4577. "dev": true,
  4578. "dependencies": {
  4579. "balanced-match": "^1.0.0"
  4580. }
  4581. },
  4582. "node_modules/filelist/node_modules/minimatch": {
  4583. "version": "5.1.6",
  4584. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  4585. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  4586. "dev": true,
  4587. "dependencies": {
  4588. "brace-expansion": "^2.0.1"
  4589. },
  4590. "engines": {
  4591. "node": ">=10"
  4592. }
  4593. },
  4594. "node_modules/fill-range": {
  4595. "version": "7.1.1",
  4596. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  4597. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4598. "dev": true,
  4599. "dependencies": {
  4600. "to-regex-range": "^5.0.1"
  4601. },
  4602. "engines": {
  4603. "node": ">=8"
  4604. }
  4605. },
  4606. "node_modules/find-root": {
  4607. "version": "1.1.0",
  4608. "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
  4609. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
  4610. },
  4611. "node_modules/find-up": {
  4612. "version": "5.0.0",
  4613. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4614. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4615. "dev": true,
  4616. "dependencies": {
  4617. "locate-path": "^6.0.0",
  4618. "path-exists": "^4.0.0"
  4619. },
  4620. "engines": {
  4621. "node": ">=10"
  4622. },
  4623. "funding": {
  4624. "url": "https://github.com/sponsors/sindresorhus"
  4625. }
  4626. },
  4627. "node_modules/flat-cache": {
  4628. "version": "3.2.0",
  4629. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  4630. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  4631. "dev": true,
  4632. "dependencies": {
  4633. "flatted": "^3.2.9",
  4634. "keyv": "^4.5.3",
  4635. "rimraf": "^3.0.2"
  4636. },
  4637. "engines": {
  4638. "node": "^10.12.0 || >=12.0.0"
  4639. }
  4640. },
  4641. "node_modules/flatted": {
  4642. "version": "3.3.1",
  4643. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  4644. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
  4645. "dev": true
  4646. },
  4647. "node_modules/for-each": {
  4648. "version": "0.3.3",
  4649. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  4650. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  4651. "dev": true,
  4652. "dependencies": {
  4653. "is-callable": "^1.1.3"
  4654. }
  4655. },
  4656. "node_modules/fs-extra": {
  4657. "version": "9.1.0",
  4658. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  4659. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  4660. "dev": true,
  4661. "dependencies": {
  4662. "at-least-node": "^1.0.0",
  4663. "graceful-fs": "^4.2.0",
  4664. "jsonfile": "^6.0.1",
  4665. "universalify": "^2.0.0"
  4666. },
  4667. "engines": {
  4668. "node": ">=10"
  4669. }
  4670. },
  4671. "node_modules/fs.realpath": {
  4672. "version": "1.0.0",
  4673. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4674. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  4675. "dev": true
  4676. },
  4677. "node_modules/fsevents": {
  4678. "version": "2.3.3",
  4679. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  4680. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4681. "dev": true,
  4682. "hasInstallScript": true,
  4683. "optional": true,
  4684. "os": [
  4685. "darwin"
  4686. ],
  4687. "engines": {
  4688. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4689. }
  4690. },
  4691. "node_modules/function-bind": {
  4692. "version": "1.1.2",
  4693. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  4694. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4695. "funding": {
  4696. "url": "https://github.com/sponsors/ljharb"
  4697. }
  4698. },
  4699. "node_modules/function.prototype.name": {
  4700. "version": "1.1.6",
  4701. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
  4702. "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
  4703. "dev": true,
  4704. "dependencies": {
  4705. "call-bind": "^1.0.2",
  4706. "define-properties": "^1.2.0",
  4707. "es-abstract": "^1.22.1",
  4708. "functions-have-names": "^1.2.3"
  4709. },
  4710. "engines": {
  4711. "node": ">= 0.4"
  4712. },
  4713. "funding": {
  4714. "url": "https://github.com/sponsors/ljharb"
  4715. }
  4716. },
  4717. "node_modules/functions-have-names": {
  4718. "version": "1.2.3",
  4719. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  4720. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  4721. "dev": true,
  4722. "funding": {
  4723. "url": "https://github.com/sponsors/ljharb"
  4724. }
  4725. },
  4726. "node_modules/gensync": {
  4727. "version": "1.0.0-beta.2",
  4728. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4729. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4730. "dev": true,
  4731. "engines": {
  4732. "node": ">=6.9.0"
  4733. }
  4734. },
  4735. "node_modules/get-intrinsic": {
  4736. "version": "1.2.4",
  4737. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
  4738. "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
  4739. "dev": true,
  4740. "dependencies": {
  4741. "es-errors": "^1.3.0",
  4742. "function-bind": "^1.1.2",
  4743. "has-proto": "^1.0.1",
  4744. "has-symbols": "^1.0.3",
  4745. "hasown": "^2.0.0"
  4746. },
  4747. "engines": {
  4748. "node": ">= 0.4"
  4749. },
  4750. "funding": {
  4751. "url": "https://github.com/sponsors/ljharb"
  4752. }
  4753. },
  4754. "node_modules/get-own-enumerable-property-symbols": {
  4755. "version": "3.0.2",
  4756. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  4757. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
  4758. "dev": true
  4759. },
  4760. "node_modules/get-symbol-description": {
  4761. "version": "1.0.2",
  4762. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
  4763. "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
  4764. "dev": true,
  4765. "dependencies": {
  4766. "call-bind": "^1.0.5",
  4767. "es-errors": "^1.3.0",
  4768. "get-intrinsic": "^1.2.4"
  4769. },
  4770. "engines": {
  4771. "node": ">= 0.4"
  4772. },
  4773. "funding": {
  4774. "url": "https://github.com/sponsors/ljharb"
  4775. }
  4776. },
  4777. "node_modules/glob": {
  4778. "version": "7.2.3",
  4779. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  4780. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  4781. "deprecated": "Glob versions prior to v9 are no longer supported",
  4782. "dev": true,
  4783. "dependencies": {
  4784. "fs.realpath": "^1.0.0",
  4785. "inflight": "^1.0.4",
  4786. "inherits": "2",
  4787. "minimatch": "^3.1.1",
  4788. "once": "^1.3.0",
  4789. "path-is-absolute": "^1.0.0"
  4790. },
  4791. "engines": {
  4792. "node": "*"
  4793. },
  4794. "funding": {
  4795. "url": "https://github.com/sponsors/isaacs"
  4796. }
  4797. },
  4798. "node_modules/glob-parent": {
  4799. "version": "6.0.2",
  4800. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4801. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4802. "dev": true,
  4803. "dependencies": {
  4804. "is-glob": "^4.0.3"
  4805. },
  4806. "engines": {
  4807. "node": ">=10.13.0"
  4808. }
  4809. },
  4810. "node_modules/globals": {
  4811. "version": "11.12.0",
  4812. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  4813. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4814. "engines": {
  4815. "node": ">=4"
  4816. }
  4817. },
  4818. "node_modules/globalthis": {
  4819. "version": "1.0.4",
  4820. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  4821. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  4822. "dev": true,
  4823. "dependencies": {
  4824. "define-properties": "^1.2.1",
  4825. "gopd": "^1.0.1"
  4826. },
  4827. "engines": {
  4828. "node": ">= 0.4"
  4829. },
  4830. "funding": {
  4831. "url": "https://github.com/sponsors/ljharb"
  4832. }
  4833. },
  4834. "node_modules/gopd": {
  4835. "version": "1.0.1",
  4836. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  4837. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  4838. "dev": true,
  4839. "dependencies": {
  4840. "get-intrinsic": "^1.1.3"
  4841. },
  4842. "funding": {
  4843. "url": "https://github.com/sponsors/ljharb"
  4844. }
  4845. },
  4846. "node_modules/graceful-fs": {
  4847. "version": "4.2.11",
  4848. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4849. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4850. "dev": true
  4851. },
  4852. "node_modules/graphemer": {
  4853. "version": "1.4.0",
  4854. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  4855. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  4856. "dev": true
  4857. },
  4858. "node_modules/has-bigints": {
  4859. "version": "1.0.2",
  4860. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  4861. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  4862. "dev": true,
  4863. "funding": {
  4864. "url": "https://github.com/sponsors/ljharb"
  4865. }
  4866. },
  4867. "node_modules/has-flag": {
  4868. "version": "3.0.0",
  4869. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  4870. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  4871. "engines": {
  4872. "node": ">=4"
  4873. }
  4874. },
  4875. "node_modules/has-property-descriptors": {
  4876. "version": "1.0.2",
  4877. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  4878. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  4879. "dev": true,
  4880. "dependencies": {
  4881. "es-define-property": "^1.0.0"
  4882. },
  4883. "funding": {
  4884. "url": "https://github.com/sponsors/ljharb"
  4885. }
  4886. },
  4887. "node_modules/has-proto": {
  4888. "version": "1.0.3",
  4889. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
  4890. "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
  4891. "dev": true,
  4892. "engines": {
  4893. "node": ">= 0.4"
  4894. },
  4895. "funding": {
  4896. "url": "https://github.com/sponsors/ljharb"
  4897. }
  4898. },
  4899. "node_modules/has-symbols": {
  4900. "version": "1.0.3",
  4901. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  4902. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  4903. "dev": true,
  4904. "engines": {
  4905. "node": ">= 0.4"
  4906. },
  4907. "funding": {
  4908. "url": "https://github.com/sponsors/ljharb"
  4909. }
  4910. },
  4911. "node_modules/has-tostringtag": {
  4912. "version": "1.0.2",
  4913. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4914. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4915. "dev": true,
  4916. "dependencies": {
  4917. "has-symbols": "^1.0.3"
  4918. },
  4919. "engines": {
  4920. "node": ">= 0.4"
  4921. },
  4922. "funding": {
  4923. "url": "https://github.com/sponsors/ljharb"
  4924. }
  4925. },
  4926. "node_modules/hasown": {
  4927. "version": "2.0.2",
  4928. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  4929. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4930. "dependencies": {
  4931. "function-bind": "^1.1.2"
  4932. },
  4933. "engines": {
  4934. "node": ">= 0.4"
  4935. }
  4936. },
  4937. "node_modules/hast-to-hyperscript": {
  4938. "version": "9.0.1",
  4939. "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz",
  4940. "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==",
  4941. "dependencies": {
  4942. "@types/unist": "^2.0.3",
  4943. "comma-separated-tokens": "^1.0.0",
  4944. "property-information": "^5.3.0",
  4945. "space-separated-tokens": "^1.0.0",
  4946. "style-to-object": "^0.3.0",
  4947. "unist-util-is": "^4.0.0",
  4948. "web-namespaces": "^1.0.0"
  4949. },
  4950. "funding": {
  4951. "type": "opencollective",
  4952. "url": "https://opencollective.com/unified"
  4953. }
  4954. },
  4955. "node_modules/hoist-non-react-statics": {
  4956. "version": "3.3.2",
  4957. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  4958. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  4959. "dependencies": {
  4960. "react-is": "^16.7.0"
  4961. }
  4962. },
  4963. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  4964. "version": "16.13.1",
  4965. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  4966. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  4967. },
  4968. "node_modules/html-parse-stringify": {
  4969. "version": "3.0.1",
  4970. "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
  4971. "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
  4972. "dependencies": {
  4973. "void-elements": "3.1.0"
  4974. }
  4975. },
  4976. "node_modules/humanize-duration": {
  4977. "version": "3.32.1",
  4978. "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.32.1.tgz",
  4979. "integrity": "sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g=="
  4980. },
  4981. "node_modules/i18next": {
  4982. "version": "21.10.0",
  4983. "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz",
  4984. "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==",
  4985. "funding": [
  4986. {
  4987. "type": "individual",
  4988. "url": "https://locize.com"
  4989. },
  4990. {
  4991. "type": "individual",
  4992. "url": "https://locize.com/i18next.html"
  4993. },
  4994. {
  4995. "type": "individual",
  4996. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  4997. }
  4998. ],
  4999. "dependencies": {
  5000. "@babel/runtime": "^7.17.2"
  5001. }
  5002. },
  5003. "node_modules/i18next-browser-languagedetector": {
  5004. "version": "6.1.8",
  5005. "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.8.tgz",
  5006. "integrity": "sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA==",
  5007. "dependencies": {
  5008. "@babel/runtime": "^7.19.0"
  5009. }
  5010. },
  5011. "node_modules/i18next-http-backend": {
  5012. "version": "1.4.5",
  5013. "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.5.tgz",
  5014. "integrity": "sha512-tLuHWuLWl6CmS07o+UB6EcQCaUjrZ1yhdseIN7sfq0u7phsMePJ8pqlGhIAdRDPF/q7ooyo5MID5DRFBCH+x5w==",
  5015. "dependencies": {
  5016. "cross-fetch": "3.1.5"
  5017. }
  5018. },
  5019. "node_modules/idb": {
  5020. "version": "7.1.1",
  5021. "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
  5022. "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
  5023. "dev": true
  5024. },
  5025. "node_modules/ignore": {
  5026. "version": "5.3.1",
  5027. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
  5028. "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
  5029. "dev": true,
  5030. "engines": {
  5031. "node": ">= 4"
  5032. }
  5033. },
  5034. "node_modules/import-fresh": {
  5035. "version": "3.3.0",
  5036. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  5037. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  5038. "dependencies": {
  5039. "parent-module": "^1.0.0",
  5040. "resolve-from": "^4.0.0"
  5041. },
  5042. "engines": {
  5043. "node": ">=6"
  5044. },
  5045. "funding": {
  5046. "url": "https://github.com/sponsors/sindresorhus"
  5047. }
  5048. },
  5049. "node_modules/imurmurhash": {
  5050. "version": "0.1.4",
  5051. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  5052. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  5053. "dev": true,
  5054. "engines": {
  5055. "node": ">=0.8.19"
  5056. }
  5057. },
  5058. "node_modules/inflight": {
  5059. "version": "1.0.6",
  5060. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  5061. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5062. "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.",
  5063. "dev": true,
  5064. "dependencies": {
  5065. "once": "^1.3.0",
  5066. "wrappy": "1"
  5067. }
  5068. },
  5069. "node_modules/inherits": {
  5070. "version": "2.0.4",
  5071. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  5072. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5073. "dev": true
  5074. },
  5075. "node_modules/inline-style-parser": {
  5076. "version": "0.1.1",
  5077. "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
  5078. "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q=="
  5079. },
  5080. "node_modules/internal-slot": {
  5081. "version": "1.0.7",
  5082. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
  5083. "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
  5084. "dev": true,
  5085. "dependencies": {
  5086. "es-errors": "^1.3.0",
  5087. "hasown": "^2.0.0",
  5088. "side-channel": "^1.0.4"
  5089. },
  5090. "engines": {
  5091. "node": ">= 0.4"
  5092. }
  5093. },
  5094. "node_modules/is-alphabetical": {
  5095. "version": "1.0.4",
  5096. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
  5097. "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
  5098. "funding": {
  5099. "type": "github",
  5100. "url": "https://github.com/sponsors/wooorm"
  5101. }
  5102. },
  5103. "node_modules/is-alphanumerical": {
  5104. "version": "1.0.4",
  5105. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
  5106. "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
  5107. "dependencies": {
  5108. "is-alphabetical": "^1.0.0",
  5109. "is-decimal": "^1.0.0"
  5110. },
  5111. "funding": {
  5112. "type": "github",
  5113. "url": "https://github.com/sponsors/wooorm"
  5114. }
  5115. },
  5116. "node_modules/is-arguments": {
  5117. "version": "1.1.1",
  5118. "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
  5119. "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
  5120. "dev": true,
  5121. "dependencies": {
  5122. "call-bind": "^1.0.2",
  5123. "has-tostringtag": "^1.0.0"
  5124. },
  5125. "engines": {
  5126. "node": ">= 0.4"
  5127. },
  5128. "funding": {
  5129. "url": "https://github.com/sponsors/ljharb"
  5130. }
  5131. },
  5132. "node_modules/is-array-buffer": {
  5133. "version": "3.0.4",
  5134. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
  5135. "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
  5136. "dev": true,
  5137. "dependencies": {
  5138. "call-bind": "^1.0.2",
  5139. "get-intrinsic": "^1.2.1"
  5140. },
  5141. "engines": {
  5142. "node": ">= 0.4"
  5143. },
  5144. "funding": {
  5145. "url": "https://github.com/sponsors/ljharb"
  5146. }
  5147. },
  5148. "node_modules/is-arrayish": {
  5149. "version": "0.2.1",
  5150. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  5151. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  5152. },
  5153. "node_modules/is-async-function": {
  5154. "version": "2.0.0",
  5155. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
  5156. "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
  5157. "dev": true,
  5158. "dependencies": {
  5159. "has-tostringtag": "^1.0.0"
  5160. },
  5161. "engines": {
  5162. "node": ">= 0.4"
  5163. },
  5164. "funding": {
  5165. "url": "https://github.com/sponsors/ljharb"
  5166. }
  5167. },
  5168. "node_modules/is-bigint": {
  5169. "version": "1.0.4",
  5170. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  5171. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  5172. "dev": true,
  5173. "dependencies": {
  5174. "has-bigints": "^1.0.1"
  5175. },
  5176. "funding": {
  5177. "url": "https://github.com/sponsors/ljharb"
  5178. }
  5179. },
  5180. "node_modules/is-boolean-object": {
  5181. "version": "1.1.2",
  5182. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  5183. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  5184. "dev": true,
  5185. "dependencies": {
  5186. "call-bind": "^1.0.2",
  5187. "has-tostringtag": "^1.0.0"
  5188. },
  5189. "engines": {
  5190. "node": ">= 0.4"
  5191. },
  5192. "funding": {
  5193. "url": "https://github.com/sponsors/ljharb"
  5194. }
  5195. },
  5196. "node_modules/is-buffer": {
  5197. "version": "2.0.5",
  5198. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
  5199. "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  5200. "funding": [
  5201. {
  5202. "type": "github",
  5203. "url": "https://github.com/sponsors/feross"
  5204. },
  5205. {
  5206. "type": "patreon",
  5207. "url": "https://www.patreon.com/feross"
  5208. },
  5209. {
  5210. "type": "consulting",
  5211. "url": "https://feross.org/support"
  5212. }
  5213. ],
  5214. "engines": {
  5215. "node": ">=4"
  5216. }
  5217. },
  5218. "node_modules/is-callable": {
  5219. "version": "1.2.7",
  5220. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  5221. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  5222. "dev": true,
  5223. "engines": {
  5224. "node": ">= 0.4"
  5225. },
  5226. "funding": {
  5227. "url": "https://github.com/sponsors/ljharb"
  5228. }
  5229. },
  5230. "node_modules/is-core-module": {
  5231. "version": "2.15.0",
  5232. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
  5233. "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
  5234. "dependencies": {
  5235. "hasown": "^2.0.2"
  5236. },
  5237. "engines": {
  5238. "node": ">= 0.4"
  5239. },
  5240. "funding": {
  5241. "url": "https://github.com/sponsors/ljharb"
  5242. }
  5243. },
  5244. "node_modules/is-data-view": {
  5245. "version": "1.0.1",
  5246. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
  5247. "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
  5248. "dev": true,
  5249. "dependencies": {
  5250. "is-typed-array": "^1.1.13"
  5251. },
  5252. "engines": {
  5253. "node": ">= 0.4"
  5254. },
  5255. "funding": {
  5256. "url": "https://github.com/sponsors/ljharb"
  5257. }
  5258. },
  5259. "node_modules/is-date-object": {
  5260. "version": "1.0.5",
  5261. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  5262. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  5263. "dev": true,
  5264. "dependencies": {
  5265. "has-tostringtag": "^1.0.0"
  5266. },
  5267. "engines": {
  5268. "node": ">= 0.4"
  5269. },
  5270. "funding": {
  5271. "url": "https://github.com/sponsors/ljharb"
  5272. }
  5273. },
  5274. "node_modules/is-decimal": {
  5275. "version": "1.0.4",
  5276. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
  5277. "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
  5278. "funding": {
  5279. "type": "github",
  5280. "url": "https://github.com/sponsors/wooorm"
  5281. }
  5282. },
  5283. "node_modules/is-extglob": {
  5284. "version": "2.1.1",
  5285. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  5286. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5287. "dev": true,
  5288. "engines": {
  5289. "node": ">=0.10.0"
  5290. }
  5291. },
  5292. "node_modules/is-finalizationregistry": {
  5293. "version": "1.0.2",
  5294. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
  5295. "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
  5296. "dev": true,
  5297. "dependencies": {
  5298. "call-bind": "^1.0.2"
  5299. },
  5300. "funding": {
  5301. "url": "https://github.com/sponsors/ljharb"
  5302. }
  5303. },
  5304. "node_modules/is-generator-function": {
  5305. "version": "1.0.10",
  5306. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
  5307. "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
  5308. "dev": true,
  5309. "dependencies": {
  5310. "has-tostringtag": "^1.0.0"
  5311. },
  5312. "engines": {
  5313. "node": ">= 0.4"
  5314. },
  5315. "funding": {
  5316. "url": "https://github.com/sponsors/ljharb"
  5317. }
  5318. },
  5319. "node_modules/is-glob": {
  5320. "version": "4.0.3",
  5321. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  5322. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5323. "dev": true,
  5324. "dependencies": {
  5325. "is-extglob": "^2.1.1"
  5326. },
  5327. "engines": {
  5328. "node": ">=0.10.0"
  5329. }
  5330. },
  5331. "node_modules/is-hexadecimal": {
  5332. "version": "1.0.4",
  5333. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
  5334. "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
  5335. "funding": {
  5336. "type": "github",
  5337. "url": "https://github.com/sponsors/wooorm"
  5338. }
  5339. },
  5340. "node_modules/is-map": {
  5341. "version": "2.0.3",
  5342. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  5343. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  5344. "dev": true,
  5345. "engines": {
  5346. "node": ">= 0.4"
  5347. },
  5348. "funding": {
  5349. "url": "https://github.com/sponsors/ljharb"
  5350. }
  5351. },
  5352. "node_modules/is-module": {
  5353. "version": "1.0.0",
  5354. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  5355. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  5356. "dev": true
  5357. },
  5358. "node_modules/is-negative-zero": {
  5359. "version": "2.0.3",
  5360. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  5361. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  5362. "dev": true,
  5363. "engines": {
  5364. "node": ">= 0.4"
  5365. },
  5366. "funding": {
  5367. "url": "https://github.com/sponsors/ljharb"
  5368. }
  5369. },
  5370. "node_modules/is-number": {
  5371. "version": "7.0.0",
  5372. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  5373. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5374. "dev": true,
  5375. "engines": {
  5376. "node": ">=0.12.0"
  5377. }
  5378. },
  5379. "node_modules/is-number-object": {
  5380. "version": "1.0.7",
  5381. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  5382. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  5383. "dev": true,
  5384. "dependencies": {
  5385. "has-tostringtag": "^1.0.0"
  5386. },
  5387. "engines": {
  5388. "node": ">= 0.4"
  5389. },
  5390. "funding": {
  5391. "url": "https://github.com/sponsors/ljharb"
  5392. }
  5393. },
  5394. "node_modules/is-obj": {
  5395. "version": "1.0.1",
  5396. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  5397. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
  5398. "dev": true,
  5399. "engines": {
  5400. "node": ">=0.10.0"
  5401. }
  5402. },
  5403. "node_modules/is-path-inside": {
  5404. "version": "3.0.3",
  5405. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5406. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5407. "dev": true,
  5408. "engines": {
  5409. "node": ">=8"
  5410. }
  5411. },
  5412. "node_modules/is-plain-obj": {
  5413. "version": "2.1.0",
  5414. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
  5415. "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
  5416. "engines": {
  5417. "node": ">=8"
  5418. }
  5419. },
  5420. "node_modules/is-regex": {
  5421. "version": "1.1.4",
  5422. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  5423. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  5424. "dev": true,
  5425. "dependencies": {
  5426. "call-bind": "^1.0.2",
  5427. "has-tostringtag": "^1.0.0"
  5428. },
  5429. "engines": {
  5430. "node": ">= 0.4"
  5431. },
  5432. "funding": {
  5433. "url": "https://github.com/sponsors/ljharb"
  5434. }
  5435. },
  5436. "node_modules/is-regexp": {
  5437. "version": "1.0.0",
  5438. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  5439. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
  5440. "dev": true,
  5441. "engines": {
  5442. "node": ">=0.10.0"
  5443. }
  5444. },
  5445. "node_modules/is-set": {
  5446. "version": "2.0.3",
  5447. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  5448. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  5449. "dev": true,
  5450. "engines": {
  5451. "node": ">= 0.4"
  5452. },
  5453. "funding": {
  5454. "url": "https://github.com/sponsors/ljharb"
  5455. }
  5456. },
  5457. "node_modules/is-shared-array-buffer": {
  5458. "version": "1.0.3",
  5459. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
  5460. "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
  5461. "dev": true,
  5462. "dependencies": {
  5463. "call-bind": "^1.0.7"
  5464. },
  5465. "engines": {
  5466. "node": ">= 0.4"
  5467. },
  5468. "funding": {
  5469. "url": "https://github.com/sponsors/ljharb"
  5470. }
  5471. },
  5472. "node_modules/is-stream": {
  5473. "version": "2.0.1",
  5474. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5475. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5476. "dev": true,
  5477. "engines": {
  5478. "node": ">=8"
  5479. },
  5480. "funding": {
  5481. "url": "https://github.com/sponsors/sindresorhus"
  5482. }
  5483. },
  5484. "node_modules/is-string": {
  5485. "version": "1.0.7",
  5486. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  5487. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  5488. "dev": true,
  5489. "dependencies": {
  5490. "has-tostringtag": "^1.0.0"
  5491. },
  5492. "engines": {
  5493. "node": ">= 0.4"
  5494. },
  5495. "funding": {
  5496. "url": "https://github.com/sponsors/ljharb"
  5497. }
  5498. },
  5499. "node_modules/is-symbol": {
  5500. "version": "1.0.4",
  5501. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  5502. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  5503. "dev": true,
  5504. "dependencies": {
  5505. "has-symbols": "^1.0.2"
  5506. },
  5507. "engines": {
  5508. "node": ">= 0.4"
  5509. },
  5510. "funding": {
  5511. "url": "https://github.com/sponsors/ljharb"
  5512. }
  5513. },
  5514. "node_modules/is-typed-array": {
  5515. "version": "1.1.13",
  5516. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
  5517. "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
  5518. "dev": true,
  5519. "dependencies": {
  5520. "which-typed-array": "^1.1.14"
  5521. },
  5522. "engines": {
  5523. "node": ">= 0.4"
  5524. },
  5525. "funding": {
  5526. "url": "https://github.com/sponsors/ljharb"
  5527. }
  5528. },
  5529. "node_modules/is-weakmap": {
  5530. "version": "2.0.2",
  5531. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  5532. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  5533. "dev": true,
  5534. "engines": {
  5535. "node": ">= 0.4"
  5536. },
  5537. "funding": {
  5538. "url": "https://github.com/sponsors/ljharb"
  5539. }
  5540. },
  5541. "node_modules/is-weakref": {
  5542. "version": "1.0.2",
  5543. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  5544. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  5545. "dev": true,
  5546. "dependencies": {
  5547. "call-bind": "^1.0.2"
  5548. },
  5549. "funding": {
  5550. "url": "https://github.com/sponsors/ljharb"
  5551. }
  5552. },
  5553. "node_modules/is-weakset": {
  5554. "version": "2.0.3",
  5555. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz",
  5556. "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
  5557. "dev": true,
  5558. "dependencies": {
  5559. "call-bind": "^1.0.7",
  5560. "get-intrinsic": "^1.2.4"
  5561. },
  5562. "engines": {
  5563. "node": ">= 0.4"
  5564. },
  5565. "funding": {
  5566. "url": "https://github.com/sponsors/ljharb"
  5567. }
  5568. },
  5569. "node_modules/isarray": {
  5570. "version": "2.0.5",
  5571. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  5572. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  5573. "dev": true
  5574. },
  5575. "node_modules/isexe": {
  5576. "version": "2.0.0",
  5577. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  5578. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5579. "dev": true
  5580. },
  5581. "node_modules/iterator.prototype": {
  5582. "version": "1.1.2",
  5583. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
  5584. "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
  5585. "dev": true,
  5586. "dependencies": {
  5587. "define-properties": "^1.2.1",
  5588. "get-intrinsic": "^1.2.1",
  5589. "has-symbols": "^1.0.3",
  5590. "reflect.getprototypeof": "^1.0.4",
  5591. "set-function-name": "^2.0.1"
  5592. }
  5593. },
  5594. "node_modules/jake": {
  5595. "version": "10.9.2",
  5596. "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz",
  5597. "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==",
  5598. "dev": true,
  5599. "dependencies": {
  5600. "async": "^3.2.3",
  5601. "chalk": "^4.0.2",
  5602. "filelist": "^1.0.4",
  5603. "minimatch": "^3.1.2"
  5604. },
  5605. "bin": {
  5606. "jake": "bin/cli.js"
  5607. },
  5608. "engines": {
  5609. "node": ">=10"
  5610. }
  5611. },
  5612. "node_modules/jake/node_modules/ansi-styles": {
  5613. "version": "4.3.0",
  5614. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5615. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5616. "dev": true,
  5617. "dependencies": {
  5618. "color-convert": "^2.0.1"
  5619. },
  5620. "engines": {
  5621. "node": ">=8"
  5622. },
  5623. "funding": {
  5624. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5625. }
  5626. },
  5627. "node_modules/jake/node_modules/chalk": {
  5628. "version": "4.1.2",
  5629. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  5630. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5631. "dev": true,
  5632. "dependencies": {
  5633. "ansi-styles": "^4.1.0",
  5634. "supports-color": "^7.1.0"
  5635. },
  5636. "engines": {
  5637. "node": ">=10"
  5638. },
  5639. "funding": {
  5640. "url": "https://github.com/chalk/chalk?sponsor=1"
  5641. }
  5642. },
  5643. "node_modules/jake/node_modules/color-convert": {
  5644. "version": "2.0.1",
  5645. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5646. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5647. "dev": true,
  5648. "dependencies": {
  5649. "color-name": "~1.1.4"
  5650. },
  5651. "engines": {
  5652. "node": ">=7.0.0"
  5653. }
  5654. },
  5655. "node_modules/jake/node_modules/color-name": {
  5656. "version": "1.1.4",
  5657. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5658. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5659. "dev": true
  5660. },
  5661. "node_modules/jake/node_modules/has-flag": {
  5662. "version": "4.0.0",
  5663. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5664. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5665. "dev": true,
  5666. "engines": {
  5667. "node": ">=8"
  5668. }
  5669. },
  5670. "node_modules/jake/node_modules/supports-color": {
  5671. "version": "7.2.0",
  5672. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5673. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5674. "dev": true,
  5675. "dependencies": {
  5676. "has-flag": "^4.0.0"
  5677. },
  5678. "engines": {
  5679. "node": ">=8"
  5680. }
  5681. },
  5682. "node_modules/jest-worker": {
  5683. "version": "26.6.2",
  5684. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  5685. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  5686. "dev": true,
  5687. "dependencies": {
  5688. "@types/node": "*",
  5689. "merge-stream": "^2.0.0",
  5690. "supports-color": "^7.0.0"
  5691. },
  5692. "engines": {
  5693. "node": ">= 10.13.0"
  5694. }
  5695. },
  5696. "node_modules/jest-worker/node_modules/has-flag": {
  5697. "version": "4.0.0",
  5698. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5699. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5700. "dev": true,
  5701. "engines": {
  5702. "node": ">=8"
  5703. }
  5704. },
  5705. "node_modules/jest-worker/node_modules/supports-color": {
  5706. "version": "7.2.0",
  5707. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5708. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5709. "dev": true,
  5710. "dependencies": {
  5711. "has-flag": "^4.0.0"
  5712. },
  5713. "engines": {
  5714. "node": ">=8"
  5715. }
  5716. },
  5717. "node_modules/js-base64": {
  5718. "version": "3.7.7",
  5719. "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.7.tgz",
  5720. "integrity": "sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw=="
  5721. },
  5722. "node_modules/js-tokens": {
  5723. "version": "4.0.0",
  5724. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  5725. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  5726. },
  5727. "node_modules/js-yaml": {
  5728. "version": "4.1.0",
  5729. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  5730. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5731. "dev": true,
  5732. "dependencies": {
  5733. "argparse": "^2.0.1"
  5734. },
  5735. "bin": {
  5736. "js-yaml": "bin/js-yaml.js"
  5737. }
  5738. },
  5739. "node_modules/jsesc": {
  5740. "version": "2.5.2",
  5741. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  5742. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  5743. "bin": {
  5744. "jsesc": "bin/jsesc"
  5745. },
  5746. "engines": {
  5747. "node": ">=4"
  5748. }
  5749. },
  5750. "node_modules/json-buffer": {
  5751. "version": "3.0.1",
  5752. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  5753. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  5754. "dev": true
  5755. },
  5756. "node_modules/json-parse-even-better-errors": {
  5757. "version": "2.3.1",
  5758. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  5759. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  5760. },
  5761. "node_modules/json-schema": {
  5762. "version": "0.4.0",
  5763. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  5764. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
  5765. "dev": true
  5766. },
  5767. "node_modules/json-schema-traverse": {
  5768. "version": "0.4.1",
  5769. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5770. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5771. "dev": true
  5772. },
  5773. "node_modules/json-stable-stringify-without-jsonify": {
  5774. "version": "1.0.1",
  5775. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5776. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5777. "dev": true
  5778. },
  5779. "node_modules/json5": {
  5780. "version": "2.2.3",
  5781. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  5782. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5783. "dev": true,
  5784. "bin": {
  5785. "json5": "lib/cli.js"
  5786. },
  5787. "engines": {
  5788. "node": ">=6"
  5789. }
  5790. },
  5791. "node_modules/jsonfile": {
  5792. "version": "6.1.0",
  5793. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  5794. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  5795. "dev": true,
  5796. "dependencies": {
  5797. "universalify": "^2.0.0"
  5798. },
  5799. "optionalDependencies": {
  5800. "graceful-fs": "^4.1.6"
  5801. }
  5802. },
  5803. "node_modules/jsonpointer": {
  5804. "version": "5.0.1",
  5805. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  5806. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  5807. "dev": true,
  5808. "engines": {
  5809. "node": ">=0.10.0"
  5810. }
  5811. },
  5812. "node_modules/jsx-ast-utils": {
  5813. "version": "3.3.5",
  5814. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  5815. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  5816. "dev": true,
  5817. "dependencies": {
  5818. "array-includes": "^3.1.6",
  5819. "array.prototype.flat": "^1.3.1",
  5820. "object.assign": "^4.1.4",
  5821. "object.values": "^1.1.6"
  5822. },
  5823. "engines": {
  5824. "node": ">=4.0"
  5825. }
  5826. },
  5827. "node_modules/keyv": {
  5828. "version": "4.5.4",
  5829. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  5830. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  5831. "dev": true,
  5832. "dependencies": {
  5833. "json-buffer": "3.0.1"
  5834. }
  5835. },
  5836. "node_modules/language-subtag-registry": {
  5837. "version": "0.3.23",
  5838. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  5839. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  5840. "dev": true
  5841. },
  5842. "node_modules/language-tags": {
  5843. "version": "1.0.9",
  5844. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
  5845. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  5846. "dev": true,
  5847. "dependencies": {
  5848. "language-subtag-registry": "^0.3.20"
  5849. },
  5850. "engines": {
  5851. "node": ">=0.10"
  5852. }
  5853. },
  5854. "node_modules/leven": {
  5855. "version": "3.1.0",
  5856. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  5857. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  5858. "dev": true,
  5859. "engines": {
  5860. "node": ">=6"
  5861. }
  5862. },
  5863. "node_modules/levn": {
  5864. "version": "0.4.1",
  5865. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  5866. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5867. "dev": true,
  5868. "dependencies": {
  5869. "prelude-ls": "^1.2.1",
  5870. "type-check": "~0.4.0"
  5871. },
  5872. "engines": {
  5873. "node": ">= 0.8.0"
  5874. }
  5875. },
  5876. "node_modules/lines-and-columns": {
  5877. "version": "1.2.4",
  5878. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  5879. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  5880. },
  5881. "node_modules/locate-path": {
  5882. "version": "6.0.0",
  5883. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5884. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5885. "dev": true,
  5886. "dependencies": {
  5887. "p-locate": "^5.0.0"
  5888. },
  5889. "engines": {
  5890. "node": ">=10"
  5891. },
  5892. "funding": {
  5893. "url": "https://github.com/sponsors/sindresorhus"
  5894. }
  5895. },
  5896. "node_modules/lodash": {
  5897. "version": "4.17.21",
  5898. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  5899. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  5900. "dev": true
  5901. },
  5902. "node_modules/lodash.debounce": {
  5903. "version": "4.0.8",
  5904. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  5905. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  5906. "dev": true
  5907. },
  5908. "node_modules/lodash.merge": {
  5909. "version": "4.6.2",
  5910. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5911. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5912. "dev": true
  5913. },
  5914. "node_modules/lodash.sortby": {
  5915. "version": "4.7.0",
  5916. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  5917. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
  5918. "dev": true
  5919. },
  5920. "node_modules/loose-envify": {
  5921. "version": "1.4.0",
  5922. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5923. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5924. "dependencies": {
  5925. "js-tokens": "^3.0.0 || ^4.0.0"
  5926. },
  5927. "bin": {
  5928. "loose-envify": "cli.js"
  5929. }
  5930. },
  5931. "node_modules/lru-cache": {
  5932. "version": "5.1.1",
  5933. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  5934. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5935. "dev": true,
  5936. "dependencies": {
  5937. "yallist": "^3.0.2"
  5938. }
  5939. },
  5940. "node_modules/magic-string": {
  5941. "version": "0.25.9",
  5942. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  5943. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  5944. "dev": true,
  5945. "dependencies": {
  5946. "sourcemap-codec": "^1.4.8"
  5947. }
  5948. },
  5949. "node_modules/mdast-util-definitions": {
  5950. "version": "4.0.0",
  5951. "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
  5952. "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==",
  5953. "dependencies": {
  5954. "unist-util-visit": "^2.0.0"
  5955. },
  5956. "funding": {
  5957. "type": "opencollective",
  5958. "url": "https://opencollective.com/unified"
  5959. }
  5960. },
  5961. "node_modules/mdast-util-definitions/node_modules/unist-util-visit": {
  5962. "version": "2.0.3",
  5963. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
  5964. "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
  5965. "dependencies": {
  5966. "@types/unist": "^2.0.0",
  5967. "unist-util-is": "^4.0.0",
  5968. "unist-util-visit-parents": "^3.0.0"
  5969. },
  5970. "funding": {
  5971. "type": "opencollective",
  5972. "url": "https://opencollective.com/unified"
  5973. }
  5974. },
  5975. "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": {
  5976. "version": "3.1.1",
  5977. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
  5978. "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
  5979. "dependencies": {
  5980. "@types/unist": "^2.0.0",
  5981. "unist-util-is": "^4.0.0"
  5982. },
  5983. "funding": {
  5984. "type": "opencollective",
  5985. "url": "https://opencollective.com/unified"
  5986. }
  5987. },
  5988. "node_modules/mdast-util-from-markdown": {
  5989. "version": "0.8.5",
  5990. "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz",
  5991. "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==",
  5992. "dependencies": {
  5993. "@types/mdast": "^3.0.0",
  5994. "mdast-util-to-string": "^2.0.0",
  5995. "micromark": "~2.11.0",
  5996. "parse-entities": "^2.0.0",
  5997. "unist-util-stringify-position": "^2.0.0"
  5998. },
  5999. "funding": {
  6000. "type": "opencollective",
  6001. "url": "https://opencollective.com/unified"
  6002. }
  6003. },
  6004. "node_modules/mdast-util-to-hast": {
  6005. "version": "10.2.0",
  6006. "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz",
  6007. "integrity": "sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==",
  6008. "dependencies": {
  6009. "@types/mdast": "^3.0.0",
  6010. "@types/unist": "^2.0.0",
  6011. "mdast-util-definitions": "^4.0.0",
  6012. "mdurl": "^1.0.0",
  6013. "unist-builder": "^2.0.0",
  6014. "unist-util-generated": "^1.0.0",
  6015. "unist-util-position": "^3.0.0",
  6016. "unist-util-visit": "^2.0.0"
  6017. },
  6018. "funding": {
  6019. "type": "opencollective",
  6020. "url": "https://opencollective.com/unified"
  6021. }
  6022. },
  6023. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
  6024. "version": "2.0.3",
  6025. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
  6026. "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
  6027. "dependencies": {
  6028. "@types/unist": "^2.0.0",
  6029. "unist-util-is": "^4.0.0",
  6030. "unist-util-visit-parents": "^3.0.0"
  6031. },
  6032. "funding": {
  6033. "type": "opencollective",
  6034. "url": "https://opencollective.com/unified"
  6035. }
  6036. },
  6037. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": {
  6038. "version": "3.1.1",
  6039. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
  6040. "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
  6041. "dependencies": {
  6042. "@types/unist": "^2.0.0",
  6043. "unist-util-is": "^4.0.0"
  6044. },
  6045. "funding": {
  6046. "type": "opencollective",
  6047. "url": "https://opencollective.com/unified"
  6048. }
  6049. },
  6050. "node_modules/mdast-util-to-string": {
  6051. "version": "2.0.0",
  6052. "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz",
  6053. "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==",
  6054. "funding": {
  6055. "type": "opencollective",
  6056. "url": "https://opencollective.com/unified"
  6057. }
  6058. },
  6059. "node_modules/mdurl": {
  6060. "version": "1.0.1",
  6061. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
  6062. "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
  6063. },
  6064. "node_modules/merge-stream": {
  6065. "version": "2.0.0",
  6066. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  6067. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  6068. "dev": true
  6069. },
  6070. "node_modules/merge2": {
  6071. "version": "1.4.1",
  6072. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  6073. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6074. "dev": true,
  6075. "engines": {
  6076. "node": ">= 8"
  6077. }
  6078. },
  6079. "node_modules/micromark": {
  6080. "version": "2.11.4",
  6081. "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz",
  6082. "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
  6083. "funding": [
  6084. {
  6085. "type": "GitHub Sponsors",
  6086. "url": "https://github.com/sponsors/unifiedjs"
  6087. },
  6088. {
  6089. "type": "OpenCollective",
  6090. "url": "https://opencollective.com/unified"
  6091. }
  6092. ],
  6093. "dependencies": {
  6094. "debug": "^4.0.0",
  6095. "parse-entities": "^2.0.0"
  6096. }
  6097. },
  6098. "node_modules/micromatch": {
  6099. "version": "4.0.7",
  6100. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
  6101. "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
  6102. "dev": true,
  6103. "dependencies": {
  6104. "braces": "^3.0.3",
  6105. "picomatch": "^2.3.1"
  6106. },
  6107. "engines": {
  6108. "node": ">=8.6"
  6109. }
  6110. },
  6111. "node_modules/minimatch": {
  6112. "version": "3.1.2",
  6113. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  6114. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  6115. "dev": true,
  6116. "dependencies": {
  6117. "brace-expansion": "^1.1.7"
  6118. },
  6119. "engines": {
  6120. "node": "*"
  6121. }
  6122. },
  6123. "node_modules/minimist": {
  6124. "version": "1.2.8",
  6125. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  6126. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  6127. "dev": true,
  6128. "funding": {
  6129. "url": "https://github.com/sponsors/ljharb"
  6130. }
  6131. },
  6132. "node_modules/ms": {
  6133. "version": "2.1.2",
  6134. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  6135. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  6136. },
  6137. "node_modules/nanoid": {
  6138. "version": "3.3.7",
  6139. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  6140. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  6141. "dev": true,
  6142. "funding": [
  6143. {
  6144. "type": "github",
  6145. "url": "https://github.com/sponsors/ai"
  6146. }
  6147. ],
  6148. "bin": {
  6149. "nanoid": "bin/nanoid.cjs"
  6150. },
  6151. "engines": {
  6152. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6153. }
  6154. },
  6155. "node_modules/natural-compare": {
  6156. "version": "1.4.0",
  6157. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  6158. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  6159. "dev": true
  6160. },
  6161. "node_modules/node-fetch": {
  6162. "version": "2.6.7",
  6163. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
  6164. "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
  6165. "dependencies": {
  6166. "whatwg-url": "^5.0.0"
  6167. },
  6168. "engines": {
  6169. "node": "4.x || >=6.0.0"
  6170. },
  6171. "peerDependencies": {
  6172. "encoding": "^0.1.0"
  6173. },
  6174. "peerDependenciesMeta": {
  6175. "encoding": {
  6176. "optional": true
  6177. }
  6178. }
  6179. },
  6180. "node_modules/node-releases": {
  6181. "version": "2.0.17",
  6182. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz",
  6183. "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==",
  6184. "dev": true
  6185. },
  6186. "node_modules/object-assign": {
  6187. "version": "4.1.1",
  6188. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  6189. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  6190. "engines": {
  6191. "node": ">=0.10.0"
  6192. }
  6193. },
  6194. "node_modules/object-inspect": {
  6195. "version": "1.13.2",
  6196. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
  6197. "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
  6198. "dev": true,
  6199. "engines": {
  6200. "node": ">= 0.4"
  6201. },
  6202. "funding": {
  6203. "url": "https://github.com/sponsors/ljharb"
  6204. }
  6205. },
  6206. "node_modules/object-is": {
  6207. "version": "1.1.6",
  6208. "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz",
  6209. "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
  6210. "dev": true,
  6211. "dependencies": {
  6212. "call-bind": "^1.0.7",
  6213. "define-properties": "^1.2.1"
  6214. },
  6215. "engines": {
  6216. "node": ">= 0.4"
  6217. },
  6218. "funding": {
  6219. "url": "https://github.com/sponsors/ljharb"
  6220. }
  6221. },
  6222. "node_modules/object-keys": {
  6223. "version": "1.1.1",
  6224. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  6225. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  6226. "dev": true,
  6227. "engines": {
  6228. "node": ">= 0.4"
  6229. }
  6230. },
  6231. "node_modules/object.assign": {
  6232. "version": "4.1.5",
  6233. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
  6234. "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
  6235. "dev": true,
  6236. "dependencies": {
  6237. "call-bind": "^1.0.5",
  6238. "define-properties": "^1.2.1",
  6239. "has-symbols": "^1.0.3",
  6240. "object-keys": "^1.1.1"
  6241. },
  6242. "engines": {
  6243. "node": ">= 0.4"
  6244. },
  6245. "funding": {
  6246. "url": "https://github.com/sponsors/ljharb"
  6247. }
  6248. },
  6249. "node_modules/object.entries": {
  6250. "version": "1.1.8",
  6251. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
  6252. "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
  6253. "dev": true,
  6254. "dependencies": {
  6255. "call-bind": "^1.0.7",
  6256. "define-properties": "^1.2.1",
  6257. "es-object-atoms": "^1.0.0"
  6258. },
  6259. "engines": {
  6260. "node": ">= 0.4"
  6261. }
  6262. },
  6263. "node_modules/object.fromentries": {
  6264. "version": "2.0.8",
  6265. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  6266. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  6267. "dev": true,
  6268. "dependencies": {
  6269. "call-bind": "^1.0.7",
  6270. "define-properties": "^1.2.1",
  6271. "es-abstract": "^1.23.2",
  6272. "es-object-atoms": "^1.0.0"
  6273. },
  6274. "engines": {
  6275. "node": ">= 0.4"
  6276. },
  6277. "funding": {
  6278. "url": "https://github.com/sponsors/ljharb"
  6279. }
  6280. },
  6281. "node_modules/object.groupby": {
  6282. "version": "1.0.3",
  6283. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  6284. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  6285. "dev": true,
  6286. "dependencies": {
  6287. "call-bind": "^1.0.7",
  6288. "define-properties": "^1.2.1",
  6289. "es-abstract": "^1.23.2"
  6290. },
  6291. "engines": {
  6292. "node": ">= 0.4"
  6293. }
  6294. },
  6295. "node_modules/object.values": {
  6296. "version": "1.2.0",
  6297. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz",
  6298. "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
  6299. "dev": true,
  6300. "dependencies": {
  6301. "call-bind": "^1.0.7",
  6302. "define-properties": "^1.2.1",
  6303. "es-object-atoms": "^1.0.0"
  6304. },
  6305. "engines": {
  6306. "node": ">= 0.4"
  6307. },
  6308. "funding": {
  6309. "url": "https://github.com/sponsors/ljharb"
  6310. }
  6311. },
  6312. "node_modules/once": {
  6313. "version": "1.4.0",
  6314. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  6315. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  6316. "dev": true,
  6317. "dependencies": {
  6318. "wrappy": "1"
  6319. }
  6320. },
  6321. "node_modules/optionator": {
  6322. "version": "0.9.4",
  6323. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  6324. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  6325. "dev": true,
  6326. "dependencies": {
  6327. "deep-is": "^0.1.3",
  6328. "fast-levenshtein": "^2.0.6",
  6329. "levn": "^0.4.1",
  6330. "prelude-ls": "^1.2.1",
  6331. "type-check": "^0.4.0",
  6332. "word-wrap": "^1.2.5"
  6333. },
  6334. "engines": {
  6335. "node": ">= 0.8.0"
  6336. }
  6337. },
  6338. "node_modules/p-limit": {
  6339. "version": "3.1.0",
  6340. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  6341. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6342. "dev": true,
  6343. "dependencies": {
  6344. "yocto-queue": "^0.1.0"
  6345. },
  6346. "engines": {
  6347. "node": ">=10"
  6348. },
  6349. "funding": {
  6350. "url": "https://github.com/sponsors/sindresorhus"
  6351. }
  6352. },
  6353. "node_modules/p-locate": {
  6354. "version": "5.0.0",
  6355. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  6356. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6357. "dev": true,
  6358. "dependencies": {
  6359. "p-limit": "^3.0.2"
  6360. },
  6361. "engines": {
  6362. "node": ">=10"
  6363. },
  6364. "funding": {
  6365. "url": "https://github.com/sponsors/sindresorhus"
  6366. }
  6367. },
  6368. "node_modules/parent-module": {
  6369. "version": "1.0.1",
  6370. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  6371. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  6372. "dependencies": {
  6373. "callsites": "^3.0.0"
  6374. },
  6375. "engines": {
  6376. "node": ">=6"
  6377. }
  6378. },
  6379. "node_modules/parse-entities": {
  6380. "version": "2.0.0",
  6381. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
  6382. "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
  6383. "dependencies": {
  6384. "character-entities": "^1.0.0",
  6385. "character-entities-legacy": "^1.0.0",
  6386. "character-reference-invalid": "^1.0.0",
  6387. "is-alphanumerical": "^1.0.0",
  6388. "is-decimal": "^1.0.0",
  6389. "is-hexadecimal": "^1.0.0"
  6390. },
  6391. "funding": {
  6392. "type": "github",
  6393. "url": "https://github.com/sponsors/wooorm"
  6394. }
  6395. },
  6396. "node_modules/parse-json": {
  6397. "version": "5.2.0",
  6398. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  6399. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  6400. "dependencies": {
  6401. "@babel/code-frame": "^7.0.0",
  6402. "error-ex": "^1.3.1",
  6403. "json-parse-even-better-errors": "^2.3.0",
  6404. "lines-and-columns": "^1.1.6"
  6405. },
  6406. "engines": {
  6407. "node": ">=8"
  6408. },
  6409. "funding": {
  6410. "url": "https://github.com/sponsors/sindresorhus"
  6411. }
  6412. },
  6413. "node_modules/path-exists": {
  6414. "version": "4.0.0",
  6415. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  6416. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6417. "dev": true,
  6418. "engines": {
  6419. "node": ">=8"
  6420. }
  6421. },
  6422. "node_modules/path-is-absolute": {
  6423. "version": "1.0.1",
  6424. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  6425. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  6426. "dev": true,
  6427. "engines": {
  6428. "node": ">=0.10.0"
  6429. }
  6430. },
  6431. "node_modules/path-key": {
  6432. "version": "3.1.1",
  6433. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6434. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6435. "dev": true,
  6436. "engines": {
  6437. "node": ">=8"
  6438. }
  6439. },
  6440. "node_modules/path-parse": {
  6441. "version": "1.0.7",
  6442. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  6443. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  6444. },
  6445. "node_modules/path-type": {
  6446. "version": "4.0.0",
  6447. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  6448. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  6449. "engines": {
  6450. "node": ">=8"
  6451. }
  6452. },
  6453. "node_modules/picocolors": {
  6454. "version": "1.0.1",
  6455. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
  6456. "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
  6457. },
  6458. "node_modules/picomatch": {
  6459. "version": "2.3.1",
  6460. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  6461. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6462. "dev": true,
  6463. "engines": {
  6464. "node": ">=8.6"
  6465. },
  6466. "funding": {
  6467. "url": "https://github.com/sponsors/jonschlinkert"
  6468. }
  6469. },
  6470. "node_modules/possible-typed-array-names": {
  6471. "version": "1.0.0",
  6472. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
  6473. "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
  6474. "dev": true,
  6475. "engines": {
  6476. "node": ">= 0.4"
  6477. }
  6478. },
  6479. "node_modules/postcss": {
  6480. "version": "8.4.39",
  6481. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz",
  6482. "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==",
  6483. "dev": true,
  6484. "funding": [
  6485. {
  6486. "type": "opencollective",
  6487. "url": "https://opencollective.com/postcss/"
  6488. },
  6489. {
  6490. "type": "tidelift",
  6491. "url": "https://tidelift.com/funding/github/npm/postcss"
  6492. },
  6493. {
  6494. "type": "github",
  6495. "url": "https://github.com/sponsors/ai"
  6496. }
  6497. ],
  6498. "dependencies": {
  6499. "nanoid": "^3.3.7",
  6500. "picocolors": "^1.0.1",
  6501. "source-map-js": "^1.2.0"
  6502. },
  6503. "engines": {
  6504. "node": "^10 || ^12 || >=14"
  6505. }
  6506. },
  6507. "node_modules/prelude-ls": {
  6508. "version": "1.2.1",
  6509. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6510. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6511. "dev": true,
  6512. "engines": {
  6513. "node": ">= 0.8.0"
  6514. }
  6515. },
  6516. "node_modules/prettier": {
  6517. "version": "2.8.8",
  6518. "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
  6519. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  6520. "dev": true,
  6521. "bin": {
  6522. "prettier": "bin-prettier.js"
  6523. },
  6524. "engines": {
  6525. "node": ">=10.13.0"
  6526. },
  6527. "funding": {
  6528. "url": "https://github.com/prettier/prettier?sponsor=1"
  6529. }
  6530. },
  6531. "node_modules/pretty-bytes": {
  6532. "version": "6.1.1",
  6533. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  6534. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  6535. "dev": true,
  6536. "engines": {
  6537. "node": "^14.13.1 || >=16.0.0"
  6538. },
  6539. "funding": {
  6540. "url": "https://github.com/sponsors/sindresorhus"
  6541. }
  6542. },
  6543. "node_modules/prop-types": {
  6544. "version": "15.8.1",
  6545. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  6546. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  6547. "dependencies": {
  6548. "loose-envify": "^1.4.0",
  6549. "object-assign": "^4.1.1",
  6550. "react-is": "^16.13.1"
  6551. }
  6552. },
  6553. "node_modules/prop-types/node_modules/react-is": {
  6554. "version": "16.13.1",
  6555. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  6556. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  6557. },
  6558. "node_modules/property-information": {
  6559. "version": "5.6.0",
  6560. "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
  6561. "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
  6562. "dependencies": {
  6563. "xtend": "^4.0.0"
  6564. },
  6565. "funding": {
  6566. "type": "github",
  6567. "url": "https://github.com/sponsors/wooorm"
  6568. }
  6569. },
  6570. "node_modules/punycode": {
  6571. "version": "2.3.1",
  6572. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  6573. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  6574. "dev": true,
  6575. "engines": {
  6576. "node": ">=6"
  6577. }
  6578. },
  6579. "node_modules/queue-microtask": {
  6580. "version": "1.2.3",
  6581. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6582. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6583. "dev": true,
  6584. "funding": [
  6585. {
  6586. "type": "github",
  6587. "url": "https://github.com/sponsors/feross"
  6588. },
  6589. {
  6590. "type": "patreon",
  6591. "url": "https://www.patreon.com/feross"
  6592. },
  6593. {
  6594. "type": "consulting",
  6595. "url": "https://feross.org/support"
  6596. }
  6597. ]
  6598. },
  6599. "node_modules/randombytes": {
  6600. "version": "2.1.0",
  6601. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  6602. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  6603. "dev": true,
  6604. "dependencies": {
  6605. "safe-buffer": "^5.1.0"
  6606. }
  6607. },
  6608. "node_modules/react": {
  6609. "version": "18.3.1",
  6610. "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
  6611. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  6612. "dependencies": {
  6613. "loose-envify": "^1.1.0"
  6614. },
  6615. "engines": {
  6616. "node": ">=0.10.0"
  6617. }
  6618. },
  6619. "node_modules/react-dom": {
  6620. "version": "18.3.1",
  6621. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
  6622. "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
  6623. "dependencies": {
  6624. "loose-envify": "^1.1.0",
  6625. "scheduler": "^0.23.2"
  6626. },
  6627. "peerDependencies": {
  6628. "react": "^18.3.1"
  6629. }
  6630. },
  6631. "node_modules/react-i18next": {
  6632. "version": "11.18.6",
  6633. "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.6.tgz",
  6634. "integrity": "sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==",
  6635. "dependencies": {
  6636. "@babel/runtime": "^7.14.5",
  6637. "html-parse-stringify": "^3.0.1"
  6638. },
  6639. "peerDependencies": {
  6640. "i18next": ">= 19.0.0",
  6641. "react": ">= 16.8.0"
  6642. },
  6643. "peerDependenciesMeta": {
  6644. "react-dom": {
  6645. "optional": true
  6646. },
  6647. "react-native": {
  6648. "optional": true
  6649. }
  6650. }
  6651. },
  6652. "node_modules/react-infinite-scroll-component": {
  6653. "version": "6.1.0",
  6654. "resolved": "https://registry.npmjs.org/react-infinite-scroll-component/-/react-infinite-scroll-component-6.1.0.tgz",
  6655. "integrity": "sha512-SQu5nCqy8DxQWpnUVLx7V7b7LcA37aM7tvoWjTLZp1dk6EJibM5/4EJKzOnl07/BsM1Y40sKLuqjCwwH/xV0TQ==",
  6656. "dependencies": {
  6657. "throttle-debounce": "^2.1.0"
  6658. },
  6659. "peerDependencies": {
  6660. "react": ">=16.0.0"
  6661. }
  6662. },
  6663. "node_modules/react-is": {
  6664. "version": "18.3.1",
  6665. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
  6666. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
  6667. },
  6668. "node_modules/react-refresh": {
  6669. "version": "0.14.2",
  6670. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz",
  6671. "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==",
  6672. "dev": true,
  6673. "engines": {
  6674. "node": ">=0.10.0"
  6675. }
  6676. },
  6677. "node_modules/react-remark": {
  6678. "version": "2.1.0",
  6679. "resolved": "https://registry.npmjs.org/react-remark/-/react-remark-2.1.0.tgz",
  6680. "integrity": "sha512-7dEPxRGQ23sOdvteuRGaQAs9cEOH/BOeCN4CqsJdk3laUDIDYRCWnM6a3z92PzXHUuxIRLXQNZx7SiO0ijUcbw==",
  6681. "dependencies": {
  6682. "rehype-react": "^6.0.0",
  6683. "remark-parse": "^9.0.0",
  6684. "remark-rehype": "^8.0.0",
  6685. "unified": "^9.0.0"
  6686. },
  6687. "engines": {
  6688. "node": ">=10"
  6689. },
  6690. "funding": {
  6691. "type": "opencollective",
  6692. "url": "https://opencollective.com/unified"
  6693. },
  6694. "peerDependencies": {
  6695. "react": ">=16.8"
  6696. }
  6697. },
  6698. "node_modules/react-router": {
  6699. "version": "6.25.1",
  6700. "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.25.1.tgz",
  6701. "integrity": "sha512-u8ELFr5Z6g02nUtpPAggP73Jigj1mRePSwhS/2nkTrlPU5yEkH1vYzWNyvSnSzeeE2DNqWdH+P8OhIh9wuXhTw==",
  6702. "dependencies": {
  6703. "@remix-run/router": "1.18.0"
  6704. },
  6705. "engines": {
  6706. "node": ">=14.0.0"
  6707. },
  6708. "peerDependencies": {
  6709. "react": ">=16.8"
  6710. }
  6711. },
  6712. "node_modules/react-router-dom": {
  6713. "version": "6.25.1",
  6714. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.25.1.tgz",
  6715. "integrity": "sha512-0tUDpbFvk35iv+N89dWNrJp+afLgd+y4VtorJZuOCXK0kkCWjEvb3vTJM++SYvMEpbVwXKf3FjeVveVEb6JpDQ==",
  6716. "dependencies": {
  6717. "@remix-run/router": "1.18.0",
  6718. "react-router": "6.25.1"
  6719. },
  6720. "engines": {
  6721. "node": ">=14.0.0"
  6722. },
  6723. "peerDependencies": {
  6724. "react": ">=16.8",
  6725. "react-dom": ">=16.8"
  6726. }
  6727. },
  6728. "node_modules/react-transition-group": {
  6729. "version": "4.4.5",
  6730. "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
  6731. "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
  6732. "dependencies": {
  6733. "@babel/runtime": "^7.5.5",
  6734. "dom-helpers": "^5.0.1",
  6735. "loose-envify": "^1.4.0",
  6736. "prop-types": "^15.6.2"
  6737. },
  6738. "peerDependencies": {
  6739. "react": ">=16.6.0",
  6740. "react-dom": ">=16.6.0"
  6741. }
  6742. },
  6743. "node_modules/reflect.getprototypeof": {
  6744. "version": "1.0.6",
  6745. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz",
  6746. "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==",
  6747. "dev": true,
  6748. "dependencies": {
  6749. "call-bind": "^1.0.7",
  6750. "define-properties": "^1.2.1",
  6751. "es-abstract": "^1.23.1",
  6752. "es-errors": "^1.3.0",
  6753. "get-intrinsic": "^1.2.4",
  6754. "globalthis": "^1.0.3",
  6755. "which-builtin-type": "^1.1.3"
  6756. },
  6757. "engines": {
  6758. "node": ">= 0.4"
  6759. },
  6760. "funding": {
  6761. "url": "https://github.com/sponsors/ljharb"
  6762. }
  6763. },
  6764. "node_modules/regenerate": {
  6765. "version": "1.4.2",
  6766. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  6767. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  6768. "dev": true
  6769. },
  6770. "node_modules/regenerate-unicode-properties": {
  6771. "version": "10.1.1",
  6772. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
  6773. "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
  6774. "dev": true,
  6775. "dependencies": {
  6776. "regenerate": "^1.4.2"
  6777. },
  6778. "engines": {
  6779. "node": ">=4"
  6780. }
  6781. },
  6782. "node_modules/regenerator-runtime": {
  6783. "version": "0.14.1",
  6784. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  6785. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  6786. },
  6787. "node_modules/regenerator-transform": {
  6788. "version": "0.15.2",
  6789. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
  6790. "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
  6791. "dev": true,
  6792. "dependencies": {
  6793. "@babel/runtime": "^7.8.4"
  6794. }
  6795. },
  6796. "node_modules/regexp.prototype.flags": {
  6797. "version": "1.5.2",
  6798. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
  6799. "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
  6800. "dev": true,
  6801. "dependencies": {
  6802. "call-bind": "^1.0.6",
  6803. "define-properties": "^1.2.1",
  6804. "es-errors": "^1.3.0",
  6805. "set-function-name": "^2.0.1"
  6806. },
  6807. "engines": {
  6808. "node": ">= 0.4"
  6809. },
  6810. "funding": {
  6811. "url": "https://github.com/sponsors/ljharb"
  6812. }
  6813. },
  6814. "node_modules/regexpu-core": {
  6815. "version": "5.3.2",
  6816. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
  6817. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  6818. "dev": true,
  6819. "dependencies": {
  6820. "@babel/regjsgen": "^0.8.0",
  6821. "regenerate": "^1.4.2",
  6822. "regenerate-unicode-properties": "^10.1.0",
  6823. "regjsparser": "^0.9.1",
  6824. "unicode-match-property-ecmascript": "^2.0.0",
  6825. "unicode-match-property-value-ecmascript": "^2.1.0"
  6826. },
  6827. "engines": {
  6828. "node": ">=4"
  6829. }
  6830. },
  6831. "node_modules/regjsparser": {
  6832. "version": "0.9.1",
  6833. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  6834. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  6835. "dev": true,
  6836. "dependencies": {
  6837. "jsesc": "~0.5.0"
  6838. },
  6839. "bin": {
  6840. "regjsparser": "bin/parser"
  6841. }
  6842. },
  6843. "node_modules/regjsparser/node_modules/jsesc": {
  6844. "version": "0.5.0",
  6845. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  6846. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  6847. "dev": true,
  6848. "bin": {
  6849. "jsesc": "bin/jsesc"
  6850. }
  6851. },
  6852. "node_modules/rehype-react": {
  6853. "version": "6.2.1",
  6854. "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-6.2.1.tgz",
  6855. "integrity": "sha512-f9KIrjktvLvmbGc7si25HepocOg4z0MuNOtweigKzBcDjiGSTGhyz6VSgaV5K421Cq1O+z4/oxRJ5G9owo0KVg==",
  6856. "dependencies": {
  6857. "@mapbox/hast-util-table-cell-style": "^0.2.0",
  6858. "hast-to-hyperscript": "^9.0.0"
  6859. },
  6860. "funding": {
  6861. "type": "opencollective",
  6862. "url": "https://opencollective.com/unified"
  6863. }
  6864. },
  6865. "node_modules/remark-parse": {
  6866. "version": "9.0.0",
  6867. "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
  6868. "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
  6869. "dependencies": {
  6870. "mdast-util-from-markdown": "^0.8.0"
  6871. },
  6872. "funding": {
  6873. "type": "opencollective",
  6874. "url": "https://opencollective.com/unified"
  6875. }
  6876. },
  6877. "node_modules/remark-rehype": {
  6878. "version": "8.1.0",
  6879. "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-8.1.0.tgz",
  6880. "integrity": "sha512-EbCu9kHgAxKmW1yEYjx3QafMyGY3q8noUbNUI5xyKbaFP89wbhDrKxyIQNukNYthzjNHZu6J7hwFg7hRm1svYA==",
  6881. "dependencies": {
  6882. "mdast-util-to-hast": "^10.2.0"
  6883. },
  6884. "funding": {
  6885. "type": "opencollective",
  6886. "url": "https://opencollective.com/unified"
  6887. }
  6888. },
  6889. "node_modules/require-from-string": {
  6890. "version": "2.0.2",
  6891. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  6892. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  6893. "dev": true,
  6894. "engines": {
  6895. "node": ">=0.10.0"
  6896. }
  6897. },
  6898. "node_modules/resolve": {
  6899. "version": "1.22.8",
  6900. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  6901. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  6902. "dependencies": {
  6903. "is-core-module": "^2.13.0",
  6904. "path-parse": "^1.0.7",
  6905. "supports-preserve-symlinks-flag": "^1.0.0"
  6906. },
  6907. "bin": {
  6908. "resolve": "bin/resolve"
  6909. },
  6910. "funding": {
  6911. "url": "https://github.com/sponsors/ljharb"
  6912. }
  6913. },
  6914. "node_modules/resolve-from": {
  6915. "version": "4.0.0",
  6916. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6917. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6918. "engines": {
  6919. "node": ">=4"
  6920. }
  6921. },
  6922. "node_modules/reusify": {
  6923. "version": "1.0.4",
  6924. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  6925. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6926. "dev": true,
  6927. "engines": {
  6928. "iojs": ">=1.0.0",
  6929. "node": ">=0.10.0"
  6930. }
  6931. },
  6932. "node_modules/rimraf": {
  6933. "version": "3.0.2",
  6934. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  6935. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6936. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  6937. "dev": true,
  6938. "dependencies": {
  6939. "glob": "^7.1.3"
  6940. },
  6941. "bin": {
  6942. "rimraf": "bin.js"
  6943. },
  6944. "funding": {
  6945. "url": "https://github.com/sponsors/isaacs"
  6946. }
  6947. },
  6948. "node_modules/rollup": {
  6949. "version": "3.29.4",
  6950. "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
  6951. "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==",
  6952. "dev": true,
  6953. "bin": {
  6954. "rollup": "dist/bin/rollup"
  6955. },
  6956. "engines": {
  6957. "node": ">=14.18.0",
  6958. "npm": ">=8.0.0"
  6959. },
  6960. "optionalDependencies": {
  6961. "fsevents": "~2.3.2"
  6962. }
  6963. },
  6964. "node_modules/run-parallel": {
  6965. "version": "1.2.0",
  6966. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6967. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6968. "dev": true,
  6969. "funding": [
  6970. {
  6971. "type": "github",
  6972. "url": "https://github.com/sponsors/feross"
  6973. },
  6974. {
  6975. "type": "patreon",
  6976. "url": "https://www.patreon.com/feross"
  6977. },
  6978. {
  6979. "type": "consulting",
  6980. "url": "https://feross.org/support"
  6981. }
  6982. ],
  6983. "dependencies": {
  6984. "queue-microtask": "^1.2.2"
  6985. }
  6986. },
  6987. "node_modules/safe-array-concat": {
  6988. "version": "1.1.2",
  6989. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
  6990. "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
  6991. "dev": true,
  6992. "dependencies": {
  6993. "call-bind": "^1.0.7",
  6994. "get-intrinsic": "^1.2.4",
  6995. "has-symbols": "^1.0.3",
  6996. "isarray": "^2.0.5"
  6997. },
  6998. "engines": {
  6999. "node": ">=0.4"
  7000. },
  7001. "funding": {
  7002. "url": "https://github.com/sponsors/ljharb"
  7003. }
  7004. },
  7005. "node_modules/safe-buffer": {
  7006. "version": "5.2.1",
  7007. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  7008. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  7009. "dev": true,
  7010. "funding": [
  7011. {
  7012. "type": "github",
  7013. "url": "https://github.com/sponsors/feross"
  7014. },
  7015. {
  7016. "type": "patreon",
  7017. "url": "https://www.patreon.com/feross"
  7018. },
  7019. {
  7020. "type": "consulting",
  7021. "url": "https://feross.org/support"
  7022. }
  7023. ]
  7024. },
  7025. "node_modules/safe-regex-test": {
  7026. "version": "1.0.3",
  7027. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
  7028. "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
  7029. "dev": true,
  7030. "dependencies": {
  7031. "call-bind": "^1.0.6",
  7032. "es-errors": "^1.3.0",
  7033. "is-regex": "^1.1.4"
  7034. },
  7035. "engines": {
  7036. "node": ">= 0.4"
  7037. },
  7038. "funding": {
  7039. "url": "https://github.com/sponsors/ljharb"
  7040. }
  7041. },
  7042. "node_modules/scheduler": {
  7043. "version": "0.23.2",
  7044. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
  7045. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  7046. "dependencies": {
  7047. "loose-envify": "^1.1.0"
  7048. }
  7049. },
  7050. "node_modules/semver": {
  7051. "version": "6.3.1",
  7052. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  7053. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  7054. "dev": true,
  7055. "bin": {
  7056. "semver": "bin/semver.js"
  7057. }
  7058. },
  7059. "node_modules/serialize-javascript": {
  7060. "version": "4.0.0",
  7061. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  7062. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  7063. "dev": true,
  7064. "dependencies": {
  7065. "randombytes": "^2.1.0"
  7066. }
  7067. },
  7068. "node_modules/set-function-length": {
  7069. "version": "1.2.2",
  7070. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  7071. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  7072. "dev": true,
  7073. "dependencies": {
  7074. "define-data-property": "^1.1.4",
  7075. "es-errors": "^1.3.0",
  7076. "function-bind": "^1.1.2",
  7077. "get-intrinsic": "^1.2.4",
  7078. "gopd": "^1.0.1",
  7079. "has-property-descriptors": "^1.0.2"
  7080. },
  7081. "engines": {
  7082. "node": ">= 0.4"
  7083. }
  7084. },
  7085. "node_modules/set-function-name": {
  7086. "version": "2.0.2",
  7087. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  7088. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  7089. "dev": true,
  7090. "dependencies": {
  7091. "define-data-property": "^1.1.4",
  7092. "es-errors": "^1.3.0",
  7093. "functions-have-names": "^1.2.3",
  7094. "has-property-descriptors": "^1.0.2"
  7095. },
  7096. "engines": {
  7097. "node": ">= 0.4"
  7098. }
  7099. },
  7100. "node_modules/shebang-command": {
  7101. "version": "2.0.0",
  7102. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  7103. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  7104. "dev": true,
  7105. "dependencies": {
  7106. "shebang-regex": "^3.0.0"
  7107. },
  7108. "engines": {
  7109. "node": ">=8"
  7110. }
  7111. },
  7112. "node_modules/shebang-regex": {
  7113. "version": "3.0.0",
  7114. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  7115. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  7116. "dev": true,
  7117. "engines": {
  7118. "node": ">=8"
  7119. }
  7120. },
  7121. "node_modules/side-channel": {
  7122. "version": "1.0.6",
  7123. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
  7124. "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
  7125. "dev": true,
  7126. "dependencies": {
  7127. "call-bind": "^1.0.7",
  7128. "es-errors": "^1.3.0",
  7129. "get-intrinsic": "^1.2.4",
  7130. "object-inspect": "^1.13.1"
  7131. },
  7132. "engines": {
  7133. "node": ">= 0.4"
  7134. },
  7135. "funding": {
  7136. "url": "https://github.com/sponsors/ljharb"
  7137. }
  7138. },
  7139. "node_modules/source-map": {
  7140. "version": "0.5.7",
  7141. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  7142. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  7143. "engines": {
  7144. "node": ">=0.10.0"
  7145. }
  7146. },
  7147. "node_modules/source-map-js": {
  7148. "version": "1.2.0",
  7149. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
  7150. "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
  7151. "dev": true,
  7152. "engines": {
  7153. "node": ">=0.10.0"
  7154. }
  7155. },
  7156. "node_modules/source-map-support": {
  7157. "version": "0.5.21",
  7158. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  7159. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  7160. "dev": true,
  7161. "dependencies": {
  7162. "buffer-from": "^1.0.0",
  7163. "source-map": "^0.6.0"
  7164. }
  7165. },
  7166. "node_modules/source-map-support/node_modules/source-map": {
  7167. "version": "0.6.1",
  7168. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  7169. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  7170. "dev": true,
  7171. "engines": {
  7172. "node": ">=0.10.0"
  7173. }
  7174. },
  7175. "node_modules/sourcemap-codec": {
  7176. "version": "1.4.8",
  7177. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  7178. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  7179. "deprecated": "Please use @jridgewell/sourcemap-codec instead",
  7180. "dev": true
  7181. },
  7182. "node_modules/space-separated-tokens": {
  7183. "version": "1.1.5",
  7184. "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
  7185. "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
  7186. "funding": {
  7187. "type": "github",
  7188. "url": "https://github.com/sponsors/wooorm"
  7189. }
  7190. },
  7191. "node_modules/stack-generator": {
  7192. "version": "2.0.10",
  7193. "resolved": "https://registry.npmjs.org/stack-generator/-/stack-generator-2.0.10.tgz",
  7194. "integrity": "sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==",
  7195. "dependencies": {
  7196. "stackframe": "^1.3.4"
  7197. }
  7198. },
  7199. "node_modules/stackframe": {
  7200. "version": "1.3.4",
  7201. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  7202. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  7203. },
  7204. "node_modules/stacktrace-gps": {
  7205. "version": "3.1.2",
  7206. "resolved": "https://registry.npmjs.org/stacktrace-gps/-/stacktrace-gps-3.1.2.tgz",
  7207. "integrity": "sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==",
  7208. "dependencies": {
  7209. "source-map": "0.5.6",
  7210. "stackframe": "^1.3.4"
  7211. }
  7212. },
  7213. "node_modules/stacktrace-gps/node_modules/source-map": {
  7214. "version": "0.5.6",
  7215. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
  7216. "integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==",
  7217. "engines": {
  7218. "node": ">=0.10.0"
  7219. }
  7220. },
  7221. "node_modules/stacktrace-js": {
  7222. "version": "2.0.2",
  7223. "resolved": "https://registry.npmjs.org/stacktrace-js/-/stacktrace-js-2.0.2.tgz",
  7224. "integrity": "sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==",
  7225. "dependencies": {
  7226. "error-stack-parser": "^2.0.6",
  7227. "stack-generator": "^2.0.5",
  7228. "stacktrace-gps": "^3.0.4"
  7229. }
  7230. },
  7231. "node_modules/stop-iteration-iterator": {
  7232. "version": "1.0.0",
  7233. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
  7234. "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
  7235. "dev": true,
  7236. "dependencies": {
  7237. "internal-slot": "^1.0.4"
  7238. },
  7239. "engines": {
  7240. "node": ">= 0.4"
  7241. }
  7242. },
  7243. "node_modules/string.prototype.includes": {
  7244. "version": "2.0.0",
  7245. "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz",
  7246. "integrity": "sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==",
  7247. "dev": true,
  7248. "dependencies": {
  7249. "define-properties": "^1.1.3",
  7250. "es-abstract": "^1.17.5"
  7251. }
  7252. },
  7253. "node_modules/string.prototype.matchall": {
  7254. "version": "4.0.11",
  7255. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz",
  7256. "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==",
  7257. "dev": true,
  7258. "dependencies": {
  7259. "call-bind": "^1.0.7",
  7260. "define-properties": "^1.2.1",
  7261. "es-abstract": "^1.23.2",
  7262. "es-errors": "^1.3.0",
  7263. "es-object-atoms": "^1.0.0",
  7264. "get-intrinsic": "^1.2.4",
  7265. "gopd": "^1.0.1",
  7266. "has-symbols": "^1.0.3",
  7267. "internal-slot": "^1.0.7",
  7268. "regexp.prototype.flags": "^1.5.2",
  7269. "set-function-name": "^2.0.2",
  7270. "side-channel": "^1.0.6"
  7271. },
  7272. "engines": {
  7273. "node": ">= 0.4"
  7274. },
  7275. "funding": {
  7276. "url": "https://github.com/sponsors/ljharb"
  7277. }
  7278. },
  7279. "node_modules/string.prototype.repeat": {
  7280. "version": "1.0.0",
  7281. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  7282. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  7283. "dev": true,
  7284. "dependencies": {
  7285. "define-properties": "^1.1.3",
  7286. "es-abstract": "^1.17.5"
  7287. }
  7288. },
  7289. "node_modules/string.prototype.trim": {
  7290. "version": "1.2.9",
  7291. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
  7292. "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
  7293. "dev": true,
  7294. "dependencies": {
  7295. "call-bind": "^1.0.7",
  7296. "define-properties": "^1.2.1",
  7297. "es-abstract": "^1.23.0",
  7298. "es-object-atoms": "^1.0.0"
  7299. },
  7300. "engines": {
  7301. "node": ">= 0.4"
  7302. },
  7303. "funding": {
  7304. "url": "https://github.com/sponsors/ljharb"
  7305. }
  7306. },
  7307. "node_modules/string.prototype.trimend": {
  7308. "version": "1.0.8",
  7309. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
  7310. "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
  7311. "dev": true,
  7312. "dependencies": {
  7313. "call-bind": "^1.0.7",
  7314. "define-properties": "^1.2.1",
  7315. "es-object-atoms": "^1.0.0"
  7316. },
  7317. "funding": {
  7318. "url": "https://github.com/sponsors/ljharb"
  7319. }
  7320. },
  7321. "node_modules/string.prototype.trimstart": {
  7322. "version": "1.0.8",
  7323. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  7324. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  7325. "dev": true,
  7326. "dependencies": {
  7327. "call-bind": "^1.0.7",
  7328. "define-properties": "^1.2.1",
  7329. "es-object-atoms": "^1.0.0"
  7330. },
  7331. "engines": {
  7332. "node": ">= 0.4"
  7333. },
  7334. "funding": {
  7335. "url": "https://github.com/sponsors/ljharb"
  7336. }
  7337. },
  7338. "node_modules/stringify-object": {
  7339. "version": "3.3.0",
  7340. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  7341. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  7342. "dev": true,
  7343. "dependencies": {
  7344. "get-own-enumerable-property-symbols": "^3.0.0",
  7345. "is-obj": "^1.0.1",
  7346. "is-regexp": "^1.0.0"
  7347. },
  7348. "engines": {
  7349. "node": ">=4"
  7350. }
  7351. },
  7352. "node_modules/strip-ansi": {
  7353. "version": "6.0.1",
  7354. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7355. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7356. "dev": true,
  7357. "dependencies": {
  7358. "ansi-regex": "^5.0.1"
  7359. },
  7360. "engines": {
  7361. "node": ">=8"
  7362. }
  7363. },
  7364. "node_modules/strip-bom": {
  7365. "version": "3.0.0",
  7366. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  7367. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  7368. "dev": true,
  7369. "engines": {
  7370. "node": ">=4"
  7371. }
  7372. },
  7373. "node_modules/strip-comments": {
  7374. "version": "2.0.1",
  7375. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  7376. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  7377. "dev": true,
  7378. "engines": {
  7379. "node": ">=10"
  7380. }
  7381. },
  7382. "node_modules/strip-json-comments": {
  7383. "version": "3.1.1",
  7384. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  7385. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  7386. "dev": true,
  7387. "engines": {
  7388. "node": ">=8"
  7389. },
  7390. "funding": {
  7391. "url": "https://github.com/sponsors/sindresorhus"
  7392. }
  7393. },
  7394. "node_modules/style-to-object": {
  7395. "version": "0.3.0",
  7396. "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz",
  7397. "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==",
  7398. "dependencies": {
  7399. "inline-style-parser": "0.1.1"
  7400. }
  7401. },
  7402. "node_modules/stylis": {
  7403. "version": "4.3.2",
  7404. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.2.tgz",
  7405. "integrity": "sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg=="
  7406. },
  7407. "node_modules/stylis-plugin-rtl": {
  7408. "version": "2.1.1",
  7409. "resolved": "https://registry.npmjs.org/stylis-plugin-rtl/-/stylis-plugin-rtl-2.1.1.tgz",
  7410. "integrity": "sha512-q6xIkri6fBufIO/sV55md2CbgS5c6gg9EhSVATtHHCdOnbN/jcI0u3lYhNVeuI65c4lQPo67g8xmq5jrREvzlg==",
  7411. "dependencies": {
  7412. "cssjanus": "^2.0.1"
  7413. },
  7414. "peerDependencies": {
  7415. "stylis": "4.x"
  7416. }
  7417. },
  7418. "node_modules/supports-color": {
  7419. "version": "5.5.0",
  7420. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  7421. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  7422. "dependencies": {
  7423. "has-flag": "^3.0.0"
  7424. },
  7425. "engines": {
  7426. "node": ">=4"
  7427. }
  7428. },
  7429. "node_modules/supports-preserve-symlinks-flag": {
  7430. "version": "1.0.0",
  7431. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  7432. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  7433. "engines": {
  7434. "node": ">= 0.4"
  7435. },
  7436. "funding": {
  7437. "url": "https://github.com/sponsors/ljharb"
  7438. }
  7439. },
  7440. "node_modules/temp-dir": {
  7441. "version": "2.0.0",
  7442. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  7443. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  7444. "dev": true,
  7445. "engines": {
  7446. "node": ">=8"
  7447. }
  7448. },
  7449. "node_modules/tempy": {
  7450. "version": "0.6.0",
  7451. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  7452. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  7453. "dev": true,
  7454. "dependencies": {
  7455. "is-stream": "^2.0.0",
  7456. "temp-dir": "^2.0.0",
  7457. "type-fest": "^0.16.0",
  7458. "unique-string": "^2.0.0"
  7459. },
  7460. "engines": {
  7461. "node": ">=10"
  7462. },
  7463. "funding": {
  7464. "url": "https://github.com/sponsors/sindresorhus"
  7465. }
  7466. },
  7467. "node_modules/terser": {
  7468. "version": "5.31.3",
  7469. "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz",
  7470. "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==",
  7471. "dev": true,
  7472. "dependencies": {
  7473. "@jridgewell/source-map": "^0.3.3",
  7474. "acorn": "^8.8.2",
  7475. "commander": "^2.20.0",
  7476. "source-map-support": "~0.5.20"
  7477. },
  7478. "bin": {
  7479. "terser": "bin/terser"
  7480. },
  7481. "engines": {
  7482. "node": ">=10"
  7483. }
  7484. },
  7485. "node_modules/text-table": {
  7486. "version": "0.2.0",
  7487. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  7488. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  7489. "dev": true
  7490. },
  7491. "node_modules/throttle-debounce": {
  7492. "version": "2.3.0",
  7493. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz",
  7494. "integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==",
  7495. "engines": {
  7496. "node": ">=8"
  7497. }
  7498. },
  7499. "node_modules/to-fast-properties": {
  7500. "version": "2.0.0",
  7501. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  7502. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  7503. "engines": {
  7504. "node": ">=4"
  7505. }
  7506. },
  7507. "node_modules/to-regex-range": {
  7508. "version": "5.0.1",
  7509. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7510. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7511. "dev": true,
  7512. "dependencies": {
  7513. "is-number": "^7.0.0"
  7514. },
  7515. "engines": {
  7516. "node": ">=8.0"
  7517. }
  7518. },
  7519. "node_modules/tr46": {
  7520. "version": "0.0.3",
  7521. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  7522. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  7523. },
  7524. "node_modules/trough": {
  7525. "version": "1.0.5",
  7526. "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
  7527. "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
  7528. "funding": {
  7529. "type": "github",
  7530. "url": "https://github.com/sponsors/wooorm"
  7531. }
  7532. },
  7533. "node_modules/tsconfig-paths": {
  7534. "version": "3.15.0",
  7535. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  7536. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  7537. "dev": true,
  7538. "dependencies": {
  7539. "@types/json5": "^0.0.29",
  7540. "json5": "^1.0.2",
  7541. "minimist": "^1.2.6",
  7542. "strip-bom": "^3.0.0"
  7543. }
  7544. },
  7545. "node_modules/tsconfig-paths/node_modules/json5": {
  7546. "version": "1.0.2",
  7547. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  7548. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  7549. "dev": true,
  7550. "dependencies": {
  7551. "minimist": "^1.2.0"
  7552. },
  7553. "bin": {
  7554. "json5": "lib/cli.js"
  7555. }
  7556. },
  7557. "node_modules/type-check": {
  7558. "version": "0.4.0",
  7559. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  7560. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  7561. "dev": true,
  7562. "dependencies": {
  7563. "prelude-ls": "^1.2.1"
  7564. },
  7565. "engines": {
  7566. "node": ">= 0.8.0"
  7567. }
  7568. },
  7569. "node_modules/type-fest": {
  7570. "version": "0.16.0",
  7571. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  7572. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  7573. "dev": true,
  7574. "engines": {
  7575. "node": ">=10"
  7576. },
  7577. "funding": {
  7578. "url": "https://github.com/sponsors/sindresorhus"
  7579. }
  7580. },
  7581. "node_modules/typed-array-buffer": {
  7582. "version": "1.0.2",
  7583. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
  7584. "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
  7585. "dev": true,
  7586. "dependencies": {
  7587. "call-bind": "^1.0.7",
  7588. "es-errors": "^1.3.0",
  7589. "is-typed-array": "^1.1.13"
  7590. },
  7591. "engines": {
  7592. "node": ">= 0.4"
  7593. }
  7594. },
  7595. "node_modules/typed-array-byte-length": {
  7596. "version": "1.0.1",
  7597. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
  7598. "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
  7599. "dev": true,
  7600. "dependencies": {
  7601. "call-bind": "^1.0.7",
  7602. "for-each": "^0.3.3",
  7603. "gopd": "^1.0.1",
  7604. "has-proto": "^1.0.3",
  7605. "is-typed-array": "^1.1.13"
  7606. },
  7607. "engines": {
  7608. "node": ">= 0.4"
  7609. },
  7610. "funding": {
  7611. "url": "https://github.com/sponsors/ljharb"
  7612. }
  7613. },
  7614. "node_modules/typed-array-byte-offset": {
  7615. "version": "1.0.2",
  7616. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
  7617. "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
  7618. "dev": true,
  7619. "dependencies": {
  7620. "available-typed-arrays": "^1.0.7",
  7621. "call-bind": "^1.0.7",
  7622. "for-each": "^0.3.3",
  7623. "gopd": "^1.0.1",
  7624. "has-proto": "^1.0.3",
  7625. "is-typed-array": "^1.1.13"
  7626. },
  7627. "engines": {
  7628. "node": ">= 0.4"
  7629. },
  7630. "funding": {
  7631. "url": "https://github.com/sponsors/ljharb"
  7632. }
  7633. },
  7634. "node_modules/typed-array-length": {
  7635. "version": "1.0.6",
  7636. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
  7637. "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
  7638. "dev": true,
  7639. "dependencies": {
  7640. "call-bind": "^1.0.7",
  7641. "for-each": "^0.3.3",
  7642. "gopd": "^1.0.1",
  7643. "has-proto": "^1.0.3",
  7644. "is-typed-array": "^1.1.13",
  7645. "possible-typed-array-names": "^1.0.0"
  7646. },
  7647. "engines": {
  7648. "node": ">= 0.4"
  7649. },
  7650. "funding": {
  7651. "url": "https://github.com/sponsors/ljharb"
  7652. }
  7653. },
  7654. "node_modules/unbox-primitive": {
  7655. "version": "1.0.2",
  7656. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  7657. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  7658. "dev": true,
  7659. "dependencies": {
  7660. "call-bind": "^1.0.2",
  7661. "has-bigints": "^1.0.2",
  7662. "has-symbols": "^1.0.3",
  7663. "which-boxed-primitive": "^1.0.2"
  7664. },
  7665. "funding": {
  7666. "url": "https://github.com/sponsors/ljharb"
  7667. }
  7668. },
  7669. "node_modules/undici-types": {
  7670. "version": "5.26.5",
  7671. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
  7672. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
  7673. "dev": true
  7674. },
  7675. "node_modules/unicode-canonical-property-names-ecmascript": {
  7676. "version": "2.0.0",
  7677. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  7678. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  7679. "dev": true,
  7680. "engines": {
  7681. "node": ">=4"
  7682. }
  7683. },
  7684. "node_modules/unicode-match-property-ecmascript": {
  7685. "version": "2.0.0",
  7686. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  7687. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  7688. "dev": true,
  7689. "dependencies": {
  7690. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  7691. "unicode-property-aliases-ecmascript": "^2.0.0"
  7692. },
  7693. "engines": {
  7694. "node": ">=4"
  7695. }
  7696. },
  7697. "node_modules/unicode-match-property-value-ecmascript": {
  7698. "version": "2.1.0",
  7699. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  7700. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  7701. "dev": true,
  7702. "engines": {
  7703. "node": ">=4"
  7704. }
  7705. },
  7706. "node_modules/unicode-property-aliases-ecmascript": {
  7707. "version": "2.1.0",
  7708. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  7709. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  7710. "dev": true,
  7711. "engines": {
  7712. "node": ">=4"
  7713. }
  7714. },
  7715. "node_modules/unified": {
  7716. "version": "9.2.2",
  7717. "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
  7718. "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
  7719. "dependencies": {
  7720. "bail": "^1.0.0",
  7721. "extend": "^3.0.0",
  7722. "is-buffer": "^2.0.0",
  7723. "is-plain-obj": "^2.0.0",
  7724. "trough": "^1.0.0",
  7725. "vfile": "^4.0.0"
  7726. },
  7727. "funding": {
  7728. "type": "opencollective",
  7729. "url": "https://opencollective.com/unified"
  7730. }
  7731. },
  7732. "node_modules/unique-string": {
  7733. "version": "2.0.0",
  7734. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  7735. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  7736. "dev": true,
  7737. "dependencies": {
  7738. "crypto-random-string": "^2.0.0"
  7739. },
  7740. "engines": {
  7741. "node": ">=8"
  7742. }
  7743. },
  7744. "node_modules/unist-builder": {
  7745. "version": "2.0.3",
  7746. "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz",
  7747. "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==",
  7748. "funding": {
  7749. "type": "opencollective",
  7750. "url": "https://opencollective.com/unified"
  7751. }
  7752. },
  7753. "node_modules/unist-util-generated": {
  7754. "version": "1.1.6",
  7755. "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz",
  7756. "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==",
  7757. "funding": {
  7758. "type": "opencollective",
  7759. "url": "https://opencollective.com/unified"
  7760. }
  7761. },
  7762. "node_modules/unist-util-is": {
  7763. "version": "4.1.0",
  7764. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
  7765. "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
  7766. "funding": {
  7767. "type": "opencollective",
  7768. "url": "https://opencollective.com/unified"
  7769. }
  7770. },
  7771. "node_modules/unist-util-position": {
  7772. "version": "3.1.0",
  7773. "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
  7774. "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
  7775. "funding": {
  7776. "type": "opencollective",
  7777. "url": "https://opencollective.com/unified"
  7778. }
  7779. },
  7780. "node_modules/unist-util-stringify-position": {
  7781. "version": "2.0.3",
  7782. "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
  7783. "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
  7784. "dependencies": {
  7785. "@types/unist": "^2.0.2"
  7786. },
  7787. "funding": {
  7788. "type": "opencollective",
  7789. "url": "https://opencollective.com/unified"
  7790. }
  7791. },
  7792. "node_modules/unist-util-visit": {
  7793. "version": "1.4.1",
  7794. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
  7795. "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
  7796. "dependencies": {
  7797. "unist-util-visit-parents": "^2.0.0"
  7798. }
  7799. },
  7800. "node_modules/unist-util-visit-parents": {
  7801. "version": "2.1.2",
  7802. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
  7803. "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
  7804. "dependencies": {
  7805. "unist-util-is": "^3.0.0"
  7806. }
  7807. },
  7808. "node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
  7809. "version": "3.0.0",
  7810. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
  7811. "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A=="
  7812. },
  7813. "node_modules/universalify": {
  7814. "version": "2.0.1",
  7815. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  7816. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  7817. "dev": true,
  7818. "engines": {
  7819. "node": ">= 10.0.0"
  7820. }
  7821. },
  7822. "node_modules/upath": {
  7823. "version": "1.2.0",
  7824. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  7825. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  7826. "dev": true,
  7827. "engines": {
  7828. "node": ">=4",
  7829. "yarn": "*"
  7830. }
  7831. },
  7832. "node_modules/update-browserslist-db": {
  7833. "version": "1.1.0",
  7834. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
  7835. "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
  7836. "dev": true,
  7837. "funding": [
  7838. {
  7839. "type": "opencollective",
  7840. "url": "https://opencollective.com/browserslist"
  7841. },
  7842. {
  7843. "type": "tidelift",
  7844. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7845. },
  7846. {
  7847. "type": "github",
  7848. "url": "https://github.com/sponsors/ai"
  7849. }
  7850. ],
  7851. "dependencies": {
  7852. "escalade": "^3.1.2",
  7853. "picocolors": "^1.0.1"
  7854. },
  7855. "bin": {
  7856. "update-browserslist-db": "cli.js"
  7857. },
  7858. "peerDependencies": {
  7859. "browserslist": ">= 4.21.0"
  7860. }
  7861. },
  7862. "node_modules/uri-js": {
  7863. "version": "4.4.1",
  7864. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7865. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7866. "dev": true,
  7867. "dependencies": {
  7868. "punycode": "^2.1.0"
  7869. }
  7870. },
  7871. "node_modules/vfile": {
  7872. "version": "4.2.1",
  7873. "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
  7874. "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
  7875. "dependencies": {
  7876. "@types/unist": "^2.0.0",
  7877. "is-buffer": "^2.0.0",
  7878. "unist-util-stringify-position": "^2.0.0",
  7879. "vfile-message": "^2.0.0"
  7880. },
  7881. "funding": {
  7882. "type": "opencollective",
  7883. "url": "https://opencollective.com/unified"
  7884. }
  7885. },
  7886. "node_modules/vfile-message": {
  7887. "version": "2.0.4",
  7888. "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
  7889. "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
  7890. "dependencies": {
  7891. "@types/unist": "^2.0.0",
  7892. "unist-util-stringify-position": "^2.0.0"
  7893. },
  7894. "funding": {
  7895. "type": "opencollective",
  7896. "url": "https://opencollective.com/unified"
  7897. }
  7898. },
  7899. "node_modules/vite": {
  7900. "version": "4.5.3",
  7901. "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz",
  7902. "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==",
  7903. "dev": true,
  7904. "dependencies": {
  7905. "esbuild": "^0.18.10",
  7906. "postcss": "^8.4.27",
  7907. "rollup": "^3.27.1"
  7908. },
  7909. "bin": {
  7910. "vite": "bin/vite.js"
  7911. },
  7912. "engines": {
  7913. "node": "^14.18.0 || >=16.0.0"
  7914. },
  7915. "funding": {
  7916. "url": "https://github.com/vitejs/vite?sponsor=1"
  7917. },
  7918. "optionalDependencies": {
  7919. "fsevents": "~2.3.2"
  7920. },
  7921. "peerDependencies": {
  7922. "@types/node": ">= 14",
  7923. "less": "*",
  7924. "lightningcss": "^1.21.0",
  7925. "sass": "*",
  7926. "stylus": "*",
  7927. "sugarss": "*",
  7928. "terser": "^5.4.0"
  7929. },
  7930. "peerDependenciesMeta": {
  7931. "@types/node": {
  7932. "optional": true
  7933. },
  7934. "less": {
  7935. "optional": true
  7936. },
  7937. "lightningcss": {
  7938. "optional": true
  7939. },
  7940. "sass": {
  7941. "optional": true
  7942. },
  7943. "stylus": {
  7944. "optional": true
  7945. },
  7946. "sugarss": {
  7947. "optional": true
  7948. },
  7949. "terser": {
  7950. "optional": true
  7951. }
  7952. }
  7953. },
  7954. "node_modules/vite-plugin-pwa": {
  7955. "version": "0.15.2",
  7956. "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.15.2.tgz",
  7957. "integrity": "sha512-l1srtaad5NMNrAtAuub6ArTYG5Ci9AwofXXQ6IsbpCMYQ/0HUndwI7RB2x95+1UBFm7VGttQtT7woBlVnNhBRw==",
  7958. "dev": true,
  7959. "dependencies": {
  7960. "debug": "^4.3.4",
  7961. "fast-glob": "^3.2.12",
  7962. "pretty-bytes": "^6.0.0",
  7963. "workbox-build": "^6.5.4",
  7964. "workbox-window": "^6.5.4"
  7965. },
  7966. "funding": {
  7967. "url": "https://github.com/sponsors/antfu"
  7968. },
  7969. "peerDependencies": {
  7970. "vite": "^3.1.0 || ^4.0.0",
  7971. "workbox-build": "^6.5.4",
  7972. "workbox-window": "^6.5.4"
  7973. }
  7974. },
  7975. "node_modules/void-elements": {
  7976. "version": "3.1.0",
  7977. "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
  7978. "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
  7979. "engines": {
  7980. "node": ">=0.10.0"
  7981. }
  7982. },
  7983. "node_modules/web-namespaces": {
  7984. "version": "1.1.4",
  7985. "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
  7986. "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==",
  7987. "funding": {
  7988. "type": "github",
  7989. "url": "https://github.com/sponsors/wooorm"
  7990. }
  7991. },
  7992. "node_modules/webidl-conversions": {
  7993. "version": "3.0.1",
  7994. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  7995. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  7996. },
  7997. "node_modules/whatwg-url": {
  7998. "version": "5.0.0",
  7999. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  8000. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  8001. "dependencies": {
  8002. "tr46": "~0.0.3",
  8003. "webidl-conversions": "^3.0.0"
  8004. }
  8005. },
  8006. "node_modules/which": {
  8007. "version": "2.0.2",
  8008. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  8009. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  8010. "dev": true,
  8011. "dependencies": {
  8012. "isexe": "^2.0.0"
  8013. },
  8014. "bin": {
  8015. "node-which": "bin/node-which"
  8016. },
  8017. "engines": {
  8018. "node": ">= 8"
  8019. }
  8020. },
  8021. "node_modules/which-boxed-primitive": {
  8022. "version": "1.0.2",
  8023. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  8024. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  8025. "dev": true,
  8026. "dependencies": {
  8027. "is-bigint": "^1.0.1",
  8028. "is-boolean-object": "^1.1.0",
  8029. "is-number-object": "^1.0.4",
  8030. "is-string": "^1.0.5",
  8031. "is-symbol": "^1.0.3"
  8032. },
  8033. "funding": {
  8034. "url": "https://github.com/sponsors/ljharb"
  8035. }
  8036. },
  8037. "node_modules/which-builtin-type": {
  8038. "version": "1.1.3",
  8039. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
  8040. "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
  8041. "dev": true,
  8042. "dependencies": {
  8043. "function.prototype.name": "^1.1.5",
  8044. "has-tostringtag": "^1.0.0",
  8045. "is-async-function": "^2.0.0",
  8046. "is-date-object": "^1.0.5",
  8047. "is-finalizationregistry": "^1.0.2",
  8048. "is-generator-function": "^1.0.10",
  8049. "is-regex": "^1.1.4",
  8050. "is-weakref": "^1.0.2",
  8051. "isarray": "^2.0.5",
  8052. "which-boxed-primitive": "^1.0.2",
  8053. "which-collection": "^1.0.1",
  8054. "which-typed-array": "^1.1.9"
  8055. },
  8056. "engines": {
  8057. "node": ">= 0.4"
  8058. },
  8059. "funding": {
  8060. "url": "https://github.com/sponsors/ljharb"
  8061. }
  8062. },
  8063. "node_modules/which-collection": {
  8064. "version": "1.0.2",
  8065. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  8066. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  8067. "dev": true,
  8068. "dependencies": {
  8069. "is-map": "^2.0.3",
  8070. "is-set": "^2.0.3",
  8071. "is-weakmap": "^2.0.2",
  8072. "is-weakset": "^2.0.3"
  8073. },
  8074. "engines": {
  8075. "node": ">= 0.4"
  8076. },
  8077. "funding": {
  8078. "url": "https://github.com/sponsors/ljharb"
  8079. }
  8080. },
  8081. "node_modules/which-typed-array": {
  8082. "version": "1.1.15",
  8083. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
  8084. "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
  8085. "dev": true,
  8086. "dependencies": {
  8087. "available-typed-arrays": "^1.0.7",
  8088. "call-bind": "^1.0.7",
  8089. "for-each": "^0.3.3",
  8090. "gopd": "^1.0.1",
  8091. "has-tostringtag": "^1.0.2"
  8092. },
  8093. "engines": {
  8094. "node": ">= 0.4"
  8095. },
  8096. "funding": {
  8097. "url": "https://github.com/sponsors/ljharb"
  8098. }
  8099. },
  8100. "node_modules/word-wrap": {
  8101. "version": "1.2.5",
  8102. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  8103. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  8104. "dev": true,
  8105. "engines": {
  8106. "node": ">=0.10.0"
  8107. }
  8108. },
  8109. "node_modules/workbox-background-sync": {
  8110. "version": "6.6.0",
  8111. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz",
  8112. "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==",
  8113. "dev": true,
  8114. "dependencies": {
  8115. "idb": "^7.0.1",
  8116. "workbox-core": "6.6.0"
  8117. }
  8118. },
  8119. "node_modules/workbox-broadcast-update": {
  8120. "version": "6.6.0",
  8121. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz",
  8122. "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==",
  8123. "dev": true,
  8124. "dependencies": {
  8125. "workbox-core": "6.6.0"
  8126. }
  8127. },
  8128. "node_modules/workbox-build": {
  8129. "version": "6.6.0",
  8130. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz",
  8131. "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==",
  8132. "dev": true,
  8133. "dependencies": {
  8134. "@apideck/better-ajv-errors": "^0.3.1",
  8135. "@babel/core": "^7.11.1",
  8136. "@babel/preset-env": "^7.11.0",
  8137. "@babel/runtime": "^7.11.2",
  8138. "@rollup/plugin-babel": "^5.2.0",
  8139. "@rollup/plugin-node-resolve": "^11.2.1",
  8140. "@rollup/plugin-replace": "^2.4.1",
  8141. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  8142. "ajv": "^8.6.0",
  8143. "common-tags": "^1.8.0",
  8144. "fast-json-stable-stringify": "^2.1.0",
  8145. "fs-extra": "^9.0.1",
  8146. "glob": "^7.1.6",
  8147. "lodash": "^4.17.20",
  8148. "pretty-bytes": "^5.3.0",
  8149. "rollup": "^2.43.1",
  8150. "rollup-plugin-terser": "^7.0.0",
  8151. "source-map": "^0.8.0-beta.0",
  8152. "stringify-object": "^3.3.0",
  8153. "strip-comments": "^2.0.1",
  8154. "tempy": "^0.6.0",
  8155. "upath": "^1.2.0",
  8156. "workbox-background-sync": "6.6.0",
  8157. "workbox-broadcast-update": "6.6.0",
  8158. "workbox-cacheable-response": "6.6.0",
  8159. "workbox-core": "6.6.0",
  8160. "workbox-expiration": "6.6.0",
  8161. "workbox-google-analytics": "6.6.0",
  8162. "workbox-navigation-preload": "6.6.0",
  8163. "workbox-precaching": "6.6.0",
  8164. "workbox-range-requests": "6.6.0",
  8165. "workbox-recipes": "6.6.0",
  8166. "workbox-routing": "6.6.0",
  8167. "workbox-strategies": "6.6.0",
  8168. "workbox-streams": "6.6.0",
  8169. "workbox-sw": "6.6.0",
  8170. "workbox-window": "6.6.0"
  8171. },
  8172. "engines": {
  8173. "node": ">=10.0.0"
  8174. }
  8175. },
  8176. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  8177. "version": "0.3.6",
  8178. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  8179. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  8180. "dev": true,
  8181. "dependencies": {
  8182. "json-schema": "^0.4.0",
  8183. "jsonpointer": "^5.0.0",
  8184. "leven": "^3.1.0"
  8185. },
  8186. "engines": {
  8187. "node": ">=10"
  8188. },
  8189. "peerDependencies": {
  8190. "ajv": ">=8"
  8191. }
  8192. },
  8193. "node_modules/workbox-build/node_modules/@rollup/plugin-babel": {
  8194. "version": "5.3.1",
  8195. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  8196. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  8197. "dev": true,
  8198. "dependencies": {
  8199. "@babel/helper-module-imports": "^7.10.4",
  8200. "@rollup/pluginutils": "^3.1.0"
  8201. },
  8202. "engines": {
  8203. "node": ">= 10.0.0"
  8204. },
  8205. "peerDependencies": {
  8206. "@babel/core": "^7.0.0",
  8207. "@types/babel__core": "^7.1.9",
  8208. "rollup": "^1.20.0||^2.0.0"
  8209. },
  8210. "peerDependenciesMeta": {
  8211. "@types/babel__core": {
  8212. "optional": true
  8213. }
  8214. }
  8215. },
  8216. "node_modules/workbox-build/node_modules/@rollup/plugin-node-resolve": {
  8217. "version": "11.2.1",
  8218. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  8219. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  8220. "dev": true,
  8221. "dependencies": {
  8222. "@rollup/pluginutils": "^3.1.0",
  8223. "@types/resolve": "1.17.1",
  8224. "builtin-modules": "^3.1.0",
  8225. "deepmerge": "^4.2.2",
  8226. "is-module": "^1.0.0",
  8227. "resolve": "^1.19.0"
  8228. },
  8229. "engines": {
  8230. "node": ">= 10.0.0"
  8231. },
  8232. "peerDependencies": {
  8233. "rollup": "^1.20.0||^2.0.0"
  8234. }
  8235. },
  8236. "node_modules/workbox-build/node_modules/@rollup/plugin-replace": {
  8237. "version": "2.4.2",
  8238. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  8239. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  8240. "dev": true,
  8241. "dependencies": {
  8242. "@rollup/pluginutils": "^3.1.0",
  8243. "magic-string": "^0.25.7"
  8244. },
  8245. "peerDependencies": {
  8246. "rollup": "^1.20.0 || ^2.0.0"
  8247. }
  8248. },
  8249. "node_modules/workbox-build/node_modules/@rollup/pluginutils": {
  8250. "version": "3.1.0",
  8251. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  8252. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  8253. "dev": true,
  8254. "dependencies": {
  8255. "@types/estree": "0.0.39",
  8256. "estree-walker": "^1.0.1",
  8257. "picomatch": "^2.2.2"
  8258. },
  8259. "engines": {
  8260. "node": ">= 8.0.0"
  8261. },
  8262. "peerDependencies": {
  8263. "rollup": "^1.20.0||^2.0.0"
  8264. }
  8265. },
  8266. "node_modules/workbox-build/node_modules/ajv": {
  8267. "version": "8.17.1",
  8268. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
  8269. "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
  8270. "dev": true,
  8271. "dependencies": {
  8272. "fast-deep-equal": "^3.1.3",
  8273. "fast-uri": "^3.0.1",
  8274. "json-schema-traverse": "^1.0.0",
  8275. "require-from-string": "^2.0.2"
  8276. },
  8277. "funding": {
  8278. "type": "github",
  8279. "url": "https://github.com/sponsors/epoberezkin"
  8280. }
  8281. },
  8282. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  8283. "version": "1.0.0",
  8284. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  8285. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  8286. "dev": true
  8287. },
  8288. "node_modules/workbox-build/node_modules/pretty-bytes": {
  8289. "version": "5.6.0",
  8290. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  8291. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  8292. "dev": true,
  8293. "engines": {
  8294. "node": ">=6"
  8295. },
  8296. "funding": {
  8297. "url": "https://github.com/sponsors/sindresorhus"
  8298. }
  8299. },
  8300. "node_modules/workbox-build/node_modules/rollup": {
  8301. "version": "2.79.1",
  8302. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
  8303. "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
  8304. "dev": true,
  8305. "bin": {
  8306. "rollup": "dist/bin/rollup"
  8307. },
  8308. "engines": {
  8309. "node": ">=10.0.0"
  8310. },
  8311. "optionalDependencies": {
  8312. "fsevents": "~2.3.2"
  8313. }
  8314. },
  8315. "node_modules/workbox-build/node_modules/rollup-plugin-terser": {
  8316. "version": "7.0.2",
  8317. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  8318. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  8319. "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
  8320. "dev": true,
  8321. "dependencies": {
  8322. "@babel/code-frame": "^7.10.4",
  8323. "jest-worker": "^26.2.1",
  8324. "serialize-javascript": "^4.0.0",
  8325. "terser": "^5.0.0"
  8326. },
  8327. "peerDependencies": {
  8328. "rollup": "^2.0.0"
  8329. }
  8330. },
  8331. "node_modules/workbox-build/node_modules/source-map": {
  8332. "version": "0.8.0-beta.0",
  8333. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  8334. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  8335. "dev": true,
  8336. "dependencies": {
  8337. "whatwg-url": "^7.0.0"
  8338. },
  8339. "engines": {
  8340. "node": ">= 8"
  8341. }
  8342. },
  8343. "node_modules/workbox-build/node_modules/tr46": {
  8344. "version": "1.0.1",
  8345. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  8346. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  8347. "dev": true,
  8348. "dependencies": {
  8349. "punycode": "^2.1.0"
  8350. }
  8351. },
  8352. "node_modules/workbox-build/node_modules/webidl-conversions": {
  8353. "version": "4.0.2",
  8354. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  8355. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
  8356. "dev": true
  8357. },
  8358. "node_modules/workbox-build/node_modules/whatwg-url": {
  8359. "version": "7.1.0",
  8360. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  8361. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  8362. "dev": true,
  8363. "dependencies": {
  8364. "lodash.sortby": "^4.7.0",
  8365. "tr46": "^1.0.1",
  8366. "webidl-conversions": "^4.0.2"
  8367. }
  8368. },
  8369. "node_modules/workbox-cacheable-response": {
  8370. "version": "6.6.0",
  8371. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz",
  8372. "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==",
  8373. "deprecated": "workbox-background-sync@6.6.0",
  8374. "dev": true,
  8375. "dependencies": {
  8376. "workbox-core": "6.6.0"
  8377. }
  8378. },
  8379. "node_modules/workbox-core": {
  8380. "version": "6.6.0",
  8381. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz",
  8382. "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==",
  8383. "dev": true
  8384. },
  8385. "node_modules/workbox-expiration": {
  8386. "version": "6.6.0",
  8387. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz",
  8388. "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==",
  8389. "dev": true,
  8390. "dependencies": {
  8391. "idb": "^7.0.1",
  8392. "workbox-core": "6.6.0"
  8393. }
  8394. },
  8395. "node_modules/workbox-google-analytics": {
  8396. "version": "6.6.0",
  8397. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz",
  8398. "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==",
  8399. "deprecated": "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained",
  8400. "dev": true,
  8401. "dependencies": {
  8402. "workbox-background-sync": "6.6.0",
  8403. "workbox-core": "6.6.0",
  8404. "workbox-routing": "6.6.0",
  8405. "workbox-strategies": "6.6.0"
  8406. }
  8407. },
  8408. "node_modules/workbox-navigation-preload": {
  8409. "version": "6.6.0",
  8410. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz",
  8411. "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==",
  8412. "dev": true,
  8413. "dependencies": {
  8414. "workbox-core": "6.6.0"
  8415. }
  8416. },
  8417. "node_modules/workbox-precaching": {
  8418. "version": "6.6.0",
  8419. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz",
  8420. "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==",
  8421. "dev": true,
  8422. "dependencies": {
  8423. "workbox-core": "6.6.0",
  8424. "workbox-routing": "6.6.0",
  8425. "workbox-strategies": "6.6.0"
  8426. }
  8427. },
  8428. "node_modules/workbox-range-requests": {
  8429. "version": "6.6.0",
  8430. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz",
  8431. "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==",
  8432. "dev": true,
  8433. "dependencies": {
  8434. "workbox-core": "6.6.0"
  8435. }
  8436. },
  8437. "node_modules/workbox-recipes": {
  8438. "version": "6.6.0",
  8439. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz",
  8440. "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==",
  8441. "dev": true,
  8442. "dependencies": {
  8443. "workbox-cacheable-response": "6.6.0",
  8444. "workbox-core": "6.6.0",
  8445. "workbox-expiration": "6.6.0",
  8446. "workbox-precaching": "6.6.0",
  8447. "workbox-routing": "6.6.0",
  8448. "workbox-strategies": "6.6.0"
  8449. }
  8450. },
  8451. "node_modules/workbox-routing": {
  8452. "version": "6.6.0",
  8453. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz",
  8454. "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==",
  8455. "dev": true,
  8456. "dependencies": {
  8457. "workbox-core": "6.6.0"
  8458. }
  8459. },
  8460. "node_modules/workbox-strategies": {
  8461. "version": "6.6.0",
  8462. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz",
  8463. "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==",
  8464. "dev": true,
  8465. "dependencies": {
  8466. "workbox-core": "6.6.0"
  8467. }
  8468. },
  8469. "node_modules/workbox-streams": {
  8470. "version": "6.6.0",
  8471. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz",
  8472. "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==",
  8473. "dev": true,
  8474. "dependencies": {
  8475. "workbox-core": "6.6.0",
  8476. "workbox-routing": "6.6.0"
  8477. }
  8478. },
  8479. "node_modules/workbox-sw": {
  8480. "version": "6.6.0",
  8481. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz",
  8482. "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==",
  8483. "dev": true
  8484. },
  8485. "node_modules/workbox-window": {
  8486. "version": "6.6.0",
  8487. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz",
  8488. "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==",
  8489. "dev": true,
  8490. "dependencies": {
  8491. "@types/trusted-types": "^2.0.2",
  8492. "workbox-core": "6.6.0"
  8493. }
  8494. },
  8495. "node_modules/wrappy": {
  8496. "version": "1.0.2",
  8497. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  8498. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  8499. "dev": true
  8500. },
  8501. "node_modules/xtend": {
  8502. "version": "4.0.2",
  8503. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  8504. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  8505. "engines": {
  8506. "node": ">=0.4"
  8507. }
  8508. },
  8509. "node_modules/yallist": {
  8510. "version": "3.1.1",
  8511. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  8512. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  8513. "dev": true
  8514. },
  8515. "node_modules/yaml": {
  8516. "version": "1.10.2",
  8517. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  8518. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  8519. "engines": {
  8520. "node": ">= 6"
  8521. }
  8522. },
  8523. "node_modules/yocto-queue": {
  8524. "version": "0.1.0",
  8525. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  8526. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  8527. "dev": true,
  8528. "engines": {
  8529. "node": ">=10"
  8530. },
  8531. "funding": {
  8532. "url": "https://github.com/sponsors/sindresorhus"
  8533. }
  8534. }
  8535. }
  8536. }