package-lock.json 289 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806
  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/@aashutoshrathi/word-wrap": {
  49. "version": "1.2.6",
  50. "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
  51. "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
  52. "dev": true,
  53. "engines": {
  54. "node": ">=0.10.0"
  55. }
  56. },
  57. "node_modules/@ampproject/remapping": {
  58. "version": "2.2.1",
  59. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
  60. "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
  61. "dev": true,
  62. "dependencies": {
  63. "@jridgewell/gen-mapping": "^0.3.0",
  64. "@jridgewell/trace-mapping": "^0.3.9"
  65. },
  66. "engines": {
  67. "node": ">=6.0.0"
  68. }
  69. },
  70. "node_modules/@babel/code-frame": {
  71. "version": "7.22.5",
  72. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
  73. "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
  74. "dependencies": {
  75. "@babel/highlight": "^7.22.5"
  76. },
  77. "engines": {
  78. "node": ">=6.9.0"
  79. }
  80. },
  81. "node_modules/@babel/compat-data": {
  82. "version": "7.22.6",
  83. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.6.tgz",
  84. "integrity": "sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==",
  85. "dev": true,
  86. "engines": {
  87. "node": ">=6.9.0"
  88. }
  89. },
  90. "node_modules/@babel/core": {
  91. "version": "7.22.8",
  92. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.8.tgz",
  93. "integrity": "sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw==",
  94. "dev": true,
  95. "dependencies": {
  96. "@ampproject/remapping": "^2.2.0",
  97. "@babel/code-frame": "^7.22.5",
  98. "@babel/generator": "^7.22.7",
  99. "@babel/helper-compilation-targets": "^7.22.6",
  100. "@babel/helper-module-transforms": "^7.22.5",
  101. "@babel/helpers": "^7.22.6",
  102. "@babel/parser": "^7.22.7",
  103. "@babel/template": "^7.22.5",
  104. "@babel/traverse": "^7.22.8",
  105. "@babel/types": "^7.22.5",
  106. "@nicolo-ribaudo/semver-v6": "^6.3.3",
  107. "convert-source-map": "^1.7.0",
  108. "debug": "^4.1.0",
  109. "gensync": "^1.0.0-beta.2",
  110. "json5": "^2.2.2"
  111. },
  112. "engines": {
  113. "node": ">=6.9.0"
  114. },
  115. "funding": {
  116. "type": "opencollective",
  117. "url": "https://opencollective.com/babel"
  118. }
  119. },
  120. "node_modules/@babel/generator": {
  121. "version": "7.22.7",
  122. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.7.tgz",
  123. "integrity": "sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==",
  124. "dev": true,
  125. "dependencies": {
  126. "@babel/types": "^7.22.5",
  127. "@jridgewell/gen-mapping": "^0.3.2",
  128. "@jridgewell/trace-mapping": "^0.3.17",
  129. "jsesc": "^2.5.1"
  130. },
  131. "engines": {
  132. "node": ">=6.9.0"
  133. }
  134. },
  135. "node_modules/@babel/helper-annotate-as-pure": {
  136. "version": "7.22.5",
  137. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  138. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  139. "dev": true,
  140. "dependencies": {
  141. "@babel/types": "^7.22.5"
  142. },
  143. "engines": {
  144. "node": ">=6.9.0"
  145. }
  146. },
  147. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  148. "version": "7.22.5",
  149. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz",
  150. "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==",
  151. "dev": true,
  152. "dependencies": {
  153. "@babel/types": "^7.22.5"
  154. },
  155. "engines": {
  156. "node": ">=6.9.0"
  157. }
  158. },
  159. "node_modules/@babel/helper-compilation-targets": {
  160. "version": "7.22.6",
  161. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz",
  162. "integrity": "sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==",
  163. "dev": true,
  164. "dependencies": {
  165. "@babel/compat-data": "^7.22.6",
  166. "@babel/helper-validator-option": "^7.22.5",
  167. "@nicolo-ribaudo/semver-v6": "^6.3.3",
  168. "browserslist": "^4.21.9",
  169. "lru-cache": "^5.1.1"
  170. },
  171. "engines": {
  172. "node": ">=6.9.0"
  173. },
  174. "peerDependencies": {
  175. "@babel/core": "^7.0.0"
  176. }
  177. },
  178. "node_modules/@babel/helper-create-class-features-plugin": {
  179. "version": "7.22.6",
  180. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.6.tgz",
  181. "integrity": "sha512-iwdzgtSiBxF6ni6mzVnZCF3xt5qE6cEA0J7nFt8QOAWZ0zjCFceEgpn3vtb2V7WFR6QzP2jmIFOHMTRo7eNJjQ==",
  182. "dev": true,
  183. "dependencies": {
  184. "@babel/helper-annotate-as-pure": "^7.22.5",
  185. "@babel/helper-environment-visitor": "^7.22.5",
  186. "@babel/helper-function-name": "^7.22.5",
  187. "@babel/helper-member-expression-to-functions": "^7.22.5",
  188. "@babel/helper-optimise-call-expression": "^7.22.5",
  189. "@babel/helper-replace-supers": "^7.22.5",
  190. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  191. "@babel/helper-split-export-declaration": "^7.22.6",
  192. "@nicolo-ribaudo/semver-v6": "^6.3.3"
  193. },
  194. "engines": {
  195. "node": ">=6.9.0"
  196. },
  197. "peerDependencies": {
  198. "@babel/core": "^7.0.0"
  199. }
  200. },
  201. "node_modules/@babel/helper-create-regexp-features-plugin": {
  202. "version": "7.22.6",
  203. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.6.tgz",
  204. "integrity": "sha512-nBookhLKxAWo/TUCmhnaEJyLz2dekjQvv5SRpE9epWQBcpedWLKt8aZdsuT9XV5ovzR3fENLjRXVT0GsSlGGhA==",
  205. "dev": true,
  206. "dependencies": {
  207. "@babel/helper-annotate-as-pure": "^7.22.5",
  208. "@nicolo-ribaudo/semver-v6": "^6.3.3",
  209. "regexpu-core": "^5.3.1"
  210. },
  211. "engines": {
  212. "node": ">=6.9.0"
  213. },
  214. "peerDependencies": {
  215. "@babel/core": "^7.0.0"
  216. }
  217. },
  218. "node_modules/@babel/helper-define-polyfill-provider": {
  219. "version": "0.4.1",
  220. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.1.tgz",
  221. "integrity": "sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A==",
  222. "dev": true,
  223. "dependencies": {
  224. "@babel/helper-compilation-targets": "^7.22.6",
  225. "@babel/helper-plugin-utils": "^7.22.5",
  226. "debug": "^4.1.1",
  227. "lodash.debounce": "^4.0.8",
  228. "resolve": "^1.14.2"
  229. },
  230. "peerDependencies": {
  231. "@babel/core": "^7.4.0-0"
  232. }
  233. },
  234. "node_modules/@babel/helper-environment-visitor": {
  235. "version": "7.22.5",
  236. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
  237. "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
  238. "dev": true,
  239. "engines": {
  240. "node": ">=6.9.0"
  241. }
  242. },
  243. "node_modules/@babel/helper-function-name": {
  244. "version": "7.22.5",
  245. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
  246. "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
  247. "dev": true,
  248. "dependencies": {
  249. "@babel/template": "^7.22.5",
  250. "@babel/types": "^7.22.5"
  251. },
  252. "engines": {
  253. "node": ">=6.9.0"
  254. }
  255. },
  256. "node_modules/@babel/helper-hoist-variables": {
  257. "version": "7.22.5",
  258. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  259. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  260. "dev": true,
  261. "dependencies": {
  262. "@babel/types": "^7.22.5"
  263. },
  264. "engines": {
  265. "node": ">=6.9.0"
  266. }
  267. },
  268. "node_modules/@babel/helper-member-expression-to-functions": {
  269. "version": "7.22.5",
  270. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz",
  271. "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==",
  272. "dev": true,
  273. "dependencies": {
  274. "@babel/types": "^7.22.5"
  275. },
  276. "engines": {
  277. "node": ">=6.9.0"
  278. }
  279. },
  280. "node_modules/@babel/helper-module-imports": {
  281. "version": "7.22.5",
  282. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz",
  283. "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==",
  284. "dependencies": {
  285. "@babel/types": "^7.22.5"
  286. },
  287. "engines": {
  288. "node": ">=6.9.0"
  289. }
  290. },
  291. "node_modules/@babel/helper-module-transforms": {
  292. "version": "7.22.5",
  293. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz",
  294. "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==",
  295. "dev": true,
  296. "dependencies": {
  297. "@babel/helper-environment-visitor": "^7.22.5",
  298. "@babel/helper-module-imports": "^7.22.5",
  299. "@babel/helper-simple-access": "^7.22.5",
  300. "@babel/helper-split-export-declaration": "^7.22.5",
  301. "@babel/helper-validator-identifier": "^7.22.5",
  302. "@babel/template": "^7.22.5",
  303. "@babel/traverse": "^7.22.5",
  304. "@babel/types": "^7.22.5"
  305. },
  306. "engines": {
  307. "node": ">=6.9.0"
  308. }
  309. },
  310. "node_modules/@babel/helper-optimise-call-expression": {
  311. "version": "7.22.5",
  312. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  313. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  314. "dev": true,
  315. "dependencies": {
  316. "@babel/types": "^7.22.5"
  317. },
  318. "engines": {
  319. "node": ">=6.9.0"
  320. }
  321. },
  322. "node_modules/@babel/helper-plugin-utils": {
  323. "version": "7.22.5",
  324. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
  325. "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
  326. "dev": true,
  327. "engines": {
  328. "node": ">=6.9.0"
  329. }
  330. },
  331. "node_modules/@babel/helper-remap-async-to-generator": {
  332. "version": "7.22.5",
  333. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz",
  334. "integrity": "sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==",
  335. "dev": true,
  336. "dependencies": {
  337. "@babel/helper-annotate-as-pure": "^7.22.5",
  338. "@babel/helper-environment-visitor": "^7.22.5",
  339. "@babel/helper-wrap-function": "^7.22.5",
  340. "@babel/types": "^7.22.5"
  341. },
  342. "engines": {
  343. "node": ">=6.9.0"
  344. },
  345. "peerDependencies": {
  346. "@babel/core": "^7.0.0"
  347. }
  348. },
  349. "node_modules/@babel/helper-replace-supers": {
  350. "version": "7.22.5",
  351. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz",
  352. "integrity": "sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==",
  353. "dev": true,
  354. "dependencies": {
  355. "@babel/helper-environment-visitor": "^7.22.5",
  356. "@babel/helper-member-expression-to-functions": "^7.22.5",
  357. "@babel/helper-optimise-call-expression": "^7.22.5",
  358. "@babel/template": "^7.22.5",
  359. "@babel/traverse": "^7.22.5",
  360. "@babel/types": "^7.22.5"
  361. },
  362. "engines": {
  363. "node": ">=6.9.0"
  364. }
  365. },
  366. "node_modules/@babel/helper-simple-access": {
  367. "version": "7.22.5",
  368. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  369. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  370. "dev": true,
  371. "dependencies": {
  372. "@babel/types": "^7.22.5"
  373. },
  374. "engines": {
  375. "node": ">=6.9.0"
  376. }
  377. },
  378. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  379. "version": "7.22.5",
  380. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  381. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  382. "dev": true,
  383. "dependencies": {
  384. "@babel/types": "^7.22.5"
  385. },
  386. "engines": {
  387. "node": ">=6.9.0"
  388. }
  389. },
  390. "node_modules/@babel/helper-split-export-declaration": {
  391. "version": "7.22.6",
  392. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
  393. "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
  394. "dev": true,
  395. "dependencies": {
  396. "@babel/types": "^7.22.5"
  397. },
  398. "engines": {
  399. "node": ">=6.9.0"
  400. }
  401. },
  402. "node_modules/@babel/helper-string-parser": {
  403. "version": "7.22.5",
  404. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
  405. "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
  406. "engines": {
  407. "node": ">=6.9.0"
  408. }
  409. },
  410. "node_modules/@babel/helper-validator-identifier": {
  411. "version": "7.22.5",
  412. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
  413. "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
  414. "engines": {
  415. "node": ">=6.9.0"
  416. }
  417. },
  418. "node_modules/@babel/helper-validator-option": {
  419. "version": "7.22.5",
  420. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz",
  421. "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==",
  422. "dev": true,
  423. "engines": {
  424. "node": ">=6.9.0"
  425. }
  426. },
  427. "node_modules/@babel/helper-wrap-function": {
  428. "version": "7.22.5",
  429. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz",
  430. "integrity": "sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==",
  431. "dev": true,
  432. "dependencies": {
  433. "@babel/helper-function-name": "^7.22.5",
  434. "@babel/template": "^7.22.5",
  435. "@babel/traverse": "^7.22.5",
  436. "@babel/types": "^7.22.5"
  437. },
  438. "engines": {
  439. "node": ">=6.9.0"
  440. }
  441. },
  442. "node_modules/@babel/helpers": {
  443. "version": "7.22.6",
  444. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz",
  445. "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==",
  446. "dev": true,
  447. "dependencies": {
  448. "@babel/template": "^7.22.5",
  449. "@babel/traverse": "^7.22.6",
  450. "@babel/types": "^7.22.5"
  451. },
  452. "engines": {
  453. "node": ">=6.9.0"
  454. }
  455. },
  456. "node_modules/@babel/highlight": {
  457. "version": "7.22.5",
  458. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
  459. "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
  460. "dependencies": {
  461. "@babel/helper-validator-identifier": "^7.22.5",
  462. "chalk": "^2.0.0",
  463. "js-tokens": "^4.0.0"
  464. },
  465. "engines": {
  466. "node": ">=6.9.0"
  467. }
  468. },
  469. "node_modules/@babel/parser": {
  470. "version": "7.22.7",
  471. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz",
  472. "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==",
  473. "dev": true,
  474. "bin": {
  475. "parser": "bin/babel-parser.js"
  476. },
  477. "engines": {
  478. "node": ">=6.0.0"
  479. }
  480. },
  481. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  482. "version": "7.22.5",
  483. "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.22.5.tgz",
  484. "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==",
  485. "dev": true,
  486. "dependencies": {
  487. "@babel/helper-plugin-utils": "^7.22.5"
  488. },
  489. "engines": {
  490. "node": ">=6.9.0"
  491. },
  492. "peerDependencies": {
  493. "@babel/core": "^7.0.0"
  494. }
  495. },
  496. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  497. "version": "7.22.5",
  498. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz",
  499. "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==",
  500. "dev": true,
  501. "dependencies": {
  502. "@babel/helper-plugin-utils": "^7.22.5",
  503. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  504. "@babel/plugin-transform-optional-chaining": "^7.22.5"
  505. },
  506. "engines": {
  507. "node": ">=6.9.0"
  508. },
  509. "peerDependencies": {
  510. "@babel/core": "^7.13.0"
  511. }
  512. },
  513. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  514. "version": "7.21.0-placeholder-for-preset-env.2",
  515. "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",
  516. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  517. "dev": true,
  518. "engines": {
  519. "node": ">=6.9.0"
  520. },
  521. "peerDependencies": {
  522. "@babel/core": "^7.0.0-0"
  523. }
  524. },
  525. "node_modules/@babel/plugin-proposal-unicode-property-regex": {
  526. "version": "7.18.6",
  527. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  528. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  529. "dev": true,
  530. "dependencies": {
  531. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  532. "@babel/helper-plugin-utils": "^7.18.6"
  533. },
  534. "engines": {
  535. "node": ">=4"
  536. },
  537. "peerDependencies": {
  538. "@babel/core": "^7.0.0-0"
  539. }
  540. },
  541. "node_modules/@babel/plugin-syntax-async-generators": {
  542. "version": "7.8.4",
  543. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  544. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  545. "dev": true,
  546. "dependencies": {
  547. "@babel/helper-plugin-utils": "^7.8.0"
  548. },
  549. "peerDependencies": {
  550. "@babel/core": "^7.0.0-0"
  551. }
  552. },
  553. "node_modules/@babel/plugin-syntax-class-properties": {
  554. "version": "7.12.13",
  555. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  556. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  557. "dev": true,
  558. "dependencies": {
  559. "@babel/helper-plugin-utils": "^7.12.13"
  560. },
  561. "peerDependencies": {
  562. "@babel/core": "^7.0.0-0"
  563. }
  564. },
  565. "node_modules/@babel/plugin-syntax-class-static-block": {
  566. "version": "7.14.5",
  567. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  568. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  569. "dev": true,
  570. "dependencies": {
  571. "@babel/helper-plugin-utils": "^7.14.5"
  572. },
  573. "engines": {
  574. "node": ">=6.9.0"
  575. },
  576. "peerDependencies": {
  577. "@babel/core": "^7.0.0-0"
  578. }
  579. },
  580. "node_modules/@babel/plugin-syntax-dynamic-import": {
  581. "version": "7.8.3",
  582. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  583. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  584. "dev": true,
  585. "dependencies": {
  586. "@babel/helper-plugin-utils": "^7.8.0"
  587. },
  588. "peerDependencies": {
  589. "@babel/core": "^7.0.0-0"
  590. }
  591. },
  592. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  593. "version": "7.8.3",
  594. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  595. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  596. "dev": true,
  597. "dependencies": {
  598. "@babel/helper-plugin-utils": "^7.8.3"
  599. },
  600. "peerDependencies": {
  601. "@babel/core": "^7.0.0-0"
  602. }
  603. },
  604. "node_modules/@babel/plugin-syntax-import-assertions": {
  605. "version": "7.22.5",
  606. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz",
  607. "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==",
  608. "dev": true,
  609. "dependencies": {
  610. "@babel/helper-plugin-utils": "^7.22.5"
  611. },
  612. "engines": {
  613. "node": ">=6.9.0"
  614. },
  615. "peerDependencies": {
  616. "@babel/core": "^7.0.0-0"
  617. }
  618. },
  619. "node_modules/@babel/plugin-syntax-import-attributes": {
  620. "version": "7.22.5",
  621. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz",
  622. "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==",
  623. "dev": true,
  624. "dependencies": {
  625. "@babel/helper-plugin-utils": "^7.22.5"
  626. },
  627. "engines": {
  628. "node": ">=6.9.0"
  629. },
  630. "peerDependencies": {
  631. "@babel/core": "^7.0.0-0"
  632. }
  633. },
  634. "node_modules/@babel/plugin-syntax-import-meta": {
  635. "version": "7.10.4",
  636. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  637. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  638. "dev": true,
  639. "dependencies": {
  640. "@babel/helper-plugin-utils": "^7.10.4"
  641. },
  642. "peerDependencies": {
  643. "@babel/core": "^7.0.0-0"
  644. }
  645. },
  646. "node_modules/@babel/plugin-syntax-json-strings": {
  647. "version": "7.8.3",
  648. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  649. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  650. "dev": true,
  651. "dependencies": {
  652. "@babel/helper-plugin-utils": "^7.8.0"
  653. },
  654. "peerDependencies": {
  655. "@babel/core": "^7.0.0-0"
  656. }
  657. },
  658. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  659. "version": "7.10.4",
  660. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  661. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  662. "dev": true,
  663. "dependencies": {
  664. "@babel/helper-plugin-utils": "^7.10.4"
  665. },
  666. "peerDependencies": {
  667. "@babel/core": "^7.0.0-0"
  668. }
  669. },
  670. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  671. "version": "7.8.3",
  672. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  673. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  674. "dev": true,
  675. "dependencies": {
  676. "@babel/helper-plugin-utils": "^7.8.0"
  677. },
  678. "peerDependencies": {
  679. "@babel/core": "^7.0.0-0"
  680. }
  681. },
  682. "node_modules/@babel/plugin-syntax-numeric-separator": {
  683. "version": "7.10.4",
  684. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  685. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  686. "dev": true,
  687. "dependencies": {
  688. "@babel/helper-plugin-utils": "^7.10.4"
  689. },
  690. "peerDependencies": {
  691. "@babel/core": "^7.0.0-0"
  692. }
  693. },
  694. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  695. "version": "7.8.3",
  696. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  697. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  698. "dev": true,
  699. "dependencies": {
  700. "@babel/helper-plugin-utils": "^7.8.0"
  701. },
  702. "peerDependencies": {
  703. "@babel/core": "^7.0.0-0"
  704. }
  705. },
  706. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  707. "version": "7.8.3",
  708. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  709. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  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-chaining": {
  719. "version": "7.8.3",
  720. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  721. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  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-private-property-in-object": {
  731. "version": "7.14.5",
  732. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  733. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  734. "dev": true,
  735. "dependencies": {
  736. "@babel/helper-plugin-utils": "^7.14.5"
  737. },
  738. "engines": {
  739. "node": ">=6.9.0"
  740. },
  741. "peerDependencies": {
  742. "@babel/core": "^7.0.0-0"
  743. }
  744. },
  745. "node_modules/@babel/plugin-syntax-top-level-await": {
  746. "version": "7.14.5",
  747. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  748. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  749. "dev": true,
  750. "dependencies": {
  751. "@babel/helper-plugin-utils": "^7.14.5"
  752. },
  753. "engines": {
  754. "node": ">=6.9.0"
  755. },
  756. "peerDependencies": {
  757. "@babel/core": "^7.0.0-0"
  758. }
  759. },
  760. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  761. "version": "7.18.6",
  762. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  763. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  764. "dev": true,
  765. "dependencies": {
  766. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  767. "@babel/helper-plugin-utils": "^7.18.6"
  768. },
  769. "engines": {
  770. "node": ">=6.9.0"
  771. },
  772. "peerDependencies": {
  773. "@babel/core": "^7.0.0"
  774. }
  775. },
  776. "node_modules/@babel/plugin-transform-arrow-functions": {
  777. "version": "7.22.5",
  778. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz",
  779. "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==",
  780. "dev": true,
  781. "dependencies": {
  782. "@babel/helper-plugin-utils": "^7.22.5"
  783. },
  784. "engines": {
  785. "node": ">=6.9.0"
  786. },
  787. "peerDependencies": {
  788. "@babel/core": "^7.0.0-0"
  789. }
  790. },
  791. "node_modules/@babel/plugin-transform-async-generator-functions": {
  792. "version": "7.22.7",
  793. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz",
  794. "integrity": "sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==",
  795. "dev": true,
  796. "dependencies": {
  797. "@babel/helper-environment-visitor": "^7.22.5",
  798. "@babel/helper-plugin-utils": "^7.22.5",
  799. "@babel/helper-remap-async-to-generator": "^7.22.5",
  800. "@babel/plugin-syntax-async-generators": "^7.8.4"
  801. },
  802. "engines": {
  803. "node": ">=6.9.0"
  804. },
  805. "peerDependencies": {
  806. "@babel/core": "^7.0.0-0"
  807. }
  808. },
  809. "node_modules/@babel/plugin-transform-async-to-generator": {
  810. "version": "7.22.5",
  811. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz",
  812. "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==",
  813. "dev": true,
  814. "dependencies": {
  815. "@babel/helper-module-imports": "^7.22.5",
  816. "@babel/helper-plugin-utils": "^7.22.5",
  817. "@babel/helper-remap-async-to-generator": "^7.22.5"
  818. },
  819. "engines": {
  820. "node": ">=6.9.0"
  821. },
  822. "peerDependencies": {
  823. "@babel/core": "^7.0.0-0"
  824. }
  825. },
  826. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  827. "version": "7.22.5",
  828. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz",
  829. "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==",
  830. "dev": true,
  831. "dependencies": {
  832. "@babel/helper-plugin-utils": "^7.22.5"
  833. },
  834. "engines": {
  835. "node": ">=6.9.0"
  836. },
  837. "peerDependencies": {
  838. "@babel/core": "^7.0.0-0"
  839. }
  840. },
  841. "node_modules/@babel/plugin-transform-block-scoping": {
  842. "version": "7.22.5",
  843. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz",
  844. "integrity": "sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==",
  845. "dev": true,
  846. "dependencies": {
  847. "@babel/helper-plugin-utils": "^7.22.5"
  848. },
  849. "engines": {
  850. "node": ">=6.9.0"
  851. },
  852. "peerDependencies": {
  853. "@babel/core": "^7.0.0-0"
  854. }
  855. },
  856. "node_modules/@babel/plugin-transform-class-properties": {
  857. "version": "7.22.5",
  858. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz",
  859. "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==",
  860. "dev": true,
  861. "dependencies": {
  862. "@babel/helper-create-class-features-plugin": "^7.22.5",
  863. "@babel/helper-plugin-utils": "^7.22.5"
  864. },
  865. "engines": {
  866. "node": ">=6.9.0"
  867. },
  868. "peerDependencies": {
  869. "@babel/core": "^7.0.0-0"
  870. }
  871. },
  872. "node_modules/@babel/plugin-transform-class-static-block": {
  873. "version": "7.22.5",
  874. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz",
  875. "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==",
  876. "dev": true,
  877. "dependencies": {
  878. "@babel/helper-create-class-features-plugin": "^7.22.5",
  879. "@babel/helper-plugin-utils": "^7.22.5",
  880. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  881. },
  882. "engines": {
  883. "node": ">=6.9.0"
  884. },
  885. "peerDependencies": {
  886. "@babel/core": "^7.12.0"
  887. }
  888. },
  889. "node_modules/@babel/plugin-transform-classes": {
  890. "version": "7.22.6",
  891. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz",
  892. "integrity": "sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==",
  893. "dev": true,
  894. "dependencies": {
  895. "@babel/helper-annotate-as-pure": "^7.22.5",
  896. "@babel/helper-compilation-targets": "^7.22.6",
  897. "@babel/helper-environment-visitor": "^7.22.5",
  898. "@babel/helper-function-name": "^7.22.5",
  899. "@babel/helper-optimise-call-expression": "^7.22.5",
  900. "@babel/helper-plugin-utils": "^7.22.5",
  901. "@babel/helper-replace-supers": "^7.22.5",
  902. "@babel/helper-split-export-declaration": "^7.22.6",
  903. "globals": "^11.1.0"
  904. },
  905. "engines": {
  906. "node": ">=6.9.0"
  907. },
  908. "peerDependencies": {
  909. "@babel/core": "^7.0.0-0"
  910. }
  911. },
  912. "node_modules/@babel/plugin-transform-computed-properties": {
  913. "version": "7.22.5",
  914. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
  915. "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==",
  916. "dev": true,
  917. "dependencies": {
  918. "@babel/helper-plugin-utils": "^7.22.5",
  919. "@babel/template": "^7.22.5"
  920. },
  921. "engines": {
  922. "node": ">=6.9.0"
  923. },
  924. "peerDependencies": {
  925. "@babel/core": "^7.0.0-0"
  926. }
  927. },
  928. "node_modules/@babel/plugin-transform-destructuring": {
  929. "version": "7.22.5",
  930. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz",
  931. "integrity": "sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==",
  932. "dev": true,
  933. "dependencies": {
  934. "@babel/helper-plugin-utils": "^7.22.5"
  935. },
  936. "engines": {
  937. "node": ">=6.9.0"
  938. },
  939. "peerDependencies": {
  940. "@babel/core": "^7.0.0-0"
  941. }
  942. },
  943. "node_modules/@babel/plugin-transform-dotall-regex": {
  944. "version": "7.22.5",
  945. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz",
  946. "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==",
  947. "dev": true,
  948. "dependencies": {
  949. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  950. "@babel/helper-plugin-utils": "^7.22.5"
  951. },
  952. "engines": {
  953. "node": ">=6.9.0"
  954. },
  955. "peerDependencies": {
  956. "@babel/core": "^7.0.0-0"
  957. }
  958. },
  959. "node_modules/@babel/plugin-transform-duplicate-keys": {
  960. "version": "7.22.5",
  961. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz",
  962. "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==",
  963. "dev": true,
  964. "dependencies": {
  965. "@babel/helper-plugin-utils": "^7.22.5"
  966. },
  967. "engines": {
  968. "node": ">=6.9.0"
  969. },
  970. "peerDependencies": {
  971. "@babel/core": "^7.0.0-0"
  972. }
  973. },
  974. "node_modules/@babel/plugin-transform-dynamic-import": {
  975. "version": "7.22.5",
  976. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz",
  977. "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==",
  978. "dev": true,
  979. "dependencies": {
  980. "@babel/helper-plugin-utils": "^7.22.5",
  981. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  982. },
  983. "engines": {
  984. "node": ">=6.9.0"
  985. },
  986. "peerDependencies": {
  987. "@babel/core": "^7.0.0-0"
  988. }
  989. },
  990. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  991. "version": "7.22.5",
  992. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz",
  993. "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==",
  994. "dev": true,
  995. "dependencies": {
  996. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
  997. "@babel/helper-plugin-utils": "^7.22.5"
  998. },
  999. "engines": {
  1000. "node": ">=6.9.0"
  1001. },
  1002. "peerDependencies": {
  1003. "@babel/core": "^7.0.0-0"
  1004. }
  1005. },
  1006. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1007. "version": "7.22.5",
  1008. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz",
  1009. "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==",
  1010. "dev": true,
  1011. "dependencies": {
  1012. "@babel/helper-plugin-utils": "^7.22.5",
  1013. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  1014. },
  1015. "engines": {
  1016. "node": ">=6.9.0"
  1017. },
  1018. "peerDependencies": {
  1019. "@babel/core": "^7.0.0-0"
  1020. }
  1021. },
  1022. "node_modules/@babel/plugin-transform-for-of": {
  1023. "version": "7.22.5",
  1024. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz",
  1025. "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==",
  1026. "dev": true,
  1027. "dependencies": {
  1028. "@babel/helper-plugin-utils": "^7.22.5"
  1029. },
  1030. "engines": {
  1031. "node": ">=6.9.0"
  1032. },
  1033. "peerDependencies": {
  1034. "@babel/core": "^7.0.0-0"
  1035. }
  1036. },
  1037. "node_modules/@babel/plugin-transform-function-name": {
  1038. "version": "7.22.5",
  1039. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz",
  1040. "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==",
  1041. "dev": true,
  1042. "dependencies": {
  1043. "@babel/helper-compilation-targets": "^7.22.5",
  1044. "@babel/helper-function-name": "^7.22.5",
  1045. "@babel/helper-plugin-utils": "^7.22.5"
  1046. },
  1047. "engines": {
  1048. "node": ">=6.9.0"
  1049. },
  1050. "peerDependencies": {
  1051. "@babel/core": "^7.0.0-0"
  1052. }
  1053. },
  1054. "node_modules/@babel/plugin-transform-json-strings": {
  1055. "version": "7.22.5",
  1056. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz",
  1057. "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==",
  1058. "dev": true,
  1059. "dependencies": {
  1060. "@babel/helper-plugin-utils": "^7.22.5",
  1061. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1062. },
  1063. "engines": {
  1064. "node": ">=6.9.0"
  1065. },
  1066. "peerDependencies": {
  1067. "@babel/core": "^7.0.0-0"
  1068. }
  1069. },
  1070. "node_modules/@babel/plugin-transform-literals": {
  1071. "version": "7.22.5",
  1072. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz",
  1073. "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==",
  1074. "dev": true,
  1075. "dependencies": {
  1076. "@babel/helper-plugin-utils": "^7.22.5"
  1077. },
  1078. "engines": {
  1079. "node": ">=6.9.0"
  1080. },
  1081. "peerDependencies": {
  1082. "@babel/core": "^7.0.0-0"
  1083. }
  1084. },
  1085. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1086. "version": "7.22.5",
  1087. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz",
  1088. "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==",
  1089. "dev": true,
  1090. "dependencies": {
  1091. "@babel/helper-plugin-utils": "^7.22.5",
  1092. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1093. },
  1094. "engines": {
  1095. "node": ">=6.9.0"
  1096. },
  1097. "peerDependencies": {
  1098. "@babel/core": "^7.0.0-0"
  1099. }
  1100. },
  1101. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1102. "version": "7.22.5",
  1103. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz",
  1104. "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==",
  1105. "dev": true,
  1106. "dependencies": {
  1107. "@babel/helper-plugin-utils": "^7.22.5"
  1108. },
  1109. "engines": {
  1110. "node": ">=6.9.0"
  1111. },
  1112. "peerDependencies": {
  1113. "@babel/core": "^7.0.0-0"
  1114. }
  1115. },
  1116. "node_modules/@babel/plugin-transform-modules-amd": {
  1117. "version": "7.22.5",
  1118. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
  1119. "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
  1120. "dev": true,
  1121. "dependencies": {
  1122. "@babel/helper-module-transforms": "^7.22.5",
  1123. "@babel/helper-plugin-utils": "^7.22.5"
  1124. },
  1125. "engines": {
  1126. "node": ">=6.9.0"
  1127. },
  1128. "peerDependencies": {
  1129. "@babel/core": "^7.0.0-0"
  1130. }
  1131. },
  1132. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1133. "version": "7.22.5",
  1134. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz",
  1135. "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==",
  1136. "dev": true,
  1137. "dependencies": {
  1138. "@babel/helper-module-transforms": "^7.22.5",
  1139. "@babel/helper-plugin-utils": "^7.22.5",
  1140. "@babel/helper-simple-access": "^7.22.5"
  1141. },
  1142. "engines": {
  1143. "node": ">=6.9.0"
  1144. },
  1145. "peerDependencies": {
  1146. "@babel/core": "^7.0.0-0"
  1147. }
  1148. },
  1149. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1150. "version": "7.22.5",
  1151. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz",
  1152. "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==",
  1153. "dev": true,
  1154. "dependencies": {
  1155. "@babel/helper-hoist-variables": "^7.22.5",
  1156. "@babel/helper-module-transforms": "^7.22.5",
  1157. "@babel/helper-plugin-utils": "^7.22.5",
  1158. "@babel/helper-validator-identifier": "^7.22.5"
  1159. },
  1160. "engines": {
  1161. "node": ">=6.9.0"
  1162. },
  1163. "peerDependencies": {
  1164. "@babel/core": "^7.0.0-0"
  1165. }
  1166. },
  1167. "node_modules/@babel/plugin-transform-modules-umd": {
  1168. "version": "7.22.5",
  1169. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz",
  1170. "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==",
  1171. "dev": true,
  1172. "dependencies": {
  1173. "@babel/helper-module-transforms": "^7.22.5",
  1174. "@babel/helper-plugin-utils": "^7.22.5"
  1175. },
  1176. "engines": {
  1177. "node": ">=6.9.0"
  1178. },
  1179. "peerDependencies": {
  1180. "@babel/core": "^7.0.0-0"
  1181. }
  1182. },
  1183. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1184. "version": "7.22.5",
  1185. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
  1186. "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
  1187. "dev": true,
  1188. "dependencies": {
  1189. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1190. "@babel/helper-plugin-utils": "^7.22.5"
  1191. },
  1192. "engines": {
  1193. "node": ">=6.9.0"
  1194. },
  1195. "peerDependencies": {
  1196. "@babel/core": "^7.0.0"
  1197. }
  1198. },
  1199. "node_modules/@babel/plugin-transform-new-target": {
  1200. "version": "7.22.5",
  1201. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz",
  1202. "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==",
  1203. "dev": true,
  1204. "dependencies": {
  1205. "@babel/helper-plugin-utils": "^7.22.5"
  1206. },
  1207. "engines": {
  1208. "node": ">=6.9.0"
  1209. },
  1210. "peerDependencies": {
  1211. "@babel/core": "^7.0.0-0"
  1212. }
  1213. },
  1214. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1215. "version": "7.22.5",
  1216. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz",
  1217. "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==",
  1218. "dev": true,
  1219. "dependencies": {
  1220. "@babel/helper-plugin-utils": "^7.22.5",
  1221. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1222. },
  1223. "engines": {
  1224. "node": ">=6.9.0"
  1225. },
  1226. "peerDependencies": {
  1227. "@babel/core": "^7.0.0-0"
  1228. }
  1229. },
  1230. "node_modules/@babel/plugin-transform-numeric-separator": {
  1231. "version": "7.22.5",
  1232. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz",
  1233. "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==",
  1234. "dev": true,
  1235. "dependencies": {
  1236. "@babel/helper-plugin-utils": "^7.22.5",
  1237. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1238. },
  1239. "engines": {
  1240. "node": ">=6.9.0"
  1241. },
  1242. "peerDependencies": {
  1243. "@babel/core": "^7.0.0-0"
  1244. }
  1245. },
  1246. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1247. "version": "7.22.5",
  1248. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz",
  1249. "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==",
  1250. "dev": true,
  1251. "dependencies": {
  1252. "@babel/compat-data": "^7.22.5",
  1253. "@babel/helper-compilation-targets": "^7.22.5",
  1254. "@babel/helper-plugin-utils": "^7.22.5",
  1255. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1256. "@babel/plugin-transform-parameters": "^7.22.5"
  1257. },
  1258. "engines": {
  1259. "node": ">=6.9.0"
  1260. },
  1261. "peerDependencies": {
  1262. "@babel/core": "^7.0.0-0"
  1263. }
  1264. },
  1265. "node_modules/@babel/plugin-transform-object-super": {
  1266. "version": "7.22.5",
  1267. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz",
  1268. "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==",
  1269. "dev": true,
  1270. "dependencies": {
  1271. "@babel/helper-plugin-utils": "^7.22.5",
  1272. "@babel/helper-replace-supers": "^7.22.5"
  1273. },
  1274. "engines": {
  1275. "node": ">=6.9.0"
  1276. },
  1277. "peerDependencies": {
  1278. "@babel/core": "^7.0.0-0"
  1279. }
  1280. },
  1281. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1282. "version": "7.22.5",
  1283. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz",
  1284. "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==",
  1285. "dev": true,
  1286. "dependencies": {
  1287. "@babel/helper-plugin-utils": "^7.22.5",
  1288. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1289. },
  1290. "engines": {
  1291. "node": ">=6.9.0"
  1292. },
  1293. "peerDependencies": {
  1294. "@babel/core": "^7.0.0-0"
  1295. }
  1296. },
  1297. "node_modules/@babel/plugin-transform-optional-chaining": {
  1298. "version": "7.22.6",
  1299. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz",
  1300. "integrity": "sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==",
  1301. "dev": true,
  1302. "dependencies": {
  1303. "@babel/helper-plugin-utils": "^7.22.5",
  1304. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  1305. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1306. },
  1307. "engines": {
  1308. "node": ">=6.9.0"
  1309. },
  1310. "peerDependencies": {
  1311. "@babel/core": "^7.0.0-0"
  1312. }
  1313. },
  1314. "node_modules/@babel/plugin-transform-parameters": {
  1315. "version": "7.22.5",
  1316. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz",
  1317. "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==",
  1318. "dev": true,
  1319. "dependencies": {
  1320. "@babel/helper-plugin-utils": "^7.22.5"
  1321. },
  1322. "engines": {
  1323. "node": ">=6.9.0"
  1324. },
  1325. "peerDependencies": {
  1326. "@babel/core": "^7.0.0-0"
  1327. }
  1328. },
  1329. "node_modules/@babel/plugin-transform-private-methods": {
  1330. "version": "7.22.5",
  1331. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz",
  1332. "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==",
  1333. "dev": true,
  1334. "dependencies": {
  1335. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1336. "@babel/helper-plugin-utils": "^7.22.5"
  1337. },
  1338. "engines": {
  1339. "node": ">=6.9.0"
  1340. },
  1341. "peerDependencies": {
  1342. "@babel/core": "^7.0.0-0"
  1343. }
  1344. },
  1345. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1346. "version": "7.22.5",
  1347. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz",
  1348. "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==",
  1349. "dev": true,
  1350. "dependencies": {
  1351. "@babel/helper-annotate-as-pure": "^7.22.5",
  1352. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1353. "@babel/helper-plugin-utils": "^7.22.5",
  1354. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1355. },
  1356. "engines": {
  1357. "node": ">=6.9.0"
  1358. },
  1359. "peerDependencies": {
  1360. "@babel/core": "^7.0.0-0"
  1361. }
  1362. },
  1363. "node_modules/@babel/plugin-transform-property-literals": {
  1364. "version": "7.22.5",
  1365. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz",
  1366. "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==",
  1367. "dev": true,
  1368. "dependencies": {
  1369. "@babel/helper-plugin-utils": "^7.22.5"
  1370. },
  1371. "engines": {
  1372. "node": ">=6.9.0"
  1373. },
  1374. "peerDependencies": {
  1375. "@babel/core": "^7.0.0-0"
  1376. }
  1377. },
  1378. "node_modules/@babel/plugin-transform-react-jsx-self": {
  1379. "version": "7.22.5",
  1380. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz",
  1381. "integrity": "sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==",
  1382. "dev": true,
  1383. "dependencies": {
  1384. "@babel/helper-plugin-utils": "^7.22.5"
  1385. },
  1386. "engines": {
  1387. "node": ">=6.9.0"
  1388. },
  1389. "peerDependencies": {
  1390. "@babel/core": "^7.0.0-0"
  1391. }
  1392. },
  1393. "node_modules/@babel/plugin-transform-react-jsx-source": {
  1394. "version": "7.22.5",
  1395. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz",
  1396. "integrity": "sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==",
  1397. "dev": true,
  1398. "dependencies": {
  1399. "@babel/helper-plugin-utils": "^7.22.5"
  1400. },
  1401. "engines": {
  1402. "node": ">=6.9.0"
  1403. },
  1404. "peerDependencies": {
  1405. "@babel/core": "^7.0.0-0"
  1406. }
  1407. },
  1408. "node_modules/@babel/plugin-transform-regenerator": {
  1409. "version": "7.22.5",
  1410. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz",
  1411. "integrity": "sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==",
  1412. "dev": true,
  1413. "dependencies": {
  1414. "@babel/helper-plugin-utils": "^7.22.5",
  1415. "regenerator-transform": "^0.15.1"
  1416. },
  1417. "engines": {
  1418. "node": ">=6.9.0"
  1419. },
  1420. "peerDependencies": {
  1421. "@babel/core": "^7.0.0-0"
  1422. }
  1423. },
  1424. "node_modules/@babel/plugin-transform-reserved-words": {
  1425. "version": "7.22.5",
  1426. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz",
  1427. "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==",
  1428. "dev": true,
  1429. "dependencies": {
  1430. "@babel/helper-plugin-utils": "^7.22.5"
  1431. },
  1432. "engines": {
  1433. "node": ">=6.9.0"
  1434. },
  1435. "peerDependencies": {
  1436. "@babel/core": "^7.0.0-0"
  1437. }
  1438. },
  1439. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1440. "version": "7.22.5",
  1441. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz",
  1442. "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==",
  1443. "dev": true,
  1444. "dependencies": {
  1445. "@babel/helper-plugin-utils": "^7.22.5"
  1446. },
  1447. "engines": {
  1448. "node": ">=6.9.0"
  1449. },
  1450. "peerDependencies": {
  1451. "@babel/core": "^7.0.0-0"
  1452. }
  1453. },
  1454. "node_modules/@babel/plugin-transform-spread": {
  1455. "version": "7.22.5",
  1456. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz",
  1457. "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==",
  1458. "dev": true,
  1459. "dependencies": {
  1460. "@babel/helper-plugin-utils": "^7.22.5",
  1461. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1462. },
  1463. "engines": {
  1464. "node": ">=6.9.0"
  1465. },
  1466. "peerDependencies": {
  1467. "@babel/core": "^7.0.0-0"
  1468. }
  1469. },
  1470. "node_modules/@babel/plugin-transform-sticky-regex": {
  1471. "version": "7.22.5",
  1472. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz",
  1473. "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==",
  1474. "dev": true,
  1475. "dependencies": {
  1476. "@babel/helper-plugin-utils": "^7.22.5"
  1477. },
  1478. "engines": {
  1479. "node": ">=6.9.0"
  1480. },
  1481. "peerDependencies": {
  1482. "@babel/core": "^7.0.0-0"
  1483. }
  1484. },
  1485. "node_modules/@babel/plugin-transform-template-literals": {
  1486. "version": "7.22.5",
  1487. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz",
  1488. "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==",
  1489. "dev": true,
  1490. "dependencies": {
  1491. "@babel/helper-plugin-utils": "^7.22.5"
  1492. },
  1493. "engines": {
  1494. "node": ">=6.9.0"
  1495. },
  1496. "peerDependencies": {
  1497. "@babel/core": "^7.0.0-0"
  1498. }
  1499. },
  1500. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1501. "version": "7.22.5",
  1502. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz",
  1503. "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==",
  1504. "dev": true,
  1505. "dependencies": {
  1506. "@babel/helper-plugin-utils": "^7.22.5"
  1507. },
  1508. "engines": {
  1509. "node": ">=6.9.0"
  1510. },
  1511. "peerDependencies": {
  1512. "@babel/core": "^7.0.0-0"
  1513. }
  1514. },
  1515. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1516. "version": "7.22.5",
  1517. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz",
  1518. "integrity": "sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==",
  1519. "dev": true,
  1520. "dependencies": {
  1521. "@babel/helper-plugin-utils": "^7.22.5"
  1522. },
  1523. "engines": {
  1524. "node": ">=6.9.0"
  1525. },
  1526. "peerDependencies": {
  1527. "@babel/core": "^7.0.0-0"
  1528. }
  1529. },
  1530. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1531. "version": "7.22.5",
  1532. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz",
  1533. "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==",
  1534. "dev": true,
  1535. "dependencies": {
  1536. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1537. "@babel/helper-plugin-utils": "^7.22.5"
  1538. },
  1539. "engines": {
  1540. "node": ">=6.9.0"
  1541. },
  1542. "peerDependencies": {
  1543. "@babel/core": "^7.0.0-0"
  1544. }
  1545. },
  1546. "node_modules/@babel/plugin-transform-unicode-regex": {
  1547. "version": "7.22.5",
  1548. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz",
  1549. "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==",
  1550. "dev": true,
  1551. "dependencies": {
  1552. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1553. "@babel/helper-plugin-utils": "^7.22.5"
  1554. },
  1555. "engines": {
  1556. "node": ">=6.9.0"
  1557. },
  1558. "peerDependencies": {
  1559. "@babel/core": "^7.0.0-0"
  1560. }
  1561. },
  1562. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1563. "version": "7.22.5",
  1564. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz",
  1565. "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==",
  1566. "dev": true,
  1567. "dependencies": {
  1568. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1569. "@babel/helper-plugin-utils": "^7.22.5"
  1570. },
  1571. "engines": {
  1572. "node": ">=6.9.0"
  1573. },
  1574. "peerDependencies": {
  1575. "@babel/core": "^7.0.0"
  1576. }
  1577. },
  1578. "node_modules/@babel/preset-env": {
  1579. "version": "7.22.7",
  1580. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.7.tgz",
  1581. "integrity": "sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ==",
  1582. "dev": true,
  1583. "dependencies": {
  1584. "@babel/compat-data": "^7.22.6",
  1585. "@babel/helper-compilation-targets": "^7.22.6",
  1586. "@babel/helper-plugin-utils": "^7.22.5",
  1587. "@babel/helper-validator-option": "^7.22.5",
  1588. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5",
  1589. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5",
  1590. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1591. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1592. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1593. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1594. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1595. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1596. "@babel/plugin-syntax-import-assertions": "^7.22.5",
  1597. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  1598. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1599. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1600. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1601. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1602. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1603. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1604. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1605. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1606. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1607. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1608. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1609. "@babel/plugin-transform-arrow-functions": "^7.22.5",
  1610. "@babel/plugin-transform-async-generator-functions": "^7.22.7",
  1611. "@babel/plugin-transform-async-to-generator": "^7.22.5",
  1612. "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
  1613. "@babel/plugin-transform-block-scoping": "^7.22.5",
  1614. "@babel/plugin-transform-class-properties": "^7.22.5",
  1615. "@babel/plugin-transform-class-static-block": "^7.22.5",
  1616. "@babel/plugin-transform-classes": "^7.22.6",
  1617. "@babel/plugin-transform-computed-properties": "^7.22.5",
  1618. "@babel/plugin-transform-destructuring": "^7.22.5",
  1619. "@babel/plugin-transform-dotall-regex": "^7.22.5",
  1620. "@babel/plugin-transform-duplicate-keys": "^7.22.5",
  1621. "@babel/plugin-transform-dynamic-import": "^7.22.5",
  1622. "@babel/plugin-transform-exponentiation-operator": "^7.22.5",
  1623. "@babel/plugin-transform-export-namespace-from": "^7.22.5",
  1624. "@babel/plugin-transform-for-of": "^7.22.5",
  1625. "@babel/plugin-transform-function-name": "^7.22.5",
  1626. "@babel/plugin-transform-json-strings": "^7.22.5",
  1627. "@babel/plugin-transform-literals": "^7.22.5",
  1628. "@babel/plugin-transform-logical-assignment-operators": "^7.22.5",
  1629. "@babel/plugin-transform-member-expression-literals": "^7.22.5",
  1630. "@babel/plugin-transform-modules-amd": "^7.22.5",
  1631. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  1632. "@babel/plugin-transform-modules-systemjs": "^7.22.5",
  1633. "@babel/plugin-transform-modules-umd": "^7.22.5",
  1634. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  1635. "@babel/plugin-transform-new-target": "^7.22.5",
  1636. "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5",
  1637. "@babel/plugin-transform-numeric-separator": "^7.22.5",
  1638. "@babel/plugin-transform-object-rest-spread": "^7.22.5",
  1639. "@babel/plugin-transform-object-super": "^7.22.5",
  1640. "@babel/plugin-transform-optional-catch-binding": "^7.22.5",
  1641. "@babel/plugin-transform-optional-chaining": "^7.22.6",
  1642. "@babel/plugin-transform-parameters": "^7.22.5",
  1643. "@babel/plugin-transform-private-methods": "^7.22.5",
  1644. "@babel/plugin-transform-private-property-in-object": "^7.22.5",
  1645. "@babel/plugin-transform-property-literals": "^7.22.5",
  1646. "@babel/plugin-transform-regenerator": "^7.22.5",
  1647. "@babel/plugin-transform-reserved-words": "^7.22.5",
  1648. "@babel/plugin-transform-shorthand-properties": "^7.22.5",
  1649. "@babel/plugin-transform-spread": "^7.22.5",
  1650. "@babel/plugin-transform-sticky-regex": "^7.22.5",
  1651. "@babel/plugin-transform-template-literals": "^7.22.5",
  1652. "@babel/plugin-transform-typeof-symbol": "^7.22.5",
  1653. "@babel/plugin-transform-unicode-escapes": "^7.22.5",
  1654. "@babel/plugin-transform-unicode-property-regex": "^7.22.5",
  1655. "@babel/plugin-transform-unicode-regex": "^7.22.5",
  1656. "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
  1657. "@babel/preset-modules": "^0.1.5",
  1658. "@babel/types": "^7.22.5",
  1659. "@nicolo-ribaudo/semver-v6": "^6.3.3",
  1660. "babel-plugin-polyfill-corejs2": "^0.4.4",
  1661. "babel-plugin-polyfill-corejs3": "^0.8.2",
  1662. "babel-plugin-polyfill-regenerator": "^0.5.1",
  1663. "core-js-compat": "^3.31.0"
  1664. },
  1665. "engines": {
  1666. "node": ">=6.9.0"
  1667. },
  1668. "peerDependencies": {
  1669. "@babel/core": "^7.0.0-0"
  1670. }
  1671. },
  1672. "node_modules/@babel/preset-modules": {
  1673. "version": "0.1.5",
  1674. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  1675. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  1676. "dev": true,
  1677. "dependencies": {
  1678. "@babel/helper-plugin-utils": "^7.0.0",
  1679. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1680. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1681. "@babel/types": "^7.4.4",
  1682. "esutils": "^2.0.2"
  1683. },
  1684. "peerDependencies": {
  1685. "@babel/core": "^7.0.0-0"
  1686. }
  1687. },
  1688. "node_modules/@babel/regjsgen": {
  1689. "version": "0.8.0",
  1690. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  1691. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
  1692. "dev": true
  1693. },
  1694. "node_modules/@babel/runtime": {
  1695. "version": "7.22.6",
  1696. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz",
  1697. "integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==",
  1698. "dependencies": {
  1699. "regenerator-runtime": "^0.13.11"
  1700. },
  1701. "engines": {
  1702. "node": ">=6.9.0"
  1703. }
  1704. },
  1705. "node_modules/@babel/template": {
  1706. "version": "7.22.5",
  1707. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
  1708. "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==",
  1709. "dev": true,
  1710. "dependencies": {
  1711. "@babel/code-frame": "^7.22.5",
  1712. "@babel/parser": "^7.22.5",
  1713. "@babel/types": "^7.22.5"
  1714. },
  1715. "engines": {
  1716. "node": ">=6.9.0"
  1717. }
  1718. },
  1719. "node_modules/@babel/traverse": {
  1720. "version": "7.22.8",
  1721. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz",
  1722. "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==",
  1723. "dev": true,
  1724. "dependencies": {
  1725. "@babel/code-frame": "^7.22.5",
  1726. "@babel/generator": "^7.22.7",
  1727. "@babel/helper-environment-visitor": "^7.22.5",
  1728. "@babel/helper-function-name": "^7.22.5",
  1729. "@babel/helper-hoist-variables": "^7.22.5",
  1730. "@babel/helper-split-export-declaration": "^7.22.6",
  1731. "@babel/parser": "^7.22.7",
  1732. "@babel/types": "^7.22.5",
  1733. "debug": "^4.1.0",
  1734. "globals": "^11.1.0"
  1735. },
  1736. "engines": {
  1737. "node": ">=6.9.0"
  1738. }
  1739. },
  1740. "node_modules/@babel/types": {
  1741. "version": "7.22.5",
  1742. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
  1743. "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==",
  1744. "dependencies": {
  1745. "@babel/helper-string-parser": "^7.22.5",
  1746. "@babel/helper-validator-identifier": "^7.22.5",
  1747. "to-fast-properties": "^2.0.0"
  1748. },
  1749. "engines": {
  1750. "node": ">=6.9.0"
  1751. }
  1752. },
  1753. "node_modules/@emotion/babel-plugin": {
  1754. "version": "11.11.0",
  1755. "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz",
  1756. "integrity": "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==",
  1757. "dependencies": {
  1758. "@babel/helper-module-imports": "^7.16.7",
  1759. "@babel/runtime": "^7.18.3",
  1760. "@emotion/hash": "^0.9.1",
  1761. "@emotion/memoize": "^0.8.1",
  1762. "@emotion/serialize": "^1.1.2",
  1763. "babel-plugin-macros": "^3.1.0",
  1764. "convert-source-map": "^1.5.0",
  1765. "escape-string-regexp": "^4.0.0",
  1766. "find-root": "^1.1.0",
  1767. "source-map": "^0.5.7",
  1768. "stylis": "4.2.0"
  1769. }
  1770. },
  1771. "node_modules/@emotion/babel-plugin/node_modules/stylis": {
  1772. "version": "4.2.0",
  1773. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1774. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  1775. },
  1776. "node_modules/@emotion/cache": {
  1777. "version": "11.11.0",
  1778. "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz",
  1779. "integrity": "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==",
  1780. "dependencies": {
  1781. "@emotion/memoize": "^0.8.1",
  1782. "@emotion/sheet": "^1.2.2",
  1783. "@emotion/utils": "^1.2.1",
  1784. "@emotion/weak-memoize": "^0.3.1",
  1785. "stylis": "4.2.0"
  1786. }
  1787. },
  1788. "node_modules/@emotion/cache/node_modules/stylis": {
  1789. "version": "4.2.0",
  1790. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1791. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  1792. },
  1793. "node_modules/@emotion/hash": {
  1794. "version": "0.9.1",
  1795. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz",
  1796. "integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ=="
  1797. },
  1798. "node_modules/@emotion/is-prop-valid": {
  1799. "version": "1.2.1",
  1800. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz",
  1801. "integrity": "sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==",
  1802. "dependencies": {
  1803. "@emotion/memoize": "^0.8.1"
  1804. }
  1805. },
  1806. "node_modules/@emotion/memoize": {
  1807. "version": "0.8.1",
  1808. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
  1809. "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
  1810. },
  1811. "node_modules/@emotion/react": {
  1812. "version": "11.11.1",
  1813. "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",
  1814. "integrity": "sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==",
  1815. "dependencies": {
  1816. "@babel/runtime": "^7.18.3",
  1817. "@emotion/babel-plugin": "^11.11.0",
  1818. "@emotion/cache": "^11.11.0",
  1819. "@emotion/serialize": "^1.1.2",
  1820. "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
  1821. "@emotion/utils": "^1.2.1",
  1822. "@emotion/weak-memoize": "^0.3.1",
  1823. "hoist-non-react-statics": "^3.3.1"
  1824. },
  1825. "peerDependencies": {
  1826. "react": ">=16.8.0"
  1827. },
  1828. "peerDependenciesMeta": {
  1829. "@types/react": {
  1830. "optional": true
  1831. }
  1832. }
  1833. },
  1834. "node_modules/@emotion/serialize": {
  1835. "version": "1.1.2",
  1836. "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",
  1837. "integrity": "sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==",
  1838. "dependencies": {
  1839. "@emotion/hash": "^0.9.1",
  1840. "@emotion/memoize": "^0.8.1",
  1841. "@emotion/unitless": "^0.8.1",
  1842. "@emotion/utils": "^1.2.1",
  1843. "csstype": "^3.0.2"
  1844. }
  1845. },
  1846. "node_modules/@emotion/sheet": {
  1847. "version": "1.2.2",
  1848. "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz",
  1849. "integrity": "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA=="
  1850. },
  1851. "node_modules/@emotion/styled": {
  1852. "version": "11.11.0",
  1853. "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.11.0.tgz",
  1854. "integrity": "sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==",
  1855. "dependencies": {
  1856. "@babel/runtime": "^7.18.3",
  1857. "@emotion/babel-plugin": "^11.11.0",
  1858. "@emotion/is-prop-valid": "^1.2.1",
  1859. "@emotion/serialize": "^1.1.2",
  1860. "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
  1861. "@emotion/utils": "^1.2.1"
  1862. },
  1863. "peerDependencies": {
  1864. "@emotion/react": "^11.0.0-rc.0",
  1865. "react": ">=16.8.0"
  1866. },
  1867. "peerDependenciesMeta": {
  1868. "@types/react": {
  1869. "optional": true
  1870. }
  1871. }
  1872. },
  1873. "node_modules/@emotion/unitless": {
  1874. "version": "0.8.1",
  1875. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz",
  1876. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ=="
  1877. },
  1878. "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
  1879. "version": "1.0.1",
  1880. "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz",
  1881. "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==",
  1882. "peerDependencies": {
  1883. "react": ">=16.8.0"
  1884. }
  1885. },
  1886. "node_modules/@emotion/utils": {
  1887. "version": "1.2.1",
  1888. "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz",
  1889. "integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg=="
  1890. },
  1891. "node_modules/@emotion/weak-memoize": {
  1892. "version": "0.3.1",
  1893. "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz",
  1894. "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
  1895. },
  1896. "node_modules/@esbuild/android-arm": {
  1897. "version": "0.18.11",
  1898. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.11.tgz",
  1899. "integrity": "sha512-q4qlUf5ucwbUJZXF5tEQ8LF7y0Nk4P58hOsGk3ucY0oCwgQqAnqXVbUuahCddVHfrxmpyewRpiTHwVHIETYu7Q==",
  1900. "cpu": [
  1901. "arm"
  1902. ],
  1903. "dev": true,
  1904. "optional": true,
  1905. "os": [
  1906. "android"
  1907. ],
  1908. "engines": {
  1909. "node": ">=12"
  1910. }
  1911. },
  1912. "node_modules/@esbuild/android-arm64": {
  1913. "version": "0.18.11",
  1914. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.11.tgz",
  1915. "integrity": "sha512-snieiq75Z1z5LJX9cduSAjUr7vEI1OdlzFPMw0HH5YI7qQHDd3qs+WZoMrWYDsfRJSq36lIA6mfZBkvL46KoIw==",
  1916. "cpu": [
  1917. "arm64"
  1918. ],
  1919. "dev": true,
  1920. "optional": true,
  1921. "os": [
  1922. "android"
  1923. ],
  1924. "engines": {
  1925. "node": ">=12"
  1926. }
  1927. },
  1928. "node_modules/@esbuild/android-x64": {
  1929. "version": "0.18.11",
  1930. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.11.tgz",
  1931. "integrity": "sha512-iPuoxQEV34+hTF6FT7om+Qwziv1U519lEOvekXO9zaMMlT9+XneAhKL32DW3H7okrCOBQ44BMihE8dclbZtTuw==",
  1932. "cpu": [
  1933. "x64"
  1934. ],
  1935. "dev": true,
  1936. "optional": true,
  1937. "os": [
  1938. "android"
  1939. ],
  1940. "engines": {
  1941. "node": ">=12"
  1942. }
  1943. },
  1944. "node_modules/@esbuild/darwin-arm64": {
  1945. "version": "0.18.11",
  1946. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.11.tgz",
  1947. "integrity": "sha512-Gm0QkI3k402OpfMKyQEEMG0RuW2LQsSmI6OeO4El2ojJMoF5NLYb3qMIjvbG/lbMeLOGiW6ooU8xqc+S0fgz2w==",
  1948. "cpu": [
  1949. "arm64"
  1950. ],
  1951. "dev": true,
  1952. "optional": true,
  1953. "os": [
  1954. "darwin"
  1955. ],
  1956. "engines": {
  1957. "node": ">=12"
  1958. }
  1959. },
  1960. "node_modules/@esbuild/darwin-x64": {
  1961. "version": "0.18.11",
  1962. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.11.tgz",
  1963. "integrity": "sha512-N15Vzy0YNHu6cfyDOjiyfJlRJCB/ngKOAvoBf1qybG3eOq0SL2Lutzz9N7DYUbb7Q23XtHPn6lMDF6uWbGv9Fw==",
  1964. "cpu": [
  1965. "x64"
  1966. ],
  1967. "dev": true,
  1968. "optional": true,
  1969. "os": [
  1970. "darwin"
  1971. ],
  1972. "engines": {
  1973. "node": ">=12"
  1974. }
  1975. },
  1976. "node_modules/@esbuild/freebsd-arm64": {
  1977. "version": "0.18.11",
  1978. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.11.tgz",
  1979. "integrity": "sha512-atEyuq6a3omEY5qAh5jIORWk8MzFnCpSTUruBgeyN9jZq1K/QI9uke0ATi3MHu4L8c59CnIi4+1jDKMuqmR71A==",
  1980. "cpu": [
  1981. "arm64"
  1982. ],
  1983. "dev": true,
  1984. "optional": true,
  1985. "os": [
  1986. "freebsd"
  1987. ],
  1988. "engines": {
  1989. "node": ">=12"
  1990. }
  1991. },
  1992. "node_modules/@esbuild/freebsd-x64": {
  1993. "version": "0.18.11",
  1994. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.11.tgz",
  1995. "integrity": "sha512-XtuPrEfBj/YYYnAAB7KcorzzpGTvOr/dTtXPGesRfmflqhA4LMF0Gh/n5+a9JBzPuJ+CGk17CA++Hmr1F/gI0Q==",
  1996. "cpu": [
  1997. "x64"
  1998. ],
  1999. "dev": true,
  2000. "optional": true,
  2001. "os": [
  2002. "freebsd"
  2003. ],
  2004. "engines": {
  2005. "node": ">=12"
  2006. }
  2007. },
  2008. "node_modules/@esbuild/linux-arm": {
  2009. "version": "0.18.11",
  2010. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.11.tgz",
  2011. "integrity": "sha512-Idipz+Taso/toi2ETugShXjQ3S59b6m62KmLHkJlSq/cBejixmIydqrtM2XTvNCywFl3VC7SreSf6NV0i6sRyg==",
  2012. "cpu": [
  2013. "arm"
  2014. ],
  2015. "dev": true,
  2016. "optional": true,
  2017. "os": [
  2018. "linux"
  2019. ],
  2020. "engines": {
  2021. "node": ">=12"
  2022. }
  2023. },
  2024. "node_modules/@esbuild/linux-arm64": {
  2025. "version": "0.18.11",
  2026. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.11.tgz",
  2027. "integrity": "sha512-c6Vh2WS9VFKxKZ2TvJdA7gdy0n6eSy+yunBvv4aqNCEhSWVor1TU43wNRp2YLO9Vng2G+W94aRz+ILDSwAiYog==",
  2028. "cpu": [
  2029. "arm64"
  2030. ],
  2031. "dev": true,
  2032. "optional": true,
  2033. "os": [
  2034. "linux"
  2035. ],
  2036. "engines": {
  2037. "node": ">=12"
  2038. }
  2039. },
  2040. "node_modules/@esbuild/linux-ia32": {
  2041. "version": "0.18.11",
  2042. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.11.tgz",
  2043. "integrity": "sha512-S3hkIF6KUqRh9n1Q0dSyYcWmcVa9Cg+mSoZEfFuzoYXXsk6196qndrM+ZiHNwpZKi3XOXpShZZ+9dfN5ykqjjw==",
  2044. "cpu": [
  2045. "ia32"
  2046. ],
  2047. "dev": true,
  2048. "optional": true,
  2049. "os": [
  2050. "linux"
  2051. ],
  2052. "engines": {
  2053. "node": ">=12"
  2054. }
  2055. },
  2056. "node_modules/@esbuild/linux-loong64": {
  2057. "version": "0.18.11",
  2058. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.11.tgz",
  2059. "integrity": "sha512-MRESANOoObQINBA+RMZW+Z0TJWpibtE7cPFnahzyQHDCA9X9LOmGh68MVimZlM9J8n5Ia8lU773te6O3ILW8kw==",
  2060. "cpu": [
  2061. "loong64"
  2062. ],
  2063. "dev": true,
  2064. "optional": true,
  2065. "os": [
  2066. "linux"
  2067. ],
  2068. "engines": {
  2069. "node": ">=12"
  2070. }
  2071. },
  2072. "node_modules/@esbuild/linux-mips64el": {
  2073. "version": "0.18.11",
  2074. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.11.tgz",
  2075. "integrity": "sha512-qVyPIZrXNMOLYegtD1u8EBccCrBVshxMrn5MkuFc3mEVsw7CCQHaqZ4jm9hbn4gWY95XFnb7i4SsT3eflxZsUg==",
  2076. "cpu": [
  2077. "mips64el"
  2078. ],
  2079. "dev": true,
  2080. "optional": true,
  2081. "os": [
  2082. "linux"
  2083. ],
  2084. "engines": {
  2085. "node": ">=12"
  2086. }
  2087. },
  2088. "node_modules/@esbuild/linux-ppc64": {
  2089. "version": "0.18.11",
  2090. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.11.tgz",
  2091. "integrity": "sha512-T3yd8vJXfPirZaUOoA9D2ZjxZX4Gr3QuC3GztBJA6PklLotc/7sXTOuuRkhE9W/5JvJP/K9b99ayPNAD+R+4qQ==",
  2092. "cpu": [
  2093. "ppc64"
  2094. ],
  2095. "dev": true,
  2096. "optional": true,
  2097. "os": [
  2098. "linux"
  2099. ],
  2100. "engines": {
  2101. "node": ">=12"
  2102. }
  2103. },
  2104. "node_modules/@esbuild/linux-riscv64": {
  2105. "version": "0.18.11",
  2106. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.11.tgz",
  2107. "integrity": "sha512-evUoRPWiwuFk++snjH9e2cAjF5VVSTj+Dnf+rkO/Q20tRqv+644279TZlPK8nUGunjPAtQRCj1jQkDAvL6rm2w==",
  2108. "cpu": [
  2109. "riscv64"
  2110. ],
  2111. "dev": true,
  2112. "optional": true,
  2113. "os": [
  2114. "linux"
  2115. ],
  2116. "engines": {
  2117. "node": ">=12"
  2118. }
  2119. },
  2120. "node_modules/@esbuild/linux-s390x": {
  2121. "version": "0.18.11",
  2122. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.11.tgz",
  2123. "integrity": "sha512-/SlRJ15XR6i93gRWquRxYCfhTeC5PdqEapKoLbX63PLCmAkXZHY2uQm2l9bN0oPHBsOw2IswRZctMYS0MijFcg==",
  2124. "cpu": [
  2125. "s390x"
  2126. ],
  2127. "dev": true,
  2128. "optional": true,
  2129. "os": [
  2130. "linux"
  2131. ],
  2132. "engines": {
  2133. "node": ">=12"
  2134. }
  2135. },
  2136. "node_modules/@esbuild/linux-x64": {
  2137. "version": "0.18.11",
  2138. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.11.tgz",
  2139. "integrity": "sha512-xcncej+wF16WEmIwPtCHi0qmx1FweBqgsRtEL1mSHLFR6/mb3GEZfLQnx+pUDfRDEM4DQF8dpXIW7eDOZl1IbA==",
  2140. "cpu": [
  2141. "x64"
  2142. ],
  2143. "dev": true,
  2144. "optional": true,
  2145. "os": [
  2146. "linux"
  2147. ],
  2148. "engines": {
  2149. "node": ">=12"
  2150. }
  2151. },
  2152. "node_modules/@esbuild/netbsd-x64": {
  2153. "version": "0.18.11",
  2154. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.11.tgz",
  2155. "integrity": "sha512-aSjMHj/F7BuS1CptSXNg6S3M4F3bLp5wfFPIJM+Km2NfIVfFKhdmfHF9frhiCLIGVzDziggqWll0B+9AUbud/Q==",
  2156. "cpu": [
  2157. "x64"
  2158. ],
  2159. "dev": true,
  2160. "optional": true,
  2161. "os": [
  2162. "netbsd"
  2163. ],
  2164. "engines": {
  2165. "node": ">=12"
  2166. }
  2167. },
  2168. "node_modules/@esbuild/openbsd-x64": {
  2169. "version": "0.18.11",
  2170. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.11.tgz",
  2171. "integrity": "sha512-tNBq+6XIBZtht0xJGv7IBB5XaSyvYPCm1PxJ33zLQONdZoLVM0bgGqUrXnJyiEguD9LU4AHiu+GCXy/Hm9LsdQ==",
  2172. "cpu": [
  2173. "x64"
  2174. ],
  2175. "dev": true,
  2176. "optional": true,
  2177. "os": [
  2178. "openbsd"
  2179. ],
  2180. "engines": {
  2181. "node": ">=12"
  2182. }
  2183. },
  2184. "node_modules/@esbuild/sunos-x64": {
  2185. "version": "0.18.11",
  2186. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.11.tgz",
  2187. "integrity": "sha512-kxfbDOrH4dHuAAOhr7D7EqaYf+W45LsAOOhAet99EyuxxQmjbk8M9N4ezHcEiCYPaiW8Dj3K26Z2V17Gt6p3ng==",
  2188. "cpu": [
  2189. "x64"
  2190. ],
  2191. "dev": true,
  2192. "optional": true,
  2193. "os": [
  2194. "sunos"
  2195. ],
  2196. "engines": {
  2197. "node": ">=12"
  2198. }
  2199. },
  2200. "node_modules/@esbuild/win32-arm64": {
  2201. "version": "0.18.11",
  2202. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.11.tgz",
  2203. "integrity": "sha512-Sh0dDRyk1Xi348idbal7lZyfSkjhJsdFeuC13zqdipsvMetlGiFQNdO+Yfp6f6B4FbyQm7qsk16yaZk25LChzg==",
  2204. "cpu": [
  2205. "arm64"
  2206. ],
  2207. "dev": true,
  2208. "optional": true,
  2209. "os": [
  2210. "win32"
  2211. ],
  2212. "engines": {
  2213. "node": ">=12"
  2214. }
  2215. },
  2216. "node_modules/@esbuild/win32-ia32": {
  2217. "version": "0.18.11",
  2218. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.11.tgz",
  2219. "integrity": "sha512-o9JUIKF1j0rqJTFbIoF4bXj6rvrTZYOrfRcGyL0Vm5uJ/j5CkBD/51tpdxe9lXEDouhRgdr/BYzUrDOvrWwJpg==",
  2220. "cpu": [
  2221. "ia32"
  2222. ],
  2223. "dev": true,
  2224. "optional": true,
  2225. "os": [
  2226. "win32"
  2227. ],
  2228. "engines": {
  2229. "node": ">=12"
  2230. }
  2231. },
  2232. "node_modules/@esbuild/win32-x64": {
  2233. "version": "0.18.11",
  2234. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.11.tgz",
  2235. "integrity": "sha512-rQI4cjLHd2hGsM1LqgDI7oOCYbQ6IBOVsX9ejuRMSze0GqXUG2ekwiKkiBU1pRGSeCqFFHxTrcEydB2Hyoz9CA==",
  2236. "cpu": [
  2237. "x64"
  2238. ],
  2239. "dev": true,
  2240. "optional": true,
  2241. "os": [
  2242. "win32"
  2243. ],
  2244. "engines": {
  2245. "node": ">=12"
  2246. }
  2247. },
  2248. "node_modules/@eslint-community/eslint-utils": {
  2249. "version": "4.4.0",
  2250. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  2251. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  2252. "dev": true,
  2253. "dependencies": {
  2254. "eslint-visitor-keys": "^3.3.0"
  2255. },
  2256. "engines": {
  2257. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2258. },
  2259. "peerDependencies": {
  2260. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2261. }
  2262. },
  2263. "node_modules/@eslint-community/regexpp": {
  2264. "version": "4.5.1",
  2265. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
  2266. "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
  2267. "dev": true,
  2268. "engines": {
  2269. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2270. }
  2271. },
  2272. "node_modules/@eslint/eslintrc": {
  2273. "version": "2.1.0",
  2274. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.0.tgz",
  2275. "integrity": "sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==",
  2276. "dev": true,
  2277. "dependencies": {
  2278. "ajv": "^6.12.4",
  2279. "debug": "^4.3.2",
  2280. "espree": "^9.6.0",
  2281. "globals": "^13.19.0",
  2282. "ignore": "^5.2.0",
  2283. "import-fresh": "^3.2.1",
  2284. "js-yaml": "^4.1.0",
  2285. "minimatch": "^3.1.2",
  2286. "strip-json-comments": "^3.1.1"
  2287. },
  2288. "engines": {
  2289. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2290. },
  2291. "funding": {
  2292. "url": "https://opencollective.com/eslint"
  2293. }
  2294. },
  2295. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2296. "version": "13.20.0",
  2297. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  2298. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  2299. "dev": true,
  2300. "dependencies": {
  2301. "type-fest": "^0.20.2"
  2302. },
  2303. "engines": {
  2304. "node": ">=8"
  2305. },
  2306. "funding": {
  2307. "url": "https://github.com/sponsors/sindresorhus"
  2308. }
  2309. },
  2310. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2311. "version": "0.20.2",
  2312. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2313. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2314. "dev": true,
  2315. "engines": {
  2316. "node": ">=10"
  2317. },
  2318. "funding": {
  2319. "url": "https://github.com/sponsors/sindresorhus"
  2320. }
  2321. },
  2322. "node_modules/@eslint/js": {
  2323. "version": "8.44.0",
  2324. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",
  2325. "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==",
  2326. "dev": true,
  2327. "engines": {
  2328. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2329. }
  2330. },
  2331. "node_modules/@humanwhocodes/config-array": {
  2332. "version": "0.11.10",
  2333. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
  2334. "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
  2335. "dev": true,
  2336. "dependencies": {
  2337. "@humanwhocodes/object-schema": "^1.2.1",
  2338. "debug": "^4.1.1",
  2339. "minimatch": "^3.0.5"
  2340. },
  2341. "engines": {
  2342. "node": ">=10.10.0"
  2343. }
  2344. },
  2345. "node_modules/@humanwhocodes/module-importer": {
  2346. "version": "1.0.1",
  2347. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2348. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2349. "dev": true,
  2350. "engines": {
  2351. "node": ">=12.22"
  2352. },
  2353. "funding": {
  2354. "type": "github",
  2355. "url": "https://github.com/sponsors/nzakas"
  2356. }
  2357. },
  2358. "node_modules/@humanwhocodes/object-schema": {
  2359. "version": "1.2.1",
  2360. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  2361. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  2362. "dev": true
  2363. },
  2364. "node_modules/@jridgewell/gen-mapping": {
  2365. "version": "0.3.3",
  2366. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  2367. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  2368. "dev": true,
  2369. "dependencies": {
  2370. "@jridgewell/set-array": "^1.0.1",
  2371. "@jridgewell/sourcemap-codec": "^1.4.10",
  2372. "@jridgewell/trace-mapping": "^0.3.9"
  2373. },
  2374. "engines": {
  2375. "node": ">=6.0.0"
  2376. }
  2377. },
  2378. "node_modules/@jridgewell/resolve-uri": {
  2379. "version": "3.1.0",
  2380. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  2381. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  2382. "dev": true,
  2383. "engines": {
  2384. "node": ">=6.0.0"
  2385. }
  2386. },
  2387. "node_modules/@jridgewell/set-array": {
  2388. "version": "1.1.2",
  2389. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  2390. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  2391. "dev": true,
  2392. "engines": {
  2393. "node": ">=6.0.0"
  2394. }
  2395. },
  2396. "node_modules/@jridgewell/source-map": {
  2397. "version": "0.3.5",
  2398. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
  2399. "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
  2400. "dev": true,
  2401. "dependencies": {
  2402. "@jridgewell/gen-mapping": "^0.3.0",
  2403. "@jridgewell/trace-mapping": "^0.3.9"
  2404. }
  2405. },
  2406. "node_modules/@jridgewell/sourcemap-codec": {
  2407. "version": "1.4.15",
  2408. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  2409. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
  2410. "dev": true
  2411. },
  2412. "node_modules/@jridgewell/trace-mapping": {
  2413. "version": "0.3.18",
  2414. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
  2415. "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
  2416. "dev": true,
  2417. "dependencies": {
  2418. "@jridgewell/resolve-uri": "3.1.0",
  2419. "@jridgewell/sourcemap-codec": "1.4.14"
  2420. }
  2421. },
  2422. "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
  2423. "version": "1.4.14",
  2424. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  2425. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
  2426. "dev": true
  2427. },
  2428. "node_modules/@mapbox/hast-util-table-cell-style": {
  2429. "version": "0.2.0",
  2430. "resolved": "https://registry.npmjs.org/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.2.0.tgz",
  2431. "integrity": "sha512-gqaTIGC8My3LVSnU38IwjHVKJC94HSonjvFHDk8/aSrApL8v4uWgm8zJkK7MJIIbHuNOr/+Mv2KkQKcxs6LEZA==",
  2432. "dependencies": {
  2433. "unist-util-visit": "^1.4.1"
  2434. },
  2435. "engines": {
  2436. "node": ">=12"
  2437. }
  2438. },
  2439. "node_modules/@mui/base": {
  2440. "version": "5.0.0-beta.6",
  2441. "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",
  2442. "integrity": "sha512-jcHy6HwOX7KzRhRtL8nvIvUlxvLx2Fl6NMRCyUSQSvMTyfou9kndekz0H4HJaXvG1Y4WEifk23RYedOlrD1kEQ==",
  2443. "dependencies": {
  2444. "@babel/runtime": "^7.22.5",
  2445. "@emotion/is-prop-valid": "^1.2.1",
  2446. "@mui/types": "^7.2.4",
  2447. "@mui/utils": "^5.13.7",
  2448. "@popperjs/core": "^2.11.8",
  2449. "clsx": "^1.2.1",
  2450. "prop-types": "^15.8.1",
  2451. "react-is": "^18.2.0"
  2452. },
  2453. "engines": {
  2454. "node": ">=12.0.0"
  2455. },
  2456. "funding": {
  2457. "type": "opencollective",
  2458. "url": "https://opencollective.com/mui"
  2459. },
  2460. "peerDependencies": {
  2461. "@types/react": "^17.0.0 || ^18.0.0",
  2462. "react": "^17.0.0 || ^18.0.0",
  2463. "react-dom": "^17.0.0 || ^18.0.0"
  2464. },
  2465. "peerDependenciesMeta": {
  2466. "@types/react": {
  2467. "optional": true
  2468. }
  2469. }
  2470. },
  2471. "node_modules/@mui/core-downloads-tracker": {
  2472. "version": "5.13.7",
  2473. "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.13.7.tgz",
  2474. "integrity": "sha512-/suIo4WoeL/OyO3KUsFVpdOmKiSAr6NpWXmQ4WLSxwKrTiha1FJxM6vwAki5W/5kR9WnVLw5E8JC4oHHsutT8w==",
  2475. "funding": {
  2476. "type": "opencollective",
  2477. "url": "https://opencollective.com/mui"
  2478. }
  2479. },
  2480. "node_modules/@mui/icons-material": {
  2481. "version": "5.13.7",
  2482. "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.13.7.tgz",
  2483. "integrity": "sha512-zoVtkb9jYVUGfI7CobOdDBEAlpg3XESiO6cWqSDGwEma69+CBDIAwGpnO5truvQDJHBGSAfzFj3nObwxjkyA7Q==",
  2484. "dependencies": {
  2485. "@babel/runtime": "^7.22.5"
  2486. },
  2487. "engines": {
  2488. "node": ">=12.0.0"
  2489. },
  2490. "funding": {
  2491. "type": "opencollective",
  2492. "url": "https://opencollective.com/mui"
  2493. },
  2494. "peerDependencies": {
  2495. "@mui/material": "^5.0.0",
  2496. "@types/react": "^17.0.0 || ^18.0.0",
  2497. "react": "^17.0.0 || ^18.0.0"
  2498. },
  2499. "peerDependenciesMeta": {
  2500. "@types/react": {
  2501. "optional": true
  2502. }
  2503. }
  2504. },
  2505. "node_modules/@mui/material": {
  2506. "version": "5.13.7",
  2507. "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.13.7.tgz",
  2508. "integrity": "sha512-+n453jDDm88zZM3b5YK29nZ7gXY+s+rryH9ovDbhmfSkOlFtp+KSqbXy5cTaC/UlDqDM7sYYJGq8BmJov3v9Tg==",
  2509. "dependencies": {
  2510. "@babel/runtime": "^7.22.5",
  2511. "@mui/base": "5.0.0-beta.6",
  2512. "@mui/core-downloads-tracker": "^5.13.7",
  2513. "@mui/system": "^5.13.7",
  2514. "@mui/types": "^7.2.4",
  2515. "@mui/utils": "^5.13.7",
  2516. "@types/react-transition-group": "^4.4.6",
  2517. "clsx": "^1.2.1",
  2518. "csstype": "^3.1.2",
  2519. "prop-types": "^15.8.1",
  2520. "react-is": "^18.2.0",
  2521. "react-transition-group": "^4.4.5"
  2522. },
  2523. "engines": {
  2524. "node": ">=12.0.0"
  2525. },
  2526. "funding": {
  2527. "type": "opencollective",
  2528. "url": "https://opencollective.com/mui"
  2529. },
  2530. "peerDependencies": {
  2531. "@emotion/react": "^11.5.0",
  2532. "@emotion/styled": "^11.3.0",
  2533. "@types/react": "^17.0.0 || ^18.0.0",
  2534. "react": "^17.0.0 || ^18.0.0",
  2535. "react-dom": "^17.0.0 || ^18.0.0"
  2536. },
  2537. "peerDependenciesMeta": {
  2538. "@emotion/react": {
  2539. "optional": true
  2540. },
  2541. "@emotion/styled": {
  2542. "optional": true
  2543. },
  2544. "@types/react": {
  2545. "optional": true
  2546. }
  2547. }
  2548. },
  2549. "node_modules/@mui/private-theming": {
  2550. "version": "5.13.7",
  2551. "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",
  2552. "integrity": "sha512-qbSr+udcij5F9dKhGX7fEdx2drXchq7htLNr2Qg2Ma+WJ6q0ERlEqGSBiPiVDJkptcjeVL4DGmcf1wl5+vD4EA==",
  2553. "dependencies": {
  2554. "@babel/runtime": "^7.22.5",
  2555. "@mui/utils": "^5.13.7",
  2556. "prop-types": "^15.8.1"
  2557. },
  2558. "engines": {
  2559. "node": ">=12.0.0"
  2560. },
  2561. "funding": {
  2562. "type": "opencollective",
  2563. "url": "https://opencollective.com/mui"
  2564. },
  2565. "peerDependencies": {
  2566. "@types/react": "^17.0.0 || ^18.0.0",
  2567. "react": "^17.0.0 || ^18.0.0"
  2568. },
  2569. "peerDependenciesMeta": {
  2570. "@types/react": {
  2571. "optional": true
  2572. }
  2573. }
  2574. },
  2575. "node_modules/@mui/styled-engine": {
  2576. "version": "5.13.2",
  2577. "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",
  2578. "integrity": "sha512-VCYCU6xVtXOrIN8lcbuPmoG+u7FYuOERG++fpY74hPpEWkyFQG97F+/XfTQVYzlR2m7nPjnwVUgATcTCMEaMvw==",
  2579. "dependencies": {
  2580. "@babel/runtime": "^7.21.0",
  2581. "@emotion/cache": "^11.11.0",
  2582. "csstype": "^3.1.2",
  2583. "prop-types": "^15.8.1"
  2584. },
  2585. "engines": {
  2586. "node": ">=12.0.0"
  2587. },
  2588. "funding": {
  2589. "type": "opencollective",
  2590. "url": "https://opencollective.com/mui"
  2591. },
  2592. "peerDependencies": {
  2593. "@emotion/react": "^11.4.1",
  2594. "@emotion/styled": "^11.3.0",
  2595. "react": "^17.0.0 || ^18.0.0"
  2596. },
  2597. "peerDependenciesMeta": {
  2598. "@emotion/react": {
  2599. "optional": true
  2600. },
  2601. "@emotion/styled": {
  2602. "optional": true
  2603. }
  2604. }
  2605. },
  2606. "node_modules/@mui/system": {
  2607. "version": "5.13.7",
  2608. "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",
  2609. "integrity": "sha512-7R2KdI6vr8KtnauEfg9e9xQmPk6Gg/1vGNiALYyhSI+cYztxN6WmlSqGX4bjWn/Sygp1TUE1jhFEgs7MWruhkQ==",
  2610. "dependencies": {
  2611. "@babel/runtime": "^7.22.5",
  2612. "@mui/private-theming": "^5.13.7",
  2613. "@mui/styled-engine": "^5.13.2",
  2614. "@mui/types": "^7.2.4",
  2615. "@mui/utils": "^5.13.7",
  2616. "clsx": "^1.2.1",
  2617. "csstype": "^3.1.2",
  2618. "prop-types": "^15.8.1"
  2619. },
  2620. "engines": {
  2621. "node": ">=12.0.0"
  2622. },
  2623. "funding": {
  2624. "type": "opencollective",
  2625. "url": "https://opencollective.com/mui"
  2626. },
  2627. "peerDependencies": {
  2628. "@emotion/react": "^11.5.0",
  2629. "@emotion/styled": "^11.3.0",
  2630. "@types/react": "^17.0.0 || ^18.0.0",
  2631. "react": "^17.0.0 || ^18.0.0"
  2632. },
  2633. "peerDependenciesMeta": {
  2634. "@emotion/react": {
  2635. "optional": true
  2636. },
  2637. "@emotion/styled": {
  2638. "optional": true
  2639. },
  2640. "@types/react": {
  2641. "optional": true
  2642. }
  2643. }
  2644. },
  2645. "node_modules/@mui/types": {
  2646. "version": "7.2.4",
  2647. "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.4.tgz",
  2648. "integrity": "sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==",
  2649. "peerDependencies": {
  2650. "@types/react": "*"
  2651. },
  2652. "peerDependenciesMeta": {
  2653. "@types/react": {
  2654. "optional": true
  2655. }
  2656. }
  2657. },
  2658. "node_modules/@mui/utils": {
  2659. "version": "5.13.7",
  2660. "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",
  2661. "integrity": "sha512-/3BLptG/q0u36eYED7Nhf4fKXmcKb6LjjT7ZMwhZIZSdSxVqDqSTmATW3a56n3KEPQUXCU9TpxAfCBQhs6brVA==",
  2662. "dependencies": {
  2663. "@babel/runtime": "^7.22.5",
  2664. "@types/prop-types": "^15.7.5",
  2665. "@types/react-is": "^18.2.1",
  2666. "prop-types": "^15.8.1",
  2667. "react-is": "^18.2.0"
  2668. },
  2669. "engines": {
  2670. "node": ">=12.0.0"
  2671. },
  2672. "funding": {
  2673. "type": "opencollective",
  2674. "url": "https://opencollective.com/mui"
  2675. },
  2676. "peerDependencies": {
  2677. "react": "^17.0.0 || ^18.0.0"
  2678. }
  2679. },
  2680. "node_modules/@nicolo-ribaudo/semver-v6": {
  2681. "version": "6.3.3",
  2682. "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz",
  2683. "integrity": "sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==",
  2684. "dev": true,
  2685. "bin": {
  2686. "semver": "bin/semver.js"
  2687. }
  2688. },
  2689. "node_modules/@nodelib/fs.scandir": {
  2690. "version": "2.1.5",
  2691. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2692. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2693. "dev": true,
  2694. "dependencies": {
  2695. "@nodelib/fs.stat": "2.0.5",
  2696. "run-parallel": "^1.1.9"
  2697. },
  2698. "engines": {
  2699. "node": ">= 8"
  2700. }
  2701. },
  2702. "node_modules/@nodelib/fs.stat": {
  2703. "version": "2.0.5",
  2704. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2705. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2706. "dev": true,
  2707. "engines": {
  2708. "node": ">= 8"
  2709. }
  2710. },
  2711. "node_modules/@nodelib/fs.walk": {
  2712. "version": "1.2.8",
  2713. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2714. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2715. "dev": true,
  2716. "dependencies": {
  2717. "@nodelib/fs.scandir": "2.1.5",
  2718. "fastq": "^1.6.0"
  2719. },
  2720. "engines": {
  2721. "node": ">= 8"
  2722. }
  2723. },
  2724. "node_modules/@popperjs/core": {
  2725. "version": "2.11.8",
  2726. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  2727. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  2728. "funding": {
  2729. "type": "opencollective",
  2730. "url": "https://opencollective.com/popperjs"
  2731. }
  2732. },
  2733. "node_modules/@remix-run/router": {
  2734. "version": "1.7.1",
  2735. "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.7.1.tgz",
  2736. "integrity": "sha512-bgVQM4ZJ2u2CM8k1ey70o1ePFXsEzYVZoWghh6WjM8p59jQ7HxzbHW4SbnWFG7V9ig9chLawQxDTZ3xzOF8MkQ==",
  2737. "engines": {
  2738. "node": ">=14"
  2739. }
  2740. },
  2741. "node_modules/@surma/rollup-plugin-off-main-thread": {
  2742. "version": "2.2.3",
  2743. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  2744. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  2745. "dev": true,
  2746. "dependencies": {
  2747. "ejs": "^3.1.6",
  2748. "json5": "^2.2.0",
  2749. "magic-string": "^0.25.0",
  2750. "string.prototype.matchall": "^4.0.6"
  2751. }
  2752. },
  2753. "node_modules/@types/estree": {
  2754. "version": "0.0.39",
  2755. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  2756. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
  2757. "dev": true
  2758. },
  2759. "node_modules/@types/json5": {
  2760. "version": "0.0.29",
  2761. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  2762. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  2763. "dev": true
  2764. },
  2765. "node_modules/@types/mdast": {
  2766. "version": "3.0.11",
  2767. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.11.tgz",
  2768. "integrity": "sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==",
  2769. "dependencies": {
  2770. "@types/unist": "*"
  2771. }
  2772. },
  2773. "node_modules/@types/node": {
  2774. "version": "20.4.1",
  2775. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.1.tgz",
  2776. "integrity": "sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==",
  2777. "dev": true
  2778. },
  2779. "node_modules/@types/parse-json": {
  2780. "version": "4.0.0",
  2781. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
  2782. "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
  2783. },
  2784. "node_modules/@types/prop-types": {
  2785. "version": "15.7.5",
  2786. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  2787. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
  2788. },
  2789. "node_modules/@types/react": {
  2790. "version": "18.2.14",
  2791. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz",
  2792. "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==",
  2793. "dependencies": {
  2794. "@types/prop-types": "*",
  2795. "@types/scheduler": "*",
  2796. "csstype": "^3.0.2"
  2797. }
  2798. },
  2799. "node_modules/@types/react-is": {
  2800. "version": "18.2.1",
  2801. "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-18.2.1.tgz",
  2802. "integrity": "sha512-wyUkmaaSZEzFZivD8F2ftSyAfk6L+DfFliVj/mYdOXbVjRcS87fQJLTnhk6dRZPuJjI+9g6RZJO4PNCngUrmyw==",
  2803. "dependencies": {
  2804. "@types/react": "*"
  2805. }
  2806. },
  2807. "node_modules/@types/react-transition-group": {
  2808. "version": "4.4.6",
  2809. "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz",
  2810. "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==",
  2811. "dependencies": {
  2812. "@types/react": "*"
  2813. }
  2814. },
  2815. "node_modules/@types/resolve": {
  2816. "version": "1.17.1",
  2817. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  2818. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  2819. "dev": true,
  2820. "dependencies": {
  2821. "@types/node": "*"
  2822. }
  2823. },
  2824. "node_modules/@types/scheduler": {
  2825. "version": "0.16.3",
  2826. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
  2827. "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
  2828. },
  2829. "node_modules/@types/trusted-types": {
  2830. "version": "2.0.3",
  2831. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.3.tgz",
  2832. "integrity": "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==",
  2833. "dev": true
  2834. },
  2835. "node_modules/@types/unist": {
  2836. "version": "2.0.6",
  2837. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz",
  2838. "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ=="
  2839. },
  2840. "node_modules/@vitejs/plugin-react": {
  2841. "version": "4.0.2",
  2842. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.0.2.tgz",
  2843. "integrity": "sha512-zbnVp3Esfg33zDaoLrjxG+p/dPiOtpvJA+1oOEQwSxMMTRL9zi1eghIcd2WtLjkcKnPsa3S15LzS/OzDn2BOCA==",
  2844. "dev": true,
  2845. "dependencies": {
  2846. "@babel/core": "^7.22.5",
  2847. "@babel/plugin-transform-react-jsx-self": "^7.22.5",
  2848. "@babel/plugin-transform-react-jsx-source": "^7.22.5",
  2849. "react-refresh": "^0.14.0"
  2850. },
  2851. "engines": {
  2852. "node": "^14.18.0 || >=16.0.0"
  2853. },
  2854. "peerDependencies": {
  2855. "vite": "^4.2.0"
  2856. }
  2857. },
  2858. "node_modules/acorn": {
  2859. "version": "8.10.0",
  2860. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
  2861. "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
  2862. "dev": true,
  2863. "bin": {
  2864. "acorn": "bin/acorn"
  2865. },
  2866. "engines": {
  2867. "node": ">=0.4.0"
  2868. }
  2869. },
  2870. "node_modules/acorn-jsx": {
  2871. "version": "5.3.2",
  2872. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2873. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2874. "dev": true,
  2875. "peerDependencies": {
  2876. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2877. }
  2878. },
  2879. "node_modules/ajv": {
  2880. "version": "6.12.6",
  2881. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  2882. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2883. "dev": true,
  2884. "dependencies": {
  2885. "fast-deep-equal": "^3.1.1",
  2886. "fast-json-stable-stringify": "^2.0.0",
  2887. "json-schema-traverse": "^0.4.1",
  2888. "uri-js": "^4.2.2"
  2889. },
  2890. "funding": {
  2891. "type": "github",
  2892. "url": "https://github.com/sponsors/epoberezkin"
  2893. }
  2894. },
  2895. "node_modules/ansi-regex": {
  2896. "version": "5.0.1",
  2897. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2898. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2899. "dev": true,
  2900. "engines": {
  2901. "node": ">=8"
  2902. }
  2903. },
  2904. "node_modules/ansi-styles": {
  2905. "version": "3.2.1",
  2906. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2907. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2908. "dependencies": {
  2909. "color-convert": "^1.9.0"
  2910. },
  2911. "engines": {
  2912. "node": ">=4"
  2913. }
  2914. },
  2915. "node_modules/argparse": {
  2916. "version": "2.0.1",
  2917. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2918. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2919. "dev": true
  2920. },
  2921. "node_modules/aria-query": {
  2922. "version": "5.3.0",
  2923. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
  2924. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  2925. "dev": true,
  2926. "dependencies": {
  2927. "dequal": "^2.0.3"
  2928. }
  2929. },
  2930. "node_modules/array-buffer-byte-length": {
  2931. "version": "1.0.0",
  2932. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
  2933. "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
  2934. "dev": true,
  2935. "dependencies": {
  2936. "call-bind": "^1.0.2",
  2937. "is-array-buffer": "^3.0.1"
  2938. },
  2939. "funding": {
  2940. "url": "https://github.com/sponsors/ljharb"
  2941. }
  2942. },
  2943. "node_modules/array-includes": {
  2944. "version": "3.1.6",
  2945. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
  2946. "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
  2947. "dev": true,
  2948. "dependencies": {
  2949. "call-bind": "^1.0.2",
  2950. "define-properties": "^1.1.4",
  2951. "es-abstract": "^1.20.4",
  2952. "get-intrinsic": "^1.1.3",
  2953. "is-string": "^1.0.7"
  2954. },
  2955. "engines": {
  2956. "node": ">= 0.4"
  2957. },
  2958. "funding": {
  2959. "url": "https://github.com/sponsors/ljharb"
  2960. }
  2961. },
  2962. "node_modules/array.prototype.flat": {
  2963. "version": "1.3.1",
  2964. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
  2965. "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
  2966. "dev": true,
  2967. "dependencies": {
  2968. "call-bind": "^1.0.2",
  2969. "define-properties": "^1.1.4",
  2970. "es-abstract": "^1.20.4",
  2971. "es-shim-unscopables": "^1.0.0"
  2972. },
  2973. "engines": {
  2974. "node": ">= 0.4"
  2975. },
  2976. "funding": {
  2977. "url": "https://github.com/sponsors/ljharb"
  2978. }
  2979. },
  2980. "node_modules/array.prototype.flatmap": {
  2981. "version": "1.3.1",
  2982. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
  2983. "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
  2984. "dev": true,
  2985. "dependencies": {
  2986. "call-bind": "^1.0.2",
  2987. "define-properties": "^1.1.4",
  2988. "es-abstract": "^1.20.4",
  2989. "es-shim-unscopables": "^1.0.0"
  2990. },
  2991. "engines": {
  2992. "node": ">= 0.4"
  2993. },
  2994. "funding": {
  2995. "url": "https://github.com/sponsors/ljharb"
  2996. }
  2997. },
  2998. "node_modules/array.prototype.tosorted": {
  2999. "version": "1.1.1",
  3000. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
  3001. "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
  3002. "dev": true,
  3003. "dependencies": {
  3004. "call-bind": "^1.0.2",
  3005. "define-properties": "^1.1.4",
  3006. "es-abstract": "^1.20.4",
  3007. "es-shim-unscopables": "^1.0.0",
  3008. "get-intrinsic": "^1.1.3"
  3009. }
  3010. },
  3011. "node_modules/ast-types-flow": {
  3012. "version": "0.0.7",
  3013. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  3014. "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==",
  3015. "dev": true
  3016. },
  3017. "node_modules/async": {
  3018. "version": "3.2.4",
  3019. "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
  3020. "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==",
  3021. "dev": true
  3022. },
  3023. "node_modules/at-least-node": {
  3024. "version": "1.0.0",
  3025. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  3026. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  3027. "dev": true,
  3028. "engines": {
  3029. "node": ">= 4.0.0"
  3030. }
  3031. },
  3032. "node_modules/available-typed-arrays": {
  3033. "version": "1.0.5",
  3034. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  3035. "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  3036. "dev": true,
  3037. "engines": {
  3038. "node": ">= 0.4"
  3039. },
  3040. "funding": {
  3041. "url": "https://github.com/sponsors/ljharb"
  3042. }
  3043. },
  3044. "node_modules/axe-core": {
  3045. "version": "4.7.2",
  3046. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
  3047. "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
  3048. "dev": true,
  3049. "engines": {
  3050. "node": ">=4"
  3051. }
  3052. },
  3053. "node_modules/axobject-query": {
  3054. "version": "3.2.1",
  3055. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
  3056. "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
  3057. "dev": true,
  3058. "dependencies": {
  3059. "dequal": "^2.0.3"
  3060. }
  3061. },
  3062. "node_modules/babel-plugin-macros": {
  3063. "version": "3.1.0",
  3064. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  3065. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  3066. "dependencies": {
  3067. "@babel/runtime": "^7.12.5",
  3068. "cosmiconfig": "^7.0.0",
  3069. "resolve": "^1.19.0"
  3070. },
  3071. "engines": {
  3072. "node": ">=10",
  3073. "npm": ">=6"
  3074. }
  3075. },
  3076. "node_modules/babel-plugin-polyfill-corejs2": {
  3077. "version": "0.4.4",
  3078. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.4.tgz",
  3079. "integrity": "sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA==",
  3080. "dev": true,
  3081. "dependencies": {
  3082. "@babel/compat-data": "^7.22.6",
  3083. "@babel/helper-define-polyfill-provider": "^0.4.1",
  3084. "@nicolo-ribaudo/semver-v6": "^6.3.3"
  3085. },
  3086. "peerDependencies": {
  3087. "@babel/core": "^7.0.0-0"
  3088. }
  3089. },
  3090. "node_modules/babel-plugin-polyfill-corejs3": {
  3091. "version": "0.8.2",
  3092. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.2.tgz",
  3093. "integrity": "sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ==",
  3094. "dev": true,
  3095. "dependencies": {
  3096. "@babel/helper-define-polyfill-provider": "^0.4.1",
  3097. "core-js-compat": "^3.31.0"
  3098. },
  3099. "peerDependencies": {
  3100. "@babel/core": "^7.0.0-0"
  3101. }
  3102. },
  3103. "node_modules/babel-plugin-polyfill-regenerator": {
  3104. "version": "0.5.1",
  3105. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz",
  3106. "integrity": "sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==",
  3107. "dev": true,
  3108. "dependencies": {
  3109. "@babel/helper-define-polyfill-provider": "^0.4.1"
  3110. },
  3111. "peerDependencies": {
  3112. "@babel/core": "^7.0.0-0"
  3113. }
  3114. },
  3115. "node_modules/bail": {
  3116. "version": "1.0.5",
  3117. "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
  3118. "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
  3119. "funding": {
  3120. "type": "github",
  3121. "url": "https://github.com/sponsors/wooorm"
  3122. }
  3123. },
  3124. "node_modules/balanced-match": {
  3125. "version": "1.0.2",
  3126. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3127. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3128. "dev": true
  3129. },
  3130. "node_modules/brace-expansion": {
  3131. "version": "1.1.11",
  3132. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  3133. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  3134. "dev": true,
  3135. "dependencies": {
  3136. "balanced-match": "^1.0.0",
  3137. "concat-map": "0.0.1"
  3138. }
  3139. },
  3140. "node_modules/braces": {
  3141. "version": "3.0.2",
  3142. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  3143. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  3144. "dev": true,
  3145. "dependencies": {
  3146. "fill-range": "^7.0.1"
  3147. },
  3148. "engines": {
  3149. "node": ">=8"
  3150. }
  3151. },
  3152. "node_modules/browserslist": {
  3153. "version": "4.21.9",
  3154. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz",
  3155. "integrity": "sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==",
  3156. "dev": true,
  3157. "funding": [
  3158. {
  3159. "type": "opencollective",
  3160. "url": "https://opencollective.com/browserslist"
  3161. },
  3162. {
  3163. "type": "tidelift",
  3164. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3165. },
  3166. {
  3167. "type": "github",
  3168. "url": "https://github.com/sponsors/ai"
  3169. }
  3170. ],
  3171. "dependencies": {
  3172. "caniuse-lite": "^1.0.30001503",
  3173. "electron-to-chromium": "^1.4.431",
  3174. "node-releases": "^2.0.12",
  3175. "update-browserslist-db": "^1.0.11"
  3176. },
  3177. "bin": {
  3178. "browserslist": "cli.js"
  3179. },
  3180. "engines": {
  3181. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3182. }
  3183. },
  3184. "node_modules/buffer-from": {
  3185. "version": "1.1.2",
  3186. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  3187. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  3188. "dev": true
  3189. },
  3190. "node_modules/builtin-modules": {
  3191. "version": "3.3.0",
  3192. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  3193. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  3194. "dev": true,
  3195. "engines": {
  3196. "node": ">=6"
  3197. },
  3198. "funding": {
  3199. "url": "https://github.com/sponsors/sindresorhus"
  3200. }
  3201. },
  3202. "node_modules/call-bind": {
  3203. "version": "1.0.2",
  3204. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  3205. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  3206. "dev": true,
  3207. "dependencies": {
  3208. "function-bind": "^1.1.1",
  3209. "get-intrinsic": "^1.0.2"
  3210. },
  3211. "funding": {
  3212. "url": "https://github.com/sponsors/ljharb"
  3213. }
  3214. },
  3215. "node_modules/callsites": {
  3216. "version": "3.1.0",
  3217. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3218. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3219. "engines": {
  3220. "node": ">=6"
  3221. }
  3222. },
  3223. "node_modules/caniuse-lite": {
  3224. "version": "1.0.30001514",
  3225. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001514.tgz",
  3226. "integrity": "sha512-ENcIpYBmwAAOm/V2cXgM7rZUrKKaqisZl4ZAI520FIkqGXUxJjmaIssbRW5HVVR5tyV6ygTLIm15aU8LUmQSaQ==",
  3227. "dev": true,
  3228. "funding": [
  3229. {
  3230. "type": "opencollective",
  3231. "url": "https://opencollective.com/browserslist"
  3232. },
  3233. {
  3234. "type": "tidelift",
  3235. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3236. },
  3237. {
  3238. "type": "github",
  3239. "url": "https://github.com/sponsors/ai"
  3240. }
  3241. ]
  3242. },
  3243. "node_modules/chalk": {
  3244. "version": "2.4.2",
  3245. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  3246. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3247. "dependencies": {
  3248. "ansi-styles": "^3.2.1",
  3249. "escape-string-regexp": "^1.0.5",
  3250. "supports-color": "^5.3.0"
  3251. },
  3252. "engines": {
  3253. "node": ">=4"
  3254. }
  3255. },
  3256. "node_modules/chalk/node_modules/escape-string-regexp": {
  3257. "version": "1.0.5",
  3258. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  3259. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  3260. "engines": {
  3261. "node": ">=0.8.0"
  3262. }
  3263. },
  3264. "node_modules/character-entities": {
  3265. "version": "1.2.4",
  3266. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
  3267. "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
  3268. "funding": {
  3269. "type": "github",
  3270. "url": "https://github.com/sponsors/wooorm"
  3271. }
  3272. },
  3273. "node_modules/character-entities-legacy": {
  3274. "version": "1.1.4",
  3275. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
  3276. "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
  3277. "funding": {
  3278. "type": "github",
  3279. "url": "https://github.com/sponsors/wooorm"
  3280. }
  3281. },
  3282. "node_modules/character-reference-invalid": {
  3283. "version": "1.1.4",
  3284. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
  3285. "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
  3286. "funding": {
  3287. "type": "github",
  3288. "url": "https://github.com/sponsors/wooorm"
  3289. }
  3290. },
  3291. "node_modules/clsx": {
  3292. "version": "1.2.1",
  3293. "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
  3294. "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
  3295. "engines": {
  3296. "node": ">=6"
  3297. }
  3298. },
  3299. "node_modules/color-convert": {
  3300. "version": "1.9.3",
  3301. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  3302. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  3303. "dependencies": {
  3304. "color-name": "1.1.3"
  3305. }
  3306. },
  3307. "node_modules/color-name": {
  3308. "version": "1.1.3",
  3309. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  3310. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  3311. },
  3312. "node_modules/comma-separated-tokens": {
  3313. "version": "1.0.8",
  3314. "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
  3315. "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
  3316. "funding": {
  3317. "type": "github",
  3318. "url": "https://github.com/sponsors/wooorm"
  3319. }
  3320. },
  3321. "node_modules/commander": {
  3322. "version": "2.20.3",
  3323. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  3324. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  3325. "dev": true
  3326. },
  3327. "node_modules/common-tags": {
  3328. "version": "1.8.2",
  3329. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  3330. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  3331. "dev": true,
  3332. "engines": {
  3333. "node": ">=4.0.0"
  3334. }
  3335. },
  3336. "node_modules/concat-map": {
  3337. "version": "0.0.1",
  3338. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3339. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3340. "dev": true
  3341. },
  3342. "node_modules/confusing-browser-globals": {
  3343. "version": "1.0.11",
  3344. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  3345. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
  3346. "dev": true
  3347. },
  3348. "node_modules/convert-source-map": {
  3349. "version": "1.9.0",
  3350. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  3351. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  3352. },
  3353. "node_modules/core-js-compat": {
  3354. "version": "3.31.1",
  3355. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.1.tgz",
  3356. "integrity": "sha512-wIDWd2s5/5aJSdpOJHfSibxNODxoGoWOBHt8JSPB41NOE94M7kuTPZCYLOlTtuoXTsBPKobpJ6T+y0SSy5L9SA==",
  3357. "dev": true,
  3358. "dependencies": {
  3359. "browserslist": "^4.21.9"
  3360. },
  3361. "funding": {
  3362. "type": "opencollective",
  3363. "url": "https://opencollective.com/core-js"
  3364. }
  3365. },
  3366. "node_modules/cosmiconfig": {
  3367. "version": "7.1.0",
  3368. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  3369. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  3370. "dependencies": {
  3371. "@types/parse-json": "^4.0.0",
  3372. "import-fresh": "^3.2.1",
  3373. "parse-json": "^5.0.0",
  3374. "path-type": "^4.0.0",
  3375. "yaml": "^1.10.0"
  3376. },
  3377. "engines": {
  3378. "node": ">=10"
  3379. }
  3380. },
  3381. "node_modules/cross-fetch": {
  3382. "version": "3.1.5",
  3383. "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
  3384. "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
  3385. "dependencies": {
  3386. "node-fetch": "2.6.7"
  3387. }
  3388. },
  3389. "node_modules/cross-spawn": {
  3390. "version": "7.0.3",
  3391. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  3392. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  3393. "dev": true,
  3394. "dependencies": {
  3395. "path-key": "^3.1.0",
  3396. "shebang-command": "^2.0.0",
  3397. "which": "^2.0.1"
  3398. },
  3399. "engines": {
  3400. "node": ">= 8"
  3401. }
  3402. },
  3403. "node_modules/crypto-random-string": {
  3404. "version": "2.0.0",
  3405. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  3406. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  3407. "dev": true,
  3408. "engines": {
  3409. "node": ">=8"
  3410. }
  3411. },
  3412. "node_modules/cssjanus": {
  3413. "version": "2.1.0",
  3414. "resolved": "https://registry.npmjs.org/cssjanus/-/cssjanus-2.1.0.tgz",
  3415. "integrity": "sha512-kAijbny3GmdOi9k+QT6DGIXqFvL96aksNlGr4Rhk9qXDZYWUojU4bRc3IHWxdaLNOqgEZHuXoe5Wl2l7dxLW5g==",
  3416. "engines": {
  3417. "node": ">=10.0.0"
  3418. }
  3419. },
  3420. "node_modules/csstype": {
  3421. "version": "3.1.2",
  3422. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
  3423. "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
  3424. },
  3425. "node_modules/damerau-levenshtein": {
  3426. "version": "1.0.8",
  3427. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  3428. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  3429. "dev": true
  3430. },
  3431. "node_modules/debug": {
  3432. "version": "4.3.4",
  3433. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  3434. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  3435. "dependencies": {
  3436. "ms": "2.1.2"
  3437. },
  3438. "engines": {
  3439. "node": ">=6.0"
  3440. },
  3441. "peerDependenciesMeta": {
  3442. "supports-color": {
  3443. "optional": true
  3444. }
  3445. }
  3446. },
  3447. "node_modules/deep-is": {
  3448. "version": "0.1.4",
  3449. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3450. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3451. "dev": true
  3452. },
  3453. "node_modules/deepmerge": {
  3454. "version": "4.3.1",
  3455. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  3456. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  3457. "dev": true,
  3458. "engines": {
  3459. "node": ">=0.10.0"
  3460. }
  3461. },
  3462. "node_modules/define-properties": {
  3463. "version": "1.2.0",
  3464. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
  3465. "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
  3466. "dev": true,
  3467. "dependencies": {
  3468. "has-property-descriptors": "^1.0.0",
  3469. "object-keys": "^1.1.1"
  3470. },
  3471. "engines": {
  3472. "node": ">= 0.4"
  3473. },
  3474. "funding": {
  3475. "url": "https://github.com/sponsors/ljharb"
  3476. }
  3477. },
  3478. "node_modules/dequal": {
  3479. "version": "2.0.3",
  3480. "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
  3481. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  3482. "dev": true,
  3483. "engines": {
  3484. "node": ">=6"
  3485. }
  3486. },
  3487. "node_modules/dexie": {
  3488. "version": "3.2.4",
  3489. "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.4.tgz",
  3490. "integrity": "sha512-VKoTQRSv7+RnffpOJ3Dh6ozknBqzWw/F3iqMdsZg958R0AS8AnY9x9d1lbwENr0gzeGJHXKcGhAMRaqys6SxqA==",
  3491. "engines": {
  3492. "node": ">=6.0"
  3493. }
  3494. },
  3495. "node_modules/dexie-react-hooks": {
  3496. "version": "1.1.6",
  3497. "resolved": "https://registry.npmjs.org/dexie-react-hooks/-/dexie-react-hooks-1.1.6.tgz",
  3498. "integrity": "sha512-xSblWtmPwhafWNWMECsW7zMMmBu8goH3QqTxEfwBNoNG1mgsM0oFclippev7ss9HhKICqBwTjgqpscci5Ed4mA==",
  3499. "peerDependencies": {
  3500. "@types/react": ">=16",
  3501. "dexie": "^3.2 || ^4.0.1-alpha",
  3502. "react": ">=16"
  3503. }
  3504. },
  3505. "node_modules/doctrine": {
  3506. "version": "3.0.0",
  3507. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  3508. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  3509. "dev": true,
  3510. "dependencies": {
  3511. "esutils": "^2.0.2"
  3512. },
  3513. "engines": {
  3514. "node": ">=6.0.0"
  3515. }
  3516. },
  3517. "node_modules/dom-helpers": {
  3518. "version": "5.2.1",
  3519. "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
  3520. "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
  3521. "dependencies": {
  3522. "@babel/runtime": "^7.8.7",
  3523. "csstype": "^3.0.2"
  3524. }
  3525. },
  3526. "node_modules/ejs": {
  3527. "version": "3.1.9",
  3528. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
  3529. "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
  3530. "dev": true,
  3531. "dependencies": {
  3532. "jake": "^10.8.5"
  3533. },
  3534. "bin": {
  3535. "ejs": "bin/cli.js"
  3536. },
  3537. "engines": {
  3538. "node": ">=0.10.0"
  3539. }
  3540. },
  3541. "node_modules/electron-to-chromium": {
  3542. "version": "1.4.454",
  3543. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.454.tgz",
  3544. "integrity": "sha512-pmf1rbAStw8UEQ0sr2cdJtWl48ZMuPD9Sto8HVQOq9vx9j2WgDEN6lYoaqFvqEHYOmGA9oRGn7LqWI9ta0YugQ==",
  3545. "dev": true
  3546. },
  3547. "node_modules/emoji-regex": {
  3548. "version": "9.2.2",
  3549. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  3550. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  3551. "dev": true
  3552. },
  3553. "node_modules/error-ex": {
  3554. "version": "1.3.2",
  3555. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  3556. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  3557. "dependencies": {
  3558. "is-arrayish": "^0.2.1"
  3559. }
  3560. },
  3561. "node_modules/error-stack-parser": {
  3562. "version": "2.1.4",
  3563. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  3564. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  3565. "dependencies": {
  3566. "stackframe": "^1.3.4"
  3567. }
  3568. },
  3569. "node_modules/es-abstract": {
  3570. "version": "1.21.2",
  3571. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz",
  3572. "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==",
  3573. "dev": true,
  3574. "dependencies": {
  3575. "array-buffer-byte-length": "^1.0.0",
  3576. "available-typed-arrays": "^1.0.5",
  3577. "call-bind": "^1.0.2",
  3578. "es-set-tostringtag": "^2.0.1",
  3579. "es-to-primitive": "^1.2.1",
  3580. "function.prototype.name": "^1.1.5",
  3581. "get-intrinsic": "^1.2.0",
  3582. "get-symbol-description": "^1.0.0",
  3583. "globalthis": "^1.0.3",
  3584. "gopd": "^1.0.1",
  3585. "has": "^1.0.3",
  3586. "has-property-descriptors": "^1.0.0",
  3587. "has-proto": "^1.0.1",
  3588. "has-symbols": "^1.0.3",
  3589. "internal-slot": "^1.0.5",
  3590. "is-array-buffer": "^3.0.2",
  3591. "is-callable": "^1.2.7",
  3592. "is-negative-zero": "^2.0.2",
  3593. "is-regex": "^1.1.4",
  3594. "is-shared-array-buffer": "^1.0.2",
  3595. "is-string": "^1.0.7",
  3596. "is-typed-array": "^1.1.10",
  3597. "is-weakref": "^1.0.2",
  3598. "object-inspect": "^1.12.3",
  3599. "object-keys": "^1.1.1",
  3600. "object.assign": "^4.1.4",
  3601. "regexp.prototype.flags": "^1.4.3",
  3602. "safe-regex-test": "^1.0.0",
  3603. "string.prototype.trim": "^1.2.7",
  3604. "string.prototype.trimend": "^1.0.6",
  3605. "string.prototype.trimstart": "^1.0.6",
  3606. "typed-array-length": "^1.0.4",
  3607. "unbox-primitive": "^1.0.2",
  3608. "which-typed-array": "^1.1.9"
  3609. },
  3610. "engines": {
  3611. "node": ">= 0.4"
  3612. },
  3613. "funding": {
  3614. "url": "https://github.com/sponsors/ljharb"
  3615. }
  3616. },
  3617. "node_modules/es-set-tostringtag": {
  3618. "version": "2.0.1",
  3619. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
  3620. "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
  3621. "dev": true,
  3622. "dependencies": {
  3623. "get-intrinsic": "^1.1.3",
  3624. "has": "^1.0.3",
  3625. "has-tostringtag": "^1.0.0"
  3626. },
  3627. "engines": {
  3628. "node": ">= 0.4"
  3629. }
  3630. },
  3631. "node_modules/es-shim-unscopables": {
  3632. "version": "1.0.0",
  3633. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  3634. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  3635. "dev": true,
  3636. "dependencies": {
  3637. "has": "^1.0.3"
  3638. }
  3639. },
  3640. "node_modules/es-to-primitive": {
  3641. "version": "1.2.1",
  3642. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  3643. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  3644. "dev": true,
  3645. "dependencies": {
  3646. "is-callable": "^1.1.4",
  3647. "is-date-object": "^1.0.1",
  3648. "is-symbol": "^1.0.2"
  3649. },
  3650. "engines": {
  3651. "node": ">= 0.4"
  3652. },
  3653. "funding": {
  3654. "url": "https://github.com/sponsors/ljharb"
  3655. }
  3656. },
  3657. "node_modules/esbuild": {
  3658. "version": "0.18.11",
  3659. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.11.tgz",
  3660. "integrity": "sha512-i8u6mQF0JKJUlGR3OdFLKldJQMMs8OqM9Cc3UCi9XXziJ9WERM5bfkHaEAy0YAvPRMgqSW55W7xYn84XtEFTtA==",
  3661. "dev": true,
  3662. "hasInstallScript": true,
  3663. "bin": {
  3664. "esbuild": "bin/esbuild"
  3665. },
  3666. "engines": {
  3667. "node": ">=12"
  3668. },
  3669. "optionalDependencies": {
  3670. "@esbuild/android-arm": "0.18.11",
  3671. "@esbuild/android-arm64": "0.18.11",
  3672. "@esbuild/android-x64": "0.18.11",
  3673. "@esbuild/darwin-arm64": "0.18.11",
  3674. "@esbuild/darwin-x64": "0.18.11",
  3675. "@esbuild/freebsd-arm64": "0.18.11",
  3676. "@esbuild/freebsd-x64": "0.18.11",
  3677. "@esbuild/linux-arm": "0.18.11",
  3678. "@esbuild/linux-arm64": "0.18.11",
  3679. "@esbuild/linux-ia32": "0.18.11",
  3680. "@esbuild/linux-loong64": "0.18.11",
  3681. "@esbuild/linux-mips64el": "0.18.11",
  3682. "@esbuild/linux-ppc64": "0.18.11",
  3683. "@esbuild/linux-riscv64": "0.18.11",
  3684. "@esbuild/linux-s390x": "0.18.11",
  3685. "@esbuild/linux-x64": "0.18.11",
  3686. "@esbuild/netbsd-x64": "0.18.11",
  3687. "@esbuild/openbsd-x64": "0.18.11",
  3688. "@esbuild/sunos-x64": "0.18.11",
  3689. "@esbuild/win32-arm64": "0.18.11",
  3690. "@esbuild/win32-ia32": "0.18.11",
  3691. "@esbuild/win32-x64": "0.18.11"
  3692. }
  3693. },
  3694. "node_modules/escalade": {
  3695. "version": "3.1.1",
  3696. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  3697. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  3698. "dev": true,
  3699. "engines": {
  3700. "node": ">=6"
  3701. }
  3702. },
  3703. "node_modules/escape-string-regexp": {
  3704. "version": "4.0.0",
  3705. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3706. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3707. "engines": {
  3708. "node": ">=10"
  3709. },
  3710. "funding": {
  3711. "url": "https://github.com/sponsors/sindresorhus"
  3712. }
  3713. },
  3714. "node_modules/eslint": {
  3715. "version": "8.44.0",
  3716. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz",
  3717. "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==",
  3718. "dev": true,
  3719. "dependencies": {
  3720. "@eslint-community/eslint-utils": "^4.2.0",
  3721. "@eslint-community/regexpp": "^4.4.0",
  3722. "@eslint/eslintrc": "^2.1.0",
  3723. "@eslint/js": "8.44.0",
  3724. "@humanwhocodes/config-array": "^0.11.10",
  3725. "@humanwhocodes/module-importer": "^1.0.1",
  3726. "@nodelib/fs.walk": "^1.2.8",
  3727. "ajv": "^6.10.0",
  3728. "chalk": "^4.0.0",
  3729. "cross-spawn": "^7.0.2",
  3730. "debug": "^4.3.2",
  3731. "doctrine": "^3.0.0",
  3732. "escape-string-regexp": "^4.0.0",
  3733. "eslint-scope": "^7.2.0",
  3734. "eslint-visitor-keys": "^3.4.1",
  3735. "espree": "^9.6.0",
  3736. "esquery": "^1.4.2",
  3737. "esutils": "^2.0.2",
  3738. "fast-deep-equal": "^3.1.3",
  3739. "file-entry-cache": "^6.0.1",
  3740. "find-up": "^5.0.0",
  3741. "glob-parent": "^6.0.2",
  3742. "globals": "^13.19.0",
  3743. "graphemer": "^1.4.0",
  3744. "ignore": "^5.2.0",
  3745. "import-fresh": "^3.0.0",
  3746. "imurmurhash": "^0.1.4",
  3747. "is-glob": "^4.0.0",
  3748. "is-path-inside": "^3.0.3",
  3749. "js-yaml": "^4.1.0",
  3750. "json-stable-stringify-without-jsonify": "^1.0.1",
  3751. "levn": "^0.4.1",
  3752. "lodash.merge": "^4.6.2",
  3753. "minimatch": "^3.1.2",
  3754. "natural-compare": "^1.4.0",
  3755. "optionator": "^0.9.3",
  3756. "strip-ansi": "^6.0.1",
  3757. "strip-json-comments": "^3.1.0",
  3758. "text-table": "^0.2.0"
  3759. },
  3760. "bin": {
  3761. "eslint": "bin/eslint.js"
  3762. },
  3763. "engines": {
  3764. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3765. },
  3766. "funding": {
  3767. "url": "https://opencollective.com/eslint"
  3768. }
  3769. },
  3770. "node_modules/eslint-config-airbnb": {
  3771. "version": "19.0.4",
  3772. "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz",
  3773. "integrity": "sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==",
  3774. "dev": true,
  3775. "dependencies": {
  3776. "eslint-config-airbnb-base": "^15.0.0",
  3777. "object.assign": "^4.1.2",
  3778. "object.entries": "^1.1.5"
  3779. },
  3780. "engines": {
  3781. "node": "^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0"
  3782. },
  3783. "peerDependencies": {
  3784. "eslint": "^7.32.0 || ^8.2.0",
  3785. "eslint-plugin-import": "^2.25.3",
  3786. "eslint-plugin-jsx-a11y": "^6.5.1",
  3787. "eslint-plugin-react": "^7.28.0",
  3788. "eslint-plugin-react-hooks": "^4.3.0"
  3789. }
  3790. },
  3791. "node_modules/eslint-config-airbnb-base": {
  3792. "version": "15.0.0",
  3793. "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz",
  3794. "integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==",
  3795. "dev": true,
  3796. "dependencies": {
  3797. "confusing-browser-globals": "^1.0.10",
  3798. "object.assign": "^4.1.2",
  3799. "object.entries": "^1.1.5",
  3800. "semver": "^6.3.0"
  3801. },
  3802. "engines": {
  3803. "node": "^10.12.0 || >=12.0.0"
  3804. },
  3805. "peerDependencies": {
  3806. "eslint": "^7.32.0 || ^8.2.0",
  3807. "eslint-plugin-import": "^2.25.2"
  3808. }
  3809. },
  3810. "node_modules/eslint-config-prettier": {
  3811. "version": "8.8.0",
  3812. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz",
  3813. "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==",
  3814. "dev": true,
  3815. "bin": {
  3816. "eslint-config-prettier": "bin/cli.js"
  3817. },
  3818. "peerDependencies": {
  3819. "eslint": ">=7.0.0"
  3820. }
  3821. },
  3822. "node_modules/eslint-import-resolver-node": {
  3823. "version": "0.3.7",
  3824. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
  3825. "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
  3826. "dev": true,
  3827. "dependencies": {
  3828. "debug": "^3.2.7",
  3829. "is-core-module": "^2.11.0",
  3830. "resolve": "^1.22.1"
  3831. }
  3832. },
  3833. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3834. "version": "3.2.7",
  3835. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3836. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3837. "dev": true,
  3838. "dependencies": {
  3839. "ms": "^2.1.1"
  3840. }
  3841. },
  3842. "node_modules/eslint-module-utils": {
  3843. "version": "2.8.0",
  3844. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
  3845. "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==",
  3846. "dev": true,
  3847. "dependencies": {
  3848. "debug": "^3.2.7"
  3849. },
  3850. "engines": {
  3851. "node": ">=4"
  3852. },
  3853. "peerDependenciesMeta": {
  3854. "eslint": {
  3855. "optional": true
  3856. }
  3857. }
  3858. },
  3859. "node_modules/eslint-module-utils/node_modules/debug": {
  3860. "version": "3.2.7",
  3861. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3862. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3863. "dev": true,
  3864. "dependencies": {
  3865. "ms": "^2.1.1"
  3866. }
  3867. },
  3868. "node_modules/eslint-plugin-import": {
  3869. "version": "2.27.5",
  3870. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
  3871. "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
  3872. "dev": true,
  3873. "dependencies": {
  3874. "array-includes": "^3.1.6",
  3875. "array.prototype.flat": "^1.3.1",
  3876. "array.prototype.flatmap": "^1.3.1",
  3877. "debug": "^3.2.7",
  3878. "doctrine": "^2.1.0",
  3879. "eslint-import-resolver-node": "^0.3.7",
  3880. "eslint-module-utils": "^2.7.4",
  3881. "has": "^1.0.3",
  3882. "is-core-module": "^2.11.0",
  3883. "is-glob": "^4.0.3",
  3884. "minimatch": "^3.1.2",
  3885. "object.values": "^1.1.6",
  3886. "resolve": "^1.22.1",
  3887. "semver": "^6.3.0",
  3888. "tsconfig-paths": "^3.14.1"
  3889. },
  3890. "engines": {
  3891. "node": ">=4"
  3892. },
  3893. "peerDependencies": {
  3894. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  3895. }
  3896. },
  3897. "node_modules/eslint-plugin-import/node_modules/debug": {
  3898. "version": "3.2.7",
  3899. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3900. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3901. "dev": true,
  3902. "dependencies": {
  3903. "ms": "^2.1.1"
  3904. }
  3905. },
  3906. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  3907. "version": "2.1.0",
  3908. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3909. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3910. "dev": true,
  3911. "dependencies": {
  3912. "esutils": "^2.0.2"
  3913. },
  3914. "engines": {
  3915. "node": ">=0.10.0"
  3916. }
  3917. },
  3918. "node_modules/eslint-plugin-jsx-a11y": {
  3919. "version": "6.7.1",
  3920. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
  3921. "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
  3922. "dev": true,
  3923. "dependencies": {
  3924. "@babel/runtime": "^7.20.7",
  3925. "aria-query": "^5.1.3",
  3926. "array-includes": "^3.1.6",
  3927. "array.prototype.flatmap": "^1.3.1",
  3928. "ast-types-flow": "^0.0.7",
  3929. "axe-core": "^4.6.2",
  3930. "axobject-query": "^3.1.1",
  3931. "damerau-levenshtein": "^1.0.8",
  3932. "emoji-regex": "^9.2.2",
  3933. "has": "^1.0.3",
  3934. "jsx-ast-utils": "^3.3.3",
  3935. "language-tags": "=1.0.5",
  3936. "minimatch": "^3.1.2",
  3937. "object.entries": "^1.1.6",
  3938. "object.fromentries": "^2.0.6",
  3939. "semver": "^6.3.0"
  3940. },
  3941. "engines": {
  3942. "node": ">=4.0"
  3943. },
  3944. "peerDependencies": {
  3945. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  3946. }
  3947. },
  3948. "node_modules/eslint-plugin-react": {
  3949. "version": "7.32.2",
  3950. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
  3951. "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
  3952. "dev": true,
  3953. "dependencies": {
  3954. "array-includes": "^3.1.6",
  3955. "array.prototype.flatmap": "^1.3.1",
  3956. "array.prototype.tosorted": "^1.1.1",
  3957. "doctrine": "^2.1.0",
  3958. "estraverse": "^5.3.0",
  3959. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3960. "minimatch": "^3.1.2",
  3961. "object.entries": "^1.1.6",
  3962. "object.fromentries": "^2.0.6",
  3963. "object.hasown": "^1.1.2",
  3964. "object.values": "^1.1.6",
  3965. "prop-types": "^15.8.1",
  3966. "resolve": "^2.0.0-next.4",
  3967. "semver": "^6.3.0",
  3968. "string.prototype.matchall": "^4.0.8"
  3969. },
  3970. "engines": {
  3971. "node": ">=4"
  3972. },
  3973. "peerDependencies": {
  3974. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  3975. }
  3976. },
  3977. "node_modules/eslint-plugin-react-hooks": {
  3978. "version": "4.6.0",
  3979. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  3980. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  3981. "dev": true,
  3982. "engines": {
  3983. "node": ">=10"
  3984. },
  3985. "peerDependencies": {
  3986. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  3987. }
  3988. },
  3989. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  3990. "version": "2.1.0",
  3991. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3992. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3993. "dev": true,
  3994. "dependencies": {
  3995. "esutils": "^2.0.2"
  3996. },
  3997. "engines": {
  3998. "node": ">=0.10.0"
  3999. }
  4000. },
  4001. "node_modules/eslint-plugin-react/node_modules/resolve": {
  4002. "version": "2.0.0-next.4",
  4003. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  4004. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  4005. "dev": true,
  4006. "dependencies": {
  4007. "is-core-module": "^2.9.0",
  4008. "path-parse": "^1.0.7",
  4009. "supports-preserve-symlinks-flag": "^1.0.0"
  4010. },
  4011. "bin": {
  4012. "resolve": "bin/resolve"
  4013. },
  4014. "funding": {
  4015. "url": "https://github.com/sponsors/ljharb"
  4016. }
  4017. },
  4018. "node_modules/eslint-scope": {
  4019. "version": "7.2.0",
  4020. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
  4021. "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
  4022. "dev": true,
  4023. "dependencies": {
  4024. "esrecurse": "^4.3.0",
  4025. "estraverse": "^5.2.0"
  4026. },
  4027. "engines": {
  4028. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4029. },
  4030. "funding": {
  4031. "url": "https://opencollective.com/eslint"
  4032. }
  4033. },
  4034. "node_modules/eslint-visitor-keys": {
  4035. "version": "3.4.1",
  4036. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  4037. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  4038. "dev": true,
  4039. "engines": {
  4040. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4041. },
  4042. "funding": {
  4043. "url": "https://opencollective.com/eslint"
  4044. }
  4045. },
  4046. "node_modules/eslint/node_modules/ansi-styles": {
  4047. "version": "4.3.0",
  4048. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4049. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4050. "dev": true,
  4051. "dependencies": {
  4052. "color-convert": "^2.0.1"
  4053. },
  4054. "engines": {
  4055. "node": ">=8"
  4056. },
  4057. "funding": {
  4058. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4059. }
  4060. },
  4061. "node_modules/eslint/node_modules/chalk": {
  4062. "version": "4.1.2",
  4063. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4064. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4065. "dev": true,
  4066. "dependencies": {
  4067. "ansi-styles": "^4.1.0",
  4068. "supports-color": "^7.1.0"
  4069. },
  4070. "engines": {
  4071. "node": ">=10"
  4072. },
  4073. "funding": {
  4074. "url": "https://github.com/chalk/chalk?sponsor=1"
  4075. }
  4076. },
  4077. "node_modules/eslint/node_modules/color-convert": {
  4078. "version": "2.0.1",
  4079. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4080. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4081. "dev": true,
  4082. "dependencies": {
  4083. "color-name": "~1.1.4"
  4084. },
  4085. "engines": {
  4086. "node": ">=7.0.0"
  4087. }
  4088. },
  4089. "node_modules/eslint/node_modules/color-name": {
  4090. "version": "1.1.4",
  4091. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4092. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4093. "dev": true
  4094. },
  4095. "node_modules/eslint/node_modules/globals": {
  4096. "version": "13.20.0",
  4097. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  4098. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  4099. "dev": true,
  4100. "dependencies": {
  4101. "type-fest": "^0.20.2"
  4102. },
  4103. "engines": {
  4104. "node": ">=8"
  4105. },
  4106. "funding": {
  4107. "url": "https://github.com/sponsors/sindresorhus"
  4108. }
  4109. },
  4110. "node_modules/eslint/node_modules/has-flag": {
  4111. "version": "4.0.0",
  4112. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4113. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4114. "dev": true,
  4115. "engines": {
  4116. "node": ">=8"
  4117. }
  4118. },
  4119. "node_modules/eslint/node_modules/supports-color": {
  4120. "version": "7.2.0",
  4121. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  4122. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  4123. "dev": true,
  4124. "dependencies": {
  4125. "has-flag": "^4.0.0"
  4126. },
  4127. "engines": {
  4128. "node": ">=8"
  4129. }
  4130. },
  4131. "node_modules/eslint/node_modules/type-fest": {
  4132. "version": "0.20.2",
  4133. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  4134. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  4135. "dev": true,
  4136. "engines": {
  4137. "node": ">=10"
  4138. },
  4139. "funding": {
  4140. "url": "https://github.com/sponsors/sindresorhus"
  4141. }
  4142. },
  4143. "node_modules/espree": {
  4144. "version": "9.6.0",
  4145. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.0.tgz",
  4146. "integrity": "sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==",
  4147. "dev": true,
  4148. "dependencies": {
  4149. "acorn": "^8.9.0",
  4150. "acorn-jsx": "^5.3.2",
  4151. "eslint-visitor-keys": "^3.4.1"
  4152. },
  4153. "engines": {
  4154. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4155. },
  4156. "funding": {
  4157. "url": "https://opencollective.com/eslint"
  4158. }
  4159. },
  4160. "node_modules/esquery": {
  4161. "version": "1.5.0",
  4162. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
  4163. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  4164. "dev": true,
  4165. "dependencies": {
  4166. "estraverse": "^5.1.0"
  4167. },
  4168. "engines": {
  4169. "node": ">=0.10"
  4170. }
  4171. },
  4172. "node_modules/esrecurse": {
  4173. "version": "4.3.0",
  4174. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4175. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4176. "dev": true,
  4177. "dependencies": {
  4178. "estraverse": "^5.2.0"
  4179. },
  4180. "engines": {
  4181. "node": ">=4.0"
  4182. }
  4183. },
  4184. "node_modules/estraverse": {
  4185. "version": "5.3.0",
  4186. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4187. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4188. "dev": true,
  4189. "engines": {
  4190. "node": ">=4.0"
  4191. }
  4192. },
  4193. "node_modules/estree-walker": {
  4194. "version": "1.0.1",
  4195. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  4196. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
  4197. "dev": true
  4198. },
  4199. "node_modules/esutils": {
  4200. "version": "2.0.3",
  4201. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  4202. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4203. "dev": true,
  4204. "engines": {
  4205. "node": ">=0.10.0"
  4206. }
  4207. },
  4208. "node_modules/extend": {
  4209. "version": "3.0.2",
  4210. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  4211. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  4212. },
  4213. "node_modules/fast-deep-equal": {
  4214. "version": "3.1.3",
  4215. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4216. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4217. "dev": true
  4218. },
  4219. "node_modules/fast-glob": {
  4220. "version": "3.3.0",
  4221. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz",
  4222. "integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==",
  4223. "dev": true,
  4224. "dependencies": {
  4225. "@nodelib/fs.stat": "^2.0.2",
  4226. "@nodelib/fs.walk": "^1.2.3",
  4227. "glob-parent": "^5.1.2",
  4228. "merge2": "^1.3.0",
  4229. "micromatch": "^4.0.4"
  4230. },
  4231. "engines": {
  4232. "node": ">=8.6.0"
  4233. }
  4234. },
  4235. "node_modules/fast-glob/node_modules/glob-parent": {
  4236. "version": "5.1.2",
  4237. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  4238. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4239. "dev": true,
  4240. "dependencies": {
  4241. "is-glob": "^4.0.1"
  4242. },
  4243. "engines": {
  4244. "node": ">= 6"
  4245. }
  4246. },
  4247. "node_modules/fast-json-stable-stringify": {
  4248. "version": "2.1.0",
  4249. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4250. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4251. "dev": true
  4252. },
  4253. "node_modules/fast-levenshtein": {
  4254. "version": "2.0.6",
  4255. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4256. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4257. "dev": true
  4258. },
  4259. "node_modules/fastq": {
  4260. "version": "1.15.0",
  4261. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
  4262. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  4263. "dev": true,
  4264. "dependencies": {
  4265. "reusify": "^1.0.4"
  4266. }
  4267. },
  4268. "node_modules/file-entry-cache": {
  4269. "version": "6.0.1",
  4270. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  4271. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  4272. "dev": true,
  4273. "dependencies": {
  4274. "flat-cache": "^3.0.4"
  4275. },
  4276. "engines": {
  4277. "node": "^10.12.0 || >=12.0.0"
  4278. }
  4279. },
  4280. "node_modules/filelist": {
  4281. "version": "1.0.4",
  4282. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  4283. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  4284. "dev": true,
  4285. "dependencies": {
  4286. "minimatch": "^5.0.1"
  4287. }
  4288. },
  4289. "node_modules/filelist/node_modules/brace-expansion": {
  4290. "version": "2.0.1",
  4291. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  4292. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  4293. "dev": true,
  4294. "dependencies": {
  4295. "balanced-match": "^1.0.0"
  4296. }
  4297. },
  4298. "node_modules/filelist/node_modules/minimatch": {
  4299. "version": "5.1.6",
  4300. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  4301. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  4302. "dev": true,
  4303. "dependencies": {
  4304. "brace-expansion": "^2.0.1"
  4305. },
  4306. "engines": {
  4307. "node": ">=10"
  4308. }
  4309. },
  4310. "node_modules/fill-range": {
  4311. "version": "7.0.1",
  4312. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  4313. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  4314. "dev": true,
  4315. "dependencies": {
  4316. "to-regex-range": "^5.0.1"
  4317. },
  4318. "engines": {
  4319. "node": ">=8"
  4320. }
  4321. },
  4322. "node_modules/find-root": {
  4323. "version": "1.1.0",
  4324. "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
  4325. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
  4326. },
  4327. "node_modules/find-up": {
  4328. "version": "5.0.0",
  4329. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4330. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4331. "dev": true,
  4332. "dependencies": {
  4333. "locate-path": "^6.0.0",
  4334. "path-exists": "^4.0.0"
  4335. },
  4336. "engines": {
  4337. "node": ">=10"
  4338. },
  4339. "funding": {
  4340. "url": "https://github.com/sponsors/sindresorhus"
  4341. }
  4342. },
  4343. "node_modules/flat-cache": {
  4344. "version": "3.0.4",
  4345. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  4346. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  4347. "dev": true,
  4348. "dependencies": {
  4349. "flatted": "^3.1.0",
  4350. "rimraf": "^3.0.2"
  4351. },
  4352. "engines": {
  4353. "node": "^10.12.0 || >=12.0.0"
  4354. }
  4355. },
  4356. "node_modules/flatted": {
  4357. "version": "3.2.7",
  4358. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
  4359. "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
  4360. "dev": true
  4361. },
  4362. "node_modules/for-each": {
  4363. "version": "0.3.3",
  4364. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  4365. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  4366. "dev": true,
  4367. "dependencies": {
  4368. "is-callable": "^1.1.3"
  4369. }
  4370. },
  4371. "node_modules/fs-extra": {
  4372. "version": "9.1.0",
  4373. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  4374. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  4375. "dev": true,
  4376. "dependencies": {
  4377. "at-least-node": "^1.0.0",
  4378. "graceful-fs": "^4.2.0",
  4379. "jsonfile": "^6.0.1",
  4380. "universalify": "^2.0.0"
  4381. },
  4382. "engines": {
  4383. "node": ">=10"
  4384. }
  4385. },
  4386. "node_modules/fs.realpath": {
  4387. "version": "1.0.0",
  4388. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4389. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  4390. "dev": true
  4391. },
  4392. "node_modules/fsevents": {
  4393. "version": "2.3.2",
  4394. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  4395. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  4396. "dev": true,
  4397. "hasInstallScript": true,
  4398. "optional": true,
  4399. "os": [
  4400. "darwin"
  4401. ],
  4402. "engines": {
  4403. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4404. }
  4405. },
  4406. "node_modules/function-bind": {
  4407. "version": "1.1.1",
  4408. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  4409. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  4410. },
  4411. "node_modules/function.prototype.name": {
  4412. "version": "1.1.5",
  4413. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  4414. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  4415. "dev": true,
  4416. "dependencies": {
  4417. "call-bind": "^1.0.2",
  4418. "define-properties": "^1.1.3",
  4419. "es-abstract": "^1.19.0",
  4420. "functions-have-names": "^1.2.2"
  4421. },
  4422. "engines": {
  4423. "node": ">= 0.4"
  4424. },
  4425. "funding": {
  4426. "url": "https://github.com/sponsors/ljharb"
  4427. }
  4428. },
  4429. "node_modules/functions-have-names": {
  4430. "version": "1.2.3",
  4431. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  4432. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  4433. "dev": true,
  4434. "funding": {
  4435. "url": "https://github.com/sponsors/ljharb"
  4436. }
  4437. },
  4438. "node_modules/gensync": {
  4439. "version": "1.0.0-beta.2",
  4440. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4441. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4442. "dev": true,
  4443. "engines": {
  4444. "node": ">=6.9.0"
  4445. }
  4446. },
  4447. "node_modules/get-intrinsic": {
  4448. "version": "1.2.1",
  4449. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
  4450. "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
  4451. "dev": true,
  4452. "dependencies": {
  4453. "function-bind": "^1.1.1",
  4454. "has": "^1.0.3",
  4455. "has-proto": "^1.0.1",
  4456. "has-symbols": "^1.0.3"
  4457. },
  4458. "funding": {
  4459. "url": "https://github.com/sponsors/ljharb"
  4460. }
  4461. },
  4462. "node_modules/get-own-enumerable-property-symbols": {
  4463. "version": "3.0.2",
  4464. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  4465. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
  4466. "dev": true
  4467. },
  4468. "node_modules/get-symbol-description": {
  4469. "version": "1.0.0",
  4470. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  4471. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  4472. "dev": true,
  4473. "dependencies": {
  4474. "call-bind": "^1.0.2",
  4475. "get-intrinsic": "^1.1.1"
  4476. },
  4477. "engines": {
  4478. "node": ">= 0.4"
  4479. },
  4480. "funding": {
  4481. "url": "https://github.com/sponsors/ljharb"
  4482. }
  4483. },
  4484. "node_modules/glob": {
  4485. "version": "7.2.3",
  4486. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  4487. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  4488. "dev": true,
  4489. "dependencies": {
  4490. "fs.realpath": "^1.0.0",
  4491. "inflight": "^1.0.4",
  4492. "inherits": "2",
  4493. "minimatch": "^3.1.1",
  4494. "once": "^1.3.0",
  4495. "path-is-absolute": "^1.0.0"
  4496. },
  4497. "engines": {
  4498. "node": "*"
  4499. },
  4500. "funding": {
  4501. "url": "https://github.com/sponsors/isaacs"
  4502. }
  4503. },
  4504. "node_modules/glob-parent": {
  4505. "version": "6.0.2",
  4506. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4507. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4508. "dev": true,
  4509. "dependencies": {
  4510. "is-glob": "^4.0.3"
  4511. },
  4512. "engines": {
  4513. "node": ">=10.13.0"
  4514. }
  4515. },
  4516. "node_modules/globals": {
  4517. "version": "11.12.0",
  4518. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  4519. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4520. "dev": true,
  4521. "engines": {
  4522. "node": ">=4"
  4523. }
  4524. },
  4525. "node_modules/globalthis": {
  4526. "version": "1.0.3",
  4527. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
  4528. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  4529. "dev": true,
  4530. "dependencies": {
  4531. "define-properties": "^1.1.3"
  4532. },
  4533. "engines": {
  4534. "node": ">= 0.4"
  4535. },
  4536. "funding": {
  4537. "url": "https://github.com/sponsors/ljharb"
  4538. }
  4539. },
  4540. "node_modules/gopd": {
  4541. "version": "1.0.1",
  4542. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  4543. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  4544. "dev": true,
  4545. "dependencies": {
  4546. "get-intrinsic": "^1.1.3"
  4547. },
  4548. "funding": {
  4549. "url": "https://github.com/sponsors/ljharb"
  4550. }
  4551. },
  4552. "node_modules/graceful-fs": {
  4553. "version": "4.2.11",
  4554. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4555. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4556. "dev": true
  4557. },
  4558. "node_modules/graphemer": {
  4559. "version": "1.4.0",
  4560. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  4561. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  4562. "dev": true
  4563. },
  4564. "node_modules/has": {
  4565. "version": "1.0.3",
  4566. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  4567. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  4568. "dependencies": {
  4569. "function-bind": "^1.1.1"
  4570. },
  4571. "engines": {
  4572. "node": ">= 0.4.0"
  4573. }
  4574. },
  4575. "node_modules/has-bigints": {
  4576. "version": "1.0.2",
  4577. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  4578. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  4579. "dev": true,
  4580. "funding": {
  4581. "url": "https://github.com/sponsors/ljharb"
  4582. }
  4583. },
  4584. "node_modules/has-flag": {
  4585. "version": "3.0.0",
  4586. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  4587. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  4588. "engines": {
  4589. "node": ">=4"
  4590. }
  4591. },
  4592. "node_modules/has-property-descriptors": {
  4593. "version": "1.0.0",
  4594. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  4595. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  4596. "dev": true,
  4597. "dependencies": {
  4598. "get-intrinsic": "^1.1.1"
  4599. },
  4600. "funding": {
  4601. "url": "https://github.com/sponsors/ljharb"
  4602. }
  4603. },
  4604. "node_modules/has-proto": {
  4605. "version": "1.0.1",
  4606. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
  4607. "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  4608. "dev": true,
  4609. "engines": {
  4610. "node": ">= 0.4"
  4611. },
  4612. "funding": {
  4613. "url": "https://github.com/sponsors/ljharb"
  4614. }
  4615. },
  4616. "node_modules/has-symbols": {
  4617. "version": "1.0.3",
  4618. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  4619. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  4620. "dev": true,
  4621. "engines": {
  4622. "node": ">= 0.4"
  4623. },
  4624. "funding": {
  4625. "url": "https://github.com/sponsors/ljharb"
  4626. }
  4627. },
  4628. "node_modules/has-tostringtag": {
  4629. "version": "1.0.0",
  4630. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  4631. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  4632. "dev": true,
  4633. "dependencies": {
  4634. "has-symbols": "^1.0.2"
  4635. },
  4636. "engines": {
  4637. "node": ">= 0.4"
  4638. },
  4639. "funding": {
  4640. "url": "https://github.com/sponsors/ljharb"
  4641. }
  4642. },
  4643. "node_modules/hast-to-hyperscript": {
  4644. "version": "9.0.1",
  4645. "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz",
  4646. "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==",
  4647. "dependencies": {
  4648. "@types/unist": "^2.0.3",
  4649. "comma-separated-tokens": "^1.0.0",
  4650. "property-information": "^5.3.0",
  4651. "space-separated-tokens": "^1.0.0",
  4652. "style-to-object": "^0.3.0",
  4653. "unist-util-is": "^4.0.0",
  4654. "web-namespaces": "^1.0.0"
  4655. },
  4656. "funding": {
  4657. "type": "opencollective",
  4658. "url": "https://opencollective.com/unified"
  4659. }
  4660. },
  4661. "node_modules/hoist-non-react-statics": {
  4662. "version": "3.3.2",
  4663. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  4664. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  4665. "dependencies": {
  4666. "react-is": "^16.7.0"
  4667. }
  4668. },
  4669. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  4670. "version": "16.13.1",
  4671. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  4672. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  4673. },
  4674. "node_modules/html-parse-stringify": {
  4675. "version": "3.0.1",
  4676. "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
  4677. "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
  4678. "dependencies": {
  4679. "void-elements": "3.1.0"
  4680. }
  4681. },
  4682. "node_modules/humanize-duration": {
  4683. "version": "3.28.0",
  4684. "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.28.0.tgz",
  4685. "integrity": "sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A=="
  4686. },
  4687. "node_modules/i18next": {
  4688. "version": "21.10.0",
  4689. "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz",
  4690. "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==",
  4691. "funding": [
  4692. {
  4693. "type": "individual",
  4694. "url": "https://locize.com"
  4695. },
  4696. {
  4697. "type": "individual",
  4698. "url": "https://locize.com/i18next.html"
  4699. },
  4700. {
  4701. "type": "individual",
  4702. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  4703. }
  4704. ],
  4705. "dependencies": {
  4706. "@babel/runtime": "^7.17.2"
  4707. }
  4708. },
  4709. "node_modules/i18next-browser-languagedetector": {
  4710. "version": "6.1.8",
  4711. "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.8.tgz",
  4712. "integrity": "sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA==",
  4713. "dependencies": {
  4714. "@babel/runtime": "^7.19.0"
  4715. }
  4716. },
  4717. "node_modules/i18next-http-backend": {
  4718. "version": "1.4.5",
  4719. "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.5.tgz",
  4720. "integrity": "sha512-tLuHWuLWl6CmS07o+UB6EcQCaUjrZ1yhdseIN7sfq0u7phsMePJ8pqlGhIAdRDPF/q7ooyo5MID5DRFBCH+x5w==",
  4721. "dependencies": {
  4722. "cross-fetch": "3.1.5"
  4723. }
  4724. },
  4725. "node_modules/idb": {
  4726. "version": "7.1.1",
  4727. "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
  4728. "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
  4729. "dev": true
  4730. },
  4731. "node_modules/ignore": {
  4732. "version": "5.2.4",
  4733. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
  4734. "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  4735. "dev": true,
  4736. "engines": {
  4737. "node": ">= 4"
  4738. }
  4739. },
  4740. "node_modules/import-fresh": {
  4741. "version": "3.3.0",
  4742. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  4743. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  4744. "dependencies": {
  4745. "parent-module": "^1.0.0",
  4746. "resolve-from": "^4.0.0"
  4747. },
  4748. "engines": {
  4749. "node": ">=6"
  4750. },
  4751. "funding": {
  4752. "url": "https://github.com/sponsors/sindresorhus"
  4753. }
  4754. },
  4755. "node_modules/imurmurhash": {
  4756. "version": "0.1.4",
  4757. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4758. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4759. "dev": true,
  4760. "engines": {
  4761. "node": ">=0.8.19"
  4762. }
  4763. },
  4764. "node_modules/inflight": {
  4765. "version": "1.0.6",
  4766. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  4767. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  4768. "dev": true,
  4769. "dependencies": {
  4770. "once": "^1.3.0",
  4771. "wrappy": "1"
  4772. }
  4773. },
  4774. "node_modules/inherits": {
  4775. "version": "2.0.4",
  4776. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  4777. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  4778. "dev": true
  4779. },
  4780. "node_modules/inline-style-parser": {
  4781. "version": "0.1.1",
  4782. "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
  4783. "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q=="
  4784. },
  4785. "node_modules/internal-slot": {
  4786. "version": "1.0.5",
  4787. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
  4788. "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
  4789. "dev": true,
  4790. "dependencies": {
  4791. "get-intrinsic": "^1.2.0",
  4792. "has": "^1.0.3",
  4793. "side-channel": "^1.0.4"
  4794. },
  4795. "engines": {
  4796. "node": ">= 0.4"
  4797. }
  4798. },
  4799. "node_modules/is-alphabetical": {
  4800. "version": "1.0.4",
  4801. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
  4802. "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
  4803. "funding": {
  4804. "type": "github",
  4805. "url": "https://github.com/sponsors/wooorm"
  4806. }
  4807. },
  4808. "node_modules/is-alphanumerical": {
  4809. "version": "1.0.4",
  4810. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
  4811. "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
  4812. "dependencies": {
  4813. "is-alphabetical": "^1.0.0",
  4814. "is-decimal": "^1.0.0"
  4815. },
  4816. "funding": {
  4817. "type": "github",
  4818. "url": "https://github.com/sponsors/wooorm"
  4819. }
  4820. },
  4821. "node_modules/is-array-buffer": {
  4822. "version": "3.0.2",
  4823. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  4824. "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  4825. "dev": true,
  4826. "dependencies": {
  4827. "call-bind": "^1.0.2",
  4828. "get-intrinsic": "^1.2.0",
  4829. "is-typed-array": "^1.1.10"
  4830. },
  4831. "funding": {
  4832. "url": "https://github.com/sponsors/ljharb"
  4833. }
  4834. },
  4835. "node_modules/is-arrayish": {
  4836. "version": "0.2.1",
  4837. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  4838. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  4839. },
  4840. "node_modules/is-bigint": {
  4841. "version": "1.0.4",
  4842. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  4843. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  4844. "dev": true,
  4845. "dependencies": {
  4846. "has-bigints": "^1.0.1"
  4847. },
  4848. "funding": {
  4849. "url": "https://github.com/sponsors/ljharb"
  4850. }
  4851. },
  4852. "node_modules/is-boolean-object": {
  4853. "version": "1.1.2",
  4854. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  4855. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  4856. "dev": true,
  4857. "dependencies": {
  4858. "call-bind": "^1.0.2",
  4859. "has-tostringtag": "^1.0.0"
  4860. },
  4861. "engines": {
  4862. "node": ">= 0.4"
  4863. },
  4864. "funding": {
  4865. "url": "https://github.com/sponsors/ljharb"
  4866. }
  4867. },
  4868. "node_modules/is-buffer": {
  4869. "version": "2.0.5",
  4870. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
  4871. "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  4872. "funding": [
  4873. {
  4874. "type": "github",
  4875. "url": "https://github.com/sponsors/feross"
  4876. },
  4877. {
  4878. "type": "patreon",
  4879. "url": "https://www.patreon.com/feross"
  4880. },
  4881. {
  4882. "type": "consulting",
  4883. "url": "https://feross.org/support"
  4884. }
  4885. ],
  4886. "engines": {
  4887. "node": ">=4"
  4888. }
  4889. },
  4890. "node_modules/is-callable": {
  4891. "version": "1.2.7",
  4892. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4893. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4894. "dev": true,
  4895. "engines": {
  4896. "node": ">= 0.4"
  4897. },
  4898. "funding": {
  4899. "url": "https://github.com/sponsors/ljharb"
  4900. }
  4901. },
  4902. "node_modules/is-core-module": {
  4903. "version": "2.12.1",
  4904. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
  4905. "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
  4906. "dependencies": {
  4907. "has": "^1.0.3"
  4908. },
  4909. "funding": {
  4910. "url": "https://github.com/sponsors/ljharb"
  4911. }
  4912. },
  4913. "node_modules/is-date-object": {
  4914. "version": "1.0.5",
  4915. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  4916. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  4917. "dev": true,
  4918. "dependencies": {
  4919. "has-tostringtag": "^1.0.0"
  4920. },
  4921. "engines": {
  4922. "node": ">= 0.4"
  4923. },
  4924. "funding": {
  4925. "url": "https://github.com/sponsors/ljharb"
  4926. }
  4927. },
  4928. "node_modules/is-decimal": {
  4929. "version": "1.0.4",
  4930. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
  4931. "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
  4932. "funding": {
  4933. "type": "github",
  4934. "url": "https://github.com/sponsors/wooorm"
  4935. }
  4936. },
  4937. "node_modules/is-extglob": {
  4938. "version": "2.1.1",
  4939. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4940. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4941. "dev": true,
  4942. "engines": {
  4943. "node": ">=0.10.0"
  4944. }
  4945. },
  4946. "node_modules/is-glob": {
  4947. "version": "4.0.3",
  4948. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4949. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4950. "dev": true,
  4951. "dependencies": {
  4952. "is-extglob": "^2.1.1"
  4953. },
  4954. "engines": {
  4955. "node": ">=0.10.0"
  4956. }
  4957. },
  4958. "node_modules/is-hexadecimal": {
  4959. "version": "1.0.4",
  4960. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
  4961. "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
  4962. "funding": {
  4963. "type": "github",
  4964. "url": "https://github.com/sponsors/wooorm"
  4965. }
  4966. },
  4967. "node_modules/is-module": {
  4968. "version": "1.0.0",
  4969. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  4970. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  4971. "dev": true
  4972. },
  4973. "node_modules/is-negative-zero": {
  4974. "version": "2.0.2",
  4975. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  4976. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  4977. "dev": true,
  4978. "engines": {
  4979. "node": ">= 0.4"
  4980. },
  4981. "funding": {
  4982. "url": "https://github.com/sponsors/ljharb"
  4983. }
  4984. },
  4985. "node_modules/is-number": {
  4986. "version": "7.0.0",
  4987. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4988. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4989. "dev": true,
  4990. "engines": {
  4991. "node": ">=0.12.0"
  4992. }
  4993. },
  4994. "node_modules/is-number-object": {
  4995. "version": "1.0.7",
  4996. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  4997. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  4998. "dev": true,
  4999. "dependencies": {
  5000. "has-tostringtag": "^1.0.0"
  5001. },
  5002. "engines": {
  5003. "node": ">= 0.4"
  5004. },
  5005. "funding": {
  5006. "url": "https://github.com/sponsors/ljharb"
  5007. }
  5008. },
  5009. "node_modules/is-obj": {
  5010. "version": "1.0.1",
  5011. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  5012. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
  5013. "dev": true,
  5014. "engines": {
  5015. "node": ">=0.10.0"
  5016. }
  5017. },
  5018. "node_modules/is-path-inside": {
  5019. "version": "3.0.3",
  5020. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5021. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5022. "dev": true,
  5023. "engines": {
  5024. "node": ">=8"
  5025. }
  5026. },
  5027. "node_modules/is-plain-obj": {
  5028. "version": "2.1.0",
  5029. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
  5030. "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
  5031. "engines": {
  5032. "node": ">=8"
  5033. }
  5034. },
  5035. "node_modules/is-regex": {
  5036. "version": "1.1.4",
  5037. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  5038. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  5039. "dev": true,
  5040. "dependencies": {
  5041. "call-bind": "^1.0.2",
  5042. "has-tostringtag": "^1.0.0"
  5043. },
  5044. "engines": {
  5045. "node": ">= 0.4"
  5046. },
  5047. "funding": {
  5048. "url": "https://github.com/sponsors/ljharb"
  5049. }
  5050. },
  5051. "node_modules/is-regexp": {
  5052. "version": "1.0.0",
  5053. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  5054. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
  5055. "dev": true,
  5056. "engines": {
  5057. "node": ">=0.10.0"
  5058. }
  5059. },
  5060. "node_modules/is-shared-array-buffer": {
  5061. "version": "1.0.2",
  5062. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  5063. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  5064. "dev": true,
  5065. "dependencies": {
  5066. "call-bind": "^1.0.2"
  5067. },
  5068. "funding": {
  5069. "url": "https://github.com/sponsors/ljharb"
  5070. }
  5071. },
  5072. "node_modules/is-stream": {
  5073. "version": "2.0.1",
  5074. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5075. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5076. "dev": true,
  5077. "engines": {
  5078. "node": ">=8"
  5079. },
  5080. "funding": {
  5081. "url": "https://github.com/sponsors/sindresorhus"
  5082. }
  5083. },
  5084. "node_modules/is-string": {
  5085. "version": "1.0.7",
  5086. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  5087. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  5088. "dev": true,
  5089. "dependencies": {
  5090. "has-tostringtag": "^1.0.0"
  5091. },
  5092. "engines": {
  5093. "node": ">= 0.4"
  5094. },
  5095. "funding": {
  5096. "url": "https://github.com/sponsors/ljharb"
  5097. }
  5098. },
  5099. "node_modules/is-symbol": {
  5100. "version": "1.0.4",
  5101. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  5102. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  5103. "dev": true,
  5104. "dependencies": {
  5105. "has-symbols": "^1.0.2"
  5106. },
  5107. "engines": {
  5108. "node": ">= 0.4"
  5109. },
  5110. "funding": {
  5111. "url": "https://github.com/sponsors/ljharb"
  5112. }
  5113. },
  5114. "node_modules/is-typed-array": {
  5115. "version": "1.1.10",
  5116. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
  5117. "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
  5118. "dev": true,
  5119. "dependencies": {
  5120. "available-typed-arrays": "^1.0.5",
  5121. "call-bind": "^1.0.2",
  5122. "for-each": "^0.3.3",
  5123. "gopd": "^1.0.1",
  5124. "has-tostringtag": "^1.0.0"
  5125. },
  5126. "engines": {
  5127. "node": ">= 0.4"
  5128. },
  5129. "funding": {
  5130. "url": "https://github.com/sponsors/ljharb"
  5131. }
  5132. },
  5133. "node_modules/is-weakref": {
  5134. "version": "1.0.2",
  5135. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  5136. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  5137. "dev": true,
  5138. "dependencies": {
  5139. "call-bind": "^1.0.2"
  5140. },
  5141. "funding": {
  5142. "url": "https://github.com/sponsors/ljharb"
  5143. }
  5144. },
  5145. "node_modules/isexe": {
  5146. "version": "2.0.0",
  5147. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  5148. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5149. "dev": true
  5150. },
  5151. "node_modules/jake": {
  5152. "version": "10.8.7",
  5153. "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz",
  5154. "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==",
  5155. "dev": true,
  5156. "dependencies": {
  5157. "async": "^3.2.3",
  5158. "chalk": "^4.0.2",
  5159. "filelist": "^1.0.4",
  5160. "minimatch": "^3.1.2"
  5161. },
  5162. "bin": {
  5163. "jake": "bin/cli.js"
  5164. },
  5165. "engines": {
  5166. "node": ">=10"
  5167. }
  5168. },
  5169. "node_modules/jake/node_modules/ansi-styles": {
  5170. "version": "4.3.0",
  5171. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5172. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5173. "dev": true,
  5174. "dependencies": {
  5175. "color-convert": "^2.0.1"
  5176. },
  5177. "engines": {
  5178. "node": ">=8"
  5179. },
  5180. "funding": {
  5181. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5182. }
  5183. },
  5184. "node_modules/jake/node_modules/chalk": {
  5185. "version": "4.1.2",
  5186. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  5187. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5188. "dev": true,
  5189. "dependencies": {
  5190. "ansi-styles": "^4.1.0",
  5191. "supports-color": "^7.1.0"
  5192. },
  5193. "engines": {
  5194. "node": ">=10"
  5195. },
  5196. "funding": {
  5197. "url": "https://github.com/chalk/chalk?sponsor=1"
  5198. }
  5199. },
  5200. "node_modules/jake/node_modules/color-convert": {
  5201. "version": "2.0.1",
  5202. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5203. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5204. "dev": true,
  5205. "dependencies": {
  5206. "color-name": "~1.1.4"
  5207. },
  5208. "engines": {
  5209. "node": ">=7.0.0"
  5210. }
  5211. },
  5212. "node_modules/jake/node_modules/color-name": {
  5213. "version": "1.1.4",
  5214. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5215. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5216. "dev": true
  5217. },
  5218. "node_modules/jake/node_modules/has-flag": {
  5219. "version": "4.0.0",
  5220. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5221. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5222. "dev": true,
  5223. "engines": {
  5224. "node": ">=8"
  5225. }
  5226. },
  5227. "node_modules/jake/node_modules/supports-color": {
  5228. "version": "7.2.0",
  5229. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5230. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5231. "dev": true,
  5232. "dependencies": {
  5233. "has-flag": "^4.0.0"
  5234. },
  5235. "engines": {
  5236. "node": ">=8"
  5237. }
  5238. },
  5239. "node_modules/jest-worker": {
  5240. "version": "26.6.2",
  5241. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  5242. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  5243. "dev": true,
  5244. "dependencies": {
  5245. "@types/node": "*",
  5246. "merge-stream": "^2.0.0",
  5247. "supports-color": "^7.0.0"
  5248. },
  5249. "engines": {
  5250. "node": ">= 10.13.0"
  5251. }
  5252. },
  5253. "node_modules/jest-worker/node_modules/has-flag": {
  5254. "version": "4.0.0",
  5255. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5256. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5257. "dev": true,
  5258. "engines": {
  5259. "node": ">=8"
  5260. }
  5261. },
  5262. "node_modules/jest-worker/node_modules/supports-color": {
  5263. "version": "7.2.0",
  5264. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5265. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5266. "dev": true,
  5267. "dependencies": {
  5268. "has-flag": "^4.0.0"
  5269. },
  5270. "engines": {
  5271. "node": ">=8"
  5272. }
  5273. },
  5274. "node_modules/js-base64": {
  5275. "version": "3.7.5",
  5276. "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.5.tgz",
  5277. "integrity": "sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA=="
  5278. },
  5279. "node_modules/js-tokens": {
  5280. "version": "4.0.0",
  5281. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  5282. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  5283. },
  5284. "node_modules/js-yaml": {
  5285. "version": "4.1.0",
  5286. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  5287. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5288. "dev": true,
  5289. "dependencies": {
  5290. "argparse": "^2.0.1"
  5291. },
  5292. "bin": {
  5293. "js-yaml": "bin/js-yaml.js"
  5294. }
  5295. },
  5296. "node_modules/jsesc": {
  5297. "version": "2.5.2",
  5298. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  5299. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  5300. "dev": true,
  5301. "bin": {
  5302. "jsesc": "bin/jsesc"
  5303. },
  5304. "engines": {
  5305. "node": ">=4"
  5306. }
  5307. },
  5308. "node_modules/json-parse-even-better-errors": {
  5309. "version": "2.3.1",
  5310. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  5311. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  5312. },
  5313. "node_modules/json-schema": {
  5314. "version": "0.4.0",
  5315. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  5316. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
  5317. "dev": true
  5318. },
  5319. "node_modules/json-schema-traverse": {
  5320. "version": "0.4.1",
  5321. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5322. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5323. "dev": true
  5324. },
  5325. "node_modules/json-stable-stringify-without-jsonify": {
  5326. "version": "1.0.1",
  5327. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5328. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5329. "dev": true
  5330. },
  5331. "node_modules/json5": {
  5332. "version": "2.2.3",
  5333. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  5334. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5335. "dev": true,
  5336. "bin": {
  5337. "json5": "lib/cli.js"
  5338. },
  5339. "engines": {
  5340. "node": ">=6"
  5341. }
  5342. },
  5343. "node_modules/jsonfile": {
  5344. "version": "6.1.0",
  5345. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  5346. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  5347. "dev": true,
  5348. "dependencies": {
  5349. "universalify": "^2.0.0"
  5350. },
  5351. "optionalDependencies": {
  5352. "graceful-fs": "^4.1.6"
  5353. }
  5354. },
  5355. "node_modules/jsonpointer": {
  5356. "version": "5.0.1",
  5357. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  5358. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  5359. "dev": true,
  5360. "engines": {
  5361. "node": ">=0.10.0"
  5362. }
  5363. },
  5364. "node_modules/jsx-ast-utils": {
  5365. "version": "3.3.4",
  5366. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.4.tgz",
  5367. "integrity": "sha512-fX2TVdCViod6HwKEtSWGHs57oFhVfCMwieb9PuRDgjDPh5XeqJiHFFFJCHxU5cnTc3Bu/GRL+kPiFmw8XWOfKw==",
  5368. "dev": true,
  5369. "dependencies": {
  5370. "array-includes": "^3.1.6",
  5371. "array.prototype.flat": "^1.3.1",
  5372. "object.assign": "^4.1.4",
  5373. "object.values": "^1.1.6"
  5374. },
  5375. "engines": {
  5376. "node": ">=4.0"
  5377. }
  5378. },
  5379. "node_modules/language-subtag-registry": {
  5380. "version": "0.3.22",
  5381. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
  5382. "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
  5383. "dev": true
  5384. },
  5385. "node_modules/language-tags": {
  5386. "version": "1.0.5",
  5387. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  5388. "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
  5389. "dev": true,
  5390. "dependencies": {
  5391. "language-subtag-registry": "~0.3.2"
  5392. }
  5393. },
  5394. "node_modules/leven": {
  5395. "version": "3.1.0",
  5396. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  5397. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  5398. "dev": true,
  5399. "engines": {
  5400. "node": ">=6"
  5401. }
  5402. },
  5403. "node_modules/levn": {
  5404. "version": "0.4.1",
  5405. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  5406. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5407. "dev": true,
  5408. "dependencies": {
  5409. "prelude-ls": "^1.2.1",
  5410. "type-check": "~0.4.0"
  5411. },
  5412. "engines": {
  5413. "node": ">= 0.8.0"
  5414. }
  5415. },
  5416. "node_modules/lines-and-columns": {
  5417. "version": "1.2.4",
  5418. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  5419. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  5420. },
  5421. "node_modules/locate-path": {
  5422. "version": "6.0.0",
  5423. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5424. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5425. "dev": true,
  5426. "dependencies": {
  5427. "p-locate": "^5.0.0"
  5428. },
  5429. "engines": {
  5430. "node": ">=10"
  5431. },
  5432. "funding": {
  5433. "url": "https://github.com/sponsors/sindresorhus"
  5434. }
  5435. },
  5436. "node_modules/lodash": {
  5437. "version": "4.17.21",
  5438. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  5439. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  5440. "dev": true
  5441. },
  5442. "node_modules/lodash.debounce": {
  5443. "version": "4.0.8",
  5444. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  5445. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  5446. "dev": true
  5447. },
  5448. "node_modules/lodash.merge": {
  5449. "version": "4.6.2",
  5450. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5451. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5452. "dev": true
  5453. },
  5454. "node_modules/lodash.sortby": {
  5455. "version": "4.7.0",
  5456. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  5457. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
  5458. "dev": true
  5459. },
  5460. "node_modules/loose-envify": {
  5461. "version": "1.4.0",
  5462. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5463. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5464. "dependencies": {
  5465. "js-tokens": "^3.0.0 || ^4.0.0"
  5466. },
  5467. "bin": {
  5468. "loose-envify": "cli.js"
  5469. }
  5470. },
  5471. "node_modules/lru-cache": {
  5472. "version": "5.1.1",
  5473. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  5474. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5475. "dev": true,
  5476. "dependencies": {
  5477. "yallist": "^3.0.2"
  5478. }
  5479. },
  5480. "node_modules/magic-string": {
  5481. "version": "0.25.9",
  5482. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  5483. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  5484. "dev": true,
  5485. "dependencies": {
  5486. "sourcemap-codec": "^1.4.8"
  5487. }
  5488. },
  5489. "node_modules/mdast-util-definitions": {
  5490. "version": "4.0.0",
  5491. "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
  5492. "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==",
  5493. "dependencies": {
  5494. "unist-util-visit": "^2.0.0"
  5495. },
  5496. "funding": {
  5497. "type": "opencollective",
  5498. "url": "https://opencollective.com/unified"
  5499. }
  5500. },
  5501. "node_modules/mdast-util-definitions/node_modules/unist-util-visit": {
  5502. "version": "2.0.3",
  5503. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
  5504. "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
  5505. "dependencies": {
  5506. "@types/unist": "^2.0.0",
  5507. "unist-util-is": "^4.0.0",
  5508. "unist-util-visit-parents": "^3.0.0"
  5509. },
  5510. "funding": {
  5511. "type": "opencollective",
  5512. "url": "https://opencollective.com/unified"
  5513. }
  5514. },
  5515. "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": {
  5516. "version": "3.1.1",
  5517. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
  5518. "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
  5519. "dependencies": {
  5520. "@types/unist": "^2.0.0",
  5521. "unist-util-is": "^4.0.0"
  5522. },
  5523. "funding": {
  5524. "type": "opencollective",
  5525. "url": "https://opencollective.com/unified"
  5526. }
  5527. },
  5528. "node_modules/mdast-util-from-markdown": {
  5529. "version": "0.8.5",
  5530. "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz",
  5531. "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==",
  5532. "dependencies": {
  5533. "@types/mdast": "^3.0.0",
  5534. "mdast-util-to-string": "^2.0.0",
  5535. "micromark": "~2.11.0",
  5536. "parse-entities": "^2.0.0",
  5537. "unist-util-stringify-position": "^2.0.0"
  5538. },
  5539. "funding": {
  5540. "type": "opencollective",
  5541. "url": "https://opencollective.com/unified"
  5542. }
  5543. },
  5544. "node_modules/mdast-util-to-hast": {
  5545. "version": "10.2.0",
  5546. "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz",
  5547. "integrity": "sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==",
  5548. "dependencies": {
  5549. "@types/mdast": "^3.0.0",
  5550. "@types/unist": "^2.0.0",
  5551. "mdast-util-definitions": "^4.0.0",
  5552. "mdurl": "^1.0.0",
  5553. "unist-builder": "^2.0.0",
  5554. "unist-util-generated": "^1.0.0",
  5555. "unist-util-position": "^3.0.0",
  5556. "unist-util-visit": "^2.0.0"
  5557. },
  5558. "funding": {
  5559. "type": "opencollective",
  5560. "url": "https://opencollective.com/unified"
  5561. }
  5562. },
  5563. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
  5564. "version": "2.0.3",
  5565. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
  5566. "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
  5567. "dependencies": {
  5568. "@types/unist": "^2.0.0",
  5569. "unist-util-is": "^4.0.0",
  5570. "unist-util-visit-parents": "^3.0.0"
  5571. },
  5572. "funding": {
  5573. "type": "opencollective",
  5574. "url": "https://opencollective.com/unified"
  5575. }
  5576. },
  5577. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": {
  5578. "version": "3.1.1",
  5579. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
  5580. "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
  5581. "dependencies": {
  5582. "@types/unist": "^2.0.0",
  5583. "unist-util-is": "^4.0.0"
  5584. },
  5585. "funding": {
  5586. "type": "opencollective",
  5587. "url": "https://opencollective.com/unified"
  5588. }
  5589. },
  5590. "node_modules/mdast-util-to-string": {
  5591. "version": "2.0.0",
  5592. "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz",
  5593. "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==",
  5594. "funding": {
  5595. "type": "opencollective",
  5596. "url": "https://opencollective.com/unified"
  5597. }
  5598. },
  5599. "node_modules/mdurl": {
  5600. "version": "1.0.1",
  5601. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
  5602. "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
  5603. },
  5604. "node_modules/merge-stream": {
  5605. "version": "2.0.0",
  5606. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  5607. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  5608. "dev": true
  5609. },
  5610. "node_modules/merge2": {
  5611. "version": "1.4.1",
  5612. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5613. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5614. "dev": true,
  5615. "engines": {
  5616. "node": ">= 8"
  5617. }
  5618. },
  5619. "node_modules/micromark": {
  5620. "version": "2.11.4",
  5621. "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz",
  5622. "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
  5623. "funding": [
  5624. {
  5625. "type": "GitHub Sponsors",
  5626. "url": "https://github.com/sponsors/unifiedjs"
  5627. },
  5628. {
  5629. "type": "OpenCollective",
  5630. "url": "https://opencollective.com/unified"
  5631. }
  5632. ],
  5633. "dependencies": {
  5634. "debug": "^4.0.0",
  5635. "parse-entities": "^2.0.0"
  5636. }
  5637. },
  5638. "node_modules/micromatch": {
  5639. "version": "4.0.5",
  5640. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  5641. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  5642. "dev": true,
  5643. "dependencies": {
  5644. "braces": "^3.0.2",
  5645. "picomatch": "^2.3.1"
  5646. },
  5647. "engines": {
  5648. "node": ">=8.6"
  5649. }
  5650. },
  5651. "node_modules/minimatch": {
  5652. "version": "3.1.2",
  5653. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5654. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5655. "dev": true,
  5656. "dependencies": {
  5657. "brace-expansion": "^1.1.7"
  5658. },
  5659. "engines": {
  5660. "node": "*"
  5661. }
  5662. },
  5663. "node_modules/minimist": {
  5664. "version": "1.2.8",
  5665. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  5666. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  5667. "dev": true,
  5668. "funding": {
  5669. "url": "https://github.com/sponsors/ljharb"
  5670. }
  5671. },
  5672. "node_modules/ms": {
  5673. "version": "2.1.2",
  5674. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  5675. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  5676. },
  5677. "node_modules/nanoid": {
  5678. "version": "3.3.6",
  5679. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
  5680. "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  5681. "dev": true,
  5682. "funding": [
  5683. {
  5684. "type": "github",
  5685. "url": "https://github.com/sponsors/ai"
  5686. }
  5687. ],
  5688. "bin": {
  5689. "nanoid": "bin/nanoid.cjs"
  5690. },
  5691. "engines": {
  5692. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5693. }
  5694. },
  5695. "node_modules/natural-compare": {
  5696. "version": "1.4.0",
  5697. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5698. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5699. "dev": true
  5700. },
  5701. "node_modules/node-fetch": {
  5702. "version": "2.6.7",
  5703. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
  5704. "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
  5705. "dependencies": {
  5706. "whatwg-url": "^5.0.0"
  5707. },
  5708. "engines": {
  5709. "node": "4.x || >=6.0.0"
  5710. },
  5711. "peerDependencies": {
  5712. "encoding": "^0.1.0"
  5713. },
  5714. "peerDependenciesMeta": {
  5715. "encoding": {
  5716. "optional": true
  5717. }
  5718. }
  5719. },
  5720. "node_modules/node-releases": {
  5721. "version": "2.0.13",
  5722. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz",
  5723. "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
  5724. "dev": true
  5725. },
  5726. "node_modules/object-assign": {
  5727. "version": "4.1.1",
  5728. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5729. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5730. "engines": {
  5731. "node": ">=0.10.0"
  5732. }
  5733. },
  5734. "node_modules/object-inspect": {
  5735. "version": "1.12.3",
  5736. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  5737. "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  5738. "dev": true,
  5739. "funding": {
  5740. "url": "https://github.com/sponsors/ljharb"
  5741. }
  5742. },
  5743. "node_modules/object-keys": {
  5744. "version": "1.1.1",
  5745. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  5746. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5747. "dev": true,
  5748. "engines": {
  5749. "node": ">= 0.4"
  5750. }
  5751. },
  5752. "node_modules/object.assign": {
  5753. "version": "4.1.4",
  5754. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
  5755. "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  5756. "dev": true,
  5757. "dependencies": {
  5758. "call-bind": "^1.0.2",
  5759. "define-properties": "^1.1.4",
  5760. "has-symbols": "^1.0.3",
  5761. "object-keys": "^1.1.1"
  5762. },
  5763. "engines": {
  5764. "node": ">= 0.4"
  5765. },
  5766. "funding": {
  5767. "url": "https://github.com/sponsors/ljharb"
  5768. }
  5769. },
  5770. "node_modules/object.entries": {
  5771. "version": "1.1.6",
  5772. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
  5773. "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
  5774. "dev": true,
  5775. "dependencies": {
  5776. "call-bind": "^1.0.2",
  5777. "define-properties": "^1.1.4",
  5778. "es-abstract": "^1.20.4"
  5779. },
  5780. "engines": {
  5781. "node": ">= 0.4"
  5782. }
  5783. },
  5784. "node_modules/object.fromentries": {
  5785. "version": "2.0.6",
  5786. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
  5787. "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
  5788. "dev": true,
  5789. "dependencies": {
  5790. "call-bind": "^1.0.2",
  5791. "define-properties": "^1.1.4",
  5792. "es-abstract": "^1.20.4"
  5793. },
  5794. "engines": {
  5795. "node": ">= 0.4"
  5796. },
  5797. "funding": {
  5798. "url": "https://github.com/sponsors/ljharb"
  5799. }
  5800. },
  5801. "node_modules/object.hasown": {
  5802. "version": "1.1.2",
  5803. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
  5804. "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
  5805. "dev": true,
  5806. "dependencies": {
  5807. "define-properties": "^1.1.4",
  5808. "es-abstract": "^1.20.4"
  5809. },
  5810. "funding": {
  5811. "url": "https://github.com/sponsors/ljharb"
  5812. }
  5813. },
  5814. "node_modules/object.values": {
  5815. "version": "1.1.6",
  5816. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
  5817. "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
  5818. "dev": true,
  5819. "dependencies": {
  5820. "call-bind": "^1.0.2",
  5821. "define-properties": "^1.1.4",
  5822. "es-abstract": "^1.20.4"
  5823. },
  5824. "engines": {
  5825. "node": ">= 0.4"
  5826. },
  5827. "funding": {
  5828. "url": "https://github.com/sponsors/ljharb"
  5829. }
  5830. },
  5831. "node_modules/once": {
  5832. "version": "1.4.0",
  5833. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  5834. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5835. "dev": true,
  5836. "dependencies": {
  5837. "wrappy": "1"
  5838. }
  5839. },
  5840. "node_modules/optionator": {
  5841. "version": "0.9.3",
  5842. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
  5843. "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
  5844. "dev": true,
  5845. "dependencies": {
  5846. "@aashutoshrathi/word-wrap": "^1.2.3",
  5847. "deep-is": "^0.1.3",
  5848. "fast-levenshtein": "^2.0.6",
  5849. "levn": "^0.4.1",
  5850. "prelude-ls": "^1.2.1",
  5851. "type-check": "^0.4.0"
  5852. },
  5853. "engines": {
  5854. "node": ">= 0.8.0"
  5855. }
  5856. },
  5857. "node_modules/p-limit": {
  5858. "version": "3.1.0",
  5859. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5860. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5861. "dev": true,
  5862. "dependencies": {
  5863. "yocto-queue": "^0.1.0"
  5864. },
  5865. "engines": {
  5866. "node": ">=10"
  5867. },
  5868. "funding": {
  5869. "url": "https://github.com/sponsors/sindresorhus"
  5870. }
  5871. },
  5872. "node_modules/p-locate": {
  5873. "version": "5.0.0",
  5874. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5875. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5876. "dev": true,
  5877. "dependencies": {
  5878. "p-limit": "^3.0.2"
  5879. },
  5880. "engines": {
  5881. "node": ">=10"
  5882. },
  5883. "funding": {
  5884. "url": "https://github.com/sponsors/sindresorhus"
  5885. }
  5886. },
  5887. "node_modules/parent-module": {
  5888. "version": "1.0.1",
  5889. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5890. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5891. "dependencies": {
  5892. "callsites": "^3.0.0"
  5893. },
  5894. "engines": {
  5895. "node": ">=6"
  5896. }
  5897. },
  5898. "node_modules/parse-entities": {
  5899. "version": "2.0.0",
  5900. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
  5901. "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
  5902. "dependencies": {
  5903. "character-entities": "^1.0.0",
  5904. "character-entities-legacy": "^1.0.0",
  5905. "character-reference-invalid": "^1.0.0",
  5906. "is-alphanumerical": "^1.0.0",
  5907. "is-decimal": "^1.0.0",
  5908. "is-hexadecimal": "^1.0.0"
  5909. },
  5910. "funding": {
  5911. "type": "github",
  5912. "url": "https://github.com/sponsors/wooorm"
  5913. }
  5914. },
  5915. "node_modules/parse-json": {
  5916. "version": "5.2.0",
  5917. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  5918. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  5919. "dependencies": {
  5920. "@babel/code-frame": "^7.0.0",
  5921. "error-ex": "^1.3.1",
  5922. "json-parse-even-better-errors": "^2.3.0",
  5923. "lines-and-columns": "^1.1.6"
  5924. },
  5925. "engines": {
  5926. "node": ">=8"
  5927. },
  5928. "funding": {
  5929. "url": "https://github.com/sponsors/sindresorhus"
  5930. }
  5931. },
  5932. "node_modules/path-exists": {
  5933. "version": "4.0.0",
  5934. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5935. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5936. "dev": true,
  5937. "engines": {
  5938. "node": ">=8"
  5939. }
  5940. },
  5941. "node_modules/path-is-absolute": {
  5942. "version": "1.0.1",
  5943. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  5944. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  5945. "dev": true,
  5946. "engines": {
  5947. "node": ">=0.10.0"
  5948. }
  5949. },
  5950. "node_modules/path-key": {
  5951. "version": "3.1.1",
  5952. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5953. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5954. "dev": true,
  5955. "engines": {
  5956. "node": ">=8"
  5957. }
  5958. },
  5959. "node_modules/path-parse": {
  5960. "version": "1.0.7",
  5961. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5962. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  5963. },
  5964. "node_modules/path-type": {
  5965. "version": "4.0.0",
  5966. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  5967. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  5968. "engines": {
  5969. "node": ">=8"
  5970. }
  5971. },
  5972. "node_modules/picocolors": {
  5973. "version": "1.0.0",
  5974. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  5975. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  5976. "dev": true
  5977. },
  5978. "node_modules/picomatch": {
  5979. "version": "2.3.1",
  5980. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  5981. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5982. "dev": true,
  5983. "engines": {
  5984. "node": ">=8.6"
  5985. },
  5986. "funding": {
  5987. "url": "https://github.com/sponsors/jonschlinkert"
  5988. }
  5989. },
  5990. "node_modules/postcss": {
  5991. "version": "8.4.25",
  5992. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz",
  5993. "integrity": "sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==",
  5994. "dev": true,
  5995. "funding": [
  5996. {
  5997. "type": "opencollective",
  5998. "url": "https://opencollective.com/postcss/"
  5999. },
  6000. {
  6001. "type": "tidelift",
  6002. "url": "https://tidelift.com/funding/github/npm/postcss"
  6003. },
  6004. {
  6005. "type": "github",
  6006. "url": "https://github.com/sponsors/ai"
  6007. }
  6008. ],
  6009. "dependencies": {
  6010. "nanoid": "^3.3.6",
  6011. "picocolors": "^1.0.0",
  6012. "source-map-js": "^1.0.2"
  6013. },
  6014. "engines": {
  6015. "node": "^10 || ^12 || >=14"
  6016. }
  6017. },
  6018. "node_modules/prelude-ls": {
  6019. "version": "1.2.1",
  6020. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6021. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6022. "dev": true,
  6023. "engines": {
  6024. "node": ">= 0.8.0"
  6025. }
  6026. },
  6027. "node_modules/prettier": {
  6028. "version": "2.8.8",
  6029. "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
  6030. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  6031. "dev": true,
  6032. "bin": {
  6033. "prettier": "bin-prettier.js"
  6034. },
  6035. "engines": {
  6036. "node": ">=10.13.0"
  6037. },
  6038. "funding": {
  6039. "url": "https://github.com/prettier/prettier?sponsor=1"
  6040. }
  6041. },
  6042. "node_modules/pretty-bytes": {
  6043. "version": "6.1.0",
  6044. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.0.tgz",
  6045. "integrity": "sha512-Rk753HI8f4uivXi4ZCIYdhmG1V+WKzvRMg/X+M42a6t7D07RcmopXJMDNk6N++7Bl75URRGsb40ruvg7Hcp2wQ==",
  6046. "dev": true,
  6047. "engines": {
  6048. "node": "^14.13.1 || >=16.0.0"
  6049. },
  6050. "funding": {
  6051. "url": "https://github.com/sponsors/sindresorhus"
  6052. }
  6053. },
  6054. "node_modules/prop-types": {
  6055. "version": "15.8.1",
  6056. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  6057. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  6058. "dependencies": {
  6059. "loose-envify": "^1.4.0",
  6060. "object-assign": "^4.1.1",
  6061. "react-is": "^16.13.1"
  6062. }
  6063. },
  6064. "node_modules/prop-types/node_modules/react-is": {
  6065. "version": "16.13.1",
  6066. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  6067. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  6068. },
  6069. "node_modules/property-information": {
  6070. "version": "5.6.0",
  6071. "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
  6072. "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
  6073. "dependencies": {
  6074. "xtend": "^4.0.0"
  6075. },
  6076. "funding": {
  6077. "type": "github",
  6078. "url": "https://github.com/sponsors/wooorm"
  6079. }
  6080. },
  6081. "node_modules/punycode": {
  6082. "version": "2.3.0",
  6083. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
  6084. "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
  6085. "dev": true,
  6086. "engines": {
  6087. "node": ">=6"
  6088. }
  6089. },
  6090. "node_modules/queue-microtask": {
  6091. "version": "1.2.3",
  6092. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6093. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6094. "dev": true,
  6095. "funding": [
  6096. {
  6097. "type": "github",
  6098. "url": "https://github.com/sponsors/feross"
  6099. },
  6100. {
  6101. "type": "patreon",
  6102. "url": "https://www.patreon.com/feross"
  6103. },
  6104. {
  6105. "type": "consulting",
  6106. "url": "https://feross.org/support"
  6107. }
  6108. ]
  6109. },
  6110. "node_modules/randombytes": {
  6111. "version": "2.1.0",
  6112. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  6113. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  6114. "dev": true,
  6115. "dependencies": {
  6116. "safe-buffer": "^5.1.0"
  6117. }
  6118. },
  6119. "node_modules/react": {
  6120. "version": "18.2.0",
  6121. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  6122. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  6123. "dependencies": {
  6124. "loose-envify": "^1.1.0"
  6125. },
  6126. "engines": {
  6127. "node": ">=0.10.0"
  6128. }
  6129. },
  6130. "node_modules/react-dom": {
  6131. "version": "18.2.0",
  6132. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
  6133. "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
  6134. "dependencies": {
  6135. "loose-envify": "^1.1.0",
  6136. "scheduler": "^0.23.0"
  6137. },
  6138. "peerDependencies": {
  6139. "react": "^18.2.0"
  6140. }
  6141. },
  6142. "node_modules/react-i18next": {
  6143. "version": "11.18.6",
  6144. "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.6.tgz",
  6145. "integrity": "sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==",
  6146. "dependencies": {
  6147. "@babel/runtime": "^7.14.5",
  6148. "html-parse-stringify": "^3.0.1"
  6149. },
  6150. "peerDependencies": {
  6151. "i18next": ">= 19.0.0",
  6152. "react": ">= 16.8.0"
  6153. },
  6154. "peerDependenciesMeta": {
  6155. "react-dom": {
  6156. "optional": true
  6157. },
  6158. "react-native": {
  6159. "optional": true
  6160. }
  6161. }
  6162. },
  6163. "node_modules/react-infinite-scroll-component": {
  6164. "version": "6.1.0",
  6165. "resolved": "https://registry.npmjs.org/react-infinite-scroll-component/-/react-infinite-scroll-component-6.1.0.tgz",
  6166. "integrity": "sha512-SQu5nCqy8DxQWpnUVLx7V7b7LcA37aM7tvoWjTLZp1dk6EJibM5/4EJKzOnl07/BsM1Y40sKLuqjCwwH/xV0TQ==",
  6167. "dependencies": {
  6168. "throttle-debounce": "^2.1.0"
  6169. },
  6170. "peerDependencies": {
  6171. "react": ">=16.0.0"
  6172. }
  6173. },
  6174. "node_modules/react-is": {
  6175. "version": "18.2.0",
  6176. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  6177. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  6178. },
  6179. "node_modules/react-refresh": {
  6180. "version": "0.14.0",
  6181. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz",
  6182. "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==",
  6183. "dev": true,
  6184. "engines": {
  6185. "node": ">=0.10.0"
  6186. }
  6187. },
  6188. "node_modules/react-remark": {
  6189. "version": "2.1.0",
  6190. "resolved": "https://registry.npmjs.org/react-remark/-/react-remark-2.1.0.tgz",
  6191. "integrity": "sha512-7dEPxRGQ23sOdvteuRGaQAs9cEOH/BOeCN4CqsJdk3laUDIDYRCWnM6a3z92PzXHUuxIRLXQNZx7SiO0ijUcbw==",
  6192. "dependencies": {
  6193. "rehype-react": "^6.0.0",
  6194. "remark-parse": "^9.0.0",
  6195. "remark-rehype": "^8.0.0",
  6196. "unified": "^9.0.0"
  6197. },
  6198. "engines": {
  6199. "node": ">=10"
  6200. },
  6201. "funding": {
  6202. "type": "opencollective",
  6203. "url": "https://opencollective.com/unified"
  6204. },
  6205. "peerDependencies": {
  6206. "react": ">=16.8"
  6207. }
  6208. },
  6209. "node_modules/react-router": {
  6210. "version": "6.14.1",
  6211. "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.14.1.tgz",
  6212. "integrity": "sha512-U4PfgvG55LdvbQjg5Y9QRWyVxIdO1LlpYT7x+tMAxd9/vmiPuJhIwdxZuIQLN/9e3O4KFDHYfR9gzGeYMasW8g==",
  6213. "dependencies": {
  6214. "@remix-run/router": "1.7.1"
  6215. },
  6216. "engines": {
  6217. "node": ">=14"
  6218. },
  6219. "peerDependencies": {
  6220. "react": ">=16.8"
  6221. }
  6222. },
  6223. "node_modules/react-router-dom": {
  6224. "version": "6.14.1",
  6225. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.14.1.tgz",
  6226. "integrity": "sha512-ssF6M5UkQjHK70fgukCJyjlda0Dgono2QGwqGvuk7D+EDGHdacEN3Yke2LTMjkrpHuFwBfDFsEjGVXBDmL+bWw==",
  6227. "dependencies": {
  6228. "@remix-run/router": "1.7.1",
  6229. "react-router": "6.14.1"
  6230. },
  6231. "engines": {
  6232. "node": ">=14"
  6233. },
  6234. "peerDependencies": {
  6235. "react": ">=16.8",
  6236. "react-dom": ">=16.8"
  6237. }
  6238. },
  6239. "node_modules/react-transition-group": {
  6240. "version": "4.4.5",
  6241. "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
  6242. "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
  6243. "dependencies": {
  6244. "@babel/runtime": "^7.5.5",
  6245. "dom-helpers": "^5.0.1",
  6246. "loose-envify": "^1.4.0",
  6247. "prop-types": "^15.6.2"
  6248. },
  6249. "peerDependencies": {
  6250. "react": ">=16.6.0",
  6251. "react-dom": ">=16.6.0"
  6252. }
  6253. },
  6254. "node_modules/regenerate": {
  6255. "version": "1.4.2",
  6256. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  6257. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  6258. "dev": true
  6259. },
  6260. "node_modules/regenerate-unicode-properties": {
  6261. "version": "10.1.0",
  6262. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
  6263. "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
  6264. "dev": true,
  6265. "dependencies": {
  6266. "regenerate": "^1.4.2"
  6267. },
  6268. "engines": {
  6269. "node": ">=4"
  6270. }
  6271. },
  6272. "node_modules/regenerator-runtime": {
  6273. "version": "0.13.11",
  6274. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  6275. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
  6276. },
  6277. "node_modules/regenerator-transform": {
  6278. "version": "0.15.1",
  6279. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
  6280. "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
  6281. "dev": true,
  6282. "dependencies": {
  6283. "@babel/runtime": "^7.8.4"
  6284. }
  6285. },
  6286. "node_modules/regexp.prototype.flags": {
  6287. "version": "1.5.0",
  6288. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
  6289. "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
  6290. "dev": true,
  6291. "dependencies": {
  6292. "call-bind": "^1.0.2",
  6293. "define-properties": "^1.2.0",
  6294. "functions-have-names": "^1.2.3"
  6295. },
  6296. "engines": {
  6297. "node": ">= 0.4"
  6298. },
  6299. "funding": {
  6300. "url": "https://github.com/sponsors/ljharb"
  6301. }
  6302. },
  6303. "node_modules/regexpu-core": {
  6304. "version": "5.3.2",
  6305. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
  6306. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  6307. "dev": true,
  6308. "dependencies": {
  6309. "@babel/regjsgen": "^0.8.0",
  6310. "regenerate": "^1.4.2",
  6311. "regenerate-unicode-properties": "^10.1.0",
  6312. "regjsparser": "^0.9.1",
  6313. "unicode-match-property-ecmascript": "^2.0.0",
  6314. "unicode-match-property-value-ecmascript": "^2.1.0"
  6315. },
  6316. "engines": {
  6317. "node": ">=4"
  6318. }
  6319. },
  6320. "node_modules/regjsparser": {
  6321. "version": "0.9.1",
  6322. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  6323. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  6324. "dev": true,
  6325. "dependencies": {
  6326. "jsesc": "~0.5.0"
  6327. },
  6328. "bin": {
  6329. "regjsparser": "bin/parser"
  6330. }
  6331. },
  6332. "node_modules/regjsparser/node_modules/jsesc": {
  6333. "version": "0.5.0",
  6334. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  6335. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  6336. "dev": true,
  6337. "bin": {
  6338. "jsesc": "bin/jsesc"
  6339. }
  6340. },
  6341. "node_modules/rehype-react": {
  6342. "version": "6.2.1",
  6343. "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-6.2.1.tgz",
  6344. "integrity": "sha512-f9KIrjktvLvmbGc7si25HepocOg4z0MuNOtweigKzBcDjiGSTGhyz6VSgaV5K421Cq1O+z4/oxRJ5G9owo0KVg==",
  6345. "dependencies": {
  6346. "@mapbox/hast-util-table-cell-style": "^0.2.0",
  6347. "hast-to-hyperscript": "^9.0.0"
  6348. },
  6349. "funding": {
  6350. "type": "opencollective",
  6351. "url": "https://opencollective.com/unified"
  6352. }
  6353. },
  6354. "node_modules/remark-parse": {
  6355. "version": "9.0.0",
  6356. "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
  6357. "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
  6358. "dependencies": {
  6359. "mdast-util-from-markdown": "^0.8.0"
  6360. },
  6361. "funding": {
  6362. "type": "opencollective",
  6363. "url": "https://opencollective.com/unified"
  6364. }
  6365. },
  6366. "node_modules/remark-rehype": {
  6367. "version": "8.1.0",
  6368. "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-8.1.0.tgz",
  6369. "integrity": "sha512-EbCu9kHgAxKmW1yEYjx3QafMyGY3q8noUbNUI5xyKbaFP89wbhDrKxyIQNukNYthzjNHZu6J7hwFg7hRm1svYA==",
  6370. "dependencies": {
  6371. "mdast-util-to-hast": "^10.2.0"
  6372. },
  6373. "funding": {
  6374. "type": "opencollective",
  6375. "url": "https://opencollective.com/unified"
  6376. }
  6377. },
  6378. "node_modules/require-from-string": {
  6379. "version": "2.0.2",
  6380. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  6381. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  6382. "dev": true,
  6383. "engines": {
  6384. "node": ">=0.10.0"
  6385. }
  6386. },
  6387. "node_modules/resolve": {
  6388. "version": "1.22.2",
  6389. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
  6390. "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
  6391. "dependencies": {
  6392. "is-core-module": "^2.11.0",
  6393. "path-parse": "^1.0.7",
  6394. "supports-preserve-symlinks-flag": "^1.0.0"
  6395. },
  6396. "bin": {
  6397. "resolve": "bin/resolve"
  6398. },
  6399. "funding": {
  6400. "url": "https://github.com/sponsors/ljharb"
  6401. }
  6402. },
  6403. "node_modules/resolve-from": {
  6404. "version": "4.0.0",
  6405. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6406. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6407. "engines": {
  6408. "node": ">=4"
  6409. }
  6410. },
  6411. "node_modules/reusify": {
  6412. "version": "1.0.4",
  6413. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  6414. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6415. "dev": true,
  6416. "engines": {
  6417. "iojs": ">=1.0.0",
  6418. "node": ">=0.10.0"
  6419. }
  6420. },
  6421. "node_modules/rimraf": {
  6422. "version": "3.0.2",
  6423. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  6424. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6425. "dev": true,
  6426. "dependencies": {
  6427. "glob": "^7.1.3"
  6428. },
  6429. "bin": {
  6430. "rimraf": "bin.js"
  6431. },
  6432. "funding": {
  6433. "url": "https://github.com/sponsors/isaacs"
  6434. }
  6435. },
  6436. "node_modules/rollup": {
  6437. "version": "3.26.2",
  6438. "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz",
  6439. "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==",
  6440. "dev": true,
  6441. "bin": {
  6442. "rollup": "dist/bin/rollup"
  6443. },
  6444. "engines": {
  6445. "node": ">=14.18.0",
  6446. "npm": ">=8.0.0"
  6447. },
  6448. "optionalDependencies": {
  6449. "fsevents": "~2.3.2"
  6450. }
  6451. },
  6452. "node_modules/run-parallel": {
  6453. "version": "1.2.0",
  6454. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6455. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6456. "dev": true,
  6457. "funding": [
  6458. {
  6459. "type": "github",
  6460. "url": "https://github.com/sponsors/feross"
  6461. },
  6462. {
  6463. "type": "patreon",
  6464. "url": "https://www.patreon.com/feross"
  6465. },
  6466. {
  6467. "type": "consulting",
  6468. "url": "https://feross.org/support"
  6469. }
  6470. ],
  6471. "dependencies": {
  6472. "queue-microtask": "^1.2.2"
  6473. }
  6474. },
  6475. "node_modules/safe-buffer": {
  6476. "version": "5.2.1",
  6477. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  6478. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  6479. "dev": true,
  6480. "funding": [
  6481. {
  6482. "type": "github",
  6483. "url": "https://github.com/sponsors/feross"
  6484. },
  6485. {
  6486. "type": "patreon",
  6487. "url": "https://www.patreon.com/feross"
  6488. },
  6489. {
  6490. "type": "consulting",
  6491. "url": "https://feross.org/support"
  6492. }
  6493. ]
  6494. },
  6495. "node_modules/safe-regex-test": {
  6496. "version": "1.0.0",
  6497. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  6498. "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  6499. "dev": true,
  6500. "dependencies": {
  6501. "call-bind": "^1.0.2",
  6502. "get-intrinsic": "^1.1.3",
  6503. "is-regex": "^1.1.4"
  6504. },
  6505. "funding": {
  6506. "url": "https://github.com/sponsors/ljharb"
  6507. }
  6508. },
  6509. "node_modules/scheduler": {
  6510. "version": "0.23.0",
  6511. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  6512. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  6513. "dependencies": {
  6514. "loose-envify": "^1.1.0"
  6515. }
  6516. },
  6517. "node_modules/semver": {
  6518. "version": "6.3.0",
  6519. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  6520. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  6521. "dev": true,
  6522. "bin": {
  6523. "semver": "bin/semver.js"
  6524. }
  6525. },
  6526. "node_modules/serialize-javascript": {
  6527. "version": "4.0.0",
  6528. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  6529. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  6530. "dev": true,
  6531. "dependencies": {
  6532. "randombytes": "^2.1.0"
  6533. }
  6534. },
  6535. "node_modules/shebang-command": {
  6536. "version": "2.0.0",
  6537. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6538. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6539. "dev": true,
  6540. "dependencies": {
  6541. "shebang-regex": "^3.0.0"
  6542. },
  6543. "engines": {
  6544. "node": ">=8"
  6545. }
  6546. },
  6547. "node_modules/shebang-regex": {
  6548. "version": "3.0.0",
  6549. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6550. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6551. "dev": true,
  6552. "engines": {
  6553. "node": ">=8"
  6554. }
  6555. },
  6556. "node_modules/side-channel": {
  6557. "version": "1.0.4",
  6558. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  6559. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  6560. "dev": true,
  6561. "dependencies": {
  6562. "call-bind": "^1.0.0",
  6563. "get-intrinsic": "^1.0.2",
  6564. "object-inspect": "^1.9.0"
  6565. },
  6566. "funding": {
  6567. "url": "https://github.com/sponsors/ljharb"
  6568. }
  6569. },
  6570. "node_modules/source-map": {
  6571. "version": "0.5.7",
  6572. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  6573. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  6574. "engines": {
  6575. "node": ">=0.10.0"
  6576. }
  6577. },
  6578. "node_modules/source-map-js": {
  6579. "version": "1.0.2",
  6580. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  6581. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  6582. "dev": true,
  6583. "engines": {
  6584. "node": ">=0.10.0"
  6585. }
  6586. },
  6587. "node_modules/source-map-support": {
  6588. "version": "0.5.21",
  6589. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  6590. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  6591. "dev": true,
  6592. "dependencies": {
  6593. "buffer-from": "^1.0.0",
  6594. "source-map": "^0.6.0"
  6595. }
  6596. },
  6597. "node_modules/source-map-support/node_modules/source-map": {
  6598. "version": "0.6.1",
  6599. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6600. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6601. "dev": true,
  6602. "engines": {
  6603. "node": ">=0.10.0"
  6604. }
  6605. },
  6606. "node_modules/sourcemap-codec": {
  6607. "version": "1.4.8",
  6608. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  6609. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  6610. "deprecated": "Please use @jridgewell/sourcemap-codec instead",
  6611. "dev": true
  6612. },
  6613. "node_modules/space-separated-tokens": {
  6614. "version": "1.1.5",
  6615. "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
  6616. "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
  6617. "funding": {
  6618. "type": "github",
  6619. "url": "https://github.com/sponsors/wooorm"
  6620. }
  6621. },
  6622. "node_modules/stack-generator": {
  6623. "version": "2.0.10",
  6624. "resolved": "https://registry.npmjs.org/stack-generator/-/stack-generator-2.0.10.tgz",
  6625. "integrity": "sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==",
  6626. "dependencies": {
  6627. "stackframe": "^1.3.4"
  6628. }
  6629. },
  6630. "node_modules/stackframe": {
  6631. "version": "1.3.4",
  6632. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  6633. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  6634. },
  6635. "node_modules/stacktrace-gps": {
  6636. "version": "3.1.2",
  6637. "resolved": "https://registry.npmjs.org/stacktrace-gps/-/stacktrace-gps-3.1.2.tgz",
  6638. "integrity": "sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==",
  6639. "dependencies": {
  6640. "source-map": "0.5.6",
  6641. "stackframe": "^1.3.4"
  6642. }
  6643. },
  6644. "node_modules/stacktrace-gps/node_modules/source-map": {
  6645. "version": "0.5.6",
  6646. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
  6647. "integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==",
  6648. "engines": {
  6649. "node": ">=0.10.0"
  6650. }
  6651. },
  6652. "node_modules/stacktrace-js": {
  6653. "version": "2.0.2",
  6654. "resolved": "https://registry.npmjs.org/stacktrace-js/-/stacktrace-js-2.0.2.tgz",
  6655. "integrity": "sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==",
  6656. "dependencies": {
  6657. "error-stack-parser": "^2.0.6",
  6658. "stack-generator": "^2.0.5",
  6659. "stacktrace-gps": "^3.0.4"
  6660. }
  6661. },
  6662. "node_modules/string.prototype.matchall": {
  6663. "version": "4.0.8",
  6664. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
  6665. "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
  6666. "dev": true,
  6667. "dependencies": {
  6668. "call-bind": "^1.0.2",
  6669. "define-properties": "^1.1.4",
  6670. "es-abstract": "^1.20.4",
  6671. "get-intrinsic": "^1.1.3",
  6672. "has-symbols": "^1.0.3",
  6673. "internal-slot": "^1.0.3",
  6674. "regexp.prototype.flags": "^1.4.3",
  6675. "side-channel": "^1.0.4"
  6676. },
  6677. "funding": {
  6678. "url": "https://github.com/sponsors/ljharb"
  6679. }
  6680. },
  6681. "node_modules/string.prototype.trim": {
  6682. "version": "1.2.7",
  6683. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
  6684. "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
  6685. "dev": true,
  6686. "dependencies": {
  6687. "call-bind": "^1.0.2",
  6688. "define-properties": "^1.1.4",
  6689. "es-abstract": "^1.20.4"
  6690. },
  6691. "engines": {
  6692. "node": ">= 0.4"
  6693. },
  6694. "funding": {
  6695. "url": "https://github.com/sponsors/ljharb"
  6696. }
  6697. },
  6698. "node_modules/string.prototype.trimend": {
  6699. "version": "1.0.6",
  6700. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
  6701. "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
  6702. "dev": true,
  6703. "dependencies": {
  6704. "call-bind": "^1.0.2",
  6705. "define-properties": "^1.1.4",
  6706. "es-abstract": "^1.20.4"
  6707. },
  6708. "funding": {
  6709. "url": "https://github.com/sponsors/ljharb"
  6710. }
  6711. },
  6712. "node_modules/string.prototype.trimstart": {
  6713. "version": "1.0.6",
  6714. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
  6715. "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
  6716. "dev": true,
  6717. "dependencies": {
  6718. "call-bind": "^1.0.2",
  6719. "define-properties": "^1.1.4",
  6720. "es-abstract": "^1.20.4"
  6721. },
  6722. "funding": {
  6723. "url": "https://github.com/sponsors/ljharb"
  6724. }
  6725. },
  6726. "node_modules/stringify-object": {
  6727. "version": "3.3.0",
  6728. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  6729. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  6730. "dev": true,
  6731. "dependencies": {
  6732. "get-own-enumerable-property-symbols": "^3.0.0",
  6733. "is-obj": "^1.0.1",
  6734. "is-regexp": "^1.0.0"
  6735. },
  6736. "engines": {
  6737. "node": ">=4"
  6738. }
  6739. },
  6740. "node_modules/strip-ansi": {
  6741. "version": "6.0.1",
  6742. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6743. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6744. "dev": true,
  6745. "dependencies": {
  6746. "ansi-regex": "^5.0.1"
  6747. },
  6748. "engines": {
  6749. "node": ">=8"
  6750. }
  6751. },
  6752. "node_modules/strip-bom": {
  6753. "version": "3.0.0",
  6754. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6755. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6756. "dev": true,
  6757. "engines": {
  6758. "node": ">=4"
  6759. }
  6760. },
  6761. "node_modules/strip-comments": {
  6762. "version": "2.0.1",
  6763. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  6764. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  6765. "dev": true,
  6766. "engines": {
  6767. "node": ">=10"
  6768. }
  6769. },
  6770. "node_modules/strip-json-comments": {
  6771. "version": "3.1.1",
  6772. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6773. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6774. "dev": true,
  6775. "engines": {
  6776. "node": ">=8"
  6777. },
  6778. "funding": {
  6779. "url": "https://github.com/sponsors/sindresorhus"
  6780. }
  6781. },
  6782. "node_modules/style-to-object": {
  6783. "version": "0.3.0",
  6784. "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz",
  6785. "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==",
  6786. "dependencies": {
  6787. "inline-style-parser": "0.1.1"
  6788. }
  6789. },
  6790. "node_modules/stylis": {
  6791. "version": "4.3.0",
  6792. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.0.tgz",
  6793. "integrity": "sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ=="
  6794. },
  6795. "node_modules/stylis-plugin-rtl": {
  6796. "version": "2.1.1",
  6797. "resolved": "https://registry.npmjs.org/stylis-plugin-rtl/-/stylis-plugin-rtl-2.1.1.tgz",
  6798. "integrity": "sha512-q6xIkri6fBufIO/sV55md2CbgS5c6gg9EhSVATtHHCdOnbN/jcI0u3lYhNVeuI65c4lQPo67g8xmq5jrREvzlg==",
  6799. "dependencies": {
  6800. "cssjanus": "^2.0.1"
  6801. },
  6802. "peerDependencies": {
  6803. "stylis": "4.x"
  6804. }
  6805. },
  6806. "node_modules/supports-color": {
  6807. "version": "5.5.0",
  6808. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  6809. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  6810. "dependencies": {
  6811. "has-flag": "^3.0.0"
  6812. },
  6813. "engines": {
  6814. "node": ">=4"
  6815. }
  6816. },
  6817. "node_modules/supports-preserve-symlinks-flag": {
  6818. "version": "1.0.0",
  6819. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6820. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6821. "engines": {
  6822. "node": ">= 0.4"
  6823. },
  6824. "funding": {
  6825. "url": "https://github.com/sponsors/ljharb"
  6826. }
  6827. },
  6828. "node_modules/temp-dir": {
  6829. "version": "2.0.0",
  6830. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  6831. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  6832. "dev": true,
  6833. "engines": {
  6834. "node": ">=8"
  6835. }
  6836. },
  6837. "node_modules/tempy": {
  6838. "version": "0.6.0",
  6839. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  6840. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  6841. "dev": true,
  6842. "dependencies": {
  6843. "is-stream": "^2.0.0",
  6844. "temp-dir": "^2.0.0",
  6845. "type-fest": "^0.16.0",
  6846. "unique-string": "^2.0.0"
  6847. },
  6848. "engines": {
  6849. "node": ">=10"
  6850. },
  6851. "funding": {
  6852. "url": "https://github.com/sponsors/sindresorhus"
  6853. }
  6854. },
  6855. "node_modules/terser": {
  6856. "version": "5.18.2",
  6857. "resolved": "https://registry.npmjs.org/terser/-/terser-5.18.2.tgz",
  6858. "integrity": "sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==",
  6859. "dev": true,
  6860. "dependencies": {
  6861. "@jridgewell/source-map": "^0.3.3",
  6862. "acorn": "^8.8.2",
  6863. "commander": "^2.20.0",
  6864. "source-map-support": "~0.5.20"
  6865. },
  6866. "bin": {
  6867. "terser": "bin/terser"
  6868. },
  6869. "engines": {
  6870. "node": ">=10"
  6871. }
  6872. },
  6873. "node_modules/text-table": {
  6874. "version": "0.2.0",
  6875. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  6876. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  6877. "dev": true
  6878. },
  6879. "node_modules/throttle-debounce": {
  6880. "version": "2.3.0",
  6881. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz",
  6882. "integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==",
  6883. "engines": {
  6884. "node": ">=8"
  6885. }
  6886. },
  6887. "node_modules/to-fast-properties": {
  6888. "version": "2.0.0",
  6889. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  6890. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  6891. "engines": {
  6892. "node": ">=4"
  6893. }
  6894. },
  6895. "node_modules/to-regex-range": {
  6896. "version": "5.0.1",
  6897. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6898. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6899. "dev": true,
  6900. "dependencies": {
  6901. "is-number": "^7.0.0"
  6902. },
  6903. "engines": {
  6904. "node": ">=8.0"
  6905. }
  6906. },
  6907. "node_modules/tr46": {
  6908. "version": "0.0.3",
  6909. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  6910. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  6911. },
  6912. "node_modules/trough": {
  6913. "version": "1.0.5",
  6914. "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
  6915. "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
  6916. "funding": {
  6917. "type": "github",
  6918. "url": "https://github.com/sponsors/wooorm"
  6919. }
  6920. },
  6921. "node_modules/tsconfig-paths": {
  6922. "version": "3.14.2",
  6923. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
  6924. "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==",
  6925. "dev": true,
  6926. "dependencies": {
  6927. "@types/json5": "^0.0.29",
  6928. "json5": "^1.0.2",
  6929. "minimist": "^1.2.6",
  6930. "strip-bom": "^3.0.0"
  6931. }
  6932. },
  6933. "node_modules/tsconfig-paths/node_modules/json5": {
  6934. "version": "1.0.2",
  6935. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  6936. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  6937. "dev": true,
  6938. "dependencies": {
  6939. "minimist": "^1.2.0"
  6940. },
  6941. "bin": {
  6942. "json5": "lib/cli.js"
  6943. }
  6944. },
  6945. "node_modules/type-check": {
  6946. "version": "0.4.0",
  6947. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6948. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6949. "dev": true,
  6950. "dependencies": {
  6951. "prelude-ls": "^1.2.1"
  6952. },
  6953. "engines": {
  6954. "node": ">= 0.8.0"
  6955. }
  6956. },
  6957. "node_modules/type-fest": {
  6958. "version": "0.16.0",
  6959. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  6960. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  6961. "dev": true,
  6962. "engines": {
  6963. "node": ">=10"
  6964. },
  6965. "funding": {
  6966. "url": "https://github.com/sponsors/sindresorhus"
  6967. }
  6968. },
  6969. "node_modules/typed-array-length": {
  6970. "version": "1.0.4",
  6971. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
  6972. "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  6973. "dev": true,
  6974. "dependencies": {
  6975. "call-bind": "^1.0.2",
  6976. "for-each": "^0.3.3",
  6977. "is-typed-array": "^1.1.9"
  6978. },
  6979. "funding": {
  6980. "url": "https://github.com/sponsors/ljharb"
  6981. }
  6982. },
  6983. "node_modules/unbox-primitive": {
  6984. "version": "1.0.2",
  6985. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  6986. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  6987. "dev": true,
  6988. "dependencies": {
  6989. "call-bind": "^1.0.2",
  6990. "has-bigints": "^1.0.2",
  6991. "has-symbols": "^1.0.3",
  6992. "which-boxed-primitive": "^1.0.2"
  6993. },
  6994. "funding": {
  6995. "url": "https://github.com/sponsors/ljharb"
  6996. }
  6997. },
  6998. "node_modules/unicode-canonical-property-names-ecmascript": {
  6999. "version": "2.0.0",
  7000. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  7001. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  7002. "dev": true,
  7003. "engines": {
  7004. "node": ">=4"
  7005. }
  7006. },
  7007. "node_modules/unicode-match-property-ecmascript": {
  7008. "version": "2.0.0",
  7009. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  7010. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  7011. "dev": true,
  7012. "dependencies": {
  7013. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  7014. "unicode-property-aliases-ecmascript": "^2.0.0"
  7015. },
  7016. "engines": {
  7017. "node": ">=4"
  7018. }
  7019. },
  7020. "node_modules/unicode-match-property-value-ecmascript": {
  7021. "version": "2.1.0",
  7022. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  7023. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  7024. "dev": true,
  7025. "engines": {
  7026. "node": ">=4"
  7027. }
  7028. },
  7029. "node_modules/unicode-property-aliases-ecmascript": {
  7030. "version": "2.1.0",
  7031. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  7032. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  7033. "dev": true,
  7034. "engines": {
  7035. "node": ">=4"
  7036. }
  7037. },
  7038. "node_modules/unified": {
  7039. "version": "9.2.2",
  7040. "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
  7041. "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
  7042. "dependencies": {
  7043. "bail": "^1.0.0",
  7044. "extend": "^3.0.0",
  7045. "is-buffer": "^2.0.0",
  7046. "is-plain-obj": "^2.0.0",
  7047. "trough": "^1.0.0",
  7048. "vfile": "^4.0.0"
  7049. },
  7050. "funding": {
  7051. "type": "opencollective",
  7052. "url": "https://opencollective.com/unified"
  7053. }
  7054. },
  7055. "node_modules/unique-string": {
  7056. "version": "2.0.0",
  7057. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  7058. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  7059. "dev": true,
  7060. "dependencies": {
  7061. "crypto-random-string": "^2.0.0"
  7062. },
  7063. "engines": {
  7064. "node": ">=8"
  7065. }
  7066. },
  7067. "node_modules/unist-builder": {
  7068. "version": "2.0.3",
  7069. "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz",
  7070. "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==",
  7071. "funding": {
  7072. "type": "opencollective",
  7073. "url": "https://opencollective.com/unified"
  7074. }
  7075. },
  7076. "node_modules/unist-util-generated": {
  7077. "version": "1.1.6",
  7078. "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz",
  7079. "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==",
  7080. "funding": {
  7081. "type": "opencollective",
  7082. "url": "https://opencollective.com/unified"
  7083. }
  7084. },
  7085. "node_modules/unist-util-is": {
  7086. "version": "4.1.0",
  7087. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
  7088. "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
  7089. "funding": {
  7090. "type": "opencollective",
  7091. "url": "https://opencollective.com/unified"
  7092. }
  7093. },
  7094. "node_modules/unist-util-position": {
  7095. "version": "3.1.0",
  7096. "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
  7097. "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
  7098. "funding": {
  7099. "type": "opencollective",
  7100. "url": "https://opencollective.com/unified"
  7101. }
  7102. },
  7103. "node_modules/unist-util-stringify-position": {
  7104. "version": "2.0.3",
  7105. "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
  7106. "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
  7107. "dependencies": {
  7108. "@types/unist": "^2.0.2"
  7109. },
  7110. "funding": {
  7111. "type": "opencollective",
  7112. "url": "https://opencollective.com/unified"
  7113. }
  7114. },
  7115. "node_modules/unist-util-visit": {
  7116. "version": "1.4.1",
  7117. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
  7118. "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
  7119. "dependencies": {
  7120. "unist-util-visit-parents": "^2.0.0"
  7121. }
  7122. },
  7123. "node_modules/unist-util-visit-parents": {
  7124. "version": "2.1.2",
  7125. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
  7126. "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
  7127. "dependencies": {
  7128. "unist-util-is": "^3.0.0"
  7129. }
  7130. },
  7131. "node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
  7132. "version": "3.0.0",
  7133. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
  7134. "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A=="
  7135. },
  7136. "node_modules/universalify": {
  7137. "version": "2.0.0",
  7138. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  7139. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  7140. "dev": true,
  7141. "engines": {
  7142. "node": ">= 10.0.0"
  7143. }
  7144. },
  7145. "node_modules/upath": {
  7146. "version": "1.2.0",
  7147. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  7148. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  7149. "dev": true,
  7150. "engines": {
  7151. "node": ">=4",
  7152. "yarn": "*"
  7153. }
  7154. },
  7155. "node_modules/update-browserslist-db": {
  7156. "version": "1.0.11",
  7157. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
  7158. "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
  7159. "dev": true,
  7160. "funding": [
  7161. {
  7162. "type": "opencollective",
  7163. "url": "https://opencollective.com/browserslist"
  7164. },
  7165. {
  7166. "type": "tidelift",
  7167. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7168. },
  7169. {
  7170. "type": "github",
  7171. "url": "https://github.com/sponsors/ai"
  7172. }
  7173. ],
  7174. "dependencies": {
  7175. "escalade": "^3.1.1",
  7176. "picocolors": "^1.0.0"
  7177. },
  7178. "bin": {
  7179. "update-browserslist-db": "cli.js"
  7180. },
  7181. "peerDependencies": {
  7182. "browserslist": ">= 4.21.0"
  7183. }
  7184. },
  7185. "node_modules/uri-js": {
  7186. "version": "4.4.1",
  7187. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7188. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7189. "dev": true,
  7190. "dependencies": {
  7191. "punycode": "^2.1.0"
  7192. }
  7193. },
  7194. "node_modules/vfile": {
  7195. "version": "4.2.1",
  7196. "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
  7197. "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
  7198. "dependencies": {
  7199. "@types/unist": "^2.0.0",
  7200. "is-buffer": "^2.0.0",
  7201. "unist-util-stringify-position": "^2.0.0",
  7202. "vfile-message": "^2.0.0"
  7203. },
  7204. "funding": {
  7205. "type": "opencollective",
  7206. "url": "https://opencollective.com/unified"
  7207. }
  7208. },
  7209. "node_modules/vfile-message": {
  7210. "version": "2.0.4",
  7211. "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
  7212. "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
  7213. "dependencies": {
  7214. "@types/unist": "^2.0.0",
  7215. "unist-util-stringify-position": "^2.0.0"
  7216. },
  7217. "funding": {
  7218. "type": "opencollective",
  7219. "url": "https://opencollective.com/unified"
  7220. }
  7221. },
  7222. "node_modules/vite": {
  7223. "version": "4.4.2",
  7224. "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.2.tgz",
  7225. "integrity": "sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==",
  7226. "dev": true,
  7227. "dependencies": {
  7228. "esbuild": "^0.18.10",
  7229. "postcss": "^8.4.24",
  7230. "rollup": "^3.25.2"
  7231. },
  7232. "bin": {
  7233. "vite": "bin/vite.js"
  7234. },
  7235. "engines": {
  7236. "node": "^14.18.0 || >=16.0.0"
  7237. },
  7238. "funding": {
  7239. "url": "https://github.com/vitejs/vite?sponsor=1"
  7240. },
  7241. "optionalDependencies": {
  7242. "fsevents": "~2.3.2"
  7243. },
  7244. "peerDependencies": {
  7245. "@types/node": ">= 14",
  7246. "less": "*",
  7247. "lightningcss": "^1.21.0",
  7248. "sass": "*",
  7249. "stylus": "*",
  7250. "sugarss": "*",
  7251. "terser": "^5.4.0"
  7252. },
  7253. "peerDependenciesMeta": {
  7254. "@types/node": {
  7255. "optional": true
  7256. },
  7257. "less": {
  7258. "optional": true
  7259. },
  7260. "lightningcss": {
  7261. "optional": true
  7262. },
  7263. "sass": {
  7264. "optional": true
  7265. },
  7266. "stylus": {
  7267. "optional": true
  7268. },
  7269. "sugarss": {
  7270. "optional": true
  7271. },
  7272. "terser": {
  7273. "optional": true
  7274. }
  7275. }
  7276. },
  7277. "node_modules/vite-plugin-pwa": {
  7278. "version": "0.15.2",
  7279. "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.15.2.tgz",
  7280. "integrity": "sha512-l1srtaad5NMNrAtAuub6ArTYG5Ci9AwofXXQ6IsbpCMYQ/0HUndwI7RB2x95+1UBFm7VGttQtT7woBlVnNhBRw==",
  7281. "dev": true,
  7282. "dependencies": {
  7283. "debug": "^4.3.4",
  7284. "fast-glob": "^3.2.12",
  7285. "pretty-bytes": "^6.0.0",
  7286. "workbox-build": "^6.5.4",
  7287. "workbox-window": "^6.5.4"
  7288. },
  7289. "funding": {
  7290. "url": "https://github.com/sponsors/antfu"
  7291. },
  7292. "peerDependencies": {
  7293. "vite": "^3.1.0 || ^4.0.0",
  7294. "workbox-build": "^6.5.4",
  7295. "workbox-window": "^6.5.4"
  7296. }
  7297. },
  7298. "node_modules/void-elements": {
  7299. "version": "3.1.0",
  7300. "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
  7301. "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
  7302. "engines": {
  7303. "node": ">=0.10.0"
  7304. }
  7305. },
  7306. "node_modules/web-namespaces": {
  7307. "version": "1.1.4",
  7308. "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
  7309. "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==",
  7310. "funding": {
  7311. "type": "github",
  7312. "url": "https://github.com/sponsors/wooorm"
  7313. }
  7314. },
  7315. "node_modules/webidl-conversions": {
  7316. "version": "3.0.1",
  7317. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  7318. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  7319. },
  7320. "node_modules/whatwg-url": {
  7321. "version": "5.0.0",
  7322. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  7323. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  7324. "dependencies": {
  7325. "tr46": "~0.0.3",
  7326. "webidl-conversions": "^3.0.0"
  7327. }
  7328. },
  7329. "node_modules/which": {
  7330. "version": "2.0.2",
  7331. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  7332. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7333. "dev": true,
  7334. "dependencies": {
  7335. "isexe": "^2.0.0"
  7336. },
  7337. "bin": {
  7338. "node-which": "bin/node-which"
  7339. },
  7340. "engines": {
  7341. "node": ">= 8"
  7342. }
  7343. },
  7344. "node_modules/which-boxed-primitive": {
  7345. "version": "1.0.2",
  7346. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  7347. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  7348. "dev": true,
  7349. "dependencies": {
  7350. "is-bigint": "^1.0.1",
  7351. "is-boolean-object": "^1.1.0",
  7352. "is-number-object": "^1.0.4",
  7353. "is-string": "^1.0.5",
  7354. "is-symbol": "^1.0.3"
  7355. },
  7356. "funding": {
  7357. "url": "https://github.com/sponsors/ljharb"
  7358. }
  7359. },
  7360. "node_modules/which-typed-array": {
  7361. "version": "1.1.9",
  7362. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
  7363. "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
  7364. "dev": true,
  7365. "dependencies": {
  7366. "available-typed-arrays": "^1.0.5",
  7367. "call-bind": "^1.0.2",
  7368. "for-each": "^0.3.3",
  7369. "gopd": "^1.0.1",
  7370. "has-tostringtag": "^1.0.0",
  7371. "is-typed-array": "^1.1.10"
  7372. },
  7373. "engines": {
  7374. "node": ">= 0.4"
  7375. },
  7376. "funding": {
  7377. "url": "https://github.com/sponsors/ljharb"
  7378. }
  7379. },
  7380. "node_modules/workbox-background-sync": {
  7381. "version": "6.6.0",
  7382. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz",
  7383. "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==",
  7384. "dev": true,
  7385. "dependencies": {
  7386. "idb": "^7.0.1",
  7387. "workbox-core": "6.6.0"
  7388. }
  7389. },
  7390. "node_modules/workbox-broadcast-update": {
  7391. "version": "6.6.0",
  7392. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz",
  7393. "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==",
  7394. "dev": true,
  7395. "dependencies": {
  7396. "workbox-core": "6.6.0"
  7397. }
  7398. },
  7399. "node_modules/workbox-build": {
  7400. "version": "6.6.0",
  7401. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz",
  7402. "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==",
  7403. "dev": true,
  7404. "dependencies": {
  7405. "@apideck/better-ajv-errors": "^0.3.1",
  7406. "@babel/core": "^7.11.1",
  7407. "@babel/preset-env": "^7.11.0",
  7408. "@babel/runtime": "^7.11.2",
  7409. "@rollup/plugin-babel": "^5.2.0",
  7410. "@rollup/plugin-node-resolve": "^11.2.1",
  7411. "@rollup/plugin-replace": "^2.4.1",
  7412. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  7413. "ajv": "^8.6.0",
  7414. "common-tags": "^1.8.0",
  7415. "fast-json-stable-stringify": "^2.1.0",
  7416. "fs-extra": "^9.0.1",
  7417. "glob": "^7.1.6",
  7418. "lodash": "^4.17.20",
  7419. "pretty-bytes": "^5.3.0",
  7420. "rollup": "^2.43.1",
  7421. "rollup-plugin-terser": "^7.0.0",
  7422. "source-map": "^0.8.0-beta.0",
  7423. "stringify-object": "^3.3.0",
  7424. "strip-comments": "^2.0.1",
  7425. "tempy": "^0.6.0",
  7426. "upath": "^1.2.0",
  7427. "workbox-background-sync": "6.6.0",
  7428. "workbox-broadcast-update": "6.6.0",
  7429. "workbox-cacheable-response": "6.6.0",
  7430. "workbox-core": "6.6.0",
  7431. "workbox-expiration": "6.6.0",
  7432. "workbox-google-analytics": "6.6.0",
  7433. "workbox-navigation-preload": "6.6.0",
  7434. "workbox-precaching": "6.6.0",
  7435. "workbox-range-requests": "6.6.0",
  7436. "workbox-recipes": "6.6.0",
  7437. "workbox-routing": "6.6.0",
  7438. "workbox-strategies": "6.6.0",
  7439. "workbox-streams": "6.6.0",
  7440. "workbox-sw": "6.6.0",
  7441. "workbox-window": "6.6.0"
  7442. },
  7443. "engines": {
  7444. "node": ">=10.0.0"
  7445. }
  7446. },
  7447. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  7448. "version": "0.3.6",
  7449. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  7450. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  7451. "dev": true,
  7452. "dependencies": {
  7453. "json-schema": "^0.4.0",
  7454. "jsonpointer": "^5.0.0",
  7455. "leven": "^3.1.0"
  7456. },
  7457. "engines": {
  7458. "node": ">=10"
  7459. },
  7460. "peerDependencies": {
  7461. "ajv": ">=8"
  7462. }
  7463. },
  7464. "node_modules/workbox-build/node_modules/@rollup/plugin-babel": {
  7465. "version": "5.3.1",
  7466. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  7467. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  7468. "dev": true,
  7469. "dependencies": {
  7470. "@babel/helper-module-imports": "^7.10.4",
  7471. "@rollup/pluginutils": "^3.1.0"
  7472. },
  7473. "engines": {
  7474. "node": ">= 10.0.0"
  7475. },
  7476. "peerDependencies": {
  7477. "@babel/core": "^7.0.0",
  7478. "@types/babel__core": "^7.1.9",
  7479. "rollup": "^1.20.0||^2.0.0"
  7480. },
  7481. "peerDependenciesMeta": {
  7482. "@types/babel__core": {
  7483. "optional": true
  7484. }
  7485. }
  7486. },
  7487. "node_modules/workbox-build/node_modules/@rollup/plugin-node-resolve": {
  7488. "version": "11.2.1",
  7489. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  7490. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  7491. "dev": true,
  7492. "dependencies": {
  7493. "@rollup/pluginutils": "^3.1.0",
  7494. "@types/resolve": "1.17.1",
  7495. "builtin-modules": "^3.1.0",
  7496. "deepmerge": "^4.2.2",
  7497. "is-module": "^1.0.0",
  7498. "resolve": "^1.19.0"
  7499. },
  7500. "engines": {
  7501. "node": ">= 10.0.0"
  7502. },
  7503. "peerDependencies": {
  7504. "rollup": "^1.20.0||^2.0.0"
  7505. }
  7506. },
  7507. "node_modules/workbox-build/node_modules/@rollup/plugin-replace": {
  7508. "version": "2.4.2",
  7509. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  7510. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  7511. "dev": true,
  7512. "dependencies": {
  7513. "@rollup/pluginutils": "^3.1.0",
  7514. "magic-string": "^0.25.7"
  7515. },
  7516. "peerDependencies": {
  7517. "rollup": "^1.20.0 || ^2.0.0"
  7518. }
  7519. },
  7520. "node_modules/workbox-build/node_modules/@rollup/pluginutils": {
  7521. "version": "3.1.0",
  7522. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  7523. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  7524. "dev": true,
  7525. "dependencies": {
  7526. "@types/estree": "0.0.39",
  7527. "estree-walker": "^1.0.1",
  7528. "picomatch": "^2.2.2"
  7529. },
  7530. "engines": {
  7531. "node": ">= 8.0.0"
  7532. },
  7533. "peerDependencies": {
  7534. "rollup": "^1.20.0||^2.0.0"
  7535. }
  7536. },
  7537. "node_modules/workbox-build/node_modules/ajv": {
  7538. "version": "8.12.0",
  7539. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  7540. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  7541. "dev": true,
  7542. "dependencies": {
  7543. "fast-deep-equal": "^3.1.1",
  7544. "json-schema-traverse": "^1.0.0",
  7545. "require-from-string": "^2.0.2",
  7546. "uri-js": "^4.2.2"
  7547. },
  7548. "funding": {
  7549. "type": "github",
  7550. "url": "https://github.com/sponsors/epoberezkin"
  7551. }
  7552. },
  7553. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  7554. "version": "1.0.0",
  7555. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  7556. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  7557. "dev": true
  7558. },
  7559. "node_modules/workbox-build/node_modules/pretty-bytes": {
  7560. "version": "5.6.0",
  7561. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  7562. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  7563. "dev": true,
  7564. "engines": {
  7565. "node": ">=6"
  7566. },
  7567. "funding": {
  7568. "url": "https://github.com/sponsors/sindresorhus"
  7569. }
  7570. },
  7571. "node_modules/workbox-build/node_modules/rollup": {
  7572. "version": "2.79.1",
  7573. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
  7574. "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
  7575. "dev": true,
  7576. "bin": {
  7577. "rollup": "dist/bin/rollup"
  7578. },
  7579. "engines": {
  7580. "node": ">=10.0.0"
  7581. },
  7582. "optionalDependencies": {
  7583. "fsevents": "~2.3.2"
  7584. }
  7585. },
  7586. "node_modules/workbox-build/node_modules/rollup-plugin-terser": {
  7587. "version": "7.0.2",
  7588. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  7589. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  7590. "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
  7591. "dev": true,
  7592. "dependencies": {
  7593. "@babel/code-frame": "^7.10.4",
  7594. "jest-worker": "^26.2.1",
  7595. "serialize-javascript": "^4.0.0",
  7596. "terser": "^5.0.0"
  7597. },
  7598. "peerDependencies": {
  7599. "rollup": "^2.0.0"
  7600. }
  7601. },
  7602. "node_modules/workbox-build/node_modules/source-map": {
  7603. "version": "0.8.0-beta.0",
  7604. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  7605. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  7606. "dev": true,
  7607. "dependencies": {
  7608. "whatwg-url": "^7.0.0"
  7609. },
  7610. "engines": {
  7611. "node": ">= 8"
  7612. }
  7613. },
  7614. "node_modules/workbox-build/node_modules/tr46": {
  7615. "version": "1.0.1",
  7616. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  7617. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  7618. "dev": true,
  7619. "dependencies": {
  7620. "punycode": "^2.1.0"
  7621. }
  7622. },
  7623. "node_modules/workbox-build/node_modules/webidl-conversions": {
  7624. "version": "4.0.2",
  7625. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  7626. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
  7627. "dev": true
  7628. },
  7629. "node_modules/workbox-build/node_modules/whatwg-url": {
  7630. "version": "7.1.0",
  7631. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  7632. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  7633. "dev": true,
  7634. "dependencies": {
  7635. "lodash.sortby": "^4.7.0",
  7636. "tr46": "^1.0.1",
  7637. "webidl-conversions": "^4.0.2"
  7638. }
  7639. },
  7640. "node_modules/workbox-cacheable-response": {
  7641. "version": "6.6.0",
  7642. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz",
  7643. "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==",
  7644. "deprecated": "workbox-background-sync@6.6.0",
  7645. "dev": true,
  7646. "dependencies": {
  7647. "workbox-core": "6.6.0"
  7648. }
  7649. },
  7650. "node_modules/workbox-core": {
  7651. "version": "6.6.0",
  7652. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz",
  7653. "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==",
  7654. "dev": true
  7655. },
  7656. "node_modules/workbox-expiration": {
  7657. "version": "6.6.0",
  7658. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz",
  7659. "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==",
  7660. "dev": true,
  7661. "dependencies": {
  7662. "idb": "^7.0.1",
  7663. "workbox-core": "6.6.0"
  7664. }
  7665. },
  7666. "node_modules/workbox-google-analytics": {
  7667. "version": "6.6.0",
  7668. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz",
  7669. "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==",
  7670. "dev": true,
  7671. "dependencies": {
  7672. "workbox-background-sync": "6.6.0",
  7673. "workbox-core": "6.6.0",
  7674. "workbox-routing": "6.6.0",
  7675. "workbox-strategies": "6.6.0"
  7676. }
  7677. },
  7678. "node_modules/workbox-navigation-preload": {
  7679. "version": "6.6.0",
  7680. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz",
  7681. "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==",
  7682. "dev": true,
  7683. "dependencies": {
  7684. "workbox-core": "6.6.0"
  7685. }
  7686. },
  7687. "node_modules/workbox-precaching": {
  7688. "version": "6.6.0",
  7689. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz",
  7690. "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==",
  7691. "dev": true,
  7692. "dependencies": {
  7693. "workbox-core": "6.6.0",
  7694. "workbox-routing": "6.6.0",
  7695. "workbox-strategies": "6.6.0"
  7696. }
  7697. },
  7698. "node_modules/workbox-range-requests": {
  7699. "version": "6.6.0",
  7700. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz",
  7701. "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==",
  7702. "dev": true,
  7703. "dependencies": {
  7704. "workbox-core": "6.6.0"
  7705. }
  7706. },
  7707. "node_modules/workbox-recipes": {
  7708. "version": "6.6.0",
  7709. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz",
  7710. "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==",
  7711. "dev": true,
  7712. "dependencies": {
  7713. "workbox-cacheable-response": "6.6.0",
  7714. "workbox-core": "6.6.0",
  7715. "workbox-expiration": "6.6.0",
  7716. "workbox-precaching": "6.6.0",
  7717. "workbox-routing": "6.6.0",
  7718. "workbox-strategies": "6.6.0"
  7719. }
  7720. },
  7721. "node_modules/workbox-routing": {
  7722. "version": "6.6.0",
  7723. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz",
  7724. "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==",
  7725. "dev": true,
  7726. "dependencies": {
  7727. "workbox-core": "6.6.0"
  7728. }
  7729. },
  7730. "node_modules/workbox-strategies": {
  7731. "version": "6.6.0",
  7732. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz",
  7733. "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==",
  7734. "dev": true,
  7735. "dependencies": {
  7736. "workbox-core": "6.6.0"
  7737. }
  7738. },
  7739. "node_modules/workbox-streams": {
  7740. "version": "6.6.0",
  7741. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz",
  7742. "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==",
  7743. "dev": true,
  7744. "dependencies": {
  7745. "workbox-core": "6.6.0",
  7746. "workbox-routing": "6.6.0"
  7747. }
  7748. },
  7749. "node_modules/workbox-sw": {
  7750. "version": "6.6.0",
  7751. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz",
  7752. "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==",
  7753. "dev": true
  7754. },
  7755. "node_modules/workbox-window": {
  7756. "version": "6.6.0",
  7757. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz",
  7758. "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==",
  7759. "dev": true,
  7760. "dependencies": {
  7761. "@types/trusted-types": "^2.0.2",
  7762. "workbox-core": "6.6.0"
  7763. }
  7764. },
  7765. "node_modules/wrappy": {
  7766. "version": "1.0.2",
  7767. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  7768. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  7769. "dev": true
  7770. },
  7771. "node_modules/xtend": {
  7772. "version": "4.0.2",
  7773. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  7774. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  7775. "engines": {
  7776. "node": ">=0.4"
  7777. }
  7778. },
  7779. "node_modules/yallist": {
  7780. "version": "3.1.1",
  7781. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  7782. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  7783. "dev": true
  7784. },
  7785. "node_modules/yaml": {
  7786. "version": "1.10.2",
  7787. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  7788. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  7789. "engines": {
  7790. "node": ">= 6"
  7791. }
  7792. },
  7793. "node_modules/yocto-queue": {
  7794. "version": "0.1.0",
  7795. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7796. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7797. "dev": true,
  7798. "engines": {
  7799. "node": ">=10"
  7800. },
  7801. "funding": {
  7802. "url": "https://github.com/sponsors/sindresorhus"
  7803. }
  7804. }
  7805. }
  7806. }