package-lock.json 314 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513
  1. {
  2. "name": "ntfy",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "ntfy",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "@emotion/cache": "^11.11.0",
  12. "@emotion/react": "^11.11.0",
  13. "@emotion/styled": "^11.11.0",
  14. "@mui/icons-material": "^5.4.2",
  15. "@mui/material": "latest",
  16. "dexie": "^3.2.1",
  17. "dexie-react-hooks": "^1.1.1",
  18. "humanize-duration": "^3.27.3",
  19. "i18next": "^21.6.14",
  20. "i18next-browser-languagedetector": "^6.1.4",
  21. "i18next-http-backend": "^1.4.0",
  22. "js-base64": "^3.7.2",
  23. "react": "latest",
  24. "react-dom": "latest",
  25. "react-i18next": "^11.16.2",
  26. "react-infinite-scroll-component": "^6.1.0",
  27. "react-remark": "^2.1.0",
  28. "react-router-dom": "^6.2.2",
  29. "stacktrace-gps": "^3.0.4",
  30. "stacktrace-js": "^2.0.2",
  31. "stylis": "^4.3.0",
  32. "stylis-plugin-rtl": "^2.1.1"
  33. },
  34. "devDependencies": {
  35. "@vitejs/plugin-react": "^4.0.0",
  36. "eslint": "^8.41.0",
  37. "eslint-config-airbnb": "^19.0.4",
  38. "eslint-config-prettier": "^8.8.0",
  39. "eslint-plugin-import": "^2.27.5",
  40. "eslint-plugin-jsx-a11y": "^6.7.1",
  41. "eslint-plugin-react": "^7.32.2",
  42. "eslint-plugin-react-hooks": "^4.6.0",
  43. "prettier": "^2.8.8",
  44. "vite": "^4.3.9",
  45. "vite-plugin-pwa": "^0.15.0"
  46. }
  47. },
  48. "node_modules/@ampproject/remapping": {
  49. "version": "2.3.0",
  50. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  51. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  52. "dev": true,
  53. "dependencies": {
  54. "@jridgewell/gen-mapping": "^0.3.5",
  55. "@jridgewell/trace-mapping": "^0.3.24"
  56. },
  57. "engines": {
  58. "node": ">=6.0.0"
  59. }
  60. },
  61. "node_modules/@babel/code-frame": {
  62. "version": "7.24.7",
  63. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
  64. "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
  65. "dependencies": {
  66. "@babel/highlight": "^7.24.7",
  67. "picocolors": "^1.0.0"
  68. },
  69. "engines": {
  70. "node": ">=6.9.0"
  71. }
  72. },
  73. "node_modules/@babel/compat-data": {
  74. "version": "7.25.4",
  75. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz",
  76. "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
  77. "dev": true,
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@babel/core": {
  83. "version": "7.25.2",
  84. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
  85. "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
  86. "dev": true,
  87. "dependencies": {
  88. "@ampproject/remapping": "^2.2.0",
  89. "@babel/code-frame": "^7.24.7",
  90. "@babel/generator": "^7.25.0",
  91. "@babel/helper-compilation-targets": "^7.25.2",
  92. "@babel/helper-module-transforms": "^7.25.2",
  93. "@babel/helpers": "^7.25.0",
  94. "@babel/parser": "^7.25.0",
  95. "@babel/template": "^7.25.0",
  96. "@babel/traverse": "^7.25.2",
  97. "@babel/types": "^7.25.2",
  98. "convert-source-map": "^2.0.0",
  99. "debug": "^4.1.0",
  100. "gensync": "^1.0.0-beta.2",
  101. "json5": "^2.2.3",
  102. "semver": "^6.3.1"
  103. },
  104. "engines": {
  105. "node": ">=6.9.0"
  106. },
  107. "funding": {
  108. "type": "opencollective",
  109. "url": "https://opencollective.com/babel"
  110. }
  111. },
  112. "node_modules/@babel/core/node_modules/convert-source-map": {
  113. "version": "2.0.0",
  114. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  115. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  116. "dev": true
  117. },
  118. "node_modules/@babel/generator": {
  119. "version": "7.25.6",
  120. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz",
  121. "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
  122. "dependencies": {
  123. "@babel/types": "^7.25.6",
  124. "@jridgewell/gen-mapping": "^0.3.5",
  125. "@jridgewell/trace-mapping": "^0.3.25",
  126. "jsesc": "^2.5.1"
  127. },
  128. "engines": {
  129. "node": ">=6.9.0"
  130. }
  131. },
  132. "node_modules/@babel/helper-annotate-as-pure": {
  133. "version": "7.24.7",
  134. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
  135. "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
  136. "dev": true,
  137. "dependencies": {
  138. "@babel/types": "^7.24.7"
  139. },
  140. "engines": {
  141. "node": ">=6.9.0"
  142. }
  143. },
  144. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  145. "version": "7.24.7",
  146. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz",
  147. "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==",
  148. "dev": true,
  149. "dependencies": {
  150. "@babel/traverse": "^7.24.7",
  151. "@babel/types": "^7.24.7"
  152. },
  153. "engines": {
  154. "node": ">=6.9.0"
  155. }
  156. },
  157. "node_modules/@babel/helper-compilation-targets": {
  158. "version": "7.25.2",
  159. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
  160. "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
  161. "dev": true,
  162. "dependencies": {
  163. "@babel/compat-data": "^7.25.2",
  164. "@babel/helper-validator-option": "^7.24.8",
  165. "browserslist": "^4.23.1",
  166. "lru-cache": "^5.1.1",
  167. "semver": "^6.3.1"
  168. },
  169. "engines": {
  170. "node": ">=6.9.0"
  171. }
  172. },
  173. "node_modules/@babel/helper-create-class-features-plugin": {
  174. "version": "7.25.4",
  175. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz",
  176. "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==",
  177. "dev": true,
  178. "dependencies": {
  179. "@babel/helper-annotate-as-pure": "^7.24.7",
  180. "@babel/helper-member-expression-to-functions": "^7.24.8",
  181. "@babel/helper-optimise-call-expression": "^7.24.7",
  182. "@babel/helper-replace-supers": "^7.25.0",
  183. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  184. "@babel/traverse": "^7.25.4",
  185. "semver": "^6.3.1"
  186. },
  187. "engines": {
  188. "node": ">=6.9.0"
  189. },
  190. "peerDependencies": {
  191. "@babel/core": "^7.0.0"
  192. }
  193. },
  194. "node_modules/@babel/helper-create-regexp-features-plugin": {
  195. "version": "7.25.2",
  196. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz",
  197. "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==",
  198. "dev": true,
  199. "dependencies": {
  200. "@babel/helper-annotate-as-pure": "^7.24.7",
  201. "regexpu-core": "^5.3.1",
  202. "semver": "^6.3.1"
  203. },
  204. "engines": {
  205. "node": ">=6.9.0"
  206. },
  207. "peerDependencies": {
  208. "@babel/core": "^7.0.0"
  209. }
  210. },
  211. "node_modules/@babel/helper-define-polyfill-provider": {
  212. "version": "0.6.2",
  213. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
  214. "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
  215. "dev": true,
  216. "dependencies": {
  217. "@babel/helper-compilation-targets": "^7.22.6",
  218. "@babel/helper-plugin-utils": "^7.22.5",
  219. "debug": "^4.1.1",
  220. "lodash.debounce": "^4.0.8",
  221. "resolve": "^1.14.2"
  222. },
  223. "peerDependencies": {
  224. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  225. }
  226. },
  227. "node_modules/@babel/helper-member-expression-to-functions": {
  228. "version": "7.24.8",
  229. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
  230. "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
  231. "dev": true,
  232. "dependencies": {
  233. "@babel/traverse": "^7.24.8",
  234. "@babel/types": "^7.24.8"
  235. },
  236. "engines": {
  237. "node": ">=6.9.0"
  238. }
  239. },
  240. "node_modules/@babel/helper-module-imports": {
  241. "version": "7.24.7",
  242. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
  243. "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
  244. "dependencies": {
  245. "@babel/traverse": "^7.24.7",
  246. "@babel/types": "^7.24.7"
  247. },
  248. "engines": {
  249. "node": ">=6.9.0"
  250. }
  251. },
  252. "node_modules/@babel/helper-module-transforms": {
  253. "version": "7.25.2",
  254. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
  255. "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
  256. "dev": true,
  257. "dependencies": {
  258. "@babel/helper-module-imports": "^7.24.7",
  259. "@babel/helper-simple-access": "^7.24.7",
  260. "@babel/helper-validator-identifier": "^7.24.7",
  261. "@babel/traverse": "^7.25.2"
  262. },
  263. "engines": {
  264. "node": ">=6.9.0"
  265. },
  266. "peerDependencies": {
  267. "@babel/core": "^7.0.0"
  268. }
  269. },
  270. "node_modules/@babel/helper-optimise-call-expression": {
  271. "version": "7.24.7",
  272. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
  273. "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
  274. "dev": true,
  275. "dependencies": {
  276. "@babel/types": "^7.24.7"
  277. },
  278. "engines": {
  279. "node": ">=6.9.0"
  280. }
  281. },
  282. "node_modules/@babel/helper-plugin-utils": {
  283. "version": "7.24.8",
  284. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
  285. "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
  286. "dev": true,
  287. "engines": {
  288. "node": ">=6.9.0"
  289. }
  290. },
  291. "node_modules/@babel/helper-remap-async-to-generator": {
  292. "version": "7.25.0",
  293. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
  294. "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
  295. "dev": true,
  296. "dependencies": {
  297. "@babel/helper-annotate-as-pure": "^7.24.7",
  298. "@babel/helper-wrap-function": "^7.25.0",
  299. "@babel/traverse": "^7.25.0"
  300. },
  301. "engines": {
  302. "node": ">=6.9.0"
  303. },
  304. "peerDependencies": {
  305. "@babel/core": "^7.0.0"
  306. }
  307. },
  308. "node_modules/@babel/helper-replace-supers": {
  309. "version": "7.25.0",
  310. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
  311. "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
  312. "dev": true,
  313. "dependencies": {
  314. "@babel/helper-member-expression-to-functions": "^7.24.8",
  315. "@babel/helper-optimise-call-expression": "^7.24.7",
  316. "@babel/traverse": "^7.25.0"
  317. },
  318. "engines": {
  319. "node": ">=6.9.0"
  320. },
  321. "peerDependencies": {
  322. "@babel/core": "^7.0.0"
  323. }
  324. },
  325. "node_modules/@babel/helper-simple-access": {
  326. "version": "7.24.7",
  327. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
  328. "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
  329. "dev": true,
  330. "dependencies": {
  331. "@babel/traverse": "^7.24.7",
  332. "@babel/types": "^7.24.7"
  333. },
  334. "engines": {
  335. "node": ">=6.9.0"
  336. }
  337. },
  338. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  339. "version": "7.24.7",
  340. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
  341. "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
  342. "dev": true,
  343. "dependencies": {
  344. "@babel/traverse": "^7.24.7",
  345. "@babel/types": "^7.24.7"
  346. },
  347. "engines": {
  348. "node": ">=6.9.0"
  349. }
  350. },
  351. "node_modules/@babel/helper-string-parser": {
  352. "version": "7.24.8",
  353. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
  354. "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
  355. "engines": {
  356. "node": ">=6.9.0"
  357. }
  358. },
  359. "node_modules/@babel/helper-validator-identifier": {
  360. "version": "7.24.7",
  361. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
  362. "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
  363. "engines": {
  364. "node": ">=6.9.0"
  365. }
  366. },
  367. "node_modules/@babel/helper-validator-option": {
  368. "version": "7.24.8",
  369. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
  370. "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
  371. "dev": true,
  372. "engines": {
  373. "node": ">=6.9.0"
  374. }
  375. },
  376. "node_modules/@babel/helper-wrap-function": {
  377. "version": "7.25.0",
  378. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
  379. "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
  380. "dev": true,
  381. "dependencies": {
  382. "@babel/template": "^7.25.0",
  383. "@babel/traverse": "^7.25.0",
  384. "@babel/types": "^7.25.0"
  385. },
  386. "engines": {
  387. "node": ">=6.9.0"
  388. }
  389. },
  390. "node_modules/@babel/helpers": {
  391. "version": "7.25.6",
  392. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
  393. "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
  394. "dev": true,
  395. "dependencies": {
  396. "@babel/template": "^7.25.0",
  397. "@babel/types": "^7.25.6"
  398. },
  399. "engines": {
  400. "node": ">=6.9.0"
  401. }
  402. },
  403. "node_modules/@babel/highlight": {
  404. "version": "7.24.7",
  405. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
  406. "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
  407. "dependencies": {
  408. "@babel/helper-validator-identifier": "^7.24.7",
  409. "chalk": "^2.4.2",
  410. "js-tokens": "^4.0.0",
  411. "picocolors": "^1.0.0"
  412. },
  413. "engines": {
  414. "node": ">=6.9.0"
  415. }
  416. },
  417. "node_modules/@babel/parser": {
  418. "version": "7.25.6",
  419. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
  420. "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
  421. "dependencies": {
  422. "@babel/types": "^7.25.6"
  423. },
  424. "bin": {
  425. "parser": "bin/babel-parser.js"
  426. },
  427. "engines": {
  428. "node": ">=6.0.0"
  429. }
  430. },
  431. "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
  432. "version": "7.25.3",
  433. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz",
  434. "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==",
  435. "dev": true,
  436. "dependencies": {
  437. "@babel/helper-plugin-utils": "^7.24.8",
  438. "@babel/traverse": "^7.25.3"
  439. },
  440. "engines": {
  441. "node": ">=6.9.0"
  442. },
  443. "peerDependencies": {
  444. "@babel/core": "^7.0.0"
  445. }
  446. },
  447. "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
  448. "version": "7.25.0",
  449. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
  450. "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
  451. "dev": true,
  452. "dependencies": {
  453. "@babel/helper-plugin-utils": "^7.24.8"
  454. },
  455. "engines": {
  456. "node": ">=6.9.0"
  457. },
  458. "peerDependencies": {
  459. "@babel/core": "^7.0.0"
  460. }
  461. },
  462. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  463. "version": "7.25.0",
  464. "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.25.0.tgz",
  465. "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
  466. "dev": true,
  467. "dependencies": {
  468. "@babel/helper-plugin-utils": "^7.24.8"
  469. },
  470. "engines": {
  471. "node": ">=6.9.0"
  472. },
  473. "peerDependencies": {
  474. "@babel/core": "^7.0.0"
  475. }
  476. },
  477. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  478. "version": "7.24.7",
  479. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz",
  480. "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==",
  481. "dev": true,
  482. "dependencies": {
  483. "@babel/helper-plugin-utils": "^7.24.7",
  484. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  485. "@babel/plugin-transform-optional-chaining": "^7.24.7"
  486. },
  487. "engines": {
  488. "node": ">=6.9.0"
  489. },
  490. "peerDependencies": {
  491. "@babel/core": "^7.13.0"
  492. }
  493. },
  494. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  495. "version": "7.25.0",
  496. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz",
  497. "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
  498. "dev": true,
  499. "dependencies": {
  500. "@babel/helper-plugin-utils": "^7.24.8",
  501. "@babel/traverse": "^7.25.0"
  502. },
  503. "engines": {
  504. "node": ">=6.9.0"
  505. },
  506. "peerDependencies": {
  507. "@babel/core": "^7.0.0"
  508. }
  509. },
  510. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  511. "version": "7.21.0-placeholder-for-preset-env.2",
  512. "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",
  513. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  514. "dev": true,
  515. "engines": {
  516. "node": ">=6.9.0"
  517. },
  518. "peerDependencies": {
  519. "@babel/core": "^7.0.0-0"
  520. }
  521. },
  522. "node_modules/@babel/plugin-syntax-async-generators": {
  523. "version": "7.8.4",
  524. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  525. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  526. "dev": true,
  527. "dependencies": {
  528. "@babel/helper-plugin-utils": "^7.8.0"
  529. },
  530. "peerDependencies": {
  531. "@babel/core": "^7.0.0-0"
  532. }
  533. },
  534. "node_modules/@babel/plugin-syntax-class-properties": {
  535. "version": "7.12.13",
  536. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  537. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  538. "dev": true,
  539. "dependencies": {
  540. "@babel/helper-plugin-utils": "^7.12.13"
  541. },
  542. "peerDependencies": {
  543. "@babel/core": "^7.0.0-0"
  544. }
  545. },
  546. "node_modules/@babel/plugin-syntax-class-static-block": {
  547. "version": "7.14.5",
  548. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  549. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  550. "dev": true,
  551. "dependencies": {
  552. "@babel/helper-plugin-utils": "^7.14.5"
  553. },
  554. "engines": {
  555. "node": ">=6.9.0"
  556. },
  557. "peerDependencies": {
  558. "@babel/core": "^7.0.0-0"
  559. }
  560. },
  561. "node_modules/@babel/plugin-syntax-dynamic-import": {
  562. "version": "7.8.3",
  563. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  564. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  565. "dev": true,
  566. "dependencies": {
  567. "@babel/helper-plugin-utils": "^7.8.0"
  568. },
  569. "peerDependencies": {
  570. "@babel/core": "^7.0.0-0"
  571. }
  572. },
  573. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  574. "version": "7.8.3",
  575. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  576. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  577. "dev": true,
  578. "dependencies": {
  579. "@babel/helper-plugin-utils": "^7.8.3"
  580. },
  581. "peerDependencies": {
  582. "@babel/core": "^7.0.0-0"
  583. }
  584. },
  585. "node_modules/@babel/plugin-syntax-import-assertions": {
  586. "version": "7.25.6",
  587. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz",
  588. "integrity": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==",
  589. "dev": true,
  590. "dependencies": {
  591. "@babel/helper-plugin-utils": "^7.24.8"
  592. },
  593. "engines": {
  594. "node": ">=6.9.0"
  595. },
  596. "peerDependencies": {
  597. "@babel/core": "^7.0.0-0"
  598. }
  599. },
  600. "node_modules/@babel/plugin-syntax-import-attributes": {
  601. "version": "7.25.6",
  602. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz",
  603. "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==",
  604. "dev": true,
  605. "dependencies": {
  606. "@babel/helper-plugin-utils": "^7.24.8"
  607. },
  608. "engines": {
  609. "node": ">=6.9.0"
  610. },
  611. "peerDependencies": {
  612. "@babel/core": "^7.0.0-0"
  613. }
  614. },
  615. "node_modules/@babel/plugin-syntax-import-meta": {
  616. "version": "7.10.4",
  617. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  618. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  619. "dev": true,
  620. "dependencies": {
  621. "@babel/helper-plugin-utils": "^7.10.4"
  622. },
  623. "peerDependencies": {
  624. "@babel/core": "^7.0.0-0"
  625. }
  626. },
  627. "node_modules/@babel/plugin-syntax-json-strings": {
  628. "version": "7.8.3",
  629. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  630. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  631. "dev": true,
  632. "dependencies": {
  633. "@babel/helper-plugin-utils": "^7.8.0"
  634. },
  635. "peerDependencies": {
  636. "@babel/core": "^7.0.0-0"
  637. }
  638. },
  639. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  640. "version": "7.10.4",
  641. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  642. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  643. "dev": true,
  644. "dependencies": {
  645. "@babel/helper-plugin-utils": "^7.10.4"
  646. },
  647. "peerDependencies": {
  648. "@babel/core": "^7.0.0-0"
  649. }
  650. },
  651. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  652. "version": "7.8.3",
  653. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  654. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  655. "dev": true,
  656. "dependencies": {
  657. "@babel/helper-plugin-utils": "^7.8.0"
  658. },
  659. "peerDependencies": {
  660. "@babel/core": "^7.0.0-0"
  661. }
  662. },
  663. "node_modules/@babel/plugin-syntax-numeric-separator": {
  664. "version": "7.10.4",
  665. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  666. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  667. "dev": true,
  668. "dependencies": {
  669. "@babel/helper-plugin-utils": "^7.10.4"
  670. },
  671. "peerDependencies": {
  672. "@babel/core": "^7.0.0-0"
  673. }
  674. },
  675. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  676. "version": "7.8.3",
  677. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  678. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  679. "dev": true,
  680. "dependencies": {
  681. "@babel/helper-plugin-utils": "^7.8.0"
  682. },
  683. "peerDependencies": {
  684. "@babel/core": "^7.0.0-0"
  685. }
  686. },
  687. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  688. "version": "7.8.3",
  689. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  690. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  691. "dev": true,
  692. "dependencies": {
  693. "@babel/helper-plugin-utils": "^7.8.0"
  694. },
  695. "peerDependencies": {
  696. "@babel/core": "^7.0.0-0"
  697. }
  698. },
  699. "node_modules/@babel/plugin-syntax-optional-chaining": {
  700. "version": "7.8.3",
  701. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  702. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  703. "dev": true,
  704. "dependencies": {
  705. "@babel/helper-plugin-utils": "^7.8.0"
  706. },
  707. "peerDependencies": {
  708. "@babel/core": "^7.0.0-0"
  709. }
  710. },
  711. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  712. "version": "7.14.5",
  713. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  714. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  715. "dev": true,
  716. "dependencies": {
  717. "@babel/helper-plugin-utils": "^7.14.5"
  718. },
  719. "engines": {
  720. "node": ">=6.9.0"
  721. },
  722. "peerDependencies": {
  723. "@babel/core": "^7.0.0-0"
  724. }
  725. },
  726. "node_modules/@babel/plugin-syntax-top-level-await": {
  727. "version": "7.14.5",
  728. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  729. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  730. "dev": true,
  731. "dependencies": {
  732. "@babel/helper-plugin-utils": "^7.14.5"
  733. },
  734. "engines": {
  735. "node": ">=6.9.0"
  736. },
  737. "peerDependencies": {
  738. "@babel/core": "^7.0.0-0"
  739. }
  740. },
  741. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  742. "version": "7.18.6",
  743. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  744. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  745. "dev": true,
  746. "dependencies": {
  747. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  748. "@babel/helper-plugin-utils": "^7.18.6"
  749. },
  750. "engines": {
  751. "node": ">=6.9.0"
  752. },
  753. "peerDependencies": {
  754. "@babel/core": "^7.0.0"
  755. }
  756. },
  757. "node_modules/@babel/plugin-transform-arrow-functions": {
  758. "version": "7.24.7",
  759. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz",
  760. "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==",
  761. "dev": true,
  762. "dependencies": {
  763. "@babel/helper-plugin-utils": "^7.24.7"
  764. },
  765. "engines": {
  766. "node": ">=6.9.0"
  767. },
  768. "peerDependencies": {
  769. "@babel/core": "^7.0.0-0"
  770. }
  771. },
  772. "node_modules/@babel/plugin-transform-async-generator-functions": {
  773. "version": "7.25.4",
  774. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz",
  775. "integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==",
  776. "dev": true,
  777. "dependencies": {
  778. "@babel/helper-plugin-utils": "^7.24.8",
  779. "@babel/helper-remap-async-to-generator": "^7.25.0",
  780. "@babel/plugin-syntax-async-generators": "^7.8.4",
  781. "@babel/traverse": "^7.25.4"
  782. },
  783. "engines": {
  784. "node": ">=6.9.0"
  785. },
  786. "peerDependencies": {
  787. "@babel/core": "^7.0.0-0"
  788. }
  789. },
  790. "node_modules/@babel/plugin-transform-async-to-generator": {
  791. "version": "7.24.7",
  792. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
  793. "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
  794. "dev": true,
  795. "dependencies": {
  796. "@babel/helper-module-imports": "^7.24.7",
  797. "@babel/helper-plugin-utils": "^7.24.7",
  798. "@babel/helper-remap-async-to-generator": "^7.24.7"
  799. },
  800. "engines": {
  801. "node": ">=6.9.0"
  802. },
  803. "peerDependencies": {
  804. "@babel/core": "^7.0.0-0"
  805. }
  806. },
  807. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  808. "version": "7.24.7",
  809. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz",
  810. "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==",
  811. "dev": true,
  812. "dependencies": {
  813. "@babel/helper-plugin-utils": "^7.24.7"
  814. },
  815. "engines": {
  816. "node": ">=6.9.0"
  817. },
  818. "peerDependencies": {
  819. "@babel/core": "^7.0.0-0"
  820. }
  821. },
  822. "node_modules/@babel/plugin-transform-block-scoping": {
  823. "version": "7.25.0",
  824. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
  825. "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
  826. "dev": true,
  827. "dependencies": {
  828. "@babel/helper-plugin-utils": "^7.24.8"
  829. },
  830. "engines": {
  831. "node": ">=6.9.0"
  832. },
  833. "peerDependencies": {
  834. "@babel/core": "^7.0.0-0"
  835. }
  836. },
  837. "node_modules/@babel/plugin-transform-class-properties": {
  838. "version": "7.25.4",
  839. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz",
  840. "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==",
  841. "dev": true,
  842. "dependencies": {
  843. "@babel/helper-create-class-features-plugin": "^7.25.4",
  844. "@babel/helper-plugin-utils": "^7.24.8"
  845. },
  846. "engines": {
  847. "node": ">=6.9.0"
  848. },
  849. "peerDependencies": {
  850. "@babel/core": "^7.0.0-0"
  851. }
  852. },
  853. "node_modules/@babel/plugin-transform-class-static-block": {
  854. "version": "7.24.7",
  855. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz",
  856. "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==",
  857. "dev": true,
  858. "dependencies": {
  859. "@babel/helper-create-class-features-plugin": "^7.24.7",
  860. "@babel/helper-plugin-utils": "^7.24.7",
  861. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  862. },
  863. "engines": {
  864. "node": ">=6.9.0"
  865. },
  866. "peerDependencies": {
  867. "@babel/core": "^7.12.0"
  868. }
  869. },
  870. "node_modules/@babel/plugin-transform-classes": {
  871. "version": "7.25.4",
  872. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz",
  873. "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==",
  874. "dev": true,
  875. "dependencies": {
  876. "@babel/helper-annotate-as-pure": "^7.24.7",
  877. "@babel/helper-compilation-targets": "^7.25.2",
  878. "@babel/helper-plugin-utils": "^7.24.8",
  879. "@babel/helper-replace-supers": "^7.25.0",
  880. "@babel/traverse": "^7.25.4",
  881. "globals": "^11.1.0"
  882. },
  883. "engines": {
  884. "node": ">=6.9.0"
  885. },
  886. "peerDependencies": {
  887. "@babel/core": "^7.0.0-0"
  888. }
  889. },
  890. "node_modules/@babel/plugin-transform-computed-properties": {
  891. "version": "7.24.7",
  892. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz",
  893. "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==",
  894. "dev": true,
  895. "dependencies": {
  896. "@babel/helper-plugin-utils": "^7.24.7",
  897. "@babel/template": "^7.24.7"
  898. },
  899. "engines": {
  900. "node": ">=6.9.0"
  901. },
  902. "peerDependencies": {
  903. "@babel/core": "^7.0.0-0"
  904. }
  905. },
  906. "node_modules/@babel/plugin-transform-destructuring": {
  907. "version": "7.24.8",
  908. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz",
  909. "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==",
  910. "dev": true,
  911. "dependencies": {
  912. "@babel/helper-plugin-utils": "^7.24.8"
  913. },
  914. "engines": {
  915. "node": ">=6.9.0"
  916. },
  917. "peerDependencies": {
  918. "@babel/core": "^7.0.0-0"
  919. }
  920. },
  921. "node_modules/@babel/plugin-transform-dotall-regex": {
  922. "version": "7.24.7",
  923. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz",
  924. "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==",
  925. "dev": true,
  926. "dependencies": {
  927. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  928. "@babel/helper-plugin-utils": "^7.24.7"
  929. },
  930. "engines": {
  931. "node": ">=6.9.0"
  932. },
  933. "peerDependencies": {
  934. "@babel/core": "^7.0.0-0"
  935. }
  936. },
  937. "node_modules/@babel/plugin-transform-duplicate-keys": {
  938. "version": "7.24.7",
  939. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz",
  940. "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==",
  941. "dev": true,
  942. "dependencies": {
  943. "@babel/helper-plugin-utils": "^7.24.7"
  944. },
  945. "engines": {
  946. "node": ">=6.9.0"
  947. },
  948. "peerDependencies": {
  949. "@babel/core": "^7.0.0-0"
  950. }
  951. },
  952. "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
  953. "version": "7.25.0",
  954. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
  955. "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
  956. "dev": true,
  957. "dependencies": {
  958. "@babel/helper-create-regexp-features-plugin": "^7.25.0",
  959. "@babel/helper-plugin-utils": "^7.24.8"
  960. },
  961. "engines": {
  962. "node": ">=6.9.0"
  963. },
  964. "peerDependencies": {
  965. "@babel/core": "^7.0.0"
  966. }
  967. },
  968. "node_modules/@babel/plugin-transform-dynamic-import": {
  969. "version": "7.24.7",
  970. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
  971. "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==",
  972. "dev": true,
  973. "dependencies": {
  974. "@babel/helper-plugin-utils": "^7.24.7",
  975. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  976. },
  977. "engines": {
  978. "node": ">=6.9.0"
  979. },
  980. "peerDependencies": {
  981. "@babel/core": "^7.0.0-0"
  982. }
  983. },
  984. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  985. "version": "7.24.7",
  986. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz",
  987. "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==",
  988. "dev": true,
  989. "dependencies": {
  990. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
  991. "@babel/helper-plugin-utils": "^7.24.7"
  992. },
  993. "engines": {
  994. "node": ">=6.9.0"
  995. },
  996. "peerDependencies": {
  997. "@babel/core": "^7.0.0-0"
  998. }
  999. },
  1000. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1001. "version": "7.24.7",
  1002. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz",
  1003. "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==",
  1004. "dev": true,
  1005. "dependencies": {
  1006. "@babel/helper-plugin-utils": "^7.24.7",
  1007. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  1008. },
  1009. "engines": {
  1010. "node": ">=6.9.0"
  1011. },
  1012. "peerDependencies": {
  1013. "@babel/core": "^7.0.0-0"
  1014. }
  1015. },
  1016. "node_modules/@babel/plugin-transform-for-of": {
  1017. "version": "7.24.7",
  1018. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz",
  1019. "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==",
  1020. "dev": true,
  1021. "dependencies": {
  1022. "@babel/helper-plugin-utils": "^7.24.7",
  1023. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
  1024. },
  1025. "engines": {
  1026. "node": ">=6.9.0"
  1027. },
  1028. "peerDependencies": {
  1029. "@babel/core": "^7.0.0-0"
  1030. }
  1031. },
  1032. "node_modules/@babel/plugin-transform-function-name": {
  1033. "version": "7.25.1",
  1034. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
  1035. "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
  1036. "dev": true,
  1037. "dependencies": {
  1038. "@babel/helper-compilation-targets": "^7.24.8",
  1039. "@babel/helper-plugin-utils": "^7.24.8",
  1040. "@babel/traverse": "^7.25.1"
  1041. },
  1042. "engines": {
  1043. "node": ">=6.9.0"
  1044. },
  1045. "peerDependencies": {
  1046. "@babel/core": "^7.0.0-0"
  1047. }
  1048. },
  1049. "node_modules/@babel/plugin-transform-json-strings": {
  1050. "version": "7.24.7",
  1051. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz",
  1052. "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==",
  1053. "dev": true,
  1054. "dependencies": {
  1055. "@babel/helper-plugin-utils": "^7.24.7",
  1056. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1057. },
  1058. "engines": {
  1059. "node": ">=6.9.0"
  1060. },
  1061. "peerDependencies": {
  1062. "@babel/core": "^7.0.0-0"
  1063. }
  1064. },
  1065. "node_modules/@babel/plugin-transform-literals": {
  1066. "version": "7.25.2",
  1067. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
  1068. "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
  1069. "dev": true,
  1070. "dependencies": {
  1071. "@babel/helper-plugin-utils": "^7.24.8"
  1072. },
  1073. "engines": {
  1074. "node": ">=6.9.0"
  1075. },
  1076. "peerDependencies": {
  1077. "@babel/core": "^7.0.0-0"
  1078. }
  1079. },
  1080. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1081. "version": "7.24.7",
  1082. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz",
  1083. "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==",
  1084. "dev": true,
  1085. "dependencies": {
  1086. "@babel/helper-plugin-utils": "^7.24.7",
  1087. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1088. },
  1089. "engines": {
  1090. "node": ">=6.9.0"
  1091. },
  1092. "peerDependencies": {
  1093. "@babel/core": "^7.0.0-0"
  1094. }
  1095. },
  1096. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1097. "version": "7.24.7",
  1098. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz",
  1099. "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==",
  1100. "dev": true,
  1101. "dependencies": {
  1102. "@babel/helper-plugin-utils": "^7.24.7"
  1103. },
  1104. "engines": {
  1105. "node": ">=6.9.0"
  1106. },
  1107. "peerDependencies": {
  1108. "@babel/core": "^7.0.0-0"
  1109. }
  1110. },
  1111. "node_modules/@babel/plugin-transform-modules-amd": {
  1112. "version": "7.24.7",
  1113. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz",
  1114. "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==",
  1115. "dev": true,
  1116. "dependencies": {
  1117. "@babel/helper-module-transforms": "^7.24.7",
  1118. "@babel/helper-plugin-utils": "^7.24.7"
  1119. },
  1120. "engines": {
  1121. "node": ">=6.9.0"
  1122. },
  1123. "peerDependencies": {
  1124. "@babel/core": "^7.0.0-0"
  1125. }
  1126. },
  1127. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1128. "version": "7.24.8",
  1129. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
  1130. "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
  1131. "dev": true,
  1132. "dependencies": {
  1133. "@babel/helper-module-transforms": "^7.24.8",
  1134. "@babel/helper-plugin-utils": "^7.24.8",
  1135. "@babel/helper-simple-access": "^7.24.7"
  1136. },
  1137. "engines": {
  1138. "node": ">=6.9.0"
  1139. },
  1140. "peerDependencies": {
  1141. "@babel/core": "^7.0.0-0"
  1142. }
  1143. },
  1144. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1145. "version": "7.25.0",
  1146. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
  1147. "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
  1148. "dev": true,
  1149. "dependencies": {
  1150. "@babel/helper-module-transforms": "^7.25.0",
  1151. "@babel/helper-plugin-utils": "^7.24.8",
  1152. "@babel/helper-validator-identifier": "^7.24.7",
  1153. "@babel/traverse": "^7.25.0"
  1154. },
  1155. "engines": {
  1156. "node": ">=6.9.0"
  1157. },
  1158. "peerDependencies": {
  1159. "@babel/core": "^7.0.0-0"
  1160. }
  1161. },
  1162. "node_modules/@babel/plugin-transform-modules-umd": {
  1163. "version": "7.24.7",
  1164. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz",
  1165. "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==",
  1166. "dev": true,
  1167. "dependencies": {
  1168. "@babel/helper-module-transforms": "^7.24.7",
  1169. "@babel/helper-plugin-utils": "^7.24.7"
  1170. },
  1171. "engines": {
  1172. "node": ">=6.9.0"
  1173. },
  1174. "peerDependencies": {
  1175. "@babel/core": "^7.0.0-0"
  1176. }
  1177. },
  1178. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1179. "version": "7.24.7",
  1180. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz",
  1181. "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==",
  1182. "dev": true,
  1183. "dependencies": {
  1184. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  1185. "@babel/helper-plugin-utils": "^7.24.7"
  1186. },
  1187. "engines": {
  1188. "node": ">=6.9.0"
  1189. },
  1190. "peerDependencies": {
  1191. "@babel/core": "^7.0.0"
  1192. }
  1193. },
  1194. "node_modules/@babel/plugin-transform-new-target": {
  1195. "version": "7.24.7",
  1196. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz",
  1197. "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==",
  1198. "dev": true,
  1199. "dependencies": {
  1200. "@babel/helper-plugin-utils": "^7.24.7"
  1201. },
  1202. "engines": {
  1203. "node": ">=6.9.0"
  1204. },
  1205. "peerDependencies": {
  1206. "@babel/core": "^7.0.0-0"
  1207. }
  1208. },
  1209. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1210. "version": "7.24.7",
  1211. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz",
  1212. "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==",
  1213. "dev": true,
  1214. "dependencies": {
  1215. "@babel/helper-plugin-utils": "^7.24.7",
  1216. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1217. },
  1218. "engines": {
  1219. "node": ">=6.9.0"
  1220. },
  1221. "peerDependencies": {
  1222. "@babel/core": "^7.0.0-0"
  1223. }
  1224. },
  1225. "node_modules/@babel/plugin-transform-numeric-separator": {
  1226. "version": "7.24.7",
  1227. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz",
  1228. "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==",
  1229. "dev": true,
  1230. "dependencies": {
  1231. "@babel/helper-plugin-utils": "^7.24.7",
  1232. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1233. },
  1234. "engines": {
  1235. "node": ">=6.9.0"
  1236. },
  1237. "peerDependencies": {
  1238. "@babel/core": "^7.0.0-0"
  1239. }
  1240. },
  1241. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1242. "version": "7.24.7",
  1243. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz",
  1244. "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==",
  1245. "dev": true,
  1246. "dependencies": {
  1247. "@babel/helper-compilation-targets": "^7.24.7",
  1248. "@babel/helper-plugin-utils": "^7.24.7",
  1249. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1250. "@babel/plugin-transform-parameters": "^7.24.7"
  1251. },
  1252. "engines": {
  1253. "node": ">=6.9.0"
  1254. },
  1255. "peerDependencies": {
  1256. "@babel/core": "^7.0.0-0"
  1257. }
  1258. },
  1259. "node_modules/@babel/plugin-transform-object-super": {
  1260. "version": "7.24.7",
  1261. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz",
  1262. "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==",
  1263. "dev": true,
  1264. "dependencies": {
  1265. "@babel/helper-plugin-utils": "^7.24.7",
  1266. "@babel/helper-replace-supers": "^7.24.7"
  1267. },
  1268. "engines": {
  1269. "node": ">=6.9.0"
  1270. },
  1271. "peerDependencies": {
  1272. "@babel/core": "^7.0.0-0"
  1273. }
  1274. },
  1275. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1276. "version": "7.24.7",
  1277. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz",
  1278. "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==",
  1279. "dev": true,
  1280. "dependencies": {
  1281. "@babel/helper-plugin-utils": "^7.24.7",
  1282. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1283. },
  1284. "engines": {
  1285. "node": ">=6.9.0"
  1286. },
  1287. "peerDependencies": {
  1288. "@babel/core": "^7.0.0-0"
  1289. }
  1290. },
  1291. "node_modules/@babel/plugin-transform-optional-chaining": {
  1292. "version": "7.24.8",
  1293. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz",
  1294. "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==",
  1295. "dev": true,
  1296. "dependencies": {
  1297. "@babel/helper-plugin-utils": "^7.24.8",
  1298. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  1299. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1300. },
  1301. "engines": {
  1302. "node": ">=6.9.0"
  1303. },
  1304. "peerDependencies": {
  1305. "@babel/core": "^7.0.0-0"
  1306. }
  1307. },
  1308. "node_modules/@babel/plugin-transform-parameters": {
  1309. "version": "7.24.7",
  1310. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz",
  1311. "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==",
  1312. "dev": true,
  1313. "dependencies": {
  1314. "@babel/helper-plugin-utils": "^7.24.7"
  1315. },
  1316. "engines": {
  1317. "node": ">=6.9.0"
  1318. },
  1319. "peerDependencies": {
  1320. "@babel/core": "^7.0.0-0"
  1321. }
  1322. },
  1323. "node_modules/@babel/plugin-transform-private-methods": {
  1324. "version": "7.25.4",
  1325. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz",
  1326. "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==",
  1327. "dev": true,
  1328. "dependencies": {
  1329. "@babel/helper-create-class-features-plugin": "^7.25.4",
  1330. "@babel/helper-plugin-utils": "^7.24.8"
  1331. },
  1332. "engines": {
  1333. "node": ">=6.9.0"
  1334. },
  1335. "peerDependencies": {
  1336. "@babel/core": "^7.0.0-0"
  1337. }
  1338. },
  1339. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1340. "version": "7.24.7",
  1341. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz",
  1342. "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==",
  1343. "dev": true,
  1344. "dependencies": {
  1345. "@babel/helper-annotate-as-pure": "^7.24.7",
  1346. "@babel/helper-create-class-features-plugin": "^7.24.7",
  1347. "@babel/helper-plugin-utils": "^7.24.7",
  1348. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1349. },
  1350. "engines": {
  1351. "node": ">=6.9.0"
  1352. },
  1353. "peerDependencies": {
  1354. "@babel/core": "^7.0.0-0"
  1355. }
  1356. },
  1357. "node_modules/@babel/plugin-transform-property-literals": {
  1358. "version": "7.24.7",
  1359. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz",
  1360. "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==",
  1361. "dev": true,
  1362. "dependencies": {
  1363. "@babel/helper-plugin-utils": "^7.24.7"
  1364. },
  1365. "engines": {
  1366. "node": ">=6.9.0"
  1367. },
  1368. "peerDependencies": {
  1369. "@babel/core": "^7.0.0-0"
  1370. }
  1371. },
  1372. "node_modules/@babel/plugin-transform-react-jsx-self": {
  1373. "version": "7.24.7",
  1374. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz",
  1375. "integrity": "sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==",
  1376. "dev": true,
  1377. "dependencies": {
  1378. "@babel/helper-plugin-utils": "^7.24.7"
  1379. },
  1380. "engines": {
  1381. "node": ">=6.9.0"
  1382. },
  1383. "peerDependencies": {
  1384. "@babel/core": "^7.0.0-0"
  1385. }
  1386. },
  1387. "node_modules/@babel/plugin-transform-react-jsx-source": {
  1388. "version": "7.24.7",
  1389. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz",
  1390. "integrity": "sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==",
  1391. "dev": true,
  1392. "dependencies": {
  1393. "@babel/helper-plugin-utils": "^7.24.7"
  1394. },
  1395. "engines": {
  1396. "node": ">=6.9.0"
  1397. },
  1398. "peerDependencies": {
  1399. "@babel/core": "^7.0.0-0"
  1400. }
  1401. },
  1402. "node_modules/@babel/plugin-transform-regenerator": {
  1403. "version": "7.24.7",
  1404. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz",
  1405. "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==",
  1406. "dev": true,
  1407. "dependencies": {
  1408. "@babel/helper-plugin-utils": "^7.24.7",
  1409. "regenerator-transform": "^0.15.2"
  1410. },
  1411. "engines": {
  1412. "node": ">=6.9.0"
  1413. },
  1414. "peerDependencies": {
  1415. "@babel/core": "^7.0.0-0"
  1416. }
  1417. },
  1418. "node_modules/@babel/plugin-transform-reserved-words": {
  1419. "version": "7.24.7",
  1420. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz",
  1421. "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==",
  1422. "dev": true,
  1423. "dependencies": {
  1424. "@babel/helper-plugin-utils": "^7.24.7"
  1425. },
  1426. "engines": {
  1427. "node": ">=6.9.0"
  1428. },
  1429. "peerDependencies": {
  1430. "@babel/core": "^7.0.0-0"
  1431. }
  1432. },
  1433. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1434. "version": "7.24.7",
  1435. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz",
  1436. "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==",
  1437. "dev": true,
  1438. "dependencies": {
  1439. "@babel/helper-plugin-utils": "^7.24.7"
  1440. },
  1441. "engines": {
  1442. "node": ">=6.9.0"
  1443. },
  1444. "peerDependencies": {
  1445. "@babel/core": "^7.0.0-0"
  1446. }
  1447. },
  1448. "node_modules/@babel/plugin-transform-spread": {
  1449. "version": "7.24.7",
  1450. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz",
  1451. "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==",
  1452. "dev": true,
  1453. "dependencies": {
  1454. "@babel/helper-plugin-utils": "^7.24.7",
  1455. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
  1456. },
  1457. "engines": {
  1458. "node": ">=6.9.0"
  1459. },
  1460. "peerDependencies": {
  1461. "@babel/core": "^7.0.0-0"
  1462. }
  1463. },
  1464. "node_modules/@babel/plugin-transform-sticky-regex": {
  1465. "version": "7.24.7",
  1466. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz",
  1467. "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==",
  1468. "dev": true,
  1469. "dependencies": {
  1470. "@babel/helper-plugin-utils": "^7.24.7"
  1471. },
  1472. "engines": {
  1473. "node": ">=6.9.0"
  1474. },
  1475. "peerDependencies": {
  1476. "@babel/core": "^7.0.0-0"
  1477. }
  1478. },
  1479. "node_modules/@babel/plugin-transform-template-literals": {
  1480. "version": "7.24.7",
  1481. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz",
  1482. "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==",
  1483. "dev": true,
  1484. "dependencies": {
  1485. "@babel/helper-plugin-utils": "^7.24.7"
  1486. },
  1487. "engines": {
  1488. "node": ">=6.9.0"
  1489. },
  1490. "peerDependencies": {
  1491. "@babel/core": "^7.0.0-0"
  1492. }
  1493. },
  1494. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1495. "version": "7.24.8",
  1496. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz",
  1497. "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==",
  1498. "dev": true,
  1499. "dependencies": {
  1500. "@babel/helper-plugin-utils": "^7.24.8"
  1501. },
  1502. "engines": {
  1503. "node": ">=6.9.0"
  1504. },
  1505. "peerDependencies": {
  1506. "@babel/core": "^7.0.0-0"
  1507. }
  1508. },
  1509. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1510. "version": "7.24.7",
  1511. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
  1512. "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==",
  1513. "dev": true,
  1514. "dependencies": {
  1515. "@babel/helper-plugin-utils": "^7.24.7"
  1516. },
  1517. "engines": {
  1518. "node": ">=6.9.0"
  1519. },
  1520. "peerDependencies": {
  1521. "@babel/core": "^7.0.0-0"
  1522. }
  1523. },
  1524. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1525. "version": "7.24.7",
  1526. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz",
  1527. "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==",
  1528. "dev": true,
  1529. "dependencies": {
  1530. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  1531. "@babel/helper-plugin-utils": "^7.24.7"
  1532. },
  1533. "engines": {
  1534. "node": ">=6.9.0"
  1535. },
  1536. "peerDependencies": {
  1537. "@babel/core": "^7.0.0-0"
  1538. }
  1539. },
  1540. "node_modules/@babel/plugin-transform-unicode-regex": {
  1541. "version": "7.24.7",
  1542. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz",
  1543. "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==",
  1544. "dev": true,
  1545. "dependencies": {
  1546. "@babel/helper-create-regexp-features-plugin": "^7.24.7",
  1547. "@babel/helper-plugin-utils": "^7.24.7"
  1548. },
  1549. "engines": {
  1550. "node": ">=6.9.0"
  1551. },
  1552. "peerDependencies": {
  1553. "@babel/core": "^7.0.0-0"
  1554. }
  1555. },
  1556. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1557. "version": "7.25.4",
  1558. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz",
  1559. "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==",
  1560. "dev": true,
  1561. "dependencies": {
  1562. "@babel/helper-create-regexp-features-plugin": "^7.25.2",
  1563. "@babel/helper-plugin-utils": "^7.24.8"
  1564. },
  1565. "engines": {
  1566. "node": ">=6.9.0"
  1567. },
  1568. "peerDependencies": {
  1569. "@babel/core": "^7.0.0"
  1570. }
  1571. },
  1572. "node_modules/@babel/preset-env": {
  1573. "version": "7.25.4",
  1574. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz",
  1575. "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==",
  1576. "dev": true,
  1577. "dependencies": {
  1578. "@babel/compat-data": "^7.25.4",
  1579. "@babel/helper-compilation-targets": "^7.25.2",
  1580. "@babel/helper-plugin-utils": "^7.24.8",
  1581. "@babel/helper-validator-option": "^7.24.8",
  1582. "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
  1583. "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
  1584. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
  1585. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
  1586. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
  1587. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1588. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1589. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1590. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1591. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1592. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1593. "@babel/plugin-syntax-import-assertions": "^7.24.7",
  1594. "@babel/plugin-syntax-import-attributes": "^7.24.7",
  1595. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1596. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1597. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1598. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1599. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1600. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1601. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1602. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1603. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1604. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1605. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1606. "@babel/plugin-transform-arrow-functions": "^7.24.7",
  1607. "@babel/plugin-transform-async-generator-functions": "^7.25.4",
  1608. "@babel/plugin-transform-async-to-generator": "^7.24.7",
  1609. "@babel/plugin-transform-block-scoped-functions": "^7.24.7",
  1610. "@babel/plugin-transform-block-scoping": "^7.25.0",
  1611. "@babel/plugin-transform-class-properties": "^7.25.4",
  1612. "@babel/plugin-transform-class-static-block": "^7.24.7",
  1613. "@babel/plugin-transform-classes": "^7.25.4",
  1614. "@babel/plugin-transform-computed-properties": "^7.24.7",
  1615. "@babel/plugin-transform-destructuring": "^7.24.8",
  1616. "@babel/plugin-transform-dotall-regex": "^7.24.7",
  1617. "@babel/plugin-transform-duplicate-keys": "^7.24.7",
  1618. "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
  1619. "@babel/plugin-transform-dynamic-import": "^7.24.7",
  1620. "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
  1621. "@babel/plugin-transform-export-namespace-from": "^7.24.7",
  1622. "@babel/plugin-transform-for-of": "^7.24.7",
  1623. "@babel/plugin-transform-function-name": "^7.25.1",
  1624. "@babel/plugin-transform-json-strings": "^7.24.7",
  1625. "@babel/plugin-transform-literals": "^7.25.2",
  1626. "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
  1627. "@babel/plugin-transform-member-expression-literals": "^7.24.7",
  1628. "@babel/plugin-transform-modules-amd": "^7.24.7",
  1629. "@babel/plugin-transform-modules-commonjs": "^7.24.8",
  1630. "@babel/plugin-transform-modules-systemjs": "^7.25.0",
  1631. "@babel/plugin-transform-modules-umd": "^7.24.7",
  1632. "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
  1633. "@babel/plugin-transform-new-target": "^7.24.7",
  1634. "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
  1635. "@babel/plugin-transform-numeric-separator": "^7.24.7",
  1636. "@babel/plugin-transform-object-rest-spread": "^7.24.7",
  1637. "@babel/plugin-transform-object-super": "^7.24.7",
  1638. "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
  1639. "@babel/plugin-transform-optional-chaining": "^7.24.8",
  1640. "@babel/plugin-transform-parameters": "^7.24.7",
  1641. "@babel/plugin-transform-private-methods": "^7.25.4",
  1642. "@babel/plugin-transform-private-property-in-object": "^7.24.7",
  1643. "@babel/plugin-transform-property-literals": "^7.24.7",
  1644. "@babel/plugin-transform-regenerator": "^7.24.7",
  1645. "@babel/plugin-transform-reserved-words": "^7.24.7",
  1646. "@babel/plugin-transform-shorthand-properties": "^7.24.7",
  1647. "@babel/plugin-transform-spread": "^7.24.7",
  1648. "@babel/plugin-transform-sticky-regex": "^7.24.7",
  1649. "@babel/plugin-transform-template-literals": "^7.24.7",
  1650. "@babel/plugin-transform-typeof-symbol": "^7.24.8",
  1651. "@babel/plugin-transform-unicode-escapes": "^7.24.7",
  1652. "@babel/plugin-transform-unicode-property-regex": "^7.24.7",
  1653. "@babel/plugin-transform-unicode-regex": "^7.24.7",
  1654. "@babel/plugin-transform-unicode-sets-regex": "^7.25.4",
  1655. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1656. "babel-plugin-polyfill-corejs2": "^0.4.10",
  1657. "babel-plugin-polyfill-corejs3": "^0.10.6",
  1658. "babel-plugin-polyfill-regenerator": "^0.6.1",
  1659. "core-js-compat": "^3.37.1",
  1660. "semver": "^6.3.1"
  1661. },
  1662. "engines": {
  1663. "node": ">=6.9.0"
  1664. },
  1665. "peerDependencies": {
  1666. "@babel/core": "^7.0.0-0"
  1667. }
  1668. },
  1669. "node_modules/@babel/preset-modules": {
  1670. "version": "0.1.6-no-external-plugins",
  1671. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1672. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1673. "dev": true,
  1674. "dependencies": {
  1675. "@babel/helper-plugin-utils": "^7.0.0",
  1676. "@babel/types": "^7.4.4",
  1677. "esutils": "^2.0.2"
  1678. },
  1679. "peerDependencies": {
  1680. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1681. }
  1682. },
  1683. "node_modules/@babel/regjsgen": {
  1684. "version": "0.8.0",
  1685. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  1686. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
  1687. "dev": true
  1688. },
  1689. "node_modules/@babel/runtime": {
  1690. "version": "7.25.6",
  1691. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
  1692. "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
  1693. "dependencies": {
  1694. "regenerator-runtime": "^0.14.0"
  1695. },
  1696. "engines": {
  1697. "node": ">=6.9.0"
  1698. }
  1699. },
  1700. "node_modules/@babel/template": {
  1701. "version": "7.25.0",
  1702. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
  1703. "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
  1704. "dependencies": {
  1705. "@babel/code-frame": "^7.24.7",
  1706. "@babel/parser": "^7.25.0",
  1707. "@babel/types": "^7.25.0"
  1708. },
  1709. "engines": {
  1710. "node": ">=6.9.0"
  1711. }
  1712. },
  1713. "node_modules/@babel/traverse": {
  1714. "version": "7.25.6",
  1715. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz",
  1716. "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==",
  1717. "dependencies": {
  1718. "@babel/code-frame": "^7.24.7",
  1719. "@babel/generator": "^7.25.6",
  1720. "@babel/parser": "^7.25.6",
  1721. "@babel/template": "^7.25.0",
  1722. "@babel/types": "^7.25.6",
  1723. "debug": "^4.3.1",
  1724. "globals": "^11.1.0"
  1725. },
  1726. "engines": {
  1727. "node": ">=6.9.0"
  1728. }
  1729. },
  1730. "node_modules/@babel/types": {
  1731. "version": "7.25.6",
  1732. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
  1733. "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
  1734. "dependencies": {
  1735. "@babel/helper-string-parser": "^7.24.8",
  1736. "@babel/helper-validator-identifier": "^7.24.7",
  1737. "to-fast-properties": "^2.0.0"
  1738. },
  1739. "engines": {
  1740. "node": ">=6.9.0"
  1741. }
  1742. },
  1743. "node_modules/@emotion/babel-plugin": {
  1744. "version": "11.12.0",
  1745. "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz",
  1746. "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==",
  1747. "dependencies": {
  1748. "@babel/helper-module-imports": "^7.16.7",
  1749. "@babel/runtime": "^7.18.3",
  1750. "@emotion/hash": "^0.9.2",
  1751. "@emotion/memoize": "^0.9.0",
  1752. "@emotion/serialize": "^1.2.0",
  1753. "babel-plugin-macros": "^3.1.0",
  1754. "convert-source-map": "^1.5.0",
  1755. "escape-string-regexp": "^4.0.0",
  1756. "find-root": "^1.1.0",
  1757. "source-map": "^0.5.7",
  1758. "stylis": "4.2.0"
  1759. }
  1760. },
  1761. "node_modules/@emotion/babel-plugin/node_modules/stylis": {
  1762. "version": "4.2.0",
  1763. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1764. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  1765. },
  1766. "node_modules/@emotion/cache": {
  1767. "version": "11.13.1",
  1768. "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.1.tgz",
  1769. "integrity": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==",
  1770. "dependencies": {
  1771. "@emotion/memoize": "^0.9.0",
  1772. "@emotion/sheet": "^1.4.0",
  1773. "@emotion/utils": "^1.4.0",
  1774. "@emotion/weak-memoize": "^0.4.0",
  1775. "stylis": "4.2.0"
  1776. }
  1777. },
  1778. "node_modules/@emotion/cache/node_modules/stylis": {
  1779. "version": "4.2.0",
  1780. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1781. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  1782. },
  1783. "node_modules/@emotion/hash": {
  1784. "version": "0.9.2",
  1785. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",
  1786. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g=="
  1787. },
  1788. "node_modules/@emotion/is-prop-valid": {
  1789. "version": "1.3.1",
  1790. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz",
  1791. "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==",
  1792. "dependencies": {
  1793. "@emotion/memoize": "^0.9.0"
  1794. }
  1795. },
  1796. "node_modules/@emotion/memoize": {
  1797. "version": "0.9.0",
  1798. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
  1799. "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ=="
  1800. },
  1801. "node_modules/@emotion/react": {
  1802. "version": "11.13.3",
  1803. "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz",
  1804. "integrity": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==",
  1805. "dependencies": {
  1806. "@babel/runtime": "^7.18.3",
  1807. "@emotion/babel-plugin": "^11.12.0",
  1808. "@emotion/cache": "^11.13.0",
  1809. "@emotion/serialize": "^1.3.1",
  1810. "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
  1811. "@emotion/utils": "^1.4.0",
  1812. "@emotion/weak-memoize": "^0.4.0",
  1813. "hoist-non-react-statics": "^3.3.1"
  1814. },
  1815. "peerDependencies": {
  1816. "react": ">=16.8.0"
  1817. },
  1818. "peerDependenciesMeta": {
  1819. "@types/react": {
  1820. "optional": true
  1821. }
  1822. }
  1823. },
  1824. "node_modules/@emotion/serialize": {
  1825. "version": "1.3.2",
  1826. "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz",
  1827. "integrity": "sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==",
  1828. "dependencies": {
  1829. "@emotion/hash": "^0.9.2",
  1830. "@emotion/memoize": "^0.9.0",
  1831. "@emotion/unitless": "^0.10.0",
  1832. "@emotion/utils": "^1.4.1",
  1833. "csstype": "^3.0.2"
  1834. }
  1835. },
  1836. "node_modules/@emotion/sheet": {
  1837. "version": "1.4.0",
  1838. "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz",
  1839. "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg=="
  1840. },
  1841. "node_modules/@emotion/styled": {
  1842. "version": "11.13.0",
  1843. "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.0.tgz",
  1844. "integrity": "sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==",
  1845. "dependencies": {
  1846. "@babel/runtime": "^7.18.3",
  1847. "@emotion/babel-plugin": "^11.12.0",
  1848. "@emotion/is-prop-valid": "^1.3.0",
  1849. "@emotion/serialize": "^1.3.0",
  1850. "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
  1851. "@emotion/utils": "^1.4.0"
  1852. },
  1853. "peerDependencies": {
  1854. "@emotion/react": "^11.0.0-rc.0",
  1855. "react": ">=16.8.0"
  1856. },
  1857. "peerDependenciesMeta": {
  1858. "@types/react": {
  1859. "optional": true
  1860. }
  1861. }
  1862. },
  1863. "node_modules/@emotion/unitless": {
  1864. "version": "0.10.0",
  1865. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",
  1866. "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg=="
  1867. },
  1868. "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
  1869. "version": "1.1.0",
  1870. "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz",
  1871. "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==",
  1872. "peerDependencies": {
  1873. "react": ">=16.8.0"
  1874. }
  1875. },
  1876. "node_modules/@emotion/utils": {
  1877. "version": "1.4.1",
  1878. "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz",
  1879. "integrity": "sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA=="
  1880. },
  1881. "node_modules/@emotion/weak-memoize": {
  1882. "version": "0.4.0",
  1883. "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
  1884. "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg=="
  1885. },
  1886. "node_modules/@esbuild/android-arm": {
  1887. "version": "0.18.20",
  1888. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
  1889. "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
  1890. "cpu": [
  1891. "arm"
  1892. ],
  1893. "dev": true,
  1894. "optional": true,
  1895. "os": [
  1896. "android"
  1897. ],
  1898. "engines": {
  1899. "node": ">=12"
  1900. }
  1901. },
  1902. "node_modules/@esbuild/android-arm64": {
  1903. "version": "0.18.20",
  1904. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
  1905. "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
  1906. "cpu": [
  1907. "arm64"
  1908. ],
  1909. "dev": true,
  1910. "optional": true,
  1911. "os": [
  1912. "android"
  1913. ],
  1914. "engines": {
  1915. "node": ">=12"
  1916. }
  1917. },
  1918. "node_modules/@esbuild/android-x64": {
  1919. "version": "0.18.20",
  1920. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
  1921. "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
  1922. "cpu": [
  1923. "x64"
  1924. ],
  1925. "dev": true,
  1926. "optional": true,
  1927. "os": [
  1928. "android"
  1929. ],
  1930. "engines": {
  1931. "node": ">=12"
  1932. }
  1933. },
  1934. "node_modules/@esbuild/darwin-arm64": {
  1935. "version": "0.18.20",
  1936. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
  1937. "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
  1938. "cpu": [
  1939. "arm64"
  1940. ],
  1941. "dev": true,
  1942. "optional": true,
  1943. "os": [
  1944. "darwin"
  1945. ],
  1946. "engines": {
  1947. "node": ">=12"
  1948. }
  1949. },
  1950. "node_modules/@esbuild/darwin-x64": {
  1951. "version": "0.18.20",
  1952. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
  1953. "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
  1954. "cpu": [
  1955. "x64"
  1956. ],
  1957. "dev": true,
  1958. "optional": true,
  1959. "os": [
  1960. "darwin"
  1961. ],
  1962. "engines": {
  1963. "node": ">=12"
  1964. }
  1965. },
  1966. "node_modules/@esbuild/freebsd-arm64": {
  1967. "version": "0.18.20",
  1968. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
  1969. "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
  1970. "cpu": [
  1971. "arm64"
  1972. ],
  1973. "dev": true,
  1974. "optional": true,
  1975. "os": [
  1976. "freebsd"
  1977. ],
  1978. "engines": {
  1979. "node": ">=12"
  1980. }
  1981. },
  1982. "node_modules/@esbuild/freebsd-x64": {
  1983. "version": "0.18.20",
  1984. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
  1985. "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
  1986. "cpu": [
  1987. "x64"
  1988. ],
  1989. "dev": true,
  1990. "optional": true,
  1991. "os": [
  1992. "freebsd"
  1993. ],
  1994. "engines": {
  1995. "node": ">=12"
  1996. }
  1997. },
  1998. "node_modules/@esbuild/linux-arm": {
  1999. "version": "0.18.20",
  2000. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
  2001. "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
  2002. "cpu": [
  2003. "arm"
  2004. ],
  2005. "dev": true,
  2006. "optional": true,
  2007. "os": [
  2008. "linux"
  2009. ],
  2010. "engines": {
  2011. "node": ">=12"
  2012. }
  2013. },
  2014. "node_modules/@esbuild/linux-arm64": {
  2015. "version": "0.18.20",
  2016. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
  2017. "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
  2018. "cpu": [
  2019. "arm64"
  2020. ],
  2021. "dev": true,
  2022. "optional": true,
  2023. "os": [
  2024. "linux"
  2025. ],
  2026. "engines": {
  2027. "node": ">=12"
  2028. }
  2029. },
  2030. "node_modules/@esbuild/linux-ia32": {
  2031. "version": "0.18.20",
  2032. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
  2033. "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
  2034. "cpu": [
  2035. "ia32"
  2036. ],
  2037. "dev": true,
  2038. "optional": true,
  2039. "os": [
  2040. "linux"
  2041. ],
  2042. "engines": {
  2043. "node": ">=12"
  2044. }
  2045. },
  2046. "node_modules/@esbuild/linux-loong64": {
  2047. "version": "0.18.20",
  2048. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
  2049. "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
  2050. "cpu": [
  2051. "loong64"
  2052. ],
  2053. "dev": true,
  2054. "optional": true,
  2055. "os": [
  2056. "linux"
  2057. ],
  2058. "engines": {
  2059. "node": ">=12"
  2060. }
  2061. },
  2062. "node_modules/@esbuild/linux-mips64el": {
  2063. "version": "0.18.20",
  2064. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
  2065. "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
  2066. "cpu": [
  2067. "mips64el"
  2068. ],
  2069. "dev": true,
  2070. "optional": true,
  2071. "os": [
  2072. "linux"
  2073. ],
  2074. "engines": {
  2075. "node": ">=12"
  2076. }
  2077. },
  2078. "node_modules/@esbuild/linux-ppc64": {
  2079. "version": "0.18.20",
  2080. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
  2081. "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
  2082. "cpu": [
  2083. "ppc64"
  2084. ],
  2085. "dev": true,
  2086. "optional": true,
  2087. "os": [
  2088. "linux"
  2089. ],
  2090. "engines": {
  2091. "node": ">=12"
  2092. }
  2093. },
  2094. "node_modules/@esbuild/linux-riscv64": {
  2095. "version": "0.18.20",
  2096. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
  2097. "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
  2098. "cpu": [
  2099. "riscv64"
  2100. ],
  2101. "dev": true,
  2102. "optional": true,
  2103. "os": [
  2104. "linux"
  2105. ],
  2106. "engines": {
  2107. "node": ">=12"
  2108. }
  2109. },
  2110. "node_modules/@esbuild/linux-s390x": {
  2111. "version": "0.18.20",
  2112. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
  2113. "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
  2114. "cpu": [
  2115. "s390x"
  2116. ],
  2117. "dev": true,
  2118. "optional": true,
  2119. "os": [
  2120. "linux"
  2121. ],
  2122. "engines": {
  2123. "node": ">=12"
  2124. }
  2125. },
  2126. "node_modules/@esbuild/linux-x64": {
  2127. "version": "0.18.20",
  2128. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  2129. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  2130. "cpu": [
  2131. "x64"
  2132. ],
  2133. "dev": true,
  2134. "optional": true,
  2135. "os": [
  2136. "linux"
  2137. ],
  2138. "engines": {
  2139. "node": ">=12"
  2140. }
  2141. },
  2142. "node_modules/@esbuild/netbsd-x64": {
  2143. "version": "0.18.20",
  2144. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
  2145. "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
  2146. "cpu": [
  2147. "x64"
  2148. ],
  2149. "dev": true,
  2150. "optional": true,
  2151. "os": [
  2152. "netbsd"
  2153. ],
  2154. "engines": {
  2155. "node": ">=12"
  2156. }
  2157. },
  2158. "node_modules/@esbuild/openbsd-x64": {
  2159. "version": "0.18.20",
  2160. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
  2161. "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
  2162. "cpu": [
  2163. "x64"
  2164. ],
  2165. "dev": true,
  2166. "optional": true,
  2167. "os": [
  2168. "openbsd"
  2169. ],
  2170. "engines": {
  2171. "node": ">=12"
  2172. }
  2173. },
  2174. "node_modules/@esbuild/sunos-x64": {
  2175. "version": "0.18.20",
  2176. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
  2177. "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
  2178. "cpu": [
  2179. "x64"
  2180. ],
  2181. "dev": true,
  2182. "optional": true,
  2183. "os": [
  2184. "sunos"
  2185. ],
  2186. "engines": {
  2187. "node": ">=12"
  2188. }
  2189. },
  2190. "node_modules/@esbuild/win32-arm64": {
  2191. "version": "0.18.20",
  2192. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
  2193. "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
  2194. "cpu": [
  2195. "arm64"
  2196. ],
  2197. "dev": true,
  2198. "optional": true,
  2199. "os": [
  2200. "win32"
  2201. ],
  2202. "engines": {
  2203. "node": ">=12"
  2204. }
  2205. },
  2206. "node_modules/@esbuild/win32-ia32": {
  2207. "version": "0.18.20",
  2208. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
  2209. "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
  2210. "cpu": [
  2211. "ia32"
  2212. ],
  2213. "dev": true,
  2214. "optional": true,
  2215. "os": [
  2216. "win32"
  2217. ],
  2218. "engines": {
  2219. "node": ">=12"
  2220. }
  2221. },
  2222. "node_modules/@esbuild/win32-x64": {
  2223. "version": "0.18.20",
  2224. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
  2225. "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
  2226. "cpu": [
  2227. "x64"
  2228. ],
  2229. "dev": true,
  2230. "optional": true,
  2231. "os": [
  2232. "win32"
  2233. ],
  2234. "engines": {
  2235. "node": ">=12"
  2236. }
  2237. },
  2238. "node_modules/@eslint-community/eslint-utils": {
  2239. "version": "4.4.0",
  2240. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  2241. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  2242. "dev": true,
  2243. "dependencies": {
  2244. "eslint-visitor-keys": "^3.3.0"
  2245. },
  2246. "engines": {
  2247. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2248. },
  2249. "peerDependencies": {
  2250. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2251. }
  2252. },
  2253. "node_modules/@eslint-community/regexpp": {
  2254. "version": "4.11.1",
  2255. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz",
  2256. "integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==",
  2257. "dev": true,
  2258. "engines": {
  2259. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2260. }
  2261. },
  2262. "node_modules/@eslint/eslintrc": {
  2263. "version": "2.1.4",
  2264. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  2265. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  2266. "dev": true,
  2267. "dependencies": {
  2268. "ajv": "^6.12.4",
  2269. "debug": "^4.3.2",
  2270. "espree": "^9.6.0",
  2271. "globals": "^13.19.0",
  2272. "ignore": "^5.2.0",
  2273. "import-fresh": "^3.2.1",
  2274. "js-yaml": "^4.1.0",
  2275. "minimatch": "^3.1.2",
  2276. "strip-json-comments": "^3.1.1"
  2277. },
  2278. "engines": {
  2279. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2280. },
  2281. "funding": {
  2282. "url": "https://opencollective.com/eslint"
  2283. }
  2284. },
  2285. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2286. "version": "13.24.0",
  2287. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  2288. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  2289. "dev": true,
  2290. "dependencies": {
  2291. "type-fest": "^0.20.2"
  2292. },
  2293. "engines": {
  2294. "node": ">=8"
  2295. },
  2296. "funding": {
  2297. "url": "https://github.com/sponsors/sindresorhus"
  2298. }
  2299. },
  2300. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2301. "version": "0.20.2",
  2302. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2303. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2304. "dev": true,
  2305. "engines": {
  2306. "node": ">=10"
  2307. },
  2308. "funding": {
  2309. "url": "https://github.com/sponsors/sindresorhus"
  2310. }
  2311. },
  2312. "node_modules/@eslint/js": {
  2313. "version": "8.57.1",
  2314. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  2315. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  2316. "dev": true,
  2317. "engines": {
  2318. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2319. }
  2320. },
  2321. "node_modules/@humanwhocodes/config-array": {
  2322. "version": "0.13.0",
  2323. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  2324. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  2325. "deprecated": "Use @eslint/config-array instead",
  2326. "dev": true,
  2327. "dependencies": {
  2328. "@humanwhocodes/object-schema": "^2.0.3",
  2329. "debug": "^4.3.1",
  2330. "minimatch": "^3.0.5"
  2331. },
  2332. "engines": {
  2333. "node": ">=10.10.0"
  2334. }
  2335. },
  2336. "node_modules/@humanwhocodes/module-importer": {
  2337. "version": "1.0.1",
  2338. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2339. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2340. "dev": true,
  2341. "engines": {
  2342. "node": ">=12.22"
  2343. },
  2344. "funding": {
  2345. "type": "github",
  2346. "url": "https://github.com/sponsors/nzakas"
  2347. }
  2348. },
  2349. "node_modules/@humanwhocodes/object-schema": {
  2350. "version": "2.0.3",
  2351. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  2352. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  2353. "deprecated": "Use @eslint/object-schema instead",
  2354. "dev": true
  2355. },
  2356. "node_modules/@jridgewell/gen-mapping": {
  2357. "version": "0.3.5",
  2358. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  2359. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  2360. "dependencies": {
  2361. "@jridgewell/set-array": "^1.2.1",
  2362. "@jridgewell/sourcemap-codec": "^1.4.10",
  2363. "@jridgewell/trace-mapping": "^0.3.24"
  2364. },
  2365. "engines": {
  2366. "node": ">=6.0.0"
  2367. }
  2368. },
  2369. "node_modules/@jridgewell/resolve-uri": {
  2370. "version": "3.1.2",
  2371. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2372. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2373. "engines": {
  2374. "node": ">=6.0.0"
  2375. }
  2376. },
  2377. "node_modules/@jridgewell/set-array": {
  2378. "version": "1.2.1",
  2379. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  2380. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  2381. "engines": {
  2382. "node": ">=6.0.0"
  2383. }
  2384. },
  2385. "node_modules/@jridgewell/source-map": {
  2386. "version": "0.3.6",
  2387. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  2388. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  2389. "dev": true,
  2390. "dependencies": {
  2391. "@jridgewell/gen-mapping": "^0.3.5",
  2392. "@jridgewell/trace-mapping": "^0.3.25"
  2393. }
  2394. },
  2395. "node_modules/@jridgewell/sourcemap-codec": {
  2396. "version": "1.5.0",
  2397. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  2398. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
  2399. },
  2400. "node_modules/@jridgewell/trace-mapping": {
  2401. "version": "0.3.25",
  2402. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  2403. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  2404. "dependencies": {
  2405. "@jridgewell/resolve-uri": "^3.1.0",
  2406. "@jridgewell/sourcemap-codec": "^1.4.14"
  2407. }
  2408. },
  2409. "node_modules/@mapbox/hast-util-table-cell-style": {
  2410. "version": "0.2.1",
  2411. "resolved": "https://registry.npmjs.org/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.2.1.tgz",
  2412. "integrity": "sha512-LyQz4XJIdCdY/+temIhD/Ed0x/p4GAOUycpFSEK2Ads1CPKZy6b7V/2ROEtQiLLQ8soIs0xe/QAoR6kwpyW/yw==",
  2413. "dependencies": {
  2414. "unist-util-visit": "^1.4.1"
  2415. },
  2416. "engines": {
  2417. "node": ">=12"
  2418. }
  2419. },
  2420. "node_modules/@mui/core-downloads-tracker": {
  2421. "version": "5.16.7",
  2422. "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.16.7.tgz",
  2423. "integrity": "sha512-RtsCt4Geed2/v74sbihWzzRs+HsIQCfclHeORh5Ynu2fS4icIKozcSubwuG7vtzq2uW3fOR1zITSP84TNt2GoQ==",
  2424. "funding": {
  2425. "type": "opencollective",
  2426. "url": "https://opencollective.com/mui-org"
  2427. }
  2428. },
  2429. "node_modules/@mui/icons-material": {
  2430. "version": "5.16.7",
  2431. "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz",
  2432. "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==",
  2433. "dependencies": {
  2434. "@babel/runtime": "^7.23.9"
  2435. },
  2436. "engines": {
  2437. "node": ">=12.0.0"
  2438. },
  2439. "funding": {
  2440. "type": "opencollective",
  2441. "url": "https://opencollective.com/mui-org"
  2442. },
  2443. "peerDependencies": {
  2444. "@mui/material": "^5.0.0",
  2445. "@types/react": "^17.0.0 || ^18.0.0",
  2446. "react": "^17.0.0 || ^18.0.0"
  2447. },
  2448. "peerDependenciesMeta": {
  2449. "@types/react": {
  2450. "optional": true
  2451. }
  2452. }
  2453. },
  2454. "node_modules/@mui/material": {
  2455. "version": "5.16.7",
  2456. "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.16.7.tgz",
  2457. "integrity": "sha512-cwwVQxBhK60OIOqZOVLFt55t01zmarKJiJUWbk0+8s/Ix5IaUzAShqlJchxsIQ4mSrWqgcKCCXKtIlG5H+/Jmg==",
  2458. "dependencies": {
  2459. "@babel/runtime": "^7.23.9",
  2460. "@mui/core-downloads-tracker": "^5.16.7",
  2461. "@mui/system": "^5.16.7",
  2462. "@mui/types": "^7.2.15",
  2463. "@mui/utils": "^5.16.6",
  2464. "@popperjs/core": "^2.11.8",
  2465. "@types/react-transition-group": "^4.4.10",
  2466. "clsx": "^2.1.0",
  2467. "csstype": "^3.1.3",
  2468. "prop-types": "^15.8.1",
  2469. "react-is": "^18.3.1",
  2470. "react-transition-group": "^4.4.5"
  2471. },
  2472. "engines": {
  2473. "node": ">=12.0.0"
  2474. },
  2475. "funding": {
  2476. "type": "opencollective",
  2477. "url": "https://opencollective.com/mui-org"
  2478. },
  2479. "peerDependencies": {
  2480. "@emotion/react": "^11.5.0",
  2481. "@emotion/styled": "^11.3.0",
  2482. "@types/react": "^17.0.0 || ^18.0.0",
  2483. "react": "^17.0.0 || ^18.0.0",
  2484. "react-dom": "^17.0.0 || ^18.0.0"
  2485. },
  2486. "peerDependenciesMeta": {
  2487. "@emotion/react": {
  2488. "optional": true
  2489. },
  2490. "@emotion/styled": {
  2491. "optional": true
  2492. },
  2493. "@types/react": {
  2494. "optional": true
  2495. }
  2496. }
  2497. },
  2498. "node_modules/@mui/private-theming": {
  2499. "version": "5.16.6",
  2500. "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.16.6.tgz",
  2501. "integrity": "sha512-rAk+Rh8Clg7Cd7shZhyt2HGTTE5wYKNSJ5sspf28Fqm/PZ69Er9o6KX25g03/FG2dfpg5GCwZh/xOojiTfm3hw==",
  2502. "dependencies": {
  2503. "@babel/runtime": "^7.23.9",
  2504. "@mui/utils": "^5.16.6",
  2505. "prop-types": "^15.8.1"
  2506. },
  2507. "engines": {
  2508. "node": ">=12.0.0"
  2509. },
  2510. "funding": {
  2511. "type": "opencollective",
  2512. "url": "https://opencollective.com/mui-org"
  2513. },
  2514. "peerDependencies": {
  2515. "@types/react": "^17.0.0 || ^18.0.0",
  2516. "react": "^17.0.0 || ^18.0.0"
  2517. },
  2518. "peerDependenciesMeta": {
  2519. "@types/react": {
  2520. "optional": true
  2521. }
  2522. }
  2523. },
  2524. "node_modules/@mui/styled-engine": {
  2525. "version": "5.16.6",
  2526. "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.16.6.tgz",
  2527. "integrity": "sha512-zaThmS67ZmtHSWToTiHslbI8jwrmITcN93LQaR2lKArbvS7Z3iLkwRoiikNWutx9MBs8Q6okKvbZq1RQYB3v7g==",
  2528. "dependencies": {
  2529. "@babel/runtime": "^7.23.9",
  2530. "@emotion/cache": "^11.11.0",
  2531. "csstype": "^3.1.3",
  2532. "prop-types": "^15.8.1"
  2533. },
  2534. "engines": {
  2535. "node": ">=12.0.0"
  2536. },
  2537. "funding": {
  2538. "type": "opencollective",
  2539. "url": "https://opencollective.com/mui-org"
  2540. },
  2541. "peerDependencies": {
  2542. "@emotion/react": "^11.4.1",
  2543. "@emotion/styled": "^11.3.0",
  2544. "react": "^17.0.0 || ^18.0.0"
  2545. },
  2546. "peerDependenciesMeta": {
  2547. "@emotion/react": {
  2548. "optional": true
  2549. },
  2550. "@emotion/styled": {
  2551. "optional": true
  2552. }
  2553. }
  2554. },
  2555. "node_modules/@mui/system": {
  2556. "version": "5.16.7",
  2557. "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.16.7.tgz",
  2558. "integrity": "sha512-Jncvs/r/d/itkxh7O7opOunTqbbSSzMTHzZkNLM+FjAOg+cYAZHrPDlYe1ZGKUYORwwb2XexlWnpZp0kZ4AHuA==",
  2559. "dependencies": {
  2560. "@babel/runtime": "^7.23.9",
  2561. "@mui/private-theming": "^5.16.6",
  2562. "@mui/styled-engine": "^5.16.6",
  2563. "@mui/types": "^7.2.15",
  2564. "@mui/utils": "^5.16.6",
  2565. "clsx": "^2.1.0",
  2566. "csstype": "^3.1.3",
  2567. "prop-types": "^15.8.1"
  2568. },
  2569. "engines": {
  2570. "node": ">=12.0.0"
  2571. },
  2572. "funding": {
  2573. "type": "opencollective",
  2574. "url": "https://opencollective.com/mui-org"
  2575. },
  2576. "peerDependencies": {
  2577. "@emotion/react": "^11.5.0",
  2578. "@emotion/styled": "^11.3.0",
  2579. "@types/react": "^17.0.0 || ^18.0.0",
  2580. "react": "^17.0.0 || ^18.0.0"
  2581. },
  2582. "peerDependenciesMeta": {
  2583. "@emotion/react": {
  2584. "optional": true
  2585. },
  2586. "@emotion/styled": {
  2587. "optional": true
  2588. },
  2589. "@types/react": {
  2590. "optional": true
  2591. }
  2592. }
  2593. },
  2594. "node_modules/@mui/types": {
  2595. "version": "7.2.17",
  2596. "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.17.tgz",
  2597. "integrity": "sha512-oyumoJgB6jDV8JFzRqjBo2daUuHpzDjoO/e3IrRhhHo/FxJlaVhET6mcNrKHUq2E+R+q3ql0qAtvQ4rfWHhAeQ==",
  2598. "peerDependencies": {
  2599. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  2600. },
  2601. "peerDependenciesMeta": {
  2602. "@types/react": {
  2603. "optional": true
  2604. }
  2605. }
  2606. },
  2607. "node_modules/@mui/utils": {
  2608. "version": "5.16.6",
  2609. "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.16.6.tgz",
  2610. "integrity": "sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA==",
  2611. "dependencies": {
  2612. "@babel/runtime": "^7.23.9",
  2613. "@mui/types": "^7.2.15",
  2614. "@types/prop-types": "^15.7.12",
  2615. "clsx": "^2.1.1",
  2616. "prop-types": "^15.8.1",
  2617. "react-is": "^18.3.1"
  2618. },
  2619. "engines": {
  2620. "node": ">=12.0.0"
  2621. },
  2622. "funding": {
  2623. "type": "opencollective",
  2624. "url": "https://opencollective.com/mui-org"
  2625. },
  2626. "peerDependencies": {
  2627. "@types/react": "^17.0.0 || ^18.0.0",
  2628. "react": "^17.0.0 || ^18.0.0"
  2629. },
  2630. "peerDependenciesMeta": {
  2631. "@types/react": {
  2632. "optional": true
  2633. }
  2634. }
  2635. },
  2636. "node_modules/@nodelib/fs.scandir": {
  2637. "version": "2.1.5",
  2638. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2639. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2640. "dev": true,
  2641. "dependencies": {
  2642. "@nodelib/fs.stat": "2.0.5",
  2643. "run-parallel": "^1.1.9"
  2644. },
  2645. "engines": {
  2646. "node": ">= 8"
  2647. }
  2648. },
  2649. "node_modules/@nodelib/fs.stat": {
  2650. "version": "2.0.5",
  2651. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2652. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2653. "dev": true,
  2654. "engines": {
  2655. "node": ">= 8"
  2656. }
  2657. },
  2658. "node_modules/@nodelib/fs.walk": {
  2659. "version": "1.2.8",
  2660. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2661. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2662. "dev": true,
  2663. "dependencies": {
  2664. "@nodelib/fs.scandir": "2.1.5",
  2665. "fastq": "^1.6.0"
  2666. },
  2667. "engines": {
  2668. "node": ">= 8"
  2669. }
  2670. },
  2671. "node_modules/@popperjs/core": {
  2672. "version": "2.11.8",
  2673. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  2674. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  2675. "funding": {
  2676. "type": "opencollective",
  2677. "url": "https://opencollective.com/popperjs"
  2678. }
  2679. },
  2680. "node_modules/@remix-run/router": {
  2681. "version": "1.19.2",
  2682. "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.2.tgz",
  2683. "integrity": "sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==",
  2684. "engines": {
  2685. "node": ">=14.0.0"
  2686. }
  2687. },
  2688. "node_modules/@rtsao/scc": {
  2689. "version": "1.1.0",
  2690. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  2691. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  2692. "dev": true
  2693. },
  2694. "node_modules/@surma/rollup-plugin-off-main-thread": {
  2695. "version": "2.2.3",
  2696. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  2697. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  2698. "dev": true,
  2699. "dependencies": {
  2700. "ejs": "^3.1.6",
  2701. "json5": "^2.2.0",
  2702. "magic-string": "^0.25.0",
  2703. "string.prototype.matchall": "^4.0.6"
  2704. }
  2705. },
  2706. "node_modules/@types/babel__core": {
  2707. "version": "7.20.5",
  2708. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  2709. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  2710. "dev": true,
  2711. "dependencies": {
  2712. "@babel/parser": "^7.20.7",
  2713. "@babel/types": "^7.20.7",
  2714. "@types/babel__generator": "*",
  2715. "@types/babel__template": "*",
  2716. "@types/babel__traverse": "*"
  2717. }
  2718. },
  2719. "node_modules/@types/babel__generator": {
  2720. "version": "7.6.8",
  2721. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
  2722. "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
  2723. "dev": true,
  2724. "dependencies": {
  2725. "@babel/types": "^7.0.0"
  2726. }
  2727. },
  2728. "node_modules/@types/babel__template": {
  2729. "version": "7.4.4",
  2730. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  2731. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  2732. "dev": true,
  2733. "dependencies": {
  2734. "@babel/parser": "^7.1.0",
  2735. "@babel/types": "^7.0.0"
  2736. }
  2737. },
  2738. "node_modules/@types/babel__traverse": {
  2739. "version": "7.20.6",
  2740. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz",
  2741. "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==",
  2742. "dev": true,
  2743. "dependencies": {
  2744. "@babel/types": "^7.20.7"
  2745. }
  2746. },
  2747. "node_modules/@types/estree": {
  2748. "version": "0.0.39",
  2749. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  2750. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
  2751. "dev": true
  2752. },
  2753. "node_modules/@types/json5": {
  2754. "version": "0.0.29",
  2755. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  2756. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  2757. "dev": true
  2758. },
  2759. "node_modules/@types/mdast": {
  2760. "version": "3.0.15",
  2761. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz",
  2762. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  2763. "dependencies": {
  2764. "@types/unist": "^2"
  2765. }
  2766. },
  2767. "node_modules/@types/node": {
  2768. "version": "22.7.4",
  2769. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz",
  2770. "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==",
  2771. "dev": true,
  2772. "dependencies": {
  2773. "undici-types": "~6.19.2"
  2774. }
  2775. },
  2776. "node_modules/@types/parse-json": {
  2777. "version": "4.0.2",
  2778. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
  2779. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw=="
  2780. },
  2781. "node_modules/@types/prop-types": {
  2782. "version": "15.7.13",
  2783. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz",
  2784. "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA=="
  2785. },
  2786. "node_modules/@types/react": {
  2787. "version": "18.3.10",
  2788. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz",
  2789. "integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==",
  2790. "dependencies": {
  2791. "@types/prop-types": "*",
  2792. "csstype": "^3.0.2"
  2793. }
  2794. },
  2795. "node_modules/@types/react-transition-group": {
  2796. "version": "4.4.11",
  2797. "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.11.tgz",
  2798. "integrity": "sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==",
  2799. "dependencies": {
  2800. "@types/react": "*"
  2801. }
  2802. },
  2803. "node_modules/@types/resolve": {
  2804. "version": "1.17.1",
  2805. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  2806. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  2807. "dev": true,
  2808. "dependencies": {
  2809. "@types/node": "*"
  2810. }
  2811. },
  2812. "node_modules/@types/trusted-types": {
  2813. "version": "2.0.7",
  2814. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  2815. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  2816. "dev": true
  2817. },
  2818. "node_modules/@types/unist": {
  2819. "version": "2.0.11",
  2820. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
  2821. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA=="
  2822. },
  2823. "node_modules/@ungap/structured-clone": {
  2824. "version": "1.2.0",
  2825. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
  2826. "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
  2827. "dev": true
  2828. },
  2829. "node_modules/@vitejs/plugin-react": {
  2830. "version": "4.3.1",
  2831. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz",
  2832. "integrity": "sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==",
  2833. "dev": true,
  2834. "dependencies": {
  2835. "@babel/core": "^7.24.5",
  2836. "@babel/plugin-transform-react-jsx-self": "^7.24.5",
  2837. "@babel/plugin-transform-react-jsx-source": "^7.24.1",
  2838. "@types/babel__core": "^7.20.5",
  2839. "react-refresh": "^0.14.2"
  2840. },
  2841. "engines": {
  2842. "node": "^14.18.0 || >=16.0.0"
  2843. },
  2844. "peerDependencies": {
  2845. "vite": "^4.2.0 || ^5.0.0"
  2846. }
  2847. },
  2848. "node_modules/acorn": {
  2849. "version": "8.12.1",
  2850. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
  2851. "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
  2852. "dev": true,
  2853. "bin": {
  2854. "acorn": "bin/acorn"
  2855. },
  2856. "engines": {
  2857. "node": ">=0.4.0"
  2858. }
  2859. },
  2860. "node_modules/acorn-jsx": {
  2861. "version": "5.3.2",
  2862. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2863. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2864. "dev": true,
  2865. "peerDependencies": {
  2866. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2867. }
  2868. },
  2869. "node_modules/ajv": {
  2870. "version": "6.12.6",
  2871. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  2872. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2873. "dev": true,
  2874. "dependencies": {
  2875. "fast-deep-equal": "^3.1.1",
  2876. "fast-json-stable-stringify": "^2.0.0",
  2877. "json-schema-traverse": "^0.4.1",
  2878. "uri-js": "^4.2.2"
  2879. },
  2880. "funding": {
  2881. "type": "github",
  2882. "url": "https://github.com/sponsors/epoberezkin"
  2883. }
  2884. },
  2885. "node_modules/ansi-regex": {
  2886. "version": "5.0.1",
  2887. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2888. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2889. "dev": true,
  2890. "engines": {
  2891. "node": ">=8"
  2892. }
  2893. },
  2894. "node_modules/ansi-styles": {
  2895. "version": "3.2.1",
  2896. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2897. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2898. "dependencies": {
  2899. "color-convert": "^1.9.0"
  2900. },
  2901. "engines": {
  2902. "node": ">=4"
  2903. }
  2904. },
  2905. "node_modules/argparse": {
  2906. "version": "2.0.1",
  2907. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2908. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2909. "dev": true
  2910. },
  2911. "node_modules/aria-query": {
  2912. "version": "5.1.3",
  2913. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
  2914. "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
  2915. "dev": true,
  2916. "dependencies": {
  2917. "deep-equal": "^2.0.5"
  2918. }
  2919. },
  2920. "node_modules/array-buffer-byte-length": {
  2921. "version": "1.0.1",
  2922. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
  2923. "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
  2924. "dev": true,
  2925. "dependencies": {
  2926. "call-bind": "^1.0.5",
  2927. "is-array-buffer": "^3.0.4"
  2928. },
  2929. "engines": {
  2930. "node": ">= 0.4"
  2931. },
  2932. "funding": {
  2933. "url": "https://github.com/sponsors/ljharb"
  2934. }
  2935. },
  2936. "node_modules/array-includes": {
  2937. "version": "3.1.8",
  2938. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
  2939. "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
  2940. "dev": true,
  2941. "dependencies": {
  2942. "call-bind": "^1.0.7",
  2943. "define-properties": "^1.2.1",
  2944. "es-abstract": "^1.23.2",
  2945. "es-object-atoms": "^1.0.0",
  2946. "get-intrinsic": "^1.2.4",
  2947. "is-string": "^1.0.7"
  2948. },
  2949. "engines": {
  2950. "node": ">= 0.4"
  2951. },
  2952. "funding": {
  2953. "url": "https://github.com/sponsors/ljharb"
  2954. }
  2955. },
  2956. "node_modules/array.prototype.findlast": {
  2957. "version": "1.2.5",
  2958. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2959. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2960. "dev": true,
  2961. "dependencies": {
  2962. "call-bind": "^1.0.7",
  2963. "define-properties": "^1.2.1",
  2964. "es-abstract": "^1.23.2",
  2965. "es-errors": "^1.3.0",
  2966. "es-object-atoms": "^1.0.0",
  2967. "es-shim-unscopables": "^1.0.2"
  2968. },
  2969. "engines": {
  2970. "node": ">= 0.4"
  2971. },
  2972. "funding": {
  2973. "url": "https://github.com/sponsors/ljharb"
  2974. }
  2975. },
  2976. "node_modules/array.prototype.findlastindex": {
  2977. "version": "1.2.5",
  2978. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
  2979. "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
  2980. "dev": true,
  2981. "dependencies": {
  2982. "call-bind": "^1.0.7",
  2983. "define-properties": "^1.2.1",
  2984. "es-abstract": "^1.23.2",
  2985. "es-errors": "^1.3.0",
  2986. "es-object-atoms": "^1.0.0",
  2987. "es-shim-unscopables": "^1.0.2"
  2988. },
  2989. "engines": {
  2990. "node": ">= 0.4"
  2991. },
  2992. "funding": {
  2993. "url": "https://github.com/sponsors/ljharb"
  2994. }
  2995. },
  2996. "node_modules/array.prototype.flat": {
  2997. "version": "1.3.2",
  2998. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
  2999. "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
  3000. "dev": true,
  3001. "dependencies": {
  3002. "call-bind": "^1.0.2",
  3003. "define-properties": "^1.2.0",
  3004. "es-abstract": "^1.22.1",
  3005. "es-shim-unscopables": "^1.0.0"
  3006. },
  3007. "engines": {
  3008. "node": ">= 0.4"
  3009. },
  3010. "funding": {
  3011. "url": "https://github.com/sponsors/ljharb"
  3012. }
  3013. },
  3014. "node_modules/array.prototype.flatmap": {
  3015. "version": "1.3.2",
  3016. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
  3017. "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
  3018. "dev": true,
  3019. "dependencies": {
  3020. "call-bind": "^1.0.2",
  3021. "define-properties": "^1.2.0",
  3022. "es-abstract": "^1.22.1",
  3023. "es-shim-unscopables": "^1.0.0"
  3024. },
  3025. "engines": {
  3026. "node": ">= 0.4"
  3027. },
  3028. "funding": {
  3029. "url": "https://github.com/sponsors/ljharb"
  3030. }
  3031. },
  3032. "node_modules/array.prototype.tosorted": {
  3033. "version": "1.1.4",
  3034. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  3035. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  3036. "dev": true,
  3037. "dependencies": {
  3038. "call-bind": "^1.0.7",
  3039. "define-properties": "^1.2.1",
  3040. "es-abstract": "^1.23.3",
  3041. "es-errors": "^1.3.0",
  3042. "es-shim-unscopables": "^1.0.2"
  3043. },
  3044. "engines": {
  3045. "node": ">= 0.4"
  3046. }
  3047. },
  3048. "node_modules/arraybuffer.prototype.slice": {
  3049. "version": "1.0.3",
  3050. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
  3051. "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
  3052. "dev": true,
  3053. "dependencies": {
  3054. "array-buffer-byte-length": "^1.0.1",
  3055. "call-bind": "^1.0.5",
  3056. "define-properties": "^1.2.1",
  3057. "es-abstract": "^1.22.3",
  3058. "es-errors": "^1.2.1",
  3059. "get-intrinsic": "^1.2.3",
  3060. "is-array-buffer": "^3.0.4",
  3061. "is-shared-array-buffer": "^1.0.2"
  3062. },
  3063. "engines": {
  3064. "node": ">= 0.4"
  3065. },
  3066. "funding": {
  3067. "url": "https://github.com/sponsors/ljharb"
  3068. }
  3069. },
  3070. "node_modules/ast-types-flow": {
  3071. "version": "0.0.8",
  3072. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  3073. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  3074. "dev": true
  3075. },
  3076. "node_modules/async": {
  3077. "version": "3.2.6",
  3078. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  3079. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  3080. "dev": true
  3081. },
  3082. "node_modules/at-least-node": {
  3083. "version": "1.0.0",
  3084. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  3085. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  3086. "dev": true,
  3087. "engines": {
  3088. "node": ">= 4.0.0"
  3089. }
  3090. },
  3091. "node_modules/available-typed-arrays": {
  3092. "version": "1.0.7",
  3093. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  3094. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  3095. "dev": true,
  3096. "dependencies": {
  3097. "possible-typed-array-names": "^1.0.0"
  3098. },
  3099. "engines": {
  3100. "node": ">= 0.4"
  3101. },
  3102. "funding": {
  3103. "url": "https://github.com/sponsors/ljharb"
  3104. }
  3105. },
  3106. "node_modules/axe-core": {
  3107. "version": "4.10.0",
  3108. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz",
  3109. "integrity": "sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==",
  3110. "dev": true,
  3111. "engines": {
  3112. "node": ">=4"
  3113. }
  3114. },
  3115. "node_modules/axobject-query": {
  3116. "version": "4.1.0",
  3117. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  3118. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  3119. "dev": true,
  3120. "engines": {
  3121. "node": ">= 0.4"
  3122. }
  3123. },
  3124. "node_modules/babel-plugin-macros": {
  3125. "version": "3.1.0",
  3126. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  3127. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  3128. "dependencies": {
  3129. "@babel/runtime": "^7.12.5",
  3130. "cosmiconfig": "^7.0.0",
  3131. "resolve": "^1.19.0"
  3132. },
  3133. "engines": {
  3134. "node": ">=10",
  3135. "npm": ">=6"
  3136. }
  3137. },
  3138. "node_modules/babel-plugin-polyfill-corejs2": {
  3139. "version": "0.4.11",
  3140. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
  3141. "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
  3142. "dev": true,
  3143. "dependencies": {
  3144. "@babel/compat-data": "^7.22.6",
  3145. "@babel/helper-define-polyfill-provider": "^0.6.2",
  3146. "semver": "^6.3.1"
  3147. },
  3148. "peerDependencies": {
  3149. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3150. }
  3151. },
  3152. "node_modules/babel-plugin-polyfill-corejs3": {
  3153. "version": "0.10.6",
  3154. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
  3155. "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
  3156. "dev": true,
  3157. "dependencies": {
  3158. "@babel/helper-define-polyfill-provider": "^0.6.2",
  3159. "core-js-compat": "^3.38.0"
  3160. },
  3161. "peerDependencies": {
  3162. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3163. }
  3164. },
  3165. "node_modules/babel-plugin-polyfill-regenerator": {
  3166. "version": "0.6.2",
  3167. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
  3168. "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
  3169. "dev": true,
  3170. "dependencies": {
  3171. "@babel/helper-define-polyfill-provider": "^0.6.2"
  3172. },
  3173. "peerDependencies": {
  3174. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3175. }
  3176. },
  3177. "node_modules/bail": {
  3178. "version": "1.0.5",
  3179. "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
  3180. "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
  3181. "funding": {
  3182. "type": "github",
  3183. "url": "https://github.com/sponsors/wooorm"
  3184. }
  3185. },
  3186. "node_modules/balanced-match": {
  3187. "version": "1.0.2",
  3188. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3189. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3190. "dev": true
  3191. },
  3192. "node_modules/brace-expansion": {
  3193. "version": "1.1.11",
  3194. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  3195. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  3196. "dev": true,
  3197. "dependencies": {
  3198. "balanced-match": "^1.0.0",
  3199. "concat-map": "0.0.1"
  3200. }
  3201. },
  3202. "node_modules/braces": {
  3203. "version": "3.0.3",
  3204. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  3205. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3206. "dev": true,
  3207. "dependencies": {
  3208. "fill-range": "^7.1.1"
  3209. },
  3210. "engines": {
  3211. "node": ">=8"
  3212. }
  3213. },
  3214. "node_modules/browserslist": {
  3215. "version": "4.24.0",
  3216. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.0.tgz",
  3217. "integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==",
  3218. "dev": true,
  3219. "funding": [
  3220. {
  3221. "type": "opencollective",
  3222. "url": "https://opencollective.com/browserslist"
  3223. },
  3224. {
  3225. "type": "tidelift",
  3226. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3227. },
  3228. {
  3229. "type": "github",
  3230. "url": "https://github.com/sponsors/ai"
  3231. }
  3232. ],
  3233. "dependencies": {
  3234. "caniuse-lite": "^1.0.30001663",
  3235. "electron-to-chromium": "^1.5.28",
  3236. "node-releases": "^2.0.18",
  3237. "update-browserslist-db": "^1.1.0"
  3238. },
  3239. "bin": {
  3240. "browserslist": "cli.js"
  3241. },
  3242. "engines": {
  3243. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3244. }
  3245. },
  3246. "node_modules/buffer-from": {
  3247. "version": "1.1.2",
  3248. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  3249. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  3250. "dev": true
  3251. },
  3252. "node_modules/builtin-modules": {
  3253. "version": "3.3.0",
  3254. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  3255. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  3256. "dev": true,
  3257. "engines": {
  3258. "node": ">=6"
  3259. },
  3260. "funding": {
  3261. "url": "https://github.com/sponsors/sindresorhus"
  3262. }
  3263. },
  3264. "node_modules/call-bind": {
  3265. "version": "1.0.7",
  3266. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
  3267. "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
  3268. "dev": true,
  3269. "dependencies": {
  3270. "es-define-property": "^1.0.0",
  3271. "es-errors": "^1.3.0",
  3272. "function-bind": "^1.1.2",
  3273. "get-intrinsic": "^1.2.4",
  3274. "set-function-length": "^1.2.1"
  3275. },
  3276. "engines": {
  3277. "node": ">= 0.4"
  3278. },
  3279. "funding": {
  3280. "url": "https://github.com/sponsors/ljharb"
  3281. }
  3282. },
  3283. "node_modules/callsites": {
  3284. "version": "3.1.0",
  3285. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3286. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3287. "engines": {
  3288. "node": ">=6"
  3289. }
  3290. },
  3291. "node_modules/caniuse-lite": {
  3292. "version": "1.0.30001664",
  3293. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001664.tgz",
  3294. "integrity": "sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==",
  3295. "dev": true,
  3296. "funding": [
  3297. {
  3298. "type": "opencollective",
  3299. "url": "https://opencollective.com/browserslist"
  3300. },
  3301. {
  3302. "type": "tidelift",
  3303. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3304. },
  3305. {
  3306. "type": "github",
  3307. "url": "https://github.com/sponsors/ai"
  3308. }
  3309. ]
  3310. },
  3311. "node_modules/chalk": {
  3312. "version": "2.4.2",
  3313. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  3314. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3315. "dependencies": {
  3316. "ansi-styles": "^3.2.1",
  3317. "escape-string-regexp": "^1.0.5",
  3318. "supports-color": "^5.3.0"
  3319. },
  3320. "engines": {
  3321. "node": ">=4"
  3322. }
  3323. },
  3324. "node_modules/chalk/node_modules/escape-string-regexp": {
  3325. "version": "1.0.5",
  3326. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  3327. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  3328. "engines": {
  3329. "node": ">=0.8.0"
  3330. }
  3331. },
  3332. "node_modules/character-entities": {
  3333. "version": "1.2.4",
  3334. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
  3335. "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
  3336. "funding": {
  3337. "type": "github",
  3338. "url": "https://github.com/sponsors/wooorm"
  3339. }
  3340. },
  3341. "node_modules/character-entities-legacy": {
  3342. "version": "1.1.4",
  3343. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
  3344. "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
  3345. "funding": {
  3346. "type": "github",
  3347. "url": "https://github.com/sponsors/wooorm"
  3348. }
  3349. },
  3350. "node_modules/character-reference-invalid": {
  3351. "version": "1.1.4",
  3352. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
  3353. "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
  3354. "funding": {
  3355. "type": "github",
  3356. "url": "https://github.com/sponsors/wooorm"
  3357. }
  3358. },
  3359. "node_modules/clsx": {
  3360. "version": "2.1.1",
  3361. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  3362. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  3363. "engines": {
  3364. "node": ">=6"
  3365. }
  3366. },
  3367. "node_modules/color-convert": {
  3368. "version": "1.9.3",
  3369. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  3370. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  3371. "dependencies": {
  3372. "color-name": "1.1.3"
  3373. }
  3374. },
  3375. "node_modules/color-name": {
  3376. "version": "1.1.3",
  3377. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  3378. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  3379. },
  3380. "node_modules/comma-separated-tokens": {
  3381. "version": "1.0.8",
  3382. "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
  3383. "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
  3384. "funding": {
  3385. "type": "github",
  3386. "url": "https://github.com/sponsors/wooorm"
  3387. }
  3388. },
  3389. "node_modules/commander": {
  3390. "version": "2.20.3",
  3391. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  3392. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  3393. "dev": true
  3394. },
  3395. "node_modules/common-tags": {
  3396. "version": "1.8.2",
  3397. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  3398. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  3399. "dev": true,
  3400. "engines": {
  3401. "node": ">=4.0.0"
  3402. }
  3403. },
  3404. "node_modules/concat-map": {
  3405. "version": "0.0.1",
  3406. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3407. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3408. "dev": true
  3409. },
  3410. "node_modules/confusing-browser-globals": {
  3411. "version": "1.0.11",
  3412. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  3413. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
  3414. "dev": true
  3415. },
  3416. "node_modules/convert-source-map": {
  3417. "version": "1.9.0",
  3418. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  3419. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  3420. },
  3421. "node_modules/core-js-compat": {
  3422. "version": "3.38.1",
  3423. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz",
  3424. "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==",
  3425. "dev": true,
  3426. "dependencies": {
  3427. "browserslist": "^4.23.3"
  3428. },
  3429. "funding": {
  3430. "type": "opencollective",
  3431. "url": "https://opencollective.com/core-js"
  3432. }
  3433. },
  3434. "node_modules/cosmiconfig": {
  3435. "version": "7.1.0",
  3436. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  3437. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  3438. "dependencies": {
  3439. "@types/parse-json": "^4.0.0",
  3440. "import-fresh": "^3.2.1",
  3441. "parse-json": "^5.0.0",
  3442. "path-type": "^4.0.0",
  3443. "yaml": "^1.10.0"
  3444. },
  3445. "engines": {
  3446. "node": ">=10"
  3447. }
  3448. },
  3449. "node_modules/cross-fetch": {
  3450. "version": "3.1.5",
  3451. "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
  3452. "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
  3453. "dependencies": {
  3454. "node-fetch": "2.6.7"
  3455. }
  3456. },
  3457. "node_modules/cross-spawn": {
  3458. "version": "7.0.3",
  3459. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  3460. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  3461. "dev": true,
  3462. "dependencies": {
  3463. "path-key": "^3.1.0",
  3464. "shebang-command": "^2.0.0",
  3465. "which": "^2.0.1"
  3466. },
  3467. "engines": {
  3468. "node": ">= 8"
  3469. }
  3470. },
  3471. "node_modules/crypto-random-string": {
  3472. "version": "2.0.0",
  3473. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  3474. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  3475. "dev": true,
  3476. "engines": {
  3477. "node": ">=8"
  3478. }
  3479. },
  3480. "node_modules/cssjanus": {
  3481. "version": "2.3.0",
  3482. "resolved": "https://registry.npmjs.org/cssjanus/-/cssjanus-2.3.0.tgz",
  3483. "integrity": "sha512-ZZXXn51SnxRxAZ6fdY7mBDPmA4OZd83q/J9Gdqz3YmE9TUq+9tZl+tdOnCi7PpNygI6PEkehj9rgifv5+W8a5A==",
  3484. "engines": {
  3485. "node": ">=10.0.0"
  3486. }
  3487. },
  3488. "node_modules/csstype": {
  3489. "version": "3.1.3",
  3490. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  3491. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  3492. },
  3493. "node_modules/damerau-levenshtein": {
  3494. "version": "1.0.8",
  3495. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  3496. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  3497. "dev": true
  3498. },
  3499. "node_modules/data-view-buffer": {
  3500. "version": "1.0.1",
  3501. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
  3502. "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
  3503. "dev": true,
  3504. "dependencies": {
  3505. "call-bind": "^1.0.6",
  3506. "es-errors": "^1.3.0",
  3507. "is-data-view": "^1.0.1"
  3508. },
  3509. "engines": {
  3510. "node": ">= 0.4"
  3511. },
  3512. "funding": {
  3513. "url": "https://github.com/sponsors/ljharb"
  3514. }
  3515. },
  3516. "node_modules/data-view-byte-length": {
  3517. "version": "1.0.1",
  3518. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
  3519. "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
  3520. "dev": true,
  3521. "dependencies": {
  3522. "call-bind": "^1.0.7",
  3523. "es-errors": "^1.3.0",
  3524. "is-data-view": "^1.0.1"
  3525. },
  3526. "engines": {
  3527. "node": ">= 0.4"
  3528. },
  3529. "funding": {
  3530. "url": "https://github.com/sponsors/ljharb"
  3531. }
  3532. },
  3533. "node_modules/data-view-byte-offset": {
  3534. "version": "1.0.0",
  3535. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
  3536. "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
  3537. "dev": true,
  3538. "dependencies": {
  3539. "call-bind": "^1.0.6",
  3540. "es-errors": "^1.3.0",
  3541. "is-data-view": "^1.0.1"
  3542. },
  3543. "engines": {
  3544. "node": ">= 0.4"
  3545. },
  3546. "funding": {
  3547. "url": "https://github.com/sponsors/ljharb"
  3548. }
  3549. },
  3550. "node_modules/debug": {
  3551. "version": "4.3.7",
  3552. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
  3553. "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  3554. "dependencies": {
  3555. "ms": "^2.1.3"
  3556. },
  3557. "engines": {
  3558. "node": ">=6.0"
  3559. },
  3560. "peerDependenciesMeta": {
  3561. "supports-color": {
  3562. "optional": true
  3563. }
  3564. }
  3565. },
  3566. "node_modules/deep-equal": {
  3567. "version": "2.2.3",
  3568. "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz",
  3569. "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==",
  3570. "dev": true,
  3571. "dependencies": {
  3572. "array-buffer-byte-length": "^1.0.0",
  3573. "call-bind": "^1.0.5",
  3574. "es-get-iterator": "^1.1.3",
  3575. "get-intrinsic": "^1.2.2",
  3576. "is-arguments": "^1.1.1",
  3577. "is-array-buffer": "^3.0.2",
  3578. "is-date-object": "^1.0.5",
  3579. "is-regex": "^1.1.4",
  3580. "is-shared-array-buffer": "^1.0.2",
  3581. "isarray": "^2.0.5",
  3582. "object-is": "^1.1.5",
  3583. "object-keys": "^1.1.1",
  3584. "object.assign": "^4.1.4",
  3585. "regexp.prototype.flags": "^1.5.1",
  3586. "side-channel": "^1.0.4",
  3587. "which-boxed-primitive": "^1.0.2",
  3588. "which-collection": "^1.0.1",
  3589. "which-typed-array": "^1.1.13"
  3590. },
  3591. "engines": {
  3592. "node": ">= 0.4"
  3593. },
  3594. "funding": {
  3595. "url": "https://github.com/sponsors/ljharb"
  3596. }
  3597. },
  3598. "node_modules/deep-is": {
  3599. "version": "0.1.4",
  3600. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3601. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3602. "dev": true
  3603. },
  3604. "node_modules/deepmerge": {
  3605. "version": "4.3.1",
  3606. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  3607. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  3608. "dev": true,
  3609. "engines": {
  3610. "node": ">=0.10.0"
  3611. }
  3612. },
  3613. "node_modules/define-data-property": {
  3614. "version": "1.1.4",
  3615. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  3616. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  3617. "dev": true,
  3618. "dependencies": {
  3619. "es-define-property": "^1.0.0",
  3620. "es-errors": "^1.3.0",
  3621. "gopd": "^1.0.1"
  3622. },
  3623. "engines": {
  3624. "node": ">= 0.4"
  3625. },
  3626. "funding": {
  3627. "url": "https://github.com/sponsors/ljharb"
  3628. }
  3629. },
  3630. "node_modules/define-properties": {
  3631. "version": "1.2.1",
  3632. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  3633. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  3634. "dev": true,
  3635. "dependencies": {
  3636. "define-data-property": "^1.0.1",
  3637. "has-property-descriptors": "^1.0.0",
  3638. "object-keys": "^1.1.1"
  3639. },
  3640. "engines": {
  3641. "node": ">= 0.4"
  3642. },
  3643. "funding": {
  3644. "url": "https://github.com/sponsors/ljharb"
  3645. }
  3646. },
  3647. "node_modules/dexie": {
  3648. "version": "3.2.7",
  3649. "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.7.tgz",
  3650. "integrity": "sha512-2a+BXvVhY5op+smDRLxeBAivE7YcYaneXJ1la3HOkUfX9zKkE/AJ8CNgjiXbtXepFyFmJNGSbmjOwqbT749r/w==",
  3651. "engines": {
  3652. "node": ">=6.0"
  3653. }
  3654. },
  3655. "node_modules/dexie-react-hooks": {
  3656. "version": "1.1.7",
  3657. "resolved": "https://registry.npmjs.org/dexie-react-hooks/-/dexie-react-hooks-1.1.7.tgz",
  3658. "integrity": "sha512-Lwv5W0Hk+uOW3kGnsU9GZoR1er1B7WQ5DSdonoNG+focTNeJbHW6vi6nBoX534VKI3/uwHebYzSw1fwY6a7mTw==",
  3659. "peerDependencies": {
  3660. "@types/react": ">=16",
  3661. "dexie": "^3.2 || ^4.0.1-alpha",
  3662. "react": ">=16"
  3663. }
  3664. },
  3665. "node_modules/doctrine": {
  3666. "version": "3.0.0",
  3667. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  3668. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  3669. "dev": true,
  3670. "dependencies": {
  3671. "esutils": "^2.0.2"
  3672. },
  3673. "engines": {
  3674. "node": ">=6.0.0"
  3675. }
  3676. },
  3677. "node_modules/dom-helpers": {
  3678. "version": "5.2.1",
  3679. "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
  3680. "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
  3681. "dependencies": {
  3682. "@babel/runtime": "^7.8.7",
  3683. "csstype": "^3.0.2"
  3684. }
  3685. },
  3686. "node_modules/ejs": {
  3687. "version": "3.1.10",
  3688. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
  3689. "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
  3690. "dev": true,
  3691. "dependencies": {
  3692. "jake": "^10.8.5"
  3693. },
  3694. "bin": {
  3695. "ejs": "bin/cli.js"
  3696. },
  3697. "engines": {
  3698. "node": ">=0.10.0"
  3699. }
  3700. },
  3701. "node_modules/electron-to-chromium": {
  3702. "version": "1.5.29",
  3703. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz",
  3704. "integrity": "sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==",
  3705. "dev": true
  3706. },
  3707. "node_modules/emoji-regex": {
  3708. "version": "9.2.2",
  3709. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  3710. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  3711. "dev": true
  3712. },
  3713. "node_modules/error-ex": {
  3714. "version": "1.3.2",
  3715. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  3716. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  3717. "dependencies": {
  3718. "is-arrayish": "^0.2.1"
  3719. }
  3720. },
  3721. "node_modules/error-stack-parser": {
  3722. "version": "2.1.4",
  3723. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  3724. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  3725. "dependencies": {
  3726. "stackframe": "^1.3.4"
  3727. }
  3728. },
  3729. "node_modules/es-abstract": {
  3730. "version": "1.23.3",
  3731. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
  3732. "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
  3733. "dev": true,
  3734. "dependencies": {
  3735. "array-buffer-byte-length": "^1.0.1",
  3736. "arraybuffer.prototype.slice": "^1.0.3",
  3737. "available-typed-arrays": "^1.0.7",
  3738. "call-bind": "^1.0.7",
  3739. "data-view-buffer": "^1.0.1",
  3740. "data-view-byte-length": "^1.0.1",
  3741. "data-view-byte-offset": "^1.0.0",
  3742. "es-define-property": "^1.0.0",
  3743. "es-errors": "^1.3.0",
  3744. "es-object-atoms": "^1.0.0",
  3745. "es-set-tostringtag": "^2.0.3",
  3746. "es-to-primitive": "^1.2.1",
  3747. "function.prototype.name": "^1.1.6",
  3748. "get-intrinsic": "^1.2.4",
  3749. "get-symbol-description": "^1.0.2",
  3750. "globalthis": "^1.0.3",
  3751. "gopd": "^1.0.1",
  3752. "has-property-descriptors": "^1.0.2",
  3753. "has-proto": "^1.0.3",
  3754. "has-symbols": "^1.0.3",
  3755. "hasown": "^2.0.2",
  3756. "internal-slot": "^1.0.7",
  3757. "is-array-buffer": "^3.0.4",
  3758. "is-callable": "^1.2.7",
  3759. "is-data-view": "^1.0.1",
  3760. "is-negative-zero": "^2.0.3",
  3761. "is-regex": "^1.1.4",
  3762. "is-shared-array-buffer": "^1.0.3",
  3763. "is-string": "^1.0.7",
  3764. "is-typed-array": "^1.1.13",
  3765. "is-weakref": "^1.0.2",
  3766. "object-inspect": "^1.13.1",
  3767. "object-keys": "^1.1.1",
  3768. "object.assign": "^4.1.5",
  3769. "regexp.prototype.flags": "^1.5.2",
  3770. "safe-array-concat": "^1.1.2",
  3771. "safe-regex-test": "^1.0.3",
  3772. "string.prototype.trim": "^1.2.9",
  3773. "string.prototype.trimend": "^1.0.8",
  3774. "string.prototype.trimstart": "^1.0.8",
  3775. "typed-array-buffer": "^1.0.2",
  3776. "typed-array-byte-length": "^1.0.1",
  3777. "typed-array-byte-offset": "^1.0.2",
  3778. "typed-array-length": "^1.0.6",
  3779. "unbox-primitive": "^1.0.2",
  3780. "which-typed-array": "^1.1.15"
  3781. },
  3782. "engines": {
  3783. "node": ">= 0.4"
  3784. },
  3785. "funding": {
  3786. "url": "https://github.com/sponsors/ljharb"
  3787. }
  3788. },
  3789. "node_modules/es-define-property": {
  3790. "version": "1.0.0",
  3791. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
  3792. "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
  3793. "dev": true,
  3794. "dependencies": {
  3795. "get-intrinsic": "^1.2.4"
  3796. },
  3797. "engines": {
  3798. "node": ">= 0.4"
  3799. }
  3800. },
  3801. "node_modules/es-errors": {
  3802. "version": "1.3.0",
  3803. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  3804. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3805. "dev": true,
  3806. "engines": {
  3807. "node": ">= 0.4"
  3808. }
  3809. },
  3810. "node_modules/es-get-iterator": {
  3811. "version": "1.1.3",
  3812. "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
  3813. "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
  3814. "dev": true,
  3815. "dependencies": {
  3816. "call-bind": "^1.0.2",
  3817. "get-intrinsic": "^1.1.3",
  3818. "has-symbols": "^1.0.3",
  3819. "is-arguments": "^1.1.1",
  3820. "is-map": "^2.0.2",
  3821. "is-set": "^2.0.2",
  3822. "is-string": "^1.0.7",
  3823. "isarray": "^2.0.5",
  3824. "stop-iteration-iterator": "^1.0.0"
  3825. },
  3826. "funding": {
  3827. "url": "https://github.com/sponsors/ljharb"
  3828. }
  3829. },
  3830. "node_modules/es-iterator-helpers": {
  3831. "version": "1.0.19",
  3832. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz",
  3833. "integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==",
  3834. "dev": true,
  3835. "dependencies": {
  3836. "call-bind": "^1.0.7",
  3837. "define-properties": "^1.2.1",
  3838. "es-abstract": "^1.23.3",
  3839. "es-errors": "^1.3.0",
  3840. "es-set-tostringtag": "^2.0.3",
  3841. "function-bind": "^1.1.2",
  3842. "get-intrinsic": "^1.2.4",
  3843. "globalthis": "^1.0.3",
  3844. "has-property-descriptors": "^1.0.2",
  3845. "has-proto": "^1.0.3",
  3846. "has-symbols": "^1.0.3",
  3847. "internal-slot": "^1.0.7",
  3848. "iterator.prototype": "^1.1.2",
  3849. "safe-array-concat": "^1.1.2"
  3850. },
  3851. "engines": {
  3852. "node": ">= 0.4"
  3853. }
  3854. },
  3855. "node_modules/es-object-atoms": {
  3856. "version": "1.0.0",
  3857. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
  3858. "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
  3859. "dev": true,
  3860. "dependencies": {
  3861. "es-errors": "^1.3.0"
  3862. },
  3863. "engines": {
  3864. "node": ">= 0.4"
  3865. }
  3866. },
  3867. "node_modules/es-set-tostringtag": {
  3868. "version": "2.0.3",
  3869. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
  3870. "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
  3871. "dev": true,
  3872. "dependencies": {
  3873. "get-intrinsic": "^1.2.4",
  3874. "has-tostringtag": "^1.0.2",
  3875. "hasown": "^2.0.1"
  3876. },
  3877. "engines": {
  3878. "node": ">= 0.4"
  3879. }
  3880. },
  3881. "node_modules/es-shim-unscopables": {
  3882. "version": "1.0.2",
  3883. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
  3884. "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
  3885. "dev": true,
  3886. "dependencies": {
  3887. "hasown": "^2.0.0"
  3888. }
  3889. },
  3890. "node_modules/es-to-primitive": {
  3891. "version": "1.2.1",
  3892. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  3893. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  3894. "dev": true,
  3895. "dependencies": {
  3896. "is-callable": "^1.1.4",
  3897. "is-date-object": "^1.0.1",
  3898. "is-symbol": "^1.0.2"
  3899. },
  3900. "engines": {
  3901. "node": ">= 0.4"
  3902. },
  3903. "funding": {
  3904. "url": "https://github.com/sponsors/ljharb"
  3905. }
  3906. },
  3907. "node_modules/esbuild": {
  3908. "version": "0.18.20",
  3909. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
  3910. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  3911. "dev": true,
  3912. "hasInstallScript": true,
  3913. "bin": {
  3914. "esbuild": "bin/esbuild"
  3915. },
  3916. "engines": {
  3917. "node": ">=12"
  3918. },
  3919. "optionalDependencies": {
  3920. "@esbuild/android-arm": "0.18.20",
  3921. "@esbuild/android-arm64": "0.18.20",
  3922. "@esbuild/android-x64": "0.18.20",
  3923. "@esbuild/darwin-arm64": "0.18.20",
  3924. "@esbuild/darwin-x64": "0.18.20",
  3925. "@esbuild/freebsd-arm64": "0.18.20",
  3926. "@esbuild/freebsd-x64": "0.18.20",
  3927. "@esbuild/linux-arm": "0.18.20",
  3928. "@esbuild/linux-arm64": "0.18.20",
  3929. "@esbuild/linux-ia32": "0.18.20",
  3930. "@esbuild/linux-loong64": "0.18.20",
  3931. "@esbuild/linux-mips64el": "0.18.20",
  3932. "@esbuild/linux-ppc64": "0.18.20",
  3933. "@esbuild/linux-riscv64": "0.18.20",
  3934. "@esbuild/linux-s390x": "0.18.20",
  3935. "@esbuild/linux-x64": "0.18.20",
  3936. "@esbuild/netbsd-x64": "0.18.20",
  3937. "@esbuild/openbsd-x64": "0.18.20",
  3938. "@esbuild/sunos-x64": "0.18.20",
  3939. "@esbuild/win32-arm64": "0.18.20",
  3940. "@esbuild/win32-ia32": "0.18.20",
  3941. "@esbuild/win32-x64": "0.18.20"
  3942. }
  3943. },
  3944. "node_modules/escalade": {
  3945. "version": "3.2.0",
  3946. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  3947. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3948. "dev": true,
  3949. "engines": {
  3950. "node": ">=6"
  3951. }
  3952. },
  3953. "node_modules/escape-string-regexp": {
  3954. "version": "4.0.0",
  3955. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3956. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3957. "engines": {
  3958. "node": ">=10"
  3959. },
  3960. "funding": {
  3961. "url": "https://github.com/sponsors/sindresorhus"
  3962. }
  3963. },
  3964. "node_modules/eslint": {
  3965. "version": "8.57.1",
  3966. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  3967. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  3968. "dev": true,
  3969. "dependencies": {
  3970. "@eslint-community/eslint-utils": "^4.2.0",
  3971. "@eslint-community/regexpp": "^4.6.1",
  3972. "@eslint/eslintrc": "^2.1.4",
  3973. "@eslint/js": "8.57.1",
  3974. "@humanwhocodes/config-array": "^0.13.0",
  3975. "@humanwhocodes/module-importer": "^1.0.1",
  3976. "@nodelib/fs.walk": "^1.2.8",
  3977. "@ungap/structured-clone": "^1.2.0",
  3978. "ajv": "^6.12.4",
  3979. "chalk": "^4.0.0",
  3980. "cross-spawn": "^7.0.2",
  3981. "debug": "^4.3.2",
  3982. "doctrine": "^3.0.0",
  3983. "escape-string-regexp": "^4.0.0",
  3984. "eslint-scope": "^7.2.2",
  3985. "eslint-visitor-keys": "^3.4.3",
  3986. "espree": "^9.6.1",
  3987. "esquery": "^1.4.2",
  3988. "esutils": "^2.0.2",
  3989. "fast-deep-equal": "^3.1.3",
  3990. "file-entry-cache": "^6.0.1",
  3991. "find-up": "^5.0.0",
  3992. "glob-parent": "^6.0.2",
  3993. "globals": "^13.19.0",
  3994. "graphemer": "^1.4.0",
  3995. "ignore": "^5.2.0",
  3996. "imurmurhash": "^0.1.4",
  3997. "is-glob": "^4.0.0",
  3998. "is-path-inside": "^3.0.3",
  3999. "js-yaml": "^4.1.0",
  4000. "json-stable-stringify-without-jsonify": "^1.0.1",
  4001. "levn": "^0.4.1",
  4002. "lodash.merge": "^4.6.2",
  4003. "minimatch": "^3.1.2",
  4004. "natural-compare": "^1.4.0",
  4005. "optionator": "^0.9.3",
  4006. "strip-ansi": "^6.0.1",
  4007. "text-table": "^0.2.0"
  4008. },
  4009. "bin": {
  4010. "eslint": "bin/eslint.js"
  4011. },
  4012. "engines": {
  4013. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4014. },
  4015. "funding": {
  4016. "url": "https://opencollective.com/eslint"
  4017. }
  4018. },
  4019. "node_modules/eslint-config-airbnb": {
  4020. "version": "19.0.4",
  4021. "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz",
  4022. "integrity": "sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==",
  4023. "dev": true,
  4024. "dependencies": {
  4025. "eslint-config-airbnb-base": "^15.0.0",
  4026. "object.assign": "^4.1.2",
  4027. "object.entries": "^1.1.5"
  4028. },
  4029. "engines": {
  4030. "node": "^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0"
  4031. },
  4032. "peerDependencies": {
  4033. "eslint": "^7.32.0 || ^8.2.0",
  4034. "eslint-plugin-import": "^2.25.3",
  4035. "eslint-plugin-jsx-a11y": "^6.5.1",
  4036. "eslint-plugin-react": "^7.28.0",
  4037. "eslint-plugin-react-hooks": "^4.3.0"
  4038. }
  4039. },
  4040. "node_modules/eslint-config-airbnb-base": {
  4041. "version": "15.0.0",
  4042. "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz",
  4043. "integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==",
  4044. "dev": true,
  4045. "dependencies": {
  4046. "confusing-browser-globals": "^1.0.10",
  4047. "object.assign": "^4.1.2",
  4048. "object.entries": "^1.1.5",
  4049. "semver": "^6.3.0"
  4050. },
  4051. "engines": {
  4052. "node": "^10.12.0 || >=12.0.0"
  4053. },
  4054. "peerDependencies": {
  4055. "eslint": "^7.32.0 || ^8.2.0",
  4056. "eslint-plugin-import": "^2.25.2"
  4057. }
  4058. },
  4059. "node_modules/eslint-config-prettier": {
  4060. "version": "8.10.0",
  4061. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
  4062. "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
  4063. "dev": true,
  4064. "bin": {
  4065. "eslint-config-prettier": "bin/cli.js"
  4066. },
  4067. "peerDependencies": {
  4068. "eslint": ">=7.0.0"
  4069. }
  4070. },
  4071. "node_modules/eslint-import-resolver-node": {
  4072. "version": "0.3.9",
  4073. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  4074. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  4075. "dev": true,
  4076. "dependencies": {
  4077. "debug": "^3.2.7",
  4078. "is-core-module": "^2.13.0",
  4079. "resolve": "^1.22.4"
  4080. }
  4081. },
  4082. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  4083. "version": "3.2.7",
  4084. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4085. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4086. "dev": true,
  4087. "dependencies": {
  4088. "ms": "^2.1.1"
  4089. }
  4090. },
  4091. "node_modules/eslint-module-utils": {
  4092. "version": "2.12.0",
  4093. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
  4094. "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
  4095. "dev": true,
  4096. "dependencies": {
  4097. "debug": "^3.2.7"
  4098. },
  4099. "engines": {
  4100. "node": ">=4"
  4101. },
  4102. "peerDependenciesMeta": {
  4103. "eslint": {
  4104. "optional": true
  4105. }
  4106. }
  4107. },
  4108. "node_modules/eslint-module-utils/node_modules/debug": {
  4109. "version": "3.2.7",
  4110. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4111. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4112. "dev": true,
  4113. "dependencies": {
  4114. "ms": "^2.1.1"
  4115. }
  4116. },
  4117. "node_modules/eslint-plugin-import": {
  4118. "version": "2.30.0",
  4119. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz",
  4120. "integrity": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==",
  4121. "dev": true,
  4122. "dependencies": {
  4123. "@rtsao/scc": "^1.1.0",
  4124. "array-includes": "^3.1.8",
  4125. "array.prototype.findlastindex": "^1.2.5",
  4126. "array.prototype.flat": "^1.3.2",
  4127. "array.prototype.flatmap": "^1.3.2",
  4128. "debug": "^3.2.7",
  4129. "doctrine": "^2.1.0",
  4130. "eslint-import-resolver-node": "^0.3.9",
  4131. "eslint-module-utils": "^2.9.0",
  4132. "hasown": "^2.0.2",
  4133. "is-core-module": "^2.15.1",
  4134. "is-glob": "^4.0.3",
  4135. "minimatch": "^3.1.2",
  4136. "object.fromentries": "^2.0.8",
  4137. "object.groupby": "^1.0.3",
  4138. "object.values": "^1.2.0",
  4139. "semver": "^6.3.1",
  4140. "tsconfig-paths": "^3.15.0"
  4141. },
  4142. "engines": {
  4143. "node": ">=4"
  4144. },
  4145. "peerDependencies": {
  4146. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  4147. }
  4148. },
  4149. "node_modules/eslint-plugin-import/node_modules/debug": {
  4150. "version": "3.2.7",
  4151. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4152. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4153. "dev": true,
  4154. "dependencies": {
  4155. "ms": "^2.1.1"
  4156. }
  4157. },
  4158. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  4159. "version": "2.1.0",
  4160. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  4161. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  4162. "dev": true,
  4163. "dependencies": {
  4164. "esutils": "^2.0.2"
  4165. },
  4166. "engines": {
  4167. "node": ">=0.10.0"
  4168. }
  4169. },
  4170. "node_modules/eslint-plugin-jsx-a11y": {
  4171. "version": "6.10.0",
  4172. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz",
  4173. "integrity": "sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==",
  4174. "dev": true,
  4175. "dependencies": {
  4176. "aria-query": "~5.1.3",
  4177. "array-includes": "^3.1.8",
  4178. "array.prototype.flatmap": "^1.3.2",
  4179. "ast-types-flow": "^0.0.8",
  4180. "axe-core": "^4.10.0",
  4181. "axobject-query": "^4.1.0",
  4182. "damerau-levenshtein": "^1.0.8",
  4183. "emoji-regex": "^9.2.2",
  4184. "es-iterator-helpers": "^1.0.19",
  4185. "hasown": "^2.0.2",
  4186. "jsx-ast-utils": "^3.3.5",
  4187. "language-tags": "^1.0.9",
  4188. "minimatch": "^3.1.2",
  4189. "object.fromentries": "^2.0.8",
  4190. "safe-regex-test": "^1.0.3",
  4191. "string.prototype.includes": "^2.0.0"
  4192. },
  4193. "engines": {
  4194. "node": ">=4.0"
  4195. },
  4196. "peerDependencies": {
  4197. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  4198. }
  4199. },
  4200. "node_modules/eslint-plugin-react": {
  4201. "version": "7.37.0",
  4202. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz",
  4203. "integrity": "sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==",
  4204. "dev": true,
  4205. "dependencies": {
  4206. "array-includes": "^3.1.8",
  4207. "array.prototype.findlast": "^1.2.5",
  4208. "array.prototype.flatmap": "^1.3.2",
  4209. "array.prototype.tosorted": "^1.1.4",
  4210. "doctrine": "^2.1.0",
  4211. "es-iterator-helpers": "^1.0.19",
  4212. "estraverse": "^5.3.0",
  4213. "hasown": "^2.0.2",
  4214. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  4215. "minimatch": "^3.1.2",
  4216. "object.entries": "^1.1.8",
  4217. "object.fromentries": "^2.0.8",
  4218. "object.values": "^1.2.0",
  4219. "prop-types": "^15.8.1",
  4220. "resolve": "^2.0.0-next.5",
  4221. "semver": "^6.3.1",
  4222. "string.prototype.matchall": "^4.0.11",
  4223. "string.prototype.repeat": "^1.0.0"
  4224. },
  4225. "engines": {
  4226. "node": ">=4"
  4227. },
  4228. "peerDependencies": {
  4229. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  4230. }
  4231. },
  4232. "node_modules/eslint-plugin-react-hooks": {
  4233. "version": "4.6.2",
  4234. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
  4235. "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
  4236. "dev": true,
  4237. "engines": {
  4238. "node": ">=10"
  4239. },
  4240. "peerDependencies": {
  4241. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  4242. }
  4243. },
  4244. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  4245. "version": "2.1.0",
  4246. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  4247. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  4248. "dev": true,
  4249. "dependencies": {
  4250. "esutils": "^2.0.2"
  4251. },
  4252. "engines": {
  4253. "node": ">=0.10.0"
  4254. }
  4255. },
  4256. "node_modules/eslint-plugin-react/node_modules/resolve": {
  4257. "version": "2.0.0-next.5",
  4258. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  4259. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  4260. "dev": true,
  4261. "dependencies": {
  4262. "is-core-module": "^2.13.0",
  4263. "path-parse": "^1.0.7",
  4264. "supports-preserve-symlinks-flag": "^1.0.0"
  4265. },
  4266. "bin": {
  4267. "resolve": "bin/resolve"
  4268. },
  4269. "funding": {
  4270. "url": "https://github.com/sponsors/ljharb"
  4271. }
  4272. },
  4273. "node_modules/eslint-scope": {
  4274. "version": "7.2.2",
  4275. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  4276. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  4277. "dev": true,
  4278. "dependencies": {
  4279. "esrecurse": "^4.3.0",
  4280. "estraverse": "^5.2.0"
  4281. },
  4282. "engines": {
  4283. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4284. },
  4285. "funding": {
  4286. "url": "https://opencollective.com/eslint"
  4287. }
  4288. },
  4289. "node_modules/eslint-visitor-keys": {
  4290. "version": "3.4.3",
  4291. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  4292. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  4293. "dev": true,
  4294. "engines": {
  4295. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4296. },
  4297. "funding": {
  4298. "url": "https://opencollective.com/eslint"
  4299. }
  4300. },
  4301. "node_modules/eslint/node_modules/ansi-styles": {
  4302. "version": "4.3.0",
  4303. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4304. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4305. "dev": true,
  4306. "dependencies": {
  4307. "color-convert": "^2.0.1"
  4308. },
  4309. "engines": {
  4310. "node": ">=8"
  4311. },
  4312. "funding": {
  4313. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4314. }
  4315. },
  4316. "node_modules/eslint/node_modules/chalk": {
  4317. "version": "4.1.2",
  4318. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4319. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4320. "dev": true,
  4321. "dependencies": {
  4322. "ansi-styles": "^4.1.0",
  4323. "supports-color": "^7.1.0"
  4324. },
  4325. "engines": {
  4326. "node": ">=10"
  4327. },
  4328. "funding": {
  4329. "url": "https://github.com/chalk/chalk?sponsor=1"
  4330. }
  4331. },
  4332. "node_modules/eslint/node_modules/color-convert": {
  4333. "version": "2.0.1",
  4334. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4335. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4336. "dev": true,
  4337. "dependencies": {
  4338. "color-name": "~1.1.4"
  4339. },
  4340. "engines": {
  4341. "node": ">=7.0.0"
  4342. }
  4343. },
  4344. "node_modules/eslint/node_modules/color-name": {
  4345. "version": "1.1.4",
  4346. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4347. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4348. "dev": true
  4349. },
  4350. "node_modules/eslint/node_modules/globals": {
  4351. "version": "13.24.0",
  4352. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  4353. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  4354. "dev": true,
  4355. "dependencies": {
  4356. "type-fest": "^0.20.2"
  4357. },
  4358. "engines": {
  4359. "node": ">=8"
  4360. },
  4361. "funding": {
  4362. "url": "https://github.com/sponsors/sindresorhus"
  4363. }
  4364. },
  4365. "node_modules/eslint/node_modules/has-flag": {
  4366. "version": "4.0.0",
  4367. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4368. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4369. "dev": true,
  4370. "engines": {
  4371. "node": ">=8"
  4372. }
  4373. },
  4374. "node_modules/eslint/node_modules/supports-color": {
  4375. "version": "7.2.0",
  4376. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  4377. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  4378. "dev": true,
  4379. "dependencies": {
  4380. "has-flag": "^4.0.0"
  4381. },
  4382. "engines": {
  4383. "node": ">=8"
  4384. }
  4385. },
  4386. "node_modules/eslint/node_modules/type-fest": {
  4387. "version": "0.20.2",
  4388. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  4389. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  4390. "dev": true,
  4391. "engines": {
  4392. "node": ">=10"
  4393. },
  4394. "funding": {
  4395. "url": "https://github.com/sponsors/sindresorhus"
  4396. }
  4397. },
  4398. "node_modules/espree": {
  4399. "version": "9.6.1",
  4400. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  4401. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  4402. "dev": true,
  4403. "dependencies": {
  4404. "acorn": "^8.9.0",
  4405. "acorn-jsx": "^5.3.2",
  4406. "eslint-visitor-keys": "^3.4.1"
  4407. },
  4408. "engines": {
  4409. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4410. },
  4411. "funding": {
  4412. "url": "https://opencollective.com/eslint"
  4413. }
  4414. },
  4415. "node_modules/esquery": {
  4416. "version": "1.6.0",
  4417. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  4418. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  4419. "dev": true,
  4420. "dependencies": {
  4421. "estraverse": "^5.1.0"
  4422. },
  4423. "engines": {
  4424. "node": ">=0.10"
  4425. }
  4426. },
  4427. "node_modules/esrecurse": {
  4428. "version": "4.3.0",
  4429. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4430. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4431. "dev": true,
  4432. "dependencies": {
  4433. "estraverse": "^5.2.0"
  4434. },
  4435. "engines": {
  4436. "node": ">=4.0"
  4437. }
  4438. },
  4439. "node_modules/estraverse": {
  4440. "version": "5.3.0",
  4441. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4442. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4443. "dev": true,
  4444. "engines": {
  4445. "node": ">=4.0"
  4446. }
  4447. },
  4448. "node_modules/estree-walker": {
  4449. "version": "1.0.1",
  4450. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  4451. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
  4452. "dev": true
  4453. },
  4454. "node_modules/esutils": {
  4455. "version": "2.0.3",
  4456. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  4457. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4458. "dev": true,
  4459. "engines": {
  4460. "node": ">=0.10.0"
  4461. }
  4462. },
  4463. "node_modules/extend": {
  4464. "version": "3.0.2",
  4465. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  4466. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  4467. },
  4468. "node_modules/fast-deep-equal": {
  4469. "version": "3.1.3",
  4470. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4471. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4472. "dev": true
  4473. },
  4474. "node_modules/fast-glob": {
  4475. "version": "3.3.2",
  4476. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  4477. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  4478. "dev": true,
  4479. "dependencies": {
  4480. "@nodelib/fs.stat": "^2.0.2",
  4481. "@nodelib/fs.walk": "^1.2.3",
  4482. "glob-parent": "^5.1.2",
  4483. "merge2": "^1.3.0",
  4484. "micromatch": "^4.0.4"
  4485. },
  4486. "engines": {
  4487. "node": ">=8.6.0"
  4488. }
  4489. },
  4490. "node_modules/fast-glob/node_modules/glob-parent": {
  4491. "version": "5.1.2",
  4492. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  4493. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4494. "dev": true,
  4495. "dependencies": {
  4496. "is-glob": "^4.0.1"
  4497. },
  4498. "engines": {
  4499. "node": ">= 6"
  4500. }
  4501. },
  4502. "node_modules/fast-json-stable-stringify": {
  4503. "version": "2.1.0",
  4504. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4505. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4506. "dev": true
  4507. },
  4508. "node_modules/fast-levenshtein": {
  4509. "version": "2.0.6",
  4510. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4511. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4512. "dev": true
  4513. },
  4514. "node_modules/fast-uri": {
  4515. "version": "3.0.2",
  4516. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.2.tgz",
  4517. "integrity": "sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==",
  4518. "dev": true
  4519. },
  4520. "node_modules/fastq": {
  4521. "version": "1.17.1",
  4522. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  4523. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  4524. "dev": true,
  4525. "dependencies": {
  4526. "reusify": "^1.0.4"
  4527. }
  4528. },
  4529. "node_modules/file-entry-cache": {
  4530. "version": "6.0.1",
  4531. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  4532. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  4533. "dev": true,
  4534. "dependencies": {
  4535. "flat-cache": "^3.0.4"
  4536. },
  4537. "engines": {
  4538. "node": "^10.12.0 || >=12.0.0"
  4539. }
  4540. },
  4541. "node_modules/filelist": {
  4542. "version": "1.0.4",
  4543. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  4544. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  4545. "dev": true,
  4546. "dependencies": {
  4547. "minimatch": "^5.0.1"
  4548. }
  4549. },
  4550. "node_modules/filelist/node_modules/brace-expansion": {
  4551. "version": "2.0.1",
  4552. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  4553. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  4554. "dev": true,
  4555. "dependencies": {
  4556. "balanced-match": "^1.0.0"
  4557. }
  4558. },
  4559. "node_modules/filelist/node_modules/minimatch": {
  4560. "version": "5.1.6",
  4561. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  4562. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  4563. "dev": true,
  4564. "dependencies": {
  4565. "brace-expansion": "^2.0.1"
  4566. },
  4567. "engines": {
  4568. "node": ">=10"
  4569. }
  4570. },
  4571. "node_modules/fill-range": {
  4572. "version": "7.1.1",
  4573. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  4574. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4575. "dev": true,
  4576. "dependencies": {
  4577. "to-regex-range": "^5.0.1"
  4578. },
  4579. "engines": {
  4580. "node": ">=8"
  4581. }
  4582. },
  4583. "node_modules/find-root": {
  4584. "version": "1.1.0",
  4585. "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
  4586. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
  4587. },
  4588. "node_modules/find-up": {
  4589. "version": "5.0.0",
  4590. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4591. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4592. "dev": true,
  4593. "dependencies": {
  4594. "locate-path": "^6.0.0",
  4595. "path-exists": "^4.0.0"
  4596. },
  4597. "engines": {
  4598. "node": ">=10"
  4599. },
  4600. "funding": {
  4601. "url": "https://github.com/sponsors/sindresorhus"
  4602. }
  4603. },
  4604. "node_modules/flat-cache": {
  4605. "version": "3.2.0",
  4606. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  4607. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  4608. "dev": true,
  4609. "dependencies": {
  4610. "flatted": "^3.2.9",
  4611. "keyv": "^4.5.3",
  4612. "rimraf": "^3.0.2"
  4613. },
  4614. "engines": {
  4615. "node": "^10.12.0 || >=12.0.0"
  4616. }
  4617. },
  4618. "node_modules/flatted": {
  4619. "version": "3.3.1",
  4620. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  4621. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
  4622. "dev": true
  4623. },
  4624. "node_modules/for-each": {
  4625. "version": "0.3.3",
  4626. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  4627. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  4628. "dev": true,
  4629. "dependencies": {
  4630. "is-callable": "^1.1.3"
  4631. }
  4632. },
  4633. "node_modules/fs-extra": {
  4634. "version": "9.1.0",
  4635. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  4636. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  4637. "dev": true,
  4638. "dependencies": {
  4639. "at-least-node": "^1.0.0",
  4640. "graceful-fs": "^4.2.0",
  4641. "jsonfile": "^6.0.1",
  4642. "universalify": "^2.0.0"
  4643. },
  4644. "engines": {
  4645. "node": ">=10"
  4646. }
  4647. },
  4648. "node_modules/fs.realpath": {
  4649. "version": "1.0.0",
  4650. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4651. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  4652. "dev": true
  4653. },
  4654. "node_modules/fsevents": {
  4655. "version": "2.3.3",
  4656. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  4657. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4658. "dev": true,
  4659. "hasInstallScript": true,
  4660. "optional": true,
  4661. "os": [
  4662. "darwin"
  4663. ],
  4664. "engines": {
  4665. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4666. }
  4667. },
  4668. "node_modules/function-bind": {
  4669. "version": "1.1.2",
  4670. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  4671. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4672. "funding": {
  4673. "url": "https://github.com/sponsors/ljharb"
  4674. }
  4675. },
  4676. "node_modules/function.prototype.name": {
  4677. "version": "1.1.6",
  4678. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
  4679. "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
  4680. "dev": true,
  4681. "dependencies": {
  4682. "call-bind": "^1.0.2",
  4683. "define-properties": "^1.2.0",
  4684. "es-abstract": "^1.22.1",
  4685. "functions-have-names": "^1.2.3"
  4686. },
  4687. "engines": {
  4688. "node": ">= 0.4"
  4689. },
  4690. "funding": {
  4691. "url": "https://github.com/sponsors/ljharb"
  4692. }
  4693. },
  4694. "node_modules/functions-have-names": {
  4695. "version": "1.2.3",
  4696. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  4697. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  4698. "dev": true,
  4699. "funding": {
  4700. "url": "https://github.com/sponsors/ljharb"
  4701. }
  4702. },
  4703. "node_modules/gensync": {
  4704. "version": "1.0.0-beta.2",
  4705. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4706. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4707. "dev": true,
  4708. "engines": {
  4709. "node": ">=6.9.0"
  4710. }
  4711. },
  4712. "node_modules/get-intrinsic": {
  4713. "version": "1.2.4",
  4714. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
  4715. "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
  4716. "dev": true,
  4717. "dependencies": {
  4718. "es-errors": "^1.3.0",
  4719. "function-bind": "^1.1.2",
  4720. "has-proto": "^1.0.1",
  4721. "has-symbols": "^1.0.3",
  4722. "hasown": "^2.0.0"
  4723. },
  4724. "engines": {
  4725. "node": ">= 0.4"
  4726. },
  4727. "funding": {
  4728. "url": "https://github.com/sponsors/ljharb"
  4729. }
  4730. },
  4731. "node_modules/get-own-enumerable-property-symbols": {
  4732. "version": "3.0.2",
  4733. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  4734. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
  4735. "dev": true
  4736. },
  4737. "node_modules/get-symbol-description": {
  4738. "version": "1.0.2",
  4739. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
  4740. "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
  4741. "dev": true,
  4742. "dependencies": {
  4743. "call-bind": "^1.0.5",
  4744. "es-errors": "^1.3.0",
  4745. "get-intrinsic": "^1.2.4"
  4746. },
  4747. "engines": {
  4748. "node": ">= 0.4"
  4749. },
  4750. "funding": {
  4751. "url": "https://github.com/sponsors/ljharb"
  4752. }
  4753. },
  4754. "node_modules/glob": {
  4755. "version": "7.2.3",
  4756. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  4757. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  4758. "deprecated": "Glob versions prior to v9 are no longer supported",
  4759. "dev": true,
  4760. "dependencies": {
  4761. "fs.realpath": "^1.0.0",
  4762. "inflight": "^1.0.4",
  4763. "inherits": "2",
  4764. "minimatch": "^3.1.1",
  4765. "once": "^1.3.0",
  4766. "path-is-absolute": "^1.0.0"
  4767. },
  4768. "engines": {
  4769. "node": "*"
  4770. },
  4771. "funding": {
  4772. "url": "https://github.com/sponsors/isaacs"
  4773. }
  4774. },
  4775. "node_modules/glob-parent": {
  4776. "version": "6.0.2",
  4777. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4778. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4779. "dev": true,
  4780. "dependencies": {
  4781. "is-glob": "^4.0.3"
  4782. },
  4783. "engines": {
  4784. "node": ">=10.13.0"
  4785. }
  4786. },
  4787. "node_modules/globals": {
  4788. "version": "11.12.0",
  4789. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  4790. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4791. "engines": {
  4792. "node": ">=4"
  4793. }
  4794. },
  4795. "node_modules/globalthis": {
  4796. "version": "1.0.4",
  4797. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  4798. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  4799. "dev": true,
  4800. "dependencies": {
  4801. "define-properties": "^1.2.1",
  4802. "gopd": "^1.0.1"
  4803. },
  4804. "engines": {
  4805. "node": ">= 0.4"
  4806. },
  4807. "funding": {
  4808. "url": "https://github.com/sponsors/ljharb"
  4809. }
  4810. },
  4811. "node_modules/gopd": {
  4812. "version": "1.0.1",
  4813. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  4814. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  4815. "dev": true,
  4816. "dependencies": {
  4817. "get-intrinsic": "^1.1.3"
  4818. },
  4819. "funding": {
  4820. "url": "https://github.com/sponsors/ljharb"
  4821. }
  4822. },
  4823. "node_modules/graceful-fs": {
  4824. "version": "4.2.11",
  4825. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4826. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4827. "dev": true
  4828. },
  4829. "node_modules/graphemer": {
  4830. "version": "1.4.0",
  4831. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  4832. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  4833. "dev": true
  4834. },
  4835. "node_modules/has-bigints": {
  4836. "version": "1.0.2",
  4837. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  4838. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  4839. "dev": true,
  4840. "funding": {
  4841. "url": "https://github.com/sponsors/ljharb"
  4842. }
  4843. },
  4844. "node_modules/has-flag": {
  4845. "version": "3.0.0",
  4846. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  4847. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  4848. "engines": {
  4849. "node": ">=4"
  4850. }
  4851. },
  4852. "node_modules/has-property-descriptors": {
  4853. "version": "1.0.2",
  4854. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  4855. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  4856. "dev": true,
  4857. "dependencies": {
  4858. "es-define-property": "^1.0.0"
  4859. },
  4860. "funding": {
  4861. "url": "https://github.com/sponsors/ljharb"
  4862. }
  4863. },
  4864. "node_modules/has-proto": {
  4865. "version": "1.0.3",
  4866. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
  4867. "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
  4868. "dev": true,
  4869. "engines": {
  4870. "node": ">= 0.4"
  4871. },
  4872. "funding": {
  4873. "url": "https://github.com/sponsors/ljharb"
  4874. }
  4875. },
  4876. "node_modules/has-symbols": {
  4877. "version": "1.0.3",
  4878. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  4879. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  4880. "dev": true,
  4881. "engines": {
  4882. "node": ">= 0.4"
  4883. },
  4884. "funding": {
  4885. "url": "https://github.com/sponsors/ljharb"
  4886. }
  4887. },
  4888. "node_modules/has-tostringtag": {
  4889. "version": "1.0.2",
  4890. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4891. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4892. "dev": true,
  4893. "dependencies": {
  4894. "has-symbols": "^1.0.3"
  4895. },
  4896. "engines": {
  4897. "node": ">= 0.4"
  4898. },
  4899. "funding": {
  4900. "url": "https://github.com/sponsors/ljharb"
  4901. }
  4902. },
  4903. "node_modules/hasown": {
  4904. "version": "2.0.2",
  4905. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  4906. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4907. "dependencies": {
  4908. "function-bind": "^1.1.2"
  4909. },
  4910. "engines": {
  4911. "node": ">= 0.4"
  4912. }
  4913. },
  4914. "node_modules/hast-to-hyperscript": {
  4915. "version": "9.0.1",
  4916. "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz",
  4917. "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==",
  4918. "dependencies": {
  4919. "@types/unist": "^2.0.3",
  4920. "comma-separated-tokens": "^1.0.0",
  4921. "property-information": "^5.3.0",
  4922. "space-separated-tokens": "^1.0.0",
  4923. "style-to-object": "^0.3.0",
  4924. "unist-util-is": "^4.0.0",
  4925. "web-namespaces": "^1.0.0"
  4926. },
  4927. "funding": {
  4928. "type": "opencollective",
  4929. "url": "https://opencollective.com/unified"
  4930. }
  4931. },
  4932. "node_modules/hoist-non-react-statics": {
  4933. "version": "3.3.2",
  4934. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  4935. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  4936. "dependencies": {
  4937. "react-is": "^16.7.0"
  4938. }
  4939. },
  4940. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  4941. "version": "16.13.1",
  4942. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  4943. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  4944. },
  4945. "node_modules/html-parse-stringify": {
  4946. "version": "3.0.1",
  4947. "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
  4948. "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
  4949. "dependencies": {
  4950. "void-elements": "3.1.0"
  4951. }
  4952. },
  4953. "node_modules/humanize-duration": {
  4954. "version": "3.32.1",
  4955. "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.32.1.tgz",
  4956. "integrity": "sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g=="
  4957. },
  4958. "node_modules/i18next": {
  4959. "version": "21.10.0",
  4960. "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz",
  4961. "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==",
  4962. "funding": [
  4963. {
  4964. "type": "individual",
  4965. "url": "https://locize.com"
  4966. },
  4967. {
  4968. "type": "individual",
  4969. "url": "https://locize.com/i18next.html"
  4970. },
  4971. {
  4972. "type": "individual",
  4973. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  4974. }
  4975. ],
  4976. "dependencies": {
  4977. "@babel/runtime": "^7.17.2"
  4978. }
  4979. },
  4980. "node_modules/i18next-browser-languagedetector": {
  4981. "version": "6.1.8",
  4982. "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.8.tgz",
  4983. "integrity": "sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA==",
  4984. "dependencies": {
  4985. "@babel/runtime": "^7.19.0"
  4986. }
  4987. },
  4988. "node_modules/i18next-http-backend": {
  4989. "version": "1.4.5",
  4990. "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.5.tgz",
  4991. "integrity": "sha512-tLuHWuLWl6CmS07o+UB6EcQCaUjrZ1yhdseIN7sfq0u7phsMePJ8pqlGhIAdRDPF/q7ooyo5MID5DRFBCH+x5w==",
  4992. "dependencies": {
  4993. "cross-fetch": "3.1.5"
  4994. }
  4995. },
  4996. "node_modules/idb": {
  4997. "version": "7.1.1",
  4998. "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
  4999. "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
  5000. "dev": true
  5001. },
  5002. "node_modules/ignore": {
  5003. "version": "5.3.2",
  5004. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  5005. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5006. "dev": true,
  5007. "engines": {
  5008. "node": ">= 4"
  5009. }
  5010. },
  5011. "node_modules/import-fresh": {
  5012. "version": "3.3.0",
  5013. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  5014. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  5015. "dependencies": {
  5016. "parent-module": "^1.0.0",
  5017. "resolve-from": "^4.0.0"
  5018. },
  5019. "engines": {
  5020. "node": ">=6"
  5021. },
  5022. "funding": {
  5023. "url": "https://github.com/sponsors/sindresorhus"
  5024. }
  5025. },
  5026. "node_modules/imurmurhash": {
  5027. "version": "0.1.4",
  5028. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  5029. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  5030. "dev": true,
  5031. "engines": {
  5032. "node": ">=0.8.19"
  5033. }
  5034. },
  5035. "node_modules/inflight": {
  5036. "version": "1.0.6",
  5037. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  5038. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5039. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  5040. "dev": true,
  5041. "dependencies": {
  5042. "once": "^1.3.0",
  5043. "wrappy": "1"
  5044. }
  5045. },
  5046. "node_modules/inherits": {
  5047. "version": "2.0.4",
  5048. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  5049. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5050. "dev": true
  5051. },
  5052. "node_modules/inline-style-parser": {
  5053. "version": "0.1.1",
  5054. "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
  5055. "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q=="
  5056. },
  5057. "node_modules/internal-slot": {
  5058. "version": "1.0.7",
  5059. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
  5060. "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
  5061. "dev": true,
  5062. "dependencies": {
  5063. "es-errors": "^1.3.0",
  5064. "hasown": "^2.0.0",
  5065. "side-channel": "^1.0.4"
  5066. },
  5067. "engines": {
  5068. "node": ">= 0.4"
  5069. }
  5070. },
  5071. "node_modules/is-alphabetical": {
  5072. "version": "1.0.4",
  5073. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
  5074. "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
  5075. "funding": {
  5076. "type": "github",
  5077. "url": "https://github.com/sponsors/wooorm"
  5078. }
  5079. },
  5080. "node_modules/is-alphanumerical": {
  5081. "version": "1.0.4",
  5082. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
  5083. "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
  5084. "dependencies": {
  5085. "is-alphabetical": "^1.0.0",
  5086. "is-decimal": "^1.0.0"
  5087. },
  5088. "funding": {
  5089. "type": "github",
  5090. "url": "https://github.com/sponsors/wooorm"
  5091. }
  5092. },
  5093. "node_modules/is-arguments": {
  5094. "version": "1.1.1",
  5095. "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
  5096. "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
  5097. "dev": true,
  5098. "dependencies": {
  5099. "call-bind": "^1.0.2",
  5100. "has-tostringtag": "^1.0.0"
  5101. },
  5102. "engines": {
  5103. "node": ">= 0.4"
  5104. },
  5105. "funding": {
  5106. "url": "https://github.com/sponsors/ljharb"
  5107. }
  5108. },
  5109. "node_modules/is-array-buffer": {
  5110. "version": "3.0.4",
  5111. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
  5112. "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
  5113. "dev": true,
  5114. "dependencies": {
  5115. "call-bind": "^1.0.2",
  5116. "get-intrinsic": "^1.2.1"
  5117. },
  5118. "engines": {
  5119. "node": ">= 0.4"
  5120. },
  5121. "funding": {
  5122. "url": "https://github.com/sponsors/ljharb"
  5123. }
  5124. },
  5125. "node_modules/is-arrayish": {
  5126. "version": "0.2.1",
  5127. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  5128. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  5129. },
  5130. "node_modules/is-async-function": {
  5131. "version": "2.0.0",
  5132. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
  5133. "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
  5134. "dev": true,
  5135. "dependencies": {
  5136. "has-tostringtag": "^1.0.0"
  5137. },
  5138. "engines": {
  5139. "node": ">= 0.4"
  5140. },
  5141. "funding": {
  5142. "url": "https://github.com/sponsors/ljharb"
  5143. }
  5144. },
  5145. "node_modules/is-bigint": {
  5146. "version": "1.0.4",
  5147. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  5148. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  5149. "dev": true,
  5150. "dependencies": {
  5151. "has-bigints": "^1.0.1"
  5152. },
  5153. "funding": {
  5154. "url": "https://github.com/sponsors/ljharb"
  5155. }
  5156. },
  5157. "node_modules/is-boolean-object": {
  5158. "version": "1.1.2",
  5159. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  5160. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  5161. "dev": true,
  5162. "dependencies": {
  5163. "call-bind": "^1.0.2",
  5164. "has-tostringtag": "^1.0.0"
  5165. },
  5166. "engines": {
  5167. "node": ">= 0.4"
  5168. },
  5169. "funding": {
  5170. "url": "https://github.com/sponsors/ljharb"
  5171. }
  5172. },
  5173. "node_modules/is-buffer": {
  5174. "version": "2.0.5",
  5175. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
  5176. "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  5177. "funding": [
  5178. {
  5179. "type": "github",
  5180. "url": "https://github.com/sponsors/feross"
  5181. },
  5182. {
  5183. "type": "patreon",
  5184. "url": "https://www.patreon.com/feross"
  5185. },
  5186. {
  5187. "type": "consulting",
  5188. "url": "https://feross.org/support"
  5189. }
  5190. ],
  5191. "engines": {
  5192. "node": ">=4"
  5193. }
  5194. },
  5195. "node_modules/is-callable": {
  5196. "version": "1.2.7",
  5197. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  5198. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  5199. "dev": true,
  5200. "engines": {
  5201. "node": ">= 0.4"
  5202. },
  5203. "funding": {
  5204. "url": "https://github.com/sponsors/ljharb"
  5205. }
  5206. },
  5207. "node_modules/is-core-module": {
  5208. "version": "2.15.1",
  5209. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
  5210. "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
  5211. "dependencies": {
  5212. "hasown": "^2.0.2"
  5213. },
  5214. "engines": {
  5215. "node": ">= 0.4"
  5216. },
  5217. "funding": {
  5218. "url": "https://github.com/sponsors/ljharb"
  5219. }
  5220. },
  5221. "node_modules/is-data-view": {
  5222. "version": "1.0.1",
  5223. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
  5224. "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
  5225. "dev": true,
  5226. "dependencies": {
  5227. "is-typed-array": "^1.1.13"
  5228. },
  5229. "engines": {
  5230. "node": ">= 0.4"
  5231. },
  5232. "funding": {
  5233. "url": "https://github.com/sponsors/ljharb"
  5234. }
  5235. },
  5236. "node_modules/is-date-object": {
  5237. "version": "1.0.5",
  5238. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  5239. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  5240. "dev": true,
  5241. "dependencies": {
  5242. "has-tostringtag": "^1.0.0"
  5243. },
  5244. "engines": {
  5245. "node": ">= 0.4"
  5246. },
  5247. "funding": {
  5248. "url": "https://github.com/sponsors/ljharb"
  5249. }
  5250. },
  5251. "node_modules/is-decimal": {
  5252. "version": "1.0.4",
  5253. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
  5254. "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
  5255. "funding": {
  5256. "type": "github",
  5257. "url": "https://github.com/sponsors/wooorm"
  5258. }
  5259. },
  5260. "node_modules/is-extglob": {
  5261. "version": "2.1.1",
  5262. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  5263. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5264. "dev": true,
  5265. "engines": {
  5266. "node": ">=0.10.0"
  5267. }
  5268. },
  5269. "node_modules/is-finalizationregistry": {
  5270. "version": "1.0.2",
  5271. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
  5272. "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
  5273. "dev": true,
  5274. "dependencies": {
  5275. "call-bind": "^1.0.2"
  5276. },
  5277. "funding": {
  5278. "url": "https://github.com/sponsors/ljharb"
  5279. }
  5280. },
  5281. "node_modules/is-generator-function": {
  5282. "version": "1.0.10",
  5283. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
  5284. "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
  5285. "dev": true,
  5286. "dependencies": {
  5287. "has-tostringtag": "^1.0.0"
  5288. },
  5289. "engines": {
  5290. "node": ">= 0.4"
  5291. },
  5292. "funding": {
  5293. "url": "https://github.com/sponsors/ljharb"
  5294. }
  5295. },
  5296. "node_modules/is-glob": {
  5297. "version": "4.0.3",
  5298. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  5299. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5300. "dev": true,
  5301. "dependencies": {
  5302. "is-extglob": "^2.1.1"
  5303. },
  5304. "engines": {
  5305. "node": ">=0.10.0"
  5306. }
  5307. },
  5308. "node_modules/is-hexadecimal": {
  5309. "version": "1.0.4",
  5310. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
  5311. "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
  5312. "funding": {
  5313. "type": "github",
  5314. "url": "https://github.com/sponsors/wooorm"
  5315. }
  5316. },
  5317. "node_modules/is-map": {
  5318. "version": "2.0.3",
  5319. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  5320. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  5321. "dev": true,
  5322. "engines": {
  5323. "node": ">= 0.4"
  5324. },
  5325. "funding": {
  5326. "url": "https://github.com/sponsors/ljharb"
  5327. }
  5328. },
  5329. "node_modules/is-module": {
  5330. "version": "1.0.0",
  5331. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  5332. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  5333. "dev": true
  5334. },
  5335. "node_modules/is-negative-zero": {
  5336. "version": "2.0.3",
  5337. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  5338. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  5339. "dev": true,
  5340. "engines": {
  5341. "node": ">= 0.4"
  5342. },
  5343. "funding": {
  5344. "url": "https://github.com/sponsors/ljharb"
  5345. }
  5346. },
  5347. "node_modules/is-number": {
  5348. "version": "7.0.0",
  5349. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  5350. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5351. "dev": true,
  5352. "engines": {
  5353. "node": ">=0.12.0"
  5354. }
  5355. },
  5356. "node_modules/is-number-object": {
  5357. "version": "1.0.7",
  5358. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  5359. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  5360. "dev": true,
  5361. "dependencies": {
  5362. "has-tostringtag": "^1.0.0"
  5363. },
  5364. "engines": {
  5365. "node": ">= 0.4"
  5366. },
  5367. "funding": {
  5368. "url": "https://github.com/sponsors/ljharb"
  5369. }
  5370. },
  5371. "node_modules/is-obj": {
  5372. "version": "1.0.1",
  5373. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  5374. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
  5375. "dev": true,
  5376. "engines": {
  5377. "node": ">=0.10.0"
  5378. }
  5379. },
  5380. "node_modules/is-path-inside": {
  5381. "version": "3.0.3",
  5382. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5383. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5384. "dev": true,
  5385. "engines": {
  5386. "node": ">=8"
  5387. }
  5388. },
  5389. "node_modules/is-plain-obj": {
  5390. "version": "2.1.0",
  5391. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
  5392. "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
  5393. "engines": {
  5394. "node": ">=8"
  5395. }
  5396. },
  5397. "node_modules/is-regex": {
  5398. "version": "1.1.4",
  5399. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  5400. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  5401. "dev": true,
  5402. "dependencies": {
  5403. "call-bind": "^1.0.2",
  5404. "has-tostringtag": "^1.0.0"
  5405. },
  5406. "engines": {
  5407. "node": ">= 0.4"
  5408. },
  5409. "funding": {
  5410. "url": "https://github.com/sponsors/ljharb"
  5411. }
  5412. },
  5413. "node_modules/is-regexp": {
  5414. "version": "1.0.0",
  5415. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  5416. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
  5417. "dev": true,
  5418. "engines": {
  5419. "node": ">=0.10.0"
  5420. }
  5421. },
  5422. "node_modules/is-set": {
  5423. "version": "2.0.3",
  5424. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  5425. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  5426. "dev": true,
  5427. "engines": {
  5428. "node": ">= 0.4"
  5429. },
  5430. "funding": {
  5431. "url": "https://github.com/sponsors/ljharb"
  5432. }
  5433. },
  5434. "node_modules/is-shared-array-buffer": {
  5435. "version": "1.0.3",
  5436. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
  5437. "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
  5438. "dev": true,
  5439. "dependencies": {
  5440. "call-bind": "^1.0.7"
  5441. },
  5442. "engines": {
  5443. "node": ">= 0.4"
  5444. },
  5445. "funding": {
  5446. "url": "https://github.com/sponsors/ljharb"
  5447. }
  5448. },
  5449. "node_modules/is-stream": {
  5450. "version": "2.0.1",
  5451. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5452. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5453. "dev": true,
  5454. "engines": {
  5455. "node": ">=8"
  5456. },
  5457. "funding": {
  5458. "url": "https://github.com/sponsors/sindresorhus"
  5459. }
  5460. },
  5461. "node_modules/is-string": {
  5462. "version": "1.0.7",
  5463. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  5464. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  5465. "dev": true,
  5466. "dependencies": {
  5467. "has-tostringtag": "^1.0.0"
  5468. },
  5469. "engines": {
  5470. "node": ">= 0.4"
  5471. },
  5472. "funding": {
  5473. "url": "https://github.com/sponsors/ljharb"
  5474. }
  5475. },
  5476. "node_modules/is-symbol": {
  5477. "version": "1.0.4",
  5478. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  5479. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  5480. "dev": true,
  5481. "dependencies": {
  5482. "has-symbols": "^1.0.2"
  5483. },
  5484. "engines": {
  5485. "node": ">= 0.4"
  5486. },
  5487. "funding": {
  5488. "url": "https://github.com/sponsors/ljharb"
  5489. }
  5490. },
  5491. "node_modules/is-typed-array": {
  5492. "version": "1.1.13",
  5493. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
  5494. "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
  5495. "dev": true,
  5496. "dependencies": {
  5497. "which-typed-array": "^1.1.14"
  5498. },
  5499. "engines": {
  5500. "node": ">= 0.4"
  5501. },
  5502. "funding": {
  5503. "url": "https://github.com/sponsors/ljharb"
  5504. }
  5505. },
  5506. "node_modules/is-weakmap": {
  5507. "version": "2.0.2",
  5508. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  5509. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  5510. "dev": true,
  5511. "engines": {
  5512. "node": ">= 0.4"
  5513. },
  5514. "funding": {
  5515. "url": "https://github.com/sponsors/ljharb"
  5516. }
  5517. },
  5518. "node_modules/is-weakref": {
  5519. "version": "1.0.2",
  5520. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  5521. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  5522. "dev": true,
  5523. "dependencies": {
  5524. "call-bind": "^1.0.2"
  5525. },
  5526. "funding": {
  5527. "url": "https://github.com/sponsors/ljharb"
  5528. }
  5529. },
  5530. "node_modules/is-weakset": {
  5531. "version": "2.0.3",
  5532. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz",
  5533. "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
  5534. "dev": true,
  5535. "dependencies": {
  5536. "call-bind": "^1.0.7",
  5537. "get-intrinsic": "^1.2.4"
  5538. },
  5539. "engines": {
  5540. "node": ">= 0.4"
  5541. },
  5542. "funding": {
  5543. "url": "https://github.com/sponsors/ljharb"
  5544. }
  5545. },
  5546. "node_modules/isarray": {
  5547. "version": "2.0.5",
  5548. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  5549. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  5550. "dev": true
  5551. },
  5552. "node_modules/isexe": {
  5553. "version": "2.0.0",
  5554. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  5555. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5556. "dev": true
  5557. },
  5558. "node_modules/iterator.prototype": {
  5559. "version": "1.1.2",
  5560. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
  5561. "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
  5562. "dev": true,
  5563. "dependencies": {
  5564. "define-properties": "^1.2.1",
  5565. "get-intrinsic": "^1.2.1",
  5566. "has-symbols": "^1.0.3",
  5567. "reflect.getprototypeof": "^1.0.4",
  5568. "set-function-name": "^2.0.1"
  5569. }
  5570. },
  5571. "node_modules/jake": {
  5572. "version": "10.9.2",
  5573. "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz",
  5574. "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==",
  5575. "dev": true,
  5576. "dependencies": {
  5577. "async": "^3.2.3",
  5578. "chalk": "^4.0.2",
  5579. "filelist": "^1.0.4",
  5580. "minimatch": "^3.1.2"
  5581. },
  5582. "bin": {
  5583. "jake": "bin/cli.js"
  5584. },
  5585. "engines": {
  5586. "node": ">=10"
  5587. }
  5588. },
  5589. "node_modules/jake/node_modules/ansi-styles": {
  5590. "version": "4.3.0",
  5591. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5592. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5593. "dev": true,
  5594. "dependencies": {
  5595. "color-convert": "^2.0.1"
  5596. },
  5597. "engines": {
  5598. "node": ">=8"
  5599. },
  5600. "funding": {
  5601. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5602. }
  5603. },
  5604. "node_modules/jake/node_modules/chalk": {
  5605. "version": "4.1.2",
  5606. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  5607. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5608. "dev": true,
  5609. "dependencies": {
  5610. "ansi-styles": "^4.1.0",
  5611. "supports-color": "^7.1.0"
  5612. },
  5613. "engines": {
  5614. "node": ">=10"
  5615. },
  5616. "funding": {
  5617. "url": "https://github.com/chalk/chalk?sponsor=1"
  5618. }
  5619. },
  5620. "node_modules/jake/node_modules/color-convert": {
  5621. "version": "2.0.1",
  5622. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5623. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5624. "dev": true,
  5625. "dependencies": {
  5626. "color-name": "~1.1.4"
  5627. },
  5628. "engines": {
  5629. "node": ">=7.0.0"
  5630. }
  5631. },
  5632. "node_modules/jake/node_modules/color-name": {
  5633. "version": "1.1.4",
  5634. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5635. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5636. "dev": true
  5637. },
  5638. "node_modules/jake/node_modules/has-flag": {
  5639. "version": "4.0.0",
  5640. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5641. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5642. "dev": true,
  5643. "engines": {
  5644. "node": ">=8"
  5645. }
  5646. },
  5647. "node_modules/jake/node_modules/supports-color": {
  5648. "version": "7.2.0",
  5649. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5650. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5651. "dev": true,
  5652. "dependencies": {
  5653. "has-flag": "^4.0.0"
  5654. },
  5655. "engines": {
  5656. "node": ">=8"
  5657. }
  5658. },
  5659. "node_modules/jest-worker": {
  5660. "version": "26.6.2",
  5661. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  5662. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  5663. "dev": true,
  5664. "dependencies": {
  5665. "@types/node": "*",
  5666. "merge-stream": "^2.0.0",
  5667. "supports-color": "^7.0.0"
  5668. },
  5669. "engines": {
  5670. "node": ">= 10.13.0"
  5671. }
  5672. },
  5673. "node_modules/jest-worker/node_modules/has-flag": {
  5674. "version": "4.0.0",
  5675. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5676. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5677. "dev": true,
  5678. "engines": {
  5679. "node": ">=8"
  5680. }
  5681. },
  5682. "node_modules/jest-worker/node_modules/supports-color": {
  5683. "version": "7.2.0",
  5684. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5685. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5686. "dev": true,
  5687. "dependencies": {
  5688. "has-flag": "^4.0.0"
  5689. },
  5690. "engines": {
  5691. "node": ">=8"
  5692. }
  5693. },
  5694. "node_modules/js-base64": {
  5695. "version": "3.7.7",
  5696. "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.7.tgz",
  5697. "integrity": "sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw=="
  5698. },
  5699. "node_modules/js-tokens": {
  5700. "version": "4.0.0",
  5701. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  5702. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  5703. },
  5704. "node_modules/js-yaml": {
  5705. "version": "4.1.0",
  5706. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  5707. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5708. "dev": true,
  5709. "dependencies": {
  5710. "argparse": "^2.0.1"
  5711. },
  5712. "bin": {
  5713. "js-yaml": "bin/js-yaml.js"
  5714. }
  5715. },
  5716. "node_modules/jsesc": {
  5717. "version": "2.5.2",
  5718. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  5719. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  5720. "bin": {
  5721. "jsesc": "bin/jsesc"
  5722. },
  5723. "engines": {
  5724. "node": ">=4"
  5725. }
  5726. },
  5727. "node_modules/json-buffer": {
  5728. "version": "3.0.1",
  5729. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  5730. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  5731. "dev": true
  5732. },
  5733. "node_modules/json-parse-even-better-errors": {
  5734. "version": "2.3.1",
  5735. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  5736. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  5737. },
  5738. "node_modules/json-schema": {
  5739. "version": "0.4.0",
  5740. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  5741. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
  5742. "dev": true
  5743. },
  5744. "node_modules/json-schema-traverse": {
  5745. "version": "0.4.1",
  5746. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5747. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5748. "dev": true
  5749. },
  5750. "node_modules/json-stable-stringify-without-jsonify": {
  5751. "version": "1.0.1",
  5752. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5753. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5754. "dev": true
  5755. },
  5756. "node_modules/json5": {
  5757. "version": "2.2.3",
  5758. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  5759. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5760. "dev": true,
  5761. "bin": {
  5762. "json5": "lib/cli.js"
  5763. },
  5764. "engines": {
  5765. "node": ">=6"
  5766. }
  5767. },
  5768. "node_modules/jsonfile": {
  5769. "version": "6.1.0",
  5770. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  5771. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  5772. "dev": true,
  5773. "dependencies": {
  5774. "universalify": "^2.0.0"
  5775. },
  5776. "optionalDependencies": {
  5777. "graceful-fs": "^4.1.6"
  5778. }
  5779. },
  5780. "node_modules/jsonpointer": {
  5781. "version": "5.0.1",
  5782. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  5783. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  5784. "dev": true,
  5785. "engines": {
  5786. "node": ">=0.10.0"
  5787. }
  5788. },
  5789. "node_modules/jsx-ast-utils": {
  5790. "version": "3.3.5",
  5791. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  5792. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  5793. "dev": true,
  5794. "dependencies": {
  5795. "array-includes": "^3.1.6",
  5796. "array.prototype.flat": "^1.3.1",
  5797. "object.assign": "^4.1.4",
  5798. "object.values": "^1.1.6"
  5799. },
  5800. "engines": {
  5801. "node": ">=4.0"
  5802. }
  5803. },
  5804. "node_modules/keyv": {
  5805. "version": "4.5.4",
  5806. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  5807. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  5808. "dev": true,
  5809. "dependencies": {
  5810. "json-buffer": "3.0.1"
  5811. }
  5812. },
  5813. "node_modules/language-subtag-registry": {
  5814. "version": "0.3.23",
  5815. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  5816. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  5817. "dev": true
  5818. },
  5819. "node_modules/language-tags": {
  5820. "version": "1.0.9",
  5821. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
  5822. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  5823. "dev": true,
  5824. "dependencies": {
  5825. "language-subtag-registry": "^0.3.20"
  5826. },
  5827. "engines": {
  5828. "node": ">=0.10"
  5829. }
  5830. },
  5831. "node_modules/leven": {
  5832. "version": "3.1.0",
  5833. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  5834. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  5835. "dev": true,
  5836. "engines": {
  5837. "node": ">=6"
  5838. }
  5839. },
  5840. "node_modules/levn": {
  5841. "version": "0.4.1",
  5842. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  5843. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5844. "dev": true,
  5845. "dependencies": {
  5846. "prelude-ls": "^1.2.1",
  5847. "type-check": "~0.4.0"
  5848. },
  5849. "engines": {
  5850. "node": ">= 0.8.0"
  5851. }
  5852. },
  5853. "node_modules/lines-and-columns": {
  5854. "version": "1.2.4",
  5855. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  5856. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  5857. },
  5858. "node_modules/locate-path": {
  5859. "version": "6.0.0",
  5860. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5861. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5862. "dev": true,
  5863. "dependencies": {
  5864. "p-locate": "^5.0.0"
  5865. },
  5866. "engines": {
  5867. "node": ">=10"
  5868. },
  5869. "funding": {
  5870. "url": "https://github.com/sponsors/sindresorhus"
  5871. }
  5872. },
  5873. "node_modules/lodash": {
  5874. "version": "4.17.21",
  5875. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  5876. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  5877. "dev": true
  5878. },
  5879. "node_modules/lodash.debounce": {
  5880. "version": "4.0.8",
  5881. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  5882. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  5883. "dev": true
  5884. },
  5885. "node_modules/lodash.merge": {
  5886. "version": "4.6.2",
  5887. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5888. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5889. "dev": true
  5890. },
  5891. "node_modules/lodash.sortby": {
  5892. "version": "4.7.0",
  5893. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  5894. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
  5895. "dev": true
  5896. },
  5897. "node_modules/loose-envify": {
  5898. "version": "1.4.0",
  5899. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5900. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5901. "dependencies": {
  5902. "js-tokens": "^3.0.0 || ^4.0.0"
  5903. },
  5904. "bin": {
  5905. "loose-envify": "cli.js"
  5906. }
  5907. },
  5908. "node_modules/lru-cache": {
  5909. "version": "5.1.1",
  5910. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  5911. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5912. "dev": true,
  5913. "dependencies": {
  5914. "yallist": "^3.0.2"
  5915. }
  5916. },
  5917. "node_modules/magic-string": {
  5918. "version": "0.25.9",
  5919. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  5920. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  5921. "dev": true,
  5922. "dependencies": {
  5923. "sourcemap-codec": "^1.4.8"
  5924. }
  5925. },
  5926. "node_modules/mdast-util-definitions": {
  5927. "version": "4.0.0",
  5928. "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
  5929. "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==",
  5930. "dependencies": {
  5931. "unist-util-visit": "^2.0.0"
  5932. },
  5933. "funding": {
  5934. "type": "opencollective",
  5935. "url": "https://opencollective.com/unified"
  5936. }
  5937. },
  5938. "node_modules/mdast-util-definitions/node_modules/unist-util-visit": {
  5939. "version": "2.0.3",
  5940. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
  5941. "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
  5942. "dependencies": {
  5943. "@types/unist": "^2.0.0",
  5944. "unist-util-is": "^4.0.0",
  5945. "unist-util-visit-parents": "^3.0.0"
  5946. },
  5947. "funding": {
  5948. "type": "opencollective",
  5949. "url": "https://opencollective.com/unified"
  5950. }
  5951. },
  5952. "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": {
  5953. "version": "3.1.1",
  5954. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
  5955. "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
  5956. "dependencies": {
  5957. "@types/unist": "^2.0.0",
  5958. "unist-util-is": "^4.0.0"
  5959. },
  5960. "funding": {
  5961. "type": "opencollective",
  5962. "url": "https://opencollective.com/unified"
  5963. }
  5964. },
  5965. "node_modules/mdast-util-from-markdown": {
  5966. "version": "0.8.5",
  5967. "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz",
  5968. "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==",
  5969. "dependencies": {
  5970. "@types/mdast": "^3.0.0",
  5971. "mdast-util-to-string": "^2.0.0",
  5972. "micromark": "~2.11.0",
  5973. "parse-entities": "^2.0.0",
  5974. "unist-util-stringify-position": "^2.0.0"
  5975. },
  5976. "funding": {
  5977. "type": "opencollective",
  5978. "url": "https://opencollective.com/unified"
  5979. }
  5980. },
  5981. "node_modules/mdast-util-to-hast": {
  5982. "version": "10.2.0",
  5983. "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz",
  5984. "integrity": "sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==",
  5985. "dependencies": {
  5986. "@types/mdast": "^3.0.0",
  5987. "@types/unist": "^2.0.0",
  5988. "mdast-util-definitions": "^4.0.0",
  5989. "mdurl": "^1.0.0",
  5990. "unist-builder": "^2.0.0",
  5991. "unist-util-generated": "^1.0.0",
  5992. "unist-util-position": "^3.0.0",
  5993. "unist-util-visit": "^2.0.0"
  5994. },
  5995. "funding": {
  5996. "type": "opencollective",
  5997. "url": "https://opencollective.com/unified"
  5998. }
  5999. },
  6000. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
  6001. "version": "2.0.3",
  6002. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
  6003. "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
  6004. "dependencies": {
  6005. "@types/unist": "^2.0.0",
  6006. "unist-util-is": "^4.0.0",
  6007. "unist-util-visit-parents": "^3.0.0"
  6008. },
  6009. "funding": {
  6010. "type": "opencollective",
  6011. "url": "https://opencollective.com/unified"
  6012. }
  6013. },
  6014. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": {
  6015. "version": "3.1.1",
  6016. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
  6017. "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
  6018. "dependencies": {
  6019. "@types/unist": "^2.0.0",
  6020. "unist-util-is": "^4.0.0"
  6021. },
  6022. "funding": {
  6023. "type": "opencollective",
  6024. "url": "https://opencollective.com/unified"
  6025. }
  6026. },
  6027. "node_modules/mdast-util-to-string": {
  6028. "version": "2.0.0",
  6029. "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz",
  6030. "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==",
  6031. "funding": {
  6032. "type": "opencollective",
  6033. "url": "https://opencollective.com/unified"
  6034. }
  6035. },
  6036. "node_modules/mdurl": {
  6037. "version": "1.0.1",
  6038. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
  6039. "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
  6040. },
  6041. "node_modules/merge-stream": {
  6042. "version": "2.0.0",
  6043. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  6044. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  6045. "dev": true
  6046. },
  6047. "node_modules/merge2": {
  6048. "version": "1.4.1",
  6049. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  6050. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6051. "dev": true,
  6052. "engines": {
  6053. "node": ">= 8"
  6054. }
  6055. },
  6056. "node_modules/micromark": {
  6057. "version": "2.11.4",
  6058. "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz",
  6059. "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
  6060. "funding": [
  6061. {
  6062. "type": "GitHub Sponsors",
  6063. "url": "https://github.com/sponsors/unifiedjs"
  6064. },
  6065. {
  6066. "type": "OpenCollective",
  6067. "url": "https://opencollective.com/unified"
  6068. }
  6069. ],
  6070. "dependencies": {
  6071. "debug": "^4.0.0",
  6072. "parse-entities": "^2.0.0"
  6073. }
  6074. },
  6075. "node_modules/micromatch": {
  6076. "version": "4.0.8",
  6077. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  6078. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  6079. "dev": true,
  6080. "dependencies": {
  6081. "braces": "^3.0.3",
  6082. "picomatch": "^2.3.1"
  6083. },
  6084. "engines": {
  6085. "node": ">=8.6"
  6086. }
  6087. },
  6088. "node_modules/minimatch": {
  6089. "version": "3.1.2",
  6090. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  6091. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  6092. "dev": true,
  6093. "dependencies": {
  6094. "brace-expansion": "^1.1.7"
  6095. },
  6096. "engines": {
  6097. "node": "*"
  6098. }
  6099. },
  6100. "node_modules/minimist": {
  6101. "version": "1.2.8",
  6102. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  6103. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  6104. "dev": true,
  6105. "funding": {
  6106. "url": "https://github.com/sponsors/ljharb"
  6107. }
  6108. },
  6109. "node_modules/ms": {
  6110. "version": "2.1.3",
  6111. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  6112. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  6113. },
  6114. "node_modules/nanoid": {
  6115. "version": "3.3.7",
  6116. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  6117. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  6118. "dev": true,
  6119. "funding": [
  6120. {
  6121. "type": "github",
  6122. "url": "https://github.com/sponsors/ai"
  6123. }
  6124. ],
  6125. "bin": {
  6126. "nanoid": "bin/nanoid.cjs"
  6127. },
  6128. "engines": {
  6129. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6130. }
  6131. },
  6132. "node_modules/natural-compare": {
  6133. "version": "1.4.0",
  6134. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  6135. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  6136. "dev": true
  6137. },
  6138. "node_modules/node-fetch": {
  6139. "version": "2.6.7",
  6140. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
  6141. "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
  6142. "dependencies": {
  6143. "whatwg-url": "^5.0.0"
  6144. },
  6145. "engines": {
  6146. "node": "4.x || >=6.0.0"
  6147. },
  6148. "peerDependencies": {
  6149. "encoding": "^0.1.0"
  6150. },
  6151. "peerDependenciesMeta": {
  6152. "encoding": {
  6153. "optional": true
  6154. }
  6155. }
  6156. },
  6157. "node_modules/node-releases": {
  6158. "version": "2.0.18",
  6159. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
  6160. "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
  6161. "dev": true
  6162. },
  6163. "node_modules/object-assign": {
  6164. "version": "4.1.1",
  6165. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  6166. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  6167. "engines": {
  6168. "node": ">=0.10.0"
  6169. }
  6170. },
  6171. "node_modules/object-inspect": {
  6172. "version": "1.13.2",
  6173. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
  6174. "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
  6175. "dev": true,
  6176. "engines": {
  6177. "node": ">= 0.4"
  6178. },
  6179. "funding": {
  6180. "url": "https://github.com/sponsors/ljharb"
  6181. }
  6182. },
  6183. "node_modules/object-is": {
  6184. "version": "1.1.6",
  6185. "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz",
  6186. "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
  6187. "dev": true,
  6188. "dependencies": {
  6189. "call-bind": "^1.0.7",
  6190. "define-properties": "^1.2.1"
  6191. },
  6192. "engines": {
  6193. "node": ">= 0.4"
  6194. },
  6195. "funding": {
  6196. "url": "https://github.com/sponsors/ljharb"
  6197. }
  6198. },
  6199. "node_modules/object-keys": {
  6200. "version": "1.1.1",
  6201. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  6202. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  6203. "dev": true,
  6204. "engines": {
  6205. "node": ">= 0.4"
  6206. }
  6207. },
  6208. "node_modules/object.assign": {
  6209. "version": "4.1.5",
  6210. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
  6211. "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
  6212. "dev": true,
  6213. "dependencies": {
  6214. "call-bind": "^1.0.5",
  6215. "define-properties": "^1.2.1",
  6216. "has-symbols": "^1.0.3",
  6217. "object-keys": "^1.1.1"
  6218. },
  6219. "engines": {
  6220. "node": ">= 0.4"
  6221. },
  6222. "funding": {
  6223. "url": "https://github.com/sponsors/ljharb"
  6224. }
  6225. },
  6226. "node_modules/object.entries": {
  6227. "version": "1.1.8",
  6228. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
  6229. "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
  6230. "dev": true,
  6231. "dependencies": {
  6232. "call-bind": "^1.0.7",
  6233. "define-properties": "^1.2.1",
  6234. "es-object-atoms": "^1.0.0"
  6235. },
  6236. "engines": {
  6237. "node": ">= 0.4"
  6238. }
  6239. },
  6240. "node_modules/object.fromentries": {
  6241. "version": "2.0.8",
  6242. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  6243. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  6244. "dev": true,
  6245. "dependencies": {
  6246. "call-bind": "^1.0.7",
  6247. "define-properties": "^1.2.1",
  6248. "es-abstract": "^1.23.2",
  6249. "es-object-atoms": "^1.0.0"
  6250. },
  6251. "engines": {
  6252. "node": ">= 0.4"
  6253. },
  6254. "funding": {
  6255. "url": "https://github.com/sponsors/ljharb"
  6256. }
  6257. },
  6258. "node_modules/object.groupby": {
  6259. "version": "1.0.3",
  6260. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  6261. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  6262. "dev": true,
  6263. "dependencies": {
  6264. "call-bind": "^1.0.7",
  6265. "define-properties": "^1.2.1",
  6266. "es-abstract": "^1.23.2"
  6267. },
  6268. "engines": {
  6269. "node": ">= 0.4"
  6270. }
  6271. },
  6272. "node_modules/object.values": {
  6273. "version": "1.2.0",
  6274. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz",
  6275. "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
  6276. "dev": true,
  6277. "dependencies": {
  6278. "call-bind": "^1.0.7",
  6279. "define-properties": "^1.2.1",
  6280. "es-object-atoms": "^1.0.0"
  6281. },
  6282. "engines": {
  6283. "node": ">= 0.4"
  6284. },
  6285. "funding": {
  6286. "url": "https://github.com/sponsors/ljharb"
  6287. }
  6288. },
  6289. "node_modules/once": {
  6290. "version": "1.4.0",
  6291. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  6292. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  6293. "dev": true,
  6294. "dependencies": {
  6295. "wrappy": "1"
  6296. }
  6297. },
  6298. "node_modules/optionator": {
  6299. "version": "0.9.4",
  6300. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  6301. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  6302. "dev": true,
  6303. "dependencies": {
  6304. "deep-is": "^0.1.3",
  6305. "fast-levenshtein": "^2.0.6",
  6306. "levn": "^0.4.1",
  6307. "prelude-ls": "^1.2.1",
  6308. "type-check": "^0.4.0",
  6309. "word-wrap": "^1.2.5"
  6310. },
  6311. "engines": {
  6312. "node": ">= 0.8.0"
  6313. }
  6314. },
  6315. "node_modules/p-limit": {
  6316. "version": "3.1.0",
  6317. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  6318. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6319. "dev": true,
  6320. "dependencies": {
  6321. "yocto-queue": "^0.1.0"
  6322. },
  6323. "engines": {
  6324. "node": ">=10"
  6325. },
  6326. "funding": {
  6327. "url": "https://github.com/sponsors/sindresorhus"
  6328. }
  6329. },
  6330. "node_modules/p-locate": {
  6331. "version": "5.0.0",
  6332. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  6333. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6334. "dev": true,
  6335. "dependencies": {
  6336. "p-limit": "^3.0.2"
  6337. },
  6338. "engines": {
  6339. "node": ">=10"
  6340. },
  6341. "funding": {
  6342. "url": "https://github.com/sponsors/sindresorhus"
  6343. }
  6344. },
  6345. "node_modules/parent-module": {
  6346. "version": "1.0.1",
  6347. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  6348. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  6349. "dependencies": {
  6350. "callsites": "^3.0.0"
  6351. },
  6352. "engines": {
  6353. "node": ">=6"
  6354. }
  6355. },
  6356. "node_modules/parse-entities": {
  6357. "version": "2.0.0",
  6358. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
  6359. "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
  6360. "dependencies": {
  6361. "character-entities": "^1.0.0",
  6362. "character-entities-legacy": "^1.0.0",
  6363. "character-reference-invalid": "^1.0.0",
  6364. "is-alphanumerical": "^1.0.0",
  6365. "is-decimal": "^1.0.0",
  6366. "is-hexadecimal": "^1.0.0"
  6367. },
  6368. "funding": {
  6369. "type": "github",
  6370. "url": "https://github.com/sponsors/wooorm"
  6371. }
  6372. },
  6373. "node_modules/parse-json": {
  6374. "version": "5.2.0",
  6375. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  6376. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  6377. "dependencies": {
  6378. "@babel/code-frame": "^7.0.0",
  6379. "error-ex": "^1.3.1",
  6380. "json-parse-even-better-errors": "^2.3.0",
  6381. "lines-and-columns": "^1.1.6"
  6382. },
  6383. "engines": {
  6384. "node": ">=8"
  6385. },
  6386. "funding": {
  6387. "url": "https://github.com/sponsors/sindresorhus"
  6388. }
  6389. },
  6390. "node_modules/path-exists": {
  6391. "version": "4.0.0",
  6392. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  6393. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6394. "dev": true,
  6395. "engines": {
  6396. "node": ">=8"
  6397. }
  6398. },
  6399. "node_modules/path-is-absolute": {
  6400. "version": "1.0.1",
  6401. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  6402. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  6403. "dev": true,
  6404. "engines": {
  6405. "node": ">=0.10.0"
  6406. }
  6407. },
  6408. "node_modules/path-key": {
  6409. "version": "3.1.1",
  6410. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6411. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6412. "dev": true,
  6413. "engines": {
  6414. "node": ">=8"
  6415. }
  6416. },
  6417. "node_modules/path-parse": {
  6418. "version": "1.0.7",
  6419. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  6420. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  6421. },
  6422. "node_modules/path-type": {
  6423. "version": "4.0.0",
  6424. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  6425. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  6426. "engines": {
  6427. "node": ">=8"
  6428. }
  6429. },
  6430. "node_modules/picocolors": {
  6431. "version": "1.1.0",
  6432. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
  6433. "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
  6434. },
  6435. "node_modules/picomatch": {
  6436. "version": "2.3.1",
  6437. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  6438. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6439. "dev": true,
  6440. "engines": {
  6441. "node": ">=8.6"
  6442. },
  6443. "funding": {
  6444. "url": "https://github.com/sponsors/jonschlinkert"
  6445. }
  6446. },
  6447. "node_modules/possible-typed-array-names": {
  6448. "version": "1.0.0",
  6449. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
  6450. "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
  6451. "dev": true,
  6452. "engines": {
  6453. "node": ">= 0.4"
  6454. }
  6455. },
  6456. "node_modules/postcss": {
  6457. "version": "8.4.47",
  6458. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
  6459. "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
  6460. "dev": true,
  6461. "funding": [
  6462. {
  6463. "type": "opencollective",
  6464. "url": "https://opencollective.com/postcss/"
  6465. },
  6466. {
  6467. "type": "tidelift",
  6468. "url": "https://tidelift.com/funding/github/npm/postcss"
  6469. },
  6470. {
  6471. "type": "github",
  6472. "url": "https://github.com/sponsors/ai"
  6473. }
  6474. ],
  6475. "dependencies": {
  6476. "nanoid": "^3.3.7",
  6477. "picocolors": "^1.1.0",
  6478. "source-map-js": "^1.2.1"
  6479. },
  6480. "engines": {
  6481. "node": "^10 || ^12 || >=14"
  6482. }
  6483. },
  6484. "node_modules/prelude-ls": {
  6485. "version": "1.2.1",
  6486. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6487. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6488. "dev": true,
  6489. "engines": {
  6490. "node": ">= 0.8.0"
  6491. }
  6492. },
  6493. "node_modules/prettier": {
  6494. "version": "2.8.8",
  6495. "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
  6496. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  6497. "dev": true,
  6498. "bin": {
  6499. "prettier": "bin-prettier.js"
  6500. },
  6501. "engines": {
  6502. "node": ">=10.13.0"
  6503. },
  6504. "funding": {
  6505. "url": "https://github.com/prettier/prettier?sponsor=1"
  6506. }
  6507. },
  6508. "node_modules/pretty-bytes": {
  6509. "version": "6.1.1",
  6510. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  6511. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  6512. "dev": true,
  6513. "engines": {
  6514. "node": "^14.13.1 || >=16.0.0"
  6515. },
  6516. "funding": {
  6517. "url": "https://github.com/sponsors/sindresorhus"
  6518. }
  6519. },
  6520. "node_modules/prop-types": {
  6521. "version": "15.8.1",
  6522. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  6523. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  6524. "dependencies": {
  6525. "loose-envify": "^1.4.0",
  6526. "object-assign": "^4.1.1",
  6527. "react-is": "^16.13.1"
  6528. }
  6529. },
  6530. "node_modules/prop-types/node_modules/react-is": {
  6531. "version": "16.13.1",
  6532. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  6533. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  6534. },
  6535. "node_modules/property-information": {
  6536. "version": "5.6.0",
  6537. "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
  6538. "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
  6539. "dependencies": {
  6540. "xtend": "^4.0.0"
  6541. },
  6542. "funding": {
  6543. "type": "github",
  6544. "url": "https://github.com/sponsors/wooorm"
  6545. }
  6546. },
  6547. "node_modules/punycode": {
  6548. "version": "2.3.1",
  6549. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  6550. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  6551. "dev": true,
  6552. "engines": {
  6553. "node": ">=6"
  6554. }
  6555. },
  6556. "node_modules/queue-microtask": {
  6557. "version": "1.2.3",
  6558. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6559. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6560. "dev": true,
  6561. "funding": [
  6562. {
  6563. "type": "github",
  6564. "url": "https://github.com/sponsors/feross"
  6565. },
  6566. {
  6567. "type": "patreon",
  6568. "url": "https://www.patreon.com/feross"
  6569. },
  6570. {
  6571. "type": "consulting",
  6572. "url": "https://feross.org/support"
  6573. }
  6574. ]
  6575. },
  6576. "node_modules/randombytes": {
  6577. "version": "2.1.0",
  6578. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  6579. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  6580. "dev": true,
  6581. "dependencies": {
  6582. "safe-buffer": "^5.1.0"
  6583. }
  6584. },
  6585. "node_modules/react": {
  6586. "version": "18.3.1",
  6587. "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
  6588. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  6589. "dependencies": {
  6590. "loose-envify": "^1.1.0"
  6591. },
  6592. "engines": {
  6593. "node": ">=0.10.0"
  6594. }
  6595. },
  6596. "node_modules/react-dom": {
  6597. "version": "18.3.1",
  6598. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
  6599. "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
  6600. "dependencies": {
  6601. "loose-envify": "^1.1.0",
  6602. "scheduler": "^0.23.2"
  6603. },
  6604. "peerDependencies": {
  6605. "react": "^18.3.1"
  6606. }
  6607. },
  6608. "node_modules/react-i18next": {
  6609. "version": "11.18.6",
  6610. "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.6.tgz",
  6611. "integrity": "sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==",
  6612. "dependencies": {
  6613. "@babel/runtime": "^7.14.5",
  6614. "html-parse-stringify": "^3.0.1"
  6615. },
  6616. "peerDependencies": {
  6617. "i18next": ">= 19.0.0",
  6618. "react": ">= 16.8.0"
  6619. },
  6620. "peerDependenciesMeta": {
  6621. "react-dom": {
  6622. "optional": true
  6623. },
  6624. "react-native": {
  6625. "optional": true
  6626. }
  6627. }
  6628. },
  6629. "node_modules/react-infinite-scroll-component": {
  6630. "version": "6.1.0",
  6631. "resolved": "https://registry.npmjs.org/react-infinite-scroll-component/-/react-infinite-scroll-component-6.1.0.tgz",
  6632. "integrity": "sha512-SQu5nCqy8DxQWpnUVLx7V7b7LcA37aM7tvoWjTLZp1dk6EJibM5/4EJKzOnl07/BsM1Y40sKLuqjCwwH/xV0TQ==",
  6633. "dependencies": {
  6634. "throttle-debounce": "^2.1.0"
  6635. },
  6636. "peerDependencies": {
  6637. "react": ">=16.0.0"
  6638. }
  6639. },
  6640. "node_modules/react-is": {
  6641. "version": "18.3.1",
  6642. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
  6643. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
  6644. },
  6645. "node_modules/react-refresh": {
  6646. "version": "0.14.2",
  6647. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz",
  6648. "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==",
  6649. "dev": true,
  6650. "engines": {
  6651. "node": ">=0.10.0"
  6652. }
  6653. },
  6654. "node_modules/react-remark": {
  6655. "version": "2.1.0",
  6656. "resolved": "https://registry.npmjs.org/react-remark/-/react-remark-2.1.0.tgz",
  6657. "integrity": "sha512-7dEPxRGQ23sOdvteuRGaQAs9cEOH/BOeCN4CqsJdk3laUDIDYRCWnM6a3z92PzXHUuxIRLXQNZx7SiO0ijUcbw==",
  6658. "dependencies": {
  6659. "rehype-react": "^6.0.0",
  6660. "remark-parse": "^9.0.0",
  6661. "remark-rehype": "^8.0.0",
  6662. "unified": "^9.0.0"
  6663. },
  6664. "engines": {
  6665. "node": ">=10"
  6666. },
  6667. "funding": {
  6668. "type": "opencollective",
  6669. "url": "https://opencollective.com/unified"
  6670. },
  6671. "peerDependencies": {
  6672. "react": ">=16.8"
  6673. }
  6674. },
  6675. "node_modules/react-router": {
  6676. "version": "6.26.2",
  6677. "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.2.tgz",
  6678. "integrity": "sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==",
  6679. "dependencies": {
  6680. "@remix-run/router": "1.19.2"
  6681. },
  6682. "engines": {
  6683. "node": ">=14.0.0"
  6684. },
  6685. "peerDependencies": {
  6686. "react": ">=16.8"
  6687. }
  6688. },
  6689. "node_modules/react-router-dom": {
  6690. "version": "6.26.2",
  6691. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.2.tgz",
  6692. "integrity": "sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==",
  6693. "dependencies": {
  6694. "@remix-run/router": "1.19.2",
  6695. "react-router": "6.26.2"
  6696. },
  6697. "engines": {
  6698. "node": ">=14.0.0"
  6699. },
  6700. "peerDependencies": {
  6701. "react": ">=16.8",
  6702. "react-dom": ">=16.8"
  6703. }
  6704. },
  6705. "node_modules/react-transition-group": {
  6706. "version": "4.4.5",
  6707. "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
  6708. "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
  6709. "dependencies": {
  6710. "@babel/runtime": "^7.5.5",
  6711. "dom-helpers": "^5.0.1",
  6712. "loose-envify": "^1.4.0",
  6713. "prop-types": "^15.6.2"
  6714. },
  6715. "peerDependencies": {
  6716. "react": ">=16.6.0",
  6717. "react-dom": ">=16.6.0"
  6718. }
  6719. },
  6720. "node_modules/reflect.getprototypeof": {
  6721. "version": "1.0.6",
  6722. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz",
  6723. "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==",
  6724. "dev": true,
  6725. "dependencies": {
  6726. "call-bind": "^1.0.7",
  6727. "define-properties": "^1.2.1",
  6728. "es-abstract": "^1.23.1",
  6729. "es-errors": "^1.3.0",
  6730. "get-intrinsic": "^1.2.4",
  6731. "globalthis": "^1.0.3",
  6732. "which-builtin-type": "^1.1.3"
  6733. },
  6734. "engines": {
  6735. "node": ">= 0.4"
  6736. },
  6737. "funding": {
  6738. "url": "https://github.com/sponsors/ljharb"
  6739. }
  6740. },
  6741. "node_modules/regenerate": {
  6742. "version": "1.4.2",
  6743. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  6744. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  6745. "dev": true
  6746. },
  6747. "node_modules/regenerate-unicode-properties": {
  6748. "version": "10.2.0",
  6749. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
  6750. "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
  6751. "dev": true,
  6752. "dependencies": {
  6753. "regenerate": "^1.4.2"
  6754. },
  6755. "engines": {
  6756. "node": ">=4"
  6757. }
  6758. },
  6759. "node_modules/regenerator-runtime": {
  6760. "version": "0.14.1",
  6761. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  6762. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  6763. },
  6764. "node_modules/regenerator-transform": {
  6765. "version": "0.15.2",
  6766. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
  6767. "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
  6768. "dev": true,
  6769. "dependencies": {
  6770. "@babel/runtime": "^7.8.4"
  6771. }
  6772. },
  6773. "node_modules/regexp.prototype.flags": {
  6774. "version": "1.5.2",
  6775. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
  6776. "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
  6777. "dev": true,
  6778. "dependencies": {
  6779. "call-bind": "^1.0.6",
  6780. "define-properties": "^1.2.1",
  6781. "es-errors": "^1.3.0",
  6782. "set-function-name": "^2.0.1"
  6783. },
  6784. "engines": {
  6785. "node": ">= 0.4"
  6786. },
  6787. "funding": {
  6788. "url": "https://github.com/sponsors/ljharb"
  6789. }
  6790. },
  6791. "node_modules/regexpu-core": {
  6792. "version": "5.3.2",
  6793. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
  6794. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  6795. "dev": true,
  6796. "dependencies": {
  6797. "@babel/regjsgen": "^0.8.0",
  6798. "regenerate": "^1.4.2",
  6799. "regenerate-unicode-properties": "^10.1.0",
  6800. "regjsparser": "^0.9.1",
  6801. "unicode-match-property-ecmascript": "^2.0.0",
  6802. "unicode-match-property-value-ecmascript": "^2.1.0"
  6803. },
  6804. "engines": {
  6805. "node": ">=4"
  6806. }
  6807. },
  6808. "node_modules/regjsparser": {
  6809. "version": "0.9.1",
  6810. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  6811. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  6812. "dev": true,
  6813. "dependencies": {
  6814. "jsesc": "~0.5.0"
  6815. },
  6816. "bin": {
  6817. "regjsparser": "bin/parser"
  6818. }
  6819. },
  6820. "node_modules/regjsparser/node_modules/jsesc": {
  6821. "version": "0.5.0",
  6822. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  6823. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  6824. "dev": true,
  6825. "bin": {
  6826. "jsesc": "bin/jsesc"
  6827. }
  6828. },
  6829. "node_modules/rehype-react": {
  6830. "version": "6.2.1",
  6831. "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-6.2.1.tgz",
  6832. "integrity": "sha512-f9KIrjktvLvmbGc7si25HepocOg4z0MuNOtweigKzBcDjiGSTGhyz6VSgaV5K421Cq1O+z4/oxRJ5G9owo0KVg==",
  6833. "dependencies": {
  6834. "@mapbox/hast-util-table-cell-style": "^0.2.0",
  6835. "hast-to-hyperscript": "^9.0.0"
  6836. },
  6837. "funding": {
  6838. "type": "opencollective",
  6839. "url": "https://opencollective.com/unified"
  6840. }
  6841. },
  6842. "node_modules/remark-parse": {
  6843. "version": "9.0.0",
  6844. "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
  6845. "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
  6846. "dependencies": {
  6847. "mdast-util-from-markdown": "^0.8.0"
  6848. },
  6849. "funding": {
  6850. "type": "opencollective",
  6851. "url": "https://opencollective.com/unified"
  6852. }
  6853. },
  6854. "node_modules/remark-rehype": {
  6855. "version": "8.1.0",
  6856. "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-8.1.0.tgz",
  6857. "integrity": "sha512-EbCu9kHgAxKmW1yEYjx3QafMyGY3q8noUbNUI5xyKbaFP89wbhDrKxyIQNukNYthzjNHZu6J7hwFg7hRm1svYA==",
  6858. "dependencies": {
  6859. "mdast-util-to-hast": "^10.2.0"
  6860. },
  6861. "funding": {
  6862. "type": "opencollective",
  6863. "url": "https://opencollective.com/unified"
  6864. }
  6865. },
  6866. "node_modules/require-from-string": {
  6867. "version": "2.0.2",
  6868. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  6869. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  6870. "dev": true,
  6871. "engines": {
  6872. "node": ">=0.10.0"
  6873. }
  6874. },
  6875. "node_modules/resolve": {
  6876. "version": "1.22.8",
  6877. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  6878. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  6879. "dependencies": {
  6880. "is-core-module": "^2.13.0",
  6881. "path-parse": "^1.0.7",
  6882. "supports-preserve-symlinks-flag": "^1.0.0"
  6883. },
  6884. "bin": {
  6885. "resolve": "bin/resolve"
  6886. },
  6887. "funding": {
  6888. "url": "https://github.com/sponsors/ljharb"
  6889. }
  6890. },
  6891. "node_modules/resolve-from": {
  6892. "version": "4.0.0",
  6893. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6894. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6895. "engines": {
  6896. "node": ">=4"
  6897. }
  6898. },
  6899. "node_modules/reusify": {
  6900. "version": "1.0.4",
  6901. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  6902. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6903. "dev": true,
  6904. "engines": {
  6905. "iojs": ">=1.0.0",
  6906. "node": ">=0.10.0"
  6907. }
  6908. },
  6909. "node_modules/rimraf": {
  6910. "version": "3.0.2",
  6911. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  6912. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6913. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  6914. "dev": true,
  6915. "dependencies": {
  6916. "glob": "^7.1.3"
  6917. },
  6918. "bin": {
  6919. "rimraf": "bin.js"
  6920. },
  6921. "funding": {
  6922. "url": "https://github.com/sponsors/isaacs"
  6923. }
  6924. },
  6925. "node_modules/rollup": {
  6926. "version": "3.29.5",
  6927. "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz",
  6928. "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==",
  6929. "dev": true,
  6930. "bin": {
  6931. "rollup": "dist/bin/rollup"
  6932. },
  6933. "engines": {
  6934. "node": ">=14.18.0",
  6935. "npm": ">=8.0.0"
  6936. },
  6937. "optionalDependencies": {
  6938. "fsevents": "~2.3.2"
  6939. }
  6940. },
  6941. "node_modules/run-parallel": {
  6942. "version": "1.2.0",
  6943. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6944. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6945. "dev": true,
  6946. "funding": [
  6947. {
  6948. "type": "github",
  6949. "url": "https://github.com/sponsors/feross"
  6950. },
  6951. {
  6952. "type": "patreon",
  6953. "url": "https://www.patreon.com/feross"
  6954. },
  6955. {
  6956. "type": "consulting",
  6957. "url": "https://feross.org/support"
  6958. }
  6959. ],
  6960. "dependencies": {
  6961. "queue-microtask": "^1.2.2"
  6962. }
  6963. },
  6964. "node_modules/safe-array-concat": {
  6965. "version": "1.1.2",
  6966. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
  6967. "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
  6968. "dev": true,
  6969. "dependencies": {
  6970. "call-bind": "^1.0.7",
  6971. "get-intrinsic": "^1.2.4",
  6972. "has-symbols": "^1.0.3",
  6973. "isarray": "^2.0.5"
  6974. },
  6975. "engines": {
  6976. "node": ">=0.4"
  6977. },
  6978. "funding": {
  6979. "url": "https://github.com/sponsors/ljharb"
  6980. }
  6981. },
  6982. "node_modules/safe-buffer": {
  6983. "version": "5.2.1",
  6984. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  6985. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  6986. "dev": true,
  6987. "funding": [
  6988. {
  6989. "type": "github",
  6990. "url": "https://github.com/sponsors/feross"
  6991. },
  6992. {
  6993. "type": "patreon",
  6994. "url": "https://www.patreon.com/feross"
  6995. },
  6996. {
  6997. "type": "consulting",
  6998. "url": "https://feross.org/support"
  6999. }
  7000. ]
  7001. },
  7002. "node_modules/safe-regex-test": {
  7003. "version": "1.0.3",
  7004. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
  7005. "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
  7006. "dev": true,
  7007. "dependencies": {
  7008. "call-bind": "^1.0.6",
  7009. "es-errors": "^1.3.0",
  7010. "is-regex": "^1.1.4"
  7011. },
  7012. "engines": {
  7013. "node": ">= 0.4"
  7014. },
  7015. "funding": {
  7016. "url": "https://github.com/sponsors/ljharb"
  7017. }
  7018. },
  7019. "node_modules/scheduler": {
  7020. "version": "0.23.2",
  7021. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
  7022. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  7023. "dependencies": {
  7024. "loose-envify": "^1.1.0"
  7025. }
  7026. },
  7027. "node_modules/semver": {
  7028. "version": "6.3.1",
  7029. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  7030. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  7031. "dev": true,
  7032. "bin": {
  7033. "semver": "bin/semver.js"
  7034. }
  7035. },
  7036. "node_modules/serialize-javascript": {
  7037. "version": "4.0.0",
  7038. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  7039. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  7040. "dev": true,
  7041. "dependencies": {
  7042. "randombytes": "^2.1.0"
  7043. }
  7044. },
  7045. "node_modules/set-function-length": {
  7046. "version": "1.2.2",
  7047. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  7048. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  7049. "dev": true,
  7050. "dependencies": {
  7051. "define-data-property": "^1.1.4",
  7052. "es-errors": "^1.3.0",
  7053. "function-bind": "^1.1.2",
  7054. "get-intrinsic": "^1.2.4",
  7055. "gopd": "^1.0.1",
  7056. "has-property-descriptors": "^1.0.2"
  7057. },
  7058. "engines": {
  7059. "node": ">= 0.4"
  7060. }
  7061. },
  7062. "node_modules/set-function-name": {
  7063. "version": "2.0.2",
  7064. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  7065. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  7066. "dev": true,
  7067. "dependencies": {
  7068. "define-data-property": "^1.1.4",
  7069. "es-errors": "^1.3.0",
  7070. "functions-have-names": "^1.2.3",
  7071. "has-property-descriptors": "^1.0.2"
  7072. },
  7073. "engines": {
  7074. "node": ">= 0.4"
  7075. }
  7076. },
  7077. "node_modules/shebang-command": {
  7078. "version": "2.0.0",
  7079. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  7080. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  7081. "dev": true,
  7082. "dependencies": {
  7083. "shebang-regex": "^3.0.0"
  7084. },
  7085. "engines": {
  7086. "node": ">=8"
  7087. }
  7088. },
  7089. "node_modules/shebang-regex": {
  7090. "version": "3.0.0",
  7091. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  7092. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  7093. "dev": true,
  7094. "engines": {
  7095. "node": ">=8"
  7096. }
  7097. },
  7098. "node_modules/side-channel": {
  7099. "version": "1.0.6",
  7100. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
  7101. "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
  7102. "dev": true,
  7103. "dependencies": {
  7104. "call-bind": "^1.0.7",
  7105. "es-errors": "^1.3.0",
  7106. "get-intrinsic": "^1.2.4",
  7107. "object-inspect": "^1.13.1"
  7108. },
  7109. "engines": {
  7110. "node": ">= 0.4"
  7111. },
  7112. "funding": {
  7113. "url": "https://github.com/sponsors/ljharb"
  7114. }
  7115. },
  7116. "node_modules/source-map": {
  7117. "version": "0.5.7",
  7118. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  7119. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  7120. "engines": {
  7121. "node": ">=0.10.0"
  7122. }
  7123. },
  7124. "node_modules/source-map-js": {
  7125. "version": "1.2.1",
  7126. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  7127. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  7128. "dev": true,
  7129. "engines": {
  7130. "node": ">=0.10.0"
  7131. }
  7132. },
  7133. "node_modules/source-map-support": {
  7134. "version": "0.5.21",
  7135. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  7136. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  7137. "dev": true,
  7138. "dependencies": {
  7139. "buffer-from": "^1.0.0",
  7140. "source-map": "^0.6.0"
  7141. }
  7142. },
  7143. "node_modules/source-map-support/node_modules/source-map": {
  7144. "version": "0.6.1",
  7145. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  7146. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  7147. "dev": true,
  7148. "engines": {
  7149. "node": ">=0.10.0"
  7150. }
  7151. },
  7152. "node_modules/sourcemap-codec": {
  7153. "version": "1.4.8",
  7154. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  7155. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  7156. "deprecated": "Please use @jridgewell/sourcemap-codec instead",
  7157. "dev": true
  7158. },
  7159. "node_modules/space-separated-tokens": {
  7160. "version": "1.1.5",
  7161. "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
  7162. "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
  7163. "funding": {
  7164. "type": "github",
  7165. "url": "https://github.com/sponsors/wooorm"
  7166. }
  7167. },
  7168. "node_modules/stack-generator": {
  7169. "version": "2.0.10",
  7170. "resolved": "https://registry.npmjs.org/stack-generator/-/stack-generator-2.0.10.tgz",
  7171. "integrity": "sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==",
  7172. "dependencies": {
  7173. "stackframe": "^1.3.4"
  7174. }
  7175. },
  7176. "node_modules/stackframe": {
  7177. "version": "1.3.4",
  7178. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  7179. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  7180. },
  7181. "node_modules/stacktrace-gps": {
  7182. "version": "3.1.2",
  7183. "resolved": "https://registry.npmjs.org/stacktrace-gps/-/stacktrace-gps-3.1.2.tgz",
  7184. "integrity": "sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==",
  7185. "dependencies": {
  7186. "source-map": "0.5.6",
  7187. "stackframe": "^1.3.4"
  7188. }
  7189. },
  7190. "node_modules/stacktrace-gps/node_modules/source-map": {
  7191. "version": "0.5.6",
  7192. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
  7193. "integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==",
  7194. "engines": {
  7195. "node": ">=0.10.0"
  7196. }
  7197. },
  7198. "node_modules/stacktrace-js": {
  7199. "version": "2.0.2",
  7200. "resolved": "https://registry.npmjs.org/stacktrace-js/-/stacktrace-js-2.0.2.tgz",
  7201. "integrity": "sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==",
  7202. "dependencies": {
  7203. "error-stack-parser": "^2.0.6",
  7204. "stack-generator": "^2.0.5",
  7205. "stacktrace-gps": "^3.0.4"
  7206. }
  7207. },
  7208. "node_modules/stop-iteration-iterator": {
  7209. "version": "1.0.0",
  7210. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
  7211. "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
  7212. "dev": true,
  7213. "dependencies": {
  7214. "internal-slot": "^1.0.4"
  7215. },
  7216. "engines": {
  7217. "node": ">= 0.4"
  7218. }
  7219. },
  7220. "node_modules/string.prototype.includes": {
  7221. "version": "2.0.0",
  7222. "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz",
  7223. "integrity": "sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==",
  7224. "dev": true,
  7225. "dependencies": {
  7226. "define-properties": "^1.1.3",
  7227. "es-abstract": "^1.17.5"
  7228. }
  7229. },
  7230. "node_modules/string.prototype.matchall": {
  7231. "version": "4.0.11",
  7232. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz",
  7233. "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==",
  7234. "dev": true,
  7235. "dependencies": {
  7236. "call-bind": "^1.0.7",
  7237. "define-properties": "^1.2.1",
  7238. "es-abstract": "^1.23.2",
  7239. "es-errors": "^1.3.0",
  7240. "es-object-atoms": "^1.0.0",
  7241. "get-intrinsic": "^1.2.4",
  7242. "gopd": "^1.0.1",
  7243. "has-symbols": "^1.0.3",
  7244. "internal-slot": "^1.0.7",
  7245. "regexp.prototype.flags": "^1.5.2",
  7246. "set-function-name": "^2.0.2",
  7247. "side-channel": "^1.0.6"
  7248. },
  7249. "engines": {
  7250. "node": ">= 0.4"
  7251. },
  7252. "funding": {
  7253. "url": "https://github.com/sponsors/ljharb"
  7254. }
  7255. },
  7256. "node_modules/string.prototype.repeat": {
  7257. "version": "1.0.0",
  7258. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  7259. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  7260. "dev": true,
  7261. "dependencies": {
  7262. "define-properties": "^1.1.3",
  7263. "es-abstract": "^1.17.5"
  7264. }
  7265. },
  7266. "node_modules/string.prototype.trim": {
  7267. "version": "1.2.9",
  7268. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
  7269. "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
  7270. "dev": true,
  7271. "dependencies": {
  7272. "call-bind": "^1.0.7",
  7273. "define-properties": "^1.2.1",
  7274. "es-abstract": "^1.23.0",
  7275. "es-object-atoms": "^1.0.0"
  7276. },
  7277. "engines": {
  7278. "node": ">= 0.4"
  7279. },
  7280. "funding": {
  7281. "url": "https://github.com/sponsors/ljharb"
  7282. }
  7283. },
  7284. "node_modules/string.prototype.trimend": {
  7285. "version": "1.0.8",
  7286. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
  7287. "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
  7288. "dev": true,
  7289. "dependencies": {
  7290. "call-bind": "^1.0.7",
  7291. "define-properties": "^1.2.1",
  7292. "es-object-atoms": "^1.0.0"
  7293. },
  7294. "funding": {
  7295. "url": "https://github.com/sponsors/ljharb"
  7296. }
  7297. },
  7298. "node_modules/string.prototype.trimstart": {
  7299. "version": "1.0.8",
  7300. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  7301. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  7302. "dev": true,
  7303. "dependencies": {
  7304. "call-bind": "^1.0.7",
  7305. "define-properties": "^1.2.1",
  7306. "es-object-atoms": "^1.0.0"
  7307. },
  7308. "engines": {
  7309. "node": ">= 0.4"
  7310. },
  7311. "funding": {
  7312. "url": "https://github.com/sponsors/ljharb"
  7313. }
  7314. },
  7315. "node_modules/stringify-object": {
  7316. "version": "3.3.0",
  7317. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  7318. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  7319. "dev": true,
  7320. "dependencies": {
  7321. "get-own-enumerable-property-symbols": "^3.0.0",
  7322. "is-obj": "^1.0.1",
  7323. "is-regexp": "^1.0.0"
  7324. },
  7325. "engines": {
  7326. "node": ">=4"
  7327. }
  7328. },
  7329. "node_modules/strip-ansi": {
  7330. "version": "6.0.1",
  7331. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7332. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7333. "dev": true,
  7334. "dependencies": {
  7335. "ansi-regex": "^5.0.1"
  7336. },
  7337. "engines": {
  7338. "node": ">=8"
  7339. }
  7340. },
  7341. "node_modules/strip-bom": {
  7342. "version": "3.0.0",
  7343. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  7344. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  7345. "dev": true,
  7346. "engines": {
  7347. "node": ">=4"
  7348. }
  7349. },
  7350. "node_modules/strip-comments": {
  7351. "version": "2.0.1",
  7352. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  7353. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  7354. "dev": true,
  7355. "engines": {
  7356. "node": ">=10"
  7357. }
  7358. },
  7359. "node_modules/strip-json-comments": {
  7360. "version": "3.1.1",
  7361. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  7362. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  7363. "dev": true,
  7364. "engines": {
  7365. "node": ">=8"
  7366. },
  7367. "funding": {
  7368. "url": "https://github.com/sponsors/sindresorhus"
  7369. }
  7370. },
  7371. "node_modules/style-to-object": {
  7372. "version": "0.3.0",
  7373. "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz",
  7374. "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==",
  7375. "dependencies": {
  7376. "inline-style-parser": "0.1.1"
  7377. }
  7378. },
  7379. "node_modules/stylis": {
  7380. "version": "4.3.4",
  7381. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.4.tgz",
  7382. "integrity": "sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now=="
  7383. },
  7384. "node_modules/stylis-plugin-rtl": {
  7385. "version": "2.1.1",
  7386. "resolved": "https://registry.npmjs.org/stylis-plugin-rtl/-/stylis-plugin-rtl-2.1.1.tgz",
  7387. "integrity": "sha512-q6xIkri6fBufIO/sV55md2CbgS5c6gg9EhSVATtHHCdOnbN/jcI0u3lYhNVeuI65c4lQPo67g8xmq5jrREvzlg==",
  7388. "dependencies": {
  7389. "cssjanus": "^2.0.1"
  7390. },
  7391. "peerDependencies": {
  7392. "stylis": "4.x"
  7393. }
  7394. },
  7395. "node_modules/supports-color": {
  7396. "version": "5.5.0",
  7397. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  7398. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  7399. "dependencies": {
  7400. "has-flag": "^3.0.0"
  7401. },
  7402. "engines": {
  7403. "node": ">=4"
  7404. }
  7405. },
  7406. "node_modules/supports-preserve-symlinks-flag": {
  7407. "version": "1.0.0",
  7408. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  7409. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  7410. "engines": {
  7411. "node": ">= 0.4"
  7412. },
  7413. "funding": {
  7414. "url": "https://github.com/sponsors/ljharb"
  7415. }
  7416. },
  7417. "node_modules/temp-dir": {
  7418. "version": "2.0.0",
  7419. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  7420. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  7421. "dev": true,
  7422. "engines": {
  7423. "node": ">=8"
  7424. }
  7425. },
  7426. "node_modules/tempy": {
  7427. "version": "0.6.0",
  7428. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  7429. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  7430. "dev": true,
  7431. "dependencies": {
  7432. "is-stream": "^2.0.0",
  7433. "temp-dir": "^2.0.0",
  7434. "type-fest": "^0.16.0",
  7435. "unique-string": "^2.0.0"
  7436. },
  7437. "engines": {
  7438. "node": ">=10"
  7439. },
  7440. "funding": {
  7441. "url": "https://github.com/sponsors/sindresorhus"
  7442. }
  7443. },
  7444. "node_modules/terser": {
  7445. "version": "5.34.1",
  7446. "resolved": "https://registry.npmjs.org/terser/-/terser-5.34.1.tgz",
  7447. "integrity": "sha512-FsJZ7iZLd/BXkz+4xrRTGJ26o/6VTjQytUk8b8OxkwcD2I+79VPJlz7qss1+zE7h8GNIScFqXcDyJ/KqBYZFVA==",
  7448. "dev": true,
  7449. "dependencies": {
  7450. "@jridgewell/source-map": "^0.3.3",
  7451. "acorn": "^8.8.2",
  7452. "commander": "^2.20.0",
  7453. "source-map-support": "~0.5.20"
  7454. },
  7455. "bin": {
  7456. "terser": "bin/terser"
  7457. },
  7458. "engines": {
  7459. "node": ">=10"
  7460. }
  7461. },
  7462. "node_modules/text-table": {
  7463. "version": "0.2.0",
  7464. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  7465. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  7466. "dev": true
  7467. },
  7468. "node_modules/throttle-debounce": {
  7469. "version": "2.3.0",
  7470. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz",
  7471. "integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==",
  7472. "engines": {
  7473. "node": ">=8"
  7474. }
  7475. },
  7476. "node_modules/to-fast-properties": {
  7477. "version": "2.0.0",
  7478. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  7479. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  7480. "engines": {
  7481. "node": ">=4"
  7482. }
  7483. },
  7484. "node_modules/to-regex-range": {
  7485. "version": "5.0.1",
  7486. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7487. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7488. "dev": true,
  7489. "dependencies": {
  7490. "is-number": "^7.0.0"
  7491. },
  7492. "engines": {
  7493. "node": ">=8.0"
  7494. }
  7495. },
  7496. "node_modules/tr46": {
  7497. "version": "0.0.3",
  7498. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  7499. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  7500. },
  7501. "node_modules/trough": {
  7502. "version": "1.0.5",
  7503. "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
  7504. "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
  7505. "funding": {
  7506. "type": "github",
  7507. "url": "https://github.com/sponsors/wooorm"
  7508. }
  7509. },
  7510. "node_modules/tsconfig-paths": {
  7511. "version": "3.15.0",
  7512. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  7513. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  7514. "dev": true,
  7515. "dependencies": {
  7516. "@types/json5": "^0.0.29",
  7517. "json5": "^1.0.2",
  7518. "minimist": "^1.2.6",
  7519. "strip-bom": "^3.0.0"
  7520. }
  7521. },
  7522. "node_modules/tsconfig-paths/node_modules/json5": {
  7523. "version": "1.0.2",
  7524. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  7525. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  7526. "dev": true,
  7527. "dependencies": {
  7528. "minimist": "^1.2.0"
  7529. },
  7530. "bin": {
  7531. "json5": "lib/cli.js"
  7532. }
  7533. },
  7534. "node_modules/type-check": {
  7535. "version": "0.4.0",
  7536. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  7537. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  7538. "dev": true,
  7539. "dependencies": {
  7540. "prelude-ls": "^1.2.1"
  7541. },
  7542. "engines": {
  7543. "node": ">= 0.8.0"
  7544. }
  7545. },
  7546. "node_modules/type-fest": {
  7547. "version": "0.16.0",
  7548. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  7549. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  7550. "dev": true,
  7551. "engines": {
  7552. "node": ">=10"
  7553. },
  7554. "funding": {
  7555. "url": "https://github.com/sponsors/sindresorhus"
  7556. }
  7557. },
  7558. "node_modules/typed-array-buffer": {
  7559. "version": "1.0.2",
  7560. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
  7561. "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
  7562. "dev": true,
  7563. "dependencies": {
  7564. "call-bind": "^1.0.7",
  7565. "es-errors": "^1.3.0",
  7566. "is-typed-array": "^1.1.13"
  7567. },
  7568. "engines": {
  7569. "node": ">= 0.4"
  7570. }
  7571. },
  7572. "node_modules/typed-array-byte-length": {
  7573. "version": "1.0.1",
  7574. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
  7575. "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
  7576. "dev": true,
  7577. "dependencies": {
  7578. "call-bind": "^1.0.7",
  7579. "for-each": "^0.3.3",
  7580. "gopd": "^1.0.1",
  7581. "has-proto": "^1.0.3",
  7582. "is-typed-array": "^1.1.13"
  7583. },
  7584. "engines": {
  7585. "node": ">= 0.4"
  7586. },
  7587. "funding": {
  7588. "url": "https://github.com/sponsors/ljharb"
  7589. }
  7590. },
  7591. "node_modules/typed-array-byte-offset": {
  7592. "version": "1.0.2",
  7593. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
  7594. "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
  7595. "dev": true,
  7596. "dependencies": {
  7597. "available-typed-arrays": "^1.0.7",
  7598. "call-bind": "^1.0.7",
  7599. "for-each": "^0.3.3",
  7600. "gopd": "^1.0.1",
  7601. "has-proto": "^1.0.3",
  7602. "is-typed-array": "^1.1.13"
  7603. },
  7604. "engines": {
  7605. "node": ">= 0.4"
  7606. },
  7607. "funding": {
  7608. "url": "https://github.com/sponsors/ljharb"
  7609. }
  7610. },
  7611. "node_modules/typed-array-length": {
  7612. "version": "1.0.6",
  7613. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
  7614. "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
  7615. "dev": true,
  7616. "dependencies": {
  7617. "call-bind": "^1.0.7",
  7618. "for-each": "^0.3.3",
  7619. "gopd": "^1.0.1",
  7620. "has-proto": "^1.0.3",
  7621. "is-typed-array": "^1.1.13",
  7622. "possible-typed-array-names": "^1.0.0"
  7623. },
  7624. "engines": {
  7625. "node": ">= 0.4"
  7626. },
  7627. "funding": {
  7628. "url": "https://github.com/sponsors/ljharb"
  7629. }
  7630. },
  7631. "node_modules/unbox-primitive": {
  7632. "version": "1.0.2",
  7633. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  7634. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  7635. "dev": true,
  7636. "dependencies": {
  7637. "call-bind": "^1.0.2",
  7638. "has-bigints": "^1.0.2",
  7639. "has-symbols": "^1.0.3",
  7640. "which-boxed-primitive": "^1.0.2"
  7641. },
  7642. "funding": {
  7643. "url": "https://github.com/sponsors/ljharb"
  7644. }
  7645. },
  7646. "node_modules/undici-types": {
  7647. "version": "6.19.8",
  7648. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
  7649. "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
  7650. "dev": true
  7651. },
  7652. "node_modules/unicode-canonical-property-names-ecmascript": {
  7653. "version": "2.0.1",
  7654. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
  7655. "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
  7656. "dev": true,
  7657. "engines": {
  7658. "node": ">=4"
  7659. }
  7660. },
  7661. "node_modules/unicode-match-property-ecmascript": {
  7662. "version": "2.0.0",
  7663. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  7664. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  7665. "dev": true,
  7666. "dependencies": {
  7667. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  7668. "unicode-property-aliases-ecmascript": "^2.0.0"
  7669. },
  7670. "engines": {
  7671. "node": ">=4"
  7672. }
  7673. },
  7674. "node_modules/unicode-match-property-value-ecmascript": {
  7675. "version": "2.2.0",
  7676. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
  7677. "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
  7678. "dev": true,
  7679. "engines": {
  7680. "node": ">=4"
  7681. }
  7682. },
  7683. "node_modules/unicode-property-aliases-ecmascript": {
  7684. "version": "2.1.0",
  7685. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  7686. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  7687. "dev": true,
  7688. "engines": {
  7689. "node": ">=4"
  7690. }
  7691. },
  7692. "node_modules/unified": {
  7693. "version": "9.2.2",
  7694. "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
  7695. "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
  7696. "dependencies": {
  7697. "bail": "^1.0.0",
  7698. "extend": "^3.0.0",
  7699. "is-buffer": "^2.0.0",
  7700. "is-plain-obj": "^2.0.0",
  7701. "trough": "^1.0.0",
  7702. "vfile": "^4.0.0"
  7703. },
  7704. "funding": {
  7705. "type": "opencollective",
  7706. "url": "https://opencollective.com/unified"
  7707. }
  7708. },
  7709. "node_modules/unique-string": {
  7710. "version": "2.0.0",
  7711. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  7712. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  7713. "dev": true,
  7714. "dependencies": {
  7715. "crypto-random-string": "^2.0.0"
  7716. },
  7717. "engines": {
  7718. "node": ">=8"
  7719. }
  7720. },
  7721. "node_modules/unist-builder": {
  7722. "version": "2.0.3",
  7723. "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz",
  7724. "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==",
  7725. "funding": {
  7726. "type": "opencollective",
  7727. "url": "https://opencollective.com/unified"
  7728. }
  7729. },
  7730. "node_modules/unist-util-generated": {
  7731. "version": "1.1.6",
  7732. "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz",
  7733. "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==",
  7734. "funding": {
  7735. "type": "opencollective",
  7736. "url": "https://opencollective.com/unified"
  7737. }
  7738. },
  7739. "node_modules/unist-util-is": {
  7740. "version": "4.1.0",
  7741. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
  7742. "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
  7743. "funding": {
  7744. "type": "opencollective",
  7745. "url": "https://opencollective.com/unified"
  7746. }
  7747. },
  7748. "node_modules/unist-util-position": {
  7749. "version": "3.1.0",
  7750. "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
  7751. "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
  7752. "funding": {
  7753. "type": "opencollective",
  7754. "url": "https://opencollective.com/unified"
  7755. }
  7756. },
  7757. "node_modules/unist-util-stringify-position": {
  7758. "version": "2.0.3",
  7759. "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
  7760. "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
  7761. "dependencies": {
  7762. "@types/unist": "^2.0.2"
  7763. },
  7764. "funding": {
  7765. "type": "opencollective",
  7766. "url": "https://opencollective.com/unified"
  7767. }
  7768. },
  7769. "node_modules/unist-util-visit": {
  7770. "version": "1.4.1",
  7771. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
  7772. "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
  7773. "dependencies": {
  7774. "unist-util-visit-parents": "^2.0.0"
  7775. }
  7776. },
  7777. "node_modules/unist-util-visit-parents": {
  7778. "version": "2.1.2",
  7779. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
  7780. "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
  7781. "dependencies": {
  7782. "unist-util-is": "^3.0.0"
  7783. }
  7784. },
  7785. "node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
  7786. "version": "3.0.0",
  7787. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
  7788. "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A=="
  7789. },
  7790. "node_modules/universalify": {
  7791. "version": "2.0.1",
  7792. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  7793. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  7794. "dev": true,
  7795. "engines": {
  7796. "node": ">= 10.0.0"
  7797. }
  7798. },
  7799. "node_modules/upath": {
  7800. "version": "1.2.0",
  7801. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  7802. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  7803. "dev": true,
  7804. "engines": {
  7805. "node": ">=4",
  7806. "yarn": "*"
  7807. }
  7808. },
  7809. "node_modules/update-browserslist-db": {
  7810. "version": "1.1.1",
  7811. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
  7812. "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
  7813. "dev": true,
  7814. "funding": [
  7815. {
  7816. "type": "opencollective",
  7817. "url": "https://opencollective.com/browserslist"
  7818. },
  7819. {
  7820. "type": "tidelift",
  7821. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7822. },
  7823. {
  7824. "type": "github",
  7825. "url": "https://github.com/sponsors/ai"
  7826. }
  7827. ],
  7828. "dependencies": {
  7829. "escalade": "^3.2.0",
  7830. "picocolors": "^1.1.0"
  7831. },
  7832. "bin": {
  7833. "update-browserslist-db": "cli.js"
  7834. },
  7835. "peerDependencies": {
  7836. "browserslist": ">= 4.21.0"
  7837. }
  7838. },
  7839. "node_modules/uri-js": {
  7840. "version": "4.4.1",
  7841. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7842. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7843. "dev": true,
  7844. "dependencies": {
  7845. "punycode": "^2.1.0"
  7846. }
  7847. },
  7848. "node_modules/vfile": {
  7849. "version": "4.2.1",
  7850. "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
  7851. "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
  7852. "dependencies": {
  7853. "@types/unist": "^2.0.0",
  7854. "is-buffer": "^2.0.0",
  7855. "unist-util-stringify-position": "^2.0.0",
  7856. "vfile-message": "^2.0.0"
  7857. },
  7858. "funding": {
  7859. "type": "opencollective",
  7860. "url": "https://opencollective.com/unified"
  7861. }
  7862. },
  7863. "node_modules/vfile-message": {
  7864. "version": "2.0.4",
  7865. "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
  7866. "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
  7867. "dependencies": {
  7868. "@types/unist": "^2.0.0",
  7869. "unist-util-stringify-position": "^2.0.0"
  7870. },
  7871. "funding": {
  7872. "type": "opencollective",
  7873. "url": "https://opencollective.com/unified"
  7874. }
  7875. },
  7876. "node_modules/vite": {
  7877. "version": "4.5.5",
  7878. "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz",
  7879. "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==",
  7880. "dev": true,
  7881. "dependencies": {
  7882. "esbuild": "^0.18.10",
  7883. "postcss": "^8.4.27",
  7884. "rollup": "^3.27.1"
  7885. },
  7886. "bin": {
  7887. "vite": "bin/vite.js"
  7888. },
  7889. "engines": {
  7890. "node": "^14.18.0 || >=16.0.0"
  7891. },
  7892. "funding": {
  7893. "url": "https://github.com/vitejs/vite?sponsor=1"
  7894. },
  7895. "optionalDependencies": {
  7896. "fsevents": "~2.3.2"
  7897. },
  7898. "peerDependencies": {
  7899. "@types/node": ">= 14",
  7900. "less": "*",
  7901. "lightningcss": "^1.21.0",
  7902. "sass": "*",
  7903. "stylus": "*",
  7904. "sugarss": "*",
  7905. "terser": "^5.4.0"
  7906. },
  7907. "peerDependenciesMeta": {
  7908. "@types/node": {
  7909. "optional": true
  7910. },
  7911. "less": {
  7912. "optional": true
  7913. },
  7914. "lightningcss": {
  7915. "optional": true
  7916. },
  7917. "sass": {
  7918. "optional": true
  7919. },
  7920. "stylus": {
  7921. "optional": true
  7922. },
  7923. "sugarss": {
  7924. "optional": true
  7925. },
  7926. "terser": {
  7927. "optional": true
  7928. }
  7929. }
  7930. },
  7931. "node_modules/vite-plugin-pwa": {
  7932. "version": "0.15.2",
  7933. "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.15.2.tgz",
  7934. "integrity": "sha512-l1srtaad5NMNrAtAuub6ArTYG5Ci9AwofXXQ6IsbpCMYQ/0HUndwI7RB2x95+1UBFm7VGttQtT7woBlVnNhBRw==",
  7935. "dev": true,
  7936. "dependencies": {
  7937. "debug": "^4.3.4",
  7938. "fast-glob": "^3.2.12",
  7939. "pretty-bytes": "^6.0.0",
  7940. "workbox-build": "^6.5.4",
  7941. "workbox-window": "^6.5.4"
  7942. },
  7943. "funding": {
  7944. "url": "https://github.com/sponsors/antfu"
  7945. },
  7946. "peerDependencies": {
  7947. "vite": "^3.1.0 || ^4.0.0",
  7948. "workbox-build": "^6.5.4",
  7949. "workbox-window": "^6.5.4"
  7950. }
  7951. },
  7952. "node_modules/void-elements": {
  7953. "version": "3.1.0",
  7954. "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
  7955. "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
  7956. "engines": {
  7957. "node": ">=0.10.0"
  7958. }
  7959. },
  7960. "node_modules/web-namespaces": {
  7961. "version": "1.1.4",
  7962. "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
  7963. "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==",
  7964. "funding": {
  7965. "type": "github",
  7966. "url": "https://github.com/sponsors/wooorm"
  7967. }
  7968. },
  7969. "node_modules/webidl-conversions": {
  7970. "version": "3.0.1",
  7971. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  7972. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  7973. },
  7974. "node_modules/whatwg-url": {
  7975. "version": "5.0.0",
  7976. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  7977. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  7978. "dependencies": {
  7979. "tr46": "~0.0.3",
  7980. "webidl-conversions": "^3.0.0"
  7981. }
  7982. },
  7983. "node_modules/which": {
  7984. "version": "2.0.2",
  7985. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  7986. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7987. "dev": true,
  7988. "dependencies": {
  7989. "isexe": "^2.0.0"
  7990. },
  7991. "bin": {
  7992. "node-which": "bin/node-which"
  7993. },
  7994. "engines": {
  7995. "node": ">= 8"
  7996. }
  7997. },
  7998. "node_modules/which-boxed-primitive": {
  7999. "version": "1.0.2",
  8000. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  8001. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  8002. "dev": true,
  8003. "dependencies": {
  8004. "is-bigint": "^1.0.1",
  8005. "is-boolean-object": "^1.1.0",
  8006. "is-number-object": "^1.0.4",
  8007. "is-string": "^1.0.5",
  8008. "is-symbol": "^1.0.3"
  8009. },
  8010. "funding": {
  8011. "url": "https://github.com/sponsors/ljharb"
  8012. }
  8013. },
  8014. "node_modules/which-builtin-type": {
  8015. "version": "1.1.4",
  8016. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.4.tgz",
  8017. "integrity": "sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==",
  8018. "dev": true,
  8019. "dependencies": {
  8020. "function.prototype.name": "^1.1.6",
  8021. "has-tostringtag": "^1.0.2",
  8022. "is-async-function": "^2.0.0",
  8023. "is-date-object": "^1.0.5",
  8024. "is-finalizationregistry": "^1.0.2",
  8025. "is-generator-function": "^1.0.10",
  8026. "is-regex": "^1.1.4",
  8027. "is-weakref": "^1.0.2",
  8028. "isarray": "^2.0.5",
  8029. "which-boxed-primitive": "^1.0.2",
  8030. "which-collection": "^1.0.2",
  8031. "which-typed-array": "^1.1.15"
  8032. },
  8033. "engines": {
  8034. "node": ">= 0.4"
  8035. },
  8036. "funding": {
  8037. "url": "https://github.com/sponsors/ljharb"
  8038. }
  8039. },
  8040. "node_modules/which-collection": {
  8041. "version": "1.0.2",
  8042. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  8043. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  8044. "dev": true,
  8045. "dependencies": {
  8046. "is-map": "^2.0.3",
  8047. "is-set": "^2.0.3",
  8048. "is-weakmap": "^2.0.2",
  8049. "is-weakset": "^2.0.3"
  8050. },
  8051. "engines": {
  8052. "node": ">= 0.4"
  8053. },
  8054. "funding": {
  8055. "url": "https://github.com/sponsors/ljharb"
  8056. }
  8057. },
  8058. "node_modules/which-typed-array": {
  8059. "version": "1.1.15",
  8060. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
  8061. "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
  8062. "dev": true,
  8063. "dependencies": {
  8064. "available-typed-arrays": "^1.0.7",
  8065. "call-bind": "^1.0.7",
  8066. "for-each": "^0.3.3",
  8067. "gopd": "^1.0.1",
  8068. "has-tostringtag": "^1.0.2"
  8069. },
  8070. "engines": {
  8071. "node": ">= 0.4"
  8072. },
  8073. "funding": {
  8074. "url": "https://github.com/sponsors/ljharb"
  8075. }
  8076. },
  8077. "node_modules/word-wrap": {
  8078. "version": "1.2.5",
  8079. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  8080. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  8081. "dev": true,
  8082. "engines": {
  8083. "node": ">=0.10.0"
  8084. }
  8085. },
  8086. "node_modules/workbox-background-sync": {
  8087. "version": "6.6.0",
  8088. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz",
  8089. "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==",
  8090. "dev": true,
  8091. "dependencies": {
  8092. "idb": "^7.0.1",
  8093. "workbox-core": "6.6.0"
  8094. }
  8095. },
  8096. "node_modules/workbox-broadcast-update": {
  8097. "version": "6.6.0",
  8098. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz",
  8099. "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==",
  8100. "dev": true,
  8101. "dependencies": {
  8102. "workbox-core": "6.6.0"
  8103. }
  8104. },
  8105. "node_modules/workbox-build": {
  8106. "version": "6.6.0",
  8107. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz",
  8108. "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==",
  8109. "dev": true,
  8110. "dependencies": {
  8111. "@apideck/better-ajv-errors": "^0.3.1",
  8112. "@babel/core": "^7.11.1",
  8113. "@babel/preset-env": "^7.11.0",
  8114. "@babel/runtime": "^7.11.2",
  8115. "@rollup/plugin-babel": "^5.2.0",
  8116. "@rollup/plugin-node-resolve": "^11.2.1",
  8117. "@rollup/plugin-replace": "^2.4.1",
  8118. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  8119. "ajv": "^8.6.0",
  8120. "common-tags": "^1.8.0",
  8121. "fast-json-stable-stringify": "^2.1.0",
  8122. "fs-extra": "^9.0.1",
  8123. "glob": "^7.1.6",
  8124. "lodash": "^4.17.20",
  8125. "pretty-bytes": "^5.3.0",
  8126. "rollup": "^2.43.1",
  8127. "rollup-plugin-terser": "^7.0.0",
  8128. "source-map": "^0.8.0-beta.0",
  8129. "stringify-object": "^3.3.0",
  8130. "strip-comments": "^2.0.1",
  8131. "tempy": "^0.6.0",
  8132. "upath": "^1.2.0",
  8133. "workbox-background-sync": "6.6.0",
  8134. "workbox-broadcast-update": "6.6.0",
  8135. "workbox-cacheable-response": "6.6.0",
  8136. "workbox-core": "6.6.0",
  8137. "workbox-expiration": "6.6.0",
  8138. "workbox-google-analytics": "6.6.0",
  8139. "workbox-navigation-preload": "6.6.0",
  8140. "workbox-precaching": "6.6.0",
  8141. "workbox-range-requests": "6.6.0",
  8142. "workbox-recipes": "6.6.0",
  8143. "workbox-routing": "6.6.0",
  8144. "workbox-strategies": "6.6.0",
  8145. "workbox-streams": "6.6.0",
  8146. "workbox-sw": "6.6.0",
  8147. "workbox-window": "6.6.0"
  8148. },
  8149. "engines": {
  8150. "node": ">=10.0.0"
  8151. }
  8152. },
  8153. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  8154. "version": "0.3.6",
  8155. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  8156. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  8157. "dev": true,
  8158. "dependencies": {
  8159. "json-schema": "^0.4.0",
  8160. "jsonpointer": "^5.0.0",
  8161. "leven": "^3.1.0"
  8162. },
  8163. "engines": {
  8164. "node": ">=10"
  8165. },
  8166. "peerDependencies": {
  8167. "ajv": ">=8"
  8168. }
  8169. },
  8170. "node_modules/workbox-build/node_modules/@rollup/plugin-babel": {
  8171. "version": "5.3.1",
  8172. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  8173. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  8174. "dev": true,
  8175. "dependencies": {
  8176. "@babel/helper-module-imports": "^7.10.4",
  8177. "@rollup/pluginutils": "^3.1.0"
  8178. },
  8179. "engines": {
  8180. "node": ">= 10.0.0"
  8181. },
  8182. "peerDependencies": {
  8183. "@babel/core": "^7.0.0",
  8184. "@types/babel__core": "^7.1.9",
  8185. "rollup": "^1.20.0||^2.0.0"
  8186. },
  8187. "peerDependenciesMeta": {
  8188. "@types/babel__core": {
  8189. "optional": true
  8190. }
  8191. }
  8192. },
  8193. "node_modules/workbox-build/node_modules/@rollup/plugin-node-resolve": {
  8194. "version": "11.2.1",
  8195. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  8196. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  8197. "dev": true,
  8198. "dependencies": {
  8199. "@rollup/pluginutils": "^3.1.0",
  8200. "@types/resolve": "1.17.1",
  8201. "builtin-modules": "^3.1.0",
  8202. "deepmerge": "^4.2.2",
  8203. "is-module": "^1.0.0",
  8204. "resolve": "^1.19.0"
  8205. },
  8206. "engines": {
  8207. "node": ">= 10.0.0"
  8208. },
  8209. "peerDependencies": {
  8210. "rollup": "^1.20.0||^2.0.0"
  8211. }
  8212. },
  8213. "node_modules/workbox-build/node_modules/@rollup/plugin-replace": {
  8214. "version": "2.4.2",
  8215. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  8216. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  8217. "dev": true,
  8218. "dependencies": {
  8219. "@rollup/pluginutils": "^3.1.0",
  8220. "magic-string": "^0.25.7"
  8221. },
  8222. "peerDependencies": {
  8223. "rollup": "^1.20.0 || ^2.0.0"
  8224. }
  8225. },
  8226. "node_modules/workbox-build/node_modules/@rollup/pluginutils": {
  8227. "version": "3.1.0",
  8228. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  8229. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  8230. "dev": true,
  8231. "dependencies": {
  8232. "@types/estree": "0.0.39",
  8233. "estree-walker": "^1.0.1",
  8234. "picomatch": "^2.2.2"
  8235. },
  8236. "engines": {
  8237. "node": ">= 8.0.0"
  8238. },
  8239. "peerDependencies": {
  8240. "rollup": "^1.20.0||^2.0.0"
  8241. }
  8242. },
  8243. "node_modules/workbox-build/node_modules/ajv": {
  8244. "version": "8.17.1",
  8245. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
  8246. "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
  8247. "dev": true,
  8248. "dependencies": {
  8249. "fast-deep-equal": "^3.1.3",
  8250. "fast-uri": "^3.0.1",
  8251. "json-schema-traverse": "^1.0.0",
  8252. "require-from-string": "^2.0.2"
  8253. },
  8254. "funding": {
  8255. "type": "github",
  8256. "url": "https://github.com/sponsors/epoberezkin"
  8257. }
  8258. },
  8259. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  8260. "version": "1.0.0",
  8261. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  8262. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  8263. "dev": true
  8264. },
  8265. "node_modules/workbox-build/node_modules/pretty-bytes": {
  8266. "version": "5.6.0",
  8267. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  8268. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  8269. "dev": true,
  8270. "engines": {
  8271. "node": ">=6"
  8272. },
  8273. "funding": {
  8274. "url": "https://github.com/sponsors/sindresorhus"
  8275. }
  8276. },
  8277. "node_modules/workbox-build/node_modules/rollup": {
  8278. "version": "2.79.2",
  8279. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
  8280. "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
  8281. "dev": true,
  8282. "bin": {
  8283. "rollup": "dist/bin/rollup"
  8284. },
  8285. "engines": {
  8286. "node": ">=10.0.0"
  8287. },
  8288. "optionalDependencies": {
  8289. "fsevents": "~2.3.2"
  8290. }
  8291. },
  8292. "node_modules/workbox-build/node_modules/rollup-plugin-terser": {
  8293. "version": "7.0.2",
  8294. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  8295. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  8296. "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
  8297. "dev": true,
  8298. "dependencies": {
  8299. "@babel/code-frame": "^7.10.4",
  8300. "jest-worker": "^26.2.1",
  8301. "serialize-javascript": "^4.0.0",
  8302. "terser": "^5.0.0"
  8303. },
  8304. "peerDependencies": {
  8305. "rollup": "^2.0.0"
  8306. }
  8307. },
  8308. "node_modules/workbox-build/node_modules/source-map": {
  8309. "version": "0.8.0-beta.0",
  8310. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  8311. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  8312. "dev": true,
  8313. "dependencies": {
  8314. "whatwg-url": "^7.0.0"
  8315. },
  8316. "engines": {
  8317. "node": ">= 8"
  8318. }
  8319. },
  8320. "node_modules/workbox-build/node_modules/tr46": {
  8321. "version": "1.0.1",
  8322. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  8323. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  8324. "dev": true,
  8325. "dependencies": {
  8326. "punycode": "^2.1.0"
  8327. }
  8328. },
  8329. "node_modules/workbox-build/node_modules/webidl-conversions": {
  8330. "version": "4.0.2",
  8331. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  8332. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
  8333. "dev": true
  8334. },
  8335. "node_modules/workbox-build/node_modules/whatwg-url": {
  8336. "version": "7.1.0",
  8337. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  8338. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  8339. "dev": true,
  8340. "dependencies": {
  8341. "lodash.sortby": "^4.7.0",
  8342. "tr46": "^1.0.1",
  8343. "webidl-conversions": "^4.0.2"
  8344. }
  8345. },
  8346. "node_modules/workbox-cacheable-response": {
  8347. "version": "6.6.0",
  8348. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz",
  8349. "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==",
  8350. "deprecated": "workbox-background-sync@6.6.0",
  8351. "dev": true,
  8352. "dependencies": {
  8353. "workbox-core": "6.6.0"
  8354. }
  8355. },
  8356. "node_modules/workbox-core": {
  8357. "version": "6.6.0",
  8358. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz",
  8359. "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==",
  8360. "dev": true
  8361. },
  8362. "node_modules/workbox-expiration": {
  8363. "version": "6.6.0",
  8364. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz",
  8365. "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==",
  8366. "dev": true,
  8367. "dependencies": {
  8368. "idb": "^7.0.1",
  8369. "workbox-core": "6.6.0"
  8370. }
  8371. },
  8372. "node_modules/workbox-google-analytics": {
  8373. "version": "6.6.0",
  8374. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz",
  8375. "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==",
  8376. "deprecated": "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained",
  8377. "dev": true,
  8378. "dependencies": {
  8379. "workbox-background-sync": "6.6.0",
  8380. "workbox-core": "6.6.0",
  8381. "workbox-routing": "6.6.0",
  8382. "workbox-strategies": "6.6.0"
  8383. }
  8384. },
  8385. "node_modules/workbox-navigation-preload": {
  8386. "version": "6.6.0",
  8387. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz",
  8388. "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==",
  8389. "dev": true,
  8390. "dependencies": {
  8391. "workbox-core": "6.6.0"
  8392. }
  8393. },
  8394. "node_modules/workbox-precaching": {
  8395. "version": "6.6.0",
  8396. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz",
  8397. "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==",
  8398. "dev": true,
  8399. "dependencies": {
  8400. "workbox-core": "6.6.0",
  8401. "workbox-routing": "6.6.0",
  8402. "workbox-strategies": "6.6.0"
  8403. }
  8404. },
  8405. "node_modules/workbox-range-requests": {
  8406. "version": "6.6.0",
  8407. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz",
  8408. "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==",
  8409. "dev": true,
  8410. "dependencies": {
  8411. "workbox-core": "6.6.0"
  8412. }
  8413. },
  8414. "node_modules/workbox-recipes": {
  8415. "version": "6.6.0",
  8416. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz",
  8417. "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==",
  8418. "dev": true,
  8419. "dependencies": {
  8420. "workbox-cacheable-response": "6.6.0",
  8421. "workbox-core": "6.6.0",
  8422. "workbox-expiration": "6.6.0",
  8423. "workbox-precaching": "6.6.0",
  8424. "workbox-routing": "6.6.0",
  8425. "workbox-strategies": "6.6.0"
  8426. }
  8427. },
  8428. "node_modules/workbox-routing": {
  8429. "version": "6.6.0",
  8430. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz",
  8431. "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==",
  8432. "dev": true,
  8433. "dependencies": {
  8434. "workbox-core": "6.6.0"
  8435. }
  8436. },
  8437. "node_modules/workbox-strategies": {
  8438. "version": "6.6.0",
  8439. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz",
  8440. "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==",
  8441. "dev": true,
  8442. "dependencies": {
  8443. "workbox-core": "6.6.0"
  8444. }
  8445. },
  8446. "node_modules/workbox-streams": {
  8447. "version": "6.6.0",
  8448. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz",
  8449. "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==",
  8450. "dev": true,
  8451. "dependencies": {
  8452. "workbox-core": "6.6.0",
  8453. "workbox-routing": "6.6.0"
  8454. }
  8455. },
  8456. "node_modules/workbox-sw": {
  8457. "version": "6.6.0",
  8458. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz",
  8459. "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==",
  8460. "dev": true
  8461. },
  8462. "node_modules/workbox-window": {
  8463. "version": "6.6.0",
  8464. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz",
  8465. "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==",
  8466. "dev": true,
  8467. "dependencies": {
  8468. "@types/trusted-types": "^2.0.2",
  8469. "workbox-core": "6.6.0"
  8470. }
  8471. },
  8472. "node_modules/wrappy": {
  8473. "version": "1.0.2",
  8474. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  8475. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  8476. "dev": true
  8477. },
  8478. "node_modules/xtend": {
  8479. "version": "4.0.2",
  8480. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  8481. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  8482. "engines": {
  8483. "node": ">=0.4"
  8484. }
  8485. },
  8486. "node_modules/yallist": {
  8487. "version": "3.1.1",
  8488. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  8489. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  8490. "dev": true
  8491. },
  8492. "node_modules/yaml": {
  8493. "version": "1.10.2",
  8494. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  8495. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  8496. "engines": {
  8497. "node": ">= 6"
  8498. }
  8499. },
  8500. "node_modules/yocto-queue": {
  8501. "version": "0.1.0",
  8502. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  8503. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  8504. "dev": true,
  8505. "engines": {
  8506. "node": ">=10"
  8507. },
  8508. "funding": {
  8509. "url": "https://github.com/sponsors/sindresorhus"
  8510. }
  8511. }
  8512. }
  8513. }