package-lock.json 483 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949119501195111952119531195411955119561195711958119591196011961119621196311964119651196611967119681196911970119711197211973119741197511976119771197811979119801198111982119831198411985119861198711988119891199011991119921199311994119951199611997119981199912000120011200212003120041200512006120071200812009120101201112012120131201412015120161201712018120191202012021120221202312024120251202612027120281202912030120311203212033120341203512036120371203812039120401204112042120431204412045120461204712048120491205012051120521205312054120551205612057120581205912060120611206212063120641206512066120671206812069120701207112072120731207412075120761207712078120791208012081120821208312084120851208612087120881208912090120911209212093120941209512096120971209812099121001210112102121031210412105121061210712108121091211012111121121211312114121151211612117121181211912120121211212212123121241212512126121271212812129121301213112132121331213412135121361213712138121391214012141121421214312144121451214612147121481214912150121511215212153121541215512156121571215812159121601216112162121631216412165121661216712168121691217012171121721217312174121751217612177121781217912180121811218212183121841218512186121871218812189121901219112192121931219412195121961219712198121991220012201122021220312204122051220612207122081220912210122111221212213122141221512216122171221812219122201222112222122231222412225122261222712228122291223012231122321223312234122351223612237122381223912240122411224212243122441224512246122471224812249122501225112252122531225412255122561225712258122591226012261122621226312264122651226612267122681226912270122711227212273122741227512276122771227812279122801228112282122831228412285122861228712288122891229012291122921229312294122951229612297122981229912300123011230212303123041230512306123071230812309123101231112312123131231412315123161231712318123191232012321123221232312324123251232612327123281232912330123311233212333123341233512336123371233812339123401234112342123431234412345123461234712348123491235012351123521235312354123551235612357123581235912360123611236212363123641236512366123671236812369123701237112372123731237412375123761237712378123791238012381123821238312384123851238612387123881238912390123911239212393123941239512396123971239812399124001240112402124031240412405124061240712408124091241012411124121241312414124151241612417124181241912420124211242212423124241242512426124271242812429124301243112432124331243412435124361243712438124391244012441124421244312444124451244612447124481244912450124511245212453124541245512456124571245812459124601246112462124631246412465124661246712468124691247012471124721247312474124751247612477124781247912480124811248212483124841248512486124871248812489124901249112492124931249412495124961249712498124991250012501125021250312504125051250612507125081250912510125111251212513125141251512516125171251812519125201252112522125231252412525125261252712528125291253012531125321253312534125351253612537125381253912540125411254212543125441254512546125471254812549125501255112552125531255412555125561255712558125591256012561125621256312564125651256612567125681256912570125711257212573125741257512576125771257812579125801258112582125831258412585125861258712588125891259012591125921259312594125951259612597125981259912600126011260212603126041260512606126071260812609126101261112612126131261412615126161261712618126191262012621126221262312624126251262612627126281262912630126311263212633126341263512636126371263812639126401264112642126431264412645126461264712648126491265012651126521265312654126551265612657126581265912660126611266212663126641266512666126671266812669126701267112672126731267412675126761267712678126791268012681126821268312684126851268612687126881268912690126911269212693126941269512696126971269812699127001270112702127031270412705127061270712708127091271012711127121271312714127151271612717127181271912720127211272212723127241272512726127271272812729127301273112732127331273412735127361273712738127391274012741127421274312744127451274612747127481274912750127511275212753127541275512756127571275812759127601276112762127631276412765127661276712768127691277012771127721277312774127751277612777127781277912780127811278212783127841278512786127871278812789127901279112792127931279412795127961279712798127991280012801128021280312804128051280612807128081280912810128111281212813128141281512816128171281812819128201282112822128231282412825128261282712828128291283012831128321283312834128351283612837128381283912840128411284212843128441284512846128471284812849128501285112852128531285412855128561285712858128591286012861128621286312864128651286612867128681286912870128711287212873128741287512876128771287812879128801288112882128831288412885128861288712888128891289012891128921289312894128951289612897128981289912900129011290212903129041290512906129071290812909129101291112912129131291412915129161291712918129191292012921129221292312924129251292612927129281292912930129311293212933129341293512936129371293812939129401294112942129431294412945129461294712948129491295012951129521295312954129551295612957129581295912960129611296212963129641296512966129671296812969129701297112972129731297412975129761297712978129791298012981129821298312984129851298612987129881298912990129911299212993129941299512996129971299812999130001300113002130031300413005130061300713008130091301013011130121301313014130151301613017130181301913020130211302213023130241302513026130271302813029130301303113032130331303413035130361303713038130391304013041130421304313044130451304613047130481304913050130511305213053130541305513056130571305813059130601306113062130631306413065130661306713068130691307013071130721307313074130751307613077130781307913080130811308213083130841308513086130871308813089130901309113092130931309413095130961309713098130991310013101131021310313104131051310613107131081310913110131111311213113131141311513116131171311813119131201312113122131231312413125131261312713128131291313013131131321313313134131351313613137131381313913140131411314213143131441314513146131471314813149131501315113152131531315413155131561315713158131591316013161131621316313164131651316613167131681316913170131711317213173131741317513176131771317813179131801318113182131831318413185131861318713188131891319013191131921319313194131951319613197131981319913200132011320213203132041320513206132071320813209132101321113212132131321413215132161321713218132191322013221132221322313224132251322613227132281322913230132311323213233132341323513236132371323813239132401324113242132431324413245132461324713248132491325013251132521325313254132551325613257132581325913260132611326213263132641326513266132671326813269132701327113272132731327413275132761327713278132791328013281132821328313284132851328613287132881328913290132911329213293132941329513296132971329813299133001330113302133031330413305133061330713308133091331013311133121331313314133151331613317133181331913320133211332213323133241332513326133271332813329133301333113332133331333413335133361333713338133391334013341133421334313344133451334613347133481334913350133511335213353133541335513356133571335813359133601336113362133631336413365133661336713368133691337013371133721337313374133751337613377133781337913380133811338213383133841338513386133871338813389133901339113392133931339413395133961339713398133991340013401134021340313404134051340613407134081340913410134111341213413134141341513416134171341813419134201342113422134231342413425134261342713428134291343013431134321343313434134351343613437134381343913440134411344213443134441344513446134471344813449134501345113452134531345413455134561345713458134591346013461134621346313464134651346613467134681346913470134711347213473134741347513476134771347813479134801348113482134831348413485134861348713488134891349013491134921349313494134951349613497134981349913500135011350213503135041350513506135071350813509135101351113512135131351413515135161351713518135191352013521135221352313524135251352613527135281352913530135311353213533135341353513536135371353813539135401354113542135431354413545135461354713548135491355013551135521355313554135551355613557135581355913560135611356213563135641356513566135671356813569135701357113572135731357413575135761357713578135791358013581135821358313584135851358613587135881358913590135911359213593135941359513596135971359813599136001360113602136031360413605136061360713608136091361013611136121361313614136151361613617136181361913620136211362213623136241362513626136271362813629136301363113632136331363413635136361363713638136391364013641136421364313644136451364613647136481364913650136511365213653136541365513656136571365813659136601366113662136631366413665136661366713668136691367013671136721367313674136751367613677136781367913680136811368213683136841368513686136871368813689136901369113692136931369413695136961369713698136991370013701137021370313704137051370613707137081370913710137111371213713137141371513716137171371813719137201372113722137231372413725137261372713728137291373013731137321373313734137351373613737137381373913740137411374213743137441374513746137471374813749137501375113752137531375413755137561375713758137591376013761137621376313764137651376613767137681376913770137711377213773137741377513776137771377813779137801378113782137831378413785137861378713788137891379013791137921379313794137951379613797137981379913800138011380213803138041380513806138071380813809138101381113812138131381413815138161381713818138191382013821138221382313824138251382613827138281382913830138311383213833138341383513836138371383813839138401384113842138431384413845138461384713848138491385013851138521385313854138551385613857138581385913860138611386213863138641386513866138671386813869138701387113872138731387413875138761387713878138791388013881138821388313884138851388613887138881388913890138911389213893138941389513896138971389813899139001390113902139031390413905139061390713908139091391013911139121391313914139151391613917139181391913920139211392213923139241392513926139271392813929139301393113932139331393413935139361393713938139391394013941
  1. {
  2. "name": "backend",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "backend",
  9. "version": "0.0.1",
  10. "license": "UNLICENSED",
  11. "dependencies": {
  12. "@nestjs/common": "^11.0.1",
  13. "@nestjs/core": "^11.0.1",
  14. "@nestjs/platform-express": "^11.0.1",
  15. "@nestjs/typeorm": "^11.0.1",
  16. "class-transformer": "^0.5.1",
  17. "class-validator": "^0.15.1",
  18. "onnxruntime-node": "^1.24.3",
  19. "reflect-metadata": "^0.2.2",
  20. "rxjs": "^7.8.1",
  21. "sharp": "^0.34.5",
  22. "sqlite3": "^5.1.7",
  23. "typeorm": "^0.3.28"
  24. },
  25. "devDependencies": {
  26. "@eslint/eslintrc": "^3.2.0",
  27. "@eslint/js": "^9.18.0",
  28. "@nestjs/cli": "^11.0.0",
  29. "@nestjs/schematics": "^11.0.0",
  30. "@nestjs/testing": "^11.0.1",
  31. "@swc/cli": "^0.6.0",
  32. "@swc/core": "^1.10.7",
  33. "@types/express": "^5.0.0",
  34. "@types/jest": "^29.5.14",
  35. "@types/multer": "^2.1.0",
  36. "@types/node": "^22.10.7",
  37. "@types/supertest": "^6.0.2",
  38. "eslint": "^9.18.0",
  39. "eslint-config-prettier": "^10.0.1",
  40. "eslint-plugin-prettier": "^5.2.2",
  41. "globals": "^16.0.0",
  42. "jest": "^29.7.0",
  43. "prettier": "^3.4.2",
  44. "source-map-support": "^0.5.21",
  45. "supertest": "^7.0.0",
  46. "ts-jest": "^29.2.5",
  47. "ts-loader": "^9.5.2",
  48. "ts-node": "^10.9.2",
  49. "tsconfig-paths": "^4.2.0",
  50. "typescript": "^5.7.3",
  51. "typescript-eslint": "^8.20.0"
  52. }
  53. },
  54. "node_modules/@angular-devkit/core": {
  55. "version": "19.2.22",
  56. "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.22.tgz",
  57. "integrity": "sha512-OqN/Ded+ZKypPZN5+qUFwtnKGl7FKpxJXYO2Vts5vLBojY5goCZd9SGW1CyXeuPnisRUW+vjqBQbWYuEUh36Tw==",
  58. "dev": true,
  59. "license": "MIT",
  60. "dependencies": {
  61. "ajv": "8.18.0",
  62. "ajv-formats": "3.0.1",
  63. "jsonc-parser": "3.3.1",
  64. "picomatch": "4.0.2",
  65. "rxjs": "7.8.1",
  66. "source-map": "0.7.4"
  67. },
  68. "engines": {
  69. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  70. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  71. "yarn": ">= 1.13.0"
  72. },
  73. "peerDependencies": {
  74. "chokidar": "^4.0.0"
  75. },
  76. "peerDependenciesMeta": {
  77. "chokidar": {
  78. "optional": true
  79. }
  80. }
  81. },
  82. "node_modules/@angular-devkit/core/node_modules/ajv": {
  83. "version": "8.18.0",
  84. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  85. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  86. "dev": true,
  87. "license": "MIT",
  88. "dependencies": {
  89. "fast-deep-equal": "^3.1.3",
  90. "fast-uri": "^3.0.1",
  91. "json-schema-traverse": "^1.0.0",
  92. "require-from-string": "^2.0.2"
  93. },
  94. "funding": {
  95. "type": "github",
  96. "url": "https://github.com/sponsors/epoberezkin"
  97. }
  98. },
  99. "node_modules/@angular-devkit/core/node_modules/json-schema-traverse": {
  100. "version": "1.0.0",
  101. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  102. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  103. "dev": true,
  104. "license": "MIT"
  105. },
  106. "node_modules/@angular-devkit/core/node_modules/rxjs": {
  107. "version": "7.8.1",
  108. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
  109. "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
  110. "dev": true,
  111. "license": "Apache-2.0",
  112. "dependencies": {
  113. "tslib": "^2.1.0"
  114. }
  115. },
  116. "node_modules/@angular-devkit/schematics": {
  117. "version": "19.2.22",
  118. "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.22.tgz",
  119. "integrity": "sha512-tvfu5jhem1o8qidVxvXe5KfCij65ioMLCOFA947DD+zb3yTl5pJyDm2dqzbOehuQw0fmH4XPQukRJsCUy+UwaA==",
  120. "dev": true,
  121. "license": "MIT",
  122. "dependencies": {
  123. "@angular-devkit/core": "19.2.22",
  124. "jsonc-parser": "3.3.1",
  125. "magic-string": "0.30.17",
  126. "ora": "5.4.1",
  127. "rxjs": "7.8.1"
  128. },
  129. "engines": {
  130. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  131. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  132. "yarn": ">= 1.13.0"
  133. }
  134. },
  135. "node_modules/@angular-devkit/schematics-cli": {
  136. "version": "19.2.22",
  137. "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-19.2.22.tgz",
  138. "integrity": "sha512-6BvkxDz4nV8B6Ha4n/pYZ503vXgLxMaEpcKsFDao1sl0iSwrIOphlIS1yWprlGdCThIM3aJref1JU13ZvEcBCA==",
  139. "dev": true,
  140. "license": "MIT",
  141. "dependencies": {
  142. "@angular-devkit/core": "19.2.22",
  143. "@angular-devkit/schematics": "19.2.22",
  144. "@inquirer/prompts": "7.3.2",
  145. "ansi-colors": "4.1.3",
  146. "symbol-observable": "4.0.0",
  147. "yargs-parser": "21.1.1"
  148. },
  149. "bin": {
  150. "schematics": "bin/schematics.js"
  151. },
  152. "engines": {
  153. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  154. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  155. "yarn": ">= 1.13.0"
  156. }
  157. },
  158. "node_modules/@angular-devkit/schematics-cli/node_modules/@inquirer/prompts": {
  159. "version": "7.3.2",
  160. "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.3.2.tgz",
  161. "integrity": "sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==",
  162. "dev": true,
  163. "license": "MIT",
  164. "dependencies": {
  165. "@inquirer/checkbox": "^4.1.2",
  166. "@inquirer/confirm": "^5.1.6",
  167. "@inquirer/editor": "^4.2.7",
  168. "@inquirer/expand": "^4.0.9",
  169. "@inquirer/input": "^4.1.6",
  170. "@inquirer/number": "^3.0.9",
  171. "@inquirer/password": "^4.0.9",
  172. "@inquirer/rawlist": "^4.0.9",
  173. "@inquirer/search": "^3.0.9",
  174. "@inquirer/select": "^4.0.9"
  175. },
  176. "engines": {
  177. "node": ">=18"
  178. },
  179. "peerDependencies": {
  180. "@types/node": ">=18"
  181. },
  182. "peerDependenciesMeta": {
  183. "@types/node": {
  184. "optional": true
  185. }
  186. }
  187. },
  188. "node_modules/@angular-devkit/schematics/node_modules/rxjs": {
  189. "version": "7.8.1",
  190. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
  191. "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
  192. "dev": true,
  193. "license": "Apache-2.0",
  194. "dependencies": {
  195. "tslib": "^2.1.0"
  196. }
  197. },
  198. "node_modules/@babel/code-frame": {
  199. "version": "7.29.0",
  200. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  201. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  202. "dev": true,
  203. "license": "MIT",
  204. "dependencies": {
  205. "@babel/helper-validator-identifier": "^7.28.5",
  206. "js-tokens": "^4.0.0",
  207. "picocolors": "^1.1.1"
  208. },
  209. "engines": {
  210. "node": ">=6.9.0"
  211. }
  212. },
  213. "node_modules/@babel/compat-data": {
  214. "version": "7.29.0",
  215. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
  216. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  217. "dev": true,
  218. "license": "MIT",
  219. "engines": {
  220. "node": ">=6.9.0"
  221. }
  222. },
  223. "node_modules/@babel/core": {
  224. "version": "7.29.0",
  225. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  226. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  227. "dev": true,
  228. "license": "MIT",
  229. "dependencies": {
  230. "@babel/code-frame": "^7.29.0",
  231. "@babel/generator": "^7.29.0",
  232. "@babel/helper-compilation-targets": "^7.28.6",
  233. "@babel/helper-module-transforms": "^7.28.6",
  234. "@babel/helpers": "^7.28.6",
  235. "@babel/parser": "^7.29.0",
  236. "@babel/template": "^7.28.6",
  237. "@babel/traverse": "^7.29.0",
  238. "@babel/types": "^7.29.0",
  239. "@jridgewell/remapping": "^2.3.5",
  240. "convert-source-map": "^2.0.0",
  241. "debug": "^4.1.0",
  242. "gensync": "^1.0.0-beta.2",
  243. "json5": "^2.2.3",
  244. "semver": "^6.3.1"
  245. },
  246. "engines": {
  247. "node": ">=6.9.0"
  248. },
  249. "funding": {
  250. "type": "opencollective",
  251. "url": "https://opencollective.com/babel"
  252. }
  253. },
  254. "node_modules/@babel/core/node_modules/semver": {
  255. "version": "6.3.1",
  256. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  257. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  258. "dev": true,
  259. "license": "ISC",
  260. "bin": {
  261. "semver": "bin/semver.js"
  262. }
  263. },
  264. "node_modules/@babel/generator": {
  265. "version": "7.29.1",
  266. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  267. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  268. "dev": true,
  269. "license": "MIT",
  270. "dependencies": {
  271. "@babel/parser": "^7.29.0",
  272. "@babel/types": "^7.29.0",
  273. "@jridgewell/gen-mapping": "^0.3.12",
  274. "@jridgewell/trace-mapping": "^0.3.28",
  275. "jsesc": "^3.0.2"
  276. },
  277. "engines": {
  278. "node": ">=6.9.0"
  279. }
  280. },
  281. "node_modules/@babel/helper-compilation-targets": {
  282. "version": "7.28.6",
  283. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  284. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  285. "dev": true,
  286. "license": "MIT",
  287. "dependencies": {
  288. "@babel/compat-data": "^7.28.6",
  289. "@babel/helper-validator-option": "^7.27.1",
  290. "browserslist": "^4.24.0",
  291. "lru-cache": "^5.1.1",
  292. "semver": "^6.3.1"
  293. },
  294. "engines": {
  295. "node": ">=6.9.0"
  296. }
  297. },
  298. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  299. "version": "6.3.1",
  300. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  301. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  302. "dev": true,
  303. "license": "ISC",
  304. "bin": {
  305. "semver": "bin/semver.js"
  306. }
  307. },
  308. "node_modules/@babel/helper-globals": {
  309. "version": "7.28.0",
  310. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  311. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  312. "dev": true,
  313. "license": "MIT",
  314. "engines": {
  315. "node": ">=6.9.0"
  316. }
  317. },
  318. "node_modules/@babel/helper-module-imports": {
  319. "version": "7.28.6",
  320. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  321. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  322. "dev": true,
  323. "license": "MIT",
  324. "dependencies": {
  325. "@babel/traverse": "^7.28.6",
  326. "@babel/types": "^7.28.6"
  327. },
  328. "engines": {
  329. "node": ">=6.9.0"
  330. }
  331. },
  332. "node_modules/@babel/helper-module-transforms": {
  333. "version": "7.28.6",
  334. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  335. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  336. "dev": true,
  337. "license": "MIT",
  338. "dependencies": {
  339. "@babel/helper-module-imports": "^7.28.6",
  340. "@babel/helper-validator-identifier": "^7.28.5",
  341. "@babel/traverse": "^7.28.6"
  342. },
  343. "engines": {
  344. "node": ">=6.9.0"
  345. },
  346. "peerDependencies": {
  347. "@babel/core": "^7.0.0"
  348. }
  349. },
  350. "node_modules/@babel/helper-plugin-utils": {
  351. "version": "7.28.6",
  352. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  353. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  354. "dev": true,
  355. "license": "MIT",
  356. "engines": {
  357. "node": ">=6.9.0"
  358. }
  359. },
  360. "node_modules/@babel/helper-string-parser": {
  361. "version": "7.27.1",
  362. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  363. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  364. "dev": true,
  365. "license": "MIT",
  366. "engines": {
  367. "node": ">=6.9.0"
  368. }
  369. },
  370. "node_modules/@babel/helper-validator-identifier": {
  371. "version": "7.28.5",
  372. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  373. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  374. "dev": true,
  375. "license": "MIT",
  376. "engines": {
  377. "node": ">=6.9.0"
  378. }
  379. },
  380. "node_modules/@babel/helper-validator-option": {
  381. "version": "7.27.1",
  382. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  383. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  384. "dev": true,
  385. "license": "MIT",
  386. "engines": {
  387. "node": ">=6.9.0"
  388. }
  389. },
  390. "node_modules/@babel/helpers": {
  391. "version": "7.29.2",
  392. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
  393. "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
  394. "dev": true,
  395. "license": "MIT",
  396. "dependencies": {
  397. "@babel/template": "^7.28.6",
  398. "@babel/types": "^7.29.0"
  399. },
  400. "engines": {
  401. "node": ">=6.9.0"
  402. }
  403. },
  404. "node_modules/@babel/parser": {
  405. "version": "7.29.2",
  406. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  407. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  408. "dev": true,
  409. "license": "MIT",
  410. "dependencies": {
  411. "@babel/types": "^7.29.0"
  412. },
  413. "bin": {
  414. "parser": "bin/babel-parser.js"
  415. },
  416. "engines": {
  417. "node": ">=6.0.0"
  418. }
  419. },
  420. "node_modules/@babel/plugin-syntax-async-generators": {
  421. "version": "7.8.4",
  422. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  423. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  424. "dev": true,
  425. "license": "MIT",
  426. "dependencies": {
  427. "@babel/helper-plugin-utils": "^7.8.0"
  428. },
  429. "peerDependencies": {
  430. "@babel/core": "^7.0.0-0"
  431. }
  432. },
  433. "node_modules/@babel/plugin-syntax-bigint": {
  434. "version": "7.8.3",
  435. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  436. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  437. "dev": true,
  438. "license": "MIT",
  439. "dependencies": {
  440. "@babel/helper-plugin-utils": "^7.8.0"
  441. },
  442. "peerDependencies": {
  443. "@babel/core": "^7.0.0-0"
  444. }
  445. },
  446. "node_modules/@babel/plugin-syntax-class-properties": {
  447. "version": "7.12.13",
  448. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  449. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  450. "dev": true,
  451. "license": "MIT",
  452. "dependencies": {
  453. "@babel/helper-plugin-utils": "^7.12.13"
  454. },
  455. "peerDependencies": {
  456. "@babel/core": "^7.0.0-0"
  457. }
  458. },
  459. "node_modules/@babel/plugin-syntax-class-static-block": {
  460. "version": "7.14.5",
  461. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  462. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  463. "dev": true,
  464. "license": "MIT",
  465. "dependencies": {
  466. "@babel/helper-plugin-utils": "^7.14.5"
  467. },
  468. "engines": {
  469. "node": ">=6.9.0"
  470. },
  471. "peerDependencies": {
  472. "@babel/core": "^7.0.0-0"
  473. }
  474. },
  475. "node_modules/@babel/plugin-syntax-import-attributes": {
  476. "version": "7.28.6",
  477. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz",
  478. "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
  479. "dev": true,
  480. "license": "MIT",
  481. "dependencies": {
  482. "@babel/helper-plugin-utils": "^7.28.6"
  483. },
  484. "engines": {
  485. "node": ">=6.9.0"
  486. },
  487. "peerDependencies": {
  488. "@babel/core": "^7.0.0-0"
  489. }
  490. },
  491. "node_modules/@babel/plugin-syntax-import-meta": {
  492. "version": "7.10.4",
  493. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  494. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  495. "dev": true,
  496. "license": "MIT",
  497. "dependencies": {
  498. "@babel/helper-plugin-utils": "^7.10.4"
  499. },
  500. "peerDependencies": {
  501. "@babel/core": "^7.0.0-0"
  502. }
  503. },
  504. "node_modules/@babel/plugin-syntax-json-strings": {
  505. "version": "7.8.3",
  506. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  507. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  508. "dev": true,
  509. "license": "MIT",
  510. "dependencies": {
  511. "@babel/helper-plugin-utils": "^7.8.0"
  512. },
  513. "peerDependencies": {
  514. "@babel/core": "^7.0.0-0"
  515. }
  516. },
  517. "node_modules/@babel/plugin-syntax-jsx": {
  518. "version": "7.28.6",
  519. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
  520. "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
  521. "dev": true,
  522. "license": "MIT",
  523. "dependencies": {
  524. "@babel/helper-plugin-utils": "^7.28.6"
  525. },
  526. "engines": {
  527. "node": ">=6.9.0"
  528. },
  529. "peerDependencies": {
  530. "@babel/core": "^7.0.0-0"
  531. }
  532. },
  533. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  534. "version": "7.10.4",
  535. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  536. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  537. "dev": true,
  538. "license": "MIT",
  539. "dependencies": {
  540. "@babel/helper-plugin-utils": "^7.10.4"
  541. },
  542. "peerDependencies": {
  543. "@babel/core": "^7.0.0-0"
  544. }
  545. },
  546. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  547. "version": "7.8.3",
  548. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  549. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  550. "dev": true,
  551. "license": "MIT",
  552. "dependencies": {
  553. "@babel/helper-plugin-utils": "^7.8.0"
  554. },
  555. "peerDependencies": {
  556. "@babel/core": "^7.0.0-0"
  557. }
  558. },
  559. "node_modules/@babel/plugin-syntax-numeric-separator": {
  560. "version": "7.10.4",
  561. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  562. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  563. "dev": true,
  564. "license": "MIT",
  565. "dependencies": {
  566. "@babel/helper-plugin-utils": "^7.10.4"
  567. },
  568. "peerDependencies": {
  569. "@babel/core": "^7.0.0-0"
  570. }
  571. },
  572. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  573. "version": "7.8.3",
  574. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  575. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  576. "dev": true,
  577. "license": "MIT",
  578. "dependencies": {
  579. "@babel/helper-plugin-utils": "^7.8.0"
  580. },
  581. "peerDependencies": {
  582. "@babel/core": "^7.0.0-0"
  583. }
  584. },
  585. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  586. "version": "7.8.3",
  587. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  588. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  589. "dev": true,
  590. "license": "MIT",
  591. "dependencies": {
  592. "@babel/helper-plugin-utils": "^7.8.0"
  593. },
  594. "peerDependencies": {
  595. "@babel/core": "^7.0.0-0"
  596. }
  597. },
  598. "node_modules/@babel/plugin-syntax-optional-chaining": {
  599. "version": "7.8.3",
  600. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  601. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  602. "dev": true,
  603. "license": "MIT",
  604. "dependencies": {
  605. "@babel/helper-plugin-utils": "^7.8.0"
  606. },
  607. "peerDependencies": {
  608. "@babel/core": "^7.0.0-0"
  609. }
  610. },
  611. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  612. "version": "7.14.5",
  613. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  614. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  615. "dev": true,
  616. "license": "MIT",
  617. "dependencies": {
  618. "@babel/helper-plugin-utils": "^7.14.5"
  619. },
  620. "engines": {
  621. "node": ">=6.9.0"
  622. },
  623. "peerDependencies": {
  624. "@babel/core": "^7.0.0-0"
  625. }
  626. },
  627. "node_modules/@babel/plugin-syntax-top-level-await": {
  628. "version": "7.14.5",
  629. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  630. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  631. "dev": true,
  632. "license": "MIT",
  633. "dependencies": {
  634. "@babel/helper-plugin-utils": "^7.14.5"
  635. },
  636. "engines": {
  637. "node": ">=6.9.0"
  638. },
  639. "peerDependencies": {
  640. "@babel/core": "^7.0.0-0"
  641. }
  642. },
  643. "node_modules/@babel/plugin-syntax-typescript": {
  644. "version": "7.28.6",
  645. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
  646. "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
  647. "dev": true,
  648. "license": "MIT",
  649. "dependencies": {
  650. "@babel/helper-plugin-utils": "^7.28.6"
  651. },
  652. "engines": {
  653. "node": ">=6.9.0"
  654. },
  655. "peerDependencies": {
  656. "@babel/core": "^7.0.0-0"
  657. }
  658. },
  659. "node_modules/@babel/template": {
  660. "version": "7.28.6",
  661. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  662. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  663. "dev": true,
  664. "license": "MIT",
  665. "dependencies": {
  666. "@babel/code-frame": "^7.28.6",
  667. "@babel/parser": "^7.28.6",
  668. "@babel/types": "^7.28.6"
  669. },
  670. "engines": {
  671. "node": ">=6.9.0"
  672. }
  673. },
  674. "node_modules/@babel/traverse": {
  675. "version": "7.29.0",
  676. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  677. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  678. "dev": true,
  679. "license": "MIT",
  680. "dependencies": {
  681. "@babel/code-frame": "^7.29.0",
  682. "@babel/generator": "^7.29.0",
  683. "@babel/helper-globals": "^7.28.0",
  684. "@babel/parser": "^7.29.0",
  685. "@babel/template": "^7.28.6",
  686. "@babel/types": "^7.29.0",
  687. "debug": "^4.3.1"
  688. },
  689. "engines": {
  690. "node": ">=6.9.0"
  691. }
  692. },
  693. "node_modules/@babel/types": {
  694. "version": "7.29.0",
  695. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  696. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  697. "dev": true,
  698. "license": "MIT",
  699. "dependencies": {
  700. "@babel/helper-string-parser": "^7.27.1",
  701. "@babel/helper-validator-identifier": "^7.28.5"
  702. },
  703. "engines": {
  704. "node": ">=6.9.0"
  705. }
  706. },
  707. "node_modules/@bcoe/v8-coverage": {
  708. "version": "0.2.3",
  709. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  710. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
  711. "dev": true,
  712. "license": "MIT"
  713. },
  714. "node_modules/@borewit/text-codec": {
  715. "version": "0.2.2",
  716. "resolved": "https://registry.npmjs.org/@borewit/text-codec/-/text-codec-0.2.2.tgz",
  717. "integrity": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==",
  718. "license": "MIT",
  719. "funding": {
  720. "type": "github",
  721. "url": "https://github.com/sponsors/Borewit"
  722. }
  723. },
  724. "node_modules/@colors/colors": {
  725. "version": "1.5.0",
  726. "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
  727. "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
  728. "dev": true,
  729. "license": "MIT",
  730. "optional": true,
  731. "engines": {
  732. "node": ">=0.1.90"
  733. }
  734. },
  735. "node_modules/@cspotcode/source-map-support": {
  736. "version": "0.8.1",
  737. "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
  738. "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
  739. "devOptional": true,
  740. "license": "MIT",
  741. "dependencies": {
  742. "@jridgewell/trace-mapping": "0.3.9"
  743. },
  744. "engines": {
  745. "node": ">=12"
  746. }
  747. },
  748. "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
  749. "version": "0.3.9",
  750. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
  751. "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
  752. "devOptional": true,
  753. "license": "MIT",
  754. "dependencies": {
  755. "@jridgewell/resolve-uri": "^3.0.3",
  756. "@jridgewell/sourcemap-codec": "^1.4.10"
  757. }
  758. },
  759. "node_modules/@emnapi/runtime": {
  760. "version": "1.9.2",
  761. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
  762. "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
  763. "license": "MIT",
  764. "optional": true,
  765. "dependencies": {
  766. "tslib": "^2.4.0"
  767. }
  768. },
  769. "node_modules/@eslint-community/eslint-utils": {
  770. "version": "4.9.1",
  771. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  772. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  773. "dev": true,
  774. "license": "MIT",
  775. "dependencies": {
  776. "eslint-visitor-keys": "^3.4.3"
  777. },
  778. "engines": {
  779. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  780. },
  781. "funding": {
  782. "url": "https://opencollective.com/eslint"
  783. },
  784. "peerDependencies": {
  785. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  786. }
  787. },
  788. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  789. "version": "3.4.3",
  790. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  791. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  792. "dev": true,
  793. "license": "Apache-2.0",
  794. "engines": {
  795. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  796. },
  797. "funding": {
  798. "url": "https://opencollective.com/eslint"
  799. }
  800. },
  801. "node_modules/@eslint-community/regexpp": {
  802. "version": "4.12.2",
  803. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  804. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  805. "dev": true,
  806. "license": "MIT",
  807. "engines": {
  808. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  809. }
  810. },
  811. "node_modules/@eslint/config-array": {
  812. "version": "0.21.2",
  813. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
  814. "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
  815. "dev": true,
  816. "license": "Apache-2.0",
  817. "dependencies": {
  818. "@eslint/object-schema": "^2.1.7",
  819. "debug": "^4.3.1",
  820. "minimatch": "^3.1.5"
  821. },
  822. "engines": {
  823. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  824. }
  825. },
  826. "node_modules/@eslint/config-helpers": {
  827. "version": "0.4.2",
  828. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
  829. "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
  830. "dev": true,
  831. "license": "Apache-2.0",
  832. "dependencies": {
  833. "@eslint/core": "^0.17.0"
  834. },
  835. "engines": {
  836. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  837. }
  838. },
  839. "node_modules/@eslint/core": {
  840. "version": "0.17.0",
  841. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
  842. "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
  843. "dev": true,
  844. "license": "Apache-2.0",
  845. "dependencies": {
  846. "@types/json-schema": "^7.0.15"
  847. },
  848. "engines": {
  849. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  850. }
  851. },
  852. "node_modules/@eslint/eslintrc": {
  853. "version": "3.3.5",
  854. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz",
  855. "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
  856. "dev": true,
  857. "license": "MIT",
  858. "dependencies": {
  859. "ajv": "^6.14.0",
  860. "debug": "^4.3.2",
  861. "espree": "^10.0.1",
  862. "globals": "^14.0.0",
  863. "ignore": "^5.2.0",
  864. "import-fresh": "^3.2.1",
  865. "js-yaml": "^4.1.1",
  866. "minimatch": "^3.1.5",
  867. "strip-json-comments": "^3.1.1"
  868. },
  869. "engines": {
  870. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  871. },
  872. "funding": {
  873. "url": "https://opencollective.com/eslint"
  874. }
  875. },
  876. "node_modules/@eslint/eslintrc/node_modules/globals": {
  877. "version": "14.0.0",
  878. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  879. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  880. "dev": true,
  881. "license": "MIT",
  882. "engines": {
  883. "node": ">=18"
  884. },
  885. "funding": {
  886. "url": "https://github.com/sponsors/sindresorhus"
  887. }
  888. },
  889. "node_modules/@eslint/js": {
  890. "version": "9.39.4",
  891. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",
  892. "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",
  893. "dev": true,
  894. "license": "MIT",
  895. "engines": {
  896. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  897. },
  898. "funding": {
  899. "url": "https://eslint.org/donate"
  900. }
  901. },
  902. "node_modules/@eslint/object-schema": {
  903. "version": "2.1.7",
  904. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  905. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  906. "dev": true,
  907. "license": "Apache-2.0",
  908. "engines": {
  909. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  910. }
  911. },
  912. "node_modules/@eslint/plugin-kit": {
  913. "version": "0.4.1",
  914. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
  915. "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
  916. "dev": true,
  917. "license": "Apache-2.0",
  918. "dependencies": {
  919. "@eslint/core": "^0.17.0",
  920. "levn": "^0.4.1"
  921. },
  922. "engines": {
  923. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  924. }
  925. },
  926. "node_modules/@gar/promisify": {
  927. "version": "1.1.3",
  928. "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
  929. "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",
  930. "license": "MIT",
  931. "optional": true
  932. },
  933. "node_modules/@humanfs/core": {
  934. "version": "0.19.1",
  935. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  936. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  937. "dev": true,
  938. "license": "Apache-2.0",
  939. "engines": {
  940. "node": ">=18.18.0"
  941. }
  942. },
  943. "node_modules/@humanfs/node": {
  944. "version": "0.16.7",
  945. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
  946. "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
  947. "dev": true,
  948. "license": "Apache-2.0",
  949. "dependencies": {
  950. "@humanfs/core": "^0.19.1",
  951. "@humanwhocodes/retry": "^0.4.0"
  952. },
  953. "engines": {
  954. "node": ">=18.18.0"
  955. }
  956. },
  957. "node_modules/@humanwhocodes/module-importer": {
  958. "version": "1.0.1",
  959. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  960. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  961. "dev": true,
  962. "license": "Apache-2.0",
  963. "engines": {
  964. "node": ">=12.22"
  965. },
  966. "funding": {
  967. "type": "github",
  968. "url": "https://github.com/sponsors/nzakas"
  969. }
  970. },
  971. "node_modules/@humanwhocodes/retry": {
  972. "version": "0.4.3",
  973. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  974. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  975. "dev": true,
  976. "license": "Apache-2.0",
  977. "engines": {
  978. "node": ">=18.18"
  979. },
  980. "funding": {
  981. "type": "github",
  982. "url": "https://github.com/sponsors/nzakas"
  983. }
  984. },
  985. "node_modules/@img/colour": {
  986. "version": "1.1.0",
  987. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  988. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  989. "license": "MIT",
  990. "engines": {
  991. "node": ">=18"
  992. }
  993. },
  994. "node_modules/@img/sharp-darwin-arm64": {
  995. "version": "0.34.5",
  996. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  997. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  998. "cpu": [
  999. "arm64"
  1000. ],
  1001. "license": "Apache-2.0",
  1002. "optional": true,
  1003. "os": [
  1004. "darwin"
  1005. ],
  1006. "engines": {
  1007. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1008. },
  1009. "funding": {
  1010. "url": "https://opencollective.com/libvips"
  1011. },
  1012. "optionalDependencies": {
  1013. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  1014. }
  1015. },
  1016. "node_modules/@img/sharp-darwin-x64": {
  1017. "version": "0.34.5",
  1018. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  1019. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  1020. "cpu": [
  1021. "x64"
  1022. ],
  1023. "license": "Apache-2.0",
  1024. "optional": true,
  1025. "os": [
  1026. "darwin"
  1027. ],
  1028. "engines": {
  1029. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1030. },
  1031. "funding": {
  1032. "url": "https://opencollective.com/libvips"
  1033. },
  1034. "optionalDependencies": {
  1035. "@img/sharp-libvips-darwin-x64": "1.2.4"
  1036. }
  1037. },
  1038. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1039. "version": "1.2.4",
  1040. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  1041. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  1042. "cpu": [
  1043. "arm64"
  1044. ],
  1045. "license": "LGPL-3.0-or-later",
  1046. "optional": true,
  1047. "os": [
  1048. "darwin"
  1049. ],
  1050. "funding": {
  1051. "url": "https://opencollective.com/libvips"
  1052. }
  1053. },
  1054. "node_modules/@img/sharp-libvips-darwin-x64": {
  1055. "version": "1.2.4",
  1056. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  1057. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  1058. "cpu": [
  1059. "x64"
  1060. ],
  1061. "license": "LGPL-3.0-or-later",
  1062. "optional": true,
  1063. "os": [
  1064. "darwin"
  1065. ],
  1066. "funding": {
  1067. "url": "https://opencollective.com/libvips"
  1068. }
  1069. },
  1070. "node_modules/@img/sharp-libvips-linux-arm": {
  1071. "version": "1.2.4",
  1072. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  1073. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  1074. "cpu": [
  1075. "arm"
  1076. ],
  1077. "libc": [
  1078. "glibc"
  1079. ],
  1080. "license": "LGPL-3.0-or-later",
  1081. "optional": true,
  1082. "os": [
  1083. "linux"
  1084. ],
  1085. "funding": {
  1086. "url": "https://opencollective.com/libvips"
  1087. }
  1088. },
  1089. "node_modules/@img/sharp-libvips-linux-arm64": {
  1090. "version": "1.2.4",
  1091. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  1092. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  1093. "cpu": [
  1094. "arm64"
  1095. ],
  1096. "libc": [
  1097. "glibc"
  1098. ],
  1099. "license": "LGPL-3.0-or-later",
  1100. "optional": true,
  1101. "os": [
  1102. "linux"
  1103. ],
  1104. "funding": {
  1105. "url": "https://opencollective.com/libvips"
  1106. }
  1107. },
  1108. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1109. "version": "1.2.4",
  1110. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  1111. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  1112. "cpu": [
  1113. "ppc64"
  1114. ],
  1115. "libc": [
  1116. "glibc"
  1117. ],
  1118. "license": "LGPL-3.0-or-later",
  1119. "optional": true,
  1120. "os": [
  1121. "linux"
  1122. ],
  1123. "funding": {
  1124. "url": "https://opencollective.com/libvips"
  1125. }
  1126. },
  1127. "node_modules/@img/sharp-libvips-linux-riscv64": {
  1128. "version": "1.2.4",
  1129. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  1130. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  1131. "cpu": [
  1132. "riscv64"
  1133. ],
  1134. "libc": [
  1135. "glibc"
  1136. ],
  1137. "license": "LGPL-3.0-or-later",
  1138. "optional": true,
  1139. "os": [
  1140. "linux"
  1141. ],
  1142. "funding": {
  1143. "url": "https://opencollective.com/libvips"
  1144. }
  1145. },
  1146. "node_modules/@img/sharp-libvips-linux-s390x": {
  1147. "version": "1.2.4",
  1148. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  1149. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  1150. "cpu": [
  1151. "s390x"
  1152. ],
  1153. "libc": [
  1154. "glibc"
  1155. ],
  1156. "license": "LGPL-3.0-or-later",
  1157. "optional": true,
  1158. "os": [
  1159. "linux"
  1160. ],
  1161. "funding": {
  1162. "url": "https://opencollective.com/libvips"
  1163. }
  1164. },
  1165. "node_modules/@img/sharp-libvips-linux-x64": {
  1166. "version": "1.2.4",
  1167. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  1168. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  1169. "cpu": [
  1170. "x64"
  1171. ],
  1172. "libc": [
  1173. "glibc"
  1174. ],
  1175. "license": "LGPL-3.0-or-later",
  1176. "optional": true,
  1177. "os": [
  1178. "linux"
  1179. ],
  1180. "funding": {
  1181. "url": "https://opencollective.com/libvips"
  1182. }
  1183. },
  1184. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1185. "version": "1.2.4",
  1186. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  1187. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  1188. "cpu": [
  1189. "arm64"
  1190. ],
  1191. "libc": [
  1192. "musl"
  1193. ],
  1194. "license": "LGPL-3.0-or-later",
  1195. "optional": true,
  1196. "os": [
  1197. "linux"
  1198. ],
  1199. "funding": {
  1200. "url": "https://opencollective.com/libvips"
  1201. }
  1202. },
  1203. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1204. "version": "1.2.4",
  1205. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  1206. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  1207. "cpu": [
  1208. "x64"
  1209. ],
  1210. "libc": [
  1211. "musl"
  1212. ],
  1213. "license": "LGPL-3.0-or-later",
  1214. "optional": true,
  1215. "os": [
  1216. "linux"
  1217. ],
  1218. "funding": {
  1219. "url": "https://opencollective.com/libvips"
  1220. }
  1221. },
  1222. "node_modules/@img/sharp-linux-arm": {
  1223. "version": "0.34.5",
  1224. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  1225. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  1226. "cpu": [
  1227. "arm"
  1228. ],
  1229. "libc": [
  1230. "glibc"
  1231. ],
  1232. "license": "Apache-2.0",
  1233. "optional": true,
  1234. "os": [
  1235. "linux"
  1236. ],
  1237. "engines": {
  1238. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1239. },
  1240. "funding": {
  1241. "url": "https://opencollective.com/libvips"
  1242. },
  1243. "optionalDependencies": {
  1244. "@img/sharp-libvips-linux-arm": "1.2.4"
  1245. }
  1246. },
  1247. "node_modules/@img/sharp-linux-arm64": {
  1248. "version": "0.34.5",
  1249. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  1250. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  1251. "cpu": [
  1252. "arm64"
  1253. ],
  1254. "libc": [
  1255. "glibc"
  1256. ],
  1257. "license": "Apache-2.0",
  1258. "optional": true,
  1259. "os": [
  1260. "linux"
  1261. ],
  1262. "engines": {
  1263. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1264. },
  1265. "funding": {
  1266. "url": "https://opencollective.com/libvips"
  1267. },
  1268. "optionalDependencies": {
  1269. "@img/sharp-libvips-linux-arm64": "1.2.4"
  1270. }
  1271. },
  1272. "node_modules/@img/sharp-linux-ppc64": {
  1273. "version": "0.34.5",
  1274. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  1275. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  1276. "cpu": [
  1277. "ppc64"
  1278. ],
  1279. "libc": [
  1280. "glibc"
  1281. ],
  1282. "license": "Apache-2.0",
  1283. "optional": true,
  1284. "os": [
  1285. "linux"
  1286. ],
  1287. "engines": {
  1288. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1289. },
  1290. "funding": {
  1291. "url": "https://opencollective.com/libvips"
  1292. },
  1293. "optionalDependencies": {
  1294. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  1295. }
  1296. },
  1297. "node_modules/@img/sharp-linux-riscv64": {
  1298. "version": "0.34.5",
  1299. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  1300. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  1301. "cpu": [
  1302. "riscv64"
  1303. ],
  1304. "libc": [
  1305. "glibc"
  1306. ],
  1307. "license": "Apache-2.0",
  1308. "optional": true,
  1309. "os": [
  1310. "linux"
  1311. ],
  1312. "engines": {
  1313. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1314. },
  1315. "funding": {
  1316. "url": "https://opencollective.com/libvips"
  1317. },
  1318. "optionalDependencies": {
  1319. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  1320. }
  1321. },
  1322. "node_modules/@img/sharp-linux-s390x": {
  1323. "version": "0.34.5",
  1324. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  1325. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  1326. "cpu": [
  1327. "s390x"
  1328. ],
  1329. "libc": [
  1330. "glibc"
  1331. ],
  1332. "license": "Apache-2.0",
  1333. "optional": true,
  1334. "os": [
  1335. "linux"
  1336. ],
  1337. "engines": {
  1338. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1339. },
  1340. "funding": {
  1341. "url": "https://opencollective.com/libvips"
  1342. },
  1343. "optionalDependencies": {
  1344. "@img/sharp-libvips-linux-s390x": "1.2.4"
  1345. }
  1346. },
  1347. "node_modules/@img/sharp-linux-x64": {
  1348. "version": "0.34.5",
  1349. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  1350. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  1351. "cpu": [
  1352. "x64"
  1353. ],
  1354. "libc": [
  1355. "glibc"
  1356. ],
  1357. "license": "Apache-2.0",
  1358. "optional": true,
  1359. "os": [
  1360. "linux"
  1361. ],
  1362. "engines": {
  1363. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1364. },
  1365. "funding": {
  1366. "url": "https://opencollective.com/libvips"
  1367. },
  1368. "optionalDependencies": {
  1369. "@img/sharp-libvips-linux-x64": "1.2.4"
  1370. }
  1371. },
  1372. "node_modules/@img/sharp-linuxmusl-arm64": {
  1373. "version": "0.34.5",
  1374. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  1375. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  1376. "cpu": [
  1377. "arm64"
  1378. ],
  1379. "libc": [
  1380. "musl"
  1381. ],
  1382. "license": "Apache-2.0",
  1383. "optional": true,
  1384. "os": [
  1385. "linux"
  1386. ],
  1387. "engines": {
  1388. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1389. },
  1390. "funding": {
  1391. "url": "https://opencollective.com/libvips"
  1392. },
  1393. "optionalDependencies": {
  1394. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  1395. }
  1396. },
  1397. "node_modules/@img/sharp-linuxmusl-x64": {
  1398. "version": "0.34.5",
  1399. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  1400. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  1401. "cpu": [
  1402. "x64"
  1403. ],
  1404. "libc": [
  1405. "musl"
  1406. ],
  1407. "license": "Apache-2.0",
  1408. "optional": true,
  1409. "os": [
  1410. "linux"
  1411. ],
  1412. "engines": {
  1413. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1414. },
  1415. "funding": {
  1416. "url": "https://opencollective.com/libvips"
  1417. },
  1418. "optionalDependencies": {
  1419. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  1420. }
  1421. },
  1422. "node_modules/@img/sharp-wasm32": {
  1423. "version": "0.34.5",
  1424. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  1425. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  1426. "cpu": [
  1427. "wasm32"
  1428. ],
  1429. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1430. "optional": true,
  1431. "dependencies": {
  1432. "@emnapi/runtime": "^1.7.0"
  1433. },
  1434. "engines": {
  1435. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1436. },
  1437. "funding": {
  1438. "url": "https://opencollective.com/libvips"
  1439. }
  1440. },
  1441. "node_modules/@img/sharp-win32-arm64": {
  1442. "version": "0.34.5",
  1443. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  1444. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  1445. "cpu": [
  1446. "arm64"
  1447. ],
  1448. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1449. "optional": true,
  1450. "os": [
  1451. "win32"
  1452. ],
  1453. "engines": {
  1454. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1455. },
  1456. "funding": {
  1457. "url": "https://opencollective.com/libvips"
  1458. }
  1459. },
  1460. "node_modules/@img/sharp-win32-ia32": {
  1461. "version": "0.34.5",
  1462. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1463. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1464. "cpu": [
  1465. "ia32"
  1466. ],
  1467. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1468. "optional": true,
  1469. "os": [
  1470. "win32"
  1471. ],
  1472. "engines": {
  1473. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1474. },
  1475. "funding": {
  1476. "url": "https://opencollective.com/libvips"
  1477. }
  1478. },
  1479. "node_modules/@img/sharp-win32-x64": {
  1480. "version": "0.34.5",
  1481. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1482. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1483. "cpu": [
  1484. "x64"
  1485. ],
  1486. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1487. "optional": true,
  1488. "os": [
  1489. "win32"
  1490. ],
  1491. "engines": {
  1492. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1493. },
  1494. "funding": {
  1495. "url": "https://opencollective.com/libvips"
  1496. }
  1497. },
  1498. "node_modules/@inquirer/ansi": {
  1499. "version": "1.0.2",
  1500. "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
  1501. "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
  1502. "dev": true,
  1503. "license": "MIT",
  1504. "engines": {
  1505. "node": ">=18"
  1506. }
  1507. },
  1508. "node_modules/@inquirer/checkbox": {
  1509. "version": "4.3.2",
  1510. "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
  1511. "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
  1512. "dev": true,
  1513. "license": "MIT",
  1514. "dependencies": {
  1515. "@inquirer/ansi": "^1.0.2",
  1516. "@inquirer/core": "^10.3.2",
  1517. "@inquirer/figures": "^1.0.15",
  1518. "@inquirer/type": "^3.0.10",
  1519. "yoctocolors-cjs": "^2.1.3"
  1520. },
  1521. "engines": {
  1522. "node": ">=18"
  1523. },
  1524. "peerDependencies": {
  1525. "@types/node": ">=18"
  1526. },
  1527. "peerDependenciesMeta": {
  1528. "@types/node": {
  1529. "optional": true
  1530. }
  1531. }
  1532. },
  1533. "node_modules/@inquirer/confirm": {
  1534. "version": "5.1.21",
  1535. "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
  1536. "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
  1537. "dev": true,
  1538. "license": "MIT",
  1539. "dependencies": {
  1540. "@inquirer/core": "^10.3.2",
  1541. "@inquirer/type": "^3.0.10"
  1542. },
  1543. "engines": {
  1544. "node": ">=18"
  1545. },
  1546. "peerDependencies": {
  1547. "@types/node": ">=18"
  1548. },
  1549. "peerDependenciesMeta": {
  1550. "@types/node": {
  1551. "optional": true
  1552. }
  1553. }
  1554. },
  1555. "node_modules/@inquirer/core": {
  1556. "version": "10.3.2",
  1557. "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
  1558. "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
  1559. "dev": true,
  1560. "license": "MIT",
  1561. "dependencies": {
  1562. "@inquirer/ansi": "^1.0.2",
  1563. "@inquirer/figures": "^1.0.15",
  1564. "@inquirer/type": "^3.0.10",
  1565. "cli-width": "^4.1.0",
  1566. "mute-stream": "^2.0.0",
  1567. "signal-exit": "^4.1.0",
  1568. "wrap-ansi": "^6.2.0",
  1569. "yoctocolors-cjs": "^2.1.3"
  1570. },
  1571. "engines": {
  1572. "node": ">=18"
  1573. },
  1574. "peerDependencies": {
  1575. "@types/node": ">=18"
  1576. },
  1577. "peerDependenciesMeta": {
  1578. "@types/node": {
  1579. "optional": true
  1580. }
  1581. }
  1582. },
  1583. "node_modules/@inquirer/editor": {
  1584. "version": "4.2.23",
  1585. "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
  1586. "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
  1587. "dev": true,
  1588. "license": "MIT",
  1589. "dependencies": {
  1590. "@inquirer/core": "^10.3.2",
  1591. "@inquirer/external-editor": "^1.0.3",
  1592. "@inquirer/type": "^3.0.10"
  1593. },
  1594. "engines": {
  1595. "node": ">=18"
  1596. },
  1597. "peerDependencies": {
  1598. "@types/node": ">=18"
  1599. },
  1600. "peerDependenciesMeta": {
  1601. "@types/node": {
  1602. "optional": true
  1603. }
  1604. }
  1605. },
  1606. "node_modules/@inquirer/expand": {
  1607. "version": "4.0.23",
  1608. "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz",
  1609. "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
  1610. "dev": true,
  1611. "license": "MIT",
  1612. "dependencies": {
  1613. "@inquirer/core": "^10.3.2",
  1614. "@inquirer/type": "^3.0.10",
  1615. "yoctocolors-cjs": "^2.1.3"
  1616. },
  1617. "engines": {
  1618. "node": ">=18"
  1619. },
  1620. "peerDependencies": {
  1621. "@types/node": ">=18"
  1622. },
  1623. "peerDependenciesMeta": {
  1624. "@types/node": {
  1625. "optional": true
  1626. }
  1627. }
  1628. },
  1629. "node_modules/@inquirer/external-editor": {
  1630. "version": "1.0.3",
  1631. "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
  1632. "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
  1633. "dev": true,
  1634. "license": "MIT",
  1635. "dependencies": {
  1636. "chardet": "^2.1.1",
  1637. "iconv-lite": "^0.7.0"
  1638. },
  1639. "engines": {
  1640. "node": ">=18"
  1641. },
  1642. "peerDependencies": {
  1643. "@types/node": ">=18"
  1644. },
  1645. "peerDependenciesMeta": {
  1646. "@types/node": {
  1647. "optional": true
  1648. }
  1649. }
  1650. },
  1651. "node_modules/@inquirer/figures": {
  1652. "version": "1.0.15",
  1653. "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
  1654. "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
  1655. "dev": true,
  1656. "license": "MIT",
  1657. "engines": {
  1658. "node": ">=18"
  1659. }
  1660. },
  1661. "node_modules/@inquirer/input": {
  1662. "version": "4.3.1",
  1663. "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz",
  1664. "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
  1665. "dev": true,
  1666. "license": "MIT",
  1667. "dependencies": {
  1668. "@inquirer/core": "^10.3.2",
  1669. "@inquirer/type": "^3.0.10"
  1670. },
  1671. "engines": {
  1672. "node": ">=18"
  1673. },
  1674. "peerDependencies": {
  1675. "@types/node": ">=18"
  1676. },
  1677. "peerDependenciesMeta": {
  1678. "@types/node": {
  1679. "optional": true
  1680. }
  1681. }
  1682. },
  1683. "node_modules/@inquirer/number": {
  1684. "version": "3.0.23",
  1685. "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz",
  1686. "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
  1687. "dev": true,
  1688. "license": "MIT",
  1689. "dependencies": {
  1690. "@inquirer/core": "^10.3.2",
  1691. "@inquirer/type": "^3.0.10"
  1692. },
  1693. "engines": {
  1694. "node": ">=18"
  1695. },
  1696. "peerDependencies": {
  1697. "@types/node": ">=18"
  1698. },
  1699. "peerDependenciesMeta": {
  1700. "@types/node": {
  1701. "optional": true
  1702. }
  1703. }
  1704. },
  1705. "node_modules/@inquirer/password": {
  1706. "version": "4.0.23",
  1707. "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz",
  1708. "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
  1709. "dev": true,
  1710. "license": "MIT",
  1711. "dependencies": {
  1712. "@inquirer/ansi": "^1.0.2",
  1713. "@inquirer/core": "^10.3.2",
  1714. "@inquirer/type": "^3.0.10"
  1715. },
  1716. "engines": {
  1717. "node": ">=18"
  1718. },
  1719. "peerDependencies": {
  1720. "@types/node": ">=18"
  1721. },
  1722. "peerDependenciesMeta": {
  1723. "@types/node": {
  1724. "optional": true
  1725. }
  1726. }
  1727. },
  1728. "node_modules/@inquirer/prompts": {
  1729. "version": "7.10.1",
  1730. "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz",
  1731. "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
  1732. "dev": true,
  1733. "license": "MIT",
  1734. "dependencies": {
  1735. "@inquirer/checkbox": "^4.3.2",
  1736. "@inquirer/confirm": "^5.1.21",
  1737. "@inquirer/editor": "^4.2.23",
  1738. "@inquirer/expand": "^4.0.23",
  1739. "@inquirer/input": "^4.3.1",
  1740. "@inquirer/number": "^3.0.23",
  1741. "@inquirer/password": "^4.0.23",
  1742. "@inquirer/rawlist": "^4.1.11",
  1743. "@inquirer/search": "^3.2.2",
  1744. "@inquirer/select": "^4.4.2"
  1745. },
  1746. "engines": {
  1747. "node": ">=18"
  1748. },
  1749. "peerDependencies": {
  1750. "@types/node": ">=18"
  1751. },
  1752. "peerDependenciesMeta": {
  1753. "@types/node": {
  1754. "optional": true
  1755. }
  1756. }
  1757. },
  1758. "node_modules/@inquirer/rawlist": {
  1759. "version": "4.1.11",
  1760. "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
  1761. "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
  1762. "dev": true,
  1763. "license": "MIT",
  1764. "dependencies": {
  1765. "@inquirer/core": "^10.3.2",
  1766. "@inquirer/type": "^3.0.10",
  1767. "yoctocolors-cjs": "^2.1.3"
  1768. },
  1769. "engines": {
  1770. "node": ">=18"
  1771. },
  1772. "peerDependencies": {
  1773. "@types/node": ">=18"
  1774. },
  1775. "peerDependenciesMeta": {
  1776. "@types/node": {
  1777. "optional": true
  1778. }
  1779. }
  1780. },
  1781. "node_modules/@inquirer/search": {
  1782. "version": "3.2.2",
  1783. "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz",
  1784. "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
  1785. "dev": true,
  1786. "license": "MIT",
  1787. "dependencies": {
  1788. "@inquirer/core": "^10.3.2",
  1789. "@inquirer/figures": "^1.0.15",
  1790. "@inquirer/type": "^3.0.10",
  1791. "yoctocolors-cjs": "^2.1.3"
  1792. },
  1793. "engines": {
  1794. "node": ">=18"
  1795. },
  1796. "peerDependencies": {
  1797. "@types/node": ">=18"
  1798. },
  1799. "peerDependenciesMeta": {
  1800. "@types/node": {
  1801. "optional": true
  1802. }
  1803. }
  1804. },
  1805. "node_modules/@inquirer/select": {
  1806. "version": "4.4.2",
  1807. "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz",
  1808. "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
  1809. "dev": true,
  1810. "license": "MIT",
  1811. "dependencies": {
  1812. "@inquirer/ansi": "^1.0.2",
  1813. "@inquirer/core": "^10.3.2",
  1814. "@inquirer/figures": "^1.0.15",
  1815. "@inquirer/type": "^3.0.10",
  1816. "yoctocolors-cjs": "^2.1.3"
  1817. },
  1818. "engines": {
  1819. "node": ">=18"
  1820. },
  1821. "peerDependencies": {
  1822. "@types/node": ">=18"
  1823. },
  1824. "peerDependenciesMeta": {
  1825. "@types/node": {
  1826. "optional": true
  1827. }
  1828. }
  1829. },
  1830. "node_modules/@inquirer/type": {
  1831. "version": "3.0.10",
  1832. "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
  1833. "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
  1834. "dev": true,
  1835. "license": "MIT",
  1836. "engines": {
  1837. "node": ">=18"
  1838. },
  1839. "peerDependencies": {
  1840. "@types/node": ">=18"
  1841. },
  1842. "peerDependenciesMeta": {
  1843. "@types/node": {
  1844. "optional": true
  1845. }
  1846. }
  1847. },
  1848. "node_modules/@isaacs/cliui": {
  1849. "version": "8.0.2",
  1850. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1851. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1852. "license": "ISC",
  1853. "dependencies": {
  1854. "string-width": "^5.1.2",
  1855. "string-width-cjs": "npm:string-width@^4.2.0",
  1856. "strip-ansi": "^7.0.1",
  1857. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1858. "wrap-ansi": "^8.1.0",
  1859. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1860. },
  1861. "engines": {
  1862. "node": ">=12"
  1863. }
  1864. },
  1865. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  1866. "version": "6.2.2",
  1867. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  1868. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  1869. "license": "MIT",
  1870. "engines": {
  1871. "node": ">=12"
  1872. },
  1873. "funding": {
  1874. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1875. }
  1876. },
  1877. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  1878. "version": "6.2.3",
  1879. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  1880. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  1881. "license": "MIT",
  1882. "engines": {
  1883. "node": ">=12"
  1884. },
  1885. "funding": {
  1886. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1887. }
  1888. },
  1889. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1890. "version": "9.2.2",
  1891. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1892. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1893. "license": "MIT"
  1894. },
  1895. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1896. "version": "5.1.2",
  1897. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  1898. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1899. "license": "MIT",
  1900. "dependencies": {
  1901. "eastasianwidth": "^0.2.0",
  1902. "emoji-regex": "^9.2.2",
  1903. "strip-ansi": "^7.0.1"
  1904. },
  1905. "engines": {
  1906. "node": ">=12"
  1907. },
  1908. "funding": {
  1909. "url": "https://github.com/sponsors/sindresorhus"
  1910. }
  1911. },
  1912. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  1913. "version": "7.2.0",
  1914. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  1915. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  1916. "license": "MIT",
  1917. "dependencies": {
  1918. "ansi-regex": "^6.2.2"
  1919. },
  1920. "engines": {
  1921. "node": ">=12"
  1922. },
  1923. "funding": {
  1924. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1925. }
  1926. },
  1927. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1928. "version": "8.1.0",
  1929. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1930. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1931. "license": "MIT",
  1932. "dependencies": {
  1933. "ansi-styles": "^6.1.0",
  1934. "string-width": "^5.0.1",
  1935. "strip-ansi": "^7.0.1"
  1936. },
  1937. "engines": {
  1938. "node": ">=12"
  1939. },
  1940. "funding": {
  1941. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1942. }
  1943. },
  1944. "node_modules/@istanbuljs/load-nyc-config": {
  1945. "version": "1.1.0",
  1946. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  1947. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  1948. "dev": true,
  1949. "license": "ISC",
  1950. "dependencies": {
  1951. "camelcase": "^5.3.1",
  1952. "find-up": "^4.1.0",
  1953. "get-package-type": "^0.1.0",
  1954. "js-yaml": "^3.13.1",
  1955. "resolve-from": "^5.0.0"
  1956. },
  1957. "engines": {
  1958. "node": ">=8"
  1959. }
  1960. },
  1961. "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
  1962. "version": "1.0.10",
  1963. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  1964. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  1965. "dev": true,
  1966. "license": "MIT",
  1967. "dependencies": {
  1968. "sprintf-js": "~1.0.2"
  1969. }
  1970. },
  1971. "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
  1972. "version": "4.1.0",
  1973. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  1974. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  1975. "dev": true,
  1976. "license": "MIT",
  1977. "dependencies": {
  1978. "locate-path": "^5.0.0",
  1979. "path-exists": "^4.0.0"
  1980. },
  1981. "engines": {
  1982. "node": ">=8"
  1983. }
  1984. },
  1985. "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
  1986. "version": "3.14.2",
  1987. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
  1988. "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
  1989. "dev": true,
  1990. "license": "MIT",
  1991. "dependencies": {
  1992. "argparse": "^1.0.7",
  1993. "esprima": "^4.0.0"
  1994. },
  1995. "bin": {
  1996. "js-yaml": "bin/js-yaml.js"
  1997. }
  1998. },
  1999. "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
  2000. "version": "5.0.0",
  2001. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  2002. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  2003. "dev": true,
  2004. "license": "MIT",
  2005. "dependencies": {
  2006. "p-locate": "^4.1.0"
  2007. },
  2008. "engines": {
  2009. "node": ">=8"
  2010. }
  2011. },
  2012. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
  2013. "version": "2.3.0",
  2014. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  2015. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  2016. "dev": true,
  2017. "license": "MIT",
  2018. "dependencies": {
  2019. "p-try": "^2.0.0"
  2020. },
  2021. "engines": {
  2022. "node": ">=6"
  2023. },
  2024. "funding": {
  2025. "url": "https://github.com/sponsors/sindresorhus"
  2026. }
  2027. },
  2028. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
  2029. "version": "4.1.0",
  2030. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  2031. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  2032. "dev": true,
  2033. "license": "MIT",
  2034. "dependencies": {
  2035. "p-limit": "^2.2.0"
  2036. },
  2037. "engines": {
  2038. "node": ">=8"
  2039. }
  2040. },
  2041. "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
  2042. "version": "5.0.0",
  2043. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  2044. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  2045. "dev": true,
  2046. "license": "MIT",
  2047. "engines": {
  2048. "node": ">=8"
  2049. }
  2050. },
  2051. "node_modules/@istanbuljs/schema": {
  2052. "version": "0.1.3",
  2053. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2054. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2055. "dev": true,
  2056. "license": "MIT",
  2057. "engines": {
  2058. "node": ">=8"
  2059. }
  2060. },
  2061. "node_modules/@jest/console": {
  2062. "version": "29.7.0",
  2063. "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz",
  2064. "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==",
  2065. "dev": true,
  2066. "license": "MIT",
  2067. "dependencies": {
  2068. "@jest/types": "^29.6.3",
  2069. "@types/node": "*",
  2070. "chalk": "^4.0.0",
  2071. "jest-message-util": "^29.7.0",
  2072. "jest-util": "^29.7.0",
  2073. "slash": "^3.0.0"
  2074. },
  2075. "engines": {
  2076. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2077. }
  2078. },
  2079. "node_modules/@jest/core": {
  2080. "version": "29.7.0",
  2081. "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
  2082. "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
  2083. "dev": true,
  2084. "license": "MIT",
  2085. "dependencies": {
  2086. "@jest/console": "^29.7.0",
  2087. "@jest/reporters": "^29.7.0",
  2088. "@jest/test-result": "^29.7.0",
  2089. "@jest/transform": "^29.7.0",
  2090. "@jest/types": "^29.6.3",
  2091. "@types/node": "*",
  2092. "ansi-escapes": "^4.2.1",
  2093. "chalk": "^4.0.0",
  2094. "ci-info": "^3.2.0",
  2095. "exit": "^0.1.2",
  2096. "graceful-fs": "^4.2.9",
  2097. "jest-changed-files": "^29.7.0",
  2098. "jest-config": "^29.7.0",
  2099. "jest-haste-map": "^29.7.0",
  2100. "jest-message-util": "^29.7.0",
  2101. "jest-regex-util": "^29.6.3",
  2102. "jest-resolve": "^29.7.0",
  2103. "jest-resolve-dependencies": "^29.7.0",
  2104. "jest-runner": "^29.7.0",
  2105. "jest-runtime": "^29.7.0",
  2106. "jest-snapshot": "^29.7.0",
  2107. "jest-util": "^29.7.0",
  2108. "jest-validate": "^29.7.0",
  2109. "jest-watcher": "^29.7.0",
  2110. "micromatch": "^4.0.4",
  2111. "pretty-format": "^29.7.0",
  2112. "slash": "^3.0.0",
  2113. "strip-ansi": "^6.0.0"
  2114. },
  2115. "engines": {
  2116. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2117. },
  2118. "peerDependencies": {
  2119. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2120. },
  2121. "peerDependenciesMeta": {
  2122. "node-notifier": {
  2123. "optional": true
  2124. }
  2125. }
  2126. },
  2127. "node_modules/@jest/environment": {
  2128. "version": "29.7.0",
  2129. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
  2130. "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
  2131. "dev": true,
  2132. "license": "MIT",
  2133. "dependencies": {
  2134. "@jest/fake-timers": "^29.7.0",
  2135. "@jest/types": "^29.6.3",
  2136. "@types/node": "*",
  2137. "jest-mock": "^29.7.0"
  2138. },
  2139. "engines": {
  2140. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2141. }
  2142. },
  2143. "node_modules/@jest/expect": {
  2144. "version": "29.7.0",
  2145. "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
  2146. "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
  2147. "dev": true,
  2148. "license": "MIT",
  2149. "dependencies": {
  2150. "expect": "^29.7.0",
  2151. "jest-snapshot": "^29.7.0"
  2152. },
  2153. "engines": {
  2154. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2155. }
  2156. },
  2157. "node_modules/@jest/expect-utils": {
  2158. "version": "29.7.0",
  2159. "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
  2160. "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
  2161. "dev": true,
  2162. "license": "MIT",
  2163. "dependencies": {
  2164. "jest-get-type": "^29.6.3"
  2165. },
  2166. "engines": {
  2167. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2168. }
  2169. },
  2170. "node_modules/@jest/fake-timers": {
  2171. "version": "29.7.0",
  2172. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
  2173. "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
  2174. "dev": true,
  2175. "license": "MIT",
  2176. "dependencies": {
  2177. "@jest/types": "^29.6.3",
  2178. "@sinonjs/fake-timers": "^10.0.2",
  2179. "@types/node": "*",
  2180. "jest-message-util": "^29.7.0",
  2181. "jest-mock": "^29.7.0",
  2182. "jest-util": "^29.7.0"
  2183. },
  2184. "engines": {
  2185. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2186. }
  2187. },
  2188. "node_modules/@jest/globals": {
  2189. "version": "29.7.0",
  2190. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
  2191. "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
  2192. "dev": true,
  2193. "license": "MIT",
  2194. "dependencies": {
  2195. "@jest/environment": "^29.7.0",
  2196. "@jest/expect": "^29.7.0",
  2197. "@jest/types": "^29.6.3",
  2198. "jest-mock": "^29.7.0"
  2199. },
  2200. "engines": {
  2201. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2202. }
  2203. },
  2204. "node_modules/@jest/reporters": {
  2205. "version": "29.7.0",
  2206. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
  2207. "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
  2208. "dev": true,
  2209. "license": "MIT",
  2210. "dependencies": {
  2211. "@bcoe/v8-coverage": "^0.2.3",
  2212. "@jest/console": "^29.7.0",
  2213. "@jest/test-result": "^29.7.0",
  2214. "@jest/transform": "^29.7.0",
  2215. "@jest/types": "^29.6.3",
  2216. "@jridgewell/trace-mapping": "^0.3.18",
  2217. "@types/node": "*",
  2218. "chalk": "^4.0.0",
  2219. "collect-v8-coverage": "^1.0.0",
  2220. "exit": "^0.1.2",
  2221. "glob": "^7.1.3",
  2222. "graceful-fs": "^4.2.9",
  2223. "istanbul-lib-coverage": "^3.0.0",
  2224. "istanbul-lib-instrument": "^6.0.0",
  2225. "istanbul-lib-report": "^3.0.0",
  2226. "istanbul-lib-source-maps": "^4.0.0",
  2227. "istanbul-reports": "^3.1.3",
  2228. "jest-message-util": "^29.7.0",
  2229. "jest-util": "^29.7.0",
  2230. "jest-worker": "^29.7.0",
  2231. "slash": "^3.0.0",
  2232. "string-length": "^4.0.1",
  2233. "strip-ansi": "^6.0.0",
  2234. "v8-to-istanbul": "^9.0.1"
  2235. },
  2236. "engines": {
  2237. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2238. },
  2239. "peerDependencies": {
  2240. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2241. },
  2242. "peerDependenciesMeta": {
  2243. "node-notifier": {
  2244. "optional": true
  2245. }
  2246. }
  2247. },
  2248. "node_modules/@jest/reporters/node_modules/glob": {
  2249. "version": "7.2.3",
  2250. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  2251. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  2252. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  2253. "dev": true,
  2254. "license": "ISC",
  2255. "dependencies": {
  2256. "fs.realpath": "^1.0.0",
  2257. "inflight": "^1.0.4",
  2258. "inherits": "2",
  2259. "minimatch": "^3.1.1",
  2260. "once": "^1.3.0",
  2261. "path-is-absolute": "^1.0.0"
  2262. },
  2263. "engines": {
  2264. "node": "*"
  2265. },
  2266. "funding": {
  2267. "url": "https://github.com/sponsors/isaacs"
  2268. }
  2269. },
  2270. "node_modules/@jest/schemas": {
  2271. "version": "29.6.3",
  2272. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
  2273. "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
  2274. "dev": true,
  2275. "license": "MIT",
  2276. "dependencies": {
  2277. "@sinclair/typebox": "^0.27.8"
  2278. },
  2279. "engines": {
  2280. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2281. }
  2282. },
  2283. "node_modules/@jest/source-map": {
  2284. "version": "29.6.3",
  2285. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
  2286. "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
  2287. "dev": true,
  2288. "license": "MIT",
  2289. "dependencies": {
  2290. "@jridgewell/trace-mapping": "^0.3.18",
  2291. "callsites": "^3.0.0",
  2292. "graceful-fs": "^4.2.9"
  2293. },
  2294. "engines": {
  2295. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2296. }
  2297. },
  2298. "node_modules/@jest/test-result": {
  2299. "version": "29.7.0",
  2300. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
  2301. "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
  2302. "dev": true,
  2303. "license": "MIT",
  2304. "dependencies": {
  2305. "@jest/console": "^29.7.0",
  2306. "@jest/types": "^29.6.3",
  2307. "@types/istanbul-lib-coverage": "^2.0.0",
  2308. "collect-v8-coverage": "^1.0.0"
  2309. },
  2310. "engines": {
  2311. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2312. }
  2313. },
  2314. "node_modules/@jest/test-sequencer": {
  2315. "version": "29.7.0",
  2316. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
  2317. "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
  2318. "dev": true,
  2319. "license": "MIT",
  2320. "dependencies": {
  2321. "@jest/test-result": "^29.7.0",
  2322. "graceful-fs": "^4.2.9",
  2323. "jest-haste-map": "^29.7.0",
  2324. "slash": "^3.0.0"
  2325. },
  2326. "engines": {
  2327. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2328. }
  2329. },
  2330. "node_modules/@jest/transform": {
  2331. "version": "29.7.0",
  2332. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz",
  2333. "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==",
  2334. "dev": true,
  2335. "license": "MIT",
  2336. "dependencies": {
  2337. "@babel/core": "^7.11.6",
  2338. "@jest/types": "^29.6.3",
  2339. "@jridgewell/trace-mapping": "^0.3.18",
  2340. "babel-plugin-istanbul": "^6.1.1",
  2341. "chalk": "^4.0.0",
  2342. "convert-source-map": "^2.0.0",
  2343. "fast-json-stable-stringify": "^2.1.0",
  2344. "graceful-fs": "^4.2.9",
  2345. "jest-haste-map": "^29.7.0",
  2346. "jest-regex-util": "^29.6.3",
  2347. "jest-util": "^29.7.0",
  2348. "micromatch": "^4.0.4",
  2349. "pirates": "^4.0.4",
  2350. "slash": "^3.0.0",
  2351. "write-file-atomic": "^4.0.2"
  2352. },
  2353. "engines": {
  2354. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2355. }
  2356. },
  2357. "node_modules/@jest/types": {
  2358. "version": "29.6.3",
  2359. "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
  2360. "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
  2361. "dev": true,
  2362. "license": "MIT",
  2363. "dependencies": {
  2364. "@jest/schemas": "^29.6.3",
  2365. "@types/istanbul-lib-coverage": "^2.0.0",
  2366. "@types/istanbul-reports": "^3.0.0",
  2367. "@types/node": "*",
  2368. "@types/yargs": "^17.0.8",
  2369. "chalk": "^4.0.0"
  2370. },
  2371. "engines": {
  2372. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2373. }
  2374. },
  2375. "node_modules/@jridgewell/gen-mapping": {
  2376. "version": "0.3.13",
  2377. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  2378. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  2379. "dev": true,
  2380. "license": "MIT",
  2381. "dependencies": {
  2382. "@jridgewell/sourcemap-codec": "^1.5.0",
  2383. "@jridgewell/trace-mapping": "^0.3.24"
  2384. }
  2385. },
  2386. "node_modules/@jridgewell/remapping": {
  2387. "version": "2.3.5",
  2388. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  2389. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  2390. "dev": true,
  2391. "license": "MIT",
  2392. "dependencies": {
  2393. "@jridgewell/gen-mapping": "^0.3.5",
  2394. "@jridgewell/trace-mapping": "^0.3.24"
  2395. }
  2396. },
  2397. "node_modules/@jridgewell/resolve-uri": {
  2398. "version": "3.1.2",
  2399. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2400. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2401. "devOptional": true,
  2402. "license": "MIT",
  2403. "engines": {
  2404. "node": ">=6.0.0"
  2405. }
  2406. },
  2407. "node_modules/@jridgewell/source-map": {
  2408. "version": "0.3.11",
  2409. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  2410. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  2411. "dev": true,
  2412. "license": "MIT",
  2413. "dependencies": {
  2414. "@jridgewell/gen-mapping": "^0.3.5",
  2415. "@jridgewell/trace-mapping": "^0.3.25"
  2416. }
  2417. },
  2418. "node_modules/@jridgewell/sourcemap-codec": {
  2419. "version": "1.5.5",
  2420. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  2421. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  2422. "devOptional": true,
  2423. "license": "MIT"
  2424. },
  2425. "node_modules/@jridgewell/trace-mapping": {
  2426. "version": "0.3.31",
  2427. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  2428. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  2429. "dev": true,
  2430. "license": "MIT",
  2431. "dependencies": {
  2432. "@jridgewell/resolve-uri": "^3.1.0",
  2433. "@jridgewell/sourcemap-codec": "^1.4.14"
  2434. }
  2435. },
  2436. "node_modules/@lukeed/csprng": {
  2437. "version": "1.1.0",
  2438. "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz",
  2439. "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==",
  2440. "license": "MIT",
  2441. "engines": {
  2442. "node": ">=8"
  2443. }
  2444. },
  2445. "node_modules/@napi-rs/nice": {
  2446. "version": "1.1.1",
  2447. "resolved": "https://registry.npmjs.org/@napi-rs/nice/-/nice-1.1.1.tgz",
  2448. "integrity": "sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==",
  2449. "dev": true,
  2450. "license": "MIT",
  2451. "optional": true,
  2452. "engines": {
  2453. "node": ">= 10"
  2454. },
  2455. "funding": {
  2456. "type": "github",
  2457. "url": "https://github.com/sponsors/Brooooooklyn"
  2458. },
  2459. "optionalDependencies": {
  2460. "@napi-rs/nice-android-arm-eabi": "1.1.1",
  2461. "@napi-rs/nice-android-arm64": "1.1.1",
  2462. "@napi-rs/nice-darwin-arm64": "1.1.1",
  2463. "@napi-rs/nice-darwin-x64": "1.1.1",
  2464. "@napi-rs/nice-freebsd-x64": "1.1.1",
  2465. "@napi-rs/nice-linux-arm-gnueabihf": "1.1.1",
  2466. "@napi-rs/nice-linux-arm64-gnu": "1.1.1",
  2467. "@napi-rs/nice-linux-arm64-musl": "1.1.1",
  2468. "@napi-rs/nice-linux-ppc64-gnu": "1.1.1",
  2469. "@napi-rs/nice-linux-riscv64-gnu": "1.1.1",
  2470. "@napi-rs/nice-linux-s390x-gnu": "1.1.1",
  2471. "@napi-rs/nice-linux-x64-gnu": "1.1.1",
  2472. "@napi-rs/nice-linux-x64-musl": "1.1.1",
  2473. "@napi-rs/nice-openharmony-arm64": "1.1.1",
  2474. "@napi-rs/nice-win32-arm64-msvc": "1.1.1",
  2475. "@napi-rs/nice-win32-ia32-msvc": "1.1.1",
  2476. "@napi-rs/nice-win32-x64-msvc": "1.1.1"
  2477. }
  2478. },
  2479. "node_modules/@napi-rs/nice-android-arm-eabi": {
  2480. "version": "1.1.1",
  2481. "resolved": "https://registry.npmjs.org/@napi-rs/nice-android-arm-eabi/-/nice-android-arm-eabi-1.1.1.tgz",
  2482. "integrity": "sha512-kjirL3N6TnRPv5iuHw36wnucNqXAO46dzK9oPb0wj076R5Xm8PfUVA9nAFB5ZNMmfJQJVKACAPd/Z2KYMppthw==",
  2483. "cpu": [
  2484. "arm"
  2485. ],
  2486. "dev": true,
  2487. "license": "MIT",
  2488. "optional": true,
  2489. "os": [
  2490. "android"
  2491. ],
  2492. "engines": {
  2493. "node": ">= 10"
  2494. }
  2495. },
  2496. "node_modules/@napi-rs/nice-android-arm64": {
  2497. "version": "1.1.1",
  2498. "resolved": "https://registry.npmjs.org/@napi-rs/nice-android-arm64/-/nice-android-arm64-1.1.1.tgz",
  2499. "integrity": "sha512-blG0i7dXgbInN5urONoUCNf+DUEAavRffrO7fZSeoRMJc5qD+BJeNcpr54msPF6qfDD6kzs9AQJogZvT2KD5nw==",
  2500. "cpu": [
  2501. "arm64"
  2502. ],
  2503. "dev": true,
  2504. "license": "MIT",
  2505. "optional": true,
  2506. "os": [
  2507. "android"
  2508. ],
  2509. "engines": {
  2510. "node": ">= 10"
  2511. }
  2512. },
  2513. "node_modules/@napi-rs/nice-darwin-arm64": {
  2514. "version": "1.1.1",
  2515. "resolved": "https://registry.npmjs.org/@napi-rs/nice-darwin-arm64/-/nice-darwin-arm64-1.1.1.tgz",
  2516. "integrity": "sha512-s/E7w45NaLqTGuOjC2p96pct4jRfo61xb9bU1unM/MJ/RFkKlJyJDx7OJI/O0ll/hrfpqKopuAFDV8yo0hfT7A==",
  2517. "cpu": [
  2518. "arm64"
  2519. ],
  2520. "dev": true,
  2521. "license": "MIT",
  2522. "optional": true,
  2523. "os": [
  2524. "darwin"
  2525. ],
  2526. "engines": {
  2527. "node": ">= 10"
  2528. }
  2529. },
  2530. "node_modules/@napi-rs/nice-darwin-x64": {
  2531. "version": "1.1.1",
  2532. "resolved": "https://registry.npmjs.org/@napi-rs/nice-darwin-x64/-/nice-darwin-x64-1.1.1.tgz",
  2533. "integrity": "sha512-dGoEBnVpsdcC+oHHmW1LRK5eiyzLwdgNQq3BmZIav+9/5WTZwBYX7r5ZkQC07Nxd3KHOCkgbHSh4wPkH1N1LiQ==",
  2534. "cpu": [
  2535. "x64"
  2536. ],
  2537. "dev": true,
  2538. "license": "MIT",
  2539. "optional": true,
  2540. "os": [
  2541. "darwin"
  2542. ],
  2543. "engines": {
  2544. "node": ">= 10"
  2545. }
  2546. },
  2547. "node_modules/@napi-rs/nice-freebsd-x64": {
  2548. "version": "1.1.1",
  2549. "resolved": "https://registry.npmjs.org/@napi-rs/nice-freebsd-x64/-/nice-freebsd-x64-1.1.1.tgz",
  2550. "integrity": "sha512-kHv4kEHAylMYmlNwcQcDtXjklYp4FCf0b05E+0h6nDHsZ+F0bDe04U/tXNOqrx5CmIAth4vwfkjjUmp4c4JktQ==",
  2551. "cpu": [
  2552. "x64"
  2553. ],
  2554. "dev": true,
  2555. "license": "MIT",
  2556. "optional": true,
  2557. "os": [
  2558. "freebsd"
  2559. ],
  2560. "engines": {
  2561. "node": ">= 10"
  2562. }
  2563. },
  2564. "node_modules/@napi-rs/nice-linux-arm-gnueabihf": {
  2565. "version": "1.1.1",
  2566. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm-gnueabihf/-/nice-linux-arm-gnueabihf-1.1.1.tgz",
  2567. "integrity": "sha512-E1t7K0efyKXZDoZg1LzCOLxgolxV58HCkaEkEvIYQx12ht2pa8hoBo+4OB3qh7e+QiBlp1SRf+voWUZFxyhyqg==",
  2568. "cpu": [
  2569. "arm"
  2570. ],
  2571. "dev": true,
  2572. "license": "MIT",
  2573. "optional": true,
  2574. "os": [
  2575. "linux"
  2576. ],
  2577. "engines": {
  2578. "node": ">= 10"
  2579. }
  2580. },
  2581. "node_modules/@napi-rs/nice-linux-arm64-gnu": {
  2582. "version": "1.1.1",
  2583. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-gnu/-/nice-linux-arm64-gnu-1.1.1.tgz",
  2584. "integrity": "sha512-CIKLA12DTIZlmTaaKhQP88R3Xao+gyJxNWEn04wZwC2wmRapNnxCUZkVwggInMJvtVElA+D4ZzOU5sX4jV+SmQ==",
  2585. "cpu": [
  2586. "arm64"
  2587. ],
  2588. "dev": true,
  2589. "libc": [
  2590. "glibc"
  2591. ],
  2592. "license": "MIT",
  2593. "optional": true,
  2594. "os": [
  2595. "linux"
  2596. ],
  2597. "engines": {
  2598. "node": ">= 10"
  2599. }
  2600. },
  2601. "node_modules/@napi-rs/nice-linux-arm64-musl": {
  2602. "version": "1.1.1",
  2603. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-musl/-/nice-linux-arm64-musl-1.1.1.tgz",
  2604. "integrity": "sha512-+2Rzdb3nTIYZ0YJF43qf2twhqOCkiSrHx2Pg6DJaCPYhhaxbLcdlV8hCRMHghQ+EtZQWGNcS2xF4KxBhSGeutg==",
  2605. "cpu": [
  2606. "arm64"
  2607. ],
  2608. "dev": true,
  2609. "libc": [
  2610. "musl"
  2611. ],
  2612. "license": "MIT",
  2613. "optional": true,
  2614. "os": [
  2615. "linux"
  2616. ],
  2617. "engines": {
  2618. "node": ">= 10"
  2619. }
  2620. },
  2621. "node_modules/@napi-rs/nice-linux-ppc64-gnu": {
  2622. "version": "1.1.1",
  2623. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-ppc64-gnu/-/nice-linux-ppc64-gnu-1.1.1.tgz",
  2624. "integrity": "sha512-4FS8oc0GeHpwvv4tKciKkw3Y4jKsL7FRhaOeiPei0X9T4Jd619wHNe4xCLmN2EMgZoeGg+Q7GY7BsvwKpL22Tg==",
  2625. "cpu": [
  2626. "ppc64"
  2627. ],
  2628. "dev": true,
  2629. "libc": [
  2630. "glibc"
  2631. ],
  2632. "license": "MIT",
  2633. "optional": true,
  2634. "os": [
  2635. "linux"
  2636. ],
  2637. "engines": {
  2638. "node": ">= 10"
  2639. }
  2640. },
  2641. "node_modules/@napi-rs/nice-linux-riscv64-gnu": {
  2642. "version": "1.1.1",
  2643. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-riscv64-gnu/-/nice-linux-riscv64-gnu-1.1.1.tgz",
  2644. "integrity": "sha512-HU0nw9uD4FO/oGCCk409tCi5IzIZpH2agE6nN4fqpwVlCn5BOq0MS1dXGjXaG17JaAvrlpV5ZeyZwSon10XOXw==",
  2645. "cpu": [
  2646. "riscv64"
  2647. ],
  2648. "dev": true,
  2649. "libc": [
  2650. "glibc"
  2651. ],
  2652. "license": "MIT",
  2653. "optional": true,
  2654. "os": [
  2655. "linux"
  2656. ],
  2657. "engines": {
  2658. "node": ">= 10"
  2659. }
  2660. },
  2661. "node_modules/@napi-rs/nice-linux-s390x-gnu": {
  2662. "version": "1.1.1",
  2663. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-s390x-gnu/-/nice-linux-s390x-gnu-1.1.1.tgz",
  2664. "integrity": "sha512-2YqKJWWl24EwrX0DzCQgPLKQBxYDdBxOHot1KWEq7aY2uYeX+Uvtv4I8xFVVygJDgf6/92h9N3Y43WPx8+PAgQ==",
  2665. "cpu": [
  2666. "s390x"
  2667. ],
  2668. "dev": true,
  2669. "libc": [
  2670. "glibc"
  2671. ],
  2672. "license": "MIT",
  2673. "optional": true,
  2674. "os": [
  2675. "linux"
  2676. ],
  2677. "engines": {
  2678. "node": ">= 10"
  2679. }
  2680. },
  2681. "node_modules/@napi-rs/nice-linux-x64-gnu": {
  2682. "version": "1.1.1",
  2683. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-x64-gnu/-/nice-linux-x64-gnu-1.1.1.tgz",
  2684. "integrity": "sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg==",
  2685. "cpu": [
  2686. "x64"
  2687. ],
  2688. "dev": true,
  2689. "libc": [
  2690. "glibc"
  2691. ],
  2692. "license": "MIT",
  2693. "optional": true,
  2694. "os": [
  2695. "linux"
  2696. ],
  2697. "engines": {
  2698. "node": ">= 10"
  2699. }
  2700. },
  2701. "node_modules/@napi-rs/nice-linux-x64-musl": {
  2702. "version": "1.1.1",
  2703. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-x64-musl/-/nice-linux-x64-musl-1.1.1.tgz",
  2704. "integrity": "sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw==",
  2705. "cpu": [
  2706. "x64"
  2707. ],
  2708. "dev": true,
  2709. "libc": [
  2710. "musl"
  2711. ],
  2712. "license": "MIT",
  2713. "optional": true,
  2714. "os": [
  2715. "linux"
  2716. ],
  2717. "engines": {
  2718. "node": ">= 10"
  2719. }
  2720. },
  2721. "node_modules/@napi-rs/nice-openharmony-arm64": {
  2722. "version": "1.1.1",
  2723. "resolved": "https://registry.npmjs.org/@napi-rs/nice-openharmony-arm64/-/nice-openharmony-arm64-1.1.1.tgz",
  2724. "integrity": "sha512-6uJPRVwVCLDeoOaNyeiW0gp2kFIM4r7PL2MczdZQHkFi9gVlgm+Vn+V6nTWRcu856mJ2WjYJiumEajfSm7arPQ==",
  2725. "cpu": [
  2726. "arm64"
  2727. ],
  2728. "dev": true,
  2729. "license": "MIT",
  2730. "optional": true,
  2731. "os": [
  2732. "openharmony"
  2733. ],
  2734. "engines": {
  2735. "node": ">= 10"
  2736. }
  2737. },
  2738. "node_modules/@napi-rs/nice-win32-arm64-msvc": {
  2739. "version": "1.1.1",
  2740. "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-arm64-msvc/-/nice-win32-arm64-msvc-1.1.1.tgz",
  2741. "integrity": "sha512-uoTb4eAvM5B2aj/z8j+Nv8OttPf2m+HVx3UjA5jcFxASvNhQriyCQF1OB1lHL43ZhW+VwZlgvjmP5qF3+59atA==",
  2742. "cpu": [
  2743. "arm64"
  2744. ],
  2745. "dev": true,
  2746. "license": "MIT",
  2747. "optional": true,
  2748. "os": [
  2749. "win32"
  2750. ],
  2751. "engines": {
  2752. "node": ">= 10"
  2753. }
  2754. },
  2755. "node_modules/@napi-rs/nice-win32-ia32-msvc": {
  2756. "version": "1.1.1",
  2757. "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-ia32-msvc/-/nice-win32-ia32-msvc-1.1.1.tgz",
  2758. "integrity": "sha512-CNQqlQT9MwuCsg1Vd/oKXiuH+TcsSPJmlAFc5frFyX/KkOh0UpBLEj7aoY656d5UKZQMQFP7vJNa1DNUNORvug==",
  2759. "cpu": [
  2760. "ia32"
  2761. ],
  2762. "dev": true,
  2763. "license": "MIT",
  2764. "optional": true,
  2765. "os": [
  2766. "win32"
  2767. ],
  2768. "engines": {
  2769. "node": ">= 10"
  2770. }
  2771. },
  2772. "node_modules/@napi-rs/nice-win32-x64-msvc": {
  2773. "version": "1.1.1",
  2774. "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-x64-msvc/-/nice-win32-x64-msvc-1.1.1.tgz",
  2775. "integrity": "sha512-vB+4G/jBQCAh0jelMTY3+kgFy00Hlx2f2/1zjMoH821IbplbWZOkLiTYXQkygNTzQJTq5cvwBDgn2ppHD+bglQ==",
  2776. "cpu": [
  2777. "x64"
  2778. ],
  2779. "dev": true,
  2780. "license": "MIT",
  2781. "optional": true,
  2782. "os": [
  2783. "win32"
  2784. ],
  2785. "engines": {
  2786. "node": ">= 10"
  2787. }
  2788. },
  2789. "node_modules/@nestjs/cli": {
  2790. "version": "11.0.17",
  2791. "resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-11.0.17.tgz",
  2792. "integrity": "sha512-tOMgoB9k+Zb2WdKYPhbhceROLcDR1BFQZWfkBOGMRgBTo8rnC125E65UvThEA77vp4w+zKjqiSIv0leT+wdpHg==",
  2793. "dev": true,
  2794. "license": "MIT",
  2795. "dependencies": {
  2796. "@angular-devkit/core": "19.2.22",
  2797. "@angular-devkit/schematics": "19.2.22",
  2798. "@angular-devkit/schematics-cli": "19.2.22",
  2799. "@inquirer/prompts": "7.10.1",
  2800. "@nestjs/schematics": "^11.0.1",
  2801. "ansis": "4.2.0",
  2802. "chokidar": "4.0.3",
  2803. "cli-table3": "0.6.5",
  2804. "commander": "4.1.1",
  2805. "fork-ts-checker-webpack-plugin": "9.1.0",
  2806. "glob": "13.0.6",
  2807. "node-emoji": "1.11.0",
  2808. "ora": "5.4.1",
  2809. "tsconfig-paths": "4.2.0",
  2810. "tsconfig-paths-webpack-plugin": "4.2.0",
  2811. "typescript": "5.9.3",
  2812. "webpack": "5.105.4",
  2813. "webpack-node-externals": "3.0.0"
  2814. },
  2815. "bin": {
  2816. "nest": "bin/nest.js"
  2817. },
  2818. "engines": {
  2819. "node": ">= 20.11"
  2820. },
  2821. "peerDependencies": {
  2822. "@swc/cli": "^0.1.62 || ^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0",
  2823. "@swc/core": "^1.3.62"
  2824. },
  2825. "peerDependenciesMeta": {
  2826. "@swc/cli": {
  2827. "optional": true
  2828. },
  2829. "@swc/core": {
  2830. "optional": true
  2831. }
  2832. }
  2833. },
  2834. "node_modules/@nestjs/common": {
  2835. "version": "11.1.18",
  2836. "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.18.tgz",
  2837. "integrity": "sha512-0sLq8Z+TIjLnz1Tqp0C/x9BpLbqpt1qEu0VcH4/fkE0y3F5JxhfK1AdKQ/SPbKhKgwqVDoY4gS8GQr2G6ujaWg==",
  2838. "license": "MIT",
  2839. "dependencies": {
  2840. "file-type": "21.3.4",
  2841. "iterare": "1.2.1",
  2842. "load-esm": "1.0.3",
  2843. "tslib": "2.8.1",
  2844. "uid": "2.0.2"
  2845. },
  2846. "funding": {
  2847. "type": "opencollective",
  2848. "url": "https://opencollective.com/nest"
  2849. },
  2850. "peerDependencies": {
  2851. "class-transformer": ">=0.4.1",
  2852. "class-validator": ">=0.13.2",
  2853. "reflect-metadata": "^0.1.12 || ^0.2.0",
  2854. "rxjs": "^7.1.0"
  2855. },
  2856. "peerDependenciesMeta": {
  2857. "class-transformer": {
  2858. "optional": true
  2859. },
  2860. "class-validator": {
  2861. "optional": true
  2862. }
  2863. }
  2864. },
  2865. "node_modules/@nestjs/core": {
  2866. "version": "11.1.18",
  2867. "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.18.tgz",
  2868. "integrity": "sha512-wR3DtGyk/LUAiPtbXDuWJJwVkWElKBY0sqnTzf9d4uM3+X18FRZhK7WFc47czsIGOdWuRsMeLYV+1Z9dO4zDEQ==",
  2869. "hasInstallScript": true,
  2870. "license": "MIT",
  2871. "dependencies": {
  2872. "@nuxt/opencollective": "0.4.1",
  2873. "fast-safe-stringify": "2.1.1",
  2874. "iterare": "1.2.1",
  2875. "path-to-regexp": "8.4.2",
  2876. "tslib": "2.8.1",
  2877. "uid": "2.0.2"
  2878. },
  2879. "engines": {
  2880. "node": ">= 20"
  2881. },
  2882. "funding": {
  2883. "type": "opencollective",
  2884. "url": "https://opencollective.com/nest"
  2885. },
  2886. "peerDependencies": {
  2887. "@nestjs/common": "^11.0.0",
  2888. "@nestjs/microservices": "^11.0.0",
  2889. "@nestjs/platform-express": "^11.0.0",
  2890. "@nestjs/websockets": "^11.0.0",
  2891. "reflect-metadata": "^0.1.12 || ^0.2.0",
  2892. "rxjs": "^7.1.0"
  2893. },
  2894. "peerDependenciesMeta": {
  2895. "@nestjs/microservices": {
  2896. "optional": true
  2897. },
  2898. "@nestjs/platform-express": {
  2899. "optional": true
  2900. },
  2901. "@nestjs/websockets": {
  2902. "optional": true
  2903. }
  2904. }
  2905. },
  2906. "node_modules/@nestjs/platform-express": {
  2907. "version": "11.1.18",
  2908. "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.1.18.tgz",
  2909. "integrity": "sha512-s6GdHMTa3qx0fJewR74Xa30ysPHfBEqxIwZ7BGSTLoAEQ1vTP24urNl+b6+s49NFLEIOyeNho5fN/9/I17QlOw==",
  2910. "license": "MIT",
  2911. "dependencies": {
  2912. "cors": "2.8.6",
  2913. "express": "5.2.1",
  2914. "multer": "2.1.1",
  2915. "path-to-regexp": "8.4.2",
  2916. "tslib": "2.8.1"
  2917. },
  2918. "funding": {
  2919. "type": "opencollective",
  2920. "url": "https://opencollective.com/nest"
  2921. },
  2922. "peerDependencies": {
  2923. "@nestjs/common": "^11.0.0",
  2924. "@nestjs/core": "^11.0.0"
  2925. }
  2926. },
  2927. "node_modules/@nestjs/schematics": {
  2928. "version": "11.0.10",
  2929. "resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-11.0.10.tgz",
  2930. "integrity": "sha512-q9lr0wGwgBHLarD4uno3XiW4JX60WPlg2VTgbqPHl/6bT4u1IEEzj+q9Tad3bVnqL5mlDF3vrZ2tj+x13CJpmw==",
  2931. "dev": true,
  2932. "license": "MIT",
  2933. "dependencies": {
  2934. "@angular-devkit/core": "19.2.23",
  2935. "@angular-devkit/schematics": "19.2.23",
  2936. "comment-json": "4.6.2",
  2937. "jsonc-parser": "3.3.1",
  2938. "pluralize": "8.0.0"
  2939. },
  2940. "peerDependencies": {
  2941. "typescript": ">=4.8.2"
  2942. }
  2943. },
  2944. "node_modules/@nestjs/schematics/node_modules/@angular-devkit/core": {
  2945. "version": "19.2.23",
  2946. "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.23.tgz",
  2947. "integrity": "sha512-RazHPQkUEsNU/OZ75w9UeHxGFMthRiuAW2B/uA7eXExBj/1meHrrBfoCA56ujW2GUxVjRtSrMjylKh4R4meiYA==",
  2948. "dev": true,
  2949. "license": "MIT",
  2950. "dependencies": {
  2951. "ajv": "8.18.0",
  2952. "ajv-formats": "3.0.1",
  2953. "jsonc-parser": "3.3.1",
  2954. "picomatch": "4.0.4",
  2955. "rxjs": "7.8.1",
  2956. "source-map": "0.7.4"
  2957. },
  2958. "engines": {
  2959. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  2960. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  2961. "yarn": ">= 1.13.0"
  2962. },
  2963. "peerDependencies": {
  2964. "chokidar": "^4.0.0"
  2965. },
  2966. "peerDependenciesMeta": {
  2967. "chokidar": {
  2968. "optional": true
  2969. }
  2970. }
  2971. },
  2972. "node_modules/@nestjs/schematics/node_modules/@angular-devkit/schematics": {
  2973. "version": "19.2.23",
  2974. "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.23.tgz",
  2975. "integrity": "sha512-Jzs7YM4X6azmHU7Mw5tQSPMuvaqYS8SLnZOJbtiXCy1JyuW9bm/WBBecNHMiuZ8LHXKhvQ6AVX1tKrzF6uiDmw==",
  2976. "dev": true,
  2977. "license": "MIT",
  2978. "dependencies": {
  2979. "@angular-devkit/core": "19.2.23",
  2980. "jsonc-parser": "3.3.1",
  2981. "magic-string": "0.30.17",
  2982. "ora": "5.4.1",
  2983. "rxjs": "7.8.1"
  2984. },
  2985. "engines": {
  2986. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  2987. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  2988. "yarn": ">= 1.13.0"
  2989. }
  2990. },
  2991. "node_modules/@nestjs/schematics/node_modules/ajv": {
  2992. "version": "8.18.0",
  2993. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  2994. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  2995. "dev": true,
  2996. "license": "MIT",
  2997. "dependencies": {
  2998. "fast-deep-equal": "^3.1.3",
  2999. "fast-uri": "^3.0.1",
  3000. "json-schema-traverse": "^1.0.0",
  3001. "require-from-string": "^2.0.2"
  3002. },
  3003. "funding": {
  3004. "type": "github",
  3005. "url": "https://github.com/sponsors/epoberezkin"
  3006. }
  3007. },
  3008. "node_modules/@nestjs/schematics/node_modules/json-schema-traverse": {
  3009. "version": "1.0.0",
  3010. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  3011. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  3012. "dev": true,
  3013. "license": "MIT"
  3014. },
  3015. "node_modules/@nestjs/schematics/node_modules/picomatch": {
  3016. "version": "4.0.4",
  3017. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  3018. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  3019. "dev": true,
  3020. "license": "MIT",
  3021. "engines": {
  3022. "node": ">=12"
  3023. },
  3024. "funding": {
  3025. "url": "https://github.com/sponsors/jonschlinkert"
  3026. }
  3027. },
  3028. "node_modules/@nestjs/schematics/node_modules/rxjs": {
  3029. "version": "7.8.1",
  3030. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
  3031. "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
  3032. "dev": true,
  3033. "license": "Apache-2.0",
  3034. "dependencies": {
  3035. "tslib": "^2.1.0"
  3036. }
  3037. },
  3038. "node_modules/@nestjs/testing": {
  3039. "version": "11.1.18",
  3040. "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-11.1.18.tgz",
  3041. "integrity": "sha512-frzwNlpBgtAzI3hp/qo57DZoRO4RMTH1wST3QUYEhRTHyfPkLpzkWz3jV/mhApXjD0yT56Ptlzn6zuYPLh87Lw==",
  3042. "dev": true,
  3043. "license": "MIT",
  3044. "dependencies": {
  3045. "tslib": "2.8.1"
  3046. },
  3047. "funding": {
  3048. "type": "opencollective",
  3049. "url": "https://opencollective.com/nest"
  3050. },
  3051. "peerDependencies": {
  3052. "@nestjs/common": "^11.0.0",
  3053. "@nestjs/core": "^11.0.0",
  3054. "@nestjs/microservices": "^11.0.0",
  3055. "@nestjs/platform-express": "^11.0.0"
  3056. },
  3057. "peerDependenciesMeta": {
  3058. "@nestjs/microservices": {
  3059. "optional": true
  3060. },
  3061. "@nestjs/platform-express": {
  3062. "optional": true
  3063. }
  3064. }
  3065. },
  3066. "node_modules/@nestjs/typeorm": {
  3067. "version": "11.0.1",
  3068. "resolved": "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-11.0.1.tgz",
  3069. "integrity": "sha512-8rw/nKT0S+L+MkzgE9F2/mox7mAgsPlwfzmW9gsESN1lmQtIrVEfiiBwC2O8+guS1jBfQehJIdcdUj2OAp4VUQ==",
  3070. "license": "MIT",
  3071. "peerDependencies": {
  3072. "@nestjs/common": "^10.0.0 || ^11.0.0",
  3073. "@nestjs/core": "^10.0.0 || ^11.0.0",
  3074. "reflect-metadata": "^0.1.13 || ^0.2.0",
  3075. "rxjs": "^7.2.0",
  3076. "typeorm": "^0.3.0 || ^1.0.0-dev"
  3077. }
  3078. },
  3079. "node_modules/@noble/hashes": {
  3080. "version": "1.8.0",
  3081. "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
  3082. "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
  3083. "dev": true,
  3084. "license": "MIT",
  3085. "engines": {
  3086. "node": "^14.21.3 || >=16"
  3087. },
  3088. "funding": {
  3089. "url": "https://paulmillr.com/funding/"
  3090. }
  3091. },
  3092. "node_modules/@nodelib/fs.scandir": {
  3093. "version": "2.1.5",
  3094. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  3095. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  3096. "dev": true,
  3097. "license": "MIT",
  3098. "dependencies": {
  3099. "@nodelib/fs.stat": "2.0.5",
  3100. "run-parallel": "^1.1.9"
  3101. },
  3102. "engines": {
  3103. "node": ">= 8"
  3104. }
  3105. },
  3106. "node_modules/@nodelib/fs.stat": {
  3107. "version": "2.0.5",
  3108. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  3109. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  3110. "dev": true,
  3111. "license": "MIT",
  3112. "engines": {
  3113. "node": ">= 8"
  3114. }
  3115. },
  3116. "node_modules/@nodelib/fs.walk": {
  3117. "version": "1.2.8",
  3118. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  3119. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  3120. "dev": true,
  3121. "license": "MIT",
  3122. "dependencies": {
  3123. "@nodelib/fs.scandir": "2.1.5",
  3124. "fastq": "^1.6.0"
  3125. },
  3126. "engines": {
  3127. "node": ">= 8"
  3128. }
  3129. },
  3130. "node_modules/@npmcli/fs": {
  3131. "version": "1.1.1",
  3132. "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
  3133. "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
  3134. "license": "ISC",
  3135. "optional": true,
  3136. "dependencies": {
  3137. "@gar/promisify": "^1.0.1",
  3138. "semver": "^7.3.5"
  3139. }
  3140. },
  3141. "node_modules/@npmcli/move-file": {
  3142. "version": "1.1.2",
  3143. "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
  3144. "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
  3145. "deprecated": "This functionality has been moved to @npmcli/fs",
  3146. "license": "MIT",
  3147. "optional": true,
  3148. "dependencies": {
  3149. "mkdirp": "^1.0.4",
  3150. "rimraf": "^3.0.2"
  3151. },
  3152. "engines": {
  3153. "node": ">=10"
  3154. }
  3155. },
  3156. "node_modules/@nuxt/opencollective": {
  3157. "version": "0.4.1",
  3158. "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.4.1.tgz",
  3159. "integrity": "sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==",
  3160. "license": "MIT",
  3161. "dependencies": {
  3162. "consola": "^3.2.3"
  3163. },
  3164. "bin": {
  3165. "opencollective": "bin/opencollective.js"
  3166. },
  3167. "engines": {
  3168. "node": "^14.18.0 || >=16.10.0",
  3169. "npm": ">=5.10.0"
  3170. }
  3171. },
  3172. "node_modules/@paralleldrive/cuid2": {
  3173. "version": "2.3.1",
  3174. "resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.3.1.tgz",
  3175. "integrity": "sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==",
  3176. "dev": true,
  3177. "license": "MIT",
  3178. "dependencies": {
  3179. "@noble/hashes": "^1.1.5"
  3180. }
  3181. },
  3182. "node_modules/@pkgjs/parseargs": {
  3183. "version": "0.11.0",
  3184. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  3185. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  3186. "license": "MIT",
  3187. "optional": true,
  3188. "engines": {
  3189. "node": ">=14"
  3190. }
  3191. },
  3192. "node_modules/@pkgr/core": {
  3193. "version": "0.2.9",
  3194. "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.9.tgz",
  3195. "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==",
  3196. "dev": true,
  3197. "license": "MIT",
  3198. "engines": {
  3199. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  3200. },
  3201. "funding": {
  3202. "url": "https://opencollective.com/pkgr"
  3203. }
  3204. },
  3205. "node_modules/@sinclair/typebox": {
  3206. "version": "0.27.10",
  3207. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz",
  3208. "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
  3209. "dev": true,
  3210. "license": "MIT"
  3211. },
  3212. "node_modules/@sindresorhus/is": {
  3213. "version": "5.6.0",
  3214. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
  3215. "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
  3216. "dev": true,
  3217. "license": "MIT",
  3218. "engines": {
  3219. "node": ">=14.16"
  3220. },
  3221. "funding": {
  3222. "url": "https://github.com/sindresorhus/is?sponsor=1"
  3223. }
  3224. },
  3225. "node_modules/@sinonjs/commons": {
  3226. "version": "3.0.1",
  3227. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
  3228. "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
  3229. "dev": true,
  3230. "license": "BSD-3-Clause",
  3231. "dependencies": {
  3232. "type-detect": "4.0.8"
  3233. }
  3234. },
  3235. "node_modules/@sinonjs/fake-timers": {
  3236. "version": "10.3.0",
  3237. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
  3238. "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
  3239. "dev": true,
  3240. "license": "BSD-3-Clause",
  3241. "dependencies": {
  3242. "@sinonjs/commons": "^3.0.0"
  3243. }
  3244. },
  3245. "node_modules/@sqltools/formatter": {
  3246. "version": "1.2.5",
  3247. "resolved": "https://registry.npmjs.org/@sqltools/formatter/-/formatter-1.2.5.tgz",
  3248. "integrity": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==",
  3249. "license": "MIT"
  3250. },
  3251. "node_modules/@swc/cli": {
  3252. "version": "0.6.0",
  3253. "resolved": "https://registry.npmjs.org/@swc/cli/-/cli-0.6.0.tgz",
  3254. "integrity": "sha512-Q5FsI3Cw0fGMXhmsg7c08i4EmXCrcl+WnAxb6LYOLHw4JFFC3yzmx9LaXZ7QMbA+JZXbigU2TirI7RAfO0Qlnw==",
  3255. "dev": true,
  3256. "license": "MIT",
  3257. "dependencies": {
  3258. "@swc/counter": "^0.1.3",
  3259. "@xhmikosr/bin-wrapper": "^13.0.5",
  3260. "commander": "^8.3.0",
  3261. "fast-glob": "^3.2.5",
  3262. "minimatch": "^9.0.3",
  3263. "piscina": "^4.3.1",
  3264. "semver": "^7.3.8",
  3265. "slash": "3.0.0",
  3266. "source-map": "^0.7.3"
  3267. },
  3268. "bin": {
  3269. "spack": "bin/spack.js",
  3270. "swc": "bin/swc.js",
  3271. "swcx": "bin/swcx.js"
  3272. },
  3273. "engines": {
  3274. "node": ">= 16.14.0"
  3275. },
  3276. "peerDependencies": {
  3277. "@swc/core": "^1.2.66",
  3278. "chokidar": "^4.0.1"
  3279. },
  3280. "peerDependenciesMeta": {
  3281. "chokidar": {
  3282. "optional": true
  3283. }
  3284. }
  3285. },
  3286. "node_modules/@swc/cli/node_modules/brace-expansion": {
  3287. "version": "2.0.3",
  3288. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  3289. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  3290. "dev": true,
  3291. "license": "MIT",
  3292. "dependencies": {
  3293. "balanced-match": "^1.0.0"
  3294. }
  3295. },
  3296. "node_modules/@swc/cli/node_modules/commander": {
  3297. "version": "8.3.0",
  3298. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  3299. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  3300. "dev": true,
  3301. "license": "MIT",
  3302. "engines": {
  3303. "node": ">= 12"
  3304. }
  3305. },
  3306. "node_modules/@swc/cli/node_modules/minimatch": {
  3307. "version": "9.0.9",
  3308. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  3309. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  3310. "dev": true,
  3311. "license": "ISC",
  3312. "dependencies": {
  3313. "brace-expansion": "^2.0.2"
  3314. },
  3315. "engines": {
  3316. "node": ">=16 || 14 >=14.17"
  3317. },
  3318. "funding": {
  3319. "url": "https://github.com/sponsors/isaacs"
  3320. }
  3321. },
  3322. "node_modules/@swc/core": {
  3323. "version": "1.15.24",
  3324. "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.24.tgz",
  3325. "integrity": "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ==",
  3326. "devOptional": true,
  3327. "hasInstallScript": true,
  3328. "license": "Apache-2.0",
  3329. "dependencies": {
  3330. "@swc/counter": "^0.1.3",
  3331. "@swc/types": "^0.1.26"
  3332. },
  3333. "engines": {
  3334. "node": ">=10"
  3335. },
  3336. "funding": {
  3337. "type": "opencollective",
  3338. "url": "https://opencollective.com/swc"
  3339. },
  3340. "optionalDependencies": {
  3341. "@swc/core-darwin-arm64": "1.15.24",
  3342. "@swc/core-darwin-x64": "1.15.24",
  3343. "@swc/core-linux-arm-gnueabihf": "1.15.24",
  3344. "@swc/core-linux-arm64-gnu": "1.15.24",
  3345. "@swc/core-linux-arm64-musl": "1.15.24",
  3346. "@swc/core-linux-ppc64-gnu": "1.15.24",
  3347. "@swc/core-linux-s390x-gnu": "1.15.24",
  3348. "@swc/core-linux-x64-gnu": "1.15.24",
  3349. "@swc/core-linux-x64-musl": "1.15.24",
  3350. "@swc/core-win32-arm64-msvc": "1.15.24",
  3351. "@swc/core-win32-ia32-msvc": "1.15.24",
  3352. "@swc/core-win32-x64-msvc": "1.15.24"
  3353. },
  3354. "peerDependencies": {
  3355. "@swc/helpers": ">=0.5.17"
  3356. },
  3357. "peerDependenciesMeta": {
  3358. "@swc/helpers": {
  3359. "optional": true
  3360. }
  3361. }
  3362. },
  3363. "node_modules/@swc/core-darwin-arm64": {
  3364. "version": "1.15.24",
  3365. "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.24.tgz",
  3366. "integrity": "sha512-uM5ZGfFXjtvtJ+fe448PVBEbn/CSxS3UAyLj3O9xOqKIWy3S6hPTXSPbszxkSsGDYKi+YFhzAsR4r/eXLxEQ0g==",
  3367. "cpu": [
  3368. "arm64"
  3369. ],
  3370. "license": "Apache-2.0 AND MIT",
  3371. "optional": true,
  3372. "os": [
  3373. "darwin"
  3374. ],
  3375. "engines": {
  3376. "node": ">=10"
  3377. }
  3378. },
  3379. "node_modules/@swc/core-darwin-x64": {
  3380. "version": "1.15.24",
  3381. "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.24.tgz",
  3382. "integrity": "sha512-fMIb/Zfn929pw25VMBhV7Ji2Dl+lCWtUPNdYJQYOke+00E5fcQ9ynxtP8+qhUo/HZc+mYQb1gJxwHM9vty+lXg==",
  3383. "cpu": [
  3384. "x64"
  3385. ],
  3386. "license": "Apache-2.0 AND MIT",
  3387. "optional": true,
  3388. "os": [
  3389. "darwin"
  3390. ],
  3391. "engines": {
  3392. "node": ">=10"
  3393. }
  3394. },
  3395. "node_modules/@swc/core-linux-arm-gnueabihf": {
  3396. "version": "1.15.24",
  3397. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.24.tgz",
  3398. "integrity": "sha512-vOkjsyjjxnoYx3hMEWcGxQrMgnNrRm6WAegBXrN8foHtDAR+zpdhpGF5a4lj1bNPgXAvmysjui8cM1ov/Clkaw==",
  3399. "cpu": [
  3400. "arm"
  3401. ],
  3402. "license": "Apache-2.0",
  3403. "optional": true,
  3404. "os": [
  3405. "linux"
  3406. ],
  3407. "engines": {
  3408. "node": ">=10"
  3409. }
  3410. },
  3411. "node_modules/@swc/core-linux-arm64-gnu": {
  3412. "version": "1.15.24",
  3413. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.24.tgz",
  3414. "integrity": "sha512-h/oNu+upkXJ6Cicnq7YGVj9PkdfarLCdQa8l/FlHYvfv8CEiMaeeTnpLU7gSBH/rGxosM6Qkfa/J9mThGF9CLA==",
  3415. "cpu": [
  3416. "arm64"
  3417. ],
  3418. "libc": [
  3419. "glibc"
  3420. ],
  3421. "license": "Apache-2.0 AND MIT",
  3422. "optional": true,
  3423. "os": [
  3424. "linux"
  3425. ],
  3426. "engines": {
  3427. "node": ">=10"
  3428. }
  3429. },
  3430. "node_modules/@swc/core-linux-arm64-musl": {
  3431. "version": "1.15.24",
  3432. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.24.tgz",
  3433. "integrity": "sha512-ZpF/pRe1guk6sKzQI9D1jAORtjTdNlyeXn9GDz8ophof/w2WhojRblvSDJaGe7rJjcPN8AaOkhwdRUh7q8oYIg==",
  3434. "cpu": [
  3435. "arm64"
  3436. ],
  3437. "libc": [
  3438. "musl"
  3439. ],
  3440. "license": "Apache-2.0 AND MIT",
  3441. "optional": true,
  3442. "os": [
  3443. "linux"
  3444. ],
  3445. "engines": {
  3446. "node": ">=10"
  3447. }
  3448. },
  3449. "node_modules/@swc/core-linux-ppc64-gnu": {
  3450. "version": "1.15.24",
  3451. "resolved": "https://registry.npmjs.org/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.24.tgz",
  3452. "integrity": "sha512-QZEsZfisHTSJlmyChgDFNmKPb3W6Lhbfo/O76HhIngfEdnQNmukS38/VSe1feho+xkV5A5hETyCbx3sALBZKAQ==",
  3453. "cpu": [
  3454. "ppc64"
  3455. ],
  3456. "libc": [
  3457. "glibc"
  3458. ],
  3459. "license": "Apache-2.0 AND MIT",
  3460. "optional": true,
  3461. "os": [
  3462. "linux"
  3463. ],
  3464. "engines": {
  3465. "node": ">=10"
  3466. }
  3467. },
  3468. "node_modules/@swc/core-linux-s390x-gnu": {
  3469. "version": "1.15.24",
  3470. "resolved": "https://registry.npmjs.org/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.24.tgz",
  3471. "integrity": "sha512-DLdJKVsJgglqQrJBuoUYNmzm3leI7kUZhLbZGHv42onfKsGf6JDS3+bzCUQfte/XOqDjh/tmmn1DR/CF/tCJFw==",
  3472. "cpu": [
  3473. "s390x"
  3474. ],
  3475. "libc": [
  3476. "glibc"
  3477. ],
  3478. "license": "Apache-2.0 AND MIT",
  3479. "optional": true,
  3480. "os": [
  3481. "linux"
  3482. ],
  3483. "engines": {
  3484. "node": ">=10"
  3485. }
  3486. },
  3487. "node_modules/@swc/core-linux-x64-gnu": {
  3488. "version": "1.15.24",
  3489. "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.24.tgz",
  3490. "integrity": "sha512-IpLYfposPA/XLxYOKpRfeccl1p5dDa3+okZDHHTchBkXEaVCnq5MADPmIWwIYj1tudt7hORsEHccG5no6IUQRw==",
  3491. "cpu": [
  3492. "x64"
  3493. ],
  3494. "libc": [
  3495. "glibc"
  3496. ],
  3497. "license": "Apache-2.0 AND MIT",
  3498. "optional": true,
  3499. "os": [
  3500. "linux"
  3501. ],
  3502. "engines": {
  3503. "node": ">=10"
  3504. }
  3505. },
  3506. "node_modules/@swc/core-linux-x64-musl": {
  3507. "version": "1.15.24",
  3508. "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.24.tgz",
  3509. "integrity": "sha512-JHy3fMSc0t/EPWgo74+OK5TGr51aElnzqfUPaiRf2qJ/BfX5CUCfMiWVBuhI7qmVMBnk1jTRnL/xZnOSHDPLYg==",
  3510. "cpu": [
  3511. "x64"
  3512. ],
  3513. "libc": [
  3514. "musl"
  3515. ],
  3516. "license": "Apache-2.0 AND MIT",
  3517. "optional": true,
  3518. "os": [
  3519. "linux"
  3520. ],
  3521. "engines": {
  3522. "node": ">=10"
  3523. }
  3524. },
  3525. "node_modules/@swc/core-win32-arm64-msvc": {
  3526. "version": "1.15.24",
  3527. "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.24.tgz",
  3528. "integrity": "sha512-Txj+qUH1z2bUd1P3JvwByfjKFti3cptlAxhWgmunBUUxy/IW3CXLZ6l6Gk4liANadKkU71nIU1X30Z5vpMT3BA==",
  3529. "cpu": [
  3530. "arm64"
  3531. ],
  3532. "license": "Apache-2.0 AND MIT",
  3533. "optional": true,
  3534. "os": [
  3535. "win32"
  3536. ],
  3537. "engines": {
  3538. "node": ">=10"
  3539. }
  3540. },
  3541. "node_modules/@swc/core-win32-ia32-msvc": {
  3542. "version": "1.15.24",
  3543. "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.24.tgz",
  3544. "integrity": "sha512-15D/nl3XwrhFpMv+MADFOiVwv3FvH9j8c6Rf8EXBT3Q5LoMh8YnDnSgPYqw1JzPnksvsBX6QPXLiPqmcR/Z4qQ==",
  3545. "cpu": [
  3546. "ia32"
  3547. ],
  3548. "license": "Apache-2.0 AND MIT",
  3549. "optional": true,
  3550. "os": [
  3551. "win32"
  3552. ],
  3553. "engines": {
  3554. "node": ">=10"
  3555. }
  3556. },
  3557. "node_modules/@swc/core-win32-x64-msvc": {
  3558. "version": "1.15.24",
  3559. "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.24.tgz",
  3560. "integrity": "sha512-PR0PlTlPra2JbaDphrOAzm6s0v9rA0F17YzB+XbWD95B4g2cWcZY9LAeTa4xll70VLw9Jr7xBrlohqlQmelMFQ==",
  3561. "cpu": [
  3562. "x64"
  3563. ],
  3564. "license": "Apache-2.0 AND MIT",
  3565. "optional": true,
  3566. "os": [
  3567. "win32"
  3568. ],
  3569. "engines": {
  3570. "node": ">=10"
  3571. }
  3572. },
  3573. "node_modules/@swc/counter": {
  3574. "version": "0.1.3",
  3575. "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
  3576. "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
  3577. "devOptional": true,
  3578. "license": "Apache-2.0"
  3579. },
  3580. "node_modules/@swc/types": {
  3581. "version": "0.1.26",
  3582. "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.26.tgz",
  3583. "integrity": "sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==",
  3584. "devOptional": true,
  3585. "license": "Apache-2.0",
  3586. "dependencies": {
  3587. "@swc/counter": "^0.1.3"
  3588. }
  3589. },
  3590. "node_modules/@szmarczak/http-timer": {
  3591. "version": "5.0.1",
  3592. "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
  3593. "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
  3594. "dev": true,
  3595. "license": "MIT",
  3596. "dependencies": {
  3597. "defer-to-connect": "^2.0.1"
  3598. },
  3599. "engines": {
  3600. "node": ">=14.16"
  3601. }
  3602. },
  3603. "node_modules/@tokenizer/inflate": {
  3604. "version": "0.4.1",
  3605. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz",
  3606. "integrity": "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==",
  3607. "license": "MIT",
  3608. "dependencies": {
  3609. "debug": "^4.4.3",
  3610. "token-types": "^6.1.1"
  3611. },
  3612. "engines": {
  3613. "node": ">=18"
  3614. },
  3615. "funding": {
  3616. "type": "github",
  3617. "url": "https://github.com/sponsors/Borewit"
  3618. }
  3619. },
  3620. "node_modules/@tokenizer/token": {
  3621. "version": "0.3.0",
  3622. "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
  3623. "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==",
  3624. "license": "MIT"
  3625. },
  3626. "node_modules/@tootallnate/once": {
  3627. "version": "1.1.2",
  3628. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  3629. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  3630. "license": "MIT",
  3631. "optional": true,
  3632. "engines": {
  3633. "node": ">= 6"
  3634. }
  3635. },
  3636. "node_modules/@tsconfig/node10": {
  3637. "version": "1.0.12",
  3638. "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz",
  3639. "integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==",
  3640. "devOptional": true,
  3641. "license": "MIT"
  3642. },
  3643. "node_modules/@tsconfig/node12": {
  3644. "version": "1.0.11",
  3645. "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
  3646. "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
  3647. "devOptional": true,
  3648. "license": "MIT"
  3649. },
  3650. "node_modules/@tsconfig/node14": {
  3651. "version": "1.0.3",
  3652. "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
  3653. "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
  3654. "devOptional": true,
  3655. "license": "MIT"
  3656. },
  3657. "node_modules/@tsconfig/node16": {
  3658. "version": "1.0.4",
  3659. "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
  3660. "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
  3661. "devOptional": true,
  3662. "license": "MIT"
  3663. },
  3664. "node_modules/@types/babel__core": {
  3665. "version": "7.20.5",
  3666. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  3667. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  3668. "dev": true,
  3669. "license": "MIT",
  3670. "dependencies": {
  3671. "@babel/parser": "^7.20.7",
  3672. "@babel/types": "^7.20.7",
  3673. "@types/babel__generator": "*",
  3674. "@types/babel__template": "*",
  3675. "@types/babel__traverse": "*"
  3676. }
  3677. },
  3678. "node_modules/@types/babel__generator": {
  3679. "version": "7.27.0",
  3680. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  3681. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  3682. "dev": true,
  3683. "license": "MIT",
  3684. "dependencies": {
  3685. "@babel/types": "^7.0.0"
  3686. }
  3687. },
  3688. "node_modules/@types/babel__template": {
  3689. "version": "7.4.4",
  3690. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  3691. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  3692. "dev": true,
  3693. "license": "MIT",
  3694. "dependencies": {
  3695. "@babel/parser": "^7.1.0",
  3696. "@babel/types": "^7.0.0"
  3697. }
  3698. },
  3699. "node_modules/@types/babel__traverse": {
  3700. "version": "7.28.0",
  3701. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  3702. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  3703. "dev": true,
  3704. "license": "MIT",
  3705. "dependencies": {
  3706. "@babel/types": "^7.28.2"
  3707. }
  3708. },
  3709. "node_modules/@types/body-parser": {
  3710. "version": "1.19.6",
  3711. "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
  3712. "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
  3713. "dev": true,
  3714. "license": "MIT",
  3715. "dependencies": {
  3716. "@types/connect": "*",
  3717. "@types/node": "*"
  3718. }
  3719. },
  3720. "node_modules/@types/connect": {
  3721. "version": "3.4.38",
  3722. "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
  3723. "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
  3724. "dev": true,
  3725. "license": "MIT",
  3726. "dependencies": {
  3727. "@types/node": "*"
  3728. }
  3729. },
  3730. "node_modules/@types/cookiejar": {
  3731. "version": "2.1.5",
  3732. "resolved": "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.5.tgz",
  3733. "integrity": "sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==",
  3734. "dev": true,
  3735. "license": "MIT"
  3736. },
  3737. "node_modules/@types/eslint": {
  3738. "version": "9.6.1",
  3739. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz",
  3740. "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==",
  3741. "dev": true,
  3742. "license": "MIT",
  3743. "dependencies": {
  3744. "@types/estree": "*",
  3745. "@types/json-schema": "*"
  3746. }
  3747. },
  3748. "node_modules/@types/eslint-scope": {
  3749. "version": "3.7.7",
  3750. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
  3751. "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
  3752. "dev": true,
  3753. "license": "MIT",
  3754. "dependencies": {
  3755. "@types/eslint": "*",
  3756. "@types/estree": "*"
  3757. }
  3758. },
  3759. "node_modules/@types/estree": {
  3760. "version": "1.0.8",
  3761. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  3762. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  3763. "dev": true,
  3764. "license": "MIT"
  3765. },
  3766. "node_modules/@types/express": {
  3767. "version": "5.0.6",
  3768. "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
  3769. "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
  3770. "dev": true,
  3771. "license": "MIT",
  3772. "dependencies": {
  3773. "@types/body-parser": "*",
  3774. "@types/express-serve-static-core": "^5.0.0",
  3775. "@types/serve-static": "^2"
  3776. }
  3777. },
  3778. "node_modules/@types/express-serve-static-core": {
  3779. "version": "5.1.1",
  3780. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz",
  3781. "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==",
  3782. "dev": true,
  3783. "license": "MIT",
  3784. "dependencies": {
  3785. "@types/node": "*",
  3786. "@types/qs": "*",
  3787. "@types/range-parser": "*",
  3788. "@types/send": "*"
  3789. }
  3790. },
  3791. "node_modules/@types/graceful-fs": {
  3792. "version": "4.1.9",
  3793. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
  3794. "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
  3795. "dev": true,
  3796. "license": "MIT",
  3797. "dependencies": {
  3798. "@types/node": "*"
  3799. }
  3800. },
  3801. "node_modules/@types/http-cache-semantics": {
  3802. "version": "4.2.0",
  3803. "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
  3804. "integrity": "sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==",
  3805. "dev": true,
  3806. "license": "MIT"
  3807. },
  3808. "node_modules/@types/http-errors": {
  3809. "version": "2.0.5",
  3810. "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
  3811. "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
  3812. "dev": true,
  3813. "license": "MIT"
  3814. },
  3815. "node_modules/@types/istanbul-lib-coverage": {
  3816. "version": "2.0.6",
  3817. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
  3818. "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
  3819. "dev": true,
  3820. "license": "MIT"
  3821. },
  3822. "node_modules/@types/istanbul-lib-report": {
  3823. "version": "3.0.3",
  3824. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
  3825. "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
  3826. "dev": true,
  3827. "license": "MIT",
  3828. "dependencies": {
  3829. "@types/istanbul-lib-coverage": "*"
  3830. }
  3831. },
  3832. "node_modules/@types/istanbul-reports": {
  3833. "version": "3.0.4",
  3834. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
  3835. "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
  3836. "dev": true,
  3837. "license": "MIT",
  3838. "dependencies": {
  3839. "@types/istanbul-lib-report": "*"
  3840. }
  3841. },
  3842. "node_modules/@types/jest": {
  3843. "version": "29.5.14",
  3844. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz",
  3845. "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==",
  3846. "dev": true,
  3847. "license": "MIT",
  3848. "dependencies": {
  3849. "expect": "^29.0.0",
  3850. "pretty-format": "^29.0.0"
  3851. }
  3852. },
  3853. "node_modules/@types/json-schema": {
  3854. "version": "7.0.15",
  3855. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  3856. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3857. "dev": true,
  3858. "license": "MIT"
  3859. },
  3860. "node_modules/@types/methods": {
  3861. "version": "1.1.4",
  3862. "resolved": "https://registry.npmjs.org/@types/methods/-/methods-1.1.4.tgz",
  3863. "integrity": "sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==",
  3864. "dev": true,
  3865. "license": "MIT"
  3866. },
  3867. "node_modules/@types/multer": {
  3868. "version": "2.1.0",
  3869. "resolved": "https://registry.npmjs.org/@types/multer/-/multer-2.1.0.tgz",
  3870. "integrity": "sha512-zYZb0+nJhOHtPpGDb3vqPjwpdeGlGC157VpkqNQL+UU2qwoacoQ7MpsAmUptI/0Oa127X32JzWDqQVEXp2RcIA==",
  3871. "dev": true,
  3872. "license": "MIT",
  3873. "dependencies": {
  3874. "@types/express": "*"
  3875. }
  3876. },
  3877. "node_modules/@types/node": {
  3878. "version": "22.19.17",
  3879. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz",
  3880. "integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==",
  3881. "devOptional": true,
  3882. "license": "MIT",
  3883. "dependencies": {
  3884. "undici-types": "~6.21.0"
  3885. }
  3886. },
  3887. "node_modules/@types/qs": {
  3888. "version": "6.15.0",
  3889. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
  3890. "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
  3891. "dev": true,
  3892. "license": "MIT"
  3893. },
  3894. "node_modules/@types/range-parser": {
  3895. "version": "1.2.7",
  3896. "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
  3897. "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
  3898. "dev": true,
  3899. "license": "MIT"
  3900. },
  3901. "node_modules/@types/send": {
  3902. "version": "1.2.1",
  3903. "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
  3904. "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
  3905. "dev": true,
  3906. "license": "MIT",
  3907. "dependencies": {
  3908. "@types/node": "*"
  3909. }
  3910. },
  3911. "node_modules/@types/serve-static": {
  3912. "version": "2.2.0",
  3913. "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
  3914. "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
  3915. "dev": true,
  3916. "license": "MIT",
  3917. "dependencies": {
  3918. "@types/http-errors": "*",
  3919. "@types/node": "*"
  3920. }
  3921. },
  3922. "node_modules/@types/stack-utils": {
  3923. "version": "2.0.3",
  3924. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
  3925. "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
  3926. "dev": true,
  3927. "license": "MIT"
  3928. },
  3929. "node_modules/@types/superagent": {
  3930. "version": "8.1.9",
  3931. "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-8.1.9.tgz",
  3932. "integrity": "sha512-pTVjI73witn+9ILmoJdajHGW2jkSaOzhiFYF1Rd3EQ94kymLqB9PjD9ISg7WaALC7+dCHT0FGe9T2LktLq/3GQ==",
  3933. "dev": true,
  3934. "license": "MIT",
  3935. "dependencies": {
  3936. "@types/cookiejar": "^2.1.5",
  3937. "@types/methods": "^1.1.4",
  3938. "@types/node": "*",
  3939. "form-data": "^4.0.0"
  3940. }
  3941. },
  3942. "node_modules/@types/supertest": {
  3943. "version": "6.0.3",
  3944. "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-6.0.3.tgz",
  3945. "integrity": "sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==",
  3946. "dev": true,
  3947. "license": "MIT",
  3948. "dependencies": {
  3949. "@types/methods": "^1.1.4",
  3950. "@types/superagent": "^8.1.0"
  3951. }
  3952. },
  3953. "node_modules/@types/validator": {
  3954. "version": "13.15.10",
  3955. "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.15.10.tgz",
  3956. "integrity": "sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==",
  3957. "license": "MIT"
  3958. },
  3959. "node_modules/@types/yargs": {
  3960. "version": "17.0.35",
  3961. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz",
  3962. "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==",
  3963. "dev": true,
  3964. "license": "MIT",
  3965. "dependencies": {
  3966. "@types/yargs-parser": "*"
  3967. }
  3968. },
  3969. "node_modules/@types/yargs-parser": {
  3970. "version": "21.0.3",
  3971. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
  3972. "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
  3973. "dev": true,
  3974. "license": "MIT"
  3975. },
  3976. "node_modules/@typescript-eslint/eslint-plugin": {
  3977. "version": "8.58.0",
  3978. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz",
  3979. "integrity": "sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==",
  3980. "dev": true,
  3981. "license": "MIT",
  3982. "dependencies": {
  3983. "@eslint-community/regexpp": "^4.12.2",
  3984. "@typescript-eslint/scope-manager": "8.58.0",
  3985. "@typescript-eslint/type-utils": "8.58.0",
  3986. "@typescript-eslint/utils": "8.58.0",
  3987. "@typescript-eslint/visitor-keys": "8.58.0",
  3988. "ignore": "^7.0.5",
  3989. "natural-compare": "^1.4.0",
  3990. "ts-api-utils": "^2.5.0"
  3991. },
  3992. "engines": {
  3993. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3994. },
  3995. "funding": {
  3996. "type": "opencollective",
  3997. "url": "https://opencollective.com/typescript-eslint"
  3998. },
  3999. "peerDependencies": {
  4000. "@typescript-eslint/parser": "^8.58.0",
  4001. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4002. "typescript": ">=4.8.4 <6.1.0"
  4003. }
  4004. },
  4005. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  4006. "version": "7.0.5",
  4007. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  4008. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  4009. "dev": true,
  4010. "license": "MIT",
  4011. "engines": {
  4012. "node": ">= 4"
  4013. }
  4014. },
  4015. "node_modules/@typescript-eslint/parser": {
  4016. "version": "8.58.0",
  4017. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.0.tgz",
  4018. "integrity": "sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==",
  4019. "dev": true,
  4020. "license": "MIT",
  4021. "dependencies": {
  4022. "@typescript-eslint/scope-manager": "8.58.0",
  4023. "@typescript-eslint/types": "8.58.0",
  4024. "@typescript-eslint/typescript-estree": "8.58.0",
  4025. "@typescript-eslint/visitor-keys": "8.58.0",
  4026. "debug": "^4.4.3"
  4027. },
  4028. "engines": {
  4029. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4030. },
  4031. "funding": {
  4032. "type": "opencollective",
  4033. "url": "https://opencollective.com/typescript-eslint"
  4034. },
  4035. "peerDependencies": {
  4036. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4037. "typescript": ">=4.8.4 <6.1.0"
  4038. }
  4039. },
  4040. "node_modules/@typescript-eslint/project-service": {
  4041. "version": "8.58.0",
  4042. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.0.tgz",
  4043. "integrity": "sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==",
  4044. "dev": true,
  4045. "license": "MIT",
  4046. "dependencies": {
  4047. "@typescript-eslint/tsconfig-utils": "^8.58.0",
  4048. "@typescript-eslint/types": "^8.58.0",
  4049. "debug": "^4.4.3"
  4050. },
  4051. "engines": {
  4052. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4053. },
  4054. "funding": {
  4055. "type": "opencollective",
  4056. "url": "https://opencollective.com/typescript-eslint"
  4057. },
  4058. "peerDependencies": {
  4059. "typescript": ">=4.8.4 <6.1.0"
  4060. }
  4061. },
  4062. "node_modules/@typescript-eslint/scope-manager": {
  4063. "version": "8.58.0",
  4064. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
  4065. "integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
  4066. "dev": true,
  4067. "license": "MIT",
  4068. "dependencies": {
  4069. "@typescript-eslint/types": "8.58.0",
  4070. "@typescript-eslint/visitor-keys": "8.58.0"
  4071. },
  4072. "engines": {
  4073. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4074. },
  4075. "funding": {
  4076. "type": "opencollective",
  4077. "url": "https://opencollective.com/typescript-eslint"
  4078. }
  4079. },
  4080. "node_modules/@typescript-eslint/tsconfig-utils": {
  4081. "version": "8.58.0",
  4082. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz",
  4083. "integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==",
  4084. "dev": true,
  4085. "license": "MIT",
  4086. "engines": {
  4087. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4088. },
  4089. "funding": {
  4090. "type": "opencollective",
  4091. "url": "https://opencollective.com/typescript-eslint"
  4092. },
  4093. "peerDependencies": {
  4094. "typescript": ">=4.8.4 <6.1.0"
  4095. }
  4096. },
  4097. "node_modules/@typescript-eslint/type-utils": {
  4098. "version": "8.58.0",
  4099. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz",
  4100. "integrity": "sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==",
  4101. "dev": true,
  4102. "license": "MIT",
  4103. "dependencies": {
  4104. "@typescript-eslint/types": "8.58.0",
  4105. "@typescript-eslint/typescript-estree": "8.58.0",
  4106. "@typescript-eslint/utils": "8.58.0",
  4107. "debug": "^4.4.3",
  4108. "ts-api-utils": "^2.5.0"
  4109. },
  4110. "engines": {
  4111. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4112. },
  4113. "funding": {
  4114. "type": "opencollective",
  4115. "url": "https://opencollective.com/typescript-eslint"
  4116. },
  4117. "peerDependencies": {
  4118. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4119. "typescript": ">=4.8.4 <6.1.0"
  4120. }
  4121. },
  4122. "node_modules/@typescript-eslint/types": {
  4123. "version": "8.58.0",
  4124. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
  4125. "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
  4126. "dev": true,
  4127. "license": "MIT",
  4128. "engines": {
  4129. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4130. },
  4131. "funding": {
  4132. "type": "opencollective",
  4133. "url": "https://opencollective.com/typescript-eslint"
  4134. }
  4135. },
  4136. "node_modules/@typescript-eslint/typescript-estree": {
  4137. "version": "8.58.0",
  4138. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz",
  4139. "integrity": "sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==",
  4140. "dev": true,
  4141. "license": "MIT",
  4142. "dependencies": {
  4143. "@typescript-eslint/project-service": "8.58.0",
  4144. "@typescript-eslint/tsconfig-utils": "8.58.0",
  4145. "@typescript-eslint/types": "8.58.0",
  4146. "@typescript-eslint/visitor-keys": "8.58.0",
  4147. "debug": "^4.4.3",
  4148. "minimatch": "^10.2.2",
  4149. "semver": "^7.7.3",
  4150. "tinyglobby": "^0.2.15",
  4151. "ts-api-utils": "^2.5.0"
  4152. },
  4153. "engines": {
  4154. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4155. },
  4156. "funding": {
  4157. "type": "opencollective",
  4158. "url": "https://opencollective.com/typescript-eslint"
  4159. },
  4160. "peerDependencies": {
  4161. "typescript": ">=4.8.4 <6.1.0"
  4162. }
  4163. },
  4164. "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
  4165. "version": "4.0.4",
  4166. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  4167. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  4168. "dev": true,
  4169. "license": "MIT",
  4170. "engines": {
  4171. "node": "18 || 20 || >=22"
  4172. }
  4173. },
  4174. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  4175. "version": "5.0.5",
  4176. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  4177. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  4178. "dev": true,
  4179. "license": "MIT",
  4180. "dependencies": {
  4181. "balanced-match": "^4.0.2"
  4182. },
  4183. "engines": {
  4184. "node": "18 || 20 || >=22"
  4185. }
  4186. },
  4187. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  4188. "version": "10.2.5",
  4189. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  4190. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  4191. "dev": true,
  4192. "license": "BlueOak-1.0.0",
  4193. "dependencies": {
  4194. "brace-expansion": "^5.0.5"
  4195. },
  4196. "engines": {
  4197. "node": "18 || 20 || >=22"
  4198. },
  4199. "funding": {
  4200. "url": "https://github.com/sponsors/isaacs"
  4201. }
  4202. },
  4203. "node_modules/@typescript-eslint/utils": {
  4204. "version": "8.58.0",
  4205. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.0.tgz",
  4206. "integrity": "sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==",
  4207. "dev": true,
  4208. "license": "MIT",
  4209. "dependencies": {
  4210. "@eslint-community/eslint-utils": "^4.9.1",
  4211. "@typescript-eslint/scope-manager": "8.58.0",
  4212. "@typescript-eslint/types": "8.58.0",
  4213. "@typescript-eslint/typescript-estree": "8.58.0"
  4214. },
  4215. "engines": {
  4216. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4217. },
  4218. "funding": {
  4219. "type": "opencollective",
  4220. "url": "https://opencollective.com/typescript-eslint"
  4221. },
  4222. "peerDependencies": {
  4223. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4224. "typescript": ">=4.8.4 <6.1.0"
  4225. }
  4226. },
  4227. "node_modules/@typescript-eslint/visitor-keys": {
  4228. "version": "8.58.0",
  4229. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
  4230. "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
  4231. "dev": true,
  4232. "license": "MIT",
  4233. "dependencies": {
  4234. "@typescript-eslint/types": "8.58.0",
  4235. "eslint-visitor-keys": "^5.0.0"
  4236. },
  4237. "engines": {
  4238. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4239. },
  4240. "funding": {
  4241. "type": "opencollective",
  4242. "url": "https://opencollective.com/typescript-eslint"
  4243. }
  4244. },
  4245. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  4246. "version": "5.0.1",
  4247. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  4248. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  4249. "dev": true,
  4250. "license": "Apache-2.0",
  4251. "engines": {
  4252. "node": "^20.19.0 || ^22.13.0 || >=24"
  4253. },
  4254. "funding": {
  4255. "url": "https://opencollective.com/eslint"
  4256. }
  4257. },
  4258. "node_modules/@webassemblyjs/ast": {
  4259. "version": "1.14.1",
  4260. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
  4261. "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
  4262. "dev": true,
  4263. "license": "MIT",
  4264. "dependencies": {
  4265. "@webassemblyjs/helper-numbers": "1.13.2",
  4266. "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
  4267. }
  4268. },
  4269. "node_modules/@webassemblyjs/floating-point-hex-parser": {
  4270. "version": "1.13.2",
  4271. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
  4272. "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
  4273. "dev": true,
  4274. "license": "MIT"
  4275. },
  4276. "node_modules/@webassemblyjs/helper-api-error": {
  4277. "version": "1.13.2",
  4278. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
  4279. "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
  4280. "dev": true,
  4281. "license": "MIT"
  4282. },
  4283. "node_modules/@webassemblyjs/helper-buffer": {
  4284. "version": "1.14.1",
  4285. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
  4286. "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
  4287. "dev": true,
  4288. "license": "MIT"
  4289. },
  4290. "node_modules/@webassemblyjs/helper-numbers": {
  4291. "version": "1.13.2",
  4292. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
  4293. "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
  4294. "dev": true,
  4295. "license": "MIT",
  4296. "dependencies": {
  4297. "@webassemblyjs/floating-point-hex-parser": "1.13.2",
  4298. "@webassemblyjs/helper-api-error": "1.13.2",
  4299. "@xtuc/long": "4.2.2"
  4300. }
  4301. },
  4302. "node_modules/@webassemblyjs/helper-wasm-bytecode": {
  4303. "version": "1.13.2",
  4304. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
  4305. "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
  4306. "dev": true,
  4307. "license": "MIT"
  4308. },
  4309. "node_modules/@webassemblyjs/helper-wasm-section": {
  4310. "version": "1.14.1",
  4311. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
  4312. "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
  4313. "dev": true,
  4314. "license": "MIT",
  4315. "dependencies": {
  4316. "@webassemblyjs/ast": "1.14.1",
  4317. "@webassemblyjs/helper-buffer": "1.14.1",
  4318. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4319. "@webassemblyjs/wasm-gen": "1.14.1"
  4320. }
  4321. },
  4322. "node_modules/@webassemblyjs/ieee754": {
  4323. "version": "1.13.2",
  4324. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
  4325. "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
  4326. "dev": true,
  4327. "license": "MIT",
  4328. "dependencies": {
  4329. "@xtuc/ieee754": "^1.2.0"
  4330. }
  4331. },
  4332. "node_modules/@webassemblyjs/leb128": {
  4333. "version": "1.13.2",
  4334. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
  4335. "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
  4336. "dev": true,
  4337. "license": "Apache-2.0",
  4338. "dependencies": {
  4339. "@xtuc/long": "4.2.2"
  4340. }
  4341. },
  4342. "node_modules/@webassemblyjs/utf8": {
  4343. "version": "1.13.2",
  4344. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
  4345. "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
  4346. "dev": true,
  4347. "license": "MIT"
  4348. },
  4349. "node_modules/@webassemblyjs/wasm-edit": {
  4350. "version": "1.14.1",
  4351. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
  4352. "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
  4353. "dev": true,
  4354. "license": "MIT",
  4355. "dependencies": {
  4356. "@webassemblyjs/ast": "1.14.1",
  4357. "@webassemblyjs/helper-buffer": "1.14.1",
  4358. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4359. "@webassemblyjs/helper-wasm-section": "1.14.1",
  4360. "@webassemblyjs/wasm-gen": "1.14.1",
  4361. "@webassemblyjs/wasm-opt": "1.14.1",
  4362. "@webassemblyjs/wasm-parser": "1.14.1",
  4363. "@webassemblyjs/wast-printer": "1.14.1"
  4364. }
  4365. },
  4366. "node_modules/@webassemblyjs/wasm-gen": {
  4367. "version": "1.14.1",
  4368. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
  4369. "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
  4370. "dev": true,
  4371. "license": "MIT",
  4372. "dependencies": {
  4373. "@webassemblyjs/ast": "1.14.1",
  4374. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4375. "@webassemblyjs/ieee754": "1.13.2",
  4376. "@webassemblyjs/leb128": "1.13.2",
  4377. "@webassemblyjs/utf8": "1.13.2"
  4378. }
  4379. },
  4380. "node_modules/@webassemblyjs/wasm-opt": {
  4381. "version": "1.14.1",
  4382. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
  4383. "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
  4384. "dev": true,
  4385. "license": "MIT",
  4386. "dependencies": {
  4387. "@webassemblyjs/ast": "1.14.1",
  4388. "@webassemblyjs/helper-buffer": "1.14.1",
  4389. "@webassemblyjs/wasm-gen": "1.14.1",
  4390. "@webassemblyjs/wasm-parser": "1.14.1"
  4391. }
  4392. },
  4393. "node_modules/@webassemblyjs/wasm-parser": {
  4394. "version": "1.14.1",
  4395. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
  4396. "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
  4397. "dev": true,
  4398. "license": "MIT",
  4399. "dependencies": {
  4400. "@webassemblyjs/ast": "1.14.1",
  4401. "@webassemblyjs/helper-api-error": "1.13.2",
  4402. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4403. "@webassemblyjs/ieee754": "1.13.2",
  4404. "@webassemblyjs/leb128": "1.13.2",
  4405. "@webassemblyjs/utf8": "1.13.2"
  4406. }
  4407. },
  4408. "node_modules/@webassemblyjs/wast-printer": {
  4409. "version": "1.14.1",
  4410. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
  4411. "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
  4412. "dev": true,
  4413. "license": "MIT",
  4414. "dependencies": {
  4415. "@webassemblyjs/ast": "1.14.1",
  4416. "@xtuc/long": "4.2.2"
  4417. }
  4418. },
  4419. "node_modules/@xhmikosr/archive-type": {
  4420. "version": "7.1.0",
  4421. "resolved": "https://registry.npmjs.org/@xhmikosr/archive-type/-/archive-type-7.1.0.tgz",
  4422. "integrity": "sha512-xZEpnGplg1sNPyEgFh0zbHxqlw5dtYg6viplmWSxUj12+QjU9SKu3U/2G73a15pEjLaOqTefNSZ1fOPUOT4Xgg==",
  4423. "dev": true,
  4424. "license": "MIT",
  4425. "dependencies": {
  4426. "file-type": "^20.5.0"
  4427. },
  4428. "engines": {
  4429. "node": ">=18"
  4430. }
  4431. },
  4432. "node_modules/@xhmikosr/archive-type/node_modules/@tokenizer/inflate": {
  4433. "version": "0.2.7",
  4434. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4435. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4436. "dev": true,
  4437. "license": "MIT",
  4438. "dependencies": {
  4439. "debug": "^4.4.0",
  4440. "fflate": "^0.8.2",
  4441. "token-types": "^6.0.0"
  4442. },
  4443. "engines": {
  4444. "node": ">=18"
  4445. },
  4446. "funding": {
  4447. "type": "github",
  4448. "url": "https://github.com/sponsors/Borewit"
  4449. }
  4450. },
  4451. "node_modules/@xhmikosr/archive-type/node_modules/file-type": {
  4452. "version": "20.5.0",
  4453. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4454. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4455. "dev": true,
  4456. "license": "MIT",
  4457. "dependencies": {
  4458. "@tokenizer/inflate": "^0.2.6",
  4459. "strtok3": "^10.2.0",
  4460. "token-types": "^6.0.0",
  4461. "uint8array-extras": "^1.4.0"
  4462. },
  4463. "engines": {
  4464. "node": ">=18"
  4465. },
  4466. "funding": {
  4467. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4468. }
  4469. },
  4470. "node_modules/@xhmikosr/bin-check": {
  4471. "version": "7.1.0",
  4472. "resolved": "https://registry.npmjs.org/@xhmikosr/bin-check/-/bin-check-7.1.0.tgz",
  4473. "integrity": "sha512-y1O95J4mnl+6MpVmKfMYXec17hMEwE/yeCglFNdx+QvLLtP0yN4rSYcbkXnth+lElBuKKek2NbvOfOGPpUXCvw==",
  4474. "dev": true,
  4475. "license": "MIT",
  4476. "dependencies": {
  4477. "execa": "^5.1.1",
  4478. "isexe": "^2.0.0"
  4479. },
  4480. "engines": {
  4481. "node": ">=18"
  4482. }
  4483. },
  4484. "node_modules/@xhmikosr/bin-wrapper": {
  4485. "version": "13.2.0",
  4486. "resolved": "https://registry.npmjs.org/@xhmikosr/bin-wrapper/-/bin-wrapper-13.2.0.tgz",
  4487. "integrity": "sha512-t9U9X0sDPRGDk5TGx4dv5xiOvniVJpXnfTuynVKwHgtib95NYEw4MkZdJqhoSiz820D9m0o6PCqOPMXz0N9fIw==",
  4488. "dev": true,
  4489. "license": "MIT",
  4490. "dependencies": {
  4491. "@xhmikosr/bin-check": "^7.1.0",
  4492. "@xhmikosr/downloader": "^15.2.0",
  4493. "@xhmikosr/os-filter-obj": "^3.0.0",
  4494. "bin-version-check": "^5.1.0"
  4495. },
  4496. "engines": {
  4497. "node": ">=18"
  4498. }
  4499. },
  4500. "node_modules/@xhmikosr/decompress": {
  4501. "version": "10.2.0",
  4502. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress/-/decompress-10.2.0.tgz",
  4503. "integrity": "sha512-MmDBvu0+GmADyQWHolcZuIWffgfnuTo4xpr2I/Qw5Ox0gt+e1Be7oYqJM4te5ylL6mzlcoicnHVDvP27zft8tg==",
  4504. "dev": true,
  4505. "license": "MIT",
  4506. "dependencies": {
  4507. "@xhmikosr/decompress-tar": "^8.1.0",
  4508. "@xhmikosr/decompress-tarbz2": "^8.1.0",
  4509. "@xhmikosr/decompress-targz": "^8.1.0",
  4510. "@xhmikosr/decompress-unzip": "^7.1.0",
  4511. "graceful-fs": "^4.2.11",
  4512. "strip-dirs": "^3.0.0"
  4513. },
  4514. "engines": {
  4515. "node": ">=18"
  4516. }
  4517. },
  4518. "node_modules/@xhmikosr/decompress-tar": {
  4519. "version": "8.1.0",
  4520. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress-tar/-/decompress-tar-8.1.0.tgz",
  4521. "integrity": "sha512-m0q8x6lwxenh1CrsTby0Jrjq4vzW/QU1OLhTHMQLEdHpmjR1lgahGz++seZI0bXF3XcZw3U3xHfqZSz+JPP2Gg==",
  4522. "dev": true,
  4523. "license": "MIT",
  4524. "dependencies": {
  4525. "file-type": "^20.5.0",
  4526. "is-stream": "^2.0.1",
  4527. "tar-stream": "^3.1.7"
  4528. },
  4529. "engines": {
  4530. "node": ">=18"
  4531. }
  4532. },
  4533. "node_modules/@xhmikosr/decompress-tar/node_modules/@tokenizer/inflate": {
  4534. "version": "0.2.7",
  4535. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4536. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4537. "dev": true,
  4538. "license": "MIT",
  4539. "dependencies": {
  4540. "debug": "^4.4.0",
  4541. "fflate": "^0.8.2",
  4542. "token-types": "^6.0.0"
  4543. },
  4544. "engines": {
  4545. "node": ">=18"
  4546. },
  4547. "funding": {
  4548. "type": "github",
  4549. "url": "https://github.com/sponsors/Borewit"
  4550. }
  4551. },
  4552. "node_modules/@xhmikosr/decompress-tar/node_modules/file-type": {
  4553. "version": "20.5.0",
  4554. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4555. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4556. "dev": true,
  4557. "license": "MIT",
  4558. "dependencies": {
  4559. "@tokenizer/inflate": "^0.2.6",
  4560. "strtok3": "^10.2.0",
  4561. "token-types": "^6.0.0",
  4562. "uint8array-extras": "^1.4.0"
  4563. },
  4564. "engines": {
  4565. "node": ">=18"
  4566. },
  4567. "funding": {
  4568. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4569. }
  4570. },
  4571. "node_modules/@xhmikosr/decompress-tarbz2": {
  4572. "version": "8.1.0",
  4573. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress-tarbz2/-/decompress-tarbz2-8.1.0.tgz",
  4574. "integrity": "sha512-aCLfr3A/FWZnOu5eqnJfme1Z1aumai/WRw55pCvBP+hCGnTFrcpsuiaVN5zmWTR53a8umxncY2JuYsD42QQEbw==",
  4575. "dev": true,
  4576. "license": "MIT",
  4577. "dependencies": {
  4578. "@xhmikosr/decompress-tar": "^8.0.1",
  4579. "file-type": "^20.5.0",
  4580. "is-stream": "^2.0.1",
  4581. "seek-bzip": "^2.0.0",
  4582. "unbzip2-stream": "^1.4.3"
  4583. },
  4584. "engines": {
  4585. "node": ">=18"
  4586. }
  4587. },
  4588. "node_modules/@xhmikosr/decompress-tarbz2/node_modules/@tokenizer/inflate": {
  4589. "version": "0.2.7",
  4590. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4591. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4592. "dev": true,
  4593. "license": "MIT",
  4594. "dependencies": {
  4595. "debug": "^4.4.0",
  4596. "fflate": "^0.8.2",
  4597. "token-types": "^6.0.0"
  4598. },
  4599. "engines": {
  4600. "node": ">=18"
  4601. },
  4602. "funding": {
  4603. "type": "github",
  4604. "url": "https://github.com/sponsors/Borewit"
  4605. }
  4606. },
  4607. "node_modules/@xhmikosr/decompress-tarbz2/node_modules/file-type": {
  4608. "version": "20.5.0",
  4609. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4610. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4611. "dev": true,
  4612. "license": "MIT",
  4613. "dependencies": {
  4614. "@tokenizer/inflate": "^0.2.6",
  4615. "strtok3": "^10.2.0",
  4616. "token-types": "^6.0.0",
  4617. "uint8array-extras": "^1.4.0"
  4618. },
  4619. "engines": {
  4620. "node": ">=18"
  4621. },
  4622. "funding": {
  4623. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4624. }
  4625. },
  4626. "node_modules/@xhmikosr/decompress-targz": {
  4627. "version": "8.1.0",
  4628. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress-targz/-/decompress-targz-8.1.0.tgz",
  4629. "integrity": "sha512-fhClQ2wTmzxzdz2OhSQNo9ExefrAagw93qaG1YggoIz/QpI7atSRa7eOHv4JZkpHWs91XNn8Hry3CwUlBQhfPA==",
  4630. "dev": true,
  4631. "license": "MIT",
  4632. "dependencies": {
  4633. "@xhmikosr/decompress-tar": "^8.0.1",
  4634. "file-type": "^20.5.0",
  4635. "is-stream": "^2.0.1"
  4636. },
  4637. "engines": {
  4638. "node": ">=18"
  4639. }
  4640. },
  4641. "node_modules/@xhmikosr/decompress-targz/node_modules/@tokenizer/inflate": {
  4642. "version": "0.2.7",
  4643. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4644. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4645. "dev": true,
  4646. "license": "MIT",
  4647. "dependencies": {
  4648. "debug": "^4.4.0",
  4649. "fflate": "^0.8.2",
  4650. "token-types": "^6.0.0"
  4651. },
  4652. "engines": {
  4653. "node": ">=18"
  4654. },
  4655. "funding": {
  4656. "type": "github",
  4657. "url": "https://github.com/sponsors/Borewit"
  4658. }
  4659. },
  4660. "node_modules/@xhmikosr/decompress-targz/node_modules/file-type": {
  4661. "version": "20.5.0",
  4662. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4663. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4664. "dev": true,
  4665. "license": "MIT",
  4666. "dependencies": {
  4667. "@tokenizer/inflate": "^0.2.6",
  4668. "strtok3": "^10.2.0",
  4669. "token-types": "^6.0.0",
  4670. "uint8array-extras": "^1.4.0"
  4671. },
  4672. "engines": {
  4673. "node": ">=18"
  4674. },
  4675. "funding": {
  4676. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4677. }
  4678. },
  4679. "node_modules/@xhmikosr/decompress-unzip": {
  4680. "version": "7.1.0",
  4681. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress-unzip/-/decompress-unzip-7.1.0.tgz",
  4682. "integrity": "sha512-oqTYAcObqTlg8owulxFTqiaJkfv2SHsxxxz9Wg4krJAHVzGWlZsU8tAB30R6ow+aHrfv4Kub6WQ8u04NWVPUpA==",
  4683. "dev": true,
  4684. "license": "MIT",
  4685. "dependencies": {
  4686. "file-type": "^20.5.0",
  4687. "get-stream": "^6.0.1",
  4688. "yauzl": "^3.1.2"
  4689. },
  4690. "engines": {
  4691. "node": ">=18"
  4692. }
  4693. },
  4694. "node_modules/@xhmikosr/decompress-unzip/node_modules/@tokenizer/inflate": {
  4695. "version": "0.2.7",
  4696. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4697. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4698. "dev": true,
  4699. "license": "MIT",
  4700. "dependencies": {
  4701. "debug": "^4.4.0",
  4702. "fflate": "^0.8.2",
  4703. "token-types": "^6.0.0"
  4704. },
  4705. "engines": {
  4706. "node": ">=18"
  4707. },
  4708. "funding": {
  4709. "type": "github",
  4710. "url": "https://github.com/sponsors/Borewit"
  4711. }
  4712. },
  4713. "node_modules/@xhmikosr/decompress-unzip/node_modules/file-type": {
  4714. "version": "20.5.0",
  4715. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4716. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4717. "dev": true,
  4718. "license": "MIT",
  4719. "dependencies": {
  4720. "@tokenizer/inflate": "^0.2.6",
  4721. "strtok3": "^10.2.0",
  4722. "token-types": "^6.0.0",
  4723. "uint8array-extras": "^1.4.0"
  4724. },
  4725. "engines": {
  4726. "node": ">=18"
  4727. },
  4728. "funding": {
  4729. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4730. }
  4731. },
  4732. "node_modules/@xhmikosr/downloader": {
  4733. "version": "15.2.0",
  4734. "resolved": "https://registry.npmjs.org/@xhmikosr/downloader/-/downloader-15.2.0.tgz",
  4735. "integrity": "sha512-lAqbig3uRGTt0sHNIM4vUG9HoM+mRl8K28WuYxyXLCUT6pyzl4Y4i0LZ3jMEsCYZ6zjPZbO9XkG91OSTd4si7g==",
  4736. "dev": true,
  4737. "license": "MIT",
  4738. "dependencies": {
  4739. "@xhmikosr/archive-type": "^7.1.0",
  4740. "@xhmikosr/decompress": "^10.2.0",
  4741. "content-disposition": "^0.5.4",
  4742. "defaults": "^2.0.2",
  4743. "ext-name": "^5.0.0",
  4744. "file-type": "^20.5.0",
  4745. "filenamify": "^6.0.0",
  4746. "get-stream": "^6.0.1",
  4747. "got": "^13.0.0"
  4748. },
  4749. "engines": {
  4750. "node": ">=18"
  4751. }
  4752. },
  4753. "node_modules/@xhmikosr/downloader/node_modules/@tokenizer/inflate": {
  4754. "version": "0.2.7",
  4755. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4756. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4757. "dev": true,
  4758. "license": "MIT",
  4759. "dependencies": {
  4760. "debug": "^4.4.0",
  4761. "fflate": "^0.8.2",
  4762. "token-types": "^6.0.0"
  4763. },
  4764. "engines": {
  4765. "node": ">=18"
  4766. },
  4767. "funding": {
  4768. "type": "github",
  4769. "url": "https://github.com/sponsors/Borewit"
  4770. }
  4771. },
  4772. "node_modules/@xhmikosr/downloader/node_modules/file-type": {
  4773. "version": "20.5.0",
  4774. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4775. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4776. "dev": true,
  4777. "license": "MIT",
  4778. "dependencies": {
  4779. "@tokenizer/inflate": "^0.2.6",
  4780. "strtok3": "^10.2.0",
  4781. "token-types": "^6.0.0",
  4782. "uint8array-extras": "^1.4.0"
  4783. },
  4784. "engines": {
  4785. "node": ">=18"
  4786. },
  4787. "funding": {
  4788. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4789. }
  4790. },
  4791. "node_modules/@xhmikosr/os-filter-obj": {
  4792. "version": "3.0.0",
  4793. "resolved": "https://registry.npmjs.org/@xhmikosr/os-filter-obj/-/os-filter-obj-3.0.0.tgz",
  4794. "integrity": "sha512-siPY6BD5dQ2SZPl3I0OZBHL27ZqZvLEosObsZRQ1NUB8qcxegwt0T9eKtV96JMFQpIz1elhkzqOg4c/Ri6Dp9A==",
  4795. "dev": true,
  4796. "license": "MIT",
  4797. "dependencies": {
  4798. "arch": "^3.0.0"
  4799. },
  4800. "engines": {
  4801. "node": "^14.14.0 || >=16.0.0"
  4802. }
  4803. },
  4804. "node_modules/@xtuc/ieee754": {
  4805. "version": "1.2.0",
  4806. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  4807. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
  4808. "dev": true,
  4809. "license": "BSD-3-Clause"
  4810. },
  4811. "node_modules/@xtuc/long": {
  4812. "version": "4.2.2",
  4813. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  4814. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
  4815. "dev": true,
  4816. "license": "Apache-2.0"
  4817. },
  4818. "node_modules/abbrev": {
  4819. "version": "1.1.1",
  4820. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  4821. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
  4822. "license": "ISC",
  4823. "optional": true
  4824. },
  4825. "node_modules/accepts": {
  4826. "version": "2.0.0",
  4827. "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
  4828. "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
  4829. "license": "MIT",
  4830. "dependencies": {
  4831. "mime-types": "^3.0.0",
  4832. "negotiator": "^1.0.0"
  4833. },
  4834. "engines": {
  4835. "node": ">= 0.6"
  4836. }
  4837. },
  4838. "node_modules/acorn": {
  4839. "version": "8.16.0",
  4840. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  4841. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  4842. "devOptional": true,
  4843. "license": "MIT",
  4844. "bin": {
  4845. "acorn": "bin/acorn"
  4846. },
  4847. "engines": {
  4848. "node": ">=0.4.0"
  4849. }
  4850. },
  4851. "node_modules/acorn-import-phases": {
  4852. "version": "1.0.4",
  4853. "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz",
  4854. "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==",
  4855. "dev": true,
  4856. "license": "MIT",
  4857. "engines": {
  4858. "node": ">=10.13.0"
  4859. },
  4860. "peerDependencies": {
  4861. "acorn": "^8.14.0"
  4862. }
  4863. },
  4864. "node_modules/acorn-jsx": {
  4865. "version": "5.3.2",
  4866. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4867. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4868. "dev": true,
  4869. "license": "MIT",
  4870. "peerDependencies": {
  4871. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4872. }
  4873. },
  4874. "node_modules/acorn-walk": {
  4875. "version": "8.3.5",
  4876. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz",
  4877. "integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
  4878. "devOptional": true,
  4879. "license": "MIT",
  4880. "dependencies": {
  4881. "acorn": "^8.11.0"
  4882. },
  4883. "engines": {
  4884. "node": ">=0.4.0"
  4885. }
  4886. },
  4887. "node_modules/adm-zip": {
  4888. "version": "0.5.17",
  4889. "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.17.tgz",
  4890. "integrity": "sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ==",
  4891. "license": "MIT",
  4892. "engines": {
  4893. "node": ">=12.0"
  4894. }
  4895. },
  4896. "node_modules/agent-base": {
  4897. "version": "6.0.2",
  4898. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  4899. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  4900. "license": "MIT",
  4901. "optional": true,
  4902. "dependencies": {
  4903. "debug": "4"
  4904. },
  4905. "engines": {
  4906. "node": ">= 6.0.0"
  4907. }
  4908. },
  4909. "node_modules/agentkeepalive": {
  4910. "version": "4.6.0",
  4911. "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz",
  4912. "integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==",
  4913. "license": "MIT",
  4914. "optional": true,
  4915. "dependencies": {
  4916. "humanize-ms": "^1.2.1"
  4917. },
  4918. "engines": {
  4919. "node": ">= 8.0.0"
  4920. }
  4921. },
  4922. "node_modules/aggregate-error": {
  4923. "version": "3.1.0",
  4924. "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
  4925. "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
  4926. "license": "MIT",
  4927. "optional": true,
  4928. "dependencies": {
  4929. "clean-stack": "^2.0.0",
  4930. "indent-string": "^4.0.0"
  4931. },
  4932. "engines": {
  4933. "node": ">=8"
  4934. }
  4935. },
  4936. "node_modules/ajv": {
  4937. "version": "6.14.0",
  4938. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
  4939. "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
  4940. "dev": true,
  4941. "license": "MIT",
  4942. "dependencies": {
  4943. "fast-deep-equal": "^3.1.1",
  4944. "fast-json-stable-stringify": "^2.0.0",
  4945. "json-schema-traverse": "^0.4.1",
  4946. "uri-js": "^4.2.2"
  4947. },
  4948. "funding": {
  4949. "type": "github",
  4950. "url": "https://github.com/sponsors/epoberezkin"
  4951. }
  4952. },
  4953. "node_modules/ajv-formats": {
  4954. "version": "3.0.1",
  4955. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
  4956. "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
  4957. "dev": true,
  4958. "license": "MIT",
  4959. "dependencies": {
  4960. "ajv": "^8.0.0"
  4961. },
  4962. "peerDependencies": {
  4963. "ajv": "^8.0.0"
  4964. },
  4965. "peerDependenciesMeta": {
  4966. "ajv": {
  4967. "optional": true
  4968. }
  4969. }
  4970. },
  4971. "node_modules/ajv-formats/node_modules/ajv": {
  4972. "version": "8.18.0",
  4973. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  4974. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  4975. "dev": true,
  4976. "license": "MIT",
  4977. "dependencies": {
  4978. "fast-deep-equal": "^3.1.3",
  4979. "fast-uri": "^3.0.1",
  4980. "json-schema-traverse": "^1.0.0",
  4981. "require-from-string": "^2.0.2"
  4982. },
  4983. "funding": {
  4984. "type": "github",
  4985. "url": "https://github.com/sponsors/epoberezkin"
  4986. }
  4987. },
  4988. "node_modules/ajv-formats/node_modules/json-schema-traverse": {
  4989. "version": "1.0.0",
  4990. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  4991. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  4992. "dev": true,
  4993. "license": "MIT"
  4994. },
  4995. "node_modules/ajv-keywords": {
  4996. "version": "3.5.2",
  4997. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  4998. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  4999. "dev": true,
  5000. "license": "MIT",
  5001. "peerDependencies": {
  5002. "ajv": "^6.9.1"
  5003. }
  5004. },
  5005. "node_modules/ansi-colors": {
  5006. "version": "4.1.3",
  5007. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
  5008. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  5009. "dev": true,
  5010. "license": "MIT",
  5011. "engines": {
  5012. "node": ">=6"
  5013. }
  5014. },
  5015. "node_modules/ansi-escapes": {
  5016. "version": "4.3.2",
  5017. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  5018. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  5019. "dev": true,
  5020. "license": "MIT",
  5021. "dependencies": {
  5022. "type-fest": "^0.21.3"
  5023. },
  5024. "engines": {
  5025. "node": ">=8"
  5026. },
  5027. "funding": {
  5028. "url": "https://github.com/sponsors/sindresorhus"
  5029. }
  5030. },
  5031. "node_modules/ansi-regex": {
  5032. "version": "5.0.1",
  5033. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5034. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5035. "license": "MIT",
  5036. "engines": {
  5037. "node": ">=8"
  5038. }
  5039. },
  5040. "node_modules/ansi-styles": {
  5041. "version": "4.3.0",
  5042. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5043. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5044. "license": "MIT",
  5045. "dependencies": {
  5046. "color-convert": "^2.0.1"
  5047. },
  5048. "engines": {
  5049. "node": ">=8"
  5050. },
  5051. "funding": {
  5052. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5053. }
  5054. },
  5055. "node_modules/ansis": {
  5056. "version": "4.2.0",
  5057. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  5058. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5059. "license": "ISC",
  5060. "engines": {
  5061. "node": ">=14"
  5062. }
  5063. },
  5064. "node_modules/anymatch": {
  5065. "version": "3.1.3",
  5066. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  5067. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5068. "dev": true,
  5069. "license": "ISC",
  5070. "dependencies": {
  5071. "normalize-path": "^3.0.0",
  5072. "picomatch": "^2.0.4"
  5073. },
  5074. "engines": {
  5075. "node": ">= 8"
  5076. }
  5077. },
  5078. "node_modules/anymatch/node_modules/picomatch": {
  5079. "version": "2.3.2",
  5080. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5081. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5082. "dev": true,
  5083. "license": "MIT",
  5084. "engines": {
  5085. "node": ">=8.6"
  5086. },
  5087. "funding": {
  5088. "url": "https://github.com/sponsors/jonschlinkert"
  5089. }
  5090. },
  5091. "node_modules/app-root-path": {
  5092. "version": "3.1.0",
  5093. "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-3.1.0.tgz",
  5094. "integrity": "sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==",
  5095. "license": "MIT",
  5096. "engines": {
  5097. "node": ">= 6.0.0"
  5098. }
  5099. },
  5100. "node_modules/append-field": {
  5101. "version": "1.0.0",
  5102. "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz",
  5103. "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==",
  5104. "license": "MIT"
  5105. },
  5106. "node_modules/aproba": {
  5107. "version": "2.1.0",
  5108. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz",
  5109. "integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==",
  5110. "license": "ISC",
  5111. "optional": true
  5112. },
  5113. "node_modules/arch": {
  5114. "version": "3.0.0",
  5115. "resolved": "https://registry.npmjs.org/arch/-/arch-3.0.0.tgz",
  5116. "integrity": "sha512-AmIAC+Wtm2AU8lGfTtHsw0Y9Qtftx2YXEEtiBP10xFUtMOA+sHHx6OAddyL52mUKh1vsXQ6/w1mVDptZCyUt4Q==",
  5117. "dev": true,
  5118. "funding": [
  5119. {
  5120. "type": "github",
  5121. "url": "https://github.com/sponsors/feross"
  5122. },
  5123. {
  5124. "type": "patreon",
  5125. "url": "https://www.patreon.com/feross"
  5126. },
  5127. {
  5128. "type": "consulting",
  5129. "url": "https://feross.org/support"
  5130. }
  5131. ],
  5132. "license": "MIT"
  5133. },
  5134. "node_modules/are-we-there-yet": {
  5135. "version": "3.0.1",
  5136. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
  5137. "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
  5138. "deprecated": "This package is no longer supported.",
  5139. "license": "ISC",
  5140. "optional": true,
  5141. "dependencies": {
  5142. "delegates": "^1.0.0",
  5143. "readable-stream": "^3.6.0"
  5144. },
  5145. "engines": {
  5146. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  5147. }
  5148. },
  5149. "node_modules/arg": {
  5150. "version": "4.1.3",
  5151. "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
  5152. "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
  5153. "devOptional": true,
  5154. "license": "MIT"
  5155. },
  5156. "node_modules/argparse": {
  5157. "version": "2.0.1",
  5158. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  5159. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  5160. "dev": true,
  5161. "license": "Python-2.0"
  5162. },
  5163. "node_modules/array-timsort": {
  5164. "version": "1.0.3",
  5165. "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz",
  5166. "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==",
  5167. "dev": true,
  5168. "license": "MIT"
  5169. },
  5170. "node_modules/asap": {
  5171. "version": "2.0.6",
  5172. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  5173. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
  5174. "dev": true,
  5175. "license": "MIT"
  5176. },
  5177. "node_modules/asynckit": {
  5178. "version": "0.4.0",
  5179. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  5180. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  5181. "dev": true,
  5182. "license": "MIT"
  5183. },
  5184. "node_modules/available-typed-arrays": {
  5185. "version": "1.0.7",
  5186. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  5187. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  5188. "license": "MIT",
  5189. "dependencies": {
  5190. "possible-typed-array-names": "^1.0.0"
  5191. },
  5192. "engines": {
  5193. "node": ">= 0.4"
  5194. },
  5195. "funding": {
  5196. "url": "https://github.com/sponsors/ljharb"
  5197. }
  5198. },
  5199. "node_modules/b4a": {
  5200. "version": "1.8.0",
  5201. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz",
  5202. "integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
  5203. "dev": true,
  5204. "license": "Apache-2.0",
  5205. "peerDependencies": {
  5206. "react-native-b4a": "*"
  5207. },
  5208. "peerDependenciesMeta": {
  5209. "react-native-b4a": {
  5210. "optional": true
  5211. }
  5212. }
  5213. },
  5214. "node_modules/babel-jest": {
  5215. "version": "29.7.0",
  5216. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
  5217. "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==",
  5218. "dev": true,
  5219. "license": "MIT",
  5220. "dependencies": {
  5221. "@jest/transform": "^29.7.0",
  5222. "@types/babel__core": "^7.1.14",
  5223. "babel-plugin-istanbul": "^6.1.1",
  5224. "babel-preset-jest": "^29.6.3",
  5225. "chalk": "^4.0.0",
  5226. "graceful-fs": "^4.2.9",
  5227. "slash": "^3.0.0"
  5228. },
  5229. "engines": {
  5230. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5231. },
  5232. "peerDependencies": {
  5233. "@babel/core": "^7.8.0"
  5234. }
  5235. },
  5236. "node_modules/babel-plugin-istanbul": {
  5237. "version": "6.1.1",
  5238. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  5239. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  5240. "dev": true,
  5241. "license": "BSD-3-Clause",
  5242. "dependencies": {
  5243. "@babel/helper-plugin-utils": "^7.0.0",
  5244. "@istanbuljs/load-nyc-config": "^1.0.0",
  5245. "@istanbuljs/schema": "^0.1.2",
  5246. "istanbul-lib-instrument": "^5.0.4",
  5247. "test-exclude": "^6.0.0"
  5248. },
  5249. "engines": {
  5250. "node": ">=8"
  5251. }
  5252. },
  5253. "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": {
  5254. "version": "5.2.1",
  5255. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
  5256. "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
  5257. "dev": true,
  5258. "license": "BSD-3-Clause",
  5259. "dependencies": {
  5260. "@babel/core": "^7.12.3",
  5261. "@babel/parser": "^7.14.7",
  5262. "@istanbuljs/schema": "^0.1.2",
  5263. "istanbul-lib-coverage": "^3.2.0",
  5264. "semver": "^6.3.0"
  5265. },
  5266. "engines": {
  5267. "node": ">=8"
  5268. }
  5269. },
  5270. "node_modules/babel-plugin-istanbul/node_modules/semver": {
  5271. "version": "6.3.1",
  5272. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5273. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5274. "dev": true,
  5275. "license": "ISC",
  5276. "bin": {
  5277. "semver": "bin/semver.js"
  5278. }
  5279. },
  5280. "node_modules/babel-plugin-jest-hoist": {
  5281. "version": "29.6.3",
  5282. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz",
  5283. "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==",
  5284. "dev": true,
  5285. "license": "MIT",
  5286. "dependencies": {
  5287. "@babel/template": "^7.3.3",
  5288. "@babel/types": "^7.3.3",
  5289. "@types/babel__core": "^7.1.14",
  5290. "@types/babel__traverse": "^7.0.6"
  5291. },
  5292. "engines": {
  5293. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5294. }
  5295. },
  5296. "node_modules/babel-preset-current-node-syntax": {
  5297. "version": "1.2.0",
  5298. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz",
  5299. "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==",
  5300. "dev": true,
  5301. "license": "MIT",
  5302. "dependencies": {
  5303. "@babel/plugin-syntax-async-generators": "^7.8.4",
  5304. "@babel/plugin-syntax-bigint": "^7.8.3",
  5305. "@babel/plugin-syntax-class-properties": "^7.12.13",
  5306. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  5307. "@babel/plugin-syntax-import-attributes": "^7.24.7",
  5308. "@babel/plugin-syntax-import-meta": "^7.10.4",
  5309. "@babel/plugin-syntax-json-strings": "^7.8.3",
  5310. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  5311. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  5312. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  5313. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  5314. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  5315. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  5316. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  5317. "@babel/plugin-syntax-top-level-await": "^7.14.5"
  5318. },
  5319. "peerDependencies": {
  5320. "@babel/core": "^7.0.0 || ^8.0.0-0"
  5321. }
  5322. },
  5323. "node_modules/babel-preset-jest": {
  5324. "version": "29.6.3",
  5325. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
  5326. "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==",
  5327. "dev": true,
  5328. "license": "MIT",
  5329. "dependencies": {
  5330. "babel-plugin-jest-hoist": "^29.6.3",
  5331. "babel-preset-current-node-syntax": "^1.0.0"
  5332. },
  5333. "engines": {
  5334. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5335. },
  5336. "peerDependencies": {
  5337. "@babel/core": "^7.0.0"
  5338. }
  5339. },
  5340. "node_modules/balanced-match": {
  5341. "version": "1.0.2",
  5342. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5343. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  5344. "license": "MIT"
  5345. },
  5346. "node_modules/bare-events": {
  5347. "version": "2.8.2",
  5348. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
  5349. "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
  5350. "dev": true,
  5351. "license": "Apache-2.0",
  5352. "peerDependencies": {
  5353. "bare-abort-controller": "*"
  5354. },
  5355. "peerDependenciesMeta": {
  5356. "bare-abort-controller": {
  5357. "optional": true
  5358. }
  5359. }
  5360. },
  5361. "node_modules/bare-fs": {
  5362. "version": "4.6.0",
  5363. "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.6.0.tgz",
  5364. "integrity": "sha512-2YkS7NuiJceSEbyEOdSNLE9tsGd+f4+f7C+Nik/MCk27SYdwIMPT/yRKvg++FZhQXgk0KWJKJyXX9RhVV0RGqA==",
  5365. "dev": true,
  5366. "license": "Apache-2.0",
  5367. "dependencies": {
  5368. "bare-events": "^2.5.4",
  5369. "bare-path": "^3.0.0",
  5370. "bare-stream": "^2.6.4",
  5371. "bare-url": "^2.2.2",
  5372. "fast-fifo": "^1.3.2"
  5373. },
  5374. "engines": {
  5375. "bare": ">=1.16.0"
  5376. },
  5377. "peerDependencies": {
  5378. "bare-buffer": "*"
  5379. },
  5380. "peerDependenciesMeta": {
  5381. "bare-buffer": {
  5382. "optional": true
  5383. }
  5384. }
  5385. },
  5386. "node_modules/bare-os": {
  5387. "version": "3.8.7",
  5388. "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.7.tgz",
  5389. "integrity": "sha512-G4Gr1UsGeEy2qtDTZwL7JFLo2wapUarz7iTMcYcMFdS89AIQuBoyjgXZz0Utv7uHs3xA9LckhVbeBi8lEQrC+w==",
  5390. "dev": true,
  5391. "license": "Apache-2.0",
  5392. "engines": {
  5393. "bare": ">=1.14.0"
  5394. }
  5395. },
  5396. "node_modules/bare-path": {
  5397. "version": "3.0.0",
  5398. "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
  5399. "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
  5400. "dev": true,
  5401. "license": "Apache-2.0",
  5402. "dependencies": {
  5403. "bare-os": "^3.0.1"
  5404. }
  5405. },
  5406. "node_modules/bare-stream": {
  5407. "version": "2.12.0",
  5408. "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.12.0.tgz",
  5409. "integrity": "sha512-w28i8lkBgREV3rPXGbgK+BO66q+ZpKqRWrZLiCdmmUlLPrQ45CzkvRhN+7lnv00Gpi2zy5naRxnUFAxCECDm9g==",
  5410. "dev": true,
  5411. "license": "Apache-2.0",
  5412. "dependencies": {
  5413. "streamx": "^2.25.0",
  5414. "teex": "^1.0.1"
  5415. },
  5416. "peerDependencies": {
  5417. "bare-abort-controller": "*",
  5418. "bare-buffer": "*",
  5419. "bare-events": "*"
  5420. },
  5421. "peerDependenciesMeta": {
  5422. "bare-abort-controller": {
  5423. "optional": true
  5424. },
  5425. "bare-buffer": {
  5426. "optional": true
  5427. },
  5428. "bare-events": {
  5429. "optional": true
  5430. }
  5431. }
  5432. },
  5433. "node_modules/bare-url": {
  5434. "version": "2.4.0",
  5435. "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.0.tgz",
  5436. "integrity": "sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==",
  5437. "dev": true,
  5438. "license": "Apache-2.0",
  5439. "dependencies": {
  5440. "bare-path": "^3.0.0"
  5441. }
  5442. },
  5443. "node_modules/base64-js": {
  5444. "version": "1.5.1",
  5445. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  5446. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  5447. "funding": [
  5448. {
  5449. "type": "github",
  5450. "url": "https://github.com/sponsors/feross"
  5451. },
  5452. {
  5453. "type": "patreon",
  5454. "url": "https://www.patreon.com/feross"
  5455. },
  5456. {
  5457. "type": "consulting",
  5458. "url": "https://feross.org/support"
  5459. }
  5460. ],
  5461. "license": "MIT"
  5462. },
  5463. "node_modules/baseline-browser-mapping": {
  5464. "version": "2.10.16",
  5465. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.16.tgz",
  5466. "integrity": "sha512-Lyf3aK28zpsD1yQMiiHD4RvVb6UdMoo8xzG2XzFIfR9luPzOpcBlAsT/qfB1XWS1bxWT+UtE4WmQgsp297FYOA==",
  5467. "dev": true,
  5468. "license": "Apache-2.0",
  5469. "bin": {
  5470. "baseline-browser-mapping": "dist/cli.cjs"
  5471. },
  5472. "engines": {
  5473. "node": ">=6.0.0"
  5474. }
  5475. },
  5476. "node_modules/bin-version": {
  5477. "version": "6.0.0",
  5478. "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-6.0.0.tgz",
  5479. "integrity": "sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==",
  5480. "dev": true,
  5481. "license": "MIT",
  5482. "dependencies": {
  5483. "execa": "^5.0.0",
  5484. "find-versions": "^5.0.0"
  5485. },
  5486. "engines": {
  5487. "node": ">=12"
  5488. },
  5489. "funding": {
  5490. "url": "https://github.com/sponsors/sindresorhus"
  5491. }
  5492. },
  5493. "node_modules/bin-version-check": {
  5494. "version": "5.1.0",
  5495. "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-5.1.0.tgz",
  5496. "integrity": "sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==",
  5497. "dev": true,
  5498. "license": "MIT",
  5499. "dependencies": {
  5500. "bin-version": "^6.0.0",
  5501. "semver": "^7.5.3",
  5502. "semver-truncate": "^3.0.0"
  5503. },
  5504. "engines": {
  5505. "node": ">=12"
  5506. },
  5507. "funding": {
  5508. "url": "https://github.com/sponsors/sindresorhus"
  5509. }
  5510. },
  5511. "node_modules/bindings": {
  5512. "version": "1.5.0",
  5513. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  5514. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  5515. "license": "MIT",
  5516. "dependencies": {
  5517. "file-uri-to-path": "1.0.0"
  5518. }
  5519. },
  5520. "node_modules/bl": {
  5521. "version": "4.1.0",
  5522. "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  5523. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  5524. "license": "MIT",
  5525. "dependencies": {
  5526. "buffer": "^5.5.0",
  5527. "inherits": "^2.0.4",
  5528. "readable-stream": "^3.4.0"
  5529. }
  5530. },
  5531. "node_modules/body-parser": {
  5532. "version": "2.2.2",
  5533. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
  5534. "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
  5535. "license": "MIT",
  5536. "dependencies": {
  5537. "bytes": "^3.1.2",
  5538. "content-type": "^1.0.5",
  5539. "debug": "^4.4.3",
  5540. "http-errors": "^2.0.0",
  5541. "iconv-lite": "^0.7.0",
  5542. "on-finished": "^2.4.1",
  5543. "qs": "^6.14.1",
  5544. "raw-body": "^3.0.1",
  5545. "type-is": "^2.0.1"
  5546. },
  5547. "engines": {
  5548. "node": ">=18"
  5549. },
  5550. "funding": {
  5551. "type": "opencollective",
  5552. "url": "https://opencollective.com/express"
  5553. }
  5554. },
  5555. "node_modules/boolean": {
  5556. "version": "3.2.0",
  5557. "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
  5558. "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==",
  5559. "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
  5560. "license": "MIT"
  5561. },
  5562. "node_modules/brace-expansion": {
  5563. "version": "1.1.13",
  5564. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
  5565. "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
  5566. "devOptional": true,
  5567. "license": "MIT",
  5568. "dependencies": {
  5569. "balanced-match": "^1.0.0",
  5570. "concat-map": "0.0.1"
  5571. }
  5572. },
  5573. "node_modules/braces": {
  5574. "version": "3.0.3",
  5575. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  5576. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  5577. "dev": true,
  5578. "license": "MIT",
  5579. "dependencies": {
  5580. "fill-range": "^7.1.1"
  5581. },
  5582. "engines": {
  5583. "node": ">=8"
  5584. }
  5585. },
  5586. "node_modules/browserslist": {
  5587. "version": "4.28.2",
  5588. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  5589. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  5590. "dev": true,
  5591. "funding": [
  5592. {
  5593. "type": "opencollective",
  5594. "url": "https://opencollective.com/browserslist"
  5595. },
  5596. {
  5597. "type": "tidelift",
  5598. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5599. },
  5600. {
  5601. "type": "github",
  5602. "url": "https://github.com/sponsors/ai"
  5603. }
  5604. ],
  5605. "license": "MIT",
  5606. "dependencies": {
  5607. "baseline-browser-mapping": "^2.10.12",
  5608. "caniuse-lite": "^1.0.30001782",
  5609. "electron-to-chromium": "^1.5.328",
  5610. "node-releases": "^2.0.36",
  5611. "update-browserslist-db": "^1.2.3"
  5612. },
  5613. "bin": {
  5614. "browserslist": "cli.js"
  5615. },
  5616. "engines": {
  5617. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5618. }
  5619. },
  5620. "node_modules/bs-logger": {
  5621. "version": "0.2.6",
  5622. "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",
  5623. "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",
  5624. "dev": true,
  5625. "license": "MIT",
  5626. "dependencies": {
  5627. "fast-json-stable-stringify": "2.x"
  5628. },
  5629. "engines": {
  5630. "node": ">= 6"
  5631. }
  5632. },
  5633. "node_modules/bser": {
  5634. "version": "2.1.1",
  5635. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  5636. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  5637. "dev": true,
  5638. "license": "Apache-2.0",
  5639. "dependencies": {
  5640. "node-int64": "^0.4.0"
  5641. }
  5642. },
  5643. "node_modules/buffer": {
  5644. "version": "5.7.1",
  5645. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  5646. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  5647. "funding": [
  5648. {
  5649. "type": "github",
  5650. "url": "https://github.com/sponsors/feross"
  5651. },
  5652. {
  5653. "type": "patreon",
  5654. "url": "https://www.patreon.com/feross"
  5655. },
  5656. {
  5657. "type": "consulting",
  5658. "url": "https://feross.org/support"
  5659. }
  5660. ],
  5661. "license": "MIT",
  5662. "dependencies": {
  5663. "base64-js": "^1.3.1",
  5664. "ieee754": "^1.1.13"
  5665. }
  5666. },
  5667. "node_modules/buffer-crc32": {
  5668. "version": "0.2.13",
  5669. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  5670. "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
  5671. "dev": true,
  5672. "license": "MIT",
  5673. "engines": {
  5674. "node": "*"
  5675. }
  5676. },
  5677. "node_modules/buffer-from": {
  5678. "version": "1.1.2",
  5679. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5680. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  5681. "license": "MIT"
  5682. },
  5683. "node_modules/busboy": {
  5684. "version": "1.6.0",
  5685. "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
  5686. "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
  5687. "dependencies": {
  5688. "streamsearch": "^1.1.0"
  5689. },
  5690. "engines": {
  5691. "node": ">=10.16.0"
  5692. }
  5693. },
  5694. "node_modules/bytes": {
  5695. "version": "3.1.2",
  5696. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  5697. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  5698. "license": "MIT",
  5699. "engines": {
  5700. "node": ">= 0.8"
  5701. }
  5702. },
  5703. "node_modules/cacache": {
  5704. "version": "15.3.0",
  5705. "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
  5706. "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
  5707. "license": "ISC",
  5708. "optional": true,
  5709. "dependencies": {
  5710. "@npmcli/fs": "^1.0.0",
  5711. "@npmcli/move-file": "^1.0.1",
  5712. "chownr": "^2.0.0",
  5713. "fs-minipass": "^2.0.0",
  5714. "glob": "^7.1.4",
  5715. "infer-owner": "^1.0.4",
  5716. "lru-cache": "^6.0.0",
  5717. "minipass": "^3.1.1",
  5718. "minipass-collect": "^1.0.2",
  5719. "minipass-flush": "^1.0.5",
  5720. "minipass-pipeline": "^1.2.2",
  5721. "mkdirp": "^1.0.3",
  5722. "p-map": "^4.0.0",
  5723. "promise-inflight": "^1.0.1",
  5724. "rimraf": "^3.0.2",
  5725. "ssri": "^8.0.1",
  5726. "tar": "^6.0.2",
  5727. "unique-filename": "^1.1.1"
  5728. },
  5729. "engines": {
  5730. "node": ">= 10"
  5731. }
  5732. },
  5733. "node_modules/cacache/node_modules/glob": {
  5734. "version": "7.2.3",
  5735. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  5736. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5737. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  5738. "license": "ISC",
  5739. "optional": true,
  5740. "dependencies": {
  5741. "fs.realpath": "^1.0.0",
  5742. "inflight": "^1.0.4",
  5743. "inherits": "2",
  5744. "minimatch": "^3.1.1",
  5745. "once": "^1.3.0",
  5746. "path-is-absolute": "^1.0.0"
  5747. },
  5748. "engines": {
  5749. "node": "*"
  5750. },
  5751. "funding": {
  5752. "url": "https://github.com/sponsors/isaacs"
  5753. }
  5754. },
  5755. "node_modules/cacache/node_modules/lru-cache": {
  5756. "version": "6.0.0",
  5757. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  5758. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  5759. "license": "ISC",
  5760. "optional": true,
  5761. "dependencies": {
  5762. "yallist": "^4.0.0"
  5763. },
  5764. "engines": {
  5765. "node": ">=10"
  5766. }
  5767. },
  5768. "node_modules/cacache/node_modules/minipass": {
  5769. "version": "3.3.6",
  5770. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  5771. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  5772. "license": "ISC",
  5773. "optional": true,
  5774. "dependencies": {
  5775. "yallist": "^4.0.0"
  5776. },
  5777. "engines": {
  5778. "node": ">=8"
  5779. }
  5780. },
  5781. "node_modules/cacache/node_modules/yallist": {
  5782. "version": "4.0.0",
  5783. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  5784. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  5785. "license": "ISC",
  5786. "optional": true
  5787. },
  5788. "node_modules/cacheable-lookup": {
  5789. "version": "7.0.0",
  5790. "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
  5791. "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
  5792. "dev": true,
  5793. "license": "MIT",
  5794. "engines": {
  5795. "node": ">=14.16"
  5796. }
  5797. },
  5798. "node_modules/cacheable-request": {
  5799. "version": "10.2.14",
  5800. "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
  5801. "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
  5802. "dev": true,
  5803. "license": "MIT",
  5804. "dependencies": {
  5805. "@types/http-cache-semantics": "^4.0.2",
  5806. "get-stream": "^6.0.1",
  5807. "http-cache-semantics": "^4.1.1",
  5808. "keyv": "^4.5.3",
  5809. "mimic-response": "^4.0.0",
  5810. "normalize-url": "^8.0.0",
  5811. "responselike": "^3.0.0"
  5812. },
  5813. "engines": {
  5814. "node": ">=14.16"
  5815. }
  5816. },
  5817. "node_modules/call-bind": {
  5818. "version": "1.0.8",
  5819. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  5820. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  5821. "license": "MIT",
  5822. "dependencies": {
  5823. "call-bind-apply-helpers": "^1.0.0",
  5824. "es-define-property": "^1.0.0",
  5825. "get-intrinsic": "^1.2.4",
  5826. "set-function-length": "^1.2.2"
  5827. },
  5828. "engines": {
  5829. "node": ">= 0.4"
  5830. },
  5831. "funding": {
  5832. "url": "https://github.com/sponsors/ljharb"
  5833. }
  5834. },
  5835. "node_modules/call-bind-apply-helpers": {
  5836. "version": "1.0.2",
  5837. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  5838. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  5839. "license": "MIT",
  5840. "dependencies": {
  5841. "es-errors": "^1.3.0",
  5842. "function-bind": "^1.1.2"
  5843. },
  5844. "engines": {
  5845. "node": ">= 0.4"
  5846. }
  5847. },
  5848. "node_modules/call-bound": {
  5849. "version": "1.0.4",
  5850. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  5851. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  5852. "license": "MIT",
  5853. "dependencies": {
  5854. "call-bind-apply-helpers": "^1.0.2",
  5855. "get-intrinsic": "^1.3.0"
  5856. },
  5857. "engines": {
  5858. "node": ">= 0.4"
  5859. },
  5860. "funding": {
  5861. "url": "https://github.com/sponsors/ljharb"
  5862. }
  5863. },
  5864. "node_modules/callsites": {
  5865. "version": "3.1.0",
  5866. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  5867. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  5868. "dev": true,
  5869. "license": "MIT",
  5870. "engines": {
  5871. "node": ">=6"
  5872. }
  5873. },
  5874. "node_modules/camelcase": {
  5875. "version": "5.3.1",
  5876. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  5877. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  5878. "dev": true,
  5879. "license": "MIT",
  5880. "engines": {
  5881. "node": ">=6"
  5882. }
  5883. },
  5884. "node_modules/caniuse-lite": {
  5885. "version": "1.0.30001786",
  5886. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001786.tgz",
  5887. "integrity": "sha512-4oxTZEvqmLLrERwxO76yfKM7acZo310U+v4kqexI2TL1DkkUEMT8UijrxxcnVdxR3qkVf5awGRX+4Z6aPHVKrA==",
  5888. "dev": true,
  5889. "funding": [
  5890. {
  5891. "type": "opencollective",
  5892. "url": "https://opencollective.com/browserslist"
  5893. },
  5894. {
  5895. "type": "tidelift",
  5896. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5897. },
  5898. {
  5899. "type": "github",
  5900. "url": "https://github.com/sponsors/ai"
  5901. }
  5902. ],
  5903. "license": "CC-BY-4.0"
  5904. },
  5905. "node_modules/chalk": {
  5906. "version": "4.1.2",
  5907. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  5908. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5909. "dev": true,
  5910. "license": "MIT",
  5911. "dependencies": {
  5912. "ansi-styles": "^4.1.0",
  5913. "supports-color": "^7.1.0"
  5914. },
  5915. "engines": {
  5916. "node": ">=10"
  5917. },
  5918. "funding": {
  5919. "url": "https://github.com/chalk/chalk?sponsor=1"
  5920. }
  5921. },
  5922. "node_modules/char-regex": {
  5923. "version": "1.0.2",
  5924. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  5925. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  5926. "dev": true,
  5927. "license": "MIT",
  5928. "engines": {
  5929. "node": ">=10"
  5930. }
  5931. },
  5932. "node_modules/chardet": {
  5933. "version": "2.1.1",
  5934. "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz",
  5935. "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
  5936. "dev": true,
  5937. "license": "MIT"
  5938. },
  5939. "node_modules/chokidar": {
  5940. "version": "4.0.3",
  5941. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  5942. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  5943. "dev": true,
  5944. "license": "MIT",
  5945. "dependencies": {
  5946. "readdirp": "^4.0.1"
  5947. },
  5948. "engines": {
  5949. "node": ">= 14.16.0"
  5950. },
  5951. "funding": {
  5952. "url": "https://paulmillr.com/funding/"
  5953. }
  5954. },
  5955. "node_modules/chownr": {
  5956. "version": "2.0.0",
  5957. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  5958. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  5959. "license": "ISC",
  5960. "engines": {
  5961. "node": ">=10"
  5962. }
  5963. },
  5964. "node_modules/chrome-trace-event": {
  5965. "version": "1.0.4",
  5966. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
  5967. "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
  5968. "dev": true,
  5969. "license": "MIT",
  5970. "engines": {
  5971. "node": ">=6.0"
  5972. }
  5973. },
  5974. "node_modules/ci-info": {
  5975. "version": "3.9.0",
  5976. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
  5977. "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
  5978. "dev": true,
  5979. "funding": [
  5980. {
  5981. "type": "github",
  5982. "url": "https://github.com/sponsors/sibiraj-s"
  5983. }
  5984. ],
  5985. "license": "MIT",
  5986. "engines": {
  5987. "node": ">=8"
  5988. }
  5989. },
  5990. "node_modules/cjs-module-lexer": {
  5991. "version": "1.4.3",
  5992. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
  5993. "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
  5994. "dev": true,
  5995. "license": "MIT"
  5996. },
  5997. "node_modules/class-transformer": {
  5998. "version": "0.5.1",
  5999. "resolved": "https://registry.npmjs.org/class-transformer/-/class-transformer-0.5.1.tgz",
  6000. "integrity": "sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==",
  6001. "license": "MIT"
  6002. },
  6003. "node_modules/class-validator": {
  6004. "version": "0.15.1",
  6005. "resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.15.1.tgz",
  6006. "integrity": "sha512-LqoS80HBBSCVhz/3KloUly0ovokxpdOLR++Al3J3+dHXWt9sTKlKd4eYtoxhxyUjoe5+UcIM+5k9MIxyBWnRTw==",
  6007. "license": "MIT",
  6008. "dependencies": {
  6009. "@types/validator": "^13.15.3",
  6010. "libphonenumber-js": "^1.11.1",
  6011. "validator": "^13.15.22"
  6012. }
  6013. },
  6014. "node_modules/clean-stack": {
  6015. "version": "2.2.0",
  6016. "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
  6017. "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
  6018. "license": "MIT",
  6019. "optional": true,
  6020. "engines": {
  6021. "node": ">=6"
  6022. }
  6023. },
  6024. "node_modules/cli-cursor": {
  6025. "version": "3.1.0",
  6026. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
  6027. "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
  6028. "dev": true,
  6029. "license": "MIT",
  6030. "dependencies": {
  6031. "restore-cursor": "^3.1.0"
  6032. },
  6033. "engines": {
  6034. "node": ">=8"
  6035. }
  6036. },
  6037. "node_modules/cli-spinners": {
  6038. "version": "2.9.2",
  6039. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
  6040. "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
  6041. "dev": true,
  6042. "license": "MIT",
  6043. "engines": {
  6044. "node": ">=6"
  6045. },
  6046. "funding": {
  6047. "url": "https://github.com/sponsors/sindresorhus"
  6048. }
  6049. },
  6050. "node_modules/cli-table3": {
  6051. "version": "0.6.5",
  6052. "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz",
  6053. "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
  6054. "dev": true,
  6055. "license": "MIT",
  6056. "dependencies": {
  6057. "string-width": "^4.2.0"
  6058. },
  6059. "engines": {
  6060. "node": "10.* || >= 12.*"
  6061. },
  6062. "optionalDependencies": {
  6063. "@colors/colors": "1.5.0"
  6064. }
  6065. },
  6066. "node_modules/cli-width": {
  6067. "version": "4.1.0",
  6068. "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
  6069. "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
  6070. "dev": true,
  6071. "license": "ISC",
  6072. "engines": {
  6073. "node": ">= 12"
  6074. }
  6075. },
  6076. "node_modules/cliui": {
  6077. "version": "8.0.1",
  6078. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  6079. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  6080. "license": "ISC",
  6081. "dependencies": {
  6082. "string-width": "^4.2.0",
  6083. "strip-ansi": "^6.0.1",
  6084. "wrap-ansi": "^7.0.0"
  6085. },
  6086. "engines": {
  6087. "node": ">=12"
  6088. }
  6089. },
  6090. "node_modules/cliui/node_modules/wrap-ansi": {
  6091. "version": "7.0.0",
  6092. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  6093. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  6094. "license": "MIT",
  6095. "dependencies": {
  6096. "ansi-styles": "^4.0.0",
  6097. "string-width": "^4.1.0",
  6098. "strip-ansi": "^6.0.0"
  6099. },
  6100. "engines": {
  6101. "node": ">=10"
  6102. },
  6103. "funding": {
  6104. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6105. }
  6106. },
  6107. "node_modules/clone": {
  6108. "version": "1.0.4",
  6109. "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
  6110. "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
  6111. "dev": true,
  6112. "license": "MIT",
  6113. "engines": {
  6114. "node": ">=0.8"
  6115. }
  6116. },
  6117. "node_modules/co": {
  6118. "version": "4.6.0",
  6119. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  6120. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  6121. "dev": true,
  6122. "license": "MIT",
  6123. "engines": {
  6124. "iojs": ">= 1.0.0",
  6125. "node": ">= 0.12.0"
  6126. }
  6127. },
  6128. "node_modules/collect-v8-coverage": {
  6129. "version": "1.0.3",
  6130. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz",
  6131. "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==",
  6132. "dev": true,
  6133. "license": "MIT"
  6134. },
  6135. "node_modules/color-convert": {
  6136. "version": "2.0.1",
  6137. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  6138. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6139. "license": "MIT",
  6140. "dependencies": {
  6141. "color-name": "~1.1.4"
  6142. },
  6143. "engines": {
  6144. "node": ">=7.0.0"
  6145. }
  6146. },
  6147. "node_modules/color-name": {
  6148. "version": "1.1.4",
  6149. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  6150. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  6151. "license": "MIT"
  6152. },
  6153. "node_modules/color-support": {
  6154. "version": "1.1.3",
  6155. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  6156. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  6157. "license": "ISC",
  6158. "optional": true,
  6159. "bin": {
  6160. "color-support": "bin.js"
  6161. }
  6162. },
  6163. "node_modules/combined-stream": {
  6164. "version": "1.0.8",
  6165. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  6166. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  6167. "dev": true,
  6168. "license": "MIT",
  6169. "dependencies": {
  6170. "delayed-stream": "~1.0.0"
  6171. },
  6172. "engines": {
  6173. "node": ">= 0.8"
  6174. }
  6175. },
  6176. "node_modules/commander": {
  6177. "version": "4.1.1",
  6178. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  6179. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  6180. "dev": true,
  6181. "license": "MIT",
  6182. "engines": {
  6183. "node": ">= 6"
  6184. }
  6185. },
  6186. "node_modules/comment-json": {
  6187. "version": "4.6.2",
  6188. "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.6.2.tgz",
  6189. "integrity": "sha512-R2rze/hDX30uul4NZoIZ76ImSJLFxn/1/ZxtKC1L77y2X1k+yYu1joKbAtMA2Fg3hZrTOiw0I5mwVMo0cf250w==",
  6190. "dev": true,
  6191. "license": "MIT",
  6192. "dependencies": {
  6193. "array-timsort": "^1.0.3",
  6194. "esprima": "^4.0.1"
  6195. },
  6196. "engines": {
  6197. "node": ">= 6"
  6198. }
  6199. },
  6200. "node_modules/component-emitter": {
  6201. "version": "1.3.1",
  6202. "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz",
  6203. "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
  6204. "dev": true,
  6205. "license": "MIT",
  6206. "funding": {
  6207. "url": "https://github.com/sponsors/sindresorhus"
  6208. }
  6209. },
  6210. "node_modules/concat-map": {
  6211. "version": "0.0.1",
  6212. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  6213. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  6214. "devOptional": true,
  6215. "license": "MIT"
  6216. },
  6217. "node_modules/concat-stream": {
  6218. "version": "2.0.0",
  6219. "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
  6220. "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
  6221. "engines": [
  6222. "node >= 6.0"
  6223. ],
  6224. "license": "MIT",
  6225. "dependencies": {
  6226. "buffer-from": "^1.0.0",
  6227. "inherits": "^2.0.3",
  6228. "readable-stream": "^3.0.2",
  6229. "typedarray": "^0.0.6"
  6230. }
  6231. },
  6232. "node_modules/consola": {
  6233. "version": "3.4.2",
  6234. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  6235. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  6236. "license": "MIT",
  6237. "engines": {
  6238. "node": "^14.18.0 || >=16.10.0"
  6239. }
  6240. },
  6241. "node_modules/console-control-strings": {
  6242. "version": "1.1.0",
  6243. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  6244. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
  6245. "license": "ISC",
  6246. "optional": true
  6247. },
  6248. "node_modules/content-disposition": {
  6249. "version": "0.5.4",
  6250. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  6251. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  6252. "dev": true,
  6253. "license": "MIT",
  6254. "dependencies": {
  6255. "safe-buffer": "5.2.1"
  6256. },
  6257. "engines": {
  6258. "node": ">= 0.6"
  6259. }
  6260. },
  6261. "node_modules/content-type": {
  6262. "version": "1.0.5",
  6263. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
  6264. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  6265. "license": "MIT",
  6266. "engines": {
  6267. "node": ">= 0.6"
  6268. }
  6269. },
  6270. "node_modules/convert-source-map": {
  6271. "version": "2.0.0",
  6272. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  6273. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  6274. "dev": true,
  6275. "license": "MIT"
  6276. },
  6277. "node_modules/cookie": {
  6278. "version": "0.7.2",
  6279. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
  6280. "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
  6281. "license": "MIT",
  6282. "engines": {
  6283. "node": ">= 0.6"
  6284. }
  6285. },
  6286. "node_modules/cookie-signature": {
  6287. "version": "1.2.2",
  6288. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
  6289. "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
  6290. "license": "MIT",
  6291. "engines": {
  6292. "node": ">=6.6.0"
  6293. }
  6294. },
  6295. "node_modules/cookiejar": {
  6296. "version": "2.1.4",
  6297. "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz",
  6298. "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==",
  6299. "dev": true,
  6300. "license": "MIT"
  6301. },
  6302. "node_modules/cors": {
  6303. "version": "2.8.6",
  6304. "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
  6305. "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
  6306. "license": "MIT",
  6307. "dependencies": {
  6308. "object-assign": "^4",
  6309. "vary": "^1"
  6310. },
  6311. "engines": {
  6312. "node": ">= 0.10"
  6313. },
  6314. "funding": {
  6315. "type": "opencollective",
  6316. "url": "https://opencollective.com/express"
  6317. }
  6318. },
  6319. "node_modules/cosmiconfig": {
  6320. "version": "8.3.6",
  6321. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
  6322. "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
  6323. "dev": true,
  6324. "license": "MIT",
  6325. "dependencies": {
  6326. "import-fresh": "^3.3.0",
  6327. "js-yaml": "^4.1.0",
  6328. "parse-json": "^5.2.0",
  6329. "path-type": "^4.0.0"
  6330. },
  6331. "engines": {
  6332. "node": ">=14"
  6333. },
  6334. "funding": {
  6335. "url": "https://github.com/sponsors/d-fischer"
  6336. },
  6337. "peerDependencies": {
  6338. "typescript": ">=4.9.5"
  6339. },
  6340. "peerDependenciesMeta": {
  6341. "typescript": {
  6342. "optional": true
  6343. }
  6344. }
  6345. },
  6346. "node_modules/create-jest": {
  6347. "version": "29.7.0",
  6348. "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
  6349. "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==",
  6350. "dev": true,
  6351. "license": "MIT",
  6352. "dependencies": {
  6353. "@jest/types": "^29.6.3",
  6354. "chalk": "^4.0.0",
  6355. "exit": "^0.1.2",
  6356. "graceful-fs": "^4.2.9",
  6357. "jest-config": "^29.7.0",
  6358. "jest-util": "^29.7.0",
  6359. "prompts": "^2.0.1"
  6360. },
  6361. "bin": {
  6362. "create-jest": "bin/create-jest.js"
  6363. },
  6364. "engines": {
  6365. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6366. }
  6367. },
  6368. "node_modules/create-require": {
  6369. "version": "1.1.1",
  6370. "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
  6371. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
  6372. "devOptional": true,
  6373. "license": "MIT"
  6374. },
  6375. "node_modules/cross-spawn": {
  6376. "version": "7.0.6",
  6377. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6378. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6379. "license": "MIT",
  6380. "dependencies": {
  6381. "path-key": "^3.1.0",
  6382. "shebang-command": "^2.0.0",
  6383. "which": "^2.0.1"
  6384. },
  6385. "engines": {
  6386. "node": ">= 8"
  6387. }
  6388. },
  6389. "node_modules/dayjs": {
  6390. "version": "1.11.20",
  6391. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
  6392. "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
  6393. "license": "MIT"
  6394. },
  6395. "node_modules/debug": {
  6396. "version": "4.4.3",
  6397. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  6398. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  6399. "license": "MIT",
  6400. "dependencies": {
  6401. "ms": "^2.1.3"
  6402. },
  6403. "engines": {
  6404. "node": ">=6.0"
  6405. },
  6406. "peerDependenciesMeta": {
  6407. "supports-color": {
  6408. "optional": true
  6409. }
  6410. }
  6411. },
  6412. "node_modules/decompress-response": {
  6413. "version": "6.0.0",
  6414. "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
  6415. "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
  6416. "license": "MIT",
  6417. "dependencies": {
  6418. "mimic-response": "^3.1.0"
  6419. },
  6420. "engines": {
  6421. "node": ">=10"
  6422. },
  6423. "funding": {
  6424. "url": "https://github.com/sponsors/sindresorhus"
  6425. }
  6426. },
  6427. "node_modules/decompress-response/node_modules/mimic-response": {
  6428. "version": "3.1.0",
  6429. "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
  6430. "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
  6431. "license": "MIT",
  6432. "engines": {
  6433. "node": ">=10"
  6434. },
  6435. "funding": {
  6436. "url": "https://github.com/sponsors/sindresorhus"
  6437. }
  6438. },
  6439. "node_modules/dedent": {
  6440. "version": "1.7.2",
  6441. "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.2.tgz",
  6442. "integrity": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==",
  6443. "license": "MIT",
  6444. "peerDependencies": {
  6445. "babel-plugin-macros": "^3.1.0"
  6446. },
  6447. "peerDependenciesMeta": {
  6448. "babel-plugin-macros": {
  6449. "optional": true
  6450. }
  6451. }
  6452. },
  6453. "node_modules/deep-extend": {
  6454. "version": "0.6.0",
  6455. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  6456. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  6457. "license": "MIT",
  6458. "engines": {
  6459. "node": ">=4.0.0"
  6460. }
  6461. },
  6462. "node_modules/deep-is": {
  6463. "version": "0.1.4",
  6464. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  6465. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  6466. "dev": true,
  6467. "license": "MIT"
  6468. },
  6469. "node_modules/deepmerge": {
  6470. "version": "4.3.1",
  6471. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6472. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6473. "dev": true,
  6474. "license": "MIT",
  6475. "engines": {
  6476. "node": ">=0.10.0"
  6477. }
  6478. },
  6479. "node_modules/defaults": {
  6480. "version": "2.0.2",
  6481. "resolved": "https://registry.npmjs.org/defaults/-/defaults-2.0.2.tgz",
  6482. "integrity": "sha512-cuIw0PImdp76AOfgkjbW4VhQODRmNNcKR73vdCH5cLd/ifj7aamfoXvYgfGkEAjNJZ3ozMIy9Gu2LutUkGEPbA==",
  6483. "dev": true,
  6484. "license": "MIT",
  6485. "engines": {
  6486. "node": ">=16"
  6487. },
  6488. "funding": {
  6489. "url": "https://github.com/sponsors/sindresorhus"
  6490. }
  6491. },
  6492. "node_modules/defer-to-connect": {
  6493. "version": "2.0.1",
  6494. "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
  6495. "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==",
  6496. "dev": true,
  6497. "license": "MIT",
  6498. "engines": {
  6499. "node": ">=10"
  6500. }
  6501. },
  6502. "node_modules/define-data-property": {
  6503. "version": "1.1.4",
  6504. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  6505. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  6506. "license": "MIT",
  6507. "dependencies": {
  6508. "es-define-property": "^1.0.0",
  6509. "es-errors": "^1.3.0",
  6510. "gopd": "^1.0.1"
  6511. },
  6512. "engines": {
  6513. "node": ">= 0.4"
  6514. },
  6515. "funding": {
  6516. "url": "https://github.com/sponsors/ljharb"
  6517. }
  6518. },
  6519. "node_modules/define-properties": {
  6520. "version": "1.2.1",
  6521. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  6522. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  6523. "license": "MIT",
  6524. "dependencies": {
  6525. "define-data-property": "^1.0.1",
  6526. "has-property-descriptors": "^1.0.0",
  6527. "object-keys": "^1.1.1"
  6528. },
  6529. "engines": {
  6530. "node": ">= 0.4"
  6531. },
  6532. "funding": {
  6533. "url": "https://github.com/sponsors/ljharb"
  6534. }
  6535. },
  6536. "node_modules/delayed-stream": {
  6537. "version": "1.0.0",
  6538. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  6539. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  6540. "dev": true,
  6541. "license": "MIT",
  6542. "engines": {
  6543. "node": ">=0.4.0"
  6544. }
  6545. },
  6546. "node_modules/delegates": {
  6547. "version": "1.0.0",
  6548. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  6549. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
  6550. "license": "MIT",
  6551. "optional": true
  6552. },
  6553. "node_modules/depd": {
  6554. "version": "2.0.0",
  6555. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6556. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6557. "license": "MIT",
  6558. "engines": {
  6559. "node": ">= 0.8"
  6560. }
  6561. },
  6562. "node_modules/detect-libc": {
  6563. "version": "2.1.2",
  6564. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6565. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6566. "license": "Apache-2.0",
  6567. "engines": {
  6568. "node": ">=8"
  6569. }
  6570. },
  6571. "node_modules/detect-newline": {
  6572. "version": "3.1.0",
  6573. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  6574. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  6575. "dev": true,
  6576. "license": "MIT",
  6577. "engines": {
  6578. "node": ">=8"
  6579. }
  6580. },
  6581. "node_modules/detect-node": {
  6582. "version": "2.1.0",
  6583. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  6584. "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
  6585. "license": "MIT"
  6586. },
  6587. "node_modules/dezalgo": {
  6588. "version": "1.0.4",
  6589. "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
  6590. "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==",
  6591. "dev": true,
  6592. "license": "ISC",
  6593. "dependencies": {
  6594. "asap": "^2.0.0",
  6595. "wrappy": "1"
  6596. }
  6597. },
  6598. "node_modules/diff": {
  6599. "version": "4.0.4",
  6600. "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
  6601. "integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
  6602. "devOptional": true,
  6603. "license": "BSD-3-Clause",
  6604. "engines": {
  6605. "node": ">=0.3.1"
  6606. }
  6607. },
  6608. "node_modules/diff-sequences": {
  6609. "version": "29.6.3",
  6610. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
  6611. "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
  6612. "dev": true,
  6613. "license": "MIT",
  6614. "engines": {
  6615. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6616. }
  6617. },
  6618. "node_modules/dotenv": {
  6619. "version": "16.6.1",
  6620. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  6621. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  6622. "license": "BSD-2-Clause",
  6623. "engines": {
  6624. "node": ">=12"
  6625. },
  6626. "funding": {
  6627. "url": "https://dotenvx.com"
  6628. }
  6629. },
  6630. "node_modules/dunder-proto": {
  6631. "version": "1.0.1",
  6632. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  6633. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  6634. "license": "MIT",
  6635. "dependencies": {
  6636. "call-bind-apply-helpers": "^1.0.1",
  6637. "es-errors": "^1.3.0",
  6638. "gopd": "^1.2.0"
  6639. },
  6640. "engines": {
  6641. "node": ">= 0.4"
  6642. }
  6643. },
  6644. "node_modules/eastasianwidth": {
  6645. "version": "0.2.0",
  6646. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  6647. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6648. "license": "MIT"
  6649. },
  6650. "node_modules/ee-first": {
  6651. "version": "1.1.1",
  6652. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6653. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  6654. "license": "MIT"
  6655. },
  6656. "node_modules/electron-to-chromium": {
  6657. "version": "1.5.331",
  6658. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.331.tgz",
  6659. "integrity": "sha512-IbxXrsTlD3hRodkLnbxAPP4OuJYdWCeM3IOdT+CpcMoIwIoDfCmRpEtSPfwBXxVkg9xmBeY7Lz2Eo2TDn/HC3Q==",
  6660. "dev": true,
  6661. "license": "ISC"
  6662. },
  6663. "node_modules/emittery": {
  6664. "version": "0.13.1",
  6665. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
  6666. "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
  6667. "dev": true,
  6668. "license": "MIT",
  6669. "engines": {
  6670. "node": ">=12"
  6671. },
  6672. "funding": {
  6673. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  6674. }
  6675. },
  6676. "node_modules/emoji-regex": {
  6677. "version": "8.0.0",
  6678. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  6679. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  6680. "license": "MIT"
  6681. },
  6682. "node_modules/encodeurl": {
  6683. "version": "2.0.0",
  6684. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  6685. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  6686. "license": "MIT",
  6687. "engines": {
  6688. "node": ">= 0.8"
  6689. }
  6690. },
  6691. "node_modules/encoding": {
  6692. "version": "0.1.13",
  6693. "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
  6694. "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
  6695. "license": "MIT",
  6696. "optional": true,
  6697. "dependencies": {
  6698. "iconv-lite": "^0.6.2"
  6699. }
  6700. },
  6701. "node_modules/encoding/node_modules/iconv-lite": {
  6702. "version": "0.6.3",
  6703. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  6704. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  6705. "license": "MIT",
  6706. "optional": true,
  6707. "dependencies": {
  6708. "safer-buffer": ">= 2.1.2 < 3.0.0"
  6709. },
  6710. "engines": {
  6711. "node": ">=0.10.0"
  6712. }
  6713. },
  6714. "node_modules/end-of-stream": {
  6715. "version": "1.4.5",
  6716. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
  6717. "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
  6718. "license": "MIT",
  6719. "dependencies": {
  6720. "once": "^1.4.0"
  6721. }
  6722. },
  6723. "node_modules/enhanced-resolve": {
  6724. "version": "5.20.1",
  6725. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
  6726. "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
  6727. "dev": true,
  6728. "license": "MIT",
  6729. "dependencies": {
  6730. "graceful-fs": "^4.2.4",
  6731. "tapable": "^2.3.0"
  6732. },
  6733. "engines": {
  6734. "node": ">=10.13.0"
  6735. }
  6736. },
  6737. "node_modules/env-paths": {
  6738. "version": "2.2.1",
  6739. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  6740. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  6741. "license": "MIT",
  6742. "optional": true,
  6743. "engines": {
  6744. "node": ">=6"
  6745. }
  6746. },
  6747. "node_modules/err-code": {
  6748. "version": "2.0.3",
  6749. "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
  6750. "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",
  6751. "license": "MIT",
  6752. "optional": true
  6753. },
  6754. "node_modules/error-ex": {
  6755. "version": "1.3.4",
  6756. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
  6757. "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
  6758. "dev": true,
  6759. "license": "MIT",
  6760. "dependencies": {
  6761. "is-arrayish": "^0.2.1"
  6762. }
  6763. },
  6764. "node_modules/es-define-property": {
  6765. "version": "1.0.1",
  6766. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  6767. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  6768. "license": "MIT",
  6769. "engines": {
  6770. "node": ">= 0.4"
  6771. }
  6772. },
  6773. "node_modules/es-errors": {
  6774. "version": "1.3.0",
  6775. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  6776. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  6777. "license": "MIT",
  6778. "engines": {
  6779. "node": ">= 0.4"
  6780. }
  6781. },
  6782. "node_modules/es-module-lexer": {
  6783. "version": "2.0.0",
  6784. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
  6785. "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
  6786. "dev": true,
  6787. "license": "MIT"
  6788. },
  6789. "node_modules/es-object-atoms": {
  6790. "version": "1.1.1",
  6791. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  6792. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  6793. "license": "MIT",
  6794. "dependencies": {
  6795. "es-errors": "^1.3.0"
  6796. },
  6797. "engines": {
  6798. "node": ">= 0.4"
  6799. }
  6800. },
  6801. "node_modules/es-set-tostringtag": {
  6802. "version": "2.1.0",
  6803. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  6804. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  6805. "dev": true,
  6806. "license": "MIT",
  6807. "dependencies": {
  6808. "es-errors": "^1.3.0",
  6809. "get-intrinsic": "^1.2.6",
  6810. "has-tostringtag": "^1.0.2",
  6811. "hasown": "^2.0.2"
  6812. },
  6813. "engines": {
  6814. "node": ">= 0.4"
  6815. }
  6816. },
  6817. "node_modules/es6-error": {
  6818. "version": "4.1.1",
  6819. "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
  6820. "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
  6821. "license": "MIT"
  6822. },
  6823. "node_modules/escalade": {
  6824. "version": "3.2.0",
  6825. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  6826. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  6827. "license": "MIT",
  6828. "engines": {
  6829. "node": ">=6"
  6830. }
  6831. },
  6832. "node_modules/escape-html": {
  6833. "version": "1.0.3",
  6834. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  6835. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  6836. "license": "MIT"
  6837. },
  6838. "node_modules/escape-string-regexp": {
  6839. "version": "4.0.0",
  6840. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  6841. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  6842. "license": "MIT",
  6843. "engines": {
  6844. "node": ">=10"
  6845. },
  6846. "funding": {
  6847. "url": "https://github.com/sponsors/sindresorhus"
  6848. }
  6849. },
  6850. "node_modules/eslint": {
  6851. "version": "9.39.4",
  6852. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz",
  6853. "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==",
  6854. "dev": true,
  6855. "license": "MIT",
  6856. "dependencies": {
  6857. "@eslint-community/eslint-utils": "^4.8.0",
  6858. "@eslint-community/regexpp": "^4.12.1",
  6859. "@eslint/config-array": "^0.21.2",
  6860. "@eslint/config-helpers": "^0.4.2",
  6861. "@eslint/core": "^0.17.0",
  6862. "@eslint/eslintrc": "^3.3.5",
  6863. "@eslint/js": "9.39.4",
  6864. "@eslint/plugin-kit": "^0.4.1",
  6865. "@humanfs/node": "^0.16.6",
  6866. "@humanwhocodes/module-importer": "^1.0.1",
  6867. "@humanwhocodes/retry": "^0.4.2",
  6868. "@types/estree": "^1.0.6",
  6869. "ajv": "^6.14.0",
  6870. "chalk": "^4.0.0",
  6871. "cross-spawn": "^7.0.6",
  6872. "debug": "^4.3.2",
  6873. "escape-string-regexp": "^4.0.0",
  6874. "eslint-scope": "^8.4.0",
  6875. "eslint-visitor-keys": "^4.2.1",
  6876. "espree": "^10.4.0",
  6877. "esquery": "^1.5.0",
  6878. "esutils": "^2.0.2",
  6879. "fast-deep-equal": "^3.1.3",
  6880. "file-entry-cache": "^8.0.0",
  6881. "find-up": "^5.0.0",
  6882. "glob-parent": "^6.0.2",
  6883. "ignore": "^5.2.0",
  6884. "imurmurhash": "^0.1.4",
  6885. "is-glob": "^4.0.0",
  6886. "json-stable-stringify-without-jsonify": "^1.0.1",
  6887. "lodash.merge": "^4.6.2",
  6888. "minimatch": "^3.1.5",
  6889. "natural-compare": "^1.4.0",
  6890. "optionator": "^0.9.3"
  6891. },
  6892. "bin": {
  6893. "eslint": "bin/eslint.js"
  6894. },
  6895. "engines": {
  6896. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6897. },
  6898. "funding": {
  6899. "url": "https://eslint.org/donate"
  6900. },
  6901. "peerDependencies": {
  6902. "jiti": "*"
  6903. },
  6904. "peerDependenciesMeta": {
  6905. "jiti": {
  6906. "optional": true
  6907. }
  6908. }
  6909. },
  6910. "node_modules/eslint-config-prettier": {
  6911. "version": "10.1.8",
  6912. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz",
  6913. "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
  6914. "dev": true,
  6915. "license": "MIT",
  6916. "bin": {
  6917. "eslint-config-prettier": "bin/cli.js"
  6918. },
  6919. "funding": {
  6920. "url": "https://opencollective.com/eslint-config-prettier"
  6921. },
  6922. "peerDependencies": {
  6923. "eslint": ">=7.0.0"
  6924. }
  6925. },
  6926. "node_modules/eslint-plugin-prettier": {
  6927. "version": "5.5.5",
  6928. "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz",
  6929. "integrity": "sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==",
  6930. "dev": true,
  6931. "license": "MIT",
  6932. "dependencies": {
  6933. "prettier-linter-helpers": "^1.0.1",
  6934. "synckit": "^0.11.12"
  6935. },
  6936. "engines": {
  6937. "node": "^14.18.0 || >=16.0.0"
  6938. },
  6939. "funding": {
  6940. "url": "https://opencollective.com/eslint-plugin-prettier"
  6941. },
  6942. "peerDependencies": {
  6943. "@types/eslint": ">=8.0.0",
  6944. "eslint": ">=8.0.0",
  6945. "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
  6946. "prettier": ">=3.0.0"
  6947. },
  6948. "peerDependenciesMeta": {
  6949. "@types/eslint": {
  6950. "optional": true
  6951. },
  6952. "eslint-config-prettier": {
  6953. "optional": true
  6954. }
  6955. }
  6956. },
  6957. "node_modules/eslint-scope": {
  6958. "version": "8.4.0",
  6959. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  6960. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  6961. "dev": true,
  6962. "license": "BSD-2-Clause",
  6963. "dependencies": {
  6964. "esrecurse": "^4.3.0",
  6965. "estraverse": "^5.2.0"
  6966. },
  6967. "engines": {
  6968. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6969. },
  6970. "funding": {
  6971. "url": "https://opencollective.com/eslint"
  6972. }
  6973. },
  6974. "node_modules/eslint-visitor-keys": {
  6975. "version": "4.2.1",
  6976. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  6977. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  6978. "dev": true,
  6979. "license": "Apache-2.0",
  6980. "engines": {
  6981. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6982. },
  6983. "funding": {
  6984. "url": "https://opencollective.com/eslint"
  6985. }
  6986. },
  6987. "node_modules/espree": {
  6988. "version": "10.4.0",
  6989. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  6990. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  6991. "dev": true,
  6992. "license": "BSD-2-Clause",
  6993. "dependencies": {
  6994. "acorn": "^8.15.0",
  6995. "acorn-jsx": "^5.3.2",
  6996. "eslint-visitor-keys": "^4.2.1"
  6997. },
  6998. "engines": {
  6999. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  7000. },
  7001. "funding": {
  7002. "url": "https://opencollective.com/eslint"
  7003. }
  7004. },
  7005. "node_modules/esprima": {
  7006. "version": "4.0.1",
  7007. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  7008. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  7009. "dev": true,
  7010. "license": "BSD-2-Clause",
  7011. "bin": {
  7012. "esparse": "bin/esparse.js",
  7013. "esvalidate": "bin/esvalidate.js"
  7014. },
  7015. "engines": {
  7016. "node": ">=4"
  7017. }
  7018. },
  7019. "node_modules/esquery": {
  7020. "version": "1.7.0",
  7021. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
  7022. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  7023. "dev": true,
  7024. "license": "BSD-3-Clause",
  7025. "dependencies": {
  7026. "estraverse": "^5.1.0"
  7027. },
  7028. "engines": {
  7029. "node": ">=0.10"
  7030. }
  7031. },
  7032. "node_modules/esrecurse": {
  7033. "version": "4.3.0",
  7034. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  7035. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  7036. "dev": true,
  7037. "license": "BSD-2-Clause",
  7038. "dependencies": {
  7039. "estraverse": "^5.2.0"
  7040. },
  7041. "engines": {
  7042. "node": ">=4.0"
  7043. }
  7044. },
  7045. "node_modules/estraverse": {
  7046. "version": "5.3.0",
  7047. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  7048. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  7049. "dev": true,
  7050. "license": "BSD-2-Clause",
  7051. "engines": {
  7052. "node": ">=4.0"
  7053. }
  7054. },
  7055. "node_modules/esutils": {
  7056. "version": "2.0.3",
  7057. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  7058. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  7059. "dev": true,
  7060. "license": "BSD-2-Clause",
  7061. "engines": {
  7062. "node": ">=0.10.0"
  7063. }
  7064. },
  7065. "node_modules/etag": {
  7066. "version": "1.8.1",
  7067. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  7068. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7069. "license": "MIT",
  7070. "engines": {
  7071. "node": ">= 0.6"
  7072. }
  7073. },
  7074. "node_modules/events": {
  7075. "version": "3.3.0",
  7076. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  7077. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7078. "dev": true,
  7079. "license": "MIT",
  7080. "engines": {
  7081. "node": ">=0.8.x"
  7082. }
  7083. },
  7084. "node_modules/events-universal": {
  7085. "version": "1.0.1",
  7086. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  7087. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  7088. "dev": true,
  7089. "license": "Apache-2.0",
  7090. "dependencies": {
  7091. "bare-events": "^2.7.0"
  7092. }
  7093. },
  7094. "node_modules/execa": {
  7095. "version": "5.1.1",
  7096. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  7097. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  7098. "dev": true,
  7099. "license": "MIT",
  7100. "dependencies": {
  7101. "cross-spawn": "^7.0.3",
  7102. "get-stream": "^6.0.0",
  7103. "human-signals": "^2.1.0",
  7104. "is-stream": "^2.0.0",
  7105. "merge-stream": "^2.0.0",
  7106. "npm-run-path": "^4.0.1",
  7107. "onetime": "^5.1.2",
  7108. "signal-exit": "^3.0.3",
  7109. "strip-final-newline": "^2.0.0"
  7110. },
  7111. "engines": {
  7112. "node": ">=10"
  7113. },
  7114. "funding": {
  7115. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7116. }
  7117. },
  7118. "node_modules/execa/node_modules/signal-exit": {
  7119. "version": "3.0.7",
  7120. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  7121. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  7122. "dev": true,
  7123. "license": "ISC"
  7124. },
  7125. "node_modules/exit": {
  7126. "version": "0.1.2",
  7127. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  7128. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  7129. "dev": true,
  7130. "engines": {
  7131. "node": ">= 0.8.0"
  7132. }
  7133. },
  7134. "node_modules/expand-template": {
  7135. "version": "2.0.3",
  7136. "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
  7137. "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
  7138. "license": "(MIT OR WTFPL)",
  7139. "engines": {
  7140. "node": ">=6"
  7141. }
  7142. },
  7143. "node_modules/expect": {
  7144. "version": "29.7.0",
  7145. "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
  7146. "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
  7147. "dev": true,
  7148. "license": "MIT",
  7149. "dependencies": {
  7150. "@jest/expect-utils": "^29.7.0",
  7151. "jest-get-type": "^29.6.3",
  7152. "jest-matcher-utils": "^29.7.0",
  7153. "jest-message-util": "^29.7.0",
  7154. "jest-util": "^29.7.0"
  7155. },
  7156. "engines": {
  7157. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7158. }
  7159. },
  7160. "node_modules/express": {
  7161. "version": "5.2.1",
  7162. "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
  7163. "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
  7164. "license": "MIT",
  7165. "dependencies": {
  7166. "accepts": "^2.0.0",
  7167. "body-parser": "^2.2.1",
  7168. "content-disposition": "^1.0.0",
  7169. "content-type": "^1.0.5",
  7170. "cookie": "^0.7.1",
  7171. "cookie-signature": "^1.2.1",
  7172. "debug": "^4.4.0",
  7173. "depd": "^2.0.0",
  7174. "encodeurl": "^2.0.0",
  7175. "escape-html": "^1.0.3",
  7176. "etag": "^1.8.1",
  7177. "finalhandler": "^2.1.0",
  7178. "fresh": "^2.0.0",
  7179. "http-errors": "^2.0.0",
  7180. "merge-descriptors": "^2.0.0",
  7181. "mime-types": "^3.0.0",
  7182. "on-finished": "^2.4.1",
  7183. "once": "^1.4.0",
  7184. "parseurl": "^1.3.3",
  7185. "proxy-addr": "^2.0.7",
  7186. "qs": "^6.14.0",
  7187. "range-parser": "^1.2.1",
  7188. "router": "^2.2.0",
  7189. "send": "^1.1.0",
  7190. "serve-static": "^2.2.0",
  7191. "statuses": "^2.0.1",
  7192. "type-is": "^2.0.1",
  7193. "vary": "^1.1.2"
  7194. },
  7195. "engines": {
  7196. "node": ">= 18"
  7197. },
  7198. "funding": {
  7199. "type": "opencollective",
  7200. "url": "https://opencollective.com/express"
  7201. }
  7202. },
  7203. "node_modules/express/node_modules/content-disposition": {
  7204. "version": "1.0.1",
  7205. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
  7206. "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
  7207. "license": "MIT",
  7208. "engines": {
  7209. "node": ">=18"
  7210. },
  7211. "funding": {
  7212. "type": "opencollective",
  7213. "url": "https://opencollective.com/express"
  7214. }
  7215. },
  7216. "node_modules/ext-list": {
  7217. "version": "2.2.2",
  7218. "resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz",
  7219. "integrity": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==",
  7220. "dev": true,
  7221. "license": "MIT",
  7222. "dependencies": {
  7223. "mime-db": "^1.28.0"
  7224. },
  7225. "engines": {
  7226. "node": ">=0.10.0"
  7227. }
  7228. },
  7229. "node_modules/ext-name": {
  7230. "version": "5.0.0",
  7231. "resolved": "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz",
  7232. "integrity": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==",
  7233. "dev": true,
  7234. "license": "MIT",
  7235. "dependencies": {
  7236. "ext-list": "^2.0.0",
  7237. "sort-keys-length": "^1.0.0"
  7238. },
  7239. "engines": {
  7240. "node": ">=4"
  7241. }
  7242. },
  7243. "node_modules/fast-deep-equal": {
  7244. "version": "3.1.3",
  7245. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  7246. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  7247. "dev": true,
  7248. "license": "MIT"
  7249. },
  7250. "node_modules/fast-diff": {
  7251. "version": "1.3.0",
  7252. "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
  7253. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  7254. "dev": true,
  7255. "license": "Apache-2.0"
  7256. },
  7257. "node_modules/fast-fifo": {
  7258. "version": "1.3.2",
  7259. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  7260. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  7261. "dev": true,
  7262. "license": "MIT"
  7263. },
  7264. "node_modules/fast-glob": {
  7265. "version": "3.3.3",
  7266. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  7267. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  7268. "dev": true,
  7269. "license": "MIT",
  7270. "dependencies": {
  7271. "@nodelib/fs.stat": "^2.0.2",
  7272. "@nodelib/fs.walk": "^1.2.3",
  7273. "glob-parent": "^5.1.2",
  7274. "merge2": "^1.3.0",
  7275. "micromatch": "^4.0.8"
  7276. },
  7277. "engines": {
  7278. "node": ">=8.6.0"
  7279. }
  7280. },
  7281. "node_modules/fast-glob/node_modules/glob-parent": {
  7282. "version": "5.1.2",
  7283. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7284. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7285. "dev": true,
  7286. "license": "ISC",
  7287. "dependencies": {
  7288. "is-glob": "^4.0.1"
  7289. },
  7290. "engines": {
  7291. "node": ">= 6"
  7292. }
  7293. },
  7294. "node_modules/fast-json-stable-stringify": {
  7295. "version": "2.1.0",
  7296. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  7297. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  7298. "dev": true,
  7299. "license": "MIT"
  7300. },
  7301. "node_modules/fast-levenshtein": {
  7302. "version": "2.0.6",
  7303. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  7304. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  7305. "dev": true,
  7306. "license": "MIT"
  7307. },
  7308. "node_modules/fast-safe-stringify": {
  7309. "version": "2.1.1",
  7310. "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
  7311. "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
  7312. "license": "MIT"
  7313. },
  7314. "node_modules/fast-uri": {
  7315. "version": "3.1.0",
  7316. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
  7317. "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
  7318. "dev": true,
  7319. "funding": [
  7320. {
  7321. "type": "github",
  7322. "url": "https://github.com/sponsors/fastify"
  7323. },
  7324. {
  7325. "type": "opencollective",
  7326. "url": "https://opencollective.com/fastify"
  7327. }
  7328. ],
  7329. "license": "BSD-3-Clause"
  7330. },
  7331. "node_modules/fastq": {
  7332. "version": "1.20.1",
  7333. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  7334. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  7335. "dev": true,
  7336. "license": "ISC",
  7337. "dependencies": {
  7338. "reusify": "^1.0.4"
  7339. }
  7340. },
  7341. "node_modules/fb-watchman": {
  7342. "version": "2.0.2",
  7343. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
  7344. "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
  7345. "dev": true,
  7346. "license": "Apache-2.0",
  7347. "dependencies": {
  7348. "bser": "2.1.1"
  7349. }
  7350. },
  7351. "node_modules/fdir": {
  7352. "version": "6.5.0",
  7353. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  7354. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  7355. "dev": true,
  7356. "license": "MIT",
  7357. "engines": {
  7358. "node": ">=12.0.0"
  7359. },
  7360. "peerDependencies": {
  7361. "picomatch": "^3 || ^4"
  7362. },
  7363. "peerDependenciesMeta": {
  7364. "picomatch": {
  7365. "optional": true
  7366. }
  7367. }
  7368. },
  7369. "node_modules/fflate": {
  7370. "version": "0.8.2",
  7371. "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
  7372. "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
  7373. "dev": true,
  7374. "license": "MIT"
  7375. },
  7376. "node_modules/file-entry-cache": {
  7377. "version": "8.0.0",
  7378. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  7379. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  7380. "dev": true,
  7381. "license": "MIT",
  7382. "dependencies": {
  7383. "flat-cache": "^4.0.0"
  7384. },
  7385. "engines": {
  7386. "node": ">=16.0.0"
  7387. }
  7388. },
  7389. "node_modules/file-type": {
  7390. "version": "21.3.4",
  7391. "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.4.tgz",
  7392. "integrity": "sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g==",
  7393. "license": "MIT",
  7394. "dependencies": {
  7395. "@tokenizer/inflate": "^0.4.1",
  7396. "strtok3": "^10.3.4",
  7397. "token-types": "^6.1.1",
  7398. "uint8array-extras": "^1.4.0"
  7399. },
  7400. "engines": {
  7401. "node": ">=20"
  7402. },
  7403. "funding": {
  7404. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  7405. }
  7406. },
  7407. "node_modules/file-uri-to-path": {
  7408. "version": "1.0.0",
  7409. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  7410. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  7411. "license": "MIT"
  7412. },
  7413. "node_modules/filename-reserved-regex": {
  7414. "version": "3.0.0",
  7415. "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-3.0.0.tgz",
  7416. "integrity": "sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==",
  7417. "dev": true,
  7418. "license": "MIT",
  7419. "engines": {
  7420. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7421. },
  7422. "funding": {
  7423. "url": "https://github.com/sponsors/sindresorhus"
  7424. }
  7425. },
  7426. "node_modules/filenamify": {
  7427. "version": "6.0.0",
  7428. "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-6.0.0.tgz",
  7429. "integrity": "sha512-vqIlNogKeyD3yzrm0yhRMQg8hOVwYcYRfjEoODd49iCprMn4HL85gK3HcykQE53EPIpX3HcAbGA5ELQv216dAQ==",
  7430. "dev": true,
  7431. "license": "MIT",
  7432. "dependencies": {
  7433. "filename-reserved-regex": "^3.0.0"
  7434. },
  7435. "engines": {
  7436. "node": ">=16"
  7437. },
  7438. "funding": {
  7439. "url": "https://github.com/sponsors/sindresorhus"
  7440. }
  7441. },
  7442. "node_modules/fill-range": {
  7443. "version": "7.1.1",
  7444. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  7445. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  7446. "dev": true,
  7447. "license": "MIT",
  7448. "dependencies": {
  7449. "to-regex-range": "^5.0.1"
  7450. },
  7451. "engines": {
  7452. "node": ">=8"
  7453. }
  7454. },
  7455. "node_modules/finalhandler": {
  7456. "version": "2.1.1",
  7457. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
  7458. "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
  7459. "license": "MIT",
  7460. "dependencies": {
  7461. "debug": "^4.4.0",
  7462. "encodeurl": "^2.0.0",
  7463. "escape-html": "^1.0.3",
  7464. "on-finished": "^2.4.1",
  7465. "parseurl": "^1.3.3",
  7466. "statuses": "^2.0.1"
  7467. },
  7468. "engines": {
  7469. "node": ">= 18.0.0"
  7470. },
  7471. "funding": {
  7472. "type": "opencollective",
  7473. "url": "https://opencollective.com/express"
  7474. }
  7475. },
  7476. "node_modules/find-up": {
  7477. "version": "5.0.0",
  7478. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  7479. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  7480. "dev": true,
  7481. "license": "MIT",
  7482. "dependencies": {
  7483. "locate-path": "^6.0.0",
  7484. "path-exists": "^4.0.0"
  7485. },
  7486. "engines": {
  7487. "node": ">=10"
  7488. },
  7489. "funding": {
  7490. "url": "https://github.com/sponsors/sindresorhus"
  7491. }
  7492. },
  7493. "node_modules/find-versions": {
  7494. "version": "5.1.0",
  7495. "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-5.1.0.tgz",
  7496. "integrity": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==",
  7497. "dev": true,
  7498. "license": "MIT",
  7499. "dependencies": {
  7500. "semver-regex": "^4.0.5"
  7501. },
  7502. "engines": {
  7503. "node": ">=12"
  7504. },
  7505. "funding": {
  7506. "url": "https://github.com/sponsors/sindresorhus"
  7507. }
  7508. },
  7509. "node_modules/flat-cache": {
  7510. "version": "4.0.1",
  7511. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  7512. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  7513. "dev": true,
  7514. "license": "MIT",
  7515. "dependencies": {
  7516. "flatted": "^3.2.9",
  7517. "keyv": "^4.5.4"
  7518. },
  7519. "engines": {
  7520. "node": ">=16"
  7521. }
  7522. },
  7523. "node_modules/flatted": {
  7524. "version": "3.4.2",
  7525. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  7526. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  7527. "dev": true,
  7528. "license": "ISC"
  7529. },
  7530. "node_modules/for-each": {
  7531. "version": "0.3.5",
  7532. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  7533. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  7534. "license": "MIT",
  7535. "dependencies": {
  7536. "is-callable": "^1.2.7"
  7537. },
  7538. "engines": {
  7539. "node": ">= 0.4"
  7540. },
  7541. "funding": {
  7542. "url": "https://github.com/sponsors/ljharb"
  7543. }
  7544. },
  7545. "node_modules/foreground-child": {
  7546. "version": "3.3.1",
  7547. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  7548. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  7549. "license": "ISC",
  7550. "dependencies": {
  7551. "cross-spawn": "^7.0.6",
  7552. "signal-exit": "^4.0.1"
  7553. },
  7554. "engines": {
  7555. "node": ">=14"
  7556. },
  7557. "funding": {
  7558. "url": "https://github.com/sponsors/isaacs"
  7559. }
  7560. },
  7561. "node_modules/fork-ts-checker-webpack-plugin": {
  7562. "version": "9.1.0",
  7563. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-9.1.0.tgz",
  7564. "integrity": "sha512-mpafl89VFPJmhnJ1ssH+8wmM2b50n+Rew5x42NeI2U78aRWgtkEtGmctp7iT16UjquJTjorEmIfESj3DxdW84Q==",
  7565. "dev": true,
  7566. "license": "MIT",
  7567. "dependencies": {
  7568. "@babel/code-frame": "^7.16.7",
  7569. "chalk": "^4.1.2",
  7570. "chokidar": "^4.0.1",
  7571. "cosmiconfig": "^8.2.0",
  7572. "deepmerge": "^4.2.2",
  7573. "fs-extra": "^10.0.0",
  7574. "memfs": "^3.4.1",
  7575. "minimatch": "^3.0.4",
  7576. "node-abort-controller": "^3.0.1",
  7577. "schema-utils": "^3.1.1",
  7578. "semver": "^7.3.5",
  7579. "tapable": "^2.2.1"
  7580. },
  7581. "engines": {
  7582. "node": ">=14.21.3"
  7583. },
  7584. "peerDependencies": {
  7585. "typescript": ">3.6.0",
  7586. "webpack": "^5.11.0"
  7587. }
  7588. },
  7589. "node_modules/form-data": {
  7590. "version": "4.0.5",
  7591. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
  7592. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  7593. "dev": true,
  7594. "license": "MIT",
  7595. "dependencies": {
  7596. "asynckit": "^0.4.0",
  7597. "combined-stream": "^1.0.8",
  7598. "es-set-tostringtag": "^2.1.0",
  7599. "hasown": "^2.0.2",
  7600. "mime-types": "^2.1.12"
  7601. },
  7602. "engines": {
  7603. "node": ">= 6"
  7604. }
  7605. },
  7606. "node_modules/form-data-encoder": {
  7607. "version": "2.1.4",
  7608. "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
  7609. "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
  7610. "dev": true,
  7611. "license": "MIT",
  7612. "engines": {
  7613. "node": ">= 14.17"
  7614. }
  7615. },
  7616. "node_modules/form-data/node_modules/mime-db": {
  7617. "version": "1.52.0",
  7618. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  7619. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  7620. "dev": true,
  7621. "license": "MIT",
  7622. "engines": {
  7623. "node": ">= 0.6"
  7624. }
  7625. },
  7626. "node_modules/form-data/node_modules/mime-types": {
  7627. "version": "2.1.35",
  7628. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  7629. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  7630. "dev": true,
  7631. "license": "MIT",
  7632. "dependencies": {
  7633. "mime-db": "1.52.0"
  7634. },
  7635. "engines": {
  7636. "node": ">= 0.6"
  7637. }
  7638. },
  7639. "node_modules/formidable": {
  7640. "version": "3.5.4",
  7641. "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.4.tgz",
  7642. "integrity": "sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==",
  7643. "dev": true,
  7644. "license": "MIT",
  7645. "dependencies": {
  7646. "@paralleldrive/cuid2": "^2.2.2",
  7647. "dezalgo": "^1.0.4",
  7648. "once": "^1.4.0"
  7649. },
  7650. "engines": {
  7651. "node": ">=14.0.0"
  7652. },
  7653. "funding": {
  7654. "url": "https://ko-fi.com/tunnckoCore/commissions"
  7655. }
  7656. },
  7657. "node_modules/forwarded": {
  7658. "version": "0.2.0",
  7659. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  7660. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  7661. "license": "MIT",
  7662. "engines": {
  7663. "node": ">= 0.6"
  7664. }
  7665. },
  7666. "node_modules/fresh": {
  7667. "version": "2.0.0",
  7668. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  7669. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  7670. "license": "MIT",
  7671. "engines": {
  7672. "node": ">= 0.8"
  7673. }
  7674. },
  7675. "node_modules/fs-constants": {
  7676. "version": "1.0.0",
  7677. "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
  7678. "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
  7679. "license": "MIT"
  7680. },
  7681. "node_modules/fs-extra": {
  7682. "version": "10.1.0",
  7683. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  7684. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  7685. "dev": true,
  7686. "license": "MIT",
  7687. "dependencies": {
  7688. "graceful-fs": "^4.2.0",
  7689. "jsonfile": "^6.0.1",
  7690. "universalify": "^2.0.0"
  7691. },
  7692. "engines": {
  7693. "node": ">=12"
  7694. }
  7695. },
  7696. "node_modules/fs-minipass": {
  7697. "version": "2.1.0",
  7698. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  7699. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  7700. "license": "ISC",
  7701. "dependencies": {
  7702. "minipass": "^3.0.0"
  7703. },
  7704. "engines": {
  7705. "node": ">= 8"
  7706. }
  7707. },
  7708. "node_modules/fs-minipass/node_modules/minipass": {
  7709. "version": "3.3.6",
  7710. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  7711. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  7712. "license": "ISC",
  7713. "dependencies": {
  7714. "yallist": "^4.0.0"
  7715. },
  7716. "engines": {
  7717. "node": ">=8"
  7718. }
  7719. },
  7720. "node_modules/fs-minipass/node_modules/yallist": {
  7721. "version": "4.0.0",
  7722. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7723. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  7724. "license": "ISC"
  7725. },
  7726. "node_modules/fs-monkey": {
  7727. "version": "1.1.0",
  7728. "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.1.0.tgz",
  7729. "integrity": "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==",
  7730. "dev": true,
  7731. "license": "Unlicense"
  7732. },
  7733. "node_modules/fs.realpath": {
  7734. "version": "1.0.0",
  7735. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  7736. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  7737. "devOptional": true,
  7738. "license": "ISC"
  7739. },
  7740. "node_modules/fsevents": {
  7741. "version": "2.3.3",
  7742. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  7743. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  7744. "dev": true,
  7745. "hasInstallScript": true,
  7746. "license": "MIT",
  7747. "optional": true,
  7748. "os": [
  7749. "darwin"
  7750. ],
  7751. "engines": {
  7752. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  7753. }
  7754. },
  7755. "node_modules/function-bind": {
  7756. "version": "1.1.2",
  7757. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  7758. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  7759. "license": "MIT",
  7760. "funding": {
  7761. "url": "https://github.com/sponsors/ljharb"
  7762. }
  7763. },
  7764. "node_modules/gauge": {
  7765. "version": "4.0.4",
  7766. "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
  7767. "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
  7768. "deprecated": "This package is no longer supported.",
  7769. "license": "ISC",
  7770. "optional": true,
  7771. "dependencies": {
  7772. "aproba": "^1.0.3 || ^2.0.0",
  7773. "color-support": "^1.1.3",
  7774. "console-control-strings": "^1.1.0",
  7775. "has-unicode": "^2.0.1",
  7776. "signal-exit": "^3.0.7",
  7777. "string-width": "^4.2.3",
  7778. "strip-ansi": "^6.0.1",
  7779. "wide-align": "^1.1.5"
  7780. },
  7781. "engines": {
  7782. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  7783. }
  7784. },
  7785. "node_modules/gauge/node_modules/signal-exit": {
  7786. "version": "3.0.7",
  7787. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  7788. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  7789. "license": "ISC",
  7790. "optional": true
  7791. },
  7792. "node_modules/gensync": {
  7793. "version": "1.0.0-beta.2",
  7794. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  7795. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  7796. "dev": true,
  7797. "license": "MIT",
  7798. "engines": {
  7799. "node": ">=6.9.0"
  7800. }
  7801. },
  7802. "node_modules/get-caller-file": {
  7803. "version": "2.0.5",
  7804. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  7805. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  7806. "license": "ISC",
  7807. "engines": {
  7808. "node": "6.* || 8.* || >= 10.*"
  7809. }
  7810. },
  7811. "node_modules/get-intrinsic": {
  7812. "version": "1.3.0",
  7813. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  7814. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  7815. "license": "MIT",
  7816. "dependencies": {
  7817. "call-bind-apply-helpers": "^1.0.2",
  7818. "es-define-property": "^1.0.1",
  7819. "es-errors": "^1.3.0",
  7820. "es-object-atoms": "^1.1.1",
  7821. "function-bind": "^1.1.2",
  7822. "get-proto": "^1.0.1",
  7823. "gopd": "^1.2.0",
  7824. "has-symbols": "^1.1.0",
  7825. "hasown": "^2.0.2",
  7826. "math-intrinsics": "^1.1.0"
  7827. },
  7828. "engines": {
  7829. "node": ">= 0.4"
  7830. },
  7831. "funding": {
  7832. "url": "https://github.com/sponsors/ljharb"
  7833. }
  7834. },
  7835. "node_modules/get-package-type": {
  7836. "version": "0.1.0",
  7837. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  7838. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  7839. "dev": true,
  7840. "license": "MIT",
  7841. "engines": {
  7842. "node": ">=8.0.0"
  7843. }
  7844. },
  7845. "node_modules/get-proto": {
  7846. "version": "1.0.1",
  7847. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  7848. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  7849. "license": "MIT",
  7850. "dependencies": {
  7851. "dunder-proto": "^1.0.1",
  7852. "es-object-atoms": "^1.0.0"
  7853. },
  7854. "engines": {
  7855. "node": ">= 0.4"
  7856. }
  7857. },
  7858. "node_modules/get-stream": {
  7859. "version": "6.0.1",
  7860. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  7861. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  7862. "dev": true,
  7863. "license": "MIT",
  7864. "engines": {
  7865. "node": ">=10"
  7866. },
  7867. "funding": {
  7868. "url": "https://github.com/sponsors/sindresorhus"
  7869. }
  7870. },
  7871. "node_modules/github-from-package": {
  7872. "version": "0.0.0",
  7873. "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
  7874. "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
  7875. "license": "MIT"
  7876. },
  7877. "node_modules/glob": {
  7878. "version": "13.0.6",
  7879. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  7880. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  7881. "dev": true,
  7882. "license": "BlueOak-1.0.0",
  7883. "dependencies": {
  7884. "minimatch": "^10.2.2",
  7885. "minipass": "^7.1.3",
  7886. "path-scurry": "^2.0.2"
  7887. },
  7888. "engines": {
  7889. "node": "18 || 20 || >=22"
  7890. },
  7891. "funding": {
  7892. "url": "https://github.com/sponsors/isaacs"
  7893. }
  7894. },
  7895. "node_modules/glob-parent": {
  7896. "version": "6.0.2",
  7897. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  7898. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  7899. "dev": true,
  7900. "license": "ISC",
  7901. "dependencies": {
  7902. "is-glob": "^4.0.3"
  7903. },
  7904. "engines": {
  7905. "node": ">=10.13.0"
  7906. }
  7907. },
  7908. "node_modules/glob-to-regexp": {
  7909. "version": "0.4.1",
  7910. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  7911. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
  7912. "dev": true,
  7913. "license": "BSD-2-Clause"
  7914. },
  7915. "node_modules/glob/node_modules/balanced-match": {
  7916. "version": "4.0.4",
  7917. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  7918. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  7919. "dev": true,
  7920. "license": "MIT",
  7921. "engines": {
  7922. "node": "18 || 20 || >=22"
  7923. }
  7924. },
  7925. "node_modules/glob/node_modules/brace-expansion": {
  7926. "version": "5.0.5",
  7927. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  7928. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  7929. "dev": true,
  7930. "license": "MIT",
  7931. "dependencies": {
  7932. "balanced-match": "^4.0.2"
  7933. },
  7934. "engines": {
  7935. "node": "18 || 20 || >=22"
  7936. }
  7937. },
  7938. "node_modules/glob/node_modules/minimatch": {
  7939. "version": "10.2.5",
  7940. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  7941. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  7942. "dev": true,
  7943. "license": "BlueOak-1.0.0",
  7944. "dependencies": {
  7945. "brace-expansion": "^5.0.5"
  7946. },
  7947. "engines": {
  7948. "node": "18 || 20 || >=22"
  7949. },
  7950. "funding": {
  7951. "url": "https://github.com/sponsors/isaacs"
  7952. }
  7953. },
  7954. "node_modules/global-agent": {
  7955. "version": "3.0.0",
  7956. "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz",
  7957. "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==",
  7958. "license": "BSD-3-Clause",
  7959. "dependencies": {
  7960. "boolean": "^3.0.1",
  7961. "es6-error": "^4.1.1",
  7962. "matcher": "^3.0.0",
  7963. "roarr": "^2.15.3",
  7964. "semver": "^7.3.2",
  7965. "serialize-error": "^7.0.1"
  7966. },
  7967. "engines": {
  7968. "node": ">=10.0"
  7969. }
  7970. },
  7971. "node_modules/globals": {
  7972. "version": "16.5.0",
  7973. "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
  7974. "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
  7975. "dev": true,
  7976. "license": "MIT",
  7977. "engines": {
  7978. "node": ">=18"
  7979. },
  7980. "funding": {
  7981. "url": "https://github.com/sponsors/sindresorhus"
  7982. }
  7983. },
  7984. "node_modules/globalthis": {
  7985. "version": "1.0.4",
  7986. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  7987. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  7988. "license": "MIT",
  7989. "dependencies": {
  7990. "define-properties": "^1.2.1",
  7991. "gopd": "^1.0.1"
  7992. },
  7993. "engines": {
  7994. "node": ">= 0.4"
  7995. },
  7996. "funding": {
  7997. "url": "https://github.com/sponsors/ljharb"
  7998. }
  7999. },
  8000. "node_modules/gopd": {
  8001. "version": "1.2.0",
  8002. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  8003. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  8004. "license": "MIT",
  8005. "engines": {
  8006. "node": ">= 0.4"
  8007. },
  8008. "funding": {
  8009. "url": "https://github.com/sponsors/ljharb"
  8010. }
  8011. },
  8012. "node_modules/got": {
  8013. "version": "13.0.0",
  8014. "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
  8015. "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
  8016. "dev": true,
  8017. "license": "MIT",
  8018. "dependencies": {
  8019. "@sindresorhus/is": "^5.2.0",
  8020. "@szmarczak/http-timer": "^5.0.1",
  8021. "cacheable-lookup": "^7.0.0",
  8022. "cacheable-request": "^10.2.8",
  8023. "decompress-response": "^6.0.0",
  8024. "form-data-encoder": "^2.1.2",
  8025. "get-stream": "^6.0.1",
  8026. "http2-wrapper": "^2.1.10",
  8027. "lowercase-keys": "^3.0.0",
  8028. "p-cancelable": "^3.0.0",
  8029. "responselike": "^3.0.0"
  8030. },
  8031. "engines": {
  8032. "node": ">=16"
  8033. },
  8034. "funding": {
  8035. "url": "https://github.com/sindresorhus/got?sponsor=1"
  8036. }
  8037. },
  8038. "node_modules/graceful-fs": {
  8039. "version": "4.2.11",
  8040. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  8041. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  8042. "devOptional": true,
  8043. "license": "ISC"
  8044. },
  8045. "node_modules/handlebars": {
  8046. "version": "4.7.9",
  8047. "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
  8048. "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
  8049. "dev": true,
  8050. "license": "MIT",
  8051. "dependencies": {
  8052. "minimist": "^1.2.5",
  8053. "neo-async": "^2.6.2",
  8054. "source-map": "^0.6.1",
  8055. "wordwrap": "^1.0.0"
  8056. },
  8057. "bin": {
  8058. "handlebars": "bin/handlebars"
  8059. },
  8060. "engines": {
  8061. "node": ">=0.4.7"
  8062. },
  8063. "optionalDependencies": {
  8064. "uglify-js": "^3.1.4"
  8065. }
  8066. },
  8067. "node_modules/handlebars/node_modules/source-map": {
  8068. "version": "0.6.1",
  8069. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8070. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8071. "dev": true,
  8072. "license": "BSD-3-Clause",
  8073. "engines": {
  8074. "node": ">=0.10.0"
  8075. }
  8076. },
  8077. "node_modules/has-flag": {
  8078. "version": "4.0.0",
  8079. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8080. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8081. "dev": true,
  8082. "license": "MIT",
  8083. "engines": {
  8084. "node": ">=8"
  8085. }
  8086. },
  8087. "node_modules/has-property-descriptors": {
  8088. "version": "1.0.2",
  8089. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  8090. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  8091. "license": "MIT",
  8092. "dependencies": {
  8093. "es-define-property": "^1.0.0"
  8094. },
  8095. "funding": {
  8096. "url": "https://github.com/sponsors/ljharb"
  8097. }
  8098. },
  8099. "node_modules/has-symbols": {
  8100. "version": "1.1.0",
  8101. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  8102. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  8103. "license": "MIT",
  8104. "engines": {
  8105. "node": ">= 0.4"
  8106. },
  8107. "funding": {
  8108. "url": "https://github.com/sponsors/ljharb"
  8109. }
  8110. },
  8111. "node_modules/has-tostringtag": {
  8112. "version": "1.0.2",
  8113. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  8114. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  8115. "license": "MIT",
  8116. "dependencies": {
  8117. "has-symbols": "^1.0.3"
  8118. },
  8119. "engines": {
  8120. "node": ">= 0.4"
  8121. },
  8122. "funding": {
  8123. "url": "https://github.com/sponsors/ljharb"
  8124. }
  8125. },
  8126. "node_modules/has-unicode": {
  8127. "version": "2.0.1",
  8128. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  8129. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
  8130. "license": "ISC",
  8131. "optional": true
  8132. },
  8133. "node_modules/hasown": {
  8134. "version": "2.0.2",
  8135. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  8136. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  8137. "license": "MIT",
  8138. "dependencies": {
  8139. "function-bind": "^1.1.2"
  8140. },
  8141. "engines": {
  8142. "node": ">= 0.4"
  8143. }
  8144. },
  8145. "node_modules/html-escaper": {
  8146. "version": "2.0.2",
  8147. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  8148. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
  8149. "dev": true,
  8150. "license": "MIT"
  8151. },
  8152. "node_modules/http-cache-semantics": {
  8153. "version": "4.2.0",
  8154. "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
  8155. "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
  8156. "devOptional": true,
  8157. "license": "BSD-2-Clause"
  8158. },
  8159. "node_modules/http-errors": {
  8160. "version": "2.0.1",
  8161. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  8162. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  8163. "license": "MIT",
  8164. "dependencies": {
  8165. "depd": "~2.0.0",
  8166. "inherits": "~2.0.4",
  8167. "setprototypeof": "~1.2.0",
  8168. "statuses": "~2.0.2",
  8169. "toidentifier": "~1.0.1"
  8170. },
  8171. "engines": {
  8172. "node": ">= 0.8"
  8173. },
  8174. "funding": {
  8175. "type": "opencollective",
  8176. "url": "https://opencollective.com/express"
  8177. }
  8178. },
  8179. "node_modules/http-proxy-agent": {
  8180. "version": "4.0.1",
  8181. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  8182. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  8183. "license": "MIT",
  8184. "optional": true,
  8185. "dependencies": {
  8186. "@tootallnate/once": "1",
  8187. "agent-base": "6",
  8188. "debug": "4"
  8189. },
  8190. "engines": {
  8191. "node": ">= 6"
  8192. }
  8193. },
  8194. "node_modules/http2-wrapper": {
  8195. "version": "2.2.1",
  8196. "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
  8197. "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
  8198. "dev": true,
  8199. "license": "MIT",
  8200. "dependencies": {
  8201. "quick-lru": "^5.1.1",
  8202. "resolve-alpn": "^1.2.0"
  8203. },
  8204. "engines": {
  8205. "node": ">=10.19.0"
  8206. }
  8207. },
  8208. "node_modules/https-proxy-agent": {
  8209. "version": "5.0.1",
  8210. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  8211. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  8212. "license": "MIT",
  8213. "optional": true,
  8214. "dependencies": {
  8215. "agent-base": "6",
  8216. "debug": "4"
  8217. },
  8218. "engines": {
  8219. "node": ">= 6"
  8220. }
  8221. },
  8222. "node_modules/human-signals": {
  8223. "version": "2.1.0",
  8224. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  8225. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  8226. "dev": true,
  8227. "license": "Apache-2.0",
  8228. "engines": {
  8229. "node": ">=10.17.0"
  8230. }
  8231. },
  8232. "node_modules/humanize-ms": {
  8233. "version": "1.2.1",
  8234. "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
  8235. "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  8236. "license": "MIT",
  8237. "optional": true,
  8238. "dependencies": {
  8239. "ms": "^2.0.0"
  8240. }
  8241. },
  8242. "node_modules/iconv-lite": {
  8243. "version": "0.7.2",
  8244. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
  8245. "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
  8246. "license": "MIT",
  8247. "dependencies": {
  8248. "safer-buffer": ">= 2.1.2 < 3.0.0"
  8249. },
  8250. "engines": {
  8251. "node": ">=0.10.0"
  8252. },
  8253. "funding": {
  8254. "type": "opencollective",
  8255. "url": "https://opencollective.com/express"
  8256. }
  8257. },
  8258. "node_modules/ieee754": {
  8259. "version": "1.2.1",
  8260. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  8261. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  8262. "funding": [
  8263. {
  8264. "type": "github",
  8265. "url": "https://github.com/sponsors/feross"
  8266. },
  8267. {
  8268. "type": "patreon",
  8269. "url": "https://www.patreon.com/feross"
  8270. },
  8271. {
  8272. "type": "consulting",
  8273. "url": "https://feross.org/support"
  8274. }
  8275. ],
  8276. "license": "BSD-3-Clause"
  8277. },
  8278. "node_modules/ignore": {
  8279. "version": "5.3.2",
  8280. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  8281. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  8282. "dev": true,
  8283. "license": "MIT",
  8284. "engines": {
  8285. "node": ">= 4"
  8286. }
  8287. },
  8288. "node_modules/import-fresh": {
  8289. "version": "3.3.1",
  8290. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  8291. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  8292. "dev": true,
  8293. "license": "MIT",
  8294. "dependencies": {
  8295. "parent-module": "^1.0.0",
  8296. "resolve-from": "^4.0.0"
  8297. },
  8298. "engines": {
  8299. "node": ">=6"
  8300. },
  8301. "funding": {
  8302. "url": "https://github.com/sponsors/sindresorhus"
  8303. }
  8304. },
  8305. "node_modules/import-local": {
  8306. "version": "3.2.0",
  8307. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
  8308. "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
  8309. "dev": true,
  8310. "license": "MIT",
  8311. "dependencies": {
  8312. "pkg-dir": "^4.2.0",
  8313. "resolve-cwd": "^3.0.0"
  8314. },
  8315. "bin": {
  8316. "import-local-fixture": "fixtures/cli.js"
  8317. },
  8318. "engines": {
  8319. "node": ">=8"
  8320. },
  8321. "funding": {
  8322. "url": "https://github.com/sponsors/sindresorhus"
  8323. }
  8324. },
  8325. "node_modules/imurmurhash": {
  8326. "version": "0.1.4",
  8327. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  8328. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  8329. "devOptional": true,
  8330. "license": "MIT",
  8331. "engines": {
  8332. "node": ">=0.8.19"
  8333. }
  8334. },
  8335. "node_modules/indent-string": {
  8336. "version": "4.0.0",
  8337. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  8338. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  8339. "license": "MIT",
  8340. "optional": true,
  8341. "engines": {
  8342. "node": ">=8"
  8343. }
  8344. },
  8345. "node_modules/infer-owner": {
  8346. "version": "1.0.4",
  8347. "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
  8348. "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
  8349. "license": "ISC",
  8350. "optional": true
  8351. },
  8352. "node_modules/inflight": {
  8353. "version": "1.0.6",
  8354. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  8355. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  8356. "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.",
  8357. "devOptional": true,
  8358. "license": "ISC",
  8359. "dependencies": {
  8360. "once": "^1.3.0",
  8361. "wrappy": "1"
  8362. }
  8363. },
  8364. "node_modules/inherits": {
  8365. "version": "2.0.4",
  8366. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  8367. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  8368. "license": "ISC"
  8369. },
  8370. "node_modules/ini": {
  8371. "version": "1.3.8",
  8372. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  8373. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  8374. "license": "ISC"
  8375. },
  8376. "node_modules/inspect-with-kind": {
  8377. "version": "1.0.5",
  8378. "resolved": "https://registry.npmjs.org/inspect-with-kind/-/inspect-with-kind-1.0.5.tgz",
  8379. "integrity": "sha512-MAQUJuIo7Xqk8EVNP+6d3CKq9c80hi4tjIbIAT6lmGW9W6WzlHiu9PS8uSuUYU+Do+j1baiFp3H25XEVxDIG2g==",
  8380. "dev": true,
  8381. "license": "ISC",
  8382. "dependencies": {
  8383. "kind-of": "^6.0.2"
  8384. }
  8385. },
  8386. "node_modules/ip-address": {
  8387. "version": "10.1.0",
  8388. "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
  8389. "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
  8390. "license": "MIT",
  8391. "optional": true,
  8392. "engines": {
  8393. "node": ">= 12"
  8394. }
  8395. },
  8396. "node_modules/ipaddr.js": {
  8397. "version": "1.9.1",
  8398. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  8399. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  8400. "license": "MIT",
  8401. "engines": {
  8402. "node": ">= 0.10"
  8403. }
  8404. },
  8405. "node_modules/is-arrayish": {
  8406. "version": "0.2.1",
  8407. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  8408. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  8409. "dev": true,
  8410. "license": "MIT"
  8411. },
  8412. "node_modules/is-callable": {
  8413. "version": "1.2.7",
  8414. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  8415. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  8416. "license": "MIT",
  8417. "engines": {
  8418. "node": ">= 0.4"
  8419. },
  8420. "funding": {
  8421. "url": "https://github.com/sponsors/ljharb"
  8422. }
  8423. },
  8424. "node_modules/is-core-module": {
  8425. "version": "2.16.1",
  8426. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  8427. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  8428. "dev": true,
  8429. "license": "MIT",
  8430. "dependencies": {
  8431. "hasown": "^2.0.2"
  8432. },
  8433. "engines": {
  8434. "node": ">= 0.4"
  8435. },
  8436. "funding": {
  8437. "url": "https://github.com/sponsors/ljharb"
  8438. }
  8439. },
  8440. "node_modules/is-extglob": {
  8441. "version": "2.1.1",
  8442. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  8443. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8444. "dev": true,
  8445. "license": "MIT",
  8446. "engines": {
  8447. "node": ">=0.10.0"
  8448. }
  8449. },
  8450. "node_modules/is-fullwidth-code-point": {
  8451. "version": "3.0.0",
  8452. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  8453. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  8454. "license": "MIT",
  8455. "engines": {
  8456. "node": ">=8"
  8457. }
  8458. },
  8459. "node_modules/is-generator-fn": {
  8460. "version": "2.1.0",
  8461. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  8462. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  8463. "dev": true,
  8464. "license": "MIT",
  8465. "engines": {
  8466. "node": ">=6"
  8467. }
  8468. },
  8469. "node_modules/is-glob": {
  8470. "version": "4.0.3",
  8471. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  8472. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8473. "dev": true,
  8474. "license": "MIT",
  8475. "dependencies": {
  8476. "is-extglob": "^2.1.1"
  8477. },
  8478. "engines": {
  8479. "node": ">=0.10.0"
  8480. }
  8481. },
  8482. "node_modules/is-interactive": {
  8483. "version": "1.0.0",
  8484. "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
  8485. "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
  8486. "dev": true,
  8487. "license": "MIT",
  8488. "engines": {
  8489. "node": ">=8"
  8490. }
  8491. },
  8492. "node_modules/is-lambda": {
  8493. "version": "1.0.1",
  8494. "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
  8495. "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
  8496. "license": "MIT",
  8497. "optional": true
  8498. },
  8499. "node_modules/is-number": {
  8500. "version": "7.0.0",
  8501. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  8502. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  8503. "dev": true,
  8504. "license": "MIT",
  8505. "engines": {
  8506. "node": ">=0.12.0"
  8507. }
  8508. },
  8509. "node_modules/is-plain-obj": {
  8510. "version": "1.1.0",
  8511. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  8512. "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
  8513. "dev": true,
  8514. "license": "MIT",
  8515. "engines": {
  8516. "node": ">=0.10.0"
  8517. }
  8518. },
  8519. "node_modules/is-promise": {
  8520. "version": "4.0.0",
  8521. "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
  8522. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  8523. "license": "MIT"
  8524. },
  8525. "node_modules/is-stream": {
  8526. "version": "2.0.1",
  8527. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  8528. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  8529. "dev": true,
  8530. "license": "MIT",
  8531. "engines": {
  8532. "node": ">=8"
  8533. },
  8534. "funding": {
  8535. "url": "https://github.com/sponsors/sindresorhus"
  8536. }
  8537. },
  8538. "node_modules/is-typed-array": {
  8539. "version": "1.1.15",
  8540. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  8541. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  8542. "license": "MIT",
  8543. "dependencies": {
  8544. "which-typed-array": "^1.1.16"
  8545. },
  8546. "engines": {
  8547. "node": ">= 0.4"
  8548. },
  8549. "funding": {
  8550. "url": "https://github.com/sponsors/ljharb"
  8551. }
  8552. },
  8553. "node_modules/is-unicode-supported": {
  8554. "version": "0.1.0",
  8555. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
  8556. "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
  8557. "dev": true,
  8558. "license": "MIT",
  8559. "engines": {
  8560. "node": ">=10"
  8561. },
  8562. "funding": {
  8563. "url": "https://github.com/sponsors/sindresorhus"
  8564. }
  8565. },
  8566. "node_modules/isarray": {
  8567. "version": "2.0.5",
  8568. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  8569. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  8570. "license": "MIT"
  8571. },
  8572. "node_modules/isexe": {
  8573. "version": "2.0.0",
  8574. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  8575. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  8576. "license": "ISC"
  8577. },
  8578. "node_modules/istanbul-lib-coverage": {
  8579. "version": "3.2.2",
  8580. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
  8581. "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
  8582. "dev": true,
  8583. "license": "BSD-3-Clause",
  8584. "engines": {
  8585. "node": ">=8"
  8586. }
  8587. },
  8588. "node_modules/istanbul-lib-instrument": {
  8589. "version": "6.0.3",
  8590. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
  8591. "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
  8592. "dev": true,
  8593. "license": "BSD-3-Clause",
  8594. "dependencies": {
  8595. "@babel/core": "^7.23.9",
  8596. "@babel/parser": "^7.23.9",
  8597. "@istanbuljs/schema": "^0.1.3",
  8598. "istanbul-lib-coverage": "^3.2.0",
  8599. "semver": "^7.5.4"
  8600. },
  8601. "engines": {
  8602. "node": ">=10"
  8603. }
  8604. },
  8605. "node_modules/istanbul-lib-report": {
  8606. "version": "3.0.1",
  8607. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
  8608. "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
  8609. "dev": true,
  8610. "license": "BSD-3-Clause",
  8611. "dependencies": {
  8612. "istanbul-lib-coverage": "^3.0.0",
  8613. "make-dir": "^4.0.0",
  8614. "supports-color": "^7.1.0"
  8615. },
  8616. "engines": {
  8617. "node": ">=10"
  8618. }
  8619. },
  8620. "node_modules/istanbul-lib-source-maps": {
  8621. "version": "4.0.1",
  8622. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  8623. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  8624. "dev": true,
  8625. "license": "BSD-3-Clause",
  8626. "dependencies": {
  8627. "debug": "^4.1.1",
  8628. "istanbul-lib-coverage": "^3.0.0",
  8629. "source-map": "^0.6.1"
  8630. },
  8631. "engines": {
  8632. "node": ">=10"
  8633. }
  8634. },
  8635. "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  8636. "version": "0.6.1",
  8637. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8638. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8639. "dev": true,
  8640. "license": "BSD-3-Clause",
  8641. "engines": {
  8642. "node": ">=0.10.0"
  8643. }
  8644. },
  8645. "node_modules/istanbul-reports": {
  8646. "version": "3.2.0",
  8647. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz",
  8648. "integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==",
  8649. "dev": true,
  8650. "license": "BSD-3-Clause",
  8651. "dependencies": {
  8652. "html-escaper": "^2.0.0",
  8653. "istanbul-lib-report": "^3.0.0"
  8654. },
  8655. "engines": {
  8656. "node": ">=8"
  8657. }
  8658. },
  8659. "node_modules/iterare": {
  8660. "version": "1.2.1",
  8661. "resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz",
  8662. "integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==",
  8663. "license": "ISC",
  8664. "engines": {
  8665. "node": ">=6"
  8666. }
  8667. },
  8668. "node_modules/jackspeak": {
  8669. "version": "3.4.3",
  8670. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  8671. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  8672. "license": "BlueOak-1.0.0",
  8673. "dependencies": {
  8674. "@isaacs/cliui": "^8.0.2"
  8675. },
  8676. "funding": {
  8677. "url": "https://github.com/sponsors/isaacs"
  8678. },
  8679. "optionalDependencies": {
  8680. "@pkgjs/parseargs": "^0.11.0"
  8681. }
  8682. },
  8683. "node_modules/jest": {
  8684. "version": "29.7.0",
  8685. "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
  8686. "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
  8687. "dev": true,
  8688. "license": "MIT",
  8689. "dependencies": {
  8690. "@jest/core": "^29.7.0",
  8691. "@jest/types": "^29.6.3",
  8692. "import-local": "^3.0.2",
  8693. "jest-cli": "^29.7.0"
  8694. },
  8695. "bin": {
  8696. "jest": "bin/jest.js"
  8697. },
  8698. "engines": {
  8699. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8700. },
  8701. "peerDependencies": {
  8702. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  8703. },
  8704. "peerDependenciesMeta": {
  8705. "node-notifier": {
  8706. "optional": true
  8707. }
  8708. }
  8709. },
  8710. "node_modules/jest-changed-files": {
  8711. "version": "29.7.0",
  8712. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz",
  8713. "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==",
  8714. "dev": true,
  8715. "license": "MIT",
  8716. "dependencies": {
  8717. "execa": "^5.0.0",
  8718. "jest-util": "^29.7.0",
  8719. "p-limit": "^3.1.0"
  8720. },
  8721. "engines": {
  8722. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8723. }
  8724. },
  8725. "node_modules/jest-circus": {
  8726. "version": "29.7.0",
  8727. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz",
  8728. "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==",
  8729. "dev": true,
  8730. "license": "MIT",
  8731. "dependencies": {
  8732. "@jest/environment": "^29.7.0",
  8733. "@jest/expect": "^29.7.0",
  8734. "@jest/test-result": "^29.7.0",
  8735. "@jest/types": "^29.6.3",
  8736. "@types/node": "*",
  8737. "chalk": "^4.0.0",
  8738. "co": "^4.6.0",
  8739. "dedent": "^1.0.0",
  8740. "is-generator-fn": "^2.0.0",
  8741. "jest-each": "^29.7.0",
  8742. "jest-matcher-utils": "^29.7.0",
  8743. "jest-message-util": "^29.7.0",
  8744. "jest-runtime": "^29.7.0",
  8745. "jest-snapshot": "^29.7.0",
  8746. "jest-util": "^29.7.0",
  8747. "p-limit": "^3.1.0",
  8748. "pretty-format": "^29.7.0",
  8749. "pure-rand": "^6.0.0",
  8750. "slash": "^3.0.0",
  8751. "stack-utils": "^2.0.3"
  8752. },
  8753. "engines": {
  8754. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8755. }
  8756. },
  8757. "node_modules/jest-cli": {
  8758. "version": "29.7.0",
  8759. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
  8760. "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
  8761. "dev": true,
  8762. "license": "MIT",
  8763. "dependencies": {
  8764. "@jest/core": "^29.7.0",
  8765. "@jest/test-result": "^29.7.0",
  8766. "@jest/types": "^29.6.3",
  8767. "chalk": "^4.0.0",
  8768. "create-jest": "^29.7.0",
  8769. "exit": "^0.1.2",
  8770. "import-local": "^3.0.2",
  8771. "jest-config": "^29.7.0",
  8772. "jest-util": "^29.7.0",
  8773. "jest-validate": "^29.7.0",
  8774. "yargs": "^17.3.1"
  8775. },
  8776. "bin": {
  8777. "jest": "bin/jest.js"
  8778. },
  8779. "engines": {
  8780. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8781. },
  8782. "peerDependencies": {
  8783. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  8784. },
  8785. "peerDependenciesMeta": {
  8786. "node-notifier": {
  8787. "optional": true
  8788. }
  8789. }
  8790. },
  8791. "node_modules/jest-config": {
  8792. "version": "29.7.0",
  8793. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
  8794. "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
  8795. "dev": true,
  8796. "license": "MIT",
  8797. "dependencies": {
  8798. "@babel/core": "^7.11.6",
  8799. "@jest/test-sequencer": "^29.7.0",
  8800. "@jest/types": "^29.6.3",
  8801. "babel-jest": "^29.7.0",
  8802. "chalk": "^4.0.0",
  8803. "ci-info": "^3.2.0",
  8804. "deepmerge": "^4.2.2",
  8805. "glob": "^7.1.3",
  8806. "graceful-fs": "^4.2.9",
  8807. "jest-circus": "^29.7.0",
  8808. "jest-environment-node": "^29.7.0",
  8809. "jest-get-type": "^29.6.3",
  8810. "jest-regex-util": "^29.6.3",
  8811. "jest-resolve": "^29.7.0",
  8812. "jest-runner": "^29.7.0",
  8813. "jest-util": "^29.7.0",
  8814. "jest-validate": "^29.7.0",
  8815. "micromatch": "^4.0.4",
  8816. "parse-json": "^5.2.0",
  8817. "pretty-format": "^29.7.0",
  8818. "slash": "^3.0.0",
  8819. "strip-json-comments": "^3.1.1"
  8820. },
  8821. "engines": {
  8822. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8823. },
  8824. "peerDependencies": {
  8825. "@types/node": "*",
  8826. "ts-node": ">=9.0.0"
  8827. },
  8828. "peerDependenciesMeta": {
  8829. "@types/node": {
  8830. "optional": true
  8831. },
  8832. "ts-node": {
  8833. "optional": true
  8834. }
  8835. }
  8836. },
  8837. "node_modules/jest-config/node_modules/glob": {
  8838. "version": "7.2.3",
  8839. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  8840. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8841. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  8842. "dev": true,
  8843. "license": "ISC",
  8844. "dependencies": {
  8845. "fs.realpath": "^1.0.0",
  8846. "inflight": "^1.0.4",
  8847. "inherits": "2",
  8848. "minimatch": "^3.1.1",
  8849. "once": "^1.3.0",
  8850. "path-is-absolute": "^1.0.0"
  8851. },
  8852. "engines": {
  8853. "node": "*"
  8854. },
  8855. "funding": {
  8856. "url": "https://github.com/sponsors/isaacs"
  8857. }
  8858. },
  8859. "node_modules/jest-diff": {
  8860. "version": "29.7.0",
  8861. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
  8862. "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
  8863. "dev": true,
  8864. "license": "MIT",
  8865. "dependencies": {
  8866. "chalk": "^4.0.0",
  8867. "diff-sequences": "^29.6.3",
  8868. "jest-get-type": "^29.6.3",
  8869. "pretty-format": "^29.7.0"
  8870. },
  8871. "engines": {
  8872. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8873. }
  8874. },
  8875. "node_modules/jest-docblock": {
  8876. "version": "29.7.0",
  8877. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
  8878. "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
  8879. "dev": true,
  8880. "license": "MIT",
  8881. "dependencies": {
  8882. "detect-newline": "^3.0.0"
  8883. },
  8884. "engines": {
  8885. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8886. }
  8887. },
  8888. "node_modules/jest-each": {
  8889. "version": "29.7.0",
  8890. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
  8891. "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
  8892. "dev": true,
  8893. "license": "MIT",
  8894. "dependencies": {
  8895. "@jest/types": "^29.6.3",
  8896. "chalk": "^4.0.0",
  8897. "jest-get-type": "^29.6.3",
  8898. "jest-util": "^29.7.0",
  8899. "pretty-format": "^29.7.0"
  8900. },
  8901. "engines": {
  8902. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8903. }
  8904. },
  8905. "node_modules/jest-environment-node": {
  8906. "version": "29.7.0",
  8907. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
  8908. "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
  8909. "dev": true,
  8910. "license": "MIT",
  8911. "dependencies": {
  8912. "@jest/environment": "^29.7.0",
  8913. "@jest/fake-timers": "^29.7.0",
  8914. "@jest/types": "^29.6.3",
  8915. "@types/node": "*",
  8916. "jest-mock": "^29.7.0",
  8917. "jest-util": "^29.7.0"
  8918. },
  8919. "engines": {
  8920. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8921. }
  8922. },
  8923. "node_modules/jest-get-type": {
  8924. "version": "29.6.3",
  8925. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
  8926. "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
  8927. "dev": true,
  8928. "license": "MIT",
  8929. "engines": {
  8930. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8931. }
  8932. },
  8933. "node_modules/jest-haste-map": {
  8934. "version": "29.7.0",
  8935. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
  8936. "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
  8937. "dev": true,
  8938. "license": "MIT",
  8939. "dependencies": {
  8940. "@jest/types": "^29.6.3",
  8941. "@types/graceful-fs": "^4.1.3",
  8942. "@types/node": "*",
  8943. "anymatch": "^3.0.3",
  8944. "fb-watchman": "^2.0.0",
  8945. "graceful-fs": "^4.2.9",
  8946. "jest-regex-util": "^29.6.3",
  8947. "jest-util": "^29.7.0",
  8948. "jest-worker": "^29.7.0",
  8949. "micromatch": "^4.0.4",
  8950. "walker": "^1.0.8"
  8951. },
  8952. "engines": {
  8953. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8954. },
  8955. "optionalDependencies": {
  8956. "fsevents": "^2.3.2"
  8957. }
  8958. },
  8959. "node_modules/jest-leak-detector": {
  8960. "version": "29.7.0",
  8961. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
  8962. "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
  8963. "dev": true,
  8964. "license": "MIT",
  8965. "dependencies": {
  8966. "jest-get-type": "^29.6.3",
  8967. "pretty-format": "^29.7.0"
  8968. },
  8969. "engines": {
  8970. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8971. }
  8972. },
  8973. "node_modules/jest-matcher-utils": {
  8974. "version": "29.7.0",
  8975. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
  8976. "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
  8977. "dev": true,
  8978. "license": "MIT",
  8979. "dependencies": {
  8980. "chalk": "^4.0.0",
  8981. "jest-diff": "^29.7.0",
  8982. "jest-get-type": "^29.6.3",
  8983. "pretty-format": "^29.7.0"
  8984. },
  8985. "engines": {
  8986. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8987. }
  8988. },
  8989. "node_modules/jest-message-util": {
  8990. "version": "29.7.0",
  8991. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
  8992. "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
  8993. "dev": true,
  8994. "license": "MIT",
  8995. "dependencies": {
  8996. "@babel/code-frame": "^7.12.13",
  8997. "@jest/types": "^29.6.3",
  8998. "@types/stack-utils": "^2.0.0",
  8999. "chalk": "^4.0.0",
  9000. "graceful-fs": "^4.2.9",
  9001. "micromatch": "^4.0.4",
  9002. "pretty-format": "^29.7.0",
  9003. "slash": "^3.0.0",
  9004. "stack-utils": "^2.0.3"
  9005. },
  9006. "engines": {
  9007. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9008. }
  9009. },
  9010. "node_modules/jest-mock": {
  9011. "version": "29.7.0",
  9012. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
  9013. "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
  9014. "dev": true,
  9015. "license": "MIT",
  9016. "dependencies": {
  9017. "@jest/types": "^29.6.3",
  9018. "@types/node": "*",
  9019. "jest-util": "^29.7.0"
  9020. },
  9021. "engines": {
  9022. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9023. }
  9024. },
  9025. "node_modules/jest-pnp-resolver": {
  9026. "version": "1.2.3",
  9027. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
  9028. "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
  9029. "dev": true,
  9030. "license": "MIT",
  9031. "engines": {
  9032. "node": ">=6"
  9033. },
  9034. "peerDependencies": {
  9035. "jest-resolve": "*"
  9036. },
  9037. "peerDependenciesMeta": {
  9038. "jest-resolve": {
  9039. "optional": true
  9040. }
  9041. }
  9042. },
  9043. "node_modules/jest-regex-util": {
  9044. "version": "29.6.3",
  9045. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
  9046. "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
  9047. "dev": true,
  9048. "license": "MIT",
  9049. "engines": {
  9050. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9051. }
  9052. },
  9053. "node_modules/jest-resolve": {
  9054. "version": "29.7.0",
  9055. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
  9056. "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
  9057. "dev": true,
  9058. "license": "MIT",
  9059. "dependencies": {
  9060. "chalk": "^4.0.0",
  9061. "graceful-fs": "^4.2.9",
  9062. "jest-haste-map": "^29.7.0",
  9063. "jest-pnp-resolver": "^1.2.2",
  9064. "jest-util": "^29.7.0",
  9065. "jest-validate": "^29.7.0",
  9066. "resolve": "^1.20.0",
  9067. "resolve.exports": "^2.0.0",
  9068. "slash": "^3.0.0"
  9069. },
  9070. "engines": {
  9071. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9072. }
  9073. },
  9074. "node_modules/jest-resolve-dependencies": {
  9075. "version": "29.7.0",
  9076. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
  9077. "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
  9078. "dev": true,
  9079. "license": "MIT",
  9080. "dependencies": {
  9081. "jest-regex-util": "^29.6.3",
  9082. "jest-snapshot": "^29.7.0"
  9083. },
  9084. "engines": {
  9085. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9086. }
  9087. },
  9088. "node_modules/jest-runner": {
  9089. "version": "29.7.0",
  9090. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
  9091. "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
  9092. "dev": true,
  9093. "license": "MIT",
  9094. "dependencies": {
  9095. "@jest/console": "^29.7.0",
  9096. "@jest/environment": "^29.7.0",
  9097. "@jest/test-result": "^29.7.0",
  9098. "@jest/transform": "^29.7.0",
  9099. "@jest/types": "^29.6.3",
  9100. "@types/node": "*",
  9101. "chalk": "^4.0.0",
  9102. "emittery": "^0.13.1",
  9103. "graceful-fs": "^4.2.9",
  9104. "jest-docblock": "^29.7.0",
  9105. "jest-environment-node": "^29.7.0",
  9106. "jest-haste-map": "^29.7.0",
  9107. "jest-leak-detector": "^29.7.0",
  9108. "jest-message-util": "^29.7.0",
  9109. "jest-resolve": "^29.7.0",
  9110. "jest-runtime": "^29.7.0",
  9111. "jest-util": "^29.7.0",
  9112. "jest-watcher": "^29.7.0",
  9113. "jest-worker": "^29.7.0",
  9114. "p-limit": "^3.1.0",
  9115. "source-map-support": "0.5.13"
  9116. },
  9117. "engines": {
  9118. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9119. }
  9120. },
  9121. "node_modules/jest-runner/node_modules/source-map": {
  9122. "version": "0.6.1",
  9123. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9124. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9125. "dev": true,
  9126. "license": "BSD-3-Clause",
  9127. "engines": {
  9128. "node": ">=0.10.0"
  9129. }
  9130. },
  9131. "node_modules/jest-runner/node_modules/source-map-support": {
  9132. "version": "0.5.13",
  9133. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
  9134. "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
  9135. "dev": true,
  9136. "license": "MIT",
  9137. "dependencies": {
  9138. "buffer-from": "^1.0.0",
  9139. "source-map": "^0.6.0"
  9140. }
  9141. },
  9142. "node_modules/jest-runtime": {
  9143. "version": "29.7.0",
  9144. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz",
  9145. "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==",
  9146. "dev": true,
  9147. "license": "MIT",
  9148. "dependencies": {
  9149. "@jest/environment": "^29.7.0",
  9150. "@jest/fake-timers": "^29.7.0",
  9151. "@jest/globals": "^29.7.0",
  9152. "@jest/source-map": "^29.6.3",
  9153. "@jest/test-result": "^29.7.0",
  9154. "@jest/transform": "^29.7.0",
  9155. "@jest/types": "^29.6.3",
  9156. "@types/node": "*",
  9157. "chalk": "^4.0.0",
  9158. "cjs-module-lexer": "^1.0.0",
  9159. "collect-v8-coverage": "^1.0.0",
  9160. "glob": "^7.1.3",
  9161. "graceful-fs": "^4.2.9",
  9162. "jest-haste-map": "^29.7.0",
  9163. "jest-message-util": "^29.7.0",
  9164. "jest-mock": "^29.7.0",
  9165. "jest-regex-util": "^29.6.3",
  9166. "jest-resolve": "^29.7.0",
  9167. "jest-snapshot": "^29.7.0",
  9168. "jest-util": "^29.7.0",
  9169. "slash": "^3.0.0",
  9170. "strip-bom": "^4.0.0"
  9171. },
  9172. "engines": {
  9173. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9174. }
  9175. },
  9176. "node_modules/jest-runtime/node_modules/glob": {
  9177. "version": "7.2.3",
  9178. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  9179. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  9180. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  9181. "dev": true,
  9182. "license": "ISC",
  9183. "dependencies": {
  9184. "fs.realpath": "^1.0.0",
  9185. "inflight": "^1.0.4",
  9186. "inherits": "2",
  9187. "minimatch": "^3.1.1",
  9188. "once": "^1.3.0",
  9189. "path-is-absolute": "^1.0.0"
  9190. },
  9191. "engines": {
  9192. "node": "*"
  9193. },
  9194. "funding": {
  9195. "url": "https://github.com/sponsors/isaacs"
  9196. }
  9197. },
  9198. "node_modules/jest-snapshot": {
  9199. "version": "29.7.0",
  9200. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",
  9201. "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==",
  9202. "dev": true,
  9203. "license": "MIT",
  9204. "dependencies": {
  9205. "@babel/core": "^7.11.6",
  9206. "@babel/generator": "^7.7.2",
  9207. "@babel/plugin-syntax-jsx": "^7.7.2",
  9208. "@babel/plugin-syntax-typescript": "^7.7.2",
  9209. "@babel/types": "^7.3.3",
  9210. "@jest/expect-utils": "^29.7.0",
  9211. "@jest/transform": "^29.7.0",
  9212. "@jest/types": "^29.6.3",
  9213. "babel-preset-current-node-syntax": "^1.0.0",
  9214. "chalk": "^4.0.0",
  9215. "expect": "^29.7.0",
  9216. "graceful-fs": "^4.2.9",
  9217. "jest-diff": "^29.7.0",
  9218. "jest-get-type": "^29.6.3",
  9219. "jest-matcher-utils": "^29.7.0",
  9220. "jest-message-util": "^29.7.0",
  9221. "jest-util": "^29.7.0",
  9222. "natural-compare": "^1.4.0",
  9223. "pretty-format": "^29.7.0",
  9224. "semver": "^7.5.3"
  9225. },
  9226. "engines": {
  9227. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9228. }
  9229. },
  9230. "node_modules/jest-util": {
  9231. "version": "29.7.0",
  9232. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
  9233. "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
  9234. "dev": true,
  9235. "license": "MIT",
  9236. "dependencies": {
  9237. "@jest/types": "^29.6.3",
  9238. "@types/node": "*",
  9239. "chalk": "^4.0.0",
  9240. "ci-info": "^3.2.0",
  9241. "graceful-fs": "^4.2.9",
  9242. "picomatch": "^2.2.3"
  9243. },
  9244. "engines": {
  9245. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9246. }
  9247. },
  9248. "node_modules/jest-util/node_modules/picomatch": {
  9249. "version": "2.3.2",
  9250. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  9251. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  9252. "dev": true,
  9253. "license": "MIT",
  9254. "engines": {
  9255. "node": ">=8.6"
  9256. },
  9257. "funding": {
  9258. "url": "https://github.com/sponsors/jonschlinkert"
  9259. }
  9260. },
  9261. "node_modules/jest-validate": {
  9262. "version": "29.7.0",
  9263. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz",
  9264. "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==",
  9265. "dev": true,
  9266. "license": "MIT",
  9267. "dependencies": {
  9268. "@jest/types": "^29.6.3",
  9269. "camelcase": "^6.2.0",
  9270. "chalk": "^4.0.0",
  9271. "jest-get-type": "^29.6.3",
  9272. "leven": "^3.1.0",
  9273. "pretty-format": "^29.7.0"
  9274. },
  9275. "engines": {
  9276. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9277. }
  9278. },
  9279. "node_modules/jest-validate/node_modules/camelcase": {
  9280. "version": "6.3.0",
  9281. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  9282. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  9283. "dev": true,
  9284. "license": "MIT",
  9285. "engines": {
  9286. "node": ">=10"
  9287. },
  9288. "funding": {
  9289. "url": "https://github.com/sponsors/sindresorhus"
  9290. }
  9291. },
  9292. "node_modules/jest-watcher": {
  9293. "version": "29.7.0",
  9294. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
  9295. "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==",
  9296. "dev": true,
  9297. "license": "MIT",
  9298. "dependencies": {
  9299. "@jest/test-result": "^29.7.0",
  9300. "@jest/types": "^29.6.3",
  9301. "@types/node": "*",
  9302. "ansi-escapes": "^4.2.1",
  9303. "chalk": "^4.0.0",
  9304. "emittery": "^0.13.1",
  9305. "jest-util": "^29.7.0",
  9306. "string-length": "^4.0.1"
  9307. },
  9308. "engines": {
  9309. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9310. }
  9311. },
  9312. "node_modules/jest-worker": {
  9313. "version": "29.7.0",
  9314. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
  9315. "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
  9316. "dev": true,
  9317. "license": "MIT",
  9318. "dependencies": {
  9319. "@types/node": "*",
  9320. "jest-util": "^29.7.0",
  9321. "merge-stream": "^2.0.0",
  9322. "supports-color": "^8.0.0"
  9323. },
  9324. "engines": {
  9325. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9326. }
  9327. },
  9328. "node_modules/jest-worker/node_modules/supports-color": {
  9329. "version": "8.1.1",
  9330. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  9331. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  9332. "dev": true,
  9333. "license": "MIT",
  9334. "dependencies": {
  9335. "has-flag": "^4.0.0"
  9336. },
  9337. "engines": {
  9338. "node": ">=10"
  9339. },
  9340. "funding": {
  9341. "url": "https://github.com/chalk/supports-color?sponsor=1"
  9342. }
  9343. },
  9344. "node_modules/js-tokens": {
  9345. "version": "4.0.0",
  9346. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  9347. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  9348. "dev": true,
  9349. "license": "MIT"
  9350. },
  9351. "node_modules/js-yaml": {
  9352. "version": "4.1.1",
  9353. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  9354. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  9355. "dev": true,
  9356. "license": "MIT",
  9357. "dependencies": {
  9358. "argparse": "^2.0.1"
  9359. },
  9360. "bin": {
  9361. "js-yaml": "bin/js-yaml.js"
  9362. }
  9363. },
  9364. "node_modules/jsesc": {
  9365. "version": "3.1.0",
  9366. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  9367. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  9368. "dev": true,
  9369. "license": "MIT",
  9370. "bin": {
  9371. "jsesc": "bin/jsesc"
  9372. },
  9373. "engines": {
  9374. "node": ">=6"
  9375. }
  9376. },
  9377. "node_modules/json-buffer": {
  9378. "version": "3.0.1",
  9379. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  9380. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  9381. "dev": true,
  9382. "license": "MIT"
  9383. },
  9384. "node_modules/json-parse-even-better-errors": {
  9385. "version": "2.3.1",
  9386. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  9387. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  9388. "dev": true,
  9389. "license": "MIT"
  9390. },
  9391. "node_modules/json-schema-traverse": {
  9392. "version": "0.4.1",
  9393. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  9394. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  9395. "dev": true,
  9396. "license": "MIT"
  9397. },
  9398. "node_modules/json-stable-stringify-without-jsonify": {
  9399. "version": "1.0.1",
  9400. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  9401. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  9402. "dev": true,
  9403. "license": "MIT"
  9404. },
  9405. "node_modules/json-stringify-safe": {
  9406. "version": "5.0.1",
  9407. "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  9408. "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
  9409. "license": "ISC"
  9410. },
  9411. "node_modules/json5": {
  9412. "version": "2.2.3",
  9413. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  9414. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  9415. "dev": true,
  9416. "license": "MIT",
  9417. "bin": {
  9418. "json5": "lib/cli.js"
  9419. },
  9420. "engines": {
  9421. "node": ">=6"
  9422. }
  9423. },
  9424. "node_modules/jsonc-parser": {
  9425. "version": "3.3.1",
  9426. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  9427. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  9428. "dev": true,
  9429. "license": "MIT"
  9430. },
  9431. "node_modules/jsonfile": {
  9432. "version": "6.2.0",
  9433. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
  9434. "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
  9435. "dev": true,
  9436. "license": "MIT",
  9437. "dependencies": {
  9438. "universalify": "^2.0.0"
  9439. },
  9440. "optionalDependencies": {
  9441. "graceful-fs": "^4.1.6"
  9442. }
  9443. },
  9444. "node_modules/keyv": {
  9445. "version": "4.5.4",
  9446. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  9447. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  9448. "dev": true,
  9449. "license": "MIT",
  9450. "dependencies": {
  9451. "json-buffer": "3.0.1"
  9452. }
  9453. },
  9454. "node_modules/kind-of": {
  9455. "version": "6.0.3",
  9456. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  9457. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  9458. "dev": true,
  9459. "license": "MIT",
  9460. "engines": {
  9461. "node": ">=0.10.0"
  9462. }
  9463. },
  9464. "node_modules/kleur": {
  9465. "version": "3.0.3",
  9466. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  9467. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  9468. "dev": true,
  9469. "license": "MIT",
  9470. "engines": {
  9471. "node": ">=6"
  9472. }
  9473. },
  9474. "node_modules/leven": {
  9475. "version": "3.1.0",
  9476. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  9477. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  9478. "dev": true,
  9479. "license": "MIT",
  9480. "engines": {
  9481. "node": ">=6"
  9482. }
  9483. },
  9484. "node_modules/levn": {
  9485. "version": "0.4.1",
  9486. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  9487. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  9488. "dev": true,
  9489. "license": "MIT",
  9490. "dependencies": {
  9491. "prelude-ls": "^1.2.1",
  9492. "type-check": "~0.4.0"
  9493. },
  9494. "engines": {
  9495. "node": ">= 0.8.0"
  9496. }
  9497. },
  9498. "node_modules/libphonenumber-js": {
  9499. "version": "1.12.41",
  9500. "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.12.41.tgz",
  9501. "integrity": "sha512-lsmMmGXBxXIK/VMLEj0kL6MtUs1kBGj1nTCzi6zgQoG1DEwqwt2DQyHxcLykceIxAnfE3hya7NuIh6PpC6S3fA==",
  9502. "license": "MIT"
  9503. },
  9504. "node_modules/lines-and-columns": {
  9505. "version": "1.2.4",
  9506. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  9507. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  9508. "dev": true,
  9509. "license": "MIT"
  9510. },
  9511. "node_modules/load-esm": {
  9512. "version": "1.0.3",
  9513. "resolved": "https://registry.npmjs.org/load-esm/-/load-esm-1.0.3.tgz",
  9514. "integrity": "sha512-v5xlu8eHD1+6r8EHTg6hfmO97LN8ugKtiXcy5e6oN72iD2r6u0RPfLl6fxM+7Wnh2ZRq15o0russMst44WauPA==",
  9515. "funding": [
  9516. {
  9517. "type": "github",
  9518. "url": "https://github.com/sponsors/Borewit"
  9519. },
  9520. {
  9521. "type": "buymeacoffee",
  9522. "url": "https://buymeacoffee.com/borewit"
  9523. }
  9524. ],
  9525. "license": "MIT",
  9526. "engines": {
  9527. "node": ">=13.2.0"
  9528. }
  9529. },
  9530. "node_modules/loader-runner": {
  9531. "version": "4.3.1",
  9532. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz",
  9533. "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==",
  9534. "dev": true,
  9535. "license": "MIT",
  9536. "engines": {
  9537. "node": ">=6.11.5"
  9538. },
  9539. "funding": {
  9540. "type": "opencollective",
  9541. "url": "https://opencollective.com/webpack"
  9542. }
  9543. },
  9544. "node_modules/locate-path": {
  9545. "version": "6.0.0",
  9546. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  9547. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  9548. "dev": true,
  9549. "license": "MIT",
  9550. "dependencies": {
  9551. "p-locate": "^5.0.0"
  9552. },
  9553. "engines": {
  9554. "node": ">=10"
  9555. },
  9556. "funding": {
  9557. "url": "https://github.com/sponsors/sindresorhus"
  9558. }
  9559. },
  9560. "node_modules/lodash": {
  9561. "version": "4.18.1",
  9562. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  9563. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  9564. "dev": true,
  9565. "license": "MIT"
  9566. },
  9567. "node_modules/lodash.memoize": {
  9568. "version": "4.1.2",
  9569. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  9570. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  9571. "dev": true,
  9572. "license": "MIT"
  9573. },
  9574. "node_modules/lodash.merge": {
  9575. "version": "4.6.2",
  9576. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  9577. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  9578. "dev": true,
  9579. "license": "MIT"
  9580. },
  9581. "node_modules/log-symbols": {
  9582. "version": "4.1.0",
  9583. "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
  9584. "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
  9585. "dev": true,
  9586. "license": "MIT",
  9587. "dependencies": {
  9588. "chalk": "^4.1.0",
  9589. "is-unicode-supported": "^0.1.0"
  9590. },
  9591. "engines": {
  9592. "node": ">=10"
  9593. },
  9594. "funding": {
  9595. "url": "https://github.com/sponsors/sindresorhus"
  9596. }
  9597. },
  9598. "node_modules/lowercase-keys": {
  9599. "version": "3.0.0",
  9600. "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
  9601. "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
  9602. "dev": true,
  9603. "license": "MIT",
  9604. "engines": {
  9605. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9606. },
  9607. "funding": {
  9608. "url": "https://github.com/sponsors/sindresorhus"
  9609. }
  9610. },
  9611. "node_modules/lru-cache": {
  9612. "version": "5.1.1",
  9613. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  9614. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  9615. "dev": true,
  9616. "license": "ISC",
  9617. "dependencies": {
  9618. "yallist": "^3.0.2"
  9619. }
  9620. },
  9621. "node_modules/magic-string": {
  9622. "version": "0.30.17",
  9623. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
  9624. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  9625. "dev": true,
  9626. "license": "MIT",
  9627. "dependencies": {
  9628. "@jridgewell/sourcemap-codec": "^1.5.0"
  9629. }
  9630. },
  9631. "node_modules/make-dir": {
  9632. "version": "4.0.0",
  9633. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
  9634. "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
  9635. "dev": true,
  9636. "license": "MIT",
  9637. "dependencies": {
  9638. "semver": "^7.5.3"
  9639. },
  9640. "engines": {
  9641. "node": ">=10"
  9642. },
  9643. "funding": {
  9644. "url": "https://github.com/sponsors/sindresorhus"
  9645. }
  9646. },
  9647. "node_modules/make-error": {
  9648. "version": "1.3.6",
  9649. "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
  9650. "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
  9651. "devOptional": true,
  9652. "license": "ISC"
  9653. },
  9654. "node_modules/make-fetch-happen": {
  9655. "version": "9.1.0",
  9656. "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
  9657. "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
  9658. "license": "ISC",
  9659. "optional": true,
  9660. "dependencies": {
  9661. "agentkeepalive": "^4.1.3",
  9662. "cacache": "^15.2.0",
  9663. "http-cache-semantics": "^4.1.0",
  9664. "http-proxy-agent": "^4.0.1",
  9665. "https-proxy-agent": "^5.0.0",
  9666. "is-lambda": "^1.0.1",
  9667. "lru-cache": "^6.0.0",
  9668. "minipass": "^3.1.3",
  9669. "minipass-collect": "^1.0.2",
  9670. "minipass-fetch": "^1.3.2",
  9671. "minipass-flush": "^1.0.5",
  9672. "minipass-pipeline": "^1.2.4",
  9673. "negotiator": "^0.6.2",
  9674. "promise-retry": "^2.0.1",
  9675. "socks-proxy-agent": "^6.0.0",
  9676. "ssri": "^8.0.0"
  9677. },
  9678. "engines": {
  9679. "node": ">= 10"
  9680. }
  9681. },
  9682. "node_modules/make-fetch-happen/node_modules/lru-cache": {
  9683. "version": "6.0.0",
  9684. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  9685. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  9686. "license": "ISC",
  9687. "optional": true,
  9688. "dependencies": {
  9689. "yallist": "^4.0.0"
  9690. },
  9691. "engines": {
  9692. "node": ">=10"
  9693. }
  9694. },
  9695. "node_modules/make-fetch-happen/node_modules/minipass": {
  9696. "version": "3.3.6",
  9697. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  9698. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  9699. "license": "ISC",
  9700. "optional": true,
  9701. "dependencies": {
  9702. "yallist": "^4.0.0"
  9703. },
  9704. "engines": {
  9705. "node": ">=8"
  9706. }
  9707. },
  9708. "node_modules/make-fetch-happen/node_modules/negotiator": {
  9709. "version": "0.6.4",
  9710. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
  9711. "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
  9712. "license": "MIT",
  9713. "optional": true,
  9714. "engines": {
  9715. "node": ">= 0.6"
  9716. }
  9717. },
  9718. "node_modules/make-fetch-happen/node_modules/yallist": {
  9719. "version": "4.0.0",
  9720. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  9721. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  9722. "license": "ISC",
  9723. "optional": true
  9724. },
  9725. "node_modules/makeerror": {
  9726. "version": "1.0.12",
  9727. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  9728. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  9729. "dev": true,
  9730. "license": "BSD-3-Clause",
  9731. "dependencies": {
  9732. "tmpl": "1.0.5"
  9733. }
  9734. },
  9735. "node_modules/matcher": {
  9736. "version": "3.0.0",
  9737. "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz",
  9738. "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==",
  9739. "license": "MIT",
  9740. "dependencies": {
  9741. "escape-string-regexp": "^4.0.0"
  9742. },
  9743. "engines": {
  9744. "node": ">=10"
  9745. }
  9746. },
  9747. "node_modules/math-intrinsics": {
  9748. "version": "1.1.0",
  9749. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  9750. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  9751. "license": "MIT",
  9752. "engines": {
  9753. "node": ">= 0.4"
  9754. }
  9755. },
  9756. "node_modules/media-typer": {
  9757. "version": "1.1.0",
  9758. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
  9759. "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
  9760. "license": "MIT",
  9761. "engines": {
  9762. "node": ">= 0.8"
  9763. }
  9764. },
  9765. "node_modules/memfs": {
  9766. "version": "3.5.3",
  9767. "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
  9768. "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
  9769. "dev": true,
  9770. "license": "Unlicense",
  9771. "dependencies": {
  9772. "fs-monkey": "^1.0.4"
  9773. },
  9774. "engines": {
  9775. "node": ">= 4.0.0"
  9776. }
  9777. },
  9778. "node_modules/merge-descriptors": {
  9779. "version": "2.0.0",
  9780. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
  9781. "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
  9782. "license": "MIT",
  9783. "engines": {
  9784. "node": ">=18"
  9785. },
  9786. "funding": {
  9787. "url": "https://github.com/sponsors/sindresorhus"
  9788. }
  9789. },
  9790. "node_modules/merge-stream": {
  9791. "version": "2.0.0",
  9792. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  9793. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  9794. "dev": true,
  9795. "license": "MIT"
  9796. },
  9797. "node_modules/merge2": {
  9798. "version": "1.4.1",
  9799. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  9800. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  9801. "dev": true,
  9802. "license": "MIT",
  9803. "engines": {
  9804. "node": ">= 8"
  9805. }
  9806. },
  9807. "node_modules/methods": {
  9808. "version": "1.1.2",
  9809. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  9810. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  9811. "dev": true,
  9812. "license": "MIT",
  9813. "engines": {
  9814. "node": ">= 0.6"
  9815. }
  9816. },
  9817. "node_modules/micromatch": {
  9818. "version": "4.0.8",
  9819. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  9820. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  9821. "dev": true,
  9822. "license": "MIT",
  9823. "dependencies": {
  9824. "braces": "^3.0.3",
  9825. "picomatch": "^2.3.1"
  9826. },
  9827. "engines": {
  9828. "node": ">=8.6"
  9829. }
  9830. },
  9831. "node_modules/micromatch/node_modules/picomatch": {
  9832. "version": "2.3.2",
  9833. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  9834. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  9835. "dev": true,
  9836. "license": "MIT",
  9837. "engines": {
  9838. "node": ">=8.6"
  9839. },
  9840. "funding": {
  9841. "url": "https://github.com/sponsors/jonschlinkert"
  9842. }
  9843. },
  9844. "node_modules/mime": {
  9845. "version": "2.6.0",
  9846. "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
  9847. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  9848. "dev": true,
  9849. "license": "MIT",
  9850. "bin": {
  9851. "mime": "cli.js"
  9852. },
  9853. "engines": {
  9854. "node": ">=4.0.0"
  9855. }
  9856. },
  9857. "node_modules/mime-db": {
  9858. "version": "1.54.0",
  9859. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  9860. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  9861. "license": "MIT",
  9862. "engines": {
  9863. "node": ">= 0.6"
  9864. }
  9865. },
  9866. "node_modules/mime-types": {
  9867. "version": "3.0.2",
  9868. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  9869. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  9870. "license": "MIT",
  9871. "dependencies": {
  9872. "mime-db": "^1.54.0"
  9873. },
  9874. "engines": {
  9875. "node": ">=18"
  9876. },
  9877. "funding": {
  9878. "type": "opencollective",
  9879. "url": "https://opencollective.com/express"
  9880. }
  9881. },
  9882. "node_modules/mimic-fn": {
  9883. "version": "2.1.0",
  9884. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  9885. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  9886. "dev": true,
  9887. "license": "MIT",
  9888. "engines": {
  9889. "node": ">=6"
  9890. }
  9891. },
  9892. "node_modules/mimic-response": {
  9893. "version": "4.0.0",
  9894. "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
  9895. "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
  9896. "dev": true,
  9897. "license": "MIT",
  9898. "engines": {
  9899. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9900. },
  9901. "funding": {
  9902. "url": "https://github.com/sponsors/sindresorhus"
  9903. }
  9904. },
  9905. "node_modules/minimatch": {
  9906. "version": "3.1.5",
  9907. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  9908. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  9909. "devOptional": true,
  9910. "license": "ISC",
  9911. "dependencies": {
  9912. "brace-expansion": "^1.1.7"
  9913. },
  9914. "engines": {
  9915. "node": "*"
  9916. }
  9917. },
  9918. "node_modules/minimist": {
  9919. "version": "1.2.8",
  9920. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  9921. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  9922. "license": "MIT",
  9923. "funding": {
  9924. "url": "https://github.com/sponsors/ljharb"
  9925. }
  9926. },
  9927. "node_modules/minipass": {
  9928. "version": "7.1.3",
  9929. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  9930. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  9931. "license": "BlueOak-1.0.0",
  9932. "engines": {
  9933. "node": ">=16 || 14 >=14.17"
  9934. }
  9935. },
  9936. "node_modules/minipass-collect": {
  9937. "version": "1.0.2",
  9938. "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
  9939. "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
  9940. "license": "ISC",
  9941. "optional": true,
  9942. "dependencies": {
  9943. "minipass": "^3.0.0"
  9944. },
  9945. "engines": {
  9946. "node": ">= 8"
  9947. }
  9948. },
  9949. "node_modules/minipass-collect/node_modules/minipass": {
  9950. "version": "3.3.6",
  9951. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  9952. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  9953. "license": "ISC",
  9954. "optional": true,
  9955. "dependencies": {
  9956. "yallist": "^4.0.0"
  9957. },
  9958. "engines": {
  9959. "node": ">=8"
  9960. }
  9961. },
  9962. "node_modules/minipass-collect/node_modules/yallist": {
  9963. "version": "4.0.0",
  9964. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  9965. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  9966. "license": "ISC",
  9967. "optional": true
  9968. },
  9969. "node_modules/minipass-fetch": {
  9970. "version": "1.4.1",
  9971. "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
  9972. "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
  9973. "license": "MIT",
  9974. "optional": true,
  9975. "dependencies": {
  9976. "minipass": "^3.1.0",
  9977. "minipass-sized": "^1.0.3",
  9978. "minizlib": "^2.0.0"
  9979. },
  9980. "engines": {
  9981. "node": ">=8"
  9982. },
  9983. "optionalDependencies": {
  9984. "encoding": "^0.1.12"
  9985. }
  9986. },
  9987. "node_modules/minipass-fetch/node_modules/minipass": {
  9988. "version": "3.3.6",
  9989. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  9990. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  9991. "license": "ISC",
  9992. "optional": true,
  9993. "dependencies": {
  9994. "yallist": "^4.0.0"
  9995. },
  9996. "engines": {
  9997. "node": ">=8"
  9998. }
  9999. },
  10000. "node_modules/minipass-fetch/node_modules/yallist": {
  10001. "version": "4.0.0",
  10002. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10003. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10004. "license": "ISC",
  10005. "optional": true
  10006. },
  10007. "node_modules/minipass-flush": {
  10008. "version": "1.0.7",
  10009. "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.7.tgz",
  10010. "integrity": "sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==",
  10011. "license": "BlueOak-1.0.0",
  10012. "optional": true,
  10013. "dependencies": {
  10014. "minipass": "^3.0.0"
  10015. },
  10016. "engines": {
  10017. "node": ">= 8"
  10018. }
  10019. },
  10020. "node_modules/minipass-flush/node_modules/minipass": {
  10021. "version": "3.3.6",
  10022. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10023. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10024. "license": "ISC",
  10025. "optional": true,
  10026. "dependencies": {
  10027. "yallist": "^4.0.0"
  10028. },
  10029. "engines": {
  10030. "node": ">=8"
  10031. }
  10032. },
  10033. "node_modules/minipass-flush/node_modules/yallist": {
  10034. "version": "4.0.0",
  10035. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10036. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10037. "license": "ISC",
  10038. "optional": true
  10039. },
  10040. "node_modules/minipass-pipeline": {
  10041. "version": "1.2.4",
  10042. "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
  10043. "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
  10044. "license": "ISC",
  10045. "optional": true,
  10046. "dependencies": {
  10047. "minipass": "^3.0.0"
  10048. },
  10049. "engines": {
  10050. "node": ">=8"
  10051. }
  10052. },
  10053. "node_modules/minipass-pipeline/node_modules/minipass": {
  10054. "version": "3.3.6",
  10055. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10056. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10057. "license": "ISC",
  10058. "optional": true,
  10059. "dependencies": {
  10060. "yallist": "^4.0.0"
  10061. },
  10062. "engines": {
  10063. "node": ">=8"
  10064. }
  10065. },
  10066. "node_modules/minipass-pipeline/node_modules/yallist": {
  10067. "version": "4.0.0",
  10068. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10069. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10070. "license": "ISC",
  10071. "optional": true
  10072. },
  10073. "node_modules/minipass-sized": {
  10074. "version": "1.0.3",
  10075. "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
  10076. "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
  10077. "license": "ISC",
  10078. "optional": true,
  10079. "dependencies": {
  10080. "minipass": "^3.0.0"
  10081. },
  10082. "engines": {
  10083. "node": ">=8"
  10084. }
  10085. },
  10086. "node_modules/minipass-sized/node_modules/minipass": {
  10087. "version": "3.3.6",
  10088. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10089. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10090. "license": "ISC",
  10091. "optional": true,
  10092. "dependencies": {
  10093. "yallist": "^4.0.0"
  10094. },
  10095. "engines": {
  10096. "node": ">=8"
  10097. }
  10098. },
  10099. "node_modules/minipass-sized/node_modules/yallist": {
  10100. "version": "4.0.0",
  10101. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10102. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10103. "license": "ISC",
  10104. "optional": true
  10105. },
  10106. "node_modules/minizlib": {
  10107. "version": "2.1.2",
  10108. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  10109. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  10110. "license": "MIT",
  10111. "dependencies": {
  10112. "minipass": "^3.0.0",
  10113. "yallist": "^4.0.0"
  10114. },
  10115. "engines": {
  10116. "node": ">= 8"
  10117. }
  10118. },
  10119. "node_modules/minizlib/node_modules/minipass": {
  10120. "version": "3.3.6",
  10121. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10122. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10123. "license": "ISC",
  10124. "dependencies": {
  10125. "yallist": "^4.0.0"
  10126. },
  10127. "engines": {
  10128. "node": ">=8"
  10129. }
  10130. },
  10131. "node_modules/minizlib/node_modules/yallist": {
  10132. "version": "4.0.0",
  10133. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10134. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10135. "license": "ISC"
  10136. },
  10137. "node_modules/mkdirp": {
  10138. "version": "1.0.4",
  10139. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  10140. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  10141. "license": "MIT",
  10142. "bin": {
  10143. "mkdirp": "bin/cmd.js"
  10144. },
  10145. "engines": {
  10146. "node": ">=10"
  10147. }
  10148. },
  10149. "node_modules/mkdirp-classic": {
  10150. "version": "0.5.3",
  10151. "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
  10152. "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
  10153. "license": "MIT"
  10154. },
  10155. "node_modules/ms": {
  10156. "version": "2.1.3",
  10157. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  10158. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  10159. "license": "MIT"
  10160. },
  10161. "node_modules/multer": {
  10162. "version": "2.1.1",
  10163. "resolved": "https://registry.npmjs.org/multer/-/multer-2.1.1.tgz",
  10164. "integrity": "sha512-mo+QTzKlx8R7E5ylSXxWzGoXoZbOsRMpyitcht8By2KHvMbf3tjwosZ/Mu/XYU6UuJ3VZnODIrak5ZrPiPyB6A==",
  10165. "license": "MIT",
  10166. "dependencies": {
  10167. "append-field": "^1.0.0",
  10168. "busboy": "^1.6.0",
  10169. "concat-stream": "^2.0.0",
  10170. "type-is": "^1.6.18"
  10171. },
  10172. "engines": {
  10173. "node": ">= 10.16.0"
  10174. },
  10175. "funding": {
  10176. "type": "opencollective",
  10177. "url": "https://opencollective.com/express"
  10178. }
  10179. },
  10180. "node_modules/multer/node_modules/media-typer": {
  10181. "version": "0.3.0",
  10182. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  10183. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  10184. "license": "MIT",
  10185. "engines": {
  10186. "node": ">= 0.6"
  10187. }
  10188. },
  10189. "node_modules/multer/node_modules/mime-db": {
  10190. "version": "1.52.0",
  10191. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  10192. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  10193. "license": "MIT",
  10194. "engines": {
  10195. "node": ">= 0.6"
  10196. }
  10197. },
  10198. "node_modules/multer/node_modules/mime-types": {
  10199. "version": "2.1.35",
  10200. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  10201. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  10202. "license": "MIT",
  10203. "dependencies": {
  10204. "mime-db": "1.52.0"
  10205. },
  10206. "engines": {
  10207. "node": ">= 0.6"
  10208. }
  10209. },
  10210. "node_modules/multer/node_modules/type-is": {
  10211. "version": "1.6.18",
  10212. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  10213. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  10214. "license": "MIT",
  10215. "dependencies": {
  10216. "media-typer": "0.3.0",
  10217. "mime-types": "~2.1.24"
  10218. },
  10219. "engines": {
  10220. "node": ">= 0.6"
  10221. }
  10222. },
  10223. "node_modules/mute-stream": {
  10224. "version": "2.0.0",
  10225. "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
  10226. "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
  10227. "dev": true,
  10228. "license": "ISC",
  10229. "engines": {
  10230. "node": "^18.17.0 || >=20.5.0"
  10231. }
  10232. },
  10233. "node_modules/napi-build-utils": {
  10234. "version": "2.0.0",
  10235. "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
  10236. "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
  10237. "license": "MIT"
  10238. },
  10239. "node_modules/natural-compare": {
  10240. "version": "1.4.0",
  10241. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  10242. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  10243. "dev": true,
  10244. "license": "MIT"
  10245. },
  10246. "node_modules/negotiator": {
  10247. "version": "1.0.0",
  10248. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
  10249. "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
  10250. "license": "MIT",
  10251. "engines": {
  10252. "node": ">= 0.6"
  10253. }
  10254. },
  10255. "node_modules/neo-async": {
  10256. "version": "2.6.2",
  10257. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  10258. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  10259. "dev": true,
  10260. "license": "MIT"
  10261. },
  10262. "node_modules/node-abi": {
  10263. "version": "3.89.0",
  10264. "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.89.0.tgz",
  10265. "integrity": "sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==",
  10266. "license": "MIT",
  10267. "dependencies": {
  10268. "semver": "^7.3.5"
  10269. },
  10270. "engines": {
  10271. "node": ">=10"
  10272. }
  10273. },
  10274. "node_modules/node-abort-controller": {
  10275. "version": "3.1.1",
  10276. "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
  10277. "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==",
  10278. "dev": true,
  10279. "license": "MIT"
  10280. },
  10281. "node_modules/node-addon-api": {
  10282. "version": "7.1.1",
  10283. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  10284. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  10285. "license": "MIT"
  10286. },
  10287. "node_modules/node-emoji": {
  10288. "version": "1.11.0",
  10289. "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
  10290. "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==",
  10291. "dev": true,
  10292. "license": "MIT",
  10293. "dependencies": {
  10294. "lodash": "^4.17.21"
  10295. }
  10296. },
  10297. "node_modules/node-gyp": {
  10298. "version": "8.4.1",
  10299. "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
  10300. "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
  10301. "license": "MIT",
  10302. "optional": true,
  10303. "dependencies": {
  10304. "env-paths": "^2.2.0",
  10305. "glob": "^7.1.4",
  10306. "graceful-fs": "^4.2.6",
  10307. "make-fetch-happen": "^9.1.0",
  10308. "nopt": "^5.0.0",
  10309. "npmlog": "^6.0.0",
  10310. "rimraf": "^3.0.2",
  10311. "semver": "^7.3.5",
  10312. "tar": "^6.1.2",
  10313. "which": "^2.0.2"
  10314. },
  10315. "bin": {
  10316. "node-gyp": "bin/node-gyp.js"
  10317. },
  10318. "engines": {
  10319. "node": ">= 10.12.0"
  10320. }
  10321. },
  10322. "node_modules/node-gyp/node_modules/glob": {
  10323. "version": "7.2.3",
  10324. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  10325. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  10326. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  10327. "license": "ISC",
  10328. "optional": true,
  10329. "dependencies": {
  10330. "fs.realpath": "^1.0.0",
  10331. "inflight": "^1.0.4",
  10332. "inherits": "2",
  10333. "minimatch": "^3.1.1",
  10334. "once": "^1.3.0",
  10335. "path-is-absolute": "^1.0.0"
  10336. },
  10337. "engines": {
  10338. "node": "*"
  10339. },
  10340. "funding": {
  10341. "url": "https://github.com/sponsors/isaacs"
  10342. }
  10343. },
  10344. "node_modules/node-int64": {
  10345. "version": "0.4.0",
  10346. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  10347. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
  10348. "dev": true,
  10349. "license": "MIT"
  10350. },
  10351. "node_modules/node-releases": {
  10352. "version": "2.0.37",
  10353. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
  10354. "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
  10355. "dev": true,
  10356. "license": "MIT"
  10357. },
  10358. "node_modules/nopt": {
  10359. "version": "5.0.0",
  10360. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  10361. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  10362. "license": "ISC",
  10363. "optional": true,
  10364. "dependencies": {
  10365. "abbrev": "1"
  10366. },
  10367. "bin": {
  10368. "nopt": "bin/nopt.js"
  10369. },
  10370. "engines": {
  10371. "node": ">=6"
  10372. }
  10373. },
  10374. "node_modules/normalize-path": {
  10375. "version": "3.0.0",
  10376. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  10377. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  10378. "dev": true,
  10379. "license": "MIT",
  10380. "engines": {
  10381. "node": ">=0.10.0"
  10382. }
  10383. },
  10384. "node_modules/normalize-url": {
  10385. "version": "8.1.1",
  10386. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz",
  10387. "integrity": "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==",
  10388. "dev": true,
  10389. "license": "MIT",
  10390. "engines": {
  10391. "node": ">=14.16"
  10392. },
  10393. "funding": {
  10394. "url": "https://github.com/sponsors/sindresorhus"
  10395. }
  10396. },
  10397. "node_modules/npm-run-path": {
  10398. "version": "4.0.1",
  10399. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  10400. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  10401. "dev": true,
  10402. "license": "MIT",
  10403. "dependencies": {
  10404. "path-key": "^3.0.0"
  10405. },
  10406. "engines": {
  10407. "node": ">=8"
  10408. }
  10409. },
  10410. "node_modules/npmlog": {
  10411. "version": "6.0.2",
  10412. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
  10413. "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
  10414. "deprecated": "This package is no longer supported.",
  10415. "license": "ISC",
  10416. "optional": true,
  10417. "dependencies": {
  10418. "are-we-there-yet": "^3.0.0",
  10419. "console-control-strings": "^1.1.0",
  10420. "gauge": "^4.0.3",
  10421. "set-blocking": "^2.0.0"
  10422. },
  10423. "engines": {
  10424. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  10425. }
  10426. },
  10427. "node_modules/object-assign": {
  10428. "version": "4.1.1",
  10429. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  10430. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  10431. "license": "MIT",
  10432. "engines": {
  10433. "node": ">=0.10.0"
  10434. }
  10435. },
  10436. "node_modules/object-inspect": {
  10437. "version": "1.13.4",
  10438. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  10439. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  10440. "license": "MIT",
  10441. "engines": {
  10442. "node": ">= 0.4"
  10443. },
  10444. "funding": {
  10445. "url": "https://github.com/sponsors/ljharb"
  10446. }
  10447. },
  10448. "node_modules/object-keys": {
  10449. "version": "1.1.1",
  10450. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  10451. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  10452. "license": "MIT",
  10453. "engines": {
  10454. "node": ">= 0.4"
  10455. }
  10456. },
  10457. "node_modules/on-finished": {
  10458. "version": "2.4.1",
  10459. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  10460. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  10461. "license": "MIT",
  10462. "dependencies": {
  10463. "ee-first": "1.1.1"
  10464. },
  10465. "engines": {
  10466. "node": ">= 0.8"
  10467. }
  10468. },
  10469. "node_modules/once": {
  10470. "version": "1.4.0",
  10471. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  10472. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  10473. "license": "ISC",
  10474. "dependencies": {
  10475. "wrappy": "1"
  10476. }
  10477. },
  10478. "node_modules/onetime": {
  10479. "version": "5.1.2",
  10480. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  10481. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  10482. "dev": true,
  10483. "license": "MIT",
  10484. "dependencies": {
  10485. "mimic-fn": "^2.1.0"
  10486. },
  10487. "engines": {
  10488. "node": ">=6"
  10489. },
  10490. "funding": {
  10491. "url": "https://github.com/sponsors/sindresorhus"
  10492. }
  10493. },
  10494. "node_modules/onnxruntime-common": {
  10495. "version": "1.24.3",
  10496. "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.24.3.tgz",
  10497. "integrity": "sha512-GeuPZO6U/LBJXvwdaqHbuUmoXiEdeCjWi/EG7Y1HNnDwJYuk6WUbNXpF6luSUY8yASul3cmUlLGrCCL1ZgVXqA==",
  10498. "license": "MIT"
  10499. },
  10500. "node_modules/onnxruntime-node": {
  10501. "version": "1.24.3",
  10502. "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.24.3.tgz",
  10503. "integrity": "sha512-JH7+czbc8ALA819vlTgcV+Q214/+VjGeBHDjX81+ZCD0PCVCIFGFNtT0V4sXG/1JXypKPgScQcB3ij/hk3YnTg==",
  10504. "hasInstallScript": true,
  10505. "license": "MIT",
  10506. "os": [
  10507. "win32",
  10508. "darwin",
  10509. "linux"
  10510. ],
  10511. "dependencies": {
  10512. "adm-zip": "^0.5.16",
  10513. "global-agent": "^3.0.0",
  10514. "onnxruntime-common": "1.24.3"
  10515. }
  10516. },
  10517. "node_modules/optionator": {
  10518. "version": "0.9.4",
  10519. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  10520. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  10521. "dev": true,
  10522. "license": "MIT",
  10523. "dependencies": {
  10524. "deep-is": "^0.1.3",
  10525. "fast-levenshtein": "^2.0.6",
  10526. "levn": "^0.4.1",
  10527. "prelude-ls": "^1.2.1",
  10528. "type-check": "^0.4.0",
  10529. "word-wrap": "^1.2.5"
  10530. },
  10531. "engines": {
  10532. "node": ">= 0.8.0"
  10533. }
  10534. },
  10535. "node_modules/ora": {
  10536. "version": "5.4.1",
  10537. "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
  10538. "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
  10539. "dev": true,
  10540. "license": "MIT",
  10541. "dependencies": {
  10542. "bl": "^4.1.0",
  10543. "chalk": "^4.1.0",
  10544. "cli-cursor": "^3.1.0",
  10545. "cli-spinners": "^2.5.0",
  10546. "is-interactive": "^1.0.0",
  10547. "is-unicode-supported": "^0.1.0",
  10548. "log-symbols": "^4.1.0",
  10549. "strip-ansi": "^6.0.0",
  10550. "wcwidth": "^1.0.1"
  10551. },
  10552. "engines": {
  10553. "node": ">=10"
  10554. },
  10555. "funding": {
  10556. "url": "https://github.com/sponsors/sindresorhus"
  10557. }
  10558. },
  10559. "node_modules/p-cancelable": {
  10560. "version": "3.0.0",
  10561. "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
  10562. "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
  10563. "dev": true,
  10564. "license": "MIT",
  10565. "engines": {
  10566. "node": ">=12.20"
  10567. }
  10568. },
  10569. "node_modules/p-limit": {
  10570. "version": "3.1.0",
  10571. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  10572. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  10573. "dev": true,
  10574. "license": "MIT",
  10575. "dependencies": {
  10576. "yocto-queue": "^0.1.0"
  10577. },
  10578. "engines": {
  10579. "node": ">=10"
  10580. },
  10581. "funding": {
  10582. "url": "https://github.com/sponsors/sindresorhus"
  10583. }
  10584. },
  10585. "node_modules/p-locate": {
  10586. "version": "5.0.0",
  10587. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  10588. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  10589. "dev": true,
  10590. "license": "MIT",
  10591. "dependencies": {
  10592. "p-limit": "^3.0.2"
  10593. },
  10594. "engines": {
  10595. "node": ">=10"
  10596. },
  10597. "funding": {
  10598. "url": "https://github.com/sponsors/sindresorhus"
  10599. }
  10600. },
  10601. "node_modules/p-map": {
  10602. "version": "4.0.0",
  10603. "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  10604. "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
  10605. "license": "MIT",
  10606. "optional": true,
  10607. "dependencies": {
  10608. "aggregate-error": "^3.0.0"
  10609. },
  10610. "engines": {
  10611. "node": ">=10"
  10612. },
  10613. "funding": {
  10614. "url": "https://github.com/sponsors/sindresorhus"
  10615. }
  10616. },
  10617. "node_modules/p-try": {
  10618. "version": "2.2.0",
  10619. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  10620. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  10621. "dev": true,
  10622. "license": "MIT",
  10623. "engines": {
  10624. "node": ">=6"
  10625. }
  10626. },
  10627. "node_modules/package-json-from-dist": {
  10628. "version": "1.0.1",
  10629. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  10630. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  10631. "license": "BlueOak-1.0.0"
  10632. },
  10633. "node_modules/parent-module": {
  10634. "version": "1.0.1",
  10635. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  10636. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  10637. "dev": true,
  10638. "license": "MIT",
  10639. "dependencies": {
  10640. "callsites": "^3.0.0"
  10641. },
  10642. "engines": {
  10643. "node": ">=6"
  10644. }
  10645. },
  10646. "node_modules/parse-json": {
  10647. "version": "5.2.0",
  10648. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  10649. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  10650. "dev": true,
  10651. "license": "MIT",
  10652. "dependencies": {
  10653. "@babel/code-frame": "^7.0.0",
  10654. "error-ex": "^1.3.1",
  10655. "json-parse-even-better-errors": "^2.3.0",
  10656. "lines-and-columns": "^1.1.6"
  10657. },
  10658. "engines": {
  10659. "node": ">=8"
  10660. },
  10661. "funding": {
  10662. "url": "https://github.com/sponsors/sindresorhus"
  10663. }
  10664. },
  10665. "node_modules/parseurl": {
  10666. "version": "1.3.3",
  10667. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  10668. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  10669. "license": "MIT",
  10670. "engines": {
  10671. "node": ">= 0.8"
  10672. }
  10673. },
  10674. "node_modules/path-exists": {
  10675. "version": "4.0.0",
  10676. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  10677. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  10678. "dev": true,
  10679. "license": "MIT",
  10680. "engines": {
  10681. "node": ">=8"
  10682. }
  10683. },
  10684. "node_modules/path-is-absolute": {
  10685. "version": "1.0.1",
  10686. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  10687. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  10688. "devOptional": true,
  10689. "license": "MIT",
  10690. "engines": {
  10691. "node": ">=0.10.0"
  10692. }
  10693. },
  10694. "node_modules/path-key": {
  10695. "version": "3.1.1",
  10696. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  10697. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  10698. "license": "MIT",
  10699. "engines": {
  10700. "node": ">=8"
  10701. }
  10702. },
  10703. "node_modules/path-parse": {
  10704. "version": "1.0.7",
  10705. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  10706. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  10707. "dev": true,
  10708. "license": "MIT"
  10709. },
  10710. "node_modules/path-scurry": {
  10711. "version": "2.0.2",
  10712. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  10713. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  10714. "dev": true,
  10715. "license": "BlueOak-1.0.0",
  10716. "dependencies": {
  10717. "lru-cache": "^11.0.0",
  10718. "minipass": "^7.1.2"
  10719. },
  10720. "engines": {
  10721. "node": "18 || 20 || >=22"
  10722. },
  10723. "funding": {
  10724. "url": "https://github.com/sponsors/isaacs"
  10725. }
  10726. },
  10727. "node_modules/path-scurry/node_modules/lru-cache": {
  10728. "version": "11.3.2",
  10729. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.2.tgz",
  10730. "integrity": "sha512-wgWa6FWQ3QRRJbIjbsldRJZxdxYngT/dO0I5Ynmlnin8qy7tC6xYzbcJjtN4wHLXtkbVwHzk0C+OejVw1XM+DQ==",
  10731. "dev": true,
  10732. "license": "BlueOak-1.0.0",
  10733. "engines": {
  10734. "node": "20 || >=22"
  10735. }
  10736. },
  10737. "node_modules/path-to-regexp": {
  10738. "version": "8.4.2",
  10739. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
  10740. "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
  10741. "license": "MIT",
  10742. "funding": {
  10743. "type": "opencollective",
  10744. "url": "https://opencollective.com/express"
  10745. }
  10746. },
  10747. "node_modules/path-type": {
  10748. "version": "4.0.0",
  10749. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  10750. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  10751. "dev": true,
  10752. "license": "MIT",
  10753. "engines": {
  10754. "node": ">=8"
  10755. }
  10756. },
  10757. "node_modules/pend": {
  10758. "version": "1.2.0",
  10759. "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
  10760. "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
  10761. "dev": true,
  10762. "license": "MIT"
  10763. },
  10764. "node_modules/picocolors": {
  10765. "version": "1.1.1",
  10766. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  10767. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  10768. "dev": true,
  10769. "license": "ISC"
  10770. },
  10771. "node_modules/picomatch": {
  10772. "version": "4.0.2",
  10773. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  10774. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  10775. "dev": true,
  10776. "license": "MIT",
  10777. "engines": {
  10778. "node": ">=12"
  10779. },
  10780. "funding": {
  10781. "url": "https://github.com/sponsors/jonschlinkert"
  10782. }
  10783. },
  10784. "node_modules/pirates": {
  10785. "version": "4.0.7",
  10786. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
  10787. "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
  10788. "dev": true,
  10789. "license": "MIT",
  10790. "engines": {
  10791. "node": ">= 6"
  10792. }
  10793. },
  10794. "node_modules/piscina": {
  10795. "version": "4.9.2",
  10796. "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.9.2.tgz",
  10797. "integrity": "sha512-Fq0FERJWFEUpB4eSY59wSNwXD4RYqR+nR/WiEVcZW8IWfVBxJJafcgTEZDQo8k3w0sUarJ8RyVbbUF4GQ2LGbQ==",
  10798. "dev": true,
  10799. "license": "MIT",
  10800. "optionalDependencies": {
  10801. "@napi-rs/nice": "^1.0.1"
  10802. }
  10803. },
  10804. "node_modules/pkg-dir": {
  10805. "version": "4.2.0",
  10806. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  10807. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  10808. "dev": true,
  10809. "license": "MIT",
  10810. "dependencies": {
  10811. "find-up": "^4.0.0"
  10812. },
  10813. "engines": {
  10814. "node": ">=8"
  10815. }
  10816. },
  10817. "node_modules/pkg-dir/node_modules/find-up": {
  10818. "version": "4.1.0",
  10819. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  10820. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  10821. "dev": true,
  10822. "license": "MIT",
  10823. "dependencies": {
  10824. "locate-path": "^5.0.0",
  10825. "path-exists": "^4.0.0"
  10826. },
  10827. "engines": {
  10828. "node": ">=8"
  10829. }
  10830. },
  10831. "node_modules/pkg-dir/node_modules/locate-path": {
  10832. "version": "5.0.0",
  10833. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  10834. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  10835. "dev": true,
  10836. "license": "MIT",
  10837. "dependencies": {
  10838. "p-locate": "^4.1.0"
  10839. },
  10840. "engines": {
  10841. "node": ">=8"
  10842. }
  10843. },
  10844. "node_modules/pkg-dir/node_modules/p-limit": {
  10845. "version": "2.3.0",
  10846. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  10847. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  10848. "dev": true,
  10849. "license": "MIT",
  10850. "dependencies": {
  10851. "p-try": "^2.0.0"
  10852. },
  10853. "engines": {
  10854. "node": ">=6"
  10855. },
  10856. "funding": {
  10857. "url": "https://github.com/sponsors/sindresorhus"
  10858. }
  10859. },
  10860. "node_modules/pkg-dir/node_modules/p-locate": {
  10861. "version": "4.1.0",
  10862. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  10863. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  10864. "dev": true,
  10865. "license": "MIT",
  10866. "dependencies": {
  10867. "p-limit": "^2.2.0"
  10868. },
  10869. "engines": {
  10870. "node": ">=8"
  10871. }
  10872. },
  10873. "node_modules/pluralize": {
  10874. "version": "8.0.0",
  10875. "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
  10876. "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
  10877. "dev": true,
  10878. "license": "MIT",
  10879. "engines": {
  10880. "node": ">=4"
  10881. }
  10882. },
  10883. "node_modules/possible-typed-array-names": {
  10884. "version": "1.1.0",
  10885. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  10886. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  10887. "license": "MIT",
  10888. "engines": {
  10889. "node": ">= 0.4"
  10890. }
  10891. },
  10892. "node_modules/prebuild-install": {
  10893. "version": "7.1.3",
  10894. "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
  10895. "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
  10896. "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
  10897. "license": "MIT",
  10898. "dependencies": {
  10899. "detect-libc": "^2.0.0",
  10900. "expand-template": "^2.0.3",
  10901. "github-from-package": "0.0.0",
  10902. "minimist": "^1.2.3",
  10903. "mkdirp-classic": "^0.5.3",
  10904. "napi-build-utils": "^2.0.0",
  10905. "node-abi": "^3.3.0",
  10906. "pump": "^3.0.0",
  10907. "rc": "^1.2.7",
  10908. "simple-get": "^4.0.0",
  10909. "tar-fs": "^2.0.0",
  10910. "tunnel-agent": "^0.6.0"
  10911. },
  10912. "bin": {
  10913. "prebuild-install": "bin.js"
  10914. },
  10915. "engines": {
  10916. "node": ">=10"
  10917. }
  10918. },
  10919. "node_modules/prelude-ls": {
  10920. "version": "1.2.1",
  10921. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  10922. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  10923. "dev": true,
  10924. "license": "MIT",
  10925. "engines": {
  10926. "node": ">= 0.8.0"
  10927. }
  10928. },
  10929. "node_modules/prettier": {
  10930. "version": "3.8.1",
  10931. "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
  10932. "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
  10933. "dev": true,
  10934. "license": "MIT",
  10935. "bin": {
  10936. "prettier": "bin/prettier.cjs"
  10937. },
  10938. "engines": {
  10939. "node": ">=14"
  10940. },
  10941. "funding": {
  10942. "url": "https://github.com/prettier/prettier?sponsor=1"
  10943. }
  10944. },
  10945. "node_modules/prettier-linter-helpers": {
  10946. "version": "1.0.1",
  10947. "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz",
  10948. "integrity": "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==",
  10949. "dev": true,
  10950. "license": "MIT",
  10951. "dependencies": {
  10952. "fast-diff": "^1.1.2"
  10953. },
  10954. "engines": {
  10955. "node": ">=6.0.0"
  10956. }
  10957. },
  10958. "node_modules/pretty-format": {
  10959. "version": "29.7.0",
  10960. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
  10961. "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
  10962. "dev": true,
  10963. "license": "MIT",
  10964. "dependencies": {
  10965. "@jest/schemas": "^29.6.3",
  10966. "ansi-styles": "^5.0.0",
  10967. "react-is": "^18.0.0"
  10968. },
  10969. "engines": {
  10970. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  10971. }
  10972. },
  10973. "node_modules/pretty-format/node_modules/ansi-styles": {
  10974. "version": "5.2.0",
  10975. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  10976. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  10977. "dev": true,
  10978. "license": "MIT",
  10979. "engines": {
  10980. "node": ">=10"
  10981. },
  10982. "funding": {
  10983. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10984. }
  10985. },
  10986. "node_modules/promise-inflight": {
  10987. "version": "1.0.1",
  10988. "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
  10989. "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",
  10990. "license": "ISC",
  10991. "optional": true
  10992. },
  10993. "node_modules/promise-retry": {
  10994. "version": "2.0.1",
  10995. "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
  10996. "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
  10997. "license": "MIT",
  10998. "optional": true,
  10999. "dependencies": {
  11000. "err-code": "^2.0.2",
  11001. "retry": "^0.12.0"
  11002. },
  11003. "engines": {
  11004. "node": ">=10"
  11005. }
  11006. },
  11007. "node_modules/prompts": {
  11008. "version": "2.4.2",
  11009. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  11010. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  11011. "dev": true,
  11012. "license": "MIT",
  11013. "dependencies": {
  11014. "kleur": "^3.0.3",
  11015. "sisteransi": "^1.0.5"
  11016. },
  11017. "engines": {
  11018. "node": ">= 6"
  11019. }
  11020. },
  11021. "node_modules/proxy-addr": {
  11022. "version": "2.0.7",
  11023. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  11024. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  11025. "license": "MIT",
  11026. "dependencies": {
  11027. "forwarded": "0.2.0",
  11028. "ipaddr.js": "1.9.1"
  11029. },
  11030. "engines": {
  11031. "node": ">= 0.10"
  11032. }
  11033. },
  11034. "node_modules/pump": {
  11035. "version": "3.0.4",
  11036. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
  11037. "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
  11038. "license": "MIT",
  11039. "dependencies": {
  11040. "end-of-stream": "^1.1.0",
  11041. "once": "^1.3.1"
  11042. }
  11043. },
  11044. "node_modules/punycode": {
  11045. "version": "2.3.1",
  11046. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  11047. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  11048. "dev": true,
  11049. "license": "MIT",
  11050. "engines": {
  11051. "node": ">=6"
  11052. }
  11053. },
  11054. "node_modules/pure-rand": {
  11055. "version": "6.1.0",
  11056. "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
  11057. "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
  11058. "dev": true,
  11059. "funding": [
  11060. {
  11061. "type": "individual",
  11062. "url": "https://github.com/sponsors/dubzzz"
  11063. },
  11064. {
  11065. "type": "opencollective",
  11066. "url": "https://opencollective.com/fast-check"
  11067. }
  11068. ],
  11069. "license": "MIT"
  11070. },
  11071. "node_modules/qs": {
  11072. "version": "6.15.0",
  11073. "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
  11074. "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
  11075. "license": "BSD-3-Clause",
  11076. "dependencies": {
  11077. "side-channel": "^1.1.0"
  11078. },
  11079. "engines": {
  11080. "node": ">=0.6"
  11081. },
  11082. "funding": {
  11083. "url": "https://github.com/sponsors/ljharb"
  11084. }
  11085. },
  11086. "node_modules/queue-microtask": {
  11087. "version": "1.2.3",
  11088. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  11089. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  11090. "dev": true,
  11091. "funding": [
  11092. {
  11093. "type": "github",
  11094. "url": "https://github.com/sponsors/feross"
  11095. },
  11096. {
  11097. "type": "patreon",
  11098. "url": "https://www.patreon.com/feross"
  11099. },
  11100. {
  11101. "type": "consulting",
  11102. "url": "https://feross.org/support"
  11103. }
  11104. ],
  11105. "license": "MIT"
  11106. },
  11107. "node_modules/quick-lru": {
  11108. "version": "5.1.1",
  11109. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
  11110. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
  11111. "dev": true,
  11112. "license": "MIT",
  11113. "engines": {
  11114. "node": ">=10"
  11115. },
  11116. "funding": {
  11117. "url": "https://github.com/sponsors/sindresorhus"
  11118. }
  11119. },
  11120. "node_modules/range-parser": {
  11121. "version": "1.2.1",
  11122. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  11123. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  11124. "license": "MIT",
  11125. "engines": {
  11126. "node": ">= 0.6"
  11127. }
  11128. },
  11129. "node_modules/raw-body": {
  11130. "version": "3.0.2",
  11131. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
  11132. "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
  11133. "license": "MIT",
  11134. "dependencies": {
  11135. "bytes": "~3.1.2",
  11136. "http-errors": "~2.0.1",
  11137. "iconv-lite": "~0.7.0",
  11138. "unpipe": "~1.0.0"
  11139. },
  11140. "engines": {
  11141. "node": ">= 0.10"
  11142. }
  11143. },
  11144. "node_modules/rc": {
  11145. "version": "1.2.8",
  11146. "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
  11147. "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  11148. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  11149. "dependencies": {
  11150. "deep-extend": "^0.6.0",
  11151. "ini": "~1.3.0",
  11152. "minimist": "^1.2.0",
  11153. "strip-json-comments": "~2.0.1"
  11154. },
  11155. "bin": {
  11156. "rc": "cli.js"
  11157. }
  11158. },
  11159. "node_modules/rc/node_modules/strip-json-comments": {
  11160. "version": "2.0.1",
  11161. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  11162. "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
  11163. "license": "MIT",
  11164. "engines": {
  11165. "node": ">=0.10.0"
  11166. }
  11167. },
  11168. "node_modules/react-is": {
  11169. "version": "18.3.1",
  11170. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
  11171. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  11172. "dev": true,
  11173. "license": "MIT"
  11174. },
  11175. "node_modules/readable-stream": {
  11176. "version": "3.6.2",
  11177. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  11178. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  11179. "license": "MIT",
  11180. "dependencies": {
  11181. "inherits": "^2.0.3",
  11182. "string_decoder": "^1.1.1",
  11183. "util-deprecate": "^1.0.1"
  11184. },
  11185. "engines": {
  11186. "node": ">= 6"
  11187. }
  11188. },
  11189. "node_modules/readdirp": {
  11190. "version": "4.1.2",
  11191. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  11192. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  11193. "dev": true,
  11194. "license": "MIT",
  11195. "engines": {
  11196. "node": ">= 14.18.0"
  11197. },
  11198. "funding": {
  11199. "type": "individual",
  11200. "url": "https://paulmillr.com/funding/"
  11201. }
  11202. },
  11203. "node_modules/reflect-metadata": {
  11204. "version": "0.2.2",
  11205. "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
  11206. "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
  11207. "license": "Apache-2.0"
  11208. },
  11209. "node_modules/require-directory": {
  11210. "version": "2.1.1",
  11211. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  11212. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  11213. "license": "MIT",
  11214. "engines": {
  11215. "node": ">=0.10.0"
  11216. }
  11217. },
  11218. "node_modules/require-from-string": {
  11219. "version": "2.0.2",
  11220. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  11221. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  11222. "dev": true,
  11223. "license": "MIT",
  11224. "engines": {
  11225. "node": ">=0.10.0"
  11226. }
  11227. },
  11228. "node_modules/resolve": {
  11229. "version": "1.22.11",
  11230. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  11231. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  11232. "dev": true,
  11233. "license": "MIT",
  11234. "dependencies": {
  11235. "is-core-module": "^2.16.1",
  11236. "path-parse": "^1.0.7",
  11237. "supports-preserve-symlinks-flag": "^1.0.0"
  11238. },
  11239. "bin": {
  11240. "resolve": "bin/resolve"
  11241. },
  11242. "engines": {
  11243. "node": ">= 0.4"
  11244. },
  11245. "funding": {
  11246. "url": "https://github.com/sponsors/ljharb"
  11247. }
  11248. },
  11249. "node_modules/resolve-alpn": {
  11250. "version": "1.2.1",
  11251. "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
  11252. "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==",
  11253. "dev": true,
  11254. "license": "MIT"
  11255. },
  11256. "node_modules/resolve-cwd": {
  11257. "version": "3.0.0",
  11258. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  11259. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  11260. "dev": true,
  11261. "license": "MIT",
  11262. "dependencies": {
  11263. "resolve-from": "^5.0.0"
  11264. },
  11265. "engines": {
  11266. "node": ">=8"
  11267. }
  11268. },
  11269. "node_modules/resolve-cwd/node_modules/resolve-from": {
  11270. "version": "5.0.0",
  11271. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  11272. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  11273. "dev": true,
  11274. "license": "MIT",
  11275. "engines": {
  11276. "node": ">=8"
  11277. }
  11278. },
  11279. "node_modules/resolve-from": {
  11280. "version": "4.0.0",
  11281. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  11282. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  11283. "dev": true,
  11284. "license": "MIT",
  11285. "engines": {
  11286. "node": ">=4"
  11287. }
  11288. },
  11289. "node_modules/resolve.exports": {
  11290. "version": "2.0.3",
  11291. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz",
  11292. "integrity": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==",
  11293. "dev": true,
  11294. "license": "MIT",
  11295. "engines": {
  11296. "node": ">=10"
  11297. }
  11298. },
  11299. "node_modules/responselike": {
  11300. "version": "3.0.0",
  11301. "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
  11302. "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
  11303. "dev": true,
  11304. "license": "MIT",
  11305. "dependencies": {
  11306. "lowercase-keys": "^3.0.0"
  11307. },
  11308. "engines": {
  11309. "node": ">=14.16"
  11310. },
  11311. "funding": {
  11312. "url": "https://github.com/sponsors/sindresorhus"
  11313. }
  11314. },
  11315. "node_modules/restore-cursor": {
  11316. "version": "3.1.0",
  11317. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
  11318. "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
  11319. "dev": true,
  11320. "license": "MIT",
  11321. "dependencies": {
  11322. "onetime": "^5.1.0",
  11323. "signal-exit": "^3.0.2"
  11324. },
  11325. "engines": {
  11326. "node": ">=8"
  11327. }
  11328. },
  11329. "node_modules/restore-cursor/node_modules/signal-exit": {
  11330. "version": "3.0.7",
  11331. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  11332. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  11333. "dev": true,
  11334. "license": "ISC"
  11335. },
  11336. "node_modules/retry": {
  11337. "version": "0.12.0",
  11338. "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  11339. "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
  11340. "license": "MIT",
  11341. "optional": true,
  11342. "engines": {
  11343. "node": ">= 4"
  11344. }
  11345. },
  11346. "node_modules/reusify": {
  11347. "version": "1.1.0",
  11348. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  11349. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  11350. "dev": true,
  11351. "license": "MIT",
  11352. "engines": {
  11353. "iojs": ">=1.0.0",
  11354. "node": ">=0.10.0"
  11355. }
  11356. },
  11357. "node_modules/rimraf": {
  11358. "version": "3.0.2",
  11359. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  11360. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  11361. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  11362. "license": "ISC",
  11363. "optional": true,
  11364. "dependencies": {
  11365. "glob": "^7.1.3"
  11366. },
  11367. "bin": {
  11368. "rimraf": "bin.js"
  11369. },
  11370. "funding": {
  11371. "url": "https://github.com/sponsors/isaacs"
  11372. }
  11373. },
  11374. "node_modules/rimraf/node_modules/glob": {
  11375. "version": "7.2.3",
  11376. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  11377. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  11378. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  11379. "license": "ISC",
  11380. "optional": true,
  11381. "dependencies": {
  11382. "fs.realpath": "^1.0.0",
  11383. "inflight": "^1.0.4",
  11384. "inherits": "2",
  11385. "minimatch": "^3.1.1",
  11386. "once": "^1.3.0",
  11387. "path-is-absolute": "^1.0.0"
  11388. },
  11389. "engines": {
  11390. "node": "*"
  11391. },
  11392. "funding": {
  11393. "url": "https://github.com/sponsors/isaacs"
  11394. }
  11395. },
  11396. "node_modules/roarr": {
  11397. "version": "2.15.4",
  11398. "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz",
  11399. "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==",
  11400. "license": "BSD-3-Clause",
  11401. "dependencies": {
  11402. "boolean": "^3.0.1",
  11403. "detect-node": "^2.0.4",
  11404. "globalthis": "^1.0.1",
  11405. "json-stringify-safe": "^5.0.1",
  11406. "semver-compare": "^1.0.0",
  11407. "sprintf-js": "^1.1.2"
  11408. },
  11409. "engines": {
  11410. "node": ">=8.0"
  11411. }
  11412. },
  11413. "node_modules/roarr/node_modules/sprintf-js": {
  11414. "version": "1.1.3",
  11415. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
  11416. "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
  11417. "license": "BSD-3-Clause"
  11418. },
  11419. "node_modules/router": {
  11420. "version": "2.2.0",
  11421. "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
  11422. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  11423. "license": "MIT",
  11424. "dependencies": {
  11425. "debug": "^4.4.0",
  11426. "depd": "^2.0.0",
  11427. "is-promise": "^4.0.0",
  11428. "parseurl": "^1.3.3",
  11429. "path-to-regexp": "^8.0.0"
  11430. },
  11431. "engines": {
  11432. "node": ">= 18"
  11433. }
  11434. },
  11435. "node_modules/run-parallel": {
  11436. "version": "1.2.0",
  11437. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  11438. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  11439. "dev": true,
  11440. "funding": [
  11441. {
  11442. "type": "github",
  11443. "url": "https://github.com/sponsors/feross"
  11444. },
  11445. {
  11446. "type": "patreon",
  11447. "url": "https://www.patreon.com/feross"
  11448. },
  11449. {
  11450. "type": "consulting",
  11451. "url": "https://feross.org/support"
  11452. }
  11453. ],
  11454. "license": "MIT",
  11455. "dependencies": {
  11456. "queue-microtask": "^1.2.2"
  11457. }
  11458. },
  11459. "node_modules/rxjs": {
  11460. "version": "7.8.2",
  11461. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
  11462. "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
  11463. "license": "Apache-2.0",
  11464. "dependencies": {
  11465. "tslib": "^2.1.0"
  11466. }
  11467. },
  11468. "node_modules/safe-buffer": {
  11469. "version": "5.2.1",
  11470. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  11471. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  11472. "funding": [
  11473. {
  11474. "type": "github",
  11475. "url": "https://github.com/sponsors/feross"
  11476. },
  11477. {
  11478. "type": "patreon",
  11479. "url": "https://www.patreon.com/feross"
  11480. },
  11481. {
  11482. "type": "consulting",
  11483. "url": "https://feross.org/support"
  11484. }
  11485. ],
  11486. "license": "MIT"
  11487. },
  11488. "node_modules/safer-buffer": {
  11489. "version": "2.1.2",
  11490. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  11491. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  11492. "license": "MIT"
  11493. },
  11494. "node_modules/schema-utils": {
  11495. "version": "3.3.0",
  11496. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
  11497. "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
  11498. "dev": true,
  11499. "license": "MIT",
  11500. "dependencies": {
  11501. "@types/json-schema": "^7.0.8",
  11502. "ajv": "^6.12.5",
  11503. "ajv-keywords": "^3.5.2"
  11504. },
  11505. "engines": {
  11506. "node": ">= 10.13.0"
  11507. },
  11508. "funding": {
  11509. "type": "opencollective",
  11510. "url": "https://opencollective.com/webpack"
  11511. }
  11512. },
  11513. "node_modules/seek-bzip": {
  11514. "version": "2.0.0",
  11515. "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-2.0.0.tgz",
  11516. "integrity": "sha512-SMguiTnYrhpLdk3PwfzHeotrcwi8bNV4iemL9tx9poR/yeaMYwB9VzR1w7b57DuWpuqR8n6oZboi0hj3AxZxQg==",
  11517. "dev": true,
  11518. "license": "MIT",
  11519. "dependencies": {
  11520. "commander": "^6.0.0"
  11521. },
  11522. "bin": {
  11523. "seek-bunzip": "bin/seek-bunzip",
  11524. "seek-table": "bin/seek-bzip-table"
  11525. }
  11526. },
  11527. "node_modules/seek-bzip/node_modules/commander": {
  11528. "version": "6.2.1",
  11529. "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
  11530. "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
  11531. "dev": true,
  11532. "license": "MIT",
  11533. "engines": {
  11534. "node": ">= 6"
  11535. }
  11536. },
  11537. "node_modules/semver": {
  11538. "version": "7.7.4",
  11539. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  11540. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  11541. "license": "ISC",
  11542. "bin": {
  11543. "semver": "bin/semver.js"
  11544. },
  11545. "engines": {
  11546. "node": ">=10"
  11547. }
  11548. },
  11549. "node_modules/semver-compare": {
  11550. "version": "1.0.0",
  11551. "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
  11552. "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",
  11553. "license": "MIT"
  11554. },
  11555. "node_modules/semver-regex": {
  11556. "version": "4.0.5",
  11557. "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz",
  11558. "integrity": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==",
  11559. "dev": true,
  11560. "license": "MIT",
  11561. "engines": {
  11562. "node": ">=12"
  11563. },
  11564. "funding": {
  11565. "url": "https://github.com/sponsors/sindresorhus"
  11566. }
  11567. },
  11568. "node_modules/semver-truncate": {
  11569. "version": "3.0.0",
  11570. "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-3.0.0.tgz",
  11571. "integrity": "sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==",
  11572. "dev": true,
  11573. "license": "MIT",
  11574. "dependencies": {
  11575. "semver": "^7.3.5"
  11576. },
  11577. "engines": {
  11578. "node": ">=12"
  11579. },
  11580. "funding": {
  11581. "url": "https://github.com/sponsors/sindresorhus"
  11582. }
  11583. },
  11584. "node_modules/send": {
  11585. "version": "1.2.1",
  11586. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  11587. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  11588. "license": "MIT",
  11589. "dependencies": {
  11590. "debug": "^4.4.3",
  11591. "encodeurl": "^2.0.0",
  11592. "escape-html": "^1.0.3",
  11593. "etag": "^1.8.1",
  11594. "fresh": "^2.0.0",
  11595. "http-errors": "^2.0.1",
  11596. "mime-types": "^3.0.2",
  11597. "ms": "^2.1.3",
  11598. "on-finished": "^2.4.1",
  11599. "range-parser": "^1.2.1",
  11600. "statuses": "^2.0.2"
  11601. },
  11602. "engines": {
  11603. "node": ">= 18"
  11604. },
  11605. "funding": {
  11606. "type": "opencollective",
  11607. "url": "https://opencollective.com/express"
  11608. }
  11609. },
  11610. "node_modules/serialize-error": {
  11611. "version": "7.0.1",
  11612. "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
  11613. "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==",
  11614. "license": "MIT",
  11615. "dependencies": {
  11616. "type-fest": "^0.13.1"
  11617. },
  11618. "engines": {
  11619. "node": ">=10"
  11620. },
  11621. "funding": {
  11622. "url": "https://github.com/sponsors/sindresorhus"
  11623. }
  11624. },
  11625. "node_modules/serialize-error/node_modules/type-fest": {
  11626. "version": "0.13.1",
  11627. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
  11628. "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==",
  11629. "license": "(MIT OR CC0-1.0)",
  11630. "engines": {
  11631. "node": ">=10"
  11632. },
  11633. "funding": {
  11634. "url": "https://github.com/sponsors/sindresorhus"
  11635. }
  11636. },
  11637. "node_modules/serve-static": {
  11638. "version": "2.2.1",
  11639. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  11640. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  11641. "license": "MIT",
  11642. "dependencies": {
  11643. "encodeurl": "^2.0.0",
  11644. "escape-html": "^1.0.3",
  11645. "parseurl": "^1.3.3",
  11646. "send": "^1.2.0"
  11647. },
  11648. "engines": {
  11649. "node": ">= 18"
  11650. },
  11651. "funding": {
  11652. "type": "opencollective",
  11653. "url": "https://opencollective.com/express"
  11654. }
  11655. },
  11656. "node_modules/set-blocking": {
  11657. "version": "2.0.0",
  11658. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  11659. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
  11660. "license": "ISC",
  11661. "optional": true
  11662. },
  11663. "node_modules/set-function-length": {
  11664. "version": "1.2.2",
  11665. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  11666. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  11667. "license": "MIT",
  11668. "dependencies": {
  11669. "define-data-property": "^1.1.4",
  11670. "es-errors": "^1.3.0",
  11671. "function-bind": "^1.1.2",
  11672. "get-intrinsic": "^1.2.4",
  11673. "gopd": "^1.0.1",
  11674. "has-property-descriptors": "^1.0.2"
  11675. },
  11676. "engines": {
  11677. "node": ">= 0.4"
  11678. }
  11679. },
  11680. "node_modules/setprototypeof": {
  11681. "version": "1.2.0",
  11682. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  11683. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  11684. "license": "ISC"
  11685. },
  11686. "node_modules/sha.js": {
  11687. "version": "2.4.12",
  11688. "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
  11689. "integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
  11690. "license": "(MIT AND BSD-3-Clause)",
  11691. "dependencies": {
  11692. "inherits": "^2.0.4",
  11693. "safe-buffer": "^5.2.1",
  11694. "to-buffer": "^1.2.0"
  11695. },
  11696. "bin": {
  11697. "sha.js": "bin.js"
  11698. },
  11699. "engines": {
  11700. "node": ">= 0.10"
  11701. },
  11702. "funding": {
  11703. "url": "https://github.com/sponsors/ljharb"
  11704. }
  11705. },
  11706. "node_modules/sharp": {
  11707. "version": "0.34.5",
  11708. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  11709. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  11710. "hasInstallScript": true,
  11711. "license": "Apache-2.0",
  11712. "dependencies": {
  11713. "@img/colour": "^1.0.0",
  11714. "detect-libc": "^2.1.2",
  11715. "semver": "^7.7.3"
  11716. },
  11717. "engines": {
  11718. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  11719. },
  11720. "funding": {
  11721. "url": "https://opencollective.com/libvips"
  11722. },
  11723. "optionalDependencies": {
  11724. "@img/sharp-darwin-arm64": "0.34.5",
  11725. "@img/sharp-darwin-x64": "0.34.5",
  11726. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  11727. "@img/sharp-libvips-darwin-x64": "1.2.4",
  11728. "@img/sharp-libvips-linux-arm": "1.2.4",
  11729. "@img/sharp-libvips-linux-arm64": "1.2.4",
  11730. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  11731. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  11732. "@img/sharp-libvips-linux-s390x": "1.2.4",
  11733. "@img/sharp-libvips-linux-x64": "1.2.4",
  11734. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  11735. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  11736. "@img/sharp-linux-arm": "0.34.5",
  11737. "@img/sharp-linux-arm64": "0.34.5",
  11738. "@img/sharp-linux-ppc64": "0.34.5",
  11739. "@img/sharp-linux-riscv64": "0.34.5",
  11740. "@img/sharp-linux-s390x": "0.34.5",
  11741. "@img/sharp-linux-x64": "0.34.5",
  11742. "@img/sharp-linuxmusl-arm64": "0.34.5",
  11743. "@img/sharp-linuxmusl-x64": "0.34.5",
  11744. "@img/sharp-wasm32": "0.34.5",
  11745. "@img/sharp-win32-arm64": "0.34.5",
  11746. "@img/sharp-win32-ia32": "0.34.5",
  11747. "@img/sharp-win32-x64": "0.34.5"
  11748. }
  11749. },
  11750. "node_modules/shebang-command": {
  11751. "version": "2.0.0",
  11752. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  11753. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  11754. "license": "MIT",
  11755. "dependencies": {
  11756. "shebang-regex": "^3.0.0"
  11757. },
  11758. "engines": {
  11759. "node": ">=8"
  11760. }
  11761. },
  11762. "node_modules/shebang-regex": {
  11763. "version": "3.0.0",
  11764. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  11765. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  11766. "license": "MIT",
  11767. "engines": {
  11768. "node": ">=8"
  11769. }
  11770. },
  11771. "node_modules/side-channel": {
  11772. "version": "1.1.0",
  11773. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  11774. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  11775. "license": "MIT",
  11776. "dependencies": {
  11777. "es-errors": "^1.3.0",
  11778. "object-inspect": "^1.13.3",
  11779. "side-channel-list": "^1.0.0",
  11780. "side-channel-map": "^1.0.1",
  11781. "side-channel-weakmap": "^1.0.2"
  11782. },
  11783. "engines": {
  11784. "node": ">= 0.4"
  11785. },
  11786. "funding": {
  11787. "url": "https://github.com/sponsors/ljharb"
  11788. }
  11789. },
  11790. "node_modules/side-channel-list": {
  11791. "version": "1.0.0",
  11792. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  11793. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  11794. "license": "MIT",
  11795. "dependencies": {
  11796. "es-errors": "^1.3.0",
  11797. "object-inspect": "^1.13.3"
  11798. },
  11799. "engines": {
  11800. "node": ">= 0.4"
  11801. },
  11802. "funding": {
  11803. "url": "https://github.com/sponsors/ljharb"
  11804. }
  11805. },
  11806. "node_modules/side-channel-map": {
  11807. "version": "1.0.1",
  11808. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  11809. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  11810. "license": "MIT",
  11811. "dependencies": {
  11812. "call-bound": "^1.0.2",
  11813. "es-errors": "^1.3.0",
  11814. "get-intrinsic": "^1.2.5",
  11815. "object-inspect": "^1.13.3"
  11816. },
  11817. "engines": {
  11818. "node": ">= 0.4"
  11819. },
  11820. "funding": {
  11821. "url": "https://github.com/sponsors/ljharb"
  11822. }
  11823. },
  11824. "node_modules/side-channel-weakmap": {
  11825. "version": "1.0.2",
  11826. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  11827. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  11828. "license": "MIT",
  11829. "dependencies": {
  11830. "call-bound": "^1.0.2",
  11831. "es-errors": "^1.3.0",
  11832. "get-intrinsic": "^1.2.5",
  11833. "object-inspect": "^1.13.3",
  11834. "side-channel-map": "^1.0.1"
  11835. },
  11836. "engines": {
  11837. "node": ">= 0.4"
  11838. },
  11839. "funding": {
  11840. "url": "https://github.com/sponsors/ljharb"
  11841. }
  11842. },
  11843. "node_modules/signal-exit": {
  11844. "version": "4.1.0",
  11845. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  11846. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  11847. "license": "ISC",
  11848. "engines": {
  11849. "node": ">=14"
  11850. },
  11851. "funding": {
  11852. "url": "https://github.com/sponsors/isaacs"
  11853. }
  11854. },
  11855. "node_modules/simple-concat": {
  11856. "version": "1.0.1",
  11857. "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
  11858. "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
  11859. "funding": [
  11860. {
  11861. "type": "github",
  11862. "url": "https://github.com/sponsors/feross"
  11863. },
  11864. {
  11865. "type": "patreon",
  11866. "url": "https://www.patreon.com/feross"
  11867. },
  11868. {
  11869. "type": "consulting",
  11870. "url": "https://feross.org/support"
  11871. }
  11872. ],
  11873. "license": "MIT"
  11874. },
  11875. "node_modules/simple-get": {
  11876. "version": "4.0.1",
  11877. "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
  11878. "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
  11879. "funding": [
  11880. {
  11881. "type": "github",
  11882. "url": "https://github.com/sponsors/feross"
  11883. },
  11884. {
  11885. "type": "patreon",
  11886. "url": "https://www.patreon.com/feross"
  11887. },
  11888. {
  11889. "type": "consulting",
  11890. "url": "https://feross.org/support"
  11891. }
  11892. ],
  11893. "license": "MIT",
  11894. "dependencies": {
  11895. "decompress-response": "^6.0.0",
  11896. "once": "^1.3.1",
  11897. "simple-concat": "^1.0.0"
  11898. }
  11899. },
  11900. "node_modules/sisteransi": {
  11901. "version": "1.0.5",
  11902. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  11903. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  11904. "dev": true,
  11905. "license": "MIT"
  11906. },
  11907. "node_modules/slash": {
  11908. "version": "3.0.0",
  11909. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  11910. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  11911. "dev": true,
  11912. "license": "MIT",
  11913. "engines": {
  11914. "node": ">=8"
  11915. }
  11916. },
  11917. "node_modules/smart-buffer": {
  11918. "version": "4.2.0",
  11919. "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
  11920. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
  11921. "license": "MIT",
  11922. "optional": true,
  11923. "engines": {
  11924. "node": ">= 6.0.0",
  11925. "npm": ">= 3.0.0"
  11926. }
  11927. },
  11928. "node_modules/socks": {
  11929. "version": "2.8.7",
  11930. "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
  11931. "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
  11932. "license": "MIT",
  11933. "optional": true,
  11934. "dependencies": {
  11935. "ip-address": "^10.0.1",
  11936. "smart-buffer": "^4.2.0"
  11937. },
  11938. "engines": {
  11939. "node": ">= 10.0.0",
  11940. "npm": ">= 3.0.0"
  11941. }
  11942. },
  11943. "node_modules/socks-proxy-agent": {
  11944. "version": "6.2.1",
  11945. "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
  11946. "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
  11947. "license": "MIT",
  11948. "optional": true,
  11949. "dependencies": {
  11950. "agent-base": "^6.0.2",
  11951. "debug": "^4.3.3",
  11952. "socks": "^2.6.2"
  11953. },
  11954. "engines": {
  11955. "node": ">= 10"
  11956. }
  11957. },
  11958. "node_modules/sort-keys": {
  11959. "version": "1.1.2",
  11960. "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
  11961. "integrity": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==",
  11962. "dev": true,
  11963. "license": "MIT",
  11964. "dependencies": {
  11965. "is-plain-obj": "^1.0.0"
  11966. },
  11967. "engines": {
  11968. "node": ">=0.10.0"
  11969. }
  11970. },
  11971. "node_modules/sort-keys-length": {
  11972. "version": "1.0.1",
  11973. "resolved": "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz",
  11974. "integrity": "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==",
  11975. "dev": true,
  11976. "license": "MIT",
  11977. "dependencies": {
  11978. "sort-keys": "^1.0.0"
  11979. },
  11980. "engines": {
  11981. "node": ">=0.10.0"
  11982. }
  11983. },
  11984. "node_modules/source-map": {
  11985. "version": "0.7.4",
  11986. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  11987. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  11988. "dev": true,
  11989. "license": "BSD-3-Clause",
  11990. "engines": {
  11991. "node": ">= 8"
  11992. }
  11993. },
  11994. "node_modules/source-map-support": {
  11995. "version": "0.5.21",
  11996. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  11997. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11998. "dev": true,
  11999. "license": "MIT",
  12000. "dependencies": {
  12001. "buffer-from": "^1.0.0",
  12002. "source-map": "^0.6.0"
  12003. }
  12004. },
  12005. "node_modules/source-map-support/node_modules/source-map": {
  12006. "version": "0.6.1",
  12007. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  12008. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  12009. "dev": true,
  12010. "license": "BSD-3-Clause",
  12011. "engines": {
  12012. "node": ">=0.10.0"
  12013. }
  12014. },
  12015. "node_modules/sprintf-js": {
  12016. "version": "1.0.3",
  12017. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  12018. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
  12019. "dev": true,
  12020. "license": "BSD-3-Clause"
  12021. },
  12022. "node_modules/sql-highlight": {
  12023. "version": "6.1.0",
  12024. "resolved": "https://registry.npmjs.org/sql-highlight/-/sql-highlight-6.1.0.tgz",
  12025. "integrity": "sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==",
  12026. "funding": [
  12027. "https://github.com/scriptcoded/sql-highlight?sponsor=1",
  12028. {
  12029. "type": "github",
  12030. "url": "https://github.com/sponsors/scriptcoded"
  12031. }
  12032. ],
  12033. "license": "MIT",
  12034. "engines": {
  12035. "node": ">=14"
  12036. }
  12037. },
  12038. "node_modules/sqlite3": {
  12039. "version": "5.1.7",
  12040. "resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz",
  12041. "integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==",
  12042. "hasInstallScript": true,
  12043. "license": "BSD-3-Clause",
  12044. "dependencies": {
  12045. "bindings": "^1.5.0",
  12046. "node-addon-api": "^7.0.0",
  12047. "prebuild-install": "^7.1.1",
  12048. "tar": "^6.1.11"
  12049. },
  12050. "optionalDependencies": {
  12051. "node-gyp": "8.x"
  12052. },
  12053. "peerDependencies": {
  12054. "node-gyp": "8.x"
  12055. },
  12056. "peerDependenciesMeta": {
  12057. "node-gyp": {
  12058. "optional": true
  12059. }
  12060. }
  12061. },
  12062. "node_modules/ssri": {
  12063. "version": "8.0.1",
  12064. "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
  12065. "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
  12066. "license": "ISC",
  12067. "optional": true,
  12068. "dependencies": {
  12069. "minipass": "^3.1.1"
  12070. },
  12071. "engines": {
  12072. "node": ">= 8"
  12073. }
  12074. },
  12075. "node_modules/ssri/node_modules/minipass": {
  12076. "version": "3.3.6",
  12077. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  12078. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  12079. "license": "ISC",
  12080. "optional": true,
  12081. "dependencies": {
  12082. "yallist": "^4.0.0"
  12083. },
  12084. "engines": {
  12085. "node": ">=8"
  12086. }
  12087. },
  12088. "node_modules/ssri/node_modules/yallist": {
  12089. "version": "4.0.0",
  12090. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  12091. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  12092. "license": "ISC",
  12093. "optional": true
  12094. },
  12095. "node_modules/stack-utils": {
  12096. "version": "2.0.6",
  12097. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  12098. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  12099. "dev": true,
  12100. "license": "MIT",
  12101. "dependencies": {
  12102. "escape-string-regexp": "^2.0.0"
  12103. },
  12104. "engines": {
  12105. "node": ">=10"
  12106. }
  12107. },
  12108. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  12109. "version": "2.0.0",
  12110. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  12111. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  12112. "dev": true,
  12113. "license": "MIT",
  12114. "engines": {
  12115. "node": ">=8"
  12116. }
  12117. },
  12118. "node_modules/statuses": {
  12119. "version": "2.0.2",
  12120. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  12121. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  12122. "license": "MIT",
  12123. "engines": {
  12124. "node": ">= 0.8"
  12125. }
  12126. },
  12127. "node_modules/streamsearch": {
  12128. "version": "1.1.0",
  12129. "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
  12130. "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
  12131. "engines": {
  12132. "node": ">=10.0.0"
  12133. }
  12134. },
  12135. "node_modules/streamx": {
  12136. "version": "2.25.0",
  12137. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
  12138. "integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
  12139. "dev": true,
  12140. "license": "MIT",
  12141. "dependencies": {
  12142. "events-universal": "^1.0.0",
  12143. "fast-fifo": "^1.3.2",
  12144. "text-decoder": "^1.1.0"
  12145. }
  12146. },
  12147. "node_modules/string_decoder": {
  12148. "version": "1.3.0",
  12149. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  12150. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  12151. "license": "MIT",
  12152. "dependencies": {
  12153. "safe-buffer": "~5.2.0"
  12154. }
  12155. },
  12156. "node_modules/string-length": {
  12157. "version": "4.0.2",
  12158. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  12159. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  12160. "dev": true,
  12161. "license": "MIT",
  12162. "dependencies": {
  12163. "char-regex": "^1.0.2",
  12164. "strip-ansi": "^6.0.0"
  12165. },
  12166. "engines": {
  12167. "node": ">=10"
  12168. }
  12169. },
  12170. "node_modules/string-width": {
  12171. "version": "4.2.3",
  12172. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  12173. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12174. "license": "MIT",
  12175. "dependencies": {
  12176. "emoji-regex": "^8.0.0",
  12177. "is-fullwidth-code-point": "^3.0.0",
  12178. "strip-ansi": "^6.0.1"
  12179. },
  12180. "engines": {
  12181. "node": ">=8"
  12182. }
  12183. },
  12184. "node_modules/string-width-cjs": {
  12185. "name": "string-width",
  12186. "version": "4.2.3",
  12187. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  12188. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12189. "license": "MIT",
  12190. "dependencies": {
  12191. "emoji-regex": "^8.0.0",
  12192. "is-fullwidth-code-point": "^3.0.0",
  12193. "strip-ansi": "^6.0.1"
  12194. },
  12195. "engines": {
  12196. "node": ">=8"
  12197. }
  12198. },
  12199. "node_modules/strip-ansi": {
  12200. "version": "6.0.1",
  12201. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12202. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12203. "license": "MIT",
  12204. "dependencies": {
  12205. "ansi-regex": "^5.0.1"
  12206. },
  12207. "engines": {
  12208. "node": ">=8"
  12209. }
  12210. },
  12211. "node_modules/strip-ansi-cjs": {
  12212. "name": "strip-ansi",
  12213. "version": "6.0.1",
  12214. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12215. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12216. "license": "MIT",
  12217. "dependencies": {
  12218. "ansi-regex": "^5.0.1"
  12219. },
  12220. "engines": {
  12221. "node": ">=8"
  12222. }
  12223. },
  12224. "node_modules/strip-bom": {
  12225. "version": "4.0.0",
  12226. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  12227. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  12228. "dev": true,
  12229. "license": "MIT",
  12230. "engines": {
  12231. "node": ">=8"
  12232. }
  12233. },
  12234. "node_modules/strip-dirs": {
  12235. "version": "3.0.0",
  12236. "resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-3.0.0.tgz",
  12237. "integrity": "sha512-I0sdgcFTfKQlUPZyAqPJmSG3HLO9rWDFnxonnIbskYNM3DwFOeTNB5KzVq3dA1GdRAc/25b5Y7UO2TQfKWw4aQ==",
  12238. "dev": true,
  12239. "license": "ISC",
  12240. "dependencies": {
  12241. "inspect-with-kind": "^1.0.5",
  12242. "is-plain-obj": "^1.1.0"
  12243. }
  12244. },
  12245. "node_modules/strip-final-newline": {
  12246. "version": "2.0.0",
  12247. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  12248. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  12249. "dev": true,
  12250. "license": "MIT",
  12251. "engines": {
  12252. "node": ">=6"
  12253. }
  12254. },
  12255. "node_modules/strip-json-comments": {
  12256. "version": "3.1.1",
  12257. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  12258. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  12259. "dev": true,
  12260. "license": "MIT",
  12261. "engines": {
  12262. "node": ">=8"
  12263. },
  12264. "funding": {
  12265. "url": "https://github.com/sponsors/sindresorhus"
  12266. }
  12267. },
  12268. "node_modules/strtok3": {
  12269. "version": "10.3.5",
  12270. "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.5.tgz",
  12271. "integrity": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==",
  12272. "license": "MIT",
  12273. "dependencies": {
  12274. "@tokenizer/token": "^0.3.0"
  12275. },
  12276. "engines": {
  12277. "node": ">=18"
  12278. },
  12279. "funding": {
  12280. "type": "github",
  12281. "url": "https://github.com/sponsors/Borewit"
  12282. }
  12283. },
  12284. "node_modules/superagent": {
  12285. "version": "10.3.0",
  12286. "resolved": "https://registry.npmjs.org/superagent/-/superagent-10.3.0.tgz",
  12287. "integrity": "sha512-B+4Ik7ROgVKrQsXTV0Jwp2u+PXYLSlqtDAhYnkkD+zn3yg8s/zjA2MeGayPoY/KICrbitwneDHrjSotxKL+0XQ==",
  12288. "dev": true,
  12289. "license": "MIT",
  12290. "dependencies": {
  12291. "component-emitter": "^1.3.1",
  12292. "cookiejar": "^2.1.4",
  12293. "debug": "^4.3.7",
  12294. "fast-safe-stringify": "^2.1.1",
  12295. "form-data": "^4.0.5",
  12296. "formidable": "^3.5.4",
  12297. "methods": "^1.1.2",
  12298. "mime": "2.6.0",
  12299. "qs": "^6.14.1"
  12300. },
  12301. "engines": {
  12302. "node": ">=14.18.0"
  12303. }
  12304. },
  12305. "node_modules/supertest": {
  12306. "version": "7.2.2",
  12307. "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.2.2.tgz",
  12308. "integrity": "sha512-oK8WG9diS3DlhdUkcFn4tkNIiIbBx9lI2ClF8K+b2/m8Eyv47LSawxUzZQSNKUrVb2KsqeTDCcjAAVPYaSLVTA==",
  12309. "dev": true,
  12310. "license": "MIT",
  12311. "dependencies": {
  12312. "cookie-signature": "^1.2.2",
  12313. "methods": "^1.1.2",
  12314. "superagent": "^10.3.0"
  12315. },
  12316. "engines": {
  12317. "node": ">=14.18.0"
  12318. }
  12319. },
  12320. "node_modules/supports-color": {
  12321. "version": "7.2.0",
  12322. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  12323. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  12324. "dev": true,
  12325. "license": "MIT",
  12326. "dependencies": {
  12327. "has-flag": "^4.0.0"
  12328. },
  12329. "engines": {
  12330. "node": ">=8"
  12331. }
  12332. },
  12333. "node_modules/supports-preserve-symlinks-flag": {
  12334. "version": "1.0.0",
  12335. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  12336. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  12337. "dev": true,
  12338. "license": "MIT",
  12339. "engines": {
  12340. "node": ">= 0.4"
  12341. },
  12342. "funding": {
  12343. "url": "https://github.com/sponsors/ljharb"
  12344. }
  12345. },
  12346. "node_modules/symbol-observable": {
  12347. "version": "4.0.0",
  12348. "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz",
  12349. "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==",
  12350. "dev": true,
  12351. "license": "MIT",
  12352. "engines": {
  12353. "node": ">=0.10"
  12354. }
  12355. },
  12356. "node_modules/synckit": {
  12357. "version": "0.11.12",
  12358. "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz",
  12359. "integrity": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==",
  12360. "dev": true,
  12361. "license": "MIT",
  12362. "dependencies": {
  12363. "@pkgr/core": "^0.2.9"
  12364. },
  12365. "engines": {
  12366. "node": "^14.18.0 || >=16.0.0"
  12367. },
  12368. "funding": {
  12369. "url": "https://opencollective.com/synckit"
  12370. }
  12371. },
  12372. "node_modules/tapable": {
  12373. "version": "2.3.2",
  12374. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
  12375. "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
  12376. "dev": true,
  12377. "license": "MIT",
  12378. "engines": {
  12379. "node": ">=6"
  12380. },
  12381. "funding": {
  12382. "type": "opencollective",
  12383. "url": "https://opencollective.com/webpack"
  12384. }
  12385. },
  12386. "node_modules/tar": {
  12387. "version": "6.2.1",
  12388. "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
  12389. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  12390. "deprecated": "Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  12391. "license": "ISC",
  12392. "dependencies": {
  12393. "chownr": "^2.0.0",
  12394. "fs-minipass": "^2.0.0",
  12395. "minipass": "^5.0.0",
  12396. "minizlib": "^2.1.1",
  12397. "mkdirp": "^1.0.3",
  12398. "yallist": "^4.0.0"
  12399. },
  12400. "engines": {
  12401. "node": ">=10"
  12402. }
  12403. },
  12404. "node_modules/tar-fs": {
  12405. "version": "2.1.4",
  12406. "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
  12407. "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
  12408. "license": "MIT",
  12409. "dependencies": {
  12410. "chownr": "^1.1.1",
  12411. "mkdirp-classic": "^0.5.2",
  12412. "pump": "^3.0.0",
  12413. "tar-stream": "^2.1.4"
  12414. }
  12415. },
  12416. "node_modules/tar-fs/node_modules/chownr": {
  12417. "version": "1.1.4",
  12418. "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
  12419. "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
  12420. "license": "ISC"
  12421. },
  12422. "node_modules/tar-fs/node_modules/tar-stream": {
  12423. "version": "2.2.0",
  12424. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
  12425. "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  12426. "license": "MIT",
  12427. "dependencies": {
  12428. "bl": "^4.0.3",
  12429. "end-of-stream": "^1.4.1",
  12430. "fs-constants": "^1.0.0",
  12431. "inherits": "^2.0.3",
  12432. "readable-stream": "^3.1.1"
  12433. },
  12434. "engines": {
  12435. "node": ">=6"
  12436. }
  12437. },
  12438. "node_modules/tar-stream": {
  12439. "version": "3.1.8",
  12440. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz",
  12441. "integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
  12442. "dev": true,
  12443. "license": "MIT",
  12444. "dependencies": {
  12445. "b4a": "^1.6.4",
  12446. "bare-fs": "^4.5.5",
  12447. "fast-fifo": "^1.2.0",
  12448. "streamx": "^2.15.0"
  12449. }
  12450. },
  12451. "node_modules/tar/node_modules/minipass": {
  12452. "version": "5.0.0",
  12453. "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
  12454. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  12455. "license": "ISC",
  12456. "engines": {
  12457. "node": ">=8"
  12458. }
  12459. },
  12460. "node_modules/tar/node_modules/yallist": {
  12461. "version": "4.0.0",
  12462. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  12463. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  12464. "license": "ISC"
  12465. },
  12466. "node_modules/teex": {
  12467. "version": "1.0.1",
  12468. "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
  12469. "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
  12470. "dev": true,
  12471. "license": "MIT",
  12472. "dependencies": {
  12473. "streamx": "^2.12.5"
  12474. }
  12475. },
  12476. "node_modules/terser": {
  12477. "version": "5.46.1",
  12478. "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz",
  12479. "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
  12480. "dev": true,
  12481. "license": "BSD-2-Clause",
  12482. "dependencies": {
  12483. "@jridgewell/source-map": "^0.3.3",
  12484. "acorn": "^8.15.0",
  12485. "commander": "^2.20.0",
  12486. "source-map-support": "~0.5.20"
  12487. },
  12488. "bin": {
  12489. "terser": "bin/terser"
  12490. },
  12491. "engines": {
  12492. "node": ">=10"
  12493. }
  12494. },
  12495. "node_modules/terser-webpack-plugin": {
  12496. "version": "5.4.0",
  12497. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.4.0.tgz",
  12498. "integrity": "sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==",
  12499. "dev": true,
  12500. "license": "MIT",
  12501. "dependencies": {
  12502. "@jridgewell/trace-mapping": "^0.3.25",
  12503. "jest-worker": "^27.4.5",
  12504. "schema-utils": "^4.3.0",
  12505. "terser": "^5.31.1"
  12506. },
  12507. "engines": {
  12508. "node": ">= 10.13.0"
  12509. },
  12510. "funding": {
  12511. "type": "opencollective",
  12512. "url": "https://opencollective.com/webpack"
  12513. },
  12514. "peerDependencies": {
  12515. "webpack": "^5.1.0"
  12516. },
  12517. "peerDependenciesMeta": {
  12518. "@swc/core": {
  12519. "optional": true
  12520. },
  12521. "esbuild": {
  12522. "optional": true
  12523. },
  12524. "uglify-js": {
  12525. "optional": true
  12526. }
  12527. }
  12528. },
  12529. "node_modules/terser-webpack-plugin/node_modules/ajv": {
  12530. "version": "8.18.0",
  12531. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  12532. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  12533. "dev": true,
  12534. "license": "MIT",
  12535. "dependencies": {
  12536. "fast-deep-equal": "^3.1.3",
  12537. "fast-uri": "^3.0.1",
  12538. "json-schema-traverse": "^1.0.0",
  12539. "require-from-string": "^2.0.2"
  12540. },
  12541. "funding": {
  12542. "type": "github",
  12543. "url": "https://github.com/sponsors/epoberezkin"
  12544. }
  12545. },
  12546. "node_modules/terser-webpack-plugin/node_modules/ajv-formats": {
  12547. "version": "2.1.1",
  12548. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  12549. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  12550. "dev": true,
  12551. "license": "MIT",
  12552. "dependencies": {
  12553. "ajv": "^8.0.0"
  12554. },
  12555. "peerDependencies": {
  12556. "ajv": "^8.0.0"
  12557. },
  12558. "peerDependenciesMeta": {
  12559. "ajv": {
  12560. "optional": true
  12561. }
  12562. }
  12563. },
  12564. "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": {
  12565. "version": "5.1.0",
  12566. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  12567. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  12568. "dev": true,
  12569. "license": "MIT",
  12570. "dependencies": {
  12571. "fast-deep-equal": "^3.1.3"
  12572. },
  12573. "peerDependencies": {
  12574. "ajv": "^8.8.2"
  12575. }
  12576. },
  12577. "node_modules/terser-webpack-plugin/node_modules/jest-worker": {
  12578. "version": "27.5.1",
  12579. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  12580. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  12581. "dev": true,
  12582. "license": "MIT",
  12583. "dependencies": {
  12584. "@types/node": "*",
  12585. "merge-stream": "^2.0.0",
  12586. "supports-color": "^8.0.0"
  12587. },
  12588. "engines": {
  12589. "node": ">= 10.13.0"
  12590. }
  12591. },
  12592. "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": {
  12593. "version": "1.0.0",
  12594. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  12595. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  12596. "dev": true,
  12597. "license": "MIT"
  12598. },
  12599. "node_modules/terser-webpack-plugin/node_modules/schema-utils": {
  12600. "version": "4.3.3",
  12601. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
  12602. "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
  12603. "dev": true,
  12604. "license": "MIT",
  12605. "dependencies": {
  12606. "@types/json-schema": "^7.0.9",
  12607. "ajv": "^8.9.0",
  12608. "ajv-formats": "^2.1.1",
  12609. "ajv-keywords": "^5.1.0"
  12610. },
  12611. "engines": {
  12612. "node": ">= 10.13.0"
  12613. },
  12614. "funding": {
  12615. "type": "opencollective",
  12616. "url": "https://opencollective.com/webpack"
  12617. }
  12618. },
  12619. "node_modules/terser-webpack-plugin/node_modules/supports-color": {
  12620. "version": "8.1.1",
  12621. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  12622. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  12623. "dev": true,
  12624. "license": "MIT",
  12625. "dependencies": {
  12626. "has-flag": "^4.0.0"
  12627. },
  12628. "engines": {
  12629. "node": ">=10"
  12630. },
  12631. "funding": {
  12632. "url": "https://github.com/chalk/supports-color?sponsor=1"
  12633. }
  12634. },
  12635. "node_modules/terser/node_modules/commander": {
  12636. "version": "2.20.3",
  12637. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  12638. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12639. "dev": true,
  12640. "license": "MIT"
  12641. },
  12642. "node_modules/test-exclude": {
  12643. "version": "6.0.0",
  12644. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  12645. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  12646. "dev": true,
  12647. "license": "ISC",
  12648. "dependencies": {
  12649. "@istanbuljs/schema": "^0.1.2",
  12650. "glob": "^7.1.4",
  12651. "minimatch": "^3.0.4"
  12652. },
  12653. "engines": {
  12654. "node": ">=8"
  12655. }
  12656. },
  12657. "node_modules/test-exclude/node_modules/glob": {
  12658. "version": "7.2.3",
  12659. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  12660. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  12661. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  12662. "dev": true,
  12663. "license": "ISC",
  12664. "dependencies": {
  12665. "fs.realpath": "^1.0.0",
  12666. "inflight": "^1.0.4",
  12667. "inherits": "2",
  12668. "minimatch": "^3.1.1",
  12669. "once": "^1.3.0",
  12670. "path-is-absolute": "^1.0.0"
  12671. },
  12672. "engines": {
  12673. "node": "*"
  12674. },
  12675. "funding": {
  12676. "url": "https://github.com/sponsors/isaacs"
  12677. }
  12678. },
  12679. "node_modules/text-decoder": {
  12680. "version": "1.2.7",
  12681. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
  12682. "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
  12683. "dev": true,
  12684. "license": "Apache-2.0",
  12685. "dependencies": {
  12686. "b4a": "^1.6.4"
  12687. }
  12688. },
  12689. "node_modules/through": {
  12690. "version": "2.3.8",
  12691. "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
  12692. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
  12693. "dev": true,
  12694. "license": "MIT"
  12695. },
  12696. "node_modules/tinyglobby": {
  12697. "version": "0.2.15",
  12698. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  12699. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  12700. "dev": true,
  12701. "license": "MIT",
  12702. "dependencies": {
  12703. "fdir": "^6.5.0",
  12704. "picomatch": "^4.0.3"
  12705. },
  12706. "engines": {
  12707. "node": ">=12.0.0"
  12708. },
  12709. "funding": {
  12710. "url": "https://github.com/sponsors/SuperchupuDev"
  12711. }
  12712. },
  12713. "node_modules/tinyglobby/node_modules/picomatch": {
  12714. "version": "4.0.4",
  12715. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  12716. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  12717. "dev": true,
  12718. "license": "MIT",
  12719. "engines": {
  12720. "node": ">=12"
  12721. },
  12722. "funding": {
  12723. "url": "https://github.com/sponsors/jonschlinkert"
  12724. }
  12725. },
  12726. "node_modules/tmpl": {
  12727. "version": "1.0.5",
  12728. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  12729. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
  12730. "dev": true,
  12731. "license": "BSD-3-Clause"
  12732. },
  12733. "node_modules/to-buffer": {
  12734. "version": "1.2.2",
  12735. "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz",
  12736. "integrity": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==",
  12737. "license": "MIT",
  12738. "dependencies": {
  12739. "isarray": "^2.0.5",
  12740. "safe-buffer": "^5.2.1",
  12741. "typed-array-buffer": "^1.0.3"
  12742. },
  12743. "engines": {
  12744. "node": ">= 0.4"
  12745. }
  12746. },
  12747. "node_modules/to-regex-range": {
  12748. "version": "5.0.1",
  12749. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  12750. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  12751. "dev": true,
  12752. "license": "MIT",
  12753. "dependencies": {
  12754. "is-number": "^7.0.0"
  12755. },
  12756. "engines": {
  12757. "node": ">=8.0"
  12758. }
  12759. },
  12760. "node_modules/toidentifier": {
  12761. "version": "1.0.1",
  12762. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  12763. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  12764. "license": "MIT",
  12765. "engines": {
  12766. "node": ">=0.6"
  12767. }
  12768. },
  12769. "node_modules/token-types": {
  12770. "version": "6.1.2",
  12771. "resolved": "https://registry.npmjs.org/token-types/-/token-types-6.1.2.tgz",
  12772. "integrity": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==",
  12773. "license": "MIT",
  12774. "dependencies": {
  12775. "@borewit/text-codec": "^0.2.1",
  12776. "@tokenizer/token": "^0.3.0",
  12777. "ieee754": "^1.2.1"
  12778. },
  12779. "engines": {
  12780. "node": ">=14.16"
  12781. },
  12782. "funding": {
  12783. "type": "github",
  12784. "url": "https://github.com/sponsors/Borewit"
  12785. }
  12786. },
  12787. "node_modules/ts-api-utils": {
  12788. "version": "2.5.0",
  12789. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  12790. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  12791. "dev": true,
  12792. "license": "MIT",
  12793. "engines": {
  12794. "node": ">=18.12"
  12795. },
  12796. "peerDependencies": {
  12797. "typescript": ">=4.8.4"
  12798. }
  12799. },
  12800. "node_modules/ts-jest": {
  12801. "version": "29.4.9",
  12802. "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.9.tgz",
  12803. "integrity": "sha512-LTb9496gYPMCqjeDLdPrKuXtncudeV1yRZnF4Wo5l3SFi0RYEnYRNgMrFIdg+FHvfzjCyQk1cLncWVqiSX+EvQ==",
  12804. "dev": true,
  12805. "license": "MIT",
  12806. "dependencies": {
  12807. "bs-logger": "^0.2.6",
  12808. "fast-json-stable-stringify": "^2.1.0",
  12809. "handlebars": "^4.7.9",
  12810. "json5": "^2.2.3",
  12811. "lodash.memoize": "^4.1.2",
  12812. "make-error": "^1.3.6",
  12813. "semver": "^7.7.4",
  12814. "type-fest": "^4.41.0",
  12815. "yargs-parser": "^21.1.1"
  12816. },
  12817. "bin": {
  12818. "ts-jest": "cli.js"
  12819. },
  12820. "engines": {
  12821. "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
  12822. },
  12823. "peerDependencies": {
  12824. "@babel/core": ">=7.0.0-beta.0 <8",
  12825. "@jest/transform": "^29.0.0 || ^30.0.0",
  12826. "@jest/types": "^29.0.0 || ^30.0.0",
  12827. "babel-jest": "^29.0.0 || ^30.0.0",
  12828. "jest": "^29.0.0 || ^30.0.0",
  12829. "jest-util": "^29.0.0 || ^30.0.0",
  12830. "typescript": ">=4.3 <7"
  12831. },
  12832. "peerDependenciesMeta": {
  12833. "@babel/core": {
  12834. "optional": true
  12835. },
  12836. "@jest/transform": {
  12837. "optional": true
  12838. },
  12839. "@jest/types": {
  12840. "optional": true
  12841. },
  12842. "babel-jest": {
  12843. "optional": true
  12844. },
  12845. "esbuild": {
  12846. "optional": true
  12847. },
  12848. "jest-util": {
  12849. "optional": true
  12850. }
  12851. }
  12852. },
  12853. "node_modules/ts-jest/node_modules/type-fest": {
  12854. "version": "4.41.0",
  12855. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
  12856. "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
  12857. "dev": true,
  12858. "license": "(MIT OR CC0-1.0)",
  12859. "engines": {
  12860. "node": ">=16"
  12861. },
  12862. "funding": {
  12863. "url": "https://github.com/sponsors/sindresorhus"
  12864. }
  12865. },
  12866. "node_modules/ts-loader": {
  12867. "version": "9.5.7",
  12868. "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.7.tgz",
  12869. "integrity": "sha512-/ZNrKgA3K3PtpMYOC71EeMWIloGw3IYEa5/t1cyz2r5/PyUwTXGzYJvcD3kfUvmhlfpz1rhV8B2O6IVTQ0avsg==",
  12870. "dev": true,
  12871. "license": "MIT",
  12872. "dependencies": {
  12873. "chalk": "^4.1.0",
  12874. "enhanced-resolve": "^5.0.0",
  12875. "micromatch": "^4.0.0",
  12876. "semver": "^7.3.4",
  12877. "source-map": "^0.7.4"
  12878. },
  12879. "engines": {
  12880. "node": ">=12.0.0"
  12881. },
  12882. "peerDependencies": {
  12883. "typescript": "*",
  12884. "webpack": "^5.0.0"
  12885. }
  12886. },
  12887. "node_modules/ts-node": {
  12888. "version": "10.9.2",
  12889. "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
  12890. "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
  12891. "devOptional": true,
  12892. "license": "MIT",
  12893. "dependencies": {
  12894. "@cspotcode/source-map-support": "^0.8.0",
  12895. "@tsconfig/node10": "^1.0.7",
  12896. "@tsconfig/node12": "^1.0.7",
  12897. "@tsconfig/node14": "^1.0.0",
  12898. "@tsconfig/node16": "^1.0.2",
  12899. "acorn": "^8.4.1",
  12900. "acorn-walk": "^8.1.1",
  12901. "arg": "^4.1.0",
  12902. "create-require": "^1.1.0",
  12903. "diff": "^4.0.1",
  12904. "make-error": "^1.1.1",
  12905. "v8-compile-cache-lib": "^3.0.1",
  12906. "yn": "3.1.1"
  12907. },
  12908. "bin": {
  12909. "ts-node": "dist/bin.js",
  12910. "ts-node-cwd": "dist/bin-cwd.js",
  12911. "ts-node-esm": "dist/bin-esm.js",
  12912. "ts-node-script": "dist/bin-script.js",
  12913. "ts-node-transpile-only": "dist/bin-transpile.js",
  12914. "ts-script": "dist/bin-script-deprecated.js"
  12915. },
  12916. "peerDependencies": {
  12917. "@swc/core": ">=1.2.50",
  12918. "@swc/wasm": ">=1.2.50",
  12919. "@types/node": "*",
  12920. "typescript": ">=2.7"
  12921. },
  12922. "peerDependenciesMeta": {
  12923. "@swc/core": {
  12924. "optional": true
  12925. },
  12926. "@swc/wasm": {
  12927. "optional": true
  12928. }
  12929. }
  12930. },
  12931. "node_modules/tsconfig-paths": {
  12932. "version": "4.2.0",
  12933. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
  12934. "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
  12935. "dev": true,
  12936. "license": "MIT",
  12937. "dependencies": {
  12938. "json5": "^2.2.2",
  12939. "minimist": "^1.2.6",
  12940. "strip-bom": "^3.0.0"
  12941. },
  12942. "engines": {
  12943. "node": ">=6"
  12944. }
  12945. },
  12946. "node_modules/tsconfig-paths-webpack-plugin": {
  12947. "version": "4.2.0",
  12948. "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.2.0.tgz",
  12949. "integrity": "sha512-zbem3rfRS8BgeNK50Zz5SIQgXzLafiHjOwUAvk/38/o1jHn/V5QAgVUcz884or7WYcPaH3N2CIfUc2u0ul7UcA==",
  12950. "dev": true,
  12951. "license": "MIT",
  12952. "dependencies": {
  12953. "chalk": "^4.1.0",
  12954. "enhanced-resolve": "^5.7.0",
  12955. "tapable": "^2.2.1",
  12956. "tsconfig-paths": "^4.1.2"
  12957. },
  12958. "engines": {
  12959. "node": ">=10.13.0"
  12960. }
  12961. },
  12962. "node_modules/tsconfig-paths/node_modules/strip-bom": {
  12963. "version": "3.0.0",
  12964. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  12965. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  12966. "dev": true,
  12967. "license": "MIT",
  12968. "engines": {
  12969. "node": ">=4"
  12970. }
  12971. },
  12972. "node_modules/tslib": {
  12973. "version": "2.8.1",
  12974. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  12975. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  12976. "license": "0BSD"
  12977. },
  12978. "node_modules/tunnel-agent": {
  12979. "version": "0.6.0",
  12980. "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  12981. "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  12982. "license": "Apache-2.0",
  12983. "dependencies": {
  12984. "safe-buffer": "^5.0.1"
  12985. },
  12986. "engines": {
  12987. "node": "*"
  12988. }
  12989. },
  12990. "node_modules/type-check": {
  12991. "version": "0.4.0",
  12992. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  12993. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  12994. "dev": true,
  12995. "license": "MIT",
  12996. "dependencies": {
  12997. "prelude-ls": "^1.2.1"
  12998. },
  12999. "engines": {
  13000. "node": ">= 0.8.0"
  13001. }
  13002. },
  13003. "node_modules/type-detect": {
  13004. "version": "4.0.8",
  13005. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  13006. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  13007. "dev": true,
  13008. "license": "MIT",
  13009. "engines": {
  13010. "node": ">=4"
  13011. }
  13012. },
  13013. "node_modules/type-fest": {
  13014. "version": "0.21.3",
  13015. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  13016. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  13017. "dev": true,
  13018. "license": "(MIT OR CC0-1.0)",
  13019. "engines": {
  13020. "node": ">=10"
  13021. },
  13022. "funding": {
  13023. "url": "https://github.com/sponsors/sindresorhus"
  13024. }
  13025. },
  13026. "node_modules/type-is": {
  13027. "version": "2.0.1",
  13028. "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
  13029. "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
  13030. "license": "MIT",
  13031. "dependencies": {
  13032. "content-type": "^1.0.5",
  13033. "media-typer": "^1.1.0",
  13034. "mime-types": "^3.0.0"
  13035. },
  13036. "engines": {
  13037. "node": ">= 0.6"
  13038. }
  13039. },
  13040. "node_modules/typed-array-buffer": {
  13041. "version": "1.0.3",
  13042. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  13043. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  13044. "license": "MIT",
  13045. "dependencies": {
  13046. "call-bound": "^1.0.3",
  13047. "es-errors": "^1.3.0",
  13048. "is-typed-array": "^1.1.14"
  13049. },
  13050. "engines": {
  13051. "node": ">= 0.4"
  13052. }
  13053. },
  13054. "node_modules/typedarray": {
  13055. "version": "0.0.6",
  13056. "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
  13057. "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
  13058. "license": "MIT"
  13059. },
  13060. "node_modules/typeorm": {
  13061. "version": "0.3.28",
  13062. "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.28.tgz",
  13063. "integrity": "sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==",
  13064. "license": "MIT",
  13065. "dependencies": {
  13066. "@sqltools/formatter": "^1.2.5",
  13067. "ansis": "^4.2.0",
  13068. "app-root-path": "^3.1.0",
  13069. "buffer": "^6.0.3",
  13070. "dayjs": "^1.11.19",
  13071. "debug": "^4.4.3",
  13072. "dedent": "^1.7.0",
  13073. "dotenv": "^16.6.1",
  13074. "glob": "^10.5.0",
  13075. "reflect-metadata": "^0.2.2",
  13076. "sha.js": "^2.4.12",
  13077. "sql-highlight": "^6.1.0",
  13078. "tslib": "^2.8.1",
  13079. "uuid": "^11.1.0",
  13080. "yargs": "^17.7.2"
  13081. },
  13082. "bin": {
  13083. "typeorm": "cli.js",
  13084. "typeorm-ts-node-commonjs": "cli-ts-node-commonjs.js",
  13085. "typeorm-ts-node-esm": "cli-ts-node-esm.js"
  13086. },
  13087. "engines": {
  13088. "node": ">=16.13.0"
  13089. },
  13090. "funding": {
  13091. "url": "https://opencollective.com/typeorm"
  13092. },
  13093. "peerDependencies": {
  13094. "@google-cloud/spanner": "^5.18.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  13095. "@sap/hana-client": "^2.14.22",
  13096. "better-sqlite3": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
  13097. "ioredis": "^5.0.4",
  13098. "mongodb": "^5.8.0 || ^6.0.0",
  13099. "mssql": "^9.1.1 || ^10.0.0 || ^11.0.0 || ^12.0.0",
  13100. "mysql2": "^2.2.5 || ^3.0.1",
  13101. "oracledb": "^6.3.0",
  13102. "pg": "^8.5.1",
  13103. "pg-native": "^3.0.0",
  13104. "pg-query-stream": "^4.0.0",
  13105. "redis": "^3.1.1 || ^4.0.0 || ^5.0.14",
  13106. "sql.js": "^1.4.0",
  13107. "sqlite3": "^5.0.3",
  13108. "ts-node": "^10.7.0",
  13109. "typeorm-aurora-data-api-driver": "^2.0.0 || ^3.0.0"
  13110. },
  13111. "peerDependenciesMeta": {
  13112. "@google-cloud/spanner": {
  13113. "optional": true
  13114. },
  13115. "@sap/hana-client": {
  13116. "optional": true
  13117. },
  13118. "better-sqlite3": {
  13119. "optional": true
  13120. },
  13121. "ioredis": {
  13122. "optional": true
  13123. },
  13124. "mongodb": {
  13125. "optional": true
  13126. },
  13127. "mssql": {
  13128. "optional": true
  13129. },
  13130. "mysql2": {
  13131. "optional": true
  13132. },
  13133. "oracledb": {
  13134. "optional": true
  13135. },
  13136. "pg": {
  13137. "optional": true
  13138. },
  13139. "pg-native": {
  13140. "optional": true
  13141. },
  13142. "pg-query-stream": {
  13143. "optional": true
  13144. },
  13145. "redis": {
  13146. "optional": true
  13147. },
  13148. "sql.js": {
  13149. "optional": true
  13150. },
  13151. "sqlite3": {
  13152. "optional": true
  13153. },
  13154. "ts-node": {
  13155. "optional": true
  13156. },
  13157. "typeorm-aurora-data-api-driver": {
  13158. "optional": true
  13159. }
  13160. }
  13161. },
  13162. "node_modules/typeorm/node_modules/brace-expansion": {
  13163. "version": "2.0.3",
  13164. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  13165. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  13166. "license": "MIT",
  13167. "dependencies": {
  13168. "balanced-match": "^1.0.0"
  13169. }
  13170. },
  13171. "node_modules/typeorm/node_modules/buffer": {
  13172. "version": "6.0.3",
  13173. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  13174. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  13175. "funding": [
  13176. {
  13177. "type": "github",
  13178. "url": "https://github.com/sponsors/feross"
  13179. },
  13180. {
  13181. "type": "patreon",
  13182. "url": "https://www.patreon.com/feross"
  13183. },
  13184. {
  13185. "type": "consulting",
  13186. "url": "https://feross.org/support"
  13187. }
  13188. ],
  13189. "license": "MIT",
  13190. "dependencies": {
  13191. "base64-js": "^1.3.1",
  13192. "ieee754": "^1.2.1"
  13193. }
  13194. },
  13195. "node_modules/typeorm/node_modules/glob": {
  13196. "version": "10.5.0",
  13197. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  13198. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  13199. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  13200. "license": "ISC",
  13201. "dependencies": {
  13202. "foreground-child": "^3.1.0",
  13203. "jackspeak": "^3.1.2",
  13204. "minimatch": "^9.0.4",
  13205. "minipass": "^7.1.2",
  13206. "package-json-from-dist": "^1.0.0",
  13207. "path-scurry": "^1.11.1"
  13208. },
  13209. "bin": {
  13210. "glob": "dist/esm/bin.mjs"
  13211. },
  13212. "funding": {
  13213. "url": "https://github.com/sponsors/isaacs"
  13214. }
  13215. },
  13216. "node_modules/typeorm/node_modules/lru-cache": {
  13217. "version": "10.4.3",
  13218. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  13219. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  13220. "license": "ISC"
  13221. },
  13222. "node_modules/typeorm/node_modules/minimatch": {
  13223. "version": "9.0.9",
  13224. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  13225. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  13226. "license": "ISC",
  13227. "dependencies": {
  13228. "brace-expansion": "^2.0.2"
  13229. },
  13230. "engines": {
  13231. "node": ">=16 || 14 >=14.17"
  13232. },
  13233. "funding": {
  13234. "url": "https://github.com/sponsors/isaacs"
  13235. }
  13236. },
  13237. "node_modules/typeorm/node_modules/path-scurry": {
  13238. "version": "1.11.1",
  13239. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  13240. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  13241. "license": "BlueOak-1.0.0",
  13242. "dependencies": {
  13243. "lru-cache": "^10.2.0",
  13244. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  13245. },
  13246. "engines": {
  13247. "node": ">=16 || 14 >=14.18"
  13248. },
  13249. "funding": {
  13250. "url": "https://github.com/sponsors/isaacs"
  13251. }
  13252. },
  13253. "node_modules/typescript": {
  13254. "version": "5.9.3",
  13255. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  13256. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  13257. "devOptional": true,
  13258. "license": "Apache-2.0",
  13259. "bin": {
  13260. "tsc": "bin/tsc",
  13261. "tsserver": "bin/tsserver"
  13262. },
  13263. "engines": {
  13264. "node": ">=14.17"
  13265. }
  13266. },
  13267. "node_modules/typescript-eslint": {
  13268. "version": "8.58.0",
  13269. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.0.tgz",
  13270. "integrity": "sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==",
  13271. "dev": true,
  13272. "license": "MIT",
  13273. "dependencies": {
  13274. "@typescript-eslint/eslint-plugin": "8.58.0",
  13275. "@typescript-eslint/parser": "8.58.0",
  13276. "@typescript-eslint/typescript-estree": "8.58.0",
  13277. "@typescript-eslint/utils": "8.58.0"
  13278. },
  13279. "engines": {
  13280. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  13281. },
  13282. "funding": {
  13283. "type": "opencollective",
  13284. "url": "https://opencollective.com/typescript-eslint"
  13285. },
  13286. "peerDependencies": {
  13287. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  13288. "typescript": ">=4.8.4 <6.1.0"
  13289. }
  13290. },
  13291. "node_modules/uglify-js": {
  13292. "version": "3.19.3",
  13293. "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz",
  13294. "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==",
  13295. "dev": true,
  13296. "license": "BSD-2-Clause",
  13297. "optional": true,
  13298. "bin": {
  13299. "uglifyjs": "bin/uglifyjs"
  13300. },
  13301. "engines": {
  13302. "node": ">=0.8.0"
  13303. }
  13304. },
  13305. "node_modules/uid": {
  13306. "version": "2.0.2",
  13307. "resolved": "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz",
  13308. "integrity": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==",
  13309. "license": "MIT",
  13310. "dependencies": {
  13311. "@lukeed/csprng": "^1.0.0"
  13312. },
  13313. "engines": {
  13314. "node": ">=8"
  13315. }
  13316. },
  13317. "node_modules/uint8array-extras": {
  13318. "version": "1.5.0",
  13319. "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
  13320. "integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==",
  13321. "license": "MIT",
  13322. "engines": {
  13323. "node": ">=18"
  13324. },
  13325. "funding": {
  13326. "url": "https://github.com/sponsors/sindresorhus"
  13327. }
  13328. },
  13329. "node_modules/unbzip2-stream": {
  13330. "version": "1.4.3",
  13331. "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
  13332. "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
  13333. "dev": true,
  13334. "license": "MIT",
  13335. "dependencies": {
  13336. "buffer": "^5.2.1",
  13337. "through": "^2.3.8"
  13338. }
  13339. },
  13340. "node_modules/undici-types": {
  13341. "version": "6.21.0",
  13342. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  13343. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  13344. "devOptional": true,
  13345. "license": "MIT"
  13346. },
  13347. "node_modules/unique-filename": {
  13348. "version": "1.1.1",
  13349. "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
  13350. "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
  13351. "license": "ISC",
  13352. "optional": true,
  13353. "dependencies": {
  13354. "unique-slug": "^2.0.0"
  13355. }
  13356. },
  13357. "node_modules/unique-slug": {
  13358. "version": "2.0.2",
  13359. "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
  13360. "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
  13361. "license": "ISC",
  13362. "optional": true,
  13363. "dependencies": {
  13364. "imurmurhash": "^0.1.4"
  13365. }
  13366. },
  13367. "node_modules/universalify": {
  13368. "version": "2.0.1",
  13369. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  13370. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  13371. "dev": true,
  13372. "license": "MIT",
  13373. "engines": {
  13374. "node": ">= 10.0.0"
  13375. }
  13376. },
  13377. "node_modules/unpipe": {
  13378. "version": "1.0.0",
  13379. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  13380. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  13381. "license": "MIT",
  13382. "engines": {
  13383. "node": ">= 0.8"
  13384. }
  13385. },
  13386. "node_modules/update-browserslist-db": {
  13387. "version": "1.2.3",
  13388. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  13389. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  13390. "dev": true,
  13391. "funding": [
  13392. {
  13393. "type": "opencollective",
  13394. "url": "https://opencollective.com/browserslist"
  13395. },
  13396. {
  13397. "type": "tidelift",
  13398. "url": "https://tidelift.com/funding/github/npm/browserslist"
  13399. },
  13400. {
  13401. "type": "github",
  13402. "url": "https://github.com/sponsors/ai"
  13403. }
  13404. ],
  13405. "license": "MIT",
  13406. "dependencies": {
  13407. "escalade": "^3.2.0",
  13408. "picocolors": "^1.1.1"
  13409. },
  13410. "bin": {
  13411. "update-browserslist-db": "cli.js"
  13412. },
  13413. "peerDependencies": {
  13414. "browserslist": ">= 4.21.0"
  13415. }
  13416. },
  13417. "node_modules/uri-js": {
  13418. "version": "4.4.1",
  13419. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  13420. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  13421. "dev": true,
  13422. "license": "BSD-2-Clause",
  13423. "dependencies": {
  13424. "punycode": "^2.1.0"
  13425. }
  13426. },
  13427. "node_modules/util-deprecate": {
  13428. "version": "1.0.2",
  13429. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  13430. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  13431. "license": "MIT"
  13432. },
  13433. "node_modules/uuid": {
  13434. "version": "11.1.0",
  13435. "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
  13436. "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
  13437. "funding": [
  13438. "https://github.com/sponsors/broofa",
  13439. "https://github.com/sponsors/ctavan"
  13440. ],
  13441. "license": "MIT",
  13442. "bin": {
  13443. "uuid": "dist/esm/bin/uuid"
  13444. }
  13445. },
  13446. "node_modules/v8-compile-cache-lib": {
  13447. "version": "3.0.1",
  13448. "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
  13449. "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
  13450. "devOptional": true,
  13451. "license": "MIT"
  13452. },
  13453. "node_modules/v8-to-istanbul": {
  13454. "version": "9.3.0",
  13455. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
  13456. "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==",
  13457. "dev": true,
  13458. "license": "ISC",
  13459. "dependencies": {
  13460. "@jridgewell/trace-mapping": "^0.3.12",
  13461. "@types/istanbul-lib-coverage": "^2.0.1",
  13462. "convert-source-map": "^2.0.0"
  13463. },
  13464. "engines": {
  13465. "node": ">=10.12.0"
  13466. }
  13467. },
  13468. "node_modules/validator": {
  13469. "version": "13.15.35",
  13470. "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.35.tgz",
  13471. "integrity": "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==",
  13472. "license": "MIT",
  13473. "engines": {
  13474. "node": ">= 0.10"
  13475. }
  13476. },
  13477. "node_modules/vary": {
  13478. "version": "1.1.2",
  13479. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  13480. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  13481. "license": "MIT",
  13482. "engines": {
  13483. "node": ">= 0.8"
  13484. }
  13485. },
  13486. "node_modules/walker": {
  13487. "version": "1.0.8",
  13488. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  13489. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  13490. "dev": true,
  13491. "license": "Apache-2.0",
  13492. "dependencies": {
  13493. "makeerror": "1.0.12"
  13494. }
  13495. },
  13496. "node_modules/watchpack": {
  13497. "version": "2.5.1",
  13498. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.1.tgz",
  13499. "integrity": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==",
  13500. "dev": true,
  13501. "license": "MIT",
  13502. "dependencies": {
  13503. "glob-to-regexp": "^0.4.1",
  13504. "graceful-fs": "^4.1.2"
  13505. },
  13506. "engines": {
  13507. "node": ">=10.13.0"
  13508. }
  13509. },
  13510. "node_modules/wcwidth": {
  13511. "version": "1.0.1",
  13512. "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
  13513. "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
  13514. "dev": true,
  13515. "license": "MIT",
  13516. "dependencies": {
  13517. "defaults": "^1.0.3"
  13518. }
  13519. },
  13520. "node_modules/wcwidth/node_modules/defaults": {
  13521. "version": "1.0.4",
  13522. "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
  13523. "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
  13524. "dev": true,
  13525. "license": "MIT",
  13526. "dependencies": {
  13527. "clone": "^1.0.2"
  13528. },
  13529. "funding": {
  13530. "url": "https://github.com/sponsors/sindresorhus"
  13531. }
  13532. },
  13533. "node_modules/webpack": {
  13534. "version": "5.105.4",
  13535. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.4.tgz",
  13536. "integrity": "sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw==",
  13537. "dev": true,
  13538. "license": "MIT",
  13539. "dependencies": {
  13540. "@types/eslint-scope": "^3.7.7",
  13541. "@types/estree": "^1.0.8",
  13542. "@types/json-schema": "^7.0.15",
  13543. "@webassemblyjs/ast": "^1.14.1",
  13544. "@webassemblyjs/wasm-edit": "^1.14.1",
  13545. "@webassemblyjs/wasm-parser": "^1.14.1",
  13546. "acorn": "^8.16.0",
  13547. "acorn-import-phases": "^1.0.3",
  13548. "browserslist": "^4.28.1",
  13549. "chrome-trace-event": "^1.0.2",
  13550. "enhanced-resolve": "^5.20.0",
  13551. "es-module-lexer": "^2.0.0",
  13552. "eslint-scope": "5.1.1",
  13553. "events": "^3.2.0",
  13554. "glob-to-regexp": "^0.4.1",
  13555. "graceful-fs": "^4.2.11",
  13556. "json-parse-even-better-errors": "^2.3.1",
  13557. "loader-runner": "^4.3.1",
  13558. "mime-types": "^2.1.27",
  13559. "neo-async": "^2.6.2",
  13560. "schema-utils": "^4.3.3",
  13561. "tapable": "^2.3.0",
  13562. "terser-webpack-plugin": "^5.3.17",
  13563. "watchpack": "^2.5.1",
  13564. "webpack-sources": "^3.3.4"
  13565. },
  13566. "bin": {
  13567. "webpack": "bin/webpack.js"
  13568. },
  13569. "engines": {
  13570. "node": ">=10.13.0"
  13571. },
  13572. "funding": {
  13573. "type": "opencollective",
  13574. "url": "https://opencollective.com/webpack"
  13575. },
  13576. "peerDependenciesMeta": {
  13577. "webpack-cli": {
  13578. "optional": true
  13579. }
  13580. }
  13581. },
  13582. "node_modules/webpack-node-externals": {
  13583. "version": "3.0.0",
  13584. "resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz",
  13585. "integrity": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==",
  13586. "dev": true,
  13587. "license": "MIT",
  13588. "engines": {
  13589. "node": ">=6"
  13590. }
  13591. },
  13592. "node_modules/webpack-sources": {
  13593. "version": "3.3.4",
  13594. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.4.tgz",
  13595. "integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
  13596. "dev": true,
  13597. "license": "MIT",
  13598. "engines": {
  13599. "node": ">=10.13.0"
  13600. }
  13601. },
  13602. "node_modules/webpack/node_modules/ajv": {
  13603. "version": "8.18.0",
  13604. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  13605. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  13606. "dev": true,
  13607. "license": "MIT",
  13608. "dependencies": {
  13609. "fast-deep-equal": "^3.1.3",
  13610. "fast-uri": "^3.0.1",
  13611. "json-schema-traverse": "^1.0.0",
  13612. "require-from-string": "^2.0.2"
  13613. },
  13614. "funding": {
  13615. "type": "github",
  13616. "url": "https://github.com/sponsors/epoberezkin"
  13617. }
  13618. },
  13619. "node_modules/webpack/node_modules/ajv-formats": {
  13620. "version": "2.1.1",
  13621. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  13622. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  13623. "dev": true,
  13624. "license": "MIT",
  13625. "dependencies": {
  13626. "ajv": "^8.0.0"
  13627. },
  13628. "peerDependencies": {
  13629. "ajv": "^8.0.0"
  13630. },
  13631. "peerDependenciesMeta": {
  13632. "ajv": {
  13633. "optional": true
  13634. }
  13635. }
  13636. },
  13637. "node_modules/webpack/node_modules/ajv-keywords": {
  13638. "version": "5.1.0",
  13639. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  13640. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  13641. "dev": true,
  13642. "license": "MIT",
  13643. "dependencies": {
  13644. "fast-deep-equal": "^3.1.3"
  13645. },
  13646. "peerDependencies": {
  13647. "ajv": "^8.8.2"
  13648. }
  13649. },
  13650. "node_modules/webpack/node_modules/eslint-scope": {
  13651. "version": "5.1.1",
  13652. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  13653. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  13654. "dev": true,
  13655. "license": "BSD-2-Clause",
  13656. "dependencies": {
  13657. "esrecurse": "^4.3.0",
  13658. "estraverse": "^4.1.1"
  13659. },
  13660. "engines": {
  13661. "node": ">=8.0.0"
  13662. }
  13663. },
  13664. "node_modules/webpack/node_modules/estraverse": {
  13665. "version": "4.3.0",
  13666. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  13667. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  13668. "dev": true,
  13669. "license": "BSD-2-Clause",
  13670. "engines": {
  13671. "node": ">=4.0"
  13672. }
  13673. },
  13674. "node_modules/webpack/node_modules/json-schema-traverse": {
  13675. "version": "1.0.0",
  13676. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  13677. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  13678. "dev": true,
  13679. "license": "MIT"
  13680. },
  13681. "node_modules/webpack/node_modules/mime-db": {
  13682. "version": "1.52.0",
  13683. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  13684. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  13685. "dev": true,
  13686. "license": "MIT",
  13687. "engines": {
  13688. "node": ">= 0.6"
  13689. }
  13690. },
  13691. "node_modules/webpack/node_modules/mime-types": {
  13692. "version": "2.1.35",
  13693. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  13694. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  13695. "dev": true,
  13696. "license": "MIT",
  13697. "dependencies": {
  13698. "mime-db": "1.52.0"
  13699. },
  13700. "engines": {
  13701. "node": ">= 0.6"
  13702. }
  13703. },
  13704. "node_modules/webpack/node_modules/schema-utils": {
  13705. "version": "4.3.3",
  13706. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
  13707. "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
  13708. "dev": true,
  13709. "license": "MIT",
  13710. "dependencies": {
  13711. "@types/json-schema": "^7.0.9",
  13712. "ajv": "^8.9.0",
  13713. "ajv-formats": "^2.1.1",
  13714. "ajv-keywords": "^5.1.0"
  13715. },
  13716. "engines": {
  13717. "node": ">= 10.13.0"
  13718. },
  13719. "funding": {
  13720. "type": "opencollective",
  13721. "url": "https://opencollective.com/webpack"
  13722. }
  13723. },
  13724. "node_modules/which": {
  13725. "version": "2.0.2",
  13726. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  13727. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  13728. "license": "ISC",
  13729. "dependencies": {
  13730. "isexe": "^2.0.0"
  13731. },
  13732. "bin": {
  13733. "node-which": "bin/node-which"
  13734. },
  13735. "engines": {
  13736. "node": ">= 8"
  13737. }
  13738. },
  13739. "node_modules/which-typed-array": {
  13740. "version": "1.1.20",
  13741. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
  13742. "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
  13743. "license": "MIT",
  13744. "dependencies": {
  13745. "available-typed-arrays": "^1.0.7",
  13746. "call-bind": "^1.0.8",
  13747. "call-bound": "^1.0.4",
  13748. "for-each": "^0.3.5",
  13749. "get-proto": "^1.0.1",
  13750. "gopd": "^1.2.0",
  13751. "has-tostringtag": "^1.0.2"
  13752. },
  13753. "engines": {
  13754. "node": ">= 0.4"
  13755. },
  13756. "funding": {
  13757. "url": "https://github.com/sponsors/ljharb"
  13758. }
  13759. },
  13760. "node_modules/wide-align": {
  13761. "version": "1.1.5",
  13762. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  13763. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  13764. "license": "ISC",
  13765. "optional": true,
  13766. "dependencies": {
  13767. "string-width": "^1.0.2 || 2 || 3 || 4"
  13768. }
  13769. },
  13770. "node_modules/word-wrap": {
  13771. "version": "1.2.5",
  13772. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  13773. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  13774. "dev": true,
  13775. "license": "MIT",
  13776. "engines": {
  13777. "node": ">=0.10.0"
  13778. }
  13779. },
  13780. "node_modules/wordwrap": {
  13781. "version": "1.0.0",
  13782. "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
  13783. "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
  13784. "dev": true,
  13785. "license": "MIT"
  13786. },
  13787. "node_modules/wrap-ansi": {
  13788. "version": "6.2.0",
  13789. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  13790. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  13791. "dev": true,
  13792. "license": "MIT",
  13793. "dependencies": {
  13794. "ansi-styles": "^4.0.0",
  13795. "string-width": "^4.1.0",
  13796. "strip-ansi": "^6.0.0"
  13797. },
  13798. "engines": {
  13799. "node": ">=8"
  13800. }
  13801. },
  13802. "node_modules/wrap-ansi-cjs": {
  13803. "name": "wrap-ansi",
  13804. "version": "7.0.0",
  13805. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  13806. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  13807. "license": "MIT",
  13808. "dependencies": {
  13809. "ansi-styles": "^4.0.0",
  13810. "string-width": "^4.1.0",
  13811. "strip-ansi": "^6.0.0"
  13812. },
  13813. "engines": {
  13814. "node": ">=10"
  13815. },
  13816. "funding": {
  13817. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13818. }
  13819. },
  13820. "node_modules/wrappy": {
  13821. "version": "1.0.2",
  13822. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  13823. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  13824. "license": "ISC"
  13825. },
  13826. "node_modules/write-file-atomic": {
  13827. "version": "4.0.2",
  13828. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
  13829. "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
  13830. "dev": true,
  13831. "license": "ISC",
  13832. "dependencies": {
  13833. "imurmurhash": "^0.1.4",
  13834. "signal-exit": "^3.0.7"
  13835. },
  13836. "engines": {
  13837. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  13838. }
  13839. },
  13840. "node_modules/write-file-atomic/node_modules/signal-exit": {
  13841. "version": "3.0.7",
  13842. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  13843. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  13844. "dev": true,
  13845. "license": "ISC"
  13846. },
  13847. "node_modules/y18n": {
  13848. "version": "5.0.8",
  13849. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  13850. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  13851. "license": "ISC",
  13852. "engines": {
  13853. "node": ">=10"
  13854. }
  13855. },
  13856. "node_modules/yallist": {
  13857. "version": "3.1.1",
  13858. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  13859. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  13860. "dev": true,
  13861. "license": "ISC"
  13862. },
  13863. "node_modules/yargs": {
  13864. "version": "17.7.2",
  13865. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  13866. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  13867. "license": "MIT",
  13868. "dependencies": {
  13869. "cliui": "^8.0.1",
  13870. "escalade": "^3.1.1",
  13871. "get-caller-file": "^2.0.5",
  13872. "require-directory": "^2.1.1",
  13873. "string-width": "^4.2.3",
  13874. "y18n": "^5.0.5",
  13875. "yargs-parser": "^21.1.1"
  13876. },
  13877. "engines": {
  13878. "node": ">=12"
  13879. }
  13880. },
  13881. "node_modules/yargs-parser": {
  13882. "version": "21.1.1",
  13883. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  13884. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  13885. "license": "ISC",
  13886. "engines": {
  13887. "node": ">=12"
  13888. }
  13889. },
  13890. "node_modules/yauzl": {
  13891. "version": "3.3.0",
  13892. "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.0.tgz",
  13893. "integrity": "sha512-PtGEvEP30p7sbIBJKUBjUnqgTVOyMURc4dLo9iNyAJnNIEz9pm88cCXF21w94Kg3k6RXkeZh5DHOGS0qEONvNQ==",
  13894. "dev": true,
  13895. "license": "MIT",
  13896. "dependencies": {
  13897. "buffer-crc32": "~0.2.3",
  13898. "pend": "~1.2.0"
  13899. },
  13900. "engines": {
  13901. "node": ">=12"
  13902. }
  13903. },
  13904. "node_modules/yn": {
  13905. "version": "3.1.1",
  13906. "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
  13907. "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
  13908. "devOptional": true,
  13909. "license": "MIT",
  13910. "engines": {
  13911. "node": ">=6"
  13912. }
  13913. },
  13914. "node_modules/yocto-queue": {
  13915. "version": "0.1.0",
  13916. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  13917. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  13918. "dev": true,
  13919. "license": "MIT",
  13920. "engines": {
  13921. "node": ">=10"
  13922. },
  13923. "funding": {
  13924. "url": "https://github.com/sponsors/sindresorhus"
  13925. }
  13926. },
  13927. "node_modules/yoctocolors-cjs": {
  13928. "version": "2.1.3",
  13929. "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
  13930. "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
  13931. "dev": true,
  13932. "license": "MIT",
  13933. "engines": {
  13934. "node": ">=18"
  13935. },
  13936. "funding": {
  13937. "url": "https://github.com/sponsors/sindresorhus"
  13938. }
  13939. }
  13940. }
  13941. }