package-lock.json 506 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949119501195111952119531195411955119561195711958119591196011961119621196311964119651196611967119681196911970119711197211973119741197511976119771197811979119801198111982119831198411985119861198711988119891199011991119921199311994119951199611997119981199912000120011200212003120041200512006120071200812009120101201112012120131201412015120161201712018120191202012021120221202312024120251202612027120281202912030120311203212033120341203512036120371203812039120401204112042120431204412045120461204712048120491205012051120521205312054120551205612057120581205912060120611206212063120641206512066120671206812069120701207112072120731207412075120761207712078120791208012081120821208312084120851208612087120881208912090120911209212093120941209512096120971209812099121001210112102121031210412105121061210712108121091211012111121121211312114121151211612117121181211912120121211212212123121241212512126121271212812129121301213112132121331213412135121361213712138121391214012141121421214312144121451214612147121481214912150121511215212153121541215512156121571215812159121601216112162121631216412165121661216712168121691217012171121721217312174121751217612177121781217912180121811218212183121841218512186121871218812189121901219112192121931219412195121961219712198121991220012201122021220312204122051220612207122081220912210122111221212213122141221512216122171221812219122201222112222122231222412225122261222712228122291223012231122321223312234122351223612237122381223912240122411224212243122441224512246122471224812249122501225112252122531225412255122561225712258122591226012261122621226312264122651226612267122681226912270122711227212273122741227512276122771227812279122801228112282122831228412285122861228712288122891229012291122921229312294122951229612297122981229912300123011230212303123041230512306123071230812309123101231112312123131231412315123161231712318123191232012321123221232312324123251232612327123281232912330123311233212333123341233512336123371233812339123401234112342123431234412345123461234712348123491235012351123521235312354123551235612357123581235912360123611236212363123641236512366123671236812369123701237112372123731237412375123761237712378123791238012381123821238312384123851238612387123881238912390123911239212393123941239512396123971239812399124001240112402124031240412405124061240712408124091241012411124121241312414124151241612417124181241912420124211242212423124241242512426124271242812429124301243112432124331243412435124361243712438124391244012441124421244312444124451244612447124481244912450124511245212453124541245512456124571245812459124601246112462124631246412465124661246712468124691247012471124721247312474124751247612477124781247912480124811248212483124841248512486124871248812489124901249112492124931249412495124961249712498124991250012501125021250312504125051250612507125081250912510125111251212513125141251512516125171251812519125201252112522125231252412525125261252712528125291253012531125321253312534125351253612537125381253912540125411254212543125441254512546125471254812549125501255112552125531255412555125561255712558125591256012561125621256312564125651256612567125681256912570125711257212573125741257512576125771257812579125801258112582125831258412585125861258712588125891259012591125921259312594125951259612597125981259912600126011260212603126041260512606126071260812609126101261112612126131261412615126161261712618126191262012621126221262312624126251262612627126281262912630126311263212633126341263512636126371263812639126401264112642126431264412645126461264712648126491265012651126521265312654126551265612657126581265912660126611266212663126641266512666126671266812669126701267112672126731267412675126761267712678126791268012681126821268312684126851268612687126881268912690126911269212693126941269512696126971269812699127001270112702127031270412705127061270712708127091271012711127121271312714127151271612717127181271912720127211272212723127241272512726127271272812729127301273112732127331273412735127361273712738127391274012741127421274312744127451274612747127481274912750127511275212753127541275512756127571275812759127601276112762127631276412765127661276712768127691277012771127721277312774127751277612777127781277912780127811278212783127841278512786127871278812789127901279112792127931279412795127961279712798127991280012801128021280312804128051280612807128081280912810128111281212813128141281512816128171281812819128201282112822128231282412825128261282712828128291283012831128321283312834128351283612837128381283912840128411284212843128441284512846128471284812849128501285112852128531285412855128561285712858128591286012861128621286312864128651286612867128681286912870128711287212873128741287512876128771287812879128801288112882128831288412885128861288712888128891289012891128921289312894128951289612897128981289912900129011290212903129041290512906129071290812909129101291112912129131291412915129161291712918129191292012921129221292312924129251292612927129281292912930129311293212933129341293512936129371293812939129401294112942129431294412945129461294712948129491295012951129521295312954129551295612957129581295912960129611296212963129641296512966129671296812969129701297112972129731297412975129761297712978129791298012981129821298312984129851298612987129881298912990129911299212993129941299512996129971299812999130001300113002130031300413005130061300713008130091301013011130121301313014130151301613017130181301913020130211302213023130241302513026130271302813029130301303113032130331303413035130361303713038130391304013041130421304313044130451304613047130481304913050130511305213053130541305513056130571305813059130601306113062130631306413065130661306713068130691307013071130721307313074130751307613077130781307913080130811308213083130841308513086130871308813089130901309113092130931309413095130961309713098130991310013101131021310313104131051310613107131081310913110131111311213113131141311513116131171311813119131201312113122131231312413125131261312713128131291313013131131321313313134131351313613137131381313913140131411314213143131441314513146131471314813149131501315113152131531315413155131561315713158131591316013161131621316313164131651316613167131681316913170131711317213173131741317513176131771317813179131801318113182131831318413185131861318713188131891319013191131921319313194131951319613197131981319913200132011320213203132041320513206132071320813209132101321113212132131321413215132161321713218132191322013221132221322313224132251322613227132281322913230132311323213233132341323513236132371323813239132401324113242132431324413245132461324713248132491325013251132521325313254132551325613257132581325913260132611326213263132641326513266132671326813269132701327113272132731327413275132761327713278132791328013281132821328313284132851328613287132881328913290132911329213293132941329513296132971329813299133001330113302133031330413305133061330713308133091331013311133121331313314133151331613317133181331913320133211332213323133241332513326133271332813329133301333113332133331333413335133361333713338133391334013341133421334313344133451334613347133481334913350133511335213353133541335513356133571335813359133601336113362133631336413365133661336713368133691337013371133721337313374133751337613377133781337913380133811338213383133841338513386133871338813389133901339113392133931339413395133961339713398133991340013401134021340313404134051340613407134081340913410134111341213413134141341513416134171341813419134201342113422134231342413425134261342713428134291343013431134321343313434134351343613437134381343913440134411344213443134441344513446134471344813449134501345113452134531345413455134561345713458134591346013461134621346313464134651346613467134681346913470134711347213473134741347513476134771347813479134801348113482134831348413485134861348713488134891349013491134921349313494134951349613497134981349913500135011350213503135041350513506135071350813509135101351113512135131351413515135161351713518135191352013521135221352313524135251352613527135281352913530135311353213533135341353513536135371353813539135401354113542135431354413545135461354713548135491355013551135521355313554135551355613557135581355913560135611356213563135641356513566135671356813569135701357113572135731357413575135761357713578135791358013581135821358313584135851358613587135881358913590135911359213593135941359513596135971359813599136001360113602136031360413605136061360713608136091361013611136121361313614136151361613617136181361913620136211362213623136241362513626136271362813629136301363113632136331363413635136361363713638136391364013641136421364313644136451364613647136481364913650136511365213653136541365513656136571365813659136601366113662136631366413665136661366713668136691367013671136721367313674136751367613677136781367913680136811368213683136841368513686136871368813689136901369113692136931369413695136961369713698136991370013701137021370313704137051370613707137081370913710137111371213713137141371513716137171371813719137201372113722137231372413725137261372713728137291373013731137321373313734137351373613737137381373913740137411374213743137441374513746137471374813749137501375113752137531375413755137561375713758137591376013761137621376313764137651376613767137681376913770137711377213773137741377513776137771377813779137801378113782137831378413785137861378713788137891379013791137921379313794137951379613797137981379913800138011380213803138041380513806138071380813809138101381113812138131381413815138161381713818138191382013821138221382313824138251382613827138281382913830138311383213833138341383513836138371383813839138401384113842138431384413845138461384713848138491385013851138521385313854138551385613857138581385913860138611386213863138641386513866138671386813869138701387113872138731387413875138761387713878138791388013881138821388313884138851388613887138881388913890138911389213893138941389513896138971389813899139001390113902139031390413905139061390713908139091391013911139121391313914139151391613917139181391913920139211392213923139241392513926139271392813929139301393113932139331393413935139361393713938139391394013941139421394313944139451394613947139481394913950139511395213953139541395513956139571395813959139601396113962139631396413965139661396713968139691397013971139721397313974139751397613977139781397913980139811398213983139841398513986139871398813989139901399113992139931399413995139961399713998139991400014001140021400314004140051400614007140081400914010140111401214013140141401514016140171401814019140201402114022140231402414025140261402714028140291403014031140321403314034140351403614037140381403914040140411404214043140441404514046140471404814049140501405114052140531405414055140561405714058140591406014061140621406314064140651406614067140681406914070140711407214073140741407514076140771407814079140801408114082140831408414085140861408714088140891409014091140921409314094140951409614097140981409914100141011410214103141041410514106141071410814109141101411114112141131411414115141161411714118141191412014121141221412314124141251412614127141281412914130141311413214133141341413514136141371413814139141401414114142141431414414145141461414714148141491415014151141521415314154141551415614157141581415914160141611416214163141641416514166141671416814169141701417114172141731417414175141761417714178141791418014181141821418314184141851418614187141881418914190141911419214193141941419514196141971419814199142001420114202142031420414205142061420714208142091421014211142121421314214142151421614217142181421914220142211422214223142241422514226142271422814229142301423114232142331423414235142361423714238142391424014241142421424314244142451424614247142481424914250142511425214253142541425514256142571425814259142601426114262142631426414265142661426714268142691427014271142721427314274142751427614277142781427914280142811428214283142841428514286142871428814289142901429114292142931429414295142961429714298142991430014301143021430314304143051430614307143081430914310143111431214313143141431514316143171431814319143201432114322143231432414325143261432714328143291433014331143321433314334143351433614337143381433914340143411434214343143441434514346143471434814349143501435114352143531435414355143561435714358143591436014361143621436314364143651436614367143681436914370143711437214373143741437514376143771437814379143801438114382143831438414385143861438714388143891439014391143921439314394143951439614397143981439914400144011440214403144041440514406144071440814409144101441114412144131441414415144161441714418144191442014421144221442314424144251442614427144281442914430144311443214433144341443514436144371443814439144401444114442144431444414445144461444714448144491445014451144521445314454144551445614457144581445914460144611446214463144641446514466144671446814469144701447114472144731447414475144761447714478144791448014481144821448314484144851448614487144881448914490144911449214493144941449514496144971449814499145001450114502145031450414505145061450714508145091451014511145121451314514
  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/platform-socket.io": "^11.1.19",
  16. "@nestjs/typeorm": "^11.0.1",
  17. "@nestjs/websockets": "^11.1.19",
  18. "@xenova/transformers": "^2.17.2",
  19. "class-transformer": "^0.5.1",
  20. "class-validator": "^0.15.1",
  21. "find-process": "^2.1.1",
  22. "onnxruntime-node": "^1.24.3",
  23. "pidusage": "^4.0.1",
  24. "reflect-metadata": "^0.2.2",
  25. "rxjs": "^7.8.1",
  26. "sharp": "^0.34.5",
  27. "socket.io": "^4.8.3",
  28. "sqlite3": "^5.1.7",
  29. "typeorm": "^0.3.28"
  30. },
  31. "devDependencies": {
  32. "@eslint/eslintrc": "^3.2.0",
  33. "@eslint/js": "^9.18.0",
  34. "@nestjs/cli": "^11.0.0",
  35. "@nestjs/schematics": "^11.0.0",
  36. "@nestjs/testing": "^11.0.1",
  37. "@swc/cli": "^0.6.0",
  38. "@swc/core": "^1.10.7",
  39. "@types/express": "^5.0.0",
  40. "@types/jest": "^29.5.14",
  41. "@types/multer": "^2.1.0",
  42. "@types/node": "^22.10.7",
  43. "@types/supertest": "^6.0.2",
  44. "eslint": "^9.18.0",
  45. "eslint-config-prettier": "^10.0.1",
  46. "eslint-plugin-prettier": "^5.2.2",
  47. "globals": "^16.0.0",
  48. "jest": "^29.7.0",
  49. "prettier": "^3.4.2",
  50. "source-map-support": "^0.5.21",
  51. "supertest": "^7.0.0",
  52. "ts-jest": "^29.2.5",
  53. "ts-loader": "^9.5.2",
  54. "ts-node": "^10.9.2",
  55. "tsconfig-paths": "^4.2.0",
  56. "typescript": "^5.7.3",
  57. "typescript-eslint": "^8.20.0"
  58. }
  59. },
  60. "node_modules/@angular-devkit/core": {
  61. "version": "19.2.22",
  62. "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.22.tgz",
  63. "integrity": "sha512-OqN/Ded+ZKypPZN5+qUFwtnKGl7FKpxJXYO2Vts5vLBojY5goCZd9SGW1CyXeuPnisRUW+vjqBQbWYuEUh36Tw==",
  64. "dev": true,
  65. "license": "MIT",
  66. "dependencies": {
  67. "ajv": "8.18.0",
  68. "ajv-formats": "3.0.1",
  69. "jsonc-parser": "3.3.1",
  70. "picomatch": "4.0.2",
  71. "rxjs": "7.8.1",
  72. "source-map": "0.7.4"
  73. },
  74. "engines": {
  75. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  76. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  77. "yarn": ">= 1.13.0"
  78. },
  79. "peerDependencies": {
  80. "chokidar": "^4.0.0"
  81. },
  82. "peerDependenciesMeta": {
  83. "chokidar": {
  84. "optional": true
  85. }
  86. }
  87. },
  88. "node_modules/@angular-devkit/core/node_modules/ajv": {
  89. "version": "8.18.0",
  90. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  91. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  92. "dev": true,
  93. "license": "MIT",
  94. "dependencies": {
  95. "fast-deep-equal": "^3.1.3",
  96. "fast-uri": "^3.0.1",
  97. "json-schema-traverse": "^1.0.0",
  98. "require-from-string": "^2.0.2"
  99. },
  100. "funding": {
  101. "type": "github",
  102. "url": "https://github.com/sponsors/epoberezkin"
  103. }
  104. },
  105. "node_modules/@angular-devkit/core/node_modules/json-schema-traverse": {
  106. "version": "1.0.0",
  107. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  108. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  109. "dev": true,
  110. "license": "MIT"
  111. },
  112. "node_modules/@angular-devkit/core/node_modules/rxjs": {
  113. "version": "7.8.1",
  114. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
  115. "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
  116. "dev": true,
  117. "license": "Apache-2.0",
  118. "dependencies": {
  119. "tslib": "^2.1.0"
  120. }
  121. },
  122. "node_modules/@angular-devkit/schematics": {
  123. "version": "19.2.22",
  124. "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.22.tgz",
  125. "integrity": "sha512-tvfu5jhem1o8qidVxvXe5KfCij65ioMLCOFA947DD+zb3yTl5pJyDm2dqzbOehuQw0fmH4XPQukRJsCUy+UwaA==",
  126. "dev": true,
  127. "license": "MIT",
  128. "dependencies": {
  129. "@angular-devkit/core": "19.2.22",
  130. "jsonc-parser": "3.3.1",
  131. "magic-string": "0.30.17",
  132. "ora": "5.4.1",
  133. "rxjs": "7.8.1"
  134. },
  135. "engines": {
  136. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  137. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  138. "yarn": ">= 1.13.0"
  139. }
  140. },
  141. "node_modules/@angular-devkit/schematics-cli": {
  142. "version": "19.2.22",
  143. "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-19.2.22.tgz",
  144. "integrity": "sha512-6BvkxDz4nV8B6Ha4n/pYZ503vXgLxMaEpcKsFDao1sl0iSwrIOphlIS1yWprlGdCThIM3aJref1JU13ZvEcBCA==",
  145. "dev": true,
  146. "license": "MIT",
  147. "dependencies": {
  148. "@angular-devkit/core": "19.2.22",
  149. "@angular-devkit/schematics": "19.2.22",
  150. "@inquirer/prompts": "7.3.2",
  151. "ansi-colors": "4.1.3",
  152. "symbol-observable": "4.0.0",
  153. "yargs-parser": "21.1.1"
  154. },
  155. "bin": {
  156. "schematics": "bin/schematics.js"
  157. },
  158. "engines": {
  159. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  160. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  161. "yarn": ">= 1.13.0"
  162. }
  163. },
  164. "node_modules/@angular-devkit/schematics-cli/node_modules/@inquirer/prompts": {
  165. "version": "7.3.2",
  166. "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.3.2.tgz",
  167. "integrity": "sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==",
  168. "dev": true,
  169. "license": "MIT",
  170. "dependencies": {
  171. "@inquirer/checkbox": "^4.1.2",
  172. "@inquirer/confirm": "^5.1.6",
  173. "@inquirer/editor": "^4.2.7",
  174. "@inquirer/expand": "^4.0.9",
  175. "@inquirer/input": "^4.1.6",
  176. "@inquirer/number": "^3.0.9",
  177. "@inquirer/password": "^4.0.9",
  178. "@inquirer/rawlist": "^4.0.9",
  179. "@inquirer/search": "^3.0.9",
  180. "@inquirer/select": "^4.0.9"
  181. },
  182. "engines": {
  183. "node": ">=18"
  184. },
  185. "peerDependencies": {
  186. "@types/node": ">=18"
  187. },
  188. "peerDependenciesMeta": {
  189. "@types/node": {
  190. "optional": true
  191. }
  192. }
  193. },
  194. "node_modules/@angular-devkit/schematics/node_modules/rxjs": {
  195. "version": "7.8.1",
  196. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
  197. "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
  198. "dev": true,
  199. "license": "Apache-2.0",
  200. "dependencies": {
  201. "tslib": "^2.1.0"
  202. }
  203. },
  204. "node_modules/@babel/code-frame": {
  205. "version": "7.29.0",
  206. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  207. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  208. "dev": true,
  209. "license": "MIT",
  210. "dependencies": {
  211. "@babel/helper-validator-identifier": "^7.28.5",
  212. "js-tokens": "^4.0.0",
  213. "picocolors": "^1.1.1"
  214. },
  215. "engines": {
  216. "node": ">=6.9.0"
  217. }
  218. },
  219. "node_modules/@babel/compat-data": {
  220. "version": "7.29.0",
  221. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
  222. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  223. "dev": true,
  224. "license": "MIT",
  225. "engines": {
  226. "node": ">=6.9.0"
  227. }
  228. },
  229. "node_modules/@babel/core": {
  230. "version": "7.29.0",
  231. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  232. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  233. "dev": true,
  234. "license": "MIT",
  235. "dependencies": {
  236. "@babel/code-frame": "^7.29.0",
  237. "@babel/generator": "^7.29.0",
  238. "@babel/helper-compilation-targets": "^7.28.6",
  239. "@babel/helper-module-transforms": "^7.28.6",
  240. "@babel/helpers": "^7.28.6",
  241. "@babel/parser": "^7.29.0",
  242. "@babel/template": "^7.28.6",
  243. "@babel/traverse": "^7.29.0",
  244. "@babel/types": "^7.29.0",
  245. "@jridgewell/remapping": "^2.3.5",
  246. "convert-source-map": "^2.0.0",
  247. "debug": "^4.1.0",
  248. "gensync": "^1.0.0-beta.2",
  249. "json5": "^2.2.3",
  250. "semver": "^6.3.1"
  251. },
  252. "engines": {
  253. "node": ">=6.9.0"
  254. },
  255. "funding": {
  256. "type": "opencollective",
  257. "url": "https://opencollective.com/babel"
  258. }
  259. },
  260. "node_modules/@babel/core/node_modules/semver": {
  261. "version": "6.3.1",
  262. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  263. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  264. "dev": true,
  265. "license": "ISC",
  266. "bin": {
  267. "semver": "bin/semver.js"
  268. }
  269. },
  270. "node_modules/@babel/generator": {
  271. "version": "7.29.1",
  272. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  273. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  274. "dev": true,
  275. "license": "MIT",
  276. "dependencies": {
  277. "@babel/parser": "^7.29.0",
  278. "@babel/types": "^7.29.0",
  279. "@jridgewell/gen-mapping": "^0.3.12",
  280. "@jridgewell/trace-mapping": "^0.3.28",
  281. "jsesc": "^3.0.2"
  282. },
  283. "engines": {
  284. "node": ">=6.9.0"
  285. }
  286. },
  287. "node_modules/@babel/helper-compilation-targets": {
  288. "version": "7.28.6",
  289. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  290. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  291. "dev": true,
  292. "license": "MIT",
  293. "dependencies": {
  294. "@babel/compat-data": "^7.28.6",
  295. "@babel/helper-validator-option": "^7.27.1",
  296. "browserslist": "^4.24.0",
  297. "lru-cache": "^5.1.1",
  298. "semver": "^6.3.1"
  299. },
  300. "engines": {
  301. "node": ">=6.9.0"
  302. }
  303. },
  304. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  305. "version": "6.3.1",
  306. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  307. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  308. "dev": true,
  309. "license": "ISC",
  310. "bin": {
  311. "semver": "bin/semver.js"
  312. }
  313. },
  314. "node_modules/@babel/helper-globals": {
  315. "version": "7.28.0",
  316. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  317. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  318. "dev": true,
  319. "license": "MIT",
  320. "engines": {
  321. "node": ">=6.9.0"
  322. }
  323. },
  324. "node_modules/@babel/helper-module-imports": {
  325. "version": "7.28.6",
  326. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  327. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  328. "dev": true,
  329. "license": "MIT",
  330. "dependencies": {
  331. "@babel/traverse": "^7.28.6",
  332. "@babel/types": "^7.28.6"
  333. },
  334. "engines": {
  335. "node": ">=6.9.0"
  336. }
  337. },
  338. "node_modules/@babel/helper-module-transforms": {
  339. "version": "7.28.6",
  340. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  341. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  342. "dev": true,
  343. "license": "MIT",
  344. "dependencies": {
  345. "@babel/helper-module-imports": "^7.28.6",
  346. "@babel/helper-validator-identifier": "^7.28.5",
  347. "@babel/traverse": "^7.28.6"
  348. },
  349. "engines": {
  350. "node": ">=6.9.0"
  351. },
  352. "peerDependencies": {
  353. "@babel/core": "^7.0.0"
  354. }
  355. },
  356. "node_modules/@babel/helper-plugin-utils": {
  357. "version": "7.28.6",
  358. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  359. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  360. "dev": true,
  361. "license": "MIT",
  362. "engines": {
  363. "node": ">=6.9.0"
  364. }
  365. },
  366. "node_modules/@babel/helper-string-parser": {
  367. "version": "7.27.1",
  368. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  369. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  370. "dev": true,
  371. "license": "MIT",
  372. "engines": {
  373. "node": ">=6.9.0"
  374. }
  375. },
  376. "node_modules/@babel/helper-validator-identifier": {
  377. "version": "7.28.5",
  378. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  379. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  380. "dev": true,
  381. "license": "MIT",
  382. "engines": {
  383. "node": ">=6.9.0"
  384. }
  385. },
  386. "node_modules/@babel/helper-validator-option": {
  387. "version": "7.27.1",
  388. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  389. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  390. "dev": true,
  391. "license": "MIT",
  392. "engines": {
  393. "node": ">=6.9.0"
  394. }
  395. },
  396. "node_modules/@babel/helpers": {
  397. "version": "7.29.2",
  398. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
  399. "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
  400. "dev": true,
  401. "license": "MIT",
  402. "dependencies": {
  403. "@babel/template": "^7.28.6",
  404. "@babel/types": "^7.29.0"
  405. },
  406. "engines": {
  407. "node": ">=6.9.0"
  408. }
  409. },
  410. "node_modules/@babel/parser": {
  411. "version": "7.29.2",
  412. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  413. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  414. "dev": true,
  415. "license": "MIT",
  416. "dependencies": {
  417. "@babel/types": "^7.29.0"
  418. },
  419. "bin": {
  420. "parser": "bin/babel-parser.js"
  421. },
  422. "engines": {
  423. "node": ">=6.0.0"
  424. }
  425. },
  426. "node_modules/@babel/plugin-syntax-async-generators": {
  427. "version": "7.8.4",
  428. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  429. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  430. "dev": true,
  431. "license": "MIT",
  432. "dependencies": {
  433. "@babel/helper-plugin-utils": "^7.8.0"
  434. },
  435. "peerDependencies": {
  436. "@babel/core": "^7.0.0-0"
  437. }
  438. },
  439. "node_modules/@babel/plugin-syntax-bigint": {
  440. "version": "7.8.3",
  441. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  442. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  443. "dev": true,
  444. "license": "MIT",
  445. "dependencies": {
  446. "@babel/helper-plugin-utils": "^7.8.0"
  447. },
  448. "peerDependencies": {
  449. "@babel/core": "^7.0.0-0"
  450. }
  451. },
  452. "node_modules/@babel/plugin-syntax-class-properties": {
  453. "version": "7.12.13",
  454. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  455. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  456. "dev": true,
  457. "license": "MIT",
  458. "dependencies": {
  459. "@babel/helper-plugin-utils": "^7.12.13"
  460. },
  461. "peerDependencies": {
  462. "@babel/core": "^7.0.0-0"
  463. }
  464. },
  465. "node_modules/@babel/plugin-syntax-class-static-block": {
  466. "version": "7.14.5",
  467. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  468. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  469. "dev": true,
  470. "license": "MIT",
  471. "dependencies": {
  472. "@babel/helper-plugin-utils": "^7.14.5"
  473. },
  474. "engines": {
  475. "node": ">=6.9.0"
  476. },
  477. "peerDependencies": {
  478. "@babel/core": "^7.0.0-0"
  479. }
  480. },
  481. "node_modules/@babel/plugin-syntax-import-attributes": {
  482. "version": "7.28.6",
  483. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz",
  484. "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
  485. "dev": true,
  486. "license": "MIT",
  487. "dependencies": {
  488. "@babel/helper-plugin-utils": "^7.28.6"
  489. },
  490. "engines": {
  491. "node": ">=6.9.0"
  492. },
  493. "peerDependencies": {
  494. "@babel/core": "^7.0.0-0"
  495. }
  496. },
  497. "node_modules/@babel/plugin-syntax-import-meta": {
  498. "version": "7.10.4",
  499. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  500. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  501. "dev": true,
  502. "license": "MIT",
  503. "dependencies": {
  504. "@babel/helper-plugin-utils": "^7.10.4"
  505. },
  506. "peerDependencies": {
  507. "@babel/core": "^7.0.0-0"
  508. }
  509. },
  510. "node_modules/@babel/plugin-syntax-json-strings": {
  511. "version": "7.8.3",
  512. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  513. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  514. "dev": true,
  515. "license": "MIT",
  516. "dependencies": {
  517. "@babel/helper-plugin-utils": "^7.8.0"
  518. },
  519. "peerDependencies": {
  520. "@babel/core": "^7.0.0-0"
  521. }
  522. },
  523. "node_modules/@babel/plugin-syntax-jsx": {
  524. "version": "7.28.6",
  525. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
  526. "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
  527. "dev": true,
  528. "license": "MIT",
  529. "dependencies": {
  530. "@babel/helper-plugin-utils": "^7.28.6"
  531. },
  532. "engines": {
  533. "node": ">=6.9.0"
  534. },
  535. "peerDependencies": {
  536. "@babel/core": "^7.0.0-0"
  537. }
  538. },
  539. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  540. "version": "7.10.4",
  541. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  542. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  543. "dev": true,
  544. "license": "MIT",
  545. "dependencies": {
  546. "@babel/helper-plugin-utils": "^7.10.4"
  547. },
  548. "peerDependencies": {
  549. "@babel/core": "^7.0.0-0"
  550. }
  551. },
  552. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  553. "version": "7.8.3",
  554. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  555. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  556. "dev": true,
  557. "license": "MIT",
  558. "dependencies": {
  559. "@babel/helper-plugin-utils": "^7.8.0"
  560. },
  561. "peerDependencies": {
  562. "@babel/core": "^7.0.0-0"
  563. }
  564. },
  565. "node_modules/@babel/plugin-syntax-numeric-separator": {
  566. "version": "7.10.4",
  567. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  568. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  569. "dev": true,
  570. "license": "MIT",
  571. "dependencies": {
  572. "@babel/helper-plugin-utils": "^7.10.4"
  573. },
  574. "peerDependencies": {
  575. "@babel/core": "^7.0.0-0"
  576. }
  577. },
  578. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  579. "version": "7.8.3",
  580. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  581. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  582. "dev": true,
  583. "license": "MIT",
  584. "dependencies": {
  585. "@babel/helper-plugin-utils": "^7.8.0"
  586. },
  587. "peerDependencies": {
  588. "@babel/core": "^7.0.0-0"
  589. }
  590. },
  591. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  592. "version": "7.8.3",
  593. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  594. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  595. "dev": true,
  596. "license": "MIT",
  597. "dependencies": {
  598. "@babel/helper-plugin-utils": "^7.8.0"
  599. },
  600. "peerDependencies": {
  601. "@babel/core": "^7.0.0-0"
  602. }
  603. },
  604. "node_modules/@babel/plugin-syntax-optional-chaining": {
  605. "version": "7.8.3",
  606. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  607. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  608. "dev": true,
  609. "license": "MIT",
  610. "dependencies": {
  611. "@babel/helper-plugin-utils": "^7.8.0"
  612. },
  613. "peerDependencies": {
  614. "@babel/core": "^7.0.0-0"
  615. }
  616. },
  617. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  618. "version": "7.14.5",
  619. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  620. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  621. "dev": true,
  622. "license": "MIT",
  623. "dependencies": {
  624. "@babel/helper-plugin-utils": "^7.14.5"
  625. },
  626. "engines": {
  627. "node": ">=6.9.0"
  628. },
  629. "peerDependencies": {
  630. "@babel/core": "^7.0.0-0"
  631. }
  632. },
  633. "node_modules/@babel/plugin-syntax-top-level-await": {
  634. "version": "7.14.5",
  635. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  636. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  637. "dev": true,
  638. "license": "MIT",
  639. "dependencies": {
  640. "@babel/helper-plugin-utils": "^7.14.5"
  641. },
  642. "engines": {
  643. "node": ">=6.9.0"
  644. },
  645. "peerDependencies": {
  646. "@babel/core": "^7.0.0-0"
  647. }
  648. },
  649. "node_modules/@babel/plugin-syntax-typescript": {
  650. "version": "7.28.6",
  651. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
  652. "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
  653. "dev": true,
  654. "license": "MIT",
  655. "dependencies": {
  656. "@babel/helper-plugin-utils": "^7.28.6"
  657. },
  658. "engines": {
  659. "node": ">=6.9.0"
  660. },
  661. "peerDependencies": {
  662. "@babel/core": "^7.0.0-0"
  663. }
  664. },
  665. "node_modules/@babel/template": {
  666. "version": "7.28.6",
  667. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  668. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  669. "dev": true,
  670. "license": "MIT",
  671. "dependencies": {
  672. "@babel/code-frame": "^7.28.6",
  673. "@babel/parser": "^7.28.6",
  674. "@babel/types": "^7.28.6"
  675. },
  676. "engines": {
  677. "node": ">=6.9.0"
  678. }
  679. },
  680. "node_modules/@babel/traverse": {
  681. "version": "7.29.0",
  682. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  683. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  684. "dev": true,
  685. "license": "MIT",
  686. "dependencies": {
  687. "@babel/code-frame": "^7.29.0",
  688. "@babel/generator": "^7.29.0",
  689. "@babel/helper-globals": "^7.28.0",
  690. "@babel/parser": "^7.29.0",
  691. "@babel/template": "^7.28.6",
  692. "@babel/types": "^7.29.0",
  693. "debug": "^4.3.1"
  694. },
  695. "engines": {
  696. "node": ">=6.9.0"
  697. }
  698. },
  699. "node_modules/@babel/types": {
  700. "version": "7.29.0",
  701. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  702. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  703. "dev": true,
  704. "license": "MIT",
  705. "dependencies": {
  706. "@babel/helper-string-parser": "^7.27.1",
  707. "@babel/helper-validator-identifier": "^7.28.5"
  708. },
  709. "engines": {
  710. "node": ">=6.9.0"
  711. }
  712. },
  713. "node_modules/@bcoe/v8-coverage": {
  714. "version": "0.2.3",
  715. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  716. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
  717. "dev": true,
  718. "license": "MIT"
  719. },
  720. "node_modules/@borewit/text-codec": {
  721. "version": "0.2.2",
  722. "resolved": "https://registry.npmjs.org/@borewit/text-codec/-/text-codec-0.2.2.tgz",
  723. "integrity": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==",
  724. "license": "MIT",
  725. "funding": {
  726. "type": "github",
  727. "url": "https://github.com/sponsors/Borewit"
  728. }
  729. },
  730. "node_modules/@colors/colors": {
  731. "version": "1.5.0",
  732. "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
  733. "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
  734. "dev": true,
  735. "license": "MIT",
  736. "optional": true,
  737. "engines": {
  738. "node": ">=0.1.90"
  739. }
  740. },
  741. "node_modules/@cspotcode/source-map-support": {
  742. "version": "0.8.1",
  743. "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
  744. "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
  745. "devOptional": true,
  746. "license": "MIT",
  747. "dependencies": {
  748. "@jridgewell/trace-mapping": "0.3.9"
  749. },
  750. "engines": {
  751. "node": ">=12"
  752. }
  753. },
  754. "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
  755. "version": "0.3.9",
  756. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
  757. "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
  758. "devOptional": true,
  759. "license": "MIT",
  760. "dependencies": {
  761. "@jridgewell/resolve-uri": "^3.0.3",
  762. "@jridgewell/sourcemap-codec": "^1.4.10"
  763. }
  764. },
  765. "node_modules/@emnapi/runtime": {
  766. "version": "1.9.2",
  767. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
  768. "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
  769. "license": "MIT",
  770. "optional": true,
  771. "dependencies": {
  772. "tslib": "^2.4.0"
  773. }
  774. },
  775. "node_modules/@eslint-community/eslint-utils": {
  776. "version": "4.9.1",
  777. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  778. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  779. "dev": true,
  780. "license": "MIT",
  781. "dependencies": {
  782. "eslint-visitor-keys": "^3.4.3"
  783. },
  784. "engines": {
  785. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  786. },
  787. "funding": {
  788. "url": "https://opencollective.com/eslint"
  789. },
  790. "peerDependencies": {
  791. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  792. }
  793. },
  794. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  795. "version": "3.4.3",
  796. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  797. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  798. "dev": true,
  799. "license": "Apache-2.0",
  800. "engines": {
  801. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  802. },
  803. "funding": {
  804. "url": "https://opencollective.com/eslint"
  805. }
  806. },
  807. "node_modules/@eslint-community/regexpp": {
  808. "version": "4.12.2",
  809. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  810. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  811. "dev": true,
  812. "license": "MIT",
  813. "engines": {
  814. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  815. }
  816. },
  817. "node_modules/@eslint/config-array": {
  818. "version": "0.21.2",
  819. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
  820. "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
  821. "dev": true,
  822. "license": "Apache-2.0",
  823. "dependencies": {
  824. "@eslint/object-schema": "^2.1.7",
  825. "debug": "^4.3.1",
  826. "minimatch": "^3.1.5"
  827. },
  828. "engines": {
  829. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  830. }
  831. },
  832. "node_modules/@eslint/config-helpers": {
  833. "version": "0.4.2",
  834. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
  835. "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
  836. "dev": true,
  837. "license": "Apache-2.0",
  838. "dependencies": {
  839. "@eslint/core": "^0.17.0"
  840. },
  841. "engines": {
  842. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  843. }
  844. },
  845. "node_modules/@eslint/core": {
  846. "version": "0.17.0",
  847. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
  848. "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
  849. "dev": true,
  850. "license": "Apache-2.0",
  851. "dependencies": {
  852. "@types/json-schema": "^7.0.15"
  853. },
  854. "engines": {
  855. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  856. }
  857. },
  858. "node_modules/@eslint/eslintrc": {
  859. "version": "3.3.5",
  860. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz",
  861. "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
  862. "dev": true,
  863. "license": "MIT",
  864. "dependencies": {
  865. "ajv": "^6.14.0",
  866. "debug": "^4.3.2",
  867. "espree": "^10.0.1",
  868. "globals": "^14.0.0",
  869. "ignore": "^5.2.0",
  870. "import-fresh": "^3.2.1",
  871. "js-yaml": "^4.1.1",
  872. "minimatch": "^3.1.5",
  873. "strip-json-comments": "^3.1.1"
  874. },
  875. "engines": {
  876. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  877. },
  878. "funding": {
  879. "url": "https://opencollective.com/eslint"
  880. }
  881. },
  882. "node_modules/@eslint/eslintrc/node_modules/globals": {
  883. "version": "14.0.0",
  884. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  885. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  886. "dev": true,
  887. "license": "MIT",
  888. "engines": {
  889. "node": ">=18"
  890. },
  891. "funding": {
  892. "url": "https://github.com/sponsors/sindresorhus"
  893. }
  894. },
  895. "node_modules/@eslint/js": {
  896. "version": "9.39.4",
  897. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",
  898. "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",
  899. "dev": true,
  900. "license": "MIT",
  901. "engines": {
  902. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  903. },
  904. "funding": {
  905. "url": "https://eslint.org/donate"
  906. }
  907. },
  908. "node_modules/@eslint/object-schema": {
  909. "version": "2.1.7",
  910. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  911. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  912. "dev": true,
  913. "license": "Apache-2.0",
  914. "engines": {
  915. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  916. }
  917. },
  918. "node_modules/@eslint/plugin-kit": {
  919. "version": "0.4.1",
  920. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
  921. "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
  922. "dev": true,
  923. "license": "Apache-2.0",
  924. "dependencies": {
  925. "@eslint/core": "^0.17.0",
  926. "levn": "^0.4.1"
  927. },
  928. "engines": {
  929. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  930. }
  931. },
  932. "node_modules/@gar/promisify": {
  933. "version": "1.1.3",
  934. "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
  935. "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",
  936. "license": "MIT",
  937. "optional": true
  938. },
  939. "node_modules/@huggingface/jinja": {
  940. "version": "0.2.2",
  941. "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.2.2.tgz",
  942. "integrity": "sha512-/KPde26khDUIPkTGU82jdtTW9UAuvUTumCAbFs/7giR0SxsvZC4hru51PBvpijH6BVkHcROcvZM/lpy5h1jRRA==",
  943. "license": "MIT",
  944. "engines": {
  945. "node": ">=18"
  946. }
  947. },
  948. "node_modules/@humanfs/core": {
  949. "version": "0.19.1",
  950. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  951. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  952. "dev": true,
  953. "license": "Apache-2.0",
  954. "engines": {
  955. "node": ">=18.18.0"
  956. }
  957. },
  958. "node_modules/@humanfs/node": {
  959. "version": "0.16.7",
  960. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
  961. "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
  962. "dev": true,
  963. "license": "Apache-2.0",
  964. "dependencies": {
  965. "@humanfs/core": "^0.19.1",
  966. "@humanwhocodes/retry": "^0.4.0"
  967. },
  968. "engines": {
  969. "node": ">=18.18.0"
  970. }
  971. },
  972. "node_modules/@humanwhocodes/module-importer": {
  973. "version": "1.0.1",
  974. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  975. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  976. "dev": true,
  977. "license": "Apache-2.0",
  978. "engines": {
  979. "node": ">=12.22"
  980. },
  981. "funding": {
  982. "type": "github",
  983. "url": "https://github.com/sponsors/nzakas"
  984. }
  985. },
  986. "node_modules/@humanwhocodes/retry": {
  987. "version": "0.4.3",
  988. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  989. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  990. "dev": true,
  991. "license": "Apache-2.0",
  992. "engines": {
  993. "node": ">=18.18"
  994. },
  995. "funding": {
  996. "type": "github",
  997. "url": "https://github.com/sponsors/nzakas"
  998. }
  999. },
  1000. "node_modules/@img/colour": {
  1001. "version": "1.1.0",
  1002. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  1003. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  1004. "license": "MIT",
  1005. "engines": {
  1006. "node": ">=18"
  1007. }
  1008. },
  1009. "node_modules/@img/sharp-darwin-arm64": {
  1010. "version": "0.34.5",
  1011. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  1012. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  1013. "cpu": [
  1014. "arm64"
  1015. ],
  1016. "license": "Apache-2.0",
  1017. "optional": true,
  1018. "os": [
  1019. "darwin"
  1020. ],
  1021. "engines": {
  1022. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1023. },
  1024. "funding": {
  1025. "url": "https://opencollective.com/libvips"
  1026. },
  1027. "optionalDependencies": {
  1028. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  1029. }
  1030. },
  1031. "node_modules/@img/sharp-darwin-x64": {
  1032. "version": "0.34.5",
  1033. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  1034. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  1035. "cpu": [
  1036. "x64"
  1037. ],
  1038. "license": "Apache-2.0",
  1039. "optional": true,
  1040. "os": [
  1041. "darwin"
  1042. ],
  1043. "engines": {
  1044. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1045. },
  1046. "funding": {
  1047. "url": "https://opencollective.com/libvips"
  1048. },
  1049. "optionalDependencies": {
  1050. "@img/sharp-libvips-darwin-x64": "1.2.4"
  1051. }
  1052. },
  1053. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1054. "version": "1.2.4",
  1055. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  1056. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  1057. "cpu": [
  1058. "arm64"
  1059. ],
  1060. "license": "LGPL-3.0-or-later",
  1061. "optional": true,
  1062. "os": [
  1063. "darwin"
  1064. ],
  1065. "funding": {
  1066. "url": "https://opencollective.com/libvips"
  1067. }
  1068. },
  1069. "node_modules/@img/sharp-libvips-darwin-x64": {
  1070. "version": "1.2.4",
  1071. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  1072. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  1073. "cpu": [
  1074. "x64"
  1075. ],
  1076. "license": "LGPL-3.0-or-later",
  1077. "optional": true,
  1078. "os": [
  1079. "darwin"
  1080. ],
  1081. "funding": {
  1082. "url": "https://opencollective.com/libvips"
  1083. }
  1084. },
  1085. "node_modules/@img/sharp-libvips-linux-arm": {
  1086. "version": "1.2.4",
  1087. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  1088. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  1089. "cpu": [
  1090. "arm"
  1091. ],
  1092. "libc": [
  1093. "glibc"
  1094. ],
  1095. "license": "LGPL-3.0-or-later",
  1096. "optional": true,
  1097. "os": [
  1098. "linux"
  1099. ],
  1100. "funding": {
  1101. "url": "https://opencollective.com/libvips"
  1102. }
  1103. },
  1104. "node_modules/@img/sharp-libvips-linux-arm64": {
  1105. "version": "1.2.4",
  1106. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  1107. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  1108. "cpu": [
  1109. "arm64"
  1110. ],
  1111. "libc": [
  1112. "glibc"
  1113. ],
  1114. "license": "LGPL-3.0-or-later",
  1115. "optional": true,
  1116. "os": [
  1117. "linux"
  1118. ],
  1119. "funding": {
  1120. "url": "https://opencollective.com/libvips"
  1121. }
  1122. },
  1123. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1124. "version": "1.2.4",
  1125. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  1126. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  1127. "cpu": [
  1128. "ppc64"
  1129. ],
  1130. "libc": [
  1131. "glibc"
  1132. ],
  1133. "license": "LGPL-3.0-or-later",
  1134. "optional": true,
  1135. "os": [
  1136. "linux"
  1137. ],
  1138. "funding": {
  1139. "url": "https://opencollective.com/libvips"
  1140. }
  1141. },
  1142. "node_modules/@img/sharp-libvips-linux-riscv64": {
  1143. "version": "1.2.4",
  1144. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  1145. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  1146. "cpu": [
  1147. "riscv64"
  1148. ],
  1149. "libc": [
  1150. "glibc"
  1151. ],
  1152. "license": "LGPL-3.0-or-later",
  1153. "optional": true,
  1154. "os": [
  1155. "linux"
  1156. ],
  1157. "funding": {
  1158. "url": "https://opencollective.com/libvips"
  1159. }
  1160. },
  1161. "node_modules/@img/sharp-libvips-linux-s390x": {
  1162. "version": "1.2.4",
  1163. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  1164. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  1165. "cpu": [
  1166. "s390x"
  1167. ],
  1168. "libc": [
  1169. "glibc"
  1170. ],
  1171. "license": "LGPL-3.0-or-later",
  1172. "optional": true,
  1173. "os": [
  1174. "linux"
  1175. ],
  1176. "funding": {
  1177. "url": "https://opencollective.com/libvips"
  1178. }
  1179. },
  1180. "node_modules/@img/sharp-libvips-linux-x64": {
  1181. "version": "1.2.4",
  1182. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  1183. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  1184. "cpu": [
  1185. "x64"
  1186. ],
  1187. "libc": [
  1188. "glibc"
  1189. ],
  1190. "license": "LGPL-3.0-or-later",
  1191. "optional": true,
  1192. "os": [
  1193. "linux"
  1194. ],
  1195. "funding": {
  1196. "url": "https://opencollective.com/libvips"
  1197. }
  1198. },
  1199. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1200. "version": "1.2.4",
  1201. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  1202. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  1203. "cpu": [
  1204. "arm64"
  1205. ],
  1206. "libc": [
  1207. "musl"
  1208. ],
  1209. "license": "LGPL-3.0-or-later",
  1210. "optional": true,
  1211. "os": [
  1212. "linux"
  1213. ],
  1214. "funding": {
  1215. "url": "https://opencollective.com/libvips"
  1216. }
  1217. },
  1218. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1219. "version": "1.2.4",
  1220. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  1221. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  1222. "cpu": [
  1223. "x64"
  1224. ],
  1225. "libc": [
  1226. "musl"
  1227. ],
  1228. "license": "LGPL-3.0-or-later",
  1229. "optional": true,
  1230. "os": [
  1231. "linux"
  1232. ],
  1233. "funding": {
  1234. "url": "https://opencollective.com/libvips"
  1235. }
  1236. },
  1237. "node_modules/@img/sharp-linux-arm": {
  1238. "version": "0.34.5",
  1239. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  1240. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  1241. "cpu": [
  1242. "arm"
  1243. ],
  1244. "libc": [
  1245. "glibc"
  1246. ],
  1247. "license": "Apache-2.0",
  1248. "optional": true,
  1249. "os": [
  1250. "linux"
  1251. ],
  1252. "engines": {
  1253. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1254. },
  1255. "funding": {
  1256. "url": "https://opencollective.com/libvips"
  1257. },
  1258. "optionalDependencies": {
  1259. "@img/sharp-libvips-linux-arm": "1.2.4"
  1260. }
  1261. },
  1262. "node_modules/@img/sharp-linux-arm64": {
  1263. "version": "0.34.5",
  1264. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  1265. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  1266. "cpu": [
  1267. "arm64"
  1268. ],
  1269. "libc": [
  1270. "glibc"
  1271. ],
  1272. "license": "Apache-2.0",
  1273. "optional": true,
  1274. "os": [
  1275. "linux"
  1276. ],
  1277. "engines": {
  1278. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1279. },
  1280. "funding": {
  1281. "url": "https://opencollective.com/libvips"
  1282. },
  1283. "optionalDependencies": {
  1284. "@img/sharp-libvips-linux-arm64": "1.2.4"
  1285. }
  1286. },
  1287. "node_modules/@img/sharp-linux-ppc64": {
  1288. "version": "0.34.5",
  1289. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  1290. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  1291. "cpu": [
  1292. "ppc64"
  1293. ],
  1294. "libc": [
  1295. "glibc"
  1296. ],
  1297. "license": "Apache-2.0",
  1298. "optional": true,
  1299. "os": [
  1300. "linux"
  1301. ],
  1302. "engines": {
  1303. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1304. },
  1305. "funding": {
  1306. "url": "https://opencollective.com/libvips"
  1307. },
  1308. "optionalDependencies": {
  1309. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  1310. }
  1311. },
  1312. "node_modules/@img/sharp-linux-riscv64": {
  1313. "version": "0.34.5",
  1314. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  1315. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  1316. "cpu": [
  1317. "riscv64"
  1318. ],
  1319. "libc": [
  1320. "glibc"
  1321. ],
  1322. "license": "Apache-2.0",
  1323. "optional": true,
  1324. "os": [
  1325. "linux"
  1326. ],
  1327. "engines": {
  1328. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1329. },
  1330. "funding": {
  1331. "url": "https://opencollective.com/libvips"
  1332. },
  1333. "optionalDependencies": {
  1334. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  1335. }
  1336. },
  1337. "node_modules/@img/sharp-linux-s390x": {
  1338. "version": "0.34.5",
  1339. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  1340. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  1341. "cpu": [
  1342. "s390x"
  1343. ],
  1344. "libc": [
  1345. "glibc"
  1346. ],
  1347. "license": "Apache-2.0",
  1348. "optional": true,
  1349. "os": [
  1350. "linux"
  1351. ],
  1352. "engines": {
  1353. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1354. },
  1355. "funding": {
  1356. "url": "https://opencollective.com/libvips"
  1357. },
  1358. "optionalDependencies": {
  1359. "@img/sharp-libvips-linux-s390x": "1.2.4"
  1360. }
  1361. },
  1362. "node_modules/@img/sharp-linux-x64": {
  1363. "version": "0.34.5",
  1364. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  1365. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  1366. "cpu": [
  1367. "x64"
  1368. ],
  1369. "libc": [
  1370. "glibc"
  1371. ],
  1372. "license": "Apache-2.0",
  1373. "optional": true,
  1374. "os": [
  1375. "linux"
  1376. ],
  1377. "engines": {
  1378. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1379. },
  1380. "funding": {
  1381. "url": "https://opencollective.com/libvips"
  1382. },
  1383. "optionalDependencies": {
  1384. "@img/sharp-libvips-linux-x64": "1.2.4"
  1385. }
  1386. },
  1387. "node_modules/@img/sharp-linuxmusl-arm64": {
  1388. "version": "0.34.5",
  1389. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  1390. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  1391. "cpu": [
  1392. "arm64"
  1393. ],
  1394. "libc": [
  1395. "musl"
  1396. ],
  1397. "license": "Apache-2.0",
  1398. "optional": true,
  1399. "os": [
  1400. "linux"
  1401. ],
  1402. "engines": {
  1403. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1404. },
  1405. "funding": {
  1406. "url": "https://opencollective.com/libvips"
  1407. },
  1408. "optionalDependencies": {
  1409. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  1410. }
  1411. },
  1412. "node_modules/@img/sharp-linuxmusl-x64": {
  1413. "version": "0.34.5",
  1414. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  1415. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  1416. "cpu": [
  1417. "x64"
  1418. ],
  1419. "libc": [
  1420. "musl"
  1421. ],
  1422. "license": "Apache-2.0",
  1423. "optional": true,
  1424. "os": [
  1425. "linux"
  1426. ],
  1427. "engines": {
  1428. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1429. },
  1430. "funding": {
  1431. "url": "https://opencollective.com/libvips"
  1432. },
  1433. "optionalDependencies": {
  1434. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  1435. }
  1436. },
  1437. "node_modules/@img/sharp-wasm32": {
  1438. "version": "0.34.5",
  1439. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  1440. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  1441. "cpu": [
  1442. "wasm32"
  1443. ],
  1444. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1445. "optional": true,
  1446. "dependencies": {
  1447. "@emnapi/runtime": "^1.7.0"
  1448. },
  1449. "engines": {
  1450. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1451. },
  1452. "funding": {
  1453. "url": "https://opencollective.com/libvips"
  1454. }
  1455. },
  1456. "node_modules/@img/sharp-win32-arm64": {
  1457. "version": "0.34.5",
  1458. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  1459. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  1460. "cpu": [
  1461. "arm64"
  1462. ],
  1463. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1464. "optional": true,
  1465. "os": [
  1466. "win32"
  1467. ],
  1468. "engines": {
  1469. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1470. },
  1471. "funding": {
  1472. "url": "https://opencollective.com/libvips"
  1473. }
  1474. },
  1475. "node_modules/@img/sharp-win32-ia32": {
  1476. "version": "0.34.5",
  1477. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1478. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1479. "cpu": [
  1480. "ia32"
  1481. ],
  1482. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1483. "optional": true,
  1484. "os": [
  1485. "win32"
  1486. ],
  1487. "engines": {
  1488. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1489. },
  1490. "funding": {
  1491. "url": "https://opencollective.com/libvips"
  1492. }
  1493. },
  1494. "node_modules/@img/sharp-win32-x64": {
  1495. "version": "0.34.5",
  1496. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1497. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1498. "cpu": [
  1499. "x64"
  1500. ],
  1501. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1502. "optional": true,
  1503. "os": [
  1504. "win32"
  1505. ],
  1506. "engines": {
  1507. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1508. },
  1509. "funding": {
  1510. "url": "https://opencollective.com/libvips"
  1511. }
  1512. },
  1513. "node_modules/@inquirer/ansi": {
  1514. "version": "1.0.2",
  1515. "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
  1516. "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
  1517. "dev": true,
  1518. "license": "MIT",
  1519. "engines": {
  1520. "node": ">=18"
  1521. }
  1522. },
  1523. "node_modules/@inquirer/checkbox": {
  1524. "version": "4.3.2",
  1525. "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
  1526. "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
  1527. "dev": true,
  1528. "license": "MIT",
  1529. "dependencies": {
  1530. "@inquirer/ansi": "^1.0.2",
  1531. "@inquirer/core": "^10.3.2",
  1532. "@inquirer/figures": "^1.0.15",
  1533. "@inquirer/type": "^3.0.10",
  1534. "yoctocolors-cjs": "^2.1.3"
  1535. },
  1536. "engines": {
  1537. "node": ">=18"
  1538. },
  1539. "peerDependencies": {
  1540. "@types/node": ">=18"
  1541. },
  1542. "peerDependenciesMeta": {
  1543. "@types/node": {
  1544. "optional": true
  1545. }
  1546. }
  1547. },
  1548. "node_modules/@inquirer/confirm": {
  1549. "version": "5.1.21",
  1550. "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
  1551. "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
  1552. "dev": true,
  1553. "license": "MIT",
  1554. "dependencies": {
  1555. "@inquirer/core": "^10.3.2",
  1556. "@inquirer/type": "^3.0.10"
  1557. },
  1558. "engines": {
  1559. "node": ">=18"
  1560. },
  1561. "peerDependencies": {
  1562. "@types/node": ">=18"
  1563. },
  1564. "peerDependenciesMeta": {
  1565. "@types/node": {
  1566. "optional": true
  1567. }
  1568. }
  1569. },
  1570. "node_modules/@inquirer/core": {
  1571. "version": "10.3.2",
  1572. "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
  1573. "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
  1574. "dev": true,
  1575. "license": "MIT",
  1576. "dependencies": {
  1577. "@inquirer/ansi": "^1.0.2",
  1578. "@inquirer/figures": "^1.0.15",
  1579. "@inquirer/type": "^3.0.10",
  1580. "cli-width": "^4.1.0",
  1581. "mute-stream": "^2.0.0",
  1582. "signal-exit": "^4.1.0",
  1583. "wrap-ansi": "^6.2.0",
  1584. "yoctocolors-cjs": "^2.1.3"
  1585. },
  1586. "engines": {
  1587. "node": ">=18"
  1588. },
  1589. "peerDependencies": {
  1590. "@types/node": ">=18"
  1591. },
  1592. "peerDependenciesMeta": {
  1593. "@types/node": {
  1594. "optional": true
  1595. }
  1596. }
  1597. },
  1598. "node_modules/@inquirer/editor": {
  1599. "version": "4.2.23",
  1600. "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
  1601. "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
  1602. "dev": true,
  1603. "license": "MIT",
  1604. "dependencies": {
  1605. "@inquirer/core": "^10.3.2",
  1606. "@inquirer/external-editor": "^1.0.3",
  1607. "@inquirer/type": "^3.0.10"
  1608. },
  1609. "engines": {
  1610. "node": ">=18"
  1611. },
  1612. "peerDependencies": {
  1613. "@types/node": ">=18"
  1614. },
  1615. "peerDependenciesMeta": {
  1616. "@types/node": {
  1617. "optional": true
  1618. }
  1619. }
  1620. },
  1621. "node_modules/@inquirer/expand": {
  1622. "version": "4.0.23",
  1623. "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz",
  1624. "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
  1625. "dev": true,
  1626. "license": "MIT",
  1627. "dependencies": {
  1628. "@inquirer/core": "^10.3.2",
  1629. "@inquirer/type": "^3.0.10",
  1630. "yoctocolors-cjs": "^2.1.3"
  1631. },
  1632. "engines": {
  1633. "node": ">=18"
  1634. },
  1635. "peerDependencies": {
  1636. "@types/node": ">=18"
  1637. },
  1638. "peerDependenciesMeta": {
  1639. "@types/node": {
  1640. "optional": true
  1641. }
  1642. }
  1643. },
  1644. "node_modules/@inquirer/external-editor": {
  1645. "version": "1.0.3",
  1646. "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
  1647. "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
  1648. "dev": true,
  1649. "license": "MIT",
  1650. "dependencies": {
  1651. "chardet": "^2.1.1",
  1652. "iconv-lite": "^0.7.0"
  1653. },
  1654. "engines": {
  1655. "node": ">=18"
  1656. },
  1657. "peerDependencies": {
  1658. "@types/node": ">=18"
  1659. },
  1660. "peerDependenciesMeta": {
  1661. "@types/node": {
  1662. "optional": true
  1663. }
  1664. }
  1665. },
  1666. "node_modules/@inquirer/figures": {
  1667. "version": "1.0.15",
  1668. "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
  1669. "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
  1670. "dev": true,
  1671. "license": "MIT",
  1672. "engines": {
  1673. "node": ">=18"
  1674. }
  1675. },
  1676. "node_modules/@inquirer/input": {
  1677. "version": "4.3.1",
  1678. "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz",
  1679. "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
  1680. "dev": true,
  1681. "license": "MIT",
  1682. "dependencies": {
  1683. "@inquirer/core": "^10.3.2",
  1684. "@inquirer/type": "^3.0.10"
  1685. },
  1686. "engines": {
  1687. "node": ">=18"
  1688. },
  1689. "peerDependencies": {
  1690. "@types/node": ">=18"
  1691. },
  1692. "peerDependenciesMeta": {
  1693. "@types/node": {
  1694. "optional": true
  1695. }
  1696. }
  1697. },
  1698. "node_modules/@inquirer/number": {
  1699. "version": "3.0.23",
  1700. "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz",
  1701. "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
  1702. "dev": true,
  1703. "license": "MIT",
  1704. "dependencies": {
  1705. "@inquirer/core": "^10.3.2",
  1706. "@inquirer/type": "^3.0.10"
  1707. },
  1708. "engines": {
  1709. "node": ">=18"
  1710. },
  1711. "peerDependencies": {
  1712. "@types/node": ">=18"
  1713. },
  1714. "peerDependenciesMeta": {
  1715. "@types/node": {
  1716. "optional": true
  1717. }
  1718. }
  1719. },
  1720. "node_modules/@inquirer/password": {
  1721. "version": "4.0.23",
  1722. "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz",
  1723. "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
  1724. "dev": true,
  1725. "license": "MIT",
  1726. "dependencies": {
  1727. "@inquirer/ansi": "^1.0.2",
  1728. "@inquirer/core": "^10.3.2",
  1729. "@inquirer/type": "^3.0.10"
  1730. },
  1731. "engines": {
  1732. "node": ">=18"
  1733. },
  1734. "peerDependencies": {
  1735. "@types/node": ">=18"
  1736. },
  1737. "peerDependenciesMeta": {
  1738. "@types/node": {
  1739. "optional": true
  1740. }
  1741. }
  1742. },
  1743. "node_modules/@inquirer/prompts": {
  1744. "version": "7.10.1",
  1745. "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz",
  1746. "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
  1747. "dev": true,
  1748. "license": "MIT",
  1749. "dependencies": {
  1750. "@inquirer/checkbox": "^4.3.2",
  1751. "@inquirer/confirm": "^5.1.21",
  1752. "@inquirer/editor": "^4.2.23",
  1753. "@inquirer/expand": "^4.0.23",
  1754. "@inquirer/input": "^4.3.1",
  1755. "@inquirer/number": "^3.0.23",
  1756. "@inquirer/password": "^4.0.23",
  1757. "@inquirer/rawlist": "^4.1.11",
  1758. "@inquirer/search": "^3.2.2",
  1759. "@inquirer/select": "^4.4.2"
  1760. },
  1761. "engines": {
  1762. "node": ">=18"
  1763. },
  1764. "peerDependencies": {
  1765. "@types/node": ">=18"
  1766. },
  1767. "peerDependenciesMeta": {
  1768. "@types/node": {
  1769. "optional": true
  1770. }
  1771. }
  1772. },
  1773. "node_modules/@inquirer/rawlist": {
  1774. "version": "4.1.11",
  1775. "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
  1776. "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
  1777. "dev": true,
  1778. "license": "MIT",
  1779. "dependencies": {
  1780. "@inquirer/core": "^10.3.2",
  1781. "@inquirer/type": "^3.0.10",
  1782. "yoctocolors-cjs": "^2.1.3"
  1783. },
  1784. "engines": {
  1785. "node": ">=18"
  1786. },
  1787. "peerDependencies": {
  1788. "@types/node": ">=18"
  1789. },
  1790. "peerDependenciesMeta": {
  1791. "@types/node": {
  1792. "optional": true
  1793. }
  1794. }
  1795. },
  1796. "node_modules/@inquirer/search": {
  1797. "version": "3.2.2",
  1798. "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz",
  1799. "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
  1800. "dev": true,
  1801. "license": "MIT",
  1802. "dependencies": {
  1803. "@inquirer/core": "^10.3.2",
  1804. "@inquirer/figures": "^1.0.15",
  1805. "@inquirer/type": "^3.0.10",
  1806. "yoctocolors-cjs": "^2.1.3"
  1807. },
  1808. "engines": {
  1809. "node": ">=18"
  1810. },
  1811. "peerDependencies": {
  1812. "@types/node": ">=18"
  1813. },
  1814. "peerDependenciesMeta": {
  1815. "@types/node": {
  1816. "optional": true
  1817. }
  1818. }
  1819. },
  1820. "node_modules/@inquirer/select": {
  1821. "version": "4.4.2",
  1822. "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz",
  1823. "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
  1824. "dev": true,
  1825. "license": "MIT",
  1826. "dependencies": {
  1827. "@inquirer/ansi": "^1.0.2",
  1828. "@inquirer/core": "^10.3.2",
  1829. "@inquirer/figures": "^1.0.15",
  1830. "@inquirer/type": "^3.0.10",
  1831. "yoctocolors-cjs": "^2.1.3"
  1832. },
  1833. "engines": {
  1834. "node": ">=18"
  1835. },
  1836. "peerDependencies": {
  1837. "@types/node": ">=18"
  1838. },
  1839. "peerDependenciesMeta": {
  1840. "@types/node": {
  1841. "optional": true
  1842. }
  1843. }
  1844. },
  1845. "node_modules/@inquirer/type": {
  1846. "version": "3.0.10",
  1847. "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
  1848. "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
  1849. "dev": true,
  1850. "license": "MIT",
  1851. "engines": {
  1852. "node": ">=18"
  1853. },
  1854. "peerDependencies": {
  1855. "@types/node": ">=18"
  1856. },
  1857. "peerDependenciesMeta": {
  1858. "@types/node": {
  1859. "optional": true
  1860. }
  1861. }
  1862. },
  1863. "node_modules/@isaacs/cliui": {
  1864. "version": "8.0.2",
  1865. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1866. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1867. "license": "ISC",
  1868. "dependencies": {
  1869. "string-width": "^5.1.2",
  1870. "string-width-cjs": "npm:string-width@^4.2.0",
  1871. "strip-ansi": "^7.0.1",
  1872. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1873. "wrap-ansi": "^8.1.0",
  1874. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1875. },
  1876. "engines": {
  1877. "node": ">=12"
  1878. }
  1879. },
  1880. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  1881. "version": "6.2.2",
  1882. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  1883. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  1884. "license": "MIT",
  1885. "engines": {
  1886. "node": ">=12"
  1887. },
  1888. "funding": {
  1889. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1890. }
  1891. },
  1892. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  1893. "version": "6.2.3",
  1894. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  1895. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  1896. "license": "MIT",
  1897. "engines": {
  1898. "node": ">=12"
  1899. },
  1900. "funding": {
  1901. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1902. }
  1903. },
  1904. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1905. "version": "9.2.2",
  1906. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1907. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1908. "license": "MIT"
  1909. },
  1910. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1911. "version": "5.1.2",
  1912. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  1913. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1914. "license": "MIT",
  1915. "dependencies": {
  1916. "eastasianwidth": "^0.2.0",
  1917. "emoji-regex": "^9.2.2",
  1918. "strip-ansi": "^7.0.1"
  1919. },
  1920. "engines": {
  1921. "node": ">=12"
  1922. },
  1923. "funding": {
  1924. "url": "https://github.com/sponsors/sindresorhus"
  1925. }
  1926. },
  1927. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  1928. "version": "7.2.0",
  1929. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  1930. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  1931. "license": "MIT",
  1932. "dependencies": {
  1933. "ansi-regex": "^6.2.2"
  1934. },
  1935. "engines": {
  1936. "node": ">=12"
  1937. },
  1938. "funding": {
  1939. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1940. }
  1941. },
  1942. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1943. "version": "8.1.0",
  1944. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1945. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1946. "license": "MIT",
  1947. "dependencies": {
  1948. "ansi-styles": "^6.1.0",
  1949. "string-width": "^5.0.1",
  1950. "strip-ansi": "^7.0.1"
  1951. },
  1952. "engines": {
  1953. "node": ">=12"
  1954. },
  1955. "funding": {
  1956. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1957. }
  1958. },
  1959. "node_modules/@istanbuljs/load-nyc-config": {
  1960. "version": "1.1.0",
  1961. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  1962. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  1963. "dev": true,
  1964. "license": "ISC",
  1965. "dependencies": {
  1966. "camelcase": "^5.3.1",
  1967. "find-up": "^4.1.0",
  1968. "get-package-type": "^0.1.0",
  1969. "js-yaml": "^3.13.1",
  1970. "resolve-from": "^5.0.0"
  1971. },
  1972. "engines": {
  1973. "node": ">=8"
  1974. }
  1975. },
  1976. "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
  1977. "version": "1.0.10",
  1978. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  1979. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  1980. "dev": true,
  1981. "license": "MIT",
  1982. "dependencies": {
  1983. "sprintf-js": "~1.0.2"
  1984. }
  1985. },
  1986. "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
  1987. "version": "4.1.0",
  1988. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  1989. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  1990. "dev": true,
  1991. "license": "MIT",
  1992. "dependencies": {
  1993. "locate-path": "^5.0.0",
  1994. "path-exists": "^4.0.0"
  1995. },
  1996. "engines": {
  1997. "node": ">=8"
  1998. }
  1999. },
  2000. "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
  2001. "version": "3.14.2",
  2002. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
  2003. "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
  2004. "dev": true,
  2005. "license": "MIT",
  2006. "dependencies": {
  2007. "argparse": "^1.0.7",
  2008. "esprima": "^4.0.0"
  2009. },
  2010. "bin": {
  2011. "js-yaml": "bin/js-yaml.js"
  2012. }
  2013. },
  2014. "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
  2015. "version": "5.0.0",
  2016. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  2017. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  2018. "dev": true,
  2019. "license": "MIT",
  2020. "dependencies": {
  2021. "p-locate": "^4.1.0"
  2022. },
  2023. "engines": {
  2024. "node": ">=8"
  2025. }
  2026. },
  2027. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
  2028. "version": "2.3.0",
  2029. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  2030. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  2031. "dev": true,
  2032. "license": "MIT",
  2033. "dependencies": {
  2034. "p-try": "^2.0.0"
  2035. },
  2036. "engines": {
  2037. "node": ">=6"
  2038. },
  2039. "funding": {
  2040. "url": "https://github.com/sponsors/sindresorhus"
  2041. }
  2042. },
  2043. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
  2044. "version": "4.1.0",
  2045. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  2046. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  2047. "dev": true,
  2048. "license": "MIT",
  2049. "dependencies": {
  2050. "p-limit": "^2.2.0"
  2051. },
  2052. "engines": {
  2053. "node": ">=8"
  2054. }
  2055. },
  2056. "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
  2057. "version": "5.0.0",
  2058. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  2059. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  2060. "dev": true,
  2061. "license": "MIT",
  2062. "engines": {
  2063. "node": ">=8"
  2064. }
  2065. },
  2066. "node_modules/@istanbuljs/schema": {
  2067. "version": "0.1.3",
  2068. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2069. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2070. "dev": true,
  2071. "license": "MIT",
  2072. "engines": {
  2073. "node": ">=8"
  2074. }
  2075. },
  2076. "node_modules/@jest/console": {
  2077. "version": "29.7.0",
  2078. "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz",
  2079. "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==",
  2080. "dev": true,
  2081. "license": "MIT",
  2082. "dependencies": {
  2083. "@jest/types": "^29.6.3",
  2084. "@types/node": "*",
  2085. "chalk": "^4.0.0",
  2086. "jest-message-util": "^29.7.0",
  2087. "jest-util": "^29.7.0",
  2088. "slash": "^3.0.0"
  2089. },
  2090. "engines": {
  2091. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2092. }
  2093. },
  2094. "node_modules/@jest/core": {
  2095. "version": "29.7.0",
  2096. "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
  2097. "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
  2098. "dev": true,
  2099. "license": "MIT",
  2100. "dependencies": {
  2101. "@jest/console": "^29.7.0",
  2102. "@jest/reporters": "^29.7.0",
  2103. "@jest/test-result": "^29.7.0",
  2104. "@jest/transform": "^29.7.0",
  2105. "@jest/types": "^29.6.3",
  2106. "@types/node": "*",
  2107. "ansi-escapes": "^4.2.1",
  2108. "chalk": "^4.0.0",
  2109. "ci-info": "^3.2.0",
  2110. "exit": "^0.1.2",
  2111. "graceful-fs": "^4.2.9",
  2112. "jest-changed-files": "^29.7.0",
  2113. "jest-config": "^29.7.0",
  2114. "jest-haste-map": "^29.7.0",
  2115. "jest-message-util": "^29.7.0",
  2116. "jest-regex-util": "^29.6.3",
  2117. "jest-resolve": "^29.7.0",
  2118. "jest-resolve-dependencies": "^29.7.0",
  2119. "jest-runner": "^29.7.0",
  2120. "jest-runtime": "^29.7.0",
  2121. "jest-snapshot": "^29.7.0",
  2122. "jest-util": "^29.7.0",
  2123. "jest-validate": "^29.7.0",
  2124. "jest-watcher": "^29.7.0",
  2125. "micromatch": "^4.0.4",
  2126. "pretty-format": "^29.7.0",
  2127. "slash": "^3.0.0",
  2128. "strip-ansi": "^6.0.0"
  2129. },
  2130. "engines": {
  2131. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2132. },
  2133. "peerDependencies": {
  2134. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2135. },
  2136. "peerDependenciesMeta": {
  2137. "node-notifier": {
  2138. "optional": true
  2139. }
  2140. }
  2141. },
  2142. "node_modules/@jest/environment": {
  2143. "version": "29.7.0",
  2144. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
  2145. "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
  2146. "dev": true,
  2147. "license": "MIT",
  2148. "dependencies": {
  2149. "@jest/fake-timers": "^29.7.0",
  2150. "@jest/types": "^29.6.3",
  2151. "@types/node": "*",
  2152. "jest-mock": "^29.7.0"
  2153. },
  2154. "engines": {
  2155. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2156. }
  2157. },
  2158. "node_modules/@jest/expect": {
  2159. "version": "29.7.0",
  2160. "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
  2161. "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
  2162. "dev": true,
  2163. "license": "MIT",
  2164. "dependencies": {
  2165. "expect": "^29.7.0",
  2166. "jest-snapshot": "^29.7.0"
  2167. },
  2168. "engines": {
  2169. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2170. }
  2171. },
  2172. "node_modules/@jest/expect-utils": {
  2173. "version": "29.7.0",
  2174. "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
  2175. "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
  2176. "dev": true,
  2177. "license": "MIT",
  2178. "dependencies": {
  2179. "jest-get-type": "^29.6.3"
  2180. },
  2181. "engines": {
  2182. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2183. }
  2184. },
  2185. "node_modules/@jest/fake-timers": {
  2186. "version": "29.7.0",
  2187. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
  2188. "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
  2189. "dev": true,
  2190. "license": "MIT",
  2191. "dependencies": {
  2192. "@jest/types": "^29.6.3",
  2193. "@sinonjs/fake-timers": "^10.0.2",
  2194. "@types/node": "*",
  2195. "jest-message-util": "^29.7.0",
  2196. "jest-mock": "^29.7.0",
  2197. "jest-util": "^29.7.0"
  2198. },
  2199. "engines": {
  2200. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2201. }
  2202. },
  2203. "node_modules/@jest/globals": {
  2204. "version": "29.7.0",
  2205. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
  2206. "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
  2207. "dev": true,
  2208. "license": "MIT",
  2209. "dependencies": {
  2210. "@jest/environment": "^29.7.0",
  2211. "@jest/expect": "^29.7.0",
  2212. "@jest/types": "^29.6.3",
  2213. "jest-mock": "^29.7.0"
  2214. },
  2215. "engines": {
  2216. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2217. }
  2218. },
  2219. "node_modules/@jest/reporters": {
  2220. "version": "29.7.0",
  2221. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
  2222. "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
  2223. "dev": true,
  2224. "license": "MIT",
  2225. "dependencies": {
  2226. "@bcoe/v8-coverage": "^0.2.3",
  2227. "@jest/console": "^29.7.0",
  2228. "@jest/test-result": "^29.7.0",
  2229. "@jest/transform": "^29.7.0",
  2230. "@jest/types": "^29.6.3",
  2231. "@jridgewell/trace-mapping": "^0.3.18",
  2232. "@types/node": "*",
  2233. "chalk": "^4.0.0",
  2234. "collect-v8-coverage": "^1.0.0",
  2235. "exit": "^0.1.2",
  2236. "glob": "^7.1.3",
  2237. "graceful-fs": "^4.2.9",
  2238. "istanbul-lib-coverage": "^3.0.0",
  2239. "istanbul-lib-instrument": "^6.0.0",
  2240. "istanbul-lib-report": "^3.0.0",
  2241. "istanbul-lib-source-maps": "^4.0.0",
  2242. "istanbul-reports": "^3.1.3",
  2243. "jest-message-util": "^29.7.0",
  2244. "jest-util": "^29.7.0",
  2245. "jest-worker": "^29.7.0",
  2246. "slash": "^3.0.0",
  2247. "string-length": "^4.0.1",
  2248. "strip-ansi": "^6.0.0",
  2249. "v8-to-istanbul": "^9.0.1"
  2250. },
  2251. "engines": {
  2252. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2253. },
  2254. "peerDependencies": {
  2255. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2256. },
  2257. "peerDependenciesMeta": {
  2258. "node-notifier": {
  2259. "optional": true
  2260. }
  2261. }
  2262. },
  2263. "node_modules/@jest/reporters/node_modules/glob": {
  2264. "version": "7.2.3",
  2265. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  2266. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  2267. "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",
  2268. "dev": true,
  2269. "license": "ISC",
  2270. "dependencies": {
  2271. "fs.realpath": "^1.0.0",
  2272. "inflight": "^1.0.4",
  2273. "inherits": "2",
  2274. "minimatch": "^3.1.1",
  2275. "once": "^1.3.0",
  2276. "path-is-absolute": "^1.0.0"
  2277. },
  2278. "engines": {
  2279. "node": "*"
  2280. },
  2281. "funding": {
  2282. "url": "https://github.com/sponsors/isaacs"
  2283. }
  2284. },
  2285. "node_modules/@jest/schemas": {
  2286. "version": "29.6.3",
  2287. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
  2288. "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
  2289. "dev": true,
  2290. "license": "MIT",
  2291. "dependencies": {
  2292. "@sinclair/typebox": "^0.27.8"
  2293. },
  2294. "engines": {
  2295. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2296. }
  2297. },
  2298. "node_modules/@jest/source-map": {
  2299. "version": "29.6.3",
  2300. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
  2301. "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
  2302. "dev": true,
  2303. "license": "MIT",
  2304. "dependencies": {
  2305. "@jridgewell/trace-mapping": "^0.3.18",
  2306. "callsites": "^3.0.0",
  2307. "graceful-fs": "^4.2.9"
  2308. },
  2309. "engines": {
  2310. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2311. }
  2312. },
  2313. "node_modules/@jest/test-result": {
  2314. "version": "29.7.0",
  2315. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
  2316. "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
  2317. "dev": true,
  2318. "license": "MIT",
  2319. "dependencies": {
  2320. "@jest/console": "^29.7.0",
  2321. "@jest/types": "^29.6.3",
  2322. "@types/istanbul-lib-coverage": "^2.0.0",
  2323. "collect-v8-coverage": "^1.0.0"
  2324. },
  2325. "engines": {
  2326. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2327. }
  2328. },
  2329. "node_modules/@jest/test-sequencer": {
  2330. "version": "29.7.0",
  2331. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
  2332. "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
  2333. "dev": true,
  2334. "license": "MIT",
  2335. "dependencies": {
  2336. "@jest/test-result": "^29.7.0",
  2337. "graceful-fs": "^4.2.9",
  2338. "jest-haste-map": "^29.7.0",
  2339. "slash": "^3.0.0"
  2340. },
  2341. "engines": {
  2342. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2343. }
  2344. },
  2345. "node_modules/@jest/transform": {
  2346. "version": "29.7.0",
  2347. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz",
  2348. "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==",
  2349. "dev": true,
  2350. "license": "MIT",
  2351. "dependencies": {
  2352. "@babel/core": "^7.11.6",
  2353. "@jest/types": "^29.6.3",
  2354. "@jridgewell/trace-mapping": "^0.3.18",
  2355. "babel-plugin-istanbul": "^6.1.1",
  2356. "chalk": "^4.0.0",
  2357. "convert-source-map": "^2.0.0",
  2358. "fast-json-stable-stringify": "^2.1.0",
  2359. "graceful-fs": "^4.2.9",
  2360. "jest-haste-map": "^29.7.0",
  2361. "jest-regex-util": "^29.6.3",
  2362. "jest-util": "^29.7.0",
  2363. "micromatch": "^4.0.4",
  2364. "pirates": "^4.0.4",
  2365. "slash": "^3.0.0",
  2366. "write-file-atomic": "^4.0.2"
  2367. },
  2368. "engines": {
  2369. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2370. }
  2371. },
  2372. "node_modules/@jest/types": {
  2373. "version": "29.6.3",
  2374. "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
  2375. "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
  2376. "dev": true,
  2377. "license": "MIT",
  2378. "dependencies": {
  2379. "@jest/schemas": "^29.6.3",
  2380. "@types/istanbul-lib-coverage": "^2.0.0",
  2381. "@types/istanbul-reports": "^3.0.0",
  2382. "@types/node": "*",
  2383. "@types/yargs": "^17.0.8",
  2384. "chalk": "^4.0.0"
  2385. },
  2386. "engines": {
  2387. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2388. }
  2389. },
  2390. "node_modules/@jridgewell/gen-mapping": {
  2391. "version": "0.3.13",
  2392. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  2393. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  2394. "dev": true,
  2395. "license": "MIT",
  2396. "dependencies": {
  2397. "@jridgewell/sourcemap-codec": "^1.5.0",
  2398. "@jridgewell/trace-mapping": "^0.3.24"
  2399. }
  2400. },
  2401. "node_modules/@jridgewell/remapping": {
  2402. "version": "2.3.5",
  2403. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  2404. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  2405. "dev": true,
  2406. "license": "MIT",
  2407. "dependencies": {
  2408. "@jridgewell/gen-mapping": "^0.3.5",
  2409. "@jridgewell/trace-mapping": "^0.3.24"
  2410. }
  2411. },
  2412. "node_modules/@jridgewell/resolve-uri": {
  2413. "version": "3.1.2",
  2414. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2415. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2416. "devOptional": true,
  2417. "license": "MIT",
  2418. "engines": {
  2419. "node": ">=6.0.0"
  2420. }
  2421. },
  2422. "node_modules/@jridgewell/source-map": {
  2423. "version": "0.3.11",
  2424. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  2425. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  2426. "dev": true,
  2427. "license": "MIT",
  2428. "dependencies": {
  2429. "@jridgewell/gen-mapping": "^0.3.5",
  2430. "@jridgewell/trace-mapping": "^0.3.25"
  2431. }
  2432. },
  2433. "node_modules/@jridgewell/sourcemap-codec": {
  2434. "version": "1.5.5",
  2435. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  2436. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  2437. "devOptional": true,
  2438. "license": "MIT"
  2439. },
  2440. "node_modules/@jridgewell/trace-mapping": {
  2441. "version": "0.3.31",
  2442. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  2443. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  2444. "dev": true,
  2445. "license": "MIT",
  2446. "dependencies": {
  2447. "@jridgewell/resolve-uri": "^3.1.0",
  2448. "@jridgewell/sourcemap-codec": "^1.4.14"
  2449. }
  2450. },
  2451. "node_modules/@lukeed/csprng": {
  2452. "version": "1.1.0",
  2453. "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz",
  2454. "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==",
  2455. "license": "MIT",
  2456. "engines": {
  2457. "node": ">=8"
  2458. }
  2459. },
  2460. "node_modules/@napi-rs/nice": {
  2461. "version": "1.1.1",
  2462. "resolved": "https://registry.npmjs.org/@napi-rs/nice/-/nice-1.1.1.tgz",
  2463. "integrity": "sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==",
  2464. "dev": true,
  2465. "license": "MIT",
  2466. "optional": true,
  2467. "engines": {
  2468. "node": ">= 10"
  2469. },
  2470. "funding": {
  2471. "type": "github",
  2472. "url": "https://github.com/sponsors/Brooooooklyn"
  2473. },
  2474. "optionalDependencies": {
  2475. "@napi-rs/nice-android-arm-eabi": "1.1.1",
  2476. "@napi-rs/nice-android-arm64": "1.1.1",
  2477. "@napi-rs/nice-darwin-arm64": "1.1.1",
  2478. "@napi-rs/nice-darwin-x64": "1.1.1",
  2479. "@napi-rs/nice-freebsd-x64": "1.1.1",
  2480. "@napi-rs/nice-linux-arm-gnueabihf": "1.1.1",
  2481. "@napi-rs/nice-linux-arm64-gnu": "1.1.1",
  2482. "@napi-rs/nice-linux-arm64-musl": "1.1.1",
  2483. "@napi-rs/nice-linux-ppc64-gnu": "1.1.1",
  2484. "@napi-rs/nice-linux-riscv64-gnu": "1.1.1",
  2485. "@napi-rs/nice-linux-s390x-gnu": "1.1.1",
  2486. "@napi-rs/nice-linux-x64-gnu": "1.1.1",
  2487. "@napi-rs/nice-linux-x64-musl": "1.1.1",
  2488. "@napi-rs/nice-openharmony-arm64": "1.1.1",
  2489. "@napi-rs/nice-win32-arm64-msvc": "1.1.1",
  2490. "@napi-rs/nice-win32-ia32-msvc": "1.1.1",
  2491. "@napi-rs/nice-win32-x64-msvc": "1.1.1"
  2492. }
  2493. },
  2494. "node_modules/@napi-rs/nice-android-arm-eabi": {
  2495. "version": "1.1.1",
  2496. "resolved": "https://registry.npmjs.org/@napi-rs/nice-android-arm-eabi/-/nice-android-arm-eabi-1.1.1.tgz",
  2497. "integrity": "sha512-kjirL3N6TnRPv5iuHw36wnucNqXAO46dzK9oPb0wj076R5Xm8PfUVA9nAFB5ZNMmfJQJVKACAPd/Z2KYMppthw==",
  2498. "cpu": [
  2499. "arm"
  2500. ],
  2501. "dev": true,
  2502. "license": "MIT",
  2503. "optional": true,
  2504. "os": [
  2505. "android"
  2506. ],
  2507. "engines": {
  2508. "node": ">= 10"
  2509. }
  2510. },
  2511. "node_modules/@napi-rs/nice-android-arm64": {
  2512. "version": "1.1.1",
  2513. "resolved": "https://registry.npmjs.org/@napi-rs/nice-android-arm64/-/nice-android-arm64-1.1.1.tgz",
  2514. "integrity": "sha512-blG0i7dXgbInN5urONoUCNf+DUEAavRffrO7fZSeoRMJc5qD+BJeNcpr54msPF6qfDD6kzs9AQJogZvT2KD5nw==",
  2515. "cpu": [
  2516. "arm64"
  2517. ],
  2518. "dev": true,
  2519. "license": "MIT",
  2520. "optional": true,
  2521. "os": [
  2522. "android"
  2523. ],
  2524. "engines": {
  2525. "node": ">= 10"
  2526. }
  2527. },
  2528. "node_modules/@napi-rs/nice-darwin-arm64": {
  2529. "version": "1.1.1",
  2530. "resolved": "https://registry.npmjs.org/@napi-rs/nice-darwin-arm64/-/nice-darwin-arm64-1.1.1.tgz",
  2531. "integrity": "sha512-s/E7w45NaLqTGuOjC2p96pct4jRfo61xb9bU1unM/MJ/RFkKlJyJDx7OJI/O0ll/hrfpqKopuAFDV8yo0hfT7A==",
  2532. "cpu": [
  2533. "arm64"
  2534. ],
  2535. "dev": true,
  2536. "license": "MIT",
  2537. "optional": true,
  2538. "os": [
  2539. "darwin"
  2540. ],
  2541. "engines": {
  2542. "node": ">= 10"
  2543. }
  2544. },
  2545. "node_modules/@napi-rs/nice-darwin-x64": {
  2546. "version": "1.1.1",
  2547. "resolved": "https://registry.npmjs.org/@napi-rs/nice-darwin-x64/-/nice-darwin-x64-1.1.1.tgz",
  2548. "integrity": "sha512-dGoEBnVpsdcC+oHHmW1LRK5eiyzLwdgNQq3BmZIav+9/5WTZwBYX7r5ZkQC07Nxd3KHOCkgbHSh4wPkH1N1LiQ==",
  2549. "cpu": [
  2550. "x64"
  2551. ],
  2552. "dev": true,
  2553. "license": "MIT",
  2554. "optional": true,
  2555. "os": [
  2556. "darwin"
  2557. ],
  2558. "engines": {
  2559. "node": ">= 10"
  2560. }
  2561. },
  2562. "node_modules/@napi-rs/nice-freebsd-x64": {
  2563. "version": "1.1.1",
  2564. "resolved": "https://registry.npmjs.org/@napi-rs/nice-freebsd-x64/-/nice-freebsd-x64-1.1.1.tgz",
  2565. "integrity": "sha512-kHv4kEHAylMYmlNwcQcDtXjklYp4FCf0b05E+0h6nDHsZ+F0bDe04U/tXNOqrx5CmIAth4vwfkjjUmp4c4JktQ==",
  2566. "cpu": [
  2567. "x64"
  2568. ],
  2569. "dev": true,
  2570. "license": "MIT",
  2571. "optional": true,
  2572. "os": [
  2573. "freebsd"
  2574. ],
  2575. "engines": {
  2576. "node": ">= 10"
  2577. }
  2578. },
  2579. "node_modules/@napi-rs/nice-linux-arm-gnueabihf": {
  2580. "version": "1.1.1",
  2581. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm-gnueabihf/-/nice-linux-arm-gnueabihf-1.1.1.tgz",
  2582. "integrity": "sha512-E1t7K0efyKXZDoZg1LzCOLxgolxV58HCkaEkEvIYQx12ht2pa8hoBo+4OB3qh7e+QiBlp1SRf+voWUZFxyhyqg==",
  2583. "cpu": [
  2584. "arm"
  2585. ],
  2586. "dev": true,
  2587. "license": "MIT",
  2588. "optional": true,
  2589. "os": [
  2590. "linux"
  2591. ],
  2592. "engines": {
  2593. "node": ">= 10"
  2594. }
  2595. },
  2596. "node_modules/@napi-rs/nice-linux-arm64-gnu": {
  2597. "version": "1.1.1",
  2598. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-gnu/-/nice-linux-arm64-gnu-1.1.1.tgz",
  2599. "integrity": "sha512-CIKLA12DTIZlmTaaKhQP88R3Xao+gyJxNWEn04wZwC2wmRapNnxCUZkVwggInMJvtVElA+D4ZzOU5sX4jV+SmQ==",
  2600. "cpu": [
  2601. "arm64"
  2602. ],
  2603. "dev": true,
  2604. "libc": [
  2605. "glibc"
  2606. ],
  2607. "license": "MIT",
  2608. "optional": true,
  2609. "os": [
  2610. "linux"
  2611. ],
  2612. "engines": {
  2613. "node": ">= 10"
  2614. }
  2615. },
  2616. "node_modules/@napi-rs/nice-linux-arm64-musl": {
  2617. "version": "1.1.1",
  2618. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-musl/-/nice-linux-arm64-musl-1.1.1.tgz",
  2619. "integrity": "sha512-+2Rzdb3nTIYZ0YJF43qf2twhqOCkiSrHx2Pg6DJaCPYhhaxbLcdlV8hCRMHghQ+EtZQWGNcS2xF4KxBhSGeutg==",
  2620. "cpu": [
  2621. "arm64"
  2622. ],
  2623. "dev": true,
  2624. "libc": [
  2625. "musl"
  2626. ],
  2627. "license": "MIT",
  2628. "optional": true,
  2629. "os": [
  2630. "linux"
  2631. ],
  2632. "engines": {
  2633. "node": ">= 10"
  2634. }
  2635. },
  2636. "node_modules/@napi-rs/nice-linux-ppc64-gnu": {
  2637. "version": "1.1.1",
  2638. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-ppc64-gnu/-/nice-linux-ppc64-gnu-1.1.1.tgz",
  2639. "integrity": "sha512-4FS8oc0GeHpwvv4tKciKkw3Y4jKsL7FRhaOeiPei0X9T4Jd619wHNe4xCLmN2EMgZoeGg+Q7GY7BsvwKpL22Tg==",
  2640. "cpu": [
  2641. "ppc64"
  2642. ],
  2643. "dev": true,
  2644. "libc": [
  2645. "glibc"
  2646. ],
  2647. "license": "MIT",
  2648. "optional": true,
  2649. "os": [
  2650. "linux"
  2651. ],
  2652. "engines": {
  2653. "node": ">= 10"
  2654. }
  2655. },
  2656. "node_modules/@napi-rs/nice-linux-riscv64-gnu": {
  2657. "version": "1.1.1",
  2658. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-riscv64-gnu/-/nice-linux-riscv64-gnu-1.1.1.tgz",
  2659. "integrity": "sha512-HU0nw9uD4FO/oGCCk409tCi5IzIZpH2agE6nN4fqpwVlCn5BOq0MS1dXGjXaG17JaAvrlpV5ZeyZwSon10XOXw==",
  2660. "cpu": [
  2661. "riscv64"
  2662. ],
  2663. "dev": true,
  2664. "libc": [
  2665. "glibc"
  2666. ],
  2667. "license": "MIT",
  2668. "optional": true,
  2669. "os": [
  2670. "linux"
  2671. ],
  2672. "engines": {
  2673. "node": ">= 10"
  2674. }
  2675. },
  2676. "node_modules/@napi-rs/nice-linux-s390x-gnu": {
  2677. "version": "1.1.1",
  2678. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-s390x-gnu/-/nice-linux-s390x-gnu-1.1.1.tgz",
  2679. "integrity": "sha512-2YqKJWWl24EwrX0DzCQgPLKQBxYDdBxOHot1KWEq7aY2uYeX+Uvtv4I8xFVVygJDgf6/92h9N3Y43WPx8+PAgQ==",
  2680. "cpu": [
  2681. "s390x"
  2682. ],
  2683. "dev": true,
  2684. "libc": [
  2685. "glibc"
  2686. ],
  2687. "license": "MIT",
  2688. "optional": true,
  2689. "os": [
  2690. "linux"
  2691. ],
  2692. "engines": {
  2693. "node": ">= 10"
  2694. }
  2695. },
  2696. "node_modules/@napi-rs/nice-linux-x64-gnu": {
  2697. "version": "1.1.1",
  2698. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-x64-gnu/-/nice-linux-x64-gnu-1.1.1.tgz",
  2699. "integrity": "sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg==",
  2700. "cpu": [
  2701. "x64"
  2702. ],
  2703. "dev": true,
  2704. "libc": [
  2705. "glibc"
  2706. ],
  2707. "license": "MIT",
  2708. "optional": true,
  2709. "os": [
  2710. "linux"
  2711. ],
  2712. "engines": {
  2713. "node": ">= 10"
  2714. }
  2715. },
  2716. "node_modules/@napi-rs/nice-linux-x64-musl": {
  2717. "version": "1.1.1",
  2718. "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-x64-musl/-/nice-linux-x64-musl-1.1.1.tgz",
  2719. "integrity": "sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw==",
  2720. "cpu": [
  2721. "x64"
  2722. ],
  2723. "dev": true,
  2724. "libc": [
  2725. "musl"
  2726. ],
  2727. "license": "MIT",
  2728. "optional": true,
  2729. "os": [
  2730. "linux"
  2731. ],
  2732. "engines": {
  2733. "node": ">= 10"
  2734. }
  2735. },
  2736. "node_modules/@napi-rs/nice-openharmony-arm64": {
  2737. "version": "1.1.1",
  2738. "resolved": "https://registry.npmjs.org/@napi-rs/nice-openharmony-arm64/-/nice-openharmony-arm64-1.1.1.tgz",
  2739. "integrity": "sha512-6uJPRVwVCLDeoOaNyeiW0gp2kFIM4r7PL2MczdZQHkFi9gVlgm+Vn+V6nTWRcu856mJ2WjYJiumEajfSm7arPQ==",
  2740. "cpu": [
  2741. "arm64"
  2742. ],
  2743. "dev": true,
  2744. "license": "MIT",
  2745. "optional": true,
  2746. "os": [
  2747. "openharmony"
  2748. ],
  2749. "engines": {
  2750. "node": ">= 10"
  2751. }
  2752. },
  2753. "node_modules/@napi-rs/nice-win32-arm64-msvc": {
  2754. "version": "1.1.1",
  2755. "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-arm64-msvc/-/nice-win32-arm64-msvc-1.1.1.tgz",
  2756. "integrity": "sha512-uoTb4eAvM5B2aj/z8j+Nv8OttPf2m+HVx3UjA5jcFxASvNhQriyCQF1OB1lHL43ZhW+VwZlgvjmP5qF3+59atA==",
  2757. "cpu": [
  2758. "arm64"
  2759. ],
  2760. "dev": true,
  2761. "license": "MIT",
  2762. "optional": true,
  2763. "os": [
  2764. "win32"
  2765. ],
  2766. "engines": {
  2767. "node": ">= 10"
  2768. }
  2769. },
  2770. "node_modules/@napi-rs/nice-win32-ia32-msvc": {
  2771. "version": "1.1.1",
  2772. "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-ia32-msvc/-/nice-win32-ia32-msvc-1.1.1.tgz",
  2773. "integrity": "sha512-CNQqlQT9MwuCsg1Vd/oKXiuH+TcsSPJmlAFc5frFyX/KkOh0UpBLEj7aoY656d5UKZQMQFP7vJNa1DNUNORvug==",
  2774. "cpu": [
  2775. "ia32"
  2776. ],
  2777. "dev": true,
  2778. "license": "MIT",
  2779. "optional": true,
  2780. "os": [
  2781. "win32"
  2782. ],
  2783. "engines": {
  2784. "node": ">= 10"
  2785. }
  2786. },
  2787. "node_modules/@napi-rs/nice-win32-x64-msvc": {
  2788. "version": "1.1.1",
  2789. "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-x64-msvc/-/nice-win32-x64-msvc-1.1.1.tgz",
  2790. "integrity": "sha512-vB+4G/jBQCAh0jelMTY3+kgFy00Hlx2f2/1zjMoH821IbplbWZOkLiTYXQkygNTzQJTq5cvwBDgn2ppHD+bglQ==",
  2791. "cpu": [
  2792. "x64"
  2793. ],
  2794. "dev": true,
  2795. "license": "MIT",
  2796. "optional": true,
  2797. "os": [
  2798. "win32"
  2799. ],
  2800. "engines": {
  2801. "node": ">= 10"
  2802. }
  2803. },
  2804. "node_modules/@nestjs/cli": {
  2805. "version": "11.0.17",
  2806. "resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-11.0.17.tgz",
  2807. "integrity": "sha512-tOMgoB9k+Zb2WdKYPhbhceROLcDR1BFQZWfkBOGMRgBTo8rnC125E65UvThEA77vp4w+zKjqiSIv0leT+wdpHg==",
  2808. "dev": true,
  2809. "license": "MIT",
  2810. "dependencies": {
  2811. "@angular-devkit/core": "19.2.22",
  2812. "@angular-devkit/schematics": "19.2.22",
  2813. "@angular-devkit/schematics-cli": "19.2.22",
  2814. "@inquirer/prompts": "7.10.1",
  2815. "@nestjs/schematics": "^11.0.1",
  2816. "ansis": "4.2.0",
  2817. "chokidar": "4.0.3",
  2818. "cli-table3": "0.6.5",
  2819. "commander": "4.1.1",
  2820. "fork-ts-checker-webpack-plugin": "9.1.0",
  2821. "glob": "13.0.6",
  2822. "node-emoji": "1.11.0",
  2823. "ora": "5.4.1",
  2824. "tsconfig-paths": "4.2.0",
  2825. "tsconfig-paths-webpack-plugin": "4.2.0",
  2826. "typescript": "5.9.3",
  2827. "webpack": "5.105.4",
  2828. "webpack-node-externals": "3.0.0"
  2829. },
  2830. "bin": {
  2831. "nest": "bin/nest.js"
  2832. },
  2833. "engines": {
  2834. "node": ">= 20.11"
  2835. },
  2836. "peerDependencies": {
  2837. "@swc/cli": "^0.1.62 || ^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0",
  2838. "@swc/core": "^1.3.62"
  2839. },
  2840. "peerDependenciesMeta": {
  2841. "@swc/cli": {
  2842. "optional": true
  2843. },
  2844. "@swc/core": {
  2845. "optional": true
  2846. }
  2847. }
  2848. },
  2849. "node_modules/@nestjs/common": {
  2850. "version": "11.1.18",
  2851. "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.18.tgz",
  2852. "integrity": "sha512-0sLq8Z+TIjLnz1Tqp0C/x9BpLbqpt1qEu0VcH4/fkE0y3F5JxhfK1AdKQ/SPbKhKgwqVDoY4gS8GQr2G6ujaWg==",
  2853. "license": "MIT",
  2854. "dependencies": {
  2855. "file-type": "21.3.4",
  2856. "iterare": "1.2.1",
  2857. "load-esm": "1.0.3",
  2858. "tslib": "2.8.1",
  2859. "uid": "2.0.2"
  2860. },
  2861. "funding": {
  2862. "type": "opencollective",
  2863. "url": "https://opencollective.com/nest"
  2864. },
  2865. "peerDependencies": {
  2866. "class-transformer": ">=0.4.1",
  2867. "class-validator": ">=0.13.2",
  2868. "reflect-metadata": "^0.1.12 || ^0.2.0",
  2869. "rxjs": "^7.1.0"
  2870. },
  2871. "peerDependenciesMeta": {
  2872. "class-transformer": {
  2873. "optional": true
  2874. },
  2875. "class-validator": {
  2876. "optional": true
  2877. }
  2878. }
  2879. },
  2880. "node_modules/@nestjs/core": {
  2881. "version": "11.1.18",
  2882. "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.18.tgz",
  2883. "integrity": "sha512-wR3DtGyk/LUAiPtbXDuWJJwVkWElKBY0sqnTzf9d4uM3+X18FRZhK7WFc47czsIGOdWuRsMeLYV+1Z9dO4zDEQ==",
  2884. "hasInstallScript": true,
  2885. "license": "MIT",
  2886. "dependencies": {
  2887. "@nuxt/opencollective": "0.4.1",
  2888. "fast-safe-stringify": "2.1.1",
  2889. "iterare": "1.2.1",
  2890. "path-to-regexp": "8.4.2",
  2891. "tslib": "2.8.1",
  2892. "uid": "2.0.2"
  2893. },
  2894. "engines": {
  2895. "node": ">= 20"
  2896. },
  2897. "funding": {
  2898. "type": "opencollective",
  2899. "url": "https://opencollective.com/nest"
  2900. },
  2901. "peerDependencies": {
  2902. "@nestjs/common": "^11.0.0",
  2903. "@nestjs/microservices": "^11.0.0",
  2904. "@nestjs/platform-express": "^11.0.0",
  2905. "@nestjs/websockets": "^11.0.0",
  2906. "reflect-metadata": "^0.1.12 || ^0.2.0",
  2907. "rxjs": "^7.1.0"
  2908. },
  2909. "peerDependenciesMeta": {
  2910. "@nestjs/microservices": {
  2911. "optional": true
  2912. },
  2913. "@nestjs/platform-express": {
  2914. "optional": true
  2915. },
  2916. "@nestjs/websockets": {
  2917. "optional": true
  2918. }
  2919. }
  2920. },
  2921. "node_modules/@nestjs/platform-express": {
  2922. "version": "11.1.18",
  2923. "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.1.18.tgz",
  2924. "integrity": "sha512-s6GdHMTa3qx0fJewR74Xa30ysPHfBEqxIwZ7BGSTLoAEQ1vTP24urNl+b6+s49NFLEIOyeNho5fN/9/I17QlOw==",
  2925. "license": "MIT",
  2926. "dependencies": {
  2927. "cors": "2.8.6",
  2928. "express": "5.2.1",
  2929. "multer": "2.1.1",
  2930. "path-to-regexp": "8.4.2",
  2931. "tslib": "2.8.1"
  2932. },
  2933. "funding": {
  2934. "type": "opencollective",
  2935. "url": "https://opencollective.com/nest"
  2936. },
  2937. "peerDependencies": {
  2938. "@nestjs/common": "^11.0.0",
  2939. "@nestjs/core": "^11.0.0"
  2940. }
  2941. },
  2942. "node_modules/@nestjs/platform-socket.io": {
  2943. "version": "11.1.19",
  2944. "resolved": "https://registry.npmjs.org/@nestjs/platform-socket.io/-/platform-socket.io-11.1.19.tgz",
  2945. "integrity": "sha512-gu1nPIEaP5Qjjg/Cl8wXyvwGpdZGzgbtK4KcH65YRAA+GTKUkIHb4BNpLJ27Ymq/wqLJKNEbCjajfzD0BEjMGA==",
  2946. "license": "MIT",
  2947. "dependencies": {
  2948. "socket.io": "4.8.3",
  2949. "tslib": "2.8.1"
  2950. },
  2951. "funding": {
  2952. "type": "opencollective",
  2953. "url": "https://opencollective.com/nest"
  2954. },
  2955. "peerDependencies": {
  2956. "@nestjs/common": "^11.0.0",
  2957. "@nestjs/websockets": "^11.0.0",
  2958. "rxjs": "^7.1.0"
  2959. }
  2960. },
  2961. "node_modules/@nestjs/schematics": {
  2962. "version": "11.0.10",
  2963. "resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-11.0.10.tgz",
  2964. "integrity": "sha512-q9lr0wGwgBHLarD4uno3XiW4JX60WPlg2VTgbqPHl/6bT4u1IEEzj+q9Tad3bVnqL5mlDF3vrZ2tj+x13CJpmw==",
  2965. "dev": true,
  2966. "license": "MIT",
  2967. "dependencies": {
  2968. "@angular-devkit/core": "19.2.23",
  2969. "@angular-devkit/schematics": "19.2.23",
  2970. "comment-json": "4.6.2",
  2971. "jsonc-parser": "3.3.1",
  2972. "pluralize": "8.0.0"
  2973. },
  2974. "peerDependencies": {
  2975. "typescript": ">=4.8.2"
  2976. }
  2977. },
  2978. "node_modules/@nestjs/schematics/node_modules/@angular-devkit/core": {
  2979. "version": "19.2.23",
  2980. "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.23.tgz",
  2981. "integrity": "sha512-RazHPQkUEsNU/OZ75w9UeHxGFMthRiuAW2B/uA7eXExBj/1meHrrBfoCA56ujW2GUxVjRtSrMjylKh4R4meiYA==",
  2982. "dev": true,
  2983. "license": "MIT",
  2984. "dependencies": {
  2985. "ajv": "8.18.0",
  2986. "ajv-formats": "3.0.1",
  2987. "jsonc-parser": "3.3.1",
  2988. "picomatch": "4.0.4",
  2989. "rxjs": "7.8.1",
  2990. "source-map": "0.7.4"
  2991. },
  2992. "engines": {
  2993. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  2994. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  2995. "yarn": ">= 1.13.0"
  2996. },
  2997. "peerDependencies": {
  2998. "chokidar": "^4.0.0"
  2999. },
  3000. "peerDependenciesMeta": {
  3001. "chokidar": {
  3002. "optional": true
  3003. }
  3004. }
  3005. },
  3006. "node_modules/@nestjs/schematics/node_modules/@angular-devkit/schematics": {
  3007. "version": "19.2.23",
  3008. "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.23.tgz",
  3009. "integrity": "sha512-Jzs7YM4X6azmHU7Mw5tQSPMuvaqYS8SLnZOJbtiXCy1JyuW9bm/WBBecNHMiuZ8LHXKhvQ6AVX1tKrzF6uiDmw==",
  3010. "dev": true,
  3011. "license": "MIT",
  3012. "dependencies": {
  3013. "@angular-devkit/core": "19.2.23",
  3014. "jsonc-parser": "3.3.1",
  3015. "magic-string": "0.30.17",
  3016. "ora": "5.4.1",
  3017. "rxjs": "7.8.1"
  3018. },
  3019. "engines": {
  3020. "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
  3021. "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
  3022. "yarn": ">= 1.13.0"
  3023. }
  3024. },
  3025. "node_modules/@nestjs/schematics/node_modules/ajv": {
  3026. "version": "8.18.0",
  3027. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  3028. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  3029. "dev": true,
  3030. "license": "MIT",
  3031. "dependencies": {
  3032. "fast-deep-equal": "^3.1.3",
  3033. "fast-uri": "^3.0.1",
  3034. "json-schema-traverse": "^1.0.0",
  3035. "require-from-string": "^2.0.2"
  3036. },
  3037. "funding": {
  3038. "type": "github",
  3039. "url": "https://github.com/sponsors/epoberezkin"
  3040. }
  3041. },
  3042. "node_modules/@nestjs/schematics/node_modules/json-schema-traverse": {
  3043. "version": "1.0.0",
  3044. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  3045. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  3046. "dev": true,
  3047. "license": "MIT"
  3048. },
  3049. "node_modules/@nestjs/schematics/node_modules/picomatch": {
  3050. "version": "4.0.4",
  3051. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  3052. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  3053. "dev": true,
  3054. "license": "MIT",
  3055. "engines": {
  3056. "node": ">=12"
  3057. },
  3058. "funding": {
  3059. "url": "https://github.com/sponsors/jonschlinkert"
  3060. }
  3061. },
  3062. "node_modules/@nestjs/schematics/node_modules/rxjs": {
  3063. "version": "7.8.1",
  3064. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
  3065. "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
  3066. "dev": true,
  3067. "license": "Apache-2.0",
  3068. "dependencies": {
  3069. "tslib": "^2.1.0"
  3070. }
  3071. },
  3072. "node_modules/@nestjs/testing": {
  3073. "version": "11.1.18",
  3074. "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-11.1.18.tgz",
  3075. "integrity": "sha512-frzwNlpBgtAzI3hp/qo57DZoRO4RMTH1wST3QUYEhRTHyfPkLpzkWz3jV/mhApXjD0yT56Ptlzn6zuYPLh87Lw==",
  3076. "dev": true,
  3077. "license": "MIT",
  3078. "dependencies": {
  3079. "tslib": "2.8.1"
  3080. },
  3081. "funding": {
  3082. "type": "opencollective",
  3083. "url": "https://opencollective.com/nest"
  3084. },
  3085. "peerDependencies": {
  3086. "@nestjs/common": "^11.0.0",
  3087. "@nestjs/core": "^11.0.0",
  3088. "@nestjs/microservices": "^11.0.0",
  3089. "@nestjs/platform-express": "^11.0.0"
  3090. },
  3091. "peerDependenciesMeta": {
  3092. "@nestjs/microservices": {
  3093. "optional": true
  3094. },
  3095. "@nestjs/platform-express": {
  3096. "optional": true
  3097. }
  3098. }
  3099. },
  3100. "node_modules/@nestjs/typeorm": {
  3101. "version": "11.0.1",
  3102. "resolved": "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-11.0.1.tgz",
  3103. "integrity": "sha512-8rw/nKT0S+L+MkzgE9F2/mox7mAgsPlwfzmW9gsESN1lmQtIrVEfiiBwC2O8+guS1jBfQehJIdcdUj2OAp4VUQ==",
  3104. "license": "MIT",
  3105. "peerDependencies": {
  3106. "@nestjs/common": "^10.0.0 || ^11.0.0",
  3107. "@nestjs/core": "^10.0.0 || ^11.0.0",
  3108. "reflect-metadata": "^0.1.13 || ^0.2.0",
  3109. "rxjs": "^7.2.0",
  3110. "typeorm": "^0.3.0 || ^1.0.0-dev"
  3111. }
  3112. },
  3113. "node_modules/@nestjs/websockets": {
  3114. "version": "11.1.19",
  3115. "resolved": "https://registry.npmjs.org/@nestjs/websockets/-/websockets-11.1.19.tgz",
  3116. "integrity": "sha512-2qo8jtIwwwgkqAI1BtnJ02EaFLrRkKA39eYXS8IhZCHilhBHCWdjnJ5cLcFq4oF+s+KZ7LcLGD/3stxJy8ijzg==",
  3117. "license": "MIT",
  3118. "dependencies": {
  3119. "iterare": "1.2.1",
  3120. "object-hash": "3.0.0",
  3121. "tslib": "2.8.1"
  3122. },
  3123. "peerDependencies": {
  3124. "@nestjs/common": "^11.0.0",
  3125. "@nestjs/core": "^11.0.0",
  3126. "@nestjs/platform-socket.io": "^11.0.0",
  3127. "reflect-metadata": "^0.1.12 || ^0.2.0",
  3128. "rxjs": "^7.1.0"
  3129. },
  3130. "peerDependenciesMeta": {
  3131. "@nestjs/platform-socket.io": {
  3132. "optional": true
  3133. }
  3134. }
  3135. },
  3136. "node_modules/@noble/hashes": {
  3137. "version": "1.8.0",
  3138. "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
  3139. "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
  3140. "dev": true,
  3141. "license": "MIT",
  3142. "engines": {
  3143. "node": "^14.21.3 || >=16"
  3144. },
  3145. "funding": {
  3146. "url": "https://paulmillr.com/funding/"
  3147. }
  3148. },
  3149. "node_modules/@nodelib/fs.scandir": {
  3150. "version": "2.1.5",
  3151. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  3152. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  3153. "dev": true,
  3154. "license": "MIT",
  3155. "dependencies": {
  3156. "@nodelib/fs.stat": "2.0.5",
  3157. "run-parallel": "^1.1.9"
  3158. },
  3159. "engines": {
  3160. "node": ">= 8"
  3161. }
  3162. },
  3163. "node_modules/@nodelib/fs.stat": {
  3164. "version": "2.0.5",
  3165. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  3166. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  3167. "dev": true,
  3168. "license": "MIT",
  3169. "engines": {
  3170. "node": ">= 8"
  3171. }
  3172. },
  3173. "node_modules/@nodelib/fs.walk": {
  3174. "version": "1.2.8",
  3175. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  3176. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  3177. "dev": true,
  3178. "license": "MIT",
  3179. "dependencies": {
  3180. "@nodelib/fs.scandir": "2.1.5",
  3181. "fastq": "^1.6.0"
  3182. },
  3183. "engines": {
  3184. "node": ">= 8"
  3185. }
  3186. },
  3187. "node_modules/@npmcli/fs": {
  3188. "version": "1.1.1",
  3189. "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
  3190. "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
  3191. "license": "ISC",
  3192. "optional": true,
  3193. "dependencies": {
  3194. "@gar/promisify": "^1.0.1",
  3195. "semver": "^7.3.5"
  3196. }
  3197. },
  3198. "node_modules/@npmcli/move-file": {
  3199. "version": "1.1.2",
  3200. "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
  3201. "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
  3202. "deprecated": "This functionality has been moved to @npmcli/fs",
  3203. "license": "MIT",
  3204. "optional": true,
  3205. "dependencies": {
  3206. "mkdirp": "^1.0.4",
  3207. "rimraf": "^3.0.2"
  3208. },
  3209. "engines": {
  3210. "node": ">=10"
  3211. }
  3212. },
  3213. "node_modules/@nuxt/opencollective": {
  3214. "version": "0.4.1",
  3215. "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.4.1.tgz",
  3216. "integrity": "sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==",
  3217. "license": "MIT",
  3218. "dependencies": {
  3219. "consola": "^3.2.3"
  3220. },
  3221. "bin": {
  3222. "opencollective": "bin/opencollective.js"
  3223. },
  3224. "engines": {
  3225. "node": "^14.18.0 || >=16.10.0",
  3226. "npm": ">=5.10.0"
  3227. }
  3228. },
  3229. "node_modules/@paralleldrive/cuid2": {
  3230. "version": "2.3.1",
  3231. "resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.3.1.tgz",
  3232. "integrity": "sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==",
  3233. "dev": true,
  3234. "license": "MIT",
  3235. "dependencies": {
  3236. "@noble/hashes": "^1.1.5"
  3237. }
  3238. },
  3239. "node_modules/@pkgjs/parseargs": {
  3240. "version": "0.11.0",
  3241. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  3242. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  3243. "license": "MIT",
  3244. "optional": true,
  3245. "engines": {
  3246. "node": ">=14"
  3247. }
  3248. },
  3249. "node_modules/@pkgr/core": {
  3250. "version": "0.2.9",
  3251. "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.9.tgz",
  3252. "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==",
  3253. "dev": true,
  3254. "license": "MIT",
  3255. "engines": {
  3256. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  3257. },
  3258. "funding": {
  3259. "url": "https://opencollective.com/pkgr"
  3260. }
  3261. },
  3262. "node_modules/@protobufjs/aspromise": {
  3263. "version": "1.1.2",
  3264. "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
  3265. "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
  3266. "license": "BSD-3-Clause"
  3267. },
  3268. "node_modules/@protobufjs/base64": {
  3269. "version": "1.1.2",
  3270. "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
  3271. "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
  3272. "license": "BSD-3-Clause"
  3273. },
  3274. "node_modules/@protobufjs/codegen": {
  3275. "version": "2.0.4",
  3276. "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
  3277. "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
  3278. "license": "BSD-3-Clause"
  3279. },
  3280. "node_modules/@protobufjs/eventemitter": {
  3281. "version": "1.1.0",
  3282. "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
  3283. "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
  3284. "license": "BSD-3-Clause"
  3285. },
  3286. "node_modules/@protobufjs/fetch": {
  3287. "version": "1.1.0",
  3288. "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
  3289. "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
  3290. "license": "BSD-3-Clause",
  3291. "dependencies": {
  3292. "@protobufjs/aspromise": "^1.1.1",
  3293. "@protobufjs/inquire": "^1.1.0"
  3294. }
  3295. },
  3296. "node_modules/@protobufjs/float": {
  3297. "version": "1.0.2",
  3298. "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
  3299. "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
  3300. "license": "BSD-3-Clause"
  3301. },
  3302. "node_modules/@protobufjs/inquire": {
  3303. "version": "1.1.0",
  3304. "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
  3305. "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
  3306. "license": "BSD-3-Clause"
  3307. },
  3308. "node_modules/@protobufjs/path": {
  3309. "version": "1.1.2",
  3310. "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
  3311. "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
  3312. "license": "BSD-3-Clause"
  3313. },
  3314. "node_modules/@protobufjs/pool": {
  3315. "version": "1.1.0",
  3316. "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
  3317. "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
  3318. "license": "BSD-3-Clause"
  3319. },
  3320. "node_modules/@protobufjs/utf8": {
  3321. "version": "1.1.0",
  3322. "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
  3323. "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
  3324. "license": "BSD-3-Clause"
  3325. },
  3326. "node_modules/@sinclair/typebox": {
  3327. "version": "0.27.10",
  3328. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz",
  3329. "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
  3330. "dev": true,
  3331. "license": "MIT"
  3332. },
  3333. "node_modules/@sindresorhus/is": {
  3334. "version": "5.6.0",
  3335. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
  3336. "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
  3337. "dev": true,
  3338. "license": "MIT",
  3339. "engines": {
  3340. "node": ">=14.16"
  3341. },
  3342. "funding": {
  3343. "url": "https://github.com/sindresorhus/is?sponsor=1"
  3344. }
  3345. },
  3346. "node_modules/@sinonjs/commons": {
  3347. "version": "3.0.1",
  3348. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
  3349. "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
  3350. "dev": true,
  3351. "license": "BSD-3-Clause",
  3352. "dependencies": {
  3353. "type-detect": "4.0.8"
  3354. }
  3355. },
  3356. "node_modules/@sinonjs/fake-timers": {
  3357. "version": "10.3.0",
  3358. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
  3359. "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
  3360. "dev": true,
  3361. "license": "BSD-3-Clause",
  3362. "dependencies": {
  3363. "@sinonjs/commons": "^3.0.0"
  3364. }
  3365. },
  3366. "node_modules/@socket.io/component-emitter": {
  3367. "version": "3.1.2",
  3368. "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
  3369. "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
  3370. "license": "MIT"
  3371. },
  3372. "node_modules/@sqltools/formatter": {
  3373. "version": "1.2.5",
  3374. "resolved": "https://registry.npmjs.org/@sqltools/formatter/-/formatter-1.2.5.tgz",
  3375. "integrity": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==",
  3376. "license": "MIT"
  3377. },
  3378. "node_modules/@swc/cli": {
  3379. "version": "0.6.0",
  3380. "resolved": "https://registry.npmjs.org/@swc/cli/-/cli-0.6.0.tgz",
  3381. "integrity": "sha512-Q5FsI3Cw0fGMXhmsg7c08i4EmXCrcl+WnAxb6LYOLHw4JFFC3yzmx9LaXZ7QMbA+JZXbigU2TirI7RAfO0Qlnw==",
  3382. "dev": true,
  3383. "license": "MIT",
  3384. "dependencies": {
  3385. "@swc/counter": "^0.1.3",
  3386. "@xhmikosr/bin-wrapper": "^13.0.5",
  3387. "commander": "^8.3.0",
  3388. "fast-glob": "^3.2.5",
  3389. "minimatch": "^9.0.3",
  3390. "piscina": "^4.3.1",
  3391. "semver": "^7.3.8",
  3392. "slash": "3.0.0",
  3393. "source-map": "^0.7.3"
  3394. },
  3395. "bin": {
  3396. "spack": "bin/spack.js",
  3397. "swc": "bin/swc.js",
  3398. "swcx": "bin/swcx.js"
  3399. },
  3400. "engines": {
  3401. "node": ">= 16.14.0"
  3402. },
  3403. "peerDependencies": {
  3404. "@swc/core": "^1.2.66",
  3405. "chokidar": "^4.0.1"
  3406. },
  3407. "peerDependenciesMeta": {
  3408. "chokidar": {
  3409. "optional": true
  3410. }
  3411. }
  3412. },
  3413. "node_modules/@swc/cli/node_modules/brace-expansion": {
  3414. "version": "2.0.3",
  3415. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  3416. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  3417. "dev": true,
  3418. "license": "MIT",
  3419. "dependencies": {
  3420. "balanced-match": "^1.0.0"
  3421. }
  3422. },
  3423. "node_modules/@swc/cli/node_modules/commander": {
  3424. "version": "8.3.0",
  3425. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  3426. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  3427. "dev": true,
  3428. "license": "MIT",
  3429. "engines": {
  3430. "node": ">= 12"
  3431. }
  3432. },
  3433. "node_modules/@swc/cli/node_modules/minimatch": {
  3434. "version": "9.0.9",
  3435. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  3436. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  3437. "dev": true,
  3438. "license": "ISC",
  3439. "dependencies": {
  3440. "brace-expansion": "^2.0.2"
  3441. },
  3442. "engines": {
  3443. "node": ">=16 || 14 >=14.17"
  3444. },
  3445. "funding": {
  3446. "url": "https://github.com/sponsors/isaacs"
  3447. }
  3448. },
  3449. "node_modules/@swc/core": {
  3450. "version": "1.15.24",
  3451. "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.24.tgz",
  3452. "integrity": "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ==",
  3453. "devOptional": true,
  3454. "hasInstallScript": true,
  3455. "license": "Apache-2.0",
  3456. "dependencies": {
  3457. "@swc/counter": "^0.1.3",
  3458. "@swc/types": "^0.1.26"
  3459. },
  3460. "engines": {
  3461. "node": ">=10"
  3462. },
  3463. "funding": {
  3464. "type": "opencollective",
  3465. "url": "https://opencollective.com/swc"
  3466. },
  3467. "optionalDependencies": {
  3468. "@swc/core-darwin-arm64": "1.15.24",
  3469. "@swc/core-darwin-x64": "1.15.24",
  3470. "@swc/core-linux-arm-gnueabihf": "1.15.24",
  3471. "@swc/core-linux-arm64-gnu": "1.15.24",
  3472. "@swc/core-linux-arm64-musl": "1.15.24",
  3473. "@swc/core-linux-ppc64-gnu": "1.15.24",
  3474. "@swc/core-linux-s390x-gnu": "1.15.24",
  3475. "@swc/core-linux-x64-gnu": "1.15.24",
  3476. "@swc/core-linux-x64-musl": "1.15.24",
  3477. "@swc/core-win32-arm64-msvc": "1.15.24",
  3478. "@swc/core-win32-ia32-msvc": "1.15.24",
  3479. "@swc/core-win32-x64-msvc": "1.15.24"
  3480. },
  3481. "peerDependencies": {
  3482. "@swc/helpers": ">=0.5.17"
  3483. },
  3484. "peerDependenciesMeta": {
  3485. "@swc/helpers": {
  3486. "optional": true
  3487. }
  3488. }
  3489. },
  3490. "node_modules/@swc/core-darwin-arm64": {
  3491. "version": "1.15.24",
  3492. "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.24.tgz",
  3493. "integrity": "sha512-uM5ZGfFXjtvtJ+fe448PVBEbn/CSxS3UAyLj3O9xOqKIWy3S6hPTXSPbszxkSsGDYKi+YFhzAsR4r/eXLxEQ0g==",
  3494. "cpu": [
  3495. "arm64"
  3496. ],
  3497. "license": "Apache-2.0 AND MIT",
  3498. "optional": true,
  3499. "os": [
  3500. "darwin"
  3501. ],
  3502. "engines": {
  3503. "node": ">=10"
  3504. }
  3505. },
  3506. "node_modules/@swc/core-darwin-x64": {
  3507. "version": "1.15.24",
  3508. "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.24.tgz",
  3509. "integrity": "sha512-fMIb/Zfn929pw25VMBhV7Ji2Dl+lCWtUPNdYJQYOke+00E5fcQ9ynxtP8+qhUo/HZc+mYQb1gJxwHM9vty+lXg==",
  3510. "cpu": [
  3511. "x64"
  3512. ],
  3513. "license": "Apache-2.0 AND MIT",
  3514. "optional": true,
  3515. "os": [
  3516. "darwin"
  3517. ],
  3518. "engines": {
  3519. "node": ">=10"
  3520. }
  3521. },
  3522. "node_modules/@swc/core-linux-arm-gnueabihf": {
  3523. "version": "1.15.24",
  3524. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.24.tgz",
  3525. "integrity": "sha512-vOkjsyjjxnoYx3hMEWcGxQrMgnNrRm6WAegBXrN8foHtDAR+zpdhpGF5a4lj1bNPgXAvmysjui8cM1ov/Clkaw==",
  3526. "cpu": [
  3527. "arm"
  3528. ],
  3529. "license": "Apache-2.0",
  3530. "optional": true,
  3531. "os": [
  3532. "linux"
  3533. ],
  3534. "engines": {
  3535. "node": ">=10"
  3536. }
  3537. },
  3538. "node_modules/@swc/core-linux-arm64-gnu": {
  3539. "version": "1.15.24",
  3540. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.24.tgz",
  3541. "integrity": "sha512-h/oNu+upkXJ6Cicnq7YGVj9PkdfarLCdQa8l/FlHYvfv8CEiMaeeTnpLU7gSBH/rGxosM6Qkfa/J9mThGF9CLA==",
  3542. "cpu": [
  3543. "arm64"
  3544. ],
  3545. "libc": [
  3546. "glibc"
  3547. ],
  3548. "license": "Apache-2.0 AND MIT",
  3549. "optional": true,
  3550. "os": [
  3551. "linux"
  3552. ],
  3553. "engines": {
  3554. "node": ">=10"
  3555. }
  3556. },
  3557. "node_modules/@swc/core-linux-arm64-musl": {
  3558. "version": "1.15.24",
  3559. "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.24.tgz",
  3560. "integrity": "sha512-ZpF/pRe1guk6sKzQI9D1jAORtjTdNlyeXn9GDz8ophof/w2WhojRblvSDJaGe7rJjcPN8AaOkhwdRUh7q8oYIg==",
  3561. "cpu": [
  3562. "arm64"
  3563. ],
  3564. "libc": [
  3565. "musl"
  3566. ],
  3567. "license": "Apache-2.0 AND MIT",
  3568. "optional": true,
  3569. "os": [
  3570. "linux"
  3571. ],
  3572. "engines": {
  3573. "node": ">=10"
  3574. }
  3575. },
  3576. "node_modules/@swc/core-linux-ppc64-gnu": {
  3577. "version": "1.15.24",
  3578. "resolved": "https://registry.npmjs.org/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.24.tgz",
  3579. "integrity": "sha512-QZEsZfisHTSJlmyChgDFNmKPb3W6Lhbfo/O76HhIngfEdnQNmukS38/VSe1feho+xkV5A5hETyCbx3sALBZKAQ==",
  3580. "cpu": [
  3581. "ppc64"
  3582. ],
  3583. "libc": [
  3584. "glibc"
  3585. ],
  3586. "license": "Apache-2.0 AND MIT",
  3587. "optional": true,
  3588. "os": [
  3589. "linux"
  3590. ],
  3591. "engines": {
  3592. "node": ">=10"
  3593. }
  3594. },
  3595. "node_modules/@swc/core-linux-s390x-gnu": {
  3596. "version": "1.15.24",
  3597. "resolved": "https://registry.npmjs.org/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.24.tgz",
  3598. "integrity": "sha512-DLdJKVsJgglqQrJBuoUYNmzm3leI7kUZhLbZGHv42onfKsGf6JDS3+bzCUQfte/XOqDjh/tmmn1DR/CF/tCJFw==",
  3599. "cpu": [
  3600. "s390x"
  3601. ],
  3602. "libc": [
  3603. "glibc"
  3604. ],
  3605. "license": "Apache-2.0 AND MIT",
  3606. "optional": true,
  3607. "os": [
  3608. "linux"
  3609. ],
  3610. "engines": {
  3611. "node": ">=10"
  3612. }
  3613. },
  3614. "node_modules/@swc/core-linux-x64-gnu": {
  3615. "version": "1.15.24",
  3616. "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.24.tgz",
  3617. "integrity": "sha512-IpLYfposPA/XLxYOKpRfeccl1p5dDa3+okZDHHTchBkXEaVCnq5MADPmIWwIYj1tudt7hORsEHccG5no6IUQRw==",
  3618. "cpu": [
  3619. "x64"
  3620. ],
  3621. "libc": [
  3622. "glibc"
  3623. ],
  3624. "license": "Apache-2.0 AND MIT",
  3625. "optional": true,
  3626. "os": [
  3627. "linux"
  3628. ],
  3629. "engines": {
  3630. "node": ">=10"
  3631. }
  3632. },
  3633. "node_modules/@swc/core-linux-x64-musl": {
  3634. "version": "1.15.24",
  3635. "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.24.tgz",
  3636. "integrity": "sha512-JHy3fMSc0t/EPWgo74+OK5TGr51aElnzqfUPaiRf2qJ/BfX5CUCfMiWVBuhI7qmVMBnk1jTRnL/xZnOSHDPLYg==",
  3637. "cpu": [
  3638. "x64"
  3639. ],
  3640. "libc": [
  3641. "musl"
  3642. ],
  3643. "license": "Apache-2.0 AND MIT",
  3644. "optional": true,
  3645. "os": [
  3646. "linux"
  3647. ],
  3648. "engines": {
  3649. "node": ">=10"
  3650. }
  3651. },
  3652. "node_modules/@swc/core-win32-arm64-msvc": {
  3653. "version": "1.15.24",
  3654. "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.24.tgz",
  3655. "integrity": "sha512-Txj+qUH1z2bUd1P3JvwByfjKFti3cptlAxhWgmunBUUxy/IW3CXLZ6l6Gk4liANadKkU71nIU1X30Z5vpMT3BA==",
  3656. "cpu": [
  3657. "arm64"
  3658. ],
  3659. "license": "Apache-2.0 AND MIT",
  3660. "optional": true,
  3661. "os": [
  3662. "win32"
  3663. ],
  3664. "engines": {
  3665. "node": ">=10"
  3666. }
  3667. },
  3668. "node_modules/@swc/core-win32-ia32-msvc": {
  3669. "version": "1.15.24",
  3670. "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.24.tgz",
  3671. "integrity": "sha512-15D/nl3XwrhFpMv+MADFOiVwv3FvH9j8c6Rf8EXBT3Q5LoMh8YnDnSgPYqw1JzPnksvsBX6QPXLiPqmcR/Z4qQ==",
  3672. "cpu": [
  3673. "ia32"
  3674. ],
  3675. "license": "Apache-2.0 AND MIT",
  3676. "optional": true,
  3677. "os": [
  3678. "win32"
  3679. ],
  3680. "engines": {
  3681. "node": ">=10"
  3682. }
  3683. },
  3684. "node_modules/@swc/core-win32-x64-msvc": {
  3685. "version": "1.15.24",
  3686. "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.24.tgz",
  3687. "integrity": "sha512-PR0PlTlPra2JbaDphrOAzm6s0v9rA0F17YzB+XbWD95B4g2cWcZY9LAeTa4xll70VLw9Jr7xBrlohqlQmelMFQ==",
  3688. "cpu": [
  3689. "x64"
  3690. ],
  3691. "license": "Apache-2.0 AND MIT",
  3692. "optional": true,
  3693. "os": [
  3694. "win32"
  3695. ],
  3696. "engines": {
  3697. "node": ">=10"
  3698. }
  3699. },
  3700. "node_modules/@swc/counter": {
  3701. "version": "0.1.3",
  3702. "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
  3703. "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
  3704. "devOptional": true,
  3705. "license": "Apache-2.0"
  3706. },
  3707. "node_modules/@swc/types": {
  3708. "version": "0.1.26",
  3709. "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.26.tgz",
  3710. "integrity": "sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==",
  3711. "devOptional": true,
  3712. "license": "Apache-2.0",
  3713. "dependencies": {
  3714. "@swc/counter": "^0.1.3"
  3715. }
  3716. },
  3717. "node_modules/@szmarczak/http-timer": {
  3718. "version": "5.0.1",
  3719. "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
  3720. "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
  3721. "dev": true,
  3722. "license": "MIT",
  3723. "dependencies": {
  3724. "defer-to-connect": "^2.0.1"
  3725. },
  3726. "engines": {
  3727. "node": ">=14.16"
  3728. }
  3729. },
  3730. "node_modules/@tokenizer/inflate": {
  3731. "version": "0.4.1",
  3732. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz",
  3733. "integrity": "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==",
  3734. "license": "MIT",
  3735. "dependencies": {
  3736. "debug": "^4.4.3",
  3737. "token-types": "^6.1.1"
  3738. },
  3739. "engines": {
  3740. "node": ">=18"
  3741. },
  3742. "funding": {
  3743. "type": "github",
  3744. "url": "https://github.com/sponsors/Borewit"
  3745. }
  3746. },
  3747. "node_modules/@tokenizer/token": {
  3748. "version": "0.3.0",
  3749. "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
  3750. "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==",
  3751. "license": "MIT"
  3752. },
  3753. "node_modules/@tootallnate/once": {
  3754. "version": "1.1.2",
  3755. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  3756. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  3757. "license": "MIT",
  3758. "optional": true,
  3759. "engines": {
  3760. "node": ">= 6"
  3761. }
  3762. },
  3763. "node_modules/@tsconfig/node10": {
  3764. "version": "1.0.12",
  3765. "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz",
  3766. "integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==",
  3767. "devOptional": true,
  3768. "license": "MIT"
  3769. },
  3770. "node_modules/@tsconfig/node12": {
  3771. "version": "1.0.11",
  3772. "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
  3773. "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
  3774. "devOptional": true,
  3775. "license": "MIT"
  3776. },
  3777. "node_modules/@tsconfig/node14": {
  3778. "version": "1.0.3",
  3779. "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
  3780. "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
  3781. "devOptional": true,
  3782. "license": "MIT"
  3783. },
  3784. "node_modules/@tsconfig/node16": {
  3785. "version": "1.0.4",
  3786. "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
  3787. "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
  3788. "devOptional": true,
  3789. "license": "MIT"
  3790. },
  3791. "node_modules/@types/babel__core": {
  3792. "version": "7.20.5",
  3793. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  3794. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  3795. "dev": true,
  3796. "license": "MIT",
  3797. "dependencies": {
  3798. "@babel/parser": "^7.20.7",
  3799. "@babel/types": "^7.20.7",
  3800. "@types/babel__generator": "*",
  3801. "@types/babel__template": "*",
  3802. "@types/babel__traverse": "*"
  3803. }
  3804. },
  3805. "node_modules/@types/babel__generator": {
  3806. "version": "7.27.0",
  3807. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  3808. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  3809. "dev": true,
  3810. "license": "MIT",
  3811. "dependencies": {
  3812. "@babel/types": "^7.0.0"
  3813. }
  3814. },
  3815. "node_modules/@types/babel__template": {
  3816. "version": "7.4.4",
  3817. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  3818. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  3819. "dev": true,
  3820. "license": "MIT",
  3821. "dependencies": {
  3822. "@babel/parser": "^7.1.0",
  3823. "@babel/types": "^7.0.0"
  3824. }
  3825. },
  3826. "node_modules/@types/babel__traverse": {
  3827. "version": "7.28.0",
  3828. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  3829. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  3830. "dev": true,
  3831. "license": "MIT",
  3832. "dependencies": {
  3833. "@babel/types": "^7.28.2"
  3834. }
  3835. },
  3836. "node_modules/@types/body-parser": {
  3837. "version": "1.19.6",
  3838. "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
  3839. "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
  3840. "dev": true,
  3841. "license": "MIT",
  3842. "dependencies": {
  3843. "@types/connect": "*",
  3844. "@types/node": "*"
  3845. }
  3846. },
  3847. "node_modules/@types/connect": {
  3848. "version": "3.4.38",
  3849. "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
  3850. "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
  3851. "dev": true,
  3852. "license": "MIT",
  3853. "dependencies": {
  3854. "@types/node": "*"
  3855. }
  3856. },
  3857. "node_modules/@types/cookiejar": {
  3858. "version": "2.1.5",
  3859. "resolved": "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.5.tgz",
  3860. "integrity": "sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==",
  3861. "dev": true,
  3862. "license": "MIT"
  3863. },
  3864. "node_modules/@types/cors": {
  3865. "version": "2.8.19",
  3866. "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.19.tgz",
  3867. "integrity": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==",
  3868. "license": "MIT",
  3869. "dependencies": {
  3870. "@types/node": "*"
  3871. }
  3872. },
  3873. "node_modules/@types/eslint": {
  3874. "version": "9.6.1",
  3875. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz",
  3876. "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==",
  3877. "dev": true,
  3878. "license": "MIT",
  3879. "dependencies": {
  3880. "@types/estree": "*",
  3881. "@types/json-schema": "*"
  3882. }
  3883. },
  3884. "node_modules/@types/eslint-scope": {
  3885. "version": "3.7.7",
  3886. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
  3887. "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
  3888. "dev": true,
  3889. "license": "MIT",
  3890. "dependencies": {
  3891. "@types/eslint": "*",
  3892. "@types/estree": "*"
  3893. }
  3894. },
  3895. "node_modules/@types/estree": {
  3896. "version": "1.0.8",
  3897. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  3898. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  3899. "dev": true,
  3900. "license": "MIT"
  3901. },
  3902. "node_modules/@types/express": {
  3903. "version": "5.0.6",
  3904. "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
  3905. "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
  3906. "dev": true,
  3907. "license": "MIT",
  3908. "dependencies": {
  3909. "@types/body-parser": "*",
  3910. "@types/express-serve-static-core": "^5.0.0",
  3911. "@types/serve-static": "^2"
  3912. }
  3913. },
  3914. "node_modules/@types/express-serve-static-core": {
  3915. "version": "5.1.1",
  3916. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz",
  3917. "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==",
  3918. "dev": true,
  3919. "license": "MIT",
  3920. "dependencies": {
  3921. "@types/node": "*",
  3922. "@types/qs": "*",
  3923. "@types/range-parser": "*",
  3924. "@types/send": "*"
  3925. }
  3926. },
  3927. "node_modules/@types/graceful-fs": {
  3928. "version": "4.1.9",
  3929. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
  3930. "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
  3931. "dev": true,
  3932. "license": "MIT",
  3933. "dependencies": {
  3934. "@types/node": "*"
  3935. }
  3936. },
  3937. "node_modules/@types/http-cache-semantics": {
  3938. "version": "4.2.0",
  3939. "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
  3940. "integrity": "sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==",
  3941. "dev": true,
  3942. "license": "MIT"
  3943. },
  3944. "node_modules/@types/http-errors": {
  3945. "version": "2.0.5",
  3946. "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
  3947. "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
  3948. "dev": true,
  3949. "license": "MIT"
  3950. },
  3951. "node_modules/@types/istanbul-lib-coverage": {
  3952. "version": "2.0.6",
  3953. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
  3954. "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
  3955. "dev": true,
  3956. "license": "MIT"
  3957. },
  3958. "node_modules/@types/istanbul-lib-report": {
  3959. "version": "3.0.3",
  3960. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
  3961. "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
  3962. "dev": true,
  3963. "license": "MIT",
  3964. "dependencies": {
  3965. "@types/istanbul-lib-coverage": "*"
  3966. }
  3967. },
  3968. "node_modules/@types/istanbul-reports": {
  3969. "version": "3.0.4",
  3970. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
  3971. "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
  3972. "dev": true,
  3973. "license": "MIT",
  3974. "dependencies": {
  3975. "@types/istanbul-lib-report": "*"
  3976. }
  3977. },
  3978. "node_modules/@types/jest": {
  3979. "version": "29.5.14",
  3980. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz",
  3981. "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==",
  3982. "dev": true,
  3983. "license": "MIT",
  3984. "dependencies": {
  3985. "expect": "^29.0.0",
  3986. "pretty-format": "^29.0.0"
  3987. }
  3988. },
  3989. "node_modules/@types/json-schema": {
  3990. "version": "7.0.15",
  3991. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  3992. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3993. "dev": true,
  3994. "license": "MIT"
  3995. },
  3996. "node_modules/@types/long": {
  3997. "version": "4.0.2",
  3998. "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz",
  3999. "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==",
  4000. "license": "MIT"
  4001. },
  4002. "node_modules/@types/methods": {
  4003. "version": "1.1.4",
  4004. "resolved": "https://registry.npmjs.org/@types/methods/-/methods-1.1.4.tgz",
  4005. "integrity": "sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==",
  4006. "dev": true,
  4007. "license": "MIT"
  4008. },
  4009. "node_modules/@types/multer": {
  4010. "version": "2.1.0",
  4011. "resolved": "https://registry.npmjs.org/@types/multer/-/multer-2.1.0.tgz",
  4012. "integrity": "sha512-zYZb0+nJhOHtPpGDb3vqPjwpdeGlGC157VpkqNQL+UU2qwoacoQ7MpsAmUptI/0Oa127X32JzWDqQVEXp2RcIA==",
  4013. "dev": true,
  4014. "license": "MIT",
  4015. "dependencies": {
  4016. "@types/express": "*"
  4017. }
  4018. },
  4019. "node_modules/@types/node": {
  4020. "version": "22.19.17",
  4021. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz",
  4022. "integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==",
  4023. "license": "MIT",
  4024. "dependencies": {
  4025. "undici-types": "~6.21.0"
  4026. }
  4027. },
  4028. "node_modules/@types/qs": {
  4029. "version": "6.15.0",
  4030. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
  4031. "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
  4032. "dev": true,
  4033. "license": "MIT"
  4034. },
  4035. "node_modules/@types/range-parser": {
  4036. "version": "1.2.7",
  4037. "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
  4038. "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
  4039. "dev": true,
  4040. "license": "MIT"
  4041. },
  4042. "node_modules/@types/send": {
  4043. "version": "1.2.1",
  4044. "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
  4045. "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
  4046. "dev": true,
  4047. "license": "MIT",
  4048. "dependencies": {
  4049. "@types/node": "*"
  4050. }
  4051. },
  4052. "node_modules/@types/serve-static": {
  4053. "version": "2.2.0",
  4054. "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
  4055. "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
  4056. "dev": true,
  4057. "license": "MIT",
  4058. "dependencies": {
  4059. "@types/http-errors": "*",
  4060. "@types/node": "*"
  4061. }
  4062. },
  4063. "node_modules/@types/stack-utils": {
  4064. "version": "2.0.3",
  4065. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
  4066. "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
  4067. "dev": true,
  4068. "license": "MIT"
  4069. },
  4070. "node_modules/@types/superagent": {
  4071. "version": "8.1.9",
  4072. "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-8.1.9.tgz",
  4073. "integrity": "sha512-pTVjI73witn+9ILmoJdajHGW2jkSaOzhiFYF1Rd3EQ94kymLqB9PjD9ISg7WaALC7+dCHT0FGe9T2LktLq/3GQ==",
  4074. "dev": true,
  4075. "license": "MIT",
  4076. "dependencies": {
  4077. "@types/cookiejar": "^2.1.5",
  4078. "@types/methods": "^1.1.4",
  4079. "@types/node": "*",
  4080. "form-data": "^4.0.0"
  4081. }
  4082. },
  4083. "node_modules/@types/supertest": {
  4084. "version": "6.0.3",
  4085. "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-6.0.3.tgz",
  4086. "integrity": "sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==",
  4087. "dev": true,
  4088. "license": "MIT",
  4089. "dependencies": {
  4090. "@types/methods": "^1.1.4",
  4091. "@types/superagent": "^8.1.0"
  4092. }
  4093. },
  4094. "node_modules/@types/validator": {
  4095. "version": "13.15.10",
  4096. "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.15.10.tgz",
  4097. "integrity": "sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==",
  4098. "license": "MIT"
  4099. },
  4100. "node_modules/@types/ws": {
  4101. "version": "8.18.1",
  4102. "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
  4103. "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
  4104. "license": "MIT",
  4105. "dependencies": {
  4106. "@types/node": "*"
  4107. }
  4108. },
  4109. "node_modules/@types/yargs": {
  4110. "version": "17.0.35",
  4111. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz",
  4112. "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==",
  4113. "dev": true,
  4114. "license": "MIT",
  4115. "dependencies": {
  4116. "@types/yargs-parser": "*"
  4117. }
  4118. },
  4119. "node_modules/@types/yargs-parser": {
  4120. "version": "21.0.3",
  4121. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
  4122. "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
  4123. "dev": true,
  4124. "license": "MIT"
  4125. },
  4126. "node_modules/@typescript-eslint/eslint-plugin": {
  4127. "version": "8.58.0",
  4128. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz",
  4129. "integrity": "sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==",
  4130. "dev": true,
  4131. "license": "MIT",
  4132. "dependencies": {
  4133. "@eslint-community/regexpp": "^4.12.2",
  4134. "@typescript-eslint/scope-manager": "8.58.0",
  4135. "@typescript-eslint/type-utils": "8.58.0",
  4136. "@typescript-eslint/utils": "8.58.0",
  4137. "@typescript-eslint/visitor-keys": "8.58.0",
  4138. "ignore": "^7.0.5",
  4139. "natural-compare": "^1.4.0",
  4140. "ts-api-utils": "^2.5.0"
  4141. },
  4142. "engines": {
  4143. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4144. },
  4145. "funding": {
  4146. "type": "opencollective",
  4147. "url": "https://opencollective.com/typescript-eslint"
  4148. },
  4149. "peerDependencies": {
  4150. "@typescript-eslint/parser": "^8.58.0",
  4151. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4152. "typescript": ">=4.8.4 <6.1.0"
  4153. }
  4154. },
  4155. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  4156. "version": "7.0.5",
  4157. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  4158. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  4159. "dev": true,
  4160. "license": "MIT",
  4161. "engines": {
  4162. "node": ">= 4"
  4163. }
  4164. },
  4165. "node_modules/@typescript-eslint/parser": {
  4166. "version": "8.58.0",
  4167. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.0.tgz",
  4168. "integrity": "sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==",
  4169. "dev": true,
  4170. "license": "MIT",
  4171. "dependencies": {
  4172. "@typescript-eslint/scope-manager": "8.58.0",
  4173. "@typescript-eslint/types": "8.58.0",
  4174. "@typescript-eslint/typescript-estree": "8.58.0",
  4175. "@typescript-eslint/visitor-keys": "8.58.0",
  4176. "debug": "^4.4.3"
  4177. },
  4178. "engines": {
  4179. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4180. },
  4181. "funding": {
  4182. "type": "opencollective",
  4183. "url": "https://opencollective.com/typescript-eslint"
  4184. },
  4185. "peerDependencies": {
  4186. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4187. "typescript": ">=4.8.4 <6.1.0"
  4188. }
  4189. },
  4190. "node_modules/@typescript-eslint/project-service": {
  4191. "version": "8.58.0",
  4192. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.0.tgz",
  4193. "integrity": "sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==",
  4194. "dev": true,
  4195. "license": "MIT",
  4196. "dependencies": {
  4197. "@typescript-eslint/tsconfig-utils": "^8.58.0",
  4198. "@typescript-eslint/types": "^8.58.0",
  4199. "debug": "^4.4.3"
  4200. },
  4201. "engines": {
  4202. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4203. },
  4204. "funding": {
  4205. "type": "opencollective",
  4206. "url": "https://opencollective.com/typescript-eslint"
  4207. },
  4208. "peerDependencies": {
  4209. "typescript": ">=4.8.4 <6.1.0"
  4210. }
  4211. },
  4212. "node_modules/@typescript-eslint/scope-manager": {
  4213. "version": "8.58.0",
  4214. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
  4215. "integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
  4216. "dev": true,
  4217. "license": "MIT",
  4218. "dependencies": {
  4219. "@typescript-eslint/types": "8.58.0",
  4220. "@typescript-eslint/visitor-keys": "8.58.0"
  4221. },
  4222. "engines": {
  4223. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4224. },
  4225. "funding": {
  4226. "type": "opencollective",
  4227. "url": "https://opencollective.com/typescript-eslint"
  4228. }
  4229. },
  4230. "node_modules/@typescript-eslint/tsconfig-utils": {
  4231. "version": "8.58.0",
  4232. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz",
  4233. "integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==",
  4234. "dev": true,
  4235. "license": "MIT",
  4236. "engines": {
  4237. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4238. },
  4239. "funding": {
  4240. "type": "opencollective",
  4241. "url": "https://opencollective.com/typescript-eslint"
  4242. },
  4243. "peerDependencies": {
  4244. "typescript": ">=4.8.4 <6.1.0"
  4245. }
  4246. },
  4247. "node_modules/@typescript-eslint/type-utils": {
  4248. "version": "8.58.0",
  4249. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz",
  4250. "integrity": "sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==",
  4251. "dev": true,
  4252. "license": "MIT",
  4253. "dependencies": {
  4254. "@typescript-eslint/types": "8.58.0",
  4255. "@typescript-eslint/typescript-estree": "8.58.0",
  4256. "@typescript-eslint/utils": "8.58.0",
  4257. "debug": "^4.4.3",
  4258. "ts-api-utils": "^2.5.0"
  4259. },
  4260. "engines": {
  4261. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4262. },
  4263. "funding": {
  4264. "type": "opencollective",
  4265. "url": "https://opencollective.com/typescript-eslint"
  4266. },
  4267. "peerDependencies": {
  4268. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4269. "typescript": ">=4.8.4 <6.1.0"
  4270. }
  4271. },
  4272. "node_modules/@typescript-eslint/types": {
  4273. "version": "8.58.0",
  4274. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
  4275. "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
  4276. "dev": true,
  4277. "license": "MIT",
  4278. "engines": {
  4279. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4280. },
  4281. "funding": {
  4282. "type": "opencollective",
  4283. "url": "https://opencollective.com/typescript-eslint"
  4284. }
  4285. },
  4286. "node_modules/@typescript-eslint/typescript-estree": {
  4287. "version": "8.58.0",
  4288. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz",
  4289. "integrity": "sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==",
  4290. "dev": true,
  4291. "license": "MIT",
  4292. "dependencies": {
  4293. "@typescript-eslint/project-service": "8.58.0",
  4294. "@typescript-eslint/tsconfig-utils": "8.58.0",
  4295. "@typescript-eslint/types": "8.58.0",
  4296. "@typescript-eslint/visitor-keys": "8.58.0",
  4297. "debug": "^4.4.3",
  4298. "minimatch": "^10.2.2",
  4299. "semver": "^7.7.3",
  4300. "tinyglobby": "^0.2.15",
  4301. "ts-api-utils": "^2.5.0"
  4302. },
  4303. "engines": {
  4304. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4305. },
  4306. "funding": {
  4307. "type": "opencollective",
  4308. "url": "https://opencollective.com/typescript-eslint"
  4309. },
  4310. "peerDependencies": {
  4311. "typescript": ">=4.8.4 <6.1.0"
  4312. }
  4313. },
  4314. "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
  4315. "version": "4.0.4",
  4316. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  4317. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  4318. "dev": true,
  4319. "license": "MIT",
  4320. "engines": {
  4321. "node": "18 || 20 || >=22"
  4322. }
  4323. },
  4324. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  4325. "version": "5.0.5",
  4326. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  4327. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  4328. "dev": true,
  4329. "license": "MIT",
  4330. "dependencies": {
  4331. "balanced-match": "^4.0.2"
  4332. },
  4333. "engines": {
  4334. "node": "18 || 20 || >=22"
  4335. }
  4336. },
  4337. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  4338. "version": "10.2.5",
  4339. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  4340. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  4341. "dev": true,
  4342. "license": "BlueOak-1.0.0",
  4343. "dependencies": {
  4344. "brace-expansion": "^5.0.5"
  4345. },
  4346. "engines": {
  4347. "node": "18 || 20 || >=22"
  4348. },
  4349. "funding": {
  4350. "url": "https://github.com/sponsors/isaacs"
  4351. }
  4352. },
  4353. "node_modules/@typescript-eslint/utils": {
  4354. "version": "8.58.0",
  4355. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.0.tgz",
  4356. "integrity": "sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==",
  4357. "dev": true,
  4358. "license": "MIT",
  4359. "dependencies": {
  4360. "@eslint-community/eslint-utils": "^4.9.1",
  4361. "@typescript-eslint/scope-manager": "8.58.0",
  4362. "@typescript-eslint/types": "8.58.0",
  4363. "@typescript-eslint/typescript-estree": "8.58.0"
  4364. },
  4365. "engines": {
  4366. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4367. },
  4368. "funding": {
  4369. "type": "opencollective",
  4370. "url": "https://opencollective.com/typescript-eslint"
  4371. },
  4372. "peerDependencies": {
  4373. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4374. "typescript": ">=4.8.4 <6.1.0"
  4375. }
  4376. },
  4377. "node_modules/@typescript-eslint/visitor-keys": {
  4378. "version": "8.58.0",
  4379. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
  4380. "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
  4381. "dev": true,
  4382. "license": "MIT",
  4383. "dependencies": {
  4384. "@typescript-eslint/types": "8.58.0",
  4385. "eslint-visitor-keys": "^5.0.0"
  4386. },
  4387. "engines": {
  4388. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4389. },
  4390. "funding": {
  4391. "type": "opencollective",
  4392. "url": "https://opencollective.com/typescript-eslint"
  4393. }
  4394. },
  4395. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  4396. "version": "5.0.1",
  4397. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  4398. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  4399. "dev": true,
  4400. "license": "Apache-2.0",
  4401. "engines": {
  4402. "node": "^20.19.0 || ^22.13.0 || >=24"
  4403. },
  4404. "funding": {
  4405. "url": "https://opencollective.com/eslint"
  4406. }
  4407. },
  4408. "node_modules/@webassemblyjs/ast": {
  4409. "version": "1.14.1",
  4410. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
  4411. "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
  4412. "dev": true,
  4413. "license": "MIT",
  4414. "dependencies": {
  4415. "@webassemblyjs/helper-numbers": "1.13.2",
  4416. "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
  4417. }
  4418. },
  4419. "node_modules/@webassemblyjs/floating-point-hex-parser": {
  4420. "version": "1.13.2",
  4421. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
  4422. "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
  4423. "dev": true,
  4424. "license": "MIT"
  4425. },
  4426. "node_modules/@webassemblyjs/helper-api-error": {
  4427. "version": "1.13.2",
  4428. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
  4429. "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
  4430. "dev": true,
  4431. "license": "MIT"
  4432. },
  4433. "node_modules/@webassemblyjs/helper-buffer": {
  4434. "version": "1.14.1",
  4435. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
  4436. "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
  4437. "dev": true,
  4438. "license": "MIT"
  4439. },
  4440. "node_modules/@webassemblyjs/helper-numbers": {
  4441. "version": "1.13.2",
  4442. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
  4443. "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
  4444. "dev": true,
  4445. "license": "MIT",
  4446. "dependencies": {
  4447. "@webassemblyjs/floating-point-hex-parser": "1.13.2",
  4448. "@webassemblyjs/helper-api-error": "1.13.2",
  4449. "@xtuc/long": "4.2.2"
  4450. }
  4451. },
  4452. "node_modules/@webassemblyjs/helper-wasm-bytecode": {
  4453. "version": "1.13.2",
  4454. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
  4455. "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
  4456. "dev": true,
  4457. "license": "MIT"
  4458. },
  4459. "node_modules/@webassemblyjs/helper-wasm-section": {
  4460. "version": "1.14.1",
  4461. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
  4462. "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
  4463. "dev": true,
  4464. "license": "MIT",
  4465. "dependencies": {
  4466. "@webassemblyjs/ast": "1.14.1",
  4467. "@webassemblyjs/helper-buffer": "1.14.1",
  4468. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4469. "@webassemblyjs/wasm-gen": "1.14.1"
  4470. }
  4471. },
  4472. "node_modules/@webassemblyjs/ieee754": {
  4473. "version": "1.13.2",
  4474. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
  4475. "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
  4476. "dev": true,
  4477. "license": "MIT",
  4478. "dependencies": {
  4479. "@xtuc/ieee754": "^1.2.0"
  4480. }
  4481. },
  4482. "node_modules/@webassemblyjs/leb128": {
  4483. "version": "1.13.2",
  4484. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
  4485. "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
  4486. "dev": true,
  4487. "license": "Apache-2.0",
  4488. "dependencies": {
  4489. "@xtuc/long": "4.2.2"
  4490. }
  4491. },
  4492. "node_modules/@webassemblyjs/utf8": {
  4493. "version": "1.13.2",
  4494. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
  4495. "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
  4496. "dev": true,
  4497. "license": "MIT"
  4498. },
  4499. "node_modules/@webassemblyjs/wasm-edit": {
  4500. "version": "1.14.1",
  4501. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
  4502. "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
  4503. "dev": true,
  4504. "license": "MIT",
  4505. "dependencies": {
  4506. "@webassemblyjs/ast": "1.14.1",
  4507. "@webassemblyjs/helper-buffer": "1.14.1",
  4508. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4509. "@webassemblyjs/helper-wasm-section": "1.14.1",
  4510. "@webassemblyjs/wasm-gen": "1.14.1",
  4511. "@webassemblyjs/wasm-opt": "1.14.1",
  4512. "@webassemblyjs/wasm-parser": "1.14.1",
  4513. "@webassemblyjs/wast-printer": "1.14.1"
  4514. }
  4515. },
  4516. "node_modules/@webassemblyjs/wasm-gen": {
  4517. "version": "1.14.1",
  4518. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
  4519. "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
  4520. "dev": true,
  4521. "license": "MIT",
  4522. "dependencies": {
  4523. "@webassemblyjs/ast": "1.14.1",
  4524. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4525. "@webassemblyjs/ieee754": "1.13.2",
  4526. "@webassemblyjs/leb128": "1.13.2",
  4527. "@webassemblyjs/utf8": "1.13.2"
  4528. }
  4529. },
  4530. "node_modules/@webassemblyjs/wasm-opt": {
  4531. "version": "1.14.1",
  4532. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
  4533. "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
  4534. "dev": true,
  4535. "license": "MIT",
  4536. "dependencies": {
  4537. "@webassemblyjs/ast": "1.14.1",
  4538. "@webassemblyjs/helper-buffer": "1.14.1",
  4539. "@webassemblyjs/wasm-gen": "1.14.1",
  4540. "@webassemblyjs/wasm-parser": "1.14.1"
  4541. }
  4542. },
  4543. "node_modules/@webassemblyjs/wasm-parser": {
  4544. "version": "1.14.1",
  4545. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
  4546. "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
  4547. "dev": true,
  4548. "license": "MIT",
  4549. "dependencies": {
  4550. "@webassemblyjs/ast": "1.14.1",
  4551. "@webassemblyjs/helper-api-error": "1.13.2",
  4552. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4553. "@webassemblyjs/ieee754": "1.13.2",
  4554. "@webassemblyjs/leb128": "1.13.2",
  4555. "@webassemblyjs/utf8": "1.13.2"
  4556. }
  4557. },
  4558. "node_modules/@webassemblyjs/wast-printer": {
  4559. "version": "1.14.1",
  4560. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
  4561. "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
  4562. "dev": true,
  4563. "license": "MIT",
  4564. "dependencies": {
  4565. "@webassemblyjs/ast": "1.14.1",
  4566. "@xtuc/long": "4.2.2"
  4567. }
  4568. },
  4569. "node_modules/@xenova/transformers": {
  4570. "version": "2.17.2",
  4571. "resolved": "https://registry.npmjs.org/@xenova/transformers/-/transformers-2.17.2.tgz",
  4572. "integrity": "sha512-lZmHqzrVIkSvZdKZEx7IYY51TK0WDrC8eR0c5IMnBsO8di8are1zzw8BlLhyO2TklZKLN5UffNGs1IJwT6oOqQ==",
  4573. "license": "Apache-2.0",
  4574. "dependencies": {
  4575. "@huggingface/jinja": "^0.2.2",
  4576. "onnxruntime-web": "1.14.0",
  4577. "sharp": "^0.32.0"
  4578. },
  4579. "optionalDependencies": {
  4580. "onnxruntime-node": "1.14.0"
  4581. }
  4582. },
  4583. "node_modules/@xenova/transformers/node_modules/node-addon-api": {
  4584. "version": "6.1.0",
  4585. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
  4586. "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==",
  4587. "license": "MIT"
  4588. },
  4589. "node_modules/@xenova/transformers/node_modules/onnxruntime-common": {
  4590. "version": "1.14.0",
  4591. "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.14.0.tgz",
  4592. "integrity": "sha512-3LJpegM2iMNRX2wUmtYfeX/ytfOzNwAWKSq1HbRrKc9+uqG/FsEA0bbKZl1btQeZaXhC26l44NWpNUeXPII7Ew==",
  4593. "license": "MIT",
  4594. "optional": true
  4595. },
  4596. "node_modules/@xenova/transformers/node_modules/onnxruntime-node": {
  4597. "version": "1.14.0",
  4598. "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.14.0.tgz",
  4599. "integrity": "sha512-5ba7TWomIV/9b6NH/1x/8QEeowsb+jBEvFzU6z0T4mNsFwdPqXeFUM7uxC6QeSRkEbWu3qEB0VMjrvzN/0S9+w==",
  4600. "license": "MIT",
  4601. "optional": true,
  4602. "os": [
  4603. "win32",
  4604. "darwin",
  4605. "linux"
  4606. ],
  4607. "dependencies": {
  4608. "onnxruntime-common": "~1.14.0"
  4609. }
  4610. },
  4611. "node_modules/@xenova/transformers/node_modules/sharp": {
  4612. "version": "0.32.6",
  4613. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz",
  4614. "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==",
  4615. "hasInstallScript": true,
  4616. "license": "Apache-2.0",
  4617. "dependencies": {
  4618. "color": "^4.2.3",
  4619. "detect-libc": "^2.0.2",
  4620. "node-addon-api": "^6.1.0",
  4621. "prebuild-install": "^7.1.1",
  4622. "semver": "^7.5.4",
  4623. "simple-get": "^4.0.1",
  4624. "tar-fs": "^3.0.4",
  4625. "tunnel-agent": "^0.6.0"
  4626. },
  4627. "engines": {
  4628. "node": ">=14.15.0"
  4629. },
  4630. "funding": {
  4631. "url": "https://opencollective.com/libvips"
  4632. }
  4633. },
  4634. "node_modules/@xenova/transformers/node_modules/tar-fs": {
  4635. "version": "3.1.2",
  4636. "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
  4637. "integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
  4638. "license": "MIT",
  4639. "dependencies": {
  4640. "pump": "^3.0.0",
  4641. "tar-stream": "^3.1.5"
  4642. },
  4643. "optionalDependencies": {
  4644. "bare-fs": "^4.0.1",
  4645. "bare-path": "^3.0.0"
  4646. }
  4647. },
  4648. "node_modules/@xhmikosr/archive-type": {
  4649. "version": "7.1.0",
  4650. "resolved": "https://registry.npmjs.org/@xhmikosr/archive-type/-/archive-type-7.1.0.tgz",
  4651. "integrity": "sha512-xZEpnGplg1sNPyEgFh0zbHxqlw5dtYg6viplmWSxUj12+QjU9SKu3U/2G73a15pEjLaOqTefNSZ1fOPUOT4Xgg==",
  4652. "dev": true,
  4653. "license": "MIT",
  4654. "dependencies": {
  4655. "file-type": "^20.5.0"
  4656. },
  4657. "engines": {
  4658. "node": ">=18"
  4659. }
  4660. },
  4661. "node_modules/@xhmikosr/archive-type/node_modules/@tokenizer/inflate": {
  4662. "version": "0.2.7",
  4663. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4664. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4665. "dev": true,
  4666. "license": "MIT",
  4667. "dependencies": {
  4668. "debug": "^4.4.0",
  4669. "fflate": "^0.8.2",
  4670. "token-types": "^6.0.0"
  4671. },
  4672. "engines": {
  4673. "node": ">=18"
  4674. },
  4675. "funding": {
  4676. "type": "github",
  4677. "url": "https://github.com/sponsors/Borewit"
  4678. }
  4679. },
  4680. "node_modules/@xhmikosr/archive-type/node_modules/file-type": {
  4681. "version": "20.5.0",
  4682. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4683. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4684. "dev": true,
  4685. "license": "MIT",
  4686. "dependencies": {
  4687. "@tokenizer/inflate": "^0.2.6",
  4688. "strtok3": "^10.2.0",
  4689. "token-types": "^6.0.0",
  4690. "uint8array-extras": "^1.4.0"
  4691. },
  4692. "engines": {
  4693. "node": ">=18"
  4694. },
  4695. "funding": {
  4696. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4697. }
  4698. },
  4699. "node_modules/@xhmikosr/bin-check": {
  4700. "version": "7.1.0",
  4701. "resolved": "https://registry.npmjs.org/@xhmikosr/bin-check/-/bin-check-7.1.0.tgz",
  4702. "integrity": "sha512-y1O95J4mnl+6MpVmKfMYXec17hMEwE/yeCglFNdx+QvLLtP0yN4rSYcbkXnth+lElBuKKek2NbvOfOGPpUXCvw==",
  4703. "dev": true,
  4704. "license": "MIT",
  4705. "dependencies": {
  4706. "execa": "^5.1.1",
  4707. "isexe": "^2.0.0"
  4708. },
  4709. "engines": {
  4710. "node": ">=18"
  4711. }
  4712. },
  4713. "node_modules/@xhmikosr/bin-wrapper": {
  4714. "version": "13.2.0",
  4715. "resolved": "https://registry.npmjs.org/@xhmikosr/bin-wrapper/-/bin-wrapper-13.2.0.tgz",
  4716. "integrity": "sha512-t9U9X0sDPRGDk5TGx4dv5xiOvniVJpXnfTuynVKwHgtib95NYEw4MkZdJqhoSiz820D9m0o6PCqOPMXz0N9fIw==",
  4717. "dev": true,
  4718. "license": "MIT",
  4719. "dependencies": {
  4720. "@xhmikosr/bin-check": "^7.1.0",
  4721. "@xhmikosr/downloader": "^15.2.0",
  4722. "@xhmikosr/os-filter-obj": "^3.0.0",
  4723. "bin-version-check": "^5.1.0"
  4724. },
  4725. "engines": {
  4726. "node": ">=18"
  4727. }
  4728. },
  4729. "node_modules/@xhmikosr/decompress": {
  4730. "version": "10.2.0",
  4731. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress/-/decompress-10.2.0.tgz",
  4732. "integrity": "sha512-MmDBvu0+GmADyQWHolcZuIWffgfnuTo4xpr2I/Qw5Ox0gt+e1Be7oYqJM4te5ylL6mzlcoicnHVDvP27zft8tg==",
  4733. "dev": true,
  4734. "license": "MIT",
  4735. "dependencies": {
  4736. "@xhmikosr/decompress-tar": "^8.1.0",
  4737. "@xhmikosr/decompress-tarbz2": "^8.1.0",
  4738. "@xhmikosr/decompress-targz": "^8.1.0",
  4739. "@xhmikosr/decompress-unzip": "^7.1.0",
  4740. "graceful-fs": "^4.2.11",
  4741. "strip-dirs": "^3.0.0"
  4742. },
  4743. "engines": {
  4744. "node": ">=18"
  4745. }
  4746. },
  4747. "node_modules/@xhmikosr/decompress-tar": {
  4748. "version": "8.1.0",
  4749. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress-tar/-/decompress-tar-8.1.0.tgz",
  4750. "integrity": "sha512-m0q8x6lwxenh1CrsTby0Jrjq4vzW/QU1OLhTHMQLEdHpmjR1lgahGz++seZI0bXF3XcZw3U3xHfqZSz+JPP2Gg==",
  4751. "dev": true,
  4752. "license": "MIT",
  4753. "dependencies": {
  4754. "file-type": "^20.5.0",
  4755. "is-stream": "^2.0.1",
  4756. "tar-stream": "^3.1.7"
  4757. },
  4758. "engines": {
  4759. "node": ">=18"
  4760. }
  4761. },
  4762. "node_modules/@xhmikosr/decompress-tar/node_modules/@tokenizer/inflate": {
  4763. "version": "0.2.7",
  4764. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4765. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4766. "dev": true,
  4767. "license": "MIT",
  4768. "dependencies": {
  4769. "debug": "^4.4.0",
  4770. "fflate": "^0.8.2",
  4771. "token-types": "^6.0.0"
  4772. },
  4773. "engines": {
  4774. "node": ">=18"
  4775. },
  4776. "funding": {
  4777. "type": "github",
  4778. "url": "https://github.com/sponsors/Borewit"
  4779. }
  4780. },
  4781. "node_modules/@xhmikosr/decompress-tar/node_modules/file-type": {
  4782. "version": "20.5.0",
  4783. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4784. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4785. "dev": true,
  4786. "license": "MIT",
  4787. "dependencies": {
  4788. "@tokenizer/inflate": "^0.2.6",
  4789. "strtok3": "^10.2.0",
  4790. "token-types": "^6.0.0",
  4791. "uint8array-extras": "^1.4.0"
  4792. },
  4793. "engines": {
  4794. "node": ">=18"
  4795. },
  4796. "funding": {
  4797. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4798. }
  4799. },
  4800. "node_modules/@xhmikosr/decompress-tarbz2": {
  4801. "version": "8.1.0",
  4802. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress-tarbz2/-/decompress-tarbz2-8.1.0.tgz",
  4803. "integrity": "sha512-aCLfr3A/FWZnOu5eqnJfme1Z1aumai/WRw55pCvBP+hCGnTFrcpsuiaVN5zmWTR53a8umxncY2JuYsD42QQEbw==",
  4804. "dev": true,
  4805. "license": "MIT",
  4806. "dependencies": {
  4807. "@xhmikosr/decompress-tar": "^8.0.1",
  4808. "file-type": "^20.5.0",
  4809. "is-stream": "^2.0.1",
  4810. "seek-bzip": "^2.0.0",
  4811. "unbzip2-stream": "^1.4.3"
  4812. },
  4813. "engines": {
  4814. "node": ">=18"
  4815. }
  4816. },
  4817. "node_modules/@xhmikosr/decompress-tarbz2/node_modules/@tokenizer/inflate": {
  4818. "version": "0.2.7",
  4819. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4820. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4821. "dev": true,
  4822. "license": "MIT",
  4823. "dependencies": {
  4824. "debug": "^4.4.0",
  4825. "fflate": "^0.8.2",
  4826. "token-types": "^6.0.0"
  4827. },
  4828. "engines": {
  4829. "node": ">=18"
  4830. },
  4831. "funding": {
  4832. "type": "github",
  4833. "url": "https://github.com/sponsors/Borewit"
  4834. }
  4835. },
  4836. "node_modules/@xhmikosr/decompress-tarbz2/node_modules/file-type": {
  4837. "version": "20.5.0",
  4838. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4839. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4840. "dev": true,
  4841. "license": "MIT",
  4842. "dependencies": {
  4843. "@tokenizer/inflate": "^0.2.6",
  4844. "strtok3": "^10.2.0",
  4845. "token-types": "^6.0.0",
  4846. "uint8array-extras": "^1.4.0"
  4847. },
  4848. "engines": {
  4849. "node": ">=18"
  4850. },
  4851. "funding": {
  4852. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4853. }
  4854. },
  4855. "node_modules/@xhmikosr/decompress-targz": {
  4856. "version": "8.1.0",
  4857. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress-targz/-/decompress-targz-8.1.0.tgz",
  4858. "integrity": "sha512-fhClQ2wTmzxzdz2OhSQNo9ExefrAagw93qaG1YggoIz/QpI7atSRa7eOHv4JZkpHWs91XNn8Hry3CwUlBQhfPA==",
  4859. "dev": true,
  4860. "license": "MIT",
  4861. "dependencies": {
  4862. "@xhmikosr/decompress-tar": "^8.0.1",
  4863. "file-type": "^20.5.0",
  4864. "is-stream": "^2.0.1"
  4865. },
  4866. "engines": {
  4867. "node": ">=18"
  4868. }
  4869. },
  4870. "node_modules/@xhmikosr/decompress-targz/node_modules/@tokenizer/inflate": {
  4871. "version": "0.2.7",
  4872. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4873. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4874. "dev": true,
  4875. "license": "MIT",
  4876. "dependencies": {
  4877. "debug": "^4.4.0",
  4878. "fflate": "^0.8.2",
  4879. "token-types": "^6.0.0"
  4880. },
  4881. "engines": {
  4882. "node": ">=18"
  4883. },
  4884. "funding": {
  4885. "type": "github",
  4886. "url": "https://github.com/sponsors/Borewit"
  4887. }
  4888. },
  4889. "node_modules/@xhmikosr/decompress-targz/node_modules/file-type": {
  4890. "version": "20.5.0",
  4891. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4892. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4893. "dev": true,
  4894. "license": "MIT",
  4895. "dependencies": {
  4896. "@tokenizer/inflate": "^0.2.6",
  4897. "strtok3": "^10.2.0",
  4898. "token-types": "^6.0.0",
  4899. "uint8array-extras": "^1.4.0"
  4900. },
  4901. "engines": {
  4902. "node": ">=18"
  4903. },
  4904. "funding": {
  4905. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4906. }
  4907. },
  4908. "node_modules/@xhmikosr/decompress-unzip": {
  4909. "version": "7.1.0",
  4910. "resolved": "https://registry.npmjs.org/@xhmikosr/decompress-unzip/-/decompress-unzip-7.1.0.tgz",
  4911. "integrity": "sha512-oqTYAcObqTlg8owulxFTqiaJkfv2SHsxxxz9Wg4krJAHVzGWlZsU8tAB30R6ow+aHrfv4Kub6WQ8u04NWVPUpA==",
  4912. "dev": true,
  4913. "license": "MIT",
  4914. "dependencies": {
  4915. "file-type": "^20.5.0",
  4916. "get-stream": "^6.0.1",
  4917. "yauzl": "^3.1.2"
  4918. },
  4919. "engines": {
  4920. "node": ">=18"
  4921. }
  4922. },
  4923. "node_modules/@xhmikosr/decompress-unzip/node_modules/@tokenizer/inflate": {
  4924. "version": "0.2.7",
  4925. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4926. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4927. "dev": true,
  4928. "license": "MIT",
  4929. "dependencies": {
  4930. "debug": "^4.4.0",
  4931. "fflate": "^0.8.2",
  4932. "token-types": "^6.0.0"
  4933. },
  4934. "engines": {
  4935. "node": ">=18"
  4936. },
  4937. "funding": {
  4938. "type": "github",
  4939. "url": "https://github.com/sponsors/Borewit"
  4940. }
  4941. },
  4942. "node_modules/@xhmikosr/decompress-unzip/node_modules/file-type": {
  4943. "version": "20.5.0",
  4944. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  4945. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  4946. "dev": true,
  4947. "license": "MIT",
  4948. "dependencies": {
  4949. "@tokenizer/inflate": "^0.2.6",
  4950. "strtok3": "^10.2.0",
  4951. "token-types": "^6.0.0",
  4952. "uint8array-extras": "^1.4.0"
  4953. },
  4954. "engines": {
  4955. "node": ">=18"
  4956. },
  4957. "funding": {
  4958. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4959. }
  4960. },
  4961. "node_modules/@xhmikosr/downloader": {
  4962. "version": "15.2.0",
  4963. "resolved": "https://registry.npmjs.org/@xhmikosr/downloader/-/downloader-15.2.0.tgz",
  4964. "integrity": "sha512-lAqbig3uRGTt0sHNIM4vUG9HoM+mRl8K28WuYxyXLCUT6pyzl4Y4i0LZ3jMEsCYZ6zjPZbO9XkG91OSTd4si7g==",
  4965. "dev": true,
  4966. "license": "MIT",
  4967. "dependencies": {
  4968. "@xhmikosr/archive-type": "^7.1.0",
  4969. "@xhmikosr/decompress": "^10.2.0",
  4970. "content-disposition": "^0.5.4",
  4971. "defaults": "^2.0.2",
  4972. "ext-name": "^5.0.0",
  4973. "file-type": "^20.5.0",
  4974. "filenamify": "^6.0.0",
  4975. "get-stream": "^6.0.1",
  4976. "got": "^13.0.0"
  4977. },
  4978. "engines": {
  4979. "node": ">=18"
  4980. }
  4981. },
  4982. "node_modules/@xhmikosr/downloader/node_modules/@tokenizer/inflate": {
  4983. "version": "0.2.7",
  4984. "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  4985. "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  4986. "dev": true,
  4987. "license": "MIT",
  4988. "dependencies": {
  4989. "debug": "^4.4.0",
  4990. "fflate": "^0.8.2",
  4991. "token-types": "^6.0.0"
  4992. },
  4993. "engines": {
  4994. "node": ">=18"
  4995. },
  4996. "funding": {
  4997. "type": "github",
  4998. "url": "https://github.com/sponsors/Borewit"
  4999. }
  5000. },
  5001. "node_modules/@xhmikosr/downloader/node_modules/file-type": {
  5002. "version": "20.5.0",
  5003. "resolved": "https://registry.npmjs.org/file-type/-/file-type-20.5.0.tgz",
  5004. "integrity": "sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==",
  5005. "dev": true,
  5006. "license": "MIT",
  5007. "dependencies": {
  5008. "@tokenizer/inflate": "^0.2.6",
  5009. "strtok3": "^10.2.0",
  5010. "token-types": "^6.0.0",
  5011. "uint8array-extras": "^1.4.0"
  5012. },
  5013. "engines": {
  5014. "node": ">=18"
  5015. },
  5016. "funding": {
  5017. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  5018. }
  5019. },
  5020. "node_modules/@xhmikosr/os-filter-obj": {
  5021. "version": "3.0.0",
  5022. "resolved": "https://registry.npmjs.org/@xhmikosr/os-filter-obj/-/os-filter-obj-3.0.0.tgz",
  5023. "integrity": "sha512-siPY6BD5dQ2SZPl3I0OZBHL27ZqZvLEosObsZRQ1NUB8qcxegwt0T9eKtV96JMFQpIz1elhkzqOg4c/Ri6Dp9A==",
  5024. "dev": true,
  5025. "license": "MIT",
  5026. "dependencies": {
  5027. "arch": "^3.0.0"
  5028. },
  5029. "engines": {
  5030. "node": "^14.14.0 || >=16.0.0"
  5031. }
  5032. },
  5033. "node_modules/@xtuc/ieee754": {
  5034. "version": "1.2.0",
  5035. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  5036. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
  5037. "dev": true,
  5038. "license": "BSD-3-Clause"
  5039. },
  5040. "node_modules/@xtuc/long": {
  5041. "version": "4.2.2",
  5042. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  5043. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
  5044. "dev": true,
  5045. "license": "Apache-2.0"
  5046. },
  5047. "node_modules/abbrev": {
  5048. "version": "1.1.1",
  5049. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  5050. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
  5051. "license": "ISC",
  5052. "optional": true
  5053. },
  5054. "node_modules/accepts": {
  5055. "version": "2.0.0",
  5056. "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
  5057. "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
  5058. "license": "MIT",
  5059. "dependencies": {
  5060. "mime-types": "^3.0.0",
  5061. "negotiator": "^1.0.0"
  5062. },
  5063. "engines": {
  5064. "node": ">= 0.6"
  5065. }
  5066. },
  5067. "node_modules/acorn": {
  5068. "version": "8.16.0",
  5069. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  5070. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  5071. "devOptional": true,
  5072. "license": "MIT",
  5073. "bin": {
  5074. "acorn": "bin/acorn"
  5075. },
  5076. "engines": {
  5077. "node": ">=0.4.0"
  5078. }
  5079. },
  5080. "node_modules/acorn-import-phases": {
  5081. "version": "1.0.4",
  5082. "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz",
  5083. "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==",
  5084. "dev": true,
  5085. "license": "MIT",
  5086. "engines": {
  5087. "node": ">=10.13.0"
  5088. },
  5089. "peerDependencies": {
  5090. "acorn": "^8.14.0"
  5091. }
  5092. },
  5093. "node_modules/acorn-jsx": {
  5094. "version": "5.3.2",
  5095. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  5096. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  5097. "dev": true,
  5098. "license": "MIT",
  5099. "peerDependencies": {
  5100. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5101. }
  5102. },
  5103. "node_modules/acorn-walk": {
  5104. "version": "8.3.5",
  5105. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz",
  5106. "integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
  5107. "devOptional": true,
  5108. "license": "MIT",
  5109. "dependencies": {
  5110. "acorn": "^8.11.0"
  5111. },
  5112. "engines": {
  5113. "node": ">=0.4.0"
  5114. }
  5115. },
  5116. "node_modules/adm-zip": {
  5117. "version": "0.5.17",
  5118. "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.17.tgz",
  5119. "integrity": "sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ==",
  5120. "license": "MIT",
  5121. "engines": {
  5122. "node": ">=12.0"
  5123. }
  5124. },
  5125. "node_modules/agent-base": {
  5126. "version": "6.0.2",
  5127. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  5128. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  5129. "license": "MIT",
  5130. "optional": true,
  5131. "dependencies": {
  5132. "debug": "4"
  5133. },
  5134. "engines": {
  5135. "node": ">= 6.0.0"
  5136. }
  5137. },
  5138. "node_modules/agentkeepalive": {
  5139. "version": "4.6.0",
  5140. "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz",
  5141. "integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==",
  5142. "license": "MIT",
  5143. "optional": true,
  5144. "dependencies": {
  5145. "humanize-ms": "^1.2.1"
  5146. },
  5147. "engines": {
  5148. "node": ">= 8.0.0"
  5149. }
  5150. },
  5151. "node_modules/aggregate-error": {
  5152. "version": "3.1.0",
  5153. "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
  5154. "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
  5155. "license": "MIT",
  5156. "optional": true,
  5157. "dependencies": {
  5158. "clean-stack": "^2.0.0",
  5159. "indent-string": "^4.0.0"
  5160. },
  5161. "engines": {
  5162. "node": ">=8"
  5163. }
  5164. },
  5165. "node_modules/ajv": {
  5166. "version": "6.14.0",
  5167. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
  5168. "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
  5169. "dev": true,
  5170. "license": "MIT",
  5171. "dependencies": {
  5172. "fast-deep-equal": "^3.1.1",
  5173. "fast-json-stable-stringify": "^2.0.0",
  5174. "json-schema-traverse": "^0.4.1",
  5175. "uri-js": "^4.2.2"
  5176. },
  5177. "funding": {
  5178. "type": "github",
  5179. "url": "https://github.com/sponsors/epoberezkin"
  5180. }
  5181. },
  5182. "node_modules/ajv-formats": {
  5183. "version": "3.0.1",
  5184. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
  5185. "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
  5186. "dev": true,
  5187. "license": "MIT",
  5188. "dependencies": {
  5189. "ajv": "^8.0.0"
  5190. },
  5191. "peerDependencies": {
  5192. "ajv": "^8.0.0"
  5193. },
  5194. "peerDependenciesMeta": {
  5195. "ajv": {
  5196. "optional": true
  5197. }
  5198. }
  5199. },
  5200. "node_modules/ajv-formats/node_modules/ajv": {
  5201. "version": "8.18.0",
  5202. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  5203. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  5204. "dev": true,
  5205. "license": "MIT",
  5206. "dependencies": {
  5207. "fast-deep-equal": "^3.1.3",
  5208. "fast-uri": "^3.0.1",
  5209. "json-schema-traverse": "^1.0.0",
  5210. "require-from-string": "^2.0.2"
  5211. },
  5212. "funding": {
  5213. "type": "github",
  5214. "url": "https://github.com/sponsors/epoberezkin"
  5215. }
  5216. },
  5217. "node_modules/ajv-formats/node_modules/json-schema-traverse": {
  5218. "version": "1.0.0",
  5219. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  5220. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  5221. "dev": true,
  5222. "license": "MIT"
  5223. },
  5224. "node_modules/ajv-keywords": {
  5225. "version": "3.5.2",
  5226. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  5227. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  5228. "dev": true,
  5229. "license": "MIT",
  5230. "peerDependencies": {
  5231. "ajv": "^6.9.1"
  5232. }
  5233. },
  5234. "node_modules/ansi-colors": {
  5235. "version": "4.1.3",
  5236. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
  5237. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  5238. "dev": true,
  5239. "license": "MIT",
  5240. "engines": {
  5241. "node": ">=6"
  5242. }
  5243. },
  5244. "node_modules/ansi-escapes": {
  5245. "version": "4.3.2",
  5246. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  5247. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  5248. "dev": true,
  5249. "license": "MIT",
  5250. "dependencies": {
  5251. "type-fest": "^0.21.3"
  5252. },
  5253. "engines": {
  5254. "node": ">=8"
  5255. },
  5256. "funding": {
  5257. "url": "https://github.com/sponsors/sindresorhus"
  5258. }
  5259. },
  5260. "node_modules/ansi-regex": {
  5261. "version": "5.0.1",
  5262. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5263. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5264. "license": "MIT",
  5265. "engines": {
  5266. "node": ">=8"
  5267. }
  5268. },
  5269. "node_modules/ansi-styles": {
  5270. "version": "4.3.0",
  5271. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5272. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5273. "license": "MIT",
  5274. "dependencies": {
  5275. "color-convert": "^2.0.1"
  5276. },
  5277. "engines": {
  5278. "node": ">=8"
  5279. },
  5280. "funding": {
  5281. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5282. }
  5283. },
  5284. "node_modules/ansis": {
  5285. "version": "4.2.0",
  5286. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  5287. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5288. "license": "ISC",
  5289. "engines": {
  5290. "node": ">=14"
  5291. }
  5292. },
  5293. "node_modules/anymatch": {
  5294. "version": "3.1.3",
  5295. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  5296. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5297. "dev": true,
  5298. "license": "ISC",
  5299. "dependencies": {
  5300. "normalize-path": "^3.0.0",
  5301. "picomatch": "^2.0.4"
  5302. },
  5303. "engines": {
  5304. "node": ">= 8"
  5305. }
  5306. },
  5307. "node_modules/anymatch/node_modules/picomatch": {
  5308. "version": "2.3.2",
  5309. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5310. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5311. "dev": true,
  5312. "license": "MIT",
  5313. "engines": {
  5314. "node": ">=8.6"
  5315. },
  5316. "funding": {
  5317. "url": "https://github.com/sponsors/jonschlinkert"
  5318. }
  5319. },
  5320. "node_modules/app-root-path": {
  5321. "version": "3.1.0",
  5322. "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-3.1.0.tgz",
  5323. "integrity": "sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==",
  5324. "license": "MIT",
  5325. "engines": {
  5326. "node": ">= 6.0.0"
  5327. }
  5328. },
  5329. "node_modules/append-field": {
  5330. "version": "1.0.0",
  5331. "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz",
  5332. "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==",
  5333. "license": "MIT"
  5334. },
  5335. "node_modules/aproba": {
  5336. "version": "2.1.0",
  5337. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz",
  5338. "integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==",
  5339. "license": "ISC",
  5340. "optional": true
  5341. },
  5342. "node_modules/arch": {
  5343. "version": "3.0.0",
  5344. "resolved": "https://registry.npmjs.org/arch/-/arch-3.0.0.tgz",
  5345. "integrity": "sha512-AmIAC+Wtm2AU8lGfTtHsw0Y9Qtftx2YXEEtiBP10xFUtMOA+sHHx6OAddyL52mUKh1vsXQ6/w1mVDptZCyUt4Q==",
  5346. "dev": true,
  5347. "funding": [
  5348. {
  5349. "type": "github",
  5350. "url": "https://github.com/sponsors/feross"
  5351. },
  5352. {
  5353. "type": "patreon",
  5354. "url": "https://www.patreon.com/feross"
  5355. },
  5356. {
  5357. "type": "consulting",
  5358. "url": "https://feross.org/support"
  5359. }
  5360. ],
  5361. "license": "MIT"
  5362. },
  5363. "node_modules/are-we-there-yet": {
  5364. "version": "3.0.1",
  5365. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
  5366. "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
  5367. "deprecated": "This package is no longer supported.",
  5368. "license": "ISC",
  5369. "optional": true,
  5370. "dependencies": {
  5371. "delegates": "^1.0.0",
  5372. "readable-stream": "^3.6.0"
  5373. },
  5374. "engines": {
  5375. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  5376. }
  5377. },
  5378. "node_modules/arg": {
  5379. "version": "4.1.3",
  5380. "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
  5381. "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
  5382. "devOptional": true,
  5383. "license": "MIT"
  5384. },
  5385. "node_modules/argparse": {
  5386. "version": "2.0.1",
  5387. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  5388. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  5389. "dev": true,
  5390. "license": "Python-2.0"
  5391. },
  5392. "node_modules/array-timsort": {
  5393. "version": "1.0.3",
  5394. "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz",
  5395. "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==",
  5396. "dev": true,
  5397. "license": "MIT"
  5398. },
  5399. "node_modules/asap": {
  5400. "version": "2.0.6",
  5401. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  5402. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
  5403. "dev": true,
  5404. "license": "MIT"
  5405. },
  5406. "node_modules/asynckit": {
  5407. "version": "0.4.0",
  5408. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  5409. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  5410. "dev": true,
  5411. "license": "MIT"
  5412. },
  5413. "node_modules/available-typed-arrays": {
  5414. "version": "1.0.7",
  5415. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  5416. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  5417. "license": "MIT",
  5418. "dependencies": {
  5419. "possible-typed-array-names": "^1.0.0"
  5420. },
  5421. "engines": {
  5422. "node": ">= 0.4"
  5423. },
  5424. "funding": {
  5425. "url": "https://github.com/sponsors/ljharb"
  5426. }
  5427. },
  5428. "node_modules/b4a": {
  5429. "version": "1.8.0",
  5430. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz",
  5431. "integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
  5432. "license": "Apache-2.0",
  5433. "peerDependencies": {
  5434. "react-native-b4a": "*"
  5435. },
  5436. "peerDependenciesMeta": {
  5437. "react-native-b4a": {
  5438. "optional": true
  5439. }
  5440. }
  5441. },
  5442. "node_modules/babel-jest": {
  5443. "version": "29.7.0",
  5444. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
  5445. "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==",
  5446. "dev": true,
  5447. "license": "MIT",
  5448. "dependencies": {
  5449. "@jest/transform": "^29.7.0",
  5450. "@types/babel__core": "^7.1.14",
  5451. "babel-plugin-istanbul": "^6.1.1",
  5452. "babel-preset-jest": "^29.6.3",
  5453. "chalk": "^4.0.0",
  5454. "graceful-fs": "^4.2.9",
  5455. "slash": "^3.0.0"
  5456. },
  5457. "engines": {
  5458. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5459. },
  5460. "peerDependencies": {
  5461. "@babel/core": "^7.8.0"
  5462. }
  5463. },
  5464. "node_modules/babel-plugin-istanbul": {
  5465. "version": "6.1.1",
  5466. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  5467. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  5468. "dev": true,
  5469. "license": "BSD-3-Clause",
  5470. "dependencies": {
  5471. "@babel/helper-plugin-utils": "^7.0.0",
  5472. "@istanbuljs/load-nyc-config": "^1.0.0",
  5473. "@istanbuljs/schema": "^0.1.2",
  5474. "istanbul-lib-instrument": "^5.0.4",
  5475. "test-exclude": "^6.0.0"
  5476. },
  5477. "engines": {
  5478. "node": ">=8"
  5479. }
  5480. },
  5481. "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": {
  5482. "version": "5.2.1",
  5483. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
  5484. "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
  5485. "dev": true,
  5486. "license": "BSD-3-Clause",
  5487. "dependencies": {
  5488. "@babel/core": "^7.12.3",
  5489. "@babel/parser": "^7.14.7",
  5490. "@istanbuljs/schema": "^0.1.2",
  5491. "istanbul-lib-coverage": "^3.2.0",
  5492. "semver": "^6.3.0"
  5493. },
  5494. "engines": {
  5495. "node": ">=8"
  5496. }
  5497. },
  5498. "node_modules/babel-plugin-istanbul/node_modules/semver": {
  5499. "version": "6.3.1",
  5500. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5501. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5502. "dev": true,
  5503. "license": "ISC",
  5504. "bin": {
  5505. "semver": "bin/semver.js"
  5506. }
  5507. },
  5508. "node_modules/babel-plugin-jest-hoist": {
  5509. "version": "29.6.3",
  5510. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz",
  5511. "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==",
  5512. "dev": true,
  5513. "license": "MIT",
  5514. "dependencies": {
  5515. "@babel/template": "^7.3.3",
  5516. "@babel/types": "^7.3.3",
  5517. "@types/babel__core": "^7.1.14",
  5518. "@types/babel__traverse": "^7.0.6"
  5519. },
  5520. "engines": {
  5521. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5522. }
  5523. },
  5524. "node_modules/babel-preset-current-node-syntax": {
  5525. "version": "1.2.0",
  5526. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz",
  5527. "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==",
  5528. "dev": true,
  5529. "license": "MIT",
  5530. "dependencies": {
  5531. "@babel/plugin-syntax-async-generators": "^7.8.4",
  5532. "@babel/plugin-syntax-bigint": "^7.8.3",
  5533. "@babel/plugin-syntax-class-properties": "^7.12.13",
  5534. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  5535. "@babel/plugin-syntax-import-attributes": "^7.24.7",
  5536. "@babel/plugin-syntax-import-meta": "^7.10.4",
  5537. "@babel/plugin-syntax-json-strings": "^7.8.3",
  5538. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  5539. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  5540. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  5541. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  5542. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  5543. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  5544. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  5545. "@babel/plugin-syntax-top-level-await": "^7.14.5"
  5546. },
  5547. "peerDependencies": {
  5548. "@babel/core": "^7.0.0 || ^8.0.0-0"
  5549. }
  5550. },
  5551. "node_modules/babel-preset-jest": {
  5552. "version": "29.6.3",
  5553. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
  5554. "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==",
  5555. "dev": true,
  5556. "license": "MIT",
  5557. "dependencies": {
  5558. "babel-plugin-jest-hoist": "^29.6.3",
  5559. "babel-preset-current-node-syntax": "^1.0.0"
  5560. },
  5561. "engines": {
  5562. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5563. },
  5564. "peerDependencies": {
  5565. "@babel/core": "^7.0.0"
  5566. }
  5567. },
  5568. "node_modules/balanced-match": {
  5569. "version": "1.0.2",
  5570. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5571. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  5572. "license": "MIT"
  5573. },
  5574. "node_modules/bare-events": {
  5575. "version": "2.8.2",
  5576. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
  5577. "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
  5578. "license": "Apache-2.0",
  5579. "peerDependencies": {
  5580. "bare-abort-controller": "*"
  5581. },
  5582. "peerDependenciesMeta": {
  5583. "bare-abort-controller": {
  5584. "optional": true
  5585. }
  5586. }
  5587. },
  5588. "node_modules/bare-fs": {
  5589. "version": "4.6.0",
  5590. "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.6.0.tgz",
  5591. "integrity": "sha512-2YkS7NuiJceSEbyEOdSNLE9tsGd+f4+f7C+Nik/MCk27SYdwIMPT/yRKvg++FZhQXgk0KWJKJyXX9RhVV0RGqA==",
  5592. "license": "Apache-2.0",
  5593. "dependencies": {
  5594. "bare-events": "^2.5.4",
  5595. "bare-path": "^3.0.0",
  5596. "bare-stream": "^2.6.4",
  5597. "bare-url": "^2.2.2",
  5598. "fast-fifo": "^1.3.2"
  5599. },
  5600. "engines": {
  5601. "bare": ">=1.16.0"
  5602. },
  5603. "peerDependencies": {
  5604. "bare-buffer": "*"
  5605. },
  5606. "peerDependenciesMeta": {
  5607. "bare-buffer": {
  5608. "optional": true
  5609. }
  5610. }
  5611. },
  5612. "node_modules/bare-os": {
  5613. "version": "3.8.7",
  5614. "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.7.tgz",
  5615. "integrity": "sha512-G4Gr1UsGeEy2qtDTZwL7JFLo2wapUarz7iTMcYcMFdS89AIQuBoyjgXZz0Utv7uHs3xA9LckhVbeBi8lEQrC+w==",
  5616. "license": "Apache-2.0",
  5617. "engines": {
  5618. "bare": ">=1.14.0"
  5619. }
  5620. },
  5621. "node_modules/bare-path": {
  5622. "version": "3.0.0",
  5623. "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
  5624. "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
  5625. "license": "Apache-2.0",
  5626. "dependencies": {
  5627. "bare-os": "^3.0.1"
  5628. }
  5629. },
  5630. "node_modules/bare-stream": {
  5631. "version": "2.12.0",
  5632. "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.12.0.tgz",
  5633. "integrity": "sha512-w28i8lkBgREV3rPXGbgK+BO66q+ZpKqRWrZLiCdmmUlLPrQ45CzkvRhN+7lnv00Gpi2zy5naRxnUFAxCECDm9g==",
  5634. "license": "Apache-2.0",
  5635. "dependencies": {
  5636. "streamx": "^2.25.0",
  5637. "teex": "^1.0.1"
  5638. },
  5639. "peerDependencies": {
  5640. "bare-abort-controller": "*",
  5641. "bare-buffer": "*",
  5642. "bare-events": "*"
  5643. },
  5644. "peerDependenciesMeta": {
  5645. "bare-abort-controller": {
  5646. "optional": true
  5647. },
  5648. "bare-buffer": {
  5649. "optional": true
  5650. },
  5651. "bare-events": {
  5652. "optional": true
  5653. }
  5654. }
  5655. },
  5656. "node_modules/bare-url": {
  5657. "version": "2.4.0",
  5658. "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.0.tgz",
  5659. "integrity": "sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==",
  5660. "license": "Apache-2.0",
  5661. "dependencies": {
  5662. "bare-path": "^3.0.0"
  5663. }
  5664. },
  5665. "node_modules/base64-js": {
  5666. "version": "1.5.1",
  5667. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  5668. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  5669. "funding": [
  5670. {
  5671. "type": "github",
  5672. "url": "https://github.com/sponsors/feross"
  5673. },
  5674. {
  5675. "type": "patreon",
  5676. "url": "https://www.patreon.com/feross"
  5677. },
  5678. {
  5679. "type": "consulting",
  5680. "url": "https://feross.org/support"
  5681. }
  5682. ],
  5683. "license": "MIT"
  5684. },
  5685. "node_modules/base64id": {
  5686. "version": "2.0.0",
  5687. "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz",
  5688. "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==",
  5689. "license": "MIT",
  5690. "engines": {
  5691. "node": "^4.5.0 || >= 5.9"
  5692. }
  5693. },
  5694. "node_modules/baseline-browser-mapping": {
  5695. "version": "2.10.16",
  5696. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.16.tgz",
  5697. "integrity": "sha512-Lyf3aK28zpsD1yQMiiHD4RvVb6UdMoo8xzG2XzFIfR9luPzOpcBlAsT/qfB1XWS1bxWT+UtE4WmQgsp297FYOA==",
  5698. "dev": true,
  5699. "license": "Apache-2.0",
  5700. "bin": {
  5701. "baseline-browser-mapping": "dist/cli.cjs"
  5702. },
  5703. "engines": {
  5704. "node": ">=6.0.0"
  5705. }
  5706. },
  5707. "node_modules/bin-version": {
  5708. "version": "6.0.0",
  5709. "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-6.0.0.tgz",
  5710. "integrity": "sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==",
  5711. "dev": true,
  5712. "license": "MIT",
  5713. "dependencies": {
  5714. "execa": "^5.0.0",
  5715. "find-versions": "^5.0.0"
  5716. },
  5717. "engines": {
  5718. "node": ">=12"
  5719. },
  5720. "funding": {
  5721. "url": "https://github.com/sponsors/sindresorhus"
  5722. }
  5723. },
  5724. "node_modules/bin-version-check": {
  5725. "version": "5.1.0",
  5726. "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-5.1.0.tgz",
  5727. "integrity": "sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==",
  5728. "dev": true,
  5729. "license": "MIT",
  5730. "dependencies": {
  5731. "bin-version": "^6.0.0",
  5732. "semver": "^7.5.3",
  5733. "semver-truncate": "^3.0.0"
  5734. },
  5735. "engines": {
  5736. "node": ">=12"
  5737. },
  5738. "funding": {
  5739. "url": "https://github.com/sponsors/sindresorhus"
  5740. }
  5741. },
  5742. "node_modules/bindings": {
  5743. "version": "1.5.0",
  5744. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  5745. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  5746. "license": "MIT",
  5747. "dependencies": {
  5748. "file-uri-to-path": "1.0.0"
  5749. }
  5750. },
  5751. "node_modules/bl": {
  5752. "version": "4.1.0",
  5753. "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  5754. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  5755. "license": "MIT",
  5756. "dependencies": {
  5757. "buffer": "^5.5.0",
  5758. "inherits": "^2.0.4",
  5759. "readable-stream": "^3.4.0"
  5760. }
  5761. },
  5762. "node_modules/body-parser": {
  5763. "version": "2.2.2",
  5764. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
  5765. "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
  5766. "license": "MIT",
  5767. "dependencies": {
  5768. "bytes": "^3.1.2",
  5769. "content-type": "^1.0.5",
  5770. "debug": "^4.4.3",
  5771. "http-errors": "^2.0.0",
  5772. "iconv-lite": "^0.7.0",
  5773. "on-finished": "^2.4.1",
  5774. "qs": "^6.14.1",
  5775. "raw-body": "^3.0.1",
  5776. "type-is": "^2.0.1"
  5777. },
  5778. "engines": {
  5779. "node": ">=18"
  5780. },
  5781. "funding": {
  5782. "type": "opencollective",
  5783. "url": "https://opencollective.com/express"
  5784. }
  5785. },
  5786. "node_modules/boolean": {
  5787. "version": "3.2.0",
  5788. "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
  5789. "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==",
  5790. "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
  5791. "license": "MIT"
  5792. },
  5793. "node_modules/brace-expansion": {
  5794. "version": "1.1.13",
  5795. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
  5796. "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
  5797. "devOptional": true,
  5798. "license": "MIT",
  5799. "dependencies": {
  5800. "balanced-match": "^1.0.0",
  5801. "concat-map": "0.0.1"
  5802. }
  5803. },
  5804. "node_modules/braces": {
  5805. "version": "3.0.3",
  5806. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  5807. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  5808. "dev": true,
  5809. "license": "MIT",
  5810. "dependencies": {
  5811. "fill-range": "^7.1.1"
  5812. },
  5813. "engines": {
  5814. "node": ">=8"
  5815. }
  5816. },
  5817. "node_modules/browserslist": {
  5818. "version": "4.28.2",
  5819. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  5820. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  5821. "dev": true,
  5822. "funding": [
  5823. {
  5824. "type": "opencollective",
  5825. "url": "https://opencollective.com/browserslist"
  5826. },
  5827. {
  5828. "type": "tidelift",
  5829. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5830. },
  5831. {
  5832. "type": "github",
  5833. "url": "https://github.com/sponsors/ai"
  5834. }
  5835. ],
  5836. "license": "MIT",
  5837. "dependencies": {
  5838. "baseline-browser-mapping": "^2.10.12",
  5839. "caniuse-lite": "^1.0.30001782",
  5840. "electron-to-chromium": "^1.5.328",
  5841. "node-releases": "^2.0.36",
  5842. "update-browserslist-db": "^1.2.3"
  5843. },
  5844. "bin": {
  5845. "browserslist": "cli.js"
  5846. },
  5847. "engines": {
  5848. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5849. }
  5850. },
  5851. "node_modules/bs-logger": {
  5852. "version": "0.2.6",
  5853. "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",
  5854. "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",
  5855. "dev": true,
  5856. "license": "MIT",
  5857. "dependencies": {
  5858. "fast-json-stable-stringify": "2.x"
  5859. },
  5860. "engines": {
  5861. "node": ">= 6"
  5862. }
  5863. },
  5864. "node_modules/bser": {
  5865. "version": "2.1.1",
  5866. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  5867. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  5868. "dev": true,
  5869. "license": "Apache-2.0",
  5870. "dependencies": {
  5871. "node-int64": "^0.4.0"
  5872. }
  5873. },
  5874. "node_modules/buffer": {
  5875. "version": "5.7.1",
  5876. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  5877. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  5878. "funding": [
  5879. {
  5880. "type": "github",
  5881. "url": "https://github.com/sponsors/feross"
  5882. },
  5883. {
  5884. "type": "patreon",
  5885. "url": "https://www.patreon.com/feross"
  5886. },
  5887. {
  5888. "type": "consulting",
  5889. "url": "https://feross.org/support"
  5890. }
  5891. ],
  5892. "license": "MIT",
  5893. "dependencies": {
  5894. "base64-js": "^1.3.1",
  5895. "ieee754": "^1.1.13"
  5896. }
  5897. },
  5898. "node_modules/buffer-crc32": {
  5899. "version": "0.2.13",
  5900. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  5901. "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
  5902. "dev": true,
  5903. "license": "MIT",
  5904. "engines": {
  5905. "node": "*"
  5906. }
  5907. },
  5908. "node_modules/buffer-from": {
  5909. "version": "1.1.2",
  5910. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5911. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  5912. "license": "MIT"
  5913. },
  5914. "node_modules/busboy": {
  5915. "version": "1.6.0",
  5916. "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
  5917. "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
  5918. "dependencies": {
  5919. "streamsearch": "^1.1.0"
  5920. },
  5921. "engines": {
  5922. "node": ">=10.16.0"
  5923. }
  5924. },
  5925. "node_modules/bytes": {
  5926. "version": "3.1.2",
  5927. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  5928. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  5929. "license": "MIT",
  5930. "engines": {
  5931. "node": ">= 0.8"
  5932. }
  5933. },
  5934. "node_modules/cacache": {
  5935. "version": "15.3.0",
  5936. "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
  5937. "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
  5938. "license": "ISC",
  5939. "optional": true,
  5940. "dependencies": {
  5941. "@npmcli/fs": "^1.0.0",
  5942. "@npmcli/move-file": "^1.0.1",
  5943. "chownr": "^2.0.0",
  5944. "fs-minipass": "^2.0.0",
  5945. "glob": "^7.1.4",
  5946. "infer-owner": "^1.0.4",
  5947. "lru-cache": "^6.0.0",
  5948. "minipass": "^3.1.1",
  5949. "minipass-collect": "^1.0.2",
  5950. "minipass-flush": "^1.0.5",
  5951. "minipass-pipeline": "^1.2.2",
  5952. "mkdirp": "^1.0.3",
  5953. "p-map": "^4.0.0",
  5954. "promise-inflight": "^1.0.1",
  5955. "rimraf": "^3.0.2",
  5956. "ssri": "^8.0.1",
  5957. "tar": "^6.0.2",
  5958. "unique-filename": "^1.1.1"
  5959. },
  5960. "engines": {
  5961. "node": ">= 10"
  5962. }
  5963. },
  5964. "node_modules/cacache/node_modules/glob": {
  5965. "version": "7.2.3",
  5966. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  5967. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5968. "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",
  5969. "license": "ISC",
  5970. "optional": true,
  5971. "dependencies": {
  5972. "fs.realpath": "^1.0.0",
  5973. "inflight": "^1.0.4",
  5974. "inherits": "2",
  5975. "minimatch": "^3.1.1",
  5976. "once": "^1.3.0",
  5977. "path-is-absolute": "^1.0.0"
  5978. },
  5979. "engines": {
  5980. "node": "*"
  5981. },
  5982. "funding": {
  5983. "url": "https://github.com/sponsors/isaacs"
  5984. }
  5985. },
  5986. "node_modules/cacache/node_modules/lru-cache": {
  5987. "version": "6.0.0",
  5988. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  5989. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  5990. "license": "ISC",
  5991. "optional": true,
  5992. "dependencies": {
  5993. "yallist": "^4.0.0"
  5994. },
  5995. "engines": {
  5996. "node": ">=10"
  5997. }
  5998. },
  5999. "node_modules/cacache/node_modules/minipass": {
  6000. "version": "3.3.6",
  6001. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  6002. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  6003. "license": "ISC",
  6004. "optional": true,
  6005. "dependencies": {
  6006. "yallist": "^4.0.0"
  6007. },
  6008. "engines": {
  6009. "node": ">=8"
  6010. }
  6011. },
  6012. "node_modules/cacache/node_modules/yallist": {
  6013. "version": "4.0.0",
  6014. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  6015. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  6016. "license": "ISC",
  6017. "optional": true
  6018. },
  6019. "node_modules/cacheable-lookup": {
  6020. "version": "7.0.0",
  6021. "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
  6022. "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
  6023. "dev": true,
  6024. "license": "MIT",
  6025. "engines": {
  6026. "node": ">=14.16"
  6027. }
  6028. },
  6029. "node_modules/cacheable-request": {
  6030. "version": "10.2.14",
  6031. "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
  6032. "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
  6033. "dev": true,
  6034. "license": "MIT",
  6035. "dependencies": {
  6036. "@types/http-cache-semantics": "^4.0.2",
  6037. "get-stream": "^6.0.1",
  6038. "http-cache-semantics": "^4.1.1",
  6039. "keyv": "^4.5.3",
  6040. "mimic-response": "^4.0.0",
  6041. "normalize-url": "^8.0.0",
  6042. "responselike": "^3.0.0"
  6043. },
  6044. "engines": {
  6045. "node": ">=14.16"
  6046. }
  6047. },
  6048. "node_modules/call-bind": {
  6049. "version": "1.0.8",
  6050. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  6051. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  6052. "license": "MIT",
  6053. "dependencies": {
  6054. "call-bind-apply-helpers": "^1.0.0",
  6055. "es-define-property": "^1.0.0",
  6056. "get-intrinsic": "^1.2.4",
  6057. "set-function-length": "^1.2.2"
  6058. },
  6059. "engines": {
  6060. "node": ">= 0.4"
  6061. },
  6062. "funding": {
  6063. "url": "https://github.com/sponsors/ljharb"
  6064. }
  6065. },
  6066. "node_modules/call-bind-apply-helpers": {
  6067. "version": "1.0.2",
  6068. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  6069. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  6070. "license": "MIT",
  6071. "dependencies": {
  6072. "es-errors": "^1.3.0",
  6073. "function-bind": "^1.1.2"
  6074. },
  6075. "engines": {
  6076. "node": ">= 0.4"
  6077. }
  6078. },
  6079. "node_modules/call-bound": {
  6080. "version": "1.0.4",
  6081. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  6082. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6083. "license": "MIT",
  6084. "dependencies": {
  6085. "call-bind-apply-helpers": "^1.0.2",
  6086. "get-intrinsic": "^1.3.0"
  6087. },
  6088. "engines": {
  6089. "node": ">= 0.4"
  6090. },
  6091. "funding": {
  6092. "url": "https://github.com/sponsors/ljharb"
  6093. }
  6094. },
  6095. "node_modules/callsites": {
  6096. "version": "3.1.0",
  6097. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  6098. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  6099. "dev": true,
  6100. "license": "MIT",
  6101. "engines": {
  6102. "node": ">=6"
  6103. }
  6104. },
  6105. "node_modules/camelcase": {
  6106. "version": "5.3.1",
  6107. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  6108. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  6109. "dev": true,
  6110. "license": "MIT",
  6111. "engines": {
  6112. "node": ">=6"
  6113. }
  6114. },
  6115. "node_modules/caniuse-lite": {
  6116. "version": "1.0.30001786",
  6117. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001786.tgz",
  6118. "integrity": "sha512-4oxTZEvqmLLrERwxO76yfKM7acZo310U+v4kqexI2TL1DkkUEMT8UijrxxcnVdxR3qkVf5awGRX+4Z6aPHVKrA==",
  6119. "dev": true,
  6120. "funding": [
  6121. {
  6122. "type": "opencollective",
  6123. "url": "https://opencollective.com/browserslist"
  6124. },
  6125. {
  6126. "type": "tidelift",
  6127. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  6128. },
  6129. {
  6130. "type": "github",
  6131. "url": "https://github.com/sponsors/ai"
  6132. }
  6133. ],
  6134. "license": "CC-BY-4.0"
  6135. },
  6136. "node_modules/chalk": {
  6137. "version": "4.1.2",
  6138. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  6139. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  6140. "license": "MIT",
  6141. "dependencies": {
  6142. "ansi-styles": "^4.1.0",
  6143. "supports-color": "^7.1.0"
  6144. },
  6145. "engines": {
  6146. "node": ">=10"
  6147. },
  6148. "funding": {
  6149. "url": "https://github.com/chalk/chalk?sponsor=1"
  6150. }
  6151. },
  6152. "node_modules/char-regex": {
  6153. "version": "1.0.2",
  6154. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  6155. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  6156. "dev": true,
  6157. "license": "MIT",
  6158. "engines": {
  6159. "node": ">=10"
  6160. }
  6161. },
  6162. "node_modules/chardet": {
  6163. "version": "2.1.1",
  6164. "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz",
  6165. "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
  6166. "dev": true,
  6167. "license": "MIT"
  6168. },
  6169. "node_modules/chokidar": {
  6170. "version": "4.0.3",
  6171. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  6172. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  6173. "dev": true,
  6174. "license": "MIT",
  6175. "dependencies": {
  6176. "readdirp": "^4.0.1"
  6177. },
  6178. "engines": {
  6179. "node": ">= 14.16.0"
  6180. },
  6181. "funding": {
  6182. "url": "https://paulmillr.com/funding/"
  6183. }
  6184. },
  6185. "node_modules/chownr": {
  6186. "version": "2.0.0",
  6187. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  6188. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  6189. "license": "ISC",
  6190. "engines": {
  6191. "node": ">=10"
  6192. }
  6193. },
  6194. "node_modules/chrome-trace-event": {
  6195. "version": "1.0.4",
  6196. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
  6197. "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
  6198. "dev": true,
  6199. "license": "MIT",
  6200. "engines": {
  6201. "node": ">=6.0"
  6202. }
  6203. },
  6204. "node_modules/ci-info": {
  6205. "version": "3.9.0",
  6206. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
  6207. "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
  6208. "dev": true,
  6209. "funding": [
  6210. {
  6211. "type": "github",
  6212. "url": "https://github.com/sponsors/sibiraj-s"
  6213. }
  6214. ],
  6215. "license": "MIT",
  6216. "engines": {
  6217. "node": ">=8"
  6218. }
  6219. },
  6220. "node_modules/cjs-module-lexer": {
  6221. "version": "1.4.3",
  6222. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
  6223. "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
  6224. "dev": true,
  6225. "license": "MIT"
  6226. },
  6227. "node_modules/class-transformer": {
  6228. "version": "0.5.1",
  6229. "resolved": "https://registry.npmjs.org/class-transformer/-/class-transformer-0.5.1.tgz",
  6230. "integrity": "sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==",
  6231. "license": "MIT"
  6232. },
  6233. "node_modules/class-validator": {
  6234. "version": "0.15.1",
  6235. "resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.15.1.tgz",
  6236. "integrity": "sha512-LqoS80HBBSCVhz/3KloUly0ovokxpdOLR++Al3J3+dHXWt9sTKlKd4eYtoxhxyUjoe5+UcIM+5k9MIxyBWnRTw==",
  6237. "license": "MIT",
  6238. "dependencies": {
  6239. "@types/validator": "^13.15.3",
  6240. "libphonenumber-js": "^1.11.1",
  6241. "validator": "^13.15.22"
  6242. }
  6243. },
  6244. "node_modules/clean-stack": {
  6245. "version": "2.2.0",
  6246. "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
  6247. "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
  6248. "license": "MIT",
  6249. "optional": true,
  6250. "engines": {
  6251. "node": ">=6"
  6252. }
  6253. },
  6254. "node_modules/cli-cursor": {
  6255. "version": "3.1.0",
  6256. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
  6257. "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
  6258. "dev": true,
  6259. "license": "MIT",
  6260. "dependencies": {
  6261. "restore-cursor": "^3.1.0"
  6262. },
  6263. "engines": {
  6264. "node": ">=8"
  6265. }
  6266. },
  6267. "node_modules/cli-spinners": {
  6268. "version": "2.9.2",
  6269. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
  6270. "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
  6271. "dev": true,
  6272. "license": "MIT",
  6273. "engines": {
  6274. "node": ">=6"
  6275. },
  6276. "funding": {
  6277. "url": "https://github.com/sponsors/sindresorhus"
  6278. }
  6279. },
  6280. "node_modules/cli-table3": {
  6281. "version": "0.6.5",
  6282. "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz",
  6283. "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
  6284. "dev": true,
  6285. "license": "MIT",
  6286. "dependencies": {
  6287. "string-width": "^4.2.0"
  6288. },
  6289. "engines": {
  6290. "node": "10.* || >= 12.*"
  6291. },
  6292. "optionalDependencies": {
  6293. "@colors/colors": "1.5.0"
  6294. }
  6295. },
  6296. "node_modules/cli-width": {
  6297. "version": "4.1.0",
  6298. "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
  6299. "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
  6300. "dev": true,
  6301. "license": "ISC",
  6302. "engines": {
  6303. "node": ">= 12"
  6304. }
  6305. },
  6306. "node_modules/cliui": {
  6307. "version": "8.0.1",
  6308. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  6309. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  6310. "license": "ISC",
  6311. "dependencies": {
  6312. "string-width": "^4.2.0",
  6313. "strip-ansi": "^6.0.1",
  6314. "wrap-ansi": "^7.0.0"
  6315. },
  6316. "engines": {
  6317. "node": ">=12"
  6318. }
  6319. },
  6320. "node_modules/cliui/node_modules/wrap-ansi": {
  6321. "version": "7.0.0",
  6322. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  6323. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  6324. "license": "MIT",
  6325. "dependencies": {
  6326. "ansi-styles": "^4.0.0",
  6327. "string-width": "^4.1.0",
  6328. "strip-ansi": "^6.0.0"
  6329. },
  6330. "engines": {
  6331. "node": ">=10"
  6332. },
  6333. "funding": {
  6334. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6335. }
  6336. },
  6337. "node_modules/clone": {
  6338. "version": "1.0.4",
  6339. "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
  6340. "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
  6341. "dev": true,
  6342. "license": "MIT",
  6343. "engines": {
  6344. "node": ">=0.8"
  6345. }
  6346. },
  6347. "node_modules/co": {
  6348. "version": "4.6.0",
  6349. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  6350. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  6351. "dev": true,
  6352. "license": "MIT",
  6353. "engines": {
  6354. "iojs": ">= 1.0.0",
  6355. "node": ">= 0.12.0"
  6356. }
  6357. },
  6358. "node_modules/collect-v8-coverage": {
  6359. "version": "1.0.3",
  6360. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz",
  6361. "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==",
  6362. "dev": true,
  6363. "license": "MIT"
  6364. },
  6365. "node_modules/color": {
  6366. "version": "4.2.3",
  6367. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  6368. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  6369. "license": "MIT",
  6370. "dependencies": {
  6371. "color-convert": "^2.0.1",
  6372. "color-string": "^1.9.0"
  6373. },
  6374. "engines": {
  6375. "node": ">=12.5.0"
  6376. }
  6377. },
  6378. "node_modules/color-convert": {
  6379. "version": "2.0.1",
  6380. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  6381. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6382. "license": "MIT",
  6383. "dependencies": {
  6384. "color-name": "~1.1.4"
  6385. },
  6386. "engines": {
  6387. "node": ">=7.0.0"
  6388. }
  6389. },
  6390. "node_modules/color-name": {
  6391. "version": "1.1.4",
  6392. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  6393. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  6394. "license": "MIT"
  6395. },
  6396. "node_modules/color-string": {
  6397. "version": "1.9.1",
  6398. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  6399. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  6400. "license": "MIT",
  6401. "dependencies": {
  6402. "color-name": "^1.0.0",
  6403. "simple-swizzle": "^0.2.2"
  6404. }
  6405. },
  6406. "node_modules/color-support": {
  6407. "version": "1.1.3",
  6408. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  6409. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  6410. "license": "ISC",
  6411. "optional": true,
  6412. "bin": {
  6413. "color-support": "bin.js"
  6414. }
  6415. },
  6416. "node_modules/combined-stream": {
  6417. "version": "1.0.8",
  6418. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  6419. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  6420. "dev": true,
  6421. "license": "MIT",
  6422. "dependencies": {
  6423. "delayed-stream": "~1.0.0"
  6424. },
  6425. "engines": {
  6426. "node": ">= 0.8"
  6427. }
  6428. },
  6429. "node_modules/commander": {
  6430. "version": "4.1.1",
  6431. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  6432. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  6433. "dev": true,
  6434. "license": "MIT",
  6435. "engines": {
  6436. "node": ">= 6"
  6437. }
  6438. },
  6439. "node_modules/comment-json": {
  6440. "version": "4.6.2",
  6441. "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.6.2.tgz",
  6442. "integrity": "sha512-R2rze/hDX30uul4NZoIZ76ImSJLFxn/1/ZxtKC1L77y2X1k+yYu1joKbAtMA2Fg3hZrTOiw0I5mwVMo0cf250w==",
  6443. "dev": true,
  6444. "license": "MIT",
  6445. "dependencies": {
  6446. "array-timsort": "^1.0.3",
  6447. "esprima": "^4.0.1"
  6448. },
  6449. "engines": {
  6450. "node": ">= 6"
  6451. }
  6452. },
  6453. "node_modules/component-emitter": {
  6454. "version": "1.3.1",
  6455. "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz",
  6456. "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
  6457. "dev": true,
  6458. "license": "MIT",
  6459. "funding": {
  6460. "url": "https://github.com/sponsors/sindresorhus"
  6461. }
  6462. },
  6463. "node_modules/concat-map": {
  6464. "version": "0.0.1",
  6465. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  6466. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  6467. "devOptional": true,
  6468. "license": "MIT"
  6469. },
  6470. "node_modules/concat-stream": {
  6471. "version": "2.0.0",
  6472. "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
  6473. "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
  6474. "engines": [
  6475. "node >= 6.0"
  6476. ],
  6477. "license": "MIT",
  6478. "dependencies": {
  6479. "buffer-from": "^1.0.0",
  6480. "inherits": "^2.0.3",
  6481. "readable-stream": "^3.0.2",
  6482. "typedarray": "^0.0.6"
  6483. }
  6484. },
  6485. "node_modules/consola": {
  6486. "version": "3.4.2",
  6487. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  6488. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  6489. "license": "MIT",
  6490. "engines": {
  6491. "node": "^14.18.0 || >=16.10.0"
  6492. }
  6493. },
  6494. "node_modules/console-control-strings": {
  6495. "version": "1.1.0",
  6496. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  6497. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
  6498. "license": "ISC",
  6499. "optional": true
  6500. },
  6501. "node_modules/content-disposition": {
  6502. "version": "0.5.4",
  6503. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  6504. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  6505. "dev": true,
  6506. "license": "MIT",
  6507. "dependencies": {
  6508. "safe-buffer": "5.2.1"
  6509. },
  6510. "engines": {
  6511. "node": ">= 0.6"
  6512. }
  6513. },
  6514. "node_modules/content-type": {
  6515. "version": "1.0.5",
  6516. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
  6517. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  6518. "license": "MIT",
  6519. "engines": {
  6520. "node": ">= 0.6"
  6521. }
  6522. },
  6523. "node_modules/convert-source-map": {
  6524. "version": "2.0.0",
  6525. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  6526. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  6527. "dev": true,
  6528. "license": "MIT"
  6529. },
  6530. "node_modules/cookie": {
  6531. "version": "0.7.2",
  6532. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
  6533. "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
  6534. "license": "MIT",
  6535. "engines": {
  6536. "node": ">= 0.6"
  6537. }
  6538. },
  6539. "node_modules/cookie-signature": {
  6540. "version": "1.2.2",
  6541. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
  6542. "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
  6543. "license": "MIT",
  6544. "engines": {
  6545. "node": ">=6.6.0"
  6546. }
  6547. },
  6548. "node_modules/cookiejar": {
  6549. "version": "2.1.4",
  6550. "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz",
  6551. "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==",
  6552. "dev": true,
  6553. "license": "MIT"
  6554. },
  6555. "node_modules/cors": {
  6556. "version": "2.8.6",
  6557. "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
  6558. "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
  6559. "license": "MIT",
  6560. "dependencies": {
  6561. "object-assign": "^4",
  6562. "vary": "^1"
  6563. },
  6564. "engines": {
  6565. "node": ">= 0.10"
  6566. },
  6567. "funding": {
  6568. "type": "opencollective",
  6569. "url": "https://opencollective.com/express"
  6570. }
  6571. },
  6572. "node_modules/cosmiconfig": {
  6573. "version": "8.3.6",
  6574. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
  6575. "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
  6576. "dev": true,
  6577. "license": "MIT",
  6578. "dependencies": {
  6579. "import-fresh": "^3.3.0",
  6580. "js-yaml": "^4.1.0",
  6581. "parse-json": "^5.2.0",
  6582. "path-type": "^4.0.0"
  6583. },
  6584. "engines": {
  6585. "node": ">=14"
  6586. },
  6587. "funding": {
  6588. "url": "https://github.com/sponsors/d-fischer"
  6589. },
  6590. "peerDependencies": {
  6591. "typescript": ">=4.9.5"
  6592. },
  6593. "peerDependenciesMeta": {
  6594. "typescript": {
  6595. "optional": true
  6596. }
  6597. }
  6598. },
  6599. "node_modules/create-jest": {
  6600. "version": "29.7.0",
  6601. "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
  6602. "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==",
  6603. "dev": true,
  6604. "license": "MIT",
  6605. "dependencies": {
  6606. "@jest/types": "^29.6.3",
  6607. "chalk": "^4.0.0",
  6608. "exit": "^0.1.2",
  6609. "graceful-fs": "^4.2.9",
  6610. "jest-config": "^29.7.0",
  6611. "jest-util": "^29.7.0",
  6612. "prompts": "^2.0.1"
  6613. },
  6614. "bin": {
  6615. "create-jest": "bin/create-jest.js"
  6616. },
  6617. "engines": {
  6618. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6619. }
  6620. },
  6621. "node_modules/create-require": {
  6622. "version": "1.1.1",
  6623. "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
  6624. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
  6625. "devOptional": true,
  6626. "license": "MIT"
  6627. },
  6628. "node_modules/cross-spawn": {
  6629. "version": "7.0.6",
  6630. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6631. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6632. "license": "MIT",
  6633. "dependencies": {
  6634. "path-key": "^3.1.0",
  6635. "shebang-command": "^2.0.0",
  6636. "which": "^2.0.1"
  6637. },
  6638. "engines": {
  6639. "node": ">= 8"
  6640. }
  6641. },
  6642. "node_modules/dayjs": {
  6643. "version": "1.11.20",
  6644. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
  6645. "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
  6646. "license": "MIT"
  6647. },
  6648. "node_modules/debug": {
  6649. "version": "4.4.3",
  6650. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  6651. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  6652. "license": "MIT",
  6653. "dependencies": {
  6654. "ms": "^2.1.3"
  6655. },
  6656. "engines": {
  6657. "node": ">=6.0"
  6658. },
  6659. "peerDependenciesMeta": {
  6660. "supports-color": {
  6661. "optional": true
  6662. }
  6663. }
  6664. },
  6665. "node_modules/decompress-response": {
  6666. "version": "6.0.0",
  6667. "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
  6668. "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
  6669. "license": "MIT",
  6670. "dependencies": {
  6671. "mimic-response": "^3.1.0"
  6672. },
  6673. "engines": {
  6674. "node": ">=10"
  6675. },
  6676. "funding": {
  6677. "url": "https://github.com/sponsors/sindresorhus"
  6678. }
  6679. },
  6680. "node_modules/decompress-response/node_modules/mimic-response": {
  6681. "version": "3.1.0",
  6682. "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
  6683. "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
  6684. "license": "MIT",
  6685. "engines": {
  6686. "node": ">=10"
  6687. },
  6688. "funding": {
  6689. "url": "https://github.com/sponsors/sindresorhus"
  6690. }
  6691. },
  6692. "node_modules/dedent": {
  6693. "version": "1.7.2",
  6694. "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.2.tgz",
  6695. "integrity": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==",
  6696. "license": "MIT",
  6697. "peerDependencies": {
  6698. "babel-plugin-macros": "^3.1.0"
  6699. },
  6700. "peerDependenciesMeta": {
  6701. "babel-plugin-macros": {
  6702. "optional": true
  6703. }
  6704. }
  6705. },
  6706. "node_modules/deep-extend": {
  6707. "version": "0.6.0",
  6708. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  6709. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  6710. "license": "MIT",
  6711. "engines": {
  6712. "node": ">=4.0.0"
  6713. }
  6714. },
  6715. "node_modules/deep-is": {
  6716. "version": "0.1.4",
  6717. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  6718. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  6719. "dev": true,
  6720. "license": "MIT"
  6721. },
  6722. "node_modules/deepmerge": {
  6723. "version": "4.3.1",
  6724. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6725. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6726. "dev": true,
  6727. "license": "MIT",
  6728. "engines": {
  6729. "node": ">=0.10.0"
  6730. }
  6731. },
  6732. "node_modules/defaults": {
  6733. "version": "2.0.2",
  6734. "resolved": "https://registry.npmjs.org/defaults/-/defaults-2.0.2.tgz",
  6735. "integrity": "sha512-cuIw0PImdp76AOfgkjbW4VhQODRmNNcKR73vdCH5cLd/ifj7aamfoXvYgfGkEAjNJZ3ozMIy9Gu2LutUkGEPbA==",
  6736. "dev": true,
  6737. "license": "MIT",
  6738. "engines": {
  6739. "node": ">=16"
  6740. },
  6741. "funding": {
  6742. "url": "https://github.com/sponsors/sindresorhus"
  6743. }
  6744. },
  6745. "node_modules/defer-to-connect": {
  6746. "version": "2.0.1",
  6747. "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
  6748. "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==",
  6749. "dev": true,
  6750. "license": "MIT",
  6751. "engines": {
  6752. "node": ">=10"
  6753. }
  6754. },
  6755. "node_modules/define-data-property": {
  6756. "version": "1.1.4",
  6757. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  6758. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  6759. "license": "MIT",
  6760. "dependencies": {
  6761. "es-define-property": "^1.0.0",
  6762. "es-errors": "^1.3.0",
  6763. "gopd": "^1.0.1"
  6764. },
  6765. "engines": {
  6766. "node": ">= 0.4"
  6767. },
  6768. "funding": {
  6769. "url": "https://github.com/sponsors/ljharb"
  6770. }
  6771. },
  6772. "node_modules/define-properties": {
  6773. "version": "1.2.1",
  6774. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  6775. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  6776. "license": "MIT",
  6777. "dependencies": {
  6778. "define-data-property": "^1.0.1",
  6779. "has-property-descriptors": "^1.0.0",
  6780. "object-keys": "^1.1.1"
  6781. },
  6782. "engines": {
  6783. "node": ">= 0.4"
  6784. },
  6785. "funding": {
  6786. "url": "https://github.com/sponsors/ljharb"
  6787. }
  6788. },
  6789. "node_modules/delayed-stream": {
  6790. "version": "1.0.0",
  6791. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  6792. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  6793. "dev": true,
  6794. "license": "MIT",
  6795. "engines": {
  6796. "node": ">=0.4.0"
  6797. }
  6798. },
  6799. "node_modules/delegates": {
  6800. "version": "1.0.0",
  6801. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  6802. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
  6803. "license": "MIT",
  6804. "optional": true
  6805. },
  6806. "node_modules/depd": {
  6807. "version": "2.0.0",
  6808. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6809. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6810. "license": "MIT",
  6811. "engines": {
  6812. "node": ">= 0.8"
  6813. }
  6814. },
  6815. "node_modules/detect-libc": {
  6816. "version": "2.1.2",
  6817. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6818. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6819. "license": "Apache-2.0",
  6820. "engines": {
  6821. "node": ">=8"
  6822. }
  6823. },
  6824. "node_modules/detect-newline": {
  6825. "version": "3.1.0",
  6826. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  6827. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  6828. "dev": true,
  6829. "license": "MIT",
  6830. "engines": {
  6831. "node": ">=8"
  6832. }
  6833. },
  6834. "node_modules/detect-node": {
  6835. "version": "2.1.0",
  6836. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  6837. "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
  6838. "license": "MIT"
  6839. },
  6840. "node_modules/dezalgo": {
  6841. "version": "1.0.4",
  6842. "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
  6843. "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==",
  6844. "dev": true,
  6845. "license": "ISC",
  6846. "dependencies": {
  6847. "asap": "^2.0.0",
  6848. "wrappy": "1"
  6849. }
  6850. },
  6851. "node_modules/diff": {
  6852. "version": "4.0.4",
  6853. "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
  6854. "integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
  6855. "devOptional": true,
  6856. "license": "BSD-3-Clause",
  6857. "engines": {
  6858. "node": ">=0.3.1"
  6859. }
  6860. },
  6861. "node_modules/diff-sequences": {
  6862. "version": "29.6.3",
  6863. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
  6864. "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
  6865. "dev": true,
  6866. "license": "MIT",
  6867. "engines": {
  6868. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6869. }
  6870. },
  6871. "node_modules/dotenv": {
  6872. "version": "16.6.1",
  6873. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  6874. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  6875. "license": "BSD-2-Clause",
  6876. "engines": {
  6877. "node": ">=12"
  6878. },
  6879. "funding": {
  6880. "url": "https://dotenvx.com"
  6881. }
  6882. },
  6883. "node_modules/dunder-proto": {
  6884. "version": "1.0.1",
  6885. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  6886. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  6887. "license": "MIT",
  6888. "dependencies": {
  6889. "call-bind-apply-helpers": "^1.0.1",
  6890. "es-errors": "^1.3.0",
  6891. "gopd": "^1.2.0"
  6892. },
  6893. "engines": {
  6894. "node": ">= 0.4"
  6895. }
  6896. },
  6897. "node_modules/eastasianwidth": {
  6898. "version": "0.2.0",
  6899. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  6900. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6901. "license": "MIT"
  6902. },
  6903. "node_modules/ee-first": {
  6904. "version": "1.1.1",
  6905. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6906. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  6907. "license": "MIT"
  6908. },
  6909. "node_modules/electron-to-chromium": {
  6910. "version": "1.5.331",
  6911. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.331.tgz",
  6912. "integrity": "sha512-IbxXrsTlD3hRodkLnbxAPP4OuJYdWCeM3IOdT+CpcMoIwIoDfCmRpEtSPfwBXxVkg9xmBeY7Lz2Eo2TDn/HC3Q==",
  6913. "dev": true,
  6914. "license": "ISC"
  6915. },
  6916. "node_modules/emittery": {
  6917. "version": "0.13.1",
  6918. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
  6919. "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
  6920. "dev": true,
  6921. "license": "MIT",
  6922. "engines": {
  6923. "node": ">=12"
  6924. },
  6925. "funding": {
  6926. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  6927. }
  6928. },
  6929. "node_modules/emoji-regex": {
  6930. "version": "8.0.0",
  6931. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  6932. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  6933. "license": "MIT"
  6934. },
  6935. "node_modules/encodeurl": {
  6936. "version": "2.0.0",
  6937. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  6938. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  6939. "license": "MIT",
  6940. "engines": {
  6941. "node": ">= 0.8"
  6942. }
  6943. },
  6944. "node_modules/encoding": {
  6945. "version": "0.1.13",
  6946. "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
  6947. "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
  6948. "license": "MIT",
  6949. "optional": true,
  6950. "dependencies": {
  6951. "iconv-lite": "^0.6.2"
  6952. }
  6953. },
  6954. "node_modules/encoding/node_modules/iconv-lite": {
  6955. "version": "0.6.3",
  6956. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  6957. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  6958. "license": "MIT",
  6959. "optional": true,
  6960. "dependencies": {
  6961. "safer-buffer": ">= 2.1.2 < 3.0.0"
  6962. },
  6963. "engines": {
  6964. "node": ">=0.10.0"
  6965. }
  6966. },
  6967. "node_modules/end-of-stream": {
  6968. "version": "1.4.5",
  6969. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
  6970. "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
  6971. "license": "MIT",
  6972. "dependencies": {
  6973. "once": "^1.4.0"
  6974. }
  6975. },
  6976. "node_modules/engine.io": {
  6977. "version": "6.6.6",
  6978. "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.6.tgz",
  6979. "integrity": "sha512-U2SN0w3OpjFRVlrc17E6TMDmH58Xl9rai1MblNjAdwWp07Kk+llmzX0hjDpQdrDGzwmvOtgM5yI+meYX6iZ2xA==",
  6980. "license": "MIT",
  6981. "dependencies": {
  6982. "@types/cors": "^2.8.12",
  6983. "@types/node": ">=10.0.0",
  6984. "@types/ws": "^8.5.12",
  6985. "accepts": "~1.3.4",
  6986. "base64id": "2.0.0",
  6987. "cookie": "~0.7.2",
  6988. "cors": "~2.8.5",
  6989. "debug": "~4.4.1",
  6990. "engine.io-parser": "~5.2.1",
  6991. "ws": "~8.18.3"
  6992. },
  6993. "engines": {
  6994. "node": ">=10.2.0"
  6995. }
  6996. },
  6997. "node_modules/engine.io-parser": {
  6998. "version": "5.2.3",
  6999. "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
  7000. "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==",
  7001. "license": "MIT",
  7002. "engines": {
  7003. "node": ">=10.0.0"
  7004. }
  7005. },
  7006. "node_modules/engine.io/node_modules/accepts": {
  7007. "version": "1.3.8",
  7008. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  7009. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  7010. "license": "MIT",
  7011. "dependencies": {
  7012. "mime-types": "~2.1.34",
  7013. "negotiator": "0.6.3"
  7014. },
  7015. "engines": {
  7016. "node": ">= 0.6"
  7017. }
  7018. },
  7019. "node_modules/engine.io/node_modules/mime-db": {
  7020. "version": "1.52.0",
  7021. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  7022. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  7023. "license": "MIT",
  7024. "engines": {
  7025. "node": ">= 0.6"
  7026. }
  7027. },
  7028. "node_modules/engine.io/node_modules/mime-types": {
  7029. "version": "2.1.35",
  7030. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  7031. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  7032. "license": "MIT",
  7033. "dependencies": {
  7034. "mime-db": "1.52.0"
  7035. },
  7036. "engines": {
  7037. "node": ">= 0.6"
  7038. }
  7039. },
  7040. "node_modules/engine.io/node_modules/negotiator": {
  7041. "version": "0.6.3",
  7042. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  7043. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  7044. "license": "MIT",
  7045. "engines": {
  7046. "node": ">= 0.6"
  7047. }
  7048. },
  7049. "node_modules/enhanced-resolve": {
  7050. "version": "5.20.1",
  7051. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
  7052. "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
  7053. "dev": true,
  7054. "license": "MIT",
  7055. "dependencies": {
  7056. "graceful-fs": "^4.2.4",
  7057. "tapable": "^2.3.0"
  7058. },
  7059. "engines": {
  7060. "node": ">=10.13.0"
  7061. }
  7062. },
  7063. "node_modules/env-paths": {
  7064. "version": "2.2.1",
  7065. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  7066. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  7067. "license": "MIT",
  7068. "optional": true,
  7069. "engines": {
  7070. "node": ">=6"
  7071. }
  7072. },
  7073. "node_modules/err-code": {
  7074. "version": "2.0.3",
  7075. "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
  7076. "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",
  7077. "license": "MIT",
  7078. "optional": true
  7079. },
  7080. "node_modules/error-ex": {
  7081. "version": "1.3.4",
  7082. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
  7083. "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
  7084. "dev": true,
  7085. "license": "MIT",
  7086. "dependencies": {
  7087. "is-arrayish": "^0.2.1"
  7088. }
  7089. },
  7090. "node_modules/es-define-property": {
  7091. "version": "1.0.1",
  7092. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  7093. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  7094. "license": "MIT",
  7095. "engines": {
  7096. "node": ">= 0.4"
  7097. }
  7098. },
  7099. "node_modules/es-errors": {
  7100. "version": "1.3.0",
  7101. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  7102. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  7103. "license": "MIT",
  7104. "engines": {
  7105. "node": ">= 0.4"
  7106. }
  7107. },
  7108. "node_modules/es-module-lexer": {
  7109. "version": "2.0.0",
  7110. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
  7111. "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
  7112. "dev": true,
  7113. "license": "MIT"
  7114. },
  7115. "node_modules/es-object-atoms": {
  7116. "version": "1.1.1",
  7117. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  7118. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  7119. "license": "MIT",
  7120. "dependencies": {
  7121. "es-errors": "^1.3.0"
  7122. },
  7123. "engines": {
  7124. "node": ">= 0.4"
  7125. }
  7126. },
  7127. "node_modules/es-set-tostringtag": {
  7128. "version": "2.1.0",
  7129. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  7130. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  7131. "dev": true,
  7132. "license": "MIT",
  7133. "dependencies": {
  7134. "es-errors": "^1.3.0",
  7135. "get-intrinsic": "^1.2.6",
  7136. "has-tostringtag": "^1.0.2",
  7137. "hasown": "^2.0.2"
  7138. },
  7139. "engines": {
  7140. "node": ">= 0.4"
  7141. }
  7142. },
  7143. "node_modules/es6-error": {
  7144. "version": "4.1.1",
  7145. "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
  7146. "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
  7147. "license": "MIT"
  7148. },
  7149. "node_modules/escalade": {
  7150. "version": "3.2.0",
  7151. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  7152. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  7153. "license": "MIT",
  7154. "engines": {
  7155. "node": ">=6"
  7156. }
  7157. },
  7158. "node_modules/escape-html": {
  7159. "version": "1.0.3",
  7160. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  7161. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  7162. "license": "MIT"
  7163. },
  7164. "node_modules/escape-string-regexp": {
  7165. "version": "4.0.0",
  7166. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  7167. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  7168. "license": "MIT",
  7169. "engines": {
  7170. "node": ">=10"
  7171. },
  7172. "funding": {
  7173. "url": "https://github.com/sponsors/sindresorhus"
  7174. }
  7175. },
  7176. "node_modules/eslint": {
  7177. "version": "9.39.4",
  7178. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz",
  7179. "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==",
  7180. "dev": true,
  7181. "license": "MIT",
  7182. "dependencies": {
  7183. "@eslint-community/eslint-utils": "^4.8.0",
  7184. "@eslint-community/regexpp": "^4.12.1",
  7185. "@eslint/config-array": "^0.21.2",
  7186. "@eslint/config-helpers": "^0.4.2",
  7187. "@eslint/core": "^0.17.0",
  7188. "@eslint/eslintrc": "^3.3.5",
  7189. "@eslint/js": "9.39.4",
  7190. "@eslint/plugin-kit": "^0.4.1",
  7191. "@humanfs/node": "^0.16.6",
  7192. "@humanwhocodes/module-importer": "^1.0.1",
  7193. "@humanwhocodes/retry": "^0.4.2",
  7194. "@types/estree": "^1.0.6",
  7195. "ajv": "^6.14.0",
  7196. "chalk": "^4.0.0",
  7197. "cross-spawn": "^7.0.6",
  7198. "debug": "^4.3.2",
  7199. "escape-string-regexp": "^4.0.0",
  7200. "eslint-scope": "^8.4.0",
  7201. "eslint-visitor-keys": "^4.2.1",
  7202. "espree": "^10.4.0",
  7203. "esquery": "^1.5.0",
  7204. "esutils": "^2.0.2",
  7205. "fast-deep-equal": "^3.1.3",
  7206. "file-entry-cache": "^8.0.0",
  7207. "find-up": "^5.0.0",
  7208. "glob-parent": "^6.0.2",
  7209. "ignore": "^5.2.0",
  7210. "imurmurhash": "^0.1.4",
  7211. "is-glob": "^4.0.0",
  7212. "json-stable-stringify-without-jsonify": "^1.0.1",
  7213. "lodash.merge": "^4.6.2",
  7214. "minimatch": "^3.1.5",
  7215. "natural-compare": "^1.4.0",
  7216. "optionator": "^0.9.3"
  7217. },
  7218. "bin": {
  7219. "eslint": "bin/eslint.js"
  7220. },
  7221. "engines": {
  7222. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  7223. },
  7224. "funding": {
  7225. "url": "https://eslint.org/donate"
  7226. },
  7227. "peerDependencies": {
  7228. "jiti": "*"
  7229. },
  7230. "peerDependenciesMeta": {
  7231. "jiti": {
  7232. "optional": true
  7233. }
  7234. }
  7235. },
  7236. "node_modules/eslint-config-prettier": {
  7237. "version": "10.1.8",
  7238. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz",
  7239. "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
  7240. "dev": true,
  7241. "license": "MIT",
  7242. "bin": {
  7243. "eslint-config-prettier": "bin/cli.js"
  7244. },
  7245. "funding": {
  7246. "url": "https://opencollective.com/eslint-config-prettier"
  7247. },
  7248. "peerDependencies": {
  7249. "eslint": ">=7.0.0"
  7250. }
  7251. },
  7252. "node_modules/eslint-plugin-prettier": {
  7253. "version": "5.5.5",
  7254. "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz",
  7255. "integrity": "sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==",
  7256. "dev": true,
  7257. "license": "MIT",
  7258. "dependencies": {
  7259. "prettier-linter-helpers": "^1.0.1",
  7260. "synckit": "^0.11.12"
  7261. },
  7262. "engines": {
  7263. "node": "^14.18.0 || >=16.0.0"
  7264. },
  7265. "funding": {
  7266. "url": "https://opencollective.com/eslint-plugin-prettier"
  7267. },
  7268. "peerDependencies": {
  7269. "@types/eslint": ">=8.0.0",
  7270. "eslint": ">=8.0.0",
  7271. "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
  7272. "prettier": ">=3.0.0"
  7273. },
  7274. "peerDependenciesMeta": {
  7275. "@types/eslint": {
  7276. "optional": true
  7277. },
  7278. "eslint-config-prettier": {
  7279. "optional": true
  7280. }
  7281. }
  7282. },
  7283. "node_modules/eslint-scope": {
  7284. "version": "8.4.0",
  7285. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  7286. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  7287. "dev": true,
  7288. "license": "BSD-2-Clause",
  7289. "dependencies": {
  7290. "esrecurse": "^4.3.0",
  7291. "estraverse": "^5.2.0"
  7292. },
  7293. "engines": {
  7294. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  7295. },
  7296. "funding": {
  7297. "url": "https://opencollective.com/eslint"
  7298. }
  7299. },
  7300. "node_modules/eslint-visitor-keys": {
  7301. "version": "4.2.1",
  7302. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  7303. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  7304. "dev": true,
  7305. "license": "Apache-2.0",
  7306. "engines": {
  7307. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  7308. },
  7309. "funding": {
  7310. "url": "https://opencollective.com/eslint"
  7311. }
  7312. },
  7313. "node_modules/espree": {
  7314. "version": "10.4.0",
  7315. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  7316. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  7317. "dev": true,
  7318. "license": "BSD-2-Clause",
  7319. "dependencies": {
  7320. "acorn": "^8.15.0",
  7321. "acorn-jsx": "^5.3.2",
  7322. "eslint-visitor-keys": "^4.2.1"
  7323. },
  7324. "engines": {
  7325. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  7326. },
  7327. "funding": {
  7328. "url": "https://opencollective.com/eslint"
  7329. }
  7330. },
  7331. "node_modules/esprima": {
  7332. "version": "4.0.1",
  7333. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  7334. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  7335. "dev": true,
  7336. "license": "BSD-2-Clause",
  7337. "bin": {
  7338. "esparse": "bin/esparse.js",
  7339. "esvalidate": "bin/esvalidate.js"
  7340. },
  7341. "engines": {
  7342. "node": ">=4"
  7343. }
  7344. },
  7345. "node_modules/esquery": {
  7346. "version": "1.7.0",
  7347. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
  7348. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  7349. "dev": true,
  7350. "license": "BSD-3-Clause",
  7351. "dependencies": {
  7352. "estraverse": "^5.1.0"
  7353. },
  7354. "engines": {
  7355. "node": ">=0.10"
  7356. }
  7357. },
  7358. "node_modules/esrecurse": {
  7359. "version": "4.3.0",
  7360. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  7361. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  7362. "dev": true,
  7363. "license": "BSD-2-Clause",
  7364. "dependencies": {
  7365. "estraverse": "^5.2.0"
  7366. },
  7367. "engines": {
  7368. "node": ">=4.0"
  7369. }
  7370. },
  7371. "node_modules/estraverse": {
  7372. "version": "5.3.0",
  7373. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  7374. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  7375. "dev": true,
  7376. "license": "BSD-2-Clause",
  7377. "engines": {
  7378. "node": ">=4.0"
  7379. }
  7380. },
  7381. "node_modules/esutils": {
  7382. "version": "2.0.3",
  7383. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  7384. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  7385. "dev": true,
  7386. "license": "BSD-2-Clause",
  7387. "engines": {
  7388. "node": ">=0.10.0"
  7389. }
  7390. },
  7391. "node_modules/etag": {
  7392. "version": "1.8.1",
  7393. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  7394. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7395. "license": "MIT",
  7396. "engines": {
  7397. "node": ">= 0.6"
  7398. }
  7399. },
  7400. "node_modules/events": {
  7401. "version": "3.3.0",
  7402. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  7403. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7404. "dev": true,
  7405. "license": "MIT",
  7406. "engines": {
  7407. "node": ">=0.8.x"
  7408. }
  7409. },
  7410. "node_modules/events-universal": {
  7411. "version": "1.0.1",
  7412. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  7413. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  7414. "license": "Apache-2.0",
  7415. "dependencies": {
  7416. "bare-events": "^2.7.0"
  7417. }
  7418. },
  7419. "node_modules/execa": {
  7420. "version": "5.1.1",
  7421. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  7422. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  7423. "dev": true,
  7424. "license": "MIT",
  7425. "dependencies": {
  7426. "cross-spawn": "^7.0.3",
  7427. "get-stream": "^6.0.0",
  7428. "human-signals": "^2.1.0",
  7429. "is-stream": "^2.0.0",
  7430. "merge-stream": "^2.0.0",
  7431. "npm-run-path": "^4.0.1",
  7432. "onetime": "^5.1.2",
  7433. "signal-exit": "^3.0.3",
  7434. "strip-final-newline": "^2.0.0"
  7435. },
  7436. "engines": {
  7437. "node": ">=10"
  7438. },
  7439. "funding": {
  7440. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7441. }
  7442. },
  7443. "node_modules/execa/node_modules/signal-exit": {
  7444. "version": "3.0.7",
  7445. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  7446. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  7447. "dev": true,
  7448. "license": "ISC"
  7449. },
  7450. "node_modules/exit": {
  7451. "version": "0.1.2",
  7452. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  7453. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  7454. "dev": true,
  7455. "engines": {
  7456. "node": ">= 0.8.0"
  7457. }
  7458. },
  7459. "node_modules/expand-template": {
  7460. "version": "2.0.3",
  7461. "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
  7462. "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
  7463. "license": "(MIT OR WTFPL)",
  7464. "engines": {
  7465. "node": ">=6"
  7466. }
  7467. },
  7468. "node_modules/expect": {
  7469. "version": "29.7.0",
  7470. "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
  7471. "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
  7472. "dev": true,
  7473. "license": "MIT",
  7474. "dependencies": {
  7475. "@jest/expect-utils": "^29.7.0",
  7476. "jest-get-type": "^29.6.3",
  7477. "jest-matcher-utils": "^29.7.0",
  7478. "jest-message-util": "^29.7.0",
  7479. "jest-util": "^29.7.0"
  7480. },
  7481. "engines": {
  7482. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7483. }
  7484. },
  7485. "node_modules/express": {
  7486. "version": "5.2.1",
  7487. "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
  7488. "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
  7489. "license": "MIT",
  7490. "dependencies": {
  7491. "accepts": "^2.0.0",
  7492. "body-parser": "^2.2.1",
  7493. "content-disposition": "^1.0.0",
  7494. "content-type": "^1.0.5",
  7495. "cookie": "^0.7.1",
  7496. "cookie-signature": "^1.2.1",
  7497. "debug": "^4.4.0",
  7498. "depd": "^2.0.0",
  7499. "encodeurl": "^2.0.0",
  7500. "escape-html": "^1.0.3",
  7501. "etag": "^1.8.1",
  7502. "finalhandler": "^2.1.0",
  7503. "fresh": "^2.0.0",
  7504. "http-errors": "^2.0.0",
  7505. "merge-descriptors": "^2.0.0",
  7506. "mime-types": "^3.0.0",
  7507. "on-finished": "^2.4.1",
  7508. "once": "^1.4.0",
  7509. "parseurl": "^1.3.3",
  7510. "proxy-addr": "^2.0.7",
  7511. "qs": "^6.14.0",
  7512. "range-parser": "^1.2.1",
  7513. "router": "^2.2.0",
  7514. "send": "^1.1.0",
  7515. "serve-static": "^2.2.0",
  7516. "statuses": "^2.0.1",
  7517. "type-is": "^2.0.1",
  7518. "vary": "^1.1.2"
  7519. },
  7520. "engines": {
  7521. "node": ">= 18"
  7522. },
  7523. "funding": {
  7524. "type": "opencollective",
  7525. "url": "https://opencollective.com/express"
  7526. }
  7527. },
  7528. "node_modules/express/node_modules/content-disposition": {
  7529. "version": "1.0.1",
  7530. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
  7531. "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
  7532. "license": "MIT",
  7533. "engines": {
  7534. "node": ">=18"
  7535. },
  7536. "funding": {
  7537. "type": "opencollective",
  7538. "url": "https://opencollective.com/express"
  7539. }
  7540. },
  7541. "node_modules/ext-list": {
  7542. "version": "2.2.2",
  7543. "resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz",
  7544. "integrity": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==",
  7545. "dev": true,
  7546. "license": "MIT",
  7547. "dependencies": {
  7548. "mime-db": "^1.28.0"
  7549. },
  7550. "engines": {
  7551. "node": ">=0.10.0"
  7552. }
  7553. },
  7554. "node_modules/ext-name": {
  7555. "version": "5.0.0",
  7556. "resolved": "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz",
  7557. "integrity": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==",
  7558. "dev": true,
  7559. "license": "MIT",
  7560. "dependencies": {
  7561. "ext-list": "^2.0.0",
  7562. "sort-keys-length": "^1.0.0"
  7563. },
  7564. "engines": {
  7565. "node": ">=4"
  7566. }
  7567. },
  7568. "node_modules/fast-deep-equal": {
  7569. "version": "3.1.3",
  7570. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  7571. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  7572. "dev": true,
  7573. "license": "MIT"
  7574. },
  7575. "node_modules/fast-diff": {
  7576. "version": "1.3.0",
  7577. "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
  7578. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  7579. "dev": true,
  7580. "license": "Apache-2.0"
  7581. },
  7582. "node_modules/fast-fifo": {
  7583. "version": "1.3.2",
  7584. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  7585. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  7586. "license": "MIT"
  7587. },
  7588. "node_modules/fast-glob": {
  7589. "version": "3.3.3",
  7590. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  7591. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  7592. "dev": true,
  7593. "license": "MIT",
  7594. "dependencies": {
  7595. "@nodelib/fs.stat": "^2.0.2",
  7596. "@nodelib/fs.walk": "^1.2.3",
  7597. "glob-parent": "^5.1.2",
  7598. "merge2": "^1.3.0",
  7599. "micromatch": "^4.0.8"
  7600. },
  7601. "engines": {
  7602. "node": ">=8.6.0"
  7603. }
  7604. },
  7605. "node_modules/fast-glob/node_modules/glob-parent": {
  7606. "version": "5.1.2",
  7607. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7608. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7609. "dev": true,
  7610. "license": "ISC",
  7611. "dependencies": {
  7612. "is-glob": "^4.0.1"
  7613. },
  7614. "engines": {
  7615. "node": ">= 6"
  7616. }
  7617. },
  7618. "node_modules/fast-json-stable-stringify": {
  7619. "version": "2.1.0",
  7620. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  7621. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  7622. "dev": true,
  7623. "license": "MIT"
  7624. },
  7625. "node_modules/fast-levenshtein": {
  7626. "version": "2.0.6",
  7627. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  7628. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  7629. "dev": true,
  7630. "license": "MIT"
  7631. },
  7632. "node_modules/fast-safe-stringify": {
  7633. "version": "2.1.1",
  7634. "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
  7635. "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
  7636. "license": "MIT"
  7637. },
  7638. "node_modules/fast-uri": {
  7639. "version": "3.1.0",
  7640. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
  7641. "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
  7642. "dev": true,
  7643. "funding": [
  7644. {
  7645. "type": "github",
  7646. "url": "https://github.com/sponsors/fastify"
  7647. },
  7648. {
  7649. "type": "opencollective",
  7650. "url": "https://opencollective.com/fastify"
  7651. }
  7652. ],
  7653. "license": "BSD-3-Clause"
  7654. },
  7655. "node_modules/fastq": {
  7656. "version": "1.20.1",
  7657. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  7658. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  7659. "dev": true,
  7660. "license": "ISC",
  7661. "dependencies": {
  7662. "reusify": "^1.0.4"
  7663. }
  7664. },
  7665. "node_modules/fb-watchman": {
  7666. "version": "2.0.2",
  7667. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
  7668. "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
  7669. "dev": true,
  7670. "license": "Apache-2.0",
  7671. "dependencies": {
  7672. "bser": "2.1.1"
  7673. }
  7674. },
  7675. "node_modules/fdir": {
  7676. "version": "6.5.0",
  7677. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  7678. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  7679. "dev": true,
  7680. "license": "MIT",
  7681. "engines": {
  7682. "node": ">=12.0.0"
  7683. },
  7684. "peerDependencies": {
  7685. "picomatch": "^3 || ^4"
  7686. },
  7687. "peerDependenciesMeta": {
  7688. "picomatch": {
  7689. "optional": true
  7690. }
  7691. }
  7692. },
  7693. "node_modules/fflate": {
  7694. "version": "0.8.2",
  7695. "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
  7696. "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
  7697. "dev": true,
  7698. "license": "MIT"
  7699. },
  7700. "node_modules/file-entry-cache": {
  7701. "version": "8.0.0",
  7702. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  7703. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  7704. "dev": true,
  7705. "license": "MIT",
  7706. "dependencies": {
  7707. "flat-cache": "^4.0.0"
  7708. },
  7709. "engines": {
  7710. "node": ">=16.0.0"
  7711. }
  7712. },
  7713. "node_modules/file-type": {
  7714. "version": "21.3.4",
  7715. "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.4.tgz",
  7716. "integrity": "sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g==",
  7717. "license": "MIT",
  7718. "dependencies": {
  7719. "@tokenizer/inflate": "^0.4.1",
  7720. "strtok3": "^10.3.4",
  7721. "token-types": "^6.1.1",
  7722. "uint8array-extras": "^1.4.0"
  7723. },
  7724. "engines": {
  7725. "node": ">=20"
  7726. },
  7727. "funding": {
  7728. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  7729. }
  7730. },
  7731. "node_modules/file-uri-to-path": {
  7732. "version": "1.0.0",
  7733. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  7734. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  7735. "license": "MIT"
  7736. },
  7737. "node_modules/filename-reserved-regex": {
  7738. "version": "3.0.0",
  7739. "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-3.0.0.tgz",
  7740. "integrity": "sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==",
  7741. "dev": true,
  7742. "license": "MIT",
  7743. "engines": {
  7744. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7745. },
  7746. "funding": {
  7747. "url": "https://github.com/sponsors/sindresorhus"
  7748. }
  7749. },
  7750. "node_modules/filenamify": {
  7751. "version": "6.0.0",
  7752. "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-6.0.0.tgz",
  7753. "integrity": "sha512-vqIlNogKeyD3yzrm0yhRMQg8hOVwYcYRfjEoODd49iCprMn4HL85gK3HcykQE53EPIpX3HcAbGA5ELQv216dAQ==",
  7754. "dev": true,
  7755. "license": "MIT",
  7756. "dependencies": {
  7757. "filename-reserved-regex": "^3.0.0"
  7758. },
  7759. "engines": {
  7760. "node": ">=16"
  7761. },
  7762. "funding": {
  7763. "url": "https://github.com/sponsors/sindresorhus"
  7764. }
  7765. },
  7766. "node_modules/fill-range": {
  7767. "version": "7.1.1",
  7768. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  7769. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  7770. "dev": true,
  7771. "license": "MIT",
  7772. "dependencies": {
  7773. "to-regex-range": "^5.0.1"
  7774. },
  7775. "engines": {
  7776. "node": ">=8"
  7777. }
  7778. },
  7779. "node_modules/finalhandler": {
  7780. "version": "2.1.1",
  7781. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
  7782. "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
  7783. "license": "MIT",
  7784. "dependencies": {
  7785. "debug": "^4.4.0",
  7786. "encodeurl": "^2.0.0",
  7787. "escape-html": "^1.0.3",
  7788. "on-finished": "^2.4.1",
  7789. "parseurl": "^1.3.3",
  7790. "statuses": "^2.0.1"
  7791. },
  7792. "engines": {
  7793. "node": ">= 18.0.0"
  7794. },
  7795. "funding": {
  7796. "type": "opencollective",
  7797. "url": "https://opencollective.com/express"
  7798. }
  7799. },
  7800. "node_modules/find-process": {
  7801. "version": "2.1.1",
  7802. "resolved": "https://registry.npmjs.org/find-process/-/find-process-2.1.1.tgz",
  7803. "integrity": "sha512-SrQDx3QhlmHM90iqn9rdjCQcw/T+WlpOkHFsjoRgB+zTpDfltNA1VSNYeYELwhUTJy12UFxqjWhmhOrJc+o4sA==",
  7804. "license": "MIT",
  7805. "dependencies": {
  7806. "chalk": "~4.1.2",
  7807. "commander": "^14.0.3",
  7808. "loglevel": "^1.9.2"
  7809. },
  7810. "bin": {
  7811. "find-process": "dist/cjs/bin/find-process.js"
  7812. }
  7813. },
  7814. "node_modules/find-process/node_modules/commander": {
  7815. "version": "14.0.3",
  7816. "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
  7817. "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
  7818. "license": "MIT",
  7819. "engines": {
  7820. "node": ">=20"
  7821. }
  7822. },
  7823. "node_modules/find-up": {
  7824. "version": "5.0.0",
  7825. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  7826. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  7827. "dev": true,
  7828. "license": "MIT",
  7829. "dependencies": {
  7830. "locate-path": "^6.0.0",
  7831. "path-exists": "^4.0.0"
  7832. },
  7833. "engines": {
  7834. "node": ">=10"
  7835. },
  7836. "funding": {
  7837. "url": "https://github.com/sponsors/sindresorhus"
  7838. }
  7839. },
  7840. "node_modules/find-versions": {
  7841. "version": "5.1.0",
  7842. "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-5.1.0.tgz",
  7843. "integrity": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==",
  7844. "dev": true,
  7845. "license": "MIT",
  7846. "dependencies": {
  7847. "semver-regex": "^4.0.5"
  7848. },
  7849. "engines": {
  7850. "node": ">=12"
  7851. },
  7852. "funding": {
  7853. "url": "https://github.com/sponsors/sindresorhus"
  7854. }
  7855. },
  7856. "node_modules/flat-cache": {
  7857. "version": "4.0.1",
  7858. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  7859. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  7860. "dev": true,
  7861. "license": "MIT",
  7862. "dependencies": {
  7863. "flatted": "^3.2.9",
  7864. "keyv": "^4.5.4"
  7865. },
  7866. "engines": {
  7867. "node": ">=16"
  7868. }
  7869. },
  7870. "node_modules/flatbuffers": {
  7871. "version": "1.12.0",
  7872. "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-1.12.0.tgz",
  7873. "integrity": "sha512-c7CZADjRcl6j0PlvFy0ZqXQ67qSEZfrVPynmnL+2zPc+NtMvrF8Y0QceMo7QqnSPc7+uWjUIAbvCQ5WIKlMVdQ==",
  7874. "license": "SEE LICENSE IN LICENSE.txt"
  7875. },
  7876. "node_modules/flatted": {
  7877. "version": "3.4.2",
  7878. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  7879. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  7880. "dev": true,
  7881. "license": "ISC"
  7882. },
  7883. "node_modules/for-each": {
  7884. "version": "0.3.5",
  7885. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  7886. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  7887. "license": "MIT",
  7888. "dependencies": {
  7889. "is-callable": "^1.2.7"
  7890. },
  7891. "engines": {
  7892. "node": ">= 0.4"
  7893. },
  7894. "funding": {
  7895. "url": "https://github.com/sponsors/ljharb"
  7896. }
  7897. },
  7898. "node_modules/foreground-child": {
  7899. "version": "3.3.1",
  7900. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  7901. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  7902. "license": "ISC",
  7903. "dependencies": {
  7904. "cross-spawn": "^7.0.6",
  7905. "signal-exit": "^4.0.1"
  7906. },
  7907. "engines": {
  7908. "node": ">=14"
  7909. },
  7910. "funding": {
  7911. "url": "https://github.com/sponsors/isaacs"
  7912. }
  7913. },
  7914. "node_modules/fork-ts-checker-webpack-plugin": {
  7915. "version": "9.1.0",
  7916. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-9.1.0.tgz",
  7917. "integrity": "sha512-mpafl89VFPJmhnJ1ssH+8wmM2b50n+Rew5x42NeI2U78aRWgtkEtGmctp7iT16UjquJTjorEmIfESj3DxdW84Q==",
  7918. "dev": true,
  7919. "license": "MIT",
  7920. "dependencies": {
  7921. "@babel/code-frame": "^7.16.7",
  7922. "chalk": "^4.1.2",
  7923. "chokidar": "^4.0.1",
  7924. "cosmiconfig": "^8.2.0",
  7925. "deepmerge": "^4.2.2",
  7926. "fs-extra": "^10.0.0",
  7927. "memfs": "^3.4.1",
  7928. "minimatch": "^3.0.4",
  7929. "node-abort-controller": "^3.0.1",
  7930. "schema-utils": "^3.1.1",
  7931. "semver": "^7.3.5",
  7932. "tapable": "^2.2.1"
  7933. },
  7934. "engines": {
  7935. "node": ">=14.21.3"
  7936. },
  7937. "peerDependencies": {
  7938. "typescript": ">3.6.0",
  7939. "webpack": "^5.11.0"
  7940. }
  7941. },
  7942. "node_modules/form-data": {
  7943. "version": "4.0.5",
  7944. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
  7945. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  7946. "dev": true,
  7947. "license": "MIT",
  7948. "dependencies": {
  7949. "asynckit": "^0.4.0",
  7950. "combined-stream": "^1.0.8",
  7951. "es-set-tostringtag": "^2.1.0",
  7952. "hasown": "^2.0.2",
  7953. "mime-types": "^2.1.12"
  7954. },
  7955. "engines": {
  7956. "node": ">= 6"
  7957. }
  7958. },
  7959. "node_modules/form-data-encoder": {
  7960. "version": "2.1.4",
  7961. "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
  7962. "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
  7963. "dev": true,
  7964. "license": "MIT",
  7965. "engines": {
  7966. "node": ">= 14.17"
  7967. }
  7968. },
  7969. "node_modules/form-data/node_modules/mime-db": {
  7970. "version": "1.52.0",
  7971. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  7972. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  7973. "dev": true,
  7974. "license": "MIT",
  7975. "engines": {
  7976. "node": ">= 0.6"
  7977. }
  7978. },
  7979. "node_modules/form-data/node_modules/mime-types": {
  7980. "version": "2.1.35",
  7981. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  7982. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  7983. "dev": true,
  7984. "license": "MIT",
  7985. "dependencies": {
  7986. "mime-db": "1.52.0"
  7987. },
  7988. "engines": {
  7989. "node": ">= 0.6"
  7990. }
  7991. },
  7992. "node_modules/formidable": {
  7993. "version": "3.5.4",
  7994. "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.4.tgz",
  7995. "integrity": "sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==",
  7996. "dev": true,
  7997. "license": "MIT",
  7998. "dependencies": {
  7999. "@paralleldrive/cuid2": "^2.2.2",
  8000. "dezalgo": "^1.0.4",
  8001. "once": "^1.4.0"
  8002. },
  8003. "engines": {
  8004. "node": ">=14.0.0"
  8005. },
  8006. "funding": {
  8007. "url": "https://ko-fi.com/tunnckoCore/commissions"
  8008. }
  8009. },
  8010. "node_modules/forwarded": {
  8011. "version": "0.2.0",
  8012. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  8013. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  8014. "license": "MIT",
  8015. "engines": {
  8016. "node": ">= 0.6"
  8017. }
  8018. },
  8019. "node_modules/fresh": {
  8020. "version": "2.0.0",
  8021. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  8022. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  8023. "license": "MIT",
  8024. "engines": {
  8025. "node": ">= 0.8"
  8026. }
  8027. },
  8028. "node_modules/fs-constants": {
  8029. "version": "1.0.0",
  8030. "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
  8031. "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
  8032. "license": "MIT"
  8033. },
  8034. "node_modules/fs-extra": {
  8035. "version": "10.1.0",
  8036. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  8037. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  8038. "dev": true,
  8039. "license": "MIT",
  8040. "dependencies": {
  8041. "graceful-fs": "^4.2.0",
  8042. "jsonfile": "^6.0.1",
  8043. "universalify": "^2.0.0"
  8044. },
  8045. "engines": {
  8046. "node": ">=12"
  8047. }
  8048. },
  8049. "node_modules/fs-minipass": {
  8050. "version": "2.1.0",
  8051. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  8052. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  8053. "license": "ISC",
  8054. "dependencies": {
  8055. "minipass": "^3.0.0"
  8056. },
  8057. "engines": {
  8058. "node": ">= 8"
  8059. }
  8060. },
  8061. "node_modules/fs-minipass/node_modules/minipass": {
  8062. "version": "3.3.6",
  8063. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  8064. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  8065. "license": "ISC",
  8066. "dependencies": {
  8067. "yallist": "^4.0.0"
  8068. },
  8069. "engines": {
  8070. "node": ">=8"
  8071. }
  8072. },
  8073. "node_modules/fs-minipass/node_modules/yallist": {
  8074. "version": "4.0.0",
  8075. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  8076. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  8077. "license": "ISC"
  8078. },
  8079. "node_modules/fs-monkey": {
  8080. "version": "1.1.0",
  8081. "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.1.0.tgz",
  8082. "integrity": "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==",
  8083. "dev": true,
  8084. "license": "Unlicense"
  8085. },
  8086. "node_modules/fs.realpath": {
  8087. "version": "1.0.0",
  8088. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  8089. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  8090. "devOptional": true,
  8091. "license": "ISC"
  8092. },
  8093. "node_modules/fsevents": {
  8094. "version": "2.3.3",
  8095. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  8096. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  8097. "dev": true,
  8098. "hasInstallScript": true,
  8099. "license": "MIT",
  8100. "optional": true,
  8101. "os": [
  8102. "darwin"
  8103. ],
  8104. "engines": {
  8105. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8106. }
  8107. },
  8108. "node_modules/function-bind": {
  8109. "version": "1.1.2",
  8110. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  8111. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  8112. "license": "MIT",
  8113. "funding": {
  8114. "url": "https://github.com/sponsors/ljharb"
  8115. }
  8116. },
  8117. "node_modules/gauge": {
  8118. "version": "4.0.4",
  8119. "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
  8120. "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
  8121. "deprecated": "This package is no longer supported.",
  8122. "license": "ISC",
  8123. "optional": true,
  8124. "dependencies": {
  8125. "aproba": "^1.0.3 || ^2.0.0",
  8126. "color-support": "^1.1.3",
  8127. "console-control-strings": "^1.1.0",
  8128. "has-unicode": "^2.0.1",
  8129. "signal-exit": "^3.0.7",
  8130. "string-width": "^4.2.3",
  8131. "strip-ansi": "^6.0.1",
  8132. "wide-align": "^1.1.5"
  8133. },
  8134. "engines": {
  8135. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  8136. }
  8137. },
  8138. "node_modules/gauge/node_modules/signal-exit": {
  8139. "version": "3.0.7",
  8140. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  8141. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  8142. "license": "ISC",
  8143. "optional": true
  8144. },
  8145. "node_modules/gensync": {
  8146. "version": "1.0.0-beta.2",
  8147. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  8148. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8149. "dev": true,
  8150. "license": "MIT",
  8151. "engines": {
  8152. "node": ">=6.9.0"
  8153. }
  8154. },
  8155. "node_modules/get-caller-file": {
  8156. "version": "2.0.5",
  8157. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8158. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8159. "license": "ISC",
  8160. "engines": {
  8161. "node": "6.* || 8.* || >= 10.*"
  8162. }
  8163. },
  8164. "node_modules/get-intrinsic": {
  8165. "version": "1.3.0",
  8166. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  8167. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  8168. "license": "MIT",
  8169. "dependencies": {
  8170. "call-bind-apply-helpers": "^1.0.2",
  8171. "es-define-property": "^1.0.1",
  8172. "es-errors": "^1.3.0",
  8173. "es-object-atoms": "^1.1.1",
  8174. "function-bind": "^1.1.2",
  8175. "get-proto": "^1.0.1",
  8176. "gopd": "^1.2.0",
  8177. "has-symbols": "^1.1.0",
  8178. "hasown": "^2.0.2",
  8179. "math-intrinsics": "^1.1.0"
  8180. },
  8181. "engines": {
  8182. "node": ">= 0.4"
  8183. },
  8184. "funding": {
  8185. "url": "https://github.com/sponsors/ljharb"
  8186. }
  8187. },
  8188. "node_modules/get-package-type": {
  8189. "version": "0.1.0",
  8190. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  8191. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  8192. "dev": true,
  8193. "license": "MIT",
  8194. "engines": {
  8195. "node": ">=8.0.0"
  8196. }
  8197. },
  8198. "node_modules/get-proto": {
  8199. "version": "1.0.1",
  8200. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  8201. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  8202. "license": "MIT",
  8203. "dependencies": {
  8204. "dunder-proto": "^1.0.1",
  8205. "es-object-atoms": "^1.0.0"
  8206. },
  8207. "engines": {
  8208. "node": ">= 0.4"
  8209. }
  8210. },
  8211. "node_modules/get-stream": {
  8212. "version": "6.0.1",
  8213. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  8214. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  8215. "dev": true,
  8216. "license": "MIT",
  8217. "engines": {
  8218. "node": ">=10"
  8219. },
  8220. "funding": {
  8221. "url": "https://github.com/sponsors/sindresorhus"
  8222. }
  8223. },
  8224. "node_modules/github-from-package": {
  8225. "version": "0.0.0",
  8226. "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
  8227. "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
  8228. "license": "MIT"
  8229. },
  8230. "node_modules/glob": {
  8231. "version": "13.0.6",
  8232. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  8233. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  8234. "dev": true,
  8235. "license": "BlueOak-1.0.0",
  8236. "dependencies": {
  8237. "minimatch": "^10.2.2",
  8238. "minipass": "^7.1.3",
  8239. "path-scurry": "^2.0.2"
  8240. },
  8241. "engines": {
  8242. "node": "18 || 20 || >=22"
  8243. },
  8244. "funding": {
  8245. "url": "https://github.com/sponsors/isaacs"
  8246. }
  8247. },
  8248. "node_modules/glob-parent": {
  8249. "version": "6.0.2",
  8250. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  8251. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  8252. "dev": true,
  8253. "license": "ISC",
  8254. "dependencies": {
  8255. "is-glob": "^4.0.3"
  8256. },
  8257. "engines": {
  8258. "node": ">=10.13.0"
  8259. }
  8260. },
  8261. "node_modules/glob-to-regexp": {
  8262. "version": "0.4.1",
  8263. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  8264. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
  8265. "dev": true,
  8266. "license": "BSD-2-Clause"
  8267. },
  8268. "node_modules/glob/node_modules/balanced-match": {
  8269. "version": "4.0.4",
  8270. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  8271. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  8272. "dev": true,
  8273. "license": "MIT",
  8274. "engines": {
  8275. "node": "18 || 20 || >=22"
  8276. }
  8277. },
  8278. "node_modules/glob/node_modules/brace-expansion": {
  8279. "version": "5.0.5",
  8280. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  8281. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  8282. "dev": true,
  8283. "license": "MIT",
  8284. "dependencies": {
  8285. "balanced-match": "^4.0.2"
  8286. },
  8287. "engines": {
  8288. "node": "18 || 20 || >=22"
  8289. }
  8290. },
  8291. "node_modules/glob/node_modules/minimatch": {
  8292. "version": "10.2.5",
  8293. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  8294. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  8295. "dev": true,
  8296. "license": "BlueOak-1.0.0",
  8297. "dependencies": {
  8298. "brace-expansion": "^5.0.5"
  8299. },
  8300. "engines": {
  8301. "node": "18 || 20 || >=22"
  8302. },
  8303. "funding": {
  8304. "url": "https://github.com/sponsors/isaacs"
  8305. }
  8306. },
  8307. "node_modules/global-agent": {
  8308. "version": "3.0.0",
  8309. "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz",
  8310. "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==",
  8311. "license": "BSD-3-Clause",
  8312. "dependencies": {
  8313. "boolean": "^3.0.1",
  8314. "es6-error": "^4.1.1",
  8315. "matcher": "^3.0.0",
  8316. "roarr": "^2.15.3",
  8317. "semver": "^7.3.2",
  8318. "serialize-error": "^7.0.1"
  8319. },
  8320. "engines": {
  8321. "node": ">=10.0"
  8322. }
  8323. },
  8324. "node_modules/globals": {
  8325. "version": "16.5.0",
  8326. "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
  8327. "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
  8328. "dev": true,
  8329. "license": "MIT",
  8330. "engines": {
  8331. "node": ">=18"
  8332. },
  8333. "funding": {
  8334. "url": "https://github.com/sponsors/sindresorhus"
  8335. }
  8336. },
  8337. "node_modules/globalthis": {
  8338. "version": "1.0.4",
  8339. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  8340. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  8341. "license": "MIT",
  8342. "dependencies": {
  8343. "define-properties": "^1.2.1",
  8344. "gopd": "^1.0.1"
  8345. },
  8346. "engines": {
  8347. "node": ">= 0.4"
  8348. },
  8349. "funding": {
  8350. "url": "https://github.com/sponsors/ljharb"
  8351. }
  8352. },
  8353. "node_modules/gopd": {
  8354. "version": "1.2.0",
  8355. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  8356. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  8357. "license": "MIT",
  8358. "engines": {
  8359. "node": ">= 0.4"
  8360. },
  8361. "funding": {
  8362. "url": "https://github.com/sponsors/ljharb"
  8363. }
  8364. },
  8365. "node_modules/got": {
  8366. "version": "13.0.0",
  8367. "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
  8368. "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
  8369. "dev": true,
  8370. "license": "MIT",
  8371. "dependencies": {
  8372. "@sindresorhus/is": "^5.2.0",
  8373. "@szmarczak/http-timer": "^5.0.1",
  8374. "cacheable-lookup": "^7.0.0",
  8375. "cacheable-request": "^10.2.8",
  8376. "decompress-response": "^6.0.0",
  8377. "form-data-encoder": "^2.1.2",
  8378. "get-stream": "^6.0.1",
  8379. "http2-wrapper": "^2.1.10",
  8380. "lowercase-keys": "^3.0.0",
  8381. "p-cancelable": "^3.0.0",
  8382. "responselike": "^3.0.0"
  8383. },
  8384. "engines": {
  8385. "node": ">=16"
  8386. },
  8387. "funding": {
  8388. "url": "https://github.com/sindresorhus/got?sponsor=1"
  8389. }
  8390. },
  8391. "node_modules/graceful-fs": {
  8392. "version": "4.2.11",
  8393. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  8394. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  8395. "devOptional": true,
  8396. "license": "ISC"
  8397. },
  8398. "node_modules/guid-typescript": {
  8399. "version": "1.0.9",
  8400. "resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz",
  8401. "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==",
  8402. "license": "ISC"
  8403. },
  8404. "node_modules/handlebars": {
  8405. "version": "4.7.9",
  8406. "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
  8407. "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
  8408. "dev": true,
  8409. "license": "MIT",
  8410. "dependencies": {
  8411. "minimist": "^1.2.5",
  8412. "neo-async": "^2.6.2",
  8413. "source-map": "^0.6.1",
  8414. "wordwrap": "^1.0.0"
  8415. },
  8416. "bin": {
  8417. "handlebars": "bin/handlebars"
  8418. },
  8419. "engines": {
  8420. "node": ">=0.4.7"
  8421. },
  8422. "optionalDependencies": {
  8423. "uglify-js": "^3.1.4"
  8424. }
  8425. },
  8426. "node_modules/handlebars/node_modules/source-map": {
  8427. "version": "0.6.1",
  8428. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8429. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8430. "dev": true,
  8431. "license": "BSD-3-Clause",
  8432. "engines": {
  8433. "node": ">=0.10.0"
  8434. }
  8435. },
  8436. "node_modules/has-flag": {
  8437. "version": "4.0.0",
  8438. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8439. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8440. "license": "MIT",
  8441. "engines": {
  8442. "node": ">=8"
  8443. }
  8444. },
  8445. "node_modules/has-property-descriptors": {
  8446. "version": "1.0.2",
  8447. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  8448. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  8449. "license": "MIT",
  8450. "dependencies": {
  8451. "es-define-property": "^1.0.0"
  8452. },
  8453. "funding": {
  8454. "url": "https://github.com/sponsors/ljharb"
  8455. }
  8456. },
  8457. "node_modules/has-symbols": {
  8458. "version": "1.1.0",
  8459. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  8460. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  8461. "license": "MIT",
  8462. "engines": {
  8463. "node": ">= 0.4"
  8464. },
  8465. "funding": {
  8466. "url": "https://github.com/sponsors/ljharb"
  8467. }
  8468. },
  8469. "node_modules/has-tostringtag": {
  8470. "version": "1.0.2",
  8471. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  8472. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  8473. "license": "MIT",
  8474. "dependencies": {
  8475. "has-symbols": "^1.0.3"
  8476. },
  8477. "engines": {
  8478. "node": ">= 0.4"
  8479. },
  8480. "funding": {
  8481. "url": "https://github.com/sponsors/ljharb"
  8482. }
  8483. },
  8484. "node_modules/has-unicode": {
  8485. "version": "2.0.1",
  8486. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  8487. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
  8488. "license": "ISC",
  8489. "optional": true
  8490. },
  8491. "node_modules/hasown": {
  8492. "version": "2.0.2",
  8493. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  8494. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  8495. "license": "MIT",
  8496. "dependencies": {
  8497. "function-bind": "^1.1.2"
  8498. },
  8499. "engines": {
  8500. "node": ">= 0.4"
  8501. }
  8502. },
  8503. "node_modules/html-escaper": {
  8504. "version": "2.0.2",
  8505. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  8506. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
  8507. "dev": true,
  8508. "license": "MIT"
  8509. },
  8510. "node_modules/http-cache-semantics": {
  8511. "version": "4.2.0",
  8512. "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
  8513. "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
  8514. "devOptional": true,
  8515. "license": "BSD-2-Clause"
  8516. },
  8517. "node_modules/http-errors": {
  8518. "version": "2.0.1",
  8519. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  8520. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  8521. "license": "MIT",
  8522. "dependencies": {
  8523. "depd": "~2.0.0",
  8524. "inherits": "~2.0.4",
  8525. "setprototypeof": "~1.2.0",
  8526. "statuses": "~2.0.2",
  8527. "toidentifier": "~1.0.1"
  8528. },
  8529. "engines": {
  8530. "node": ">= 0.8"
  8531. },
  8532. "funding": {
  8533. "type": "opencollective",
  8534. "url": "https://opencollective.com/express"
  8535. }
  8536. },
  8537. "node_modules/http-proxy-agent": {
  8538. "version": "4.0.1",
  8539. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  8540. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  8541. "license": "MIT",
  8542. "optional": true,
  8543. "dependencies": {
  8544. "@tootallnate/once": "1",
  8545. "agent-base": "6",
  8546. "debug": "4"
  8547. },
  8548. "engines": {
  8549. "node": ">= 6"
  8550. }
  8551. },
  8552. "node_modules/http2-wrapper": {
  8553. "version": "2.2.1",
  8554. "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
  8555. "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
  8556. "dev": true,
  8557. "license": "MIT",
  8558. "dependencies": {
  8559. "quick-lru": "^5.1.1",
  8560. "resolve-alpn": "^1.2.0"
  8561. },
  8562. "engines": {
  8563. "node": ">=10.19.0"
  8564. }
  8565. },
  8566. "node_modules/https-proxy-agent": {
  8567. "version": "5.0.1",
  8568. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  8569. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  8570. "license": "MIT",
  8571. "optional": true,
  8572. "dependencies": {
  8573. "agent-base": "6",
  8574. "debug": "4"
  8575. },
  8576. "engines": {
  8577. "node": ">= 6"
  8578. }
  8579. },
  8580. "node_modules/human-signals": {
  8581. "version": "2.1.0",
  8582. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  8583. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  8584. "dev": true,
  8585. "license": "Apache-2.0",
  8586. "engines": {
  8587. "node": ">=10.17.0"
  8588. }
  8589. },
  8590. "node_modules/humanize-ms": {
  8591. "version": "1.2.1",
  8592. "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
  8593. "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  8594. "license": "MIT",
  8595. "optional": true,
  8596. "dependencies": {
  8597. "ms": "^2.0.0"
  8598. }
  8599. },
  8600. "node_modules/iconv-lite": {
  8601. "version": "0.7.2",
  8602. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
  8603. "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
  8604. "license": "MIT",
  8605. "dependencies": {
  8606. "safer-buffer": ">= 2.1.2 < 3.0.0"
  8607. },
  8608. "engines": {
  8609. "node": ">=0.10.0"
  8610. },
  8611. "funding": {
  8612. "type": "opencollective",
  8613. "url": "https://opencollective.com/express"
  8614. }
  8615. },
  8616. "node_modules/ieee754": {
  8617. "version": "1.2.1",
  8618. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  8619. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  8620. "funding": [
  8621. {
  8622. "type": "github",
  8623. "url": "https://github.com/sponsors/feross"
  8624. },
  8625. {
  8626. "type": "patreon",
  8627. "url": "https://www.patreon.com/feross"
  8628. },
  8629. {
  8630. "type": "consulting",
  8631. "url": "https://feross.org/support"
  8632. }
  8633. ],
  8634. "license": "BSD-3-Clause"
  8635. },
  8636. "node_modules/ignore": {
  8637. "version": "5.3.2",
  8638. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  8639. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  8640. "dev": true,
  8641. "license": "MIT",
  8642. "engines": {
  8643. "node": ">= 4"
  8644. }
  8645. },
  8646. "node_modules/import-fresh": {
  8647. "version": "3.3.1",
  8648. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  8649. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  8650. "dev": true,
  8651. "license": "MIT",
  8652. "dependencies": {
  8653. "parent-module": "^1.0.0",
  8654. "resolve-from": "^4.0.0"
  8655. },
  8656. "engines": {
  8657. "node": ">=6"
  8658. },
  8659. "funding": {
  8660. "url": "https://github.com/sponsors/sindresorhus"
  8661. }
  8662. },
  8663. "node_modules/import-local": {
  8664. "version": "3.2.0",
  8665. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
  8666. "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
  8667. "dev": true,
  8668. "license": "MIT",
  8669. "dependencies": {
  8670. "pkg-dir": "^4.2.0",
  8671. "resolve-cwd": "^3.0.0"
  8672. },
  8673. "bin": {
  8674. "import-local-fixture": "fixtures/cli.js"
  8675. },
  8676. "engines": {
  8677. "node": ">=8"
  8678. },
  8679. "funding": {
  8680. "url": "https://github.com/sponsors/sindresorhus"
  8681. }
  8682. },
  8683. "node_modules/imurmurhash": {
  8684. "version": "0.1.4",
  8685. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  8686. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  8687. "devOptional": true,
  8688. "license": "MIT",
  8689. "engines": {
  8690. "node": ">=0.8.19"
  8691. }
  8692. },
  8693. "node_modules/indent-string": {
  8694. "version": "4.0.0",
  8695. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  8696. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  8697. "license": "MIT",
  8698. "optional": true,
  8699. "engines": {
  8700. "node": ">=8"
  8701. }
  8702. },
  8703. "node_modules/infer-owner": {
  8704. "version": "1.0.4",
  8705. "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
  8706. "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
  8707. "license": "ISC",
  8708. "optional": true
  8709. },
  8710. "node_modules/inflight": {
  8711. "version": "1.0.6",
  8712. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  8713. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  8714. "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.",
  8715. "devOptional": true,
  8716. "license": "ISC",
  8717. "dependencies": {
  8718. "once": "^1.3.0",
  8719. "wrappy": "1"
  8720. }
  8721. },
  8722. "node_modules/inherits": {
  8723. "version": "2.0.4",
  8724. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  8725. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  8726. "license": "ISC"
  8727. },
  8728. "node_modules/ini": {
  8729. "version": "1.3.8",
  8730. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  8731. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  8732. "license": "ISC"
  8733. },
  8734. "node_modules/inspect-with-kind": {
  8735. "version": "1.0.5",
  8736. "resolved": "https://registry.npmjs.org/inspect-with-kind/-/inspect-with-kind-1.0.5.tgz",
  8737. "integrity": "sha512-MAQUJuIo7Xqk8EVNP+6d3CKq9c80hi4tjIbIAT6lmGW9W6WzlHiu9PS8uSuUYU+Do+j1baiFp3H25XEVxDIG2g==",
  8738. "dev": true,
  8739. "license": "ISC",
  8740. "dependencies": {
  8741. "kind-of": "^6.0.2"
  8742. }
  8743. },
  8744. "node_modules/ip-address": {
  8745. "version": "10.1.0",
  8746. "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
  8747. "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
  8748. "license": "MIT",
  8749. "optional": true,
  8750. "engines": {
  8751. "node": ">= 12"
  8752. }
  8753. },
  8754. "node_modules/ipaddr.js": {
  8755. "version": "1.9.1",
  8756. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  8757. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  8758. "license": "MIT",
  8759. "engines": {
  8760. "node": ">= 0.10"
  8761. }
  8762. },
  8763. "node_modules/is-arrayish": {
  8764. "version": "0.2.1",
  8765. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  8766. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  8767. "dev": true,
  8768. "license": "MIT"
  8769. },
  8770. "node_modules/is-callable": {
  8771. "version": "1.2.7",
  8772. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  8773. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  8774. "license": "MIT",
  8775. "engines": {
  8776. "node": ">= 0.4"
  8777. },
  8778. "funding": {
  8779. "url": "https://github.com/sponsors/ljharb"
  8780. }
  8781. },
  8782. "node_modules/is-core-module": {
  8783. "version": "2.16.1",
  8784. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  8785. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  8786. "dev": true,
  8787. "license": "MIT",
  8788. "dependencies": {
  8789. "hasown": "^2.0.2"
  8790. },
  8791. "engines": {
  8792. "node": ">= 0.4"
  8793. },
  8794. "funding": {
  8795. "url": "https://github.com/sponsors/ljharb"
  8796. }
  8797. },
  8798. "node_modules/is-extglob": {
  8799. "version": "2.1.1",
  8800. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  8801. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8802. "dev": true,
  8803. "license": "MIT",
  8804. "engines": {
  8805. "node": ">=0.10.0"
  8806. }
  8807. },
  8808. "node_modules/is-fullwidth-code-point": {
  8809. "version": "3.0.0",
  8810. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  8811. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  8812. "license": "MIT",
  8813. "engines": {
  8814. "node": ">=8"
  8815. }
  8816. },
  8817. "node_modules/is-generator-fn": {
  8818. "version": "2.1.0",
  8819. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  8820. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  8821. "dev": true,
  8822. "license": "MIT",
  8823. "engines": {
  8824. "node": ">=6"
  8825. }
  8826. },
  8827. "node_modules/is-glob": {
  8828. "version": "4.0.3",
  8829. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  8830. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8831. "dev": true,
  8832. "license": "MIT",
  8833. "dependencies": {
  8834. "is-extglob": "^2.1.1"
  8835. },
  8836. "engines": {
  8837. "node": ">=0.10.0"
  8838. }
  8839. },
  8840. "node_modules/is-interactive": {
  8841. "version": "1.0.0",
  8842. "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
  8843. "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
  8844. "dev": true,
  8845. "license": "MIT",
  8846. "engines": {
  8847. "node": ">=8"
  8848. }
  8849. },
  8850. "node_modules/is-lambda": {
  8851. "version": "1.0.1",
  8852. "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
  8853. "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
  8854. "license": "MIT",
  8855. "optional": true
  8856. },
  8857. "node_modules/is-number": {
  8858. "version": "7.0.0",
  8859. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  8860. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  8861. "dev": true,
  8862. "license": "MIT",
  8863. "engines": {
  8864. "node": ">=0.12.0"
  8865. }
  8866. },
  8867. "node_modules/is-plain-obj": {
  8868. "version": "1.1.0",
  8869. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  8870. "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
  8871. "dev": true,
  8872. "license": "MIT",
  8873. "engines": {
  8874. "node": ">=0.10.0"
  8875. }
  8876. },
  8877. "node_modules/is-promise": {
  8878. "version": "4.0.0",
  8879. "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
  8880. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  8881. "license": "MIT"
  8882. },
  8883. "node_modules/is-stream": {
  8884. "version": "2.0.1",
  8885. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  8886. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  8887. "dev": true,
  8888. "license": "MIT",
  8889. "engines": {
  8890. "node": ">=8"
  8891. },
  8892. "funding": {
  8893. "url": "https://github.com/sponsors/sindresorhus"
  8894. }
  8895. },
  8896. "node_modules/is-typed-array": {
  8897. "version": "1.1.15",
  8898. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  8899. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  8900. "license": "MIT",
  8901. "dependencies": {
  8902. "which-typed-array": "^1.1.16"
  8903. },
  8904. "engines": {
  8905. "node": ">= 0.4"
  8906. },
  8907. "funding": {
  8908. "url": "https://github.com/sponsors/ljharb"
  8909. }
  8910. },
  8911. "node_modules/is-unicode-supported": {
  8912. "version": "0.1.0",
  8913. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
  8914. "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
  8915. "dev": true,
  8916. "license": "MIT",
  8917. "engines": {
  8918. "node": ">=10"
  8919. },
  8920. "funding": {
  8921. "url": "https://github.com/sponsors/sindresorhus"
  8922. }
  8923. },
  8924. "node_modules/isarray": {
  8925. "version": "2.0.5",
  8926. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  8927. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  8928. "license": "MIT"
  8929. },
  8930. "node_modules/isexe": {
  8931. "version": "2.0.0",
  8932. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  8933. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  8934. "license": "ISC"
  8935. },
  8936. "node_modules/istanbul-lib-coverage": {
  8937. "version": "3.2.2",
  8938. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
  8939. "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
  8940. "dev": true,
  8941. "license": "BSD-3-Clause",
  8942. "engines": {
  8943. "node": ">=8"
  8944. }
  8945. },
  8946. "node_modules/istanbul-lib-instrument": {
  8947. "version": "6.0.3",
  8948. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
  8949. "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
  8950. "dev": true,
  8951. "license": "BSD-3-Clause",
  8952. "dependencies": {
  8953. "@babel/core": "^7.23.9",
  8954. "@babel/parser": "^7.23.9",
  8955. "@istanbuljs/schema": "^0.1.3",
  8956. "istanbul-lib-coverage": "^3.2.0",
  8957. "semver": "^7.5.4"
  8958. },
  8959. "engines": {
  8960. "node": ">=10"
  8961. }
  8962. },
  8963. "node_modules/istanbul-lib-report": {
  8964. "version": "3.0.1",
  8965. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
  8966. "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
  8967. "dev": true,
  8968. "license": "BSD-3-Clause",
  8969. "dependencies": {
  8970. "istanbul-lib-coverage": "^3.0.0",
  8971. "make-dir": "^4.0.0",
  8972. "supports-color": "^7.1.0"
  8973. },
  8974. "engines": {
  8975. "node": ">=10"
  8976. }
  8977. },
  8978. "node_modules/istanbul-lib-source-maps": {
  8979. "version": "4.0.1",
  8980. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  8981. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  8982. "dev": true,
  8983. "license": "BSD-3-Clause",
  8984. "dependencies": {
  8985. "debug": "^4.1.1",
  8986. "istanbul-lib-coverage": "^3.0.0",
  8987. "source-map": "^0.6.1"
  8988. },
  8989. "engines": {
  8990. "node": ">=10"
  8991. }
  8992. },
  8993. "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  8994. "version": "0.6.1",
  8995. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8996. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8997. "dev": true,
  8998. "license": "BSD-3-Clause",
  8999. "engines": {
  9000. "node": ">=0.10.0"
  9001. }
  9002. },
  9003. "node_modules/istanbul-reports": {
  9004. "version": "3.2.0",
  9005. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz",
  9006. "integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==",
  9007. "dev": true,
  9008. "license": "BSD-3-Clause",
  9009. "dependencies": {
  9010. "html-escaper": "^2.0.0",
  9011. "istanbul-lib-report": "^3.0.0"
  9012. },
  9013. "engines": {
  9014. "node": ">=8"
  9015. }
  9016. },
  9017. "node_modules/iterare": {
  9018. "version": "1.2.1",
  9019. "resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz",
  9020. "integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==",
  9021. "license": "ISC",
  9022. "engines": {
  9023. "node": ">=6"
  9024. }
  9025. },
  9026. "node_modules/jackspeak": {
  9027. "version": "3.4.3",
  9028. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  9029. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  9030. "license": "BlueOak-1.0.0",
  9031. "dependencies": {
  9032. "@isaacs/cliui": "^8.0.2"
  9033. },
  9034. "funding": {
  9035. "url": "https://github.com/sponsors/isaacs"
  9036. },
  9037. "optionalDependencies": {
  9038. "@pkgjs/parseargs": "^0.11.0"
  9039. }
  9040. },
  9041. "node_modules/jest": {
  9042. "version": "29.7.0",
  9043. "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
  9044. "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
  9045. "dev": true,
  9046. "license": "MIT",
  9047. "dependencies": {
  9048. "@jest/core": "^29.7.0",
  9049. "@jest/types": "^29.6.3",
  9050. "import-local": "^3.0.2",
  9051. "jest-cli": "^29.7.0"
  9052. },
  9053. "bin": {
  9054. "jest": "bin/jest.js"
  9055. },
  9056. "engines": {
  9057. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9058. },
  9059. "peerDependencies": {
  9060. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  9061. },
  9062. "peerDependenciesMeta": {
  9063. "node-notifier": {
  9064. "optional": true
  9065. }
  9066. }
  9067. },
  9068. "node_modules/jest-changed-files": {
  9069. "version": "29.7.0",
  9070. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz",
  9071. "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==",
  9072. "dev": true,
  9073. "license": "MIT",
  9074. "dependencies": {
  9075. "execa": "^5.0.0",
  9076. "jest-util": "^29.7.0",
  9077. "p-limit": "^3.1.0"
  9078. },
  9079. "engines": {
  9080. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9081. }
  9082. },
  9083. "node_modules/jest-circus": {
  9084. "version": "29.7.0",
  9085. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz",
  9086. "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==",
  9087. "dev": true,
  9088. "license": "MIT",
  9089. "dependencies": {
  9090. "@jest/environment": "^29.7.0",
  9091. "@jest/expect": "^29.7.0",
  9092. "@jest/test-result": "^29.7.0",
  9093. "@jest/types": "^29.6.3",
  9094. "@types/node": "*",
  9095. "chalk": "^4.0.0",
  9096. "co": "^4.6.0",
  9097. "dedent": "^1.0.0",
  9098. "is-generator-fn": "^2.0.0",
  9099. "jest-each": "^29.7.0",
  9100. "jest-matcher-utils": "^29.7.0",
  9101. "jest-message-util": "^29.7.0",
  9102. "jest-runtime": "^29.7.0",
  9103. "jest-snapshot": "^29.7.0",
  9104. "jest-util": "^29.7.0",
  9105. "p-limit": "^3.1.0",
  9106. "pretty-format": "^29.7.0",
  9107. "pure-rand": "^6.0.0",
  9108. "slash": "^3.0.0",
  9109. "stack-utils": "^2.0.3"
  9110. },
  9111. "engines": {
  9112. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9113. }
  9114. },
  9115. "node_modules/jest-cli": {
  9116. "version": "29.7.0",
  9117. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
  9118. "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
  9119. "dev": true,
  9120. "license": "MIT",
  9121. "dependencies": {
  9122. "@jest/core": "^29.7.0",
  9123. "@jest/test-result": "^29.7.0",
  9124. "@jest/types": "^29.6.3",
  9125. "chalk": "^4.0.0",
  9126. "create-jest": "^29.7.0",
  9127. "exit": "^0.1.2",
  9128. "import-local": "^3.0.2",
  9129. "jest-config": "^29.7.0",
  9130. "jest-util": "^29.7.0",
  9131. "jest-validate": "^29.7.0",
  9132. "yargs": "^17.3.1"
  9133. },
  9134. "bin": {
  9135. "jest": "bin/jest.js"
  9136. },
  9137. "engines": {
  9138. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9139. },
  9140. "peerDependencies": {
  9141. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  9142. },
  9143. "peerDependenciesMeta": {
  9144. "node-notifier": {
  9145. "optional": true
  9146. }
  9147. }
  9148. },
  9149. "node_modules/jest-config": {
  9150. "version": "29.7.0",
  9151. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
  9152. "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
  9153. "dev": true,
  9154. "license": "MIT",
  9155. "dependencies": {
  9156. "@babel/core": "^7.11.6",
  9157. "@jest/test-sequencer": "^29.7.0",
  9158. "@jest/types": "^29.6.3",
  9159. "babel-jest": "^29.7.0",
  9160. "chalk": "^4.0.0",
  9161. "ci-info": "^3.2.0",
  9162. "deepmerge": "^4.2.2",
  9163. "glob": "^7.1.3",
  9164. "graceful-fs": "^4.2.9",
  9165. "jest-circus": "^29.7.0",
  9166. "jest-environment-node": "^29.7.0",
  9167. "jest-get-type": "^29.6.3",
  9168. "jest-regex-util": "^29.6.3",
  9169. "jest-resolve": "^29.7.0",
  9170. "jest-runner": "^29.7.0",
  9171. "jest-util": "^29.7.0",
  9172. "jest-validate": "^29.7.0",
  9173. "micromatch": "^4.0.4",
  9174. "parse-json": "^5.2.0",
  9175. "pretty-format": "^29.7.0",
  9176. "slash": "^3.0.0",
  9177. "strip-json-comments": "^3.1.1"
  9178. },
  9179. "engines": {
  9180. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9181. },
  9182. "peerDependencies": {
  9183. "@types/node": "*",
  9184. "ts-node": ">=9.0.0"
  9185. },
  9186. "peerDependenciesMeta": {
  9187. "@types/node": {
  9188. "optional": true
  9189. },
  9190. "ts-node": {
  9191. "optional": true
  9192. }
  9193. }
  9194. },
  9195. "node_modules/jest-config/node_modules/glob": {
  9196. "version": "7.2.3",
  9197. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  9198. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  9199. "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",
  9200. "dev": true,
  9201. "license": "ISC",
  9202. "dependencies": {
  9203. "fs.realpath": "^1.0.0",
  9204. "inflight": "^1.0.4",
  9205. "inherits": "2",
  9206. "minimatch": "^3.1.1",
  9207. "once": "^1.3.0",
  9208. "path-is-absolute": "^1.0.0"
  9209. },
  9210. "engines": {
  9211. "node": "*"
  9212. },
  9213. "funding": {
  9214. "url": "https://github.com/sponsors/isaacs"
  9215. }
  9216. },
  9217. "node_modules/jest-diff": {
  9218. "version": "29.7.0",
  9219. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
  9220. "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
  9221. "dev": true,
  9222. "license": "MIT",
  9223. "dependencies": {
  9224. "chalk": "^4.0.0",
  9225. "diff-sequences": "^29.6.3",
  9226. "jest-get-type": "^29.6.3",
  9227. "pretty-format": "^29.7.0"
  9228. },
  9229. "engines": {
  9230. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9231. }
  9232. },
  9233. "node_modules/jest-docblock": {
  9234. "version": "29.7.0",
  9235. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
  9236. "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
  9237. "dev": true,
  9238. "license": "MIT",
  9239. "dependencies": {
  9240. "detect-newline": "^3.0.0"
  9241. },
  9242. "engines": {
  9243. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9244. }
  9245. },
  9246. "node_modules/jest-each": {
  9247. "version": "29.7.0",
  9248. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
  9249. "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
  9250. "dev": true,
  9251. "license": "MIT",
  9252. "dependencies": {
  9253. "@jest/types": "^29.6.3",
  9254. "chalk": "^4.0.0",
  9255. "jest-get-type": "^29.6.3",
  9256. "jest-util": "^29.7.0",
  9257. "pretty-format": "^29.7.0"
  9258. },
  9259. "engines": {
  9260. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9261. }
  9262. },
  9263. "node_modules/jest-environment-node": {
  9264. "version": "29.7.0",
  9265. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
  9266. "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
  9267. "dev": true,
  9268. "license": "MIT",
  9269. "dependencies": {
  9270. "@jest/environment": "^29.7.0",
  9271. "@jest/fake-timers": "^29.7.0",
  9272. "@jest/types": "^29.6.3",
  9273. "@types/node": "*",
  9274. "jest-mock": "^29.7.0",
  9275. "jest-util": "^29.7.0"
  9276. },
  9277. "engines": {
  9278. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9279. }
  9280. },
  9281. "node_modules/jest-get-type": {
  9282. "version": "29.6.3",
  9283. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
  9284. "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
  9285. "dev": true,
  9286. "license": "MIT",
  9287. "engines": {
  9288. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9289. }
  9290. },
  9291. "node_modules/jest-haste-map": {
  9292. "version": "29.7.0",
  9293. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
  9294. "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
  9295. "dev": true,
  9296. "license": "MIT",
  9297. "dependencies": {
  9298. "@jest/types": "^29.6.3",
  9299. "@types/graceful-fs": "^4.1.3",
  9300. "@types/node": "*",
  9301. "anymatch": "^3.0.3",
  9302. "fb-watchman": "^2.0.0",
  9303. "graceful-fs": "^4.2.9",
  9304. "jest-regex-util": "^29.6.3",
  9305. "jest-util": "^29.7.0",
  9306. "jest-worker": "^29.7.0",
  9307. "micromatch": "^4.0.4",
  9308. "walker": "^1.0.8"
  9309. },
  9310. "engines": {
  9311. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9312. },
  9313. "optionalDependencies": {
  9314. "fsevents": "^2.3.2"
  9315. }
  9316. },
  9317. "node_modules/jest-leak-detector": {
  9318. "version": "29.7.0",
  9319. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
  9320. "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
  9321. "dev": true,
  9322. "license": "MIT",
  9323. "dependencies": {
  9324. "jest-get-type": "^29.6.3",
  9325. "pretty-format": "^29.7.0"
  9326. },
  9327. "engines": {
  9328. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9329. }
  9330. },
  9331. "node_modules/jest-matcher-utils": {
  9332. "version": "29.7.0",
  9333. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
  9334. "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
  9335. "dev": true,
  9336. "license": "MIT",
  9337. "dependencies": {
  9338. "chalk": "^4.0.0",
  9339. "jest-diff": "^29.7.0",
  9340. "jest-get-type": "^29.6.3",
  9341. "pretty-format": "^29.7.0"
  9342. },
  9343. "engines": {
  9344. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9345. }
  9346. },
  9347. "node_modules/jest-message-util": {
  9348. "version": "29.7.0",
  9349. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
  9350. "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
  9351. "dev": true,
  9352. "license": "MIT",
  9353. "dependencies": {
  9354. "@babel/code-frame": "^7.12.13",
  9355. "@jest/types": "^29.6.3",
  9356. "@types/stack-utils": "^2.0.0",
  9357. "chalk": "^4.0.0",
  9358. "graceful-fs": "^4.2.9",
  9359. "micromatch": "^4.0.4",
  9360. "pretty-format": "^29.7.0",
  9361. "slash": "^3.0.0",
  9362. "stack-utils": "^2.0.3"
  9363. },
  9364. "engines": {
  9365. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9366. }
  9367. },
  9368. "node_modules/jest-mock": {
  9369. "version": "29.7.0",
  9370. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
  9371. "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
  9372. "dev": true,
  9373. "license": "MIT",
  9374. "dependencies": {
  9375. "@jest/types": "^29.6.3",
  9376. "@types/node": "*",
  9377. "jest-util": "^29.7.0"
  9378. },
  9379. "engines": {
  9380. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9381. }
  9382. },
  9383. "node_modules/jest-pnp-resolver": {
  9384. "version": "1.2.3",
  9385. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
  9386. "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
  9387. "dev": true,
  9388. "license": "MIT",
  9389. "engines": {
  9390. "node": ">=6"
  9391. },
  9392. "peerDependencies": {
  9393. "jest-resolve": "*"
  9394. },
  9395. "peerDependenciesMeta": {
  9396. "jest-resolve": {
  9397. "optional": true
  9398. }
  9399. }
  9400. },
  9401. "node_modules/jest-regex-util": {
  9402. "version": "29.6.3",
  9403. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
  9404. "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
  9405. "dev": true,
  9406. "license": "MIT",
  9407. "engines": {
  9408. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9409. }
  9410. },
  9411. "node_modules/jest-resolve": {
  9412. "version": "29.7.0",
  9413. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
  9414. "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
  9415. "dev": true,
  9416. "license": "MIT",
  9417. "dependencies": {
  9418. "chalk": "^4.0.0",
  9419. "graceful-fs": "^4.2.9",
  9420. "jest-haste-map": "^29.7.0",
  9421. "jest-pnp-resolver": "^1.2.2",
  9422. "jest-util": "^29.7.0",
  9423. "jest-validate": "^29.7.0",
  9424. "resolve": "^1.20.0",
  9425. "resolve.exports": "^2.0.0",
  9426. "slash": "^3.0.0"
  9427. },
  9428. "engines": {
  9429. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9430. }
  9431. },
  9432. "node_modules/jest-resolve-dependencies": {
  9433. "version": "29.7.0",
  9434. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
  9435. "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
  9436. "dev": true,
  9437. "license": "MIT",
  9438. "dependencies": {
  9439. "jest-regex-util": "^29.6.3",
  9440. "jest-snapshot": "^29.7.0"
  9441. },
  9442. "engines": {
  9443. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9444. }
  9445. },
  9446. "node_modules/jest-runner": {
  9447. "version": "29.7.0",
  9448. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
  9449. "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
  9450. "dev": true,
  9451. "license": "MIT",
  9452. "dependencies": {
  9453. "@jest/console": "^29.7.0",
  9454. "@jest/environment": "^29.7.0",
  9455. "@jest/test-result": "^29.7.0",
  9456. "@jest/transform": "^29.7.0",
  9457. "@jest/types": "^29.6.3",
  9458. "@types/node": "*",
  9459. "chalk": "^4.0.0",
  9460. "emittery": "^0.13.1",
  9461. "graceful-fs": "^4.2.9",
  9462. "jest-docblock": "^29.7.0",
  9463. "jest-environment-node": "^29.7.0",
  9464. "jest-haste-map": "^29.7.0",
  9465. "jest-leak-detector": "^29.7.0",
  9466. "jest-message-util": "^29.7.0",
  9467. "jest-resolve": "^29.7.0",
  9468. "jest-runtime": "^29.7.0",
  9469. "jest-util": "^29.7.0",
  9470. "jest-watcher": "^29.7.0",
  9471. "jest-worker": "^29.7.0",
  9472. "p-limit": "^3.1.0",
  9473. "source-map-support": "0.5.13"
  9474. },
  9475. "engines": {
  9476. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9477. }
  9478. },
  9479. "node_modules/jest-runner/node_modules/source-map": {
  9480. "version": "0.6.1",
  9481. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9482. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9483. "dev": true,
  9484. "license": "BSD-3-Clause",
  9485. "engines": {
  9486. "node": ">=0.10.0"
  9487. }
  9488. },
  9489. "node_modules/jest-runner/node_modules/source-map-support": {
  9490. "version": "0.5.13",
  9491. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
  9492. "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
  9493. "dev": true,
  9494. "license": "MIT",
  9495. "dependencies": {
  9496. "buffer-from": "^1.0.0",
  9497. "source-map": "^0.6.0"
  9498. }
  9499. },
  9500. "node_modules/jest-runtime": {
  9501. "version": "29.7.0",
  9502. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz",
  9503. "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==",
  9504. "dev": true,
  9505. "license": "MIT",
  9506. "dependencies": {
  9507. "@jest/environment": "^29.7.0",
  9508. "@jest/fake-timers": "^29.7.0",
  9509. "@jest/globals": "^29.7.0",
  9510. "@jest/source-map": "^29.6.3",
  9511. "@jest/test-result": "^29.7.0",
  9512. "@jest/transform": "^29.7.0",
  9513. "@jest/types": "^29.6.3",
  9514. "@types/node": "*",
  9515. "chalk": "^4.0.0",
  9516. "cjs-module-lexer": "^1.0.0",
  9517. "collect-v8-coverage": "^1.0.0",
  9518. "glob": "^7.1.3",
  9519. "graceful-fs": "^4.2.9",
  9520. "jest-haste-map": "^29.7.0",
  9521. "jest-message-util": "^29.7.0",
  9522. "jest-mock": "^29.7.0",
  9523. "jest-regex-util": "^29.6.3",
  9524. "jest-resolve": "^29.7.0",
  9525. "jest-snapshot": "^29.7.0",
  9526. "jest-util": "^29.7.0",
  9527. "slash": "^3.0.0",
  9528. "strip-bom": "^4.0.0"
  9529. },
  9530. "engines": {
  9531. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9532. }
  9533. },
  9534. "node_modules/jest-runtime/node_modules/glob": {
  9535. "version": "7.2.3",
  9536. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  9537. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  9538. "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",
  9539. "dev": true,
  9540. "license": "ISC",
  9541. "dependencies": {
  9542. "fs.realpath": "^1.0.0",
  9543. "inflight": "^1.0.4",
  9544. "inherits": "2",
  9545. "minimatch": "^3.1.1",
  9546. "once": "^1.3.0",
  9547. "path-is-absolute": "^1.0.0"
  9548. },
  9549. "engines": {
  9550. "node": "*"
  9551. },
  9552. "funding": {
  9553. "url": "https://github.com/sponsors/isaacs"
  9554. }
  9555. },
  9556. "node_modules/jest-snapshot": {
  9557. "version": "29.7.0",
  9558. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",
  9559. "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==",
  9560. "dev": true,
  9561. "license": "MIT",
  9562. "dependencies": {
  9563. "@babel/core": "^7.11.6",
  9564. "@babel/generator": "^7.7.2",
  9565. "@babel/plugin-syntax-jsx": "^7.7.2",
  9566. "@babel/plugin-syntax-typescript": "^7.7.2",
  9567. "@babel/types": "^7.3.3",
  9568. "@jest/expect-utils": "^29.7.0",
  9569. "@jest/transform": "^29.7.0",
  9570. "@jest/types": "^29.6.3",
  9571. "babel-preset-current-node-syntax": "^1.0.0",
  9572. "chalk": "^4.0.0",
  9573. "expect": "^29.7.0",
  9574. "graceful-fs": "^4.2.9",
  9575. "jest-diff": "^29.7.0",
  9576. "jest-get-type": "^29.6.3",
  9577. "jest-matcher-utils": "^29.7.0",
  9578. "jest-message-util": "^29.7.0",
  9579. "jest-util": "^29.7.0",
  9580. "natural-compare": "^1.4.0",
  9581. "pretty-format": "^29.7.0",
  9582. "semver": "^7.5.3"
  9583. },
  9584. "engines": {
  9585. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9586. }
  9587. },
  9588. "node_modules/jest-util": {
  9589. "version": "29.7.0",
  9590. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
  9591. "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
  9592. "dev": true,
  9593. "license": "MIT",
  9594. "dependencies": {
  9595. "@jest/types": "^29.6.3",
  9596. "@types/node": "*",
  9597. "chalk": "^4.0.0",
  9598. "ci-info": "^3.2.0",
  9599. "graceful-fs": "^4.2.9",
  9600. "picomatch": "^2.2.3"
  9601. },
  9602. "engines": {
  9603. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9604. }
  9605. },
  9606. "node_modules/jest-util/node_modules/picomatch": {
  9607. "version": "2.3.2",
  9608. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  9609. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  9610. "dev": true,
  9611. "license": "MIT",
  9612. "engines": {
  9613. "node": ">=8.6"
  9614. },
  9615. "funding": {
  9616. "url": "https://github.com/sponsors/jonschlinkert"
  9617. }
  9618. },
  9619. "node_modules/jest-validate": {
  9620. "version": "29.7.0",
  9621. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz",
  9622. "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==",
  9623. "dev": true,
  9624. "license": "MIT",
  9625. "dependencies": {
  9626. "@jest/types": "^29.6.3",
  9627. "camelcase": "^6.2.0",
  9628. "chalk": "^4.0.0",
  9629. "jest-get-type": "^29.6.3",
  9630. "leven": "^3.1.0",
  9631. "pretty-format": "^29.7.0"
  9632. },
  9633. "engines": {
  9634. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9635. }
  9636. },
  9637. "node_modules/jest-validate/node_modules/camelcase": {
  9638. "version": "6.3.0",
  9639. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  9640. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  9641. "dev": true,
  9642. "license": "MIT",
  9643. "engines": {
  9644. "node": ">=10"
  9645. },
  9646. "funding": {
  9647. "url": "https://github.com/sponsors/sindresorhus"
  9648. }
  9649. },
  9650. "node_modules/jest-watcher": {
  9651. "version": "29.7.0",
  9652. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
  9653. "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==",
  9654. "dev": true,
  9655. "license": "MIT",
  9656. "dependencies": {
  9657. "@jest/test-result": "^29.7.0",
  9658. "@jest/types": "^29.6.3",
  9659. "@types/node": "*",
  9660. "ansi-escapes": "^4.2.1",
  9661. "chalk": "^4.0.0",
  9662. "emittery": "^0.13.1",
  9663. "jest-util": "^29.7.0",
  9664. "string-length": "^4.0.1"
  9665. },
  9666. "engines": {
  9667. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9668. }
  9669. },
  9670. "node_modules/jest-worker": {
  9671. "version": "29.7.0",
  9672. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
  9673. "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
  9674. "dev": true,
  9675. "license": "MIT",
  9676. "dependencies": {
  9677. "@types/node": "*",
  9678. "jest-util": "^29.7.0",
  9679. "merge-stream": "^2.0.0",
  9680. "supports-color": "^8.0.0"
  9681. },
  9682. "engines": {
  9683. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9684. }
  9685. },
  9686. "node_modules/jest-worker/node_modules/supports-color": {
  9687. "version": "8.1.1",
  9688. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  9689. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  9690. "dev": true,
  9691. "license": "MIT",
  9692. "dependencies": {
  9693. "has-flag": "^4.0.0"
  9694. },
  9695. "engines": {
  9696. "node": ">=10"
  9697. },
  9698. "funding": {
  9699. "url": "https://github.com/chalk/supports-color?sponsor=1"
  9700. }
  9701. },
  9702. "node_modules/js-tokens": {
  9703. "version": "4.0.0",
  9704. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  9705. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  9706. "dev": true,
  9707. "license": "MIT"
  9708. },
  9709. "node_modules/js-yaml": {
  9710. "version": "4.1.1",
  9711. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  9712. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  9713. "dev": true,
  9714. "license": "MIT",
  9715. "dependencies": {
  9716. "argparse": "^2.0.1"
  9717. },
  9718. "bin": {
  9719. "js-yaml": "bin/js-yaml.js"
  9720. }
  9721. },
  9722. "node_modules/jsesc": {
  9723. "version": "3.1.0",
  9724. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  9725. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  9726. "dev": true,
  9727. "license": "MIT",
  9728. "bin": {
  9729. "jsesc": "bin/jsesc"
  9730. },
  9731. "engines": {
  9732. "node": ">=6"
  9733. }
  9734. },
  9735. "node_modules/json-buffer": {
  9736. "version": "3.0.1",
  9737. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  9738. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  9739. "dev": true,
  9740. "license": "MIT"
  9741. },
  9742. "node_modules/json-parse-even-better-errors": {
  9743. "version": "2.3.1",
  9744. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  9745. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  9746. "dev": true,
  9747. "license": "MIT"
  9748. },
  9749. "node_modules/json-schema-traverse": {
  9750. "version": "0.4.1",
  9751. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  9752. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  9753. "dev": true,
  9754. "license": "MIT"
  9755. },
  9756. "node_modules/json-stable-stringify-without-jsonify": {
  9757. "version": "1.0.1",
  9758. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  9759. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  9760. "dev": true,
  9761. "license": "MIT"
  9762. },
  9763. "node_modules/json-stringify-safe": {
  9764. "version": "5.0.1",
  9765. "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  9766. "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
  9767. "license": "ISC"
  9768. },
  9769. "node_modules/json5": {
  9770. "version": "2.2.3",
  9771. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  9772. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  9773. "dev": true,
  9774. "license": "MIT",
  9775. "bin": {
  9776. "json5": "lib/cli.js"
  9777. },
  9778. "engines": {
  9779. "node": ">=6"
  9780. }
  9781. },
  9782. "node_modules/jsonc-parser": {
  9783. "version": "3.3.1",
  9784. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  9785. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  9786. "dev": true,
  9787. "license": "MIT"
  9788. },
  9789. "node_modules/jsonfile": {
  9790. "version": "6.2.0",
  9791. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
  9792. "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
  9793. "dev": true,
  9794. "license": "MIT",
  9795. "dependencies": {
  9796. "universalify": "^2.0.0"
  9797. },
  9798. "optionalDependencies": {
  9799. "graceful-fs": "^4.1.6"
  9800. }
  9801. },
  9802. "node_modules/keyv": {
  9803. "version": "4.5.4",
  9804. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  9805. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  9806. "dev": true,
  9807. "license": "MIT",
  9808. "dependencies": {
  9809. "json-buffer": "3.0.1"
  9810. }
  9811. },
  9812. "node_modules/kind-of": {
  9813. "version": "6.0.3",
  9814. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  9815. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  9816. "dev": true,
  9817. "license": "MIT",
  9818. "engines": {
  9819. "node": ">=0.10.0"
  9820. }
  9821. },
  9822. "node_modules/kleur": {
  9823. "version": "3.0.3",
  9824. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  9825. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  9826. "dev": true,
  9827. "license": "MIT",
  9828. "engines": {
  9829. "node": ">=6"
  9830. }
  9831. },
  9832. "node_modules/leven": {
  9833. "version": "3.1.0",
  9834. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  9835. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  9836. "dev": true,
  9837. "license": "MIT",
  9838. "engines": {
  9839. "node": ">=6"
  9840. }
  9841. },
  9842. "node_modules/levn": {
  9843. "version": "0.4.1",
  9844. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  9845. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  9846. "dev": true,
  9847. "license": "MIT",
  9848. "dependencies": {
  9849. "prelude-ls": "^1.2.1",
  9850. "type-check": "~0.4.0"
  9851. },
  9852. "engines": {
  9853. "node": ">= 0.8.0"
  9854. }
  9855. },
  9856. "node_modules/libphonenumber-js": {
  9857. "version": "1.12.41",
  9858. "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.12.41.tgz",
  9859. "integrity": "sha512-lsmMmGXBxXIK/VMLEj0kL6MtUs1kBGj1nTCzi6zgQoG1DEwqwt2DQyHxcLykceIxAnfE3hya7NuIh6PpC6S3fA==",
  9860. "license": "MIT"
  9861. },
  9862. "node_modules/lines-and-columns": {
  9863. "version": "1.2.4",
  9864. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  9865. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  9866. "dev": true,
  9867. "license": "MIT"
  9868. },
  9869. "node_modules/load-esm": {
  9870. "version": "1.0.3",
  9871. "resolved": "https://registry.npmjs.org/load-esm/-/load-esm-1.0.3.tgz",
  9872. "integrity": "sha512-v5xlu8eHD1+6r8EHTg6hfmO97LN8ugKtiXcy5e6oN72iD2r6u0RPfLl6fxM+7Wnh2ZRq15o0russMst44WauPA==",
  9873. "funding": [
  9874. {
  9875. "type": "github",
  9876. "url": "https://github.com/sponsors/Borewit"
  9877. },
  9878. {
  9879. "type": "buymeacoffee",
  9880. "url": "https://buymeacoffee.com/borewit"
  9881. }
  9882. ],
  9883. "license": "MIT",
  9884. "engines": {
  9885. "node": ">=13.2.0"
  9886. }
  9887. },
  9888. "node_modules/loader-runner": {
  9889. "version": "4.3.1",
  9890. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz",
  9891. "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==",
  9892. "dev": true,
  9893. "license": "MIT",
  9894. "engines": {
  9895. "node": ">=6.11.5"
  9896. },
  9897. "funding": {
  9898. "type": "opencollective",
  9899. "url": "https://opencollective.com/webpack"
  9900. }
  9901. },
  9902. "node_modules/locate-path": {
  9903. "version": "6.0.0",
  9904. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  9905. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  9906. "dev": true,
  9907. "license": "MIT",
  9908. "dependencies": {
  9909. "p-locate": "^5.0.0"
  9910. },
  9911. "engines": {
  9912. "node": ">=10"
  9913. },
  9914. "funding": {
  9915. "url": "https://github.com/sponsors/sindresorhus"
  9916. }
  9917. },
  9918. "node_modules/lodash": {
  9919. "version": "4.18.1",
  9920. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  9921. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  9922. "dev": true,
  9923. "license": "MIT"
  9924. },
  9925. "node_modules/lodash.memoize": {
  9926. "version": "4.1.2",
  9927. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  9928. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  9929. "dev": true,
  9930. "license": "MIT"
  9931. },
  9932. "node_modules/lodash.merge": {
  9933. "version": "4.6.2",
  9934. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  9935. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  9936. "dev": true,
  9937. "license": "MIT"
  9938. },
  9939. "node_modules/log-symbols": {
  9940. "version": "4.1.0",
  9941. "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
  9942. "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
  9943. "dev": true,
  9944. "license": "MIT",
  9945. "dependencies": {
  9946. "chalk": "^4.1.0",
  9947. "is-unicode-supported": "^0.1.0"
  9948. },
  9949. "engines": {
  9950. "node": ">=10"
  9951. },
  9952. "funding": {
  9953. "url": "https://github.com/sponsors/sindresorhus"
  9954. }
  9955. },
  9956. "node_modules/loglevel": {
  9957. "version": "1.9.2",
  9958. "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.9.2.tgz",
  9959. "integrity": "sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==",
  9960. "license": "MIT",
  9961. "engines": {
  9962. "node": ">= 0.6.0"
  9963. },
  9964. "funding": {
  9965. "type": "tidelift",
  9966. "url": "https://tidelift.com/funding/github/npm/loglevel"
  9967. }
  9968. },
  9969. "node_modules/long": {
  9970. "version": "4.0.0",
  9971. "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
  9972. "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==",
  9973. "license": "Apache-2.0"
  9974. },
  9975. "node_modules/lowercase-keys": {
  9976. "version": "3.0.0",
  9977. "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
  9978. "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
  9979. "dev": true,
  9980. "license": "MIT",
  9981. "engines": {
  9982. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9983. },
  9984. "funding": {
  9985. "url": "https://github.com/sponsors/sindresorhus"
  9986. }
  9987. },
  9988. "node_modules/lru-cache": {
  9989. "version": "5.1.1",
  9990. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  9991. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  9992. "dev": true,
  9993. "license": "ISC",
  9994. "dependencies": {
  9995. "yallist": "^3.0.2"
  9996. }
  9997. },
  9998. "node_modules/magic-string": {
  9999. "version": "0.30.17",
  10000. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
  10001. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  10002. "dev": true,
  10003. "license": "MIT",
  10004. "dependencies": {
  10005. "@jridgewell/sourcemap-codec": "^1.5.0"
  10006. }
  10007. },
  10008. "node_modules/make-dir": {
  10009. "version": "4.0.0",
  10010. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
  10011. "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
  10012. "dev": true,
  10013. "license": "MIT",
  10014. "dependencies": {
  10015. "semver": "^7.5.3"
  10016. },
  10017. "engines": {
  10018. "node": ">=10"
  10019. },
  10020. "funding": {
  10021. "url": "https://github.com/sponsors/sindresorhus"
  10022. }
  10023. },
  10024. "node_modules/make-error": {
  10025. "version": "1.3.6",
  10026. "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
  10027. "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
  10028. "devOptional": true,
  10029. "license": "ISC"
  10030. },
  10031. "node_modules/make-fetch-happen": {
  10032. "version": "9.1.0",
  10033. "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
  10034. "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
  10035. "license": "ISC",
  10036. "optional": true,
  10037. "dependencies": {
  10038. "agentkeepalive": "^4.1.3",
  10039. "cacache": "^15.2.0",
  10040. "http-cache-semantics": "^4.1.0",
  10041. "http-proxy-agent": "^4.0.1",
  10042. "https-proxy-agent": "^5.0.0",
  10043. "is-lambda": "^1.0.1",
  10044. "lru-cache": "^6.0.0",
  10045. "minipass": "^3.1.3",
  10046. "minipass-collect": "^1.0.2",
  10047. "minipass-fetch": "^1.3.2",
  10048. "minipass-flush": "^1.0.5",
  10049. "minipass-pipeline": "^1.2.4",
  10050. "negotiator": "^0.6.2",
  10051. "promise-retry": "^2.0.1",
  10052. "socks-proxy-agent": "^6.0.0",
  10053. "ssri": "^8.0.0"
  10054. },
  10055. "engines": {
  10056. "node": ">= 10"
  10057. }
  10058. },
  10059. "node_modules/make-fetch-happen/node_modules/lru-cache": {
  10060. "version": "6.0.0",
  10061. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  10062. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  10063. "license": "ISC",
  10064. "optional": true,
  10065. "dependencies": {
  10066. "yallist": "^4.0.0"
  10067. },
  10068. "engines": {
  10069. "node": ">=10"
  10070. }
  10071. },
  10072. "node_modules/make-fetch-happen/node_modules/minipass": {
  10073. "version": "3.3.6",
  10074. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10075. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10076. "license": "ISC",
  10077. "optional": true,
  10078. "dependencies": {
  10079. "yallist": "^4.0.0"
  10080. },
  10081. "engines": {
  10082. "node": ">=8"
  10083. }
  10084. },
  10085. "node_modules/make-fetch-happen/node_modules/negotiator": {
  10086. "version": "0.6.4",
  10087. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
  10088. "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
  10089. "license": "MIT",
  10090. "optional": true,
  10091. "engines": {
  10092. "node": ">= 0.6"
  10093. }
  10094. },
  10095. "node_modules/make-fetch-happen/node_modules/yallist": {
  10096. "version": "4.0.0",
  10097. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10098. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10099. "license": "ISC",
  10100. "optional": true
  10101. },
  10102. "node_modules/makeerror": {
  10103. "version": "1.0.12",
  10104. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  10105. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  10106. "dev": true,
  10107. "license": "BSD-3-Clause",
  10108. "dependencies": {
  10109. "tmpl": "1.0.5"
  10110. }
  10111. },
  10112. "node_modules/matcher": {
  10113. "version": "3.0.0",
  10114. "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz",
  10115. "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==",
  10116. "license": "MIT",
  10117. "dependencies": {
  10118. "escape-string-regexp": "^4.0.0"
  10119. },
  10120. "engines": {
  10121. "node": ">=10"
  10122. }
  10123. },
  10124. "node_modules/math-intrinsics": {
  10125. "version": "1.1.0",
  10126. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  10127. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  10128. "license": "MIT",
  10129. "engines": {
  10130. "node": ">= 0.4"
  10131. }
  10132. },
  10133. "node_modules/media-typer": {
  10134. "version": "1.1.0",
  10135. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
  10136. "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
  10137. "license": "MIT",
  10138. "engines": {
  10139. "node": ">= 0.8"
  10140. }
  10141. },
  10142. "node_modules/memfs": {
  10143. "version": "3.5.3",
  10144. "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
  10145. "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
  10146. "dev": true,
  10147. "license": "Unlicense",
  10148. "dependencies": {
  10149. "fs-monkey": "^1.0.4"
  10150. },
  10151. "engines": {
  10152. "node": ">= 4.0.0"
  10153. }
  10154. },
  10155. "node_modules/merge-descriptors": {
  10156. "version": "2.0.0",
  10157. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
  10158. "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
  10159. "license": "MIT",
  10160. "engines": {
  10161. "node": ">=18"
  10162. },
  10163. "funding": {
  10164. "url": "https://github.com/sponsors/sindresorhus"
  10165. }
  10166. },
  10167. "node_modules/merge-stream": {
  10168. "version": "2.0.0",
  10169. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  10170. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  10171. "dev": true,
  10172. "license": "MIT"
  10173. },
  10174. "node_modules/merge2": {
  10175. "version": "1.4.1",
  10176. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  10177. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  10178. "dev": true,
  10179. "license": "MIT",
  10180. "engines": {
  10181. "node": ">= 8"
  10182. }
  10183. },
  10184. "node_modules/methods": {
  10185. "version": "1.1.2",
  10186. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  10187. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  10188. "dev": true,
  10189. "license": "MIT",
  10190. "engines": {
  10191. "node": ">= 0.6"
  10192. }
  10193. },
  10194. "node_modules/micromatch": {
  10195. "version": "4.0.8",
  10196. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  10197. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  10198. "dev": true,
  10199. "license": "MIT",
  10200. "dependencies": {
  10201. "braces": "^3.0.3",
  10202. "picomatch": "^2.3.1"
  10203. },
  10204. "engines": {
  10205. "node": ">=8.6"
  10206. }
  10207. },
  10208. "node_modules/micromatch/node_modules/picomatch": {
  10209. "version": "2.3.2",
  10210. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  10211. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  10212. "dev": true,
  10213. "license": "MIT",
  10214. "engines": {
  10215. "node": ">=8.6"
  10216. },
  10217. "funding": {
  10218. "url": "https://github.com/sponsors/jonschlinkert"
  10219. }
  10220. },
  10221. "node_modules/mime": {
  10222. "version": "2.6.0",
  10223. "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
  10224. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  10225. "dev": true,
  10226. "license": "MIT",
  10227. "bin": {
  10228. "mime": "cli.js"
  10229. },
  10230. "engines": {
  10231. "node": ">=4.0.0"
  10232. }
  10233. },
  10234. "node_modules/mime-db": {
  10235. "version": "1.54.0",
  10236. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  10237. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  10238. "license": "MIT",
  10239. "engines": {
  10240. "node": ">= 0.6"
  10241. }
  10242. },
  10243. "node_modules/mime-types": {
  10244. "version": "3.0.2",
  10245. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  10246. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  10247. "license": "MIT",
  10248. "dependencies": {
  10249. "mime-db": "^1.54.0"
  10250. },
  10251. "engines": {
  10252. "node": ">=18"
  10253. },
  10254. "funding": {
  10255. "type": "opencollective",
  10256. "url": "https://opencollective.com/express"
  10257. }
  10258. },
  10259. "node_modules/mimic-fn": {
  10260. "version": "2.1.0",
  10261. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  10262. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  10263. "dev": true,
  10264. "license": "MIT",
  10265. "engines": {
  10266. "node": ">=6"
  10267. }
  10268. },
  10269. "node_modules/mimic-response": {
  10270. "version": "4.0.0",
  10271. "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
  10272. "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
  10273. "dev": true,
  10274. "license": "MIT",
  10275. "engines": {
  10276. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  10277. },
  10278. "funding": {
  10279. "url": "https://github.com/sponsors/sindresorhus"
  10280. }
  10281. },
  10282. "node_modules/minimatch": {
  10283. "version": "3.1.5",
  10284. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  10285. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  10286. "devOptional": true,
  10287. "license": "ISC",
  10288. "dependencies": {
  10289. "brace-expansion": "^1.1.7"
  10290. },
  10291. "engines": {
  10292. "node": "*"
  10293. }
  10294. },
  10295. "node_modules/minimist": {
  10296. "version": "1.2.8",
  10297. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  10298. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  10299. "license": "MIT",
  10300. "funding": {
  10301. "url": "https://github.com/sponsors/ljharb"
  10302. }
  10303. },
  10304. "node_modules/minipass": {
  10305. "version": "7.1.3",
  10306. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  10307. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  10308. "license": "BlueOak-1.0.0",
  10309. "engines": {
  10310. "node": ">=16 || 14 >=14.17"
  10311. }
  10312. },
  10313. "node_modules/minipass-collect": {
  10314. "version": "1.0.2",
  10315. "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
  10316. "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
  10317. "license": "ISC",
  10318. "optional": true,
  10319. "dependencies": {
  10320. "minipass": "^3.0.0"
  10321. },
  10322. "engines": {
  10323. "node": ">= 8"
  10324. }
  10325. },
  10326. "node_modules/minipass-collect/node_modules/minipass": {
  10327. "version": "3.3.6",
  10328. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10329. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10330. "license": "ISC",
  10331. "optional": true,
  10332. "dependencies": {
  10333. "yallist": "^4.0.0"
  10334. },
  10335. "engines": {
  10336. "node": ">=8"
  10337. }
  10338. },
  10339. "node_modules/minipass-collect/node_modules/yallist": {
  10340. "version": "4.0.0",
  10341. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10342. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10343. "license": "ISC",
  10344. "optional": true
  10345. },
  10346. "node_modules/minipass-fetch": {
  10347. "version": "1.4.1",
  10348. "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
  10349. "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
  10350. "license": "MIT",
  10351. "optional": true,
  10352. "dependencies": {
  10353. "minipass": "^3.1.0",
  10354. "minipass-sized": "^1.0.3",
  10355. "minizlib": "^2.0.0"
  10356. },
  10357. "engines": {
  10358. "node": ">=8"
  10359. },
  10360. "optionalDependencies": {
  10361. "encoding": "^0.1.12"
  10362. }
  10363. },
  10364. "node_modules/minipass-fetch/node_modules/minipass": {
  10365. "version": "3.3.6",
  10366. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10367. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10368. "license": "ISC",
  10369. "optional": true,
  10370. "dependencies": {
  10371. "yallist": "^4.0.0"
  10372. },
  10373. "engines": {
  10374. "node": ">=8"
  10375. }
  10376. },
  10377. "node_modules/minipass-fetch/node_modules/yallist": {
  10378. "version": "4.0.0",
  10379. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10380. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10381. "license": "ISC",
  10382. "optional": true
  10383. },
  10384. "node_modules/minipass-flush": {
  10385. "version": "1.0.7",
  10386. "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.7.tgz",
  10387. "integrity": "sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==",
  10388. "license": "BlueOak-1.0.0",
  10389. "optional": true,
  10390. "dependencies": {
  10391. "minipass": "^3.0.0"
  10392. },
  10393. "engines": {
  10394. "node": ">= 8"
  10395. }
  10396. },
  10397. "node_modules/minipass-flush/node_modules/minipass": {
  10398. "version": "3.3.6",
  10399. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10400. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10401. "license": "ISC",
  10402. "optional": true,
  10403. "dependencies": {
  10404. "yallist": "^4.0.0"
  10405. },
  10406. "engines": {
  10407. "node": ">=8"
  10408. }
  10409. },
  10410. "node_modules/minipass-flush/node_modules/yallist": {
  10411. "version": "4.0.0",
  10412. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10413. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10414. "license": "ISC",
  10415. "optional": true
  10416. },
  10417. "node_modules/minipass-pipeline": {
  10418. "version": "1.2.4",
  10419. "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
  10420. "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
  10421. "license": "ISC",
  10422. "optional": true,
  10423. "dependencies": {
  10424. "minipass": "^3.0.0"
  10425. },
  10426. "engines": {
  10427. "node": ">=8"
  10428. }
  10429. },
  10430. "node_modules/minipass-pipeline/node_modules/minipass": {
  10431. "version": "3.3.6",
  10432. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10433. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10434. "license": "ISC",
  10435. "optional": true,
  10436. "dependencies": {
  10437. "yallist": "^4.0.0"
  10438. },
  10439. "engines": {
  10440. "node": ">=8"
  10441. }
  10442. },
  10443. "node_modules/minipass-pipeline/node_modules/yallist": {
  10444. "version": "4.0.0",
  10445. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10446. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10447. "license": "ISC",
  10448. "optional": true
  10449. },
  10450. "node_modules/minipass-sized": {
  10451. "version": "1.0.3",
  10452. "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
  10453. "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
  10454. "license": "ISC",
  10455. "optional": true,
  10456. "dependencies": {
  10457. "minipass": "^3.0.0"
  10458. },
  10459. "engines": {
  10460. "node": ">=8"
  10461. }
  10462. },
  10463. "node_modules/minipass-sized/node_modules/minipass": {
  10464. "version": "3.3.6",
  10465. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10466. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10467. "license": "ISC",
  10468. "optional": true,
  10469. "dependencies": {
  10470. "yallist": "^4.0.0"
  10471. },
  10472. "engines": {
  10473. "node": ">=8"
  10474. }
  10475. },
  10476. "node_modules/minipass-sized/node_modules/yallist": {
  10477. "version": "4.0.0",
  10478. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10479. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10480. "license": "ISC",
  10481. "optional": true
  10482. },
  10483. "node_modules/minizlib": {
  10484. "version": "2.1.2",
  10485. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  10486. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  10487. "license": "MIT",
  10488. "dependencies": {
  10489. "minipass": "^3.0.0",
  10490. "yallist": "^4.0.0"
  10491. },
  10492. "engines": {
  10493. "node": ">= 8"
  10494. }
  10495. },
  10496. "node_modules/minizlib/node_modules/minipass": {
  10497. "version": "3.3.6",
  10498. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  10499. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  10500. "license": "ISC",
  10501. "dependencies": {
  10502. "yallist": "^4.0.0"
  10503. },
  10504. "engines": {
  10505. "node": ">=8"
  10506. }
  10507. },
  10508. "node_modules/minizlib/node_modules/yallist": {
  10509. "version": "4.0.0",
  10510. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10511. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  10512. "license": "ISC"
  10513. },
  10514. "node_modules/mkdirp": {
  10515. "version": "1.0.4",
  10516. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  10517. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  10518. "license": "MIT",
  10519. "bin": {
  10520. "mkdirp": "bin/cmd.js"
  10521. },
  10522. "engines": {
  10523. "node": ">=10"
  10524. }
  10525. },
  10526. "node_modules/mkdirp-classic": {
  10527. "version": "0.5.3",
  10528. "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
  10529. "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
  10530. "license": "MIT"
  10531. },
  10532. "node_modules/ms": {
  10533. "version": "2.1.3",
  10534. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  10535. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  10536. "license": "MIT"
  10537. },
  10538. "node_modules/multer": {
  10539. "version": "2.1.1",
  10540. "resolved": "https://registry.npmjs.org/multer/-/multer-2.1.1.tgz",
  10541. "integrity": "sha512-mo+QTzKlx8R7E5ylSXxWzGoXoZbOsRMpyitcht8By2KHvMbf3tjwosZ/Mu/XYU6UuJ3VZnODIrak5ZrPiPyB6A==",
  10542. "license": "MIT",
  10543. "dependencies": {
  10544. "append-field": "^1.0.0",
  10545. "busboy": "^1.6.0",
  10546. "concat-stream": "^2.0.0",
  10547. "type-is": "^1.6.18"
  10548. },
  10549. "engines": {
  10550. "node": ">= 10.16.0"
  10551. },
  10552. "funding": {
  10553. "type": "opencollective",
  10554. "url": "https://opencollective.com/express"
  10555. }
  10556. },
  10557. "node_modules/multer/node_modules/media-typer": {
  10558. "version": "0.3.0",
  10559. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  10560. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  10561. "license": "MIT",
  10562. "engines": {
  10563. "node": ">= 0.6"
  10564. }
  10565. },
  10566. "node_modules/multer/node_modules/mime-db": {
  10567. "version": "1.52.0",
  10568. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  10569. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  10570. "license": "MIT",
  10571. "engines": {
  10572. "node": ">= 0.6"
  10573. }
  10574. },
  10575. "node_modules/multer/node_modules/mime-types": {
  10576. "version": "2.1.35",
  10577. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  10578. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  10579. "license": "MIT",
  10580. "dependencies": {
  10581. "mime-db": "1.52.0"
  10582. },
  10583. "engines": {
  10584. "node": ">= 0.6"
  10585. }
  10586. },
  10587. "node_modules/multer/node_modules/type-is": {
  10588. "version": "1.6.18",
  10589. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  10590. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  10591. "license": "MIT",
  10592. "dependencies": {
  10593. "media-typer": "0.3.0",
  10594. "mime-types": "~2.1.24"
  10595. },
  10596. "engines": {
  10597. "node": ">= 0.6"
  10598. }
  10599. },
  10600. "node_modules/mute-stream": {
  10601. "version": "2.0.0",
  10602. "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
  10603. "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
  10604. "dev": true,
  10605. "license": "ISC",
  10606. "engines": {
  10607. "node": "^18.17.0 || >=20.5.0"
  10608. }
  10609. },
  10610. "node_modules/napi-build-utils": {
  10611. "version": "2.0.0",
  10612. "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
  10613. "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
  10614. "license": "MIT"
  10615. },
  10616. "node_modules/natural-compare": {
  10617. "version": "1.4.0",
  10618. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  10619. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  10620. "dev": true,
  10621. "license": "MIT"
  10622. },
  10623. "node_modules/negotiator": {
  10624. "version": "1.0.0",
  10625. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
  10626. "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
  10627. "license": "MIT",
  10628. "engines": {
  10629. "node": ">= 0.6"
  10630. }
  10631. },
  10632. "node_modules/neo-async": {
  10633. "version": "2.6.2",
  10634. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  10635. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  10636. "dev": true,
  10637. "license": "MIT"
  10638. },
  10639. "node_modules/node-abi": {
  10640. "version": "3.89.0",
  10641. "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.89.0.tgz",
  10642. "integrity": "sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==",
  10643. "license": "MIT",
  10644. "dependencies": {
  10645. "semver": "^7.3.5"
  10646. },
  10647. "engines": {
  10648. "node": ">=10"
  10649. }
  10650. },
  10651. "node_modules/node-abort-controller": {
  10652. "version": "3.1.1",
  10653. "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
  10654. "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==",
  10655. "dev": true,
  10656. "license": "MIT"
  10657. },
  10658. "node_modules/node-addon-api": {
  10659. "version": "7.1.1",
  10660. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  10661. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  10662. "license": "MIT"
  10663. },
  10664. "node_modules/node-emoji": {
  10665. "version": "1.11.0",
  10666. "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
  10667. "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==",
  10668. "dev": true,
  10669. "license": "MIT",
  10670. "dependencies": {
  10671. "lodash": "^4.17.21"
  10672. }
  10673. },
  10674. "node_modules/node-gyp": {
  10675. "version": "8.4.1",
  10676. "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
  10677. "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
  10678. "license": "MIT",
  10679. "optional": true,
  10680. "dependencies": {
  10681. "env-paths": "^2.2.0",
  10682. "glob": "^7.1.4",
  10683. "graceful-fs": "^4.2.6",
  10684. "make-fetch-happen": "^9.1.0",
  10685. "nopt": "^5.0.0",
  10686. "npmlog": "^6.0.0",
  10687. "rimraf": "^3.0.2",
  10688. "semver": "^7.3.5",
  10689. "tar": "^6.1.2",
  10690. "which": "^2.0.2"
  10691. },
  10692. "bin": {
  10693. "node-gyp": "bin/node-gyp.js"
  10694. },
  10695. "engines": {
  10696. "node": ">= 10.12.0"
  10697. }
  10698. },
  10699. "node_modules/node-gyp/node_modules/glob": {
  10700. "version": "7.2.3",
  10701. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  10702. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  10703. "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",
  10704. "license": "ISC",
  10705. "optional": true,
  10706. "dependencies": {
  10707. "fs.realpath": "^1.0.0",
  10708. "inflight": "^1.0.4",
  10709. "inherits": "2",
  10710. "minimatch": "^3.1.1",
  10711. "once": "^1.3.0",
  10712. "path-is-absolute": "^1.0.0"
  10713. },
  10714. "engines": {
  10715. "node": "*"
  10716. },
  10717. "funding": {
  10718. "url": "https://github.com/sponsors/isaacs"
  10719. }
  10720. },
  10721. "node_modules/node-int64": {
  10722. "version": "0.4.0",
  10723. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  10724. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
  10725. "dev": true,
  10726. "license": "MIT"
  10727. },
  10728. "node_modules/node-releases": {
  10729. "version": "2.0.37",
  10730. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
  10731. "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
  10732. "dev": true,
  10733. "license": "MIT"
  10734. },
  10735. "node_modules/nopt": {
  10736. "version": "5.0.0",
  10737. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  10738. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  10739. "license": "ISC",
  10740. "optional": true,
  10741. "dependencies": {
  10742. "abbrev": "1"
  10743. },
  10744. "bin": {
  10745. "nopt": "bin/nopt.js"
  10746. },
  10747. "engines": {
  10748. "node": ">=6"
  10749. }
  10750. },
  10751. "node_modules/normalize-path": {
  10752. "version": "3.0.0",
  10753. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  10754. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  10755. "dev": true,
  10756. "license": "MIT",
  10757. "engines": {
  10758. "node": ">=0.10.0"
  10759. }
  10760. },
  10761. "node_modules/normalize-url": {
  10762. "version": "8.1.1",
  10763. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz",
  10764. "integrity": "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==",
  10765. "dev": true,
  10766. "license": "MIT",
  10767. "engines": {
  10768. "node": ">=14.16"
  10769. },
  10770. "funding": {
  10771. "url": "https://github.com/sponsors/sindresorhus"
  10772. }
  10773. },
  10774. "node_modules/npm-run-path": {
  10775. "version": "4.0.1",
  10776. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  10777. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  10778. "dev": true,
  10779. "license": "MIT",
  10780. "dependencies": {
  10781. "path-key": "^3.0.0"
  10782. },
  10783. "engines": {
  10784. "node": ">=8"
  10785. }
  10786. },
  10787. "node_modules/npmlog": {
  10788. "version": "6.0.2",
  10789. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
  10790. "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
  10791. "deprecated": "This package is no longer supported.",
  10792. "license": "ISC",
  10793. "optional": true,
  10794. "dependencies": {
  10795. "are-we-there-yet": "^3.0.0",
  10796. "console-control-strings": "^1.1.0",
  10797. "gauge": "^4.0.3",
  10798. "set-blocking": "^2.0.0"
  10799. },
  10800. "engines": {
  10801. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  10802. }
  10803. },
  10804. "node_modules/object-assign": {
  10805. "version": "4.1.1",
  10806. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  10807. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  10808. "license": "MIT",
  10809. "engines": {
  10810. "node": ">=0.10.0"
  10811. }
  10812. },
  10813. "node_modules/object-hash": {
  10814. "version": "3.0.0",
  10815. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  10816. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  10817. "license": "MIT",
  10818. "engines": {
  10819. "node": ">= 6"
  10820. }
  10821. },
  10822. "node_modules/object-inspect": {
  10823. "version": "1.13.4",
  10824. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  10825. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  10826. "license": "MIT",
  10827. "engines": {
  10828. "node": ">= 0.4"
  10829. },
  10830. "funding": {
  10831. "url": "https://github.com/sponsors/ljharb"
  10832. }
  10833. },
  10834. "node_modules/object-keys": {
  10835. "version": "1.1.1",
  10836. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  10837. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  10838. "license": "MIT",
  10839. "engines": {
  10840. "node": ">= 0.4"
  10841. }
  10842. },
  10843. "node_modules/on-finished": {
  10844. "version": "2.4.1",
  10845. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  10846. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  10847. "license": "MIT",
  10848. "dependencies": {
  10849. "ee-first": "1.1.1"
  10850. },
  10851. "engines": {
  10852. "node": ">= 0.8"
  10853. }
  10854. },
  10855. "node_modules/once": {
  10856. "version": "1.4.0",
  10857. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  10858. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  10859. "license": "ISC",
  10860. "dependencies": {
  10861. "wrappy": "1"
  10862. }
  10863. },
  10864. "node_modules/onetime": {
  10865. "version": "5.1.2",
  10866. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  10867. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  10868. "dev": true,
  10869. "license": "MIT",
  10870. "dependencies": {
  10871. "mimic-fn": "^2.1.0"
  10872. },
  10873. "engines": {
  10874. "node": ">=6"
  10875. },
  10876. "funding": {
  10877. "url": "https://github.com/sponsors/sindresorhus"
  10878. }
  10879. },
  10880. "node_modules/onnx-proto": {
  10881. "version": "4.0.4",
  10882. "resolved": "https://registry.npmjs.org/onnx-proto/-/onnx-proto-4.0.4.tgz",
  10883. "integrity": "sha512-aldMOB3HRoo6q/phyB6QRQxSt895HNNw82BNyZ2CMh4bjeKv7g/c+VpAFtJuEMVfYLMbRx61hbuqnKceLeDcDA==",
  10884. "license": "MIT",
  10885. "dependencies": {
  10886. "protobufjs": "^6.8.8"
  10887. }
  10888. },
  10889. "node_modules/onnxruntime-common": {
  10890. "version": "1.24.3",
  10891. "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.24.3.tgz",
  10892. "integrity": "sha512-GeuPZO6U/LBJXvwdaqHbuUmoXiEdeCjWi/EG7Y1HNnDwJYuk6WUbNXpF6luSUY8yASul3cmUlLGrCCL1ZgVXqA==",
  10893. "license": "MIT"
  10894. },
  10895. "node_modules/onnxruntime-node": {
  10896. "version": "1.24.3",
  10897. "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.24.3.tgz",
  10898. "integrity": "sha512-JH7+czbc8ALA819vlTgcV+Q214/+VjGeBHDjX81+ZCD0PCVCIFGFNtT0V4sXG/1JXypKPgScQcB3ij/hk3YnTg==",
  10899. "hasInstallScript": true,
  10900. "license": "MIT",
  10901. "os": [
  10902. "win32",
  10903. "darwin",
  10904. "linux"
  10905. ],
  10906. "dependencies": {
  10907. "adm-zip": "^0.5.16",
  10908. "global-agent": "^3.0.0",
  10909. "onnxruntime-common": "1.24.3"
  10910. }
  10911. },
  10912. "node_modules/onnxruntime-web": {
  10913. "version": "1.14.0",
  10914. "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.14.0.tgz",
  10915. "integrity": "sha512-Kcqf43UMfW8mCydVGcX9OMXI2VN17c0p6XvR7IPSZzBf/6lteBzXHvcEVWDPmCKuGombl997HgLqj91F11DzXw==",
  10916. "license": "MIT",
  10917. "dependencies": {
  10918. "flatbuffers": "^1.12.0",
  10919. "guid-typescript": "^1.0.9",
  10920. "long": "^4.0.0",
  10921. "onnx-proto": "^4.0.4",
  10922. "onnxruntime-common": "~1.14.0",
  10923. "platform": "^1.3.6"
  10924. }
  10925. },
  10926. "node_modules/onnxruntime-web/node_modules/onnxruntime-common": {
  10927. "version": "1.14.0",
  10928. "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.14.0.tgz",
  10929. "integrity": "sha512-3LJpegM2iMNRX2wUmtYfeX/ytfOzNwAWKSq1HbRrKc9+uqG/FsEA0bbKZl1btQeZaXhC26l44NWpNUeXPII7Ew==",
  10930. "license": "MIT"
  10931. },
  10932. "node_modules/optionator": {
  10933. "version": "0.9.4",
  10934. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  10935. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  10936. "dev": true,
  10937. "license": "MIT",
  10938. "dependencies": {
  10939. "deep-is": "^0.1.3",
  10940. "fast-levenshtein": "^2.0.6",
  10941. "levn": "^0.4.1",
  10942. "prelude-ls": "^1.2.1",
  10943. "type-check": "^0.4.0",
  10944. "word-wrap": "^1.2.5"
  10945. },
  10946. "engines": {
  10947. "node": ">= 0.8.0"
  10948. }
  10949. },
  10950. "node_modules/ora": {
  10951. "version": "5.4.1",
  10952. "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
  10953. "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
  10954. "dev": true,
  10955. "license": "MIT",
  10956. "dependencies": {
  10957. "bl": "^4.1.0",
  10958. "chalk": "^4.1.0",
  10959. "cli-cursor": "^3.1.0",
  10960. "cli-spinners": "^2.5.0",
  10961. "is-interactive": "^1.0.0",
  10962. "is-unicode-supported": "^0.1.0",
  10963. "log-symbols": "^4.1.0",
  10964. "strip-ansi": "^6.0.0",
  10965. "wcwidth": "^1.0.1"
  10966. },
  10967. "engines": {
  10968. "node": ">=10"
  10969. },
  10970. "funding": {
  10971. "url": "https://github.com/sponsors/sindresorhus"
  10972. }
  10973. },
  10974. "node_modules/p-cancelable": {
  10975. "version": "3.0.0",
  10976. "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
  10977. "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
  10978. "dev": true,
  10979. "license": "MIT",
  10980. "engines": {
  10981. "node": ">=12.20"
  10982. }
  10983. },
  10984. "node_modules/p-limit": {
  10985. "version": "3.1.0",
  10986. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  10987. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  10988. "dev": true,
  10989. "license": "MIT",
  10990. "dependencies": {
  10991. "yocto-queue": "^0.1.0"
  10992. },
  10993. "engines": {
  10994. "node": ">=10"
  10995. },
  10996. "funding": {
  10997. "url": "https://github.com/sponsors/sindresorhus"
  10998. }
  10999. },
  11000. "node_modules/p-locate": {
  11001. "version": "5.0.0",
  11002. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  11003. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  11004. "dev": true,
  11005. "license": "MIT",
  11006. "dependencies": {
  11007. "p-limit": "^3.0.2"
  11008. },
  11009. "engines": {
  11010. "node": ">=10"
  11011. },
  11012. "funding": {
  11013. "url": "https://github.com/sponsors/sindresorhus"
  11014. }
  11015. },
  11016. "node_modules/p-map": {
  11017. "version": "4.0.0",
  11018. "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  11019. "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
  11020. "license": "MIT",
  11021. "optional": true,
  11022. "dependencies": {
  11023. "aggregate-error": "^3.0.0"
  11024. },
  11025. "engines": {
  11026. "node": ">=10"
  11027. },
  11028. "funding": {
  11029. "url": "https://github.com/sponsors/sindresorhus"
  11030. }
  11031. },
  11032. "node_modules/p-try": {
  11033. "version": "2.2.0",
  11034. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  11035. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  11036. "dev": true,
  11037. "license": "MIT",
  11038. "engines": {
  11039. "node": ">=6"
  11040. }
  11041. },
  11042. "node_modules/package-json-from-dist": {
  11043. "version": "1.0.1",
  11044. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  11045. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  11046. "license": "BlueOak-1.0.0"
  11047. },
  11048. "node_modules/parent-module": {
  11049. "version": "1.0.1",
  11050. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  11051. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  11052. "dev": true,
  11053. "license": "MIT",
  11054. "dependencies": {
  11055. "callsites": "^3.0.0"
  11056. },
  11057. "engines": {
  11058. "node": ">=6"
  11059. }
  11060. },
  11061. "node_modules/parse-json": {
  11062. "version": "5.2.0",
  11063. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  11064. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  11065. "dev": true,
  11066. "license": "MIT",
  11067. "dependencies": {
  11068. "@babel/code-frame": "^7.0.0",
  11069. "error-ex": "^1.3.1",
  11070. "json-parse-even-better-errors": "^2.3.0",
  11071. "lines-and-columns": "^1.1.6"
  11072. },
  11073. "engines": {
  11074. "node": ">=8"
  11075. },
  11076. "funding": {
  11077. "url": "https://github.com/sponsors/sindresorhus"
  11078. }
  11079. },
  11080. "node_modules/parseurl": {
  11081. "version": "1.3.3",
  11082. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  11083. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  11084. "license": "MIT",
  11085. "engines": {
  11086. "node": ">= 0.8"
  11087. }
  11088. },
  11089. "node_modules/path-exists": {
  11090. "version": "4.0.0",
  11091. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  11092. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  11093. "dev": true,
  11094. "license": "MIT",
  11095. "engines": {
  11096. "node": ">=8"
  11097. }
  11098. },
  11099. "node_modules/path-is-absolute": {
  11100. "version": "1.0.1",
  11101. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  11102. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  11103. "devOptional": true,
  11104. "license": "MIT",
  11105. "engines": {
  11106. "node": ">=0.10.0"
  11107. }
  11108. },
  11109. "node_modules/path-key": {
  11110. "version": "3.1.1",
  11111. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  11112. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  11113. "license": "MIT",
  11114. "engines": {
  11115. "node": ">=8"
  11116. }
  11117. },
  11118. "node_modules/path-parse": {
  11119. "version": "1.0.7",
  11120. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  11121. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  11122. "dev": true,
  11123. "license": "MIT"
  11124. },
  11125. "node_modules/path-scurry": {
  11126. "version": "2.0.2",
  11127. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  11128. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  11129. "dev": true,
  11130. "license": "BlueOak-1.0.0",
  11131. "dependencies": {
  11132. "lru-cache": "^11.0.0",
  11133. "minipass": "^7.1.2"
  11134. },
  11135. "engines": {
  11136. "node": "18 || 20 || >=22"
  11137. },
  11138. "funding": {
  11139. "url": "https://github.com/sponsors/isaacs"
  11140. }
  11141. },
  11142. "node_modules/path-scurry/node_modules/lru-cache": {
  11143. "version": "11.3.2",
  11144. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.2.tgz",
  11145. "integrity": "sha512-wgWa6FWQ3QRRJbIjbsldRJZxdxYngT/dO0I5Ynmlnin8qy7tC6xYzbcJjtN4wHLXtkbVwHzk0C+OejVw1XM+DQ==",
  11146. "dev": true,
  11147. "license": "BlueOak-1.0.0",
  11148. "engines": {
  11149. "node": "20 || >=22"
  11150. }
  11151. },
  11152. "node_modules/path-to-regexp": {
  11153. "version": "8.4.2",
  11154. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
  11155. "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
  11156. "license": "MIT",
  11157. "funding": {
  11158. "type": "opencollective",
  11159. "url": "https://opencollective.com/express"
  11160. }
  11161. },
  11162. "node_modules/path-type": {
  11163. "version": "4.0.0",
  11164. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  11165. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  11166. "dev": true,
  11167. "license": "MIT",
  11168. "engines": {
  11169. "node": ">=8"
  11170. }
  11171. },
  11172. "node_modules/pend": {
  11173. "version": "1.2.0",
  11174. "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
  11175. "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
  11176. "dev": true,
  11177. "license": "MIT"
  11178. },
  11179. "node_modules/picocolors": {
  11180. "version": "1.1.1",
  11181. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  11182. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  11183. "dev": true,
  11184. "license": "ISC"
  11185. },
  11186. "node_modules/picomatch": {
  11187. "version": "4.0.2",
  11188. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  11189. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  11190. "dev": true,
  11191. "license": "MIT",
  11192. "engines": {
  11193. "node": ">=12"
  11194. },
  11195. "funding": {
  11196. "url": "https://github.com/sponsors/jonschlinkert"
  11197. }
  11198. },
  11199. "node_modules/pidusage": {
  11200. "version": "4.0.1",
  11201. "resolved": "https://registry.npmjs.org/pidusage/-/pidusage-4.0.1.tgz",
  11202. "integrity": "sha512-yCH2dtLHfEBnzlHUJymR/Z1nN2ePG3m392Mv8TFlTP1B0xkpMQNHAnfkY0n2tAi6ceKO6YWhxYfZ96V4vVkh/g==",
  11203. "license": "MIT",
  11204. "dependencies": {
  11205. "safe-buffer": "^5.2.1"
  11206. },
  11207. "engines": {
  11208. "node": ">=18"
  11209. }
  11210. },
  11211. "node_modules/pirates": {
  11212. "version": "4.0.7",
  11213. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
  11214. "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
  11215. "dev": true,
  11216. "license": "MIT",
  11217. "engines": {
  11218. "node": ">= 6"
  11219. }
  11220. },
  11221. "node_modules/piscina": {
  11222. "version": "4.9.2",
  11223. "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.9.2.tgz",
  11224. "integrity": "sha512-Fq0FERJWFEUpB4eSY59wSNwXD4RYqR+nR/WiEVcZW8IWfVBxJJafcgTEZDQo8k3w0sUarJ8RyVbbUF4GQ2LGbQ==",
  11225. "dev": true,
  11226. "license": "MIT",
  11227. "optionalDependencies": {
  11228. "@napi-rs/nice": "^1.0.1"
  11229. }
  11230. },
  11231. "node_modules/pkg-dir": {
  11232. "version": "4.2.0",
  11233. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  11234. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  11235. "dev": true,
  11236. "license": "MIT",
  11237. "dependencies": {
  11238. "find-up": "^4.0.0"
  11239. },
  11240. "engines": {
  11241. "node": ">=8"
  11242. }
  11243. },
  11244. "node_modules/pkg-dir/node_modules/find-up": {
  11245. "version": "4.1.0",
  11246. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  11247. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  11248. "dev": true,
  11249. "license": "MIT",
  11250. "dependencies": {
  11251. "locate-path": "^5.0.0",
  11252. "path-exists": "^4.0.0"
  11253. },
  11254. "engines": {
  11255. "node": ">=8"
  11256. }
  11257. },
  11258. "node_modules/pkg-dir/node_modules/locate-path": {
  11259. "version": "5.0.0",
  11260. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  11261. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  11262. "dev": true,
  11263. "license": "MIT",
  11264. "dependencies": {
  11265. "p-locate": "^4.1.0"
  11266. },
  11267. "engines": {
  11268. "node": ">=8"
  11269. }
  11270. },
  11271. "node_modules/pkg-dir/node_modules/p-limit": {
  11272. "version": "2.3.0",
  11273. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  11274. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  11275. "dev": true,
  11276. "license": "MIT",
  11277. "dependencies": {
  11278. "p-try": "^2.0.0"
  11279. },
  11280. "engines": {
  11281. "node": ">=6"
  11282. },
  11283. "funding": {
  11284. "url": "https://github.com/sponsors/sindresorhus"
  11285. }
  11286. },
  11287. "node_modules/pkg-dir/node_modules/p-locate": {
  11288. "version": "4.1.0",
  11289. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  11290. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  11291. "dev": true,
  11292. "license": "MIT",
  11293. "dependencies": {
  11294. "p-limit": "^2.2.0"
  11295. },
  11296. "engines": {
  11297. "node": ">=8"
  11298. }
  11299. },
  11300. "node_modules/platform": {
  11301. "version": "1.3.6",
  11302. "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
  11303. "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
  11304. "license": "MIT"
  11305. },
  11306. "node_modules/pluralize": {
  11307. "version": "8.0.0",
  11308. "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
  11309. "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
  11310. "dev": true,
  11311. "license": "MIT",
  11312. "engines": {
  11313. "node": ">=4"
  11314. }
  11315. },
  11316. "node_modules/possible-typed-array-names": {
  11317. "version": "1.1.0",
  11318. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  11319. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  11320. "license": "MIT",
  11321. "engines": {
  11322. "node": ">= 0.4"
  11323. }
  11324. },
  11325. "node_modules/prebuild-install": {
  11326. "version": "7.1.3",
  11327. "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
  11328. "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
  11329. "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
  11330. "license": "MIT",
  11331. "dependencies": {
  11332. "detect-libc": "^2.0.0",
  11333. "expand-template": "^2.0.3",
  11334. "github-from-package": "0.0.0",
  11335. "minimist": "^1.2.3",
  11336. "mkdirp-classic": "^0.5.3",
  11337. "napi-build-utils": "^2.0.0",
  11338. "node-abi": "^3.3.0",
  11339. "pump": "^3.0.0",
  11340. "rc": "^1.2.7",
  11341. "simple-get": "^4.0.0",
  11342. "tar-fs": "^2.0.0",
  11343. "tunnel-agent": "^0.6.0"
  11344. },
  11345. "bin": {
  11346. "prebuild-install": "bin.js"
  11347. },
  11348. "engines": {
  11349. "node": ">=10"
  11350. }
  11351. },
  11352. "node_modules/prelude-ls": {
  11353. "version": "1.2.1",
  11354. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  11355. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  11356. "dev": true,
  11357. "license": "MIT",
  11358. "engines": {
  11359. "node": ">= 0.8.0"
  11360. }
  11361. },
  11362. "node_modules/prettier": {
  11363. "version": "3.8.1",
  11364. "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
  11365. "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
  11366. "dev": true,
  11367. "license": "MIT",
  11368. "bin": {
  11369. "prettier": "bin/prettier.cjs"
  11370. },
  11371. "engines": {
  11372. "node": ">=14"
  11373. },
  11374. "funding": {
  11375. "url": "https://github.com/prettier/prettier?sponsor=1"
  11376. }
  11377. },
  11378. "node_modules/prettier-linter-helpers": {
  11379. "version": "1.0.1",
  11380. "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz",
  11381. "integrity": "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==",
  11382. "dev": true,
  11383. "license": "MIT",
  11384. "dependencies": {
  11385. "fast-diff": "^1.1.2"
  11386. },
  11387. "engines": {
  11388. "node": ">=6.0.0"
  11389. }
  11390. },
  11391. "node_modules/pretty-format": {
  11392. "version": "29.7.0",
  11393. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
  11394. "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
  11395. "dev": true,
  11396. "license": "MIT",
  11397. "dependencies": {
  11398. "@jest/schemas": "^29.6.3",
  11399. "ansi-styles": "^5.0.0",
  11400. "react-is": "^18.0.0"
  11401. },
  11402. "engines": {
  11403. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  11404. }
  11405. },
  11406. "node_modules/pretty-format/node_modules/ansi-styles": {
  11407. "version": "5.2.0",
  11408. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  11409. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  11410. "dev": true,
  11411. "license": "MIT",
  11412. "engines": {
  11413. "node": ">=10"
  11414. },
  11415. "funding": {
  11416. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11417. }
  11418. },
  11419. "node_modules/promise-inflight": {
  11420. "version": "1.0.1",
  11421. "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
  11422. "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",
  11423. "license": "ISC",
  11424. "optional": true
  11425. },
  11426. "node_modules/promise-retry": {
  11427. "version": "2.0.1",
  11428. "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
  11429. "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
  11430. "license": "MIT",
  11431. "optional": true,
  11432. "dependencies": {
  11433. "err-code": "^2.0.2",
  11434. "retry": "^0.12.0"
  11435. },
  11436. "engines": {
  11437. "node": ">=10"
  11438. }
  11439. },
  11440. "node_modules/prompts": {
  11441. "version": "2.4.2",
  11442. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  11443. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  11444. "dev": true,
  11445. "license": "MIT",
  11446. "dependencies": {
  11447. "kleur": "^3.0.3",
  11448. "sisteransi": "^1.0.5"
  11449. },
  11450. "engines": {
  11451. "node": ">= 6"
  11452. }
  11453. },
  11454. "node_modules/protobufjs": {
  11455. "version": "6.11.5",
  11456. "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.5.tgz",
  11457. "integrity": "sha512-OKjVH3hDoXdIZ/s5MLv8O2X0s+wOxGfV7ar6WFSKGaSAxi/6gYn3px5POS4vi+mc/0zCOdL7Jkwrj0oT1Yst2A==",
  11458. "hasInstallScript": true,
  11459. "license": "BSD-3-Clause",
  11460. "dependencies": {
  11461. "@protobufjs/aspromise": "^1.1.2",
  11462. "@protobufjs/base64": "^1.1.2",
  11463. "@protobufjs/codegen": "^2.0.4",
  11464. "@protobufjs/eventemitter": "^1.1.0",
  11465. "@protobufjs/fetch": "^1.1.0",
  11466. "@protobufjs/float": "^1.0.2",
  11467. "@protobufjs/inquire": "^1.1.0",
  11468. "@protobufjs/path": "^1.1.2",
  11469. "@protobufjs/pool": "^1.1.0",
  11470. "@protobufjs/utf8": "^1.1.0",
  11471. "@types/long": "^4.0.1",
  11472. "@types/node": ">=13.7.0",
  11473. "long": "^4.0.0"
  11474. },
  11475. "bin": {
  11476. "pbjs": "bin/pbjs",
  11477. "pbts": "bin/pbts"
  11478. }
  11479. },
  11480. "node_modules/proxy-addr": {
  11481. "version": "2.0.7",
  11482. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  11483. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  11484. "license": "MIT",
  11485. "dependencies": {
  11486. "forwarded": "0.2.0",
  11487. "ipaddr.js": "1.9.1"
  11488. },
  11489. "engines": {
  11490. "node": ">= 0.10"
  11491. }
  11492. },
  11493. "node_modules/pump": {
  11494. "version": "3.0.4",
  11495. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
  11496. "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
  11497. "license": "MIT",
  11498. "dependencies": {
  11499. "end-of-stream": "^1.1.0",
  11500. "once": "^1.3.1"
  11501. }
  11502. },
  11503. "node_modules/punycode": {
  11504. "version": "2.3.1",
  11505. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  11506. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  11507. "dev": true,
  11508. "license": "MIT",
  11509. "engines": {
  11510. "node": ">=6"
  11511. }
  11512. },
  11513. "node_modules/pure-rand": {
  11514. "version": "6.1.0",
  11515. "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
  11516. "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
  11517. "dev": true,
  11518. "funding": [
  11519. {
  11520. "type": "individual",
  11521. "url": "https://github.com/sponsors/dubzzz"
  11522. },
  11523. {
  11524. "type": "opencollective",
  11525. "url": "https://opencollective.com/fast-check"
  11526. }
  11527. ],
  11528. "license": "MIT"
  11529. },
  11530. "node_modules/qs": {
  11531. "version": "6.15.0",
  11532. "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
  11533. "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
  11534. "license": "BSD-3-Clause",
  11535. "dependencies": {
  11536. "side-channel": "^1.1.0"
  11537. },
  11538. "engines": {
  11539. "node": ">=0.6"
  11540. },
  11541. "funding": {
  11542. "url": "https://github.com/sponsors/ljharb"
  11543. }
  11544. },
  11545. "node_modules/queue-microtask": {
  11546. "version": "1.2.3",
  11547. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  11548. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  11549. "dev": true,
  11550. "funding": [
  11551. {
  11552. "type": "github",
  11553. "url": "https://github.com/sponsors/feross"
  11554. },
  11555. {
  11556. "type": "patreon",
  11557. "url": "https://www.patreon.com/feross"
  11558. },
  11559. {
  11560. "type": "consulting",
  11561. "url": "https://feross.org/support"
  11562. }
  11563. ],
  11564. "license": "MIT"
  11565. },
  11566. "node_modules/quick-lru": {
  11567. "version": "5.1.1",
  11568. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
  11569. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
  11570. "dev": true,
  11571. "license": "MIT",
  11572. "engines": {
  11573. "node": ">=10"
  11574. },
  11575. "funding": {
  11576. "url": "https://github.com/sponsors/sindresorhus"
  11577. }
  11578. },
  11579. "node_modules/range-parser": {
  11580. "version": "1.2.1",
  11581. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  11582. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  11583. "license": "MIT",
  11584. "engines": {
  11585. "node": ">= 0.6"
  11586. }
  11587. },
  11588. "node_modules/raw-body": {
  11589. "version": "3.0.2",
  11590. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
  11591. "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
  11592. "license": "MIT",
  11593. "dependencies": {
  11594. "bytes": "~3.1.2",
  11595. "http-errors": "~2.0.1",
  11596. "iconv-lite": "~0.7.0",
  11597. "unpipe": "~1.0.0"
  11598. },
  11599. "engines": {
  11600. "node": ">= 0.10"
  11601. }
  11602. },
  11603. "node_modules/rc": {
  11604. "version": "1.2.8",
  11605. "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
  11606. "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  11607. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  11608. "dependencies": {
  11609. "deep-extend": "^0.6.0",
  11610. "ini": "~1.3.0",
  11611. "minimist": "^1.2.0",
  11612. "strip-json-comments": "~2.0.1"
  11613. },
  11614. "bin": {
  11615. "rc": "cli.js"
  11616. }
  11617. },
  11618. "node_modules/rc/node_modules/strip-json-comments": {
  11619. "version": "2.0.1",
  11620. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  11621. "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
  11622. "license": "MIT",
  11623. "engines": {
  11624. "node": ">=0.10.0"
  11625. }
  11626. },
  11627. "node_modules/react-is": {
  11628. "version": "18.3.1",
  11629. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
  11630. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  11631. "dev": true,
  11632. "license": "MIT"
  11633. },
  11634. "node_modules/readable-stream": {
  11635. "version": "3.6.2",
  11636. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  11637. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  11638. "license": "MIT",
  11639. "dependencies": {
  11640. "inherits": "^2.0.3",
  11641. "string_decoder": "^1.1.1",
  11642. "util-deprecate": "^1.0.1"
  11643. },
  11644. "engines": {
  11645. "node": ">= 6"
  11646. }
  11647. },
  11648. "node_modules/readdirp": {
  11649. "version": "4.1.2",
  11650. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  11651. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  11652. "dev": true,
  11653. "license": "MIT",
  11654. "engines": {
  11655. "node": ">= 14.18.0"
  11656. },
  11657. "funding": {
  11658. "type": "individual",
  11659. "url": "https://paulmillr.com/funding/"
  11660. }
  11661. },
  11662. "node_modules/reflect-metadata": {
  11663. "version": "0.2.2",
  11664. "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
  11665. "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
  11666. "license": "Apache-2.0"
  11667. },
  11668. "node_modules/require-directory": {
  11669. "version": "2.1.1",
  11670. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  11671. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  11672. "license": "MIT",
  11673. "engines": {
  11674. "node": ">=0.10.0"
  11675. }
  11676. },
  11677. "node_modules/require-from-string": {
  11678. "version": "2.0.2",
  11679. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  11680. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  11681. "dev": true,
  11682. "license": "MIT",
  11683. "engines": {
  11684. "node": ">=0.10.0"
  11685. }
  11686. },
  11687. "node_modules/resolve": {
  11688. "version": "1.22.11",
  11689. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  11690. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  11691. "dev": true,
  11692. "license": "MIT",
  11693. "dependencies": {
  11694. "is-core-module": "^2.16.1",
  11695. "path-parse": "^1.0.7",
  11696. "supports-preserve-symlinks-flag": "^1.0.0"
  11697. },
  11698. "bin": {
  11699. "resolve": "bin/resolve"
  11700. },
  11701. "engines": {
  11702. "node": ">= 0.4"
  11703. },
  11704. "funding": {
  11705. "url": "https://github.com/sponsors/ljharb"
  11706. }
  11707. },
  11708. "node_modules/resolve-alpn": {
  11709. "version": "1.2.1",
  11710. "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
  11711. "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==",
  11712. "dev": true,
  11713. "license": "MIT"
  11714. },
  11715. "node_modules/resolve-cwd": {
  11716. "version": "3.0.0",
  11717. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  11718. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  11719. "dev": true,
  11720. "license": "MIT",
  11721. "dependencies": {
  11722. "resolve-from": "^5.0.0"
  11723. },
  11724. "engines": {
  11725. "node": ">=8"
  11726. }
  11727. },
  11728. "node_modules/resolve-cwd/node_modules/resolve-from": {
  11729. "version": "5.0.0",
  11730. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  11731. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  11732. "dev": true,
  11733. "license": "MIT",
  11734. "engines": {
  11735. "node": ">=8"
  11736. }
  11737. },
  11738. "node_modules/resolve-from": {
  11739. "version": "4.0.0",
  11740. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  11741. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  11742. "dev": true,
  11743. "license": "MIT",
  11744. "engines": {
  11745. "node": ">=4"
  11746. }
  11747. },
  11748. "node_modules/resolve.exports": {
  11749. "version": "2.0.3",
  11750. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz",
  11751. "integrity": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==",
  11752. "dev": true,
  11753. "license": "MIT",
  11754. "engines": {
  11755. "node": ">=10"
  11756. }
  11757. },
  11758. "node_modules/responselike": {
  11759. "version": "3.0.0",
  11760. "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
  11761. "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
  11762. "dev": true,
  11763. "license": "MIT",
  11764. "dependencies": {
  11765. "lowercase-keys": "^3.0.0"
  11766. },
  11767. "engines": {
  11768. "node": ">=14.16"
  11769. },
  11770. "funding": {
  11771. "url": "https://github.com/sponsors/sindresorhus"
  11772. }
  11773. },
  11774. "node_modules/restore-cursor": {
  11775. "version": "3.1.0",
  11776. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
  11777. "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
  11778. "dev": true,
  11779. "license": "MIT",
  11780. "dependencies": {
  11781. "onetime": "^5.1.0",
  11782. "signal-exit": "^3.0.2"
  11783. },
  11784. "engines": {
  11785. "node": ">=8"
  11786. }
  11787. },
  11788. "node_modules/restore-cursor/node_modules/signal-exit": {
  11789. "version": "3.0.7",
  11790. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  11791. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  11792. "dev": true,
  11793. "license": "ISC"
  11794. },
  11795. "node_modules/retry": {
  11796. "version": "0.12.0",
  11797. "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  11798. "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
  11799. "license": "MIT",
  11800. "optional": true,
  11801. "engines": {
  11802. "node": ">= 4"
  11803. }
  11804. },
  11805. "node_modules/reusify": {
  11806. "version": "1.1.0",
  11807. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  11808. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  11809. "dev": true,
  11810. "license": "MIT",
  11811. "engines": {
  11812. "iojs": ">=1.0.0",
  11813. "node": ">=0.10.0"
  11814. }
  11815. },
  11816. "node_modules/rimraf": {
  11817. "version": "3.0.2",
  11818. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  11819. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  11820. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  11821. "license": "ISC",
  11822. "optional": true,
  11823. "dependencies": {
  11824. "glob": "^7.1.3"
  11825. },
  11826. "bin": {
  11827. "rimraf": "bin.js"
  11828. },
  11829. "funding": {
  11830. "url": "https://github.com/sponsors/isaacs"
  11831. }
  11832. },
  11833. "node_modules/rimraf/node_modules/glob": {
  11834. "version": "7.2.3",
  11835. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  11836. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  11837. "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",
  11838. "license": "ISC",
  11839. "optional": true,
  11840. "dependencies": {
  11841. "fs.realpath": "^1.0.0",
  11842. "inflight": "^1.0.4",
  11843. "inherits": "2",
  11844. "minimatch": "^3.1.1",
  11845. "once": "^1.3.0",
  11846. "path-is-absolute": "^1.0.0"
  11847. },
  11848. "engines": {
  11849. "node": "*"
  11850. },
  11851. "funding": {
  11852. "url": "https://github.com/sponsors/isaacs"
  11853. }
  11854. },
  11855. "node_modules/roarr": {
  11856. "version": "2.15.4",
  11857. "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz",
  11858. "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==",
  11859. "license": "BSD-3-Clause",
  11860. "dependencies": {
  11861. "boolean": "^3.0.1",
  11862. "detect-node": "^2.0.4",
  11863. "globalthis": "^1.0.1",
  11864. "json-stringify-safe": "^5.0.1",
  11865. "semver-compare": "^1.0.0",
  11866. "sprintf-js": "^1.1.2"
  11867. },
  11868. "engines": {
  11869. "node": ">=8.0"
  11870. }
  11871. },
  11872. "node_modules/roarr/node_modules/sprintf-js": {
  11873. "version": "1.1.3",
  11874. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
  11875. "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
  11876. "license": "BSD-3-Clause"
  11877. },
  11878. "node_modules/router": {
  11879. "version": "2.2.0",
  11880. "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
  11881. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  11882. "license": "MIT",
  11883. "dependencies": {
  11884. "debug": "^4.4.0",
  11885. "depd": "^2.0.0",
  11886. "is-promise": "^4.0.0",
  11887. "parseurl": "^1.3.3",
  11888. "path-to-regexp": "^8.0.0"
  11889. },
  11890. "engines": {
  11891. "node": ">= 18"
  11892. }
  11893. },
  11894. "node_modules/run-parallel": {
  11895. "version": "1.2.0",
  11896. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  11897. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  11898. "dev": true,
  11899. "funding": [
  11900. {
  11901. "type": "github",
  11902. "url": "https://github.com/sponsors/feross"
  11903. },
  11904. {
  11905. "type": "patreon",
  11906. "url": "https://www.patreon.com/feross"
  11907. },
  11908. {
  11909. "type": "consulting",
  11910. "url": "https://feross.org/support"
  11911. }
  11912. ],
  11913. "license": "MIT",
  11914. "dependencies": {
  11915. "queue-microtask": "^1.2.2"
  11916. }
  11917. },
  11918. "node_modules/rxjs": {
  11919. "version": "7.8.2",
  11920. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
  11921. "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
  11922. "license": "Apache-2.0",
  11923. "dependencies": {
  11924. "tslib": "^2.1.0"
  11925. }
  11926. },
  11927. "node_modules/safe-buffer": {
  11928. "version": "5.2.1",
  11929. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  11930. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  11931. "funding": [
  11932. {
  11933. "type": "github",
  11934. "url": "https://github.com/sponsors/feross"
  11935. },
  11936. {
  11937. "type": "patreon",
  11938. "url": "https://www.patreon.com/feross"
  11939. },
  11940. {
  11941. "type": "consulting",
  11942. "url": "https://feross.org/support"
  11943. }
  11944. ],
  11945. "license": "MIT"
  11946. },
  11947. "node_modules/safer-buffer": {
  11948. "version": "2.1.2",
  11949. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  11950. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  11951. "license": "MIT"
  11952. },
  11953. "node_modules/schema-utils": {
  11954. "version": "3.3.0",
  11955. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
  11956. "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
  11957. "dev": true,
  11958. "license": "MIT",
  11959. "dependencies": {
  11960. "@types/json-schema": "^7.0.8",
  11961. "ajv": "^6.12.5",
  11962. "ajv-keywords": "^3.5.2"
  11963. },
  11964. "engines": {
  11965. "node": ">= 10.13.0"
  11966. },
  11967. "funding": {
  11968. "type": "opencollective",
  11969. "url": "https://opencollective.com/webpack"
  11970. }
  11971. },
  11972. "node_modules/seek-bzip": {
  11973. "version": "2.0.0",
  11974. "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-2.0.0.tgz",
  11975. "integrity": "sha512-SMguiTnYrhpLdk3PwfzHeotrcwi8bNV4iemL9tx9poR/yeaMYwB9VzR1w7b57DuWpuqR8n6oZboi0hj3AxZxQg==",
  11976. "dev": true,
  11977. "license": "MIT",
  11978. "dependencies": {
  11979. "commander": "^6.0.0"
  11980. },
  11981. "bin": {
  11982. "seek-bunzip": "bin/seek-bunzip",
  11983. "seek-table": "bin/seek-bzip-table"
  11984. }
  11985. },
  11986. "node_modules/seek-bzip/node_modules/commander": {
  11987. "version": "6.2.1",
  11988. "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
  11989. "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
  11990. "dev": true,
  11991. "license": "MIT",
  11992. "engines": {
  11993. "node": ">= 6"
  11994. }
  11995. },
  11996. "node_modules/semver": {
  11997. "version": "7.7.4",
  11998. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  11999. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  12000. "license": "ISC",
  12001. "bin": {
  12002. "semver": "bin/semver.js"
  12003. },
  12004. "engines": {
  12005. "node": ">=10"
  12006. }
  12007. },
  12008. "node_modules/semver-compare": {
  12009. "version": "1.0.0",
  12010. "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
  12011. "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",
  12012. "license": "MIT"
  12013. },
  12014. "node_modules/semver-regex": {
  12015. "version": "4.0.5",
  12016. "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz",
  12017. "integrity": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==",
  12018. "dev": true,
  12019. "license": "MIT",
  12020. "engines": {
  12021. "node": ">=12"
  12022. },
  12023. "funding": {
  12024. "url": "https://github.com/sponsors/sindresorhus"
  12025. }
  12026. },
  12027. "node_modules/semver-truncate": {
  12028. "version": "3.0.0",
  12029. "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-3.0.0.tgz",
  12030. "integrity": "sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==",
  12031. "dev": true,
  12032. "license": "MIT",
  12033. "dependencies": {
  12034. "semver": "^7.3.5"
  12035. },
  12036. "engines": {
  12037. "node": ">=12"
  12038. },
  12039. "funding": {
  12040. "url": "https://github.com/sponsors/sindresorhus"
  12041. }
  12042. },
  12043. "node_modules/send": {
  12044. "version": "1.2.1",
  12045. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  12046. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  12047. "license": "MIT",
  12048. "dependencies": {
  12049. "debug": "^4.4.3",
  12050. "encodeurl": "^2.0.0",
  12051. "escape-html": "^1.0.3",
  12052. "etag": "^1.8.1",
  12053. "fresh": "^2.0.0",
  12054. "http-errors": "^2.0.1",
  12055. "mime-types": "^3.0.2",
  12056. "ms": "^2.1.3",
  12057. "on-finished": "^2.4.1",
  12058. "range-parser": "^1.2.1",
  12059. "statuses": "^2.0.2"
  12060. },
  12061. "engines": {
  12062. "node": ">= 18"
  12063. },
  12064. "funding": {
  12065. "type": "opencollective",
  12066. "url": "https://opencollective.com/express"
  12067. }
  12068. },
  12069. "node_modules/serialize-error": {
  12070. "version": "7.0.1",
  12071. "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
  12072. "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==",
  12073. "license": "MIT",
  12074. "dependencies": {
  12075. "type-fest": "^0.13.1"
  12076. },
  12077. "engines": {
  12078. "node": ">=10"
  12079. },
  12080. "funding": {
  12081. "url": "https://github.com/sponsors/sindresorhus"
  12082. }
  12083. },
  12084. "node_modules/serialize-error/node_modules/type-fest": {
  12085. "version": "0.13.1",
  12086. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
  12087. "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==",
  12088. "license": "(MIT OR CC0-1.0)",
  12089. "engines": {
  12090. "node": ">=10"
  12091. },
  12092. "funding": {
  12093. "url": "https://github.com/sponsors/sindresorhus"
  12094. }
  12095. },
  12096. "node_modules/serve-static": {
  12097. "version": "2.2.1",
  12098. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  12099. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  12100. "license": "MIT",
  12101. "dependencies": {
  12102. "encodeurl": "^2.0.0",
  12103. "escape-html": "^1.0.3",
  12104. "parseurl": "^1.3.3",
  12105. "send": "^1.2.0"
  12106. },
  12107. "engines": {
  12108. "node": ">= 18"
  12109. },
  12110. "funding": {
  12111. "type": "opencollective",
  12112. "url": "https://opencollective.com/express"
  12113. }
  12114. },
  12115. "node_modules/set-blocking": {
  12116. "version": "2.0.0",
  12117. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  12118. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
  12119. "license": "ISC",
  12120. "optional": true
  12121. },
  12122. "node_modules/set-function-length": {
  12123. "version": "1.2.2",
  12124. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  12125. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  12126. "license": "MIT",
  12127. "dependencies": {
  12128. "define-data-property": "^1.1.4",
  12129. "es-errors": "^1.3.0",
  12130. "function-bind": "^1.1.2",
  12131. "get-intrinsic": "^1.2.4",
  12132. "gopd": "^1.0.1",
  12133. "has-property-descriptors": "^1.0.2"
  12134. },
  12135. "engines": {
  12136. "node": ">= 0.4"
  12137. }
  12138. },
  12139. "node_modules/setprototypeof": {
  12140. "version": "1.2.0",
  12141. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  12142. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  12143. "license": "ISC"
  12144. },
  12145. "node_modules/sha.js": {
  12146. "version": "2.4.12",
  12147. "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
  12148. "integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
  12149. "license": "(MIT AND BSD-3-Clause)",
  12150. "dependencies": {
  12151. "inherits": "^2.0.4",
  12152. "safe-buffer": "^5.2.1",
  12153. "to-buffer": "^1.2.0"
  12154. },
  12155. "bin": {
  12156. "sha.js": "bin.js"
  12157. },
  12158. "engines": {
  12159. "node": ">= 0.10"
  12160. },
  12161. "funding": {
  12162. "url": "https://github.com/sponsors/ljharb"
  12163. }
  12164. },
  12165. "node_modules/sharp": {
  12166. "version": "0.34.5",
  12167. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  12168. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  12169. "hasInstallScript": true,
  12170. "license": "Apache-2.0",
  12171. "dependencies": {
  12172. "@img/colour": "^1.0.0",
  12173. "detect-libc": "^2.1.2",
  12174. "semver": "^7.7.3"
  12175. },
  12176. "engines": {
  12177. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  12178. },
  12179. "funding": {
  12180. "url": "https://opencollective.com/libvips"
  12181. },
  12182. "optionalDependencies": {
  12183. "@img/sharp-darwin-arm64": "0.34.5",
  12184. "@img/sharp-darwin-x64": "0.34.5",
  12185. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  12186. "@img/sharp-libvips-darwin-x64": "1.2.4",
  12187. "@img/sharp-libvips-linux-arm": "1.2.4",
  12188. "@img/sharp-libvips-linux-arm64": "1.2.4",
  12189. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  12190. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  12191. "@img/sharp-libvips-linux-s390x": "1.2.4",
  12192. "@img/sharp-libvips-linux-x64": "1.2.4",
  12193. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  12194. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  12195. "@img/sharp-linux-arm": "0.34.5",
  12196. "@img/sharp-linux-arm64": "0.34.5",
  12197. "@img/sharp-linux-ppc64": "0.34.5",
  12198. "@img/sharp-linux-riscv64": "0.34.5",
  12199. "@img/sharp-linux-s390x": "0.34.5",
  12200. "@img/sharp-linux-x64": "0.34.5",
  12201. "@img/sharp-linuxmusl-arm64": "0.34.5",
  12202. "@img/sharp-linuxmusl-x64": "0.34.5",
  12203. "@img/sharp-wasm32": "0.34.5",
  12204. "@img/sharp-win32-arm64": "0.34.5",
  12205. "@img/sharp-win32-ia32": "0.34.5",
  12206. "@img/sharp-win32-x64": "0.34.5"
  12207. }
  12208. },
  12209. "node_modules/shebang-command": {
  12210. "version": "2.0.0",
  12211. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  12212. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  12213. "license": "MIT",
  12214. "dependencies": {
  12215. "shebang-regex": "^3.0.0"
  12216. },
  12217. "engines": {
  12218. "node": ">=8"
  12219. }
  12220. },
  12221. "node_modules/shebang-regex": {
  12222. "version": "3.0.0",
  12223. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  12224. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  12225. "license": "MIT",
  12226. "engines": {
  12227. "node": ">=8"
  12228. }
  12229. },
  12230. "node_modules/side-channel": {
  12231. "version": "1.1.0",
  12232. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  12233. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  12234. "license": "MIT",
  12235. "dependencies": {
  12236. "es-errors": "^1.3.0",
  12237. "object-inspect": "^1.13.3",
  12238. "side-channel-list": "^1.0.0",
  12239. "side-channel-map": "^1.0.1",
  12240. "side-channel-weakmap": "^1.0.2"
  12241. },
  12242. "engines": {
  12243. "node": ">= 0.4"
  12244. },
  12245. "funding": {
  12246. "url": "https://github.com/sponsors/ljharb"
  12247. }
  12248. },
  12249. "node_modules/side-channel-list": {
  12250. "version": "1.0.0",
  12251. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  12252. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  12253. "license": "MIT",
  12254. "dependencies": {
  12255. "es-errors": "^1.3.0",
  12256. "object-inspect": "^1.13.3"
  12257. },
  12258. "engines": {
  12259. "node": ">= 0.4"
  12260. },
  12261. "funding": {
  12262. "url": "https://github.com/sponsors/ljharb"
  12263. }
  12264. },
  12265. "node_modules/side-channel-map": {
  12266. "version": "1.0.1",
  12267. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  12268. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  12269. "license": "MIT",
  12270. "dependencies": {
  12271. "call-bound": "^1.0.2",
  12272. "es-errors": "^1.3.0",
  12273. "get-intrinsic": "^1.2.5",
  12274. "object-inspect": "^1.13.3"
  12275. },
  12276. "engines": {
  12277. "node": ">= 0.4"
  12278. },
  12279. "funding": {
  12280. "url": "https://github.com/sponsors/ljharb"
  12281. }
  12282. },
  12283. "node_modules/side-channel-weakmap": {
  12284. "version": "1.0.2",
  12285. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  12286. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  12287. "license": "MIT",
  12288. "dependencies": {
  12289. "call-bound": "^1.0.2",
  12290. "es-errors": "^1.3.0",
  12291. "get-intrinsic": "^1.2.5",
  12292. "object-inspect": "^1.13.3",
  12293. "side-channel-map": "^1.0.1"
  12294. },
  12295. "engines": {
  12296. "node": ">= 0.4"
  12297. },
  12298. "funding": {
  12299. "url": "https://github.com/sponsors/ljharb"
  12300. }
  12301. },
  12302. "node_modules/signal-exit": {
  12303. "version": "4.1.0",
  12304. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  12305. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  12306. "license": "ISC",
  12307. "engines": {
  12308. "node": ">=14"
  12309. },
  12310. "funding": {
  12311. "url": "https://github.com/sponsors/isaacs"
  12312. }
  12313. },
  12314. "node_modules/simple-concat": {
  12315. "version": "1.0.1",
  12316. "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
  12317. "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
  12318. "funding": [
  12319. {
  12320. "type": "github",
  12321. "url": "https://github.com/sponsors/feross"
  12322. },
  12323. {
  12324. "type": "patreon",
  12325. "url": "https://www.patreon.com/feross"
  12326. },
  12327. {
  12328. "type": "consulting",
  12329. "url": "https://feross.org/support"
  12330. }
  12331. ],
  12332. "license": "MIT"
  12333. },
  12334. "node_modules/simple-get": {
  12335. "version": "4.0.1",
  12336. "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
  12337. "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
  12338. "funding": [
  12339. {
  12340. "type": "github",
  12341. "url": "https://github.com/sponsors/feross"
  12342. },
  12343. {
  12344. "type": "patreon",
  12345. "url": "https://www.patreon.com/feross"
  12346. },
  12347. {
  12348. "type": "consulting",
  12349. "url": "https://feross.org/support"
  12350. }
  12351. ],
  12352. "license": "MIT",
  12353. "dependencies": {
  12354. "decompress-response": "^6.0.0",
  12355. "once": "^1.3.1",
  12356. "simple-concat": "^1.0.0"
  12357. }
  12358. },
  12359. "node_modules/simple-swizzle": {
  12360. "version": "0.2.4",
  12361. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
  12362. "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
  12363. "license": "MIT",
  12364. "dependencies": {
  12365. "is-arrayish": "^0.3.1"
  12366. }
  12367. },
  12368. "node_modules/simple-swizzle/node_modules/is-arrayish": {
  12369. "version": "0.3.4",
  12370. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
  12371. "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
  12372. "license": "MIT"
  12373. },
  12374. "node_modules/sisteransi": {
  12375. "version": "1.0.5",
  12376. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  12377. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  12378. "dev": true,
  12379. "license": "MIT"
  12380. },
  12381. "node_modules/slash": {
  12382. "version": "3.0.0",
  12383. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  12384. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  12385. "dev": true,
  12386. "license": "MIT",
  12387. "engines": {
  12388. "node": ">=8"
  12389. }
  12390. },
  12391. "node_modules/smart-buffer": {
  12392. "version": "4.2.0",
  12393. "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
  12394. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
  12395. "license": "MIT",
  12396. "optional": true,
  12397. "engines": {
  12398. "node": ">= 6.0.0",
  12399. "npm": ">= 3.0.0"
  12400. }
  12401. },
  12402. "node_modules/socket.io": {
  12403. "version": "4.8.3",
  12404. "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.3.tgz",
  12405. "integrity": "sha512-2Dd78bqzzjE6KPkD5fHZmDAKRNe3J15q+YHDrIsy9WEkqttc7GY+kT9OBLSMaPbQaEd0x1BjcmtMtXkfpc+T5A==",
  12406. "license": "MIT",
  12407. "dependencies": {
  12408. "accepts": "~1.3.4",
  12409. "base64id": "~2.0.0",
  12410. "cors": "~2.8.5",
  12411. "debug": "~4.4.1",
  12412. "engine.io": "~6.6.0",
  12413. "socket.io-adapter": "~2.5.2",
  12414. "socket.io-parser": "~4.2.4"
  12415. },
  12416. "engines": {
  12417. "node": ">=10.2.0"
  12418. }
  12419. },
  12420. "node_modules/socket.io-adapter": {
  12421. "version": "2.5.6",
  12422. "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.6.tgz",
  12423. "integrity": "sha512-DkkO/dz7MGln0dHn5bmN3pPy+JmywNICWrJqVWiVOyvXjWQFIv9c2h24JrQLLFJ2aQVQf/Cvl1vblnd4r2apLQ==",
  12424. "license": "MIT",
  12425. "dependencies": {
  12426. "debug": "~4.4.1",
  12427. "ws": "~8.18.3"
  12428. }
  12429. },
  12430. "node_modules/socket.io-parser": {
  12431. "version": "4.2.6",
  12432. "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.6.tgz",
  12433. "integrity": "sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==",
  12434. "license": "MIT",
  12435. "dependencies": {
  12436. "@socket.io/component-emitter": "~3.1.0",
  12437. "debug": "~4.4.1"
  12438. },
  12439. "engines": {
  12440. "node": ">=10.0.0"
  12441. }
  12442. },
  12443. "node_modules/socket.io/node_modules/accepts": {
  12444. "version": "1.3.8",
  12445. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  12446. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  12447. "license": "MIT",
  12448. "dependencies": {
  12449. "mime-types": "~2.1.34",
  12450. "negotiator": "0.6.3"
  12451. },
  12452. "engines": {
  12453. "node": ">= 0.6"
  12454. }
  12455. },
  12456. "node_modules/socket.io/node_modules/mime-db": {
  12457. "version": "1.52.0",
  12458. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  12459. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  12460. "license": "MIT",
  12461. "engines": {
  12462. "node": ">= 0.6"
  12463. }
  12464. },
  12465. "node_modules/socket.io/node_modules/mime-types": {
  12466. "version": "2.1.35",
  12467. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  12468. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  12469. "license": "MIT",
  12470. "dependencies": {
  12471. "mime-db": "1.52.0"
  12472. },
  12473. "engines": {
  12474. "node": ">= 0.6"
  12475. }
  12476. },
  12477. "node_modules/socket.io/node_modules/negotiator": {
  12478. "version": "0.6.3",
  12479. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  12480. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  12481. "license": "MIT",
  12482. "engines": {
  12483. "node": ">= 0.6"
  12484. }
  12485. },
  12486. "node_modules/socks": {
  12487. "version": "2.8.7",
  12488. "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
  12489. "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
  12490. "license": "MIT",
  12491. "optional": true,
  12492. "dependencies": {
  12493. "ip-address": "^10.0.1",
  12494. "smart-buffer": "^4.2.0"
  12495. },
  12496. "engines": {
  12497. "node": ">= 10.0.0",
  12498. "npm": ">= 3.0.0"
  12499. }
  12500. },
  12501. "node_modules/socks-proxy-agent": {
  12502. "version": "6.2.1",
  12503. "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
  12504. "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
  12505. "license": "MIT",
  12506. "optional": true,
  12507. "dependencies": {
  12508. "agent-base": "^6.0.2",
  12509. "debug": "^4.3.3",
  12510. "socks": "^2.6.2"
  12511. },
  12512. "engines": {
  12513. "node": ">= 10"
  12514. }
  12515. },
  12516. "node_modules/sort-keys": {
  12517. "version": "1.1.2",
  12518. "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
  12519. "integrity": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==",
  12520. "dev": true,
  12521. "license": "MIT",
  12522. "dependencies": {
  12523. "is-plain-obj": "^1.0.0"
  12524. },
  12525. "engines": {
  12526. "node": ">=0.10.0"
  12527. }
  12528. },
  12529. "node_modules/sort-keys-length": {
  12530. "version": "1.0.1",
  12531. "resolved": "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz",
  12532. "integrity": "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==",
  12533. "dev": true,
  12534. "license": "MIT",
  12535. "dependencies": {
  12536. "sort-keys": "^1.0.0"
  12537. },
  12538. "engines": {
  12539. "node": ">=0.10.0"
  12540. }
  12541. },
  12542. "node_modules/source-map": {
  12543. "version": "0.7.4",
  12544. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  12545. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  12546. "dev": true,
  12547. "license": "BSD-3-Clause",
  12548. "engines": {
  12549. "node": ">= 8"
  12550. }
  12551. },
  12552. "node_modules/source-map-support": {
  12553. "version": "0.5.21",
  12554. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  12555. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  12556. "dev": true,
  12557. "license": "MIT",
  12558. "dependencies": {
  12559. "buffer-from": "^1.0.0",
  12560. "source-map": "^0.6.0"
  12561. }
  12562. },
  12563. "node_modules/source-map-support/node_modules/source-map": {
  12564. "version": "0.6.1",
  12565. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  12566. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  12567. "dev": true,
  12568. "license": "BSD-3-Clause",
  12569. "engines": {
  12570. "node": ">=0.10.0"
  12571. }
  12572. },
  12573. "node_modules/sprintf-js": {
  12574. "version": "1.0.3",
  12575. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  12576. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
  12577. "dev": true,
  12578. "license": "BSD-3-Clause"
  12579. },
  12580. "node_modules/sql-highlight": {
  12581. "version": "6.1.0",
  12582. "resolved": "https://registry.npmjs.org/sql-highlight/-/sql-highlight-6.1.0.tgz",
  12583. "integrity": "sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==",
  12584. "funding": [
  12585. "https://github.com/scriptcoded/sql-highlight?sponsor=1",
  12586. {
  12587. "type": "github",
  12588. "url": "https://github.com/sponsors/scriptcoded"
  12589. }
  12590. ],
  12591. "license": "MIT",
  12592. "engines": {
  12593. "node": ">=14"
  12594. }
  12595. },
  12596. "node_modules/sqlite3": {
  12597. "version": "5.1.7",
  12598. "resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz",
  12599. "integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==",
  12600. "hasInstallScript": true,
  12601. "license": "BSD-3-Clause",
  12602. "dependencies": {
  12603. "bindings": "^1.5.0",
  12604. "node-addon-api": "^7.0.0",
  12605. "prebuild-install": "^7.1.1",
  12606. "tar": "^6.1.11"
  12607. },
  12608. "optionalDependencies": {
  12609. "node-gyp": "8.x"
  12610. },
  12611. "peerDependencies": {
  12612. "node-gyp": "8.x"
  12613. },
  12614. "peerDependenciesMeta": {
  12615. "node-gyp": {
  12616. "optional": true
  12617. }
  12618. }
  12619. },
  12620. "node_modules/ssri": {
  12621. "version": "8.0.1",
  12622. "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
  12623. "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
  12624. "license": "ISC",
  12625. "optional": true,
  12626. "dependencies": {
  12627. "minipass": "^3.1.1"
  12628. },
  12629. "engines": {
  12630. "node": ">= 8"
  12631. }
  12632. },
  12633. "node_modules/ssri/node_modules/minipass": {
  12634. "version": "3.3.6",
  12635. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  12636. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  12637. "license": "ISC",
  12638. "optional": true,
  12639. "dependencies": {
  12640. "yallist": "^4.0.0"
  12641. },
  12642. "engines": {
  12643. "node": ">=8"
  12644. }
  12645. },
  12646. "node_modules/ssri/node_modules/yallist": {
  12647. "version": "4.0.0",
  12648. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  12649. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  12650. "license": "ISC",
  12651. "optional": true
  12652. },
  12653. "node_modules/stack-utils": {
  12654. "version": "2.0.6",
  12655. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  12656. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  12657. "dev": true,
  12658. "license": "MIT",
  12659. "dependencies": {
  12660. "escape-string-regexp": "^2.0.0"
  12661. },
  12662. "engines": {
  12663. "node": ">=10"
  12664. }
  12665. },
  12666. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  12667. "version": "2.0.0",
  12668. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  12669. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  12670. "dev": true,
  12671. "license": "MIT",
  12672. "engines": {
  12673. "node": ">=8"
  12674. }
  12675. },
  12676. "node_modules/statuses": {
  12677. "version": "2.0.2",
  12678. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  12679. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  12680. "license": "MIT",
  12681. "engines": {
  12682. "node": ">= 0.8"
  12683. }
  12684. },
  12685. "node_modules/streamsearch": {
  12686. "version": "1.1.0",
  12687. "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
  12688. "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
  12689. "engines": {
  12690. "node": ">=10.0.0"
  12691. }
  12692. },
  12693. "node_modules/streamx": {
  12694. "version": "2.25.0",
  12695. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
  12696. "integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
  12697. "license": "MIT",
  12698. "dependencies": {
  12699. "events-universal": "^1.0.0",
  12700. "fast-fifo": "^1.3.2",
  12701. "text-decoder": "^1.1.0"
  12702. }
  12703. },
  12704. "node_modules/string_decoder": {
  12705. "version": "1.3.0",
  12706. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  12707. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  12708. "license": "MIT",
  12709. "dependencies": {
  12710. "safe-buffer": "~5.2.0"
  12711. }
  12712. },
  12713. "node_modules/string-length": {
  12714. "version": "4.0.2",
  12715. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  12716. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  12717. "dev": true,
  12718. "license": "MIT",
  12719. "dependencies": {
  12720. "char-regex": "^1.0.2",
  12721. "strip-ansi": "^6.0.0"
  12722. },
  12723. "engines": {
  12724. "node": ">=10"
  12725. }
  12726. },
  12727. "node_modules/string-width": {
  12728. "version": "4.2.3",
  12729. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  12730. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12731. "license": "MIT",
  12732. "dependencies": {
  12733. "emoji-regex": "^8.0.0",
  12734. "is-fullwidth-code-point": "^3.0.0",
  12735. "strip-ansi": "^6.0.1"
  12736. },
  12737. "engines": {
  12738. "node": ">=8"
  12739. }
  12740. },
  12741. "node_modules/string-width-cjs": {
  12742. "name": "string-width",
  12743. "version": "4.2.3",
  12744. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  12745. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12746. "license": "MIT",
  12747. "dependencies": {
  12748. "emoji-regex": "^8.0.0",
  12749. "is-fullwidth-code-point": "^3.0.0",
  12750. "strip-ansi": "^6.0.1"
  12751. },
  12752. "engines": {
  12753. "node": ">=8"
  12754. }
  12755. },
  12756. "node_modules/strip-ansi": {
  12757. "version": "6.0.1",
  12758. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12759. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12760. "license": "MIT",
  12761. "dependencies": {
  12762. "ansi-regex": "^5.0.1"
  12763. },
  12764. "engines": {
  12765. "node": ">=8"
  12766. }
  12767. },
  12768. "node_modules/strip-ansi-cjs": {
  12769. "name": "strip-ansi",
  12770. "version": "6.0.1",
  12771. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12772. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12773. "license": "MIT",
  12774. "dependencies": {
  12775. "ansi-regex": "^5.0.1"
  12776. },
  12777. "engines": {
  12778. "node": ">=8"
  12779. }
  12780. },
  12781. "node_modules/strip-bom": {
  12782. "version": "4.0.0",
  12783. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  12784. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  12785. "dev": true,
  12786. "license": "MIT",
  12787. "engines": {
  12788. "node": ">=8"
  12789. }
  12790. },
  12791. "node_modules/strip-dirs": {
  12792. "version": "3.0.0",
  12793. "resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-3.0.0.tgz",
  12794. "integrity": "sha512-I0sdgcFTfKQlUPZyAqPJmSG3HLO9rWDFnxonnIbskYNM3DwFOeTNB5KzVq3dA1GdRAc/25b5Y7UO2TQfKWw4aQ==",
  12795. "dev": true,
  12796. "license": "ISC",
  12797. "dependencies": {
  12798. "inspect-with-kind": "^1.0.5",
  12799. "is-plain-obj": "^1.1.0"
  12800. }
  12801. },
  12802. "node_modules/strip-final-newline": {
  12803. "version": "2.0.0",
  12804. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  12805. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  12806. "dev": true,
  12807. "license": "MIT",
  12808. "engines": {
  12809. "node": ">=6"
  12810. }
  12811. },
  12812. "node_modules/strip-json-comments": {
  12813. "version": "3.1.1",
  12814. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  12815. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  12816. "dev": true,
  12817. "license": "MIT",
  12818. "engines": {
  12819. "node": ">=8"
  12820. },
  12821. "funding": {
  12822. "url": "https://github.com/sponsors/sindresorhus"
  12823. }
  12824. },
  12825. "node_modules/strtok3": {
  12826. "version": "10.3.5",
  12827. "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.5.tgz",
  12828. "integrity": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==",
  12829. "license": "MIT",
  12830. "dependencies": {
  12831. "@tokenizer/token": "^0.3.0"
  12832. },
  12833. "engines": {
  12834. "node": ">=18"
  12835. },
  12836. "funding": {
  12837. "type": "github",
  12838. "url": "https://github.com/sponsors/Borewit"
  12839. }
  12840. },
  12841. "node_modules/superagent": {
  12842. "version": "10.3.0",
  12843. "resolved": "https://registry.npmjs.org/superagent/-/superagent-10.3.0.tgz",
  12844. "integrity": "sha512-B+4Ik7ROgVKrQsXTV0Jwp2u+PXYLSlqtDAhYnkkD+zn3yg8s/zjA2MeGayPoY/KICrbitwneDHrjSotxKL+0XQ==",
  12845. "dev": true,
  12846. "license": "MIT",
  12847. "dependencies": {
  12848. "component-emitter": "^1.3.1",
  12849. "cookiejar": "^2.1.4",
  12850. "debug": "^4.3.7",
  12851. "fast-safe-stringify": "^2.1.1",
  12852. "form-data": "^4.0.5",
  12853. "formidable": "^3.5.4",
  12854. "methods": "^1.1.2",
  12855. "mime": "2.6.0",
  12856. "qs": "^6.14.1"
  12857. },
  12858. "engines": {
  12859. "node": ">=14.18.0"
  12860. }
  12861. },
  12862. "node_modules/supertest": {
  12863. "version": "7.2.2",
  12864. "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.2.2.tgz",
  12865. "integrity": "sha512-oK8WG9diS3DlhdUkcFn4tkNIiIbBx9lI2ClF8K+b2/m8Eyv47LSawxUzZQSNKUrVb2KsqeTDCcjAAVPYaSLVTA==",
  12866. "dev": true,
  12867. "license": "MIT",
  12868. "dependencies": {
  12869. "cookie-signature": "^1.2.2",
  12870. "methods": "^1.1.2",
  12871. "superagent": "^10.3.0"
  12872. },
  12873. "engines": {
  12874. "node": ">=14.18.0"
  12875. }
  12876. },
  12877. "node_modules/supports-color": {
  12878. "version": "7.2.0",
  12879. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  12880. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  12881. "license": "MIT",
  12882. "dependencies": {
  12883. "has-flag": "^4.0.0"
  12884. },
  12885. "engines": {
  12886. "node": ">=8"
  12887. }
  12888. },
  12889. "node_modules/supports-preserve-symlinks-flag": {
  12890. "version": "1.0.0",
  12891. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  12892. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  12893. "dev": true,
  12894. "license": "MIT",
  12895. "engines": {
  12896. "node": ">= 0.4"
  12897. },
  12898. "funding": {
  12899. "url": "https://github.com/sponsors/ljharb"
  12900. }
  12901. },
  12902. "node_modules/symbol-observable": {
  12903. "version": "4.0.0",
  12904. "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz",
  12905. "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==",
  12906. "dev": true,
  12907. "license": "MIT",
  12908. "engines": {
  12909. "node": ">=0.10"
  12910. }
  12911. },
  12912. "node_modules/synckit": {
  12913. "version": "0.11.12",
  12914. "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz",
  12915. "integrity": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==",
  12916. "dev": true,
  12917. "license": "MIT",
  12918. "dependencies": {
  12919. "@pkgr/core": "^0.2.9"
  12920. },
  12921. "engines": {
  12922. "node": "^14.18.0 || >=16.0.0"
  12923. },
  12924. "funding": {
  12925. "url": "https://opencollective.com/synckit"
  12926. }
  12927. },
  12928. "node_modules/tapable": {
  12929. "version": "2.3.2",
  12930. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
  12931. "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
  12932. "dev": true,
  12933. "license": "MIT",
  12934. "engines": {
  12935. "node": ">=6"
  12936. },
  12937. "funding": {
  12938. "type": "opencollective",
  12939. "url": "https://opencollective.com/webpack"
  12940. }
  12941. },
  12942. "node_modules/tar": {
  12943. "version": "6.2.1",
  12944. "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
  12945. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  12946. "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",
  12947. "license": "ISC",
  12948. "dependencies": {
  12949. "chownr": "^2.0.0",
  12950. "fs-minipass": "^2.0.0",
  12951. "minipass": "^5.0.0",
  12952. "minizlib": "^2.1.1",
  12953. "mkdirp": "^1.0.3",
  12954. "yallist": "^4.0.0"
  12955. },
  12956. "engines": {
  12957. "node": ">=10"
  12958. }
  12959. },
  12960. "node_modules/tar-fs": {
  12961. "version": "2.1.4",
  12962. "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
  12963. "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
  12964. "license": "MIT",
  12965. "dependencies": {
  12966. "chownr": "^1.1.1",
  12967. "mkdirp-classic": "^0.5.2",
  12968. "pump": "^3.0.0",
  12969. "tar-stream": "^2.1.4"
  12970. }
  12971. },
  12972. "node_modules/tar-fs/node_modules/chownr": {
  12973. "version": "1.1.4",
  12974. "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
  12975. "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
  12976. "license": "ISC"
  12977. },
  12978. "node_modules/tar-fs/node_modules/tar-stream": {
  12979. "version": "2.2.0",
  12980. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
  12981. "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  12982. "license": "MIT",
  12983. "dependencies": {
  12984. "bl": "^4.0.3",
  12985. "end-of-stream": "^1.4.1",
  12986. "fs-constants": "^1.0.0",
  12987. "inherits": "^2.0.3",
  12988. "readable-stream": "^3.1.1"
  12989. },
  12990. "engines": {
  12991. "node": ">=6"
  12992. }
  12993. },
  12994. "node_modules/tar-stream": {
  12995. "version": "3.1.8",
  12996. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz",
  12997. "integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
  12998. "license": "MIT",
  12999. "dependencies": {
  13000. "b4a": "^1.6.4",
  13001. "bare-fs": "^4.5.5",
  13002. "fast-fifo": "^1.2.0",
  13003. "streamx": "^2.15.0"
  13004. }
  13005. },
  13006. "node_modules/tar/node_modules/minipass": {
  13007. "version": "5.0.0",
  13008. "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
  13009. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  13010. "license": "ISC",
  13011. "engines": {
  13012. "node": ">=8"
  13013. }
  13014. },
  13015. "node_modules/tar/node_modules/yallist": {
  13016. "version": "4.0.0",
  13017. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  13018. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  13019. "license": "ISC"
  13020. },
  13021. "node_modules/teex": {
  13022. "version": "1.0.1",
  13023. "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
  13024. "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
  13025. "license": "MIT",
  13026. "dependencies": {
  13027. "streamx": "^2.12.5"
  13028. }
  13029. },
  13030. "node_modules/terser": {
  13031. "version": "5.46.1",
  13032. "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz",
  13033. "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
  13034. "dev": true,
  13035. "license": "BSD-2-Clause",
  13036. "dependencies": {
  13037. "@jridgewell/source-map": "^0.3.3",
  13038. "acorn": "^8.15.0",
  13039. "commander": "^2.20.0",
  13040. "source-map-support": "~0.5.20"
  13041. },
  13042. "bin": {
  13043. "terser": "bin/terser"
  13044. },
  13045. "engines": {
  13046. "node": ">=10"
  13047. }
  13048. },
  13049. "node_modules/terser-webpack-plugin": {
  13050. "version": "5.4.0",
  13051. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.4.0.tgz",
  13052. "integrity": "sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==",
  13053. "dev": true,
  13054. "license": "MIT",
  13055. "dependencies": {
  13056. "@jridgewell/trace-mapping": "^0.3.25",
  13057. "jest-worker": "^27.4.5",
  13058. "schema-utils": "^4.3.0",
  13059. "terser": "^5.31.1"
  13060. },
  13061. "engines": {
  13062. "node": ">= 10.13.0"
  13063. },
  13064. "funding": {
  13065. "type": "opencollective",
  13066. "url": "https://opencollective.com/webpack"
  13067. },
  13068. "peerDependencies": {
  13069. "webpack": "^5.1.0"
  13070. },
  13071. "peerDependenciesMeta": {
  13072. "@swc/core": {
  13073. "optional": true
  13074. },
  13075. "esbuild": {
  13076. "optional": true
  13077. },
  13078. "uglify-js": {
  13079. "optional": true
  13080. }
  13081. }
  13082. },
  13083. "node_modules/terser-webpack-plugin/node_modules/ajv": {
  13084. "version": "8.18.0",
  13085. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  13086. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  13087. "dev": true,
  13088. "license": "MIT",
  13089. "dependencies": {
  13090. "fast-deep-equal": "^3.1.3",
  13091. "fast-uri": "^3.0.1",
  13092. "json-schema-traverse": "^1.0.0",
  13093. "require-from-string": "^2.0.2"
  13094. },
  13095. "funding": {
  13096. "type": "github",
  13097. "url": "https://github.com/sponsors/epoberezkin"
  13098. }
  13099. },
  13100. "node_modules/terser-webpack-plugin/node_modules/ajv-formats": {
  13101. "version": "2.1.1",
  13102. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  13103. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  13104. "dev": true,
  13105. "license": "MIT",
  13106. "dependencies": {
  13107. "ajv": "^8.0.0"
  13108. },
  13109. "peerDependencies": {
  13110. "ajv": "^8.0.0"
  13111. },
  13112. "peerDependenciesMeta": {
  13113. "ajv": {
  13114. "optional": true
  13115. }
  13116. }
  13117. },
  13118. "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": {
  13119. "version": "5.1.0",
  13120. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  13121. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  13122. "dev": true,
  13123. "license": "MIT",
  13124. "dependencies": {
  13125. "fast-deep-equal": "^3.1.3"
  13126. },
  13127. "peerDependencies": {
  13128. "ajv": "^8.8.2"
  13129. }
  13130. },
  13131. "node_modules/terser-webpack-plugin/node_modules/jest-worker": {
  13132. "version": "27.5.1",
  13133. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  13134. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  13135. "dev": true,
  13136. "license": "MIT",
  13137. "dependencies": {
  13138. "@types/node": "*",
  13139. "merge-stream": "^2.0.0",
  13140. "supports-color": "^8.0.0"
  13141. },
  13142. "engines": {
  13143. "node": ">= 10.13.0"
  13144. }
  13145. },
  13146. "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": {
  13147. "version": "1.0.0",
  13148. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  13149. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  13150. "dev": true,
  13151. "license": "MIT"
  13152. },
  13153. "node_modules/terser-webpack-plugin/node_modules/schema-utils": {
  13154. "version": "4.3.3",
  13155. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
  13156. "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
  13157. "dev": true,
  13158. "license": "MIT",
  13159. "dependencies": {
  13160. "@types/json-schema": "^7.0.9",
  13161. "ajv": "^8.9.0",
  13162. "ajv-formats": "^2.1.1",
  13163. "ajv-keywords": "^5.1.0"
  13164. },
  13165. "engines": {
  13166. "node": ">= 10.13.0"
  13167. },
  13168. "funding": {
  13169. "type": "opencollective",
  13170. "url": "https://opencollective.com/webpack"
  13171. }
  13172. },
  13173. "node_modules/terser-webpack-plugin/node_modules/supports-color": {
  13174. "version": "8.1.1",
  13175. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  13176. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  13177. "dev": true,
  13178. "license": "MIT",
  13179. "dependencies": {
  13180. "has-flag": "^4.0.0"
  13181. },
  13182. "engines": {
  13183. "node": ">=10"
  13184. },
  13185. "funding": {
  13186. "url": "https://github.com/chalk/supports-color?sponsor=1"
  13187. }
  13188. },
  13189. "node_modules/terser/node_modules/commander": {
  13190. "version": "2.20.3",
  13191. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  13192. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  13193. "dev": true,
  13194. "license": "MIT"
  13195. },
  13196. "node_modules/test-exclude": {
  13197. "version": "6.0.0",
  13198. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  13199. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  13200. "dev": true,
  13201. "license": "ISC",
  13202. "dependencies": {
  13203. "@istanbuljs/schema": "^0.1.2",
  13204. "glob": "^7.1.4",
  13205. "minimatch": "^3.0.4"
  13206. },
  13207. "engines": {
  13208. "node": ">=8"
  13209. }
  13210. },
  13211. "node_modules/test-exclude/node_modules/glob": {
  13212. "version": "7.2.3",
  13213. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  13214. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  13215. "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",
  13216. "dev": true,
  13217. "license": "ISC",
  13218. "dependencies": {
  13219. "fs.realpath": "^1.0.0",
  13220. "inflight": "^1.0.4",
  13221. "inherits": "2",
  13222. "minimatch": "^3.1.1",
  13223. "once": "^1.3.0",
  13224. "path-is-absolute": "^1.0.0"
  13225. },
  13226. "engines": {
  13227. "node": "*"
  13228. },
  13229. "funding": {
  13230. "url": "https://github.com/sponsors/isaacs"
  13231. }
  13232. },
  13233. "node_modules/text-decoder": {
  13234. "version": "1.2.7",
  13235. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
  13236. "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
  13237. "license": "Apache-2.0",
  13238. "dependencies": {
  13239. "b4a": "^1.6.4"
  13240. }
  13241. },
  13242. "node_modules/through": {
  13243. "version": "2.3.8",
  13244. "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
  13245. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
  13246. "dev": true,
  13247. "license": "MIT"
  13248. },
  13249. "node_modules/tinyglobby": {
  13250. "version": "0.2.15",
  13251. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  13252. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  13253. "dev": true,
  13254. "license": "MIT",
  13255. "dependencies": {
  13256. "fdir": "^6.5.0",
  13257. "picomatch": "^4.0.3"
  13258. },
  13259. "engines": {
  13260. "node": ">=12.0.0"
  13261. },
  13262. "funding": {
  13263. "url": "https://github.com/sponsors/SuperchupuDev"
  13264. }
  13265. },
  13266. "node_modules/tinyglobby/node_modules/picomatch": {
  13267. "version": "4.0.4",
  13268. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  13269. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  13270. "dev": true,
  13271. "license": "MIT",
  13272. "engines": {
  13273. "node": ">=12"
  13274. },
  13275. "funding": {
  13276. "url": "https://github.com/sponsors/jonschlinkert"
  13277. }
  13278. },
  13279. "node_modules/tmpl": {
  13280. "version": "1.0.5",
  13281. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  13282. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
  13283. "dev": true,
  13284. "license": "BSD-3-Clause"
  13285. },
  13286. "node_modules/to-buffer": {
  13287. "version": "1.2.2",
  13288. "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz",
  13289. "integrity": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==",
  13290. "license": "MIT",
  13291. "dependencies": {
  13292. "isarray": "^2.0.5",
  13293. "safe-buffer": "^5.2.1",
  13294. "typed-array-buffer": "^1.0.3"
  13295. },
  13296. "engines": {
  13297. "node": ">= 0.4"
  13298. }
  13299. },
  13300. "node_modules/to-regex-range": {
  13301. "version": "5.0.1",
  13302. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  13303. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  13304. "dev": true,
  13305. "license": "MIT",
  13306. "dependencies": {
  13307. "is-number": "^7.0.0"
  13308. },
  13309. "engines": {
  13310. "node": ">=8.0"
  13311. }
  13312. },
  13313. "node_modules/toidentifier": {
  13314. "version": "1.0.1",
  13315. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  13316. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  13317. "license": "MIT",
  13318. "engines": {
  13319. "node": ">=0.6"
  13320. }
  13321. },
  13322. "node_modules/token-types": {
  13323. "version": "6.1.2",
  13324. "resolved": "https://registry.npmjs.org/token-types/-/token-types-6.1.2.tgz",
  13325. "integrity": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==",
  13326. "license": "MIT",
  13327. "dependencies": {
  13328. "@borewit/text-codec": "^0.2.1",
  13329. "@tokenizer/token": "^0.3.0",
  13330. "ieee754": "^1.2.1"
  13331. },
  13332. "engines": {
  13333. "node": ">=14.16"
  13334. },
  13335. "funding": {
  13336. "type": "github",
  13337. "url": "https://github.com/sponsors/Borewit"
  13338. }
  13339. },
  13340. "node_modules/ts-api-utils": {
  13341. "version": "2.5.0",
  13342. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  13343. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  13344. "dev": true,
  13345. "license": "MIT",
  13346. "engines": {
  13347. "node": ">=18.12"
  13348. },
  13349. "peerDependencies": {
  13350. "typescript": ">=4.8.4"
  13351. }
  13352. },
  13353. "node_modules/ts-jest": {
  13354. "version": "29.4.9",
  13355. "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.9.tgz",
  13356. "integrity": "sha512-LTb9496gYPMCqjeDLdPrKuXtncudeV1yRZnF4Wo5l3SFi0RYEnYRNgMrFIdg+FHvfzjCyQk1cLncWVqiSX+EvQ==",
  13357. "dev": true,
  13358. "license": "MIT",
  13359. "dependencies": {
  13360. "bs-logger": "^0.2.6",
  13361. "fast-json-stable-stringify": "^2.1.0",
  13362. "handlebars": "^4.7.9",
  13363. "json5": "^2.2.3",
  13364. "lodash.memoize": "^4.1.2",
  13365. "make-error": "^1.3.6",
  13366. "semver": "^7.7.4",
  13367. "type-fest": "^4.41.0",
  13368. "yargs-parser": "^21.1.1"
  13369. },
  13370. "bin": {
  13371. "ts-jest": "cli.js"
  13372. },
  13373. "engines": {
  13374. "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
  13375. },
  13376. "peerDependencies": {
  13377. "@babel/core": ">=7.0.0-beta.0 <8",
  13378. "@jest/transform": "^29.0.0 || ^30.0.0",
  13379. "@jest/types": "^29.0.0 || ^30.0.0",
  13380. "babel-jest": "^29.0.0 || ^30.0.0",
  13381. "jest": "^29.0.0 || ^30.0.0",
  13382. "jest-util": "^29.0.0 || ^30.0.0",
  13383. "typescript": ">=4.3 <7"
  13384. },
  13385. "peerDependenciesMeta": {
  13386. "@babel/core": {
  13387. "optional": true
  13388. },
  13389. "@jest/transform": {
  13390. "optional": true
  13391. },
  13392. "@jest/types": {
  13393. "optional": true
  13394. },
  13395. "babel-jest": {
  13396. "optional": true
  13397. },
  13398. "esbuild": {
  13399. "optional": true
  13400. },
  13401. "jest-util": {
  13402. "optional": true
  13403. }
  13404. }
  13405. },
  13406. "node_modules/ts-jest/node_modules/type-fest": {
  13407. "version": "4.41.0",
  13408. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
  13409. "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
  13410. "dev": true,
  13411. "license": "(MIT OR CC0-1.0)",
  13412. "engines": {
  13413. "node": ">=16"
  13414. },
  13415. "funding": {
  13416. "url": "https://github.com/sponsors/sindresorhus"
  13417. }
  13418. },
  13419. "node_modules/ts-loader": {
  13420. "version": "9.5.7",
  13421. "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.7.tgz",
  13422. "integrity": "sha512-/ZNrKgA3K3PtpMYOC71EeMWIloGw3IYEa5/t1cyz2r5/PyUwTXGzYJvcD3kfUvmhlfpz1rhV8B2O6IVTQ0avsg==",
  13423. "dev": true,
  13424. "license": "MIT",
  13425. "dependencies": {
  13426. "chalk": "^4.1.0",
  13427. "enhanced-resolve": "^5.0.0",
  13428. "micromatch": "^4.0.0",
  13429. "semver": "^7.3.4",
  13430. "source-map": "^0.7.4"
  13431. },
  13432. "engines": {
  13433. "node": ">=12.0.0"
  13434. },
  13435. "peerDependencies": {
  13436. "typescript": "*",
  13437. "webpack": "^5.0.0"
  13438. }
  13439. },
  13440. "node_modules/ts-node": {
  13441. "version": "10.9.2",
  13442. "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
  13443. "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
  13444. "devOptional": true,
  13445. "license": "MIT",
  13446. "dependencies": {
  13447. "@cspotcode/source-map-support": "^0.8.0",
  13448. "@tsconfig/node10": "^1.0.7",
  13449. "@tsconfig/node12": "^1.0.7",
  13450. "@tsconfig/node14": "^1.0.0",
  13451. "@tsconfig/node16": "^1.0.2",
  13452. "acorn": "^8.4.1",
  13453. "acorn-walk": "^8.1.1",
  13454. "arg": "^4.1.0",
  13455. "create-require": "^1.1.0",
  13456. "diff": "^4.0.1",
  13457. "make-error": "^1.1.1",
  13458. "v8-compile-cache-lib": "^3.0.1",
  13459. "yn": "3.1.1"
  13460. },
  13461. "bin": {
  13462. "ts-node": "dist/bin.js",
  13463. "ts-node-cwd": "dist/bin-cwd.js",
  13464. "ts-node-esm": "dist/bin-esm.js",
  13465. "ts-node-script": "dist/bin-script.js",
  13466. "ts-node-transpile-only": "dist/bin-transpile.js",
  13467. "ts-script": "dist/bin-script-deprecated.js"
  13468. },
  13469. "peerDependencies": {
  13470. "@swc/core": ">=1.2.50",
  13471. "@swc/wasm": ">=1.2.50",
  13472. "@types/node": "*",
  13473. "typescript": ">=2.7"
  13474. },
  13475. "peerDependenciesMeta": {
  13476. "@swc/core": {
  13477. "optional": true
  13478. },
  13479. "@swc/wasm": {
  13480. "optional": true
  13481. }
  13482. }
  13483. },
  13484. "node_modules/tsconfig-paths": {
  13485. "version": "4.2.0",
  13486. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
  13487. "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
  13488. "dev": true,
  13489. "license": "MIT",
  13490. "dependencies": {
  13491. "json5": "^2.2.2",
  13492. "minimist": "^1.2.6",
  13493. "strip-bom": "^3.0.0"
  13494. },
  13495. "engines": {
  13496. "node": ">=6"
  13497. }
  13498. },
  13499. "node_modules/tsconfig-paths-webpack-plugin": {
  13500. "version": "4.2.0",
  13501. "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.2.0.tgz",
  13502. "integrity": "sha512-zbem3rfRS8BgeNK50Zz5SIQgXzLafiHjOwUAvk/38/o1jHn/V5QAgVUcz884or7WYcPaH3N2CIfUc2u0ul7UcA==",
  13503. "dev": true,
  13504. "license": "MIT",
  13505. "dependencies": {
  13506. "chalk": "^4.1.0",
  13507. "enhanced-resolve": "^5.7.0",
  13508. "tapable": "^2.2.1",
  13509. "tsconfig-paths": "^4.1.2"
  13510. },
  13511. "engines": {
  13512. "node": ">=10.13.0"
  13513. }
  13514. },
  13515. "node_modules/tsconfig-paths/node_modules/strip-bom": {
  13516. "version": "3.0.0",
  13517. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  13518. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  13519. "dev": true,
  13520. "license": "MIT",
  13521. "engines": {
  13522. "node": ">=4"
  13523. }
  13524. },
  13525. "node_modules/tslib": {
  13526. "version": "2.8.1",
  13527. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  13528. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  13529. "license": "0BSD"
  13530. },
  13531. "node_modules/tunnel-agent": {
  13532. "version": "0.6.0",
  13533. "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  13534. "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  13535. "license": "Apache-2.0",
  13536. "dependencies": {
  13537. "safe-buffer": "^5.0.1"
  13538. },
  13539. "engines": {
  13540. "node": "*"
  13541. }
  13542. },
  13543. "node_modules/type-check": {
  13544. "version": "0.4.0",
  13545. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  13546. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  13547. "dev": true,
  13548. "license": "MIT",
  13549. "dependencies": {
  13550. "prelude-ls": "^1.2.1"
  13551. },
  13552. "engines": {
  13553. "node": ">= 0.8.0"
  13554. }
  13555. },
  13556. "node_modules/type-detect": {
  13557. "version": "4.0.8",
  13558. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  13559. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  13560. "dev": true,
  13561. "license": "MIT",
  13562. "engines": {
  13563. "node": ">=4"
  13564. }
  13565. },
  13566. "node_modules/type-fest": {
  13567. "version": "0.21.3",
  13568. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  13569. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  13570. "dev": true,
  13571. "license": "(MIT OR CC0-1.0)",
  13572. "engines": {
  13573. "node": ">=10"
  13574. },
  13575. "funding": {
  13576. "url": "https://github.com/sponsors/sindresorhus"
  13577. }
  13578. },
  13579. "node_modules/type-is": {
  13580. "version": "2.0.1",
  13581. "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
  13582. "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
  13583. "license": "MIT",
  13584. "dependencies": {
  13585. "content-type": "^1.0.5",
  13586. "media-typer": "^1.1.0",
  13587. "mime-types": "^3.0.0"
  13588. },
  13589. "engines": {
  13590. "node": ">= 0.6"
  13591. }
  13592. },
  13593. "node_modules/typed-array-buffer": {
  13594. "version": "1.0.3",
  13595. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  13596. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  13597. "license": "MIT",
  13598. "dependencies": {
  13599. "call-bound": "^1.0.3",
  13600. "es-errors": "^1.3.0",
  13601. "is-typed-array": "^1.1.14"
  13602. },
  13603. "engines": {
  13604. "node": ">= 0.4"
  13605. }
  13606. },
  13607. "node_modules/typedarray": {
  13608. "version": "0.0.6",
  13609. "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
  13610. "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
  13611. "license": "MIT"
  13612. },
  13613. "node_modules/typeorm": {
  13614. "version": "0.3.28",
  13615. "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.28.tgz",
  13616. "integrity": "sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==",
  13617. "license": "MIT",
  13618. "dependencies": {
  13619. "@sqltools/formatter": "^1.2.5",
  13620. "ansis": "^4.2.0",
  13621. "app-root-path": "^3.1.0",
  13622. "buffer": "^6.0.3",
  13623. "dayjs": "^1.11.19",
  13624. "debug": "^4.4.3",
  13625. "dedent": "^1.7.0",
  13626. "dotenv": "^16.6.1",
  13627. "glob": "^10.5.0",
  13628. "reflect-metadata": "^0.2.2",
  13629. "sha.js": "^2.4.12",
  13630. "sql-highlight": "^6.1.0",
  13631. "tslib": "^2.8.1",
  13632. "uuid": "^11.1.0",
  13633. "yargs": "^17.7.2"
  13634. },
  13635. "bin": {
  13636. "typeorm": "cli.js",
  13637. "typeorm-ts-node-commonjs": "cli-ts-node-commonjs.js",
  13638. "typeorm-ts-node-esm": "cli-ts-node-esm.js"
  13639. },
  13640. "engines": {
  13641. "node": ">=16.13.0"
  13642. },
  13643. "funding": {
  13644. "url": "https://opencollective.com/typeorm"
  13645. },
  13646. "peerDependencies": {
  13647. "@google-cloud/spanner": "^5.18.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  13648. "@sap/hana-client": "^2.14.22",
  13649. "better-sqlite3": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
  13650. "ioredis": "^5.0.4",
  13651. "mongodb": "^5.8.0 || ^6.0.0",
  13652. "mssql": "^9.1.1 || ^10.0.0 || ^11.0.0 || ^12.0.0",
  13653. "mysql2": "^2.2.5 || ^3.0.1",
  13654. "oracledb": "^6.3.0",
  13655. "pg": "^8.5.1",
  13656. "pg-native": "^3.0.0",
  13657. "pg-query-stream": "^4.0.0",
  13658. "redis": "^3.1.1 || ^4.0.0 || ^5.0.14",
  13659. "sql.js": "^1.4.0",
  13660. "sqlite3": "^5.0.3",
  13661. "ts-node": "^10.7.0",
  13662. "typeorm-aurora-data-api-driver": "^2.0.0 || ^3.0.0"
  13663. },
  13664. "peerDependenciesMeta": {
  13665. "@google-cloud/spanner": {
  13666. "optional": true
  13667. },
  13668. "@sap/hana-client": {
  13669. "optional": true
  13670. },
  13671. "better-sqlite3": {
  13672. "optional": true
  13673. },
  13674. "ioredis": {
  13675. "optional": true
  13676. },
  13677. "mongodb": {
  13678. "optional": true
  13679. },
  13680. "mssql": {
  13681. "optional": true
  13682. },
  13683. "mysql2": {
  13684. "optional": true
  13685. },
  13686. "oracledb": {
  13687. "optional": true
  13688. },
  13689. "pg": {
  13690. "optional": true
  13691. },
  13692. "pg-native": {
  13693. "optional": true
  13694. },
  13695. "pg-query-stream": {
  13696. "optional": true
  13697. },
  13698. "redis": {
  13699. "optional": true
  13700. },
  13701. "sql.js": {
  13702. "optional": true
  13703. },
  13704. "sqlite3": {
  13705. "optional": true
  13706. },
  13707. "ts-node": {
  13708. "optional": true
  13709. },
  13710. "typeorm-aurora-data-api-driver": {
  13711. "optional": true
  13712. }
  13713. }
  13714. },
  13715. "node_modules/typeorm/node_modules/brace-expansion": {
  13716. "version": "2.0.3",
  13717. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  13718. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  13719. "license": "MIT",
  13720. "dependencies": {
  13721. "balanced-match": "^1.0.0"
  13722. }
  13723. },
  13724. "node_modules/typeorm/node_modules/buffer": {
  13725. "version": "6.0.3",
  13726. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  13727. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  13728. "funding": [
  13729. {
  13730. "type": "github",
  13731. "url": "https://github.com/sponsors/feross"
  13732. },
  13733. {
  13734. "type": "patreon",
  13735. "url": "https://www.patreon.com/feross"
  13736. },
  13737. {
  13738. "type": "consulting",
  13739. "url": "https://feross.org/support"
  13740. }
  13741. ],
  13742. "license": "MIT",
  13743. "dependencies": {
  13744. "base64-js": "^1.3.1",
  13745. "ieee754": "^1.2.1"
  13746. }
  13747. },
  13748. "node_modules/typeorm/node_modules/glob": {
  13749. "version": "10.5.0",
  13750. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  13751. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  13752. "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",
  13753. "license": "ISC",
  13754. "dependencies": {
  13755. "foreground-child": "^3.1.0",
  13756. "jackspeak": "^3.1.2",
  13757. "minimatch": "^9.0.4",
  13758. "minipass": "^7.1.2",
  13759. "package-json-from-dist": "^1.0.0",
  13760. "path-scurry": "^1.11.1"
  13761. },
  13762. "bin": {
  13763. "glob": "dist/esm/bin.mjs"
  13764. },
  13765. "funding": {
  13766. "url": "https://github.com/sponsors/isaacs"
  13767. }
  13768. },
  13769. "node_modules/typeorm/node_modules/lru-cache": {
  13770. "version": "10.4.3",
  13771. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  13772. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  13773. "license": "ISC"
  13774. },
  13775. "node_modules/typeorm/node_modules/minimatch": {
  13776. "version": "9.0.9",
  13777. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  13778. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  13779. "license": "ISC",
  13780. "dependencies": {
  13781. "brace-expansion": "^2.0.2"
  13782. },
  13783. "engines": {
  13784. "node": ">=16 || 14 >=14.17"
  13785. },
  13786. "funding": {
  13787. "url": "https://github.com/sponsors/isaacs"
  13788. }
  13789. },
  13790. "node_modules/typeorm/node_modules/path-scurry": {
  13791. "version": "1.11.1",
  13792. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  13793. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  13794. "license": "BlueOak-1.0.0",
  13795. "dependencies": {
  13796. "lru-cache": "^10.2.0",
  13797. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  13798. },
  13799. "engines": {
  13800. "node": ">=16 || 14 >=14.18"
  13801. },
  13802. "funding": {
  13803. "url": "https://github.com/sponsors/isaacs"
  13804. }
  13805. },
  13806. "node_modules/typescript": {
  13807. "version": "5.9.3",
  13808. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  13809. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  13810. "devOptional": true,
  13811. "license": "Apache-2.0",
  13812. "bin": {
  13813. "tsc": "bin/tsc",
  13814. "tsserver": "bin/tsserver"
  13815. },
  13816. "engines": {
  13817. "node": ">=14.17"
  13818. }
  13819. },
  13820. "node_modules/typescript-eslint": {
  13821. "version": "8.58.0",
  13822. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.0.tgz",
  13823. "integrity": "sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==",
  13824. "dev": true,
  13825. "license": "MIT",
  13826. "dependencies": {
  13827. "@typescript-eslint/eslint-plugin": "8.58.0",
  13828. "@typescript-eslint/parser": "8.58.0",
  13829. "@typescript-eslint/typescript-estree": "8.58.0",
  13830. "@typescript-eslint/utils": "8.58.0"
  13831. },
  13832. "engines": {
  13833. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  13834. },
  13835. "funding": {
  13836. "type": "opencollective",
  13837. "url": "https://opencollective.com/typescript-eslint"
  13838. },
  13839. "peerDependencies": {
  13840. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  13841. "typescript": ">=4.8.4 <6.1.0"
  13842. }
  13843. },
  13844. "node_modules/uglify-js": {
  13845. "version": "3.19.3",
  13846. "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz",
  13847. "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==",
  13848. "dev": true,
  13849. "license": "BSD-2-Clause",
  13850. "optional": true,
  13851. "bin": {
  13852. "uglifyjs": "bin/uglifyjs"
  13853. },
  13854. "engines": {
  13855. "node": ">=0.8.0"
  13856. }
  13857. },
  13858. "node_modules/uid": {
  13859. "version": "2.0.2",
  13860. "resolved": "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz",
  13861. "integrity": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==",
  13862. "license": "MIT",
  13863. "dependencies": {
  13864. "@lukeed/csprng": "^1.0.0"
  13865. },
  13866. "engines": {
  13867. "node": ">=8"
  13868. }
  13869. },
  13870. "node_modules/uint8array-extras": {
  13871. "version": "1.5.0",
  13872. "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
  13873. "integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==",
  13874. "license": "MIT",
  13875. "engines": {
  13876. "node": ">=18"
  13877. },
  13878. "funding": {
  13879. "url": "https://github.com/sponsors/sindresorhus"
  13880. }
  13881. },
  13882. "node_modules/unbzip2-stream": {
  13883. "version": "1.4.3",
  13884. "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
  13885. "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
  13886. "dev": true,
  13887. "license": "MIT",
  13888. "dependencies": {
  13889. "buffer": "^5.2.1",
  13890. "through": "^2.3.8"
  13891. }
  13892. },
  13893. "node_modules/undici-types": {
  13894. "version": "6.21.0",
  13895. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  13896. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  13897. "license": "MIT"
  13898. },
  13899. "node_modules/unique-filename": {
  13900. "version": "1.1.1",
  13901. "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
  13902. "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
  13903. "license": "ISC",
  13904. "optional": true,
  13905. "dependencies": {
  13906. "unique-slug": "^2.0.0"
  13907. }
  13908. },
  13909. "node_modules/unique-slug": {
  13910. "version": "2.0.2",
  13911. "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
  13912. "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
  13913. "license": "ISC",
  13914. "optional": true,
  13915. "dependencies": {
  13916. "imurmurhash": "^0.1.4"
  13917. }
  13918. },
  13919. "node_modules/universalify": {
  13920. "version": "2.0.1",
  13921. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  13922. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  13923. "dev": true,
  13924. "license": "MIT",
  13925. "engines": {
  13926. "node": ">= 10.0.0"
  13927. }
  13928. },
  13929. "node_modules/unpipe": {
  13930. "version": "1.0.0",
  13931. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  13932. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  13933. "license": "MIT",
  13934. "engines": {
  13935. "node": ">= 0.8"
  13936. }
  13937. },
  13938. "node_modules/update-browserslist-db": {
  13939. "version": "1.2.3",
  13940. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  13941. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  13942. "dev": true,
  13943. "funding": [
  13944. {
  13945. "type": "opencollective",
  13946. "url": "https://opencollective.com/browserslist"
  13947. },
  13948. {
  13949. "type": "tidelift",
  13950. "url": "https://tidelift.com/funding/github/npm/browserslist"
  13951. },
  13952. {
  13953. "type": "github",
  13954. "url": "https://github.com/sponsors/ai"
  13955. }
  13956. ],
  13957. "license": "MIT",
  13958. "dependencies": {
  13959. "escalade": "^3.2.0",
  13960. "picocolors": "^1.1.1"
  13961. },
  13962. "bin": {
  13963. "update-browserslist-db": "cli.js"
  13964. },
  13965. "peerDependencies": {
  13966. "browserslist": ">= 4.21.0"
  13967. }
  13968. },
  13969. "node_modules/uri-js": {
  13970. "version": "4.4.1",
  13971. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  13972. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  13973. "dev": true,
  13974. "license": "BSD-2-Clause",
  13975. "dependencies": {
  13976. "punycode": "^2.1.0"
  13977. }
  13978. },
  13979. "node_modules/util-deprecate": {
  13980. "version": "1.0.2",
  13981. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  13982. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  13983. "license": "MIT"
  13984. },
  13985. "node_modules/uuid": {
  13986. "version": "11.1.0",
  13987. "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
  13988. "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
  13989. "funding": [
  13990. "https://github.com/sponsors/broofa",
  13991. "https://github.com/sponsors/ctavan"
  13992. ],
  13993. "license": "MIT",
  13994. "bin": {
  13995. "uuid": "dist/esm/bin/uuid"
  13996. }
  13997. },
  13998. "node_modules/v8-compile-cache-lib": {
  13999. "version": "3.0.1",
  14000. "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
  14001. "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
  14002. "devOptional": true,
  14003. "license": "MIT"
  14004. },
  14005. "node_modules/v8-to-istanbul": {
  14006. "version": "9.3.0",
  14007. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
  14008. "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==",
  14009. "dev": true,
  14010. "license": "ISC",
  14011. "dependencies": {
  14012. "@jridgewell/trace-mapping": "^0.3.12",
  14013. "@types/istanbul-lib-coverage": "^2.0.1",
  14014. "convert-source-map": "^2.0.0"
  14015. },
  14016. "engines": {
  14017. "node": ">=10.12.0"
  14018. }
  14019. },
  14020. "node_modules/validator": {
  14021. "version": "13.15.35",
  14022. "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.35.tgz",
  14023. "integrity": "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==",
  14024. "license": "MIT",
  14025. "engines": {
  14026. "node": ">= 0.10"
  14027. }
  14028. },
  14029. "node_modules/vary": {
  14030. "version": "1.1.2",
  14031. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  14032. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  14033. "license": "MIT",
  14034. "engines": {
  14035. "node": ">= 0.8"
  14036. }
  14037. },
  14038. "node_modules/walker": {
  14039. "version": "1.0.8",
  14040. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  14041. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  14042. "dev": true,
  14043. "license": "Apache-2.0",
  14044. "dependencies": {
  14045. "makeerror": "1.0.12"
  14046. }
  14047. },
  14048. "node_modules/watchpack": {
  14049. "version": "2.5.1",
  14050. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.1.tgz",
  14051. "integrity": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==",
  14052. "dev": true,
  14053. "license": "MIT",
  14054. "dependencies": {
  14055. "glob-to-regexp": "^0.4.1",
  14056. "graceful-fs": "^4.1.2"
  14057. },
  14058. "engines": {
  14059. "node": ">=10.13.0"
  14060. }
  14061. },
  14062. "node_modules/wcwidth": {
  14063. "version": "1.0.1",
  14064. "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
  14065. "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
  14066. "dev": true,
  14067. "license": "MIT",
  14068. "dependencies": {
  14069. "defaults": "^1.0.3"
  14070. }
  14071. },
  14072. "node_modules/wcwidth/node_modules/defaults": {
  14073. "version": "1.0.4",
  14074. "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
  14075. "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
  14076. "dev": true,
  14077. "license": "MIT",
  14078. "dependencies": {
  14079. "clone": "^1.0.2"
  14080. },
  14081. "funding": {
  14082. "url": "https://github.com/sponsors/sindresorhus"
  14083. }
  14084. },
  14085. "node_modules/webpack": {
  14086. "version": "5.105.4",
  14087. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.4.tgz",
  14088. "integrity": "sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw==",
  14089. "dev": true,
  14090. "license": "MIT",
  14091. "dependencies": {
  14092. "@types/eslint-scope": "^3.7.7",
  14093. "@types/estree": "^1.0.8",
  14094. "@types/json-schema": "^7.0.15",
  14095. "@webassemblyjs/ast": "^1.14.1",
  14096. "@webassemblyjs/wasm-edit": "^1.14.1",
  14097. "@webassemblyjs/wasm-parser": "^1.14.1",
  14098. "acorn": "^8.16.0",
  14099. "acorn-import-phases": "^1.0.3",
  14100. "browserslist": "^4.28.1",
  14101. "chrome-trace-event": "^1.0.2",
  14102. "enhanced-resolve": "^5.20.0",
  14103. "es-module-lexer": "^2.0.0",
  14104. "eslint-scope": "5.1.1",
  14105. "events": "^3.2.0",
  14106. "glob-to-regexp": "^0.4.1",
  14107. "graceful-fs": "^4.2.11",
  14108. "json-parse-even-better-errors": "^2.3.1",
  14109. "loader-runner": "^4.3.1",
  14110. "mime-types": "^2.1.27",
  14111. "neo-async": "^2.6.2",
  14112. "schema-utils": "^4.3.3",
  14113. "tapable": "^2.3.0",
  14114. "terser-webpack-plugin": "^5.3.17",
  14115. "watchpack": "^2.5.1",
  14116. "webpack-sources": "^3.3.4"
  14117. },
  14118. "bin": {
  14119. "webpack": "bin/webpack.js"
  14120. },
  14121. "engines": {
  14122. "node": ">=10.13.0"
  14123. },
  14124. "funding": {
  14125. "type": "opencollective",
  14126. "url": "https://opencollective.com/webpack"
  14127. },
  14128. "peerDependenciesMeta": {
  14129. "webpack-cli": {
  14130. "optional": true
  14131. }
  14132. }
  14133. },
  14134. "node_modules/webpack-node-externals": {
  14135. "version": "3.0.0",
  14136. "resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz",
  14137. "integrity": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==",
  14138. "dev": true,
  14139. "license": "MIT",
  14140. "engines": {
  14141. "node": ">=6"
  14142. }
  14143. },
  14144. "node_modules/webpack-sources": {
  14145. "version": "3.3.4",
  14146. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.4.tgz",
  14147. "integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
  14148. "dev": true,
  14149. "license": "MIT",
  14150. "engines": {
  14151. "node": ">=10.13.0"
  14152. }
  14153. },
  14154. "node_modules/webpack/node_modules/ajv": {
  14155. "version": "8.18.0",
  14156. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
  14157. "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
  14158. "dev": true,
  14159. "license": "MIT",
  14160. "dependencies": {
  14161. "fast-deep-equal": "^3.1.3",
  14162. "fast-uri": "^3.0.1",
  14163. "json-schema-traverse": "^1.0.0",
  14164. "require-from-string": "^2.0.2"
  14165. },
  14166. "funding": {
  14167. "type": "github",
  14168. "url": "https://github.com/sponsors/epoberezkin"
  14169. }
  14170. },
  14171. "node_modules/webpack/node_modules/ajv-formats": {
  14172. "version": "2.1.1",
  14173. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  14174. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  14175. "dev": true,
  14176. "license": "MIT",
  14177. "dependencies": {
  14178. "ajv": "^8.0.0"
  14179. },
  14180. "peerDependencies": {
  14181. "ajv": "^8.0.0"
  14182. },
  14183. "peerDependenciesMeta": {
  14184. "ajv": {
  14185. "optional": true
  14186. }
  14187. }
  14188. },
  14189. "node_modules/webpack/node_modules/ajv-keywords": {
  14190. "version": "5.1.0",
  14191. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  14192. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  14193. "dev": true,
  14194. "license": "MIT",
  14195. "dependencies": {
  14196. "fast-deep-equal": "^3.1.3"
  14197. },
  14198. "peerDependencies": {
  14199. "ajv": "^8.8.2"
  14200. }
  14201. },
  14202. "node_modules/webpack/node_modules/eslint-scope": {
  14203. "version": "5.1.1",
  14204. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  14205. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  14206. "dev": true,
  14207. "license": "BSD-2-Clause",
  14208. "dependencies": {
  14209. "esrecurse": "^4.3.0",
  14210. "estraverse": "^4.1.1"
  14211. },
  14212. "engines": {
  14213. "node": ">=8.0.0"
  14214. }
  14215. },
  14216. "node_modules/webpack/node_modules/estraverse": {
  14217. "version": "4.3.0",
  14218. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  14219. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  14220. "dev": true,
  14221. "license": "BSD-2-Clause",
  14222. "engines": {
  14223. "node": ">=4.0"
  14224. }
  14225. },
  14226. "node_modules/webpack/node_modules/json-schema-traverse": {
  14227. "version": "1.0.0",
  14228. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  14229. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  14230. "dev": true,
  14231. "license": "MIT"
  14232. },
  14233. "node_modules/webpack/node_modules/mime-db": {
  14234. "version": "1.52.0",
  14235. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  14236. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  14237. "dev": true,
  14238. "license": "MIT",
  14239. "engines": {
  14240. "node": ">= 0.6"
  14241. }
  14242. },
  14243. "node_modules/webpack/node_modules/mime-types": {
  14244. "version": "2.1.35",
  14245. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  14246. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  14247. "dev": true,
  14248. "license": "MIT",
  14249. "dependencies": {
  14250. "mime-db": "1.52.0"
  14251. },
  14252. "engines": {
  14253. "node": ">= 0.6"
  14254. }
  14255. },
  14256. "node_modules/webpack/node_modules/schema-utils": {
  14257. "version": "4.3.3",
  14258. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
  14259. "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
  14260. "dev": true,
  14261. "license": "MIT",
  14262. "dependencies": {
  14263. "@types/json-schema": "^7.0.9",
  14264. "ajv": "^8.9.0",
  14265. "ajv-formats": "^2.1.1",
  14266. "ajv-keywords": "^5.1.0"
  14267. },
  14268. "engines": {
  14269. "node": ">= 10.13.0"
  14270. },
  14271. "funding": {
  14272. "type": "opencollective",
  14273. "url": "https://opencollective.com/webpack"
  14274. }
  14275. },
  14276. "node_modules/which": {
  14277. "version": "2.0.2",
  14278. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  14279. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  14280. "license": "ISC",
  14281. "dependencies": {
  14282. "isexe": "^2.0.0"
  14283. },
  14284. "bin": {
  14285. "node-which": "bin/node-which"
  14286. },
  14287. "engines": {
  14288. "node": ">= 8"
  14289. }
  14290. },
  14291. "node_modules/which-typed-array": {
  14292. "version": "1.1.20",
  14293. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
  14294. "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
  14295. "license": "MIT",
  14296. "dependencies": {
  14297. "available-typed-arrays": "^1.0.7",
  14298. "call-bind": "^1.0.8",
  14299. "call-bound": "^1.0.4",
  14300. "for-each": "^0.3.5",
  14301. "get-proto": "^1.0.1",
  14302. "gopd": "^1.2.0",
  14303. "has-tostringtag": "^1.0.2"
  14304. },
  14305. "engines": {
  14306. "node": ">= 0.4"
  14307. },
  14308. "funding": {
  14309. "url": "https://github.com/sponsors/ljharb"
  14310. }
  14311. },
  14312. "node_modules/wide-align": {
  14313. "version": "1.1.5",
  14314. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  14315. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  14316. "license": "ISC",
  14317. "optional": true,
  14318. "dependencies": {
  14319. "string-width": "^1.0.2 || 2 || 3 || 4"
  14320. }
  14321. },
  14322. "node_modules/word-wrap": {
  14323. "version": "1.2.5",
  14324. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  14325. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  14326. "dev": true,
  14327. "license": "MIT",
  14328. "engines": {
  14329. "node": ">=0.10.0"
  14330. }
  14331. },
  14332. "node_modules/wordwrap": {
  14333. "version": "1.0.0",
  14334. "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
  14335. "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
  14336. "dev": true,
  14337. "license": "MIT"
  14338. },
  14339. "node_modules/wrap-ansi": {
  14340. "version": "6.2.0",
  14341. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  14342. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  14343. "dev": true,
  14344. "license": "MIT",
  14345. "dependencies": {
  14346. "ansi-styles": "^4.0.0",
  14347. "string-width": "^4.1.0",
  14348. "strip-ansi": "^6.0.0"
  14349. },
  14350. "engines": {
  14351. "node": ">=8"
  14352. }
  14353. },
  14354. "node_modules/wrap-ansi-cjs": {
  14355. "name": "wrap-ansi",
  14356. "version": "7.0.0",
  14357. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  14358. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  14359. "license": "MIT",
  14360. "dependencies": {
  14361. "ansi-styles": "^4.0.0",
  14362. "string-width": "^4.1.0",
  14363. "strip-ansi": "^6.0.0"
  14364. },
  14365. "engines": {
  14366. "node": ">=10"
  14367. },
  14368. "funding": {
  14369. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  14370. }
  14371. },
  14372. "node_modules/wrappy": {
  14373. "version": "1.0.2",
  14374. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  14375. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  14376. "license": "ISC"
  14377. },
  14378. "node_modules/write-file-atomic": {
  14379. "version": "4.0.2",
  14380. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
  14381. "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
  14382. "dev": true,
  14383. "license": "ISC",
  14384. "dependencies": {
  14385. "imurmurhash": "^0.1.4",
  14386. "signal-exit": "^3.0.7"
  14387. },
  14388. "engines": {
  14389. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  14390. }
  14391. },
  14392. "node_modules/write-file-atomic/node_modules/signal-exit": {
  14393. "version": "3.0.7",
  14394. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  14395. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  14396. "dev": true,
  14397. "license": "ISC"
  14398. },
  14399. "node_modules/ws": {
  14400. "version": "8.18.3",
  14401. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  14402. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  14403. "license": "MIT",
  14404. "engines": {
  14405. "node": ">=10.0.0"
  14406. },
  14407. "peerDependencies": {
  14408. "bufferutil": "^4.0.1",
  14409. "utf-8-validate": ">=5.0.2"
  14410. },
  14411. "peerDependenciesMeta": {
  14412. "bufferutil": {
  14413. "optional": true
  14414. },
  14415. "utf-8-validate": {
  14416. "optional": true
  14417. }
  14418. }
  14419. },
  14420. "node_modules/y18n": {
  14421. "version": "5.0.8",
  14422. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  14423. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  14424. "license": "ISC",
  14425. "engines": {
  14426. "node": ">=10"
  14427. }
  14428. },
  14429. "node_modules/yallist": {
  14430. "version": "3.1.1",
  14431. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  14432. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  14433. "dev": true,
  14434. "license": "ISC"
  14435. },
  14436. "node_modules/yargs": {
  14437. "version": "17.7.2",
  14438. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  14439. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  14440. "license": "MIT",
  14441. "dependencies": {
  14442. "cliui": "^8.0.1",
  14443. "escalade": "^3.1.1",
  14444. "get-caller-file": "^2.0.5",
  14445. "require-directory": "^2.1.1",
  14446. "string-width": "^4.2.3",
  14447. "y18n": "^5.0.5",
  14448. "yargs-parser": "^21.1.1"
  14449. },
  14450. "engines": {
  14451. "node": ">=12"
  14452. }
  14453. },
  14454. "node_modules/yargs-parser": {
  14455. "version": "21.1.1",
  14456. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  14457. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  14458. "license": "ISC",
  14459. "engines": {
  14460. "node": ">=12"
  14461. }
  14462. },
  14463. "node_modules/yauzl": {
  14464. "version": "3.3.0",
  14465. "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.0.tgz",
  14466. "integrity": "sha512-PtGEvEP30p7sbIBJKUBjUnqgTVOyMURc4dLo9iNyAJnNIEz9pm88cCXF21w94Kg3k6RXkeZh5DHOGS0qEONvNQ==",
  14467. "dev": true,
  14468. "license": "MIT",
  14469. "dependencies": {
  14470. "buffer-crc32": "~0.2.3",
  14471. "pend": "~1.2.0"
  14472. },
  14473. "engines": {
  14474. "node": ">=12"
  14475. }
  14476. },
  14477. "node_modules/yn": {
  14478. "version": "3.1.1",
  14479. "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
  14480. "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
  14481. "devOptional": true,
  14482. "license": "MIT",
  14483. "engines": {
  14484. "node": ">=6"
  14485. }
  14486. },
  14487. "node_modules/yocto-queue": {
  14488. "version": "0.1.0",
  14489. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  14490. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  14491. "dev": true,
  14492. "license": "MIT",
  14493. "engines": {
  14494. "node": ">=10"
  14495. },
  14496. "funding": {
  14497. "url": "https://github.com/sponsors/sindresorhus"
  14498. }
  14499. },
  14500. "node_modules/yoctocolors-cjs": {
  14501. "version": "2.1.3",
  14502. "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
  14503. "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
  14504. "dev": true,
  14505. "license": "MIT",
  14506. "engines": {
  14507. "node": ">=18"
  14508. },
  14509. "funding": {
  14510. "url": "https://github.com/sponsors/sindresorhus"
  14511. }
  14512. }
  14513. }
  14514. }