package-lock.json 289 KB

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